Index: scripts/zones/Lower_Jeuno/npcs/_6t2.lua =================================================================== --- scripts/zones/Lower_Jeuno/npcs/_6t2.lua (revision 2745) +++ scripts/zones/Lower_Jeuno/npcs/_6t2.lua (working copy) @@ -10,6 +10,7 @@ require("scripts/globals/settings"); require("scripts/globals/titles"); require("scripts/globals/quests"); +require("scripts/globals/keyitems"); require("scripts/zones/Lower_Jeuno/TextIDs"); ----------------------------------- @@ -17,6 +18,7 @@ ----------------------------------- function onTrade(player,npc,trade) + end; ----------------------------------- @@ -25,9 +27,26 @@ function onTrigger(player,npc) - ChocobosWounds = player:getQuestStatus(JEUNO, CHOCOBO_S_WOUNDS) - - if(ChocobosWounds == QUEST_AVAILABLE) then + ChocobosWounds = player:getQuestStatus(JEUNO, CHOCOBO_S_WOUNDS); + aNewDawn = player:getQuestStatus(JEUNO,A_NEW_DAWN); + mLevel = player:getMainLvl(); + mJob = player:getMainJob(); + + if (aNewDawn == QUEST_AVAILABLE and mLevel >= 50) then + if (mJob ~= 9) then + player:startEvent(0x01); + else + player:startEvent(0x05); + end + elseif (aNewDawn == QUEST_ACCEPTED) then + if (player:getVar("newDawn") <= 1) then + player:startEvent(0x02); + elseif (player:hasKeyItem(TAMERS_WHISTLE)) then + player:startEvent(0x03); + end + elseif (aNewDawn == QUEST_COMPLETED) then + player:startEvent(0x0); + elseif(ChocobosWounds == QUEST_AVAILABLE) then player:startEvent(0x0040); elseif(player:getVar("ChocobosWounds_Event") > 3) then player:startEvent(0x003f); @@ -43,10 +62,19 @@ end elseif(player:needToZone() == false and player:getQuestStatus(JEUNO, SAVE_MY_SON) == QUEST_COMPLETED) then player:startEvent(0x0084); + elseif(aNewDawn == QUEST_AVAILABLE) then + if (player:getVar("newDawn") <= 1) then + player:startEvent(0x04); + end + elseif(aNewDawn == QUEST_AVAILABLE) then + if (player:getVar("newDawn") <= 1) then + player:startEvent(0x04); + end + elseif(aNewDawn == QUEST_ACCEPTED) then + if(player:getVar("newDawn") == 2) then + player:startEvent(0x02); + end end - - return 1; - end; ----------------------------------- @@ -82,6 +110,8 @@ else player:messageSpecial(ITEM_CANNOT_BE_OBTAINED,13110); end + elseif (csid ==5 and option == 1) then + player:addQuest(JEUNO, A_NEW_DAWN); end end; \ No newline at end of file Index: scripts/zones/The_Eldieme_Necropolis/npcs/Sarcophagus.lua =================================================================== --- scripts/zones/The_Eldieme_Necropolis/npcs/Sarcophagus.lua (revision 2745) +++ scripts/zones/The_Eldieme_Necropolis/npcs/Sarcophagus.lua (working copy) @@ -61,16 +61,34 @@ ----------------------------------- function onTrigger(player,npc) + aNewDawn = player:getQuestStatus(JEUNO,A_NEW_DAWN); + requiemQuest = player:getQuestStatus(JEUNO,THE_REQUIEM); - if(sarcophagusNumber(npc:getXPos(),npc:getZPos()) == player:getVar("TheRequiemRandom")) then - if(player:getVar("TheRequiemYumKilled") == 1) then - player:startEvent(0x002e); - elseif(player:getVar("TheRequiemAlreadyPoped") == 1) then - player:messageSpecial(SENSE_OF_FOREBODING); - SpawnMob(17576265):updateEnmity(player); -- Spawn Yum Kimil NM @pos -414 8 499 - SpawnMob(17576267):updateEnmity(player); -- Spawn Owl Guardian NM @pos -414 8 501 - SpawnMob(17576266):updateEnmity(player); -- Spawn Dog Guardian NM @pos -414 8 497 + sarcophagus = sarcophagusNumber(npc:getXPos(),npc:getZPos()); + + if (requiemQuest == QUEST_ACCEPTED) then + if(sarcophagus == player:getVar("TheRequiemRandom")) then + if(player:getVar("TheRequiemYumKilled") == 1) then + player:startEvent(0x002e); + elseif(player:getVar("TheRequiemAlreadyPoped") == 1) then + player:messageSpecial(SENSE_OF_FOREBODING); + SpawnMob(17576265):updateEnmity(player); -- Spawn Yum Kimil NM @pos -414 8 499 + SpawnMob(17576267):updateEnmity(player); -- Spawn Owl Guardian NM @pos -414 8 501 + SpawnMob(17576266):updateEnmity(player); -- Spawn Dog Guardian NM @pos -414 8 497 + end end + elseif (aNewDawn == QUEST_ACCEPTED and player:getVar("newDawn") == 2) then + if(sarcophagus == 4) then + SpawnMob(17576268):updateEnmity(player); -- Spawn Sturm + SpawnMob(17576269):updateEnmity(player); -- Spawn Taifun + SpawnMob(17576270):updateEnmity(player); -- Spawn Trombe + end + elseif (aNewDawn == QUEST_ACCEPTED and player:getVar("newDawn") == 3) then + -- CS that needs to be played is missing, and cannot be displayed + player:addItem(14222,1); + player:messageSpecial(ITEM_OBTAINED,14222); + player:completeQuest(JEUNO,A_NEW_DAWN); + player:delKeyItem(TAMERS_WHISTLE); else player:messageSpecial(SARCOPHAGUS_CANNOT_BE_OPENED); -- Standard dialog end Index: scripts/zones/Upper_Jeuno/npcs/Osker.lua =================================================================== --- scripts/zones/Upper_Jeuno/npcs/Osker.lua (revision 2745) +++ scripts/zones/Upper_Jeuno/npcs/Osker.lua (working copy) @@ -15,6 +15,14 @@ ----------------------------------- function onTrade(player,npc,trade) + + aNewDawn = player:getQuestStatus(JEUNO,A_NEW_DAWN); + mahoganyLog = trade:hasItemQty(717,1); + count = trade:getItemCount(); + + if (aNewDawn == QUEST_ACCEPTED and mahoganyLog == true and count == 1) then + player:startEvent(0x94); + end end; ----------------------------------- @@ -24,29 +32,35 @@ function onTrigger(player,npc) ChocobosWounds = player:getQuestStatus(JEUNO,CHOCOBO_S_WOUNDS); + aNewDawn = player:getQuestStatus(JEUNO, A_NEW_DAWN); - if (ChocobosWounds == 0) then - player:startEvent(0x003e); - elseif (ChocobosWounds == 1) then - feed = player:getVar("ChocobosWounds_Event"); - - if (feed == 1) then - player:startEvent(0x0067); - elseif (feed == 2) then - player:startEvent(0x0033); - elseif (feed == 3) then - player:startEvent(0x0034); - elseif (feed == 4) then - player:startEvent(0x003b); - elseif (feed == 5) then - player:startEvent(0x002e); - elseif (feed == 6) then - player:startEvent(0x0037); - end - elseif (ChocobosWounds == 2) then - player:startEvent(0x0037); + if (ChocobosWounds == 0) then + player:startEvent(0x003e); + elseif (ChocobosWounds == 1) then + feed = player:getVar("ChocobosWounds_Event"); + if (feed == 1) then + player:startEvent(0x0067); + elseif (feed == 2) then + player:startEvent(0x0033); + elseif (feed == 3) then + player:startEvent(0x0034); + elseif (feed == 4) then + player:startEvent(0x003b); + elseif (feed == 5) then + player:startEvent(0x002e); + elseif (feed == 6) then + player:startEvent(0x0037); + end + elseif (ChocobosWounds == 2) then + player:startEvent(0x0037); + if (aNewDawn == QUEST_ACCEPTED) then + if (player:getVar("newDawn") <= 1) then + player:startEvent(0x92); + else + player:startEvent(0x93); + end else - player:startEvent(0x0036); + player:startEvent(0x0036); end end; @@ -66,6 +80,13 @@ function onEventFinish(player,csid,option) --printf("CSID: %u",csid); --printf("RESULT: %u",option); + + if (csid == 0x94) then + player:tradeComplete(); + player:addKeyItem(TAMERS_WHISTLE); + player:setVar("newDawn",2); + player:messageSpecial(KEYITEM_OBTAINED,TAMERS_WHISTLE); + end end; Index: sql/mob_groups.sql =================================================================== --- sql/mob_groups.sql (revision 2745) +++ sql/mob_groups.sql (working copy) @@ -1,10869 +1,10830 @@ --- MySQL dump 10.13 Distrib 5.5.28, for Win64 (x86) --- --- Host: 10.0.0.10 Database: dspdb --- ------------------------------------------------------ --- Server version 5.5.28 +-- -------------------------------------------------------- +-- Host: 127.0.0.1 +-- Server version: 5.5.28-log - MySQL Community Server (GPL) +-- Server OS: Win64 +-- HeidiSQL version: 7.0.0.4053 +-- Date/time: 2013-02-27 14:27:55 +-- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `mob_groups` --- - -DROP TABLE IF EXISTS `mob_groups`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `mob_groups` ( - `groupid` int(10) unsigned NOT NULL, - `poolid` int(10) unsigned NOT NULL DEFAULT '0', - `zoneid` tinyint(3) unsigned NOT NULL DEFAULT '0', - `respawntime` int(10) unsigned NOT NULL DEFAULT '0', - `spawntype` tinyint(3) unsigned NOT NULL DEFAULT '0', - `dropid` int(10) unsigned NOT NULL DEFAULT '0', - `HP` mediumint(8) NOT NULL DEFAULT '0', - `MP` mediumint(8) NOT NULL DEFAULT '0', - `minLevel` tinyint(2) unsigned NOT NULL DEFAULT '0', - `maxLevel` tinyint(2) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`groupid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 AVG_ROW_LENGTH=22; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `mob_groups` --- - -LOCK TABLES `mob_groups` WRITE; +/*!40014 SET FOREIGN_KEY_CHECKS=0 */; +-- Dumping data for table dsp.mob_groups: 10,813 rows /*!40000 ALTER TABLE `mob_groups` DISABLE KEYS */; -INSERT INTO `mob_groups` VALUES (1,69,1,0,128,40,0,0,34,36); -INSERT INTO `mob_groups` VALUES (2,417,1,0,128,299,0,0,20,24); -INSERT INTO `mob_groups` VALUES (3,1347,1,0,128,961,0,0,25,27); -INSERT INTO `mob_groups` VALUES (4,1375,1,0,128,982,0,0,15,25); -INSERT INTO `mob_groups` VALUES (5,1535,1,0,128,1132,0,0,10,20); -INSERT INTO `mob_groups` VALUES (6,2987,1,0,128,2549,0,0,25,29); -INSERT INTO `mob_groups` VALUES (7,3048,1,0,128,0,0,0,32,32); -INSERT INTO `mob_groups` VALUES (8,3211,1,0,128,2833,0,0,29,31); -INSERT INTO `mob_groups` VALUES (9,3682,1,0,128,3245,0,0,15,19); -INSERT INTO `mob_groups` VALUES (10,3796,1,0,128,3388,0,0,37,38); -INSERT INTO `mob_groups` VALUES (11,3896,1,0,128,3459,0,0,10,20); -INSERT INTO `mob_groups` VALUES (12,3912,1,0,128,3481,0,0,27,29); -INSERT INTO `mob_groups` VALUES (13,4242,1,0,128,4020,0,0,45,45); -INSERT INTO `mob_groups` VALUES (14,4309,1,0,128,4087,0,0,27,29); -INSERT INTO `mob_groups` VALUES (15,371,2,330,0,260,0,0,23,27); -INSERT INTO `mob_groups` VALUES (16,382,2,330,0,268,0,0,15,18); -INSERT INTO `mob_groups` VALUES (17,421,2,330,0,302,0,0,29,33); -INSERT INTO `mob_groups` VALUES (18,575,2,330,2,426,0,0,15,20); -INSERT INTO `mob_groups` VALUES (19,576,2,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (20,743,2,0,128,538,0,0,20,24); -INSERT INTO `mob_groups` VALUES (21,847,2,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (22,851,2,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (23,1036,2,330,0,731,0,0,14,17); -INSERT INTO `mob_groups` VALUES (24,1065,2,330,0,755,0,0,27,30); -INSERT INTO `mob_groups` VALUES (25,1347,2,0,128,961,0,0,25,27); -INSERT INTO `mob_groups` VALUES (26,1375,2,330,0,982,0,0,18,22); -INSERT INTO `mob_groups` VALUES (27,1406,2,330,0,1033,0,0,22,25); -INSERT INTO `mob_groups` VALUES (28,1409,2,330,0,1035,0,0,22,24); -INSERT INTO `mob_groups` VALUES (29,1517,2,330,1,1113,0,0,21,27); -INSERT INTO `mob_groups` VALUES (30,1518,2,330,1,1122,0,0,21,27); -INSERT INTO `mob_groups` VALUES (31,1622,2,330,0,1186,0,0,20,21); -INSERT INTO `mob_groups` VALUES (32,1807,2,0,128,1559,0,0,29,31); -INSERT INTO `mob_groups` VALUES (33,1934,2,0,128,1671,0,0,34,34); -INSERT INTO `mob_groups` VALUES (34,2373,2,330,0,2019,0,0,17,19); -INSERT INTO `mob_groups` VALUES (35,2579,2,330,0,2215,0,0,20,24); -INSERT INTO `mob_groups` VALUES (36,2784,2,0,128,2402,0,0,30,35); -INSERT INTO `mob_groups` VALUES (37,3004,2,330,0,2583,0,0,21,25); -INSERT INTO `mob_groups` VALUES (38,3009,2,330,0,2601,0,0,21,25); -INSERT INTO `mob_groups` VALUES (39,3017,2,330,0,2632,0,0,16,20); -INSERT INTO `mob_groups` VALUES (40,3023,2,330,0,2650,0,0,16,20); -INSERT INTO `mob_groups` VALUES (41,3032,2,330,0,0,0,0,21,25); -INSERT INTO `mob_groups` VALUES (42,3033,2,330,0,2674,0,0,16,20); -INSERT INTO `mob_groups` VALUES (43,3047,2,21600,0,0,0,0,37,39); -INSERT INTO `mob_groups` VALUES (44,3072,2,0,128,0,0,0,60,62); -INSERT INTO `mob_groups` VALUES (45,3097,2,0,128,0,0,0,35,40); -INSERT INTO `mob_groups` VALUES (46,3164,2,330,0,2808,0,0,16,19); -INSERT INTO `mob_groups` VALUES (47,3424,2,330,0,3022,0,0,29,32); -INSERT INTO `mob_groups` VALUES (48,3614,2,330,0,3193,0,0,28,31); -INSERT INTO `mob_groups` VALUES (49,3682,2,0,128,3246,0,0,15,19); -INSERT INTO `mob_groups` VALUES (50,3724,2,330,2,3298,0,0,15,20); -INSERT INTO `mob_groups` VALUES (51,3728,2,330,0,3301,0,0,19,22); -INSERT INTO `mob_groups` VALUES (52,3733,2,330,0,3308,0,0,29,31); -INSERT INTO `mob_groups` VALUES (53,3747,2,330,0,3326,0,0,32,33); -INSERT INTO `mob_groups` VALUES (54,3752,2,330,0,3330,0,0,20,23); -INSERT INTO `mob_groups` VALUES (55,3912,2,330,4,3482,0,0,29,38); -INSERT INTO `mob_groups` VALUES (56,3970,2,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (57,3971,2,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (58,3998,2,0,128,3587,0,0,15,19); -INSERT INTO `mob_groups` VALUES (59,4309,2,330,4,4088,0,0,29,30); -INSERT INTO `mob_groups` VALUES (60,4319,2,330,1,4128,0,0,28,33); -INSERT INTO `mob_groups` VALUES (61,4320,2,0,0,4131,0,0,0,0); -INSERT INTO `mob_groups` VALUES (62,4337,2,330,1,4143,0,0,28,33); -INSERT INTO `mob_groups` VALUES (63,4345,2,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (64,746,3,0,128,547,0,0,30,35); -INSERT INTO `mob_groups` VALUES (65,769,3,0,128,564,0,0,40,42); -INSERT INTO `mob_groups` VALUES (66,872,3,0,128,617,0,0,25,35); -INSERT INTO `mob_groups` VALUES (67,881,3,0,128,625,0,0,44,46); -INSERT INTO `mob_groups` VALUES (68,1304,3,0,128,935,0,0,25,35); -INSERT INTO `mob_groups` VALUES (69,1516,3,0,128,1110,0,0,30,34); -INSERT INTO `mob_groups` VALUES (70,1807,3,0,128,1560,0,0,35,39); -INSERT INTO `mob_groups` VALUES (71,1891,3,0,128,1629,0,0,44,46); -INSERT INTO `mob_groups` VALUES (72,2286,3,0,128,1956,0,0,40,42); -INSERT INTO `mob_groups` VALUES (73,4106,3,0,128,3666,0,0,30,37); -INSERT INTO `mob_groups` VALUES (74,4519,3,0,128,4364,0,0,62,62); -INSERT INTO `mob_groups` VALUES (75,97,4,330,0,0,0,0,37,40); -INSERT INTO `mob_groups` VALUES (76,204,4,0,128,154,0,0,40,42); -INSERT INTO `mob_groups` VALUES (77,660,4,330,0,488,0,0,76,80); -INSERT INTO `mob_groups` VALUES (79,751,4,330,0,0,0,0,36,39); -INSERT INTO `mob_groups` VALUES (80,793,4,330,0,0,0,0,32,35); -INSERT INTO `mob_groups` VALUES (81,895,4,0,128,0,0,0,44,46); -INSERT INTO `mob_groups` VALUES (82,1181,4,330,0,844,0,0,33,36); -INSERT INTO `mob_groups` VALUES (83,1516,4,0,128,1111,0,0,30,34); -INSERT INTO `mob_groups` VALUES (84,1694,4,330,0,1395,0,0,33,36); -INSERT INTO `mob_groups` VALUES (85,1710,4,330,0,1442,0,0,33,36); -INSERT INTO `mob_groups` VALUES (86,1731,4,0,128,0,0,0,29,31); -INSERT INTO `mob_groups` VALUES (87,1807,4,0,128,1561,0,0,35,39); -INSERT INTO `mob_groups` VALUES (88,1817,4,0,128,1583,0,0,30,34); -INSERT INTO `mob_groups` VALUES (89,1968,4,330,0,1694,0,0,76,79); -INSERT INTO `mob_groups` VALUES (90,1969,4,330,0,1695,0,0,80,80); -INSERT INTO `mob_groups` VALUES (91,1970,4,330,0,1696,0,0,73,75); -INSERT INTO `mob_groups` VALUES (92,1973,4,330,0,1697,0,0,77,79); -INSERT INTO `mob_groups` VALUES (93,1975,4,330,0,1698,0,0,73,75); -INSERT INTO `mob_groups` VALUES (94,1976,4,330,0,1699,0,0,72,75); -INSERT INTO `mob_groups` VALUES (95,1977,4,330,0,1700,0,0,76,78); -INSERT INTO `mob_groups` VALUES (96,1981,4,330,0,1701,0,0,76,79); -INSERT INTO `mob_groups` VALUES (97,1982,4,330,0,1702,0,0,73,76); -INSERT INTO `mob_groups` VALUES (98,2054,4,330,0,1769,0,0,35,37); -INSERT INTO `mob_groups` VALUES (99,2083,4,14400,0,1788,0,0,46,47); -INSERT INTO `mob_groups` VALUES (100,2107,4,330,0,1811,0,0,34,38); -INSERT INTO `mob_groups` VALUES (101,2128,4,330,0,0,0,0,35,38); -INSERT INTO `mob_groups` VALUES (102,2286,4,330,0,1957,0,0,37,46); -INSERT INTO `mob_groups` VALUES (104,2371,4,0,128,0,0,0,42,43); -INSERT INTO `mob_groups` VALUES (106,2565,4,330,0,2203,0,0,34,37); -INSERT INTO `mob_groups` VALUES (107,3111,4,0,128,0,0,0,48,48); -INSERT INTO `mob_groups` VALUES (108,3330,4,330,0,2928,0,0,36,38); -INSERT INTO `mob_groups` VALUES (109,3384,4,0,128,0,0,0,55,56); -INSERT INTO `mob_groups` VALUES (110,3551,4,14400,0,0,0,0,44,46); -INSERT INTO `mob_groups` VALUES (111,3591,4,0,128,4388,50000,0,84,86); -INSERT INTO `mob_groups` VALUES (112,3592,4,0,128,0,0,0,74,76); -INSERT INTO `mob_groups` VALUES (116,3848,4,330,0,3434,0,0,76,78); -INSERT INTO `mob_groups` VALUES (117,3860,4,330,0,0,0,0,75,77); -INSERT INTO `mob_groups` VALUES (118,3980,4,330,0,0,0,0,38,40); -INSERT INTO `mob_groups` VALUES (119,3984,4,330,0,3574,0,0,71,73); -INSERT INTO `mob_groups` VALUES (120,4040,4,330,0,3616,0,0,73,76); -INSERT INTO `mob_groups` VALUES (121,4240,4,330,0,0,0,0,38,40); -INSERT INTO `mob_groups` VALUES (122,62,5,330,0,33,0,0,77,80); -INSERT INTO `mob_groups` VALUES (123,79,5,330,0,49,0,0,71,74); -INSERT INTO `mob_groups` VALUES (124,434,5,0,128,309,0,0,70,72); -INSERT INTO `mob_groups` VALUES (125,500,5,14400,0,370,0,0,69,69); -INSERT INTO `mob_groups` VALUES (126,537,5,330,0,399,0,0,68,71); -INSERT INTO `mob_groups` VALUES (127,553,5,330,0,411,0,0,62,65); -INSERT INTO `mob_groups` VALUES (128,875,5,330,1,620,0,0,59,64); -INSERT INTO `mob_groups` VALUES (129,994,5,0,128,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (130,1083,5,330,0,762,0,0,73,76); -INSERT INTO `mob_groups` VALUES (131,1085,5,330,0,770,0,0,66,70); -INSERT INTO `mob_groups` VALUES (132,1115,5,330,0,795,0,0,73,76); -INSERT INTO `mob_groups` VALUES (133,1257,5,330,0,900,0,0,59,61); -INSERT INTO `mob_groups` VALUES (134,1278,5,330,0,917,0,0,73,75); -INSERT INTO `mob_groups` VALUES (135,1303,5,0,128,934,0,0,74,75); -INSERT INTO `mob_groups` VALUES (136,1507,5,0,128,1104,0,0,73,76); -INSERT INTO `mob_groups` VALUES (137,1525,5,330,0,1127,0,0,68,71); -INSERT INTO `mob_groups` VALUES (138,1618,5,330,0,1183,0,0,58,62); -INSERT INTO `mob_groups` VALUES (139,1767,5,330,0,1530,0,0,73,76); -INSERT INTO `mob_groups` VALUES (140,2043,5,330,4,1754,0,0,66,68); -INSERT INTO `mob_groups` VALUES (141,2156,5,432000,0,1852,80000,0,95,95); -INSERT INTO `mob_groups` VALUES (142,2164,5,330,0,1858,0,0,73,76); -INSERT INTO `mob_groups` VALUES (143,2234,5,0,0,1902,0,0,79,83); -INSERT INTO `mob_groups` VALUES (144,2235,5,0,0,1905,0,0,79,83); -INSERT INTO `mob_groups` VALUES (145,2243,5,330,0,1922,0,0,81,84); -INSERT INTO `mob_groups` VALUES (146,2249,5,330,0,1927,0,0,81,84); -INSERT INTO `mob_groups` VALUES (147,2256,5,330,0,0,0,0,79,82); -INSERT INTO `mob_groups` VALUES (148,2669,5,330,0,2295,0,0,69,72); -INSERT INTO `mob_groups` VALUES (149,2721,5,330,0,2332,0,0,79,82); -INSERT INTO `mob_groups` VALUES (150,2750,5,330,0,2357,0,0,67,70); -INSERT INTO `mob_groups` VALUES (151,2761,5,330,0,2364,0,0,66,70); -INSERT INTO `mob_groups` VALUES (152,2842,5,330,0,2426,0,0,69,72); -INSERT INTO `mob_groups` VALUES (153,2892,5,330,0,2478,0,0,68,70); -INSERT INTO `mob_groups` VALUES (154,3130,5,330,1,2769,0,0,67,72); -INSERT INTO `mob_groups` VALUES (155,3168,5,330,0,2814,0,0,65,68); -INSERT INTO `mob_groups` VALUES (156,3679,5,330,0,3242,0,0,80,82); -INSERT INTO `mob_groups` VALUES (157,3683,5,330,0,3263,0,0,60,63); -INSERT INTO `mob_groups` VALUES (158,3690,5,0,128,3269,0,0,71,72); -INSERT INTO `mob_groups` VALUES (159,3749,5,330,1,3328,0,0,71,76); -INSERT INTO `mob_groups` VALUES (160,3801,5,330,0,3389,0,0,73,76); -INSERT INTO `mob_groups` VALUES (161,3806,5,330,0,3402,0,0,65,68); -INSERT INTO `mob_groups` VALUES (162,4068,5,330,0,3643,0,0,72,75); -INSERT INTO `mob_groups` VALUES (163,4079,5,330,0,3647,0,0,60,63); -INSERT INTO `mob_groups` VALUES (164,4204,5,330,0,3986,0,0,58,61); -INSERT INTO `mob_groups` VALUES (165,4333,5,0,128,4141,0,0,70,72); -INSERT INTO `mob_groups` VALUES (166,196,6,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (167,248,6,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (168,383,6,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (169,384,6,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (170,1190,6,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (171,2668,6,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (172,3199,6,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (173,3598,6,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (174,3600,6,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (175,3601,6,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (176,3684,6,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (177,3687,6,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (178,71,7,330,4,41,0,0,41,43); -INSERT INTO `mob_groups` VALUES (179,80,7,0,128,50,0,0,83,83); -INSERT INTO `mob_groups` VALUES (180,104,7,10800,0,66,0,0,75,77); -INSERT INTO `mob_groups` VALUES (181,225,7,330,1,171,0,0,75,81); -INSERT INTO `mob_groups` VALUES (182,281,7,330,0,202,0,0,37,39); -INSERT INTO `mob_groups` VALUES (183,337,7,330,0,237,0,0,47,49); -INSERT INTO `mob_groups` VALUES (184,412,7,330,0,287,0,0,74,76); -INSERT INTO `mob_groups` VALUES (185,586,7,330,0,437,0,0,41,44); -INSERT INTO `mob_groups` VALUES (186,662,7,330,0,490,0,0,77,79); -INSERT INTO `mob_groups` VALUES (187,702,7,330,0,515,0,0,40,42); -INSERT INTO `mob_groups` VALUES (188,733,7,15840,1,533,0,0,67,70); -INSERT INTO `mob_groups` VALUES (189,801,7,330,1,581,0,0,66,67); -INSERT INTO `mob_groups` VALUES (190,871,7,330,0,614,0,0,67,69); -INSERT INTO `mob_groups` VALUES (191,1084,7,330,0,767,0,0,41,44); -INSERT INTO `mob_groups` VALUES (192,1160,7,330,4,829,0,0,40,42); -INSERT INTO `mob_groups` VALUES (193,1269,7,0,128,911,0,0,78,80); -INSERT INTO `mob_groups` VALUES (194,1318,7,0,128,940,0,0,73,75); -INSERT INTO `mob_groups` VALUES (195,1369,7,330,0,977,0,0,34,37); -INSERT INTO `mob_groups` VALUES (196,1454,7,330,0,1072,0,0,36,39); -INSERT INTO `mob_groups` VALUES (197,1665,7,330,0,1308,0,0,35,38); -INSERT INTO `mob_groups` VALUES (198,1694,7,330,0,1396,0,0,36,39); -INSERT INTO `mob_groups` VALUES (199,1701,7,330,0,1417,0,0,42,44); -INSERT INTO `mob_groups` VALUES (200,1705,7,330,0,1425,0,0,42,44); -INSERT INTO `mob_groups` VALUES (201,1709,7,330,0,1436,0,0,42,44); -INSERT INTO `mob_groups` VALUES (202,1710,7,330,0,1443,0,0,35,38); -INSERT INTO `mob_groups` VALUES (203,1715,7,330,0,1457,0,0,36,39); -INSERT INTO `mob_groups` VALUES (204,1726,7,0,128,0,0,0,31,34); -INSERT INTO `mob_groups` VALUES (205,1729,7,0,128,0,0,0,38,39); -INSERT INTO `mob_groups` VALUES (206,1741,7,330,0,1494,0,0,43,44); -INSERT INTO `mob_groups` VALUES (207,1912,7,330,0,1648,0,0,35,38); -INSERT INTO `mob_groups` VALUES (208,2010,7,330,0,1718,0,0,45,46); -INSERT INTO `mob_groups` VALUES (209,2407,7,330,1,2052,0,0,62,64); -INSERT INTO `mob_groups` VALUES (210,2421,7,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (211,2585,7,330,0,2221,0,0,46,48); -INSERT INTO `mob_groups` VALUES (212,2732,7,330,0,2335,0,0,65,67); -INSERT INTO `mob_groups` VALUES (213,2770,7,330,1,2385,0,0,62,64); -INSERT INTO `mob_groups` VALUES (214,2953,7,330,0,2514,0,0,44,47); -INSERT INTO `mob_groups` VALUES (215,3141,7,330,0,2779,0,0,49,51); -INSERT INTO `mob_groups` VALUES (216,3456,7,330,0,3043,0,0,65,67); -INSERT INTO `mob_groups` VALUES (217,3916,7,432000,0,3522,120000,0,95,95); -INSERT INTO `mob_groups` VALUES (218,3943,7,330,1,3534,0,0,70,73); -INSERT INTO `mob_groups` VALUES (219,3944,7,330,1,3536,0,0,70,73); -INSERT INTO `mob_groups` VALUES (220,3982,7,330,0,3572,0,0,38,40); -INSERT INTO `mob_groups` VALUES (221,3983,7,330,0,3573,0,0,70,73); -INSERT INTO `mob_groups` VALUES (222,3996,7,330,0,3585,0,0,70,71); -INSERT INTO `mob_groups` VALUES (223,4048,7,330,0,3620,0,0,58,59); -INSERT INTO `mob_groups` VALUES (224,4346,7,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (225,4396,7,2304,1,4205,0,0,80,81); -INSERT INTO `mob_groups` VALUES (226,4397,7,2304,1,0,0,0,72,72); -INSERT INTO `mob_groups` VALUES (227,4398,7,2304,1,0,0,0,72,72); -INSERT INTO `mob_groups` VALUES (228,247,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (229,248,8,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (230,444,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (231,598,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (232,599,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (233,1250,8,0,128,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (234,1860,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (235,2832,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (236,2833,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (237,3099,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (238,3199,8,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (239,3301,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (240,3598,8,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (241,3599,8,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (242,3600,8,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (243,3601,8,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (244,3602,8,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (245,3613,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (246,3827,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (247,4046,8,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (248,217,9,0,0,160,0,0,0,0); -INSERT INTO `mob_groups` VALUES (249,292,9,1056,0,207,0,0,75,75); -INSERT INTO `mob_groups` VALUES (250,476,9,1056,0,347,0,0,53,58); -INSERT INTO `mob_groups` VALUES (251,614,9,1056,0,450,0,0,52,57); -INSERT INTO `mob_groups` VALUES (252,849,9,1056,0,604,0,0,53,59); -INSERT INTO `mob_groups` VALUES (253,852,9,1056,0,605,0,0,53,60); -INSERT INTO `mob_groups` VALUES (254,854,9,1056,0,607,0,0,53,59); -INSERT INTO `mob_groups` VALUES (255,856,9,1056,0,608,0,0,53,60); -INSERT INTO `mob_groups` VALUES (256,913,9,1056,4,639,0,0,84,86); -INSERT INTO `mob_groups` VALUES (257,975,9,1056,0,683,0,0,75,75); -INSERT INTO `mob_groups` VALUES (258,1040,9,924,0,739,0,0,42,45); -INSERT INTO `mob_groups` VALUES (259,1041,9,924,0,741,0,0,63,68); -INSERT INTO `mob_groups` VALUES (260,1042,9,924,0,742,0,0,74,77); -INSERT INTO `mob_groups` VALUES (261,1043,9,924,0,743,0,0,57,59); -INSERT INTO `mob_groups` VALUES (262,1044,9,1056,0,744,0,0,64,68); -INSERT INTO `mob_groups` VALUES (263,1432,9,1056,0,1056,0,0,73,77); -INSERT INTO `mob_groups` VALUES (264,1463,9,1056,0,1080,0,0,53,57); -INSERT INTO `mob_groups` VALUES (265,1464,9,0,128,0,0,0,60,65); -INSERT INTO `mob_groups` VALUES (266,1465,9,0,128,0,0,0,60,65); -INSERT INTO `mob_groups` VALUES (267,1466,9,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (268,1467,9,0,128,0,0,0,60,65); -INSERT INTO `mob_groups` VALUES (269,1481,9,924,0,1091,0,0,43,46); -INSERT INTO `mob_groups` VALUES (270,1634,9,1056,0,1201,0,0,62,68); -INSERT INTO `mob_groups` VALUES (271,1637,9,1056,0,1218,0,0,62,67); -INSERT INTO `mob_groups` VALUES (272,1641,9,1056,0,1228,0,0,56,58); -INSERT INTO `mob_groups` VALUES (273,1654,9,1056,0,1282,0,0,56,58); -INSERT INTO `mob_groups` VALUES (274,1677,9,1056,0,1347,0,0,56,58); -INSERT INTO `mob_groups` VALUES (275,1679,9,1056,0,0,0,0,56,58); -INSERT INTO `mob_groups` VALUES (276,1687,9,1056,0,1371,0,0,63,68); -INSERT INTO `mob_groups` VALUES (277,1720,9,0,128,0,0,0,57,61); -INSERT INTO `mob_groups` VALUES (278,1742,9,1056,0,1499,0,0,63,68); -INSERT INTO `mob_groups` VALUES (279,1750,9,0,128,1512,0,0,84,85); -INSERT INTO `mob_groups` VALUES (280,1861,9,10800,0,1613,0,0,75,80); -INSERT INTO `mob_groups` VALUES (281,2043,9,1056,4,1754,0,0,63,80); -INSERT INTO `mob_groups` VALUES (282,2311,9,1056,0,1976,0,0,52,58); -INSERT INTO `mob_groups` VALUES (283,2479,9,1056,0,2122,0,0,54,58); -INSERT INTO `mob_groups` VALUES (284,2495,9,1056,0,2144,0,0,65,68); -INSERT INTO `mob_groups` VALUES (285,2598,9,924,0,2230,0,0,43,45); -INSERT INTO `mob_groups` VALUES (286,2662,9,1056,0,2271,0,0,74,77); -INSERT INTO `mob_groups` VALUES (287,2750,9,1056,0,2358,0,0,65,66); -INSERT INTO `mob_groups` VALUES (288,2922,9,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (289,3199,9,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (290,3231,9,1056,0,2870,0,0,72,76); -INSERT INTO `mob_groups` VALUES (291,3683,9,1056,0,3264,0,0,57,58); -INSERT INTO `mob_groups` VALUES (292,3685,9,924,0,3265,0,0,43,46); -INSERT INTO `mob_groups` VALUES (293,3689,9,1056,0,3268,0,0,65,68); -INSERT INTO `mob_groups` VALUES (294,3875,9,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (295,3900,9,1056,0,3465,0,0,64,68); -INSERT INTO `mob_groups` VALUES (296,3971,9,0,128,0,0,0,48,49); -INSERT INTO `mob_groups` VALUES (297,3992,9,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (298,4127,9,1056,0,3680,0,0,42,44); -INSERT INTO `mob_groups` VALUES (299,248,10,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (300,1027,10,0,128,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (301,1040,10,0,128,0,0,0,43,45); -INSERT INTO `mob_groups` VALUES (302,1042,10,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (303,3104,10,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (304,3199,10,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (305,3875,10,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (306,111,11,0,128,78,0,0,34,36); -INSERT INTO `mob_groups` VALUES (307,121,11,924,0,90,0,0,40,45); -INSERT INTO `mob_groups` VALUES (308,451,11,0,128,324,0,0,20,24); -INSERT INTO `mob_groups` VALUES (309,556,11,0,128,0,0,0,45,50); -INSERT INTO `mob_groups` VALUES (310,560,11,924,0,415,0,0,42,45); -INSERT INTO `mob_groups` VALUES (311,563,11,0,0,418,0,0,0,0); -INSERT INTO `mob_groups` VALUES (312,564,11,0,128,0,0,0,45,50); -INSERT INTO `mob_groups` VALUES (313,565,11,792,0,419,0,0,32,35); -INSERT INTO `mob_groups` VALUES (314,566,11,3600,0,420,0,0,55,55); -INSERT INTO `mob_groups` VALUES (315,707,11,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (316,872,11,0,128,617,0,0,25,29); -INSERT INTO `mob_groups` VALUES (317,909,11,792,0,637,0,0,31,35); -INSERT INTO `mob_groups` VALUES (318,1114,11,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (319,1160,11,924,4,830,0,0,45,50); -INSERT INTO `mob_groups` VALUES (320,1516,11,0,128,1112,0,0,30,32); -INSERT INTO `mob_groups` VALUES (321,1647,11,792,0,1255,0,0,33,36); -INSERT INTO `mob_groups` VALUES (322,1650,11,924,0,1277,0,0,43,44); -INSERT INTO `mob_groups` VALUES (323,1663,11,924,0,1303,0,0,45,46); -INSERT INTO `mob_groups` VALUES (324,1673,11,792,0,1343,0,0,33,36); -INSERT INTO `mob_groups` VALUES (325,1674,11,792,0,1344,0,0,33,36); -INSERT INTO `mob_groups` VALUES (326,1682,11,792,0,1352,0,0,33,36); -INSERT INTO `mob_groups` VALUES (327,1691,11,924,0,1391,0,0,42,43); -INSERT INTO `mob_groups` VALUES (328,1703,11,0,128,0,0,0,45,49); -INSERT INTO `mob_groups` VALUES (329,1712,11,924,0,1455,0,0,42,43); -INSERT INTO `mob_groups` VALUES (330,1720,11,0,128,0,0,0,28,31); -INSERT INTO `mob_groups` VALUES (331,1739,11,924,0,1490,0,0,42,43); -INSERT INTO `mob_groups` VALUES (332,1746,11,0,128,1511,0,0,50,55); -INSERT INTO `mob_groups` VALUES (333,1816,11,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (334,2685,11,924,0,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (335,2687,11,792,0,2309,0,0,33,36); -INSERT INTO `mob_groups` VALUES (336,2689,11,924,0,2310,0,0,43,44); -INSERT INTO `mob_groups` VALUES (337,2694,11,924,0,2313,0,0,43,44); -INSERT INTO `mob_groups` VALUES (338,2696,11,924,0,2315,0,0,46,47); -INSERT INTO `mob_groups` VALUES (339,2698,11,792,0,2317,0,0,33,36); -INSERT INTO `mob_groups` VALUES (340,2699,11,924,0,2318,0,0,43,44); -INSERT INTO `mob_groups` VALUES (341,2700,11,792,0,2319,0,0,33,36); -INSERT INTO `mob_groups` VALUES (342,2701,11,924,0,2320,0,0,42,43); -INSERT INTO `mob_groups` VALUES (343,2703,11,924,0,2322,0,0,41,43); -INSERT INTO `mob_groups` VALUES (344,2708,11,792,0,2326,0,0,33,36); -INSERT INTO `mob_groups` VALUES (345,2766,11,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (346,3682,11,0,128,3247,0,0,20,24); -INSERT INTO `mob_groups` VALUES (347,3776,11,792,0,3368,0,0,33,36); -INSERT INTO `mob_groups` VALUES (348,3828,11,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (349,3912,11,924,4,3483,0,0,45,50); -INSERT INTO `mob_groups` VALUES (350,3992,11,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (351,4005,11,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (352,561,12,1056,0,416,0,0,74,76); -INSERT INTO `mob_groups` VALUES (353,562,12,0,128,417,0,0,75,79); -INSERT INTO `mob_groups` VALUES (354,567,12,1056,0,421,0,0,65,67); -INSERT INTO `mob_groups` VALUES (355,568,12,1056,0,422,0,0,71,76); -INSERT INTO `mob_groups` VALUES (356,1044,12,1056,0,745,0,0,63,65); -INSERT INTO `mob_groups` VALUES (357,1160,12,1056,4,829,0,0,70,71); -INSERT INTO `mob_groups` VALUES (358,1645,12,0,128,1251,0,0,79,81); -INSERT INTO `mob_groups` VALUES (359,1658,12,1056,0,1288,0,0,66,69); -INSERT INTO `mob_groups` VALUES (360,1661,12,1056,0,1299,0,0,66,69); -INSERT INTO `mob_groups` VALUES (361,1675,12,1056,0,1345,0,0,75,79); -INSERT INTO `mob_groups` VALUES (362,1676,12,1056,0,1346,0,0,75,79); -INSERT INTO `mob_groups` VALUES (363,1680,12,1056,0,1351,0,0,75,79); -INSERT INTO `mob_groups` VALUES (364,1684,12,1056,0,1368,0,0,66,69); -INSERT INTO `mob_groups` VALUES (365,1685,12,1056,0,1369,0,0,75,79); -INSERT INTO `mob_groups` VALUES (366,1692,12,1056,0,1392,0,0,66,69); -INSERT INTO `mob_groups` VALUES (367,1719,12,1056,0,1468,0,0,78,78); -INSERT INTO `mob_groups` VALUES (368,1720,12,0,128,1469,0,0,61,64); -INSERT INTO `mob_groups` VALUES (369,2664,12,0,128,2274,0,0,75,79); -INSERT INTO `mob_groups` VALUES (370,2684,12,1056,0,2307,0,0,75,79); -INSERT INTO `mob_groups` VALUES (371,2690,12,1056,0,2311,0,0,66,69); -INSERT INTO `mob_groups` VALUES (372,2692,12,1056,0,2312,0,0,75,79); -INSERT INTO `mob_groups` VALUES (373,2695,12,1056,0,2314,0,0,77,77); -INSERT INTO `mob_groups` VALUES (374,2702,12,1056,0,2321,0,0,75,79); -INSERT INTO `mob_groups` VALUES (375,2704,12,1056,0,2323,0,0,78,80); -INSERT INTO `mob_groups` VALUES (376,2705,12,1056,0,2324,0,0,66,69); -INSERT INTO `mob_groups` VALUES (377,2706,12,1056,0,2325,0,0,75,79); -INSERT INTO `mob_groups` VALUES (378,2709,12,1056,0,2327,0,0,66,69); -INSERT INTO `mob_groups` VALUES (379,2710,12,1056,0,2328,0,0,66,69); -INSERT INTO `mob_groups` VALUES (380,2842,12,1056,0,2427,0,0,72,74); -INSERT INTO `mob_groups` VALUES (381,3231,12,1056,0,2871,0,0,72,74); -INSERT INTO `mob_groups` VALUES (382,3806,12,1056,0,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (383,3824,12,86400,0,3416,0,0,79,81); -INSERT INTO `mob_groups` VALUES (384,3912,12,1056,4,3484,0,0,70,80); -INSERT INTO `mob_groups` VALUES (385,248,13,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (386,559,13,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (387,569,13,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (388,707,13,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (389,710,13,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (390,1206,13,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (391,1296,13,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (392,1297,13,0,128,0,0,0,49,49); -INSERT INTO `mob_groups` VALUES (393,1298,13,0,128,0,0,0,49,49); -INSERT INTO `mob_groups` VALUES (394,1299,13,0,128,0,0,0,49,49); -INSERT INTO `mob_groups` VALUES (395,1300,13,0,128,0,0,0,49,49); -INSERT INTO `mob_groups` VALUES (396,1452,13,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (397,2006,13,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (398,2293,13,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (399,2492,13,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (400,2680,13,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (401,2688,13,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (402,2693,13,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (403,2707,13,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (404,2766,13,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (405,3199,13,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (406,3601,13,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (407,3828,13,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (408,3850,13,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (409,3875,13,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (410,4005,13,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (411,4057,13,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (412,29,15,0,0,10,0,0,0,0); -INSERT INTO `mob_groups` VALUES (413,86,15,0,0,54,0,0,0,0); -INSERT INTO `mob_groups` VALUES (414,228,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (415,232,15,0,0,175,0,0,0,0); -INSERT INTO `mob_groups` VALUES (416,261,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (417,305,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (418,326,15,0,0,229,0,0,0,0); -INSERT INTO `mob_groups` VALUES (419,330,15,0,0,231,0,0,0,0); -INSERT INTO `mob_groups` VALUES (420,457,15,0,0,328,0,0,0,0); -INSERT INTO `mob_groups` VALUES (421,458,15,0,0,329,0,0,0,0); -INSERT INTO `mob_groups` VALUES (422,491,15,0,0,364,0,0,0,0); -INSERT INTO `mob_groups` VALUES (423,742,15,0,0,537,0,0,0,0); -INSERT INTO `mob_groups` VALUES (424,853,15,0,0,606,0,0,0,0); -INSERT INTO `mob_groups` VALUES (425,902,15,0,0,633,0,0,0,0); -INSERT INTO `mob_groups` VALUES (426,951,15,0,0,668,0,0,0,0); -INSERT INTO `mob_groups` VALUES (427,1001,15,0,0,708,0,0,0,0); -INSERT INTO `mob_groups` VALUES (428,1150,15,0,0,820,0,0,0,0); -INSERT INTO `mob_groups` VALUES (429,1171,15,0,0,838,0,0,0,0); -INSERT INTO `mob_groups` VALUES (430,1244,15,0,0,887,0,0,0,0); -INSERT INTO `mob_groups` VALUES (431,1245,15,0,0,889,0,0,0,0); -INSERT INTO `mob_groups` VALUES (432,1312,15,0,0,938,0,0,0,0); -INSERT INTO `mob_groups` VALUES (433,1348,15,0,0,962,0,0,0,0); -INSERT INTO `mob_groups` VALUES (434,1457,15,0,0,1075,0,0,0,0); -INSERT INTO `mob_groups` VALUES (435,1630,15,0,0,1197,0,0,0,0); -INSERT INTO `mob_groups` VALUES (436,1840,15,0,0,1600,0,0,0,0); -INSERT INTO `mob_groups` VALUES (437,1848,15,0,0,1608,0,0,0,0); -INSERT INTO `mob_groups` VALUES (438,1868,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (439,1869,15,0,0,1620,0,0,0,0); -INSERT INTO `mob_groups` VALUES (440,1939,15,0,0,1673,0,0,0,0); -INSERT INTO `mob_groups` VALUES (441,1942,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (442,1943,15,0,0,1675,0,0,0,0); -INSERT INTO `mob_groups` VALUES (443,1967,15,0,0,1693,0,0,0,0); -INSERT INTO `mob_groups` VALUES (444,2209,15,0,0,1886,0,0,0,0); -INSERT INTO `mob_groups` VALUES (445,2217,15,0,0,1889,0,0,0,0); -INSERT INTO `mob_groups` VALUES (446,2294,15,0,0,1966,0,0,0,0); -INSERT INTO `mob_groups` VALUES (447,2389,15,0,0,2041,0,0,0,0); -INSERT INTO `mob_groups` VALUES (448,2395,15,0,0,2043,0,0,0,0); -INSERT INTO `mob_groups` VALUES (449,2404,15,0,0,2051,0,0,0,0); -INSERT INTO `mob_groups` VALUES (450,2409,15,0,0,2058,0,0,0,0); -INSERT INTO `mob_groups` VALUES (451,2601,15,0,0,2234,0,0,0,0); -INSERT INTO `mob_groups` VALUES (452,2632,15,0,0,2258,0,0,0,0); -INSERT INTO `mob_groups` VALUES (453,2743,15,0,0,2351,0,0,0,0); -INSERT INTO `mob_groups` VALUES (454,3107,15,0,0,2752,0,0,0,0); -INSERT INTO `mob_groups` VALUES (455,3235,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (456,3244,15,0,0,2890,0,0,0,0); -INSERT INTO `mob_groups` VALUES (457,3326,15,0,0,2927,0,0,0,0); -INSERT INTO `mob_groups` VALUES (458,3334,15,0,0,2930,0,0,0,0); -INSERT INTO `mob_groups` VALUES (459,3335,15,0,0,2930,0,0,0,0); -INSERT INTO `mob_groups` VALUES (460,3466,15,0,0,3060,0,0,0,0); -INSERT INTO `mob_groups` VALUES (461,3577,15,0,0,3173,0,0,0,0); -INSERT INTO `mob_groups` VALUES (462,3578,15,0,0,3174,0,0,0,0); -INSERT INTO `mob_groups` VALUES (463,3633,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (464,3696,15,0,0,3274,0,0,0,0); -INSERT INTO `mob_groups` VALUES (465,3798,15,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (466,3948,15,0,0,3540,0,0,0,0); -INSERT INTO `mob_groups` VALUES (467,3962,15,0,0,3553,0,0,0,0); -INSERT INTO `mob_groups` VALUES (468,4042,15,0,0,3617,0,0,0,0); -INSERT INTO `mob_groups` VALUES (469,4054,15,0,0,3632,0,0,0,0); -INSERT INTO `mob_groups` VALUES (470,4236,15,0,0,4016,0,0,0,0); -INSERT INTO `mob_groups` VALUES (471,4480,15,0,0,4338,0,0,0,0); -INSERT INTO `mob_groups` VALUES (472,681,16,14400,0,503,0,0,38,38); -INSERT INTO `mob_groups` VALUES (473,2048,16,0,0,1762,0,0,0,0); -INSERT INTO `mob_groups` VALUES (474,2614,16,300,0,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (475,3539,16,1056,0,3113,0,0,31,38); -INSERT INTO `mob_groups` VALUES (476,3784,16,330,0,0,0,0,19,31); -INSERT INTO `mob_groups` VALUES (477,3897,16,1056,0,3461,0,0,29,40); -INSERT INTO `mob_groups` VALUES (478,4283,16,1056,0,4057,0,0,22,36); -INSERT INTO `mob_groups` VALUES (479,4317,16,1056,0,4124,0,0,25,37); -INSERT INTO `mob_groups` VALUES (480,760,17,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (481,1158,17,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (482,1232,17,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (483,3199,17,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (484,4317,17,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (485,4382,17,0,128,0,0,0,34,35); -INSERT INTO `mob_groups` VALUES (486,1768,18,1056,0,1532,0,0,29,40); -INSERT INTO `mob_groups` VALUES (487,2048,18,0,0,1763,0,0,0,0); -INSERT INTO `mob_groups` VALUES (488,2614,18,300,0,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (489,3483,18,14400,0,3063,0,0,38,38); -INSERT INTO `mob_groups` VALUES (490,3539,18,1056,0,3114,0,0,31,38); -INSERT INTO `mob_groups` VALUES (491,3784,18,330,0,0,0,0,19,31); -INSERT INTO `mob_groups` VALUES (492,4283,18,1056,0,4058,0,0,22,36); -INSERT INTO `mob_groups` VALUES (493,4317,18,1056,0,4125,0,0,25,37); -INSERT INTO `mob_groups` VALUES (494,1158,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (495,1232,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (496,2080,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (497,2824,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (498,2825,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (499,2827,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (500,2947,19,0,0,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (501,3199,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (502,3204,19,0,128,0,0,0,34,35); -INSERT INTO `mob_groups` VALUES (503,4283,19,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (504,820,20,14400,0,586,0,0,38,38); -INSERT INTO `mob_groups` VALUES (505,830,20,1056,0,590,0,0,29,40); -INSERT INTO `mob_groups` VALUES (506,2048,20,0,0,1764,0,0,0,0); -INSERT INTO `mob_groups` VALUES (507,2614,20,300,0,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (508,3539,20,1056,0,3115,0,0,31,38); -INSERT INTO `mob_groups` VALUES (509,3784,20,330,0,0,0,0,19,31); -INSERT INTO `mob_groups` VALUES (510,4283,20,1056,0,4059,0,0,22,36); -INSERT INTO `mob_groups` VALUES (511,4317,20,1056,0,4126,0,0,25,37); -INSERT INTO `mob_groups` VALUES (512,966,21,0,128,0,0,0,34,35); -INSERT INTO `mob_groups` VALUES (513,1158,21,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (514,1232,21,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (515,1237,21,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (516,3199,21,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (517,3539,21,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (518,830,22,1056,0,591,0,0,54,60); -INSERT INTO `mob_groups` VALUES (519,1016,22,0,128,720,0,0,52,59); -INSERT INTO `mob_groups` VALUES (520,1768,22,1056,0,1533,0,0,54,60); -INSERT INTO `mob_groups` VALUES (521,1798,22,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (522,2048,22,0,0,1765,0,0,0,0); -INSERT INTO `mob_groups` VALUES (523,2614,22,300,0,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (524,2947,22,0,128,0,0,0,43,48); -INSERT INTO `mob_groups` VALUES (525,3172,22,0,128,0,0,0,57,63); -INSERT INTO `mob_groups` VALUES (526,3206,22,0,128,0,0,0,57,63); -INSERT INTO `mob_groups` VALUES (527,3212,22,0,128,2835,0,0,54,61); -INSERT INTO `mob_groups` VALUES (528,3539,22,1056,0,3116,0,0,51,58); -INSERT INTO `mob_groups` VALUES (529,3699,22,0,128,0,0,0,57,63); -INSERT INTO `mob_groups` VALUES (530,3784,22,330,0,0,0,0,39,51); -INSERT INTO `mob_groups` VALUES (531,3875,22,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (532,3897,22,1056,0,3462,0,0,54,60); -INSERT INTO `mob_groups` VALUES (533,4274,22,0,128,4042,0,0,53,60); -INSERT INTO `mob_groups` VALUES (534,4283,22,1056,0,4060,0,0,49,56); -INSERT INTO `mob_groups` VALUES (535,4317,22,1056,0,4127,0,0,50,57); -INSERT INTO `mob_groups` VALUES (536,63,23,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (537,782,23,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (538,861,23,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (539,1027,23,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (540,1232,23,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (541,2081,23,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (542,2614,23,300,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (543,2826,23,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (544,2947,23,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (545,3199,23,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (546,3202,23,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (547,3351,23,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (548,3875,23,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (549,19,24,0,128,0,0,0,40,42); -INSERT INTO `mob_groups` VALUES (550,20,24,330,0,3,0,0,80,83); -INSERT INTO `mob_groups` VALUES (551,40,24,330,0,18,0,0,33,36); -INSERT INTO `mob_groups` VALUES (552,71,24,330,4,41,0,0,43,44); -INSERT INTO `mob_groups` VALUES (553,100,24,0,128,60,0,0,83,87); -INSERT INTO `mob_groups` VALUES (554,204,24,0,128,154,0,0,40,42); -INSERT INTO `mob_groups` VALUES (555,269,24,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (556,277,24,330,0,199,0,0,44,46); -INSERT INTO `mob_groups` VALUES (557,375,24,0,128,0,0,0,56,58); -INSERT INTO `mob_groups` VALUES (558,429,24,0,128,306,0,0,47,47); -INSERT INTO `mob_groups` VALUES (559,557,24,330,0,413,0,0,34,37); -INSERT INTO `mob_groups` VALUES (560,683,24,0,128,0,0,0,34,39); -INSERT INTO `mob_groups` VALUES (561,710,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (562,743,24,0,128,538,0,0,30,34); -INSERT INTO `mob_groups` VALUES (563,749,24,330,0,550,0,0,38,40); -INSERT INTO `mob_groups` VALUES (564,767,24,0,128,561,0,0,56,58); -INSERT INTO `mob_groups` VALUES (565,839,24,0,0,600,0,0,0,0); -INSERT INTO `mob_groups` VALUES (566,913,24,330,4,639,0,0,84,86); -INSERT INTO `mob_groups` VALUES (567,940,24,330,0,660,0,0,37,40); -INSERT INTO `mob_groups` VALUES (568,957,24,0,128,672,0,0,60,62); -INSERT INTO `mob_groups` VALUES (569,1326,24,0,128,0,0,0,31,37); -INSERT INTO `mob_groups` VALUES (570,1380,24,330,1,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (571,1381,24,330,1,990,0,0,80,82); -INSERT INTO `mob_groups` VALUES (572,1382,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (573,1383,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (574,1384,24,330,1,0,0,0,79,81); -INSERT INTO `mob_groups` VALUES (575,1385,24,330,1,999,0,0,79,81); -INSERT INTO `mob_groups` VALUES (576,1386,24,330,1,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (577,1387,24,330,1,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (578,1388,24,330,1,1005,0,0,80,82); -INSERT INTO `mob_groups` VALUES (579,1389,24,330,1,0,0,0,79,81); -INSERT INTO `mob_groups` VALUES (580,1390,24,330,1,1011,0,0,79,82); -INSERT INTO `mob_groups` VALUES (581,1391,24,330,1,1014,0,0,79,81); -INSERT INTO `mob_groups` VALUES (582,1393,24,0,128,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (583,1395,24,0,128,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (584,1396,24,0,128,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (585,1397,24,330,1,1019,0,0,42,44); -INSERT INTO `mob_groups` VALUES (586,1398,24,330,1,1022,0,0,80,82); -INSERT INTO `mob_groups` VALUES (587,1549,24,330,0,1144,0,0,40,43); -INSERT INTO `mob_groups` VALUES (588,1553,24,330,0,1147,0,0,41,44); -INSERT INTO `mob_groups` VALUES (589,1555,24,330,0,1149,0,0,41,44); -INSERT INTO `mob_groups` VALUES (590,1559,24,330,0,1153,0,0,35,38); -INSERT INTO `mob_groups` VALUES (591,1573,24,330,0,1163,0,0,41,44); -INSERT INTO `mob_groups` VALUES (592,1583,24,330,0,1167,0,0,35,38); -INSERT INTO `mob_groups` VALUES (593,1592,24,0,128,0,0,0,34,36); -INSERT INTO `mob_groups` VALUES (594,1599,24,330,0,1176,0,0,41,44); -INSERT INTO `mob_groups` VALUES (595,1600,24,330,0,1178,0,0,35,38); -INSERT INTO `mob_groups` VALUES (596,1807,24,0,128,1562,0,0,35,39); -INSERT INTO `mob_groups` VALUES (597,1817,24,0,128,1584,0,0,30,34); -INSERT INTO `mob_groups` VALUES (598,2293,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (599,2299,24,0,128,1971,0,0,84,84); -INSERT INTO `mob_groups` VALUES (600,2392,24,330,0,0,0,0,49,53); -INSERT INTO `mob_groups` VALUES (601,2394,24,330,0,0,0,0,52,54); -INSERT INTO `mob_groups` VALUES (602,2492,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (603,2608,24,3960,0,2239,0,0,55,60); -INSERT INTO `mob_groups` VALUES (604,2672,24,330,0,2297,0,0,31,34); -INSERT INTO `mob_groups` VALUES (605,2801,24,0,128,0,0,0,38,38); -INSERT INTO `mob_groups` VALUES (606,2996,24,330,0,2559,0,0,35,38); -INSERT INTO `mob_groups` VALUES (607,2997,24,330,0,2562,0,0,41,44); -INSERT INTO `mob_groups` VALUES (608,2998,24,330,0,2570,0,0,35,38); -INSERT INTO `mob_groups` VALUES (609,3014,24,330,0,2614,0,0,41,44); -INSERT INTO `mob_groups` VALUES (610,3015,24,330,0,2620,0,0,41,44); -INSERT INTO `mob_groups` VALUES (611,3020,24,330,0,2640,0,0,35,38); -INSERT INTO `mob_groups` VALUES (612,3024,24,330,0,2657,0,0,35,38); -INSERT INTO `mob_groups` VALUES (613,3034,24,330,0,2681,0,0,37,40); -INSERT INTO `mob_groups` VALUES (614,3039,24,330,0,2685,0,0,41,44); -INSERT INTO `mob_groups` VALUES (615,3083,24,86400,0,2734,0,0,45,46); -INSERT INTO `mob_groups` VALUES (616,3121,24,0,128,0,0,0,31,37); -INSERT INTO `mob_groups` VALUES (617,3199,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (618,3311,24,0,128,0,0,0,47,47); -INSERT INTO `mob_groups` VALUES (619,3601,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (620,3736,24,0,128,3312,0,0,47,47); -INSERT INTO `mob_groups` VALUES (621,3853,24,330,0,3437,0,0,82,84); -INSERT INTO `mob_groups` VALUES (622,3854,24,330,0,3438,0,0,33,37); -INSERT INTO `mob_groups` VALUES (623,3875,24,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (624,3912,24,330,4,3485,0,0,43,44); -INSERT INTO `mob_groups` VALUES (625,4127,24,330,0,3681,0,0,42,44); -INSERT INTO `mob_groups` VALUES (626,4262,24,0,128,0,0,0,31,37); -INSERT INTO `mob_groups` VALUES (627,4353,24,330,0,4162,0,0,41,44); -INSERT INTO `mob_groups` VALUES (628,71,25,330,4,41,0,0,49,51); -INSERT INTO `mob_groups` VALUES (629,98,25,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (630,277,25,330,0,199,0,0,44,46); -INSERT INTO `mob_groups` VALUES (631,413,25,330,0,290,0,0,45,48); -INSERT INTO `mob_groups` VALUES (632,466,25,0,128,0,0,0,50,52); -INSERT INTO `mob_groups` VALUES (633,484,25,0,128,0,0,0,41,46); -INSERT INTO `mob_groups` VALUES (634,557,25,330,0,414,0,0,34,37); -INSERT INTO `mob_groups` VALUES (635,710,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (636,743,25,0,128,538,0,0,30,34); -INSERT INTO `mob_groups` VALUES (637,839,25,0,0,600,0,0,0,0); -INSERT INTO `mob_groups` VALUES (638,913,25,330,4,639,0,0,42,44); -INSERT INTO `mob_groups` VALUES (639,940,25,330,0,660,0,0,37,40); -INSERT INTO `mob_groups` VALUES (640,1035,25,330,0,730,0,0,47,51); -INSERT INTO `mob_groups` VALUES (641,1037,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (642,1380,25,330,1,987,0,0,35,37); -INSERT INTO `mob_groups` VALUES (643,1382,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (644,1383,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (645,1384,25,330,1,0,0,0,49,51); -INSERT INTO `mob_groups` VALUES (646,1385,25,330,1,0,0,0,36,38); -INSERT INTO `mob_groups` VALUES (647,1386,25,330,1,0,0,0,35,37); -INSERT INTO `mob_groups` VALUES (648,1387,25,330,1,1004,0,0,36,38); -INSERT INTO `mob_groups` VALUES (649,1388,25,330,1,0,0,0,36,38); -INSERT INTO `mob_groups` VALUES (650,1389,25,330,1,1008,0,0,49,51); -INSERT INTO `mob_groups` VALUES (651,1390,25,330,1,0,0,0,35,37); -INSERT INTO `mob_groups` VALUES (652,1391,25,330,1,1014,0,0,48,50); -INSERT INTO `mob_groups` VALUES (653,1395,25,0,128,0,0,0,43,49); -INSERT INTO `mob_groups` VALUES (654,1396,25,0,128,0,0,0,42,44); -INSERT INTO `mob_groups` VALUES (655,1397,25,330,1,0,0,0,35,37); -INSERT INTO `mob_groups` VALUES (656,1398,25,330,1,0,0,0,35,37); -INSERT INTO `mob_groups` VALUES (657,1549,25,330,0,1144,0,0,40,43); -INSERT INTO `mob_groups` VALUES (658,1553,25,330,0,1148,0,0,41,44); -INSERT INTO `mob_groups` VALUES (659,1555,25,330,0,1150,0,0,41,44); -INSERT INTO `mob_groups` VALUES (660,1573,25,330,0,1164,0,0,41,44); -INSERT INTO `mob_groups` VALUES (661,1592,25,0,128,0,0,0,34,36); -INSERT INTO `mob_groups` VALUES (662,1599,25,330,0,1177,0,0,41,44); -INSERT INTO `mob_groups` VALUES (663,1792,25,0,128,1546,30000,0,79,79); -INSERT INTO `mob_groups` VALUES (664,1807,25,0,128,1563,0,0,35,39); -INSERT INTO `mob_groups` VALUES (665,1817,25,0,128,1585,0,0,30,34); -INSERT INTO `mob_groups` VALUES (666,2293,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (667,2491,25,330,0,2136,0,0,46,49); -INSERT INTO `mob_groups` VALUES (668,2492,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (669,2556,25,0,128,0,0,0,45,49); -INSERT INTO `mob_groups` VALUES (670,2672,25,330,0,2298,0,0,31,34); -INSERT INTO `mob_groups` VALUES (671,2945,25,330,0,2510,0,0,50,51); -INSERT INTO `mob_groups` VALUES (672,2997,25,330,0,2563,0,0,41,44); -INSERT INTO `mob_groups` VALUES (673,3014,25,330,0,2615,0,0,41,44); -INSERT INTO `mob_groups` VALUES (674,3015,25,330,0,2621,0,0,41,44); -INSERT INTO `mob_groups` VALUES (675,3034,25,330,0,2682,0,0,43,46); -INSERT INTO `mob_groups` VALUES (676,3039,25,330,0,2686,0,0,41,44); -INSERT INTO `mob_groups` VALUES (677,3073,25,330,0,2726,0,0,47,50); -INSERT INTO `mob_groups` VALUES (678,3199,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (679,3854,25,330,0,3439,0,0,33,37); -INSERT INTO `mob_groups` VALUES (680,3875,25,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (681,3912,25,330,4,3486,0,0,42,44); -INSERT INTO `mob_groups` VALUES (682,4105,25,86400,0,3665,0,0,43,47); -INSERT INTO `mob_groups` VALUES (683,4127,25,330,0,3682,0,0,42,44); -INSERT INTO `mob_groups` VALUES (684,4291,25,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (685,4292,25,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (686,4293,25,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (687,4353,25,330,0,4163,0,0,41,44); -INSERT INTO `mob_groups` VALUES (688,4505,25,0,128,4348,0,0,60,62); -INSERT INTO `mob_groups` VALUES (689,98,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (690,710,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (691,1027,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (692,2293,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (693,2492,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (694,3199,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (695,3598,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (696,3875,26,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (697,49,27,990,0,29,0,0,36,38); -INSERT INTO `mob_groups` VALUES (698,71,27,1056,4,41,0,0,50,50); -INSERT INTO `mob_groups` VALUES (699,376,27,0,128,0,0,0,39,41); -INSERT INTO `mob_groups` VALUES (700,417,27,1056,0,300,0,0,37,39); -INSERT INTO `mob_groups` VALUES (701,617,27,1056,0,453,0,0,41,46); -INSERT INTO `mob_groups` VALUES (702,913,27,330,4,639,0,0,50,50); -INSERT INTO `mob_groups` VALUES (703,1040,27,1056,0,740,0,0,42,48); -INSERT INTO `mob_groups` VALUES (704,1128,27,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (705,1169,27,43200,0,836,0,0,48,48); -INSERT INTO `mob_groups` VALUES (706,1380,27,924,0,988,0,0,44,48); -INSERT INTO `mob_groups` VALUES (707,1381,27,924,0,991,0,0,44,48); -INSERT INTO `mob_groups` VALUES (708,1382,27,924,0,993,0,0,44,48); -INSERT INTO `mob_groups` VALUES (709,1383,27,924,0,995,0,0,44,48); -INSERT INTO `mob_groups` VALUES (710,1384,27,924,0,997,0,0,44,48); -INSERT INTO `mob_groups` VALUES (711,1385,27,924,0,1000,0,0,44,48); -INSERT INTO `mob_groups` VALUES (712,1386,27,924,0,1002,0,0,44,48); -INSERT INTO `mob_groups` VALUES (713,1387,27,924,0,1004,0,0,44,48); -INSERT INTO `mob_groups` VALUES (714,1388,27,924,0,1006,0,0,44,48); -INSERT INTO `mob_groups` VALUES (715,1389,27,924,0,1009,0,0,44,48); -INSERT INTO `mob_groups` VALUES (716,1390,27,924,0,1012,0,0,44,48); -INSERT INTO `mob_groups` VALUES (717,1391,27,924,0,1015,0,0,44,48); -INSERT INTO `mob_groups` VALUES (718,1393,27,0,128,0,0,0,36,43); -INSERT INTO `mob_groups` VALUES (719,1395,27,0,128,0,0,0,36,43); -INSERT INTO `mob_groups` VALUES (720,1396,27,0,128,0,0,0,36,43); -INSERT INTO `mob_groups` VALUES (721,1397,27,924,0,1020,0,0,44,48); -INSERT INTO `mob_groups` VALUES (722,1398,27,924,0,1023,0,0,44,48); -INSERT INTO `mob_groups` VALUES (723,1412,27,1056,0,1037,0,0,45,47); -INSERT INTO `mob_groups` VALUES (724,1423,27,0,128,1047,0,0,30,34); -INSERT INTO `mob_groups` VALUES (725,1624,27,924,0,1188,0,0,36,40); -INSERT INTO `mob_groups` VALUES (726,1924,27,1056,0,1661,0,0,44,46); -INSERT INTO `mob_groups` VALUES (727,2488,27,43200,0,2132,0,0,45,51); -INSERT INTO `mob_groups` VALUES (728,2491,27,1056,0,2137,0,0,44,47); -INSERT INTO `mob_groups` VALUES (729,2675,27,660,0,0,0,0,45,51); -INSERT INTO `mob_groups` VALUES (730,2954,27,0,128,0,0,0,35,37); -INSERT INTO `mob_groups` VALUES (731,2958,27,1056,0,2519,0,0,44,47); -INSERT INTO `mob_groups` VALUES (732,3598,27,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (733,3737,27,0,128,3313,0,0,25,29); -INSERT INTO `mob_groups` VALUES (734,3770,27,1056,0,3358,0,0,44,48); -INSERT INTO `mob_groups` VALUES (735,3852,27,792,0,3436,0,0,37,38); -INSERT INTO `mob_groups` VALUES (736,3912,27,1056,4,3487,0,0,45,50); -INSERT INTO `mob_groups` VALUES (737,3997,27,86400,0,3586,0,0,42,49); -INSERT INTO `mob_groups` VALUES (738,4127,27,1056,0,3683,0,0,36,38); -INSERT INTO `mob_groups` VALUES (739,4313,27,0,128,4121,0,0,25,29); -INSERT INTO `mob_groups` VALUES (740,71,28,1056,4,41,0,0,59,60); -INSERT INTO `mob_groups` VALUES (741,314,28,1980,0,0,300,0,25,25); -INSERT INTO `mob_groups` VALUES (742,315,28,1980,0,0,300,0,25,25); -INSERT INTO `mob_groups` VALUES (743,333,28,0,128,234,0,0,59,59); -INSERT INTO `mob_groups` VALUES (744,476,28,1056,0,348,0,0,57,59); -INSERT INTO `mob_groups` VALUES (745,608,28,0,128,449,0,0,59,59); -INSERT INTO `mob_groups` VALUES (746,913,28,1056,4,639,0,0,59,60); -INSERT INTO `mob_groups` VALUES (747,1027,28,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (748,1196,28,7920,1,855,0,0,56,58); -INSERT INTO `mob_groups` VALUES (749,1380,28,1056,0,989,0,0,54,58); -INSERT INTO `mob_groups` VALUES (750,1381,28,1056,0,992,0,0,54,58); -INSERT INTO `mob_groups` VALUES (751,1382,28,1056,0,994,0,0,54,58); -INSERT INTO `mob_groups` VALUES (752,1383,28,1056,0,996,0,0,54,58); -INSERT INTO `mob_groups` VALUES (753,1384,28,1056,0,998,0,0,54,58); -INSERT INTO `mob_groups` VALUES (754,1385,28,1056,0,1001,0,0,54,58); -INSERT INTO `mob_groups` VALUES (755,1386,28,1056,0,1003,0,0,54,58); -INSERT INTO `mob_groups` VALUES (756,1387,28,1056,0,1005,0,0,54,58); -INSERT INTO `mob_groups` VALUES (757,1388,28,1056,0,1007,0,0,54,58); -INSERT INTO `mob_groups` VALUES (758,1389,28,1056,0,1010,0,0,54,58); -INSERT INTO `mob_groups` VALUES (759,1390,28,1056,0,1013,0,0,54,58); -INSERT INTO `mob_groups` VALUES (760,1391,28,1056,0,1016,0,0,54,58); -INSERT INTO `mob_groups` VALUES (761,1392,28,0,128,0,0,0,49,51); -INSERT INTO `mob_groups` VALUES (762,1394,28,0,128,1017,0,0,49,51); -INSERT INTO `mob_groups` VALUES (763,1395,28,0,128,0,0,0,49,51); -INSERT INTO `mob_groups` VALUES (764,1396,28,0,128,1018,0,0,49,52); -INSERT INTO `mob_groups` VALUES (765,1397,28,1056,0,1021,0,0,54,58); -INSERT INTO `mob_groups` VALUES (766,1398,28,1056,0,1024,0,0,54,58); -INSERT INTO `mob_groups` VALUES (767,1481,28,1056,0,1092,0,0,48,50); -INSERT INTO `mob_groups` VALUES (768,1804,28,1056,0,1556,0,0,46,48); -INSERT INTO `mob_groups` VALUES (769,2074,28,0,128,1785,0,0,59,59); -INSERT INTO `mob_groups` VALUES (770,2210,28,1800,0,1887,0,0,56,58); -INSERT INTO `mob_groups` VALUES (771,2407,28,1056,0,2053,0,0,54,56); -INSERT INTO `mob_groups` VALUES (772,2427,28,0,128,2070,0,0,59,59); -INSERT INTO `mob_groups` VALUES (773,2444,28,0,128,2089,0,0,59,59); -INSERT INTO `mob_groups` VALUES (774,2566,28,0,128,0,0,0,40,41); -INSERT INTO `mob_groups` VALUES (775,2770,28,1056,0,2386,0,0,54,56); -INSERT INTO `mob_groups` VALUES (776,2964,28,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (777,3199,28,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (778,3770,28,792,0,3359,0,0,47,49); -INSERT INTO `mob_groups` VALUES (779,3875,28,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (780,3880,28,1056,0,3451,0,0,57,59); -INSERT INTO `mob_groups` VALUES (781,3912,28,1056,4,3488,0,0,59,60); -INSERT INTO `mob_groups` VALUES (782,3992,28,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (783,4112,28,1056,0,3667,0,0,55,55); -INSERT INTO `mob_groups` VALUES (784,70,29,0,128,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (785,71,29,330,4,41,0,0,57,64); -INSERT INTO `mob_groups` VALUES (786,325,29,0,128,0,0,0,83,83); -INSERT INTO `mob_groups` VALUES (787,503,29,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (788,513,29,86400,0,377,0,0,56,60); -INSERT INTO `mob_groups` VALUES (789,708,29,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (790,1160,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (791,2051,29,330,0,1766,0,0,58,60); -INSERT INTO `mob_groups` VALUES (792,2060,29,18000,0,1776,0,0,56,60); -INSERT INTO `mob_groups` VALUES (793,2105,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (794,2156,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (795,2399,29,330,0,2049,0,0,47,51); -INSERT INTO `mob_groups` VALUES (796,2452,29,330,0,2095,0,0,55,58); -INSERT INTO `mob_groups` VALUES (797,2882,29,330,0,2468,0,0,49,52); -INSERT INTO `mob_groups` VALUES (798,2891,29,980,0,2477,0,0,55,58); -INSERT INTO `mob_groups` VALUES (799,3070,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (800,3124,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (801,3199,29,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (802,3242,29,330,0,2889,0,0,50,55); -INSERT INTO `mob_groups` VALUES (803,3725,29,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (804,3783,29,330,0,3377,0,0,55,57); -INSERT INTO `mob_groups` VALUES (805,3912,29,330,4,3489,0,0,57,64); -INSERT INTO `mob_groups` VALUES (806,3916,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (807,4102,29,0,128,3661,0,0,56,57); -INSERT INTO `mob_groups` VALUES (808,4261,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (809,4309,29,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (810,4507,29,0,128,4352,0,0,75,75); -INSERT INTO `mob_groups` VALUES (811,68,30,95040,0,38,0,0,44,45); -INSERT INTO `mob_groups` VALUES (812,71,30,330,4,41,0,0,47,54); -INSERT INTO `mob_groups` VALUES (813,215,30,0,128,0,0,0,44,45); -INSERT INTO `mob_groups` VALUES (814,277,30,330,0,200,0,0,45,48); -INSERT INTO `mob_groups` VALUES (815,641,30,86400,0,473,0,0,44,45); -INSERT INTO `mob_groups` VALUES (816,710,30,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (817,747,30,330,0,548,0,0,45,47); -INSERT INTO `mob_groups` VALUES (818,1160,30,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (819,1340,30,330,0,954,0,0,41,43); -INSERT INTO `mob_groups` VALUES (820,1355,30,330,0,968,0,0,47,49); -INSERT INTO `mob_groups` VALUES (821,1901,30,330,0,1640,0,0,45,48); -INSERT INTO `mob_groups` VALUES (822,1902,30,330,0,1642,0,0,38,41); -INSERT INTO `mob_groups` VALUES (823,1918,30,0,128,1654,0,0,46,50); -INSERT INTO `mob_groups` VALUES (824,1960,30,720,0,1689,0,0,40,42); -INSERT INTO `mob_groups` VALUES (825,2293,30,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (826,2492,30,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (827,3070,30,0,128,2724,50000,0,85,85); -INSERT INTO `mob_groups` VALUES (828,3199,30,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (829,3370,30,330,0,2967,0,0,39,42); -INSERT INTO `mob_groups` VALUES (830,3596,30,0,128,3182,0,0,39,44); -INSERT INTO `mob_groups` VALUES (831,3912,30,330,4,3490,0,0,47,54); -INSERT INTO `mob_groups` VALUES (832,4309,30,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (833,4507,30,0,128,4352,0,0,75,75); -INSERT INTO `mob_groups` VALUES (834,248,31,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (835,325,31,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (836,710,31,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (837,1834,31,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (838,1885,31,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (839,1992,31,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (840,2293,31,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (841,2492,31,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (842,2499,31,0,128,2146,0,0,40,40); -INSERT INTO `mob_groups` VALUES (843,2501,31,0,128,2148,0,0,75,75); -INSERT INTO `mob_groups` VALUES (844,2502,31,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (845,3070,31,0,128,0,6500,500,54,55); -INSERT INTO `mob_groups` VALUES (846,3199,31,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (847,3333,31,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (848,3875,31,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (849,4304,31,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (850,325,32,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (851,710,32,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (852,2293,32,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (853,2492,32,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (854,2500,32,0,128,2147,0,0,60,60); -INSERT INTO `mob_groups` VALUES (855,2973,32,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (856,3199,32,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (857,3598,32,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (858,3600,32,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (859,3601,32,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (860,3875,32,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (861,4083,32,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (862,21,33,0,128,4,66000,0,84,84); -INSERT INTO `mob_groups` VALUES (863,54,33,0,128,0,0,0,65,69); -INSERT INTO `mob_groups` VALUES (864,56,33,0,128,0,1500,0,65,69); -INSERT INTO `mob_groups` VALUES (865,57,33,0,128,0,0,0,65,69); -INSERT INTO `mob_groups` VALUES (866,299,33,660,0,215,0,0,71,83); -INSERT INTO `mob_groups` VALUES (867,710,33,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (868,2132,33,0,128,1834,34000,0,84,84); -INSERT INTO `mob_groups` VALUES (869,2133,33,0,128,1835,37000,0,85,85); -INSERT INTO `mob_groups` VALUES (870,2134,33,0,128,1836,0,0,83,83); -INSERT INTO `mob_groups` VALUES (871,2135,33,0,128,1837,34000,0,85,85); -INSERT INTO `mob_groups` VALUES (872,2293,33,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (873,2492,33,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (874,2975,33,1056,0,2535,0,0,75,78); -INSERT INTO `mob_groups` VALUES (875,2976,33,1056,0,2536,0,0,73,77); -INSERT INTO `mob_groups` VALUES (876,2977,33,1056,0,2537,0,0,79,81); -INSERT INTO `mob_groups` VALUES (877,2978,33,1056,0,2538,0,0,73,76); -INSERT INTO `mob_groups` VALUES (878,2979,33,3600,0,2539,18000,0,85,85); -INSERT INTO `mob_groups` VALUES (879,3199,33,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (880,3205,33,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (881,3270,33,0,128,0,0,0,67,67); -INSERT INTO `mob_groups` VALUES (882,3271,33,0,128,0,2000,0,67,67); -INSERT INTO `mob_groups` VALUES (883,3420,33,0,128,0,0,0,76,81); -INSERT INTO `mob_groups` VALUES (884,3422,33,0,128,0,0,0,67,67); -INSERT INTO `mob_groups` VALUES (885,3601,33,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (886,3875,33,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (887,4085,33,1056,0,3650,0,0,70,73); -INSERT INTO `mob_groups` VALUES (888,4086,33,1056,0,3651,0,0,68,72); -INSERT INTO `mob_groups` VALUES (889,4087,33,1056,0,3652,0,0,75,76); -INSERT INTO `mob_groups` VALUES (890,4088,33,1056,0,3653,0,0,68,71); -INSERT INTO `mob_groups` VALUES (891,4089,33,3600,0,3654,15000,0,82,82); -INSERT INTO `mob_groups` VALUES (892,54,34,0,128,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (893,55,34,0,128,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (894,56,34,0,128,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (895,710,34,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (896,1239,34,1056,0,881,0,0,79,81); -INSERT INTO `mob_groups` VALUES (897,1240,34,1056,0,882,0,0,74,76); -INSERT INTO `mob_groups` VALUES (898,1241,34,1056,0,883,0,0,75,77); -INSERT INTO `mob_groups` VALUES (899,1242,34,1056,0,884,0,0,77,78); -INSERT INTO `mob_groups` VALUES (900,4661,34,0,128,4398,11000,0,80,80); -INSERT INTO `mob_groups` VALUES (901,2113,34,0,128,0,0,0,76,80); -INSERT INTO `mob_groups` VALUES (902,2136,34,0,128,1838,22000,0,85,85); -INSERT INTO `mob_groups` VALUES (903,2293,34,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (904,2492,34,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (905,3199,34,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (906,3269,34,0,128,0,0,0,77,77); -INSERT INTO `mob_groups` VALUES (907,4651,34,0,128,0,0,0,77,77); -INSERT INTO `mob_groups` VALUES (908,3875,34,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (909,54,35,0,128,0,0,0,65,68); -INSERT INTO `mob_groups` VALUES (910,55,35,0,128,0,0,0,65,68); -INSERT INTO `mob_groups` VALUES (911,56,35,0,128,0,0,0,65,68); -INSERT INTO `mob_groups` VALUES (912,298,35,960,0,214,0,0,81,84); -INSERT INTO `mob_groups` VALUES (913,299,35,1056,0,215,0,0,78,80); -INSERT INTO `mob_groups` VALUES (914,300,35,1056,0,216,0,0,79,81); -INSERT INTO `mob_groups` VALUES (915,301,35,1056,0,0,0,0,76,80); -INSERT INTO `mob_groups` VALUES (916,4660,35,0,128,4397,21000,0,82,87); -INSERT INTO `mob_groups` VALUES (917,2112,35,0,128,4396,21000,0,82,87); -INSERT INTO `mob_groups` VALUES (918,2114,35,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (919,2130,35,0,128,1832,18000,0,85,85); -INSERT INTO `mob_groups` VALUES (920,2131,35,0,128,1833,25000,0,79,80); -INSERT INTO `mob_groups` VALUES (921,2215,35,0,128,0,0,0,77,77); -INSERT INTO `mob_groups` VALUES (922,4659,35,0,128,0,0,0,77,77); -INSERT INTO `mob_groups` VALUES (923,2492,35,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (924,3199,35,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (925,3205,35,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (926,3269,35,0,128,0,0,0,82,87); -INSERT INTO `mob_groups` VALUES (927,3272,35,1056,0,0,0,0,77,83); -INSERT INTO `mob_groups` VALUES (928,3601,35,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (929,3875,35,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (930,710,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (931,1158,36,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (932,2184,36,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (933,2293,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (934,2492,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (935,3199,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (936,3205,36,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (937,3579,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (938,3601,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (939,3875,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (940,4498,36,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (941,24,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (942,53,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (943,54,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (944,55,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (945,56,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (946,70,37,0,128,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (947,71,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (948,248,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (949,389,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (950,846,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (951,848,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (952,850,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (953,855,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (954,913,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (955,1160,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (956,1216,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (957,1217,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (958,1218,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (959,1219,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (960,1220,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (961,1221,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (962,1222,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (963,1223,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (964,1224,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (965,1225,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (966,1226,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (967,1227,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (968,1228,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (969,1229,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (970,1230,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (971,1231,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (972,1341,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (973,1410,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (974,1656,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (975,1714,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (976,1736,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (977,1743,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (978,1818,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (979,1819,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (980,1820,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (981,1821,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (982,1822,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (983,1823,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (984,2043,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (985,2105,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (986,2152,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (987,2193,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (988,2234,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (989,2235,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (990,2243,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (991,2244,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (992,2245,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (993,2249,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (994,2252,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (995,2279,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (996,2412,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (997,2413,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (998,2691,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (999,2791,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1000,2836,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1001,3048,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1002,3052,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1003,3112,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1004,3192,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1005,3209,37,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1006,3642,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1007,3757,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1008,3758,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1009,3862,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1010,3863,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1011,3864,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1012,3865,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1013,3866,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1014,3867,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1015,3868,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1016,3869,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1017,3870,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1018,3908,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1019,3912,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1020,3970,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1021,3971,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1022,4309,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1023,4331,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1024,4372,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1025,4406,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1026,4415,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1027,4417,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1028,4429,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1029,4430,37,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1030,4443,37,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1031,4453,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1032,4454,37,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1033,45,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1034,71,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1035,200,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1036,201,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1037,202,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1038,203,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1039,209,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1040,210,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1041,211,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1042,212,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1043,213,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1044,214,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1045,248,38,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1046,341,38,0,128,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (1047,345,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1048,409,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1049,507,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1050,644,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1051,796,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1052,841,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1053,843,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1054,883,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1055,913,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1056,952,38,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1057,1160,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1058,1263,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1059,1341,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1060,1346,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1061,1374,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1062,1410,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1063,1515,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1064,1759,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1065,1771,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1066,1797,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1067,1818,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1068,1819,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1069,1820,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1070,1821,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1071,1822,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1072,1823,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1073,1849,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1074,1941,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1075,2039,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1076,2043,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1077,2082,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1078,2149,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1079,2180,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1080,2211,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1081,2289,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1082,2412,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1083,2413,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1084,2634,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1085,2661,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1086,2757,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1087,2815,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1088,2959,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1089,3048,38,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1090,3160,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1091,3208,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1092,3634,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1093,3757,38,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1094,3758,38,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1095,3895,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1096,3912,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1097,3918,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1098,4008,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1099,4309,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1100,4331,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1101,4372,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1102,4406,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1103,4415,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1104,4417,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1105,4429,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1106,4430,38,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1107,4443,38,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1108,4453,38,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (1109,4454,38,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (1110,4513,38,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1111,43,39,0,0,21,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1112,730,39,0,0,530,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1113,1103,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1114,1281,39,0,0,919,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1115,1707,39,0,0,1431,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1116,2550,39,0,0,2190,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1117,2807,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1118,2852,39,0,0,2438,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1119,2854,39,0,0,2440,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1120,2860,39,0,0,2446,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1121,2861,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1122,2865,39,0,0,2450,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1123,2867,39,0,0,2452,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1124,3760,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1125,4133,39,0,0,3687,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1126,4134,39,0,0,3692,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1127,4135,39,0,0,3697,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1128,4136,39,0,0,3702,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1129,4137,39,0,0,3707,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1130,4138,39,0,0,3712,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1131,4139,39,0,0,3717,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1132,4140,39,0,0,3722,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1133,4141,39,0,0,3727,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1134,4142,39,0,0,3732,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1135,4143,39,0,0,3737,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1136,4144,39,0,0,3742,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1137,4146,39,0,0,3748,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1138,4147,39,0,0,3753,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1139,4148,39,0,0,3758,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1140,4150,39,0,0,3766,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1141,4151,39,0,0,3771,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1142,4152,39,0,0,3776,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1143,4153,39,0,0,3781,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1144,4154,39,0,0,3786,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1145,4155,39,0,0,3791,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1146,4156,39,0,0,3796,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1147,4157,39,0,0,3801,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1148,4158,39,0,0,3806,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1149,4159,39,0,0,3811,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1150,4160,39,0,0,3816,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1151,4161,39,0,0,3821,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1152,4162,39,0,0,3826,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1153,4163,39,0,0,3831,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1154,4164,39,0,0,3836,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1155,4165,39,0,0,3841,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1156,4166,39,0,0,3846,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1157,4167,39,0,0,3851,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1158,4168,39,0,0,3856,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1159,4169,39,0,0,3861,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1160,4170,39,0,0,3866,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1161,4171,39,0,0,3871,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1162,4172,39,0,0,3876,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1163,4173,39,0,0,3881,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1164,4174,39,0,0,3886,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1165,4175,39,0,0,3891,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1166,4176,39,0,0,3896,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1167,4177,39,0,0,3901,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1168,4178,39,0,0,3906,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1169,4179,39,0,0,3911,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1170,4180,39,0,0,3916,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1171,4181,39,0,0,3921,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1172,4182,39,0,0,3926,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1173,4183,39,0,0,3931,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1174,4184,39,0,0,3936,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1175,4185,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1176,4186,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1177,4187,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1178,4188,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1179,4189,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1180,4190,39,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1181,4191,39,0,0,3941,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1182,4192,39,0,0,3946,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1183,4193,39,0,0,3951,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1184,4194,39,0,0,3956,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1185,4195,39,0,0,3961,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1186,4196,39,0,0,3966,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1187,4197,39,0,0,3971,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1188,4198,39,0,0,3976,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1189,4199,39,0,0,3981,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1190,4289,39,0,0,4072,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1191,43,40,0,128,21,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1192,73,40,0,128,44,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1193,85,40,0,128,53,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1194,198,40,0,128,153,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1195,317,40,0,0,225,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1196,318,40,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (1197,347,40,0,128,246,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1198,354,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1199,591,40,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (1200,1088,40,0,0,777,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1201,1104,40,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1202,1105,40,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1203,1205,40,0,128,860,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1204,1354,40,0,128,967,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1205,1610,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1206,1707,40,0,128,1432,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1207,1772,40,0,128,1535,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1208,1886,40,0,128,1624,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1209,2169,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1210,2280,40,0,0,1952,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1211,2284,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1212,2457,40,0,128,2103,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1213,2550,40,0,128,2191,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1214,2844,40,0,128,2430,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1215,2846,40,0,128,2432,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1216,2847,40,0,128,2433,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1217,2848,40,0,128,2434,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1218,2849,40,0,128,2435,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1219,2851,40,0,128,2437,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1220,2859,40,0,128,2445,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1221,2863,40,0,128,2448,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1222,2866,40,0,128,2451,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1223,2872,40,0,128,2456,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1224,3299,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1225,3347,40,0,0,2945,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1226,3583,40,0,128,3175,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1227,3773,40,0,128,3362,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1228,3778,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1229,3843,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1230,3884,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1231,4133,40,0,128,3688,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1232,4134,40,0,128,3693,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1233,4135,40,0,128,3698,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1234,4136,40,0,128,3703,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1235,4137,40,0,128,3708,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1236,4138,40,0,128,3713,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1237,4139,40,0,128,3718,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1238,4140,40,0,128,3723,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1239,4141,40,0,128,3728,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1240,4142,40,0,128,3733,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1241,4143,40,0,128,3738,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1242,4144,40,0,128,3743,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1243,4145,40,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1244,4146,40,0,128,3749,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1245,4147,40,0,0,3754,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1246,4148,40,0,128,3759,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1247,4150,40,0,128,3767,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1248,4151,40,0,128,3772,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1249,4152,40,0,128,3777,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1250,4153,40,0,128,3782,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1251,4154,40,0,128,3787,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1252,4155,40,0,128,3792,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1253,4156,40,0,128,3797,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1254,4157,40,0,128,3802,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1255,4158,40,0,128,3807,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1256,4159,40,0,128,3812,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1257,4160,40,0,128,3817,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1258,4161,40,0,128,3822,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1259,4162,40,0,128,3827,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1260,4163,40,0,128,3832,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1261,4164,40,0,128,3837,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1262,4165,40,0,128,3842,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1263,4166,40,0,128,3847,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1264,4167,40,0,128,3852,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1265,4168,40,0,128,3857,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1266,4169,40,0,128,3862,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1267,4170,40,0,128,3867,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1268,4171,40,0,128,3872,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1269,4172,40,0,128,3877,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1270,4173,40,0,128,3882,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1271,4174,40,0,128,3887,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1272,4175,40,0,128,3892,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1273,4176,40,0,128,3897,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1274,4177,40,0,128,3902,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1275,4178,40,0,128,3907,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1276,4179,40,0,128,3912,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1277,4180,40,0,128,3917,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1278,4181,40,0,128,3922,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1279,4182,40,0,128,3927,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1280,4183,40,0,128,3932,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1281,4184,40,0,128,3937,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1282,4185,40,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1283,4186,40,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1284,4187,40,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1285,4188,40,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1286,4189,40,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1287,4190,40,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1288,4191,40,0,128,3942,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1289,4192,40,0,0,3947,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1290,4193,40,0,128,3952,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1291,4194,40,0,128,3957,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1292,4195,40,0,128,3962,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1293,4196,40,0,128,3967,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1294,4197,40,0,128,3972,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1295,4198,40,0,128,3977,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1296,4199,40,0,128,3982,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1297,4209,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1298,4241,40,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1299,4289,40,0,128,4073,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1300,4362,40,0,128,4175,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1301,4363,40,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (1302,43,41,0,0,21,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1303,71,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1304,162,41,0,0,119,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1305,913,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1306,1160,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1307,1341,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1308,1707,41,0,0,1433,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1309,2043,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1310,2413,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1311,2550,41,0,0,2192,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1312,2850,41,0,0,2436,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1313,2853,41,0,0,2439,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1314,2856,41,0,0,2442,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1315,2862,41,0,0,2447,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1316,2864,41,0,0,2449,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1317,2868,41,0,0,2453,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1318,2869,41,0,0,2454,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1319,2871,41,0,0,2455,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1320,2874,41,0,0,2459,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1321,3502,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1322,3791,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1323,3814,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1324,3912,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1325,4133,41,0,0,3689,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1326,4134,41,0,0,3694,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1327,4135,41,0,0,3699,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1328,4136,41,0,0,3704,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1329,4137,41,0,0,3709,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1330,4138,41,0,0,3714,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1331,4139,41,0,0,3719,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1332,4140,41,0,0,3724,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1333,4141,41,0,0,3729,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1334,4142,41,0,0,3734,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1335,4143,41,0,0,3739,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1336,4144,41,0,0,3744,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1337,4146,41,0,0,3750,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1338,4147,41,0,0,3755,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1339,4148,41,0,0,3760,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1340,4150,41,0,0,3768,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1341,4151,41,0,0,3773,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1342,4152,41,0,0,3778,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1343,4153,41,0,0,3783,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1344,4154,41,0,0,3788,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1345,4155,41,0,0,3793,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1346,4156,41,0,0,3798,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1347,4157,41,0,0,3803,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1348,4158,41,0,0,3808,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1349,4159,41,0,0,3813,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1350,4160,41,0,0,3818,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1351,4161,41,0,0,3823,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1352,4162,41,0,0,3828,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1353,4163,41,0,0,3833,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1354,4164,41,0,0,3838,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1355,4165,41,0,0,3843,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1356,4166,41,0,0,3848,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1357,4167,41,0,0,3853,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1358,4168,41,0,0,3858,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1359,4169,41,0,0,3863,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1360,4170,41,0,0,3868,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1361,4171,41,0,0,3873,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1362,4172,41,0,0,3878,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1363,4173,41,0,0,3883,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1364,4174,41,0,0,3888,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1365,4175,41,0,0,3893,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1366,4176,41,0,0,3898,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1367,4177,41,0,0,3903,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1368,4178,41,0,0,3908,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1369,4179,41,0,0,3913,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1370,4180,41,0,0,3918,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1371,4181,41,0,0,3923,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1372,4182,41,0,0,3928,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1373,4183,41,0,0,3933,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1374,4184,41,0,0,3938,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1375,4185,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1376,4186,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1377,4187,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1378,4188,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1379,4189,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1380,4190,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1381,4191,41,0,0,3943,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1382,4192,41,0,0,3948,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1383,4193,41,0,0,3953,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1384,4194,41,0,0,3958,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1385,4195,41,0,0,3963,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1386,4196,41,0,0,3968,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1387,4197,41,0,0,3973,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1388,4198,41,0,0,3978,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1389,4199,41,0,0,3983,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1390,4289,41,0,0,4074,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1391,4309,41,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1392,1028,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1393,1029,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1394,1030,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1395,1031,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1396,1032,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1397,2019,42,0,0,1722,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1398,2020,42,0,0,1724,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1399,2021,42,0,0,1726,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1400,2022,42,0,0,1728,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1401,2023,42,0,0,1730,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1402,2024,42,0,0,1732,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1403,2025,42,0,0,1734,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1404,2026,42,0,0,1736,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1405,2027,42,0,0,1738,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1406,2028,42,0,0,1740,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1407,2029,42,0,0,1742,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1408,2030,42,0,0,1744,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1409,2031,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1410,2032,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1411,2033,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1412,2034,42,0,0,1746,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1413,2035,42,0,0,1748,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1414,2036,42,0,0,1750,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1415,2232,42,0,0,1898,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1416,2233,42,0,0,1900,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1417,2234,42,0,0,1903,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1418,2235,42,0,0,1906,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1419,2236,42,0,0,1908,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1420,2237,42,0,0,1910,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1421,2238,42,0,0,1912,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1422,2239,42,0,0,1914,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1423,2240,42,0,0,1916,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1424,2241,42,0,0,1918,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1425,2242,42,0,0,1920,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1426,2243,42,0,0,1923,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1427,2244,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1428,2246,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1429,2247,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1430,2248,42,0,0,1925,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1431,2249,42,0,0,1928,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1432,2250,42,0,0,1930,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1433,2841,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1434,2843,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1435,2845,42,0,0,2431,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1436,2855,42,0,0,2441,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1437,2857,42,0,0,2443,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1438,2858,42,0,0,2444,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1439,2870,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1440,2875,42,0,0,2460,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1441,4091,42,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1442,4149,42,0,0,3763,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1443,1361,44,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1444,3190,44,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1445,388,45,0,0,271,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1446,470,45,0,0,340,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1447,506,45,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1448,625,45,0,0,460,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1449,627,45,0,0,462,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1450,628,45,0,0,463,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1451,704,45,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1452,748,45,0,0,549,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1453,1244,45,0,0,888,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1454,1245,45,0,0,890,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1455,1843,45,0,0,1604,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1456,1845,45,0,0,1606,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1457,1941,45,0,0,1674,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1458,2129,45,0,0,1831,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1459,2323,45,0,0,1990,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1460,2813,45,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1461,3082,45,0,0,2733,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1462,3409,45,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1463,3798,45,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1464,445,46,0,128,318,0,0,45,45); -INSERT INTO `mob_groups` VALUES (1465,1837,46,0,128,1594,0,0,33,35); -INSERT INTO `mob_groups` VALUES (1466,1838,46,0,128,1596,0,0,34,37); -INSERT INTO `mob_groups` VALUES (1467,1839,46,0,128,1598,0,0,63,63); -INSERT INTO `mob_groups` VALUES (1468,2906,46,0,128,0,0,0,78,80); -INSERT INTO `mob_groups` VALUES (1469,2935,46,0,128,2501,0,0,34,36); -INSERT INTO `mob_groups` VALUES (1470,2936,46,0,128,2503,0,0,41,43); -INSERT INTO `mob_groups` VALUES (1471,3102,46,0,128,2747,0,0,35,35); -INSERT INTO `mob_groups` VALUES (1472,3358,46,0,128,2952,0,0,36,36); -INSERT INTO `mob_groups` VALUES (1473,3912,46,0,128,3491,0,0,39,40); -INSERT INTO `mob_groups` VALUES (1474,4309,46,0,128,4089,0,0,39,39); -INSERT INTO `mob_groups` VALUES (1475,445,47,0,128,318,0,0,45,45); -INSERT INTO `mob_groups` VALUES (1476,1837,47,0,128,1595,0,0,33,35); -INSERT INTO `mob_groups` VALUES (1477,1838,47,0,128,1597,0,0,34,37); -INSERT INTO `mob_groups` VALUES (1478,1839,47,0,128,1599,0,0,63,63); -INSERT INTO `mob_groups` VALUES (1479,2935,47,0,128,2502,0,0,34,36); -INSERT INTO `mob_groups` VALUES (1480,2936,47,0,128,2504,0,0,44,44); -INSERT INTO `mob_groups` VALUES (1481,3102,47,0,128,2748,0,0,35,35); -INSERT INTO `mob_groups` VALUES (1482,3358,47,0,128,2953,0,0,36,36); -INSERT INTO `mob_groups` VALUES (1483,3708,47,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (1484,3912,47,0,128,3492,0,0,39,40); -INSERT INTO `mob_groups` VALUES (1485,4309,47,0,128,4090,0,0,39,40); -INSERT INTO `mob_groups` VALUES (1486,39,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1487,52,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1488,272,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1489,273,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1490,280,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1491,361,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1492,405,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1493,406,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1494,493,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1495,536,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1496,577,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1497,643,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1498,754,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1499,922,48,0,128,647,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1500,944,48,0,128,666,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1501,1054,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1502,1112,48,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1503,1182,48,0,128,845,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1504,1276,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1505,1335,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1506,1357,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1507,1365,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1508,1492,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1509,1493,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1510,1494,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1511,1495,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1512,1496,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1513,1498,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1514,1505,48,0,128,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (1515,1608,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1516,1681,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1517,1846,48,0,128,0,0,0,90,95); -INSERT INTO `mob_groups` VALUES (1518,1851,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1519,1904,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1520,2059,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1521,2064,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1522,2068,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1523,2072,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1524,2230,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1525,2327,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1526,2333,48,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (1527,2336,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1528,2337,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1529,2342,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1530,2346,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1531,2347,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1532,2350,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1533,2351,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1534,2352,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1535,2353,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1536,2356,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1537,2358,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1538,2359,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1539,2510,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1540,2514,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1541,2517,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1542,2519,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1543,2520,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1544,2521,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1545,2530,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1546,2532,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1547,2536,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1548,2539,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1549,2541,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1550,2606,48,0,128,2237,0,0,90,95); -INSERT INTO `mob_groups` VALUES (1551,2618,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1552,2622,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1553,2623,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1554,2626,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1555,2628,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1556,2821,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1557,3093,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1558,3126,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1559,3137,48,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1560,3179,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1561,3253,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1562,3258,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1563,3295,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1564,3296,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1565,3297,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1566,3309,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1567,3437,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1568,3493,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1569,3505,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1570,3516,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1571,3620,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1572,3664,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1573,3789,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1574,3812,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1575,3909,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1576,3910,48,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1577,4011,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1578,4014,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1579,4016,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1580,4020,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1581,4025,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1582,4026,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1583,4031,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1584,4033,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1585,4035,48,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1586,4037,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1587,4251,48,1,128,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1588,4255,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1589,4257,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1590,4269,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1591,4300,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1592,4301,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1593,4302,48,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1594,4335,48,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1595,4373,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1596,4393,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1597,4493,48,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1598,4524,48,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1614,67,51,300,0,37,0,0,65,67); -INSERT INTO `mob_groups` VALUES (1615,71,51,330,4,41,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1616,106,51,330,0,68,0,0,66,68); -INSERT INTO `mob_groups` VALUES (1617,110,51,300,0,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (1618,280,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1619,313,51,0,128,0,0,0,68,70); -INSERT INTO `mob_groups` VALUES (1620,361,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1621,393,51,0,128,274,0,0,60,60); -INSERT INTO `mob_groups` VALUES (1622,642,51,330,0,474,0,0,70,70); -INSERT INTO `mob_groups` VALUES (1623,643,51,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1624,714,51,330,0,524,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1625,716,51,0,128,0,0,0,48,48); -INSERT INTO `mob_groups` VALUES (1626,754,51,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1627,768,51,7920,0,562,0,0,75,76); -INSERT INTO `mob_groups` VALUES (1628,910,51,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (1629,914,51,0,128,643,0,0,76,76); -INSERT INTO `mob_groups` VALUES (1630,916,51,0,128,0,0,0,95,95); -INSERT INTO `mob_groups` VALUES (1631,922,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1632,944,51,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1633,958,51,330,0,673,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1634,1182,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1635,1335,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1636,1357,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1637,1380,51,330,1,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1638,1381,51,330,1,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1639,1387,51,330,1,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1640,1394,51,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (1641,4650,51,330,1,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1642,1608,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1643,1773,51,0,128,1536,35000,0,83,85); -INSERT INTO `mob_groups` VALUES (1644,1776,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1645,1787,51,5400,0,1541,0,0,78,79); -INSERT INTO `mob_groups` VALUES (1646,1809,51,330,0,1580,0,0,71,75); -INSERT INTO `mob_groups` VALUES (1647,1846,51,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1648,1851,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1649,1900,51,330,1,1634,0,0,65,66); -INSERT INTO `mob_groups` VALUES (1650,1904,51,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1651,2018,51,259200,0,0,73000,0,80,80); -INSERT INTO `mob_groups` VALUES (1652,2072,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1653,2090,51,0,128,1793,28000,0,87,88); -INSERT INTO `mob_groups` VALUES (1654,2123,51,7920,0,1822,0,0,80,80); -INSERT INTO `mob_groups` VALUES (1655,2269,51,0,128,1942,0,0,67,71); -INSERT INTO `mob_groups` VALUES (1656,2396,51,330,0,2044,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1657,2508,51,300,0,2153,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1658,2510,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1659,2514,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1660,2517,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1661,2519,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1662,2520,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1663,2521,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1664,2526,51,300,0,2164,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1665,2532,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1666,2533,51,300,0,2171,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1667,2534,51,300,0,2174,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1668,2536,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1669,2539,51,300,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1670,2541,51,300,0,0,0,0,65,68); -INSERT INTO `mob_groups` VALUES (1671,2545,51,300,0,2182,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1672,2562,51,330,0,2200,0,0,78,79); -INSERT INTO `mob_groups` VALUES (1673,2616,51,0,128,2244,0,0,68,70); -INSERT INTO `mob_groups` VALUES (1674,2656,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1675,3093,51,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1676,3118,51,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1677,3179,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1678,3223,51,330,0,2861,0,0,68,70); -INSERT INTO `mob_groups` VALUES (1679,3292,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1680,3309,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1681,3327,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1682,3332,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1683,3343,51,330,0,2939,0,0,66,68); -INSERT INTO `mob_groups` VALUES (1684,3344,51,0,128,2941,0,0,67,71); -INSERT INTO `mob_groups` VALUES (1685,3346,51,0,128,2943,0,0,67,71); -INSERT INTO `mob_groups` VALUES (1686,3437,51,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1687,3493,51,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1688,3505,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1689,3516,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1690,3620,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1691,3698,51,330,0,3277,0,0,64,65); -INSERT INTO `mob_groups` VALUES (1692,3789,51,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1693,3812,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1694,3909,51,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1695,3910,51,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1696,3922,51,0,128,3525,46000,0,88,89); -INSERT INTO `mob_groups` VALUES (1697,3991,51,330,0,3579,0,0,66,68); -INSERT INTO `mob_groups` VALUES (1698,4011,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1699,4014,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1700,4020,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1701,4025,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1702,4026,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1703,4031,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1704,4033,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1705,4035,51,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1706,4037,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1707,4255,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1708,4257,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1709,4265,51,0,128,4035,15000,0,78,80); -INSERT INTO `mob_groups` VALUES (1710,4275,51,330,0,4043,0,0,67,69); -INSERT INTO `mob_groups` VALUES (1711,4300,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1712,4301,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1713,4302,51,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1714,4335,51,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (1715,4360,51,330,0,4173,0,0,71,72); -INSERT INTO `mob_groups` VALUES (1716,4364,51,300,0,4176,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1717,4367,51,330,0,4177,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1718,4368,51,330,0,4178,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1719,4369,51,330,0,4179,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1720,4373,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1721,4376,51,330,0,4188,0,0,62,63); -INSERT INTO `mob_groups` VALUES (1722,4393,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1723,4468,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1724,4493,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1725,4518,51,10800,0,4363,0,0,73,73); -INSERT INTO `mob_groups` VALUES (1726,4524,51,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1727,39,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1728,67,52,300,0,37,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1729,71,52,330,4,41,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1730,106,52,330,0,68,0,0,65,66); -INSERT INTO `mob_groups` VALUES (1731,272,52,0,128,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (1732,273,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1733,313,52,0,128,0,0,0,71,72); -INSERT INTO `mob_groups` VALUES (1734,393,52,0,128,274,0,0,60,60); -INSERT INTO `mob_groups` VALUES (1735,714,52,330,0,524,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1736,716,52,0,128,0,0,0,48,48); -INSERT INTO `mob_groups` VALUES (1737,765,52,330,0,560,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1738,768,52,7920,0,563,0,0,74,76); -INSERT INTO `mob_groups` VALUES (1739,910,52,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (1740,914,52,0,128,643,0,0,76,76); -INSERT INTO `mob_groups` VALUES (1741,916,52,0,128,0,0,0,95,95); -INSERT INTO `mob_groups` VALUES (1742,923,52,330,0,647,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1743,930,52,0,128,652,25000,0,82,84); -INSERT INTO `mob_groups` VALUES (1744,1112,52,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (1745,1208,52,14400,0,864,0,0,77,78); -INSERT INTO `mob_groups` VALUES (1746,1276,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1747,1380,52,330,1,990,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1748,1381,52,330,1,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1749,1387,52,330,1,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1750,1394,52,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (1751,4650,52,330,1,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1752,1505,52,0,128,0,0,0,64,67); -INSERT INTO `mob_groups` VALUES (1753,1787,52,5400,0,1542,0,0,78,79); -INSERT INTO `mob_groups` VALUES (1754,1802,52,330,0,1554,0,0,81,82); -INSERT INTO `mob_groups` VALUES (1755,1900,52,330,1,1635,0,0,63,64); -INSERT INTO `mob_groups` VALUES (1756,2073,52,330,2,1783,0,0,64,67); -INSERT INTO `mob_groups` VALUES (1757,2269,52,0,128,1943,0,0,71,72); -INSERT INTO `mob_groups` VALUES (1758,2327,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1759,2336,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1760,2337,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1761,2342,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1762,2346,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1763,2347,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1764,2350,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1765,2351,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1766,2353,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1767,2356,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1768,2358,52,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1769,2359,52,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (1770,2396,52,330,0,2044,0,0,63,65); -INSERT INTO `mob_groups` VALUES (1771,2423,52,0,128,2065,30000,0,85,87); -INSERT INTO `mob_groups` VALUES (1772,2507,52,300,0,2151,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1773,2522,52,300,0,2158,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1774,2523,52,300,0,2160,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1775,2525,52,330,0,2162,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1776,2528,52,300,0,2167,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1777,2529,52,300,0,2169,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1778,2537,52,300,0,2179,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1779,2540,52,300,0,0,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1780,2541,52,300,0,0,0,0,76,78); -INSERT INTO `mob_groups` VALUES (1781,2562,52,330,0,0,0,0,78,79); -INSERT INTO `mob_groups` VALUES (1782,2606,52,0,128,2237,0,0,90,95); -INSERT INTO `mob_groups` VALUES (1783,2616,52,0,128,2245,0,0,71,72); -INSERT INTO `mob_groups` VALUES (1784,2618,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1785,2622,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1786,2623,52,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (1787,2626,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1788,2628,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1789,2961,52,330,0,2523,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1790,3153,52,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1791,3295,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1792,3297,52,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1793,3343,52,330,0,2940,0,0,68,69); -INSERT INTO `mob_groups` VALUES (1794,3344,52,0,128,2942,0,0,71,72); -INSERT INTO `mob_groups` VALUES (1795,3346,52,0,128,2944,0,0,71,72); -INSERT INTO `mob_groups` VALUES (1796,3525,52,330,0,3103,0,0,77,78); -INSERT INTO `mob_groups` VALUES (1797,3652,52,330,0,3229,0,0,82,83); -INSERT INTO `mob_groups` VALUES (1798,3991,52,330,0,3580,0,0,66,68); -INSERT INTO `mob_groups` VALUES (1799,4027,52,330,0,3607,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1800,4029,52,330,0,3609,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1801,4034,52,330,0,3614,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1802,4035,52,0,128,0,0,0,70,71); -INSERT INTO `mob_groups` VALUES (1803,4275,52,330,0,4044,0,0,67,69); -INSERT INTO `mob_groups` VALUES (1804,4355,52,330,0,0,0,0,78,83); -INSERT INTO `mob_groups` VALUES (1806,110,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1807,220,54,0,128,168,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1808,253,54,1056,0,184,0,0,70,72); -INSERT INTO `mob_groups` VALUES (1809,255,54,0,128,185,0,0,73,74); -INSERT INTO `mob_groups` VALUES (1810,258,54,1056,0,188,0,0,71,74); -INSERT INTO `mob_groups` VALUES (1811,404,54,1056,0,281,0,0,80,82); -INSERT INTO `mob_groups` VALUES (1812,465,54,95040,0,338,0,0,80,82); -INSERT INTO `mob_groups` VALUES (1813,573,54,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (1814,721,54,0,128,0,0,0,75,76); -INSERT INTO `mob_groups` VALUES (1815,872,54,0,0,0,0,0,65,70); -INSERT INTO `mob_groups` VALUES (1816,913,54,1056,4,639,0,0,80,80); -INSERT INTO `mob_groups` VALUES (1817,1111,54,1056,0,793,0,0,79,81); -INSERT INTO `mob_groups` VALUES (1818,1112,54,0,128,0,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1819,1211,54,1056,0,868,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1820,1247,54,1056,0,893,0,0,68,70); -INSERT INTO `mob_groups` VALUES (1821,1284,54,1056,0,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1822,1285,54,0,0,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1823,1286,54,0,0,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1824,1292,54,1056,0,0,0,0,71,73); -INSERT INTO `mob_groups` VALUES (1825,1506,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1826,1534,54,0,128,0,0,0,78,83); -INSERT INTO `mob_groups` VALUES (1827,1776,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1828,1933,54,1056,0,1669,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1829,2043,54,1056,4,1754,0,0,80,80); -INSERT INTO `mob_groups` VALUES (1830,2154,54,1056,0,1849,0,0,77,80); -INSERT INTO `mob_groups` VALUES (1831,2318,54,1056,0,1985,0,0,78,79); -INSERT INTO `mob_groups` VALUES (1832,2324,54,990,0,1991,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1833,2328,54,990,0,1993,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1834,2329,54,990,0,1995,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1835,2330,54,990,0,1997,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1836,2331,54,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (1837,2332,54,990,0,1998,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1838,2334,54,990,0,2000,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1839,2335,54,1056,0,2002,0,0,80,82); -INSERT INTO `mob_groups` VALUES (1840,2338,54,1056,0,2004,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1841,2339,54,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1842,2344,54,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1843,2345,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1844,2348,54,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (1845,2354,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1846,2358,54,0,128,0,0,0,72,76); -INSERT INTO `mob_groups` VALUES (1847,2359,54,0,128,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1848,2360,54,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (1849,2361,54,1056,0,2006,0,0,77,80); -INSERT INTO `mob_groups` VALUES (1850,2362,54,1056,0,2008,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1851,2363,54,1056,0,2009,0,0,77,80); -INSERT INTO `mob_groups` VALUES (1852,2364,54,1056,0,2010,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1853,2365,54,259200,0,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (1854,2366,54,259200,0,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (1855,2367,54,259200,0,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (1856,2368,54,1056,0,2011,0,0,77,80); -INSERT INTO `mob_groups` VALUES (1857,2417,54,0,128,2061,15000,0,82,83); -INSERT INTO `mob_groups` VALUES (1858,2426,54,0,128,2067,0,0,76,78); -INSERT INTO `mob_groups` VALUES (1859,2606,54,259200,0,2237,55000,0,85,85); -INSERT INTO `mob_groups` VALUES (1860,2617,54,1056,0,2246,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1861,2619,54,990,0,2247,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1862,2620,54,1056,0,2249,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1863,2621,54,1056,0,2251,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1864,2625,54,259200,0,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (1865,2627,54,1056,0,2253,0,0,73,75); -INSERT INTO `mob_groups` VALUES (1866,2629,54,1056,0,2255,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1867,2630,54,1056,0,2256,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1868,2631,54,1056,0,2257,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1869,2890,54,1056,0,2474,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1870,2893,54,1056,0,2479,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1871,2894,54,1056,0,2480,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1872,2895,54,1056,0,2481,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1873,2896,54,1056,0,2482,0,0,81,83); -INSERT INTO `mob_groups` VALUES (1874,2920,54,0,128,2491,36000,0,86,86); -INSERT INTO `mob_groups` VALUES (1875,3057,54,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1876,3130,54,1056,0,2770,0,0,73,74); -INSERT INTO `mob_groups` VALUES (1877,3231,54,1056,0,2872,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1878,3258,54,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1879,3265,54,1056,0,2903,0,0,77,77); -INSERT INTO `mob_groups` VALUES (1880,3267,54,1056,0,2904,0,0,77,77); -INSERT INTO `mob_groups` VALUES (1881,3292,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1882,3294,54,1056,0,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (1883,3355,54,1056,0,2948,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1884,3541,54,1056,0,3118,0,0,77,78); -INSERT INTO `mob_groups` VALUES (1885,3704,54,1056,0,3279,0,0,82,83); -INSERT INTO `mob_groups` VALUES (1886,4217,54,0,128,4000,15000,0,78,80); -INSERT INTO `mob_groups` VALUES (1887,4371,54,1056,0,4182,0,0,72,73); -INSERT INTO `mob_groups` VALUES (1888,4468,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1889,4490,54,0,128,4340,75000,0,85,86); -INSERT INTO `mob_groups` VALUES (1890,4493,54,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1891,649,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1892,652,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1893,654,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1894,655,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1895,739,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1896,743,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1897,864,55,0,128,0,0,0,65,70); -INSERT INTO `mob_groups` VALUES (1898,885,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1899,886,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1900,887,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1901,973,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1902,1110,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1903,1285,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1904,1286,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1905,1292,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1906,1534,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1907,1535,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1908,2065,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1909,2172,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1910,2173,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1911,2174,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1912,2206,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1913,2207,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1914,2208,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1915,2222,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1916,2286,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1917,2340,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1918,2582,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1919,3059,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1920,3117,55,1020,0,0,0,0,65,70); -INSERT INTO `mob_groups` VALUES (1921,3220,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1922,3250,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1923,3262,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1924,3327,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1925,3682,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1926,4093,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1927,4094,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1928,4095,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1929,4096,55,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1930,254,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1931,285,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1932,360,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1933,431,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1934,467,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1935,715,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1936,863,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1937,865,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1938,905,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1939,942,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1940,977,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1941,1097,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1942,1112,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1943,1268,56,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1944,1274,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1945,2175,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1946,2192,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1947,2257,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1948,2326,56,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1949,2332,56,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1950,2338,56,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1951,2341,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1952,2343,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1953,2361,56,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1954,2425,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1955,2481,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1956,2591,56,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1957,2592,56,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1958,2593,56,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1959,2594,56,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1960,2595,56,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1961,2596,56,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (1962,2624,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1963,2627,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1964,3119,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1965,3236,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1966,3258,56,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1967,3259,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1968,3294,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1969,4090,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1970,4337,56,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1971,139,57,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1972,248,57,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1973,255,57,0,128,0,0,0,73,74); -INSERT INTO `mob_groups` VALUES (1974,1506,57,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (1975,1534,57,0,128,1130,0,0,78,83); -INSERT INTO `mob_groups` VALUES (1976,1776,57,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1977,2071,57,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (1978,2318,57,0,128,0,0,0,77,78); -INSERT INTO `mob_groups` VALUES (1979,2426,57,0,128,2068,0,0,77,79); -INSERT INTO `mob_groups` VALUES (1980,3292,57,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (1981,3840,57,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (1982,4123,57,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (1983,4371,57,0,128,4183,0,0,73,74); -INSERT INTO `mob_groups` VALUES (1984,4468,57,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (1985,23,58,0,128,0,0,0,54,55); -INSERT INTO `mob_groups` VALUES (1986,71,58,0,128,41,0,0,60,60); -INSERT INTO `mob_groups` VALUES (1987,197,58,0,128,152,0,0,54,56); -INSERT INTO `mob_groups` VALUES (1988,359,58,0,128,0,0,0,63,64); -INSERT INTO `mob_groups` VALUES (1989,413,58,0,128,291,0,0,49,49); -INSERT INTO `mob_groups` VALUES (1990,879,58,0,128,622,0,0,49,49); -INSERT INTO `mob_groups` VALUES (1991,880,58,0,128,624,0,0,50,55); -INSERT INTO `mob_groups` VALUES (1992,2065,58,0,128,1778,0,0,54,54); -INSERT INTO `mob_groups` VALUES (1993,2296,58,0,128,1967,0,0,61,63); -INSERT INTO `mob_groups` VALUES (1994,3059,58,0,128,2718,0,0,70,70); -INSERT INTO `mob_groups` VALUES (1995,3207,58,0,128,2831,0,0,62,66); -INSERT INTO `mob_groups` VALUES (1996,3805,58,0,128,3399,0,0,52,53); -INSERT INTO `mob_groups` VALUES (1997,3885,58,0,128,3455,0,0,52,54); -INSERT INTO `mob_groups` VALUES (1998,3912,58,0,128,3493,0,0,60,60); -INSERT INTO `mob_groups` VALUES (1999,4112,58,0,128,3668,0,0,55,56); -INSERT INTO `mob_groups` VALUES (2000,23,59,0,128,0,0,0,54,55); -INSERT INTO `mob_groups` VALUES (2001,71,59,0,128,41,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2002,94,59,0,128,57,0,0,55,59); -INSERT INTO `mob_groups` VALUES (2003,197,59,0,128,152,0,0,54,56); -INSERT INTO `mob_groups` VALUES (2004,359,59,0,128,0,0,0,63,64); -INSERT INTO `mob_groups` VALUES (2005,413,59,0,128,291,0,0,49,49); -INSERT INTO `mob_groups` VALUES (2006,879,59,0,128,623,0,0,49,49); -INSERT INTO `mob_groups` VALUES (2007,880,59,0,128,624,0,0,50,55); -INSERT INTO `mob_groups` VALUES (2008,2065,59,0,128,1779,0,0,54,54); -INSERT INTO `mob_groups` VALUES (2009,2296,59,0,128,1968,0,0,61,63); -INSERT INTO `mob_groups` VALUES (2010,3059,59,0,128,2719,0,0,70,70); -INSERT INTO `mob_groups` VALUES (2011,3805,59,0,128,3400,0,0,52,53); -INSERT INTO `mob_groups` VALUES (2012,3885,59,0,128,3456,0,0,52,54); -INSERT INTO `mob_groups` VALUES (2013,3912,59,0,128,3494,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2014,4112,59,0,128,3669,0,0,55,56); -INSERT INTO `mob_groups` VALUES (2015,262,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2016,263,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2017,264,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2018,432,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2019,550,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2020,873,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2021,1294,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2022,1506,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2023,1776,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2024,3826,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2025,4305,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2026,4348,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2027,4468,60,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2028,118,61,0,128,84,30000,0,85,87); -INSERT INTO `mob_groups` VALUES (2029,122,61,0,128,91,0,0,74,78); -INSERT INTO `mob_groups` VALUES (2030,271,61,330,0,0,0,0,71,76); -INSERT INTO `mob_groups` VALUES (2031,524,61,0,128,385,15000,0,83,83); -INSERT INTO `mob_groups` VALUES (2032,680,61,259200,0,502,50000,0,85,85); -INSERT INTO `mob_groups` VALUES (2033,738,61,0,128,535,15000,0,78,80); -INSERT INTO `mob_groups` VALUES (2034,894,61,1980,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (2035,910,61,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (2036,914,61,0,128,643,0,0,76,76); -INSERT INTO `mob_groups` VALUES (2037,916,61,0,128,0,0,0,95,95); -INSERT INTO `mob_groups` VALUES (2038,1160,61,330,4,829,0,0,74,76); -INSERT INTO `mob_groups` VALUES (2039,1170,61,330,0,837,0,0,79,80); -INSERT INTO `mob_groups` VALUES (2040,1215,61,95040,0,874,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2041,1341,61,330,4,955,0,0,74,76); -INSERT INTO `mob_groups` VALUES (2042,1460,61,0,0,1076,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2043,1468,61,0,0,1081,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2044,1469,61,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2045,1534,61,0,128,1131,0,0,78,83); -INSERT INTO `mob_groups` VALUES (2046,1946,61,0,0,1677,0,0,79,83); -INSERT INTO `mob_groups` VALUES (2047,1949,61,330,0,1678,0,0,79,82); -INSERT INTO `mob_groups` VALUES (2048,1950,61,330,0,1679,0,0,79,82); -INSERT INTO `mob_groups` VALUES (2049,1951,61,330,0,1680,0,0,79,82); -INSERT INTO `mob_groups` VALUES (2050,1952,61,330,0,1681,0,0,79,82); -INSERT INTO `mob_groups` VALUES (2051,1953,61,0,0,1682,0,0,79,82); -INSERT INTO `mob_groups` VALUES (2052,1954,61,330,0,1683,0,0,80,82); -INSERT INTO `mob_groups` VALUES (2053,2223,61,0,128,1894,39000,0,82,84); -INSERT INTO `mob_groups` VALUES (2054,2253,61,330,0,1933,0,0,78,80); -INSERT INTO `mob_groups` VALUES (2055,2485,61,330,0,2129,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2056,2758,61,330,0,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (2057,3130,61,330,1,2771,0,0,73,76); -INSERT INTO `mob_groups` VALUES (2058,3327,61,0,0,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (2059,3465,61,0,128,3059,50000,0,88,89); -INSERT INTO `mob_groups` VALUES (2060,3581,61,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2061,3615,61,0,128,3195,0,0,71,73); -INSERT INTO `mob_groups` VALUES (2062,3616,61,330,0,0,0,0,73,76); -INSERT INTO `mob_groups` VALUES (2063,3825,61,330,0,3417,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2064,4009,61,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2065,4013,61,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2066,4018,61,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2067,4019,61,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2068,4031,61,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2069,4035,61,0,128,0,0,0,64,64); -INSERT INTO `mob_groups` VALUES (2070,4247,61,330,0,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (2071,4259,61,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2072,4260,61,0,128,4032,0,0,71,78); -INSERT INTO `mob_groups` VALUES (2073,4280,61,0,128,4051,0,0,80,82); -INSERT INTO `mob_groups` VALUES (2074,4282,61,330,0,4056,0,0,79,81); -INSERT INTO `mob_groups` VALUES (2075,4371,61,330,0,4184,0,0,70,71); -INSERT INTO `mob_groups` VALUES (2076,4491,61,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2077,4492,61,0,128,4341,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2078,4501,61,330,0,4343,0,0,70,74); -INSERT INTO `mob_groups` VALUES (2079,34,62,0,128,15,38000,0,86,88); -INSERT INTO `mob_groups` VALUES (2080,35,62,0,128,0,8000,0,73,75); -INSERT INTO `mob_groups` VALUES (2081,36,62,0,128,0,12000,0,73,75); -INSERT INTO `mob_groups` VALUES (2082,163,62,1056,0,120,0,0,76,78); -INSERT INTO `mob_groups` VALUES (2083,220,62,0,128,168,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2084,416,62,0,128,298,0,0,81,84); -INSERT INTO `mob_groups` VALUES (2085,437,62,1056,0,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2086,718,62,0,128,0,0,0,80,83); -INSERT INTO `mob_groups` VALUES (2087,894,62,0,0,0,0,0,80,83); -INSERT INTO `mob_groups` VALUES (2088,1020,62,0,128,725,26000,0,80,82); -INSERT INTO `mob_groups` VALUES (2089,1091,62,0,0,780,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2090,1160,62,1056,4,0,0,0,74,75); -INSERT INTO `mob_groups` VALUES (2091,1170,62,1056,0,837,0,0,77,79); -INSERT INTO `mob_groups` VALUES (2092,1302,62,0,0,933,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2093,1341,62,1056,4,0,0,0,74,75); -INSERT INTO `mob_groups` VALUES (2094,1426,62,1056,0,1050,0,0,72,77); -INSERT INTO `mob_groups` VALUES (2095,1851,62,900,0,1609,80000,0,85,90); -INSERT INTO `mob_groups` VALUES (2096,1937,62,0,128,0,0,0,80,83); -INSERT INTO `mob_groups` VALUES (2097,1938,62,0,128,0,0,0,80,83); -INSERT INTO `mob_groups` VALUES (2098,1947,62,0,128,0,0,0,64,66); -INSERT INTO `mob_groups` VALUES (2099,1948,62,0,128,0,0,0,82,82); -INSERT INTO `mob_groups` VALUES (2100,2267,62,0,0,1940,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2101,2485,62,1056,0,2130,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2102,2686,62,1056,0,2308,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2103,2697,62,1056,0,2316,0,0,70,75); -INSERT INTO `mob_groups` VALUES (2104,2794,62,0,0,2407,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2105,3231,62,1056,0,2873,0,0,70,72); -INSERT INTO `mob_groups` VALUES (2106,3249,62,1056,0,2894,0,0,72,73); -INSERT INTO `mob_groups` VALUES (2107,3257,62,1056,0,2899,0,0,71,73); -INSERT INTO `mob_groups` VALUES (2108,3258,62,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2109,3339,62,0,128,2936,25000,0,81,83); -INSERT INTO `mob_groups` VALUES (2110,4009,62,1056,0,3593,0,0,71,83); -INSERT INTO `mob_groups` VALUES (2111,4010,62,1056,0,3594,0,0,72,73); -INSERT INTO `mob_groups` VALUES (2112,4012,62,1056,0,3596,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2113,4013,62,1056,0,3597,0,0,78,80); -INSERT INTO `mob_groups` VALUES (2114,4015,62,1056,0,3598,0,0,72,75); -INSERT INTO `mob_groups` VALUES (2115,4017,62,1056,0,3599,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2116,4018,62,1056,0,3601,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2117,4021,62,1056,0,3602,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2118,4022,62,1056,0,3604,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2119,4023,62,1056,0,3606,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2120,4024,62,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2121,4028,62,1056,0,3608,0,0,78,80); -INSERT INTO `mob_groups` VALUES (2122,4030,62,1056,0,3610,0,0,71,71); -INSERT INTO `mob_groups` VALUES (2123,4032,62,1056,0,3612,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2124,4035,62,0,128,0,0,0,70,72); -INSERT INTO `mob_groups` VALUES (2125,4036,62,1056,0,3615,0,0,71,75); -INSERT INTO `mob_groups` VALUES (2126,4244,62,1056,0,4022,0,0,69,71); -INSERT INTO `mob_groups` VALUES (2127,4280,62,1056,0,4052,0,0,77,80); -INSERT INTO `mob_groups` VALUES (2128,4281,62,1056,0,4054,0,0,73,76); -INSERT INTO `mob_groups` VALUES (2129,4327,62,0,128,0,0,0,74,79); -INSERT INTO `mob_groups` VALUES (2130,4365,62,0,128,0,0,0,64,66); -INSERT INTO `mob_groups` VALUES (2131,4366,62,0,128,0,0,0,82,82); -INSERT INTO `mob_groups` VALUES (2132,4493,62,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2133,438,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2134,534,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2135,535,63,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2136,837,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2137,894,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2138,1070,63,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2139,2157,63,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2140,2177,63,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2141,2291,63,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2142,2903,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2143,2967,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2144,3248,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2145,3251,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2146,3268,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2147,3318,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2148,3319,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2149,4012,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2150,4245,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2151,4263,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2152,4281,63,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2153,4336,63,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2154,4465,63,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2155,248,64,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2156,2063,64,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (2157,2189,64,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2158,2221,64,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2159,3219,64,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (2160,3582,64,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2161,4058,64,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2162,4123,64,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2163,4307,64,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2164,71,65,1056,4,41,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2165,220,65,0,128,168,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2166,370,65,1056,0,259,0,0,78,79); -INSERT INTO `mob_groups` VALUES (2167,527,65,1056,0,393,0,0,77,78); -INSERT INTO `mob_groups` VALUES (2168,647,65,0,128,0,0,0,77,82); -INSERT INTO `mob_groups` VALUES (2169,648,65,1056,0,480,0,0,72,74); -INSERT INTO `mob_groups` VALUES (2170,691,65,0,128,506,9000,0,78,80); -INSERT INTO `mob_groups` VALUES (2171,765,65,1056,0,560,0,0,70,71); -INSERT INTO `mob_groups` VALUES (2172,921,65,259200,0,646,0,0,75,83); -INSERT INTO `mob_groups` VALUES (2173,1019,65,432000,0,724,0,0,83,83); -INSERT INTO `mob_groups` VALUES (2174,1102,65,259200,0,787,0,0,75,83); -INSERT INTO `mob_groups` VALUES (2175,1400,65,0,128,0,0,0,80,83); -INSERT INTO `mob_groups` VALUES (2176,1846,65,259200,0,1607,70000,0,85,88); -INSERT INTO `mob_groups` VALUES (2177,2008,65,259200,0,1716,0,0,75,90); -INSERT INTO `mob_groups` VALUES (2178,2013,65,1056,0,1719,0,0,73,74); -INSERT INTO `mob_groups` VALUES (2179,2089,65,0,128,1792,28000,0,80,82); -INSERT INTO `mob_groups` VALUES (2180,2503,65,0,128,2149,0,0,75,76); -INSERT INTO `mob_groups` VALUES (2181,2504,65,0,128,0,0,0,78,82); -INSERT INTO `mob_groups` VALUES (2182,2505,65,0,128,0,0,0,75,83); -INSERT INTO `mob_groups` VALUES (2183,2506,65,300,0,2150,0,0,69,70); -INSERT INTO `mob_groups` VALUES (2184,2507,65,300,0,2152,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2185,2508,65,300,0,2154,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2186,2511,65,0,128,0,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2187,2512,65,300,0,0,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2188,2513,65,1056,0,2156,0,0,75,76); -INSERT INTO `mob_groups` VALUES (2189,2518,65,300,0,2157,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2190,2522,65,300,0,2159,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2191,2523,65,300,0,2161,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2192,2525,65,1056,0,2163,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2193,2526,65,300,0,2165,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2194,2527,65,0,128,0,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2195,2528,65,300,0,2168,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2196,2529,65,300,0,2170,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2197,2533,65,300,0,2172,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2198,2534,65,300,0,2175,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2199,2535,65,300,0,2177,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2200,2537,65,300,0,2180,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2201,2538,65,300,0,2181,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2202,2539,65,300,0,0,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2203,2540,65,300,0,0,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2204,2541,65,300,0,0,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2205,2543,65,300,0,0,0,0,75,77); -INSERT INTO `mob_groups` VALUES (2206,2545,65,300,0,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2207,2656,65,0,128,0,0,0,58,63); -INSERT INTO `mob_groups` VALUES (2208,2657,65,0,128,0,0,0,58,63); -INSERT INTO `mob_groups` VALUES (2209,2658,65,0,128,0,0,0,58,63); -INSERT INTO `mob_groups` VALUES (2210,2659,65,0,128,0,0,0,58,63); -INSERT INTO `mob_groups` VALUES (2211,2881,65,0,128,0,0,0,58,63); -INSERT INTO `mob_groups` VALUES (2212,2890,65,1056,0,2475,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2213,3177,65,1056,0,2818,0,0,75,77); -INSERT INTO `mob_groups` VALUES (2214,3178,65,0,128,0,0,0,65,70); -INSERT INTO `mob_groups` VALUES (2215,3223,65,1056,0,2862,0,0,70,72); -INSERT INTO `mob_groups` VALUES (2216,3254,65,1056,0,2896,0,0,77,77); -INSERT INTO `mob_groups` VALUES (2217,3258,65,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2218,3263,65,1056,0,2901,0,0,77,77); -INSERT INTO `mob_groups` VALUES (2219,3437,65,0,128,0,0,0,80,83); -INSERT INTO `mob_groups` VALUES (2220,3525,65,1056,0,3104,0,0,76,78); -INSERT INTO `mob_groups` VALUES (2221,3560,65,0,128,0,0,0,80,83); -INSERT INTO `mob_groups` VALUES (2222,3732,65,1056,0,3306,0,0,79,81); -INSERT INTO `mob_groups` VALUES (2223,3807,65,0,128,3404,0,0,68,71); -INSERT INTO `mob_groups` VALUES (2224,4067,65,0,128,0,0,0,60,66); -INSERT INTO `mob_groups` VALUES (2225,4295,65,0,128,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (2226,4308,65,1056,0,4086,0,0,82,83); -INSERT INTO `mob_groups` VALUES (2227,4493,65,300,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2228,4508,65,1056,0,4353,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2229,4509,65,86400,0,4356,0,0,77,80); -INSERT INTO `mob_groups` VALUES (2230,478,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2231,557,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2232,714,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2233,1037,66,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2234,1327,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2235,2002,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2236,2385,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2237,2509,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2238,2515,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2239,2516,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2240,2524,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2241,2531,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2242,2539,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2243,2542,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2244,2544,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2245,2562,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2246,2723,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2247,2724,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2248,2725,66,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2249,2726,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2250,2727,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2251,3060,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2252,3142,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2253,3144,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2254,3146,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2255,3147,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2256,3177,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2257,3223,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2258,3225,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2259,3255,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2260,3437,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2261,3666,66,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2262,248,67,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2263,430,67,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2264,1506,67,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2265,1846,67,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2266,2143,67,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2267,2370,67,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2268,2712,67,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2269,3128,67,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2270,3327,67,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2271,3567,67,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2272,3933,67,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2273,4270,67,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2274,4332,67,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2275,71,68,1056,4,41,0,0,70,70); -INSERT INTO `mob_groups` VALUES (2276,110,68,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2277,119,68,0,128,85,0,0,66,66); -INSERT INTO `mob_groups` VALUES (2278,306,68,0,128,219,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2279,307,68,1056,0,220,0,0,70,74); -INSERT INTO `mob_groups` VALUES (2280,477,68,86400,0,350,0,0,82,82); -INSERT INTO `mob_groups` VALUES (2281,664,68,0,128,0,0,0,66,69); -INSERT INTO `mob_groups` VALUES (2282,665,68,0,128,0,0,0,69,69); -INSERT INTO `mob_groups` VALUES (2283,667,68,1056,0,493,0,0,73,76); -INSERT INTO `mob_groups` VALUES (2284,717,68,0,128,525,15000,0,82,82); -INSERT INTO `mob_groups` VALUES (2285,858,68,0,128,610,0,0,69,74); -INSERT INTO `mob_groups` VALUES (2286,959,68,1056,0,674,0,0,68,73); -INSERT INTO `mob_groups` VALUES (2287,1411,68,1056,0,1036,0,0,64,68); -INSERT INTO `mob_groups` VALUES (2288,1506,68,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2289,1809,68,1056,0,1581,0,0,73,74); -INSERT INTO `mob_groups` VALUES (2290,2189,68,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2291,2720,68,1056,0,2331,0,0,69,71); -INSERT INTO `mob_groups` VALUES (2292,2782,68,960,0,2400,0,0,68,71); -INSERT INTO `mob_groups` VALUES (2293,2910,68,0,128,2487,33000,0,87,88); -INSERT INTO `mob_groups` VALUES (2294,2911,68,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2295,2912,68,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2296,2913,68,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2297,3089,68,0,128,0,0,0,77,79); -INSERT INTO `mob_groups` VALUES (2298,3090,68,0,128,2741,150000,0,86,88); -INSERT INTO `mob_groups` VALUES (2299,3131,68,1056,0,2773,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2300,3224,68,1056,0,2865,0,0,67,70); -INSERT INTO `mob_groups` VALUES (2301,3245,68,1056,0,2891,0,0,74,75); -INSERT INTO `mob_groups` VALUES (2302,3252,68,1056,0,2895,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2303,3256,68,1056,0,2898,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2304,3258,68,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2305,3261,68,1056,0,2900,0,0,74,75); -INSERT INTO `mob_groups` VALUES (2306,3327,68,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2307,3332,68,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2308,3670,68,1056,0,3235,0,0,69,73); -INSERT INTO `mob_groups` VALUES (2309,3991,68,1056,0,3581,0,0,66,69); -INSERT INTO `mob_groups` VALUES (2310,4493,68,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2311,59,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2312,353,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2313,739,69,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2314,774,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2315,813,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2316,866,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2317,901,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2318,1024,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2319,1433,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2320,1458,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2321,1474,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2322,1489,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2323,1510,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2324,1512,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2325,1866,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2326,1963,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2327,2065,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2328,2140,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2329,2190,69,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2330,2288,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2331,2290,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2332,2301,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2333,2325,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2334,2355,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2335,2357,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2336,2401,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2337,2560,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2338,2671,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2339,2810,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2340,2960,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2341,3258,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2342,3259,69,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2343,3279,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2344,3306,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2345,3327,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2346,3361,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2347,3443,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2348,3445,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2349,3447,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2350,3581,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2351,3586,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2352,3590,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2353,3833,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2354,4073,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2355,4075,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2356,4202,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2357,4326,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2358,4469,69,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2359,4500,69,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2361,3145,71,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2362,82,72,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2363,110,72,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2364,243,72,0,128,177,32000,0,86,88); -INSERT INTO `mob_groups` VALUES (2365,504,72,0,0,373,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2366,705,72,0,128,517,15000,0,80,82); -INSERT INTO `mob_groups` VALUES (2367,783,72,0,0,570,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2368,1506,72,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2369,2800,72,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2370,2834,72,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2371,2931,72,0,128,2496,15000,0,78,80); -INSERT INTO `mob_groups` VALUES (2372,2941,72,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2373,3069,72,18000,0,2723,0,0,88,89); -INSERT INTO `mob_groups` VALUES (2374,3254,72,1056,0,2897,0,0,76,78); -INSERT INTO `mob_groups` VALUES (2375,3258,72,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2376,3263,72,1056,0,2902,0,0,76,78); -INSERT INTO `mob_groups` VALUES (2377,3327,72,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2378,3332,72,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2379,216,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2380,218,73,0,0,161,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2381,219,73,0,0,164,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2382,221,73,0,0,169,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2383,248,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2384,364,73,0,0,255,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2385,577,73,0,0,427,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2386,1098,73,0,0,784,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2387,1345,73,0,0,960,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2388,1413,73,0,0,1039,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2389,1806,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2390,2138,73,0,0,1839,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2391,2508,73,0,0,2155,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2392,2526,73,0,0,2166,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2393,2533,73,0,0,2173,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2394,2534,73,0,0,2176,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2395,2535,73,0,0,2178,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2396,2538,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2397,2539,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2398,2541,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2399,2545,73,0,0,2183,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2400,2669,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2401,3181,73,0,0,2820,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2402,3183,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2403,3223,73,0,0,2863,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2404,3383,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2405,3526,73,0,0,3105,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2406,3670,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2407,3898,73,0,0,3463,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2408,3976,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2409,4117,73,0,0,3674,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2410,4275,73,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2411,4389,73,0,0,4198,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2412,4508,73,0,0,4354,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2413,216,74,0,0,158,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2414,218,74,0,0,162,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2415,219,74,0,0,165,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2416,221,74,0,0,170,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2417,246,74,0,0,180,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2418,248,74,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2419,976,74,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2420,978,74,0,0,685,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2421,1015,74,0,0,719,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2422,1018,74,0,0,721,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2423,1112,74,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2424,1505,74,0,0,1102,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2425,1761,74,0,0,1528,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2426,2282,74,0,0,1954,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2427,2328,74,0,0,1994,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2428,2329,74,0,0,1996,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2429,2332,74,0,0,1999,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2430,2334,74,0,0,2001,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2431,2359,74,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2432,2619,74,0,0,2248,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2433,2620,74,0,0,2250,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2434,2621,74,0,0,2252,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2435,2627,74,0,0,2254,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2436,2653,74,0,0,2269,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2437,2762,74,0,0,2365,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2438,2890,74,0,0,2476,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2439,3059,74,0,0,2720,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2440,3197,74,0,0,2826,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2441,3215,74,0,0,2837,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2442,3246,74,0,0,2893,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2443,3258,74,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2444,3267,74,0,0,2905,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2445,3294,74,0,0,2915,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2446,3355,74,0,0,2949,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2447,3431,74,0,0,3026,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2448,3517,74,0,0,3090,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2449,3751,74,0,0,3329,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2450,4233,74,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2451,216,75,0,0,159,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2452,218,75,0,0,163,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2453,219,75,0,0,166,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2454,248,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2455,412,75,0,0,288,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2456,437,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2457,642,75,0,0,475,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2458,714,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2459,765,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2460,967,75,0,0,680,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2461,1092,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2462,1209,75,0,0,866,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2463,1372,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2464,1477,75,0,0,1088,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2465,2014,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2466,2433,75,0,0,2076,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2467,2471,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2468,3120,75,0,0,2762,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2469,3338,75,0,0,2935,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2470,3651,75,0,0,3228,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2471,3808,75,0,0,3406,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2472,3984,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2473,4010,75,0,0,3595,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2474,4015,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2475,4017,75,0,0,3600,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2476,4021,75,0,0,3603,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2477,4022,75,0,0,3605,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2478,4030,75,0,0,3611,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2479,4032,75,0,0,3613,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2480,4035,75,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2481,4281,75,0,0,4055,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2482,4286,75,0,0,4069,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2483,4497,75,0,0,4342,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2484,216,76,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2485,218,76,0,128,161,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2486,219,76,0,128,167,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2487,221,76,0,128,169,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2488,248,76,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2489,263,76,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2490,732,76,0,128,532,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2491,933,76,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2492,962,76,0,128,0,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2493,963,76,0,128,678,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2494,1017,76,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2495,1079,76,0,128,759,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2496,1083,76,0,128,0,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2497,1448,76,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2498,1471,76,0,128,0,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2499,1835,76,0,128,0,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2500,1862,76,0,128,1615,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2501,1863,76,0,0,1616,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2502,1887,76,0,128,1625,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2503,1900,76,0,128,0,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2504,1933,76,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2505,2431,76,0,128,2074,0,0,85,85); -INSERT INTO `mob_groups` VALUES (2506,2878,76,0,128,0,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2507,3191,76,0,128,2825,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2508,3456,76,0,128,0,0,0,73,73); -INSERT INTO `mob_groups` VALUES (2509,44,77,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2510,68,77,0,128,39,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2511,82,77,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2512,106,77,0,128,69,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2513,109,77,0,128,76,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2514,110,77,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2515,159,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2516,206,77,0,128,155,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2517,218,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2518,219,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2519,221,77,0,128,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (2520,228,77,0,128,173,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2521,248,77,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2522,267,77,0,128,193,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2523,334,77,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2524,365,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2525,374,77,0,128,263,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2526,387,77,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2527,404,77,0,128,282,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2528,437,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2529,460,77,0,128,331,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2530,461,77,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2531,462,77,0,128,335,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2532,495,77,0,128,366,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2533,500,77,0,128,371,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2534,514,77,0,128,378,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2535,552,77,0,128,409,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2536,577,77,0,128,428,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2537,585,77,0,128,435,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2538,597,77,0,128,444,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2539,630,77,0,128,464,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2540,635,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2541,639,77,0,0,470,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2542,642,77,0,128,474,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2543,645,77,0,128,476,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2544,680,77,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2545,728,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2546,845,77,0,128,602,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2547,860,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2548,890,77,0,128,626,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2549,894,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2550,937,77,0,128,657,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2551,962,77,0,128,676,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2552,1110,77,0,128,792,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2553,1124,77,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2554,1138,77,0,128,812,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2555,1164,77,0,128,834,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2556,1170,77,0,128,837,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2557,1201,77,0,128,857,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2558,1208,77,0,128,865,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2559,1215,77,0,128,875,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2560,1254,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2561,1280,77,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2562,1282,77,0,128,920,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2563,1421,77,0,128,1046,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2564,1425,77,0,128,1048,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2565,1426,77,0,128,1051,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2566,1429,77,0,128,1053,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2567,1438,77,0,128,1060,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2568,1461,77,0,128,1077,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2569,1471,77,0,128,1082,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2570,1490,77,0,0,1098,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2571,1604,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2572,1751,77,0,128,1513,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2573,1799,77,0,128,1550,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2574,1861,77,0,128,1614,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2575,1919,77,0,128,1655,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2576,1920,77,0,128,1657,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2577,1933,77,0,128,1670,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2578,2018,77,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2579,2065,77,0,128,1780,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2580,2066,77,0,128,0,0,0,67,67); -INSERT INTO `mob_groups` VALUES (2581,2067,77,0,128,0,0,0,67,67); -INSERT INTO `mob_groups` VALUES (2582,2083,77,0,128,1789,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2583,2123,77,0,128,1823,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2584,2125,77,0,128,1825,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2585,2155,77,0,128,1850,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2586,2165,77,0,128,1860,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2587,2203,77,0,0,1883,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2588,2220,77,0,128,1892,0,0,80,80); -INSERT INTO `mob_groups` VALUES (2589,2231,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2590,2296,77,0,128,1969,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2591,2384,77,0,128,2035,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2592,2386,77,0,128,2038,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2593,2394,77,0,128,2042,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2594,2396,77,0,128,2045,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2595,2434,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2596,2435,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2597,2476,77,0,128,2118,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2598,2490,77,0,128,2134,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2599,2554,77,0,128,2197,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2600,2562,77,0,128,2201,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2601,2580,77,0,128,2217,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2602,2676,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2603,2677,77,0,128,2301,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2604,2713,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2605,2714,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2606,2715,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2607,2764,77,0,128,2372,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2608,2800,77,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2609,2873,77,0,128,2457,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2610,2907,77,0,128,2485,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2611,2921,77,0,128,2492,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2612,2925,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2613,2945,77,0,128,2511,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2614,2968,77,0,128,2532,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2615,2974,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2616,3047,77,0,128,2711,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2617,3053,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2618,3095,77,0,128,2745,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2619,3109,77,0,128,2753,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2620,3113,77,0,128,2756,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2621,3115,77,0,128,2760,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2622,3120,77,0,128,2763,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2623,3181,77,0,128,2821,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2624,3215,77,0,128,2838,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2625,3223,77,0,128,2864,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2626,3224,77,0,128,2866,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2627,3226,77,0,128,2868,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2628,3245,77,0,128,2892,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2629,3258,77,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2630,3267,77,0,128,2906,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2631,3288,77,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2632,3302,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2633,3327,77,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2634,3332,77,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2635,3376,77,0,128,2986,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2636,3428,77,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2637,3432,77,0,128,3027,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2638,3456,77,0,128,3044,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2639,3549,77,0,128,3128,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2640,3550,77,0,128,3131,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2641,3557,77,0,128,3137,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2642,3576,77,0,128,3171,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2643,3587,77,0,128,3177,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2644,3595,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2645,3630,77,0,128,3207,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2646,3680,77,0,128,3243,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2647,3709,77,0,128,3284,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2648,3732,77,0,128,3307,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2649,3734,77,0,128,3309,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2650,3762,77,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2651,3766,77,0,128,3353,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2652,3774,77,0,128,3363,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2653,3785,77,0,128,3378,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2654,3803,77,0,128,3392,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2655,3818,77,0,128,3411,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2656,3825,77,0,128,3418,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2657,3835,77,0,128,3423,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2658,3839,77,0,128,3429,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2659,3900,77,0,128,3466,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2660,3947,77,0,128,3538,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2661,3979,77,0,128,3569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2662,4004,77,0,128,3590,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2663,4049,77,0,128,3622,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2664,4066,77,0,128,3641,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2665,4100,77,0,128,3658,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2666,4103,77,0,128,3662,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2667,4108,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2668,4124,77,0,128,3677,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2669,4200,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2670,4231,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2671,4232,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2672,4234,77,0,128,0,0,0,76,77); -INSERT INTO `mob_groups` VALUES (2673,4258,77,0,128,4030,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2674,4275,77,0,128,4045,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2675,4280,77,0,128,4053,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2676,4281,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2677,4323,77,0,128,4136,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2678,4342,77,0,128,4153,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2679,4355,77,0,128,4167,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2680,4378,77,0,128,4190,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2681,4389,77,0,128,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2682,4489,77,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2683,4508,77,0,128,4355,0,0,66,68); -INSERT INTO `mob_groups` VALUES (2684,4509,77,0,128,4357,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2685,110,78,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2686,133,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2687,137,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2688,234,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2689,248,78,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2690,283,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2691,334,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2692,351,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2693,367,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2694,397,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2695,521,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2696,547,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2697,558,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2698,571,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2699,714,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2700,800,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2701,829,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2702,913,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2703,998,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2704,1071,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2705,1187,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2706,1188,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2707,1273,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2708,1356,78,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2709,1422,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2710,1459,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2711,1499,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2712,1769,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2713,1815,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2714,1870,78,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2715,1871,78,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2716,1873,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2717,1876,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2718,1905,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2719,1906,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2720,1907,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2721,1916,78,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (2722,1927,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2723,1936,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2724,1944,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2725,1957,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2726,1962,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2727,1996,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2728,1997,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2729,1999,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2730,2004,78,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (2731,2037,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2732,2049,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2733,2076,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2734,2422,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2735,2430,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2736,2555,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2737,2561,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2738,2563,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2739,2716,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2740,2744,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2741,2756,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2742,2771,78,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (2743,2838,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2744,2879,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2745,2941,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2746,2942,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2747,2943,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2748,3054,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2749,3062,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2750,3327,78,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2751,3332,78,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2752,3349,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2753,3394,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2754,3397,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2755,3436,78,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (2756,3499,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2757,3622,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2758,3641,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2759,3704,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2760,3782,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2761,3842,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2762,3921,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2763,4069,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2764,4109,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2765,4110,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2766,4111,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2767,4128,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2768,4129,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2769,4130,78,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (2770,4131,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2771,4201,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2772,4276,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2773,4279,78,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (2774,4352,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2775,4356,78,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2776,603,79,330,0,446,0,0,63,65); -INSERT INTO `mob_groups` VALUES (2777,604,79,0,128,447,0,0,66,67); -INSERT INTO `mob_groups` VALUES (2778,605,79,0,128,448,0,0,64,66); -INSERT INTO `mob_groups` VALUES (2779,606,79,0,128,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (2780,714,79,330,0,524,0,0,62,66); -INSERT INTO `mob_groups` VALUES (2781,910,79,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (2782,913,79,330,4,639,0,0,74,76); -INSERT INTO `mob_groups` VALUES (2783,914,79,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (2784,916,79,0,128,0,0,0,95,95); -INSERT INTO `mob_groups` VALUES (2785,1111,79,330,0,793,0,0,79,79); -INSERT INTO `mob_groups` VALUES (2786,1112,79,0,128,0,0,0,71,71); -INSERT INTO `mob_groups` VALUES (2787,1193,79,330,0,853,0,0,79,82); -INSERT INTO `mob_groups` VALUES (2788,1247,79,330,0,893,0,0,75,77); -INSERT INTO `mob_groups` VALUES (2789,1272,79,0,128,913,32000,0,82,84); -INSERT INTO `mob_groups` VALUES (2790,1833,79,330,0,1592,0,0,81,83); -INSERT INTO `mob_groups` VALUES (2791,1835,79,330,1,1593,0,0,66,69); -INSERT INTO `mob_groups` VALUES (2792,1933,79,330,0,1669,0,0,80,81); -INSERT INTO `mob_groups` VALUES (2793,2144,79,0,128,0,0,0,67,70); -INSERT INTO `mob_groups` VALUES (2794,2154,79,330,0,1849,0,0,72,74); -INSERT INTO `mob_groups` VALUES (2795,2220,79,259200,0,1893,72000,0,80,85); -INSERT INTO `mob_groups` VALUES (2796,2326,79,330,0,1992,0,0,82,83); -INSERT INTO `mob_groups` VALUES (2797,2330,79,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2798,2332,79,330,0,1998,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2799,2335,79,330,0,2003,0,0,79,81); -INSERT INTO `mob_groups` VALUES (2800,2338,79,330,0,2005,0,0,82,83); -INSERT INTO `mob_groups` VALUES (2801,2349,79,0,128,0,0,0,79,81); -INSERT INTO `mob_groups` VALUES (2802,2361,79,330,0,2007,0,0,82,83); -INSERT INTO `mob_groups` VALUES (2803,2426,79,0,128,2069,0,0,76,78); -INSERT INTO `mob_groups` VALUES (2804,2489,79,0,128,2133,37000,0,83,85); -INSERT INTO `mob_groups` VALUES (2805,2580,79,330,0,2218,0,0,64,68); -INSERT INTO `mob_groups` VALUES (2806,2587,79,330,0,2226,0,0,71,72); -INSERT INTO `mob_groups` VALUES (2807,2627,79,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2808,2630,79,0,128,0,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2809,2752,79,0,128,0,0,0,79,81); -INSERT INTO `mob_groups` VALUES (2810,2753,79,330,0,2360,0,0,80,81); -INSERT INTO `mob_groups` VALUES (2811,2810,79,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2812,2941,79,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2813,2957,79,330,0,2517,0,0,65,67); -INSERT INTO `mob_groups` VALUES (2814,3049,79,330,0,2712,0,0,63,68); -INSERT INTO `mob_groups` VALUES (2815,3109,79,3600,0,2754,0,0,73,75); -INSERT INTO `mob_groups` VALUES (2816,3224,79,330,0,2867,0,0,64,66); -INSERT INTO `mob_groups` VALUES (2817,3258,79,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2818,3260,79,1056,0,0,0,0,67,69); -INSERT INTO `mob_groups` VALUES (2819,3264,79,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2820,3327,79,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2821,3331,79,0,128,2929,0,0,63,65); -INSERT INTO `mob_groups` VALUES (2822,3332,79,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2823,3355,79,1056,0,2950,0,0,73,74); -INSERT INTO `mob_groups` VALUES (2824,3704,79,330,0,3280,0,0,79,82); -INSERT INTO `mob_groups` VALUES (2825,3738,79,330,0,3314,0,0,78,79); -INSERT INTO `mob_groups` VALUES (2826,3807,79,0,128,3405,0,0,69,71); -INSERT INTO `mob_groups` VALUES (2827,3912,79,330,4,3495,0,0,70,71); -INSERT INTO `mob_groups` VALUES (2828,3991,79,330,0,0,0,0,61,64); -INSERT INTO `mob_groups` VALUES (2829,4063,79,0,128,3638,48000,0,88,90); -INSERT INTO `mob_groups` VALUES (2830,4221,79,0,128,4007,22000,0,85,86); -INSERT INTO `mob_groups` VALUES (2831,4309,79,330,4,4091,0,0,70,71); -INSERT INTO `mob_groups` VALUES (2832,4342,79,330,0,4154,0,0,68,70); -INSERT INTO `mob_groups` VALUES (2833,4503,79,0,0,4346,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2834,18,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2835,37,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2836,84,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2837,89,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2838,90,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2839,91,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2840,96,80,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2841,126,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2842,132,80,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (2843,208,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2844,227,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2845,260,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2846,291,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2847,311,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2848,312,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2849,320,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2850,502,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2851,526,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2852,549,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2853,616,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2854,679,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2855,714,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2856,725,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2857,735,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2858,737,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2859,775,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2860,776,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2861,777,80,0,128,569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2862,812,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2863,840,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2864,896,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2865,903,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2866,935,80,0,128,656,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2867,960,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2868,1141,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2869,1143,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2870,1262,80,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2871,1279,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2872,1313,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2873,1321,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2874,1324,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2875,1333,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2876,1408,80,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (2877,1574,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2878,1681,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2879,1752,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2880,1852,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2881,2085,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2882,2100,80,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2883,2126,80,0,0,1827,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2884,2127,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2885,2137,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2886,2179,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2887,2180,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2888,2184,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2889,2226,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2890,2252,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2891,2316,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2892,2320,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2893,2378,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2894,2390,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2895,2391,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2896,2403,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2897,2415,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2898,2460,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2899,2583,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2900,2651,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2901,2730,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2902,2734,80,0,128,2336,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2903,2799,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2904,2904,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2905,2909,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2906,2946,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2907,2949,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2908,2980,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2909,3037,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2910,3040,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2911,3096,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2912,3176,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2913,3184,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2914,3186,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2915,3189,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2916,3305,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2917,3310,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2918,3312,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2919,3345,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2920,3366,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2921,3387,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2922,3389,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2923,3391,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2924,3400,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2925,3401,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2926,3403,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2927,3405,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2928,3407,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2929,3486,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2930,3495,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2931,3562,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2932,3563,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2933,3564,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2934,3565,80,0,128,3146,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2935,3566,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2936,3569,80,0,128,3158,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2937,3570,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2938,3576,80,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2939,3584,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2940,3627,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2941,3730,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2942,3767,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2943,3873,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2944,3926,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2945,4078,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2946,4081,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2947,4118,80,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2948,4121,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2949,4299,80,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2950,4481,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2951,4493,80,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2952,18,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2953,37,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2954,84,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2955,89,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2956,90,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2957,91,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2958,96,81,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2959,126,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2960,131,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2961,132,81,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (2962,208,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2963,227,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2964,260,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2965,291,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2966,311,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2967,312,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2968,320,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2969,371,81,330,0,260,0,0,3,6); -INSERT INTO `mob_groups` VALUES (2970,502,81,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2971,526,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2972,549,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2973,616,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2974,656,81,330,0,484,0,0,10,12); -INSERT INTO `mob_groups` VALUES (2975,679,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2976,714,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2977,725,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2978,735,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2979,737,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2980,743,81,0,128,0,0,0,13,17); -INSERT INTO `mob_groups` VALUES (2981,765,81,330,0,560,0,0,45,47); -INSERT INTO `mob_groups` VALUES (2982,775,81,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2983,776,81,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2984,777,81,0,128,569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2985,896,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2986,903,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2987,915,81,0,128,0,100000,0,88,90); -INSERT INTO `mob_groups` VALUES (2988,935,81,0,128,656,0,0,75,80); -INSERT INTO `mob_groups` VALUES (2989,960,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2990,1038,81,330,2,733,0,0,11,12); -INSERT INTO `mob_groups` VALUES (2991,1051,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (2992,1072,81,330,0,757,0,0,55,55); -INSERT INTO `mob_groups` VALUES (2993,1141,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2994,1143,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2995,1214,81,330,1,870,0,0,37,46); -INSERT INTO `mob_groups` VALUES (2996,1262,81,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (2997,1279,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (2998,1308,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (2999,1309,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3000,1310,81,0,0,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3001,1321,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3002,1324,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3003,1333,81,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3004,1336,81,0,128,946,0,0,15,20); -INSERT INTO `mob_groups` VALUES (3005,1404,81,330,0,1029,0,0,12,15); -INSERT INTO `mob_groups` VALUES (3006,1408,81,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3007,1539,81,330,0,1136,0,0,50,52); -INSERT INTO `mob_groups` VALUES (3008,1574,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3009,1652,81,330,0,1278,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3010,1662,81,330,0,1300,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3011,1681,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3012,1688,81,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3013,1695,81,330,0,1406,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3014,1696,81,330,0,1410,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3015,1713,81,330,0,1456,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3016,1727,81,0,128,0,0,0,49,52); -INSERT INTO `mob_groups` VALUES (3017,1752,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3018,1852,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3019,2100,81,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3020,2126,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3021,2127,81,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3022,2137,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3023,2179,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3024,2180,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3025,2226,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3026,2315,81,330,0,1983,0,0,44,47); -INSERT INTO `mob_groups` VALUES (3027,2390,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3028,2391,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3029,2403,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3030,2415,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3031,2460,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3032,2730,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3033,2734,81,0,128,2336,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3034,2763,81,330,2,2367,0,0,14,15); -INSERT INTO `mob_groups` VALUES (3035,2768,81,0,128,2380,0,0,15,20); -INSERT INTO `mob_groups` VALUES (3036,2799,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3037,2909,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3038,2946,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3039,2949,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3040,2980,81,0,128,2540,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3041,3013,81,330,0,2608,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3042,3018,81,0,128,2638,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3043,3022,81,330,0,2644,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3044,3023,81,330,0,2651,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3045,3033,81,330,0,2675,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3046,3037,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3047,3038,81,0,128,2685,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3048,3040,81,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3049,3096,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3050,3148,81,330,0,2781,0,0,53,55); -INSERT INTO `mob_groups` VALUES (3051,3162,81,0,128,2806,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3052,3176,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3053,3184,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3054,3186,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3055,3189,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3056,3221,81,330,0,2847,0,0,14,17); -INSERT INTO `mob_groups` VALUES (3057,3222,81,0,128,2850,0,0,15,20); -INSERT INTO `mob_groups` VALUES (3058,3280,81,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3059,3305,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3060,3310,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3061,3312,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3062,3366,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3063,3371,81,330,0,2968,0,0,12,14); -INSERT INTO `mob_groups` VALUES (3064,3391,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3065,3400,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3066,3401,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3067,3403,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3068,3405,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3069,3407,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3070,3408,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3071,3448,81,86400,0,0,0,0,88,88); -INSERT INTO `mob_groups` VALUES (3072,3486,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3073,3494,81,330,0,3072,0,0,21,23); -INSERT INTO `mob_groups` VALUES (3074,3495,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3075,3562,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3076,3563,81,0,128,3141,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3077,3564,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3078,3565,81,0,128,3147,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3079,3566,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3080,3569,81,0,128,3159,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3081,3570,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3082,3576,81,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3083,3653,81,3960,0,3230,0,0,60,65); -INSERT INTO `mob_groups` VALUES (3084,3682,81,0,128,3248,0,0,13,17); -INSERT INTO `mob_groups` VALUES (3085,3730,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3086,3767,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3087,3920,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3088,3926,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3089,4081,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3090,4118,81,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3091,4121,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3092,4278,81,330,0,4048,0,0,58,58); -INSERT INTO `mob_groups` VALUES (3093,4299,81,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3094,4344,81,330,0,4157,0,0,16,17); -INSERT INTO `mob_groups` VALUES (3095,4481,81,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3096,18,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3097,37,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3098,84,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3099,89,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3100,90,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3101,91,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3102,96,82,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3103,126,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3104,132,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3105,227,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3106,260,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3107,291,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3108,311,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3109,312,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3110,320,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3111,411,82,330,0,286,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3112,464,82,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3113,502,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3114,526,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3115,548,82,330,0,407,0,0,53,56); -INSERT INTO `mob_groups` VALUES (3116,549,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3117,609,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3118,616,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3119,714,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3120,725,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3121,735,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3122,737,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3123,755,82,0,128,553,0,0,78,85); -INSERT INTO `mob_groups` VALUES (3124,775,82,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3125,776,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3126,777,82,0,128,569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3127,896,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3128,903,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3129,915,82,0,128,0,0,0,88,90); -INSERT INTO `mob_groups` VALUES (3130,935,82,0,128,656,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3131,947,82,330,0,666,0,0,73,75); -INSERT INTO `mob_groups` VALUES (3132,960,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3133,1141,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3134,1143,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3135,1262,82,1,0,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (3136,1279,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3137,1321,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3138,1323,82,0,128,941,0,0,39,52); -INSERT INTO `mob_groups` VALUES (3139,1324,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3140,1333,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3141,1339,82,0,128,0,0,0,78,85); -INSERT INTO `mob_groups` VALUES (3142,1405,82,330,0,1031,0,0,39,51); -INSERT INTO `mob_groups` VALUES (3143,1408,82,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3144,1517,82,330,1,1114,0,0,39,51); -INSERT INTO `mob_groups` VALUES (3145,1518,82,330,1,1122,0,0,39,51); -INSERT INTO `mob_groups` VALUES (3146,1574,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3147,1639,82,330,0,1226,0,0,71,73); -INSERT INTO `mob_groups` VALUES (3148,1657,82,0,0,1286,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3149,1681,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3150,1688,82,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3151,1693,82,330,0,1393,0,0,71,73); -INSERT INTO `mob_groups` VALUES (3152,1697,82,330,0,1410,0,0,71,73); -INSERT INTO `mob_groups` VALUES (3153,1752,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3154,1805,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3155,1852,82,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3156,1902,82,330,0,1642,0,0,38,48); -INSERT INTO `mob_groups` VALUES (3157,2001,82,0,128,0,0,0,39,51); -INSERT INTO `mob_groups` VALUES (3158,2052,82,330,0,1767,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3159,2100,82,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3160,2126,82,0,0,1828,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3161,2127,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3162,2137,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3163,2166,82,330,0,1862,0,0,39,51); -INSERT INTO `mob_groups` VALUES (3164,2179,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3165,2180,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3166,2226,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3167,2252,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3168,2319,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3169,2320,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3170,2373,82,330,0,2020,0,0,38,48); -INSERT INTO `mob_groups` VALUES (3171,2390,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3172,2391,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3173,2403,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3174,2415,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3175,2428,82,330,0,2071,0,0,82,82); -INSERT INTO `mob_groups` VALUES (3176,2460,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3177,2730,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3178,2734,82,0,128,2336,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3179,2799,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3180,2909,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3181,2946,82,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3182,2949,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3183,2980,82,0,128,2541,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3184,2997,82,330,0,2564,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3185,3000,82,330,0,2575,0,0,77,82); -INSERT INTO `mob_groups` VALUES (3186,3005,82,330,0,2590,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3187,3018,82,0,128,2638,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3188,3031,82,330,0,2665,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3189,3037,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3190,3038,82,0,128,2685,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3191,3040,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3192,3041,82,330,0,2693,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3193,3096,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3194,3150,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3195,3176,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3196,3184,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3197,3186,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3198,3310,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3199,3312,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3200,3366,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3201,3391,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3202,3400,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3203,3401,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3204,3403,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3205,3405,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3206,3407,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3207,3408,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3208,3486,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3209,3495,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3210,3506,82,330,0,3088,0,0,40,44); -INSERT INTO `mob_groups` VALUES (3211,3546,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3212,3562,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3213,3563,82,0,128,3142,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3214,3564,82,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3215,3565,82,0,128,3148,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3216,3566,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3217,3569,82,0,128,3160,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3218,3570,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3219,3576,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3220,3627,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3221,3645,82,0,128,3217,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3222,3682,82,330,0,3249,0,0,38,48); -INSERT INTO `mob_groups` VALUES (3223,3730,82,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3224,3742,82,0,128,3316,0,0,39,52); -INSERT INTO `mob_groups` VALUES (3225,3745,82,330,0,3319,0,0,61,63); -INSERT INTO `mob_groups` VALUES (3226,3752,82,330,0,3331,0,0,38,48); -INSERT INTO `mob_groups` VALUES (3227,3753,82,0,128,3335,0,0,39,51); -INSERT INTO `mob_groups` VALUES (3228,3765,82,0,128,3352,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3229,3767,82,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3230,3837,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3231,3901,82,0,128,3468,0,0,39,51); -INSERT INTO `mob_groups` VALUES (3232,3912,82,330,4,3496,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3233,3920,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3234,3926,82,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3235,3993,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3236,4081,82,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3237,4118,82,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3238,4121,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3239,4264,82,0,128,4034,0,0,74,78); -INSERT INTO `mob_groups` VALUES (3240,4278,82,396,0,4049,0,0,25,28); -INSERT INTO `mob_groups` VALUES (3241,4285,82,330,0,4062,0,0,38,41); -INSERT INTO `mob_groups` VALUES (3242,4299,82,330,0,4082,0,0,57,60); -INSERT INTO `mob_groups` VALUES (3243,4309,82,330,4,4092,0,0,40,64); -INSERT INTO `mob_groups` VALUES (3244,4481,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3245,4514,82,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3246,18,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3247,23,83,0,128,0,0,0,61,67); -INSERT INTO `mob_groups` VALUES (3248,37,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3249,71,83,330,4,41,0,0,45,45); -INSERT INTO `mob_groups` VALUES (3250,84,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3251,89,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3252,90,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3253,91,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3254,95,83,1,0,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3255,96,83,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3256,126,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3257,132,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3258,227,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3259,260,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3260,291,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3261,311,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3262,312,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3263,320,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3264,352,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3265,461,83,0,128,333,0,0,60,65); -INSERT INTO `mob_groups` VALUES (3266,502,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3267,526,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3268,549,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3269,557,83,330,0,414,0,0,67,70); -INSERT INTO `mob_groups` VALUES (3270,616,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3271,653,83,330,0,483,0,0,38,40); -INSERT INTO `mob_groups` VALUES (3272,714,83,330,0,524,0,0,75,78); -INSERT INTO `mob_groups` VALUES (3273,725,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3274,735,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3275,737,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3276,775,83,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3277,776,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3278,777,83,0,128,569,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3279,896,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3280,903,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3281,935,83,0,128,656,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3282,960,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3283,978,83,330,0,686,0,0,75,78); -INSERT INTO `mob_groups` VALUES (3284,1044,83,330,2,745,0,0,61,63); -INSERT INTO `mob_groups` VALUES (3285,1083,83,330,1,763,0,0,69,71); -INSERT INTO `mob_groups` VALUES (3286,1085,83,330,1,771,0,0,69,71); -INSERT INTO `mob_groups` VALUES (3287,1099,83,330,0,785,0,0,60,65); -INSERT INTO `mob_groups` VALUES (3288,1141,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3289,1143,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3290,1177,83,1,0,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3291,1262,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3292,1279,83,0,128,0,0,0,77,80); -INSERT INTO `mob_groups` VALUES (3293,1321,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3294,1324,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3295,1333,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3296,1334,83,330,0,945,0,0,67,70); -INSERT INTO `mob_groups` VALUES (3297,1349,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3298,1408,83,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3299,1558,83,330,0,1152,0,0,78,82); -INSERT INTO `mob_groups` VALUES (3300,1565,83,330,0,1157,0,0,78,82); -INSERT INTO `mob_groups` VALUES (3301,1568,83,330,0,1159,0,0,78,82); -INSERT INTO `mob_groups` VALUES (3302,1572,83,330,0,1162,0,0,78,82); -INSERT INTO `mob_groups` VALUES (3303,1574,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3304,1594,83,0,128,0,0,0,78,82); -INSERT INTO `mob_groups` VALUES (3305,1617,83,1,0,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3306,1631,83,330,0,1198,0,0,68,72); -INSERT INTO `mob_groups` VALUES (3307,1660,83,330,0,1296,0,0,66,69); -INSERT INTO `mob_groups` VALUES (3308,1669,83,330,0,1336,0,0,66,69); -INSERT INTO `mob_groups` VALUES (3309,1671,83,330,0,1340,0,0,66,69); -INSERT INTO `mob_groups` VALUES (3310,1681,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3311,1688,83,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3312,1720,83,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (3313,1740,83,330,0,1491,0,0,66,69); -INSERT INTO `mob_groups` VALUES (3314,1752,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3315,1755,83,330,0,1520,0,0,60,65); -INSERT INTO `mob_groups` VALUES (3316,1852,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3317,1900,83,330,1,1636,0,0,66,69); -INSERT INTO `mob_groups` VALUES (3318,2052,83,330,0,1767,0,0,71,76); -INSERT INTO `mob_groups` VALUES (3319,2100,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3320,2126,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3321,2127,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3322,2137,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3323,2160,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3324,2179,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3325,2180,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3326,2226,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3327,2252,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3328,2390,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3329,2391,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3330,2403,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3331,2415,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3332,2460,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3333,2470,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3334,2730,83,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3335,2734,83,0,128,2336,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3336,2799,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3337,2839,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3338,2904,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3339,2909,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3340,2946,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3341,2949,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3342,2980,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3343,3014,83,330,0,2616,0,0,71,74); -INSERT INTO `mob_groups` VALUES (3344,3015,83,330,0,2622,0,0,71,74); -INSERT INTO `mob_groups` VALUES (3345,3018,83,0,128,2638,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3346,3019,83,330,0,2638,0,0,71,74); -INSERT INTO `mob_groups` VALUES (3347,3037,83,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3348,3038,83,0,128,2685,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3349,3040,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3350,3046,83,330,0,2707,0,0,71,74); -INSERT INTO `mob_groups` VALUES (3351,3085,83,0,128,2736,0,0,79,85); -INSERT INTO `mob_groups` VALUES (3352,3086,83,0,128,0,0,0,72,74); -INSERT INTO `mob_groups` VALUES (3353,3096,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3354,3176,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3355,3184,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3356,3186,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3357,3203,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3358,3310,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3359,3312,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3360,3345,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3361,3366,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3362,3375,83,330,0,2980,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3363,3391,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3364,3400,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3365,3401,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3366,3403,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3367,3405,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3368,3406,83,330,0,3008,0,0,59,62); -INSERT INTO `mob_groups` VALUES (3369,3407,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3370,3408,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3371,3486,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3372,3495,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3373,3562,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3374,3563,83,0,128,3142,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3375,3564,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3376,3565,83,0,128,3149,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3377,3566,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3378,3569,83,0,128,3161,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3379,3570,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3380,3576,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3381,3730,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3382,3745,83,330,0,3320,0,0,73,73); -INSERT INTO `mob_groups` VALUES (3383,3767,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3384,3803,83,330,0,3393,0,0,64,66); -INSERT INTO `mob_groups` VALUES (3385,3805,83,0,128,3401,0,0,63,67); -INSERT INTO `mob_groups` VALUES (3386,3885,83,0,128,3457,0,0,61,67); -INSERT INTO `mob_groups` VALUES (3387,3902,83,0,128,3476,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3388,3907,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3389,3912,83,330,4,3497,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3390,3920,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3391,3926,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3392,3990,83,330,0,3577,0,0,73,75); -INSERT INTO `mob_groups` VALUES (3393,4081,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3394,4118,83,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3395,4121,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3396,4249,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3397,4285,83,330,0,4063,0,0,60,65); -INSERT INTO `mob_groups` VALUES (3398,4299,83,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3399,4481,83,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3400,18,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3401,37,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3402,84,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3403,89,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3404,90,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3405,91,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3406,96,84,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3407,126,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3408,132,84,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (3409,227,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3410,260,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3411,291,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3412,311,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3413,312,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3414,316,84,330,0,223,0,0,36,37); -INSERT INTO `mob_groups` VALUES (3415,320,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3416,502,84,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3417,526,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3418,549,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3419,616,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3420,714,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3421,725,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3422,735,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3423,737,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3424,743,84,330,0,539,0,0,32,35); -INSERT INTO `mob_groups` VALUES (3425,775,84,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3426,776,84,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3427,777,84,0,128,569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3428,840,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3429,872,84,0,128,617,0,0,33,38); -INSERT INTO `mob_groups` VALUES (3430,896,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3431,903,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3432,915,84,0,128,0,0,0,88,90); -INSERT INTO `mob_groups` VALUES (3433,935,84,0,128,656,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3434,960,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3435,1046,84,0,128,750,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3436,1072,84,330,0,757,0,0,40,40); -INSERT INTO `mob_groups` VALUES (3437,1141,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3438,1143,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3439,1160,84,330,4,829,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3440,1262,84,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3441,1266,84,330,1,906,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3442,1279,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3443,1321,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3444,1324,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3445,1333,84,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3446,1402,84,0,0,1027,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3447,1408,84,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3448,1574,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3449,1627,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3450,1631,84,330,0,1198,0,0,65,67); -INSERT INTO `mob_groups` VALUES (3451,1638,84,330,0,1223,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3452,1646,84,330,0,1252,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3453,1664,84,330,0,1305,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3454,1681,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3455,1688,84,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3456,1698,84,330,0,1412,0,0,62,64); -INSERT INTO `mob_groups` VALUES (3457,1752,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3458,1795,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3459,1807,84,0,128,1564,0,0,33,38); -INSERT INTO `mob_groups` VALUES (3460,1852,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3461,2043,84,330,4,1754,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3462,2100,84,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3463,2126,84,0,0,1829,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3464,2127,84,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3465,2137,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3466,2179,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3467,2180,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3468,2184,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3469,2226,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3470,2286,84,0,128,1958,0,0,33,38); -INSERT INTO `mob_groups` VALUES (3471,2373,84,0,128,2021,0,0,33,38); -INSERT INTO `mob_groups` VALUES (3472,2378,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3473,2382,84,86400,0,2034,0,0,62,67); -INSERT INTO `mob_groups` VALUES (3474,2390,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3475,2391,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3476,2403,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3477,2415,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3478,2456,84,330,0,2098,0,0,28,31); -INSERT INTO `mob_groups` VALUES (3479,2460,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3480,2651,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3481,2730,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3482,2734,84,0,128,2336,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3483,2799,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3484,2904,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3485,2909,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3486,2946,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3487,2949,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3488,2980,84,0,128,2542,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3489,2998,84,330,0,2571,0,0,65,67); -INSERT INTO `mob_groups` VALUES (3490,3001,84,330,0,2580,0,0,65,67); -INSERT INTO `mob_groups` VALUES (3491,3018,84,0,128,2638,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3492,3020,84,330,0,2641,0,0,65,67); -INSERT INTO `mob_groups` VALUES (3493,3037,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3494,3038,84,0,128,2685,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3495,3039,84,330,0,2687,0,0,65,67); -INSERT INTO `mob_groups` VALUES (3496,3040,84,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3497,3096,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3498,3148,84,330,0,2782,0,0,57,57); -INSERT INTO `mob_groups` VALUES (3499,3176,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3500,3184,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3501,3186,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3502,3189,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3503,3305,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3504,3307,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3505,3310,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3506,3312,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3507,3366,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3508,3387,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3509,3389,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3510,3391,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3511,3400,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3512,3401,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3513,3403,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3514,3405,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3515,3407,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3516,3408,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3517,3435,84,330,0,3031,0,0,40,40); -INSERT INTO `mob_groups` VALUES (3518,3448,84,86400,0,3035,0,0,88,88); -INSERT INTO `mob_groups` VALUES (3519,3486,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3520,3495,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3521,3512,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3522,3562,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3523,3563,84,0,128,3141,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3524,3564,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3525,3565,84,0,128,3147,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3526,3566,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3527,3569,84,0,128,3159,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3528,3570,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3529,3576,84,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3530,3677,84,330,0,3240,0,0,48,55); -INSERT INTO `mob_groups` VALUES (3531,3682,84,0,128,3250,0,0,33,38); -INSERT INTO `mob_groups` VALUES (3532,3730,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3533,3754,84,330,0,3343,0,0,31,34); -INSERT INTO `mob_groups` VALUES (3534,3767,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3535,3920,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3536,3926,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3537,4055,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3538,4081,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3539,4118,84,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3540,4121,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3541,4299,84,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3542,4337,84,330,1,4144,0,0,26,36); -INSERT INTO `mob_groups` VALUES (3543,4481,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3544,4493,84,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3545,18,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3546,37,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3547,64,85,18000,0,34,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3548,84,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3549,88,85,18000,0,56,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3550,89,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3551,90,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3552,91,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3553,96,85,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3554,126,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3555,132,85,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (3556,227,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3557,248,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3558,259,85,10800,0,189,0,0,82,86); -INSERT INTO `mob_groups` VALUES (3559,260,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3560,291,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3561,311,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3562,312,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3563,320,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3564,366,85,0,128,256,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3565,402,85,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3566,403,85,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3567,456,85,0,128,0,0,0,85,85); -INSERT INTO `mob_groups` VALUES (3568,464,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3569,502,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3570,526,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3571,542,85,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3572,543,85,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3573,549,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3574,609,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3575,616,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3576,714,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3577,725,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3578,735,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3579,736,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3580,737,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3581,761,85,18000,0,557,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3582,762,85,18000,0,558,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3583,775,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3584,776,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3585,777,85,0,128,569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3586,896,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3587,903,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3588,904,85,0,128,0,0,0,12,12); -INSERT INTO `mob_groups` VALUES (3589,935,85,0,128,656,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3590,960,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3591,1046,85,0,128,750,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3592,1051,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3593,1108,85,18000,0,790,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3594,1141,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3595,1143,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3596,1262,85,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3597,1279,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3598,1293,85,18000,0,930,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3599,1317,85,18000,0,939,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3600,1321,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3601,1323,85,0,128,941,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3602,1324,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3603,1333,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3604,1338,85,1056,0,953,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3605,1408,85,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3606,1449,85,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3607,1574,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3608,1624,85,0,128,1189,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3609,1681,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3610,1752,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3611,1765,85,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3612,1795,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3613,1807,85,0,128,1565,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3614,1852,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3615,1903,85,86400,0,1643,0,0,84,86); -INSERT INTO `mob_groups` VALUES (3616,2100,85,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3617,2126,85,0,0,1829,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3618,2127,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3619,2137,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3620,2179,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3621,2180,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3622,2226,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3623,2381,85,0,128,2033,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3624,2390,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3625,2391,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3626,2403,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3627,2415,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3628,2428,85,1056,0,2072,0,0,80,82); -INSERT INTO `mob_groups` VALUES (3629,2460,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3630,2497,85,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3631,2564,85,1056,0,2202,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3632,2730,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3633,2734,85,0,128,2336,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3634,2741,85,1056,0,2348,0,0,79,79); -INSERT INTO `mob_groups` VALUES (3635,2799,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3636,2909,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3637,2946,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3638,2949,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3639,2955,85,0,128,0,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3640,2958,85,0,128,2520,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3641,2980,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3642,2994,85,1056,0,2556,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3643,2997,85,1056,0,2565,0,0,79,81); -INSERT INTO `mob_groups` VALUES (3644,3000,85,1056,0,2576,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3645,3003,85,1056,0,2582,0,0,81,83); -INSERT INTO `mob_groups` VALUES (3646,3005,85,1056,0,2591,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3647,3007,85,1056,0,2595,0,0,81,83); -INSERT INTO `mob_groups` VALUES (3648,3008,85,1056,0,2598,0,0,81,83); -INSERT INTO `mob_groups` VALUES (3649,3011,85,924,0,2607,0,0,82,83); -INSERT INTO `mob_groups` VALUES (3650,3021,85,1056,0,2643,0,0,81,83); -INSERT INTO `mob_groups` VALUES (3651,3030,85,1056,0,2664,0,0,81,83); -INSERT INTO `mob_groups` VALUES (3652,3031,85,1056,0,2666,0,0,79,81); -INSERT INTO `mob_groups` VALUES (3653,3036,85,1056,0,2684,0,0,81,83); -INSERT INTO `mob_groups` VALUES (3654,3037,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3655,3040,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3656,3041,85,1056,0,2694,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3657,3044,85,1056,0,2703,0,0,79,81); -INSERT INTO `mob_groups` VALUES (3658,3045,85,1056,0,2706,0,0,81,83); -INSERT INTO `mob_groups` VALUES (3659,3096,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3660,3162,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3661,3176,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3662,3184,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3663,3186,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3664,3189,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3665,3305,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3666,3310,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3667,3312,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3668,3366,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3669,3391,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3670,3400,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3671,3401,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3672,3403,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3673,3405,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3674,3407,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3675,3413,85,18000,0,3013,0,0,80,85); -INSERT INTO `mob_groups` VALUES (3676,3486,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3677,3495,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3678,3541,85,1056,0,3119,0,0,77,79); -INSERT INTO `mob_groups` VALUES (3679,3562,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3680,3563,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3681,3564,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3682,3565,85,0,128,3150,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3683,3566,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3684,3569,85,0,128,3162,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3685,3570,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3686,3576,85,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3687,3588,85,86400,0,3179,0,0,84,86); -INSERT INTO `mob_groups` VALUES (3688,3672,85,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3689,3730,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3690,3765,85,0,128,3352,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3691,3767,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3692,3902,85,0,128,3476,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3693,3907,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3694,3912,85,1056,4,3498,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3695,3926,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3696,4081,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3697,4118,85,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3698,4121,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3699,4297,85,1056,0,4077,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3700,4299,85,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3701,4309,85,1056,4,4093,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3702,4357,85,1056,2,4169,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3703,4370,85,1056,2,4180,0,0,76,78); -INSERT INTO `mob_groups` VALUES (3704,4481,85,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3705,12,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3706,208,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3707,224,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3708,756,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3709,1349,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3710,1545,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3711,1706,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3712,2103,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3713,2254,86,0,0,1934,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3714,2271,86,0,0,1944,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3715,2322,86,0,0,1987,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3716,2837,86,0,0,2424,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3717,2839,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3718,2909,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3719,2980,86,0,0,2542,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3720,2999,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3721,3015,86,0,0,2623,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3722,3017,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3723,3018,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3724,3019,86,0,0,2639,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3725,3025,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3726,3032,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3727,3035,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3728,3039,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3729,3041,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3730,3229,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3731,3387,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3732,3389,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3733,3402,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3734,3403,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3735,3404,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3736,3405,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3737,3410,86,0,0,3010,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3738,3486,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3739,3495,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3740,3986,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3741,3987,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3742,3988,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3743,4249,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3744,4404,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3745,4433,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3746,4475,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3747,4493,86,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3748,1,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3749,2,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3750,3,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3751,4,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3752,5,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3753,6,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3754,7,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3755,8,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3756,9,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3757,10,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3758,11,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3759,13,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3760,18,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3761,37,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3762,50,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3763,84,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3764,89,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3765,90,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3766,91,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3767,126,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3768,227,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3769,291,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3770,311,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3771,312,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3772,320,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3773,352,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3774,381,87,0,128,268,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3775,420,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3776,427,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3777,502,87,0,128,373,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3778,516,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3779,517,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3780,526,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3781,549,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3782,616,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3783,714,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3784,725,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3785,775,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3786,776,87,0,128,569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3787,896,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3788,903,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3789,960,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3790,1023,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3791,1066,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3792,1067,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3793,1141,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3794,1143,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3795,1198,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3796,1202,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3797,1262,87,0,128,904,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3798,1279,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3799,1324,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3800,1331,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3801,1332,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3802,1333,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3803,1349,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3804,1408,87,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3805,1574,87,0,128,1165,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3806,1681,87,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3807,1779,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3808,1780,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3809,2085,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3810,2100,87,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3811,2137,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3812,2179,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3813,2180,87,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3814,2224,87,0,128,1895,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3815,2226,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3816,2300,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3817,2391,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3818,2403,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3819,2415,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3820,2445,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3821,2460,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3822,2583,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3823,2590,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3824,2730,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3825,2799,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3826,2839,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3827,2946,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3828,2949,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3829,3096,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3830,3098,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3831,3176,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3832,3184,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3833,3186,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3834,3277,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3835,3293,87,0,128,2915,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3836,3310,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3837,3312,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3838,3366,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3839,3387,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3840,3391,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3841,3562,87,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3842,3563,87,0,128,3141,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3843,3564,87,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3844,3565,87,0,128,3147,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3845,3566,87,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3846,3569,87,0,128,3159,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3847,3570,87,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3848,3576,87,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3849,3624,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3850,3700,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3851,3790,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3852,3926,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3853,4081,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3854,4118,87,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3855,4249,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3856,4296,87,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3857,4315,87,0,128,4123,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3858,4493,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3859,4498,87,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3860,1,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3861,2,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3862,3,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3863,4,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3864,5,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3865,7,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3866,10,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3867,11,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3868,13,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3869,18,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3870,37,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3871,50,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3872,84,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3873,89,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3874,90,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3875,91,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3876,103,88,330,0,62,0,0,59,63); -INSERT INTO `mob_groups` VALUES (3877,107,88,330,0,70,0,0,59,63); -INSERT INTO `mob_groups` VALUES (3878,126,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3879,227,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3880,291,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3881,311,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3882,312,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3883,320,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3884,352,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3885,381,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3886,427,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3887,441,88,330,1,313,0,0,31,39); -INSERT INTO `mob_groups` VALUES (3888,502,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3889,516,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3890,517,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3891,526,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3892,549,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3893,616,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3894,714,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3895,725,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3896,775,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3897,776,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3898,789,88,330,0,572,0,0,41,50); -INSERT INTO `mob_groups` VALUES (3899,791,88,330,0,574,0,0,59,63); -INSERT INTO `mob_groups` VALUES (3900,889,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3901,896,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3902,903,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3903,960,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3904,1023,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3905,1038,88,330,2,733,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3906,1066,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3907,1067,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3908,1096,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3909,1141,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3910,1143,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3911,1198,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3912,1214,88,330,1,870,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3913,1262,88,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3914,1279,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3915,1307,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3916,1319,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3917,1324,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3918,1332,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3919,1333,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3920,1336,88,0,128,947,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3921,1349,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3922,1364,88,330,2,972,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3923,1408,88,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (3924,1574,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3925,1623,88,7200,0,1187,0,0,42,53); -INSERT INTO `mob_groups` VALUES (3926,1633,88,330,0,1200,0,0,71,73); -INSERT INTO `mob_groups` VALUES (3927,1644,88,330,0,1250,0,0,71,73); -INSERT INTO `mob_groups` VALUES (3928,1652,88,330,0,1279,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3929,1662,88,330,0,1301,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3930,1663,88,330,0,1304,0,0,71,73); -INSERT INTO `mob_groups` VALUES (3931,1681,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3932,1688,88,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3933,1695,88,330,0,1407,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3934,1696,88,330,0,1410,0,0,71,73); -INSERT INTO `mob_groups` VALUES (3935,1713,88,330,0,1456,0,0,56,59); -INSERT INTO `mob_groups` VALUES (3936,1722,88,0,128,0,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3937,1779,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3938,1780,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3939,1808,88,330,0,1576,0,0,59,63); -INSERT INTO `mob_groups` VALUES (3940,2000,88,330,0,1709,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3941,2002,88,330,0,1712,0,0,35,38); -INSERT INTO `mob_groups` VALUES (3942,2085,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3943,2100,88,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (3944,2137,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3945,2179,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3946,2180,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3947,2224,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3948,2226,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3949,2300,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3950,2372,88,0,128,2013,0,0,15,18); -INSERT INTO `mob_groups` VALUES (3951,2391,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3952,2400,88,330,0,2050,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3953,2403,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3954,2415,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3955,2445,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3956,2456,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3957,2460,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3958,2547,88,330,0,2186,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3959,2590,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3960,2730,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3961,2799,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3962,2839,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3963,2946,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3964,2949,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3965,2986,88,330,0,2544,0,0,59,63); -INSERT INTO `mob_groups` VALUES (3966,3058,88,330,0,2716,0,0,25,28); -INSERT INTO `mob_groups` VALUES (3967,3096,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3968,3148,88,330,0,2783,0,0,51,54); -INSERT INTO `mob_groups` VALUES (3969,3151,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3970,3176,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3971,3184,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3972,3186,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3973,3222,88,0,128,2851,0,0,45,47); -INSERT INTO `mob_groups` VALUES (3974,3274,88,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3975,3276,88,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3976,3277,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3977,3293,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3978,3310,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3979,3312,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3980,3354,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3981,3358,88,330,1,2954,0,0,51,54); -INSERT INTO `mob_groups` VALUES (3982,3366,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3983,3371,88,0,128,2969,0,0,15,18); -INSERT INTO `mob_groups` VALUES (3984,3378,88,330,0,2992,0,0,32,35); -INSERT INTO `mob_groups` VALUES (3985,3381,88,330,0,2999,0,0,21,23); -INSERT INTO `mob_groups` VALUES (3986,3391,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (3987,3448,88,86400,0,0,0,0,88,88); -INSERT INTO `mob_groups` VALUES (3988,3452,88,0,128,3038,0,0,18,22); -INSERT INTO `mob_groups` VALUES (3989,3562,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3990,3563,88,0,128,3142,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3991,3564,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3992,3565,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3993,3566,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3994,3569,88,0,128,3163,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3995,3570,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (3996,3576,88,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (3997,3750,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (3998,3779,88,0,128,3370,0,0,15,18); -INSERT INTO `mob_groups` VALUES (3999,3780,88,330,0,3372,0,0,18,22); -INSERT INTO `mob_groups` VALUES (4000,3790,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4001,3920,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4002,3926,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4003,4053,88,330,0,3626,0,0,10,12); -INSERT INTO `mob_groups` VALUES (4004,4081,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4005,4118,88,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4006,4226,88,330,0,4011,0,0,59,63); -INSERT INTO `mob_groups` VALUES (4007,4249,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4008,4266,88,330,0,4036,0,0,15,18); -INSERT INTO `mob_groups` VALUES (4009,4277,88,330,0,4046,0,0,12,14); -INSERT INTO `mob_groups` VALUES (4010,4296,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4011,4315,88,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4012,4477,88,330,0,4331,0,0,59,63); -INSERT INTO `mob_groups` VALUES (4013,4493,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4014,4498,88,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4015,1,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4016,2,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4017,3,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4018,4,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4019,5,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4020,7,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4021,9,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4022,11,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4023,13,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4024,18,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4025,37,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4026,50,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4027,71,89,330,4,41,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4028,74,89,330,0,45,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4029,84,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4030,89,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4031,90,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4032,91,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4033,107,89,330,0,71,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4034,126,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4035,227,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4036,291,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4037,311,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4038,312,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4039,320,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4040,352,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4041,381,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4042,420,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4043,427,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4044,441,89,330,1,313,0,0,56,56); -INSERT INTO `mob_groups` VALUES (4045,473,89,330,1,343,0,0,56,56); -INSERT INTO `mob_groups` VALUES (4046,502,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4047,516,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4048,517,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4049,523,89,330,0,384,0,0,59,61); -INSERT INTO `mob_groups` VALUES (4050,525,89,330,0,386,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4051,526,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4052,538,89,330,0,400,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4053,549,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4054,616,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4055,714,89,330,0,524,0,0,62,65); -INSERT INTO `mob_groups` VALUES (4056,725,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4057,775,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4058,776,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4059,791,89,330,0,574,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4060,812,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4061,896,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4062,903,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4063,915,89,0,128,0,0,0,88,90); -INSERT INTO `mob_groups` VALUES (4064,960,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4065,1023,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4066,1066,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4067,1067,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4068,1083,89,330,1,764,0,0,68,69); -INSERT INTO `mob_groups` VALUES (4069,1085,89,330,1,771,0,0,68,69); -INSERT INTO `mob_groups` VALUES (4070,1141,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4071,1143,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4072,1198,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4073,1262,89,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4074,1279,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4075,1324,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4076,1332,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4077,1333,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4078,1336,89,0,128,948,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4079,1349,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4080,1408,89,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (4081,1574,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4082,1603,89,0,128,1179,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4083,1638,89,330,0,1224,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4084,1646,89,330,0,1253,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4085,1664,89,330,0,1306,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4086,1681,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4087,1688,89,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4088,1698,89,330,0,1413,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4089,1779,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4090,1780,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4091,1793,89,330,0,1547,0,0,73,75); -INSERT INTO `mob_groups` VALUES (4092,1808,89,330,0,1576,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4093,1917,89,330,0,1651,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4094,1955,89,0,128,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4095,1959,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4096,2100,89,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4097,2137,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4098,2179,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4099,2180,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4100,2224,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4101,2226,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4102,2275,89,330,0,1949,0,0,63,64); -INSERT INTO `mob_groups` VALUES (4103,2300,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4104,2319,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4105,2378,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4106,2391,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4107,2403,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4108,2415,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4109,2445,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4110,2460,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4111,2590,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4112,2654,89,0,128,0,0,0,74,78); -INSERT INTO `mob_groups` VALUES (4113,2730,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4114,2799,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4115,2916,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4116,2917,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4117,2946,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4118,2949,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4119,2965,89,330,0,2525,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4120,2986,89,330,0,2545,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4121,3096,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4122,3098,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4123,3114,89,330,0,2758,0,0,67,70); -INSERT INTO `mob_groups` VALUES (4124,3148,89,330,0,2784,0,0,51,54); -INSERT INTO `mob_groups` VALUES (4125,3176,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4126,3184,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4127,3186,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4128,3222,89,0,128,2852,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4129,3274,89,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4130,3276,89,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4131,3277,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4132,3293,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4133,3310,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4134,3312,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4135,3354,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4136,3366,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4137,3371,89,0,128,2970,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4138,3378,89,330,0,2993,0,0,33,35); -INSERT INTO `mob_groups` VALUES (4139,3391,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4140,3421,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4141,3464,89,330,0,3056,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4142,3501,89,3960,0,3085,0,0,80,82); -INSERT INTO `mob_groups` VALUES (4143,3544,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4144,3562,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4145,3563,89,0,128,3143,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4146,3564,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4147,3565,89,0,128,3151,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4148,3566,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4149,3569,89,0,128,3164,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4150,3570,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4151,3576,89,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4152,3617,89,330,0,3196,0,0,68,74); -INSERT INTO `mob_groups` VALUES (4153,3624,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4154,3628,89,330,0,3201,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4155,3629,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4156,3675,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4157,3912,89,330,4,3499,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4158,3920,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4159,3926,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4160,4078,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4161,4081,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4162,4118,89,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4163,4127,89,330,2,3684,0,0,40,45); -INSERT INTO `mob_groups` VALUES (4164,4226,89,330,0,4012,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4165,4249,89,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4166,4285,89,330,0,4064,0,0,36,39); -INSERT INTO `mob_groups` VALUES (4167,4296,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4168,4297,89,330,0,4078,0,0,41,49); -INSERT INTO `mob_groups` VALUES (4169,4315,89,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4170,4353,89,330,2,4164,0,0,41,49); -INSERT INTO `mob_groups` VALUES (4171,4355,89,330,0,4168,0,0,68,74); -INSERT INTO `mob_groups` VALUES (4172,4477,89,330,0,4332,0,0,61,61); -INSERT INTO `mob_groups` VALUES (4173,1,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4174,2,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4175,3,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4176,4,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4177,5,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4178,7,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4179,11,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4180,13,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4181,18,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4182,37,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4183,84,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4184,89,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4185,90,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4186,91,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4187,125,90,330,0,93,0,0,76,78); -INSERT INTO `mob_groups` VALUES (4188,126,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4189,227,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4190,291,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4191,311,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4192,312,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4193,320,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4194,352,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4195,381,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4196,427,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4197,485,90,330,1,353,0,0,71,73); -INSERT INTO `mob_groups` VALUES (4198,486,90,330,0,359,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4199,502,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4200,516,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4201,517,90,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4202,526,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4203,549,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4204,616,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4205,714,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4206,725,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4207,775,90,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4208,776,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4209,896,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4210,903,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4211,960,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4212,1023,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4213,1066,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4214,1067,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4215,1141,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4216,1143,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4217,1192,90,330,0,850,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4218,1195,90,330,0,854,0,0,68,70); -INSERT INTO `mob_groups` VALUES (4219,1198,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4220,1262,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4221,1279,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4222,1324,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4223,1331,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4224,1332,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4225,1333,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4226,1408,90,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4227,1445,90,330,0,1067,0,0,64,68); -INSERT INTO `mob_groups` VALUES (4228,1472,90,330,0,1083,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4229,1517,90,330,1,1115,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4230,1518,90,330,1,1122,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4231,1574,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4232,1611,90,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4233,1612,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4234,1613,90,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4235,1660,90,330,0,1297,0,0,66,69); -INSERT INTO `mob_groups` VALUES (4236,1669,90,330,0,1337,0,0,66,69); -INSERT INTO `mob_groups` VALUES (4237,1671,90,330,0,1341,0,0,66,69); -INSERT INTO `mob_groups` VALUES (4238,1681,90,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4239,1688,90,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4240,1725,90,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4241,1740,90,330,0,1492,0,0,66,69); -INSERT INTO `mob_groups` VALUES (4242,1753,90,330,0,1515,0,0,76,78); -INSERT INTO `mob_groups` VALUES (4243,1756,90,330,0,1522,0,0,71,73); -INSERT INTO `mob_groups` VALUES (4244,1779,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4245,1780,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4246,1783,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4247,1824,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4248,2100,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4249,2137,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4250,2179,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4251,2180,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4252,2224,90,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4253,2226,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4254,2251,90,0,128,1932,0,0,57,79); -INSERT INTO `mob_groups` VALUES (4255,2300,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4256,2391,90,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4257,2403,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4258,2443,90,330,0,2088,0,0,69,73); -INSERT INTO `mob_groups` VALUES (4259,2445,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4260,2460,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4261,2493,90,330,0,2143,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4262,2569,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4263,2590,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4264,2730,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4265,2736,90,330,1,2341,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4266,2764,90,330,0,2373,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4267,2795,90,330,0,2408,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4268,2799,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4269,2837,90,330,0,2424,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4270,2877,90,330,2,2462,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4271,2946,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4272,2949,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4273,3096,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4274,3114,90,330,0,2759,0,0,74,76); -INSERT INTO `mob_groups` VALUES (4275,3166,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4276,3176,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4277,3184,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4278,3186,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4279,3274,90,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4280,3276,90,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4281,3277,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4282,3293,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4283,3310,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4284,3312,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4285,3354,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4286,3366,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4287,3391,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4288,3410,90,330,0,3010,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4289,3462,90,330,2,3053,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4290,3562,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4291,3563,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4292,3564,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4293,3565,90,0,128,3151,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4294,3566,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4295,3569,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4296,3570,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4297,3576,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4298,3628,90,330,0,3202,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4299,3682,90,330,0,3251,0,0,62,65); -INSERT INTO `mob_groups` VALUES (4300,3700,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4301,3745,90,330,0,3321,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4302,3753,90,0,128,3336,0,0,63,68); -INSERT INTO `mob_groups` VALUES (4303,3819,90,0,128,3413,0,0,66,72); -INSERT INTO `mob_groups` VALUES (4304,3820,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4305,3821,90,0,128,3414,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4306,3901,90,330,0,3469,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4307,3912,90,330,4,3500,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4308,3920,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4309,3926,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4310,4081,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4311,4118,90,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4312,4120,90,330,0,3675,0,0,76,78); -INSERT INTO `mob_groups` VALUES (4313,4238,90,330,0,4017,0,0,76,78); -INSERT INTO `mob_groups` VALUES (4314,4249,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4315,4296,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4316,4309,90,330,4,4094,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4317,4315,90,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4318,4498,90,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4319,4506,90,330,0,4349,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4320,4516,90,330,1,4358,0,0,71,74); -INSERT INTO `mob_groups` VALUES (4321,1,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4322,2,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4323,3,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4324,4,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4325,5,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4326,7,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4327,8,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4328,11,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4329,13,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4330,14,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4331,18,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4332,37,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4333,84,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4334,89,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4335,90,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4336,91,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4337,126,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4338,227,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4339,291,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4340,311,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4341,312,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4342,320,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4343,352,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4344,381,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4345,394,91,330,0,275,0,0,42,52); -INSERT INTO `mob_groups` VALUES (4346,417,91,0,128,0,0,0,25,29); -INSERT INTO `mob_groups` VALUES (4347,418,91,0,128,0,0,0,25,29); -INSERT INTO `mob_groups` VALUES (4348,427,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4349,502,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4350,516,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4351,517,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4352,518,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4353,525,91,330,0,387,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4354,526,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4355,538,91,330,0,400,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4356,549,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4357,616,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4358,714,91,330,0,524,0,0,75,78); -INSERT INTO `mob_groups` VALUES (4359,725,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4360,743,91,330,0,538,0,0,23,25); -INSERT INTO `mob_groups` VALUES (4361,775,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4362,776,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4363,789,91,330,0,572,0,0,47,49); -INSERT INTO `mob_groups` VALUES (4364,896,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4365,903,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4366,915,91,0,128,0,0,0,88,90); -INSERT INTO `mob_groups` VALUES (4367,940,91,330,0,661,0,0,38,48); -INSERT INTO `mob_groups` VALUES (4368,941,91,330,0,663,0,0,38,42); -INSERT INTO `mob_groups` VALUES (4369,960,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4370,1023,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4371,1066,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4372,1067,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4373,1099,91,330,0,785,0,0,58,62); -INSERT INTO `mob_groups` VALUES (4374,1141,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4375,1143,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4376,1147,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4377,1151,91,7200,0,821,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4378,1168,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4379,1198,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4380,1207,91,330,0,861,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4381,1262,91,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4382,1266,91,330,1,906,0,0,43,43); -INSERT INTO `mob_groups` VALUES (4383,1279,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4384,1324,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4385,1332,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4386,1333,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4387,1341,91,330,4,955,0,0,43,43); -INSERT INTO `mob_groups` VALUES (4388,1408,91,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (4389,1483,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4390,1574,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4391,1615,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4392,1652,91,330,0,1280,0,0,56,59); -INSERT INTO `mob_groups` VALUES (4393,1662,91,330,0,1302,0,0,56,59); -INSERT INTO `mob_groups` VALUES (4394,1681,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4395,1688,91,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4396,1695,91,330,0,1408,0,0,57,62); -INSERT INTO `mob_groups` VALUES (4397,1713,91,330,0,1456,0,0,56,59); -INSERT INTO `mob_groups` VALUES (4398,1724,91,0,128,0,0,0,45,50); -INSERT INTO `mob_groups` VALUES (4399,1757,91,330,0,1524,0,0,59,61); -INSERT INTO `mob_groups` VALUES (4400,1779,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4401,1780,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4402,1807,91,0,128,1566,0,0,25,29); -INSERT INTO `mob_groups` VALUES (4403,1847,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4404,1856,91,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (4405,1901,91,330,0,1641,0,0,38,48); -INSERT INTO `mob_groups` VALUES (4406,1917,91,330,0,1652,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4407,1940,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4408,1991,91,0,128,1706,0,0,25,29); -INSERT INTO `mob_groups` VALUES (4409,2100,91,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4410,2137,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4411,2179,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4412,2180,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4413,2224,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4414,2226,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4415,2270,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4416,2300,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4417,2369,91,0,0,2012,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4418,2378,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4419,2391,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4420,2403,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4421,2415,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4422,2445,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4423,2456,91,330,0,2099,0,0,28,32); -INSERT INTO `mob_groups` VALUES (4424,2460,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4425,2590,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4426,2649,91,330,2,2263,0,0,38,42); -INSERT INTO `mob_groups` VALUES (4427,2730,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4428,2735,91,330,2,2337,0,0,38,40); -INSERT INTO `mob_groups` VALUES (4429,2799,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4430,2940,91,330,0,0,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4431,2946,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4432,2949,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4433,2965,91,330,0,2526,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4434,3096,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4435,3165,91,330,0,2810,0,0,24,26); -INSERT INTO `mob_groups` VALUES (4436,3176,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4437,3184,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4438,3186,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4439,3274,91,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4440,3276,91,0,128,2907,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4441,3277,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4442,3293,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4443,3305,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4444,3310,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4445,3312,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4446,3354,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4447,3366,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4448,3391,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4449,3448,91,86400,0,0,0,0,88,88); -INSERT INTO `mob_groups` VALUES (4450,3464,91,330,0,3057,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4451,3492,91,330,0,3071,0,0,56,62); -INSERT INTO `mob_groups` VALUES (4452,3562,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4453,3563,91,0,128,3143,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4454,3564,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4455,3565,91,0,128,3152,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4456,3566,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4457,3569,91,0,128,3164,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4458,3570,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4459,3576,91,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4460,3628,91,330,0,3203,0,0,65,68); -INSERT INTO `mob_groups` VALUES (4461,3682,91,0,128,3252,0,0,24,28); -INSERT INTO `mob_groups` VALUES (4462,3745,91,330,0,3322,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4463,3790,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4464,3920,91,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4465,3926,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4466,4081,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4467,4118,91,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4468,4228,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4469,4296,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4470,4309,91,330,4,4095,0,0,43,43); -INSERT INTO `mob_groups` VALUES (4471,4315,91,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4472,4337,91,330,1,4145,0,0,50,60); -INSERT INTO `mob_groups` VALUES (4473,4375,91,330,0,4185,0,0,56,62); -INSERT INTO `mob_groups` VALUES (4474,1,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4475,2,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4476,3,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4477,4,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4478,5,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4479,7,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4480,11,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4481,13,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4482,18,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4483,37,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4484,46,92,1056,0,25,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4485,84,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4486,89,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4487,90,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4488,91,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4489,125,92,1056,0,94,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4490,126,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4491,227,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4492,248,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4493,291,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4494,311,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4495,312,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4496,320,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4497,324,92,1056,0,228,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4498,352,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4499,377,92,14400,0,0,0,0,80,81); -INSERT INTO `mob_groups` VALUES (4500,381,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4501,420,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4502,427,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4503,450,92,18000,0,323,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4504,502,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4505,516,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4506,517,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4507,526,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4508,528,92,18000,0,394,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4509,549,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4510,616,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4511,703,92,1056,0,516,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4512,714,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4513,725,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4514,775,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4515,776,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4516,889,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4517,896,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4518,903,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4519,928,92,21600,0,0,0,0,80,81); -INSERT INTO `mob_groups` VALUES (4520,960,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4521,1023,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4522,1066,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4523,1067,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4524,1068,92,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4525,1069,92,18000,0,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4526,1094,92,1056,0,782,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4527,1096,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4528,1141,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4529,1143,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4530,1167,92,21600,0,0,0,0,80,81); -INSERT INTO `mob_groups` VALUES (4531,1175,92,1056,0,0,0,0,72,76); -INSERT INTO `mob_groups` VALUES (4532,1195,92,1056,0,854,0,0,68,70); -INSERT INTO `mob_groups` VALUES (4533,1198,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4534,1262,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4535,1279,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4536,1324,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4537,1325,92,1056,0,943,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4538,1332,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4539,1333,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4540,1349,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4541,1408,92,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (4542,1483,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4543,1485,92,18000,0,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4544,1574,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4545,1611,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4546,1612,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4547,1613,92,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (4548,1681,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4549,1688,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4550,1753,92,1056,0,1516,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4551,1779,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4552,1780,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4553,1781,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4554,1782,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4555,1856,92,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (4556,2100,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4557,2102,92,1056,0,1806,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4558,2137,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4559,2179,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4560,2180,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4561,2224,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4562,2226,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4563,2300,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4564,2391,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4565,2403,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4566,2445,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4567,2460,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4568,2486,92,1056,0,2131,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4569,2590,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4570,2644,92,1056,0,2260,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4571,2730,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4572,2779,92,18000,0,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4573,2799,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4574,2839,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4575,2916,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4576,2917,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4577,2932,92,18000,0,2497,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4578,2946,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4579,2949,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4580,3096,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4581,3098,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4582,3140,92,1056,0,0,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4583,3156,92,1056,0,2802,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4584,3176,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4585,3184,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4586,3186,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4587,3277,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4588,3293,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4589,3310,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4590,3312,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4591,3337,92,18000,0,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4592,3354,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4593,3366,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4594,3391,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4595,3541,92,1056,0,3120,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4596,3562,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4597,3563,92,0,128,3141,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4598,3564,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4599,3565,92,0,128,3147,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4600,3566,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4601,3569,92,0,128,3159,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4602,3570,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4603,3576,92,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4604,3624,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4605,3757,92,0,0,3347,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4606,3769,92,1056,0,3356,0,0,79,82); -INSERT INTO `mob_groups` VALUES (4607,3912,92,1056,4,3501,0,0,75,82); -INSERT INTO `mob_groups` VALUES (4608,3926,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4609,4081,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4610,4118,92,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4611,4120,92,1056,0,3676,0,0,77,79); -INSERT INTO `mob_groups` VALUES (4612,4208,92,18000,0,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (4613,4228,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4614,4238,92,1056,0,4018,0,0,76,78); -INSERT INTO `mob_groups` VALUES (4615,4296,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4616,4309,92,1056,4,4096,0,0,75,82); -INSERT INTO `mob_groups` VALUES (4617,4315,92,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4618,4494,92,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4619,4495,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4620,4496,92,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4621,4498,92,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4622,4510,92,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4623,4520,92,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4624,1,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4625,2,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4626,3,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4627,7,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4628,10,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4629,13,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4630,50,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4631,125,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4632,278,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4633,525,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4634,538,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4635,600,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4636,601,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4637,602,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4638,609,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4639,907,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4640,1753,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4641,1841,93,0,0,1601,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4642,2102,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4643,2322,93,0,0,1988,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4644,2415,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4645,2486,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4646,3273,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4647,3274,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4648,3275,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4649,3277,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4650,3352,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4651,3353,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4652,3463,93,0,0,3054,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4653,3464,93,0,0,3058,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4654,3769,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4655,3823,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4656,3986,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4657,3987,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4658,3988,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4659,4078,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4660,4249,93,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4661,18,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4662,30,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4663,31,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4664,32,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4665,33,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4666,37,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4667,75,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4668,84,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4669,89,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4670,90,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4671,91,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4672,126,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4673,205,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4674,227,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4675,231,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4676,291,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4677,311,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4678,312,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4679,320,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4680,502,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4681,526,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4682,549,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4683,616,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4684,631,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4685,637,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4686,714,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4687,725,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4688,772,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4689,775,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4690,776,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4691,805,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4692,842,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4693,896,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4694,903,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4695,953,94,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4696,960,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4697,1055,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4698,1056,94,0,128,754,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4699,1057,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4700,1062,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4701,1064,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4702,1141,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4703,1143,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4704,1262,94,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4705,1279,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4706,1324,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4707,1333,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4708,1358,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4709,1408,94,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (4710,1470,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4711,1574,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4712,1681,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4713,1875,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4714,2044,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4715,2100,94,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4716,2137,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4717,2179,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4718,2180,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4719,2197,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4720,2198,94,0,0,1874,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4721,2226,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4722,2306,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4723,2391,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4724,2403,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4725,2405,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4726,2406,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4727,2415,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4728,2451,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4729,2455,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4730,2460,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4731,2583,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4732,2655,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4733,2730,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4734,2737,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4735,2776,94,0,0,2391,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4736,2799,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4737,2929,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4738,2946,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4739,2949,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4740,3096,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4741,3105,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4742,3106,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4743,3139,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4744,3158,94,0,128,2804,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4745,3176,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4746,3184,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4747,3186,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4748,3239,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4749,3243,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4750,3310,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4751,3312,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4752,3366,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4753,3387,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4754,3391,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4755,3504,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4756,3562,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4757,3563,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4758,3564,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4759,3565,94,0,128,3153,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4760,3566,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4761,3569,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4762,3570,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4763,3576,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4764,3913,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4765,3926,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4766,4061,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4767,4072,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4768,4081,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4769,4118,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4770,4211,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4771,4212,94,0,0,3989,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4772,4227,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4773,4298,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4774,4338,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4775,4339,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4776,4420,94,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4777,4458,94,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4778,4493,94,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4779,4515,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4780,4517,94,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4781,18,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4782,30,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4783,31,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4784,32,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4785,33,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4786,37,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4787,75,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4788,84,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4789,89,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4790,90,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4791,91,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4792,126,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4793,205,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4794,227,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4795,291,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4796,311,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4797,312,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4798,320,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4799,502,95,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4800,526,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4801,549,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4802,583,95,330,0,432,0,0,15,17); -INSERT INTO `mob_groups` VALUES (4803,616,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4804,631,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4805,637,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4806,650,95,330,0,481,0,0,22,25); -INSERT INTO `mob_groups` VALUES (4807,714,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4808,725,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4809,772,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4810,775,95,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4811,776,95,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4812,802,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4813,803,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4814,831,95,330,0,592,0,0,18,21); -INSERT INTO `mob_groups` VALUES (4815,896,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4816,903,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4817,915,95,0,128,0,0,0,88,90); -INSERT INTO `mob_groups` VALUES (4818,953,95,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4819,960,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4820,1055,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4821,1056,95,0,128,754,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4822,1057,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4823,1059,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4824,1062,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4825,1064,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4826,1141,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4827,1143,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4828,1262,95,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4829,1279,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4830,1314,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4831,1324,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4832,1333,95,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4833,1336,95,0,128,949,0,0,12,15); -INSERT INTO `mob_groups` VALUES (4834,1358,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4835,1408,95,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (4836,1470,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4837,1574,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4838,1652,95,330,0,1281,0,0,56,59); -INSERT INTO `mob_groups` VALUES (4839,1662,95,330,0,1300,0,0,56,59); -INSERT INTO `mob_groups` VALUES (4840,1681,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4841,1688,95,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4842,1695,95,330,0,1409,0,0,56,59); -INSERT INTO `mob_groups` VALUES (4843,1696,95,330,0,0,0,0,57,62); -INSERT INTO `mob_groups` VALUES (4844,1713,95,330,0,1456,0,0,56,59); -INSERT INTO `mob_groups` VALUES (4845,1731,95,0,128,0,0,0,45,48); -INSERT INTO `mob_groups` VALUES (4846,1875,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4847,2044,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4848,2100,95,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4849,2137,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4850,2145,95,3960,0,1842,0,0,17,18); -INSERT INTO `mob_groups` VALUES (4851,2179,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4852,2180,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4853,2197,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4854,2198,95,0,0,1875,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4855,2226,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4856,2306,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4857,2391,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4858,2403,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4859,2405,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4860,2406,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4861,2415,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4862,2455,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4863,2460,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4864,2472,95,330,1,2111,0,0,45,47); -INSERT INTO `mob_groups` VALUES (4865,2655,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4866,2730,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4867,2737,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4868,2768,95,0,128,2381,0,0,12,15); -INSERT INTO `mob_groups` VALUES (4869,2769,95,0,128,2384,0,0,12,15); -INSERT INTO `mob_groups` VALUES (4870,2776,95,0,0,2392,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4871,2799,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4872,2946,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4873,2949,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4874,3096,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4875,3139,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4876,3148,95,330,0,2785,0,0,51,54); -INSERT INTO `mob_groups` VALUES (4877,3158,95,0,128,2804,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4878,3176,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4879,3181,95,330,0,2822,0,0,56,67); -INSERT INTO `mob_groups` VALUES (4880,3182,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4881,3184,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4882,3186,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4883,3187,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4884,3222,95,0,128,2853,0,0,12,15); -INSERT INTO `mob_groups` VALUES (4885,3239,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4886,3243,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4887,3304,95,330,0,2918,0,0,49,52); -INSERT INTO `mob_groups` VALUES (4888,3310,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4889,3312,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4890,3366,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4891,3371,95,330,0,2971,0,0,22,25); -INSERT INTO `mob_groups` VALUES (4892,3387,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4893,3391,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4894,3448,95,86400,0,0,0,0,88,88); -INSERT INTO `mob_groups` VALUES (4895,3488,95,0,128,3066,0,0,12,15); -INSERT INTO `mob_groups` VALUES (4896,3489,95,330,0,3068,0,0,35,37); -INSERT INTO `mob_groups` VALUES (4897,3490,95,330,0,3069,0,0,12,15); -INSERT INTO `mob_groups` VALUES (4898,3504,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4899,3562,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4900,3563,95,0,128,3143,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4901,3564,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4902,3565,95,0,128,3154,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4903,3566,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4904,3569,95,0,128,3164,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4905,3570,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4906,3576,95,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4907,3584,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4908,3913,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4909,3920,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4910,3923,95,330,0,3526,0,0,10,12); -INSERT INTO `mob_groups` VALUES (4911,3926,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4912,3934,95,330,0,0,0,0,49,52); -INSERT INTO `mob_groups` VALUES (4913,4081,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4914,4118,95,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4915,4211,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4916,4212,95,0,0,3990,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4917,4227,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4918,4267,95,0,0,4038,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4919,4298,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4920,4338,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4921,4339,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4922,4405,95,330,0,4216,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4923,4411,95,330,0,4226,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4924,4420,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4925,4421,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4926,4426,95,330,0,4245,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4927,4432,95,330,0,4262,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4928,4439,95,0,0,4273,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4929,4440,95,330,0,4276,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4930,4441,95,330,0,4277,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4931,4448,95,330,0,4298,0,0,61,63); -INSERT INTO `mob_groups` VALUES (4932,4454,95,0,128,0,0,0,56,58); -INSERT INTO `mob_groups` VALUES (4933,4457,95,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4934,4458,95,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4935,4515,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4936,4517,95,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4937,18,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4938,37,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4939,71,96,330,4,41,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4940,75,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4941,84,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4942,89,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4943,90,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4944,91,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4945,101,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4946,126,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4947,205,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4948,227,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4949,260,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4950,291,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4951,311,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4952,312,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4953,320,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4954,502,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4955,526,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4956,549,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4957,616,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4958,637,96,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (4959,650,96,330,0,481,0,0,34,37); -INSERT INTO `mob_groups` VALUES (4960,714,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4961,725,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4962,772,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4963,775,96,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4964,776,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4965,814,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4966,816,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4967,896,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4968,903,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4969,915,96,0,128,0,0,0,88,90); -INSERT INTO `mob_groups` VALUES (4970,940,96,330,0,660,0,0,34,37); -INSERT INTO `mob_groups` VALUES (4971,953,96,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4972,960,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4973,1055,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4974,1056,96,0,128,754,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4975,1057,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4976,1062,96,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4977,1063,96,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4978,1064,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4979,1099,96,330,0,785,0,0,55,60); -INSERT INTO `mob_groups` VALUES (4980,1141,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4981,1143,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4982,1160,96,330,4,829,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4983,1262,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4984,1279,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4985,1314,96,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (4986,1324,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4987,1333,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4988,1358,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4989,1408,96,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4990,1470,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4991,1574,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4992,1681,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4993,1688,96,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (4994,1698,96,330,0,1414,0,0,62,64); -INSERT INTO `mob_groups` VALUES (4995,1875,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (4996,1986,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4997,2044,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (4998,2100,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (4999,2137,96,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5000,2167,96,330,0,1864,0,0,65,68); -INSERT INTO `mob_groups` VALUES (5001,2179,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5002,2180,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5003,2197,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5004,2198,96,0,0,1876,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5005,2226,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5006,2268,96,14400,0,1941,0,0,65,65); -INSERT INTO `mob_groups` VALUES (5007,2306,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5008,2308,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5009,2391,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5010,2403,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5011,2405,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5012,2406,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5013,2456,96,330,0,2100,0,0,31,34); -INSERT INTO `mob_groups` VALUES (5014,2460,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5015,2730,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5016,2737,96,0,0,2342,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5017,2776,96,0,0,2393,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5018,2799,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5019,2929,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5020,2946,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5021,2949,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5022,3096,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5023,3105,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5024,3106,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5025,3139,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5026,3148,96,330,0,2786,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5027,3149,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5028,3158,96,0,128,2804,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5029,3176,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5030,3184,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5031,3186,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5032,3239,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5033,3243,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5034,3304,96,330,0,2919,0,0,59,62); -INSERT INTO `mob_groups` VALUES (5035,3310,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5036,3312,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5037,3366,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5038,3387,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5039,3391,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5040,3504,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5041,3562,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5042,3563,96,0,128,3141,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5043,3564,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5044,3565,96,0,128,3147,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5045,3566,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5046,3569,96,0,128,3159,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5047,3570,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5048,3576,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5049,3846,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5050,3913,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5051,3920,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5052,3926,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5053,4081,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5054,4118,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5055,4211,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5056,4212,96,0,0,3991,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5057,4256,96,330,0,4028,0,0,29,37); -INSERT INTO `mob_groups` VALUES (5058,4285,96,330,0,4065,0,0,26,28); -INSERT INTO `mob_groups` VALUES (5059,4297,96,330,0,4079,0,0,60,65); -INSERT INTO `mob_groups` VALUES (5060,4298,96,0,128,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (5061,4338,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5062,4339,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5063,4416,96,330,0,4231,0,0,63,68); -INSERT INTO `mob_groups` VALUES (5064,4420,96,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5065,4421,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5066,4423,96,330,0,4237,0,0,36,68); -INSERT INTO `mob_groups` VALUES (5067,4428,96,330,0,4252,0,0,63,68); -INSERT INTO `mob_groups` VALUES (5068,4444,96,330,0,4284,0,0,63,68); -INSERT INTO `mob_groups` VALUES (5069,4456,96,330,0,4309,0,0,63,68); -INSERT INTO `mob_groups` VALUES (5070,4457,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5071,4458,96,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5072,4459,96,330,0,4314,0,0,63,68); -INSERT INTO `mob_groups` VALUES (5073,4481,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5074,4485,96,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5075,4486,96,0,0,4340,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5076,4515,96,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5077,18,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5078,37,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5079,84,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5080,89,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5081,90,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5082,91,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5083,126,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5084,205,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5085,227,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5086,291,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5087,303,97,330,0,217,0,0,66,69); -INSERT INTO `mob_groups` VALUES (5088,311,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5089,312,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5090,320,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5091,433,97,330,2,307,0,0,61,64); -INSERT INTO `mob_groups` VALUES (5092,459,97,0,128,330,0,0,80,80); -INSERT INTO `mob_groups` VALUES (5093,502,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5094,526,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5095,545,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5096,546,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5097,549,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5098,616,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5099,637,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5100,714,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5101,725,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5102,772,97,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (5103,775,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5104,776,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5105,805,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5106,896,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5107,903,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5108,953,97,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5109,960,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5110,1055,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5111,1056,97,0,128,754,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5112,1057,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5113,1058,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5114,1062,97,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5115,1064,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5116,1099,97,330,0,785,0,0,58,59); -INSERT INTO `mob_groups` VALUES (5117,1141,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5118,1143,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5119,1160,97,330,4,829,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5120,1262,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5121,1279,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5122,1314,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5123,1324,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5124,1333,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5125,1341,97,330,4,955,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5126,1358,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5127,1408,97,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5128,1470,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5129,1574,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5130,1628,97,330,0,1193,0,0,79,82); -INSERT INTO `mob_groups` VALUES (5131,1639,97,330,0,1227,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5132,1657,97,0,0,1287,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5133,1681,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5134,1688,97,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5135,1693,97,330,0,1394,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5136,1697,97,330,0,1411,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5137,1875,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5138,1956,97,330,0,1684,0,0,44,47); -INSERT INTO `mob_groups` VALUES (5139,2044,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5140,2100,97,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5141,2137,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5142,2163,97,330,0,1857,0,0,61,64); -INSERT INTO `mob_groups` VALUES (5143,2167,97,330,0,1865,0,0,68,72); -INSERT INTO `mob_groups` VALUES (5144,2179,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5145,2180,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5146,2197,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5147,2198,97,0,0,1877,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5148,2226,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5149,2306,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5150,2391,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5151,2403,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5152,2405,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5153,2406,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5154,2456,97,330,0,2101,0,0,28,31); -INSERT INTO `mob_groups` VALUES (5155,2458,97,330,0,2104,0,0,49,51); -INSERT INTO `mob_groups` VALUES (5156,2460,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5157,2655,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5158,2730,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5159,2737,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5160,2759,97,330,0,2362,0,0,61,64); -INSERT INTO `mob_groups` VALUES (5161,2760,97,330,0,2363,0,0,77,80); -INSERT INTO `mob_groups` VALUES (5162,2772,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5163,2776,97,0,0,2394,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5164,2799,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5165,2877,97,330,2,2463,0,0,61,64); -INSERT INTO `mob_groups` VALUES (5166,2926,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5167,2939,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5168,2946,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5169,2949,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5170,3096,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5171,3139,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5172,3158,97,0,128,2804,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5173,3176,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5174,3184,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5175,3186,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5176,3239,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5177,3243,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5178,3310,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5179,3312,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5180,3324,97,330,0,2926,0,0,64,68); -INSERT INTO `mob_groups` VALUES (5181,3366,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5182,3387,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5183,3391,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5184,3448,97,86400,0,0,0,0,88,88); -INSERT INTO `mob_groups` VALUES (5185,3497,97,330,1,3078,0,0,44,47); -INSERT INTO `mob_groups` VALUES (5186,3503,97,330,0,3086,0,0,77,80); -INSERT INTO `mob_groups` VALUES (5187,3504,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5188,3562,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5189,3563,97,0,128,3143,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5190,3564,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5191,3565,97,0,128,3155,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5192,3566,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5193,3569,97,0,128,3165,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5194,3570,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5195,3576,97,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (5196,3663,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5197,3745,97,330,0,3323,0,0,61,63); -INSERT INTO `mob_groups` VALUES (5198,3752,97,330,0,3332,0,0,64,68); -INSERT INTO `mob_groups` VALUES (5199,3913,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5200,3920,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5201,3926,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5202,3991,97,330,0,3582,0,0,56,59); -INSERT INTO `mob_groups` VALUES (5203,4081,97,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5204,4114,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5205,4115,97,0,0,3672,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5206,4118,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5207,4211,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5208,4212,97,0,0,3992,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5209,4285,97,330,0,4066,0,0,56,59); -INSERT INTO `mob_groups` VALUES (5210,4298,97,330,0,0,0,0,68,72); -INSERT INTO `mob_groups` VALUES (5211,4338,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5212,4339,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5213,4410,97,330,0,4222,0,0,76,78); -INSERT INTO `mob_groups` VALUES (5214,4417,97,330,0,4234,0,0,76,78); -INSERT INTO `mob_groups` VALUES (5215,4420,97,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5216,4421,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5217,4425,97,0,0,4241,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5218,4430,97,0,0,4255,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5219,4442,97,330,0,4281,0,0,76,78); -INSERT INTO `mob_groups` VALUES (5220,4446,97,330,0,4294,0,0,76,78); -INSERT INTO `mob_groups` VALUES (5221,4450,97,330,0,4302,0,0,76,78); -INSERT INTO `mob_groups` VALUES (5222,4454,97,0,128,0,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5223,4457,97,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5224,4458,97,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5225,4472,97,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5226,4515,97,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5227,18,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5228,37,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5229,50,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5230,84,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5231,89,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5232,90,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5233,91,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5234,126,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5235,205,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5236,227,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5237,260,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5238,291,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5239,311,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5240,312,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5241,320,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5242,329,98,3960,0,230,0,0,69,75); -INSERT INTO `mob_groups` VALUES (5243,352,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5244,502,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5245,526,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5246,549,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5247,616,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5248,637,98,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (5249,714,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5250,725,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5251,727,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5252,772,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5253,775,98,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5254,776,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5255,792,98,0,0,578,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5256,842,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5257,896,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5258,903,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5259,953,98,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5260,960,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5261,1055,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5262,1056,98,0,128,754,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5263,1057,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5264,1060,98,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5265,1062,98,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5266,1064,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5267,1065,98,330,0,755,0,0,42,45); -INSERT INTO `mob_groups` VALUES (5268,1141,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5269,1143,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5270,1160,98,330,4,829,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5271,1262,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5272,1279,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5273,1314,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5274,1324,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5275,1333,98,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5276,1358,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5277,1408,98,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5278,1470,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5279,1574,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5280,1628,98,330,0,1194,0,0,75,78); -INSERT INTO `mob_groups` VALUES (5281,1660,98,330,0,1298,0,0,66,69); -INSERT INTO `mob_groups` VALUES (5282,1669,98,330,0,1338,0,0,66,69); -INSERT INTO `mob_groups` VALUES (5283,1671,98,330,0,1342,0,0,66,69); -INSERT INTO `mob_groups` VALUES (5284,1681,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5285,1688,98,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5286,1723,98,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (5287,1740,98,330,0,1493,0,0,66,69); -INSERT INTO `mob_groups` VALUES (5288,1764,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5289,1875,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5290,1956,98,330,0,1685,0,0,42,45); -INSERT INTO `mob_groups` VALUES (5291,2044,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5292,2087,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5293,2100,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5294,2137,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5295,2179,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5296,2180,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5297,2184,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5298,2197,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5299,2198,98,0,0,1878,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5300,2226,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5301,2306,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5302,2307,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5303,2378,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5304,2390,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5305,2391,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5306,2403,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5307,2405,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5308,2406,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5309,2415,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5310,2456,98,330,0,2102,0,0,28,31); -INSERT INTO `mob_groups` VALUES (5311,2458,98,330,0,2105,0,0,46,48); -INSERT INTO `mob_groups` VALUES (5312,2460,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5313,2649,98,330,2,2264,0,0,42,45); -INSERT INTO `mob_groups` VALUES (5314,2730,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5315,2735,98,330,2,2338,0,0,42,45); -INSERT INTO `mob_groups` VALUES (5316,2737,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5317,2776,98,0,0,2395,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5318,2799,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5319,2904,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5320,2946,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5321,2949,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5322,3096,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5323,3139,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5324,3158,98,0,128,2804,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5325,3176,98,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5326,3184,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5327,3186,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5328,3189,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5329,3239,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5330,3243,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5331,3305,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5332,3309,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5333,3310,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5334,3312,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5335,3366,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5336,3387,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5337,3389,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5338,3391,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5339,3448,98,86400,0,0,0,0,88,88); -INSERT INTO `mob_groups` VALUES (5340,3485,98,330,0,3064,0,0,51,52); -INSERT INTO `mob_groups` VALUES (5341,3497,98,330,1,3079,0,0,42,45); -INSERT INTO `mob_groups` VALUES (5342,3504,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5343,3562,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5344,3563,98,0,128,3144,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5345,3564,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5346,3565,98,0,128,3156,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5347,3566,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5348,3569,98,0,128,3166,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5349,3570,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5350,3576,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5351,3584,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5352,3745,98,330,0,3324,0,0,61,63); -INSERT INTO `mob_groups` VALUES (5353,3831,98,330,0,3421,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5354,3912,98,330,4,3502,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5355,3913,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5356,3920,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5357,3926,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5358,4078,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5359,4081,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5360,4118,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5361,4211,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5362,4212,98,0,0,3993,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5363,4227,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5364,4298,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5365,4338,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5366,4339,98,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5367,4401,98,0,0,4208,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5368,4404,98,330,0,4211,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5369,4420,98,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5370,4421,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5371,4427,98,330,0,4249,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5372,4431,98,330,0,4257,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5373,4433,98,330,0,4266,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5374,4445,98,330,0,4289,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5375,4447,98,330,0,4296,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5376,4454,98,0,128,0,0,0,64,66); -INSERT INTO `mob_groups` VALUES (5377,4457,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5378,4458,98,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5379,4461,98,330,0,4320,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5380,4515,98,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5381,17,99,0,0,2,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5382,18,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5383,37,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5384,84,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5385,89,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5386,90,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5387,91,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5388,126,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5389,193,99,1056,0,149,0,0,65,68); -INSERT INTO `mob_groups` VALUES (5390,205,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5391,227,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5392,248,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5393,274,99,18000,0,197,0,0,80,85); -INSERT INTO `mob_groups` VALUES (5394,291,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5395,311,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5396,312,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5397,320,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5398,355,99,1056,0,250,0,0,70,72); -INSERT INTO `mob_groups` VALUES (5399,474,99,1056,0,345,0,0,71,72); -INSERT INTO `mob_groups` VALUES (5400,502,99,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5401,526,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5402,549,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5403,582,99,1056,0,430,0,0,70,72); -INSERT INTO `mob_groups` VALUES (5404,616,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5405,637,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5406,714,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5407,725,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5408,772,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5409,775,99,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5410,776,99,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5411,896,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5412,903,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5413,953,99,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5414,954,99,0,0,670,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5415,960,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5416,1055,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5417,1056,99,0,128,754,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5418,1057,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5419,1058,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5420,1059,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5421,1060,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5422,1061,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5423,1062,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5424,1063,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5425,1064,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5426,1141,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5427,1143,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5428,1145,99,0,0,818,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5429,1146,99,1000,128,0,15000,1000,85,95); -INSERT INTO `mob_groups` VALUES (5430,1160,99,1056,4,829,0,0,80,80); -INSERT INTO `mob_groups` VALUES (5431,1262,99,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5432,1279,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5433,1314,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5434,1324,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5435,1333,99,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5436,1341,99,1056,4,955,0,0,80,80); -INSERT INTO `mob_groups` VALUES (5437,1358,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5438,1368,99,18000,0,976,0,0,80,85); -INSERT INTO `mob_groups` VALUES (5439,1408,99,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (5440,1470,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5441,1574,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5442,1628,99,1056,0,1195,0,0,79,83); -INSERT INTO `mob_groups` VALUES (5443,1681,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5444,1875,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5445,2044,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5446,2062,99,1056,0,1777,0,0,65,67); -INSERT INTO `mob_groups` VALUES (5447,2065,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5448,2100,99,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (5449,2137,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5450,2150,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5451,2179,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5452,2180,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5453,2197,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5454,2198,99,0,0,1879,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5455,2226,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5456,2306,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5457,2391,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5458,2403,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5459,2405,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5460,2406,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5461,2438,99,0,0,2078,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5462,2460,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5463,2465,99,0,0,2108,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5464,2574,99,21600,0,2210,0,0,80,85); -INSERT INTO `mob_groups` VALUES (5465,2730,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5466,2737,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5467,2776,99,0,0,2396,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5468,2799,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5469,2944,99,0,128,0,0,0,66,70); -INSERT INTO `mob_groups` VALUES (5470,2946,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5471,2949,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5472,3096,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5473,3139,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5474,3158,99,0,128,2804,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5475,3176,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5476,3184,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5477,3186,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5478,3239,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5479,3243,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5480,3310,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5481,3312,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5482,3366,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5483,3387,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5484,3391,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5485,3392,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5486,3504,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5487,3541,99,1056,0,3121,0,0,77,79); -INSERT INTO `mob_groups` VALUES (5488,3562,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5489,3563,99,0,128,3141,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5490,3564,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5491,3565,99,0,128,3147,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5492,3566,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5493,3569,99,0,128,3159,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5494,3570,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5495,3576,99,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5496,3703,99,0,0,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (5497,3815,99,0,0,3408,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5498,3913,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5499,3926,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5500,4071,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5501,4072,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5502,4081,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5503,4114,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5504,4115,99,0,0,3672,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5505,4118,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5506,4210,99,0,0,3988,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5507,4211,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5508,4212,99,0,0,3994,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5509,4213,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5510,4214,99,0,0,3998,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5511,4267,99,0,0,4038,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5512,4298,99,1056,0,4081,0,0,71,73); -INSERT INTO `mob_groups` VALUES (5513,4338,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5514,4339,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5515,4401,99,0,0,4208,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5516,4404,99,1056,0,4212,0,0,79,82); -INSERT INTO `mob_groups` VALUES (5517,4410,99,1056,0,4223,0,0,77,79); -INSERT INTO `mob_groups` VALUES (5518,4412,99,1056,0,4227,0,0,81,83); -INSERT INTO `mob_groups` VALUES (5519,4417,99,1056,0,4235,0,0,77,79); -INSERT INTO `mob_groups` VALUES (5520,4418,99,1056,0,4236,0,0,81,83); -INSERT INTO `mob_groups` VALUES (5521,4420,99,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (5522,4424,99,1056,0,4240,0,0,81,83); -INSERT INTO `mob_groups` VALUES (5523,4425,99,0,0,4242,0,0,76,79); -INSERT INTO `mob_groups` VALUES (5524,4430,99,0,0,4256,0,0,77,79); -INSERT INTO `mob_groups` VALUES (5525,4436,99,1056,0,4269,0,0,79,82); -INSERT INTO `mob_groups` VALUES (5526,4438,99,1056,0,4272,0,0,65,67); -INSERT INTO `mob_groups` VALUES (5527,4442,99,1056,0,4282,0,0,77,79); -INSERT INTO `mob_groups` VALUES (5528,4446,99,1056,0,4295,0,0,77,79); -INSERT INTO `mob_groups` VALUES (5529,4450,99,1056,0,4303,0,0,77,79); -INSERT INTO `mob_groups` VALUES (5530,4452,99,1056,0,4306,0,0,79,82); -INSERT INTO `mob_groups` VALUES (5531,4454,99,0,128,0,0,0,70,79); -INSERT INTO `mob_groups` VALUES (5532,4458,99,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5533,4460,99,1056,0,4319,0,0,81,83); -INSERT INTO `mob_groups` VALUES (5534,4485,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5535,4486,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5536,4502,99,0,0,4344,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5537,4512,99,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5538,4515,99,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5539,490,100,330,0,363,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5540,579,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5541,580,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5542,581,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5543,611,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5544,612,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5545,613,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5546,656,100,330,0,484,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5547,714,100,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5548,821,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5549,822,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5550,823,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5551,1038,100,330,2,733,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5552,1214,100,330,1,871,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5553,1403,100,330,0,1028,0,0,3,6); -INSERT INTO `mob_groups` VALUES (5554,1404,100,330,0,1029,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5555,1438,100,10800,0,1061,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5556,1648,100,330,0,1256,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5557,1659,100,330,0,1289,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5558,1737,100,330,0,1471,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5559,1744,100,330,0,1500,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5560,1775,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5561,2125,100,3300,0,1826,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5562,2372,100,0,128,2014,0,0,5,6); -INSERT INTO `mob_groups` VALUES (5563,2419,100,0,128,2063,0,0,2,4); -INSERT INTO `mob_groups` VALUES (5564,2557,100,0,128,2198,16000,0,67,67); -INSERT INTO `mob_groups` VALUES (5565,2763,100,330,2,2368,0,0,3,6); -INSERT INTO `mob_groups` VALUES (5566,3001,100,0,128,2581,0,0,20,25); -INSERT INTO `mob_groups` VALUES (5567,3004,100,0,128,2584,0,0,20,25); -INSERT INTO `mob_groups` VALUES (5568,3009,100,0,128,2602,0,0,20,25); -INSERT INTO `mob_groups` VALUES (5569,3010,100,0,128,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (5570,3013,100,330,0,2609,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5571,3016,100,330,0,2627,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5572,3022,100,330,0,2645,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5573,3032,100,0,128,2669,0,0,20,25); -INSERT INTO `mob_groups` VALUES (5574,3102,100,0,128,2749,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5575,3148,100,0,128,2787,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5576,3241,100,1,0,2883,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5577,3371,100,330,0,2972,0,0,3,6); -INSERT INTO `mob_groups` VALUES (5578,3494,100,330,0,3073,0,0,3,6); -INSERT INTO `mob_groups` VALUES (5579,3836,100,330,1,3426,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5580,3994,100,0,128,3583,0,0,2,4); -INSERT INTO `mob_groups` VALUES (5581,4053,100,330,0,3627,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5582,4225,100,0,128,4010,0,0,7,8); -INSERT INTO `mob_groups` VALUES (5583,4343,100,330,0,4155,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5584,4344,100,330,0,4158,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5585,4381,100,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5586,414,101,3600,0,296,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5587,490,101,330,0,363,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5588,579,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5589,580,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5590,581,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5591,611,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5592,612,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5593,613,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5594,656,101,330,0,485,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5595,711,101,0,128,521,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5596,714,101,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5597,821,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5598,822,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5599,823,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5600,1038,101,330,2,734,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5601,1214,101,330,1,872,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5602,1336,101,0,128,950,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5603,1403,101,330,0,1028,0,0,3,6); -INSERT INTO `mob_groups` VALUES (5604,1404,101,330,0,1030,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5605,1479,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5606,1648,101,330,0,1257,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5607,1659,101,330,0,1290,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5608,1737,101,330,0,1472,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5609,1744,101,330,0,1501,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5610,2763,101,330,2,2369,0,0,3,6); -INSERT INTO `mob_groups` VALUES (5611,2768,101,0,128,2382,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5612,3013,101,330,0,2610,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5613,3016,101,330,0,2628,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5614,3022,101,330,0,2646,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5615,3148,101,0,128,2788,0,0,53,55); -INSERT INTO `mob_groups` VALUES (5616,3221,101,330,0,0,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5617,3222,101,0,128,2854,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5618,3241,101,1,0,2884,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5619,3494,101,330,0,3074,0,0,3,6); -INSERT INTO `mob_groups` VALUES (5620,3818,101,7200,0,3412,0,0,11,15); -INSERT INTO `mob_groups` VALUES (5621,3836,101,330,1,3427,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5622,4053,101,330,0,3628,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5623,4343,101,330,0,4156,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5624,4344,101,330,0,4159,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5625,4381,101,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5626,41,102,330,2,20,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5627,71,102,330,4,41,0,0,18,20); -INSERT INTO `mob_groups` VALUES (5628,77,102,330,0,47,0,0,9,13); -INSERT INTO `mob_groups` VALUES (5629,305,102,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5630,362,102,660,0,253,0,0,21,23); -INSERT INTO `mob_groups` VALUES (5631,462,102,86400,0,336,0,0,63,63); -INSERT INTO `mob_groups` VALUES (5632,794,102,0,128,579,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5633,1450,102,330,2,1070,0,0,6,8); -INSERT INTO `mob_groups` VALUES (5634,1514,102,330,1,1109,0,0,15,17); -INSERT INTO `mob_groups` VALUES (5635,1535,102,0,128,0,0,0,14,16); -INSERT INTO `mob_groups` VALUES (5636,1635,102,330,0,1206,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5637,1636,102,0,128,0,0,0,30,75); -INSERT INTO `mob_groups` VALUES (5638,1643,102,330,0,1237,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5639,1648,102,330,0,1258,0,0,11,14); -INSERT INTO `mob_groups` VALUES (5640,1659,102,330,0,1291,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5641,1737,102,330,0,1473,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5642,1738,102,330,0,1478,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5643,1744,102,330,0,1502,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5644,1791,102,330,0,1545,0,0,11,13); -INSERT INTO `mob_groups` VALUES (5645,1812,102,330,0,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (5646,2003,102,330,0,1713,0,0,8,12); -INSERT INTO `mob_groups` VALUES (5647,2449,102,14400,0,2093,0,0,27,28); -INSERT INTO `mob_groups` VALUES (5648,2473,102,330,0,2113,0,0,11,13); -INSERT INTO `mob_groups` VALUES (5649,2804,102,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5650,2880,102,0,128,2467,0,0,11,16); -INSERT INTO `mob_groups` VALUES (5651,3013,102,330,0,2611,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5652,3016,102,330,0,2629,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5653,3017,102,330,0,2633,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5654,3022,102,330,0,2647,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5655,3023,102,330,0,2652,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5656,3033,102,330,0,2676,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5657,3148,102,330,128,2789,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5658,3152,102,330,0,2798,0,0,9,11); -INSERT INTO `mob_groups` VALUES (5659,3163,102,330,2,2807,0,0,11,14); -INSERT INTO `mob_groups` VALUES (5660,3164,102,330,0,2809,0,0,14,16); -INSERT INTO `mob_groups` VALUES (5661,3170,102,330,0,0,0,0,18,20); -INSERT INTO `mob_groups` VALUES (5662,3220,102,0,128,2841,0,0,14,16); -INSERT INTO `mob_groups` VALUES (5663,3222,102,0,128,2855,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5664,3378,102,330,0,2994,0,0,7,11); -INSERT INTO `mob_groups` VALUES (5665,3384,102,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5666,3646,102,330,1,3218,0,0,11,13); -INSERT INTO `mob_groups` VALUES (5667,3647,102,330,1,3221,0,0,10,12); -INSERT INTO `mob_groups` VALUES (5668,3771,102,330,0,3360,0,0,7,10); -INSERT INTO `mob_groups` VALUES (5669,3792,102,330,0,3383,0,0,7,10); -INSERT INTO `mob_groups` VALUES (5670,3875,102,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5671,3896,102,330,0,3460,0,0,12,14); -INSERT INTO `mob_groups` VALUES (5672,4049,102,9000,0,3623,0,0,19,20); -INSERT INTO `mob_groups` VALUES (5673,4309,102,330,4,4097,0,0,18,20); -INSERT INTO `mob_groups` VALUES (5674,4359,102,330,1,4171,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5675,4488,102,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5676,4498,102,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5677,379,103,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (5678,380,103,330,0,267,0,0,23,26); -INSERT INTO `mob_groups` VALUES (5679,479,103,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5680,485,103,330,1,354,0,0,28,30); -INSERT INTO `mob_groups` VALUES (5681,548,103,330,0,407,0,0,20,23); -INSERT INTO `mob_groups` VALUES (5682,872,103,0,128,617,0,0,28,30); -INSERT INTO `mob_groups` VALUES (5683,899,103,330,0,631,0,0,20,23); -INSERT INTO `mob_groups` VALUES (5684,1027,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5685,1077,103,0,128,0,0,0,52,52); -INSERT INTO `mob_groups` VALUES (5686,1160,103,330,4,829,0,0,28,30); -INSERT INTO `mob_groups` VALUES (5687,1341,103,330,4,955,0,0,28,30); -INSERT INTO `mob_groups` VALUES (5688,1517,103,330,1,1116,0,0,18,22); -INSERT INTO `mob_groups` VALUES (5689,1518,103,330,1,1122,0,0,18,22); -INSERT INTO `mob_groups` VALUES (5690,1522,103,330,0,1125,0,0,20,22); -INSERT INTO `mob_groups` VALUES (5691,1635,103,330,0,1207,0,0,17,20); -INSERT INTO `mob_groups` VALUES (5692,1642,103,0,0,1232,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5693,1643,103,330,0,1238,0,0,17,20); -INSERT INTO `mob_groups` VALUES (5694,1648,103,330,0,1259,0,0,19,21); -INSERT INTO `mob_groups` VALUES (5695,1666,103,330,0,1319,0,0,22,25); -INSERT INTO `mob_groups` VALUES (5696,1667,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5697,1683,103,330,0,1353,0,0,22,26); -INSERT INTO `mob_groups` VALUES (5698,1690,103,330,0,1377,0,0,22,25); -INSERT INTO `mob_groups` VALUES (5699,1717,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5700,1718,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5701,1725,103,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (5702,1738,103,330,0,1479,0,0,17,20); -INSERT INTO `mob_groups` VALUES (5703,1751,103,7200,0,1514,0,0,26,27); -INSERT INTO `mob_groups` VALUES (5704,1878,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5705,1879,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5706,1880,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5707,1881,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5708,1882,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5709,1883,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5710,1884,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5711,1915,103,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (5712,1956,103,330,0,1686,0,0,15,18); -INSERT INTO `mob_groups` VALUES (5713,1971,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5714,1972,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5715,1974,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5716,1978,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5717,1979,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5718,1980,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5719,1983,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5720,1984,103,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5721,1994,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5722,2403,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5723,2558,103,0,128,2199,0,0,41,41); -INSERT INTO `mob_groups` VALUES (5724,2636,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5725,2637,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5726,2638,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5727,2639,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5728,2640,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5729,2641,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5730,2642,103,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5731,2877,103,330,2,2464,0,0,12,15); -INSERT INTO `mob_groups` VALUES (5732,2984,103,0,128,0,0,0,52,52); -INSERT INTO `mob_groups` VALUES (5733,3048,103,0,128,0,0,0,31,31); -INSERT INTO `mob_groups` VALUES (5734,3148,103,0,128,2790,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5735,3220,103,0,128,2842,0,0,15,17); -INSERT INTO `mob_groups` VALUES (5736,3449,103,330,0,3035,0,0,12,15); -INSERT INTO `mob_groups` VALUES (5737,3455,103,330,0,3042,0,0,15,18); -INSERT INTO `mob_groups` VALUES (5738,3682,103,330,0,3253,0,0,18,22); -INSERT INTO `mob_groups` VALUES (5739,3753,103,0,128,3337,0,0,15,17); -INSERT INTO `mob_groups` VALUES (5740,3756,103,330,2,3346,0,0,17,20); -INSERT INTO `mob_groups` VALUES (5741,3901,103,330,0,3470,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5742,4124,103,7200,128,3678,0,0,29,30); -INSERT INTO `mob_groups` VALUES (5743,4345,103,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5744,483,104,330,0,352,0,0,25,27); -INSERT INTO `mob_groups` VALUES (5745,485,104,330,1,354,0,0,25,29); -INSERT INTO `mob_groups` VALUES (5746,548,104,330,0,408,0,0,18,21); -INSERT INTO `mob_groups` VALUES (5747,682,104,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (5748,1129,104,0,128,0,0,0,40,50); -INSERT INTO `mob_groups` VALUES (5749,1323,104,0,128,942,0,0,24,25); -INSERT INTO `mob_groups` VALUES (5750,1405,104,330,0,1032,0,0,19,22); -INSERT INTO `mob_groups` VALUES (5751,1406,104,330,0,1033,0,0,22,25); -INSERT INTO `mob_groups` VALUES (5752,1420,104,86400,0,1045,0,0,58,58); -INSERT INTO `mob_groups` VALUES (5753,1421,104,4500,0,1046,0,0,33,35); -INSERT INTO `mob_groups` VALUES (5754,1517,104,330,1,1117,0,0,16,26); -INSERT INTO `mob_groups` VALUES (5755,1518,104,0,0,1122,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5756,1605,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5757,1635,104,330,0,1208,0,0,16,20); -INSERT INTO `mob_groups` VALUES (5758,1643,104,330,0,1239,0,0,16,20); -INSERT INTO `mob_groups` VALUES (5759,1648,104,330,0,1260,0,0,18,21); -INSERT INTO `mob_groups` VALUES (5760,1666,104,330,0,1320,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5761,1683,104,330,0,1354,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5762,1690,104,330,0,1378,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5763,1723,104,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (5764,1738,104,330,0,1480,0,0,16,20); -INSERT INTO `mob_groups` VALUES (5765,1878,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5766,1879,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5767,1880,104,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5768,1881,104,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5769,1882,104,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5770,1883,104,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5771,1884,104,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5772,1971,104,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5773,1972,104,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5774,1974,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5775,1978,104,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5776,1979,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5777,1980,104,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5778,1983,104,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5779,1984,104,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5780,2001,104,0,128,1711,0,0,27,29); -INSERT INTO `mob_groups` VALUES (5781,2166,104,330,0,1863,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5782,2252,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5783,2254,104,86400,128,1935,35000,0,55,55); -INSERT INTO `mob_groups` VALUES (5784,2271,104,86400,0,1945,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5785,2297,104,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5786,2373,104,330,0,2022,0,0,17,20); -INSERT INTO `mob_groups` VALUES (5787,2415,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5788,2643,104,83160,0,2259,0,0,35,40); -INSERT INTO `mob_groups` VALUES (5789,3001,104,0,128,2581,0,0,30,35); -INSERT INTO `mob_groups` VALUES (5790,3002,104,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (5791,3004,104,330,0,2584,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5792,3009,104,330,0,2602,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5793,3013,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5794,3017,104,330,0,2634,0,0,16,20); -INSERT INTO `mob_groups` VALUES (5795,3023,104,330,0,2653,0,0,16,20); -INSERT INTO `mob_groups` VALUES (5796,3032,104,330,0,2669,0,0,21,25); -INSERT INTO `mob_groups` VALUES (5797,3033,104,330,0,2677,0,0,16,20); -INSERT INTO `mob_groups` VALUES (5798,3048,104,0,128,0,0,0,32,32); -INSERT INTO `mob_groups` VALUES (5799,3095,104,7200,0,2746,0,0,25,26); -INSERT INTO `mob_groups` VALUES (5800,3497,104,330,1,3080,0,0,18,25); -INSERT INTO `mob_groups` VALUES (5801,3506,104,330,0,0,0,0,15,18); -INSERT INTO `mob_groups` VALUES (5802,3645,104,0,128,0,0,0,17,29); -INSERT INTO `mob_groups` VALUES (5803,3682,104,330,0,3254,0,0,17,20); -INSERT INTO `mob_groups` VALUES (5804,3742,104,0,128,0,0,0,16,18); -INSERT INTO `mob_groups` VALUES (5805,3745,104,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (5806,3752,104,330,0,3333,0,0,20,23); -INSERT INTO `mob_groups` VALUES (5807,3753,104,0,128,3338,0,0,16,18); -INSERT INTO `mob_groups` VALUES (5808,3901,104,0,128,3471,0,0,19,22); -INSERT INTO `mob_groups` VALUES (5809,3912,104,330,4,3503,0,0,27,29); -INSERT INTO `mob_groups` VALUES (5810,4278,104,396,0,4050,0,0,25,28); -INSERT INTO `mob_groups` VALUES (5811,4285,104,330,0,4067,0,0,13,16); -INSERT INTO `mob_groups` VALUES (5812,4309,104,330,4,4098,0,0,27,29); -INSERT INTO `mob_groups` VALUES (5813,4345,104,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5814,4516,104,330,1,4359,0,0,16,26); -INSERT INTO `mob_groups` VALUES (5815,66,105,14400,0,36,0,0,51,52); -INSERT INTO `mob_groups` VALUES (5816,316,105,330,0,224,0,0,25,28); -INSERT INTO `mob_groups` VALUES (5817,322,105,0,128,0,0,0,29,35); -INSERT INTO `mob_groups` VALUES (5818,743,105,330,0,540,0,0,23,25); -INSERT INTO `mob_groups` VALUES (5819,872,105,0,128,618,0,0,28,30); -INSERT INTO `mob_groups` VALUES (5820,1160,105,330,4,830,0,0,38,40); -INSERT INTO `mob_groups` VALUES (5821,1266,105,330,1,907,0,0,35,38); -INSERT INTO `mob_groups` VALUES (5822,1267,105,330,0,0,0,0,36,38); -INSERT INTO `mob_groups` VALUES (5823,1642,105,0,0,1233,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5824,1648,105,330,0,1261,0,0,28,32); -INSERT INTO `mob_groups` VALUES (5825,1665,105,330,0,1309,0,0,28,36); -INSERT INTO `mob_groups` VALUES (5826,1666,105,330,0,1321,0,0,26,30); -INSERT INTO `mob_groups` VALUES (5827,1683,105,330,0,1355,0,0,26,30); -INSERT INTO `mob_groups` VALUES (5828,1690,105,330,0,1379,0,0,26,30); -INSERT INTO `mob_groups` VALUES (5829,1694,105,330,0,1397,0,0,28,36); -INSERT INTO `mob_groups` VALUES (5830,1710,105,330,0,1444,0,0,28,36); -INSERT INTO `mob_groups` VALUES (5831,1715,105,330,0,1458,0,0,28,36); -INSERT INTO `mob_groups` VALUES (5832,1725,105,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (5833,1807,105,0,128,0,0,0,20,23); -INSERT INTO `mob_groups` VALUES (5834,2043,105,330,4,1755,0,0,38,40); -INSERT INTO `mob_groups` VALUES (5835,2054,105,330,0,1770,0,0,34,36); -INSERT INTO `mob_groups` VALUES (5836,2286,105,0,128,1959,0,0,38,40); -INSERT INTO `mob_groups` VALUES (5837,2373,105,0,128,2023,0,0,20,23); -INSERT INTO `mob_groups` VALUES (5838,2375,105,330,0,0,0,0,26,36); -INSERT INTO `mob_groups` VALUES (5839,2378,105,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5840,2415,105,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5841,2450,105,0,128,2094,0,0,55,55); -INSERT INTO `mob_groups` VALUES (5842,2456,105,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5843,2589,105,330,1,2227,0,0,28,32); -INSERT INTO `mob_groups` VALUES (5844,2597,105,330,0,2229,0,0,22,26); -INSERT INTO `mob_groups` VALUES (5845,2996,105,330,0,2560,0,0,30,36); -INSERT INTO `mob_groups` VALUES (5846,2998,105,330,0,2572,0,0,30,36); -INSERT INTO `mob_groups` VALUES (5847,3004,105,330,0,2585,0,0,26,30); -INSERT INTO `mob_groups` VALUES (5848,3009,105,330,0,2603,0,0,26,30); -INSERT INTO `mob_groups` VALUES (5849,3020,105,330,0,0,0,0,30,36); -INSERT INTO `mob_groups` VALUES (5850,3024,105,330,0,2658,0,0,30,36); -INSERT INTO `mob_groups` VALUES (5851,3032,105,330,0,2670,0,0,26,30); -INSERT INTO `mob_groups` VALUES (5852,3305,105,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5853,3424,105,330,0,3023,0,0,28,32); -INSERT INTO `mob_groups` VALUES (5854,3682,105,0,128,3255,0,0,20,23); -INSERT INTO `mob_groups` VALUES (5855,3694,105,0,128,3272,0,0,36,38); -INSERT INTO `mob_groups` VALUES (5856,3745,105,0,128,0,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5857,3754,105,330,0,0,0,0,20,24); -INSERT INTO `mob_groups` VALUES (5858,3800,105,0,128,0,0,0,29,35); -INSERT INTO `mob_groups` VALUES (5859,3809,105,0,128,0,0,0,65,70); -INSERT INTO `mob_groups` VALUES (5860,3810,105,0,128,0,0,0,65,70); -INSERT INTO `mob_groups` VALUES (5861,3979,105,11880,0,3570,0,0,27,28); -INSERT INTO `mob_groups` VALUES (5862,3990,105,330,0,3578,0,0,35,37); -INSERT INTO `mob_groups` VALUES (5863,4215,105,330,0,0,0,0,26,36); -INSERT INTO `mob_groups` VALUES (5864,4318,105,86400,0,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (5865,4337,105,330,1,4146,0,0,26,36); -INSERT INTO `mob_groups` VALUES (5866,103,106,330,0,63,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5867,107,106,330,0,72,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5868,441,106,330,1,314,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5869,525,106,0,128,0,0,0,20,25); -INSERT INTO `mob_groups` VALUES (5870,579,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5871,580,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5872,581,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5873,611,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5874,612,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5875,613,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5876,714,106,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5877,821,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5878,822,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5879,823,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5880,936,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5881,1038,106,330,2,735,0,0,1,4); -INSERT INTO `mob_groups` VALUES (5882,1214,106,330,1,873,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5883,1336,106,0,128,951,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5884,1364,106,330,2,973,0,0,3,5); -INSERT INTO `mob_groups` VALUES (5885,1456,106,0,128,0,0,0,53,53); -INSERT INTO `mob_groups` VALUES (5886,1648,106,330,0,1262,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5887,1659,106,330,0,1292,0,0,4,6); -INSERT INTO `mob_groups` VALUES (5888,1666,106,1056,0,1322,0,0,21,23); -INSERT INTO `mob_groups` VALUES (5889,1683,106,1056,0,1356,0,0,21,23); -INSERT INTO `mob_groups` VALUES (5890,1690,106,1056,0,1380,0,0,21,23); -INSERT INTO `mob_groups` VALUES (5891,1737,106,330,0,1472,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5892,1744,106,330,0,1501,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5893,1917,106,0,128,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (5894,2000,106,330,0,1710,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5895,2226,106,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5896,2372,106,0,128,2015,0,0,5,6); -INSERT INTO `mob_groups` VALUES (5897,2383,106,0,128,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (5898,2405,106,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5899,2456,106,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5900,2490,106,7200,128,2135,0,0,11,11); -INSERT INTO `mob_groups` VALUES (5901,2547,106,330,0,0,0,0,2,5); -INSERT INTO `mob_groups` VALUES (5902,2904,106,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5903,2965,106,0,128,2527,0,0,20,25); -INSERT INTO `mob_groups` VALUES (5904,3058,106,330,0,0,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5905,3148,106,0,128,2791,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5906,3222,106,0,128,2856,0,0,7,8); -INSERT INTO `mob_groups` VALUES (5907,3241,106,1,0,2885,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5908,3371,106,330,0,2973,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5909,3381,106,330,0,0,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5910,3452,106,0,128,0,0,0,3,4); -INSERT INTO `mob_groups` VALUES (5911,3458,106,330,0,3049,0,0,18,20); -INSERT INTO `mob_groups` VALUES (5912,3464,106,0,128,0,0,0,20,25); -INSERT INTO `mob_groups` VALUES (5913,3611,106,330,8,3191,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5914,3774,106,3600,128,3364,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5915,3779,106,0,128,0,0,0,2,4); -INSERT INTO `mob_groups` VALUES (5916,3780,106,330,0,0,0,0,2,5); -INSERT INTO `mob_groups` VALUES (5917,4053,106,330,0,3629,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5918,4266,106,330,0,0,0,0,2,6); -INSERT INTO `mob_groups` VALUES (5919,4277,106,330,0,0,0,0,2,6); -INSERT INTO `mob_groups` VALUES (5920,4381,106,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5921,4477,106,330,0,4333,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5922,103,107,330,0,64,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5923,107,107,330,0,73,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5924,441,107,330,1,314,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5925,551,107,0,128,4389,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5926,579,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5927,580,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5928,581,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5929,611,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5930,612,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5931,613,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5932,645,107,21600,128,477,0,0,11,12); -INSERT INTO `mob_groups` VALUES (5933,714,107,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5934,821,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5935,822,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5936,823,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5937,1038,107,330,2,734,0,0,1,4); -INSERT INTO `mob_groups` VALUES (5938,1214,107,330,1,872,0,0,4,8); -INSERT INTO `mob_groups` VALUES (5939,1364,107,330,2,972,0,0,3,5); -INSERT INTO `mob_groups` VALUES (5940,1648,107,330,0,1263,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5941,1659,107,330,0,1293,0,0,3,4); -INSERT INTO `mob_groups` VALUES (5942,1737,107,330,0,1472,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5943,1744,107,330,0,1503,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5944,1829,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5945,2000,107,330,0,1710,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5946,2372,107,330,0,2016,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5947,2384,107,18000,128,2036,0,0,10,11); -INSERT INTO `mob_groups` VALUES (5948,2547,107,330,0,2187,0,0,2,6); -INSERT INTO `mob_groups` VALUES (5949,2722,107,0,128,2333,0,0,7,8); -INSERT INTO `mob_groups` VALUES (5950,3058,107,330,0,2717,0,0,5,8); -INSERT INTO `mob_groups` VALUES (5951,3102,107,0,128,2750,0,0,9,10); -INSERT INTO `mob_groups` VALUES (5952,3148,107,0,128,2792,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5953,3199,107,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5954,3241,107,1,0,2886,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5955,3381,107,330,0,3000,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5956,3452,107,0,128,3039,0,0,3,4); -INSERT INTO `mob_groups` VALUES (5957,3611,107,330,8,3192,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5958,3779,107,0,128,3371,0,0,2,3); -INSERT INTO `mob_groups` VALUES (5959,3780,107,330,0,3373,0,0,1,5); -INSERT INTO `mob_groups` VALUES (5960,4053,107,330,0,3630,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5961,4266,107,330,0,4037,0,0,2,6); -INSERT INTO `mob_groups` VALUES (5962,4277,107,330,0,4047,0,0,2,6); -INSERT INTO `mob_groups` VALUES (5963,4381,107,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5964,4477,107,330,0,4334,0,0,3,8); -INSERT INTO `mob_groups` VALUES (5965,103,108,330,0,65,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5966,107,108,330,0,72,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5967,305,108,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (5968,390,108,7200,2,272,0,0,14,14); -INSERT INTO `mob_groups` VALUES (5969,1160,108,330,4,829,0,0,18,20); -INSERT INTO `mob_groups` VALUES (5970,1407,108,0,128,1034,0,0,33,33); -INSERT INTO `mob_groups` VALUES (5971,1514,108,330,1,1109,0,0,15,17); -INSERT INTO `mob_groups` VALUES (5972,1635,108,330,0,1209,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5973,1636,108,0,128,0,0,0,30,75); -INSERT INTO `mob_groups` VALUES (5974,1643,108,330,0,1240,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5975,1648,108,330,0,1264,0,0,11,14); -INSERT INTO `mob_groups` VALUES (5976,1737,108,330,0,1474,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5977,1738,108,330,0,1481,0,0,12,16); -INSERT INTO `mob_groups` VALUES (5978,1744,108,330,0,1504,0,0,8,10); -INSERT INTO `mob_groups` VALUES (5979,1808,108,330,0,1577,0,0,10,16); -INSERT INTO `mob_groups` VALUES (5980,1812,108,330,0,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (5981,1899,108,7200,2,1633,0,0,9,13); -INSERT INTO `mob_groups` VALUES (5982,2003,108,330,0,1713,0,0,7,10); -INSERT INTO `mob_groups` VALUES (5983,2473,108,330,0,2114,0,0,11,13); -INSERT INTO `mob_groups` VALUES (5984,2679,108,330,0,2304,0,0,10,12); -INSERT INTO `mob_groups` VALUES (5985,2986,108,330,0,2546,0,0,10,16); -INSERT INTO `mob_groups` VALUES (5986,3148,108,0,128,2793,0,0,51,54); -INSERT INTO `mob_groups` VALUES (5987,3170,108,330,0,0,0,0,18,20); -INSERT INTO `mob_groups` VALUES (5988,3316,108,14400,0,2922,0,0,27,28); -INSERT INTO `mob_groups` VALUES (5989,3378,108,330,0,2995,0,0,7,11); -INSERT INTO `mob_groups` VALUES (5990,3646,108,330,1,3219,0,0,11,13); -INSERT INTO `mob_groups` VALUES (5991,3647,108,330,1,3222,0,0,10,12); -INSERT INTO `mob_groups` VALUES (5992,3766,108,86400,0,3354,0,0,55,56); -INSERT INTO `mob_groups` VALUES (5993,3785,108,10800,0,3379,0,0,19,20); -INSERT INTO `mob_groups` VALUES (5994,3792,108,330,0,3384,0,0,7,10); -INSERT INTO `mob_groups` VALUES (5995,3911,108,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (5996,3912,108,330,4,3504,0,0,18,20); -INSERT INTO `mob_groups` VALUES (5997,3995,108,660,0,3584,0,0,21,23); -INSERT INTO `mob_groups` VALUES (5998,4226,108,330,0,4013,0,0,10,16); -INSERT INTO `mob_groups` VALUES (5999,4359,108,330,1,4172,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6000,4477,108,330,0,4335,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6001,305,109,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6002,331,109,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6003,433,109,330,2,307,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6004,460,109,14400,0,332,0,0,24,25); -INSERT INTO `mob_groups` VALUES (6005,485,109,330,1,355,0,0,25,29); -INSERT INTO `mob_groups` VALUES (6006,486,109,330,0,360,0,0,13,16); -INSERT INTO `mob_groups` VALUES (6007,487,109,330,1,361,0,0,18,25); -INSERT INTO `mob_groups` VALUES (6008,519,109,75615,0,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (6009,525,109,330,0,388,0,0,20,26); -INSERT INTO `mob_groups` VALUES (6010,646,109,330,0,478,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6011,753,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6012,791,109,330,0,575,0,0,20,26); -INSERT INTO `mob_groups` VALUES (6013,896,109,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6014,1419,109,330,0,1044,0,0,24,25); -INSERT INTO `mob_groups` VALUES (6015,1445,109,330,0,1068,0,0,18,21); -INSERT INTO `mob_groups` VALUES (6016,1517,109,330,1,1118,0,0,18,25); -INSERT INTO `mob_groups` VALUES (6017,1518,109,0,0,1122,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6018,1635,109,330,0,1210,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6019,1643,109,330,0,1241,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6020,1648,109,330,0,1265,0,0,18,21); -INSERT INTO `mob_groups` VALUES (6021,1666,109,330,0,1323,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6022,1683,109,330,0,1357,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6023,1690,109,330,0,1381,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6024,1722,109,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6025,1738,109,330,0,1482,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6026,1756,109,330,0,1523,0,0,22,25); -INSERT INTO `mob_groups` VALUES (6027,1808,109,330,0,1578,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6028,1917,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6029,1971,109,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6030,1972,109,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6031,1974,109,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6032,1978,109,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6033,1979,109,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6034,1980,109,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6035,1983,109,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6036,1984,109,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6037,2155,109,7200,0,1851,0,0,27,28); -INSERT INTO `mob_groups` VALUES (6038,2373,109,330,0,2024,0,0,17,20); -INSERT INTO `mob_groups` VALUES (6039,2493,109,330,0,0,0,0,25,28); -INSERT INTO `mob_groups` VALUES (6040,2579,109,330,0,2216,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6041,2636,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6042,2637,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6043,2638,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6044,2639,109,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6045,2640,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6046,2641,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6047,2642,109,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6048,2877,109,330,2,2465,0,0,13,16); -INSERT INTO `mob_groups` VALUES (6049,2965,109,330,0,2527,0,0,20,26); -INSERT INTO `mob_groups` VALUES (6050,2986,109,330,0,2547,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6051,3464,109,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6052,3682,109,330,0,3256,0,0,17,20); -INSERT INTO `mob_groups` VALUES (6053,3745,109,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (6054,3753,109,0,128,3339,0,0,13,15); -INSERT INTO `mob_groups` VALUES (6055,3819,109,0,128,0,0,0,13,15); -INSERT INTO `mob_groups` VALUES (6056,3821,109,0,128,0,0,0,17,20); -INSERT INTO `mob_groups` VALUES (6057,3901,109,330,0,3472,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6058,3912,109,330,4,3505,0,0,27,29); -INSERT INTO `mob_groups` VALUES (6059,4226,109,330,0,4014,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6060,4309,109,330,4,4099,0,0,27,29); -INSERT INTO `mob_groups` VALUES (6061,4314,109,330,0,4122,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6062,4516,109,330,1,4360,0,0,16,26); -INSERT INTO `mob_groups` VALUES (6063,394,110,330,0,276,0,0,25,28); -INSERT INTO `mob_groups` VALUES (6064,417,110,0,128,299,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6065,418,110,0,128,0,0,0,34,36); -INSERT INTO `mob_groups` VALUES (6066,440,110,7920,0,312,0,0,26,27); -INSERT INTO `mob_groups` VALUES (6067,525,110,330,0,389,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6068,538,110,330,0,401,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6069,726,110,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6070,743,110,330,0,541,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6071,791,110,330,0,576,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6072,941,110,330,0,664,0,0,22,26); -INSERT INTO `mob_groups` VALUES (6073,1124,110,7920,128,803,0,0,39,40); -INSERT INTO `mob_groups` VALUES (6074,1266,110,330,1,908,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6075,1267,110,330,0,0,0,0,36,38); -INSERT INTO `mob_groups` VALUES (6076,1341,110,330,4,956,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6077,1472,110,330,0,1084,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6078,1648,110,330,0,1266,0,0,28,32); -INSERT INTO `mob_groups` VALUES (6079,1665,110,330,0,1310,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6080,1666,110,330,0,1324,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6081,1683,110,330,0,1358,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6082,1690,110,330,0,1382,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6083,1694,110,330,0,1398,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6084,1710,110,330,0,1445,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6085,1715,110,330,0,1459,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6086,1722,110,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6087,1757,110,330,0,1525,0,0,28,32); -INSERT INTO `mob_groups` VALUES (6088,1807,110,0,128,1567,0,0,31,33); -INSERT INTO `mob_groups` VALUES (6089,1991,110,0,128,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6090,2054,110,330,0,1771,0,0,34,36); -INSERT INTO `mob_groups` VALUES (6091,2378,110,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6092,2649,110,330,2,2265,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6093,2735,110,330,2,2339,0,0,23,26); -INSERT INTO `mob_groups` VALUES (6094,2940,110,330,0,2508,0,0,34,37); -INSERT INTO `mob_groups` VALUES (6095,2965,110,330,0,2528,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6096,3165,110,330,0,0,0,0,24,26); -INSERT INTO `mob_groups` VALUES (6097,3625,110,0,128,3199,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6098,3628,110,330,0,3204,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6099,3630,110,86400,128,3208,0,0,58,58); -INSERT INTO `mob_groups` VALUES (6100,3682,110,0,128,3257,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6101,3745,110,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (6102,4107,110,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6103,4309,110,330,4,4100,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6104,4337,110,330,1,4147,0,0,26,36); -INSERT INTO `mob_groups` VALUES (6105,4506,110,330,0,4350,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6106,204,111,0,128,154,0,0,41,42); -INSERT INTO `mob_groups` VALUES (6107,374,111,330,0,264,0,0,40,42); -INSERT INTO `mob_groups` VALUES (6108,710,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6109,764,111,330,0,559,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6110,913,111,330,4,640,0,0,44,46); -INSERT INTO `mob_groups` VALUES (6111,1027,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6112,1461,111,14400,0,1078,0,0,47,48); -INSERT INTO `mob_groups` VALUES (6113,1511,111,330,0,1106,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6114,1551,111,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6115,1556,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6116,1566,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6117,1575,111,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6118,1576,111,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6119,1581,111,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6120,1594,111,0,128,0,0,0,33,35); -INSERT INTO `mob_groups` VALUES (6121,1598,111,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6122,1665,111,330,0,1311,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6123,1669,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6124,1694,111,330,0,1399,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6125,1701,111,330,0,1418,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6126,1705,111,330,0,1425,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6127,1709,111,330,0,1436,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6128,1710,111,330,0,1446,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6129,1715,111,330,0,1460,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6130,1733,111,0,128,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6131,1741,111,330,0,1494,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6132,1807,111,0,128,1568,0,0,32,34); -INSERT INTO `mob_groups` VALUES (6133,1971,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6134,1972,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6135,1974,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6136,1978,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6137,1979,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6138,1980,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6139,1983,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6140,1984,111,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6141,2043,111,330,4,1756,0,0,44,46); -INSERT INTO `mob_groups` VALUES (6142,2226,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6143,2264,111,14400,0,1939,0,0,41,41); -INSERT INTO `mob_groups` VALUES (6144,2286,111,0,128,1960,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6145,2293,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6146,2405,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6147,2424,111,330,0,2066,0,0,37,39); -INSERT INTO `mob_groups` VALUES (6148,2447,111,330,0,2091,0,0,39,42); -INSERT INTO `mob_groups` VALUES (6149,2492,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6150,2746,111,0,128,2353,0,0,44,45); -INSERT INTO `mob_groups` VALUES (6151,2904,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6152,2919,111,18000,0,2490,0,0,41,42); -INSERT INTO `mob_groups` VALUES (6153,3159,111,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6154,3368,111,330,0,2965,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6155,3600,111,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6156,3668,111,330,0,3233,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6157,3688,111,330,0,3267,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6158,3781,111,330,0,3376,0,0,40,42); -INSERT INTO `mob_groups` VALUES (6159,4050,111,330,0,3624,0,0,34,37); -INSERT INTO `mob_groups` VALUES (6160,4220,111,0,128,4004,0,0,32,34); -INSERT INTO `mob_groups` VALUES (6161,410,112,86400,128,285,0,0,70,70); -INSERT INTO `mob_groups` VALUES (6162,453,112,330,0,326,0,0,45,48); -INSERT INTO `mob_groups` VALUES (6163,509,112,30,0,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (6164,510,112,30,0,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (6165,511,112,30,0,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (6166,693,112,0,128,508,0,0,42,42); -INSERT INTO `mob_groups` VALUES (6167,868,112,330,0,613,0,0,43,45); -INSERT INTO `mob_groups` VALUES (6168,913,112,330,4,641,0,0,48,50); -INSERT INTO `mob_groups` VALUES (6169,981,112,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6170,988,112,330,0,693,0,0,48,52); -INSERT INTO `mob_groups` VALUES (6171,991,112,330,0,698,0,0,48,52); -INSERT INTO `mob_groups` VALUES (6172,994,112,0,128,0,0,0,43,45); -INSERT INTO `mob_groups` VALUES (6173,995,112,330,0,701,0,0,50,52); -INSERT INTO `mob_groups` VALUES (6174,997,112,330,0,704,0,0,48,52); -INSERT INTO `mob_groups` VALUES (6175,1027,112,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6176,1252,112,86400,0,896,0,0,44,49); -INSERT INTO `mob_groups` VALUES (6177,1260,112,330,0,902,0,0,43,46); -INSERT INTO `mob_groups` VALUES (6178,1264,112,330,0,905,0,0,45,48); -INSERT INTO `mob_groups` VALUES (6179,1431,112,330,0,1055,0,0,45,48); -INSERT INTO `mob_groups` VALUES (6180,1551,112,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6181,1575,112,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6182,1581,112,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6183,1594,112,0,128,0,0,0,38,42); -INSERT INTO `mob_groups` VALUES (6184,1598,112,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6185,1733,112,0,128,0,0,0,43,45); -INSERT INTO `mob_groups` VALUES (6186,1794,112,330,0,1548,0,0,45,48); -INSERT INTO `mob_groups` VALUES (6187,1874,112,330,0,1622,0,0,45,48); -INSERT INTO `mob_groups` VALUES (6188,1971,112,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6189,1972,112,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6190,1974,112,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6191,1978,112,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6192,1979,112,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6193,1980,112,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6194,1983,112,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6195,1984,112,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6196,2043,112,330,4,1757,0,0,48,50); -INSERT INTO `mob_groups` VALUES (6197,2276,112,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (6198,2295,112,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6199,2442,112,330,0,2082,0,0,42,45); -INSERT INTO `mob_groups` VALUES (6200,3575,112,1980,0,0,0,0,52,53); -INSERT INTO `mob_groups` VALUES (6201,3576,112,14400,0,3172,0,0,48,49); -INSERT INTO `mob_groups` VALUES (6202,71,113,330,4,41,0,0,52,54); -INSERT INTO `mob_groups` VALUES (6203,302,113,0,128,0,0,0,69,70); -INSERT INTO `mob_groups` VALUES (6204,378,113,330,0,266,0,0,62,65); -INSERT INTO `mob_groups` VALUES (6205,1018,113,0,128,0,0,0,68,70); -INSERT INTO `mob_groups` VALUES (6206,1083,113,330,1,764,0,0,67,71); -INSERT INTO `mob_groups` VALUES (6207,1085,113,330,1,772,0,0,66,70); -INSERT INTO `mob_groups` VALUES (6208,1235,113,330,0,878,0,0,65,69); -INSERT INTO `mob_groups` VALUES (6209,1295,113,330,1,931,0,0,65,68); -INSERT INTO `mob_groups` VALUES (6210,1341,113,330,4,956,0,0,67,69); -INSERT INTO `mob_groups` VALUES (6211,1429,113,3960,128,1054,0,0,80,80); -INSERT INTO `mob_groups` VALUES (6212,1634,113,330,0,1202,0,0,65,68); -INSERT INTO `mob_groups` VALUES (6213,1637,113,330,0,1219,0,0,65,68); -INSERT INTO `mob_groups` VALUES (6214,1640,113,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (6215,1649,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6216,1653,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6217,1687,113,330,0,1371,0,0,65,68); -INSERT INTO `mob_groups` VALUES (6218,1699,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6219,1704,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6220,1711,113,330,0,1451,0,0,65,68); -INSERT INTO `mob_groups` VALUES (6221,1730,113,0,128,0,0,0,48,50); -INSERT INTO `mob_groups` VALUES (6222,1806,113,330,0,1558,0,0,76,79); -INSERT INTO `mob_groups` VALUES (6223,1971,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6224,1972,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6225,1974,113,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6226,1978,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6227,1979,113,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6228,1980,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6229,1983,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6230,1984,113,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6231,2185,113,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6232,2226,113,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6233,2287,113,43200,128,1964,0,0,79,79); -INSERT INTO `mob_groups` VALUES (6234,2405,113,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6235,2904,113,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6236,3336,113,0,128,2931,0,0,59,60); -INSERT INTO `mob_groups` VALUES (6237,3375,113,330,0,2981,0,0,64,67); -INSERT INTO `mob_groups` VALUES (6238,3377,113,0,128,2988,0,0,59,60); -INSERT INTO `mob_groups` VALUES (6239,3451,113,330,0,3037,0,0,71,74); -INSERT INTO `mob_groups` VALUES (6240,3456,113,330,0,3045,0,0,62,66); -INSERT INTO `mob_groups` VALUES (6241,3777,113,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (6242,3803,113,0,128,3394,0,0,63,67); -INSERT INTO `mob_groups` VALUES (6243,3882,113,330,0,3453,0,0,66,70); -INSERT INTO `mob_groups` VALUES (6244,4218,113,330,0,4001,0,0,66,69); -INSERT INTO `mob_groups` VALUES (6245,167,114,330,0,123,0,0,35,39); -INSERT INTO `mob_groups` VALUES (6246,168,114,330,0,124,0,0,50,52); -INSERT INTO `mob_groups` VALUES (6247,170,114,330,0,126,0,0,44,49); -INSERT INTO `mob_groups` VALUES (6248,173,114,330,0,129,0,0,35,39); -INSERT INTO `mob_groups` VALUES (6249,174,114,330,0,130,0,0,35,39); -INSERT INTO `mob_groups` VALUES (6250,186,114,330,0,142,0,0,44,49); -INSERT INTO `mob_groups` VALUES (6251,189,114,330,0,145,0,0,44,49); -INSERT INTO `mob_groups` VALUES (6252,192,114,330,0,148,0,0,50,52); -INSERT INTO `mob_groups` VALUES (6253,413,114,0,128,292,0,0,48,51); -INSERT INTO `mob_groups` VALUES (6254,595,114,259200,128,442,0,0,80,81); -INSERT INTO `mob_groups` VALUES (6255,676,114,83160,128,500,0,0,56,56); -INSERT INTO `mob_groups` VALUES (6256,677,114,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6257,778,114,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6258,779,114,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6259,780,114,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6260,781,114,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6261,872,114,0,128,618,0,0,30,33); -INSERT INTO `mob_groups` VALUES (6262,948,114,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6263,949,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6264,1006,114,330,0,710,0,0,39,44); -INSERT INTO `mob_groups` VALUES (6265,1035,114,330,0,730,0,0,47,50); -INSERT INTO `mob_groups` VALUES (6266,1084,114,330,0,768,0,0,44,47); -INSERT INTO `mob_groups` VALUES (6267,1138,114,18000,128,813,0,0,45,47); -INSERT INTO `mob_groups` VALUES (6268,1160,114,330,4,829,0,0,47,49); -INSERT INTO `mob_groups` VALUES (6269,1341,114,330,4,956,0,0,47,49); -INSERT INTO `mob_groups` VALUES (6270,1369,114,330,2,978,0,0,37,42); -INSERT INTO `mob_groups` VALUES (6271,1539,114,330,0,1136,0,0,30,34); -INSERT INTO `mob_groups` VALUES (6272,1648,114,330,0,1267,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6273,1682,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6274,1701,114,330,0,1418,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6275,1705,114,330,0,1425,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6276,1709,114,330,0,1436,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6277,1732,114,0,128,0,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6278,1741,114,330,0,1495,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6279,1807,114,0,128,1569,0,0,30,33); -INSERT INTO `mob_groups` VALUES (6280,1895,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6281,1896,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6282,1897,114,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6283,1971,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6284,1972,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6285,1974,114,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6286,1978,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6287,1979,114,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6288,1980,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6289,1983,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6290,1984,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6291,2099,114,0,128,1801,0,0,36,39); -INSERT INTO `mob_groups` VALUES (6292,2398,114,330,0,2048,0,0,47,49); -INSERT INTO `mob_groups` VALUES (6293,2442,114,330,1,2083,0,0,45,47); -INSERT INTO `mob_groups` VALUES (6294,2491,114,330,0,2138,0,0,29,30); -INSERT INTO `mob_groups` VALUES (6295,3195,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6296,3426,114,330,0,3025,0,0,42,46); -INSERT INTO `mob_groups` VALUES (6297,3439,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6298,3450,114,330,0,3036,0,0,36,40); -INSERT INTO `mob_groups` VALUES (6299,3484,114,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6300,4002,114,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6301,4045,114,0,128,0,0,0,42,42); -INSERT INTO `mob_groups` VALUES (6302,18,115,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6303,320,115,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6304,327,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6305,332,115,330,0,232,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6306,549,115,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6307,579,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6308,580,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6309,581,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6310,583,115,330,0,433,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6311,611,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6312,612,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6313,613,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6314,616,115,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6315,650,115,330,0,482,0,0,2,6); -INSERT INTO `mob_groups` VALUES (6316,714,115,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6317,821,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6318,822,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6319,823,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6320,831,115,330,0,593,0,0,3,8); -INSERT INTO `mob_groups` VALUES (6321,903,115,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6322,1524,115,330,0,1126,0,0,5,8); -INSERT INTO `mob_groups` VALUES (6323,1648,115,330,0,1268,0,0,5,8); -INSERT INTO `mob_groups` VALUES (6324,1659,115,330,0,1294,0,0,3,4); -INSERT INTO `mob_groups` VALUES (6325,1737,115,330,0,1472,0,0,3,6); -INSERT INTO `mob_groups` VALUES (6326,1744,115,330,0,1505,0,0,3,6); -INSERT INTO `mob_groups` VALUES (6327,2372,115,0,128,2017,0,0,5,6); -INSERT INTO `mob_groups` VALUES (6328,2472,115,330,1,0,0,0,4,6); -INSERT INTO `mob_groups` VALUES (6329,2475,115,330,1,2116,0,0,4,8); -INSERT INTO `mob_groups` VALUES (6330,2546,115,330,0,2184,0,0,3,5); -INSERT INTO `mob_groups` VALUES (6331,2769,115,0,128,0,0,0,7,8); -INSERT INTO `mob_groups` VALUES (6332,2921,115,14400,0,2493,0,0,12,12); -INSERT INTO `mob_groups` VALUES (6333,3088,115,0,128,2739,0,0,2,4); -INSERT INTO `mob_groups` VALUES (6334,3102,115,0,128,2751,0,0,9,10); -INSERT INTO `mob_groups` VALUES (6335,3148,115,0,128,2794,0,0,51,54); -INSERT INTO `mob_groups` VALUES (6336,3241,115,1,0,2887,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6337,3371,115,330,0,2974,0,0,1,3); -INSERT INTO `mob_groups` VALUES (6338,3488,115,0,128,0,0,0,2,4); -INSERT INTO `mob_groups` VALUES (6339,3490,115,330,0,0,0,0,1,5); -INSERT INTO `mob_groups` VALUES (6340,3584,115,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6341,3924,115,330,0,3527,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6342,3947,115,28800,0,3539,0,0,10,10); -INSERT INTO `mob_groups` VALUES (6343,4381,115,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6344,4405,115,330,0,0,0,0,4,8); -INSERT INTO `mob_groups` VALUES (6345,4411,115,0,128,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (6346,4419,115,0,128,0,0,0,20,25); -INSERT INTO `mob_groups` VALUES (6347,4426,115,330,0,0,0,0,4,8); -INSERT INTO `mob_groups` VALUES (6348,4444,115,0,128,0,0,0,20,25); -INSERT INTO `mob_groups` VALUES (6349,4448,115,330,0,0,0,0,4,8); -INSERT INTO `mob_groups` VALUES (6350,4456,115,0,128,0,0,0,20,25); -INSERT INTO `mob_groups` VALUES (6351,4459,115,0,128,0,0,0,20,25); -INSERT INTO `mob_groups` VALUES (6354,332,116,330,0,232,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6355,489,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6356,579,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6357,580,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6358,581,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6359,583,116,330,0,433,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6360,611,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6361,612,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6362,613,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6363,650,116,330,0,482,0,0,2,5); -INSERT INTO `mob_groups` VALUES (6364,714,116,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6365,821,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6366,822,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6367,823,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6368,831,116,330,0,594,0,0,3,6); -INSERT INTO `mob_groups` VALUES (6369,1336,116,0,128,952,0,0,9,10); -INSERT INTO `mob_groups` VALUES (6370,1524,116,330,0,1126,0,0,5,8); -INSERT INTO `mob_groups` VALUES (6371,1648,116,330,0,1269,0,0,5,8); -INSERT INTO `mob_groups` VALUES (6372,1659,116,330,0,1293,0,0,4,8); -INSERT INTO `mob_groups` VALUES (6373,1737,116,330,0,1472,0,0,3,8); -INSERT INTO `mob_groups` VALUES (6374,1744,116,330,0,1506,0,0,3,8); -INSERT INTO `mob_groups` VALUES (6375,2472,116,330,1,2112,0,0,3,8); -INSERT INTO `mob_groups` VALUES (6376,2475,116,330,1,2117,0,0,3,8); -INSERT INTO `mob_groups` VALUES (6377,2546,116,330,0,2185,0,0,3,6); -INSERT INTO `mob_groups` VALUES (6378,2768,116,0,128,2383,0,0,5,6); -INSERT INTO `mob_groups` VALUES (6379,3088,116,0,128,2740,0,0,2,4); -INSERT INTO `mob_groups` VALUES (6380,3148,116,0,128,2795,0,0,51,54); -INSERT INTO `mob_groups` VALUES (6381,3222,116,330,0,2857,0,0,4,8); -INSERT INTO `mob_groups` VALUES (6382,3241,116,1,0,2888,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6383,3371,116,330,0,2975,0,0,2,6); -INSERT INTO `mob_groups` VALUES (6384,3488,116,0,128,3067,0,0,2,4); -INSERT INTO `mob_groups` VALUES (6385,3490,116,330,0,3070,0,0,1,6); -INSERT INTO `mob_groups` VALUES (6386,3584,116,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6387,3587,116,28800,0,3178,0,0,10,10); -INSERT INTO `mob_groups` VALUES (6388,3734,116,5940,0,3310,0,0,9,10); -INSERT INTO `mob_groups` VALUES (6389,3924,116,330,0,3528,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6390,4381,116,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6391,4405,116,330,0,4217,0,0,1,8); -INSERT INTO `mob_groups` VALUES (6392,4426,116,330,0,4246,0,0,1,8); -INSERT INTO `mob_groups` VALUES (6393,4448,116,330,0,4299,0,0,1,8); -INSERT INTO `mob_groups` VALUES (6394,71,117,330,4,41,0,0,18,20); -INSERT INTO `mob_groups` VALUES (6395,77,117,330,0,47,0,0,9,13); -INSERT INTO `mob_groups` VALUES (6396,92,117,0,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6397,305,117,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6398,342,117,330,1,242,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6399,624,117,330,0,459,0,0,11,13); -INSERT INTO `mob_groups` VALUES (6400,626,117,330,0,461,0,0,7,10); -INSERT INTO `mob_groups` VALUES (6401,1160,117,330,4,829,0,0,18,20); -INSERT INTO `mob_groups` VALUES (6402,1514,117,330,1,1109,0,0,15,17); -INSERT INTO `mob_groups` VALUES (6403,1635,117,330,0,1211,0,0,12,16); -INSERT INTO `mob_groups` VALUES (6404,1636,117,0,128,0,0,0,30,75); -INSERT INTO `mob_groups` VALUES (6405,1643,117,330,0,1242,0,0,12,16); -INSERT INTO `mob_groups` VALUES (6406,1648,117,330,0,1270,0,0,11,14); -INSERT INTO `mob_groups` VALUES (6407,1737,117,330,0,1475,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6408,1738,117,330,0,1483,0,0,12,16); -INSERT INTO `mob_groups` VALUES (6409,1744,117,330,0,1507,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6410,1812,117,330,0,0,0,0,15,17); -INSERT INTO `mob_groups` VALUES (6411,2228,117,330,0,1896,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6412,3148,117,0,128,2796,0,0,51,54); -INSERT INTO `mob_groups` VALUES (6413,3170,117,330,0,0,0,0,18,20); -INSERT INTO `mob_groups` VALUES (6414,3240,117,330,0,2882,0,0,7,11); -INSERT INTO `mob_groups` VALUES (6415,3550,117,7200,0,3132,0,0,19,20); -INSERT INTO `mob_groups` VALUES (6416,3646,117,330,1,3220,0,0,11,13); -INSERT INTO `mob_groups` VALUES (6417,3647,117,330,1,3223,0,0,10,12); -INSERT INTO `mob_groups` VALUES (6418,3792,117,330,0,3385,0,0,7,10); -INSERT INTO `mob_groups` VALUES (6419,4341,117,330,0,4152,0,0,14,16); -INSERT INTO `mob_groups` VALUES (6420,4405,117,330,0,4218,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6421,4426,117,330,0,4247,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6422,4432,117,330,0,4263,0,0,12,16); -INSERT INTO `mob_groups` VALUES (6423,4439,117,330,0,4274,0,0,12,16); -INSERT INTO `mob_groups` VALUES (6424,4440,117,0,0,4276,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6425,4441,117,330,0,4278,0,0,12,16); -INSERT INTO `mob_groups` VALUES (6426,4448,117,330,0,4300,0,0,8,10); -INSERT INTO `mob_groups` VALUES (6427,4454,117,0,128,0,0,0,5,7); -INSERT INTO `mob_groups` VALUES (6428,4466,117,0,128,4325,0,0,15,20); -INSERT INTO `mob_groups` VALUES (6429,71,118,330,4,41,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6430,485,118,330,1,355,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6431,552,118,7200,0,410,0,0,30,31); -INSERT INTO `mob_groups` VALUES (6432,578,118,330,0,429,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6433,646,118,330,0,478,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6434,743,118,0,128,0,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6435,1027,118,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6436,1517,118,330,1,1119,0,0,20,24); -INSERT INTO `mob_groups` VALUES (6437,1518,118,0,0,1122,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6438,1635,118,330,0,1206,0,0,17,20); -INSERT INTO `mob_groups` VALUES (6439,1642,118,0,0,1234,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6440,1643,118,330,0,1240,0,0,17,20); -INSERT INTO `mob_groups` VALUES (6441,1648,118,330,0,1271,0,0,19,21); -INSERT INTO `mob_groups` VALUES (6442,1665,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6443,1666,118,330,0,1325,0,0,22,25); -INSERT INTO `mob_groups` VALUES (6444,1672,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6445,1683,118,330,0,1359,0,0,22,25); -INSERT INTO `mob_groups` VALUES (6446,1690,118,330,0,1380,0,0,22,25); -INSERT INTO `mob_groups` VALUES (6447,1710,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6448,1718,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6449,1730,118,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6450,1735,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6451,1738,118,330,0,1481,0,0,17,20); -INSERT INTO `mob_groups` VALUES (6452,1919,118,7620,0,1656,0,0,29,30); -INSERT INTO `mob_groups` VALUES (6453,1971,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6454,1972,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6455,1974,118,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6456,1978,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6457,1979,118,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6458,1980,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6459,1983,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6460,1984,118,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6461,2213,118,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6462,2403,118,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6463,2652,118,330,0,2268,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6464,3148,118,0,128,2797,0,0,51,54); -INSERT INTO `mob_groups` VALUES (6465,3165,118,330,0,2811,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6466,3220,118,0,128,2843,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6467,3608,118,330,0,3188,0,0,24,28); -INSERT INTO `mob_groups` VALUES (6468,3682,118,330,0,3258,0,0,18,23); -INSERT INTO `mob_groups` VALUES (6469,3753,118,0,128,3340,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6470,3830,118,330,0,3420,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6471,3887,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6472,3888,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6473,3889,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6474,3890,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6475,3891,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6476,3892,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6477,3893,118,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6478,4309,118,1056,4,4101,0,0,75,82); -INSERT INTO `mob_groups` VALUES (6479,4345,118,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6480,4453,118,0,128,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6481,4454,118,0,128,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6482,4516,118,330,1,4361,0,0,18,22); -INSERT INTO `mob_groups` VALUES (6483,4523,118,330,0,4365,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6484,303,119,330,0,218,0,0,25,28); -INSERT INTO `mob_groups` VALUES (6485,433,119,330,2,308,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6486,483,119,330,0,352,0,0,25,27); -INSERT INTO `mob_groups` VALUES (6487,485,119,330,1,355,0,0,25,29); -INSERT INTO `mob_groups` VALUES (6488,759,119,330,0,556,0,0,22,25); -INSERT INTO `mob_groups` VALUES (6489,788,119,64800,0,571,0,0,37,40); -INSERT INTO `mob_groups` VALUES (6490,827,119,330,0,588,0,0,18,21); -INSERT INTO `mob_groups` VALUES (6491,890,119,31680,0,627,0,0,27,28); -INSERT INTO `mob_groups` VALUES (6492,1160,119,330,4,830,0,0,27,29); -INSERT INTO `mob_groups` VALUES (6493,1341,119,330,4,957,0,0,27,29); -INSERT INTO `mob_groups` VALUES (6494,1635,119,330,0,1212,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6495,1643,119,330,0,1243,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6496,1648,119,330,0,1272,0,0,18,21); -INSERT INTO `mob_groups` VALUES (6497,1666,119,330,0,1326,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6498,1683,119,330,0,1360,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6499,1690,119,330,0,1383,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6500,1725,119,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6501,1738,119,330,0,1484,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6502,1956,119,330,0,1687,0,0,19,22); -INSERT INTO `mob_groups` VALUES (6503,1971,119,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6504,1972,119,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6505,1974,119,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6506,1978,119,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6507,1979,119,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6508,1980,119,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6509,1983,119,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6510,1984,119,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6511,2163,119,330,0,0,0,0,15,18); -INSERT INTO `mob_groups` VALUES (6512,2877,119,330,2,2466,0,0,13,16); -INSERT INTO `mob_groups` VALUES (6513,3324,119,330,0,0,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6514,3497,119,330,1,3081,0,0,18,25); -INSERT INTO `mob_groups` VALUES (6515,3745,119,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (6516,3752,119,330,0,3334,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6517,3887,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6518,3888,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6519,3889,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6520,3890,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6521,3891,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6522,3892,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6523,3893,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6524,4044,119,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6525,4285,119,330,0,4068,0,0,13,16); -INSERT INTO `mob_groups` VALUES (6526,4287,119,86400,0,4070,0,0,55,56); -INSERT INTO `mob_groups` VALUES (6527,4345,119,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6528,4419,119,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6529,4432,119,330,0,4264,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6530,4433,119,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6531,4439,119,330,0,4275,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6532,4440,119,0,0,4276,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6533,4441,119,330,0,4279,0,0,16,20); -INSERT INTO `mob_groups` VALUES (6534,4444,119,330,0,4285,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6535,4453,119,0,128,0,0,0,28,28); -INSERT INTO `mob_groups` VALUES (6536,4454,119,0,128,0,0,0,9,11); -INSERT INTO `mob_groups` VALUES (6537,4456,119,330,0,4310,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6538,4459,119,330,0,4315,0,0,21,25); -INSERT INTO `mob_groups` VALUES (6539,4516,119,330,1,4362,0,0,16,26); -INSERT INTO `mob_groups` VALUES (6540,328,120,330,0,0,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6541,417,120,0,128,299,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6542,690,120,330,0,505,0,0,30,34); -INSERT INTO `mob_groups` VALUES (6543,741,120,0,128,536,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6544,872,120,0,128,618,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6545,931,120,14400,128,653,0,0,39,40); -INSERT INTO `mob_groups` VALUES (6546,1065,120,330,0,756,0,0,25,28); -INSERT INTO `mob_groups` VALUES (6547,1119,120,330,0,0,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6548,1160,120,330,4,830,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6549,1266,120,330,1,908,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6550,1267,120,330,0,0,0,0,36,38); -INSERT INTO `mob_groups` VALUES (6551,1642,120,0,0,1235,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6552,1648,120,330,0,1273,0,0,28,32); -INSERT INTO `mob_groups` VALUES (6553,1665,120,330,0,1312,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6554,1666,120,330,0,1327,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6555,1683,120,330,0,1354,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6556,1690,120,330,0,1380,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6557,1694,120,330,0,1400,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6558,1710,120,330,0,1446,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6559,1715,120,330,0,1461,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6560,1723,120,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6561,1807,120,0,128,1570,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6562,1956,120,330,0,1688,0,0,22,26); -INSERT INTO `mob_groups` VALUES (6563,2054,120,330,0,1772,0,0,34,36); -INSERT INTO `mob_groups` VALUES (6564,2286,120,0,128,1961,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6565,2378,120,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6566,2649,120,330,2,2266,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6567,2735,120,330,2,2340,0,0,23,26); -INSERT INTO `mob_groups` VALUES (6568,2966,120,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (6569,3376,120,86400,128,2987,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6570,3424,120,330,0,3024,0,0,28,32); -INSERT INTO `mob_groups` VALUES (6571,3485,120,330,0,0,0,0,28,32); -INSERT INTO `mob_groups` VALUES (6572,3682,120,0,128,3259,0,0,20,23); -INSERT INTO `mob_groups` VALUES (6573,3745,120,0,128,0,0,0,61,63); -INSERT INTO `mob_groups` VALUES (6574,3831,120,330,0,0,0,0,34,37); -INSERT INTO `mob_groups` VALUES (6575,3912,120,330,4,3506,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6576,4337,120,330,1,4148,0,0,26,36); -INSERT INTO `mob_groups` VALUES (6577,4416,120,330,0,4232,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6578,4423,120,330,0,4238,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6579,4428,120,330,0,4253,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6580,4437,120,330,0,4270,0,0,30,36); -INSERT INTO `mob_groups` VALUES (6581,4444,120,330,0,4286,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6582,4454,120,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (6583,4456,120,330,0,4311,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6584,4459,120,330,0,4316,0,0,26,30); -INSERT INTO `mob_groups` VALUES (6585,120,121,330,2,86,0,0,26,28); -INSERT INTO `mob_groups` VALUES (6586,204,121,0,128,0,0,0,26,31); -INSERT INTO `mob_groups` VALUES (6587,413,121,0,128,292,0,0,42,45); -INSERT INTO `mob_groups` VALUES (6588,743,121,0,128,538,0,0,25,28); -INSERT INTO `mob_groups` VALUES (6589,1080,121,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (6590,1203,121,0,0,858,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6591,1324,121,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6592,1641,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6593,1651,121,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6594,1654,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6595,1665,121,330,0,1313,0,0,31,34); -INSERT INTO `mob_groups` VALUES (6596,1666,121,330,0,1328,0,0,25,29); -INSERT INTO `mob_groups` VALUES (6597,1683,121,330,0,1361,0,0,25,29); -INSERT INTO `mob_groups` VALUES (6598,1690,121,330,0,1384,0,0,25,29); -INSERT INTO `mob_groups` VALUES (6599,1701,121,330,0,1419,0,0,42,46); -INSERT INTO `mob_groups` VALUES (6600,1705,121,330,0,1426,0,0,42,46); -INSERT INTO `mob_groups` VALUES (6601,1709,121,330,0,1437,0,0,42,46); -INSERT INTO `mob_groups` VALUES (6602,1715,121,330,0,1462,0,0,31,34); -INSERT INTO `mob_groups` VALUES (6603,1728,121,0,128,0,0,0,37,41); -INSERT INTO `mob_groups` VALUES (6604,1741,121,330,0,1494,0,0,42,46); -INSERT INTO `mob_groups` VALUES (6605,1758,121,330,0,1526,0,0,40,43); -INSERT INTO `mob_groups` VALUES (6606,1760,121,330,0,1527,0,0,42,45); -INSERT INTO `mob_groups` VALUES (6607,1807,121,0,128,1571,0,0,25,28); -INSERT INTO `mob_groups` VALUES (6608,1811,121,0,128,0,0,0,80,81); -INSERT INTO `mob_groups` VALUES (6609,1832,121,0,128,0,0,0,33,33); -INSERT INTO `mob_groups` VALUES (6610,1926,121,330,1,1663,0,0,46,50); -INSERT INTO `mob_groups` VALUES (6611,1971,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6612,1972,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6613,1974,121,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6614,1978,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6615,1979,121,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6616,1980,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6617,1983,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6618,1984,121,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6619,2108,121,0,128,0,0,0,26,31); -INSERT INTO `mob_groups` VALUES (6620,2203,121,14400,0,1884,0,0,56,57); -INSERT INTO `mob_groups` VALUES (6621,2226,121,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6622,2397,121,330,2,2046,0,0,39,42); -INSERT INTO `mob_groups` VALUES (6623,2405,121,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6624,2442,121,330,1,2084,0,0,51,55); -INSERT INTO `mob_groups` VALUES (6625,2585,121,330,0,2222,0,0,44,47); -INSERT INTO `mob_groups` VALUES (6626,2796,121,330,0,2411,0,0,41,46); -INSERT INTO `mob_groups` VALUES (6627,2898,121,86400,128,2483,0,0,50,50); -INSERT INTO `mob_groups` VALUES (6628,2904,121,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6629,2953,121,330,0,2515,0,0,41,44); -INSERT INTO `mob_groups` VALUES (6630,3232,121,330,0,2874,0,0,47,49); -INSERT INTO `mob_groups` VALUES (6631,3358,121,330,0,2955,0,0,45,47); -INSERT INTO `mob_groups` VALUES (6632,3379,121,330,0,2997,0,0,49,50); -INSERT INTO `mob_groups` VALUES (6633,3398,121,330,1,3006,0,0,49,53); -INSERT INTO `mob_groups` VALUES (6634,3411,121,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6635,3912,121,330,4,3507,0,0,48,49); -INSERT INTO `mob_groups` VALUES (6636,4309,121,330,4,4102,0,0,48,49); -INSERT INTO `mob_groups` VALUES (6637,199,122,330,0,0,0,0,78,80); -INSERT INTO `mob_groups` VALUES (6638,623,122,330,0,458,0,0,66,70); -INSERT INTO `mob_groups` VALUES (6639,867,122,330,0,612,0,0,65,69); -INSERT INTO `mob_groups` VALUES (6640,906,122,330,0,634,0,0,80,82); -INSERT INTO `mob_groups` VALUES (6641,1194,122,0,128,0,0,0,76,78); -INSERT INTO `mob_groups` VALUES (6642,2077,122,330,0,0,0,0,79,81); -INSERT INTO `mob_groups` VALUES (6643,2117,122,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6644,2231,122,330,0,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (6645,2476,122,330,0,2119,0,0,68,70); -INSERT INTO `mob_groups` VALUES (6646,2717,122,0,128,0,0,0,81,85); -INSERT INTO `mob_groups` VALUES (6647,2793,122,330,0,2406,0,0,68,70); -INSERT INTO `mob_groups` VALUES (6648,2873,122,86400,0,2458,0,0,76,78); -INSERT INTO `mob_groups` VALUES (6649,2974,122,330,0,0,0,0,61,65); -INSERT INTO `mob_groups` VALUES (6650,3584,122,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6651,3603,122,76500,0,3184,0,0,77,80); -INSERT INTO `mob_groups` VALUES (6652,3912,122,330,4,3508,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6653,4309,122,330,4,4103,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6654,413,123,0,128,293,0,0,41,42); -INSERT INTO `mob_groups` VALUES (6655,461,123,0,128,333,0,0,53,55); -INSERT INTO `mob_groups` VALUES (6656,541,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6657,657,123,0,128,0,0,0,65,65); -INSERT INTO `mob_groups` VALUES (6658,833,123,330,0,596,0,0,34,38); -INSERT INTO `mob_groups` VALUES (6659,940,123,330,0,661,0,0,33,37); -INSERT INTO `mob_groups` VALUES (6660,969,123,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6661,970,123,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6662,971,123,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6663,972,123,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6664,1341,123,330,4,957,0,0,48,50); -INSERT INTO `mob_groups` VALUES (6665,1648,123,330,0,1274,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6666,1665,123,330,0,1314,0,0,32,37); -INSERT INTO `mob_groups` VALUES (6667,1701,123,330,0,1420,0,0,42,47); -INSERT INTO `mob_groups` VALUES (6668,1705,123,330,0,1426,0,0,42,47); -INSERT INTO `mob_groups` VALUES (6669,1709,123,330,0,1438,0,0,42,47); -INSERT INTO `mob_groups` VALUES (6670,1715,123,330,0,1459,0,0,32,37); -INSERT INTO `mob_groups` VALUES (6671,1722,123,0,128,0,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6672,1971,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6673,1972,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6674,1974,123,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6675,1978,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6676,1979,123,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6677,1980,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6678,1983,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6679,1984,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6680,2099,123,0,128,1802,0,0,35,37); -INSERT INTO `mob_groups` VALUES (6681,2110,123,330,0,1813,0,0,32,35); -INSERT INTO `mob_groups` VALUES (6682,2168,123,330,0,1866,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6683,2321,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6684,2379,123,330,0,2031,0,0,47,49); -INSERT INTO `mob_groups` VALUES (6685,2491,123,330,0,2139,0,0,35,38); -INSERT INTO `mob_groups` VALUES (6686,2647,123,18000,0,2261,0,0,47,47); -INSERT INTO `mob_groups` VALUES (6687,2677,123,18000,0,2302,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6688,2811,123,0,128,0,0,0,34,40); -INSERT INTO `mob_groups` VALUES (6689,2924,123,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6690,3073,123,330,0,2726,0,0,45,48); -INSERT INTO `mob_groups` VALUES (6691,3373,123,330,0,2978,0,0,34,38); -INSERT INTO `mob_groups` VALUES (6692,3374,123,0,128,0,0,0,40,45); -INSERT INTO `mob_groups` VALUES (6693,3393,123,75612,128,3003,0,0,50,50); -INSERT INTO `mob_groups` VALUES (6694,3441,123,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6695,3442,123,0,128,0,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6696,3697,123,330,0,3275,0,0,37,41); -INSERT INTO `mob_groups` VALUES (6697,3788,123,330,0,3382,0,0,34,38); -INSERT INTO `mob_groups` VALUES (6698,3925,123,0,128,0,0,0,65,65); -INSERT INTO `mob_groups` VALUES (6699,4252,123,75612,128,4027,0,0,53,53); -INSERT INTO `mob_groups` VALUES (6700,4309,123,330,4,4104,0,0,48,50); -INSERT INTO `mob_groups` VALUES (6701,4476,123,330,0,4329,0,0,34,36); -INSERT INTO `mob_groups` VALUES (6702,4482,123,330,0,4339,0,0,29,33); -INSERT INTO `mob_groups` VALUES (6703,136,124,330,0,98,0,0,51,54); -INSERT INTO `mob_groups` VALUES (6704,417,124,330,0,301,0,0,43,47); -INSERT INTO `mob_groups` VALUES (6705,423,124,7200,0,303,0,0,58,59); -INSERT INTO `mob_groups` VALUES (6706,532,124,75612,0,398,5400,0,55,56); -INSERT INTO `mob_groups` VALUES (6707,743,124,0,128,538,0,0,30,33); -INSERT INTO `mob_groups` VALUES (6708,1174,124,0,128,841,0,0,60,60); -INSERT INTO `mob_groups` VALUES (6709,1341,124,330,4,957,0,0,53,55); -INSERT INTO `mob_groups` VALUES (6710,1641,124,330,0,1229,0,0,51,55); -INSERT INTO `mob_groups` VALUES (6711,1648,124,330,0,1275,0,0,41,44); -INSERT INTO `mob_groups` VALUES (6712,1677,124,330,0,1348,0,0,51,55); -INSERT INTO `mob_groups` VALUES (6713,1694,124,330,0,1401,0,0,35,39); -INSERT INTO `mob_groups` VALUES (6714,1701,124,330,0,1421,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6715,1705,124,330,0,1425,0,0,41,45); -INSERT INTO `mob_groups` VALUES (6716,1709,124,330,0,1436,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6717,1710,124,330,0,1446,0,0,35,39); -INSERT INTO `mob_groups` VALUES (6718,1715,124,330,0,1458,0,0,35,39); -INSERT INTO `mob_groups` VALUES (6719,1722,124,0,128,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6720,1741,124,330,0,1494,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6721,1807,124,0,128,1571,0,0,30,33); -INSERT INTO `mob_groups` VALUES (6722,1971,124,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6723,1972,124,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6724,1974,124,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6725,1978,124,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6726,1979,124,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6727,1980,124,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6728,1983,124,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6729,1984,124,0,128,0,0,0,50,55); -INSERT INTO `mob_groups` VALUES (6730,2186,124,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (6731,2187,124,0,128,0,0,0,61,61); -INSERT INTO `mob_groups` VALUES (6732,2188,124,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (6733,2201,124,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6734,2491,124,0,128,2140,0,0,43,45); -INSERT INTO `mob_groups` VALUES (6735,2585,124,330,0,2223,0,0,47,50); -INSERT INTO `mob_groups` VALUES (6736,2899,124,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6737,2900,124,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6738,2901,124,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6739,2902,124,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6740,3232,124,330,0,2874,0,0,51,54); -INSERT INTO `mob_groups` VALUES (6741,3950,124,330,0,3542,0,0,61,63); -INSERT INTO `mob_groups` VALUES (6742,3951,124,330,0,3543,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6743,3954,124,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (6744,3956,124,330,0,3547,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6745,3958,124,330,0,3549,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6746,3960,124,330,0,3551,0,0,61,63); -INSERT INTO `mob_groups` VALUES (6747,3966,124,330,0,3557,0,0,61,63); -INSERT INTO `mob_groups` VALUES (6748,3970,124,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (6749,3971,124,0,128,0,0,0,38,40); -INSERT INTO `mob_groups` VALUES (6750,4220,124,0,128,4005,0,0,36,37); -INSERT INTO `mob_groups` VALUES (6751,4309,124,330,4,4105,0,0,53,55); -INSERT INTO `mob_groups` VALUES (6752,4334,124,330,0,4142,0,0,36,39); -INSERT INTO `mob_groups` VALUES (6753,4361,124,95040,0,4174,0,0,60,61); -INSERT INTO `mob_groups` VALUES (6754,4375,124,330,0,4186,0,0,43,46); -INSERT INTO `mob_groups` VALUES (6755,4470,124,330,0,4327,0,0,35,37); -INSERT INTO `mob_groups` VALUES (6756,4471,124,330,0,4328,0,0,37,40); -INSERT INTO `mob_groups` VALUES (6757,4476,124,330,0,4330,0,0,40,44); -INSERT INTO `mob_groups` VALUES (6758,171,125,330,0,127,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6759,172,125,330,0,128,0,0,41,45); -INSERT INTO `mob_groups` VALUES (6760,176,125,330,0,132,0,0,54,58); -INSERT INTO `mob_groups` VALUES (6761,177,125,330,0,133,0,0,54,58); -INSERT INTO `mob_groups` VALUES (6762,185,125,330,0,141,0,0,45,49); -INSERT INTO `mob_groups` VALUES (6763,187,125,330,0,143,0,0,54,58); -INSERT INTO `mob_groups` VALUES (6764,204,125,0,128,154,0,0,40,42); -INSERT INTO `mob_groups` VALUES (6765,413,125,0,128,293,0,0,45,52); -INSERT INTO `mob_groups` VALUES (6766,596,125,330,0,443,0,0,48,53); -INSERT INTO `mob_groups` VALUES (6767,597,125,21600,128,445,0,0,48,53); -INSERT INTO `mob_groups` VALUES (6768,670,125,7920,128,497,0,0,47,48); -INSERT INTO `mob_groups` VALUES (6769,1004,125,330,0,709,0,0,47,51); -INSERT INTO `mob_groups` VALUES (6770,1006,125,330,0,710,0,0,44,48); -INSERT INTO `mob_groups` VALUES (6771,1007,125,330,0,711,0,0,53,57); -INSERT INTO `mob_groups` VALUES (6772,1009,125,330,0,713,0,0,40,44); -INSERT INTO `mob_groups` VALUES (6773,1010,125,330,2,714,0,0,43,47); -INSERT INTO `mob_groups` VALUES (6774,1160,125,330,4,829,0,0,56,58); -INSERT INTO `mob_groups` VALUES (6775,1165,125,0,128,0,0,0,62,62); -INSERT INTO `mob_groups` VALUES (6776,1287,125,330,1,923,0,0,50,54); -INSERT INTO `mob_groups` VALUES (6777,1341,125,330,4,957,0,0,56,58); -INSERT INTO `mob_groups` VALUES (6778,1641,125,330,0,0,0,0,51,55); -INSERT INTO `mob_groups` VALUES (6779,1648,125,330,0,1276,0,0,51,54); -INSERT INTO `mob_groups` VALUES (6780,1654,125,330,0,1283,0,0,51,55); -INSERT INTO `mob_groups` VALUES (6781,1677,125,330,0,0,0,0,51,55); -INSERT INTO `mob_groups` VALUES (6782,1745,125,330,0,1510,0,0,51,55); -INSERT INTO `mob_groups` VALUES (6783,2099,125,0,128,1803,0,0,40,42); -INSERT INTO `mob_groups` VALUES (6784,2226,125,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6785,2262,125,75600,128,1937,25000,0,80,85); -INSERT INTO `mob_groups` VALUES (6786,2405,125,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6787,2407,125,330,1,2054,0,0,49,53); -INSERT INTO `mob_groups` VALUES (6788,2487,125,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (6789,2731,125,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6790,2904,125,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6791,3133,125,330,0,2774,0,0,57,60); -INSERT INTO `mob_groups` VALUES (6792,3336,125,0,128,2932,0,0,56,58); -INSERT INTO `mob_groups` VALUES (6793,3430,125,0,128,0,15000,0,75,75); -INSERT INTO `mob_groups` VALUES (6794,4048,125,330,0,3621,0,0,53,56); -INSERT INTO `mob_groups` VALUES (6795,4324,125,0,128,0,0,0,62,62); -INSERT INTO `mob_groups` VALUES (6796,40,126,330,0,19,0,0,32,34); -INSERT INTO `mob_groups` VALUES (6797,120,126,330,2,86,0,0,27,29); -INSERT INTO `mob_groups` VALUES (6798,338,126,330,1,238,0,0,31,33); -INSERT INTO `mob_groups` VALUES (6799,743,126,330,0,538,0,0,25,29); -INSERT INTO `mob_groups` VALUES (6800,900,126,330,0,632,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6801,909,126,330,2,638,0,0,25,27); -INSERT INTO `mob_groups` VALUES (6802,1027,126,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6803,1093,126,83160,0,781,0,0,35,36); -INSERT INTO `mob_groups` VALUES (6804,1521,126,330,0,1124,0,0,28,31); -INSERT INTO `mob_groups` VALUES (6805,1523,126,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6806,1529,126,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6807,1530,126,330,0,1129,0,0,28,31); -INSERT INTO `mob_groups` VALUES (6808,1533,126,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6809,1536,126,330,0,1134,0,0,28,31); -INSERT INTO `mob_groups` VALUES (6810,1540,126,330,0,1137,0,0,28,31); -INSERT INTO `mob_groups` VALUES (6811,1541,126,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6812,1591,126,0,128,0,0,0,21,30); -INSERT INTO `mob_groups` VALUES (6813,1625,126,330,2,1192,0,0,27,29); -INSERT INTO `mob_groups` VALUES (6814,1642,126,0,0,1236,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6815,1728,126,0,128,0,0,0,20,25); -INSERT INTO `mob_groups` VALUES (6816,1807,126,330,0,1572,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6817,1971,126,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6818,1972,126,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6819,1974,126,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6820,1978,126,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6821,1979,126,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6822,1980,126,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6823,1983,126,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6824,1984,126,0,128,0,0,0,30,35); -INSERT INTO `mob_groups` VALUES (6825,2012,126,0,128,0,0,0,35,35); -INSERT INTO `mob_groups` VALUES (6826,2079,126,0,128,0,0,0,53,55); -INSERT INTO `mob_groups` VALUES (6827,2286,126,1980,0,1962,0,0,37,38); -INSERT INTO `mob_groups` VALUES (6828,2374,126,330,0,2028,0,0,25,27); -INSERT INTO `mob_groups` VALUES (6829,2413,126,330,4,2059,0,0,35,36); -INSERT INTO `mob_groups` VALUES (6830,2496,126,0,128,0,0,0,32,32); -INSERT INTO `mob_groups` VALUES (6831,3287,126,0,128,2912,0,0,25,27); -INSERT INTO `mob_groups` VALUES (6832,3518,126,0,128,3091,0,0,30,32); -INSERT INTO `mob_groups` VALUES (6833,3531,126,0,128,0,0,0,32,32); -INSERT INTO `mob_groups` VALUES (6834,3537,126,330,0,3107,0,0,25,27); -INSERT INTO `mob_groups` VALUES (6835,3584,126,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6836,3912,126,330,4,3509,0,0,35,36); -INSERT INTO `mob_groups` VALUES (6837,4004,126,21600,0,3591,0,0,35,36); -INSERT INTO `mob_groups` VALUES (6838,4220,126,0,128,4006,0,0,35,36); -INSERT INTO `mob_groups` VALUES (6839,4249,126,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6840,4337,126,330,1,4149,0,0,28,30); -INSERT INTO `mob_groups` VALUES (6841,130,127,0,128,0,0,0,66,66); -INSERT INTO `mob_groups` VALUES (6842,387,127,86400,128,270,35000,0,80,80); -INSERT INTO `mob_groups` VALUES (6843,407,127,330,1,283,0,0,46,48); -INSERT INTO `mob_groups` VALUES (6844,980,127,330,0,0,0,0,45,46); -INSERT INTO `mob_groups` VALUES (6845,1074,127,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (6846,1803,127,330,0,1555,0,0,42,44); -INSERT INTO `mob_groups` VALUES (6847,1836,127,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6848,2255,127,0,128,1936,75000,0,85,85); -INSERT INTO `mob_groups` VALUES (6849,2387,127,0,128,0,0,0,65,65); -INSERT INTO `mob_groups` VALUES (6850,2397,127,330,0,2047,0,0,40,42); -INSERT INTO `mob_groups` VALUES (6851,2413,127,330,4,2059,0,0,48,50); -INSERT INTO `mob_groups` VALUES (6852,2442,127,330,1,2085,0,0,45,47); -INSERT INTO `mob_groups` VALUES (6853,2585,127,330,0,2224,0,0,45,50); -INSERT INTO `mob_groups` VALUES (6854,2767,127,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (6855,3135,127,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (6856,3912,127,330,4,3510,0,0,48,50); -INSERT INTO `mob_groups` VALUES (6857,44,128,86400,128,24,7000,0,72,74); -INSERT INTO `mob_groups` VALUES (6858,71,128,330,4,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (6859,268,128,0,128,195,15000,0,85,88); -INSERT INTO `mob_groups` VALUES (6860,1341,128,330,4,0,0,0,66,68); -INSERT INTO `mob_groups` VALUES (6861,2226,128,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6862,2405,128,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6863,2904,128,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6864,3120,128,330,0,2764,0,0,69,72); -INSERT INTO `mob_groups` VALUES (6865,3643,128,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6866,4125,128,330,0,3679,0,0,72,74); -INSERT INTO `mob_groups` VALUES (6867,4218,128,330,0,4002,0,0,66,69); -INSERT INTO `mob_groups` VALUES (6868,9,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6869,205,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6870,226,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6871,517,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6872,631,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6873,756,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6874,775,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6875,812,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6876,1180,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6877,1207,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6878,1315,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6879,1316,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6880,1560,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6881,1596,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6882,1702,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6883,2252,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6884,2309,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6885,2322,129,0,0,1989,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6886,2406,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6887,2837,129,0,0,2425,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6888,2965,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6889,2985,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6890,2998,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6891,3014,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6892,3019,129,0,0,2639,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6893,3020,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6894,3039,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6895,3040,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6896,3243,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6897,3387,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6898,3464,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6899,3504,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6900,3549,129,0,0,3129,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6901,3628,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6902,3986,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6903,3987,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6904,3988,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6905,4237,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6906,4339,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6907,4409,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6908,4414,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6909,4416,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6910,4421,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6911,4422,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6912,4423,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6913,4428,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6914,4435,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6915,4444,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6916,4445,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6917,4449,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6918,4451,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6919,4456,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6920,4459,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6921,4506,129,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6922,71,130,330,0,41,0,0,73,74); -INSERT INTO `mob_groups` VALUES (6923,592,130,0,128,440,21500,0,88,90); -INSERT INTO `mob_groups` VALUES (6924,913,130,330,0,640,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6925,1012,130,7200,0,716,13500,0,80,82); -INSERT INTO `mob_groups` VALUES (6926,1160,130,330,0,829,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6927,1249,130,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (6928,1341,130,330,0,957,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6929,1360,130,330,0,970,0,0,72,74); -INSERT INTO `mob_groups` VALUES (6930,1491,130,0,128,1099,19000,0,88,90); -INSERT INTO `mob_groups` VALUES (6931,1827,130,330,0,1588,0,0,75,78); -INSERT INTO `mob_groups` VALUES (6932,2043,130,330,0,1755,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6933,2226,130,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6934,2405,130,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6935,2413,130,330,0,2059,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6936,2664,130,0,128,2275,0,0,75,78); -INSERT INTO `mob_groups` VALUES (6937,2904,130,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6938,3540,130,0,128,3117,22000,0,88,90); -INSERT INTO `mob_groups` VALUES (6939,3744,130,330,0,3318,0,0,73,76); -INSERT INTO `mob_groups` VALUES (6940,3816,130,0,128,3409,21000,0,88,90); -INSERT INTO `mob_groups` VALUES (6941,3912,130,330,0,3511,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6942,4309,130,330,0,4106,0,0,78,79); -INSERT INTO `mob_groups` VALUES (6943,4498,130,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6944,47,132,0,0,27,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6945,76,132,0,0,46,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6946,140,132,0,0,101,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6947,319,132,0,0,226,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6948,358,132,0,0,252,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6949,436,132,0,0,310,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6950,520,132,0,0,382,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6951,530,132,0,0,396,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6952,540,132,0,0,404,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6953,622,132,0,0,457,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6954,633,132,0,0,466,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6955,699,132,0,0,513,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6956,828,132,0,0,589,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6957,834,132,0,0,597,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6958,862,132,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6959,968,132,0,0,681,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6960,1095,132,0,0,783,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6961,1244,132,0,0,888,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6962,1245,132,0,0,890,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6963,1301,132,0,0,932,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6964,1488,132,0,0,1097,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6965,1548,132,0,0,1143,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6966,1785,132,0,0,1539,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6967,1810,132,0,0,1582,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6968,1867,132,0,0,1619,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6969,1872,132,0,0,1621,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6970,1888,132,0,0,1626,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6971,2088,132,0,0,1791,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6972,2104,132,0,0,1809,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6973,2196,132,0,0,1873,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6974,2204,132,0,0,1885,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6975,2380,132,0,0,2032,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6976,2446,132,0,0,2090,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6977,2448,132,0,0,2092,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6978,2549,132,0,0,2189,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6979,2604,132,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6980,2610,132,0,0,2240,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6981,2611,132,0,0,2241,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6982,2798,132,0,0,2413,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6983,2836,132,0,0,2423,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6984,3080,132,0,0,2732,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6985,3091,132,0,0,2742,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6986,3103,132,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6987,3134,132,0,0,2775,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6988,3154,132,0,0,2800,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6989,3155,132,0,0,2801,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6990,3180,132,0,0,2819,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6991,3185,132,0,0,2823,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6992,3216,132,0,0,2839,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6993,3380,132,0,0,2998,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6994,3416,132,0,0,3017,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6995,3543,132,0,0,3123,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6996,3798,132,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6997,3975,132,0,0,3565,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6998,4043,132,0,0,3618,0,0,0,0); -INSERT INTO `mob_groups` VALUES (6999,4216,132,0,0,3999,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7000,43,134,0,128,22,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7001,141,134,0,128,0,0,0,85,90); -INSERT INTO `mob_groups` VALUES (7002,257,134,0,128,187,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7003,294,134,0,128,209,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7004,401,134,0,128,280,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7005,408,134,0,128,284,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7006,508,134,0,128,375,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7007,529,134,0,128,395,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7008,594,134,0,128,441,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7009,755,134,0,128,553,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7010,892,134,0,128,628,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7011,893,134,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7012,934,134,0,128,655,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7013,1021,134,0,128,726,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7014,1107,134,0,128,789,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7015,1109,134,0,128,791,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7016,1125,134,0,128,804,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7017,1152,134,0,128,822,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7018,1153,134,0,128,823,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7019,1155,134,0,128,825,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7020,1156,134,0,128,826,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7021,1204,134,0,128,859,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7022,1344,134,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7023,1399,134,0,128,1025,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7024,1453,134,0,128,1071,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7025,1484,134,0,128,1095,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7026,1542,134,0,128,1138,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7027,1707,134,0,128,1434,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7028,1774,134,0,128,1537,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7029,1784,134,0,128,1538,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7030,1853,134,0,128,1610,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7031,1857,134,0,128,1611,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7032,1858,134,0,128,1612,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7033,1909,134,0,128,1646,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7034,1914,134,0,128,1650,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7035,2005,134,0,128,1714,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7036,2019,134,0,128,1723,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7037,2020,134,0,128,1725,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7038,2021,134,0,128,1727,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7039,2022,134,0,128,1729,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7040,2023,134,0,128,1731,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7041,2024,134,0,128,1733,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7042,2025,134,0,128,1735,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7043,2026,134,0,128,1737,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7044,2027,134,0,128,1739,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7045,2028,134,0,128,1741,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7046,2029,134,0,128,1743,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7047,2030,134,0,128,1745,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7048,2031,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7049,2032,134,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7050,2033,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7051,2034,134,0,128,1747,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7052,2035,134,0,128,1749,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7053,2036,134,0,128,1751,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7054,2148,134,0,128,1846,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7055,2151,134,0,128,1847,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7056,2153,134,0,128,1848,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7057,2273,134,0,128,1948,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7058,2281,134,0,128,1953,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7059,2303,134,0,128,1973,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7060,2429,134,0,128,2073,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7061,2466,134,0,128,2109,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7062,2660,134,0,128,2270,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7063,2681,134,0,128,2305,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7064,2683,134,0,128,2306,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7065,2728,134,0,128,2334,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7066,2740,134,0,128,2347,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7067,2778,134,0,128,2399,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7068,2814,134,0,128,2419,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7069,2818,134,0,128,2420,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7070,2928,134,0,128,2495,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7071,3122,134,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7072,3167,134,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7073,3238,134,0,128,2881,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7074,3289,134,0,128,2913,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7075,3399,134,0,128,3007,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7076,3412,134,0,128,3012,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7077,3423,134,0,128,3021,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7078,3548,134,0,128,3126,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7079,3606,134,0,128,3187,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7080,3650,134,0,128,3227,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7081,3671,134,0,128,3236,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7082,3702,134,0,128,3278,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7083,3715,134,0,128,3290,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7084,3717,134,0,128,3291,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7085,3729,134,0,128,3302,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7086,3829,134,0,128,3419,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7087,3849,134,0,128,3435,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7088,3857,134,0,128,3442,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7089,3940,134,0,128,3531,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7090,4084,134,0,128,3649,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7091,4133,134,0,128,3690,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7092,4134,134,0,128,3695,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7093,4135,134,0,128,3700,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7094,4136,134,0,128,3705,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7095,4137,134,0,128,3710,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7096,4138,134,0,128,3715,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7097,4139,134,0,128,3720,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7098,4140,134,0,128,3725,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7099,4141,134,0,128,3730,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7100,4142,134,0,128,3735,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7101,4143,134,0,128,3740,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7102,4144,134,0,128,3745,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7103,4145,134,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7104,4146,134,0,128,3751,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7105,4147,134,0,128,3756,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7106,4148,134,0,128,3761,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7107,4149,134,0,128,3764,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7108,4150,134,0,128,3769,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7109,4151,134,0,128,3774,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7110,4152,134,0,128,3779,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7111,4153,134,0,128,3784,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7112,4154,134,0,128,3789,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7113,4155,134,0,128,3794,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7114,4156,134,0,128,3799,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7115,4157,134,0,128,3804,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7116,4158,134,0,128,3809,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7117,4159,134,0,128,3814,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7118,4160,134,0,128,3819,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7119,4161,134,0,128,3824,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7120,4162,134,0,128,3829,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7121,4163,134,0,128,3834,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7122,4164,134,0,128,3839,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7123,4165,134,0,128,3844,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7124,4166,134,0,128,3849,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7125,4167,134,0,128,3854,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7126,4168,134,0,128,3859,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7127,4169,134,0,128,3864,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7128,4170,134,0,128,3869,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7129,4171,134,0,128,3874,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7130,4172,134,0,128,3879,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7131,4173,134,0,128,3884,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7132,4174,134,0,128,3889,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7133,4175,134,0,128,3894,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7134,4176,134,0,128,3899,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7135,4177,134,0,128,3904,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7136,4178,134,0,128,3909,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7137,4179,134,0,128,3914,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7138,4180,134,0,128,3919,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7139,4181,134,0,128,3924,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7140,4182,134,0,128,3929,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7141,4183,134,0,128,3934,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7142,4184,134,0,128,3939,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7143,4185,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7144,4186,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7145,4187,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7146,4188,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7147,4189,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7148,4190,134,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7149,4191,134,0,128,3944,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7150,4192,134,0,128,3949,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7151,4193,134,0,128,3954,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7152,4194,134,0,128,3959,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7153,4195,134,0,128,3964,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7154,4196,134,0,128,3969,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7155,4197,134,0,128,3974,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7156,4198,134,0,128,3979,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7157,4199,134,0,128,3984,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7158,4219,134,0,128,4003,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7159,4330,134,0,128,4140,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7160,4351,134,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7161,4380,134,0,128,4193,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7162,4391,134,0,128,4201,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7163,4394,134,0,128,4203,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7164,134,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7165,143,135,0,128,102,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7166,144,135,0,128,103,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7167,145,135,0,0,104,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7168,146,135,0,128,105,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7169,147,135,0,128,106,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7170,148,135,0,128,107,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7171,149,135,0,128,108,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7172,150,135,0,128,109,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7173,151,135,0,128,110,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7174,152,135,0,128,111,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7175,153,135,0,128,112,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7176,154,135,0,128,113,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7177,155,135,0,128,114,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7178,156,135,0,128,115,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7179,157,135,0,128,116,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7180,158,135,0,128,117,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7181,817,135,0,128,583,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7182,818,135,0,128,584,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7183,819,135,0,128,585,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7184,1131,135,0,128,806,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7185,1133,135,0,128,807,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7186,1135,135,0,128,809,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7187,1154,135,0,128,824,0,0,85,90); -INSERT INTO `mob_groups` VALUES (7188,1178,135,0,128,842,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7189,2047,135,0,128,1761,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7190,2232,135,0,128,1899,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7191,2233,135,0,128,1901,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7192,2234,135,0,0,1904,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7193,2235,135,0,0,1907,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7194,2236,135,0,128,1909,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7195,2237,135,0,128,1911,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7196,2238,135,0,128,1913,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7197,2239,135,0,128,1915,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7198,2240,135,0,128,1917,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7199,2241,135,0,0,1919,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7200,2242,135,0,128,1921,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7201,2243,135,0,128,1924,0,0,81,84); -INSERT INTO `mob_groups` VALUES (7202,2244,135,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7203,2246,135,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7204,2247,135,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (7205,2248,135,0,128,1926,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7206,2249,135,0,128,1929,0,0,81,84); -INSERT INTO `mob_groups` VALUES (7207,2250,135,0,0,1931,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7208,2263,135,0,128,1938,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7209,2570,135,0,128,2207,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7210,2572,135,0,128,2208,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7211,2573,135,0,128,2209,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7212,2575,135,0,128,2211,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7213,2576,135,0,128,2212,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7214,2577,135,0,128,2213,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7215,2578,135,0,128,2214,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7216,2816,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7217,3198,135,0,128,2827,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7218,3467,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7219,3468,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7220,3469,135,0,128,3061,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7221,3470,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7222,3471,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7223,3472,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7224,3473,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7225,3474,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7226,3475,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7227,3476,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7228,3477,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7229,3478,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7230,3479,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7231,3480,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7232,3481,135,0,128,3062,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7233,3482,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7234,3759,135,0,128,3348,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7235,3941,135,0,128,3532,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7236,4145,135,0,128,3747,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7237,4149,135,0,128,3765,0,0,75,80); -INSERT INTO `mob_groups` VALUES (7238,4464,135,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7239,4473,135,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (7240,4487,135,0,128,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7241,2,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7242,3,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7243,11,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7244,18,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7245,37,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7246,84,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7247,89,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7248,90,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7249,91,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7250,93,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7251,112,136,1,0,79,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7252,126,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7253,138,136,1,0,100,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7254,205,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7255,227,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7256,275,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7257,278,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7258,291,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7259,311,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7260,312,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7261,320,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7262,352,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7263,502,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7264,516,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7265,526,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7266,549,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7267,609,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7268,616,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7269,714,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7270,725,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7271,775,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7272,776,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7273,777,136,1,0,569,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7274,815,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7275,882,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7276,896,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7277,903,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7278,911,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7279,913,136,1,4,640,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7280,960,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7281,1057,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7282,1064,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7283,1066,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7284,1067,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7285,1127,136,1,0,805,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7286,1141,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7287,1143,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7288,1189,136,1,0,849,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7289,1262,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7290,1279,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7291,1324,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7292,1333,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7293,1349,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7294,1358,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7295,1408,136,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7296,1435,136,1,0,1058,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7297,1462,136,1,0,1079,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7298,1470,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7299,1480,136,1,0,1090,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7300,1557,136,1,0,1151,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7301,1561,136,1,0,1154,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7302,1574,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7303,1577,136,1,0,1165,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7304,1578,136,1,0,1166,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7305,1594,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7306,1616,136,1,0,1182,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7307,1681,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7308,1752,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7309,1852,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7310,2042,136,1,0,1753,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7311,2043,136,1,4,1755,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7312,2044,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7313,2100,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7314,2137,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7315,2179,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7316,2180,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7317,2182,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7318,2197,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7319,2226,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7320,2316,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7321,2378,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7322,2390,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7323,2391,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7324,2403,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7325,2415,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7326,2460,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7327,2590,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7328,2730,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7329,2737,136,0,0,2343,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7330,2799,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7331,2839,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7332,2904,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7333,2946,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7334,2949,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7335,2980,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7336,3096,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7337,3139,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7338,3176,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7339,3184,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7340,3186,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7341,3189,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7342,3310,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7343,3312,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7344,3366,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7345,3391,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7346,3403,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7347,3418,136,1,0,3019,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7348,3486,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7349,3504,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7350,3509,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7351,3510,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7352,3511,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7353,3562,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7354,3563,136,1,0,3141,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7355,3564,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7356,3565,136,1,0,3147,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7357,3566,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7358,3568,136,1,0,3158,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7359,3569,136,1,0,3159,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7360,3570,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7361,3573,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7362,3574,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7363,3576,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7364,3593,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7365,3621,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7366,3644,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7367,3767,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7368,3886,136,1,0,3458,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7369,3913,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7370,3920,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7371,3926,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7372,4081,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7373,4118,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7374,4121,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7375,4206,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7376,4211,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7377,4212,136,0,0,3995,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7378,4315,136,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7379,4498,136,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7380,2,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7381,3,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7382,11,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7383,18,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7384,37,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7385,50,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7386,51,137,1,0,30,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7387,84,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7388,89,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7389,90,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7390,91,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7391,93,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7392,126,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7393,205,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7394,227,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7395,291,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7396,311,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7397,312,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7398,320,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7399,352,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7400,396,137,1,0,277,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7401,502,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7402,516,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7403,526,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7404,549,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7405,616,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7406,634,137,1,0,467,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7407,714,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7408,725,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7409,763,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7410,775,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7411,776,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7412,777,137,1,0,569,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7413,896,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7414,903,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7415,913,137,1,4,640,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7416,960,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7417,983,137,1,0,688,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7418,987,137,1,0,692,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7419,990,137,1,0,696,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7420,994,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7421,996,137,1,0,703,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7422,1045,137,1,0,748,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7423,1057,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7424,1064,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7425,1066,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7426,1067,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7427,1141,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7428,1143,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7429,1172,137,1,0,839,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7430,1262,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7431,1279,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7432,1324,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7433,1333,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7434,1349,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7435,1358,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7436,1408,137,1,0,1035,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7437,1442,137,1,0,1064,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7438,1470,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7439,1546,137,1,0,1141,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7440,1562,137,1,0,1155,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7441,1567,137,1,0,1158,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7442,1571,137,1,0,1161,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7443,1574,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7444,1584,137,1,0,1168,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7445,1594,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7446,1681,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7447,1752,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7448,1770,137,1,0,1534,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7449,1790,137,0,0,1544,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7450,1800,137,1,0,1552,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7451,1852,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7452,1875,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7453,1893,137,1,0,1630,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7454,2043,137,1,4,1755,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7455,2044,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7456,2078,137,1,0,1787,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7457,2085,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7458,2100,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7459,2137,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7460,2179,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7461,2180,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7462,2197,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7463,2226,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7464,2252,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7465,2316,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7466,2378,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7467,2390,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7468,2391,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7469,2403,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7470,2405,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7471,2415,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7472,2455,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7473,2460,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7474,2590,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7475,2609,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7476,2615,137,1,0,2243,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7477,2730,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7478,2737,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7479,2799,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7480,2839,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7481,2946,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7482,2949,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7483,2980,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7484,3096,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7485,3139,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7486,3176,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7487,3184,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7488,3186,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7489,3189,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7490,3305,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7491,3310,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7492,3312,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7493,3366,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7494,3389,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7495,3391,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7496,3403,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7497,3414,137,1,0,3014,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7498,3486,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7499,3487,137,1,0,3065,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7500,3504,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7501,3509,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7502,3510,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7503,3511,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7504,3562,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7505,3563,137,1,0,3145,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7506,3564,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7507,3565,137,1,0,3157,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7508,3566,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7509,3568,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7510,3569,137,1,0,3167,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7511,3570,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7512,3571,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7513,3572,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7514,3576,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7515,3579,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7516,3621,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7517,3644,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7518,3691,137,1,0,3270,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7519,3700,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7520,3767,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7521,3845,137,1,0,3433,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7522,3913,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7523,3920,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7524,3926,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7525,3978,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7526,4081,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7527,4118,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7528,4121,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7529,4211,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7530,4212,137,0,0,3996,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7531,4227,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7532,4315,137,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (7533,4493,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7534,4498,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7535,4515,137,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7536,1,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7537,7,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7538,11,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7539,13,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7540,18,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7541,37,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7542,46,138,0,0,26,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7543,50,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7544,84,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7545,89,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7546,90,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7547,91,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7548,93,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7549,96,138,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7550,125,138,0,0,95,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7551,126,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7552,132,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7553,227,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7554,260,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7555,291,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7556,311,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7557,312,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7558,320,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7559,352,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7560,381,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7561,427,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7562,502,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7563,526,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7564,549,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7565,616,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7566,714,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7567,725,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7568,737,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7569,776,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7570,812,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7571,896,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7572,903,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7573,913,138,0,0,640,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7574,935,138,0,0,656,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7575,953,138,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7576,960,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7577,983,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7578,987,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7579,990,138,0,0,697,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7580,994,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7581,996,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7582,1023,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7583,1045,138,0,0,749,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7584,1055,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7585,1056,138,0,0,754,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7586,1141,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7587,1143,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7588,1198,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7589,1262,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7590,1279,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7591,1321,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7592,1324,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7593,1333,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7594,1349,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7595,1408,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7596,1574,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7597,1681,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7598,1752,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7599,1753,138,0,0,1517,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7600,1779,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7601,1780,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7602,1875,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7603,2041,138,0,0,1752,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7604,2043,138,0,0,1755,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7605,2100,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7606,2102,138,0,0,1807,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7607,2126,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7608,2127,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7609,2137,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7610,2179,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7611,2180,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7612,2198,138,0,0,1880,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7613,2226,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7614,2300,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7615,2306,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7616,2316,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7617,2378,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7618,2391,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7619,2403,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7620,2405,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7621,2406,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7622,2415,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7623,2445,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7624,2460,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7625,2486,138,0,0,2132,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7626,2569,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7627,2730,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7628,2734,138,0,0,2336,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7629,2776,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7630,2799,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7631,2839,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7632,2904,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7633,2909,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7634,2946,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7635,2949,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7636,2950,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7637,2994,138,0,0,2557,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7638,2997,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7639,3000,138,0,0,2577,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7640,3005,138,0,0,2592,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7641,3031,138,0,0,2667,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7642,3041,138,0,0,2695,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7643,3044,138,0,0,2704,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7644,3096,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7645,3139,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7646,3158,138,0,0,2804,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7647,3176,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7648,3184,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7649,3186,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7650,3189,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7651,3239,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7652,3243,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7653,3293,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7654,3305,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7655,3310,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7656,3312,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7657,3366,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7658,3391,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7659,3405,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7660,3495,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7661,3509,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7662,3510,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7663,3511,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7664,3562,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7665,3563,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7666,3564,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7667,3565,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7668,3566,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7669,3568,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7670,3569,138,0,0,3168,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7671,3570,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7672,3579,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7673,3621,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7674,3644,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7675,3730,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7676,3757,138,0,0,3348,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7677,3926,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7678,4081,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7679,4118,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7680,4120,138,0,0,3677,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7681,4249,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7682,4339,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7683,4410,138,0,0,4224,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7684,4417,138,0,0,4236,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7685,4425,138,0,0,4243,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7686,4430,138,0,0,4257,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7687,4442,138,0,0,4283,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7688,4450,138,0,0,4304,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7689,4481,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7690,4498,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7691,4515,138,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7692,222,139,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7693,230,139,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7694,248,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7695,249,139,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7696,422,139,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7697,723,139,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7698,773,139,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7699,804,139,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7700,919,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7701,1002,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7702,1100,139,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7703,1101,139,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7704,1116,139,0,128,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (7705,1265,139,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7706,1337,139,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (7707,1500,139,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (7708,1923,139,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7709,1993,139,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7710,2011,139,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7711,2086,139,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7712,2126,139,0,0,1830,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7713,2202,139,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7714,2226,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7715,2405,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7716,2436,139,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7717,2460,139,0,128,0,1800,1000,70,70); -INSERT INTO `mob_groups` VALUES (7718,2670,139,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7719,2904,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7720,3026,139,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7721,3048,139,0,128,0,0,0,54,54); -INSERT INTO `mob_groups` VALUES (7722,3136,139,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7723,3341,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7724,3681,139,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7725,3693,139,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7726,3740,139,0,128,0,0,0,23,23); -INSERT INTO `mob_groups` VALUES (7727,4097,139,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7728,4358,139,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7729,248,140,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7730,468,140,0,128,339,0,0,14,14); -INSERT INTO `mob_groups` VALUES (7731,651,140,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7732,706,140,330,0,518,0,0,3,6); -INSERT INTO `mob_groups` VALUES (7733,766,140,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7734,884,140,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7735,1377,140,0,128,985,0,0,8,8); -INSERT INTO `mob_groups` VALUES (7736,1378,140,0,128,986,0,0,14,14); -INSERT INTO `mob_groups` VALUES (7737,1441,140,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7738,1513,140,330,0,0,0,0,3,6); -INSERT INTO `mob_groups` VALUES (7739,1535,140,0,128,0,0,0,11,13); -INSERT INTO `mob_groups` VALUES (7740,2181,140,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7741,2227,140,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7742,2306,140,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7743,2995,140,5400,0,2558,0,0,17,18); -INSERT INTO `mob_groups` VALUES (7744,3013,140,330,0,2612,0,0,3,9); -INSERT INTO `mob_groups` VALUES (7745,3016,140,330,0,2630,0,0,3,9); -INSERT INTO `mob_groups` VALUES (7746,3017,140,330,0,2635,0,0,11,15); -INSERT INTO `mob_groups` VALUES (7747,3022,140,330,0,2648,0,0,3,9); -INSERT INTO `mob_groups` VALUES (7748,3023,140,330,0,2654,0,0,11,15); -INSERT INTO `mob_groups` VALUES (7749,3033,140,330,0,2678,0,0,11,15); -INSERT INTO `mob_groups` VALUES (7750,3034,140,330,0,2683,0,0,8,10); -INSERT INTO `mob_groups` VALUES (7751,3042,140,4800,0,2699,0,0,15,16); -INSERT INTO `mob_groups` VALUES (7752,3220,140,0,128,2844,0,0,15,17); -INSERT INTO `mob_groups` VALUES (7753,3221,140,0,128,2848,0,0,3,5); -INSERT INTO `mob_groups` VALUES (7754,3222,140,0,128,2858,0,0,7,9); -INSERT INTO `mob_groups` VALUES (7755,3721,140,330,2,3295,0,0,1,5); -INSERT INTO `mob_groups` VALUES (7756,3793,140,0,128,0,0,0,6,6); -INSERT INTO `mob_groups` VALUES (7757,3811,140,0,128,0,0,0,6,6); -INSERT INTO `mob_groups` VALUES (7758,3899,140,3960,0,3464,0,0,11,13); -INSERT INTO `mob_groups` VALUES (7759,3935,140,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7760,3936,140,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7761,3937,140,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7762,3938,140,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7763,3939,140,330,0,3530,0,0,4,6); -INSERT INTO `mob_groups` VALUES (7764,4006,140,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7765,4290,140,330,0,4076,0,0,16,16); -INSERT INTO `mob_groups` VALUES (7766,4306,140,330,0,4085,0,0,3,5); -INSERT INTO `mob_groups` VALUES (7767,697,141,0,128,511,0,0,11,13); -INSERT INTO `mob_groups` VALUES (7768,706,141,330,2,519,0,0,8,10); -INSERT INTO `mob_groups` VALUES (7769,1535,141,0,128,0,0,0,10,12); -INSERT INTO `mob_groups` VALUES (7770,2009,141,28800,0,1717,0,0,11,13); -INSERT INTO `mob_groups` VALUES (7771,2373,141,0,128,2025,0,0,18,20); -INSERT INTO `mob_groups` VALUES (7772,3004,141,330,0,2586,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7773,3009,141,330,0,2604,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7774,3012,141,330,0,0,0,0,16,18); -INSERT INTO `mob_groups` VALUES (7775,3013,141,330,0,2613,0,0,8,10); -INSERT INTO `mob_groups` VALUES (7776,3016,141,330,0,2631,0,0,8,10); -INSERT INTO `mob_groups` VALUES (7777,3017,141,330,0,2636,0,0,11,17); -INSERT INTO `mob_groups` VALUES (7778,3022,141,330,0,2649,0,0,8,10); -INSERT INTO `mob_groups` VALUES (7779,3023,141,330,0,2655,0,0,11,17); -INSERT INTO `mob_groups` VALUES (7780,3028,141,4200,0,0,0,0,20,21); -INSERT INTO `mob_groups` VALUES (7781,3032,141,330,0,2671,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7782,3033,141,330,0,2679,0,0,11,17); -INSERT INTO `mob_groups` VALUES (7783,3220,141,0,128,2845,0,0,14,16); -INSERT INTO `mob_groups` VALUES (7784,3222,141,0,128,2859,0,0,6,8); -INSERT INTO `mob_groups` VALUES (7785,3545,141,330,0,3124,0,0,11,14); -INSERT INTO `mob_groups` VALUES (7786,3721,141,330,2,3296,0,0,6,8); -INSERT INTO `mob_groups` VALUES (7787,3992,141,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7788,259,142,11880,0,190,0,0,17,18); -INSERT INTO `mob_groups` VALUES (7789,1825,142,330,2,1586,0,0,8,11); -INSERT INTO `mob_groups` VALUES (7790,2306,142,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7791,3004,142,330,0,2587,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7792,3009,142,330,0,2605,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7793,3017,142,330,0,2637,0,0,14,18); -INSERT INTO `mob_groups` VALUES (7794,3023,142,330,0,2656,0,0,14,18); -INSERT INTO `mob_groups` VALUES (7795,3032,142,330,0,2672,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7796,3033,142,330,0,2680,0,0,14,18); -INSERT INTO `mob_groups` VALUES (7797,3363,142,330,0,2962,0,0,12,15); -INSERT INTO `mob_groups` VALUES (7798,3761,142,330,0,3349,0,0,15,18); -INSERT INTO `mob_groups` VALUES (7799,3992,142,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7800,103,143,330,0,64,0,0,3,10); -INSERT INTO `mob_groups` VALUES (7801,107,143,330,0,74,0,0,3,10); -INSERT INTO `mob_groups` VALUES (7802,525,143,330,0,390,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7803,590,143,10800,0,4390,0,0,12,12); -INSERT INTO `mob_groups` VALUES (7804,663,143,330,0,491,0,0,9,11); -INSERT INTO `mob_groups` VALUES (7805,790,143,330,0,573,0,0,9,12); -INSERT INTO `mob_groups` VALUES (7806,791,143,330,0,577,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7807,794,143,0,128,579,0,0,8,10); -INSERT INTO `mob_groups` VALUES (7808,1808,143,330,0,1579,0,0,11,18); -INSERT INTO `mob_groups` VALUES (7809,2673,143,0,128,2299,0,0,3,5); -INSERT INTO `mob_groups` VALUES (7810,2674,143,330,0,2300,0,0,14,16); -INSERT INTO `mob_groups` VALUES (7811,2897,143,0,128,4378,0,0,58,58); -INSERT INTO `mob_groups` VALUES (7812,2916,143,86400,0,4392,0,0,22,23); -INSERT INTO `mob_groups` VALUES (7813,2965,143,330,0,2529,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7814,2986,143,330,0,2548,0,0,11,18); -INSERT INTO `mob_groups` VALUES (7815,3143,143,330,0,2780,0,0,2,6); -INSERT INTO `mob_groups` VALUES (7816,3300,143,330,0,2917,0,0,11,13); -INSERT INTO `mob_groups` VALUES (7817,3500,143,14400,0,3083,0,0,19,21); -INSERT INTO `mob_groups` VALUES (7818,3682,143,0,128,0,0,0,18,20); -INSERT INTO `mob_groups` VALUES (7819,3753,143,0,128,3341,0,0,13,15); -INSERT INTO `mob_groups` VALUES (7820,3992,143,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7821,4226,143,330,0,4015,0,0,11,18); -INSERT INTO `mob_groups` VALUES (7822,4477,143,330,0,4336,0,0,3,10); -INSERT INTO `mob_groups` VALUES (7823,4511,143,3960,0,4391,0,0,15,16); -INSERT INTO `mob_groups` VALUES (7824,248,144,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7825,304,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7826,305,144,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7827,426,144,0,128,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (7828,912,144,0,128,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (7829,929,144,0,128,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (7830,1167,144,0,128,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (7831,1330,144,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7832,1363,144,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7833,1369,144,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7834,1447,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7835,1777,144,0,128,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (7836,1910,144,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7837,2200,144,0,128,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (7838,2304,144,0,128,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (7839,2305,144,0,128,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (7840,2460,144,0,128,0,1800,1000,70,70); -INSERT INTO `mob_groups` VALUES (7841,2462,144,0,128,0,800,0,56,56); -INSERT INTO `mob_groups` VALUES (7842,2468,144,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7843,2635,144,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7844,2645,144,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7845,2646,144,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7846,2820,144,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7847,2981,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7848,2983,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7849,3064,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7850,3065,144,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7851,3066,144,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7852,3067,144,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7853,3068,144,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7854,3157,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7855,3196,144,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7856,3282,144,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7857,3325,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7858,3491,144,0,128,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (7859,3536,144,0,128,0,0,0,23,23); -INSERT INTO `mob_groups` VALUES (7860,3847,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7861,3894,144,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7862,3920,144,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (7863,3927,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7864,3928,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7865,3929,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7866,3930,144,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7867,4479,144,0,128,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (7868,4521,144,0,128,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (7869,1036,145,330,0,732,0,0,11,13); -INSERT INTO `mob_groups` VALUES (7870,1047,145,330,0,751,0,0,3,5); -INSERT INTO `mob_groups` VALUES (7871,1159,145,330,0,828,0,0,10,12); -INSERT INTO `mob_groups` VALUES (7872,1277,145,1200,0,916,0,0,16,16); -INSERT INTO `mob_groups` VALUES (7873,1535,145,330,0,1133,0,0,9,11); -INSERT INTO `mob_groups` VALUES (7874,1543,145,330,0,1139,0,0,2,5); -INSERT INTO `mob_groups` VALUES (7875,1544,145,330,0,1140,0,0,2,5); -INSERT INTO `mob_groups` VALUES (7876,1988,145,330,128,1704,0,0,16,17); -INSERT INTO `mob_groups` VALUES (7877,2170,145,7200,128,1867,0,0,13,13); -INSERT INTO `mob_groups` VALUES (7878,2373,145,0,128,2026,0,0,18,20); -INSERT INTO `mob_groups` VALUES (7879,3220,145,0,128,2846,0,0,13,15); -INSERT INTO `mob_groups` VALUES (7880,3221,145,0,128,2849,0,0,3,5); -INSERT INTO `mob_groups` VALUES (7881,3222,145,0,128,2860,0,0,8,10); -INSERT INTO `mob_groups` VALUES (7882,3992,145,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7883,4113,145,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (7884,4267,145,0,128,4038,0,0,21,22); -INSERT INTO `mob_groups` VALUES (7885,4405,145,330,0,4219,0,0,3,10); -INSERT INTO `mob_groups` VALUES (7886,4426,145,330,0,4248,0,0,3,10); -INSERT INTO `mob_groups` VALUES (7887,4432,145,330,0,4265,0,0,11,18); -INSERT INTO `mob_groups` VALUES (7888,4439,145,330,0,4276,0,0,11,18); -INSERT INTO `mob_groups` VALUES (7889,4440,145,0,0,4276,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7890,4441,145,330,0,4280,0,0,11,18); -INSERT INTO `mob_groups` VALUES (7891,4444,145,660,0,4287,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7892,4448,145,330,0,4301,0,0,3,10); -INSERT INTO `mob_groups` VALUES (7893,4454,145,0,128,0,0,0,4,6); -INSERT INTO `mob_groups` VALUES (7894,4456,145,660,0,4312,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7895,4459,145,792,0,4317,0,0,21,23); -INSERT INTO `mob_groups` VALUES (7896,4502,145,1200,0,4345,0,0,16,16); -INSERT INTO `mob_groups` VALUES (7897,15,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7898,248,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7899,425,146,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7900,435,146,0,128,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (7901,588,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7902,684,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7903,874,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7904,1078,146,0,128,0,0,0,40,41); -INSERT INTO `mob_groups` VALUES (7905,1121,146,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (7906,1149,146,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (7907,1532,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7908,1601,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7909,1602,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7910,1747,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7911,1748,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7912,2171,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7913,2258,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7914,2259,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7915,2260,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7916,2261,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7917,2376,146,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (7918,2460,146,0,128,0,1800,1000,70,70); -INSERT INTO `mob_groups` VALUES (7919,2461,146,0,128,0,700,0,56,56); -INSERT INTO `mob_groups` VALUES (7920,2467,146,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (7921,2605,146,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (7922,2787,146,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7923,2788,146,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7924,2789,146,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7925,2822,146,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7926,2823,146,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7927,2927,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7928,2989,146,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7929,2990,146,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (7930,3116,146,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7931,3132,146,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7932,3214,146,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (7933,3283,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7934,3285,146,0,128,2910,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7935,3515,146,0,128,0,0,0,23,23); -INSERT INTO `mob_groups` VALUES (7936,3675,146,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (7937,4077,146,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7938,4254,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7939,4385,146,0,128,0,39000,0,75,75); -INSERT INTO `mob_groups` VALUES (7940,4453,146,0,128,0,0,0,52,52); -INSERT INTO `mob_groups` VALUES (7941,4454,146,0,128,0,0,0,52,52); -INSERT INTO `mob_groups` VALUES (7942,4474,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7943,4526,146,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7944,125,147,1056,0,95,0,0,62,66); -INSERT INTO `mob_groups` VALUES (7945,305,147,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7946,417,147,1056,0,299,0,0,37,39); -INSERT INTO `mob_groups` VALUES (7947,427,147,10800,0,0,0,0,25,25); -INSERT INTO `mob_groups` VALUES (7948,525,147,330,0,391,0,0,24,28); -INSERT INTO `mob_groups` VALUES (7949,538,147,1056,0,402,0,0,32,36); -INSERT INTO `mob_groups` VALUES (7950,539,147,1056,0,403,0,0,39,41); -INSERT INTO `mob_groups` VALUES (7951,659,147,1056,0,487,0,0,22,25); -INSERT INTO `mob_groups` VALUES (7952,696,147,330,0,510,0,0,28,30); -INSERT INTO `mob_groups` VALUES (7953,791,147,330,0,576,0,0,22,27); -INSERT INTO `mob_groups` VALUES (7954,896,147,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7955,907,147,1056,0,635,0,0,63,67); -INSERT INTO `mob_groups` VALUES (7956,928,147,5940,0,4394,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7957,1023,147,900,0,4371,0,0,45,45); -INSERT INTO `mob_groups` VALUES (7958,1192,147,1056,0,851,0,0,42,46); -INSERT INTO `mob_groups` VALUES (7959,1207,147,1056,0,862,0,0,45,49); -INSERT INTO `mob_groups` VALUES (7960,1472,147,1056,0,1085,0,0,35,39); -INSERT INTO `mob_groups` VALUES (7961,1482,147,14400,0,0,0,0,47,48); -INSERT INTO `mob_groups` VALUES (7962,1509,147,11880,0,4395,0,0,30,30); -INSERT INTO `mob_groups` VALUES (7963,1624,147,1056,0,1190,0,0,38,40); -INSERT INTO `mob_groups` VALUES (7964,1753,147,1056,0,1517,0,0,54,58); -INSERT INTO `mob_groups` VALUES (7965,1778,147,990,0,4370,0,0,41,42); -INSERT INTO `mob_groups` VALUES (7966,2102,147,1056,0,0,0,0,43,47); -INSERT INTO `mob_groups` VALUES (7967,2373,147,1056,0,2027,0,0,20,23); -INSERT INTO `mob_groups` VALUES (7968,2377,147,1056,0,2030,0,0,35,38); -INSERT INTO `mob_groups` VALUES (7969,2486,147,0,128,0,0,0,43,45); -INSERT INTO `mob_groups` VALUES (7970,2664,147,0,128,2276,0,0,65,69); -INSERT INTO `mob_groups` VALUES (7971,2795,147,1056,0,2409,0,0,53,57); -INSERT INTO `mob_groups` VALUES (7972,2837,147,0,128,2425,0,0,43,45); -INSERT INTO `mob_groups` VALUES (7973,2965,147,330,0,2530,0,0,22,26); -INSERT INTO `mob_groups` VALUES (7974,2987,147,330,0,2550,0,0,28,30); -INSERT INTO `mob_groups` VALUES (7975,3156,147,1056,0,0,0,0,64,68); -INSERT INTO `mob_groups` VALUES (7976,3463,147,1056,0,3054,0,0,65,69); -INSERT INTO `mob_groups` VALUES (7977,3628,147,1056,0,3205,0,0,33,37); -INSERT INTO `mob_groups` VALUES (7978,3731,147,1056,0,3303,0,0,44,48); -INSERT INTO `mob_groups` VALUES (7979,3769,147,1056,0,0,0,0,52,56); -INSERT INTO `mob_groups` VALUES (7980,3912,147,1056,4,3512,0,0,47,49); -INSERT INTO `mob_groups` VALUES (7981,3974,147,1056,0,3563,0,0,55,59); -INSERT INTO `mob_groups` VALUES (7982,3992,147,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7983,4309,147,1056,4,4107,0,0,47,49); -INSERT INTO `mob_groups` VALUES (7984,4498,147,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (7985,4506,147,1056,0,4351,0,0,34,38); -INSERT INTO `mob_groups` VALUES (7986,4522,147,7200,0,0,0,0,36,38); -INSERT INTO `mob_groups` VALUES (7987,46,148,1500,0,26,0,0,72,74); -INSERT INTO `mob_groups` VALUES (7988,125,148,1056,0,96,0,0,69,72); -INSERT INTO `mob_groups` VALUES (7989,907,148,1056,0,635,0,0,69,72); -INSERT INTO `mob_groups` VALUES (7990,1022,148,0,128,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (7991,1034,148,86400,0,729,0,0,75,75); -INSERT INTO `mob_groups` VALUES (7992,2017,148,0,128,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (7993,2199,148,0,128,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (7994,2780,148,0,128,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (7995,2915,148,0,128,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (7996,3156,148,1056,0,2803,0,0,69,72); -INSERT INTO `mob_groups` VALUES (7997,3410,148,1320,0,3011,0,0,72,74); -INSERT INTO `mob_groups` VALUES (7998,3463,148,1056,0,3055,0,0,69,72); -INSERT INTO `mob_groups` VALUES (7999,3716,148,0,128,0,0,0,72,75); -INSERT INTO `mob_groups` VALUES (8000,4494,148,604800,0,4383,0,0,85,85); -INSERT INTO `mob_groups` VALUES (8001,340,149,0,128,0,0,0,43,43); -INSERT INTO `mob_groups` VALUES (8002,419,149,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (8003,475,149,900,0,346,0,0,45,47); -INSERT INTO `mob_groups` VALUES (8004,924,149,792,0,648,0,0,20,23); -INSERT INTO `mob_groups` VALUES (8005,925,149,792,0,649,0,0,33,36); -INSERT INTO `mob_groups` VALUES (8006,926,149,792,0,650,0,0,20,23); -INSERT INTO `mob_groups` VALUES (8007,927,149,792,0,651,0,0,30,33); -INSERT INTO `mob_groups` VALUES (8008,964,149,0,128,0,0,0,53,53); -INSERT INTO `mob_groups` VALUES (8009,1046,149,1800,0,750,0,0,71,71); -INSERT INTO `mob_groups` VALUES (8010,1323,149,0,128,942,0,0,22,24); -INSERT INTO `mob_groups` VALUES (8011,1478,149,0,128,1089,0,0,45,45); -INSERT INTO `mob_groups` VALUES (8012,1486,149,1056,0,1096,0,0,34,37); -INSERT INTO `mob_groups` VALUES (8013,1624,149,0,128,1191,0,0,38,40); -INSERT INTO `mob_groups` VALUES (8014,1807,149,0,128,1573,0,0,30,32); -INSERT INTO `mob_groups` VALUES (8015,1903,149,10800,0,1644,0,0,26,28); -INSERT INTO `mob_groups` VALUES (8016,1930,149,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (8017,2741,149,1056,0,2349,0,0,37,39); -INSERT INTO `mob_groups` VALUES (8018,2958,149,0,128,2521,0,0,45,47); -INSERT INTO `mob_groups` VALUES (8019,2980,149,0,128,2542,0,0,62,62); -INSERT INTO `mob_groups` VALUES (8020,2996,149,792,0,2561,0,0,33,37); -INSERT INTO `mob_groups` VALUES (8021,2997,149,1056,0,2566,0,0,42,46); -INSERT INTO `mob_groups` VALUES (8022,2998,149,1056,0,2573,0,0,35,39); -INSERT INTO `mob_groups` VALUES (8023,3000,149,1056,0,2578,0,0,64,68); -INSERT INTO `mob_groups` VALUES (8024,3004,149,792,0,2588,0,0,23,27); -INSERT INTO `mob_groups` VALUES (8025,3006,149,1056,0,2593,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8026,3007,149,1056,0,2596,0,0,63,67); -INSERT INTO `mob_groups` VALUES (8027,3008,149,1056,0,2599,0,0,62,66); -INSERT INTO `mob_groups` VALUES (8028,3009,149,792,0,2606,0,0,22,26); -INSERT INTO `mob_groups` VALUES (8029,3011,149,924,0,2607,0,0,39,42); -INSERT INTO `mob_groups` VALUES (8030,3014,149,1056,0,2616,0,0,43,47); -INSERT INTO `mob_groups` VALUES (8031,3015,149,1056,0,2623,0,0,44,48); -INSERT INTO `mob_groups` VALUES (8032,3020,149,792,0,2642,0,0,32,36); -INSERT INTO `mob_groups` VALUES (8033,3024,149,792,0,2659,0,0,34,38); -INSERT INTO `mob_groups` VALUES (8034,3029,149,1056,0,2661,0,0,53,57); -INSERT INTO `mob_groups` VALUES (8035,3032,149,792,0,2673,0,0,24,28); -INSERT INTO `mob_groups` VALUES (8036,3039,149,1056,0,2688,0,0,45,49); -INSERT INTO `mob_groups` VALUES (8037,3041,149,1056,0,2696,0,0,52,56); -INSERT INTO `mob_groups` VALUES (8038,3043,149,1056,0,2700,0,0,55,59); -INSERT INTO `mob_groups` VALUES (8039,3046,149,1056,0,2708,0,0,54,58); -INSERT INTO `mob_groups` VALUES (8040,3048,149,0,128,0,0,0,26,28); -INSERT INTO `mob_groups` VALUES (8041,3162,149,14400,0,2806,0,0,39,40); -INSERT INTO `mob_groups` VALUES (8042,3233,149,600,0,2879,0,0,45,45); -INSERT INTO `mob_groups` VALUES (8043,3765,149,21600,0,3352,0,0,33,34); -INSERT INTO `mob_groups` VALUES (8044,3902,149,0,128,3476,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8045,3912,149,1056,4,3513,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8046,3919,149,5400,0,3524,0,0,31,32); -INSERT INTO `mob_groups` VALUES (8047,3992,149,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8048,4297,149,780,0,4080,0,0,29,32); -INSERT INTO `mob_groups` VALUES (8049,4309,149,1056,4,4108,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8050,4357,149,792,2,4170,0,0,25,28); -INSERT INTO `mob_groups` VALUES (8051,4370,149,792,2,4181,0,0,20,23); -INSERT INTO `mob_groups` VALUES (8052,555,150,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (8053,719,150,0,128,0,0,0,69,75); -INSERT INTO `mob_groups` VALUES (8054,1814,150,0,128,0,0,0,69,75); -INSERT INTO `mob_groups` VALUES (8055,2664,150,0,128,2277,0,0,65,72); -INSERT INTO `mob_groups` VALUES (8056,2997,150,1056,0,2567,0,0,42,46); -INSERT INTO `mob_groups` VALUES (8057,3000,150,1056,0,2579,0,0,64,72); -INSERT INTO `mob_groups` VALUES (8058,3006,150,1056,0,2594,0,0,65,72); -INSERT INTO `mob_groups` VALUES (8059,3007,150,1056,0,2597,0,0,63,72); -INSERT INTO `mob_groups` VALUES (8060,3008,150,1056,0,2600,0,0,62,72); -INSERT INTO `mob_groups` VALUES (8061,3014,150,1056,0,2617,0,0,43,47); -INSERT INTO `mob_groups` VALUES (8062,3015,150,1056,0,2624,0,0,44,48); -INSERT INTO `mob_groups` VALUES (8063,3019,150,1320,0,2639,0,0,69,70); -INSERT INTO `mob_groups` VALUES (8064,3027,150,86400,0,2660,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8065,3029,150,1056,0,2662,0,0,53,57); -INSERT INTO `mob_groups` VALUES (8066,3031,150,1056,0,2668,0,0,70,72); -INSERT INTO `mob_groups` VALUES (8067,3039,150,1056,0,2689,0,0,45,49); -INSERT INTO `mob_groups` VALUES (8068,3041,150,1056,0,2697,0,0,52,56); -INSERT INTO `mob_groups` VALUES (8069,3043,150,1056,0,2701,0,0,55,59); -INSERT INTO `mob_groups` VALUES (8070,3044,150,1320,0,2705,0,0,72,74); -INSERT INTO `mob_groups` VALUES (8071,3046,150,1056,0,2709,0,0,54,58); -INSERT INTO `mob_groups` VALUES (8072,3075,150,604800,0,2728,0,0,85,85); -INSERT INTO `mob_groups` VALUES (8073,3362,150,0,128,0,0,0,69,75); -INSERT INTO `mob_groups` VALUES (8074,3552,150,0,128,0,0,0,69,75); -INSERT INTO `mob_groups` VALUES (8075,3588,150,0,128,0,0,0,69,75); -INSERT INTO `mob_groups` VALUES (8076,3618,150,0,128,0,0,0,69,75); -INSERT INTO `mob_groups` VALUES (8077,75,151,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8078,355,151,792,0,251,0,0,18,21); -INSERT INTO `mob_groups` VALUES (8079,582,151,792,0,431,0,0,29,31); -INSERT INTO `mob_groups` VALUES (8080,872,151,792,0,619,0,0,29,31); -INSERT INTO `mob_groups` VALUES (8081,1160,151,990,4,831,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8082,1341,151,990,4,958,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8083,2016,151,0,128,1721,0,0,63,63); -INSERT INTO `mob_groups` VALUES (8084,2226,151,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8085,2405,151,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8086,2602,151,792,0,2235,0,0,29,31); -INSERT INTO `mob_groups` VALUES (8087,2607,151,1056,0,2238,0,0,35,36); -INSERT INTO `mob_groups` VALUES (8088,2664,151,0,128,2278,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8089,2737,151,3600,0,2343,0,0,30,30); -INSERT INTO `mob_groups` VALUES (8090,2904,151,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8091,2944,151,0,128,2509,0,0,52,52); -INSERT INTO `mob_groups` VALUES (8092,2987,151,990,0,2551,0,0,38,40); -INSERT INTO `mob_groups` VALUES (8093,3298,151,1056,0,2916,0,0,35,36); -INSERT INTO `mob_groups` VALUES (8094,3858,151,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8095,3992,151,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8096,4072,151,604800,0,3645,0,0,85,85); -INSERT INTO `mob_groups` VALUES (8097,4402,151,3600,0,4209,0,0,43,43); -INSERT INTO `mob_groups` VALUES (8098,4404,151,990,0,4213,0,0,53,59); -INSERT INTO `mob_groups` VALUES (8099,4407,151,990,0,4220,0,0,64,72); -INSERT INTO `mob_groups` VALUES (8100,4408,151,86400,0,4221,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8101,4410,151,990,0,4224,0,0,53,57); -INSERT INTO `mob_groups` VALUES (8102,4412,151,990,0,4387,0,0,63,67); -INSERT INTO `mob_groups` VALUES (8103,4413,151,990,0,4228,0,0,43,47); -INSERT INTO `mob_groups` VALUES (8104,4416,151,792,0,4233,0,0,33,37); -INSERT INTO `mob_groups` VALUES (8105,4418,151,990,0,4386,0,0,62,66); -INSERT INTO `mob_groups` VALUES (8106,4423,151,792,0,4239,0,0,32,36); -INSERT INTO `mob_groups` VALUES (8107,4425,151,1440,0,4244,0,0,72,74); -INSERT INTO `mob_groups` VALUES (8108,4427,151,990,0,4250,0,0,54,58); -INSERT INTO `mob_groups` VALUES (8109,4428,151,792,0,4254,0,0,35,39); -INSERT INTO `mob_groups` VALUES (8110,4431,151,990,0,4258,0,0,42,48); -INSERT INTO `mob_groups` VALUES (8111,4434,151,0,128,4268,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8112,4437,151,792,0,4271,0,0,34,38); -INSERT INTO `mob_groups` VALUES (8113,4438,151,990,0,4385,0,0,45,48); -INSERT INTO `mob_groups` VALUES (8114,4442,151,990,0,4283,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8115,4444,151,792,0,4288,0,0,24,28); -INSERT INTO `mob_groups` VALUES (8116,4445,151,990,0,4290,0,0,45,49); -INSERT INTO `mob_groups` VALUES (8117,4450,151,990,0,4304,0,0,51,56); -INSERT INTO `mob_groups` VALUES (8118,4453,151,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8119,4454,151,0,128,0,0,0,25,29); -INSERT INTO `mob_groups` VALUES (8120,4455,151,1584,0,4307,0,0,72,74); -INSERT INTO `mob_groups` VALUES (8121,4456,151,792,0,4313,0,0,23,27); -INSERT INTO `mob_groups` VALUES (8122,4459,151,792,0,4318,0,0,22,26); -INSERT INTO `mob_groups` VALUES (8123,4461,151,990,0,4321,0,0,42,46); -INSERT INTO `mob_groups` VALUES (8124,75,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8125,1145,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8126,1320,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8127,1762,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8128,2205,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8129,2309,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8130,3175,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8131,4072,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8132,4408,152,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8133,4425,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8134,4453,152,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8135,4454,152,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8136,4455,152,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8137,60,153,0,128,0,0,0,65,66); -INSERT INTO `mob_groups` VALUES (8138,123,153,86400,0,0,0,0,78,80); -INSERT INTO `mob_groups` VALUES (8139,206,153,7620,0,156,0,0,69,71); -INSERT INTO `mob_groups` VALUES (8140,343,153,1056,0,243,0,0,60,63); -INSERT INTO `mob_groups` VALUES (8141,344,153,1056,0,244,0,0,75,78); -INSERT INTO `mob_groups` VALUES (8142,386,153,0,128,0,0,0,76,82); -INSERT INTO `mob_groups` VALUES (8143,469,153,1056,0,340,0,0,75,78); -INSERT INTO `mob_groups` VALUES (8144,514,153,0,128,379,0,0,65,67); -INSERT INTO `mob_groups` VALUES (8145,515,153,1056,0,382,0,0,74,77); -INSERT INTO `mob_groups` VALUES (8146,920,153,1056,0,645,0,0,75,78); -INSERT INTO `mob_groups` VALUES (8147,937,153,1056,0,658,0,0,60,63); -INSERT INTO `mob_groups` VALUES (8148,976,153,0,128,684,0,0,65,72); -INSERT INTO `mob_groups` VALUES (8149,978,153,1056,0,687,0,0,75,78); -INSERT INTO `mob_groups` VALUES (8150,1191,153,1056,0,0,0,0,74,77); -INSERT INTO `mob_groups` VALUES (8151,1201,153,10800,0,858,0,0,65,66); -INSERT INTO `mob_groups` VALUES (8152,2272,153,1056,0,1946,0,0,62,67); -INSERT INTO `mob_groups` VALUES (8153,2282,153,1056,0,1955,0,0,72,75); -INSERT INTO `mob_groups` VALUES (8154,2393,153,18000,0,0,0,0,79,81); -INSERT INTO `mob_groups` VALUES (8155,2664,153,0,128,2279,0,0,62,66); -INSERT INTO `mob_groups` VALUES (8156,2745,153,1056,0,2352,0,0,67,70); -INSERT INTO `mob_groups` VALUES (8157,2754,153,1056,0,2361,0,0,62,66); -INSERT INTO `mob_groups` VALUES (8158,2762,153,1056,0,2366,0,0,62,68); -INSERT INTO `mob_groups` VALUES (8159,2962,153,1056,0,0,0,0,65,68); -INSERT INTO `mob_groups` VALUES (8160,3200,153,1056,0,2828,0,0,72,75); -INSERT INTO `mob_groups` VALUES (8161,3375,153,1056,0,2982,0,0,62,66); -INSERT INTO `mob_groups` VALUES (8162,3496,153,0,128,3075,0,0,60,62); -INSERT INTO `mob_groups` VALUES (8163,3649,153,1056,0,3226,0,0,72,74); -INSERT INTO `mob_groups` VALUES (8164,3768,153,1056,0,3355,0,0,73,76); -INSERT INTO `mob_groups` VALUES (8165,3803,153,0,128,3395,0,0,60,62); -INSERT INTO `mob_groups` VALUES (8166,3912,153,1056,4,3514,0,0,69,72); -INSERT INTO `mob_groups` VALUES (8167,4103,153,86400,0,3663,0,0,72,72); -INSERT INTO `mob_groups` VALUES (8168,4253,153,86400,0,4384,0,0,85,85); -INSERT INTO `mob_groups` VALUES (8169,4309,153,1056,4,4109,0,0,69,72); -INSERT INTO `mob_groups` VALUES (8170,4517,153,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8171,344,154,1056,0,244,0,0,77,80); -INSERT INTO `mob_groups` VALUES (8172,920,154,1056,0,645,0,0,76,79); -INSERT INTO `mob_groups` VALUES (8173,976,154,0,128,684,0,0,70,78); -INSERT INTO `mob_groups` VALUES (8174,978,154,1056,0,686,0,0,76,79); -INSERT INTO `mob_groups` VALUES (8175,1280,154,86400,128,918,70000,0,88,90); -INSERT INTO `mob_groups` VALUES (8176,2226,154,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8177,2405,154,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8178,2840,154,0,128,2425,70000,0,88,90); -INSERT INTO `mob_groups` VALUES (8179,2904,154,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8180,1,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8181,7,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8182,11,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8183,13,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8184,18,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8185,37,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8186,51,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8187,84,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8188,89,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8189,90,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8190,91,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8191,93,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8192,96,155,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8193,126,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8194,132,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8195,227,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8196,260,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8197,291,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8198,311,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8199,312,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8200,320,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8201,324,155,0,0,229,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8202,381,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8203,396,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8204,427,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8205,502,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8206,526,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8207,549,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8208,616,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8209,703,155,0,0,517,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8210,714,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8211,725,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8212,737,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8213,763,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8214,775,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8215,776,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8216,896,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8217,903,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8218,913,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8219,935,155,0,0,656,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8220,953,155,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8221,960,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8222,983,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8223,987,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8224,990,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8225,994,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8226,996,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8227,1023,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8228,1055,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8229,1056,155,0,0,754,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8230,1094,155,0,0,783,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8231,1141,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8232,1143,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8233,1172,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8234,1198,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8235,1262,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8236,1279,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8237,1321,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8238,1324,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8239,1325,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8240,1333,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8241,1349,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8242,1408,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8243,1574,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8244,1681,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8245,1752,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8246,1779,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8247,1780,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8248,1875,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8249,2043,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8250,2078,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8251,2100,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8252,2126,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8253,2127,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8254,2137,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8255,2179,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8256,2180,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8257,2198,155,0,0,1881,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8258,2226,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8259,2300,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8260,2306,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8261,2391,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8262,2403,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8263,2405,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8264,2406,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8265,2445,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8266,2460,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8267,2569,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8268,2644,155,0,0,2261,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8269,2730,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8270,2734,155,0,0,2336,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8271,2776,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8272,2799,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8273,2839,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8274,2909,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8275,2946,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8276,2949,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8277,2950,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8278,3003,155,0,0,2583,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8279,3007,155,0,0,2598,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8280,3008,155,0,0,2601,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8281,3021,155,0,0,2644,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8282,3030,155,0,0,2665,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8283,3036,155,0,0,2685,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8284,3045,155,0,0,2707,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8285,3096,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8286,3139,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8287,3156,155,0,0,2804,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8288,3158,155,0,0,2804,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8289,3176,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8290,3184,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8291,3186,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8292,3239,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8293,3243,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8294,3293,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8295,3310,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8296,3312,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8297,3366,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8298,3391,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8299,3405,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8300,3495,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8301,3509,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8302,3510,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8303,3511,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8304,3562,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8305,3563,155,0,0,3141,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8306,3564,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8307,3565,155,0,0,3147,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8308,3566,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8309,3568,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8310,3569,155,0,0,3169,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8311,3570,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8312,3621,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8313,3644,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8314,3730,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8315,3769,155,0,0,3357,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8316,3926,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8317,4081,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8318,4118,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8319,4249,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8320,4339,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8321,4404,155,0,0,4214,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8322,4412,155,0,0,4228,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8323,4418,155,0,0,4237,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8324,4424,155,0,0,4241,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8325,4436,155,0,0,4270,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8326,4460,155,0,0,4320,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8327,4481,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8328,4498,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8329,4515,155,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8330,248,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8331,1349,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8332,2316,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8333,2378,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8334,2415,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8335,2569,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8336,2839,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8337,3189,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8338,3305,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8339,3579,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8340,4249,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8341,4498,156,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8342,338,157,792,0,239,0,0,32,33); -INSERT INTO `mob_groups` VALUES (8343,415,157,792,0,297,0,0,29,31); -INSERT INTO `mob_groups` VALUES (8344,1262,157,14400,0,904,0,0,32,32); -INSERT INTO `mob_groups` VALUES (8345,1266,157,792,0,909,0,0,34,35); -INSERT INTO `mob_groups` VALUES (8346,1502,157,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8347,1526,157,792,0,0,0,0,30,32); -INSERT INTO `mob_groups` VALUES (8348,1528,157,792,0,0,0,0,30,32); -INSERT INTO `mob_groups` VALUES (8349,1531,157,792,0,0,0,0,30,32); -INSERT INTO `mob_groups` VALUES (8350,1538,157,792,0,0,0,0,30,32); -INSERT INTO `mob_groups` VALUES (8351,1569,157,792,0,0,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8352,1570,157,792,0,1160,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8353,1580,157,792,0,0,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8354,1589,157,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (8355,1590,157,0,128,0,0,0,25,27); -INSERT INTO `mob_groups` VALUES (8356,1597,157,792,0,1175,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8357,1665,157,792,0,1315,0,0,30,34); -INSERT INTO `mob_groups` VALUES (8358,1694,157,792,0,1402,0,0,30,34); -INSERT INTO `mob_groups` VALUES (8359,1710,157,792,0,1447,0,0,30,34); -INSERT INTO `mob_groups` VALUES (8360,1715,157,792,0,1463,0,0,30,34); -INSERT INTO `mob_groups` VALUES (8361,1720,157,0,128,0,0,0,23,25); -INSERT INTO `mob_groups` VALUES (8362,2124,157,792,0,1824,0,0,33,34); -INSERT INTO `mob_groups` VALUES (8363,2413,157,792,4,2059,0,0,35,36); -INSERT INTO `mob_groups` VALUES (8364,2477,157,792,0,2120,0,0,31,32); -INSERT INTO `mob_groups` VALUES (8365,2480,157,792,0,2123,0,0,28,29); -INSERT INTO `mob_groups` VALUES (8366,2719,157,792,0,2330,0,0,25,27); -INSERT INTO `mob_groups` VALUES (8367,2956,157,14400,0,2516,0,0,33,38); -INSERT INTO `mob_groups` VALUES (8368,2988,157,14400,0,2554,0,0,33,38); -INSERT INTO `mob_groups` VALUES (8369,3094,157,792,0,2744,0,0,31,32); -INSERT INTO `mob_groups` VALUES (8370,3171,157,14400,0,2815,0,0,33,38); -INSERT INTO `mob_groups` VALUES (8371,3359,157,14400,0,2960,0,0,33,38); -INSERT INTO `mob_groups` VALUES (8372,3360,157,14400,0,2961,0,0,33,38); -INSERT INTO `mob_groups` VALUES (8373,3514,157,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (8374,3776,157,792,0,0,0,0,27,29); -INSERT INTO `mob_groups` VALUES (8375,3912,157,792,4,0,0,0,35,36); -INSERT INTO `mob_groups` VALUES (8376,3981,157,792,0,3571,0,0,27,29); -INSERT INTO `mob_groups` VALUES (8377,3992,157,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8378,4498,157,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8379,87,158,7200,128,55,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8380,974,158,1056,0,682,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8381,1044,158,1056,0,0,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8382,1233,158,7200,0,876,0,0,50,50); -INSERT INTO `mob_groups` VALUES (8383,1552,158,1056,0,1146,0,0,34,35); -INSERT INTO `mob_groups` VALUES (8384,1585,158,1056,0,1169,0,0,34,35); -INSERT INTO `mob_groups` VALUES (8385,1588,158,1056,0,1172,0,0,34,35); -INSERT INTO `mob_groups` VALUES (8386,1589,158,0,128,0,0,0,53,55); -INSERT INTO `mob_groups` VALUES (8387,1590,158,0,128,0,0,0,27,29); -INSERT INTO `mob_groups` VALUES (8388,1595,158,1056,0,1174,0,0,34,35); -INSERT INTO `mob_groups` VALUES (8389,2073,158,1056,0,0,0,0,62,64); -INSERT INTO `mob_groups` VALUES (8390,2111,158,14400,0,1814,0,0,71,71); -INSERT INTO `mob_groups` VALUES (8391,2158,158,1056,0,1853,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8392,2159,158,1056,0,1854,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8393,2161,158,1056,0,1855,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8394,2162,158,1056,0,1856,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8395,2413,158,1056,4,2059,0,0,35,36); -INSERT INTO `mob_groups` VALUES (8396,2480,158,1056,0,2124,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8397,2483,158,1056,0,2126,0,0,34,35); -INSERT INTO `mob_groups` VALUES (8398,2663,158,990,0,2273,0,0,36,36); -INSERT INTO `mob_groups` VALUES (8399,3085,158,7200,128,2737,0,0,72,72); -INSERT INTO `mob_groups` VALUES (8400,3130,158,1056,0,2772,0,0,67,69); -INSERT INTO `mob_groups` VALUES (8401,3188,158,762,0,2824,0,0,36,36); -INSERT INTO `mob_groups` VALUES (8402,3912,158,1056,4,0,0,0,35,36); -INSERT INTO `mob_groups` VALUES (8403,3992,158,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8404,399,159,0,128,279,0,0,73,75); -INSERT INTO `mob_groups` VALUES (8405,461,159,0,128,333,0,0,55,62); -INSERT INTO `mob_groups` VALUES (8406,501,159,990,0,372,0,0,67,67); -INSERT INTO `mob_groups` VALUES (8407,514,159,0,128,380,0,0,65,67); -INSERT INTO `mob_groups` VALUES (8408,522,159,1056,0,383,0,0,55,58); -INSERT INTO `mob_groups` VALUES (8409,740,159,0,128,0,5300,0,63,63); -INSERT INTO `mob_groups` VALUES (8410,784,159,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8411,785,159,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8412,786,159,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8413,787,159,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8414,836,159,0,0,599,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8415,939,159,0,128,659,0,0,62,62); -INSERT INTO `mob_groups` VALUES (8416,1341,159,1056,4,957,0,0,65,68); -INSERT INTO `mob_groups` VALUES (8417,1362,159,3600,0,971,0,0,59,60); -INSERT INTO `mob_groups` VALUES (8418,1798,159,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8419,1865,159,0,128,1618,0,0,57,59); -INSERT INTO `mob_groups` VALUES (8420,1995,159,1056,0,1707,0,0,64,67); -INSERT INTO `mob_groups` VALUES (8421,2101,159,1056,0,1805,0,0,64,68); -INSERT INTO `mob_groups` VALUES (8422,2552,159,7920,0,2195,0,0,69,69); -INSERT INTO `mob_groups` VALUES (8423,2664,159,0,128,2280,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8424,2888,159,0,128,0,0,0,69,69); -INSERT INTO `mob_groups` VALUES (8425,2889,159,0,128,0,0,0,69,69); -INSERT INTO `mob_groups` VALUES (8426,3388,159,0,128,0,5000,0,63,63); -INSERT INTO `mob_groups` VALUES (8427,3415,159,1056,0,3015,0,0,53,56); -INSERT INTO `mob_groups` VALUES (8428,3434,159,0,128,3030,0,0,66,68); -INSERT INTO `mob_groups` VALUES (8429,3712,159,0,128,3287,0,0,65,66); -INSERT INTO `mob_groups` VALUES (8430,3713,159,25200,0,3288,0,0,66,66); -INSERT INTO `mob_groups` VALUES (8431,3714,159,21600,0,3289,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8432,3871,159,1056,0,3445,0,0,60,63); -INSERT INTO `mob_groups` VALUES (8433,3872,159,300,0,0,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8434,3874,159,1056,0,3446,0,0,51,54); -INSERT INTO `mob_groups` VALUES (8435,3952,159,1056,0,3544,0,0,51,59); -INSERT INTO `mob_groups` VALUES (8436,3955,159,1056,0,3546,0,0,61,67); -INSERT INTO `mob_groups` VALUES (8437,3957,159,1056,0,3548,0,0,51,59); -INSERT INTO `mob_groups` VALUES (8438,3961,159,3600,0,3552,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8439,3963,159,1056,0,3554,0,0,61,67); -INSERT INTO `mob_groups` VALUES (8440,3965,159,1056,0,3556,0,0,61,67); -INSERT INTO `mob_groups` VALUES (8441,3968,159,1056,0,3559,0,0,61,67); -INSERT INTO `mob_groups` VALUES (8442,3969,159,1056,0,3560,0,0,51,59); -INSERT INTO `mob_groups` VALUES (8443,3970,159,0,128,0,0,0,43,55); -INSERT INTO `mob_groups` VALUES (8444,3971,159,0,128,0,0,0,43,55); -INSERT INTO `mob_groups` VALUES (8445,3976,159,1056,0,3566,0,0,55,58); -INSERT INTO `mob_groups` VALUES (8446,4039,159,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8447,4076,159,0,128,3646,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8448,4309,159,1056,4,4110,0,0,61,64); -INSERT INTO `mob_groups` VALUES (8449,4322,159,1056,0,4133,0,0,52,55); -INSERT INTO `mob_groups` VALUES (8450,4463,159,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (8451,412,160,1056,0,289,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8452,424,160,21600,0,304,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8453,461,160,0,128,333,0,0,58,60); -INSERT INTO `mob_groups` VALUES (8454,574,160,1056,0,425,0,0,78,80); -INSERT INTO `mob_groups` VALUES (8455,640,160,21600,0,472,0,0,66,67); -INSERT INTO `mob_groups` VALUES (8456,668,160,1056,0,494,0,0,61,64); -INSERT INTO `mob_groups` VALUES (8457,669,160,15840,0,496,0,0,67,69); -INSERT INTO `mob_groups` VALUES (8458,871,160,1056,0,615,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8459,1000,160,1056,0,707,0,0,79,81); -INSERT INTO `mob_groups` VALUES (8460,1044,160,1056,0,745,0,0,60,63); -INSERT INTO `mob_groups` VALUES (8461,1086,160,1056,0,775,0,0,79,81); -INSERT INTO `mob_groups` VALUES (8462,1341,160,1056,4,957,0,0,70,72); -INSERT INTO `mob_groups` VALUES (8463,1425,160,18000,0,1049,0,0,70,70); -INSERT INTO `mob_groups` VALUES (8464,1877,160,0,128,1623,0,0,85,85); -INSERT INTO `mob_groups` VALUES (8465,2662,160,1056,0,2272,0,0,73,76); -INSERT INTO `mob_groups` VALUES (8466,2664,160,0,128,2281,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8467,2718,160,0,128,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (8468,2764,160,0,128,2374,0,0,64,70); -INSERT INTO `mob_groups` VALUES (8469,2948,160,21600,0,2512,0,0,80,84); -INSERT INTO `mob_groups` VALUES (8470,3217,160,1056,0,2840,0,0,74,77); -INSERT INTO `mob_groups` VALUES (8471,3321,160,0,128,0,0,0,69,73); -INSERT INTO `mob_groups` VALUES (8472,3336,160,0,128,2933,0,0,53,55); -INSERT INTO `mob_groups` VALUES (8473,3377,160,0,128,2989,0,0,53,55); -INSERT INTO `mob_groups` VALUES (8474,3711,160,21600,0,3286,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8475,3803,160,1056,0,3395,0,0,63,65); -INSERT INTO `mob_groups` VALUES (8476,3806,160,1056,0,3403,0,0,65,69); -INSERT INTO `mob_groups` VALUES (8477,3855,160,21600,0,3440,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8478,3949,160,1056,0,3541,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8479,3953,160,1584,0,3545,0,0,72,74); -INSERT INTO `mob_groups` VALUES (8480,3959,160,1056,0,3550,0,0,62,64); -INSERT INTO `mob_groups` VALUES (8481,3964,160,86400,0,3555,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8482,3967,160,1056,0,3558,0,0,67,69); -INSERT INTO `mob_groups` VALUES (8483,3971,160,0,128,0,0,0,53,55); -INSERT INTO `mob_groups` VALUES (8484,3972,160,1584,0,3561,0,0,72,74); -INSERT INTO `mob_groups` VALUES (8485,3973,160,1056,0,3562,0,0,62,65); -INSERT INTO `mob_groups` VALUES (8486,3977,160,1056,0,3568,0,0,75,79); -INSERT INTO `mob_groups` VALUES (8487,4309,160,1056,4,4111,0,0,68,73); -INSERT INTO `mob_groups` VALUES (8488,22,161,1056,0,5,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8489,65,161,1056,0,35,0,0,63,65); -INSERT INTO `mob_groups` VALUES (8490,226,161,1056,0,172,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8491,472,161,1056,0,342,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8492,913,161,1056,4,642,0,0,48,49); -INSERT INTO `mob_groups` VALUES (8493,917,161,0,128,643,0,0,55,55); -INSERT INTO `mob_groups` VALUES (8494,982,161,0,128,0,0,0,61,61); -INSERT INTO `mob_groups` VALUES (8495,984,161,1056,0,689,0,0,57,59); -INSERT INTO `mob_groups` VALUES (8496,985,161,1056,0,690,0,0,57,59); -INSERT INTO `mob_groups` VALUES (8497,986,161,1056,0,691,0,0,57,59); -INSERT INTO `mob_groups` VALUES (8498,988,161,1056,0,694,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8499,989,161,1056,0,695,0,0,57,59); -INSERT INTO `mob_groups` VALUES (8500,991,161,1056,0,699,0,0,48,52); -INSERT INTO `mob_groups` VALUES (8501,992,161,0,128,0,0,0,61,61); -INSERT INTO `mob_groups` VALUES (8502,993,161,0,128,0,0,0,52,54); -INSERT INTO `mob_groups` VALUES (8503,994,161,0,128,700,0,0,43,45); -INSERT INTO `mob_groups` VALUES (8504,995,161,1056,0,702,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8505,997,161,1056,0,705,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8506,1081,161,1056,0,760,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8507,1115,161,1056,0,796,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8508,1134,161,86400,0,808,0,0,76,76); -INSERT INTO `mob_groups` VALUES (8509,1192,161,1056,0,852,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8510,1207,161,1056,0,863,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8511,1264,161,1056,0,905,0,0,46,48); -INSERT INTO `mob_groups` VALUES (8512,1701,161,1056,0,1422,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8513,1705,161,1056,0,1427,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8514,1709,161,1056,0,1439,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8515,1721,161,0,128,0,0,0,40,42); -INSERT INTO `mob_groups` VALUES (8516,1741,161,1056,0,1496,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8517,1767,161,1056,0,1531,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8518,1786,161,86400,0,1540,0,0,76,76); -INSERT INTO `mob_groups` VALUES (8519,2043,161,1056,4,1758,0,0,48,49); -INSERT INTO `mob_groups` VALUES (8520,2102,161,1056,0,1807,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8521,2164,161,1056,0,1859,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8522,2414,161,0,0,2060,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8523,2568,161,86400,0,2205,0,0,76,76); -INSERT INTO `mob_groups` VALUES (8524,2569,161,86400,0,2206,0,0,76,76); -INSERT INTO `mob_groups` VALUES (8525,2571,161,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (8526,2664,161,0,128,2282,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8527,2738,161,1056,0,2344,0,0,52,55); -INSERT INTO `mob_groups` VALUES (8528,2997,161,1056,0,2568,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8529,3014,161,1056,0,2618,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8530,3015,161,1056,0,2625,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8531,3039,161,1056,0,2690,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8532,3731,161,1056,0,3304,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8533,3801,161,1056,0,3390,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8534,3992,161,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8535,4413,161,1056,0,4229,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8536,4431,161,1056,0,4259,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8537,4445,161,1056,0,4291,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8538,4461,161,1056,0,4322,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8539,346,162,7620,0,245,0,0,68,68); -INSERT INTO `mob_groups` VALUES (8540,349,162,7620,0,248,0,0,68,68); -INSERT INTO `mob_groups` VALUES (8541,812,162,7920,0,582,0,0,68,68); -INSERT INTO `mob_groups` VALUES (8542,932,162,1056,0,654,0,0,55,56); -INSERT INTO `mob_groups` VALUES (8543,988,162,1056,0,694,0,0,52,56); -INSERT INTO `mob_groups` VALUES (8544,991,162,1056,0,699,0,0,52,56); -INSERT INTO `mob_groups` VALUES (8545,993,162,0,128,0,0,0,42,45); -INSERT INTO `mob_groups` VALUES (8546,994,162,0,128,0,0,0,45,53); -INSERT INTO `mob_groups` VALUES (8547,995,162,1056,0,702,0,0,52,56); -INSERT INTO `mob_groups` VALUES (8548,997,162,1056,0,705,0,0,52,56); -INSERT INTO `mob_groups` VALUES (8549,1192,162,1056,0,852,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8550,1207,162,1056,0,863,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8551,1264,162,1056,0,905,0,0,46,48); -INSERT INTO `mob_groups` VALUES (8552,1641,162,1056,0,1230,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8553,1654,162,1056,0,1284,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8554,1677,162,1056,0,1349,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8555,1701,162,1056,0,1423,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8556,1705,162,1056,0,1428,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8557,1709,162,1056,0,1440,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8558,1720,162,0,128,0,0,0,40,42); -INSERT INTO `mob_groups` VALUES (8559,1741,162,1056,0,1497,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8560,1753,162,1056,0,1518,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8561,2102,162,1056,0,1808,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8562,2738,162,1056,0,2345,0,0,52,53); -INSERT INTO `mob_groups` VALUES (8563,2795,162,1056,0,2410,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8564,2997,162,1056,0,2569,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8565,3014,162,1056,0,2619,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8566,3015,162,1056,0,2626,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8567,3029,162,1056,0,2663,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8568,3039,162,1056,0,2691,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8569,3041,162,1056,0,2698,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8570,3043,162,1056,0,2702,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8571,3046,162,1056,0,2710,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8572,3731,162,1056,0,3305,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8573,3769,162,1056,0,3357,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8574,3974,162,1056,0,3564,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8575,3992,162,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8576,4239,162,7620,0,4019,0,0,68,68); -INSERT INTO `mob_groups` VALUES (8577,4404,162,1056,0,4214,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8578,4410,162,1056,0,4225,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8579,4413,162,1056,0,4230,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8580,4427,162,1056,0,4251,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8581,4431,162,1056,0,4260,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8582,4445,162,1056,0,4292,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8583,4450,162,1056,0,4305,0,0,50,52); -INSERT INTO `mob_groups` VALUES (8584,4461,162,1056,0,4323,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8585,248,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8586,877,163,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8587,1158,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8588,1798,163,0,128,0,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8589,2038,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8590,2184,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8591,2729,163,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (8592,3123,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8593,3290,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8594,3328,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8595,3425,163,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8596,3442,163,0,128,0,0,0,48,48); -INSERT INTO `mob_groups` VALUES (8597,3584,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8598,3970,163,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (8599,3971,163,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (8600,4052,163,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (8601,4224,163,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8602,4235,163,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8603,18,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8604,37,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8605,84,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8606,89,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8607,90,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8608,91,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8609,126,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8610,205,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8611,227,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8612,231,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8613,291,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8614,311,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8615,312,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8616,320,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8617,502,164,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8618,526,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8619,549,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8620,616,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8621,637,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8622,714,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8623,725,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8624,772,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8625,775,164,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8626,776,164,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8627,896,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8628,903,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8629,953,164,0,0,669,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8630,960,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8631,1044,164,330,0,745,0,0,63,65); -INSERT INTO `mob_groups` VALUES (8632,1055,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8633,1056,164,0,128,754,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8634,1057,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8635,1061,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8636,1062,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8637,1064,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8638,1141,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8639,1143,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8640,1160,164,330,4,829,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8641,1262,164,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8642,1275,164,330,0,914,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8643,1279,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8644,1314,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8645,1324,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8646,1333,164,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8647,1358,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8648,1408,164,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (8649,1470,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8650,1574,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8651,1681,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8652,1875,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8653,2044,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8654,2073,164,330,0,1784,0,0,63,65); -INSERT INTO `mob_groups` VALUES (8655,2100,164,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8656,2137,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8657,2179,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8658,2180,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8659,2197,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8660,2198,164,0,0,1882,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8661,2216,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8662,2226,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8663,2306,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8664,2391,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8665,2403,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8666,2405,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8667,2406,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8668,2451,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8669,2455,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8670,2456,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8671,2460,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8672,2730,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8673,2737,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8674,2764,164,330,0,2375,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8675,2776,164,0,0,2397,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8676,2799,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8677,2946,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8678,2949,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8679,3096,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8680,3139,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8681,3158,164,0,128,2804,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8682,3176,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8683,3184,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8684,3186,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8685,3239,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8686,3243,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8687,3310,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8688,3312,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8689,3366,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8690,3389,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8691,3391,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8692,3503,164,330,0,3087,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8693,3504,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8694,3562,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8695,3563,164,0,128,3141,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8696,3564,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8697,3565,164,0,128,3147,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8698,3566,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8699,3569,164,0,128,3159,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8700,3570,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8701,3576,164,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8702,3912,164,330,4,3515,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8703,3913,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8704,3926,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8705,4081,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8706,4118,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8707,4211,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8708,4212,164,0,0,3997,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8709,4213,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8710,4214,164,0,0,3998,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8711,4298,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8712,4338,164,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8713,4339,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8714,4340,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8715,4404,164,330,0,4215,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8716,4420,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8717,4421,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8718,4431,164,330,0,4261,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8719,4433,164,330,0,4267,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8720,4445,164,330,0,4293,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8721,4447,164,330,0,4297,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8722,4454,164,0,128,0,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8723,4455,164,330,0,4308,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8724,4457,164,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8725,4458,164,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8726,4461,164,330,0,4324,0,0,71,73); -INSERT INTO `mob_groups` VALUES (8727,4515,164,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8728,248,165,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8729,305,165,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8730,811,165,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8731,838,165,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (8732,993,165,0,128,0,0,0,48,48); -INSERT INTO `mob_groups` VALUES (8733,994,165,0,128,0,0,0,48,48); -INSERT INTO `mob_groups` VALUES (8734,1130,165,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8735,1132,165,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8736,1788,165,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8737,1850,165,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (8738,1931,165,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8739,3367,165,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8740,3579,165,0,128,0,10000,0,60,60); -INSERT INTO `mob_groups` VALUES (8741,3580,165,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8742,4249,165,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8743,4498,165,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8744,374,166,792,0,265,0,0,42,44); -INSERT INTO `mob_groups` VALUES (8745,443,166,528,0,316,0,0,4,7); -INSERT INTO `mob_groups` VALUES (8746,666,166,660,0,492,0,0,30,33); -INSERT INTO `mob_groups` VALUES (8747,1267,166,660,0,910,0,0,35,37); -INSERT INTO `mob_groups` VALUES (8748,1370,166,990,0,979,0,0,34,36); -INSERT INTO `mob_groups` VALUES (8749,1537,166,792,0,1135,0,0,38,40); -INSERT INTO `mob_groups` VALUES (8750,1665,166,990,0,1316,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8751,1666,166,990,0,1329,0,0,26,30); -INSERT INTO `mob_groups` VALUES (8752,1683,166,990,0,1362,0,0,26,30); -INSERT INTO `mob_groups` VALUES (8753,1690,166,990,0,1380,0,0,26,30); -INSERT INTO `mob_groups` VALUES (8754,1694,166,990,0,1403,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8755,1710,166,990,0,1448,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8756,1715,166,990,0,1464,0,0,32,34); -INSERT INTO `mob_groups` VALUES (8757,1721,166,0,128,0,0,0,25,27); -INSERT INTO `mob_groups` VALUES (8758,1737,166,528,0,1476,0,0,4,8); -INSERT INTO `mob_groups` VALUES (8759,1744,166,528,0,1508,0,0,4,8); -INSERT INTO `mob_groups` VALUES (8760,1912,166,990,0,1648,0,0,31,34); -INSERT INTO `mob_groups` VALUES (8761,2633,166,0,128,2259,0,0,29,33); -INSERT INTO `mob_groups` VALUES (8762,2957,166,528,0,2518,0,0,7,9); -INSERT INTO `mob_groups` VALUES (8763,2987,166,990,0,2552,0,0,28,30); -INSERT INTO `mob_groups` VALUES (8764,3537,166,990,0,3108,0,0,25,28); -INSERT INTO `mob_groups` VALUES (8765,3776,166,990,0,3369,0,0,30,33); -INSERT INTO `mob_groups` VALUES (8766,3838,166,990,0,3428,0,0,35,38); -INSERT INTO `mob_groups` VALUES (8767,3839,166,0,128,3430,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8768,4041,166,0,128,0,0,0,44,44); -INSERT INTO `mob_groups` VALUES (8769,4349,166,528,0,4160,0,0,3,5); -INSERT INTO `mob_groups` VALUES (8770,38,167,0,128,16,0,0,52,54); -INSERT INTO `mob_groups` VALUES (8771,233,167,7920,0,176,0,0,56,62); -INSERT INTO `mob_groups` VALUES (8772,461,167,1056,0,334,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8773,482,167,7920,128,0,0,0,60,75); -INSERT INTO `mob_groups` VALUES (8774,908,167,1056,0,636,0,0,52,54); -INSERT INTO `mob_groups` VALUES (8775,1118,167,7920,0,798,0,0,72,73); -INSERT INTO `mob_groups` VALUES (8776,1440,167,1056,0,1062,0,0,52,55); -INSERT INTO `mob_groups` VALUES (8777,1471,167,1056,0,1082,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8778,1505,167,1056,0,1103,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8779,1900,167,1056,0,1637,0,0,60,63); -INSERT INTO `mob_groups` VALUES (8780,1911,167,1056,0,1647,0,0,56,59); -INSERT INTO `mob_groups` VALUES (8781,2548,167,21600,0,2188,0,0,73,73); -INSERT INTO `mob_groups` VALUES (8782,2764,167,0,128,2376,0,0,60,68); -INSERT INTO `mob_groups` VALUES (8783,3125,167,7920,0,2765,0,0,72,73); -INSERT INTO `mob_groups` VALUES (8784,3557,167,28800,0,3138,0,0,64,65); -INSERT INTO `mob_groups` VALUES (8785,3597,167,86400,2,3183,0,0,70,70); -INSERT INTO `mob_groups` VALUES (8786,4321,167,1056,0,4132,0,0,55,59); -INSERT INTO `mob_groups` VALUES (8787,248,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8788,454,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8789,506,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8790,673,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8791,675,168,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8792,695,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8793,704,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8794,1158,168,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8795,1655,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8796,1678,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8797,1708,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8798,1798,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8799,1989,168,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8800,2184,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8801,2411,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8802,2460,168,0,128,0,1800,1000,70,70); -INSERT INTO `mob_groups` VALUES (8803,2463,168,0,128,0,500,0,56,56); -INSERT INTO `mob_groups` VALUES (8804,2804,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8805,3194,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8806,3234,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8807,3303,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8808,3357,168,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8809,3427,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8810,3429,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8811,3527,168,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8812,4000,168,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8813,4498,168,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8814,413,169,1056,128,294,0,0,45,47); -INSERT INTO `mob_groups` VALUES (8815,461,169,0,128,334,0,0,59,61); -INSERT INTO `mob_groups` VALUES (8816,514,169,1056,0,381,0,0,64,67); -INSERT INTO `mob_groups` VALUES (8817,617,169,1056,0,454,0,0,45,47); -INSERT INTO `mob_groups` VALUES (8818,618,169,0,128,0,0,0,45,47); -INSERT INTO `mob_groups` VALUES (8819,619,169,1056,0,455,0,0,57,59); -INSERT INTO `mob_groups` VALUES (8820,871,169,1056,0,616,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8821,908,169,1056,0,636,0,0,53,55); -INSERT INTO `mob_groups` VALUES (8822,1044,169,1056,0,746,0,0,62,64); -INSERT INTO `mob_groups` VALUES (8823,1083,169,1056,0,765,0,0,65,67); -INSERT INTO `mob_groups` VALUES (8824,1085,169,1056,0,773,0,0,65,67); -INSERT INTO `mob_groups` VALUES (8825,1287,169,1056,0,924,0,0,52,55); -INSERT INTO `mob_groups` VALUES (8826,1366,169,1056,0,974,0,0,60,62); -INSERT INTO `mob_groups` VALUES (8827,1606,169,1056,0,1180,0,0,58,60); -INSERT INTO `mob_groups` VALUES (8828,1924,169,1056,0,1662,0,0,47,49); -INSERT INTO `mob_groups` VALUES (8829,1958,169,1056,0,0,0,0,65,65); -INSERT INTO `mob_groups` VALUES (8830,2070,169,1056,0,1782,0,0,58,60); -INSERT INTO `mob_groups` VALUES (8831,2407,169,1056,0,2055,0,0,54,57); -INSERT INTO `mob_groups` VALUES (8832,2482,169,0,128,0,0,0,64,64); -INSERT INTO `mob_groups` VALUES (8833,2491,169,1056,0,2141,0,0,49,52); -INSERT INTO `mob_groups` VALUES (8834,2664,169,0,128,2283,0,0,65,67); -INSERT INTO `mob_groups` VALUES (8835,2667,169,1056,0,2294,0,0,60,62); -INSERT INTO `mob_groups` VALUES (8836,2764,169,0,128,2377,0,0,65,67); -INSERT INTO `mob_groups` VALUES (8837,2982,169,86400,0,2543,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8838,3377,169,0,128,2990,0,0,52,54); -INSERT INTO `mob_groups` VALUES (8839,3396,169,1056,0,3005,0,0,58,60); -INSERT INTO `mob_groups` VALUES (8840,3496,169,1056,0,3076,0,0,60,62); -INSERT INTO `mob_groups` VALUES (8841,3755,169,1056,0,3345,0,0,65,67); -INSERT INTO `mob_groups` VALUES (8842,3803,169,1056,0,0,0,0,63,65); -INSERT INTO `mob_groups` VALUES (8843,30,170,0,128,11,0,0,73,75); -INSERT INTO `mob_groups` VALUES (8844,31,170,0,128,12,0,0,73,75); -INSERT INTO `mob_groups` VALUES (8845,32,170,0,128,13,0,0,73,75); -INSERT INTO `mob_groups` VALUES (8846,33,170,0,128,14,0,0,73,75); -INSERT INTO `mob_groups` VALUES (8847,75,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8848,636,170,0,128,468,0,0,80,85); -INSERT INTO `mob_groups` VALUES (8849,1322,170,0,128,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (8850,1473,170,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (8851,2050,170,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (8852,2258,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8853,2260,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8854,2261,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8855,2402,170,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (8856,3283,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8857,3285,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8858,3286,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8859,3317,170,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (8860,3584,170,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8861,3607,170,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (8862,3851,170,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8863,3931,170,0,128,0,0,0,80,85); -INSERT INTO `mob_groups` VALUES (8864,4462,170,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8865,1,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8866,2,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8867,3,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8868,4,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8869,5,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8870,6,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8871,7,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8872,11,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8873,13,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8874,18,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8875,37,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8876,84,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8877,89,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8878,90,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8879,91,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8880,126,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8881,227,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8882,291,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8883,311,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8884,312,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8885,320,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8886,352,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8887,381,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8888,427,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8889,502,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8890,516,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8891,517,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8892,525,171,1056,0,392,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8893,526,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8894,538,171,1056,0,400,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8895,549,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8896,616,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8897,632,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8898,714,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8899,725,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8900,775,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8901,776,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8902,896,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8903,903,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8904,960,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8905,1023,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8906,1066,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8907,1067,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8908,1084,171,1056,0,767,0,0,72,74); -INSERT INTO `mob_groups` VALUES (8909,1141,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8910,1143,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8911,1195,171,1056,0,854,0,0,68,70); -INSERT INTO `mob_groups` VALUES (8912,1198,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8913,1202,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8914,1207,171,1056,0,861,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8915,1262,171,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8916,1279,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8917,1324,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8918,1332,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8919,1333,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8920,1341,171,1056,4,957,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8921,1408,171,0,128,1035,0,0,50,50); -INSERT INTO `mob_groups` VALUES (8922,1574,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8923,1681,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8924,1749,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8925,1779,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8926,1780,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8927,1781,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8928,1782,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8929,1917,171,1056,0,1653,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8930,2100,171,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8931,2137,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8932,2179,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8933,2180,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8934,2224,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8935,2226,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8936,2300,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8937,2311,171,1056,0,1977,0,0,64,66); -INSERT INTO `mob_groups` VALUES (8938,2391,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8939,2403,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8940,2445,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8941,2460,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8942,2590,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8943,2730,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8944,2799,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8945,2946,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8946,2949,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8947,2965,171,1056,0,2531,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8948,3096,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8949,3176,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8950,3184,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8951,3186,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8952,3200,171,1056,0,2829,0,0,69,71); -INSERT INTO `mob_groups` VALUES (8953,3232,171,1056,0,2875,0,0,72,73); -INSERT INTO `mob_groups` VALUES (8954,3274,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8955,3276,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8956,3277,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8957,3293,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8958,3310,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8959,3312,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8960,3354,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8961,3366,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8962,3391,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8963,3464,171,1056,0,3058,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8964,3562,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8965,3563,171,0,128,3141,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8966,3564,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8967,3565,171,0,128,3147,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8968,3566,171,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8969,3569,171,0,128,3159,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8970,3570,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8971,3576,171,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (8972,3628,171,1056,0,3206,0,0,66,69); -INSERT INTO `mob_groups` VALUES (8973,3926,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8974,4081,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8975,4118,171,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (8976,4296,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8977,4309,171,1056,4,4112,0,0,75,75); -INSERT INTO `mob_groups` VALUES (8978,4315,171,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (8979,4322,171,1056,0,4134,0,0,63,65); -INSERT INTO `mob_groups` VALUES (8980,4354,171,1056,0,4166,0,0,62,64); -INSERT INTO `mob_groups` VALUES (8981,1038,172,330,0,736,0,0,1,3); -INSERT INTO `mob_groups` VALUES (8982,1520,172,14400,0,1123,0,0,3,5); -INSERT INTO `mob_groups` VALUES (8983,2385,172,330,0,2037,0,0,3,5); -INSERT INTO `mob_groups` VALUES (8984,2763,172,330,0,2370,0,0,2,4); -INSERT INTO `mob_groups` VALUES (8985,3054,172,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8986,3371,172,330,0,2976,0,0,2,4); -INSERT INTO `mob_groups` VALUES (8987,4053,172,330,0,3631,0,0,1,3); -INSERT INTO `mob_groups` VALUES (8988,4498,172,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (8989,485,173,792,0,356,0,0,30,33); -INSERT INTO `mob_groups` VALUES (8990,639,173,14400,0,471,0,0,35,37); -INSERT INTO `mob_groups` VALUES (8991,743,173,792,0,542,0,0,29,32); -INSERT INTO `mob_groups` VALUES (8992,771,173,792,0,566,0,0,27,30); -INSERT INTO `mob_groups` VALUES (8993,898,173,43200,0,630,0,0,31,36); -INSERT INTO `mob_groups` VALUES (8994,1282,173,14400,0,921,0,0,35,36); -INSERT INTO `mob_groups` VALUES (8995,1563,173,792,0,1156,0,0,35,37); -INSERT INTO `mob_groups` VALUES (8996,1586,173,792,0,1170,0,0,35,37); -INSERT INTO `mob_groups` VALUES (8997,1587,173,792,0,1171,0,0,35,37); -INSERT INTO `mob_groups` VALUES (8998,1588,173,792,0,1173,0,0,35,37); -INSERT INTO `mob_groups` VALUES (8999,1593,173,0,128,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9000,1642,173,0,0,1236,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9001,1807,173,0,128,1574,0,0,25,32); -INSERT INTO `mob_groups` VALUES (9002,2002,173,792,0,1712,0,0,28,31); -INSERT INTO `mob_groups` VALUES (9003,2141,173,792,0,1840,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9004,2146,173,660,0,1843,0,0,23,27); -INSERT INTO `mob_groups` VALUES (9005,2283,173,0,128,1955,0,0,32,32); -INSERT INTO `mob_groups` VALUES (9006,2286,173,0,128,1963,0,0,35,37); -INSERT INTO `mob_groups` VALUES (9007,2374,173,792,0,2029,0,0,20,25); -INSERT INTO `mob_groups` VALUES (9008,2633,173,0,128,2259,0,0,24,30); -INSERT INTO `mob_groups` VALUES (9009,2748,173,0,128,2355,0,0,30,30); -INSERT INTO `mob_groups` VALUES (9010,3500,173,792,0,3084,0,0,34,37); -INSERT INTO `mob_groups` VALUES (9011,3523,173,792,0,3098,0,0,32,35); -INSERT INTO `mob_groups` VALUES (9012,3537,173,792,0,3109,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9013,3682,173,0,128,3260,0,0,22,24); -INSERT INTO `mob_groups` VALUES (9014,3901,173,792,0,3473,0,0,28,31); -INSERT INTO `mob_groups` VALUES (9015,3912,173,792,4,3516,0,0,32,34); -INSERT INTO `mob_groups` VALUES (9016,4309,173,792,4,4113,0,0,32,34); -INSERT INTO `mob_groups` VALUES (9017,71,174,1056,4,41,0,0,68,70); -INSERT INTO `mob_groups` VALUES (9018,105,174,9000,128,67,0,0,66,66); -INSERT INTO `mob_groups` VALUES (9019,207,174,21600,128,157,0,0,69,69); -INSERT INTO `mob_groups` VALUES (9020,463,174,28800,128,337,0,0,69,72); -INSERT INTO `mob_groups` VALUES (9021,620,174,0,128,456,0,0,65,65); -INSERT INTO `mob_groups` VALUES (9022,668,174,1056,0,495,0,0,60,63); -INSERT INTO `mob_groups` VALUES (9023,962,174,1056,0,677,0,0,65,68); -INSERT INTO `mob_groups` VALUES (9024,1003,174,0,128,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (9025,1018,174,0,128,722,0,0,66,68); -INSERT INTO `mob_groups` VALUES (9026,1039,174,1056,0,738,0,0,68,71); -INSERT INTO `mob_groups` VALUES (9027,1341,174,1056,4,957,0,0,67,68); -INSERT INTO `mob_groups` VALUES (9028,1609,174,0,128,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (9029,1634,174,1056,0,1203,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9030,1637,174,1056,0,1220,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9031,1687,174,1056,0,1372,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9032,1732,174,0,128,0,0,0,53,55); -INSERT INTO `mob_groups` VALUES (9033,1734,174,1056,0,1470,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9034,1763,174,0,128,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (9035,1801,174,1056,0,1553,0,0,78,80); -INSERT INTO `mob_groups` VALUES (9036,1841,174,86400,128,1602,0,0,82,83); -INSERT INTO `mob_groups` VALUES (9037,1900,174,1056,0,1638,0,0,63,66); -INSERT INTO `mob_groups` VALUES (9038,2214,174,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9039,2292,174,1056,0,1965,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9040,2314,174,1056,0,1982,0,0,80,82); -INSERT INTO `mob_groups` VALUES (9041,2664,174,0,128,2284,0,0,65,68); -INSERT INTO `mob_groups` VALUES (9042,3079,174,1056,0,2731,0,0,77,79); -INSERT INTO `mob_groups` VALUES (9043,3115,174,43200,128,2761,0,0,80,81); -INSERT INTO `mob_groups` VALUES (9044,3129,174,0,128,2768,0,0,70,72); -INSERT INTO `mob_groups` VALUES (9045,3342,174,1056,0,2938,0,0,63,66); -INSERT INTO `mob_groups` VALUES (9046,3375,174,1056,0,2983,0,0,60,63); -INSERT INTO `mob_groups` VALUES (9047,3432,174,10800,128,3028,0,0,68,70); -INSERT INTO `mob_groups` VALUES (9048,3433,174,1056,0,3029,0,0,64,67); -INSERT INTO `mob_groups` VALUES (9049,3456,174,1056,0,3046,0,0,61,64); -INSERT INTO `mob_groups` VALUES (9050,3496,174,0,128,3077,0,0,60,62); -INSERT INTO `mob_groups` VALUES (9051,3803,174,0,128,3396,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9052,4478,174,7200,128,4337,0,0,69,71); -INSERT INTO `mob_groups` VALUES (9053,18,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9054,37,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9055,84,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9056,89,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9057,90,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9058,91,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9059,96,175,0,0,58,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9060,126,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9061,132,175,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9062,227,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9063,260,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9064,291,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9065,311,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9066,312,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9067,320,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9068,366,175,0,128,256,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9069,502,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9070,526,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9071,549,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9072,616,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9073,714,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9074,725,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9075,735,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9076,736,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9077,737,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9078,775,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9079,776,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9080,777,175,0,128,569,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9081,896,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9082,903,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9083,935,175,0,128,656,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9084,960,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9085,1026,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9086,1141,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9087,1143,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9088,1160,175,1056,4,829,0,0,72,75); -INSERT INTO `mob_groups` VALUES (9089,1166,175,1056,0,0,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9090,1200,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9091,1262,175,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9092,1279,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9093,1313,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9094,1321,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9095,1324,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9096,1333,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9097,1349,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9098,1408,175,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (9099,1481,175,1056,0,1093,0,0,63,65); -INSERT INTO `mob_groups` VALUES (9100,1574,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9101,1638,175,1056,0,1225,0,0,62,64); -INSERT INTO `mob_groups` VALUES (9102,1646,175,1056,0,1254,0,0,62,64); -INSERT INTO `mob_groups` VALUES (9103,1664,175,1056,0,1307,0,0,62,64); -INSERT INTO `mob_groups` VALUES (9104,1681,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9105,1688,175,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9106,1698,175,1056,0,1415,0,0,62,64); -INSERT INTO `mob_groups` VALUES (9107,1752,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9108,1852,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9109,1926,175,1056,0,1663,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9110,2043,175,1056,4,1755,0,0,72,75); -INSERT INTO `mob_groups` VALUES (9111,2052,175,1056,0,1767,0,0,68,72); -INSERT INTO `mob_groups` VALUES (9112,2100,175,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9113,2126,175,0,0,1830,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9114,2127,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9115,2137,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9116,2179,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9117,2180,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9118,2226,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9119,2390,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9120,2391,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9121,2403,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9122,2407,175,990,0,2056,0,0,65,68); -INSERT INTO `mob_groups` VALUES (9123,2442,175,1056,0,2086,0,0,65,68); -INSERT INTO `mob_groups` VALUES (9124,2460,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9125,2730,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9126,2734,175,0,128,2336,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9127,2799,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9128,2839,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9129,2908,175,1056,0,0,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9130,2909,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9131,2946,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9132,2949,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9133,2980,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9134,2998,175,1056,0,2574,0,0,68,71); -INSERT INTO `mob_groups` VALUES (9135,3001,175,1056,0,2581,0,0,68,71); -INSERT INTO `mob_groups` VALUES (9136,3004,175,1056,0,2589,0,0,68,71); -INSERT INTO `mob_groups` VALUES (9137,3018,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9138,3037,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9139,3038,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9140,3039,175,1056,0,2692,0,0,68,71); -INSERT INTO `mob_groups` VALUES (9141,3040,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9142,3096,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9143,3176,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9144,3184,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9145,3186,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9146,3310,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9147,3312,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9148,3358,175,1056,0,2956,0,0,68,70); -INSERT INTO `mob_groups` VALUES (9149,3366,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9150,3391,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9151,3400,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9152,3401,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9153,3403,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9154,3405,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9155,3407,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9156,3408,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9157,3486,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9158,3495,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9159,3562,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9160,3563,175,0,128,3143,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9161,3564,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9162,3565,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9163,3566,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9164,3569,175,0,128,3170,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9165,3570,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9166,3576,175,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9167,3710,175,1056,0,0,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9168,3730,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9169,3767,175,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9170,3873,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9171,3926,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9172,4078,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9173,4081,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9174,4118,175,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9175,4121,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9176,4249,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9177,4299,175,1056,0,4083,0,0,61,64); -INSERT INTO `mob_groups` VALUES (9178,4325,175,1056,0,0,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9179,4481,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9180,4498,175,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9181,27,176,1500,0,8,3500,0,72,74); -INSERT INTO `mob_groups` VALUES (9182,413,176,1056,0,295,0,0,43,48); -INSERT INTO `mob_groups` VALUES (9183,417,176,0,128,299,0,0,35,37); -INSERT INTO `mob_groups` VALUES (9184,476,176,1056,0,349,0,0,55,58); -INSERT INTO `mob_groups` VALUES (9185,488,176,1056,0,362,0,0,52,59); -INSERT INTO `mob_groups` VALUES (9186,541,176,924,0,405,0,0,41,48); -INSERT INTO `mob_groups` VALUES (9187,698,176,31680,128,512,0,0,80,81); -INSERT INTO `mob_groups` VALUES (9188,752,176,1056,0,552,0,0,62,72); -INSERT INTO `mob_groups` VALUES (9189,795,176,1500,0,580,0,0,72,74); -INSERT INTO `mob_groups` VALUES (9190,965,176,1056,0,679,0,0,62,72); -INSERT INTO `mob_groups` VALUES (9191,999,176,7200,0,706,0,0,64,65); -INSERT INTO `mob_groups` VALUES (9192,1018,176,1056,0,723,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9193,1044,176,1056,0,745,0,0,63,66); -INSERT INTO `mob_groups` VALUES (9194,1443,176,7200,0,1065,0,0,48,48); -INSERT INTO `mob_groups` VALUES (9195,1511,176,1056,0,1107,0,0,38,41); -INSERT INTO `mob_groups` VALUES (9196,1626,176,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (9197,1799,176,1056,0,1551,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9198,1826,176,1056,0,1587,0,0,44,47); -INSERT INTO `mob_groups` VALUES (9199,1931,176,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9200,2099,176,792,0,1804,0,0,37,40); -INSERT INTO `mob_groups` VALUES (9201,2226,176,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9202,2317,176,1056,0,1984,0,0,62,72); -INSERT INTO `mob_groups` VALUES (9203,2321,176,792,0,1986,0,0,36,39); -INSERT INTO `mob_groups` VALUES (9204,2405,176,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9205,2581,176,1056,0,2219,0,0,52,59); -INSERT INTO `mob_groups` VALUES (9206,2584,176,21600,0,2220,0,0,39,39); -INSERT INTO `mob_groups` VALUES (9207,2664,176,0,128,2285,0,0,57,60); -INSERT INTO `mob_groups` VALUES (9208,2669,176,1056,0,2296,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9209,2764,176,1056,0,2378,0,0,62,65); -INSERT INTO `mob_groups` VALUES (9210,2765,176,7200,0,2379,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9211,2803,176,10800,0,2414,0,0,40,41); -INSERT INTO `mob_groups` VALUES (9212,2842,176,1056,0,2428,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9213,2904,176,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9214,2914,176,31680,0,2488,0,0,66,66); -INSERT INTO `mob_groups` VALUES (9215,2938,176,86400,0,2507,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9216,2987,176,1056,0,2553,0,0,39,42); -INSERT INTO `mob_groups` VALUES (9217,3084,176,7200,0,2735,0,0,57,57); -INSERT INTO `mob_groups` VALUES (9218,3174,176,792,0,2817,0,0,36,39); -INSERT INTO `mob_groups` VALUES (9219,3291,176,7200,0,2914,0,0,49,51); -INSERT INTO `mob_groups` VALUES (9220,3336,176,1056,0,2934,0,0,57,60); -INSERT INTO `mob_groups` VALUES (9221,3367,176,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9222,3369,176,792,0,2966,0,0,44,48); -INSERT INTO `mob_groups` VALUES (9223,3374,176,1056,0,2979,0,0,41,48); -INSERT INTO `mob_groups` VALUES (9224,3375,176,924,0,2984,0,0,62,67); -INSERT INTO `mob_groups` VALUES (9225,3377,176,1056,0,2991,0,0,53,58); -INSERT INTO `mob_groups` VALUES (9226,3406,176,1056,0,3009,0,0,35,38); -INSERT INTO `mob_groups` VALUES (9227,3440,176,1056,0,3034,0,0,50,53); -INSERT INTO `mob_groups` VALUES (9228,3442,176,0,128,0,0,0,58,60); -INSERT INTO `mob_groups` VALUES (9229,3519,176,1056,0,3092,0,0,47,50); -INSERT INTO `mob_groups` VALUES (9230,3521,176,3960,0,3095,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9231,3558,176,7200,0,3139,0,0,48,48); -INSERT INTO `mob_groups` VALUES (9232,3609,176,1056,0,3189,0,0,62,72); -INSERT INTO `mob_groups` VALUES (9233,3743,176,792,0,3317,0,0,36,39); -INSERT INTO `mob_groups` VALUES (9234,3803,176,0,128,3397,0,0,65,67); -INSERT INTO `mob_groups` VALUES (9235,3822,176,1056,0,3415,0,0,52,59); -INSERT INTO `mob_groups` VALUES (9236,3912,176,1056,4,3517,0,0,55,58); -INSERT INTO `mob_groups` VALUES (9237,3992,176,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9238,4092,176,1056,0,3655,0,0,36,39); -INSERT INTO `mob_groups` VALUES (9239,4127,176,1056,0,3685,0,0,42,45); -INSERT INTO `mob_groups` VALUES (9240,4250,176,7200,0,4026,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9241,4309,176,1056,4,4114,0,0,65,68); -INSERT INTO `mob_groups` VALUES (9242,4311,176,0,128,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (9243,4377,176,7200,0,4189,0,0,60,61); -INSERT INTO `mob_groups` VALUES (9244,4383,176,7200,0,4194,0,0,48,50); -INSERT INTO `mob_groups` VALUES (9245,4467,176,31680,0,4326,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9246,4525,176,7200,0,4366,0,0,70,70); -INSERT INTO `mob_groups` VALUES (9247,71,177,1056,0,41,0,0,70,71); -INSERT INTO `mob_groups` VALUES (9248,531,177,0,128,397,14000,0,75,80); -INSERT INTO `mob_groups` VALUES (9249,638,177,0,128,469,0,0,76,79); -INSERT INTO `mob_groups` VALUES (9250,1013,177,1056,0,717,0,0,72,74); -INSERT INTO `mob_groups` VALUES (9251,1144,177,1056,0,817,0,0,75,78); -INSERT INTO `mob_groups` VALUES (9252,1160,177,1056,0,829,0,0,79,80); -INSERT INTO `mob_groups` VALUES (9253,1234,177,1056,0,877,0,0,77,80); -INSERT INTO `mob_groups` VALUES (9254,1341,177,1056,0,957,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9255,2043,177,1056,0,1755,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9256,2664,177,0,128,2286,0,0,75,78); -INSERT INTO `mob_groups` VALUES (9257,2792,177,1056,0,2405,0,0,74,77); -INSERT INTO `mob_groups` VALUES (9258,3056,177,1056,0,2715,0,0,74,76); -INSERT INTO `mob_groups` VALUES (9259,3763,177,14400,0,3350,10000,0,82,82); -INSERT INTO `mob_groups` VALUES (9260,3912,177,1056,0,3518,0,0,79,80); -INSERT INTO `mob_groups` VALUES (9261,4309,177,1056,0,4115,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9262,4504,177,14400,0,4347,10000,0,83,85); -INSERT INTO `mob_groups` VALUES (9263,71,178,1056,0,0,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9264,286,178,1056,0,204,0,0,77,82); -INSERT INTO `mob_groups` VALUES (9265,287,178,0,128,205,0,0,76,81); -INSERT INTO `mob_groups` VALUES (9266,288,178,1056,0,206,0,0,75,80); -INSERT INTO `mob_groups` VALUES (9267,289,178,1056,0,4377,0,0,81,84); -INSERT INTO `mob_groups` VALUES (9268,290,178,1056,0,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (9269,592,178,0,128,0,10500,0,72,72); -INSERT INTO `mob_groups` VALUES (9270,913,178,1056,0,0,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9271,946,178,1056,0,0,0,0,79,81); -INSERT INTO `mob_groups` VALUES (9272,955,178,1056,0,0,0,0,71,76); -INSERT INTO `mob_groups` VALUES (9273,1160,178,1056,0,0,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9274,1306,178,61600,0,4374,16000,0,83,85); -INSERT INTO `mob_groups` VALUES (9275,1341,178,1056,0,0,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9276,1491,178,0,128,0,10000,0,72,72); -INSERT INTO `mob_groups` VALUES (9277,2043,178,1056,0,0,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9278,2265,178,0,128,4372,60000,0,92,92); -INSERT INTO `mob_groups` VALUES (9279,2266,178,0,128,0,0,0,72,72); -INSERT INTO `mob_groups` VALUES (9280,2755,178,21600,0,4373,12000,0,83,83); -INSERT INTO `mob_groups` VALUES (9281,2969,178,0,128,4376,5300,0,85,85); -INSERT INTO `mob_groups` VALUES (9282,2970,178,0,128,0,5200,0,83,83); -INSERT INTO `mob_groups` VALUES (9283,2971,178,0,128,0,5000,0,83,83); -INSERT INTO `mob_groups` VALUES (9284,3540,178,0,128,0,11000,0,72,72); -INSERT INTO `mob_groups` VALUES (9285,3667,178,0,128,0,0,0,58,64); -INSERT INTO `mob_groups` VALUES (9286,3816,178,0,128,0,10000,0,72,72); -INSERT INTO `mob_groups` VALUES (9287,3912,178,1056,0,0,0,0,72,73); -INSERT INTO `mob_groups` VALUES (9288,4082,178,0,128,4375,16000,0,85,87); -INSERT INTO `mob_groups` VALUES (9289,4309,178,1056,0,0,0,0,73,74); -INSERT INTO `mob_groups` VALUES (9290,75,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9291,305,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9292,806,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9293,807,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9294,808,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9295,809,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9296,810,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9297,862,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9298,1158,179,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9299,2184,179,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9300,3199,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9301,3529,179,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9302,3534,179,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9303,3584,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9304,4006,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9305,4249,179,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9306,4493,179,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9307,4498,179,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9308,235,180,0,128,0,10000,1000,75,75); -INSERT INTO `mob_groups` VALUES (9309,236,180,0,128,0,10000,1000,75,75); -INSERT INTO `mob_groups` VALUES (9310,237,180,0,128,0,10000,1000,75,75); -INSERT INTO `mob_groups` VALUES (9311,238,180,0,128,0,10000,1000,75,75); -INSERT INTO `mob_groups` VALUES (9312,239,180,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9313,240,180,0,128,0,2500,0,75,75); -INSERT INTO `mob_groups` VALUES (9314,241,180,0,128,0,2500,0,75,75); -INSERT INTO `mob_groups` VALUES (9315,242,180,0,128,0,10000,1000,75,75); -INSERT INTO `mob_groups` VALUES (9316,1158,181,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9317,1270,181,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9318,1798,181,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9319,2993,181,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9320,4498,181,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9321,81,182,0,0,51,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9322,142,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9323,164,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9324,395,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9325,610,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9326,621,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9327,878,182,0,0,621,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9328,897,182,0,0,629,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9329,1197,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9330,1414,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9331,1813,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9332,1892,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9333,2316,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9334,2378,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9335,2415,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9336,2416,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9337,2739,182,0,0,2346,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9338,2786,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9339,2812,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9340,3100,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9341,3189,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9342,3305,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9343,3446,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9344,4203,182,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9345,120,184,660,0,87,0,0,27,29); -INSERT INTO `mob_groups` VALUES (9346,325,184,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9347,485,184,660,0,357,0,0,30,32); -INSERT INTO `mob_groups` VALUES (9348,694,184,660,0,509,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9349,1049,184,0,128,0,0,0,29,33); -INSERT INTO `mob_groups` VALUES (9350,1248,184,600,0,894,0,0,28,32); -INSERT INTO `mob_groups` VALUES (9351,1261,184,7200,0,903,0,0,30,34); -INSERT INTO `mob_groups` VALUES (9352,1379,184,0,128,0,0,0,32,32); -INSERT INTO `mob_groups` VALUES (9353,1526,184,660,0,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9354,1528,184,660,0,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9355,1531,184,660,0,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9356,1538,184,660,0,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9357,1554,184,660,0,0,0,0,34,35); -INSERT INTO `mob_groups` VALUES (9358,1564,184,660,0,0,0,0,34,35); -INSERT INTO `mob_groups` VALUES (9359,1579,184,660,0,0,0,0,34,35); -INSERT INTO `mob_groups` VALUES (9360,1582,184,660,0,0,0,0,34,35); -INSERT INTO `mob_groups` VALUES (9361,1589,184,0,128,0,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9362,1590,184,0,128,0,0,0,27,29); -INSERT INTO `mob_groups` VALUES (9363,1666,184,660,0,0,0,0,27,30); -INSERT INTO `mob_groups` VALUES (9364,1683,184,660,0,0,0,0,27,30); -INSERT INTO `mob_groups` VALUES (9365,1690,184,660,0,1385,0,0,27,30); -INSERT INTO `mob_groups` VALUES (9366,1961,184,7200,0,1690,0,0,28,32); -INSERT INTO `mob_groups` VALUES (9367,2058,184,0,128,0,0,0,45,50); -INSERT INTO `mob_groups` VALUES (9368,2413,184,660,4,2059,0,0,35,36); -INSERT INTO `mob_groups` VALUES (9369,2480,184,726,0,2125,0,0,28,29); -INSERT INTO `mob_groups` VALUES (9370,2483,184,726,0,2127,0,0,34,35); -INSERT INTO `mob_groups` VALUES (9371,3055,184,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (9372,3537,184,660,0,0,0,0,25,27); -INSERT INTO `mob_groups` VALUES (9373,3875,184,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9374,3912,184,660,4,0,0,0,35,36); -INSERT INTO `mob_groups` VALUES (9375,4498,184,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9376,363,185,0,128,254,0,0,80,85); -INSERT INTO `mob_groups` VALUES (9377,3076,185,0,128,2729,60000,0,85,90); -INSERT INTO `mob_groups` VALUES (9378,3340,185,0,128,2937,0,0,80,85); -INSERT INTO `mob_groups` VALUES (9379,3548,185,0,128,3127,0,0,70,70); -INSERT INTO `mob_groups` VALUES (9380,3705,185,0,128,3281,0,0,80,85); -INSERT INTO `mob_groups` VALUES (9381,4135,185,0,128,3701,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9382,4138,185,0,128,3716,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9383,4140,185,0,128,3726,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9384,4144,185,0,128,3746,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9385,4150,185,0,128,3770,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9386,4151,185,0,128,3775,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9387,4152,185,0,128,3780,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9388,4154,185,0,128,3790,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9389,4156,185,0,128,3800,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9390,4162,185,0,128,3830,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9391,4165,185,0,128,3845,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9392,4172,185,0,128,3880,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9393,4174,185,0,128,3890,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9394,4185,185,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (9395,4187,185,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9396,4190,185,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9397,4193,185,0,128,3955,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9398,4195,185,0,128,3965,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9399,4243,185,0,128,4021,0,0,80,85); -INSERT INTO `mob_groups` VALUES (9400,4289,185,0,128,4075,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9401,4387,185,0,128,4196,0,0,80,85); -INSERT INTO `mob_groups` VALUES (9402,43,186,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (9403,43,186,0,128,23,0,0,70,70); -INSERT INTO `mob_groups` VALUES (9404,400,186,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9405,1179,186,0,128,843,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9406,1614,186,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9407,1855,186,0,128,0,60000,0,80,80); -INSERT INTO `mob_groups` VALUES (9408,1859,186,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9409,2285,186,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9410,4139,186,0,128,3721,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9411,4142,186,0,128,3736,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9412,4143,186,0,128,3741,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9413,4146,186,0,128,3752,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9414,4153,186,0,128,3785,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9415,4158,186,0,128,3810,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9416,4161,186,0,128,3825,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9417,4163,186,0,128,3835,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9418,4164,186,0,128,3840,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9419,4177,186,0,128,3905,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9420,4178,186,0,128,3910,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9421,4185,186,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (9422,4188,186,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9423,4190,186,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9424,4191,186,0,128,3945,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9425,4194,186,0,128,3960,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9426,4196,186,0,128,3970,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9427,4197,186,0,128,3975,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9428,4499,186,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9429,294,187,0,128,210,0,0,70,70); -INSERT INTO `mob_groups` VALUES (9430,295,187,0,128,211,0,0,70,70); -INSERT INTO `mob_groups` VALUES (9431,1864,187,0,128,1617,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9432,2437,187,0,128,2077,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9433,2464,187,0,128,2107,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9434,2550,187,0,128,2193,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9435,2777,187,0,128,2398,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9436,4070,187,0,128,3644,60000,0,85,85); -INSERT INTO `mob_groups` VALUES (9437,4137,187,0,128,3711,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9438,4141,187,0,128,3731,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9439,4148,187,0,128,3762,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9440,4157,187,0,128,3805,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9441,4159,187,0,128,3815,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9442,4167,187,0,128,3855,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9443,4168,187,0,128,3860,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9444,4169,187,0,128,3865,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9445,4171,187,0,128,3875,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9446,4175,187,0,128,3895,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9447,4176,187,0,128,3900,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9448,4180,187,0,128,3920,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9449,4181,187,0,128,3925,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9450,4183,187,0,128,3935,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9451,4185,187,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (9452,4186,187,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9453,4190,187,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9454,4198,187,0,128,3980,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9455,4384,187,0,128,4195,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9456,4399,187,0,128,4206,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9457,194,188,0,128,150,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9458,336,188,0,128,236,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9459,449,188,0,128,322,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9460,505,188,0,128,374,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9461,554,188,0,128,412,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9462,745,188,0,128,546,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9463,1052,188,0,128,752,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9464,1199,188,0,128,856,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9465,1251,188,0,128,895,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9466,1444,188,0,128,1066,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9467,1668,188,0,128,1335,60000,0,80,80); -INSERT INTO `mob_groups` VALUES (9468,1707,188,0,128,1435,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9469,1716,188,0,128,1467,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9470,1935,188,0,128,1672,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9471,2007,188,0,128,1715,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9472,2115,188,0,128,1815,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9473,2116,188,0,128,1816,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9474,2191,188,0,128,1870,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9475,2225,188,0,128,1895,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9476,2453,188,0,128,2096,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9477,2711,188,0,128,2329,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9478,2747,188,0,128,2354,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9479,2751,188,0,128,2359,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9480,3213,188,0,128,2836,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9481,3419,188,0,128,3020,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9482,3507,188,0,128,3089,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9483,3674,188,0,128,3238,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9484,3676,188,0,128,3239,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9485,3692,188,0,128,3271,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9486,3718,188,0,128,3292,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9487,3917,188,0,128,3523,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9488,3985,188,0,128,3575,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9489,4047,188,0,128,3619,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9490,4064,188,0,128,3639,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9491,4133,188,0,128,3691,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9492,4134,188,0,128,3696,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9493,4136,188,0,128,3706,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9494,4147,188,0,128,3757,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9495,4155,188,0,128,3795,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9496,4160,188,0,128,3820,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9497,4166,188,0,128,3850,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9498,4170,188,0,128,3870,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9499,4173,188,0,128,3885,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9500,4179,188,0,128,3915,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9501,4182,188,0,128,3930,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9502,4184,188,0,128,3940,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9503,4185,188,0,128,0,0,0,67,72); -INSERT INTO `mob_groups` VALUES (9504,4189,188,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9505,4190,188,0,128,0,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9506,4192,188,0,128,3950,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9507,4199,188,0,128,3985,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9508,4303,188,0,128,4084,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9509,4388,188,0,128,4197,0,0,75,77); -INSERT INTO `mob_groups` VALUES (9510,70,190,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (9511,244,190,990,0,178,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9512,656,190,660,0,485,0,0,2,5); -INSERT INTO `mob_groups` VALUES (9513,671,190,14400,128,498,0,0,72,73); -INSERT INTO `mob_groups` VALUES (9514,709,190,259200,0,520,0,0,62,64); -INSERT INTO `mob_groups` VALUES (9515,797,190,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (9516,798,190,0,128,0,0,0,63,63); -INSERT INTO `mob_groups` VALUES (9517,799,190,0,128,0,7250,0,64,64); -INSERT INTO `mob_groups` VALUES (9518,857,190,7920,0,609,0,0,20,21); -INSERT INTO `mob_groups` VALUES (9519,862,190,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9520,871,190,990,0,614,0,0,63,65); -INSERT INTO `mob_groups` VALUES (9521,1038,190,660,2,737,0,0,2,5); -INSERT INTO `mob_groups` VALUES (9522,1044,190,990,0,745,0,0,62,64); -INSERT INTO `mob_groups` VALUES (9523,1214,190,660,1,872,0,0,4,8); -INSERT INTO `mob_groups` VALUES (9524,1635,190,660,0,1213,0,0,12,16); -INSERT INTO `mob_groups` VALUES (9525,1643,190,660,0,1244,0,0,12,16); -INSERT INTO `mob_groups` VALUES (9526,1666,190,660,0,1330,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9527,1670,190,14400,0,1339,0,0,18,20); -INSERT INTO `mob_groups` VALUES (9528,1683,190,660,0,1363,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9529,1690,190,660,0,1386,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9530,1737,190,660,0,1476,0,0,4,8); -INSERT INTO `mob_groups` VALUES (9531,1738,190,660,0,1485,0,0,12,16); -INSERT INTO `mob_groups` VALUES (9532,1744,190,660,0,1508,0,0,4,8); -INSERT INTO `mob_groups` VALUES (9533,1796,190,660,0,1549,0,0,11,13); -INSERT INTO `mob_groups` VALUES (9534,1898,190,990,0,1632,0,0,77,79); -INSERT INTO `mob_groups` VALUES (9535,2105,190,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (9536,2388,190,990,0,2040,0,0,80,82); -INSERT INTO `mob_groups` VALUES (9537,2763,190,660,0,2371,0,0,3,6); -INSERT INTO `mob_groups` VALUES (9538,2797,190,660,0,2412,0,0,15,18); -INSERT INTO `mob_groups` VALUES (9539,3124,190,0,128,0,0,0,76,76); -INSERT INTO `mob_groups` VALUES (9540,3152,190,660,2,2799,0,0,15,17); -INSERT INTO `mob_groups` VALUES (9541,3378,190,660,0,2996,0,0,14,16); -INSERT INTO `mob_groups` VALUES (9542,3719,190,990,0,3293,0,0,80,82); -INSERT INTO `mob_groups` VALUES (9543,3720,190,990,0,3294,0,0,78,80); -INSERT INTO `mob_groups` VALUES (9544,3739,190,660,1,4393,0,0,11,13); -INSERT INTO `mob_groups` VALUES (9545,3780,190,660,0,3374,0,0,5,7); -INSERT INTO `mob_groups` VALUES (9546,3900,190,990,0,3467,0,0,60,62); -INSERT INTO `mob_groups` VALUES (9547,3942,190,660,0,3533,0,0,17,19); -INSERT INTO `mob_groups` VALUES (9548,3946,190,990,0,0,0,0,58,60); -INSERT INTO `mob_groups` VALUES (9549,3992,190,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9550,4006,190,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9551,4261,190,432000,0,4033,40000,0,95,95); -INSERT INTO `mob_groups` VALUES (9552,4349,190,660,0,4161,0,0,9,11); -INSERT INTO `mob_groups` VALUES (9553,724,191,0,128,528,0,0,24,25); -INSERT INTO `mob_groups` VALUES (9554,794,191,0,128,579,0,0,10,12); -INSERT INTO `mob_groups` VALUES (9555,1341,191,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9556,1508,191,0,128,1105,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9557,1527,191,330,0,1128,0,0,9,12); -INSERT INTO `mob_groups` VALUES (9558,1635,191,330,0,1214,0,0,12,16); -INSERT INTO `mob_groups` VALUES (9559,1643,191,330,0,1245,0,0,12,16); -INSERT INTO `mob_groups` VALUES (9560,1659,191,330,0,1295,0,0,5,8); -INSERT INTO `mob_groups` VALUES (9561,1666,191,330,0,1331,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9562,1683,191,330,0,1364,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9563,1690,191,330,0,1387,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9564,1737,191,330,0,1476,0,0,5,8); -INSERT INTO `mob_groups` VALUES (9565,1738,191,330,0,1486,0,0,12,16); -INSERT INTO `mob_groups` VALUES (9566,1744,191,330,0,1508,0,0,5,8); -INSERT INTO `mob_groups` VALUES (9567,1965,191,330,0,1691,0,0,6,8); -INSERT INTO `mob_groups` VALUES (9568,2372,191,0,128,2018,0,0,5,7); -INSERT INTO `mob_groups` VALUES (9569,3381,191,330,0,3001,0,0,5,8); -INSERT INTO `mob_groups` VALUES (9570,3682,191,330,0,3261,0,0,16,20); -INSERT INTO `mob_groups` VALUES (9571,3764,191,330,0,3351,0,0,16,20); -INSERT INTO `mob_groups` VALUES (9572,3772,191,330,0,3361,0,0,7,9); -INSERT INTO `mob_groups` VALUES (9573,3780,191,330,0,3375,0,0,3,5); -INSERT INTO `mob_groups` VALUES (9574,3901,191,0,128,3474,0,0,21,23); -INSERT INTO `mob_groups` VALUES (9575,3992,191,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9576,4271,191,330,0,4039,0,0,7,9); -INSERT INTO `mob_groups` VALUES (9577,4272,191,330,0,4040,0,0,15,17); -INSERT INTO `mob_groups` VALUES (9578,4273,191,0,128,4041,0,0,15,17); -INSERT INTO `mob_groups` VALUES (9579,32,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9580,33,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9581,75,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9582,332,192,528,0,233,0,0,8,10); -INSERT INTO `mob_groups` VALUES (9583,369,192,528,0,258,0,0,17,20); -INSERT INTO `mob_groups` VALUES (9584,372,192,528,0,261,0,0,1,5); -INSERT INTO `mob_groups` VALUES (9585,373,192,528,0,262,0,0,12,15); -INSERT INTO `mob_groups` VALUES (9586,382,192,528,0,269,0,0,11,16); -INSERT INTO `mob_groups` VALUES (9587,443,192,528,0,317,0,0,4,6); -INSERT INTO `mob_groups` VALUES (9588,455,192,528,0,327,0,0,15,18); -INSERT INTO `mob_groups` VALUES (9589,483,192,528,0,352,0,0,22,25); -INSERT INTO `mob_groups` VALUES (9590,506,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9591,704,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9592,1635,192,528,0,1215,0,0,14,18); -INSERT INTO `mob_groups` VALUES (9593,1643,192,528,0,1246,0,0,14,18); -INSERT INTO `mob_groups` VALUES (9594,1666,192,528,0,1332,0,0,20,23); -INSERT INTO `mob_groups` VALUES (9595,1683,192,528,0,1365,0,0,20,23); -INSERT INTO `mob_groups` VALUES (9596,1690,192,528,0,1388,0,0,20,23); -INSERT INTO `mob_groups` VALUES (9597,1737,192,528,0,1477,0,0,1,6); -INSERT INTO `mob_groups` VALUES (9598,1738,192,528,0,1487,0,0,14,18); -INSERT INTO `mob_groups` VALUES (9599,1744,192,528,0,1509,0,0,1,7); -INSERT INTO `mob_groups` VALUES (9600,2258,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9601,2475,192,528,0,0,0,0,3,8); -INSERT INTO `mob_groups` VALUES (9602,2498,192,7200,0,2145,0,0,22,23); -INSERT INTO `mob_groups` VALUES (9603,2804,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9604,3584,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9605,3669,192,3600,0,3234,0,0,33,34); -INSERT INTO `mob_groups` VALUES (9606,3992,192,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9607,4319,192,528,0,4129,0,0,25,28); -INSERT INTO `mob_groups` VALUES (9608,4320,192,528,0,4131,0,0,25,28); -INSERT INTO `mob_groups` VALUES (9609,4345,192,330,0,0,0,0,22,25); -INSERT INTO `mob_groups` VALUES (9610,71,193,840,4,42,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9611,120,193,840,0,88,0,0,26,28); -INSERT INTO `mob_groups` VALUES (9612,252,193,0,128,183,0,0,44,48); -INSERT INTO `mob_groups` VALUES (9613,471,193,840,0,341,0,0,17,19); -INSERT INTO `mob_groups` VALUES (9614,743,193,840,0,543,0,0,26,29); -INSERT INTO `mob_groups` VALUES (9615,1139,193,840,0,814,0,0,23,26); -INSERT INTO `mob_groups` VALUES (9616,1376,193,840,0,983,0,0,21,24); -INSERT INTO `mob_groups` VALUES (9617,1501,193,0,128,1100,0,0,50,50); -INSERT INTO `mob_groups` VALUES (9618,1503,193,0,128,0,0,0,54,54); -INSERT INTO `mob_groups` VALUES (9619,1504,193,0,128,1101,0,0,52,52); -INSERT INTO `mob_groups` VALUES (9620,1635,193,840,0,1216,0,0,17,20); -INSERT INTO `mob_groups` VALUES (9621,1643,193,840,0,1247,0,0,17,20); -INSERT INTO `mob_groups` VALUES (9622,1665,193,840,0,1317,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9623,1666,193,840,0,1333,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9624,1683,193,840,0,1366,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9625,1690,193,840,0,1389,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9626,1694,193,840,0,1404,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9627,1710,193,840,0,1449,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9628,1715,193,840,0,1465,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9629,1721,193,0,128,0,0,0,24,26); -INSERT INTO `mob_groups` VALUES (9630,1738,193,840,0,1488,0,0,17,20); -INSERT INTO `mob_groups` VALUES (9631,1755,193,840,0,1521,0,0,29,31); -INSERT INTO `mob_groups` VALUES (9632,1985,193,840,0,1703,0,0,17,20); -INSERT INTO `mob_groups` VALUES (9633,2146,193,660,0,1844,0,0,26,28); -INSERT INTO `mob_groups` VALUES (9634,2633,193,0,128,0,0,0,34,38); -INSERT INTO `mob_groups` VALUES (9635,2742,193,86400,0,2350,0,0,42,44); -INSERT INTO `mob_groups` VALUES (9636,2808,193,792,0,2417,0,0,31,33); -INSERT INTO `mob_groups` VALUES (9637,2817,193,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (9638,3165,193,840,0,2812,0,0,25,27); -INSERT INTO `mob_groups` VALUES (9639,3169,193,0,128,0,0,0,45,45); -INSERT INTO `mob_groups` VALUES (9640,3320,193,0,128,2923,0,0,34,36); -INSERT INTO `mob_groups` VALUES (9641,3537,193,840,0,3110,0,0,23,26); -INSERT INTO `mob_groups` VALUES (9642,3614,193,660,0,3194,0,0,24,27); -INSERT INTO `mob_groups` VALUES (9643,3662,193,840,0,0,0,0,27,29); -INSERT INTO `mob_groups` VALUES (9644,3682,193,840,0,3262,0,0,17,20); -INSERT INTO `mob_groups` VALUES (9645,3753,193,0,128,3342,0,0,15,17); -INSERT INTO `mob_groups` VALUES (9646,3754,193,840,0,3344,0,0,18,21); -INSERT INTO `mob_groups` VALUES (9647,3775,193,840,0,3365,0,0,15,18); -INSERT INTO `mob_groups` VALUES (9648,3794,193,840,0,3386,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9649,3795,193,792,0,3387,0,0,33,35); -INSERT INTO `mob_groups` VALUES (9650,3901,193,840,0,3475,0,0,18,21); -INSERT INTO `mob_groups` VALUES (9651,3992,193,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9652,4256,193,840,0,4029,0,0,23,26); -INSERT INTO `mob_groups` VALUES (9653,4309,193,840,4,4116,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9654,4345,193,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9655,4498,193,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9656,33,194,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9657,75,194,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9658,332,194,528,0,233,0,0,8,10); -INSERT INTO `mob_groups` VALUES (9659,372,194,528,0,261,0,0,1,5); -INSERT INTO `mob_groups` VALUES (9660,439,194,660,0,311,0,0,23,25); -INSERT INTO `mob_groups` VALUES (9661,443,194,528,0,317,0,0,4,7); -INSERT INTO `mob_groups` VALUES (9662,495,194,528,0,367,0,0,16,18); -INSERT INTO `mob_groups` VALUES (9663,771,194,660,0,567,0,0,20,23); -INSERT INTO `mob_groups` VALUES (9664,870,194,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (9665,900,194,660,0,0,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9666,1011,194,0,0,715,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9667,1089,194,660,0,778,0,0,23,25); -INSERT INTO `mob_groups` VALUES (9668,1090,194,660,0,779,0,0,23,25); -INSERT INTO `mob_groups` VALUES (9669,1183,194,990,0,845,0,0,30,34); -INSERT INTO `mob_groups` VALUES (9670,1184,194,990,0,846,0,0,30,34); -INSERT INTO `mob_groups` VALUES (9671,1185,194,990,0,847,0,0,30,34); -INSERT INTO `mob_groups` VALUES (9672,1186,194,990,0,848,0,0,30,34); -INSERT INTO `mob_groups` VALUES (9673,1350,194,528,0,963,0,0,15,19); -INSERT INTO `mob_groups` VALUES (9674,1351,194,528,0,964,0,0,15,19); -INSERT INTO `mob_groups` VALUES (9675,1352,194,528,0,965,0,0,15,19); -INSERT INTO `mob_groups` VALUES (9676,1353,194,528,0,966,0,0,15,19); -INSERT INTO `mob_groups` VALUES (9677,1415,194,528,0,1040,0,0,10,14); -INSERT INTO `mob_groups` VALUES (9678,1416,194,528,0,1041,0,0,10,14); -INSERT INTO `mob_groups` VALUES (9679,1417,194,528,0,1042,0,0,10,14); -INSERT INTO `mob_groups` VALUES (9680,1418,194,528,0,1043,0,0,10,14); -INSERT INTO `mob_groups` VALUES (9681,1517,194,660,0,1120,0,0,23,26); -INSERT INTO `mob_groups` VALUES (9682,1518,194,660,0,1122,0,0,23,26); -INSERT INTO `mob_groups` VALUES (9683,1635,194,528,0,1217,0,0,10,14); -INSERT INTO `mob_groups` VALUES (9684,1643,194,528,0,1248,0,0,10,14); -INSERT INTO `mob_groups` VALUES (9685,1737,194,528,0,1477,0,0,1,7); -INSERT INTO `mob_groups` VALUES (9686,1738,194,528,0,1487,0,0,10,14); -INSERT INTO `mob_groups` VALUES (9687,1744,194,528,0,1509,0,0,1,7); -INSERT INTO `mob_groups` VALUES (9688,2118,194,0,128,1817,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9689,2119,194,0,128,1818,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9690,2120,194,0,128,1819,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9691,2121,194,0,128,1820,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9692,2883,194,990,0,2469,0,0,35,39); -INSERT INTO `mob_groups` VALUES (9693,2884,194,990,0,2470,0,0,35,39); -INSERT INTO `mob_groups` VALUES (9694,2885,194,990,0,2471,0,0,35,39); -INSERT INTO `mob_groups` VALUES (9695,2886,194,990,0,2472,0,0,35,39); -INSERT INTO `mob_groups` VALUES (9696,3284,194,0,128,2909,0,0,72,72); -INSERT INTO `mob_groups` VALUES (9697,3285,194,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9698,3286,194,0,128,2911,0,0,72,72); -INSERT INTO `mob_groups` VALUES (9699,3395,194,528,0,3004,0,0,12,15); -INSERT INTO `mob_groups` VALUES (9700,3553,194,660,0,3133,0,0,25,29); -INSERT INTO `mob_groups` VALUES (9701,3554,194,660,0,3134,0,0,25,29); -INSERT INTO `mob_groups` VALUES (9702,3555,194,660,0,3135,0,0,25,29); -INSERT INTO `mob_groups` VALUES (9703,3556,194,660,0,3136,0,0,25,29); -INSERT INTO `mob_groups` VALUES (9704,3637,194,660,0,3213,0,0,20,24); -INSERT INTO `mob_groups` VALUES (9705,3638,194,660,0,3214,0,0,20,24); -INSERT INTO `mob_groups` VALUES (9706,3639,194,660,0,3215,0,0,20,24); -INSERT INTO `mob_groups` VALUES (9707,3640,194,660,0,3216,0,0,20,24); -INSERT INTO `mob_groups` VALUES (9708,3775,194,528,0,3366,0,0,15,18); -INSERT INTO `mob_groups` VALUES (9709,3876,194,990,0,3447,0,0,40,44); -INSERT INTO `mob_groups` VALUES (9710,3877,194,990,0,3448,0,0,40,44); -INSERT INTO `mob_groups` VALUES (9711,3878,194,990,0,3449,0,0,40,44); -INSERT INTO `mob_groups` VALUES (9712,3879,194,990,0,3450,0,0,40,44); -INSERT INTO `mob_groups` VALUES (9713,3903,194,528,0,3477,0,0,5,9); -INSERT INTO `mob_groups` VALUES (9714,3904,194,528,0,3478,0,0,5,9); -INSERT INTO `mob_groups` VALUES (9715,3905,194,528,0,3479,0,0,5,9); -INSERT INTO `mob_groups` VALUES (9716,3906,194,528,0,3480,0,0,5,9); -INSERT INTO `mob_groups` VALUES (9717,3912,194,528,4,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9718,3992,194,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9719,4059,194,528,0,3634,0,0,1,5); -INSERT INTO `mob_groups` VALUES (9720,4060,194,528,0,3635,0,0,1,5); -INSERT INTO `mob_groups` VALUES (9721,4061,194,528,0,3636,0,0,1,5); -INSERT INTO `mob_groups` VALUES (9722,4062,194,528,0,3637,0,0,1,5); -INSERT INTO `mob_groups` VALUES (9723,136,195,1056,0,99,0,0,45,46); -INSERT INTO `mob_groups` VALUES (9724,310,195,1056,0,0,0,0,51,53); -INSERT INTO `mob_groups` VALUES (9725,473,195,1056,0,344,0,0,50,52); -INSERT INTO `mob_groups` VALUES (9726,876,195,21600,0,0,0,0,68,68); -INSERT INTO `mob_groups` VALUES (9727,918,195,1056,0,644,0,0,57,59); -INSERT INTO `mob_groups` VALUES (9728,1075,195,0,128,0,0,0,52,52); -INSERT INTO `mob_groups` VALUES (9729,1160,195,1056,4,829,0,0,52,55); -INSERT INTO `mob_groups` VALUES (9730,1287,195,1056,0,925,0,0,54,56); -INSERT INTO `mob_groups` VALUES (9731,1481,195,1056,0,1094,0,0,41,43); -INSERT INTO `mob_groups` VALUES (9732,1900,195,1056,0,1639,0,0,63,65); -INSERT INTO `mob_groups` VALUES (9733,1926,195,1056,0,1664,0,0,46,49); -INSERT INTO `mob_groups` VALUES (9734,2043,195,1056,4,1759,0,0,52,55); -INSERT INTO `mob_groups` VALUES (9735,2176,195,1056,0,0,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9736,2407,195,990,0,2057,0,0,51,55); -INSERT INTO `mob_groups` VALUES (9737,2408,195,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (9738,2442,195,1056,0,2087,0,0,42,46); -INSERT INTO `mob_groups` VALUES (9739,2559,195,1056,0,0,0,0,40,43); -INSERT INTO `mob_groups` VALUES (9740,2664,195,0,128,2287,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9741,2770,195,1056,0,2387,0,0,50,52); -INSERT INTO `mob_groups` VALUES (9742,2802,195,0,128,0,0,0,61,65); -INSERT INTO `mob_groups` VALUES (9743,3081,195,0,128,0,0,0,52,52); -INSERT INTO `mob_groups` VALUES (9744,3232,195,1056,0,2876,0,0,42,44); -INSERT INTO `mob_groups` VALUES (9745,3358,195,1056,0,2957,0,0,44,47); -INSERT INTO `mob_groups` VALUES (9746,3559,195,1056,0,0,0,0,46,48); -INSERT INTO `mob_groups` VALUES (9747,3654,195,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9748,3655,195,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9749,3656,195,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9750,3657,195,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9751,3658,195,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9752,3659,195,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9753,3660,195,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9754,3741,195,1056,0,3315,0,0,64,66); -INSERT INTO `mob_groups` VALUES (9755,3799,195,0,128,0,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9756,3834,195,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (9757,3858,195,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9758,3943,195,1056,0,3535,0,0,60,63); -INSERT INTO `mob_groups` VALUES (9759,3944,195,1056,0,3537,0,0,60,62); -INSERT INTO `mob_groups` VALUES (9760,3945,195,1056,0,0,0,0,53,55); -INSERT INTO `mob_groups` VALUES (9761,3992,195,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9762,4038,195,0,128,0,0,0,58,58); -INSERT INTO `mob_groups` VALUES (9763,4112,195,1056,0,3670,0,0,55,57); -INSERT INTO `mob_groups` VALUES (9764,4484,195,0,128,0,0,0,54,54); -INSERT INTO `mob_groups` VALUES (9765,113,196,792,0,80,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9766,251,196,0,128,182,0,0,44,48); -INSERT INTO `mob_groups` VALUES (9767,267,196,3600,128,194,0,0,36,43); -INSERT INTO `mob_groups` VALUES (9768,335,196,660,0,235,0,0,21,24); -INSERT INTO `mob_groups` VALUES (9769,338,196,792,0,240,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9770,452,196,0,128,325,0,0,25,26); -INSERT INTO `mob_groups` VALUES (9771,485,196,792,0,358,0,0,27,29); -INSERT INTO `mob_groups` VALUES (9772,585,196,3600,128,436,0,0,36,38); -INSERT INTO `mob_groups` VALUES (9773,845,196,3600,128,603,0,0,36,38); -INSERT INTO `mob_groups` VALUES (9774,1160,196,792,4,832,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9775,1329,196,792,0,944,0,0,35,38); -INSERT INTO `mob_groups` VALUES (9776,1376,196,660,0,984,0,0,20,23); -INSERT INTO `mob_groups` VALUES (9777,1412,196,129600,0,1038,0,0,43,45); -INSERT INTO `mob_groups` VALUES (9778,1454,196,792,0,1073,0,0,32,35); -INSERT INTO `mob_groups` VALUES (9779,1511,196,792,0,1108,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9780,1517,196,660,0,1121,0,0,20,24); -INSERT INTO `mob_groups` VALUES (9781,1518,196,0,0,1122,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9782,1807,196,792,0,1575,0,0,29,31); -INSERT INTO `mob_groups` VALUES (9783,2146,196,660,0,1845,0,0,27,29); -INSERT INTO `mob_groups` VALUES (9784,2165,196,86400,0,1861,0,0,46,48); -INSERT INTO `mob_groups` VALUES (9785,2589,196,792,0,2228,0,0,28,31); -INSERT INTO `mob_groups` VALUES (9786,2774,196,0,128,2388,0,0,35,37); -INSERT INTO `mob_groups` VALUES (9787,2783,196,792,0,2401,0,0,30,32); -INSERT INTO `mob_groups` VALUES (9788,2987,196,0,128,0,0,0,30,32); -INSERT INTO `mob_groups` VALUES (9789,3050,196,660,0,2713,0,0,23,26); -INSERT INTO `mob_groups` VALUES (9790,3138,196,0,128,2776,0,0,20,22); -INSERT INTO `mob_groups` VALUES (9791,3218,196,0,128,0,0,0,32,37); -INSERT INTO `mob_groups` VALUES (9792,3226,196,3600,128,2869,0,0,36,38); -INSERT INTO `mob_groups` VALUES (9793,3320,196,792,0,2924,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9794,3435,196,792,0,3032,0,0,27,30); -INSERT INTO `mob_groups` VALUES (9795,3647,196,660,0,3224,0,0,15,17); -INSERT INTO `mob_groups` VALUES (9796,3680,196,3600,128,3244,0,0,36,38); -INSERT INTO `mob_groups` VALUES (9797,3747,196,792,0,3327,0,0,28,30); -INSERT INTO `mob_groups` VALUES (9798,3912,196,792,4,3519,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9799,3992,196,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9800,4284,196,0,128,4061,0,0,45,45); -INSERT INTO `mob_groups` VALUES (9801,4319,196,792,0,4130,0,0,26,30); -INSERT INTO `mob_groups` VALUES (9802,4320,196,0,0,4131,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9803,4337,196,792,0,4150,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9804,4378,196,3600,128,4191,0,0,36,38); -INSERT INTO `mob_groups` VALUES (9805,4498,196,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9806,297,197,0,128,213,0,0,68,68); -INSERT INTO `mob_groups` VALUES (9807,447,197,1056,0,320,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9808,661,197,924,0,489,0,0,42,44); -INSERT INTO `mob_groups` VALUES (9809,832,197,1056,0,595,0,0,60,62); -INSERT INTO `mob_groups` VALUES (9810,940,197,924,0,662,0,0,40,42); -INSERT INTO `mob_groups` VALUES (9811,979,197,28800,0,687,0,0,60,60); -INSERT INTO `mob_groups` VALUES (9812,1084,197,1056,0,769,0,0,45,47); -INSERT INTO `mob_groups` VALUES (9813,1099,197,1056,0,786,0,0,55,58); -INSERT INTO `mob_groups` VALUES (9814,1113,197,0,128,794,5000,0,52,52); -INSERT INTO `mob_groups` VALUES (9815,1123,197,0,128,802,0,0,50,50); -INSERT INTO `mob_groups` VALUES (9816,1271,197,1056,0,912,0,0,51,54); -INSERT INTO `mob_groups` VALUES (9817,1341,197,1056,4,959,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9818,1830,197,0,128,1590,0,0,45,50); -INSERT INTO `mob_groups` VALUES (9819,1928,197,1056,0,1665,0,0,59,62); -INSERT INTO `mob_groups` VALUES (9820,1990,197,1056,0,1705,0,0,50,53); -INSERT INTO `mob_groups` VALUES (9821,2229,197,924,0,1897,0,0,45,47); -INSERT INTO `mob_groups` VALUES (9822,2272,197,1056,0,1947,0,0,60,63); -INSERT INTO `mob_groups` VALUES (9823,2311,197,924,0,1978,0,0,49,51); -INSERT INTO `mob_groups` VALUES (9824,2586,197,0,128,2225,0,0,64,64); -INSERT INTO `mob_groups` VALUES (9825,2598,197,1056,0,2231,0,0,41,43); -INSERT INTO `mob_groups` VALUES (9826,2664,197,0,128,2288,0,0,60,63); -INSERT INTO `mob_groups` VALUES (9827,2775,197,1056,0,2389,0,0,53,55); -INSERT INTO `mob_groups` VALUES (9828,2835,197,924,0,2422,0,0,45,47); -INSERT INTO `mob_groups` VALUES (9829,3232,197,10800,0,2877,0,0,45,45); -INSERT INTO `mob_groups` VALUES (9830,3281,197,0,128,2908,0,0,64,64); -INSERT INTO `mob_groups` VALUES (9831,3415,197,1056,0,3016,0,0,53,55); -INSERT INTO `mob_groups` VALUES (9832,3697,197,924,0,3276,0,0,47,49); -INSERT INTO `mob_groups` VALUES (9833,3707,197,1056,0,3283,0,0,48,50); -INSERT INTO `mob_groups` VALUES (9834,3992,197,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9835,4309,197,1056,4,4117,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9836,4322,197,1056,0,4135,0,0,55,57); -INSERT INTO `mob_groups` VALUES (9837,4354,197,1056,0,0,0,0,50,52); -INSERT INTO `mob_groups` VALUES (9838,4375,197,924,0,4187,0,0,40,44); -INSERT INTO `mob_groups` VALUES (9839,28,198,792,0,9,0,0,27,30); -INSERT INTO `mob_groups` VALUES (9840,71,198,792,4,43,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9841,120,198,792,0,89,0,0,26,29); -INSERT INTO `mob_groups` VALUES (9842,228,198,108000,0,174,3500,0,36,37); -INSERT INTO `mob_groups` VALUES (9843,250,198,0,128,181,0,0,44,48); -INSERT INTO `mob_groups` VALUES (9844,646,198,792,0,479,0,0,22,25); -INSERT INTO `mob_groups` VALUES (9845,658,198,792,0,486,0,0,29,31); -INSERT INTO `mob_groups` VALUES (9846,771,198,792,0,568,0,0,20,23); -INSERT INTO `mob_groups` VALUES (9847,913,198,0,128,0,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9848,1160,198,792,4,833,0,0,33,36); -INSERT INTO `mob_groups` VALUES (9849,1517,198,792,0,1122,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9850,1518,198,0,0,1122,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9851,1635,198,528,0,1209,0,0,16,18); -INSERT INTO `mob_groups` VALUES (9852,1643,198,528,0,1249,0,0,16,18); -INSERT INTO `mob_groups` VALUES (9853,1665,198,792,0,1318,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9854,1666,198,792,0,1334,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9855,1683,198,792,0,1367,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9856,1690,198,792,0,1390,0,0,22,26); -INSERT INTO `mob_groups` VALUES (9857,1694,198,792,0,1405,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9858,1710,198,792,0,1450,0,0,30,34); -INSERT INTO `mob_groups` VALUES (9859,1715,198,792,0,1466,0,0,31,34); -INSERT INTO `mob_groups` VALUES (9860,1720,198,0,128,0,0,0,24,26); -INSERT INTO `mob_groups` VALUES (9861,1738,198,528,0,1489,0,0,16,18); -INSERT INTO `mob_groups` VALUES (9862,1776,198,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9863,2046,198,0,128,1760,0,0,35,36); -INSERT INTO `mob_groups` VALUES (9864,2146,198,660,0,1843,0,0,26,28); -INSERT INTO `mob_groups` VALUES (9865,2313,198,660,0,1981,0,0,30,33); -INSERT INTO `mob_groups` VALUES (9866,2386,198,108000,0,2039,0,0,35,36); -INSERT INTO `mob_groups` VALUES (9867,2442,198,0,128,0,0,0,33,38); -INSERT INTO `mob_groups` VALUES (9868,2599,198,528,0,2232,0,0,18,21); -INSERT INTO `mob_groups` VALUES (9869,2600,198,660,0,2233,0,0,25,28); -INSERT INTO `mob_groups` VALUES (9870,3165,198,660,0,2813,0,0,24,28); -INSERT INTO `mob_groups` VALUES (9871,3211,198,660,0,2834,0,0,29,31); -INSERT INTO `mob_groups` VALUES (9872,3537,198,660,0,3111,0,0,23,26); -INSERT INTO `mob_groups` VALUES (9873,3775,198,528,0,3367,0,0,15,18); -INSERT INTO `mob_groups` VALUES (9874,3992,198,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9875,4319,198,0,0,4131,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9876,4320,198,660,0,4131,0,0,24,28); -INSERT INTO `mob_groups` VALUES (9877,4337,198,792,0,4151,0,0,32,35); -INSERT INTO `mob_groups` VALUES (9878,4386,198,0,128,0,0,0,20,20); -INSERT INTO `mob_groups` VALUES (9879,4468,198,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9880,38,200,924,0,17,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9881,407,200,924,0,283,0,0,47,49); -INSERT INTO `mob_groups` VALUES (9882,512,200,924,0,376,0,0,41,44); -INSERT INTO `mob_groups` VALUES (9883,689,200,924,0,504,0,0,56,58); -INSERT INTO `mob_groups` VALUES (9884,692,200,0,128,507,3500,0,63,63); -INSERT INTO `mob_groups` VALUES (9885,731,200,924,0,531,0,0,46,48); -INSERT INTO `mob_groups` VALUES (9886,744,200,924,0,544,0,0,44,45); -INSERT INTO `mob_groups` VALUES (9887,980,200,924,0,0,0,0,47,49); -INSERT INTO `mob_groups` VALUES (9888,1120,200,924,0,799,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9889,1160,200,924,4,832,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9890,1275,200,924,0,915,0,0,52,53); -INSERT INTO `mob_groups` VALUES (9891,1283,200,924,0,922,0,0,42,43); -INSERT INTO `mob_groups` VALUES (9892,1288,200,1056,0,926,0,0,59,62); -INSERT INTO `mob_groups` VALUES (9893,1289,200,1056,0,927,0,0,59,62); -INSERT INTO `mob_groups` VALUES (9894,1290,200,924,0,928,0,0,52,55); -INSERT INTO `mob_groups` VALUES (9895,1291,200,924,0,929,0,0,47,49); -INSERT INTO `mob_groups` VALUES (9896,1328,200,990,0,943,0,0,54,56); -INSERT INTO `mob_groups` VALUES (9897,1440,200,924,0,1063,0,0,51,55); -INSERT INTO `mob_groups` VALUES (9898,1831,200,0,128,1591,0,0,61,61); -INSERT INTO `mob_groups` VALUES (9899,1922,200,1056,0,1660,0,0,59,62); -INSERT INTO `mob_groups` VALUES (9900,2413,200,0,128,0,0,0,52,57); -INSERT INTO `mob_groups` VALUES (9901,2456,200,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9902,2478,200,1056,0,2121,0,0,62,64); -INSERT INTO `mob_groups` VALUES (9903,2664,200,0,128,2289,0,0,63,65); -INSERT INTO `mob_groups` VALUES (9904,2958,200,924,0,2522,0,0,43,45); -INSERT INTO `mob_groups` VALUES (9905,2968,200,86400,128,2533,0,0,52,52); -INSERT INTO `mob_groups` VALUES (9906,3078,200,1056,0,2730,0,0,59,62); -INSERT INTO `mob_groups` VALUES (9907,3232,200,924,0,2878,0,0,43,45); -INSERT INTO `mob_groups` VALUES (9908,3312,200,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9909,3358,200,924,0,2958,0,0,44,46); -INSERT INTO `mob_groups` VALUES (9910,3549,200,86400,128,3130,50000,0,70,70); -INSERT INTO `mob_groups` VALUES (9911,3619,200,924,0,3197,0,0,40,43); -INSERT INTO `mob_groups` VALUES (9912,3648,200,86400,128,3225,0,0,54,54); -INSERT INTO `mob_groups` VALUES (9913,3835,200,990,0,3424,0,0,63,65); -INSERT INTO `mob_groups` VALUES (9914,3912,200,924,4,3520,0,0,52,54); -INSERT INTO `mob_groups` VALUES (9915,3992,200,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9916,4207,200,1056,0,3987,0,0,59,62); -INSERT INTO `mob_groups` VALUES (9917,4353,200,924,0,4165,0,0,40,42); -INSERT INTO `mob_groups` VALUES (9918,4379,200,1056,0,4192,0,0,60,62); -INSERT INTO `mob_groups` VALUES (9919,71,201,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9920,1473,201,0,128,0,700,0,20,23); -INSERT INTO `mob_groups` VALUES (9921,2951,201,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9922,2410,202,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9923,3317,202,0,128,0,700,0,20,23); -INSERT INTO `mob_groups` VALUES (9924,3912,202,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9925,3914,202,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9926,1126,203,0,128,0,1960,0,50,50); -INSERT INTO `mob_groups` VALUES (9927,2043,203,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9928,3607,203,0,128,0,700,0,20,23); -INSERT INTO `mob_groups` VALUES (9929,99,204,0,128,59,0,0,65,65); -INSERT INTO `mob_groups` VALUES (9930,614,204,1056,0,451,0,0,51,54); -INSERT INTO `mob_groups` VALUES (9931,630,204,86400,0,465,25000,0,70,70); -INSERT INTO `mob_groups` VALUES (9932,744,204,1056,0,545,0,0,41,43); -INSERT INTO `mob_groups` VALUES (9933,770,204,1056,0,565,0,0,56,58); -INSERT INTO `mob_groups` VALUES (9934,862,204,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9935,888,204,0,128,0,0,0,53,53); -INSERT INTO `mob_groups` VALUES (9936,896,204,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9937,913,204,1056,4,640,0,0,56,58); -INSERT INTO `mob_groups` VALUES (9938,1120,204,1056,0,800,0,0,54,56); -INSERT INTO `mob_groups` VALUES (9939,1122,204,1056,0,801,0,0,41,43); -INSERT INTO `mob_groups` VALUES (9940,1164,204,115200,0,835,0,0,63,63); -INSERT INTO `mob_groups` VALUES (9941,1754,204,21600,0,1519,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9942,1921,204,1056,0,1659,0,0,61,63); -INSERT INTO `mob_groups` VALUES (9943,2043,204,1056,4,1755,0,0,56,58); -INSERT INTO `mob_groups` VALUES (9944,2231,204,1056,0,0,0,0,59,61); -INSERT INTO `mob_groups` VALUES (9945,2678,204,21600,128,2303,0,0,62,62); -INSERT INTO `mob_groups` VALUES (9946,2907,204,115200,0,2486,0,0,63,63); -INSERT INTO `mob_groups` VALUES (9947,3051,204,1056,0,2714,0,0,43,45); -INSERT INTO `mob_groups` VALUES (9948,3312,204,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9949,3358,204,1056,0,2959,0,0,40,42); -INSERT INTO `mob_groups` VALUES (9950,3561,204,1056,0,3140,0,0,44,46); -INSERT INTO `mob_groups` VALUES (9951,3709,204,115200,0,3285,0,0,63,63); -INSERT INTO `mob_groups` VALUES (9952,3723,204,1056,0,3297,0,0,55,58); -INSERT INTO `mob_groups` VALUES (9953,3841,204,1056,0,3431,0,0,53,55); -INSERT INTO `mob_groups` VALUES (9954,3992,204,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9955,4006,204,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9956,4092,204,1056,0,3656,0,0,38,40); -INSERT INTO `mob_groups` VALUES (9957,4098,204,1056,0,3657,0,0,50,52); -INSERT INTO `mob_groups` VALUES (9958,4112,204,1056,0,3671,0,0,55,57); -INSERT INTO `mob_groups` VALUES (9959,4127,204,1056,0,3686,0,0,40,42); -INSERT INTO `mob_groups` VALUES (9960,4323,204,115200,128,4137,0,0,63,63); -INSERT INTO `mob_groups` VALUES (9961,4498,204,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9962,265,205,285120,0,191,0,0,85,85); -INSERT INTO `mob_groups` VALUES (9963,266,205,1056,0,192,0,0,73,76); -INSERT INTO `mob_groups` VALUES (9964,494,205,0,128,0,0,0,64,65); -INSERT INTO `mob_groups` VALUES (9965,496,205,0,128,0,0,0,64,65); -INSERT INTO `mob_groups` VALUES (9966,497,205,0,128,0,0,0,64,65); -INSERT INTO `mob_groups` VALUES (9967,498,205,0,128,368,0,0,80,81); -INSERT INTO `mob_groups` VALUES (9968,607,205,0,128,0,50000,0,82,82); -INSERT INTO `mob_groups` VALUES (9969,1044,205,1056,2,747,0,0,60,64); -INSERT INTO `mob_groups` VALUES (9970,1073,205,1056,0,758,0,0,63,69); -INSERT INTO `mob_groups` VALUES (9971,1238,205,1056,0,880,0,0,70,73); -INSERT INTO `mob_groups` VALUES (9972,1401,205,7920,0,1026,0,0,71,72); -INSERT INTO `mob_groups` VALUES (9973,1634,205,1056,0,1204,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9974,1637,205,1056,0,1221,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9975,1687,205,1056,0,1373,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9976,1711,205,1056,0,1452,0,0,66,69); -INSERT INTO `mob_groups` VALUES (9977,1721,205,0,128,0,0,0,53,55); -INSERT INTO `mob_groups` VALUES (9978,2015,205,1056,0,1720,0,0,75,78); -INSERT INTO `mob_groups` VALUES (9979,2226,205,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9980,2405,205,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9981,2420,205,14400,0,2064,0,0,74,76); -INSERT INTO `mob_groups` VALUES (9982,2484,205,0,128,2128,0,0,65,65); -INSERT INTO `mob_groups` VALUES (9983,2664,205,0,128,2290,0,0,63,69); -INSERT INTO `mob_groups` VALUES (9984,2842,205,1056,0,2429,0,0,68,72); -INSERT INTO `mob_groups` VALUES (9985,2904,205,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9986,2963,205,1056,0,2524,0,0,61,65); -INSERT INTO `mob_groups` VALUES (9987,3444,205,0,128,0,0,0,74,79); -INSERT INTO `mob_groups` VALUES (9988,3808,205,1056,0,3407,0,0,70,73); -INSERT INTO `mob_groups` VALUES (9989,3844,205,0,128,3432,0,0,72,74); -INSERT INTO `mob_groups` VALUES (9990,4066,205,86400,0,3642,0,0,73,76); -INSERT INTO `mob_groups` VALUES (9991,4245,205,1056,0,4023,0,0,71,78); -INSERT INTO `mob_groups` VALUES (9992,4246,205,1056,0,4024,0,0,62,68); -INSERT INTO `mob_groups` VALUES (9993,4248,205,1056,0,4025,0,0,61,64); -INSERT INTO `mob_groups` VALUES (9994,4258,205,21600,0,4031,0,0,79,80); -INSERT INTO `mob_groups` VALUES (9995,42,206,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (9996,72,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9997,117,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (9998,127,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (9999,129,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10000,160,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10001,223,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10002,248,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10003,385,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10004,629,206,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (10005,685,206,1,0,0,0,0,1,1); -INSERT INTO `mob_groups` VALUES (10006,686,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10007,687,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10008,688,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10009,824,206,0,128,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10010,938,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10011,1050,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10012,1076,206,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (10013,1161,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10014,1163,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10015,1342,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10016,1343,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10017,1424,206,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (10018,1497,206,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (10019,1519,206,0,128,0,0,0,40,40); -INSERT INTO `mob_groups` VALUES (10020,1620,206,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (10021,1854,206,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (10022,1925,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10023,2045,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10024,2147,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10025,2319,206,0,128,0,1800,1000,70,70); -INSERT INTO `mob_groups` VALUES (10026,2460,206,0,128,0,1800,1000,70,70); -INSERT INTO `mob_groups` VALUES (10027,2494,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10028,2588,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10029,2828,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10030,2829,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10031,2830,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10032,2831,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10033,3227,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10034,3315,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10035,3385,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10036,3386,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10037,3390,206,0,128,0,0,0,30,30); -INSERT INTO `mob_groups` VALUES (10038,3530,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10039,3532,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10040,3533,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10041,3535,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10042,3612,206,0,128,0,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10043,3701,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10044,3915,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10045,4006,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10046,4119,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10047,4132,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10048,4205,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10049,4294,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10050,4310,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10051,4312,206,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10052,4350,206,0,128,0,0,0,50,50); -INSERT INTO `mob_groups` VALUES (10053,4374,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10054,4483,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10055,4498,206,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10056,1341,207,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10057,2050,207,0,128,0,700,0,20,23); -INSERT INTO `mob_groups` VALUES (10058,128,208,0,128,0,0,0,72,72); -INSERT INTO `mob_groups` VALUES (10059,165,208,1056,0,121,0,0,62,72); -INSERT INTO `mob_groups` VALUES (10060,166,208,1056,0,122,0,0,62,72); -INSERT INTO `mob_groups` VALUES (10061,169,208,86400,0,125,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10062,175,208,1056,0,131,0,0,52,59); -INSERT INTO `mob_groups` VALUES (10063,178,208,1320,0,134,0,128,72,74); -INSERT INTO `mob_groups` VALUES (10064,179,208,21600,0,135,0,0,65,66); -INSERT INTO `mob_groups` VALUES (10065,180,208,28800,0,136,0,0,65,65); -INSERT INTO `mob_groups` VALUES (10066,181,208,1320,0,137,0,0,72,74); -INSERT INTO `mob_groups` VALUES (10067,182,208,1056,0,138,0,0,52,59); -INSERT INTO `mob_groups` VALUES (10068,183,208,21600,0,139,0,0,65,65); -INSERT INTO `mob_groups` VALUES (10069,184,208,1056,0,140,0,0,62,72); -INSERT INTO `mob_groups` VALUES (10070,188,208,1056,0,144,0,0,52,59); -INSERT INTO `mob_groups` VALUES (10071,190,208,1056,0,146,0,0,62,72); -INSERT INTO `mob_groups` VALUES (10072,191,208,21600,0,147,0,0,72,74); -INSERT INTO `mob_groups` VALUES (10073,672,208,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10074,674,208,14400,0,499,0,0,56,58); -INSERT INTO `mob_groups` VALUES (10075,1033,208,21600,0,728,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10076,1606,208,1056,0,1181,0,0,62,65); -INSERT INTO `mob_groups` VALUES (10077,1607,208,0,128,0,0,0,63,68); -INSERT INTO `mob_groups` VALUES (10078,1894,208,7200,0,1631,0,0,65,65); -INSERT INTO `mob_groups` VALUES (10079,1928,208,1056,0,1666,0,0,51,58); -INSERT INTO `mob_groups` VALUES (10080,1987,208,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10081,2664,208,0,128,2291,0,0,56,59); -INSERT INTO `mob_groups` VALUES (10082,2923,208,21600,0,2494,0,0,60,60); -INSERT INTO `mob_groups` VALUES (10083,3193,208,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10084,3201,208,7920,0,2830,0,0,72,72); -INSERT INTO `mob_groups` VALUES (10085,3428,208,1056,0,0,0,0,52,59); -INSERT INTO `mob_groups` VALUES (10086,3438,208,54000,0,3033,0,0,55,55); -INSERT INTO `mob_groups` VALUES (10087,3453,208,1056,0,3040,0,0,62,65); -INSERT INTO `mob_groups` VALUES (10088,3454,208,1056,0,3041,0,0,51,59); -INSERT INTO `mob_groups` VALUES (10089,3456,208,1056,0,3047,0,0,56,59); -INSERT INTO `mob_groups` VALUES (10090,3459,208,1056,0,3050,0,0,51,55); -INSERT INTO `mob_groups` VALUES (10091,3461,208,1056,0,3052,0,0,65,68); -INSERT INTO `mob_groups` VALUES (10092,3727,208,1056,0,3300,0,0,62,68); -INSERT INTO `mob_groups` VALUES (10093,3999,208,0,128,0,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10094,4001,208,5400,128,3588,0,0,72,74); -INSERT INTO `mob_groups` VALUES (10095,4003,208,0,128,3589,0,0,60,62); -INSERT INTO `mob_groups` VALUES (10096,4126,208,0,128,0,0,0,65,65); -INSERT INTO `mob_groups` VALUES (10097,4498,208,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10098,1160,209,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10099,1451,209,0,128, 0,6000,0,56,56); -INSERT INTO `mob_groups` VALUES (10100,3931,209,0,128,0,700,0,20,23); -INSERT INTO `mob_groups` VALUES (10101,2402,211,0,128,0,700,0,20,23); -INSERT INTO `mob_groups` VALUES (10102,4309,211,0,128,0,0,0,75,75); -INSERT INTO `mob_groups` VALUES (10103,109,212,31680,128,77,0,0,80,80); -INSERT INTO `mob_groups` VALUES (10104,163,212,1056,0,120,0,0,77,79); -INSERT INTO `mob_groups` VALUES (10105,339,212,21600,128,241,0,0,77,81); -INSERT INTO `mob_groups` VALUES (10106,348,212,0,128,247,0,0,82,82); -INSERT INTO `mob_groups` VALUES (10107,584,212,86400,128,434,0,0,80,80); -INSERT INTO `mob_groups` VALUES (10108,976,212,1056,0,684,0,0,73,76); -INSERT INTO `mob_groups` VALUES (10109,1082,212,1056,0,761,0,0,75,77); -INSERT INTO `mob_groups` VALUES (10110,1083,212,1056,0,766,0,0,65,67); -INSERT INTO `mob_groups` VALUES (10111,1085,212,1056,0,774,0,0,65,67); -INSERT INTO `mob_groups` VALUES (10112,1087,212,1056,0,776,0,0,76,78); -INSERT INTO `mob_groups` VALUES (10113,1160,212,1056,4,829,0,0,75,77); -INSERT INTO `mob_groups` VALUES (10114,1255,212,924,0,898,0,0,15,17); -INSERT INTO `mob_groups` VALUES (10115,1341,212,1056,4,957,0,0,75,77); -INSERT INTO `mob_groups` VALUES (10116,1550,212,0,128,1145,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10117,1632,212,11880,128,1199,0,0,55,59); -INSERT INTO `mob_groups` VALUES (10118,1634,212,924,0,1205,0,0,65,68); -INSERT INTO `mob_groups` VALUES (10119,1687,212,924,0,1374,0,0,65,68); -INSERT INTO `mob_groups` VALUES (10120,1701,212,924,0,1418,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10121,1705,212,924,0,1429,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10122,1709,212,924,0,1436,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10123,1711,212,1056,0,1453,0,0,65,68); -INSERT INTO `mob_groups` VALUES (10124,1728,212,0,128,0,0,0,53,55); -INSERT INTO `mob_groups` VALUES (10125,1804,212,924,0,1557,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10126,1901,212,924,0,1640,0,0,45,48); -INSERT INTO `mob_groups` VALUES (10127,1924,212,924,0,1661,0,0,44,48); -INSERT INTO `mob_groups` VALUES (10128,2310,212,924,0,1974,0,0,45,48); -INSERT INTO `mob_groups` VALUES (10129,2311,212,924,0,1979,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10130,2469,212,0,128,2110,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10131,2491,212,924,0,2142,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10132,2648,212,0,128,2262,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10133,2806,212,0,128,2416,0,0,70,70); -INSERT INTO `mob_groups` VALUES (10134,3375,212,1056,0,2985,0,0,65,68); -INSERT INTO `mob_groups` VALUES (10135,3856,212,21600,128,3441,0,0,78,79); -INSERT INTO `mob_groups` VALUES (10136,4065,212,1200,0,3640,0,0,78,80); -INSERT INTO `mob_groups` VALUES (10137,4100,212,86400,128,3659,0,0,80,82); -INSERT INTO `mob_groups` VALUES (10138,4390,212,43200,128,4200,0,0,70,75); -INSERT INTO `mob_groups` VALUES (10139,71,213,1056,4,41,0,0,60,62); -INSERT INTO `mob_groups` VALUES (10140,758,213,1056,0,555,0,0,50,53); -INSERT INTO `mob_groups` VALUES (10141,1373,213,1056,0,981,0,0,55,59); -INSERT INTO `mob_groups` VALUES (10142,1634,213,1056,0,1201,0,0,66,69); -INSERT INTO `mob_groups` VALUES (10143,1637,213,1056,0,1222,0,0,66,69); -INSERT INTO `mob_groups` VALUES (10144,1641,213,1056,0,1231,0,0,51,58); -INSERT INTO `mob_groups` VALUES (10145,1654,213,1056,0,1285,0,0,51,58); -INSERT INTO `mob_groups` VALUES (10146,1677,213,1056,0,1350,0,0,51,58); -INSERT INTO `mob_groups` VALUES (10147,1687,213,924,0,1375,0,0,66,69); -INSERT INTO `mob_groups` VALUES (10148,1689,213,1056,0,1376,0,0,51,58); -INSERT INTO `mob_groups` VALUES (10149,1701,213,1056,0,1424,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10150,1705,213,1056,0,1430,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10151,1709,213,1056,0,1441,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10152,1711,213,1056,0,1454,0,0,66,69); -INSERT INTO `mob_groups` VALUES (10153,1728,213,0,128,1469,0,0,33,35); -INSERT INTO `mob_groups` VALUES (10154,1741,213,1056,0,1498,0,0,46,49); -INSERT INTO `mob_groups` VALUES (10155,1920,213,21600,128,1658,0,0,66,66); -INSERT INTO `mob_groups` VALUES (10156,2310,213,1056,0,1975,0,0,45,48); -INSERT INTO `mob_groups` VALUES (10157,2312,213,1056,0,1980,0,0,71,74); -INSERT INTO `mob_groups` VALUES (10158,2439,213,86400,128,2079,0,0,74,77); -INSERT INTO `mob_groups` VALUES (10159,2612,213,0,128,0,0,0,80,80); -INSERT INTO `mob_groups` VALUES (10160,2775,213,1056,0,2390,0,0,51,57); -INSERT INTO `mob_groups` VALUES (10161,2790,213,9000,128,2404,0,0,50,52); -INSERT INTO `mob_groups` VALUES (10162,2809,213,21600,128,2418,0,0,75,77); -INSERT INTO `mob_groups` VALUES (10163,3063,213,46800,128,2722,0,0,65,70); -INSERT INTO `mob_groups` VALUES (10164,3113,213,61200,128,2757,0,0,61,61); -INSERT INTO `mob_groups` VALUES (10165,3706,213,7920,128,3282,0,0,69,71); -INSERT INTO `mob_groups` VALUES (10166,3835,213,1056,0,3425,0,0,60,63); -INSERT INTO `mob_groups` VALUES (10167,3976,213,1056,0,3567,0,0,70,73); -INSERT INTO `mob_groups` VALUES (10168,3992,213,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10169,4074,213,0,128,0,0,0,60,65); -INSERT INTO `mob_groups` VALUES (10170,4309,213,1056,4,4118,0,0,60,62); -INSERT INTO `mob_groups` VALUES (10171,4389,213,1056,0,4199,0,0,72,75); -INSERT INTO `mob_groups` VALUES (10172,61,215,0,0,32,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10173,115,215,0,0,82,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10174,116,215,0,0,83,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10175,282,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10176,356,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10177,357,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10178,398,215,0,0,278,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10179,448,215,0,0,321,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10180,700,215,0,0,514,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10181,701,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10182,835,215,0,0,598,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10183,869,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10184,943,215,0,0,665,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10185,945,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10186,956,215,0,0,671,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10187,1048,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10188,1117,215,0,0,797,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10189,1162,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10190,1176,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10191,1236,215,0,0,879,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10192,1243,215,0,0,885,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10193,1246,215,0,0,891,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10194,1259,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10195,1439,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10196,1446,215,0,0,1069,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10197,1547,215,0,0,1142,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10198,1789,215,0,0,1543,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10199,1844,215,0,0,1605,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10200,1889,215,0,0,1627,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10201,2053,215,0,0,1768,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10202,2061,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10203,2084,215,0,0,1790,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10204,2091,215,0,0,1794,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10205,2109,215,0,0,1812,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10206,2183,215,0,0,1869,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10207,2219,215,0,0,1891,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10208,2454,215,0,0,2097,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10209,2459,215,0,0,2106,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10210,2650,215,0,0,2267,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10211,2773,215,0,0,2387,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10212,2785,215,0,0,2403,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10213,2876,215,0,0,2461,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10214,2991,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10215,3077,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10216,3087,215,0,0,2738,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10217,3247,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10218,3266,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10219,3308,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10220,3329,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10221,3364,215,0,0,2963,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10222,3365,215,0,0,2964,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10223,3382,215,0,0,3002,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10224,3498,215,0,0,3082,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10225,3508,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10226,3678,215,0,0,3241,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10227,3746,215,0,0,3325,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10228,3798,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10229,3813,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10230,3861,215,0,0,3444,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10231,3881,215,0,0,3452,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10232,3932,215,0,0,3529,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10233,3989,215,0,0,3576,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10234,4051,215,0,0,3625,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10235,4080,215,0,0,3648,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10236,4229,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10237,4230,215,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10238,4288,215,0,0,4071,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10239,4328,215,0,0,4138,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10240,4329,215,0,0,4139,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10241,4400,215,0,0,4207,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10242,25,216,0,0,6,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10243,26,216,0,0,7,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10244,108,216,0,0,75,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10245,124,216,0,0,92,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10246,256,216,0,0,186,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10247,276,216,0,0,198,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10248,279,216,0,0,201,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10249,293,216,0,0,208,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10250,356,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10251,357,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10252,481,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10253,533,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10254,589,216,0,0,439,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10255,678,216,0,0,501,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10256,729,216,0,0,529,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10257,750,216,0,0,551,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10258,825,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10259,869,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10260,945,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10261,1037,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10262,1048,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10263,1142,216,0,0,816,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10264,1157,216,0,0,827,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10265,1162,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10266,1176,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10267,1243,216,0,0,886,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10268,1246,216,0,0,891,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10269,1258,216,0,0,901,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10270,1359,216,0,0,969,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10271,1427,216,0,0,1052,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10272,1437,216,0,0,1059,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10273,1475,216,0,0,1086,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10274,1766,216,0,0,1529,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10275,1842,216,0,0,1603,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10276,1932,216,0,0,1668,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10277,2061,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10278,2093,216,0,0,1795,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10279,2094,216,0,0,1796,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10280,2095,216,0,0,1797,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10281,2139,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10282,2195,216,0,0,1872,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10283,2302,216,0,0,1972,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10284,2418,216,0,0,2062,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10285,2553,216,0,0,2196,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10286,2567,216,0,0,2204,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10287,2666,216,0,0,2293,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10288,2682,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10289,2781,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10290,2819,216,0,0,2421,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10291,2905,216,0,0,2484,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10292,2918,216,0,0,2489,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10293,2933,216,0,0,2498,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10294,2991,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10295,2992,216,0,0,2555,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10296,3074,216,0,0,2727,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10297,3077,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10298,3210,216,0,0,2832,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10299,3247,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10300,3266,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10301,3329,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10302,3508,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10303,3610,216,0,0,3190,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10304,3635,216,0,0,3211,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10305,3661,216,0,0,3231,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10306,3695,216,0,0,3273,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10307,3748,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10308,3798,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10309,3813,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10310,4007,216,0,0,3592,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10311,4056,216,0,0,3633,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10312,4229,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10313,4230,216,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10314,58,217,0,0,31,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10315,245,217,0,0,179,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10316,308,217,0,0,221,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10317,356,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10318,357,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10319,442,217,0,0,315,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10320,572,217,0,0,424,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10321,712,217,0,0,522,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10322,734,217,0,0,534,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10323,757,217,0,0,554,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10324,869,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10325,891,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10326,945,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10327,1014,217,0,0,718,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10328,1048,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10329,1053,217,0,0,753,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10330,1140,217,0,0,815,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10331,1148,217,0,0,819,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10332,1162,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10333,1176,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10334,1243,217,0,0,885,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10335,1246,217,0,0,892,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10336,1436,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10337,1629,217,0,0,1196,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10338,1828,217,0,0,1589,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10339,1890,217,0,0,1628,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10340,1929,217,0,0,1667,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10341,1964,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10342,1998,217,0,0,1708,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10343,2056,217,0,0,1774,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10344,2057,217,0,0,1775,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10345,2061,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10346,2092,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10347,2142,217,0,0,1841,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10348,2178,217,0,0,1868,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10349,2194,217,0,0,1871,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10350,2212,217,0,0,1888,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10351,2218,217,0,0,1890,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10352,2440,217,0,0,2080,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10353,2749,217,0,0,2356,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10354,2991,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10355,3077,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10356,3101,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10357,3110,217,0,0,2755,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10358,3161,217,0,0,2805,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10359,3247,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10360,3266,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10361,3278,217,0,0,2907,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10362,3314,217,0,0,2921,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10363,3329,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10364,3372,217,0,0,2977,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10365,3417,217,0,0,3018,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10366,3508,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10367,3513,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10368,3528,217,0,0,3106,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10369,3547,217,0,0,3125,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10370,3594,217,0,0,3181,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10371,3632,217,0,0,3210,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10372,3665,217,0,0,3232,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10373,3673,217,0,0,3237,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10374,3726,217,0,0,3299,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10375,3735,217,0,0,3311,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10376,3786,217,0,0,3380,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10377,3798,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10378,3813,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10379,4229,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10380,4230,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10381,4268,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10382,4347,217,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10383,4392,217,0,0,4202,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10384,75,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10385,78,218,0,0,48,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10386,102,218,0,0,61,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10387,161,218,0,0,118,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10388,229,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10389,321,218,0,0,227,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10390,323,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10391,350,218,0,0,249,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10392,368,218,0,0,257,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10393,391,218,0,0,273,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10394,499,218,0,0,369,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10395,544,218,0,0,406,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10396,570,218,0,0,423,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10397,593,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10398,615,218,0,0,452,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10399,713,218,0,0,523,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10400,859,218,0,0,611,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10401,1005,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10402,1008,218,0,0,712,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10403,1106,218,0,0,788,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10404,1136,218,0,0,810,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10405,1137,218,0,0,811,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10406,1160,218,0,0,834,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10407,1210,218,0,0,867,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10408,1253,218,0,0,897,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10409,1311,218,0,0,937,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10410,1341,218,0,0,960,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10411,1476,218,0,0,1087,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10412,1487,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10413,1908,218,0,0,1645,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10414,1913,218,0,0,1649,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10415,2096,218,0,0,1798,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10416,2278,218,0,0,1951,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10417,2432,218,0,0,2075,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10418,2551,218,0,0,2194,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10419,2804,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10420,2805,218,0,0,2415,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10421,2930,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10422,3061,218,0,0,2721,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10423,3071,218,0,0,2725,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10424,3323,218,0,0,2925,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10425,3457,218,0,0,3048,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10426,3458,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10427,3460,218,0,0,3051,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10428,3585,218,0,0,3176,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10429,3589,218,0,0,3180,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10430,3798,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10431,3813,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10432,3832,218,0,0,3422,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10433,4099,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10434,4116,218,0,0,3673,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10435,4249,218,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10436,4316,218,0,0,4123,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10437,1213,220,0,129,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (10438,2934,220,0,128,2499,0,0,10,14); -INSERT INTO `mob_groups` VALUES (10439,2937,220,0,128,2505,0,0,15,19); -INSERT INTO `mob_groups` VALUES (10440,3127,220,0,128,2766,0,0,22,25); -INSERT INTO `mob_groups` VALUES (10441,3138,220,0,128,2777,0,0,20,22); -INSERT INTO `mob_groups` VALUES (10442,3520,220,0,128,3093,0,0,10,20); -INSERT INTO `mob_groups` VALUES (10443,3522,220,0,128,3096,0,0,60,62); -INSERT INTO `mob_groups` VALUES (10444,3523,220,0,128,3099,0,0,21,29); -INSERT INTO `mob_groups` VALUES (10445,3524,220,0,128,3101,0,0,10,20); -INSERT INTO `mob_groups` VALUES (10446,3912,220,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10447,4309,220,0,128,4119,0,0,27,29); -INSERT INTO `mob_groups` VALUES (10448,2934,221,0,128,2500,0,0,10,14); -INSERT INTO `mob_groups` VALUES (10449,2937,221,0,128,2506,0,0,15,19); -INSERT INTO `mob_groups` VALUES (10450,3127,221,0,128,2767,0,0,22,25); -INSERT INTO `mob_groups` VALUES (10451,3138,221,0,128,2778,0,0,20,22); -INSERT INTO `mob_groups` VALUES (10452,3520,221,0,128,3094,0,0,10,20); -INSERT INTO `mob_groups` VALUES (10453,3522,221,0,128,3097,0,0,60,62); -INSERT INTO `mob_groups` VALUES (10454,3523,221,0,128,3100,0,0,21,29); -INSERT INTO `mob_groups` VALUES (10455,3524,221,0,128,3102,0,0,10,20); -INSERT INTO `mob_groups` VALUES (10456,3912,221,0,128,3521,0,0,27,29); -INSERT INTO `mob_groups` VALUES (10457,4309,221,0,128,4120,0,0,27,29); -INSERT INTO `mob_groups` VALUES (10458,428,227,0,128,305,0,0,67,68); -INSERT INTO `mob_groups` VALUES (10459,844,227,0,128,0,0,0,28,31); -INSERT INTO `mob_groups` VALUES (10460,1213,227,0,128,0,0,0,55,55); -INSERT INTO `mob_groups` VALUES (10461,2934,227,0,128,2500,0,0,10,14); -INSERT INTO `mob_groups` VALUES (10462,2937,227,0,128,2506,0,0,15,19); -INSERT INTO `mob_groups` VALUES (10463,3127,227,0,128,2767,0,0,22,25); -INSERT INTO `mob_groups` VALUES (10464,3138,227,0,128,2778,0,0,20,22); -INSERT INTO `mob_groups` VALUES (10465,3520,227,0,128,3094,0,0,10,20); -INSERT INTO `mob_groups` VALUES (10466,3523,227,0,128,3100,0,0,21,29); -INSERT INTO `mob_groups` VALUES (10467,3524,227,0,128,3102,0,0,10,14); -INSERT INTO `mob_groups` VALUES (10468,3605,227,0,128,0,0,0,36,39); -INSERT INTO `mob_groups` VALUES (10469,844,228,0,128,601,0,0,28,31); -INSERT INTO `mob_groups` VALUES (10470,2934,228,0,128,2500,0,0,10,14); -INSERT INTO `mob_groups` VALUES (10471,2937,228,0,128,2506,0,0,15,19); -INSERT INTO `mob_groups` VALUES (10472,3127,228,0,128,2767,0,0,22,25); -INSERT INTO `mob_groups` VALUES (10473,3138,228,0,128,2778,0,0,20,22); -INSERT INTO `mob_groups` VALUES (10474,3520,228,0,128,3094,0,0,10,20); -INSERT INTO `mob_groups` VALUES (10475,3523,228,0,128,3100,0,0,21,29); -INSERT INTO `mob_groups` VALUES (10476,3524,228,0,128,3102,0,0,10,20); -INSERT INTO `mob_groups` VALUES (10477,3605,228,0,128,3186,0,0,36,39); -INSERT INTO `mob_groups` VALUES (10478,3626,228,0,128,3200,0,0,68,70); -INSERT INTO `mob_groups` VALUES (10636,48,253,0,0,28,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10637,135,253,0,0,97,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10638,195,253,0,0,151,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10639,284,253,0,0,203,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10640,296,253,0,0,212,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10641,323,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10642,392,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10643,446,253,0,0,319,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10644,480,253,0,0,351,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10645,593,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10646,720,253,0,0,526,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10647,722,253,0,0,527,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10648,826,253,0,0,587,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10649,1025,253,0,0,727,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10650,1173,253,0,0,840,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10651,1212,253,0,0,869,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10652,1256,253,0,0,899,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10653,1371,253,0,0,980,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10654,1430,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10655,1487,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10656,1966,253,0,0,1692,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10657,2040,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10658,2043,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10659,2069,253,0,0,1781,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10660,2075,253,0,0,1786,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10661,2098,253,0,0,1800,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10662,2106,253,0,0,1810,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10663,2277,253,0,0,1950,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10664,2298,253,0,0,1970,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10665,2460,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10666,2603,253,0,0,2236,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10667,2952,253,0,0,2513,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10668,2972,253,0,0,2534,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10669,3092,253,0,0,2743,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10670,3322,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10671,3348,253,0,0,2946,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10672,3356,253,0,0,2951,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10673,3387,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10674,3623,253,0,0,3198,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10675,3636,253,0,0,3212,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10676,3686,253,0,0,3266,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10677,3722,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10678,3798,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10679,3804,253,0,0,3398,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10680,3817,253,0,0,3410,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10681,4006,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10682,4099,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10683,4104,253,0,0,3664,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10684,4222,253,0,0,4008,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10685,4223,253,0,0,4009,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10686,4309,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10687,4403,253,0,0,4210,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10688,4493,253,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10689,71,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10690,83,254,0,0,52,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10691,114,254,0,0,81,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10692,270,254,0,0,196,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10693,309,254,0,0,222,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10694,323,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10695,492,254,0,0,365,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10696,587,254,0,0,438,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10697,593,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10698,913,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10699,950,254,0,0,667,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10700,961,254,0,0,675,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10701,1305,254,0,0,936,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10702,1367,254,0,0,975,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10703,1428,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10704,1434,254,0,0,1057,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10705,1455,254,0,0,1074,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10706,1487,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10707,1619,254,0,0,1184,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10708,1621,254,0,0,1185,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10709,1686,254,0,0,1370,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10710,1700,254,0,0,1416,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10711,1945,254,0,0,1676,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10712,2055,254,0,0,1773,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10713,2097,254,0,0,1799,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10714,2122,254,0,0,1821,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10715,2274,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10716,2441,254,0,0,2081,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10717,2474,254,0,0,2115,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10718,2613,254,0,0,2242,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10719,2665,254,0,0,2292,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10720,2733,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10721,2887,254,0,0,2473,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10722,3108,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10723,3148,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10724,3173,254,0,0,2816,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10725,3237,254,0,0,2880,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10726,3313,254,0,0,2920,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10727,3350,254,0,0,2947,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10728,3538,254,0,0,3112,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10729,3542,254,0,0,3122,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10730,3631,254,0,0,3209,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10731,3742,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10732,3787,254,0,0,3381,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10733,3798,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10734,3802,254,0,0,3391,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10735,3859,254,0,0,3443,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10736,3883,254,0,0,3454,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10737,4099,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10738,4101,254,0,0,3660,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10739,4122,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10740,4395,254,0,0,4204,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10741,4498,254,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10742,3199,255,0,0,0,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10743,3604,255,0,0,3185,0,0,0,0); -INSERT INTO `mob_groups` VALUES (10744,4577,153,330,0,4367,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10745,4578,153,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10746,2292,174,330,0,1965,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10747,3677,174,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10748,2763,172,330,0,2371,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10749,4053,172,330,0,3631,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10750,3371,172,330,0,2976,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10751,2385,172,330,0,2037,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10752,2910,167,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10753,4321,167,330,0,4132,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10754,2764,167,330,0,2378,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10755,1900,167,330,0,1639,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10756,1471,167,330,0,1082,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10757,4112,204,330,0,3671,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10758,1120,204,330,0,800,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10759,4127,204,330,0,3686,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10760,4580,212,330,0,4369,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10761,4579,212,330,0,4368,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10762,689,200,330,0,504,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10763,1922,200,330,0,1660,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10764,1440,200,330,0,1063,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10765,2272,197,330,0,1947,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10766,4322,197,330,0,4135,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10767,1990,197,330,0,1705,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10768,2229,197,330,0,1897,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10769,1082,196,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10770,1083,196,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10771,1099,196,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10772,2292,196,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10773,1690,191,330,0,1390,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10774,1715,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10775,1683,191,330,0,1367,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10776,2292,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10777,2310,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10778,4272,191,330,0,4040,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10779,2963,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10780,3375,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10781,2311,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10782,1710,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10783,1662,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10784,1684,191,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10785,3375,173,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10786,3901,173,330,0,3475,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10787,1264,166,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10788,1044,166,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10789,1637,166,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10790,1664,166,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10791,1637,166,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10792,1695,166,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10793,3946,190,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10794,1044,190,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10795,871,190,330,0,614,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10796,244,190,330,0,178,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10797,372,192,330,0,261,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10798,689,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10799,1693,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10800,1669,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10801,1637,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10802,1082,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10803,1083,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10804,1044,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10805,1637,192,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10806,2073,194,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10807,3395,194,330,0,3004,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10808,1044,194,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10809,378,193,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10810,469,193,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10811,515,193,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10812,689,193,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10813,1082,195,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10814,1083,195,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10815,1898,195,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10816,619,169,330,0,455,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10817,3375,169,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10818,2070,169,330,0,1782,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10819,1085,169,330,0,774,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10820,1083,169,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10821,3755,169,330,0,3345,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10822,871,169,330,0,614,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10823,3177,169,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10824,3934,169,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10825,3165,198,330,0,2813,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10826,3537,198,330,0,3111,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10827,120,198,330,0,89,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10828,646,198,330,0,479,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10829,3768,153,330,0,3355,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10830,289,178,330,0,4377,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10831,1044,200,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10832,1085,213,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10833,1083,213,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10834,831,115,330,0,594,0,0,3,8); -INSERT INTO `mob_groups` VALUES (10835,323,178,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10836,593,178,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10837,1487,178,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10838,4099,178,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10839,4040,4,330,0,3616,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10840,660,4,330,0,488,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10841,3848,4,330,0,3434,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10842,1278,5,330,0,917,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10843,3738,79,330,0,3314,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10844,2580,79,330,0,2218,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10845,3616,61,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10846,4371,61,330,0,4184,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10847,2485,61,330,0,2130,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10848,3984,25,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10849,344,27,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10850,344,28,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10851,2051,29,330,0,1766,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10852,1901,30,330,0,1640,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10853,3231,54,330,0,2873,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10854,258,54,330,0,188,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10855,2318,54,330,0,0,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10856,2890,54,330,0,2476,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10857,959,68,330,0,674,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10858,2782,68,330,0,2400,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10859,2720,68,330,0,2331,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10860,3381,88,330,0,3001,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10861,3490,95,330,0,3070,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10862,1902,82,330,0,1642,0,0,40,42); -INSERT INTO `mob_groups` VALUES (10863,3375,83,330,0,0,0,0,93,94); -INSERT INTO `mob_groups` VALUES (10864,4285,89,330,0,4068,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10865,4375,91,330,0,4187,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10866,2759,97,330,0,2362,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10867,1065,98,330,0,756,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10868,3435,84,330,0,3032,0,0,81,84); -INSERT INTO `mob_groups` VALUES (10869,1933,138,960,0,0,0,0,79,80); -INSERT INTO `mob_groups` VALUES (10870,2950,138,960,0,0,0,0,84,85); -INSERT INTO `mob_groups` VALUES (10871,996,138,960,0,0,0,0,85,85); -INSERT INTO `mob_groups` VALUES (10872,996,138,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10873,996,138,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10874,996,138,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10875,996,138,960,0,0,0,0,85,86); -INSERT INTO `mob_groups` VALUES (10876,996,138,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10877,996,138,960,0,0,0,0,85,86); -INSERT INTO `mob_groups` VALUES (10878,996,138,960,0,0,0,0,85,86); -INSERT INTO `mob_groups` VALUES (10879,1045,155,960,0,749,0,0,80,82); -INSERT INTO `mob_groups` VALUES (10880,1933,155,960,0,0,0,0,79,80); -INSERT INTO `mob_groups` VALUES (10881,2950,155,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10882,1933,155,960,0,0,0,0,81,83); -INSERT INTO `mob_groups` VALUES (10883,1044,155,960,0,0,0,0,80,82); -INSERT INTO `mob_groups` VALUES (10884,2910,155,960,0,0,0,0,89,89); -INSERT INTO `mob_groups` VALUES (10885,3845,155,960,0,0,0,0,83,83); -INSERT INTO `mob_groups` VALUES (10886,996,155,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10887,996,155,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10888,996,155,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10889,996,155,960,0,0,0,0,82,83); -INSERT INTO `mob_groups` VALUES (10890,4593,165,0,128,0,4000,0,60,60); -INSERT INTO `mob_groups` VALUES (10891,4594,72,0,128,4381,32000,0,80,82); -INSERT INTO `mob_groups` VALUES (10892,4642,203,0,128,0,9500,0,63,68); -INSERT INTO `mob_groups` VALUES (10893,4643,202,0,128,0,8000,0,63,68); -INSERT INTO `mob_groups` VALUES (10894,4644,209,0,128,0,9500,0,63,68); -INSERT INTO `mob_groups` VALUES (10895,4645,207,0,128,0,7650,0,63,68); -INSERT INTO `mob_groups` VALUES (10896,4646,211,0,128,0,9500,0,63,68); -INSERT INTO `mob_groups` VALUES (10897,4647,201,0,128,0,9500,0,63,68); -INSERT INTO `mob_groups` VALUES (10898,4649,188,0,128,0,0,0,75,80); -INSERT INTO `mob_groups` VALUES (10899,1027,10,0,128,0,5200,5000,54,55); -INSERT INTO `mob_groups` VALUES (10900,2564,85,0,0,0,8000,5000,71,74); -INSERT INTO `mob_groups` VALUES (10901,4297,85,0,0,0,8000,5000,71,73); -INSERT INTO `mob_groups` VALUES (10902,4357,85,0,0,0,5000,5000,71,73); -INSERT INTO `mob_groups` VALUES (10903,3041,85,16,0,0,8500,5000,77,79); -INSERT INTO `mob_groups` VALUES (10904,2994,85,16,0,0,5500,5000,77,79); -INSERT INTO `mob_groups` VALUES (10905,4309,85,16,0,0,5500,5000,75,75); -INSERT INTO `mob_groups` VALUES (10906,3000,85,16,0,0,9000,5000,77,79); -INSERT INTO `mob_groups` VALUES (10907,3031,85,16,0,0,9000,5000,77,79); -INSERT INTO `mob_groups` VALUES (10908,4370,85,16,0,0,5000,5000,71,73); -INSERT INTO `mob_groups` VALUES (10909,3005,85,16,0,0,8000,5000,77,79); -INSERT INTO `mob_groups` VALUES (10910,2997,85,16,0,0,7500,5000,79,81); -INSERT INTO `mob_groups` VALUES (10911,1903,85,180,0,0,15000,5000,81,81); -INSERT INTO `mob_groups` VALUES (10912,3541,85,0,0,0,9000,5000,77,79); -INSERT INTO `mob_groups` VALUES (10913,1338,85,0,0,0,9000,5000,75,78); -INSERT INTO `mob_groups` VALUES (10914,3912,85,0,0,0,3000,5000,75,75); -INSERT INTO `mob_groups` VALUES (10915,3011,85,16,0,0,13000,5000,81,83); -INSERT INTO `mob_groups` VALUES (10916,259,85,180,0,0,15000,9000,81,83); -INSERT INTO `mob_groups` VALUES (10917,3044,85,22,0,0,8500,9000,79,81); -INSERT INTO `mob_groups` VALUES (10918,3588,85,22,0,0,20000,9000,82,82); -INSERT INTO `mob_groups` VALUES (10919,3007,85,16,0,0,10000,9000,81,83); -INSERT INTO `mob_groups` VALUES (10920,3036,85,16,0,0,9000,9000,81,83); -INSERT INTO `mob_groups` VALUES (10921,3008,85,16,0,0,7500,9000,81,83); -INSERT INTO `mob_groups` VALUES (10922,3003,85,16,0,0,9500,9000,81,83); -INSERT INTO `mob_groups` VALUES (10923,2428,85,16,0,0,6500,6500,80,82); -INSERT INTO `mob_groups` VALUES (10924,3021,85,16,0,0,9500,6500,81,83); -INSERT INTO `mob_groups` VALUES (10925,3030,85,16,0,0,6500,7000,81,83); -INSERT INTO `mob_groups` VALUES (10926,3045,85,16,0,0,8000,6500,81,83); -INSERT INTO `mob_groups` VALUES (10927,2471,85,13,0,0,8000,6500,82,83); -INSERT INTO `mob_groups` VALUES (10928,2381,85,16,0,0,8000,4500,72,75); -INSERT INTO `mob_groups` VALUES (10929,762,85,240,0,0,20000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10930,1108,85,300,0,0,20000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10931,1317,85,300,0,0,15000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10932,88,85,240,0,0,15000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10934,64,85,240,0,0,20000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10935,1293,85,240,0,0,22000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10936,3413,85,240,0,0,22000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10937,761,85,240,0,0,10000,9999,83,83); -INSERT INTO `mob_groups` VALUES (10938,3371,89,240,0,4,5000,9999,75,78); -INSERT INTO `mob_groups` VALUES (10939,3222,89,240,0,4,5000,9999,75,78); -INSERT INTO `mob_groups` VALUES (10940,1955,89,240,0,4,5000,9999,75,78); -INSERT INTO `mob_groups` VALUES (10941,1336,89,240,0,4,5000,9999,75,78); -INSERT INTO `mob_groups` VALUES (10942,1603,89,240,0,4,7000,9999,78,81); -INSERT INTO `mob_groups` VALUES (10943,3378,89,240,0,0,3000,9999,33,37); -INSERT INTO `mob_groups` VALUES (10944,4297,89,240,0,0,4000,9999,39,43); -INSERT INTO `mob_groups` VALUES (10945,4285,89,240,0,0,2500,9999,36,39); -INSERT INTO `mob_groups` VALUES (10946,441,89,240,0,1,4500,9999,49,51); -INSERT INTO `mob_groups` VALUES (10947,71,89,240,0,4,3500,9999,75,80); -INSERT INTO `mob_groups` VALUES (10948,4353,89,240,0,2,3000,9999,43,45); -INSERT INTO `mob_groups` VALUES (10949,4355,89,240,0,0,6500,9999,68,74); -INSERT INTO `mob_groups` VALUES (10950,2275,89,240,0,0,5500,9999,62,64); -INSERT INTO `mob_groups` VALUES (10951,1638,89,240,0,0,5500,9999,62,64); -INSERT INTO `mob_groups` VALUES (10952,1646,89,240,0,0,5500,9999,62,64); -INSERT INTO `mob_groups` VALUES (10953,1664,89,240,0,0,5500,9999,62,64); -INSERT INTO `mob_groups` VALUES (10954,714,89,240,0,0,3500,9999,73,75); -INSERT INTO `mob_groups` VALUES (10955,3912,89,240,0,0,4500,9999,60,60); -INSERT INTO `mob_groups` VALUES (10956,4127,89,240,0,0,4500,9999,43,45); -INSERT INTO `mob_groups` VALUES (10957,2986,89,240,0,0,5500,9999,61,63); -INSERT INTO `mob_groups` VALUES (10958,3463,89,240,0,0,6000,9999,66,69); -INSERT INTO `mob_groups` VALUES (10959,1917,89,240,0,0,6000,9999,66,69); -INSERT INTO `mob_groups` VALUES (10960,3114,89,240,0,0,6500,9999,68,70); -INSERT INTO `mob_groups` VALUES (10961,525,89,240,0,0,5500,9999,66,69); -INSERT INTO `mob_groups` VALUES (10962,3628,89,240,0,0,5500,9999,66,69); -INSERT INTO `mob_groups` VALUES (10964,4477,89,240,0,0,4500,9999,61,63); -INSERT INTO `mob_groups` VALUES (10965,731,89,240,0,0,4500,9999,61,63); -INSERT INTO `mob_groups` VALUES (10966,1083,89,240,0,1,5500,9999,66,69); -INSERT INTO `mob_groups` VALUES (10967,1085,89,240,0,1,5500,9999,66,69); -INSERT INTO `mob_groups` VALUES (10968,538,89,240,0,0,5500,9999,66,69); -INSERT INTO `mob_groups` VALUES (10969,523,89,240,0,0,3800,9999,59,61); -INSERT INTO `mob_groups` VALUES (10970,1808,89,240,0,0,4500,9999,61,63); -INSERT INTO `mob_groups` VALUES (10971,4226,89,240,0,0,4600,9999,61,63); -INSERT INTO `mob_groups` VALUES (10972,473,89,240,0,1,3000,9999,52,54); -INSERT INTO `mob_groups` VALUES (10973,3148,89,240,0,0,3000,9999,56,59); -INSERT INTO `mob_groups` VALUES (10974,1688,89,240,0,0,500,9999,56,59); -INSERT INTO `mob_groups` VALUES (10975,1698,89,240,0,0,5000,9999,62,64); -INSERT INTO `mob_groups` VALUES (10976,2654,89,240,0,0,2000,9999,60,62); -INSERT INTO `mob_groups` VALUES (10977,3276,89,240,0,0,500,9999,56,59); -INSERT INTO `mob_groups` VALUES (10978,3274,89,240,0,0,2500,9999,65,68); -INSERT INTO `mob_groups` VALUES (10979,1793,89,240,0,0,5000,9999,72,75); -INSERT INTO `mob_groups` VALUES (10980,74,89,240,0,0,10000,9999,80,83); -INSERT INTO `mob_groups` VALUES (10981,3617,89,240,0,0,4500,9999,75,77); -INSERT INTO `mob_groups` VALUES (10982,2965,89,240,0,0,4500,9999,66,69); -INSERT INTO `mob_groups` VALUES (10983,4652,89,240,0,0,8000,9999,93,95); -INSERT INTO `mob_groups` VALUES (10984,2373,82,240,0,0,8000,9999,38,41); -INSERT INTO `mob_groups` VALUES (10985,3753,82,240,128,0,3000,9999,40,50); -INSERT INTO `mob_groups` VALUES (10986,2166,82,240,0,0,3000,9999,42,55); -INSERT INTO `mob_groups` VALUES (10987,1405,82,240,0,0,3000,9999,38,41); -INSERT INTO `mob_groups` VALUES (10988,4653,82,10000,0,0,15000,9999,83,85); -INSERT INTO `mob_groups` VALUES (10989,4654,222,240,0,0,100000,9999,99,99); -INSERT INTO `mob_groups` VALUES (11000,3090,68,0,128,0,142000,0,86,88); -INSERT INTO `mob_groups` VALUES (11001,4657,81,330,128,2797,8000,0,72,76); -INSERT INTO `mob_groups` VALUES (11002,4658,81,330,128,560,4444,0,50,51); -INSERT INTO `mob_groups` VALUES (11003,4655,81,330,128,0,4800,0,60,60); -INSERT INTO `mob_groups` VALUES (11004,4656,81,330,128,4391,80000,0,80,85); - +INSERT INTO `mob_groups` (`groupid`, `poolid`, `zoneid`, `respawntime`, `spawntype`, `dropid`, `HP`, `MP`, `minLevel`, `maxLevel`) VALUES + (1, 69, 1, 0, 128, 40, 0, 0, 34, 36), + (2, 417, 1, 0, 128, 299, 0, 0, 20, 24), + (3, 1347, 1, 0, 128, 961, 0, 0, 25, 27), + (4, 1375, 1, 0, 128, 982, 0, 0, 15, 25), + (5, 1535, 1, 0, 128, 1132, 0, 0, 10, 20), + (6, 2987, 1, 0, 128, 2549, 0, 0, 25, 29), + (7, 3048, 1, 0, 128, 0, 0, 0, 32, 32), + (8, 3211, 1, 0, 128, 2833, 0, 0, 29, 31), + (9, 3682, 1, 0, 128, 3245, 0, 0, 15, 19), + (10, 3796, 1, 0, 128, 3388, 0, 0, 37, 38), + (11, 3896, 1, 0, 128, 3459, 0, 0, 10, 20), + (12, 3912, 1, 0, 128, 3481, 0, 0, 27, 29), + (13, 4242, 1, 0, 128, 4020, 0, 0, 45, 45), + (14, 4309, 1, 0, 128, 4087, 0, 0, 27, 29), + (15, 371, 2, 330, 0, 260, 0, 0, 23, 27), + (16, 382, 2, 330, 0, 268, 0, 0, 15, 18), + (17, 421, 2, 330, 0, 302, 0, 0, 29, 33), + (18, 575, 2, 330, 2, 426, 0, 0, 15, 20), + (19, 576, 2, 0, 128, 0, 0, 0, 40, 40), + (20, 743, 2, 0, 128, 538, 0, 0, 20, 24), + (21, 847, 2, 0, 128, 0, 0, 0, 75, 80), + (22, 851, 2, 0, 128, 0, 0, 0, 75, 80), + (23, 1036, 2, 330, 0, 731, 0, 0, 14, 17), + (24, 1065, 2, 330, 0, 755, 0, 0, 27, 30), + (25, 1347, 2, 0, 128, 961, 0, 0, 25, 27), + (26, 1375, 2, 330, 0, 982, 0, 0, 18, 22), + (27, 1406, 2, 330, 0, 1033, 0, 0, 22, 25), + (28, 1409, 2, 330, 0, 1035, 0, 0, 22, 24), + (29, 1517, 2, 330, 1, 1113, 0, 0, 21, 27), + (30, 1518, 2, 330, 1, 1122, 0, 0, 21, 27), + (31, 1622, 2, 330, 0, 1186, 0, 0, 20, 21), + (32, 1807, 2, 0, 128, 1559, 0, 0, 29, 31), + (33, 1934, 2, 0, 128, 1671, 0, 0, 34, 34), + (34, 2373, 2, 330, 0, 2019, 0, 0, 17, 19), + (35, 2579, 2, 330, 0, 2215, 0, 0, 20, 24), + (36, 2784, 2, 0, 128, 2402, 0, 0, 30, 35), + (37, 3004, 2, 330, 0, 2583, 0, 0, 21, 25), + (38, 3009, 2, 330, 0, 2601, 0, 0, 21, 25), + (39, 3017, 2, 330, 0, 2632, 0, 0, 16, 20), + (40, 3023, 2, 330, 0, 2650, 0, 0, 16, 20), + (41, 3032, 2, 330, 0, 0, 0, 0, 21, 25), + (42, 3033, 2, 330, 0, 2674, 0, 0, 16, 20), + (43, 3047, 2, 21600, 0, 0, 0, 0, 37, 39), + (44, 3072, 2, 0, 128, 0, 0, 0, 60, 62), + (45, 3097, 2, 0, 128, 0, 0, 0, 35, 40), + (46, 3164, 2, 330, 0, 2808, 0, 0, 16, 19), + (47, 3424, 2, 330, 0, 3022, 0, 0, 29, 32), + (48, 3614, 2, 330, 0, 3193, 0, 0, 28, 31), + (49, 3682, 2, 0, 128, 3246, 0, 0, 15, 19), + (50, 3724, 2, 330, 2, 3298, 0, 0, 15, 20), + (51, 3728, 2, 330, 0, 3301, 0, 0, 19, 22), + (52, 3733, 2, 330, 0, 3308, 0, 0, 29, 31), + (53, 3747, 2, 330, 0, 3326, 0, 0, 32, 33), + (54, 3752, 2, 330, 0, 3330, 0, 0, 20, 23), + (55, 3912, 2, 330, 4, 3482, 0, 0, 29, 38), + (56, 3970, 2, 0, 128, 0, 0, 0, 60, 64), + (57, 3971, 2, 0, 128, 0, 0, 0, 60, 64), + (58, 3998, 2, 0, 128, 3587, 0, 0, 15, 19), + (59, 4309, 2, 330, 4, 4088, 0, 0, 29, 30), + (60, 4319, 2, 330, 1, 4128, 0, 0, 28, 33), + (61, 4320, 2, 0, 0, 4131, 0, 0, 0, 0), + (62, 4337, 2, 330, 1, 4143, 0, 0, 28, 33), + (63, 4345, 2, 0, 0, 0, 0, 0, 0, 0), + (64, 746, 3, 0, 128, 547, 0, 0, 30, 35), + (65, 769, 3, 0, 128, 564, 0, 0, 40, 42), + (66, 872, 3, 0, 128, 617, 0, 0, 25, 35), + (67, 881, 3, 0, 128, 625, 0, 0, 44, 46), + (68, 1304, 3, 0, 128, 935, 0, 0, 25, 35), + (69, 1516, 3, 0, 128, 1110, 0, 0, 30, 34), + (70, 1807, 3, 0, 128, 1560, 0, 0, 35, 39), + (71, 1891, 3, 0, 128, 1629, 0, 0, 44, 46), + (72, 2286, 3, 0, 128, 1956, 0, 0, 40, 42), + (73, 4106, 3, 0, 128, 3666, 0, 0, 30, 37), + (74, 4519, 3, 0, 128, 4364, 0, 0, 62, 62), + (75, 97, 4, 330, 0, 0, 0, 0, 37, 40), + (76, 204, 4, 0, 128, 154, 0, 0, 40, 42), + (77, 660, 4, 330, 0, 488, 0, 0, 76, 80), + (79, 751, 4, 330, 0, 0, 0, 0, 36, 39), + (80, 793, 4, 330, 0, 0, 0, 0, 32, 35), + (81, 895, 4, 0, 128, 0, 0, 0, 44, 46), + (82, 1181, 4, 330, 0, 844, 0, 0, 33, 36), + (83, 1516, 4, 0, 128, 1111, 0, 0, 30, 34), + (84, 1694, 4, 330, 0, 1395, 0, 0, 33, 36), + (85, 1710, 4, 330, 0, 1442, 0, 0, 33, 36), + (86, 1731, 4, 0, 128, 0, 0, 0, 29, 31), + (87, 1807, 4, 0, 128, 1561, 0, 0, 35, 39), + (88, 1817, 4, 0, 128, 1583, 0, 0, 30, 34), + (89, 1968, 4, 330, 0, 1694, 0, 0, 76, 79), + (90, 1969, 4, 330, 0, 1695, 0, 0, 80, 80), + (91, 1970, 4, 330, 0, 1696, 0, 0, 73, 75), + (92, 1973, 4, 330, 0, 1697, 0, 0, 77, 79), + (93, 1975, 4, 330, 0, 1698, 0, 0, 73, 75), + (94, 1976, 4, 330, 0, 1699, 0, 0, 72, 75), + (95, 1977, 4, 330, 0, 1700, 0, 0, 76, 78), + (96, 1981, 4, 330, 0, 1701, 0, 0, 76, 79), + (97, 1982, 4, 330, 0, 1702, 0, 0, 73, 76), + (98, 2054, 4, 330, 0, 1769, 0, 0, 35, 37), + (99, 2083, 4, 14400, 0, 1788, 0, 0, 46, 47), + (100, 2107, 4, 330, 0, 1811, 0, 0, 34, 38), + (101, 2128, 4, 330, 0, 0, 0, 0, 35, 38), + (102, 2286, 4, 330, 0, 1957, 0, 0, 37, 46), + (104, 2371, 4, 0, 128, 0, 0, 0, 42, 43), + (106, 2565, 4, 330, 0, 2203, 0, 0, 34, 37), + (107, 3111, 4, 0, 128, 0, 0, 0, 48, 48), + (108, 3330, 4, 330, 0, 2928, 0, 0, 36, 38), + (109, 3384, 4, 0, 128, 0, 0, 0, 55, 56), + (110, 3551, 4, 14400, 0, 0, 0, 0, 44, 46), + (111, 3591, 4, 0, 128, 4388, 50000, 0, 84, 86), + (112, 3592, 4, 0, 128, 0, 0, 0, 74, 76), + (116, 3848, 4, 330, 0, 3434, 0, 0, 76, 78), + (117, 3860, 4, 330, 0, 0, 0, 0, 75, 77), + (118, 3980, 4, 330, 0, 0, 0, 0, 38, 40), + (119, 3984, 4, 330, 0, 3574, 0, 0, 71, 73), + (120, 4040, 4, 330, 0, 3616, 0, 0, 73, 76), + (121, 4240, 4, 330, 0, 0, 0, 0, 38, 40), + (122, 62, 5, 330, 0, 33, 0, 0, 77, 80), + (123, 79, 5, 330, 0, 49, 0, 0, 71, 74), + (124, 434, 5, 0, 128, 309, 0, 0, 70, 72), + (125, 500, 5, 14400, 0, 370, 0, 0, 69, 69), + (126, 537, 5, 330, 0, 399, 0, 0, 68, 71), + (127, 553, 5, 330, 0, 411, 0, 0, 62, 65), + (128, 875, 5, 330, 1, 620, 0, 0, 59, 64), + (129, 994, 5, 0, 128, 0, 0, 0, 72, 74), + (130, 1083, 5, 330, 0, 762, 0, 0, 73, 76), + (131, 1085, 5, 330, 0, 770, 0, 0, 66, 70), + (132, 1115, 5, 330, 0, 795, 0, 0, 73, 76), + (133, 1257, 5, 330, 0, 900, 0, 0, 59, 61), + (134, 1278, 5, 330, 0, 917, 0, 0, 73, 75), + (135, 1303, 5, 0, 128, 934, 0, 0, 74, 75), + (136, 1507, 5, 0, 128, 1104, 0, 0, 73, 76), + (137, 1525, 5, 330, 0, 1127, 0, 0, 68, 71), + (138, 1618, 5, 330, 0, 1183, 0, 0, 58, 62), + (139, 1767, 5, 330, 0, 1530, 0, 0, 73, 76), + (140, 2043, 5, 330, 4, 1754, 0, 0, 66, 68), + (141, 2156, 5, 432000, 0, 1852, 80000, 0, 95, 95), + (142, 2164, 5, 330, 0, 1858, 0, 0, 73, 76), + (143, 2234, 5, 0, 0, 1902, 0, 0, 79, 83), + (144, 2235, 5, 0, 0, 1905, 0, 0, 79, 83), + (145, 2243, 5, 330, 0, 1922, 0, 0, 81, 84), + (146, 2249, 5, 330, 0, 1927, 0, 0, 81, 84), + (147, 2256, 5, 330, 0, 0, 0, 0, 79, 82), + (148, 2669, 5, 330, 0, 2295, 0, 0, 69, 72), + (149, 2721, 5, 330, 0, 2332, 0, 0, 79, 82), + (150, 2750, 5, 330, 0, 2357, 0, 0, 67, 70), + (151, 2761, 5, 330, 0, 2364, 0, 0, 66, 70), + (152, 2842, 5, 330, 0, 2426, 0, 0, 69, 72), + (153, 2892, 5, 330, 0, 2478, 0, 0, 68, 70), + (154, 3130, 5, 330, 1, 2769, 0, 0, 67, 72), + (155, 3168, 5, 330, 0, 2814, 0, 0, 65, 68), + (156, 3679, 5, 330, 0, 3242, 0, 0, 80, 82), + (157, 3683, 5, 330, 0, 3263, 0, 0, 60, 63), + (158, 3690, 5, 0, 128, 3269, 0, 0, 71, 72), + (159, 3749, 5, 330, 1, 3328, 0, 0, 71, 76), + (160, 3801, 5, 330, 0, 3389, 0, 0, 73, 76), + (161, 3806, 5, 330, 0, 3402, 0, 0, 65, 68), + (162, 4068, 5, 330, 0, 3643, 0, 0, 72, 75), + (163, 4079, 5, 330, 0, 3647, 0, 0, 60, 63), + (164, 4204, 5, 330, 0, 3986, 0, 0, 58, 61), + (165, 4333, 5, 0, 128, 4141, 0, 0, 70, 72), + (166, 196, 6, 0, 128, 0, 0, 0, 75, 75), + (167, 248, 6, 0, 0, 0, 0, 0, 0, 0), + (168, 383, 6, 0, 128, 0, 0, 0, 75, 75), + (169, 384, 6, 0, 128, 0, 0, 0, 75, 75), + (170, 1190, 6, 0, 128, 0, 0, 0, 75, 75), + (171, 2668, 6, 0, 128, 0, 0, 0, 75, 75), + (172, 3199, 6, 0, 0, 0, 0, 0, 0, 0), + (173, 3598, 6, 0, 0, 0, 0, 0, 0, 0), + (174, 3600, 6, 0, 0, 0, 0, 0, 0, 0), + (175, 3601, 6, 0, 0, 0, 0, 0, 0, 0), + (176, 3684, 6, 0, 128, 0, 0, 0, 60, 60), + (177, 3687, 6, 0, 128, 0, 0, 0, 75, 75), + (178, 71, 7, 330, 4, 41, 0, 0, 41, 43), + (179, 80, 7, 0, 128, 50, 0, 0, 83, 83), + (180, 104, 7, 10800, 0, 66, 0, 0, 75, 77), + (181, 225, 7, 330, 1, 171, 0, 0, 75, 81), + (182, 281, 7, 330, 0, 202, 0, 0, 37, 39), + (183, 337, 7, 330, 0, 237, 0, 0, 47, 49), + (184, 412, 7, 330, 0, 287, 0, 0, 74, 76), + (185, 586, 7, 330, 0, 437, 0, 0, 41, 44), + (186, 662, 7, 330, 0, 490, 0, 0, 77, 79), + (187, 702, 7, 330, 0, 515, 0, 0, 40, 42), + (188, 733, 7, 15840, 1, 533, 0, 0, 67, 70), + (189, 801, 7, 330, 1, 581, 0, 0, 66, 67), + (190, 871, 7, 330, 0, 614, 0, 0, 67, 69), + (191, 1084, 7, 330, 0, 767, 0, 0, 41, 44), + (192, 1160, 7, 330, 4, 829, 0, 0, 40, 42), + (193, 1269, 7, 0, 128, 911, 0, 0, 78, 80), + (194, 1318, 7, 0, 128, 940, 0, 0, 73, 75), + (195, 1369, 7, 330, 0, 977, 0, 0, 34, 37), + (196, 1454, 7, 330, 0, 1072, 0, 0, 36, 39), + (197, 1665, 7, 330, 0, 1308, 0, 0, 35, 38), + (198, 1694, 7, 330, 0, 1396, 0, 0, 36, 39), + (199, 1701, 7, 330, 0, 1417, 0, 0, 42, 44), + (200, 1705, 7, 330, 0, 1425, 0, 0, 42, 44), + (201, 1709, 7, 330, 0, 1436, 0, 0, 42, 44), + (202, 1710, 7, 330, 0, 1443, 0, 0, 35, 38), + (203, 1715, 7, 330, 0, 1457, 0, 0, 36, 39), + (204, 1726, 7, 0, 128, 0, 0, 0, 31, 34), + (205, 1729, 7, 0, 128, 0, 0, 0, 38, 39), + (206, 1741, 7, 330, 0, 1494, 0, 0, 43, 44), + (207, 1912, 7, 330, 0, 1648, 0, 0, 35, 38), + (208, 2010, 7, 330, 0, 1718, 0, 0, 45, 46), + (209, 2407, 7, 330, 1, 2052, 0, 0, 62, 64), + (210, 2421, 7, 0, 128, 0, 0, 0, 55, 55), + (211, 2585, 7, 330, 0, 2221, 0, 0, 46, 48), + (212, 2732, 7, 330, 0, 2335, 0, 0, 65, 67), + (213, 2770, 7, 330, 1, 2385, 0, 0, 62, 64), + (214, 2953, 7, 330, 0, 2514, 0, 0, 44, 47), + (215, 3141, 7, 330, 0, 2779, 0, 0, 49, 51), + (216, 3456, 7, 330, 0, 3043, 0, 0, 65, 67), + (217, 3916, 7, 432000, 0, 3522, 120000, 0, 95, 95), + (218, 3943, 7, 330, 1, 3534, 0, 0, 70, 73), + (219, 3944, 7, 330, 1, 3536, 0, 0, 70, 73), + (220, 3982, 7, 330, 0, 3572, 0, 0, 38, 40), + (221, 3983, 7, 330, 0, 3573, 0, 0, 70, 73), + (222, 3996, 7, 330, 0, 3585, 0, 0, 70, 71), + (223, 4048, 7, 330, 0, 3620, 0, 0, 58, 59), + (224, 4346, 7, 0, 0, 0, 0, 0, 0, 0), + (225, 4396, 7, 2304, 1, 4205, 0, 0, 80, 81), + (226, 4397, 7, 2304, 1, 0, 0, 0, 72, 72), + (227, 4398, 7, 2304, 1, 0, 0, 0, 72, 72), + (228, 247, 8, 0, 128, 0, 0, 0, 75, 75), + (229, 248, 8, 0, 0, 0, 0, 0, 0, 0), + (230, 444, 8, 0, 128, 0, 0, 0, 75, 75), + (231, 598, 8, 0, 128, 0, 0, 0, 75, 75), + (232, 599, 8, 0, 128, 0, 0, 0, 75, 75), + (233, 1250, 8, 0, 128, 0, 0, 0, 15, 17), + (234, 1860, 8, 0, 128, 0, 0, 0, 75, 75), + (235, 2832, 8, 0, 128, 0, 0, 0, 75, 75), + (236, 2833, 8, 0, 128, 0, 0, 0, 75, 75), + (237, 3099, 8, 0, 128, 0, 0, 0, 75, 75), + (238, 3199, 8, 0, 0, 0, 0, 0, 0, 0), + (239, 3301, 8, 0, 128, 0, 0, 0, 75, 75), + (240, 3598, 8, 0, 128, 0, 0, 0, 50, 50), + (241, 3599, 8, 0, 0, 0, 0, 0, 0, 0), + (242, 3600, 8, 0, 128, 0, 0, 0, 50, 50), + (243, 3601, 8, 0, 128, 0, 0, 0, 50, 50), + (244, 3602, 8, 0, 0, 0, 0, 0, 0, 0), + (245, 3613, 8, 0, 128, 0, 0, 0, 75, 75), + (246, 3827, 8, 0, 128, 0, 0, 0, 75, 75), + (247, 4046, 8, 0, 128, 0, 0, 0, 75, 75), + (248, 217, 9, 0, 0, 160, 0, 0, 0, 0), + (249, 292, 9, 1056, 0, 207, 0, 0, 75, 75), + (250, 476, 9, 1056, 0, 347, 0, 0, 53, 58), + (251, 614, 9, 1056, 0, 450, 0, 0, 52, 57), + (252, 849, 9, 1056, 0, 604, 0, 0, 53, 59), + (253, 852, 9, 1056, 0, 605, 0, 0, 53, 60), + (254, 854, 9, 1056, 0, 607, 0, 0, 53, 59), + (255, 856, 9, 1056, 0, 608, 0, 0, 53, 60), + (256, 913, 9, 1056, 4, 639, 0, 0, 84, 86), + (257, 975, 9, 1056, 0, 683, 0, 0, 75, 75), + (258, 1040, 9, 924, 0, 739, 0, 0, 42, 45), + (259, 1041, 9, 924, 0, 741, 0, 0, 63, 68), + (260, 1042, 9, 924, 0, 742, 0, 0, 74, 77), + (261, 1043, 9, 924, 0, 743, 0, 0, 57, 59), + (262, 1044, 9, 1056, 0, 744, 0, 0, 64, 68), + (263, 1432, 9, 1056, 0, 1056, 0, 0, 73, 77), + (264, 1463, 9, 1056, 0, 1080, 0, 0, 53, 57), + (265, 1464, 9, 0, 128, 0, 0, 0, 60, 65), + (266, 1465, 9, 0, 128, 0, 0, 0, 60, 65), + (267, 1466, 9, 0, 0, 0, 0, 0, 0, 0), + (268, 1467, 9, 0, 128, 0, 0, 0, 60, 65), + (269, 1481, 9, 924, 0, 1091, 0, 0, 43, 46), + (270, 1634, 9, 1056, 0, 1201, 0, 0, 62, 68), + (271, 1637, 9, 1056, 0, 1218, 0, 0, 62, 67), + (272, 1641, 9, 1056, 0, 1228, 0, 0, 56, 58), + (273, 1654, 9, 1056, 0, 1282, 0, 0, 56, 58), + (274, 1677, 9, 1056, 0, 1347, 0, 0, 56, 58), + (275, 1679, 9, 1056, 0, 0, 0, 0, 56, 58), + (276, 1687, 9, 1056, 0, 1371, 0, 0, 63, 68), + (277, 1720, 9, 0, 128, 0, 0, 0, 57, 61), + (278, 1742, 9, 1056, 0, 1499, 0, 0, 63, 68), + (279, 1750, 9, 0, 128, 1512, 0, 0, 84, 85), + (280, 1861, 9, 10800, 0, 1613, 0, 0, 75, 80), + (281, 2043, 9, 1056, 4, 1754, 0, 0, 63, 80), + (282, 2311, 9, 1056, 0, 1976, 0, 0, 52, 58), + (283, 2479, 9, 1056, 0, 2122, 0, 0, 54, 58), + (284, 2495, 9, 1056, 0, 2144, 0, 0, 65, 68), + (285, 2598, 9, 924, 0, 2230, 0, 0, 43, 45), + (286, 2662, 9, 1056, 0, 2271, 0, 0, 74, 77), + (287, 2750, 9, 1056, 0, 2358, 0, 0, 65, 66), + (288, 2922, 9, 0, 128, 0, 0, 0, 50, 50), + (289, 3199, 9, 0, 0, 0, 0, 0, 0, 0), + (290, 3231, 9, 1056, 0, 2870, 0, 0, 72, 76), + (291, 3683, 9, 1056, 0, 3264, 0, 0, 57, 58), + (292, 3685, 9, 924, 0, 3265, 0, 0, 43, 46), + (293, 3689, 9, 1056, 0, 3268, 0, 0, 65, 68), + (294, 3875, 9, 0, 0, 0, 0, 0, 0, 0), + (295, 3900, 9, 1056, 0, 3465, 0, 0, 64, 68), + (296, 3971, 9, 0, 128, 0, 0, 0, 48, 49), + (297, 3992, 9, 0, 0, 0, 0, 0, 0, 0), + (298, 4127, 9, 1056, 0, 3680, 0, 0, 42, 44), + (299, 248, 10, 0, 0, 0, 0, 0, 0, 0), + (300, 1027, 10, 0, 128, 0, 0, 0, 80, 82), + (301, 1040, 10, 0, 128, 0, 0, 0, 43, 45), + (302, 1042, 10, 0, 128, 0, 0, 0, 40, 40), + (303, 3104, 10, 0, 128, 0, 0, 0, 40, 40), + (304, 3199, 10, 0, 0, 0, 0, 0, 0, 0), + (305, 3875, 10, 0, 0, 0, 0, 0, 0, 0), + (306, 111, 11, 0, 128, 78, 0, 0, 34, 36), + (307, 121, 11, 924, 0, 90, 0, 0, 40, 45), + (308, 451, 11, 0, 128, 324, 0, 0, 20, 24), + (309, 556, 11, 0, 128, 0, 0, 0, 45, 50), + (310, 560, 11, 924, 0, 415, 0, 0, 42, 45), + (311, 563, 11, 0, 0, 418, 0, 0, 0, 0), + (312, 564, 11, 0, 128, 0, 0, 0, 45, 50), + (313, 565, 11, 792, 0, 419, 0, 0, 32, 35), + (314, 566, 11, 3600, 0, 420, 0, 0, 55, 55), + (315, 707, 11, 0, 0, 0, 0, 0, 0, 0), + (316, 872, 11, 0, 128, 617, 0, 0, 25, 29), + (317, 909, 11, 792, 0, 637, 0, 0, 31, 35), + (318, 1114, 11, 0, 0, 0, 0, 0, 0, 0), + (319, 1160, 11, 924, 4, 830, 0, 0, 45, 50), + (320, 1516, 11, 0, 128, 1112, 0, 0, 30, 32), + (321, 1647, 11, 792, 0, 1255, 0, 0, 33, 36), + (322, 1650, 11, 924, 0, 1277, 0, 0, 43, 44), + (323, 1663, 11, 924, 0, 1303, 0, 0, 45, 46), + (324, 1673, 11, 792, 0, 1343, 0, 0, 33, 36), + (325, 1674, 11, 792, 0, 1344, 0, 0, 33, 36), + (326, 1682, 11, 792, 0, 1352, 0, 0, 33, 36), + (327, 1691, 11, 924, 0, 1391, 0, 0, 42, 43), + (328, 1703, 11, 0, 128, 0, 0, 0, 45, 49), + (329, 1712, 11, 924, 0, 1455, 0, 0, 42, 43), + (330, 1720, 11, 0, 128, 0, 0, 0, 28, 31), + (331, 1739, 11, 924, 0, 1490, 0, 0, 42, 43), + (332, 1746, 11, 0, 128, 1511, 0, 0, 50, 55), + (333, 1816, 11, 0, 0, 0, 0, 0, 0, 0), + (334, 2685, 11, 924, 0, 0, 0, 0, 45, 45), + (335, 2687, 11, 792, 0, 2309, 0, 0, 33, 36), + (336, 2689, 11, 924, 0, 2310, 0, 0, 43, 44), + (337, 2694, 11, 924, 0, 2313, 0, 0, 43, 44), + (338, 2696, 11, 924, 0, 2315, 0, 0, 46, 47), + (339, 2698, 11, 792, 0, 2317, 0, 0, 33, 36), + (340, 2699, 11, 924, 0, 2318, 0, 0, 43, 44), + (341, 2700, 11, 792, 0, 2319, 0, 0, 33, 36), + (342, 2701, 11, 924, 0, 2320, 0, 0, 42, 43), + (343, 2703, 11, 924, 0, 2322, 0, 0, 41, 43), + (344, 2708, 11, 792, 0, 2326, 0, 0, 33, 36), + (345, 2766, 11, 0, 0, 0, 0, 0, 0, 0), + (346, 3682, 11, 0, 128, 3247, 0, 0, 20, 24), + (347, 3776, 11, 792, 0, 3368, 0, 0, 33, 36), + (348, 3828, 11, 0, 0, 0, 0, 0, 0, 0), + (349, 3912, 11, 924, 4, 3483, 0, 0, 45, 50), + (350, 3992, 11, 0, 0, 0, 0, 0, 0, 0), + (351, 4005, 11, 0, 0, 0, 0, 0, 0, 0), + (352, 561, 12, 1056, 0, 416, 0, 0, 74, 76), + (353, 562, 12, 0, 128, 417, 0, 0, 75, 79), + (354, 567, 12, 1056, 0, 421, 0, 0, 65, 67), + (355, 568, 12, 1056, 0, 422, 0, 0, 71, 76), + (356, 1044, 12, 1056, 0, 745, 0, 0, 63, 65), + (357, 1160, 12, 1056, 4, 829, 0, 0, 70, 71), + (358, 1645, 12, 0, 128, 1251, 0, 0, 79, 81), + (359, 1658, 12, 1056, 0, 1288, 0, 0, 66, 69), + (360, 1661, 12, 1056, 0, 1299, 0, 0, 66, 69), + (361, 1675, 12, 1056, 0, 1345, 0, 0, 75, 79), + (362, 1676, 12, 1056, 0, 1346, 0, 0, 75, 79), + (363, 1680, 12, 1056, 0, 1351, 0, 0, 75, 79), + (364, 1684, 12, 1056, 0, 1368, 0, 0, 66, 69), + (365, 1685, 12, 1056, 0, 1369, 0, 0, 75, 79), + (366, 1692, 12, 1056, 0, 1392, 0, 0, 66, 69), + (367, 1719, 12, 1056, 0, 1468, 0, 0, 78, 78), + (368, 1720, 12, 0, 128, 1469, 0, 0, 61, 64), + (369, 2664, 12, 0, 128, 2274, 0, 0, 75, 79), + (370, 2684, 12, 1056, 0, 2307, 0, 0, 75, 79), + (371, 2690, 12, 1056, 0, 2311, 0, 0, 66, 69), + (372, 2692, 12, 1056, 0, 2312, 0, 0, 75, 79), + (373, 2695, 12, 1056, 0, 2314, 0, 0, 77, 77), + (374, 2702, 12, 1056, 0, 2321, 0, 0, 75, 79), + (375, 2704, 12, 1056, 0, 2323, 0, 0, 78, 80), + (376, 2705, 12, 1056, 0, 2324, 0, 0, 66, 69), + (377, 2706, 12, 1056, 0, 2325, 0, 0, 75, 79), + (378, 2709, 12, 1056, 0, 2327, 0, 0, 66, 69), + (379, 2710, 12, 1056, 0, 2328, 0, 0, 66, 69), + (380, 2842, 12, 1056, 0, 2427, 0, 0, 72, 74), + (381, 3231, 12, 1056, 0, 2871, 0, 0, 72, 74), + (382, 3806, 12, 1056, 0, 0, 0, 0, 63, 65), + (383, 3824, 12, 86400, 0, 3416, 0, 0, 79, 81), + (384, 3912, 12, 1056, 4, 3484, 0, 0, 70, 80), + (385, 248, 13, 0, 0, 0, 0, 0, 0, 0), + (386, 559, 13, 0, 128, 0, 0, 0, 75, 75), + (387, 569, 13, 0, 128, 0, 0, 0, 75, 75), + (388, 707, 13, 0, 128, 0, 0, 0, 75, 75), + (389, 710, 13, 0, 0, 0, 0, 0, 0, 0), + (390, 1206, 13, 0, 128, 0, 0, 0, 60, 60), + (391, 1296, 13, 0, 128, 0, 0, 0, 55, 55), + (392, 1297, 13, 0, 128, 0, 0, 0, 49, 49), + (393, 1298, 13, 0, 128, 0, 0, 0, 49, 49), + (394, 1299, 13, 0, 128, 0, 0, 0, 49, 49), + (395, 1300, 13, 0, 128, 0, 0, 0, 49, 49), + (396, 1452, 13, 0, 128, 0, 0, 0, 60, 60), + (397, 2006, 13, 0, 128, 0, 0, 0, 60, 60), + (398, 2293, 13, 0, 0, 0, 0, 0, 0, 0), + (399, 2492, 13, 0, 0, 0, 0, 0, 0, 0), + (400, 2680, 13, 0, 128, 0, 0, 0, 60, 60), + (401, 2688, 13, 0, 128, 0, 0, 0, 40, 40), + (402, 2693, 13, 0, 128, 0, 0, 0, 60, 60), + (403, 2707, 13, 0, 128, 0, 0, 0, 40, 40), + (404, 2766, 13, 0, 128, 0, 0, 0, 75, 75), + (405, 3199, 13, 0, 0, 0, 0, 0, 0, 0), + (406, 3601, 13, 0, 0, 0, 0, 0, 0, 0), + (407, 3828, 13, 0, 128, 0, 0, 0, 75, 75), + (408, 3850, 13, 0, 128, 0, 0, 0, 60, 60), + (409, 3875, 13, 0, 0, 0, 0, 0, 0, 0), + (410, 4005, 13, 0, 128, 0, 0, 0, 75, 75), + (411, 4057, 13, 0, 128, 0, 0, 0, 40, 40), + (412, 29, 15, 0, 0, 10, 0, 0, 0, 0), + (413, 86, 15, 0, 0, 54, 0, 0, 0, 0), + (414, 228, 15, 0, 0, 0, 0, 0, 0, 0), + (415, 232, 15, 0, 0, 175, 0, 0, 0, 0), + (416, 261, 15, 0, 0, 0, 0, 0, 0, 0), + (417, 305, 15, 0, 0, 0, 0, 0, 0, 0), + (418, 326, 15, 0, 0, 229, 0, 0, 0, 0), + (419, 330, 15, 0, 0, 231, 0, 0, 0, 0), + (420, 457, 15, 0, 0, 328, 0, 0, 0, 0), + (421, 458, 15, 0, 0, 329, 0, 0, 0, 0), + (422, 491, 15, 0, 0, 364, 0, 0, 0, 0), + (423, 742, 15, 0, 0, 537, 0, 0, 0, 0), + (424, 853, 15, 0, 0, 606, 0, 0, 0, 0), + (425, 902, 15, 0, 0, 633, 0, 0, 0, 0), + (426, 951, 15, 0, 0, 668, 0, 0, 0, 0), + (427, 1001, 15, 0, 0, 708, 0, 0, 0, 0), + (428, 1150, 15, 0, 0, 820, 0, 0, 0, 0), + (429, 1171, 15, 0, 0, 838, 0, 0, 0, 0), + (430, 1244, 15, 0, 0, 887, 0, 0, 0, 0), + (431, 1245, 15, 0, 0, 889, 0, 0, 0, 0), + (432, 1312, 15, 0, 0, 938, 0, 0, 0, 0), + (433, 1348, 15, 0, 0, 962, 0, 0, 0, 0), + (434, 1457, 15, 0, 0, 1075, 0, 0, 0, 0), + (435, 1630, 15, 0, 0, 1197, 0, 0, 0, 0), + (436, 1840, 15, 0, 0, 1600, 0, 0, 0, 0), + (437, 1848, 15, 0, 0, 1608, 0, 0, 0, 0), + (438, 1868, 15, 0, 0, 0, 0, 0, 0, 0), + (439, 1869, 15, 0, 0, 1620, 0, 0, 0, 0), + (440, 1939, 15, 0, 0, 1673, 0, 0, 0, 0), + (441, 1942, 15, 0, 0, 0, 0, 0, 0, 0), + (442, 1943, 15, 0, 0, 1675, 0, 0, 0, 0), + (443, 1967, 15, 0, 0, 1693, 0, 0, 0, 0), + (444, 2209, 15, 0, 0, 1886, 0, 0, 0, 0), + (445, 2217, 15, 0, 0, 1889, 0, 0, 0, 0), + (446, 2294, 15, 0, 0, 1966, 0, 0, 0, 0), + (447, 2389, 15, 0, 0, 2041, 0, 0, 0, 0), + (448, 2395, 15, 0, 0, 2043, 0, 0, 0, 0), + (449, 2404, 15, 0, 0, 2051, 0, 0, 0, 0), + (450, 2409, 15, 0, 0, 2058, 0, 0, 0, 0), + (451, 2601, 15, 0, 0, 2234, 0, 0, 0, 0), + (452, 2632, 15, 0, 0, 2258, 0, 0, 0, 0), + (453, 2743, 15, 0, 0, 2351, 0, 0, 0, 0), + (454, 3107, 15, 0, 0, 2752, 0, 0, 0, 0), + (455, 3235, 15, 0, 0, 0, 0, 0, 0, 0), + (456, 3244, 15, 0, 0, 2890, 0, 0, 0, 0), + (457, 3326, 15, 0, 0, 2927, 0, 0, 0, 0), + (458, 3334, 15, 0, 0, 2930, 0, 0, 0, 0), + (459, 3335, 15, 0, 0, 2930, 0, 0, 0, 0), + (460, 3466, 15, 0, 0, 3060, 0, 0, 0, 0), + (461, 3577, 15, 0, 0, 3173, 0, 0, 0, 0), + (462, 3578, 15, 0, 0, 3174, 0, 0, 0, 0), + (463, 3633, 15, 0, 0, 0, 0, 0, 0, 0), + (464, 3696, 15, 0, 0, 3274, 0, 0, 0, 0), + (465, 3798, 15, 0, 0, 0, 0, 0, 0, 0), + (466, 3948, 15, 0, 0, 3540, 0, 0, 0, 0), + (467, 3962, 15, 0, 0, 3553, 0, 0, 0, 0), + (468, 4042, 15, 0, 0, 3617, 0, 0, 0, 0), + (469, 4054, 15, 0, 0, 3632, 0, 0, 0, 0), + (470, 4236, 15, 0, 0, 4016, 0, 0, 0, 0), + (471, 4480, 15, 0, 0, 4338, 0, 0, 0, 0), + (472, 681, 16, 14400, 0, 503, 0, 0, 38, 38), + (473, 2048, 16, 0, 0, 1762, 0, 0, 0, 0), + (474, 2614, 16, 300, 0, 0, 0, 0, 30, 30), + (475, 3539, 16, 1056, 0, 3113, 0, 0, 31, 38), + (476, 3784, 16, 330, 0, 0, 0, 0, 19, 31), + (477, 3897, 16, 1056, 0, 3461, 0, 0, 29, 40), + (478, 4283, 16, 1056, 0, 4057, 0, 0, 22, 36), + (479, 4317, 16, 1056, 0, 4124, 0, 0, 25, 37), + (480, 760, 17, 0, 128, 0, 0, 0, 30, 30), + (481, 1158, 17, 0, 0, 0, 0, 0, 0, 0), + (482, 1232, 17, 0, 0, 0, 0, 0, 0, 0), + (483, 3199, 17, 0, 0, 0, 0, 0, 0, 0), + (484, 4317, 17, 0, 128, 0, 0, 0, 30, 30), + (485, 4382, 17, 0, 128, 0, 0, 0, 34, 35), + (486, 1768, 18, 1056, 0, 1532, 0, 0, 29, 40), + (487, 2048, 18, 0, 0, 1763, 0, 0, 0, 0), + (488, 2614, 18, 300, 0, 0, 0, 0, 30, 30), + (489, 3483, 18, 14400, 0, 3063, 0, 0, 38, 38), + (490, 3539, 18, 1056, 0, 3114, 0, 0, 31, 38), + (491, 3784, 18, 330, 0, 0, 0, 0, 19, 31), + (492, 4283, 18, 1056, 0, 4058, 0, 0, 22, 36), + (493, 4317, 18, 1056, 0, 4125, 0, 0, 25, 37), + (494, 1158, 19, 0, 0, 0, 0, 0, 0, 0), + (495, 1232, 19, 0, 0, 0, 0, 0, 0, 0), + (496, 2080, 19, 0, 0, 0, 0, 0, 0, 0), + (497, 2824, 19, 0, 0, 0, 0, 0, 0, 0), + (498, 2825, 19, 0, 0, 0, 0, 0, 0, 0), + (499, 2827, 19, 0, 0, 0, 0, 0, 0, 0), + (500, 2947, 19, 0, 0, 0, 0, 0, 30, 30), + (501, 3199, 19, 0, 0, 0, 0, 0, 0, 0), + (502, 3204, 19, 0, 128, 0, 0, 0, 34, 35), + (503, 4283, 19, 0, 0, 0, 0, 0, 0, 0), + (504, 820, 20, 14400, 0, 586, 0, 0, 38, 38), + (505, 830, 20, 1056, 0, 590, 0, 0, 29, 40), + (506, 2048, 20, 0, 0, 1764, 0, 0, 0, 0), + (507, 2614, 20, 300, 0, 0, 0, 0, 30, 30), + (508, 3539, 20, 1056, 0, 3115, 0, 0, 31, 38), + (509, 3784, 20, 330, 0, 0, 0, 0, 19, 31), + (510, 4283, 20, 1056, 0, 4059, 0, 0, 22, 36), + (511, 4317, 20, 1056, 0, 4126, 0, 0, 25, 37), + (512, 966, 21, 0, 128, 0, 0, 0, 34, 35), + (513, 1158, 21, 0, 0, 0, 0, 0, 0, 0), + (514, 1232, 21, 0, 0, 0, 0, 0, 0, 0), + (515, 1237, 21, 0, 128, 0, 0, 0, 30, 30), + (516, 3199, 21, 0, 0, 0, 0, 0, 0, 0), + (517, 3539, 21, 0, 128, 0, 0, 0, 30, 30), + (518, 830, 22, 1056, 0, 591, 0, 0, 54, 60), + (519, 1016, 22, 0, 128, 720, 0, 0, 52, 59), + (520, 1768, 22, 1056, 0, 1533, 0, 0, 54, 60), + (521, 1798, 22, 0, 0, 0, 0, 0, 0, 0), + (522, 2048, 22, 0, 0, 1765, 0, 0, 0, 0), + (523, 2614, 22, 300, 0, 0, 0, 0, 50, 50), + (524, 2947, 22, 0, 128, 0, 0, 0, 43, 48), + (525, 3172, 22, 0, 128, 0, 0, 0, 57, 63), + (526, 3206, 22, 0, 128, 0, 0, 0, 57, 63), + (527, 3212, 22, 0, 128, 2835, 0, 0, 54, 61), + (528, 3539, 22, 1056, 0, 3116, 0, 0, 51, 58), + (529, 3699, 22, 0, 128, 0, 0, 0, 57, 63), + (530, 3784, 22, 330, 0, 0, 0, 0, 39, 51), + (531, 3875, 22, 0, 0, 0, 0, 0, 0, 0), + (532, 3897, 22, 1056, 0, 3462, 0, 0, 54, 60), + (533, 4274, 22, 0, 128, 4042, 0, 0, 53, 60), + (534, 4283, 22, 1056, 0, 4060, 0, 0, 49, 56), + (535, 4317, 22, 1056, 0, 4127, 0, 0, 50, 57), + (536, 63, 23, 0, 128, 0, 0, 0, 50, 50), + (537, 782, 23, 0, 128, 0, 0, 0, 50, 50), + (538, 861, 23, 0, 128, 0, 0, 0, 50, 50), + (539, 1027, 23, 0, 0, 0, 0, 0, 0, 0), + (540, 1232, 23, 0, 0, 0, 0, 0, 0, 0), + (541, 2081, 23, 0, 128, 0, 0, 0, 50, 50), + (542, 2614, 23, 300, 128, 0, 0, 0, 50, 50), + (543, 2826, 23, 0, 128, 0, 0, 0, 0, 0), + (544, 2947, 23, 0, 128, 0, 0, 0, 50, 50), + (545, 3199, 23, 0, 0, 0, 0, 0, 0, 0), + (546, 3202, 23, 0, 128, 0, 0, 0, 50, 50), + (547, 3351, 23, 0, 128, 0, 0, 0, 50, 50), + (548, 3875, 23, 0, 0, 0, 0, 0, 0, 0), + (549, 19, 24, 0, 128, 0, 0, 0, 40, 42), + (550, 20, 24, 330, 0, 3, 0, 0, 80, 83), + (551, 40, 24, 330, 0, 18, 0, 0, 33, 36), + (552, 71, 24, 330, 4, 41, 0, 0, 43, 44), + (553, 100, 24, 0, 128, 60, 0, 0, 83, 87), + (554, 204, 24, 0, 128, 154, 0, 0, 40, 42), + (555, 269, 24, 0, 128, 0, 0, 0, 35, 35), + (556, 277, 24, 330, 0, 199, 0, 0, 44, 46), + (557, 375, 24, 0, 128, 0, 0, 0, 56, 58), + (558, 429, 24, 0, 128, 306, 0, 0, 47, 47), + (559, 557, 24, 330, 0, 413, 0, 0, 34, 37), + (560, 683, 24, 0, 128, 0, 0, 0, 34, 39), + (561, 710, 24, 0, 0, 0, 0, 0, 0, 0), + (562, 743, 24, 0, 128, 538, 0, 0, 30, 34), + (563, 749, 24, 330, 0, 550, 0, 0, 38, 40), + (564, 767, 24, 0, 128, 561, 0, 0, 56, 58), + (565, 839, 24, 0, 0, 600, 0, 0, 0, 0), + (566, 913, 24, 330, 4, 639, 0, 0, 84, 86), + (567, 940, 24, 330, 0, 660, 0, 0, 37, 40), + (568, 957, 24, 0, 128, 672, 0, 0, 60, 62), + (569, 1326, 24, 0, 128, 0, 0, 0, 31, 37), + (570, 1380, 24, 330, 1, 0, 0, 0, 80, 82), + (571, 1381, 24, 330, 1, 990, 0, 0, 80, 82), + (572, 1382, 24, 0, 0, 0, 0, 0, 0, 0), + (573, 1383, 24, 0, 0, 0, 0, 0, 0, 0), + (574, 1384, 24, 330, 1, 0, 0, 0, 79, 81), + (575, 1385, 24, 330, 1, 999, 0, 0, 79, 81), + (576, 1386, 24, 330, 1, 0, 0, 0, 80, 82), + (577, 1387, 24, 330, 1, 0, 0, 0, 80, 82), + (578, 1388, 24, 330, 1, 1005, 0, 0, 80, 82), + (579, 1389, 24, 330, 1, 0, 0, 0, 79, 81), + (580, 1390, 24, 330, 1, 1011, 0, 0, 79, 82), + (581, 1391, 24, 330, 1, 1014, 0, 0, 79, 81), + (582, 1393, 24, 0, 128, 0, 0, 0, 72, 74), + (583, 1395, 24, 0, 128, 0, 0, 0, 72, 74), + (584, 1396, 24, 0, 128, 0, 0, 0, 72, 74), + (585, 1397, 24, 330, 1, 1019, 0, 0, 42, 44), + (586, 1398, 24, 330, 1, 1022, 0, 0, 80, 82), + (587, 1549, 24, 330, 0, 1144, 0, 0, 40, 43), + (588, 1553, 24, 330, 0, 1147, 0, 0, 41, 44), + (589, 1555, 24, 330, 0, 1149, 0, 0, 41, 44), + (590, 1559, 24, 330, 0, 1153, 0, 0, 35, 38), + (591, 1573, 24, 330, 0, 1163, 0, 0, 41, 44), + (592, 1583, 24, 330, 0, 1167, 0, 0, 35, 38), + (593, 1592, 24, 0, 128, 0, 0, 0, 34, 36), + (594, 1599, 24, 330, 0, 1176, 0, 0, 41, 44), + (595, 1600, 24, 330, 0, 1178, 0, 0, 35, 38), + (596, 1807, 24, 0, 128, 1562, 0, 0, 35, 39), + (597, 1817, 24, 0, 128, 1584, 0, 0, 30, 34), + (598, 2293, 24, 0, 0, 0, 0, 0, 0, 0), + (599, 2299, 24, 0, 128, 1971, 0, 0, 84, 84), + (600, 2392, 24, 330, 0, 0, 0, 0, 49, 53), + (601, 2394, 24, 330, 0, 0, 0, 0, 52, 54), + (602, 2492, 24, 0, 0, 0, 0, 0, 0, 0), + (603, 2608, 24, 3960, 0, 2239, 0, 0, 55, 60), + (604, 2672, 24, 330, 0, 2297, 0, 0, 31, 34), + (605, 2801, 24, 0, 128, 0, 0, 0, 38, 38), + (606, 2996, 24, 330, 0, 2559, 0, 0, 35, 38), + (607, 2997, 24, 330, 0, 2562, 0, 0, 41, 44), + (608, 2998, 24, 330, 0, 2570, 0, 0, 35, 38), + (609, 3014, 24, 330, 0, 2614, 0, 0, 41, 44), + (610, 3015, 24, 330, 0, 2620, 0, 0, 41, 44), + (611, 3020, 24, 330, 0, 2640, 0, 0, 35, 38), + (612, 3024, 24, 330, 0, 2657, 0, 0, 35, 38), + (613, 3034, 24, 330, 0, 2681, 0, 0, 37, 40), + (614, 3039, 24, 330, 0, 2685, 0, 0, 41, 44), + (615, 3083, 24, 86400, 0, 2734, 0, 0, 45, 46), + (616, 3121, 24, 0, 128, 0, 0, 0, 31, 37), + (617, 3199, 24, 0, 0, 0, 0, 0, 0, 0), + (618, 3311, 24, 0, 128, 0, 0, 0, 47, 47), + (619, 3601, 24, 0, 0, 0, 0, 0, 0, 0), + (620, 3736, 24, 0, 128, 3312, 0, 0, 47, 47), + (621, 3853, 24, 330, 0, 3437, 0, 0, 82, 84), + (622, 3854, 24, 330, 0, 3438, 0, 0, 33, 37), + (623, 3875, 24, 0, 0, 0, 0, 0, 0, 0), + (624, 3912, 24, 330, 4, 3485, 0, 0, 43, 44), + (625, 4127, 24, 330, 0, 3681, 0, 0, 42, 44), + (626, 4262, 24, 0, 128, 0, 0, 0, 31, 37), + (627, 4353, 24, 330, 0, 4162, 0, 0, 41, 44), + (628, 71, 25, 330, 4, 41, 0, 0, 49, 51), + (629, 98, 25, 0, 128, 0, 0, 0, 60, 60), + (630, 277, 25, 330, 0, 199, 0, 0, 44, 46), + (631, 413, 25, 330, 0, 290, 0, 0, 45, 48), + (632, 466, 25, 0, 128, 0, 0, 0, 50, 52), + (633, 484, 25, 0, 128, 0, 0, 0, 41, 46), + (634, 557, 25, 330, 0, 414, 0, 0, 34, 37), + (635, 710, 25, 0, 0, 0, 0, 0, 0, 0), + (636, 743, 25, 0, 128, 538, 0, 0, 30, 34), + (637, 839, 25, 0, 0, 600, 0, 0, 0, 0), + (638, 913, 25, 330, 4, 639, 0, 0, 42, 44), + (639, 940, 25, 330, 0, 660, 0, 0, 37, 40), + (640, 1035, 25, 330, 0, 730, 0, 0, 47, 51), + (641, 1037, 25, 0, 0, 0, 0, 0, 0, 0), + (642, 1380, 25, 330, 1, 987, 0, 0, 35, 37), + (643, 1382, 25, 0, 0, 0, 0, 0, 0, 0), + (644, 1383, 25, 0, 0, 0, 0, 0, 0, 0), + (645, 1384, 25, 330, 1, 0, 0, 0, 49, 51), + (646, 1385, 25, 330, 1, 0, 0, 0, 36, 38), + (647, 1386, 25, 330, 1, 0, 0, 0, 35, 37), + (648, 1387, 25, 330, 1, 1004, 0, 0, 36, 38), + (649, 1388, 25, 330, 1, 0, 0, 0, 36, 38), + (650, 1389, 25, 330, 1, 1008, 0, 0, 49, 51), + (651, 1390, 25, 330, 1, 0, 0, 0, 35, 37), + (652, 1391, 25, 330, 1, 1014, 0, 0, 48, 50), + (653, 1395, 25, 0, 128, 0, 0, 0, 43, 49), + (654, 1396, 25, 0, 128, 0, 0, 0, 42, 44), + (655, 1397, 25, 330, 1, 0, 0, 0, 35, 37), + (656, 1398, 25, 330, 1, 0, 0, 0, 35, 37), + (657, 1549, 25, 330, 0, 1144, 0, 0, 40, 43), + (658, 1553, 25, 330, 0, 1148, 0, 0, 41, 44), + (659, 1555, 25, 330, 0, 1150, 0, 0, 41, 44), + (660, 1573, 25, 330, 0, 1164, 0, 0, 41, 44), + (661, 1592, 25, 0, 128, 0, 0, 0, 34, 36), + (662, 1599, 25, 330, 0, 1177, 0, 0, 41, 44), + (663, 1792, 25, 0, 128, 1546, 30000, 0, 79, 79), + (664, 1807, 25, 0, 128, 1563, 0, 0, 35, 39), + (665, 1817, 25, 0, 128, 1585, 0, 0, 30, 34), + (666, 2293, 25, 0, 0, 0, 0, 0, 0, 0), + (667, 2491, 25, 330, 0, 2136, 0, 0, 46, 49), + (668, 2492, 25, 0, 0, 0, 0, 0, 0, 0), + (669, 2556, 25, 0, 128, 0, 0, 0, 45, 49), + (670, 2672, 25, 330, 0, 2298, 0, 0, 31, 34), + (671, 2945, 25, 330, 0, 2510, 0, 0, 50, 51), + (672, 2997, 25, 330, 0, 2563, 0, 0, 41, 44), + (673, 3014, 25, 330, 0, 2615, 0, 0, 41, 44), + (674, 3015, 25, 330, 0, 2621, 0, 0, 41, 44), + (675, 3034, 25, 330, 0, 2682, 0, 0, 43, 46), + (676, 3039, 25, 330, 0, 2686, 0, 0, 41, 44), + (677, 3073, 25, 330, 0, 2726, 0, 0, 47, 50), + (678, 3199, 25, 0, 0, 0, 0, 0, 0, 0), + (679, 3854, 25, 330, 0, 3439, 0, 0, 33, 37), + (680, 3875, 25, 0, 0, 0, 0, 0, 0, 0), + (681, 3912, 25, 330, 4, 3486, 0, 0, 42, 44), + (682, 4105, 25, 86400, 0, 3665, 0, 0, 43, 47), + (683, 4127, 25, 330, 0, 3682, 0, 0, 42, 44), + (684, 4291, 25, 0, 128, 0, 0, 0, 40, 40), + (685, 4292, 25, 0, 128, 0, 0, 0, 40, 40), + (686, 4293, 25, 0, 128, 0, 0, 0, 40, 40), + (687, 4353, 25, 330, 0, 4163, 0, 0, 41, 44), + (688, 4505, 25, 0, 128, 4348, 0, 0, 60, 62), + (689, 98, 26, 0, 0, 0, 0, 0, 0, 0), + (690, 710, 26, 0, 0, 0, 0, 0, 0, 0), + (691, 1027, 26, 0, 0, 0, 0, 0, 0, 0), + (692, 2293, 26, 0, 0, 0, 0, 0, 0, 0), + (693, 2492, 26, 0, 0, 0, 0, 0, 0, 0), + (694, 3199, 26, 0, 0, 0, 0, 0, 0, 0), + (695, 3598, 26, 0, 0, 0, 0, 0, 0, 0), + (696, 3875, 26, 0, 0, 0, 0, 0, 0, 0), + (697, 49, 27, 990, 0, 29, 0, 0, 36, 38), + (698, 71, 27, 1056, 4, 41, 0, 0, 50, 50), + (699, 376, 27, 0, 128, 0, 0, 0, 39, 41), + (700, 417, 27, 1056, 0, 300, 0, 0, 37, 39), + (701, 617, 27, 1056, 0, 453, 0, 0, 41, 46), + (702, 913, 27, 330, 4, 639, 0, 0, 50, 50), + (703, 1040, 27, 1056, 0, 740, 0, 0, 42, 48), + (704, 1128, 27, 0, 128, 0, 0, 0, 45, 45), + (705, 1169, 27, 43200, 0, 836, 0, 0, 48, 48), + (706, 1380, 27, 924, 0, 988, 0, 0, 44, 48), + (707, 1381, 27, 924, 0, 991, 0, 0, 44, 48), + (708, 1382, 27, 924, 0, 993, 0, 0, 44, 48), + (709, 1383, 27, 924, 0, 995, 0, 0, 44, 48), + (710, 1384, 27, 924, 0, 997, 0, 0, 44, 48), + (711, 1385, 27, 924, 0, 1000, 0, 0, 44, 48), + (712, 1386, 27, 924, 0, 1002, 0, 0, 44, 48), + (713, 1387, 27, 924, 0, 1004, 0, 0, 44, 48), + (714, 1388, 27, 924, 0, 1006, 0, 0, 44, 48), + (715, 1389, 27, 924, 0, 1009, 0, 0, 44, 48), + (716, 1390, 27, 924, 0, 1012, 0, 0, 44, 48), + (717, 1391, 27, 924, 0, 1015, 0, 0, 44, 48), + (718, 1393, 27, 0, 128, 0, 0, 0, 36, 43), + (719, 1395, 27, 0, 128, 0, 0, 0, 36, 43), + (720, 1396, 27, 0, 128, 0, 0, 0, 36, 43), + (721, 1397, 27, 924, 0, 1020, 0, 0, 44, 48), + (722, 1398, 27, 924, 0, 1023, 0, 0, 44, 48), + (723, 1412, 27, 1056, 0, 1037, 0, 0, 45, 47), + (724, 1423, 27, 0, 128, 1047, 0, 0, 30, 34), + (725, 1624, 27, 924, 0, 1188, 0, 0, 36, 40), + (726, 1924, 27, 1056, 0, 1661, 0, 0, 44, 46), + (727, 2488, 27, 43200, 0, 2132, 0, 0, 45, 51), + (728, 2491, 27, 1056, 0, 2137, 0, 0, 44, 47), + (729, 2675, 27, 660, 0, 0, 0, 0, 45, 51), + (730, 2954, 27, 0, 128, 0, 0, 0, 35, 37), + (731, 2958, 27, 1056, 0, 2519, 0, 0, 44, 47), + (732, 3598, 27, 0, 0, 0, 0, 0, 0, 0), + (733, 3737, 27, 0, 128, 3313, 0, 0, 25, 29), + (734, 3770, 27, 1056, 0, 3358, 0, 0, 44, 48), + (735, 3852, 27, 792, 0, 3436, 0, 0, 37, 38), + (736, 3912, 27, 1056, 4, 3487, 0, 0, 45, 50), + (737, 3997, 27, 86400, 0, 3586, 0, 0, 42, 49), + (738, 4127, 27, 1056, 0, 3683, 0, 0, 36, 38), + (739, 4313, 27, 0, 128, 4121, 0, 0, 25, 29), + (740, 71, 28, 1056, 4, 41, 0, 0, 59, 60), + (741, 314, 28, 1980, 0, 0, 300, 0, 25, 25), + (742, 315, 28, 1980, 0, 0, 300, 0, 25, 25), + (743, 333, 28, 0, 128, 234, 0, 0, 59, 59), + (744, 476, 28, 1056, 0, 348, 0, 0, 57, 59), + (745, 608, 28, 0, 128, 449, 0, 0, 59, 59), + (746, 913, 28, 1056, 4, 639, 0, 0, 59, 60), + (747, 1027, 28, 0, 0, 0, 0, 0, 0, 0), + (748, 1196, 28, 7920, 1, 855, 0, 0, 56, 58), + (749, 1380, 28, 1056, 0, 989, 0, 0, 54, 58), + (750, 1381, 28, 1056, 0, 992, 0, 0, 54, 58), + (751, 1382, 28, 1056, 0, 994, 0, 0, 54, 58), + (752, 1383, 28, 1056, 0, 996, 0, 0, 54, 58), + (753, 1384, 28, 1056, 0, 998, 0, 0, 54, 58), + (754, 1385, 28, 1056, 0, 1001, 0, 0, 54, 58), + (755, 1386, 28, 1056, 0, 1003, 0, 0, 54, 58), + (756, 1387, 28, 1056, 0, 1005, 0, 0, 54, 58), + (757, 1388, 28, 1056, 0, 1007, 0, 0, 54, 58), + (758, 1389, 28, 1056, 0, 1010, 0, 0, 54, 58), + (759, 1390, 28, 1056, 0, 1013, 0, 0, 54, 58), + (760, 1391, 28, 1056, 0, 1016, 0, 0, 54, 58), + (761, 1392, 28, 0, 128, 0, 0, 0, 49, 51), + (762, 1394, 28, 0, 128, 1017, 0, 0, 49, 51), + (763, 1395, 28, 0, 128, 0, 0, 0, 49, 51), + (764, 1396, 28, 0, 128, 1018, 0, 0, 49, 52), + (765, 1397, 28, 1056, 0, 1021, 0, 0, 54, 58), + (766, 1398, 28, 1056, 0, 1024, 0, 0, 54, 58), + (767, 1481, 28, 1056, 0, 1092, 0, 0, 48, 50), + (768, 1804, 28, 1056, 0, 1556, 0, 0, 46, 48), + (769, 2074, 28, 0, 128, 1785, 0, 0, 59, 59), + (770, 2210, 28, 1800, 0, 1887, 0, 0, 56, 58), + (771, 2407, 28, 1056, 0, 2053, 0, 0, 54, 56), + (772, 2427, 28, 0, 128, 2070, 0, 0, 59, 59), + (773, 2444, 28, 0, 128, 2089, 0, 0, 59, 59), + (774, 2566, 28, 0, 128, 0, 0, 0, 40, 41), + (775, 2770, 28, 1056, 0, 2386, 0, 0, 54, 56), + (776, 2964, 28, 0, 128, 0, 0, 0, 45, 45), + (777, 3199, 28, 0, 0, 0, 0, 0, 0, 0), + (778, 3770, 28, 792, 0, 3359, 0, 0, 47, 49), + (779, 3875, 28, 0, 0, 0, 0, 0, 0, 0), + (780, 3880, 28, 1056, 0, 3451, 0, 0, 57, 59), + (781, 3912, 28, 1056, 4, 3488, 0, 0, 59, 60), + (782, 3992, 28, 0, 0, 0, 0, 0, 0, 0), + (783, 4112, 28, 1056, 0, 3667, 0, 0, 55, 55), + (784, 70, 29, 0, 128, 0, 0, 0, 15, 17), + (785, 71, 29, 330, 4, 41, 0, 0, 57, 64), + (786, 325, 29, 0, 128, 0, 0, 0, 83, 83), + (787, 503, 29, 0, 0, 0, 0, 0, 0, 0), + (788, 513, 29, 86400, 0, 377, 0, 0, 56, 60), + (789, 708, 29, 0, 0, 0, 0, 0, 0, 0), + (790, 1160, 29, 0, 128, 0, 0, 0, 75, 75), + (791, 2051, 29, 330, 0, 1766, 0, 0, 58, 60), + (792, 2060, 29, 18000, 0, 1776, 0, 0, 56, 60), + (793, 2105, 29, 0, 128, 0, 0, 0, 75, 75), + (794, 2156, 29, 0, 128, 0, 0, 0, 75, 75), + (795, 2399, 29, 330, 0, 2049, 0, 0, 47, 51), + (796, 2452, 29, 330, 0, 2095, 0, 0, 55, 58), + (797, 2882, 29, 330, 0, 2468, 0, 0, 49, 52), + (798, 2891, 29, 980, 0, 2477, 0, 0, 55, 58), + (799, 3070, 29, 0, 128, 0, 0, 0, 75, 75), + (800, 3124, 29, 0, 128, 0, 0, 0, 75, 75), + (801, 3199, 29, 0, 0, 0, 0, 0, 0, 0), + (802, 3242, 29, 330, 0, 2889, 0, 0, 50, 55), + (803, 3725, 29, 0, 0, 0, 0, 0, 0, 0), + (804, 3783, 29, 330, 0, 3377, 0, 0, 55, 57), + (805, 3912, 29, 330, 4, 3489, 0, 0, 57, 64), + (806, 3916, 29, 0, 128, 0, 0, 0, 75, 75), + (807, 4102, 29, 0, 128, 3661, 0, 0, 56, 57), + (808, 4261, 29, 0, 128, 0, 0, 0, 75, 75), + (809, 4309, 29, 0, 128, 0, 0, 0, 75, 75), + (810, 4507, 29, 0, 128, 4352, 0, 0, 75, 75), + (811, 68, 30, 95040, 0, 38, 0, 0, 44, 45), + (812, 71, 30, 330, 4, 41, 0, 0, 47, 54), + (813, 215, 30, 0, 128, 0, 0, 0, 44, 45), + (814, 277, 30, 330, 0, 200, 0, 0, 45, 48), + (815, 641, 30, 86400, 0, 473, 0, 0, 44, 45), + (816, 710, 30, 0, 0, 0, 0, 0, 0, 0), + (817, 747, 30, 330, 0, 548, 0, 0, 45, 47), + (818, 1160, 30, 0, 128, 0, 0, 0, 75, 75), + (819, 1340, 30, 330, 0, 954, 0, 0, 41, 43), + (820, 1355, 30, 330, 0, 968, 0, 0, 47, 49), + (821, 1901, 30, 330, 0, 1640, 0, 0, 45, 48), + (822, 1902, 30, 330, 0, 1642, 0, 0, 38, 41), + (823, 1918, 30, 0, 128, 1654, 0, 0, 46, 50), + (824, 1960, 30, 720, 0, 1689, 0, 0, 40, 42), + (825, 2293, 30, 0, 0, 0, 0, 0, 0, 0), + (826, 2492, 30, 0, 0, 0, 0, 0, 0, 0), + (827, 3070, 30, 0, 128, 2724, 50000, 0, 85, 85), + (828, 3199, 30, 0, 0, 0, 0, 0, 0, 0), + (829, 3370, 30, 330, 0, 2967, 0, 0, 39, 42), + (830, 3596, 30, 0, 128, 3182, 0, 0, 39, 44), + (831, 3912, 30, 330, 4, 3490, 0, 0, 47, 54), + (832, 4309, 30, 0, 128, 0, 0, 0, 75, 75), + (833, 4507, 30, 0, 128, 4352, 0, 0, 75, 75), + (834, 248, 31, 0, 0, 0, 0, 0, 0, 0), + (835, 325, 31, 0, 0, 0, 0, 0, 0, 0), + (836, 710, 31, 0, 0, 0, 0, 0, 0, 0), + (837, 1834, 31, 0, 128, 0, 0, 0, 50, 50), + (838, 1885, 31, 0, 128, 0, 0, 0, 40, 40), + (839, 1992, 31, 0, 128, 0, 0, 0, 50, 50), + (840, 2293, 31, 0, 0, 0, 0, 0, 0, 0), + (841, 2492, 31, 0, 0, 0, 0, 0, 0, 0), + (842, 2499, 31, 0, 128, 2146, 0, 0, 40, 40), + (843, 2501, 31, 0, 128, 2148, 0, 0, 75, 75), + (844, 2502, 31, 0, 128, 0, 0, 0, 75, 75), + (845, 3070, 31, 0, 128, 0, 6500, 500, 54, 55), + (846, 3199, 31, 0, 0, 0, 0, 0, 0, 0), + (847, 3333, 31, 0, 128, 0, 0, 0, 40, 40), + (848, 3875, 31, 0, 0, 0, 0, 0, 0, 0), + (849, 4304, 31, 0, 128, 0, 0, 0, 50, 50), + (850, 325, 32, 0, 0, 0, 0, 0, 0, 0), + (851, 710, 32, 0, 128, 0, 0, 0, 75, 75), + (852, 2293, 32, 0, 128, 0, 0, 0, 75, 75), + (853, 2492, 32, 0, 128, 0, 0, 0, 75, 75), + (854, 2500, 32, 0, 128, 2147, 0, 0, 60, 60), + (855, 2973, 32, 0, 128, 0, 0, 0, 60, 60), + (856, 3199, 32, 0, 0, 0, 0, 0, 0, 0), + (857, 3598, 32, 0, 0, 0, 0, 0, 0, 0), + (858, 3600, 32, 0, 0, 0, 0, 0, 0, 0), + (859, 3601, 32, 0, 0, 0, 0, 0, 0, 0), + (860, 3875, 32, 0, 128, 0, 0, 0, 75, 75), + (861, 4083, 32, 0, 128, 0, 0, 0, 60, 60), + (862, 21, 33, 0, 128, 4, 66000, 0, 84, 84), + (863, 54, 33, 0, 128, 0, 0, 0, 65, 69), + (864, 56, 33, 0, 128, 0, 1500, 0, 65, 69), + (865, 57, 33, 0, 128, 0, 0, 0, 65, 69), + (866, 299, 33, 660, 0, 215, 0, 0, 71, 83), + (867, 710, 33, 0, 0, 0, 0, 0, 0, 0), + (868, 2132, 33, 0, 128, 1834, 34000, 0, 84, 84), + (869, 2133, 33, 0, 128, 1835, 37000, 0, 85, 85), + (870, 2134, 33, 0, 128, 1836, 0, 0, 83, 83), + (871, 2135, 33, 0, 128, 1837, 34000, 0, 85, 85), + (872, 2293, 33, 0, 0, 0, 0, 0, 0, 0), + (873, 2492, 33, 0, 0, 0, 0, 0, 0, 0), + (874, 2975, 33, 1056, 0, 2535, 0, 0, 75, 78), + (875, 2976, 33, 1056, 0, 2536, 0, 0, 73, 77), + (876, 2977, 33, 1056, 0, 2537, 0, 0, 79, 81), + (877, 2978, 33, 1056, 0, 2538, 0, 0, 73, 76), + (878, 2979, 33, 3600, 0, 2539, 18000, 0, 85, 85), + (879, 3199, 33, 0, 0, 0, 0, 0, 0, 0), + (880, 3205, 33, 0, 0, 0, 0, 0, 0, 0), + (881, 3270, 33, 0, 128, 0, 0, 0, 67, 67), + (882, 3271, 33, 0, 128, 0, 2000, 0, 67, 67), + (883, 3420, 33, 0, 128, 0, 0, 0, 76, 81), + (884, 3422, 33, 0, 128, 0, 0, 0, 67, 67), + (885, 3601, 33, 0, 0, 0, 0, 0, 0, 0), + (886, 3875, 33, 0, 0, 0, 0, 0, 0, 0), + (887, 4085, 33, 1056, 0, 3650, 0, 0, 70, 73), + (888, 4086, 33, 1056, 0, 3651, 0, 0, 68, 72), + (889, 4087, 33, 1056, 0, 3652, 0, 0, 75, 76), + (890, 4088, 33, 1056, 0, 3653, 0, 0, 68, 71), + (891, 4089, 33, 3600, 0, 3654, 15000, 0, 82, 82), + (892, 54, 34, 0, 128, 0, 0, 0, 63, 65), + (893, 55, 34, 0, 128, 0, 0, 0, 63, 65), + (894, 56, 34, 0, 128, 0, 0, 0, 63, 65), + (895, 710, 34, 0, 0, 0, 0, 0, 0, 0), + (896, 1239, 34, 1056, 0, 881, 0, 0, 79, 81), + (897, 1240, 34, 1056, 0, 882, 0, 0, 74, 76), + (898, 1241, 34, 1056, 0, 883, 0, 0, 75, 77), + (899, 1242, 34, 1056, 0, 884, 0, 0, 77, 78), + (900, 4661, 34, 0, 128, 4398, 11000, 0, 80, 80), + (901, 2113, 34, 0, 128, 0, 0, 0, 76, 80), + (902, 2136, 34, 0, 128, 1838, 22000, 0, 85, 85), + (903, 2293, 34, 0, 0, 0, 0, 0, 0, 0), + (904, 2492, 34, 0, 0, 0, 0, 0, 0, 0), + (905, 3199, 34, 0, 0, 0, 0, 0, 0, 0), + (906, 3269, 34, 0, 128, 0, 0, 0, 77, 77), + (907, 4651, 34, 0, 128, 0, 0, 0, 77, 77), + (908, 3875, 34, 0, 0, 0, 0, 0, 0, 0), + (909, 54, 35, 0, 128, 0, 0, 0, 65, 68), + (910, 55, 35, 0, 128, 0, 0, 0, 65, 68), + (911, 56, 35, 0, 128, 0, 0, 0, 65, 68), + (912, 298, 35, 960, 0, 214, 0, 0, 81, 84), + (913, 299, 35, 1056, 0, 215, 0, 0, 78, 80), + (914, 300, 35, 1056, 0, 216, 0, 0, 79, 81), + (915, 301, 35, 1056, 0, 0, 0, 0, 76, 80), + (916, 4660, 35, 0, 128, 4397, 21000, 0, 82, 87), + (917, 2112, 35, 0, 128, 4396, 21000, 0, 82, 87), + (918, 2114, 35, 0, 128, 0, 0, 0, 75, 75), + (919, 2130, 35, 0, 128, 1832, 18000, 0, 85, 85), + (920, 2131, 35, 0, 128, 1833, 25000, 0, 79, 80), + (921, 2215, 35, 0, 128, 0, 0, 0, 77, 77), + (922, 4659, 35, 0, 128, 0, 0, 0, 77, 77), + (923, 2492, 35, 0, 0, 0, 0, 0, 0, 0), + (924, 3199, 35, 0, 0, 0, 0, 0, 0, 0), + (925, 3205, 35, 0, 0, 0, 0, 0, 0, 0), + (926, 3269, 35, 0, 128, 0, 0, 0, 82, 87), + (927, 3272, 35, 1056, 0, 0, 0, 0, 77, 83), + (928, 3601, 35, 0, 0, 0, 0, 0, 0, 0), + (929, 3875, 35, 0, 0, 0, 0, 0, 0, 0), + (930, 710, 36, 0, 0, 0, 0, 0, 0, 0), + (931, 1158, 36, 0, 128, 0, 0, 0, 75, 75), + (932, 2184, 36, 0, 128, 0, 0, 0, 75, 75), + (933, 2293, 36, 0, 0, 0, 0, 0, 0, 0), + (934, 2492, 36, 0, 0, 0, 0, 0, 0, 0), + (935, 3199, 36, 0, 0, 0, 0, 0, 0, 0), + (936, 3205, 36, 0, 128, 0, 0, 0, 75, 75), + (937, 3579, 36, 0, 0, 0, 0, 0, 0, 0), + (938, 3601, 36, 0, 0, 0, 0, 0, 0, 0), + (939, 3875, 36, 0, 0, 0, 0, 0, 0, 0), + (940, 4498, 36, 0, 0, 0, 0, 0, 0, 0), + (941, 24, 37, 0, 128, 0, 0, 0, 75, 80), + (942, 53, 37, 0, 128, 0, 0, 0, 75, 80), + (943, 54, 37, 0, 128, 0, 0, 0, 75, 80), + (944, 55, 37, 0, 128, 0, 0, 0, 75, 80), + (945, 56, 37, 0, 128, 0, 0, 0, 60, 64), + (946, 70, 37, 0, 128, 0, 0, 0, 15, 17), + (947, 71, 37, 0, 128, 0, 0, 0, 75, 80), + (948, 248, 37, 0, 0, 0, 0, 0, 0, 0), + (949, 389, 37, 0, 128, 0, 0, 0, 75, 80), + (950, 846, 37, 0, 128, 0, 0, 0, 75, 80), + (951, 848, 37, 0, 128, 0, 0, 0, 75, 80), + (952, 850, 37, 0, 128, 0, 0, 0, 75, 80), + (953, 855, 37, 0, 128, 0, 0, 0, 75, 80), + (954, 913, 37, 0, 128, 0, 0, 0, 75, 80), + (955, 1160, 37, 0, 128, 0, 0, 0, 75, 80), + (956, 1216, 37, 0, 128, 0, 0, 0, 75, 80), + (957, 1217, 37, 0, 128, 0, 0, 0, 75, 80), + (958, 1218, 37, 0, 128, 0, 0, 0, 75, 80), + (959, 1219, 37, 0, 128, 0, 0, 0, 75, 80), + (960, 1220, 37, 0, 128, 0, 0, 0, 75, 80), + (961, 1221, 37, 0, 128, 0, 0, 0, 75, 80), + (962, 1222, 37, 0, 128, 0, 0, 0, 75, 80), + (963, 1223, 37, 0, 128, 0, 0, 0, 75, 80), + (964, 1224, 37, 0, 128, 0, 0, 0, 75, 80), + (965, 1225, 37, 0, 128, 0, 0, 0, 75, 80), + (966, 1226, 37, 0, 128, 0, 0, 0, 75, 80), + (967, 1227, 37, 0, 128, 0, 0, 0, 75, 80), + (968, 1228, 37, 0, 128, 0, 0, 0, 75, 80), + (969, 1229, 37, 0, 128, 0, 0, 0, 75, 80), + (970, 1230, 37, 0, 128, 0, 0, 0, 75, 80), + (971, 1231, 37, 0, 128, 0, 0, 0, 75, 80), + (972, 1341, 37, 0, 128, 0, 0, 0, 75, 80), + (973, 1410, 37, 0, 128, 0, 0, 0, 75, 80), + (974, 1656, 37, 0, 128, 0, 0, 0, 75, 80), + (975, 1714, 37, 0, 128, 0, 0, 0, 75, 80), + (976, 1736, 37, 0, 128, 0, 0, 0, 75, 80), + (977, 1743, 37, 0, 128, 0, 0, 0, 75, 80), + (978, 1818, 37, 0, 128, 0, 0, 0, 75, 80), + (979, 1819, 37, 0, 128, 0, 0, 0, 75, 80), + (980, 1820, 37, 0, 128, 0, 0, 0, 75, 80), + (981, 1821, 37, 0, 128, 0, 0, 0, 75, 80), + (982, 1822, 37, 0, 128, 0, 0, 0, 75, 80), + (983, 1823, 37, 0, 128, 0, 0, 0, 75, 80), + (984, 2043, 37, 0, 128, 0, 0, 0, 75, 80), + (985, 2105, 37, 0, 128, 0, 0, 0, 75, 80), + (986, 2152, 37, 0, 128, 0, 0, 0, 75, 80), + (987, 2193, 37, 0, 128, 0, 0, 0, 75, 80), + (988, 2234, 37, 0, 0, 0, 0, 0, 0, 0), + (989, 2235, 37, 0, 0, 0, 0, 0, 0, 0), + (990, 2243, 37, 0, 128, 0, 0, 0, 75, 80), + (991, 2244, 37, 0, 128, 0, 0, 0, 60, 64), + (992, 2245, 37, 0, 128, 0, 0, 0, 60, 64), + (993, 2249, 37, 0, 128, 0, 0, 0, 75, 80), + (994, 2252, 37, 0, 128, 0, 0, 0, 75, 80), + (995, 2279, 37, 0, 0, 0, 0, 0, 0, 0), + (996, 2412, 37, 0, 128, 0, 0, 0, 75, 80), + (997, 2413, 37, 0, 128, 0, 0, 0, 75, 80), + (998, 2691, 37, 0, 128, 0, 0, 0, 75, 80), + (999, 2791, 37, 0, 128, 0, 0, 0, 75, 80), + (1000, 2836, 37, 0, 128, 0, 0, 0, 75, 80), + (1001, 3048, 37, 0, 128, 0, 0, 0, 60, 64), + (1002, 3052, 37, 0, 128, 0, 0, 0, 75, 80), + (1003, 3112, 37, 0, 0, 0, 0, 0, 0, 0), + (1004, 3192, 37, 0, 0, 0, 0, 0, 0, 0), + (1005, 3209, 37, 0, 128, 0, 0, 0, 80, 85), + (1006, 3642, 37, 0, 128, 0, 0, 0, 75, 80), + (1007, 3757, 37, 0, 0, 0, 0, 0, 0, 0), + (1008, 3758, 37, 0, 0, 0, 0, 0, 0, 0), + (1009, 3862, 37, 0, 128, 0, 0, 0, 75, 80), + (1010, 3863, 37, 0, 128, 0, 0, 0, 75, 80), + (1011, 3864, 37, 0, 128, 0, 0, 0, 75, 80), + (1012, 3865, 37, 0, 128, 0, 0, 0, 60, 64), + (1013, 3866, 37, 0, 128, 0, 0, 0, 75, 80), + (1014, 3867, 37, 0, 128, 0, 0, 0, 75, 80), + (1015, 3868, 37, 0, 128, 0, 0, 0, 75, 80), + (1016, 3869, 37, 0, 128, 0, 0, 0, 75, 80), + (1017, 3870, 37, 0, 128, 0, 0, 0, 75, 80), + (1018, 3908, 37, 0, 128, 0, 0, 0, 75, 80), + (1019, 3912, 37, 0, 128, 0, 0, 0, 75, 80), + (1020, 3970, 37, 0, 128, 0, 0, 0, 60, 64), + (1021, 3971, 37, 0, 128, 0, 0, 0, 75, 80), + (1022, 4309, 37, 0, 128, 0, 0, 0, 75, 80), + (1023, 4331, 37, 0, 128, 0, 0, 0, 75, 80), + (1024, 4372, 37, 0, 128, 0, 0, 0, 75, 80), + (1025, 4406, 37, 0, 128, 0, 0, 0, 75, 80), + (1026, 4415, 37, 0, 128, 0, 0, 0, 75, 80), + (1027, 4417, 37, 0, 128, 0, 0, 0, 75, 80), + (1028, 4429, 37, 0, 128, 0, 0, 0, 75, 80), + (1029, 4430, 37, 0, 0, 0, 0, 0, 0, 0), + (1030, 4443, 37, 0, 128, 0, 0, 0, 75, 80), + (1031, 4453, 37, 0, 128, 0, 0, 0, 60, 64), + (1032, 4454, 37, 0, 128, 0, 0, 0, 60, 64), + (1033, 45, 38, 0, 128, 0, 0, 0, 75, 80), + (1034, 71, 38, 0, 128, 0, 0, 0, 75, 80), + (1035, 200, 38, 0, 128, 0, 0, 0, 75, 80), + (1036, 201, 38, 0, 128, 0, 0, 0, 75, 80), + (1037, 202, 38, 0, 128, 0, 0, 0, 75, 80), + (1038, 203, 38, 0, 128, 0, 0, 0, 80, 85), + (1039, 209, 38, 0, 128, 0, 0, 0, 75, 80), + (1040, 210, 38, 0, 128, 0, 0, 0, 75, 80), + (1041, 211, 38, 0, 128, 0, 0, 0, 75, 80), + (1042, 212, 38, 0, 128, 0, 0, 0, 75, 80), + (1043, 213, 38, 0, 128, 0, 0, 0, 75, 80), + (1044, 214, 38, 0, 128, 0, 0, 0, 75, 80), + (1045, 248, 38, 0, 0, 0, 0, 0, 0, 0), + (1046, 341, 38, 0, 128, 0, 0, 0, 15, 17), + (1047, 345, 38, 0, 128, 0, 0, 0, 75, 80), + (1048, 409, 38, 0, 128, 0, 0, 0, 80, 85), + (1049, 507, 38, 0, 128, 0, 0, 0, 75, 80), + (1050, 644, 38, 0, 128, 0, 0, 0, 80, 85), + (1051, 796, 38, 0, 128, 0, 0, 0, 75, 80), + (1052, 841, 38, 0, 128, 0, 0, 0, 80, 85), + (1053, 843, 38, 0, 128, 0, 0, 0, 80, 85), + (1054, 883, 38, 0, 128, 0, 0, 0, 80, 85), + (1055, 913, 38, 0, 128, 0, 0, 0, 75, 80), + (1056, 952, 38, 0, 0, 0, 0, 0, 0, 0), + (1057, 1160, 38, 0, 128, 0, 0, 0, 75, 80), + (1058, 1263, 38, 0, 128, 0, 0, 0, 80, 85), + (1059, 1341, 38, 0, 128, 0, 0, 0, 75, 80), + (1060, 1346, 38, 0, 128, 0, 0, 0, 75, 80), + (1061, 1374, 38, 0, 128, 0, 0, 0, 75, 80), + (1062, 1410, 38, 0, 128, 0, 0, 0, 75, 80), + (1063, 1515, 38, 0, 128, 0, 0, 0, 80, 85), + (1064, 1759, 38, 0, 128, 0, 0, 0, 80, 85), + (1065, 1771, 38, 0, 128, 0, 0, 0, 75, 80), + (1066, 1797, 38, 0, 128, 0, 0, 0, 80, 85), + (1067, 1818, 38, 0, 128, 0, 0, 0, 75, 80), + (1068, 1819, 38, 0, 128, 0, 0, 0, 75, 80), + (1069, 1820, 38, 0, 128, 0, 0, 0, 75, 80), + (1070, 1821, 38, 0, 128, 0, 0, 0, 75, 80), + (1071, 1822, 38, 0, 128, 0, 0, 0, 75, 80), + (1072, 1823, 38, 0, 128, 0, 0, 0, 75, 80), + (1073, 1849, 38, 0, 128, 0, 0, 0, 75, 80), + (1074, 1941, 38, 0, 128, 0, 0, 0, 80, 85), + (1075, 2039, 38, 0, 128, 0, 0, 0, 80, 85), + (1076, 2043, 38, 0, 128, 0, 0, 0, 75, 80), + (1077, 2082, 38, 0, 128, 0, 0, 0, 75, 80), + (1078, 2149, 38, 0, 128, 0, 0, 0, 80, 85), + (1079, 2180, 38, 0, 128, 0, 0, 0, 80, 85), + (1080, 2211, 38, 0, 128, 0, 0, 0, 75, 80), + (1081, 2289, 38, 0, 128, 0, 0, 0, 75, 80), + (1082, 2412, 38, 0, 128, 0, 0, 0, 75, 80), + (1083, 2413, 38, 0, 128, 0, 0, 0, 75, 80), + (1084, 2634, 38, 0, 128, 0, 0, 0, 75, 80), + (1085, 2661, 38, 0, 128, 0, 0, 0, 80, 85), + (1086, 2757, 38, 0, 128, 0, 0, 0, 75, 80), + (1087, 2815, 38, 0, 128, 0, 0, 0, 80, 85), + (1088, 2959, 38, 0, 128, 0, 0, 0, 80, 85), + (1089, 3048, 38, 0, 128, 0, 0, 0, 60, 64), + (1090, 3160, 38, 0, 128, 0, 0, 0, 80, 85), + (1091, 3208, 38, 0, 128, 0, 0, 0, 80, 85), + (1092, 3634, 38, 0, 128, 0, 0, 0, 75, 80), + (1093, 3757, 38, 0, 0, 0, 0, 0, 0, 0), + (1094, 3758, 38, 0, 0, 0, 0, 0, 0, 0), + (1095, 3895, 38, 0, 128, 0, 0, 0, 80, 85), + (1096, 3912, 38, 0, 128, 0, 0, 0, 75, 80), + (1097, 3918, 38, 0, 128, 0, 0, 0, 80, 85), + (1098, 4008, 38, 0, 128, 0, 0, 0, 75, 80), + (1099, 4309, 38, 0, 128, 0, 0, 0, 75, 80), + (1100, 4331, 38, 0, 128, 0, 0, 0, 75, 80), + (1101, 4372, 38, 0, 128, 0, 0, 0, 75, 80), + (1102, 4406, 38, 0, 128, 0, 0, 0, 75, 80), + (1103, 4415, 38, 0, 128, 0, 0, 0, 75, 80), + (1104, 4417, 38, 0, 128, 0, 0, 0, 75, 80), + (1105, 4429, 38, 0, 128, 0, 0, 0, 75, 80), + (1106, 4430, 38, 0, 0, 0, 0, 0, 0, 0), + (1107, 4443, 38, 0, 128, 0, 0, 0, 75, 80), + (1108, 4453, 38, 0, 128, 0, 0, 0, 64, 68), + (1109, 4454, 38, 0, 128, 0, 0, 0, 64, 68), + (1110, 4513, 38, 0, 128, 0, 0, 0, 80, 85), + (1111, 43, 39, 0, 0, 21, 0, 0, 0, 0), + (1112, 730, 39, 0, 0, 530, 0, 0, 0, 0), + (1113, 1103, 39, 0, 0, 0, 0, 0, 0, 0), + (1114, 1281, 39, 0, 0, 919, 0, 0, 0, 0), + (1115, 1707, 39, 0, 0, 1431, 0, 0, 0, 0), + (1116, 2550, 39, 0, 0, 2190, 0, 0, 0, 0), + (1117, 2807, 39, 0, 0, 0, 0, 0, 0, 0), + (1118, 2852, 39, 0, 0, 2438, 0, 0, 0, 0), + (1119, 2854, 39, 0, 0, 2440, 0, 0, 0, 0), + (1120, 2860, 39, 0, 0, 2446, 0, 0, 0, 0), + (1121, 2861, 39, 0, 0, 0, 0, 0, 0, 0), + (1122, 2865, 39, 0, 0, 2450, 0, 0, 0, 0), + (1123, 2867, 39, 0, 0, 2452, 0, 0, 0, 0), + (1124, 3760, 39, 0, 0, 0, 0, 0, 0, 0), + (1125, 4133, 39, 0, 0, 3687, 0, 0, 0, 0), + (1126, 4134, 39, 0, 0, 3692, 0, 0, 0, 0), + (1127, 4135, 39, 0, 0, 3697, 0, 0, 0, 0), + (1128, 4136, 39, 0, 0, 3702, 0, 0, 0, 0), + (1129, 4137, 39, 0, 0, 3707, 0, 0, 0, 0), + (1130, 4138, 39, 0, 0, 3712, 0, 0, 0, 0), + (1131, 4139, 39, 0, 0, 3717, 0, 0, 0, 0), + (1132, 4140, 39, 0, 0, 3722, 0, 0, 0, 0), + (1133, 4141, 39, 0, 0, 3727, 0, 0, 0, 0), + (1134, 4142, 39, 0, 0, 3732, 0, 0, 0, 0), + (1135, 4143, 39, 0, 0, 3737, 0, 0, 0, 0), + (1136, 4144, 39, 0, 0, 3742, 0, 0, 0, 0), + (1137, 4146, 39, 0, 0, 3748, 0, 0, 0, 0), + (1138, 4147, 39, 0, 0, 3753, 0, 0, 0, 0), + (1139, 4148, 39, 0, 0, 3758, 0, 0, 0, 0), + (1140, 4150, 39, 0, 0, 3766, 0, 0, 0, 0), + (1141, 4151, 39, 0, 0, 3771, 0, 0, 0, 0), + (1142, 4152, 39, 0, 0, 3776, 0, 0, 0, 0), + (1143, 4153, 39, 0, 0, 3781, 0, 0, 0, 0), + (1144, 4154, 39, 0, 0, 3786, 0, 0, 0, 0), + (1145, 4155, 39, 0, 0, 3791, 0, 0, 0, 0), + (1146, 4156, 39, 0, 0, 3796, 0, 0, 0, 0), + (1147, 4157, 39, 0, 0, 3801, 0, 0, 0, 0), + (1148, 4158, 39, 0, 0, 3806, 0, 0, 0, 0), + (1149, 4159, 39, 0, 0, 3811, 0, 0, 0, 0), + (1150, 4160, 39, 0, 0, 3816, 0, 0, 0, 0), + (1151, 4161, 39, 0, 0, 3821, 0, 0, 0, 0), + (1152, 4162, 39, 0, 0, 3826, 0, 0, 0, 0), + (1153, 4163, 39, 0, 0, 3831, 0, 0, 0, 0), + (1154, 4164, 39, 0, 0, 3836, 0, 0, 0, 0), + (1155, 4165, 39, 0, 0, 3841, 0, 0, 0, 0), + (1156, 4166, 39, 0, 0, 3846, 0, 0, 0, 0), + (1157, 4167, 39, 0, 0, 3851, 0, 0, 0, 0), + (1158, 4168, 39, 0, 0, 3856, 0, 0, 0, 0), + (1159, 4169, 39, 0, 0, 3861, 0, 0, 0, 0), + (1160, 4170, 39, 0, 0, 3866, 0, 0, 0, 0), + (1161, 4171, 39, 0, 0, 3871, 0, 0, 0, 0), + (1162, 4172, 39, 0, 0, 3876, 0, 0, 0, 0), + (1163, 4173, 39, 0, 0, 3881, 0, 0, 0, 0), + (1164, 4174, 39, 0, 0, 3886, 0, 0, 0, 0), + (1165, 4175, 39, 0, 0, 3891, 0, 0, 0, 0), + (1166, 4176, 39, 0, 0, 3896, 0, 0, 0, 0), + (1167, 4177, 39, 0, 0, 3901, 0, 0, 0, 0), + (1168, 4178, 39, 0, 0, 3906, 0, 0, 0, 0), + (1169, 4179, 39, 0, 0, 3911, 0, 0, 0, 0), + (1170, 4180, 39, 0, 0, 3916, 0, 0, 0, 0), + (1171, 4181, 39, 0, 0, 3921, 0, 0, 0, 0), + (1172, 4182, 39, 0, 0, 3926, 0, 0, 0, 0), + (1173, 4183, 39, 0, 0, 3931, 0, 0, 0, 0), + (1174, 4184, 39, 0, 0, 3936, 0, 0, 0, 0), + (1175, 4185, 39, 0, 0, 0, 0, 0, 0, 0), + (1176, 4186, 39, 0, 0, 0, 0, 0, 0, 0), + (1177, 4187, 39, 0, 0, 0, 0, 0, 0, 0), + (1178, 4188, 39, 0, 0, 0, 0, 0, 0, 0), + (1179, 4189, 39, 0, 0, 0, 0, 0, 0, 0), + (1180, 4190, 39, 0, 0, 0, 0, 0, 0, 0), + (1181, 4191, 39, 0, 0, 3941, 0, 0, 0, 0), + (1182, 4192, 39, 0, 0, 3946, 0, 0, 0, 0), + (1183, 4193, 39, 0, 0, 3951, 0, 0, 0, 0), + (1184, 4194, 39, 0, 0, 3956, 0, 0, 0, 0), + (1185, 4195, 39, 0, 0, 3961, 0, 0, 0, 0), + (1186, 4196, 39, 0, 0, 3966, 0, 0, 0, 0), + (1187, 4197, 39, 0, 0, 3971, 0, 0, 0, 0), + (1188, 4198, 39, 0, 0, 3976, 0, 0, 0, 0), + (1189, 4199, 39, 0, 0, 3981, 0, 0, 0, 0), + (1190, 4289, 39, 0, 0, 4072, 0, 0, 0, 0), + (1191, 43, 40, 0, 128, 21, 0, 0, 75, 80), + (1192, 73, 40, 0, 128, 44, 0, 0, 80, 85), + (1193, 85, 40, 0, 128, 53, 0, 0, 80, 85), + (1194, 198, 40, 0, 128, 153, 0, 0, 85, 90), + (1195, 317, 40, 0, 0, 225, 0, 0, 0, 0), + (1196, 318, 40, 0, 128, 0, 0, 0, 64, 68), + (1197, 347, 40, 0, 128, 246, 0, 0, 80, 85), + (1198, 354, 40, 0, 128, 0, 0, 0, 80, 85), + (1199, 591, 40, 0, 128, 0, 0, 0, 64, 68), + (1200, 1088, 40, 0, 0, 777, 0, 0, 0, 0), + (1201, 1104, 40, 0, 128, 0, 0, 0, 68, 72), + (1202, 1105, 40, 0, 128, 0, 0, 0, 68, 72), + (1203, 1205, 40, 0, 128, 860, 0, 0, 80, 85), + (1204, 1354, 40, 0, 128, 967, 0, 0, 80, 85), + (1205, 1610, 40, 0, 128, 0, 0, 0, 80, 85), + (1206, 1707, 40, 0, 128, 1432, 0, 0, 75, 80), + (1207, 1772, 40, 0, 128, 1535, 0, 0, 80, 85), + (1208, 1886, 40, 0, 128, 1624, 0, 0, 80, 85), + (1209, 2169, 40, 0, 128, 0, 0, 0, 80, 85), + (1210, 2280, 40, 0, 0, 1952, 0, 0, 0, 0), + (1211, 2284, 40, 0, 128, 0, 0, 0, 80, 85), + (1212, 2457, 40, 0, 128, 2103, 0, 0, 80, 85), + (1213, 2550, 40, 0, 128, 2191, 0, 0, 75, 80), + (1214, 2844, 40, 0, 128, 2430, 0, 0, 75, 80), + (1215, 2846, 40, 0, 128, 2432, 0, 0, 75, 80), + (1216, 2847, 40, 0, 128, 2433, 0, 0, 75, 80), + (1217, 2848, 40, 0, 128, 2434, 0, 0, 75, 80), + (1218, 2849, 40, 0, 128, 2435, 0, 0, 75, 80), + (1219, 2851, 40, 0, 128, 2437, 0, 0, 75, 80), + (1220, 2859, 40, 0, 128, 2445, 0, 0, 75, 80), + (1221, 2863, 40, 0, 128, 2448, 0, 0, 75, 80), + (1222, 2866, 40, 0, 128, 2451, 0, 0, 75, 80), + (1223, 2872, 40, 0, 128, 2456, 0, 0, 75, 80), + (1224, 3299, 40, 0, 128, 0, 0, 0, 80, 85), + (1225, 3347, 40, 0, 0, 2945, 0, 0, 0, 0), + (1226, 3583, 40, 0, 128, 3175, 0, 0, 80, 85), + (1227, 3773, 40, 0, 128, 3362, 0, 0, 80, 85), + (1228, 3778, 40, 0, 128, 0, 0, 0, 80, 85), + (1229, 3843, 40, 0, 128, 0, 0, 0, 80, 85), + (1230, 3884, 40, 0, 128, 0, 0, 0, 80, 85), + (1231, 4133, 40, 0, 128, 3688, 0, 0, 75, 80), + (1232, 4134, 40, 0, 128, 3693, 0, 0, 75, 80), + (1233, 4135, 40, 0, 128, 3698, 0, 0, 75, 80), + (1234, 4136, 40, 0, 128, 3703, 0, 0, 75, 80), + (1235, 4137, 40, 0, 128, 3708, 0, 0, 75, 80), + (1236, 4138, 40, 0, 128, 3713, 0, 0, 75, 80), + (1237, 4139, 40, 0, 128, 3718, 0, 0, 75, 80), + (1238, 4140, 40, 0, 128, 3723, 0, 0, 75, 80), + (1239, 4141, 40, 0, 128, 3728, 0, 0, 75, 80), + (1240, 4142, 40, 0, 128, 3733, 0, 0, 75, 80), + (1241, 4143, 40, 0, 128, 3738, 0, 0, 75, 80), + (1242, 4144, 40, 0, 128, 3743, 0, 0, 75, 80), + (1243, 4145, 40, 0, 128, 0, 0, 0, 75, 80), + (1244, 4146, 40, 0, 128, 3749, 0, 0, 75, 80), + (1245, 4147, 40, 0, 0, 3754, 0, 0, 0, 0), + (1246, 4148, 40, 0, 128, 3759, 0, 0, 75, 80), + (1247, 4150, 40, 0, 128, 3767, 0, 0, 75, 80), + (1248, 4151, 40, 0, 128, 3772, 0, 0, 75, 80), + (1249, 4152, 40, 0, 128, 3777, 0, 0, 75, 80), + (1250, 4153, 40, 0, 128, 3782, 0, 0, 75, 80), + (1251, 4154, 40, 0, 128, 3787, 0, 0, 75, 80), + (1252, 4155, 40, 0, 128, 3792, 0, 0, 75, 80), + (1253, 4156, 40, 0, 128, 3797, 0, 0, 75, 80), + (1254, 4157, 40, 0, 128, 3802, 0, 0, 75, 80), + (1255, 4158, 40, 0, 128, 3807, 0, 0, 75, 80), + (1256, 4159, 40, 0, 128, 3812, 0, 0, 75, 80), + (1257, 4160, 40, 0, 128, 3817, 0, 0, 75, 80), + (1258, 4161, 40, 0, 128, 3822, 0, 0, 75, 80), + (1259, 4162, 40, 0, 128, 3827, 0, 0, 75, 80), + (1260, 4163, 40, 0, 128, 3832, 0, 0, 75, 80), + (1261, 4164, 40, 0, 128, 3837, 0, 0, 75, 80), + (1262, 4165, 40, 0, 128, 3842, 0, 0, 75, 80), + (1263, 4166, 40, 0, 128, 3847, 0, 0, 75, 80), + (1264, 4167, 40, 0, 128, 3852, 0, 0, 75, 80), + (1265, 4168, 40, 0, 128, 3857, 0, 0, 75, 80), + (1266, 4169, 40, 0, 128, 3862, 0, 0, 75, 80), + (1267, 4170, 40, 0, 128, 3867, 0, 0, 75, 80), + (1268, 4171, 40, 0, 128, 3872, 0, 0, 75, 80), + (1269, 4172, 40, 0, 128, 3877, 0, 0, 75, 80), + (1270, 4173, 40, 0, 128, 3882, 0, 0, 75, 80), + (1271, 4174, 40, 0, 128, 3887, 0, 0, 75, 80), + (1272, 4175, 40, 0, 128, 3892, 0, 0, 75, 80), + (1273, 4176, 40, 0, 128, 3897, 0, 0, 75, 80), + (1274, 4177, 40, 0, 128, 3902, 0, 0, 75, 80), + (1275, 4178, 40, 0, 128, 3907, 0, 0, 75, 80), + (1276, 4179, 40, 0, 128, 3912, 0, 0, 75, 80), + (1277, 4180, 40, 0, 128, 3917, 0, 0, 75, 80), + (1278, 4181, 40, 0, 128, 3922, 0, 0, 75, 80), + (1279, 4182, 40, 0, 128, 3927, 0, 0, 75, 80), + (1280, 4183, 40, 0, 128, 3932, 0, 0, 75, 80), + (1281, 4184, 40, 0, 128, 3937, 0, 0, 75, 80), + (1282, 4185, 40, 0, 128, 0, 0, 0, 67, 72), + (1283, 4186, 40, 0, 128, 0, 0, 0, 67, 72), + (1284, 4187, 40, 0, 128, 0, 0, 0, 67, 72), + (1285, 4188, 40, 0, 128, 0, 0, 0, 67, 72), + (1286, 4189, 40, 0, 128, 0, 0, 0, 67, 72), + (1287, 4190, 40, 0, 128, 0, 0, 0, 67, 72), + (1288, 4191, 40, 0, 128, 3942, 0, 0, 75, 80), + (1289, 4192, 40, 0, 0, 3947, 0, 0, 0, 0), + (1290, 4193, 40, 0, 128, 3952, 0, 0, 75, 80), + (1291, 4194, 40, 0, 128, 3957, 0, 0, 75, 80), + (1292, 4195, 40, 0, 128, 3962, 0, 0, 75, 80), + (1293, 4196, 40, 0, 128, 3967, 0, 0, 75, 80), + (1294, 4197, 40, 0, 128, 3972, 0, 0, 75, 80), + (1295, 4198, 40, 0, 128, 3977, 0, 0, 75, 80), + (1296, 4199, 40, 0, 128, 3982, 0, 0, 75, 80), + (1297, 4209, 40, 0, 128, 0, 0, 0, 80, 85), + (1298, 4241, 40, 0, 128, 0, 0, 0, 80, 85), + (1299, 4289, 40, 0, 128, 4073, 0, 0, 75, 80), + (1300, 4362, 40, 0, 128, 4175, 0, 0, 80, 85), + (1301, 4363, 40, 0, 128, 0, 0, 0, 64, 68), + (1302, 43, 41, 0, 0, 21, 0, 0, 0, 0), + (1303, 71, 41, 0, 0, 0, 0, 0, 0, 0), + (1304, 162, 41, 0, 0, 119, 0, 0, 0, 0), + (1305, 913, 41, 0, 0, 0, 0, 0, 0, 0), + (1306, 1160, 41, 0, 0, 0, 0, 0, 0, 0), + (1307, 1341, 41, 0, 0, 0, 0, 0, 0, 0), + (1308, 1707, 41, 0, 0, 1433, 0, 0, 0, 0), + (1309, 2043, 41, 0, 0, 0, 0, 0, 0, 0), + (1310, 2413, 41, 0, 0, 0, 0, 0, 0, 0), + (1311, 2550, 41, 0, 0, 2192, 0, 0, 0, 0), + (1312, 2850, 41, 0, 0, 2436, 0, 0, 0, 0), + (1313, 2853, 41, 0, 0, 2439, 0, 0, 0, 0), + (1314, 2856, 41, 0, 0, 2442, 0, 0, 0, 0), + (1315, 2862, 41, 0, 0, 2447, 0, 0, 0, 0), + (1316, 2864, 41, 0, 0, 2449, 0, 0, 0, 0), + (1317, 2868, 41, 0, 0, 2453, 0, 0, 0, 0), + (1318, 2869, 41, 0, 0, 2454, 0, 0, 0, 0), + (1319, 2871, 41, 0, 0, 2455, 0, 0, 0, 0), + (1320, 2874, 41, 0, 0, 2459, 0, 0, 0, 0), + (1321, 3502, 41, 0, 0, 0, 0, 0, 0, 0), + (1322, 3791, 41, 0, 0, 0, 0, 0, 0, 0), + (1323, 3814, 41, 0, 0, 0, 0, 0, 0, 0), + (1324, 3912, 41, 0, 0, 0, 0, 0, 0, 0), + (1325, 4133, 41, 0, 0, 3689, 0, 0, 0, 0), + (1326, 4134, 41, 0, 0, 3694, 0, 0, 0, 0), + (1327, 4135, 41, 0, 0, 3699, 0, 0, 0, 0), + (1328, 4136, 41, 0, 0, 3704, 0, 0, 0, 0), + (1329, 4137, 41, 0, 0, 3709, 0, 0, 0, 0), + (1330, 4138, 41, 0, 0, 3714, 0, 0, 0, 0), + (1331, 4139, 41, 0, 0, 3719, 0, 0, 0, 0), + (1332, 4140, 41, 0, 0, 3724, 0, 0, 0, 0), + (1333, 4141, 41, 0, 0, 3729, 0, 0, 0, 0), + (1334, 4142, 41, 0, 0, 3734, 0, 0, 0, 0), + (1335, 4143, 41, 0, 0, 3739, 0, 0, 0, 0), + (1336, 4144, 41, 0, 0, 3744, 0, 0, 0, 0), + (1337, 4146, 41, 0, 0, 3750, 0, 0, 0, 0), + (1338, 4147, 41, 0, 0, 3755, 0, 0, 0, 0), + (1339, 4148, 41, 0, 0, 3760, 0, 0, 0, 0), + (1340, 4150, 41, 0, 0, 3768, 0, 0, 0, 0), + (1341, 4151, 41, 0, 0, 3773, 0, 0, 0, 0), + (1342, 4152, 41, 0, 0, 3778, 0, 0, 0, 0), + (1343, 4153, 41, 0, 0, 3783, 0, 0, 0, 0), + (1344, 4154, 41, 0, 0, 3788, 0, 0, 0, 0), + (1345, 4155, 41, 0, 0, 3793, 0, 0, 0, 0), + (1346, 4156, 41, 0, 0, 3798, 0, 0, 0, 0), + (1347, 4157, 41, 0, 0, 3803, 0, 0, 0, 0), + (1348, 4158, 41, 0, 0, 3808, 0, 0, 0, 0), + (1349, 4159, 41, 0, 0, 3813, 0, 0, 0, 0), + (1350, 4160, 41, 0, 0, 3818, 0, 0, 0, 0), + (1351, 4161, 41, 0, 0, 3823, 0, 0, 0, 0), + (1352, 4162, 41, 0, 0, 3828, 0, 0, 0, 0), + (1353, 4163, 41, 0, 0, 3833, 0, 0, 0, 0), + (1354, 4164, 41, 0, 0, 3838, 0, 0, 0, 0), + (1355, 4165, 41, 0, 0, 3843, 0, 0, 0, 0), + (1356, 4166, 41, 0, 0, 3848, 0, 0, 0, 0), + (1357, 4167, 41, 0, 0, 3853, 0, 0, 0, 0), + (1358, 4168, 41, 0, 0, 3858, 0, 0, 0, 0), + (1359, 4169, 41, 0, 0, 3863, 0, 0, 0, 0), + (1360, 4170, 41, 0, 0, 3868, 0, 0, 0, 0), + (1361, 4171, 41, 0, 0, 3873, 0, 0, 0, 0), + (1362, 4172, 41, 0, 0, 3878, 0, 0, 0, 0), + (1363, 4173, 41, 0, 0, 3883, 0, 0, 0, 0), + (1364, 4174, 41, 0, 0, 3888, 0, 0, 0, 0), + (1365, 4175, 41, 0, 0, 3893, 0, 0, 0, 0), + (1366, 4176, 41, 0, 0, 3898, 0, 0, 0, 0), + (1367, 4177, 41, 0, 0, 3903, 0, 0, 0, 0), + (1368, 4178, 41, 0, 0, 3908, 0, 0, 0, 0), + (1369, 4179, 41, 0, 0, 3913, 0, 0, 0, 0), + (1370, 4180, 41, 0, 0, 3918, 0, 0, 0, 0), + (1371, 4181, 41, 0, 0, 3923, 0, 0, 0, 0), + (1372, 4182, 41, 0, 0, 3928, 0, 0, 0, 0), + (1373, 4183, 41, 0, 0, 3933, 0, 0, 0, 0), + (1374, 4184, 41, 0, 0, 3938, 0, 0, 0, 0), + (1375, 4185, 41, 0, 0, 0, 0, 0, 0, 0), + (1376, 4186, 41, 0, 0, 0, 0, 0, 0, 0), + (1377, 4187, 41, 0, 0, 0, 0, 0, 0, 0), + (1378, 4188, 41, 0, 0, 0, 0, 0, 0, 0), + (1379, 4189, 41, 0, 0, 0, 0, 0, 0, 0), + (1380, 4190, 41, 0, 0, 0, 0, 0, 0, 0), + (1381, 4191, 41, 0, 0, 3943, 0, 0, 0, 0), + (1382, 4192, 41, 0, 0, 3948, 0, 0, 0, 0), + (1383, 4193, 41, 0, 0, 3953, 0, 0, 0, 0), + (1384, 4194, 41, 0, 0, 3958, 0, 0, 0, 0), + (1385, 4195, 41, 0, 0, 3963, 0, 0, 0, 0), + (1386, 4196, 41, 0, 0, 3968, 0, 0, 0, 0), + (1387, 4197, 41, 0, 0, 3973, 0, 0, 0, 0), + (1388, 4198, 41, 0, 0, 3978, 0, 0, 0, 0), + (1389, 4199, 41, 0, 0, 3983, 0, 0, 0, 0), + (1390, 4289, 41, 0, 0, 4074, 0, 0, 0, 0), + (1391, 4309, 41, 0, 0, 0, 0, 0, 0, 0), + (1392, 1028, 42, 0, 0, 0, 0, 0, 0, 0), + (1393, 1029, 42, 0, 0, 0, 0, 0, 0, 0), + (1394, 1030, 42, 0, 0, 0, 0, 0, 0, 0), + (1395, 1031, 42, 0, 0, 0, 0, 0, 0, 0), + (1396, 1032, 42, 0, 0, 0, 0, 0, 0, 0), + (1397, 2019, 42, 0, 0, 1722, 0, 0, 0, 0), + (1398, 2020, 42, 0, 0, 1724, 0, 0, 0, 0), + (1399, 2021, 42, 0, 0, 1726, 0, 0, 0, 0), + (1400, 2022, 42, 0, 0, 1728, 0, 0, 0, 0), + (1401, 2023, 42, 0, 0, 1730, 0, 0, 0, 0), + (1402, 2024, 42, 0, 0, 1732, 0, 0, 0, 0), + (1403, 2025, 42, 0, 0, 1734, 0, 0, 0, 0), + (1404, 2026, 42, 0, 0, 1736, 0, 0, 0, 0), + (1405, 2027, 42, 0, 0, 1738, 0, 0, 0, 0), + (1406, 2028, 42, 0, 0, 1740, 0, 0, 0, 0), + (1407, 2029, 42, 0, 0, 1742, 0, 0, 0, 0), + (1408, 2030, 42, 0, 0, 1744, 0, 0, 0, 0), + (1409, 2031, 42, 0, 0, 0, 0, 0, 0, 0), + (1410, 2032, 42, 0, 0, 0, 0, 0, 0, 0), + (1411, 2033, 42, 0, 0, 0, 0, 0, 0, 0), + (1412, 2034, 42, 0, 0, 1746, 0, 0, 0, 0), + (1413, 2035, 42, 0, 0, 1748, 0, 0, 0, 0), + (1414, 2036, 42, 0, 0, 1750, 0, 0, 0, 0), + (1415, 2232, 42, 0, 0, 1898, 0, 0, 0, 0), + (1416, 2233, 42, 0, 0, 1900, 0, 0, 0, 0), + (1417, 2234, 42, 0, 0, 1903, 0, 0, 0, 0), + (1418, 2235, 42, 0, 0, 1906, 0, 0, 0, 0), + (1419, 2236, 42, 0, 0, 1908, 0, 0, 0, 0), + (1420, 2237, 42, 0, 0, 1910, 0, 0, 0, 0), + (1421, 2238, 42, 0, 0, 1912, 0, 0, 0, 0), + (1422, 2239, 42, 0, 0, 1914, 0, 0, 0, 0), + (1423, 2240, 42, 0, 0, 1916, 0, 0, 0, 0), + (1424, 2241, 42, 0, 0, 1918, 0, 0, 0, 0), + (1425, 2242, 42, 0, 0, 1920, 0, 0, 0, 0), + (1426, 2243, 42, 0, 0, 1923, 0, 0, 0, 0), + (1427, 2244, 42, 0, 0, 0, 0, 0, 0, 0), + (1428, 2246, 42, 0, 0, 0, 0, 0, 0, 0), + (1429, 2247, 42, 0, 0, 0, 0, 0, 0, 0), + (1430, 2248, 42, 0, 0, 1925, 0, 0, 0, 0), + (1431, 2249, 42, 0, 0, 1928, 0, 0, 0, 0), + (1432, 2250, 42, 0, 0, 1930, 0, 0, 0, 0), + (1433, 2841, 42, 0, 0, 0, 0, 0, 0, 0), + (1434, 2843, 42, 0, 0, 0, 0, 0, 0, 0), + (1435, 2845, 42, 0, 0, 2431, 0, 0, 0, 0), + (1436, 2855, 42, 0, 0, 2441, 0, 0, 0, 0), + (1437, 2857, 42, 0, 0, 2443, 0, 0, 0, 0), + (1438, 2858, 42, 0, 0, 2444, 0, 0, 0, 0), + (1439, 2870, 42, 0, 0, 0, 0, 0, 0, 0), + (1440, 2875, 42, 0, 0, 2460, 0, 0, 0, 0), + (1441, 4091, 42, 0, 0, 0, 0, 0, 0, 0), + (1442, 4149, 42, 0, 0, 3763, 0, 0, 0, 0), + (1443, 1361, 44, 0, 0, 0, 0, 0, 0, 0), + (1444, 3190, 44, 0, 128, 0, 0, 0, 0, 0), + (1445, 388, 45, 0, 0, 271, 0, 0, 0, 0), + (1446, 470, 45, 0, 0, 340, 0, 0, 0, 0), + (1447, 506, 45, 0, 0, 0, 0, 0, 0, 0), + (1448, 625, 45, 0, 0, 460, 0, 0, 0, 0), + (1449, 627, 45, 0, 0, 462, 0, 0, 0, 0), + (1450, 628, 45, 0, 0, 463, 0, 0, 0, 0), + (1451, 704, 45, 0, 0, 0, 0, 0, 0, 0), + (1452, 748, 45, 0, 0, 549, 0, 0, 0, 0), + (1453, 1244, 45, 0, 0, 888, 0, 0, 0, 0), + (1454, 1245, 45, 0, 0, 890, 0, 0, 0, 0), + (1455, 1843, 45, 0, 0, 1604, 0, 0, 0, 0), + (1456, 1845, 45, 0, 0, 1606, 0, 0, 0, 0), + (1457, 1941, 45, 0, 0, 1674, 0, 0, 0, 0), + (1458, 2129, 45, 0, 0, 1831, 0, 0, 0, 0), + (1459, 2323, 45, 0, 0, 1990, 0, 0, 0, 0), + (1460, 2813, 45, 0, 0, 0, 0, 0, 0, 0), + (1461, 3082, 45, 0, 0, 2733, 0, 0, 0, 0), + (1462, 3409, 45, 0, 0, 0, 0, 0, 0, 0), + (1463, 3798, 45, 0, 0, 0, 0, 0, 0, 0), + (1464, 445, 46, 0, 128, 318, 0, 0, 45, 45), + (1465, 1837, 46, 0, 128, 1594, 0, 0, 33, 35), + (1466, 1838, 46, 0, 128, 1596, 0, 0, 34, 37), + (1467, 1839, 46, 0, 128, 1598, 0, 0, 63, 63), + (1468, 2906, 46, 0, 128, 0, 0, 0, 78, 80), + (1469, 2935, 46, 0, 128, 2501, 0, 0, 34, 36), + (1470, 2936, 46, 0, 128, 2503, 0, 0, 41, 43), + (1471, 3102, 46, 0, 128, 2747, 0, 0, 35, 35), + (1472, 3358, 46, 0, 128, 2952, 0, 0, 36, 36), + (1473, 3912, 46, 0, 128, 3491, 0, 0, 39, 40), + (1474, 4309, 46, 0, 128, 4089, 0, 0, 39, 39), + (1475, 445, 47, 0, 128, 318, 0, 0, 45, 45), + (1476, 1837, 47, 0, 128, 1595, 0, 0, 33, 35), + (1477, 1838, 47, 0, 128, 1597, 0, 0, 34, 37), + (1478, 1839, 47, 0, 128, 1599, 0, 0, 63, 63), + (1479, 2935, 47, 0, 128, 2502, 0, 0, 34, 36), + (1480, 2936, 47, 0, 128, 2504, 0, 0, 44, 44), + (1481, 3102, 47, 0, 128, 2748, 0, 0, 35, 35), + (1482, 3358, 47, 0, 128, 2953, 0, 0, 36, 36), + (1483, 3708, 47, 0, 128, 0, 0, 0, 63, 63), + (1484, 3912, 47, 0, 128, 3492, 0, 0, 39, 40), + (1485, 4309, 47, 0, 128, 4090, 0, 0, 39, 40), + (1486, 39, 48, 0, 128, 0, 0, 0, 75, 80), + (1487, 52, 48, 0, 128, 0, 0, 0, 80, 85), + (1488, 272, 48, 0, 128, 0, 0, 0, 75, 80), + (1489, 273, 48, 0, 128, 0, 0, 0, 75, 80), + (1490, 280, 48, 0, 128, 0, 0, 0, 75, 80), + (1491, 361, 48, 0, 128, 0, 0, 0, 75, 80), + (1492, 405, 48, 0, 128, 0, 0, 0, 75, 80), + (1493, 406, 48, 0, 128, 0, 0, 0, 80, 85), + (1494, 493, 48, 0, 128, 0, 0, 0, 75, 80), + (1495, 536, 48, 0, 128, 0, 0, 0, 80, 85), + (1496, 577, 48, 0, 128, 0, 0, 0, 68, 72), + (1497, 643, 48, 0, 128, 0, 0, 0, 68, 72), + (1498, 754, 48, 0, 128, 0, 0, 0, 68, 72), + (1499, 922, 48, 0, 128, 647, 0, 0, 0, 0), + (1500, 944, 48, 0, 128, 666, 0, 0, 85, 90), + (1501, 1054, 48, 0, 128, 0, 0, 0, 80, 85), + (1502, 1112, 48, 0, 128, 0, 0, 0, 60, 64), + (1503, 1182, 48, 0, 128, 845, 0, 0, 0, 0), + (1504, 1276, 48, 0, 128, 0, 0, 0, 75, 80), + (1505, 1335, 48, 0, 128, 0, 0, 0, 75, 80), + (1506, 1357, 48, 0, 128, 0, 0, 0, 75, 80), + (1507, 1365, 48, 0, 128, 0, 0, 0, 75, 80), + (1508, 1492, 48, 1, 128, 0, 0, 0, 1, 1), + (1509, 1493, 48, 1, 128, 0, 0, 0, 1, 1), + (1510, 1494, 48, 1, 128, 0, 0, 0, 1, 1), + (1511, 1495, 48, 1, 128, 0, 0, 0, 1, 1), + (1512, 1496, 48, 1, 128, 0, 0, 0, 1, 1), + (1513, 1498, 48, 0, 128, 0, 0, 0, 68, 72), + (1514, 1505, 48, 0, 128, 0, 0, 0, 15, 17), + (1515, 1608, 48, 0, 128, 0, 0, 0, 0, 0), + (1516, 1681, 48, 0, 128, 0, 0, 0, 75, 80), + (1517, 1846, 48, 0, 128, 0, 0, 0, 90, 95), + (1518, 1851, 48, 0, 128, 0, 0, 0, 0, 0), + (1519, 1904, 48, 0, 128, 0, 0, 0, 68, 72), + (1520, 2059, 48, 0, 128, 0, 0, 0, 68, 72), + (1521, 2064, 48, 1, 128, 0, 0, 0, 1, 1), + (1522, 2068, 48, 1, 128, 0, 0, 0, 1, 1), + (1523, 2072, 48, 0, 128, 0, 0, 0, 75, 80), + (1524, 2230, 48, 0, 128, 0, 0, 0, 80, 85), + (1525, 2327, 48, 0, 128, 0, 0, 0, 75, 80), + (1526, 2333, 48, 0, 128, 0, 0, 0, 64, 68), + (1527, 2336, 48, 0, 128, 0, 0, 0, 75, 80), + (1528, 2337, 48, 0, 128, 0, 0, 0, 75, 80), + (1529, 2342, 48, 0, 128, 0, 0, 0, 85, 90), + (1530, 2346, 48, 0, 128, 0, 0, 0, 85, 90), + (1531, 2347, 48, 0, 128, 0, 0, 0, 85, 90), + (1532, 2350, 48, 0, 128, 0, 0, 0, 85, 90), + (1533, 2351, 48, 0, 128, 0, 0, 0, 85, 90), + (1534, 2352, 48, 0, 128, 0, 0, 0, 80, 85), + (1535, 2353, 48, 0, 128, 0, 0, 0, 85, 90), + (1536, 2356, 48, 0, 128, 0, 0, 0, 75, 80), + (1537, 2358, 48, 0, 128, 0, 0, 0, 68, 72), + (1538, 2359, 48, 0, 128, 0, 0, 0, 68, 72), + (1539, 2510, 48, 0, 128, 0, 0, 0, 0, 0), + (1540, 2514, 48, 0, 128, 0, 0, 0, 0, 0), + (1541, 2517, 48, 0, 128, 0, 0, 0, 0, 0), + (1542, 2519, 48, 0, 128, 0, 0, 0, 0, 0), + (1543, 2520, 48, 0, 128, 0, 0, 0, 0, 0), + (1544, 2521, 48, 0, 128, 0, 0, 0, 0, 0), + (1545, 2530, 48, 0, 128, 0, 0, 0, 0, 0), + (1546, 2532, 48, 0, 128, 0, 0, 0, 0, 0), + (1547, 2536, 48, 0, 128, 0, 0, 0, 0, 0), + (1548, 2539, 48, 0, 128, 0, 0, 0, 0, 0), + (1549, 2541, 48, 0, 128, 0, 0, 0, 0, 0), + (1550, 2606, 48, 0, 128, 2237, 0, 0, 90, 95), + (1551, 2618, 48, 0, 128, 0, 0, 0, 75, 80), + (1552, 2622, 48, 0, 128, 0, 0, 0, 85, 90), + (1553, 2623, 48, 0, 128, 0, 0, 0, 85, 90), + (1554, 2626, 48, 0, 128, 0, 0, 0, 75, 80), + (1555, 2628, 48, 0, 128, 0, 0, 0, 75, 80), + (1556, 2821, 48, 0, 128, 0, 0, 0, 68, 72), + (1557, 3093, 48, 0, 128, 0, 0, 0, 85, 90), + (1558, 3126, 48, 0, 128, 0, 0, 0, 80, 85), + (1559, 3137, 48, 0, 128, 0, 0, 0, 80, 85), + (1560, 3179, 48, 0, 128, 0, 0, 0, 75, 80), + (1561, 3253, 48, 1, 128, 0, 0, 0, 1, 1), + (1562, 3258, 48, 1, 128, 0, 0, 0, 1, 1), + (1563, 3295, 48, 0, 128, 0, 0, 0, 75, 80), + (1564, 3296, 48, 0, 128, 0, 0, 0, 75, 80), + (1565, 3297, 48, 0, 128, 0, 0, 0, 75, 80), + (1566, 3309, 48, 0, 128, 0, 0, 0, 75, 80), + (1567, 3437, 48, 0, 128, 0, 0, 0, 85, 90), + (1568, 3493, 48, 0, 128, 0, 0, 0, 85, 90), + (1569, 3505, 48, 0, 128, 0, 0, 0, 75, 80), + (1570, 3516, 48, 0, 128, 0, 0, 0, 0, 0), + (1571, 3620, 48, 0, 128, 0, 0, 0, 75, 80), + (1572, 3664, 48, 0, 128, 0, 0, 0, 75, 80), + (1573, 3789, 48, 0, 128, 0, 0, 0, 85, 90), + (1574, 3812, 48, 0, 128, 0, 0, 0, 0, 0), + (1575, 3909, 48, 0, 128, 0, 0, 0, 68, 72), + (1576, 3910, 48, 0, 128, 0, 0, 0, 85, 90), + (1577, 4011, 48, 0, 128, 0, 0, 0, 75, 80), + (1578, 4014, 48, 0, 128, 0, 0, 0, 75, 80), + (1579, 4016, 48, 0, 128, 0, 0, 0, 75, 80), + (1580, 4020, 48, 0, 128, 0, 0, 0, 75, 80), + (1581, 4025, 48, 0, 128, 0, 0, 0, 75, 80), + (1582, 4026, 48, 0, 128, 0, 0, 0, 75, 80), + (1583, 4031, 48, 0, 128, 0, 0, 0, 75, 80), + (1584, 4033, 48, 0, 128, 0, 0, 0, 75, 80), + (1585, 4035, 48, 0, 128, 0, 0, 0, 60, 64), + (1586, 4037, 48, 0, 128, 0, 0, 0, 75, 80), + (1587, 4251, 48, 1, 128, 0, 0, 0, 1, 1), + (1588, 4255, 48, 0, 128, 0, 0, 0, 0, 0), + (1589, 4257, 48, 0, 128, 0, 0, 0, 0, 0), + (1590, 4269, 48, 0, 128, 0, 0, 0, 0, 0), + (1591, 4300, 48, 0, 128, 0, 0, 0, 75, 80), + (1592, 4301, 48, 0, 128, 0, 0, 0, 75, 80), + (1593, 4302, 48, 0, 128, 0, 0, 0, 75, 80), + (1594, 4335, 48, 0, 128, 0, 0, 0, 68, 72), + (1595, 4373, 48, 0, 128, 0, 0, 0, 0, 0), + (1596, 4393, 48, 0, 128, 0, 0, 0, 0, 0), + (1597, 4493, 48, 0, 0, 0, 0, 0, 0, 0), + (1598, 4524, 48, 0, 128, 0, 0, 0, 0, 0), + (1614, 67, 51, 300, 0, 37, 0, 0, 65, 67), + (1615, 71, 51, 330, 4, 41, 0, 0, 75, 75), + (1616, 106, 51, 330, 0, 68, 0, 0, 66, 68), + (1617, 110, 51, 300, 0, 0, 0, 0, 70, 70), + (1618, 280, 51, 0, 128, 0, 0, 0, 75, 80), + (1619, 313, 51, 0, 128, 0, 0, 0, 68, 70), + (1620, 361, 51, 0, 128, 0, 0, 0, 75, 80), + (1621, 393, 51, 0, 128, 274, 0, 0, 60, 60), + (1622, 642, 51, 330, 0, 474, 0, 0, 70, 70), + (1623, 643, 51, 0, 128, 0, 0, 0, 68, 72), + (1624, 714, 51, 330, 0, 524, 0, 0, 71, 73), + (1625, 716, 51, 0, 128, 0, 0, 0, 48, 48), + (1626, 754, 51, 0, 128, 0, 0, 0, 68, 72), + (1627, 768, 51, 7920, 0, 562, 0, 0, 75, 76), + (1628, 910, 51, 0, 128, 0, 0, 0, 76, 76), + (1629, 914, 51, 0, 128, 643, 0, 0, 76, 76), + (1630, 916, 51, 0, 128, 0, 0, 0, 95, 95), + (1631, 922, 51, 300, 0, 0, 0, 0, 0, 0), + (1632, 944, 51, 0, 128, 0, 0, 0, 85, 90), + (1633, 958, 51, 330, 0, 673, 0, 0, 71, 73), + (1634, 1182, 51, 300, 0, 0, 0, 0, 0, 0), + (1635, 1335, 51, 0, 128, 0, 0, 0, 75, 80), + (1636, 1357, 51, 0, 128, 0, 0, 0, 75, 80), + (1637, 1380, 51, 330, 1, 0, 0, 0, 63, 65), + (1638, 1381, 51, 330, 1, 0, 0, 0, 63, 65), + (1639, 1387, 51, 330, 1, 0, 0, 0, 63, 65), + (1640, 1394, 51, 0, 128, 0, 0, 0, 58, 58), + (1641, 4650, 51, 330, 1, 0, 0, 0, 63, 65), + (1642, 1608, 51, 300, 0, 0, 0, 0, 0, 0), + (1643, 1773, 51, 0, 128, 1536, 35000, 0, 83, 85), + (1644, 1776, 51, 300, 0, 0, 0, 0, 0, 0), + (1645, 1787, 51, 5400, 0, 1541, 0, 0, 78, 79), + (1646, 1809, 51, 330, 0, 1580, 0, 0, 71, 75), + (1647, 1846, 51, 0, 128, 0, 0, 0, 85, 90), + (1648, 1851, 51, 300, 0, 0, 0, 0, 0, 0), + (1649, 1900, 51, 330, 1, 1634, 0, 0, 65, 66), + (1650, 1904, 51, 0, 128, 0, 0, 0, 68, 72), + (1651, 2018, 51, 259200, 0, 0, 73000, 0, 80, 80), + (1652, 2072, 51, 0, 128, 0, 0, 0, 75, 80), + (1653, 2090, 51, 0, 128, 1793, 28000, 0, 87, 88), + (1654, 2123, 51, 7920, 0, 1822, 0, 0, 80, 80), + (1655, 2269, 51, 0, 128, 1942, 0, 0, 67, 71), + (1656, 2396, 51, 330, 0, 2044, 0, 0, 63, 65), + (1657, 2508, 51, 300, 0, 2153, 0, 0, 72, 73), + (1658, 2510, 51, 300, 0, 0, 0, 0, 72, 73), + (1659, 2514, 51, 300, 0, 0, 0, 0, 72, 73), + (1660, 2517, 51, 300, 0, 0, 0, 0, 72, 73), + (1661, 2519, 51, 300, 0, 0, 0, 0, 72, 73), + (1662, 2520, 51, 300, 0, 0, 0, 0, 72, 73), + (1663, 2521, 51, 300, 0, 0, 0, 0, 72, 73), + (1664, 2526, 51, 300, 0, 2164, 0, 0, 72, 73), + (1665, 2532, 51, 300, 0, 0, 0, 0, 72, 73), + (1666, 2533, 51, 300, 0, 2171, 0, 0, 72, 73), + (1667, 2534, 51, 300, 0, 2174, 0, 0, 72, 73), + (1668, 2536, 51, 300, 0, 0, 0, 0, 72, 73), + (1669, 2539, 51, 300, 0, 0, 0, 0, 72, 73), + (1670, 2541, 51, 300, 0, 0, 0, 0, 65, 68), + (1671, 2545, 51, 300, 0, 2182, 0, 0, 72, 73), + (1672, 2562, 51, 330, 0, 2200, 0, 0, 78, 79), + (1673, 2616, 51, 0, 128, 2244, 0, 0, 68, 70), + (1674, 2656, 51, 300, 0, 0, 0, 0, 0, 0), + (1675, 3093, 51, 0, 128, 0, 0, 0, 85, 90), + (1676, 3118, 51, 0, 128, 0, 0, 0, 75, 75), + (1677, 3179, 51, 0, 128, 0, 0, 0, 75, 80), + (1678, 3223, 51, 330, 0, 2861, 0, 0, 68, 70), + (1679, 3292, 51, 300, 0, 0, 0, 0, 0, 0), + (1680, 3309, 51, 0, 128, 0, 0, 0, 75, 80), + (1681, 3327, 51, 300, 0, 0, 0, 0, 0, 0), + (1682, 3332, 51, 300, 0, 0, 0, 0, 0, 0), + (1683, 3343, 51, 330, 0, 2939, 0, 0, 66, 68), + (1684, 3344, 51, 0, 128, 2941, 0, 0, 67, 71), + (1685, 3346, 51, 0, 128, 2943, 0, 0, 67, 71), + (1686, 3437, 51, 0, 128, 0, 0, 0, 85, 90), + (1687, 3493, 51, 0, 128, 0, 0, 0, 85, 90), + (1688, 3505, 51, 0, 128, 0, 0, 0, 75, 80), + (1689, 3516, 51, 300, 0, 0, 0, 0, 0, 0), + (1690, 3620, 51, 0, 128, 0, 0, 0, 75, 80), + (1691, 3698, 51, 330, 0, 3277, 0, 0, 64, 65), + (1692, 3789, 51, 0, 128, 0, 0, 0, 85, 90), + (1693, 3812, 51, 300, 0, 0, 0, 0, 0, 0), + (1694, 3909, 51, 0, 128, 0, 0, 0, 68, 72), + (1695, 3910, 51, 0, 128, 0, 0, 0, 85, 90), + (1696, 3922, 51, 0, 128, 3525, 46000, 0, 88, 89), + (1697, 3991, 51, 330, 0, 3579, 0, 0, 66, 68), + (1698, 4011, 51, 0, 128, 0, 0, 0, 75, 80), + (1699, 4014, 51, 0, 128, 0, 0, 0, 75, 80), + (1700, 4020, 51, 0, 128, 0, 0, 0, 75, 80), + (1701, 4025, 51, 0, 128, 0, 0, 0, 75, 80), + (1702, 4026, 51, 0, 128, 0, 0, 0, 75, 80), + (1703, 4031, 51, 0, 128, 0, 0, 0, 75, 80), + (1704, 4033, 51, 0, 128, 0, 0, 0, 75, 80), + (1705, 4035, 51, 0, 128, 0, 0, 0, 67, 72), + (1706, 4037, 51, 0, 128, 0, 0, 0, 75, 80), + (1707, 4255, 51, 300, 0, 0, 0, 0, 0, 0), + (1708, 4257, 51, 300, 0, 0, 0, 0, 0, 0), + (1709, 4265, 51, 0, 128, 4035, 15000, 0, 78, 80), + (1710, 4275, 51, 330, 0, 4043, 0, 0, 67, 69), + (1711, 4300, 51, 0, 128, 0, 0, 0, 75, 80), + (1712, 4301, 51, 0, 128, 0, 0, 0, 75, 80), + (1713, 4302, 51, 0, 128, 0, 0, 0, 75, 80), + (1714, 4335, 51, 0, 128, 0, 0, 0, 68, 72), + (1715, 4360, 51, 330, 0, 4173, 0, 0, 71, 72), + (1716, 4364, 51, 300, 0, 4176, 0, 0, 0, 0), + (1717, 4367, 51, 330, 0, 4177, 0, 0, 72, 73), + (1718, 4368, 51, 330, 0, 4178, 0, 0, 72, 73), + (1719, 4369, 51, 330, 0, 4179, 0, 0, 72, 73), + (1720, 4373, 51, 300, 0, 0, 0, 0, 0, 0), + (1721, 4376, 51, 330, 0, 4188, 0, 0, 62, 63), + (1722, 4393, 51, 300, 0, 0, 0, 0, 0, 0), + (1723, 4468, 51, 300, 0, 0, 0, 0, 0, 0), + (1724, 4493, 51, 300, 0, 0, 0, 0, 0, 0), + (1725, 4518, 51, 10800, 0, 4363, 0, 0, 73, 73), + (1726, 4524, 51, 300, 0, 0, 0, 0, 0, 0), + (1727, 39, 52, 0, 128, 0, 0, 0, 75, 80), + (1728, 67, 52, 300, 0, 37, 0, 0, 63, 65), + (1729, 71, 52, 330, 4, 41, 0, 0, 75, 75), + (1730, 106, 52, 330, 0, 68, 0, 0, 65, 66), + (1731, 272, 52, 0, 128, 0, 0, 0, 15, 17), + (1732, 273, 52, 0, 128, 0, 0, 0, 75, 80), + (1733, 313, 52, 0, 128, 0, 0, 0, 71, 72), + (1734, 393, 52, 0, 128, 274, 0, 0, 60, 60), + (1735, 714, 52, 330, 0, 524, 0, 0, 71, 73), + (1736, 716, 52, 0, 128, 0, 0, 0, 48, 48), + (1737, 765, 52, 330, 0, 560, 0, 0, 71, 73), + (1738, 768, 52, 7920, 0, 563, 0, 0, 74, 76), + (1739, 910, 52, 0, 128, 0, 0, 0, 76, 76), + (1740, 914, 52, 0, 128, 643, 0, 0, 76, 76), + (1741, 916, 52, 0, 128, 0, 0, 0, 95, 95), + (1742, 923, 52, 330, 0, 647, 0, 0, 72, 74), + (1743, 930, 52, 0, 128, 652, 25000, 0, 82, 84), + (1744, 1112, 52, 0, 128, 0, 0, 0, 60, 64), + (1745, 1208, 52, 14400, 0, 864, 0, 0, 77, 78), + (1746, 1276, 52, 0, 128, 0, 0, 0, 75, 80), + (1747, 1380, 52, 330, 1, 990, 0, 0, 63, 65), + (1748, 1381, 52, 330, 1, 0, 0, 0, 63, 65), + (1749, 1387, 52, 330, 1, 0, 0, 0, 63, 65), + (1750, 1394, 52, 0, 128, 0, 0, 0, 58, 58), + (1751, 4650, 52, 330, 1, 0, 0, 0, 63, 65), + (1752, 1505, 52, 0, 128, 0, 0, 0, 64, 67), + (1753, 1787, 52, 5400, 0, 1542, 0, 0, 78, 79), + (1754, 1802, 52, 330, 0, 1554, 0, 0, 81, 82), + (1755, 1900, 52, 330, 1, 1635, 0, 0, 63, 64), + (1756, 2073, 52, 330, 2, 1783, 0, 0, 64, 67), + (1757, 2269, 52, 0, 128, 1943, 0, 0, 71, 72), + (1758, 2327, 52, 0, 128, 0, 0, 0, 75, 80), + (1759, 2336, 52, 0, 128, 0, 0, 0, 75, 80), + (1760, 2337, 52, 0, 128, 0, 0, 0, 75, 80), + (1761, 2342, 52, 0, 128, 0, 0, 0, 85, 90), + (1762, 2346, 52, 0, 128, 0, 0, 0, 85, 90), + (1763, 2347, 52, 0, 128, 0, 0, 0, 85, 90), + (1764, 2350, 52, 0, 128, 0, 0, 0, 85, 90), + (1765, 2351, 52, 0, 128, 0, 0, 0, 85, 90), + (1766, 2353, 52, 0, 128, 0, 0, 0, 85, 90), + (1767, 2356, 52, 0, 128, 0, 0, 0, 75, 80), + (1768, 2358, 52, 0, 128, 0, 0, 0, 67, 72), + (1769, 2359, 52, 0, 128, 0, 0, 0, 67, 72), + (1770, 2396, 52, 330, 0, 2044, 0, 0, 63, 65), + (1771, 2423, 52, 0, 128, 2065, 30000, 0, 85, 87), + (1772, 2507, 52, 300, 0, 2151, 0, 0, 81, 83), + (1773, 2522, 52, 300, 0, 2158, 0, 0, 81, 83), + (1774, 2523, 52, 300, 0, 2160, 0, 0, 81, 83), + (1775, 2525, 52, 330, 0, 2162, 0, 0, 81, 83), + (1776, 2528, 52, 300, 0, 2167, 0, 0, 81, 83), + (1777, 2529, 52, 300, 0, 2169, 0, 0, 81, 83), + (1778, 2537, 52, 300, 0, 2179, 0, 0, 81, 83), + (1779, 2540, 52, 300, 0, 0, 0, 0, 81, 83), + (1780, 2541, 52, 300, 0, 0, 0, 0, 76, 78), + (1781, 2562, 52, 330, 0, 0, 0, 0, 78, 79), + (1782, 2606, 52, 0, 128, 2237, 0, 0, 90, 95), + (1783, 2616, 52, 0, 128, 2245, 0, 0, 71, 72), + (1784, 2618, 52, 0, 128, 0, 0, 0, 75, 80), + (1785, 2622, 52, 0, 128, 0, 0, 0, 85, 90), + (1786, 2623, 52, 0, 128, 0, 0, 0, 85, 90), + (1787, 2626, 52, 0, 128, 0, 0, 0, 75, 80), + (1788, 2628, 52, 0, 128, 0, 0, 0, 75, 80), + (1789, 2961, 52, 330, 0, 2523, 0, 0, 72, 74), + (1790, 3153, 52, 0, 128, 0, 0, 0, 75, 75), + (1791, 3295, 52, 0, 128, 0, 0, 0, 75, 80), + (1792, 3297, 52, 0, 128, 0, 0, 0, 75, 80), + (1793, 3343, 52, 330, 0, 2940, 0, 0, 68, 69), + (1794, 3344, 52, 0, 128, 2942, 0, 0, 71, 72), + (1795, 3346, 52, 0, 128, 2944, 0, 0, 71, 72), + (1796, 3525, 52, 330, 0, 3103, 0, 0, 77, 78), + (1797, 3652, 52, 330, 0, 3229, 0, 0, 82, 83), + (1798, 3991, 52, 330, 0, 3580, 0, 0, 66, 68), + (1799, 4027, 52, 330, 0, 3607, 0, 0, 71, 73), + (1800, 4029, 52, 330, 0, 3609, 0, 0, 72, 73), + (1801, 4034, 52, 330, 0, 3614, 0, 0, 71, 73), + (1802, 4035, 52, 0, 128, 0, 0, 0, 70, 71), + (1803, 4275, 52, 330, 0, 4044, 0, 0, 67, 69), + (1804, 4355, 52, 330, 0, 0, 0, 0, 78, 83), + (1806, 110, 54, 0, 0, 0, 0, 0, 0, 0), + (1807, 220, 54, 0, 128, 168, 0, 0, 75, 75), + (1808, 253, 54, 1056, 0, 184, 0, 0, 70, 72), + (1809, 255, 54, 0, 128, 185, 0, 0, 73, 74), + (1810, 258, 54, 1056, 0, 188, 0, 0, 71, 74), + (1811, 404, 54, 1056, 0, 281, 0, 0, 80, 82), + (1812, 465, 54, 95040, 0, 338, 0, 0, 80, 82), + (1813, 573, 54, 0, 128, 0, 0, 0, 70, 70), + (1814, 721, 54, 0, 128, 0, 0, 0, 75, 76), + (1815, 872, 54, 0, 0, 0, 0, 0, 65, 70), + (1816, 913, 54, 1056, 4, 639, 0, 0, 80, 80), + (1817, 1111, 54, 1056, 0, 793, 0, 0, 79, 81), + (1818, 1112, 54, 0, 128, 0, 0, 0, 71, 73), + (1819, 1211, 54, 1056, 0, 868, 0, 0, 81, 83), + (1820, 1247, 54, 1056, 0, 893, 0, 0, 68, 70), + (1821, 1284, 54, 1056, 0, 0, 0, 0, 72, 74), + (1822, 1285, 54, 0, 0, 0, 0, 0, 72, 74), + (1823, 1286, 54, 0, 0, 0, 0, 0, 72, 74), + (1824, 1292, 54, 1056, 0, 0, 0, 0, 71, 73), + (1825, 1506, 54, 0, 0, 0, 0, 0, 0, 0), + (1826, 1534, 54, 0, 128, 0, 0, 0, 78, 83), + (1827, 1776, 54, 0, 0, 0, 0, 0, 0, 0), + (1828, 1933, 54, 1056, 0, 1669, 0, 0, 72, 74), + (1829, 2043, 54, 1056, 4, 1754, 0, 0, 80, 80), + (1830, 2154, 54, 1056, 0, 1849, 0, 0, 77, 80), + (1831, 2318, 54, 1056, 0, 1985, 0, 0, 78, 79), + (1832, 2324, 54, 990, 0, 1991, 0, 0, 81, 83), + (1833, 2328, 54, 990, 0, 1993, 0, 0, 73, 75), + (1834, 2329, 54, 990, 0, 1995, 0, 0, 73, 75), + (1835, 2330, 54, 990, 0, 1997, 0, 0, 73, 75), + (1836, 2331, 54, 0, 128, 0, 0, 0, 76, 76), + (1837, 2332, 54, 990, 0, 1998, 0, 0, 73, 75), + (1838, 2334, 54, 990, 0, 2000, 0, 0, 73, 75), + (1839, 2335, 54, 1056, 0, 2002, 0, 0, 80, 82), + (1840, 2338, 54, 1056, 0, 2004, 0, 0, 81, 83), + (1841, 2339, 54, 0, 128, 0, 0, 0, 80, 85), + (1842, 2344, 54, 0, 128, 0, 0, 0, 80, 85), + (1843, 2345, 54, 0, 0, 0, 0, 0, 0, 0), + (1844, 2348, 54, 0, 128, 0, 0, 0, 80, 80), + (1845, 2354, 54, 0, 0, 0, 0, 0, 0, 0), + (1846, 2358, 54, 0, 128, 0, 0, 0, 72, 76), + (1847, 2359, 54, 0, 128, 0, 0, 0, 72, 74), + (1848, 2360, 54, 0, 128, 0, 0, 0, 70, 70), + (1849, 2361, 54, 1056, 0, 2006, 0, 0, 77, 80), + (1850, 2362, 54, 1056, 0, 2008, 0, 0, 81, 83), + (1851, 2363, 54, 1056, 0, 2009, 0, 0, 77, 80), + (1852, 2364, 54, 1056, 0, 2010, 0, 0, 81, 83), + (1853, 2365, 54, 259200, 0, 0, 0, 0, 80, 82), + (1854, 2366, 54, 259200, 0, 0, 0, 0, 80, 82), + (1855, 2367, 54, 259200, 0, 0, 0, 0, 80, 85), + (1856, 2368, 54, 1056, 0, 2011, 0, 0, 77, 80), + (1857, 2417, 54, 0, 128, 2061, 15000, 0, 82, 83), + (1858, 2426, 54, 0, 128, 2067, 0, 0, 76, 78), + (1859, 2606, 54, 259200, 0, 2237, 55000, 0, 85, 85), + (1860, 2617, 54, 1056, 0, 2246, 0, 0, 81, 83), + (1861, 2619, 54, 990, 0, 2247, 0, 0, 73, 75), + (1862, 2620, 54, 1056, 0, 2249, 0, 0, 73, 75), + (1863, 2621, 54, 1056, 0, 2251, 0, 0, 73, 75), + (1864, 2625, 54, 259200, 0, 0, 0, 0, 80, 82), + (1865, 2627, 54, 1056, 0, 2253, 0, 0, 73, 75), + (1866, 2629, 54, 1056, 0, 2255, 0, 0, 81, 83), + (1867, 2630, 54, 1056, 0, 2256, 0, 0, 81, 83), + (1868, 2631, 54, 1056, 0, 2257, 0, 0, 81, 83), + (1869, 2890, 54, 1056, 0, 2474, 0, 0, 72, 73), + (1870, 2893, 54, 1056, 0, 2479, 0, 0, 81, 83), + (1871, 2894, 54, 1056, 0, 2480, 0, 0, 81, 83), + (1872, 2895, 54, 1056, 0, 2481, 0, 0, 81, 83), + (1873, 2896, 54, 1056, 0, 2482, 0, 0, 81, 83), + (1874, 2920, 54, 0, 128, 2491, 36000, 0, 86, 86), + (1875, 3057, 54, 0, 128, 0, 0, 0, 75, 80), + (1876, 3130, 54, 1056, 0, 2770, 0, 0, 73, 74), + (1877, 3231, 54, 1056, 0, 2872, 0, 0, 72, 73), + (1878, 3258, 54, 0, 128, 0, 0, 0, 75, 75), + (1879, 3265, 54, 1056, 0, 2903, 0, 0, 77, 77), + (1880, 3267, 54, 1056, 0, 2904, 0, 0, 77, 77), + (1881, 3292, 54, 0, 0, 0, 0, 0, 0, 0), + (1882, 3294, 54, 1056, 0, 0, 0, 0, 72, 74), + (1883, 3355, 54, 1056, 0, 2948, 0, 0, 72, 73), + (1884, 3541, 54, 1056, 0, 3118, 0, 0, 77, 78), + (1885, 3704, 54, 1056, 0, 3279, 0, 0, 82, 83), + (1886, 4217, 54, 0, 128, 4000, 15000, 0, 78, 80), + (1887, 4371, 54, 1056, 0, 4182, 0, 0, 72, 73), + (1888, 4468, 54, 0, 0, 0, 0, 0, 0, 0), + (1889, 4490, 54, 0, 128, 4340, 75000, 0, 85, 86), + (1890, 4493, 54, 0, 0, 0, 0, 0, 0, 0), + (1891, 649, 55, 0, 0, 0, 0, 0, 0, 0), + (1892, 652, 55, 0, 0, 0, 0, 0, 0, 0), + (1893, 654, 55, 0, 0, 0, 0, 0, 0, 0), + (1894, 655, 55, 0, 0, 0, 0, 0, 0, 0), + (1895, 739, 55, 0, 0, 0, 0, 0, 0, 0), + (1896, 743, 55, 0, 0, 0, 0, 0, 0, 0), + (1897, 864, 55, 0, 128, 0, 0, 0, 65, 70), + (1898, 885, 55, 0, 0, 0, 0, 0, 0, 0), + (1899, 886, 55, 0, 0, 0, 0, 0, 0, 0), + (1900, 887, 55, 0, 0, 0, 0, 0, 0, 0), + (1901, 973, 55, 0, 0, 0, 0, 0, 0, 0), + (1902, 1110, 55, 0, 0, 0, 0, 0, 0, 0), + (1903, 1285, 55, 0, 0, 0, 0, 0, 0, 0), + (1904, 1286, 55, 0, 0, 0, 0, 0, 0, 0), + (1905, 1292, 55, 0, 0, 0, 0, 0, 0, 0), + (1906, 1534, 55, 0, 0, 0, 0, 0, 0, 0), + (1907, 1535, 55, 0, 0, 0, 0, 0, 0, 0), + (1908, 2065, 55, 0, 0, 0, 0, 0, 0, 0), + (1909, 2172, 55, 0, 0, 0, 0, 0, 0, 0), + (1910, 2173, 55, 0, 0, 0, 0, 0, 0, 0), + (1911, 2174, 55, 0, 0, 0, 0, 0, 0, 0), + (1912, 2206, 55, 0, 0, 0, 0, 0, 0, 0), + (1913, 2207, 55, 0, 0, 0, 0, 0, 0, 0), + (1914, 2208, 55, 0, 0, 0, 0, 0, 0, 0), + (1915, 2222, 55, 0, 0, 0, 0, 0, 0, 0), + (1916, 2286, 55, 0, 0, 0, 0, 0, 0, 0), + (1917, 2340, 55, 0, 0, 0, 0, 0, 0, 0), + (1918, 2582, 55, 0, 0, 0, 0, 0, 0, 0), + (1919, 3059, 55, 0, 0, 0, 0, 0, 0, 0), + (1920, 3117, 55, 1020, 0, 0, 0, 0, 65, 70), + (1921, 3220, 55, 0, 0, 0, 0, 0, 0, 0), + (1922, 3250, 55, 0, 0, 0, 0, 0, 0, 0), + (1923, 3262, 55, 0, 0, 0, 0, 0, 0, 0), + (1924, 3327, 55, 0, 0, 0, 0, 0, 0, 0), + (1925, 3682, 55, 0, 0, 0, 0, 0, 0, 0), + (1926, 4093, 55, 0, 0, 0, 0, 0, 0, 0), + (1927, 4094, 55, 0, 0, 0, 0, 0, 0, 0), + (1928, 4095, 55, 0, 0, 0, 0, 0, 0, 0), + (1929, 4096, 55, 0, 0, 0, 0, 0, 0, 0), + (1930, 254, 56, 0, 128, 0, 0, 0, 0, 0), + (1931, 285, 56, 0, 128, 0, 0, 0, 0, 0), + (1932, 360, 56, 0, 128, 0, 0, 0, 0, 0), + (1933, 431, 56, 0, 128, 0, 0, 0, 0, 0), + (1934, 467, 56, 0, 128, 0, 0, 0, 0, 0), + (1935, 715, 56, 0, 128, 0, 0, 0, 0, 0), + (1936, 863, 56, 0, 128, 0, 0, 0, 0, 0), + (1937, 865, 56, 0, 128, 0, 0, 0, 0, 0), + (1938, 905, 56, 0, 128, 0, 0, 0, 0, 0), + (1939, 942, 56, 0, 128, 0, 0, 0, 0, 0), + (1940, 977, 56, 0, 128, 0, 0, 0, 0, 0), + (1941, 1097, 56, 0, 128, 0, 0, 0, 0, 0), + (1942, 1112, 56, 0, 128, 0, 0, 0, 0, 0), + (1943, 1268, 56, 1, 0, 0, 0, 0, 1, 1), + (1944, 1274, 56, 0, 128, 0, 0, 0, 0, 0), + (1945, 2175, 56, 0, 128, 0, 0, 0, 0, 0), + (1946, 2192, 56, 0, 128, 0, 0, 0, 0, 0), + (1947, 2257, 56, 0, 128, 0, 0, 0, 0, 0), + (1948, 2326, 56, 0, 0, 0, 0, 0, 0, 0), + (1949, 2332, 56, 0, 0, 0, 0, 0, 0, 0), + (1950, 2338, 56, 0, 0, 0, 0, 0, 0, 0), + (1951, 2341, 56, 0, 128, 0, 0, 0, 0, 0), + (1952, 2343, 56, 0, 128, 0, 0, 0, 0, 0), + (1953, 2361, 56, 0, 0, 0, 0, 0, 0, 0), + (1954, 2425, 56, 0, 128, 0, 0, 0, 0, 0), + (1955, 2481, 56, 0, 128, 0, 0, 0, 0, 0), + (1956, 2591, 56, 1, 0, 0, 0, 0, 1, 1), + (1957, 2592, 56, 1, 0, 0, 0, 0, 1, 1), + (1958, 2593, 56, 1, 0, 0, 0, 0, 1, 1), + (1959, 2594, 56, 1, 0, 0, 0, 0, 1, 1), + (1960, 2595, 56, 1, 0, 0, 0, 0, 1, 1), + (1961, 2596, 56, 1, 0, 0, 0, 0, 1, 1), + (1962, 2624, 56, 0, 128, 0, 0, 0, 0, 0), + (1963, 2627, 56, 0, 128, 0, 0, 0, 0, 0), + (1964, 3119, 56, 0, 128, 0, 0, 0, 0, 0), + (1965, 3236, 56, 0, 128, 0, 0, 0, 0, 0), + (1966, 3258, 56, 0, 0, 0, 0, 0, 0, 0), + (1967, 3259, 56, 0, 128, 0, 0, 0, 0, 0), + (1968, 3294, 56, 0, 128, 0, 0, 0, 0, 0), + (1969, 4090, 56, 0, 128, 0, 0, 0, 0, 0), + (1970, 4337, 56, 0, 128, 0, 0, 0, 0, 0), + (1971, 139, 57, 0, 128, 0, 0, 0, 75, 75), + (1972, 248, 57, 0, 0, 0, 0, 0, 0, 0), + (1973, 255, 57, 0, 128, 0, 0, 0, 73, 74), + (1974, 1506, 57, 0, 128, 0, 0, 0, 75, 80), + (1975, 1534, 57, 0, 128, 1130, 0, 0, 78, 83), + (1976, 1776, 57, 0, 0, 0, 0, 0, 0, 0), + (1977, 2071, 57, 0, 128, 0, 0, 0, 60, 60), + (1978, 2318, 57, 0, 128, 0, 0, 0, 77, 78), + (1979, 2426, 57, 0, 128, 2068, 0, 0, 77, 79), + (1980, 3292, 57, 0, 128, 0, 0, 0, 70, 70), + (1981, 3840, 57, 0, 128, 0, 0, 0, 75, 75), + (1982, 4123, 57, 0, 128, 0, 0, 0, 60, 60), + (1983, 4371, 57, 0, 128, 4183, 0, 0, 73, 74), + (1984, 4468, 57, 0, 0, 0, 0, 0, 0, 0), + (1985, 23, 58, 0, 128, 0, 0, 0, 54, 55), + (1986, 71, 58, 0, 128, 41, 0, 0, 60, 60), + (1987, 197, 58, 0, 128, 152, 0, 0, 54, 56), + (1988, 359, 58, 0, 128, 0, 0, 0, 63, 64), + (1989, 413, 58, 0, 128, 291, 0, 0, 49, 49), + (1990, 879, 58, 0, 128, 622, 0, 0, 49, 49), + (1991, 880, 58, 0, 128, 624, 0, 0, 50, 55), + (1992, 2065, 58, 0, 128, 1778, 0, 0, 54, 54), + (1993, 2296, 58, 0, 128, 1967, 0, 0, 61, 63), + (1994, 3059, 58, 0, 128, 2718, 0, 0, 70, 70), + (1995, 3207, 58, 0, 128, 2831, 0, 0, 62, 66), + (1996, 3805, 58, 0, 128, 3399, 0, 0, 52, 53), + (1997, 3885, 58, 0, 128, 3455, 0, 0, 52, 54), + (1998, 3912, 58, 0, 128, 3493, 0, 0, 60, 60), + (1999, 4112, 58, 0, 128, 3668, 0, 0, 55, 56), + (2000, 23, 59, 0, 128, 0, 0, 0, 54, 55), + (2001, 71, 59, 0, 128, 41, 0, 0, 60, 60), + (2002, 94, 59, 0, 128, 57, 0, 0, 55, 59), + (2003, 197, 59, 0, 128, 152, 0, 0, 54, 56), + (2004, 359, 59, 0, 128, 0, 0, 0, 63, 64), + (2005, 413, 59, 0, 128, 291, 0, 0, 49, 49), + (2006, 879, 59, 0, 128, 623, 0, 0, 49, 49), + (2007, 880, 59, 0, 128, 624, 0, 0, 50, 55), + (2008, 2065, 59, 0, 128, 1779, 0, 0, 54, 54), + (2009, 2296, 59, 0, 128, 1968, 0, 0, 61, 63), + (2010, 3059, 59, 0, 128, 2719, 0, 0, 70, 70), + (2011, 3805, 59, 0, 128, 3400, 0, 0, 52, 53), + (2012, 3885, 59, 0, 128, 3456, 0, 0, 52, 54), + (2013, 3912, 59, 0, 128, 3494, 0, 0, 60, 60), + (2014, 4112, 59, 0, 128, 3669, 0, 0, 55, 56), + (2015, 262, 60, 0, 0, 0, 0, 0, 0, 0), + (2016, 263, 60, 0, 0, 0, 0, 0, 0, 0), + (2017, 264, 60, 0, 0, 0, 0, 0, 0, 0), + (2018, 432, 60, 0, 0, 0, 0, 0, 0, 0), + (2019, 550, 60, 0, 0, 0, 0, 0, 0, 0), + (2020, 873, 60, 0, 0, 0, 0, 0, 0, 0), + (2021, 1294, 60, 0, 0, 0, 0, 0, 0, 0), + (2022, 1506, 60, 0, 0, 0, 0, 0, 0, 0), + (2023, 1776, 60, 0, 0, 0, 0, 0, 0, 0), + (2024, 3826, 60, 0, 0, 0, 0, 0, 0, 0), + (2025, 4305, 60, 0, 0, 0, 0, 0, 0, 0), + (2026, 4348, 60, 0, 0, 0, 0, 0, 0, 0), + (2027, 4468, 60, 0, 0, 0, 0, 0, 0, 0), + (2028, 118, 61, 0, 128, 84, 30000, 0, 85, 87), + (2029, 122, 61, 0, 128, 91, 0, 0, 74, 78), + (2030, 271, 61, 330, 0, 0, 0, 0, 71, 76), + (2031, 524, 61, 0, 128, 385, 15000, 0, 83, 83), + (2032, 680, 61, 259200, 0, 502, 50000, 0, 85, 85), + (2033, 738, 61, 0, 128, 535, 15000, 0, 78, 80), + (2034, 894, 61, 1980, 0, 0, 0, 0, 82, 83), + (2035, 910, 61, 0, 128, 0, 0, 0, 76, 76), + (2036, 914, 61, 0, 128, 643, 0, 0, 76, 76), + (2037, 916, 61, 0, 128, 0, 0, 0, 95, 95), + (2038, 1160, 61, 330, 4, 829, 0, 0, 74, 76), + (2039, 1170, 61, 330, 0, 837, 0, 0, 79, 80), + (2040, 1215, 61, 95040, 0, 874, 0, 0, 80, 80), + (2041, 1341, 61, 330, 4, 955, 0, 0, 74, 76), + (2042, 1460, 61, 0, 0, 1076, 0, 0, 0, 0), + (2043, 1468, 61, 0, 0, 1081, 0, 0, 0, 0), + (2044, 1469, 61, 0, 0, 0, 0, 0, 0, 0), + (2045, 1534, 61, 0, 128, 1131, 0, 0, 78, 83), + (2046, 1946, 61, 0, 0, 1677, 0, 0, 79, 83), + (2047, 1949, 61, 330, 0, 1678, 0, 0, 79, 82), + (2048, 1950, 61, 330, 0, 1679, 0, 0, 79, 82), + (2049, 1951, 61, 330, 0, 1680, 0, 0, 79, 82), + (2050, 1952, 61, 330, 0, 1681, 0, 0, 79, 82), + (2051, 1953, 61, 0, 0, 1682, 0, 0, 79, 82), + (2052, 1954, 61, 330, 0, 1683, 0, 0, 80, 82), + (2053, 2223, 61, 0, 128, 1894, 39000, 0, 82, 84), + (2054, 2253, 61, 330, 0, 1933, 0, 0, 78, 80), + (2055, 2485, 61, 330, 0, 2129, 0, 0, 71, 75), + (2056, 2758, 61, 330, 0, 0, 0, 0, 72, 75), + (2057, 3130, 61, 330, 1, 2771, 0, 0, 73, 76), + (2058, 3327, 61, 0, 0, 0, 0, 0, 70, 70), + (2059, 3465, 61, 0, 128, 3059, 50000, 0, 88, 89), + (2060, 3581, 61, 0, 0, 0, 0, 0, 0, 0), + (2061, 3615, 61, 0, 128, 3195, 0, 0, 71, 73), + (2062, 3616, 61, 330, 0, 0, 0, 0, 73, 76), + (2063, 3825, 61, 330, 0, 3417, 0, 0, 73, 75), + (2064, 4009, 61, 0, 128, 0, 0, 0, 73, 75), + (2065, 4013, 61, 0, 128, 0, 0, 0, 73, 75), + (2066, 4018, 61, 0, 128, 0, 0, 0, 73, 75), + (2067, 4019, 61, 0, 128, 0, 0, 0, 73, 75), + (2068, 4031, 61, 0, 128, 0, 0, 0, 80, 80), + (2069, 4035, 61, 0, 128, 0, 0, 0, 64, 64), + (2070, 4247, 61, 330, 0, 0, 0, 0, 72, 75), + (2071, 4259, 61, 0, 128, 0, 0, 0, 75, 75), + (2072, 4260, 61, 0, 128, 4032, 0, 0, 71, 78), + (2073, 4280, 61, 0, 128, 4051, 0, 0, 80, 82), + (2074, 4282, 61, 330, 0, 4056, 0, 0, 79, 81), + (2075, 4371, 61, 330, 0, 4184, 0, 0, 70, 71), + (2076, 4491, 61, 0, 128, 0, 0, 0, 75, 75), + (2077, 4492, 61, 0, 128, 4341, 0, 0, 73, 75), + (2078, 4501, 61, 330, 0, 4343, 0, 0, 70, 74), + (2079, 34, 62, 0, 128, 15, 38000, 0, 86, 88), + (2080, 35, 62, 0, 128, 0, 8000, 0, 73, 75), + (2081, 36, 62, 0, 128, 0, 12000, 0, 73, 75), + (2082, 163, 62, 1056, 0, 120, 0, 0, 76, 78), + (2083, 220, 62, 0, 128, 168, 0, 0, 75, 75), + (2084, 416, 62, 0, 128, 298, 0, 0, 81, 84), + (2085, 437, 62, 1056, 0, 0, 0, 0, 73, 75), + (2086, 718, 62, 0, 128, 0, 0, 0, 80, 83), + (2087, 894, 62, 0, 0, 0, 0, 0, 80, 83), + (2088, 1020, 62, 0, 128, 725, 26000, 0, 80, 82), + (2089, 1091, 62, 0, 0, 780, 0, 0, 0, 0), + (2090, 1160, 62, 1056, 4, 0, 0, 0, 74, 75), + (2091, 1170, 62, 1056, 0, 837, 0, 0, 77, 79), + (2092, 1302, 62, 0, 0, 933, 0, 0, 0, 0), + (2093, 1341, 62, 1056, 4, 0, 0, 0, 74, 75), + (2094, 1426, 62, 1056, 0, 1050, 0, 0, 72, 77), + (2095, 1851, 62, 900, 0, 1609, 80000, 0, 85, 90), + (2096, 1937, 62, 0, 128, 0, 0, 0, 80, 83), + (2097, 1938, 62, 0, 128, 0, 0, 0, 80, 83), + (2098, 1947, 62, 0, 128, 0, 0, 0, 64, 66), + (2099, 1948, 62, 0, 128, 0, 0, 0, 82, 82), + (2100, 2267, 62, 0, 0, 1940, 0, 0, 0, 0), + (2101, 2485, 62, 1056, 0, 2130, 0, 0, 71, 75), + (2102, 2686, 62, 1056, 0, 2308, 0, 0, 76, 77), + (2103, 2697, 62, 1056, 0, 2316, 0, 0, 70, 75), + (2104, 2794, 62, 0, 0, 2407, 0, 0, 0, 0), + (2105, 3231, 62, 1056, 0, 2873, 0, 0, 70, 72), + (2106, 3249, 62, 1056, 0, 2894, 0, 0, 72, 73), + (2107, 3257, 62, 1056, 0, 2899, 0, 0, 71, 73), + (2108, 3258, 62, 0, 128, 0, 0, 0, 75, 75), + (2109, 3339, 62, 0, 128, 2936, 25000, 0, 81, 83), + (2110, 4009, 62, 1056, 0, 3593, 0, 0, 71, 83), + (2111, 4010, 62, 1056, 0, 3594, 0, 0, 72, 73), + (2112, 4012, 62, 1056, 0, 3596, 0, 0, 81, 83), + (2113, 4013, 62, 1056, 0, 3597, 0, 0, 78, 80), + (2114, 4015, 62, 1056, 0, 3598, 0, 0, 72, 75), + (2115, 4017, 62, 1056, 0, 3599, 0, 0, 71, 75), + (2116, 4018, 62, 1056, 0, 3601, 0, 0, 71, 75), + (2117, 4021, 62, 1056, 0, 3602, 0, 0, 71, 75), + (2118, 4022, 62, 1056, 0, 3604, 0, 0, 71, 75), + (2119, 4023, 62, 1056, 0, 3606, 0, 0, 71, 75), + (2120, 4024, 62, 0, 0, 0, 0, 0, 0, 0), + (2121, 4028, 62, 1056, 0, 3608, 0, 0, 78, 80), + (2122, 4030, 62, 1056, 0, 3610, 0, 0, 71, 71), + (2123, 4032, 62, 1056, 0, 3612, 0, 0, 71, 75), + (2124, 4035, 62, 0, 128, 0, 0, 0, 70, 72), + (2125, 4036, 62, 1056, 0, 3615, 0, 0, 71, 75), + (2126, 4244, 62, 1056, 0, 4022, 0, 0, 69, 71), + (2127, 4280, 62, 1056, 0, 4052, 0, 0, 77, 80), + (2128, 4281, 62, 1056, 0, 4054, 0, 0, 73, 76), + (2129, 4327, 62, 0, 128, 0, 0, 0, 74, 79), + (2130, 4365, 62, 0, 128, 0, 0, 0, 64, 66), + (2131, 4366, 62, 0, 128, 0, 0, 0, 82, 82), + (2132, 4493, 62, 0, 0, 0, 0, 0, 0, 0), + (2133, 438, 63, 0, 128, 0, 0, 0, 0, 0), + (2134, 534, 63, 0, 128, 0, 0, 0, 0, 0), + (2135, 535, 63, 0, 0, 0, 0, 0, 0, 0), + (2136, 837, 63, 0, 128, 0, 0, 0, 0, 0), + (2137, 894, 63, 0, 128, 0, 0, 0, 0, 0), + (2138, 1070, 63, 1, 0, 0, 0, 0, 1, 1), + (2139, 2157, 63, 0, 0, 0, 0, 0, 0, 0), + (2140, 2177, 63, 0, 0, 0, 0, 0, 0, 0), + (2141, 2291, 63, 1, 0, 0, 0, 0, 1, 1), + (2142, 2903, 63, 0, 128, 0, 0, 0, 0, 0), + (2143, 2967, 63, 0, 128, 0, 0, 0, 0, 0), + (2144, 3248, 63, 0, 128, 0, 0, 0, 0, 0), + (2145, 3251, 63, 0, 128, 0, 0, 0, 0, 0), + (2146, 3268, 63, 0, 128, 0, 0, 0, 0, 0), + (2147, 3318, 63, 0, 128, 0, 0, 0, 0, 0), + (2148, 3319, 63, 0, 128, 0, 0, 0, 0, 0), + (2149, 4012, 63, 0, 128, 0, 0, 0, 0, 0), + (2150, 4245, 63, 0, 128, 0, 0, 0, 0, 0), + (2151, 4263, 63, 0, 128, 0, 0, 0, 0, 0), + (2152, 4281, 63, 0, 128, 0, 0, 0, 0, 0), + (2153, 4336, 63, 0, 0, 0, 0, 0, 0, 0), + (2154, 4465, 63, 1, 0, 0, 0, 0, 1, 1), + (2155, 248, 64, 0, 0, 0, 0, 0, 0, 0), + (2156, 2063, 64, 0, 128, 0, 0, 0, 50, 50), + (2157, 2189, 64, 1, 0, 0, 0, 0, 1, 1), + (2158, 2221, 64, 0, 128, 0, 0, 0, 75, 75), + (2159, 3219, 64, 0, 128, 0, 0, 0, 50, 50), + (2160, 3582, 64, 0, 128, 0, 0, 0, 75, 75), + (2161, 4058, 64, 0, 128, 0, 0, 0, 75, 75), + (2162, 4123, 64, 0, 128, 0, 0, 0, 60, 60), + (2163, 4307, 64, 0, 128, 0, 0, 0, 60, 60), + (2164, 71, 65, 1056, 4, 41, 0, 0, 75, 75), + (2165, 220, 65, 0, 128, 168, 0, 0, 75, 75), + (2166, 370, 65, 1056, 0, 259, 0, 0, 78, 79), + (2167, 527, 65, 1056, 0, 393, 0, 0, 77, 78), + (2168, 647, 65, 0, 128, 0, 0, 0, 77, 82), + (2169, 648, 65, 1056, 0, 480, 0, 0, 72, 74), + (2170, 691, 65, 0, 128, 506, 9000, 0, 78, 80), + (2171, 765, 65, 1056, 0, 560, 0, 0, 70, 71), + (2172, 921, 65, 259200, 0, 646, 0, 0, 75, 83), + (2173, 1019, 65, 432000, 0, 724, 0, 0, 83, 83), + (2174, 1102, 65, 259200, 0, 787, 0, 0, 75, 83), + (2175, 1400, 65, 0, 128, 0, 0, 0, 80, 83), + (2176, 1846, 65, 259200, 0, 1607, 70000, 0, 85, 88), + (2177, 2008, 65, 259200, 0, 1716, 0, 0, 75, 90), + (2178, 2013, 65, 1056, 0, 1719, 0, 0, 73, 74), + (2179, 2089, 65, 0, 128, 1792, 28000, 0, 80, 82), + (2180, 2503, 65, 0, 128, 2149, 0, 0, 75, 76), + (2181, 2504, 65, 0, 128, 0, 0, 0, 78, 82), + (2182, 2505, 65, 0, 128, 0, 0, 0, 75, 83), + (2183, 2506, 65, 300, 0, 2150, 0, 0, 69, 70), + (2184, 2507, 65, 300, 0, 2152, 0, 0, 81, 83), + (2185, 2508, 65, 300, 0, 2154, 0, 0, 73, 75), + (2186, 2511, 65, 0, 128, 0, 0, 0, 81, 83), + (2187, 2512, 65, 300, 0, 0, 0, 0, 81, 83), + (2188, 2513, 65, 1056, 0, 2156, 0, 0, 75, 76), + (2189, 2518, 65, 300, 0, 2157, 0, 0, 81, 83), + (2190, 2522, 65, 300, 0, 2159, 0, 0, 81, 83), + (2191, 2523, 65, 300, 0, 2161, 0, 0, 81, 83), + (2192, 2525, 65, 1056, 0, 2163, 0, 0, 81, 83), + (2193, 2526, 65, 300, 0, 2165, 0, 0, 73, 75), + (2194, 2527, 65, 0, 128, 0, 0, 0, 81, 83), + (2195, 2528, 65, 300, 0, 2168, 0, 0, 81, 83), + (2196, 2529, 65, 300, 0, 2170, 0, 0, 81, 83), + (2197, 2533, 65, 300, 0, 2172, 0, 0, 73, 75), + (2198, 2534, 65, 300, 0, 2175, 0, 0, 73, 75), + (2199, 2535, 65, 300, 0, 2177, 0, 0, 73, 75), + (2200, 2537, 65, 300, 0, 2180, 0, 0, 81, 83), + (2201, 2538, 65, 300, 0, 2181, 0, 0, 81, 83), + (2202, 2539, 65, 300, 0, 0, 0, 0, 68, 70), + (2203, 2540, 65, 300, 0, 0, 0, 0, 68, 70), + (2204, 2541, 65, 300, 0, 0, 0, 0, 68, 70), + (2205, 2543, 65, 300, 0, 0, 0, 0, 75, 77), + (2206, 2545, 65, 300, 0, 0, 0, 0, 73, 75), + (2207, 2656, 65, 0, 128, 0, 0, 0, 58, 63), + (2208, 2657, 65, 0, 128, 0, 0, 0, 58, 63), + (2209, 2658, 65, 0, 128, 0, 0, 0, 58, 63), + (2210, 2659, 65, 0, 128, 0, 0, 0, 58, 63), + (2211, 2881, 65, 0, 128, 0, 0, 0, 58, 63), + (2212, 2890, 65, 1056, 0, 2475, 0, 0, 76, 77), + (2213, 3177, 65, 1056, 0, 2818, 0, 0, 75, 77), + (2214, 3178, 65, 0, 128, 0, 0, 0, 65, 70), + (2215, 3223, 65, 1056, 0, 2862, 0, 0, 70, 72), + (2216, 3254, 65, 1056, 0, 2896, 0, 0, 77, 77), + (2217, 3258, 65, 0, 128, 0, 0, 0, 75, 75), + (2218, 3263, 65, 1056, 0, 2901, 0, 0, 77, 77), + (2219, 3437, 65, 0, 128, 0, 0, 0, 80, 83), + (2220, 3525, 65, 1056, 0, 3104, 0, 0, 76, 78), + (2221, 3560, 65, 0, 128, 0, 0, 0, 80, 83), + (2222, 3732, 65, 1056, 0, 3306, 0, 0, 79, 81), + (2223, 3807, 65, 0, 128, 3404, 0, 0, 68, 71), + (2224, 4067, 65, 0, 128, 0, 0, 0, 60, 66), + (2225, 4295, 65, 0, 128, 0, 0, 0, 72, 73), + (2226, 4308, 65, 1056, 0, 4086, 0, 0, 82, 83), + (2227, 4493, 65, 300, 0, 0, 0, 0, 0, 0), + (2228, 4508, 65, 1056, 0, 4353, 0, 0, 76, 77), + (2229, 4509, 65, 86400, 0, 4356, 0, 0, 77, 80), + (2230, 478, 66, 0, 128, 0, 0, 0, 0, 0), + (2231, 557, 66, 0, 128, 0, 0, 0, 0, 0), + (2232, 714, 66, 0, 128, 0, 0, 0, 0, 0), + (2233, 1037, 66, 1, 0, 0, 0, 0, 1, 1), + (2234, 1327, 66, 0, 128, 0, 0, 0, 0, 0), + (2235, 2002, 66, 0, 128, 0, 0, 0, 0, 0), + (2236, 2385, 66, 0, 128, 0, 0, 0, 0, 0), + (2237, 2509, 66, 0, 0, 0, 0, 0, 0, 0), + (2238, 2515, 66, 0, 0, 0, 0, 0, 0, 0), + (2239, 2516, 66, 0, 0, 0, 0, 0, 0, 0), + (2240, 2524, 66, 0, 0, 0, 0, 0, 0, 0), + (2241, 2531, 66, 0, 0, 0, 0, 0, 0, 0), + (2242, 2539, 66, 0, 0, 0, 0, 0, 0, 0), + (2243, 2542, 66, 0, 0, 0, 0, 0, 0, 0), + (2244, 2544, 66, 0, 0, 0, 0, 0, 0, 0), + (2245, 2562, 66, 0, 128, 0, 0, 0, 0, 0), + (2246, 2723, 66, 0, 128, 0, 0, 0, 0, 0), + (2247, 2724, 66, 0, 128, 0, 0, 0, 0, 0), + (2248, 2725, 66, 0, 0, 0, 0, 0, 0, 0), + (2249, 2726, 66, 0, 128, 0, 0, 0, 0, 0), + (2250, 2727, 66, 0, 128, 0, 0, 0, 0, 0), + (2251, 3060, 66, 0, 128, 0, 0, 0, 0, 0), + (2252, 3142, 66, 0, 128, 0, 0, 0, 0, 0), + (2253, 3144, 66, 0, 128, 0, 0, 0, 0, 0), + (2254, 3146, 66, 0, 128, 0, 0, 0, 0, 0), + (2255, 3147, 66, 0, 128, 0, 0, 0, 0, 0), + (2256, 3177, 66, 0, 128, 0, 0, 0, 0, 0), + (2257, 3223, 66, 0, 128, 0, 0, 0, 0, 0), + (2258, 3225, 66, 0, 128, 0, 0, 0, 0, 0), + (2259, 3255, 66, 0, 128, 0, 0, 0, 0, 0), + (2260, 3437, 66, 0, 128, 0, 0, 0, 0, 0), + (2261, 3666, 66, 0, 128, 0, 0, 0, 0, 0), + (2262, 248, 67, 0, 0, 0, 0, 0, 0, 0), + (2263, 430, 67, 0, 128, 0, 0, 0, 75, 75), + (2264, 1506, 67, 0, 0, 0, 0, 0, 0, 0), + (2265, 1846, 67, 0, 0, 0, 0, 0, 0, 0), + (2266, 2143, 67, 1, 0, 0, 0, 0, 1, 1), + (2267, 2370, 67, 0, 128, 0, 0, 0, 75, 75), + (2268, 2712, 67, 0, 128, 0, 0, 0, 60, 60), + (2269, 3128, 67, 0, 128, 0, 0, 0, 75, 75), + (2270, 3327, 67, 0, 128, 0, 0, 0, 75, 75), + (2271, 3567, 67, 0, 128, 0, 0, 0, 75, 75), + (2272, 3933, 67, 1, 0, 0, 0, 0, 1, 1), + (2273, 4270, 67, 1, 0, 0, 0, 0, 1, 1), + (2274, 4332, 67, 0, 128, 0, 0, 0, 75, 75), + (2275, 71, 68, 1056, 4, 41, 0, 0, 70, 70), + (2276, 110, 68, 0, 0, 0, 0, 0, 0, 0), + (2277, 119, 68, 0, 128, 85, 0, 0, 66, 66), + (2278, 306, 68, 0, 128, 219, 0, 0, 68, 70), + (2279, 307, 68, 1056, 0, 220, 0, 0, 70, 74), + (2280, 477, 68, 86400, 0, 350, 0, 0, 82, 82), + (2281, 664, 68, 0, 128, 0, 0, 0, 66, 69), + (2282, 665, 68, 0, 128, 0, 0, 0, 69, 69), + (2283, 667, 68, 1056, 0, 493, 0, 0, 73, 76), + (2284, 717, 68, 0, 128, 525, 15000, 0, 82, 82), + (2285, 858, 68, 0, 128, 610, 0, 0, 69, 74), + (2286, 959, 68, 1056, 0, 674, 0, 0, 68, 73), + (2287, 1411, 68, 1056, 0, 1036, 0, 0, 64, 68), + (2288, 1506, 68, 0, 0, 0, 0, 0, 0, 0), + (2289, 1809, 68, 1056, 0, 1581, 0, 0, 73, 74), + (2290, 2189, 68, 0, 0, 0, 0, 0, 0, 0), + (2291, 2720, 68, 1056, 0, 2331, 0, 0, 69, 71), + (2292, 2782, 68, 960, 0, 2400, 0, 0, 68, 71), + (2293, 2910, 68, 0, 128, 2487, 33000, 0, 87, 88), + (2294, 2911, 68, 0, 128, 0, 0, 0, 73, 75), + (2295, 2912, 68, 0, 128, 0, 0, 0, 73, 75), + (2296, 2913, 68, 0, 128, 0, 0, 0, 73, 75), + (2297, 3089, 68, 0, 128, 0, 0, 0, 77, 79), + (2298, 3090, 68, 0, 128, 2741, 150000, 0, 86, 88), + (2299, 3131, 68, 1056, 0, 2773, 0, 0, 68, 70), + (2300, 3224, 68, 1056, 0, 2865, 0, 0, 67, 70), + (2301, 3245, 68, 1056, 0, 2891, 0, 0, 74, 75), + (2302, 3252, 68, 1056, 0, 2895, 0, 0, 68, 70), + (2303, 3256, 68, 1056, 0, 2898, 0, 0, 68, 70), + (2304, 3258, 68, 0, 128, 0, 0, 0, 75, 75), + (2305, 3261, 68, 1056, 0, 2900, 0, 0, 74, 75), + (2306, 3327, 68, 0, 0, 0, 0, 0, 0, 0), + (2307, 3332, 68, 0, 0, 0, 0, 0, 0, 0), + (2308, 3670, 68, 1056, 0, 3235, 0, 0, 69, 73), + (2309, 3991, 68, 1056, 0, 3581, 0, 0, 66, 69), + (2310, 4493, 68, 0, 0, 0, 0, 0, 0, 0), + (2311, 59, 69, 0, 128, 0, 0, 0, 0, 0), + (2312, 353, 69, 0, 128, 0, 0, 0, 0, 0), + (2313, 739, 69, 0, 0, 0, 0, 0, 0, 0), + (2314, 774, 69, 0, 128, 0, 0, 0, 0, 0), + (2315, 813, 69, 0, 128, 0, 0, 0, 0, 0), + (2316, 866, 69, 0, 128, 0, 0, 0, 0, 0), + (2317, 901, 69, 0, 128, 0, 0, 0, 0, 0), + (2318, 1024, 69, 1, 0, 0, 0, 0, 1, 1), + (2319, 1433, 69, 0, 128, 0, 0, 0, 0, 0), + (2320, 1458, 69, 1, 0, 0, 0, 0, 1, 1), + (2321, 1474, 69, 1, 0, 0, 0, 0, 1, 1), + (2322, 1489, 69, 0, 128, 0, 0, 0, 0, 0), + (2323, 1510, 69, 1, 0, 0, 0, 0, 1, 1), + (2324, 1512, 69, 0, 128, 0, 0, 0, 0, 0), + (2325, 1866, 69, 0, 128, 0, 0, 0, 0, 0), + (2326, 1963, 69, 0, 128, 0, 0, 0, 0, 0), + (2327, 2065, 69, 0, 128, 0, 0, 0, 0, 0), + (2328, 2140, 69, 1, 0, 0, 0, 0, 1, 1), + (2329, 2190, 69, 0, 0, 0, 0, 0, 0, 0), + (2330, 2288, 69, 0, 128, 0, 0, 0, 0, 0), + (2331, 2290, 69, 0, 128, 0, 0, 0, 0, 0), + (2332, 2301, 69, 0, 128, 0, 0, 0, 0, 0), + (2333, 2325, 69, 0, 128, 0, 0, 0, 0, 0), + (2334, 2355, 69, 0, 128, 0, 0, 0, 0, 0), + (2335, 2357, 69, 0, 128, 0, 0, 0, 0, 0), + (2336, 2401, 69, 0, 128, 0, 0, 0, 0, 0), + (2337, 2560, 69, 0, 128, 0, 0, 0, 0, 0), + (2338, 2671, 69, 0, 128, 0, 0, 0, 0, 0), + (2339, 2810, 69, 0, 128, 0, 0, 0, 0, 0), + (2340, 2960, 69, 0, 128, 0, 0, 0, 0, 0), + (2341, 3258, 69, 1, 0, 0, 0, 0, 1, 1), + (2342, 3259, 69, 0, 0, 0, 0, 0, 0, 0), + (2343, 3279, 69, 0, 128, 0, 0, 0, 0, 0), + (2344, 3306, 69, 1, 0, 0, 0, 0, 1, 1), + (2345, 3327, 69, 0, 128, 0, 0, 0, 0, 0), + (2346, 3361, 69, 1, 0, 0, 0, 0, 1, 1), + (2347, 3443, 69, 0, 128, 0, 0, 0, 0, 0), + (2348, 3445, 69, 1, 0, 0, 0, 0, 1, 1), + (2349, 3447, 69, 0, 128, 0, 0, 0, 0, 0), + (2350, 3581, 69, 1, 0, 0, 0, 0, 1, 1), + (2351, 3586, 69, 0, 128, 0, 0, 0, 0, 0), + (2352, 3590, 69, 0, 128, 0, 0, 0, 0, 0), + (2353, 3833, 69, 1, 0, 0, 0, 0, 1, 1), + (2354, 4073, 69, 0, 128, 0, 0, 0, 0, 0), + (2355, 4075, 69, 0, 128, 0, 0, 0, 0, 0), + (2356, 4202, 69, 0, 128, 0, 0, 0, 0, 0), + (2357, 4326, 69, 0, 128, 0, 0, 0, 0, 0), + (2358, 4469, 69, 0, 128, 0, 0, 0, 0, 0), + (2359, 4500, 69, 1, 0, 0, 0, 0, 1, 1), + (2361, 3145, 71, 0, 0, 0, 0, 0, 0, 0), + (2362, 82, 72, 0, 0, 0, 0, 0, 0, 0), + (2363, 110, 72, 0, 0, 0, 0, 0, 0, 0), + (2364, 243, 72, 0, 128, 177, 32000, 0, 86, 88), + (2365, 504, 72, 0, 0, 373, 0, 0, 0, 0), + (2366, 705, 72, 0, 128, 517, 15000, 0, 80, 82), + (2367, 783, 72, 0, 0, 570, 0, 0, 0, 0), + (2368, 1506, 72, 0, 0, 0, 0, 0, 0, 0), + (2369, 2800, 72, 0, 0, 0, 0, 0, 0, 0), + (2370, 2834, 72, 0, 128, 0, 0, 0, 60, 60), + (2371, 2931, 72, 0, 128, 2496, 15000, 0, 78, 80), + (2372, 2941, 72, 0, 0, 0, 0, 0, 0, 0), + (2373, 3069, 72, 18000, 0, 2723, 0, 0, 88, 89), + (2374, 3254, 72, 1056, 0, 2897, 0, 0, 76, 78), + (2375, 3258, 72, 0, 128, 0, 0, 0, 75, 75), + (2376, 3263, 72, 1056, 0, 2902, 0, 0, 76, 78), + (2377, 3327, 72, 0, 0, 0, 0, 0, 0, 0), + (2378, 3332, 72, 0, 0, 0, 0, 0, 0, 0), + (2379, 216, 73, 0, 0, 0, 0, 0, 0, 0), + (2380, 218, 73, 0, 0, 161, 0, 0, 0, 0), + (2381, 219, 73, 0, 0, 164, 0, 0, 0, 0), + (2382, 221, 73, 0, 0, 169, 0, 0, 0, 0), + (2383, 248, 73, 0, 0, 0, 0, 0, 0, 0), + (2384, 364, 73, 0, 0, 255, 0, 0, 0, 0), + (2385, 577, 73, 0, 0, 427, 0, 0, 0, 0), + (2386, 1098, 73, 0, 0, 784, 0, 0, 0, 0), + (2387, 1345, 73, 0, 0, 960, 0, 0, 0, 0), + (2388, 1413, 73, 0, 0, 1039, 0, 0, 0, 0), + (2389, 1806, 73, 0, 0, 0, 0, 0, 0, 0), + (2390, 2138, 73, 0, 0, 1839, 0, 0, 0, 0), + (2391, 2508, 73, 0, 0, 2155, 0, 0, 0, 0), + (2392, 2526, 73, 0, 0, 2166, 0, 0, 0, 0), + (2393, 2533, 73, 0, 0, 2173, 0, 0, 0, 0), + (2394, 2534, 73, 0, 0, 2176, 0, 0, 0, 0), + (2395, 2535, 73, 0, 0, 2178, 0, 0, 0, 0), + (2396, 2538, 73, 0, 0, 0, 0, 0, 0, 0), + (2397, 2539, 73, 0, 0, 0, 0, 0, 0, 0), + (2398, 2541, 73, 0, 0, 0, 0, 0, 0, 0), + (2399, 2545, 73, 0, 0, 2183, 0, 0, 0, 0), + (2400, 2669, 73, 0, 0, 0, 0, 0, 0, 0), + (2401, 3181, 73, 0, 0, 2820, 0, 0, 0, 0), + (2402, 3183, 73, 0, 0, 0, 0, 0, 0, 0), + (2403, 3223, 73, 0, 0, 2863, 0, 0, 0, 0), + (2404, 3383, 73, 0, 0, 0, 0, 0, 0, 0), + (2405, 3526, 73, 0, 0, 3105, 0, 0, 0, 0), + (2406, 3670, 73, 0, 0, 0, 0, 0, 0, 0), + (2407, 3898, 73, 0, 0, 3463, 0, 0, 0, 0), + (2408, 3976, 73, 0, 0, 0, 0, 0, 0, 0), + (2409, 4117, 73, 0, 0, 3674, 0, 0, 0, 0), + (2410, 4275, 73, 0, 0, 0, 0, 0, 0, 0), + (2411, 4389, 73, 0, 0, 4198, 0, 0, 0, 0), + (2412, 4508, 73, 0, 0, 4354, 0, 0, 0, 0), + (2413, 216, 74, 0, 0, 158, 0, 0, 0, 0), + (2414, 218, 74, 0, 0, 162, 0, 0, 0, 0), + (2415, 219, 74, 0, 0, 165, 0, 0, 0, 0), + (2416, 221, 74, 0, 0, 170, 0, 0, 0, 0), + (2417, 246, 74, 0, 0, 180, 0, 0, 0, 0), + (2418, 248, 74, 0, 0, 0, 0, 0, 0, 0), + (2419, 976, 74, 0, 0, 0, 0, 0, 0, 0), + (2420, 978, 74, 0, 0, 685, 0, 0, 0, 0), + (2421, 1015, 74, 0, 0, 719, 0, 0, 0, 0), + (2422, 1018, 74, 0, 0, 721, 0, 0, 0, 0), + (2423, 1112, 74, 0, 0, 0, 0, 0, 0, 0), + (2424, 1505, 74, 0, 0, 1102, 0, 0, 0, 0), + (2425, 1761, 74, 0, 0, 1528, 0, 0, 0, 0), + (2426, 2282, 74, 0, 0, 1954, 0, 0, 0, 0), + (2427, 2328, 74, 0, 0, 1994, 0, 0, 0, 0), + (2428, 2329, 74, 0, 0, 1996, 0, 0, 0, 0), + (2429, 2332, 74, 0, 0, 1999, 0, 0, 0, 0), + (2430, 2334, 74, 0, 0, 2001, 0, 0, 0, 0), + (2431, 2359, 74, 0, 0, 0, 0, 0, 0, 0), + (2432, 2619, 74, 0, 0, 2248, 0, 0, 0, 0), + (2433, 2620, 74, 0, 0, 2250, 0, 0, 0, 0), + (2434, 2621, 74, 0, 0, 2252, 0, 0, 0, 0), + (2435, 2627, 74, 0, 0, 2254, 0, 0, 0, 0), + (2436, 2653, 74, 0, 0, 2269, 0, 0, 0, 0), + (2437, 2762, 74, 0, 0, 2365, 0, 0, 0, 0), + (2438, 2890, 74, 0, 0, 2476, 0, 0, 0, 0), + (2439, 3059, 74, 0, 0, 2720, 0, 0, 0, 0), + (2440, 3197, 74, 0, 0, 2826, 0, 0, 0, 0), + (2441, 3215, 74, 0, 0, 2837, 0, 0, 0, 0), + (2442, 3246, 74, 0, 0, 2893, 0, 0, 0, 0), + (2443, 3258, 74, 0, 0, 0, 0, 0, 0, 0), + (2444, 3267, 74, 0, 0, 2905, 0, 0, 0, 0), + (2445, 3294, 74, 0, 0, 2915, 0, 0, 0, 0), + (2446, 3355, 74, 0, 0, 2949, 0, 0, 0, 0), + (2447, 3431, 74, 0, 0, 3026, 0, 0, 0, 0), + (2448, 3517, 74, 0, 0, 3090, 0, 0, 0, 0), + (2449, 3751, 74, 0, 0, 3329, 0, 0, 0, 0), + (2450, 4233, 74, 0, 0, 0, 0, 0, 0, 0), + (2451, 216, 75, 0, 0, 159, 0, 0, 0, 0), + (2452, 218, 75, 0, 0, 163, 0, 0, 0, 0), + (2453, 219, 75, 0, 0, 166, 0, 0, 0, 0), + (2454, 248, 75, 0, 0, 0, 0, 0, 0, 0), + (2455, 412, 75, 0, 0, 288, 0, 0, 0, 0), + (2456, 437, 75, 0, 0, 0, 0, 0, 0, 0), + (2457, 642, 75, 0, 0, 475, 0, 0, 0, 0), + (2458, 714, 75, 0, 0, 0, 0, 0, 0, 0), + (2459, 765, 75, 0, 0, 0, 0, 0, 0, 0), + (2460, 967, 75, 0, 0, 680, 0, 0, 0, 0), + (2461, 1092, 75, 0, 0, 0, 0, 0, 0, 0), + (2462, 1209, 75, 0, 0, 866, 0, 0, 0, 0), + (2463, 1372, 75, 0, 0, 0, 0, 0, 0, 0), + (2464, 1477, 75, 0, 0, 1088, 0, 0, 0, 0), + (2465, 2014, 75, 0, 0, 0, 0, 0, 0, 0), + (2466, 2433, 75, 0, 0, 2076, 0, 0, 0, 0), + (2467, 2471, 75, 0, 0, 0, 0, 0, 0, 0), + (2468, 3120, 75, 0, 0, 2762, 0, 0, 0, 0), + (2469, 3338, 75, 0, 0, 2935, 0, 0, 0, 0), + (2470, 3651, 75, 0, 0, 3228, 0, 0, 0, 0), + (2471, 3808, 75, 0, 0, 3406, 0, 0, 0, 0), + (2472, 3984, 75, 0, 0, 0, 0, 0, 0, 0), + (2473, 4010, 75, 0, 0, 3595, 0, 0, 0, 0), + (2474, 4015, 75, 0, 0, 0, 0, 0, 0, 0), + (2475, 4017, 75, 0, 0, 3600, 0, 0, 0, 0), + (2476, 4021, 75, 0, 0, 3603, 0, 0, 0, 0), + (2477, 4022, 75, 0, 0, 3605, 0, 0, 0, 0), + (2478, 4030, 75, 0, 0, 3611, 0, 0, 0, 0), + (2479, 4032, 75, 0, 0, 3613, 0, 0, 0, 0), + (2480, 4035, 75, 0, 0, 0, 0, 0, 0, 0), + (2481, 4281, 75, 0, 0, 4055, 0, 0, 0, 0), + (2482, 4286, 75, 0, 0, 4069, 0, 0, 0, 0), + (2483, 4497, 75, 0, 0, 4342, 0, 0, 0, 0), + (2484, 216, 76, 0, 128, 0, 0, 0, 73, 75), + (2485, 218, 76, 0, 128, 161, 0, 0, 73, 75), + (2486, 219, 76, 0, 128, 167, 0, 0, 73, 75), + (2487, 221, 76, 0, 128, 169, 0, 0, 73, 75), + (2488, 248, 76, 0, 0, 0, 0, 0, 0, 0), + (2489, 263, 76, 0, 128, 0, 0, 0, 73, 75), + (2490, 732, 76, 0, 128, 532, 0, 0, 73, 73), + (2491, 933, 76, 0, 128, 0, 0, 0, 73, 75), + (2492, 962, 76, 0, 128, 0, 0, 0, 73, 73), + (2493, 963, 76, 0, 128, 678, 0, 0, 80, 80), + (2494, 1017, 76, 0, 128, 0, 0, 0, 73, 75), + (2495, 1079, 76, 0, 128, 759, 0, 0, 80, 80), + (2496, 1083, 76, 0, 128, 0, 0, 0, 73, 73), + (2497, 1448, 76, 0, 128, 0, 0, 0, 80, 80), + (2498, 1471, 76, 0, 128, 0, 0, 0, 73, 73), + (2499, 1835, 76, 0, 128, 0, 0, 0, 73, 73), + (2500, 1862, 76, 0, 128, 1615, 0, 0, 73, 75), + (2501, 1863, 76, 0, 0, 1616, 0, 0, 0, 0), + (2502, 1887, 76, 0, 128, 1625, 0, 0, 80, 80), + (2503, 1900, 76, 0, 128, 0, 0, 0, 73, 73), + (2504, 1933, 76, 0, 128, 0, 0, 0, 73, 75), + (2505, 2431, 76, 0, 128, 2074, 0, 0, 85, 85), + (2506, 2878, 76, 0, 128, 0, 0, 0, 73, 73), + (2507, 3191, 76, 0, 128, 2825, 0, 0, 80, 80), + (2508, 3456, 76, 0, 128, 0, 0, 0, 73, 73), + (2509, 44, 77, 0, 128, 0, 0, 0, 80, 80), + (2510, 68, 77, 0, 128, 39, 0, 0, 75, 80), + (2511, 82, 77, 0, 128, 0, 0, 0, 75, 80), + (2512, 106, 77, 0, 128, 69, 0, 0, 66, 68), + (2513, 109, 77, 0, 128, 76, 0, 0, 75, 80), + (2514, 110, 77, 0, 128, 0, 0, 0, 75, 75), + (2515, 159, 77, 0, 128, 0, 0, 0, 76, 77), + (2516, 206, 77, 0, 128, 155, 0, 0, 75, 80), + (2517, 218, 77, 0, 128, 0, 0, 0, 66, 68), + (2518, 219, 77, 0, 128, 0, 0, 0, 66, 68), + (2519, 221, 77, 0, 128, 0, 0, 0, 72, 75), + (2520, 228, 77, 0, 128, 173, 0, 0, 75, 80), + (2521, 248, 77, 0, 0, 0, 0, 0, 0, 0), + (2522, 267, 77, 0, 128, 193, 0, 0, 75, 80), + (2523, 334, 77, 0, 0, 0, 0, 0, 0, 0), + (2524, 365, 77, 0, 128, 0, 0, 0, 76, 77), + (2525, 374, 77, 0, 128, 263, 0, 0, 75, 80), + (2526, 387, 77, 0, 128, 0, 0, 0, 80, 80), + (2527, 404, 77, 0, 128, 282, 0, 0, 66, 68), + (2528, 437, 77, 0, 128, 0, 0, 0, 66, 68), + (2529, 460, 77, 0, 128, 331, 0, 0, 75, 80), + (2530, 461, 77, 0, 128, 0, 0, 0, 75, 80), + (2531, 462, 77, 0, 128, 335, 0, 0, 75, 80), + (2532, 495, 77, 0, 128, 366, 0, 0, 75, 80), + (2533, 500, 77, 0, 128, 371, 0, 0, 75, 80), + (2534, 514, 77, 0, 128, 378, 0, 0, 66, 68), + (2535, 552, 77, 0, 128, 409, 0, 0, 75, 80), + (2536, 577, 77, 0, 128, 428, 0, 0, 66, 68), + (2537, 585, 77, 0, 128, 435, 0, 0, 75, 80), + (2538, 597, 77, 0, 128, 444, 0, 0, 75, 80), + (2539, 630, 77, 0, 128, 464, 0, 0, 75, 80), + (2540, 635, 77, 0, 128, 0, 0, 0, 76, 77), + (2541, 639, 77, 0, 0, 470, 0, 0, 0, 0), + (2542, 642, 77, 0, 128, 474, 0, 0, 66, 68), + (2543, 645, 77, 0, 128, 476, 0, 0, 75, 80), + (2544, 680, 77, 0, 128, 0, 0, 0, 80, 80), + (2545, 728, 77, 0, 128, 0, 0, 0, 76, 77), + (2546, 845, 77, 0, 128, 602, 0, 0, 75, 80), + (2547, 860, 77, 0, 128, 0, 0, 0, 76, 77), + (2548, 890, 77, 0, 128, 626, 0, 0, 75, 80), + (2549, 894, 77, 0, 128, 0, 0, 0, 66, 68), + (2550, 937, 77, 0, 128, 657, 0, 0, 66, 68), + (2551, 962, 77, 0, 128, 676, 0, 0, 66, 68), + (2552, 1110, 77, 0, 128, 792, 0, 0, 66, 68), + (2553, 1124, 77, 0, 128, 0, 0, 0, 75, 80), + (2554, 1138, 77, 0, 128, 812, 0, 0, 75, 80), + (2555, 1164, 77, 0, 128, 834, 0, 0, 75, 80), + (2556, 1170, 77, 0, 128, 837, 0, 0, 76, 77), + (2557, 1201, 77, 0, 128, 857, 0, 0, 75, 80), + (2558, 1208, 77, 0, 128, 865, 0, 0, 75, 80), + (2559, 1215, 77, 0, 128, 875, 0, 0, 75, 80), + (2560, 1254, 77, 0, 128, 0, 0, 0, 76, 77), + (2561, 1280, 77, 0, 128, 0, 0, 0, 80, 80), + (2562, 1282, 77, 0, 128, 920, 0, 0, 75, 80), + (2563, 1421, 77, 0, 128, 1046, 0, 0, 75, 80), + (2564, 1425, 77, 0, 128, 1048, 0, 0, 75, 80), + (2565, 1426, 77, 0, 128, 1051, 0, 0, 66, 68), + (2566, 1429, 77, 0, 128, 1053, 0, 0, 75, 80), + (2567, 1438, 77, 0, 128, 1060, 0, 0, 75, 80), + (2568, 1461, 77, 0, 128, 1077, 0, 0, 75, 80), + (2569, 1471, 77, 0, 128, 1082, 0, 0, 66, 68), + (2570, 1490, 77, 0, 0, 1098, 0, 0, 0, 0), + (2571, 1604, 77, 0, 128, 0, 0, 0, 76, 77), + (2572, 1751, 77, 0, 128, 1513, 0, 0, 75, 80), + (2573, 1799, 77, 0, 128, 1550, 0, 0, 66, 68), + (2574, 1861, 77, 0, 128, 1614, 0, 0, 75, 80), + (2575, 1919, 77, 0, 128, 1655, 0, 0, 75, 80), + (2576, 1920, 77, 0, 128, 1657, 0, 0, 75, 80), + (2577, 1933, 77, 0, 128, 1670, 0, 0, 76, 77), + (2578, 2018, 77, 0, 128, 0, 0, 0, 80, 80), + (2579, 2065, 77, 0, 128, 1780, 0, 0, 66, 68), + (2580, 2066, 77, 0, 128, 0, 0, 0, 67, 67), + (2581, 2067, 77, 0, 128, 0, 0, 0, 67, 67), + (2582, 2083, 77, 0, 128, 1789, 0, 0, 75, 80), + (2583, 2123, 77, 0, 128, 1823, 0, 0, 75, 80), + (2584, 2125, 77, 0, 128, 1825, 0, 0, 75, 80), + (2585, 2155, 77, 0, 128, 1850, 0, 0, 75, 80), + (2586, 2165, 77, 0, 128, 1860, 0, 0, 75, 80), + (2587, 2203, 77, 0, 0, 1883, 0, 0, 0, 0), + (2588, 2220, 77, 0, 128, 1892, 0, 0, 80, 80), + (2589, 2231, 77, 0, 128, 0, 0, 0, 66, 68), + (2590, 2296, 77, 0, 128, 1969, 0, 0, 66, 68), + (2591, 2384, 77, 0, 128, 2035, 0, 0, 75, 80), + (2592, 2386, 77, 0, 128, 2038, 0, 0, 75, 80), + (2593, 2394, 77, 0, 128, 2042, 0, 0, 66, 68), + (2594, 2396, 77, 0, 128, 2045, 0, 0, 66, 68), + (2595, 2434, 77, 0, 128, 0, 0, 0, 76, 77), + (2596, 2435, 77, 0, 128, 0, 0, 0, 76, 77), + (2597, 2476, 77, 0, 128, 2118, 0, 0, 66, 68), + (2598, 2490, 77, 0, 128, 2134, 0, 0, 75, 80), + (2599, 2554, 77, 0, 128, 2197, 0, 0, 66, 68), + (2600, 2562, 77, 0, 128, 2201, 0, 0, 66, 68), + (2601, 2580, 77, 0, 128, 2217, 0, 0, 66, 68), + (2602, 2676, 77, 0, 128, 0, 0, 0, 76, 77), + (2603, 2677, 77, 0, 128, 2301, 0, 0, 75, 80), + (2604, 2713, 77, 0, 128, 0, 0, 0, 76, 77), + (2605, 2714, 77, 0, 128, 0, 0, 0, 76, 77), + (2606, 2715, 77, 0, 128, 0, 0, 0, 76, 77), + (2607, 2764, 77, 0, 128, 2372, 0, 0, 66, 68), + (2608, 2800, 77, 1, 0, 0, 0, 0, 1, 1), + (2609, 2873, 77, 0, 128, 2457, 0, 0, 75, 80), + (2610, 2907, 77, 0, 128, 2485, 0, 0, 75, 80), + (2611, 2921, 77, 0, 128, 2492, 0, 0, 75, 80), + (2612, 2925, 77, 0, 128, 0, 0, 0, 76, 77), + (2613, 2945, 77, 0, 128, 2511, 0, 0, 75, 80), + (2614, 2968, 77, 0, 128, 2532, 0, 0, 75, 80), + (2615, 2974, 77, 0, 128, 0, 0, 0, 66, 68), + (2616, 3047, 77, 0, 128, 2711, 0, 0, 75, 80), + (2617, 3053, 77, 0, 128, 0, 0, 0, 76, 77), + (2618, 3095, 77, 0, 128, 2745, 0, 0, 75, 80), + (2619, 3109, 77, 0, 128, 2753, 0, 0, 75, 80), + (2620, 3113, 77, 0, 128, 2756, 0, 0, 75, 80), + (2621, 3115, 77, 0, 128, 2760, 0, 0, 75, 80), + (2622, 3120, 77, 0, 128, 2763, 0, 0, 66, 68), + (2623, 3181, 77, 0, 128, 2821, 0, 0, 76, 77), + (2624, 3215, 77, 0, 128, 2838, 0, 0, 66, 68), + (2625, 3223, 77, 0, 128, 2864, 0, 0, 66, 68), + (2626, 3224, 77, 0, 128, 2866, 0, 0, 66, 68), + (2627, 3226, 77, 0, 128, 2868, 0, 0, 75, 80), + (2628, 3245, 77, 0, 128, 2892, 0, 0, 76, 77), + (2629, 3258, 77, 0, 128, 0, 0, 0, 75, 75), + (2630, 3267, 77, 0, 128, 2906, 0, 0, 76, 77), + (2631, 3288, 77, 0, 0, 0, 0, 0, 0, 0), + (2632, 3302, 77, 0, 128, 0, 0, 0, 76, 77), + (2633, 3327, 77, 0, 128, 0, 0, 0, 75, 75), + (2634, 3332, 77, 0, 128, 0, 0, 0, 75, 75), + (2635, 3376, 77, 0, 128, 2986, 0, 0, 75, 80), + (2636, 3428, 77, 0, 128, 0, 0, 0, 75, 80), + (2637, 3432, 77, 0, 128, 3027, 0, 0, 75, 80), + (2638, 3456, 77, 0, 128, 3044, 0, 0, 66, 68), + (2639, 3549, 77, 0, 128, 3128, 0, 0, 75, 80), + (2640, 3550, 77, 0, 128, 3131, 0, 0, 75, 80), + (2641, 3557, 77, 0, 128, 3137, 0, 0, 75, 80), + (2642, 3576, 77, 0, 128, 3171, 0, 0, 75, 80), + (2643, 3587, 77, 0, 128, 3177, 0, 0, 75, 80), + (2644, 3595, 77, 0, 128, 0, 0, 0, 76, 77), + (2645, 3630, 77, 0, 128, 3207, 0, 0, 75, 80), + (2646, 3680, 77, 0, 128, 3243, 0, 0, 75, 80), + (2647, 3709, 77, 0, 128, 3284, 0, 0, 75, 80), + (2648, 3732, 77, 0, 128, 3307, 0, 0, 66, 68), + (2649, 3734, 77, 0, 128, 3309, 0, 0, 75, 80), + (2650, 3762, 77, 0, 0, 0, 0, 0, 0, 0), + (2651, 3766, 77, 0, 128, 3353, 0, 0, 75, 80), + (2652, 3774, 77, 0, 128, 3363, 0, 0, 75, 80), + (2653, 3785, 77, 0, 128, 3378, 0, 0, 75, 80), + (2654, 3803, 77, 0, 128, 3392, 0, 0, 66, 68), + (2655, 3818, 77, 0, 128, 3411, 0, 0, 75, 80), + (2656, 3825, 77, 0, 128, 3418, 0, 0, 66, 68), + (2657, 3835, 77, 0, 128, 3423, 0, 0, 66, 68), + (2658, 3839, 77, 0, 128, 3429, 0, 0, 75, 80), + (2659, 3900, 77, 0, 128, 3466, 0, 0, 66, 68), + (2660, 3947, 77, 0, 128, 3538, 0, 0, 75, 80), + (2661, 3979, 77, 0, 128, 3569, 0, 0, 75, 80), + (2662, 4004, 77, 0, 128, 3590, 0, 0, 75, 80), + (2663, 4049, 77, 0, 128, 3622, 0, 0, 75, 80), + (2664, 4066, 77, 0, 128, 3641, 0, 0, 75, 80), + (2665, 4100, 77, 0, 128, 3658, 0, 0, 75, 80), + (2666, 4103, 77, 0, 128, 3662, 0, 0, 75, 80), + (2667, 4108, 77, 0, 128, 0, 0, 0, 76, 77), + (2668, 4124, 77, 0, 128, 3677, 0, 0, 75, 80), + (2669, 4200, 77, 0, 128, 0, 0, 0, 76, 77), + (2670, 4231, 77, 0, 128, 0, 0, 0, 76, 77), + (2671, 4232, 77, 0, 128, 0, 0, 0, 76, 77), + (2672, 4234, 77, 0, 128, 0, 0, 0, 76, 77), + (2673, 4258, 77, 0, 128, 4030, 0, 0, 75, 80), + (2674, 4275, 77, 0, 128, 4045, 0, 0, 66, 68), + (2675, 4280, 77, 0, 128, 4053, 0, 0, 66, 68), + (2676, 4281, 77, 0, 128, 0, 0, 0, 66, 68), + (2677, 4323, 77, 0, 128, 4136, 0, 0, 75, 80), + (2678, 4342, 77, 0, 128, 4153, 0, 0, 66, 68), + (2679, 4355, 77, 0, 128, 4167, 0, 0, 66, 68), + (2680, 4378, 77, 0, 128, 4190, 0, 0, 75, 80), + (2681, 4389, 77, 0, 128, 0, 0, 0, 66, 68), + (2682, 4489, 77, 0, 0, 0, 0, 0, 0, 0), + (2683, 4508, 77, 0, 128, 4355, 0, 0, 66, 68), + (2684, 4509, 77, 0, 128, 4357, 0, 0, 75, 80), + (2685, 110, 78, 0, 0, 0, 0, 0, 0, 0), + (2686, 133, 78, 0, 128, 0, 0, 0, 85, 90), + (2687, 137, 78, 0, 128, 0, 0, 0, 75, 80), + (2688, 234, 78, 0, 128, 0, 0, 0, 85, 90), + (2689, 248, 78, 0, 0, 0, 0, 0, 0, 0), + (2690, 283, 78, 0, 128, 0, 0, 0, 75, 80), + (2691, 334, 78, 0, 128, 0, 0, 0, 85, 90), + (2692, 351, 78, 0, 128, 0, 0, 0, 75, 80), + (2693, 367, 78, 0, 128, 0, 0, 0, 75, 80), + (2694, 397, 78, 0, 128, 0, 0, 0, 75, 80), + (2695, 521, 78, 0, 128, 0, 0, 0, 75, 80), + (2696, 547, 78, 0, 128, 0, 0, 0, 68, 72), + (2697, 558, 78, 0, 128, 0, 0, 0, 75, 80), + (2698, 571, 78, 0, 128, 0, 0, 0, 75, 80), + (2699, 714, 78, 0, 128, 0, 0, 0, 75, 80), + (2700, 800, 78, 0, 128, 0, 0, 0, 75, 80), + (2701, 829, 78, 0, 128, 0, 0, 0, 75, 80), + (2702, 913, 78, 0, 128, 0, 0, 0, 75, 80), + (2703, 998, 78, 0, 128, 0, 0, 0, 85, 90), + (2704, 1071, 78, 0, 128, 0, 0, 0, 75, 80), + (2705, 1187, 78, 0, 128, 0, 0, 0, 75, 80), + (2706, 1188, 78, 0, 128, 0, 0, 0, 75, 80), + (2707, 1273, 78, 0, 128, 0, 0, 0, 75, 80), + (2708, 1356, 78, 0, 0, 0, 0, 0, 0, 0), + (2709, 1422, 78, 0, 128, 0, 0, 0, 85, 90), + (2710, 1459, 78, 0, 128, 0, 0, 0, 75, 80), + (2711, 1499, 78, 0, 128, 0, 0, 0, 68, 72), + (2712, 1769, 78, 0, 128, 0, 0, 0, 85, 90), + (2713, 1815, 78, 0, 128, 0, 0, 0, 68, 72), + (2714, 1870, 78, 0, 0, 0, 0, 0, 0, 0), + (2715, 1871, 78, 0, 0, 0, 0, 0, 0, 0), + (2716, 1873, 78, 0, 128, 0, 0, 0, 75, 80), + (2717, 1876, 78, 0, 128, 0, 0, 0, 85, 90), + (2718, 1905, 78, 0, 128, 0, 0, 0, 75, 80), + (2719, 1906, 78, 0, 128, 0, 0, 0, 75, 80), + (2720, 1907, 78, 0, 128, 0, 0, 0, 75, 80), + (2721, 1916, 78, 0, 128, 0, 0, 0, 80, 85), + (2722, 1927, 78, 0, 128, 0, 0, 0, 68, 72), + (2723, 1936, 78, 0, 128, 0, 0, 0, 75, 80), + (2724, 1944, 78, 0, 128, 0, 0, 0, 85, 90), + (2725, 1957, 78, 0, 128, 0, 0, 0, 85, 90), + (2726, 1962, 78, 0, 128, 0, 0, 0, 75, 80), + (2727, 1996, 78, 0, 128, 0, 0, 0, 85, 90), + (2728, 1997, 78, 0, 128, 0, 0, 0, 75, 80), + (2729, 1999, 78, 0, 128, 0, 0, 0, 85, 90), + (2730, 2004, 78, 0, 128, 0, 0, 0, 80, 85), + (2731, 2037, 78, 0, 128, 0, 0, 0, 75, 80), + (2732, 2049, 78, 0, 128, 0, 0, 0, 75, 80), + (2733, 2076, 78, 0, 128, 0, 0, 0, 75, 80), + (2734, 2422, 78, 0, 128, 0, 0, 0, 75, 80), + (2735, 2430, 78, 0, 128, 0, 0, 0, 75, 80), + (2736, 2555, 78, 0, 128, 0, 0, 0, 75, 80), + (2737, 2561, 78, 0, 128, 0, 0, 0, 75, 80), + (2738, 2563, 78, 0, 128, 0, 0, 0, 75, 80), + (2739, 2716, 78, 0, 128, 0, 0, 0, 85, 90), + (2740, 2744, 78, 0, 128, 0, 0, 0, 85, 90), + (2741, 2756, 78, 0, 128, 0, 0, 0, 85, 90), + (2742, 2771, 78, 0, 128, 0, 0, 0, 80, 85), + (2743, 2838, 78, 0, 128, 0, 0, 0, 75, 80), + (2744, 2879, 78, 0, 128, 0, 0, 0, 85, 90), + (2745, 2941, 78, 0, 128, 0, 0, 0, 85, 90), + (2746, 2942, 78, 0, 128, 0, 0, 0, 75, 80), + (2747, 2943, 78, 0, 128, 0, 0, 0, 75, 80), + (2748, 3054, 78, 0, 128, 0, 0, 0, 75, 80), + (2749, 3062, 78, 0, 128, 0, 0, 0, 68, 72), + (2750, 3327, 78, 0, 0, 0, 0, 0, 0, 0), + (2751, 3332, 78, 0, 0, 0, 0, 0, 0, 0), + (2752, 3349, 78, 0, 128, 0, 0, 0, 75, 80), + (2753, 3394, 78, 0, 128, 0, 0, 0, 68, 72), + (2754, 3397, 78, 0, 128, 0, 0, 0, 75, 80), + (2755, 3436, 78, 0, 128, 0, 0, 0, 80, 85), + (2756, 3499, 78, 0, 128, 0, 0, 0, 68, 72), + (2757, 3622, 78, 0, 128, 0, 0, 0, 68, 72), + (2758, 3641, 78, 0, 128, 0, 0, 0, 75, 80), + (2759, 3704, 78, 0, 128, 0, 0, 0, 75, 80), + (2760, 3782, 78, 0, 128, 0, 0, 0, 85, 90), + (2761, 3842, 78, 0, 128, 0, 0, 0, 85, 90), + (2762, 3921, 78, 0, 128, 0, 0, 0, 75, 80), + (2763, 4069, 78, 0, 128, 0, 0, 0, 75, 80), + (2764, 4109, 78, 0, 128, 0, 0, 0, 75, 80), + (2765, 4110, 78, 0, 128, 0, 0, 0, 75, 80), + (2766, 4111, 78, 0, 128, 0, 0, 0, 75, 80), + (2767, 4128, 78, 0, 128, 0, 0, 0, 75, 80), + (2768, 4129, 78, 0, 128, 0, 0, 0, 75, 80), + (2769, 4130, 78, 0, 128, 0, 0, 0, 85, 90), + (2770, 4131, 78, 0, 128, 0, 0, 0, 75, 80), + (2771, 4201, 78, 0, 128, 0, 0, 0, 75, 80), + (2772, 4276, 78, 0, 128, 0, 0, 0, 75, 80), + (2773, 4279, 78, 0, 128, 0, 0, 0, 68, 72), + (2774, 4352, 78, 0, 128, 0, 0, 0, 75, 80), + (2775, 4356, 78, 0, 128, 0, 0, 0, 75, 80), + (2776, 603, 79, 330, 0, 446, 0, 0, 63, 65), + (2777, 604, 79, 0, 128, 447, 0, 0, 66, 67), + (2778, 605, 79, 0, 128, 448, 0, 0, 64, 66), + (2779, 606, 79, 0, 128, 0, 0, 0, 63, 65), + (2780, 714, 79, 330, 0, 524, 0, 0, 62, 66), + (2781, 910, 79, 0, 128, 0, 0, 0, 76, 76), + (2782, 913, 79, 330, 4, 639, 0, 0, 74, 76), + (2783, 914, 79, 0, 128, 0, 0, 0, 76, 76), + (2784, 916, 79, 0, 128, 0, 0, 0, 95, 95), + (2785, 1111, 79, 330, 0, 793, 0, 0, 79, 79), + (2786, 1112, 79, 0, 128, 0, 0, 0, 71, 71), + (2787, 1193, 79, 330, 0, 853, 0, 0, 79, 82), + (2788, 1247, 79, 330, 0, 893, 0, 0, 75, 77), + (2789, 1272, 79, 0, 128, 913, 32000, 0, 82, 84), + (2790, 1833, 79, 330, 0, 1592, 0, 0, 81, 83), + (2791, 1835, 79, 330, 1, 1593, 0, 0, 66, 69), + (2792, 1933, 79, 330, 0, 1669, 0, 0, 80, 81), + (2793, 2144, 79, 0, 128, 0, 0, 0, 67, 70), + (2794, 2154, 79, 330, 0, 1849, 0, 0, 72, 74), + (2795, 2220, 79, 259200, 0, 1893, 72000, 0, 80, 85), + (2796, 2326, 79, 330, 0, 1992, 0, 0, 82, 83), + (2797, 2330, 79, 0, 128, 0, 0, 0, 73, 75), + (2798, 2332, 79, 330, 0, 1998, 0, 0, 73, 75), + (2799, 2335, 79, 330, 0, 2003, 0, 0, 79, 81), + (2800, 2338, 79, 330, 0, 2005, 0, 0, 82, 83), + (2801, 2349, 79, 0, 128, 0, 0, 0, 79, 81), + (2802, 2361, 79, 330, 0, 2007, 0, 0, 82, 83), + (2803, 2426, 79, 0, 128, 2069, 0, 0, 76, 78), + (2804, 2489, 79, 0, 128, 2133, 37000, 0, 83, 85), + (2805, 2580, 79, 330, 0, 2218, 0, 0, 64, 68), + (2806, 2587, 79, 330, 0, 2226, 0, 0, 71, 72), + (2807, 2627, 79, 0, 128, 0, 0, 0, 73, 75), + (2808, 2630, 79, 0, 128, 0, 0, 0, 73, 75), + (2809, 2752, 79, 0, 128, 0, 0, 0, 79, 81), + (2810, 2753, 79, 330, 0, 2360, 0, 0, 80, 81), + (2811, 2810, 79, 0, 0, 0, 0, 0, 0, 0), + (2812, 2941, 79, 0, 0, 0, 0, 0, 0, 0), + (2813, 2957, 79, 330, 0, 2517, 0, 0, 65, 67), + (2814, 3049, 79, 330, 0, 2712, 0, 0, 63, 68), + (2815, 3109, 79, 3600, 0, 2754, 0, 0, 73, 75), + (2816, 3224, 79, 330, 0, 2867, 0, 0, 64, 66), + (2817, 3258, 79, 0, 128, 0, 0, 0, 75, 75), + (2818, 3260, 79, 1056, 0, 0, 0, 0, 67, 69), + (2819, 3264, 79, 0, 0, 0, 0, 0, 0, 0), + (2820, 3327, 79, 0, 0, 0, 0, 0, 0, 0), + (2821, 3331, 79, 0, 128, 2929, 0, 0, 63, 65), + (2822, 3332, 79, 0, 0, 0, 0, 0, 0, 0), + (2823, 3355, 79, 1056, 0, 2950, 0, 0, 73, 74), + (2824, 3704, 79, 330, 0, 3280, 0, 0, 79, 82), + (2825, 3738, 79, 330, 0, 3314, 0, 0, 78, 79), + (2826, 3807, 79, 0, 128, 3405, 0, 0, 69, 71), + (2827, 3912, 79, 330, 4, 3495, 0, 0, 70, 71), + (2828, 3991, 79, 330, 0, 0, 0, 0, 61, 64), + (2829, 4063, 79, 0, 128, 3638, 48000, 0, 88, 90), + (2830, 4221, 79, 0, 128, 4007, 22000, 0, 85, 86), + (2831, 4309, 79, 330, 4, 4091, 0, 0, 70, 71), + (2832, 4342, 79, 330, 0, 4154, 0, 0, 68, 70), + (2833, 4503, 79, 0, 0, 4346, 0, 0, 0, 0), + (2834, 18, 80, 1, 0, 0, 0, 0, 1, 1), + (2835, 37, 80, 1, 0, 0, 0, 0, 1, 1), + (2836, 84, 80, 1, 0, 0, 0, 0, 1, 1), + (2837, 89, 80, 0, 0, 0, 0, 0, 0, 0), + (2838, 90, 80, 1, 0, 0, 0, 0, 1, 1), + (2839, 91, 80, 1, 0, 0, 0, 0, 1, 1), + (2840, 96, 80, 0, 0, 58, 0, 0, 0, 0), + (2841, 126, 80, 0, 0, 0, 0, 0, 0, 0), + (2842, 132, 80, 0, 128, 0, 0, 0, 60, 64), + (2843, 208, 80, 1, 0, 0, 0, 0, 1, 1), + (2844, 227, 80, 1, 0, 0, 0, 0, 1, 1), + (2845, 260, 80, 0, 0, 0, 0, 0, 0, 0), + (2846, 291, 80, 1, 0, 0, 0, 0, 1, 1), + (2847, 311, 80, 1, 0, 0, 0, 0, 1, 1), + (2848, 312, 80, 1, 0, 0, 0, 0, 1, 1), + (2849, 320, 80, 0, 0, 0, 0, 0, 0, 0), + (2850, 502, 80, 0, 128, 0, 0, 0, 75, 80), + (2851, 526, 80, 1, 0, 0, 0, 0, 1, 1), + (2852, 549, 80, 1, 0, 0, 0, 0, 1, 1), + (2853, 616, 80, 1, 0, 0, 0, 0, 1, 1), + (2854, 679, 80, 0, 0, 0, 0, 0, 0, 0), + (2855, 714, 80, 1, 0, 0, 0, 0, 1, 1), + (2856, 725, 80, 1, 0, 0, 0, 0, 1, 1), + (2857, 735, 80, 0, 0, 0, 0, 0, 0, 0), + (2858, 737, 80, 0, 0, 0, 0, 0, 0, 0), + (2859, 775, 80, 0, 128, 0, 0, 0, 75, 80), + (2860, 776, 80, 0, 128, 0, 0, 0, 75, 80), + (2861, 777, 80, 0, 128, 569, 0, 0, 75, 80), + (2862, 812, 80, 0, 0, 0, 0, 0, 0, 0), + (2863, 840, 80, 0, 0, 0, 0, 0, 0, 0), + (2864, 896, 80, 1, 0, 0, 0, 0, 1, 1), + (2865, 903, 80, 1, 0, 0, 0, 0, 1, 1), + (2866, 935, 80, 0, 128, 656, 0, 0, 75, 80), + (2867, 960, 80, 1, 0, 0, 0, 0, 1, 1), + (2868, 1141, 80, 1, 0, 0, 0, 0, 1, 1), + (2869, 1143, 80, 1, 0, 0, 0, 0, 1, 1), + (2870, 1262, 80, 0, 128, 0, 0, 0, 75, 75), + (2871, 1279, 80, 1, 0, 0, 0, 0, 1, 1), + (2872, 1313, 80, 0, 0, 0, 0, 0, 0, 0), + (2873, 1321, 80, 0, 0, 0, 0, 0, 0, 0), + (2874, 1324, 80, 1, 0, 0, 0, 0, 1, 1), + (2875, 1333, 80, 0, 128, 0, 0, 0, 75, 80), + (2876, 1408, 80, 0, 128, 0, 0, 0, 50, 50), + (2877, 1574, 80, 0, 128, 0, 0, 0, 60, 60), + (2878, 1681, 80, 0, 128, 0, 0, 0, 60, 60), + (2879, 1752, 80, 0, 0, 0, 0, 0, 0, 0), + (2880, 1852, 80, 0, 128, 0, 0, 0, 60, 60), + (2881, 2085, 80, 0, 0, 0, 0, 0, 0, 0), + (2882, 2100, 80, 0, 128, 0, 0, 0, 75, 75), + (2883, 2126, 80, 0, 0, 1827, 0, 0, 0, 0), + (2884, 2127, 80, 0, 128, 0, 0, 0, 75, 80), + (2885, 2137, 80, 1, 0, 0, 0, 0, 1, 1), + (2886, 2179, 80, 1, 0, 0, 0, 0, 1, 1), + (2887, 2180, 80, 0, 128, 0, 0, 0, 60, 60), + (2888, 2184, 80, 0, 0, 0, 0, 0, 0, 0), + (2889, 2226, 80, 1, 0, 0, 0, 0, 1, 1), + (2890, 2252, 80, 0, 0, 0, 0, 0, 0, 0), + (2891, 2316, 80, 0, 0, 0, 0, 0, 0, 0), + (2892, 2320, 80, 0, 0, 0, 0, 0, 0, 0), + (2893, 2378, 80, 0, 0, 0, 0, 0, 0, 0), + (2894, 2390, 80, 1, 0, 0, 0, 0, 1, 1), + (2895, 2391, 80, 1, 0, 0, 0, 0, 1, 1), + (2896, 2403, 80, 1, 0, 0, 0, 0, 1, 1), + (2897, 2415, 80, 0, 0, 0, 0, 0, 0, 0), + (2898, 2460, 80, 1, 0, 0, 0, 0, 1, 1), + (2899, 2583, 80, 0, 0, 0, 0, 0, 0, 0), + (2900, 2651, 80, 0, 0, 0, 0, 0, 0, 0), + (2901, 2730, 80, 1, 0, 0, 0, 0, 1, 1), + (2902, 2734, 80, 0, 128, 2336, 0, 0, 60, 60), + (2903, 2799, 80, 1, 0, 0, 0, 0, 1, 1), + (2904, 2904, 80, 1, 0, 0, 0, 0, 1, 1), + (2905, 2909, 80, 1, 0, 0, 0, 0, 1, 1), + (2906, 2946, 80, 1, 0, 0, 0, 0, 1, 1), + (2907, 2949, 80, 1, 0, 0, 0, 0, 1, 1), + (2908, 2980, 80, 0, 128, 0, 0, 0, 75, 80), + (2909, 3037, 80, 0, 128, 0, 0, 0, 60, 60), + (2910, 3040, 80, 0, 128, 0, 0, 0, 75, 80), + (2911, 3096, 80, 1, 0, 0, 0, 0, 1, 1), + (2912, 3176, 80, 1, 0, 0, 0, 0, 1, 1), + (2913, 3184, 80, 1, 0, 0, 0, 0, 1, 1), + (2914, 3186, 80, 1, 0, 0, 0, 0, 1, 1), + (2915, 3189, 80, 0, 0, 0, 0, 0, 0, 0), + (2916, 3305, 80, 0, 0, 0, 0, 0, 0, 0), + (2917, 3310, 80, 0, 0, 0, 0, 0, 0, 0), + (2918, 3312, 80, 1, 0, 0, 0, 0, 1, 1), + (2919, 3345, 80, 0, 0, 0, 0, 0, 0, 0), + (2920, 3366, 80, 1, 0, 0, 0, 0, 1, 1), + (2921, 3387, 80, 0, 0, 0, 0, 0, 0, 0), + (2922, 3389, 80, 0, 0, 0, 0, 0, 0, 0), + (2923, 3391, 80, 1, 0, 0, 0, 0, 1, 1), + (2924, 3400, 80, 1, 0, 0, 0, 0, 1, 1), + (2925, 3401, 80, 1, 0, 0, 0, 0, 1, 1), + (2926, 3403, 80, 1, 0, 0, 0, 0, 1, 1), + (2927, 3405, 80, 1, 0, 0, 0, 0, 1, 1), + (2928, 3407, 80, 1, 0, 0, 0, 0, 1, 1), + (2929, 3486, 80, 0, 0, 0, 0, 0, 0, 0), + (2930, 3495, 80, 0, 0, 0, 0, 0, 0, 0), + (2931, 3562, 80, 0, 128, 0, 0, 0, 60, 60), + (2932, 3563, 80, 0, 128, 0, 0, 0, 75, 80), + (2933, 3564, 80, 0, 128, 0, 0, 0, 60, 60), + (2934, 3565, 80, 0, 128, 3146, 0, 0, 75, 80), + (2935, 3566, 80, 0, 128, 0, 0, 0, 60, 60), + (2936, 3569, 80, 0, 128, 3158, 0, 0, 75, 80), + (2937, 3570, 80, 0, 128, 0, 0, 0, 60, 60), + (2938, 3576, 80, 0, 128, 0, 0, 0, 75, 80), + (2939, 3584, 80, 0, 0, 0, 0, 0, 0, 0), + (2940, 3627, 80, 0, 0, 0, 0, 0, 0, 0), + (2941, 3730, 80, 0, 128, 0, 0, 0, 60, 60), + (2942, 3767, 80, 0, 128, 0, 0, 0, 60, 60), + (2943, 3873, 80, 1, 0, 0, 0, 0, 1, 1), + (2944, 3926, 80, 1, 0, 0, 0, 0, 1, 1), + (2945, 4078, 80, 0, 0, 0, 0, 0, 0, 0), + (2946, 4081, 80, 1, 0, 0, 0, 0, 1, 1), + (2947, 4118, 80, 1, 0, 0, 0, 0, 1, 1), + (2948, 4121, 80, 0, 0, 0, 0, 0, 0, 0), + (2949, 4299, 80, 0, 128, 0, 0, 0, 60, 60), + (2950, 4481, 80, 0, 0, 0, 0, 0, 0, 0), + (2951, 4493, 80, 0, 0, 0, 0, 0, 0, 0), + (2952, 18, 81, 1, 0, 0, 0, 0, 1, 1), + (2953, 37, 81, 0, 0, 0, 0, 0, 0, 0), + (2954, 84, 81, 1, 0, 0, 0, 0, 1, 1), + (2955, 89, 81, 0, 0, 0, 0, 0, 0, 0), + (2956, 90, 81, 1, 0, 0, 0, 0, 1, 1), + (2957, 91, 81, 1, 0, 0, 0, 0, 1, 1), + (2958, 96, 81, 0, 0, 58, 0, 0, 0, 0), + (2959, 126, 81, 0, 0, 0, 0, 0, 0, 0), + (2960, 131, 81, 0, 0, 0, 0, 0, 0, 0), + (2961, 132, 81, 0, 128, 0, 0, 0, 60, 64), + (2962, 208, 81, 1, 0, 0, 0, 0, 1, 1), + (2963, 227, 81, 1, 0, 0, 0, 0, 1, 1), + (2964, 260, 81, 0, 0, 0, 0, 0, 0, 0), + (2965, 291, 81, 0, 0, 0, 0, 0, 0, 0), + (2966, 311, 81, 1, 0, 0, 0, 0, 1, 1), + (2967, 312, 81, 1, 0, 0, 0, 0, 1, 1), + (2968, 320, 81, 0, 0, 0, 0, 0, 0, 0), + (2969, 371, 81, 330, 0, 260, 0, 0, 3, 6), + (2970, 502, 81, 0, 128, 0, 0, 0, 75, 80), + (2971, 526, 81, 1, 0, 0, 0, 0, 1, 1), + (2972, 549, 81, 1, 0, 0, 0, 0, 1, 1), + (2973, 616, 81, 1, 0, 0, 0, 0, 1, 1), + (2974, 656, 81, 330, 0, 484, 0, 0, 10, 12), + (2975, 679, 81, 1, 0, 0, 0, 0, 1, 1), + (2976, 714, 81, 1, 0, 0, 0, 0, 1, 1), + (2977, 725, 81, 0, 0, 0, 0, 0, 0, 0), + (2978, 735, 81, 0, 0, 0, 0, 0, 0, 0), + (2979, 737, 81, 0, 0, 0, 0, 0, 0, 0), + (2980, 743, 81, 0, 128, 0, 0, 0, 13, 17), + (2981, 765, 81, 330, 0, 560, 0, 0, 45, 47), + (2982, 775, 81, 0, 128, 0, 0, 0, 75, 80), + (2983, 776, 81, 0, 128, 0, 0, 0, 75, 80), + (2984, 777, 81, 0, 128, 569, 0, 0, 75, 80), + (2985, 896, 81, 0, 0, 0, 0, 0, 0, 0), + (2986, 903, 81, 1, 0, 0, 0, 0, 1, 1), + (2987, 915, 81, 0, 128, 0, 100000, 0, 88, 90), + (2988, 935, 81, 0, 128, 656, 0, 0, 75, 80), + (2989, 960, 81, 1, 0, 0, 0, 0, 1, 1), + (2990, 1038, 81, 330, 2, 733, 0, 0, 11, 12), + (2991, 1051, 81, 0, 128, 0, 0, 0, 60, 60), + (2992, 1072, 81, 330, 0, 757, 0, 0, 55, 55), + (2993, 1141, 81, 1, 0, 0, 0, 0, 1, 1), + (2994, 1143, 81, 1, 0, 0, 0, 0, 1, 1), + (2995, 1214, 81, 330, 1, 870, 0, 0, 37, 46), + (2996, 1262, 81, 0, 128, 0, 0, 0, 75, 75), + (2997, 1279, 81, 1, 0, 0, 0, 0, 1, 1), + (2998, 1308, 81, 0, 0, 0, 0, 0, 0, 0), + (2999, 1309, 81, 0, 0, 0, 0, 0, 0, 0), + (3000, 1310, 81, 0, 0, 0, 0, 0, 80, 85), + (3001, 1321, 81, 0, 0, 0, 0, 0, 0, 0), + (3002, 1324, 81, 1, 0, 0, 0, 0, 1, 1), + (3003, 1333, 81, 0, 128, 0, 0, 0, 75, 80), + (3004, 1336, 81, 0, 128, 946, 0, 0, 15, 20), + (3005, 1404, 81, 330, 0, 1029, 0, 0, 12, 15), + (3006, 1408, 81, 0, 128, 1035, 0, 0, 50, 50), + (3007, 1539, 81, 330, 0, 1136, 0, 0, 50, 52), + (3008, 1574, 81, 0, 128, 0, 0, 0, 60, 60), + (3009, 1652, 81, 330, 0, 1278, 0, 0, 56, 59), + (3010, 1662, 81, 330, 0, 1300, 0, 0, 56, 59), + (3011, 1681, 81, 0, 128, 0, 0, 0, 60, 60), + (3012, 1688, 81, 0, 128, 0, 0, 0, 75, 75), + (3013, 1695, 81, 330, 0, 1406, 0, 0, 56, 59), + (3014, 1696, 81, 330, 0, 1410, 0, 0, 56, 59), + (3015, 1713, 81, 330, 0, 1456, 0, 0, 56, 59), + (3016, 1727, 81, 0, 128, 0, 0, 0, 49, 52), + (3017, 1752, 81, 0, 0, 0, 0, 0, 0, 0), + (3018, 1852, 81, 0, 128, 0, 0, 0, 60, 60), + (3019, 2100, 81, 0, 128, 0, 0, 0, 75, 75), + (3020, 2126, 81, 0, 0, 0, 0, 0, 0, 0), + (3021, 2127, 81, 0, 128, 0, 0, 0, 75, 80), + (3022, 2137, 81, 1, 0, 0, 0, 0, 1, 1), + (3023, 2179, 81, 1, 0, 0, 0, 0, 1, 1), + (3024, 2180, 81, 0, 128, 0, 0, 0, 60, 60), + (3025, 2226, 81, 1, 0, 0, 0, 0, 1, 1), + (3026, 2315, 81, 330, 0, 1983, 0, 0, 44, 47), + (3027, 2390, 81, 1, 0, 0, 0, 0, 1, 1), + (3028, 2391, 81, 1, 0, 0, 0, 0, 1, 1), + (3029, 2403, 81, 1, 0, 0, 0, 0, 1, 1), + (3030, 2415, 81, 0, 0, 0, 0, 0, 0, 0), + (3031, 2460, 81, 0, 0, 0, 0, 0, 0, 0), + (3032, 2730, 81, 1, 0, 0, 0, 0, 1, 1), + (3033, 2734, 81, 0, 128, 2336, 0, 0, 60, 60), + (3034, 2763, 81, 330, 2, 2367, 0, 0, 14, 15), + (3035, 2768, 81, 0, 128, 2380, 0, 0, 15, 20), + (3036, 2799, 81, 1, 0, 0, 0, 0, 1, 1), + (3037, 2909, 81, 0, 0, 0, 0, 0, 0, 0), + (3038, 2946, 81, 1, 0, 0, 0, 0, 1, 1), + (3039, 2949, 81, 1, 0, 0, 0, 0, 1, 1), + (3040, 2980, 81, 0, 128, 2540, 0, 0, 75, 80), + (3041, 3013, 81, 330, 0, 2608, 0, 0, 62, 64), + (3042, 3018, 81, 0, 128, 2638, 0, 0, 60, 60), + (3043, 3022, 81, 330, 0, 2644, 0, 0, 62, 64), + (3044, 3023, 81, 330, 0, 2651, 0, 0, 62, 64), + (3045, 3033, 81, 330, 0, 2675, 0, 0, 62, 64), + (3046, 3037, 81, 0, 128, 0, 0, 0, 60, 60), + (3047, 3038, 81, 0, 128, 2685, 0, 0, 60, 60), + (3048, 3040, 81, 0, 128, 0, 0, 0, 75, 80), + (3049, 3096, 81, 1, 0, 0, 0, 0, 1, 1), + (3050, 3148, 81, 330, 0, 2781, 0, 0, 53, 55), + (3051, 3162, 81, 0, 128, 2806, 0, 0, 75, 80), + (3052, 3176, 81, 1, 0, 0, 0, 0, 1, 1), + (3053, 3184, 81, 1, 0, 0, 0, 0, 1, 1), + (3054, 3186, 81, 1, 0, 0, 0, 0, 1, 1), + (3055, 3189, 81, 0, 0, 0, 0, 0, 0, 0), + (3056, 3221, 81, 330, 0, 2847, 0, 0, 14, 17), + (3057, 3222, 81, 0, 128, 2850, 0, 0, 15, 20), + (3058, 3280, 81, 0, 128, 0, 0, 0, 80, 85), + (3059, 3305, 81, 0, 0, 0, 0, 0, 0, 0), + (3060, 3310, 81, 0, 0, 0, 0, 0, 0, 0), + (3061, 3312, 81, 1, 0, 0, 0, 0, 1, 1), + (3062, 3366, 81, 1, 0, 0, 0, 0, 1, 1), + (3063, 3371, 81, 330, 0, 2968, 0, 0, 12, 14), + (3064, 3391, 81, 0, 0, 0, 0, 0, 0, 0), + (3065, 3400, 81, 1, 0, 0, 0, 0, 1, 1), + (3066, 3401, 81, 1, 0, 0, 0, 0, 1, 1), + (3067, 3403, 81, 1, 0, 0, 0, 0, 1, 1), + (3068, 3405, 81, 1, 0, 0, 0, 0, 1, 1), + (3069, 3407, 81, 1, 0, 0, 0, 0, 1, 1), + (3070, 3408, 81, 1, 0, 0, 0, 0, 1, 1), + (3071, 3448, 81, 86400, 0, 0, 0, 0, 88, 88), + (3072, 3486, 81, 0, 0, 0, 0, 0, 0, 0), + (3073, 3494, 81, 330, 0, 3072, 0, 0, 21, 23), + (3074, 3495, 81, 0, 0, 0, 0, 0, 0, 0), + (3075, 3562, 81, 0, 128, 0, 0, 0, 60, 60), + (3076, 3563, 81, 0, 128, 3141, 0, 0, 75, 80), + (3077, 3564, 81, 0, 128, 0, 0, 0, 60, 60), + (3078, 3565, 81, 0, 128, 3147, 0, 0, 75, 80), + (3079, 3566, 81, 0, 0, 0, 0, 0, 0, 0), + (3080, 3569, 81, 0, 128, 3159, 0, 0, 75, 80), + (3081, 3570, 81, 0, 128, 0, 0, 0, 60, 60), + (3082, 3576, 81, 0, 128, 0, 0, 0, 75, 80), + (3083, 3653, 81, 3960, 0, 3230, 0, 0, 60, 65), + (3084, 3682, 81, 0, 128, 3248, 0, 0, 13, 17), + (3085, 3730, 81, 0, 128, 0, 0, 0, 60, 60), + (3086, 3767, 81, 0, 128, 0, 0, 0, 60, 60), + (3087, 3920, 81, 0, 0, 0, 0, 0, 0, 0), + (3088, 3926, 81, 0, 0, 0, 0, 0, 0, 0), + (3089, 4081, 81, 1, 0, 0, 0, 0, 1, 1), + (3090, 4118, 81, 1, 0, 0, 0, 0, 1, 1), + (3091, 4121, 81, 0, 0, 0, 0, 0, 0, 0), + (3092, 4278, 81, 330, 0, 4048, 0, 0, 58, 58), + (3093, 4299, 81, 0, 128, 0, 0, 0, 60, 60), + (3094, 4344, 81, 330, 0, 4157, 0, 0, 16, 17), + (3095, 4481, 81, 0, 0, 0, 0, 0, 0, 0), + (3096, 18, 82, 1, 0, 0, 0, 0, 1, 1), + (3097, 37, 82, 0, 0, 0, 0, 0, 0, 0), + (3098, 84, 82, 1, 0, 0, 0, 0, 1, 1), + (3099, 89, 82, 0, 0, 0, 0, 0, 0, 0), + (3100, 90, 82, 1, 0, 0, 0, 0, 1, 1), + (3101, 91, 82, 1, 0, 0, 0, 0, 1, 1), + (3102, 96, 82, 0, 0, 58, 0, 0, 0, 0), + (3103, 126, 82, 0, 0, 0, 0, 0, 0, 0), + (3104, 132, 82, 0, 128, 0, 0, 0, 60, 60), + (3105, 227, 82, 1, 0, 0, 0, 0, 1, 1), + (3106, 260, 82, 0, 0, 0, 0, 0, 0, 0), + (3107, 291, 82, 1, 0, 0, 0, 0, 1, 1), + (3108, 311, 82, 1, 0, 0, 0, 0, 1, 1), + (3109, 312, 82, 1, 0, 0, 0, 0, 1, 1), + (3110, 320, 82, 0, 0, 0, 0, 0, 0, 0), + (3111, 411, 82, 330, 0, 286, 0, 0, 62, 64), + (3112, 464, 82, 0, 128, 0, 0, 0, 75, 80), + (3113, 502, 82, 0, 128, 0, 0, 0, 60, 60), + (3114, 526, 82, 1, 0, 0, 0, 0, 1, 1), + (3115, 548, 82, 330, 0, 407, 0, 0, 53, 56), + (3116, 549, 82, 1, 0, 0, 0, 0, 1, 1), + (3117, 609, 82, 0, 0, 0, 0, 0, 0, 0), + (3118, 616, 82, 1, 0, 0, 0, 0, 1, 1), + (3119, 714, 82, 1, 0, 0, 0, 0, 1, 1), + (3120, 725, 82, 0, 0, 0, 0, 0, 0, 0), + (3121, 735, 82, 0, 0, 0, 0, 0, 0, 0), + (3122, 737, 82, 0, 0, 0, 0, 0, 0, 0), + (3123, 755, 82, 0, 128, 553, 0, 0, 78, 85), + (3124, 775, 82, 0, 128, 0, 0, 0, 75, 80), + (3125, 776, 82, 0, 128, 0, 0, 0, 60, 60), + (3126, 777, 82, 0, 128, 569, 0, 0, 75, 80), + (3127, 896, 82, 1, 0, 0, 0, 0, 1, 1), + (3128, 903, 82, 1, 0, 0, 0, 0, 1, 1), + (3129, 915, 82, 0, 128, 0, 0, 0, 88, 90), + (3130, 935, 82, 0, 128, 656, 0, 0, 60, 60), + (3131, 947, 82, 330, 0, 666, 0, 0, 73, 75), + (3132, 960, 82, 1, 0, 0, 0, 0, 1, 1), + (3133, 1141, 82, 0, 0, 0, 0, 0, 0, 0), + (3134, 1143, 82, 1, 0, 0, 0, 0, 1, 1), + (3135, 1262, 82, 1, 0, 0, 0, 0, 80, 80), + (3136, 1279, 82, 0, 128, 0, 0, 0, 60, 60), + (3137, 1321, 82, 0, 0, 0, 0, 0, 0, 0), + (3138, 1323, 82, 0, 128, 941, 0, 0, 39, 52), + (3139, 1324, 82, 1, 0, 0, 0, 0, 1, 1), + (3140, 1333, 82, 0, 128, 0, 0, 0, 60, 60), + (3141, 1339, 82, 0, 128, 0, 0, 0, 78, 85), + (3142, 1405, 82, 330, 0, 1031, 0, 0, 39, 51), + (3143, 1408, 82, 1, 0, 1035, 0, 0, 1, 1), + (3144, 1517, 82, 330, 1, 1114, 0, 0, 39, 51), + (3145, 1518, 82, 330, 1, 1122, 0, 0, 39, 51), + (3146, 1574, 82, 1, 0, 0, 0, 0, 1, 1), + (3147, 1639, 82, 330, 0, 1226, 0, 0, 71, 73), + (3148, 1657, 82, 0, 0, 1286, 0, 0, 0, 0), + (3149, 1681, 82, 0, 128, 0, 0, 0, 60, 60), + (3150, 1688, 82, 0, 128, 0, 0, 0, 75, 75), + (3151, 1693, 82, 330, 0, 1393, 0, 0, 71, 73), + (3152, 1697, 82, 330, 0, 1410, 0, 0, 71, 73), + (3153, 1752, 82, 0, 0, 0, 0, 0, 0, 0), + (3154, 1805, 82, 1, 0, 0, 0, 0, 1, 1), + (3155, 1852, 82, 0, 128, 0, 0, 0, 75, 80), + (3156, 1902, 82, 330, 0, 1642, 0, 0, 38, 48), + (3157, 2001, 82, 0, 128, 0, 0, 0, 39, 51), + (3158, 2052, 82, 330, 0, 1767, 0, 0, 77, 79), + (3159, 2100, 82, 0, 128, 0, 0, 0, 75, 80), + (3160, 2126, 82, 0, 0, 1828, 0, 0, 0, 0), + (3161, 2127, 82, 0, 128, 0, 0, 0, 60, 60), + (3162, 2137, 82, 0, 128, 0, 0, 0, 60, 60), + (3163, 2166, 82, 330, 0, 1862, 0, 0, 39, 51), + (3164, 2179, 82, 1, 0, 0, 0, 0, 1, 1), + (3165, 2180, 82, 1, 0, 0, 0, 0, 1, 1), + (3166, 2226, 82, 1, 0, 0, 0, 0, 1, 1), + (3167, 2252, 82, 0, 0, 0, 0, 0, 0, 0), + (3168, 2319, 82, 0, 0, 0, 0, 0, 0, 0), + (3169, 2320, 82, 0, 0, 0, 0, 0, 0, 0), + (3170, 2373, 82, 330, 0, 2020, 0, 0, 38, 48), + (3171, 2390, 82, 0, 0, 0, 0, 0, 0, 0), + (3172, 2391, 82, 0, 128, 0, 0, 0, 60, 60), + (3173, 2403, 82, 1, 0, 0, 0, 0, 1, 1), + (3174, 2415, 82, 0, 0, 0, 0, 0, 0, 0), + (3175, 2428, 82, 330, 0, 2071, 0, 0, 82, 82), + (3176, 2460, 82, 1, 0, 0, 0, 0, 1, 1), + (3177, 2730, 82, 1, 0, 0, 0, 0, 1, 1), + (3178, 2734, 82, 0, 128, 2336, 0, 0, 60, 60), + (3179, 2799, 82, 1, 0, 0, 0, 0, 1, 1), + (3180, 2909, 82, 1, 0, 0, 0, 0, 1, 1), + (3181, 2946, 82, 0, 128, 0, 0, 0, 75, 80), + (3182, 2949, 82, 1, 0, 0, 0, 0, 1, 1), + (3183, 2980, 82, 0, 128, 2541, 0, 0, 75, 80), + (3184, 2997, 82, 330, 0, 2564, 0, 0, 77, 79), + (3185, 3000, 82, 330, 0, 2575, 0, 0, 77, 82), + (3186, 3005, 82, 330, 0, 2590, 0, 0, 77, 79), + (3187, 3018, 82, 0, 128, 2638, 0, 0, 60, 60), + (3188, 3031, 82, 330, 0, 2665, 0, 0, 77, 79), + (3189, 3037, 82, 0, 128, 0, 0, 0, 60, 60), + (3190, 3038, 82, 0, 128, 2685, 0, 0, 60, 60), + (3191, 3040, 82, 0, 128, 0, 0, 0, 60, 60), + (3192, 3041, 82, 330, 0, 2693, 0, 0, 77, 79), + (3193, 3096, 82, 1, 0, 0, 0, 0, 1, 1), + (3194, 3150, 82, 1, 0, 0, 0, 0, 1, 1), + (3195, 3176, 82, 1, 0, 0, 0, 0, 1, 1), + (3196, 3184, 82, 1, 0, 0, 0, 0, 1, 1), + (3197, 3186, 82, 1, 0, 0, 0, 0, 1, 1), + (3198, 3310, 82, 0, 0, 0, 0, 0, 0, 0), + (3199, 3312, 82, 1, 0, 0, 0, 0, 1, 1), + (3200, 3366, 82, 1, 0, 0, 0, 0, 1, 1), + (3201, 3391, 82, 0, 128, 0, 0, 0, 60, 60), + (3202, 3400, 82, 1, 0, 0, 0, 0, 1, 1), + (3203, 3401, 82, 0, 128, 0, 0, 0, 60, 60), + (3204, 3403, 82, 1, 0, 0, 0, 0, 1, 1), + (3205, 3405, 82, 1, 0, 0, 0, 0, 1, 1), + (3206, 3407, 82, 0, 0, 0, 0, 0, 0, 0), + (3207, 3408, 82, 0, 128, 0, 0, 0, 60, 60), + (3208, 3486, 82, 0, 0, 0, 0, 0, 0, 0), + (3209, 3495, 82, 0, 0, 0, 0, 0, 0, 0), + (3210, 3506, 82, 330, 0, 3088, 0, 0, 40, 44), + (3211, 3546, 82, 1, 0, 0, 0, 0, 1, 1), + (3212, 3562, 82, 1, 0, 0, 0, 0, 1, 1), + (3213, 3563, 82, 0, 128, 3142, 0, 0, 50, 50), + (3214, 3564, 82, 0, 128, 0, 0, 0, 50, 50), + (3215, 3565, 82, 0, 128, 3148, 0, 0, 75, 80), + (3216, 3566, 82, 0, 128, 0, 0, 0, 60, 60), + (3217, 3569, 82, 0, 128, 3160, 0, 0, 75, 80), + (3218, 3570, 82, 0, 128, 0, 0, 0, 60, 60), + (3219, 3576, 82, 1, 0, 0, 0, 0, 1, 1), + (3220, 3627, 82, 0, 0, 0, 0, 0, 0, 0), + (3221, 3645, 82, 0, 128, 3217, 0, 0, 75, 75), + (3222, 3682, 82, 330, 0, 3249, 0, 0, 38, 48), + (3223, 3730, 82, 0, 128, 0, 0, 0, 75, 80), + (3224, 3742, 82, 0, 128, 3316, 0, 0, 39, 52), + (3225, 3745, 82, 330, 0, 3319, 0, 0, 61, 63), + (3226, 3752, 82, 330, 0, 3331, 0, 0, 38, 48), + (3227, 3753, 82, 0, 128, 3335, 0, 0, 39, 51), + (3228, 3765, 82, 0, 128, 3352, 0, 0, 75, 80), + (3229, 3767, 82, 0, 128, 0, 0, 0, 60, 60), + (3230, 3837, 82, 1, 0, 0, 0, 0, 1, 1), + (3231, 3901, 82, 0, 128, 3468, 0, 0, 39, 51), + (3232, 3912, 82, 330, 4, 3496, 0, 0, 50, 50), + (3233, 3920, 82, 0, 0, 0, 0, 0, 0, 0), + (3234, 3926, 82, 0, 128, 0, 0, 0, 75, 75), + (3235, 3993, 82, 1, 0, 0, 0, 0, 1, 1), + (3236, 4081, 82, 1, 0, 0, 0, 0, 1, 1), + (3237, 4118, 82, 0, 128, 0, 0, 0, 75, 80), + (3238, 4121, 82, 0, 0, 0, 0, 0, 0, 0), + (3239, 4264, 82, 0, 128, 4034, 0, 0, 74, 78), + (3240, 4278, 82, 396, 0, 4049, 0, 0, 25, 28), + (3241, 4285, 82, 330, 0, 4062, 0, 0, 38, 41), + (3242, 4299, 82, 330, 0, 4082, 0, 0, 57, 60), + (3243, 4309, 82, 330, 4, 4092, 0, 0, 40, 64), + (3244, 4481, 82, 0, 0, 0, 0, 0, 0, 0), + (3245, 4514, 82, 0, 0, 0, 0, 0, 0, 0), + (3246, 18, 83, 1, 0, 0, 0, 0, 1, 1), + (3247, 23, 83, 0, 128, 0, 0, 0, 61, 67), + (3248, 37, 83, 1, 0, 0, 0, 0, 1, 1), + (3249, 71, 83, 330, 4, 41, 0, 0, 45, 45), + (3250, 84, 83, 0, 128, 0, 0, 0, 60, 60), + (3251, 89, 83, 0, 0, 0, 0, 0, 0, 0), + (3252, 90, 83, 1, 0, 0, 0, 0, 1, 1), + (3253, 91, 83, 1, 0, 0, 0, 0, 1, 1), + (3254, 95, 83, 1, 0, 0, 0, 0, 75, 80), + (3255, 96, 83, 0, 0, 58, 0, 0, 0, 0), + (3256, 126, 83, 0, 0, 0, 0, 0, 0, 0), + (3257, 132, 83, 0, 128, 0, 0, 0, 60, 60), + (3258, 227, 83, 1, 0, 0, 0, 0, 1, 1), + (3259, 260, 83, 0, 0, 0, 0, 0, 0, 0), + (3260, 291, 83, 1, 0, 0, 0, 0, 1, 1), + (3261, 311, 83, 1, 0, 0, 0, 0, 1, 1), + (3262, 312, 83, 1, 0, 0, 0, 0, 1, 1), + (3263, 320, 83, 0, 0, 0, 0, 0, 0, 0), + (3264, 352, 83, 0, 0, 0, 0, 0, 0, 0), + (3265, 461, 83, 0, 128, 333, 0, 0, 60, 65), + (3266, 502, 83, 1, 0, 0, 0, 0, 1, 1), + (3267, 526, 83, 1, 0, 0, 0, 0, 1, 1), + (3268, 549, 83, 1, 0, 0, 0, 0, 1, 1), + (3269, 557, 83, 330, 0, 414, 0, 0, 67, 70), + (3270, 616, 83, 0, 128, 0, 0, 0, 60, 60), + (3271, 653, 83, 330, 0, 483, 0, 0, 38, 40), + (3272, 714, 83, 330, 0, 524, 0, 0, 75, 78), + (3273, 725, 83, 1, 0, 0, 0, 0, 1, 1), + (3274, 735, 83, 0, 0, 0, 0, 0, 0, 0), + (3275, 737, 83, 0, 0, 0, 0, 0, 0, 0), + (3276, 775, 83, 0, 128, 0, 0, 0, 75, 80), + (3277, 776, 83, 0, 128, 0, 0, 0, 60, 60), + (3278, 777, 83, 0, 128, 569, 0, 0, 60, 60), + (3279, 896, 83, 1, 0, 0, 0, 0, 1, 1), + (3280, 903, 83, 1, 0, 0, 0, 0, 1, 1), + (3281, 935, 83, 0, 128, 656, 0, 0, 60, 60), + (3282, 960, 83, 1, 0, 0, 0, 0, 1, 1), + (3283, 978, 83, 330, 0, 686, 0, 0, 75, 78), + (3284, 1044, 83, 330, 2, 745, 0, 0, 61, 63), + (3285, 1083, 83, 330, 1, 763, 0, 0, 69, 71), + (3286, 1085, 83, 330, 1, 771, 0, 0, 69, 71), + (3287, 1099, 83, 330, 0, 785, 0, 0, 60, 65), + (3288, 1141, 83, 1, 0, 0, 0, 0, 1, 1), + (3289, 1143, 83, 1, 0, 0, 0, 0, 1, 1), + (3290, 1177, 83, 1, 0, 0, 0, 0, 75, 80), + (3291, 1262, 83, 1, 0, 0, 0, 0, 1, 1), + (3292, 1279, 83, 0, 128, 0, 0, 0, 77, 80), + (3293, 1321, 83, 0, 0, 0, 0, 0, 0, 0), + (3294, 1324, 83, 1, 0, 0, 0, 0, 1, 1), + (3295, 1333, 83, 0, 128, 0, 0, 0, 60, 60), + (3296, 1334, 83, 330, 0, 945, 0, 0, 67, 70), + (3297, 1349, 83, 0, 0, 0, 0, 0, 0, 0), + (3298, 1408, 83, 1, 0, 1035, 0, 0, 1, 1), + (3299, 1558, 83, 330, 0, 1152, 0, 0, 78, 82), + (3300, 1565, 83, 330, 0, 1157, 0, 0, 78, 82), + (3301, 1568, 83, 330, 0, 1159, 0, 0, 78, 82), + (3302, 1572, 83, 330, 0, 1162, 0, 0, 78, 82), + (3303, 1574, 83, 1, 0, 0, 0, 0, 1, 1), + (3304, 1594, 83, 0, 128, 0, 0, 0, 78, 82), + (3305, 1617, 83, 1, 0, 0, 0, 0, 75, 75), + (3306, 1631, 83, 330, 0, 1198, 0, 0, 68, 72), + (3307, 1660, 83, 330, 0, 1296, 0, 0, 66, 69), + (3308, 1669, 83, 330, 0, 1336, 0, 0, 66, 69), + (3309, 1671, 83, 330, 0, 1340, 0, 0, 66, 69), + (3310, 1681, 83, 1, 0, 0, 0, 0, 1, 1), + (3311, 1688, 83, 0, 128, 0, 0, 0, 75, 75), + (3312, 1720, 83, 0, 128, 0, 0, 0, 61, 63), + (3313, 1740, 83, 330, 0, 1491, 0, 0, 66, 69), + (3314, 1752, 83, 0, 0, 0, 0, 0, 0, 0), + (3315, 1755, 83, 330, 0, 1520, 0, 0, 60, 65), + (3316, 1852, 83, 0, 128, 0, 0, 0, 60, 60), + (3317, 1900, 83, 330, 1, 1636, 0, 0, 66, 69), + (3318, 2052, 83, 330, 0, 1767, 0, 0, 71, 76), + (3319, 2100, 83, 0, 128, 0, 0, 0, 60, 60), + (3320, 2126, 83, 0, 0, 0, 0, 0, 0, 0), + (3321, 2127, 83, 0, 128, 0, 0, 0, 60, 60), + (3322, 2137, 83, 1, 0, 0, 0, 0, 1, 1), + (3323, 2160, 83, 1, 0, 0, 0, 0, 1, 1), + (3324, 2179, 83, 1, 0, 0, 0, 0, 1, 1), + (3325, 2180, 83, 1, 0, 0, 0, 0, 1, 1), + (3326, 2226, 83, 0, 128, 0, 0, 0, 60, 60), + (3327, 2252, 83, 0, 0, 0, 0, 0, 0, 0), + (3328, 2390, 83, 1, 0, 0, 0, 0, 1, 1), + (3329, 2391, 83, 1, 0, 0, 0, 0, 1, 1), + (3330, 2403, 83, 1, 0, 0, 0, 0, 1, 1), + (3331, 2415, 83, 0, 0, 0, 0, 0, 0, 0), + (3332, 2460, 83, 1, 0, 0, 0, 0, 1, 1), + (3333, 2470, 83, 1, 0, 0, 0, 0, 1, 1), + (3334, 2730, 83, 0, 128, 0, 0, 0, 75, 80), + (3335, 2734, 83, 0, 128, 2336, 0, 0, 60, 60), + (3336, 2799, 83, 1, 0, 0, 0, 0, 1, 1), + (3337, 2839, 83, 0, 0, 0, 0, 0, 0, 0), + (3338, 2904, 83, 1, 0, 0, 0, 0, 1, 1), + (3339, 2909, 83, 1, 0, 0, 0, 0, 1, 1), + (3340, 2946, 83, 1, 0, 0, 0, 0, 1, 1), + (3341, 2949, 83, 1, 0, 0, 0, 0, 1, 1), + (3342, 2980, 83, 0, 128, 0, 0, 0, 60, 60), + (3343, 3014, 83, 330, 0, 2616, 0, 0, 71, 74), + (3344, 3015, 83, 330, 0, 2622, 0, 0, 71, 74), + (3345, 3018, 83, 0, 128, 2638, 0, 0, 60, 60), + (3346, 3019, 83, 330, 0, 2638, 0, 0, 71, 74), + (3347, 3037, 83, 0, 128, 0, 0, 0, 75, 80), + (3348, 3038, 83, 0, 128, 2685, 0, 0, 60, 60), + (3349, 3040, 83, 0, 128, 0, 0, 0, 60, 60), + (3350, 3046, 83, 330, 0, 2707, 0, 0, 71, 74), + (3351, 3085, 83, 0, 128, 2736, 0, 0, 79, 85), + (3352, 3086, 83, 0, 128, 0, 0, 0, 72, 74), + (3353, 3096, 83, 1, 0, 0, 0, 0, 1, 1), + (3354, 3176, 83, 1, 0, 0, 0, 0, 1, 1), + (3355, 3184, 83, 1, 0, 0, 0, 0, 1, 1), + (3356, 3186, 83, 1, 0, 0, 0, 0, 1, 1), + (3357, 3203, 83, 1, 0, 0, 0, 0, 1, 1), + (3358, 3310, 83, 0, 0, 0, 0, 0, 0, 0), + (3359, 3312, 83, 1, 0, 0, 0, 0, 1, 1), + (3360, 3345, 83, 0, 0, 0, 0, 0, 0, 0), + (3361, 3366, 83, 1, 0, 0, 0, 0, 1, 1), + (3362, 3375, 83, 330, 0, 2980, 0, 0, 62, 64), + (3363, 3391, 83, 1, 0, 0, 0, 0, 1, 1), + (3364, 3400, 83, 1, 0, 0, 0, 0, 1, 1), + (3365, 3401, 83, 1, 0, 0, 0, 0, 1, 1), + (3366, 3403, 83, 1, 0, 0, 0, 0, 1, 1), + (3367, 3405, 83, 1, 0, 0, 0, 0, 1, 1), + (3368, 3406, 83, 330, 0, 3008, 0, 0, 59, 62), + (3369, 3407, 83, 0, 0, 0, 0, 0, 0, 0), + (3370, 3408, 83, 0, 128, 0, 0, 0, 60, 60), + (3371, 3486, 83, 0, 0, 0, 0, 0, 0, 0), + (3372, 3495, 83, 0, 0, 0, 0, 0, 0, 0), + (3373, 3562, 83, 1, 0, 0, 0, 0, 1, 1), + (3374, 3563, 83, 0, 128, 3142, 0, 0, 60, 60), + (3375, 3564, 83, 0, 128, 0, 0, 0, 60, 60), + (3376, 3565, 83, 0, 128, 3149, 0, 0, 60, 60), + (3377, 3566, 83, 0, 128, 0, 0, 0, 60, 60), + (3378, 3569, 83, 0, 128, 3161, 0, 0, 60, 60), + (3379, 3570, 83, 0, 128, 0, 0, 0, 60, 60), + (3380, 3576, 83, 1, 0, 0, 0, 0, 1, 1), + (3381, 3730, 83, 0, 128, 0, 0, 0, 60, 60), + (3382, 3745, 83, 330, 0, 3320, 0, 0, 73, 73), + (3383, 3767, 83, 0, 128, 0, 0, 0, 60, 60), + (3384, 3803, 83, 330, 0, 3393, 0, 0, 64, 66), + (3385, 3805, 83, 0, 128, 3401, 0, 0, 63, 67), + (3386, 3885, 83, 0, 128, 3457, 0, 0, 61, 67), + (3387, 3902, 83, 0, 128, 3476, 0, 0, 60, 60), + (3388, 3907, 83, 0, 128, 0, 0, 0, 60, 60), + (3389, 3912, 83, 330, 4, 3497, 0, 0, 60, 60), + (3390, 3920, 83, 0, 0, 0, 0, 0, 0, 0), + (3391, 3926, 83, 1, 0, 0, 0, 0, 1, 1), + (3392, 3990, 83, 330, 0, 3577, 0, 0, 73, 75), + (3393, 4081, 83, 0, 128, 0, 0, 0, 60, 60), + (3394, 4118, 83, 1, 0, 0, 0, 0, 1, 1), + (3395, 4121, 83, 0, 0, 0, 0, 0, 0, 0), + (3396, 4249, 83, 0, 0, 0, 0, 0, 0, 0), + (3397, 4285, 83, 330, 0, 4063, 0, 0, 60, 65), + (3398, 4299, 83, 0, 128, 0, 0, 0, 60, 60), + (3399, 4481, 83, 0, 0, 0, 0, 0, 0, 0), + (3400, 18, 84, 1, 0, 0, 0, 0, 1, 1), + (3401, 37, 84, 1, 0, 0, 0, 0, 1, 1), + (3402, 84, 84, 1, 0, 0, 0, 0, 1, 1), + (3403, 89, 84, 0, 0, 0, 0, 0, 0, 0), + (3404, 90, 84, 1, 0, 0, 0, 0, 1, 1), + (3405, 91, 84, 1, 0, 0, 0, 0, 1, 1), + (3406, 96, 84, 0, 0, 58, 0, 0, 0, 0), + (3407, 126, 84, 0, 0, 0, 0, 0, 0, 0), + (3408, 132, 84, 0, 128, 0, 0, 0, 60, 64), + (3409, 227, 84, 1, 0, 0, 0, 0, 1, 1), + (3410, 260, 84, 0, 0, 0, 0, 0, 0, 0), + (3411, 291, 84, 1, 0, 0, 0, 0, 1, 1), + (3412, 311, 84, 1, 0, 0, 0, 0, 1, 1), + (3413, 312, 84, 1, 0, 0, 0, 0, 1, 1), + (3414, 316, 84, 330, 0, 223, 0, 0, 36, 37), + (3415, 320, 84, 0, 0, 0, 0, 0, 0, 0), + (3416, 502, 84, 0, 128, 0, 0, 0, 75, 80), + (3417, 526, 84, 1, 0, 0, 0, 0, 1, 1), + (3418, 549, 84, 1, 0, 0, 0, 0, 1, 1), + (3419, 616, 84, 1, 0, 0, 0, 0, 1, 1), + (3420, 714, 84, 1, 0, 0, 0, 0, 1, 1), + (3421, 725, 84, 1, 0, 0, 0, 0, 1, 1), + (3422, 735, 84, 0, 0, 0, 0, 0, 0, 0), + (3423, 737, 84, 0, 0, 0, 0, 0, 0, 0), + (3424, 743, 84, 330, 0, 539, 0, 0, 32, 35), + (3425, 775, 84, 0, 128, 0, 0, 0, 75, 80), + (3426, 776, 84, 0, 128, 0, 0, 0, 75, 80), + (3427, 777, 84, 0, 128, 569, 0, 0, 75, 80), + (3428, 840, 84, 0, 0, 0, 0, 0, 0, 0), + (3429, 872, 84, 0, 128, 617, 0, 0, 33, 38), + (3430, 896, 84, 1, 0, 0, 0, 0, 1, 1), + (3431, 903, 84, 1, 0, 0, 0, 0, 1, 1), + (3432, 915, 84, 0, 128, 0, 0, 0, 88, 90), + (3433, 935, 84, 0, 128, 656, 0, 0, 75, 80), + (3434, 960, 84, 1, 0, 0, 0, 0, 1, 1), + (3435, 1046, 84, 0, 128, 750, 0, 0, 75, 80), + (3436, 1072, 84, 330, 0, 757, 0, 0, 40, 40), + (3437, 1141, 84, 1, 0, 0, 0, 0, 1, 1), + (3438, 1143, 84, 1, 0, 0, 0, 0, 1, 1), + (3439, 1160, 84, 330, 4, 829, 0, 0, 75, 75), + (3440, 1262, 84, 0, 128, 0, 0, 0, 75, 75), + (3441, 1266, 84, 330, 1, 906, 0, 0, 62, 64), + (3442, 1279, 84, 1, 0, 0, 0, 0, 1, 1), + (3443, 1321, 84, 0, 0, 0, 0, 0, 0, 0), + (3444, 1324, 84, 1, 0, 0, 0, 0, 1, 1), + (3445, 1333, 84, 0, 128, 0, 0, 0, 75, 80), + (3446, 1402, 84, 0, 0, 1027, 0, 0, 0, 0), + (3447, 1408, 84, 0, 128, 1035, 0, 0, 50, 50), + (3448, 1574, 84, 0, 128, 0, 0, 0, 60, 60), + (3449, 1627, 84, 0, 0, 0, 0, 0, 0, 0), + (3450, 1631, 84, 330, 0, 1198, 0, 0, 65, 67), + (3451, 1638, 84, 330, 0, 1223, 0, 0, 62, 64), + (3452, 1646, 84, 330, 0, 1252, 0, 0, 62, 64), + (3453, 1664, 84, 330, 0, 1305, 0, 0, 62, 64), + (3454, 1681, 84, 0, 128, 0, 0, 0, 60, 60), + (3455, 1688, 84, 0, 128, 0, 0, 0, 75, 75), + (3456, 1698, 84, 330, 0, 1412, 0, 0, 62, 64), + (3457, 1752, 84, 0, 0, 0, 0, 0, 0, 0), + (3458, 1795, 84, 0, 128, 0, 0, 0, 60, 60), + (3459, 1807, 84, 0, 128, 1564, 0, 0, 33, 38), + (3460, 1852, 84, 0, 128, 0, 0, 0, 60, 60), + (3461, 2043, 84, 330, 4, 1754, 0, 0, 75, 75), + (3462, 2100, 84, 0, 128, 0, 0, 0, 75, 75), + (3463, 2126, 84, 0, 0, 1829, 0, 0, 0, 0), + (3464, 2127, 84, 0, 128, 0, 0, 0, 75, 80), + (3465, 2137, 84, 1, 0, 0, 0, 0, 1, 1), + (3466, 2179, 84, 1, 0, 0, 0, 0, 1, 1), + (3467, 2180, 84, 0, 128, 0, 0, 0, 60, 60), + (3468, 2184, 84, 0, 0, 0, 0, 0, 0, 0), + (3469, 2226, 84, 1, 0, 0, 0, 0, 1, 1), + (3470, 2286, 84, 0, 128, 1958, 0, 0, 33, 38), + (3471, 2373, 84, 0, 128, 2021, 0, 0, 33, 38), + (3472, 2378, 84, 0, 0, 0, 0, 0, 0, 0), + (3473, 2382, 84, 86400, 0, 2034, 0, 0, 62, 67), + (3474, 2390, 84, 0, 0, 0, 0, 0, 0, 0), + (3475, 2391, 84, 1, 0, 0, 0, 0, 1, 1), + (3476, 2403, 84, 1, 0, 0, 0, 0, 1, 1), + (3477, 2415, 84, 0, 0, 0, 0, 0, 0, 0), + (3478, 2456, 84, 330, 0, 2098, 0, 0, 28, 31), + (3479, 2460, 84, 1, 0, 0, 0, 0, 1, 1), + (3480, 2651, 84, 0, 0, 0, 0, 0, 0, 0), + (3481, 2730, 84, 1, 0, 0, 0, 0, 1, 1), + (3482, 2734, 84, 0, 128, 2336, 0, 0, 60, 60), + (3483, 2799, 84, 1, 0, 0, 0, 0, 1, 1), + (3484, 2904, 84, 0, 0, 0, 0, 0, 0, 0), + (3485, 2909, 84, 0, 0, 0, 0, 0, 0, 0), + (3486, 2946, 84, 1, 0, 0, 0, 0, 1, 1), + (3487, 2949, 84, 1, 0, 0, 0, 0, 1, 1), + (3488, 2980, 84, 0, 128, 2542, 0, 0, 75, 80), + (3489, 2998, 84, 330, 0, 2571, 0, 0, 65, 67), + (3490, 3001, 84, 330, 0, 2580, 0, 0, 65, 67), + (3491, 3018, 84, 0, 128, 2638, 0, 0, 60, 60), + (3492, 3020, 84, 330, 0, 2641, 0, 0, 65, 67), + (3493, 3037, 84, 0, 128, 0, 0, 0, 60, 60), + (3494, 3038, 84, 0, 128, 2685, 0, 0, 60, 60), + (3495, 3039, 84, 330, 0, 2687, 0, 0, 65, 67), + (3496, 3040, 84, 0, 128, 0, 0, 0, 75, 80), + (3497, 3096, 84, 1, 0, 0, 0, 0, 1, 1), + (3498, 3148, 84, 330, 0, 2782, 0, 0, 57, 57), + (3499, 3176, 84, 1, 0, 0, 0, 0, 1, 1), + (3500, 3184, 84, 1, 0, 0, 0, 0, 1, 1), + (3501, 3186, 84, 1, 0, 0, 0, 0, 1, 1), + (3502, 3189, 84, 0, 0, 0, 0, 0, 0, 0), + (3503, 3305, 84, 0, 0, 0, 0, 0, 0, 0), + (3504, 3307, 84, 0, 0, 0, 0, 0, 0, 0), + (3505, 3310, 84, 0, 0, 0, 0, 0, 0, 0), + (3506, 3312, 84, 1, 0, 0, 0, 0, 1, 1), + (3507, 3366, 84, 1, 0, 0, 0, 0, 1, 1), + (3508, 3387, 84, 0, 0, 0, 0, 0, 0, 0), + (3509, 3389, 84, 0, 0, 0, 0, 0, 0, 0), + (3510, 3391, 84, 0, 0, 0, 0, 0, 0, 0), + (3511, 3400, 84, 1, 0, 0, 0, 0, 1, 1), + (3512, 3401, 84, 1, 0, 0, 0, 0, 1, 1), + (3513, 3403, 84, 1, 0, 0, 0, 0, 1, 1), + (3514, 3405, 84, 1, 0, 0, 0, 0, 1, 1), + (3515, 3407, 84, 1, 0, 0, 0, 0, 1, 1), + (3516, 3408, 84, 1, 0, 0, 0, 0, 1, 1), + (3517, 3435, 84, 330, 0, 3031, 0, 0, 40, 40), + (3518, 3448, 84, 86400, 0, 3035, 0, 0, 88, 88), + (3519, 3486, 84, 0, 0, 0, 0, 0, 0, 0), + (3520, 3495, 84, 0, 0, 0, 0, 0, 0, 0), + (3521, 3512, 84, 0, 0, 0, 0, 0, 0, 0), + (3522, 3562, 84, 0, 128, 0, 0, 0, 60, 60), + (3523, 3563, 84, 0, 128, 3141, 0, 0, 75, 80), + (3524, 3564, 84, 0, 128, 0, 0, 0, 60, 60), + (3525, 3565, 84, 0, 128, 3147, 0, 0, 75, 80), + (3526, 3566, 84, 0, 0, 0, 0, 0, 0, 0), + (3527, 3569, 84, 0, 128, 3159, 0, 0, 75, 80), + (3528, 3570, 84, 0, 128, 0, 0, 0, 60, 60), + (3529, 3576, 84, 0, 128, 0, 0, 0, 75, 80), + (3530, 3677, 84, 330, 0, 3240, 0, 0, 48, 55), + (3531, 3682, 84, 0, 128, 3250, 0, 0, 33, 38), + (3532, 3730, 84, 0, 128, 0, 0, 0, 60, 60), + (3533, 3754, 84, 330, 0, 3343, 0, 0, 31, 34), + (3534, 3767, 84, 0, 128, 0, 0, 0, 60, 60), + (3535, 3920, 84, 0, 0, 0, 0, 0, 0, 0), + (3536, 3926, 84, 1, 0, 0, 0, 0, 1, 1), + (3537, 4055, 84, 0, 0, 0, 0, 0, 0, 0), + (3538, 4081, 84, 1, 0, 0, 0, 0, 1, 1), + (3539, 4118, 84, 1, 0, 0, 0, 0, 1, 1), + (3540, 4121, 84, 0, 0, 0, 0, 0, 0, 0), + (3541, 4299, 84, 0, 128, 0, 0, 0, 60, 60), + (3542, 4337, 84, 330, 1, 4144, 0, 0, 26, 36), + (3543, 4481, 84, 0, 0, 0, 0, 0, 0, 0), + (3544, 4493, 84, 0, 0, 0, 0, 0, 0, 0), + (3545, 18, 85, 1, 0, 0, 0, 0, 1, 1), + (3546, 37, 85, 1, 0, 0, 0, 0, 1, 1), + (3547, 64, 85, 18000, 0, 34, 0, 0, 80, 85), + (3548, 84, 85, 1, 0, 0, 0, 0, 1, 1), + (3549, 88, 85, 18000, 0, 56, 0, 0, 80, 85), + (3550, 89, 85, 0, 0, 0, 0, 0, 0, 0), + (3551, 90, 85, 1, 0, 0, 0, 0, 1, 1), + (3552, 91, 85, 1, 0, 0, 0, 0, 1, 1), + (3553, 96, 85, 0, 0, 58, 0, 0, 0, 0), + (3554, 126, 85, 0, 0, 0, 0, 0, 0, 0), + (3555, 132, 85, 0, 128, 0, 0, 0, 60, 64), + (3556, 227, 85, 1, 0, 0, 0, 0, 1, 1), + (3557, 248, 85, 0, 0, 0, 0, 0, 0, 0), + (3558, 259, 85, 10800, 0, 189, 0, 0, 82, 86), + (3559, 260, 85, 0, 0, 0, 0, 0, 0, 0), + (3560, 291, 85, 1, 0, 0, 0, 0, 1, 1), + (3561, 311, 85, 1, 0, 0, 0, 0, 1, 1), + (3562, 312, 85, 1, 0, 0, 0, 0, 1, 1), + (3563, 320, 85, 0, 0, 0, 0, 0, 0, 0), + (3564, 366, 85, 0, 128, 256, 0, 0, 75, 80), + (3565, 402, 85, 0, 128, 0, 0, 0, 75, 75), + (3566, 403, 85, 0, 128, 0, 0, 0, 75, 75), + (3567, 456, 85, 0, 128, 0, 0, 0, 85, 85), + (3568, 464, 85, 0, 128, 0, 0, 0, 60, 60), + (3569, 502, 85, 0, 128, 0, 0, 0, 75, 80), + (3570, 526, 85, 1, 0, 0, 0, 0, 1, 1), + (3571, 542, 85, 0, 128, 0, 0, 0, 75, 75), + (3572, 543, 85, 0, 128, 0, 0, 0, 75, 75), + (3573, 549, 85, 1, 0, 0, 0, 0, 1, 1), + (3574, 609, 85, 0, 0, 0, 0, 0, 0, 0), + (3575, 616, 85, 1, 0, 0, 0, 0, 1, 1), + (3576, 714, 85, 1, 0, 0, 0, 0, 1, 1), + (3577, 725, 85, 1, 0, 0, 0, 0, 1, 1), + (3578, 735, 85, 0, 0, 0, 0, 0, 0, 0), + (3579, 736, 85, 0, 0, 0, 0, 0, 0, 0), + (3580, 737, 85, 0, 0, 0, 0, 0, 0, 0), + (3581, 761, 85, 18000, 0, 557, 0, 0, 80, 85), + (3582, 762, 85, 18000, 0, 558, 0, 0, 80, 85), + (3583, 775, 85, 0, 128, 0, 0, 0, 75, 80), + (3584, 776, 85, 0, 128, 0, 0, 0, 75, 80), + (3585, 777, 85, 0, 128, 569, 0, 0, 75, 80), + (3586, 896, 85, 1, 0, 0, 0, 0, 1, 1), + (3587, 903, 85, 1, 0, 0, 0, 0, 1, 1), + (3588, 904, 85, 0, 128, 0, 0, 0, 12, 12), + (3589, 935, 85, 0, 128, 656, 0, 0, 75, 80), + (3590, 960, 85, 1, 0, 0, 0, 0, 1, 1), + (3591, 1046, 85, 0, 128, 750, 0, 0, 75, 80), + (3592, 1051, 85, 0, 128, 0, 0, 0, 60, 60), + (3593, 1108, 85, 18000, 0, 790, 0, 0, 80, 85), + (3594, 1141, 85, 1, 0, 0, 0, 0, 1, 1), + (3595, 1143, 85, 1, 0, 0, 0, 0, 1, 1), + (3596, 1262, 85, 0, 128, 0, 0, 0, 75, 75), + (3597, 1279, 85, 1, 0, 0, 0, 0, 1, 1), + (3598, 1293, 85, 18000, 0, 930, 0, 0, 80, 85), + (3599, 1317, 85, 18000, 0, 939, 0, 0, 80, 85), + (3600, 1321, 85, 0, 0, 0, 0, 0, 0, 0), + (3601, 1323, 85, 0, 128, 941, 0, 0, 77, 79), + (3602, 1324, 85, 1, 0, 0, 0, 0, 1, 1), + (3603, 1333, 85, 0, 128, 0, 0, 0, 75, 80), + (3604, 1338, 85, 1056, 0, 953, 0, 0, 76, 78), + (3605, 1408, 85, 0, 128, 1035, 0, 0, 50, 50), + (3606, 1449, 85, 0, 128, 0, 0, 0, 75, 75), + (3607, 1574, 85, 0, 128, 0, 0, 0, 60, 60), + (3608, 1624, 85, 0, 128, 1189, 0, 0, 76, 78), + (3609, 1681, 85, 0, 128, 0, 0, 0, 60, 60), + (3610, 1752, 85, 0, 0, 0, 0, 0, 0, 0), + (3611, 1765, 85, 0, 128, 0, 0, 0, 0, 0), + (3612, 1795, 85, 0, 128, 0, 0, 0, 60, 60), + (3613, 1807, 85, 0, 128, 1565, 0, 0, 77, 79), + (3614, 1852, 85, 0, 128, 0, 0, 0, 60, 60), + (3615, 1903, 85, 86400, 0, 1643, 0, 0, 84, 86), + (3616, 2100, 85, 0, 128, 0, 0, 0, 75, 75), + (3617, 2126, 85, 0, 0, 1829, 0, 0, 0, 0), + (3618, 2127, 85, 0, 128, 0, 0, 0, 75, 80), + (3619, 2137, 85, 1, 0, 0, 0, 0, 1, 1), + (3620, 2179, 85, 1, 0, 0, 0, 0, 1, 1), + (3621, 2180, 85, 0, 128, 0, 0, 0, 60, 60), + (3622, 2226, 85, 1, 0, 0, 0, 0, 1, 1), + (3623, 2381, 85, 0, 128, 2033, 0, 0, 77, 79), + (3624, 2390, 85, 1, 0, 0, 0, 0, 1, 1), + (3625, 2391, 85, 1, 0, 0, 0, 0, 1, 1), + (3626, 2403, 85, 1, 0, 0, 0, 0, 1, 1), + (3627, 2415, 85, 0, 0, 0, 0, 0, 0, 0), + (3628, 2428, 85, 1056, 0, 2072, 0, 0, 80, 82), + (3629, 2460, 85, 1, 0, 0, 0, 0, 1, 1), + (3630, 2497, 85, 0, 128, 0, 0, 0, 0, 0), + (3631, 2564, 85, 1056, 0, 2202, 0, 0, 76, 78), + (3632, 2730, 85, 1, 0, 0, 0, 0, 1, 1), + (3633, 2734, 85, 0, 128, 2336, 0, 0, 60, 60), + (3634, 2741, 85, 1056, 0, 2348, 0, 0, 79, 79), + (3635, 2799, 85, 1, 0, 0, 0, 0, 1, 1), + (3636, 2909, 85, 0, 0, 0, 0, 0, 0, 0), + (3637, 2946, 85, 1, 0, 0, 0, 0, 1, 1), + (3638, 2949, 85, 1, 0, 0, 0, 0, 1, 1), + (3639, 2955, 85, 0, 128, 0, 0, 0, 77, 79), + (3640, 2958, 85, 0, 128, 2520, 0, 0, 76, 78), + (3641, 2980, 85, 0, 128, 0, 0, 0, 75, 80), + (3642, 2994, 85, 1056, 0, 2556, 0, 0, 77, 79), + (3643, 2997, 85, 1056, 0, 2565, 0, 0, 79, 81), + (3644, 3000, 85, 1056, 0, 2576, 0, 0, 77, 79), + (3645, 3003, 85, 1056, 0, 2582, 0, 0, 81, 83), + (3646, 3005, 85, 1056, 0, 2591, 0, 0, 77, 79), + (3647, 3007, 85, 1056, 0, 2595, 0, 0, 81, 83), + (3648, 3008, 85, 1056, 0, 2598, 0, 0, 81, 83), + (3649, 3011, 85, 924, 0, 2607, 0, 0, 82, 83), + (3650, 3021, 85, 1056, 0, 2643, 0, 0, 81, 83), + (3651, 3030, 85, 1056, 0, 2664, 0, 0, 81, 83), + (3652, 3031, 85, 1056, 0, 2666, 0, 0, 79, 81), + (3653, 3036, 85, 1056, 0, 2684, 0, 0, 81, 83), + (3654, 3037, 85, 0, 128, 0, 0, 0, 60, 60), + (3655, 3040, 85, 0, 128, 0, 0, 0, 75, 80), + (3656, 3041, 85, 1056, 0, 2694, 0, 0, 77, 79), + (3657, 3044, 85, 1056, 0, 2703, 0, 0, 79, 81), + (3658, 3045, 85, 1056, 0, 2706, 0, 0, 81, 83), + (3659, 3096, 85, 1, 0, 0, 0, 0, 1, 1), + (3660, 3162, 85, 0, 128, 0, 0, 0, 75, 80), + (3661, 3176, 85, 1, 0, 0, 0, 0, 1, 1), + (3662, 3184, 85, 1, 0, 0, 0, 0, 1, 1), + (3663, 3186, 85, 1, 0, 0, 0, 0, 1, 1), + (3664, 3189, 85, 0, 0, 0, 0, 0, 0, 0), + (3665, 3305, 85, 0, 0, 0, 0, 0, 0, 0), + (3666, 3310, 85, 0, 0, 0, 0, 0, 0, 0), + (3667, 3312, 85, 1, 0, 0, 0, 0, 1, 1), + (3668, 3366, 85, 1, 0, 0, 0, 0, 1, 1), + (3669, 3391, 85, 0, 0, 0, 0, 0, 0, 0), + (3670, 3400, 85, 1, 0, 0, 0, 0, 1, 1), + (3671, 3401, 85, 1, 0, 0, 0, 0, 1, 1), + (3672, 3403, 85, 1, 0, 0, 0, 0, 1, 1), + (3673, 3405, 85, 1, 0, 0, 0, 0, 1, 1), + (3674, 3407, 85, 1, 0, 0, 0, 0, 1, 1), + (3675, 3413, 85, 18000, 0, 3013, 0, 0, 80, 85), + (3676, 3486, 85, 0, 0, 0, 0, 0, 0, 0), + (3677, 3495, 85, 0, 0, 0, 0, 0, 0, 0), + (3678, 3541, 85, 1056, 0, 3119, 0, 0, 77, 79), + (3679, 3562, 85, 0, 128, 0, 0, 0, 60, 60), + (3680, 3563, 85, 0, 128, 0, 0, 0, 75, 80), + (3681, 3564, 85, 0, 128, 0, 0, 0, 60, 60), + (3682, 3565, 85, 0, 128, 3150, 0, 0, 75, 80), + (3683, 3566, 85, 0, 0, 0, 0, 0, 0, 0), + (3684, 3569, 85, 0, 128, 3162, 0, 0, 75, 80), + (3685, 3570, 85, 0, 128, 0, 0, 0, 60, 60), + (3686, 3576, 85, 0, 128, 0, 0, 0, 75, 80), + (3687, 3588, 85, 86400, 0, 3179, 0, 0, 84, 86), + (3688, 3672, 85, 0, 128, 0, 0, 0, 0, 0), + (3689, 3730, 85, 0, 128, 0, 0, 0, 60, 60), + (3690, 3765, 85, 0, 128, 3352, 0, 0, 75, 80), + (3691, 3767, 85, 0, 128, 0, 0, 0, 60, 60), + (3692, 3902, 85, 0, 128, 3476, 0, 0, 75, 80), + (3693, 3907, 85, 0, 128, 0, 0, 0, 60, 60), + (3694, 3912, 85, 1056, 4, 3498, 0, 0, 76, 78), + (3695, 3926, 85, 1, 0, 0, 0, 0, 1, 1), + (3696, 4081, 85, 1, 0, 0, 0, 0, 1, 1), + (3697, 4118, 85, 1, 0, 0, 0, 0, 1, 1), + (3698, 4121, 85, 0, 0, 0, 0, 0, 0, 0), + (3699, 4297, 85, 1056, 0, 4077, 0, 0, 76, 78), + (3700, 4299, 85, 0, 128, 0, 0, 0, 60, 60), + (3701, 4309, 85, 1056, 4, 4093, 0, 0, 76, 78), + (3702, 4357, 85, 1056, 2, 4169, 0, 0, 76, 78), + (3703, 4370, 85, 1056, 2, 4180, 0, 0, 76, 78), + (3704, 4481, 85, 0, 0, 0, 0, 0, 0, 0), + (3705, 12, 86, 0, 0, 0, 0, 0, 0, 0), + (3706, 208, 86, 0, 0, 0, 0, 0, 0, 0), + (3707, 224, 86, 0, 0, 0, 0, 0, 0, 0), + (3708, 756, 86, 0, 0, 0, 0, 0, 0, 0), + (3709, 1349, 86, 0, 0, 0, 0, 0, 0, 0), + (3710, 1545, 86, 0, 0, 0, 0, 0, 0, 0), + (3711, 1706, 86, 0, 0, 0, 0, 0, 0, 0), + (3712, 2103, 86, 0, 0, 0, 0, 0, 0, 0), + (3713, 2254, 86, 0, 0, 1934, 0, 0, 0, 0), + (3714, 2271, 86, 0, 0, 1944, 0, 0, 0, 0), + (3715, 2322, 86, 0, 0, 1987, 0, 0, 0, 0), + (3716, 2837, 86, 0, 0, 2424, 0, 0, 0, 0), + (3717, 2839, 86, 0, 0, 0, 0, 0, 0, 0), + (3718, 2909, 86, 0, 0, 0, 0, 0, 0, 0), + (3719, 2980, 86, 0, 0, 2542, 0, 0, 0, 0), + (3720, 2999, 86, 0, 0, 0, 0, 0, 0, 0), + (3721, 3015, 86, 0, 0, 2623, 0, 0, 0, 0), + (3722, 3017, 86, 0, 0, 0, 0, 0, 0, 0), + (3723, 3018, 86, 0, 0, 0, 0, 0, 0, 0), + (3724, 3019, 86, 0, 0, 2639, 0, 0, 0, 0), + (3725, 3025, 86, 0, 0, 0, 0, 0, 0, 0), + (3726, 3032, 86, 0, 0, 0, 0, 0, 0, 0), + (3727, 3035, 86, 0, 0, 0, 0, 0, 0, 0), + (3728, 3039, 86, 0, 0, 0, 0, 0, 0, 0), + (3729, 3041, 86, 0, 0, 0, 0, 0, 0, 0), + (3730, 3229, 86, 0, 0, 0, 0, 0, 0, 0), + (3731, 3387, 86, 0, 0, 0, 0, 0, 0, 0), + (3732, 3389, 86, 0, 0, 0, 0, 0, 0, 0), + (3733, 3402, 86, 0, 0, 0, 0, 0, 0, 0), + (3734, 3403, 86, 0, 0, 0, 0, 0, 0, 0), + (3735, 3404, 86, 0, 0, 0, 0, 0, 0, 0), + (3736, 3405, 86, 0, 0, 0, 0, 0, 0, 0), + (3737, 3410, 86, 0, 0, 3010, 0, 0, 0, 0), + (3738, 3486, 86, 0, 0, 0, 0, 0, 0, 0), + (3739, 3495, 86, 0, 0, 0, 0, 0, 0, 0), + (3740, 3986, 86, 0, 0, 0, 0, 0, 0, 0), + (3741, 3987, 86, 0, 0, 0, 0, 0, 0, 0), + (3742, 3988, 86, 0, 0, 0, 0, 0, 0, 0), + (3743, 4249, 86, 0, 0, 0, 0, 0, 0, 0), + (3744, 4404, 86, 0, 0, 0, 0, 0, 0, 0), + (3745, 4433, 86, 0, 0, 0, 0, 0, 0, 0), + (3746, 4475, 86, 0, 0, 0, 0, 0, 0, 0), + (3747, 4493, 86, 0, 0, 0, 0, 0, 0, 0), + (3748, 1, 87, 0, 0, 0, 0, 0, 0, 0), + (3749, 2, 87, 0, 0, 0, 0, 0, 0, 0), + (3750, 3, 87, 1, 0, 0, 0, 0, 1, 1), + (3751, 4, 87, 0, 0, 0, 0, 0, 0, 0), + (3752, 5, 87, 0, 0, 0, 0, 0, 0, 0), + (3753, 6, 87, 0, 0, 0, 0, 0, 0, 0), + (3754, 7, 87, 1, 0, 0, 0, 0, 1, 1), + (3755, 8, 87, 0, 0, 0, 0, 0, 0, 0), + (3756, 9, 87, 0, 0, 0, 0, 0, 0, 0), + (3757, 10, 87, 1, 0, 0, 0, 0, 1, 1), + (3758, 11, 87, 1, 0, 0, 0, 0, 1, 1), + (3759, 13, 87, 0, 0, 0, 0, 0, 0, 0), + (3760, 18, 87, 1, 0, 0, 0, 0, 1, 1), + (3761, 37, 87, 1, 0, 0, 0, 0, 1, 1), + (3762, 50, 87, 1, 0, 0, 0, 0, 1, 1), + (3763, 84, 87, 1, 0, 0, 0, 0, 1, 1), + (3764, 89, 87, 0, 0, 0, 0, 0, 0, 0), + (3765, 90, 87, 1, 0, 0, 0, 0, 1, 1), + (3766, 91, 87, 1, 0, 0, 0, 0, 1, 1), + (3767, 126, 87, 0, 0, 0, 0, 0, 0, 0), + (3768, 227, 87, 1, 0, 0, 0, 0, 1, 1), + (3769, 291, 87, 1, 0, 0, 0, 0, 1, 1), + (3770, 311, 87, 1, 0, 0, 0, 0, 1, 1), + (3771, 312, 87, 1, 0, 0, 0, 0, 1, 1), + (3772, 320, 87, 0, 0, 0, 0, 0, 0, 0), + (3773, 352, 87, 1, 0, 0, 0, 0, 1, 1), + (3774, 381, 87, 0, 128, 268, 0, 0, 60, 60), + (3775, 420, 87, 1, 0, 0, 0, 0, 1, 1), + (3776, 427, 87, 0, 128, 0, 0, 0, 75, 80), + (3777, 502, 87, 0, 128, 373, 0, 0, 75, 80), + (3778, 516, 87, 0, 128, 0, 0, 0, 75, 80), + (3779, 517, 87, 0, 128, 0, 0, 0, 75, 80), + (3780, 526, 87, 1, 0, 0, 0, 0, 1, 1), + (3781, 549, 87, 1, 0, 0, 0, 0, 1, 1), + (3782, 616, 87, 1, 0, 0, 0, 0, 1, 1), + (3783, 714, 87, 1, 0, 0, 0, 0, 1, 1), + (3784, 725, 87, 1, 0, 0, 0, 0, 1, 1), + (3785, 775, 87, 0, 128, 0, 0, 0, 75, 80), + (3786, 776, 87, 0, 128, 569, 0, 0, 75, 80), + (3787, 896, 87, 1, 0, 0, 0, 0, 1, 1), + (3788, 903, 87, 1, 0, 0, 0, 0, 1, 1), + (3789, 960, 87, 1, 0, 0, 0, 0, 1, 1), + (3790, 1023, 87, 0, 128, 0, 0, 0, 75, 80), + (3791, 1066, 87, 0, 128, 0, 0, 0, 75, 80), + (3792, 1067, 87, 0, 0, 0, 0, 0, 0, 0), + (3793, 1141, 87, 1, 0, 0, 0, 0, 1, 1), + (3794, 1143, 87, 1, 0, 0, 0, 0, 1, 1), + (3795, 1198, 87, 1, 0, 0, 0, 0, 1, 1), + (3796, 1202, 87, 1, 0, 0, 0, 0, 1, 1), + (3797, 1262, 87, 0, 128, 904, 0, 0, 75, 75), + (3798, 1279, 87, 1, 0, 0, 0, 0, 1, 1), + (3799, 1324, 87, 1, 0, 0, 0, 0, 1, 1), + (3800, 1331, 87, 0, 0, 0, 0, 0, 0, 0), + (3801, 1332, 87, 1, 0, 0, 0, 0, 1, 1), + (3802, 1333, 87, 0, 128, 0, 0, 0, 75, 80), + (3803, 1349, 87, 0, 0, 0, 0, 0, 0, 0), + (3804, 1408, 87, 0, 128, 0, 0, 0, 50, 50), + (3805, 1574, 87, 0, 128, 1165, 0, 0, 60, 60), + (3806, 1681, 87, 0, 128, 0, 0, 0, 60, 60), + (3807, 1779, 87, 0, 128, 0, 0, 0, 75, 80), + (3808, 1780, 87, 0, 0, 0, 0, 0, 0, 0), + (3809, 2085, 87, 1, 0, 0, 0, 0, 1, 1), + (3810, 2100, 87, 0, 128, 0, 0, 0, 75, 75), + (3811, 2137, 87, 1, 0, 0, 0, 0, 1, 1), + (3812, 2179, 87, 1, 0, 0, 0, 0, 1, 1), + (3813, 2180, 87, 0, 128, 0, 0, 0, 60, 60), + (3814, 2224, 87, 0, 128, 1895, 0, 0, 60, 60), + (3815, 2226, 87, 1, 0, 0, 0, 0, 1, 1), + (3816, 2300, 87, 1, 0, 0, 0, 0, 1, 1), + (3817, 2391, 87, 1, 0, 0, 0, 0, 1, 1), + (3818, 2403, 87, 1, 0, 0, 0, 0, 1, 1), + (3819, 2415, 87, 0, 0, 0, 0, 0, 0, 0), + (3820, 2445, 87, 1, 0, 0, 0, 0, 1, 1), + (3821, 2460, 87, 1, 0, 0, 0, 0, 1, 1), + (3822, 2583, 87, 0, 0, 0, 0, 0, 0, 0), + (3823, 2590, 87, 1, 0, 0, 0, 0, 1, 1), + (3824, 2730, 87, 1, 0, 0, 0, 0, 1, 1), + (3825, 2799, 87, 1, 0, 0, 0, 0, 1, 1), + (3826, 2839, 87, 0, 0, 0, 0, 0, 0, 0), + (3827, 2946, 87, 1, 0, 0, 0, 0, 1, 1), + (3828, 2949, 87, 1, 0, 0, 0, 0, 1, 1), + (3829, 3096, 87, 1, 0, 0, 0, 0, 1, 1), + (3830, 3098, 87, 1, 0, 0, 0, 0, 1, 1), + (3831, 3176, 87, 1, 0, 0, 0, 0, 1, 1), + (3832, 3184, 87, 1, 0, 0, 0, 0, 1, 1), + (3833, 3186, 87, 1, 0, 0, 0, 0, 1, 1), + (3834, 3277, 87, 0, 128, 0, 0, 0, 75, 80), + (3835, 3293, 87, 0, 128, 2915, 0, 0, 60, 60), + (3836, 3310, 87, 0, 0, 0, 0, 0, 0, 0), + (3837, 3312, 87, 1, 0, 0, 0, 0, 1, 1), + (3838, 3366, 87, 1, 0, 0, 0, 0, 1, 1), + (3839, 3387, 87, 0, 0, 0, 0, 0, 0, 0), + (3840, 3391, 87, 1, 0, 0, 0, 0, 1, 1), + (3841, 3562, 87, 0, 128, 0, 0, 0, 60, 60), + (3842, 3563, 87, 0, 128, 3141, 0, 0, 75, 80), + (3843, 3564, 87, 0, 128, 0, 0, 0, 60, 60), + (3844, 3565, 87, 0, 128, 3147, 0, 0, 75, 80), + (3845, 3566, 87, 0, 128, 0, 0, 0, 60, 60), + (3846, 3569, 87, 0, 128, 3159, 0, 0, 75, 80), + (3847, 3570, 87, 0, 128, 0, 0, 0, 60, 60), + (3848, 3576, 87, 0, 128, 0, 0, 0, 75, 80), + (3849, 3624, 87, 1, 0, 0, 0, 0, 1, 1), + (3850, 3700, 87, 1, 0, 0, 0, 0, 1, 1), + (3851, 3790, 87, 1, 0, 0, 0, 0, 1, 1), + (3852, 3926, 87, 1, 0, 0, 0, 0, 1, 1), + (3853, 4081, 87, 1, 0, 0, 0, 0, 1, 1), + (3854, 4118, 87, 1, 0, 0, 0, 0, 1, 1), + (3855, 4249, 87, 0, 0, 0, 0, 0, 0, 0), + (3856, 4296, 87, 0, 128, 0, 0, 0, 60, 60), + (3857, 4315, 87, 0, 128, 4123, 0, 0, 60, 60), + (3858, 4493, 87, 0, 0, 0, 0, 0, 0, 0), + (3859, 4498, 87, 0, 0, 0, 0, 0, 0, 0), + (3860, 1, 88, 0, 0, 0, 0, 0, 0, 0), + (3861, 2, 88, 0, 0, 0, 0, 0, 0, 0), + (3862, 3, 88, 0, 0, 0, 0, 0, 0, 0), + (3863, 4, 88, 0, 0, 0, 0, 0, 0, 0), + (3864, 5, 88, 0, 0, 0, 0, 0, 0, 0), + (3865, 7, 88, 0, 0, 0, 0, 0, 0, 0), + (3866, 10, 88, 0, 0, 0, 0, 0, 0, 0), + (3867, 11, 88, 0, 0, 0, 0, 0, 0, 0), + (3868, 13, 88, 0, 0, 0, 0, 0, 0, 0), + (3869, 18, 88, 1, 0, 0, 0, 0, 1, 1), + (3870, 37, 88, 1, 0, 0, 0, 0, 1, 1), + (3871, 50, 88, 0, 0, 0, 0, 0, 0, 0), + (3872, 84, 88, 1, 0, 0, 0, 0, 1, 1), + (3873, 89, 88, 0, 0, 0, 0, 0, 0, 0), + (3874, 90, 88, 1, 0, 0, 0, 0, 1, 1), + (3875, 91, 88, 1, 0, 0, 0, 0, 1, 1), + (3876, 103, 88, 330, 0, 62, 0, 0, 59, 63), + (3877, 107, 88, 330, 0, 70, 0, 0, 59, 63), + (3878, 126, 88, 0, 0, 0, 0, 0, 0, 0), + (3879, 227, 88, 1, 0, 0, 0, 0, 1, 1), + (3880, 291, 88, 1, 0, 0, 0, 0, 1, 1), + (3881, 311, 88, 1, 0, 0, 0, 0, 1, 1), + (3882, 312, 88, 1, 0, 0, 0, 0, 1, 1), + (3883, 320, 88, 0, 0, 0, 0, 0, 0, 0), + (3884, 352, 88, 1, 0, 0, 0, 0, 1, 1), + (3885, 381, 88, 0, 128, 0, 0, 0, 60, 60), + (3886, 427, 88, 0, 128, 0, 0, 0, 75, 80), + (3887, 441, 88, 330, 1, 313, 0, 0, 31, 39), + (3888, 502, 88, 0, 128, 0, 0, 0, 75, 80), + (3889, 516, 88, 0, 128, 0, 0, 0, 75, 80), + (3890, 517, 88, 0, 128, 0, 0, 0, 75, 80), + (3891, 526, 88, 1, 0, 0, 0, 0, 1, 1), + (3892, 549, 88, 1, 0, 0, 0, 0, 1, 1), + (3893, 616, 88, 1, 0, 0, 0, 0, 1, 1), + (3894, 714, 88, 1, 0, 0, 0, 0, 1, 1), + (3895, 725, 88, 1, 0, 0, 0, 0, 1, 1), + (3896, 775, 88, 0, 128, 0, 0, 0, 75, 80), + (3897, 776, 88, 0, 128, 0, 0, 0, 75, 80), + (3898, 789, 88, 330, 0, 572, 0, 0, 41, 50), + (3899, 791, 88, 330, 0, 574, 0, 0, 59, 63), + (3900, 889, 88, 0, 128, 0, 0, 0, 60, 60), + (3901, 896, 88, 1, 0, 0, 0, 0, 1, 1), + (3902, 903, 88, 1, 0, 0, 0, 0, 1, 1), + (3903, 960, 88, 1, 0, 0, 0, 0, 1, 1), + (3904, 1023, 88, 0, 128, 0, 0, 0, 75, 80), + (3905, 1038, 88, 330, 2, 733, 0, 0, 45, 47), + (3906, 1066, 88, 0, 128, 0, 0, 0, 75, 80), + (3907, 1067, 88, 0, 0, 0, 0, 0, 0, 0), + (3908, 1096, 88, 0, 128, 0, 0, 0, 75, 80), + (3909, 1141, 88, 1, 0, 0, 0, 0, 1, 1), + (3910, 1143, 88, 1, 0, 0, 0, 0, 1, 1), + (3911, 1198, 88, 1, 0, 0, 0, 0, 1, 1), + (3912, 1214, 88, 330, 1, 870, 0, 0, 45, 47), + (3913, 1262, 88, 0, 128, 0, 0, 0, 75, 75), + (3914, 1279, 88, 1, 0, 0, 0, 0, 1, 1), + (3915, 1307, 88, 0, 0, 0, 0, 0, 0, 0), + (3916, 1319, 88, 0, 0, 0, 0, 0, 0, 0), + (3917, 1324, 88, 1, 0, 0, 0, 0, 1, 1), + (3918, 1332, 88, 0, 0, 0, 0, 0, 0, 0), + (3919, 1333, 88, 0, 128, 0, 0, 0, 75, 80), + (3920, 1336, 88, 0, 128, 947, 0, 0, 45, 47), + (3921, 1349, 88, 0, 0, 0, 0, 0, 0, 0), + (3922, 1364, 88, 330, 2, 972, 0, 0, 45, 47), + (3923, 1408, 88, 0, 128, 1035, 0, 0, 50, 50), + (3924, 1574, 88, 0, 128, 0, 0, 0, 60, 60), + (3925, 1623, 88, 7200, 0, 1187, 0, 0, 42, 53), + (3926, 1633, 88, 330, 0, 1200, 0, 0, 71, 73), + (3927, 1644, 88, 330, 0, 1250, 0, 0, 71, 73), + (3928, 1652, 88, 330, 0, 1279, 0, 0, 56, 59), + (3929, 1662, 88, 330, 0, 1301, 0, 0, 56, 59), + (3930, 1663, 88, 330, 0, 1304, 0, 0, 71, 73), + (3931, 1681, 88, 0, 128, 0, 0, 0, 60, 60), + (3932, 1688, 88, 0, 128, 0, 0, 0, 75, 75), + (3933, 1695, 88, 330, 0, 1407, 0, 0, 56, 59), + (3934, 1696, 88, 330, 0, 1410, 0, 0, 71, 73), + (3935, 1713, 88, 330, 0, 1456, 0, 0, 56, 59), + (3936, 1722, 88, 0, 128, 0, 0, 0, 45, 47), + (3937, 1779, 88, 0, 128, 0, 0, 0, 75, 80), + (3938, 1780, 88, 0, 0, 0, 0, 0, 0, 0), + (3939, 1808, 88, 330, 0, 1576, 0, 0, 59, 63), + (3940, 2000, 88, 330, 0, 1709, 0, 0, 45, 47), + (3941, 2002, 88, 330, 0, 1712, 0, 0, 35, 38), + (3942, 2085, 88, 0, 0, 0, 0, 0, 0, 0), + (3943, 2100, 88, 0, 128, 0, 0, 0, 75, 75), + (3944, 2137, 88, 1, 0, 0, 0, 0, 1, 1), + (3945, 2179, 88, 1, 0, 0, 0, 0, 1, 1), + (3946, 2180, 88, 0, 128, 0, 0, 0, 60, 60), + (3947, 2224, 88, 0, 128, 0, 0, 0, 60, 60), + (3948, 2226, 88, 1, 0, 0, 0, 0, 1, 1), + (3949, 2300, 88, 1, 0, 0, 0, 0, 1, 1), + (3950, 2372, 88, 0, 128, 2013, 0, 0, 15, 18), + (3951, 2391, 88, 1, 0, 0, 0, 0, 1, 1), + (3952, 2400, 88, 330, 0, 2050, 0, 0, 45, 47), + (3953, 2403, 88, 1, 0, 0, 0, 0, 1, 1), + (3954, 2415, 88, 0, 0, 0, 0, 0, 0, 0), + (3955, 2445, 88, 1, 0, 0, 0, 0, 1, 1), + (3956, 2456, 88, 0, 0, 0, 0, 0, 0, 0), + (3957, 2460, 88, 1, 0, 0, 0, 0, 1, 1), + (3958, 2547, 88, 330, 0, 2186, 0, 0, 45, 47), + (3959, 2590, 88, 1, 0, 0, 0, 0, 1, 1), + (3960, 2730, 88, 1, 0, 0, 0, 0, 1, 1), + (3961, 2799, 88, 1, 0, 0, 0, 0, 1, 1), + (3962, 2839, 88, 0, 0, 0, 0, 0, 0, 0), + (3963, 2946, 88, 1, 0, 0, 0, 0, 1, 1), + (3964, 2949, 88, 1, 0, 0, 0, 0, 1, 1), + (3965, 2986, 88, 330, 0, 2544, 0, 0, 59, 63), + (3966, 3058, 88, 330, 0, 2716, 0, 0, 25, 28), + (3967, 3096, 88, 1, 0, 0, 0, 0, 1, 1), + (3968, 3148, 88, 330, 0, 2783, 0, 0, 51, 54), + (3969, 3151, 88, 0, 0, 0, 0, 0, 0, 0), + (3970, 3176, 88, 1, 0, 0, 0, 0, 1, 1), + (3971, 3184, 88, 1, 0, 0, 0, 0, 1, 1), + (3972, 3186, 88, 1, 0, 0, 0, 0, 1, 1), + (3973, 3222, 88, 0, 128, 2851, 0, 0, 45, 47), + (3974, 3274, 88, 0, 128, 2907, 0, 0, 60, 60), + (3975, 3276, 88, 0, 128, 2907, 0, 0, 60, 60), + (3976, 3277, 88, 0, 128, 0, 0, 0, 75, 80), + (3977, 3293, 88, 0, 128, 0, 0, 0, 60, 60), + (3978, 3310, 88, 0, 0, 0, 0, 0, 0, 0), + (3979, 3312, 88, 1, 0, 0, 0, 0, 1, 1), + (3980, 3354, 88, 1, 0, 0, 0, 0, 1, 1), + (3981, 3358, 88, 330, 1, 2954, 0, 0, 51, 54), + (3982, 3366, 88, 1, 0, 0, 0, 0, 1, 1), + (3983, 3371, 88, 0, 128, 2969, 0, 0, 15, 18), + (3984, 3378, 88, 330, 0, 2992, 0, 0, 32, 35), + (3985, 3381, 88, 330, 0, 2999, 0, 0, 21, 23), + (3986, 3391, 88, 1, 0, 0, 0, 0, 1, 1), + (3987, 3448, 88, 86400, 0, 0, 0, 0, 88, 88), + (3988, 3452, 88, 0, 128, 3038, 0, 0, 18, 22), + (3989, 3562, 88, 0, 128, 0, 0, 0, 60, 60), + (3990, 3563, 88, 0, 128, 3142, 0, 0, 75, 80), + (3991, 3564, 88, 0, 128, 0, 0, 0, 60, 60), + (3992, 3565, 88, 0, 128, 0, 0, 0, 75, 80), + (3993, 3566, 88, 0, 0, 0, 0, 0, 0, 0), + (3994, 3569, 88, 0, 128, 3163, 0, 0, 75, 80), + (3995, 3570, 88, 0, 128, 0, 0, 0, 60, 60), + (3996, 3576, 88, 0, 128, 0, 0, 0, 75, 80), + (3997, 3750, 88, 0, 0, 0, 0, 0, 0, 0), + (3998, 3779, 88, 0, 128, 3370, 0, 0, 15, 18), + (3999, 3780, 88, 330, 0, 3372, 0, 0, 18, 22), + (4000, 3790, 88, 0, 0, 0, 0, 0, 0, 0), + (4001, 3920, 88, 0, 0, 0, 0, 0, 0, 0), + (4002, 3926, 88, 1, 0, 0, 0, 0, 1, 1), + (4003, 4053, 88, 330, 0, 3626, 0, 0, 10, 12), + (4004, 4081, 88, 1, 0, 0, 0, 0, 1, 1), + (4005, 4118, 88, 1, 0, 0, 0, 0, 1, 1), + (4006, 4226, 88, 330, 0, 4011, 0, 0, 59, 63), + (4007, 4249, 88, 0, 0, 0, 0, 0, 0, 0), + (4008, 4266, 88, 330, 0, 4036, 0, 0, 15, 18), + (4009, 4277, 88, 330, 0, 4046, 0, 0, 12, 14), + (4010, 4296, 88, 0, 128, 0, 0, 0, 60, 60), + (4011, 4315, 88, 0, 128, 0, 0, 0, 60, 60), + (4012, 4477, 88, 330, 0, 4331, 0, 0, 59, 63), + (4013, 4493, 88, 0, 0, 0, 0, 0, 0, 0), + (4014, 4498, 88, 0, 0, 0, 0, 0, 0, 0), + (4015, 1, 89, 0, 0, 0, 0, 0, 0, 0), + (4016, 2, 89, 0, 0, 0, 0, 0, 0, 0), + (4017, 3, 89, 0, 0, 0, 0, 0, 0, 0), + (4018, 4, 89, 0, 0, 0, 0, 0, 0, 0), + (4019, 5, 89, 0, 0, 0, 0, 0, 0, 0), + (4020, 7, 89, 0, 0, 0, 0, 0, 0, 0), + (4021, 9, 89, 0, 0, 0, 0, 0, 0, 0), + (4022, 11, 89, 0, 0, 0, 0, 0, 0, 0), + (4023, 13, 89, 0, 0, 0, 0, 0, 0, 0), + (4024, 18, 89, 1, 0, 0, 0, 0, 1, 1), + (4025, 37, 89, 1, 0, 0, 0, 0, 1, 1), + (4026, 50, 89, 1, 0, 0, 0, 0, 1, 1), + (4027, 71, 89, 330, 4, 41, 0, 0, 75, 75), + (4028, 74, 89, 330, 0, 45, 0, 0, 79, 82), + (4029, 84, 89, 1, 0, 0, 0, 0, 1, 1), + (4030, 89, 89, 0, 0, 0, 0, 0, 0, 0), + (4031, 90, 89, 1, 0, 0, 0, 0, 1, 1), + (4032, 91, 89, 1, 0, 0, 0, 0, 1, 1), + (4033, 107, 89, 330, 0, 71, 0, 0, 61, 61), + (4034, 126, 89, 0, 0, 0, 0, 0, 0, 0), + (4035, 227, 89, 1, 0, 0, 0, 0, 1, 1), + (4036, 291, 89, 1, 0, 0, 0, 0, 1, 1), + (4037, 311, 89, 1, 0, 0, 0, 0, 1, 1), + (4038, 312, 89, 1, 0, 0, 0, 0, 1, 1), + (4039, 320, 89, 0, 0, 0, 0, 0, 0, 0), + (4040, 352, 89, 0, 0, 0, 0, 0, 0, 0), + (4041, 381, 89, 0, 128, 0, 0, 0, 60, 60), + (4042, 420, 89, 1, 0, 0, 0, 0, 1, 1), + (4043, 427, 89, 0, 128, 0, 0, 0, 75, 80), + (4044, 441, 89, 330, 1, 313, 0, 0, 56, 56), + (4045, 473, 89, 330, 1, 343, 0, 0, 56, 56), + (4046, 502, 89, 0, 128, 0, 0, 0, 75, 80), + (4047, 516, 89, 0, 128, 0, 0, 0, 75, 80), + (4048, 517, 89, 0, 128, 0, 0, 0, 75, 80), + (4049, 523, 89, 330, 0, 384, 0, 0, 59, 61), + (4050, 525, 89, 330, 0, 386, 0, 0, 61, 61), + (4051, 526, 89, 1, 0, 0, 0, 0, 1, 1), + (4052, 538, 89, 330, 0, 400, 0, 0, 61, 61), + (4053, 549, 89, 1, 0, 0, 0, 0, 1, 1), + (4054, 616, 89, 1, 0, 0, 0, 0, 1, 1), + (4055, 714, 89, 330, 0, 524, 0, 0, 62, 65), + (4056, 725, 89, 1, 0, 0, 0, 0, 1, 1), + (4057, 775, 89, 0, 128, 0, 0, 0, 75, 80), + (4058, 776, 89, 0, 128, 0, 0, 0, 75, 80), + (4059, 791, 89, 330, 0, 574, 0, 0, 61, 61), + (4060, 812, 89, 0, 0, 0, 0, 0, 0, 0), + (4061, 896, 89, 1, 0, 0, 0, 0, 1, 1), + (4062, 903, 89, 1, 0, 0, 0, 0, 1, 1), + (4063, 915, 89, 0, 128, 0, 0, 0, 88, 90), + (4064, 960, 89, 1, 0, 0, 0, 0, 1, 1), + (4065, 1023, 89, 0, 128, 0, 0, 0, 75, 80), + (4066, 1066, 89, 0, 128, 0, 0, 0, 75, 80), + (4067, 1067, 89, 0, 0, 0, 0, 0, 0, 0), + (4068, 1083, 89, 330, 1, 764, 0, 0, 68, 69), + (4069, 1085, 89, 330, 1, 771, 0, 0, 68, 69), + (4070, 1141, 89, 1, 0, 0, 0, 0, 1, 1), + (4071, 1143, 89, 1, 0, 0, 0, 0, 1, 1), + (4072, 1198, 89, 1, 0, 0, 0, 0, 1, 1), + (4073, 1262, 89, 0, 128, 0, 0, 0, 75, 75), + (4074, 1279, 89, 1, 0, 0, 0, 0, 1, 1), + (4075, 1324, 89, 1, 0, 0, 0, 0, 1, 1), + (4076, 1332, 89, 0, 0, 0, 0, 0, 0, 0), + (4077, 1333, 89, 0, 128, 0, 0, 0, 75, 80), + (4078, 1336, 89, 0, 128, 948, 0, 0, 62, 64), + (4079, 1349, 89, 0, 0, 0, 0, 0, 0, 0), + (4080, 1408, 89, 0, 128, 1035, 0, 0, 50, 50), + (4081, 1574, 89, 0, 128, 0, 0, 0, 60, 60), + (4082, 1603, 89, 0, 128, 1179, 0, 0, 62, 64), + (4083, 1638, 89, 330, 0, 1224, 0, 0, 62, 64), + (4084, 1646, 89, 330, 0, 1253, 0, 0, 62, 64), + (4085, 1664, 89, 330, 0, 1306, 0, 0, 62, 64), + (4086, 1681, 89, 0, 128, 0, 0, 0, 60, 60), + (4087, 1688, 89, 0, 128, 0, 0, 0, 75, 75), + (4088, 1698, 89, 330, 0, 1413, 0, 0, 62, 64), + (4089, 1779, 89, 0, 128, 0, 0, 0, 75, 80), + (4090, 1780, 89, 0, 0, 0, 0, 0, 0, 0), + (4091, 1793, 89, 330, 0, 1547, 0, 0, 73, 75), + (4092, 1808, 89, 330, 0, 1576, 0, 0, 61, 61), + (4093, 1917, 89, 330, 0, 1651, 0, 0, 61, 61), + (4094, 1955, 89, 0, 128, 0, 0, 0, 62, 64), + (4095, 1959, 89, 0, 0, 0, 0, 0, 0, 0), + (4096, 2100, 89, 0, 128, 0, 0, 0, 75, 75), + (4097, 2137, 89, 1, 0, 0, 0, 0, 1, 1), + (4098, 2179, 89, 1, 0, 0, 0, 0, 1, 1), + (4099, 2180, 89, 0, 128, 0, 0, 0, 60, 60), + (4100, 2224, 89, 0, 128, 0, 0, 0, 60, 60), + (4101, 2226, 89, 1, 0, 0, 0, 0, 1, 1), + (4102, 2275, 89, 330, 0, 1949, 0, 0, 63, 64), + (4103, 2300, 89, 0, 0, 0, 0, 0, 0, 0), + (4104, 2319, 89, 0, 0, 0, 0, 0, 0, 0), + (4105, 2378, 89, 0, 0, 0, 0, 0, 0, 0), + (4106, 2391, 89, 1, 0, 0, 0, 0, 1, 1), + (4107, 2403, 89, 1, 0, 0, 0, 0, 1, 1), + (4108, 2415, 89, 0, 0, 0, 0, 0, 0, 0), + (4109, 2445, 89, 1, 0, 0, 0, 0, 1, 1), + (4110, 2460, 89, 1, 0, 0, 0, 0, 1, 1), + (4111, 2590, 89, 1, 0, 0, 0, 0, 1, 1), + (4112, 2654, 89, 0, 128, 0, 0, 0, 74, 78), + (4113, 2730, 89, 1, 0, 0, 0, 0, 1, 1), + (4114, 2799, 89, 1, 0, 0, 0, 0, 1, 1), + (4115, 2916, 89, 0, 128, 0, 0, 0, 75, 80), + (4116, 2917, 89, 0, 0, 0, 0, 0, 0, 0), + (4117, 2946, 89, 1, 0, 0, 0, 0, 1, 1), + (4118, 2949, 89, 1, 0, 0, 0, 0, 1, 1), + (4119, 2965, 89, 330, 0, 2525, 0, 0, 61, 61), + (4120, 2986, 89, 330, 0, 2545, 0, 0, 61, 61), + (4121, 3096, 89, 1, 0, 0, 0, 0, 1, 1), + (4122, 3098, 89, 1, 0, 0, 0, 0, 1, 1), + (4123, 3114, 89, 330, 0, 2758, 0, 0, 67, 70), + (4124, 3148, 89, 330, 0, 2784, 0, 0, 51, 54), + (4125, 3176, 89, 1, 0, 0, 0, 0, 1, 1), + (4126, 3184, 89, 1, 0, 0, 0, 0, 1, 1), + (4127, 3186, 89, 1, 0, 0, 0, 0, 1, 1), + (4128, 3222, 89, 0, 128, 2852, 0, 0, 62, 64), + (4129, 3274, 89, 0, 128, 2907, 0, 0, 60, 60), + (4130, 3276, 89, 0, 128, 2907, 0, 0, 60, 60), + (4131, 3277, 89, 0, 128, 0, 0, 0, 75, 80), + (4132, 3293, 89, 0, 128, 0, 0, 0, 60, 60), + (4133, 3310, 89, 0, 0, 0, 0, 0, 0, 0), + (4134, 3312, 89, 1, 0, 0, 0, 0, 1, 1), + (4135, 3354, 89, 1, 0, 0, 0, 0, 1, 1), + (4136, 3366, 89, 1, 0, 0, 0, 0, 1, 1), + (4137, 3371, 89, 0, 128, 2970, 0, 0, 62, 64), + (4138, 3378, 89, 330, 0, 2993, 0, 0, 33, 35), + (4139, 3391, 89, 1, 0, 0, 0, 0, 1, 1), + (4140, 3421, 89, 0, 0, 0, 0, 0, 0, 0), + (4141, 3464, 89, 330, 0, 3056, 0, 0, 61, 61), + (4142, 3501, 89, 3960, 0, 3085, 0, 0, 80, 82), + (4143, 3544, 89, 0, 0, 0, 0, 0, 0, 0), + (4144, 3562, 89, 0, 128, 0, 0, 0, 60, 60), + (4145, 3563, 89, 0, 128, 3143, 0, 0, 75, 80), + (4146, 3564, 89, 0, 128, 0, 0, 0, 60, 60), + (4147, 3565, 89, 0, 128, 3151, 0, 0, 75, 80), + (4148, 3566, 89, 0, 0, 0, 0, 0, 0, 0), + (4149, 3569, 89, 0, 128, 3164, 0, 0, 75, 80), + (4150, 3570, 89, 0, 128, 0, 0, 0, 60, 60), + (4151, 3576, 89, 0, 128, 0, 0, 0, 75, 80), + (4152, 3617, 89, 330, 0, 3196, 0, 0, 68, 74), + (4153, 3624, 89, 1, 0, 0, 0, 0, 1, 1), + (4154, 3628, 89, 330, 0, 3201, 0, 0, 61, 61), + (4155, 3629, 89, 0, 0, 0, 0, 0, 0, 0), + (4156, 3675, 89, 0, 0, 0, 0, 0, 0, 0), + (4157, 3912, 89, 330, 4, 3499, 0, 0, 75, 75), + (4158, 3920, 89, 0, 0, 0, 0, 0, 0, 0), + (4159, 3926, 89, 1, 0, 0, 0, 0, 1, 1), + (4160, 4078, 89, 0, 0, 0, 0, 0, 0, 0), + (4161, 4081, 89, 1, 0, 0, 0, 0, 1, 1), + (4162, 4118, 89, 1, 0, 0, 0, 0, 1, 1), + (4163, 4127, 89, 330, 2, 3684, 0, 0, 40, 45), + (4164, 4226, 89, 330, 0, 4012, 0, 0, 61, 61), + (4165, 4249, 89, 0, 0, 0, 0, 0, 0, 0), + (4166, 4285, 89, 330, 0, 4064, 0, 0, 36, 39), + (4167, 4296, 89, 0, 128, 0, 0, 0, 60, 60), + (4168, 4297, 89, 330, 0, 4078, 0, 0, 41, 49), + (4169, 4315, 89, 0, 128, 0, 0, 0, 60, 60), + (4170, 4353, 89, 330, 2, 4164, 0, 0, 41, 49), + (4171, 4355, 89, 330, 0, 4168, 0, 0, 68, 74), + (4172, 4477, 89, 330, 0, 4332, 0, 0, 61, 61), + (4173, 1, 90, 0, 0, 0, 0, 0, 0, 0), + (4174, 2, 90, 0, 0, 0, 0, 0, 0, 0), + (4175, 3, 90, 1, 0, 0, 0, 0, 1, 1), + (4176, 4, 90, 0, 0, 0, 0, 0, 0, 0), + (4177, 5, 90, 0, 0, 0, 0, 0, 0, 0), + (4178, 7, 90, 1, 0, 0, 0, 0, 1, 1), + (4179, 11, 90, 0, 0, 0, 0, 0, 0, 0), + (4180, 13, 90, 0, 0, 0, 0, 0, 0, 0), + (4181, 18, 90, 1, 0, 0, 0, 0, 1, 1), + (4182, 37, 90, 1, 0, 0, 0, 0, 1, 1), + (4183, 84, 90, 1, 0, 0, 0, 0, 1, 1), + (4184, 89, 90, 0, 0, 0, 0, 0, 0, 0), + (4185, 90, 90, 1, 0, 0, 0, 0, 1, 1), + (4186, 91, 90, 1, 0, 0, 0, 0, 1, 1), + (4187, 125, 90, 330, 0, 93, 0, 0, 76, 78), + (4188, 126, 90, 0, 0, 0, 0, 0, 0, 0), + (4189, 227, 90, 1, 0, 0, 0, 0, 1, 1), + (4190, 291, 90, 1, 0, 0, 0, 0, 1, 1), + (4191, 311, 90, 1, 0, 0, 0, 0, 1, 1), + (4192, 312, 90, 1, 0, 0, 0, 0, 1, 1), + (4193, 320, 90, 0, 0, 0, 0, 0, 0, 0), + (4194, 352, 90, 1, 0, 0, 0, 0, 1, 1), + (4195, 381, 90, 0, 128, 0, 0, 0, 60, 60), + (4196, 427, 90, 0, 128, 0, 0, 0, 60, 60), + (4197, 485, 90, 330, 1, 353, 0, 0, 71, 73), + (4198, 486, 90, 330, 0, 359, 0, 0, 62, 64), + (4199, 502, 90, 1, 0, 0, 0, 0, 1, 1), + (4200, 516, 90, 0, 128, 0, 0, 0, 60, 60), + (4201, 517, 90, 0, 128, 0, 0, 0, 75, 80), + (4202, 526, 90, 1, 0, 0, 0, 0, 1, 1), + (4203, 549, 90, 1, 0, 0, 0, 0, 1, 1), + (4204, 616, 90, 1, 0, 0, 0, 0, 1, 1), + (4205, 714, 90, 1, 0, 0, 0, 0, 1, 1), + (4206, 725, 90, 1, 0, 0, 0, 0, 1, 1), + (4207, 775, 90, 0, 128, 0, 0, 0, 75, 80), + (4208, 776, 90, 0, 128, 0, 0, 0, 60, 60), + (4209, 896, 90, 1, 0, 0, 0, 0, 1, 1), + (4210, 903, 90, 1, 0, 0, 0, 0, 1, 1), + (4211, 960, 90, 1, 0, 0, 0, 0, 1, 1), + (4212, 1023, 90, 0, 128, 0, 0, 0, 60, 60), + (4213, 1066, 90, 0, 128, 0, 0, 0, 60, 60), + (4214, 1067, 90, 0, 0, 0, 0, 0, 0, 0), + (4215, 1141, 90, 1, 0, 0, 0, 0, 1, 1), + (4216, 1143, 90, 1, 0, 0, 0, 0, 1, 1), + (4217, 1192, 90, 330, 0, 850, 0, 0, 71, 74), + (4218, 1195, 90, 330, 0, 854, 0, 0, 68, 70), + (4219, 1198, 90, 1, 0, 0, 0, 0, 1, 1), + (4220, 1262, 90, 1, 0, 0, 0, 0, 1, 1), + (4221, 1279, 90, 0, 128, 0, 0, 0, 60, 60), + (4222, 1324, 90, 1, 0, 0, 0, 0, 1, 1), + (4223, 1331, 90, 0, 0, 0, 0, 0, 0, 0), + (4224, 1332, 90, 0, 128, 0, 0, 0, 60, 60), + (4225, 1333, 90, 0, 128, 0, 0, 0, 60, 60), + (4226, 1408, 90, 1, 0, 1035, 0, 0, 1, 1), + (4227, 1445, 90, 330, 0, 1067, 0, 0, 64, 68), + (4228, 1472, 90, 330, 0, 1083, 0, 0, 71, 74), + (4229, 1517, 90, 330, 1, 1115, 0, 0, 71, 74), + (4230, 1518, 90, 330, 1, 1122, 0, 0, 71, 74), + (4231, 1574, 90, 1, 0, 0, 0, 0, 1, 1), + (4232, 1611, 90, 0, 128, 0, 0, 0, 75, 80), + (4233, 1612, 90, 0, 0, 0, 0, 0, 0, 0), + (4234, 1613, 90, 0, 128, 0, 0, 0, 75, 80), + (4235, 1660, 90, 330, 0, 1297, 0, 0, 66, 69), + (4236, 1669, 90, 330, 0, 1337, 0, 0, 66, 69), + (4237, 1671, 90, 330, 0, 1341, 0, 0, 66, 69), + (4238, 1681, 90, 0, 128, 0, 0, 0, 75, 80), + (4239, 1688, 90, 0, 128, 0, 0, 0, 75, 75), + (4240, 1725, 90, 0, 128, 0, 0, 0, 61, 63), + (4241, 1740, 90, 330, 0, 1492, 0, 0, 66, 69), + (4242, 1753, 90, 330, 0, 1515, 0, 0, 76, 78), + (4243, 1756, 90, 330, 0, 1522, 0, 0, 71, 73), + (4244, 1779, 90, 0, 128, 0, 0, 0, 60, 60), + (4245, 1780, 90, 0, 0, 0, 0, 0, 0, 0), + (4246, 1783, 90, 1, 0, 0, 0, 0, 1, 1), + (4247, 1824, 90, 1, 0, 0, 0, 0, 1, 1), + (4248, 2100, 90, 0, 128, 0, 0, 0, 60, 60), + (4249, 2137, 90, 0, 128, 0, 0, 0, 60, 60), + (4250, 2179, 90, 1, 0, 0, 0, 0, 1, 1), + (4251, 2180, 90, 1, 0, 0, 0, 0, 1, 1), + (4252, 2224, 90, 0, 128, 0, 0, 0, 75, 80), + (4253, 2226, 90, 1, 0, 0, 0, 0, 1, 1), + (4254, 2251, 90, 0, 128, 1932, 0, 0, 57, 79), + (4255, 2300, 90, 1, 0, 0, 0, 0, 1, 1), + (4256, 2391, 90, 0, 128, 0, 0, 0, 75, 80), + (4257, 2403, 90, 1, 0, 0, 0, 0, 1, 1), + (4258, 2443, 90, 330, 0, 2088, 0, 0, 69, 73), + (4259, 2445, 90, 1, 0, 0, 0, 0, 1, 1), + (4260, 2460, 90, 1, 0, 0, 0, 0, 1, 1), + (4261, 2493, 90, 330, 0, 2143, 0, 0, 71, 74), + (4262, 2569, 90, 0, 0, 0, 0, 0, 0, 0), + (4263, 2590, 90, 1, 0, 0, 0, 0, 1, 1), + (4264, 2730, 90, 1, 0, 0, 0, 0, 1, 1), + (4265, 2736, 90, 330, 1, 2341, 0, 0, 71, 74), + (4266, 2764, 90, 330, 0, 2373, 0, 0, 71, 74), + (4267, 2795, 90, 330, 0, 2408, 0, 0, 71, 74), + (4268, 2799, 90, 1, 0, 0, 0, 0, 1, 1), + (4269, 2837, 90, 330, 0, 2424, 0, 0, 71, 74), + (4270, 2877, 90, 330, 2, 2462, 0, 0, 71, 74), + (4271, 2946, 90, 1, 0, 0, 0, 0, 1, 1), + (4272, 2949, 90, 1, 0, 0, 0, 0, 1, 1), + (4273, 3096, 90, 0, 128, 0, 0, 0, 60, 60), + (4274, 3114, 90, 330, 0, 2759, 0, 0, 74, 76), + (4275, 3166, 90, 1, 0, 0, 0, 0, 1, 1), + (4276, 3176, 90, 0, 128, 0, 0, 0, 60, 60), + (4277, 3184, 90, 1, 0, 0, 0, 0, 1, 1), + (4278, 3186, 90, 1, 0, 0, 0, 0, 1, 1), + (4279, 3274, 90, 0, 128, 2907, 0, 0, 60, 60), + (4280, 3276, 90, 0, 128, 2907, 0, 0, 60, 60), + (4281, 3277, 90, 0, 128, 0, 0, 0, 60, 60), + (4282, 3293, 90, 0, 128, 0, 0, 0, 60, 60), + (4283, 3310, 90, 0, 0, 0, 0, 0, 0, 0), + (4284, 3312, 90, 1, 0, 0, 0, 0, 1, 1), + (4285, 3354, 90, 0, 0, 0, 0, 0, 0, 0), + (4286, 3366, 90, 1, 0, 0, 0, 0, 1, 1), + (4287, 3391, 90, 1, 0, 0, 0, 0, 1, 1), + (4288, 3410, 90, 330, 0, 3010, 0, 0, 71, 74), + (4289, 3462, 90, 330, 2, 3053, 0, 0, 71, 74), + (4290, 3562, 90, 1, 0, 0, 0, 0, 1, 1), + (4291, 3563, 90, 0, 128, 0, 0, 0, 60, 60), + (4292, 3564, 90, 0, 128, 0, 0, 0, 60, 60), + (4293, 3565, 90, 0, 128, 3151, 0, 0, 60, 60), + (4294, 3566, 90, 0, 128, 0, 0, 0, 60, 60), + (4295, 3569, 90, 0, 128, 0, 0, 0, 60, 60), + (4296, 3570, 90, 0, 128, 0, 0, 0, 60, 60), + (4297, 3576, 90, 1, 0, 0, 0, 0, 1, 1), + (4298, 3628, 90, 330, 0, 3202, 0, 0, 71, 74), + (4299, 3682, 90, 330, 0, 3251, 0, 0, 62, 65), + (4300, 3700, 90, 1, 0, 0, 0, 0, 1, 1), + (4301, 3745, 90, 330, 0, 3321, 0, 0, 61, 63), + (4302, 3753, 90, 0, 128, 3336, 0, 0, 63, 68), + (4303, 3819, 90, 0, 128, 3413, 0, 0, 66, 72), + (4304, 3820, 90, 1, 0, 0, 0, 0, 1, 1), + (4305, 3821, 90, 0, 128, 3414, 0, 0, 71, 74), + (4306, 3901, 90, 330, 0, 3469, 0, 0, 65, 68), + (4307, 3912, 90, 330, 4, 3500, 0, 0, 71, 74), + (4308, 3920, 90, 0, 0, 0, 0, 0, 0, 0), + (4309, 3926, 90, 0, 128, 0, 0, 0, 60, 60), + (4310, 4081, 90, 1, 0, 0, 0, 0, 1, 1), + (4311, 4118, 90, 1, 0, 0, 0, 0, 1, 1), + (4312, 4120, 90, 330, 0, 3675, 0, 0, 76, 78), + (4313, 4238, 90, 330, 0, 4017, 0, 0, 76, 78), + (4314, 4249, 90, 0, 0, 0, 0, 0, 0, 0), + (4315, 4296, 90, 0, 128, 0, 0, 0, 60, 60), + (4316, 4309, 90, 330, 4, 4094, 0, 0, 71, 74), + (4317, 4315, 90, 0, 128, 0, 0, 0, 60, 60), + (4318, 4498, 90, 0, 0, 0, 0, 0, 0, 0), + (4319, 4506, 90, 330, 0, 4349, 0, 0, 71, 74), + (4320, 4516, 90, 330, 1, 4358, 0, 0, 71, 74), + (4321, 1, 91, 0, 0, 0, 0, 0, 0, 0), + (4322, 2, 91, 0, 0, 0, 0, 0, 0, 0), + (4323, 3, 91, 0, 0, 0, 0, 0, 0, 0), + (4324, 4, 91, 0, 0, 0, 0, 0, 0, 0), + (4325, 5, 91, 0, 0, 0, 0, 0, 0, 0), + (4326, 7, 91, 0, 0, 0, 0, 0, 0, 0), + (4327, 8, 91, 0, 0, 0, 0, 0, 0, 0), + (4328, 11, 91, 0, 0, 0, 0, 0, 0, 0), + (4329, 13, 91, 0, 0, 0, 0, 0, 0, 0), + (4330, 14, 91, 0, 0, 0, 0, 0, 0, 0), + (4331, 18, 91, 1, 0, 0, 0, 0, 1, 1), + (4332, 37, 91, 1, 0, 0, 0, 0, 1, 1), + (4333, 84, 91, 1, 0, 0, 0, 0, 1, 1), + (4334, 89, 91, 0, 0, 0, 0, 0, 0, 0), + (4335, 90, 91, 1, 0, 0, 0, 0, 1, 1), + (4336, 91, 91, 1, 0, 0, 0, 0, 1, 1), + (4337, 126, 91, 0, 0, 0, 0, 0, 0, 0), + (4338, 227, 91, 1, 0, 0, 0, 0, 1, 1), + (4339, 291, 91, 1, 0, 0, 0, 0, 1, 1), + (4340, 311, 91, 1, 0, 0, 0, 0, 1, 1), + (4341, 312, 91, 1, 0, 0, 0, 0, 1, 1), + (4342, 320, 91, 0, 0, 0, 0, 0, 0, 0), + (4343, 352, 91, 1, 0, 0, 0, 0, 1, 1), + (4344, 381, 91, 0, 128, 0, 0, 0, 60, 60), + (4345, 394, 91, 330, 0, 275, 0, 0, 42, 52), + (4346, 417, 91, 0, 128, 0, 0, 0, 25, 29), + (4347, 418, 91, 0, 128, 0, 0, 0, 25, 29), + (4348, 427, 91, 0, 128, 0, 0, 0, 75, 80), + (4349, 502, 91, 0, 128, 0, 0, 0, 75, 80), + (4350, 516, 91, 0, 128, 0, 0, 0, 75, 80), + (4351, 517, 91, 0, 128, 0, 0, 0, 75, 80), + (4352, 518, 91, 0, 0, 0, 0, 0, 0, 0), + (4353, 525, 91, 330, 0, 387, 0, 0, 65, 68), + (4354, 526, 91, 1, 0, 0, 0, 0, 1, 1), + (4355, 538, 91, 330, 0, 400, 0, 0, 65, 68), + (4356, 549, 91, 1, 0, 0, 0, 0, 1, 1), + (4357, 616, 91, 1, 0, 0, 0, 0, 1, 1), + (4358, 714, 91, 330, 0, 524, 0, 0, 75, 78), + (4359, 725, 91, 1, 0, 0, 0, 0, 1, 1), + (4360, 743, 91, 330, 0, 538, 0, 0, 23, 25), + (4361, 775, 91, 0, 128, 0, 0, 0, 75, 80), + (4362, 776, 91, 0, 128, 0, 0, 0, 75, 80), + (4363, 789, 91, 330, 0, 572, 0, 0, 47, 49), + (4364, 896, 91, 1, 0, 0, 0, 0, 1, 1), + (4365, 903, 91, 1, 0, 0, 0, 0, 1, 1), + (4366, 915, 91, 0, 128, 0, 0, 0, 88, 90), + (4367, 940, 91, 330, 0, 661, 0, 0, 38, 48), + (4368, 941, 91, 330, 0, 663, 0, 0, 38, 42), + (4369, 960, 91, 1, 0, 0, 0, 0, 1, 1), + (4370, 1023, 91, 0, 128, 0, 0, 0, 75, 80), + (4371, 1066, 91, 0, 128, 0, 0, 0, 75, 80), + (4372, 1067, 91, 0, 0, 0, 0, 0, 0, 0), + (4373, 1099, 91, 330, 0, 785, 0, 0, 58, 62), + (4374, 1141, 91, 0, 0, 0, 0, 0, 0, 0), + (4375, 1143, 91, 1, 0, 0, 0, 0, 1, 1), + (4376, 1147, 91, 0, 0, 0, 0, 0, 0, 0), + (4377, 1151, 91, 7200, 0, 821, 0, 0, 60, 60), + (4378, 1168, 91, 0, 0, 0, 0, 0, 0, 0), + (4379, 1198, 91, 1, 0, 0, 0, 0, 1, 1), + (4380, 1207, 91, 330, 0, 861, 0, 0, 65, 68), + (4381, 1262, 91, 0, 128, 0, 0, 0, 75, 75), + (4382, 1266, 91, 330, 1, 906, 0, 0, 43, 43), + (4383, 1279, 91, 1, 0, 0, 0, 0, 1, 1), + (4384, 1324, 91, 1, 0, 0, 0, 0, 1, 1), + (4385, 1332, 91, 0, 0, 0, 0, 0, 0, 0), + (4386, 1333, 91, 0, 128, 0, 0, 0, 75, 80), + (4387, 1341, 91, 330, 4, 955, 0, 0, 43, 43), + (4388, 1408, 91, 0, 128, 1035, 0, 0, 50, 50), + (4389, 1483, 91, 0, 128, 0, 0, 0, 75, 80), + (4390, 1574, 91, 0, 128, 0, 0, 0, 60, 60), + (4391, 1615, 91, 0, 0, 0, 0, 0, 0, 0), + (4392, 1652, 91, 330, 0, 1280, 0, 0, 56, 59), + (4393, 1662, 91, 330, 0, 1302, 0, 0, 56, 59), + (4394, 1681, 91, 0, 128, 0, 0, 0, 60, 60), + (4395, 1688, 91, 0, 128, 0, 0, 0, 75, 75), + (4396, 1695, 91, 330, 0, 1408, 0, 0, 57, 62), + (4397, 1713, 91, 330, 0, 1456, 0, 0, 56, 59), + (4398, 1724, 91, 0, 128, 0, 0, 0, 45, 50), + (4399, 1757, 91, 330, 0, 1524, 0, 0, 59, 61), + (4400, 1779, 91, 0, 128, 0, 0, 0, 75, 80), + (4401, 1780, 91, 0, 0, 0, 0, 0, 0, 0), + (4402, 1807, 91, 0, 128, 1566, 0, 0, 25, 29), + (4403, 1847, 91, 0, 0, 0, 0, 0, 0, 0), + (4404, 1856, 91, 0, 128, 0, 0, 0, 67, 72), + (4405, 1901, 91, 330, 0, 1641, 0, 0, 38, 48), + (4406, 1917, 91, 330, 0, 1652, 0, 0, 65, 68), + (4407, 1940, 91, 0, 0, 0, 0, 0, 0, 0), + (4408, 1991, 91, 0, 128, 1706, 0, 0, 25, 29), + (4409, 2100, 91, 0, 128, 0, 0, 0, 75, 75), + (4410, 2137, 91, 1, 0, 0, 0, 0, 1, 1), + (4411, 2179, 91, 1, 0, 0, 0, 0, 1, 1), + (4412, 2180, 91, 0, 128, 0, 0, 0, 60, 60), + (4413, 2224, 91, 0, 128, 0, 0, 0, 60, 60), + (4414, 2226, 91, 1, 0, 0, 0, 0, 1, 1), + (4415, 2270, 91, 0, 0, 0, 0, 0, 0, 0), + (4416, 2300, 91, 1, 0, 0, 0, 0, 1, 1), + (4417, 2369, 91, 0, 0, 2012, 0, 0, 0, 0), + (4418, 2378, 91, 0, 0, 0, 0, 0, 0, 0), + (4419, 2391, 91, 1, 0, 0, 0, 0, 1, 1), + (4420, 2403, 91, 1, 0, 0, 0, 0, 1, 1), + (4421, 2415, 91, 0, 0, 0, 0, 0, 0, 0), + (4422, 2445, 91, 1, 0, 0, 0, 0, 1, 1), + (4423, 2456, 91, 330, 0, 2099, 0, 0, 28, 32), + (4424, 2460, 91, 1, 0, 0, 0, 0, 1, 1), + (4425, 2590, 91, 0, 0, 0, 0, 0, 0, 0), + (4426, 2649, 91, 330, 2, 2263, 0, 0, 38, 42), + (4427, 2730, 91, 1, 0, 0, 0, 0, 1, 1), + (4428, 2735, 91, 330, 2, 2337, 0, 0, 38, 40), + (4429, 2799, 91, 1, 0, 0, 0, 0, 1, 1), + (4430, 2940, 91, 330, 0, 0, 0, 0, 65, 68), + (4431, 2946, 91, 1, 0, 0, 0, 0, 1, 1), + (4432, 2949, 91, 1, 0, 0, 0, 0, 1, 1), + (4433, 2965, 91, 330, 0, 2526, 0, 0, 65, 68), + (4434, 3096, 91, 1, 0, 0, 0, 0, 1, 1), + (4435, 3165, 91, 330, 0, 2810, 0, 0, 24, 26), + (4436, 3176, 91, 1, 0, 0, 0, 0, 1, 1), + (4437, 3184, 91, 1, 0, 0, 0, 0, 1, 1), + (4438, 3186, 91, 1, 0, 0, 0, 0, 1, 1), + (4439, 3274, 91, 0, 128, 2907, 0, 0, 60, 60), + (4440, 3276, 91, 0, 128, 2907, 0, 0, 60, 60), + (4441, 3277, 91, 0, 128, 0, 0, 0, 75, 80), + (4442, 3293, 91, 0, 128, 0, 0, 0, 60, 60), + (4443, 3305, 91, 0, 0, 0, 0, 0, 0, 0), + (4444, 3310, 91, 0, 0, 0, 0, 0, 0, 0), + (4445, 3312, 91, 1, 0, 0, 0, 0, 1, 1), + (4446, 3354, 91, 0, 0, 0, 0, 0, 0, 0), + (4447, 3366, 91, 1, 0, 0, 0, 0, 1, 1), + (4448, 3391, 91, 1, 0, 0, 0, 0, 1, 1), + (4449, 3448, 91, 86400, 0, 0, 0, 0, 88, 88), + (4450, 3464, 91, 330, 0, 3057, 0, 0, 65, 68), + (4451, 3492, 91, 330, 0, 3071, 0, 0, 56, 62), + (4452, 3562, 91, 0, 128, 0, 0, 0, 60, 60), + (4453, 3563, 91, 0, 128, 3143, 0, 0, 75, 80), + (4454, 3564, 91, 0, 128, 0, 0, 0, 60, 60), + (4455, 3565, 91, 0, 128, 3152, 0, 0, 75, 80), + (4456, 3566, 91, 0, 128, 0, 0, 0, 60, 60), + (4457, 3569, 91, 0, 128, 3164, 0, 0, 75, 80), + (4458, 3570, 91, 0, 128, 0, 0, 0, 60, 60), + (4459, 3576, 91, 0, 128, 0, 0, 0, 75, 80), + (4460, 3628, 91, 330, 0, 3203, 0, 0, 65, 68), + (4461, 3682, 91, 0, 128, 3252, 0, 0, 24, 28), + (4462, 3745, 91, 330, 0, 3322, 0, 0, 61, 63), + (4463, 3790, 91, 0, 0, 0, 0, 0, 0, 0), + (4464, 3920, 91, 0, 0, 0, 0, 0, 0, 0), + (4465, 3926, 91, 1, 0, 0, 0, 0, 1, 1), + (4466, 4081, 91, 1, 0, 0, 0, 0, 1, 1), + (4467, 4118, 91, 1, 0, 0, 0, 0, 1, 1), + (4468, 4228, 91, 0, 128, 0, 0, 0, 60, 60), + (4469, 4296, 91, 0, 128, 0, 0, 0, 60, 60), + (4470, 4309, 91, 330, 4, 4095, 0, 0, 43, 43), + (4471, 4315, 91, 0, 128, 0, 0, 0, 60, 60), + (4472, 4337, 91, 330, 1, 4145, 0, 0, 50, 60), + (4473, 4375, 91, 330, 0, 4185, 0, 0, 56, 62), + (4474, 1, 92, 0, 0, 0, 0, 0, 0, 0), + (4475, 2, 92, 0, 0, 0, 0, 0, 0, 0), + (4476, 3, 92, 1, 0, 0, 0, 0, 1, 1), + (4477, 4, 92, 0, 0, 0, 0, 0, 0, 0), + (4478, 5, 92, 0, 0, 0, 0, 0, 0, 0), + (4479, 7, 92, 1, 0, 0, 0, 0, 1, 1), + (4480, 11, 92, 1, 0, 0, 0, 0, 1, 1), + (4481, 13, 92, 0, 0, 0, 0, 0, 0, 0), + (4482, 18, 92, 1, 0, 0, 0, 0, 1, 1), + (4483, 37, 92, 1, 0, 0, 0, 0, 1, 1), + (4484, 46, 92, 1056, 0, 25, 0, 0, 77, 79), + (4485, 84, 92, 1, 0, 0, 0, 0, 1, 1), + (4486, 89, 92, 0, 0, 0, 0, 0, 0, 0), + (4487, 90, 92, 1, 0, 0, 0, 0, 1, 1), + (4488, 91, 92, 1, 0, 0, 0, 0, 1, 1), + (4489, 125, 92, 1056, 0, 94, 0, 0, 77, 79), + (4490, 126, 92, 0, 0, 0, 0, 0, 0, 0), + (4491, 227, 92, 1, 0, 0, 0, 0, 1, 1), + (4492, 248, 92, 0, 0, 0, 0, 0, 0, 0), + (4493, 291, 92, 1, 0, 0, 0, 0, 1, 1), + (4494, 311, 92, 1, 0, 0, 0, 0, 1, 1), + (4495, 312, 92, 1, 0, 0, 0, 0, 1, 1), + (4496, 320, 92, 0, 0, 0, 0, 0, 0, 0), + (4497, 324, 92, 1056, 0, 228, 0, 0, 79, 82), + (4498, 352, 92, 1, 0, 0, 0, 0, 1, 1), + (4499, 377, 92, 14400, 0, 0, 0, 0, 80, 81), + (4500, 381, 92, 0, 128, 0, 0, 0, 60, 60), + (4501, 420, 92, 0, 128, 0, 0, 0, 75, 75), + (4502, 427, 92, 0, 128, 0, 0, 0, 75, 80), + (4503, 450, 92, 18000, 0, 323, 0, 0, 80, 85), + (4504, 502, 92, 0, 128, 0, 0, 0, 75, 80), + (4505, 516, 92, 0, 128, 0, 0, 0, 75, 80), + (4506, 517, 92, 0, 128, 0, 0, 0, 75, 80), + (4507, 526, 92, 1, 0, 0, 0, 0, 1, 1), + (4508, 528, 92, 18000, 0, 394, 0, 0, 80, 85), + (4509, 549, 92, 1, 0, 0, 0, 0, 1, 1), + (4510, 616, 92, 1, 0, 0, 0, 0, 1, 1), + (4511, 703, 92, 1056, 0, 516, 0, 0, 79, 82), + (4512, 714, 92, 1, 0, 0, 0, 0, 1, 1), + (4513, 725, 92, 1, 0, 0, 0, 0, 1, 1), + (4514, 775, 92, 0, 128, 0, 0, 0, 75, 80), + (4515, 776, 92, 0, 128, 0, 0, 0, 75, 80), + (4516, 889, 92, 0, 128, 0, 0, 0, 60, 60), + (4517, 896, 92, 1, 0, 0, 0, 0, 1, 1), + (4518, 903, 92, 1, 0, 0, 0, 0, 1, 1), + (4519, 928, 92, 21600, 0, 0, 0, 0, 80, 81), + (4520, 960, 92, 1, 0, 0, 0, 0, 1, 1), + (4521, 1023, 92, 0, 128, 0, 0, 0, 75, 80), + (4522, 1066, 92, 0, 128, 0, 0, 0, 75, 80), + (4523, 1067, 92, 0, 0, 0, 0, 0, 0, 0), + (4524, 1068, 92, 0, 128, 0, 0, 0, 0, 0), + (4525, 1069, 92, 18000, 0, 0, 0, 0, 80, 85), + (4526, 1094, 92, 1056, 0, 782, 0, 0, 79, 82), + (4527, 1096, 92, 0, 128, 0, 0, 0, 75, 80), + (4528, 1141, 92, 1, 0, 0, 0, 0, 1, 1), + (4529, 1143, 92, 1, 0, 0, 0, 0, 1, 1), + (4530, 1167, 92, 21600, 0, 0, 0, 0, 80, 81), + (4531, 1175, 92, 1056, 0, 0, 0, 0, 72, 76), + (4532, 1195, 92, 1056, 0, 854, 0, 0, 68, 70), + (4533, 1198, 92, 1, 0, 0, 0, 0, 1, 1), + (4534, 1262, 92, 0, 128, 0, 0, 0, 75, 75), + (4535, 1279, 92, 1, 0, 0, 0, 0, 1, 1), + (4536, 1324, 92, 1, 0, 0, 0, 0, 1, 1), + (4537, 1325, 92, 1056, 0, 943, 0, 0, 79, 82), + (4538, 1332, 92, 1, 0, 0, 0, 0, 1, 1), + (4539, 1333, 92, 0, 128, 0, 0, 0, 75, 80), + (4540, 1349, 92, 0, 0, 0, 0, 0, 0, 0), + (4541, 1408, 92, 0, 128, 1035, 0, 0, 50, 50), + (4542, 1483, 92, 0, 128, 0, 0, 0, 75, 80), + (4543, 1485, 92, 18000, 0, 0, 0, 0, 80, 85), + (4544, 1574, 92, 0, 128, 0, 0, 0, 60, 60), + (4545, 1611, 92, 0, 128, 0, 0, 0, 75, 80), + (4546, 1612, 92, 0, 0, 0, 0, 0, 0, 0), + (4547, 1613, 92, 0, 128, 0, 0, 0, 60, 64), + (4548, 1681, 92, 0, 128, 0, 0, 0, 60, 60), + (4549, 1688, 92, 0, 128, 0, 0, 0, 75, 75), + (4550, 1753, 92, 1056, 0, 1516, 0, 0, 77, 79), + (4551, 1779, 92, 0, 128, 0, 0, 0, 75, 80), + (4552, 1780, 92, 0, 0, 0, 0, 0, 0, 0), + (4553, 1781, 92, 0, 128, 0, 0, 0, 75, 80), + (4554, 1782, 92, 0, 0, 0, 0, 0, 0, 0), + (4555, 1856, 92, 0, 128, 0, 0, 0, 67, 72), + (4556, 2100, 92, 0, 128, 0, 0, 0, 75, 75), + (4557, 2102, 92, 1056, 0, 1806, 0, 0, 77, 79), + (4558, 2137, 92, 1, 0, 0, 0, 0, 1, 1), + (4559, 2179, 92, 1, 0, 0, 0, 0, 1, 1), + (4560, 2180, 92, 0, 128, 0, 0, 0, 60, 60), + (4561, 2224, 92, 0, 128, 0, 0, 0, 60, 60), + (4562, 2226, 92, 1, 0, 0, 0, 0, 1, 1), + (4563, 2300, 92, 1, 0, 0, 0, 0, 1, 1), + (4564, 2391, 92, 1, 0, 0, 0, 0, 1, 1), + (4565, 2403, 92, 1, 0, 0, 0, 0, 1, 1), + (4566, 2445, 92, 1, 0, 0, 0, 0, 1, 1), + (4567, 2460, 92, 1, 0, 0, 0, 0, 1, 1), + (4568, 2486, 92, 1056, 0, 2131, 0, 0, 77, 79), + (4569, 2590, 92, 1, 0, 0, 0, 0, 1, 1), + (4570, 2644, 92, 1056, 0, 2260, 0, 0, 79, 82), + (4571, 2730, 92, 1, 0, 0, 0, 0, 1, 1), + (4572, 2779, 92, 18000, 0, 0, 0, 0, 80, 85), + (4573, 2799, 92, 1, 0, 0, 0, 0, 1, 1), + (4574, 2839, 92, 0, 0, 0, 0, 0, 0, 0), + (4575, 2916, 92, 0, 128, 0, 0, 0, 75, 80), + (4576, 2917, 92, 0, 0, 0, 0, 0, 0, 0), + (4577, 2932, 92, 18000, 0, 2497, 0, 0, 80, 85), + (4578, 2946, 92, 1, 0, 0, 0, 0, 1, 1), + (4579, 2949, 92, 1, 0, 0, 0, 0, 1, 1), + (4580, 3096, 92, 1, 0, 0, 0, 0, 1, 1), + (4581, 3098, 92, 0, 128, 0, 0, 0, 75, 75), + (4582, 3140, 92, 1056, 0, 0, 0, 0, 77, 79), + (4583, 3156, 92, 1056, 0, 2802, 0, 0, 79, 82), + (4584, 3176, 92, 1, 0, 0, 0, 0, 1, 1), + (4585, 3184, 92, 1, 0, 0, 0, 0, 1, 1), + (4586, 3186, 92, 1, 0, 0, 0, 0, 1, 1), + (4587, 3277, 92, 0, 128, 0, 0, 0, 75, 80), + (4588, 3293, 92, 0, 128, 0, 0, 0, 60, 60), + (4589, 3310, 92, 0, 0, 0, 0, 0, 0, 0), + (4590, 3312, 92, 1, 0, 0, 0, 0, 1, 1), + (4591, 3337, 92, 18000, 0, 0, 0, 0, 80, 85), + (4592, 3354, 92, 1, 0, 0, 0, 0, 1, 1), + (4593, 3366, 92, 1, 0, 0, 0, 0, 1, 1), + (4594, 3391, 92, 1, 0, 0, 0, 0, 1, 1), + (4595, 3541, 92, 1056, 0, 3120, 0, 0, 77, 79), + (4596, 3562, 92, 0, 128, 0, 0, 0, 60, 60), + (4597, 3563, 92, 0, 128, 3141, 0, 0, 75, 80), + (4598, 3564, 92, 0, 128, 0, 0, 0, 60, 60), + (4599, 3565, 92, 0, 128, 3147, 0, 0, 75, 80), + (4600, 3566, 92, 0, 128, 0, 0, 0, 60, 60), + (4601, 3569, 92, 0, 128, 3159, 0, 0, 75, 80), + (4602, 3570, 92, 0, 128, 0, 0, 0, 60, 60), + (4603, 3576, 92, 0, 128, 0, 0, 0, 75, 80), + (4604, 3624, 92, 0, 128, 0, 0, 0, 75, 75), + (4605, 3757, 92, 0, 0, 3347, 0, 0, 0, 0), + (4606, 3769, 92, 1056, 0, 3356, 0, 0, 79, 82), + (4607, 3912, 92, 1056, 4, 3501, 0, 0, 75, 82), + (4608, 3926, 92, 1, 0, 0, 0, 0, 1, 1), + (4609, 4081, 92, 1, 0, 0, 0, 0, 1, 1), + (4610, 4118, 92, 1, 0, 0, 0, 0, 1, 1), + (4611, 4120, 92, 1056, 0, 3676, 0, 0, 77, 79), + (4612, 4208, 92, 18000, 0, 0, 0, 0, 80, 85), + (4613, 4228, 92, 0, 128, 0, 0, 0, 60, 60), + (4614, 4238, 92, 1056, 0, 4018, 0, 0, 76, 78), + (4615, 4296, 92, 0, 128, 0, 0, 0, 60, 60), + (4616, 4309, 92, 1056, 4, 4096, 0, 0, 75, 82), + (4617, 4315, 92, 0, 128, 0, 0, 0, 60, 60), + (4618, 4494, 92, 0, 128, 0, 0, 0, 0, 0), + (4619, 4495, 92, 0, 128, 0, 0, 0, 75, 75), + (4620, 4496, 92, 0, 128, 0, 0, 0, 75, 75), + (4621, 4498, 92, 0, 0, 0, 0, 0, 0, 0), + (4622, 4510, 92, 0, 128, 0, 0, 0, 0, 0), + (4623, 4520, 92, 0, 128, 0, 0, 0, 0, 0), + (4624, 1, 93, 0, 0, 0, 0, 0, 0, 0), + (4625, 2, 93, 0, 0, 0, 0, 0, 0, 0), + (4626, 3, 93, 0, 0, 0, 0, 0, 0, 0), + (4627, 7, 93, 0, 0, 0, 0, 0, 0, 0), + (4628, 10, 93, 0, 0, 0, 0, 0, 0, 0), + (4629, 13, 93, 0, 0, 0, 0, 0, 0, 0), + (4630, 50, 93, 0, 0, 0, 0, 0, 0, 0), + (4631, 125, 93, 0, 0, 0, 0, 0, 0, 0), + (4632, 278, 93, 0, 0, 0, 0, 0, 0, 0), + (4633, 525, 93, 0, 0, 0, 0, 0, 0, 0), + (4634, 538, 93, 0, 0, 0, 0, 0, 0, 0), + (4635, 600, 93, 0, 0, 0, 0, 0, 0, 0), + (4636, 601, 93, 0, 0, 0, 0, 0, 0, 0), + (4637, 602, 93, 0, 0, 0, 0, 0, 0, 0), + (4638, 609, 93, 0, 0, 0, 0, 0, 0, 0), + (4639, 907, 93, 0, 0, 0, 0, 0, 0, 0), + (4640, 1753, 93, 0, 0, 0, 0, 0, 0, 0), + (4641, 1841, 93, 0, 0, 1601, 0, 0, 0, 0), + (4642, 2102, 93, 0, 0, 0, 0, 0, 0, 0), + (4643, 2322, 93, 0, 0, 1988, 0, 0, 0, 0), + (4644, 2415, 93, 0, 0, 0, 0, 0, 0, 0), + (4645, 2486, 93, 0, 0, 0, 0, 0, 0, 0), + (4646, 3273, 93, 0, 0, 0, 0, 0, 0, 0), + (4647, 3274, 93, 0, 0, 0, 0, 0, 0, 0), + (4648, 3275, 93, 0, 0, 0, 0, 0, 0, 0), + (4649, 3277, 93, 0, 0, 0, 0, 0, 0, 0), + (4650, 3352, 93, 0, 0, 0, 0, 0, 0, 0), + (4651, 3353, 93, 0, 0, 0, 0, 0, 0, 0), + (4652, 3463, 93, 0, 0, 3054, 0, 0, 0, 0), + (4653, 3464, 93, 0, 0, 3058, 0, 0, 0, 0), + (4654, 3769, 93, 0, 0, 0, 0, 0, 0, 0), + (4655, 3823, 93, 0, 0, 0, 0, 0, 0, 0), + (4656, 3986, 93, 0, 0, 0, 0, 0, 0, 0), + (4657, 3987, 93, 0, 0, 0, 0, 0, 0, 0), + (4658, 3988, 93, 0, 0, 0, 0, 0, 0, 0), + (4659, 4078, 93, 0, 0, 0, 0, 0, 0, 0), + (4660, 4249, 93, 0, 0, 0, 0, 0, 0, 0), + (4661, 18, 94, 1, 0, 0, 0, 0, 1, 1), + (4662, 30, 94, 1, 0, 0, 0, 0, 1, 1), + (4663, 31, 94, 1, 0, 0, 0, 0, 1, 1), + (4664, 32, 94, 1, 0, 0, 0, 0, 1, 1), + (4665, 33, 94, 1, 0, 0, 0, 0, 1, 1), + (4666, 37, 94, 1, 0, 0, 0, 0, 1, 1), + (4667, 75, 94, 0, 0, 0, 0, 0, 0, 0), + (4668, 84, 94, 1, 0, 0, 0, 0, 1, 1), + (4669, 89, 94, 0, 0, 0, 0, 0, 0, 0), + (4670, 90, 94, 1, 0, 0, 0, 0, 1, 1), + (4671, 91, 94, 1, 0, 0, 0, 0, 1, 1), + (4672, 126, 94, 0, 0, 0, 0, 0, 0, 0), + (4673, 205, 94, 1, 0, 0, 0, 0, 1, 1), + (4674, 227, 94, 1, 0, 0, 0, 0, 1, 1), + (4675, 231, 94, 1, 0, 0, 0, 0, 1, 1), + (4676, 291, 94, 1, 0, 0, 0, 0, 1, 1), + (4677, 311, 94, 1, 0, 0, 0, 0, 1, 1), + (4678, 312, 94, 1, 0, 0, 0, 0, 1, 1), + (4679, 320, 94, 0, 0, 0, 0, 0, 0, 0), + (4680, 502, 94, 0, 128, 0, 0, 0, 75, 80), + (4681, 526, 94, 1, 0, 0, 0, 0, 1, 1), + (4682, 549, 94, 1, 0, 0, 0, 0, 1, 1), + (4683, 616, 94, 1, 0, 0, 0, 0, 1, 1), + (4684, 631, 94, 1, 0, 0, 0, 0, 1, 1), + (4685, 637, 94, 1, 0, 0, 0, 0, 1, 1), + (4686, 714, 94, 1, 0, 0, 0, 0, 1, 1), + (4687, 725, 94, 1, 0, 0, 0, 0, 1, 1), + (4688, 772, 94, 1, 0, 0, 0, 0, 1, 1), + (4689, 775, 94, 0, 128, 0, 0, 0, 75, 80), + (4690, 776, 94, 0, 128, 0, 0, 0, 75, 80), + (4691, 805, 94, 1, 0, 0, 0, 0, 1, 1), + (4692, 842, 94, 1, 0, 0, 0, 0, 1, 1), + (4693, 896, 94, 1, 0, 0, 0, 0, 1, 1), + (4694, 903, 94, 1, 0, 0, 0, 0, 1, 1), + (4695, 953, 94, 0, 0, 669, 0, 0, 0, 0), + (4696, 960, 94, 1, 0, 0, 0, 0, 1, 1), + (4697, 1055, 94, 0, 128, 0, 0, 0, 60, 60), + (4698, 1056, 94, 0, 128, 754, 0, 0, 60, 60), + (4699, 1057, 94, 0, 128, 0, 0, 0, 60, 60), + (4700, 1062, 94, 0, 128, 0, 0, 0, 60, 60), + (4701, 1064, 94, 0, 128, 0, 0, 0, 60, 60), + (4702, 1141, 94, 1, 0, 0, 0, 0, 1, 1), + (4703, 1143, 94, 1, 0, 0, 0, 0, 1, 1), + (4704, 1262, 94, 0, 128, 0, 0, 0, 75, 75), + (4705, 1279, 94, 1, 0, 0, 0, 0, 1, 1), + (4706, 1324, 94, 1, 0, 0, 0, 0, 1, 1), + (4707, 1333, 94, 0, 128, 0, 0, 0, 75, 80), + (4708, 1358, 94, 1, 0, 0, 0, 0, 1, 1), + (4709, 1408, 94, 0, 128, 0, 0, 0, 50, 50), + (4710, 1470, 94, 1, 0, 0, 0, 0, 1, 1), + (4711, 1574, 94, 0, 128, 0, 0, 0, 60, 60), + (4712, 1681, 94, 0, 128, 0, 0, 0, 60, 60), + (4713, 1875, 94, 1, 0, 0, 0, 0, 1, 1), + (4714, 2044, 94, 1, 0, 0, 0, 0, 1, 1), + (4715, 2100, 94, 0, 128, 0, 0, 0, 75, 75), + (4716, 2137, 94, 1, 0, 0, 0, 0, 1, 1), + (4717, 2179, 94, 1, 0, 0, 0, 0, 1, 1), + (4718, 2180, 94, 0, 128, 0, 0, 0, 60, 60), + (4719, 2197, 94, 1, 0, 0, 0, 0, 1, 1), + (4720, 2198, 94, 0, 0, 1874, 0, 0, 0, 0), + (4721, 2226, 94, 1, 0, 0, 0, 0, 1, 1), + (4722, 2306, 94, 1, 0, 0, 0, 0, 1, 1), + (4723, 2391, 94, 1, 0, 0, 0, 0, 1, 1), + (4724, 2403, 94, 1, 0, 0, 0, 0, 1, 1), + (4725, 2405, 94, 1, 0, 0, 0, 0, 1, 1), + (4726, 2406, 94, 1, 0, 0, 0, 0, 1, 1), + (4727, 2415, 94, 0, 0, 0, 0, 0, 0, 0), + (4728, 2451, 94, 1, 0, 0, 0, 0, 1, 1), + (4729, 2455, 94, 1, 0, 0, 0, 0, 1, 1), + (4730, 2460, 94, 1, 0, 0, 0, 0, 1, 1), + (4731, 2583, 94, 0, 0, 0, 0, 0, 0, 0), + (4732, 2655, 94, 1, 0, 0, 0, 0, 1, 1), + (4733, 2730, 94, 1, 0, 0, 0, 0, 1, 1), + (4734, 2737, 94, 0, 0, 0, 0, 0, 0, 0), + (4735, 2776, 94, 0, 0, 2391, 0, 0, 0, 0), + (4736, 2799, 94, 1, 0, 0, 0, 0, 1, 1), + (4737, 2929, 94, 1, 0, 0, 0, 0, 1, 1), + (4738, 2946, 94, 1, 0, 0, 0, 0, 1, 1), + (4739, 2949, 94, 1, 0, 0, 0, 0, 1, 1), + (4740, 3096, 94, 1, 0, 0, 0, 0, 1, 1), + (4741, 3105, 94, 1, 0, 0, 0, 0, 1, 1), + (4742, 3106, 94, 1, 0, 0, 0, 0, 1, 1), + (4743, 3139, 94, 1, 0, 0, 0, 0, 1, 1), + (4744, 3158, 94, 0, 128, 2804, 0, 0, 60, 60), + (4745, 3176, 94, 1, 0, 0, 0, 0, 1, 1), + (4746, 3184, 94, 1, 0, 0, 0, 0, 1, 1), + (4747, 3186, 94, 1, 0, 0, 0, 0, 1, 1), + (4748, 3239, 94, 1, 0, 0, 0, 0, 1, 1), + (4749, 3243, 94, 1, 0, 0, 0, 0, 1, 1), + (4750, 3310, 94, 0, 0, 0, 0, 0, 0, 0), + (4751, 3312, 94, 1, 0, 0, 0, 0, 1, 1), + (4752, 3366, 94, 1, 0, 0, 0, 0, 1, 1), + (4753, 3387, 94, 0, 0, 0, 0, 0, 0, 0), + (4754, 3391, 94, 1, 0, 0, 0, 0, 1, 1), + (4755, 3504, 94, 1, 0, 0, 0, 0, 1, 1), + (4756, 3562, 94, 0, 128, 0, 0, 0, 60, 60), + (4757, 3563, 94, 0, 128, 0, 0, 0, 75, 80), + (4758, 3564, 94, 0, 128, 0, 0, 0, 60, 60), + (4759, 3565, 94, 0, 128, 3153, 0, 0, 75, 80), + (4760, 3566, 94, 0, 128, 0, 0, 0, 60, 60), + (4761, 3569, 94, 0, 128, 0, 0, 0, 75, 80), + (4762, 3570, 94, 0, 128, 0, 0, 0, 60, 60), + (4763, 3576, 94, 0, 128, 0, 0, 0, 75, 80), + (4764, 3913, 94, 1, 0, 0, 0, 0, 1, 1), + (4765, 3926, 94, 1, 0, 0, 0, 0, 1, 1), + (4766, 4061, 94, 0, 0, 0, 0, 0, 0, 0), + (4767, 4072, 94, 0, 0, 0, 0, 0, 0, 0), + (4768, 4081, 94, 1, 0, 0, 0, 0, 1, 1), + (4769, 4118, 94, 1, 0, 0, 0, 0, 1, 1), + (4770, 4211, 94, 0, 0, 0, 0, 0, 0, 0), + (4771, 4212, 94, 0, 0, 3989, 0, 0, 0, 0), + (4772, 4227, 94, 1, 0, 0, 0, 0, 1, 1), + (4773, 4298, 94, 0, 128, 0, 0, 0, 60, 60), + (4774, 4338, 94, 1, 0, 0, 0, 0, 1, 1), + (4775, 4339, 94, 1, 0, 0, 0, 0, 1, 1), + (4776, 4420, 94, 0, 128, 0, 0, 0, 60, 60), + (4777, 4458, 94, 0, 128, 0, 0, 0, 75, 80), + (4778, 4493, 94, 0, 0, 0, 0, 0, 0, 0), + (4779, 4515, 94, 1, 0, 0, 0, 0, 1, 1), + (4780, 4517, 94, 1, 0, 0, 0, 0, 1, 1), + (4781, 18, 95, 1, 0, 0, 0, 0, 1, 1), + (4782, 30, 95, 1, 0, 0, 0, 0, 1, 1), + (4783, 31, 95, 1, 0, 0, 0, 0, 1, 1), + (4784, 32, 95, 1, 0, 0, 0, 0, 1, 1), + (4785, 33, 95, 1, 0, 0, 0, 0, 1, 1), + (4786, 37, 95, 1, 0, 0, 0, 0, 1, 1), + (4787, 75, 95, 0, 0, 0, 0, 0, 0, 0), + (4788, 84, 95, 1, 0, 0, 0, 0, 1, 1), + (4789, 89, 95, 0, 0, 0, 0, 0, 0, 0), + (4790, 90, 95, 1, 0, 0, 0, 0, 1, 1), + (4791, 91, 95, 1, 0, 0, 0, 0, 1, 1), + (4792, 126, 95, 0, 0, 0, 0, 0, 0, 0), + (4793, 205, 95, 1, 0, 0, 0, 0, 1, 1), + (4794, 227, 95, 1, 0, 0, 0, 0, 1, 1), + (4795, 291, 95, 1, 0, 0, 0, 0, 1, 1), + (4796, 311, 95, 1, 0, 0, 0, 0, 1, 1), + (4797, 312, 95, 1, 0, 0, 0, 0, 1, 1), + (4798, 320, 95, 0, 0, 0, 0, 0, 0, 0), + (4799, 502, 95, 0, 128, 0, 0, 0, 75, 80), + (4800, 526, 95, 1, 0, 0, 0, 0, 1, 1), + (4801, 549, 95, 1, 0, 0, 0, 0, 1, 1), + (4802, 583, 95, 330, 0, 432, 0, 0, 15, 17), + (4803, 616, 95, 1, 0, 0, 0, 0, 1, 1), + (4804, 631, 95, 0, 0, 0, 0, 0, 0, 0), + (4805, 637, 95, 1, 0, 0, 0, 0, 1, 1), + (4806, 650, 95, 330, 0, 481, 0, 0, 22, 25), + (4807, 714, 95, 1, 0, 0, 0, 0, 1, 1), + (4808, 725, 95, 1, 0, 0, 0, 0, 1, 1), + (4809, 772, 95, 0, 0, 0, 0, 0, 0, 0), + (4810, 775, 95, 0, 128, 0, 0, 0, 75, 80), + (4811, 776, 95, 0, 128, 0, 0, 0, 75, 80), + (4812, 802, 95, 0, 0, 0, 0, 0, 0, 0), + (4813, 803, 95, 0, 0, 0, 0, 0, 0, 0), + (4814, 831, 95, 330, 0, 592, 0, 0, 18, 21), + (4815, 896, 95, 1, 0, 0, 0, 0, 1, 1), + (4816, 903, 95, 1, 0, 0, 0, 0, 1, 1), + (4817, 915, 95, 0, 128, 0, 0, 0, 88, 90), + (4818, 953, 95, 0, 0, 669, 0, 0, 0, 0), + (4819, 960, 95, 1, 0, 0, 0, 0, 1, 1), + (4820, 1055, 95, 0, 128, 0, 0, 0, 60, 60), + (4821, 1056, 95, 0, 128, 754, 0, 0, 60, 60), + (4822, 1057, 95, 0, 128, 0, 0, 0, 60, 60), + (4823, 1059, 95, 0, 128, 0, 0, 0, 60, 60), + (4824, 1062, 95, 0, 128, 0, 0, 0, 60, 60), + (4825, 1064, 95, 0, 128, 0, 0, 0, 60, 60), + (4826, 1141, 95, 1, 0, 0, 0, 0, 1, 1), + (4827, 1143, 95, 1, 0, 0, 0, 0, 1, 1), + (4828, 1262, 95, 0, 128, 0, 0, 0, 75, 75), + (4829, 1279, 95, 1, 0, 0, 0, 0, 1, 1), + (4830, 1314, 95, 0, 0, 0, 0, 0, 0, 0), + (4831, 1324, 95, 1, 0, 0, 0, 0, 1, 1), + (4832, 1333, 95, 0, 128, 0, 0, 0, 75, 80), + (4833, 1336, 95, 0, 128, 949, 0, 0, 12, 15), + (4834, 1358, 95, 1, 0, 0, 0, 0, 1, 1), + (4835, 1408, 95, 0, 128, 1035, 0, 0, 50, 50), + (4836, 1470, 95, 1, 0, 0, 0, 0, 1, 1), + (4837, 1574, 95, 0, 128, 0, 0, 0, 60, 60), + (4838, 1652, 95, 330, 0, 1281, 0, 0, 56, 59), + (4839, 1662, 95, 330, 0, 1300, 0, 0, 56, 59), + (4840, 1681, 95, 0, 128, 0, 0, 0, 60, 60), + (4841, 1688, 95, 0, 128, 0, 0, 0, 75, 75), + (4842, 1695, 95, 330, 0, 1409, 0, 0, 56, 59), + (4843, 1696, 95, 330, 0, 0, 0, 0, 57, 62), + (4844, 1713, 95, 330, 0, 1456, 0, 0, 56, 59), + (4845, 1731, 95, 0, 128, 0, 0, 0, 45, 48), + (4846, 1875, 95, 1, 0, 0, 0, 0, 1, 1), + (4847, 2044, 95, 1, 0, 0, 0, 0, 1, 1), + (4848, 2100, 95, 0, 128, 0, 0, 0, 75, 75), + (4849, 2137, 95, 1, 0, 0, 0, 0, 1, 1), + (4850, 2145, 95, 3960, 0, 1842, 0, 0, 17, 18), + (4851, 2179, 95, 1, 0, 0, 0, 0, 1, 1), + (4852, 2180, 95, 0, 128, 0, 0, 0, 60, 60), + (4853, 2197, 95, 0, 0, 0, 0, 0, 0, 0), + (4854, 2198, 95, 0, 0, 1875, 0, 0, 0, 0), + (4855, 2226, 95, 1, 0, 0, 0, 0, 1, 1), + (4856, 2306, 95, 1, 0, 0, 0, 0, 1, 1), + (4857, 2391, 95, 1, 0, 0, 0, 0, 1, 1), + (4858, 2403, 95, 1, 0, 0, 0, 0, 1, 1), + (4859, 2405, 95, 1, 0, 0, 0, 0, 1, 1), + (4860, 2406, 95, 1, 0, 0, 0, 0, 1, 1), + (4861, 2415, 95, 0, 0, 0, 0, 0, 0, 0), + (4862, 2455, 95, 0, 0, 0, 0, 0, 0, 0), + (4863, 2460, 95, 1, 0, 0, 0, 0, 1, 1), + (4864, 2472, 95, 330, 1, 2111, 0, 0, 45, 47), + (4865, 2655, 95, 0, 0, 0, 0, 0, 0, 0), + (4866, 2730, 95, 1, 0, 0, 0, 0, 1, 1), + (4867, 2737, 95, 0, 0, 0, 0, 0, 0, 0), + (4868, 2768, 95, 0, 128, 2381, 0, 0, 12, 15), + (4869, 2769, 95, 0, 128, 2384, 0, 0, 12, 15), + (4870, 2776, 95, 0, 0, 2392, 0, 0, 0, 0), + (4871, 2799, 95, 1, 0, 0, 0, 0, 1, 1), + (4872, 2946, 95, 1, 0, 0, 0, 0, 1, 1), + (4873, 2949, 95, 1, 0, 0, 0, 0, 1, 1), + (4874, 3096, 95, 1, 0, 0, 0, 0, 1, 1), + (4875, 3139, 95, 1, 0, 0, 0, 0, 1, 1), + (4876, 3148, 95, 330, 0, 2785, 0, 0, 51, 54), + (4877, 3158, 95, 0, 128, 2804, 0, 0, 60, 60), + (4878, 3176, 95, 1, 0, 0, 0, 0, 1, 1), + (4879, 3181, 95, 330, 0, 2822, 0, 0, 56, 67), + (4880, 3182, 95, 0, 0, 0, 0, 0, 0, 0), + (4881, 3184, 95, 1, 0, 0, 0, 0, 1, 1), + (4882, 3186, 95, 1, 0, 0, 0, 0, 1, 1), + (4883, 3187, 95, 0, 0, 0, 0, 0, 0, 0), + (4884, 3222, 95, 0, 128, 2853, 0, 0, 12, 15), + (4885, 3239, 95, 1, 0, 0, 0, 0, 1, 1), + (4886, 3243, 95, 0, 0, 0, 0, 0, 0, 0), + (4887, 3304, 95, 330, 0, 2918, 0, 0, 49, 52), + (4888, 3310, 95, 0, 0, 0, 0, 0, 0, 0), + (4889, 3312, 95, 1, 0, 0, 0, 0, 1, 1), + (4890, 3366, 95, 1, 0, 0, 0, 0, 1, 1), + (4891, 3371, 95, 330, 0, 2971, 0, 0, 22, 25), + (4892, 3387, 95, 0, 0, 0, 0, 0, 0, 0), + (4893, 3391, 95, 1, 0, 0, 0, 0, 1, 1), + (4894, 3448, 95, 86400, 0, 0, 0, 0, 88, 88), + (4895, 3488, 95, 0, 128, 3066, 0, 0, 12, 15), + (4896, 3489, 95, 330, 0, 3068, 0, 0, 35, 37), + (4897, 3490, 95, 330, 0, 3069, 0, 0, 12, 15), + (4898, 3504, 95, 1, 0, 0, 0, 0, 1, 1), + (4899, 3562, 95, 0, 128, 0, 0, 0, 60, 60), + (4900, 3563, 95, 0, 128, 3143, 0, 0, 75, 80), + (4901, 3564, 95, 0, 128, 0, 0, 0, 60, 60), + (4902, 3565, 95, 0, 128, 3154, 0, 0, 75, 80), + (4903, 3566, 95, 0, 0, 0, 0, 0, 0, 0), + (4904, 3569, 95, 0, 128, 3164, 0, 0, 75, 80), + (4905, 3570, 95, 0, 128, 0, 0, 0, 60, 60), + (4906, 3576, 95, 0, 128, 0, 0, 0, 75, 80), + (4907, 3584, 95, 0, 0, 0, 0, 0, 0, 0), + (4908, 3913, 95, 1, 0, 0, 0, 0, 1, 1), + (4909, 3920, 95, 0, 0, 0, 0, 0, 0, 0), + (4910, 3923, 95, 330, 0, 3526, 0, 0, 10, 12), + (4911, 3926, 95, 1, 0, 0, 0, 0, 1, 1), + (4912, 3934, 95, 330, 0, 0, 0, 0, 49, 52), + (4913, 4081, 95, 1, 0, 0, 0, 0, 1, 1), + (4914, 4118, 95, 1, 0, 0, 0, 0, 1, 1), + (4915, 4211, 95, 0, 0, 0, 0, 0, 0, 0), + (4916, 4212, 95, 0, 0, 3990, 0, 0, 0, 0), + (4917, 4227, 95, 0, 0, 0, 0, 0, 0, 0), + (4918, 4267, 95, 0, 0, 4038, 0, 0, 0, 0), + (4919, 4298, 95, 0, 128, 0, 0, 0, 60, 60), + (4920, 4338, 95, 0, 0, 0, 0, 0, 0, 0), + (4921, 4339, 95, 0, 0, 0, 0, 0, 0, 0), + (4922, 4405, 95, 330, 0, 4216, 0, 0, 61, 63), + (4923, 4411, 95, 330, 0, 4226, 0, 0, 62, 64), + (4924, 4420, 95, 0, 128, 0, 0, 0, 60, 60), + (4925, 4421, 95, 0, 128, 0, 0, 0, 60, 60), + (4926, 4426, 95, 330, 0, 4245, 0, 0, 61, 63), + (4927, 4432, 95, 330, 0, 4262, 0, 0, 61, 63), + (4928, 4439, 95, 0, 0, 4273, 0, 0, 0, 0), + (4929, 4440, 95, 330, 0, 4276, 0, 0, 62, 64), + (4930, 4441, 95, 330, 0, 4277, 0, 0, 61, 63), + (4931, 4448, 95, 330, 0, 4298, 0, 0, 61, 63), + (4932, 4454, 95, 0, 128, 0, 0, 0, 56, 58), + (4933, 4457, 95, 0, 128, 0, 0, 0, 60, 60), + (4934, 4458, 95, 0, 128, 0, 0, 0, 75, 80), + (4935, 4515, 95, 0, 0, 0, 0, 0, 0, 0), + (4936, 4517, 95, 0, 0, 0, 0, 0, 0, 0), + (4937, 18, 96, 1, 0, 0, 0, 0, 1, 1), + (4938, 37, 96, 1, 0, 0, 0, 0, 1, 1), + (4939, 71, 96, 330, 4, 41, 0, 0, 75, 75), + (4940, 75, 96, 0, 0, 0, 0, 0, 0, 0), + (4941, 84, 96, 1, 0, 0, 0, 0, 1, 1), + (4942, 89, 96, 0, 0, 0, 0, 0, 0, 0), + (4943, 90, 96, 1, 0, 0, 0, 0, 1, 1), + (4944, 91, 96, 1, 0, 0, 0, 0, 1, 1), + (4945, 101, 96, 1, 0, 0, 0, 0, 1, 1), + (4946, 126, 96, 0, 0, 0, 0, 0, 0, 0), + (4947, 205, 96, 1, 0, 0, 0, 0, 1, 1), + (4948, 227, 96, 1, 0, 0, 0, 0, 1, 1), + (4949, 260, 96, 0, 0, 0, 0, 0, 0, 0), + (4950, 291, 96, 1, 0, 0, 0, 0, 1, 1), + (4951, 311, 96, 1, 0, 0, 0, 0, 1, 1), + (4952, 312, 96, 1, 0, 0, 0, 0, 1, 1), + (4953, 320, 96, 0, 0, 0, 0, 0, 0, 0), + (4954, 502, 96, 1, 0, 0, 0, 0, 1, 1), + (4955, 526, 96, 1, 0, 0, 0, 0, 1, 1), + (4956, 549, 96, 1, 0, 0, 0, 0, 1, 1), + (4957, 616, 96, 1, 0, 0, 0, 0, 1, 1), + (4958, 637, 96, 0, 128, 0, 0, 0, 60, 64), + (4959, 650, 96, 330, 0, 481, 0, 0, 34, 37), + (4960, 714, 96, 1, 0, 0, 0, 0, 1, 1), + (4961, 725, 96, 1, 0, 0, 0, 0, 1, 1), + (4962, 772, 96, 0, 0, 0, 0, 0, 0, 0), + (4963, 775, 96, 0, 128, 0, 0, 0, 75, 80), + (4964, 776, 96, 0, 128, 0, 0, 0, 60, 60), + (4965, 814, 96, 1, 0, 0, 0, 0, 1, 1), + (4966, 816, 96, 1, 0, 0, 0, 0, 1, 1), + (4967, 896, 96, 1, 0, 0, 0, 0, 1, 1), + (4968, 903, 96, 1, 0, 0, 0, 0, 1, 1), + (4969, 915, 96, 0, 128, 0, 0, 0, 88, 90), + (4970, 940, 96, 330, 0, 660, 0, 0, 34, 37), + (4971, 953, 96, 0, 0, 669, 0, 0, 0, 0), + (4972, 960, 96, 1, 0, 0, 0, 0, 1, 1), + (4973, 1055, 96, 0, 128, 0, 0, 0, 60, 60), + (4974, 1056, 96, 0, 128, 754, 0, 0, 60, 60), + (4975, 1057, 96, 0, 128, 0, 0, 0, 60, 60), + (4976, 1062, 96, 0, 128, 0, 0, 0, 75, 75), + (4977, 1063, 96, 0, 128, 0, 0, 0, 75, 80), + (4978, 1064, 96, 0, 128, 0, 0, 0, 60, 60), + (4979, 1099, 96, 330, 0, 785, 0, 0, 55, 60), + (4980, 1141, 96, 1, 0, 0, 0, 0, 1, 1), + (4981, 1143, 96, 1, 0, 0, 0, 0, 1, 1), + (4982, 1160, 96, 330, 4, 829, 0, 0, 75, 75), + (4983, 1262, 96, 1, 0, 0, 0, 0, 1, 1), + (4984, 1279, 96, 0, 128, 0, 0, 0, 60, 60), + (4985, 1314, 96, 0, 128, 0, 0, 0, 75, 80), + (4986, 1324, 96, 1, 0, 0, 0, 0, 1, 1), + (4987, 1333, 96, 0, 128, 0, 0, 0, 60, 60), + (4988, 1358, 96, 1, 0, 0, 0, 0, 1, 1), + (4989, 1408, 96, 1, 0, 1035, 0, 0, 1, 1), + (4990, 1470, 96, 1, 0, 0, 0, 0, 1, 1), + (4991, 1574, 96, 1, 0, 0, 0, 0, 1, 1), + (4992, 1681, 96, 1, 0, 0, 0, 0, 1, 1), + (4993, 1688, 96, 0, 128, 0, 0, 0, 75, 75), + (4994, 1698, 96, 330, 0, 1414, 0, 0, 62, 64), + (4995, 1875, 96, 0, 0, 0, 0, 0, 0, 0), + (4996, 1986, 96, 1, 0, 0, 0, 0, 1, 1), + (4997, 2044, 96, 1, 0, 0, 0, 0, 1, 1), + (4998, 2100, 96, 0, 128, 0, 0, 0, 60, 60), + (4999, 2137, 96, 0, 128, 0, 0, 0, 75, 80), + (5000, 2167, 96, 330, 0, 1864, 0, 0, 65, 68), + (5001, 2179, 96, 1, 0, 0, 0, 0, 1, 1), + (5002, 2180, 96, 1, 0, 0, 0, 0, 1, 1), + (5003, 2197, 96, 1, 0, 0, 0, 0, 1, 1), + (5004, 2198, 96, 0, 0, 1876, 0, 0, 0, 0), + (5005, 2226, 96, 1, 0, 0, 0, 0, 1, 1), + (5006, 2268, 96, 14400, 0, 1941, 0, 0, 65, 65), + (5007, 2306, 96, 1, 0, 0, 0, 0, 1, 1), + (5008, 2308, 96, 0, 0, 0, 0, 0, 0, 0), + (5009, 2391, 96, 1, 0, 0, 0, 0, 1, 1), + (5010, 2403, 96, 1, 0, 0, 0, 0, 1, 1), + (5011, 2405, 96, 1, 0, 0, 0, 0, 1, 1), + (5012, 2406, 96, 1, 0, 0, 0, 0, 1, 1), + (5013, 2456, 96, 330, 0, 2100, 0, 0, 31, 34), + (5014, 2460, 96, 1, 0, 0, 0, 0, 1, 1), + (5015, 2730, 96, 0, 128, 0, 0, 0, 60, 60), + (5016, 2737, 96, 0, 0, 2342, 0, 0, 0, 0), + (5017, 2776, 96, 0, 0, 2393, 0, 0, 0, 0), + (5018, 2799, 96, 1, 0, 0, 0, 0, 1, 1), + (5019, 2929, 96, 1, 0, 0, 0, 0, 1, 1), + (5020, 2946, 96, 1, 0, 0, 0, 0, 1, 1), + (5021, 2949, 96, 1, 0, 0, 0, 0, 1, 1), + (5022, 3096, 96, 0, 128, 0, 0, 0, 60, 60), + (5023, 3105, 96, 0, 0, 0, 0, 0, 0, 0), + (5024, 3106, 96, 1, 0, 0, 0, 0, 1, 1), + (5025, 3139, 96, 0, 0, 0, 0, 0, 0, 0), + (5026, 3148, 96, 330, 0, 2786, 0, 0, 51, 54), + (5027, 3149, 96, 1, 0, 0, 0, 0, 1, 1), + (5028, 3158, 96, 0, 128, 2804, 0, 0, 60, 60), + (5029, 3176, 96, 0, 128, 0, 0, 0, 60, 60), + (5030, 3184, 96, 1, 0, 0, 0, 0, 1, 1), + (5031, 3186, 96, 1, 0, 0, 0, 0, 1, 1), + (5032, 3239, 96, 1, 0, 0, 0, 0, 1, 1), + (5033, 3243, 96, 1, 0, 0, 0, 0, 1, 1), + (5034, 3304, 96, 330, 0, 2919, 0, 0, 59, 62), + (5035, 3310, 96, 0, 0, 0, 0, 0, 0, 0), + (5036, 3312, 96, 1, 0, 0, 0, 0, 1, 1), + (5037, 3366, 96, 1, 0, 0, 0, 0, 1, 1), + (5038, 3387, 96, 0, 0, 0, 0, 0, 0, 0), + (5039, 3391, 96, 1, 0, 0, 0, 0, 1, 1), + (5040, 3504, 96, 0, 0, 0, 0, 0, 0, 0), + (5041, 3562, 96, 1, 0, 0, 0, 0, 1, 1), + (5042, 3563, 96, 0, 128, 3141, 0, 0, 60, 60), + (5043, 3564, 96, 0, 128, 0, 0, 0, 60, 60), + (5044, 3565, 96, 0, 128, 3147, 0, 0, 60, 60), + (5045, 3566, 96, 0, 128, 0, 0, 0, 60, 60), + (5046, 3569, 96, 0, 128, 3159, 0, 0, 60, 60), + (5047, 3570, 96, 0, 128, 0, 0, 0, 60, 60), + (5048, 3576, 96, 1, 0, 0, 0, 0, 1, 1), + (5049, 3846, 96, 1, 0, 0, 0, 0, 1, 1), + (5050, 3913, 96, 1, 0, 0, 0, 0, 1, 1), + (5051, 3920, 96, 0, 0, 0, 0, 0, 0, 0), + (5052, 3926, 96, 0, 128, 0, 0, 0, 60, 60), + (5053, 4081, 96, 1, 0, 0, 0, 0, 1, 1), + (5054, 4118, 96, 1, 0, 0, 0, 0, 1, 1), + (5055, 4211, 96, 0, 0, 0, 0, 0, 0, 0), + (5056, 4212, 96, 0, 0, 3991, 0, 0, 0, 0), + (5057, 4256, 96, 330, 0, 4028, 0, 0, 29, 37), + (5058, 4285, 96, 330, 0, 4065, 0, 0, 26, 28), + (5059, 4297, 96, 330, 0, 4079, 0, 0, 60, 65), + (5060, 4298, 96, 0, 128, 0, 0, 0, 68, 72), + (5061, 4338, 96, 1, 0, 0, 0, 0, 1, 1), + (5062, 4339, 96, 0, 0, 0, 0, 0, 0, 0), + (5063, 4416, 96, 330, 0, 4231, 0, 0, 63, 68), + (5064, 4420, 96, 0, 128, 0, 0, 0, 75, 80), + (5065, 4421, 96, 0, 128, 0, 0, 0, 60, 60), + (5066, 4423, 96, 330, 0, 4237, 0, 0, 36, 68), + (5067, 4428, 96, 330, 0, 4252, 0, 0, 63, 68), + (5068, 4444, 96, 330, 0, 4284, 0, 0, 63, 68), + (5069, 4456, 96, 330, 0, 4309, 0, 0, 63, 68), + (5070, 4457, 96, 0, 128, 0, 0, 0, 60, 60), + (5071, 4458, 96, 0, 128, 0, 0, 0, 60, 60), + (5072, 4459, 96, 330, 0, 4314, 0, 0, 63, 68), + (5073, 4481, 96, 0, 0, 0, 0, 0, 0, 0), + (5074, 4485, 96, 0, 0, 0, 0, 0, 0, 0), + (5075, 4486, 96, 0, 0, 4340, 0, 0, 0, 0), + (5076, 4515, 96, 1, 0, 0, 0, 0, 1, 1), + (5077, 18, 97, 1, 0, 0, 0, 0, 1, 1), + (5078, 37, 97, 0, 128, 0, 0, 0, 60, 60), + (5079, 84, 97, 0, 128, 0, 0, 0, 60, 60), + (5080, 89, 97, 0, 0, 0, 0, 0, 0, 0), + (5081, 90, 97, 1, 0, 0, 0, 0, 1, 1), + (5082, 91, 97, 1, 0, 0, 0, 0, 1, 1), + (5083, 126, 97, 0, 0, 0, 0, 0, 0, 0), + (5084, 205, 97, 1, 0, 0, 0, 0, 1, 1), + (5085, 227, 97, 1, 0, 0, 0, 0, 1, 1), + (5086, 291, 97, 1, 0, 0, 0, 0, 1, 1), + (5087, 303, 97, 330, 0, 217, 0, 0, 66, 69), + (5088, 311, 97, 1, 0, 0, 0, 0, 1, 1), + (5089, 312, 97, 1, 0, 0, 0, 0, 1, 1), + (5090, 320, 97, 0, 0, 0, 0, 0, 0, 0), + (5091, 433, 97, 330, 2, 307, 0, 0, 61, 64), + (5092, 459, 97, 0, 128, 330, 0, 0, 80, 80), + (5093, 502, 97, 1, 0, 0, 0, 0, 1, 1), + (5094, 526, 97, 1, 0, 0, 0, 0, 1, 1), + (5095, 545, 97, 1, 0, 0, 0, 0, 1, 1), + (5096, 546, 97, 1, 0, 0, 0, 0, 1, 1), + (5097, 549, 97, 1, 0, 0, 0, 0, 1, 1), + (5098, 616, 97, 1, 0, 0, 0, 0, 1, 1), + (5099, 637, 97, 1, 0, 0, 0, 0, 1, 1), + (5100, 714, 97, 1, 0, 0, 0, 0, 1, 1), + (5101, 725, 97, 1, 0, 0, 0, 0, 1, 1), + (5102, 772, 97, 0, 128, 0, 0, 0, 60, 64), + (5103, 775, 97, 0, 128, 0, 0, 0, 60, 60), + (5104, 776, 97, 0, 128, 0, 0, 0, 60, 60), + (5105, 805, 97, 0, 0, 0, 0, 0, 0, 0), + (5106, 896, 97, 1, 0, 0, 0, 0, 1, 1), + (5107, 903, 97, 0, 128, 0, 0, 0, 60, 60), + (5108, 953, 97, 0, 0, 669, 0, 0, 0, 0), + (5109, 960, 97, 1, 0, 0, 0, 0, 1, 1), + (5110, 1055, 97, 0, 128, 0, 0, 0, 60, 60), + (5111, 1056, 97, 0, 128, 754, 0, 0, 60, 60), + (5112, 1057, 97, 0, 128, 0, 0, 0, 60, 60), + (5113, 1058, 97, 0, 128, 0, 0, 0, 60, 60), + (5114, 1062, 97, 0, 128, 0, 0, 0, 75, 75), + (5115, 1064, 97, 0, 128, 0, 0, 0, 60, 60), + (5116, 1099, 97, 330, 0, 785, 0, 0, 58, 59), + (5117, 1141, 97, 1, 0, 0, 0, 0, 1, 1), + (5118, 1143, 97, 1, 0, 0, 0, 0, 1, 1), + (5119, 1160, 97, 330, 4, 829, 0, 0, 75, 75), + (5120, 1262, 97, 1, 0, 0, 0, 0, 1, 1), + (5121, 1279, 97, 1, 0, 0, 0, 0, 1, 1), + (5122, 1314, 97, 0, 0, 0, 0, 0, 0, 0), + (5123, 1324, 97, 1, 0, 0, 0, 0, 1, 1), + (5124, 1333, 97, 0, 128, 0, 0, 0, 60, 60), + (5125, 1341, 97, 330, 4, 955, 0, 0, 75, 75), + (5126, 1358, 97, 1, 0, 0, 0, 0, 1, 1), + (5127, 1408, 97, 1, 0, 1035, 0, 0, 1, 1), + (5128, 1470, 97, 1, 0, 0, 0, 0, 1, 1), + (5129, 1574, 97, 1, 0, 0, 0, 0, 1, 1), + (5130, 1628, 97, 330, 0, 1193, 0, 0, 79, 82), + (5131, 1639, 97, 330, 0, 1227, 0, 0, 71, 73), + (5132, 1657, 97, 0, 0, 1287, 0, 0, 0, 0), + (5133, 1681, 97, 1, 0, 0, 0, 0, 1, 1), + (5134, 1688, 97, 0, 128, 0, 0, 0, 75, 75), + (5135, 1693, 97, 330, 0, 1394, 0, 0, 71, 73), + (5136, 1697, 97, 330, 0, 1411, 0, 0, 71, 73), + (5137, 1875, 97, 1, 0, 0, 0, 0, 1, 1), + (5138, 1956, 97, 330, 0, 1684, 0, 0, 44, 47), + (5139, 2044, 97, 1, 0, 0, 0, 0, 1, 1), + (5140, 2100, 97, 0, 128, 0, 0, 0, 75, 80), + (5141, 2137, 97, 1, 0, 0, 0, 0, 1, 1), + (5142, 2163, 97, 330, 0, 1857, 0, 0, 61, 64), + (5143, 2167, 97, 330, 0, 1865, 0, 0, 68, 72), + (5144, 2179, 97, 1, 0, 0, 0, 0, 1, 1), + (5145, 2180, 97, 1, 0, 0, 0, 0, 1, 1), + (5146, 2197, 97, 1, 0, 0, 0, 0, 1, 1), + (5147, 2198, 97, 0, 0, 1877, 0, 0, 0, 0), + (5148, 2226, 97, 0, 128, 0, 0, 0, 60, 60), + (5149, 2306, 97, 1, 0, 0, 0, 0, 1, 1), + (5150, 2391, 97, 1, 0, 0, 0, 0, 1, 1), + (5151, 2403, 97, 1, 0, 0, 0, 0, 1, 1), + (5152, 2405, 97, 0, 0, 0, 0, 0, 0, 0), + (5153, 2406, 97, 1, 0, 0, 0, 0, 1, 1), + (5154, 2456, 97, 330, 0, 2101, 0, 0, 28, 31), + (5155, 2458, 97, 330, 0, 2104, 0, 0, 49, 51), + (5156, 2460, 97, 1, 0, 0, 0, 0, 1, 1), + (5157, 2655, 97, 0, 0, 0, 0, 0, 0, 0), + (5158, 2730, 97, 1, 0, 0, 0, 0, 1, 1), + (5159, 2737, 97, 0, 0, 0, 0, 0, 0, 0), + (5160, 2759, 97, 330, 0, 2362, 0, 0, 61, 64), + (5161, 2760, 97, 330, 0, 2363, 0, 0, 77, 80), + (5162, 2772, 97, 0, 0, 0, 0, 0, 0, 0), + (5163, 2776, 97, 0, 0, 2394, 0, 0, 0, 0), + (5164, 2799, 97, 1, 0, 0, 0, 0, 1, 1), + (5165, 2877, 97, 330, 2, 2463, 0, 0, 61, 64), + (5166, 2926, 97, 0, 0, 0, 0, 0, 0, 0), + (5167, 2939, 97, 1, 0, 0, 0, 0, 1, 1), + (5168, 2946, 97, 1, 0, 0, 0, 0, 1, 1), + (5169, 2949, 97, 1, 0, 0, 0, 0, 1, 1), + (5170, 3096, 97, 1, 0, 0, 0, 0, 1, 1), + (5171, 3139, 97, 0, 0, 0, 0, 0, 0, 0), + (5172, 3158, 97, 0, 128, 2804, 0, 0, 60, 60), + (5173, 3176, 97, 1, 0, 0, 0, 0, 1, 1), + (5174, 3184, 97, 1, 0, 0, 0, 0, 1, 1), + (5175, 3186, 97, 1, 0, 0, 0, 0, 1, 1), + (5176, 3239, 97, 1, 0, 0, 0, 0, 1, 1), + (5177, 3243, 97, 0, 0, 0, 0, 0, 0, 0), + (5178, 3310, 97, 0, 0, 0, 0, 0, 0, 0), + (5179, 3312, 97, 1, 0, 0, 0, 0, 1, 1), + (5180, 3324, 97, 330, 0, 2926, 0, 0, 64, 68), + (5181, 3366, 97, 1, 0, 0, 0, 0, 1, 1), + (5182, 3387, 97, 0, 0, 0, 0, 0, 0, 0), + (5183, 3391, 97, 1, 0, 0, 0, 0, 1, 1), + (5184, 3448, 97, 86400, 0, 0, 0, 0, 88, 88), + (5185, 3497, 97, 330, 1, 3078, 0, 0, 44, 47), + (5186, 3503, 97, 330, 0, 3086, 0, 0, 77, 80), + (5187, 3504, 97, 0, 0, 0, 0, 0, 0, 0), + (5188, 3562, 97, 1, 0, 0, 0, 0, 1, 1), + (5189, 3563, 97, 0, 128, 3143, 0, 0, 60, 60), + (5190, 3564, 97, 0, 128, 0, 0, 0, 60, 60), + (5191, 3565, 97, 0, 128, 3155, 0, 0, 60, 60), + (5192, 3566, 97, 0, 128, 0, 0, 0, 60, 60), + (5193, 3569, 97, 0, 128, 3165, 0, 0, 60, 60), + (5194, 3570, 97, 0, 128, 0, 0, 0, 60, 60), + (5195, 3576, 97, 0, 128, 0, 0, 0, 50, 50), + (5196, 3663, 97, 1, 0, 0, 0, 0, 1, 1), + (5197, 3745, 97, 330, 0, 3323, 0, 0, 61, 63), + (5198, 3752, 97, 330, 0, 3332, 0, 0, 64, 68), + (5199, 3913, 97, 1, 0, 0, 0, 0, 1, 1), + (5200, 3920, 97, 0, 0, 0, 0, 0, 0, 0), + (5201, 3926, 97, 1, 0, 0, 0, 0, 1, 1), + (5202, 3991, 97, 330, 0, 3582, 0, 0, 56, 59), + (5203, 4081, 97, 0, 128, 0, 0, 0, 75, 80), + (5204, 4114, 97, 0, 0, 0, 0, 0, 0, 0), + (5205, 4115, 97, 0, 0, 3672, 0, 0, 0, 0), + (5206, 4118, 97, 1, 0, 0, 0, 0, 1, 1), + (5207, 4211, 97, 0, 0, 0, 0, 0, 0, 0), + (5208, 4212, 97, 0, 0, 3992, 0, 0, 0, 0), + (5209, 4285, 97, 330, 0, 4066, 0, 0, 56, 59), + (5210, 4298, 97, 330, 0, 0, 0, 0, 68, 72), + (5211, 4338, 97, 0, 0, 0, 0, 0, 0, 0), + (5212, 4339, 97, 1, 0, 0, 0, 0, 1, 1), + (5213, 4410, 97, 330, 0, 4222, 0, 0, 76, 78), + (5214, 4417, 97, 330, 0, 4234, 0, 0, 76, 78), + (5215, 4420, 97, 0, 128, 0, 0, 0, 75, 80), + (5216, 4421, 97, 0, 128, 0, 0, 0, 60, 60), + (5217, 4425, 97, 0, 0, 4241, 0, 0, 0, 0), + (5218, 4430, 97, 0, 0, 4255, 0, 0, 0, 0), + (5219, 4442, 97, 330, 0, 4281, 0, 0, 76, 78), + (5220, 4446, 97, 330, 0, 4294, 0, 0, 76, 78), + (5221, 4450, 97, 330, 0, 4302, 0, 0, 76, 78), + (5222, 4454, 97, 0, 128, 0, 0, 0, 71, 73), + (5223, 4457, 97, 0, 128, 0, 0, 0, 60, 60), + (5224, 4458, 97, 0, 128, 0, 0, 0, 75, 80), + (5225, 4472, 97, 0, 0, 0, 0, 0, 0, 0), + (5226, 4515, 97, 1, 0, 0, 0, 0, 1, 1), + (5227, 18, 98, 0, 128, 0, 0, 0, 60, 60), + (5228, 37, 98, 1, 0, 0, 0, 0, 1, 1), + (5229, 50, 98, 0, 0, 0, 0, 0, 0, 0), + (5230, 84, 98, 1, 0, 0, 0, 0, 1, 1), + (5231, 89, 98, 0, 0, 0, 0, 0, 0, 0), + (5232, 90, 98, 1, 0, 0, 0, 0, 1, 1), + (5233, 91, 98, 1, 0, 0, 0, 0, 1, 1), + (5234, 126, 98, 0, 0, 0, 0, 0, 0, 0), + (5235, 205, 98, 1, 0, 0, 0, 0, 1, 1), + (5236, 227, 98, 1, 0, 0, 0, 0, 1, 1), + (5237, 260, 98, 0, 0, 0, 0, 0, 0, 0), + (5238, 291, 98, 1, 0, 0, 0, 0, 1, 1), + (5239, 311, 98, 1, 0, 0, 0, 0, 1, 1), + (5240, 312, 98, 1, 0, 0, 0, 0, 1, 1), + (5241, 320, 98, 0, 0, 0, 0, 0, 0, 0), + (5242, 329, 98, 3960, 0, 230, 0, 0, 69, 75), + (5243, 352, 98, 0, 0, 0, 0, 0, 0, 0), + (5244, 502, 98, 1, 0, 0, 0, 0, 1, 1), + (5245, 526, 98, 1, 0, 0, 0, 0, 1, 1), + (5246, 549, 98, 1, 0, 0, 0, 0, 1, 1), + (5247, 616, 98, 1, 0, 0, 0, 0, 1, 1), + (5248, 637, 98, 0, 128, 0, 0, 0, 60, 64), + (5249, 714, 98, 1, 0, 0, 0, 0, 1, 1), + (5250, 725, 98, 1, 0, 0, 0, 0, 1, 1), + (5251, 727, 98, 1, 0, 0, 0, 0, 1, 1), + (5252, 772, 98, 0, 128, 0, 0, 0, 60, 60), + (5253, 775, 98, 0, 128, 0, 0, 0, 75, 80), + (5254, 776, 98, 0, 128, 0, 0, 0, 60, 60), + (5255, 792, 98, 0, 0, 578, 0, 0, 0, 0), + (5256, 842, 98, 0, 0, 0, 0, 0, 0, 0), + (5257, 896, 98, 1, 0, 0, 0, 0, 1, 1), + (5258, 903, 98, 1, 0, 0, 0, 0, 1, 1), + (5259, 953, 98, 0, 0, 669, 0, 0, 0, 0), + (5260, 960, 98, 1, 0, 0, 0, 0, 1, 1), + (5261, 1055, 98, 0, 128, 0, 0, 0, 60, 60), + (5262, 1056, 98, 0, 128, 754, 0, 0, 60, 60), + (5263, 1057, 98, 0, 128, 0, 0, 0, 60, 60), + (5264, 1060, 98, 0, 128, 0, 0, 0, 75, 80), + (5265, 1062, 98, 0, 128, 0, 0, 0, 75, 75), + (5266, 1064, 98, 0, 128, 0, 0, 0, 60, 60), + (5267, 1065, 98, 330, 0, 755, 0, 0, 42, 45), + (5268, 1141, 98, 1, 0, 0, 0, 0, 1, 1), + (5269, 1143, 98, 1, 0, 0, 0, 0, 1, 1), + (5270, 1160, 98, 330, 4, 829, 0, 0, 75, 80), + (5271, 1262, 98, 1, 0, 0, 0, 0, 1, 1), + (5272, 1279, 98, 0, 128, 0, 0, 0, 60, 60), + (5273, 1314, 98, 0, 0, 0, 0, 0, 0, 0), + (5274, 1324, 98, 1, 0, 0, 0, 0, 1, 1), + (5275, 1333, 98, 0, 128, 0, 0, 0, 75, 80), + (5276, 1358, 98, 1, 0, 0, 0, 0, 1, 1), + (5277, 1408, 98, 1, 0, 1035, 0, 0, 1, 1), + (5278, 1470, 98, 1, 0, 0, 0, 0, 1, 1), + (5279, 1574, 98, 1, 0, 0, 0, 0, 1, 1), + (5280, 1628, 98, 330, 0, 1194, 0, 0, 75, 78), + (5281, 1660, 98, 330, 0, 1298, 0, 0, 66, 69), + (5282, 1669, 98, 330, 0, 1338, 0, 0, 66, 69), + (5283, 1671, 98, 330, 0, 1342, 0, 0, 66, 69), + (5284, 1681, 98, 1, 0, 0, 0, 0, 1, 1), + (5285, 1688, 98, 0, 128, 0, 0, 0, 75, 75), + (5286, 1723, 98, 0, 128, 0, 0, 0, 61, 63), + (5287, 1740, 98, 330, 0, 1493, 0, 0, 66, 69), + (5288, 1764, 98, 1, 0, 0, 0, 0, 1, 1), + (5289, 1875, 98, 0, 0, 0, 0, 0, 0, 0), + (5290, 1956, 98, 330, 0, 1685, 0, 0, 42, 45), + (5291, 2044, 98, 1, 0, 0, 0, 0, 1, 1), + (5292, 2087, 98, 1, 0, 0, 0, 0, 1, 1), + (5293, 2100, 98, 0, 128, 0, 0, 0, 60, 60), + (5294, 2137, 98, 1, 0, 0, 0, 0, 1, 1), + (5295, 2179, 98, 1, 0, 0, 0, 0, 1, 1), + (5296, 2180, 98, 1, 0, 0, 0, 0, 1, 1), + (5297, 2184, 98, 0, 0, 0, 0, 0, 0, 0), + (5298, 2197, 98, 1, 0, 0, 0, 0, 1, 1), + (5299, 2198, 98, 0, 0, 1878, 0, 0, 0, 0), + (5300, 2226, 98, 1, 0, 0, 0, 0, 1, 1), + (5301, 2306, 98, 1, 0, 0, 0, 0, 1, 1), + (5302, 2307, 98, 0, 0, 0, 0, 0, 0, 0), + (5303, 2378, 98, 0, 0, 0, 0, 0, 0, 0), + (5304, 2390, 98, 0, 0, 0, 0, 0, 0, 0), + (5305, 2391, 98, 1, 0, 0, 0, 0, 1, 1), + (5306, 2403, 98, 1, 0, 0, 0, 0, 1, 1), + (5307, 2405, 98, 0, 0, 0, 0, 0, 0, 0), + (5308, 2406, 98, 1, 0, 0, 0, 0, 1, 1), + (5309, 2415, 98, 0, 0, 0, 0, 0, 0, 0), + (5310, 2456, 98, 330, 0, 2102, 0, 0, 28, 31), + (5311, 2458, 98, 330, 0, 2105, 0, 0, 46, 48), + (5312, 2460, 98, 1, 0, 0, 0, 0, 1, 1), + (5313, 2649, 98, 330, 2, 2264, 0, 0, 42, 45), + (5314, 2730, 98, 0, 128, 0, 0, 0, 60, 60), + (5315, 2735, 98, 330, 2, 2338, 0, 0, 42, 45), + (5316, 2737, 98, 0, 0, 0, 0, 0, 0, 0), + (5317, 2776, 98, 0, 0, 2395, 0, 0, 0, 0), + (5318, 2799, 98, 1, 0, 0, 0, 0, 1, 1), + (5319, 2904, 98, 0, 0, 0, 0, 0, 0, 0), + (5320, 2946, 98, 1, 0, 0, 0, 0, 1, 1), + (5321, 2949, 98, 1, 0, 0, 0, 0, 1, 1), + (5322, 3096, 98, 0, 128, 0, 0, 0, 60, 60), + (5323, 3139, 98, 0, 0, 0, 0, 0, 0, 0), + (5324, 3158, 98, 0, 128, 2804, 0, 0, 60, 60), + (5325, 3176, 98, 0, 128, 0, 0, 0, 75, 80), + (5326, 3184, 98, 1, 0, 0, 0, 0, 1, 1), + (5327, 3186, 98, 1, 0, 0, 0, 0, 1, 1), + (5328, 3189, 98, 0, 0, 0, 0, 0, 0, 0), + (5329, 3239, 98, 1, 0, 0, 0, 0, 1, 1), + (5330, 3243, 98, 0, 0, 0, 0, 0, 0, 0), + (5331, 3305, 98, 0, 0, 0, 0, 0, 0, 0), + (5332, 3309, 98, 1, 0, 0, 0, 0, 1, 1), + (5333, 3310, 98, 0, 0, 0, 0, 0, 0, 0), + (5334, 3312, 98, 1, 0, 0, 0, 0, 1, 1), + (5335, 3366, 98, 1, 0, 0, 0, 0, 1, 1), + (5336, 3387, 98, 0, 0, 0, 0, 0, 0, 0), + (5337, 3389, 98, 0, 0, 0, 0, 0, 0, 0), + (5338, 3391, 98, 1, 0, 0, 0, 0, 1, 1), + (5339, 3448, 98, 86400, 0, 0, 0, 0, 88, 88), + (5340, 3485, 98, 330, 0, 3064, 0, 0, 51, 52), + (5341, 3497, 98, 330, 1, 3079, 0, 0, 42, 45), + (5342, 3504, 98, 1, 0, 0, 0, 0, 1, 1), + (5343, 3562, 98, 1, 0, 0, 0, 0, 1, 1), + (5344, 3563, 98, 0, 128, 3144, 0, 0, 60, 60), + (5345, 3564, 98, 0, 128, 0, 0, 0, 60, 60), + (5346, 3565, 98, 0, 128, 3156, 0, 0, 60, 60), + (5347, 3566, 98, 0, 128, 0, 0, 0, 60, 60), + (5348, 3569, 98, 0, 128, 3166, 0, 0, 60, 60), + (5349, 3570, 98, 0, 128, 0, 0, 0, 60, 60), + (5350, 3576, 98, 1, 0, 0, 0, 0, 1, 1), + (5351, 3584, 98, 0, 0, 0, 0, 0, 0, 0), + (5352, 3745, 98, 330, 0, 3324, 0, 0, 61, 63), + (5353, 3831, 98, 330, 0, 3421, 0, 0, 75, 80), + (5354, 3912, 98, 330, 4, 3502, 0, 0, 75, 80), + (5355, 3913, 98, 1, 0, 0, 0, 0, 1, 1), + (5356, 3920, 98, 0, 0, 0, 0, 0, 0, 0), + (5357, 3926, 98, 0, 128, 0, 0, 0, 60, 60), + (5358, 4078, 98, 0, 0, 0, 0, 0, 0, 0), + (5359, 4081, 98, 0, 128, 0, 0, 0, 60, 60), + (5360, 4118, 98, 1, 0, 0, 0, 0, 1, 1), + (5361, 4211, 98, 0, 0, 0, 0, 0, 0, 0), + (5362, 4212, 98, 0, 0, 3993, 0, 0, 0, 0), + (5363, 4227, 98, 0, 0, 0, 0, 0, 0, 0), + (5364, 4298, 98, 0, 128, 0, 0, 0, 60, 60), + (5365, 4338, 98, 1, 0, 0, 0, 0, 1, 1), + (5366, 4339, 98, 0, 0, 0, 0, 0, 0, 0), + (5367, 4401, 98, 0, 0, 4208, 0, 0, 0, 0), + (5368, 4404, 98, 330, 0, 4211, 0, 0, 71, 73), + (5369, 4420, 98, 0, 128, 0, 0, 0, 75, 80), + (5370, 4421, 98, 0, 128, 0, 0, 0, 60, 60), + (5371, 4427, 98, 330, 0, 4249, 0, 0, 71, 73), + (5372, 4431, 98, 330, 0, 4257, 0, 0, 71, 73), + (5373, 4433, 98, 330, 0, 4266, 0, 0, 71, 73), + (5374, 4445, 98, 330, 0, 4289, 0, 0, 71, 73), + (5375, 4447, 98, 330, 0, 4296, 0, 0, 71, 73), + (5376, 4454, 98, 0, 128, 0, 0, 0, 64, 66), + (5377, 4457, 98, 0, 128, 0, 0, 0, 60, 60), + (5378, 4458, 98, 0, 128, 0, 0, 0, 60, 60), + (5379, 4461, 98, 330, 0, 4320, 0, 0, 71, 73), + (5380, 4515, 98, 1, 0, 0, 0, 0, 1, 1), + (5381, 17, 99, 0, 0, 2, 0, 0, 0, 0), + (5382, 18, 99, 1, 0, 0, 0, 0, 1, 1), + (5383, 37, 99, 1, 0, 0, 0, 0, 1, 1), + (5384, 84, 99, 1, 0, 0, 0, 0, 1, 1), + (5385, 89, 99, 0, 0, 0, 0, 0, 0, 0), + (5386, 90, 99, 1, 0, 0, 0, 0, 1, 1), + (5387, 91, 99, 1, 0, 0, 0, 0, 1, 1), + (5388, 126, 99, 0, 0, 0, 0, 0, 0, 0), + (5389, 193, 99, 1056, 0, 149, 0, 0, 65, 68), + (5390, 205, 99, 1, 0, 0, 0, 0, 1, 1), + (5391, 227, 99, 1, 0, 0, 0, 0, 1, 1), + (5392, 248, 99, 0, 0, 0, 0, 0, 0, 0), + (5393, 274, 99, 18000, 0, 197, 0, 0, 80, 85), + (5394, 291, 99, 1, 0, 0, 0, 0, 1, 1), + (5395, 311, 99, 1, 0, 0, 0, 0, 1, 1), + (5396, 312, 99, 1, 0, 0, 0, 0, 1, 1), + (5397, 320, 99, 0, 0, 0, 0, 0, 0, 0), + (5398, 355, 99, 1056, 0, 250, 0, 0, 70, 72), + (5399, 474, 99, 1056, 0, 345, 0, 0, 71, 72), + (5400, 502, 99, 0, 128, 0, 0, 0, 75, 80), + (5401, 526, 99, 1, 0, 0, 0, 0, 1, 1), + (5402, 549, 99, 1, 0, 0, 0, 0, 1, 1), + (5403, 582, 99, 1056, 0, 430, 0, 0, 70, 72), + (5404, 616, 99, 1, 0, 0, 0, 0, 1, 1), + (5405, 637, 99, 1, 0, 0, 0, 0, 1, 1), + (5406, 714, 99, 1, 0, 0, 0, 0, 1, 1), + (5407, 725, 99, 1, 0, 0, 0, 0, 1, 1), + (5408, 772, 99, 1, 0, 0, 0, 0, 1, 1), + (5409, 775, 99, 0, 128, 0, 0, 0, 75, 80), + (5410, 776, 99, 0, 128, 0, 0, 0, 75, 80), + (5411, 896, 99, 1, 0, 0, 0, 0, 1, 1), + (5412, 903, 99, 1, 0, 0, 0, 0, 1, 1), + (5413, 953, 99, 0, 0, 669, 0, 0, 0, 0), + (5414, 954, 99, 0, 0, 670, 0, 0, 0, 0), + (5415, 960, 99, 1, 0, 0, 0, 0, 1, 1), + (5416, 1055, 99, 0, 128, 0, 0, 0, 60, 60), + (5417, 1056, 99, 0, 128, 754, 0, 0, 60, 60), + (5418, 1057, 99, 0, 128, 0, 0, 0, 60, 60), + (5419, 1058, 99, 0, 128, 0, 0, 0, 60, 60), + (5420, 1059, 99, 0, 128, 0, 0, 0, 60, 60), + (5421, 1060, 99, 0, 128, 0, 0, 0, 60, 60), + (5422, 1061, 99, 0, 128, 0, 0, 0, 60, 60), + (5423, 1062, 99, 0, 128, 0, 0, 0, 60, 60), + (5424, 1063, 99, 0, 128, 0, 0, 0, 60, 60), + (5425, 1064, 99, 0, 128, 0, 0, 0, 60, 60), + (5426, 1141, 99, 1, 0, 0, 0, 0, 1, 1), + (5427, 1143, 99, 1, 0, 0, 0, 0, 1, 1), + (5428, 1145, 99, 0, 0, 818, 0, 0, 0, 0), + (5429, 1146, 99, 1000, 128, 0, 15000, 1000, 85, 95), + (5430, 1160, 99, 1056, 4, 829, 0, 0, 80, 80), + (5431, 1262, 99, 0, 128, 0, 0, 0, 75, 75), + (5432, 1279, 99, 1, 0, 0, 0, 0, 1, 1), + (5433, 1314, 99, 1, 0, 0, 0, 0, 1, 1), + (5434, 1324, 99, 1, 0, 0, 0, 0, 1, 1), + (5435, 1333, 99, 0, 128, 0, 0, 0, 75, 80), + (5436, 1341, 99, 1056, 4, 955, 0, 0, 80, 80), + (5437, 1358, 99, 1, 0, 0, 0, 0, 1, 1), + (5438, 1368, 99, 18000, 0, 976, 0, 0, 80, 85), + (5439, 1408, 99, 0, 128, 1035, 0, 0, 50, 50), + (5440, 1470, 99, 1, 0, 0, 0, 0, 1, 1), + (5441, 1574, 99, 0, 128, 0, 0, 0, 60, 60), + (5442, 1628, 99, 1056, 0, 1195, 0, 0, 79, 83), + (5443, 1681, 99, 0, 128, 0, 0, 0, 60, 60), + (5444, 1875, 99, 1, 0, 0, 0, 0, 1, 1), + (5445, 2044, 99, 1, 0, 0, 0, 0, 1, 1), + (5446, 2062, 99, 1056, 0, 1777, 0, 0, 65, 67), + (5447, 2065, 99, 0, 0, 0, 0, 0, 0, 0), + (5448, 2100, 99, 0, 128, 0, 0, 0, 75, 75), + (5449, 2137, 99, 1, 0, 0, 0, 0, 1, 1), + (5450, 2150, 99, 0, 0, 0, 0, 0, 0, 0), + (5451, 2179, 99, 1, 0, 0, 0, 0, 1, 1), + (5452, 2180, 99, 0, 128, 0, 0, 0, 60, 60), + (5453, 2197, 99, 1, 0, 0, 0, 0, 1, 1), + (5454, 2198, 99, 0, 0, 1879, 0, 0, 0, 0), + (5455, 2226, 99, 1, 0, 0, 0, 0, 1, 1), + (5456, 2306, 99, 1, 0, 0, 0, 0, 1, 1), + (5457, 2391, 99, 1, 0, 0, 0, 0, 1, 1), + (5458, 2403, 99, 1, 0, 0, 0, 0, 1, 1), + (5459, 2405, 99, 1, 0, 0, 0, 0, 1, 1), + (5460, 2406, 99, 1, 0, 0, 0, 0, 1, 1), + (5461, 2438, 99, 0, 0, 2078, 0, 0, 0, 0), + (5462, 2460, 99, 1, 0, 0, 0, 0, 1, 1), + (5463, 2465, 99, 0, 0, 2108, 0, 0, 0, 0), + (5464, 2574, 99, 21600, 0, 2210, 0, 0, 80, 85), + (5465, 2730, 99, 1, 0, 0, 0, 0, 1, 1), + (5466, 2737, 99, 0, 0, 0, 0, 0, 0, 0), + (5467, 2776, 99, 0, 0, 2396, 0, 0, 0, 0), + (5468, 2799, 99, 1, 0, 0, 0, 0, 1, 1), + (5469, 2944, 99, 0, 128, 0, 0, 0, 66, 70), + (5470, 2946, 99, 1, 0, 0, 0, 0, 1, 1), + (5471, 2949, 99, 1, 0, 0, 0, 0, 1, 1), + (5472, 3096, 99, 1, 0, 0, 0, 0, 1, 1), + (5473, 3139, 99, 1, 0, 0, 0, 0, 1, 1), + (5474, 3158, 99, 0, 128, 2804, 0, 0, 60, 60), + (5475, 3176, 99, 1, 0, 0, 0, 0, 1, 1), + (5476, 3184, 99, 1, 0, 0, 0, 0, 1, 1), + (5477, 3186, 99, 1, 0, 0, 0, 0, 1, 1), + (5478, 3239, 99, 1, 0, 0, 0, 0, 1, 1), + (5479, 3243, 99, 1, 0, 0, 0, 0, 1, 1), + (5480, 3310, 99, 0, 0, 0, 0, 0, 0, 0), + (5481, 3312, 99, 1, 0, 0, 0, 0, 1, 1), + (5482, 3366, 99, 1, 0, 0, 0, 0, 1, 1), + (5483, 3387, 99, 0, 0, 0, 0, 0, 0, 0), + (5484, 3391, 99, 1, 0, 0, 0, 0, 1, 1), + (5485, 3392, 99, 0, 0, 0, 0, 0, 0, 0), + (5486, 3504, 99, 1, 0, 0, 0, 0, 1, 1), + (5487, 3541, 99, 1056, 0, 3121, 0, 0, 77, 79), + (5488, 3562, 99, 0, 128, 0, 0, 0, 60, 60), + (5489, 3563, 99, 0, 128, 3141, 0, 0, 75, 80), + (5490, 3564, 99, 0, 128, 0, 0, 0, 60, 60), + (5491, 3565, 99, 0, 128, 3147, 0, 0, 75, 80), + (5492, 3566, 99, 0, 128, 0, 0, 0, 60, 60), + (5493, 3569, 99, 0, 128, 3159, 0, 0, 75, 80), + (5494, 3570, 99, 0, 128, 0, 0, 0, 60, 60), + (5495, 3576, 99, 0, 128, 0, 0, 0, 75, 80), + (5496, 3703, 99, 0, 0, 0, 0, 0, 85, 90), + (5497, 3815, 99, 0, 0, 3408, 0, 0, 0, 0), + (5498, 3913, 99, 1, 0, 0, 0, 0, 1, 1), + (5499, 3926, 99, 1, 0, 0, 0, 0, 1, 1), + (5500, 4071, 99, 0, 0, 0, 0, 0, 0, 0), + (5501, 4072, 99, 0, 0, 0, 0, 0, 0, 0), + (5502, 4081, 99, 1, 0, 0, 0, 0, 1, 1), + (5503, 4114, 99, 0, 0, 0, 0, 0, 0, 0), + (5504, 4115, 99, 0, 0, 3672, 0, 0, 0, 0), + (5505, 4118, 99, 1, 0, 0, 0, 0, 1, 1), + (5506, 4210, 99, 0, 0, 3988, 0, 0, 0, 0), + (5507, 4211, 99, 0, 0, 0, 0, 0, 0, 0), + (5508, 4212, 99, 0, 0, 3994, 0, 0, 0, 0), + (5509, 4213, 99, 0, 0, 0, 0, 0, 0, 0), + (5510, 4214, 99, 0, 0, 3998, 0, 0, 0, 0), + (5511, 4267, 99, 0, 0, 4038, 0, 0, 0, 0), + (5512, 4298, 99, 1056, 0, 4081, 0, 0, 71, 73), + (5513, 4338, 99, 1, 0, 0, 0, 0, 1, 1), + (5514, 4339, 99, 1, 0, 0, 0, 0, 1, 1), + (5515, 4401, 99, 0, 0, 4208, 0, 0, 0, 0), + (5516, 4404, 99, 1056, 0, 4212, 0, 0, 79, 82), + (5517, 4410, 99, 1056, 0, 4223, 0, 0, 77, 79), + (5518, 4412, 99, 1056, 0, 4227, 0, 0, 81, 83), + (5519, 4417, 99, 1056, 0, 4235, 0, 0, 77, 79), + (5520, 4418, 99, 1056, 0, 4236, 0, 0, 81, 83), + (5521, 4420, 99, 0, 128, 0, 0, 0, 60, 60), + (5522, 4424, 99, 1056, 0, 4240, 0, 0, 81, 83), + (5523, 4425, 99, 0, 0, 4242, 0, 0, 76, 79), + (5524, 4430, 99, 0, 0, 4256, 0, 0, 77, 79), + (5525, 4436, 99, 1056, 0, 4269, 0, 0, 79, 82), + (5526, 4438, 99, 1056, 0, 4272, 0, 0, 65, 67), + (5527, 4442, 99, 1056, 0, 4282, 0, 0, 77, 79), + (5528, 4446, 99, 1056, 0, 4295, 0, 0, 77, 79), + (5529, 4450, 99, 1056, 0, 4303, 0, 0, 77, 79), + (5530, 4452, 99, 1056, 0, 4306, 0, 0, 79, 82), + (5531, 4454, 99, 0, 128, 0, 0, 0, 70, 79), + (5532, 4458, 99, 0, 128, 0, 0, 0, 75, 80), + (5533, 4460, 99, 1056, 0, 4319, 0, 0, 81, 83), + (5534, 4485, 99, 0, 0, 0, 0, 0, 0, 0), + (5535, 4486, 99, 0, 0, 0, 0, 0, 0, 0), + (5536, 4502, 99, 0, 0, 4344, 0, 0, 0, 0), + (5537, 4512, 99, 0, 0, 0, 0, 0, 0, 0), + (5538, 4515, 99, 1, 0, 0, 0, 0, 1, 1), + (5539, 490, 100, 330, 0, 363, 0, 0, 8, 10), + (5540, 579, 100, 1, 0, 0, 0, 0, 1, 1), + (5541, 580, 100, 1, 0, 0, 0, 0, 1, 1), + (5542, 581, 100, 1, 0, 0, 0, 0, 1, 1), + (5543, 611, 100, 1, 0, 0, 0, 0, 1, 1), + (5544, 612, 100, 1, 0, 0, 0, 0, 1, 1), + (5545, 613, 100, 1, 0, 0, 0, 0, 1, 1), + (5546, 656, 100, 330, 0, 484, 0, 0, 1, 5), + (5547, 714, 100, 0, 0, 0, 0, 0, 0, 0), + (5548, 821, 100, 1, 0, 0, 0, 0, 1, 1), + (5549, 822, 100, 1, 0, 0, 0, 0, 1, 1), + (5550, 823, 100, 1, 0, 0, 0, 0, 1, 1), + (5551, 1038, 100, 330, 2, 733, 0, 0, 1, 5), + (5552, 1214, 100, 330, 1, 871, 0, 0, 5, 8), + (5553, 1403, 100, 330, 0, 1028, 0, 0, 3, 6), + (5554, 1404, 100, 330, 0, 1029, 0, 0, 1, 5), + (5555, 1438, 100, 10800, 0, 1061, 0, 0, 9, 10), + (5556, 1648, 100, 330, 0, 1256, 0, 0, 5, 8), + (5557, 1659, 100, 330, 0, 1289, 0, 0, 5, 8), + (5558, 1737, 100, 330, 0, 1471, 0, 0, 4, 8), + (5559, 1744, 100, 330, 0, 1500, 0, 0, 4, 8), + (5560, 1775, 100, 1, 0, 0, 0, 0, 1, 1), + (5561, 2125, 100, 3300, 0, 1826, 0, 0, 9, 10), + (5562, 2372, 100, 0, 128, 2014, 0, 0, 5, 6), + (5563, 2419, 100, 0, 128, 2063, 0, 0, 2, 4), + (5564, 2557, 100, 0, 128, 2198, 16000, 0, 67, 67), + (5565, 2763, 100, 330, 2, 2368, 0, 0, 3, 6), + (5566, 3001, 100, 0, 128, 2581, 0, 0, 20, 25), + (5567, 3004, 100, 0, 128, 2584, 0, 0, 20, 25), + (5568, 3009, 100, 0, 128, 2602, 0, 0, 20, 25), + (5569, 3010, 100, 0, 128, 0, 0, 0, 25, 25), + (5570, 3013, 100, 330, 0, 2609, 0, 0, 3, 8), + (5571, 3016, 100, 330, 0, 2627, 0, 0, 3, 8), + (5572, 3022, 100, 330, 0, 2645, 0, 0, 4, 8), + (5573, 3032, 100, 0, 128, 2669, 0, 0, 20, 25), + (5574, 3102, 100, 0, 128, 2749, 0, 0, 9, 10), + (5575, 3148, 100, 0, 128, 2787, 0, 0, 51, 54), + (5576, 3241, 100, 1, 0, 2883, 0, 0, 1, 1), + (5577, 3371, 100, 330, 0, 2972, 0, 0, 3, 6), + (5578, 3494, 100, 330, 0, 3073, 0, 0, 3, 6), + (5579, 3836, 100, 330, 1, 3426, 0, 0, 5, 8), + (5580, 3994, 100, 0, 128, 3583, 0, 0, 2, 4), + (5581, 4053, 100, 330, 0, 3627, 0, 0, 1, 1), + (5582, 4225, 100, 0, 128, 4010, 0, 0, 7, 8), + (5583, 4343, 100, 330, 0, 4155, 0, 0, 1, 1), + (5584, 4344, 100, 330, 0, 4158, 0, 0, 5, 8), + (5585, 4381, 100, 1, 0, 0, 0, 0, 1, 1), + (5586, 414, 101, 3600, 0, 296, 0, 0, 9, 10), + (5587, 490, 101, 330, 0, 363, 0, 0, 8, 10), + (5588, 579, 101, 1, 0, 0, 0, 0, 1, 1), + (5589, 580, 101, 1, 0, 0, 0, 0, 1, 1), + (5590, 581, 101, 1, 0, 0, 0, 0, 1, 1), + (5591, 611, 101, 1, 0, 0, 0, 0, 1, 1), + (5592, 612, 101, 1, 0, 0, 0, 0, 1, 1), + (5593, 613, 101, 1, 0, 0, 0, 0, 1, 1), + (5594, 656, 101, 330, 0, 485, 0, 0, 1, 5), + (5595, 711, 101, 0, 128, 521, 0, 0, 9, 10), + (5596, 714, 101, 0, 0, 0, 0, 0, 0, 0), + (5597, 821, 101, 1, 0, 0, 0, 0, 1, 1), + (5598, 822, 101, 1, 0, 0, 0, 0, 1, 1), + (5599, 823, 101, 1, 0, 0, 0, 0, 1, 1), + (5600, 1038, 101, 330, 2, 734, 0, 0, 1, 5), + (5601, 1214, 101, 330, 1, 872, 0, 0, 4, 8), + (5602, 1336, 101, 0, 128, 950, 0, 0, 9, 10), + (5603, 1403, 101, 330, 0, 1028, 0, 0, 3, 6), + (5604, 1404, 101, 330, 0, 1030, 0, 0, 1, 5), + (5605, 1479, 101, 1, 0, 0, 0, 0, 1, 1), + (5606, 1648, 101, 330, 0, 1257, 0, 0, 5, 8), + (5607, 1659, 101, 330, 0, 1290, 0, 0, 3, 8), + (5608, 1737, 101, 330, 0, 1472, 0, 0, 3, 8), + (5609, 1744, 101, 330, 0, 1501, 0, 0, 4, 8), + (5610, 2763, 101, 330, 2, 2369, 0, 0, 3, 6), + (5611, 2768, 101, 0, 128, 2382, 0, 0, 9, 10), + (5612, 3013, 101, 330, 0, 2610, 0, 0, 3, 8), + (5613, 3016, 101, 330, 0, 2628, 0, 0, 3, 8), + (5614, 3022, 101, 330, 0, 2646, 0, 0, 3, 8), + (5615, 3148, 101, 0, 128, 2788, 0, 0, 53, 55), + (5616, 3221, 101, 330, 0, 0, 0, 0, 1, 5), + (5617, 3222, 101, 0, 128, 2854, 0, 0, 9, 10), + (5618, 3241, 101, 1, 0, 2884, 0, 0, 1, 1), + (5619, 3494, 101, 330, 0, 3074, 0, 0, 3, 6), + (5620, 3818, 101, 7200, 0, 3412, 0, 0, 11, 15), + (5621, 3836, 101, 330, 1, 3427, 0, 0, 5, 8), + (5622, 4053, 101, 330, 0, 3628, 0, 0, 1, 1), + (5623, 4343, 101, 330, 0, 4156, 0, 0, 1, 1), + (5624, 4344, 101, 330, 0, 4159, 0, 0, 5, 8), + (5625, 4381, 101, 1, 0, 0, 0, 0, 1, 1), + (5626, 41, 102, 330, 2, 20, 0, 0, 8, 10), + (5627, 71, 102, 330, 4, 41, 0, 0, 18, 20), + (5628, 77, 102, 330, 0, 47, 0, 0, 9, 13), + (5629, 305, 102, 0, 0, 0, 0, 0, 0, 0), + (5630, 362, 102, 660, 0, 253, 0, 0, 21, 23), + (5631, 462, 102, 86400, 0, 336, 0, 0, 63, 63), + (5632, 794, 102, 0, 128, 579, 0, 0, 8, 10), + (5633, 1450, 102, 330, 2, 1070, 0, 0, 6, 8), + (5634, 1514, 102, 330, 1, 1109, 0, 0, 15, 17), + (5635, 1535, 102, 0, 128, 0, 0, 0, 14, 16), + (5636, 1635, 102, 330, 0, 1206, 0, 0, 12, 16), + (5637, 1636, 102, 0, 128, 0, 0, 0, 30, 75), + (5638, 1643, 102, 330, 0, 1237, 0, 0, 12, 16), + (5639, 1648, 102, 330, 0, 1258, 0, 0, 11, 14), + (5640, 1659, 102, 330, 0, 1291, 0, 0, 8, 10), + (5641, 1737, 102, 330, 0, 1473, 0, 0, 8, 10), + (5642, 1738, 102, 330, 0, 1478, 0, 0, 12, 16), + (5643, 1744, 102, 330, 0, 1502, 0, 0, 8, 10), + (5644, 1791, 102, 330, 0, 1545, 0, 0, 11, 13), + (5645, 1812, 102, 330, 0, 0, 0, 0, 15, 17), + (5646, 2003, 102, 330, 0, 1713, 0, 0, 8, 12), + (5647, 2449, 102, 14400, 0, 2093, 0, 0, 27, 28), + (5648, 2473, 102, 330, 0, 2113, 0, 0, 11, 13), + (5649, 2804, 102, 0, 0, 0, 0, 0, 0, 0), + (5650, 2880, 102, 0, 128, 2467, 0, 0, 11, 16), + (5651, 3013, 102, 330, 0, 2611, 0, 0, 8, 10), + (5652, 3016, 102, 330, 0, 2629, 0, 0, 8, 10), + (5653, 3017, 102, 330, 0, 2633, 0, 0, 12, 16), + (5654, 3022, 102, 330, 0, 2647, 0, 0, 8, 10), + (5655, 3023, 102, 330, 0, 2652, 0, 0, 12, 16), + (5656, 3033, 102, 330, 0, 2676, 0, 0, 12, 16), + (5657, 3148, 102, 330, 128, 2789, 0, 0, 51, 54), + (5658, 3152, 102, 330, 0, 2798, 0, 0, 9, 11), + (5659, 3163, 102, 330, 2, 2807, 0, 0, 11, 14), + (5660, 3164, 102, 330, 0, 2809, 0, 0, 14, 16), + (5661, 3170, 102, 330, 0, 0, 0, 0, 18, 20), + (5662, 3220, 102, 0, 128, 2841, 0, 0, 14, 16), + (5663, 3222, 102, 0, 128, 2855, 0, 0, 8, 10), + (5664, 3378, 102, 330, 0, 2994, 0, 0, 7, 11), + (5665, 3384, 102, 0, 0, 0, 0, 0, 0, 0), + (5666, 3646, 102, 330, 1, 3218, 0, 0, 11, 13), + (5667, 3647, 102, 330, 1, 3221, 0, 0, 10, 12), + (5668, 3771, 102, 330, 0, 3360, 0, 0, 7, 10), + (5669, 3792, 102, 330, 0, 3383, 0, 0, 7, 10), + (5670, 3875, 102, 0, 0, 0, 0, 0, 0, 0), + (5671, 3896, 102, 330, 0, 3460, 0, 0, 12, 14), + (5672, 4049, 102, 9000, 0, 3623, 0, 0, 19, 20), + (5673, 4309, 102, 330, 4, 4097, 0, 0, 18, 20), + (5674, 4359, 102, 330, 1, 4171, 0, 0, 8, 10), + (5675, 4488, 102, 1, 0, 0, 0, 0, 1, 1), + (5676, 4498, 102, 0, 0, 0, 0, 0, 0, 0), + (5677, 379, 103, 0, 128, 0, 0, 0, 20, 20), + (5678, 380, 103, 330, 0, 267, 0, 0, 23, 26), + (5679, 479, 103, 1, 0, 0, 0, 0, 1, 1), + (5680, 485, 103, 330, 1, 354, 0, 0, 28, 30), + (5681, 548, 103, 330, 0, 407, 0, 0, 20, 23), + (5682, 872, 103, 0, 128, 617, 0, 0, 28, 30), + (5683, 899, 103, 330, 0, 631, 0, 0, 20, 23), + (5684, 1027, 103, 0, 0, 0, 0, 0, 0, 0), + (5685, 1077, 103, 0, 128, 0, 0, 0, 52, 52), + (5686, 1160, 103, 330, 4, 829, 0, 0, 28, 30), + (5687, 1341, 103, 330, 4, 955, 0, 0, 28, 30), + (5688, 1517, 103, 330, 1, 1116, 0, 0, 18, 22), + (5689, 1518, 103, 330, 1, 1122, 0, 0, 18, 22), + (5690, 1522, 103, 330, 0, 1125, 0, 0, 20, 22), + (5691, 1635, 103, 330, 0, 1207, 0, 0, 17, 20), + (5692, 1642, 103, 0, 0, 1232, 0, 0, 0, 0), + (5693, 1643, 103, 330, 0, 1238, 0, 0, 17, 20), + (5694, 1648, 103, 330, 0, 1259, 0, 0, 19, 21), + (5695, 1666, 103, 330, 0, 1319, 0, 0, 22, 25), + (5696, 1667, 103, 0, 128, 0, 0, 0, 30, 35), + (5697, 1683, 103, 330, 0, 1353, 0, 0, 22, 26), + (5698, 1690, 103, 330, 0, 1377, 0, 0, 22, 25), + (5699, 1717, 103, 0, 128, 0, 0, 0, 35, 35), + (5700, 1718, 103, 0, 128, 0, 0, 0, 30, 35), + (5701, 1725, 103, 0, 128, 0, 0, 0, 23, 25), + (5702, 1738, 103, 330, 0, 1479, 0, 0, 17, 20), + (5703, 1751, 103, 7200, 0, 1514, 0, 0, 26, 27), + (5704, 1878, 103, 0, 0, 0, 0, 0, 0, 0), + (5705, 1879, 103, 0, 0, 0, 0, 0, 0, 0), + (5706, 1880, 103, 0, 128, 0, 0, 0, 35, 35), + (5707, 1881, 103, 0, 128, 0, 0, 0, 35, 35), + (5708, 1882, 103, 0, 128, 0, 0, 0, 35, 35), + (5709, 1883, 103, 0, 128, 0, 0, 0, 35, 35), + (5710, 1884, 103, 0, 128, 0, 0, 0, 35, 35), + (5711, 1915, 103, 0, 128, 0, 0, 0, 20, 20), + (5712, 1956, 103, 330, 0, 1686, 0, 0, 15, 18), + (5713, 1971, 103, 0, 128, 0, 0, 0, 30, 35), + (5714, 1972, 103, 0, 128, 0, 0, 0, 30, 35), + (5715, 1974, 103, 0, 0, 0, 0, 0, 0, 0), + (5716, 1978, 103, 0, 128, 0, 0, 0, 30, 35), + (5717, 1979, 103, 0, 0, 0, 0, 0, 0, 0), + (5718, 1980, 103, 0, 128, 0, 0, 0, 30, 35), + (5719, 1983, 103, 0, 128, 0, 0, 0, 30, 35), + (5720, 1984, 103, 0, 128, 0, 0, 0, 30, 35), + (5721, 1994, 103, 0, 0, 0, 0, 0, 0, 0), + (5722, 2403, 103, 0, 0, 0, 0, 0, 0, 0), + (5723, 2558, 103, 0, 128, 2199, 0, 0, 41, 41), + (5724, 2636, 103, 0, 128, 0, 0, 0, 35, 35), + (5725, 2637, 103, 0, 128, 0, 0, 0, 35, 35), + (5726, 2638, 103, 0, 128, 0, 0, 0, 35, 35), + (5727, 2639, 103, 0, 0, 0, 0, 0, 0, 0), + (5728, 2640, 103, 0, 128, 0, 0, 0, 35, 35), + (5729, 2641, 103, 0, 128, 0, 0, 0, 35, 35), + (5730, 2642, 103, 0, 128, 0, 0, 0, 35, 35), + (5731, 2877, 103, 330, 2, 2464, 0, 0, 12, 15), + (5732, 2984, 103, 0, 128, 0, 0, 0, 52, 52), + (5733, 3048, 103, 0, 128, 0, 0, 0, 31, 31), + (5734, 3148, 103, 0, 128, 2790, 0, 0, 51, 54), + (5735, 3220, 103, 0, 128, 2842, 0, 0, 15, 17), + (5736, 3449, 103, 330, 0, 3035, 0, 0, 12, 15), + (5737, 3455, 103, 330, 0, 3042, 0, 0, 15, 18), + (5738, 3682, 103, 330, 0, 3253, 0, 0, 18, 22), + (5739, 3753, 103, 0, 128, 3337, 0, 0, 15, 17), + (5740, 3756, 103, 330, 2, 3346, 0, 0, 17, 20), + (5741, 3901, 103, 330, 0, 3470, 0, 0, 21, 25), + (5742, 4124, 103, 7200, 128, 3678, 0, 0, 29, 30), + (5743, 4345, 103, 0, 0, 0, 0, 0, 0, 0), + (5744, 483, 104, 330, 0, 352, 0, 0, 25, 27), + (5745, 485, 104, 330, 1, 354, 0, 0, 25, 29), + (5746, 548, 104, 330, 0, 408, 0, 0, 18, 21), + (5747, 682, 104, 0, 128, 0, 0, 0, 75, 80), + (5748, 1129, 104, 0, 128, 0, 0, 0, 40, 50), + (5749, 1323, 104, 0, 128, 942, 0, 0, 24, 25), + (5750, 1405, 104, 330, 0, 1032, 0, 0, 19, 22), + (5751, 1406, 104, 330, 0, 1033, 0, 0, 22, 25), + (5752, 1420, 104, 86400, 0, 1045, 0, 0, 58, 58), + (5753, 1421, 104, 4500, 0, 1046, 0, 0, 33, 35), + (5754, 1517, 104, 330, 1, 1117, 0, 0, 16, 26), + (5755, 1518, 104, 0, 0, 1122, 0, 0, 0, 0), + (5756, 1605, 104, 0, 0, 0, 0, 0, 0, 0), + (5757, 1635, 104, 330, 0, 1208, 0, 0, 16, 20), + (5758, 1643, 104, 330, 0, 1239, 0, 0, 16, 20), + (5759, 1648, 104, 330, 0, 1260, 0, 0, 18, 21), + (5760, 1666, 104, 330, 0, 1320, 0, 0, 21, 25), + (5761, 1683, 104, 330, 0, 1354, 0, 0, 21, 25), + (5762, 1690, 104, 330, 0, 1378, 0, 0, 21, 25), + (5763, 1723, 104, 0, 128, 0, 0, 0, 23, 25), + (5764, 1738, 104, 330, 0, 1480, 0, 0, 16, 20), + (5765, 1878, 104, 0, 0, 0, 0, 0, 0, 0), + (5766, 1879, 104, 0, 0, 0, 0, 0, 0, 0), + (5767, 1880, 104, 0, 128, 0, 0, 0, 35, 35), + (5768, 1881, 104, 0, 128, 0, 0, 0, 35, 35), + (5769, 1882, 104, 0, 128, 0, 0, 0, 35, 35), + (5770, 1883, 104, 0, 128, 0, 0, 0, 35, 35), + (5771, 1884, 104, 0, 128, 0, 0, 0, 35, 35), + (5772, 1971, 104, 0, 128, 0, 0, 0, 30, 35), + (5773, 1972, 104, 0, 128, 0, 0, 0, 30, 35), + (5774, 1974, 104, 0, 0, 0, 0, 0, 0, 0), + (5775, 1978, 104, 0, 128, 0, 0, 0, 30, 35), + (5776, 1979, 104, 0, 0, 0, 0, 0, 0, 0), + (5777, 1980, 104, 0, 128, 0, 0, 0, 30, 35), + (5778, 1983, 104, 0, 128, 0, 0, 0, 30, 35), + (5779, 1984, 104, 0, 128, 0, 0, 0, 30, 35), + (5780, 2001, 104, 0, 128, 1711, 0, 0, 27, 29), + (5781, 2166, 104, 330, 0, 1863, 0, 0, 21, 25), + (5782, 2252, 104, 0, 0, 0, 0, 0, 0, 0), + (5783, 2254, 104, 86400, 128, 1935, 35000, 0, 55, 55), + (5784, 2271, 104, 86400, 0, 1945, 0, 0, 35, 35), + (5785, 2297, 104, 1, 0, 0, 0, 0, 1, 1), + (5786, 2373, 104, 330, 0, 2022, 0, 0, 17, 20), + (5787, 2415, 104, 0, 0, 0, 0, 0, 0, 0), + (5788, 2643, 104, 83160, 0, 2259, 0, 0, 35, 40), + (5789, 3001, 104, 0, 128, 2581, 0, 0, 30, 35), + (5790, 3002, 104, 0, 128, 0, 0, 0, 35, 35), + (5791, 3004, 104, 330, 0, 2584, 0, 0, 21, 25), + (5792, 3009, 104, 330, 0, 2602, 0, 0, 21, 25), + (5793, 3013, 104, 0, 0, 0, 0, 0, 0, 0), + (5794, 3017, 104, 330, 0, 2634, 0, 0, 16, 20), + (5795, 3023, 104, 330, 0, 2653, 0, 0, 16, 20), + (5796, 3032, 104, 330, 0, 2669, 0, 0, 21, 25), + (5797, 3033, 104, 330, 0, 2677, 0, 0, 16, 20), + (5798, 3048, 104, 0, 128, 0, 0, 0, 32, 32), + (5799, 3095, 104, 7200, 0, 2746, 0, 0, 25, 26), + (5800, 3497, 104, 330, 1, 3080, 0, 0, 18, 25), + (5801, 3506, 104, 330, 0, 0, 0, 0, 15, 18), + (5802, 3645, 104, 0, 128, 0, 0, 0, 17, 29), + (5803, 3682, 104, 330, 0, 3254, 0, 0, 17, 20), + (5804, 3742, 104, 0, 128, 0, 0, 0, 16, 18), + (5805, 3745, 104, 0, 128, 0, 0, 0, 61, 63), + (5806, 3752, 104, 330, 0, 3333, 0, 0, 20, 23), + (5807, 3753, 104, 0, 128, 3338, 0, 0, 16, 18), + (5808, 3901, 104, 0, 128, 3471, 0, 0, 19, 22), + (5809, 3912, 104, 330, 4, 3503, 0, 0, 27, 29), + (5810, 4278, 104, 396, 0, 4050, 0, 0, 25, 28), + (5811, 4285, 104, 330, 0, 4067, 0, 0, 13, 16), + (5812, 4309, 104, 330, 4, 4098, 0, 0, 27, 29), + (5813, 4345, 104, 0, 0, 0, 0, 0, 0, 0), + (5814, 4516, 104, 330, 1, 4359, 0, 0, 16, 26), + (5815, 66, 105, 14400, 0, 36, 0, 0, 51, 52), + (5816, 316, 105, 330, 0, 224, 0, 0, 25, 28), + (5817, 322, 105, 0, 128, 0, 0, 0, 29, 35), + (5818, 743, 105, 330, 0, 540, 0, 0, 23, 25), + (5819, 872, 105, 0, 128, 618, 0, 0, 28, 30), + (5820, 1160, 105, 330, 4, 830, 0, 0, 38, 40), + (5821, 1266, 105, 330, 1, 907, 0, 0, 35, 38), + (5822, 1267, 105, 330, 0, 0, 0, 0, 36, 38), + (5823, 1642, 105, 0, 0, 1233, 0, 0, 0, 0), + (5824, 1648, 105, 330, 0, 1261, 0, 0, 28, 32), + (5825, 1665, 105, 330, 0, 1309, 0, 0, 28, 36), + (5826, 1666, 105, 330, 0, 1321, 0, 0, 26, 30), + (5827, 1683, 105, 330, 0, 1355, 0, 0, 26, 30), + (5828, 1690, 105, 330, 0, 1379, 0, 0, 26, 30), + (5829, 1694, 105, 330, 0, 1397, 0, 0, 28, 36), + (5830, 1710, 105, 330, 0, 1444, 0, 0, 28, 36), + (5831, 1715, 105, 330, 0, 1458, 0, 0, 28, 36), + (5832, 1725, 105, 0, 128, 0, 0, 0, 23, 25), + (5833, 1807, 105, 0, 128, 0, 0, 0, 20, 23), + (5834, 2043, 105, 330, 4, 1755, 0, 0, 38, 40), + (5835, 2054, 105, 330, 0, 1770, 0, 0, 34, 36), + (5836, 2286, 105, 0, 128, 1959, 0, 0, 38, 40), + (5837, 2373, 105, 0, 128, 2023, 0, 0, 20, 23), + (5838, 2375, 105, 330, 0, 0, 0, 0, 26, 36), + (5839, 2378, 105, 0, 0, 0, 0, 0, 0, 0), + (5840, 2415, 105, 0, 0, 0, 0, 0, 0, 0), + (5841, 2450, 105, 0, 128, 2094, 0, 0, 55, 55), + (5842, 2456, 105, 0, 0, 0, 0, 0, 0, 0), + (5843, 2589, 105, 330, 1, 2227, 0, 0, 28, 32), + (5844, 2597, 105, 330, 0, 2229, 0, 0, 22, 26), + (5845, 2996, 105, 330, 0, 2560, 0, 0, 30, 36), + (5846, 2998, 105, 330, 0, 2572, 0, 0, 30, 36), + (5847, 3004, 105, 330, 0, 2585, 0, 0, 26, 30), + (5848, 3009, 105, 330, 0, 2603, 0, 0, 26, 30), + (5849, 3020, 105, 330, 0, 0, 0, 0, 30, 36), + (5850, 3024, 105, 330, 0, 2658, 0, 0, 30, 36), + (5851, 3032, 105, 330, 0, 2670, 0, 0, 26, 30), + (5852, 3305, 105, 0, 0, 0, 0, 0, 0, 0), + (5853, 3424, 105, 330, 0, 3023, 0, 0, 28, 32), + (5854, 3682, 105, 0, 128, 3255, 0, 0, 20, 23), + (5855, 3694, 105, 0, 128, 3272, 0, 0, 36, 38), + (5856, 3745, 105, 0, 128, 0, 0, 0, 51, 54), + (5857, 3754, 105, 330, 0, 0, 0, 0, 20, 24), + (5858, 3800, 105, 0, 128, 0, 0, 0, 29, 35), + (5859, 3809, 105, 0, 128, 0, 0, 0, 65, 70), + (5860, 3810, 105, 0, 128, 0, 0, 0, 65, 70), + (5861, 3979, 105, 11880, 0, 3570, 0, 0, 27, 28), + (5862, 3990, 105, 330, 0, 3578, 0, 0, 35, 37), + (5863, 4215, 105, 330, 0, 0, 0, 0, 26, 36), + (5864, 4318, 105, 86400, 0, 0, 0, 0, 45, 45), + (5865, 4337, 105, 330, 1, 4146, 0, 0, 26, 36), + (5866, 103, 106, 330, 0, 63, 0, 0, 3, 8), + (5867, 107, 106, 330, 0, 72, 0, 0, 3, 8), + (5868, 441, 106, 330, 1, 314, 0, 0, 5, 8), + (5869, 525, 106, 0, 128, 0, 0, 0, 20, 25), + (5870, 579, 106, 1, 0, 0, 0, 0, 1, 1), + (5871, 580, 106, 1, 0, 0, 0, 0, 1, 1), + (5872, 581, 106, 1, 0, 0, 0, 0, 1, 1), + (5873, 611, 106, 1, 0, 0, 0, 0, 1, 1), + (5874, 612, 106, 1, 0, 0, 0, 0, 1, 1), + (5875, 613, 106, 1, 0, 0, 0, 0, 1, 1), + (5876, 714, 106, 0, 0, 0, 0, 0, 0, 0), + (5877, 821, 106, 1, 0, 0, 0, 0, 1, 1), + (5878, 822, 106, 1, 0, 0, 0, 0, 1, 1), + (5879, 823, 106, 1, 0, 0, 0, 0, 1, 1), + (5880, 936, 106, 1, 0, 0, 0, 0, 1, 1), + (5881, 1038, 106, 330, 2, 735, 0, 0, 1, 4), + (5882, 1214, 106, 330, 1, 873, 0, 0, 5, 8), + (5883, 1336, 106, 0, 128, 951, 0, 0, 9, 10), + (5884, 1364, 106, 330, 2, 973, 0, 0, 3, 5), + (5885, 1456, 106, 0, 128, 0, 0, 0, 53, 53), + (5886, 1648, 106, 330, 0, 1262, 0, 0, 5, 8), + (5887, 1659, 106, 330, 0, 1292, 0, 0, 4, 6), + (5888, 1666, 106, 1056, 0, 1322, 0, 0, 21, 23), + (5889, 1683, 106, 1056, 0, 1356, 0, 0, 21, 23), + (5890, 1690, 106, 1056, 0, 1380, 0, 0, 21, 23), + (5891, 1737, 106, 330, 0, 1472, 0, 0, 4, 8), + (5892, 1744, 106, 330, 0, 1501, 0, 0, 4, 8), + (5893, 1917, 106, 0, 128, 0, 0, 0, 25, 25), + (5894, 2000, 106, 330, 0, 1710, 0, 0, 1, 1), + (5895, 2226, 106, 0, 0, 0, 0, 0, 0, 0), + (5896, 2372, 106, 0, 128, 2015, 0, 0, 5, 6), + (5897, 2383, 106, 0, 128, 0, 0, 0, 25, 25), + (5898, 2405, 106, 0, 0, 0, 0, 0, 0, 0), + (5899, 2456, 106, 0, 0, 0, 0, 0, 0, 0), + (5900, 2490, 106, 7200, 128, 2135, 0, 0, 11, 11), + (5901, 2547, 106, 330, 0, 0, 0, 0, 2, 5), + (5902, 2904, 106, 0, 0, 0, 0, 0, 0, 0), + (5903, 2965, 106, 0, 128, 2527, 0, 0, 20, 25), + (5904, 3058, 106, 330, 0, 0, 0, 0, 5, 8), + (5905, 3148, 106, 0, 128, 2791, 0, 0, 51, 54), + (5906, 3222, 106, 0, 128, 2856, 0, 0, 7, 8), + (5907, 3241, 106, 1, 0, 2885, 0, 0, 1, 1), + (5908, 3371, 106, 330, 0, 2973, 0, 0, 1, 5), + (5909, 3381, 106, 330, 0, 0, 0, 0, 3, 8), + (5910, 3452, 106, 0, 128, 0, 0, 0, 3, 4), + (5911, 3458, 106, 330, 0, 3049, 0, 0, 18, 20), + (5912, 3464, 106, 0, 128, 0, 0, 0, 20, 25), + (5913, 3611, 106, 330, 8, 3191, 0, 0, 8, 10), + (5914, 3774, 106, 3600, 128, 3364, 0, 0, 9, 10), + (5915, 3779, 106, 0, 128, 0, 0, 0, 2, 4), + (5916, 3780, 106, 330, 0, 0, 0, 0, 2, 5), + (5917, 4053, 106, 330, 0, 3629, 0, 0, 1, 1), + (5918, 4266, 106, 330, 0, 0, 0, 0, 2, 6), + (5919, 4277, 106, 330, 0, 0, 0, 0, 2, 6), + (5920, 4381, 106, 1, 0, 0, 0, 0, 1, 1), + (5921, 4477, 106, 330, 0, 4333, 0, 0, 3, 8), + (5922, 103, 107, 330, 0, 64, 0, 0, 3, 8), + (5923, 107, 107, 330, 0, 73, 0, 0, 3, 8), + (5924, 441, 107, 330, 1, 314, 0, 0, 5, 8), + (5925, 551, 107, 0, 128, 4389, 0, 0, 9, 10), + (5926, 579, 107, 1, 0, 0, 0, 0, 1, 1), + (5927, 580, 107, 1, 0, 0, 0, 0, 1, 1), + (5928, 581, 107, 1, 0, 0, 0, 0, 1, 1), + (5929, 611, 107, 1, 0, 0, 0, 0, 1, 1), + (5930, 612, 107, 1, 0, 0, 0, 0, 1, 1), + (5931, 613, 107, 1, 0, 0, 0, 0, 1, 1), + (5932, 645, 107, 21600, 128, 477, 0, 0, 11, 12), + (5933, 714, 107, 0, 0, 0, 0, 0, 0, 0), + (5934, 821, 107, 1, 0, 0, 0, 0, 1, 1), + (5935, 822, 107, 1, 0, 0, 0, 0, 1, 1), + (5936, 823, 107, 1, 0, 0, 0, 0, 1, 1), + (5937, 1038, 107, 330, 2, 734, 0, 0, 1, 4), + (5938, 1214, 107, 330, 1, 872, 0, 0, 4, 8), + (5939, 1364, 107, 330, 2, 972, 0, 0, 3, 5), + (5940, 1648, 107, 330, 0, 1263, 0, 0, 5, 8), + (5941, 1659, 107, 330, 0, 1293, 0, 0, 3, 4), + (5942, 1737, 107, 330, 0, 1472, 0, 0, 3, 8), + (5943, 1744, 107, 330, 0, 1503, 0, 0, 3, 8), + (5944, 1829, 107, 1, 0, 0, 0, 0, 1, 1), + (5945, 2000, 107, 330, 0, 1710, 0, 0, 1, 1), + (5946, 2372, 107, 330, 0, 2016, 0, 0, 5, 8), + (5947, 2384, 107, 18000, 128, 2036, 0, 0, 10, 11), + (5948, 2547, 107, 330, 0, 2187, 0, 0, 2, 6), + (5949, 2722, 107, 0, 128, 2333, 0, 0, 7, 8), + (5950, 3058, 107, 330, 0, 2717, 0, 0, 5, 8), + (5951, 3102, 107, 0, 128, 2750, 0, 0, 9, 10), + (5952, 3148, 107, 0, 128, 2792, 0, 0, 51, 54), + (5953, 3199, 107, 0, 0, 0, 0, 0, 0, 0), + (5954, 3241, 107, 1, 0, 2886, 0, 0, 1, 1), + (5955, 3381, 107, 330, 0, 3000, 0, 0, 3, 8), + (5956, 3452, 107, 0, 128, 3039, 0, 0, 3, 4), + (5957, 3611, 107, 330, 8, 3192, 0, 0, 8, 10), + (5958, 3779, 107, 0, 128, 3371, 0, 0, 2, 3), + (5959, 3780, 107, 330, 0, 3373, 0, 0, 1, 5), + (5960, 4053, 107, 330, 0, 3630, 0, 0, 1, 1), + (5961, 4266, 107, 330, 0, 4037, 0, 0, 2, 6), + (5962, 4277, 107, 330, 0, 4047, 0, 0, 2, 6), + (5963, 4381, 107, 1, 0, 0, 0, 0, 1, 1), + (5964, 4477, 107, 330, 0, 4334, 0, 0, 3, 8), + (5965, 103, 108, 330, 0, 65, 0, 0, 8, 10), + (5966, 107, 108, 330, 0, 72, 0, 0, 8, 10), + (5967, 305, 108, 0, 0, 0, 0, 0, 0, 0), + (5968, 390, 108, 7200, 2, 272, 0, 0, 14, 14), + (5969, 1160, 108, 330, 4, 829, 0, 0, 18, 20), + (5970, 1407, 108, 0, 128, 1034, 0, 0, 33, 33), + (5971, 1514, 108, 330, 1, 1109, 0, 0, 15, 17), + (5972, 1635, 108, 330, 0, 1209, 0, 0, 12, 16), + (5973, 1636, 108, 0, 128, 0, 0, 0, 30, 75), + (5974, 1643, 108, 330, 0, 1240, 0, 0, 12, 16), + (5975, 1648, 108, 330, 0, 1264, 0, 0, 11, 14), + (5976, 1737, 108, 330, 0, 1474, 0, 0, 8, 10), + (5977, 1738, 108, 330, 0, 1481, 0, 0, 12, 16), + (5978, 1744, 108, 330, 0, 1504, 0, 0, 8, 10), + (5979, 1808, 108, 330, 0, 1577, 0, 0, 10, 16), + (5980, 1812, 108, 330, 0, 0, 0, 0, 15, 17), + (5981, 1899, 108, 7200, 2, 1633, 0, 0, 9, 13), + (5982, 2003, 108, 330, 0, 1713, 0, 0, 7, 10), + (5983, 2473, 108, 330, 0, 2114, 0, 0, 11, 13), + (5984, 2679, 108, 330, 0, 2304, 0, 0, 10, 12), + (5985, 2986, 108, 330, 0, 2546, 0, 0, 10, 16), + (5986, 3148, 108, 0, 128, 2793, 0, 0, 51, 54), + (5987, 3170, 108, 330, 0, 0, 0, 0, 18, 20), + (5988, 3316, 108, 14400, 0, 2922, 0, 0, 27, 28), + (5989, 3378, 108, 330, 0, 2995, 0, 0, 7, 11), + (5990, 3646, 108, 330, 1, 3219, 0, 0, 11, 13), + (5991, 3647, 108, 330, 1, 3222, 0, 0, 10, 12), + (5992, 3766, 108, 86400, 0, 3354, 0, 0, 55, 56), + (5993, 3785, 108, 10800, 0, 3379, 0, 0, 19, 20), + (5994, 3792, 108, 330, 0, 3384, 0, 0, 7, 10), + (5995, 3911, 108, 1, 0, 0, 0, 0, 1, 1), + (5996, 3912, 108, 330, 4, 3504, 0, 0, 18, 20), + (5997, 3995, 108, 660, 0, 3584, 0, 0, 21, 23), + (5998, 4226, 108, 330, 0, 4013, 0, 0, 10, 16), + (5999, 4359, 108, 330, 1, 4172, 0, 0, 8, 10), + (6000, 4477, 108, 330, 0, 4335, 0, 0, 8, 10), + (6001, 305, 109, 0, 0, 0, 0, 0, 0, 0), + (6002, 331, 109, 1, 0, 0, 0, 0, 1, 1), + (6003, 433, 109, 330, 2, 307, 0, 0, 15, 18), + (6004, 460, 109, 14400, 0, 332, 0, 0, 24, 25), + (6005, 485, 109, 330, 1, 355, 0, 0, 25, 29), + (6006, 486, 109, 330, 0, 360, 0, 0, 13, 16), + (6007, 487, 109, 330, 1, 361, 0, 0, 18, 25), + (6008, 519, 109, 75615, 0, 0, 0, 0, 30, 30), + (6009, 525, 109, 330, 0, 388, 0, 0, 20, 26), + (6010, 646, 109, 330, 0, 478, 0, 0, 20, 23), + (6011, 753, 109, 0, 128, 0, 0, 0, 35, 35), + (6012, 791, 109, 330, 0, 575, 0, 0, 20, 26), + (6013, 896, 109, 0, 0, 0, 0, 0, 0, 0), + (6014, 1419, 109, 330, 0, 1044, 0, 0, 24, 25), + (6015, 1445, 109, 330, 0, 1068, 0, 0, 18, 21), + (6016, 1517, 109, 330, 1, 1118, 0, 0, 18, 25), + (6017, 1518, 109, 0, 0, 1122, 0, 0, 0, 0), + (6018, 1635, 109, 330, 0, 1210, 0, 0, 16, 20), + (6019, 1643, 109, 330, 0, 1241, 0, 0, 16, 20), + (6020, 1648, 109, 330, 0, 1265, 0, 0, 18, 21), + (6021, 1666, 109, 330, 0, 1323, 0, 0, 21, 25), + (6022, 1683, 109, 330, 0, 1357, 0, 0, 21, 25), + (6023, 1690, 109, 330, 0, 1381, 0, 0, 21, 25), + (6024, 1722, 109, 0, 128, 0, 0, 0, 23, 25), + (6025, 1738, 109, 330, 0, 1482, 0, 0, 16, 20), + (6026, 1756, 109, 330, 0, 1523, 0, 0, 22, 25), + (6027, 1808, 109, 330, 0, 1578, 0, 0, 16, 20), + (6028, 1917, 109, 0, 128, 0, 0, 0, 35, 35), + (6029, 1971, 109, 0, 128, 0, 0, 0, 30, 35), + (6030, 1972, 109, 0, 128, 0, 0, 0, 30, 35), + (6031, 1974, 109, 0, 0, 0, 0, 0, 0, 0), + (6032, 1978, 109, 0, 128, 0, 0, 0, 30, 35), + (6033, 1979, 109, 0, 0, 0, 0, 0, 0, 0), + (6034, 1980, 109, 0, 128, 0, 0, 0, 30, 35), + (6035, 1983, 109, 0, 128, 0, 0, 0, 30, 35), + (6036, 1984, 109, 0, 128, 0, 0, 0, 30, 35), + (6037, 2155, 109, 7200, 0, 1851, 0, 0, 27, 28), + (6038, 2373, 109, 330, 0, 2024, 0, 0, 17, 20), + (6039, 2493, 109, 330, 0, 0, 0, 0, 25, 28), + (6040, 2579, 109, 330, 0, 2216, 0, 0, 21, 25), + (6041, 2636, 109, 0, 128, 0, 0, 0, 35, 35), + (6042, 2637, 109, 0, 128, 0, 0, 0, 35, 35), + (6043, 2638, 109, 0, 128, 0, 0, 0, 35, 35), + (6044, 2639, 109, 0, 0, 0, 0, 0, 0, 0), + (6045, 2640, 109, 0, 128, 0, 0, 0, 35, 35), + (6046, 2641, 109, 0, 128, 0, 0, 0, 35, 35), + (6047, 2642, 109, 0, 128, 0, 0, 0, 35, 35), + (6048, 2877, 109, 330, 2, 2465, 0, 0, 13, 16), + (6049, 2965, 109, 330, 0, 2527, 0, 0, 20, 26), + (6050, 2986, 109, 330, 0, 2547, 0, 0, 16, 20), + (6051, 3464, 109, 0, 128, 0, 0, 0, 30, 35), + (6052, 3682, 109, 330, 0, 3256, 0, 0, 17, 20), + (6053, 3745, 109, 0, 128, 0, 0, 0, 61, 63), + (6054, 3753, 109, 0, 128, 3339, 0, 0, 13, 15), + (6055, 3819, 109, 0, 128, 0, 0, 0, 13, 15), + (6056, 3821, 109, 0, 128, 0, 0, 0, 17, 20), + (6057, 3901, 109, 330, 0, 3472, 0, 0, 20, 23), + (6058, 3912, 109, 330, 4, 3505, 0, 0, 27, 29), + (6059, 4226, 109, 330, 0, 4014, 0, 0, 16, 20), + (6060, 4309, 109, 330, 4, 4099, 0, 0, 27, 29), + (6061, 4314, 109, 330, 0, 4122, 0, 0, 15, 18), + (6062, 4516, 109, 330, 1, 4360, 0, 0, 16, 26), + (6063, 394, 110, 330, 0, 276, 0, 0, 25, 28), + (6064, 417, 110, 0, 128, 299, 0, 0, 20, 23), + (6065, 418, 110, 0, 128, 0, 0, 0, 34, 36), + (6066, 440, 110, 7920, 0, 312, 0, 0, 26, 27), + (6067, 525, 110, 330, 0, 389, 0, 0, 26, 30), + (6068, 538, 110, 330, 0, 401, 0, 0, 30, 36), + (6069, 726, 110, 1, 0, 0, 0, 0, 1, 1), + (6070, 743, 110, 330, 0, 541, 0, 0, 23, 25), + (6071, 791, 110, 330, 0, 576, 0, 0, 26, 30), + (6072, 941, 110, 330, 0, 664, 0, 0, 22, 26), + (6073, 1124, 110, 7920, 128, 803, 0, 0, 39, 40), + (6074, 1266, 110, 330, 1, 908, 0, 0, 35, 38), + (6075, 1267, 110, 330, 0, 0, 0, 0, 36, 38), + (6076, 1341, 110, 330, 4, 956, 0, 0, 38, 40), + (6077, 1472, 110, 330, 0, 1084, 0, 0, 30, 36), + (6078, 1648, 110, 330, 0, 1266, 0, 0, 28, 32), + (6079, 1665, 110, 330, 0, 1310, 0, 0, 30, 36), + (6080, 1666, 110, 330, 0, 1324, 0, 0, 26, 30), + (6081, 1683, 110, 330, 0, 1358, 0, 0, 26, 30), + (6082, 1690, 110, 330, 0, 1382, 0, 0, 26, 30), + (6083, 1694, 110, 330, 0, 1398, 0, 0, 30, 36), + (6084, 1710, 110, 330, 0, 1445, 0, 0, 30, 36), + (6085, 1715, 110, 330, 0, 1459, 0, 0, 30, 36), + (6086, 1722, 110, 0, 128, 0, 0, 0, 23, 25), + (6087, 1757, 110, 330, 0, 1525, 0, 0, 28, 32), + (6088, 1807, 110, 0, 128, 1567, 0, 0, 31, 33), + (6089, 1991, 110, 0, 128, 0, 0, 0, 28, 30), + (6090, 2054, 110, 330, 0, 1771, 0, 0, 34, 36), + (6091, 2378, 110, 0, 0, 0, 0, 0, 0, 0), + (6092, 2649, 110, 330, 2, 2265, 0, 0, 20, 23), + (6093, 2735, 110, 330, 2, 2339, 0, 0, 23, 26), + (6094, 2940, 110, 330, 0, 2508, 0, 0, 34, 37), + (6095, 2965, 110, 330, 0, 2528, 0, 0, 26, 30), + (6096, 3165, 110, 330, 0, 0, 0, 0, 24, 26), + (6097, 3625, 110, 0, 128, 3199, 0, 0, 28, 30), + (6098, 3628, 110, 330, 0, 3204, 0, 0, 30, 36), + (6099, 3630, 110, 86400, 128, 3208, 0, 0, 58, 58), + (6100, 3682, 110, 0, 128, 3257, 0, 0, 20, 23), + (6101, 3745, 110, 0, 128, 0, 0, 0, 61, 63), + (6102, 4107, 110, 1, 0, 0, 0, 0, 1, 1), + (6103, 4309, 110, 330, 4, 4100, 0, 0, 38, 40), + (6104, 4337, 110, 330, 1, 4147, 0, 0, 26, 36), + (6105, 4506, 110, 330, 0, 4350, 0, 0, 30, 36), + (6106, 204, 111, 0, 128, 154, 0, 0, 41, 42), + (6107, 374, 111, 330, 0, 264, 0, 0, 40, 42), + (6108, 710, 111, 0, 0, 0, 0, 0, 0, 0), + (6109, 764, 111, 330, 0, 559, 0, 0, 40, 43), + (6110, 913, 111, 330, 4, 640, 0, 0, 44, 46), + (6111, 1027, 111, 0, 0, 0, 0, 0, 0, 0), + (6112, 1461, 111, 14400, 0, 1078, 0, 0, 47, 48), + (6113, 1511, 111, 330, 0, 1106, 0, 0, 35, 38), + (6114, 1551, 111, 0, 128, 0, 0, 0, 45, 45), + (6115, 1556, 111, 0, 128, 0, 0, 0, 40, 45), + (6116, 1566, 111, 0, 128, 0, 0, 0, 40, 45), + (6117, 1575, 111, 0, 128, 0, 0, 0, 45, 45), + (6118, 1576, 111, 0, 128, 0, 0, 0, 45, 45), + (6119, 1581, 111, 0, 128, 0, 0, 0, 45, 45), + (6120, 1594, 111, 0, 128, 0, 0, 0, 33, 35), + (6121, 1598, 111, 0, 128, 0, 0, 0, 45, 45), + (6122, 1665, 111, 330, 0, 1311, 0, 0, 35, 38), + (6123, 1669, 111, 0, 0, 0, 0, 0, 0, 0), + (6124, 1694, 111, 330, 0, 1399, 0, 0, 35, 38), + (6125, 1701, 111, 330, 0, 1418, 0, 0, 40, 43), + (6126, 1705, 111, 330, 0, 1425, 0, 0, 40, 43), + (6127, 1709, 111, 330, 0, 1436, 0, 0, 40, 43), + (6128, 1710, 111, 330, 0, 1446, 0, 0, 35, 38), + (6129, 1715, 111, 330, 0, 1460, 0, 0, 35, 38), + (6130, 1733, 111, 0, 128, 0, 0, 0, 28, 30), + (6131, 1741, 111, 330, 0, 1494, 0, 0, 40, 43), + (6132, 1807, 111, 0, 128, 1568, 0, 0, 32, 34), + (6133, 1971, 111, 0, 128, 0, 0, 0, 40, 45), + (6134, 1972, 111, 0, 128, 0, 0, 0, 40, 45), + (6135, 1974, 111, 0, 0, 0, 0, 0, 0, 0), + (6136, 1978, 111, 0, 128, 0, 0, 0, 40, 45), + (6137, 1979, 111, 0, 0, 0, 0, 0, 0, 0), + (6138, 1980, 111, 0, 128, 0, 0, 0, 40, 45), + (6139, 1983, 111, 0, 128, 0, 0, 0, 40, 45), + (6140, 1984, 111, 0, 128, 0, 0, 0, 40, 45), + (6141, 2043, 111, 330, 4, 1756, 0, 0, 44, 46), + (6142, 2226, 111, 0, 0, 0, 0, 0, 0, 0), + (6143, 2264, 111, 14400, 0, 1939, 0, 0, 41, 41), + (6144, 2286, 111, 0, 128, 1960, 0, 0, 38, 40), + (6145, 2293, 111, 0, 0, 0, 0, 0, 0, 0), + (6146, 2405, 111, 0, 0, 0, 0, 0, 0, 0), + (6147, 2424, 111, 330, 0, 2066, 0, 0, 37, 39), + (6148, 2447, 111, 330, 0, 2091, 0, 0, 39, 42), + (6149, 2492, 111, 0, 0, 0, 0, 0, 0, 0), + (6150, 2746, 111, 0, 128, 2353, 0, 0, 44, 45), + (6151, 2904, 111, 0, 0, 0, 0, 0, 0, 0), + (6152, 2919, 111, 18000, 0, 2490, 0, 0, 41, 42), + (6153, 3159, 111, 1, 0, 0, 0, 0, 1, 1), + (6154, 3368, 111, 330, 0, 2965, 0, 0, 40, 43), + (6155, 3600, 111, 0, 0, 0, 0, 0, 0, 0), + (6156, 3668, 111, 330, 0, 3233, 0, 0, 40, 43), + (6157, 3688, 111, 330, 0, 3267, 0, 0, 40, 43), + (6158, 3781, 111, 330, 0, 3376, 0, 0, 40, 42), + (6159, 4050, 111, 330, 0, 3624, 0, 0, 34, 37), + (6160, 4220, 111, 0, 128, 4004, 0, 0, 32, 34), + (6161, 410, 112, 86400, 128, 285, 0, 0, 70, 70), + (6162, 453, 112, 330, 0, 326, 0, 0, 45, 48), + (6163, 509, 112, 30, 0, 0, 0, 0, 58, 58), + (6164, 510, 112, 30, 0, 0, 0, 0, 58, 58), + (6165, 511, 112, 30, 0, 0, 0, 0, 58, 58), + (6166, 693, 112, 0, 128, 508, 0, 0, 42, 42), + (6167, 868, 112, 330, 0, 613, 0, 0, 43, 45), + (6168, 913, 112, 330, 4, 641, 0, 0, 48, 50), + (6169, 981, 112, 0, 128, 0, 0, 0, 55, 55), + (6170, 988, 112, 330, 0, 693, 0, 0, 48, 52), + (6171, 991, 112, 330, 0, 698, 0, 0, 48, 52), + (6172, 994, 112, 0, 128, 0, 0, 0, 43, 45), + (6173, 995, 112, 330, 0, 701, 0, 0, 50, 52), + (6174, 997, 112, 330, 0, 704, 0, 0, 48, 52), + (6175, 1027, 112, 0, 0, 0, 0, 0, 0, 0), + (6176, 1252, 112, 86400, 0, 896, 0, 0, 44, 49), + (6177, 1260, 112, 330, 0, 902, 0, 0, 43, 46), + (6178, 1264, 112, 330, 0, 905, 0, 0, 45, 48), + (6179, 1431, 112, 330, 0, 1055, 0, 0, 45, 48), + (6180, 1551, 112, 0, 128, 0, 0, 0, 55, 55), + (6181, 1575, 112, 0, 128, 0, 0, 0, 55, 55), + (6182, 1581, 112, 0, 128, 0, 0, 0, 55, 55), + (6183, 1594, 112, 0, 128, 0, 0, 0, 38, 42), + (6184, 1598, 112, 0, 128, 0, 0, 0, 55, 55), + (6185, 1733, 112, 0, 128, 0, 0, 0, 43, 45), + (6186, 1794, 112, 330, 0, 1548, 0, 0, 45, 48), + (6187, 1874, 112, 330, 0, 1622, 0, 0, 45, 48), + (6188, 1971, 112, 0, 128, 0, 0, 0, 50, 55), + (6189, 1972, 112, 0, 128, 0, 0, 0, 50, 55), + (6190, 1974, 112, 0, 0, 0, 0, 0, 0, 0), + (6191, 1978, 112, 0, 128, 0, 0, 0, 50, 55), + (6192, 1979, 112, 0, 0, 0, 0, 0, 0, 0), + (6193, 1980, 112, 0, 128, 0, 0, 0, 50, 55), + (6194, 1983, 112, 0, 128, 0, 0, 0, 50, 55), + (6195, 1984, 112, 0, 128, 0, 0, 0, 50, 55), + (6196, 2043, 112, 330, 4, 1757, 0, 0, 48, 50), + (6197, 2276, 112, 0, 128, 0, 0, 0, 63, 63), + (6198, 2295, 112, 1, 0, 0, 0, 0, 1, 1), + (6199, 2442, 112, 330, 0, 2082, 0, 0, 42, 45), + (6200, 3575, 112, 1980, 0, 0, 0, 0, 52, 53), + (6201, 3576, 112, 14400, 0, 3172, 0, 0, 48, 49), + (6202, 71, 113, 330, 4, 41, 0, 0, 52, 54), + (6203, 302, 113, 0, 128, 0, 0, 0, 69, 70), + (6204, 378, 113, 330, 0, 266, 0, 0, 62, 65), + (6205, 1018, 113, 0, 128, 0, 0, 0, 68, 70), + (6206, 1083, 113, 330, 1, 764, 0, 0, 67, 71), + (6207, 1085, 113, 330, 1, 772, 0, 0, 66, 70), + (6208, 1235, 113, 330, 0, 878, 0, 0, 65, 69), + (6209, 1295, 113, 330, 1, 931, 0, 0, 65, 68), + (6210, 1341, 113, 330, 4, 956, 0, 0, 67, 69), + (6211, 1429, 113, 3960, 128, 1054, 0, 0, 80, 80), + (6212, 1634, 113, 330, 0, 1202, 0, 0, 65, 68), + (6213, 1637, 113, 330, 0, 1219, 0, 0, 65, 68), + (6214, 1640, 113, 0, 128, 0, 0, 0, 80, 80), + (6215, 1649, 113, 0, 128, 0, 0, 0, 75, 80), + (6216, 1653, 113, 0, 128, 0, 0, 0, 75, 80), + (6217, 1687, 113, 330, 0, 1371, 0, 0, 65, 68), + (6218, 1699, 113, 0, 128, 0, 0, 0, 75, 80), + (6219, 1704, 113, 0, 128, 0, 0, 0, 75, 80), + (6220, 1711, 113, 330, 0, 1451, 0, 0, 65, 68), + (6221, 1730, 113, 0, 128, 0, 0, 0, 48, 50), + (6222, 1806, 113, 330, 0, 1558, 0, 0, 76, 79), + (6223, 1971, 113, 0, 128, 0, 0, 0, 75, 80), + (6224, 1972, 113, 0, 128, 0, 0, 0, 75, 80), + (6225, 1974, 113, 0, 0, 0, 0, 0, 0, 0), + (6226, 1978, 113, 0, 128, 0, 0, 0, 75, 80), + (6227, 1979, 113, 0, 0, 0, 0, 0, 0, 0), + (6228, 1980, 113, 0, 128, 0, 0, 0, 75, 80), + (6229, 1983, 113, 0, 128, 0, 0, 0, 75, 80), + (6230, 1984, 113, 0, 128, 0, 0, 0, 75, 80), + (6231, 2185, 113, 1, 0, 0, 0, 0, 1, 1), + (6232, 2226, 113, 0, 0, 0, 0, 0, 0, 0), + (6233, 2287, 113, 43200, 128, 1964, 0, 0, 79, 79), + (6234, 2405, 113, 0, 0, 0, 0, 0, 0, 0), + (6235, 2904, 113, 0, 0, 0, 0, 0, 0, 0), + (6236, 3336, 113, 0, 128, 2931, 0, 0, 59, 60), + (6237, 3375, 113, 330, 0, 2981, 0, 0, 64, 67), + (6238, 3377, 113, 0, 128, 2988, 0, 0, 59, 60), + (6239, 3451, 113, 330, 0, 3037, 0, 0, 71, 74), + (6240, 3456, 113, 330, 0, 3045, 0, 0, 62, 66), + (6241, 3777, 113, 0, 128, 0, 0, 0, 80, 80), + (6242, 3803, 113, 0, 128, 3394, 0, 0, 63, 67), + (6243, 3882, 113, 330, 0, 3453, 0, 0, 66, 70), + (6244, 4218, 113, 330, 0, 4001, 0, 0, 66, 69), + (6245, 167, 114, 330, 0, 123, 0, 0, 35, 39), + (6246, 168, 114, 330, 0, 124, 0, 0, 50, 52), + (6247, 170, 114, 330, 0, 126, 0, 0, 44, 49), + (6248, 173, 114, 330, 0, 129, 0, 0, 35, 39), + (6249, 174, 114, 330, 0, 130, 0, 0, 35, 39), + (6250, 186, 114, 330, 0, 142, 0, 0, 44, 49), + (6251, 189, 114, 330, 0, 145, 0, 0, 44, 49), + (6252, 192, 114, 330, 0, 148, 0, 0, 50, 52), + (6253, 413, 114, 0, 128, 292, 0, 0, 48, 51), + (6254, 595, 114, 259200, 128, 442, 0, 0, 80, 81), + (6255, 676, 114, 83160, 128, 500, 0, 0, 56, 56), + (6256, 677, 114, 0, 128, 0, 0, 0, 55, 55), + (6257, 778, 114, 0, 128, 0, 0, 0, 55, 55), + (6258, 779, 114, 0, 128, 0, 0, 0, 55, 55), + (6259, 780, 114, 0, 128, 0, 0, 0, 55, 55), + (6260, 781, 114, 0, 128, 0, 0, 0, 55, 55), + (6261, 872, 114, 0, 128, 618, 0, 0, 30, 33), + (6262, 948, 114, 0, 128, 0, 0, 0, 55, 55), + (6263, 949, 114, 0, 128, 0, 0, 0, 50, 55), + (6264, 1006, 114, 330, 0, 710, 0, 0, 39, 44), + (6265, 1035, 114, 330, 0, 730, 0, 0, 47, 50), + (6266, 1084, 114, 330, 0, 768, 0, 0, 44, 47), + (6267, 1138, 114, 18000, 128, 813, 0, 0, 45, 47), + (6268, 1160, 114, 330, 4, 829, 0, 0, 47, 49), + (6269, 1341, 114, 330, 4, 956, 0, 0, 47, 49), + (6270, 1369, 114, 330, 2, 978, 0, 0, 37, 42), + (6271, 1539, 114, 330, 0, 1136, 0, 0, 30, 34), + (6272, 1648, 114, 330, 0, 1267, 0, 0, 45, 49), + (6273, 1682, 114, 0, 128, 0, 0, 0, 50, 55), + (6274, 1701, 114, 330, 0, 1418, 0, 0, 45, 49), + (6275, 1705, 114, 330, 0, 1425, 0, 0, 45, 49), + (6276, 1709, 114, 330, 0, 1436, 0, 0, 45, 49), + (6277, 1732, 114, 0, 128, 0, 0, 0, 38, 40), + (6278, 1741, 114, 330, 0, 1495, 0, 0, 45, 49), + (6279, 1807, 114, 0, 128, 1569, 0, 0, 30, 33), + (6280, 1895, 114, 0, 128, 0, 0, 0, 50, 55), + (6281, 1896, 114, 0, 128, 0, 0, 0, 50, 55), + (6282, 1897, 114, 0, 0, 0, 0, 0, 0, 0), + (6283, 1971, 114, 0, 128, 0, 0, 0, 50, 55), + (6284, 1972, 114, 0, 128, 0, 0, 0, 50, 55), + (6285, 1974, 114, 0, 0, 0, 0, 0, 0, 0), + (6286, 1978, 114, 0, 128, 0, 0, 0, 50, 55), + (6287, 1979, 114, 0, 0, 0, 0, 0, 0, 0), + (6288, 1980, 114, 0, 128, 0, 0, 0, 50, 55), + (6289, 1983, 114, 0, 128, 0, 0, 0, 50, 55), + (6290, 1984, 114, 0, 128, 0, 0, 0, 50, 55), + (6291, 2099, 114, 0, 128, 1801, 0, 0, 36, 39), + (6292, 2398, 114, 330, 0, 2048, 0, 0, 47, 49), + (6293, 2442, 114, 330, 1, 2083, 0, 0, 45, 47), + (6294, 2491, 114, 330, 0, 2138, 0, 0, 29, 30), + (6295, 3195, 114, 0, 128, 0, 0, 0, 50, 55), + (6296, 3426, 114, 330, 0, 3025, 0, 0, 42, 46), + (6297, 3439, 114, 0, 128, 0, 0, 0, 50, 55), + (6298, 3450, 114, 330, 0, 3036, 0, 0, 36, 40), + (6299, 3484, 114, 1, 0, 0, 0, 0, 1, 1), + (6300, 4002, 114, 0, 128, 0, 0, 0, 50, 55), + (6301, 4045, 114, 0, 128, 0, 0, 0, 42, 42), + (6302, 18, 115, 0, 0, 0, 0, 0, 0, 0), + (6303, 320, 115, 0, 0, 0, 0, 0, 0, 0), + (6304, 327, 115, 1, 0, 0, 0, 0, 1, 1), + (6305, 332, 115, 330, 0, 232, 0, 0, 8, 10), + (6306, 549, 115, 0, 0, 0, 0, 0, 0, 0), + (6307, 579, 115, 1, 0, 0, 0, 0, 1, 1), + (6308, 580, 115, 1, 0, 0, 0, 0, 1, 1), + (6309, 581, 115, 1, 0, 0, 0, 0, 1, 1), + (6310, 583, 115, 330, 0, 433, 0, 0, 1, 1), + (6311, 611, 115, 1, 0, 0, 0, 0, 1, 1), + (6312, 612, 115, 1, 0, 0, 0, 0, 1, 1), + (6313, 613, 115, 1, 0, 0, 0, 0, 1, 1), + (6314, 616, 115, 0, 0, 0, 0, 0, 0, 0), + (6315, 650, 115, 330, 0, 482, 0, 0, 2, 6), + (6316, 714, 115, 0, 0, 0, 0, 0, 0, 0), + (6317, 821, 115, 1, 0, 0, 0, 0, 1, 1), + (6318, 822, 115, 1, 0, 0, 0, 0, 1, 1), + (6319, 823, 115, 1, 0, 0, 0, 0, 1, 1), + (6320, 831, 115, 330, 0, 593, 0, 0, 3, 8), + (6321, 903, 115, 0, 0, 0, 0, 0, 0, 0), + (6322, 1524, 115, 330, 0, 1126, 0, 0, 5, 8), + (6323, 1648, 115, 330, 0, 1268, 0, 0, 5, 8), + (6324, 1659, 115, 330, 0, 1294, 0, 0, 3, 4), + (6325, 1737, 115, 330, 0, 1472, 0, 0, 3, 6), + (6326, 1744, 115, 330, 0, 1505, 0, 0, 3, 6), + (6327, 2372, 115, 0, 128, 2017, 0, 0, 5, 6), + (6328, 2472, 115, 330, 1, 0, 0, 0, 4, 6), + (6329, 2475, 115, 330, 1, 2116, 0, 0, 4, 8), + (6330, 2546, 115, 330, 0, 2184, 0, 0, 3, 5), + (6331, 2769, 115, 0, 128, 0, 0, 0, 7, 8), + (6332, 2921, 115, 14400, 0, 2493, 0, 0, 12, 12), + (6333, 3088, 115, 0, 128, 2739, 0, 0, 2, 4), + (6334, 3102, 115, 0, 128, 2751, 0, 0, 9, 10), + (6335, 3148, 115, 0, 128, 2794, 0, 0, 51, 54), + (6336, 3241, 115, 1, 0, 2887, 0, 0, 1, 1), + (6337, 3371, 115, 330, 0, 2974, 0, 0, 1, 3), + (6338, 3488, 115, 0, 128, 0, 0, 0, 2, 4), + (6339, 3490, 115, 330, 0, 0, 0, 0, 1, 5), + (6340, 3584, 115, 0, 0, 0, 0, 0, 0, 0), + (6341, 3924, 115, 330, 0, 3527, 0, 0, 1, 1), + (6342, 3947, 115, 28800, 0, 3539, 0, 0, 10, 10), + (6343, 4381, 115, 1, 0, 0, 0, 0, 1, 1), + (6344, 4405, 115, 330, 0, 0, 0, 0, 4, 8), + (6345, 4411, 115, 0, 128, 0, 0, 0, 25, 25), + (6346, 4419, 115, 0, 128, 0, 0, 0, 20, 25), + (6347, 4426, 115, 330, 0, 0, 0, 0, 4, 8), + (6348, 4444, 115, 0, 128, 0, 0, 0, 20, 25), + (6349, 4448, 115, 330, 0, 0, 0, 0, 4, 8), + (6350, 4456, 115, 0, 128, 0, 0, 0, 20, 25), + (6351, 4459, 115, 0, 128, 0, 0, 0, 20, 25), + (6354, 332, 116, 330, 0, 232, 0, 0, 8, 10), + (6355, 489, 116, 1, 0, 0, 0, 0, 1, 1), + (6356, 579, 116, 1, 0, 0, 0, 0, 1, 1), + (6357, 580, 116, 1, 0, 0, 0, 0, 1, 1), + (6358, 581, 116, 1, 0, 0, 0, 0, 1, 1), + (6359, 583, 116, 330, 0, 433, 0, 0, 1, 1), + (6360, 611, 116, 1, 0, 0, 0, 0, 1, 1), + (6361, 612, 116, 1, 0, 0, 0, 0, 1, 1), + (6362, 613, 116, 1, 0, 0, 0, 0, 1, 1), + (6363, 650, 116, 330, 0, 482, 0, 0, 2, 5), + (6364, 714, 116, 0, 0, 0, 0, 0, 0, 0), + (6365, 821, 116, 1, 0, 0, 0, 0, 1, 1), + (6366, 822, 116, 1, 0, 0, 0, 0, 1, 1), + (6367, 823, 116, 1, 0, 0, 0, 0, 1, 1), + (6368, 831, 116, 330, 0, 594, 0, 0, 3, 6), + (6369, 1336, 116, 0, 128, 952, 0, 0, 9, 10), + (6370, 1524, 116, 330, 0, 1126, 0, 0, 5, 8), + (6371, 1648, 116, 330, 0, 1269, 0, 0, 5, 8), + (6372, 1659, 116, 330, 0, 1293, 0, 0, 4, 8), + (6373, 1737, 116, 330, 0, 1472, 0, 0, 3, 8), + (6374, 1744, 116, 330, 0, 1506, 0, 0, 3, 8), + (6375, 2472, 116, 330, 1, 2112, 0, 0, 3, 8), + (6376, 2475, 116, 330, 1, 2117, 0, 0, 3, 8), + (6377, 2546, 116, 330, 0, 2185, 0, 0, 3, 6), + (6378, 2768, 116, 0, 128, 2383, 0, 0, 5, 6), + (6379, 3088, 116, 0, 128, 2740, 0, 0, 2, 4), + (6380, 3148, 116, 0, 128, 2795, 0, 0, 51, 54), + (6381, 3222, 116, 330, 0, 2857, 0, 0, 4, 8), + (6382, 3241, 116, 1, 0, 2888, 0, 0, 1, 1), + (6383, 3371, 116, 330, 0, 2975, 0, 0, 2, 6), + (6384, 3488, 116, 0, 128, 3067, 0, 0, 2, 4), + (6385, 3490, 116, 330, 0, 3070, 0, 0, 1, 6), + (6386, 3584, 116, 0, 0, 0, 0, 0, 0, 0), + (6387, 3587, 116, 28800, 0, 3178, 0, 0, 10, 10), + (6388, 3734, 116, 5940, 0, 3310, 0, 0, 9, 10), + (6389, 3924, 116, 330, 0, 3528, 0, 0, 1, 1), + (6390, 4381, 116, 1, 0, 0, 0, 0, 1, 1), + (6391, 4405, 116, 330, 0, 4217, 0, 0, 1, 8), + (6392, 4426, 116, 330, 0, 4246, 0, 0, 1, 8), + (6393, 4448, 116, 330, 0, 4299, 0, 0, 1, 8), + (6394, 71, 117, 330, 4, 41, 0, 0, 18, 20), + (6395, 77, 117, 330, 0, 47, 0, 0, 9, 13), + (6396, 92, 117, 0, 0, 0, 0, 0, 1, 1), + (6397, 305, 117, 0, 0, 0, 0, 0, 0, 0), + (6398, 342, 117, 330, 1, 242, 0, 0, 8, 10), + (6399, 624, 117, 330, 0, 459, 0, 0, 11, 13), + (6400, 626, 117, 330, 0, 461, 0, 0, 7, 10), + (6401, 1160, 117, 330, 4, 829, 0, 0, 18, 20), + (6402, 1514, 117, 330, 1, 1109, 0, 0, 15, 17), + (6403, 1635, 117, 330, 0, 1211, 0, 0, 12, 16), + (6404, 1636, 117, 0, 128, 0, 0, 0, 30, 75), + (6405, 1643, 117, 330, 0, 1242, 0, 0, 12, 16), + (6406, 1648, 117, 330, 0, 1270, 0, 0, 11, 14), + (6407, 1737, 117, 330, 0, 1475, 0, 0, 8, 10), + (6408, 1738, 117, 330, 0, 1483, 0, 0, 12, 16), + (6409, 1744, 117, 330, 0, 1507, 0, 0, 8, 10), + (6410, 1812, 117, 330, 0, 0, 0, 0, 15, 17), + (6411, 2228, 117, 330, 0, 1896, 0, 0, 8, 10), + (6412, 3148, 117, 0, 128, 2796, 0, 0, 51, 54), + (6413, 3170, 117, 330, 0, 0, 0, 0, 18, 20), + (6414, 3240, 117, 330, 0, 2882, 0, 0, 7, 11), + (6415, 3550, 117, 7200, 0, 3132, 0, 0, 19, 20), + (6416, 3646, 117, 330, 1, 3220, 0, 0, 11, 13), + (6417, 3647, 117, 330, 1, 3223, 0, 0, 10, 12), + (6418, 3792, 117, 330, 0, 3385, 0, 0, 7, 10), + (6419, 4341, 117, 330, 0, 4152, 0, 0, 14, 16), + (6420, 4405, 117, 330, 0, 4218, 0, 0, 8, 10), + (6421, 4426, 117, 330, 0, 4247, 0, 0, 8, 10), + (6422, 4432, 117, 330, 0, 4263, 0, 0, 12, 16), + (6423, 4439, 117, 330, 0, 4274, 0, 0, 12, 16), + (6424, 4440, 117, 0, 0, 4276, 0, 0, 0, 0), + (6425, 4441, 117, 330, 0, 4278, 0, 0, 12, 16), + (6426, 4448, 117, 330, 0, 4300, 0, 0, 8, 10), + (6427, 4454, 117, 0, 128, 0, 0, 0, 5, 7), + (6428, 4466, 117, 0, 128, 4325, 0, 0, 15, 20), + (6429, 71, 118, 330, 4, 41, 0, 0, 28, 30), + (6430, 485, 118, 330, 1, 355, 0, 0, 23, 25), + (6431, 552, 118, 7200, 0, 410, 0, 0, 30, 31), + (6432, 578, 118, 330, 0, 429, 0, 0, 20, 23), + (6433, 646, 118, 330, 0, 478, 0, 0, 20, 23), + (6434, 743, 118, 0, 128, 0, 0, 0, 15, 18), + (6435, 1027, 118, 0, 0, 0, 0, 0, 0, 0), + (6436, 1517, 118, 330, 1, 1119, 0, 0, 20, 24), + (6437, 1518, 118, 0, 0, 1122, 0, 0, 0, 0), + (6438, 1635, 118, 330, 0, 1206, 0, 0, 17, 20), + (6439, 1642, 118, 0, 0, 1234, 0, 0, 0, 0), + (6440, 1643, 118, 330, 0, 1240, 0, 0, 17, 20), + (6441, 1648, 118, 330, 0, 1271, 0, 0, 19, 21), + (6442, 1665, 118, 0, 128, 0, 0, 0, 30, 35), + (6443, 1666, 118, 330, 0, 1325, 0, 0, 22, 25), + (6444, 1672, 118, 0, 128, 0, 0, 0, 35, 35), + (6445, 1683, 118, 330, 0, 1359, 0, 0, 22, 25), + (6446, 1690, 118, 330, 0, 1380, 0, 0, 22, 25), + (6447, 1710, 118, 0, 128, 0, 0, 0, 30, 35), + (6448, 1718, 118, 0, 128, 0, 0, 0, 30, 35), + (6449, 1730, 118, 0, 128, 0, 0, 0, 23, 25), + (6450, 1735, 118, 0, 128, 0, 0, 0, 30, 35), + (6451, 1738, 118, 330, 0, 1481, 0, 0, 17, 20), + (6452, 1919, 118, 7620, 0, 1656, 0, 0, 29, 30), + (6453, 1971, 118, 0, 128, 0, 0, 0, 30, 35), + (6454, 1972, 118, 0, 128, 0, 0, 0, 30, 35), + (6455, 1974, 118, 0, 0, 0, 0, 0, 0, 0), + (6456, 1978, 118, 0, 128, 0, 0, 0, 30, 35), + (6457, 1979, 118, 0, 0, 0, 0, 0, 0, 0), + (6458, 1980, 118, 0, 128, 0, 0, 0, 30, 35), + (6459, 1983, 118, 0, 128, 0, 0, 0, 30, 35), + (6460, 1984, 118, 0, 128, 0, 0, 0, 30, 35), + (6461, 2213, 118, 1, 0, 0, 0, 0, 1, 1), + (6462, 2403, 118, 0, 0, 0, 0, 0, 0, 0), + (6463, 2652, 118, 330, 0, 2268, 0, 0, 15, 18), + (6464, 3148, 118, 0, 128, 2797, 0, 0, 51, 54), + (6465, 3165, 118, 330, 0, 2811, 0, 0, 21, 25), + (6466, 3220, 118, 0, 128, 2843, 0, 0, 15, 18), + (6467, 3608, 118, 330, 0, 3188, 0, 0, 24, 28), + (6468, 3682, 118, 330, 0, 3258, 0, 0, 18, 23), + (6469, 3753, 118, 0, 128, 3340, 0, 0, 15, 18), + (6470, 3830, 118, 330, 0, 3420, 0, 0, 15, 18), + (6471, 3887, 118, 0, 128, 0, 0, 0, 35, 35), + (6472, 3888, 118, 0, 128, 0, 0, 0, 35, 35), + (6473, 3889, 118, 0, 128, 0, 0, 0, 35, 35), + (6474, 3890, 118, 0, 128, 0, 0, 0, 35, 35), + (6475, 3891, 118, 0, 128, 0, 0, 0, 35, 35), + (6476, 3892, 118, 0, 128, 0, 0, 0, 35, 35), + (6477, 3893, 118, 0, 128, 0, 0, 0, 35, 35), + (6478, 4309, 118, 1056, 4, 4101, 0, 0, 75, 82), + (6479, 4345, 118, 0, 0, 0, 0, 0, 0, 0), + (6480, 4453, 118, 0, 128, 0, 0, 0, 28, 30), + (6481, 4454, 118, 0, 128, 0, 0, 0, 28, 30), + (6482, 4516, 118, 330, 1, 4361, 0, 0, 18, 22), + (6483, 4523, 118, 330, 0, 4365, 0, 0, 20, 23), + (6484, 303, 119, 330, 0, 218, 0, 0, 25, 28), + (6485, 433, 119, 330, 2, 308, 0, 0, 15, 18), + (6486, 483, 119, 330, 0, 352, 0, 0, 25, 27), + (6487, 485, 119, 330, 1, 355, 0, 0, 25, 29), + (6488, 759, 119, 330, 0, 556, 0, 0, 22, 25), + (6489, 788, 119, 64800, 0, 571, 0, 0, 37, 40), + (6490, 827, 119, 330, 0, 588, 0, 0, 18, 21), + (6491, 890, 119, 31680, 0, 627, 0, 0, 27, 28), + (6492, 1160, 119, 330, 4, 830, 0, 0, 27, 29), + (6493, 1341, 119, 330, 4, 957, 0, 0, 27, 29), + (6494, 1635, 119, 330, 0, 1212, 0, 0, 16, 20), + (6495, 1643, 119, 330, 0, 1243, 0, 0, 16, 20), + (6496, 1648, 119, 330, 0, 1272, 0, 0, 18, 21), + (6497, 1666, 119, 330, 0, 1326, 0, 0, 21, 25), + (6498, 1683, 119, 330, 0, 1360, 0, 0, 21, 25), + (6499, 1690, 119, 330, 0, 1383, 0, 0, 21, 25), + (6500, 1725, 119, 0, 128, 0, 0, 0, 23, 25), + (6501, 1738, 119, 330, 0, 1484, 0, 0, 16, 20), + (6502, 1956, 119, 330, 0, 1687, 0, 0, 19, 22), + (6503, 1971, 119, 0, 128, 0, 0, 0, 30, 35), + (6504, 1972, 119, 0, 128, 0, 0, 0, 30, 35), + (6505, 1974, 119, 0, 0, 0, 0, 0, 0, 0), + (6506, 1978, 119, 0, 128, 0, 0, 0, 30, 35), + (6507, 1979, 119, 0, 0, 0, 0, 0, 0, 0), + (6508, 1980, 119, 0, 128, 0, 0, 0, 30, 35), + (6509, 1983, 119, 0, 128, 0, 0, 0, 30, 35), + (6510, 1984, 119, 0, 128, 0, 0, 0, 30, 35), + (6511, 2163, 119, 330, 0, 0, 0, 0, 15, 18), + (6512, 2877, 119, 330, 2, 2466, 0, 0, 13, 16), + (6513, 3324, 119, 330, 0, 0, 0, 0, 21, 25), + (6514, 3497, 119, 330, 1, 3081, 0, 0, 18, 25), + (6515, 3745, 119, 0, 128, 0, 0, 0, 61, 63), + (6516, 3752, 119, 330, 0, 3334, 0, 0, 20, 23), + (6517, 3887, 119, 0, 128, 0, 0, 0, 35, 35), + (6518, 3888, 119, 0, 128, 0, 0, 0, 35, 35), + (6519, 3889, 119, 0, 128, 0, 0, 0, 35, 35), + (6520, 3890, 119, 0, 128, 0, 0, 0, 35, 35), + (6521, 3891, 119, 0, 128, 0, 0, 0, 35, 35), + (6522, 3892, 119, 0, 128, 0, 0, 0, 35, 35), + (6523, 3893, 119, 0, 128, 0, 0, 0, 35, 35), + (6524, 4044, 119, 1, 0, 0, 0, 0, 1, 1), + (6525, 4285, 119, 330, 0, 4068, 0, 0, 13, 16), + (6526, 4287, 119, 86400, 0, 4070, 0, 0, 55, 56), + (6527, 4345, 119, 0, 0, 0, 0, 0, 0, 0), + (6528, 4419, 119, 0, 128, 0, 0, 0, 30, 35), + (6529, 4432, 119, 330, 0, 4264, 0, 0, 16, 20), + (6530, 4433, 119, 0, 128, 0, 0, 0, 35, 35), + (6531, 4439, 119, 330, 0, 4275, 0, 0, 16, 20), + (6532, 4440, 119, 0, 0, 4276, 0, 0, 0, 0), + (6533, 4441, 119, 330, 0, 4279, 0, 0, 16, 20), + (6534, 4444, 119, 330, 0, 4285, 0, 0, 21, 25), + (6535, 4453, 119, 0, 128, 0, 0, 0, 28, 28), + (6536, 4454, 119, 0, 128, 0, 0, 0, 9, 11), + (6537, 4456, 119, 330, 0, 4310, 0, 0, 21, 25), + (6538, 4459, 119, 330, 0, 4315, 0, 0, 21, 25), + (6539, 4516, 119, 330, 1, 4362, 0, 0, 16, 26), + (6540, 328, 120, 330, 0, 0, 0, 0, 30, 36), + (6541, 417, 120, 0, 128, 299, 0, 0, 20, 23), + (6542, 690, 120, 330, 0, 505, 0, 0, 30, 34), + (6543, 741, 120, 0, 128, 536, 0, 0, 55, 55), + (6544, 872, 120, 0, 128, 618, 0, 0, 28, 30), + (6545, 931, 120, 14400, 128, 653, 0, 0, 39, 40), + (6546, 1065, 120, 330, 0, 756, 0, 0, 25, 28), + (6547, 1119, 120, 330, 0, 0, 0, 0, 30, 36), + (6548, 1160, 120, 330, 4, 830, 0, 0, 38, 40), + (6549, 1266, 120, 330, 1, 908, 0, 0, 35, 38), + (6550, 1267, 120, 330, 0, 0, 0, 0, 36, 38), + (6551, 1642, 120, 0, 0, 1235, 0, 0, 0, 0), + (6552, 1648, 120, 330, 0, 1273, 0, 0, 28, 32), + (6553, 1665, 120, 330, 0, 1312, 0, 0, 30, 36), + (6554, 1666, 120, 330, 0, 1327, 0, 0, 26, 30), + (6555, 1683, 120, 330, 0, 1354, 0, 0, 26, 30), + (6556, 1690, 120, 330, 0, 1380, 0, 0, 26, 30), + (6557, 1694, 120, 330, 0, 1400, 0, 0, 30, 36), + (6558, 1710, 120, 330, 0, 1446, 0, 0, 30, 36), + (6559, 1715, 120, 330, 0, 1461, 0, 0, 30, 36), + (6560, 1723, 120, 0, 128, 0, 0, 0, 23, 25), + (6561, 1807, 120, 0, 128, 1570, 0, 0, 28, 30), + (6562, 1956, 120, 330, 0, 1688, 0, 0, 22, 26), + (6563, 2054, 120, 330, 0, 1772, 0, 0, 34, 36), + (6564, 2286, 120, 0, 128, 1961, 0, 0, 38, 40), + (6565, 2378, 120, 0, 0, 0, 0, 0, 0, 0), + (6566, 2649, 120, 330, 2, 2266, 0, 0, 20, 23), + (6567, 2735, 120, 330, 2, 2340, 0, 0, 23, 26), + (6568, 2966, 120, 0, 128, 0, 0, 0, 20, 20), + (6569, 3376, 120, 86400, 128, 2987, 0, 0, 55, 55), + (6570, 3424, 120, 330, 0, 3024, 0, 0, 28, 32), + (6571, 3485, 120, 330, 0, 0, 0, 0, 28, 32), + (6572, 3682, 120, 0, 128, 3259, 0, 0, 20, 23), + (6573, 3745, 120, 0, 128, 0, 0, 0, 61, 63), + (6574, 3831, 120, 330, 0, 0, 0, 0, 34, 37), + (6575, 3912, 120, 330, 4, 3506, 0, 0, 38, 40), + (6576, 4337, 120, 330, 1, 4148, 0, 0, 26, 36), + (6577, 4416, 120, 330, 0, 4232, 0, 0, 30, 36), + (6578, 4423, 120, 330, 0, 4238, 0, 0, 30, 36), + (6579, 4428, 120, 330, 0, 4253, 0, 0, 30, 36), + (6580, 4437, 120, 330, 0, 4270, 0, 0, 30, 36), + (6581, 4444, 120, 330, 0, 4286, 0, 0, 26, 30), + (6582, 4454, 120, 0, 128, 0, 0, 0, 23, 25), + (6583, 4456, 120, 330, 0, 4311, 0, 0, 26, 30), + (6584, 4459, 120, 330, 0, 4316, 0, 0, 26, 30), + (6585, 120, 121, 330, 2, 86, 0, 0, 26, 28), + (6586, 204, 121, 0, 128, 0, 0, 0, 26, 31), + (6587, 413, 121, 0, 128, 292, 0, 0, 42, 45), + (6588, 743, 121, 0, 128, 538, 0, 0, 25, 28), + (6589, 1080, 121, 0, 128, 0, 0, 0, 60, 60), + (6590, 1203, 121, 0, 0, 858, 0, 0, 0, 0), + (6591, 1324, 121, 0, 0, 0, 0, 0, 0, 0), + (6592, 1641, 121, 0, 128, 0, 0, 0, 40, 45), + (6593, 1651, 121, 0, 128, 0, 0, 0, 45, 45), + (6594, 1654, 121, 0, 128, 0, 0, 0, 40, 45), + (6595, 1665, 121, 330, 0, 1313, 0, 0, 31, 34), + (6596, 1666, 121, 330, 0, 1328, 0, 0, 25, 29), + (6597, 1683, 121, 330, 0, 1361, 0, 0, 25, 29), + (6598, 1690, 121, 330, 0, 1384, 0, 0, 25, 29), + (6599, 1701, 121, 330, 0, 1419, 0, 0, 42, 46), + (6600, 1705, 121, 330, 0, 1426, 0, 0, 42, 46), + (6601, 1709, 121, 330, 0, 1437, 0, 0, 42, 46), + (6602, 1715, 121, 330, 0, 1462, 0, 0, 31, 34), + (6603, 1728, 121, 0, 128, 0, 0, 0, 37, 41), + (6604, 1741, 121, 330, 0, 1494, 0, 0, 42, 46), + (6605, 1758, 121, 330, 0, 1526, 0, 0, 40, 43), + (6606, 1760, 121, 330, 0, 1527, 0, 0, 42, 45), + (6607, 1807, 121, 0, 128, 1571, 0, 0, 25, 28), + (6608, 1811, 121, 0, 128, 0, 0, 0, 80, 81), + (6609, 1832, 121, 0, 128, 0, 0, 0, 33, 33), + (6610, 1926, 121, 330, 1, 1663, 0, 0, 46, 50), + (6611, 1971, 121, 0, 128, 0, 0, 0, 40, 45), + (6612, 1972, 121, 0, 128, 0, 0, 0, 40, 45), + (6613, 1974, 121, 0, 0, 0, 0, 0, 0, 0), + (6614, 1978, 121, 0, 128, 0, 0, 0, 40, 45), + (6615, 1979, 121, 0, 0, 0, 0, 0, 0, 0), + (6616, 1980, 121, 0, 128, 0, 0, 0, 40, 45), + (6617, 1983, 121, 0, 128, 0, 0, 0, 40, 45), + (6618, 1984, 121, 0, 128, 0, 0, 0, 40, 45), + (6619, 2108, 121, 0, 128, 0, 0, 0, 26, 31), + (6620, 2203, 121, 14400, 0, 1884, 0, 0, 56, 57), + (6621, 2226, 121, 0, 0, 0, 0, 0, 0, 0), + (6622, 2397, 121, 330, 2, 2046, 0, 0, 39, 42), + (6623, 2405, 121, 0, 0, 0, 0, 0, 0, 0), + (6624, 2442, 121, 330, 1, 2084, 0, 0, 51, 55), + (6625, 2585, 121, 330, 0, 2222, 0, 0, 44, 47), + (6626, 2796, 121, 330, 0, 2411, 0, 0, 41, 46), + (6627, 2898, 121, 86400, 128, 2483, 0, 0, 50, 50), + (6628, 2904, 121, 0, 0, 0, 0, 0, 0, 0), + (6629, 2953, 121, 330, 0, 2515, 0, 0, 41, 44), + (6630, 3232, 121, 330, 0, 2874, 0, 0, 47, 49), + (6631, 3358, 121, 330, 0, 2955, 0, 0, 45, 47), + (6632, 3379, 121, 330, 0, 2997, 0, 0, 49, 50), + (6633, 3398, 121, 330, 1, 3006, 0, 0, 49, 53), + (6634, 3411, 121, 1, 0, 0, 0, 0, 1, 1), + (6635, 3912, 121, 330, 4, 3507, 0, 0, 48, 49), + (6636, 4309, 121, 330, 4, 4102, 0, 0, 48, 49), + (6637, 199, 122, 330, 0, 0, 0, 0, 78, 80), + (6638, 623, 122, 330, 0, 458, 0, 0, 66, 70), + (6639, 867, 122, 330, 0, 612, 0, 0, 65, 69), + (6640, 906, 122, 330, 0, 634, 0, 0, 80, 82), + (6641, 1194, 122, 0, 128, 0, 0, 0, 76, 78), + (6642, 2077, 122, 330, 0, 0, 0, 0, 79, 81), + (6643, 2117, 122, 1, 0, 0, 0, 0, 1, 1), + (6644, 2231, 122, 330, 0, 0, 0, 0, 60, 64), + (6645, 2476, 122, 330, 0, 2119, 0, 0, 68, 70), + (6646, 2717, 122, 0, 128, 0, 0, 0, 81, 85), + (6647, 2793, 122, 330, 0, 2406, 0, 0, 68, 70), + (6648, 2873, 122, 86400, 0, 2458, 0, 0, 76, 78), + (6649, 2974, 122, 330, 0, 0, 0, 0, 61, 65), + (6650, 3584, 122, 0, 0, 0, 0, 0, 0, 0), + (6651, 3603, 122, 76500, 0, 3184, 0, 0, 77, 80), + (6652, 3912, 122, 330, 4, 3508, 0, 0, 78, 79), + (6653, 4309, 122, 330, 4, 4103, 0, 0, 78, 79), + (6654, 413, 123, 0, 128, 293, 0, 0, 41, 42), + (6655, 461, 123, 0, 128, 333, 0, 0, 53, 55), + (6656, 541, 123, 0, 128, 0, 0, 0, 40, 45), + (6657, 657, 123, 0, 128, 0, 0, 0, 65, 65), + (6658, 833, 123, 330, 0, 596, 0, 0, 34, 38), + (6659, 940, 123, 330, 0, 661, 0, 0, 33, 37), + (6660, 969, 123, 0, 128, 0, 0, 0, 45, 45), + (6661, 970, 123, 0, 128, 0, 0, 0, 45, 45), + (6662, 971, 123, 0, 128, 0, 0, 0, 45, 45), + (6663, 972, 123, 0, 128, 0, 0, 0, 45, 45), + (6664, 1341, 123, 330, 4, 957, 0, 0, 48, 50), + (6665, 1648, 123, 330, 0, 1274, 0, 0, 35, 38), + (6666, 1665, 123, 330, 0, 1314, 0, 0, 32, 37), + (6667, 1701, 123, 330, 0, 1420, 0, 0, 42, 47), + (6668, 1705, 123, 330, 0, 1426, 0, 0, 42, 47), + (6669, 1709, 123, 330, 0, 1438, 0, 0, 42, 47), + (6670, 1715, 123, 330, 0, 1459, 0, 0, 32, 37), + (6671, 1722, 123, 0, 128, 0, 0, 0, 38, 40), + (6672, 1971, 123, 0, 128, 0, 0, 0, 40, 45), + (6673, 1972, 123, 0, 128, 0, 0, 0, 40, 45), + (6674, 1974, 123, 0, 0, 0, 0, 0, 0, 0), + (6675, 1978, 123, 0, 128, 0, 0, 0, 40, 45), + (6676, 1979, 123, 0, 0, 0, 0, 0, 0, 0), + (6677, 1980, 123, 0, 128, 0, 0, 0, 40, 45), + (6678, 1983, 123, 0, 128, 0, 0, 0, 40, 45), + (6679, 1984, 123, 0, 128, 0, 0, 0, 40, 45), + (6680, 2099, 123, 0, 128, 1802, 0, 0, 35, 37), + (6681, 2110, 123, 330, 0, 1813, 0, 0, 32, 35), + (6682, 2168, 123, 330, 0, 1866, 0, 0, 35, 38), + (6683, 2321, 123, 0, 128, 0, 0, 0, 40, 45), + (6684, 2379, 123, 330, 0, 2031, 0, 0, 47, 49), + (6685, 2491, 123, 330, 0, 2139, 0, 0, 35, 38), + (6686, 2647, 123, 18000, 0, 2261, 0, 0, 47, 47), + (6687, 2677, 123, 18000, 0, 2302, 0, 0, 55, 55), + (6688, 2811, 123, 0, 128, 0, 0, 0, 34, 40), + (6689, 2924, 123, 1, 0, 0, 0, 0, 1, 1), + (6690, 3073, 123, 330, 0, 2726, 0, 0, 45, 48), + (6691, 3373, 123, 330, 0, 2978, 0, 0, 34, 38), + (6692, 3374, 123, 0, 128, 0, 0, 0, 40, 45), + (6693, 3393, 123, 75612, 128, 3003, 0, 0, 50, 50), + (6694, 3441, 123, 0, 128, 0, 0, 0, 45, 45), + (6695, 3442, 123, 0, 128, 0, 0, 0, 38, 40), + (6696, 3697, 123, 330, 0, 3275, 0, 0, 37, 41), + (6697, 3788, 123, 330, 0, 3382, 0, 0, 34, 38), + (6698, 3925, 123, 0, 128, 0, 0, 0, 65, 65), + (6699, 4252, 123, 75612, 128, 4027, 0, 0, 53, 53), + (6700, 4309, 123, 330, 4, 4104, 0, 0, 48, 50), + (6701, 4476, 123, 330, 0, 4329, 0, 0, 34, 36), + (6702, 4482, 123, 330, 0, 4339, 0, 0, 29, 33), + (6703, 136, 124, 330, 0, 98, 0, 0, 51, 54), + (6704, 417, 124, 330, 0, 301, 0, 0, 43, 47), + (6705, 423, 124, 7200, 0, 303, 0, 0, 58, 59), + (6706, 532, 124, 75612, 0, 398, 5400, 0, 55, 56), + (6707, 743, 124, 0, 128, 538, 0, 0, 30, 33), + (6708, 1174, 124, 0, 128, 841, 0, 0, 60, 60), + (6709, 1341, 124, 330, 4, 957, 0, 0, 53, 55), + (6710, 1641, 124, 330, 0, 1229, 0, 0, 51, 55), + (6711, 1648, 124, 330, 0, 1275, 0, 0, 41, 44), + (6712, 1677, 124, 330, 0, 1348, 0, 0, 51, 55), + (6713, 1694, 124, 330, 0, 1401, 0, 0, 35, 39), + (6714, 1701, 124, 330, 0, 1421, 0, 0, 45, 49), + (6715, 1705, 124, 330, 0, 1425, 0, 0, 41, 45), + (6716, 1709, 124, 330, 0, 1436, 0, 0, 45, 49), + (6717, 1710, 124, 330, 0, 1446, 0, 0, 35, 39), + (6718, 1715, 124, 330, 0, 1458, 0, 0, 35, 39), + (6719, 1722, 124, 0, 128, 0, 0, 0, 28, 30), + (6720, 1741, 124, 330, 0, 1494, 0, 0, 45, 49), + (6721, 1807, 124, 0, 128, 1571, 0, 0, 30, 33), + (6722, 1971, 124, 0, 128, 0, 0, 0, 50, 55), + (6723, 1972, 124, 0, 128, 0, 0, 0, 50, 55), + (6724, 1974, 124, 0, 0, 0, 0, 0, 0, 0), + (6725, 1978, 124, 0, 128, 0, 0, 0, 50, 55), + (6726, 1979, 124, 0, 0, 0, 0, 0, 0, 0), + (6727, 1980, 124, 0, 128, 0, 0, 0, 50, 55), + (6728, 1983, 124, 0, 128, 0, 0, 0, 50, 55), + (6729, 1984, 124, 0, 128, 0, 0, 0, 50, 55), + (6730, 2186, 124, 0, 128, 0, 0, 0, 63, 63), + (6731, 2187, 124, 0, 128, 0, 0, 0, 61, 61), + (6732, 2188, 124, 0, 128, 0, 0, 0, 60, 60), + (6733, 2201, 124, 1, 0, 0, 0, 0, 1, 1), + (6734, 2491, 124, 0, 128, 2140, 0, 0, 43, 45), + (6735, 2585, 124, 330, 0, 2223, 0, 0, 47, 50), + (6736, 2899, 124, 0, 128, 0, 0, 0, 55, 55), + (6737, 2900, 124, 0, 128, 0, 0, 0, 55, 55), + (6738, 2901, 124, 0, 128, 0, 0, 0, 55, 55), + (6739, 2902, 124, 0, 128, 0, 0, 0, 55, 55), + (6740, 3232, 124, 330, 0, 2874, 0, 0, 51, 54), + (6741, 3950, 124, 330, 0, 3542, 0, 0, 61, 63), + (6742, 3951, 124, 330, 0, 3543, 0, 0, 45, 49), + (6743, 3954, 124, 0, 128, 0, 0, 0, 55, 55), + (6744, 3956, 124, 330, 0, 3547, 0, 0, 45, 49), + (6745, 3958, 124, 330, 0, 3549, 0, 0, 45, 49), + (6746, 3960, 124, 330, 0, 3551, 0, 0, 61, 63), + (6747, 3966, 124, 330, 0, 3557, 0, 0, 61, 63), + (6748, 3970, 124, 0, 128, 0, 0, 0, 45, 45), + (6749, 3971, 124, 0, 128, 0, 0, 0, 38, 40), + (6750, 4220, 124, 0, 128, 4005, 0, 0, 36, 37), + (6751, 4309, 124, 330, 4, 4105, 0, 0, 53, 55), + (6752, 4334, 124, 330, 0, 4142, 0, 0, 36, 39), + (6753, 4361, 124, 95040, 0, 4174, 0, 0, 60, 61), + (6754, 4375, 124, 330, 0, 4186, 0, 0, 43, 46), + (6755, 4470, 124, 330, 0, 4327, 0, 0, 35, 37), + (6756, 4471, 124, 330, 0, 4328, 0, 0, 37, 40), + (6757, 4476, 124, 330, 0, 4330, 0, 0, 40, 44), + (6758, 171, 125, 330, 0, 127, 0, 0, 45, 49), + (6759, 172, 125, 330, 0, 128, 0, 0, 41, 45), + (6760, 176, 125, 330, 0, 132, 0, 0, 54, 58), + (6761, 177, 125, 330, 0, 133, 0, 0, 54, 58), + (6762, 185, 125, 330, 0, 141, 0, 0, 45, 49), + (6763, 187, 125, 330, 0, 143, 0, 0, 54, 58), + (6764, 204, 125, 0, 128, 154, 0, 0, 40, 42), + (6765, 413, 125, 0, 128, 293, 0, 0, 45, 52), + (6766, 596, 125, 330, 0, 443, 0, 0, 48, 53), + (6767, 597, 125, 21600, 128, 445, 0, 0, 48, 53), + (6768, 670, 125, 7920, 128, 497, 0, 0, 47, 48), + (6769, 1004, 125, 330, 0, 709, 0, 0, 47, 51), + (6770, 1006, 125, 330, 0, 710, 0, 0, 44, 48), + (6771, 1007, 125, 330, 0, 711, 0, 0, 53, 57), + (6772, 1009, 125, 330, 0, 713, 0, 0, 40, 44), + (6773, 1010, 125, 330, 2, 714, 0, 0, 43, 47), + (6774, 1160, 125, 330, 4, 829, 0, 0, 56, 58), + (6775, 1165, 125, 0, 128, 0, 0, 0, 62, 62), + (6776, 1287, 125, 330, 1, 923, 0, 0, 50, 54), + (6777, 1341, 125, 330, 4, 957, 0, 0, 56, 58), + (6778, 1641, 125, 330, 0, 0, 0, 0, 51, 55), + (6779, 1648, 125, 330, 0, 1276, 0, 0, 51, 54), + (6780, 1654, 125, 330, 0, 1283, 0, 0, 51, 55), + (6781, 1677, 125, 330, 0, 0, 0, 0, 51, 55), + (6782, 1745, 125, 330, 0, 1510, 0, 0, 51, 55), + (6783, 2099, 125, 0, 128, 1803, 0, 0, 40, 42), + (6784, 2226, 125, 0, 0, 0, 0, 0, 0, 0), + (6785, 2262, 125, 75600, 128, 1937, 25000, 0, 80, 85), + (6786, 2405, 125, 0, 0, 0, 0, 0, 0, 0), + (6787, 2407, 125, 330, 1, 2054, 0, 0, 49, 53), + (6788, 2487, 125, 0, 128, 0, 0, 0, 75, 80), + (6789, 2731, 125, 0, 0, 0, 0, 0, 0, 0), + (6790, 2904, 125, 0, 0, 0, 0, 0, 0, 0), + (6791, 3133, 125, 330, 0, 2774, 0, 0, 57, 60), + (6792, 3336, 125, 0, 128, 2932, 0, 0, 56, 58), + (6793, 3430, 125, 0, 128, 0, 15000, 0, 75, 75), + (6794, 4048, 125, 330, 0, 3621, 0, 0, 53, 56), + (6795, 4324, 125, 0, 128, 0, 0, 0, 62, 62), + (6796, 40, 126, 330, 0, 19, 0, 0, 32, 34), + (6797, 120, 126, 330, 2, 86, 0, 0, 27, 29), + (6798, 338, 126, 330, 1, 238, 0, 0, 31, 33), + (6799, 743, 126, 330, 0, 538, 0, 0, 25, 29), + (6800, 900, 126, 330, 0, 632, 0, 0, 28, 30), + (6801, 909, 126, 330, 2, 638, 0, 0, 25, 27), + (6802, 1027, 126, 0, 0, 0, 0, 0, 0, 0), + (6803, 1093, 126, 83160, 0, 781, 0, 0, 35, 36), + (6804, 1521, 126, 330, 0, 1124, 0, 0, 28, 31), + (6805, 1523, 126, 0, 128, 0, 0, 0, 35, 35), + (6806, 1529, 126, 0, 0, 0, 0, 0, 0, 0), + (6807, 1530, 126, 330, 0, 1129, 0, 0, 28, 31), + (6808, 1533, 126, 0, 128, 0, 0, 0, 35, 35), + (6809, 1536, 126, 330, 0, 1134, 0, 0, 28, 31), + (6810, 1540, 126, 330, 0, 1137, 0, 0, 28, 31), + (6811, 1541, 126, 0, 128, 0, 0, 0, 35, 35), + (6812, 1591, 126, 0, 128, 0, 0, 0, 21, 30), + (6813, 1625, 126, 330, 2, 1192, 0, 0, 27, 29), + (6814, 1642, 126, 0, 0, 1236, 0, 0, 0, 0), + (6815, 1728, 126, 0, 128, 0, 0, 0, 20, 25), + (6816, 1807, 126, 330, 0, 1572, 0, 0, 28, 30), + (6817, 1971, 126, 0, 128, 0, 0, 0, 30, 35), + (6818, 1972, 126, 0, 128, 0, 0, 0, 30, 35), + (6819, 1974, 126, 0, 0, 0, 0, 0, 0, 0), + (6820, 1978, 126, 0, 128, 0, 0, 0, 30, 35), + (6821, 1979, 126, 0, 0, 0, 0, 0, 0, 0), + (6822, 1980, 126, 0, 128, 0, 0, 0, 30, 35), + (6823, 1983, 126, 0, 128, 0, 0, 0, 30, 35), + (6824, 1984, 126, 0, 128, 0, 0, 0, 30, 35), + (6825, 2012, 126, 0, 128, 0, 0, 0, 35, 35), + (6826, 2079, 126, 0, 128, 0, 0, 0, 53, 55), + (6827, 2286, 126, 1980, 0, 1962, 0, 0, 37, 38), + (6828, 2374, 126, 330, 0, 2028, 0, 0, 25, 27), + (6829, 2413, 126, 330, 4, 2059, 0, 0, 35, 36), + (6830, 2496, 126, 0, 128, 0, 0, 0, 32, 32), + (6831, 3287, 126, 0, 128, 2912, 0, 0, 25, 27), + (6832, 3518, 126, 0, 128, 3091, 0, 0, 30, 32), + (6833, 3531, 126, 0, 128, 0, 0, 0, 32, 32), + (6834, 3537, 126, 330, 0, 3107, 0, 0, 25, 27), + (6835, 3584, 126, 0, 0, 0, 0, 0, 0, 0), + (6836, 3912, 126, 330, 4, 3509, 0, 0, 35, 36), + (6837, 4004, 126, 21600, 0, 3591, 0, 0, 35, 36), + (6838, 4220, 126, 0, 128, 4006, 0, 0, 35, 36), + (6839, 4249, 126, 0, 0, 0, 0, 0, 0, 0), + (6840, 4337, 126, 330, 1, 4149, 0, 0, 28, 30), + (6841, 130, 127, 0, 128, 0, 0, 0, 66, 66), + (6842, 387, 127, 86400, 128, 270, 35000, 0, 80, 80), + (6843, 407, 127, 330, 1, 283, 0, 0, 46, 48), + (6844, 980, 127, 330, 0, 0, 0, 0, 45, 46), + (6845, 1074, 127, 0, 128, 0, 0, 0, 58, 58), + (6846, 1803, 127, 330, 0, 1555, 0, 0, 42, 44), + (6847, 1836, 127, 1, 0, 0, 0, 0, 1, 1), + (6848, 2255, 127, 0, 128, 1936, 75000, 0, 85, 85), + (6849, 2387, 127, 0, 128, 0, 0, 0, 65, 65), + (6850, 2397, 127, 330, 0, 2047, 0, 0, 40, 42), + (6851, 2413, 127, 330, 4, 2059, 0, 0, 48, 50), + (6852, 2442, 127, 330, 1, 2085, 0, 0, 45, 47), + (6853, 2585, 127, 330, 0, 2224, 0, 0, 45, 50), + (6854, 2767, 127, 0, 128, 0, 0, 0, 58, 58), + (6855, 3135, 127, 0, 128, 0, 0, 0, 60, 60), + (6856, 3912, 127, 330, 4, 3510, 0, 0, 48, 50), + (6857, 44, 128, 86400, 128, 24, 7000, 0, 72, 74), + (6858, 71, 128, 330, 4, 0, 0, 0, 66, 68), + (6859, 268, 128, 0, 128, 195, 15000, 0, 85, 88), + (6860, 1341, 128, 330, 4, 0, 0, 0, 66, 68), + (6861, 2226, 128, 0, 0, 0, 0, 0, 0, 0), + (6862, 2405, 128, 0, 0, 0, 0, 0, 0, 0), + (6863, 2904, 128, 0, 0, 0, 0, 0, 0, 0), + (6864, 3120, 128, 330, 0, 2764, 0, 0, 69, 72), + (6865, 3643, 128, 1, 0, 0, 0, 0, 1, 1), + (6866, 4125, 128, 330, 0, 3679, 0, 0, 72, 74), + (6867, 4218, 128, 330, 0, 4002, 0, 0, 66, 69), + (6868, 9, 129, 0, 0, 0, 0, 0, 0, 0), + (6869, 205, 129, 0, 0, 0, 0, 0, 0, 0), + (6870, 226, 129, 0, 0, 0, 0, 0, 0, 0), + (6871, 517, 129, 0, 0, 0, 0, 0, 0, 0), + (6872, 631, 129, 0, 0, 0, 0, 0, 0, 0), + (6873, 756, 129, 0, 0, 0, 0, 0, 0, 0), + (6874, 775, 129, 0, 0, 0, 0, 0, 0, 0), + (6875, 812, 129, 0, 0, 0, 0, 0, 0, 0), + (6876, 1180, 129, 0, 0, 0, 0, 0, 0, 0), + (6877, 1207, 129, 0, 0, 0, 0, 0, 0, 0), + (6878, 1315, 129, 0, 0, 0, 0, 0, 0, 0), + (6879, 1316, 129, 0, 0, 0, 0, 0, 0, 0), + (6880, 1560, 129, 0, 0, 0, 0, 0, 0, 0), + (6881, 1596, 129, 0, 0, 0, 0, 0, 0, 0), + (6882, 1702, 129, 0, 0, 0, 0, 0, 0, 0), + (6883, 2252, 129, 0, 0, 0, 0, 0, 0, 0), + (6884, 2309, 129, 0, 0, 0, 0, 0, 0, 0), + (6885, 2322, 129, 0, 0, 1989, 0, 0, 0, 0), + (6886, 2406, 129, 0, 0, 0, 0, 0, 0, 0), + (6887, 2837, 129, 0, 0, 2425, 0, 0, 0, 0), + (6888, 2965, 129, 0, 0, 0, 0, 0, 0, 0), + (6889, 2985, 129, 0, 0, 0, 0, 0, 0, 0), + (6890, 2998, 129, 0, 0, 0, 0, 0, 0, 0), + (6891, 3014, 129, 0, 0, 0, 0, 0, 0, 0), + (6892, 3019, 129, 0, 0, 2639, 0, 0, 0, 0), + (6893, 3020, 129, 0, 0, 0, 0, 0, 0, 0), + (6894, 3039, 129, 0, 0, 0, 0, 0, 0, 0), + (6895, 3040, 129, 0, 0, 0, 0, 0, 0, 0), + (6896, 3243, 129, 0, 0, 0, 0, 0, 0, 0), + (6897, 3387, 129, 0, 0, 0, 0, 0, 0, 0), + (6898, 3464, 129, 0, 0, 0, 0, 0, 0, 0), + (6899, 3504, 129, 0, 0, 0, 0, 0, 0, 0), + (6900, 3549, 129, 0, 0, 3129, 0, 0, 0, 0), + (6901, 3628, 129, 0, 0, 0, 0, 0, 0, 0), + (6902, 3986, 129, 0, 0, 0, 0, 0, 0, 0), + (6903, 3987, 129, 0, 0, 0, 0, 0, 0, 0), + (6904, 3988, 129, 0, 0, 0, 0, 0, 0, 0), + (6905, 4237, 129, 0, 0, 0, 0, 0, 0, 0), + (6906, 4339, 129, 0, 0, 0, 0, 0, 0, 0), + (6907, 4409, 129, 0, 0, 0, 0, 0, 0, 0), + (6908, 4414, 129, 0, 0, 0, 0, 0, 0, 0), + (6909, 4416, 129, 0, 0, 0, 0, 0, 0, 0), + (6910, 4421, 129, 0, 0, 0, 0, 0, 0, 0), + (6911, 4422, 129, 0, 0, 0, 0, 0, 0, 0), + (6912, 4423, 129, 0, 0, 0, 0, 0, 0, 0), + (6913, 4428, 129, 0, 0, 0, 0, 0, 0, 0), + (6914, 4435, 129, 0, 0, 0, 0, 0, 0, 0), + (6915, 4444, 129, 0, 0, 0, 0, 0, 0, 0), + (6916, 4445, 129, 0, 0, 0, 0, 0, 0, 0), + (6917, 4449, 129, 0, 0, 0, 0, 0, 0, 0), + (6918, 4451, 129, 0, 0, 0, 0, 0, 0, 0), + (6919, 4456, 129, 0, 0, 0, 0, 0, 0, 0), + (6920, 4459, 129, 0, 0, 0, 0, 0, 0, 0), + (6921, 4506, 129, 0, 0, 0, 0, 0, 0, 0), + (6922, 71, 130, 330, 0, 41, 0, 0, 73, 74), + (6923, 592, 130, 0, 128, 440, 21500, 0, 88, 90), + (6924, 913, 130, 330, 0, 640, 0, 0, 78, 79), + (6925, 1012, 130, 7200, 0, 716, 13500, 0, 80, 82), + (6926, 1160, 130, 330, 0, 829, 0, 0, 78, 79), + (6927, 1249, 130, 1, 0, 0, 0, 0, 1, 1), + (6928, 1341, 130, 330, 0, 957, 0, 0, 78, 79), + (6929, 1360, 130, 330, 0, 970, 0, 0, 72, 74), + (6930, 1491, 130, 0, 128, 1099, 19000, 0, 88, 90), + (6931, 1827, 130, 330, 0, 1588, 0, 0, 75, 78), + (6932, 2043, 130, 330, 0, 1755, 0, 0, 78, 79), + (6933, 2226, 130, 0, 0, 0, 0, 0, 0, 0), + (6934, 2405, 130, 0, 0, 0, 0, 0, 0, 0), + (6935, 2413, 130, 330, 0, 2059, 0, 0, 78, 79), + (6936, 2664, 130, 0, 128, 2275, 0, 0, 75, 78), + (6937, 2904, 130, 0, 0, 0, 0, 0, 0, 0), + (6938, 3540, 130, 0, 128, 3117, 22000, 0, 88, 90), + (6939, 3744, 130, 330, 0, 3318, 0, 0, 73, 76), + (6940, 3816, 130, 0, 128, 3409, 21000, 0, 88, 90), + (6941, 3912, 130, 330, 0, 3511, 0, 0, 78, 79), + (6942, 4309, 130, 330, 0, 4106, 0, 0, 78, 79), + (6943, 4498, 130, 0, 0, 0, 0, 0, 0, 0), + (6944, 47, 132, 0, 0, 27, 0, 0, 0, 0), + (6945, 76, 132, 0, 0, 46, 0, 0, 0, 0), + (6946, 140, 132, 0, 0, 101, 0, 0, 0, 0), + (6947, 319, 132, 0, 0, 226, 0, 0, 0, 0), + (6948, 358, 132, 0, 0, 252, 0, 0, 0, 0), + (6949, 436, 132, 0, 0, 310, 0, 0, 0, 0), + (6950, 520, 132, 0, 0, 382, 0, 0, 0, 0), + (6951, 530, 132, 0, 0, 396, 0, 0, 0, 0), + (6952, 540, 132, 0, 0, 404, 0, 0, 0, 0), + (6953, 622, 132, 0, 0, 457, 0, 0, 0, 0), + (6954, 633, 132, 0, 0, 466, 0, 0, 0, 0), + (6955, 699, 132, 0, 0, 513, 0, 0, 0, 0), + (6956, 828, 132, 0, 0, 589, 0, 0, 0, 0), + (6957, 834, 132, 0, 0, 597, 0, 0, 0, 0), + (6958, 862, 132, 0, 0, 0, 0, 0, 0, 0), + (6959, 968, 132, 0, 0, 681, 0, 0, 0, 0), + (6960, 1095, 132, 0, 0, 783, 0, 0, 0, 0), + (6961, 1244, 132, 0, 0, 888, 0, 0, 0, 0), + (6962, 1245, 132, 0, 0, 890, 0, 0, 0, 0), + (6963, 1301, 132, 0, 0, 932, 0, 0, 0, 0), + (6964, 1488, 132, 0, 0, 1097, 0, 0, 0, 0), + (6965, 1548, 132, 0, 0, 1143, 0, 0, 0, 0), + (6966, 1785, 132, 0, 0, 1539, 0, 0, 0, 0), + (6967, 1810, 132, 0, 0, 1582, 0, 0, 0, 0), + (6968, 1867, 132, 0, 0, 1619, 0, 0, 0, 0), + (6969, 1872, 132, 0, 0, 1621, 0, 0, 0, 0), + (6970, 1888, 132, 0, 0, 1626, 0, 0, 0, 0), + (6971, 2088, 132, 0, 0, 1791, 0, 0, 0, 0), + (6972, 2104, 132, 0, 0, 1809, 0, 0, 0, 0), + (6973, 2196, 132, 0, 0, 1873, 0, 0, 0, 0), + (6974, 2204, 132, 0, 0, 1885, 0, 0, 0, 0), + (6975, 2380, 132, 0, 0, 2032, 0, 0, 0, 0), + (6976, 2446, 132, 0, 0, 2090, 0, 0, 0, 0), + (6977, 2448, 132, 0, 0, 2092, 0, 0, 0, 0), + (6978, 2549, 132, 0, 0, 2189, 0, 0, 0, 0), + (6979, 2604, 132, 0, 0, 0, 0, 0, 0, 0), + (6980, 2610, 132, 0, 0, 2240, 0, 0, 0, 0), + (6981, 2611, 132, 0, 0, 2241, 0, 0, 0, 0), + (6982, 2798, 132, 0, 0, 2413, 0, 0, 0, 0), + (6983, 2836, 132, 0, 0, 2423, 0, 0, 0, 0), + (6984, 3080, 132, 0, 0, 2732, 0, 0, 0, 0), + (6985, 3091, 132, 0, 0, 2742, 0, 0, 0, 0), + (6986, 3103, 132, 0, 0, 0, 0, 0, 0, 0), + (6987, 3134, 132, 0, 0, 2775, 0, 0, 0, 0), + (6988, 3154, 132, 0, 0, 2800, 0, 0, 0, 0), + (6989, 3155, 132, 0, 0, 2801, 0, 0, 0, 0), + (6990, 3180, 132, 0, 0, 2819, 0, 0, 0, 0), + (6991, 3185, 132, 0, 0, 2823, 0, 0, 0, 0), + (6992, 3216, 132, 0, 0, 2839, 0, 0, 0, 0), + (6993, 3380, 132, 0, 0, 2998, 0, 0, 0, 0), + (6994, 3416, 132, 0, 0, 3017, 0, 0, 0, 0), + (6995, 3543, 132, 0, 0, 3123, 0, 0, 0, 0), + (6996, 3798, 132, 0, 0, 0, 0, 0, 0, 0), + (6997, 3975, 132, 0, 0, 3565, 0, 0, 0, 0), + (6998, 4043, 132, 0, 0, 3618, 0, 0, 0, 0), + (6999, 4216, 132, 0, 0, 3999, 0, 0, 0, 0), + (7000, 43, 134, 0, 128, 22, 0, 0, 75, 80), + (7001, 141, 134, 0, 128, 0, 0, 0, 85, 90), + (7002, 257, 134, 0, 128, 187, 0, 0, 80, 85), + (7003, 294, 134, 0, 128, 209, 0, 0, 75, 80), + (7004, 401, 134, 0, 128, 280, 0, 0, 80, 85), + (7005, 408, 134, 0, 128, 284, 0, 0, 0, 0), + (7006, 508, 134, 0, 128, 375, 0, 0, 80, 85), + (7007, 529, 134, 0, 128, 395, 0, 0, 80, 85), + (7008, 594, 134, 0, 128, 441, 0, 0, 0, 0), + (7009, 755, 134, 0, 128, 553, 0, 0, 80, 85), + (7010, 892, 134, 0, 128, 628, 0, 0, 80, 85), + (7011, 893, 134, 0, 128, 0, 0, 0, 64, 68), + (7012, 934, 134, 0, 128, 655, 0, 0, 80, 85), + (7013, 1021, 134, 0, 128, 726, 0, 0, 80, 85), + (7014, 1107, 134, 0, 128, 789, 0, 0, 80, 85), + (7015, 1109, 134, 0, 128, 791, 0, 0, 80, 85), + (7016, 1125, 134, 0, 128, 804, 0, 0, 80, 85), + (7017, 1152, 134, 0, 128, 822, 0, 0, 80, 85), + (7018, 1153, 134, 0, 128, 823, 0, 0, 80, 85), + (7019, 1155, 134, 0, 128, 825, 0, 0, 80, 85), + (7020, 1156, 134, 0, 128, 826, 0, 0, 80, 85), + (7021, 1204, 134, 0, 128, 859, 0, 0, 80, 85), + (7022, 1344, 134, 0, 128, 0, 0, 0, 75, 80), + (7023, 1399, 134, 0, 128, 1025, 0, 0, 0, 0), + (7024, 1453, 134, 0, 128, 1071, 0, 0, 80, 85), + (7025, 1484, 134, 0, 128, 1095, 0, 0, 80, 85), + (7026, 1542, 134, 0, 128, 1138, 0, 0, 80, 85), + (7027, 1707, 134, 0, 128, 1434, 0, 0, 75, 80), + (7028, 1774, 134, 0, 128, 1537, 0, 0, 80, 85), + (7029, 1784, 134, 0, 128, 1538, 0, 0, 80, 85), + (7030, 1853, 134, 0, 128, 1610, 0, 0, 0, 0), + (7031, 1857, 134, 0, 128, 1611, 0, 0, 80, 85), + (7032, 1858, 134, 0, 128, 1612, 0, 0, 80, 85), + (7033, 1909, 134, 0, 128, 1646, 0, 0, 80, 85), + (7034, 1914, 134, 0, 128, 1650, 0, 0, 0, 0), + (7035, 2005, 134, 0, 128, 1714, 0, 0, 80, 85), + (7036, 2019, 134, 0, 128, 1723, 0, 0, 75, 80), + (7037, 2020, 134, 0, 128, 1725, 0, 0, 75, 80), + (7038, 2021, 134, 0, 128, 1727, 0, 0, 0, 0), + (7039, 2022, 134, 0, 128, 1729, 0, 0, 0, 0), + (7040, 2023, 134, 0, 128, 1731, 0, 0, 75, 80), + (7041, 2024, 134, 0, 128, 1733, 0, 0, 75, 80), + (7042, 2025, 134, 0, 128, 1735, 0, 0, 75, 80), + (7043, 2026, 134, 0, 128, 1737, 0, 0, 75, 80), + (7044, 2027, 134, 0, 128, 1739, 0, 0, 75, 80), + (7045, 2028, 134, 0, 128, 1741, 0, 0, 75, 80), + (7046, 2029, 134, 0, 128, 1743, 0, 0, 75, 80), + (7047, 2030, 134, 0, 128, 1745, 0, 0, 75, 80), + (7048, 2031, 134, 0, 128, 0, 0, 0, 60, 64), + (7049, 2032, 134, 0, 128, 0, 0, 0, 75, 80), + (7050, 2033, 134, 0, 128, 0, 0, 0, 60, 64), + (7051, 2034, 134, 0, 128, 1747, 0, 0, 75, 80), + (7052, 2035, 134, 0, 128, 1749, 0, 0, 75, 80), + (7053, 2036, 134, 0, 128, 1751, 0, 0, 0, 0), + (7054, 2148, 134, 0, 128, 1846, 0, 0, 80, 85), + (7055, 2151, 134, 0, 128, 1847, 0, 0, 80, 85), + (7056, 2153, 134, 0, 128, 1848, 0, 0, 80, 85), + (7057, 2273, 134, 0, 128, 1948, 0, 0, 0, 0), + (7058, 2281, 134, 0, 128, 1953, 0, 0, 0, 0), + (7059, 2303, 134, 0, 128, 1973, 0, 0, 0, 0), + (7060, 2429, 134, 0, 128, 2073, 0, 0, 80, 85), + (7061, 2466, 134, 0, 128, 2109, 0, 0, 0, 0), + (7062, 2660, 134, 0, 128, 2270, 0, 0, 80, 85), + (7063, 2681, 134, 0, 128, 2305, 0, 0, 80, 85), + (7064, 2683, 134, 0, 128, 2306, 0, 0, 80, 85), + (7065, 2728, 134, 0, 128, 2334, 0, 0, 80, 85), + (7066, 2740, 134, 0, 128, 2347, 0, 0, 80, 85), + (7067, 2778, 134, 0, 128, 2399, 0, 0, 80, 85), + (7068, 2814, 134, 0, 128, 2419, 0, 0, 80, 85), + (7069, 2818, 134, 0, 128, 2420, 0, 0, 0, 0), + (7070, 2928, 134, 0, 128, 2495, 0, 0, 80, 85), + (7071, 3122, 134, 0, 128, 0, 0, 0, 75, 80), + (7072, 3167, 134, 0, 128, 0, 0, 0, 75, 80), + (7073, 3238, 134, 0, 128, 2881, 0, 0, 0, 0), + (7074, 3289, 134, 0, 128, 2913, 0, 0, 80, 85), + (7075, 3399, 134, 0, 128, 3007, 0, 0, 80, 85), + (7076, 3412, 134, 0, 128, 3012, 0, 0, 80, 85), + (7077, 3423, 134, 0, 128, 3021, 0, 0, 0, 0), + (7078, 3548, 134, 0, 128, 3126, 0, 0, 75, 80), + (7079, 3606, 134, 0, 128, 3187, 0, 0, 80, 85), + (7080, 3650, 134, 0, 128, 3227, 0, 0, 80, 85), + (7081, 3671, 134, 0, 128, 3236, 0, 0, 80, 85), + (7082, 3702, 134, 0, 128, 3278, 0, 0, 0, 0), + (7083, 3715, 134, 0, 128, 3290, 0, 0, 80, 85), + (7084, 3717, 134, 0, 128, 3291, 0, 0, 80, 85), + (7085, 3729, 134, 0, 128, 3302, 0, 0, 80, 85), + (7086, 3829, 134, 0, 128, 3419, 0, 0, 80, 85), + (7087, 3849, 134, 0, 128, 3435, 0, 0, 80, 85), + (7088, 3857, 134, 0, 128, 3442, 0, 0, 80, 85), + (7089, 3940, 134, 0, 128, 3531, 0, 0, 80, 85), + (7090, 4084, 134, 0, 128, 3649, 0, 0, 80, 85), + (7091, 4133, 134, 0, 128, 3690, 0, 0, 75, 80), + (7092, 4134, 134, 0, 128, 3695, 0, 0, 75, 80), + (7093, 4135, 134, 0, 128, 3700, 0, 0, 75, 80), + (7094, 4136, 134, 0, 128, 3705, 0, 0, 75, 80), + (7095, 4137, 134, 0, 128, 3710, 0, 0, 75, 80), + (7096, 4138, 134, 0, 128, 3715, 0, 0, 75, 80), + (7097, 4139, 134, 0, 128, 3720, 0, 0, 75, 80), + (7098, 4140, 134, 0, 128, 3725, 0, 0, 75, 80), + (7099, 4141, 134, 0, 128, 3730, 0, 0, 75, 80), + (7100, 4142, 134, 0, 128, 3735, 0, 0, 75, 80), + (7101, 4143, 134, 0, 128, 3740, 0, 0, 75, 80), + (7102, 4144, 134, 0, 128, 3745, 0, 0, 75, 80), + (7103, 4145, 134, 0, 128, 0, 0, 0, 75, 80), + (7104, 4146, 134, 0, 128, 3751, 0, 0, 75, 80), + (7105, 4147, 134, 0, 128, 3756, 0, 0, 75, 80), + (7106, 4148, 134, 0, 128, 3761, 0, 0, 75, 80), + (7107, 4149, 134, 0, 128, 3764, 0, 0, 75, 80), + (7108, 4150, 134, 0, 128, 3769, 0, 0, 75, 80), + (7109, 4151, 134, 0, 128, 3774, 0, 0, 75, 80), + (7110, 4152, 134, 0, 128, 3779, 0, 0, 75, 80), + (7111, 4153, 134, 0, 128, 3784, 0, 0, 75, 80), + (7112, 4154, 134, 0, 128, 3789, 0, 0, 75, 80), + (7113, 4155, 134, 0, 128, 3794, 0, 0, 75, 80), + (7114, 4156, 134, 0, 128, 3799, 0, 0, 75, 80), + (7115, 4157, 134, 0, 128, 3804, 0, 0, 75, 80), + (7116, 4158, 134, 0, 128, 3809, 0, 0, 75, 80), + (7117, 4159, 134, 0, 128, 3814, 0, 0, 75, 80), + (7118, 4160, 134, 0, 128, 3819, 0, 0, 75, 80), + (7119, 4161, 134, 0, 128, 3824, 0, 0, 75, 80), + (7120, 4162, 134, 0, 128, 3829, 0, 0, 75, 80), + (7121, 4163, 134, 0, 128, 3834, 0, 0, 75, 80), + (7122, 4164, 134, 0, 128, 3839, 0, 0, 75, 80), + (7123, 4165, 134, 0, 128, 3844, 0, 0, 75, 80), + (7124, 4166, 134, 0, 128, 3849, 0, 0, 75, 80), + (7125, 4167, 134, 0, 128, 3854, 0, 0, 75, 80), + (7126, 4168, 134, 0, 128, 3859, 0, 0, 75, 80), + (7127, 4169, 134, 0, 128, 3864, 0, 0, 75, 80), + (7128, 4170, 134, 0, 128, 3869, 0, 0, 75, 80), + (7129, 4171, 134, 0, 128, 3874, 0, 0, 75, 80), + (7130, 4172, 134, 0, 128, 3879, 0, 0, 75, 80), + (7131, 4173, 134, 0, 128, 3884, 0, 0, 75, 80), + (7132, 4174, 134, 0, 128, 3889, 0, 0, 75, 80), + (7133, 4175, 134, 0, 128, 3894, 0, 0, 75, 80), + (7134, 4176, 134, 0, 128, 3899, 0, 0, 75, 80), + (7135, 4177, 134, 0, 128, 3904, 0, 0, 75, 80), + (7136, 4178, 134, 0, 128, 3909, 0, 0, 75, 80), + (7137, 4179, 134, 0, 128, 3914, 0, 0, 75, 80), + (7138, 4180, 134, 0, 128, 3919, 0, 0, 75, 80), + (7139, 4181, 134, 0, 128, 3924, 0, 0, 75, 80), + (7140, 4182, 134, 0, 128, 3929, 0, 0, 75, 80), + (7141, 4183, 134, 0, 128, 3934, 0, 0, 75, 80), + (7142, 4184, 134, 0, 128, 3939, 0, 0, 75, 80), + (7143, 4185, 134, 0, 128, 0, 0, 0, 60, 64), + (7144, 4186, 134, 0, 128, 0, 0, 0, 60, 64), + (7145, 4187, 134, 0, 128, 0, 0, 0, 60, 64), + (7146, 4188, 134, 0, 128, 0, 0, 0, 60, 64), + (7147, 4189, 134, 0, 128, 0, 0, 0, 60, 64), + (7148, 4190, 134, 0, 128, 0, 0, 0, 60, 64), + (7149, 4191, 134, 0, 128, 3944, 0, 0, 75, 80), + (7150, 4192, 134, 0, 128, 3949, 0, 0, 75, 80), + (7151, 4193, 134, 0, 128, 3954, 0, 0, 75, 80), + (7152, 4194, 134, 0, 128, 3959, 0, 0, 75, 80), + (7153, 4195, 134, 0, 128, 3964, 0, 0, 75, 80), + (7154, 4196, 134, 0, 128, 3969, 0, 0, 75, 80), + (7155, 4197, 134, 0, 128, 3974, 0, 0, 75, 80), + (7156, 4198, 134, 0, 128, 3979, 0, 0, 75, 80), + (7157, 4199, 134, 0, 128, 3984, 0, 0, 75, 80), + (7158, 4219, 134, 0, 128, 4003, 0, 0, 80, 85), + (7159, 4330, 134, 0, 128, 4140, 0, 0, 80, 85), + (7160, 4351, 134, 0, 128, 0, 0, 0, 75, 80), + (7161, 4380, 134, 0, 128, 4193, 0, 0, 80, 85), + (7162, 4391, 134, 0, 128, 4201, 0, 0, 0, 0), + (7163, 4394, 134, 0, 128, 4203, 0, 0, 0, 0), + (7164, 134, 135, 0, 128, 0, 0, 0, 64, 68), + (7165, 143, 135, 0, 128, 102, 0, 0, 80, 85), + (7166, 144, 135, 0, 128, 103, 0, 0, 80, 85), + (7167, 145, 135, 0, 0, 104, 0, 0, 0, 0), + (7168, 146, 135, 0, 128, 105, 0, 0, 80, 85), + (7169, 147, 135, 0, 128, 106, 0, 0, 80, 85), + (7170, 148, 135, 0, 128, 107, 0, 0, 80, 85), + (7171, 149, 135, 0, 128, 108, 0, 0, 80, 85), + (7172, 150, 135, 0, 128, 109, 0, 0, 80, 85), + (7173, 151, 135, 0, 128, 110, 0, 0, 80, 85), + (7174, 152, 135, 0, 128, 111, 0, 0, 80, 85), + (7175, 153, 135, 0, 128, 112, 0, 0, 80, 85), + (7176, 154, 135, 0, 128, 113, 0, 0, 80, 85), + (7177, 155, 135, 0, 128, 114, 0, 0, 80, 85), + (7178, 156, 135, 0, 128, 115, 0, 0, 80, 85), + (7179, 157, 135, 0, 128, 116, 0, 0, 80, 85), + (7180, 158, 135, 0, 128, 117, 0, 0, 80, 85), + (7181, 817, 135, 0, 128, 583, 0, 0, 80, 85), + (7182, 818, 135, 0, 128, 584, 0, 0, 80, 85), + (7183, 819, 135, 0, 128, 585, 0, 0, 80, 85), + (7184, 1131, 135, 0, 128, 806, 0, 0, 80, 85), + (7185, 1133, 135, 0, 128, 807, 0, 0, 80, 85), + (7186, 1135, 135, 0, 128, 809, 0, 0, 80, 85), + (7187, 1154, 135, 0, 128, 824, 0, 0, 85, 90), + (7188, 1178, 135, 0, 128, 842, 0, 0, 75, 80), + (7189, 2047, 135, 0, 128, 1761, 0, 0, 75, 80), + (7190, 2232, 135, 0, 128, 1899, 0, 0, 75, 80), + (7191, 2233, 135, 0, 128, 1901, 0, 0, 75, 80), + (7192, 2234, 135, 0, 0, 1904, 0, 0, 0, 0), + (7193, 2235, 135, 0, 0, 1907, 0, 0, 0, 0), + (7194, 2236, 135, 0, 128, 1909, 0, 0, 75, 80), + (7195, 2237, 135, 0, 128, 1911, 0, 0, 75, 80), + (7196, 2238, 135, 0, 128, 1913, 0, 0, 75, 80), + (7197, 2239, 135, 0, 128, 1915, 0, 0, 75, 80), + (7198, 2240, 135, 0, 128, 1917, 0, 0, 75, 80), + (7199, 2241, 135, 0, 0, 1919, 0, 0, 0, 0), + (7200, 2242, 135, 0, 128, 1921, 0, 0, 75, 80), + (7201, 2243, 135, 0, 128, 1924, 0, 0, 81, 84), + (7202, 2244, 135, 0, 128, 0, 0, 0, 60, 64), + (7203, 2246, 135, 0, 128, 0, 0, 0, 60, 64), + (7204, 2247, 135, 0, 128, 0, 0, 0, 60, 64), + (7205, 2248, 135, 0, 128, 1926, 0, 0, 75, 80), + (7206, 2249, 135, 0, 128, 1929, 0, 0, 81, 84), + (7207, 2250, 135, 0, 0, 1931, 0, 0, 0, 0), + (7208, 2263, 135, 0, 128, 1938, 0, 0, 80, 85), + (7209, 2570, 135, 0, 128, 2207, 0, 0, 80, 85), + (7210, 2572, 135, 0, 128, 2208, 0, 0, 80, 85), + (7211, 2573, 135, 0, 128, 2209, 0, 0, 80, 85), + (7212, 2575, 135, 0, 128, 2211, 0, 0, 80, 85), + (7213, 2576, 135, 0, 128, 2212, 0, 0, 80, 85), + (7214, 2577, 135, 0, 128, 2213, 0, 0, 80, 85), + (7215, 2578, 135, 0, 128, 2214, 0, 0, 80, 85), + (7216, 2816, 135, 0, 128, 0, 0, 0, 64, 68), + (7217, 3198, 135, 0, 128, 2827, 0, 0, 80, 85), + (7218, 3467, 135, 0, 128, 0, 0, 0, 64, 68), + (7219, 3468, 135, 0, 128, 0, 0, 0, 64, 68), + (7220, 3469, 135, 0, 128, 3061, 0, 0, 64, 68), + (7221, 3470, 135, 0, 128, 0, 0, 0, 64, 68), + (7222, 3471, 135, 0, 128, 0, 0, 0, 64, 68), + (7223, 3472, 135, 0, 128, 0, 0, 0, 64, 68), + (7224, 3473, 135, 0, 128, 0, 0, 0, 64, 68), + (7225, 3474, 135, 0, 128, 0, 0, 0, 64, 68), + (7226, 3475, 135, 0, 128, 0, 0, 0, 64, 68), + (7227, 3476, 135, 0, 128, 0, 0, 0, 64, 68), + (7228, 3477, 135, 0, 128, 0, 0, 0, 64, 68), + (7229, 3478, 135, 0, 128, 0, 0, 0, 64, 68), + (7230, 3479, 135, 0, 128, 0, 0, 0, 64, 68), + (7231, 3480, 135, 0, 128, 0, 0, 0, 64, 68), + (7232, 3481, 135, 0, 128, 3062, 0, 0, 64, 68), + (7233, 3482, 135, 0, 128, 0, 0, 0, 64, 68), + (7234, 3759, 135, 0, 128, 3348, 0, 0, 75, 80), + (7235, 3941, 135, 0, 128, 3532, 0, 0, 75, 80), + (7236, 4145, 135, 0, 128, 3747, 0, 0, 75, 80), + (7237, 4149, 135, 0, 128, 3765, 0, 0, 75, 80), + (7238, 4464, 135, 0, 128, 0, 0, 0, 80, 85), + (7239, 4473, 135, 0, 128, 0, 0, 0, 80, 85), + (7240, 4487, 135, 0, 128, 0, 0, 0, 64, 68), + (7241, 2, 136, 0, 0, 0, 0, 0, 0, 0), + (7242, 3, 136, 1, 0, 0, 0, 0, 1, 1), + (7243, 11, 136, 1, 0, 0, 0, 0, 1, 1), + (7244, 18, 136, 1, 0, 0, 0, 0, 1, 1), + (7245, 37, 136, 1, 0, 0, 0, 0, 1, 1), + (7246, 84, 136, 1, 0, 0, 0, 0, 1, 1), + (7247, 89, 136, 0, 0, 0, 0, 0, 0, 0), + (7248, 90, 136, 1, 0, 0, 0, 0, 1, 1), + (7249, 91, 136, 1, 0, 0, 0, 0, 1, 1), + (7250, 93, 136, 1, 0, 0, 0, 0, 1, 1), + (7251, 112, 136, 1, 0, 79, 0, 0, 1, 1), + (7252, 126, 136, 0, 0, 0, 0, 0, 0, 0), + (7253, 138, 136, 1, 0, 100, 0, 0, 1, 1), + (7254, 205, 136, 1, 0, 0, 0, 0, 1, 1), + (7255, 227, 136, 1, 0, 0, 0, 0, 1, 1), + (7256, 275, 136, 1, 0, 0, 0, 0, 1, 1), + (7257, 278, 136, 0, 0, 0, 0, 0, 0, 0), + (7258, 291, 136, 1, 0, 0, 0, 0, 1, 1), + (7259, 311, 136, 1, 0, 0, 0, 0, 1, 1), + (7260, 312, 136, 1, 0, 0, 0, 0, 1, 1), + (7261, 320, 136, 0, 0, 0, 0, 0, 0, 0), + (7262, 352, 136, 1, 0, 0, 0, 0, 1, 1), + (7263, 502, 136, 1, 0, 0, 0, 0, 1, 1), + (7264, 516, 136, 1, 0, 0, 0, 0, 1, 1), + (7265, 526, 136, 1, 0, 0, 0, 0, 1, 1), + (7266, 549, 136, 1, 0, 0, 0, 0, 1, 1), + (7267, 609, 136, 0, 0, 0, 0, 0, 0, 0), + (7268, 616, 136, 1, 0, 0, 0, 0, 1, 1), + (7269, 714, 136, 1, 0, 0, 0, 0, 1, 1), + (7270, 725, 136, 1, 0, 0, 0, 0, 1, 1), + (7271, 775, 136, 1, 0, 0, 0, 0, 1, 1), + (7272, 776, 136, 1, 0, 0, 0, 0, 1, 1), + (7273, 777, 136, 1, 0, 569, 0, 0, 1, 1), + (7274, 815, 136, 1, 0, 0, 0, 0, 1, 1), + (7275, 882, 136, 1, 0, 0, 0, 0, 1, 1), + (7276, 896, 136, 1, 0, 0, 0, 0, 1, 1), + (7277, 903, 136, 1, 0, 0, 0, 0, 1, 1), + (7278, 911, 136, 1, 0, 0, 0, 0, 1, 1), + (7279, 913, 136, 1, 4, 640, 0, 0, 1, 1), + (7280, 960, 136, 1, 0, 0, 0, 0, 1, 1), + (7281, 1057, 136, 1, 0, 0, 0, 0, 1, 1), + (7282, 1064, 136, 1, 0, 0, 0, 0, 1, 1), + (7283, 1066, 136, 1, 0, 0, 0, 0, 1, 1), + (7284, 1067, 136, 0, 0, 0, 0, 0, 0, 0), + (7285, 1127, 136, 1, 0, 805, 0, 0, 1, 1), + (7286, 1141, 136, 1, 0, 0, 0, 0, 1, 1), + (7287, 1143, 136, 1, 0, 0, 0, 0, 1, 1), + (7288, 1189, 136, 1, 0, 849, 0, 0, 1, 1), + (7289, 1262, 136, 1, 0, 0, 0, 0, 1, 1), + (7290, 1279, 136, 1, 0, 0, 0, 0, 1, 1), + (7291, 1324, 136, 1, 0, 0, 0, 0, 1, 1), + (7292, 1333, 136, 1, 0, 0, 0, 0, 1, 1), + (7293, 1349, 136, 0, 0, 0, 0, 0, 0, 0), + (7294, 1358, 136, 1, 0, 0, 0, 0, 1, 1), + (7295, 1408, 136, 1, 0, 1035, 0, 0, 1, 1), + (7296, 1435, 136, 1, 0, 1058, 0, 0, 1, 1), + (7297, 1462, 136, 1, 0, 1079, 0, 0, 1, 1), + (7298, 1470, 136, 1, 0, 0, 0, 0, 1, 1), + (7299, 1480, 136, 1, 0, 1090, 0, 0, 1, 1), + (7300, 1557, 136, 1, 0, 1151, 0, 0, 1, 1), + (7301, 1561, 136, 1, 0, 1154, 0, 0, 1, 1), + (7302, 1574, 136, 1, 0, 0, 0, 0, 1, 1), + (7303, 1577, 136, 1, 0, 1165, 0, 0, 1, 1), + (7304, 1578, 136, 1, 0, 1166, 0, 0, 1, 1), + (7305, 1594, 136, 1, 0, 0, 0, 0, 1, 1), + (7306, 1616, 136, 1, 0, 1182, 0, 0, 1, 1), + (7307, 1681, 136, 1, 0, 0, 0, 0, 1, 1), + (7308, 1752, 136, 0, 0, 0, 0, 0, 0, 0), + (7309, 1852, 136, 1, 0, 0, 0, 0, 1, 1), + (7310, 2042, 136, 1, 0, 1753, 0, 0, 1, 1), + (7311, 2043, 136, 1, 4, 1755, 0, 0, 1, 1), + (7312, 2044, 136, 1, 0, 0, 0, 0, 1, 1), + (7313, 2100, 136, 1, 0, 0, 0, 0, 1, 1), + (7314, 2137, 136, 1, 0, 0, 0, 0, 1, 1), + (7315, 2179, 136, 1, 0, 0, 0, 0, 1, 1), + (7316, 2180, 136, 0, 0, 0, 0, 0, 0, 0), + (7317, 2182, 136, 1, 0, 0, 0, 0, 1, 1), + (7318, 2197, 136, 1, 0, 0, 0, 0, 1, 1), + (7319, 2226, 136, 1, 0, 0, 0, 0, 1, 1), + (7320, 2316, 136, 0, 0, 0, 0, 0, 0, 0), + (7321, 2378, 136, 0, 0, 0, 0, 0, 0, 0), + (7322, 2390, 136, 1, 0, 0, 0, 0, 1, 1), + (7323, 2391, 136, 1, 0, 0, 0, 0, 1, 1), + (7324, 2403, 136, 1, 0, 0, 0, 0, 1, 1), + (7325, 2415, 136, 0, 0, 0, 0, 0, 0, 0), + (7326, 2460, 136, 1, 0, 0, 0, 0, 1, 1), + (7327, 2590, 136, 1, 0, 0, 0, 0, 1, 1), + (7328, 2730, 136, 1, 0, 0, 0, 0, 1, 1), + (7329, 2737, 136, 0, 0, 2343, 0, 0, 0, 0), + (7330, 2799, 136, 1, 0, 0, 0, 0, 1, 1), + (7331, 2839, 136, 0, 0, 0, 0, 0, 0, 0), + (7332, 2904, 136, 0, 0, 0, 0, 0, 0, 0), + (7333, 2946, 136, 1, 0, 0, 0, 0, 1, 1), + (7334, 2949, 136, 1, 0, 0, 0, 0, 1, 1), + (7335, 2980, 136, 1, 0, 0, 0, 0, 1, 1), + (7336, 3096, 136, 1, 0, 0, 0, 0, 1, 1), + (7337, 3139, 136, 1, 0, 0, 0, 0, 1, 1), + (7338, 3176, 136, 1, 0, 0, 0, 0, 1, 1), + (7339, 3184, 136, 1, 0, 0, 0, 0, 1, 1), + (7340, 3186, 136, 1, 0, 0, 0, 0, 1, 1), + (7341, 3189, 136, 0, 0, 0, 0, 0, 0, 0), + (7342, 3310, 136, 0, 0, 0, 0, 0, 0, 0), + (7343, 3312, 136, 1, 0, 0, 0, 0, 1, 1), + (7344, 3366, 136, 1, 0, 0, 0, 0, 1, 1), + (7345, 3391, 136, 1, 0, 0, 0, 0, 1, 1), + (7346, 3403, 136, 1, 0, 0, 0, 0, 1, 1), + (7347, 3418, 136, 1, 0, 3019, 0, 0, 1, 1), + (7348, 3486, 136, 0, 0, 0, 0, 0, 0, 0), + (7349, 3504, 136, 1, 0, 0, 0, 0, 1, 1), + (7350, 3509, 136, 0, 0, 0, 0, 0, 0, 0), + (7351, 3510, 136, 0, 0, 0, 0, 0, 0, 0), + (7352, 3511, 136, 0, 0, 0, 0, 0, 0, 0), + (7353, 3562, 136, 1, 0, 0, 0, 0, 1, 1), + (7354, 3563, 136, 1, 0, 3141, 0, 0, 1, 1), + (7355, 3564, 136, 1, 0, 0, 0, 0, 1, 1), + (7356, 3565, 136, 1, 0, 3147, 0, 0, 1, 1), + (7357, 3566, 136, 1, 0, 0, 0, 0, 1, 1), + (7358, 3568, 136, 1, 0, 3158, 0, 0, 1, 1), + (7359, 3569, 136, 1, 0, 3159, 0, 0, 1, 1), + (7360, 3570, 136, 1, 0, 0, 0, 0, 1, 1), + (7361, 3573, 136, 1, 0, 0, 0, 0, 1, 1), + (7362, 3574, 136, 1, 0, 0, 0, 0, 1, 1), + (7363, 3576, 136, 1, 0, 0, 0, 0, 1, 1), + (7364, 3593, 136, 1, 0, 0, 0, 0, 1, 1), + (7365, 3621, 136, 1, 0, 0, 0, 0, 1, 1), + (7366, 3644, 136, 1, 0, 0, 0, 0, 1, 1), + (7367, 3767, 136, 1, 0, 0, 0, 0, 1, 1), + (7368, 3886, 136, 1, 0, 3458, 0, 0, 1, 1), + (7369, 3913, 136, 1, 0, 0, 0, 0, 1, 1), + (7370, 3920, 136, 0, 0, 0, 0, 0, 0, 0), + (7371, 3926, 136, 1, 0, 0, 0, 0, 1, 1), + (7372, 4081, 136, 1, 0, 0, 0, 0, 1, 1), + (7373, 4118, 136, 1, 0, 0, 0, 0, 1, 1), + (7374, 4121, 136, 0, 0, 0, 0, 0, 0, 0), + (7375, 4206, 136, 1, 0, 0, 0, 0, 1, 1), + (7376, 4211, 136, 0, 0, 0, 0, 0, 0, 0), + (7377, 4212, 136, 0, 0, 3995, 0, 0, 0, 0), + (7378, 4315, 136, 1, 0, 0, 0, 0, 1, 1), + (7379, 4498, 136, 0, 0, 0, 0, 0, 0, 0), + (7380, 2, 137, 0, 0, 0, 0, 0, 0, 0), + (7381, 3, 137, 1, 0, 0, 0, 0, 1, 1), + (7382, 11, 137, 1, 0, 0, 0, 0, 1, 1), + (7383, 18, 137, 1, 0, 0, 0, 0, 1, 1), + (7384, 37, 137, 1, 0, 0, 0, 0, 1, 1), + (7385, 50, 137, 0, 0, 0, 0, 0, 0, 0), + (7386, 51, 137, 1, 0, 30, 0, 0, 1, 1), + (7387, 84, 137, 1, 0, 0, 0, 0, 1, 1), + (7388, 89, 137, 0, 0, 0, 0, 0, 0, 0), + (7389, 90, 137, 1, 0, 0, 0, 0, 1, 1), + (7390, 91, 137, 1, 0, 0, 0, 0, 1, 1), + (7391, 93, 137, 1, 0, 0, 0, 0, 1, 1), + (7392, 126, 137, 0, 0, 0, 0, 0, 0, 0), + (7393, 205, 137, 1, 0, 0, 0, 0, 1, 1), + (7394, 227, 137, 1, 0, 0, 0, 0, 1, 1), + (7395, 291, 137, 1, 0, 0, 0, 0, 1, 1), + (7396, 311, 137, 1, 0, 0, 0, 0, 1, 1), + (7397, 312, 137, 1, 0, 0, 0, 0, 1, 1), + (7398, 320, 137, 0, 0, 0, 0, 0, 0, 0), + (7399, 352, 137, 1, 0, 0, 0, 0, 1, 1), + (7400, 396, 137, 1, 0, 277, 0, 0, 1, 1), + (7401, 502, 137, 1, 0, 0, 0, 0, 1, 1), + (7402, 516, 137, 1, 0, 0, 0, 0, 1, 1), + (7403, 526, 137, 1, 0, 0, 0, 0, 1, 1), + (7404, 549, 137, 1, 0, 0, 0, 0, 1, 1), + (7405, 616, 137, 1, 0, 0, 0, 0, 1, 1), + (7406, 634, 137, 1, 0, 467, 0, 0, 1, 1), + (7407, 714, 137, 1, 0, 0, 0, 0, 1, 1), + (7408, 725, 137, 1, 0, 0, 0, 0, 1, 1), + (7409, 763, 137, 1, 0, 0, 0, 0, 1, 1), + (7410, 775, 137, 1, 0, 0, 0, 0, 1, 1), + (7411, 776, 137, 1, 0, 0, 0, 0, 1, 1), + (7412, 777, 137, 1, 0, 569, 0, 0, 1, 1), + (7413, 896, 137, 1, 0, 0, 0, 0, 1, 1), + (7414, 903, 137, 1, 0, 0, 0, 0, 1, 1), + (7415, 913, 137, 1, 4, 640, 0, 0, 1, 1), + (7416, 960, 137, 1, 0, 0, 0, 0, 1, 1), + (7417, 983, 137, 1, 0, 688, 0, 0, 1, 1), + (7418, 987, 137, 1, 0, 692, 0, 0, 1, 1), + (7419, 990, 137, 1, 0, 696, 0, 0, 1, 1), + (7420, 994, 137, 1, 0, 0, 0, 0, 1, 1), + (7421, 996, 137, 1, 0, 703, 0, 0, 1, 1), + (7422, 1045, 137, 1, 0, 748, 0, 0, 1, 1), + (7423, 1057, 137, 1, 0, 0, 0, 0, 1, 1), + (7424, 1064, 137, 1, 0, 0, 0, 0, 1, 1), + (7425, 1066, 137, 1, 0, 0, 0, 0, 1, 1), + (7426, 1067, 137, 0, 0, 0, 0, 0, 0, 0), + (7427, 1141, 137, 1, 0, 0, 0, 0, 1, 1), + (7428, 1143, 137, 1, 0, 0, 0, 0, 1, 1), + (7429, 1172, 137, 1, 0, 839, 0, 0, 1, 1), + (7430, 1262, 137, 1, 0, 0, 0, 0, 1, 1), + (7431, 1279, 137, 1, 0, 0, 0, 0, 1, 1), + (7432, 1324, 137, 1, 0, 0, 0, 0, 1, 1), + (7433, 1333, 137, 1, 0, 0, 0, 0, 1, 1), + (7434, 1349, 137, 0, 0, 0, 0, 0, 0, 0), + (7435, 1358, 137, 1, 0, 0, 0, 0, 1, 1), + (7436, 1408, 137, 1, 0, 1035, 0, 0, 1, 1), + (7437, 1442, 137, 1, 0, 1064, 0, 0, 1, 1), + (7438, 1470, 137, 1, 0, 0, 0, 0, 1, 1), + (7439, 1546, 137, 1, 0, 1141, 0, 0, 1, 1), + (7440, 1562, 137, 1, 0, 1155, 0, 0, 1, 1), + (7441, 1567, 137, 1, 0, 1158, 0, 0, 1, 1), + (7442, 1571, 137, 1, 0, 1161, 0, 0, 1, 1), + (7443, 1574, 137, 1, 0, 0, 0, 0, 1, 1), + (7444, 1584, 137, 1, 0, 1168, 0, 0, 1, 1), + (7445, 1594, 137, 1, 0, 0, 0, 0, 1, 1), + (7446, 1681, 137, 1, 0, 0, 0, 0, 1, 1), + (7447, 1752, 137, 0, 0, 0, 0, 0, 0, 0), + (7448, 1770, 137, 1, 0, 1534, 0, 0, 1, 1), + (7449, 1790, 137, 0, 0, 1544, 0, 0, 0, 0), + (7450, 1800, 137, 1, 0, 1552, 0, 0, 1, 1), + (7451, 1852, 137, 1, 0, 0, 0, 0, 1, 1), + (7452, 1875, 137, 0, 0, 0, 0, 0, 0, 0), + (7453, 1893, 137, 1, 0, 1630, 0, 0, 1, 1), + (7454, 2043, 137, 1, 4, 1755, 0, 0, 1, 1), + (7455, 2044, 137, 1, 0, 0, 0, 0, 1, 1), + (7456, 2078, 137, 1, 0, 1787, 0, 0, 1, 1), + (7457, 2085, 137, 0, 0, 0, 0, 0, 0, 0), + (7458, 2100, 137, 1, 0, 0, 0, 0, 1, 1), + (7459, 2137, 137, 1, 0, 0, 0, 0, 1, 1), + (7460, 2179, 137, 1, 0, 0, 0, 0, 1, 1), + (7461, 2180, 137, 1, 0, 0, 0, 0, 1, 1), + (7462, 2197, 137, 1, 0, 0, 0, 0, 1, 1), + (7463, 2226, 137, 1, 0, 0, 0, 0, 1, 1), + (7464, 2252, 137, 0, 0, 0, 0, 0, 0, 0), + (7465, 2316, 137, 0, 0, 0, 0, 0, 0, 0), + (7466, 2378, 137, 0, 0, 0, 0, 0, 0, 0), + (7467, 2390, 137, 1, 0, 0, 0, 0, 1, 1), + (7468, 2391, 137, 1, 0, 0, 0, 0, 1, 1), + (7469, 2403, 137, 1, 0, 0, 0, 0, 1, 1), + (7470, 2405, 137, 0, 0, 0, 0, 0, 0, 0), + (7471, 2415, 137, 0, 0, 0, 0, 0, 0, 0), + (7472, 2455, 137, 0, 0, 0, 0, 0, 0, 0), + (7473, 2460, 137, 1, 0, 0, 0, 0, 1, 1), + (7474, 2590, 137, 1, 0, 0, 0, 0, 1, 1), + (7475, 2609, 137, 1, 0, 0, 0, 0, 1, 1), + (7476, 2615, 137, 1, 0, 2243, 0, 0, 1, 1), + (7477, 2730, 137, 1, 0, 0, 0, 0, 1, 1), + (7478, 2737, 137, 0, 0, 0, 0, 0, 0, 0), + (7479, 2799, 137, 1, 0, 0, 0, 0, 1, 1), + (7480, 2839, 137, 0, 0, 0, 0, 0, 0, 0), + (7481, 2946, 137, 1, 0, 0, 0, 0, 1, 1), + (7482, 2949, 137, 1, 0, 0, 0, 0, 1, 1), + (7483, 2980, 137, 1, 0, 0, 0, 0, 1, 1), + (7484, 3096, 137, 1, 0, 0, 0, 0, 1, 1), + (7485, 3139, 137, 1, 0, 0, 0, 0, 1, 1), + (7486, 3176, 137, 1, 0, 0, 0, 0, 1, 1), + (7487, 3184, 137, 1, 0, 0, 0, 0, 1, 1), + (7488, 3186, 137, 1, 0, 0, 0, 0, 1, 1), + (7489, 3189, 137, 0, 0, 0, 0, 0, 0, 0), + (7490, 3305, 137, 0, 0, 0, 0, 0, 0, 0), + (7491, 3310, 137, 0, 0, 0, 0, 0, 0, 0), + (7492, 3312, 137, 1, 0, 0, 0, 0, 1, 1), + (7493, 3366, 137, 1, 0, 0, 0, 0, 1, 1), + (7494, 3389, 137, 0, 0, 0, 0, 0, 0, 0), + (7495, 3391, 137, 1, 0, 0, 0, 0, 1, 1), + (7496, 3403, 137, 0, 0, 0, 0, 0, 0, 0), + (7497, 3414, 137, 1, 0, 3014, 0, 0, 1, 1), + (7498, 3486, 137, 0, 0, 0, 0, 0, 0, 0), + (7499, 3487, 137, 1, 0, 3065, 0, 0, 1, 1), + (7500, 3504, 137, 1, 0, 0, 0, 0, 1, 1), + (7501, 3509, 137, 0, 0, 0, 0, 0, 0, 0), + (7502, 3510, 137, 0, 0, 0, 0, 0, 0, 0), + (7503, 3511, 137, 0, 0, 0, 0, 0, 0, 0), + (7504, 3562, 137, 1, 0, 0, 0, 0, 1, 1), + (7505, 3563, 137, 1, 0, 3145, 0, 0, 1, 1), + (7506, 3564, 137, 1, 0, 0, 0, 0, 1, 1), + (7507, 3565, 137, 1, 0, 3157, 0, 0, 1, 1), + (7508, 3566, 137, 1, 0, 0, 0, 0, 1, 1), + (7509, 3568, 137, 1, 0, 0, 0, 0, 1, 1), + (7510, 3569, 137, 1, 0, 3167, 0, 0, 1, 1), + (7511, 3570, 137, 1, 0, 0, 0, 0, 1, 1), + (7512, 3571, 137, 1, 0, 0, 0, 0, 1, 1), + (7513, 3572, 137, 1, 0, 0, 0, 0, 1, 1), + (7514, 3576, 137, 1, 0, 0, 0, 0, 1, 1), + (7515, 3579, 137, 0, 0, 0, 0, 0, 0, 0), + (7516, 3621, 137, 1, 0, 0, 0, 0, 1, 1), + (7517, 3644, 137, 1, 0, 0, 0, 0, 1, 1), + (7518, 3691, 137, 1, 0, 3270, 0, 0, 1, 1), + (7519, 3700, 137, 0, 0, 0, 0, 0, 0, 0), + (7520, 3767, 137, 1, 0, 0, 0, 0, 1, 1), + (7521, 3845, 137, 1, 0, 3433, 0, 0, 1, 1), + (7522, 3913, 137, 1, 0, 0, 0, 0, 1, 1), + (7523, 3920, 137, 0, 0, 0, 0, 0, 0, 0), + (7524, 3926, 137, 1, 0, 0, 0, 0, 1, 1), + (7525, 3978, 137, 1, 0, 0, 0, 0, 1, 1), + (7526, 4081, 137, 1, 0, 0, 0, 0, 1, 1), + (7527, 4118, 137, 1, 0, 0, 0, 0, 1, 1), + (7528, 4121, 137, 0, 0, 0, 0, 0, 0, 0), + (7529, 4211, 137, 0, 0, 0, 0, 0, 0, 0), + (7530, 4212, 137, 0, 0, 3996, 0, 0, 0, 0), + (7531, 4227, 137, 0, 0, 0, 0, 0, 0, 0), + (7532, 4315, 137, 1, 0, 0, 0, 0, 1, 1), + (7533, 4493, 137, 0, 0, 0, 0, 0, 0, 0), + (7534, 4498, 137, 0, 0, 0, 0, 0, 0, 0), + (7535, 4515, 137, 0, 0, 0, 0, 0, 0, 0), + (7536, 1, 138, 0, 0, 0, 0, 0, 0, 0), + (7537, 7, 138, 0, 0, 0, 0, 0, 0, 0), + (7538, 11, 138, 0, 0, 0, 0, 0, 0, 0), + (7539, 13, 138, 0, 0, 0, 0, 0, 0, 0), + (7540, 18, 138, 0, 0, 0, 0, 0, 0, 0), + (7541, 37, 138, 0, 0, 0, 0, 0, 0, 0), + (7542, 46, 138, 0, 0, 26, 0, 0, 0, 0), + (7543, 50, 138, 0, 0, 0, 0, 0, 0, 0), + (7544, 84, 138, 0, 0, 0, 0, 0, 0, 0), + (7545, 89, 138, 0, 0, 0, 0, 0, 0, 0), + (7546, 90, 138, 0, 0, 0, 0, 0, 0, 0), + (7547, 91, 138, 0, 0, 0, 0, 0, 0, 0), + (7548, 93, 138, 0, 0, 0, 0, 0, 0, 0), + (7549, 96, 138, 0, 0, 58, 0, 0, 0, 0), + (7550, 125, 138, 0, 0, 95, 0, 0, 0, 0), + (7551, 126, 138, 0, 0, 0, 0, 0, 0, 0), + (7552, 132, 138, 0, 0, 0, 0, 0, 0, 0), + (7553, 227, 138, 0, 0, 0, 0, 0, 0, 0), + (7554, 260, 138, 0, 0, 0, 0, 0, 0, 0), + (7555, 291, 138, 0, 0, 0, 0, 0, 0, 0), + (7556, 311, 138, 0, 0, 0, 0, 0, 0, 0), + (7557, 312, 138, 0, 0, 0, 0, 0, 0, 0), + (7558, 320, 138, 0, 0, 0, 0, 0, 0, 0), + (7559, 352, 138, 0, 0, 0, 0, 0, 0, 0), + (7560, 381, 138, 0, 0, 0, 0, 0, 0, 0), + (7561, 427, 138, 0, 0, 0, 0, 0, 0, 0), + (7562, 502, 138, 0, 0, 0, 0, 0, 0, 0), + (7563, 526, 138, 0, 0, 0, 0, 0, 0, 0), + (7564, 549, 138, 0, 0, 0, 0, 0, 0, 0), + (7565, 616, 138, 0, 0, 0, 0, 0, 0, 0), + (7566, 714, 138, 0, 0, 0, 0, 0, 0, 0), + (7567, 725, 138, 0, 0, 0, 0, 0, 0, 0), + (7568, 737, 138, 0, 0, 0, 0, 0, 0, 0), + (7569, 776, 138, 0, 0, 0, 0, 0, 0, 0), + (7570, 812, 138, 0, 0, 0, 0, 0, 0, 0), + (7571, 896, 138, 0, 0, 0, 0, 0, 0, 0), + (7572, 903, 138, 0, 0, 0, 0, 0, 0, 0), + (7573, 913, 138, 0, 0, 640, 0, 0, 0, 0), + (7574, 935, 138, 0, 0, 656, 0, 0, 0, 0), + (7575, 953, 138, 0, 0, 669, 0, 0, 0, 0), + (7576, 960, 138, 0, 0, 0, 0, 0, 0, 0), + (7577, 983, 138, 0, 0, 0, 0, 0, 0, 0), + (7578, 987, 138, 0, 0, 0, 0, 0, 0, 0), + (7579, 990, 138, 0, 0, 697, 0, 0, 0, 0), + (7580, 994, 138, 0, 0, 0, 0, 0, 0, 0), + (7581, 996, 138, 0, 0, 0, 0, 0, 0, 0), + (7582, 1023, 138, 0, 0, 0, 0, 0, 0, 0), + (7583, 1045, 138, 0, 0, 749, 0, 0, 0, 0), + (7584, 1055, 138, 0, 0, 0, 0, 0, 0, 0), + (7585, 1056, 138, 0, 0, 754, 0, 0, 0, 0), + (7586, 1141, 138, 0, 0, 0, 0, 0, 0, 0), + (7587, 1143, 138, 0, 0, 0, 0, 0, 0, 0), + (7588, 1198, 138, 0, 0, 0, 0, 0, 0, 0), + (7589, 1262, 138, 0, 0, 0, 0, 0, 0, 0), + (7590, 1279, 138, 0, 0, 0, 0, 0, 0, 0), + (7591, 1321, 138, 0, 0, 0, 0, 0, 0, 0), + (7592, 1324, 138, 0, 0, 0, 0, 0, 0, 0), + (7593, 1333, 138, 0, 0, 0, 0, 0, 0, 0), + (7594, 1349, 138, 0, 0, 0, 0, 0, 0, 0), + (7595, 1408, 138, 0, 0, 0, 0, 0, 0, 0), + (7596, 1574, 138, 0, 0, 0, 0, 0, 0, 0), + (7597, 1681, 138, 0, 0, 0, 0, 0, 0, 0), + (7598, 1752, 138, 0, 0, 0, 0, 0, 0, 0), + (7599, 1753, 138, 0, 0, 1517, 0, 0, 0, 0), + (7600, 1779, 138, 0, 0, 0, 0, 0, 0, 0), + (7601, 1780, 138, 0, 0, 0, 0, 0, 0, 0), + (7602, 1875, 138, 0, 0, 0, 0, 0, 0, 0), + (7603, 2041, 138, 0, 0, 1752, 0, 0, 0, 0), + (7604, 2043, 138, 0, 0, 1755, 0, 0, 0, 0), + (7605, 2100, 138, 0, 0, 0, 0, 0, 0, 0), + (7606, 2102, 138, 0, 0, 1807, 0, 0, 0, 0), + (7607, 2126, 138, 0, 0, 0, 0, 0, 0, 0), + (7608, 2127, 138, 0, 0, 0, 0, 0, 0, 0), + (7609, 2137, 138, 0, 0, 0, 0, 0, 0, 0), + (7610, 2179, 138, 0, 0, 0, 0, 0, 0, 0), + (7611, 2180, 138, 0, 0, 0, 0, 0, 0, 0), + (7612, 2198, 138, 0, 0, 1880, 0, 0, 0, 0), + (7613, 2226, 138, 0, 0, 0, 0, 0, 0, 0), + (7614, 2300, 138, 0, 0, 0, 0, 0, 0, 0), + (7615, 2306, 138, 0, 0, 0, 0, 0, 0, 0), + (7616, 2316, 138, 0, 0, 0, 0, 0, 0, 0), + (7617, 2378, 138, 0, 0, 0, 0, 0, 0, 0), + (7618, 2391, 138, 0, 0, 0, 0, 0, 0, 0), + (7619, 2403, 138, 0, 0, 0, 0, 0, 0, 0), + (7620, 2405, 138, 0, 0, 0, 0, 0, 0, 0), + (7621, 2406, 138, 0, 0, 0, 0, 0, 0, 0), + (7622, 2415, 138, 0, 0, 0, 0, 0, 0, 0), + (7623, 2445, 138, 0, 0, 0, 0, 0, 0, 0), + (7624, 2460, 138, 0, 0, 0, 0, 0, 0, 0), + (7625, 2486, 138, 0, 0, 2132, 0, 0, 0, 0), + (7626, 2569, 138, 0, 0, 0, 0, 0, 0, 0), + (7627, 2730, 138, 0, 0, 0, 0, 0, 0, 0), + (7628, 2734, 138, 0, 0, 2336, 0, 0, 0, 0), + (7629, 2776, 138, 0, 0, 0, 0, 0, 0, 0), + (7630, 2799, 138, 0, 0, 0, 0, 0, 0, 0), + (7631, 2839, 138, 0, 0, 0, 0, 0, 0, 0), + (7632, 2904, 138, 0, 0, 0, 0, 0, 0, 0), + (7633, 2909, 138, 0, 0, 0, 0, 0, 0, 0), + (7634, 2946, 138, 0, 0, 0, 0, 0, 0, 0), + (7635, 2949, 138, 0, 0, 0, 0, 0, 0, 0), + (7636, 2950, 138, 0, 0, 0, 0, 0, 0, 0), + (7637, 2994, 138, 0, 0, 2557, 0, 0, 0, 0), + (7638, 2997, 138, 0, 0, 0, 0, 0, 0, 0), + (7639, 3000, 138, 0, 0, 2577, 0, 0, 0, 0), + (7640, 3005, 138, 0, 0, 2592, 0, 0, 0, 0), + (7641, 3031, 138, 0, 0, 2667, 0, 0, 0, 0), + (7642, 3041, 138, 0, 0, 2695, 0, 0, 0, 0), + (7643, 3044, 138, 0, 0, 2704, 0, 0, 0, 0), + (7644, 3096, 138, 0, 0, 0, 0, 0, 0, 0), + (7645, 3139, 138, 0, 0, 0, 0, 0, 0, 0), + (7646, 3158, 138, 0, 0, 2804, 0, 0, 0, 0), + (7647, 3176, 138, 0, 0, 0, 0, 0, 0, 0), + (7648, 3184, 138, 0, 0, 0, 0, 0, 0, 0), + (7649, 3186, 138, 0, 0, 0, 0, 0, 0, 0), + (7650, 3189, 138, 0, 0, 0, 0, 0, 0, 0), + (7651, 3239, 138, 0, 0, 0, 0, 0, 0, 0), + (7652, 3243, 138, 0, 0, 0, 0, 0, 0, 0), + (7653, 3293, 138, 0, 0, 0, 0, 0, 0, 0), + (7654, 3305, 138, 0, 0, 0, 0, 0, 0, 0), + (7655, 3310, 138, 0, 0, 0, 0, 0, 0, 0), + (7656, 3312, 138, 0, 0, 0, 0, 0, 0, 0), + (7657, 3366, 138, 0, 0, 0, 0, 0, 0, 0), + (7658, 3391, 138, 0, 0, 0, 0, 0, 0, 0), + (7659, 3405, 138, 0, 0, 0, 0, 0, 0, 0), + (7660, 3495, 138, 0, 0, 0, 0, 0, 0, 0), + (7661, 3509, 138, 0, 0, 0, 0, 0, 0, 0), + (7662, 3510, 138, 0, 0, 0, 0, 0, 0, 0), + (7663, 3511, 138, 0, 0, 0, 0, 0, 0, 0), + (7664, 3562, 138, 0, 0, 0, 0, 0, 0, 0), + (7665, 3563, 138, 0, 0, 0, 0, 0, 0, 0), + (7666, 3564, 138, 0, 0, 0, 0, 0, 0, 0), + (7667, 3565, 138, 0, 0, 0, 0, 0, 0, 0), + (7668, 3566, 138, 0, 0, 0, 0, 0, 0, 0), + (7669, 3568, 138, 0, 0, 0, 0, 0, 0, 0), + (7670, 3569, 138, 0, 0, 3168, 0, 0, 0, 0), + (7671, 3570, 138, 0, 0, 0, 0, 0, 0, 0), + (7672, 3579, 138, 0, 0, 0, 0, 0, 0, 0), + (7673, 3621, 138, 0, 0, 0, 0, 0, 0, 0), + (7674, 3644, 138, 0, 0, 0, 0, 0, 0, 0), + (7675, 3730, 138, 0, 0, 0, 0, 0, 0, 0), + (7676, 3757, 138, 0, 0, 3348, 0, 0, 0, 0), + (7677, 3926, 138, 0, 0, 0, 0, 0, 0, 0), + (7678, 4081, 138, 0, 0, 0, 0, 0, 0, 0), + (7679, 4118, 138, 0, 0, 0, 0, 0, 0, 0), + (7680, 4120, 138, 0, 0, 3677, 0, 0, 0, 0), + (7681, 4249, 138, 0, 0, 0, 0, 0, 0, 0), + (7682, 4339, 138, 0, 0, 0, 0, 0, 0, 0), + (7683, 4410, 138, 0, 0, 4224, 0, 0, 0, 0), + (7684, 4417, 138, 0, 0, 4236, 0, 0, 0, 0), + (7685, 4425, 138, 0, 0, 4243, 0, 0, 0, 0), + (7686, 4430, 138, 0, 0, 4257, 0, 0, 0, 0), + (7687, 4442, 138, 0, 0, 4283, 0, 0, 0, 0), + (7688, 4450, 138, 0, 0, 4304, 0, 0, 0, 0), + (7689, 4481, 138, 0, 0, 0, 0, 0, 0, 0), + (7690, 4498, 138, 0, 0, 0, 0, 0, 0, 0), + (7691, 4515, 138, 0, 0, 0, 0, 0, 0, 0), + (7692, 222, 139, 0, 128, 0, 0, 0, 20, 20), + (7693, 230, 139, 0, 128, 0, 0, 0, 75, 75), + (7694, 248, 139, 0, 0, 0, 0, 0, 0, 0), + (7695, 249, 139, 0, 128, 0, 0, 0, 60, 60), + (7696, 422, 139, 0, 128, 0, 0, 0, 30, 30), + (7697, 723, 139, 0, 128, 0, 0, 0, 75, 75), + (7698, 773, 139, 0, 128, 0, 0, 0, 40, 40), + (7699, 804, 139, 0, 128, 0, 0, 0, 40, 40), + (7700, 919, 139, 0, 0, 0, 0, 0, 0, 0), + (7701, 1002, 139, 0, 0, 0, 0, 0, 0, 0), + (7702, 1100, 139, 0, 128, 0, 0, 0, 75, 75), + (7703, 1101, 139, 0, 128, 0, 0, 0, 75, 75), + (7704, 1116, 139, 0, 128, 0, 0, 0, 25, 25), + (7705, 1265, 139, 0, 128, 0, 0, 0, 75, 75), + (7706, 1337, 139, 0, 128, 0, 0, 0, 50, 50), + (7707, 1500, 139, 0, 128, 0, 0, 0, 50, 50), + (7708, 1923, 139, 0, 128, 0, 0, 0, 40, 40), + (7709, 1993, 139, 0, 128, 0, 0, 0, 30, 30), + (7710, 2011, 139, 0, 128, 0, 0, 0, 30, 30), + (7711, 2086, 139, 0, 128, 0, 0, 0, 60, 60), + (7712, 2126, 139, 0, 0, 1830, 0, 0, 0, 0), + (7713, 2202, 139, 0, 128, 0, 0, 0, 60, 60), + (7714, 2226, 139, 0, 0, 0, 0, 0, 0, 0), + (7715, 2405, 139, 0, 0, 0, 0, 0, 0, 0), + (7716, 2436, 139, 0, 128, 0, 0, 0, 60, 60), + (7717, 2460, 139, 0, 128, 0, 1800, 1000, 70, 70), + (7718, 2670, 139, 0, 128, 0, 0, 0, 60, 60), + (7719, 2904, 139, 0, 0, 0, 0, 0, 0, 0), + (7720, 3026, 139, 0, 128, 0, 0, 0, 60, 60), + (7721, 3048, 139, 0, 128, 0, 0, 0, 54, 54), + (7722, 3136, 139, 0, 128, 0, 0, 0, 30, 30), + (7723, 3341, 139, 0, 0, 0, 0, 0, 0, 0), + (7724, 3681, 139, 0, 128, 0, 0, 0, 20, 20), + (7725, 3693, 139, 0, 128, 0, 0, 0, 40, 40), + (7726, 3740, 139, 0, 128, 0, 0, 0, 23, 23), + (7727, 4097, 139, 0, 128, 0, 0, 0, 60, 60), + (7728, 4358, 139, 0, 0, 0, 0, 0, 0, 0), + (7729, 248, 140, 0, 0, 0, 0, 0, 0, 0), + (7730, 468, 140, 0, 128, 339, 0, 0, 14, 14), + (7731, 651, 140, 0, 128, 0, 0, 0, 40, 40), + (7732, 706, 140, 330, 0, 518, 0, 0, 3, 6), + (7733, 766, 140, 0, 128, 0, 0, 0, 20, 20), + (7734, 884, 140, 0, 128, 0, 0, 0, 40, 40), + (7735, 1377, 140, 0, 128, 985, 0, 0, 8, 8), + (7736, 1378, 140, 0, 128, 986, 0, 0, 14, 14), + (7737, 1441, 140, 0, 128, 0, 0, 0, 20, 20), + (7738, 1513, 140, 330, 0, 0, 0, 0, 3, 6), + (7739, 1535, 140, 0, 128, 0, 0, 0, 11, 13), + (7740, 2181, 140, 0, 128, 0, 0, 0, 30, 30), + (7741, 2227, 140, 0, 128, 0, 0, 0, 30, 30), + (7742, 2306, 140, 0, 0, 0, 0, 0, 0, 0), + (7743, 2995, 140, 5400, 0, 2558, 0, 0, 17, 18), + (7744, 3013, 140, 330, 0, 2612, 0, 0, 3, 9), + (7745, 3016, 140, 330, 0, 2630, 0, 0, 3, 9), + (7746, 3017, 140, 330, 0, 2635, 0, 0, 11, 15), + (7747, 3022, 140, 330, 0, 2648, 0, 0, 3, 9), + (7748, 3023, 140, 330, 0, 2654, 0, 0, 11, 15), + (7749, 3033, 140, 330, 0, 2678, 0, 0, 11, 15), + (7750, 3034, 140, 330, 0, 2683, 0, 0, 8, 10), + (7751, 3042, 140, 4800, 0, 2699, 0, 0, 15, 16), + (7752, 3220, 140, 0, 128, 2844, 0, 0, 15, 17), + (7753, 3221, 140, 0, 128, 2848, 0, 0, 3, 5), + (7754, 3222, 140, 0, 128, 2858, 0, 0, 7, 9), + (7755, 3721, 140, 330, 2, 3295, 0, 0, 1, 5), + (7756, 3793, 140, 0, 128, 0, 0, 0, 6, 6), + (7757, 3811, 140, 0, 128, 0, 0, 0, 6, 6), + (7758, 3899, 140, 3960, 0, 3464, 0, 0, 11, 13), + (7759, 3935, 140, 0, 128, 0, 0, 0, 30, 30), + (7760, 3936, 140, 0, 128, 0, 0, 0, 30, 30), + (7761, 3937, 140, 0, 128, 0, 0, 0, 30, 30), + (7762, 3938, 140, 0, 128, 0, 0, 0, 30, 30), + (7763, 3939, 140, 330, 0, 3530, 0, 0, 4, 6), + (7764, 4006, 140, 0, 0, 0, 0, 0, 0, 0), + (7765, 4290, 140, 330, 0, 4076, 0, 0, 16, 16), + (7766, 4306, 140, 330, 0, 4085, 0, 0, 3, 5), + (7767, 697, 141, 0, 128, 511, 0, 0, 11, 13), + (7768, 706, 141, 330, 2, 519, 0, 0, 8, 10), + (7769, 1535, 141, 0, 128, 0, 0, 0, 10, 12), + (7770, 2009, 141, 28800, 0, 1717, 0, 0, 11, 13), + (7771, 2373, 141, 0, 128, 2025, 0, 0, 18, 20), + (7772, 3004, 141, 330, 0, 2586, 0, 0, 21, 23), + (7773, 3009, 141, 330, 0, 2604, 0, 0, 21, 23), + (7774, 3012, 141, 330, 0, 0, 0, 0, 16, 18), + (7775, 3013, 141, 330, 0, 2613, 0, 0, 8, 10), + (7776, 3016, 141, 330, 0, 2631, 0, 0, 8, 10), + (7777, 3017, 141, 330, 0, 2636, 0, 0, 11, 17), + (7778, 3022, 141, 330, 0, 2649, 0, 0, 8, 10), + (7779, 3023, 141, 330, 0, 2655, 0, 0, 11, 17), + (7780, 3028, 141, 4200, 0, 0, 0, 0, 20, 21), + (7781, 3032, 141, 330, 0, 2671, 0, 0, 21, 23), + (7782, 3033, 141, 330, 0, 2679, 0, 0, 11, 17), + (7783, 3220, 141, 0, 128, 2845, 0, 0, 14, 16), + (7784, 3222, 141, 0, 128, 2859, 0, 0, 6, 8), + (7785, 3545, 141, 330, 0, 3124, 0, 0, 11, 14), + (7786, 3721, 141, 330, 2, 3296, 0, 0, 6, 8), + (7787, 3992, 141, 0, 0, 0, 0, 0, 0, 0), + (7788, 259, 142, 11880, 0, 190, 0, 0, 17, 18), + (7789, 1825, 142, 330, 2, 1586, 0, 0, 8, 11), + (7790, 2306, 142, 0, 0, 0, 0, 0, 0, 0), + (7791, 3004, 142, 330, 0, 2587, 0, 0, 21, 23), + (7792, 3009, 142, 330, 0, 2605, 0, 0, 21, 23), + (7793, 3017, 142, 330, 0, 2637, 0, 0, 14, 18), + (7794, 3023, 142, 330, 0, 2656, 0, 0, 14, 18), + (7795, 3032, 142, 330, 0, 2672, 0, 0, 21, 23), + (7796, 3033, 142, 330, 0, 2680, 0, 0, 14, 18), + (7797, 3363, 142, 330, 0, 2962, 0, 0, 12, 15), + (7798, 3761, 142, 330, 0, 3349, 0, 0, 15, 18), + (7799, 3992, 142, 0, 0, 0, 0, 0, 0, 0), + (7800, 103, 143, 330, 0, 64, 0, 0, 3, 10), + (7801, 107, 143, 330, 0, 74, 0, 0, 3, 10), + (7802, 525, 143, 330, 0, 390, 0, 0, 21, 23), + (7803, 590, 143, 10800, 0, 4390, 0, 0, 12, 12), + (7804, 663, 143, 330, 0, 491, 0, 0, 9, 11), + (7805, 790, 143, 330, 0, 573, 0, 0, 9, 12), + (7806, 791, 143, 330, 0, 577, 0, 0, 21, 23), + (7807, 794, 143, 0, 128, 579, 0, 0, 8, 10), + (7808, 1808, 143, 330, 0, 1579, 0, 0, 11, 18), + (7809, 2673, 143, 0, 128, 2299, 0, 0, 3, 5), + (7810, 2674, 143, 330, 0, 2300, 0, 0, 14, 16), + (7811, 2897, 143, 0, 128, 4378, 0, 0, 58, 58), + (7812, 2916, 143, 86400, 0, 4392, 0, 0, 22, 23), + (7813, 2965, 143, 330, 0, 2529, 0, 0, 21, 23), + (7814, 2986, 143, 330, 0, 2548, 0, 0, 11, 18), + (7815, 3143, 143, 330, 0, 2780, 0, 0, 2, 6), + (7816, 3300, 143, 330, 0, 2917, 0, 0, 11, 13), + (7817, 3500, 143, 14400, 0, 3083, 0, 0, 19, 21), + (7818, 3682, 143, 0, 128, 0, 0, 0, 18, 20), + (7819, 3753, 143, 0, 128, 3341, 0, 0, 13, 15), + (7820, 3992, 143, 0, 0, 0, 0, 0, 0, 0), + (7821, 4226, 143, 330, 0, 4015, 0, 0, 11, 18), + (7822, 4477, 143, 330, 0, 4336, 0, 0, 3, 10), + (7823, 4511, 143, 3960, 0, 4391, 0, 0, 15, 16), + (7824, 248, 144, 0, 0, 0, 0, 0, 0, 0), + (7825, 304, 144, 0, 128, 0, 0, 0, 75, 75), + (7826, 305, 144, 0, 0, 0, 0, 0, 0, 0), + (7827, 426, 144, 0, 128, 0, 0, 0, 62, 64), + (7828, 912, 144, 0, 128, 0, 0, 0, 25, 25), + (7829, 929, 144, 0, 128, 0, 0, 0, 68, 68), + (7830, 1167, 144, 0, 128, 0, 0, 0, 62, 64), + (7831, 1330, 144, 0, 128, 0, 0, 0, 60, 60), + (7832, 1363, 144, 0, 128, 0, 0, 0, 40, 40), + (7833, 1369, 144, 0, 128, 0, 0, 0, 40, 40), + (7834, 1447, 144, 0, 128, 0, 0, 0, 75, 75), + (7835, 1777, 144, 0, 128, 0, 0, 0, 68, 68), + (7836, 1910, 144, 0, 0, 0, 0, 0, 0, 0), + (7837, 2200, 144, 0, 128, 0, 0, 0, 62, 64), + (7838, 2304, 144, 0, 128, 0, 0, 0, 68, 68), + (7839, 2305, 144, 0, 128, 0, 0, 0, 62, 64), + (7840, 2460, 144, 0, 128, 0, 1800, 1000, 70, 70), + (7841, 2462, 144, 0, 128, 0, 800, 0, 56, 56), + (7842, 2468, 144, 0, 128, 0, 0, 0, 30, 30), + (7843, 2635, 144, 0, 128, 0, 0, 0, 20, 20), + (7844, 2645, 144, 0, 128, 0, 0, 0, 30, 30), + (7845, 2646, 144, 0, 128, 0, 0, 0, 30, 30), + (7846, 2820, 144, 0, 128, 0, 0, 0, 30, 30), + (7847, 2981, 144, 0, 128, 0, 0, 0, 75, 75), + (7848, 2983, 144, 0, 128, 0, 0, 0, 75, 75), + (7849, 3064, 144, 0, 128, 0, 0, 0, 75, 75), + (7850, 3065, 144, 0, 128, 0, 0, 0, 60, 60), + (7851, 3066, 144, 0, 128, 0, 0, 0, 60, 60), + (7852, 3067, 144, 0, 128, 0, 0, 0, 60, 60), + (7853, 3068, 144, 0, 128, 0, 0, 0, 60, 60), + (7854, 3157, 144, 0, 128, 0, 0, 0, 75, 75), + (7855, 3196, 144, 0, 128, 0, 0, 0, 40, 40), + (7856, 3282, 144, 0, 128, 0, 0, 0, 40, 40), + (7857, 3325, 144, 0, 128, 0, 0, 0, 75, 75), + (7858, 3491, 144, 0, 128, 0, 0, 0, 68, 68), + (7859, 3536, 144, 0, 128, 0, 0, 0, 23, 23), + (7860, 3847, 144, 0, 128, 0, 0, 0, 75, 75), + (7861, 3894, 144, 0, 0, 0, 0, 0, 0, 0), + (7862, 3920, 144, 0, 128, 0, 0, 0, 50, 50), + (7863, 3927, 144, 0, 128, 0, 0, 0, 75, 75), + (7864, 3928, 144, 0, 128, 0, 0, 0, 75, 75), + (7865, 3929, 144, 0, 128, 0, 0, 0, 75, 75), + (7866, 3930, 144, 0, 128, 0, 0, 0, 75, 75), + (7867, 4479, 144, 0, 128, 0, 0, 0, 62, 64), + (7868, 4521, 144, 0, 128, 0, 0, 0, 62, 64), + (7869, 1036, 145, 330, 0, 732, 0, 0, 11, 13), + (7870, 1047, 145, 330, 0, 751, 0, 0, 3, 5), + (7871, 1159, 145, 330, 0, 828, 0, 0, 10, 12), + (7872, 1277, 145, 1200, 0, 916, 0, 0, 16, 16), + (7873, 1535, 145, 330, 0, 1133, 0, 0, 9, 11), + (7874, 1543, 145, 330, 0, 1139, 0, 0, 2, 5), + (7875, 1544, 145, 330, 0, 1140, 0, 0, 2, 5), + (7876, 1988, 145, 330, 128, 1704, 0, 0, 16, 17), + (7877, 2170, 145, 7200, 128, 1867, 0, 0, 13, 13), + (7878, 2373, 145, 0, 128, 2026, 0, 0, 18, 20), + (7879, 3220, 145, 0, 128, 2846, 0, 0, 13, 15), + (7880, 3221, 145, 0, 128, 2849, 0, 0, 3, 5), + (7881, 3222, 145, 0, 128, 2860, 0, 0, 8, 10), + (7882, 3992, 145, 0, 0, 0, 0, 0, 0, 0), + (7883, 4113, 145, 0, 128, 0, 0, 0, 45, 45), + (7884, 4267, 145, 0, 128, 4038, 0, 0, 21, 22), + (7885, 4405, 145, 330, 0, 4219, 0, 0, 3, 10), + (7886, 4426, 145, 330, 0, 4248, 0, 0, 3, 10), + (7887, 4432, 145, 330, 0, 4265, 0, 0, 11, 18), + (7888, 4439, 145, 330, 0, 4276, 0, 0, 11, 18), + (7889, 4440, 145, 0, 0, 4276, 0, 0, 0, 0), + (7890, 4441, 145, 330, 0, 4280, 0, 0, 11, 18), + (7891, 4444, 145, 660, 0, 4287, 0, 0, 21, 23), + (7892, 4448, 145, 330, 0, 4301, 0, 0, 3, 10), + (7893, 4454, 145, 0, 128, 0, 0, 0, 4, 6), + (7894, 4456, 145, 660, 0, 4312, 0, 0, 21, 23), + (7895, 4459, 145, 792, 0, 4317, 0, 0, 21, 23), + (7896, 4502, 145, 1200, 0, 4345, 0, 0, 16, 16), + (7897, 15, 146, 0, 0, 0, 0, 0, 0, 0), + (7898, 248, 146, 0, 0, 0, 0, 0, 0, 0), + (7899, 425, 146, 0, 128, 0, 0, 0, 30, 30), + (7900, 435, 146, 0, 128, 0, 0, 0, 25, 25), + (7901, 588, 146, 0, 0, 0, 0, 0, 0, 0), + (7902, 684, 146, 0, 0, 0, 0, 0, 0, 0), + (7903, 874, 146, 0, 0, 0, 0, 0, 0, 0), + (7904, 1078, 146, 0, 128, 0, 0, 0, 40, 41), + (7905, 1121, 146, 0, 128, 0, 0, 0, 50, 50), + (7906, 1149, 146, 0, 128, 0, 0, 0, 45, 45), + (7907, 1532, 146, 0, 128, 0, 0, 0, 75, 75), + (7908, 1601, 146, 0, 0, 0, 0, 0, 0, 0), + (7909, 1602, 146, 0, 128, 0, 0, 0, 75, 75), + (7910, 1747, 146, 0, 128, 0, 0, 0, 75, 75), + (7911, 1748, 146, 0, 128, 0, 0, 0, 75, 75), + (7912, 2171, 146, 0, 0, 0, 0, 0, 0, 0), + (7913, 2258, 146, 0, 128, 0, 0, 0, 75, 75), + (7914, 2259, 146, 0, 128, 0, 0, 0, 75, 75), + (7915, 2260, 146, 0, 128, 0, 0, 0, 75, 75), + (7916, 2261, 146, 0, 128, 0, 0, 0, 75, 75), + (7917, 2376, 146, 0, 128, 0, 0, 0, 50, 50), + (7918, 2460, 146, 0, 128, 0, 1800, 1000, 70, 70), + (7919, 2461, 146, 0, 128, 0, 700, 0, 56, 56), + (7920, 2467, 146, 0, 128, 0, 0, 0, 60, 60), + (7921, 2605, 146, 0, 128, 0, 0, 0, 50, 50), + (7922, 2787, 146, 0, 128, 0, 0, 0, 40, 40), + (7923, 2788, 146, 0, 128, 0, 0, 0, 40, 40), + (7924, 2789, 146, 0, 128, 0, 0, 0, 40, 40), + (7925, 2822, 146, 0, 128, 0, 0, 0, 30, 30), + (7926, 2823, 146, 0, 128, 0, 0, 0, 30, 30), + (7927, 2927, 146, 0, 0, 0, 0, 0, 0, 0), + (7928, 2989, 146, 0, 128, 0, 0, 0, 40, 40), + (7929, 2990, 146, 0, 128, 0, 0, 0, 40, 40), + (7930, 3116, 146, 0, 128, 0, 0, 0, 20, 20), + (7931, 3132, 146, 0, 128, 0, 0, 0, 20, 20), + (7932, 3214, 146, 0, 128, 0, 0, 0, 20, 20), + (7933, 3283, 146, 0, 128, 0, 0, 0, 75, 75), + (7934, 3285, 146, 0, 128, 2910, 0, 0, 75, 75), + (7935, 3515, 146, 0, 128, 0, 0, 0, 23, 23), + (7936, 3675, 146, 0, 128, 0, 0, 0, 50, 50), + (7937, 4077, 146, 0, 128, 0, 0, 0, 75, 75), + (7938, 4254, 146, 0, 0, 0, 0, 0, 0, 0), + (7939, 4385, 146, 0, 128, 0, 39000, 0, 75, 75), + (7940, 4453, 146, 0, 128, 0, 0, 0, 52, 52), + (7941, 4454, 146, 0, 128, 0, 0, 0, 52, 52), + (7942, 4474, 146, 0, 0, 0, 0, 0, 0, 0), + (7943, 4526, 146, 0, 0, 0, 0, 0, 0, 0), + (7944, 125, 147, 1056, 0, 95, 0, 0, 62, 66), + (7945, 305, 147, 0, 0, 0, 0, 0, 0, 0), + (7946, 417, 147, 1056, 0, 299, 0, 0, 37, 39), + (7947, 427, 147, 10800, 0, 0, 0, 0, 25, 25), + (7948, 525, 147, 330, 0, 391, 0, 0, 24, 28), + (7949, 538, 147, 1056, 0, 402, 0, 0, 32, 36), + (7950, 539, 147, 1056, 0, 403, 0, 0, 39, 41), + (7951, 659, 147, 1056, 0, 487, 0, 0, 22, 25), + (7952, 696, 147, 330, 0, 510, 0, 0, 28, 30), + (7953, 791, 147, 330, 0, 576, 0, 0, 22, 27), + (7954, 896, 147, 0, 0, 0, 0, 0, 0, 0), + (7955, 907, 147, 1056, 0, 635, 0, 0, 63, 67), + (7956, 928, 147, 5940, 0, 4394, 0, 0, 30, 30), + (7957, 1023, 147, 900, 0, 4371, 0, 0, 45, 45), + (7958, 1192, 147, 1056, 0, 851, 0, 0, 42, 46), + (7959, 1207, 147, 1056, 0, 862, 0, 0, 45, 49), + (7960, 1472, 147, 1056, 0, 1085, 0, 0, 35, 39), + (7961, 1482, 147, 14400, 0, 0, 0, 0, 47, 48), + (7962, 1509, 147, 11880, 0, 4395, 0, 0, 30, 30), + (7963, 1624, 147, 1056, 0, 1190, 0, 0, 38, 40), + (7964, 1753, 147, 1056, 0, 1517, 0, 0, 54, 58), + (7965, 1778, 147, 990, 0, 4370, 0, 0, 41, 42), + (7966, 2102, 147, 1056, 0, 0, 0, 0, 43, 47), + (7967, 2373, 147, 1056, 0, 2027, 0, 0, 20, 23), + (7968, 2377, 147, 1056, 0, 2030, 0, 0, 35, 38), + (7969, 2486, 147, 0, 128, 0, 0, 0, 43, 45), + (7970, 2664, 147, 0, 128, 2276, 0, 0, 65, 69), + (7971, 2795, 147, 1056, 0, 2409, 0, 0, 53, 57), + (7972, 2837, 147, 0, 128, 2425, 0, 0, 43, 45), + (7973, 2965, 147, 330, 0, 2530, 0, 0, 22, 26), + (7974, 2987, 147, 330, 0, 2550, 0, 0, 28, 30), + (7975, 3156, 147, 1056, 0, 0, 0, 0, 64, 68), + (7976, 3463, 147, 1056, 0, 3054, 0, 0, 65, 69), + (7977, 3628, 147, 1056, 0, 3205, 0, 0, 33, 37), + (7978, 3731, 147, 1056, 0, 3303, 0, 0, 44, 48), + (7979, 3769, 147, 1056, 0, 0, 0, 0, 52, 56), + (7980, 3912, 147, 1056, 4, 3512, 0, 0, 47, 49), + (7981, 3974, 147, 1056, 0, 3563, 0, 0, 55, 59), + (7982, 3992, 147, 0, 0, 0, 0, 0, 0, 0), + (7983, 4309, 147, 1056, 4, 4107, 0, 0, 47, 49), + (7984, 4498, 147, 0, 0, 0, 0, 0, 0, 0), + (7985, 4506, 147, 1056, 0, 4351, 0, 0, 34, 38), + (7986, 4522, 147, 7200, 0, 0, 0, 0, 36, 38), + (7987, 46, 148, 1500, 0, 26, 0, 0, 72, 74), + (7988, 125, 148, 1056, 0, 96, 0, 0, 69, 72), + (7989, 907, 148, 1056, 0, 635, 0, 0, 69, 72), + (7990, 1022, 148, 0, 128, 0, 0, 0, 72, 75), + (7991, 1034, 148, 86400, 0, 729, 0, 0, 75, 75), + (7992, 2017, 148, 0, 128, 0, 0, 0, 72, 75), + (7993, 2199, 148, 0, 128, 0, 0, 0, 72, 75), + (7994, 2780, 148, 0, 128, 0, 0, 0, 72, 75), + (7995, 2915, 148, 0, 128, 0, 0, 0, 72, 75), + (7996, 3156, 148, 1056, 0, 2803, 0, 0, 69, 72), + (7997, 3410, 148, 1320, 0, 3011, 0, 0, 72, 74), + (7998, 3463, 148, 1056, 0, 3055, 0, 0, 69, 72), + (7999, 3716, 148, 0, 128, 0, 0, 0, 72, 75), + (8000, 4494, 148, 604800, 0, 4383, 0, 0, 85, 85), + (8001, 340, 149, 0, 128, 0, 0, 0, 43, 43), + (8002, 419, 149, 0, 128, 0, 0, 0, 55, 55), + (8003, 475, 149, 900, 0, 346, 0, 0, 45, 47), + (8004, 924, 149, 792, 0, 648, 0, 0, 20, 23), + (8005, 925, 149, 792, 0, 649, 0, 0, 33, 36), + (8006, 926, 149, 792, 0, 650, 0, 0, 20, 23), + (8007, 927, 149, 792, 0, 651, 0, 0, 30, 33), + (8008, 964, 149, 0, 128, 0, 0, 0, 53, 53), + (8009, 1046, 149, 1800, 0, 750, 0, 0, 71, 71), + (8010, 1323, 149, 0, 128, 942, 0, 0, 22, 24), + (8011, 1478, 149, 0, 128, 1089, 0, 0, 45, 45), + (8012, 1486, 149, 1056, 0, 1096, 0, 0, 34, 37), + (8013, 1624, 149, 0, 128, 1191, 0, 0, 38, 40), + (8014, 1807, 149, 0, 128, 1573, 0, 0, 30, 32), + (8015, 1903, 149, 10800, 0, 1644, 0, 0, 26, 28), + (8016, 1930, 149, 0, 128, 0, 0, 0, 40, 40), + (8017, 2741, 149, 1056, 0, 2349, 0, 0, 37, 39), + (8018, 2958, 149, 0, 128, 2521, 0, 0, 45, 47), + (8019, 2980, 149, 0, 128, 2542, 0, 0, 62, 62), + (8020, 2996, 149, 792, 0, 2561, 0, 0, 33, 37), + (8021, 2997, 149, 1056, 0, 2566, 0, 0, 42, 46), + (8022, 2998, 149, 1056, 0, 2573, 0, 0, 35, 39), + (8023, 3000, 149, 1056, 0, 2578, 0, 0, 64, 68), + (8024, 3004, 149, 792, 0, 2588, 0, 0, 23, 27), + (8025, 3006, 149, 1056, 0, 2593, 0, 0, 65, 69), + (8026, 3007, 149, 1056, 0, 2596, 0, 0, 63, 67), + (8027, 3008, 149, 1056, 0, 2599, 0, 0, 62, 66), + (8028, 3009, 149, 792, 0, 2606, 0, 0, 22, 26), + (8029, 3011, 149, 924, 0, 2607, 0, 0, 39, 42), + (8030, 3014, 149, 1056, 0, 2616, 0, 0, 43, 47), + (8031, 3015, 149, 1056, 0, 2623, 0, 0, 44, 48), + (8032, 3020, 149, 792, 0, 2642, 0, 0, 32, 36), + (8033, 3024, 149, 792, 0, 2659, 0, 0, 34, 38), + (8034, 3029, 149, 1056, 0, 2661, 0, 0, 53, 57), + (8035, 3032, 149, 792, 0, 2673, 0, 0, 24, 28), + (8036, 3039, 149, 1056, 0, 2688, 0, 0, 45, 49), + (8037, 3041, 149, 1056, 0, 2696, 0, 0, 52, 56), + (8038, 3043, 149, 1056, 0, 2700, 0, 0, 55, 59), + (8039, 3046, 149, 1056, 0, 2708, 0, 0, 54, 58), + (8040, 3048, 149, 0, 128, 0, 0, 0, 26, 28), + (8041, 3162, 149, 14400, 0, 2806, 0, 0, 39, 40), + (8042, 3233, 149, 600, 0, 2879, 0, 0, 45, 45), + (8043, 3765, 149, 21600, 0, 3352, 0, 0, 33, 34), + (8044, 3902, 149, 0, 128, 3476, 0, 0, 60, 60), + (8045, 3912, 149, 1056, 4, 3513, 0, 0, 47, 49), + (8046, 3919, 149, 5400, 0, 3524, 0, 0, 31, 32), + (8047, 3992, 149, 0, 0, 0, 0, 0, 0, 0), + (8048, 4297, 149, 780, 0, 4080, 0, 0, 29, 32), + (8049, 4309, 149, 1056, 4, 4108, 0, 0, 47, 49), + (8050, 4357, 149, 792, 2, 4170, 0, 0, 25, 28), + (8051, 4370, 149, 792, 2, 4181, 0, 0, 20, 23), + (8052, 555, 150, 0, 128, 0, 0, 0, 63, 63), + (8053, 719, 150, 0, 128, 0, 0, 0, 69, 75), + (8054, 1814, 150, 0, 128, 0, 0, 0, 69, 75), + (8055, 2664, 150, 0, 128, 2277, 0, 0, 65, 72), + (8056, 2997, 150, 1056, 0, 2567, 0, 0, 42, 46), + (8057, 3000, 150, 1056, 0, 2579, 0, 0, 64, 72), + (8058, 3006, 150, 1056, 0, 2594, 0, 0, 65, 72), + (8059, 3007, 150, 1056, 0, 2597, 0, 0, 63, 72), + (8060, 3008, 150, 1056, 0, 2600, 0, 0, 62, 72), + (8061, 3014, 150, 1056, 0, 2617, 0, 0, 43, 47), + (8062, 3015, 150, 1056, 0, 2624, 0, 0, 44, 48), + (8063, 3019, 150, 1320, 0, 2639, 0, 0, 69, 70), + (8064, 3027, 150, 86400, 0, 2660, 0, 0, 75, 75), + (8065, 3029, 150, 1056, 0, 2662, 0, 0, 53, 57), + (8066, 3031, 150, 1056, 0, 2668, 0, 0, 70, 72), + (8067, 3039, 150, 1056, 0, 2689, 0, 0, 45, 49), + (8068, 3041, 150, 1056, 0, 2697, 0, 0, 52, 56), + (8069, 3043, 150, 1056, 0, 2701, 0, 0, 55, 59), + (8070, 3044, 150, 1320, 0, 2705, 0, 0, 72, 74), + (8071, 3046, 150, 1056, 0, 2709, 0, 0, 54, 58), + (8072, 3075, 150, 604800, 0, 2728, 0, 0, 85, 85), + (8073, 3362, 150, 0, 128, 0, 0, 0, 69, 75), + (8074, 3552, 150, 0, 128, 0, 0, 0, 69, 75), + (8075, 3588, 150, 0, 128, 0, 0, 0, 69, 75), + (8076, 3618, 150, 0, 128, 0, 0, 0, 69, 75), + (8077, 75, 151, 0, 0, 0, 0, 0, 0, 0), + (8078, 355, 151, 792, 0, 251, 0, 0, 18, 21), + (8079, 582, 151, 792, 0, 431, 0, 0, 29, 31), + (8080, 872, 151, 792, 0, 619, 0, 0, 29, 31), + (8081, 1160, 151, 990, 4, 831, 0, 0, 47, 49), + (8082, 1341, 151, 990, 4, 958, 0, 0, 47, 49), + (8083, 2016, 151, 0, 128, 1721, 0, 0, 63, 63), + (8084, 2226, 151, 0, 0, 0, 0, 0, 0, 0), + (8085, 2405, 151, 0, 0, 0, 0, 0, 0, 0), + (8086, 2602, 151, 792, 0, 2235, 0, 0, 29, 31), + (8087, 2607, 151, 1056, 0, 2238, 0, 0, 35, 36), + (8088, 2664, 151, 0, 128, 2278, 0, 0, 65, 69), + (8089, 2737, 151, 3600, 0, 2343, 0, 0, 30, 30), + (8090, 2904, 151, 0, 0, 0, 0, 0, 0, 0), + (8091, 2944, 151, 0, 128, 2509, 0, 0, 52, 52), + (8092, 2987, 151, 990, 0, 2551, 0, 0, 38, 40), + (8093, 3298, 151, 1056, 0, 2916, 0, 0, 35, 36), + (8094, 3858, 151, 0, 0, 0, 0, 0, 0, 0), + (8095, 3992, 151, 0, 0, 0, 0, 0, 0, 0), + (8096, 4072, 151, 604800, 0, 3645, 0, 0, 85, 85), + (8097, 4402, 151, 3600, 0, 4209, 0, 0, 43, 43), + (8098, 4404, 151, 990, 0, 4213, 0, 0, 53, 59), + (8099, 4407, 151, 990, 0, 4220, 0, 0, 64, 72), + (8100, 4408, 151, 86400, 0, 4221, 0, 0, 75, 75), + (8101, 4410, 151, 990, 0, 4224, 0, 0, 53, 57), + (8102, 4412, 151, 990, 0, 4387, 0, 0, 63, 67), + (8103, 4413, 151, 990, 0, 4228, 0, 0, 43, 47), + (8104, 4416, 151, 792, 0, 4233, 0, 0, 33, 37), + (8105, 4418, 151, 990, 0, 4386, 0, 0, 62, 66), + (8106, 4423, 151, 792, 0, 4239, 0, 0, 32, 36), + (8107, 4425, 151, 1440, 0, 4244, 0, 0, 72, 74), + (8108, 4427, 151, 990, 0, 4250, 0, 0, 54, 58), + (8109, 4428, 151, 792, 0, 4254, 0, 0, 35, 39), + (8110, 4431, 151, 990, 0, 4258, 0, 0, 42, 48), + (8111, 4434, 151, 0, 128, 4268, 0, 0, 75, 75), + (8112, 4437, 151, 792, 0, 4271, 0, 0, 34, 38), + (8113, 4438, 151, 990, 0, 4385, 0, 0, 45, 48), + (8114, 4442, 151, 990, 0, 4283, 0, 0, 65, 69), + (8115, 4444, 151, 792, 0, 4288, 0, 0, 24, 28), + (8116, 4445, 151, 990, 0, 4290, 0, 0, 45, 49), + (8117, 4450, 151, 990, 0, 4304, 0, 0, 51, 56), + (8118, 4453, 151, 0, 128, 0, 0, 0, 60, 60), + (8119, 4454, 151, 0, 128, 0, 0, 0, 25, 29), + (8120, 4455, 151, 1584, 0, 4307, 0, 0, 72, 74), + (8121, 4456, 151, 792, 0, 4313, 0, 0, 23, 27), + (8122, 4459, 151, 792, 0, 4318, 0, 0, 22, 26), + (8123, 4461, 151, 990, 0, 4321, 0, 0, 42, 46), + (8124, 75, 152, 0, 0, 0, 0, 0, 0, 0), + (8125, 1145, 152, 0, 0, 0, 0, 0, 0, 0), + (8126, 1320, 152, 0, 0, 0, 0, 0, 0, 0), + (8127, 1762, 152, 0, 0, 0, 0, 0, 0, 0), + (8128, 2205, 152, 0, 0, 0, 0, 0, 0, 0), + (8129, 2309, 152, 0, 0, 0, 0, 0, 0, 0), + (8130, 3175, 152, 0, 0, 0, 0, 0, 0, 0), + (8131, 4072, 152, 0, 0, 0, 0, 0, 0, 0), + (8132, 4408, 152, 0, 128, 0, 0, 0, 75, 75), + (8133, 4425, 152, 0, 0, 0, 0, 0, 0, 0), + (8134, 4453, 152, 0, 128, 0, 0, 0, 60, 60), + (8135, 4454, 152, 0, 128, 0, 0, 0, 60, 60), + (8136, 4455, 152, 0, 0, 0, 0, 0, 0, 0), + (8137, 60, 153, 0, 128, 0, 0, 0, 65, 66), + (8138, 123, 153, 86400, 0, 0, 0, 0, 78, 80), + (8139, 206, 153, 7620, 0, 156, 0, 0, 69, 71), + (8140, 343, 153, 1056, 0, 243, 0, 0, 60, 63), + (8141, 344, 153, 1056, 0, 244, 0, 0, 75, 78), + (8142, 386, 153, 0, 128, 0, 0, 0, 76, 82), + (8143, 469, 153, 1056, 0, 340, 0, 0, 75, 78), + (8144, 514, 153, 0, 128, 379, 0, 0, 65, 67), + (8145, 515, 153, 1056, 0, 382, 0, 0, 74, 77), + (8146, 920, 153, 1056, 0, 645, 0, 0, 75, 78), + (8147, 937, 153, 1056, 0, 658, 0, 0, 60, 63), + (8148, 976, 153, 0, 128, 684, 0, 0, 65, 72), + (8149, 978, 153, 1056, 0, 687, 0, 0, 75, 78), + (8150, 1191, 153, 1056, 0, 0, 0, 0, 74, 77), + (8151, 1201, 153, 10800, 0, 858, 0, 0, 65, 66), + (8152, 2272, 153, 1056, 0, 1946, 0, 0, 62, 67), + (8153, 2282, 153, 1056, 0, 1955, 0, 0, 72, 75), + (8154, 2393, 153, 18000, 0, 0, 0, 0, 79, 81), + (8155, 2664, 153, 0, 128, 2279, 0, 0, 62, 66), + (8156, 2745, 153, 1056, 0, 2352, 0, 0, 67, 70), + (8157, 2754, 153, 1056, 0, 2361, 0, 0, 62, 66), + (8158, 2762, 153, 1056, 0, 2366, 0, 0, 62, 68), + (8159, 2962, 153, 1056, 0, 0, 0, 0, 65, 68), + (8160, 3200, 153, 1056, 0, 2828, 0, 0, 72, 75), + (8161, 3375, 153, 1056, 0, 2982, 0, 0, 62, 66), + (8162, 3496, 153, 0, 128, 3075, 0, 0, 60, 62), + (8163, 3649, 153, 1056, 0, 3226, 0, 0, 72, 74), + (8164, 3768, 153, 1056, 0, 3355, 0, 0, 73, 76), + (8165, 3803, 153, 0, 128, 3395, 0, 0, 60, 62), + (8166, 3912, 153, 1056, 4, 3514, 0, 0, 69, 72), + (8167, 4103, 153, 86400, 0, 3663, 0, 0, 72, 72), + (8168, 4253, 153, 86400, 0, 4384, 0, 0, 85, 85), + (8169, 4309, 153, 1056, 4, 4109, 0, 0, 69, 72), + (8170, 4517, 153, 0, 0, 0, 0, 0, 0, 0), + (8171, 344, 154, 1056, 0, 244, 0, 0, 77, 80), + (8172, 920, 154, 1056, 0, 645, 0, 0, 76, 79), + (8173, 976, 154, 0, 128, 684, 0, 0, 70, 78), + (8174, 978, 154, 1056, 0, 686, 0, 0, 76, 79), + (8175, 1280, 154, 86400, 128, 918, 70000, 0, 88, 90), + (8176, 2226, 154, 0, 0, 0, 0, 0, 0, 0), + (8177, 2405, 154, 0, 0, 0, 0, 0, 0, 0), + (8178, 2840, 154, 0, 128, 2425, 70000, 0, 88, 90), + (8179, 2904, 154, 0, 0, 0, 0, 0, 0, 0), + (8180, 1, 155, 0, 0, 0, 0, 0, 0, 0), + (8181, 7, 155, 0, 0, 0, 0, 0, 0, 0), + (8182, 11, 155, 0, 0, 0, 0, 0, 0, 0), + (8183, 13, 155, 0, 0, 0, 0, 0, 0, 0), + (8184, 18, 155, 0, 0, 0, 0, 0, 0, 0), + (8185, 37, 155, 0, 0, 0, 0, 0, 0, 0), + (8186, 51, 155, 0, 0, 0, 0, 0, 0, 0), + (8187, 84, 155, 0, 0, 0, 0, 0, 0, 0), + (8188, 89, 155, 0, 0, 0, 0, 0, 0, 0), + (8189, 90, 155, 0, 0, 0, 0, 0, 0, 0), + (8190, 91, 155, 0, 0, 0, 0, 0, 0, 0), + (8191, 93, 155, 0, 0, 0, 0, 0, 0, 0), + (8192, 96, 155, 0, 0, 58, 0, 0, 0, 0), + (8193, 126, 155, 0, 0, 0, 0, 0, 0, 0), + (8194, 132, 155, 0, 0, 0, 0, 0, 0, 0), + (8195, 227, 155, 0, 0, 0, 0, 0, 0, 0), + (8196, 260, 155, 0, 0, 0, 0, 0, 0, 0), + (8197, 291, 155, 0, 0, 0, 0, 0, 0, 0), + (8198, 311, 155, 0, 0, 0, 0, 0, 0, 0), + (8199, 312, 155, 0, 0, 0, 0, 0, 0, 0), + (8200, 320, 155, 0, 0, 0, 0, 0, 0, 0), + (8201, 324, 155, 0, 0, 229, 0, 0, 0, 0), + (8202, 381, 155, 0, 0, 0, 0, 0, 0, 0), + (8203, 396, 155, 0, 0, 0, 0, 0, 0, 0), + (8204, 427, 155, 0, 0, 0, 0, 0, 0, 0), + (8205, 502, 155, 0, 0, 0, 0, 0, 0, 0), + (8206, 526, 155, 0, 0, 0, 0, 0, 0, 0), + (8207, 549, 155, 0, 0, 0, 0, 0, 0, 0), + (8208, 616, 155, 0, 0, 0, 0, 0, 0, 0), + (8209, 703, 155, 0, 0, 517, 0, 0, 0, 0), + (8210, 714, 155, 0, 0, 0, 0, 0, 0, 0), + (8211, 725, 155, 0, 0, 0, 0, 0, 0, 0), + (8212, 737, 155, 0, 0, 0, 0, 0, 0, 0), + (8213, 763, 155, 0, 0, 0, 0, 0, 0, 0), + (8214, 775, 155, 0, 0, 0, 0, 0, 0, 0), + (8215, 776, 155, 0, 0, 0, 0, 0, 0, 0), + (8216, 896, 155, 0, 0, 0, 0, 0, 0, 0), + (8217, 903, 155, 0, 0, 0, 0, 0, 0, 0), + (8218, 913, 155, 0, 0, 0, 0, 0, 0, 0), + (8219, 935, 155, 0, 0, 656, 0, 0, 0, 0), + (8220, 953, 155, 0, 0, 669, 0, 0, 0, 0), + (8221, 960, 155, 0, 0, 0, 0, 0, 0, 0), + (8222, 983, 155, 0, 0, 0, 0, 0, 0, 0), + (8223, 987, 155, 0, 0, 0, 0, 0, 0, 0), + (8224, 990, 155, 0, 0, 0, 0, 0, 0, 0), + (8225, 994, 155, 0, 0, 0, 0, 0, 0, 0), + (8226, 996, 155, 0, 0, 0, 0, 0, 0, 0), + (8227, 1023, 155, 0, 0, 0, 0, 0, 0, 0), + (8228, 1055, 155, 0, 0, 0, 0, 0, 0, 0), + (8229, 1056, 155, 0, 0, 754, 0, 0, 0, 0), + (8230, 1094, 155, 0, 0, 783, 0, 0, 0, 0), + (8231, 1141, 155, 0, 0, 0, 0, 0, 0, 0), + (8232, 1143, 155, 0, 0, 0, 0, 0, 0, 0), + (8233, 1172, 155, 0, 0, 0, 0, 0, 0, 0), + (8234, 1198, 155, 0, 0, 0, 0, 0, 0, 0), + (8235, 1262, 155, 0, 0, 0, 0, 0, 0, 0), + (8236, 1279, 155, 0, 0, 0, 0, 0, 0, 0), + (8237, 1321, 155, 0, 0, 0, 0, 0, 0, 0), + (8238, 1324, 155, 0, 0, 0, 0, 0, 0, 0), + (8239, 1325, 155, 0, 0, 0, 0, 0, 0, 0), + (8240, 1333, 155, 0, 0, 0, 0, 0, 0, 0), + (8241, 1349, 155, 0, 0, 0, 0, 0, 0, 0), + (8242, 1408, 155, 0, 0, 0, 0, 0, 0, 0), + (8243, 1574, 155, 0, 0, 0, 0, 0, 0, 0), + (8244, 1681, 155, 0, 0, 0, 0, 0, 0, 0), + (8245, 1752, 155, 0, 0, 0, 0, 0, 0, 0), + (8246, 1779, 155, 0, 0, 0, 0, 0, 0, 0), + (8247, 1780, 155, 0, 0, 0, 0, 0, 0, 0), + (8248, 1875, 155, 0, 0, 0, 0, 0, 0, 0), + (8249, 2043, 155, 0, 0, 0, 0, 0, 0, 0), + (8250, 2078, 155, 0, 0, 0, 0, 0, 0, 0), + (8251, 2100, 155, 0, 0, 0, 0, 0, 0, 0), + (8252, 2126, 155, 0, 0, 0, 0, 0, 0, 0), + (8253, 2127, 155, 0, 0, 0, 0, 0, 0, 0), + (8254, 2137, 155, 0, 0, 0, 0, 0, 0, 0), + (8255, 2179, 155, 0, 0, 0, 0, 0, 0, 0), + (8256, 2180, 155, 0, 0, 0, 0, 0, 0, 0), + (8257, 2198, 155, 0, 0, 1881, 0, 0, 0, 0), + (8258, 2226, 155, 0, 0, 0, 0, 0, 0, 0), + (8259, 2300, 155, 0, 0, 0, 0, 0, 0, 0), + (8260, 2306, 155, 0, 0, 0, 0, 0, 0, 0), + (8261, 2391, 155, 0, 0, 0, 0, 0, 0, 0), + (8262, 2403, 155, 0, 0, 0, 0, 0, 0, 0), + (8263, 2405, 155, 0, 0, 0, 0, 0, 0, 0), + (8264, 2406, 155, 0, 0, 0, 0, 0, 0, 0), + (8265, 2445, 155, 0, 0, 0, 0, 0, 0, 0), + (8266, 2460, 155, 0, 0, 0, 0, 0, 0, 0), + (8267, 2569, 155, 0, 0, 0, 0, 0, 0, 0), + (8268, 2644, 155, 0, 0, 2261, 0, 0, 0, 0), + (8269, 2730, 155, 0, 0, 0, 0, 0, 0, 0), + (8270, 2734, 155, 0, 0, 2336, 0, 0, 0, 0), + (8271, 2776, 155, 0, 0, 0, 0, 0, 0, 0), + (8272, 2799, 155, 0, 0, 0, 0, 0, 0, 0), + (8273, 2839, 155, 0, 0, 0, 0, 0, 0, 0), + (8274, 2909, 155, 0, 0, 0, 0, 0, 0, 0), + (8275, 2946, 155, 0, 0, 0, 0, 0, 0, 0), + (8276, 2949, 155, 0, 0, 0, 0, 0, 0, 0), + (8277, 2950, 155, 0, 0, 0, 0, 0, 0, 0), + (8278, 3003, 155, 0, 0, 2583, 0, 0, 0, 0), + (8279, 3007, 155, 0, 0, 2598, 0, 0, 0, 0), + (8280, 3008, 155, 0, 0, 2601, 0, 0, 0, 0), + (8281, 3021, 155, 0, 0, 2644, 0, 0, 0, 0), + (8282, 3030, 155, 0, 0, 2665, 0, 0, 0, 0), + (8283, 3036, 155, 0, 0, 2685, 0, 0, 0, 0), + (8284, 3045, 155, 0, 0, 2707, 0, 0, 0, 0), + (8285, 3096, 155, 0, 0, 0, 0, 0, 0, 0), + (8286, 3139, 155, 0, 0, 0, 0, 0, 0, 0), + (8287, 3156, 155, 0, 0, 2804, 0, 0, 0, 0), + (8288, 3158, 155, 0, 0, 2804, 0, 0, 0, 0), + (8289, 3176, 155, 0, 0, 0, 0, 0, 0, 0), + (8290, 3184, 155, 0, 0, 0, 0, 0, 0, 0), + (8291, 3186, 155, 0, 0, 0, 0, 0, 0, 0), + (8292, 3239, 155, 0, 0, 0, 0, 0, 0, 0), + (8293, 3243, 155, 0, 0, 0, 0, 0, 0, 0), + (8294, 3293, 155, 0, 0, 0, 0, 0, 0, 0), + (8295, 3310, 155, 0, 0, 0, 0, 0, 0, 0), + (8296, 3312, 155, 0, 0, 0, 0, 0, 0, 0), + (8297, 3366, 155, 0, 0, 0, 0, 0, 0, 0), + (8298, 3391, 155, 0, 0, 0, 0, 0, 0, 0), + (8299, 3405, 155, 0, 0, 0, 0, 0, 0, 0), + (8300, 3495, 155, 0, 0, 0, 0, 0, 0, 0), + (8301, 3509, 155, 0, 0, 0, 0, 0, 0, 0), + (8302, 3510, 155, 0, 0, 0, 0, 0, 0, 0), + (8303, 3511, 155, 0, 0, 0, 0, 0, 0, 0), + (8304, 3562, 155, 0, 0, 0, 0, 0, 0, 0), + (8305, 3563, 155, 0, 0, 3141, 0, 0, 0, 0), + (8306, 3564, 155, 0, 0, 0, 0, 0, 0, 0), + (8307, 3565, 155, 0, 0, 3147, 0, 0, 0, 0), + (8308, 3566, 155, 0, 0, 0, 0, 0, 0, 0), + (8309, 3568, 155, 0, 0, 0, 0, 0, 0, 0), + (8310, 3569, 155, 0, 0, 3169, 0, 0, 0, 0), + (8311, 3570, 155, 0, 0, 0, 0, 0, 0, 0), + (8312, 3621, 155, 0, 0, 0, 0, 0, 0, 0), + (8313, 3644, 155, 0, 0, 0, 0, 0, 0, 0), + (8314, 3730, 155, 0, 0, 0, 0, 0, 0, 0), + (8315, 3769, 155, 0, 0, 3357, 0, 0, 0, 0), + (8316, 3926, 155, 0, 0, 0, 0, 0, 0, 0), + (8317, 4081, 155, 0, 0, 0, 0, 0, 0, 0), + (8318, 4118, 155, 0, 0, 0, 0, 0, 0, 0), + (8319, 4249, 155, 0, 0, 0, 0, 0, 0, 0), + (8320, 4339, 155, 0, 0, 0, 0, 0, 0, 0), + (8321, 4404, 155, 0, 0, 4214, 0, 0, 0, 0), + (8322, 4412, 155, 0, 0, 4228, 0, 0, 0, 0), + (8323, 4418, 155, 0, 0, 4237, 0, 0, 0, 0), + (8324, 4424, 155, 0, 0, 4241, 0, 0, 0, 0), + (8325, 4436, 155, 0, 0, 4270, 0, 0, 0, 0), + (8326, 4460, 155, 0, 0, 4320, 0, 0, 0, 0), + (8327, 4481, 155, 0, 0, 0, 0, 0, 0, 0), + (8328, 4498, 155, 0, 0, 0, 0, 0, 0, 0), + (8329, 4515, 155, 0, 0, 0, 0, 0, 0, 0), + (8330, 248, 156, 0, 0, 0, 0, 0, 0, 0), + (8331, 1349, 156, 0, 0, 0, 0, 0, 0, 0), + (8332, 2316, 156, 0, 0, 0, 0, 0, 0, 0), + (8333, 2378, 156, 0, 0, 0, 0, 0, 0, 0), + (8334, 2415, 156, 0, 0, 0, 0, 0, 0, 0), + (8335, 2569, 156, 0, 0, 0, 0, 0, 0, 0), + (8336, 2839, 156, 0, 0, 0, 0, 0, 0, 0), + (8337, 3189, 156, 0, 0, 0, 0, 0, 0, 0), + (8338, 3305, 156, 0, 0, 0, 0, 0, 0, 0), + (8339, 3579, 156, 0, 0, 0, 0, 0, 0, 0), + (8340, 4249, 156, 0, 0, 0, 0, 0, 0, 0), + (8341, 4498, 156, 0, 0, 0, 0, 0, 0, 0), + (8342, 338, 157, 792, 0, 239, 0, 0, 32, 33), + (8343, 415, 157, 792, 0, 297, 0, 0, 29, 31), + (8344, 1262, 157, 14400, 0, 904, 0, 0, 32, 32), + (8345, 1266, 157, 792, 0, 909, 0, 0, 34, 35), + (8346, 1502, 157, 0, 128, 0, 0, 0, 60, 60), + (8347, 1526, 157, 792, 0, 0, 0, 0, 30, 32), + (8348, 1528, 157, 792, 0, 0, 0, 0, 30, 32), + (8349, 1531, 157, 792, 0, 0, 0, 0, 30, 32), + (8350, 1538, 157, 792, 0, 0, 0, 0, 30, 32), + (8351, 1569, 157, 792, 0, 0, 0, 0, 32, 34), + (8352, 1570, 157, 792, 0, 1160, 0, 0, 32, 34), + (8353, 1580, 157, 792, 0, 0, 0, 0, 32, 34), + (8354, 1589, 157, 0, 128, 0, 0, 0, 23, 25), + (8355, 1590, 157, 0, 128, 0, 0, 0, 25, 27), + (8356, 1597, 157, 792, 0, 1175, 0, 0, 32, 34), + (8357, 1665, 157, 792, 0, 1315, 0, 0, 30, 34), + (8358, 1694, 157, 792, 0, 1402, 0, 0, 30, 34), + (8359, 1710, 157, 792, 0, 1447, 0, 0, 30, 34), + (8360, 1715, 157, 792, 0, 1463, 0, 0, 30, 34), + (8361, 1720, 157, 0, 128, 0, 0, 0, 23, 25), + (8362, 2124, 157, 792, 0, 1824, 0, 0, 33, 34), + (8363, 2413, 157, 792, 4, 2059, 0, 0, 35, 36), + (8364, 2477, 157, 792, 0, 2120, 0, 0, 31, 32), + (8365, 2480, 157, 792, 0, 2123, 0, 0, 28, 29), + (8366, 2719, 157, 792, 0, 2330, 0, 0, 25, 27), + (8367, 2956, 157, 14400, 0, 2516, 0, 0, 33, 38), + (8368, 2988, 157, 14400, 0, 2554, 0, 0, 33, 38), + (8369, 3094, 157, 792, 0, 2744, 0, 0, 31, 32), + (8370, 3171, 157, 14400, 0, 2815, 0, 0, 33, 38), + (8371, 3359, 157, 14400, 0, 2960, 0, 0, 33, 38), + (8372, 3360, 157, 14400, 0, 2961, 0, 0, 33, 38), + (8373, 3514, 157, 0, 128, 0, 0, 0, 58, 58), + (8374, 3776, 157, 792, 0, 0, 0, 0, 27, 29), + (8375, 3912, 157, 792, 4, 0, 0, 0, 35, 36), + (8376, 3981, 157, 792, 0, 3571, 0, 0, 27, 29), + (8377, 3992, 157, 0, 0, 0, 0, 0, 0, 0), + (8378, 4498, 157, 0, 0, 0, 0, 0, 0, 0), + (8379, 87, 158, 7200, 128, 55, 0, 0, 75, 75), + (8380, 974, 158, 1056, 0, 682, 0, 0, 68, 70), + (8381, 1044, 158, 1056, 0, 0, 0, 0, 64, 66), + (8382, 1233, 158, 7200, 0, 876, 0, 0, 50, 50), + (8383, 1552, 158, 1056, 0, 1146, 0, 0, 34, 35), + (8384, 1585, 158, 1056, 0, 1169, 0, 0, 34, 35), + (8385, 1588, 158, 1056, 0, 1172, 0, 0, 34, 35), + (8386, 1589, 158, 0, 128, 0, 0, 0, 53, 55), + (8387, 1590, 158, 0, 128, 0, 0, 0, 27, 29), + (8388, 1595, 158, 1056, 0, 1174, 0, 0, 34, 35), + (8389, 2073, 158, 1056, 0, 0, 0, 0, 62, 64), + (8390, 2111, 158, 14400, 0, 1814, 0, 0, 71, 71), + (8391, 2158, 158, 1056, 0, 1853, 0, 0, 65, 69), + (8392, 2159, 158, 1056, 0, 1854, 0, 0, 65, 69), + (8393, 2161, 158, 1056, 0, 1855, 0, 0, 65, 69), + (8394, 2162, 158, 1056, 0, 1856, 0, 0, 65, 69), + (8395, 2413, 158, 1056, 4, 2059, 0, 0, 35, 36), + (8396, 2480, 158, 1056, 0, 2124, 0, 0, 68, 70), + (8397, 2483, 158, 1056, 0, 2126, 0, 0, 34, 35), + (8398, 2663, 158, 990, 0, 2273, 0, 0, 36, 36), + (8399, 3085, 158, 7200, 128, 2737, 0, 0, 72, 72), + (8400, 3130, 158, 1056, 0, 2772, 0, 0, 67, 69), + (8401, 3188, 158, 762, 0, 2824, 0, 0, 36, 36), + (8402, 3912, 158, 1056, 4, 0, 0, 0, 35, 36), + (8403, 3992, 158, 0, 0, 0, 0, 0, 0, 0), + (8404, 399, 159, 0, 128, 279, 0, 0, 73, 75), + (8405, 461, 159, 0, 128, 333, 0, 0, 55, 62), + (8406, 501, 159, 990, 0, 372, 0, 0, 67, 67), + (8407, 514, 159, 0, 128, 380, 0, 0, 65, 67), + (8408, 522, 159, 1056, 0, 383, 0, 0, 55, 58), + (8409, 740, 159, 0, 128, 0, 5300, 0, 63, 63), + (8410, 784, 159, 0, 128, 0, 0, 0, 75, 75), + (8411, 785, 159, 0, 128, 0, 0, 0, 75, 75), + (8412, 786, 159, 0, 128, 0, 0, 0, 75, 75), + (8413, 787, 159, 0, 128, 0, 0, 0, 75, 75), + (8414, 836, 159, 0, 0, 599, 0, 0, 0, 0), + (8415, 939, 159, 0, 128, 659, 0, 0, 62, 62), + (8416, 1341, 159, 1056, 4, 957, 0, 0, 65, 68), + (8417, 1362, 159, 3600, 0, 971, 0, 0, 59, 60), + (8418, 1798, 159, 0, 0, 0, 0, 0, 0, 0), + (8419, 1865, 159, 0, 128, 1618, 0, 0, 57, 59), + (8420, 1995, 159, 1056, 0, 1707, 0, 0, 64, 67), + (8421, 2101, 159, 1056, 0, 1805, 0, 0, 64, 68), + (8422, 2552, 159, 7920, 0, 2195, 0, 0, 69, 69), + (8423, 2664, 159, 0, 128, 2280, 0, 0, 65, 65), + (8424, 2888, 159, 0, 128, 0, 0, 0, 69, 69), + (8425, 2889, 159, 0, 128, 0, 0, 0, 69, 69), + (8426, 3388, 159, 0, 128, 0, 5000, 0, 63, 63), + (8427, 3415, 159, 1056, 0, 3015, 0, 0, 53, 56), + (8428, 3434, 159, 0, 128, 3030, 0, 0, 66, 68), + (8429, 3712, 159, 0, 128, 3287, 0, 0, 65, 66), + (8430, 3713, 159, 25200, 0, 3288, 0, 0, 66, 66), + (8431, 3714, 159, 21600, 0, 3289, 0, 0, 65, 65), + (8432, 3871, 159, 1056, 0, 3445, 0, 0, 60, 63), + (8433, 3872, 159, 300, 0, 0, 0, 0, 65, 65), + (8434, 3874, 159, 1056, 0, 3446, 0, 0, 51, 54), + (8435, 3952, 159, 1056, 0, 3544, 0, 0, 51, 59), + (8436, 3955, 159, 1056, 0, 3546, 0, 0, 61, 67), + (8437, 3957, 159, 1056, 0, 3548, 0, 0, 51, 59), + (8438, 3961, 159, 3600, 0, 3552, 0, 0, 65, 65), + (8439, 3963, 159, 1056, 0, 3554, 0, 0, 61, 67), + (8440, 3965, 159, 1056, 0, 3556, 0, 0, 61, 67), + (8441, 3968, 159, 1056, 0, 3559, 0, 0, 61, 67), + (8442, 3969, 159, 1056, 0, 3560, 0, 0, 51, 59), + (8443, 3970, 159, 0, 128, 0, 0, 0, 43, 55), + (8444, 3971, 159, 0, 128, 0, 0, 0, 43, 55), + (8445, 3976, 159, 1056, 0, 3566, 0, 0, 55, 58), + (8446, 4039, 159, 0, 128, 0, 0, 0, 60, 60), + (8447, 4076, 159, 0, 128, 3646, 0, 0, 50, 52), + (8448, 4309, 159, 1056, 4, 4110, 0, 0, 61, 64), + (8449, 4322, 159, 1056, 0, 4133, 0, 0, 52, 55), + (8450, 4463, 159, 0, 128, 0, 0, 0, 80, 80), + (8451, 412, 160, 1056, 0, 289, 0, 0, 68, 70), + (8452, 424, 160, 21600, 0, 304, 0, 0, 75, 75), + (8453, 461, 160, 0, 128, 333, 0, 0, 58, 60), + (8454, 574, 160, 1056, 0, 425, 0, 0, 78, 80), + (8455, 640, 160, 21600, 0, 472, 0, 0, 66, 67), + (8456, 668, 160, 1056, 0, 494, 0, 0, 61, 64), + (8457, 669, 160, 15840, 0, 496, 0, 0, 67, 69), + (8458, 871, 160, 1056, 0, 615, 0, 0, 68, 70), + (8459, 1000, 160, 1056, 0, 707, 0, 0, 79, 81), + (8460, 1044, 160, 1056, 0, 745, 0, 0, 60, 63), + (8461, 1086, 160, 1056, 0, 775, 0, 0, 79, 81), + (8462, 1341, 160, 1056, 4, 957, 0, 0, 70, 72), + (8463, 1425, 160, 18000, 0, 1049, 0, 0, 70, 70), + (8464, 1877, 160, 0, 128, 1623, 0, 0, 85, 85), + (8465, 2662, 160, 1056, 0, 2272, 0, 0, 73, 76), + (8466, 2664, 160, 0, 128, 2281, 0, 0, 68, 70), + (8467, 2718, 160, 0, 128, 0, 0, 0, 80, 82), + (8468, 2764, 160, 0, 128, 2374, 0, 0, 64, 70), + (8469, 2948, 160, 21600, 0, 2512, 0, 0, 80, 84), + (8470, 3217, 160, 1056, 0, 2840, 0, 0, 74, 77), + (8471, 3321, 160, 0, 128, 0, 0, 0, 69, 73), + (8472, 3336, 160, 0, 128, 2933, 0, 0, 53, 55), + (8473, 3377, 160, 0, 128, 2989, 0, 0, 53, 55), + (8474, 3711, 160, 21600, 0, 3286, 0, 0, 65, 65), + (8475, 3803, 160, 1056, 0, 3395, 0, 0, 63, 65), + (8476, 3806, 160, 1056, 0, 3403, 0, 0, 65, 69), + (8477, 3855, 160, 21600, 0, 3440, 0, 0, 71, 73), + (8478, 3949, 160, 1056, 0, 3541, 0, 0, 66, 69), + (8479, 3953, 160, 1584, 0, 3545, 0, 0, 72, 74), + (8480, 3959, 160, 1056, 0, 3550, 0, 0, 62, 64), + (8481, 3964, 160, 86400, 0, 3555, 0, 0, 75, 75), + (8482, 3967, 160, 1056, 0, 3558, 0, 0, 67, 69), + (8483, 3971, 160, 0, 128, 0, 0, 0, 53, 55), + (8484, 3972, 160, 1584, 0, 3561, 0, 0, 72, 74), + (8485, 3973, 160, 1056, 0, 3562, 0, 0, 62, 65), + (8486, 3977, 160, 1056, 0, 3568, 0, 0, 75, 79), + (8487, 4309, 160, 1056, 4, 4111, 0, 0, 68, 73), + (8488, 22, 161, 1056, 0, 5, 0, 0, 64, 66), + (8489, 65, 161, 1056, 0, 35, 0, 0, 63, 65), + (8490, 226, 161, 1056, 0, 172, 0, 0, 64, 66), + (8491, 472, 161, 1056, 0, 342, 0, 0, 64, 66), + (8492, 913, 161, 1056, 4, 642, 0, 0, 48, 49), + (8493, 917, 161, 0, 128, 643, 0, 0, 55, 55), + (8494, 982, 161, 0, 128, 0, 0, 0, 61, 61), + (8495, 984, 161, 1056, 0, 689, 0, 0, 57, 59), + (8496, 985, 161, 1056, 0, 690, 0, 0, 57, 59), + (8497, 986, 161, 1056, 0, 691, 0, 0, 57, 59), + (8498, 988, 161, 1056, 0, 694, 0, 0, 50, 52), + (8499, 989, 161, 1056, 0, 695, 0, 0, 57, 59), + (8500, 991, 161, 1056, 0, 699, 0, 0, 48, 52), + (8501, 992, 161, 0, 128, 0, 0, 0, 61, 61), + (8502, 993, 161, 0, 128, 0, 0, 0, 52, 54), + (8503, 994, 161, 0, 128, 700, 0, 0, 43, 45), + (8504, 995, 161, 1056, 0, 702, 0, 0, 50, 52), + (8505, 997, 161, 1056, 0, 705, 0, 0, 50, 52), + (8506, 1081, 161, 1056, 0, 760, 0, 0, 64, 66), + (8507, 1115, 161, 1056, 0, 796, 0, 0, 71, 73), + (8508, 1134, 161, 86400, 0, 808, 0, 0, 76, 76), + (8509, 1192, 161, 1056, 0, 852, 0, 0, 47, 49), + (8510, 1207, 161, 1056, 0, 863, 0, 0, 47, 49), + (8511, 1264, 161, 1056, 0, 905, 0, 0, 46, 48), + (8512, 1701, 161, 1056, 0, 1422, 0, 0, 47, 49), + (8513, 1705, 161, 1056, 0, 1427, 0, 0, 47, 49), + (8514, 1709, 161, 1056, 0, 1439, 0, 0, 47, 49), + (8515, 1721, 161, 0, 128, 0, 0, 0, 40, 42), + (8516, 1741, 161, 1056, 0, 1496, 0, 0, 47, 49), + (8517, 1767, 161, 1056, 0, 1531, 0, 0, 71, 73), + (8518, 1786, 161, 86400, 0, 1540, 0, 0, 76, 76), + (8519, 2043, 161, 1056, 4, 1758, 0, 0, 48, 49), + (8520, 2102, 161, 1056, 0, 1807, 0, 0, 47, 49), + (8521, 2164, 161, 1056, 0, 1859, 0, 0, 71, 73), + (8522, 2414, 161, 0, 0, 2060, 0, 0, 0, 0), + (8523, 2568, 161, 86400, 0, 2205, 0, 0, 76, 76), + (8524, 2569, 161, 86400, 0, 2206, 0, 0, 76, 76), + (8525, 2571, 161, 0, 128, 0, 0, 0, 76, 76), + (8526, 2664, 161, 0, 128, 2282, 0, 0, 64, 66), + (8527, 2738, 161, 1056, 0, 2344, 0, 0, 52, 55), + (8528, 2997, 161, 1056, 0, 2568, 0, 0, 47, 49), + (8529, 3014, 161, 1056, 0, 2618, 0, 0, 47, 49), + (8530, 3015, 161, 1056, 0, 2625, 0, 0, 47, 49), + (8531, 3039, 161, 1056, 0, 2690, 0, 0, 47, 49), + (8532, 3731, 161, 1056, 0, 3304, 0, 0, 47, 49), + (8533, 3801, 161, 1056, 0, 3390, 0, 0, 71, 73), + (8534, 3992, 161, 0, 0, 0, 0, 0, 0, 0), + (8535, 4413, 161, 1056, 0, 4229, 0, 0, 47, 49), + (8536, 4431, 161, 1056, 0, 4259, 0, 0, 47, 49), + (8537, 4445, 161, 1056, 0, 4291, 0, 0, 47, 49), + (8538, 4461, 161, 1056, 0, 4322, 0, 0, 47, 49), + (8539, 346, 162, 7620, 0, 245, 0, 0, 68, 68), + (8540, 349, 162, 7620, 0, 248, 0, 0, 68, 68), + (8541, 812, 162, 7920, 0, 582, 0, 0, 68, 68), + (8542, 932, 162, 1056, 0, 654, 0, 0, 55, 56), + (8543, 988, 162, 1056, 0, 694, 0, 0, 52, 56), + (8544, 991, 162, 1056, 0, 699, 0, 0, 52, 56), + (8545, 993, 162, 0, 128, 0, 0, 0, 42, 45), + (8546, 994, 162, 0, 128, 0, 0, 0, 45, 53), + (8547, 995, 162, 1056, 0, 702, 0, 0, 52, 56), + (8548, 997, 162, 1056, 0, 705, 0, 0, 52, 56), + (8549, 1192, 162, 1056, 0, 852, 0, 0, 47, 49), + (8550, 1207, 162, 1056, 0, 863, 0, 0, 47, 49), + (8551, 1264, 162, 1056, 0, 905, 0, 0, 46, 48), + (8552, 1641, 162, 1056, 0, 1230, 0, 0, 50, 52), + (8553, 1654, 162, 1056, 0, 1284, 0, 0, 50, 52), + (8554, 1677, 162, 1056, 0, 1349, 0, 0, 50, 52), + (8555, 1701, 162, 1056, 0, 1423, 0, 0, 47, 49), + (8556, 1705, 162, 1056, 0, 1428, 0, 0, 47, 49), + (8557, 1709, 162, 1056, 0, 1440, 0, 0, 47, 49), + (8558, 1720, 162, 0, 128, 0, 0, 0, 40, 42), + (8559, 1741, 162, 1056, 0, 1497, 0, 0, 47, 49), + (8560, 1753, 162, 1056, 0, 1518, 0, 0, 50, 52), + (8561, 2102, 162, 1056, 0, 1808, 0, 0, 47, 49), + (8562, 2738, 162, 1056, 0, 2345, 0, 0, 52, 53), + (8563, 2795, 162, 1056, 0, 2410, 0, 0, 50, 52), + (8564, 2997, 162, 1056, 0, 2569, 0, 0, 47, 49), + (8565, 3014, 162, 1056, 0, 2619, 0, 0, 47, 49), + (8566, 3015, 162, 1056, 0, 2626, 0, 0, 47, 49), + (8567, 3029, 162, 1056, 0, 2663, 0, 0, 50, 52), + (8568, 3039, 162, 1056, 0, 2691, 0, 0, 47, 49), + (8569, 3041, 162, 1056, 0, 2698, 0, 0, 50, 52), + (8570, 3043, 162, 1056, 0, 2702, 0, 0, 50, 52), + (8571, 3046, 162, 1056, 0, 2710, 0, 0, 50, 52), + (8572, 3731, 162, 1056, 0, 3305, 0, 0, 47, 49), + (8573, 3769, 162, 1056, 0, 3357, 0, 0, 50, 52), + (8574, 3974, 162, 1056, 0, 3564, 0, 0, 50, 52), + (8575, 3992, 162, 0, 0, 0, 0, 0, 0, 0), + (8576, 4239, 162, 7620, 0, 4019, 0, 0, 68, 68), + (8577, 4404, 162, 1056, 0, 4214, 0, 0, 50, 52), + (8578, 4410, 162, 1056, 0, 4225, 0, 0, 50, 52), + (8579, 4413, 162, 1056, 0, 4230, 0, 0, 47, 49), + (8580, 4427, 162, 1056, 0, 4251, 0, 0, 50, 52), + (8581, 4431, 162, 1056, 0, 4260, 0, 0, 47, 49), + (8582, 4445, 162, 1056, 0, 4292, 0, 0, 47, 49), + (8583, 4450, 162, 1056, 0, 4305, 0, 0, 50, 52), + (8584, 4461, 162, 1056, 0, 4323, 0, 0, 47, 49), + (8585, 248, 163, 0, 0, 0, 0, 0, 0, 0), + (8586, 877, 163, 0, 128, 0, 0, 0, 60, 60), + (8587, 1158, 163, 0, 0, 0, 0, 0, 0, 0), + (8588, 1798, 163, 0, 128, 0, 0, 0, 65, 65), + (8589, 2038, 163, 0, 0, 0, 0, 0, 0, 0), + (8590, 2184, 163, 0, 0, 0, 0, 0, 0, 0), + (8591, 2729, 163, 0, 128, 0, 0, 0, 63, 63), + (8592, 3123, 163, 0, 0, 0, 0, 0, 0, 0), + (8593, 3290, 163, 0, 0, 0, 0, 0, 0, 0), + (8594, 3328, 163, 0, 0, 0, 0, 0, 0, 0), + (8595, 3425, 163, 0, 128, 0, 0, 0, 60, 60), + (8596, 3442, 163, 0, 128, 0, 0, 0, 48, 48), + (8597, 3584, 163, 0, 0, 0, 0, 0, 0, 0), + (8598, 3970, 163, 0, 128, 0, 0, 0, 50, 50), + (8599, 3971, 163, 0, 128, 0, 0, 0, 50, 50), + (8600, 4052, 163, 0, 128, 0, 0, 0, 63, 63), + (8601, 4224, 163, 0, 0, 0, 0, 0, 0, 0), + (8602, 4235, 163, 0, 128, 0, 0, 0, 60, 60), + (8603, 18, 164, 1, 0, 0, 0, 0, 1, 1), + (8604, 37, 164, 1, 0, 0, 0, 0, 1, 1), + (8605, 84, 164, 1, 0, 0, 0, 0, 1, 1), + (8606, 89, 164, 0, 0, 0, 0, 0, 0, 0), + (8607, 90, 164, 1, 0, 0, 0, 0, 1, 1), + (8608, 91, 164, 1, 0, 0, 0, 0, 1, 1), + (8609, 126, 164, 0, 0, 0, 0, 0, 0, 0), + (8610, 205, 164, 1, 0, 0, 0, 0, 1, 1), + (8611, 227, 164, 1, 0, 0, 0, 0, 1, 1), + (8612, 231, 164, 1, 0, 0, 0, 0, 1, 1), + (8613, 291, 164, 1, 0, 0, 0, 0, 1, 1), + (8614, 311, 164, 1, 0, 0, 0, 0, 1, 1), + (8615, 312, 164, 1, 0, 0, 0, 0, 1, 1), + (8616, 320, 164, 0, 0, 0, 0, 0, 0, 0), + (8617, 502, 164, 0, 128, 0, 0, 0, 75, 80), + (8618, 526, 164, 1, 0, 0, 0, 0, 1, 1), + (8619, 549, 164, 1, 0, 0, 0, 0, 1, 1), + (8620, 616, 164, 1, 0, 0, 0, 0, 1, 1), + (8621, 637, 164, 1, 0, 0, 0, 0, 1, 1), + (8622, 714, 164, 1, 0, 0, 0, 0, 1, 1), + (8623, 725, 164, 1, 0, 0, 0, 0, 1, 1), + (8624, 772, 164, 1, 0, 0, 0, 0, 1, 1), + (8625, 775, 164, 0, 128, 0, 0, 0, 75, 80), + (8626, 776, 164, 0, 128, 0, 0, 0, 75, 80), + (8627, 896, 164, 1, 0, 0, 0, 0, 1, 1), + (8628, 903, 164, 1, 0, 0, 0, 0, 1, 1), + (8629, 953, 164, 0, 0, 669, 0, 0, 0, 0), + (8630, 960, 164, 1, 0, 0, 0, 0, 1, 1), + (8631, 1044, 164, 330, 0, 745, 0, 0, 63, 65), + (8632, 1055, 164, 0, 128, 0, 0, 0, 60, 60), + (8633, 1056, 164, 0, 128, 754, 0, 0, 60, 60), + (8634, 1057, 164, 0, 128, 0, 0, 0, 60, 60), + (8635, 1061, 164, 0, 128, 0, 0, 0, 60, 60), + (8636, 1062, 164, 0, 128, 0, 0, 0, 60, 60), + (8637, 1064, 164, 0, 128, 0, 0, 0, 60, 60), + (8638, 1141, 164, 1, 0, 0, 0, 0, 1, 1), + (8639, 1143, 164, 1, 0, 0, 0, 0, 1, 1), + (8640, 1160, 164, 330, 4, 829, 0, 0, 75, 75), + (8641, 1262, 164, 0, 128, 0, 0, 0, 75, 75), + (8642, 1275, 164, 330, 0, 914, 0, 0, 65, 65), + (8643, 1279, 164, 1, 0, 0, 0, 0, 1, 1), + (8644, 1314, 164, 0, 0, 0, 0, 0, 0, 0), + (8645, 1324, 164, 1, 0, 0, 0, 0, 1, 1), + (8646, 1333, 164, 0, 128, 0, 0, 0, 75, 80), + (8647, 1358, 164, 1, 0, 0, 0, 0, 1, 1), + (8648, 1408, 164, 0, 128, 1035, 0, 0, 50, 50), + (8649, 1470, 164, 1, 0, 0, 0, 0, 1, 1), + (8650, 1574, 164, 0, 128, 0, 0, 0, 60, 60), + (8651, 1681, 164, 0, 128, 0, 0, 0, 60, 60), + (8652, 1875, 164, 1, 0, 0, 0, 0, 1, 1), + (8653, 2044, 164, 1, 0, 0, 0, 0, 1, 1), + (8654, 2073, 164, 330, 0, 1784, 0, 0, 63, 65), + (8655, 2100, 164, 0, 128, 0, 0, 0, 75, 75), + (8656, 2137, 164, 1, 0, 0, 0, 0, 1, 1), + (8657, 2179, 164, 1, 0, 0, 0, 0, 1, 1), + (8658, 2180, 164, 0, 128, 0, 0, 0, 60, 60), + (8659, 2197, 164, 0, 0, 0, 0, 0, 0, 0), + (8660, 2198, 164, 0, 0, 1882, 0, 0, 0, 0), + (8661, 2216, 164, 0, 0, 0, 0, 0, 0, 0), + (8662, 2226, 164, 1, 0, 0, 0, 0, 1, 1), + (8663, 2306, 164, 1, 0, 0, 0, 0, 1, 1), + (8664, 2391, 164, 1, 0, 0, 0, 0, 1, 1), + (8665, 2403, 164, 1, 0, 0, 0, 0, 1, 1), + (8666, 2405, 164, 1, 0, 0, 0, 0, 1, 1), + (8667, 2406, 164, 1, 0, 0, 0, 0, 1, 1), + (8668, 2451, 164, 1, 0, 0, 0, 0, 1, 1), + (8669, 2455, 164, 1, 0, 0, 0, 0, 1, 1), + (8670, 2456, 164, 0, 0, 0, 0, 0, 0, 0), + (8671, 2460, 164, 1, 0, 0, 0, 0, 1, 1), + (8672, 2730, 164, 1, 0, 0, 0, 0, 1, 1), + (8673, 2737, 164, 0, 0, 0, 0, 0, 0, 0), + (8674, 2764, 164, 330, 0, 2375, 0, 0, 65, 65), + (8675, 2776, 164, 0, 0, 2397, 0, 0, 0, 0), + (8676, 2799, 164, 1, 0, 0, 0, 0, 1, 1), + (8677, 2946, 164, 1, 0, 0, 0, 0, 1, 1), + (8678, 2949, 164, 1, 0, 0, 0, 0, 1, 1), + (8679, 3096, 164, 1, 0, 0, 0, 0, 1, 1), + (8680, 3139, 164, 1, 0, 0, 0, 0, 1, 1), + (8681, 3158, 164, 0, 128, 2804, 0, 0, 60, 60), + (8682, 3176, 164, 1, 0, 0, 0, 0, 1, 1), + (8683, 3184, 164, 1, 0, 0, 0, 0, 1, 1), + (8684, 3186, 164, 1, 0, 0, 0, 0, 1, 1), + (8685, 3239, 164, 1, 0, 0, 0, 0, 1, 1), + (8686, 3243, 164, 0, 0, 0, 0, 0, 0, 0), + (8687, 3310, 164, 0, 0, 0, 0, 0, 0, 0), + (8688, 3312, 164, 1, 0, 0, 0, 0, 1, 1), + (8689, 3366, 164, 1, 0, 0, 0, 0, 1, 1), + (8690, 3389, 164, 0, 0, 0, 0, 0, 0, 0), + (8691, 3391, 164, 1, 0, 0, 0, 0, 1, 1), + (8692, 3503, 164, 330, 0, 3087, 0, 0, 68, 70), + (8693, 3504, 164, 1, 0, 0, 0, 0, 1, 1), + (8694, 3562, 164, 0, 128, 0, 0, 0, 60, 60), + (8695, 3563, 164, 0, 128, 3141, 0, 0, 75, 80), + (8696, 3564, 164, 0, 128, 0, 0, 0, 60, 60), + (8697, 3565, 164, 0, 128, 3147, 0, 0, 75, 80), + (8698, 3566, 164, 0, 128, 0, 0, 0, 60, 60), + (8699, 3569, 164, 0, 128, 3159, 0, 0, 75, 80), + (8700, 3570, 164, 0, 128, 0, 0, 0, 60, 60), + (8701, 3576, 164, 0, 128, 0, 0, 0, 75, 80), + (8702, 3912, 164, 330, 4, 3515, 0, 0, 75, 75), + (8703, 3913, 164, 1, 0, 0, 0, 0, 1, 1), + (8704, 3926, 164, 1, 0, 0, 0, 0, 1, 1), + (8705, 4081, 164, 1, 0, 0, 0, 0, 1, 1), + (8706, 4118, 164, 1, 0, 0, 0, 0, 1, 1), + (8707, 4211, 164, 0, 0, 0, 0, 0, 0, 0), + (8708, 4212, 164, 0, 0, 3997, 0, 0, 0, 0), + (8709, 4213, 164, 0, 0, 0, 0, 0, 0, 0), + (8710, 4214, 164, 0, 0, 3998, 0, 0, 0, 0), + (8711, 4298, 164, 0, 128, 0, 0, 0, 60, 60), + (8712, 4338, 164, 1, 0, 0, 0, 0, 1, 1), + (8713, 4339, 164, 0, 0, 0, 0, 0, 0, 0), + (8714, 4340, 164, 0, 0, 0, 0, 0, 0, 0), + (8715, 4404, 164, 330, 0, 4215, 0, 0, 71, 73), + (8716, 4420, 164, 0, 128, 0, 0, 0, 60, 60), + (8717, 4421, 164, 0, 128, 0, 0, 0, 60, 60), + (8718, 4431, 164, 330, 0, 4261, 0, 0, 71, 73), + (8719, 4433, 164, 330, 0, 4267, 0, 0, 71, 73), + (8720, 4445, 164, 330, 0, 4293, 0, 0, 71, 73), + (8721, 4447, 164, 330, 0, 4297, 0, 0, 71, 73), + (8722, 4454, 164, 0, 128, 0, 0, 0, 64, 66), + (8723, 4455, 164, 330, 0, 4308, 0, 0, 71, 73), + (8724, 4457, 164, 0, 128, 0, 0, 0, 60, 60), + (8725, 4458, 164, 0, 128, 0, 0, 0, 75, 80), + (8726, 4461, 164, 330, 0, 4324, 0, 0, 71, 73), + (8727, 4515, 164, 0, 0, 0, 0, 0, 0, 0), + (8728, 248, 165, 0, 0, 0, 0, 0, 0, 0), + (8729, 305, 165, 0, 0, 0, 0, 0, 0, 0), + (8730, 811, 165, 0, 128, 0, 0, 0, 60, 60), + (8731, 838, 165, 0, 128, 0, 0, 0, 70, 70), + (8732, 993, 165, 0, 128, 0, 0, 0, 48, 48), + (8733, 994, 165, 0, 128, 0, 0, 0, 48, 48), + (8734, 1130, 165, 0, 128, 0, 0, 0, 60, 60), + (8735, 1132, 165, 0, 128, 0, 0, 0, 60, 60), + (8736, 1788, 165, 0, 0, 0, 0, 0, 0, 0), + (8737, 1850, 165, 0, 128, 0, 0, 0, 70, 70), + (8738, 1931, 165, 0, 0, 0, 0, 0, 0, 0), + (8739, 3367, 165, 0, 0, 0, 0, 0, 0, 0), + (8740, 3579, 165, 0, 128, 0, 10000, 0, 60, 60), + (8741, 3580, 165, 0, 128, 0, 0, 0, 75, 75), + (8742, 4249, 165, 0, 0, 0, 0, 0, 0, 0), + (8743, 4498, 165, 0, 128, 0, 0, 0, 75, 75), + (8744, 374, 166, 792, 0, 265, 0, 0, 42, 44), + (8745, 443, 166, 528, 0, 316, 0, 0, 4, 7), + (8746, 666, 166, 660, 0, 492, 0, 0, 30, 33), + (8747, 1267, 166, 660, 0, 910, 0, 0, 35, 37), + (8748, 1370, 166, 990, 0, 979, 0, 0, 34, 36), + (8749, 1537, 166, 792, 0, 1135, 0, 0, 38, 40), + (8750, 1665, 166, 990, 0, 1316, 0, 0, 32, 34), + (8751, 1666, 166, 990, 0, 1329, 0, 0, 26, 30), + (8752, 1683, 166, 990, 0, 1362, 0, 0, 26, 30), + (8753, 1690, 166, 990, 0, 1380, 0, 0, 26, 30), + (8754, 1694, 166, 990, 0, 1403, 0, 0, 32, 34), + (8755, 1710, 166, 990, 0, 1448, 0, 0, 32, 34), + (8756, 1715, 166, 990, 0, 1464, 0, 0, 32, 34), + (8757, 1721, 166, 0, 128, 0, 0, 0, 25, 27), + (8758, 1737, 166, 528, 0, 1476, 0, 0, 4, 8), + (8759, 1744, 166, 528, 0, 1508, 0, 0, 4, 8), + (8760, 1912, 166, 990, 0, 1648, 0, 0, 31, 34), + (8761, 2633, 166, 0, 128, 2259, 0, 0, 29, 33), + (8762, 2957, 166, 528, 0, 2518, 0, 0, 7, 9), + (8763, 2987, 166, 990, 0, 2552, 0, 0, 28, 30), + (8764, 3537, 166, 990, 0, 3108, 0, 0, 25, 28), + (8765, 3776, 166, 990, 0, 3369, 0, 0, 30, 33), + (8766, 3838, 166, 990, 0, 3428, 0, 0, 35, 38), + (8767, 3839, 166, 0, 128, 3430, 0, 0, 60, 60), + (8768, 4041, 166, 0, 128, 0, 0, 0, 44, 44), + (8769, 4349, 166, 528, 0, 4160, 0, 0, 3, 5), + (8770, 38, 167, 0, 128, 16, 0, 0, 52, 54), + (8771, 233, 167, 7920, 0, 176, 0, 0, 56, 62), + (8772, 461, 167, 1056, 0, 334, 0, 0, 65, 65), + (8773, 482, 167, 7920, 128, 0, 0, 0, 60, 75), + (8774, 908, 167, 1056, 0, 636, 0, 0, 52, 54), + (8775, 1118, 167, 7920, 0, 798, 0, 0, 72, 73), + (8776, 1440, 167, 1056, 0, 1062, 0, 0, 52, 55), + (8777, 1471, 167, 1056, 0, 1082, 0, 0, 64, 66), + (8778, 1505, 167, 1056, 0, 1103, 0, 0, 68, 70), + (8779, 1900, 167, 1056, 0, 1637, 0, 0, 60, 63), + (8780, 1911, 167, 1056, 0, 1647, 0, 0, 56, 59), + (8781, 2548, 167, 21600, 0, 2188, 0, 0, 73, 73), + (8782, 2764, 167, 0, 128, 2376, 0, 0, 60, 68), + (8783, 3125, 167, 7920, 0, 2765, 0, 0, 72, 73), + (8784, 3557, 167, 28800, 0, 3138, 0, 0, 64, 65), + (8785, 3597, 167, 86400, 2, 3183, 0, 0, 70, 70), + (8786, 4321, 167, 1056, 0, 4132, 0, 0, 55, 59), + (8787, 248, 168, 0, 0, 0, 0, 0, 0, 0), + (8788, 454, 168, 0, 128, 0, 0, 0, 75, 75), + (8789, 506, 168, 0, 0, 0, 0, 0, 0, 0), + (8790, 673, 168, 0, 128, 0, 0, 0, 75, 75), + (8791, 675, 168, 0, 128, 0, 0, 0, 60, 60), + (8792, 695, 168, 0, 128, 0, 0, 0, 75, 75), + (8793, 704, 168, 0, 0, 0, 0, 0, 0, 0), + (8794, 1158, 168, 0, 128, 0, 0, 0, 0, 0), + (8795, 1655, 168, 0, 0, 0, 0, 0, 0, 0), + (8796, 1678, 168, 0, 0, 0, 0, 0, 0, 0), + (8797, 1708, 168, 0, 0, 0, 0, 0, 0, 0), + (8798, 1798, 168, 0, 0, 0, 0, 0, 0, 0), + (8799, 1989, 168, 0, 128, 0, 0, 0, 60, 60), + (8800, 2184, 168, 0, 0, 0, 0, 0, 0, 0), + (8801, 2411, 168, 0, 128, 0, 0, 0, 75, 75), + (8802, 2460, 168, 0, 128, 0, 1800, 1000, 70, 70), + (8803, 2463, 168, 0, 128, 0, 500, 0, 56, 56), + (8804, 2804, 168, 0, 0, 0, 0, 0, 0, 0), + (8805, 3194, 168, 0, 128, 0, 0, 0, 75, 75), + (8806, 3234, 168, 0, 128, 0, 0, 0, 75, 75), + (8807, 3303, 168, 0, 128, 0, 0, 0, 75, 75), + (8808, 3357, 168, 0, 128, 0, 0, 0, 60, 60), + (8809, 3427, 168, 0, 128, 0, 0, 0, 75, 75), + (8810, 3429, 168, 0, 128, 0, 0, 0, 75, 75), + (8811, 3527, 168, 0, 128, 0, 0, 0, 60, 60), + (8812, 4000, 168, 0, 128, 0, 0, 0, 75, 75), + (8813, 4498, 168, 0, 0, 0, 0, 0, 0, 0), + (8814, 413, 169, 1056, 128, 294, 0, 0, 45, 47), + (8815, 461, 169, 0, 128, 334, 0, 0, 59, 61), + (8816, 514, 169, 1056, 0, 381, 0, 0, 64, 67), + (8817, 617, 169, 1056, 0, 454, 0, 0, 45, 47), + (8818, 618, 169, 0, 128, 0, 0, 0, 45, 47), + (8819, 619, 169, 1056, 0, 455, 0, 0, 57, 59), + (8820, 871, 169, 1056, 0, 616, 0, 0, 64, 66), + (8821, 908, 169, 1056, 0, 636, 0, 0, 53, 55), + (8822, 1044, 169, 1056, 0, 746, 0, 0, 62, 64), + (8823, 1083, 169, 1056, 0, 765, 0, 0, 65, 67), + (8824, 1085, 169, 1056, 0, 773, 0, 0, 65, 67), + (8825, 1287, 169, 1056, 0, 924, 0, 0, 52, 55), + (8826, 1366, 169, 1056, 0, 974, 0, 0, 60, 62), + (8827, 1606, 169, 1056, 0, 1180, 0, 0, 58, 60), + (8828, 1924, 169, 1056, 0, 1662, 0, 0, 47, 49), + (8829, 1958, 169, 1056, 0, 0, 0, 0, 65, 65), + (8830, 2070, 169, 1056, 0, 1782, 0, 0, 58, 60), + (8831, 2407, 169, 1056, 0, 2055, 0, 0, 54, 57), + (8832, 2482, 169, 0, 128, 0, 0, 0, 64, 64), + (8833, 2491, 169, 1056, 0, 2141, 0, 0, 49, 52), + (8834, 2664, 169, 0, 128, 2283, 0, 0, 65, 67), + (8835, 2667, 169, 1056, 0, 2294, 0, 0, 60, 62), + (8836, 2764, 169, 0, 128, 2377, 0, 0, 65, 67), + (8837, 2982, 169, 86400, 0, 2543, 0, 0, 68, 70), + (8838, 3377, 169, 0, 128, 2990, 0, 0, 52, 54), + (8839, 3396, 169, 1056, 0, 3005, 0, 0, 58, 60), + (8840, 3496, 169, 1056, 0, 3076, 0, 0, 60, 62), + (8841, 3755, 169, 1056, 0, 3345, 0, 0, 65, 67), + (8842, 3803, 169, 1056, 0, 0, 0, 0, 63, 65), + (8843, 30, 170, 0, 128, 11, 0, 0, 73, 75), + (8844, 31, 170, 0, 128, 12, 0, 0, 73, 75), + (8845, 32, 170, 0, 128, 13, 0, 0, 73, 75), + (8846, 33, 170, 0, 128, 14, 0, 0, 73, 75), + (8847, 75, 170, 0, 0, 0, 0, 0, 0, 0), + (8848, 636, 170, 0, 128, 468, 0, 0, 80, 85), + (8849, 1322, 170, 0, 128, 0, 0, 0, 80, 82), + (8850, 1473, 170, 0, 128, 0, 0, 0, 80, 85), + (8851, 2050, 170, 0, 128, 0, 0, 0, 80, 85), + (8852, 2258, 170, 0, 0, 0, 0, 0, 0, 0), + (8853, 2260, 170, 0, 0, 0, 0, 0, 0, 0), + (8854, 2261, 170, 0, 0, 0, 0, 0, 0, 0), + (8855, 2402, 170, 0, 128, 0, 0, 0, 80, 85), + (8856, 3283, 170, 0, 0, 0, 0, 0, 0, 0), + (8857, 3285, 170, 0, 0, 0, 0, 0, 0, 0), + (8858, 3286, 170, 0, 0, 0, 0, 0, 0, 0), + (8859, 3317, 170, 0, 128, 0, 0, 0, 80, 85), + (8860, 3584, 170, 0, 0, 0, 0, 0, 0, 0), + (8861, 3607, 170, 0, 128, 0, 0, 0, 80, 85), + (8862, 3851, 170, 0, 128, 0, 0, 0, 75, 75), + (8863, 3931, 170, 0, 128, 0, 0, 0, 80, 85), + (8864, 4462, 170, 0, 128, 0, 0, 0, 75, 75), + (8865, 1, 171, 0, 0, 0, 0, 0, 0, 0), + (8866, 2, 171, 0, 0, 0, 0, 0, 0, 0), + (8867, 3, 171, 0, 0, 0, 0, 0, 0, 0), + (8868, 4, 171, 0, 0, 0, 0, 0, 0, 0), + (8869, 5, 171, 0, 0, 0, 0, 0, 0, 0), + (8870, 6, 171, 0, 0, 0, 0, 0, 0, 0), + (8871, 7, 171, 0, 0, 0, 0, 0, 0, 0), + (8872, 11, 171, 0, 0, 0, 0, 0, 0, 0), + (8873, 13, 171, 0, 0, 0, 0, 0, 0, 0), + (8874, 18, 171, 1, 0, 0, 0, 0, 1, 1), + (8875, 37, 171, 1, 0, 0, 0, 0, 1, 1), + (8876, 84, 171, 1, 0, 0, 0, 0, 1, 1), + (8877, 89, 171, 0, 0, 0, 0, 0, 0, 0), + (8878, 90, 171, 1, 0, 0, 0, 0, 1, 1), + (8879, 91, 171, 1, 0, 0, 0, 0, 1, 1), + (8880, 126, 171, 0, 0, 0, 0, 0, 0, 0), + (8881, 227, 171, 1, 0, 0, 0, 0, 1, 1), + (8882, 291, 171, 1, 0, 0, 0, 0, 1, 1), + (8883, 311, 171, 1, 0, 0, 0, 0, 1, 1), + (8884, 312, 171, 1, 0, 0, 0, 0, 1, 1), + (8885, 320, 171, 0, 0, 0, 0, 0, 0, 0), + (8886, 352, 171, 1, 0, 0, 0, 0, 1, 1), + (8887, 381, 171, 0, 128, 0, 0, 0, 60, 60), + (8888, 427, 171, 0, 128, 0, 0, 0, 75, 80), + (8889, 502, 171, 0, 128, 0, 0, 0, 75, 80), + (8890, 516, 171, 0, 128, 0, 0, 0, 75, 80), + (8891, 517, 171, 0, 128, 0, 0, 0, 75, 80), + (8892, 525, 171, 1056, 0, 392, 0, 0, 66, 69), + (8893, 526, 171, 1, 0, 0, 0, 0, 1, 1), + (8894, 538, 171, 1056, 0, 400, 0, 0, 66, 69), + (8895, 549, 171, 1, 0, 0, 0, 0, 1, 1), + (8896, 616, 171, 1, 0, 0, 0, 0, 1, 1), + (8897, 632, 171, 0, 0, 0, 0, 0, 0, 0), + (8898, 714, 171, 1, 0, 0, 0, 0, 1, 1), + (8899, 725, 171, 1, 0, 0, 0, 0, 1, 1), + (8900, 775, 171, 0, 128, 0, 0, 0, 75, 80), + (8901, 776, 171, 0, 128, 0, 0, 0, 75, 80), + (8902, 896, 171, 1, 0, 0, 0, 0, 1, 1), + (8903, 903, 171, 1, 0, 0, 0, 0, 1, 1), + (8904, 960, 171, 1, 0, 0, 0, 0, 1, 1), + (8905, 1023, 171, 0, 128, 0, 0, 0, 75, 80), + (8906, 1066, 171, 0, 128, 0, 0, 0, 75, 80), + (8907, 1067, 171, 0, 0, 0, 0, 0, 0, 0), + (8908, 1084, 171, 1056, 0, 767, 0, 0, 72, 74), + (8909, 1141, 171, 1, 0, 0, 0, 0, 1, 1), + (8910, 1143, 171, 1, 0, 0, 0, 0, 1, 1), + (8911, 1195, 171, 1056, 0, 854, 0, 0, 68, 70), + (8912, 1198, 171, 1, 0, 0, 0, 0, 1, 1), + (8913, 1202, 171, 1, 0, 0, 0, 0, 1, 1), + (8914, 1207, 171, 1056, 0, 861, 0, 0, 66, 69), + (8915, 1262, 171, 0, 128, 0, 0, 0, 75, 75), + (8916, 1279, 171, 1, 0, 0, 0, 0, 1, 1), + (8917, 1324, 171, 1, 0, 0, 0, 0, 1, 1), + (8918, 1332, 171, 0, 0, 0, 0, 0, 0, 0), + (8919, 1333, 171, 0, 128, 0, 0, 0, 75, 80), + (8920, 1341, 171, 1056, 4, 957, 0, 0, 75, 75), + (8921, 1408, 171, 0, 128, 1035, 0, 0, 50, 50), + (8922, 1574, 171, 0, 128, 0, 0, 0, 60, 60), + (8923, 1681, 171, 0, 128, 0, 0, 0, 60, 60), + (8924, 1749, 171, 0, 0, 0, 0, 0, 0, 0), + (8925, 1779, 171, 0, 128, 0, 0, 0, 75, 80), + (8926, 1780, 171, 0, 0, 0, 0, 0, 0, 0), + (8927, 1781, 171, 0, 128, 0, 0, 0, 75, 80), + (8928, 1782, 171, 0, 0, 0, 0, 0, 0, 0), + (8929, 1917, 171, 1056, 0, 1653, 0, 0, 66, 69), + (8930, 2100, 171, 0, 128, 0, 0, 0, 75, 75), + (8931, 2137, 171, 1, 0, 0, 0, 0, 1, 1), + (8932, 2179, 171, 1, 0, 0, 0, 0, 1, 1), + (8933, 2180, 171, 0, 128, 0, 0, 0, 60, 60), + (8934, 2224, 171, 0, 128, 0, 0, 0, 60, 60), + (8935, 2226, 171, 1, 0, 0, 0, 0, 1, 1), + (8936, 2300, 171, 1, 0, 0, 0, 0, 1, 1), + (8937, 2311, 171, 1056, 0, 1977, 0, 0, 64, 66), + (8938, 2391, 171, 1, 0, 0, 0, 0, 1, 1), + (8939, 2403, 171, 1, 0, 0, 0, 0, 1, 1), + (8940, 2445, 171, 1, 0, 0, 0, 0, 1, 1), + (8941, 2460, 171, 1, 0, 0, 0, 0, 1, 1), + (8942, 2590, 171, 1, 0, 0, 0, 0, 1, 1), + (8943, 2730, 171, 1, 0, 0, 0, 0, 1, 1), + (8944, 2799, 171, 1, 0, 0, 0, 0, 1, 1), + (8945, 2946, 171, 1, 0, 0, 0, 0, 1, 1), + (8946, 2949, 171, 1, 0, 0, 0, 0, 1, 1), + (8947, 2965, 171, 1056, 0, 2531, 0, 0, 66, 69), + (8948, 3096, 171, 1, 0, 0, 0, 0, 1, 1), + (8949, 3176, 171, 1, 0, 0, 0, 0, 1, 1), + (8950, 3184, 171, 1, 0, 0, 0, 0, 1, 1), + (8951, 3186, 171, 1, 0, 0, 0, 0, 1, 1), + (8952, 3200, 171, 1056, 0, 2829, 0, 0, 69, 71), + (8953, 3232, 171, 1056, 0, 2875, 0, 0, 72, 73), + (8954, 3274, 171, 0, 128, 0, 0, 0, 60, 60), + (8955, 3276, 171, 0, 128, 0, 0, 0, 60, 60), + (8956, 3277, 171, 0, 128, 0, 0, 0, 75, 80), + (8957, 3293, 171, 0, 128, 0, 0, 0, 60, 60), + (8958, 3310, 171, 0, 0, 0, 0, 0, 0, 0), + (8959, 3312, 171, 1, 0, 0, 0, 0, 1, 1), + (8960, 3354, 171, 0, 0, 0, 0, 0, 0, 0), + (8961, 3366, 171, 1, 0, 0, 0, 0, 1, 1), + (8962, 3391, 171, 1, 0, 0, 0, 0, 1, 1), + (8963, 3464, 171, 1056, 0, 3058, 0, 0, 66, 69), + (8964, 3562, 171, 0, 128, 0, 0, 0, 60, 60), + (8965, 3563, 171, 0, 128, 3141, 0, 0, 75, 80), + (8966, 3564, 171, 0, 128, 0, 0, 0, 60, 60), + (8967, 3565, 171, 0, 128, 3147, 0, 0, 75, 80), + (8968, 3566, 171, 0, 0, 0, 0, 0, 0, 0), + (8969, 3569, 171, 0, 128, 3159, 0, 0, 75, 80), + (8970, 3570, 171, 0, 128, 0, 0, 0, 60, 60), + (8971, 3576, 171, 0, 128, 0, 0, 0, 75, 80), + (8972, 3628, 171, 1056, 0, 3206, 0, 0, 66, 69), + (8973, 3926, 171, 1, 0, 0, 0, 0, 1, 1), + (8974, 4081, 171, 1, 0, 0, 0, 0, 1, 1), + (8975, 4118, 171, 1, 0, 0, 0, 0, 1, 1), + (8976, 4296, 171, 0, 128, 0, 0, 0, 60, 60), + (8977, 4309, 171, 1056, 4, 4112, 0, 0, 75, 75), + (8978, 4315, 171, 0, 128, 0, 0, 0, 60, 60), + (8979, 4322, 171, 1056, 0, 4134, 0, 0, 63, 65), + (8980, 4354, 171, 1056, 0, 4166, 0, 0, 62, 64), + (8981, 1038, 172, 330, 0, 736, 0, 0, 1, 3), + (8982, 1520, 172, 14400, 0, 1123, 0, 0, 3, 5), + (8983, 2385, 172, 330, 0, 2037, 0, 0, 3, 5), + (8984, 2763, 172, 330, 0, 2370, 0, 0, 2, 4), + (8985, 3054, 172, 0, 0, 0, 0, 0, 0, 0), + (8986, 3371, 172, 330, 0, 2976, 0, 0, 2, 4), + (8987, 4053, 172, 330, 0, 3631, 0, 0, 1, 3), + (8988, 4498, 172, 0, 0, 0, 0, 0, 0, 0), + (8989, 485, 173, 792, 0, 356, 0, 0, 30, 33), + (8990, 639, 173, 14400, 0, 471, 0, 0, 35, 37), + (8991, 743, 173, 792, 0, 542, 0, 0, 29, 32), + (8992, 771, 173, 792, 0, 566, 0, 0, 27, 30), + (8993, 898, 173, 43200, 0, 630, 0, 0, 31, 36), + (8994, 1282, 173, 14400, 0, 921, 0, 0, 35, 36), + (8995, 1563, 173, 792, 0, 1156, 0, 0, 35, 37), + (8996, 1586, 173, 792, 0, 1170, 0, 0, 35, 37), + (8997, 1587, 173, 792, 0, 1171, 0, 0, 35, 37), + (8998, 1588, 173, 792, 0, 1173, 0, 0, 35, 37), + (8999, 1593, 173, 0, 128, 0, 0, 0, 28, 30), + (9000, 1642, 173, 0, 0, 1236, 0, 0, 0, 0), + (9001, 1807, 173, 0, 128, 1574, 0, 0, 25, 32), + (9002, 2002, 173, 792, 0, 1712, 0, 0, 28, 31), + (9003, 2141, 173, 792, 0, 1840, 0, 0, 60, 60), + (9004, 2146, 173, 660, 0, 1843, 0, 0, 23, 27), + (9005, 2283, 173, 0, 128, 1955, 0, 0, 32, 32), + (9006, 2286, 173, 0, 128, 1963, 0, 0, 35, 37), + (9007, 2374, 173, 792, 0, 2029, 0, 0, 20, 25), + (9008, 2633, 173, 0, 128, 2259, 0, 0, 24, 30), + (9009, 2748, 173, 0, 128, 2355, 0, 0, 30, 30), + (9010, 3500, 173, 792, 0, 3084, 0, 0, 34, 37), + (9011, 3523, 173, 792, 0, 3098, 0, 0, 32, 35), + (9012, 3537, 173, 792, 0, 3109, 0, 0, 22, 26), + (9013, 3682, 173, 0, 128, 3260, 0, 0, 22, 24), + (9014, 3901, 173, 792, 0, 3473, 0, 0, 28, 31), + (9015, 3912, 173, 792, 4, 3516, 0, 0, 32, 34), + (9016, 4309, 173, 792, 4, 4113, 0, 0, 32, 34), + (9017, 71, 174, 1056, 4, 41, 0, 0, 68, 70), + (9018, 105, 174, 9000, 128, 67, 0, 0, 66, 66), + (9019, 207, 174, 21600, 128, 157, 0, 0, 69, 69), + (9020, 463, 174, 28800, 128, 337, 0, 0, 69, 72), + (9021, 620, 174, 0, 128, 456, 0, 0, 65, 65), + (9022, 668, 174, 1056, 0, 495, 0, 0, 60, 63), + (9023, 962, 174, 1056, 0, 677, 0, 0, 65, 68), + (9024, 1003, 174, 0, 128, 0, 0, 0, 68, 68), + (9025, 1018, 174, 0, 128, 722, 0, 0, 66, 68), + (9026, 1039, 174, 1056, 0, 738, 0, 0, 68, 71), + (9027, 1341, 174, 1056, 4, 957, 0, 0, 67, 68), + (9028, 1609, 174, 0, 128, 0, 0, 0, 68, 68), + (9029, 1634, 174, 1056, 0, 1203, 0, 0, 66, 69), + (9030, 1637, 174, 1056, 0, 1220, 0, 0, 66, 69), + (9031, 1687, 174, 1056, 0, 1372, 0, 0, 66, 69), + (9032, 1732, 174, 0, 128, 0, 0, 0, 53, 55), + (9033, 1734, 174, 1056, 0, 1470, 0, 0, 66, 69), + (9034, 1763, 174, 0, 128, 0, 0, 0, 68, 68), + (9035, 1801, 174, 1056, 0, 1553, 0, 0, 78, 80), + (9036, 1841, 174, 86400, 128, 1602, 0, 0, 82, 83), + (9037, 1900, 174, 1056, 0, 1638, 0, 0, 63, 66), + (9038, 2214, 174, 0, 128, 0, 0, 0, 75, 75), + (9039, 2292, 174, 1056, 0, 1965, 0, 0, 66, 69), + (9040, 2314, 174, 1056, 0, 1982, 0, 0, 80, 82), + (9041, 2664, 174, 0, 128, 2284, 0, 0, 65, 68), + (9042, 3079, 174, 1056, 0, 2731, 0, 0, 77, 79), + (9043, 3115, 174, 43200, 128, 2761, 0, 0, 80, 81), + (9044, 3129, 174, 0, 128, 2768, 0, 0, 70, 72), + (9045, 3342, 174, 1056, 0, 2938, 0, 0, 63, 66), + (9046, 3375, 174, 1056, 0, 2983, 0, 0, 60, 63), + (9047, 3432, 174, 10800, 128, 3028, 0, 0, 68, 70), + (9048, 3433, 174, 1056, 0, 3029, 0, 0, 64, 67), + (9049, 3456, 174, 1056, 0, 3046, 0, 0, 61, 64), + (9050, 3496, 174, 0, 128, 3077, 0, 0, 60, 62), + (9051, 3803, 174, 0, 128, 3396, 0, 0, 64, 66), + (9052, 4478, 174, 7200, 128, 4337, 0, 0, 69, 71), + (9053, 18, 175, 1, 0, 0, 0, 0, 1, 1), + (9054, 37, 175, 1, 0, 0, 0, 0, 1, 1), + (9055, 84, 175, 1, 0, 0, 0, 0, 1, 1), + (9056, 89, 175, 0, 0, 0, 0, 0, 0, 0), + (9057, 90, 175, 1, 0, 0, 0, 0, 1, 1), + (9058, 91, 175, 1, 0, 0, 0, 0, 1, 1), + (9059, 96, 175, 0, 0, 58, 0, 0, 0, 0), + (9060, 126, 175, 0, 0, 0, 0, 0, 0, 0), + (9061, 132, 175, 0, 128, 0, 0, 0, 60, 64), + (9062, 227, 175, 1, 0, 0, 0, 0, 1, 1), + (9063, 260, 175, 0, 0, 0, 0, 0, 0, 0), + (9064, 291, 175, 1, 0, 0, 0, 0, 1, 1), + (9065, 311, 175, 1, 0, 0, 0, 0, 1, 1), + (9066, 312, 175, 1, 0, 0, 0, 0, 1, 1), + (9067, 320, 175, 0, 0, 0, 0, 0, 0, 0), + (9068, 366, 175, 0, 128, 256, 0, 0, 75, 80), + (9069, 502, 175, 0, 128, 0, 0, 0, 75, 80), + (9070, 526, 175, 1, 0, 0, 0, 0, 1, 1), + (9071, 549, 175, 1, 0, 0, 0, 0, 1, 1), + (9072, 616, 175, 1, 0, 0, 0, 0, 1, 1), + (9073, 714, 175, 1, 0, 0, 0, 0, 1, 1), + (9074, 725, 175, 1, 0, 0, 0, 0, 1, 1), + (9075, 735, 175, 0, 0, 0, 0, 0, 0, 0), + (9076, 736, 175, 0, 0, 0, 0, 0, 0, 0), + (9077, 737, 175, 0, 0, 0, 0, 0, 0, 0), + (9078, 775, 175, 0, 128, 0, 0, 0, 75, 80), + (9079, 776, 175, 0, 128, 0, 0, 0, 75, 80), + (9080, 777, 175, 0, 128, 569, 0, 0, 75, 80), + (9081, 896, 175, 1, 0, 0, 0, 0, 1, 1), + (9082, 903, 175, 1, 0, 0, 0, 0, 1, 1), + (9083, 935, 175, 0, 128, 656, 0, 0, 75, 80), + (9084, 960, 175, 1, 0, 0, 0, 0, 1, 1), + (9085, 1026, 175, 0, 0, 0, 0, 0, 0, 0), + (9086, 1141, 175, 1, 0, 0, 0, 0, 1, 1), + (9087, 1143, 175, 1, 0, 0, 0, 0, 1, 1), + (9088, 1160, 175, 1056, 4, 829, 0, 0, 72, 75), + (9089, 1166, 175, 1056, 0, 0, 0, 0, 66, 69), + (9090, 1200, 175, 0, 0, 0, 0, 0, 0, 0), + (9091, 1262, 175, 0, 128, 0, 0, 0, 75, 75), + (9092, 1279, 175, 1, 0, 0, 0, 0, 1, 1), + (9093, 1313, 175, 0, 0, 0, 0, 0, 0, 0), + (9094, 1321, 175, 0, 0, 0, 0, 0, 0, 0), + (9095, 1324, 175, 1, 0, 0, 0, 0, 1, 1), + (9096, 1333, 175, 0, 128, 0, 0, 0, 75, 80), + (9097, 1349, 175, 0, 0, 0, 0, 0, 0, 0), + (9098, 1408, 175, 0, 128, 0, 0, 0, 50, 50), + (9099, 1481, 175, 1056, 0, 1093, 0, 0, 63, 65), + (9100, 1574, 175, 0, 128, 0, 0, 0, 60, 60), + (9101, 1638, 175, 1056, 0, 1225, 0, 0, 62, 64), + (9102, 1646, 175, 1056, 0, 1254, 0, 0, 62, 64), + (9103, 1664, 175, 1056, 0, 1307, 0, 0, 62, 64), + (9104, 1681, 175, 0, 128, 0, 0, 0, 60, 60), + (9105, 1688, 175, 0, 128, 0, 0, 0, 75, 75), + (9106, 1698, 175, 1056, 0, 1415, 0, 0, 62, 64), + (9107, 1752, 175, 0, 0, 0, 0, 0, 0, 0), + (9108, 1852, 175, 0, 128, 0, 0, 0, 60, 60), + (9109, 1926, 175, 1056, 0, 1663, 0, 0, 64, 66), + (9110, 2043, 175, 1056, 4, 1755, 0, 0, 72, 75), + (9111, 2052, 175, 1056, 0, 1767, 0, 0, 68, 72), + (9112, 2100, 175, 0, 128, 0, 0, 0, 75, 75), + (9113, 2126, 175, 0, 0, 1830, 0, 0, 0, 0), + (9114, 2127, 175, 0, 128, 0, 0, 0, 75, 80), + (9115, 2137, 175, 1, 0, 0, 0, 0, 1, 1), + (9116, 2179, 175, 1, 0, 0, 0, 0, 1, 1), + (9117, 2180, 175, 0, 128, 0, 0, 0, 60, 60), + (9118, 2226, 175, 1, 0, 0, 0, 0, 1, 1), + (9119, 2390, 175, 0, 0, 0, 0, 0, 0, 0), + (9120, 2391, 175, 1, 0, 0, 0, 0, 1, 1), + (9121, 2403, 175, 1, 0, 0, 0, 0, 1, 1), + (9122, 2407, 175, 990, 0, 2056, 0, 0, 65, 68), + (9123, 2442, 175, 1056, 0, 2086, 0, 0, 65, 68), + (9124, 2460, 175, 1, 0, 0, 0, 0, 1, 1), + (9125, 2730, 175, 1, 0, 0, 0, 0, 1, 1), + (9126, 2734, 175, 0, 128, 2336, 0, 0, 60, 60), + (9127, 2799, 175, 1, 0, 0, 0, 0, 1, 1), + (9128, 2839, 175, 0, 0, 0, 0, 0, 0, 0), + (9129, 2908, 175, 1056, 0, 0, 0, 0, 66, 69), + (9130, 2909, 175, 0, 0, 0, 0, 0, 0, 0), + (9131, 2946, 175, 1, 0, 0, 0, 0, 1, 1), + (9132, 2949, 175, 1, 0, 0, 0, 0, 1, 1), + (9133, 2980, 175, 0, 128, 0, 0, 0, 75, 80), + (9134, 2998, 175, 1056, 0, 2574, 0, 0, 68, 71), + (9135, 3001, 175, 1056, 0, 2581, 0, 0, 68, 71), + (9136, 3004, 175, 1056, 0, 2589, 0, 0, 68, 71), + (9137, 3018, 175, 0, 128, 0, 0, 0, 60, 60), + (9138, 3037, 175, 0, 128, 0, 0, 0, 60, 60), + (9139, 3038, 175, 0, 128, 0, 0, 0, 60, 60), + (9140, 3039, 175, 1056, 0, 2692, 0, 0, 68, 71), + (9141, 3040, 175, 0, 128, 0, 0, 0, 75, 80), + (9142, 3096, 175, 1, 0, 0, 0, 0, 1, 1), + (9143, 3176, 175, 1, 0, 0, 0, 0, 1, 1), + (9144, 3184, 175, 1, 0, 0, 0, 0, 1, 1), + (9145, 3186, 175, 1, 0, 0, 0, 0, 1, 1), + (9146, 3310, 175, 0, 0, 0, 0, 0, 0, 0), + (9147, 3312, 175, 1, 0, 0, 0, 0, 1, 1), + (9148, 3358, 175, 1056, 0, 2956, 0, 0, 68, 70), + (9149, 3366, 175, 1, 0, 0, 0, 0, 1, 1), + (9150, 3391, 175, 0, 0, 0, 0, 0, 0, 0), + (9151, 3400, 175, 1, 0, 0, 0, 0, 1, 1), + (9152, 3401, 175, 1, 0, 0, 0, 0, 1, 1), + (9153, 3403, 175, 1, 0, 0, 0, 0, 1, 1), + (9154, 3405, 175, 1, 0, 0, 0, 0, 1, 1), + (9155, 3407, 175, 1, 0, 0, 0, 0, 1, 1), + (9156, 3408, 175, 1, 0, 0, 0, 0, 1, 1), + (9157, 3486, 175, 0, 0, 0, 0, 0, 0, 0), + (9158, 3495, 175, 0, 0, 0, 0, 0, 0, 0), + (9159, 3562, 175, 0, 128, 0, 0, 0, 60, 60), + (9160, 3563, 175, 0, 128, 3143, 0, 0, 75, 80), + (9161, 3564, 175, 0, 128, 0, 0, 0, 60, 60), + (9162, 3565, 175, 0, 128, 0, 0, 0, 75, 80), + (9163, 3566, 175, 0, 0, 0, 0, 0, 0, 0), + (9164, 3569, 175, 0, 128, 3170, 0, 0, 75, 80), + (9165, 3570, 175, 0, 128, 0, 0, 0, 60, 60), + (9166, 3576, 175, 0, 128, 0, 0, 0, 75, 80), + (9167, 3710, 175, 1056, 0, 0, 0, 0, 66, 69), + (9168, 3730, 175, 0, 128, 0, 0, 0, 60, 60), + (9169, 3767, 175, 0, 128, 0, 0, 0, 60, 60), + (9170, 3873, 175, 1, 0, 0, 0, 0, 1, 1), + (9171, 3926, 175, 1, 0, 0, 0, 0, 1, 1), + (9172, 4078, 175, 0, 0, 0, 0, 0, 0, 0), + (9173, 4081, 175, 1, 0, 0, 0, 0, 1, 1), + (9174, 4118, 175, 1, 0, 0, 0, 0, 1, 1), + (9175, 4121, 175, 0, 0, 0, 0, 0, 0, 0), + (9176, 4249, 175, 0, 0, 0, 0, 0, 0, 0), + (9177, 4299, 175, 1056, 0, 4083, 0, 0, 61, 64), + (9178, 4325, 175, 1056, 0, 0, 0, 0, 66, 69), + (9179, 4481, 175, 0, 0, 0, 0, 0, 0, 0), + (9180, 4498, 175, 0, 0, 0, 0, 0, 0, 0), + (9181, 27, 176, 1500, 0, 8, 3500, 0, 72, 74), + (9182, 413, 176, 1056, 0, 295, 0, 0, 43, 48), + (9183, 417, 176, 0, 128, 299, 0, 0, 35, 37), + (9184, 476, 176, 1056, 0, 349, 0, 0, 55, 58), + (9185, 488, 176, 1056, 0, 362, 0, 0, 52, 59), + (9186, 541, 176, 924, 0, 405, 0, 0, 41, 48), + (9187, 698, 176, 31680, 128, 512, 0, 0, 80, 81), + (9188, 752, 176, 1056, 0, 552, 0, 0, 62, 72), + (9189, 795, 176, 1500, 0, 580, 0, 0, 72, 74), + (9190, 965, 176, 1056, 0, 679, 0, 0, 62, 72), + (9191, 999, 176, 7200, 0, 706, 0, 0, 64, 65), + (9192, 1018, 176, 1056, 0, 723, 0, 0, 66, 69), + (9193, 1044, 176, 1056, 0, 745, 0, 0, 63, 66), + (9194, 1443, 176, 7200, 0, 1065, 0, 0, 48, 48), + (9195, 1511, 176, 1056, 0, 1107, 0, 0, 38, 41), + (9196, 1626, 176, 0, 128, 0, 0, 0, 50, 50), + (9197, 1799, 176, 1056, 0, 1551, 0, 0, 66, 69), + (9198, 1826, 176, 1056, 0, 1587, 0, 0, 44, 47), + (9199, 1931, 176, 0, 0, 0, 0, 0, 0, 0), + (9200, 2099, 176, 792, 0, 1804, 0, 0, 37, 40), + (9201, 2226, 176, 0, 0, 0, 0, 0, 0, 0), + (9202, 2317, 176, 1056, 0, 1984, 0, 0, 62, 72), + (9203, 2321, 176, 792, 0, 1986, 0, 0, 36, 39), + (9204, 2405, 176, 0, 0, 0, 0, 0, 0, 0), + (9205, 2581, 176, 1056, 0, 2219, 0, 0, 52, 59), + (9206, 2584, 176, 21600, 0, 2220, 0, 0, 39, 39), + (9207, 2664, 176, 0, 128, 2285, 0, 0, 57, 60), + (9208, 2669, 176, 1056, 0, 2296, 0, 0, 66, 69), + (9209, 2764, 176, 1056, 0, 2378, 0, 0, 62, 65), + (9210, 2765, 176, 7200, 0, 2379, 0, 0, 64, 66), + (9211, 2803, 176, 10800, 0, 2414, 0, 0, 40, 41), + (9212, 2842, 176, 1056, 0, 2428, 0, 0, 66, 69), + (9213, 2904, 176, 0, 0, 0, 0, 0, 0, 0), + (9214, 2914, 176, 31680, 0, 2488, 0, 0, 66, 66), + (9215, 2938, 176, 86400, 0, 2507, 0, 0, 75, 75), + (9216, 2987, 176, 1056, 0, 2553, 0, 0, 39, 42), + (9217, 3084, 176, 7200, 0, 2735, 0, 0, 57, 57), + (9218, 3174, 176, 792, 0, 2817, 0, 0, 36, 39), + (9219, 3291, 176, 7200, 0, 2914, 0, 0, 49, 51), + (9220, 3336, 176, 1056, 0, 2934, 0, 0, 57, 60), + (9221, 3367, 176, 0, 0, 0, 0, 0, 0, 0), + (9222, 3369, 176, 792, 0, 2966, 0, 0, 44, 48), + (9223, 3374, 176, 1056, 0, 2979, 0, 0, 41, 48), + (9224, 3375, 176, 924, 0, 2984, 0, 0, 62, 67), + (9225, 3377, 176, 1056, 0, 2991, 0, 0, 53, 58), + (9226, 3406, 176, 1056, 0, 3009, 0, 0, 35, 38), + (9227, 3440, 176, 1056, 0, 3034, 0, 0, 50, 53), + (9228, 3442, 176, 0, 128, 0, 0, 0, 58, 60), + (9229, 3519, 176, 1056, 0, 3092, 0, 0, 47, 50), + (9230, 3521, 176, 3960, 0, 3095, 0, 0, 62, 62), + (9231, 3558, 176, 7200, 0, 3139, 0, 0, 48, 48), + (9232, 3609, 176, 1056, 0, 3189, 0, 0, 62, 72), + (9233, 3743, 176, 792, 0, 3317, 0, 0, 36, 39), + (9234, 3803, 176, 0, 128, 3397, 0, 0, 65, 67), + (9235, 3822, 176, 1056, 0, 3415, 0, 0, 52, 59), + (9236, 3912, 176, 1056, 4, 3517, 0, 0, 55, 58), + (9237, 3992, 176, 0, 0, 0, 0, 0, 0, 0), + (9238, 4092, 176, 1056, 0, 3655, 0, 0, 36, 39), + (9239, 4127, 176, 1056, 0, 3685, 0, 0, 42, 45), + (9240, 4250, 176, 7200, 0, 4026, 0, 0, 64, 66), + (9241, 4309, 176, 1056, 4, 4114, 0, 0, 65, 68), + (9242, 4311, 176, 0, 128, 0, 0, 0, 80, 82), + (9243, 4377, 176, 7200, 0, 4189, 0, 0, 60, 61), + (9244, 4383, 176, 7200, 0, 4194, 0, 0, 48, 50), + (9245, 4467, 176, 31680, 0, 4326, 0, 0, 64, 66), + (9246, 4525, 176, 7200, 0, 4366, 0, 0, 70, 70), + (9247, 71, 177, 1056, 0, 41, 0, 0, 70, 71), + (9248, 531, 177, 0, 128, 397, 14000, 0, 75, 80), + (9249, 638, 177, 0, 128, 469, 0, 0, 76, 79), + (9250, 1013, 177, 1056, 0, 717, 0, 0, 72, 74), + (9251, 1144, 177, 1056, 0, 817, 0, 0, 75, 78), + (9252, 1160, 177, 1056, 0, 829, 0, 0, 79, 80), + (9253, 1234, 177, 1056, 0, 877, 0, 0, 77, 80), + (9254, 1341, 177, 1056, 0, 957, 0, 0, 73, 74), + (9255, 2043, 177, 1056, 0, 1755, 0, 0, 73, 74), + (9256, 2664, 177, 0, 128, 2286, 0, 0, 75, 78), + (9257, 2792, 177, 1056, 0, 2405, 0, 0, 74, 77), + (9258, 3056, 177, 1056, 0, 2715, 0, 0, 74, 76), + (9259, 3763, 177, 14400, 0, 3350, 10000, 0, 82, 82), + (9260, 3912, 177, 1056, 0, 3518, 0, 0, 79, 80), + (9261, 4309, 177, 1056, 0, 4115, 0, 0, 73, 74), + (9262, 4504, 177, 14400, 0, 4347, 10000, 0, 83, 85), + (9263, 71, 178, 1056, 0, 0, 0, 0, 73, 74), + (9264, 286, 178, 1056, 0, 204, 0, 0, 77, 82), + (9265, 287, 178, 0, 128, 205, 0, 0, 76, 81), + (9266, 288, 178, 1056, 0, 206, 0, 0, 75, 80), + (9267, 289, 178, 1056, 0, 4377, 0, 0, 81, 84), + (9268, 290, 178, 1056, 0, 0, 0, 0, 80, 82), + (9269, 592, 178, 0, 128, 0, 10500, 0, 72, 72), + (9270, 913, 178, 1056, 0, 0, 0, 0, 73, 74), + (9271, 946, 178, 1056, 0, 0, 0, 0, 79, 81), + (9272, 955, 178, 1056, 0, 0, 0, 0, 71, 76), + (9273, 1160, 178, 1056, 0, 0, 0, 0, 73, 74), + (9274, 1306, 178, 61600, 0, 4374, 16000, 0, 83, 85), + (9275, 1341, 178, 1056, 0, 0, 0, 0, 73, 74), + (9276, 1491, 178, 0, 128, 0, 10000, 0, 72, 72), + (9277, 2043, 178, 1056, 0, 0, 0, 0, 73, 74), + (9278, 2265, 178, 0, 128, 4372, 60000, 0, 92, 92), + (9279, 2266, 178, 0, 128, 0, 0, 0, 72, 72), + (9280, 2755, 178, 21600, 0, 4373, 12000, 0, 83, 83), + (9281, 2969, 178, 0, 128, 4376, 5300, 0, 85, 85), + (9282, 2970, 178, 0, 128, 0, 5200, 0, 83, 83), + (9283, 2971, 178, 0, 128, 0, 5000, 0, 83, 83), + (9284, 3540, 178, 0, 128, 0, 11000, 0, 72, 72), + (9285, 3667, 178, 0, 128, 0, 0, 0, 58, 64), + (9286, 3816, 178, 0, 128, 0, 10000, 0, 72, 72), + (9287, 3912, 178, 1056, 0, 0, 0, 0, 72, 73), + (9288, 4082, 178, 0, 128, 4375, 16000, 0, 85, 87), + (9289, 4309, 178, 1056, 0, 0, 0, 0, 73, 74), + (9290, 75, 179, 0, 128, 0, 0, 0, 60, 60), + (9291, 305, 179, 0, 128, 0, 0, 0, 60, 60), + (9292, 806, 179, 0, 128, 0, 0, 0, 60, 60), + (9293, 807, 179, 0, 128, 0, 0, 0, 60, 60), + (9294, 808, 179, 0, 128, 0, 0, 0, 60, 60), + (9295, 809, 179, 0, 128, 0, 0, 0, 60, 60), + (9296, 810, 179, 0, 128, 0, 0, 0, 60, 60), + (9297, 862, 179, 0, 128, 0, 0, 0, 60, 60), + (9298, 1158, 179, 0, 0, 0, 0, 0, 0, 0), + (9299, 2184, 179, 0, 128, 0, 0, 0, 75, 75), + (9300, 3199, 179, 0, 128, 0, 0, 0, 60, 60), + (9301, 3529, 179, 0, 0, 0, 0, 0, 0, 0), + (9302, 3534, 179, 0, 0, 0, 0, 0, 0, 0), + (9303, 3584, 179, 0, 128, 0, 0, 0, 60, 60), + (9304, 4006, 179, 0, 128, 0, 0, 0, 60, 60), + (9305, 4249, 179, 0, 128, 0, 0, 0, 60, 60), + (9306, 4493, 179, 0, 0, 0, 0, 0, 0, 0), + (9307, 4498, 179, 0, 0, 0, 0, 0, 0, 0), + (9308, 235, 180, 0, 128, 0, 10000, 1000, 75, 75), + (9309, 236, 180, 0, 128, 0, 10000, 1000, 75, 75), + (9310, 237, 180, 0, 128, 0, 10000, 1000, 75, 75), + (9311, 238, 180, 0, 128, 0, 10000, 1000, 75, 75), + (9312, 239, 180, 0, 0, 0, 0, 0, 0, 0), + (9313, 240, 180, 0, 128, 0, 2500, 0, 75, 75), + (9314, 241, 180, 0, 128, 0, 2500, 0, 75, 75), + (9315, 242, 180, 0, 128, 0, 10000, 1000, 75, 75), + (9316, 1158, 181, 0, 128, 0, 0, 0, 75, 75), + (9317, 1270, 181, 0, 128, 0, 0, 0, 75, 75), + (9318, 1798, 181, 0, 0, 0, 0, 0, 0, 0), + (9319, 2993, 181, 0, 128, 0, 0, 0, 75, 75), + (9320, 4498, 181, 0, 0, 0, 0, 0, 0, 0), + (9321, 81, 182, 0, 0, 51, 0, 0, 0, 0), + (9322, 142, 182, 0, 0, 0, 0, 0, 0, 0), + (9323, 164, 182, 0, 0, 0, 0, 0, 0, 0), + (9324, 395, 182, 0, 0, 0, 0, 0, 0, 0), + (9325, 610, 182, 0, 0, 0, 0, 0, 0, 0), + (9326, 621, 182, 0, 0, 0, 0, 0, 0, 0), + (9327, 878, 182, 0, 0, 621, 0, 0, 0, 0), + (9328, 897, 182, 0, 0, 629, 0, 0, 0, 0), + (9329, 1197, 182, 0, 0, 0, 0, 0, 0, 0), + (9330, 1414, 182, 0, 0, 0, 0, 0, 0, 0), + (9331, 1813, 182, 0, 0, 0, 0, 0, 0, 0), + (9332, 1892, 182, 0, 0, 0, 0, 0, 0, 0), + (9333, 2316, 182, 0, 0, 0, 0, 0, 0, 0), + (9334, 2378, 182, 0, 0, 0, 0, 0, 0, 0), + (9335, 2415, 182, 0, 0, 0, 0, 0, 0, 0), + (9336, 2416, 182, 0, 0, 0, 0, 0, 0, 0), + (9337, 2739, 182, 0, 0, 2346, 0, 0, 0, 0), + (9338, 2786, 182, 0, 0, 0, 0, 0, 0, 0), + (9339, 2812, 182, 0, 0, 0, 0, 0, 0, 0), + (9340, 3100, 182, 0, 0, 0, 0, 0, 0, 0), + (9341, 3189, 182, 0, 0, 0, 0, 0, 0, 0), + (9342, 3305, 182, 0, 0, 0, 0, 0, 0, 0), + (9343, 3446, 182, 0, 0, 0, 0, 0, 0, 0), + (9344, 4203, 182, 0, 0, 0, 0, 0, 0, 0), + (9345, 120, 184, 660, 0, 87, 0, 0, 27, 29), + (9346, 325, 184, 0, 0, 0, 0, 0, 0, 0), + (9347, 485, 184, 660, 0, 357, 0, 0, 30, 32), + (9348, 694, 184, 660, 0, 509, 0, 0, 28, 30), + (9349, 1049, 184, 0, 128, 0, 0, 0, 29, 33), + (9350, 1248, 184, 600, 0, 894, 0, 0, 28, 32), + (9351, 1261, 184, 7200, 0, 903, 0, 0, 30, 34), + (9352, 1379, 184, 0, 128, 0, 0, 0, 32, 32), + (9353, 1526, 184, 660, 0, 0, 0, 0, 28, 30), + (9354, 1528, 184, 660, 0, 0, 0, 0, 28, 30), + (9355, 1531, 184, 660, 0, 0, 0, 0, 28, 30), + (9356, 1538, 184, 660, 0, 0, 0, 0, 28, 30), + (9357, 1554, 184, 660, 0, 0, 0, 0, 34, 35), + (9358, 1564, 184, 660, 0, 0, 0, 0, 34, 35), + (9359, 1579, 184, 660, 0, 0, 0, 0, 34, 35), + (9360, 1582, 184, 660, 0, 0, 0, 0, 34, 35), + (9361, 1589, 184, 0, 128, 0, 0, 0, 21, 23), + (9362, 1590, 184, 0, 128, 0, 0, 0, 27, 29), + (9363, 1666, 184, 660, 0, 0, 0, 0, 27, 30), + (9364, 1683, 184, 660, 0, 0, 0, 0, 27, 30), + (9365, 1690, 184, 660, 0, 1385, 0, 0, 27, 30), + (9366, 1961, 184, 7200, 0, 1690, 0, 0, 28, 32), + (9367, 2058, 184, 0, 128, 0, 0, 0, 45, 50), + (9368, 2413, 184, 660, 4, 2059, 0, 0, 35, 36), + (9369, 2480, 184, 726, 0, 2125, 0, 0, 28, 29), + (9370, 2483, 184, 726, 0, 2127, 0, 0, 34, 35), + (9371, 3055, 184, 0, 128, 0, 0, 0, 40, 40), + (9372, 3537, 184, 660, 0, 0, 0, 0, 25, 27), + (9373, 3875, 184, 0, 0, 0, 0, 0, 0, 0), + (9374, 3912, 184, 660, 4, 0, 0, 0, 35, 36), + (9375, 4498, 184, 0, 0, 0, 0, 0, 0, 0), + (9376, 363, 185, 0, 128, 254, 0, 0, 80, 85), + (9377, 3076, 185, 0, 128, 2729, 60000, 0, 85, 90), + (9378, 3340, 185, 0, 128, 2937, 0, 0, 80, 85), + (9379, 3548, 185, 0, 128, 3127, 0, 0, 70, 70), + (9380, 3705, 185, 0, 128, 3281, 0, 0, 80, 85), + (9381, 4135, 185, 0, 128, 3701, 0, 0, 75, 77), + (9382, 4138, 185, 0, 128, 3716, 0, 0, 75, 77), + (9383, 4140, 185, 0, 128, 3726, 0, 0, 75, 77), + (9384, 4144, 185, 0, 128, 3746, 0, 0, 75, 77), + (9385, 4150, 185, 0, 128, 3770, 0, 0, 75, 77), + (9386, 4151, 185, 0, 128, 3775, 0, 0, 75, 77), + (9387, 4152, 185, 0, 128, 3780, 0, 0, 75, 77), + (9388, 4154, 185, 0, 128, 3790, 0, 0, 75, 77), + (9389, 4156, 185, 0, 128, 3800, 0, 0, 75, 77), + (9390, 4162, 185, 0, 128, 3830, 0, 0, 75, 77), + (9391, 4165, 185, 0, 128, 3845, 0, 0, 75, 77), + (9392, 4172, 185, 0, 128, 3880, 0, 0, 75, 77), + (9393, 4174, 185, 0, 128, 3890, 0, 0, 75, 77), + (9394, 4185, 185, 0, 128, 0, 0, 0, 67, 72), + (9395, 4187, 185, 0, 128, 0, 0, 0, 60, 64), + (9396, 4190, 185, 0, 128, 0, 0, 0, 60, 64), + (9397, 4193, 185, 0, 128, 3955, 0, 0, 75, 77), + (9398, 4195, 185, 0, 128, 3965, 0, 0, 75, 77), + (9399, 4243, 185, 0, 128, 4021, 0, 0, 80, 85), + (9400, 4289, 185, 0, 128, 4075, 0, 0, 75, 77), + (9401, 4387, 185, 0, 128, 4196, 0, 0, 80, 85), + (9402, 43, 186, 0, 128, 0, 0, 0, 70, 70), + (9403, 43, 186, 0, 128, 23, 0, 0, 70, 70), + (9404, 400, 186, 0, 128, 0, 0, 0, 75, 75), + (9405, 1179, 186, 0, 128, 843, 0, 0, 75, 75), + (9406, 1614, 186, 0, 128, 0, 0, 0, 75, 75), + (9407, 1855, 186, 0, 128, 0, 60000, 0, 80, 80), + (9408, 1859, 186, 0, 128, 0, 0, 0, 75, 75), + (9409, 2285, 186, 0, 128, 0, 0, 0, 75, 75), + (9410, 4139, 186, 0, 128, 3721, 0, 0, 75, 77), + (9411, 4142, 186, 0, 128, 3736, 0, 0, 75, 77), + (9412, 4143, 186, 0, 128, 3741, 0, 0, 75, 77), + (9413, 4146, 186, 0, 128, 3752, 0, 0, 75, 77), + (9414, 4153, 186, 0, 128, 3785, 0, 0, 75, 77), + (9415, 4158, 186, 0, 128, 3810, 0, 0, 75, 77), + (9416, 4161, 186, 0, 128, 3825, 0, 0, 75, 77), + (9417, 4163, 186, 0, 128, 3835, 0, 0, 75, 77), + (9418, 4164, 186, 0, 128, 3840, 0, 0, 75, 77), + (9419, 4177, 186, 0, 128, 3905, 0, 0, 75, 77), + (9420, 4178, 186, 0, 128, 3910, 0, 0, 75, 77), + (9421, 4185, 186, 0, 128, 0, 0, 0, 67, 72), + (9422, 4188, 186, 0, 128, 0, 0, 0, 60, 64), + (9423, 4190, 186, 0, 128, 0, 0, 0, 60, 64), + (9424, 4191, 186, 0, 128, 3945, 0, 0, 75, 77), + (9425, 4194, 186, 0, 128, 3960, 0, 0, 75, 77), + (9426, 4196, 186, 0, 128, 3970, 0, 0, 75, 77), + (9427, 4197, 186, 0, 128, 3975, 0, 0, 75, 77), + (9428, 4499, 186, 0, 128, 0, 0, 0, 75, 75), + (9429, 294, 187, 0, 128, 210, 0, 0, 70, 70), + (9430, 295, 187, 0, 128, 211, 0, 0, 70, 70), + (9431, 1864, 187, 0, 128, 1617, 0, 0, 75, 77), + (9432, 2437, 187, 0, 128, 2077, 0, 0, 75, 77), + (9433, 2464, 187, 0, 128, 2107, 0, 0, 75, 77), + (9434, 2550, 187, 0, 128, 2193, 0, 0, 75, 77), + (9435, 2777, 187, 0, 128, 2398, 0, 0, 75, 77), + (9436, 4070, 187, 0, 128, 3644, 60000, 0, 85, 85), + (9437, 4137, 187, 0, 128, 3711, 0, 0, 75, 77), + (9438, 4141, 187, 0, 128, 3731, 0, 0, 75, 77), + (9439, 4148, 187, 0, 128, 3762, 0, 0, 75, 77), + (9440, 4157, 187, 0, 128, 3805, 0, 0, 75, 77), + (9441, 4159, 187, 0, 128, 3815, 0, 0, 75, 77), + (9442, 4167, 187, 0, 128, 3855, 0, 0, 75, 77), + (9443, 4168, 187, 0, 128, 3860, 0, 0, 75, 77), + (9444, 4169, 187, 0, 128, 3865, 0, 0, 75, 77), + (9445, 4171, 187, 0, 128, 3875, 0, 0, 75, 77), + (9446, 4175, 187, 0, 128, 3895, 0, 0, 75, 77), + (9447, 4176, 187, 0, 128, 3900, 0, 0, 75, 77), + (9448, 4180, 187, 0, 128, 3920, 0, 0, 75, 77), + (9449, 4181, 187, 0, 128, 3925, 0, 0, 75, 77), + (9450, 4183, 187, 0, 128, 3935, 0, 0, 75, 77), + (9451, 4185, 187, 0, 128, 0, 0, 0, 67, 72), + (9452, 4186, 187, 0, 128, 0, 0, 0, 60, 64), + (9453, 4190, 187, 0, 128, 0, 0, 0, 60, 64), + (9454, 4198, 187, 0, 128, 3980, 0, 0, 75, 77), + (9455, 4384, 187, 0, 128, 4195, 0, 0, 75, 77), + (9456, 4399, 187, 0, 128, 4206, 0, 0, 75, 77), + (9457, 194, 188, 0, 128, 150, 0, 0, 75, 77), + (9458, 336, 188, 0, 128, 236, 0, 0, 75, 77), + (9459, 449, 188, 0, 128, 322, 0, 0, 75, 77), + (9460, 505, 188, 0, 128, 374, 0, 0, 75, 77), + (9461, 554, 188, 0, 128, 412, 0, 0, 75, 77), + (9462, 745, 188, 0, 128, 546, 0, 0, 75, 77), + (9463, 1052, 188, 0, 128, 752, 0, 0, 75, 77), + (9464, 1199, 188, 0, 128, 856, 0, 0, 75, 77), + (9465, 1251, 188, 0, 128, 895, 0, 0, 75, 77), + (9466, 1444, 188, 0, 128, 1066, 0, 0, 75, 77), + (9467, 1668, 188, 0, 128, 1335, 60000, 0, 80, 80), + (9468, 1707, 188, 0, 128, 1435, 0, 0, 75, 77), + (9469, 1716, 188, 0, 128, 1467, 0, 0, 75, 77), + (9470, 1935, 188, 0, 128, 1672, 0, 0, 75, 77), + (9471, 2007, 188, 0, 128, 1715, 0, 0, 75, 77), + (9472, 2115, 188, 0, 128, 1815, 0, 0, 75, 77), + (9473, 2116, 188, 0, 128, 1816, 0, 0, 75, 77), + (9474, 2191, 188, 0, 128, 1870, 0, 0, 75, 77), + (9475, 2225, 188, 0, 128, 1895, 0, 0, 75, 77), + (9476, 2453, 188, 0, 128, 2096, 0, 0, 75, 77), + (9477, 2711, 188, 0, 128, 2329, 0, 0, 75, 77), + (9478, 2747, 188, 0, 128, 2354, 0, 0, 75, 77), + (9479, 2751, 188, 0, 128, 2359, 0, 0, 75, 77), + (9480, 3213, 188, 0, 128, 2836, 0, 0, 75, 77), + (9481, 3419, 188, 0, 128, 3020, 0, 0, 75, 77), + (9482, 3507, 188, 0, 128, 3089, 0, 0, 75, 77), + (9483, 3674, 188, 0, 128, 3238, 0, 0, 75, 77), + (9484, 3676, 188, 0, 128, 3239, 0, 0, 75, 77), + (9485, 3692, 188, 0, 128, 3271, 0, 0, 75, 77), + (9486, 3718, 188, 0, 128, 3292, 0, 0, 75, 77), + (9487, 3917, 188, 0, 128, 3523, 0, 0, 75, 77), + (9488, 3985, 188, 0, 128, 3575, 0, 0, 75, 77), + (9489, 4047, 188, 0, 128, 3619, 0, 0, 75, 77), + (9490, 4064, 188, 0, 128, 3639, 0, 0, 75, 77), + (9491, 4133, 188, 0, 128, 3691, 0, 0, 75, 77), + (9492, 4134, 188, 0, 128, 3696, 0, 0, 75, 77), + (9493, 4136, 188, 0, 128, 3706, 0, 0, 75, 77), + (9494, 4147, 188, 0, 128, 3757, 0, 0, 75, 77), + (9495, 4155, 188, 0, 128, 3795, 0, 0, 75, 77), + (9496, 4160, 188, 0, 128, 3820, 0, 0, 75, 77), + (9497, 4166, 188, 0, 128, 3850, 0, 0, 75, 77), + (9498, 4170, 188, 0, 128, 3870, 0, 0, 75, 77), + (9499, 4173, 188, 0, 128, 3885, 0, 0, 75, 77), + (9500, 4179, 188, 0, 128, 3915, 0, 0, 75, 77), + (9501, 4182, 188, 0, 128, 3930, 0, 0, 75, 77), + (9502, 4184, 188, 0, 128, 3940, 0, 0, 75, 77), + (9503, 4185, 188, 0, 128, 0, 0, 0, 67, 72), + (9504, 4189, 188, 0, 128, 0, 0, 0, 60, 64), + (9505, 4190, 188, 0, 128, 0, 0, 0, 60, 64), + (9506, 4192, 188, 0, 128, 3950, 0, 0, 75, 77), + (9507, 4199, 188, 0, 128, 3985, 0, 0, 75, 77), + (9508, 4303, 188, 0, 128, 4084, 0, 0, 75, 77), + (9509, 4388, 188, 0, 128, 4197, 0, 0, 75, 77), + (9510, 70, 190, 0, 128, 0, 0, 0, 76, 76), + (9511, 244, 190, 990, 0, 178, 0, 0, 64, 66), + (9512, 656, 190, 660, 0, 485, 0, 0, 2, 5), + (9513, 671, 190, 14400, 128, 498, 0, 0, 72, 73), + (9514, 709, 190, 259200, 0, 520, 0, 0, 62, 64), + (9515, 797, 190, 0, 128, 0, 0, 0, 63, 63), + (9516, 798, 190, 0, 128, 0, 0, 0, 63, 63), + (9517, 799, 190, 0, 128, 0, 7250, 0, 64, 64), + (9518, 857, 190, 7920, 0, 609, 0, 0, 20, 21), + (9519, 862, 190, 0, 0, 0, 0, 0, 0, 0), + (9520, 871, 190, 990, 0, 614, 0, 0, 63, 65), + (9521, 1038, 190, 660, 2, 737, 0, 0, 2, 5), + (9522, 1044, 190, 990, 0, 745, 0, 0, 62, 64), + (9523, 1214, 190, 660, 1, 872, 0, 0, 4, 8), + (9524, 1635, 190, 660, 0, 1213, 0, 0, 12, 16), + (9525, 1643, 190, 660, 0, 1244, 0, 0, 12, 16), + (9526, 1666, 190, 660, 0, 1330, 0, 0, 21, 23), + (9527, 1670, 190, 14400, 0, 1339, 0, 0, 18, 20), + (9528, 1683, 190, 660, 0, 1363, 0, 0, 21, 23), + (9529, 1690, 190, 660, 0, 1386, 0, 0, 21, 23), + (9530, 1737, 190, 660, 0, 1476, 0, 0, 4, 8), + (9531, 1738, 190, 660, 0, 1485, 0, 0, 12, 16), + (9532, 1744, 190, 660, 0, 1508, 0, 0, 4, 8), + (9533, 1796, 190, 660, 0, 1549, 0, 0, 11, 13), + (9534, 1898, 190, 990, 0, 1632, 0, 0, 77, 79), + (9535, 2105, 190, 0, 128, 0, 0, 0, 76, 76), + (9536, 2388, 190, 990, 0, 2040, 0, 0, 80, 82), + (9537, 2763, 190, 660, 0, 2371, 0, 0, 3, 6), + (9538, 2797, 190, 660, 0, 2412, 0, 0, 15, 18), + (9539, 3124, 190, 0, 128, 0, 0, 0, 76, 76), + (9540, 3152, 190, 660, 2, 2799, 0, 0, 15, 17), + (9541, 3378, 190, 660, 0, 2996, 0, 0, 14, 16), + (9542, 3719, 190, 990, 0, 3293, 0, 0, 80, 82), + (9543, 3720, 190, 990, 0, 3294, 0, 0, 78, 80), + (9544, 3739, 190, 660, 1, 4393, 0, 0, 11, 13), + (9545, 3780, 190, 660, 0, 3374, 0, 0, 5, 7), + (9546, 3900, 190, 990, 0, 3467, 0, 0, 60, 62), + (9547, 3942, 190, 660, 0, 3533, 0, 0, 17, 19), + (9548, 3946, 190, 990, 0, 0, 0, 0, 58, 60), + (9549, 3992, 190, 0, 0, 0, 0, 0, 0, 0), + (9550, 4006, 190, 0, 0, 0, 0, 0, 0, 0), + (9551, 4261, 190, 432000, 0, 4033, 40000, 0, 95, 95), + (9552, 4349, 190, 660, 0, 4161, 0, 0, 9, 11), + (9553, 724, 191, 0, 128, 528, 0, 0, 24, 25), + (9554, 794, 191, 0, 128, 579, 0, 0, 10, 12), + (9555, 1341, 191, 0, 128, 0, 0, 0, 75, 75), + (9556, 1508, 191, 0, 128, 1105, 0, 0, 28, 30), + (9557, 1527, 191, 330, 0, 1128, 0, 0, 9, 12), + (9558, 1635, 191, 330, 0, 1214, 0, 0, 12, 16), + (9559, 1643, 191, 330, 0, 1245, 0, 0, 12, 16), + (9560, 1659, 191, 330, 0, 1295, 0, 0, 5, 8), + (9561, 1666, 191, 330, 0, 1331, 0, 0, 21, 23), + (9562, 1683, 191, 330, 0, 1364, 0, 0, 21, 23), + (9563, 1690, 191, 330, 0, 1387, 0, 0, 21, 23), + (9564, 1737, 191, 330, 0, 1476, 0, 0, 5, 8), + (9565, 1738, 191, 330, 0, 1486, 0, 0, 12, 16), + (9566, 1744, 191, 330, 0, 1508, 0, 0, 5, 8), + (9567, 1965, 191, 330, 0, 1691, 0, 0, 6, 8), + (9568, 2372, 191, 0, 128, 2018, 0, 0, 5, 7), + (9569, 3381, 191, 330, 0, 3001, 0, 0, 5, 8), + (9570, 3682, 191, 330, 0, 3261, 0, 0, 16, 20), + (9571, 3764, 191, 330, 0, 3351, 0, 0, 16, 20), + (9572, 3772, 191, 330, 0, 3361, 0, 0, 7, 9), + (9573, 3780, 191, 330, 0, 3375, 0, 0, 3, 5), + (9574, 3901, 191, 0, 128, 3474, 0, 0, 21, 23), + (9575, 3992, 191, 0, 0, 0, 0, 0, 0, 0), + (9576, 4271, 191, 330, 0, 4039, 0, 0, 7, 9), + (9577, 4272, 191, 330, 0, 4040, 0, 0, 15, 17), + (9578, 4273, 191, 0, 128, 4041, 0, 0, 15, 17), + (9579, 32, 192, 0, 0, 0, 0, 0, 0, 0), + (9580, 33, 192, 0, 0, 0, 0, 0, 0, 0), + (9581, 75, 192, 0, 0, 0, 0, 0, 0, 0), + (9582, 332, 192, 528, 0, 233, 0, 0, 8, 10), + (9583, 369, 192, 528, 0, 258, 0, 0, 17, 20), + (9584, 372, 192, 528, 0, 261, 0, 0, 1, 5), + (9585, 373, 192, 528, 0, 262, 0, 0, 12, 15), + (9586, 382, 192, 528, 0, 269, 0, 0, 11, 16), + (9587, 443, 192, 528, 0, 317, 0, 0, 4, 6), + (9588, 455, 192, 528, 0, 327, 0, 0, 15, 18), + (9589, 483, 192, 528, 0, 352, 0, 0, 22, 25), + (9590, 506, 192, 0, 0, 0, 0, 0, 0, 0), + (9591, 704, 192, 0, 0, 0, 0, 0, 0, 0), + (9592, 1635, 192, 528, 0, 1215, 0, 0, 14, 18), + (9593, 1643, 192, 528, 0, 1246, 0, 0, 14, 18), + (9594, 1666, 192, 528, 0, 1332, 0, 0, 20, 23), + (9595, 1683, 192, 528, 0, 1365, 0, 0, 20, 23), + (9596, 1690, 192, 528, 0, 1388, 0, 0, 20, 23), + (9597, 1737, 192, 528, 0, 1477, 0, 0, 1, 6), + (9598, 1738, 192, 528, 0, 1487, 0, 0, 14, 18), + (9599, 1744, 192, 528, 0, 1509, 0, 0, 1, 7), + (9600, 2258, 192, 0, 0, 0, 0, 0, 0, 0), + (9601, 2475, 192, 528, 0, 0, 0, 0, 3, 8), + (9602, 2498, 192, 7200, 0, 2145, 0, 0, 22, 23), + (9603, 2804, 192, 0, 0, 0, 0, 0, 0, 0), + (9604, 3584, 192, 0, 0, 0, 0, 0, 0, 0), + (9605, 3669, 192, 3600, 0, 3234, 0, 0, 33, 34), + (9606, 3992, 192, 0, 0, 0, 0, 0, 0, 0), + (9607, 4319, 192, 528, 0, 4129, 0, 0, 25, 28), + (9608, 4320, 192, 528, 0, 4131, 0, 0, 25, 28), + (9609, 4345, 192, 330, 0, 0, 0, 0, 22, 25), + (9610, 71, 193, 840, 4, 42, 0, 0, 33, 36), + (9611, 120, 193, 840, 0, 88, 0, 0, 26, 28), + (9612, 252, 193, 0, 128, 183, 0, 0, 44, 48), + (9613, 471, 193, 840, 0, 341, 0, 0, 17, 19), + (9614, 743, 193, 840, 0, 543, 0, 0, 26, 29), + (9615, 1139, 193, 840, 0, 814, 0, 0, 23, 26), + (9616, 1376, 193, 840, 0, 983, 0, 0, 21, 24), + (9617, 1501, 193, 0, 128, 1100, 0, 0, 50, 50), + (9618, 1503, 193, 0, 128, 0, 0, 0, 54, 54), + (9619, 1504, 193, 0, 128, 1101, 0, 0, 52, 52), + (9620, 1635, 193, 840, 0, 1216, 0, 0, 17, 20), + (9621, 1643, 193, 840, 0, 1247, 0, 0, 17, 20), + (9622, 1665, 193, 840, 0, 1317, 0, 0, 31, 34), + (9623, 1666, 193, 840, 0, 1333, 0, 0, 22, 26), + (9624, 1683, 193, 840, 0, 1366, 0, 0, 22, 26), + (9625, 1690, 193, 840, 0, 1389, 0, 0, 22, 26), + (9626, 1694, 193, 840, 0, 1404, 0, 0, 31, 34), + (9627, 1710, 193, 840, 0, 1449, 0, 0, 31, 34), + (9628, 1715, 193, 840, 0, 1465, 0, 0, 31, 34), + (9629, 1721, 193, 0, 128, 0, 0, 0, 24, 26), + (9630, 1738, 193, 840, 0, 1488, 0, 0, 17, 20), + (9631, 1755, 193, 840, 0, 1521, 0, 0, 29, 31), + (9632, 1985, 193, 840, 0, 1703, 0, 0, 17, 20), + (9633, 2146, 193, 660, 0, 1844, 0, 0, 26, 28), + (9634, 2633, 193, 0, 128, 0, 0, 0, 34, 38), + (9635, 2742, 193, 86400, 0, 2350, 0, 0, 42, 44), + (9636, 2808, 193, 792, 0, 2417, 0, 0, 31, 33), + (9637, 2817, 193, 0, 128, 0, 0, 0, 30, 30), + (9638, 3165, 193, 840, 0, 2812, 0, 0, 25, 27), + (9639, 3169, 193, 0, 128, 0, 0, 0, 45, 45), + (9640, 3320, 193, 0, 128, 2923, 0, 0, 34, 36), + (9641, 3537, 193, 840, 0, 3110, 0, 0, 23, 26), + (9642, 3614, 193, 660, 0, 3194, 0, 0, 24, 27), + (9643, 3662, 193, 840, 0, 0, 0, 0, 27, 29), + (9644, 3682, 193, 840, 0, 3262, 0, 0, 17, 20), + (9645, 3753, 193, 0, 128, 3342, 0, 0, 15, 17), + (9646, 3754, 193, 840, 0, 3344, 0, 0, 18, 21), + (9647, 3775, 193, 840, 0, 3365, 0, 0, 15, 18), + (9648, 3794, 193, 840, 0, 3386, 0, 0, 31, 34), + (9649, 3795, 193, 792, 0, 3387, 0, 0, 33, 35), + (9650, 3901, 193, 840, 0, 3475, 0, 0, 18, 21), + (9651, 3992, 193, 0, 0, 0, 0, 0, 0, 0), + (9652, 4256, 193, 840, 0, 4029, 0, 0, 23, 26), + (9653, 4309, 193, 840, 4, 4116, 0, 0, 33, 36), + (9654, 4345, 193, 0, 0, 0, 0, 0, 0, 0), + (9655, 4498, 193, 0, 0, 0, 0, 0, 0, 0), + (9656, 33, 194, 0, 0, 0, 0, 0, 0, 0), + (9657, 75, 194, 0, 0, 0, 0, 0, 0, 0), + (9658, 332, 194, 528, 0, 233, 0, 0, 8, 10), + (9659, 372, 194, 528, 0, 261, 0, 0, 1, 5), + (9660, 439, 194, 660, 0, 311, 0, 0, 23, 25), + (9661, 443, 194, 528, 0, 317, 0, 0, 4, 7), + (9662, 495, 194, 528, 0, 367, 0, 0, 16, 18), + (9663, 771, 194, 660, 0, 567, 0, 0, 20, 23), + (9664, 870, 194, 1, 0, 0, 0, 0, 1, 1), + (9665, 900, 194, 660, 0, 0, 0, 0, 28, 30), + (9666, 1011, 194, 0, 0, 715, 0, 0, 0, 0), + (9667, 1089, 194, 660, 0, 778, 0, 0, 23, 25), + (9668, 1090, 194, 660, 0, 779, 0, 0, 23, 25), + (9669, 1183, 194, 990, 0, 845, 0, 0, 30, 34), + (9670, 1184, 194, 990, 0, 846, 0, 0, 30, 34), + (9671, 1185, 194, 990, 0, 847, 0, 0, 30, 34), + (9672, 1186, 194, 990, 0, 848, 0, 0, 30, 34), + (9673, 1350, 194, 528, 0, 963, 0, 0, 15, 19), + (9674, 1351, 194, 528, 0, 964, 0, 0, 15, 19), + (9675, 1352, 194, 528, 0, 965, 0, 0, 15, 19), + (9676, 1353, 194, 528, 0, 966, 0, 0, 15, 19), + (9677, 1415, 194, 528, 0, 1040, 0, 0, 10, 14), + (9678, 1416, 194, 528, 0, 1041, 0, 0, 10, 14), + (9679, 1417, 194, 528, 0, 1042, 0, 0, 10, 14), + (9680, 1418, 194, 528, 0, 1043, 0, 0, 10, 14), + (9681, 1517, 194, 660, 0, 1120, 0, 0, 23, 26), + (9682, 1518, 194, 660, 0, 1122, 0, 0, 23, 26), + (9683, 1635, 194, 528, 0, 1217, 0, 0, 10, 14), + (9684, 1643, 194, 528, 0, 1248, 0, 0, 10, 14), + (9685, 1737, 194, 528, 0, 1477, 0, 0, 1, 7), + (9686, 1738, 194, 528, 0, 1487, 0, 0, 10, 14), + (9687, 1744, 194, 528, 0, 1509, 0, 0, 1, 7), + (9688, 2118, 194, 0, 128, 1817, 0, 0, 62, 62), + (9689, 2119, 194, 0, 128, 1818, 0, 0, 62, 62), + (9690, 2120, 194, 0, 128, 1819, 0, 0, 62, 62), + (9691, 2121, 194, 0, 128, 1820, 0, 0, 62, 62), + (9692, 2883, 194, 990, 0, 2469, 0, 0, 35, 39), + (9693, 2884, 194, 990, 0, 2470, 0, 0, 35, 39), + (9694, 2885, 194, 990, 0, 2471, 0, 0, 35, 39), + (9695, 2886, 194, 990, 0, 2472, 0, 0, 35, 39), + (9696, 3284, 194, 0, 128, 2909, 0, 0, 72, 72), + (9697, 3285, 194, 0, 0, 0, 0, 0, 0, 0), + (9698, 3286, 194, 0, 128, 2911, 0, 0, 72, 72), + (9699, 3395, 194, 528, 0, 3004, 0, 0, 12, 15), + (9700, 3553, 194, 660, 0, 3133, 0, 0, 25, 29), + (9701, 3554, 194, 660, 0, 3134, 0, 0, 25, 29), + (9702, 3555, 194, 660, 0, 3135, 0, 0, 25, 29), + (9703, 3556, 194, 660, 0, 3136, 0, 0, 25, 29), + (9704, 3637, 194, 660, 0, 3213, 0, 0, 20, 24), + (9705, 3638, 194, 660, 0, 3214, 0, 0, 20, 24), + (9706, 3639, 194, 660, 0, 3215, 0, 0, 20, 24), + (9707, 3640, 194, 660, 0, 3216, 0, 0, 20, 24), + (9708, 3775, 194, 528, 0, 3366, 0, 0, 15, 18), + (9709, 3876, 194, 990, 0, 3447, 0, 0, 40, 44), + (9710, 3877, 194, 990, 0, 3448, 0, 0, 40, 44), + (9711, 3878, 194, 990, 0, 3449, 0, 0, 40, 44), + (9712, 3879, 194, 990, 0, 3450, 0, 0, 40, 44), + (9713, 3903, 194, 528, 0, 3477, 0, 0, 5, 9), + (9714, 3904, 194, 528, 0, 3478, 0, 0, 5, 9), + (9715, 3905, 194, 528, 0, 3479, 0, 0, 5, 9), + (9716, 3906, 194, 528, 0, 3480, 0, 0, 5, 9), + (9717, 3912, 194, 528, 4, 0, 0, 0, 75, 75), + (9718, 3992, 194, 0, 0, 0, 0, 0, 0, 0), + (9719, 4059, 194, 528, 0, 3634, 0, 0, 1, 5), + (9720, 4060, 194, 528, 0, 3635, 0, 0, 1, 5), + (9721, 4061, 194, 528, 0, 3636, 0, 0, 1, 5), + (9722, 4062, 194, 528, 0, 3637, 0, 0, 1, 5), + (9723, 136, 195, 1056, 0, 99, 0, 0, 45, 46), + (9724, 310, 195, 1056, 0, 0, 0, 0, 51, 53), + (9725, 473, 195, 1056, 0, 344, 0, 0, 50, 52), + (9726, 876, 195, 21600, 0, 0, 0, 0, 68, 68), + (9727, 918, 195, 1056, 0, 644, 0, 0, 57, 59), + (9728, 1075, 195, 0, 128, 0, 0, 0, 52, 52), + (9729, 1160, 195, 1056, 4, 829, 0, 0, 52, 55), + (9730, 1287, 195, 1056, 0, 925, 0, 0, 54, 56), + (9731, 1481, 195, 1056, 0, 1094, 0, 0, 41, 43), + (9732, 1900, 195, 1056, 0, 1639, 0, 0, 63, 65), + (9733, 1926, 195, 1056, 0, 1664, 0, 0, 46, 49), + (9734, 2043, 195, 1056, 4, 1759, 0, 0, 52, 55), + (9735, 2176, 195, 1056, 0, 0, 0, 0, 52, 54), + (9736, 2407, 195, 990, 0, 2057, 0, 0, 51, 55), + (9737, 2408, 195, 0, 128, 0, 0, 0, 58, 58), + (9738, 2442, 195, 1056, 0, 2087, 0, 0, 42, 46), + (9739, 2559, 195, 1056, 0, 0, 0, 0, 40, 43), + (9740, 2664, 195, 0, 128, 2287, 0, 0, 64, 66), + (9741, 2770, 195, 1056, 0, 2387, 0, 0, 50, 52), + (9742, 2802, 195, 0, 128, 0, 0, 0, 61, 65), + (9743, 3081, 195, 0, 128, 0, 0, 0, 52, 52), + (9744, 3232, 195, 1056, 0, 2876, 0, 0, 42, 44), + (9745, 3358, 195, 1056, 0, 2957, 0, 0, 44, 47), + (9746, 3559, 195, 1056, 0, 0, 0, 0, 46, 48), + (9747, 3654, 195, 0, 128, 0, 0, 0, 60, 60), + (9748, 3655, 195, 0, 0, 0, 0, 0, 0, 0), + (9749, 3656, 195, 0, 128, 0, 0, 0, 60, 60), + (9750, 3657, 195, 0, 128, 0, 0, 0, 60, 60), + (9751, 3658, 195, 0, 128, 0, 0, 0, 60, 60), + (9752, 3659, 195, 0, 128, 0, 0, 0, 60, 60), + (9753, 3660, 195, 0, 128, 0, 0, 0, 60, 60), + (9754, 3741, 195, 1056, 0, 3315, 0, 0, 64, 66), + (9755, 3799, 195, 0, 128, 0, 0, 0, 62, 62), + (9756, 3834, 195, 0, 128, 0, 0, 0, 58, 58), + (9757, 3858, 195, 0, 0, 0, 0, 0, 0, 0), + (9758, 3943, 195, 1056, 0, 3535, 0, 0, 60, 63), + (9759, 3944, 195, 1056, 0, 3537, 0, 0, 60, 62), + (9760, 3945, 195, 1056, 0, 0, 0, 0, 53, 55), + (9761, 3992, 195, 0, 0, 0, 0, 0, 0, 0), + (9762, 4038, 195, 0, 128, 0, 0, 0, 58, 58), + (9763, 4112, 195, 1056, 0, 3670, 0, 0, 55, 57), + (9764, 4484, 195, 0, 128, 0, 0, 0, 54, 54), + (9765, 113, 196, 792, 0, 80, 0, 0, 28, 30), + (9766, 251, 196, 0, 128, 182, 0, 0, 44, 48), + (9767, 267, 196, 3600, 128, 194, 0, 0, 36, 43), + (9768, 335, 196, 660, 0, 235, 0, 0, 21, 24), + (9769, 338, 196, 792, 0, 240, 0, 0, 31, 34), + (9770, 452, 196, 0, 128, 325, 0, 0, 25, 26), + (9771, 485, 196, 792, 0, 358, 0, 0, 27, 29), + (9772, 585, 196, 3600, 128, 436, 0, 0, 36, 38), + (9773, 845, 196, 3600, 128, 603, 0, 0, 36, 38), + (9774, 1160, 196, 792, 4, 832, 0, 0, 33, 36), + (9775, 1329, 196, 792, 0, 944, 0, 0, 35, 38), + (9776, 1376, 196, 660, 0, 984, 0, 0, 20, 23), + (9777, 1412, 196, 129600, 0, 1038, 0, 0, 43, 45), + (9778, 1454, 196, 792, 0, 1073, 0, 0, 32, 35), + (9779, 1511, 196, 792, 0, 1108, 0, 0, 33, 36), + (9780, 1517, 196, 660, 0, 1121, 0, 0, 20, 24), + (9781, 1518, 196, 0, 0, 1122, 0, 0, 0, 0), + (9782, 1807, 196, 792, 0, 1575, 0, 0, 29, 31), + (9783, 2146, 196, 660, 0, 1845, 0, 0, 27, 29), + (9784, 2165, 196, 86400, 0, 1861, 0, 0, 46, 48), + (9785, 2589, 196, 792, 0, 2228, 0, 0, 28, 31), + (9786, 2774, 196, 0, 128, 2388, 0, 0, 35, 37), + (9787, 2783, 196, 792, 0, 2401, 0, 0, 30, 32), + (9788, 2987, 196, 0, 128, 0, 0, 0, 30, 32), + (9789, 3050, 196, 660, 0, 2713, 0, 0, 23, 26), + (9790, 3138, 196, 0, 128, 2776, 0, 0, 20, 22), + (9791, 3218, 196, 0, 128, 0, 0, 0, 32, 37), + (9792, 3226, 196, 3600, 128, 2869, 0, 0, 36, 38), + (9793, 3320, 196, 792, 0, 2924, 0, 0, 31, 34), + (9794, 3435, 196, 792, 0, 3032, 0, 0, 27, 30), + (9795, 3647, 196, 660, 0, 3224, 0, 0, 15, 17), + (9796, 3680, 196, 3600, 128, 3244, 0, 0, 36, 38), + (9797, 3747, 196, 792, 0, 3327, 0, 0, 28, 30), + (9798, 3912, 196, 792, 4, 3519, 0, 0, 33, 36), + (9799, 3992, 196, 0, 0, 0, 0, 0, 0, 0), + (9800, 4284, 196, 0, 128, 4061, 0, 0, 45, 45), + (9801, 4319, 196, 792, 0, 4130, 0, 0, 26, 30), + (9802, 4320, 196, 0, 0, 4131, 0, 0, 0, 0), + (9803, 4337, 196, 792, 0, 4150, 0, 0, 31, 34), + (9804, 4378, 196, 3600, 128, 4191, 0, 0, 36, 38), + (9805, 4498, 196, 0, 0, 0, 0, 0, 0, 0), + (9806, 297, 197, 0, 128, 213, 0, 0, 68, 68), + (9807, 447, 197, 1056, 0, 320, 0, 0, 52, 54), + (9808, 661, 197, 924, 0, 489, 0, 0, 42, 44), + (9809, 832, 197, 1056, 0, 595, 0, 0, 60, 62), + (9810, 940, 197, 924, 0, 662, 0, 0, 40, 42), + (9811, 979, 197, 28800, 0, 687, 0, 0, 60, 60), + (9812, 1084, 197, 1056, 0, 769, 0, 0, 45, 47), + (9813, 1099, 197, 1056, 0, 786, 0, 0, 55, 58), + (9814, 1113, 197, 0, 128, 794, 5000, 0, 52, 52), + (9815, 1123, 197, 0, 128, 802, 0, 0, 50, 50), + (9816, 1271, 197, 1056, 0, 912, 0, 0, 51, 54), + (9817, 1341, 197, 1056, 4, 959, 0, 0, 52, 54), + (9818, 1830, 197, 0, 128, 1590, 0, 0, 45, 50), + (9819, 1928, 197, 1056, 0, 1665, 0, 0, 59, 62), + (9820, 1990, 197, 1056, 0, 1705, 0, 0, 50, 53), + (9821, 2229, 197, 924, 0, 1897, 0, 0, 45, 47), + (9822, 2272, 197, 1056, 0, 1947, 0, 0, 60, 63), + (9823, 2311, 197, 924, 0, 1978, 0, 0, 49, 51), + (9824, 2586, 197, 0, 128, 2225, 0, 0, 64, 64), + (9825, 2598, 197, 1056, 0, 2231, 0, 0, 41, 43), + (9826, 2664, 197, 0, 128, 2288, 0, 0, 60, 63), + (9827, 2775, 197, 1056, 0, 2389, 0, 0, 53, 55), + (9828, 2835, 197, 924, 0, 2422, 0, 0, 45, 47), + (9829, 3232, 197, 10800, 0, 2877, 0, 0, 45, 45), + (9830, 3281, 197, 0, 128, 2908, 0, 0, 64, 64), + (9831, 3415, 197, 1056, 0, 3016, 0, 0, 53, 55), + (9832, 3697, 197, 924, 0, 3276, 0, 0, 47, 49), + (9833, 3707, 197, 1056, 0, 3283, 0, 0, 48, 50), + (9834, 3992, 197, 0, 0, 0, 0, 0, 0, 0), + (9835, 4309, 197, 1056, 4, 4117, 0, 0, 52, 54), + (9836, 4322, 197, 1056, 0, 4135, 0, 0, 55, 57), + (9837, 4354, 197, 1056, 0, 0, 0, 0, 50, 52), + (9838, 4375, 197, 924, 0, 4187, 0, 0, 40, 44), + (9839, 28, 198, 792, 0, 9, 0, 0, 27, 30), + (9840, 71, 198, 792, 4, 43, 0, 0, 33, 36), + (9841, 120, 198, 792, 0, 89, 0, 0, 26, 29), + (9842, 228, 198, 108000, 0, 174, 3500, 0, 36, 37), + (9843, 250, 198, 0, 128, 181, 0, 0, 44, 48), + (9844, 646, 198, 792, 0, 479, 0, 0, 22, 25), + (9845, 658, 198, 792, 0, 486, 0, 0, 29, 31), + (9846, 771, 198, 792, 0, 568, 0, 0, 20, 23), + (9847, 913, 198, 0, 128, 0, 0, 0, 33, 36), + (9848, 1160, 198, 792, 4, 833, 0, 0, 33, 36), + (9849, 1517, 198, 792, 0, 1122, 0, 0, 22, 26), + (9850, 1518, 198, 0, 0, 1122, 0, 0, 0, 0), + (9851, 1635, 198, 528, 0, 1209, 0, 0, 16, 18), + (9852, 1643, 198, 528, 0, 1249, 0, 0, 16, 18), + (9853, 1665, 198, 792, 0, 1318, 0, 0, 31, 34), + (9854, 1666, 198, 792, 0, 1334, 0, 0, 22, 26), + (9855, 1683, 198, 792, 0, 1367, 0, 0, 22, 26), + (9856, 1690, 198, 792, 0, 1390, 0, 0, 22, 26), + (9857, 1694, 198, 792, 0, 1405, 0, 0, 31, 34), + (9858, 1710, 198, 792, 0, 1450, 0, 0, 30, 34), + (9859, 1715, 198, 792, 0, 1466, 0, 0, 31, 34), + (9860, 1720, 198, 0, 128, 0, 0, 0, 24, 26), + (9861, 1738, 198, 528, 0, 1489, 0, 0, 16, 18), + (9862, 1776, 198, 0, 0, 0, 0, 0, 0, 0), + (9863, 2046, 198, 0, 128, 1760, 0, 0, 35, 36), + (9864, 2146, 198, 660, 0, 1843, 0, 0, 26, 28), + (9865, 2313, 198, 660, 0, 1981, 0, 0, 30, 33), + (9866, 2386, 198, 108000, 0, 2039, 0, 0, 35, 36), + (9867, 2442, 198, 0, 128, 0, 0, 0, 33, 38), + (9868, 2599, 198, 528, 0, 2232, 0, 0, 18, 21), + (9869, 2600, 198, 660, 0, 2233, 0, 0, 25, 28), + (9870, 3165, 198, 660, 0, 2813, 0, 0, 24, 28), + (9871, 3211, 198, 660, 0, 2834, 0, 0, 29, 31), + (9872, 3537, 198, 660, 0, 3111, 0, 0, 23, 26), + (9873, 3775, 198, 528, 0, 3367, 0, 0, 15, 18), + (9874, 3992, 198, 0, 0, 0, 0, 0, 0, 0), + (9875, 4319, 198, 0, 0, 4131, 0, 0, 0, 0), + (9876, 4320, 198, 660, 0, 4131, 0, 0, 24, 28), + (9877, 4337, 198, 792, 0, 4151, 0, 0, 32, 35), + (9878, 4386, 198, 0, 128, 0, 0, 0, 20, 20), + (9879, 4468, 198, 0, 0, 0, 0, 0, 0, 0), + (9880, 38, 200, 924, 0, 17, 0, 0, 52, 54), + (9881, 407, 200, 924, 0, 283, 0, 0, 47, 49), + (9882, 512, 200, 924, 0, 376, 0, 0, 41, 44), + (9883, 689, 200, 924, 0, 504, 0, 0, 56, 58), + (9884, 692, 200, 0, 128, 507, 3500, 0, 63, 63), + (9885, 731, 200, 924, 0, 531, 0, 0, 46, 48), + (9886, 744, 200, 924, 0, 544, 0, 0, 44, 45), + (9887, 980, 200, 924, 0, 0, 0, 0, 47, 49), + (9888, 1120, 200, 924, 0, 799, 0, 0, 52, 54), + (9889, 1160, 200, 924, 4, 832, 0, 0, 52, 54), + (9890, 1275, 200, 924, 0, 915, 0, 0, 52, 53), + (9891, 1283, 200, 924, 0, 922, 0, 0, 42, 43), + (9892, 1288, 200, 1056, 0, 926, 0, 0, 59, 62), + (9893, 1289, 200, 1056, 0, 927, 0, 0, 59, 62), + (9894, 1290, 200, 924, 0, 928, 0, 0, 52, 55), + (9895, 1291, 200, 924, 0, 929, 0, 0, 47, 49), + (9896, 1328, 200, 990, 0, 943, 0, 0, 54, 56), + (9897, 1440, 200, 924, 0, 1063, 0, 0, 51, 55), + (9898, 1831, 200, 0, 128, 1591, 0, 0, 61, 61), + (9899, 1922, 200, 1056, 0, 1660, 0, 0, 59, 62), + (9900, 2413, 200, 0, 128, 0, 0, 0, 52, 57), + (9901, 2456, 200, 0, 0, 0, 0, 0, 0, 0), + (9902, 2478, 200, 1056, 0, 2121, 0, 0, 62, 64), + (9903, 2664, 200, 0, 128, 2289, 0, 0, 63, 65), + (9904, 2958, 200, 924, 0, 2522, 0, 0, 43, 45), + (9905, 2968, 200, 86400, 128, 2533, 0, 0, 52, 52), + (9906, 3078, 200, 1056, 0, 2730, 0, 0, 59, 62), + (9907, 3232, 200, 924, 0, 2878, 0, 0, 43, 45), + (9908, 3312, 200, 0, 0, 0, 0, 0, 0, 0), + (9909, 3358, 200, 924, 0, 2958, 0, 0, 44, 46), + (9910, 3549, 200, 86400, 128, 3130, 50000, 0, 70, 70), + (9911, 3619, 200, 924, 0, 3197, 0, 0, 40, 43), + (9912, 3648, 200, 86400, 128, 3225, 0, 0, 54, 54), + (9913, 3835, 200, 990, 0, 3424, 0, 0, 63, 65), + (9914, 3912, 200, 924, 4, 3520, 0, 0, 52, 54), + (9915, 3992, 200, 0, 0, 0, 0, 0, 0, 0), + (9916, 4207, 200, 1056, 0, 3987, 0, 0, 59, 62), + (9917, 4353, 200, 924, 0, 4165, 0, 0, 40, 42), + (9918, 4379, 200, 1056, 0, 4192, 0, 0, 60, 62), + (9919, 71, 201, 0, 128, 0, 0, 0, 75, 75), + (9920, 1473, 201, 0, 128, 0, 700, 0, 20, 23), + (9921, 2951, 201, 0, 128, 0, 0, 0, 75, 75), + (9922, 2410, 202, 0, 128, 0, 0, 0, 75, 75), + (9923, 3317, 202, 0, 128, 0, 700, 0, 20, 23), + (9924, 3912, 202, 0, 128, 0, 0, 0, 75, 75), + (9925, 3914, 202, 0, 128, 0, 0, 0, 75, 75), + (9926, 1126, 203, 0, 128, 0, 1960, 0, 50, 50), + (9927, 2043, 203, 0, 128, 0, 0, 0, 75, 75), + (9928, 3607, 203, 0, 128, 0, 700, 0, 20, 23), + (9929, 99, 204, 0, 128, 59, 0, 0, 65, 65), + (9930, 614, 204, 1056, 0, 451, 0, 0, 51, 54), + (9931, 630, 204, 86400, 0, 465, 25000, 0, 70, 70), + (9932, 744, 204, 1056, 0, 545, 0, 0, 41, 43), + (9933, 770, 204, 1056, 0, 565, 0, 0, 56, 58), + (9934, 862, 204, 0, 0, 0, 0, 0, 0, 0), + (9935, 888, 204, 0, 128, 0, 0, 0, 53, 53), + (9936, 896, 204, 0, 0, 0, 0, 0, 0, 0), + (9937, 913, 204, 1056, 4, 640, 0, 0, 56, 58), + (9938, 1120, 204, 1056, 0, 800, 0, 0, 54, 56), + (9939, 1122, 204, 1056, 0, 801, 0, 0, 41, 43), + (9940, 1164, 204, 115200, 0, 835, 0, 0, 63, 63), + (9941, 1754, 204, 21600, 0, 1519, 0, 0, 62, 62), + (9942, 1921, 204, 1056, 0, 1659, 0, 0, 61, 63), + (9943, 2043, 204, 1056, 4, 1755, 0, 0, 56, 58), + (9944, 2231, 204, 1056, 0, 0, 0, 0, 59, 61), + (9945, 2678, 204, 21600, 128, 2303, 0, 0, 62, 62), + (9946, 2907, 204, 115200, 0, 2486, 0, 0, 63, 63), + (9947, 3051, 204, 1056, 0, 2714, 0, 0, 43, 45), + (9948, 3312, 204, 0, 0, 0, 0, 0, 0, 0), + (9949, 3358, 204, 1056, 0, 2959, 0, 0, 40, 42), + (9950, 3561, 204, 1056, 0, 3140, 0, 0, 44, 46), + (9951, 3709, 204, 115200, 0, 3285, 0, 0, 63, 63), + (9952, 3723, 204, 1056, 0, 3297, 0, 0, 55, 58), + (9953, 3841, 204, 1056, 0, 3431, 0, 0, 53, 55), + (9954, 3992, 204, 0, 0, 0, 0, 0, 0, 0), + (9955, 4006, 204, 0, 0, 0, 0, 0, 0, 0), + (9956, 4092, 204, 1056, 0, 3656, 0, 0, 38, 40), + (9957, 4098, 204, 1056, 0, 3657, 0, 0, 50, 52), + (9958, 4112, 204, 1056, 0, 3671, 0, 0, 55, 57), + (9959, 4127, 204, 1056, 0, 3686, 0, 0, 40, 42), + (9960, 4323, 204, 115200, 128, 4137, 0, 0, 63, 63), + (9961, 4498, 204, 0, 0, 0, 0, 0, 0, 0), + (9962, 265, 205, 285120, 0, 191, 0, 0, 85, 85), + (9963, 266, 205, 1056, 0, 192, 0, 0, 73, 76), + (9964, 494, 205, 0, 128, 0, 0, 0, 64, 65), + (9965, 496, 205, 0, 128, 0, 0, 0, 64, 65), + (9966, 497, 205, 0, 128, 0, 0, 0, 64, 65), + (9967, 498, 205, 0, 128, 368, 0, 0, 80, 81), + (9968, 607, 205, 0, 128, 0, 50000, 0, 82, 82), + (9969, 1044, 205, 1056, 2, 747, 0, 0, 60, 64), + (9970, 1073, 205, 1056, 0, 758, 0, 0, 63, 69), + (9971, 1238, 205, 1056, 0, 880, 0, 0, 70, 73), + (9972, 1401, 205, 7920, 0, 1026, 0, 0, 71, 72), + (9973, 1634, 205, 1056, 0, 1204, 0, 0, 66, 69), + (9974, 1637, 205, 1056, 0, 1221, 0, 0, 66, 69), + (9975, 1687, 205, 1056, 0, 1373, 0, 0, 66, 69), + (9976, 1711, 205, 1056, 0, 1452, 0, 0, 66, 69), + (9977, 1721, 205, 0, 128, 0, 0, 0, 53, 55), + (9978, 2015, 205, 1056, 0, 1720, 0, 0, 75, 78), + (9979, 2226, 205, 0, 0, 0, 0, 0, 0, 0), + (9980, 2405, 205, 0, 0, 0, 0, 0, 0, 0), + (9981, 2420, 205, 14400, 0, 2064, 0, 0, 74, 76), + (9982, 2484, 205, 0, 128, 2128, 0, 0, 65, 65), + (9983, 2664, 205, 0, 128, 2290, 0, 0, 63, 69), + (9984, 2842, 205, 1056, 0, 2429, 0, 0, 68, 72), + (9985, 2904, 205, 0, 0, 0, 0, 0, 0, 0), + (9986, 2963, 205, 1056, 0, 2524, 0, 0, 61, 65), + (9987, 3444, 205, 0, 128, 0, 0, 0, 74, 79), + (9988, 3808, 205, 1056, 0, 3407, 0, 0, 70, 73), + (9989, 3844, 205, 0, 128, 3432, 0, 0, 72, 74), + (9990, 4066, 205, 86400, 0, 3642, 0, 0, 73, 76), + (9991, 4245, 205, 1056, 0, 4023, 0, 0, 71, 78), + (9992, 4246, 205, 1056, 0, 4024, 0, 0, 62, 68), + (9993, 4248, 205, 1056, 0, 4025, 0, 0, 61, 64), + (9994, 4258, 205, 21600, 0, 4031, 0, 0, 79, 80), + (9995, 42, 206, 0, 128, 0, 0, 0, 0, 0), + (9996, 72, 206, 0, 128, 0, 0, 0, 75, 75), + (9997, 117, 206, 0, 128, 0, 0, 0, 75, 75), + (9998, 127, 206, 0, 128, 0, 0, 0, 50, 50), + (9999, 129, 206, 0, 128, 0, 0, 0, 50, 50), + (10000, 160, 206, 0, 128, 0, 0, 0, 60, 60), + (10001, 223, 206, 0, 128, 0, 0, 0, 50, 50), + (10002, 248, 206, 0, 0, 0, 0, 0, 0, 0), + (10003, 385, 206, 0, 128, 0, 0, 0, 75, 75), + (10004, 629, 206, 0, 128, 0, 0, 0, 30, 30), + (10005, 685, 206, 1, 0, 0, 0, 0, 1, 1), + (10006, 686, 206, 0, 128, 0, 0, 0, 50, 50), + (10007, 687, 206, 0, 128, 0, 0, 0, 50, 50), + (10008, 688, 206, 0, 128, 0, 0, 0, 50, 50), + (10009, 824, 206, 0, 128, 0, 0, 0, 0, 0), + (10010, 938, 206, 0, 0, 0, 0, 0, 0, 0), + (10011, 1050, 206, 0, 0, 0, 0, 0, 0, 0), + (10012, 1076, 206, 0, 128, 0, 0, 0, 40, 40), + (10013, 1161, 206, 0, 128, 0, 0, 0, 50, 50), + (10014, 1163, 206, 0, 128, 0, 0, 0, 75, 75), + (10015, 1342, 206, 0, 128, 0, 0, 0, 50, 50), + (10016, 1343, 206, 0, 128, 0, 0, 0, 75, 75), + (10017, 1424, 206, 0, 128, 0, 0, 0, 30, 30), + (10018, 1497, 206, 0, 128, 0, 0, 0, 40, 40), + (10019, 1519, 206, 0, 128, 0, 0, 0, 40, 40), + (10020, 1620, 206, 0, 128, 0, 0, 0, 30, 30), + (10021, 1854, 206, 0, 128, 0, 0, 0, 30, 30), + (10022, 1925, 206, 0, 128, 0, 0, 0, 75, 75), + (10023, 2045, 206, 0, 128, 0, 0, 0, 75, 75), + (10024, 2147, 206, 0, 0, 0, 0, 0, 0, 0), + (10025, 2319, 206, 0, 128, 0, 1800, 1000, 70, 70), + (10026, 2460, 206, 0, 128, 0, 1800, 1000, 70, 70), + (10027, 2494, 206, 0, 0, 0, 0, 0, 0, 0), + (10028, 2588, 206, 0, 128, 0, 0, 0, 60, 60), + (10029, 2828, 206, 0, 128, 0, 0, 0, 60, 60), + (10030, 2829, 206, 0, 128, 0, 0, 0, 60, 60), + (10031, 2830, 206, 0, 128, 0, 0, 0, 60, 60), + (10032, 2831, 206, 0, 128, 0, 0, 0, 60, 60), + (10033, 3227, 206, 0, 128, 0, 0, 0, 60, 60), + (10034, 3315, 206, 0, 0, 0, 0, 0, 0, 0), + (10035, 3385, 206, 0, 0, 0, 0, 0, 0, 0), + (10036, 3386, 206, 0, 128, 0, 0, 0, 75, 75), + (10037, 3390, 206, 0, 128, 0, 0, 0, 30, 30), + (10038, 3530, 206, 0, 0, 0, 0, 0, 0, 0), + (10039, 3532, 206, 0, 0, 0, 0, 0, 0, 0), + (10040, 3533, 206, 0, 0, 0, 0, 0, 0, 0), + (10041, 3535, 206, 0, 0, 0, 0, 0, 0, 0), + (10042, 3612, 206, 0, 128, 0, 0, 0, 60, 60), + (10043, 3701, 206, 0, 128, 0, 0, 0, 75, 75), + (10044, 3915, 206, 0, 128, 0, 0, 0, 75, 75), + (10045, 4006, 206, 0, 0, 0, 0, 0, 0, 0), + (10046, 4119, 206, 0, 0, 0, 0, 0, 0, 0), + (10047, 4132, 206, 0, 0, 0, 0, 0, 0, 0), + (10048, 4205, 206, 0, 128, 0, 0, 0, 50, 50), + (10049, 4294, 206, 0, 128, 0, 0, 0, 75, 75), + (10050, 4310, 206, 0, 128, 0, 0, 0, 50, 50), + (10051, 4312, 206, 0, 128, 0, 0, 0, 75, 75), + (10052, 4350, 206, 0, 128, 0, 0, 0, 50, 50), + (10053, 4374, 206, 0, 0, 0, 0, 0, 0, 0), + (10054, 4483, 206, 0, 0, 0, 0, 0, 0, 0), + (10055, 4498, 206, 0, 0, 0, 0, 0, 0, 0), + (10056, 1341, 207, 0, 128, 0, 0, 0, 75, 75), + (10057, 2050, 207, 0, 128, 0, 700, 0, 20, 23), + (10058, 128, 208, 0, 128, 0, 0, 0, 72, 72), + (10059, 165, 208, 1056, 0, 121, 0, 0, 62, 72), + (10060, 166, 208, 1056, 0, 122, 0, 0, 62, 72), + (10061, 169, 208, 86400, 0, 125, 0, 0, 75, 75), + (10062, 175, 208, 1056, 0, 131, 0, 0, 52, 59), + (10063, 178, 208, 1320, 0, 134, 0, 128, 72, 74), + (10064, 179, 208, 21600, 0, 135, 0, 0, 65, 66), + (10065, 180, 208, 28800, 0, 136, 0, 0, 65, 65), + (10066, 181, 208, 1320, 0, 137, 0, 0, 72, 74), + (10067, 182, 208, 1056, 0, 138, 0, 0, 52, 59), + (10068, 183, 208, 21600, 0, 139, 0, 0, 65, 65), + (10069, 184, 208, 1056, 0, 140, 0, 0, 62, 72), + (10070, 188, 208, 1056, 0, 144, 0, 0, 52, 59), + (10071, 190, 208, 1056, 0, 146, 0, 0, 62, 72), + (10072, 191, 208, 21600, 0, 147, 0, 0, 72, 74), + (10073, 672, 208, 0, 128, 0, 0, 0, 70, 70), + (10074, 674, 208, 14400, 0, 499, 0, 0, 56, 58), + (10075, 1033, 208, 21600, 0, 728, 0, 0, 70, 70), + (10076, 1606, 208, 1056, 0, 1181, 0, 0, 62, 65), + (10077, 1607, 208, 0, 128, 0, 0, 0, 63, 68), + (10078, 1894, 208, 7200, 0, 1631, 0, 0, 65, 65), + (10079, 1928, 208, 1056, 0, 1666, 0, 0, 51, 58), + (10080, 1987, 208, 0, 128, 0, 0, 0, 70, 70), + (10081, 2664, 208, 0, 128, 2291, 0, 0, 56, 59), + (10082, 2923, 208, 21600, 0, 2494, 0, 0, 60, 60), + (10083, 3193, 208, 0, 128, 0, 0, 0, 70, 70), + (10084, 3201, 208, 7920, 0, 2830, 0, 0, 72, 72), + (10085, 3428, 208, 1056, 0, 0, 0, 0, 52, 59), + (10086, 3438, 208, 54000, 0, 3033, 0, 0, 55, 55), + (10087, 3453, 208, 1056, 0, 3040, 0, 0, 62, 65), + (10088, 3454, 208, 1056, 0, 3041, 0, 0, 51, 59), + (10089, 3456, 208, 1056, 0, 3047, 0, 0, 56, 59), + (10090, 3459, 208, 1056, 0, 3050, 0, 0, 51, 55), + (10091, 3461, 208, 1056, 0, 3052, 0, 0, 65, 68), + (10092, 3727, 208, 1056, 0, 3300, 0, 0, 62, 68), + (10093, 3999, 208, 0, 128, 0, 0, 0, 70, 70), + (10094, 4001, 208, 5400, 128, 3588, 0, 0, 72, 74), + (10095, 4003, 208, 0, 128, 3589, 0, 0, 60, 62), + (10096, 4126, 208, 0, 128, 0, 0, 0, 65, 65), + (10097, 4498, 208, 0, 0, 0, 0, 0, 0, 0), + (10098, 1160, 209, 0, 128, 0, 0, 0, 75, 75), + (10099, 1451, 209, 0, 128, 0, 6000, 0, 56, 56), + (10100, 3931, 209, 0, 128, 0, 700, 0, 20, 23), + (10101, 2402, 211, 0, 128, 0, 700, 0, 20, 23), + (10102, 4309, 211, 0, 128, 0, 0, 0, 75, 75), + (10103, 109, 212, 31680, 128, 77, 0, 0, 80, 80), + (10104, 163, 212, 1056, 0, 120, 0, 0, 77, 79), + (10105, 339, 212, 21600, 128, 241, 0, 0, 77, 81), + (10106, 348, 212, 0, 128, 247, 0, 0, 82, 82), + (10107, 584, 212, 86400, 128, 434, 0, 0, 80, 80), + (10108, 976, 212, 1056, 0, 684, 0, 0, 73, 76), + (10109, 1082, 212, 1056, 0, 761, 0, 0, 75, 77), + (10110, 1083, 212, 1056, 0, 766, 0, 0, 65, 67), + (10111, 1085, 212, 1056, 0, 774, 0, 0, 65, 67), + (10112, 1087, 212, 1056, 0, 776, 0, 0, 76, 78), + (10113, 1160, 212, 1056, 4, 829, 0, 0, 75, 77), + (10114, 1255, 212, 924, 0, 898, 0, 0, 15, 17), + (10115, 1341, 212, 1056, 4, 957, 0, 0, 75, 77), + (10116, 1550, 212, 0, 128, 1145, 0, 0, 70, 70), + (10117, 1632, 212, 11880, 128, 1199, 0, 0, 55, 59), + (10118, 1634, 212, 924, 0, 1205, 0, 0, 65, 68), + (10119, 1687, 212, 924, 0, 1374, 0, 0, 65, 68), + (10120, 1701, 212, 924, 0, 1418, 0, 0, 46, 49), + (10121, 1705, 212, 924, 0, 1429, 0, 0, 46, 49), + (10122, 1709, 212, 924, 0, 1436, 0, 0, 46, 49), + (10123, 1711, 212, 1056, 0, 1453, 0, 0, 65, 68), + (10124, 1728, 212, 0, 128, 0, 0, 0, 53, 55), + (10125, 1804, 212, 924, 0, 1557, 0, 0, 46, 49), + (10126, 1901, 212, 924, 0, 1640, 0, 0, 45, 48), + (10127, 1924, 212, 924, 0, 1661, 0, 0, 44, 48), + (10128, 2310, 212, 924, 0, 1974, 0, 0, 45, 48), + (10129, 2311, 212, 924, 0, 1979, 0, 0, 46, 49), + (10130, 2469, 212, 0, 128, 2110, 0, 0, 70, 70), + (10131, 2491, 212, 924, 0, 2142, 0, 0, 46, 49), + (10132, 2648, 212, 0, 128, 2262, 0, 0, 70, 70), + (10133, 2806, 212, 0, 128, 2416, 0, 0, 70, 70), + (10134, 3375, 212, 1056, 0, 2985, 0, 0, 65, 68), + (10135, 3856, 212, 21600, 128, 3441, 0, 0, 78, 79), + (10136, 4065, 212, 1200, 0, 3640, 0, 0, 78, 80), + (10137, 4100, 212, 86400, 128, 3659, 0, 0, 80, 82), + (10138, 4390, 212, 43200, 128, 4200, 0, 0, 70, 75), + (10139, 71, 213, 1056, 4, 41, 0, 0, 60, 62), + (10140, 758, 213, 1056, 0, 555, 0, 0, 50, 53), + (10141, 1373, 213, 1056, 0, 981, 0, 0, 55, 59), + (10142, 1634, 213, 1056, 0, 1201, 0, 0, 66, 69), + (10143, 1637, 213, 1056, 0, 1222, 0, 0, 66, 69), + (10144, 1641, 213, 1056, 0, 1231, 0, 0, 51, 58), + (10145, 1654, 213, 1056, 0, 1285, 0, 0, 51, 58), + (10146, 1677, 213, 1056, 0, 1350, 0, 0, 51, 58), + (10147, 1687, 213, 924, 0, 1375, 0, 0, 66, 69), + (10148, 1689, 213, 1056, 0, 1376, 0, 0, 51, 58), + (10149, 1701, 213, 1056, 0, 1424, 0, 0, 46, 49), + (10150, 1705, 213, 1056, 0, 1430, 0, 0, 46, 49), + (10151, 1709, 213, 1056, 0, 1441, 0, 0, 46, 49), + (10152, 1711, 213, 1056, 0, 1454, 0, 0, 66, 69), + (10153, 1728, 213, 0, 128, 1469, 0, 0, 33, 35), + (10154, 1741, 213, 1056, 0, 1498, 0, 0, 46, 49), + (10155, 1920, 213, 21600, 128, 1658, 0, 0, 66, 66), + (10156, 2310, 213, 1056, 0, 1975, 0, 0, 45, 48), + (10157, 2312, 213, 1056, 0, 1980, 0, 0, 71, 74), + (10158, 2439, 213, 86400, 128, 2079, 0, 0, 74, 77), + (10159, 2612, 213, 0, 128, 0, 0, 0, 80, 80), + (10160, 2775, 213, 1056, 0, 2390, 0, 0, 51, 57), + (10161, 2790, 213, 9000, 128, 2404, 0, 0, 50, 52), + (10162, 2809, 213, 21600, 128, 2418, 0, 0, 75, 77), + (10163, 3063, 213, 46800, 128, 2722, 0, 0, 65, 70), + (10164, 3113, 213, 61200, 128, 2757, 0, 0, 61, 61), + (10165, 3706, 213, 7920, 128, 3282, 0, 0, 69, 71), + (10166, 3835, 213, 1056, 0, 3425, 0, 0, 60, 63), + (10167, 3976, 213, 1056, 0, 3567, 0, 0, 70, 73), + (10168, 3992, 213, 0, 0, 0, 0, 0, 0, 0), + (10169, 4074, 213, 0, 128, 0, 0, 0, 60, 65), + (10170, 4309, 213, 1056, 4, 4118, 0, 0, 60, 62), + (10171, 4389, 213, 1056, 0, 4199, 0, 0, 72, 75), + (10172, 61, 215, 0, 0, 32, 0, 0, 0, 0), + (10173, 115, 215, 0, 0, 82, 0, 0, 0, 0), + (10174, 116, 215, 0, 0, 83, 0, 0, 0, 0), + (10175, 282, 215, 0, 0, 0, 0, 0, 0, 0), + (10176, 356, 215, 0, 0, 0, 0, 0, 0, 0), + (10177, 357, 215, 0, 0, 0, 0, 0, 0, 0), + (10178, 398, 215, 0, 0, 278, 0, 0, 0, 0), + (10179, 448, 215, 0, 0, 321, 0, 0, 0, 0), + (10180, 700, 215, 0, 0, 514, 0, 0, 0, 0), + (10181, 701, 215, 0, 0, 0, 0, 0, 0, 0), + (10182, 835, 215, 0, 0, 598, 0, 0, 0, 0), + (10183, 869, 215, 0, 0, 0, 0, 0, 0, 0), + (10184, 943, 215, 0, 0, 665, 0, 0, 0, 0), + (10185, 945, 215, 0, 0, 0, 0, 0, 0, 0), + (10186, 956, 215, 0, 0, 671, 0, 0, 0, 0), + (10187, 1048, 215, 0, 0, 0, 0, 0, 0, 0), + (10188, 1117, 215, 0, 0, 797, 0, 0, 0, 0), + (10189, 1162, 215, 0, 0, 0, 0, 0, 0, 0), + (10190, 1176, 215, 0, 0, 0, 0, 0, 0, 0), + (10191, 1236, 215, 0, 0, 879, 0, 0, 0, 0), + (10192, 1243, 215, 0, 0, 885, 0, 0, 0, 0), + (10193, 1246, 215, 0, 0, 891, 0, 0, 0, 0), + (10194, 1259, 215, 0, 0, 0, 0, 0, 0, 0), + (10195, 1439, 215, 0, 0, 0, 0, 0, 0, 0), + (10196, 1446, 215, 0, 0, 1069, 0, 0, 0, 0), + (10197, 1547, 215, 0, 0, 1142, 0, 0, 0, 0), + (10198, 1789, 215, 0, 0, 1543, 0, 0, 0, 0), + (10199, 1844, 215, 0, 0, 1605, 0, 0, 0, 0), + (10200, 1889, 215, 0, 0, 1627, 0, 0, 0, 0), + (10201, 2053, 215, 0, 0, 1768, 0, 0, 0, 0), + (10202, 2061, 215, 0, 0, 0, 0, 0, 0, 0), + (10203, 2084, 215, 0, 0, 1790, 0, 0, 0, 0), + (10204, 2091, 215, 0, 0, 1794, 0, 0, 0, 0), + (10205, 2109, 215, 0, 0, 1812, 0, 0, 0, 0), + (10206, 2183, 215, 0, 0, 1869, 0, 0, 0, 0), + (10207, 2219, 215, 0, 0, 1891, 0, 0, 0, 0), + (10208, 2454, 215, 0, 0, 2097, 0, 0, 0, 0), + (10209, 2459, 215, 0, 0, 2106, 0, 0, 0, 0), + (10210, 2650, 215, 0, 0, 2267, 0, 0, 0, 0), + (10211, 2773, 215, 0, 0, 2387, 0, 0, 0, 0), + (10212, 2785, 215, 0, 0, 2403, 0, 0, 0, 0), + (10213, 2876, 215, 0, 0, 2461, 0, 0, 0, 0), + (10214, 2991, 215, 0, 0, 0, 0, 0, 0, 0), + (10215, 3077, 215, 0, 0, 0, 0, 0, 0, 0), + (10216, 3087, 215, 0, 0, 2738, 0, 0, 0, 0), + (10217, 3247, 215, 0, 0, 0, 0, 0, 0, 0), + (10218, 3266, 215, 0, 0, 0, 0, 0, 0, 0), + (10219, 3308, 215, 0, 0, 0, 0, 0, 0, 0), + (10220, 3329, 215, 0, 0, 0, 0, 0, 0, 0), + (10221, 3364, 215, 0, 0, 2963, 0, 0, 0, 0), + (10222, 3365, 215, 0, 0, 2964, 0, 0, 0, 0), + (10223, 3382, 215, 0, 0, 3002, 0, 0, 0, 0), + (10224, 3498, 215, 0, 0, 3082, 0, 0, 0, 0), + (10225, 3508, 215, 0, 0, 0, 0, 0, 0, 0), + (10226, 3678, 215, 0, 0, 3241, 0, 0, 0, 0), + (10227, 3746, 215, 0, 0, 3325, 0, 0, 0, 0), + (10228, 3798, 215, 0, 0, 0, 0, 0, 0, 0), + (10229, 3813, 215, 0, 0, 0, 0, 0, 0, 0), + (10230, 3861, 215, 0, 0, 3444, 0, 0, 0, 0), + (10231, 3881, 215, 0, 0, 3452, 0, 0, 0, 0), + (10232, 3932, 215, 0, 0, 3529, 0, 0, 0, 0), + (10233, 3989, 215, 0, 0, 3576, 0, 0, 0, 0), + (10234, 4051, 215, 0, 0, 3625, 0, 0, 0, 0), + (10235, 4080, 215, 0, 0, 3648, 0, 0, 0, 0), + (10236, 4229, 215, 0, 0, 0, 0, 0, 0, 0), + (10237, 4230, 215, 0, 0, 0, 0, 0, 0, 0), + (10238, 4288, 215, 0, 0, 4071, 0, 0, 0, 0), + (10239, 4328, 215, 0, 0, 4138, 0, 0, 0, 0), + (10240, 4329, 215, 0, 0, 4139, 0, 0, 0, 0), + (10241, 4400, 215, 0, 0, 4207, 0, 0, 0, 0), + (10242, 25, 216, 0, 0, 6, 0, 0, 0, 0), + (10243, 26, 216, 0, 0, 7, 0, 0, 0, 0), + (10244, 108, 216, 0, 0, 75, 0, 0, 0, 0), + (10245, 124, 216, 0, 0, 92, 0, 0, 0, 0), + (10246, 256, 216, 0, 0, 186, 0, 0, 0, 0), + (10247, 276, 216, 0, 0, 198, 0, 0, 0, 0), + (10248, 279, 216, 0, 0, 201, 0, 0, 0, 0), + (10249, 293, 216, 0, 0, 208, 0, 0, 0, 0), + (10250, 356, 216, 0, 0, 0, 0, 0, 0, 0), + (10251, 357, 216, 0, 0, 0, 0, 0, 0, 0), + (10252, 481, 216, 0, 0, 0, 0, 0, 0, 0), + (10253, 533, 216, 0, 0, 0, 0, 0, 0, 0), + (10254, 589, 216, 0, 0, 439, 0, 0, 0, 0), + (10255, 678, 216, 0, 0, 501, 0, 0, 0, 0), + (10256, 729, 216, 0, 0, 529, 0, 0, 0, 0), + (10257, 750, 216, 0, 0, 551, 0, 0, 0, 0), + (10258, 825, 216, 0, 0, 0, 0, 0, 0, 0), + (10259, 869, 216, 0, 0, 0, 0, 0, 0, 0), + (10260, 945, 216, 0, 0, 0, 0, 0, 0, 0), + (10261, 1037, 216, 0, 0, 0, 0, 0, 0, 0), + (10262, 1048, 216, 0, 0, 0, 0, 0, 0, 0), + (10263, 1142, 216, 0, 0, 816, 0, 0, 0, 0), + (10264, 1157, 216, 0, 0, 827, 0, 0, 0, 0), + (10265, 1162, 216, 0, 0, 0, 0, 0, 0, 0), + (10266, 1176, 216, 0, 0, 0, 0, 0, 0, 0), + (10267, 1243, 216, 0, 0, 886, 0, 0, 0, 0), + (10268, 1246, 216, 0, 0, 891, 0, 0, 0, 0), + (10269, 1258, 216, 0, 0, 901, 0, 0, 0, 0), + (10270, 1359, 216, 0, 0, 969, 0, 0, 0, 0), + (10271, 1427, 216, 0, 0, 1052, 0, 0, 0, 0), + (10272, 1437, 216, 0, 0, 1059, 0, 0, 0, 0), + (10273, 1475, 216, 0, 0, 1086, 0, 0, 0, 0), + (10274, 1766, 216, 0, 0, 1529, 0, 0, 0, 0), + (10275, 1842, 216, 0, 0, 1603, 0, 0, 0, 0), + (10276, 1932, 216, 0, 0, 1668, 0, 0, 0, 0), + (10277, 2061, 216, 0, 0, 0, 0, 0, 0, 0), + (10278, 2093, 216, 0, 0, 1795, 0, 0, 0, 0), + (10279, 2094, 216, 0, 0, 1796, 0, 0, 0, 0), + (10280, 2095, 216, 0, 0, 1797, 0, 0, 0, 0), + (10281, 2139, 216, 0, 0, 0, 0, 0, 0, 0), + (10282, 2195, 216, 0, 0, 1872, 0, 0, 0, 0), + (10283, 2302, 216, 0, 0, 1972, 0, 0, 0, 0), + (10284, 2418, 216, 0, 0, 2062, 0, 0, 0, 0), + (10285, 2553, 216, 0, 0, 2196, 0, 0, 0, 0), + (10286, 2567, 216, 0, 0, 2204, 0, 0, 0, 0), + (10287, 2666, 216, 0, 0, 2293, 0, 0, 0, 0), + (10288, 2682, 216, 0, 0, 0, 0, 0, 0, 0), + (10289, 2781, 216, 0, 0, 0, 0, 0, 0, 0), + (10290, 2819, 216, 0, 0, 2421, 0, 0, 0, 0), + (10291, 2905, 216, 0, 0, 2484, 0, 0, 0, 0), + (10292, 2918, 216, 0, 0, 2489, 0, 0, 0, 0), + (10293, 2933, 216, 0, 0, 2498, 0, 0, 0, 0), + (10294, 2991, 216, 0, 0, 0, 0, 0, 0, 0), + (10295, 2992, 216, 0, 0, 2555, 0, 0, 0, 0), + (10296, 3074, 216, 0, 0, 2727, 0, 0, 0, 0), + (10297, 3077, 216, 0, 0, 0, 0, 0, 0, 0), + (10298, 3210, 216, 0, 0, 2832, 0, 0, 0, 0), + (10299, 3247, 216, 0, 0, 0, 0, 0, 0, 0), + (10300, 3266, 216, 0, 0, 0, 0, 0, 0, 0), + (10301, 3329, 216, 0, 0, 0, 0, 0, 0, 0), + (10302, 3508, 216, 0, 0, 0, 0, 0, 0, 0), + (10303, 3610, 216, 0, 0, 3190, 0, 0, 0, 0), + (10304, 3635, 216, 0, 0, 3211, 0, 0, 0, 0), + (10305, 3661, 216, 0, 0, 3231, 0, 0, 0, 0), + (10306, 3695, 216, 0, 0, 3273, 0, 0, 0, 0), + (10307, 3748, 216, 0, 0, 0, 0, 0, 0, 0), + (10308, 3798, 216, 0, 0, 0, 0, 0, 0, 0), + (10309, 3813, 216, 0, 0, 0, 0, 0, 0, 0), + (10310, 4007, 216, 0, 0, 3592, 0, 0, 0, 0), + (10311, 4056, 216, 0, 0, 3633, 0, 0, 0, 0), + (10312, 4229, 216, 0, 0, 0, 0, 0, 0, 0), + (10313, 4230, 216, 0, 0, 0, 0, 0, 0, 0), + (10314, 58, 217, 0, 0, 31, 0, 0, 0, 0), + (10315, 245, 217, 0, 0, 179, 0, 0, 0, 0), + (10316, 308, 217, 0, 0, 221, 0, 0, 0, 0), + (10317, 356, 217, 0, 0, 0, 0, 0, 0, 0), + (10318, 357, 217, 0, 0, 0, 0, 0, 0, 0), + (10319, 442, 217, 0, 0, 315, 0, 0, 0, 0), + (10320, 572, 217, 0, 0, 424, 0, 0, 0, 0), + (10321, 712, 217, 0, 0, 522, 0, 0, 0, 0), + (10322, 734, 217, 0, 0, 534, 0, 0, 0, 0), + (10323, 757, 217, 0, 0, 554, 0, 0, 0, 0), + (10324, 869, 217, 0, 0, 0, 0, 0, 0, 0), + (10325, 891, 217, 0, 0, 0, 0, 0, 0, 0), + (10326, 945, 217, 0, 0, 0, 0, 0, 0, 0), + (10327, 1014, 217, 0, 0, 718, 0, 0, 0, 0), + (10328, 1048, 217, 0, 0, 0, 0, 0, 0, 0), + (10329, 1053, 217, 0, 0, 753, 0, 0, 0, 0), + (10330, 1140, 217, 0, 0, 815, 0, 0, 0, 0), + (10331, 1148, 217, 0, 0, 819, 0, 0, 0, 0), + (10332, 1162, 217, 0, 0, 0, 0, 0, 0, 0), + (10333, 1176, 217, 0, 0, 0, 0, 0, 0, 0), + (10334, 1243, 217, 0, 0, 885, 0, 0, 0, 0), + (10335, 1246, 217, 0, 0, 892, 0, 0, 0, 0), + (10336, 1436, 217, 0, 0, 0, 0, 0, 0, 0), + (10337, 1629, 217, 0, 0, 1196, 0, 0, 0, 0), + (10338, 1828, 217, 0, 0, 1589, 0, 0, 0, 0), + (10339, 1890, 217, 0, 0, 1628, 0, 0, 0, 0), + (10340, 1929, 217, 0, 0, 1667, 0, 0, 0, 0), + (10341, 1964, 217, 0, 0, 0, 0, 0, 0, 0), + (10342, 1998, 217, 0, 0, 1708, 0, 0, 0, 0), + (10343, 2056, 217, 0, 0, 1774, 0, 0, 0, 0), + (10344, 2057, 217, 0, 0, 1775, 0, 0, 0, 0), + (10345, 2061, 217, 0, 0, 0, 0, 0, 0, 0), + (10346, 2092, 217, 0, 0, 0, 0, 0, 0, 0), + (10347, 2142, 217, 0, 0, 1841, 0, 0, 0, 0), + (10348, 2178, 217, 0, 0, 1868, 0, 0, 0, 0), + (10349, 2194, 217, 0, 0, 1871, 0, 0, 0, 0), + (10350, 2212, 217, 0, 0, 1888, 0, 0, 0, 0), + (10351, 2218, 217, 0, 0, 1890, 0, 0, 0, 0), + (10352, 2440, 217, 0, 0, 2080, 0, 0, 0, 0), + (10353, 2749, 217, 0, 0, 2356, 0, 0, 0, 0), + (10354, 2991, 217, 0, 0, 0, 0, 0, 0, 0), + (10355, 3077, 217, 0, 0, 0, 0, 0, 0, 0), + (10356, 3101, 217, 0, 0, 0, 0, 0, 0, 0), + (10357, 3110, 217, 0, 0, 2755, 0, 0, 0, 0), + (10358, 3161, 217, 0, 0, 2805, 0, 0, 0, 0), + (10359, 3247, 217, 0, 0, 0, 0, 0, 0, 0), + (10360, 3266, 217, 0, 0, 0, 0, 0, 0, 0), + (10361, 3278, 217, 0, 0, 2907, 0, 0, 0, 0), + (10362, 3314, 217, 0, 0, 2921, 0, 0, 0, 0), + (10363, 3329, 217, 0, 0, 0, 0, 0, 0, 0), + (10364, 3372, 217, 0, 0, 2977, 0, 0, 0, 0), + (10365, 3417, 217, 0, 0, 3018, 0, 0, 0, 0), + (10366, 3508, 217, 0, 0, 0, 0, 0, 0, 0), + (10367, 3513, 217, 0, 0, 0, 0, 0, 0, 0), + (10368, 3528, 217, 0, 0, 3106, 0, 0, 0, 0), + (10369, 3547, 217, 0, 0, 3125, 0, 0, 0, 0), + (10370, 3594, 217, 0, 0, 3181, 0, 0, 0, 0), + (10371, 3632, 217, 0, 0, 3210, 0, 0, 0, 0), + (10372, 3665, 217, 0, 0, 3232, 0, 0, 0, 0), + (10373, 3673, 217, 0, 0, 3237, 0, 0, 0, 0), + (10374, 3726, 217, 0, 0, 3299, 0, 0, 0, 0), + (10375, 3735, 217, 0, 0, 3311, 0, 0, 0, 0), + (10376, 3786, 217, 0, 0, 3380, 0, 0, 0, 0), + (10377, 3798, 217, 0, 0, 0, 0, 0, 0, 0), + (10378, 3813, 217, 0, 0, 0, 0, 0, 0, 0), + (10379, 4229, 217, 0, 0, 0, 0, 0, 0, 0), + (10380, 4230, 217, 0, 0, 0, 0, 0, 0, 0), + (10381, 4268, 217, 0, 0, 0, 0, 0, 0, 0), + (10382, 4347, 217, 0, 0, 0, 0, 0, 0, 0), + (10383, 4392, 217, 0, 0, 4202, 0, 0, 0, 0), + (10384, 75, 218, 0, 0, 0, 0, 0, 0, 0), + (10385, 78, 218, 0, 0, 48, 0, 0, 0, 0), + (10386, 102, 218, 0, 0, 61, 0, 0, 0, 0), + (10387, 161, 218, 0, 0, 118, 0, 0, 0, 0), + (10388, 229, 218, 0, 0, 0, 0, 0, 0, 0), + (10389, 321, 218, 0, 0, 227, 0, 0, 0, 0), + (10390, 323, 218, 0, 0, 0, 0, 0, 0, 0), + (10391, 350, 218, 0, 0, 249, 0, 0, 0, 0), + (10392, 368, 218, 0, 0, 257, 0, 0, 0, 0), + (10393, 391, 218, 0, 0, 273, 0, 0, 0, 0), + (10394, 499, 218, 0, 0, 369, 0, 0, 0, 0), + (10395, 544, 218, 0, 0, 406, 0, 0, 0, 0), + (10396, 570, 218, 0, 0, 423, 0, 0, 0, 0), + (10397, 593, 218, 0, 0, 0, 0, 0, 0, 0), + (10398, 615, 218, 0, 0, 452, 0, 0, 0, 0), + (10399, 713, 218, 0, 0, 523, 0, 0, 0, 0), + (10400, 859, 218, 0, 0, 611, 0, 0, 0, 0), + (10401, 1005, 218, 0, 0, 0, 0, 0, 0, 0), + (10402, 1008, 218, 0, 0, 712, 0, 0, 0, 0), + (10403, 1106, 218, 0, 0, 788, 0, 0, 0, 0), + (10404, 1136, 218, 0, 0, 810, 0, 0, 0, 0), + (10405, 1137, 218, 0, 0, 811, 0, 0, 0, 0), + (10406, 1160, 218, 0, 0, 834, 0, 0, 0, 0), + (10407, 1210, 218, 0, 0, 867, 0, 0, 0, 0), + (10408, 1253, 218, 0, 0, 897, 0, 0, 0, 0), + (10409, 1311, 218, 0, 0, 937, 0, 0, 0, 0), + (10410, 1341, 218, 0, 0, 960, 0, 0, 0, 0), + (10411, 1476, 218, 0, 0, 1087, 0, 0, 0, 0), + (10412, 1487, 218, 0, 0, 0, 0, 0, 0, 0), + (10413, 1908, 218, 0, 0, 1645, 0, 0, 0, 0), + (10414, 1913, 218, 0, 0, 1649, 0, 0, 0, 0), + (10415, 2096, 218, 0, 0, 1798, 0, 0, 0, 0), + (10416, 2278, 218, 0, 0, 1951, 0, 0, 0, 0), + (10417, 2432, 218, 0, 0, 2075, 0, 0, 0, 0), + (10418, 2551, 218, 0, 0, 2194, 0, 0, 0, 0), + (10419, 2804, 218, 0, 0, 0, 0, 0, 0, 0), + (10420, 2805, 218, 0, 0, 2415, 0, 0, 0, 0), + (10421, 2930, 218, 0, 0, 0, 0, 0, 0, 0), + (10422, 3061, 218, 0, 0, 2721, 0, 0, 0, 0), + (10423, 3071, 218, 0, 0, 2725, 0, 0, 0, 0), + (10424, 3323, 218, 0, 0, 2925, 0, 0, 0, 0), + (10425, 3457, 218, 0, 0, 3048, 0, 0, 0, 0), + (10426, 3458, 218, 0, 0, 0, 0, 0, 0, 0), + (10427, 3460, 218, 0, 0, 3051, 0, 0, 0, 0), + (10428, 3585, 218, 0, 0, 3176, 0, 0, 0, 0), + (10429, 3589, 218, 0, 0, 3180, 0, 0, 0, 0), + (10430, 3798, 218, 0, 0, 0, 0, 0, 0, 0), + (10431, 3813, 218, 0, 0, 0, 0, 0, 0, 0), + (10432, 3832, 218, 0, 0, 3422, 0, 0, 0, 0), + (10433, 4099, 218, 0, 0, 0, 0, 0, 0, 0), + (10434, 4116, 218, 0, 0, 3673, 0, 0, 0, 0), + (10435, 4249, 218, 0, 0, 0, 0, 0, 0, 0), + (10436, 4316, 218, 0, 0, 4123, 0, 0, 0, 0), + (10437, 1213, 220, 0, 129, 0, 0, 0, 55, 55), + (10438, 2934, 220, 0, 128, 2499, 0, 0, 10, 14), + (10439, 2937, 220, 0, 128, 2505, 0, 0, 15, 19), + (10440, 3127, 220, 0, 128, 2766, 0, 0, 22, 25), + (10441, 3138, 220, 0, 128, 2777, 0, 0, 20, 22), + (10442, 3520, 220, 0, 128, 3093, 0, 0, 10, 20), + (10443, 3522, 220, 0, 128, 3096, 0, 0, 60, 62), + (10444, 3523, 220, 0, 128, 3099, 0, 0, 21, 29), + (10445, 3524, 220, 0, 128, 3101, 0, 0, 10, 20), + (10446, 3912, 220, 0, 0, 0, 0, 0, 0, 0), + (10447, 4309, 220, 0, 128, 4119, 0, 0, 27, 29), + (10448, 2934, 221, 0, 128, 2500, 0, 0, 10, 14), + (10449, 2937, 221, 0, 128, 2506, 0, 0, 15, 19), + (10450, 3127, 221, 0, 128, 2767, 0, 0, 22, 25), + (10451, 3138, 221, 0, 128, 2778, 0, 0, 20, 22), + (10452, 3520, 221, 0, 128, 3094, 0, 0, 10, 20), + (10453, 3522, 221, 0, 128, 3097, 0, 0, 60, 62), + (10454, 3523, 221, 0, 128, 3100, 0, 0, 21, 29), + (10455, 3524, 221, 0, 128, 3102, 0, 0, 10, 20), + (10456, 3912, 221, 0, 128, 3521, 0, 0, 27, 29), + (10457, 4309, 221, 0, 128, 4120, 0, 0, 27, 29), + (10458, 428, 227, 0, 128, 305, 0, 0, 67, 68), + (10459, 844, 227, 0, 128, 0, 0, 0, 28, 31), + (10460, 1213, 227, 0, 128, 0, 0, 0, 55, 55), + (10461, 2934, 227, 0, 128, 2500, 0, 0, 10, 14), + (10462, 2937, 227, 0, 128, 2506, 0, 0, 15, 19), + (10463, 3127, 227, 0, 128, 2767, 0, 0, 22, 25), + (10464, 3138, 227, 0, 128, 2778, 0, 0, 20, 22), + (10465, 3520, 227, 0, 128, 3094, 0, 0, 10, 20), + (10466, 3523, 227, 0, 128, 3100, 0, 0, 21, 29), + (10467, 3524, 227, 0, 128, 3102, 0, 0, 10, 14), + (10468, 3605, 227, 0, 128, 0, 0, 0, 36, 39), + (10469, 844, 228, 0, 128, 601, 0, 0, 28, 31), + (10470, 2934, 228, 0, 128, 2500, 0, 0, 10, 14), + (10471, 2937, 228, 0, 128, 2506, 0, 0, 15, 19), + (10472, 3127, 228, 0, 128, 2767, 0, 0, 22, 25), + (10473, 3138, 228, 0, 128, 2778, 0, 0, 20, 22), + (10474, 3520, 228, 0, 128, 3094, 0, 0, 10, 20), + (10475, 3523, 228, 0, 128, 3100, 0, 0, 21, 29), + (10476, 3524, 228, 0, 128, 3102, 0, 0, 10, 20), + (10477, 3605, 228, 0, 128, 3186, 0, 0, 36, 39), + (10478, 3626, 228, 0, 128, 3200, 0, 0, 68, 70), + (10636, 48, 253, 0, 0, 28, 0, 0, 0, 0), + (10637, 135, 253, 0, 0, 97, 0, 0, 0, 0), + (10638, 195, 253, 0, 0, 151, 0, 0, 0, 0), + (10639, 284, 253, 0, 0, 203, 0, 0, 0, 0), + (10640, 296, 253, 0, 0, 212, 0, 0, 0, 0), + (10641, 323, 253, 0, 0, 0, 0, 0, 0, 0), + (10642, 392, 253, 0, 0, 0, 0, 0, 0, 0), + (10643, 446, 253, 0, 0, 319, 0, 0, 0, 0), + (10644, 480, 253, 0, 0, 351, 0, 0, 0, 0), + (10645, 593, 253, 0, 0, 0, 0, 0, 0, 0), + (10646, 720, 253, 0, 0, 526, 0, 0, 0, 0), + (10647, 722, 253, 0, 0, 527, 0, 0, 0, 0), + (10648, 826, 253, 0, 0, 587, 0, 0, 0, 0), + (10649, 1025, 253, 0, 0, 727, 0, 0, 0, 0), + (10650, 1173, 253, 0, 0, 840, 0, 0, 0, 0), + (10651, 1212, 253, 0, 0, 869, 0, 0, 0, 0), + (10652, 1256, 253, 0, 0, 899, 0, 0, 0, 0), + (10653, 1371, 253, 0, 0, 980, 0, 0, 0, 0), + (10654, 1430, 253, 0, 0, 0, 0, 0, 0, 0), + (10655, 1487, 253, 0, 0, 0, 0, 0, 0, 0), + (10656, 1966, 253, 0, 0, 1692, 0, 0, 0, 0), + (10657, 2040, 253, 0, 0, 0, 0, 0, 0, 0), + (10658, 2043, 253, 0, 0, 0, 0, 0, 0, 0), + (10659, 2069, 253, 0, 0, 1781, 0, 0, 0, 0), + (10660, 2075, 253, 0, 0, 1786, 0, 0, 0, 0), + (10661, 2098, 253, 0, 0, 1800, 0, 0, 0, 0), + (10662, 2106, 253, 0, 0, 1810, 0, 0, 0, 0), + (10663, 2277, 253, 0, 0, 1950, 0, 0, 0, 0), + (10664, 2298, 253, 0, 0, 1970, 0, 0, 0, 0), + (10665, 2460, 253, 0, 0, 0, 0, 0, 0, 0), + (10666, 2603, 253, 0, 0, 2236, 0, 0, 0, 0), + (10667, 2952, 253, 0, 0, 2513, 0, 0, 0, 0), + (10668, 2972, 253, 0, 0, 2534, 0, 0, 0, 0), + (10669, 3092, 253, 0, 0, 2743, 0, 0, 0, 0), + (10670, 3322, 253, 0, 0, 0, 0, 0, 0, 0), + (10671, 3348, 253, 0, 0, 2946, 0, 0, 0, 0), + (10672, 3356, 253, 0, 0, 2951, 0, 0, 0, 0), + (10673, 3387, 253, 0, 0, 0, 0, 0, 0, 0), + (10674, 3623, 253, 0, 0, 3198, 0, 0, 0, 0), + (10675, 3636, 253, 0, 0, 3212, 0, 0, 0, 0), + (10676, 3686, 253, 0, 0, 3266, 0, 0, 0, 0), + (10677, 3722, 253, 0, 0, 0, 0, 0, 0, 0), + (10678, 3798, 253, 0, 0, 0, 0, 0, 0, 0), + (10679, 3804, 253, 0, 0, 3398, 0, 0, 0, 0), + (10680, 3817, 253, 0, 0, 3410, 0, 0, 0, 0), + (10681, 4006, 253, 0, 0, 0, 0, 0, 0, 0), + (10682, 4099, 253, 0, 0, 0, 0, 0, 0, 0), + (10683, 4104, 253, 0, 0, 3664, 0, 0, 0, 0), + (10684, 4222, 253, 0, 0, 4008, 0, 0, 0, 0), + (10685, 4223, 253, 0, 0, 4009, 0, 0, 0, 0), + (10686, 4309, 253, 0, 0, 0, 0, 0, 0, 0), + (10687, 4403, 253, 0, 0, 4210, 0, 0, 0, 0), + (10688, 4493, 253, 0, 0, 0, 0, 0, 0, 0), + (10689, 71, 254, 0, 0, 0, 0, 0, 0, 0), + (10690, 83, 254, 0, 0, 52, 0, 0, 0, 0), + (10691, 114, 254, 0, 0, 81, 0, 0, 0, 0), + (10692, 270, 254, 0, 0, 196, 0, 0, 0, 0), + (10693, 309, 254, 0, 0, 222, 0, 0, 0, 0), + (10694, 323, 254, 0, 0, 0, 0, 0, 0, 0), + (10695, 492, 254, 0, 0, 365, 0, 0, 0, 0), + (10696, 587, 254, 0, 0, 438, 0, 0, 0, 0), + (10697, 593, 254, 0, 0, 0, 0, 0, 0, 0), + (10698, 913, 254, 0, 0, 0, 0, 0, 0, 0), + (10699, 950, 254, 0, 0, 667, 0, 0, 0, 0), + (10700, 961, 254, 0, 0, 675, 0, 0, 0, 0), + (10701, 1305, 254, 0, 0, 936, 0, 0, 0, 0), + (10702, 1367, 254, 0, 0, 975, 0, 0, 0, 0), + (10703, 1428, 254, 0, 0, 0, 0, 0, 0, 0), + (10704, 1434, 254, 0, 0, 1057, 0, 0, 0, 0), + (10705, 1455, 254, 0, 0, 1074, 0, 0, 0, 0), + (10706, 1487, 254, 0, 0, 0, 0, 0, 0, 0), + (10707, 1619, 254, 0, 0, 1184, 0, 0, 0, 0), + (10708, 1621, 254, 0, 0, 1185, 0, 0, 0, 0), + (10709, 1686, 254, 0, 0, 1370, 0, 0, 0, 0), + (10710, 1700, 254, 0, 0, 1416, 0, 0, 0, 0), + (10711, 1945, 254, 0, 0, 1676, 0, 0, 0, 0), + (10712, 2055, 254, 0, 0, 1773, 0, 0, 0, 0), + (10713, 2097, 254, 0, 0, 1799, 0, 0, 0, 0), + (10714, 2122, 254, 0, 0, 1821, 0, 0, 0, 0), + (10715, 2274, 254, 0, 0, 0, 0, 0, 0, 0), + (10716, 2441, 254, 0, 0, 2081, 0, 0, 0, 0), + (10717, 2474, 254, 0, 0, 2115, 0, 0, 0, 0), + (10718, 2613, 254, 0, 0, 2242, 0, 0, 0, 0), + (10719, 2665, 254, 0, 0, 2292, 0, 0, 0, 0), + (10720, 2733, 254, 0, 0, 0, 0, 0, 0, 0), + (10721, 2887, 254, 0, 0, 2473, 0, 0, 0, 0), + (10722, 3108, 254, 0, 0, 0, 0, 0, 0, 0), + (10723, 3148, 254, 0, 0, 0, 0, 0, 0, 0), + (10724, 3173, 254, 0, 0, 2816, 0, 0, 0, 0), + (10725, 3237, 254, 0, 0, 2880, 0, 0, 0, 0), + (10726, 3313, 254, 0, 0, 2920, 0, 0, 0, 0), + (10727, 3350, 254, 0, 0, 2947, 0, 0, 0, 0), + (10728, 3538, 254, 0, 0, 3112, 0, 0, 0, 0), + (10729, 3542, 254, 0, 0, 3122, 0, 0, 0, 0), + (10730, 3631, 254, 0, 0, 3209, 0, 0, 0, 0), + (10731, 3742, 254, 0, 0, 0, 0, 0, 0, 0), + (10732, 3787, 254, 0, 0, 3381, 0, 0, 0, 0), + (10733, 3798, 254, 0, 0, 0, 0, 0, 0, 0), + (10734, 3802, 254, 0, 0, 3391, 0, 0, 0, 0), + (10735, 3859, 254, 0, 0, 3443, 0, 0, 0, 0), + (10736, 3883, 254, 0, 0, 3454, 0, 0, 0, 0), + (10737, 4099, 254, 0, 0, 0, 0, 0, 0, 0), + (10738, 4101, 254, 0, 0, 3660, 0, 0, 0, 0), + (10739, 4122, 254, 0, 0, 0, 0, 0, 0, 0), + (10740, 4395, 254, 0, 0, 4204, 0, 0, 0, 0), + (10741, 4498, 254, 0, 0, 0, 0, 0, 0, 0), + (10742, 3199, 255, 0, 0, 0, 0, 0, 0, 0), + (10743, 3604, 255, 0, 0, 3185, 0, 0, 0, 0), + (10744, 4577, 153, 330, 0, 4367, 0, 0, 81, 84), + (10745, 4578, 153, 330, 0, 0, 0, 0, 81, 84), + (10746, 2292, 174, 330, 0, 1965, 0, 0, 81, 84), + (10747, 3677, 174, 330, 0, 0, 0, 0, 81, 84), + (10748, 2763, 172, 330, 0, 2371, 0, 0, 81, 84), + (10749, 4053, 172, 330, 0, 3631, 0, 0, 81, 84), + (10750, 3371, 172, 330, 0, 2976, 0, 0, 81, 84), + (10751, 2385, 172, 330, 0, 2037, 0, 0, 81, 84), + (10752, 2910, 167, 330, 0, 0, 0, 0, 81, 84), + (10753, 4321, 167, 330, 0, 4132, 0, 0, 81, 84), + (10754, 2764, 167, 330, 0, 2378, 0, 0, 81, 84), + (10755, 1900, 167, 330, 0, 1639, 0, 0, 81, 84), + (10756, 1471, 167, 330, 0, 1082, 0, 0, 81, 84), + (10757, 4112, 204, 330, 0, 3671, 0, 0, 81, 84), + (10758, 1120, 204, 330, 0, 800, 0, 0, 81, 84), + (10759, 4127, 204, 330, 0, 3686, 0, 0, 81, 84), + (10760, 4580, 212, 330, 0, 4369, 0, 0, 81, 84), + (10761, 4579, 212, 330, 0, 4368, 0, 0, 81, 84), + (10762, 689, 200, 330, 0, 504, 0, 0, 81, 84), + (10763, 1922, 200, 330, 0, 1660, 0, 0, 81, 84), + (10764, 1440, 200, 330, 0, 1063, 0, 0, 81, 84), + (10765, 2272, 197, 330, 0, 1947, 0, 0, 81, 84), + (10766, 4322, 197, 330, 0, 4135, 0, 0, 81, 84), + (10767, 1990, 197, 330, 0, 1705, 0, 0, 81, 84), + (10768, 2229, 197, 330, 0, 1897, 0, 0, 81, 84), + (10769, 1082, 196, 330, 0, 0, 0, 0, 81, 84), + (10770, 1083, 196, 330, 0, 0, 0, 0, 81, 84), + (10771, 1099, 196, 330, 0, 0, 0, 0, 81, 84), + (10772, 2292, 196, 330, 0, 0, 0, 0, 81, 84), + (10773, 1690, 191, 330, 0, 1390, 0, 0, 81, 84), + (10774, 1715, 191, 330, 0, 0, 0, 0, 81, 84), + (10775, 1683, 191, 330, 0, 1367, 0, 0, 81, 84), + (10776, 2292, 191, 330, 0, 0, 0, 0, 81, 84), + (10777, 2310, 191, 330, 0, 0, 0, 0, 81, 84), + (10778, 4272, 191, 330, 0, 4040, 0, 0, 81, 84), + (10779, 2963, 191, 330, 0, 0, 0, 0, 81, 84), + (10780, 3375, 191, 330, 0, 0, 0, 0, 81, 84), + (10781, 2311, 191, 330, 0, 0, 0, 0, 81, 84), + (10782, 1710, 191, 330, 0, 0, 0, 0, 81, 84), + (10783, 1662, 191, 330, 0, 0, 0, 0, 81, 84), + (10784, 1684, 191, 330, 0, 0, 0, 0, 81, 84), + (10785, 3375, 173, 330, 0, 0, 0, 0, 81, 84), + (10786, 3901, 173, 330, 0, 3475, 0, 0, 81, 84), + (10787, 1264, 166, 330, 0, 0, 0, 0, 81, 84), + (10788, 1044, 166, 330, 0, 0, 0, 0, 81, 84), + (10789, 1637, 166, 330, 0, 0, 0, 0, 81, 84), + (10790, 1664, 166, 330, 0, 0, 0, 0, 81, 84), + (10791, 1637, 166, 330, 0, 0, 0, 0, 81, 84), + (10792, 1695, 166, 330, 0, 0, 0, 0, 81, 84), + (10793, 3946, 190, 330, 0, 0, 0, 0, 81, 84), + (10794, 1044, 190, 330, 0, 0, 0, 0, 81, 84), + (10795, 871, 190, 330, 0, 614, 0, 0, 81, 84), + (10796, 244, 190, 330, 0, 178, 0, 0, 81, 84), + (10797, 372, 192, 330, 0, 261, 0, 0, 81, 84), + (10798, 689, 192, 330, 0, 0, 0, 0, 81, 84), + (10799, 1693, 192, 330, 0, 0, 0, 0, 81, 84), + (10800, 1669, 192, 330, 0, 0, 0, 0, 81, 84), + (10801, 1637, 192, 330, 0, 0, 0, 0, 81, 84), + (10802, 1082, 192, 330, 0, 0, 0, 0, 81, 84), + (10803, 1083, 192, 330, 0, 0, 0, 0, 81, 84), + (10804, 1044, 192, 330, 0, 0, 0, 0, 81, 84), + (10805, 1637, 192, 330, 0, 0, 0, 0, 81, 84), + (10806, 2073, 194, 330, 0, 0, 0, 0, 81, 84), + (10807, 3395, 194, 330, 0, 3004, 0, 0, 81, 84), + (10808, 1044, 194, 330, 0, 0, 0, 0, 81, 84), + (10809, 378, 193, 330, 0, 0, 0, 0, 81, 84), + (10810, 469, 193, 330, 0, 0, 0, 0, 81, 84), + (10811, 515, 193, 330, 0, 0, 0, 0, 81, 84), + (10812, 689, 193, 330, 0, 0, 0, 0, 81, 84), + (10813, 1082, 195, 330, 0, 0, 0, 0, 81, 84), + (10814, 1083, 195, 330, 0, 0, 0, 0, 81, 84), + (10815, 1898, 195, 330, 0, 0, 0, 0, 81, 84), + (10816, 619, 169, 330, 0, 455, 0, 0, 81, 84), + (10817, 3375, 169, 330, 0, 0, 0, 0, 81, 84), + (10818, 2070, 169, 330, 0, 1782, 0, 0, 81, 84), + (10819, 1085, 169, 330, 0, 774, 0, 0, 81, 84), + (10820, 1083, 169, 330, 0, 0, 0, 0, 81, 84), + (10821, 3755, 169, 330, 0, 3345, 0, 0, 81, 84), + (10822, 871, 169, 330, 0, 614, 0, 0, 81, 84), + (10823, 3177, 169, 330, 0, 0, 0, 0, 81, 84), + (10824, 3934, 169, 330, 0, 0, 0, 0, 81, 84), + (10825, 3165, 198, 330, 0, 2813, 0, 0, 81, 84), + (10826, 3537, 198, 330, 0, 3111, 0, 0, 81, 84), + (10827, 120, 198, 330, 0, 89, 0, 0, 81, 84), + (10828, 646, 198, 330, 0, 479, 0, 0, 81, 84), + (10829, 3768, 153, 330, 0, 3355, 0, 0, 81, 84), + (10830, 289, 178, 330, 0, 4377, 0, 0, 81, 84), + (10831, 1044, 200, 330, 0, 0, 0, 0, 81, 84), + (10832, 1085, 213, 330, 0, 0, 0, 0, 81, 84), + (10833, 1083, 213, 330, 0, 0, 0, 0, 81, 84), + (10834, 831, 115, 330, 0, 594, 0, 0, 3, 8), + (10835, 323, 178, 330, 0, 0, 0, 0, 81, 84), + (10836, 593, 178, 330, 0, 0, 0, 0, 81, 84), + (10837, 1487, 178, 330, 0, 0, 0, 0, 81, 84), + (10838, 4099, 178, 330, 0, 0, 0, 0, 81, 84), + (10839, 4040, 4, 330, 0, 3616, 0, 0, 81, 84), + (10840, 660, 4, 330, 0, 488, 0, 0, 81, 84), + (10841, 3848, 4, 330, 0, 3434, 0, 0, 81, 84), + (10842, 1278, 5, 330, 0, 917, 0, 0, 81, 84), + (10843, 3738, 79, 330, 0, 3314, 0, 0, 81, 84), + (10844, 2580, 79, 330, 0, 2218, 0, 0, 81, 84), + (10845, 3616, 61, 330, 0, 0, 0, 0, 81, 84), + (10846, 4371, 61, 330, 0, 4184, 0, 0, 81, 84), + (10847, 2485, 61, 330, 0, 2130, 0, 0, 81, 84), + (10848, 3984, 25, 330, 0, 0, 0, 0, 81, 84), + (10849, 344, 27, 330, 0, 0, 0, 0, 81, 84), + (10850, 344, 28, 330, 0, 0, 0, 0, 81, 84), + (10851, 2051, 29, 330, 0, 1766, 0, 0, 81, 84), + (10852, 1901, 30, 330, 0, 1640, 0, 0, 81, 84), + (10853, 3231, 54, 330, 0, 2873, 0, 0, 81, 84), + (10854, 258, 54, 330, 0, 188, 0, 0, 81, 84), + (10855, 2318, 54, 330, 0, 0, 0, 0, 81, 84), + (10856, 2890, 54, 330, 0, 2476, 0, 0, 81, 84), + (10857, 959, 68, 330, 0, 674, 0, 0, 81, 84), + (10858, 2782, 68, 330, 0, 2400, 0, 0, 81, 84), + (10859, 2720, 68, 330, 0, 2331, 0, 0, 81, 84), + (10860, 3381, 88, 330, 0, 3001, 0, 0, 81, 84), + (10861, 3490, 95, 330, 0, 3070, 0, 0, 81, 84), + (10862, 1902, 82, 330, 0, 1642, 0, 0, 40, 42), + (10863, 3375, 83, 330, 0, 0, 0, 0, 93, 94), + (10864, 4285, 89, 330, 0, 4068, 0, 0, 81, 84), + (10865, 4375, 91, 330, 0, 4187, 0, 0, 81, 84), + (10866, 2759, 97, 330, 0, 2362, 0, 0, 81, 84), + (10867, 1065, 98, 330, 0, 756, 0, 0, 81, 84), + (10868, 3435, 84, 330, 0, 3032, 0, 0, 81, 84), + (10869, 1933, 138, 960, 0, 0, 0, 0, 79, 80), + (10870, 2950, 138, 960, 0, 0, 0, 0, 84, 85), + (10871, 996, 138, 960, 0, 0, 0, 0, 85, 85), + (10872, 996, 138, 960, 0, 0, 0, 0, 82, 83), + (10873, 996, 138, 960, 0, 0, 0, 0, 82, 83), + (10874, 996, 138, 960, 0, 0, 0, 0, 82, 83), + (10875, 996, 138, 960, 0, 0, 0, 0, 85, 86), + (10876, 996, 138, 960, 0, 0, 0, 0, 82, 83), + (10877, 996, 138, 960, 0, 0, 0, 0, 85, 86), + (10878, 996, 138, 960, 0, 0, 0, 0, 85, 86), + (10879, 1045, 155, 960, 0, 749, 0, 0, 80, 82), + (10880, 1933, 155, 960, 0, 0, 0, 0, 79, 80), + (10881, 2950, 155, 960, 0, 0, 0, 0, 82, 83), + (10882, 1933, 155, 960, 0, 0, 0, 0, 81, 83), + (10883, 1044, 155, 960, 0, 0, 0, 0, 80, 82), + (10884, 2910, 155, 960, 0, 0, 0, 0, 89, 89), + (10885, 3845, 155, 960, 0, 0, 0, 0, 83, 83), + (10886, 996, 155, 960, 0, 0, 0, 0, 82, 83), + (10887, 996, 155, 960, 0, 0, 0, 0, 82, 83), + (10888, 996, 155, 960, 0, 0, 0, 0, 82, 83), + (10889, 996, 155, 960, 0, 0, 0, 0, 82, 83), + (10890, 4593, 165, 0, 128, 0, 4000, 0, 60, 60), + (10891, 4594, 72, 0, 128, 4381, 32000, 0, 80, 82), + (10892, 4642, 203, 0, 128, 0, 9500, 0, 63, 68), + (10893, 4643, 202, 0, 128, 0, 8000, 0, 63, 68), + (10894, 4644, 209, 0, 128, 0, 9500, 0, 63, 68), + (10895, 4645, 207, 0, 128, 0, 7650, 0, 63, 68), + (10896, 4646, 211, 0, 128, 0, 9500, 0, 63, 68), + (10897, 4647, 201, 0, 128, 0, 9500, 0, 63, 68), + (10898, 4649, 188, 0, 128, 0, 0, 0, 75, 80), + (10899, 1027, 10, 0, 128, 0, 5200, 5000, 54, 55), + (10900, 2564, 85, 0, 0, 0, 8000, 5000, 71, 74), + (10901, 4297, 85, 0, 0, 0, 8000, 5000, 71, 73), + (10902, 4357, 85, 0, 0, 0, 5000, 5000, 71, 73), + (10903, 3041, 85, 16, 0, 0, 8500, 5000, 77, 79), + (10904, 2994, 85, 16, 0, 0, 5500, 5000, 77, 79), + (10905, 4309, 85, 16, 0, 0, 5500, 5000, 75, 75), + (10906, 3000, 85, 16, 0, 0, 9000, 5000, 77, 79), + (10907, 3031, 85, 16, 0, 0, 9000, 5000, 77, 79), + (10908, 4370, 85, 16, 0, 0, 5000, 5000, 71, 73), + (10909, 3005, 85, 16, 0, 0, 8000, 5000, 77, 79), + (10910, 2997, 85, 16, 0, 0, 7500, 5000, 79, 81), + (10911, 1903, 85, 180, 0, 0, 15000, 5000, 81, 81), + (10912, 3541, 85, 0, 0, 0, 9000, 5000, 77, 79), + (10913, 1338, 85, 0, 0, 0, 9000, 5000, 75, 78), + (10914, 3912, 85, 0, 0, 0, 3000, 5000, 75, 75), + (10915, 3011, 85, 16, 0, 0, 13000, 5000, 81, 83), + (10916, 259, 85, 180, 0, 0, 15000, 9000, 81, 83), + (10917, 3044, 85, 22, 0, 0, 8500, 9000, 79, 81), + (10918, 3588, 85, 22, 0, 0, 20000, 9000, 82, 82), + (10919, 3007, 85, 16, 0, 0, 10000, 9000, 81, 83), + (10920, 3036, 85, 16, 0, 0, 9000, 9000, 81, 83), + (10921, 3008, 85, 16, 0, 0, 7500, 9000, 81, 83), + (10922, 3003, 85, 16, 0, 0, 9500, 9000, 81, 83), + (10923, 2428, 85, 16, 0, 0, 6500, 6500, 80, 82), + (10924, 3021, 85, 16, 0, 0, 9500, 6500, 81, 83), + (10925, 3030, 85, 16, 0, 0, 6500, 7000, 81, 83), + (10926, 3045, 85, 16, 0, 0, 8000, 6500, 81, 83), + (10927, 2471, 85, 13, 0, 0, 8000, 6500, 82, 83), + (10928, 2381, 85, 16, 0, 0, 8000, 4500, 72, 75), + (10929, 762, 85, 240, 0, 0, 20000, 9999, 83, 83), + (10930, 1108, 85, 300, 0, 0, 20000, 9999, 83, 83), + (10931, 1317, 85, 300, 0, 0, 15000, 9999, 83, 83), + (10932, 88, 85, 240, 0, 0, 15000, 9999, 83, 83), + (10934, 64, 85, 240, 0, 0, 20000, 9999, 83, 83), + (10935, 1293, 85, 240, 0, 0, 22000, 9999, 83, 83), + (10936, 3413, 85, 240, 0, 0, 22000, 9999, 83, 83), + (10937, 761, 85, 240, 0, 0, 10000, 9999, 83, 83), + (10938, 3371, 89, 240, 0, 4, 5000, 9999, 75, 78), + (10939, 3222, 89, 240, 0, 4, 5000, 9999, 75, 78), + (10940, 1955, 89, 240, 0, 4, 5000, 9999, 75, 78), + (10941, 1336, 89, 240, 0, 4, 5000, 9999, 75, 78), + (10942, 1603, 89, 240, 0, 4, 7000, 9999, 78, 81), + (10943, 3378, 89, 240, 0, 0, 3000, 9999, 33, 37), + (10944, 4297, 89, 240, 0, 0, 4000, 9999, 39, 43), + (10945, 4285, 89, 240, 0, 0, 2500, 9999, 36, 39), + (10946, 441, 89, 240, 0, 1, 4500, 9999, 49, 51), + (10947, 71, 89, 240, 0, 4, 3500, 9999, 75, 80), + (10948, 4353, 89, 240, 0, 2, 3000, 9999, 43, 45), + (10949, 4355, 89, 240, 0, 0, 6500, 9999, 68, 74), + (10950, 2275, 89, 240, 0, 0, 5500, 9999, 62, 64), + (10951, 1638, 89, 240, 0, 0, 5500, 9999, 62, 64), + (10952, 1646, 89, 240, 0, 0, 5500, 9999, 62, 64), + (10953, 1664, 89, 240, 0, 0, 5500, 9999, 62, 64), + (10954, 714, 89, 240, 0, 0, 3500, 9999, 73, 75), + (10955, 3912, 89, 240, 0, 0, 4500, 9999, 60, 60), + (10956, 4127, 89, 240, 0, 0, 4500, 9999, 43, 45), + (10957, 2986, 89, 240, 0, 0, 5500, 9999, 61, 63), + (10958, 3463, 89, 240, 0, 0, 6000, 9999, 66, 69), + (10959, 1917, 89, 240, 0, 0, 6000, 9999, 66, 69), + (10960, 3114, 89, 240, 0, 0, 6500, 9999, 68, 70), + (10961, 525, 89, 240, 0, 0, 5500, 9999, 66, 69), + (10962, 3628, 89, 240, 0, 0, 5500, 9999, 66, 69), + (10964, 4477, 89, 240, 0, 0, 4500, 9999, 61, 63), + (10965, 731, 89, 240, 0, 0, 4500, 9999, 61, 63), + (10966, 1083, 89, 240, 0, 1, 5500, 9999, 66, 69), + (10967, 1085, 89, 240, 0, 1, 5500, 9999, 66, 69), + (10968, 538, 89, 240, 0, 0, 5500, 9999, 66, 69), + (10969, 523, 89, 240, 0, 0, 3800, 9999, 59, 61), + (10970, 1808, 89, 240, 0, 0, 4500, 9999, 61, 63), + (10971, 4226, 89, 240, 0, 0, 4600, 9999, 61, 63), + (10972, 473, 89, 240, 0, 1, 3000, 9999, 52, 54), + (10973, 3148, 89, 240, 0, 0, 3000, 9999, 56, 59), + (10974, 1688, 89, 240, 0, 0, 500, 9999, 56, 59), + (10975, 1698, 89, 240, 0, 0, 5000, 9999, 62, 64), + (10976, 2654, 89, 240, 0, 0, 2000, 9999, 60, 62), + (10977, 3276, 89, 240, 0, 0, 500, 9999, 56, 59), + (10978, 3274, 89, 240, 0, 0, 2500, 9999, 65, 68), + (10979, 1793, 89, 240, 0, 0, 5000, 9999, 72, 75), + (10980, 74, 89, 240, 0, 0, 10000, 9999, 80, 83), + (10981, 3617, 89, 240, 0, 0, 4500, 9999, 75, 77), + (10982, 2965, 89, 240, 0, 0, 4500, 9999, 66, 69), + (10983, 4652, 89, 240, 0, 0, 8000, 9999, 93, 95), + (10984, 2373, 82, 240, 0, 0, 8000, 9999, 38, 41), + (10985, 3753, 82, 240, 128, 0, 3000, 9999, 40, 50), + (10986, 2166, 82, 240, 0, 0, 3000, 9999, 42, 55), + (10987, 1405, 82, 240, 0, 0, 3000, 9999, 38, 41), + (10988, 4653, 82, 10000, 0, 0, 15000, 9999, 83, 85), + (10989, 4654, 222, 240, 0, 0, 100000, 9999, 99, 99), + (11000, 3090, 68, 0, 128, 0, 142000, 0, 86, 88), + (11001, 4657, 81, 330, 128, 2797, 8000, 0, 72, 76), + (11002, 4658, 81, 330, 128, 560, 4444, 0, 50, 51), + (11003, 4655, 81, 330, 128, 0, 4800, 0, 60, 60), + (11004, 4656, 81, 330, 128, 4391, 80000, 0, 80, 85), + (11005, 4670, 195, 0, 128, 0, 12000, 0, 62, 62), + (11006, 4671, 195, 0, 128, 0, 0, 0, 58, 58), + (11007, 4672, 195, 0, 128, 0, 0, 0, 58, 58); /*!40000 ALTER TABLE `mob_groups` ENABLE KEYS */; -UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40014 SET FOREIGN_KEY_CHECKS=1 */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2013-01-29 21:07:54 Index: sql/mob_pools.sql =================================================================== --- sql/mob_pools.sql (revision 2745) +++ sql/mob_pools.sql (working copy) @@ -1,4704 +1,4679 @@ -/* -Navicat MySQL Data Transfer +-- -------------------------------------------------------- +-- Host: 127.0.0.1 +-- Server version: 5.5.28-log - MySQL Community Server (GPL) +-- Server OS: Win64 +-- HeidiSQL version: 7.0.0.4053 +-- Date/time: 2013-02-27 14:28:44 +-- -------------------------------------------------------- -Source Server : oo -Source Server Version : 50136 -Source Host : localhost:3306 -Source Database : dspdb - -Target Server Type : MYSQL -Target Server Version : 50136 -File Encoding : 65001 - -Date: 2013-02-07 14:43:09 -*/ - -SET FOREIGN_KEY_CHECKS=0; --- ---------------------------- --- Table structure for `mob_pools` --- ---------------------------- -DROP TABLE IF EXISTS `mob_pools`; -CREATE TABLE `mob_pools` ( - `poolid` int(10) unsigned NOT NULL, - `name` varchar(24) DEFAULT NULL, - `familyid` smallint(4) unsigned NOT NULL DEFAULT '0', - `modelid` binary(20) NOT NULL, - `mJob` tinyint(2) unsigned NOT NULL DEFAULT '1', - `sJob` tinyint(2) unsigned NOT NULL DEFAULT '1', - `cmbSkill` tinyint(2) unsigned NOT NULL DEFAULT '1', - `cmbDelay` smallint(3) unsigned NOT NULL DEFAULT '240', - `behavior` smallint(5) unsigned NOT NULL DEFAULT '0', - `links` tinyint(1) unsigned NOT NULL DEFAULT '0', - `mobType` smallint(5) unsigned NOT NULL DEFAULT '0', - `immunity` int(10) NOT NULL DEFAULT '0', - `name_prefix` tinyint(4) unsigned NOT NULL DEFAULT '0', - `flag` int(11) unsigned NOT NULL DEFAULT '0', - `unknown` int(11) unsigned NOT NULL DEFAULT '0', - `animationsub` tinyint(1) NOT NULL DEFAULT '0', - `hasSpellScript` tinyint(1) unsigned NOT NULL DEFAULT '0', - `castSpellTypes` binary(8) NOT NULL, - PRIMARY KEY (`poolid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 AVG_ROW_LENGTH=52; - --- ---------------------------- --- Records of mob_pools --- ---------------------------- -INSERT INTO mob_pools VALUES ('1', '1st_Gold_Musketeer', '149', 0x01000D02DE104820483048404850B76000703B80, '5', '11', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2', '1st_Iron_Musketeer', '149', 0x010005019510A220A230A240A250BC60B7703A80, '5', '5', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3', '1st_Legionnaire', '146', 0x01000508061006200630064006500A6122703480, '11', '11', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4', '1st_Legion_Aidman', '149', 0x01000E028A10712008301F404550846084700080, '3', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('5', '1st_Legion_Mercenary', '133', 0x0000670500000000000000000000000000000000, '11', '11', '5', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('6', '1st_Legion_Reiter', '146', 0x01000508061006200630064006500A6122703480, '5', '5', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('7', '2nd_Legionnaire', '149', 0x0100050105100520053005400550CA6000703480, '14', '8', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('8', '2nd_Legion_Grenadier', '146', 0x010002088A100220023002400250616000700080, '1', '1', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('9', '2nd_Legion_Scout', '149', 0x0100050105100520053005400550CA6000703480, '14', '20', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('10', '3rd_Legionnaire', '149', 0x01000A01DE10DE208A308A408A50526021703680, '11', '11', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('11', '4th_Legionnaire', '149', 0x010006011D101D201D301D401D5014612C703680, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('12', '7th_Cohors_Legionnaire', '149', 0x0100020100001D201D301D401D5054602C700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('13', '8th_Iron_Musketeer', '149', 0x01000D029510A220A230A240A250BC60B7703A80, '13', '13', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('14', 'Aa_Bho_Slashburner', '200', 0x0000990200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('15', 'Aa_Nawu_the_Thunderblade', '270', 0x0000560200000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('16', 'Aa_Nyu_Dismantler', '202', 0x00001D0400000000000000000000000000000000, '8', '8', '2', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('17', 'Aa_Xalmo_the_Savage', '270', 0x0000240800000000000000000000000000000000, '2', '2', '1', '240', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('18', 'Abenzio', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('19', 'Abhac', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('20', 'Abraxas', '125', 0x0000500100000000000000000000000000000000, '1', '1', '11', '240', '8', '0', '1', '0', '0', '343', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('21', 'Absolute_Virtue', '3', 0x0000620500000000000000000000000000000000, '14', '14', '8', '180', '24', '1', '2', '0', '32', '6', '1183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('22', 'Abyssal_Demon', '169', 0x0000F20200000000000000000000000000000000, '12', '12', '4', '240', '1', '1', '0', '0', '0', '219', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('23', 'Abyssal_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('24', 'Abyssdweller_Jhabdebb', '189', 0x00007A0200000000000000000000000000000000, '7', '7', '1', '240', '13', '1', '2', '0', '32', '7', '1183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('25', 'Abyssic_Cluster', '68', 0x0000220100000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('26', 'Abyssobugard', '58', 0x0000480500000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('27', 'Abyss_Sahagin', '213', 0x0000330500000000000000000000000000000000, '10', '10', '5', '240', '8', '1', '2', '0', '0', '185', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('28', 'Abyss_Worm', '258', 0x0000A90100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '0', '0', '0', '236', '1155', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('29', 'Ab_xzomit', '269', 0x0000110200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('30', 'Ace_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('31', 'Ace_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('32', 'Ace_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('33', 'Ace_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('34', 'Achamoth', '307', 0x0000100700000000000000000000000000000000, '1', '1', '7', '240', '153', '0', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('35', 'Achamothcampa', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('36', 'Achamoth_Nympha', '253', 0x0000100700000000000000000000000000000000, '1', '1', '7', '240', '153', '0', '0', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('37', 'Achtelle', '145', 0x0100090434103420343034403450CF6000700080, '14', '14', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('38', 'Acid_Grease', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('39', 'Acrolith', '1', 0x0000F20600000000000000000000000000000000, '1', '1', '7', '320', '0', '1', '32', '0', '0', '14', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('40', 'Acrophies', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '626', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('41', 'Acro_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '3185', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('42', 'Adam', '149', 0x0100000100000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('43', 'Adamantking_Effigy', '94', 0x0000220400000000000000000000000000000000, '1', '8', '12', '240', '16', '1', '16', '1', '0', '0', '1665', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('44', 'Adamantoise', '2', 0x0000900100000000000000000000000000000000, '1', '1', '7', '380', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('45', 'Adamantshell', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '129', '1', '16', '0', '0', '1755', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('46', 'Adaman_Quadav', '202', 0x00004A0800000000000000000000000000000000, '8', '8', '2', '265', '8', '1', '2', '0', '0', '502', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('47', 'Adamastor', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('48', 'Adasaurus', '210', 0x00003C0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('49', 'Addled_Tumor', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '192', '0', '0', '0', '0', '178', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('50', 'Adelheid', '149', 0x01000002D610D620D630D640D650676100700000, '20', '20', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('51', 'Adjudicator_Demon', '169', 0x0000AB0800000000000000000000000000000000, '15', '15', '11', '240', '8', '1', '0', '0', '0', '3305', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('52', 'Aerial_Torpedo', '56', 0x00001A0100000000000000000000000000000000, '4', '4', '12', '240', '24', '1', '0', '0', '0', '10', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('53', 'Aern_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '153', '1', '0', '8', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('54', 'Aern_s_Elemental', '100', 0x00000F0000000000000000000000000000000000, '8', '5', '7', '240', '16', '0', '8', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('55', 'Aern_s_Euvhi', '109', 0x00000E0200000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '8', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('56', 'Aern_s_Wynav', '193', 0x0000120200000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '8', '1', '0', '0', '0', '0', '1', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('57', 'Aern_s_Xzomit', '269', 0x0000100200000000000000000000000000000000, '1', '1', '7', '200', '9', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('58', 'Aestutaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('59', 'Afrhaad', '149', 0x05005F0700000000000000000000000000000000, '16', '16', '3', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('60', 'Agas', '4', 0x0000080100000000000000000000000000000000, '4', '4', '7', '240', '3', '0', '2', '0', '32', '1470', '1181', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('61', 'Aggressor_Antlion', '26', 0x0000430500000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('62', 'Agloolik', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '396', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('63', 'Agonizer', '241', 0x0000680400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '2', '0', '0', '3441', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('64', 'Agrios', '128', 0x0000120100000000000000000000000000000000, '1', '1', '11', '240', '9', '0', '2', '0', '32', '153', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('65', 'Ahriman', '4', 0x0000080100000000000000000000000000000000, '1', '4', '7', '240', '3', '1', '1', '0', '0', '407', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('66', 'Ahtu', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '711', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('67', 'Aht_Urhgan_Attercop', '235', 0x0000380100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('68', 'Aiatar', '268', 0x00003E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('69', 'Aipaloovik', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '6', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('70', 'Airi', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '1', '8', '0', '0', '4759', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('71', 'Air_Elemental', '99', 0x00000A0000000000000000000000000000000000, '4', '5', '12', '240', '32', '0', '0', '0', '0', '112', '1155', '0', '0', 0x0000007F00000000); -INSERT INTO mob_pools VALUES ('72', 'Air_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '1', '0', '0', '0', '7', '1159', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('73', 'Aitvaras', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '6', '240', '129', '0', '16', '0', '32', '614', '1179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('74', 'Ajattara', '266', 0x0000C50800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '296', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('75', 'Ajido-Marujido', '153', 0x0000070300000000000000000000000000000000, '4', '4', '11', '240', '24', '0', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('76', 'Akash', '34', 0x0000170300000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('77', 'Akbaba', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '1', '0', '0', '905', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('78', 'Akrab', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('79', 'Akselloak', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '395', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('80', 'Alastor_Antlion', '26', 0x0000440500000000000000000000000000000000, '4', '4', '7', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('81', 'Albino_Antlion', '26', 0x0000000000000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('82', 'Alexander', '33', 0x00002A0700000000000000000000000000000000, '3', '3', '11', '240', '153', '1', '16', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('83', 'Alfard', '164', 0x000005070000000000000000000000000000000, '1', '6', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('84', 'Alfons', '149', 0x01000D014D104D204D304D404D50406118700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('85', 'Alklha', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '6', '240', '129', '0', '16', '0', '32', '7098', '1179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('86', 'Alkonost', '140', 0x0000550500000000000000000000000000000000, '6', '8', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('87', 'Alkyoneus', '126', 0x0000830200000000000000000000000000000000, '1', '2', '1', '240', '1', '1', '2', '0', '32', '1871', '1183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('88', 'All-Seeing_Onyx_Eye', '4', 0x0000090100000000000000000000000000000000, '20', '20', '11', '240', '129', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('89', 'Allied_Armored_Belfry', '236', 0x0000190900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('90', 'Allied_Belfry', '236', 0x0000190900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('91', 'Allied_Mantelet', '239', 0x0000170900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('92', 'Allocamelus', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('93', 'Allotaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('94', 'Almighty_Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '380', '136', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('95', 'Almops', '126', 0x0000130100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('96', 'Alpha_Gnole_Anders', '132', 0x0000F10700000000000000000000000000000000, '2', '9', '1', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('97', 'Alraune', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '7', '360', '128', '1', '0', '0', '0', '133', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('98', 'Alsha', '145', 0x0500370200000000000000000000000000000000, '4', '3', '11', '240', '0', '0', '2', '0', '32', '138', '1563', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('99', 'Altedour_I_Tavnazia', '221', 0x0000280200000000000000000000000000000000, '4', '4', '5', '360', '6', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('100', 'Amaltheia', '208', 0x0000580100000000000000000000000000000000, '3', '3', '7', '320', '13', '1', '2', '0', '32', '323', '1183', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('101', 'Amaranth', '207', 0x0000E80700000000000000000000000000000000, '6', '6', '7', '240', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('102', 'Amarok', '62', 0x0000020700000000000000000000000000000000, '8', '4', '7', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('103', 'Amber_Quadav', '202', 0x00009A0200000000000000000000000000000000, '4', '4', '5', '265', '2', '1', '0', '0', '0', '457', '1153', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('104', 'Ambusher_Antlion', '26', 0x0000440500000000000000000000000000000000, '1', '1', '6', '200', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('105', 'Amemet', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '32', '2791', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('106', 'Ameretat', '186', 0x00007E0100000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '0', '0', '0', '450', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('107', 'Amethyst_Quadav', '202', 0x0000990200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '0', '0', '0', '629', '1153', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('108', 'Amhuluk', '6', 0x0000570900000000000000000000000000000000, '20', '5', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('109', 'Amikiri', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('110', 'Amnaf', '149', 0x01000B02A510A520AB30A540AB50776100700000, '16', '16', '3', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('111', 'Amoebic_Nodule', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('112', 'Amphiptere', '6', 0x0000AE0800000000000000000000000000000000, '1', '1', '3', '240', '0', '1', '0', '0', '2', '759', '3201', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('113', 'Amphisbaena', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '0', '0', '0', '337', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('114', 'Amphitrite', '251', 0x0000520500000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('115', 'Amuckatrice', '70', 0x0000200100000000000000000000000000000000, '1', '8', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('116', 'Amun', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('117', 'Anansi', '235', 0x0000390100000000000000000000000000000000, '1', '5', '7', '240', '16', '1', '16', '0', '32', '3873', '1695', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('118', 'Anantaboga', '87', 0x0000A50100000000000000000000000000000000, '10', '10', '12', '240', '128', '0', '2', '0', '32', '237', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('119', 'Anautogenous_Slug', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '140', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('120', 'Ancient_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '239', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('121', 'Ancient_Bomb', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '0', '0', '0', '237', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('122', 'Ancient_Bombs', '68', 0x0000230100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('123', 'Ancient_Goobbue', '136', 0x0000280100000000000000000000000000000000, '2', '2', '12', '320', '2', '1', '2', '0', '0', '237', '1159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('124', 'Ancient_Orobon', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('125', 'Ancient_Quadav', '202', 0x0000450800000000000000000000000000000000, '1', '1', '2', '265', '2', '1', '0', '0', '0', '399', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('126', 'Ancient_Royal_Knight', '227', 0x0000980400000000000000000000000000000000, '1', '1', '4', '240', '193', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('127', 'Ancient_Sorcerer', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '1', '18', '0', '0', '5046', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('128', 'Ancient_Vessel', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '2', '0', '0', '645', '1159', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('129', 'Ancient_Warrior', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '1', '0', '0', '0', '1935', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('130', 'Ancient_Weapon', '110', 0x0000DC0100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('131', 'Ancilla_Beetle', '49', 0x0000980100000000000000000000000000000000, '1', '1', '3', '240', '13', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('132', 'Anders_s_Guard', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('133', 'Andhrimnir', '74', 0x0000540500000000000000000000000000000000, '4', '4', '12', '290', '193', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('134', 'Andras_s_Vouivre', '267', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('135', 'Anemic_Aloysius', '258', 0x000058090000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('136', 'Anemone', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '0', '0', '0', '20', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('137', 'Angantyr', '169', 0x0000E80200000000000000000000000000000000, '1', '1', '2', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('138', 'Angler_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('139', 'Angler_Orobon', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '137', '1', '0', '0', '0', '5386', '1159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('140', 'Angler_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('141', 'Angra_Mainyu', '4', 0x0000090100000000000000000000000000000000, '5', '4', '2', '240', '24', '1', '2', '0', '32', '7', '1183', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('142', 'Anguis', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('143', 'Animated_Claymore', '14', 0x0000CB0100000000000000000000000000000000, '7', '7', '4', '240', '8', '1', '2', '0', '0', '7', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('144', 'Animated_Dagger', '11', 0x0000C50100000000000000000000000000000000, '4', '4', '2', '240', '8', '1', '2', '0', '0', '7', '1667', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('145', 'Animated_Great_Axe', '12', 0x0000CA0100000000000000000000000000000000, '1', '1', '6', '240', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('146', 'Animated_Gun', '18', 0x0000D20100000000000000000000000000000000, '11', '11', '5', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('147', 'Animated_Hammer', '9', 0x0000C90100000000000000000000000000000000, '3', '3', '11', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('148', 'Animated_Horn', '16', 0x0000D60100000000000000000000000000000000, '10', '10', '12', '240', '8', '1', '2', '0', '0', '7', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('149', 'Animated_Knuckles', '15', 0x0000C40100000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('150', 'Animated_Kunai', '17', 0x0000CF0100000000000000000000000000000000, '13', '13', '9', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('151', 'Animated_Longbow', '7', 0x0000D10100000000000000000000000000000000, '11', '11', '5', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('152', 'Animated_Longsword', '24', 0x0000C20100000000000000000000000000000000, '7', '7', '3', '240', '8', '1', '2', '0', '0', '7', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('153', 'Animated_Scythe', '20', 0x0000C80100000000000000000000000000000000, '8', '8', '7', '240', '8', '1', '2', '0', '0', '7', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('154', 'Animated_Shield', '22', 0x0000D50100000000000000000000000000000000, '7', '7', '4', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('155', 'Animated_Spear', '19', 0x0000CC0100000000000000000000000000000000, '14', '14', '8', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('156', 'Animated_Staff', '23', 0x0000CE0100000000000000000000000000000000, '4', '4', '12', '240', '8', '1', '2', '0', '0', '7', '1667', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('157', 'Animated_Tabar', '8', 0x0000C60100000000000000000000000000000000, '9', '9', '5', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('158', 'Animated_Tachi', '13', 0x0000D00100000000000000000000000000000000, '12', '12', '10', '240', '8', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('159', 'Anise_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('160', 'Annihilated_Anthony', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '12', '0', '2', '0', '32', '7', '1181', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('161', 'Ansherekh', '242', 0x0000C80800000000000000000000000000000000, '1', '4', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('162', 'Antaeus', '126', 0x0000830200000000000000000000000000000000, '11', '1', '1', '240', '9', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('163', 'Antares', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '559', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('164', 'Anthracite_Antlion', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('165', 'Antican_Aedilis', '25', 0x0000F50400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '0', '0', '0', '402', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('166', 'Antican_Antesignanus', '25', 0x00000C0500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '0', '0', '0', '59', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('167', 'Antican_Auxiliarius', '25', 0x0000E70400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '343', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('168', 'Antican_Centurio', '25', 0x0000100500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '0', '0', '0', '396', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('169', 'Antican_Consul', '25', 0x0000EB0400000000000000000000000000000000, '1', '1', '5', '265', '8', '1', '2', '0', '0', '2646', '1159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('170', 'Antican_Decurio', '25', 0x0000080500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '0', '0', '0', '417', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('171', 'Antican_Eques', '25', 0x0000080500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '0', '0', '0', '561', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('172', 'Antican_Essedarius', '25', 0x0000F80400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '0', '0', '0', '396', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('173', 'Antican_Faber', '25', 0x0000FD0400000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '0', '0', '0', '1170', '1153', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('174', 'Antican_Funditor', '25', 0x0000F30400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '0', '0', '0', '927', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('175', 'Antican_Hastatus', '25', 0x0000F10400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '429', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('176', 'Antican_Hoplomachus', '25', 0x0000100500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '0', '0', '0', '344', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('177', 'Antican_Lanista', '25', 0x0000FF0400000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '0', '0', '0', '330', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('178', 'Antican_Legatus', '25', 0x0000090500000000000000000000000000000000, '7', '7', '3', '265', '8', '1', '2', '0', '0', '3066', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('179', 'Antican_Magister', '25', 0x0000EC0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('180', 'Antican_Praefectus', '25', 0x0000110500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '2', '0', '0', '5985', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('181', 'Antican_Praetor', '25', 0x0000010500000000000000000000000000000000, '4', '4', '12', '265', '8', '1', '2', '0', '0', '2062', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('182', 'Antican_Princeps', '25', 0x0000100500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '0', '0', '0', '575', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('183', 'Antican_Proconsul', '25', 0x0000040500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('184', 'Antican_Quaestor', '25', 0x0000000500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '0', '0', '0', '206', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('185', 'Antican_Retiarius', '25', 0x0000FE0400000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '0', '0', '0', '291', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('186', 'Antican_Sagittarius', '25', 0x0000F80400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '0', '0', '0', '1243', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('187', 'Antican_Secutor', '25', 0x0000F10400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '1302', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('188', 'Antican_Signifer', '25', 0x0000FF0400000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '0', '0', '0', '285', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('189', 'Antican_Speculator', '25', 0x0000FE0400000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '0', '0', '0', '713', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('190', 'Antican_Triarius', '25', 0x0000EF0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '300', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('191', 'Antican_Tribunus', '25', 0x0000FC0400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('192', 'Antican_Veles', '25', 0x0000F10400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '185', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('193', 'Antlion_Fly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '128', '1', '0', '0', '0', '80', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('194', 'Anvilix_Sootwrists', '133', 0x0000400400000000000000000000000000000000, '1', '1', '5', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('195', 'Apademak', '168', 0x00000F0700000000000000000000000000000000, '1', '4', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('196', 'Apis', '57', 0x00004D0500000000000000000000000000000000, '1', '8', '6', '360', '8', '0', '16', '0', '32', '3903', '1183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('197', 'Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '380', '0', '1', '1', '0', '0', '184', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('198', 'Apocalyptic_Beast', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '6', '240', '129', '1', '2', '0', '0', '5567', '1671', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('199', 'Apocalyptic_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '375', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('200', 'Apollyon_Cleaner', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '17', '1', '0', '0', '0', '131', '1159', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('201', 'Apollyon_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '3208', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('202', 'Apollyon_Scavenger', '58', 0x0000470500000000000000000000000000000000, '1', '1', '5', '300', '129', '1', '2', '0', '0', '761', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('203', 'Apollyon_Sweeper', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '17', '1', '2', '0', '0', '4680', '1159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('204', 'Apsaras', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('205', 'Aquarian_Caster', '153', 0x01000D0512101420143014401450E36027701B80, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('206', 'Aquarius', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '220', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('207', 'Arachne', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('208', 'Aragoneu_Knight', '145', 0x010009030C100C200C300C400C50FB601B700080, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('209', 'Arboricole_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '4', '240', '13', '1', '2', '0', '0', '6540', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('210', 'Arboricole_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '133', '1', '2', '0', '0', '5199', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('211', 'Arboricole_Hornet', '48', 0x0000100100000000000000000000000000000000, '1', '1', '5', '240', '13', '1', '2', '0', '0', '4651', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('212', 'Arboricole_Opo-opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '13', '1', '0', '0', '0', '1051', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('213', 'Arboricole_Raven', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '2', '0', '0', '657', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('214', 'Arboricole_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '5027', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('215', 'Arcane_Phantasm', '115', 0x0500380200000000000000000000000000000000, '10', '10', '2', '240', '193', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('216', 'Archaic_Chariot', '63', 0x00001D0700000000000000000000000000000000, '1', '1', '6', '320', '145', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('217', 'Archaic_Chest', '183', 0x0000020100000000000000000000000000000000, '1', '1', '7', '170', '144', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('218', 'Archaic_Gear', '119', 0x00001B0700000000000000000000000000000000, '1', '1', '12', '240', '153', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('219', 'Archaic_Gears', '120', 0x00001C0700000000000000000000000000000000, '1', '1', '12', '240', '153', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('220', 'Archaic_Mirror', '238', 0x0600150600000000000000000000000000000000, '1', '1', '0', '240', '0', '0', '0', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('221', 'Archaic_Rampart', '209', 0x00001A0700000000000000000000000000000000, '1', '1', '7', '320', '25', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('222', 'Archer_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '861', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('223', 'Archlich_Taber_quoan', '227', 0x0000400200000000000000000000000000000000, '4', '4', '10', '240', '2', '1', '18', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('224', 'Arch_Ahriman', '4', 0x0000090100000000000000000000000000000000, '4', '4', '7', '240', '136', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('225', 'Arch_Corse', '74', 0x0000530500000000000000000000000000000000, '4', '4', '11', '290', '192', '0', '0', '0', '0', '218', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('226', 'Arch_Demon', '169', 0x0000EF0200000000000000000000000000000000, '8', '8', '1', '240', '1', '1', '0', '0', '0', '153', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('227', 'Areuhat', '145', 0x01001A0400108720873087408750776100700080, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('228', 'Argus', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('229', 'Arid_Limule', '173', 0x00004D0900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('230', 'Aries', '208', 0x0000580100000000000000000000000000000000, '1', '5', '7', '300', '16', '1', '16', '0', '32', '2880', '1183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('231', 'Ariesian_Caster', '153', 0x01000C0613101320133013401350E86024700080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('232', 'Arimaspi', '4', 0x0000090100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('233', 'Arioch', '46', 0x0000010100000000000000000000000000000000, '1', '1', '6', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('234', 'Ariri_Samariri', '196', 0x0000150700000000000000000000000000000000, '4', '4', '5', '150', '129', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('235', 'Ark_Angel_EV', '145', 0x0000110300000000000000000000000000000000, '7', '3', '3', '240', '16', '1', '2', '0', '32', '1595', '1051', '0', '0', 0x0000000000003700); -INSERT INTO mob_pools VALUES ('236', 'Ark_Angel_GK', '147', 0x0000140300000000000000000000000000000000, '12', '14', '10', '240', '16', '1', '2', '0', '32', '693', '1179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('237', 'Ark_Angel_HM', '149', 0x0000100300000000000000000000000000000000, '1', '13', '3', '240', '16', '1', '2', '0', '32', '3139', '1179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('238', 'Ark_Angel_MR', '151', 0x0000120300000000000000000000000000000000, '9', '6', '2', '240', '16', '0', '0', '0', '32', '4504', '1051', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('239', 'Ark_Angel_s_Mandragora', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '7', '360', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('240', 'Ark_Angel_s_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('241', 'Ark_Angel_s_Wyvern', '193', 0x00000C0300000000000000000000000000000000, '14', '1', '7', '200', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('242', 'Ark_Angel_TT', '153', 0x0000130300000000000000000000000000000000, '4', '8', '1', '240', '16', '0', '0', '0', '32', '1129', '1179', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('243', 'Armed_Gears', '304', 0x00001C0700000000000000000000000000000000, '1', '5', '6', '240', '153', '0', '2', '0', '64', '5239', '1677', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('244', 'Armet_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '1', '1', '0', '0', '0', '286', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('245', 'Armillaria', '116', 0x0000C90800000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('246', 'Armored_Chariot', '63', 0x00001E0700000000000000000000000000000000, '1', '1', '6', '320', '145', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('247', 'Armored_Hunter', '26', 0x0000440500000000000000000000000000000000, '1', '1', '6', '240', '128', '1', '2', '0', '0', '445', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('248', 'Armoury_Crate', '183', 0x0000030100000000000000000000000000000000, '1', '1', '7', '170', '40', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('249', 'Armsmaster_Dekbuk', '189', 0x0000660200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('250', 'Aroma_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '7076', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('251', 'Aroma_Fly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '2', '1', '2', '0', '0', '26', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('252', 'Aroma_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('253', 'Arrapago_Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '380', '0', '1', '0', '0', '0', '660', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('254', 'Arrapago_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('255', 'Arrapago_Leech', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '12', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('256', 'Asanbosam', '46', 0x0000010100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('257', 'Ascetox_Ratgums', '133', 0x0000420400000000000000000000000000000000, '4', '4', '12', '240', '16', '1', '2', '0', '32', '642', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('258', 'Ashakku', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '293', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('259', 'Ashmaker_Gotblut', '189', 0x0000EB0300000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '2', '0', '32', '315', '1181', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('260', 'Ashmea_B_Greinner', '145', 0x01000204DD10D920D930D940D950FA600A710080, '7', '1', '3', '150', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('261', 'Ashtaerh_the_Gallvexed', '233', 0x0000EF0600000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('262', 'Ashu_Talif_Captain', '115', 0x0500680700000000000000000000000000000000, '17', '17', '3', '240', '227', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('263', 'Ashu_Talif_Crew', '115', 0x0500690700000000000000000000000000000000, '2', '2', '1', '240', '227', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('264', 'Ashu_Talif_Marine', '115', 0x05006B0700000000000000000000000000000000, '1', '1', '7', '240', '227', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('265', 'Ash_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '7', '0', '2', '0', '0', '185', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('266', 'Ash_Lizard', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '291', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('267', 'Asphyxiated_Amsel', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('268', 'Aspidochelone', '2', 0x0000910100000000000000000000000000000000, '1', '1', '7', '380', '8', '1', '2', '0', '0', '363', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('269', 'Asrai', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '6', '0', '32', '6585', '1179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('270', 'Assailer_Chariot', '63', 0x00001F0700000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('271', 'Assassin_Fly', '113', 0x0000C10100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '616', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('272', 'Assault_Bhoot', '52', 0x0000710100000000000000000000000000000000, '4', '4', '11', '240', '192', '0', '0', '0', '0', '13', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('273', 'Assault_Draugar', '89', 0x0000D70600000000000000000000000000000000, '14', '14', '8', '240', '192', '0', '0', '0', '0', '19', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('274', 'Asterion', '240', 0x00004F0500000000000000000000000000000000, '2', '4', '7', '240', '9', '1', '2', '0', '32', '143', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('275', 'Astika', '118', 0x0000B10800000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('276', 'Athamas', '235', 0x0000390100000000000000000000000000000000, '5', '5', '3', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('277', 'Atomic_Cluster', '68', 0x0000220100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '0', '0', '0', '556', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('278', 'Atomos', '32', 0x0000150900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('279', 'Atrociraptor', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '3', '220', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('280', 'Attack_Ziz', '70', 0x0000210100000000000000000000000000000000, '1', '1', '11', '240', '8', '1', '0', '0', '0', '8', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('281', 'Attohwa_Coeurl', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '12', '0', '0', '0', '0', '237', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('282', 'At_euvhi', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('283', 'Audhumbla', '57', 0x00004D0500000000000000000000000000000000, '1', '8', '5', '360', '9', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('284', 'Audumbla', '57', 0x00004D0500000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('285', 'Augmented_Chigoe', '64', 0x0000D30600000000000000000000000000000000, '6', '6', '2', '150', '137', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('286', 'Aura_Butler', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '290', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('287', 'Aura_Gear', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '1', '0', '0', '0', '765', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('288', 'Aura_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '238', '1157', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('289', 'Aura_Statue', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '0', '0', '0', '337', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('290', 'Aura_Weapon', '110', 0x0000C30100000000000000000000000000000000, '5', '5', '3', '240', '34', '0', '0', '0', '0', '290', '1667', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('291', 'Auroral_Alicorn', '39', 0x0000B30800000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('292', 'Avalanche', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '218', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('293', 'Avalerion', '72', 0x0000B50800000000000000000000000000000000, '5', '5', '2', '225', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('294', 'Avatar_Icon', '95', 0x0000240400000000000000000000000000000000, '4', '4', '12', '240', '16', '1', '16', '1', '0', '7', '1153', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('295', 'Avatar_Idol', '95', 0x0000240400000000000000000000000000000000, '4', '4', '12', '240', '16', '1', '16', '1', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('296', 'Awahondo', '81', 0x0000490500000000000000000000000000000000, '2', '8', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('297', 'Awd_Goggie', '79', 0x00008D0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('298', 'Aw_aern', '3', 0x0000570500000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('299', 'Aw_euvhi', '109', 0x00000E0200000000000000000000000000000000, '1', '1', '11', '240', '129', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('300', 'Aw_ghrah', '122', 0x0600890400000000000000000000000000000000, '1', '1', '7', '220', '129', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('301', 'Aw_zdei', '272', 0x0000850400000000000000000000000000000000, '1', '1', '7', '240', '9', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('302', 'Axesarion_the_Wanderer', '221', 0x00001A0200000000000000000000000000000000, '1', '1', '3', '360', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('303', 'Axe_Beak', '70', 0x0000200100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '0', '0', '0', '608', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('304', 'Ayakashi', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '1', '1', '16', '0', '0', '219', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('305', 'Ayame', '149', 0x0500450400000000000000000000000000000000, '12', '12', '10', '240', '0', '0', '16', '0', '32', '2803', '1563', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('306', 'Aydeewa_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('307', 'Aydeewa_Diremite', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '128', '0', '0', '0', '0', '151', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('308', 'Ayravata', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('309', 'Azdaja', '263', 0x0000630200000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('310', 'Azer', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '125', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('311', 'Azima', '149', 0x01000C02B510B920B930B9404750236100700080, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('312', 'Azo', '235', 0x0000360100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('313', 'Azoth_Apsaras', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('314', 'Azren_Kuba', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '192', '1', '0', '0', '0', '6', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('315', 'Azren_Kuguza', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '192', '1', '0', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('316', 'Ba', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '128', '1', '1', '0', '0', '666', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('317', 'Baa_Dava_the_Bibliophage', '270', 0x00003C0400000000000000000000000000000000, '15', '15', '6', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('318', 'Baa_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '153', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('319', 'Baba_Yaga', '195', 0x0000EE0700000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('320', 'Babban_Ny_Mheillea', '178', 0x0000C70800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('321', 'Badlands_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('322', 'Badshah', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('323', 'Baelfyr', '0', 0x0000650800000000000000000000000000000000, '5', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('324', 'Baetyl_Quadav', '202', 0x00001F0400000000000000000000000000000000, '3', '3', '3', '265', '128', '1', '0', '0', '0', '396', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('325', 'Bahamut', '263', 0x00001B0500000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '16', '0', '32', '100', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('326', 'Bakka', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('327', 'Bakru', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('328', 'Balam-Agab', '71', 0x00006F0100000000000000000000000000000000, '3', '3', '11', '240', '1', '0', '2', '0', '32', '7611', '157', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('329', 'Balam-Quitz', '71', 0x0000C60800000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('330', 'Balaur', '278', 0x00008F0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('331', 'Ballistosporer', '116', 0x0000780100000000000000000000000000000000, '4', '3', '12', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('332', 'Balloon', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '819', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('333', 'Balor', '115', 0x0500FA0300000000000000000000000000000000, '11', '12', '2', '240', '192', '0', '2', '0', '32', '3438', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('334', 'Balrahn', '233', 0x0000F00600000000000000000000000000000000, '4', '4', '5', '240', '177', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('335', 'Bandersnatch', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '1', '0', '0', '124', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('336', 'Bandrix_Rockjaw', '133', 0x00003E0400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('337', 'Bane_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '299', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('338', 'Banshee', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '177', '643', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('339', 'Baobhan_Sith', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('340', 'Barakbok', '189', 0x0000660200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('341', 'Bardha', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '193', '1', '16', '0', '0', '970', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('342', 'Barghest', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '1', '0', '0', '664', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('343', 'Bark_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '125', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('344', 'Bark_Tarantula', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '153', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('345', 'Barometz', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '129', '1', '16', '0', '0', '7628', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('346', 'Baronet_Romwe', '169', 0x0000E40200000000000000000000000000000000, '1', '1', '4', '240', '16', '1', '18', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('347', 'Barong', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '32', '4935', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('348', 'Baronial_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '6', '240', '8', '1', '2', '0', '0', '6', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('349', 'Baron_Vapula', '169', 0x0000E70200000000000000000000000000000000, '4', '4', '10', '240', '16', '1', '18', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('350', 'Barrens_Treant', '245', 0x00008B0100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('351', 'Barri', '169', 0x0000E90200000000000000000000000000000000, '1', '1', '2', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('352', 'Bartholomaus', '149', 0x010000014910A220A230A240A250B5602C703A80, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('353', 'Bashdeel', '149', 0x0500600700000000000000000000000000000000, '16', '16', '3', '240', '136', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('354', 'Basilic', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '32', '1663', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('355', 'Bastion_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '395', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('356', 'Bastion_Fighter', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('357', 'Bastion_Mage', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('358', 'Bathyal_Gigas', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('359', 'Bathybic_Kulshedra', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('360', 'Batteilant_Bhoot', '52', 0x0000710100000000000000000000000000000000, '4', '4', '11', '240', '192', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('361', 'Battering_Bugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '6', '300', '128', '0', '0', '0', '0', '8', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('362', 'Battering_Ram', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '1', '0', '0', '0', '0', '821', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('363', 'Battlechoir_Gitchfotch', '189', 0x0000190400000000000000000000000000000000, '10', '1', '4', '240', '16', '1', '18', '0', '32', '7', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('364', 'Battleclad_Chariot', '63', 0x0000200700000000000000000000000000000000, '1', '1', '6', '320', '145', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('365', 'Battledressed_Chariot', '63', 0x0000200700000000000000000000000000000000, '1', '1', '6', '320', '145', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('366', 'Battlemaster_Vatgit', '189', 0x0000F40700000000000000000000000000000000, '1', '1', '2', '220', '13', '1', '0', '0', '32', '0', '2205', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('367', 'Battlemite', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('368', 'Battlerigged_Chariot', '63', 0x00001F0700000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('369', 'Battle_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '290', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('370', 'Battle_Bugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '300', '128', '0', '0', '0', '0', '184', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('371', 'Battrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '1', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('372', 'Battue_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '64', '290', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('373', 'Bat_Battalion', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '64', '87', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('374', 'Bat_Eye', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '3', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('375', 'Baumesel', '114', 0x0000410500000000000000000000000000000000, '2', '2', '1', '240', '128', '0', '2', '0', '0', '3122', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('376', 'Bavarois', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('377', 'Ba_Tho_Mercifulheart', '202', 0x00004C0800000000000000000000000000000000, '8', '8', '2', '245', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('378', 'Beach_Bunny', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '339', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('379', 'Beach_Monk', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '51', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('380', 'Beach_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('381', 'Beadeaux_Vanguard', '202', 0x00004E0800000000000000000000000000000000, '7', '7', '1', '265', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('382', 'Beady_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '1', '0', '0', '0', '0', '185', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('383', 'Bearclaw_Leveret', '206', 0x00000E0100000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('384', 'Bearclaw_Rabbit', '206', 0x00000E0100000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '4385', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('385', 'Beelzebub', '48', 0x0000100100000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '16', '0', '32', '3240', '159', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('386', 'Beet_Leafhopper', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '2', '1', '2', '0', '0', '1505', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('387', 'Behemoth', '51', 0x0000940100000000000000000000000000000000, '1', '1', '6', '380', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('388', 'Beholder', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('389', 'Beli', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '9', '1', '16', '0', '32', '7', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('390', 'Bendigeit_Vran', '221', 0x0000130200000000000000000000000000000000, '1', '1', '2', '360', '2', '1', '2', '0', '32', '894', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('391', 'Bennu', '125', 0x0000530100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('392', 'Benumbed_Vodoriga', '118', 0x0000B10800000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('393', 'Berried_Chigoe', '64', 0x0000D30600000000000000000000000000000000, '6', '6', '11', '12', '136', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('394', 'Berry_Grub', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '1037', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('395', 'Berry_Syrup', '0', 0x0000000000000000000000000000000000000000, '1', '5', '11', '240', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('396', 'Berserker_Demon', '169', 0x0000AC0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '292', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('397', 'Berserkr', '169', 0x0000EC0200000000000000000000000000000000, '8', '4', '1', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('398', 'Berstuk', '0', 0x0000E60700000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('399', 'Beryl-footed_Molberry', '243', 0x0000B50400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '2', '0', '32', '223', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('400', 'Be_Ebo_Tortoisedriver', '202', 0x00001C0400000000000000000000000000000000, '9', '9', '11', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('401', 'Be_Zhe_Keeprazer', '202', 0x00001F0400000000000000000000000000000000, '15', '15', '6', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('402', 'Bhogbigg_s_Grenade', '247', 0x0000000700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('403', 'Bhogbigg_s_Vial', '247', 0x0000000700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('404', 'Bhoot', '52', 0x0000710100000000000000000000000000000000, '4', '4', '11', '240', '192', '0', '1', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('405', 'Bhoot_Intruder', '121', 0x0000710100000000000000000000000000000000, '4', '4', '12', '240', '192', '0', '0', '0', '0', '15', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('406', 'Bhoot_Invader', '52', 0x0000710100000000000000000000000000000000, '4', '4', '11', '240', '192', '1', '0', '0', '0', '15', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('407', 'Bhuta', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '395', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('408', 'Bhuu_Wjato_the_Firepool', '270', 0x00003C0400000000000000000000000000000000, '4', '4', '6', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('409', 'Bialozar', '125', 0x0000500100000000000000000000000000000000, '10', '10', '12', '240', '9', '1', '16', '0', '0', '245', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('410', 'Biast', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '2', '0', '2', '0', '32', '126', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('411', 'Biddybug', '170', 0x0000E20700000000000000000000000000000000, '6', '6', '7', '220', '12', '0', '0', '0', '0', '26', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('412', 'Bifrons', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '827', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('413', 'Bigclaw', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '1', '0', '0', '85', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('414', 'Bigmouth_Billy', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '1', '2', '0', '32', '825', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('415', 'Big_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '232', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('416', 'Big_Bomb', '56', 0x00001A0100000000000000000000000000000000, '4', '4', '12', '240', '24', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('417', 'Big_Jaw', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '4886', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('418', 'Big_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('419', 'Bilopdop', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '12', '1', '2', '0', '32', '623', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('420', 'Binding_Tube', '247', 0x0000000700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('421', 'Birdtrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '1', '0', '0', '396', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('422', 'Bisan', '49', 0x0000980100000000000000000000000000000000, '8', '8', '7', '240', '1', '1', '16', '0', '32', '971', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('423', 'Bisque-heeled_Sunberry', '243', 0x0000A70400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '2', '0', '32', '338', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('424', 'Bistre-hearted_Malberry', '243', 0x0000C60400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('425', 'Bitoso', '79', 0x00008D0100000000000000000000000000000000, '3', '3', '11', '240', '2', '1', '16', '0', '32', '2316', '159', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('426', 'Bi_Fho_Jestergrin', '202', 0x00008A0200000000000000000000000000000000, '6', '6', '2', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('427', 'Bi_Gho_Headtaker', '202', 0x00004C0800000000000000000000000000000000, '8', '8', '2', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('428', 'Blackbeard', '227', 0x0000390200000000000000000000000000000000, '4', '4', '6', '240', '6', '0', '2', '0', '32', '166', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('429', 'Blackbone_Frazdiz', '189', 0x0000760200000000000000000000000000000000, '8', '8', '5', '240', '12', '1', '0', '0', '32', '1828', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('430', 'Blacktattoo_Vedool_Ja', '176', 0x06005F0600000000000000000000000000000000, '4', '4', '5', '280', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('431', 'Black_Baron', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('432', 'Black_Bartholomew', '115', 0x0500690700000000000000000000000000000000, '17', '17', '3', '240', '227', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('433', 'Black_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '244', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('434', 'Black_Coney', '206', 0x00000D0100000000000000000000000000000000, '1', '1', '7', '240', '12', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('435', 'Black_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '2', '1', '18', '0', '0', '245', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('436', 'Black_Merino', '167', 0x0000550100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('437', 'Black_Pudding', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '129', '0', '0', '0', '0', '401', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('438', 'Black_Shuck', '62', 0x0000010700000000000000000000000000000000, '8', '8', '7', '380', '137', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('439', 'Black_Slime', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('440', 'Black_Triple_Stars', '47', 0x0000040100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('441', 'Black_Wolf', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '186', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('442', 'Blademaw_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('443', 'Blade_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '322', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('444', 'Bladmall', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '1', '16', '0', '0', '494', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('445', 'Blanched_Kraken', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('446', 'Blanga', '0', 0x0000630800000000000000000000000000000000, '1', '6', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('447', 'Blazer_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '1', '1', '0', '0', '0', '497', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('448', 'Blazing_Eruca', '107', 0x0000960100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('449', 'Blazox_Boneybod', '133', 0x0000400400000000000000000000000000000000, '9', '9', '5', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('450', 'Blifnix_Oilycheeks', '133', 0x0000670500000000000000000000000000000000, '11', '11', '2', '240', '9', '1', '2', '0', '32', '213', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('451', 'Blind_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('452', 'Blind_Moby', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '32', '2209', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('453', 'Blizzard_Gigas', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '1', '240', '1', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('454', 'Blizzard_Wyvern', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '0', '0', '0', '46', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('455', 'Blob', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '245', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('456', 'Bloodcrown_Brradhod', '189', 0x0000180800000000000000000000000000000000, '7', '7', '1', '240', '13', '1', '0', '0', '32', '358', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('457', 'Bloodeye_Vileberry', '243', 0x00004B0900000000000000000000000000000000, '4', '6', '2', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('458', 'Bloodguzzler', '172', 0x0000150100000000000000000000000000000000, '8', '8', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('459', 'Bloodlapper', '131', 0x0000DC0700000000000000000000000000000000, '8', '8', '7', '240', '8', '0', '2', '0', '0', '6', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('460', 'Bloodpool_Vorax', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('461', 'Bloodsucker', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('462', 'Bloodtear_Baldurf', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '1', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('463', 'Bloodthirster_Madkix', '133', 0x0000FC0100000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('464', 'Bloodwing_Impaler', '189', 0x00006C0200000000000000000000000000000000, '14', '14', '1', '240', '12', '1', '0', '0', '0', '27', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('465', 'Bloody_Bones', '88', 0x0000DE0600000000000000000000000000000000, '8', '8', '3', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('466', 'Bloody_Coffin', '76', 0x0000650100000000000000000000000000000000, '5', '5', '3', '240', '128', '0', '2', '0', '0', '1828', '135', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('467', 'Bloody_Daggers', '11', 0x0000C50100000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('468', 'Bloody_Vrukwuk', '189', 0x0000F10300000000000000000000000000000000, '7', '7', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('469', 'Blood_Ball', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '239', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('470', 'Blood_Bat', '46', 0x0000010100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('471', 'Blood_Bunny', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '231', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('472', 'Blood_Demon', '169', 0x0000EA0200000000000000000000000000000000, '12', '12', '6', '240', '1', '1', '0', '0', '0', '1659', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('473', 'Blood_Soul', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '0', '0', '0', '518', '641', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('474', 'Blooming_Rafflesia', '207', 0x0000E80700000000000000000000000000000000, '9', '9', '7', '240', '128', '0', '0', '0', '0', '322', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('475', 'Blubbery_Bulge', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('476', 'Blubber_Eyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '0', '0', '0', '204', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('477', 'Bluestreak_Gyugyuroon', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '12', '1', '2', '0', '32', '3626', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('478', 'Bluethunder_Kaqool_Ja', '176', 0x0600470600000000000000000000000000000000, '16', '16', '2', '280', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('479', 'Blue_Bascinet', '75', 0x0000640100000000000000000000000000000000, '7', '10', '4', '240', '2', '0', '2', '0', '0', '4801', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('480', 'Bluffalo', '57', 0x00004D0500000000000000000000000000000000, '1', '8', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('481', 'Boartrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('482', 'Bodach', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '12', '0', '2', '0', '0', '7871', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('483', 'Boggart', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '1', '0', '0', '261', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('484', 'Boggelmann', '58', 0x0000470500000000000000000000000000000000, '8', '1', '3', '300', '128', '0', '2', '0', '0', '450', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('485', 'Bogy', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '26', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('486', 'Bog_Bunny', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '610', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('487', 'Bog_Dog', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('488', 'Bog_Sahagin', '213', 0x00001F0500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '0', '0', '0', '242', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('489', 'Bolster', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '16', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('490', 'Bomb', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '1400', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('491', 'Bombadeel', '136', 0x0000280100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('492', 'Bomblix_Flamefinger', '133', 0x0000BE0200000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('493', 'Bombshells', '68', 0x0000230100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '32', '0', '64', '10', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('494', 'Bomb_Bastard', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('495', 'Bomb_King', '56', 0x0000180100000000000000000000000000000000, '1', '1', '5', '240', '33', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('496', 'Bomb_Prince', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '1', '2', '0', '0', '5760', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('497', 'Bomb_Princess', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '1', '2', '0', '0', '538', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('498', 'Bomb_Queen', '56', 0x0000180100000000000000000000000000000000, '4', '15', '12', '240', '33', '0', '2', '0', '0', '6', '647', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('499', 'Bonfire', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('500', 'Bonnacon', '57', 0x00004D0500000000000000000000000000000000, '1', '8', '5', '360', '8', '0', '2', '0', '32', '232', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('501', 'Bonze_Marberry', '243', 0x0000C60400000000000000000000000000000000, '4', '4', '6', '240', '33', '1', '2', '0', '32', '291', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('502', 'Boodlix', '133', 0x0000BE0200000000000000000000000000000000, '1', '1', '3', '240', '8', '1', '32', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('503', 'Book_Browser_Bokabraq', '184', 0x0000AF0200000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('504', 'Boompadu', '0', 0x0000000000000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('505', 'Bootrix_Jaggedelbow', '133', 0x00003E0400000000000000000000000000000000, '2', '1', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('506', 'Bopa_Greso', '151', 0x0100010717100620063000001850B36000000000, '1', '1', '0', '0', '16', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('507', 'Borametz', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '7', '360', '129', '1', '16', '0', '0', '3744', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('508', 'Bordox_Kittyback', '133', 0x00003E0400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '2', '0', '32', '735', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('509', 'Boreal_Coeurl', '71', 0x00006F0100000000000000000000000000000000, '6', '6', '2', '240', '16', '0', '2', '0', '0', '6', '133', '0', '0', 0x00000000007F0000); -INSERT INTO mob_pools VALUES ('510', 'Boreal_Hound', '142', 0x00006C0100000000000000000000000000000000, '8', '8', '3', '240', '12', '0', '2', '0', '0', '7', '133', '0', '0', 0x000000007F000000); -INSERT INTO mob_pools VALUES ('511', 'Boreal_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '5', '7', '240', '16', '1', '2', '0', '0', '7', '133', '0', '0', 0x7F00000000000000); -INSERT INTO mob_pools VALUES ('512', 'Borer_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '1', '0', '0', '0', '0', '1676', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('513', 'Boroka', '140', 0x0000550500000000000000000000000000000000, '10', '10', '2', '240', '9', '0', '2', '0', '32', '1247', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('514', 'Bouncing_Ball', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('515', 'Boyahda_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '151', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('516', 'Bo_Dho_Hundredfist', '202', 0x00006B0800000000000000000000000000000000, '8', '8', '5', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('517', 'Bo_Dho_s_Shieldwarrior', '202', 0x0000440800000000000000000000000000000000, '1', '1', '2', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('518', 'Bo_Gha_Winterkill', '200', 0x00009D0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('519', 'Bo_Who_Warmonger', '201', 0x00008B0200000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('520', 'Brae_Opo-Opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('521', 'Brami', '169', 0x0000EA0200000000000000000000000000000000, '8', '8', '1', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('522', 'Branding_Iron', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '205', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('523', 'Brasscap', '116', 0x0000C90800000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '1', '0', '0', '609', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('524', 'Brass_Borer', '289', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '128', '1', '2', '1', '0', '6439', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('525', 'Brass_Quadav', '202', 0x0000490800000000000000000000000000000000, '8', '8', '2', '265', '2', '1', '0', '0', '0', '26', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('526', 'Bravo', '268', 0x00003E0100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('527', 'Brei', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('528', 'Bres', '115', 0x0500830800000000000000000000000000000000, '2', '2', '1', '240', '192', '1', '2', '0', '32', '132', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('529', 'Brewnix_Bittypupils', '133', 0x0000410400000000000000000000000000000000, '3', '1', '2', '240', '16', '1', '2', '0', '32', '2608', '159', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('530', 'Briareus', '126', 0x0000E30200000000000000000000000000000000, '12', '17', '10', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('531', 'Brigandish_Blade', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '5', '240', '34', '0', '2', '0', '0', '7749', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('532', 'Bright-handed_Kunberry', '243', 0x0000990400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '2', '0', '32', '5288', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('533', 'Brine_Crab', '0', 0x0000000000000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('534', 'Brittle_Rock', '236', 0x00002C0600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '2', '32789', '2179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('535', 'Broken_Troll_Soldier', '246', 0x0600B00600000000000000000000000000000000, '1', '1', '7', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('536', 'Brontobugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '5', '300', '128', '1', '32', '0', '0', '9', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('537', 'Brontotaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '713', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('538', 'Bronze_Quadav', '202', 0x00004E0800000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('539', 'Broo', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '337', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('540', 'Brooder', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('541', 'Brook_Sahagin', '213', 0x0000170500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('542', 'Brradhod_s_Donzel', '189', 0x0000F60700000000000000000000000000000000, '1', '1', '2', '220', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('543', 'Brradhod_s_Fletcher', '189', 0x0000050800000000000000000000000000000000, '11', '11', '2', '240', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('544', 'Brulo', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('545', 'Brummbar', '131', 0x0000DC0700000000000000000000000000000000, '4', '4', '12', '150', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('546', 'Brummer', '131', 0x0000DC0700000000000000000000000000000000, '6', '6', '2', '150', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('547', 'Brunhilde', '115', 0x0500690700000000000000000000000000000000, '12', '12', '8', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('548', 'Brutal_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '449', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('549', 'Bryher', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('550', 'Bubbly', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '12', '0', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('551', 'Bubbly_Bernie', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('552', 'Buburimboo', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('553', 'Buffalo', '57', 0x00004D0500000000000000000000000000000000, '1', '1', '7', '360', '8', '0', '1', '0', '0', '452', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('554', 'Buffrix_Eargone', '133', 0x00003F0400000000000000000000000000000000, '7', '7', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('555', 'Bugaboo', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '4859', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('556', 'Bugallug', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '220', '8', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('557', 'Bugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '300', '128', '0', '1', '0', '0', '1379', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('558', 'Bugard-X', '58', 0x0000470500000000000000000000000000000000, '1', '1', '5', '300', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('559', 'Bugbby', '59', 0x00004B0500000000000000000000000000000000, '1', '1', '5', '240', '8', '1', '16', '0', '32', '4045', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('560', 'Bugbear_Bondman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('561', 'Bugbear_Deathsman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '79', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('562', 'Bugbear_Matman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '2', '0', '0', '1259', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('563', 'Bugbear_Muscleman', '0', 0x0000000000000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('564', 'Bugbear_Porterman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('565', 'Bugbear_Servingman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('566', 'Bugbear_Strongman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '2', '0', '0', '7159', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('567', 'Bugbear_Trashman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '186', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('568', 'Bugbear_Watchman', '59', 0x00004B0500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '7', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('569', 'Bugboy', '59', 0x00004B0500000000000000000000000000000000, '1', '1', '6', '240', '8', '1', '16', '0', '32', '6415', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('570', 'Bugul_Noz', '0', 0x0000490900000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('571', 'Bui', '169', 0x0000EB0200000000000000000000000000000000, '4', '1', '6', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('572', 'Bukhis', '240', 0x0000560900000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('573', 'Bukki', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('574', 'Bullbeggar', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '1', '1', '0', '0', '0', '139', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('575', 'Bulldog_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('576', 'Bullheaded_Grosvez', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('577', 'Bull_Bugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '300', '129', '1', '0', '0', '0', '8', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('578', 'Bull_Dhalmel', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '0', '1', '0', '0', '0', '419', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('579', 'Bull_[Herd1]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('580', 'Bull_[Herd2]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('581', 'Bull_[Herd3]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('582', 'Bulwark_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '241', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('583', 'Bumblebee', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '1', '0', '0', '472', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('584', 'Bune', '266', 0x00008E0100000000000000000000000000000000, '7', '7', '7', '240', '1', '1', '2', '0', '32', '118', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('585', 'Burned_Bergmann', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('586', 'Burrow_Antlion', '26', 0x0000440500000000000000000000000000000000, '1', '1', '3', '240', '128', '1', '0', '0', '0', '6', '2179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('587', 'Burstrox_Powderpate', '133', 0x0000670500000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('588', 'Buu_Xolo_the_Bloodfaced', '270', 0x0000560200000000000000000000000000000000, '12', '12', '1', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('589', 'Buzzfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('590', 'Bu_Ghi_Howlblade', '202', 0x0000880200000000000000000000000000000000, '1', '1', '2', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('591', 'Bxafraff_s_Wyvern', '193', 0x0000F90200000000000000000000000000000000, '1', '1', '7', '200', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('592', 'Byakko', '279', 0x0000350100000000000000000000000000000000, '6', '3', '7', '240', '24', '0', '2', '0', '32', '1231', '159', '0', '0', 0x0000000000005100); -INSERT INTO mob_pools VALUES ('593', 'Byrgen', '0', 0x0000640800000000000000000000000000000000, '4', '5', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('594', 'Caa_Xaza_the_Madpiercer', '270', 0x0000390400000000000000000000000000000000, '5', '5', '4', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('595', 'Cactrot_Rapido', '212', 0x0000750100000000000000000000000000000000, '2', '2', '7', '240', '0', '1', '2', '0', '32', '2925', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('596', 'Cactuar', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '347', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('597', 'Cactuar_Cantautor', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('598', 'Cadaver_Warrior', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '192', '1', '0', '0', '0', '6', '2179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('599', 'Cadaver_Witch', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '192', '1', '0', '0', '0', '6', '2691', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('600', 'Cadet_Woundpatcher_I', '149', 0x010000027C107C20443017401750E96000000000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('601', 'Cadet_Woundpatcher_II', '149', 0x010000027C107C20443017401750E96000000000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('602', 'Cadet_Woundpatcher_III', '149', 0x010000027C107C20443017401750E96000000000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('603', 'Caedarva_Leech', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '140', '1', '0', '0', '0', '290', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('604', 'Caedarva_Marshscum', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('605', 'Caedarva_Pondscum', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('606', 'Caedarva_Toad', '86', 0x0000400100000000000000000000000000000000, '1', '1', '2', '270', '192', '0', '2', '0', '0', '8161', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('607', 'Cailleach_Bheur', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('608', 'Caithleann', '115', 0x0500090400000000000000000000000000000000, '5', '13', '3', '240', '192', '0', '2', '0', '32', '2922', '541', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('609', 'Cait_Sith_Ceithir', '60', 0x0000CF0800000000000000000000000000000000, '5', '3', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('610', 'Caldera_Crab', '0', 0x0000000000000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('611', 'Calf_[Herd1]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('612', 'Calf_[Herd2]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('613', 'Calf_[Herd3]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('614', 'Camazotz', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '151', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('615', 'Camelopardalis', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('616', 'Camlin', '212', 0x0000740100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('617', 'Canal_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '238', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('618', 'Canal_Leech', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('619', 'Canal_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '27', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('620', 'Cancer', '75', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '2', '0', '0', '4470', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('621', 'Canis_Dirus', '0', 0x0000000000000000000000000000000000000000, '4', '5', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('622', 'Cankercap', '116', 0x0000C90800000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('623', 'Cannonball', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '324', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('624', 'Canyon_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '2776', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('625', 'Canyon_Eft', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('626', 'Canyon_Rarab', '206', 0x00000D0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '504', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('627', 'Canyon_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('628', 'Caoineag', '91', 0x0000A70800000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('629', 'Capelthwaite', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '12', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('630', 'Capricious_Cassie', '186', 0x00007D0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('631', 'Capricornian_Caster', '153', 0x01000A0618101820A930A940A950FB61FB711A80, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('632', 'Cap_Chomper', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '133', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('633', 'Carabosse', '195', 0x0000EF0700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('634', 'Caracal', '71', 0x0000C60800000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('635', 'Caraway_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('636', 'Carbuncle_Prime', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '40', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('637', 'Cardian_Prototype', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('638', 'Caretaker', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '1', '8', '0', '0', '630', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('639', 'Cargo_Crab_Colin', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('640', 'Carmine-tailed_Janberry', '243', 0x0000C90400000000000000000000000000000000, '15', '5', '6', '240', '1', '1', '2', '0', '32', '769', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('641', 'Carmine_Dobsonfly', '113', 0x0000C10100000000000000000000000000000000, '5', '5', '3', '240', '128', '1', '2', '0', '0', '323', '645', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('642', 'Carmine_Eruca', '107', 0x0000960100000000000000000000000000000000, '1', '1', '11', '240', '132', '1', '0', '0', '0', '344', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('643', 'Carmine_Sentinel', '30', 0x0600CA0700000000000000000000000000000000, '4', '4', '11', '400', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('644', 'Carnagechief_Jackbodokk', '189', 0x00007A0200000000000000000000000000000000, '7', '7', '1', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('645', 'Carnero', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '32', '1341', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('646', 'Carnivorous_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '451', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('647', 'Carpophagous_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '136', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('648', 'Carriage_Lizard', '174', 0x0000480100000000000000000000000000000000, '4', '4', '7', '240', '128', '1', '0', '0', '0', '185', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('649', 'Carrion_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('650', 'Carrion_Crow', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '673', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('651', 'Carrion_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '2', '0', '2', '0', '0', '165', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('652', 'Carrion_Leech', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '140', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('653', 'Carrion_Marabou', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '128', '1', '0', '0', '0', '133', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('654', 'Carrion_Slime', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('655', 'Carrion_Toad', '86', 0x0000410100000000000000000000000000000000, '1', '1', '3', '270', '192', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('656', 'Carrion_Worm', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '0', '0', '0', '0', '137', '129', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('657', 'Carthi', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('658', 'Caterchipillar', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '219', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('659', 'Caterpillar', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '1', '0', '0', '249', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('660', 'Catoblepas', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '12', '1', '1', '0', '0', '455', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('661', 'Caveberry', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '396', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('662', 'Cave_Antlion', '26', 0x0000440500000000000000000000000000000000, '1', '1', '3', '240', '128', '1', '0', '0', '0', '7', '2181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('663', 'Cave_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '220', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('664', 'Cave_Mold', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('665', 'Cave_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('666', 'Cave_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('667', 'Cave_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '218', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('668', 'Cave_Worm', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '1', '0', '0', '0', '272', '131', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('669', 'Celeste-eyed_Tozberry', '243', 0x0000B00400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('670', 'Celphie', '80', 0x00004C0100000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '2', '0', '32', '1676', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('671', 'Cemetery_Cherry', '245', 0x0000840100000000000000000000000000000000, '8', '8', '7', '240', '2', '0', '2', '0', '0', '351', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('672', 'Centurio_IV-VII', '25', 0x0000ED0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('673', 'Centurio_V-III', '25', 0x0000110500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '18', '0', '0', '377', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('674', 'Centurio_X-I', '25', 0x0000010500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '2', '0', '0', '34', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('675', 'Centurio_XI-I', '25', 0x0000FC0400000000000000000000000000000000, '11', '11', '5', '265', '8', '1', '2', '0', '0', '1868', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('676', 'Centurio_XII-I', '25', 0x0000FC0400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '2', '0', '32', '3800', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('677', 'Centurio_XIII-V', '25', 0x0000120500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('678', 'Cep-Kamuy', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('679', 'Cerane_I_Virgaut', '145', 0x0100010400102F200C300C400C50686133700080, '7', '1', '11', '240', '0', '0', '0', '0', '32', '922', '2587', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('680', 'Cerberus', '62', 0x0000010700000000000000000000000000000000, '8', '8', '7', '380', '137', '0', '2', '0', '32', '113', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('681', 'Cerebrator', '241', 0x0000680400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '2', '0', '32', '290', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('682', 'Cernunnos', '245', 0x0000840100000000000000000000000000000000, '4', '3', '7', '240', '2', '0', '2', '0', '0', '6', '141', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('683', 'Cetic_Parasite', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '140', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('684', 'Chaa_Paqa_the_Profound', '270', 0x0000460200000000000000000000000000000000, '15', '15', '6', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('685', 'Chahnameed', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '240', '12', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('686', 'Chahnameed_s_Intestines', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '290', '12', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('687', 'Chahnameed_s_Liver', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '290', '12', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('688', 'Chahnameed_s_Stomach', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '290', '12', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('689', 'Chamber_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '2', '1', '0', '0', '0', '7738', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('690', 'Champaign_Coeurl', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '1', '0', '0', '0', '0', '293', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('691', 'Chamrosh', '287', 0x0000B80600000000000000000000000000000000, '5', '4', '2', '220', '8', '0', '2', '56', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('692', 'Chandelier', '56', 0x0000180100000000000000000000000000000000, '1', '1', '6', '240', '33', '0', '2', '0', '0', '837', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('693', 'Chaos_Elemental', '104', 0x0000BA0100000000000000000000000000000000, '3', '3', '11', '240', '32', '0', '2', '0', '0', '840', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('694', 'Chaos_Idol', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '261', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('695', 'Chaos_Wyvern', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '0', '0', '0', '46', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('696', 'Charging_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '385', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('697', 'Chariotbuster_Byakzak', '189', 0x00006A0200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('698', 'Charybdis', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '500', '2', '0', '2', '0', '0', '4490', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('699', 'Chasmic_Hornet', '48', 0x0000110100000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('700', 'Chasm_Coeurl', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('701', 'Chasm_Gnat', '61', 0x0000DD0700000000000000000000000000000000, '6', '6', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('702', 'Chasm_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '565', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('703', 'Chatoyant_Quadav', '202', 0x00001E0400000000000000000000000000000000, '4', '4', '6', '265', '128', '1', '0', '0', '0', '342', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('704', 'Cha_Lebagta', '151', 0x0000320300000000000000000000000000000000, '1', '1', '0', '0', '16', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('705', 'Cheese_Hoarder_Gigiroon', '288', 0x0000C90600000000000000000000000000000000, '6', '6', '2', '200', '12', '0', '2', '263', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('706', 'Cheiroptera', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '1', '0', '0', '185', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('707', 'Chekochuk', '184', 0x0000AF0200000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '16', '0', '32', '957', '155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('708', 'Chemical_Cook_Chemachiq', '184', 0x0000B00200000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('709', 'Cherry_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '298', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('710', 'Cherukiki', '153', 0x06009D0400000000000000000000000000000000, '3', '1', '9', '240', '0', '0', '16', '0', '32', '26', '541', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('711', 'Cheval_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '2251', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('712', 'Chhir_Batti', '82', 0x0000C40800000000000000000000000000000000, '20', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('713', 'Chickcharney', '0', 0x0000210100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('714', 'Chigoe', '64', 0x0000B70800000000000000000000000000000000, '6', '6', '2', '150', '3', '0', '1', '0', '0', '2593', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('715', 'Chigoe_Breeder', '171', 0x06007A0600000000000000000000000000000000, '4', '4', '7', '240', '9', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('716', 'Chigoe_s_Nit', '64', 0x0000D30600000000000000000000000000000000, '6', '6', '11', '150', '136', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('717', 'Chigre', '293', 0x0000D40600000000000000000000000000000000, '6', '6', '2', '50', '136', '0', '2', '6', '32', '6634', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('718', 'Chiliarch_Gordarvor', '246', 0x06009A0600000000000000000000000000000000, '7', '7', '2', '280', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('719', 'Chillgaze_Foddrud', '189', 0x00007D0200000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('720', 'Chillwing_Hwitti', '165', 0x0000BF0600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('721', 'Chimera_Clot', '66', 0x0000260100000000000000000000000000000000, '1', '1', '11', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('722', 'Chione', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('723', 'Chlevnik', '51', 0x0000940100000000000000000000000000000000, '1', '1', '6', '380', '16', '1', '10', '0', '32', '1630', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('724', 'Chocoboleech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('725', 'Choh_Moui', '151', 0x01000407D110AC20AC30AC40AC50556032700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('726', 'Chuglix_Berrypaws', '133', 0x0000F90100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '2', '0', '32', '1711', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('727', 'Cinderwing', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('728', 'Cinnamon_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('729', 'Cirein-croin', '191', 0x0000C20600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('730', 'Cirrate_Christelle', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('731', 'Citadel_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '185', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('732', 'Citadel_Chelonian', '2', 0x0000910100000000000000000000000000000000, '1', '1', '7', '380', '129', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('733', 'Citipati', '74', 0x0000530500000000000000000000000000000000, '4', '5', '12', '290', '192', '1', '2', '0', '32', '562', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('734', 'Clammy_Imp', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('735', 'Clan_Bear_Fighter', '189', 0x0000F40700000000000000000000000000000000, '11', '11', '5', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('736', 'Clan_Longtooth_Pillager', '189', 0x0000F40700000000000000000000000000000000, '1', '1', '2', '240', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('737', 'Clan_Reaper_Grunt', '189', 0x0000030800000000000000000000000000000000, '11', '11', '5', '240', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('738', 'Claret', '290', 0x0000260100000000000000000000000000000000, '1', '1', '6', '240', '2', '0', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('739', 'Clavauert_B_Chanoix', '145', 0x01000E047D107320733073407350000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('740', 'Cleuvarion_M_Resoaix', '221', 0x00001A0200000000000000000000000000000000, '1', '1', '3', '360', '6', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('741', 'Climbpix_Highrise', '133', 0x0000E50100000000000000000000000000000000, '6', '6', '2', '240', '1', '0', '2', '0', '32', '6111', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('742', 'Clingy_Clare', '186', 0x00007E0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('743', 'Clipper', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('744', 'Clockwork_Pod', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '264', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('745', 'Cloktix_Longnail', '133', 0x00003F0400000000000000000000000000000000, '8', '8', '4', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('746', 'Clot', '67', 0x0000260100000000000000000000000000000000, '1', '1', '11', '240', '132', '0', '1', '0', '0', '292', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('747', 'Cloud_Hippogryph', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('748', 'Cluckatrice', '70', 0x0000200100000000000000000000000000000000, '1', '8', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('749', 'Cluster', '68', 0x0000220100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '1', '0', '0', '766', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('750', 'Coastal_Colibri', '72', 0x0000B50800000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('751', 'Coastal_Opo-opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '12', '1', '0', '0', '0', '608', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('752', 'Coastal_Sahagin', '213', 0x0000370500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '0', '0', '0', '205', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('753', 'Cobalt_Quadav', '202', 0x0000910200000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('754', 'Cobalt_Sentinel', '28', 0x0600B90700000000000000000000000000000000, '3', '3', '11', '320', '128', '1', '0', '0', '0', '9', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('755', 'Cobraclaw_Buchzvotch', '189', 0x0000160400000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('756', 'Cobra_Mercenary', '151', 0x01000F078910102010306E401050646026700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('757', 'Coccinelle', '170', 0x0000E20700000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('758', 'Cockatrice', '70', 0x0000200100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '1', '0', '0', '238', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('759', 'Coeurl', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '1', '0', '1', '0', '0', '607', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('760', 'Cogitator', '241', 0x0000680400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '16', '0', '0', '6236', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('761', 'Cogtooth_Skagnogg', '190', 0x0000AD0100000000000000000000000000000000, '11', '11', '7', '240', '9', '1', '0', '0', '32', '304', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('762', 'Coinbiter_Cjaknokk', '189', 0x0000FF0700000000000000000000000000000000, '8', '8', '5', '240', '13', '1', '2', '0', '32', '305', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('763', 'Cointeach', '91', 0x0000310700000000000000000000000000000000, '4', '1', '11', '240', '0', '0', '0', '0', '0', '579', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('764', 'Cold_Gigas', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '1', '240', '1', '1', '0', '0', '0', '4773', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('765', 'Colibri', '72', 0x0000B50800000000000000000000000000000000, '5', '5', '2', '220', '0', '0', '1', '0', '0', '99', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('766', 'Colo-colo', '46', 0x0000010100000000000000000000000000000000, '8', '8', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('767', 'Colorful_Leshy', '245', 0x0000870100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('768', 'Colorful_Treant', '245', 0x0000870100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('769', 'Colossal_Calamari', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '128', '0', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('770', 'Colossus', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '1', '0', '0', '259', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('771', 'Combat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '1', '0', '0', '217', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('772', 'Combat_Salvemixer', '153', 0x01000D0600100B20133013401350296100700080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('773', 'Compound_Eyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '1', '2', '0', '0', '481', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('774', 'Coney', '206', 0x00000E0100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('775', 'Confederate_Belfry', '236', 0x0000100900000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('776', 'Confederate_Mantelet', '239', 0x0000180900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('777', 'Conqueror_Bakgodek', '189', 0x0000F30300000000000000000000000000000000, '7', '7', '1', '220', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('778', 'Contantican_Black_Mage', '25', 0x0000040500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('779', 'Contantican_Paladin', '25', 0x0000120500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('780', 'Contantican_Ranger', '25', 0x0000F80400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('781', 'Contantican_Warrior', '25', 0x0000F10400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('782', 'Contemplator', '241', 0x0000680400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '16', '0', '0', '432', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('783', 'Cookieduster_Lipiroon', '0', 0x0000000000000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('784', 'Cook_Fulberry', '243', 0x0000D70400000000000000000000000000000000, '15', '15', '6', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('785', 'Cook_Minberry', '243', 0x0000DE0400000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('786', 'Cook_Nalberry', '243', 0x0000E20400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('787', 'Cook_Solberry', '243', 0x0000E30400000000000000000000000000000000, '4', '4', '9', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('788', 'Coo_Keja_the_Unseen', '270', 0x00004C0200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('789', 'Coppercap', '116', 0x0000C90800000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '1', '0', '0', '532', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('790', 'Copper_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '396', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('791', 'Copper_Quadav', '202', 0x00008A0200000000000000000000000000000000, '6', '6', '2', '265', '2', '1', '0', '0', '0', '201', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('792', 'Coquecigrue', '0', 0x0000000000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('793', 'Coralline_Uragnite', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '0', '0', '0', '0', '556', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('794', 'Coral_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('795', 'Coral_Sahagin', '213', 0x00002D0500000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '2', '0', '0', '453', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('796', 'Cornu', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '16', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('797', 'Corrupted_Soffeil', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '4381', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('798', 'Corrupted_Ulbrig', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '6', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('799', 'Corrupted_Yorgos', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '32', '6455', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('800', 'Corrupt_Einherjar', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('801', 'Corse', '74', 0x0000530500000000000000000000000000000000, '4', '4', '11', '290', '192', '0', '1', '0', '0', '379', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('802', 'Cosmos_Cocora', '178', 0x0000C70800000000000000000000000000000000, '2', '2', '7', '360', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('803', 'Cosmos_Stamen', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('804', 'Cottontail', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('805', 'Cougar_Volunteer', '151', 0x01000C078910892089300F400F506F6000702980, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('806', 'Counselor_Gadalar', '149', 0x05009C0700000000000000000000000000000000, '4', '4', '12', '240', '8', '1', '2', '0', '32', '323', '155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('807', 'Counselor_Mihli', '151', 0x05009F0700000000000000000000000000000000, '3', '3', '3', '240', '8', '0', '0', '0', '32', '402', '541', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('808', 'Counselor_Najelith', '149', 0x05009D0700000000000000000000000000000000, '11', '11', '2', '240', '8', '1', '2', '0', '32', '363', '537', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('809', 'Counselor_Rughadjeen', '145', 0x05009B0700000000000000000000000000000000, '7', '7', '3', '240', '8', '1', '2', '0', '32', '271', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('810', 'Counselor_Zazarg', '147', 0x05009E0700000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '2', '0', '32', '680', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('811', 'Count_Andromalius', '169', 0x0000EF0200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('812', 'Count_Bifrons', '169', 0x0000E50200000000000000000000000000000000, '8', '8', '5', '240', '16', '1', '18', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('813', 'Count_Dracula', '252', 0x0000350700000000000000000000000000000000, '8', '8', '7', '290', '137', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('814', 'Count_Furfur', '169', 0x0000E50200000000000000000000000000000000, '8', '8', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('815', 'Count_Halphas', '169', 0x0000AB0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('816', 'Count_Murmur', '169', 0x0000EB0200000000000000000000000000000000, '1', '1', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('817', 'Count_Raum', '169', 0x0000E60200000000000000000000000000000000, '6', '6', '9', '240', '16', '1', '0', '0', '32', '4679', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('818', 'Count_Vine', '169', 0x0000BA0200000000000000000000000000000000, '12', '1', '3', '240', '16', '1', '0', '0', '32', '497', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('819', 'Count_Zaebos', '169', 0x0000EB0200000000000000000000000000000000, '1', '1', '1', '240', '16', '1', '0', '0', '32', '2202', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('820', 'Coveter', '78', 0x0000730400000000000000000000000000000000, '1', '1', '8', '240', '13', '0', '2', '0', '32', '501', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('821', 'Cow_[Herd1]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('822', 'Cow_[Herd2]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('823', 'Cow_[Herd3]', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('824', 'Crabshaw', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '16', '0', '32', '8051', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('825', 'Crabtrap', '0', 0x0000000000000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('826', 'Crag_Limule', '0', 0x00004D0900000000000000000000000000000000, '4', '3', '12', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('827', 'Crane_Fly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '818', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('828', 'Crapaudy', '196', 0x0000BF0800000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('829', 'Craven_Einherjar', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '193', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('830', 'Craver', '78', 0x00006E0400000000000000000000000000000000, '1', '1', '8', '240', '13', '1', '1', '0', '0', '712', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('831', 'Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '1', '0', '0', '343', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('832', 'Crawler_Hunter', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '1', '0', '0', '0', '139', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('833', 'Creek_Sahagin', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '0', '0', '0', '231', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('834', 'Crepuscule_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('835', 'Crevice_Amoeban', '0', 0x00005C0900000000000000000000000000000000, '4', '8', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('836', 'Crimson-toothed_Pawberry', '243', 0x0000AD0400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('837', 'Crimson_Eruca', '107', 0x0000960100000000000000000000000000000000, '1', '1', '11', '240', '133', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('838', 'Crimson_Grimoire', '149', 0x0000B40800000000000000000000000000000000, '20', '20', '11', '240', '0', '1', '2', '0', '0', '574', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('839', 'Crimson_Knight_Crab', '77', 0x0000650100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('840', 'Crimson_Wolf_Esquire', '145', 0x01000D031C101C201C301C401C50CF6000702280, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('841', 'Criosphinx', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '13', '1', '16', '0', '0', '7165', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('842', 'Crocodile_Mercenary', '151', 0x01000E0772100F2072300F400F5064602E703280, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('843', 'Cronos', '127', 0x0000800200000000000000000000000000000000, '1', '1', '6', '240', '9', '1', '16', '0', '0', '389', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('844', 'Crossbones', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '2', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('845', 'Crushed_Krause', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('846', 'Cryptonberry_Abductor', '243', 0x0000A10400000000000000000000000000000000, '6', '6', '2', '240', '9', '1', '0', '0', '0', '719', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('847', 'Cryptonberry_Assassin', '243', 0x0000A10400000000000000000000000000000000, '6', '6', '2', '240', '8', '1', '0', '0', '0', '6', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('848', 'Cryptonberry_Charmer', '243', 0x0000A20400000000000000000000000000000000, '4', '4', '6', '240', '9', '1', '0', '0', '0', '2013', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('849', 'Cryptonberry_Cutter', '243', 0x0000AC0400000000000000000000000000000000, '13', '13', '2', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('850', 'Cryptonberry_Designator', '243', 0x0000A30400000000000000000000000000000000, '15', '15', '6', '240', '9', '1', '0', '0', '0', '85', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('851', 'Cryptonberry_Executor', '243', 0x0000A50400000000000000000000000000000000, '13', '13', '2', '240', '8', '1', '0', '0', '0', '889', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('852', 'Cryptonberry_Harrier', '243', 0x0000A80400000000000000000000000000000000, '15', '15', '6', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('853', 'Cryptonberry_Occultist', '243', 0x0000A50400000000000000000000000000000000, '4', '4', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('854', 'Cryptonberry_Plaguer', '243', 0x0000A60400000000000000000000000000000000, '4', '4', '6', '240', '8', '1', '0', '0', '0', '191', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('855', 'Cryptonberry_Skulker', '243', 0x0000A50400000000000000000000000000000000, '13', '13', '2', '240', '9', '1', '0', '0', '0', '311', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('856', 'Cryptonberry_Stalker', '243', 0x0000AB0400000000000000000000000000000000, '6', '6', '2', '240', '8', '1', '0', '0', '0', '166', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('857', 'Crypt_Ghost', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '309', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('858', 'Crystal_Eater', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('859', 'Cuijatender', '212', 0x0000740100000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('860', 'Cumin_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('861', 'Cumulator', '78', 0x0000730400000000000000000000000000000000, '1', '1', '8', '240', '13', '1', '2', '0', '0', '19', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('862', 'Curilla', '145', 0x0500460400000000000000000000000000000000, '7', '1', '1', '240', '1', '0', '16', '0', '32', '1248', '539', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('863', 'Cursed_Axe', '8', 0x0000C60100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('864', 'Cursed_Chest', '183', 0x0000020100000000000000000000000000000000, '1', '1', '7', '170', '8', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('865', 'Cursed_Chigoe', '64', 0x0000D30600000000000000000000000000000000, '6', '6', '2', '150', '137', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('866', 'Cursed_Doppelganger', '149', 0x0100000100000000000000000000000000000000, '1', '1', '0', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('867', 'Cursed_Puppet', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '231', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('868', 'Cursed_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '231', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('869', 'Custodian', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('870', 'Custom_Cardian', '61', 0x0000AF0100000000000000000000000000000000, '4', '3', '12', '240', '40', '1', '2', '0', '0', '682', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('871', 'Cutlass_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '191', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('872', 'Cutter', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '4', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('873', 'Cutthroat_Kabsalah', '115', 0x0500680700000000000000000000000000000000, '17', '17', '3', '240', '227', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('874', 'Cuu_Doko_the_Blizzard', '270', 0x0000470200000000000000000000000000000000, '3', '3', '3', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('875', 'Cwn_Annwn', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '192', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('876', 'Cwn_Cyrff', '143', 0x00006C0100000000000000000000000000000000, '8', '8', '3', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('877', 'Cyaneous-toed_Yallberry', '243', 0x0000B00400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '32', '127', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('878', 'Cyanic_Crab', '0', 0x0000000000000000000000000000000000000000, '7', '4', '4', '240', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('879', 'Cyan_Deep_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '6036', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('880', 'Cyan_Deep_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('881', 'Cyclopean_Conch', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '0', '0', '0', '0', '1855', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('882', 'Cyhiraeth', '91', 0x0000310700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '217', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('883', 'Cynoprosopi', '261', 0x00000F0300000000000000000000000000000000, '1', '1', '7', '240', '137', '1', '16', '0', '32', '1621', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('884', 'Cyranuce_M_Cutauleon', '268', 0x00003E0100000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '18', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('885', 'D5J2-MERROW', '182', 0x0600870600000000000000000000000000000000, '10', '10', '5', '240', '8', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('886', 'D5R3-MERROW', '182', 0x0600890600000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '16', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('887', 'D5S1-MERROW', '182', 0x0600880600000000000000000000000000000000, '12', '12', '5', '240', '8', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('888', 'Dabotz_s_Ghost', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('889', 'Dadough_Vanguard', '202', 0x00009A0200000000000000000000000000000000, '4', '4', '5', '265', '128', '1', '0', '0', '0', '3243', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('890', 'Daggerclaw_Dracos', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('891', 'Daggertooth_Pugil', '0', 0x0000000000000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('892', 'Dagourmarche', '222', 0x0500D80100000000000000000000000000000000, '1', '1', '1', '360', '12', '1', '16', '0', '32', '6', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('893', 'Dagourmarche_s', '193', 0x0000F90200000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('894', 'Dahak', '87', 0x0000A50100000000000000000000000000000000, '1', '1', '12', '240', '128', '0', '1', '0', '0', '303', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('895', 'Dalham', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '129', '0', '2', '0', '32', '3111', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('896', 'Dalzakk', '146', 0x0100070811101520113011401150006000700000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('897', 'Damask_Crab', '0', 0x0000000000000000000000000000000000000000, '7', '4', '4', '240', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('898', 'Dame_Blanche', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '32', '750', '669', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('899', 'Damselfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '458', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('900', 'Dancing_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '3669', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('901', 'Danzo', '149', 0x0500AF0700000000000000000000000000000000, '13', '13', '9', '240', '201', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('902', 'Dapifer_Imp', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('903', 'Darach', '245', 0x0000840100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('904', 'Darkheir_Grradhod', '189', 0x0000190800000000000000000000000000000000, '12', '12', '6', '240', '12', '1', '0', '0', '32', '1795', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('905', 'Darkling_Draugar', '89', 0x0000DE0600000000000000000000000000000000, '8', '8', '3', '240', '192', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('906', 'Darksteel_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '0', '0', '0', '395', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('907', 'Darksteel_Quadav', '202', 0x0000900200000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '80', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('908', 'Dark_Aspic', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '133', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('909', 'Dark_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '64', '6143', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('910', 'Dark_Bugler', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '185', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('911', 'Dark_Demon', '169', 0x0000AA0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('912', 'Dark_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '2', '1', '18', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('913', 'Dark_Elemental', '100', 0x00000F0000000000000000000000000000000000, '8', '8', '11', '240', '32', '0', '0', '0', '0', '291', '131', '0', '0', 0x000000000000007F); -INSERT INTO mob_pools VALUES ('914', 'Dark_Esquire', '169', 0x0000EF0200000000000000000000000000000000, '1', '1', '3', '240', '12', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('915', 'Dark_Ixion', '39', 0x0000B20800000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '32', '2709', '925', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('916', 'Dark_Rider', '42', 0x0000250700000000000000000000000000000000, '8', '9', '3', '240', '153', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('917', 'Dark_Spark', '56', 0x0000180100000000000000000000000000000000, '8', '8', '7', '240', '33', '0', '2', '0', '0', '1811', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('918', 'Dark_Stalker', '221', 0x0000150200000000000000000000000000000000, '1', '1', '3', '360', '6', '1', '0', '0', '0', '245', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('919', 'Darokbok_of_Clan_Reaper', '189', 0x0000750200000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('920', 'Darter', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '179', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('921', 'Darting_Kachaal_Ja', '176', 0x06005A0600000000000000000000000000000000, '4', '4', '5', '280', '13', '1', '2', '0', '32', '179', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('922', 'Dartorgor_the_Austere', '246', 0x0600B00600000000000000000000000000000000, '2', '2', '1', '230', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('923', 'Date_Eruca', '107', 0x0000960100000000000000000000000000000000, '1', '1', '11', '240', '132', '1', '0', '0', '0', '420', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('924', 'Davoi_Hornet', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '219', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('925', 'Davoi_Mush', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('926', 'Davoi_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('927', 'Davoi_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '238', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('928', 'Da_Dha_Hundredmask', '202', 0x00008C0200000000000000000000000000000000, '6', '6', '2', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('929', 'Da_Shu_Knightslayer', '202', 0x0000980200000000000000000000000000000000, '5', '5', '4', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('930', 'Dea', '306', 0x0000FB0600000000000000000000000000000000, '1', '1', '7', '240', '4', '0', '2', '0', '32', '417', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('931', 'Deadly_Dodo', '70', 0x0000200100000000000000000000000000000000, '1', '1', '6', '240', '1', '0', '2', '0', '0', '1951', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('932', 'Deadly_Iris', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '3', '1', '0', '0', '0', '217', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('933', 'Deadpan_Devilet', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('934', 'Deathcaller_Bidfbid', '189', 0x0000190400000000000000000000000000000000, '15', '15', '4', '240', '16', '1', '0', '0', '32', '5643', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('935', 'Deathlord_Rojgnoj', '189', 0x0000FF0700000000000000000000000000000000, '8', '8', '5', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('936', 'Deathly_Stinger', '48', 0x0000100100000000000000000000000000000000, '1', '1', '5', '240', '1', '0', '2', '0', '0', '4438', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('937', 'Death_Cap', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('938', 'Death_Clan_Destroyer', '190', 0x0000AC0100000000000000000000000000000000, '3', '3', '7', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('939', 'Death_from_Above', '48', 0x0000100100000000000000000000000000000000, '1', '1', '6', '220', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('940', 'Death_Jacket', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '19', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('941', 'Death_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '579', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('942', 'Debaucher', '86', 0x0000410100000000000000000000000000000000, '1', '1', '3', '270', '192', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('943', 'Decayed_Flesh', '86', 0x0000410100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('944', 'Decimator_Mabel_Ja', '176', 0x06005E0600000000000000000000000000000000, '4', '4', '5', '280', '12', '1', '0', '0', '32', '3650', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('945', 'Decontaminator', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('946', 'Decorative_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '292', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('947', 'Decrepit_Gnole', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '8', '0', '0', '0', '0', '348', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('948', 'Decurio_I-III', '25', 0x0000EF0400000000000000000000000000000000, '7', '7', '11', '265', '2', '1', '2', '0', '0', '910', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('949', 'Decurio_XIII-LV', '25', 0x0000020500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('950', 'Deelgeed', '58', 0x0000480500000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('951', 'Deep_Eye', '4', 0x0000090100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('952', 'Dee_Wapa_the_Desolator', '270', 0x00003C0400000000000000000000000000000000, '15', '15', '6', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('953', 'Dee_Xalmo_the_Grim', '270', 0x0000240800000000000000000000000000000000, '2', '2', '1', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('954', 'Dee_Zelko_the_Esoteric', '270', 0x00003D0400000000000000000000000000000000, '4', '4', '9', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('955', 'Defender', '234', 0x00003B0100000000000000000000000000000000, '1', '1', '7', '240', '34', '0', '0', '0', '0', '271', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('956', 'Defile_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('957', 'Defoliate_Leshy', '245', 0x00008B0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('958', 'Defoliate_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '450', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('959', 'Defoliator', '79', 0x00008D0100000000000000000000000000000000, '1', '1', '11', '240', '132', '1', '1', '0', '0', '5531', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('960', 'Degenhard', '149', 0x0000810800000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('961', 'Deimobugard', '58', 0x0000480500000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('962', 'Deinonychus', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '2', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('963', 'Dekka', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '220', '185', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('964', 'Deloknok', '189', 0x0000F70300000000000000000000000000000000, '7', '7', '1', '240', '12', '1', '2', '0', '32', '2071', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('965', 'Delta_Sahagin', '213', 0x00001A0500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '0', '0', '0', '522', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('966', 'Delver', '78', 0x0000730400000000000000000000000000000000, '1', '1', '8', '240', '13', '0', '16', '0', '0', '7', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('967', 'Demented_Jalaawa', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('968', 'Demersal_Gigas', '126', 0x0000830200000000000000000000000000000000, '11', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('969', 'Demisahagin_Bard', '213', 0x0000390500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('970', 'Demisahagin_Dragoon', '213', 0x00001F0500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('971', 'Demisahagin_Monk', '213', 0x0000290500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('972', 'Demishagin_White_Mage', '213', 0x00002E0500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('973', 'Demolition_Automaton', '28', 0x0600B90700000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('974', 'Demonic_Doll', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '166', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('975', 'Demonic_Millstone', '175', 0x00009D0100000000000000000000000000000000, '5', '1', '7', '240', '16', '0', '0', '0', '0', '165', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('976', 'Demonic_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('977', 'Demonic_Rod', '10', 0x0000C90100000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('978', 'Demonic_Rose', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '1', '0', '0', '0', '469', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('979', 'Demonic_Tiphia', '48', 0x0000100100000000000000000000000000000000, '3', '4', '11', '240', '1', '1', '2', '0', '0', '6116', '645', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('980', 'Demonic_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '291', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('981', 'Demon_Aristocrat', '169', 0x0000EB0200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('982', 'Demon_Banneret', '169', 0x0000E60200000000000000000000000000000000, '1', '1', '4', '240', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('983', 'Demon_Befouler', '169', 0x0000F00200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('984', 'Demon_Chancellor', '169', 0x0000EC0200000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '0', '0', '0', '235', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('985', 'Demon_Commander', '169', 0x0000E60200000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '0', '0', '0', '177', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('986', 'Demon_General', '169', 0x0000E90200000000000000000000000000000000, '8', '8', '1', '240', '1', '1', '0', '0', '0', '101', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('987', 'Demon_Justiciar', '169', 0x0000F30200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('988', 'Demon_Knight', '169', 0x0000E70200000000000000000000000000000000, '8', '8', '1', '240', '1', '1', '0', '0', '0', '1930', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('989', 'Demon_Magistrate', '169', 0x0000F10200000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '101', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('990', 'Demon_Magus', '169', 0x0000EE0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '73', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('991', 'Demon_Pawn', '169', 0x0000E40200000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '0', '0', '0', '88', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('992', 'Demon_Secretary', '169', 0x0000E70200000000000000000000000000000000, '4', '1', '3', '240', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('993', 'Demon_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('994', 'Demon_s_Elemental', '100', 0x00000F0000000000000000000000000000000000, '8', '8', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('995', 'Demon_Warlock', '169', 0x0000E80200000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '151', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('996', 'Demon_Warrior', '169', 0x0000EB0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '501', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('997', 'Demon_Wizard', '169', 0x0000E50200000000000000000000000000000000, '4', '1', '4', '240', '1', '1', '0', '0', '0', '184', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('998', 'Dendainsonne', '51', 0x0000940100000000000000000000000000000000, '1', '1', '6', '380', '9', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('999', 'Denn_the_Orcavoiced', '213', 0x00003A0500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1000', 'Den_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '206', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1001', 'Depths_Digester', '0', 0x0000000000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1002', 'Derakbak_of_Clan_Wolf', '189', 0x0000640200000000000000000000000000000000, '14', '14', '1', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1003', 'Dervo_s_Ghost', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1004', 'Desert_Beetle', '49', 0x0000990100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '1356', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1005', 'Desert_Clionid', '0', 0x00004C0900000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1006', 'Desert_Dhalmel', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '0', '1', '0', '0', '0', '186', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1007', 'Desert_Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '0', '0', '0', '0', '669', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1008', 'Desert_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1009', 'Desert_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '237', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1010', 'Desert_Worm', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '2', '0', '0', '0', '0', '483', '131', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('1011', 'Desmodont', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1012', 'Despot', '85', 0x0000300100000000000000000000000000000000, '1', '1', '6', '240', '33', '0', '2', '0', '0', '2561', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1013', 'Detector', '234', 0x00003A0100000000000000000000000000000000, '1', '1', '7', '240', '34', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1014', 'Devegetator', '79', 0x00008D0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1015', 'Deviate_Bhoot', '52', 0x0000710100000000000000000000000000000000, '4', '4', '12', '240', '193', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1016', 'Deviator', '255', 0x0000570400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '2', '0', '32', '1987', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1017', 'Devilet', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1018', 'Devil_Manta', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1019', 'Devout_Radol_Ja', '176', 0x06005A0600000000000000000000000000000000, '3', '3', '6', '280', '13', '1', '0', '0', '32', '243', '159', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1020', 'Dextrose', '299', 0x0000080700000000000000000000000000000000, '4', '5', '12', '240', '40', '0', '2', '1', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1021', 'De_Bho_Pyrohand', '202', 0x00001F0400000000000000000000000000000000, '4', '4', '6', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1022', 'De_Pha_Unscarred', '202', 0x0000890200000000000000000000000000000000, '1', '1', '4', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1023', 'De_Vyu_Headhunter', '202', 0x0000510800000000000000000000000000000000, '7', '5', '1', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1024', 'Dhiadjhar', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1025', 'Dhorme_Khimaira', '168', 0x00000D0700000000000000000000000000000000, '5', '4', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1026', 'Dhoul', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '192', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1027', 'Diabolos', '35', 0x0000790400000000000000000000000000000000, '4', '5', '12', '240', '16', '1', '2', '0', '32', '191', '155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1028', 'Diabolos_Club', '35', 0x0000790400000000000000000000000000000000, '4', '5', '12', '240', '153', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1029', 'Diabolos_Diamond', '35', 0x0000790400000000000000000000000000000000, '4', '5', '12', '240', '153', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1030', 'Diabolos_Heart', '35', 0x0000790400000000000000000000000000000000, '4', '5', '12', '240', '153', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1031', 'Diabolos_Spade', '35', 0x0000790400000000000000000000000000000000, '1', '1', '6', '240', '153', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1032', 'Diabolos_s_Shard', '35', 0x0000790400000000000000000000000000000000, '1', '1', '12', '240', '153', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1033', 'Diamond_Daig', '49', 0x0000980100000000000000000000000000000000, '7', '7', '4', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1034', 'Diamond_Quadav', '202', 0x00009F0200000000000000000000000000000000, '3', '3', '3', '265', '8', '1', '2', '0', '0', '185', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1035', 'Diatryma', '125', 0x0000500100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '1', '0', '0', '680', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1036', 'Digger_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '237', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1037', 'Dilapidated_Gate', '236', 0x00002C0600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '2', '32788', '2179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1038', 'Ding_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '64', '327', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1039', 'Diplopod', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '152', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1040', 'Diremite', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '128', '0', '1', '0', '0', '131', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1041', 'Diremite_Assaulter', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '128', '0', '0', '0', '0', '112', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1042', 'Diremite_Dominator', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '128', '0', '0', '0', '0', '142', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1043', 'Diremite_Stalker', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '128', '0', '0', '0', '0', '204', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1044', 'Dire_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '6', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1045', 'Dire_Gargouille', '118', 0x0000B10800000000000000000000000000000000, '1', '1', '3', '240', '0', '1', '0', '0', '0', '343', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1046', 'Dirtyhanded_Gochakzuk', '189', 0x0000190400000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '0', '0', '32', '265', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1047', 'Dirt_Eater', '258', 0x0000A90100000000000000000000000000000000, '4', '5', '7', '240', '2', '0', '0', '0', '0', '310', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1048', 'Disassembler', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1049', 'Disaster_Idol', '85', 0x0000300100000000000000000000000000000000, '4', '5', '12', '240', '40', '0', '2', '0', '0', '27', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1050', 'Disfaurit_B_D_Aurphe', '222', 0x0000270200000000000000000000000000000000, '6', '6', '10', '360', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1051', 'Dismemberment_Grappler', '189', 0x0000000800000000000000000000000000000000, '2', '2', '1', '240', '12', '1', '0', '0', '0', '7', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1052', 'Distilix_Stickytoes', '133', 0x0000420400000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1053', 'Div-e_Sepid', '301', 0x0000BF0600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1054', 'Dive-Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '3', '0', '32', '0', '0', '8', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1055', 'Divine_Ascetic', '270', 0x0000220800000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1056', 'Divine_Assassin', '270', 0x00001F0800000000000000000000000000000000, '13', '13', '2', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1057', 'Divine_Disseminator', '270', 0x00001C0800000000000000000000000000000000, '12', '12', '1', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1058', 'Divine_Inciter', '270', 0x00001C0800000000000000000000000000000000, '12', '12', '1', '240', '8', '1', '0', '0', '0', '3996', '2177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1059', 'Divine_Inspirer', '270', 0x00003D0400000000000000000000000000000000, '10', '10', '5', '240', '8', '1', '0', '0', '0', '4408', '2177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1060', 'Divine_Liturgist', '270', 0x00003D0400000000000000000000000000000000, '4', '4', '9', '240', '8', '1', '0', '0', '0', '404', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1061', 'Divine_Martyr', '270', 0x0000540200000000000000000000000000000000, '15', '15', '6', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1062', 'Divine_Pilgrim', '270', 0x0000220800000000000000000000000000000000, '2', '2', '1', '240', '9', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1063', 'Divine_Sentinel', '270', 0x0000470200000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '0', '0', '0', '7', '129', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1064', 'Divine_Templar', '270', 0x00005F0200000000000000000000000000000000, '15', '15', '6', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1065', 'Diving_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '184', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1066', 'Di_Dha_Adamantfist', '202', 0x00000E0300000000000000000000000000000000, '3', '3', '11', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1067', 'Di_Dha_s_Elite_Guard', '202', 0x00009F0200000000000000000000000000000000, '3', '3', '3', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1068', 'Di_Mho_Platekeeper', '202', 0x00009F0200000000000000000000000000000000, '1', '1', '7', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1069', 'Di_Zho_Spongeshell', '202', 0x00004C0800000000000000000000000000000000, '8', '8', '2', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1070', 'Djahama', '149', 0x0500AB0700000000000000000000000000000000, '16', '16', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1071', 'Djigga', '64', 0x0000D40600000000000000000000000000000000, '6', '6', '2', '150', '137', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1072', 'Djinn', '82', 0x0000C40800000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '1', '0', '0', '397', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1073', 'Dodomeki', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '1', '0', '0', '238', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1074', 'Doglix_Muttsnout', '133', 0x0000E40100000000000000000000000000000000, '3', '3', '11', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1075', 'Dog_Guardian', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '1', '2', '0', '0', '5688', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1076', 'Doll_Factory', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1077', 'Doman', '221', 0x0000280200000000000000000000000000000000, '4', '4', '5', '360', '6', '1', '2', '0', '0', '659', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1078', 'Domovoi', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '7', '360', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1079', 'Don_Poroggo', '196', 0x0000150700000000000000000000000000000000, '4', '4', '5', '150', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1080', 'Doomed_Pilgrims', '86', 0x0000400100000000000000000000000000000000, '1', '1', '5', '270', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1081', 'Doom_Demon', '169', 0x0000ED0200000000000000000000000000000000, '4', '1', '4', '240', '1', '1', '0', '0', '0', '152', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1082', 'Doom_Guard', '227', 0x00003C0200000000000000000000000000000000, '8', '8', '8', '240', '6', '0', '0', '0', '0', '238', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1083', 'Doom_Mage', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '188', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1084', 'Doom_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '1', '0', '0', '0', '649', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1085', 'Doom_Soldier', '227', 0x00003C0200000000000000000000000000000000, '8', '8', '8', '240', '6', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1086', 'Doom_Toad', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '6', '0', '0', '0', '0', '190', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1087', 'Doom_Warlock', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '469', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1088', 'Doo_Peku_the_Fleetfoot', '270', 0x00003B0400000000000000000000000000000000, '13', '13', '2', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1089', 'Doppelganger_Dio', '221', 0x0000240200000000000000000000000000000000, '1', '1', '3', '360', '6', '1', '2', '0', '32', '1459', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1090', 'Doppelganger_Gog', '221', 0x0000230200000000000000000000000000000000, '1', '1', '5', '360', '6', '1', '2', '0', '32', '2951', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1091', 'Dorgerwor_the_Astute', '246', 0x0600AD0600000000000000000000000000000000, '11', '11', '5', '230', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1092', 'Dormant_Rampart', '209', 0x00001A0700000000000000000000000000000000, '1', '1', '7', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1093', 'Dosetsu_Tree', '245', 0x00008B0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '2', '0', '0', '8', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1094', 'Doyen_Quadav', '202', 0x0000470800000000000000000000000000000000, '1', '1', '2', '265', '128', '1', '0', '0', '0', '396', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1095', 'Dozing_Dorian', '167', 0x0000550100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1096', 'Do_Bho_Venomtail', '202', 0x00001F0400000000000000000000000000000000, '5', '4', '6', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1097', 'Draconic_Draugar', '89', 0x0000E20600000000000000000000000000000000, '14', '14', '8', '240', '192', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1098', 'Draco_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1099', 'Dragonfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '2', '1', '1', '0', '0', '510', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1100', 'Dragonian_Berzerker', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '1', '2', '0', '0', '297', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1101', 'Dragonian_Minstrel', '87', 0x0000A40100000000000000000000000000000000, '10', '10', '12', '240', '8', '1', '2', '0', '0', '3614', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1102', 'Dragonscaled_Bugaal_Ja', '176', 0x06004E0600000000000000000000000000000000, '9', '9', '2', '280', '13', '1', '0', '0', '32', '283', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1103', 'Dragontrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '129', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1104', 'Dragon_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '153', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1105', 'Dragon_s_Wyvern', '193', 0x0000F90200000000000000000000000000000000, '1', '1', '7', '200', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1106', 'Dragua', '259', 0x0000620200000000000000000000000000000000, '7', '4', '3', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1107', 'Drakefeast_Wubmfub', '189', 0x0000180400000000000000000000000000000000, '14', '14', '1', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1108', 'Draketrader_Zlodgodd', '189', 0x0000180400000000000000000000000000000000, '14', '14', '1', '240', '13', '1', '2', '0', '32', '407', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1109', 'Draklix_Scalecrust', '133', 0x00003F0400000000000000000000000000000000, '14', '14', '3', '240', '16', '1', '2', '0', '32', '1743', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1110', 'Draugar', '89', 0x0000E60600000000000000000000000000000000, '4', '4', '12', '240', '192', '0', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1111', 'Draugar_Servant', '89', 0x0000D60600000000000000000000000000000000, '14', '14', '8', '240', '192', '0', '0', '0', '0', '143', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1112', 'Draugar_s_Wyvern', '193', 0x0000F90200000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1113', 'Dreadbug', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '2', '0', '0', '339', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1114', 'Dread_Dealing_Dredodak', '184', 0x0000CF0200000000000000000000000000000000, '8', '8', '2', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1115', 'Dread_Demon', '169', 0x0000E70200000000000000000000000000000000, '4', '1', '3', '240', '1', '1', '0', '0', '0', '80', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1116', 'Dread_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '2', '1', '18', '0', '0', '100', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1117', 'Drekavac', '52', 0x0000710100000000000000000000000000000000, '20', '5', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1118', 'Drexerion_the_Condemned', '221', 0x00001F0200000000000000000000000000000000, '11', '1', '9', '360', '6', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1119', 'Dribblix_Greasemaw', '133', 0x0000F30100000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '2', '0', '32', '4850', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1120', 'Droma', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '143', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1121', 'Dromiceiomimus', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1122', 'Drone', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '1', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1123', 'Drone_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1124', 'Drooling_Daisy', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1125', 'Droprix_Granitepalms', '133', 0x00003E0400000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '2', '0', '32', '1425', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1126', 'Dryad', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '0', '3466', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1127', 'Dryptotaur', '240', 0x0000500500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '261', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1128', 'Duendes_Amoroso', '115', 0x0500060400000000000000000000000000000000, '4', '4', '11', '240', '192', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1129', 'Duessa', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '8', '0', '32', '7044', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1130', 'Duke_Amduscias', '169', 0x0000F10200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1131', 'Duke_Berith', '169', 0x0000F40200000000000000000000000000000000, '5', '5', '9', '240', '16', '1', '0', '0', '32', '151', '159', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1132', 'Duke_Dantalian', '169', 0x0000F20200000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1133', 'Duke_Gomory', '169', 0x0000EB0200000000000000000000000000000000, '2', '1', '1', '240', '16', '1', '0', '0', '32', '443', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1134', 'Duke_Haborym', '169', 0x0000EF0200000000000000000000000000000000, '8', '8', '1', '240', '1', '1', '0', '0', '32', '177', '143', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1135', 'Duke_Scox', '169', 0x0000BA0200000000000000000000000000000000, '8', '8', '1', '240', '16', '1', '2', '0', '32', '391', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1136', 'Dune_Cockatrice', '70', 0x0000200100000000000000000000000000000000, '1', '8', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1137', 'Dune_Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1138', 'Dune_Widow', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1139', 'Dung_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '78', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1140', 'Durinn', '316', 0x00002F0700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1141', 'Duskraven', '149', 0x01000201B6104E206D304E404E50466000700000, '8', '4', '4', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1142', 'Dusk_Lizard', '174', 0x0000490100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1143', 'Dusk_Raider', '149', 0x01000A013A103A204E304E404E50136119700080, '8', '8', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1144', 'Dustbuster', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '290', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1145', 'Duu_Masa_the_Onecut', '270', 0x00001E0800000000000000000000000000000000, '12', '12', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1146', 'Duu_Nazo_the_Spryfooted', '270', 0x0000240800000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1147', 'Du_Vha_Grimewind', '200', 0x00009C0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1148', 'Dvalinn', '316', 0x0000300700000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1149', 'Dvorovoi', '178', 0x00002D0100000000000000000000000000000000, '2', '4', '7', '360', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1150', 'Dybbuk', '91', 0x0000A70800000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1151', 'Dyinyinga', '231', 0x0000E50700000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '2', '0', '0', '5840', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1152', 'Dynamis_Effigy', '94', 0x0000230400000000000000000000000000000000, '4', '4', '12', '240', '8', '1', '18', '1', '0', '7', '641', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1153', 'Dynamis_Icon', '95', 0x0000250400000000000000000000000000000000, '4', '4', '12', '240', '16', '1', '18', '1', '0', '7', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1154', 'Dynamis_Lord', '225', 0x0600F80200000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '0', '1', '0', '6', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1155', 'Dynamis_Statue', '92', 0x0000270400000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '18', '1', '0', '7920', '135', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1156', 'Dynamis_Tombstone', '93', 0x0000210400000000000000000000000000000000, '5', '5', '11', '240', '16', '1', '18', '1', '0', '5319', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1157', 'Dynamo_Cluster', '68', 0x0000220100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1158', 'Eald_narche', '150', 0x0000080300000000000000000000000000000000, '4', '1', '9', '240', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1159', 'Earth_Eater', '258', 0x0000A90100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '0', '0', '0', '233', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1160', 'Earth_Elemental', '101', 0x00000B0000000000000000000000000000000000, '4', '5', '12', '240', '32', '0', '0', '0', '0', '508', '1155', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('1161', 'Earth_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '48', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1162', 'Earth_Mover', '0', 0x0000000000000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1163', 'Earth_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '1', '0', '0', '0', '177', '1159', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1164', 'Eastern_Shadow', '223', 0x0000280200000000000000000000000000000000, '11', '1', '4', '360', '6', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1165', 'Eastern_Sphinx', '179', 0x0000920100000000000000000000000000000000, '1', '4', '7', '360', '1', '0', '0', '0', '0', '778', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1166', 'Eastern_Spriggan', '223', 0x00001A0200000000000000000000000000000000, '8', '8', '2', '360', '192', '1', '0', '0', '0', '79', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1167', 'Ea_Tho_Cruelheart', '202', 0x00004C0800000000000000000000000000000000, '8', '8', '2', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1168', 'Ea_Zhu_Tremorcrag', '200', 0x00009F0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1169', 'Eba', '115', 0x05000B0400000000000000000000000000000000, '8', '8', '7', '240', '192', '0', '2', '0', '32', '2361', '1565', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1170', 'Ebony_Pudding', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '129', '0', '0', '0', '0', '59', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1171', 'Eccentric_Eve', '186', 0x00007F0100000000000000000000000000000000, '1', '1', '6', '200', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1172', 'Eclipse_Demon', '169', 0x0000AD0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '72', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1173', 'Ectozoon', '258', 0x000058090000000000000000000000000000000, '4', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1174', 'Edacious_Opo-opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1175', 'Edible_Slug', '231', 0x0000E50700000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '819', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1176', 'Edifier', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1177', 'Edonus', '126', 0x0000130100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1178', 'Effigy_Prototype', '94', 0x0000220400000000000000000000000000000000, '1', '1', '12', '240', '16', '1', '2', '1', '0', '7', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1179', 'Effigy_Shield', '202', 0x00001D0400000000000000000000000000000000, '1', '1', '7', '265', '8', '1', '0', '1', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1180', 'Effluvial_Grenade', '247', 0x0000000700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1181', 'Eft', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '8', '1', '1', '0', '0', '496', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1182', 'Eidolic_Qufeel_Ja', '176', 0x0600530600000000000000000000000000000000, '13', '13', '10', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1183', 'Eight_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '958', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1184', 'Eight_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '245', '1155', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1185', 'Eight_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '483', '1155', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1186', 'Eight_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '1670', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1187', 'Einherjar_Brei', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '133', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1188', 'Einherjar_Eater', '258', 0x0000AA0100000000000000000000000000000000, '4', '5', '7', '240', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1189', 'Ekimmu', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '562', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1190', 'Eldertaur', '240', 0x00004F0500000000000000000000000000000000, '3', '7', '7', '240', '13', '1', '16', '0', '0', '4255', '1153', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1191', 'Elder_Goobbue', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '2', '1', '0', '0', '0', '5255', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1192', 'Elder_Quadav', '202', 0x0000450800000000000000000000000000000000, '1', '1', '2', '265', '2', '1', '0', '0', '0', '709', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1193', 'Elder_Treant', '245', 0x0000550100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '502', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1194', 'Eldhrimnir', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '220', '32', '0', '2', '0', '0', '2203', '1155', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1195', 'Electrumcap', '116', 0x0000C90800000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '1', '0', '0', '449', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1196', 'Elel', '74', 0x0000530500000000000000000000000000000000, '4', '4', '12', '290', '192', '0', '2', '0', '0', '186', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1197', 'Elemental_Gyves', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1198', 'Elivira', '149', 0x01001A0200104920493049404950B96000705580, '11', '11', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1199', 'Elixmix_Hooknose', '133', 0x0000420400000000000000000000000000000000, '5', '5', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1200', 'Ellylldan', '82', 0x0000C40800000000000000000000000000000000, '1', '1', '11', '240', '25', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1201', 'Ellyllon', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1202', 'Else', '149', 0x01000402DE10DA20DA30DA40DA50726100700000, '14', '5', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1203', 'Elusive_Edwin', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1204', 'Elvaanlopper_Grokdok', '189', 0x0000170400000000000000000000000000000000, '12', '1', '2', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1205', 'Elvaansticker_Bxafraff', '189', 0x0000180400000000000000000000000000000000, '14', '14', '1', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1206', 'Elvaan_Automaton', '145', 0x0500D50400000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '2', '0', '0', '6345', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1207', 'Emerald_Quadav', '202', 0x00009B0200000000000000000000000000000000, '5', '5', '4', '265', '2', '1', '0', '0', '0', '659', '1155', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1208', 'Emergent_Elm', '245', 0x0000870100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1209', 'Empathic_Flan', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1210', 'Emperador_de_Altepa', '212', 0x0000740100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1211', 'Emperor_Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '380', '0', '1', '0', '0', '0', '1089', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1212', 'Empousa', '0', 0x0000630800000000000000000000000000000000, '8', '5', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1213', 'Enagakure', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '2278', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1214', 'Enchanted_Bones', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '413', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1215', 'Energetic_Eruca', '108', 0x0000960100000000000000000000000000000000, '1', '1', '11', '240', '132', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1216', 'Enhanced_Ahriman', '4', 0x0000080100000000000000000000000000000000, '4', '4', '12', '240', '136', '1', '2', '0', '0', '187', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1217', 'Enhanced_Akbaba', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1218', 'Enhanced_Beetle', '49', 0x0000980100000000000000000000000000000000, '8', '8', '7', '240', '13', '1', '2', '0', '0', '4109', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1219', 'Enhanced_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '2', '0', '0', '107', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1220', 'Enhanced_Jelly', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '133', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1221', 'Enhanced_Kettenkaefer', '49', 0x0000980100000000000000000000000000000000, '8', '8', '7', '240', '13', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1222', 'Enhanced_Koenigstiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1223', 'Enhanced_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '2679', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1224', 'Enhanced_Makara', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1225', 'Enhanced_Mandragora', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '129', '1', '0', '0', '0', '2497', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1226', 'Enhanced_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '2357', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1227', 'Enhanced_Pygmaioi', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1228', 'Enhanced_Salamander', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '240', '133', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1229', 'Enhanced_Slime', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '133', '1', '0', '0', '0', '2723', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1230', 'Enhanced_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '4478', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1231', 'Enhanced_Vulture', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '2', '0', '0', '912', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1232', 'Enigmatic_Sphere', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1233', 'Enkelados', '126', 0x0000800200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '2', '0', '32', '5749', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1234', 'Enkidu', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '1', '0', '0', '449', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1235', 'Enna-enna', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '343', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1236', 'Entozoon', '258', 0x000058090000000000000000000000000000000, '4', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1237', 'Envier', '78', 0x0000730400000000000000000000000000000000, '1', '1', '8', '240', '13', '1', '16', '0', '0', '1298', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1238', 'Eotyrannus', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '2', '0', '0', '0', '0', '132', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1239', 'Eo_aern', '3', 0x0000570500000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1240', 'Eo_euvhi', '109', 0x00000E0200000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1241', 'Eo_ghrah', '122', 0x0600890400000000000000000000000000000000, '1', '1', '7', '220', '129', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1242', 'Eo_zdei', '272', 0x0000850400000000000000000000000000000000, '1', '1', '7', '240', '9', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1243', 'Ephemeral_Amoeban', '0', 0x00005C0900000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1244', 'Ephemeral_Clionid', '0', 0x00004C0900000000000000000000000000000000, '4', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1245', 'Ephemeral_Limule', '0', 0x00004D0900000000000000000000000000000000, '4', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1246', 'Ephemeral_Murex', '0', 0x00005D0900000000000000000000000000000000, '4', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1247', 'Ephramadian_Shade', '115', 0x0500690700000000000000000000000000000000, '2', '2', '1', '240', '6', '0', '0', '0', '0', '350', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1248', 'Epialtes', '126', 0x0000800200000000000000000000000000000000, '1', '1', '6', '240', '1', '1', '2', '0', '32', '218', '1179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1249', 'Eraser', '85', 0x0000300100000000000000000000000000000000, '1', '1', '0', '0', '33', '0', '0', '0', '0', '1393', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1250', 'Erdgeist', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '192', '1', '16', '0', '0', '561', '3203', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1251', 'Eremix_Snottynostril', '133', 0x0000420400000000000000000000000000000000, '4', '4', '11', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1252', 'Ereshkigal', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1253', 'Ergdrake', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1254', 'Eriri_Samariri', '196', 0x0000150700000000000000000000000000000000, '4', '4', '5', '150', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1255', 'Erlik', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '193', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1256', 'Ermit_Imp', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1257', 'Esbat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '1', '0', '0', '396', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1258', 'Escarp_Murex', '0', 0x00005D0900000000000000000000000000000000, '4', '5', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1259', 'Es_euvhi', '0', 0x0000000000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1260', 'Etemmu', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '555', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1261', 'Eurymedon', '126', 0x0000800200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1262', 'Eurytos', '126', 0x0000830200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '32', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1263', 'Evil_Armory', '111', 0x0000DE0100000000000000000000000000000000, '5', '5', '3', '240', '145', '1', '2', '0', '0', '2887', '1671', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1264', 'Evil_Eye', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '3', '0', '0', '0', '0', '1104', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1265', 'Evil_Oscar', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '8', '1', '10', '0', '32', '1642', '1183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1266', 'Evil_Spirit', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '0', '0', '0', '292', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1267', 'Evil_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '1294', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1268', 'Excaliace', '145', 0x01000903AC10A720A730A740A750000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1269', 'Executioner_Antlion', '26', 0x0000440500000000000000000000000000000000, '1', '1', '3', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1270', 'Exoplates', '236', 0x0000090300000000000000000000000000000000, '1', '1', '7', '240', '16', '0', '16', '0', '0', '6951', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1271', 'Exoray', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '310', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1272', 'Experimental_Lamia', '310', 0x0000800600000000000000000000000000000000, '17', '17', '11', '240', '8', '0', '2', '3', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1273', 'Experimental_Poroggo', '196', 0x0000130700000000000000000000000000000000, '4', '4', '5', '150', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1274', 'Experimental_Undead', '115', 0x0500520700000000000000000000000000000000, '6', '6', '2', '240', '129', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1275', 'Explosure', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '451', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1276', 'Expunger', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '192', '1', '32', '0', '0', '15', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1277', 'Eyy_Mon_the_Ironbreaker', '270', 0x00004C0200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1278', 'Fachan', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '136', '1', '1', '0', '0', '131', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1279', 'Faerie', '195', 0x0000EE0700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1280', 'Fafnir', '260', 0x00000F0300000000000000000000000000000000, '1', '1', '7', '240', '24', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1281', 'Fairy_Ring', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1282', 'Falcatus_Aranei', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1283', 'Fallen_Evacuee', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '350', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1284', 'Fallen_Imperial', '115', 0x05006E0700000000000000000000000000000000, '8', '8', '5', '240', '224', '6', '0', '0', '0', '239', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1285', 'Fallen_Imperial_Trooper', '0', 0x0000000000000000000000000000000000000000, '8', '8', '3', '240', '6', '0', '0', '0', '0', '239', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1286', 'Fallen_Imperial_Wizard', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '0', '0', '0', '239', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1287', 'Fallen_Knight', '227', 0x00003C0200000000000000000000000000000000, '8', '8', '8', '240', '6', '0', '0', '0', '0', '601', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1288', 'Fallen_Mage', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '156', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1289', 'Fallen_Major', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '135', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1290', 'Fallen_Officer', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '249', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1291', 'Fallen_Soldier', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '114', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1292', 'Fallen_Volunteer', '115', 0x05006D0700000000000000000000000000000000, '1', '1', '3', '240', '192', '0', '0', '0', '0', '243', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1293', 'Falsespinner_Bhudbrodd', '189', 0x0000020800000000000000000000000000000000, '2', '2', '1', '240', '13', '1', '2', '0', '32', '27', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1294', 'Faluuya', '149', 0x05005B0700000000000000000000000000000000, '6', '6', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1295', 'Fantasma', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '155', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1296', 'Fantoccini', '149', 0x0500D20400000000000000000000000000000000, '1', '1', '0', '240', '0', '1', '16', '0', '0', '8160', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1297', 'Fantoccini_Automaton', '28', 0x0600B90700000000000000000000000000000000, '1', '1', '5', '320', '128', '0', '2', '0', '0', '1712', '2179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1298', 'Fantoccini_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '153', '0', '0', '0', '0', '6651', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1299', 'Fantoccini_Monster', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '128', '1', '0', '0', '0', '2316', '2177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1300', 'Fantoccini_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1301', 'Farfadet', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1302', 'Farlarder_the_Shrewd', '246', 0x0600B00600000000000000000000000000000000, '2', '2', '1', '230', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1303', 'Father_Frost', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '32', '79', '671', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1304', 'Fatty_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1305', 'Faunus_Wyvern', '266', 0x0000C50800000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1306', 'Faust', '85', 0x0000300100000000000000000000000000000000, '1', '1', '6', '240', '33', '0', '2', '0', '32', '4640', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1307', 'Fay', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '7', '240', '73', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1308', 'Faygorger_Ram', '208', 0x0000580100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1309', 'Faygorger_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1310', 'Faytrapper_Vashgash', '189', 0x0000F60700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1311', 'Fear_Dearg', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1312', 'Fear_Gorta', '52', 0x0000710100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1313', 'Febrenard_C_Brunnaut', '145', 0x01000C03A4104520A430A440A45020611C700000, '7', '3', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1314', 'Federation_Dispenser', '151', 0x0100020789108920513089405150F961F9710080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1315', 'Federation_Garrison', '153', 0x0100010500000320033003400350C26000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1316', 'Federation_Infantry', '153', 0x01000D0512101420143014401450316100000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1317', 'Feeblescheme_Bhogbigg', '189', 0x0000190400000000000000000000000000000000, '4', '4', '5', '240', '13', '1', '2', '0', '32', '134', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1318', 'Feeler_Antlion', '26', 0x0000430500000000000000000000000000000000, '1', '1', '3', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1319', 'Feeorin', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '7', '240', '73', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1320', 'Fee_Jugu_the_Ramfist', '270', 0x0000440200000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1321', 'Feldrautte_I_Rouhent', '145', 0x010004037210722072300D400D50556100700080, '2', '2', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1322', 'Fenrir_Prime', '36', 0x0000180300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '0', '32', '1417', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1323', 'Ferocious_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1324', 'Ferreous_Coffin', '146', 0x0100090845104520453045404550336100700000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1325', 'Ferroalloy_Quadav', '202', 0x00004C0800000000000000000000000000000000, '8', '8', '2', '265', '128', '1', '0', '0', '0', '457', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1326', 'Ferrocrab', '77', 0x0000650100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '6', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1327', 'Festive_Firedrake', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1328', 'Fetid_Flesh', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '6', '0', '0', '0', '0', '283', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1329', 'Feu_Follet', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '724', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1330', 'Fe_e', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '10', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1331', 'Field_Musician_Guard', '149', 0x010002020510D320D330D340D350FE61FE710000, '19', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1332', 'Field_Woundpatcher', '149', 0x010007027C107820443017401750E96000700080, '3', '5', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1333', 'Fiendish_Leechkeeper', '165', 0x0000BC0800000000000000000000000000000000, '20', '5', '4', '240', '9', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1334', 'Fierce_Smilodon', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '355', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1335', 'Fighting_Flan', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '0', '0', '0', '11', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1336', 'Fighting_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1337', 'Fighting_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '5608', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1338', 'Fighting_Smilodon', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '133', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1339', 'Fingerfilcher_Dradzad', '189', 0x0000F40700000000000000000000000000000000, '19', '1', '2', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1340', 'Firedrake', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '291', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1341', 'Fire_Elemental', '102', 0x0000080000000000000000000000000000000000, '4', '5', '12', '240', '32', '0', '0', '0', '0', '1934', '131', '0', '0', 0x7F00000000000000); -INSERT INTO mob_pools VALUES ('1342', 'Fire_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '48', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1343', 'Fire_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '1', '0', '0', '0', '7', '135', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1344', 'Fire_Pukis', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '1', '2', '0', '0', '924', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1345', 'First_Rampart', '209', 0x00001A0700000000000000000000000000000000, '1', '1', '7', '320', '25', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1346', 'Fir_Bholg', '115', 0x0500F40300000000000000000000000000000000, '7', '7', '1', '240', '193', '1', '2', '0', '0', '507', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1347', 'Fishtrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '4', '0', '0', '2370', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1348', 'Fistule', '0', 0x0000260100000000000000000000000000000000, '9', '9', '5', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1349', 'Five_Moons', '146', 0x010009081A103420343034403450C66000700000, '8', '8', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1350', 'Five_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '47', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1351', 'Five_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '1590', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1352', 'Five_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '2027', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1353', 'Five_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '99', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1354', 'Flamecaller_Zoeqdoq', '189', 0x0000190400000000000000000000000000000000, '4', '4', '5', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1355', 'Flamedrake', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '27', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1356', 'Flames_of_Muspelheim', '68', 0x0000230100000000000000000000000000000000, '1', '1', '5', '240', '25', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1357', 'Flame_Eruca', '107', 0x0000960100000000000000000000000000000000, '1', '1', '11', '240', '132', '1', '0', '0', '0', '11', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1358', 'Flame_Giant', '38', 0x0000190300000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1359', 'Flame_Skimmer', '113', 0x0000C10100000000000000000000000000000000, '6', '6', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1360', 'Flamingo', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '1', '0', '0', '311', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1361', 'Flammen-Brenner', '236', 0x0000220500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1362', 'Flauros', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '5', '240', '1', '0', '2', '0', '32', '1696', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1363', 'Flayer_Franz', '258', 0x0000A90100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1364', 'Fledermaus', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '1', '0', '0', '510', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1365', 'Fleetfingered_Mobel_Ja', '176', 0x0600480600000000000000000000000000000000, '6', '6', '9', '280', '12', '1', '0', '0', '32', '8', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1366', 'Fleshcraver', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '100', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1367', 'Fleshflayer_Killakriq', '133', 0x0000B80200000000000000000000000000000000, '6', '4', '3', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1368', 'Fleshgnasher', '131', 0x0000DC0700000000000000000000000000000000, '6', '6', '2', '150', '8', '0', '2', '0', '0', '195', '149', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1369', 'Flesh_Eater', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '1', '0', '0', '0', '7', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1370', 'Floating_Eye', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '3', '1', '0', '0', '0', '186', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1371', 'Floe_Amoeban', '0', 0x00005C0900000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1372', 'Flux_Flan', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1373', 'Flying_Manta', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '191', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1374', 'Flying_Spear', '110', 0x0000A70100000000000000000000000000000000, '5', '5', '3', '240', '145', '1', '2', '0', '0', '2712', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1375', 'Flytrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '1', '0', '0', '152', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1376', 'Fly_Agaric', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1377', 'Fodderchief_Vokdek', '189', 0x0000660200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '18', '0', '32', '3559', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1378', 'Fogweaver_Mozzfuzz', '189', 0x0000F10300000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '32', '1831', '155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1379', 'Fomorian_Spear', '110', 0x0000A70100000000000000000000000000000000, '1', '1', '8', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1380', 'Fomor_Bard', '115', 0x05000E0400000000000000000000000000000000, '10', '10', '3', '240', '192', '1', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1381', 'Fomor_Beastmaster', '115', 0x0500120400000000000000000000000000000000, '9', '9', '5', '240', '192', '1', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1382', 'Fomor_Black_Mage', '115', 0x0500060400000000000000000000000000000000, '4', '4', '11', '240', '192', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1383', 'Fomor_Dark_Knight', '115', 0x05000A0400000000000000000000000000000000, '8', '8', '7', '240', '192', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1384', 'Fomor_Dragoon', '115', 0x0500F60300000000000000000000000000000000, '14', '14', '8', '240', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1385', 'Fomor_Monk', '115', 0x0500040400000000000000000000000000000000, '2', '2', '1', '240', '192', '1', '0', '0', '0', '26', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1386', 'Fomor_Ninja', '115', 0x05000C0400000000000000000000000000000000, '13', '13', '9', '240', '192', '1', '0', '0', '0', '26', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1387', 'Fomor_Paladin', '115', 0x0500100400000000000000000000000000000000, '7', '7', '3', '240', '192', '1', '0', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1388', 'Fomor_Ranger', '115', 0x0500000400000000000000000000000000000000, '11', '11', '2', '240', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1389', 'Fomor_Red_Mage', '115', 0x0500080400000000000000000000000000000000, '5', '5', '3', '240', '192', '1', '0', '0', '0', '131', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1390', 'Fomor_Samurai', '115', 0x0500F40300000000000000000000000000000000, '12', '12', '10', '240', '192', '1', '0', '0', '0', '26', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1391', 'Fomor_Summoner', '115', 0x0500020400000000000000000000000000000000, '15', '15', '12', '240', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1392', 'Fomor_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '153', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1393', 'Fomor_s_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1394', 'Fomor_s_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1395', 'Fomor_s_Elemental', '101', 0x00000B0000000000000000000000000000000000, '4', '5', '12', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1396', 'Fomor_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1397', 'Fomor_Thief', '115', 0x0500FE0300000000000000000000000000000000, '6', '6', '2', '240', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1398', 'Fomor_Warrior', '115', 0x0500FC0300000000000000000000000000000000, '1', '1', '6', '240', '192', '1', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1399', 'Foo_Peku_the_Bloodcloak', '270', 0x00003A0400000000000000000000000000000000, '12', '1', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1400', 'Forbidding_Koheel_Ja', '176', 0x0600440600000000000000000000000000000000, '6', '6', '9', '280', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1401', 'Foreseer_Oramix', '133', 0x0000ED0100000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '2', '0', '32', '258', '157', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1402', 'Forester_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1403', 'Forest_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '443', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1404', 'Forest_Hare', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '385', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1405', 'Forest_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '559', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1406', 'Forest_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1407', 'Forger', '56', 0x0000180100000000000000000000000000000000, '1', '1', '5', '240', '33', '0', '2', '0', '0', '1422', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1408', 'Fortification', '237', 0x00002C0600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '32', '0', '0', '32768', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1409', 'Fosse_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1410', 'Fossil_Quadav', '202', 0x0000890200000000000000000000000000000000, '1', '1', '2', '265', '129', '1', '0', '0', '0', '1247', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1411', 'Fossorial_Flea', '64', 0x0000D30600000000000000000000000000000000, '6', '6', '2', '150', '3', '0', '0', '0', '0', '355', '2691', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1412', 'Foul_Meat', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '6', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1413', 'Fourth_Rampart', '209', 0x00001A0700000000000000000000000000000000, '1', '1', '7', '320', '25', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1414', 'Fourth_Spitewarden', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1415', 'Four_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '46', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1416', 'Four_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '125', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1417', 'Four_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '509', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1418', 'Four_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '60', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1419', 'Fox_Fire', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '493', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1420', 'Fradubio', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '2', '0', '32', '7104', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1421', 'Fraelissa', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1422', 'Freke', '62', 0x0000010700000000000000000000000000000000, '8', '8', '7', '380', '137', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1423', 'Freshwater_Trepang', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1424', 'Freybug', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '12', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1425', 'Friar_Rush', '56', 0x0000180100000000000000000000000000000000, '1', '1', '5', '240', '33', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1426', 'Friar_s_Lantern', '56', 0x0000180100000000000000000000000000000000, '4', '5', '11', '240', '33', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1427', 'Frigatebird', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1428', 'Frog_Prince', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1429', 'Frostmane', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1430', 'Frost_Bomb_Mk-II', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1431', 'Frost_Gigas', '126', 0x0000C60200000000000000000000000000000000, '9', '1', '1', '240', '1', '1', '0', '0', '0', '502', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1432', 'Frost_Lizard', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '192', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1433', 'Frozen_Bones', '227', 0x0000340200000000000000000000000000000000, '1', '1', '7', '240', '192', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1434', 'Fuath', '0', 0x0000F00700000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1435', 'Fulminator', '82', 0x0000C40800000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '436', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1436', 'Fulmotondro', '320', 0x00001E0300000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1437', 'Funereal_Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1438', 'Fungus_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '3', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1439', 'Funnel_Antlion', '26', 0x0000440500000000000000000000000000000000, '1', '8', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1440', 'Funnel_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '133', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1441', 'Furies', '47', 0x0000040100000000000000000000000000000000, '6', '8', '3', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1442', 'Fusty_Gnole', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '184', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1443', 'Fyuu_the_Seabellow', '213', 0x00003A0500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1444', 'Gabblox_Magpietongue', '133', 0x00003F0400000000000000000000000000000000, '5', '5', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1445', 'Gadfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '925', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1446', 'Gaizkin', '86', 0x0000410100000000000000000000000000000000, '12', '12', '10', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1447', 'Gaki', '169', 0x0000E70200000000000000000000000000000000, '4', '4', '10', '240', '1', '1', '18', '0', '0', '33', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1448', 'Gakke', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1449', 'Galarhigg', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '6', '240', '137', '0', '16', '0', '32', '237', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1450', 'Gale_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '64', '1027', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1451', 'Galgalim', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '1', '16', '0', '0', '1961', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1452', 'Galkan_Automaton', '146', 0x0500E50400000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '0', '0', '0', '2397', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1453', 'Galkarider_Retzpratz', '189', 0x0000160400000000000000000000000000000000, '11', '1', '9', '240', '16', '1', '0', '0', '32', '46', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1454', 'Gallinipper', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '2', '1', '1', '0', '0', '645', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1455', 'Gamayun', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1456', 'Gambilox_Wanderling', '133', 0x0000FD0100000000000000000000000000000000, '1', '1', '3', '240', '1', '1', '2', '0', '32', '4662', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1457', 'Gangly_Gean', '0', 0x00008A0100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1458', 'Ganmuul', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1459', 'Gardsvor', '235', 0x0000380100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1460', 'Garfurlar_the_Rabid', '246', 0x0600AC0600000000000000000000000000000000, '5', '5', '4', '230', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1461', 'Gargantua', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1462', 'Gargouille', '118', 0x0000B10800000000000000000000000000000000, '1', '6', '3', '240', '0', '1', '0', '0', '0', '471', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1463', 'Gargoyle', '85', 0x0000310100000000000000000000000000000000, '1', '1', '12', '240', '16', '0', '1', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1464', 'Gargoyle-Iota', '83', 0x0000310100000000000000000000000000000000, '7', '7', '12', '240', '16', '0', '2', '0', '0', '8177', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1465', 'Gargoyle-Kappa', '83', 0x0000310100000000000000000000000000000000, '7', '7', '12', '240', '16', '0', '2', '0', '0', '936', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1466', 'Gargoyle-Lambda', '84', 0x0000310100000000000000000000000000000000, '7', '5', '12', '240', '16', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1467', 'Gargoyle-Mu', '84', 0x0000310100000000000000000000000000000000, '7', '5', '12', '240', '16', '0', '2', '0', '0', '1577', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1468', 'Garharlor_the_Unruly', '246', 0x0600AB0600000000000000000000000000000000, '11', '11', '5', '230', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1469', 'Garhorlur_the_Brutal', '246', 0x0600990600000000000000000000000000000000, '7', '7', '2', '280', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1470', 'Gariri', '153', 0x00100050647102D2047304740475049610070000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1471', 'Garm', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1472', 'Garnet_Quadav', '202', 0x0000970200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '0', '0', '0', '72', '1155', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1473', 'Garuda_Prime', '37', 0x00001C0300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1474', 'Gasharyad', '149', 0x0500AA0700000000000000000000000000000000, '16', '16', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1475', 'Gasher', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1476', 'Gastornis', '125', 0x0000500100000000000000000000000000000000, '1', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1477', 'Gate_Widow', '235', 0x0000390100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1478', 'Gavotvut', '189', 0x0000650200000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1479', 'Gawky_Gawain', '49', 0x0000980100000000000000000000000000000000, '7', '7', '4', '240', '1', '0', '2', '0', '32', '2171', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1480', 'Gawper', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '0', '1', '0', '0', '0', '449', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1481', 'Gazer', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '1', '0', '0', '185', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1482', 'Ga_Bhu_Unvanquished', '202', 0x00009B0200000000000000000000000000000000, '5', '5', '4', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1483', 'Ga_Dho_Softstep', '202', 0x0000940200000000000000000000000000000000, '6', '6', '2', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1484', 'Ga_Fho_Venomtouch', '202', 0x00001E0400000000000000000000000000000000, '3', '3', '3', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1485', 'Ga_Lhu_Nevermolt', '202', 0x0000510800000000000000000000000000000000, '7', '7', '1', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1486', 'Geezard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '290', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1487', 'Gefyrst', '0', 0x0000670800000000000000000000000000000000, '5', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1488', 'Geier', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1489', 'Gelid_Bhoot', '52', 0x0000710100000000000000000000000000000000, '4', '4', '11', '240', '192', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1490', 'Gem_Heister_Roorooroon', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '12', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1491', 'Genbu', '277', 0x0000970100000000000000000000000000000000, '7', '4', '7', '380', '16', '0', '2', '0', '32', '121', '157', '0', '0', 0x0000610000000000); -INSERT INTO mob_pools VALUES ('1492', 'General_Gadalar', '149', 0x05009C0700000000000000000000000000000000, '4', '5', '7', '240', '0', '0', '0', '0', '32', '0', '155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1493', 'General_Mihli', '151', 0x05009F0700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '32', '4772', '541', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1494', 'General_Najelith', '149', 0x05009D0700000000000000000000000000000000, '11', '1', '3', '240', '0', '0', '0', '0', '32', '5376', '537', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1495', 'General_Rughadjeen', '145', 0x05009B0700000000000000000000000000000000, '7', '1', '4', '240', '0', '0', '0', '0', '32', '826', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1496', 'General_Zazarg', '147', 0x05009E0700000000000000000000000000000000, '2', '1', '1', '240', '0', '0', '0', '0', '32', '2630', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1497', 'Generic_Doll', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '33', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1498', 'Gere', '62', 0x0000010700000000000000000000000000000000, '8', '8', '7', '380', '136', '1', '8', '0', '32', '1117', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1499', 'Gerhilde', '115', 0x0500660700000000000000000000000000000000, '12', '12', '8', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1500', 'Gerjis', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1501', 'Gerwitz_s_Axe', '110', 0x0000CD0100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1502', 'Gerwitz_s_Scythe', '110', 0x0000DC0100000000000000000000000000000000, '8', '5', '7', '240', '33', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1503', 'Gerwitz_s_Soul', '121', 0x0000700100000000000000000000000000000000, '4', '5', '12', '240', '6', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1504', 'Gerwitz_s_Sword', '110', 0x0000C70100000000000000000000000000000000, '8', '8', '4', '240', '34', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1505', 'Gespenst', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '32', '0', '0', '14', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1506', 'Gessho', '270', 0x00003B0400000000000000000000000000000000, '13', '13', '2', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1507', 'Geush_Urvan', '57', 0x00004D0500000000000000000000000000000000, '4', '2', '12', '360', '8', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1508', 'Geyser_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '290', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1509', 'Ge_Dha_Evileye', '202', 0x00009C0200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1510', 'Ghahnis', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1511', 'Ghast', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '191', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1512', 'Ghayaraan', '149', 0x0500AC0700000000000000000000000000000000, '16', '16', '3', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1513', 'Ghelsba_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '132', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1514', 'Ghost', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '534', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1515', 'Ghost_Clot', '67', 0x0000260100000000000000000000000000000000, '1', '1', '6', '240', '133', '1', '2', '0', '0', '7759', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1516', 'Ghost_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1517', 'Ghoul', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1518', 'Ghoul', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '344', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1519', 'Ghul-I-Beaban', '227', 0x0000340200000000000000000000000000000000, '4', '4', '1', '240', '12', '1', '16', '0', '32', '217', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1520', 'Giant_Amoeba', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '2306', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1521', 'Giant_Ascetic', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '3717', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1522', 'Giant_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '343', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1523', 'Giant_Beastmaster', '126', 0x0000A30200000000000000000000000000000000, '9', '1', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1524', 'Giant_Bee', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '520', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1525', 'Giant_Buffalo', '57', 0x00004D0500000000000000000000000000000000, '1', '8', '12', '360', '8', '0', '0', '0', '0', '399', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1526', 'Giant_Gatekeeper', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1527', 'Giant_Grub', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '2', '0', '0', '0', '0', '2553', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1528', 'Giant_Guard', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '178', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1529', 'Giant_High_Ranger', '126', 0x0000A50200000000000000000000000000000000, '11', '1', '11', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1530', 'Giant_Hunter', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '5140', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1531', 'Giant_Lobber', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '1158', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1532', 'Giant_Moa', '70', 0x0000200100000000000000000000000000000000, '1', '1', '5', '240', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1533', 'Giant_Monk', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1534', 'Giant_Orobon', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '136', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1535', 'Giant_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '217', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1536', 'Giant_Ranger', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '11', '240', '1', '1', '0', '0', '0', '273', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1537', 'Giant_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '238', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1538', 'Giant_Sentry', '126', 0x0000C60200000000000000000000000000000000, '9', '1', '1', '240', '1', '1', '0', '0', '0', '1023', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1539', 'Giant_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '388', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1540', 'Giant_Trapper', '126', 0x0000C60200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '5166', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1541', 'Giant_Warrior', '126', 0x0000D00200000000000000000000000000000000, '1', '1', '11', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1542', 'Gibberox_Pimplebeak', '133', 0x00003F0400000000000000000000000000000000, '5', '5', '3', '240', '16', '1', '2', '0', '32', '139', '159', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1543', 'Giddeus_Bee', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '258', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1544', 'Giddeus_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '336', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1545', 'Giddy_Bomb', '56', 0x0000180100000000000000000000000000000000, '6', '6', '3', '225', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1546', 'Gidim', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '290', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1547', 'Gieremund', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1548', 'Gigadaphnia', '0', 0x00004D0900000000000000000000000000000000, '4', '4', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1549', 'Gigantobugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '300', '128', '0', '1', '0', '0', '376', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1550', 'Gigaplasm', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '2', '0', '0', '8043', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1551', 'Gigas_Beastmaster', '126', 0x0000A70200000000000000000000000000000000, '9', '1', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1552', 'Gigas_Bonecutter', '126', 0x0000C60200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '4455', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1553', 'Gigas_Braver', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '11', '240', '8', '1', '0', '0', '0', '660', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1554', 'Gigas_Butcher', '126', 0x0000C60200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '296', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1555', 'Gigas_Catapulter', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '8', '1', '0', '0', '0', '554', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1556', 'Gigas_Clearcutter', '126', 0x0000A30200000000000000000000000000000000, '11', '1', '11', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1557', 'Gigas_Cleaver', '126', 0x0000130100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '0', '0', '0', '395', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1558', 'Gigas_Deckhand', '126', 0x00000F0100000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '351', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1559', 'Gigas_Fighter', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '11', '240', '8', '1', '0', '0', '0', '712', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1560', 'Gigas_Flanker', '126', 0x0000130100000000000000000000000000000000, '1', '1', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1561', 'Gigas_Flesher', '126', 0x0000130100000000000000000000000000000000, '9', '9', '5', '240', '0', '1', '0', '0', '0', '601', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1562', 'Gigas_Flogger', '126', 0x0000130100000000000000000000000000000000, '9', '9', '5', '240', '0', '1', '0', '0', '0', '976', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1563', 'Gigas_Foreman', '126', 0x0000C60200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '1428', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1564', 'Gigas_Hallwatcher', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '11', '240', '1', '1', '0', '0', '0', '350', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1565', 'Gigas_Helmsman', '126', 0x0000130100000000000000000000000000000000, '9', '9', '5', '240', '8', '1', '0', '0', '0', '349', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1566', 'Gigas_Hillrazer', '126', 0x0000A20200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1567', 'Gigas_Hurler', '126', 0x0000120100000000000000000000000000000000, '11', '11', '11', '240', '0', '1', '0', '0', '0', '502', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1568', 'Gigas_Jack', '126', 0x0000120100000000000000000000000000000000, '11', '11', '11', '240', '8', '1', '0', '0', '0', '304', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1569', 'Gigas_Jailer', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '7910', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1570', 'Gigas_Kettlemaster', '126', 0x0000C60200000000000000000000000000000000, '9', '1', '1', '240', '1', '1', '0', '0', '0', '627', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1571', 'Gigas_Lopper', '126', 0x0000130100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '0', '0', '0', '501', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1572', 'Gigas_Marine', '126', 0x0000130100000000000000000000000000000000, '1', '1', '6', '240', '8', '1', '0', '0', '0', '349', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1573', 'Gigas_Martialist', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '7083', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1574', 'Gigas_Mercenary', '126', 0x0000C40200000000000000000000000000000000, '11', '11', '11', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1575', 'Gigas_Monk', '126', 0x0000A40200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1576', 'Gigas_Overseer', '126', 0x0000A50200000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1577', 'Gigas_Pelter', '126', 0x0000120100000000000000000000000000000000, '11', '11', '11', '240', '0', '1', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1578', 'Gigas_Pounder', '126', 0x00000F0100000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1579', 'Gigas_Punisher', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '453', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1580', 'Gigas_Quarrier', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '460', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1581', 'Gigas_Ranger', '126', 0x0000A70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1582', 'Gigas_Sculptor', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '231', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1583', 'Gigas_Slinger', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '8', '1', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1584', 'Gigas_Slugger', '126', 0x00000F0100000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '574', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1585', 'Gigas_Spirekeeper', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '1', '240', '1', '1', '0', '0', '0', '152', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1586', 'Gigas_Stonecarrier', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '1', '240', '1', '1', '0', '0', '0', '7572', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1587', 'Gigas_Stonegrinder', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '3876', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1588', 'Gigas_Stonemason', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '204', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1589', 'Gigas_s_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1590', 'Gigas_s_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1591', 'Gigas_s_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1592', 'Gigas_s_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '12', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1593', 'Gigas_s_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1594', 'Gigas_s_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1595', 'Gigas_Torturer', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '283', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1596', 'Gigas_Trebucket', '126', 0x0000120100000000000000000000000000000000, '11', '11', '11', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1597', 'Gigas_Wallwatcher', '126', 0x0000C40200000000000000000000000000000000, '1', '1', '1', '240', '1', '1', '0', '0', '0', '270', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1598', 'Gigas_Warrior', '126', 0x0000D00200000000000000000000000000000000, '1', '1', '11', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1599', 'Gigas_Warwolf', '126', 0x0000C60200000000000000000000000000000000, '9', '9', '5', '240', '8', '1', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1600', 'Gigas_Wrestler', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '607', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1601', 'Gii_Jaha_the_Raucous', '270', 0x00004F0200000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1602', 'Gilagoge_Tlugvi', '245', 0x00008A0100000000000000000000000000000000, '3', '3', '7', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1603', 'Gill_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1604', 'Ginger_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1605', 'Giollemitte_B_Feroun', '221', 0x0500350200000000000000000000000000000000, '7', '7', '1', '360', '6', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1606', 'Girtab', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '99', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1607', 'Girtablulu', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '2', '0', '0', '5649', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1608', 'Girzorhor_the_Imprudent', '246', 0x0600960600000000000000000000000000000000, '1', '1', '1', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1609', 'Gizerl_s_Ghost', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1610', 'Gi_Bhe_Fleshfeaster', '202', 0x00001E0400000000000000000000000000000000, '3', '3', '3', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1611', 'Gi_Ghi_Rockchopper', '202', 0x0000440800000000000000000000000000000000, '9', '9', '2', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1612', 'Gi_Ghi_s_Elite_Guard', '202', 0x0000440800000000000000000000000000000000, '9', '9', '2', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1613', 'Gi_Ghi_s_Peiste', '192', 0x0000DF0700000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1614', 'Gi_Pha_Manameister', '202', 0x00001F0400000000000000000000000000000000, '4', '4', '6', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1615', 'Gi_Rho_Wrathstorm', '200', 0x0000950200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1616', 'Glacial_Imp', '165', 0x0000BC0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '274', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1617', 'Glacial_Wisp', '232', 0x0000160100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1618', 'Glacier_Eater', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '128', '1', '0', '0', '0', '205', '131', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('1619', 'Glade_Wivre', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1620', 'Gladiatorial_Weapon', '110', 0x0000DF0100000000000000000000000000000000, '1', '1', '3', '240', '34', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1621', 'Glen_Crab', '77', 0x0000C20600000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1622', 'Glide_Bomb', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '0', '0', '0', '290', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1623', 'Gloomanita', '116', 0x0000C90800000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '2', '0', '0', '8130', '147', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1624', 'Gloop', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '231', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1625', 'Glow_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '389', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1626', 'Glyryvilu', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '2', '1', '2', '0', '32', '7', '153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1627', 'Gnashfang_Rahskhas', '189', 0x0000F60700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1628', 'Gnat', '131', 0x0000DC0700000000000000000000000000000000, '6', '6', '2', '150', '8', '0', '1', '0', '0', '559', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1629', 'Gnawtooth_Gary', '206', 0x00000C0100000000000000000000000000000000, '6', '1', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1630', 'Gneiss_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1631', 'Gnole', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '1', '0', '0', '260', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1632', 'Goblinsavior_Heronox', '133', 0x0000FC0100000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '2', '0', '32', '7372', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1633', 'Goblin_Aidman', '133', 0x0000B30200000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '0', '0', '0', '514', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1634', 'Goblin_Alchemist', '133', 0x0000ED0100000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '0', '0', '0', '218', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1635', 'Goblin_Ambusher', '133', 0x0000E60100000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '1139', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1636', 'Goblin_Archaeologist', '133', 0x0000A30200000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '2', '0', '0', '1541', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1637', 'Goblin_Bandit', '133', 0x0000F90100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '231', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1638', 'Goblin_Blastmaster', '133', 0x0000FB0100000000000000000000000000000000, '4', '4', '2', '240', '1', '1', '0', '0', '0', '548', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1639', 'Goblin_Bombardier', '133', 0x0000FE0100000000000000000000000000000000, '4', '4', '11', '240', '1', '1', '0', '0', '0', '396', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1640', 'Goblin_Boss', '133', 0x0000EC0100000000000000000000000000000000, '1', '1', '3', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1641', 'Goblin_Bouncer', '133', 0x0000F70100000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '284', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1642', 'Goblin_Bounty_Hunter', '133', 0x0000F10100000000000000000000000000000000, '1', '1', '3', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1643', 'Goblin_Butcher', '133', 0x0000EF0100000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '0', '0', '0', '8067', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1644', 'Goblin_Chapman', '133', 0x0000B30200000000000000000000000000000000, '4', '4', '12', '240', '1', '1', '0', '0', '0', '835', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1645', 'Goblin_Collector', '133', 0x0000BC0200000000000000000000000000000000, '3', '3', '11', '220', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1646', 'Goblin_Corpsman', '133', 0x0000E80100000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '0', '0', '0', '404', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1647', 'Goblin_Craftsman', '133', 0x0000C80200000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '309', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1648', 'Goblin_Digger', '133', 0x0000E40100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '3072', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1649', 'Goblin_Doctor', '133', 0x0000E80100000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1650', 'Goblin_Doorman', '133', 0x0000C90200000000000000000000000000000000, '1', '1', '3', '240', '1', '1', '0', '0', '0', '26', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1651', 'Goblin_Doyen', '133', 0x0000A30200000000000000000000000000000000, '4', '4', '11', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1652', 'Goblin_Draftee', '133', 0x0000F80100000000000000000000000000000000, '5', '5', '3', '240', '1', '1', '0', '0', '0', '673', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1653', 'Goblin_Duelist', '133', 0x0000E90100000000000000000000000000000000, '5', '5', '3', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1654', 'Goblin_Enchanter', '133', 0x0000F80100000000000000000000000000000000, '5', '5', '3', '240', '1', '1', '0', '0', '0', '139', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1655', 'Goblin_Enforcer', '133', 0x0000420400000000000000000000000000000000, '5', '5', '11', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1656', 'Goblin_Fencer', '133', 0x0000F80100000000000000000000000000000000, '5', '5', '3', '240', '9', '1', '2', '0', '0', '944', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1657', 'Goblin_Field_Doctor', '133', 0x0000ED0100000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1658', 'Goblin_Fireman', '133', 0x0000CB0200000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '0', '0', '0', '185', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1659', 'Goblin_Fisher', '133', 0x0000EC0100000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '829', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1660', 'Goblin_Flagman', '133', 0x0000FF0100000000000000000000000000000000, '5', '5', '3', '240', '1', '1', '0', '0', '0', '295', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1661', 'Goblin_Foreman', '133', 0x0000A40200000000000000000000000000000000, '9', '9', '2', '240', '1', '1', '0', '0', '0', '185', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1662', 'Goblin_Franctireur', '133', 0x0000F50100000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '0', '0', '0', '28', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1663', 'Goblin_Freelance', '133', 0x0000BC0200000000000000000000000000000000, '1', '1', '11', '240', '1', '1', '0', '0', '0', '343', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1664', 'Goblin_Freesword', '133', 0x0000F10100000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '0', '0', '0', '507', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1665', 'Goblin_Furrier', '133', 0x0000E60100000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '834', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1666', 'Goblin_Gambler', '133', 0x0000EE0100000000000000000000000000000000, '4', '4', '11', '240', '1', '1', '0', '0', '0', '541', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1667', 'Goblin_Gaoler', '133', 0x0000FD0100000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1668', 'Goblin_Golem', '92', 0x0000270400000000000000000000000000000000, '3', '4', '11', '240', '16', '1', '18', '1', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1669', 'Goblin_Grenadier', '133', 0x0000FD0100000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '0', '0', '0', '425', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1670', 'Goblin_Gruel', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '126', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1671', 'Goblin_Guerrilla', '133', 0x0000FA0100000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '457', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1672', 'Goblin_Guide', '133', 0x0000EB0100000000000000000000000000000000, '8', '8', '5', '240', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1673', 'Goblin_Gutterman', '133', 0x0000A60200000000000000000000000000000000, '11', '11', '3', '240', '1', '1', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1674', 'Goblin_Hammerman', '133', 0x0000CD0200000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '0', '0', '0', '252', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1675', 'Goblin_Hangman', '133', 0x0000CF0200000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '0', '0', '0', '27', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1676', 'Goblin_Headman', '133', 0x0000A50200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '290', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1677', 'Goblin_Hunter', '133', 0x0000F30100000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '72', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1678', 'Goblin_Intimidator', '133', 0x0000F10100000000000000000000000000000000, '1', '1', '4', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1679', 'Goblin_Jeweler', '133', 0x0000F60100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '297', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1680', 'Goblin_Junkman', '133', 0x0000CC0200000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '291', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1681', 'Goblin_Lansquenet', '133', 0x0000BE0200000000000000000000000000000000, '1', '1', '4', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1682', 'Goblin_Leadman', '133', 0x0000A00200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '151', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1683', 'Goblin_Leecher', '133', 0x0000E80100000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '0', '0', '0', '2719', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1684', 'Goblin_Lengthman', '133', 0x0000A40200000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '245', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1685', 'Goblin_Marksman', '133', 0x0000A80200000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '238', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1686', 'Goblin_Meatgrinder', '133', 0x0000F10100000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1687', 'Goblin_Mercenary', '133', 0x0000FC0100000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1688', 'Goblin_Mine', '236', 0x0000FF0600000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '7', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1689', 'Goblin_Miner', '133', 0x0000F60100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '1611', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1690', 'Goblin_Mugger', '133', 0x0000E50100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '7521', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1691', 'Goblin_Oilman', '133', 0x0000C90200000000000000000000000000000000, '8', '8', '4', '240', '1', '1', '0', '0', '0', '292', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1692', 'Goblin_Packman', '133', 0x0000CB0200000000000000000000000000000000, '8', '8', '4', '240', '1', '1', '0', '0', '0', '126', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1693', 'Goblin_Paratrooper', '133', 0x0000F70100000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '558', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1694', 'Goblin_Pathfinder', '133', 0x0000E70100000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '337', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1695', 'Goblin_Patrolman', '133', 0x0000F20100000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '894', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1696', 'Goblin_Picaroon', '133', 0x0000670500000000000000000000000000000000, '6', '6', '2', '240', '1', '0', '2', '0', '0', '7861', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1697', 'Goblin_Picket', '133', 0x0000670500000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '929', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1698', 'Goblin_Pioneer', '133', 0x0000670500000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '1894', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1699', 'Goblin_Pirate', '133', 0x0000E40100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1700', 'Goblin_Plunderer', '133', 0x0000670500000000000000000000000000000000, '8', '8', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1701', 'Goblin_Poacher', '133', 0x0000F00100000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '283', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1702', 'Goblin_Poisoner', '133', 0x0000670500000000000000000000000000000000, '6', '6', '2', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1703', 'Goblin_Preceptor', '133', 0x0000BC0200000000000000000000000000000000, '5', '5', '11', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1704', 'Goblin_Professor', '133', 0x0000EE0100000000000000000000000000000000, '4', '4', '11', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1705', 'Goblin_Reaper', '133', 0x0000F50100000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '0', '0', '0', '140', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1706', 'Goblin_Reaver', '133', 0x0000670500000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1707', 'Goblin_Replica', '92', 0x0000260400000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '16', '1', '0', '7', '135', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1708', 'Goblin_Repossessor', '133', 0x0000F90100000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1709', 'Goblin_Robber', '133', 0x0000E40100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '20', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1710', 'Goblin_Shaman', '133', 0x0000EE0100000000000000000000000000000000, '4', '4', '2', '240', '1', '1', '0', '0', '0', '509', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1711', 'Goblin_Shepherd', '133', 0x0000FA0100000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '310', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1712', 'Goblin_Shovelman', '133', 0x0000A10200000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '184', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1713', 'Goblin_Skirmisher', '133', 0x0000670500000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '261', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1714', 'Goblin_Slaughterman', '133', 0x0000BC0200000000000000000000000000000000, '1', '1', '11', '240', '9', '1', '2', '0', '0', '4803', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1715', 'Goblin_Smithy', '133', 0x0000F10100000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '0', '0', '0', '128', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1716', 'Goblin_Statue', '92', 0x0000260400000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '16', '1', '0', '7', '135', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1717', 'Goblin_Swindler', '133', 0x0000FB0100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1718', 'Goblin_Swordmaker', '133', 0x0000EC0100000000000000000000000000000000, '1', '1', '3', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1719', 'Goblin_Swordsman', '133', 0x0000BD0200000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '0', '0', '0', '152', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1720', 'Goblin_s_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1721', 'Goblin_s_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1722', 'Goblin_s_Bee', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1723', 'Goblin_s_Beetle', '49', 0x0000980100000000000000000000000000000000, '8', '8', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1724', 'Goblin_s_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '132', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1725', 'Goblin_s_Dragonfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1726', 'Goblin_s_Gallinipper', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1727', 'Goblin_s_Ladybug', '170', 0x0000E20700000000000000000000000000000000, '6', '6', '7', '220', '12', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1728', 'Goblin_s_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1729', 'Goblin_s_Ogrefly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1730', 'Goblin_s_Rabbit', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1731', 'Goblin_s_Rarab', '317', 0x00000D0100000000000000000000000000000000, '6', '1', '7', '240', '12', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1732', 'Goblin_s_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1733', 'Goblin_s_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1734', 'Goblin_Tamer', '133', 0x0000FA0100000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '245', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1735', 'Goblin_Thespian', '133', 0x0000E90100000000000000000000000000000000, '5', '5', '3', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1736', 'Goblin_Theurgist', '133', 0x0000EE0100000000000000000000000000000000, '4', '4', '11', '240', '9', '1', '2', '0', '0', '165', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1737', 'Goblin_Thug', '133', 0x0000E40100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '258', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1738', 'Goblin_Tinkerer', '133', 0x0000EB0100000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '0', '0', '0', '1382', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1739', 'Goblin_Tollman', '133', 0x0000A10200000000000000000000000000000000, '9', '9', '2', '240', '1', '1', '0', '0', '0', '185', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1740', 'Goblin_Toxophilite', '133', 0x0000670500000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '0', '0', '0', '1152', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1741', 'Goblin_Trader', '133', 0x0000F20100000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '537', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1742', 'Goblin_Veterinarian', '133', 0x0000FA0100000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '73', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1743', 'Goblin_Warlord', '133', 0x0000F50100000000000000000000000000000000, '8', '8', '4', '240', '9', '1', '2', '0', '0', '3069', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1744', 'Goblin_Weaver', '133', 0x0000E90100000000000000000000000000000000, '5', '5', '2', '240', '1', '1', '0', '0', '0', '394', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1745', 'Goblin_Welldigger', '133', 0x0000F60100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '918', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1746', 'Goblin_Wolfman', '133', 0x0000CE0200000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '2', '0', '0', '429', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1747', 'Goga_Tlugvi', '245', 0x0000840100000000000000000000000000000000, '2', '2', '7', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1748', 'Gola_Tlugvi', '245', 0x00008B0100000000000000000000000000000000, '8', '8', '7', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1749', 'Goldcap', '116', 0x0000C90800000000000000000000000000000000, '6', '6', '2', '240', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1750', 'Golden-Tongued_Culberry', '244', 0x0000EE0400000000000000000000000000000000, '4', '3', '11', '240', '8', '1', '0', '0', '32', '1729', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1751', 'Golden_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '6', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1752', 'Gold_Badger_Esquire', '145', 0x01000E040C108B200C300C400C500E6119700080, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1753', 'Gold_Quadav', '202', 0x0000930200000000000000000000000000000000, '6', '6', '2', '265', '2', '1', '0', '0', '0', '609', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1754', 'Goliath', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1755', 'Goliath_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '1', '1', '0', '0', '0', '244', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1756', 'Goobbue', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '2', '0', '1', '0', '0', '505', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1757', 'Goobbue_Farmer', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '2', '0', '0', '0', '0', '608', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1758', 'Goobbue_Gardener', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '2', '1', '0', '0', '0', '1317', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1759', 'Goobbue_Harvester', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '129', '1', '2', '0', '0', '441', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1760', 'Goobbue_Parasite', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '349', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1761', 'Goobbue_Wanderer', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1762', 'Goo_Pake_the_Bloodhound', '270', 0x00004C0200000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1763', 'Gordov_s_Ghost', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1764', 'Gorebeak', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1765', 'Gorepledge_Rozzbrezz', '189', 0x0000160400000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '32', '4659', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1766', 'Gore_Bats', '46', 0x0000010100000000000000000000000000000000, '1', '8', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1767', 'Gore_Demon', '169', 0x0000E40200000000000000000000000000000000, '1', '1', '1', '240', '1', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1768', 'Gorger', '138', 0x00006B0400000000000000000000000000000000, '8', '8', '3', '240', '141', '1', '1', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1769', 'Gorgimera', '168', 0x00000D0700000000000000000000000000000000, '1', '1', '7', '320', '141', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1770', 'Gorgotaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1771', 'Gorynich', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '9', '1', '16', '0', '0', '2881', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1772', 'Gosspix_Blabberlips', '133', 0x00003F0400000000000000000000000000000000, '5', '5', '3', '240', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1773', 'Gotoh_Zha_the_Redolent', '305', 0x0000670600000000000000000000000000000000, '4', '3', '5', '280', '12', '0', '2', '16', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1774', 'Goublefaupe', '222', 0x0500DA0100000000000000000000000000000000, '1', '1', '1', '360', '12', '1', '2', '0', '32', '363', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1775', 'Gougetooth_Ganzaga', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '32', '6853', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1776', 'Gowam', '146', 0x0100000860106020603060406050006000700000, '16', '16', '3', '240', '0', '0', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1777', 'Go_Bha_Slaughterer', '202', 0x0000870200000000000000000000000000000000, '8', '8', '2', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1778', 'Go_Bhu_Gascon', '202', 0x0000860200000000000000000000000000000000, '1', '1', '4', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1779', 'Go_Bhu_Herohunter', '202', 0x00001D0400000000000000000000000000000000, '1', '1', '3', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1780', 'Go_Bhu_s_Elite_Raider', '202', 0x00009B0200000000000000000000000000000000, '5', '1', '4', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1781', 'Go_Dha_Jademaiden', '202', 0x00001D0400000000000000000000000000000000, '1', '1', '3', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1782', 'Go_Dha_s_Elite_Raider', '202', 0x00009B0200000000000000000000000000000000, '4', '4', '11', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1783', 'Go_Rha_Sludgewater', '200', 0x0000960200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1784', 'Go_Tyo_Magenapper', '202', 0x00001D0400000000000000000000000000000000, '14', '1', '3', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1785', 'Grandgousier', '126', 0x0000830200000000000000000000000000000000, '11', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1786', 'Grand_Duke_Batym', '169', 0x0000F00200000000000000000000000000000000, '15', '15', '11', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1787', 'Grand_Marid', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '7', '320', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1788', 'Grand_Marquis_Chomiel', '169', 0x0000EA0200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1789', 'Granite_Borer','254', 0x00000A0700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1790', 'Graoully', '0', 0x0000000000000000000000000000000000000000, '1', '8', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1791', 'Grass_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '453', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1792', 'Gration', '126', 0x0000C40200000000000000000000000000000000, '4', '5', '11', '240', '8', '1', '2', '8', '32', '4155', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1793', 'Grauberg_Hippogryph', '140', 0x0000C10800000000000000000000000000000000, '6', '6', '2', '240', '9', '0', '0', '0', '0', '622', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1794', 'Graupel_Gigas', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '819', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1795', 'Gravemaker_Mesmerizer', '189', 0x0000740200000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '7', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1796', 'Grave_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '1129', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1797', 'Grave_Digger', '74', 0x0000530500000000000000000000000000000000, '4', '4', '12', '290', '193', '1', '2', '0', '0', '2639', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1798', 'Grav_iton', '282', 0x0000D70400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '18', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1799', 'Greatclaw', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1800', 'Greater_Amphiptere', '6', 0x0000AE0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '2', '854', '2177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1801', 'Greater_Cockatrice', '70', 0x0000200100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '0', '0', '0', '164', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1802', 'Greater_Colibri', '72', 0x0000B80600000000000000000000000000000000, '5', '5', '2', '200', '0', '1', '0', '0', '0', '240', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1803', 'Greater_Gayla', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '503', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1804', 'Greater_Gaylas', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '64', '141', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1805', 'Greater_Gnole', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '137', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1806', 'Greater_Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '1', '0', '0', '0', '26', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1807', 'Greater_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1808', 'Greater_Quadav', '202', 0x0000490800000000000000000000000000000000, '8', '8', '2', '265', '2', '1', '0', '0', '0', '297', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1809', 'Great_Ameretat', '186', 0x00007E0100000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '0', '0', '0', '555', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1810', 'Great_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1811', 'Greenman', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '220', '2', '0', '2', '0', '0', '4945', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1812', 'Grenade', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '1250', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1813', 'Grenade_Syrup', '0', 0x0000000000000000000000000000000000000000, '5', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1814', 'Grimbolt_Onkzok', '189', 0x0000700200000000000000000000000000000000, '11', '11', '5', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1815', 'Grimgerde', '115', 0x05005A0700000000000000000000000000000000, '1', '10', '7', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1816', 'Grimoire_Guru_Grimogek', '184', 0x0000B70200000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1817', 'Grindylow', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1818', 'Grognard_Footsoldier', '189', 0x0000730200000000000000000000000000000000, '1', '1', '2', '240', '13', '1', '0', '0', '0', '1222', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1819', 'Grognard_Grappler', '189', 0x0000770200000000000000000000000000000000, '2', '2', '1', '240', '13', '1', '0', '0', '0', '982', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1820', 'Grognard_Impaler', '189', 0x00007C0200000000000000000000000000000000, '14', '14', '1', '240', '13', '1', '0', '0', '0', '2778', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1821', 'Grognard_Mesmerizer', '189', 0x00007D0200000000000000000000000000000000, '4', '4', '5', '240', '13', '1', '0', '0', '0', '2673', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1822', 'Grognard_Neckchopper', '189', 0x0000760200000000000000000000000000000000, '8', '8', '5', '240', '13', '1', '0', '0', '0', '547', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1823', 'Grognard_Predator', '189', 0x0000720200000000000000000000000000000000, '11', '11', '5', '240', '13', '1', '0', '0', '0', '1433', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1824', 'Groot_Slang', '192', 0x0000DF0700000000000000000000000000000000, '1', '1', '7', '240', '9', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1825', 'Grotto_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '336', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1826', 'Grotto_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '193', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1827', 'Groundskeeper', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '1', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1828', 'Gruesome_Gargouille', '0', 0x0000B10800000000000000000000000000000000, '1', '8', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1829', 'Grylio', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1830', 'Guardian_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1831', 'Guardian_Statue', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '34', '0', '2', '0', '0', '6421', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1832', 'Guardian_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '1', '0', '2', '0', '0', '4406', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1833', 'Guard_Bhoot', '52', 0x0000710100000000000000000000000000000000, '4', '4', '11', '240', '192', '0', '0', '0', '0', '238', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1834', 'Guard_Hippogryph', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '1', '2', '0', '0', '797', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1835', 'Guard_Skeleton', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '193', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1836', 'Gudanna', '51', 0x0000940100000000000000000000000000000000, '1', '1', '5', '380', '1', '0', '2', '0', '0', '7', '145', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1837', 'Gugru_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '87', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1838', 'Gugru_Jagil', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1839', 'Gugru_Orobon', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '136', '0', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1840', 'Guimauve', '0', 0x0000080700000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1841', 'Guivre', '267', 0x00003E0100000000000000000000000000000000, '1', '1', '7', '240', '3', '1', '2', '0', '32', '7253', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1842', 'Gukumatz', '192', 0x0000DF0700000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1843', 'Gulch_Limule', '0', 0x00004D0900000000000000000000000000000000, '4', '5', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1844', 'Gullycampa', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1845', 'Gully_Clionid', '0', 0x00004C0900000000000000000000000000000000, '4', '5', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1846', 'Gulool_Ja_Ja', '285', 0x0000470700000000000000000000000000000000, '13', '13', '1', '280', '12', '1', '2', '0', '32', '70', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1847', 'Gummy_Guillaume', '231', 0x0000E50700000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1848', 'Gunge_Slug', '231', 0x0000E50700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1849', 'Gunpod', '53', 0x0000380400000000000000000000000000000000, '1', '1', '6', '240', '137', '0', '16', '0', '0', '2279', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1850', 'Gunther', '149', 0x010001017310D620C930B940D650F16000700000, '20', '20', '11', '240', '8', '1', '16', '0', '32', '6', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1851', 'Gurfurlur_the_Menacing', '326', 0x00004B0700000000000000000000000000000000, '2', '2', '1', '230', '12', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1852', 'Gutrender_Trooper', '189', 0x0000FA0700000000000000000000000000000000, '7', '7', '1', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1853', 'Guu_Waji_the_Preacher', '270', 0x00003A0400000000000000000000000000000000, '12', '7', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1854', 'Guytrash', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '12', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1855', 'Gu_Dha_Effigy', '94', 0x0000230400000000000000000000000000000000, '4', '4', '12', '240', '16', '1', '2', '1', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1856', 'Gu_Dho_Staggershell', '202', 0x0000940200000000000000000000000000000000, '1', '1', '5', '265', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1857', 'Gu_Khu_Dukesniper', '202', 0x00001E0400000000000000000000000000000000, '11', '11', '10', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1858', 'Gu_Nha_Wallstormer', '202', 0x00001B0400000000000000000000000000000000, '1', '1', '1', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1859', 'Gu_Nhi_Noondozer', '202', 0x00001F0400000000000000000000000000000000, '15', '15', '6', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1860', 'Gwyn_Ap_Knudd', '74', 0x0000530500000000000000000000000000000000, '4', '4', '12', '290', '192', '1', '2', '0', '32', '930', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1861', 'Gyre-Carlin', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1862', 'Gyroscopic_Gear', '119', 0x00001B0700000000000000000000000000000000, '1', '1', '12', '240', '153', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1863', 'Gyroscopic_Gears', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1864', 'Haa_Pevi_the_Stentorian', '270', 0x00003C0400000000000000000000000000000000, '15', '15', '6', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1865', 'Habetrot', '79', 0x00008D0100000000000000000000000000000000, '1', '1', '11', '240', '1', '1', '2', '0', '0', '4275', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1866', 'Habraheem', '149', 0x0500AA0700000000000000000000000000000000, '16', '16', '3', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1867', 'Hadal_Gigas', '126', 0x0000820200000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1868', 'Hadal_Mirror', '0', 0x0000000000000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1869', 'Hadal_Satiator', '0', 0x0000000000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1870', 'Hadding_the_Elder', '169', 0x0000EC0200000000000000000000000000000000, '4', '4', '6', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1871', 'Hadding_the_Younger', '169', 0x0000ED0200000000000000000000000000000000, '8', '8', '1', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1872', 'Hadhayosh', '51', 0x0000950100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1873', 'Hafgygr', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '133', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1874', 'Hail_Gigas', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '343', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1875', 'Haja_Zhwan', '151', 0x01001A07001023203630DB400050716100703580, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1876', 'Hakenmann', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '137', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1877', 'Hakutaku', '139', 0x0000800100000000000000000000000000000000, '4', '5', '12', '280', '2', '0', '2', '0', '0', '1474', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1878', 'Halforc_Black_Mage', '189', 0x00007D0200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1879', 'Halforc_Dark_Knight', '189', 0x00007E0200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1880', 'Halforc_Dragoon', '189', 0x00007C0200000000000000000000000000000000, '14', '14', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1881', 'Halforc_Monk', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1882', 'Halforc_Paladin', '189', 0x00007F0200000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1883', 'Halforc_Ranger', '189', 0x0000720200000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1884', 'Halforc_Warrior', '189', 0x0000730200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1885', 'Hamadryad', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '16', '0', '0', '5261', '1671', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1886', 'Hamfist_Gukhbuk', '189', 0x0000160400000000000000000000000000000000, '2', '2', '1', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1887', 'Hammerblow_Majanun', '115', 0x0500530700000000000000000000000000000000, '2', '2', '1', '240', '227', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1888', 'Hammering_Ram', '208', 0x0000580100000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1889', 'Hannequet', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1890', 'Hanuman', '188', 0x0000A00100000000000000000000000000000000, '4', '5', '12', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1891', 'Harajnite', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '0', '6', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1892', 'Harpeia', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1893', 'Harum-scarum', '82', 0x0000C40800000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1894', 'Hastatus_XI-XII', '25', 0x0000EF0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1895', 'Hastatus_XIII-CXXVIII', '25', 0x0000EC0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1896', 'Hastatus_XIII-LXXV', '25', 0x0000EB0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1897', 'Hastatus_XIII-XCVI', '25', 0x0000F10400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1898', 'Hati', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '1', '0', '0', '261', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1899', 'Haty', '143', 0x00006C0100000000000000000000000000000000, '8', '8', '3', '240', '6', '1', '2', '0', '0', '5217', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1900', 'Haunt', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '502', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1901', 'Hawker', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '397', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1902', 'Hawkertrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '1', '0', '0', '284', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1903', 'Hawkeyed_Dnatbat', '189', 0x0000720200000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '2', '0', '32', '966', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1904', 'Hazel_Sentinel', '29', 0x0600C60700000000000000000000000000000000, '11', '11', '5', '400', '128', '1', '0', '0', '0', '10', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1905', 'Hazhalm_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '5', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1906', 'Hazhalm_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1907', 'Hazhalm_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1908', 'Hazhdiha', '87', 0x0000A50100000000000000000000000000000000, '1', '1', '6', '200', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1909', 'Heavymail_Djidzbad', '189', 0x0000180400000000000000000000000000000000, '7', '7', '10', '240', '16', '1', '0', '0', '32', '7', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1910', 'Heavy_Metal_Crab', '77', 0x0000640100000000000000000000000000000000, '5', '5', '3', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1911', 'Hecatomb_Hound', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '132', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1912', 'Hecteyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '1', '0', '0', '260', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1913', 'Hedjedjet', '217', 0x0000C30800000000000000000000000000000000, '1', '8', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1914', 'Hee_Mida_the_Meticulous', '270', 0x00003B0400000000000000000000000000000000, '13', '11', '2', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1915', 'Heike_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '2', '0', '0', '51', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1916', 'Heithrun', '167', 0x0000550100000000000000000000000000000000, '1', '1', '7', '280', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1917', 'Heliodor_Quadav', '202', 0x00009A0200000000000000000000000000000000, '4', '4', '5', '265', '2', '1', '0', '0', '0', '518', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1918', 'Heliodromos', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '1', '2', '0', '0', '290', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1919', 'Helldiver', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1920', 'Hellion', '86', 0x0000400100000000000000000000000000000000, '1', '1', '5', '270', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1921', 'Hellish_Weapon', '110', 0x0000C30100000000000000000000000000000000, '5', '5', '3', '240', '34', '0', '0', '0', '0', '231', '643', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1922', 'Hellmine', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '165', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1923', 'Helltail_Harry', '206', 0x00000E0100000000000000000000000000000000, '1', '5', '7', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1924', 'Hell_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '237', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1925', 'Hell_Fly', '48', 0x0000100100000000000000000000000000000000, '1', '1', '6', '240', '16', '1', '2', '0', '0', '5273', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1926', 'Hell_Hound', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '396', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1927', 'Helmwige', '115', 0x05006A0700000000000000000000000000000000, '7', '1', '3', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1928', 'Helm_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '1', '1', '0', '0', '0', '310', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1929', 'Helter-skelter', '82', 0x0000C40800000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1930', 'Hematic_Cyst', '67', 0x0000260100000000000000000000000000000000, '1', '1', '6', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1931', 'Henchman_Moogle', '185', 0x00003D0900000000000000000000000000000000, '1', '1', '0', '0', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1932', 'Heqet', '196', 0x0000150700000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1933', 'Heraldic_Imp', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '0', '0', '0', '132', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1934', 'Hercules_Beetle', '49', 0x0000980100000000000000000000000000000000, '8', '8', '3', '240', '12', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1935', 'Hermitrix_Toothrot', '133', 0x0000420400000000000000000000000000000000, '4', '4', '11', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1936', 'Hervarth', '169', 0x0000EE0200000000000000000000000000000000, '1', '1', '2', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1937', 'Hetairoi_Vuryargur', '246', 0x06009C0600000000000000000000000000000000, '2', '2', '1', '230', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1938', 'Hetairoi_Zarwarkur', '246', 0x0600950600000000000000000000000000000000, '5', '5', '4', '230', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1939', 'Hexenpilz', '116', 0x0000C90800000000000000000000000000000000, '1', '8', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1940', 'He_Dho_Spatesurge', '200', 0x00009A0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1941', 'Hieracosphinx', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '13', '1', '16', '0', '0', '6', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1942', 'Highland_Rafflesia', '207', 0x0000E80700000000000000000000000000000000, '9', '8', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1943', 'Highland_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1944', 'Hildesvini', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '7', '320', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1945', 'Hillock_Murex', '0', 0x00005D0900000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1946', 'Hilltroll_Dark_Knight', '246', 0x0600950600000000000000000000000000000000, '8', '8', '5', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1947', 'Hilltroll_Elite_Guard', '246', 0x0600980600000000000000000000000000000000, '7', '7', '2', '280', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1948', 'Hilltroll_Mirror_Guard', '246', 0x0600AE0600000000000000000000000000000000, '5', '5', '4', '230', '1', '1', '0', '0', '32', '151', '157', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1949', 'Hilltroll_Monk', '246', 0x0600B00600000000000000000000000000000000, '2', '2', '1', '230', '1', '1', '0', '0', '0', '265', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1950', 'Hilltroll_Paladin', '246', 0x06009B0600000000000000000000000000000000, '7', '7', '2', '280', '1', '1', '0', '0', '0', '657', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1951', 'Hilltroll_Puppetmaster', '246', 0x0600B00600000000000000000000000000000000, '18', '18', '7', '230', '1', '1', '0', '0', '0', '522', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1952', 'Hilltroll_Ranger', '246', 0x0600AD0600000000000000000000000000000000, '11', '11', '5', '230', '1', '1', '0', '0', '0', '432', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1953', 'Hilltroll_Red_Mage', '246', 0x0600AE0600000000000000000000000000000000, '5', '5', '4', '230', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1954', 'Hilltroll_Warrior', '246', 0x0600970600000000000000000000000000000000, '1', '1', '1', '280', '1', '1', '0', '0', '0', '360', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1955', 'Hill_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '1853', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1956', 'Hill_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '152', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1957', 'Himinrjot', '57', 0x00004D0500000000000000000000000000000000, '1', '1', '6', '360', '9', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1958', 'Hinge_Oil', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '138', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1959', 'Hippocentaur', '140', 0x0000C10800000000000000000000000000000000, '6', '6', '2', '240', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1960', 'Hippogryph', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '0', '1', '0', '0', '344', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1961', 'Hippolytos', '126', 0x0000830200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '2', '0', '32', '971', '1179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1962', 'Hjorvarth', '169', 0x0000EF0200000000000000000000000000000000, '4', '4', '6', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1963', 'Hkadouf', '149', 0x05005E0700000000000000000000000000000000, '16', '16', '3', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1964', 'Hm_zdei', '0', 0x0000000000000000000000000000000000000000, '1', '1', '7', '240', '9', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1965', 'Hoarder_Hare', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '216', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1966', 'Hoarmite', '81', 0x0000490500000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1967', 'Hoary_Ragwort', '136', 0x0000280100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1968', 'Hobgoblin_Alastor', '133', 0x0000EB0100000000000000000000000000000000, '8', '8', '3', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1969', 'Hobgoblin_Angler', '133', 0x0000EC0100000000000000000000000000000000, '1', '1', '5', '240', '8', '1', '0', '0', '0', '343', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1970', 'Hobgoblin_Animalier', '133', 0x0000FA0100000000000000000000000000000000, '9', '9', '5', '240', '8', '1', '0', '0', '0', '217', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1971', 'Hobgoblin_Beastmaster', '133', 0x0000FA0100000000000000000000000000000000, '9', '9', '3', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1972', 'Hobgoblin_Black_Mage', '133', 0x0000ED0100000000000000000000000000000000, '4', '4', '11', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1973', 'Hobgoblin_Blagger', '133', 0x0000F60100000000000000000000000000000000, '6', '6', '2', '240', '8', '1', '0', '0', '0', '20', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1974', 'Hobgoblin_Dark_Knight', '133', 0x0000FD0100000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1975', 'Hobgoblin_Fascinator', '133', 0x0000FB0100000000000000000000000000000000, '4', '4', '2', '240', '8', '1', '0', '0', '0', '375', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('1976', 'Hobgoblin_Martialist', '133', 0x0000FC0100000000000000000000000000000000, '1', '1', '5', '240', '8', '1', '0', '0', '0', '443', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1977', 'Hobgoblin_Physician', '133', 0x0000ED0100000000000000000000000000000000, '3', '3', '12', '240', '8', '1', '0', '0', '0', '713', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1978', 'Hobgoblin_Ranger', '133', 0x0000F30100000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1979', 'Hobgoblin_Red_Mage', '133', 0x0000FF0100000000000000000000000000000000, '5', '5', '2', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1980', 'Hobgoblin_Thief', '133', 0x0000FB0100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1981', 'Hobgoblin_Toreador', '133', 0x0000F80100000000000000000000000000000000, '5', '5', '3', '240', '8', '1', '0', '0', '0', '217', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1982', 'Hobgoblin_Venerer', '133', 0x0000E60100000000000000000000000000000000, '11', '11', '2', '240', '8', '1', '0', '0', '0', '270', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1983', 'Hobgoblin_Warrior', '133', 0x0000FC0100000000000000000000000000000000, '1', '1', '3', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1984', 'Hobgoblin_White_Mage', '133', 0x0000FE0100000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1985', 'Hognosed_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '79', '1665', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1986', 'Honey_Fly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '129', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1987', 'Honor', '218', 0x0000600100000000000000000000000000000000, '2', '5', '7', '240', '2', '0', '2', '0', '32', '291', '1177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1988', 'Hoo_Mjuu_the_Torrent', '270', 0x00002D0400000000000000000000000000000000, '3', '3', '6', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('1989', 'Hoplomachus_XI-XXVI', '25', 0x0000110500000000000000000000000000000000, '7', '7', '3', '265', '8', '1', '2', '0', '0', '772', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1990', 'Hornfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '297', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1991', 'Horrid_Fluke', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1992', 'Hotupuku', '58', 0x0000470500000000000000000000000000000000, '1', '7', '5', '300', '128', '1', '16', '0', '32', '4828', '1183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1993', 'Houndfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '2', '1', '16', '0', '0', '1804', '1665', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1994', 'Houu_the_Shoalwader', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1995', 'Hover_Tank', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '292', '1155', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('1996', 'Hraesvelg', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1997', 'Hrani', '169', 0x0000F00200000000000000000000000000000000, '8', '8', '1', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1998', 'Hrosshvalur', '197', 0x00005E0100000000000000000000000000000000, '11', '5', '5', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('1999', 'Hrungnir', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '25', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2000', 'Huge_Hornet', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '187', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2001', 'Huge_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2002', 'Huge_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2003', 'Huge_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '502', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2004', 'Huginn', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2005', 'Humegutter_Adzjbadj', '189', 0x0000170400000000000000000000000000000000, '1', '1', '2', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2006', 'Hume_Automaton', '149', 0x0500D40400000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '2', '0', '0', '1749', '1027', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2007', 'Humnox_Drumbelly', '133', 0x0000410400000000000000000000000000000000, '10', '10', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2008', 'Hundredfaced_Hapool_Ja', '176', 0x0600530600000000000000000000000000000000, '13', '13', '10', '280', '13', '1', '0', '0', '32', '441', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2009', 'Hundredscar_Hajwaj', '189', 0x0000FB0300000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2010', 'Hunter_Antlion', '26', 0x0000430500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '260', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2011', 'Huntfly', '113', 0x0000C00100000000000000000000000000000000, '5', '5', '2', '240', '2', '1', '16', '0', '0', '395', '1671', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2012', 'Hunting_Chief', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2013', 'Hunting_Raptor', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '220', '2', '1', '0', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2014', 'Hunting_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '12', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2015', 'Hurricane_Wyvern', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '7569', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2016', 'Huu_Xalmo_the_Savage', '270', 0x00004E0200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2017', 'Hu_Rhe_Marrowgorger', '202', 0x0000910200000000000000000000000000000000, '8', '8', '5', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2018', 'Hydra', '164', 0x0000040700000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '2', '0', '0', '290', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2019', 'Hydra_Bard', '115', 0x05002E0200000000000000000000000000000000, '10', '10', '3', '240', '7', '1', '2', '0', '0', '26', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2020', 'Hydra_Beastmaster', '115', 0x05002D0200000000000000000000000000000000, '9', '9', '5', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2021', 'Hydra_Black_Mage', '115', 0x0500030200000000000000000000000000000000, '4', '4', '12', '240', '7', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2022', 'Hydra_Dark_Knight', '115', 0x05002C0200000000000000000000000000000000, '8', '8', '7', '240', '7', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2023', 'Hydra_Dragoon', '115', 0x0500320200000000000000000000000000000000, '14', '14', '8', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2024', 'Hydra_Monk', '115', 0x0500010200000000000000000000000000000000, '2', '2', '1', '240', '7', '1', '2', '0', '0', '508', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2025', 'Hydra_Ninja', '115', 0x0500310200000000000000000000000000000000, '13', '13', '9', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2026', 'Hydra_Paladin', '115', 0x05002B0200000000000000000000000000000000, '7', '7', '4', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2027', 'Hydra_Ranger', '115', 0x05002F0200000000000000000000000000000000, '11', '11', '5', '240', '7', '1', '2', '0', '0', '555', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2028', 'Hydra_Red_Mage', '115', 0x0500290200000000000000000000000000000000, '5', '5', '3', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2029', 'Hydra_Samurai', '115', 0x0500300200000000000000000000000000000000, '12', '12', '10', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2030', 'Hydra_Summoner', '115', 0x0500330200000000000000000000000000000000, '15', '15', '11', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2031', 'Hydra_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2032', 'Hydra_s_Hound', '143', 0x00006C0100000000000000000000000000000000, '5', '5', '3', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2033', 'Hydra_s_Wyvern', '193', 0x0000F90200000000000000000000000000000000, '1', '1', '7', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2034', 'Hydra_Thief', '115', 0x05002A0200000000000000000000000000000000, '6', '6', '2', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2035', 'Hydra_Warrior', '115', 0x0500000200000000000000000000000000000000, '1', '1', '6', '240', '7', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2036', 'Hydra_White_Mage', '115', 0x0500020200000000000000000000000000000000, '3', '3', '11', '240', '7', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2037', 'Hyndla', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '193', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2038', 'Hyohh_the_Conchblower', '213', 0x0000390500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2039', 'Hyperion', '130', 0x0000800200000000000000000000000000000000, '1', '1', '6', '240', '9', '1', '16', '0', '0', '693', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2040', 'Iceberg_Murex', '0', 0x00005D0900000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2041', 'Icefall', '0', 0x0000000000000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2042', 'Icefang_Tiger', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '291', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2043', 'Ice_Elemental', '103', 0x0000090000000000000000000000000000000000, '4', '5', '12', '240', '32', '0', '0', '0', '0', '764', '1155', '0', '0', 0x000000007F000000); -INSERT INTO mob_pools VALUES ('2044', 'Ice_Fiend', '103', 0x0000090000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2045', 'Ice_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '1', '0', '0', '0', '7', '1159', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2046', 'Ichorous_Ire', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '32', '2899', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2047', 'Icon_Prototype', '95', 0x0000240400000000000000000000000000000000, '4', '4', '12', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2048', 'Idle_Wanderer', '0', 0x0000000000000000000000000000000000000000, '1', '8', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2049', 'Idun', '52', 0x0000710100000000000000000000000000000000, '4', '4', '12', '240', '192', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2050', 'Ifrit_Prime', '38', 0x0000190300000000000000000000000000000000, '1', '1', '5', '240', '40', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2051', 'Ignidrake', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '185', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2052', 'Ignis_Djinn', '82', 0x0000C40800000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '0', '0', '0', '238', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2053', 'Ignis_Eruca', '107', 0x0000960100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2054', 'Ignis_Fatuus', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '554', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2055', 'Ika-Roa', '197', 0x00005D0100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2056', 'Iktomi', '235', 0x0000380100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2057', 'Iku-Turso', '218', 0x0000610100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2058', 'Illusory_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '3389', '1157', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2059', 'Illuyankas', '164', 0x0000040700000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '8', '0', '32', '1075', '1693', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2060', 'Imdugud', '141', 0x0000550500000000000000000000000000000000, '6', '6', '11', '240', '9', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2061', 'Immobilizer', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2062', 'Immolatory_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '302', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2063', 'Immortal_Flan', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2064', 'Immortal_Guard', '149', 0x0500600700000000000000000000000000000000, '16', '16', '3', '240', '0', '0', '0', '0', '0', '648', '1027', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2065', 'Imp', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '16', '1', '16', '0', '0', '47', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2066', 'Imperial_Gear', '119', 0x00001B0700000000000000000000000000000000, '1', '1', '12', '240', '152', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2067', 'Imperial_Gears', '120', 0x00001C0700000000000000000000000000000000, '1', '1', '12', '240', '152', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2068', 'Imperial_Trooper', '149', 0x0500A70700000000000000000000000000000000, '7', '7', '3', '240', '0', '0', '0', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2069', 'Impervious_Chariot', '63', 0x00001E0700000000000000000000000000000000, '12', '12', '10', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2070', 'Impish_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '179', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2071', 'Imp_Bandsman', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2072', 'Incendiary_Bombs', '68', 0x0000230100000000000000000000000000000000, '1', '1', '5', '240', '24', '0', '0', '0', '64', '9', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2073', 'Incubus_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '504', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2074', 'Indich', '115', 0x05000F0400000000000000000000000000000000, '10', '7', '3', '240', '192', '0', '2', '0', '32', '390', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2075', 'Indrik', '0', 0x0000B30800000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2076', 'Infected_Wamoura', '253', 0x0000100700000000000000000000000000000000, '1', '1', '7', '240', '153', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2077', 'Infernal_Weapon', '110', 0x0000C30100000000000000000000000000000000, '5', '5', '3', '240', '34', '0', '0', '0', '0', '219', '1669', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2078', 'Inferno_Demon', '169', 0x0000AA0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '345', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2079', 'Ingaevon', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '16', '1', '2', '0', '32', '3306', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2080', 'Ingester', '138', 0x0000740400000000000000000000000000000000, '8', '8', '3', '240', '141', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2081', 'Ingurgitator', '138', 0x00006D0400000000000000000000000000000000, '1', '1', '3', '240', '141', '0', '16', '0', '0', '324', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2082', 'Inhumer', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '193', '1', '16', '0', '0', '6772', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2083', 'Intulo', '96', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '8', '1', '2', '0', '32', '1203', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2084', 'Inugami', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2085', 'Invincible_Shield', '146', 0x0100030802100220023015400250616121700080, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2086', 'Invulnerable_Mazzgozz', '189', 0x0000EB0300000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2087', 'Iqi-Balam', '71', 0x0000C60800000000000000000000000000000000, '4', '4', '12', '240', '13', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2088', 'Irate_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2089', 'Iriri_Samariri', '297', 0x0000150700000000000000000000000000000000, '4', '4', '5', '150', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2090', 'Iriz_Ima', '295', 0x0000CA0600000000000000000000000000000000, '1', '1', '7', '320', '12', '0', '2', '256', '32', '7976', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2091', 'Ironclad_Cleaver', '0', 0x0000590900000000000000000000000000000, '1', '1', '4', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2092', 'Ironclad_Executioner', '0', 0x0000590900000000000000000000000000000, '1', '1', '4', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2093', 'Ironclad_Observer', '0', 0x00005B0900000000000000000000000000000000, '1', '4', '2', '150', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2094', 'Ironclad_Pulverizer', '0', 0x00005A0900000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2095', 'Ironclad_Severer', '0', 0x0000590900000000000000000000000000000, '1', '1', '4', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2096', 'Ironclad_Smiter', '0', 0x0000590900000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2097', 'Ironclad_Sunderer', '0', 0x0000590900000000000000000000000000000, '1', '1', '4', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2098', 'Ironclad_Triturator', '0', 0x00005A0900000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2099', 'Ironshell', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2100', 'Iron_Bomb', '236', 0x0000FF0600000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2101', 'Iron_Maiden', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '184', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2102', 'Iron_Quadav', '202', 0x00004F0800000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2103', 'Iron_Ram_Knight', '145', 0x0100000338100D200D300D400D50C1601B700000, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2104', 'Irrlicht', '91', 0x0000A70800000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2105', 'Iruci', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '1', '8', '0', '0', '1747', '1669', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2106', 'Isgebind', '263', 0x0000610200000000000000000000000000000000, '1', '4', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2107', 'Island_Rarab', '317', 0x00000D0100000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '311', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2108', 'Isonade', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '7143', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2109', 'Itzpapalotl', '0', 0x0000110700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2110', 'Ivory_Lizard', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '349', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2111', 'Ixtab', '121', 0x0000700100000000000000000000000000000000, '1', '4', '6', '240', '6', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2112', 'Ix_aern_drg', '3', 0x0000570500000000000000000000000000000000, '14', '14', '1', '200', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2113', 'Ix_ghrah', '122', 0x0600910400000000000000000000000000000000, '1', '1', '7', '220', '9', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2114', 'Ix_zdei', '272', 0x0000860400000000000000000000000000000000, '4', '4', '7', '240', '9', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2115', 'Jabbrox_Grannyguise', '133', 0x00003F0400000000000000000000000000000000, '5', '5', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2116', 'Jabkix_Pigeonpecs', '133', 0x00003E0400000000000000000000000000000000, '5', '5', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2117', 'Jackpot', '175', 0x00009C0100000000000000000000000000000000, '1', '1', '0', '0', '32', '0', '0', '0', '0', '1934', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2118', 'Jack_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '2', '0', '0', '1462', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2119', 'Jack_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '2', '0', '0', '7864', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2120', 'Jack_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '2', '0', '0', '3290', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2121', 'Jack_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '2', '0', '0', '669', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2122', 'Jaculus', '198', 0x0000D10600000000000000000000000000000000, '1', '1', '2', '200', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2123', 'Jaded_Jody', '186', 0x00007E0100000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '2', '0', '32', '4726', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2124', 'Jagd_Doll', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '153', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2125', 'Jaggedy-Eared_Jack', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2126', 'Jagidbod_of_Clan_Reaper', '189', 0x0000650200000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2127', 'Jagidbod_s_Warmachine', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2128', 'Jagil', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2129', 'Jaguarundi', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2130', 'Jailer_of_Faith', '109', 0x00000E0200000000000000000000000000000000, '4', '4', '12', '200', '24', '0', '2', '0', '0', '59', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2131', 'Jailer_of_Fortitude', '124', 0x0600910400000000000000000000000000000000, '7', '7', '3', '220', '24', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2132', 'Jailer_of_Hope', '194', 0x0000830400000000000000000000000000000000, '1', '4', '7', '280', '24', '0', '2', '9', '0', '0', '0', '0', '1', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2133', 'Jailer_of_Justice', '269', 0x0000110200000000000000000000000000000000, '9', '9', '7', '200', '24', '1', '2', '9', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2134', 'Jailer_of_Love', '271', 0x00007C0400000000000000000000000000000000, '1', '1', '7', '220', '24', '0', '2', '0', '0', '0', '0', '1', '1', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2135', 'Jailer_of_Prudence', '144', 0x0000800400000000000000000000000000000000, '6', '6', '2', '220', '24', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2136', 'Jailer_of_Temperance', '272', 0x0000860400000000000000000000000000000000, '12', '12', '7', '240', '24', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2137', 'Jajaro', '57', 0x00004D0500000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2138', 'Jakko', '166', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '16', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2139', 'Jala', '323', 0x00001B0300000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2140', 'Jalyaat', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2141', 'Jammer_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '27', '647', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2142', 'Jasconius', '218', 0x0000600100000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2143', 'Jasweem', '149', 0x0100040100103220323032403250006000700000, '6', '6', '1', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2144', 'Jazaraat', '115', 0x0500690700000000000000000000000000000000, '17', '17', '3', '240', '193', '0', '2', '0', '32', '6552', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2145', 'Jeduah', '178', 0x0000C70800000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '2', '0', '32', '6245', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2146', 'Jelly', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '6180', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2147', 'Jeumouque_B_D_Aurphe', '222', 0x0000220200000000000000000000000000000000, '11', '1', '9', '360', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2148', 'Jeunoraider_Gepkzip', '189', 0x0000160400000000000000000000000000000000, '13', '13', '10', '240', '16', '1', '0', '0', '32', '2041', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2149', 'Jidra', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '16', '0', '0', '659', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2150', 'Jii_Xai_the_Rimebladed', '270', 0x0000350800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2151', 'Ji_Fhu_Infiltrator', '202', 0x00001E0400000000000000000000000000000000, '6', '6', '10', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2152', 'Ji_Gho_Ageless', '202', 0x00009C0200000000000000000000000000000000, '3', '3', '3', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2153', 'Ji_Khu_Towercleaver', '202', 0x00001B0400000000000000000000000000000000, '12', '1', '1', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2154', 'Jnun', '86', 0x0000410100000000000000000000000000000000, '1', '1', '3', '270', '192', '12', '1', '0', '0', '142', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2155', 'Jolly_Green', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2156', 'Jormungand', '263', 0x0000610200000000000000000000000000000000, '8', '8', '7', '240', '137', '1', '2', '0', '32', '606', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2157', 'Jorporbor_the_Hellraker', '246', 0x0600950600000000000000000000000000000000, '8', '8', '5', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2158', 'Jotunn_Gatekeeper', '126', 0x0000BF0200000000000000000000000000000000, '1', '1', '6', '240', '1', '1', '0', '0', '0', '1157', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2159', 'Jotunn_Hallkeeper', '126', 0x0000820200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '1695', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2160', 'Jotunn_Ruffian', '126', 0x00000F0100000000000000000000000000000000, '2', '2', '1', '240', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2161', 'Jotunn_Wallkeeper', '126', 0x0000C30200000000000000000000000000000000, '11', '11', '11', '240', '1', '1', '0', '0', '0', '4998', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2162', 'Jotunn_Wildkeeper', '126', 0x0000BF0200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '0', '0', '0', '1612', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2163', 'Jubjub', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '1', '0', '0', '298', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2164', 'Judicator_Demon', '169', 0x0000E50200000000000000000000000000000000, '8', '8', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2165', 'Juggler_Hecatomb', '110', 0x0000E30100000000000000000000000000000000, '5', '5', '3', '240', '34', '0', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2166', 'Jugner_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '400', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2167', 'Jumbo_Rafflesia', '207', 0x0000E80700000000000000000000000000000000, '9', '9', '7', '240', '128', '0', '0', '0', '0', '562', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2168', 'Jungle_Coeurl', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '1', '0', '0', '0', '0', '231', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2169', 'Jurik', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '32', '1242', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2170', 'Juu_Duzu_the_Whirlwind', '270', 0x00004C0200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2171', 'Juu_Zeni_the_Poisonmist', '270', 0x00004B0200000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2172', 'K22B6-LAMIA', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '16', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2173', 'K22H3-LAMIA', '171', 0x0600700600000000000000000000000000000000, '11', '11', '5', '240', '8', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2174', 'K22P2-LAMIA', '171', 0x0600780600000000000000000000000000000000, '17', '17', '5', '240', '8', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2175', 'K23H1-LAMIA', '171', 0x06006C0600000000000000000000000000000000, '11', '11', '5', '240', '9', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2176', 'Ka', '221', 0x0000140200000000000000000000000000000000, '1', '1', '3', '360', '6', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2177', 'Kadjaya', '149', 0x01000B02000087208730AF40A0507B6100000000, '6', '6', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2178', 'Kadraeth_the_Hatespawn', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2179', 'Kagetora', '149', 0x01000E0104100420003009401150006000700000, '13', '13', '9', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2180', 'Kaiser_Behemoth', '51', 0x0000940100000000000000000000000000000000, '1', '1', '6', '380', '9', '1', '2', '0', '0', '307', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2181', 'Kalamainu', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '32', '6623', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2182', 'Kaliya', '118', 0x0000B10800000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2183', 'Kampe', '0', 0x00001C0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2184', 'Kam_lanaut', '149', 0x00001F0300000000000000000000000000000000, '5', '5', '3', '240', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2185', 'Kaneakeluh', '70', 0x0000200100000000000000000000000000000000, '1', '8', '6', '240', '1', '0', '2', '0', '0', '50', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2186', 'Kappa_Akuso', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '2', '0', '0', '245', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2187', 'Kappa_Biwa', '213', 0x00003A0500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '2', '0', '0', '1900', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2188', 'Kappa_Bonze', '213', 0x00002F0500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '2', '0', '0', '6', '129', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2189', 'Karababa', '153', 0x05005C0700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '32', '1129', '27', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2190', 'Karakul', '167', 0x0000550100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2191', 'Karashix_Swollenskull', '133', 0x00003F0400000000000000000000000000000000, '12', '12', '10', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2192', 'Karazahm', '145', 0x0500AE0700000000000000000000000000000000, '1', '1', '6', '240', '8', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2193', 'Kari', '126', 0x0000820200000000000000000000000000000000, '2', '2', '1', '240', '9', '1', '16', '0', '32', '553', '153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2194', 'Karkadann', '39', 0x0000B20800000000000000000000000000000000, '4', '1', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2195', 'Karkatakam', '77', 0x0000670100000000000000000000000000000000, '20', '4', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2196', 'Karkinos', '0', 0x0000660100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2197', 'Kayeel-Payeel', '153', 0x01000B05DC10DC20DC3013401350566100000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2198', 'Kazan_the_Peerless', '270', 0x00003B0400000000000000000000000000000000, '13', '12', '2', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2199', 'Ka_Ghi_Trovetaker', '202', 0x0000980200000000000000000000000000000000, '6', '1', '2', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2200', 'Ka_Nha_Jabbertongue', '202', 0x0000950200000000000000000000000000000000, '4', '4', '6', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2201', 'Kedgebelly_Kate', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '0', '0', '2', '0', '0', '0', '32', '898', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2202', 'Keeneyed_Aufwuf', '189', 0x0000F10300000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2203', 'Keeper_of_Halidom', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2204', 'Keesha_Poppo', '188', 0x0000A00100000000000000000000000000000000, '1', '2', '3', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2205', 'Kee_Taw_the_Nightingale', '270', 0x00004F0200000000000000000000000000000000, '10', '10', '5', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2206', 'Kelp_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2207', 'Kelp_Kulshedra', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2208', 'Kelp_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2209', 'Keratyrannos', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '6', '200', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2210', 'Keremet', '74', 0x0000530500000000000000000000000000000000, '4', '4', '11', '290', '192', '0', '2', '0', '0', '7', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2211', 'Kerkopes', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '13', '1', '16', '0', '0', '185', '1159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2212', 'Ketea', '0', 0x0000000000000000000000000000000000000000, '4', '6', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2213', 'Ketos', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2214', 'Kettenkaefer', '49', 0x0000980100000000000000000000000000000000, '8', '8', '3', '240', '1', '0', '2', '0', '0', '3325', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2215', 'Kf_ghrah_whm', '122', 0x0600910400000000000000000000000000000000, '1', '1', '7', '220', '129', '1', '2', '0', '0', '0', '0', '0', '1', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2216', 'Khadem_Quemquoma', '217', 0x00001C0100000000000000000000000000000000, '4', '4', '7', '280', '133', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2217', 'Khalamari', '269', 0x0000110200000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2218', 'Khalkotaur', '240', 0x0000500500000000000000000000000000000000, '1', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2219', 'Kharon', '89', 0x0000DE0600000000000000000000000000000000, '8', '8', '3', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2220', 'Khimaira', '168', 0x00000D0700000000000000000000000000000000, '1', '1', '7', '320', '141', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2221', 'Khimaira_13', '168', 0x00000D0700000000000000000000000000000000, '1', '1', '7', '320', '141', '1', '0', '0', '32', '177', '667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2222', 'Khimaira_14X', '168', 0x00000D0700000000000000000000000000000000, '1', '1', '7', '320', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2223', 'Khromasoul_Bhurborlor', '308', 0x0000A80600000000000000000000000000000000, '7', '7', '2', '230', '13', '0', '2', '1', '32', '1161', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2224', 'Khroma_Quadav', '202', 0x00006A0800000000000000000000000000000000, '1', '1', '2', '265', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2225', 'Kikklix_Longlegs', '133', 0x00003E0400000000000000000000000000000000, '1', '2', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2226', 'Kilhwch', '149', 0x01000D014D104D204D304D404D50406118700000, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2227', 'Kilioa', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '32', '1126', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2228', 'Killer_Bee', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '608', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2229', 'Killer_Mushroom', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '351', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2230', 'Killing_Claw', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '132', '1', '0', '0', '0', '9', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2231', 'Killing_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2232', 'Kindred_Bard', '169', 0x0000F40200000000000000000000000000000000, '10', '10', '9', '240', '16', '1', '0', '0', '0', '244', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2233', 'Kindred_Beastmaster', '169', 0x0000EB0200000000000000000000000000000000, '9', '1', '1', '240', '16', '1', '0', '0', '0', '6291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2234', 'Kindred_Black_Mage', '169', 0x0000E50200000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2235', 'Kindred_Dark_Knight', '169', 0x0000BA0200000000000000000000000000000000, '8', '8', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2236', 'Kindred_Dragoon', '169', 0x0000E60200000000000000000000000000000000, '14', '14', '8', '240', '16', '1', '0', '0', '0', '540', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2237', 'Kindred_Monk', '169', 0x0000EB0200000000000000000000000000000000, '2', '1', '1', '240', '16', '1', '0', '0', '0', '781', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2238', 'Kindred_Ninja', '169', 0x0000BA0200000000000000000000000000000000, '13', '1', '3', '240', '16', '1', '0', '0', '0', '699', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2239', 'Kindred_Paladin', '169', 0x0000E60200000000000000000000000000000000, '7', '7', '1', '240', '16', '1', '0', '0', '0', '1032', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2240', 'Kindred_Ranger', '169', 0x0000EB0200000000000000000000000000000000, '11', '1', '1', '240', '16', '1', '0', '0', '0', '3610', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2241', 'Kindred_Red_Mage', '169', 0x0000F40200000000000000000000000000000000, '5', '5', '9', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2242', 'Kindred_Samurai', '169', 0x0000BA0200000000000000000000000000000000, '12', '1', '3', '240', '16', '1', '0', '0', '0', '737', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2243', 'Kindred_Summoner', '169', 0x0000E80200000000000000000000000000000000, '15', '15', '4', '240', '16', '1', '0', '0', '0', '343', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2244', 'Kindred_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2245', 'Kindred_s_Elemental', '100', 0x00000F0000000000000000000000000000000000, '8', '8', '11', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2246', 'Kindred_s_Vouivre', '267', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2247', 'Kindred_s_Wyvern', '193', 0x0000F90200000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2248', 'Kindred_Thief', '169', 0x0000E60200000000000000000000000000000000, '6', '6', '9', '240', '16', '1', '0', '0', '0', '735', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2249', 'Kindred_Warrior', '169', 0x0000E40200000000000000000000000000000000, '1', '1', '1', '240', '16', '1', '0', '0', '0', '343', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2250', 'Kindred_White_Mage', '169', 0x0000F40200000000000000000000000000000000, '3', '3', '3', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2251', 'Kinepikwa', '192', 0x0000DF0700000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2252', 'Kingslayer_Doggvdegg', '189', 0x00001B0800000000000000000000000000000000, '1', '1', '4', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2253', 'King_Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '380', '0', '0', '0', '0', '0', '616', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2254', 'King_Arthro', '77', 0x0000650100000000000000000000000000000000, '4', '5', '12', '240', '2', '0', '2', '0', '32', '514', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2255', 'King_Behemoth', '51', 0x0000940100000000000000000000000000000000, '1', '1', '6', '380', '16', '1', '2', '0', '0', '6713', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2256', 'King_Buffalo', '57', 0x00004D0500000000000000000000000000000000, '1', '8', '12', '360', '8', '0', '0', '0', '0', '608', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2257', 'King_Goldemar', '90', 0x00002F0700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2258', 'King_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '40', '1', '2', '0', '0', '1048', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2259', 'King_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '40', '1', '2', '0', '0', '7', '2183', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2260', 'King_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '11', '240', '40', '1', '2', '0', '0', '7', '2183', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2261', 'King_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '40', '1', '2', '0', '0', '7', '2183', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2262', 'King_Vinegarroon', '274', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '2', '0', '32', '661', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2263', 'King_Zagan', '169', 0x0000E60200000000000000000000000000000000, '14', '14', '8', '240', '16', '1', '0', '0', '32', '764', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2264', 'Kirata', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2265', 'Kirin', '281', 0x0000930100000000000000000000000000000000, '15', '4', '7', '360', '16', '1', '2', '0', '32', '539', '159', '0', '0', 0x0061000000000000); -INSERT INTO mob_pools VALUES ('2266', 'Kirin_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2267', 'Kirlirger_the_Abhorrent', '246', 0x0600950600000000000000000000000000000000, '8', '8', '5', '280', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2268', 'Kirtimukha', '207', 0x0000E80700000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2269', 'Kissing_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '140', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2270', 'Kloesse', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2271', 'Knight_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '1', '0', '0', '0', '2125', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2272', 'Knight_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '195', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2273', 'Knii_Hoqo_the_Bisector', '270', 0x00003A0400000000000000000000000000000000, '12', '12', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2274', 'Knoll_Clionid', '0', 0x00004C0900000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2275', 'Knotty_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '642', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2276', 'Koenigstiger', '242', 0x0000340100000000000000000000000000000000, '1', '5', '7', '240', '3', '1', '2', '0', '0', '3127', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2277', 'Koghatu', '1', 0x0000F20600000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2278', 'Koios', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2279', 'Koo_Buzu_the_Theomanic', '270', 0x0000540200000000000000000000000000000000, '15', '15', '6', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2280', 'Koo_Rahi_the_Levinblade', '270', 0x00003A0400000000000000000000000000000000, '12', '12', '1', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2281', 'Koo_Saxu_the_Everfast', '270', 0x00003C0400000000000000000000000000000000, '3', '3', '3', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2282', 'Korrigan', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '7', '360', '2', '1', '16', '0', '0', '194', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2283', 'Korroloka_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '360', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2284', 'Koshchei', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '32', '3767', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2285', 'Ko_Dho_Cannonball', '202', 0x00001E0400000000000000000000000000000000, '2', '2', '6', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2286', 'Kraken', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2287', 'Kreutzet', '125', 0x0000500100000000000000000000000000000000, '1', '1', '12', '240', '3', '1', '2', '0', '0', '345', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2288', 'Krinahal', '149', 0x05005E0700000000000000000000000000000000, '16', '16', '3', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2289', 'Kronprinz_Behemoth', '51', 0x0000940100000000000000000000000000000000, '1', '1', '6', '380', '9', '1', '2', '0', '0', '183', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2290', 'Kudagitsune', '52', 0x0000710100000000000000000000000000000000, '4', '4', '12', '240', '192', '0', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2291', 'Kudjreel', '149', 0x0500A80700000000000000000000000000000000, '16', '2', '1', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2292', 'Kuftal_Digger', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '0', '0', '0', '152', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2293', 'Kukki-Chebukki', '153', 0x06009C0400000000000000000000000000000000, '4', '1', '9', '240', '0', '0', '16', '0', '32', '32', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2294', 'Kukulkan', '0', 0x0000E00700000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2295', 'Kulili', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '1', '0', '2', '0', '32', '245', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2296', 'Kulshedra', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '128', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2297', 'Kumbaba', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '1', '0', '0', '0', '32', '2526', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2298', 'Kur', '87', 0x0000A40100000000000000000000000000000000, '1', '2', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2299', 'Kurrea', '58', 0x0000470500000000000000000000000000000000, '4', '5', '12', '300', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2300', 'Kurt', '149', 0x01000F015810A220A230A240A250436100705980, '13', '13', '9', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2301', 'Kusa', '149', 0x0500B20700000000000000000000000000000000, '13', '13', '9', '240', '201', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2302', 'Kutharei', '0', 0x0000A20800000000000000000000000000000000, '5', '4', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2303', 'Kuu_Xuka_the_Nimble', '270', 0x00003B0400000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2304', 'Ku_Jhu_Graniteskin', '202', 0x0000860200000000000000000000000000000000, '1', '1', '4', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2305', 'Ku_Tya_Hotblood', '202', 0x00008B0200000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2306', 'Kyo', '125', 0x0000500100000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2307', 'Laa_Heha_the_Falconer', '270', 0x0000350800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2308', 'Laa_Vaqu_the_Sutler', '270', 0x0000410800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2309', 'Laa_Yaku_the_Austere', '270', 0x00003C0400000000000000000000000000000000, '3', '3', '3', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2310', 'Labyrinth_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '179', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2311', 'Labyrinth_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '292', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2312', 'Labyrinth_Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '0', '0', '0', '0', '132', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2313', 'Labyrinth_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2314', 'Ladon', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '72', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2315', 'Ladybug', '170', 0x0000E20700000000000000000000000000000000, '6', '6', '7', '220', '12', '0', '0', '0', '0', '8145', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2316', 'Lady_Lilith', '0', 0x0000000000000000000000000000000000000000, '19', '19', '2', '240', '1', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2317', 'Lagoon_Sahagin', '213', 0x0000280500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '0', '0', '0', '237', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2318', 'Lahama', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2319', 'Laila', '149', 0x01000202D310D320D330D340D3507B6100700000, '19', '19', '2', '240', '0', '0', '16', '0', '32', '547', '539', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2320', 'Laisavie_X_Berlends', '145', 0x0100050400102F201A301A401A50666100700000, '7', '11', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2321', 'Lake_Sahagin', '213', 0x0000320500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2322', 'Lambton_Worm', '214', 0x0000EB0700000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2323', 'Lamenter', '256', 0x0000580400000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2324', 'Lamia_Bellydancer', '171', 0x0600750600000000000000000000000000000000, '14', '14', '5', '240', '1', '1', '0', '0', '0', '231', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2325', 'Lamia_Bowyer', '171', 0x06006E0600000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2326', 'Lamia_Chaukidar', '171', 0x0600780600000000000000000000000000000000, '17', '17', '5', '240', '1', '1', '0', '0', '0', '397', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2327', 'Lamia_Commandress', '171', 0x0600750600000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '17', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2328', 'Lamia_Dancer', '171', 0x0600750600000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '505', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2329', 'Lamia_Dartist', '171', 0x06006F0600000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '133', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2330', 'Lamia_Deathdancer', '171', 0x0600780600000000000000000000000000000000, '17', '17', '5', '240', '1', '1', '0', '0', '0', '138', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2331', 'Lamia_Exon', '171', 0x0600740600000000000000000000000000000000, '4', '17', '5', '240', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2332', 'Lamia_Fatedealer', '171', 0x0600770600000000000000000000000000000000, '17', '17', '5', '240', '1', '1', '0', '0', '0', '184', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2333', 'Lamia_Freebooter', '171', 0x0600770600000000000000000000000000000000, '17', '17', '5', '240', '1', '1', '0', '0', '0', '16', '513', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2334', 'Lamia_Graverobber', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '26', '515', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2335', 'Lamia_Idolater', '203', 0x0600C60600000000000000000000000000000000, '8', '8', '5', '240', '7', '0', '0', '0', '0', '451', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2336', 'Lamia_Immolator', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '16', '515', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2337', 'Lamia_Jaeger', '171', 0x06006F0600000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '21', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2338', 'Lamia_Necromancer', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '186', '517', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2339', 'Lamia_No11', '171', 0x0600790600000000000000000000000000000000, '11', '11', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2340', 'Lamia_No13', '171', 0x06006C0600000000000000000000000000000000, '11', '11', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2341', 'Lamia_No14', '171', 0x0600790600000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2342', 'Lamia_No15', '171', 0x0600770600000000000000000000000000000000, '17', '17', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2343', 'Lamia_No17', '171', 0x06006D0600000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2344', 'Lamia_No18', '171', 0x0600770600000000000000000000000000000000, '17', '17', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2345', 'Lamia_No19', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2346', 'Lamia_No2', '171', 0x06006F0600000000000000000000000000000000, '11', '11', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2347', 'Lamia_No21', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2348', 'Lamia_No24', '171', 0x0600750600000000000000000000000000000000, '4', '4', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2349', 'Lamia_No27', '171', 0x0600740600000000000000000000000000000000, '4', '4', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2350', 'Lamia_No3', '171', 0x0600740600000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2351', 'Lamia_No34', '171', 0x06006F0600000000000000000000000000000000, '11', '11', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2352', 'Lamia_No4', '171', 0x0600770600000000000000000000000000000000, '17', '17', '5', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2353', 'Lamia_No9', '171', 0x0600750600000000000000000000000000000000, '15', '15', '4', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2354', 'Lamia_Palace_Guard', '171', 0x0600770600000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2355', 'Lamia_Prosector', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2356', 'Lamia_Rover', '171', 0x0600770600000000000000000000000000000000, '17', '17', '5', '240', '1', '1', '0', '0', '0', '17', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2357', 'Lamia_Sharper', '171', 0x0600770600000000000000000000000000000000, '17', '17', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2358', 'Lamia_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '153', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2359', 'Lamia_s_Elemental', '100', 0x00000F0000000000000000000000000000000000, '8', '8', '11', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2360', 'Lamia_s_Skeleton', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '192', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2361', 'Lamia_Toxophilite', '171', 0x0600710600000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '344', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2362', 'Lamie_Bellydancer', '171', 0x0600750600000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '137', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2363', 'Lamie_Deathdancer', '171', 0x0600780600000000000000000000000000000000, '17', '17', '5', '240', '1', '1', '0', '0', '0', '185', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2364', 'Lamie_Necromancer', '171', 0x0600760600000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '609', '517', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2365', 'Lamie_No7', '171', 0x0600780600000000000000000000000000000000, '17', '17', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2366', 'Lamie_No8', '171', 0x0600710600000000000000000000000000000000, '11', '11', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2367', 'Lamie_No9', '171', 0x0600750600000000000000000000000000000000, '15', '15', '4', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2368', 'Lamie_Toxophilite', '171', 0x0600710600000000000000000000000000000000, '11', '11', '5', '240', '8', '1', '0', '0', '0', '83', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2369', 'Lamina', '0', 0x0000000000000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2370', 'Lancelord_Gaheel_Ja', '177', 0x0000F50600000000000000000000000000000000, '7', '7', '10', '280', '12', '0', '0', '0', '32', '6', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2371', 'Lancet_Jagil', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2372', 'Land_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2373', 'Land_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2374', 'Land_Worm', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '0', '0', '0', '138', '131', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('2375', 'Lanky_Lenglen', '113', 0x0000C00100000000000000000000000000000000, '1', '5', '5', '200', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2376', 'Large_Box', '183', 0x0000030100000000000000000000000000000000, '1', '1', '7', '170', '34', '0', '0', '0', '0', '7', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2377', 'Larva', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '238', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2378', 'Larzos', '0', 0x0000000000000000000000000000000000000000, '2', '2', '12', '240', '1', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2379', 'Lava_Bomb', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '396', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2380', 'La_Theine_Liege', '113', 0x0000C00100000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2381', 'La_Vaule_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2382', 'La_Velue', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '32', '3969', '667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2383', 'Lead_Quadav', '202', 0x0000910200000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2384', 'Leaping_Lizzy', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2385', 'Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2386', 'Leech_King', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2387', 'Legendary_Weapon', '110', 0x0000DE0100000000000000000000000000000000, '4', '5', '11', '240', '34', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2388', 'Lemures', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '396', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2389', 'Lentor', '231', 0x0000E50700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2390', 'Leonoyne', '145', 0x010002033A103A203A303A403A50976100700080, '7', '4', '4', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2391', 'Lerren', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2392', 'Leshachikha', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2393', 'Leshonki', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '32', '185', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2394', 'Leshy', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '258', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2395', 'Lesser_Arimaspi', '0', 0x0000000000000000000000000000000000000000, '11', '4', '5', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2396', 'Lesser_Colibri', '72', 0x0000B80600000000000000000000000000000000, '5', '5', '2', '200', '0', '0', '0', '0', '0', '257', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2397', 'Lesser_Gaylas', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '431', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2398', 'Lesser_Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '0', '0', '0', '0', '523', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2399', 'Lesser_Roc', '125', 0x0000500100000000000000000000000000000000, '1', '3', '11', '240', '8', '1', '0', '0', '0', '394', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2400', 'Lesser_Wivre', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '5', '240', '4', '0', '0', '0', '0', '448', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2401', 'Leujaoam_Worm', '258', 0x0000AA0100000000000000000000000000000000, '4', '5', '7', '240', '128', '1', '0', '0', '0', '7', '131', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('2402', 'Leviathan_Prime', '40', 0x00001B0300000000000000000000000000000000, '1', '1', '8', '240', '40', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2403', 'Lewenhart', '149', 0x01000D0100100B20063003400850A46000700000, '10', '10', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2404', 'Ley_Clionid', '0', 0x00004C0900000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2405', 'Lhu_Mhakaracca', '151', 0x01000D07511051205130514051505B6135700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2406', 'Libran_Caster', '153', 0x01000D0512101420143014401450E36027701B80, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2407', 'Lich', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '177', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2408', 'Lich_C_Magnus', '227', 0x0000400200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '32', '6747', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2409', 'Licorice', '0', 0x0000070700000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2410', 'Lightning_Gremlin', '110', 0x0000D40100000000000000000000000000000000, '1', '1', '3', '240', '34', '1', '2', '0', '0', '7926', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2411', 'Lightning_Wyvern', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '0', '0', '0', '46', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2412', 'Lightsteel_Quadav', '202', 0x00008E0200000000000000000000000000000000, '7', '7', '1', '265', '129', '1', '0', '0', '0', '2923', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2413', 'Light_Elemental', '104', 0x00000E0000000000000000000000000000000000, '3', '3', '11', '240', '32', '0', '0', '0', '0', '1710', '131', '0', '0', 0x0000000000007F00); -INSERT INTO mob_pools VALUES ('2414', 'Likho', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '3', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2415', 'Lilisette', '149', 0x0000820800000000000000000000000000000000, '19', '19', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2416', 'Lilith_Ascendant', '0', 0x00008E0800000000000000000000000000000000, '4', '4', '12', '240', '16', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2417', 'Lil_Apkallu', '294', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '380', '136', '0', '2', '7', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2418', 'Limestone_Hare', '206', 0x00000D0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2419', 'Limicoline_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '1953', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2420', 'Lindwurm', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '200', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2421', 'Lioumere', '26', 0x0000440500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '2', '0', '32', '161', '2205', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2422', 'Liquified_Einherjar', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '41', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2423', 'Lividroot_Amooshah', '296', 0x00007E0100000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2424', 'Living_Statue', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '396', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2425', 'Living_Staves', '23', 0x0000CE0100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2426', 'Llamhigyn_Y_Dwr', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '192', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2427', 'Lobais', '115', 0x0500030400000000000000000000000000000000, '15', '4', '12', '240', '192', '0', '2', '0', '32', '1426', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2428', 'Lobison', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '9', '1', '1', '0', '0', '27', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2429', 'Lockbuster_Zapdjipp', '189', 0x0000160400000000000000000000000000000000, '6', '6', '10', '240', '16', '1', '0', '0', '32', '402', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2430', 'Logi', '56', 0x00001A0100000000000000000000000000000000, '4', '4', '12', '240', '25', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2431', 'Long-Armed_Chariot', '63', 0x0000210700000000000000000000000000000000, '1', '9', '6', '320', '145', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2432', 'Long-Barreled_Chariot', '63', 0x00001F0700000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2433', 'Long-Bowed_Chariot', '63', 0x00001F0700000000000000000000000000000000, '1', '1', '6', '320', '145', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2434', 'Long-Gunned_Chariot', '63', 0x0000210700000000000000000000000000000000, '1', '1', '5', '320', '145', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2435', 'Long-Horned_Chariot', '63', 0x00001F0700000000000000000000000000000000, '1', '9', '5', '320', '145', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2436', 'Longarmed_Gottditt', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2437', 'Loo_Hepe_the_Eyepiercer', '270', 0x0000390400000000000000000000000000000000, '5', '5', '4', '240', '16', '1', '1', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2438', 'Loo_Kutto_the_Pensive', '270', 0x00001E0800000000000000000000000000000000, '12', '12', '1', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2439', 'Lord_of_Onzozo', '218', 0x0000600100000000000000000000000000000000, '2', '4', '7', '240', '2', '0', '2', '0', '0', '1089', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2440', 'Lord_Varney', '309', 0x0000350700000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2441', 'Lorelei', '195', 0x0000EE0700000000000000000000000000000000, '5', '3', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2442', 'Lost_Soul', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '503', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2443', 'Lou_Carcolh', '231', 0x0000E50700000000000000000000000000000000, '1', '1', '7', '240', '132', '1', '0', '0', '0', '448', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2444', 'Luaith', '115', 0x0500FF0300000000000000000000000000000000, '6', '1', '2', '220', '192', '0', '2', '0', '32', '4915', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2445', 'Ludwig', '149', 0x01000301DA10DA20DA30DA40DA50896100701C80, '8', '8', '7', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2446', 'Lugarhoo', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2447', 'Lugat', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '402', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2448', 'Luison', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2449', 'Lumbering_Lambert', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '1', '0', '2', '0', '32', '7507', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2450', 'Lumber_Jack', '49', 0x0000990100000000000000000000000000000000, '8', '4', '7', '220', '1', '0', '2', '0', '32', '244', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2451', 'Luminous_Coalescence', '104', 0x0000BA0100000000000000000000000000000000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2452', 'Lunantishee', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '180', '128', '0', '0', '0', '0', '608', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2453', 'Lurklox_Dhalmelneck', '133', 0x00003E0400000000000000000000000000000000, '11', '11', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2454', 'Lusca', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2455', 'Lutete', '153', 0x01000306741061201430144014506D6025700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2456', 'Lycopodium', '178', 0x0000C70800000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '605', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2457', 'Lyncean_Juwgneg', '189', 0x0000160400000000000000000000000000000000, '11', '11', '11', '240', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2458', 'Lynx', '71', 0x0000C60800000000000000000000000000000000, '1', '1', '2', '240', '12', '0', '1', '0', '0', '364', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2459', 'Maahes', '71', 0x00006F0100000000000000000000000000000000, '4', '1', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2460', 'Maat', '149', 0x0000FA0200000000000000000000000000000000, '2', '2', '1', '300', '24', '0', '18', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2461', 'Maat_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '24', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2462', 'Maat_s_Pet', '242', 0x00002D0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '24', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2463', 'Maat_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '0', '0', '24', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2464', 'Maa_Febi_the_Steadfast', '270', 0x00003A0400000000000000000000000000000000, '7', '12', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2465', 'Maa_Illmu_the_Bestower', '270', 0x00003C0400000000000000000000000000000000, '3', '3', '3', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2466', 'Maa_Zaua_the_Wyrmkeeper', '270', 0x0000390400000000000000000000000000000000, '14', '1', '5', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2467', 'Macan_Gadangan', '71', 0x00006F0100000000000000000000000000000000, '4', '4', '12', '240', '1', '0', '2', '0', '32', '2674', '155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2468', 'Macha', '55', 0x0000BD0100000000000000000000000000000000, '5', '5', '2', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2469', 'Macroplasm', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '210', '2', '0', '2', '0', '0', '746', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2470', 'Madthrasher_Zradbodd', '189', 0x00007D0200000000000000000000000000000000, '4', '4', '0', '0', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2471', 'Mad_Bomber', '56', 0x00001A0100000000000000000000000000000000, '1', '1', '5', '240', '24', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2472', 'Mad_Fox', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '333', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2473', 'Mad_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '82', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2474', 'Maere', '35', 0x0000790400000000000000000000000000000000, '8', '8', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2475', 'Magicked_Bones', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '714', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2476', 'Magic_Flagon', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2477', 'Magic_Jar', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '312', '643', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2478', 'Magic_Jug', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '131', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2479', 'Magic_Millstone', '175', 0x00009D0100000000000000000000000000000000, '5', '1', '7', '240', '16', '0', '0', '0', '0', '185', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2480', 'Magic_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '113', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2481', 'Magic_Shields', '21', 0x0000D50100000000000000000000000000000000, '7', '7', '0', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2482', 'Magic_Sludge', '100', 0x0000BB0100000000000000000000000000000000, '8', '8', '11', '240', '32', '0', '2', '0', '0', '759', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2483', 'Magic_Urn', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '270', '645', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2484', 'Magma', '56', 0x0000190100000000000000000000000000000000, '1', '1', '5', '240', '33', '0', '2', '0', '0', '3580', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2485', 'Magmatic_Eruca', '107', 0x0000960100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '359', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2486', 'Magnes_Quadav', '202', 0x0000950200000000000000000000000000000000, '4', '4', '5', '265', '2', '1', '0', '0', '0', '113', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2487', 'Maharaja', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '2', '0', '0', '232', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2488', 'Mahisha', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '260', '13', '1', '2', '0', '0', '448', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2489', 'Mahjlaef_the_Paintorn', '311', 0x0000F00600000000000000000000000000000000, '4', '5', '5', '240', '177', '0', '2', '656', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2490', 'Maighdean_Uaine', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2491', 'Makara', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '396', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2492', 'Makki-Chebukki', '153', 0x00009B0400000000000000000000000000000000, '11', '1', '9', '240', '0', '0', '16', '0', '32', '39', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2493', 'Malboro', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2494', 'Maldaramet_B_D_Aurphe', '222', 0x00001A0200000000000000000000000000000000, '4', '4', '11', '360', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2495', 'Maledict_Millstone', '175', 0x00009D0100000000000000000000000000000000, '5', '1', '7', '240', '16', '0', '0', '0', '0', '311', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2496', 'Malefic_Fencer', '110', 0x0000C30100000000000000000000000000000000, '5', '5', '3', '240', '3', '0', '2', '0', '0', '1819', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2497', 'Malicearm_Razbhobb', '189', 0x0000020800000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '32', '2460', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2498', 'Maltha', '228', 0x0000240100000000000000000000000000000000, '8', '8', '7', '240', '2', '1', '2', '0', '0', '257', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2499', 'Mammet-19_Epsilon', '149', 0x0600ED0300000000000000000000000000000000, '1', '1', '4', '240', '8', '0', '18', '0', '0', '6065', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2500', 'Mammet-22_Zeta', '149', 0x0600EE0300000000000000000000000000000000, '1', '1', '4', '240', '8', '0', '18', '0', '0', '6382', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2501', 'Mammet-800', '149', 0x0600EE0300000000000000000000000000000000, '1', '1', '4', '240', '0', '1', '16', '0', '0', '8170', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2502', 'Mammet_Master', '149', 0x0600ED0300000000000000000000000000000000, '1', '1', '4', '240', '0', '1', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2503', 'Mamook_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2504', 'Mamook_Mush', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2505', 'Mamool_Ja', '176', 0x0600530600000000000000000000000000000000, '9', '9', '2', '280', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2506', 'Mamool_Ja_Bloodsucker', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2507', 'Mamool_Ja_Blusterer', '176', 0x06005A0600000000000000000000000000000000, '3', '3', '6', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2508', 'Mamool_Ja_Bounder', '176', 0x0600470600000000000000000000000000000000, '6', '6', '9', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2509', 'Mamool_Ja_Breeder', '176', 0x0600530600000000000000000000000000000000, '1', '1', '7', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2510', 'Mamool_Ja_Cataphract', '176', 0x06004F0600000000000000000000000000000000, '14', '14', '1', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2511', 'Mamool_Ja_Chamberlain', '176', 0x0600620600000000000000000000000000000000, '3', '3', '6', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2512', 'Mamool_Ja_Conservator', '176', 0x0600530600000000000000000000000000000000, '13', '13', '10', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2513', 'Mamool_Ja_Diver', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '184', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2514', 'Mamool_Ja_Entrancer', '176', 0x0600450600000000000000000000000000000000, '16', '16', '2', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2515', 'Mamool_Ja_Executioner', '176', 0x0600620600000000000000000000000000000000, '1', '1', '7', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2516', 'Mamool_Ja_Farrier', '176', 0x0600520600000000000000000000000000000000, '1', '1', '7', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2517', 'Mamool_Ja_Fetial', '176', 0x06005E0600000000000000000000000000000000, '4', '4', '5', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2518', 'Mamool_Ja_Frogman', '213', 0x00003A0500000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2519', 'Mamool_Ja_Handler', '176', 0x06004C0600000000000000000000000000000000, '9', '9', '2', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2520', 'Mamool_Ja_Hospitaler', '176', 0x06005B0600000000000000000000000000000000, '3', '3', '6', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2521', 'Mamool_Ja_Hussar', '177', 0x0000F50600000000000000000000000000000000, '7', '7', '10', '280', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2522', 'Mamool_Ja_Infiltrator', '176', 0x0600530600000000000000000000000000000000, '13', '13', '10', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2523', 'Mamool_Ja_Lurker', '176', 0x0600430600000000000000000000000000000000, '6', '6', '9', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2524', 'Mamool_Ja_Mahout', '176', 0x06005F0600000000000000000000000000000000, '1', '1', '7', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2525', 'Mamool_Ja_Mimer', '176', 0x0600430600000000000000000000000000000000, '16', '16', '2', '280', '1', '1', '0', '0', '0', '1050', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2526', 'Mamool_Ja_Mimicker', '176', 0x0600470600000000000000000000000000000000, '16', '16', '2', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2527', 'Mamool_Ja_Palatine', '176', 0x0600530600000000000000000000000000000000, '6', '6', '9', '280', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2528', 'Mamool_Ja_Philosopher', '176', 0x06005A0600000000000000000000000000000000, '4', '4', '5', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2529', 'Mamool_Ja_Pikeman', '176', 0x0600520600000000000000000000000000000000, '14', '14', '1', '280', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2530', 'Mamool_Ja_Ravager', '176', 0x0600470600000000000000000000000000000000, '6', '6', '9', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2531', 'Mamool_Ja_Recruit', '176', 0x0600470600000000000000000000000000000000, '1', '1', '7', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2532', 'Mamool_Ja_Sapper', '176', 0x0600530600000000000000000000000000000000, '6', '13', '10', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2533', 'Mamool_Ja_Savant', '176', 0x06005B0600000000000000000000000000000000, '3', '3', '6', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2534', 'Mamool_Ja_Sophist', '176', 0x06005F0600000000000000000000000000000000, '4', '4', '5', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2535', 'Mamool_Ja_Spearman', '176', 0x0600500600000000000000000000000000000000, '14', '14', '1', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2536', 'Mamool_Ja_Spotter', '176', 0x0600480600000000000000000000000000000000, '6', '6', '9', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2537', 'Mamool_Ja_Stabler', '176', 0x06004E0600000000000000000000000000000000, '9', '9', '2', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2538', 'Mamool_Ja_Strapper', '176', 0x0600490600000000000000000000000000000000, '9', '9', '2', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2539', 'Mamool_Ja_s_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2540', 'Mamool_Ja_s_Raptor', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '220', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2541', 'Mamool_Ja_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2542', 'Mamool_Ja_Trainee', '176', 0x06005E0600000000000000000000000000000000, '9', '9', '2', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2543', 'Mamool_Ja_Treasurer', '176', 0x06005A0600000000000000000000000000000000, '4', '4', '5', '280', '1', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2544', 'Mamool_Ja_Warder', '176', 0x0600530600000000000000000000000000000000, '9', '9', '2', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2545', 'Mamool_Ja_Zenist', '176', 0x0600530600000000000000000000000000000000, '13', '13', '10', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2546', 'Mandragora', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '21', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2547', 'Maneating_Hornet', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '567', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2548', 'Manes', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2549', 'Mangy-tailed_Marvin', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2550', 'Avatar_Icon', '95', 0x0000240400000000000000000000000000000000, '4', '5', '12', '240', '16', '1', '16', '1', '0', '7', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2551', 'Manigordo', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2552', 'Manipulator', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '2', '0', '0', '554', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2553', 'Manohra', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2554', 'Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '12', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2555', 'Manticore-X', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2556', 'Mantrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2557', 'Marauder_Dvogzog', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '32', '535', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2558', 'Marchelute', '221', 0x00001F0200000000000000000000000000000000, '11', '1', '9', '360', '6', '1', '2', '0', '32', '4035', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2559', 'Marchosias', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '1', '0', '0', '27', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2560', 'Mareyamad', '149', 0x05005E0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2561', 'Margygr', '4', 0x0000DC0700000000000000000000000000000000, '4', '4', '12', '240', '136', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2562', 'Marid', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '7', '320', '0', '0', '0', '0', '0', '323', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2563', 'Marid-X', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '7', '320', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2564', 'Mariehene', '170', 0x0000E20700000000000000000000000000000000, '1', '1', '7', '220', '8', '0', '0', '0', '0', '126', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2565', 'Marine_Dhalmel', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '12', '1', '0', '0', '0', '417', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2566', 'Mariselle_s_Pupil', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '192', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2567', 'Maritime_Peiste', '192', 0x0000DF0700000000000000000000000000000000, '19', '19', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2568', 'Marquis_Allocen', '169', 0x0000E60200000000000000000000000000000000, '1', '1', '4', '240', '1', '1', '2', '0', '0', '247', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2569', 'Marquis_Amon', '169', 0x0000E90200000000000000000000000000000000, '4', '4', '10', '240', '1', '1', '2', '0', '0', '325', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2570', 'Marquis_Andras', '169', 0x0000EB0200000000000000000000000000000000, '9', '1', '1', '240', '16', '1', '2', '0', '32', '139', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2571', 'Marquis_Andrealphus', '169', 0x0000E50200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2572', 'Marquis_Cimeries', '169', 0x0000EB0200000000000000000000000000000000, '11', '1', '1', '240', '16', '1', '2', '0', '32', '20', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2573', 'Marquis_Decarabia', '169', 0x0000F40200000000000000000000000000000000, '10', '10', '9', '240', '16', '1', '2', '0', '32', '139', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2574', 'Marquis_Forneus', '169', 0x0000F00200000000000000000000000000000000, '8', '8', '1', '240', '13', '1', '2', '0', '32', '627', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2575', 'Marquis_Gamygyn', '169', 0x0000BA0200000000000000000000000000000000, '13', '1', '3', '240', '16', '1', '2', '0', '32', '1226', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2576', 'Marquis_Nebiros', '169', 0x0000F30200000000000000000000000000000000, '15', '15', '4', '240', '16', '1', '2', '0', '32', '139', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2577', 'Marquis_Orias', '169', 0x0000F30200000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '2', '0', '32', '19', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2578', 'Marquis_Sabnak', '169', 0x0000E60200000000000000000000000000000000, '7', '7', '1', '240', '16', '1', '2', '0', '32', '231', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2579', 'Marsh_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '342', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2580', 'Marsh_Murre', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2581', 'Marsh_Sahagin', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2582', 'Martial_Maestro_Megomak', '184', 0x0000B30200000000000000000000000000000000, '1', '1', '4', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2583', 'Maruna-Kurina', '153', 0x01000B05D6106020D630D640D6502F6100700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2584', 'Masan', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '3831', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2585', 'Master_Coeurl', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '1', '0', '0', '0', '0', '85', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2586', 'Matron_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2587', 'Mature_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '607', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2588', 'Mauled_Murdock', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '12', '0', '2', '0', '32', '7', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2589', 'Mauthe_Doog', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '977', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2590', 'Maximilian', '233', 0x0000F00600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2591', 'Maymun_09', '31', 0x0600BE0700000000000000000000000000000000, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2592', 'Maymun_21', '28', 0x0600B90700000000000000000000000000000000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2593', 'Maymun_27', '30', 0x0600CA0700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2594', 'Maymun_33', '28', 0x0600B90700000000000000000000000000000000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2595', 'Maymun_53', '31', 0x0600BE0700000000000000000000000000000000, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2596', 'Maymun_74', '30', 0x0600CA0700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2597', 'May_Fly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '554', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2598', 'Maze_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2599', 'Maze_Maker', '258', 0x0000A90100000000000000000000000000000000, '4', '5', '7', '240', '0', '1', '0', '0', '0', '249', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2600', 'Maze_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '1', '0', '0', '0', '245', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2601', 'Meanderer', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2602', 'Meat_Maggot', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '203', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2603', 'Mechanical_Menace', '0', 0x0000000000000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2604', 'Meditator', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2605', 'Medium_Box', '183', 0x0000030100000000000000000000000000000000, '1', '1', '7', '170', '34', '0', '0', '0', '0', '1008', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2606', 'Medusa', '171', 0x0000490700000000000000000000000000000000, '11', '11', '9', '240', '8', '1', '32', '0', '32', '6983', '541', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2607', 'Mee_Deggi_the_Punisher', '270', 0x0000440200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2608', 'Megalobugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '5', '300', '128', '0', '2', '0', '0', '6251', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2609', 'Megalotaur', '240', 0x0000500500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2610', 'Megamaw_Mikey', '258', 0x0000580900000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2611', 'Megantereon', '242', 0x0000340100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2612', 'Megapod_Megalops', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2613', 'Melo_Melo', '251', 0x0000510500000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2614', 'Memory_Receptacle', '181', 0x00004E0400000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '2', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2615', 'Menacing_Eye', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '0', '1', '0', '0', '0', '501', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2616', 'Mercurial_Makara', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2617', 'Merrow_Bladedancer', '182', 0x0600870600000000000000000000000000000000, '5', '5', '4', '240', '1', '1', '0', '0', '0', '26', '517', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2618', 'Merrow_Cantatrice', '182', 0x0600860600000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '15', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2619', 'Merrow_Chantress', '182', 0x0600850600000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '238', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2620', 'Merrow_Icedancer', '182', 0x0600850600000000000000000000000000000000, '17', '17', '3', '240', '1', '1', '0', '0', '0', '397', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2621', 'Merrow_Kabukidancer', '182', 0x0600880600000000000000000000000000000000, '12', '12', '5', '240', '1', '1', '0', '0', '0', '285', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2622', 'Merrow_No11', '182', 0x0600880600000000000000000000000000000000, '12', '12', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2623', 'Merrow_No12', '182', 0x0600860600000000000000000000000000000000, '10', '10', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2624', 'Merrow_No16', '182', 0x0600860600000000000000000000000000000000, '5', '5', '4', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2625', 'Merrow_No5', '182', 0x0600840600000000000000000000000000000000, '16', '16', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2626', 'Merrow_Seafarer', '182', 0x0600850600000000000000000000000000000000, '5', '5', '4', '240', '1', '1', '0', '0', '0', '15', '515', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2627', 'Merrow_Shadowdancer', '182', 0x0600850600000000000000000000000000000000, '5', '5', '4', '240', '1', '1', '0', '0', '0', '237', '515', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2628', 'Merrow_Shiranuhi', '182', 0x0600880600000000000000000000000000000000, '12', '12', '5', '240', '1', '1', '0', '0', '0', '16', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2629', 'Merrow_Songstress', '182', 0x0600860600000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '59', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2630', 'Merrow_Typhoondancer', '182', 0x0600880600000000000000000000000000000000, '12', '12', '5', '240', '1', '0', '0', '0', '0', '191', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2631', 'Merrow_Wavedancer', '182', 0x0600840600000000000000000000000000000000, '17', '17', '3', '240', '1', '1', '0', '0', '0', '132', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2632', 'Mesa_Wivre', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2633', 'Metallic_Slime', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2634', 'Metalloid_Amoeba', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '133', '1', '0', '0', '0', '4652', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2635', 'Metal_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2636', 'Metaquadav_Black_Mage', '202', 0x00009D0200000000000000000000000000000000, '4', '4', '6', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2637', 'Metaquadav_Dark_Knight', '202', 0x00008F0200000000000000000000000000000000, '8', '8', '5', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2638', 'Metaquadav_Paladin', '202', 0x0000910200000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2639', 'Metaquadav_Red_Mage', '202', 0x00009E0200000000000000000000000000000000, '5', '5', '11', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2640', 'Metaquadav_Thief', '202', 0x0000980200000000000000000000000000000000, '6', '6', '2', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2641', 'Metaquadav_Warrior', '202', 0x0000890200000000000000000000000000000000, '1', '1', '4', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2642', 'Metaquadav_White_Mage', '202', 0x00009F0200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2643', 'Meteormauler_Zhagtegg', '189', 0x0000770200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '2', '0', '32', '4176', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2644', 'Meteor_Quadav', '202', 0x00001D0400000000000000000000000000000000, '5', '1', '3', '265', '128', '1', '0', '0', '0', '27', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2645', 'Metsanhaltija', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2646', 'Metsanneitsyt', '216', 0x0000880100000000000000000000000000000000, '1', '4', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2647', 'Meww_the_Turtlerider', '213', 0x0000260500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2648', 'Microplasm', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '180', '8', '0', '2', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2649', 'Midnight_Wings', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '64', '448', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2650', 'Mielikki', '245', 0x0000550100000000000000000000000000000000, '4', '20', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2651', 'Mieuseloir_B_Enchelles', '145', 0x010000031B10DD20D9300C400C501F611E700080, '8', '7', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2652', 'Mighty_Rarab', '206', 0x00000D0100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '513', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2653', 'Migrant_Russula', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2654', 'Migratory_Hippogryph', '140', 0x0000C10800000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '6527', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2655', 'Mikhe_Aryohcha', '151', 0x010002079110DB20DB30DB40DB508C608C700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2656', 'Mikilulu', '196', 0x0000140700000000000000000000000000000000, '4', '4', '7', '150', '128', '1', '8', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2657', 'Mikiluru', '196', 0x0000140700000000000000000000000000000000, '4', '4', '7', '150', '128', '1', '8', '0', '32', '4770', '2201', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2658', 'Mikirulu', '196', 0x0000140700000000000000000000000000000000, '4', '4', '7', '150', '128', '1', '8', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2659', 'Mikiruru', '196', 0x0000140700000000000000000000000000000000, '4', '4', '7', '150', '128', '1', '8', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2660', 'Mildaunegeux', '222', 0x0500D90100000000000000000000000000000000, '1', '1', '1', '360', '12', '1', '16', '0', '32', '231', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2661', 'Millenary_Mossback', '2', 0x0000900100000000000000000000000000000000, '1', '1', '7', '380', '129', '1', '0', '0', '0', '7', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2662', 'Million_Eyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '0', '0', '0', '151', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2663', 'Mimas', '126', 0x0000D00200000000000000000000000000000000, '1', '2', '6', '240', '1', '1', '2', '0', '32', '178', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2664', 'Mimic', '183', 0x0000030100000000000000000000000000000000, '1', '1', '7', '170', '34', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2665', 'Minaruja', '266', 0x0000C50800000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2666', 'Minax_Bugard', '58', 0x0000480500000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2667', 'Mindcraver', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '143', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2668', 'Mindertaur', '240', 0x00004F0500000000000000000000000000000000, '3', '7', '7', '240', '13', '1', '16', '0', '0', '1471', '135', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2669', 'Mindgazer', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '1', '0', '0', '185', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2670', 'Mind_s-eyed_Klugwug', '189', 0x0000E90300000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2671', 'Mineral_Eater', '258', 0x0000AA0100000000000000000000000000000000, '4', '5', '7', '240', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2672', 'Miner_Bee', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '12', '1', '0', '0', '0', '395', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2673', 'Mine_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2674', 'Mine_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2675', 'Minotaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '2', '0', '0', '7', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2676', 'Mint_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2677', 'Mischievous_Micholas', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2678', 'Miser_Murphy', '121', 0x0000700100000000000000000000000000000000, '4', '5', '12', '240', '6', '0', '2', '0', '32', '350', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2679', 'Mist_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '980', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2680', 'Mithran_Automaton', '152', 0x0500E40400000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '0', '0', '0', '6476', '515', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2681', 'Mithraslaver_Debhabob', '189', 0x0000170400000000000000000000000000000000, '9', '9', '2', '240', '16', '1', '0', '0', '32', '707', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2682', 'Mi_ghrah', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2683', 'Mi_Rhe_Whisperblade', '202', 0x00001C0400000000000000000000000000000000, '13', '1', '1', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2684', 'Moblin_Aidman', '184', 0x0000B40200000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '0', '0', '0', '132', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2685', 'Moblin_Ashman', '184', 0x0000B80200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '80', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2686', 'Moblin_Billionaire', '184', 0x0000B80200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '131', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2687', 'Moblin_Chapman', '184', 0x0000AF0200000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '0', '0', '0', '344', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2688', 'Moblin_Clergyman', '184', 0x0000B00200000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '0', '0', '0', '6', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2689', 'Moblin_Coalman', '184', 0x0000B50200000000000000000000000000000000, '4', '4', '9', '240', '8', '1', '0', '0', '0', '521', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2690', 'Moblin_Draftsman', '184', 0x0000B30200000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '0', '0', '0', '86', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2691', 'Moblin_Dustman', '184', 0x0000B80200000000000000000000000000000000, '5', '5', '4', '240', '9', '1', '0', '0', '0', '997', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2692', 'Moblin_Engineman', '184', 0x0000B70200000000000000000000000000000000, '4', '4', '5', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2693', 'Moblin_Fantocciniman', '184', 0x0000B30200000000000000000000000000000000, '1', '1', '4', '240', '8', '1', '0', '0', '0', '6', '2177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2694', 'Moblin_Gasman', '184', 0x0000B00200000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '0', '0', '0', '186', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2695', 'Moblin_Groundman', '184', 0x0000B90200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '271', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2696', 'Moblin_Gurneyman', '184', 0x0000BB0200000000000000000000000000000000, '3', '4', '3', '240', '8', '1', '0', '0', '0', '290', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2697', 'Moblin_Millionaire', '184', 0x0000B30200000000000000000000000000000000, '3', '3', '6', '240', '8', '1', '0', '0', '0', '185', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2698', 'Moblin_Pickman', '184', 0x0000A90200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '429', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2699', 'Moblin_Pikeman', '184', 0x0000AA0200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '185', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2700', 'Moblin_Ragman', '184', 0x0000A90200000000000000000000000000000000, '6', '6', '9', '240', '8', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2701', 'Moblin_Repairman', '184', 0x0000AA0200000000000000000000000000000000, '6', '6', '2', '240', '8', '1', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2702', 'Moblin_Roadman', '184', 0x0000AE0200000000000000000000000000000000, '6', '6', '2', '240', '8', '1', '0', '0', '0', '26', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2703', 'Moblin_Rodman', '184', 0x0000AA0200000000000000000000000000000000, '1', '1', '5', '240', '8', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2704', 'Moblin_Scalpelman', '184', 0x0000BB0200000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '0', '0', '0', '2885', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2705', 'Moblin_Tankman', '184', 0x0000B30200000000000000000000000000000000, '3', '3', '6', '240', '8', '1', '0', '0', '0', '152', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2706', 'Moblin_Topsman', '184', 0x0000AD0200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '205', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2707', 'Moblin_Wisewoman', '184', 0x0000AA0200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '6', '643', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2708', 'Moblin_Witchman', '184', 0x0000AF0200000000000000000000000000000000, '3', '3', '6', '240', '8', '1', '0', '0', '0', '710', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2709', 'Moblin_Workman', '184', 0x0000AC0200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '0', '0', '0', '337', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2710', 'Moblin_Yardman', '184', 0x0000AC0200000000000000000000000000000000, '6', '6', '2', '240', '8', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2711', 'Mobpix_Mucousmouth', '133', 0x00003E0400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2712', 'Mocking_Colibri', '72', 0x0000B80600000000000000000000000000000000, '5', '5', '2', '200', '9', '0', '2', '0', '0', '839', '135', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2713', 'Mokka', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2714', 'Mokke', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2715', 'Mokku', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2716', 'Mokkuralfi', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '41', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2717', 'Mokkurkalfi', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '34', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2718', 'Mokumokuren', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2719', 'Mold_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '64', '311', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2720', 'Mold_Eater', '258', 0x0000AA0100000000000000000000000000000000, '4', '5', '7', '240', '128', '1', '0', '0', '0', '233', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2721', 'Molech', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '766', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2722', 'Mole_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2723', 'Molted_Bugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '300', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2724', 'Molted_Lindwurm', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '220', '132', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2725', 'Molted_Mamool_Ja', '176', 0x0600530600000000000000000000000000000000, '1', '1', '7', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2726', 'Molted_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '136', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2727', 'Molted_Ziz', '70', 0x0000210100000000000000000000000000000000, '1', '1', '11', '240', '8', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2728', 'Moltenox_Stubthumbs', '133', 0x0000400400000000000000000000000000000000, '1', '1', '5', '240', '16', '1', '2', '0', '32', '32', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2729', 'Molyb_iton', '282', 0x0000BD0400000000000000000000000000000000, '4', '4', '6', '240', '3', '1', '18', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2730', 'Momowa', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2731', 'Monarca_de_Altepa', '212', 0x0000740100000000000000000000000000000000, '1', '1', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2732', 'Monarch_Ogrefly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '128', '1', '0', '0', '0', '619', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2733', 'Monitor', '234', 0x00003A0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2734', 'Moonfang_Warrior', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2735', 'Moon_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '771', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2736', 'Moor_Hound', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '192', '0', '0', '0', '0', '658', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2737', 'Moo_Ouzi_the_Swiftblade', '270', 0x0000430800000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2738', 'Morbid_Eye', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '3', '1', '0', '0', '0', '260', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2739', 'Morbid_Molasses', '0', 0x0000000000000000000000000000000000000000, '1', '1', '11', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2740', 'Morblox_Chubbychin', '133', 0x0000420400000000000000000000000000000000, '15', '15', '11', '240', '16', '1', '2', '0', '32', '2241', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2741', 'Morbol', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '0', '0', '0', '254', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2742', 'Morbolger', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '24', '0', '2', '0', '0', '1828', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2743', 'Morboling', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2744', 'Morbol_Emperor', '186', 0x00007E0100000000000000000000000000000000, '1', '1', '7', '200', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2745', 'Morbol_Menace', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '0', '0', '0', '3374', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2746', 'Morgawr', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2747', 'Morgmox_Moldnoggin', '133', 0x0000420400000000000000000000000000000000, '15', '15', '11', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2748', 'Morion_Worm', '258', 0x0000AA0100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '2', '0', '0', '486', '133', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('2749', 'Morose_Marid', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2750', 'Morozko', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '26', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2751', 'Mortilox_Wartpaws', '133', 0x0000420400000000000000000000000000000000, '15', '15', '11', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2752', 'Moshdahn', '203', 0x0600C50600000000000000000000000000000000, '8', '8', '5', '240', '201', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2753', 'Mosshorn', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '12', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2754', 'Moss_Eater', '206', 0x00000D0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '164', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2755', 'Mother_Globe', '234', 0x00003B0100000000000000000000000000000000, '1', '4', '7', '240', '34', '0', '2', '0', '0', '177', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2756', 'Motsognir', '90', 0x00002F0700000000000000000000000000000000, '4', '4', '12', '240', '1', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2757', 'Mountain_Buffalo', '57', 0x00004D0500000000000000000000000000000000, '1', '8', '6', '360', '9', '1', '2', '0', '0', '563', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2758', 'Mountain_Clot', '67', 0x0000260100000000000000000000000000000000, '1', '1', '11', '240', '34', '0', '0', '0', '0', '302', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2759', 'Mountain_Jubjub', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '128', '1', '0', '0', '0', '607', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2760', 'Mountain_Scolopendrid', '217', 0x0000C30800000000000000000000000000000000, '1', '1', '7', '280', '132', '1', '0', '0', '0', '825', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2761', 'Mountain_Worm', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '128', '1', '2', '0', '0', '166', '133', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('2762', 'Mourioche', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '1', '16', '0', '0', '4863', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2763', 'Mouse_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '382', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2764', 'Mousse', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2765', 'Mouu_the_Waverider', '213', 0x0000200500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2766', 'Movamuq', '184', 0x0000B00200000000000000000000000000000000, '3', '3', '3', '240', '8', '1', '16', '0', '32', '19', '155', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2767', 'Moxnix_Nightgoggle', '133', 0x0000F30100000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2768', 'Mud_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '236', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2769', 'Mugger_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2770', 'Mummy', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '525', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2771', 'Muninn', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2772', 'Muq_Shabeel', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2773', 'Murrain_Chigoe', '64', 0x0000B70800000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2774', 'Mush', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2775', 'Mushussu', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '562', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2776', 'Muu_Buxu_the_Elusive', '270', 0x0000210800000000000000000000000000000000, '13', '13', '2', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2777', 'Muu_Febi_the_Steadfast', '270', 0x00003A0400000000000000000000000000000000, '7', '12', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2778', 'Mu_Gha_Legionkiller', '202', 0x00001D0400000000000000000000000000000000, '7', '7', '4', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2779', 'Mu_Nhi_Thimbletail', '202', 0x0000940200000000000000000000000000000000, '6', '6', '2', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2780', 'Mu_Zha_Infernoblade', '202', 0x00009E0200000000000000000000000000000000, '5', '5', '11', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2781', 'Mx_ghrah', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2782', 'Mycohopper', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '1', '0', '0', '204', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2783', 'Myconid', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2784', 'Mycophile', '116', 0x0000780100000000000000000000000000000000, '8', '8', '5', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2785', 'Myriadeyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2786', 'Myrmeleontide', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '8', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2787', 'Myrmidon_Apu-apu', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2788', 'Myrmidon_Epa-epa', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2789', 'Myrmidon_Spo-spo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2790', 'Mysticmaker_Profblix', '133', 0x0000FB0100000000000000000000000000000000, '4', '4', '2', '240', '1', '1', '2', '0', '32', '441', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2791', 'Mystic_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '153', '1', '0', '0', '0', '667', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2792', 'Mystic_Weapon', '110', 0x0000E20100000000000000000000000000000000, '5', '5', '3', '240', '34', '0', '0', '0', '0', '291', '643', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2793', 'Mythril_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '0', '0', '0', '19', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2794', 'Mythril_Mouth_Monamaq', '184', 0x0000B80200000000000000000000000000000000, '5', '5', '4', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2795', 'Mythril_Quadav', '202', 0x00004A0800000000000000000000000000000000, '8', '8', '2', '265', '2', '1', '0', '0', '0', '135', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2796', 'Myxomycete', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '1', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2797', 'Nachzehrer', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '399', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2798', 'Nahn', '77', 0x0000650100000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2799', 'Nail_Bomb', '236', 0x0000FF0600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2800', 'Naja_Salaheem', '151', 0x010007070000A020A030A040A050686100000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2801', 'Nakki', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '192', '0', '6', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2802', 'Namorodo', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '2', '0', '32', '2950', '153', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2803', 'Namtar', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '2', '0', '0', '566', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2804', 'Nanaa_Mihgo', '151', 0x0500430900000000000000000000000000000000, '1', '1', '0', '0', '16', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2805', 'Nannakola', '170', 0x0000E20700000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2806', 'Nanoplasm', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '150', '8', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2807', 'Nant_ina', '136', 0x0000280100000000000000000000000000000000, '2', '2', '1', '320', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2808', 'Napalm', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '344', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2809', 'Narasimha', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2810', 'Nareema', '149', 0x05005D0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2811', 'Nasus', '48', 0x0000110100000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2812', 'Natrix', '0', 0x0000000000000000000000000000000000000000, '5', '4', '2', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2813', 'Naul', '260', 0x00004F0900000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2814', 'Na_Hya_Floodmaker', '202', 0x00001D0400000000000000000000000000000000, '5', '1', '3', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2815', 'Na_Qba_Chirurgeon', '202', 0x00009C0200000000000000000000000000000000, '3', '3', '3', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2816', 'Nebiros_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2817', 'Necroplasm', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2818', 'Nee_Huxa_the_Judgmental', '270', 0x00003A0400000000000000000000000000000000, '12', '8', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2819', 'Nehebkau', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2820', 'Neman', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2821', 'Nemean_Lion', '168', 0x00000D0700000000000000000000000000000000, '1', '1', '7', '320', '140', '1', '0', '0', '0', '15', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2822', 'Nenaunir', '80', 0x00004C0100000000000000000000000000000000, '5', '5', '11', '240', '1', '1', '16', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2823', 'Nenaunir_s_Wife', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2824', 'Neogorger', '138', 0x0000740400000000000000000000000000000000, '8', '8', '3', '240', '141', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2825', 'Neoingester', '138', 0x0000740400000000000000000000000000000000, '8', '8', '3', '240', '141', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2826', 'Neoingurgitator', '138', 0x0000740400000000000000000000000000000000, '1', '1', '3', '240', '141', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2827', 'Neosatiator', '138', 0x0000740400000000000000000000000000000000, '8', '8', '3', '240', '141', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2828', 'Nephiyl_Keepcollapser', '126', 0x0000820200000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '2', '0', '0', '2382', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2829', 'Nephiyl_Moatfiller', '126', 0x0000800200000000000000000000000000000000, '9', '9', '5', '240', '16', '1', '2', '0', '0', '3663', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2830', 'Nephiyl_Pinnacletosser', '126', 0x0000C30200000000000000000000000000000000, '11', '11', '11', '240', '16', '1', '2', '0', '0', '8137', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2831', 'Nephiyl_Rampartbreacher', '126', 0x0000BF0200000000000000000000000000000000, '1', '1', '5', '240', '16', '1', '2', '0', '0', '4216', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2832', 'Nepionic_Bladmall', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '1', '0', '0', '0', '3253', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2833', 'Nepionic_Parata', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '1', '0', '0', '0', '1247', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2834', 'Nepionic_Soulflayer', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '5', '240', '176', '0', '0', '0', '0', '2159', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2835', 'Nest_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '344', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2836', 'Nguruvilu', '198', 0x0000D00600000000000000000000000000000000, '1', '4', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2837', 'Nickel_Quadav', '202', 0x00004F0800000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '377', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2838', 'Nickur', '86', 0x0000400100000000000000000000000000000000, '1', '1', '5', '270', '193', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2839', 'Nicolaus', '149', 0x0100070100108320003083408350006000700000, '20', '20', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2840', 'Nidhogg', '263', 0x00000F0300000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '2', '0', '32', '46', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2841', 'Nightmare_Antlion', '26', 0x0000430500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2842', 'Nightmare_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '238', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2843', 'Nightmare_Bugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '5', '300', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2844', 'Nightmare_Bunny', '206', 0x00000D0100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '183', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2845', 'Nightmare_Cluster', '68', 0x0000220100000000000000000000000000000000, '1', '1', '5', '240', '25', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2846', 'Nightmare_Cockatrice', '70', 0x0000200100000000000000000000000000000000, '1', '1', '5', '240', '9', '1', '2', '0', '0', '449', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2847', 'Nightmare_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '129', '1', '2', '0', '0', '501', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2848', 'Nightmare_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '133', '1', '2', '0', '0', '983', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2849', 'Nightmare_Dhalmel', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '13', '1', '2', '0', '0', '3015', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2850', 'Nightmare_Diremite', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2851', 'Nightmare_Eft', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '9', '1', '2', '0', '0', '2025', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2852', 'Nightmare_Fly', '113', 0x0000C10100000000000000000000000000000000, '1', '1', '8', '240', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2853', 'Nightmare_Gaylas', '47', 0x0000040100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2854', 'Nightmare_Hippogryph', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2855', 'Nightmare_Hornet', '48', 0x0000100100000000000000000000000000000000, '1', '1', '6', '240', '13', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2856', 'Nightmare_Kraken', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2857', 'Nightmare_Leech', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '133', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2858', 'Nightmare_Makara', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2859', 'Nightmare_Mandragora', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '129', '1', '0', '0', '0', '291', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2860', 'Nightmare_Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2861', 'Nightmare_Morbol', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2862', 'Nightmare_Raptor', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '133', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2863', 'Nightmare_Raven', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '2', '0', '0', '1551', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2864', 'Nightmare_Roc', '125', 0x0000500100000000000000000000000000000000, '1', '1', '12', '240', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2865', 'Nightmare_Sabotender', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2866', 'Nightmare_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '133', '1', '0', '0', '0', '2277', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2867', 'Nightmare_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2868', 'Nightmare_Snoll', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '25', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2869', 'Nightmare_Stirge', '46', 0x0000000100000000000000000000000000000000, '1', '1', '5', '240', '128', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2870', 'Nightmare_Taurus', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2871', 'Nightmare_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2872', 'Nightmare_Uragnite', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '129', '1', '0', '0', '0', '4640', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2873', 'Nightmare_Vase', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '0', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2874', 'Nightmare_Weapon', '110', 0x0000DF0100000000000000000000000000000000, '1', '1', '3', '240', '145', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2875', 'Nightmare_Worm', '258', 0x0000AA0100000000000000000000000000000000, '4', '5', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('2876', 'Nightshade', '0', 0x0000490900000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2877', 'Night_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '64', '502', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2878', 'Night_Eft', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '9', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2879', 'Nihhus', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '5', '240', '5', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2880', 'Nihniknoovi', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '220', '1', '1', '2', '0', '32', '7056', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2881', 'Nikilulu', '196', 0x0000140700000000000000000000000000000000, '4', '4', '7', '150', '128', '1', '8', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2882', 'Nimbus_Hippogryph', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2883', 'Nine_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '1286', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2884', 'Nine_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '1220', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2885', 'Nine_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '2142', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2886', 'Nine_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '1156', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2887', 'Ningishzida', '164', 0x0000040700000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2888', 'Nio-A', '85', 0x0000300100000000000000000000000000000000, '1', '1', '5', '240', '34', '0', '2', '0', '0', '3229', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2889', 'Nio-Hum', '85', 0x0000300100000000000000000000000000000000, '1', '1', '5', '240', '34', '1', '2', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2890', 'Nipper', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '1', '0', '0', '398', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2891', 'Nitro_Cluster', '68', 0x0000220100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '0', '0', '0', '131', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2892', 'Nival_Raptor', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '132', '0', '0', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2893', 'Nix_Bladedancer', '182', 0x0600870600000000000000000000000000000000, '5', '5', '4', '240', '9', '1', '0', '0', '0', '29', '517', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2894', 'Nix_Songstress', '182', 0x0600860600000000000000000000000000000000, '10', '10', '5', '240', '9', '1', '0', '0', '0', '85', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2895', 'Nix_Typhoondancer', '182', 0x0600880600000000000000000000000000000000, '12', '12', '5', '240', '9', '1', '0', '0', '0', '398', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2896', 'Nix_Wavedancer', '182', 0x0600840600000000000000000000000000000000, '17', '17', '3', '240', '9', '1', '0', '0', '0', '562', '517', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2897', 'Ni_Ghu_Nestfender', '202', 0x0000840200000000000000000000000000000000, '7', '1', '2', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2898', 'Noble_Mold', '116', 0x0000780100000000000000000000000000000000, '4', '3', '12', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2899', 'Noctonberry_Black_Mage', '243', 0x0000D10400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2900', 'Noctonberry_Ninja', '243', 0x0000B50400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2901', 'Noctonberry_Summoner', '243', 0x0000CE0400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2902', 'Noctonberry_Thief', '243', 0x0000AA0400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2903', 'Nocuous_Inferno', '102', 0x0000B40100000000000000000000000000000000, '4', '4', '12', '240', '16', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2904', 'Noillurie', '145', 0x01000A0457105720573057405750546100700000, '12', '7', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2905', 'Nonno', '178', 0x0000C70800000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2906', 'Northern_Piranu', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '136', '0', '0', '0', '0', '6', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2907', 'Northern_Shadow', '223', 0x0000250200000000000000000000000000000000, '1', '1', '2', '360', '6', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2908', 'Northern_Spriggan', '223', 0x0000160200000000000000000000000000000000, '14', '14', '1', '360', '192', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2909', 'Norvallen_Knight', '145', 0x010008040C100C200C300C400C50FB601B700080, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2910', 'Nosferatu', '309', 0x0000350700000000000000000000000000000000, '15', '15', '7', '290', '137', '0', '2', '0', '32', '3992', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2911', 'Nosferatu_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '5', '240', '128', '1', '2', '0', '64', '446', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2912', 'Nosferatu_Murk', '115', 0x05004F0700000000000000000000000000000000, '1', '1', '3', '240', '132', '1', '2', '0', '0', '435', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2913', 'Nosferatu_Wolf', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '192', '1', '2', '0', '0', '575', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2914', 'Novv_the_Whitehearted', '213', 0x00002F0500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2915', 'No_Bhu_Unyielding', '202', 0x0000900200000000000000000000000000000000, '7', '7', '1', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2916', 'No_Mho_Crimsonarmor', '202', 0x00001E0400000000000000000000000000000000, '4', '3', '3', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2917', 'No_Mho_s_Elite_Guard', '202', 0x0000990200000000000000000000000000000000, '3', '3', '3', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2918', 'Npfundlwa', '206', 0x00000D0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2919', 'Nue', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '2', '0', '0', '5514', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2920', 'Nuhn', '312', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '136', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2921', 'Nunyenunc', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2922', 'Nunyunuwi', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '24', '0', '2', '0', '32', '27', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2923', 'Nussknacker', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2924', 'Nutcracker', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '1677', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2925', 'Nutmeg_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2926', 'Nuu_Gazo_the_Dirgerimer', '270', 0x0000530200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2927', 'Nuu_Kofu_the_Gentle', '270', 0x0000470200000000000000000000000000000000, '3', '3', '3', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('2928', 'Nu_Bhi_Spiraleye', '202', 0x00001F0400000000000000000000000000000000, '10', '10', '9', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2929', 'Nyumomo', '153', 0x01000B0673107320733073407350696100700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2930', 'Oasis_Amoeban', '0', 0x00005C0900000000000000000000000000000000, '4', '8', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2931', 'Ob', '291', 0x0600B90700000000000000000000000000000000, '1', '1', '5', '320', '128', '0', '2', '16', '32', '2763', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2932', 'Observant_Zekka', '165', 0x0000BC0800000000000000000000000000000000, '4', '4', '9', '240', '9', '1', '0', '0', '32', '402', '1693', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2933', 'Observer', '234', 0x00003A0100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2934', 'Ocean_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '1300', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2935', 'Ocean_Jagil', '197', 0x00005D0100000000000000000000000000000000, '17', '17', '7', '240', '128', '0', '0', '0', '0', '257', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2936', 'Ocean_Kraken', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '128', '0', '0', '0', '0', '123', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2937', 'Ocean_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '1603', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2938', 'Ocean_Sahagin', '213', 0x00001E0500000000000000000000000000000000, '14', '14', '1', '240', '8', '1', '2', '0', '0', '1231', '1159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2939', 'Ochre_Scorpion', '217', 0x0000C30800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2940', 'Ochu', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '0', '0', '0', '671', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2941', 'Odin', '41', 0x0000250700000000000000000000000000000000, '8', '4', '1', '240', '153', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2942', 'Odin_s_Fool', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2943', 'Odin_s_Jester', '165', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2944', 'Odontotyrannus', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '220', '2', '0', '6', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2945', 'Odqan', '68', 0x0000220100000000000000000000000000000000, '1', '1', '5', '240', '24', '0', '2', '0', '32', '456', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2946', 'Odzmanouk', '260', 0x00000F0300000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2947', 'Offspring', '137', 0x0000740400000000000000000000000000000000, '1', '1', '3', '240', '141', '0', '16', '0', '0', '5037', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2948', 'Ogama', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2949', 'Oggbi', '146', 0x0100030843101120433011404350836000700080, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2950', 'Ogler', '0', 0x0000000000000000000000000000000000000000, '1', '4', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2951', 'Ogmios', '179', 0x0000920100000000000000000000000000000000, '1', '4', '7', '360', '1', '0', '16', '0', '32', '151', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2952', 'Ogopogo', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2953', 'Ogrefly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '237', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2954', 'Ogreish_Risotto', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2955', 'Ogrish_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2956', 'Ogygos', '126', 0x0000800200000000000000000000000000000000, '1', '1', '6', '240', '1', '1', '2', '0', '32', '2387', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2957', 'Oil_Slick', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '238', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2958', 'Oil_Spill', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '288', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2959', 'Okeanos', '129', 0x0000800200000000000000000000000000000000, '1', '1', '6', '240', '9', '1', '16', '0', '0', '7683', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2960', 'Oko', '149', 0x0500B10700000000000000000000000000000000, '13', '13', '2', '240', '201', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2961', 'Olden_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '393', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2962', 'Old_Goobbue', '136', 0x0000280100000000000000000000000000000000, '1', '1', '12', '320', '2', '1', '0', '0', '0', '4053', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2963', 'Old_Opo-opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '0', '0', '0', '186', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2964', 'Old_Professor_Mariselle', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '193', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2965', 'Old_Quadav', '202', 0x0000440800000000000000000000000000000000, '1', '1', '2', '265', '2', '1', '0', '0', '0', '237', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2966', 'Old_Sabertooth', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '7', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2967', 'Old_Troll', '246', 0x0600AD0600000000000000000000000000000000, '11', '11', '5', '230', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2968', 'Old_Two-Wings', '46', 0x0000000100000000000000000000000000000000, '1', '1', '5', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2969', 'Olla_Grande', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '34', '0', '2', '0', '0', '1365', '1671', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2970', 'Olla_Media', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '34', '0', '2', '0', '0', '51', '1669', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2971', 'Olla_Pequena', '175', 0x00009C0100000000000000000000000000000000, '4', '4', '7', '240', '34', '0', '2', '0', '0', '442', '1667', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2972', 'Olyphant', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2973', 'Omega', '54', 0x0000350400000000000000000000000000000000, '1', '1', '6', '240', '137', '0', '16', '0', '32', '7', '1691', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2974', 'Ominous_Weapon', '110', 0x0000C30100000000000000000000000000000000, '5', '5', '3', '240', '34', '1', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2975', 'Om_aern', '3', 0x0000570500000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2976', 'Om_hpemde', '144', 0x00007F0400000000000000000000000000000000, '14', '14', '8', '220', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2977', 'Om_phuabo', '194', 0x0000820400000000000000000000000000000000, '1', '1', '7', '280', '9', '1', '0', '0', '0', '0', '0', '1', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2978', 'Om_xzomit', '269', 0x0000100200000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2979', 'Om_yovra', '271', 0x00007C0400000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '2', '0', '0', '0', '0', '1', '1', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2980', 'One-eyed_Gwajboj', '189', 0x00001B0800000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2981', 'Onibi', '102', 0x0000080000000000000000000000000000000000, '4', '5', '12', '240', '1', '1', '16', '0', '0', '1446', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2982', 'Oni_Carcass', '86', 0x0000400100000000000000000000000000000000, '1', '1', '5', '270', '6', '0', '2', '0', '0', '178', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2983', 'Onki', '169', 0x0000E80200000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '18', '0', '0', '2674', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2984', 'Onryo', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '7', '1157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2985', 'Onyx_Mine', '236', 0x0000FF0600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2986', 'Onyx_Quadav', '202', 0x0000980200000000000000000000000000000000, '5', '5', '4', '265', '2', '1', '0', '0', '0', '404', '1153', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('2987', 'Ooze', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '298', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2988', 'Ophion', '126', 0x0000800200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2989', 'Opo-opo_Heir', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2990', 'Opo-opo_Monarch', '188', 0x0000A00100000000000000000000000000000000, '1', '5', '7', '200', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2991', 'Oppressor', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2992', 'Orapodium', '0', 0x0000000000000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2993', 'Orbital', '234', 0x00003A0100000000000000000000000000000000, '1', '1', '7', '240', '34', '0', '16', '0', '0', '1695', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2994', 'Orcish_Augur', '189', 0x00007D0200000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '514', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('2995', 'Orcish_Barricader', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '1790', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2996', 'Orcish_Beastrider', '189', 0x00006E0200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '396', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2997', 'Orcish_Bowshooter', '189', 0x0000040800000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '27', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2998', 'Orcish_Brawler', '189', 0x0000000800000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '2937', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('2999', 'Orcish_Carrier', '189', 0x00001A0800000000000000000000000000000000, '1', '1', '2', '240', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3000', 'Orcish_Champion', '189', 0x0000010800000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '297', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3001', 'Orcish_Chasseur', '189', 0x0000030800000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '720', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3002', 'Orcish_Colonel', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3003', 'Orcish_Cupholder', '189', 0x0000020800000000000000000000000000000000, '2', '2', '1', '240', '12', '1', '0', '0', '0', '344', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3004', 'Orcish_Cursemaker', '189', 0x0000740200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3005', 'Orcish_Dragonbrander', '189', 0x00007C0200000000000000000000000000000000, '14', '14', '1', '240', '12', '1', '0', '0', '0', '496', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3006', 'Orcish_Dragoon', '189', 0x00007C0200000000000000000000000000000000, '14', '14', '1', '240', '1', '1', '0', '0', '0', '1612', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3007', 'Orcish_Dreadnought', '189', 0x0000730200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '290', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3008', 'Orcish_Farkiller', '189', 0x00006B0200000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '186', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3009', 'Orcish_Fighter', '189', 0x0000680200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '239', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3010', 'Orcish_Fighterchief', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3011', 'Orcish_Firebelcher', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3012', 'Orcish_Flamethrower', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3013', 'Orcish_Fodder', '189', 0x0000660200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '48', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3014', 'Orcish_Footsoldier', '189', 0x0000680200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '4889', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3015', 'Orcish_Gladiator', '189', 0x0000010800000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '397', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3016', 'Orcish_Grappler', '189', 0x0000700200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '133', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3017', 'Orcish_Grunt', '189', 0x0000640200000000000000000000000000000000, '14', '14', '1', '240', '1', '1', '0', '0', '0', '5602', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3018', 'Orcish_Guard', '189', 0x0000040800000000000000000000000000000000, '1', '1', '5', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3019', 'Orcish_Hexspinner', '189', 0x00007D0200000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '2', '0', '0', '184', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3020', 'Orcish_Impaler', '189', 0x00006C0200000000000000000000000000000000, '14', '14', '1', '240', '1', '1', '0', '0', '0', '553', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3021', 'Orcish_Imperial_Guard', '189', 0x0000140800000000000000000000000000000000, '7', '7', '1', '240', '12', '1', '0', '0', '0', '190', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3022', 'Orcish_Mesmerizer', '189', 0x00006D0200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '1032', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3023', 'Orcish_Neckchopper', '189', 0x0000670200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '416', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3024', 'Orcish_Nightraider', '189', 0x00006B0200000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '291', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3025', 'Orcish_Officer', '189', 0x00001B0800000000000000000000000000000000, '14', '14', '1', '240', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3026', 'Orcish_Onager', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3027', 'Orcish_Overlord', '189', 0x0000F30300000000000000000000000000000000, '7', '7', '1', '240', '16', '1', '2', '0', '0', '2144', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3028', 'Orcish_Panzer', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '5655', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3029', 'Orcish_Predator', '189', 0x0000720200000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '132', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3030', 'Orcish_Prophetess', '189', 0x0000190400000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3031', 'Orcish_Protector', '189', 0x0000750200000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '0', '250', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3032', 'Orcish_Serjeant', '189', 0x0000750200000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3033', 'Orcish_Stonechucker', '189', 0x0000030800000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '26', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3034', 'Orcish_Stonelauncher', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '449', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3035', 'Orcish_Stormer', '189', 0x0000000800000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3036', 'Orcish_Strategist', '189', 0x0000FF0700000000000000000000000000000000, '8', '8', '5', '240', '12', '1', '0', '0', '0', '238', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3037', 'Orcish_Strongarm', '189', 0x00001A0800000000000000000000000000000000, '2', '2', '1', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3038', 'Orcish_Transporter', '189', 0x0000000800000000000000000000000000000000, '1', '1', '9', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3039', 'Orcish_Trooper', '189', 0x00007A0200000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '0', '652', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3040', 'Orcish_Turret', '248', 0x0000720800000000000000000000000000000000, '11', '11', '7', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3041', 'Orcish_Veteran', '189', 0x0000710200000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '660', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3042', 'Orcish_Wallbreacher', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '1868', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3043', 'Orcish_Warchief', '189', 0x00007B0200000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '0', '1926', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3044', 'Orcish_Warlord', '189', 0x00007E0200000000000000000000000000000000, '8', '8', '5', '240', '16', '1', '2', '0', '0', '131', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3045', 'Orcish_Wyrmbrander', '189', 0x0000180400000000000000000000000000000000, '14', '14', '1', '240', '12', '1', '0', '0', '0', '132', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3046', 'Orcish_Zerker', '189', 0x0000760200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '369', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3047', 'Orctrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '2', '0', '0', '563', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3048', 'Orc_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3049', 'Orderly_Imp', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '185', '1', '0', '0', '0', '184', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3050', 'Ore_Eater', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '1', '0', '0', '0', '271', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3051', 'Ore_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '0', '0', '0', '166', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3052', 'Orichalcum_Quadav', '202', 0x00009C0200000000000000000000000000000000, '3', '3', '3', '265', '129', '1', '0', '0', '0', '7', '1159', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3053', 'Oriri_Samariri', '196', 0x0000150700000000000000000000000000000000, '4', '4', '5', '150', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3054', 'Ormr', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3055', 'Orna', '110', 0x0000A60100000000000000000000000000000000, '5', '4', '3', '240', '33', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3056', 'Ornamental_Weapon', '110', 0x0000DD0100000000000000000000000000000000, '1', '1', '5', '240', '34', '0', '0', '0', '0', '238', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3057', 'Ornery_Orobon', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '136', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3058', 'Ornery_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '664', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3059', 'Orobon', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '136', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3060', 'Orochi', '164', 0x0000040700000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3061', 'Orthrus', '62', 0x0000020700000000000000000000000000000000, '8', '4', '7', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3062', 'Ortlinde', '115', 0x05006C0700000000000000000000000000000000, '7', '1', '3', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3063', 'Ose', '71', 0x00006F0100000000000000000000000000000000, '1', '6', '6', '240', '1', '0', '2', '0', '32', '3338', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3064', 'Osschaart', '4', 0x0000080100000000000000000000000000000000, '9', '4', '7', '240', '3', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3065', 'Osschaart_s_Automaton', '28', 0x0600B90700000000000000000000000000000000, '1', '1', '5', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3066', 'Osschaart_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3067', 'Osschaart_s_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3068', 'Osschaart_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3069', 'Oupire', '284', 0x0000350700000000000000000000000000000000, '4', '5', '7', '220', '12', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3070', 'Ouryu', '259', 0x0000620200000000000000000000000000000000, '7', '7', '7', '240', '137', '1', '2', '0', '32', '297', '1177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3071', 'Ouzelum', '125', 0x0000530100000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3072', 'Overgrown_Ivy', '186', 0x00007C0100000000000000000000000000000000, '2', '2', '7', '200', '128', '0', '0', '0', '0', '1261', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3073', 'Overgrown_Rose', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '0', '0', '0', '349', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3074', 'Overking_Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3075', 'Overlord_Bakgodek', '189', 0x0000F30300000000000000000000000000000000, '7', '8', '1', '240', '16', '1', '2', '0', '32', '1709', '1181', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3076', 'Overlord_s_Tombstone', '93', 0x0000210400000000000000000000000000000000, '5', '4', '11', '240', '16', '1', '18', '1', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3077', 'Overseer', '0', 0x0000000000000000000000000000000000000000, '1', '1', '4', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3078', 'Over_Weapon', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '0', '0', '0', '5829', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3079', 'Ovinnik', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '154', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3080', 'Ovni', '241', 0x00007C0400000000000000000000000000000000, '7', '7', '3', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3081', 'Owl_Guardian', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '1', '2', '0', '0', '6996', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3082', 'Pachypodium', '0', 0x0000490900000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3083', 'Padfoot', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '2', '0', '0', '2407', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3084', 'Pahh_the_Gullcaller', '213', 0x00001E0500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3085', 'Pallas', '126', 0x0000830200000000000000000000000000000000, '9', '9', '5', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3086', 'Pallas_s_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3087', 'Pallid_Percy', '258', 0x000058090000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3088', 'Palm_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '1155', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3089', 'Pandemonium_Lamp', '91', 0x0000310700000000000000000000000000000000, '4', '4', '7', '240', '153', '0', '8', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3090', 'Pandemonium_Warden', '316', 0x0000300700000000000000000000000000000000, '15', '15', '12', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3091', 'Pantagruel', '126', 0x0000820200000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3092', 'Pantokrator', '54', 0x0000350400000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3093', 'Panurgic_Ryubool_Ja', '176', 0x0600450600000000000000000000000000000000, '16', '16', '2', '280', '12', '1', '0', '0', '32', '9', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3094', 'Panzer_Doll', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '0', '0', '0', '258', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3095', 'Panzer_Percival', '49', 0x0000980100000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3096', 'Papako', '179', 0x0000920100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3097', 'Para', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3098', 'Paralyzing_Tube', '247', 0x0000000700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3099', 'Parata', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '1', '16', '0', '0', '8150', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3100', 'Pardus', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3101', 'Pascerpot', '79', 0x00008D0100000000000000000000000000000000, '3', '3', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3102', 'Passage_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '2458', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3103', 'Pasture_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3104', 'Pasuk', '81', 0x0000490500000000000000000000000000000000, '8', '8', '5', '210', '128', '0', '16', '0', '32', '879', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3105', 'Patriarch_Protector', '153', 0x01000D0631105E2051305E4086505B602E700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3106', 'Patrol_Worm', '258', 0x0000A90100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('3107', 'Pavan', '324', 0x00001C0300000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3108', 'Peak_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3109', 'Peallaidh', '167', 0x0000550100000000000000000000000000000000, '1', '1', '7', '280', '12', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3110', 'Peapuk', '198', 0x0000D10600000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3111', 'Peerifool', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '7', '360', '128', '1', '2', '0', '32', '2992', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3112', 'Pee_Qoho_the_Python', '270', 0x0000540200000000000000000000000000000000, '15', '15', '6', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3113', 'Peg_Powler', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3114', 'Peiste', '192', 0x0000DF0700000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3115', 'Pelican', '70', 0x0000200100000000000000000000000000000000, '1', '1', '6', '240', '1', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3116', 'Pepper', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3117', 'Percipient_Fish', '197', 0x00005C0100000000000000000000000000000000, '7', '7', '7', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3118', 'Percipient_Zoraal_Ja', '176', 0x0600490600000000000000000000000000000000, '9', '9', '2', '280', '12', '0', '0', '0', '32', '4013', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3119', 'Periqia_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3120', 'Peryton', '125', 0x0000500100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3121', 'Petrocrab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '6', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3122', 'Petro_Pukis', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '0', '2', '0', '0', '1718', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3123', 'Pevv_the_Riverleaper', '213', 0x00001F0500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3124', 'Pey', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '1', '8', '0', '0', '2607', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3125', 'Phanduron_the_Condemned', '221', 0x00001A0200000000000000000000000000000000, '4', '1', '3', '360', '6', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3126', 'Phantasmal_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '3', '1', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3127', 'Phantom', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '298', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3128', 'Phantom_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '3', '1', '0', '0', '0', '482', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3129', 'Phantom_Worm', '258', 0x0000AA0100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '2', '0', '0', '4937', '135', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('3130', 'Phasma', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '502', '643', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3131', 'Phlebotomic_Slug', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '191', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3132', 'Phoedme', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3133', 'Phorusrhacos', '125', 0x0000500100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '1', '0', '0', '4186', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3134', 'Piasa', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3135', 'Picklix_Longindex', '133', 0x0000F90100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3136', 'Pilwiz', '49', 0x0000990100000000000000000000000000000000, '8', '8', '3', '240', '1', '1', '16', '0', '32', '1709', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3137', 'Pining_Abazohn', '203', 0x0600C50600000000000000000000000000000000, '8', '8', '5', '240', '200', '1', '0', '0', '32', '16', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3138', 'Pirate_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3139', 'Piscean_Caster', '153', 0x010006051D1065201D3065406550456100705280, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3140', 'Pitchy_Pudding', '112', 0x0000BA0800000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '0', '0', '0', '193', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3141', 'Pit_Antlion', '26', 0x0000440500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '8', '2179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3142', 'Pit_Bugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '300', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3143', 'Pit_Hare', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '377', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3144', 'Pit_Lindwurm', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '220', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3145', 'Pit_Monster', '0', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3146', 'Pit_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '3', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3147', 'Pit_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3148', 'Pixie', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '7', '240', '0', '0', '0', '0', '0', '4421', '513', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3149', 'Pixiebane', '207', 0x0000E80700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3150', 'Pixietrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3151', 'Pixie_Impaler', '48', 0x0000110100000000000000000000000000000000, '1', '1', '5', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3152', 'Plague_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '185', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3153', 'Plague_Chigoe', '64', 0x0000D30600000000000000000000000000000000, '6', '6', '11', '24', '136', '0', '2', '0', '0', '4387', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3154', 'Plateau_Glider', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3155', 'Plateau_Hare', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '3', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3156', 'Platinum_Quadav', '202', 0x0000940200000000000000000000000000000000, '6', '6', '2', '265', '2', '1', '0', '0', '0', '191', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3157', 'Platoon_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '8', '1', '0', '0', '0', '1169', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3158', 'Plenilune_Ronin', '270', 0x00001F0800000000000000000000000000000000, '13', '13', '2', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3159', 'Plumbago', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '16', '0', '0', '0', '0', '1868', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3160', 'Pluto', '86', 0x0000400100000000000000000000000000000000, '1', '1', '6', '270', '193', '1', '16', '0', '32', '1261', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3161', 'Pneumaflayer', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3162', 'Poisonhand_Gnadgad', '189', 0x0000010800000000000000000000000000000000, '2', '2', '1', '220', '12', '1', '2', '0', '32', '1099', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3163', 'Poison_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '396', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3164', 'Poison_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3165', 'Poison_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '449', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3166', 'Poison_Peiste', '192', 0x0000DF0700000000000000000000000000000000, '1', '1', '7', '240', '9', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3167', 'Poison_Pukis', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '0', '2', '0', '0', '1298', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3168', 'Polar_Hare', '318', 0x00000E0100000000000000000000000000000000, '6', '6', '7', '240', '12', '0', '0', '0', '0', '555', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3169', 'Polevik', '101', 0x0000B70100000000000000000000000000000000, '5', '4', '3', '240', '34', '0', '2', '0', '0', '1380', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3170', 'Poltergeist', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '1', '0', '0', '795', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3171', 'Polybotes', '126', 0x0000800200000000000000000000000000000000, '1', '1', '6', '240', '1', '1', '2', '0', '32', '2132', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3172', 'Ponderer', '241', 0x0000680400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '2', '0', '0', '765', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3173', 'Pond_Amoeban', '0', 0x00005C0900000000000000000000000000000000, '4', '8', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3174', 'Pond_Sahagin', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '2', '0', '0', '0', '0', '238', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3175', 'Poo_Yozo_the_Babbler', '270', 0x0000480200000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3176', 'Popochu', '80', 0x00004C0100000000000000000000000000000000, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3177', 'Poroggo', '196', 0x0000130700000000000000000000000000000000, '4', '4', '5', '150', '8', '0', '0', '0', '0', '237', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3178', 'Poroggo_Casanova', '196', 0x0000130700000000000000000000000000000000, '4', '4', '5', '150', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3179', 'Poroggo_Charmer', '196', 0x0000130700000000000000000000000000000000, '4', '4', '5', '150', '129', '0', '0', '0', '0', '9', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3180', 'Poroggo_Dom_Juan', '196', 0x0000130700000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3181', 'Poroggo_Gent', '196', 0x0000130700000000000000000000000000000000, '4', '4', '5', '150', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3182', 'Poroggo_Gourmand', '196', 0x0000BE0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3183', 'Poroggo_Madame', '196', 0x0000150700000000000000000000000000000000, '4', '4', '5', '150', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3184', 'Poroggo_Prince', '196', 0x0000BE0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3185', 'Poroggo_Seducteur', '196', 0x0000130700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3186', 'Poroggo_Servant', '196', 0x0000BF0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3187', 'Poroggo_s_Toady', '196', 0x0000BF0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3188', 'Porphyrion', '126', 0x0000830200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '2', '0', '32', '456', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3189', 'Portia', '0', 0x0000000000000000000000000000000000000000, '19', '19', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3190', 'Posten', '234', 0x0000210500000000000000000000000000000000, '1', '1', '7', '240', '144', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3191', 'Powderkeg_Yanadahn', '115', 0x05006B0700000000000000000000000000000000, '5', '5', '3', '240', '227', '0', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3192', 'Praetorian_Guard_CCCXI', '25', 0x0000010500000000000000000000000000000000, '7', '7', '3', '240', '132', '1', '2', '0', '0', '429', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3193', 'Princeps_IV-XLV', '25', 0x0000120500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3194', 'Princeps_V-XI', '25', 0x0000F60400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '18', '0', '0', '1143', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3195', 'Princeps_XIII-LXXXIX', '25', 0x0000F60400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3196', 'Princess_Jelly', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '429', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3197', 'Princess_Pudding', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '41', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3198', 'Prince_Seere', '169', 0x0000F40200000000000000000000000000000000, '3', '3', '3', '240', '16', '1', '0', '0', '32', '352', '159', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3199', 'Prishe', '145', 0x0000B70400000000000000000000000000000000, '2', '3', '1', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3200', 'Processionaire', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '150', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3201', 'Proconsul_XII', '25', 0x0000110500000000000000000000000000000000, '7', '7', '3', '265', '2', '1', '2', '0', '0', '238', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3202', 'Procreator', '138', 0x00006D0400000000000000000000000000000000, '1', '1', '3', '240', '141', '1', '2', '0', '0', '6', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3203', 'Procrustes', '126', 0x0000120100000000000000000000000000000000, '4', '4', '12', '240', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3204', 'Progenerator', '138', 0x00006D0400000000000000000000000000000000, '1', '1', '3', '240', '141', '0', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3205', 'Promathia', '134', 0x0000310400000000000000000000000000000000, '7', '7', '3', '240', '0', '0', '16', '0', '32', '3979', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3206', 'Propagator', '138', 0x00006D0400000000000000000000000000000000, '1', '1', '3', '240', '141', '0', '2', '0', '0', '2629', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3207', 'Proteus', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '220', '128', '0', '2', '0', '32', '236', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3208', 'Proto-Omega', '54', 0x0000370400000000000000000000000000000000, '1', '1', '6', '240', '137', '0', '16', '0', '32', '2773', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3209', 'Proto-Ultima', '54', 0x0000340400000000000000000000000000000000, '1', '7', '6', '240', '137', '0', '16', '0', '32', '7', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3210', 'Protoamoeban', '0', 0x00005C0900000000000000000000000000000000, '4', '8', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3211', 'Protozoan', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '4', '0', '0', '6353', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3212', 'Provoker', '220', 0x00005D0400000000000000000000000000000000, '5', '5', '7', '240', '141', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3213', 'Prowlox_Barrelbelly', '133', 0x00003E0400000000000000000000000000000000, '11', '11', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3214', 'Prune', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3215', 'Psycheflayer', '233', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '177', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3216', 'Psychopomp', '91', 0x0000A70800000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3217', 'Puck', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '7', '360', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3218', 'Pudding', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3219', 'Pudding_Master', '112', 0x0000070700000000000000000000000000000000, '4', '4', '7', '240', '40', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3220', 'Puffer_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3221', 'Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '529', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3222', 'Pug_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3223', 'Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '3', '1', '0', '0', '0', '239', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3224', 'Puktrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '1', '0', '0', '99', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3225', 'Puk_Executioner', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '136', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3226', 'Pulverized_Pfeffer', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3227', 'Punctured_Percy', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '12', '0', '2', '0', '32', '7', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3228', 'Pupil_Palliator_I', '145', 0x0100020300100B201A301A401A50FA601C700080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3229', 'Pupil_Palliator_II', '145', 0x0100020300100B201A301A401A50FA601C700080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3230', 'Pupil_Palliator_III', '145', 0x0100020300100B201A301A401A50FA601C700080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3231', 'Purgatory_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '0', '0', '0', '72', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3232', 'Puroboros', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3233', 'Purpleflash_Brukdok', '189', 0x0000670200000000000000000000000000000000, '4', '1', '4', '240', '12', '1', '2', '0', '32', '244', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3234', 'Purson', '179', 0x0000920100000000000000000000000000000000, '8', '8', '7', '360', '16', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3235', 'Pustule', '0', 0x0000000000000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3236', 'Putrid_Immortal_Guard', '86', 0x0000410100000000000000000000000000000000, '1', '1', '3', '270', '192', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3237', 'Putrid_Peapuk', '198', 0x0000D10600000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3238', 'Puu_Timu_the_Phantasmal', '270', 0x00003C0400000000000000000000000000000000, '15', '15', '6', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3239', 'Pya', '125', 0x0000500100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3240', 'Pygmaioi', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3241', 'Pyracmon', '4', 0x0000080100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3242', 'Pyrodrake', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '184', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3243', 'Python_Mercenary', '151', 0x01000E0772100F2072300F400F5064602E703280, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3244', 'Qaitu', '121', 0x0000700100000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3245', 'Qiqirn_Archaeologist', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '186', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3246', 'Qiqirn_Astrologer', '199', 0x0000C70600000000000000000000000000000000, '4', '4', '9', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3247', 'Qiqirn_Bewitcher', '0', 0x0000000000000000000000000000000000000000, '5', '5', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3248', 'Qiqirn_Ceramist', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '1', '0', '0', '0', '33', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3249', 'Qiqirn_Diamantaire', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '1', '0', '0', '0', '241', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3250', 'Qiqirn_Diver', '199', 0x0000C70600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3251', 'Qiqirn_Eggler', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '180', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3252', 'Qiqirn_Enterpriser', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '179', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3253', 'Qiqirn_Freelance', '199', 0x0000C70600000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3254', 'Qiqirn_Goldsmith', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '1', '0', '0', '0', '180', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3255', 'Qiqirn_Huckster', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3256', 'Qiqirn_Lieuter', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '1', '0', '0', '0', '138', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3257', 'Qiqirn_Mercenary', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '185', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3258', 'Qiqirn_Mine', '236', 0x0000FE0600000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3259', 'Qiqirn_Miner', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3260', 'Qiqirn_Mireguide', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '1', '0', '0', '0', '291', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3261', 'Qiqirn_Mosstrooper', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '1', '0', '0', '0', '132', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3262', 'Qiqirn_Pecheur', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3263', 'Qiqirn_Poulterer', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '179', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3264', 'Qiqirn_Rock_Hound', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3265', 'Qiqirn_Trailer', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '188', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3266', 'Qiqirn_Trapper', '0', 0x0000000000000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3267', 'Qiqirn_Treasure_Hunter', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '0', '1', '0', '0', '0', '80', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3268', 'Qiqirn_Volcanist', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '0', '1', '0', '0', '0', '258', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3269', 'Qn_aern_rdm', '3', 0x00005E0500000000000000000000000000000000, '5', '5', '4', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3270', 'Qn_hpemde', '144', 0x0000800400000000000000000000000000000000, '14', '14', '8', '220', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3271', 'Qn_xzomit', '269', 0x0000100200000000000000000000000000000000, '13', '13', '7', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3272', 'Qn_zdei', '272', 0x0000850400000000000000000000000000000000, '1', '1', '7', '240', '9', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3273', 'Quadav_Carrier', '202', 0x00004E0800000000000000000000000000000000, '1', '1', '4', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3274', 'Quadav_Guard', '202', 0x0000450800000000000000000000000000000000, '1', '1', '2', '265', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3275', 'Quadav_Stormer', '202', 0x0000990200000000000000000000000000000000, '1', '1', '7', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3276', 'Quadav_Transporter', '202', 0x0000920200000000000000000000000000000000, '1', '1', '5', '265', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3277', 'Quadav_Turret', '249', 0x0000780800000000000000000000000000000000, '11', '11', '7', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3278', 'Quasimodo', '0', 0x0000B10800000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3279', 'Qudeen', '149', 0x0500AC0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3280', 'Queenbug', '170', 0x0000E20700000000000000000000000000000000, '6', '6', '7', '220', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3281', 'Queen_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3282', 'Queen_Jelly', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '1882', '647', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3283', 'Queen_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '40', '1', '2', '0', '0', '204', '645', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3284', 'Queen_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '40', '1', '2', '0', '0', '26', '645', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3285', 'Queen_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '40', '1', '2', '0', '0', '2235', '645', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3286', 'Queen_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '40', '1', '2', '0', '0', '3149', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3287', 'Qufim_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '3584', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3288', 'Quick_Draw_Sasaroon', '199', 0x0000C70600000000000000000000000000000000, '11', '11', '5', '200', '12', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3289', 'Quiebitiel', '222', 0x0500DB0100000000000000000000000000000000, '1', '1', '5', '360', '12', '1', '16', '0', '32', '6', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3290', 'Qull_the_Fallstopper', '213', 0x0000290500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3291', 'Qull_the_Shellbuster', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3292', 'Qultada', '145', 0x0500720500000000000000000000000000000000, '17', '17', '3', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3293', 'Qulun_Heavyshell', '202', 0x0000490800000000000000000000000000000000, '8', '8', '2', '265', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3294', 'Qutrub', '203', 0x0000EE0600000000000000000000000000000000, '8', '8', '5', '240', '201', '1', '0', '0', '0', '296', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3295', 'Qutrub_Extortionist', '203', 0x0600C50600000000000000000000000000000000, '8', '8', '5', '240', '200', '0', '0', '0', '0', '15', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3296', 'Qutrub_Forayer', '203', 0x0600C50600000000000000000000000000000000, '8', '8', '5', '240', '200', '1', '0', '0', '0', '17', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3297', 'Qutrub_Wastrel', '205', 0x0600C60600000000000000000000000000000000, '4', '4', '9', '240', '200', '0', '0', '0', '0', '17', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3298', 'Quu_Domi_the_Gallant', '270', 0x00004C0200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3299', 'Qu_Pho_Bloodspiller', '202', 0x00001B0400000000000000000000000000000000, '1', '1', '2', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3300', 'Rabid_Rat', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '231', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3301', 'Race_Runner', '97', 0x0000450500000000000000000000000000000000, '4', '4', '12', '190', '8', '0', '2', '0', '0', '681', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3302', 'Racing_Chariot', '63', 0x00001D0700000000000000000000000000000000, '1', '1', '12', '320', '145', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3303', 'Radiant_Wyvern', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '0', '0', '0', '46', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3304', 'Rafflesia', '207', 0x0000E80700000000000000000000000000000000, '9', '9', '7', '240', '128', '0', '0', '0', '0', '578', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3305', 'Ragelise', '0', 0x0000000000000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3306', 'Rahdjab', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3307', 'Rahskhas_s_Pet', '242', 0x0000340100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3308', 'Rahu', '0', 0x0000000000000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3309', 'Raid_Raptor', '210', 0x00003D0100000000000000000000000000000000, '1', '1', '7', '220', '133', '1', '0', '0', '0', '9', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3310', 'Raigegue_R_d_Oraguille', '74', 0x0000530500000000000000000000000000000000, '4', '5', '11', '290', '193', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3311', 'Rainbringer_Yjatvot', '189', 0x00007D0200000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '32', '2897', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3312', 'Rainemard', '145', 0x0100090348104820483048404850166100700000, '5', '5', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3313', 'Raja', '0', 0x00005F0900000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3314', 'Rakshas', '242', 0x0000C80800000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3315', 'Rallbrog_of_Clan_Death', '189', 0x0000730200000000000000000000000000000000, '2', '2', '11', '240', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3316', 'Rampaging_Ram', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '1', '0', '2', '0', '0', '3670', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3317', 'Ramuh_Prime', '43', 0x00001E0300000000000000000000000000000000, '1', '1', '12', '240', '40', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3318', 'Ranch_Wamoura', '253', 0x0000100700000000000000000000000000000000, '1', '1', '7', '240', '153', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3319', 'Ranch_Wamouracampa', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3320', 'Rancid_Ooze', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3321', 'Rancor_Torch', '56', 0x0000180100000000000000000000000000000000, '1', '1', '5', '240', '33', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3322', 'Range_Clionid', '0', 0x00004C0900000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3323', 'Rani', '0', 0x00005E0900000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3324', 'Raptor', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '2', '0', '0', '0', '0', '131', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3325', 'Rasetsu', '169', 0x0000E50200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '18', '0', '0', '1339', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3326', 'Raskovnik', '207', 0x0000E80700000000000000000000000000000000, '9', '8', '5', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3327', 'Raubahn', '149', 0x0500710500000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '16', '0', '32', '667', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3328', 'Rauu_the_Whaleswooner', '213', 0x00002E0500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3329', 'Ravager_Chariot', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3330', 'Raven', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '128', '1', '1', '0', '0', '205', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3331', 'Ravin_Raven', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '5', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3332', 'Razfahd', '33', 0x00002A0700000000000000000000000000000000, '5', '3', '3', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3333', 'Razon', '69', 0x0000220100000000000000000000000000000000, '1', '1', '5', '240', '24', '0', '16', '0', '0', '2802', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3334', 'Razorback', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3335', 'Razorback', '0', 0x0000000000000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3336', 'Razorjaw_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '46', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3337', 'Ra_Dha_Scarscute', '202', 0x0000470800000000000000000000000000000000, '1', '1', '2', '265', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3338', 'Reactionary_Rampart', '209', 0x00001A0700000000000000000000000000000000, '1', '1', '7', '320', '25', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3339', 'Reacton', '300', 0x00001A0100000000000000000000000000000000, '4', '4', '12', '220', '24', '0', '2', '25', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3340', 'Reapertongue_Gadgquok', '189', 0x0000190400000000000000000000000000000000, '15', '15', '4', '240', '16', '1', '18', '0', '32', '339', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3341', 'Reaper_Clan_Warmachine', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3342', 'Recluse_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '180', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3343', 'Red_Kisser', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3344', 'Red_Osculator', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '140', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3345', 'Red_Rose_Condottiere', '145', 0x010000040D1028203A3015400C506B6100000000, '1', '12', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3346', 'Red_Smoocher', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '140', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3347', 'Ree_Nata_the_Melomanic', '270', 0x0000390400000000000000000000000000000000, '10', '10', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3348', 'Refitted_Chariot', '63', 0x00001F0700000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3349', 'Reifnir', '169', 0x0000F10200000000000000000000000000000000, '4', '4', '6', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3350', 'Rencounter_Chariot', '63', 0x00001F0700000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3351', 'Repiner', '78', 0x0000730400000000000000000000000000000000, '1', '1', '8', '240', '13', '0', '16', '0', '0', '441', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3352', 'Republican_Infantry', '146', 0x010000081A101A201A301A401A505C6000000000, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3353', 'Republic_Garrison', '146', 0x01000208021002200230024002505C6000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3354', 'Republic_Supplier', '146', 0x01000C086C100E200E300E400E50136100700080, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3355', 'Reserve_Draugar', '89', 0x0000E60600000000000000000000000000000000, '14', '14', '8', '240', '193', '0', '0', '0', '0', '343', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3356', 'Resheph', '81', 0x00004A0500000000000000000000000000000000, '12', '12', '10', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3357', 'Retiarius_XI-XIX', '25', 0x0000010500000000000000000000000000000000, '4', '4', '12', '265', '8', '1', '2', '0', '0', '3185', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3358', 'Revenant', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '185', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3359', 'Rhoikos', '126', 0x0000830200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3360', 'Rhoitos', '126', 0x0000830200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3361', 'Rhushouf', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3362', 'Rictusgrin_Prakpok', '189', 0x00007A0200000000000000000000000000000000, '8', '8', '5', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3363', 'Riding_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '257', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3364', 'Rift_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3365', 'Rift_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3366', 'Rikoh_Wahcondalo', '151', 0x0500430900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3367', 'Riko_Kupenreich', '185', 0x00003E0900000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3368', 'Rime_Gigas', '126', 0x0000C60200000000000000000000000000000000, '9', '1', '1', '240', '1', '1', '0', '0', '0', '7533', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3369', 'Riparian_Sahagin', '213', 0x0000390500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '0', '0', '0', '231', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3370', 'Riverne_Vulture', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '128', '0', '0', '0', '0', '350', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3371', 'River_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '479', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3372', 'River_Murex', '0', 0x00005D0900000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3373', 'River_Sahagin', '213', 0x0000260500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '0', '0', '0', '419', '129', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3374', 'Rivulet_Sahagin', '213', 0x00002B0500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3375', 'Robber_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '305', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3376', 'Roc', '125', 0x0000500100000000000000000000000000000000, '3', '10', '11', '240', '1', '0', '2', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3377', 'Rock_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '60', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3378', 'Rock_Eater', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '1', '0', '0', '0', '261', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3379', 'Rock_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3380', 'Rock_Grinder', '258', 0x0000A80100000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3381', 'Rock_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '403', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3382', 'Rock_Murex', '0', 0x00005D0900000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3383', 'Rogue_Marid', '180', 0x0000CA0600000000000000000000000000000000, '1', '1', '7', '320', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3384', 'Rohemolipaud', '145', 0x0100050307100720073007400750006000703580, '11', '11', '2', '240', '24', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3385', 'Rojgnoj_s_Left_Hand', '189', 0x0000740200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3386', 'Rojgnoj_s_Right_Hand', '189', 0x00006E0200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3387', 'Romaa_Mihgo', '151', 0x0100090789106E2010306E400D507D6100700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3388', 'Rompaulion_S_Citalle', '221', 0x0000220200000000000000000000000000000000, '6', '6', '9', '360', '6', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3389', 'Rongelouts_N_Distaud', '145', 0x01000F0338102920D9300C400C501F6100700000, '7', '7', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3390', 'Rongeur_D_os', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '12', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3391', 'Rongo-Nango', '153', 0x010001053310B720B730B740B750326100700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3392', 'Roo_Beju_the_Eulogizer', '270', 0x0000510200000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3393', 'Rose_Garden', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '2', '0', '0', '8149', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3394', 'Rossweisse', '115', 0x05006E0700000000000000000000000000000000, '12', '12', '8', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3395', 'Rotten_Jam', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '344', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3396', 'Rotten_Sod', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '6', '0', '0', '0', '0', '7067', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3397', 'Rotting_Huskarl', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '4', '240', '193', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3398', 'Rot_Prowler', '227', 0x00003C0200000000000000000000000000000000, '8', '8', '8', '240', '6', '0', '0', '0', '0', '297', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3399', 'Routsix_Rubbertendon', '133', 0x0000400400000000000000000000000000000000, '9', '9', '5', '240', '16', '1', '2', '0', '32', '2190', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3400', 'Royal_Banneret', '145', 0x010007030C100C200C300C400C50FC601B700000, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3401', 'Royal_Esquire', '145', 0x01000E0319104C20D930D940D95019611D700080, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3402', 'Royal_Garrison', '145', 0x0100010301100120013001400150CA6000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3403', 'Royal_Guard', '145', 0x01000E0319104C20D930D940D95019611D700080, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3404', 'Royal_Infantry', '145', 0x010000030C100C200C300C400C50C1601B700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3405', 'Royal_Knight', '145', 0x010003030C100C200C300C400C50FB601B700080, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3406', 'Royal_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '292', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3407', 'Royal_Palliator', '145', 0x01000C03DD106120153015401550726000700080, '3', '3', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3408', 'Royal_Provisioner', '145', 0x010008040C103420D93034403450BE6100700080, '5', '5', '11', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3409', 'Rubicund_Adenium', '0', 0x0000350800000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3410', 'Ruby_Quadav', '202', 0x00009E0200000000000000000000000000000000, '5', '5', '4', '265', '8', '1', '2', '0', '0', '390', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3411', 'Ruebezahl', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '240', '56', '0', '2', '0', '32', '5881', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3412', 'Ruffbix_Jumbolobes', '133', 0x00003F0400000000000000000000000000000000, '7', '7', '4', '240', '16', '1', '2', '0', '32', '3032', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3413', 'Rugaroo', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '137', '1', '2', '0', '32', '299', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3414', 'Ruly_Imp', '165', 0x0000BC0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '343', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3415', 'Rumble_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '348', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3416', 'Ruminator', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3417', 'Russet_Rarab', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3418', 'Ruszor', '211', 0x0000AF0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '558', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3419', 'Rutrix_Hamgams', '133', 0x0000400400000000000000000000000000000000, '9', '9', '5', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3420', 'Ru_aern', '3', 0x0000570500000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3421', 'Ru_Bha_Stonewall', '200', 0x0000510800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3422', 'Ru_phuabo', '194', 0x0000830400000000000000000000000000000000, '1', '1', '7', '280', '9', '1', '0', '0', '0', '0', '0', '1', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3423', 'Ryy_Qihi_the_Idolrobber', '270', 0x0000390400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3424', 'Sabertooth_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3425', 'Sable-tongued_Gonberry', '243', 0x0000C60400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '0', '0', '32', '3147', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3426', 'Sabotender', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '6461', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3427', 'Sabotender_Amante', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '8', '1', '0', '0', '0', '4493', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3428', 'Sabotender_Bail', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3429', 'Sabotender_Campeon', '212', 0x0000750100000000000000000000000000000000, '2', '3', '7', '240', '8', '1', '0', '0', '0', '1931', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3430', 'Sabotender_Enamorado', '212', 0x0000740100000000000000000000000000000000, '12', '12', '7', '240', '2', '0', '0', '0', '0', '3906', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3431', 'Sabotender_Maestro', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3432', 'Sabotender_Mariachi', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3433', 'Sabotender_Sediendo', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '285', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3434', 'Sacrificial_Goblet', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '34', '0', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3435', 'Sadfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '566', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3436', 'Saehrimnir', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3437', 'Sagelord_Molaal_Ja', '176', 0x06005B0600000000000000000000000000000000, '4', '3', '5', '280', '12', '1', '0', '0', '32', '8', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3438', 'Sagittarius_X-XIII', '25', 0x0000FC0400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '2', '0', '0', '289', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3439', 'Sagittarius_XIII-XXVI', '25', 0x0000F80400000000000000000000000000000000, '11', '11', '2', '265', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3440', 'Sahagin_Parasite', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '84', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3441', 'Sahagin_Patriarch', '213', 0x00002E0500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3442', 'Sahagin_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3443', 'Saizo', '149', 0x0500B00700000000000000000000000000000000, '13', '13', '2', '240', '201', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3444', 'Salamander', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '7', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3445', 'Salimuhl', '149', 0x0500AA0700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3446', 'Saltopus', '0', 0x0000000000000000000000000000000000000000, '1', '4', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3447', 'Salyhaar', '149', 0x0500AB0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3448', 'Sandworm', '215', 0x0000EB0700000000000000000000000000000000, '1', '1', '7', '280', '128', '0', '2', '0', '0', '359', '129', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('3449', 'Sand_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '64', '164', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3450', 'Sand_Beetle', '49', 0x0000990100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3451', 'Sand_Cockatrice', '70', 0x0000200100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '0', '0', '0', '933', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3452', 'Sand_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3453', 'Sand_Digger', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '2', '1', '0', '0', '0', '290', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3454', 'Sand_Eater', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '1', '0', '0', '0', '20', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3455', 'Sand_Hare', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '288', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3456', 'Sand_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '552', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3457', 'Sand_Murex', '0', 0x00005D0900000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3458', 'Sand_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3459', 'Sand_Spider', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '1445', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3460', 'Sand_Sweeper', '0', 0x0000000000000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3461', 'Sand_Tarantula', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '189', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3462', 'Sanguine_Bat', '46', 0x0000010100000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '0', '0', '0', '502', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3463', 'Sapphire_Quadav', '202', 0x00009D0200000000000000000000000000000000, '4', '4', '5', '265', '2', '1', '0', '0', '0', '86', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3464', 'Sapphirine_Quadav', '202', 0x0000990200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '0', '0', '0', '301', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3465', 'Sarameya', '314', 0x0000010700000000000000000000000000000000, '5', '4', '2', '380', '136', '0', '2', '640', '32', '210', '669', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3466', 'Sarcophilus', '98', 0x0000460500000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3467', 'Satellite_Claymores', '14', 0x0000CB0100000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3468', 'Satellite_Daggers', '11', 0x0000C50100000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3469', 'Satellite_Great_Axes', '12', 0x0000CA0100000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3470', 'Satellite_Guns', '18', 0x0000D20100000000000000000000000000000000, '11', '11', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3471', 'Satellite_Hammers', '9', 0x0000C90100000000000000000000000000000000, '3', '3', '11', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3472', 'Satellite_Horns', '16', 0x0000D60100000000000000000000000000000000, '10', '10', '12', '240', '0', '1', '2', '0', '0', '1424', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3473', 'Satellite_Knuckles', '15', 0x0000C40100000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3474', 'Satellite_Kunai', '17', 0x0000CF0100000000000000000000000000000000, '13', '13', '9', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3475', 'Satellite_Longbows', '7', 0x0000D10100000000000000000000000000000000, '11', '11', '2', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3476', 'Satellite_Longswords', '24', 0x0000C20100000000000000000000000000000000, '7', '7', '3', '240', '0', '1', '2', '0', '0', '3609', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3477', 'Satellite_Scythes', '20', 0x0000C80100000000000000000000000000000000, '8', '8', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3478', 'Satellite_Shield', '21', 0x0000D50100000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '2', '0', '0', '2742', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3479', 'Satellite_Spears', '19', 0x0000CC0100000000000000000000000000000000, '14', '14', '8', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3480', 'Satellite_Staves', '23', 0x0000CE0100000000000000000000000000000000, '5', '5', '3', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3481', 'Satellite_Tabars', '8', 0x0000C60100000000000000000000000000000000, '9', '9', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3482', 'Satellite_Tachi', '13', 0x0000D00100000000000000000000000000000000, '12', '12', '10', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3483', 'Satiator', '138', 0x00006D0400000000000000000000000000000000, '1', '1', '3', '240', '141', '0', '2', '0', '32', '290', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3484', 'Satyral', '179', 0x0000920100000000000000000000000000000000, '1', '1', '0', '0', '1', '0', '0', '0', '0', '994', '149', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3485', 'Sauromugue_Skink', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '2', '0', '0', '0', '0', '291', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3486', 'Savage_Hound_Condottiere', '145', 0x01000504971028209730974097506C6100703E80, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3487', 'Savage_Ruszor', '211', 0x0000AF0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '556', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3488', 'Savanna_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3489', 'Savanna_Dhalmel', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '12', '1', '0', '0', '0', '458', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3490', 'Savanna_Rarab', '206', 0x00000D0100000000000000000000000000000000, '6', '6', '7', '240', '0', '0', '0', '0', '0', '445', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3491', 'Sa_Nha_Soulsaver', '202', 0x0000970200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3492', 'Scabrous_Slug', '231', 0x0000E50700000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '561', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3493', 'Scalding_Fafool_Ja', '176', 0x0600480600000000000000000000000000000000, '6', '6', '9', '260', '12', '1', '0', '0', '32', '1847', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3494', 'Scarab_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '195', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3495', 'Scarlet_Boar_Esquire', '145', 0x01000D031C101C201C301C401C50CF6000702280, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3496', 'Scavenger_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3497', 'Scavenging_Hound', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '606', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3498', 'Schnitter', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3499', 'Schwertleite', '115', 0x05004F0700000000000000000000000000000000, '12', '5', '8', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3500', 'Scimitar_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '1889', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3501', 'Scitalis', '266', 0x0000C50800000000000000000000000000000000, '1', '1', '7', '220', '8', '1', '2', '0', '32', '5119', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3502', 'Scolopendra', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '129', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3503', 'Scolopendrid', '217', 0x0000C30800000000000000000000000000000000, '1', '1', '7', '280', '132', '1', '0', '0', '0', '557', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3504', 'Scorpion_Caster', '153', 0x01000D0512101420143014401450E36027701B80, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3505', 'Scout_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '3', '0', '0', '0', '0', '8', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3506', 'Screamer', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '1', '0', '0', '506', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3507', 'Scruffix_Shaggychest', '133', 0x00003F0400000000000000000000000000000000, '7', '7', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3508', 'Scrutinizer', '0', 0x0000000000000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3509', 'Scylla_Brigade_Elite', '149', 0x01000001A410842014308E401750706000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3510', 'Scylla_Brigade_Healer', '153', 0x01000005A410842014308E401750706000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3511', 'Scylla_Brigade_Officer', '149', 0x01000001A410842014308E401750706000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3512', 'Scythefang_Liger', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3513', 'Scythemaw_Jagil', '0', 0x0000000000000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3514', 'Scythe_Victim', '227', 0x00005E0400000000000000000000000000000000, '1', '1', '2', '240', '12', '1', '0', '0', '0', '976', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3515', 'Searcher', '4', 0x0000080100000000000000000000000000000000, '1', '4', '7', '240', '3', '1', '18', '0', '0', '244', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3516', 'Searing_Vogaal_Ja', '177', 0x0000F50600000000000000000000000000000000, '7', '7', '10', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3517', 'Seasonal_Treant', '245', 0x00008A0100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3518', 'Sea_Bishop', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '5470', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3519', 'Sea_Bonze', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '165', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3520', 'Sea_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '192', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3521', 'Sea_Hog', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '6064', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3522', 'Sea_Horror', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '2', '0', '0', '193', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3523', 'Sea_Monk', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '3424', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3524', 'Sea_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '1749', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3525', 'Sea_Puk', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '3', '0', '0', '0', '0', '2335', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3526', 'Second_Rampart', '209', 0x00001A0700000000000000000000000000000000, '1', '1', '7', '320', '25', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3527', 'Secutor_XI-XXXII', '25', 0x0000EF0400000000000000000000000000000000, '1', '1', '5', '265', '8', '1', '2', '0', '0', '2619', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3528', 'Sedna', '0', 0x0000000000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3529', 'Seed_Crystal', '6', 0x00002F0900000000000000000000000000000000, '4', '4', '0', '0', '8', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3530', 'Seed_Goblin', '133', 0x0000310900000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3531', 'Seed_Mandragora', '178', 0x0000300900000000000000000000000000000000, '2', '2', '7', '360', '0', '1', '2', '0', '0', '6683', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3532', 'Seed_Orc', '189', 0x0000320900000000000000000000000000000000, '1', '1', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3533', 'Seed_Quadav', '200', 0x0000330900000000000000000000000000000000, '5', '5', '0', '0', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3534', 'Seed_Thrall', '149', 0x0100000100000000000000000000000000000000, '1', '1', '0', '0', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3535', 'Seed_Yagudo', '270', 0x0000340900000000000000000000000000000000, '3', '3', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3536', 'Seeker', '4', 0x0000080100000000000000000000000000000000, '1', '4', '7', '240', '3', '1', '18', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3537', 'Seeker_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '64', '293', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3538', 'Seelie', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3539', 'Seether', '220', 0x0000610400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '0', '0', '0', '138', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3540', 'Seiryu', '278', 0x00008F0100000000000000000000000000000000, '2', '4', '7', '240', '16', '0', '2', '0', '32', '1041', '159', '0', '1', 0x0); -INSERT INTO mob_pools VALUES ('3541', 'Seneschal_Imp', '165', 0x0000BC0800000000000000000000000000000000, '4', '4', '7', '240', '185', '0', '0', '0', '0', '188', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3542', 'Sensenmann', '0', 0x0000000000000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3543', 'Sentinel_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3544', 'Sentinel_Wivre', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3545', 'Sentry_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3546', 'Sentry_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3547', 'Seps', '198', 0x0000D10600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3548', 'Serjeant_Tombstone', '93', 0x0000200400000000000000000000000000000000, '4', '4', '12', '240', '1', '1', '16', '1', '0', '4516', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3549', 'Serket', '273', 0x00001C0100000000000000000000000000000000, '1', '5', '7', '280', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3550', 'Serpopard_Ishtar', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3551', 'Serra', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3552', 'Sevenskewer_Krugglug', '189', 0x00006C0200000000000000000000000000000000, '1', '1', '2', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3553', 'Seven_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '1102', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3554', 'Seven_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '243', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3555', 'Seven_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '2542', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3556', 'Seven_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '1829', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3557', 'Sewer_Syrup', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3558', 'Seww_the_Squidlimbed', '213', 0x0000390500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3559', 'Shade', '221', 0x0000150200000000000000000000000000000000, '8', '8', '2', '360', '6', '1', '0', '0', '0', '238', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3560', 'Shadelurking_Zolool_Ja', '176', 0x0600530600000000000000000000000000000000, '13', '13', '10', '280', '13', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3561', 'Shadow', '221', 0x0000130200000000000000000000000000000000, '1', '1', '3', '360', '6', '1', '0', '0', '0', '239', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3562', 'Shadoweye_Gnat', '131', 0x0000DC0700000000000000000000000000000000, '6', '6', '2', '150', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3563', 'Shadowfang', '169', 0x0000E50200000000000000000000000000000000, '15', '8', '5', '240', '13', '1', '32', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3564', 'Shadowfang_Void', '100', 0x00000F0000000000000000000000000000000000, '8', '5', '11', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3565', 'Shadowhand', '115', 0x01001D04B5104720BA30BA40BA50256100700000, '1', '4', '12', '240', '193', '1', '32', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3566', 'Shadowhand_Cuirassier', '115', 0x01001D03DD10DD20D9300C400C50FB601B700000, '1', '4', '3', '240', '192', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3567', 'Shadowhand_Kajeel_Ja', '176', 0x0600490600000000000000000000000000000000, '13', '13', '10', '280', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3568', 'Shadowhind_Machinator', '169', 0x0000EB0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3569', 'Shadowhorn', '240', 0x00004F0500000000000000000000000000000000, '2', '4', '7', '240', '13', '1', '32', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3570', 'Shadowhorn_Stormer', '126', 0x00000F0100000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3571', 'Shadowsoul', '169', 0x0000A90800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '32', '0', '2205', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3572', 'Shadowsoul_Devourer', '87', 0x0000A50100000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '2177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3573', 'Shadowwing', '118', 0x0000B10800000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '0', '0', '32', '1770', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3574', 'Shadowwing_Infuriator', '118', 0x0000B10800000000000000000000000000000000, '1', '1', '3', '240', '0', '1', '0', '0', '0', '2465', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3575', 'Shadow_Dragon', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '2', '0', '0', '0', '0', '244', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3576', 'Shadow_Eye', '4', 0x0000080100000000000000000000000000000000, '4', '4', '12', '240', '3', '1', '32', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3577', 'Shadow_Funguar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3578', 'Shadow_Lizard', '174', 0x0000490100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3579', 'Shadow_Lord', '224', 0x0000150300000000000000000000000000000000, '8', '4', '4', '240', '1', '0', '18', '0', '0', '1516', '131', '0', '0', 0x0121010129010022); -INSERT INTO mob_pools VALUES ('3580', 'Shadow_of_Rage', '148', 0x0000040300000000000000000000000000000000, '8', '8', '4', '240', '12', '1', '0', '0', '0', '2221', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3581', 'Shailham', '149', 0x01000101B010B020B030B040B0506A6100700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3582', 'Shamarhaan', '145', 0x0500730500000000000000000000000000000000, '18', '18', '1', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3583', 'Shamblix_Rottenheart', '133', 0x00003F0400000000000000000000000000000000, '8', '8', '3', '240', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3584', 'Shantotto', '153', 0x0500470400000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3585', 'Sharabha', '0', 0x0000930100000000000000000000000000000000, '1', '4', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3586', 'Sharayaan', '149', 0x0500AC0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3587', 'Sharp-Eared_Ropipi', '206', 0x00000D0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3588', 'Shatterskull_Mippdapp', '189', 0x0000020800000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '2', '0', '32', '3835', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3589', 'Shaula', '217', 0x0000C30800000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3590', 'Shayaam', '149', 0x0500670700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3591', 'Shen', '251', 0x0000510500000000000000000000000000000000, '1', '4', '7', '290', '128', '1', '2', '12', '0', '0', '3', '0', '1', 0x0000610000000000); -INSERT INTO mob_pools VALUES ('3592', 'Shen_s_Filtrate', '106', 0x00000C0000000000000000000000000000000000, '4', '5', '12', '240', '16', '1', '2', '17', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3593', 'Shesha', '118', 0x0000B10800000000000000000000000000000000, '1', '8', '5', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3594', 'Shewriwhile', '91', 0x0000A70800000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3595', 'Shielded_Chariot', '63', 0x0000200700000000000000000000000000000000, '1', '1', '5', '320', '145', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3596', 'Shieldtrap', '114', 0x0000410500000000000000000000000000000000, '5', '5', '2', '200', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3597', 'Shii', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3598', 'Shikaree_X', '151', 0x05006B0100000000000000000000000000000000, '9', '13', '2', '240', '0', '1', '0', '0', '32', '2290', '537', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3599', 'Shikaree_X_s_Rabbit', '206', 0x00000D0100000000000000000000000000000000, '1', '1', '7', '240', '12', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3600', 'Shikaree_Y', '151', 0x05006A0100000000000000000000000000000000, '8', '2', '1', '240', '1', '1', '0', '0', '32', '719', '539', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3601', 'Shikaree_Z', '151', 0x0500690100000000000000000000000000000000, '14', '3', '1', '240', '0', '1', '0', '0', '32', '298', '541', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3602', 'Shikaree_Z_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3603', 'Shikigami_Weapon', '110', 0x0000DE0100000000000000000000000000000000, '5', '5', '11', '240', '32', '0', '2', '0', '0', '296', '645', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3604', 'Shinryu', '266', 0x00003F0900000000000000000000000000000000, '1', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3605', 'Ship_Wight', '227', 0x0000400200000000000000000000000000000000, '4', '4', '10', '240', '0', '0', '0', '0', '0', '343', '643', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3606', 'Shisox_Widebrow', '133', 0x00003F0400000000000000000000000000000000, '12', '12', '3', '240', '16', '1', '2', '0', '32', '906', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3607', 'Shiva_Prime', '44', 0x00001D0300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3608', 'Shoal_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3609', 'Shore_Sahagin', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '0', '0', '0', '239', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3610', 'Shore_Spider', '235', 0x0000390100000000000000000000000000000000, '1', '1', '3', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3611', 'Shrapnel', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '284', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3612', 'Shredded_Samson', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '12', '0', '2', '0', '32', '5232', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3613', 'Shrewd_Hunter', '26', 0x0000440500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '2', '0', '0', '2381', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3614', 'Shrieker', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3615', 'Sicklemoon_Crab', '77', 0x0000650100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3616', 'Sicklemoon_Jagil', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '367', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3617', 'Sidhe', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '7', '240', '72', '0', '0', '0', '0', '349', '515', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3618', 'Siegebreaker_Wujroj', '189', 0x0000660200000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3619', 'Siege_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '5413', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3620', 'Siege_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '132', '0', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3621', 'Siege_Turret', '248', 0x0000720800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3622', 'Siegrune', '115', 0x0500640700000000000000000000000000000000, '12', '5', '8', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3623', 'Sierra_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3624', 'Silencing_Tube', '247', 0x0000000700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3625', 'Silk_Caterpillar', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '926', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3626', 'Silverhook', '227', 0x00003A0200000000000000000000000000000000, '4', '4', '6', '240', '6', '0', '2', '0', '32', '238', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3627', 'Silver_Fox_Archer', '145', 0x0100000400000B201A301A401A50A6601C702380, '11', '11', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3628', 'Silver_Quadav', '202', 0x0000920200000000000000000000000000000000, '6', '6', '2', '265', '2', '1', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3629', 'Simorg', '265', 0x0000C50800000000000000000000000000000000, '1', '1', '7', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3630', 'Simurgh', '125', 0x0000500100000000000000000000000000000000, '1', '10', '5', '240', '1', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3631', 'Sinister_Seidel', '175', 0x00009C0100000000000000000000000000000000, '5', '5', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3632', 'Sippoy', '0', 0x0000A40800000000000000000000000000000000, '2', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3633', 'Siranpa-kamuy', '0', 0x00008B0100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3634', 'Sirin', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '16', '0', '0', '7503', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3635', 'Sirrush', '174', 0x0000490100000000000000000000000000000000, '1', '1', '6', '200', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3636', 'Sisyphus', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3637', 'Six_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '47', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3638', 'Six_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '1207', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3639', 'Six_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '2132', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3640', 'Six_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '707', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3641', 'Sjokrakjen', '218', 0x0000610100000000000000000000000000000000, '2', '2', '7', '240', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3642', 'Skadi', '126', 0x0000C50200000000000000000000000000000000, '9', '1', '1', '240', '9', '1', '16', '0', '32', '7', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3643', 'Skahnowa', '2', 0x0000900100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '32', '6265', '153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3644', 'Skeleton_Escort', '227', 0x0000340200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3645', 'Skeleton_Esquire', '227', 0x0000340200000000000000000000000000000000, '8', '8', '1', '240', '6', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3646', 'Skeleton_Sorcerer', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '562', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3647', 'Skeleton_Warrior', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '4161', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3648', 'Skewer_Sam', '70', 0x0000200100000000000000000000000000000000, '1', '1', '5', '240', '3', '0', '2', '0', '32', '881', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3649', 'Skimmer', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '1', '0', '0', '169', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3650', 'Skinmask_Ugghfogg', '189', 0x0000170400000000000000000000000000000000, '8', '8', '5', '240', '16', '1', '0', '0', '32', '667', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3651', 'Skirmish_Pephredo', '48', 0x0000100100000000000000000000000000000000, '1', '1', '3', '240', '12', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3652', 'Skoffin', '268', 0x00003E0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '178', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3653', 'Skogs_Fru', '170', 0x0000E20700000000000000000000000000000000, '1', '1', '7', '220', '12', '0', '2', '0', '32', '5400', '667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3654', 'Skull_of_Envy', '227', 0x0000650400000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3655', 'Skull_of_Gluttony', '227', 0x0000980400000000000000000000000000000000, '1', '1', '4', '240', '6', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3656', 'Skull_of_Greed', '227', 0x00003B0200000000000000000000000000000000, '1', '1', '4', '240', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3657', 'Skull_of_Lust', '227', 0x00004D0400000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3658', 'Skull_of_Pride', '227', 0x00007A0400000000000000000000000000000000, '4', '4', '5', '240', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3659', 'Skull_of_Sloth', '227', 0x0000700400000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3660', 'Skull_of_Wrath', '227', 0x00005E0400000000000000000000000000000000, '1', '1', '2', '240', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3661', 'Slasher', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3662', 'Slash_Pine', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '237', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3663', 'Slate_Scorpion', '217', 0x0000C30800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3664', 'Slaughterous_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '132', '1', '0', '0', '0', '10', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3665', 'Slaughterous_Smilodon', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3666', 'Slavering_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3667', 'Slave_Globe', '234', 0x00003A0100000000000000000000000000000000, '1', '1', '7', '240', '34', '0', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3668', 'Sleet_Gigas', '126', 0x0000C70200000000000000000000000000000000, '11', '1', '1', '240', '1', '1', '0', '0', '0', '59', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3669', 'Slendlix_Spindlethumb', '133', 0x0000000000000000000000000000000000000000, '3', '3', '12', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3670', 'Slime_Mold', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '133', '1', '0', '0', '0', '258', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3671', 'Slinkix_Trufflesniff', '133', 0x00003E0400000000000000000000000000000000, '11', '11', '2', '240', '16', '1', '2', '0', '32', '431', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3672', 'Slitherword_Razghogg', '189', 0x0000190400000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '32', '1750', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3673', 'Slough_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3674', 'Slystix_Megapeepers', '133', 0x00003F0400000000000000000000000000000000, '13', '13', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3675', 'Small_Box', '183', 0x0000030100000000000000000000000000000000, '1', '1', '7', '170', '34', '0', '0', '0', '0', '7', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3676', 'Smeltix_Thickhide', '133', 0x0000400400000000000000000000000000000000, '1', '1', '4', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3677', 'Smilodon', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '402', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3678', 'Smok', '263', 0x0000600200000000000000000000000000000000, '1', '4', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3679', 'Smolenkos', '4', 0x0000080100000000000000000000000000000000, '1', '4', '11', '240', '136', '1', '1', '0', '0', '240', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3680', 'Smothered_Schmidt', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3681', 'Sniper_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '108', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3682', 'Snipper', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '4', '0', '0', '3913', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3683', 'Snoll', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '3513', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3684', 'Snoll_Tzar', '232', 0x00001B0100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '639', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3685', 'Snowball', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '237', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3686', 'Snowflake', '232', 0x0000160100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3687', 'Snow_Devil', '232', 0x0000160100000000000000000000000000000000, '1', '4', '7', '240', '24', '0', '0', '0', '0', '1309', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3688', 'Snow_Gigas', '126', 0x0000C50200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '4143', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3689', 'Snow_Lizard', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '239', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3690', 'Snow_Maiden', '232', 0x0000160100000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '0', '0', '0', '449', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3691', 'Snow_Wight', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3692', 'Snypestix_Eaglebeak', '133', 0x00003E0400000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3693', 'Sobbing_Eyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '1', '2', '0', '0', '1682', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3694', 'Sobbing_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '3727', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3695', 'Sobek', '58', 0x0000480500000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3696', 'Sods_Limule', '0', 0x00004D0900000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3697', 'Soldier_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3698', 'Soldier_Pephredo', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '12', '1', '0', '0', '0', '132', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3699', 'Solicitor', '78', 0x0000730400000000000000000000000000000000, '1', '1', '8', '240', '13', '0', '2', '0', '0', '7685', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3700', 'Sonia', '149', 0x01000A02D310D320D330D340D350756075700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3701', 'Son_of_Anansi', '235', 0x0000370100000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '0', '0', '0', '4429', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3702', 'Soo_Jopo_the_Fiendking', '270', 0x0000390400000000000000000000000000000000, '9', '1', '5', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3703', 'Soo_Luma_the_Ascended', '270', 0x0000410800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3704', 'Soulflayer', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '5', '240', '177', '1', '0', '0', '0', '404', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3705', 'Soulsender_Fugbrag', '189', 0x0000190400000000000000000000000000000000, '10', '1', '4', '240', '16', '1', '0', '0', '32', '431', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3706', 'Soulstealer_Skullnix', '133', 0x0000F90100000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3707', 'Soul_Stinger', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3708', 'Southern_Piranu', '191', 0x0000C10600000000000000000000000000000000, '1', '1', '7', '240', '136', '0', '0', '0', '0', '80', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3709', 'Southern_Shadow', '223', 0x0000260200000000000000000000000000000000, '4', '1', '4', '360', '6', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3710', 'Southern_Spriggan', '223', 0x00001E0200000000000000000000000000000000, '7', '7', '1', '360', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3711', 'Sozu_Bliberry', '243', 0x0000E30400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '2', '0', '0', '296', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3712', 'Sozu_Rogberry', '243', 0x0000AA0400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '2', '0', '0', '4574', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3713', 'Sozu_Sarberry', '243', 0x0000B00400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '2', '0', '0', '553', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3714', 'Sozu_Terberry', '243', 0x0000AD0400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '2', '0', '0', '2077', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3715', 'So_Gho_Adderhandler', '202', 0x00001C0400000000000000000000000000000000, '9', '1', '11', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3716', 'So_Hyu_Quakemaker', '202', 0x00009D0200000000000000000000000000000000, '4', '4', '6', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3717', 'So_Zho_Metalbender', '202', 0x00001E0400000000000000000000000000000000, '2', '2', '6', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3718', 'Sparkspox_Sweatbrow', '133', 0x00003F0400000000000000000000000000000000, '1', '1', '5', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3719', 'Spartoi_Sorcerer', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '2906', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3720', 'Spartoi_Warrior', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '112', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3721', 'Spectacled_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '64', '428', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3722', 'Spectator', '234', 0x00003A0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3723', 'Specter', '221', 0x0000140200000000000000000000000000000000, '1', '1', '3', '360', '6', '1', '0', '0', '0', '6535', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3724', 'Specter_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3725', 'Spell_Spitter_Spilospok', '184', 0x0000BC0200000000000000000000000000000000, '5', '5', '9', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3726', 'Speltercap', '116', 0x0000C90800000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3727', 'Spelunking_Sabotender', '212', 0x0000740100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '0', '0', '0', '204', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3728', 'Spider_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '12', '0', '0', '0', '0', '132', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3729', 'Spinalsucker_Galflmall', '189', 0x00001A0400000000000000000000000000000000, '5', '1', '4', '240', '16', '1', '0', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3730', 'Spinebeak_Neckchopper', '189', 0x0000FD0700000000000000000000000000000000, '8', '4', '5', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3731', 'Spinel_Quadav', '202', 0x0000960200000000000000000000000000000000, '4', '4', '5', '265', '2', '1', '0', '0', '0', '189', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3732', 'Spinner', '235', 0x0000380100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '390', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3733', 'Spinous_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3734', 'Spiny_Spipi', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3735', 'Spitting_Spider', '235', 0x0000380100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3736', 'Splinterspine_Grukjuk', '189', 0x0000720200000000000000000000000000000000, '11', '11', '5', '240', '12', '1', '0', '0', '32', '3066', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3737', 'Sponge', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '4', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3738', 'Spongilla_Fly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '128', '1', '0', '0', '0', '290', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3739', 'Spook', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '139', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3740', 'Spotter', '4', 0x0000080100000000000000000000000000000000, '1', '4', '7', '240', '3', '1', '18', '0', '0', '3754', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3741', 'Spriggan', '221', 0x0000160200000000000000000000000000000000, '1', '1', '5', '360', '6', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3742', 'Spring_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3743', 'Spring_Sahagin', '213', 0x0000260500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '0', '0', '0', '237', '129', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3744', 'Sprinkler', '175', 0x00009C0100000000000000000000000000000000, '4', '5', '7', '240', '32', '0', '0', '0', '0', '323', '133', '0', '1', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3745', 'Sprite', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '7', '240', '0', '0', '0', '0', '0', '184', '513', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3746', 'Spuk', '121', 0x0000700100000000000000000000000000000000, '4', '4', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3747', 'Spunkie', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '1', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3748', 'Squib', '196', 0x0000BF0800000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3749', 'Srei_Ap', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '192', '0', '0', '0', '0', '27', '643', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3750', 'Stabnix_Skewerfinger', '133', 0x0000670500000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3751', 'Staggering_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3752', 'Stag_Beetle', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '1', '0', '0', '0', '448', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3753', 'Stag_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3754', 'Stalking_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '820', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3755', 'Starmite', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '1', '1', '1', '0', '0', '151', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3756', 'Star_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '377', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3757', 'Star_Ruby_Quadav', '202', 0x00009B0200000000000000000000000000000000, '5', '5', '4', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3758', 'Star_Sapphire_Quadav', '202', 0x00009A0200000000000000000000000000000000, '4', '4', '5', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3759', 'Statue_Prototype', '92', 0x0000260400000000000000000000000000000000, '3', '3', '11', '240', '1', '1', '0', '0', '0', '7', '135', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3760', 'Stcemqestcint', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3761', 'Stealth_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '26', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3762', 'Stealth_Bomber_Gagaroon', '199', 0x0000C70600000000000000000000000000000000, '6', '6', '2', '200', '12', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3763', 'Steam_Cleaner', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '34', '1', '2', '0', '0', '7', '135', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3764', 'Steam_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3765', 'Steelbiter_Gudrud', '189', 0x0000180400000000000000000000000000000000, '14', '14', '1', '240', '1', '1', '2', '0', '32', '1950', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3766', 'Steelfleece_Baldarich', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '1', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3767', 'Steelhide_Protector', '189', 0x0000FA0700000000000000000000000000000000, '7', '7', '1', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3768', 'Steelshell', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '1', '0', '0', '371', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3769', 'Steel_Quadav', '202', 0x0000510800000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '298', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3770', 'Stegotaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3771', 'Steppe_Hare', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '828', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3772', 'Stickpin', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '271', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3773', 'Stihi', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '32', '2108', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3774', 'Stinging_Sophie', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3775', 'Stink_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '64', '166', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3776', 'Stirge', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '1', '0', '0', '397', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3777', 'Stolas', '55', 0x0000BC0100000000000000000000000000000000, '6', '1', '3', '240', '8', '1', '2', '0', '32', '2538', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3778', 'Stollenwurm', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '0', '6801', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3779', 'Stone_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3780', 'Stone_Eater', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '0', '0', '0', '0', '297', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3781', 'Stone_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3782', 'Stoorworm', '164', 0x0000040700000000000000000000000000000000, '1', '1', '7', '240', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3783', 'Strato_Hippogryph', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '0', '0', '0', '0', '342', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3784', 'Stray', '255', 0x0000530400000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '0', '0', '1062', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3785', 'Stray_Mary', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3786', 'Stream_Amoeban', '0', 0x00005C0900000000000000000000000000000000, '4', '8', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3787', 'Stream_Limule', '0', 0x00004D0900000000000000000000000000000000, '4', '3', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3788', 'Stream_Sahagin', '213', 0x0000320500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '0', '0', '0', '324', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3789', 'Strifelord_Bakool_Ja', '176', 0x06004F0600000000000000000000000000000000, '14', '14', '1', '280', '12', '1', '0', '0', '32', '756', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3790', 'Striking_Bull', '146', 0x0100080837103720373037403750616130700000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3791', 'Stringes', '46', 0x0000000100000000000000000000000000000000, '1', '1', '5', '240', '128', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3792', 'Strolling_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '5449', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3793', 'Strongarm_Zodvad', '189', 0x0000EA0300000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '18', '0', '32', '5129', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3794', 'Stroper', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3795', 'Stroper_Chyme', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '289', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3796', 'Stubborn_Dredvodd', '189', 0x0000810200000000000000000000000000000000, '14', '5', '1', '240', '12', '1', '2', '0', '32', '1551', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3797', 'Student_Salvemi', '153', 0x0100050500000B20133013401350296100000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3798', 'Sturdy_Pyxis', '0', 0x0000000000000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3799', 'Sturm', '143', 0x00006C0100000000000000000000000000000000, '6', '6', '3', '240', '6', '1', '2', '0', '0', '100', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3800', 'Sturmtiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '2', '0', '0', '7175', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3801', 'Stygian_Demon', '169', 0x0000E80200000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '292', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3802', 'Stygian_Djinn', '82', 0x0000C40800000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3803', 'Stygian_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3804', 'Sub-zero_Gear', '119', 0x00001B0700000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3805', 'Submarine_Nipper', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '6299', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3806', 'Succubus_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '398', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3807', 'Suhur_Mas', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3808', 'Sulfur_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '186', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3809', 'Suparna', '125', 0x0000500100000000000000000000000000000000, '1', '10', '12', '240', '0', '0', '2', '0', '0', '481', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3810', 'Suparna_Fledgling', '125', 0x0000500100000000000000000000000000000000, '3', '3', '11', '240', '1', '0', '2', '0', '0', '7', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3811', 'Sureshot_Snatgat', '189', 0x0000E90300000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '18', '0', '32', '6027', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3812', 'Surmerdar_the_Unbridled', '246', 0x0600AB0600000000000000000000000000000000, '11', '11', '5', '230', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3813', 'Surveyor', '234', 0x00003A0100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3814', 'Suttung', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '12', '320', '25', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3815', 'Suu_Xicu_the_Cantabile', '270', 0x00003D0400000000000000000000000000000000, '10', '10', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3816', 'Suzaku', '280', 0x0000510100000000000000000000000000000000, '5', '5', '3', '240', '16', '0', '2', '0', '32', '1079', '159', '0', '1', 0x6100000000000000); -INSERT INTO mob_pools VALUES ('3817', 'Svelldrake', '266', 0x00008F0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3818', 'Swamfisk', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3819', 'Swamp_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3820', 'Swamp_Muck', '229', 0x0000240100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3821', 'Swamp_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3822', 'Swamp_Sahagin', '213', 0x0000350500000000000000000000000000000000, '10', '10', '5', '240', '2', '1', '0', '0', '0', '294', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3823', 'Swarmspawn', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '141', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3824', 'Swashstox_Beadblinker', '133', 0x0000BE0200000000000000000000000000000000, '1', '1', '4', '240', '8', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3825', 'Sweeping_Cluster', '68', 0x0000230100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '126', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3826', 'Swiftwinged_Gekko', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3827', 'Swift_Hunter', '26', 0x0000440500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '2', '0', '2', '7', '2177', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3828', 'Swipostik', '184', 0x0000AA0200000000000000000000000000000000, '6', '6', '2', '240', '8', '1', '16', '0', '32', '2922', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3829', 'Swypestix_Tigershins', '133', 0x00003E0400000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '2', '0', '32', '72', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3830', 'Sylvestre', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '588', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3831', 'Tabar_Beak', '70', 0x0000200100000000000000000000000000000000, '1', '1', '11', '240', '1', '0', '0', '0', '0', '667', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3832', 'Tablilla', '85', 0x0000310100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3833', 'Tahbmar', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3834', 'Taifun', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '2', '0', '0', '330', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3835', 'Tainted_Flesh', '86', 0x0000400100000000000000000000000000000000, '1', '1', '3', '270', '6', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3836', 'Tainted_Hound', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '3183', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3837', 'Tainted_Treant', '245', 0x0000840100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3838', 'Taisai', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '1', '0', '0', '183', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3839', 'Taisaijin', '139', 0x0000800100000000000000000000000000000000, '4', '5', '12', '280', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3840', 'Talacca_Clot', '66', 0x0000260100000000000000000000000000000000, '1', '1', '11', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3841', 'Talos', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '32', '0', '1', '0', '0', '138', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3842', 'Tanngrisnir', '87', 0x0000A50100000000000000000000000000000000, '1', '1', '12', '240', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3843', 'Tarasca', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '32', '3405', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3844', 'Tarasque', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '403', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3845', 'Tarbotaur', '240', 0x0000500500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '348', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3846', 'Tartalo', '4', 0x0000080100000000000000000000000000000000, '4', '4', '11', '240', '136', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3847', 'Tartaruga_Gigante', '2', 0x0000910100000000000000000000000000000000, '4', '3', '7', '380', '8', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3848', 'Tartarus_Eft', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '8', '1', '0', '0', '0', '442', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3849', 'Taruroaster_Biggsjig', '189', 0x0000190400000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '0', '0', '32', '7', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3850', 'Tarutaru_Automaton', '154', 0x0500D60400000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '0', '0', '0', '905', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3851', 'Tatzlwurm', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '16', '0', '0', '6487', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3852', 'Taurus', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '284', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3853', 'Tavnazian_Ram', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '12', '1', '0', '0', '0', '608', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3854', 'Tavnazian_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3855', 'Tawny-fingered_Mugberry', '243', 0x0000AA0400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3856', 'Taxim', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3857', 'Ta_Hyu_Gallanthunter', '202', 0x00001D0400000000000000000000000000000000, '8', '8', '2', '265', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3858', 'Tebhi', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3859', 'Teekesselchen', '175', 0x00009D0100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3860', 'Teine_Sith', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '0', '0', '0', '309', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3861', 'Tejas', '322', 0x0000190300000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3862', 'Telchines_Bard', '213', 0x00003A0500000000000000000000000000000000, '10', '10', '5', '240', '129', '1', '0', '0', '0', '336', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3863', 'Telchines_Dragoon', '213', 0x0000200500000000000000000000000000000000, '14', '14', '1', '240', '129', '1', '0', '0', '0', '4819', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3864', 'Telchines_Monk', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '129', '1', '0', '0', '0', '786', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3865', 'Telchines_s_Wyvern', '193', 0x0000180000000000000000000000000000000000, '1', '1', '7', '200', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3866', 'Telchines_White_Mage', '213', 0x00002F0500000000000000000000000000000000, '3', '3', '3', '240', '129', '1', '0', '0', '0', '8153', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3867', 'Temenos_Aern', '3', 0x0000570500000000000000000000000000000000, '7', '7', '1', '240', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3868', 'Temenos_Cleaner', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '17', '1', '0', '0', '0', '2945', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3869', 'Temenos_Ghrah', '123', 0x0000880400000000000000000000000000000000, '1', '1', '7', '220', '129', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3870', 'Temenos_Weapon', '110', 0x0000C30100000000000000000000000000000000, '5', '5', '3', '240', '145', '0', '2', '0', '0', '135', '645', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3871', 'Temple_Bee', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '0', '0', '0', '185', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3872', 'Temple_Guardian', '85', 0x0000300100000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3873', 'Temple_Knight', '145', 0x0100020300100B201A301A401A50FA601C700080, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3874', 'Temple_Opo-opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '0', '0', '0', '184', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3875', 'Tenzen', '149', 0x00009E0400000000000000000000000000000000, '12', '12', '1', '240', '16', '0', '16', '0', '32', '33', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3876', 'Ten_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '284', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3877', 'Ten_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '257', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3878', 'Ten_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '2223', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3879', 'Ten_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3880', 'Teratotaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '59', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3881', 'Terminus_Eft', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3882', 'Terror_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '327', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3883', 'Teugghia', '0', 0x0000EF0700000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3884', 'Te_Zha_Ironclad', '202', 0x00001D0400000000000000000000000000000000, '3', '1', '3', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3885', 'Thalassic_Pugil', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3886', 'Thawed_Bones', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '396', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3887', 'Theoyagudo_Bard', '270', 0x00005E0200000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3888', 'Theoyagudo_Black_Mage', '270', 0x00005C0200000000000000000000000000000000, '4', '4', '9', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3889', 'Theoyagudo_Monk', '270', 0x00005E0200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3890', 'Theoyagudo_Ninja', '270', 0x0000590200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3891', 'Theoyagudo_Samurai', '270', 0x00005A0200000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3892', 'Theoyagudo_Summoner', '270', 0x00005D0200000000000000000000000000000000, '15', '15', '4', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3893', 'Theoyagudo_White_Mage', '270', 0x00005F0200000000000000000000000000000000, '3', '3', '3', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3894', 'The_Waughroon_Kid', '136', 0x0000280100000000000000000000000000000000, '2', '2', '1', '300', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3895', 'Thiazi', '125', 0x0000500100000000000000000000000000000000, '10', '10', '12', '240', '9', '0', '16', '0', '0', '7', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3896', 'Thickshell', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '1', '0', '0', '152', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3897', 'Thinker', '241', 0x0000670400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3898', 'Third_Rampart', '209', 0x00001A0700000000000000000000000000000000, '1', '1', '7', '320', '25', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3899', 'Thousandarm_Deshglesh', '189', 0x0000640200000000000000000000000000000000, '7', '7', '10', '240', '1', '1', '2', '0', '32', '2686', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3900', 'Thousand_Eyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '2', '0', '0', '0', '0', '112', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3901', 'Thread_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3902', 'Three-eyed_Prozpuz', '189', 0x0000040800000000000000000000000000000000, '11', '11', '5', '240', '16', '1', '2', '0', '32', '2329', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3903', 'Three_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '204', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3904', 'Three_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '349', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3905', 'Three_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '311', '129', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3906', 'Three_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '257', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3907', 'Throatripper_Predator', '189', 0x0000030800000000000000000000000000000000, '11', '4', '5', '240', '12', '1', '0', '0', '0', '6', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3908', 'Thrym', '126', 0x0000800200000000000000000000000000000000, '1', '1', '6', '240', '9', '1', '16', '0', '32', '7', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3909', 'Thunderbolt_Piraal_Ja', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3910', 'Thunderclap_Sareel_Ja', '176', 0x06004C0600000000000000000000000000000000, '9', '9', '2', '280', '12', '1', '0', '0', '32', '8', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3911', 'Thunderhead', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '1', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3912', 'Thunder_Elemental', '105', 0x00000D0000000000000000000000000000000000, '4', '5', '12', '240', '32', '0', '0', '0', '0', '291', '131', '0', '0', 0x00000000007F0000); -INSERT INTO mob_pools VALUES ('3913', 'Thunder_Fiend', '105', 0x00000D0000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3914', 'Thunder_Gremlin', '110', 0x0000D30100000000000000000000000000000000, '5', '5', '3', '240', '34', '1', '2', '0', '0', '1209', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3915', 'Thunder_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '1', '0', '0', '0', '7', '135', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3916', 'Tiamat', '263', 0x0000600200000000000000000000000000000000, '1', '4', '7', '240', '137', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3917', 'Ticktox_Beadyeyes', '133', 0x00003F0400000000000000000000000000000000, '8', '8', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3918', 'Tieholtsodi', '219', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '129', '1', '16', '0', '32', '3662', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3919', 'Tigerbane_Bakdak', '189', 0x0000680200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '2', '0', '32', '1871', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3920', 'Time_Bomb', '56', 0x0000180100000000000000000000000000000000, '1', '1', '5', '240', '33', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3921', 'Tind', '169', 0x0000F20200000000000000000000000000000000, '8', '8', '1', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3922', 'Tinnin', '313', 0x0000040700000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '2', '9', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3923', 'Tiny_Lycopodium', '178', 0x0000C70800000000000000000000000000000000, '2', '2', '7', '360', '128', '0', '0', '0', '0', '471', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3924', 'Tiny_Mandragora', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '290', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3925', 'Tipha', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3926', 'Titania', '195', 0x0000EE0700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3927', 'Titanis_Dax', '125', 0x0000500100000000000000000000000000000000, '10', '10', '12', '240', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3928', 'Titanis_Jax', '125', 0x0000500100000000000000000000000000000000, '10', '10', '12', '240', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3929', 'Titanis_Max', '125', 0x0000500100000000000000000000000000000000, '10', '10', '12', '240', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3930', 'Titanis_Xax', '125', 0x0000500100000000000000000000000000000000, '10', '10', '12', '240', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3931', 'Titan_Prime', '45', 0x00001A0300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3932', 'Titlacauan', '74', 0x0000550900000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3933', 'Tiyaash', '149', 0x0100030100100720073007400750006000700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3934', 'Toad', '196', 0x0000BF0800000000000000000000000000000000, '4', '4', '7', '150', '128', '1', '0', '0', '0', '1117', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3935', 'Toadbolster', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3936', 'Toadcushion', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3937', 'Toadpillow', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3938', 'Toadsquab', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3939', 'Toadstool', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '1', '0', '0', '344', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3940', 'Tocktix_Thinlids', '133', 0x00003F0400000000000000000000000000000000, '8', '8', '3', '240', '16', '1', '2', '0', '32', '865', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3941', 'Tombstone_Prototype', '93', 0x0000200400000000000000000000000000000000, '5', '5', '11', '240', '1', '1', '0', '1', '0', '271', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('3942', 'Tomb_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '0', '154', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3943', 'Tomb_Mage', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '152', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3944', 'Tomb_Warrior', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '152', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3945', 'Tomb_Wolf', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '240', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3946', 'Tomb_Worm', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '0', '0', '0', '0', '324', '133', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('3947', 'Tom_Tit_Tat', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3948', 'Tonberry_Bedeviler', '243', 0x0000A70400000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3949', 'Tonberry_Beleaguerer', '243', 0x0000CA0400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '284', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3950', 'Tonberry_Chopper', '243', 0x0000B30400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3951', 'Tonberry_Creeper', '243', 0x00009F0400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3952', 'Tonberry_Cutter', '243', 0x0000B20400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '192', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3953', 'Tonberry_Decapitator', '243', 0x0000B50400000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '2', '0', '0', '109', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3954', 'Tonberry_Decimator', '243', 0x0000B50400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3955', 'Tonberry_Dismayer', '243', 0x0000CA0400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '238', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3956', 'Tonberry_Harasser', '243', 0x0000C70400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '35', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3957', 'Tonberry_Harrier', '243', 0x0000CF0400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3958', 'Tonberry_Hexer', '243', 0x0000C10400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '0', '0', '0', '193', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3959', 'Tonberry_Imprecator', '243', 0x0000BC0400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '0', '0', '0', '323', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3960', 'Tonberry_Jinxer', '243', 0x0000BC0400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3961', 'Tonberry_Kinq', '243', 0x0000DE0400000000000000000000000000000000, '15', '15', '10', '240', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3962', 'Tonberry_Lieje', '243', 0x0000DE0400000000000000000000000000000000, '4', '4', '11', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3963', 'Tonberry_Maledictor', '243', 0x0000BC0400000000000000000000000000000000, '4', '4', '6', '240', '1', '1', '0', '0', '0', '290', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3964', 'Tonberry_Pontifex', '243', 0x0000C50400000000000000000000000000000000, '4', '4', '6', '240', '16', '1', '2', '0', '0', '7', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3965', 'Tonberry_Pursuer', '243', 0x0000A70400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '290', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3966', 'Tonberry_Shadower', '243', 0x0000A70400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '299', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3967', 'Tonberry_Slasher', '243', 0x0000B30400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '293', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3968', 'Tonberry_Stabber', '243', 0x0000B30400000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '292', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3969', 'Tonberry_Stalker', '243', 0x0000A40400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '179', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3970', 'Tonberry_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '32', '1', '8', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3971', 'Tonberry_s_Elemental', '102', 0x0000080000000000000000000000000000000000, '4', '5', '12', '240', '32', '1', '8', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3972', 'Tonberry_Tracker', '243', 0x0000A00400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '2', '0', '0', '207', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3973', 'Tonberry_Trailer', '243', 0x0000A70400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '0', '201', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3974', 'Topaz_Quadav', '202', 0x00009C0200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '0', '0', '0', '2458', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('3975', 'Toppling_Tuber', '116', 0x0000C90800000000000000000000000000000000, '8', '8', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3976', 'Torama', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '2', '240', '1', '0', '16', '0', '0', '186', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3977', 'Tormentor', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '303', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3978', 'Torvotaur', '240', 0x0000500500000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3979', 'Tottering_Toby', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3980', 'Toucan', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '128', '1', '1', '0', '0', '659', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3981', 'Tower_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '64', '362', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3982', 'Tracer_Antlion', '26', 0x0000430500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '445', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3983', 'Tracker_Antlion', '26', 0x0000430500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '337', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3984', 'Tragopan', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '128', '1', '1', '0', '0', '232', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3985', 'Trailblix_Goatmug', '133', 0x0000400400000000000000000000000000000000, '9', '9', '5', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3986', 'Trained_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3987', 'Trained_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3988', 'Trained_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '132', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3989', 'Treacle_Slug', '231', 0x0000E50700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('3990', 'Treant', '245', 0x0000840100000000000000000000000000000000, '8', '8', '7', '240', '2', '0', '0', '0', '0', '306', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3991', 'Treant_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '292', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3992', 'Treasure_Chest', '183', 0x0000020100000000000000000000000000000000, '1', '1', '7', '170', '34', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3993', 'Treefeller_Snogrog', '189', 0x00001B0800000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3994', 'Tree_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '3003', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3995', 'Tremor_Ram', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '1', '0', '0', '0', '0', '987', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3996', 'Trench_Antlion', '26', 0x0000440500000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '0', '0', '0', '6', '2179', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3997', 'Tres_Duendes', '47', 0x0000070100000000000000000000000000000000, '9', '6', '5', '240', '128', '1', '2', '0', '64', '514', '647', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3998', 'Triangle_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('3999', 'Triarius_IV-XIV', '25', 0x0000020500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4000', 'Triarius_V-VIII', '25', 0x0000000500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '18', '0', '0', '7788', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4001', 'Triarius_X-XV', '25', 0x0000EC0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4002', 'Triarius_XIII-LIX', '25', 0x0000040500000000000000000000000000000000, '4', '4', '12', '265', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4003', 'Tribunus_VII-I', '25', 0x0000EB0400000000000000000000000000000000, '1', '1', '5', '265', '2', '1', '2', '0', '0', '3475', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4004', 'Trickster_Kinetix', '110', 0x0000C30100000000000000000000000000000000, '1', '1', '3', '240', '34', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4005', 'Trikotrak', '184', 0x0000A90200000000000000000000000000000000, '5', '5', '4', '240', '8', '1', '16', '0', '32', '2792', '155', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4006', 'Trion', '145', 0x0000060300000000000000000000000000000000, '7', '1', '3', '240', '3', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4007', 'Tristitia', '0', 0x0000000000000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4008', 'Troglodyte_Dhalmel', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '13', '1', '2', '0', '0', '747', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4009', 'Troll_Artilleryman', '246', 0x0600AD0600000000000000000000000000000000, '11', '11', '5', '230', '1', '1', '0', '0', '0', '2423', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4010', 'Troll_Cameist', '246', 0x0600AC0600000000000000000000000000000000, '5', '5', '4', '230', '12', '1', '0', '0', '0', '186', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4011', 'Troll_Cannoneer', '246', 0x0600AB0600000000000000000000000000000000, '11', '11', '5', '230', '1', '0', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4012', 'Troll_Combatant', '246', 0x0600B00600000000000000000000000000000000, '2', '2', '1', '230', '1', '1', '0', '0', '0', '26', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4013', 'Troll_Cuirasser', '246', 0x0600950600000000000000000000000000000000, '5', '5', '4', '230', '1', '0', '0', '0', '0', '1031', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4014', 'Troll_Destroyer', '246', 0x0000F80600000000000000000000000000000000, '1', '1', '1', '320', '1', '0', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4015', 'Troll_Engraver', '246', 0x0600B00600000000000000000000000000000000, '18', '18', '7', '230', '1', '1', '0', '0', '0', '289', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4016', 'Troll_Forager', '246', 0x0600960600000000000000000000000000000000, '1', '1', '1', '280', '1', '1', '0', '0', '0', '9', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4017', 'Troll_Gemologist', '246', 0x0600990600000000000000000000000000000000, '7', '7', '2', '280', '1', '1', '0', '0', '0', '133', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4018', 'Troll_Grenadier', '246', 0x0600AE0600000000000000000000000000000000, '11', '11', '5', '230', '1', '1', '0', '0', '0', '976', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4019', 'Troll_Hammersmith', '246', 0x0000F80600000000000000000000000000000000, '1', '1', '1', '230', '1', '0', '0', '0', '0', '1489', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4020', 'Troll_Hoplite', '246', 0x0600980600000000000000000000000000000000, '7', '7', '2', '280', '1', '0', '0', '0', '0', '11', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4021', 'Troll_Ironworker', '246', 0x0600960600000000000000000000000000000000, '1', '1', '1', '280', '1', '1', '0', '0', '0', '352', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4022', 'Troll_Lapidarist', '246', 0x0600940600000000000000000000000000000000, '8', '8', '5', '280', '1', '1', '0', '0', '0', '397', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4023', 'Troll_Machinist', '246', 0x0600B00600000000000000000000000000000000, '18', '18', '7', '230', '1', '1', '0', '0', '0', '238', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4024', 'Troll_Mythril_Guard', '246', 0x0600970600000000000000000000000000000000, '8', '8', '5', '280', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4025', 'Troll_Paviser', '246', 0x0600960600000000000000000000000000000000, '1', '1', '1', '280', '1', '0', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4026', 'Troll_Pezhetairoi', '246', 0x0600930600000000000000000000000000000000, '8', '8', '5', '280', '1', '0', '0', '0', '0', '9', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4027', 'Troll_Sabreur', '246', 0x0600AC0600000000000000000000000000000000, '5', '5', '4', '230', '1', '1', '0', '0', '0', '468', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4028', 'Troll_Scrimer', '246', 0x0600970600000000000000000000000000000000, '1', '1', '1', '280', '1', '1', '0', '0', '0', '290', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4029', 'Troll_Shieldbearer', '246', 0x0600990600000000000000000000000000000000, '7', '7', '2', '280', '1', '1', '0', '0', '0', '72', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4030', 'Troll_Smelter', '246', 0x0600AB0600000000000000000000000000000000, '11', '11', '5', '230', '1', '1', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4031', 'Troll_Speculator', '246', 0x0600B00600000000000000000000000000000000, '18', '18', '7', '230', '1', '0', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4032', 'Troll_Stoneworker', '246', 0x0600B00600000000000000000000000000000000, '2', '2', '1', '230', '1', '1', '0', '0', '0', '184', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4033', 'Troll_Stormer', '246', 0x0600AC0600000000000000000000000000000000, '5', '5', '4', '230', '1', '0', '0', '0', '0', '9', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4034', 'Troll_Surveillant', '246', 0x0600B00600000000000000000000000000000000, '18', '18', '7', '230', '1', '1', '0', '0', '0', '126', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4035', 'Troll_s_Automaton', '28', 0x0600B90700000000000000000000000000000000, '3', '3', '11', '320', '128', '0', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4036', 'Troll_Targeteer', '246', 0x06009B0600000000000000000000000000000000, '7', '7', '2', '280', '1', '1', '0', '0', '0', '185', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4037', 'Troll_Velites', '246', 0x0600B00600000000000000000000000000000000, '2', '2', '1', '230', '1', '0', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4038', 'Trombe', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '2', '0', '0', '330', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4039', 'Trompe_L_Oeil', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4040', 'Tropical_Rarab', '317', 0x00000D0100000000000000000000000000000000, '6', '6', '7', '240', '12', '1', '0', '0', '0', '311', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4041', 'Tros', '218', 0x0000600100000000000000000000000000000000, '2', '4', '7', '240', '2', '0', '2', '0', '32', '534', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4042', 'Trotting_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4043', 'Trudging_Thomas', '208', 0x0000580100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4044', 'Tsaagan', '210', 0x00003C0100000000000000000000000000000000, '1', '1', '7', '240', '3', '0', '0', '0', '0', '2579', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4045', 'Tsuchigumo', '235', 0x0000360100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '797', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4046', 'Tuchulcha', '26', 0x0000440500000000000000000000000000000000, '1', '1', '6', '240', '128', '1', '16', '0', '32', '4675', '669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4047', 'Tufflix_Loglimbs', '133', 0x00003F0400000000000000000000000000000000, '7', '7', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4048', 'Tulwar_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '0', '0', '0', '378', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4049', 'Tumbling_Truffle', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4050', 'Tundra_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '395', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4051', 'Tunga', '64', 0x0000D40600000000000000000000000000000000, '4', '4', '12', '200', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4052', 'Tungs_iton', '282', 0x0000C90400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '18', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4053', 'Tunnel_Worm', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '0', '0', '0', '0', '0', '404', '129', '0', '0', 0x007F000000000000); -INSERT INTO mob_pools VALUES ('4054', 'Turul', '6', 0x0000AE0800000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4055', 'Tusked_Tigon', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4056', 'Tuskertrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4057', 'Twilotak', '184', 0x0000B90200000000000000000000000000000000, '8', '8', '5', '240', '8', '1', '16', '0', '32', '6', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4058', 'Two-faced_Flan', '112', 0x0000070700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4059', 'Two_of_Batons', '61', 0x0000AF0100000000000000000000000000000000, '4', '4', '12', '240', '34', '1', '0', '0', '0', '165', '129', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4060', 'Two_of_Coins', '61', 0x0000AF0100000000000000000000000000000000, '5', '5', '11', '240', '34', '1', '0', '0', '0', '270', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4061', 'Two_of_Cups', '61', 0x0000AF0100000000000000000000000000000000, '3', '3', '12', '240', '34', '1', '0', '0', '0', '245', '129', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4062', 'Two_of_Swords', '61', 0x0000AF0100000000000000000000000000000000, '7', '7', '12', '240', '34', '1', '0', '0', '0', '720', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4063', 'Tyger', '315', 0x00000E0700000000000000000000000000000000, '1', '1', '7', '320', '141', '0', '2', '640', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4064', 'Tymexox_Ninefingers', '133', 0x00003F0400000000000000000000000000000000, '8', '8', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4065', 'Typhoon_Wyvern', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '132', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4066', 'Tyrannic_Tunnok', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '7', '280', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4067', 'Tyrannobugard', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '300', '128', '0', '8', '0', '0', '21', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4068', 'Tyrannotaur', '240', 0x00004F0500000000000000000000000000000000, '1', '1', '7', '240', '13', '1', '0', '0', '0', '238', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4069', 'Tyrfing', '169', 0x0000F30200000000000000000000000000000000, '1', '1', '2', '240', '13', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4070', 'Tzee_Xicu_Idol', '95', 0x0000250400000000000000000000000000000000, '4', '4', '12', '240', '16', '1', '2', '1', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4071', 'Tzee_Xicu_s_Elemental', '99', 0x00000A0000000000000000000000000000000000, '4', '4', '12', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4072', 'Tzee_Xicu_the_Manifest', '270', 0x00000D0300000000000000000000000000000000, '15', '15', '4', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4073', 'Ubdeen', '149', 0x0500600700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4074', 'Ubume', '125', 0x0000500100000000000000000000000000000000, '1', '10', '12', '240', '0', '0', '2', '0', '0', '1958', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4075', 'Udhaaman', '149', 0x0500670700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4076', 'Uggalepih_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4077', 'Ulagohvsdi_Tlugvi', '245', 0x0000870100000000000000000000000000000000, '13', '13', '7', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4078', 'Ulbrecht', '149', 0x01000701D610D620D630D640D650B16000700000, '20', '20', '6', '240', '0', '0', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4079', 'Uleguerand_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '186', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4080', 'Ulhuadshi', '215', 0x0000EB0700000000000000000000000000000000, '1', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4081', 'Ulla', '149', 0x01000E02BA107420743074408050B6602A700080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4082', 'Ullikummi', '135', 0x0000B00100000000000000000000000000000000, '3', '3', '11', '320', '33', '0', '2', '0', '32', '3045', '1183', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4083', 'Ultima', '54', 0x0000330400000000000000000000000000000000, '1', '1', '6', '240', '137', '0', '16', '0', '32', '2635', '1691', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4084', 'Ultrasonic_Zeknajak', '189', 0x0000190400000000000000000000000000000000, '10', '1', '4', '240', '16', '1', '0', '0', '32', '389', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4085', 'Ul_aern', '3', 0x0000570500000000000000000000000000000000, '2', '2', '1', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4086', 'Ul_hpemde', '144', 0x00007F0400000000000000000000000000000000, '14', '14', '8', '220', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4087', 'Ul_phuabo', '194', 0x0000820400000000000000000000000000000000, '1', '1', '7', '280', '9', '1', '0', '0', '0', '0', '0', '1', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4088', 'Ul_xzomit', '269', 0x0000100200000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4089', 'Ul_yovra', '271', 0x00007C0400000000000000000000000000000000, '1', '1', '7', '240', '24', '0', '2', '0', '0', '0', '0', '1', '1', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4090', 'Umarid', '149', 0x0500AD0700000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4091', 'Umbral_Diabolos', '35', 0x0000790400000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4092', 'Undead_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '64', '34', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4093', 'Undead_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4094', 'Undead_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '140', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4095', 'Undead_Slime', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4096', 'Undead_Toad', '86', 0x0000410100000000000000000000000000000000, '1', '1', '5', '270', '192', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4097', 'Undefeatable_Sappdapp', '189', 0x0000F70300000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4098', 'Underworld_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '1', '0', '0', '64', '165', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4099', 'Ungeweder', '0', 0x0000660800000000000000000000000000000000, '5', '3', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4100', 'Ungur', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4101', 'Unseelie', '195', 0x0000F00700000000000000000000000000000000, '3', '3', '11', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4102', 'Unstable_Cluster', '68', 0x0000220100000000000000000000000000000000, '1', '1', '6', '240', '24', '0', '2', '0', '0', '1997', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4103', 'Unut', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4104', 'Upas-Kamuy', '232', 0x0000160100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4105', 'Upyri', '46', 0x0000010100000000000000000000000000000000, '1', '1', '6', '240', '128', '1', '2', '0', '0', '5474', '1669', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4106', 'Uragnite', '251', 0x0000510500000000000000000000000000000000, '1', '1', '7', '290', '128', '0', '0', '0', '0', '396', '1667', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4107', 'Urayuli', '136', 0x0000280100000000000000000000000000000000, '3', '3', '12', '300', '0', '0', '2', '0', '0', '581', '1157', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4108', 'Uriri_Samariri', '196', 0x0000150700000000000000000000000000000000, '4', '4', '5', '150', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4109', 'Utgarth_Bat', '46', 0x0000010100000000000000000000000000000000, '1', '1', '5', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4110', 'Utgarth_Bats', '47', 0x0000070100000000000000000000000000000000, '1', '1', '5', '240', '129', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4111', 'Utgarth_Leech', '172', 0x0000150100000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4112', 'Utukku', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4113', 'Vaa_Huja_the_Erudite', '270', 0x0000480200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4114', 'Vaa_Oozu_s_Scolopendrid', '217', 0x0000C30800000000000000000000000000000000, '1', '1', '7', '280', '132', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4115', 'Vaa_Oozu_the_Redolent', '270', 0x0000220800000000000000000000000000000000, '1', '9', '9', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4116', 'Vadleany', '170', 0x0000E20700000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4117', 'Vagrant_Lindwurm', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '220', '133', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4118', 'Vahi', '217', 0x00001C0100000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4119', 'Vaicoliaux_B_D_Aurphe', '222', 0x0000150200000000000000000000000000000000, '1', '1', '2', '360', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4120', 'Vajra_Quadav', '202', 0x00009F0200000000000000000000000000000000, '3', '3', '3', '265', '128', '1', '0', '0', '0', '237', '1155', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4121', 'Valaineral_R_Davilles', '145', 0x01001A034D104D204D304D404D508F611D700080, '7', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4122', 'Vale_Crab', '0', 0x0000000000000000000000000000000000000000, '7', '7', '4', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4123', 'Valkeng', '28', 0x0600B90700000000000000000000000000000000, '1', '1', '5', '320', '128', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4124', 'Valkurm_Emperor', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4125', 'Valley_Manticore', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '1', '0', '0', '0', '152', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4126', 'Valor', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '2', '0', '2', '0', '32', '27', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4127', 'Vampire_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '125', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4128', 'Vampyr_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '5', '240', '128', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4129', 'Vampyr_Dog', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '192', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4130', 'Vampyr_Jarl', '252', 0x0000350700000000000000000000000000000000, '8', '8', '7', '290', '137', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4131', 'Vampyr_Wolf', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '192', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4132', 'Vangknok_of_Clan_Death', '189', 0x00007C0200000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4133', 'Vanguard_Alchemist', '327', 0x0000410400000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4134', 'Vanguard_Ambusher', '327', 0x00003E0400000000000000000000000000000000, '11', '11', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4135', 'Vanguard_Amputator', '189', 0x00001A0400000000000000000000000000000000, '3', '3', '6', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4136', 'Vanguard_Armorer', '327', 0x00003F0400000000000000000000000000000000, '7', '7', '3', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4137', 'Vanguard_Assassin', '270', 0x00003B0400000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4138', 'Vanguard_Backstabber', '189', 0x0000160400000000000000000000000000000000, '13', '13', '10', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4139', 'Vanguard_Beasttender', '202', 0x00001C0400000000000000000000000000000000, '9', '1', '1', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4140', 'Vanguard_Bugler', '189', 0x0000190400000000000000000000000000000000, '10', '1', '4', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4141', 'Vanguard_Chanter', '270', 0x00003D0400000000000000000000000000000000, '10', '10', '5', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4142', 'Vanguard_Constable', '202', 0x00001E0400000000000000000000000000000000, '3', '3', '3', '265', '16', '1', '16', '0', '0', '26', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4143', 'Vanguard_Defender', '202', 0x00001D0400000000000000000000000000000000, '7', '7', '4', '265', '16', '1', '16', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4144', 'Vanguard_Dollmaster', '189', 0x0000190400000000000000000000000000000000, '15', '15', '4', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4145', 'Vanguard_Dragon', '327', 0x00003F0400000000000000000000000000000000, '1', '1', '12', '240', '8', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4146', 'Vanguard_Drakekeeper', '202', 0x00001D0400000000000000000000000000000000, '14', '1', '3', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4147', 'Vanguard_Enchanter', '327', 0x00003F0400000000000000000000000000000000, '5', '5', '3', '240', '16', '1', '16', '0', '0', '1068', '133', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4148', 'Vanguard_Exemplar', '270', 0x00003A0400000000000000000000000000000000, '7', '12', '1', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4149', 'Vanguard_Eye', '4', 0x0000090100000000000000000000000000000000, '4', '5', '12', '240', '3', '1', '16', '0', '0', '7', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4150', 'Vanguard_Footsoldier', '189', 0x0000170400000000000000000000000000000000, '1', '1', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4151', 'Vanguard_Grappler', '189', 0x0000160400000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4152', 'Vanguard_Gutslasher', '189', 0x0000170400000000000000000000000000000000, '12', '1', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4153', 'Vanguard_Hatamoto', '202', 0x00001B0400000000000000000000000000000000, '12', '1', '1', '265', '16', '1', '16', '0', '0', '975', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4154', 'Vanguard_Hawker', '189', 0x0000170400000000000000000000000000000000, '9', '9', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4155', 'Vanguard_Hitman', '327', 0x00003E0400000000000000000000000000000000, '13', '13', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4156', 'Vanguard_Impaler', '189', 0x0000180400000000000000000000000000000000, '14', '14', '1', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4157', 'Vanguard_Inciter', '270', 0x00003A0400000000000000000000000000000000, '8', '12', '1', '240', '16', '1', '16', '0', '0', '929', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4158', 'Vanguard_Kusa', '202', 0x00001C0400000000000000000000000000000000, '13', '1', '1', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4159', 'Vanguard_Liberator', '270', 0x0000390400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4160', 'Vanguard_Maestro', '327', 0x0000410400000000000000000000000000000000, '10', '10', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4161', 'Vanguard_Mason', '202', 0x00001E0400000000000000000000000000000000, '11', '11', '10', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4162', 'Vanguard_Mesmerizer', '189', 0x0000190400000000000000000000000000000000, '4', '4', '5', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4163', 'Vanguard_Militant', '202', 0x00001E0400000000000000000000000000000000, '2', '2', '6', '265', '16', '1', '16', '0', '0', '766', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4164', 'Vanguard_Minstrel', '202', 0x00001F0400000000000000000000000000000000, '10', '10', '9', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4165', 'Vanguard_Neckchopper', '189', 0x0000170400000000000000000000000000000000, '8', '8', '5', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4166', 'Vanguard_Necromancer', '327', 0x0000420400000000000000000000000000000000, '15', '15', '11', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4167', 'Vanguard_Ogresoother', '270', 0x0000390400000000000000000000000000000000, '9', '1', '5', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4168', 'Vanguard_Oracle', '270', 0x00003C0400000000000000000000000000000000, '15', '15', '6', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4169', 'Vanguard_Partisan', '270', 0x0000360400000000000000000000000000000000, '14', '1', '9', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4170', 'Vanguard_Pathfinder', '327', 0x0000400400000000000000000000000000000000, '9', '9', '5', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4171', 'Vanguard_Persecutor', '270', 0x00003A0400000000000000000000000000000000, '12', '12', '1', '240', '16', '1', '16', '0', '0', '707', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4172', 'Vanguard_Pillager', '189', 0x0000160400000000000000000000000000000000, '6', '6', '10', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4173', 'Vanguard_Pitfighter', '327', 0x00003E0400000000000000000000000000000000, '1', '2', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4174', 'Vanguard_Predator', '189', 0x0000160400000000000000000000000000000000, '11', '1', '9', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4175', 'Vanguard_Prelate', '270', 0x00003D0400000000000000000000000000000000, '4', '4', '9', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4176', 'Vanguard_Priest', '270', 0x00003C0400000000000000000000000000000000, '3', '3', '3', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4177', 'Vanguard_Protector', '202', 0x00001D0400000000000000000000000000000000, '5', '1', '3', '265', '16', '1', '16', '0', '0', '27', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4178', 'Vanguard_Purloiner', '202', 0x00001E0400000000000000000000000000000000, '6', '6', '10', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4179', 'Vanguard_Ronin', '327', 0x00003F0400000000000000000000000000000000, '12', '12', '3', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4180', 'Vanguard_Salvager', '270', 0x00003B0400000000000000000000000000000000, '13', '11', '2', '240', '16', '1', '16', '0', '0', '562', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4181', 'Vanguard_Sentinel', '270', 0x0000390400000000000000000000000000000000, '2', '2', '11', '240', '16', '1', '16', '0', '0', '746', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4182', 'Vanguard_Shaman', '327', 0x0000420400000000000000000000000000000000, '4', '4', '11', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4183', 'Vanguard_Skirmisher', '270', 0x00003A0400000000000000000000000000000000, '1', '12', '1', '240', '16', '1', '16', '0', '0', '784', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4184', 'Vanguard_Smithy', '327', 0x0000400400000000000000000000000000000000, '1', '1', '5', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4185', 'Vanguard_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '16', '1', '16', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4186', 'Vanguard_s_Crow', '55', 0x0000BD0100000000000000000000000000000000, '5', '5', '2', '240', '16', '1', '16', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4187', 'Vanguard_s_Hecteyes', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '16', '1', '16', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4188', 'Vanguard_s_Scorpion', '217', 0x00001C0100000000000000000000000000000000, '1', '4', '7', '280', '16', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4189', 'Vanguard_s_Slime', '229', 0x0000240100000000000000000000000000000000, '1', '5', '7', '240', '16', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4190', 'Vanguard_s_Wyvern', '193', 0x0000F90200000000000000000000000000000000, '1', '1', '7', '200', '16', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4191', 'Vanguard_Thaumaturge', '202', 0x00001F0400000000000000000000000000000000, '4', '4', '6', '265', '16', '1', '16', '0', '0', '818', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4192', 'Vanguard_Tinkerer', '327', 0x00003F0400000000000000000000000000000000, '8', '8', '3', '240', '16', '1', '16', '0', '0', '2531', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4193', 'Vanguard_Trooper', '189', 0x0000180400000000000000000000000000000000, '7', '7', '10', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4194', 'Vanguard_Undertaker', '202', 0x00001F0400000000000000000000000000000000, '15', '15', '6', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4195', 'Vanguard_Vexer', '189', 0x00001A0400000000000000000000000000000000, '5', '1', '4', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4196', 'Vanguard_Vigilante', '202', 0x00001D0400000000000000000000000000000000, '8', '8', '2', '265', '16', '1', '16', '0', '0', '765', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4197', 'Vanguard_Vindicator', '202', 0x00001B0400000000000000000000000000000000, '1', '1', '1', '265', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4198', 'Vanguard_Visionary', '270', 0x00003D0400000000000000000000000000000000, '5', '5', '4', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4199', 'Vanguard_Welldigger', '327', 0x00003E0400000000000000000000000000000000, '6', '6', '2', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4200', 'Vanilla_Custard', '112', 0x0000080700000000000000000000000000000000, '4', '4', '12', '240', '40', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4201', 'Vanquished_Einherjar', '88', 0x0000D70600000000000000000000000000000000, '4', '4', '2', '240', '192', '1', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4202', 'Varajahl', '149', 0x05005F0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4203', 'Varanus', '0', 0x0000000000000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4204', 'Variable_Hare', '318', 0x00000E0100000000000000000000000000000000, '6', '6', '7', '240', '2', '0', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4205', 'Vassago', '169', 0x0000EF0200000000000000000000000000000000, '8', '8', '5', '240', '1', '1', '16', '0', '32', '3623', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4206', 'Vasuki', '118', 0x0000B10800000000000000000000000000000000, '5', '5', '3', '240', '0', '1', '2', '0', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4207', 'Vault_Weapon', '110', 0x0000C30100000000000000000000000000000000, '5', '5', '3', '240', '34', '0', '0', '0', '0', '171', '645', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4208', 'Va_Gho_Bloodbasked', '202', 0x00001D0400000000000000000000000000000000, '5', '5', '11', '265', '129', '1', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4209', 'Va_Rhu_Bodysnatcher', '202', 0x00001D0400000000000000000000000000000000, '6', '6', '2', '265', '129', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4210', 'Vee_Ladu_the_Titterer', '270', 0x0000210800000000000000000000000000000000, '13', '13', '2', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4211', 'Vee_Qiqa_s_Elemental', '99', 0x00000A0000000000000000000000000000000000, '4', '5', '12', '240', '16', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4212', 'Vee_Qiqa_the_Decreer', '270', 0x00000D0300000000000000000000000000000000, '15', '15', '4', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4213', 'Vee_Seju_s_Elemental', '99', 0x00000A0000000000000000000000000000000000, '4', '5', '12', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4214', 'Vee_Seju_the_Consumed', '270', 0x00003C0400000000000000000000000000000000, '2', '15', '6', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4215', 'Vegnix_Greenthumb', '133', 0x0000FC0100000000000000000000000000000000, '1', '1', '5', '240', '1', '1', '2', '0', '32', '456', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4216', 'Veld_Clionid', '0', 0x00004C0900000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4217', 'Velionis', '292', 0x0000E50600000000000000000000000000000000, '5', '5', '11', '240', '192', '0', '2', '17', '0', '0', '3', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4218', 'Velociraptor', '210', 0x00003C0100000000000000000000000000000000, '6', '6', '7', '220', '2', '0', '0', '0', '0', '165', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4219', 'Velosareon', '222', 0x0500D70100000000000000000000000000000000, '1', '1', '1', '360', '12', '1', '16', '0', '32', '983', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4220', 'Vepar', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '4', '0', '0', '6434', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4221', 'Verdelet', '301', 0x0000BF0600000000000000000000000000000000, '4', '4', '7', '240', '185', '0', '2', '147', '32', '306', '157', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4222', 'Verglas_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4223', 'Veri_Selen', '278', 0x00008F0100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4224', 'Vermilion-eared_Noberry', '243', 0x0000C90400000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4225', 'Vermivorous_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '2', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4226', 'Veteran_Quadav', '202', 0x00004E0800000000000000000000000000000000, '7', '7', '1', '265', '2', '1', '0', '0', '0', '398', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4227', 'Vhino_Delkahngo', '151', 0x010006078610862086300F4086505B6032700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4228', 'Vhuud_Vanguard', '202', 0x0000920200000000000000000000000000000000, '6', '6', '2', '265', '128', '1', '0', '0', '0', '8', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4229', 'Vigilant_Gear', '0', 0x0000000000000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4230', 'Vigilant_Gears', '0', 0x0000000000000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4231', 'Vile_Ineef', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '5', '240', '177', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4232', 'Vile_Wahdaha', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '5', '240', '177', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4233', 'Vile_Wahzil', '233', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '177', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4234', 'Vile_Yabeewa', '233', 0x0000EF0600000000000000000000000000000000, '4', '4', '5', '240', '177', '1', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4235', 'Virid-faced_Shanberry', '243', 0x0000AA0400000000000000000000000000000000, '6', '6', '2', '240', '1', '1', '0', '0', '32', '5734', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4236', 'Viridis_Wyvern', '266', 0x0000C50800000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4237', 'Virulent_Flask', '247', 0x0000000700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4238', 'Virulent_Peiste', '192', 0x0000DF0700000000000000000000000000000000, '1', '1', '7', '240', '8', '0', '0', '0', '0', '608', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4239', 'Viscount_Morax', '169', 0x0000E80200000000000000000000000000000000, '15', '15', '4', '240', '16', '1', '18', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4240', 'Viscous_Clot', '67', 0x0000260100000000000000000000000000000000, '1', '1', '11', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4241', 'Vishap', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '129', '0', '16', '0', '32', '3509', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4242', 'Vodyanoi', '86', 0x0000400100000000000000000000000000000000, '8', '8', '5', '270', '192', '0', '2', '0', '32', '342', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4243', 'Voidstreaker_Butchnotch', '189', 0x0000160400000000000000000000000000000000, '10', '1', '9', '240', '16', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4244', 'Volcanic_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '128', '1', '0', '0', '64', '291', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4245', 'Volcanic_Bomb', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '192', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4246', 'Volcanic_Gas', '56', 0x0000190100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '289', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4247', 'Volcanic_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '140', '1', '0', '0', '0', '117', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4248', 'Volcano_Wasp', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '138', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4249', 'Volker', '149', 0x0000050300000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4250', 'Voll_the_Sharkfinned', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4251', 'Volunteer', '145', 0x0500A20700000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4252', 'Voluptuous_Vilma', '186', 0x00007C0100000000000000000000000000000000, '1', '1', '7', '200', '2', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4253', 'Voluptuous_Vivian', '186', 0x00007D0100000000000000000000000000000000, '12', '12', '7', '200', '2', '0', '2', '0', '32', '5074', '671', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4254', 'Voo_Tolu_the_Ghostfist', '270', 0x0000440200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4255', 'Vorjirzur_the_Valiant', '246', 0x0600980600000000000000000000000000000000, '7', '7', '2', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4256', 'Vorpal_Bunny', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '80', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4257', 'Vorporlor_the_Barbaric', '246', 0x0600930600000000000000000000000000000000, '8', '8', '5', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4258', 'Vouivre', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4259', 'Vozold_Clot', '67', 0x0000260100000000000000000000000000000000, '1', '1', '11', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4260', 'Vozold_Jagil', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4261', 'Vrtra', '263', 0x0000630200000000000000000000000000000000, '9', '1', '7', '240', '24', '1', '16', '0', '32', '732', '153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4262', 'Vu-Murt', '218', 0x0000600100000000000000000000000000000000, '2', '2', '7', '240', '128', '0', '6', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4263', 'Vulcanian_Bomb', '56', 0x0000180100000000000000000000000000000000, '4', '4', '12', '240', '24', '0', '0', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4264', 'Vulkodlac', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4265', 'Vulpangue', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '7', '200', '137', '0', '2', '3', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4266', 'Vulture', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '1', '0', '0', '721', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4267', 'Vuu_Puqu_the_Beguiler', '270', 0x0000510200000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4268', 'Vu_zdei', '0', 0x0000000000000000000000000000000000000000, '1', '1', '7', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4269', 'Vyurvarjur_the_Nimble', '246', 0x0600960600000000000000000000000000000000, '1', '1', '1', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4270', 'Wabjahl', '149', 0x0100010100102320233023402350006000700000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4271', 'Wadi_Crab', '77', 0x0000640100000000000000000000000000000000, '7', '7', '4', '240', '0', '0', '0', '0', '0', '449', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4272', 'Wadi_Hare', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '1', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4273', 'Wadi_Leech', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4274', 'Wailer', '256', 0x00005B0400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4275', 'Wajaom_Tiger', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '343', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4276', 'Waldgeist', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '280', '129', '1', '16', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4277', 'Walking_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '449', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4278', 'Walking_Tree', '245', 0x0000840100000000000000000000000000000000, '1', '1', '7', '240', '2', '0', '0', '0', '0', '404', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4279', 'Waltraute', '115', 0x0500510700000000000000000000000000000000, '1', '10', '7', '240', '226', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4280', 'Wamoura', '253', 0x0000100700000000000000000000000000000000, '1', '1', '7', '240', '56', '1', '0', '0', '0', '311', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4281', 'Wamouracampa', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '0', '1', '0', '0', '0', '242', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4282', 'Wamoura_Prince', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '2', '1', '0', '0', '0', '730', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4283', 'Wanderer', '255', 0x0000560400000000000000000000000000000000, '1', '1', '7', '240', '141', '0', '0', '0', '0', '298', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4284', 'Wandering_Ghost', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '2503', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4285', 'Wandering_Sapling', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '399', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4286', 'Wandering_Wamoura', '253', 0x0000100700000000000000000000000000000000, '1', '1', '7', '240', '145', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4287', 'Waraxe_Beak', '70', 0x0000200100000000000000000000000000000000, '4', '5', '12', '240', '1', '0', '2', '0', '0', '429', '135', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4288', 'Warbler', '61', 0x0000DD0700000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4289', 'Warchief_Tombstone', '93', 0x0000200400000000000000000000000000000000, '5', '5', '11', '240', '16', '1', '2', '1', '0', '1813', '129', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4290', 'Warchief_Vatgit', '189', 0x0000680200000000000000000000000000000000, '1', '1', '2', '240', '8', '1', '2', '0', '32', '344', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4291', 'Warder_Aglaia', '234', 0x00000A0300000000000000000000000000000000, '1', '1', '7', '240', '144', '1', '0', '0', '0', '7106', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4292', 'Warder_Euphrosyne', '234', 0x00000A0300000000000000000000000000000000, '1', '1', '7', '240', '144', '1', '0', '0', '0', '1104', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4293', 'Warder_Thalia', '234', 0x00000A0300000000000000000000000000000000, '1', '1', '7', '240', '144', '1', '0', '0', '0', '1422', '645', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4294', 'Warlord_Rojgnoj', '189', 0x0000F30300000000000000000000000000000000, '7', '7', '1', '240', '1', '1', '0', '0', '32', '1338', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4295', 'Wartkin', '196', 0x0000140700000000000000000000000000000000, '4', '4', '7', '150', '128', '0', '8', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4296', 'War_Ajattara', '266', 0x0000C50800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4297', 'War_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '136', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4298', 'War_Lynx', '71', 0x0000C60800000000000000000000000000000000, '1', '1', '2', '240', '12', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4299', 'War_Smilodon', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '7', '240', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4300', 'War_Wamoura', '253', 0x0000100700000000000000000000000000000000, '1', '1', '7', '240', '153', '0', '0', '0', '0', '4194', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4301', 'War_Wamouracampa', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '128', '1', '0', '0', '0', '10', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4302', 'War_Wyvern', '268', 0x00003E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '8', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4303', 'Wasabix_Callusdigit', '133', 0x00003F0400000000000000000000000000000000, '12', '12', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4304', 'Watch_Hippogryph', '140', 0x0000550500000000000000000000000000000000, '6', '6', '2', '240', '9', '1', '2', '0', '0', '825', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4305', 'Watch_Imp', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4306', 'Watch_Lizard', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '344', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4307', 'Watch_Wamoura', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4308', 'Watch_Wyvern', '268', 0x00003E0100000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '132', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4309', 'Water_Elemental', '106', 0x00000C0000000000000000000000000000000000, '4', '5', '12', '240', '32', '0', '0', '0', '0', '343', '131', '0', '0', 0x00007F0000000000); -INSERT INTO mob_pools VALUES ('4310', 'Water_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '48', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4311', 'Water_Leaper', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '4991', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4312', 'Water_Pot', '175', 0x00009C0100000000000000000000000000000000, '5', '1', '7', '240', '32', '1', '0', '0', '0', '7', '135', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4313', 'Water_Pumpkin', '229', 0x0000240100000000000000000000000000000000, '1', '1', '7', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4314', 'Water_Wasp', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '0', '0', '0', '0', '0', '537', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4315', 'Waughroon_Heavyshell', '202', 0x0000440800000000000000000000000000000000, '1', '1', '2', '265', '128', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4316', 'Waugyl', '198', 0x0000D00600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4317', 'Weeper', '256', 0x0000580400000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '296', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4318', 'Weeping_Willow', '245', 0x0000840100000000000000000000000000000000, '8', '8', '7', '240', '2', '0', '2', '0', '0', '7960', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4319', 'Wendigo', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '343', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4320', 'Wendigo', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '343', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4321', 'Werebat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '1', '0', '0', '343', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4322', 'Wespe', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '1', '1', '1', '0', '0', '138', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4323', 'Western_Shadow', '223', 0x0000270200000000000000000000000000000000, '6', '6', '10', '360', '6', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4324', 'Western_Sphinx', '179', 0x0000920100000000000000000000000000000000, '1', '4', '7', '360', '1', '0', '0', '0', '0', '1709', '1153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4325', 'Western_Spriggan', '223', 0x0000220200000000000000000000000000000000, '1', '1', '4', '360', '192', '1', '0', '0', '0', '343', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4326', 'Wharadi', '149', 0x05005F0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4327', 'Wheel_Wamoura', '254', 0x00000A0700000000000000000000000000000000, '1', '1', '7', '265', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4328', 'Wherwetrice', '70', 0x0000200100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4329', 'Whiro', '98', 0x0000450500000000000000000000000000000000, '1', '1', '6', '240', '0', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4330', 'Whistrix_Toadthroat', '133', 0x0000410400000000000000000000000000000000, '10', '10', '2', '240', '16', '1', '2', '0', '32', '377', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4331', 'Whitegold_Quadav', '202', 0x0000930200000000000000000000000000000000, '6', '6', '2', '265', '129', '1', '0', '0', '0', '4205', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4332', 'Whitetattoo_Rahool_Ja', '176', 0x06005B0600000000000000000000000000000000, '3', '3', '6', '280', '12', '1', '0', '0', '0', '0', '3', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4333', 'White_Coney', '206', 0x00000E0100000000000000000000000000000000, '1', '1', '7', '240', '12', '0', '2', '0', '0', '561', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4334', 'White_Lizard', '174', 0x0000490100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4335', 'White_Sentinel', '31', 0x0600BF0700000000000000000000000000000000, '7', '7', '3', '360', '128', '1', '0', '0', '0', '10', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4336', 'Whyjham', '145', 0x00007A0000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4337', 'Wight', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '344', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4338', 'Wildcat_Vanguard', '151', 0x01000807B710892089300F400F509A61AF700080, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4339', 'Wildcat_Volunteer', '151', 0x010006078910892089300F400F506F6000702980, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4340', 'Wildfire', '56', 0x0000180100000000000000000000000000000000, '1', '1', '5', '240', '25', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4341', 'Wild_Dhalmel', '80', 0x00004C0100000000000000000000000000000000, '1', '1', '12', '240', '0', '1', '0', '0', '0', '231', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4342', 'Wild_Karakul', '167', 0x0000550100000000000000000000000000000000, '1', '1', '7', '280', '0', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4343', 'Wild_Rabbit', '206', 0x00000C0100000000000000000000000000000000, '6', '6', '7', '240', '0', '0', '0', '0', '0', '238', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4344', 'Wild_Sheep', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '443', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4345', 'Will-o-the-Wisp', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '33', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4346', 'Will-o_-the-Wykes', '56', 0x0000180100000000000000000000000000000000, '1', '1', '11', '240', '24', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4347', 'Wily_Opo-opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '3', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4348', 'Windjammer_Imp', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4349', 'Wind_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '0', '0', '64', '243', '641', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4350', 'Wind_Golem', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '48', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4351', 'Wind_Pukis', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '0', '2', '0', '0', '1611', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4352', 'Winebibber', '67', 0x0000260100000000000000000000000000000000, '1', '1', '5', '240', '133', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4353', 'Wingrats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '1', '0', '64', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4354', 'Witch_Hazel', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '267', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4355', 'Wivre', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '5', '240', '4', '0', '0', '0', '0', '186', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4356', 'Wivre-X', '257', 0x0000B90800000000000000000000000000000000, '1', '1', '5', '240', '5', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4357', 'Wolf_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '0', '271', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4358', 'Wolf_Clan_Warmachine', '190', 0x0000AC0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4359', 'Wolf_Zombie', '143', 0x00006C0100000000000000000000000000000000, '1', '1', '3', '240', '6', '0', '0', '0', '0', '665', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4360', 'Woodland_Runner', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '220', '132', '0', '0', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4361', 'Woodland_Sage', '245', 0x0000840100000000000000000000000000000000, '3', '3', '7', '240', '2', '0', '2', '0', '0', '2017', '133', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4362', 'Woodnix_Shrillwhistle', '133', 0x0000400400000000000000000000000000000000, '9', '9', '5', '240', '9', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4363', 'Woodnix_s_Slime', '229', 0x0000240100000000000000000000000000000000, '1', '5', '7', '240', '132', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4364', 'Woodtroll_Dark_Knight', '246', 0x0600940600000000000000000000000000000000, '8', '8', '5', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4365', 'Woodtroll_Elite_Guard', '246', 0x0600AD0600000000000000000000000000000000, '11', '11', '5', '230', '12', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4366', 'Woodtroll_Mirror_Guard', '246', 0x0600950600000000000000000000000000000000, '8', '8', '5', '280', '12', '0', '0', '0', '32', '217', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4367', 'Woodtroll_Monk', '246', 0x0600B00600000000000000000000000000000000, '2', '2', '1', '230', '12', '1', '0', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4368', 'Woodtroll_Ranger', '246', 0x0600AB0600000000000000000000000000000000, '11', '11', '5', '230', '12', '1', '0', '0', '0', '26', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4369', 'Woodtroll_Warrior', '246', 0x0600960600000000000000000000000000000000, '1', '1', '1', '280', '12', '1', '0', '0', '0', '766', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4370', 'Wood_Bats', '47', 0x0000040100000000000000000000000000000000, '1', '1', '11', '240', '2', '0', '0', '0', '64', '293', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4371', 'Wootzshell', '77', 0x0000650100000000000000000000000000000000, '7', '7', '4', '240', '128', '0', '1', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4372', 'Wootz_Quadav', '202', 0x0000910200000000000000000000000000000000, '8', '8', '2', '265', '129', '1', '0', '0', '0', '666', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4373', 'Wordorbor_the_Artificer', '246', 0x0600B00600000000000000000000000000000000, '18', '18', '7', '230', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4374', 'Worgbut_of_Clan_Death', '189', 0x0000700200000000000000000000000000000000, '11', '1', '9', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4375', 'Worker_Crawler', '79', 0x00008C0100000000000000000000000000000000, '1', '1', '11', '240', '0', '1', '0', '0', '0', '352', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4376', 'Worker_Pephredo', '48', 0x0000100100000000000000000000000000000000, '1', '1', '2', '240', '12', '1', '0', '0', '0', '448', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4377', 'Worr_the_Clawfisted', '213', 0x0000130500000000000000000000000000000000, '2', '2', '1', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4378', 'Wounded_Wurfel', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '2', '0', '0', '0', '3', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4379', 'Wraith', '121', 0x0000700100000000000000000000000000000000, '4', '4', '12', '240', '6', '0', '1', '0', '0', '233', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4380', 'Wraithdancer_Gidbnod', '189', 0x00001A0400000000000000000000000000000000, '3', '3', '6', '240', '16', '1', '0', '0', '32', '1948', '159', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4381', 'Wraith_Bat', '46', 0x0000000100000000000000000000000000000000, '1', '1', '5', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4382', 'Wreaker', '241', 0x0000680400000000000000000000000000000000, '1', '1', '7', '240', '141', '1', '16', '0', '0', '6029', '135', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4383', 'Wuur_the_Sandcomber', '213', 0x00002D0500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4384', 'Wuu_Qoho_the_Razorclaw', '270', 0x0000360400000000000000000000000000000000, '2', '2', '1', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4385', 'Wyrm', '262', 0x00000F0300000000000000000000000000000000, '1', '1', '7', '240', '16', '1', '16', '0', '0', '311', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4386', 'Wyrmfly', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '1', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4387', 'Wyrmgnasher_Bjakdek', '189', 0x0000180400000000000000000000000000000000, '14', '14', '1', '240', '16', '1', '2', '0', '32', '180', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4388', 'Wyrmwix_Snakespecs', '133', 0x00003F0400000000000000000000000000000000, '14', '14', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4389', 'Wyvern', '266', 0x00008E0100000000000000000000000000000000, '1', '1', '7', '240', '1', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4390', 'Wyvernpoacher_Drachlox', '133', 0x0000F30100000000000000000000000000000000, '11', '11', '2', '240', '1', '1', '2', '0', '32', '377', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4391', 'Xaa_Chau_the_Roctalon', '270', 0x0000390400000000000000000000000000000000, '2', '2', '11', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4392', 'Xan', '170', 0x0000E20700000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4393', 'Xarhorkur_the_Claviger', '246', 0x0000F80600000000000000000000000000000000, '1', '1', '1', '320', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4394', 'Xhoo_Fuza_the_Sublime', '270', 0x00003D0400000000000000000000000000000000, '10', '10', '5', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4395', 'Xibalba', '227', 0x0000340200000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4396', 'Xolotl', '74', 0x0000540500000000000000000000000000000000, '4', '8', '12', '290', '6', '1', '2', '0', '32', '1005', '159', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4397', 'Xolotl_s_Hound_Warrior', '227', 0x0000340200000000000000000000000000000000, '4', '4', '10', '240', '6', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4398', 'Xolotl_s_Sacrifice', '227', 0x00003C0200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4399', 'Xoo_Kaza_the_Solemn', '270', 0x0000390400000000000000000000000000000000, '4', '4', '9', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4400', 'Yaanei', '0', 0x0000A30800000000000000000000000000000000, '4', '2', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4401', 'Yaa_Haqa_the_Pious', '270', 0x00004D0200000000000000000000000000000000, '4', '5', '5', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4402', 'Yaa_Haqa_the_Profane', '270', 0x00005C0200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4403', 'Yaguarogui', '279', 0x0000350100000000000000000000000000000000, '6', '12', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4404', 'Yagudo_Abbot', '270', 0x00003C0400000000000000000000000000000000, '3', '3', '3', '240', '1', '1', '0', '0', '0', '772', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4405', 'Yagudo_Acolyte', '270', 0x0000470200000000000000000000000000000000, '3', '3', '3', '240', '1', '1', '0', '0', '0', '659', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4406', 'Yagudo_Archpriest', '270', 0x0000550200000000000000000000000000000000, '3', '3', '3', '240', '9', '1', '0', '0', '0', '3068', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4407', 'Yagudo_Assassin', '270', 0x0000590200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '1154', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4408', 'Yagudo_Avatar', '270', 0x00005F0200000000000000000000000000000000, '15', '15', '6', '240', '16', '1', '2', '0', '0', '300', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4409', 'Yagudo_Carrier', '270', 0x0000230800000000000000000000000000000000, '12', '12', '1', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4410', 'Yagudo_Chanter', '270', 0x0000520200000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4411', 'Yagudo_Condottiere', '270', 0x00001F0800000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '501', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4412', 'Yagudo_Conductor', '270', 0x00003D0400000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '206', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4413', 'Yagudo_Conquistador', '270', 0x00004B0200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4414', 'Yagudo_Conversus', '270', 0x0000230800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4415', 'Yagudo_Disciplinant', '270', 0x00004E0200000000000000000000000000000000, '2', '2', '1', '240', '9', '1', '0', '0', '0', '429', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4416', 'Yagudo_Drummer', '270', 0x0000500200000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '296', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4417', 'Yagudo_Eradicator', '270', 0x0000200800000000000000000000000000000000, '13', '13', '2', '240', '9', '1', '0', '0', '0', '7', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4418', 'Yagudo_Flagellant', '270', 0x0000240800000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '410', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4419', 'Yagudo_Follower', '270', 0x0000230800000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4420', 'Yagudo_Genja', '270', 0x0000420800000000000000000000000000000000, '13', '13', '2', '240', '8', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4421', 'Yagudo_Guard', '270', 0x00001D0800000000000000000000000000000000, '12', '12', '1', '240', '8', '1', '0', '0', '0', '3592', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4422', 'Yagudo_Gyrovague', '270', 0x0000230800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4423', 'Yagudo_Herald', '270', 0x00001F0800000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '290', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4424', 'Yagudo_Hierogrammat', '270', 0x00003D0400000000000000000000000000000000, '4', '4', '9', '240', '8', '1', '0', '0', '0', '204', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4425', 'Yagudo_High_Priest', '270', 0x00005E0200000000000000000000000000000000, '3', '3', '3', '240', '16', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4426', 'Yagudo_Initiate', '270', 0x0000450200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '151', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4427', 'Yagudo_Inquisitor', '270', 0x00001D0800000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '0', '0', '0', '132', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4428', 'Yagudo_Interrogator', '270', 0x00001C0800000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '0', '0', '0', '287', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4429', 'Yagudo_Kapellmeister', '270', 0x0000520200000000000000000000000000000000, '10', '10', '5', '240', '9', '1', '0', '0', '0', '111', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4430', 'Yagudo_Knight_Templar', '270', 0x00001D0800000000000000000000000000000000, '12', '12', '1', '240', '9', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4431', 'Yagudo_Lutenist', '270', 0x0000510200000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4432', 'Yagudo_Mendicant', '270', 0x0000460200000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '65', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4433', 'Yagudo_Missionary', '270', 0x0000200800000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '27', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4434', 'Yagudo_Muralist', '270', 0x0000480200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '1165', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4435', 'Yagudo_Neophyte', '270', 0x0000230800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4436', 'Yagudo_Nokizaru', '270', 0x0000210800000000000000000000000000000000, '13', '13', '2', '240', '8', '1', '0', '0', '0', '140', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4437', 'Yagudo_Oracle', '270', 0x0000540200000000000000000000000000000000, '15', '15', '6', '240', '1', '1', '0', '0', '0', '261', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4438', 'Yagudo_Parasite', '172', 0x0000140100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '192', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4439', 'Yagudo_Persecutor', '270', 0x0000560200000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '0', '0', '0', '552', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4440', 'Yagudo_Persecutor', '270', 0x00001C0800000000000000000000000000000000, '12', '12', '1', '240', '1', '1', '0', '0', '0', '552', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4441', 'Yagudo_Piper', '270', 0x00004F0200000000000000000000000000000000, '10', '10', '5', '240', '1', '1', '0', '0', '0', '8', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4442', 'Yagudo_Prelate', '270', 0x00005D0200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '503', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4443', 'Yagudo_Prelatess', '270', 0x00005C0200000000000000000000000000000000, '4', '4', '5', '240', '9', '1', '0', '0', '0', '1881', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4444', 'Yagudo_Priest', '270', 0x0000470200000000000000000000000000000000, '3', '3', '3', '240', '1', '1', '0', '0', '0', '258', '131', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4445', 'Yagudo_Prior', '270', 0x00005C0200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '291', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4446', 'Yagudo_Prioress', '270', 0x00005F0200000000000000000000000000000000, '15', '15', '6', '240', '8', '1', '0', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4447', 'Yagudo_Pythoness', '270', 0x00005F0200000000000000000000000000000000, '15', '15', '6', '240', '8', '1', '0', '0', '0', '709', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4448', 'Yagudo_Scribe', '270', 0x0000480200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '470', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4449', 'Yagudo_Seminarian', '270', 0x0000230800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4450', 'Yagudo_Sentinel', '270', 0x0000230800000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '26', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4451', 'Yagudo_Stormer', '270', 0x0000290800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4452', 'Yagudo_Superior', '270', 0x00003C0400000000000000000000000000000000, '15', '15', '6', '240', '8', '1', '0', '0', '0', '251', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4453', 'Yagudo_s_Avatar', '34', 0x0000170300000000000000000000000000000000, '4', '4', '7', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4454', 'Yagudo_s_Elemental', '99', 0x00000A0000000000000000000000000000000000, '4', '4', '12', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4455', 'Yagudo_Templar', '270', 0x00001D0800000000000000000000000000000000, '12', '12', '1', '240', '16', '1', '2', '0', '0', '349', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4456', 'Yagudo_Theologist', '270', 0x00004D0200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '259', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4457', 'Yagudo_Transporter', '270', 0x0000220800000000000000000000000000000000, '2', '2', '1', '240', '8', '1', '0', '0', '0', '3593', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4458', 'Yagudo_Turret', '250', 0x0000750800000000000000000000000000000000, '11', '11', '7', '240', '1', '1', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4459', 'Yagudo_Votary', '270', 0x0000450200000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '296', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4460', 'Yagudo_Yojimbo', '270', 0x00001E0800000000000000000000000000000000, '12', '12', '1', '240', '8', '1', '0', '0', '0', '249', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4461', 'Yagudo_Zealot', '270', 0x0000230800000000000000000000000000000000, '2', '2', '1', '240', '1', '1', '0', '0', '0', '402', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4462', 'Yali', '179', 0x0000920100000000000000000000000000000000, '1', '1', '7', '360', '1', '1', '16', '0', '0', '4110', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4463', 'Yallery_Brown', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '0', '0', '0', '441', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4464', 'Yang', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '1', '16', '0', '32', '6', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4465', 'Yanshaal', '149', 0x0500A90700000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4466', 'Yara_Ma_Yha_Who', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '2', '1', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4467', 'Yarr_the_Pearleyed', '213', 0x00002F0500000000000000000000000000000000, '3', '3', '3', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4468', 'Yazquhl', '149', 0x01000A0100109F209F309F409F501A6100700000, '1', '1', '4', '240', '0', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4469', 'Yhalbin', '149', 0x0500AB0700000000000000000000000000000000, '16', '16', '2', '240', '136', '1', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4470', 'Yhoator_Mandragora', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '113', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4471', 'Yhoator_Wasp', '48', 0x0000110100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '0', '0', '0', '191', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4472', 'Yii_Haqi_the_Threnodist', '270', 0x0000500200000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4473', 'Ying', '87', 0x0000A40100000000000000000000000000000000, '1', '1', '12', '240', '8', '1', '16', '0', '32', '6', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4474', 'Yoo_Mihi_the_Haze', '270', 0x00004B0200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4475', 'Young_Behemoth', '51', 0x0000940100000000000000000000000000000000, '1', '1', '6', '380', '9', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4476', 'Young_Opo-opo', '188', 0x0000A00100000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '0', '0', '0', '237', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4477', 'Young_Quadav', '202', 0x0000860200000000000000000000000000000000, '1', '1', '2', '265', '0', '1', '0', '0', '0', '872', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4478', 'Yowie', '210', 0x00003D0100000000000000000000000000000000, '6', '6', '7', '220', '2', '1', '2', '0', '0', '309', '165', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4479', 'Yo_Bhu_Hideousmask', '202', 0x0000860200000000000000000000000000000000, '1', '1', '4', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4480', 'Ypotryll', '58', 0x0000470500000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4481', 'Yrvaulair_S_Cousseraux', '145', 0x01000E03A410D920D930D940D950726100705880, '14', '7', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4482', 'Yuhtunga_Mandragora', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '7', '360', '0', '0', '0', '0', '0', '396', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4483', 'Yukvok_of_Clan_Death', '189', 0x0000720200000000000000000000000000000000, '11', '11', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4484', 'Yum_Kimil', '227', 0x00007A0400000000000000000000000000000000, '4', '4', '5', '240', '6', '1', '2', '0', '0', '230', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4485', 'Yuu_Mjuu_s_Elemental', '104', 0x00000E0000000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4486', 'Yuu_Mjuu_the_Awakened', '270', 0x00003C0400000000000000000000000000000000, '3', '15', '3', '240', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4487', 'Zagan_s_Wyvern', '193', 0x0000F90200000000000000000000000000000000, '1', '1', '7', '200', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4488', 'Zagh', '55', 0x0000BC0100000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '2', '0', '0', '6637', '149', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4489', 'Zahak', '164', 0x0000040700000000000000000000000000000000, '1', '1', '7', '240', '129', '0', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4490', 'Zareehkl_the_Jubilant', '303', 0x0600C50600000000000000000000000000000000, '8', '8', '5', '240', '200', '0', '2', '8', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4491', 'Zazalda_Clot', '67', 0x0000260100000000000000000000000000000000, '1', '1', '11', '240', '132', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4492', 'Zazalda_Jagil', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '7', '240', '128', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4493', 'Zazarg', '146', 0x01000F081A101D201D301D406E50846084700000, '2', '1', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4494', 'Za_Dha_Adamantking', '202', 0x00000E0300000000000000000000000000000000, '1', '1', '1', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4495', 'Za_Dha_s_Biographer', '202', 0x00001E0400000000000000000000000000000000, '4', '4', '6', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4496', 'Za_Dha_s_Minister', '202', 0x00001F0400000000000000000000000000000000, '3', '3', '3', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4497', 'Zebra_Zachary', '70', 0x0000210100000000000000000000000000000000, '1', '1', '11', '240', '9', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4498', 'Zeid', '147', 0x0000030300000000000000000000000000000000, '8', '8', '4', '240', '16', '0', '16', '0', '32', '3122', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4499', 'Ze_Vho_Fallsplitter', '202', 0x00001D0400000000000000000000000000000000, '8', '8', '2', '265', '8', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4500', 'Zhadjaraf', '145', 0x0500610700000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4501', 'Zhayolm_Apkallu', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '1', '380', '0', '1', '0', '0', '0', '298', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4502', 'Zhuu_Buxu_the_Silent', '270', 0x00004C0200000000000000000000000000000000, '13', '13', '2', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4503', 'Zikko', '165', 0x0000BE0600000000000000000000000000000000, '4', '4', '7', '240', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4504', 'Zipacna', '135', 0x0000B00100000000000000000000000000000000, '1', '1', '11', '320', '33', '0', '2', '0', '0', '20', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4505', 'Ziphius', '197', 0x00005C0100000000000000000000000000000000, '1', '1', '7', '240', '128', '1', '2', '0', '32', '5580', '153', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4506', 'Zircon_Quadav', '202', 0x0000950200000000000000000000000000000000, '4', '4', '5', '265', '2', '1', '0', '0', '0', '126', '131', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4507', 'Ziryu', '258', 0x0000A80100000000000000000000000000000000, '4', '5', '7', '240', '128', '1', '16', '0', '0', '1466', '133', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4508', 'Ziz', '70', 0x0000210100000000000000000000000000000000, '1', '1', '11', '240', '9', '0', '1', '0', '0', '298', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4509', 'Zizzy_Zillah', '70', 0x0000210100000000000000000000000000000000, '1', '1', '5', '240', '9', '0', '2', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4510', 'Zi_Bhe_Gauntletkeeper', '202', 0x00009D0200000000000000000000000000000000, '1', '1', '7', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4511', 'Zi_Ghi_Boneeater', '202', 0x0000870200000000000000000000000000000000, '7', '7', '4', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4512', 'Zjaa_Bao_the_Wrathherald', '270', 0x0000210800000000000000000000000000000000, '1', '1', '7', '240', '8', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4513', 'Zlatorog', '208', 0x0000580100000000000000000000000000000000, '1', '1', '7', '320', '13', '1', '16', '0', '32', '799', '159', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4514', 'Zmag_Ognjeni_Vuk', '132', 0x0000F10700000000000000000000000000000000, '2', '2', '1', '240', '137', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4515', 'Zolku-Azolku', '153', 0x01000D05CD10BA20BA30BA40BA50316100000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4516', 'Zombie', '227', 0x0000340200000000000000000000000000000000, '1', '1', '5', '240', '6', '0', '0', '0', '0', '555', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4517', 'Zonpa-Zippa', '153', 0x01000A0577107C20693069406950000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4518', 'Zoraal_Ja_s_Pkuucha', '72', 0x0000B80600000000000000000000000000000000, '5', '5', '2', '220', '8', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4519', 'Zoredonite', '251', 0x0000510500000000000000000000000000000000, '7', '7', '7', '290', '128', '0', '2', '0', '0', '503', '647', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4520', 'Zo_Bha_Helmkeeper', '202', 0x00009E0200000000000000000000000000000000, '5', '5', '7', '265', '128', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4521', 'Zo_Dhu_Legslicer', '202', 0x0000970200000000000000000000000000000000, '3', '3', '3', '265', '2', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4522', 'Zo_Khu_Blackcloud', '202', 0x00009D0200000000000000000000000000000000, '4', '4', '5', '265', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4523', 'Zu', '55', 0x0000BD0100000000000000000000000000000000, '1', '1', '2', '240', '0', '1', '1', '0', '0', '336', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4524', 'Zurmurwur_the_Ruthless', '246', 0x0600930600000000000000000000000000000000, '8', '8', '5', '280', '12', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4525', 'Zuug_the_Shoreleaper', '213', 0x0000200500000000000000000000000000000000, '14', '14', '1', '240', '2', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4526', 'Zuu_Xowu_the_Darksmoke', '270', 0x0000480200000000000000000000000000000000, '4', '4', '5', '240', '1', '1', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4527', 'Livid_Seether', '220', 0x0000000000000000000000000000000000000000, '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4528', 'Tempest_Tigon', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4529', 'Duke_Decapod', '0', 0x0000000000000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4530', 'Blazedrake', '0', 0x0000000000000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4531', 'Aqueduct_Spider', '0', 0x0000000000000000000000000000000000000000, '1', '1', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4532', 'Darner', '0', 0x0000000000000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4533', 'Vermes_Carnium', '0', 0x0000EC0700000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4534', 'Thalassinon', '2', 0x0000900100000000000000000000000000000000, '1', '1', '7', '380', '2', '1', '16', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4535', 'Wiederganger', '74', 0x0000540500000000000000000000000000000000, '4', '2', '1', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4536', 'Nematocerar', '131', 0x0000DC0700000000000000000000000000000000, '6', '6', '2', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4537', 'Bog_Body', '203', 0x0000EE0600000000000000000000000000000000, '8', '8', '3', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4538', 'Bhumi', '321', 0x00001A0300000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4539', 'Usurper', '0', 0x0000000000000000000000000000000000000000, '8', '8', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4540', 'Yearner', '0', 0x0000000000000000000000000000000000000000, '1', '1', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4541', 'Hungerer', '0', 0x0000000000000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4542', 'Halimede', '0', 0x00004C0900000000000000000000000000000000, '5', '4', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4543', 'Vetehinen', '0', 0x00004D0900000000000000000000000000000000, '5', '5', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4544', 'Ophanim', '139', 0x0000800100000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4545', 'Cannered_Noz', '91', 0x0000A70800000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4546', 'Treble_Noctules', '47', 0x0000070100000000000000000000000000000000, '8', '8', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4547', 'Gancanagh', '178', 0x0000490900000000000000000000000000000000, '2', '2', '1', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4548', 'Hedetet', '217', 0x0000C30800000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4549', 'Abas', '98', 0x0000460500000000000000000000000000000000, '4', '4', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4550', 'Alectryon', '70', 0x0000200100000000000000000000000000000000, '1', '8', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4551', 'Tefenet', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4552', 'Muscaliet', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4553', 'Lachrymater', '256', 0x0000580400000000000000000000000000000000, '4', '8', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4554', 'Chloris', '178', 0x0000350800000000000000000000000000000000, '5', '5', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4555', 'Glavoid', '0', 0x0000ED0700000000000000000000000000000000, '8', '4', '7', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4556', 'Lacovie', '2', 0x0000480900000000000000000000000000000000, '4', '5', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4557', 'Cuelebre', '259', 0x0000620200000000000000000000000000000000, '1', '5', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4558', 'Mictlantecuhtli', '74', 0x0000540500000000000000000000000000000000, '4', '1', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4559', 'Chukwa', '2', 0x0000900100000000000000000000000000000000, '1', '4', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4560', 'Minhocao', '0', 0x0000ED0700000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4561', 'Adze', '131', 0x0000DC0700000000000000000000000000000000, '6', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4562', 'Quetzalli', '280', 0x0000510100000000000000000000000000000000, '3', '4', '11', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4563', 'Manananggal', '203', 0x0000EE0600000000000000000000000000000000, '8', '6', '2', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4564', 'Myrmecoleon', '26', 0x0000440500000000000000000000000000000000, '1', '8', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4565', 'Ambuscader_Antlion', '0', 0x0000000000000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4566', 'Iratham', '0', 0x0000A50800000000000000000000000000000000, '4', '1', '12', '240', '0', '0', '2', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4577', 'Snaggletooth_Peapuk', '198', 0x0000D10600000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4578', 'Mourning_Crawler', '79', 0x00008D0100000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4579', 'Pygmytoise', '275', 0x00004E0900000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4580', 'Boulder_Eater', '276', 0x0000580900000000000000000000000000000000, '1', '1', '6', '240', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4581', 'Pet_Fenrir', '36', 0x0000110000000000000000000000000000000000, '5', '1', '3', '280', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4582', 'Pet_Ifrit', '38', 0x0000120000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4583', 'Pet_Titan', '45', 0x0000130000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4584', 'Pet_Leviathan', '40', 0x0000140000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4585', 'Pet_Garuda', '37', 0x0000150000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4586', 'Pet_Shiva', '44', 0x0000160000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4587', 'Pet_Ramuh', '43', 0x0000170000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4588', 'Pet_Carbuncle', '34', 0x0000100000000000000000000000000000000000, '3', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4589', 'Pet_Alexander', '33', 0x00001B0000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4590', 'Pet_Diabolos', '35', 0x0000190000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4591', 'Pet_Odin', '41', 0x00001A0000000000000000000000000000000000, '4', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4592', 'Pet_Wyvern', '193', 0x0000180000000000000000000000000000000000, '14', '1', '12', '320', '0', '0', '0', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4593', 'Shadow_Lord', '225', 0x0000160300000000000000000000000000000000, '8', '4', '4', '240', '1', '0', '18', '0', '0', '1516', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4594', 'Wulgaru', '302', 0x0000F20600000000000000000000000000000000, '8', '4', '4', '240', '24', '0', '2', '247', '32', '1909', '157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4641', 'Pet_Hare_Familiar', '206', 0x00000C0100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '8', '0', '0', '80', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4595', 'Pet_Keeneared_Steffi', '206', 0x00000D0100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '311', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4596', 'Pet_Mayfly_Familiar', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '8', '0', '0', '645', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4597', 'Pet_Shellbuster_Orob', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '645', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4598', 'Pet_Sheep_Familiar', '226', 0x0000540100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '8', '0', '0', '385', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4599', 'Pet_Lullaby_Melodia', '226', 0x0000540100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '337', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4600', 'Pet_Lizard_Familiar', '174', 0x0000480100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '8', '0', '0', '152', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4601', 'Pet_Coldblood_Como', '174', 0x0000480100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '152', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4602', 'Pet_Flowerpot_Bill', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '8', '300', '0', '0', '8', '0', '0', '396', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4603', 'Pet_Flowerpot_Ben', '178', 0x00002C0100000000000000000000000000000000, '2', '2', '8', '300', '0', '0', '8', '0', '0', '396', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4604', 'Pet_Tiger_Familiar', '242', 0x0000340100000000000000000000000000000000, '1', '1', '7', '240', '0', '0', '8', '0', '0', '395', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4605', 'Pet_Saber_Siravarde', '242', 0x0000340100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '395', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4606', 'Pet_Beetle_Familiar', '49', 0x0000980100000000000000000000000000000000, '7', '7', '7', '240', '0', '0', '8', '0', '0', '1676', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4607', 'Pet_Panzer_Galahad', '49', 0x0000980100000000000000000000000000000000, '7', '7', '8', '240', '0', '0', '8', '0', '0', '1676', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4608', 'Pet_Crafty_Clyvonne', '71', 0x00006F0100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '85', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4609', 'Pet_Bloodclaw_Shasra', '71', 0x0000C60800000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4610', 'Pet_Crab_Familiar', '77', 0x0000640100000000000000000000000000000000, '7', '7', '7', '240', '0', '0', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4611', 'Pet_Courier_Carrie', '77', 0x0000680100000000000000000000000000000000, '7', '7', '8', '240', '0', '0', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4612', 'Pet_Lucky_Lulush', '206', 0x00000E0100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '555', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4613', 'Pet_Fatso_Fargann', '172', 0x0000140100000000000000000000000000000000, '1', '1', '10', '240', '0', '0', '8', '0', '0', '117', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4614', 'Pet_Funguar_Familiar', '116', 0x0000780100000000000000000000000000000000, '1', '1', '9', '240', '0', '0', '8', '0', '0', '310', '1157', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4615', 'Pet_Discreet_Louise', '116', 0x0000780100000000000000000000000000000000, '1', '1', '11', '240', '0', '0', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4616', 'Pet_Homunculus', '178', 0x00002D0100000000000000000000000000000000, '2', '2', '9', '300', '0', '0', '8', '0', '0', '133', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4617', 'Pet_Swift_Sieghard', '210', 0x00003C0100000000000000000000000000000000, '1', '1', '9', '240', '0', '0', '8', '0', '0', '165', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4618', 'Pet_Amigo_Sabotender', '212', 0x0000740100000000000000000000000000000000, '1', '1', '9', '240', '0', '0', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4619', 'Pet_Flytrap_Familiar', '114', 0x0000410500000000000000000000000000000000, '5', '5', '7', '200', '0', '0', '8', '0', '0', '396', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4620', 'Pet_Voracious_Audrey', '114', 0x0000410500000000000000000000000000000000, '5', '5', '8', '200', '0', '0', '8', '0', '0', '396', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4621', 'Pet_Eft_Familiar', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '0', '0', '8', '0', '0', '496', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4622', 'Pet_Ambusher_Allie', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '0', '0', '8', '0', '0', '442', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4623', 'Pet_Mite_Familiar', '81', 0x0000490500000000000000000000000000000000, '8', '8', '8', '210', '0', '0', '8', '0', '0', '131', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4624', 'Pet_Lifedrinker_Lars', '81', 0x0000490500000000000000000000000000000000, '8', '8', '9', '210', '0', '0', '8', '0', '0', '131', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4625', 'Pet_Antlion_Familiar', '26', 0x0000430500000000000000000000000000000000, '8', '8', '8', '240', '0', '0', '8', '0', '0', '337', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4626', 'Pet_Chopsuey_Chucky', '26', 0x0000430500000000000000000000000000000000, '8', '8', '9', '240', '0', '0', '8', '0', '0', '337', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4627', 'Pet_Dipper_Yuly', '170', 0x0000E20700000000000000000000000000000000, '6', '6', '7', '130', '0', '0', '8', '0', '0', '26', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4628', 'Pet_Flowerpot_Merle', '178', 0x0000C70800000000000000000000000000000000, '2', '2', '8', '300', '0', '0', '8', '0', '0', '605', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4629', 'Pet_Nursery_Nazuna', '226', 0x0000540100000000000000000000000000000000, '1', '1', '9', '240', '0', '0', '8', '0', '0', '449', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4630', 'Pet_Mailbuster_Cetas', '113', 0x0000C00100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '179', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4631', 'Pet_Audacious_Anna', '174', 0x0000480100000000000000000000000000000000, '1', '1', '8', '240', '0', '0', '8', '0', '0', '552', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4632', 'Pet_Presto_Julio', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '0', '0', '8', '0', '0', '99', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4633', 'Pet_Bugeyed_Broncha', '98', 0x0000450500000000000000000000000000000000, '1', '1', '8', '210', '0', '0', '8', '0', '0', '2025', '133', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4634', 'Pet_Gooey_Gerard', '231', 0x0000E50700000000000000000000000000000000, '1', '1', '9', '240', '0', '0', '8', '0', '0', '448', '643', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4635', 'Pet_Gorefang_Hobs', '242', 0x0000C80800000000000000000000000000000000, '1', '1', '10', '240', '0', '0', '8', '0', '0', '133', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4636', 'Pet_Faithful_Falcorr', '140', 0x0000C10800000000000000000000000000000000, '6', '6', '7', '150', '0', '0', '8', '0', '0', '622', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4637', 'Pet_Crude_Raphie', '2', 0x0000900100000000000000000000000000000000, '7', '7', '9', '340', '0', '0', '8', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4638', 'Pet_Dapper_Mac', '27', 0x0000BB0600000000000000000000000000000000, '2', '2', '8', '340', '0', '0', '8', '0', '0', '660', '1155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4639', 'Pet_Slippery_Silas', '196', 0x0000BF0800000000000000000000000000000000, '15', '15', '8', '150', '0', '0', '8', '0', '0', '1117', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4640', 'Pet_Turbid_Toloi', '197', 0x00005D0100000000000000000000000000000000, '1', '1', '10', '240', '0', '0', '8', '0', '0', '367', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4642', 'Shiva_Prime', '319', 0x00001D0300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4643', 'Ramuh_Prime', '320', 0x00001E0300000000000000000000000000000000, '1', '1', '12', '240', '40', '1', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4644', 'Titan_Prime', '321', 0x00001A0300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4645', 'Ifrit_Prime', '322', 0x0000190300000000000000000000000000000000, '1', '1', '5', '240', '40', '1', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4646', 'Leviathan_Prime', '323', 0x00001B0300000000000000000000000000000000, '1', '1', '8', '240', '40', '1', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4647', 'Garuda_Prime', '324', 0x00001C0300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '1', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4648', 'Fenrir_Prime', '325', 0x0000180300000000000000000000000000000000, '1', '1', '6', '240', '40', '1', '2', '0', '32', '1417', '155', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4649', 'Vanguard_Dragontamer', '270', 0x0000360400000000000000000000000000000000, '14', '1', '9', '240', '16', '1', '16', '0', '0', '0', '3', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4650', 'Fomor_Thief', '115', 0x0500520700000000000000000000000000000000, '6', '6', '2', '240', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4651', 'Qn_aern_whm', '3', 0x00005E0500000000000000000000000000000000, '3', '3', '4', '240', '0', '1', '0', '0', '0', '0', '0', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4652', 'FeywealdSaplin', '216', 0x0000880100000000000000000000000000000000, '1', '1', '7', '240', '0', '1', '0', '0', '0', '449', '129', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4653', 'Ashmaker_Gotblut', '189', 0x0000190400000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '0', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4654', 'ProvenanceW', '262', 0x00000A0800000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '1', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4657', 'Melusine', '195', 0x0000EE0700000000000000000000000000000000, '3', '3', '7', '240', '0', '0', '0', '0', '0', '4421', '513', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4658', 'Myradrosh', '72', 0x0000B50800000000000000000000000000000000, '5', '5', '2', '220', '0', '0', '1', '0', '0', '99', '131', '0', '0', 0x7070707074701662); -INSERT INTO mob_pools VALUES ('4655', 'Goblintrap', '114', 0x0000410500000000000000000000000000000000, '1', '1', '8', '200', '128', '0', '1', '0', '0', '291', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4656', 'Cottus', '328', 0x0000E30200000000000000000000000000000000, '9', '9', '5', '240', '8', '1', '0', '0', '0', '79', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4659', 'Kf_ghrah_blm', '122', 0x0600910400000000000000000000000000000000, '1', '1', '7', '220', '9', '1', '2', '0', '0', '0', '0', '0', '1', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4660', 'Ix_aern_drk', '3', 0x0000570500000000000000000000000000000000, '8', '8', '1', '200', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4661', 'Ix_aern_mnk', '3', 0x0000570500000000000000000000000000000000, '2', '2', '1', '180', '9', '1', '2', '0', '0', '0', '0', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4662', 'Svarbhanu', '87', 0x0000A40100000000000000000000000000000000, '3', '3', '11', '240', '16', '1', '0', '0', '0', '0', '0', '0', '0', 0x1010101010105700); -INSERT INTO mob_pools VALUES ('4663', 'Rukh', '0', 0x00000D0800000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '1', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4664', 'Asb', '0', 0x00000E0800000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '1', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4665', 'Sarbaz', '0', 0x00000F0800000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '1', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4666', 'Wazir', '0', 0x00002D0800000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '1', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4667', 'Shah', '0', 0x00002E0800000000000000000000000000000000, '4', '4', '5', '240', '12', '1', '0', '0', '0', '290', '1155', '1', '0', 0x6161616169610063); -INSERT INTO mob_pools VALUES ('4668', 'Morta', '0', 0x00002B0800000000000000000000000000000000, '6', '6', '2', '240', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); -INSERT INTO mob_pools VALUES ('4669', 'Bismark', '0', 0x00002C0800000000000000000000000000000000, '6', '6', '2', '240', '192', '1', '0', '0', '0', '6', '131', '0', '0', 0x0000000000000000); \ No newline at end of file +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET NAMES utf8 */; +/*!40014 SET FOREIGN_KEY_CHECKS=0 */; +-- Dumping data for table dsp.mob_pools: 4,662 rows +/*!40000 ALTER TABLE `mob_pools` DISABLE KEYS */; +INSERT INTO `mob_pools` (`poolid`, `name`, `familyid`, `modelid`, `mJob`, `sJob`, `cmbSkill`, `cmbDelay`, `behavior`, `links`, `mobType`, `immunity`, `name_prefix`, `flag`, `unknown`, `animationsub`, `hasSpellScript`, `castSpellTypes`) VALUES + (1, '1st_Gold_Musketeer', 149, _binary 0x01000D02DE104820483048404850B76000703B80, 5, 11, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2, '1st_Iron_Musketeer', 149, _binary 0x010005019510A220A230A240A250BC60B7703A80, 5, 5, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3, '1st_Legionnaire', 146, _binary 0x01000508061006200630064006500A6122703480, 11, 11, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4, '1st_Legion_Aidman', 149, _binary 0x01000E028A10712008301F404550846084700080, 3, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (5, '1st_Legion_Mercenary', 133, _binary 0x0000670500000000000000000000000000000000, 11, 11, 5, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (6, '1st_Legion_Reiter', 146, _binary 0x01000508061006200630064006500A6122703480, 5, 5, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (7, '2nd_Legionnaire', 149, _binary 0x0100050105100520053005400550CA6000703480, 14, 8, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (8, '2nd_Legion_Grenadier', 146, _binary 0x010002088A100220023002400250616000700080, 1, 1, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (9, '2nd_Legion_Scout', 149, _binary 0x0100050105100520053005400550CA6000703480, 14, 20, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (10, '3rd_Legionnaire', 149, _binary 0x01000A01DE10DE208A308A408A50526021703680, 11, 11, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (11, '4th_Legionnaire', 149, _binary 0x010006011D101D201D301D401D5014612C703680, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (12, '7th_Cohors_Legionnaire', 149, _binary 0x0100020100001D201D301D401D5054602C700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (13, '8th_Iron_Musketeer', 149, _binary 0x01000D029510A220A230A240A250BC60B7703A80, 13, 13, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (14, 'Aa_Bho_Slashburner', 200, _binary 0x0000990200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (15, 'Aa_Nawu_the_Thunderblade', 270, _binary 0x0000560200000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (16, 'Aa_Nyu_Dismantler', 202, _binary 0x00001D0400000000000000000000000000000000, 8, 8, 2, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (17, 'Aa_Xalmo_the_Savage', 270, _binary 0x0000240800000000000000000000000000000000, 2, 2, 1, 240, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (18, 'Abenzio', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (19, 'Abhac', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (20, 'Abraxas', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 11, 240, 8, 0, 1, 0, 0, 343, 1157, 0, 0, _binary 0x0000000000000000), + (21, 'Absolute_Virtue', 3, _binary 0x0000620500000000000000000000000000000000, 14, 14, 8, 180, 24, 1, 2, 0, 32, 6, 1183, 0, 0, _binary 0x0000000000000000), + (22, 'Abyssal_Demon', 169, _binary 0x0000F20200000000000000000000000000000000, 12, 12, 4, 240, 1, 1, 0, 0, 0, 219, 1157, 0, 0, _binary 0x0000000000000000), + (23, 'Abyssal_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (24, 'Abyssdweller_Jhabdebb', 189, _binary 0x00007A0200000000000000000000000000000000, 7, 7, 1, 240, 13, 1, 2, 0, 32, 7, 1183, 0, 0, _binary 0x0000000000000000), + (25, 'Abyssic_Cluster', 68, _binary 0x0000220100000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (26, 'Abyssobugard', 58, _binary 0x0000480500000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (27, 'Abyss_Sahagin', 213, _binary 0x0000330500000000000000000000000000000000, 10, 10, 5, 240, 8, 1, 2, 0, 0, 185, 1157, 0, 0, _binary 0x0000000000000000), + (28, 'Abyss_Worm', 258, _binary 0x0000A90100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 0, 0, 0, 236, 1155, 0, 0, _binary 0x007F000000000000), + (29, 'Ab_xzomit', 269, _binary 0x0000110200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (30, 'Ace_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (31, 'Ace_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (32, 'Ace_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (33, 'Ace_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (34, 'Achamoth', 307, _binary 0x0000100700000000000000000000000000000000, 1, 1, 7, 240, 153, 0, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (35, 'Achamothcampa', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (36, 'Achamoth_Nympha', 253, _binary 0x0000100700000000000000000000000000000000, 1, 1, 7, 240, 153, 0, 0, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (37, 'Achtelle', 145, _binary 0x0100090434103420343034403450CF6000700080, 14, 14, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (38, 'Acid_Grease', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (39, 'Acrolith', 1, _binary 0x0000F20600000000000000000000000000000000, 1, 1, 7, 320, 0, 1, 32, 0, 0, 14, 1155, 0, 0, _binary 0x0000000000000000), + (40, 'Acrophies', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 626, 1667, 0, 0, _binary 0x0000000000000000), + (41, 'Acro_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 3185, 1667, 0, 0, _binary 0x0000000000000000), + (42, 'Adam', 149, _binary 0x0100000100000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (43, 'Adamantking_Effigy', 94, _binary 0x0000220400000000000000000000000000000000, 1, 8, 12, 240, 16, 1, 16, 1, 0, 0, 1665, 0, 0, _binary 0x0000000000000000), + (44, 'Adamantoise', 2, _binary 0x0000900100000000000000000000000000000000, 1, 1, 7, 380, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (45, 'Adamantshell', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 129, 1, 16, 0, 0, 1755, 1667, 0, 0, _binary 0x0000000000000000), + (46, 'Adaman_Quadav', 202, _binary 0x00004A0800000000000000000000000000000000, 8, 8, 2, 265, 8, 1, 2, 0, 0, 502, 1155, 0, 0, _binary 0x0000000000000000), + (47, 'Adamastor', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (48, 'Adasaurus', 210, _binary 0x00003C0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (49, 'Addled_Tumor', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 192, 0, 0, 0, 0, 178, 1667, 0, 0, _binary 0x0000000000000000), + (50, 'Adelheid', 149, _binary 0x01000002D610D620D630D640D650676100700000, 20, 20, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (51, 'Adjudicator_Demon', 169, _binary 0x0000AB0800000000000000000000000000000000, 15, 15, 11, 240, 8, 1, 0, 0, 0, 3305, 1155, 0, 0, _binary 0x0000000000000000), + (52, 'Aerial_Torpedo', 56, _binary 0x00001A0100000000000000000000000000000000, 4, 4, 12, 240, 24, 1, 0, 0, 0, 10, 1155, 0, 0, _binary 0x6161616169610063), + (53, 'Aern_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 153, 1, 0, 8, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (54, 'Aern_s_Elemental', 100, _binary 0x00000F0000000000000000000000000000000000, 8, 5, 7, 240, 16, 0, 8, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (55, 'Aern_s_Euvhi', 109, _binary 0x00000E0200000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 8, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (56, 'Aern_s_Wynav', 193, _binary 0x0000120200000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 8, 1, 0, 0, 0, 0, 1, _binary 0x0000000000000000), + (57, 'Aern_s_Xzomit', 269, _binary 0x0000100200000000000000000000000000000000, 1, 1, 7, 200, 9, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (58, 'Aestutaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (59, 'Afrhaad', 149, _binary 0x05005F0700000000000000000000000000000000, 16, 16, 3, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (60, 'Agas', 4, _binary 0x0000080100000000000000000000000000000000, 4, 4, 7, 240, 3, 0, 2, 0, 32, 1470, 1181, 0, 0, _binary 0x6161616169610063), + (61, 'Aggressor_Antlion', 26, _binary 0x0000430500000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (62, 'Agloolik', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 396, 1157, 0, 0, _binary 0x0000000000000000), + (63, 'Agonizer', 241, _binary 0x0000680400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 2, 0, 0, 3441, 1157, 0, 0, _binary 0x0000000000000000), + (64, 'Agrios', 128, _binary 0x0000120100000000000000000000000000000000, 1, 1, 11, 240, 9, 0, 2, 0, 32, 153, 1181, 0, 0, _binary 0x0000000000000000), + (65, 'Ahriman', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 7, 240, 3, 1, 1, 0, 0, 407, 1157, 0, 0, _binary 0x6161616169610063), + (66, 'Ahtu', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 711, 1157, 0, 0, _binary 0x0000000000000000), + (67, 'Aht_Urhgan_Attercop', 235, _binary 0x0000380100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (68, 'Aiatar', 268, _binary 0x00003E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (69, 'Aipaloovik', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 6, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (70, 'Airi', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 1, 8, 0, 0, 4759, 1157, 0, 0, _binary 0x6161616169610063), + (71, 'Air_Elemental', 99, _binary 0x00000A0000000000000000000000000000000000, 4, 5, 12, 240, 32, 0, 0, 0, 0, 112, 1155, 0, 0, _binary 0x0000007F00000000), + (72, 'Air_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 1, 0, 0, 0, 7, 1159, 0, 0, _binary 0x7070707074701662), + (73, 'Aitvaras', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 6, 240, 129, 0, 16, 0, 32, 614, 1179, 0, 0, _binary 0x0000000000000000), + (74, 'Ajattara', 266, _binary 0x0000C50800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 296, 1155, 0, 0, _binary 0x0000000000000000), + (75, 'Ajido-Marujido', 153, _binary 0x0000070300000000000000000000000000000000, 4, 4, 11, 240, 24, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (76, 'Akash', 34, _binary 0x0000170300000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (77, 'Akbaba', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 1, 0, 0, 905, 1155, 0, 0, _binary 0x0000000000000000), + (78, 'Akrab', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (79, 'Akselloak', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 395, 133, 0, 0, _binary 0x0000000000000000), + (80, 'Alastor_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 4, 4, 7, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (81, 'Albino_Antlion', 26, _binary 0x0000000000000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (82, 'Alexander', 33, _binary 0x00002A0700000000000000000000000000000000, 3, 3, 11, 240, 153, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (83, 'Alfard', 164, _binary 0x0000005070000000000000000000000000000000, 1, 6, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (84, 'Alfons', 149, _binary 0x01000D014D104D204D304D404D50406118700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (85, 'Alklha', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 6, 240, 129, 0, 16, 0, 32, 7098, 1179, 0, 0, _binary 0x0000000000000000), + (86, 'Alkonost', 140, _binary 0x0000550500000000000000000000000000000000, 6, 8, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (87, 'Alkyoneus', 126, _binary 0x0000830200000000000000000000000000000000, 1, 2, 1, 240, 1, 1, 2, 0, 32, 1871, 1183, 0, 0, _binary 0x0000000000000000), + (88, 'All-Seeing_Onyx_Eye', 4, _binary 0x0000090100000000000000000000000000000000, 20, 20, 11, 240, 129, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (89, 'Allied_Armored_Belfry', 236, _binary 0x0000190900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (90, 'Allied_Belfry', 236, _binary 0x0000190900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (91, 'Allied_Mantelet', 239, _binary 0x0000170900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (92, 'Allocamelus', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (93, 'Allotaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (94, 'Almighty_Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 380, 136, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (95, 'Almops', 126, _binary 0x0000130100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (96, 'Alpha_Gnole_Anders', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 9, 1, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (97, 'Alraune', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 7, 360, 128, 1, 0, 0, 0, 133, 1155, 0, 0, _binary 0x0000000000000000), + (98, 'Alsha', 145, _binary 0x0500370200000000000000000000000000000000, 4, 3, 11, 240, 0, 0, 2, 0, 32, 138, 1563, 0, 0, _binary 0x6161616169610063), + (99, 'Altedour_I_Tavnazia', 221, _binary 0x0000280200000000000000000000000000000000, 4, 4, 5, 360, 6, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (100, 'Amaltheia', 208, _binary 0x0000580100000000000000000000000000000000, 3, 3, 7, 320, 13, 1, 2, 0, 32, 323, 1183, 0, 0, _binary 0x1010101010105700), + (101, 'Amaranth', 207, _binary 0x0000E80700000000000000000000000000000000, 6, 6, 7, 240, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (102, 'Amarok', 62, _binary 0x0000020700000000000000000000000000000000, 8, 4, 7, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (103, 'Amber_Quadav', 202, _binary 0x00009A0200000000000000000000000000000000, 4, 4, 5, 265, 2, 1, 0, 0, 0, 457, 1153, 0, 0, _binary 0x6161616169610063), + (104, 'Ambusher_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 6, 200, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (105, 'Amemet', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 32, 2791, 1181, 0, 0, _binary 0x0000000000000000), + (106, 'Ameretat', 186, _binary 0x00007E0100000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 0, 0, 0, 450, 1667, 0, 0, _binary 0x0000000000000000), + (107, 'Amethyst_Quadav', 202, _binary 0x0000990200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 0, 0, 0, 629, 1153, 0, 0, _binary 0x1010101010105700), + (108, 'Amhuluk', 6, _binary 0x0000570900000000000000000000000000000000, 20, 5, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (109, 'Amikiri', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (110, 'Amnaf', 149, _binary 0x01000B02A510A520AB30A540AB50776100700000, 16, 16, 3, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (111, 'Amoebic_Nodule', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (112, 'Amphiptere', 6, _binary 0x0000AE0800000000000000000000000000000000, 1, 1, 3, 240, 0, 1, 0, 0, 2, 759, 3201, 0, 0, _binary 0x0000000000000000), + (113, 'Amphisbaena', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 0, 0, 0, 337, 1157, 0, 0, _binary 0x6161616169610063), + (114, 'Amphitrite', 251, _binary 0x0000520500000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (115, 'Amuckatrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 8, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (116, 'Amun', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (117, 'Anansi', 235, _binary 0x0000390100000000000000000000000000000000, 1, 5, 7, 240, 16, 1, 16, 0, 32, 3873, 1695, 0, 0, _binary 0x0000000000000000), + (118, 'Anantaboga', 87, _binary 0x0000A50100000000000000000000000000000000, 10, 10, 12, 240, 128, 0, 2, 0, 32, 237, 1181, 0, 0, _binary 0x0000000000000000), + (119, 'Anautogenous_Slug', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 140, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (120, 'Ancient_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 239, 1667, 0, 0, _binary 0x0000000000000000), + (121, 'Ancient_Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 0, 0, 0, 237, 1667, 0, 0, _binary 0x0000000000000000), + (122, 'Ancient_Bombs', 68, _binary 0x0000230100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (123, 'Ancient_Goobbue', 136, _binary 0x0000280100000000000000000000000000000000, 2, 2, 12, 320, 2, 1, 2, 0, 0, 237, 1159, 0, 0, _binary 0x0000000000000000), + (124, 'Ancient_Orobon', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (125, 'Ancient_Quadav', 202, _binary 0x0000450800000000000000000000000000000000, 1, 1, 2, 265, 2, 1, 0, 0, 0, 399, 131, 0, 0, _binary 0x0000000000000000), + (126, 'Ancient_Royal_Knight', 227, _binary 0x0000980400000000000000000000000000000000, 1, 1, 4, 240, 193, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (127, 'Ancient_Sorcerer', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 1, 18, 0, 0, 5046, 1157, 0, 0, _binary 0x6161616169610063), + (128, 'Ancient_Vessel', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 2, 0, 0, 645, 1159, 0, 0, _binary 0x7070707074701662), + (129, 'Ancient_Warrior', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 1, 0, 0, 0, 1935, 1155, 0, 0, _binary 0x0000000000000000), + (130, 'Ancient_Weapon', 110, _binary 0x0000DC0100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (131, 'Ancilla_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 1, 1, 3, 240, 13, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (132, 'Anders_s_Guard', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (133, 'Andhrimnir', 74, _binary 0x0000540500000000000000000000000000000000, 4, 4, 12, 290, 193, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (134, 'Andras_s_Vouivre', 267, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (135, 'Anemic_Aloysius', 258, _binary 0x0000058090000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (136, 'Anemone', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 0, 0, 0, 20, 1667, 0, 0, _binary 0x0000000000000000), + (137, 'Angantyr', 169, _binary 0x0000E80200000000000000000000000000000000, 1, 1, 2, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (138, 'Angler_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (139, 'Angler_Orobon', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 137, 1, 0, 0, 0, 5386, 1159, 0, 0, _binary 0x0000000000000000), + (140, 'Angler_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (141, 'Angra_Mainyu', 4, _binary 0x0000090100000000000000000000000000000000, 5, 4, 2, 240, 24, 1, 2, 0, 32, 7, 1183, 0, 0, _binary 0x7070707074701662), + (142, 'Anguis', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (143, 'Animated_Claymore', 14, _binary 0x0000CB0100000000000000000000000000000000, 7, 7, 4, 240, 8, 1, 2, 0, 0, 7, 1667, 0, 0, _binary 0x0000000000000000), + (144, 'Animated_Dagger', 11, _binary 0x0000C50100000000000000000000000000000000, 4, 4, 2, 240, 8, 1, 2, 0, 0, 7, 1667, 0, 0, _binary 0x6161616169610063), + (145, 'Animated_Great_Axe', 12, _binary 0x0000CA0100000000000000000000000000000000, 1, 1, 6, 240, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (146, 'Animated_Gun', 18, _binary 0x0000D20100000000000000000000000000000000, 11, 11, 5, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (147, 'Animated_Hammer', 9, _binary 0x0000C90100000000000000000000000000000000, 3, 3, 11, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x1010101010105700), + (148, 'Animated_Horn', 16, _binary 0x0000D60100000000000000000000000000000000, 10, 10, 12, 240, 8, 1, 2, 0, 0, 7, 1667, 0, 0, _binary 0x0000000000000000), + (149, 'Animated_Knuckles', 15, _binary 0x0000C40100000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (150, 'Animated_Kunai', 17, _binary 0x0000CF0100000000000000000000000000000000, 13, 13, 9, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (151, 'Animated_Longbow', 7, _binary 0x0000D10100000000000000000000000000000000, 11, 11, 5, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (152, 'Animated_Longsword', 24, _binary 0x0000C20100000000000000000000000000000000, 7, 7, 3, 240, 8, 1, 2, 0, 0, 7, 1667, 0, 0, _binary 0x0000000000000000), + (153, 'Animated_Scythe', 20, _binary 0x0000C80100000000000000000000000000000000, 8, 8, 7, 240, 8, 1, 2, 0, 0, 7, 1667, 0, 0, _binary 0x0000000000000000), + (154, 'Animated_Shield', 22, _binary 0x0000D50100000000000000000000000000000000, 7, 7, 4, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (155, 'Animated_Spear', 19, _binary 0x0000CC0100000000000000000000000000000000, 14, 14, 8, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (156, 'Animated_Staff', 23, _binary 0x0000CE0100000000000000000000000000000000, 4, 4, 12, 240, 8, 1, 2, 0, 0, 7, 1667, 0, 0, _binary 0x6161616169610063), + (157, 'Animated_Tabar', 8, _binary 0x0000C60100000000000000000000000000000000, 9, 9, 5, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (158, 'Animated_Tachi', 13, _binary 0x0000D00100000000000000000000000000000000, 12, 12, 10, 240, 8, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (159, 'Anise_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (160, 'Annihilated_Anthony', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 12, 0, 2, 0, 32, 7, 1181, 0, 0, _binary 0x6161616169610063), + (161, 'Ansherekh', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 4, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (162, 'Antaeus', 126, _binary 0x0000830200000000000000000000000000000000, 11, 1, 1, 240, 9, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (163, 'Antares', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 559, 1157, 0, 0, _binary 0x0000000000000000), + (164, 'Anthracite_Antlion', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (165, 'Antican_Aedilis', 25, _binary 0x0000F50400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 0, 0, 0, 402, 1157, 0, 0, _binary 0x0000000000000000), + (166, 'Antican_Antesignanus', 25, _binary 0x00000C0500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 0, 0, 0, 59, 1157, 0, 0, _binary 0x0000000000000000), + (167, 'Antican_Auxiliarius', 25, _binary 0x0000E70400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 343, 1153, 0, 0, _binary 0x0000000000000000), + (168, 'Antican_Centurio', 25, _binary 0x0000100500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 0, 0, 0, 396, 1155, 0, 0, _binary 0x0000000000000000), + (169, 'Antican_Consul', 25, _binary 0x0000EB0400000000000000000000000000000000, 1, 1, 5, 265, 8, 1, 2, 0, 0, 2646, 1159, 0, 0, _binary 0x0000000000000000), + (170, 'Antican_Decurio', 25, _binary 0x0000080500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 0, 0, 0, 417, 1155, 0, 0, _binary 0x0000000000000000), + (171, 'Antican_Eques', 25, _binary 0x0000080500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 0, 0, 0, 561, 1155, 0, 0, _binary 0x0000000000000000), + (172, 'Antican_Essedarius', 25, _binary 0x0000F80400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 0, 0, 0, 396, 1155, 0, 0, _binary 0x0000000000000000), + (173, 'Antican_Faber', 25, _binary 0x0000FD0400000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 0, 0, 0, 1170, 1153, 0, 0, _binary 0x6161616169610063), + (174, 'Antican_Funditor', 25, _binary 0x0000F30400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 0, 0, 0, 927, 1153, 0, 0, _binary 0x0000000000000000), + (175, 'Antican_Hastatus', 25, _binary 0x0000F10400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 429, 1155, 0, 0, _binary 0x0000000000000000), + (176, 'Antican_Hoplomachus', 25, _binary 0x0000100500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 0, 0, 0, 344, 1155, 0, 0, _binary 0x0000000000000000), + (177, 'Antican_Lanista', 25, _binary 0x0000FF0400000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 0, 0, 0, 330, 1155, 0, 0, _binary 0x6161616169610063), + (178, 'Antican_Legatus', 25, _binary 0x0000090500000000000000000000000000000000, 7, 7, 3, 265, 8, 1, 2, 0, 0, 3066, 1157, 0, 0, _binary 0x0000000000000000), + (179, 'Antican_Magister', 25, _binary 0x0000EC0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (180, 'Antican_Praefectus', 25, _binary 0x0000110500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 2, 0, 0, 5985, 1157, 0, 0, _binary 0x0000000000000000), + (181, 'Antican_Praetor', 25, _binary 0x0000010500000000000000000000000000000000, 4, 4, 12, 265, 8, 1, 2, 0, 0, 2062, 1157, 0, 0, _binary 0x6161616169610063), + (182, 'Antican_Princeps', 25, _binary 0x0000100500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 0, 0, 0, 575, 1155, 0, 0, _binary 0x0000000000000000), + (183, 'Antican_Proconsul', 25, _binary 0x0000040500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (184, 'Antican_Quaestor', 25, _binary 0x0000000500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 0, 0, 0, 206, 1157, 0, 0, _binary 0x6161616169610063), + (185, 'Antican_Retiarius', 25, _binary 0x0000FE0400000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 0, 0, 0, 291, 1155, 0, 0, _binary 0x6161616169610063), + (186, 'Antican_Sagittarius', 25, _binary 0x0000F80400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 0, 0, 0, 1243, 1155, 0, 0, _binary 0x0000000000000000), + (187, 'Antican_Secutor', 25, _binary 0x0000F10400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 1302, 1155, 0, 0, _binary 0x0000000000000000), + (188, 'Antican_Signifer', 25, _binary 0x0000FF0400000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 0, 0, 0, 285, 1155, 0, 0, _binary 0x6161616169610063), + (189, 'Antican_Speculator', 25, _binary 0x0000FE0400000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 0, 0, 0, 713, 1155, 0, 0, _binary 0x6161616169610063), + (190, 'Antican_Triarius', 25, _binary 0x0000EF0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 300, 1157, 0, 0, _binary 0x0000000000000000), + (191, 'Antican_Tribunus', 25, _binary 0x0000FC0400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (192, 'Antican_Veles', 25, _binary 0x0000F10400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 185, 1155, 0, 0, _binary 0x0000000000000000), + (193, 'Antlion_Fly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 128, 1, 0, 0, 0, 80, 1667, 0, 0, _binary 0x0000000000000000), + (194, 'Anvilix_Sootwrists', 133, _binary 0x0000400400000000000000000000000000000000, 1, 1, 5, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (195, 'Apademak', 168, _binary 0x00000F0700000000000000000000000000000000, 1, 4, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (196, 'Apis', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 8, 6, 360, 8, 0, 16, 0, 32, 3903, 1183, 0, 0, _binary 0x0000000000000000), + (197, 'Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 380, 0, 1, 1, 0, 0, 184, 1153, 0, 0, _binary 0x0000000000000000), + (198, 'Apocalyptic_Beast', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 6, 240, 129, 1, 2, 0, 0, 5567, 1671, 0, 0, _binary 0x0000000000000000), + (199, 'Apocalyptic_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 375, 1669, 0, 0, _binary 0x0000000000000000), + (200, 'Apollyon_Cleaner', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 17, 1, 0, 0, 0, 131, 1159, 0, 0, _binary 0x7070707074701662), + (201, 'Apollyon_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 3208, 1155, 0, 0, _binary 0x0000000000000000), + (202, 'Apollyon_Scavenger', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 5, 300, 129, 1, 2, 0, 0, 761, 1155, 0, 0, _binary 0x0000000000000000), + (203, 'Apollyon_Sweeper', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 17, 1, 2, 0, 0, 4680, 1159, 0, 0, _binary 0x0000000000000000), + (204, 'Apsaras', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (205, 'Aquarian_Caster', 153, _binary 0x01000D0512101420143014401450E36027701B80, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (206, 'Aquarius', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 220, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (207, 'Arachne', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (208, 'Aragoneu_Knight', 145, _binary 0x010009030C100C200C300C400C50FB601B700080, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (209, 'Arboricole_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 4, 240, 13, 1, 2, 0, 0, 6540, 1155, 0, 0, _binary 0x0000000000000000), + (210, 'Arboricole_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 133, 1, 2, 0, 0, 5199, 1155, 0, 0, _binary 0x0000000000000000), + (211, 'Arboricole_Hornet', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 5, 240, 13, 1, 2, 0, 0, 4651, 1155, 0, 0, _binary 0x0000000000000000), + (212, 'Arboricole_Opo-opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 13, 1, 0, 0, 0, 1051, 1155, 0, 0, _binary 0x0000000000000000), + (213, 'Arboricole_Raven', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 2, 0, 0, 657, 1155, 0, 0, _binary 0x0000000000000000), + (214, 'Arboricole_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 5027, 1667, 0, 0, _binary 0x0000000000000000), + (215, 'Arcane_Phantasm', 115, _binary 0x0500380200000000000000000000000000000000, 10, 10, 2, 240, 193, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (216, 'Archaic_Chariot', 63, _binary 0x00001D0700000000000000000000000000000000, 1, 1, 6, 320, 145, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (217, 'Archaic_Chest', 183, _binary 0x0000020100000000000000000000000000000000, 1, 1, 7, 170, 144, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (218, 'Archaic_Gear', 119, _binary 0x00001B0700000000000000000000000000000000, 1, 1, 12, 240, 153, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (219, 'Archaic_Gears', 120, _binary 0x00001C0700000000000000000000000000000000, 1, 1, 12, 240, 153, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (220, 'Archaic_Mirror', 238, _binary 0x0600150600000000000000000000000000000000, 1, 1, 0, 240, 0, 0, 0, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (221, 'Archaic_Rampart', 209, _binary 0x00001A0700000000000000000000000000000000, 1, 1, 7, 320, 25, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (222, 'Archer_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 861, 1155, 0, 0, _binary 0x0000000000000000), + (223, 'Archlich_Taber_quoan', 227, _binary 0x0000400200000000000000000000000000000000, 4, 4, 10, 240, 2, 1, 18, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (224, 'Arch_Ahriman', 4, _binary 0x0000090100000000000000000000000000000000, 4, 4, 7, 240, 136, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (225, 'Arch_Corse', 74, _binary 0x0000530500000000000000000000000000000000, 4, 4, 11, 290, 192, 0, 0, 0, 0, 218, 1157, 0, 0, _binary 0x6161616169610063), + (226, 'Arch_Demon', 169, _binary 0x0000EF0200000000000000000000000000000000, 8, 8, 1, 240, 1, 1, 0, 0, 0, 153, 1157, 0, 0, _binary 0x0000000000000000), + (227, 'Areuhat', 145, _binary 0x01001A0400108720873087408750776100700080, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (228, 'Argus', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (229, 'Arid_Limule', 173, _binary 0x00004D0900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (230, 'Aries', 208, _binary 0x0000580100000000000000000000000000000000, 1, 5, 7, 300, 16, 1, 16, 0, 32, 2880, 1183, 0, 0, _binary 0x0000000000000000), + (231, 'Ariesian_Caster', 153, _binary 0x01000C0613101320133013401350E86024700080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (232, 'Arimaspi', 4, _binary 0x0000090100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (233, 'Arioch', 46, _binary 0x0000010100000000000000000000000000000000, 1, 1, 6, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (234, 'Ariri_Samariri', 196, _binary 0x0000150700000000000000000000000000000000, 4, 4, 5, 150, 129, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (235, 'Ark_Angel_EV', 145, _binary 0x0000110300000000000000000000000000000000, 7, 3, 3, 240, 16, 1, 2, 0, 32, 1595, 1051, 0, 0, _binary 0x0000000000003700), + (236, 'Ark_Angel_GK', 147, _binary 0x0000140300000000000000000000000000000000, 12, 14, 10, 240, 16, 1, 2, 0, 32, 693, 1179, 0, 0, _binary 0x0000000000000000), + (237, 'Ark_Angel_HM', 149, _binary 0x0000100300000000000000000000000000000000, 1, 13, 3, 240, 16, 1, 2, 0, 32, 3139, 1179, 0, 0, _binary 0x0000000000000000), + (238, 'Ark_Angel_MR', 151, _binary 0x0000120300000000000000000000000000000000, 9, 6, 2, 240, 16, 0, 0, 0, 32, 4504, 1051, 0, 0, _binary 0x0000000000000000), + (239, 'Ark_Angel_s_Mandragora', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 7, 360, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (240, 'Ark_Angel_s_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (241, 'Ark_Angel_s_Wyvern', 193, _binary 0x00000C0300000000000000000000000000000000, 14, 1, 7, 200, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (242, 'Ark_Angel_TT', 153, _binary 0x0000130300000000000000000000000000000000, 4, 8, 1, 240, 16, 0, 0, 0, 32, 1129, 1179, 0, 0, _binary 0x6161616169610063), + (243, 'Armed_Gears', 304, _binary 0x00001C0700000000000000000000000000000000, 1, 5, 6, 240, 153, 0, 2, 0, 64, 5239, 1677, 0, 0, _binary 0x0000000000000000), + (244, 'Armet_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 1, 1, 0, 0, 0, 286, 1157, 0, 0, _binary 0x0000000000000000), + (245, 'Armillaria', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (246, 'Armored_Chariot', 63, _binary 0x00001E0700000000000000000000000000000000, 1, 1, 6, 320, 145, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (247, 'Armored_Hunter', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 6, 240, 128, 1, 2, 0, 0, 445, 1153, 0, 0, _binary 0x0000000000000000), + (248, 'Armoury_Crate', 183, _binary 0x0000030100000000000000000000000000000000, 1, 1, 7, 170, 40, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (249, 'Armsmaster_Dekbuk', 189, _binary 0x0000660200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (250, 'Aroma_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 7076, 1157, 0, 0, _binary 0x0000000000000000), + (251, 'Aroma_Fly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 2, 1, 2, 0, 0, 26, 1669, 0, 0, _binary 0x0000000000000000), + (252, 'Aroma_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (253, 'Arrapago_Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 380, 0, 1, 0, 0, 0, 660, 1155, 0, 0, _binary 0x0000000000000000), + (254, 'Arrapago_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (255, 'Arrapago_Leech', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 12, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (256, 'Asanbosam', 46, _binary 0x0000010100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (257, 'Ascetox_Ratgums', 133, _binary 0x0000420400000000000000000000000000000000, 4, 4, 12, 240, 16, 1, 2, 0, 32, 642, 159, 0, 0, _binary 0x6161616169610063), + (258, 'Ashakku', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 293, 1667, 0, 0, _binary 0x0000000000000000), + (259, 'Ashmaker_Gotblut', 189, _binary 0x0000EB0300000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 2, 0, 32, 315, 1181, 0, 0, _binary 0x6161616169610063), + (260, 'Ashmea_B_Greinner', 145, _binary 0x01000204DD10D920D930D940D950FA600A710080, 7, 1, 3, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (261, 'Ashtaerh_the_Gallvexed', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (262, 'Ashu_Talif_Captain', 115, _binary 0x0500680700000000000000000000000000000000, 17, 17, 3, 240, 227, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (263, 'Ashu_Talif_Crew', 115, _binary 0x0500690700000000000000000000000000000000, 2, 2, 1, 240, 227, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (264, 'Ashu_Talif_Marine', 115, _binary 0x05006B0700000000000000000000000000000000, 1, 1, 7, 240, 227, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (265, 'Ash_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 7, 0, 2, 0, 0, 185, 1157, 0, 0, _binary 0x0000000000000000), + (266, 'Ash_Lizard', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 291, 1155, 0, 0, _binary 0x0000000000000000), + (267, 'Asphyxiated_Amsel', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (268, 'Aspidochelone', 2, _binary 0x0000910100000000000000000000000000000000, 1, 1, 7, 380, 8, 1, 2, 0, 0, 363, 1155, 0, 0, _binary 0x0000000000000000), + (269, 'Asrai', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 6, 0, 32, 6585, 1179, 0, 0, _binary 0x0000000000000000), + (270, 'Assailer_Chariot', 63, _binary 0x00001F0700000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (271, 'Assassin_Fly', 113, _binary 0x0000C10100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 616, 1669, 0, 0, _binary 0x0000000000000000), + (272, 'Assault_Bhoot', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 11, 240, 192, 0, 0, 0, 0, 13, 1155, 0, 0, _binary 0x6161616169610063), + (273, 'Assault_Draugar', 89, _binary 0x0000D70600000000000000000000000000000000, 14, 14, 8, 240, 192, 0, 0, 0, 0, 19, 1155, 0, 0, _binary 0x0000000000000000), + (274, 'Asterion', 240, _binary 0x00004F0500000000000000000000000000000000, 2, 4, 7, 240, 9, 1, 2, 0, 32, 143, 157, 0, 0, _binary 0x0000000000000000), + (275, 'Astika', 118, _binary 0x0000B10800000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (276, 'Athamas', 235, _binary 0x0000390100000000000000000000000000000000, 5, 5, 3, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (277, 'Atomic_Cluster', 68, _binary 0x0000220100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 0, 0, 0, 556, 1155, 0, 0, _binary 0x0000000000000000), + (278, 'Atomos', 32, _binary 0x0000150900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (279, 'Atrociraptor', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 3, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (280, 'Attack_Ziz', 70, _binary 0x0000210100000000000000000000000000000000, 1, 1, 11, 240, 8, 1, 0, 0, 0, 8, 1155, 0, 0, _binary 0x0000000000000000), + (281, 'Attohwa_Coeurl', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 12, 0, 0, 0, 0, 237, 1155, 0, 0, _binary 0x0000000000000000), + (282, 'At_euvhi', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (283, 'Audhumbla', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 8, 5, 360, 9, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (284, 'Audumbla', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (285, 'Augmented_Chigoe', 64, _binary 0x0000D30600000000000000000000000000000000, 6, 6, 2, 150, 137, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (286, 'Aura_Butler', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 290, 1155, 0, 0, _binary 0x0000000000000000), + (287, 'Aura_Gear', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 1, 0, 0, 0, 765, 1155, 0, 0, _binary 0x0000000000000000), + (288, 'Aura_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 238, 1157, 0, 0, _binary 0x7070707074701662), + (289, 'Aura_Statue', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 0, 0, 0, 337, 1155, 0, 0, _binary 0x0000000000000000), + (290, 'Aura_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 5, 5, 3, 240, 34, 0, 0, 0, 0, 290, 1667, 0, 0, _binary 0x7070707074701662), + (291, 'Auroral_Alicorn', 39, _binary 0x0000B30800000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (292, 'Avalanche', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 218, 1157, 0, 0, _binary 0x0000000000000000), + (293, 'Avalerion', 72, _binary 0x0000B50800000000000000000000000000000000, 5, 5, 2, 225, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (294, 'Avatar_Icon', 95, _binary 0x0000240400000000000000000000000000000000, 4, 4, 12, 240, 16, 1, 16, 1, 0, 7, 1153, 0, 0, _binary 0x6161616169610063), + (295, 'Avatar_Idol', 95, _binary 0x0000240400000000000000000000000000000000, 4, 4, 12, 240, 16, 1, 16, 1, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (296, 'Awahondo', 81, _binary 0x0000490500000000000000000000000000000000, 2, 8, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (297, 'Awd_Goggie', 79, _binary 0x00008D0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (298, 'Aw_aern', 3, _binary 0x0000570500000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (299, 'Aw_euvhi', 109, _binary 0x00000E0200000000000000000000000000000000, 1, 1, 11, 240, 129, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (300, 'Aw_ghrah', 122, _binary 0x0600890400000000000000000000000000000000, 1, 1, 7, 220, 129, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (301, 'Aw_zdei', 272, _binary 0x0000850400000000000000000000000000000000, 1, 1, 7, 240, 9, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (302, 'Axesarion_the_Wanderer', 221, _binary 0x00001A0200000000000000000000000000000000, 1, 1, 3, 360, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (303, 'Axe_Beak', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 0, 0, 0, 608, 1155, 0, 0, _binary 0x0000000000000000), + (304, 'Ayakashi', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 1, 1, 16, 0, 0, 219, 131, 0, 0, _binary 0x6161616169610063), + (305, 'Ayame', 149, _binary 0x0500450400000000000000000000000000000000, 12, 12, 10, 240, 0, 0, 16, 0, 32, 2803, 1563, 0, 0, _binary 0x0000000000000000), + (306, 'Aydeewa_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (307, 'Aydeewa_Diremite', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 128, 0, 0, 0, 0, 151, 1667, 0, 0, _binary 0x0000000000000000), + (308, 'Ayravata', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (309, 'Azdaja', 263, _binary 0x0000630200000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (310, 'Azer', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 125, 1155, 0, 0, _binary 0x0000000000000000), + (311, 'Azima', 149, _binary 0x01000C02B510B920B930B9404750236100700080, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (312, 'Azo', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (313, 'Azoth_Apsaras', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (314, 'Azren_Kuba', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 192, 1, 0, 0, 0, 6, 1155, 0, 0, _binary 0x6161616169610063), + (315, 'Azren_Kuguza', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 192, 1, 0, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (316, 'Ba', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 128, 1, 1, 0, 0, 666, 129, 0, 0, _binary 0x0000000000000000), + (317, 'Baa_Dava_the_Bibliophage', 270, _binary 0x00003C0400000000000000000000000000000000, 15, 15, 6, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (318, 'Baa_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 153, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (319, 'Baba_Yaga', 195, _binary 0x0000EE0700000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (320, 'Babban_Ny_Mheillea', 178, _binary 0x0000C70800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (321, 'Badlands_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (322, 'Badshah', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (323, 'Baelfyr', 0, _binary 0x0000650800000000000000000000000000000000, 5, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (324, 'Baetyl_Quadav', 202, _binary 0x00001F0400000000000000000000000000000000, 3, 3, 3, 265, 128, 1, 0, 0, 0, 396, 131, 0, 0, _binary 0x1010101010105700), + (325, 'Bahamut', 263, _binary 0x00001B0500000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 16, 0, 32, 100, 157, 0, 0, _binary 0x0000000000000000), + (326, 'Bakka', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (327, 'Bakru', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (328, 'Balam-Agab', 71, _binary 0x00006F0100000000000000000000000000000000, 3, 3, 11, 240, 1, 0, 2, 0, 32, 7611, 157, 0, 0, _binary 0x1010101010105700), + (329, 'Balam-Quitz', 71, _binary 0x0000C60800000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (330, 'Balaur', 278, _binary 0x00008F0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (331, 'Ballistosporer', 116, _binary 0x0000780100000000000000000000000000000000, 4, 3, 12, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (332, 'Balloon', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 819, 129, 0, 0, _binary 0x0000000000000000), + (333, 'Balor', 115, _binary 0x0500FA0300000000000000000000000000000000, 11, 12, 2, 240, 192, 0, 2, 0, 32, 3438, 157, 0, 0, _binary 0x0000000000000000), + (334, 'Balrahn', 233, _binary 0x0000F00600000000000000000000000000000000, 4, 4, 5, 240, 177, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (335, 'Bandersnatch', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 1, 0, 0, 124, 131, 0, 0, _binary 0x0000000000000000), + (336, 'Bandrix_Rockjaw', 133, _binary 0x00003E0400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (337, 'Bane_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 299, 131, 0, 0, _binary 0x0000000000000000), + (338, 'Banshee', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 177, 643, 0, 0, _binary 0x6161616169610063), + (339, 'Baobhan_Sith', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (340, 'Barakbok', 189, _binary 0x0000660200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (341, 'Bardha', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 193, 1, 16, 0, 0, 970, 131, 0, 0, _binary 0x6161616169610063), + (342, 'Barghest', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 1, 0, 0, 664, 131, 0, 0, _binary 0x0000000000000000), + (343, 'Bark_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 125, 643, 0, 0, _binary 0x0000000000000000), + (344, 'Bark_Tarantula', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 153, 645, 0, 0, _binary 0x0000000000000000), + (345, 'Barometz', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 129, 1, 16, 0, 0, 7628, 131, 0, 0, _binary 0x0000000000000000), + (346, 'Baronet_Romwe', 169, _binary 0x0000E40200000000000000000000000000000000, 1, 1, 4, 240, 16, 1, 18, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (347, 'Barong', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 32, 4935, 155, 0, 0, _binary 0x0000000000000000), + (348, 'Baronial_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 6, 240, 8, 1, 2, 0, 0, 6, 645, 0, 0, _binary 0x0000000000000000), + (349, 'Baron_Vapula', 169, _binary 0x0000E70200000000000000000000000000000000, 4, 4, 10, 240, 16, 1, 18, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (350, 'Barrens_Treant', 245, _binary 0x00008B0100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (351, 'Barri', 169, _binary 0x0000E90200000000000000000000000000000000, 1, 1, 2, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (352, 'Bartholomaus', 149, _binary 0x010000014910A220A230A240A250B5602C703A80, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (353, 'Bashdeel', 149, _binary 0x0500600700000000000000000000000000000000, 16, 16, 3, 240, 136, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (354, 'Basilic', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 32, 1663, 155, 0, 0, _binary 0x0000000000000000), + (355, 'Bastion_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 395, 643, 0, 0, _binary 0x0000000000000000), + (356, 'Bastion_Fighter', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (357, 'Bastion_Mage', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (358, 'Bathyal_Gigas', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (359, 'Bathybic_Kulshedra', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (360, 'Batteilant_Bhoot', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 11, 240, 192, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (361, 'Battering_Bugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 6, 300, 128, 0, 0, 0, 0, 8, 129, 0, 0, _binary 0x0000000000000000), + (362, 'Battering_Ram', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 1, 0, 0, 0, 0, 821, 129, 0, 0, _binary 0x0000000000000000), + (363, 'Battlechoir_Gitchfotch', 189, _binary 0x0000190400000000000000000000000000000000, 10, 1, 4, 240, 16, 1, 18, 0, 32, 7, 159, 0, 0, _binary 0x0000000000000000), + (364, 'Battleclad_Chariot', 63, _binary 0x0000200700000000000000000000000000000000, 1, 1, 6, 320, 145, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (365, 'Battledressed_Chariot', 63, _binary 0x0000200700000000000000000000000000000000, 1, 1, 6, 320, 145, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (366, 'Battlemaster_Vatgit', 189, _binary 0x0000F40700000000000000000000000000000000, 1, 1, 2, 220, 13, 1, 0, 0, 32, 0, 2205, 0, 0, _binary 0x0000000000000000), + (367, 'Battlemite', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (368, 'Battlerigged_Chariot', 63, _binary 0x00001F0700000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (369, 'Battle_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 290, 643, 0, 0, _binary 0x0000000000000000), + (370, 'Battle_Bugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 300, 128, 0, 0, 0, 0, 184, 133, 0, 0, _binary 0x0000000000000000), + (371, 'Battrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 1, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (372, 'Battue_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 64, 290, 641, 0, 0, _binary 0x0000000000000000), + (373, 'Bat_Battalion', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 64, 87, 131, 0, 0, _binary 0x0000000000000000), + (374, 'Bat_Eye', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 3, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (375, 'Baumesel', 114, _binary 0x0000410500000000000000000000000000000000, 2, 2, 1, 240, 128, 0, 2, 0, 0, 3122, 135, 0, 0, _binary 0x0000000000000000), + (376, 'Bavarois', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (377, 'Ba_Tho_Mercifulheart', 202, _binary 0x00004C0800000000000000000000000000000000, 8, 8, 2, 245, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (378, 'Beach_Bunny', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 339, 133, 0, 0, _binary 0x0000000000000000), + (379, 'Beach_Monk', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 51, 129, 0, 0, _binary 0x0000000000000000), + (380, 'Beach_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (381, 'Beadeaux_Vanguard', 202, _binary 0x00004E0800000000000000000000000000000000, 7, 7, 1, 265, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (382, 'Beady_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 1, 0, 0, 0, 0, 185, 131, 0, 0, _binary 0x0000000000000000), + (383, 'Bearclaw_Leveret', 206, _binary 0x00000E0100000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (384, 'Bearclaw_Rabbit', 206, _binary 0x00000E0100000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 4385, 135, 0, 0, _binary 0x0000000000000000), + (385, 'Beelzebub', 48, _binary 0x0000100100000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 16, 0, 32, 3240, 159, 0, 0, _binary 0x1010101010105700), + (386, 'Beet_Leafhopper', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 2, 1, 2, 0, 0, 1505, 643, 0, 0, _binary 0x0000000000000000), + (387, 'Behemoth', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 6, 380, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (388, 'Beholder', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (389, 'Beli', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 9, 1, 16, 0, 32, 7, 157, 0, 0, _binary 0x0000000000000000), + (390, 'Bendigeit_Vran', 221, _binary 0x0000130200000000000000000000000000000000, 1, 1, 2, 360, 2, 1, 2, 0, 32, 894, 155, 0, 0, _binary 0x0000000000000000), + (391, 'Bennu', 125, _binary 0x0000530100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (392, 'Benumbed_Vodoriga', 118, _binary 0x0000B10800000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (393, 'Berried_Chigoe', 64, _binary 0x0000D30600000000000000000000000000000000, 6, 6, 11, 12, 136, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (394, 'Berry_Grub', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 1037, 129, 0, 0, _binary 0x0000000000000000), + (395, 'Berry_Syrup', 0, _binary 0x0000000000000000000000000000000000000000, 1, 5, 11, 240, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (396, 'Berserker_Demon', 169, _binary 0x0000AC0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 292, 131, 0, 0, _binary 0x0000000000000000), + (397, 'Berserkr', 169, _binary 0x0000EC0200000000000000000000000000000000, 8, 4, 1, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (398, 'Berstuk', 0, _binary 0x00000E6070000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (399, 'Beryl-footed_Molberry', 243, _binary 0x0000B50400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 2, 0, 32, 223, 157, 0, 0, _binary 0x0000000000000000), + (400, 'Be_Ebo_Tortoisedriver', 202, _binary 0x00001C0400000000000000000000000000000000, 9, 9, 11, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (401, 'Be_Zhe_Keeprazer', 202, _binary 0x00001F0400000000000000000000000000000000, 15, 15, 6, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (402, 'Bhogbigg_s_Grenade', 247, _binary 0x0000000700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (403, 'Bhogbigg_s_Vial', 247, _binary 0x0000000700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (404, 'Bhoot', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 11, 240, 192, 0, 1, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (405, 'Bhoot_Intruder', 121, _binary 0x0000710100000000000000000000000000000000, 4, 4, 12, 240, 192, 0, 0, 0, 0, 15, 129, 0, 0, _binary 0x6161616169610063), + (406, 'Bhoot_Invader', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 11, 240, 192, 1, 0, 0, 0, 15, 131, 0, 0, _binary 0x6161616169610063), + (407, 'Bhuta', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 395, 131, 0, 0, _binary 0x6161616169610063), + (408, 'Bhuu_Wjato_the_Firepool', 270, _binary 0x00003C0400000000000000000000000000000000, 4, 4, 6, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (409, 'Bialozar', 125, _binary 0x0000500100000000000000000000000000000000, 10, 10, 12, 240, 9, 1, 16, 0, 0, 245, 133, 0, 0, _binary 0x0000000000000000), + (410, 'Biast', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 2, 0, 2, 0, 32, 126, 157, 0, 0, _binary 0x0000000000000000), + (411, 'Biddybug', 170, _binary 0x0000E20700000000000000000000000000000000, 6, 6, 7, 220, 12, 0, 0, 0, 0, 26, 643, 0, 0, _binary 0x0000000000000000), + (412, 'Bifrons', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 827, 133, 0, 0, _binary 0x0000000000000000), + (413, 'Bigclaw', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 1, 0, 0, 85, 133, 0, 0, _binary 0x0000000000000000), + (414, 'Bigmouth_Billy', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 1, 2, 0, 32, 825, 157, 0, 0, _binary 0x6161616169610063), + (415, 'Big_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 232, 645, 0, 0, _binary 0x0000000000000000), + (416, 'Big_Bomb', 56, _binary 0x00001A0100000000000000000000000000000000, 4, 4, 12, 240, 24, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (417, 'Big_Jaw', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 4886, 131, 0, 0, _binary 0x0000000000000000), + (418, 'Big_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (419, 'Bilopdop', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 12, 1, 2, 0, 32, 623, 157, 0, 0, _binary 0x0000000000000000), + (420, 'Binding_Tube', 247, _binary 0x0000000700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (421, 'Birdtrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 1, 0, 0, 396, 131, 0, 0, _binary 0x0000000000000000), + (422, 'Bisan', 49, _binary 0x0000980100000000000000000000000000000000, 8, 8, 7, 240, 1, 1, 16, 0, 32, 971, 157, 0, 0, _binary 0x0000000000000000), + (423, 'Bisque-heeled_Sunberry', 243, _binary 0x0000A70400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 2, 0, 32, 338, 157, 0, 0, _binary 0x0000000000000000), + (424, 'Bistre-hearted_Malberry', 243, _binary 0x0000C60400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (425, 'Bitoso', 79, _binary 0x00008D0100000000000000000000000000000000, 3, 3, 11, 240, 2, 1, 16, 0, 32, 2316, 159, 0, 0, _binary 0x1010101010105700), + (426, 'Bi_Fho_Jestergrin', 202, _binary 0x00008A0200000000000000000000000000000000, 6, 6, 2, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (427, 'Bi_Gho_Headtaker', 202, _binary 0x00004C0800000000000000000000000000000000, 8, 8, 2, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (428, 'Blackbeard', 227, _binary 0x0000390200000000000000000000000000000000, 4, 4, 6, 240, 6, 0, 2, 0, 32, 166, 159, 0, 0, _binary 0x6161616169610063), + (429, 'Blackbone_Frazdiz', 189, _binary 0x0000760200000000000000000000000000000000, 8, 8, 5, 240, 12, 1, 0, 0, 32, 1828, 157, 0, 0, _binary 0x0000000000000000), + (430, 'Blacktattoo_Vedool_Ja', 176, _binary 0x06005F0600000000000000000000000000000000, 4, 4, 5, 280, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (431, 'Black_Baron', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (432, 'Black_Bartholomew', 115, _binary 0x0500690700000000000000000000000000000000, 17, 17, 3, 240, 227, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (433, 'Black_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 244, 641, 0, 0, _binary 0x0000000000000000), + (434, 'Black_Coney', 206, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 7, 240, 12, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (435, 'Black_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 2, 1, 18, 0, 0, 245, 131, 0, 0, _binary 0x0000000000000000), + (436, 'Black_Merino', 167, _binary 0x0000550100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (437, 'Black_Pudding', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 129, 0, 0, 0, 0, 401, 131, 0, 0, _binary 0x6161616169610063), + (438, 'Black_Shuck', 62, _binary 0x0000010700000000000000000000000000000000, 8, 8, 7, 380, 137, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (439, 'Black_Slime', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (440, 'Black_Triple_Stars', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (441, 'Black_Wolf', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 186, 129, 0, 0, _binary 0x0000000000000000), + (442, 'Blademaw_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (443, 'Blade_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 322, 641, 0, 0, _binary 0x0000000000000000), + (444, 'Bladmall', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 1, 16, 0, 0, 494, 133, 0, 0, _binary 0x0000000000000000), + (445, 'Blanched_Kraken', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (446, 'Blanga', 0, _binary 0x0000630800000000000000000000000000000000, 1, 6, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (447, 'Blazer_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 1, 1, 0, 0, 0, 497, 131, 0, 0, _binary 0x0000000000000000), + (448, 'Blazing_Eruca', 107, _binary 0x0000960100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (449, 'Blazox_Boneybod', 133, _binary 0x0000400400000000000000000000000000000000, 9, 9, 5, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (450, 'Blifnix_Oilycheeks', 133, _binary 0x0000670500000000000000000000000000000000, 11, 11, 2, 240, 9, 1, 2, 0, 32, 213, 157, 0, 0, _binary 0x0000000000000000), + (451, 'Blind_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (452, 'Blind_Moby', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 32, 2209, 157, 0, 0, _binary 0x0000000000000000), + (453, 'Blizzard_Gigas', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 1, 240, 1, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (454, 'Blizzard_Wyvern', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 0, 0, 0, 46, 129, 0, 0, _binary 0x0000000000000000), + (455, 'Blob', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 245, 131, 0, 0, _binary 0x0000000000000000), + (456, 'Bloodcrown_Brradhod', 189, _binary 0x0000180800000000000000000000000000000000, 7, 7, 1, 240, 13, 1, 0, 0, 32, 358, 157, 0, 0, _binary 0x0000000000000000), + (457, 'Bloodeye_Vileberry', 243, _binary 0x00004B0900000000000000000000000000000000, 4, 6, 2, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (458, 'Bloodguzzler', 172, _binary 0x0000150100000000000000000000000000000000, 8, 8, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (459, 'Bloodlapper', 131, _binary 0x0000DC0700000000000000000000000000000000, 8, 8, 7, 240, 8, 0, 2, 0, 0, 6, 157, 0, 0, _binary 0x0000000000000000), + (460, 'Bloodpool_Vorax', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (461, 'Bloodsucker', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (462, 'Bloodtear_Baldurf', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 1, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (463, 'Bloodthirster_Madkix', 133, _binary 0x0000FC0100000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (464, 'Bloodwing_Impaler', 189, _binary 0x00006C0200000000000000000000000000000000, 14, 14, 1, 240, 12, 1, 0, 0, 0, 27, 129, 0, 0, _binary 0x0000000000000000), + (465, 'Bloody_Bones', 88, _binary 0x0000DE0600000000000000000000000000000000, 8, 8, 3, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (466, 'Bloody_Coffin', 76, _binary 0x0000650100000000000000000000000000000000, 5, 5, 3, 240, 128, 0, 2, 0, 0, 1828, 135, 0, 0, _binary 0x7070707074701662), + (467, 'Bloody_Daggers', 11, _binary 0x0000C50100000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (468, 'Bloody_Vrukwuk', 189, _binary 0x0000F10300000000000000000000000000000000, 7, 7, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (469, 'Blood_Ball', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 239, 643, 0, 0, _binary 0x0000000000000000), + (470, 'Blood_Bat', 46, _binary 0x0000010100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (471, 'Blood_Bunny', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 231, 131, 0, 0, _binary 0x0000000000000000), + (472, 'Blood_Demon', 169, _binary 0x0000EA0200000000000000000000000000000000, 12, 12, 6, 240, 1, 1, 0, 0, 0, 1659, 133, 0, 0, _binary 0x0000000000000000), + (473, 'Blood_Soul', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 0, 0, 0, 518, 641, 0, 0, _binary 0x6161616169610063), + (474, 'Blooming_Rafflesia', 207, _binary 0x0000E80700000000000000000000000000000000, 9, 9, 7, 240, 128, 0, 0, 0, 0, 322, 643, 0, 0, _binary 0x0000000000000000), + (475, 'Blubbery_Bulge', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (476, 'Blubber_Eyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 0, 0, 0, 204, 129, 0, 0, _binary 0x6161616169610063), + (477, 'Bluestreak_Gyugyuroon', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 12, 1, 2, 0, 32, 3626, 157, 0, 0, _binary 0x0000000000000000), + (478, 'Bluethunder_Kaqool_Ja', 176, _binary 0x0600470600000000000000000000000000000000, 16, 16, 2, 280, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (479, 'Blue_Bascinet', 75, _binary 0x0000640100000000000000000000000000000000, 7, 10, 4, 240, 2, 0, 2, 0, 0, 4801, 133, 0, 0, _binary 0x0000000000000000), + (480, 'Bluffalo', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 8, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (481, 'Boartrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (482, 'Bodach', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 12, 0, 2, 0, 0, 7871, 131, 0, 0, _binary 0x0000000000000000), + (483, 'Boggart', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 1, 0, 0, 261, 131, 0, 0, _binary 0x0000000000000000), + (484, 'Boggelmann', 58, _binary 0x0000470500000000000000000000000000000000, 8, 1, 3, 300, 128, 0, 2, 0, 0, 450, 133, 0, 0, _binary 0x0000000000000000), + (485, 'Bogy', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 26, 131, 0, 0, _binary 0x6161616169610063), + (486, 'Bog_Bunny', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 610, 131, 0, 0, _binary 0x0000000000000000), + (487, 'Bog_Dog', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (488, 'Bog_Sahagin', 213, _binary 0x00001F0500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 0, 0, 0, 242, 131, 0, 0, _binary 0x0000000000000000), + (489, 'Bolster', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 16, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (490, 'Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 1400, 641, 0, 0, _binary 0x0000000000000000), + (491, 'Bombadeel', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (492, 'Bomblix_Flamefinger', 133, _binary 0x0000BE0200000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (493, 'Bombshells', 68, _binary 0x0000230100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 32, 0, 64, 10, 641, 0, 0, _binary 0x0000000000000000), + (494, 'Bomb_Bastard', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (495, 'Bomb_King', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 5, 240, 33, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (496, 'Bomb_Prince', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 1, 2, 0, 0, 5760, 641, 0, 0, _binary 0x0000000000000000), + (497, 'Bomb_Princess', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 1, 2, 0, 0, 538, 641, 0, 0, _binary 0x0000000000000000), + (498, 'Bomb_Queen', 56, _binary 0x0000180100000000000000000000000000000000, 4, 15, 12, 240, 33, 0, 2, 0, 0, 6, 647, 0, 0, _binary 0x6161616169610063), + (499, 'Bonfire', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (500, 'Bonnacon', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 8, 5, 360, 8, 0, 2, 0, 32, 232, 157, 0, 0, _binary 0x0000000000000000), + (501, 'Bonze_Marberry', 243, _binary 0x0000C60400000000000000000000000000000000, 4, 4, 6, 240, 33, 1, 2, 0, 32, 291, 157, 0, 0, _binary 0x6161616169610063), + (502, 'Boodlix', 133, _binary 0x0000BE0200000000000000000000000000000000, 1, 1, 3, 240, 8, 1, 32, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (503, 'Book_Browser_Bokabraq', 184, _binary 0x0000AF0200000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (504, 'Boompadu', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (505, 'Bootrix_Jaggedelbow', 133, _binary 0x00003E0400000000000000000000000000000000, 2, 1, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (506, 'Bopa_Greso', 151, _binary 0x0100010717100620063000001850B36000000000, 1, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (507, 'Borametz', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 7, 360, 129, 1, 16, 0, 0, 3744, 131, 0, 0, _binary 0x0000000000000000), + (508, 'Bordox_Kittyback', 133, _binary 0x00003E0400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 2, 0, 32, 735, 159, 0, 0, _binary 0x0000000000000000), + (509, 'Boreal_Coeurl', 71, _binary 0x00006F0100000000000000000000000000000000, 6, 6, 2, 240, 16, 0, 2, 0, 0, 6, 133, 0, 0, _binary 0x00000000007F0000), + (510, 'Boreal_Hound', 142, _binary 0x00006C0100000000000000000000000000000000, 8, 8, 3, 240, 12, 0, 2, 0, 0, 7, 133, 0, 0, _binary 0x000000007F000000), + (511, 'Boreal_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 5, 7, 240, 16, 1, 2, 0, 0, 7, 133, 0, 0, _binary 0x7F00000000000000), + (512, 'Borer_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 1, 0, 0, 0, 0, 1676, 131, 0, 0, _binary 0x0000000000000000), + (513, 'Boroka', 140, _binary 0x0000550500000000000000000000000000000000, 10, 10, 2, 240, 9, 0, 2, 0, 32, 1247, 159, 0, 0, _binary 0x0000000000000000), + (514, 'Bouncing_Ball', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (515, 'Boyahda_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 151, 133, 0, 0, _binary 0x0000000000000000), + (516, 'Bo_Dho_Hundredfist', 202, _binary 0x00006B0800000000000000000000000000000000, 8, 8, 5, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (517, 'Bo_Dho_s_Shieldwarrior', 202, _binary 0x0000440800000000000000000000000000000000, 1, 1, 2, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (518, 'Bo_Gha_Winterkill', 200, _binary 0x00009D0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (519, 'Bo_Who_Warmonger', 201, _binary 0x00008B0200000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (520, 'Brae_Opo-Opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (521, 'Brami', 169, _binary 0x0000EA0200000000000000000000000000000000, 8, 8, 1, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (522, 'Branding_Iron', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 205, 131, 0, 0, _binary 0x0000000000000000), + (523, 'Brasscap', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 1, 0, 0, 609, 131, 0, 0, _binary 0x0000000000000000), + (524, 'Brass_Borer', 289, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 128, 1, 2, 1, 0, 6439, 157, 0, 0, _binary 0x0000000000000000), + (525, 'Brass_Quadav', 202, _binary 0x0000490800000000000000000000000000000000, 8, 8, 2, 265, 2, 1, 0, 0, 0, 26, 131, 0, 0, _binary 0x0000000000000000), + (526, 'Bravo', 268, _binary 0x00003E0100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (527, 'Brei', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (528, 'Bres', 115, _binary 0x0500830800000000000000000000000000000000, 2, 2, 1, 240, 192, 1, 2, 0, 32, 132, 157, 0, 0, _binary 0x0000000000000000), + (529, 'Brewnix_Bittypupils', 133, _binary 0x0000410400000000000000000000000000000000, 3, 1, 2, 240, 16, 1, 2, 0, 32, 2608, 159, 0, 0, _binary 0x1010101010105700), + (530, 'Briareus', 126, _binary 0x0000E30200000000000000000000000000000000, 12, 17, 10, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (531, 'Brigandish_Blade', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 5, 240, 34, 0, 2, 0, 0, 7749, 645, 0, 0, _binary 0x0000000000000000), + (532, 'Bright-handed_Kunberry', 243, _binary 0x0000990400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 2, 0, 32, 5288, 157, 0, 0, _binary 0x0000000000000000), + (533, 'Brine_Crab', 0, _binary 0x0000000000000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (534, 'Brittle_Rock', 236, _binary 0x00002C0600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 2, 32789, 2179, 0, 0, _binary 0x0000000000000000), + (535, 'Broken_Troll_Soldier', 246, _binary 0x0600B00600000000000000000000000000000000, 1, 1, 7, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (536, 'Brontobugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 5, 300, 128, 1, 32, 0, 0, 9, 131, 0, 0, _binary 0x0000000000000000), + (537, 'Brontotaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 713, 131, 0, 0, _binary 0x0000000000000000), + (538, 'Bronze_Quadav', 202, _binary 0x00004E0800000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (539, 'Broo', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 337, 133, 0, 0, _binary 0x0000000000000000), + (540, 'Brooder', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (541, 'Brook_Sahagin', 213, _binary 0x0000170500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (542, 'Brradhod_s_Donzel', 189, _binary 0x0000F60700000000000000000000000000000000, 1, 1, 2, 220, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (543, 'Brradhod_s_Fletcher', 189, _binary 0x0000050800000000000000000000000000000000, 11, 11, 2, 240, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (544, 'Brulo', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (545, 'Brummbar', 131, _binary 0x0000DC0700000000000000000000000000000000, 4, 4, 12, 150, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (546, 'Brummer', 131, _binary 0x0000DC0700000000000000000000000000000000, 6, 6, 2, 150, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (547, 'Brunhilde', 115, _binary 0x0500690700000000000000000000000000000000, 12, 12, 8, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (548, 'Brutal_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 449, 129, 0, 0, _binary 0x0000000000000000), + (549, 'Bryher', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (550, 'Bubbly', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 12, 0, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (551, 'Bubbly_Bernie', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (552, 'Buburimboo', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (553, 'Buffalo', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 1, 7, 360, 8, 0, 1, 0, 0, 452, 131, 0, 0, _binary 0x0000000000000000), + (554, 'Buffrix_Eargone', 133, _binary 0x00003F0400000000000000000000000000000000, 7, 7, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (555, 'Bugaboo', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 4859, 131, 0, 0, _binary 0x6161616169610063), + (556, 'Bugallug', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 220, 8, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (557, 'Bugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 300, 128, 0, 1, 0, 0, 1379, 131, 0, 0, _binary 0x0000000000000000), + (558, 'Bugard-X', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 5, 300, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (559, 'Bugbby', 59, _binary 0x00004B0500000000000000000000000000000000, 1, 1, 5, 240, 8, 1, 16, 0, 32, 4045, 155, 0, 0, _binary 0x0000000000000000), + (560, 'Bugbear_Bondman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (561, 'Bugbear_Deathsman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 79, 133, 0, 0, _binary 0x0000000000000000), + (562, 'Bugbear_Matman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 2, 0, 0, 1259, 135, 0, 0, _binary 0x0000000000000000), + (563, 'Bugbear_Muscleman', 0, _binary 0x0000000000000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (564, 'Bugbear_Porterman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (565, 'Bugbear_Servingman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (566, 'Bugbear_Strongman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 2, 0, 0, 7159, 133, 0, 0, _binary 0x0000000000000000), + (567, 'Bugbear_Trashman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 186, 131, 0, 0, _binary 0x0000000000000000), + (568, 'Bugbear_Watchman', 59, _binary 0x00004B0500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 7, 133, 0, 0, _binary 0x0000000000000000), + (569, 'Bugboy', 59, _binary 0x00004B0500000000000000000000000000000000, 1, 1, 6, 240, 8, 1, 16, 0, 32, 6415, 159, 0, 0, _binary 0x0000000000000000), + (570, 'Bugul_Noz', 0, _binary 0x0000490900000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (571, 'Bui', 169, _binary 0x0000EB0200000000000000000000000000000000, 4, 1, 6, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (572, 'Bukhis', 240, _binary 0x0000560900000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (573, 'Bukki', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (574, 'Bullbeggar', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 1, 1, 0, 0, 0, 139, 133, 0, 0, _binary 0x0000000000000000), + (575, 'Bulldog_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (576, 'Bullheaded_Grosvez', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (577, 'Bull_Bugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 300, 129, 1, 0, 0, 0, 8, 129, 0, 0, _binary 0x0000000000000000), + (578, 'Bull_Dhalmel', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 0, 1, 0, 0, 0, 419, 131, 0, 0, _binary 0x0000000000000000), + (579, 'Bull_[Herd1]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (580, 'Bull_[Herd2]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (581, 'Bull_[Herd3]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (582, 'Bulwark_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 241, 643, 0, 0, _binary 0x0000000000000000), + (583, 'Bumblebee', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 1, 0, 0, 472, 641, 0, 0, _binary 0x0000000000000000), + (584, 'Bune', 266, _binary 0x00008E0100000000000000000000000000000000, 7, 7, 7, 240, 1, 1, 2, 0, 32, 118, 157, 0, 0, _binary 0x0000000000000000), + (585, 'Burned_Bergmann', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (586, 'Burrow_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 3, 240, 128, 1, 0, 0, 0, 6, 2179, 0, 0, _binary 0x0000000000000000), + (587, 'Burstrox_Powderpate', 133, _binary 0x0000670500000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (588, 'Buu_Xolo_the_Bloodfaced', 270, _binary 0x0000560200000000000000000000000000000000, 12, 12, 1, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (589, 'Buzzfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (590, 'Bu_Ghi_Howlblade', 202, _binary 0x0000880200000000000000000000000000000000, 1, 1, 2, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (591, 'Bxafraff_s_Wyvern', 193, _binary 0x0000F90200000000000000000000000000000000, 1, 1, 7, 200, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (592, 'Byakko', 279, _binary 0x0000350100000000000000000000000000000000, 6, 3, 7, 240, 24, 0, 2, 0, 32, 1231, 159, 0, 0, _binary 0x0000000000005100), + (593, 'Byrgen', 0, _binary 0x0000640800000000000000000000000000000000, 4, 5, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (594, 'Caa_Xaza_the_Madpiercer', 270, _binary 0x0000390400000000000000000000000000000000, 5, 5, 4, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (595, 'Cactrot_Rapido', 212, _binary 0x0000750100000000000000000000000000000000, 2, 2, 7, 240, 0, 1, 2, 0, 32, 2925, 157, 0, 0, _binary 0x0000000000000000), + (596, 'Cactuar', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 347, 131, 0, 0, _binary 0x0000000000000000), + (597, 'Cactuar_Cantautor', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (598, 'Cadaver_Warrior', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 192, 1, 0, 0, 0, 6, 2179, 0, 0, _binary 0x0000000000000000), + (599, 'Cadaver_Witch', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 192, 1, 0, 0, 0, 6, 2691, 0, 0, _binary 0x6161616169610063), + (600, 'Cadet_Woundpatcher_I', 149, _binary 0x010000027C107C20443017401750E96000000000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (601, 'Cadet_Woundpatcher_II', 149, _binary 0x010000027C107C20443017401750E96000000000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (602, 'Cadet_Woundpatcher_III', 149, _binary 0x010000027C107C20443017401750E96000000000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (603, 'Caedarva_Leech', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 140, 1, 0, 0, 0, 290, 643, 0, 0, _binary 0x0000000000000000), + (604, 'Caedarva_Marshscum', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (605, 'Caedarva_Pondscum', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (606, 'Caedarva_Toad', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 2, 270, 192, 0, 2, 0, 0, 8161, 129, 0, 0, _binary 0x0000000000000000), + (607, 'Cailleach_Bheur', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (608, 'Caithleann', 115, _binary 0x0500090400000000000000000000000000000000, 5, 13, 3, 240, 192, 0, 2, 0, 32, 2922, 541, 0, 0, _binary 0x7070707074701662), + (609, 'Cait_Sith_Ceithir', 60, _binary 0x0000CF0800000000000000000000000000000000, 5, 3, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (610, 'Caldera_Crab', 0, _binary 0x0000000000000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (611, 'Calf_[Herd1]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (612, 'Calf_[Herd2]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (613, 'Calf_[Herd3]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (614, 'Camazotz', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 151, 131, 0, 0, _binary 0x0000000000000000), + (615, 'Camelopardalis', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (616, 'Camlin', 212, _binary 0x0000740100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (617, 'Canal_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 238, 643, 0, 0, _binary 0x0000000000000000), + (618, 'Canal_Leech', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (619, 'Canal_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 27, 133, 0, 0, _binary 0x0000000000000000), + (620, 'Cancer', 75, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 2, 0, 0, 4470, 133, 0, 0, _binary 0x0000000000000000), + (621, 'Canis_Dirus', 0, _binary 0x0000000000000000000000000000000000000000, 4, 5, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (622, 'Cankercap', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (623, 'Cannonball', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 324, 131, 0, 0, _binary 0x0000000000000000), + (624, 'Canyon_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 2776, 131, 0, 0, _binary 0x0000000000000000), + (625, 'Canyon_Eft', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (626, 'Canyon_Rarab', 206, _binary 0x00000D0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 504, 131, 0, 0, _binary 0x0000000000000000), + (627, 'Canyon_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (628, 'Caoineag', 91, _binary 0x0000A70800000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (629, 'Capelthwaite', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 12, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (630, 'Capricious_Cassie', 186, _binary 0x00007D0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (631, 'Capricornian_Caster', 153, _binary 0x01000A0618101820A930A940A950FB61FB711A80, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (632, 'Cap_Chomper', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 133, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (633, 'Carabosse', 195, _binary 0x0000EF0700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (634, 'Caracal', 71, _binary 0x0000C60800000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (635, 'Caraway_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (636, 'Carbuncle_Prime', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 40, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (637, 'Cardian_Prototype', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (638, 'Caretaker', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 1, 8, 0, 0, 630, 131, 0, 0, _binary 0x0000000000000000), + (639, 'Cargo_Crab_Colin', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (640, 'Carmine-tailed_Janberry', 243, _binary 0x0000C90400000000000000000000000000000000, 15, 5, 6, 240, 1, 1, 2, 0, 32, 769, 157, 0, 0, _binary 0x0000000000000000), + (641, 'Carmine_Dobsonfly', 113, _binary 0x0000C10100000000000000000000000000000000, 5, 5, 3, 240, 128, 1, 2, 0, 0, 323, 645, 0, 0, _binary 0x7070707074701662), + (642, 'Carmine_Eruca', 107, _binary 0x0000960100000000000000000000000000000000, 1, 1, 11, 240, 132, 1, 0, 0, 0, 344, 129, 0, 0, _binary 0x0000000000000000), + (643, 'Carmine_Sentinel', 30, _binary 0x0600CA0700000000000000000000000000000000, 4, 4, 11, 400, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (644, 'Carnagechief_Jackbodokk', 189, _binary 0x00007A0200000000000000000000000000000000, 7, 7, 1, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (645, 'Carnero', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 32, 1341, 157, 0, 0, _binary 0x0000000000000000), + (646, 'Carnivorous_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 451, 131, 0, 0, _binary 0x0000000000000000), + (647, 'Carpophagous_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 136, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (648, 'Carriage_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 4, 4, 7, 240, 128, 1, 0, 0, 0, 185, 133, 0, 0, _binary 0x6161616169610063), + (649, 'Carrion_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (650, 'Carrion_Crow', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 673, 129, 0, 0, _binary 0x0000000000000000), + (651, 'Carrion_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 2, 0, 2, 0, 0, 165, 131, 0, 0, _binary 0x0000000000000000), + (652, 'Carrion_Leech', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 140, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (653, 'Carrion_Marabou', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 128, 1, 0, 0, 0, 133, 129, 0, 0, _binary 0x0000000000000000), + (654, 'Carrion_Slime', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (655, 'Carrion_Toad', 86, _binary 0x0000410100000000000000000000000000000000, 1, 1, 3, 270, 192, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (656, 'Carrion_Worm', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 0, 0, 0, 0, 137, 129, 0, 0, _binary 0x007F000000000000), + (657, 'Carthi', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (658, 'Caterchipillar', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 219, 131, 0, 0, _binary 0x0000000000000000), + (659, 'Caterpillar', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 1, 0, 0, 249, 129, 0, 0, _binary 0x0000000000000000), + (660, 'Catoblepas', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 12, 1, 1, 0, 0, 455, 133, 0, 0, _binary 0x0000000000000000), + (661, 'Caveberry', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 396, 131, 0, 0, _binary 0x0000000000000000), + (662, 'Cave_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 3, 240, 128, 1, 0, 0, 0, 7, 2181, 0, 0, _binary 0x0000000000000000), + (663, 'Cave_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 220, 129, 0, 0, _binary 0x0000000000000000), + (664, 'Cave_Mold', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (665, 'Cave_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (666, 'Cave_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (667, 'Cave_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 218, 131, 0, 0, _binary 0x0000000000000000), + (668, 'Cave_Worm', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 1, 0, 0, 0, 272, 131, 0, 0, _binary 0x007F000000000000), + (669, 'Celeste-eyed_Tozberry', 243, _binary 0x0000B00400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (670, 'Celphie', 80, _binary 0x00004C0100000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 2, 0, 32, 1676, 155, 0, 0, _binary 0x0000000000000000), + (671, 'Cemetery_Cherry', 245, _binary 0x0000840100000000000000000000000000000000, 8, 8, 7, 240, 2, 0, 2, 0, 0, 351, 133, 0, 0, _binary 0x0000000000000000), + (672, 'Centurio_IV-VII', 25, _binary 0x0000ED0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (673, 'Centurio_V-III', 25, _binary 0x0000110500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 18, 0, 0, 377, 135, 0, 0, _binary 0x0000000000000000), + (674, 'Centurio_X-I', 25, _binary 0x0000010500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 2, 0, 0, 34, 135, 0, 0, _binary 0x6161616169610063), + (675, 'Centurio_XI-I', 25, _binary 0x0000FC0400000000000000000000000000000000, 11, 11, 5, 265, 8, 1, 2, 0, 0, 1868, 133, 0, 0, _binary 0x0000000000000000), + (676, 'Centurio_XII-I', 25, _binary 0x0000FC0400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 2, 0, 32, 3800, 157, 0, 0, _binary 0x0000000000000000), + (677, 'Centurio_XIII-V', 25, _binary 0x0000120500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (678, 'Cep-Kamuy', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (679, 'Cerane_I_Virgaut', 145, _binary 0x0100010400102F200C300C400C50686133700080, 7, 1, 11, 240, 0, 0, 0, 0, 32, 922, 2587, 0, 0, _binary 0x0000000000000000), + (680, 'Cerberus', 62, _binary 0x0000010700000000000000000000000000000000, 8, 8, 7, 380, 137, 0, 2, 0, 32, 113, 157, 0, 0, _binary 0x0000000000000000), + (681, 'Cerebrator', 241, _binary 0x0000680400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 2, 0, 32, 290, 157, 0, 0, _binary 0x0000000000000000), + (682, 'Cernunnos', 245, _binary 0x0000840100000000000000000000000000000000, 4, 3, 7, 240, 2, 0, 2, 0, 0, 6, 141, 0, 0, _binary 0x6161616169610063), + (683, 'Cetic_Parasite', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 140, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (684, 'Chaa_Paqa_the_Profound', 270, _binary 0x0000460200000000000000000000000000000000, 15, 15, 6, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (685, 'Chahnameed', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 240, 12, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (686, 'Chahnameed_s_Intestines', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 290, 12, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (687, 'Chahnameed_s_Liver', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 290, 12, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (688, 'Chahnameed_s_Stomach', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 290, 12, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (689, 'Chamber_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 2, 1, 0, 0, 0, 7738, 133, 0, 0, _binary 0x0000000000000000), + (690, 'Champaign_Coeurl', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 1, 0, 0, 0, 0, 293, 131, 0, 0, _binary 0x0000000000000000), + (691, 'Chamrosh', 287, _binary 0x0000B80600000000000000000000000000000000, 5, 4, 2, 220, 8, 0, 2, 56, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (692, 'Chandelier', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 6, 240, 33, 0, 2, 0, 0, 837, 133, 0, 0, _binary 0x0000000000000000), + (693, 'Chaos_Elemental', 104, _binary 0x0000BA0100000000000000000000000000000000, 3, 3, 11, 240, 32, 0, 2, 0, 0, 840, 131, 0, 0, _binary 0x1010101010105700), + (694, 'Chaos_Idol', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 261, 129, 0, 0, _binary 0x0000000000000000), + (695, 'Chaos_Wyvern', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 0, 0, 0, 46, 129, 0, 0, _binary 0x0000000000000000), + (696, 'Charging_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 385, 129, 0, 0, _binary 0x0000000000000000), + (697, 'Chariotbuster_Byakzak', 189, _binary 0x00006A0200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (698, 'Charybdis', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 500, 2, 0, 2, 0, 0, 4490, 135, 0, 0, _binary 0x0000000000000000), + (699, 'Chasmic_Hornet', 48, _binary 0x0000110100000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (700, 'Chasm_Coeurl', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (701, 'Chasm_Gnat', 61, _binary 0x0000DD0700000000000000000000000000000000, 6, 6, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (702, 'Chasm_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 565, 131, 0, 0, _binary 0x0000000000000000), + (703, 'Chatoyant_Quadav', 202, _binary 0x00001E0400000000000000000000000000000000, 4, 4, 6, 265, 128, 1, 0, 0, 0, 342, 131, 0, 0, _binary 0x6161616169610063), + (704, 'Cha_Lebagta', 151, _binary 0x0000320300000000000000000000000000000000, 1, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (705, 'Cheese_Hoarder_Gigiroon', 288, _binary 0x0000C90600000000000000000000000000000000, 6, 6, 2, 200, 12, 0, 2, 263, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (706, 'Cheiroptera', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 1, 0, 0, 185, 641, 0, 0, _binary 0x0000000000000000), + (707, 'Chekochuk', 184, _binary 0x0000AF0200000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 16, 0, 32, 957, 155, 0, 0, _binary 0x6161616169610063), + (708, 'Chemical_Cook_Chemachiq', 184, _binary 0x0000B00200000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (709, 'Cherry_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 298, 135, 0, 0, _binary 0x0000000000000000), + (710, 'Cherukiki', 153, _binary 0x06009D0400000000000000000000000000000000, 3, 1, 9, 240, 0, 0, 16, 0, 32, 26, 541, 0, 0, _binary 0x1010101010105700), + (711, 'Cheval_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 2251, 129, 0, 0, _binary 0x0000000000000000), + (712, 'Chhir_Batti', 82, _binary 0x0000C40800000000000000000000000000000000, 20, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (713, 'Chickcharney', 0, _binary 0x0000210100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (714, 'Chigoe', 64, _binary 0x0000B70800000000000000000000000000000000, 6, 6, 2, 150, 3, 0, 1, 0, 0, 2593, 641, 0, 0, _binary 0x0000000000000000), + (715, 'Chigoe_Breeder', 171, _binary 0x06007A0600000000000000000000000000000000, 4, 4, 7, 240, 9, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (716, 'Chigoe_s_Nit', 64, _binary 0x0000D30600000000000000000000000000000000, 6, 6, 11, 150, 136, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (717, 'Chigre', 293, _binary 0x0000D40600000000000000000000000000000000, 6, 6, 2, 50, 136, 0, 2, 6, 32, 6634, 645, 0, 0, _binary 0x0000000000000000), + (718, 'Chiliarch_Gordarvor', 246, _binary 0x06009A0600000000000000000000000000000000, 7, 7, 2, 280, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (719, 'Chillgaze_Foddrud', 189, _binary 0x00007D0200000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (720, 'Chillwing_Hwitti', 165, _binary 0x0000BF0600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (721, 'Chimera_Clot', 66, _binary 0x0000260100000000000000000000000000000000, 1, 1, 11, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (722, 'Chione', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (723, 'Chlevnik', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 6, 380, 16, 1, 10, 0, 32, 1630, 155, 0, 0, _binary 0x0000000000000000), + (724, 'Chocoboleech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (725, 'Choh_Moui', 151, _binary 0x01000407D110AC20AC30AC40AC50556032700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (726, 'Chuglix_Berrypaws', 133, _binary 0x0000F90100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 2, 0, 32, 1711, 155, 0, 0, _binary 0x0000000000000000), + (727, 'Cinderwing', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (728, 'Cinnamon_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (729, 'Cirein-croin', 191, _binary 0x0000C20600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (730, 'Cirrate_Christelle', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (731, 'Citadel_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 185, 643, 0, 0, _binary 0x0000000000000000), + (732, 'Citadel_Chelonian', 2, _binary 0x0000910100000000000000000000000000000000, 1, 1, 7, 380, 129, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (733, 'Citipati', 74, _binary 0x0000530500000000000000000000000000000000, 4, 5, 12, 290, 192, 1, 2, 0, 32, 562, 157, 0, 0, _binary 0x6161616169610063), + (734, 'Clammy_Imp', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (735, 'Clan_Bear_Fighter', 189, _binary 0x0000F40700000000000000000000000000000000, 11, 11, 5, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (736, 'Clan_Longtooth_Pillager', 189, _binary 0x0000F40700000000000000000000000000000000, 1, 1, 2, 240, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (737, 'Clan_Reaper_Grunt', 189, _binary 0x0000030800000000000000000000000000000000, 11, 11, 5, 240, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (738, 'Claret', 290, _binary 0x0000260100000000000000000000000000000000, 1, 1, 6, 240, 2, 0, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (739, 'Clavauert_B_Chanoix', 145, _binary 0x01000E047D107320733073407350000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (740, 'Cleuvarion_M_Resoaix', 221, _binary 0x00001A0200000000000000000000000000000000, 1, 1, 3, 360, 6, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (741, 'Climbpix_Highrise', 133, _binary 0x0000E50100000000000000000000000000000000, 6, 6, 2, 240, 1, 0, 2, 0, 32, 6111, 155, 0, 0, _binary 0x0000000000000000), + (742, 'Clingy_Clare', 186, _binary 0x00007E0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (743, 'Clipper', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (744, 'Clockwork_Pod', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 264, 129, 0, 0, _binary 0x7070707074701662), + (745, 'Cloktix_Longnail', 133, _binary 0x00003F0400000000000000000000000000000000, 8, 8, 4, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (746, 'Clot', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 11, 240, 132, 0, 1, 0, 0, 292, 131, 0, 0, _binary 0x0000000000000000), + (747, 'Cloud_Hippogryph', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (748, 'Cluckatrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 8, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (749, 'Cluster', 68, _binary 0x0000220100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 1, 0, 0, 766, 131, 0, 0, _binary 0x0000000000000000), + (750, 'Coastal_Colibri', 72, _binary 0x0000B50800000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (751, 'Coastal_Opo-opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 12, 1, 0, 0, 0, 608, 131, 0, 0, _binary 0x0000000000000000), + (752, 'Coastal_Sahagin', 213, _binary 0x0000370500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 0, 0, 0, 205, 133, 0, 0, _binary 0x0000000000000000), + (753, 'Cobalt_Quadav', 202, _binary 0x0000910200000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (754, 'Cobalt_Sentinel', 28, _binary 0x0600B90700000000000000000000000000000000, 3, 3, 11, 320, 128, 1, 0, 0, 0, 9, 133, 0, 0, _binary 0x1010101010105700), + (755, 'Cobraclaw_Buchzvotch', 189, _binary 0x0000160400000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (756, 'Cobra_Mercenary', 151, _binary 0x01000F078910102010306E401050646026700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (757, 'Coccinelle', 170, _binary 0x0000E20700000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (758, 'Cockatrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 1, 0, 0, 238, 643, 0, 0, _binary 0x0000000000000000), + (759, 'Coeurl', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 1, 0, 1, 0, 0, 607, 131, 0, 0, _binary 0x0000000000000000), + (760, 'Cogitator', 241, _binary 0x0000680400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 16, 0, 0, 6236, 133, 0, 0, _binary 0x0000000000000000), + (761, 'Cogtooth_Skagnogg', 190, _binary 0x0000AD0100000000000000000000000000000000, 11, 11, 7, 240, 9, 1, 0, 0, 32, 304, 157, 0, 0, _binary 0x0000000000000000), + (762, 'Coinbiter_Cjaknokk', 189, _binary 0x0000FF0700000000000000000000000000000000, 8, 8, 5, 240, 13, 1, 2, 0, 32, 305, 669, 0, 0, _binary 0x0000000000000000), + (763, 'Cointeach', 91, _binary 0x0000310700000000000000000000000000000000, 4, 1, 11, 240, 0, 0, 0, 0, 0, 579, 131, 0, 0, _binary 0x6161616169610063), + (764, 'Cold_Gigas', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 1, 240, 1, 1, 0, 0, 0, 4773, 131, 0, 0, _binary 0x0000000000000000), + (765, 'Colibri', 72, _binary 0x0000B50800000000000000000000000000000000, 5, 5, 2, 220, 0, 0, 1, 0, 0, 99, 131, 0, 0, _binary 0x7070707074701662), + (766, 'Colo-colo', 46, _binary 0x0000010100000000000000000000000000000000, 8, 8, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (767, 'Colorful_Leshy', 245, _binary 0x0000870100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (768, 'Colorful_Treant', 245, _binary 0x0000870100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (769, 'Colossal_Calamari', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 128, 0, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (770, 'Colossus', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 1, 0, 0, 259, 131, 0, 0, _binary 0x0000000000000000), + (771, 'Combat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 1, 0, 0, 217, 131, 0, 0, _binary 0x0000000000000000), + (772, 'Combat_Salvemixer', 153, _binary 0x01000D0600100B20133013401350296100700080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (773, 'Compound_Eyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 1, 2, 0, 0, 481, 131, 0, 0, _binary 0x6161616169610063), + (774, 'Coney', 206, _binary 0x00000E0100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (775, 'Confederate_Belfry', 236, _binary 0x0000100900000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (776, 'Confederate_Mantelet', 239, _binary 0x0000180900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (777, 'Conqueror_Bakgodek', 189, _binary 0x0000F30300000000000000000000000000000000, 7, 7, 1, 220, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (778, 'Contantican_Black_Mage', 25, _binary 0x0000040500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (779, 'Contantican_Paladin', 25, _binary 0x0000120500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (780, 'Contantican_Ranger', 25, _binary 0x0000F80400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (781, 'Contantican_Warrior', 25, _binary 0x0000F10400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (782, 'Contemplator', 241, _binary 0x0000680400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 16, 0, 0, 432, 129, 0, 0, _binary 0x0000000000000000), + (783, 'Cookieduster_Lipiroon', 0, _binary 0x0000000000000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (784, 'Cook_Fulberry', 243, _binary 0x0000D70400000000000000000000000000000000, 15, 15, 6, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (785, 'Cook_Minberry', 243, _binary 0x0000DE0400000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (786, 'Cook_Nalberry', 243, _binary 0x0000E20400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (787, 'Cook_Solberry', 243, _binary 0x0000E30400000000000000000000000000000000, 4, 4, 9, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (788, 'Coo_Keja_the_Unseen', 270, _binary 0x00004C0200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (789, 'Coppercap', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 1, 0, 0, 532, 129, 0, 0, _binary 0x0000000000000000), + (790, 'Copper_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 396, 129, 0, 0, _binary 0x0000000000000000), + (791, 'Copper_Quadav', 202, _binary 0x00008A0200000000000000000000000000000000, 6, 6, 2, 265, 2, 1, 0, 0, 0, 201, 129, 0, 0, _binary 0x0000000000000000), + (792, 'Coquecigrue', 0, _binary 0x0000000000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (793, 'Coralline_Uragnite', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 0, 0, 0, 0, 556, 643, 0, 0, _binary 0x0000000000000000), + (794, 'Coral_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (795, 'Coral_Sahagin', 213, _binary 0x00002D0500000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 2, 0, 0, 453, 133, 0, 0, _binary 0x1010101010105700), + (796, 'Cornu', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 16, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (797, 'Corrupted_Soffeil', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 4381, 133, 0, 0, _binary 0x6161616169610063), + (798, 'Corrupted_Ulbrig', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 6, 133, 0, 0, _binary 0x6161616169610063), + (799, 'Corrupted_Yorgos', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 32, 6455, 157, 0, 0, _binary 0x0000000000000000), + (800, 'Corrupt_Einherjar', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (801, 'Corse', 74, _binary 0x0000530500000000000000000000000000000000, 4, 4, 11, 290, 192, 0, 1, 0, 0, 379, 131, 0, 0, _binary 0x6161616169610063), + (802, 'Cosmos_Cocora', 178, _binary 0x0000C70800000000000000000000000000000000, 2, 2, 7, 360, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (803, 'Cosmos_Stamen', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (804, 'Cottontail', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (805, 'Cougar_Volunteer', 151, _binary 0x01000C078910892089300F400F506F6000702980, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (806, 'Counselor_Gadalar', 149, _binary 0x05009C0700000000000000000000000000000000, 4, 4, 12, 240, 8, 1, 2, 0, 32, 323, 155, 0, 0, _binary 0x6161616169610063), + (807, 'Counselor_Mihli', 151, _binary 0x05009F0700000000000000000000000000000000, 3, 3, 3, 240, 8, 0, 0, 0, 32, 402, 541, 0, 0, _binary 0x1010101010105700), + (808, 'Counselor_Najelith', 149, _binary 0x05009D0700000000000000000000000000000000, 11, 11, 2, 240, 8, 1, 2, 0, 32, 363, 537, 0, 0, _binary 0x0000000000000000), + (809, 'Counselor_Rughadjeen', 145, _binary 0x05009B0700000000000000000000000000000000, 7, 7, 3, 240, 8, 1, 2, 0, 32, 271, 157, 0, 0, _binary 0x0000000000000000), + (810, 'Counselor_Zazarg', 147, _binary 0x05009E0700000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 2, 0, 32, 680, 157, 0, 0, _binary 0x0000000000000000), + (811, 'Count_Andromalius', 169, _binary 0x0000EF0200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (812, 'Count_Bifrons', 169, _binary 0x0000E50200000000000000000000000000000000, 8, 8, 5, 240, 16, 1, 18, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (813, 'Count_Dracula', 252, _binary 0x0000350700000000000000000000000000000000, 8, 8, 7, 290, 137, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (814, 'Count_Furfur', 169, _binary 0x0000E50200000000000000000000000000000000, 8, 8, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (815, 'Count_Halphas', 169, _binary 0x0000AB0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (816, 'Count_Murmur', 169, _binary 0x0000EB0200000000000000000000000000000000, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (817, 'Count_Raum', 169, _binary 0x0000E60200000000000000000000000000000000, 6, 6, 9, 240, 16, 1, 0, 0, 32, 4679, 159, 0, 0, _binary 0x0000000000000000), + (818, 'Count_Vine', 169, _binary 0x0000BA0200000000000000000000000000000000, 12, 1, 3, 240, 16, 1, 0, 0, 32, 497, 159, 0, 0, _binary 0x0000000000000000), + (819, 'Count_Zaebos', 169, _binary 0x0000EB0200000000000000000000000000000000, 1, 1, 1, 240, 16, 1, 0, 0, 32, 2202, 159, 0, 0, _binary 0x0000000000000000), + (820, 'Coveter', 78, _binary 0x0000730400000000000000000000000000000000, 1, 1, 8, 240, 13, 0, 2, 0, 32, 501, 157, 0, 0, _binary 0x0000000000000000), + (821, 'Cow_[Herd1]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (822, 'Cow_[Herd2]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (823, 'Cow_[Herd3]', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (824, 'Crabshaw', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 16, 0, 32, 8051, 155, 0, 0, _binary 0x0000000000000000), + (825, 'Crabtrap', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (826, 'Crag_Limule', 0, _binary 0x00004D0900000000000000000000000000000000, 4, 3, 12, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (827, 'Crane_Fly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 818, 643, 0, 0, _binary 0x0000000000000000), + (828, 'Crapaudy', 196, _binary 0x0000BF0800000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (829, 'Craven_Einherjar', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 193, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (830, 'Craver', 78, _binary 0x00006E0400000000000000000000000000000000, 1, 1, 8, 240, 13, 1, 1, 0, 0, 712, 131, 0, 0, _binary 0x0000000000000000), + (831, 'Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 1, 0, 0, 343, 129, 0, 0, _binary 0x0000000000000000), + (832, 'Crawler_Hunter', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 1, 0, 0, 0, 139, 133, 0, 0, _binary 0x0000000000000000), + (833, 'Creek_Sahagin', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 0, 0, 0, 231, 129, 0, 0, _binary 0x0000000000000000), + (834, 'Crepuscule_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (835, 'Crevice_Amoeban', 0, _binary 0x00005C0900000000000000000000000000000000, 4, 8, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (836, 'Crimson-toothed_Pawberry', 243, _binary 0x0000AD0400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (837, 'Crimson_Eruca', 107, _binary 0x0000960100000000000000000000000000000000, 1, 1, 11, 240, 133, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (838, 'Crimson_Grimoire', 149, _binary 0x0000B40800000000000000000000000000000000, 20, 20, 11, 240, 0, 1, 2, 0, 0, 574, 131, 0, 0, _binary 0x0000000000000000), + (839, 'Crimson_Knight_Crab', 77, _binary 0x0000650100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (840, 'Crimson_Wolf_Esquire', 145, _binary 0x01000D031C101C201C301C401C50CF6000702280, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (841, 'Criosphinx', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 13, 1, 16, 0, 0, 7165, 135, 0, 0, _binary 0x0000000000000000), + (842, 'Crocodile_Mercenary', 151, _binary 0x01000E0772100F2072300F400F5064602E703280, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (843, 'Cronos', 127, _binary 0x0000800200000000000000000000000000000000, 1, 1, 6, 240, 9, 1, 16, 0, 0, 389, 135, 0, 0, _binary 0x0000000000000000), + (844, 'Crossbones', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 2, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (845, 'Crushed_Krause', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (846, 'Cryptonberry_Abductor', 243, _binary 0x0000A10400000000000000000000000000000000, 6, 6, 2, 240, 9, 1, 0, 0, 0, 719, 129, 0, 0, _binary 0x0000000000000000), + (847, 'Cryptonberry_Assassin', 243, _binary 0x0000A10400000000000000000000000000000000, 6, 6, 2, 240, 8, 1, 0, 0, 0, 6, 133, 0, 0, _binary 0x0000000000000000), + (848, 'Cryptonberry_Charmer', 243, _binary 0x0000A20400000000000000000000000000000000, 4, 4, 6, 240, 9, 1, 0, 0, 0, 2013, 133, 0, 0, _binary 0x6161616169610063), + (849, 'Cryptonberry_Cutter', 243, _binary 0x0000AC0400000000000000000000000000000000, 13, 13, 2, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (850, 'Cryptonberry_Designator', 243, _binary 0x0000A30400000000000000000000000000000000, 15, 15, 6, 240, 9, 1, 0, 0, 0, 85, 129, 0, 0, _binary 0x0000000000000000), + (851, 'Cryptonberry_Executor', 243, _binary 0x0000A50400000000000000000000000000000000, 13, 13, 2, 240, 8, 1, 0, 0, 0, 889, 133, 0, 0, _binary 0x0000000000000000), + (852, 'Cryptonberry_Harrier', 243, _binary 0x0000A80400000000000000000000000000000000, 15, 15, 6, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (853, 'Cryptonberry_Occultist', 243, _binary 0x0000A50400000000000000000000000000000000, 4, 4, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (854, 'Cryptonberry_Plaguer', 243, _binary 0x0000A60400000000000000000000000000000000, 4, 4, 6, 240, 8, 1, 0, 0, 0, 191, 131, 0, 0, _binary 0x6161616169610063), + (855, 'Cryptonberry_Skulker', 243, _binary 0x0000A50400000000000000000000000000000000, 13, 13, 2, 240, 9, 1, 0, 0, 0, 311, 133, 0, 0, _binary 0x0000000000000000), + (856, 'Cryptonberry_Stalker', 243, _binary 0x0000AB0400000000000000000000000000000000, 6, 6, 2, 240, 8, 1, 0, 0, 0, 166, 131, 0, 0, _binary 0x0000000000000000), + (857, 'Crypt_Ghost', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 309, 131, 0, 0, _binary 0x6161616169610063), + (858, 'Crystal_Eater', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (859, 'Cuijatender', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (860, 'Cumin_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (861, 'Cumulator', 78, _binary 0x0000730400000000000000000000000000000000, 1, 1, 8, 240, 13, 1, 2, 0, 0, 19, 133, 0, 0, _binary 0x0000000000000000), + (862, 'Curilla', 145, _binary 0x0500460400000000000000000000000000000000, 7, 1, 1, 240, 1, 0, 16, 0, 32, 1248, 539, 0, 0, _binary 0x0000000000000000), + (863, 'Cursed_Axe', 8, _binary 0x0000C60100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (864, 'Cursed_Chest', 183, _binary 0x0000020100000000000000000000000000000000, 1, 1, 7, 170, 8, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (865, 'Cursed_Chigoe', 64, _binary 0x0000D30600000000000000000000000000000000, 6, 6, 2, 150, 137, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (866, 'Cursed_Doppelganger', 149, _binary 0x0100000100000000000000000000000000000000, 1, 1, 0, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (867, 'Cursed_Puppet', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 231, 643, 0, 0, _binary 0x0000000000000000), + (868, 'Cursed_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 231, 643, 0, 0, _binary 0x0000000000000000), + (869, 'Custodian', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (870, 'Custom_Cardian', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 3, 12, 240, 40, 1, 2, 0, 0, 682, 131, 0, 0, _binary 0x6161616169610063), + (871, 'Cutlass_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 191, 131, 0, 0, _binary 0x0000000000000000), + (872, 'Cutter', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 4, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (873, 'Cutthroat_Kabsalah', 115, _binary 0x0500680700000000000000000000000000000000, 17, 17, 3, 240, 227, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (874, 'Cuu_Doko_the_Blizzard', 270, _binary 0x0000470200000000000000000000000000000000, 3, 3, 3, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (875, 'Cwn_Annwn', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 192, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (876, 'Cwn_Cyrff', 143, _binary 0x00006C0100000000000000000000000000000000, 8, 8, 3, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (877, 'Cyaneous-toed_Yallberry', 243, _binary 0x0000B00400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 32, 127, 157, 0, 0, _binary 0x0000000000000000), + (878, 'Cyanic_Crab', 0, _binary 0x0000000000000000000000000000000000000000, 7, 4, 4, 240, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (879, 'Cyan_Deep_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 6036, 131, 0, 0, _binary 0x0000000000000000), + (880, 'Cyan_Deep_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (881, 'Cyclopean_Conch', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 0, 0, 0, 0, 1855, 645, 0, 0, _binary 0x0000000000000000), + (882, 'Cyhiraeth', 91, _binary 0x0000310700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 217, 131, 0, 0, _binary 0x0000000000000000), + (883, 'Cynoprosopi', 261, _binary 0x00000F0300000000000000000000000000000000, 1, 1, 7, 240, 137, 1, 16, 0, 32, 1621, 155, 0, 0, _binary 0x0000000000000000), + (884, 'Cyranuce_M_Cutauleon', 268, _binary 0x00003E0100000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 18, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (885, 'D5J2-MERROW', 182, _binary 0x0600870600000000000000000000000000000000, 10, 10, 5, 240, 8, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (886, 'D5R3-MERROW', 182, _binary 0x0600890600000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (887, 'D5S1-MERROW', 182, _binary 0x0600880600000000000000000000000000000000, 12, 12, 5, 240, 8, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (888, 'Dabotz_s_Ghost', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (889, 'Dadough_Vanguard', 202, _binary 0x00009A0200000000000000000000000000000000, 4, 4, 5, 265, 128, 1, 0, 0, 0, 3243, 129, 0, 0, _binary 0x6161616169610063), + (890, 'Daggerclaw_Dracos', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (891, 'Daggertooth_Pugil', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (892, 'Dagourmarche', 222, _binary 0x0500D80100000000000000000000000000000000, 1, 1, 1, 360, 12, 1, 16, 0, 32, 6, 157, 0, 0, _binary 0x0000000000000000), + (893, 'Dagourmarche_s', 193, _binary 0x0000F90200000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (894, 'Dahak', 87, _binary 0x0000A50100000000000000000000000000000000, 1, 1, 12, 240, 128, 0, 1, 0, 0, 303, 133, 0, 0, _binary 0x0000000000000000), + (895, 'Dalham', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 129, 0, 2, 0, 32, 3111, 159, 0, 0, _binary 0x0000000000000000), + (896, 'Dalzakk', 146, _binary 0x0100070811101520113011401150006000700000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (897, 'Damask_Crab', 0, _binary 0x0000000000000000000000000000000000000000, 7, 4, 4, 240, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (898, 'Dame_Blanche', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 32, 750, 669, 0, 0, _binary 0x6161616169610063), + (899, 'Damselfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 458, 643, 0, 0, _binary 0x0000000000000000), + (900, 'Dancing_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 3669, 643, 0, 0, _binary 0x0000000000000000), + (901, 'Danzo', 149, _binary 0x0500AF0700000000000000000000000000000000, 13, 13, 9, 240, 201, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (902, 'Dapifer_Imp', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (903, 'Darach', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (904, 'Darkheir_Grradhod', 189, _binary 0x0000190800000000000000000000000000000000, 12, 12, 6, 240, 12, 1, 0, 0, 32, 1795, 157, 0, 0, _binary 0x0000000000000000), + (905, 'Darkling_Draugar', 89, _binary 0x0000DE0600000000000000000000000000000000, 8, 8, 3, 240, 192, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (906, 'Darksteel_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 0, 0, 0, 395, 133, 0, 0, _binary 0x0000000000000000), + (907, 'Darksteel_Quadav', 202, _binary 0x0000900200000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 80, 133, 0, 0, _binary 0x0000000000000000), + (908, 'Dark_Aspic', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 133, 131, 0, 0, _binary 0x0000000000000000), + (909, 'Dark_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 64, 6143, 643, 0, 0, _binary 0x0000000000000000), + (910, 'Dark_Bugler', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 185, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (911, 'Dark_Demon', 169, _binary 0x0000AA0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (912, 'Dark_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 2, 1, 18, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (913, 'Dark_Elemental', 100, _binary 0x00000F0000000000000000000000000000000000, 8, 8, 11, 240, 32, 0, 0, 0, 0, 291, 131, 0, 0, _binary 0x000000000000007F), + (914, 'Dark_Esquire', 169, _binary 0x0000EF0200000000000000000000000000000000, 1, 1, 3, 240, 12, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (915, 'Dark_Ixion', 39, _binary 0x0000B20800000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 32, 2709, 925, 0, 0, _binary 0x0000000000000000), + (916, 'Dark_Rider', 42, _binary 0x0000250700000000000000000000000000000000, 8, 9, 3, 240, 153, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (917, 'Dark_Spark', 56, _binary 0x0000180100000000000000000000000000000000, 8, 8, 7, 240, 33, 0, 2, 0, 0, 1811, 131, 0, 0, _binary 0x0000000000000000), + (918, 'Dark_Stalker', 221, _binary 0x0000150200000000000000000000000000000000, 1, 1, 3, 360, 6, 1, 0, 0, 0, 245, 131, 0, 0, _binary 0x0000000000000000), + (919, 'Darokbok_of_Clan_Reaper', 189, _binary 0x0000750200000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (920, 'Darter', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 179, 133, 0, 0, _binary 0x0000000000000000), + (921, 'Darting_Kachaal_Ja', 176, _binary 0x06005A0600000000000000000000000000000000, 4, 4, 5, 280, 13, 1, 2, 0, 32, 179, 159, 0, 0, _binary 0x6161616169610063), + (922, 'Dartorgor_the_Austere', 246, _binary 0x0600B00600000000000000000000000000000000, 2, 2, 1, 230, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (923, 'Date_Eruca', 107, _binary 0x0000960100000000000000000000000000000000, 1, 1, 11, 240, 132, 1, 0, 0, 0, 420, 131, 0, 0, _binary 0x0000000000000000), + (924, 'Davoi_Hornet', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 219, 129, 0, 0, _binary 0x0000000000000000), + (925, 'Davoi_Mush', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (926, 'Davoi_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (927, 'Davoi_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 238, 643, 0, 0, _binary 0x0000000000000000), + (928, 'Da_Dha_Hundredmask', 202, _binary 0x00008C0200000000000000000000000000000000, 6, 6, 2, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (929, 'Da_Shu_Knightslayer', 202, _binary 0x0000980200000000000000000000000000000000, 5, 5, 4, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (930, 'Dea', 306, _binary 0x0000FB0600000000000000000000000000000000, 1, 1, 7, 240, 4, 0, 2, 0, 32, 417, 157, 0, 0, _binary 0x0000000000000000), + (931, 'Deadly_Dodo', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 6, 240, 1, 0, 2, 0, 0, 1951, 133, 0, 0, _binary 0x0000000000000000), + (932, 'Deadly_Iris', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 3, 1, 0, 0, 0, 217, 131, 0, 0, _binary 0x6161616169610063), + (933, 'Deadpan_Devilet', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (934, 'Deathcaller_Bidfbid', 189, _binary 0x0000190400000000000000000000000000000000, 15, 15, 4, 240, 16, 1, 0, 0, 32, 5643, 159, 0, 0, _binary 0x0000000000000000), + (935, 'Deathlord_Rojgnoj', 189, _binary 0x0000FF0700000000000000000000000000000000, 8, 8, 5, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (936, 'Deathly_Stinger', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 5, 240, 1, 0, 2, 0, 0, 4438, 645, 0, 0, _binary 0x0000000000000000), + (937, 'Death_Cap', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (938, 'Death_Clan_Destroyer', 190, _binary 0x0000AC0100000000000000000000000000000000, 3, 3, 7, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (939, 'Death_from_Above', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 6, 220, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (940, 'Death_Jacket', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 19, 643, 0, 0, _binary 0x0000000000000000), + (941, 'Death_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 579, 641, 0, 0, _binary 0x0000000000000000), + (942, 'Debaucher', 86, _binary 0x0000410100000000000000000000000000000000, 1, 1, 3, 270, 192, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (943, 'Decayed_Flesh', 86, _binary 0x0000410100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (944, 'Decimator_Mabel_Ja', 176, _binary 0x06005E0600000000000000000000000000000000, 4, 4, 5, 280, 12, 1, 0, 0, 32, 3650, 157, 0, 0, _binary 0x6161616169610063), + (945, 'Decontaminator', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (946, 'Decorative_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 292, 643, 0, 0, _binary 0x0000000000000000), + (947, 'Decrepit_Gnole', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 8, 0, 0, 0, 0, 348, 131, 0, 0, _binary 0x0000000000000000), + (948, 'Decurio_I-III', 25, _binary 0x0000EF0400000000000000000000000000000000, 7, 7, 11, 265, 2, 1, 2, 0, 0, 910, 131, 0, 0, _binary 0x0000000000000000), + (949, 'Decurio_XIII-LV', 25, _binary 0x0000020500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (950, 'Deelgeed', 58, _binary 0x0000480500000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (951, 'Deep_Eye', 4, _binary 0x0000090100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (952, 'Dee_Wapa_the_Desolator', 270, _binary 0x00003C0400000000000000000000000000000000, 15, 15, 6, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (953, 'Dee_Xalmo_the_Grim', 270, _binary 0x0000240800000000000000000000000000000000, 2, 2, 1, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (954, 'Dee_Zelko_the_Esoteric', 270, _binary 0x00003D0400000000000000000000000000000000, 4, 4, 9, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (955, 'Defender', 234, _binary 0x00003B0100000000000000000000000000000000, 1, 1, 7, 240, 34, 0, 0, 0, 0, 271, 131, 0, 0, _binary 0x0000000000000000), + (956, 'Defile_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (957, 'Defoliate_Leshy', 245, _binary 0x00008B0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (958, 'Defoliate_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 450, 131, 0, 0, _binary 0x0000000000000000), + (959, 'Defoliator', 79, _binary 0x00008D0100000000000000000000000000000000, 1, 1, 11, 240, 132, 1, 1, 0, 0, 5531, 131, 0, 0, _binary 0x0000000000000000), + (960, 'Degenhard', 149, _binary 0x0000810800000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (961, 'Deimobugard', 58, _binary 0x0000480500000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (962, 'Deinonychus', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 2, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (963, 'Dekka', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 220, 185, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (964, 'Deloknok', 189, _binary 0x0000F70300000000000000000000000000000000, 7, 7, 1, 240, 12, 1, 2, 0, 32, 2071, 155, 0, 0, _binary 0x0000000000000000), + (965, 'Delta_Sahagin', 213, _binary 0x00001A0500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 0, 0, 0, 522, 133, 0, 0, _binary 0x0000000000000000), + (966, 'Delver', 78, _binary 0x0000730400000000000000000000000000000000, 1, 1, 8, 240, 13, 0, 16, 0, 0, 7, 135, 0, 0, _binary 0x0000000000000000), + (967, 'Demented_Jalaawa', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (968, 'Demersal_Gigas', 126, _binary 0x0000830200000000000000000000000000000000, 11, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (969, 'Demisahagin_Bard', 213, _binary 0x0000390500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (970, 'Demisahagin_Dragoon', 213, _binary 0x00001F0500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (971, 'Demisahagin_Monk', 213, _binary 0x0000290500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (972, 'Demishagin_White_Mage', 213, _binary 0x00002E0500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (973, 'Demolition_Automaton', 28, _binary 0x0600B90700000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (974, 'Demonic_Doll', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 166, 133, 0, 0, _binary 0x0000000000000000), + (975, 'Demonic_Millstone', 175, _binary 0x00009D0100000000000000000000000000000000, 5, 1, 7, 240, 16, 0, 0, 0, 0, 165, 133, 0, 0, _binary 0x7070707074701662), + (976, 'Demonic_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (977, 'Demonic_Rod', 10, _binary 0x0000C90100000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (978, 'Demonic_Rose', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 1, 0, 0, 0, 469, 643, 0, 0, _binary 0x0000000000000000), + (979, 'Demonic_Tiphia', 48, _binary 0x0000100100000000000000000000000000000000, 3, 4, 11, 240, 1, 1, 2, 0, 0, 6116, 645, 0, 0, _binary 0x1010101010105700), + (980, 'Demonic_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 291, 643, 0, 0, _binary 0x0000000000000000), + (981, 'Demon_Aristocrat', 169, _binary 0x0000EB0200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (982, 'Demon_Banneret', 169, _binary 0x0000E60200000000000000000000000000000000, 1, 1, 4, 240, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (983, 'Demon_Befouler', 169, _binary 0x0000F00200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (984, 'Demon_Chancellor', 169, _binary 0x0000EC0200000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 0, 0, 0, 235, 131, 0, 0, _binary 0x6161616169610063), + (985, 'Demon_Commander', 169, _binary 0x0000E60200000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 0, 0, 0, 177, 131, 0, 0, _binary 0x0000000000000000), + (986, 'Demon_General', 169, _binary 0x0000E90200000000000000000000000000000000, 8, 8, 1, 240, 1, 1, 0, 0, 0, 101, 131, 0, 0, _binary 0x0000000000000000), + (987, 'Demon_Justiciar', 169, _binary 0x0000F30200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (988, 'Demon_Knight', 169, _binary 0x0000E70200000000000000000000000000000000, 8, 8, 1, 240, 1, 1, 0, 0, 0, 1930, 131, 0, 0, _binary 0x0000000000000000), + (989, 'Demon_Magistrate', 169, _binary 0x0000F10200000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 101, 131, 0, 0, _binary 0x0000000000000000), + (990, 'Demon_Magus', 169, _binary 0x0000EE0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 73, 131, 0, 0, _binary 0x0000000000000000), + (991, 'Demon_Pawn', 169, _binary 0x0000E40200000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 0, 0, 0, 88, 131, 0, 0, _binary 0x0000000000000000), + (992, 'Demon_Secretary', 169, _binary 0x0000E70200000000000000000000000000000000, 4, 1, 3, 240, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (993, 'Demon_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (994, 'Demon_s_Elemental', 100, _binary 0x00000F0000000000000000000000000000000000, 8, 8, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (995, 'Demon_Warlock', 169, _binary 0x0000E80200000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 151, 131, 0, 0, _binary 0x0000000000000000), + (996, 'Demon_Warrior', 169, _binary 0x0000EB0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 501, 131, 0, 0, _binary 0x0000000000000000), + (997, 'Demon_Wizard', 169, _binary 0x0000E50200000000000000000000000000000000, 4, 1, 4, 240, 1, 1, 0, 0, 0, 184, 131, 0, 0, _binary 0x6161616169610063), + (998, 'Dendainsonne', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 6, 380, 9, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (999, 'Denn_the_Orcavoiced', 213, _binary 0x00003A0500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1000, 'Den_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 206, 133, 0, 0, _binary 0x0000000000000000), + (1001, 'Depths_Digester', 0, _binary 0x0000000000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1002, 'Derakbak_of_Clan_Wolf', 189, _binary 0x0000640200000000000000000000000000000000, 14, 14, 1, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1003, 'Dervo_s_Ghost', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1004, 'Desert_Beetle', 49, _binary 0x0000990100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 1356, 131, 0, 0, _binary 0x0000000000000000), + (1005, 'Desert_Clionid', 0, _binary 0x00004C0900000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1006, 'Desert_Dhalmel', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 0, 1, 0, 0, 0, 186, 131, 0, 0, _binary 0x0000000000000000), + (1007, 'Desert_Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 0, 0, 0, 0, 669, 129, 0, 0, _binary 0x0000000000000000), + (1008, 'Desert_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1009, 'Desert_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 237, 643, 0, 0, _binary 0x0000000000000000), + (1010, 'Desert_Worm', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 2, 0, 0, 0, 0, 483, 131, 0, 0, _binary 0x007F000000000000), + (1011, 'Desmodont', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1012, 'Despot', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 6, 240, 33, 0, 2, 0, 0, 2561, 133, 0, 0, _binary 0x0000000000000000), + (1013, 'Detector', 234, _binary 0x00003A0100000000000000000000000000000000, 1, 1, 7, 240, 34, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1014, 'Devegetator', 79, _binary 0x00008D0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1015, 'Deviate_Bhoot', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 12, 240, 193, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1016, 'Deviator', 255, _binary 0x0000570400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 2, 0, 32, 1987, 159, 0, 0, _binary 0x0000000000000000), + (1017, 'Devilet', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1018, 'Devil_Manta', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1019, 'Devout_Radol_Ja', 176, _binary 0x06005A0600000000000000000000000000000000, 3, 3, 6, 280, 13, 1, 0, 0, 32, 243, 159, 0, 0, _binary 0x1010101010105700), + (1020, 'Dextrose', 299, _binary 0x0000080700000000000000000000000000000000, 4, 5, 12, 240, 40, 0, 2, 1, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1021, 'De_Bho_Pyrohand', 202, _binary 0x00001F0400000000000000000000000000000000, 4, 4, 6, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1022, 'De_Pha_Unscarred', 202, _binary 0x0000890200000000000000000000000000000000, 1, 1, 4, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1023, 'De_Vyu_Headhunter', 202, _binary 0x0000510800000000000000000000000000000000, 7, 5, 1, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1024, 'Dhiadjhar', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1025, 'Dhorme_Khimaira', 168, _binary 0x00000D0700000000000000000000000000000000, 5, 4, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1026, 'Dhoul', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 192, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1027, 'Diabolos', 35, _binary 0x0000790400000000000000000000000000000000, 4, 5, 12, 240, 16, 1, 2, 0, 32, 191, 155, 0, 0, _binary 0x6161616169610063), + (1028, 'Diabolos_Club', 35, _binary 0x0000790400000000000000000000000000000000, 4, 5, 12, 240, 153, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1029, 'Diabolos_Diamond', 35, _binary 0x0000790400000000000000000000000000000000, 4, 5, 12, 240, 153, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1030, 'Diabolos_Heart', 35, _binary 0x0000790400000000000000000000000000000000, 4, 5, 12, 240, 153, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1031, 'Diabolos_Spade', 35, _binary 0x0000790400000000000000000000000000000000, 1, 1, 6, 240, 153, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1032, 'Diabolos_s_Shard', 35, _binary 0x0000790400000000000000000000000000000000, 1, 1, 12, 240, 153, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1033, 'Diamond_Daig', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 4, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1034, 'Diamond_Quadav', 202, _binary 0x00009F0200000000000000000000000000000000, 3, 3, 3, 265, 8, 1, 2, 0, 0, 185, 133, 0, 0, _binary 0x1010101010105700), + (1035, 'Diatryma', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 1, 0, 0, 680, 131, 0, 0, _binary 0x0000000000000000), + (1036, 'Digger_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 237, 643, 0, 0, _binary 0x0000000000000000), + (1037, 'Dilapidated_Gate', 236, _binary 0x00002C0600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 2, 32788, 2179, 0, 0, _binary 0x0000000000000000), + (1038, 'Ding_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 64, 327, 641, 0, 0, _binary 0x0000000000000000), + (1039, 'Diplopod', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 152, 131, 0, 0, _binary 0x0000000000000000), + (1040, 'Diremite', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 128, 0, 1, 0, 0, 131, 643, 0, 0, _binary 0x0000000000000000), + (1041, 'Diremite_Assaulter', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 128, 0, 0, 0, 0, 112, 643, 0, 0, _binary 0x0000000000000000), + (1042, 'Diremite_Dominator', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 128, 0, 0, 0, 0, 142, 645, 0, 0, _binary 0x0000000000000000), + (1043, 'Diremite_Stalker', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 128, 0, 0, 0, 0, 204, 643, 0, 0, _binary 0x0000000000000000), + (1044, 'Dire_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 6, 643, 0, 0, _binary 0x0000000000000000), + (1045, 'Dire_Gargouille', 118, _binary 0x0000B10800000000000000000000000000000000, 1, 1, 3, 240, 0, 1, 0, 0, 0, 343, 643, 0, 0, _binary 0x0000000000000000), + (1046, 'Dirtyhanded_Gochakzuk', 189, _binary 0x0000190400000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 0, 0, 32, 265, 157, 0, 0, _binary 0x6161616169610063), + (1047, 'Dirt_Eater', 258, _binary 0x0000A90100000000000000000000000000000000, 4, 5, 7, 240, 2, 0, 0, 0, 0, 310, 129, 0, 0, _binary 0x6161616169610063), + (1048, 'Disassembler', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1049, 'Disaster_Idol', 85, _binary 0x0000300100000000000000000000000000000000, 4, 5, 12, 240, 40, 0, 2, 0, 0, 27, 135, 0, 0, _binary 0x6161616169610063), + (1050, 'Disfaurit_B_D_Aurphe', 222, _binary 0x0000270200000000000000000000000000000000, 6, 6, 10, 360, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1051, 'Dismemberment_Grappler', 189, _binary 0x0000000800000000000000000000000000000000, 2, 2, 1, 240, 12, 1, 0, 0, 0, 7, 129, 0, 0, _binary 0x0000000000000000), + (1052, 'Distilix_Stickytoes', 133, _binary 0x0000420400000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1053, 'Div-e_Sepid', 301, _binary 0x0000BF0600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1054, 'Dive-Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 3, 0, 32, 0, 0, 8, 129, 0, 0, _binary 0x0000000000000000), + (1055, 'Divine_Ascetic', 270, _binary 0x0000220800000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1056, 'Divine_Assassin', 270, _binary 0x00001F0800000000000000000000000000000000, 13, 13, 2, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1057, 'Divine_Disseminator', 270, _binary 0x00001C0800000000000000000000000000000000, 12, 12, 1, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1058, 'Divine_Inciter', 270, _binary 0x00001C0800000000000000000000000000000000, 12, 12, 1, 240, 8, 1, 0, 0, 0, 3996, 2177, 0, 0, _binary 0x0000000000000000), + (1059, 'Divine_Inspirer', 270, _binary 0x00003D0400000000000000000000000000000000, 10, 10, 5, 240, 8, 1, 0, 0, 0, 4408, 2177, 0, 0, _binary 0x0000000000000000), + (1060, 'Divine_Liturgist', 270, _binary 0x00003D0400000000000000000000000000000000, 4, 4, 9, 240, 8, 1, 0, 0, 0, 404, 129, 0, 0, _binary 0x6161616169610063), + (1061, 'Divine_Martyr', 270, _binary 0x0000540200000000000000000000000000000000, 15, 15, 6, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1062, 'Divine_Pilgrim', 270, _binary 0x0000220800000000000000000000000000000000, 2, 2, 1, 240, 9, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1063, 'Divine_Sentinel', 270, _binary 0x0000470200000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 0, 0, 0, 7, 129, 0, 0, _binary 0x1010101010105700), + (1064, 'Divine_Templar', 270, _binary 0x00005F0200000000000000000000000000000000, 15, 15, 6, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1065, 'Diving_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 184, 131, 0, 0, _binary 0x0000000000000000), + (1066, 'Di_Dha_Adamantfist', 202, _binary 0x00000E0300000000000000000000000000000000, 3, 3, 11, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1067, 'Di_Dha_s_Elite_Guard', 202, _binary 0x00009F0200000000000000000000000000000000, 3, 3, 3, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1068, 'Di_Mho_Platekeeper', 202, _binary 0x00009F0200000000000000000000000000000000, 1, 1, 7, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1069, 'Di_Zho_Spongeshell', 202, _binary 0x00004C0800000000000000000000000000000000, 8, 8, 2, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1070, 'Djahama', 149, _binary 0x0500AB0700000000000000000000000000000000, 16, 16, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1071, 'Djigga', 64, _binary 0x0000D40600000000000000000000000000000000, 6, 6, 2, 150, 137, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1072, 'Djinn', 82, _binary 0x0000C40800000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 1, 0, 0, 397, 129, 0, 0, _binary 0x0000000000000000), + (1073, 'Dodomeki', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 1, 0, 0, 238, 131, 0, 0, _binary 0x6161616169610063), + (1074, 'Doglix_Muttsnout', 133, _binary 0x0000E40100000000000000000000000000000000, 3, 3, 11, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (1075, 'Dog_Guardian', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 1, 2, 0, 0, 5688, 131, 0, 0, _binary 0x0000000000000000), + (1076, 'Doll_Factory', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1077, 'Doman', 221, _binary 0x0000280200000000000000000000000000000000, 4, 4, 5, 360, 6, 1, 2, 0, 0, 659, 131, 0, 0, _binary 0x6161616169610063), + (1078, 'Domovoi', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 7, 360, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1079, 'Don_Poroggo', 196, _binary 0x0000150700000000000000000000000000000000, 4, 4, 5, 150, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1080, 'Doomed_Pilgrims', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 5, 270, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1081, 'Doom_Demon', 169, _binary 0x0000ED0200000000000000000000000000000000, 4, 1, 4, 240, 1, 1, 0, 0, 0, 152, 133, 0, 0, _binary 0x6161616169610063), + (1082, 'Doom_Guard', 227, _binary 0x00003C0200000000000000000000000000000000, 8, 8, 8, 240, 6, 0, 0, 0, 0, 238, 133, 0, 0, _binary 0x0000000000000000), + (1083, 'Doom_Mage', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 188, 131, 0, 0, _binary 0x6161616169610063), + (1084, 'Doom_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 1, 0, 0, 0, 649, 131, 0, 0, _binary 0x0000000000000000), + (1085, 'Doom_Soldier', 227, _binary 0x00003C0200000000000000000000000000000000, 8, 8, 8, 240, 6, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1086, 'Doom_Toad', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 6, 0, 0, 0, 0, 190, 131, 0, 0, _binary 0x0000000000000000), + (1087, 'Doom_Warlock', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 469, 133, 0, 0, _binary 0x6161616169610063), + (1088, 'Doo_Peku_the_Fleetfoot', 270, _binary 0x00003B0400000000000000000000000000000000, 13, 13, 2, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1089, 'Doppelganger_Dio', 221, _binary 0x0000240200000000000000000000000000000000, 1, 1, 3, 360, 6, 1, 2, 0, 32, 1459, 155, 0, 0, _binary 0x0000000000000000), + (1090, 'Doppelganger_Gog', 221, _binary 0x0000230200000000000000000000000000000000, 1, 1, 5, 360, 6, 1, 2, 0, 32, 2951, 155, 0, 0, _binary 0x0000000000000000), + (1091, 'Dorgerwor_the_Astute', 246, _binary 0x0600AD0600000000000000000000000000000000, 11, 11, 5, 230, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1092, 'Dormant_Rampart', 209, _binary 0x00001A0700000000000000000000000000000000, 1, 1, 7, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1093, 'Dosetsu_Tree', 245, _binary 0x00008B0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 2, 0, 0, 8, 135, 0, 0, _binary 0x0000000000000000), + (1094, 'Doyen_Quadav', 202, _binary 0x0000470800000000000000000000000000000000, 1, 1, 2, 265, 128, 1, 0, 0, 0, 396, 131, 0, 0, _binary 0x0000000000000000), + (1095, 'Dozing_Dorian', 167, _binary 0x0000550100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1096, 'Do_Bho_Venomtail', 202, _binary 0x00001F0400000000000000000000000000000000, 5, 4, 6, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1097, 'Draconic_Draugar', 89, _binary 0x0000E20600000000000000000000000000000000, 14, 14, 8, 240, 192, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1098, 'Draco_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1099, 'Dragonfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 2, 1, 1, 0, 0, 510, 643, 0, 0, _binary 0x0000000000000000), + (1100, 'Dragonian_Berzerker', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 1, 2, 0, 0, 297, 129, 0, 0, _binary 0x0000000000000000), + (1101, 'Dragonian_Minstrel', 87, _binary 0x0000A40100000000000000000000000000000000, 10, 10, 12, 240, 8, 1, 2, 0, 0, 3614, 129, 0, 0, _binary 0x0000000000000000), + (1102, 'Dragonscaled_Bugaal_Ja', 176, _binary 0x06004E0600000000000000000000000000000000, 9, 9, 2, 280, 13, 1, 0, 0, 32, 283, 159, 0, 0, _binary 0x0000000000000000), + (1103, 'Dragontrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 129, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1104, 'Dragon_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 153, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1105, 'Dragon_s_Wyvern', 193, _binary 0x0000F90200000000000000000000000000000000, 1, 1, 7, 200, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1106, 'Dragua', 259, _binary 0x0000620200000000000000000000000000000000, 7, 4, 3, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1107, 'Drakefeast_Wubmfub', 189, _binary 0x0000180400000000000000000000000000000000, 14, 14, 1, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1108, 'Draketrader_Zlodgodd', 189, _binary 0x0000180400000000000000000000000000000000, 14, 14, 1, 240, 13, 1, 2, 0, 32, 407, 669, 0, 0, _binary 0x0000000000000000), + (1109, 'Draklix_Scalecrust', 133, _binary 0x00003F0400000000000000000000000000000000, 14, 14, 3, 240, 16, 1, 2, 0, 32, 1743, 159, 0, 0, _binary 0x0000000000000000), + (1110, 'Draugar', 89, _binary 0x0000E60600000000000000000000000000000000, 4, 4, 12, 240, 192, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1111, 'Draugar_Servant', 89, _binary 0x0000D60600000000000000000000000000000000, 14, 14, 8, 240, 192, 0, 0, 0, 0, 143, 131, 0, 0, _binary 0x0000000000000000), + (1112, 'Draugar_s_Wyvern', 193, _binary 0x0000F90200000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1113, 'Dreadbug', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 2, 0, 0, 339, 131, 0, 0, _binary 0x0000000000000000), + (1114, 'Dread_Dealing_Dredodak', 184, _binary 0x0000CF0200000000000000000000000000000000, 8, 8, 2, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1115, 'Dread_Demon', 169, _binary 0x0000E70200000000000000000000000000000000, 4, 1, 3, 240, 1, 1, 0, 0, 0, 80, 131, 0, 0, _binary 0x6161616169610063), + (1116, 'Dread_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 2, 1, 18, 0, 0, 100, 131, 0, 0, _binary 0x0000000000000000), + (1117, 'Drekavac', 52, _binary 0x0000710100000000000000000000000000000000, 20, 5, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1118, 'Drexerion_the_Condemned', 221, _binary 0x00001F0200000000000000000000000000000000, 11, 1, 9, 360, 6, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1119, 'Dribblix_Greasemaw', 133, _binary 0x0000F30100000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 2, 0, 32, 4850, 155, 0, 0, _binary 0x0000000000000000), + (1120, 'Droma', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 143, 131, 0, 0, _binary 0x7070707074701662), + (1121, 'Dromiceiomimus', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1122, 'Drone', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 1, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1123, 'Drone_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1124, 'Drooling_Daisy', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1125, 'Droprix_Granitepalms', 133, _binary 0x00003E0400000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 2, 0, 32, 1425, 159, 0, 0, _binary 0x0000000000000000), + (1126, 'Dryad', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 0, 3466, 131, 0, 0, _binary 0x0000000000000000), + (1127, 'Dryptotaur', 240, _binary 0x0000500500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 261, 131, 0, 0, _binary 0x0000000000000000), + (1128, 'Duendes_Amoroso', 115, _binary 0x0500060400000000000000000000000000000000, 4, 4, 11, 240, 192, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1129, 'Duessa', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 8, 0, 32, 7044, 669, 0, 0, _binary 0x0000000000000000), + (1130, 'Duke_Amduscias', 169, _binary 0x0000F10200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1131, 'Duke_Berith', 169, _binary 0x0000F40200000000000000000000000000000000, 5, 5, 9, 240, 16, 1, 0, 0, 32, 151, 159, 0, 0, _binary 0x7070707074701662), + (1132, 'Duke_Dantalian', 169, _binary 0x0000F20200000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1133, 'Duke_Gomory', 169, _binary 0x0000EB0200000000000000000000000000000000, 2, 1, 1, 240, 16, 1, 0, 0, 32, 443, 159, 0, 0, _binary 0x0000000000000000), + (1134, 'Duke_Haborym', 169, _binary 0x0000EF0200000000000000000000000000000000, 8, 8, 1, 240, 1, 1, 0, 0, 32, 177, 143, 0, 0, _binary 0x0000000000000000), + (1135, 'Duke_Scox', 169, _binary 0x0000BA0200000000000000000000000000000000, 8, 8, 1, 240, 16, 1, 2, 0, 32, 391, 159, 0, 0, _binary 0x0000000000000000), + (1136, 'Dune_Cockatrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 8, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1137, 'Dune_Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1138, 'Dune_Widow', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1139, 'Dung_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 78, 129, 0, 0, _binary 0x0000000000000000), + (1140, 'Durinn', 316, _binary 0x00002F0700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1141, 'Duskraven', 149, _binary 0x01000201B6104E206D304E404E50466000700000, 8, 4, 4, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1142, 'Dusk_Lizard', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1143, 'Dusk_Raider', 149, _binary 0x01000A013A103A204E304E404E50136119700080, 8, 8, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1144, 'Dustbuster', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 290, 133, 0, 0, _binary 0x7070707074701662), + (1145, 'Duu_Masa_the_Onecut', 270, _binary 0x00001E0800000000000000000000000000000000, 12, 12, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1146, 'Duu_Nazo_the_Spryfooted', 270, _binary 0x0000240800000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1147, 'Du_Vha_Grimewind', 200, _binary 0x00009C0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1148, 'Dvalinn', 316, _binary 0x0000300700000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1149, 'Dvorovoi', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 4, 7, 360, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1150, 'Dybbuk', 91, _binary 0x0000A70800000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1151, 'Dyinyinga', 231, _binary 0x0000E50700000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 2, 0, 0, 5840, 643, 0, 0, _binary 0x0000000000000000), + (1152, 'Dynamis_Effigy', 94, _binary 0x0000230400000000000000000000000000000000, 4, 4, 12, 240, 8, 1, 18, 1, 0, 7, 641, 0, 0, _binary 0x6161616169610063), + (1153, 'Dynamis_Icon', 95, _binary 0x0000250400000000000000000000000000000000, 4, 4, 12, 240, 16, 1, 18, 1, 0, 7, 129, 0, 0, _binary 0x6161616169610063), + (1154, 'Dynamis_Lord', 225, _binary 0x0600F80200000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 0, 1, 0, 6, 135, 0, 0, _binary 0x0000000000000000), + (1155, 'Dynamis_Statue', 92, _binary 0x0000270400000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 18, 1, 0, 7920, 135, 0, 0, _binary 0x1010101010105700), + (1156, 'Dynamis_Tombstone', 93, _binary 0x0000210400000000000000000000000000000000, 5, 5, 11, 240, 16, 1, 18, 1, 0, 5319, 129, 0, 0, _binary 0x7070707074701662), + (1157, 'Dynamo_Cluster', 68, _binary 0x0000220100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1158, 'Eald_narche', 150, _binary 0x0000080300000000000000000000000000000000, 4, 1, 9, 240, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1159, 'Earth_Eater', 258, _binary 0x0000A90100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 0, 0, 0, 233, 1155, 0, 0, _binary 0x6161616169610063), + (1160, 'Earth_Elemental', 101, _binary 0x00000B0000000000000000000000000000000000, 4, 5, 12, 240, 32, 0, 0, 0, 0, 508, 1155, 0, 0, _binary 0x007F000000000000), + (1161, 'Earth_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 48, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1162, 'Earth_Mover', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1163, 'Earth_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 1, 0, 0, 0, 177, 1159, 0, 0, _binary 0x7070707074701662), + (1164, 'Eastern_Shadow', 223, _binary 0x0000280200000000000000000000000000000000, 11, 1, 4, 360, 6, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1165, 'Eastern_Sphinx', 179, _binary 0x0000920100000000000000000000000000000000, 1, 4, 7, 360, 1, 0, 0, 0, 0, 778, 1157, 0, 0, _binary 0x0000000000000000), + (1166, 'Eastern_Spriggan', 223, _binary 0x00001A0200000000000000000000000000000000, 8, 8, 2, 360, 192, 1, 0, 0, 0, 79, 1155, 0, 0, _binary 0x0000000000000000), + (1167, 'Ea_Tho_Cruelheart', 202, _binary 0x00004C0800000000000000000000000000000000, 8, 8, 2, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1168, 'Ea_Zhu_Tremorcrag', 200, _binary 0x00009F0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1169, 'Eba', 115, _binary 0x05000B0400000000000000000000000000000000, 8, 8, 7, 240, 192, 0, 2, 0, 32, 2361, 1565, 0, 0, _binary 0x0000000000000000), + (1170, 'Ebony_Pudding', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 129, 0, 0, 0, 0, 59, 1155, 0, 0, _binary 0x6161616169610063), + (1171, 'Eccentric_Eve', 186, _binary 0x00007F0100000000000000000000000000000000, 1, 1, 6, 200, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1172, 'Eclipse_Demon', 169, _binary 0x0000AD0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 72, 1155, 0, 0, _binary 0x0000000000000000), + (1173, 'Ectozoon', 258, _binary 0x0000058090000000000000000000000000000000, 4, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1174, 'Edacious_Opo-opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1175, 'Edible_Slug', 231, _binary 0x0000E50700000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 819, 1667, 0, 0, _binary 0x0000000000000000), + (1176, 'Edifier', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1177, 'Edonus', 126, _binary 0x0000130100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1178, 'Effigy_Prototype', 94, _binary 0x0000220400000000000000000000000000000000, 1, 1, 12, 240, 16, 1, 2, 1, 0, 7, 1153, 0, 0, _binary 0x0000000000000000), + (1179, 'Effigy_Shield', 202, _binary 0x00001D0400000000000000000000000000000000, 1, 1, 7, 265, 8, 1, 0, 1, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1180, 'Effluvial_Grenade', 247, _binary 0x0000000700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1181, 'Eft', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 8, 1, 1, 0, 0, 496, 1155, 0, 0, _binary 0x0000000000000000), + (1182, 'Eidolic_Qufeel_Ja', 176, _binary 0x0600530600000000000000000000000000000000, 13, 13, 10, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1183, 'Eight_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 958, 1155, 0, 0, _binary 0x6161616169610063), + (1184, 'Eight_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 245, 1155, 0, 0, _binary 0x7070707074701662), + (1185, 'Eight_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 483, 1155, 0, 0, _binary 0x1010101010105700), + (1186, 'Eight_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 1670, 1155, 0, 0, _binary 0x0000000000000000), + (1187, 'Einherjar_Brei', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 133, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1188, 'Einherjar_Eater', 258, _binary 0x0000AA0100000000000000000000000000000000, 4, 5, 7, 240, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1189, 'Ekimmu', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 562, 131, 0, 0, _binary 0x6161616169610063), + (1190, 'Eldertaur', 240, _binary 0x00004F0500000000000000000000000000000000, 3, 7, 7, 240, 13, 1, 16, 0, 0, 4255, 1153, 0, 0, _binary 0x1010101010105700), + (1191, 'Elder_Goobbue', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 2, 1, 0, 0, 0, 5255, 1157, 0, 0, _binary 0x0000000000000000), + (1192, 'Elder_Quadav', 202, _binary 0x0000450800000000000000000000000000000000, 1, 1, 2, 265, 2, 1, 0, 0, 0, 709, 131, 0, 0, _binary 0x0000000000000000), + (1193, 'Elder_Treant', 245, _binary 0x0000550100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 502, 1155, 0, 0, _binary 0x0000000000000000), + (1194, 'Eldhrimnir', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 220, 32, 0, 2, 0, 0, 2203, 1155, 0, 0, _binary 0x7070707074701662), + (1195, 'Electrumcap', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 1, 0, 0, 449, 1155, 0, 0, _binary 0x0000000000000000), + (1196, 'Elel', 74, _binary 0x0000530500000000000000000000000000000000, 4, 4, 12, 290, 192, 0, 2, 0, 0, 186, 1157, 0, 0, _binary 0x6161616169610063), + (1197, 'Elemental_Gyves', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1198, 'Elivira', 149, _binary 0x01001A0200104920493049404950B96000705580, 11, 11, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1199, 'Elixmix_Hooknose', 133, _binary 0x0000420400000000000000000000000000000000, 5, 5, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1200, 'Ellylldan', 82, _binary 0x0000C40800000000000000000000000000000000, 1, 1, 11, 240, 25, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1201, 'Ellyllon', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1202, 'Else', 149, _binary 0x01000402DE10DA20DA30DA40DA50726100700000, 14, 5, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1203, 'Elusive_Edwin', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1204, 'Elvaanlopper_Grokdok', 189, _binary 0x0000170400000000000000000000000000000000, 12, 1, 2, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1205, 'Elvaansticker_Bxafraff', 189, _binary 0x0000180400000000000000000000000000000000, 14, 14, 1, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1206, 'Elvaan_Automaton', 145, _binary 0x0500D50400000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 2, 0, 0, 6345, 1155, 0, 0, _binary 0x0000000000000000), + (1207, 'Emerald_Quadav', 202, _binary 0x00009B0200000000000000000000000000000000, 5, 5, 4, 265, 2, 1, 0, 0, 0, 659, 1155, 0, 0, _binary 0x7070707074701662), + (1208, 'Emergent_Elm', 245, _binary 0x0000870100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1209, 'Empathic_Flan', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1210, 'Emperador_de_Altepa', 212, _binary 0x0000740100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1211, 'Emperor_Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 380, 0, 1, 0, 0, 0, 1089, 1157, 0, 0, _binary 0x0000000000000000), + (1212, 'Empousa', 0, _binary 0x0000630800000000000000000000000000000000, 8, 5, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1213, 'Enagakure', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 2278, 1155, 0, 0, _binary 0x6161616169610063), + (1214, 'Enchanted_Bones', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 413, 1153, 0, 0, _binary 0x0000000000000000), + (1215, 'Energetic_Eruca', 108, _binary 0x0000960100000000000000000000000000000000, 1, 1, 11, 240, 132, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1216, 'Enhanced_Ahriman', 4, _binary 0x0000080100000000000000000000000000000000, 4, 4, 12, 240, 136, 1, 2, 0, 0, 187, 1157, 0, 0, _binary 0x6161616169610063), + (1217, 'Enhanced_Akbaba', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1218, 'Enhanced_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 8, 8, 7, 240, 13, 1, 2, 0, 0, 4109, 1157, 0, 0, _binary 0x0000000000000000), + (1219, 'Enhanced_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 2, 0, 0, 107, 1153, 0, 0, _binary 0x0000000000000000), + (1220, 'Enhanced_Jelly', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 133, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1221, 'Enhanced_Kettenkaefer', 49, _binary 0x0000980100000000000000000000000000000000, 8, 8, 7, 240, 13, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1222, 'Enhanced_Koenigstiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1223, 'Enhanced_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 2679, 1157, 0, 0, _binary 0x0000000000000000), + (1224, 'Enhanced_Makara', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1225, 'Enhanced_Mandragora', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 129, 1, 0, 0, 0, 2497, 1669, 0, 0, _binary 0x0000000000000000), + (1226, 'Enhanced_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 2357, 1157, 0, 0, _binary 0x0000000000000000), + (1227, 'Enhanced_Pygmaioi', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1228, 'Enhanced_Salamander', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 240, 133, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1229, 'Enhanced_Slime', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 133, 1, 0, 0, 0, 2723, 1157, 0, 0, _binary 0x0000000000000000), + (1230, 'Enhanced_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 4478, 1157, 0, 0, _binary 0x0000000000000000), + (1231, 'Enhanced_Vulture', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 2, 0, 0, 912, 1157, 0, 0, _binary 0x0000000000000000), + (1232, 'Enigmatic_Sphere', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1233, 'Enkelados', 126, _binary 0x0000800200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 2, 0, 32, 5749, 1181, 0, 0, _binary 0x0000000000000000), + (1234, 'Enkidu', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 1, 0, 0, 449, 1155, 0, 0, _binary 0x0000000000000000), + (1235, 'Enna-enna', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 343, 1667, 0, 0, _binary 0x0000000000000000), + (1236, 'Entozoon', 258, _binary 0x0000058090000000000000000000000000000000, 4, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1237, 'Envier', 78, _binary 0x0000730400000000000000000000000000000000, 1, 1, 8, 240, 13, 1, 16, 0, 0, 1298, 1157, 0, 0, _binary 0x0000000000000000), + (1238, 'Eotyrannus', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 2, 0, 0, 0, 0, 132, 1155, 0, 0, _binary 0x0000000000000000), + (1239, 'Eo_aern', 3, _binary 0x0000570500000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1240, 'Eo_euvhi', 109, _binary 0x00000E0200000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1241, 'Eo_ghrah', 122, _binary 0x0600890400000000000000000000000000000000, 1, 1, 7, 220, 129, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1242, 'Eo_zdei', 272, _binary 0x0000850400000000000000000000000000000000, 1, 1, 7, 240, 9, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1243, 'Ephemeral_Amoeban', 0, _binary 0x00005C0900000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1244, 'Ephemeral_Clionid', 0, _binary 0x00004C0900000000000000000000000000000000, 4, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1245, 'Ephemeral_Limule', 0, _binary 0x00004D0900000000000000000000000000000000, 4, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1246, 'Ephemeral_Murex', 0, _binary 0x00005D0900000000000000000000000000000000, 4, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1247, 'Ephramadian_Shade', 115, _binary 0x0500690700000000000000000000000000000000, 2, 2, 1, 240, 6, 0, 0, 0, 0, 350, 1667, 0, 0, _binary 0x0000000000000000), + (1248, 'Epialtes', 126, _binary 0x0000800200000000000000000000000000000000, 1, 1, 6, 240, 1, 1, 2, 0, 32, 218, 1179, 0, 0, _binary 0x0000000000000000), + (1249, 'Eraser', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 0, 0, 33, 0, 0, 0, 0, 1393, 1157, 0, 0, _binary 0x0000000000000000), + (1250, 'Erdgeist', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 192, 1, 16, 0, 0, 561, 3203, 0, 0, _binary 0x6161616169610063), + (1251, 'Eremix_Snottynostril', 133, _binary 0x0000420400000000000000000000000000000000, 4, 4, 11, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1252, 'Ereshkigal', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1253, 'Ergdrake', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1254, 'Eriri_Samariri', 196, _binary 0x0000150700000000000000000000000000000000, 4, 4, 5, 150, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1255, 'Erlik', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 193, 1155, 0, 0, _binary 0x6161616169610063), + (1256, 'Ermit_Imp', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1257, 'Esbat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 1, 0, 0, 396, 1667, 0, 0, _binary 0x0000000000000000), + (1258, 'Escarp_Murex', 0, _binary 0x00005D0900000000000000000000000000000000, 4, 5, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1259, 'Es_euvhi', 0, _binary 0x0000000000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1260, 'Etemmu', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 555, 1155, 0, 0, _binary 0x6161616169610063), + (1261, 'Eurymedon', 126, _binary 0x0000800200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1262, 'Eurytos', 126, _binary 0x0000830200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 32, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1263, 'Evil_Armory', 111, _binary 0x0000DE0100000000000000000000000000000000, 5, 5, 3, 240, 145, 1, 2, 0, 0, 2887, 1671, 0, 0, _binary 0x7070707074701662), + (1264, 'Evil_Eye', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 3, 0, 0, 0, 0, 1104, 1155, 0, 0, _binary 0x6161616169610063), + (1265, 'Evil_Oscar', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 8, 1, 10, 0, 32, 1642, 1183, 0, 0, _binary 0x0000000000000000), + (1266, 'Evil_Spirit', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 0, 0, 0, 292, 1155, 0, 0, _binary 0x6161616169610063), + (1267, 'Evil_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 1294, 1667, 0, 0, _binary 0x0000000000000000), + (1268, 'Excaliace', 145, _binary 0x01000903AC10A720A730A740A750000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1269, 'Executioner_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 3, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1270, 'Exoplates', 236, _binary 0x0000090300000000000000000000000000000000, 1, 1, 7, 240, 16, 0, 16, 0, 0, 6951, 1155, 0, 0, _binary 0x0000000000000000), + (1271, 'Exoray', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 310, 1157, 0, 0, _binary 0x0000000000000000), + (1272, 'Experimental_Lamia', 310, _binary 0x0000800600000000000000000000000000000000, 17, 17, 11, 240, 8, 0, 2, 3, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1273, 'Experimental_Poroggo', 196, _binary 0x0000130700000000000000000000000000000000, 4, 4, 5, 150, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1274, 'Experimental_Undead', 115, _binary 0x0500520700000000000000000000000000000000, 6, 6, 2, 240, 129, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1275, 'Explosure', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 451, 1153, 0, 0, _binary 0x0000000000000000), + (1276, 'Expunger', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 192, 1, 32, 0, 0, 15, 131, 0, 0, _binary 0x0000000000000000), + (1277, 'Eyy_Mon_the_Ironbreaker', 270, _binary 0x00004C0200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1278, 'Fachan', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 136, 1, 1, 0, 0, 131, 131, 0, 0, _binary 0x6161616169610063), + (1279, 'Faerie', 195, _binary 0x0000EE0700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1280, 'Fafnir', 260, _binary 0x00000F0300000000000000000000000000000000, 1, 1, 7, 240, 24, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1281, 'Fairy_Ring', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1282, 'Falcatus_Aranei', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1283, 'Fallen_Evacuee', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 350, 129, 0, 0, _binary 0x0000000000000000), + (1284, 'Fallen_Imperial', 115, _binary 0x05006E0700000000000000000000000000000000, 8, 8, 5, 240, 224, 6, 0, 0, 0, 239, 131, 0, 0, _binary 0x0000000000000000), + (1285, 'Fallen_Imperial_Trooper', 0, _binary 0x0000000000000000000000000000000000000000, 8, 8, 3, 240, 6, 0, 0, 0, 0, 239, 131, 0, 0, _binary 0x0000000000000000), + (1286, 'Fallen_Imperial_Wizard', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 0, 0, 0, 239, 131, 0, 0, _binary 0x6161616169610063), + (1287, 'Fallen_Knight', 227, _binary 0x00003C0200000000000000000000000000000000, 8, 8, 8, 240, 6, 0, 0, 0, 0, 601, 131, 0, 0, _binary 0x0000000000000000), + (1288, 'Fallen_Mage', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 156, 133, 0, 0, _binary 0x6161616169610063), + (1289, 'Fallen_Major', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 135, 133, 0, 0, _binary 0x0000000000000000), + (1290, 'Fallen_Officer', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 249, 131, 0, 0, _binary 0x0000000000000000), + (1291, 'Fallen_Soldier', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 114, 131, 0, 0, _binary 0x0000000000000000), + (1292, 'Fallen_Volunteer', 115, _binary 0x05006D0700000000000000000000000000000000, 1, 1, 3, 240, 192, 0, 0, 0, 0, 243, 131, 0, 0, _binary 0x0000000000000000), + (1293, 'Falsespinner_Bhudbrodd', 189, _binary 0x0000020800000000000000000000000000000000, 2, 2, 1, 240, 13, 1, 2, 0, 32, 27, 669, 0, 0, _binary 0x0000000000000000), + (1294, 'Faluuya', 149, _binary 0x05005B0700000000000000000000000000000000, 6, 6, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1295, 'Fantasma', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 155, 131, 0, 0, _binary 0x6161616169610063), + (1296, 'Fantoccini', 149, _binary 0x0500D20400000000000000000000000000000000, 1, 1, 0, 240, 0, 1, 16, 0, 0, 8160, 131, 0, 0, _binary 0x0000000000000000), + (1297, 'Fantoccini_Automaton', 28, _binary 0x0600B90700000000000000000000000000000000, 1, 1, 5, 320, 128, 0, 2, 0, 0, 1712, 2179, 0, 0, _binary 0x0000000000000000), + (1298, 'Fantoccini_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 153, 0, 0, 0, 0, 6651, 131, 0, 0, _binary 0x6161616169610063), + (1299, 'Fantoccini_Monster', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 128, 1, 0, 0, 0, 2316, 2177, 0, 0, _binary 0x0000000000000000), + (1300, 'Fantoccini_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1301, 'Farfadet', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1302, 'Farlarder_the_Shrewd', 246, _binary 0x0600B00600000000000000000000000000000000, 2, 2, 1, 230, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1303, 'Father_Frost', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 32, 79, 671, 0, 0, _binary 0x0000000000000000), + (1304, 'Fatty_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (1305, 'Faunus_Wyvern', 266, _binary 0x0000C50800000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1306, 'Faust', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 6, 240, 33, 0, 2, 0, 32, 4640, 157, 0, 0, _binary 0x0000000000000000), + (1307, 'Fay', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 7, 240, 73, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1308, 'Faygorger_Ram', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1309, 'Faygorger_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1310, 'Faytrapper_Vashgash', 189, _binary 0x0000F60700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1311, 'Fear_Dearg', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1312, 'Fear_Gorta', 52, _binary 0x0000710100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1313, 'Febrenard_C_Brunnaut', 145, _binary 0x01000C03A4104520A430A440A45020611C700000, 7, 3, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1314, 'Federation_Dispenser', 151, _binary 0x0100020789108920513089405150F961F9710080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1315, 'Federation_Garrison', 153, _binary 0x0100010500000320033003400350C26000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1316, 'Federation_Infantry', 153, _binary 0x01000D0512101420143014401450316100000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1317, 'Feeblescheme_Bhogbigg', 189, _binary 0x0000190400000000000000000000000000000000, 4, 4, 5, 240, 13, 1, 2, 0, 32, 134, 157, 0, 0, _binary 0x6161616169610063), + (1318, 'Feeler_Antlion', 26, _binary 0x0000430500000000000000000000000000000000, 1, 1, 3, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1319, 'Feeorin', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 7, 240, 73, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1320, 'Fee_Jugu_the_Ramfist', 270, _binary 0x0000440200000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1321, 'Feldrautte_I_Rouhent', 145, _binary 0x010004037210722072300D400D50556100700080, 2, 2, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1322, 'Fenrir_Prime', 36, _binary 0x0000180300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 0, 32, 1417, 155, 0, 0, _binary 0x0000000000000000), + (1323, 'Ferocious_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1324, 'Ferreous_Coffin', 146, _binary 0x0100090845104520453045404550336100700000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (1325, 'Ferroalloy_Quadav', 202, _binary 0x00004C0800000000000000000000000000000000, 8, 8, 2, 265, 128, 1, 0, 0, 0, 457, 131, 0, 0, _binary 0x0000000000000000), + (1326, 'Ferrocrab', 77, _binary 0x0000650100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 6, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1327, 'Festive_Firedrake', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1328, 'Fetid_Flesh', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 6, 0, 0, 0, 0, 283, 131, 0, 0, _binary 0x0000000000000000), + (1329, 'Feu_Follet', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 724, 133, 0, 0, _binary 0x0000000000000000), + (1330, 'Fe_e', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 10, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1331, 'Field_Musician_Guard', 149, _binary 0x010002020510D320D330D340D350FE61FE710000, 19, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1332, 'Field_Woundpatcher', 149, _binary 0x010007027C107820443017401750E96000700080, 3, 5, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (1333, 'Fiendish_Leechkeeper', 165, _binary 0x0000BC0800000000000000000000000000000000, 20, 5, 4, 240, 9, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1334, 'Fierce_Smilodon', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 355, 131, 0, 0, _binary 0x0000000000000000), + (1335, 'Fighting_Flan', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 0, 0, 0, 11, 131, 0, 0, _binary 0x6161616169610063), + (1336, 'Fighting_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1337, 'Fighting_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 5608, 133, 0, 0, _binary 0x0000000000000000), + (1338, 'Fighting_Smilodon', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 133, 131, 0, 0, _binary 0x0000000000000000), + (1339, 'Fingerfilcher_Dradzad', 189, _binary 0x0000F40700000000000000000000000000000000, 19, 1, 2, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1340, 'Firedrake', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 291, 129, 0, 0, _binary 0x0000000000000000), + (1341, 'Fire_Elemental', 102, _binary 0x0000080000000000000000000000000000000000, 4, 5, 12, 240, 32, 0, 0, 0, 0, 1934, 131, 0, 0, _binary 0x7F00000000000000), + (1342, 'Fire_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 48, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1343, 'Fire_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 1, 0, 0, 0, 7, 135, 0, 0, _binary 0x7070707074701662), + (1344, 'Fire_Pukis', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 1, 2, 0, 0, 924, 135, 0, 0, _binary 0x0000000000000000), + (1345, 'First_Rampart', 209, _binary 0x00001A0700000000000000000000000000000000, 1, 1, 7, 320, 25, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1346, 'Fir_Bholg', 115, _binary 0x0500F40300000000000000000000000000000000, 7, 7, 1, 240, 193, 1, 2, 0, 0, 507, 131, 0, 0, _binary 0x0000000000000000), + (1347, 'Fishtrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 4, 0, 0, 2370, 131, 0, 0, _binary 0x0000000000000000), + (1348, 'Fistule', 0, _binary 0x0000260100000000000000000000000000000000, 9, 9, 5, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1349, 'Five_Moons', 146, _binary 0x010009081A103420343034403450C66000700000, 8, 8, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1350, 'Five_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 47, 131, 0, 0, _binary 0x6161616169610063), + (1351, 'Five_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 1590, 131, 0, 0, _binary 0x7070707074701662), + (1352, 'Five_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 2027, 131, 0, 0, _binary 0x1010101010105700), + (1353, 'Five_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 99, 131, 0, 0, _binary 0x0000000000000000), + (1354, 'Flamecaller_Zoeqdoq', 189, _binary 0x0000190400000000000000000000000000000000, 4, 4, 5, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1355, 'Flamedrake', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 27, 133, 0, 0, _binary 0x0000000000000000), + (1356, 'Flames_of_Muspelheim', 68, _binary 0x0000230100000000000000000000000000000000, 1, 1, 5, 240, 25, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1357, 'Flame_Eruca', 107, _binary 0x0000960100000000000000000000000000000000, 1, 1, 11, 240, 132, 1, 0, 0, 0, 11, 131, 0, 0, _binary 0x0000000000000000), + (1358, 'Flame_Giant', 38, _binary 0x0000190300000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1359, 'Flame_Skimmer', 113, _binary 0x0000C10100000000000000000000000000000000, 6, 6, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1360, 'Flamingo', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 1, 0, 0, 311, 131, 0, 0, _binary 0x0000000000000000), + (1361, 'Flammen-Brenner', 236, _binary 0x0000220500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1362, 'Flauros', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 5, 240, 1, 0, 2, 0, 32, 1696, 155, 0, 0, _binary 0x0000000000000000), + (1363, 'Flayer_Franz', 258, _binary 0x0000A90100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1364, 'Fledermaus', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 1, 0, 0, 510, 129, 0, 0, _binary 0x0000000000000000), + (1365, 'Fleetfingered_Mobel_Ja', 176, _binary 0x0600480600000000000000000000000000000000, 6, 6, 9, 280, 12, 1, 0, 0, 32, 8, 155, 0, 0, _binary 0x0000000000000000), + (1366, 'Fleshcraver', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 100, 133, 0, 0, _binary 0x0000000000000000), + (1367, 'Fleshflayer_Killakriq', 133, _binary 0x0000B80200000000000000000000000000000000, 6, 4, 3, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1368, 'Fleshgnasher', 131, _binary 0x0000DC0700000000000000000000000000000000, 6, 6, 2, 150, 8, 0, 2, 0, 0, 195, 149, 0, 0, _binary 0x0000000000000000), + (1369, 'Flesh_Eater', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x6161616169610063), + (1370, 'Floating_Eye', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 3, 1, 0, 0, 0, 186, 129, 0, 0, _binary 0x6161616169610063), + (1371, 'Floe_Amoeban', 0, _binary 0x00005C0900000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1372, 'Flux_Flan', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1373, 'Flying_Manta', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 191, 131, 0, 0, _binary 0x0000000000000000), + (1374, 'Flying_Spear', 110, _binary 0x0000A70100000000000000000000000000000000, 5, 5, 3, 240, 145, 1, 2, 0, 0, 2712, 131, 0, 0, _binary 0x7070707074701662), + (1375, 'Flytrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 1, 0, 0, 152, 131, 0, 0, _binary 0x0000000000000000), + (1376, 'Fly_Agaric', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1377, 'Fodderchief_Vokdek', 189, _binary 0x0000660200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 18, 0, 32, 3559, 157, 0, 0, _binary 0x0000000000000000), + (1378, 'Fogweaver_Mozzfuzz', 189, _binary 0x0000F10300000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 32, 1831, 155, 0, 0, _binary 0x6161616169610063), + (1379, 'Fomorian_Spear', 110, _binary 0x0000A70100000000000000000000000000000000, 1, 1, 8, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1380, 'Fomor_Bard', 115, _binary 0x05000E0400000000000000000000000000000000, 10, 10, 3, 240, 192, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (1381, 'Fomor_Beastmaster', 115, _binary 0x0500120400000000000000000000000000000000, 9, 9, 5, 240, 192, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (1382, 'Fomor_Black_Mage', 115, _binary 0x0500060400000000000000000000000000000000, 4, 4, 11, 240, 192, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1383, 'Fomor_Dark_Knight', 115, _binary 0x05000A0400000000000000000000000000000000, 8, 8, 7, 240, 192, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1384, 'Fomor_Dragoon', 115, _binary 0x0500F60300000000000000000000000000000000, 14, 14, 8, 240, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (1385, 'Fomor_Monk', 115, _binary 0x0500040400000000000000000000000000000000, 2, 2, 1, 240, 192, 1, 0, 0, 0, 26, 131, 0, 0, _binary 0x0000000000000000), + (1386, 'Fomor_Ninja', 115, _binary 0x05000C0400000000000000000000000000000000, 13, 13, 9, 240, 192, 1, 0, 0, 0, 26, 3, 0, 0, _binary 0x0000000000000000), + (1387, 'Fomor_Paladin', 115, _binary 0x0500100400000000000000000000000000000000, 7, 7, 3, 240, 192, 1, 0, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (1388, 'Fomor_Ranger', 115, _binary 0x0500000400000000000000000000000000000000, 11, 11, 2, 240, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (1389, 'Fomor_Red_Mage', 115, _binary 0x0500080400000000000000000000000000000000, 5, 5, 3, 240, 192, 1, 0, 0, 0, 131, 3, 0, 0, _binary 0x7070707074701662), + (1390, 'Fomor_Samurai', 115, _binary 0x0500F40300000000000000000000000000000000, 12, 12, 10, 240, 192, 1, 0, 0, 0, 26, 131, 0, 0, _binary 0x0000000000000000), + (1391, 'Fomor_Summoner', 115, _binary 0x0500020400000000000000000000000000000000, 15, 15, 12, 240, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (1392, 'Fomor_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 153, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1393, 'Fomor_s_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1394, 'Fomor_s_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1395, 'Fomor_s_Elemental', 101, _binary 0x00000B0000000000000000000000000000000000, 4, 5, 12, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1396, 'Fomor_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1397, 'Fomor_Thief', 115, _binary 0x0500FE0300000000000000000000000000000000, 6, 6, 2, 240, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (1398, 'Fomor_Warrior', 115, _binary 0x0500FC0300000000000000000000000000000000, 1, 1, 6, 240, 192, 1, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (1399, 'Foo_Peku_the_Bloodcloak', 270, _binary 0x00003A0400000000000000000000000000000000, 12, 1, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1400, 'Forbidding_Koheel_Ja', 176, _binary 0x0600440600000000000000000000000000000000, 6, 6, 9, 280, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1401, 'Foreseer_Oramix', 133, _binary 0x0000ED0100000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 2, 0, 32, 258, 157, 0, 0, _binary 0x1010101010105700), + (1402, 'Forester_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1403, 'Forest_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 443, 129, 0, 0, _binary 0x0000000000000000), + (1404, 'Forest_Hare', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 385, 129, 0, 0, _binary 0x0000000000000000), + (1405, 'Forest_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 559, 641, 0, 0, _binary 0x0000000000000000), + (1406, 'Forest_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1407, 'Forger', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 5, 240, 33, 0, 2, 0, 0, 1422, 131, 0, 0, _binary 0x0000000000000000), + (1408, 'Fortification', 237, _binary 0x00002C0600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 32, 0, 0, 32768, 3, 0, 0, _binary 0x0000000000000000), + (1409, 'Fosse_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (1410, 'Fossil_Quadav', 202, _binary 0x0000890200000000000000000000000000000000, 1, 1, 2, 265, 129, 1, 0, 0, 0, 1247, 131, 0, 0, _binary 0x0000000000000000), + (1411, 'Fossorial_Flea', 64, _binary 0x0000D30600000000000000000000000000000000, 6, 6, 2, 150, 3, 0, 0, 0, 0, 355, 2691, 0, 0, _binary 0x0000000000000000), + (1412, 'Foul_Meat', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 6, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1413, 'Fourth_Rampart', 209, _binary 0x00001A0700000000000000000000000000000000, 1, 1, 7, 320, 25, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1414, 'Fourth_Spitewarden', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1415, 'Four_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 46, 131, 0, 0, _binary 0x6161616169610063), + (1416, 'Four_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 125, 131, 0, 0, _binary 0x7070707074701662), + (1417, 'Four_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 509, 131, 0, 0, _binary 0x1010101010105700), + (1418, 'Four_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 60, 131, 0, 0, _binary 0x0000000000000000), + (1419, 'Fox_Fire', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 493, 131, 0, 0, _binary 0x0000000000000000), + (1420, 'Fradubio', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 2, 0, 32, 7104, 157, 0, 0, _binary 0x0000000000000000), + (1421, 'Fraelissa', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1422, 'Freke', 62, _binary 0x0000010700000000000000000000000000000000, 8, 8, 7, 380, 137, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1423, 'Freshwater_Trepang', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1424, 'Freybug', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 12, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1425, 'Friar_Rush', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 5, 240, 33, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1426, 'Friar_s_Lantern', 56, _binary 0x0000180100000000000000000000000000000000, 4, 5, 11, 240, 33, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1427, 'Frigatebird', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1428, 'Frog_Prince', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1429, 'Frostmane', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1430, 'Frost_Bomb_Mk-II', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1431, 'Frost_Gigas', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 1, 1, 240, 1, 1, 0, 0, 0, 502, 131, 0, 0, _binary 0x0000000000000000), + (1432, 'Frost_Lizard', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 192, 133, 0, 0, _binary 0x0000000000000000), + (1433, 'Frozen_Bones', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 7, 240, 192, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1434, 'Fuath', 0, _binary 0x0000F00700000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1435, 'Fulminator', 82, _binary 0x0000C40800000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 436, 131, 0, 0, _binary 0x0000000000000000), + (1436, 'Fulmotondro', 320, _binary 0x00001E0300000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1437, 'Funereal_Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1438, 'Fungus_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 3, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1439, 'Funnel_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 1, 8, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1440, 'Funnel_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 133, 643, 0, 0, _binary 0x0000000000000000), + (1441, 'Furies', 47, _binary 0x0000040100000000000000000000000000000000, 6, 8, 3, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1442, 'Fusty_Gnole', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 184, 131, 0, 0, _binary 0x0000000000000000), + (1443, 'Fyuu_the_Seabellow', 213, _binary 0x00003A0500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1444, 'Gabblox_Magpietongue', 133, _binary 0x00003F0400000000000000000000000000000000, 5, 5, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1445, 'Gadfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 925, 643, 0, 0, _binary 0x0000000000000000), + (1446, 'Gaizkin', 86, _binary 0x0000410100000000000000000000000000000000, 12, 12, 10, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1447, 'Gaki', 169, _binary 0x0000E70200000000000000000000000000000000, 4, 4, 10, 240, 1, 1, 18, 0, 0, 33, 131, 0, 0, _binary 0x6161616169610063), + (1448, 'Gakke', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1449, 'Galarhigg', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 6, 240, 137, 0, 16, 0, 32, 237, 157, 0, 0, _binary 0x0000000000000000), + (1450, 'Gale_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 64, 1027, 643, 0, 0, _binary 0x0000000000000000), + (1451, 'Galgalim', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 1, 16, 0, 0, 1961, 135, 0, 0, _binary 0x6161616169610063), + (1452, 'Galkan_Automaton', 146, _binary 0x0500E50400000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 0, 0, 0, 2397, 131, 0, 0, _binary 0x0000000000000000), + (1453, 'Galkarider_Retzpratz', 189, _binary 0x0000160400000000000000000000000000000000, 11, 1, 9, 240, 16, 1, 0, 0, 32, 46, 159, 0, 0, _binary 0x0000000000000000), + (1454, 'Gallinipper', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 2, 1, 1, 0, 0, 645, 131, 0, 0, _binary 0x0000000000000000), + (1455, 'Gamayun', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1456, 'Gambilox_Wanderling', 133, _binary 0x0000FD0100000000000000000000000000000000, 1, 1, 3, 240, 1, 1, 2, 0, 32, 4662, 155, 0, 0, _binary 0x0000000000000000), + (1457, 'Gangly_Gean', 0, _binary 0x00008A0100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1458, 'Ganmuul', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1459, 'Gardsvor', 235, _binary 0x0000380100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1460, 'Garfurlar_the_Rabid', 246, _binary 0x0600AC0600000000000000000000000000000000, 5, 5, 4, 230, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1461, 'Gargantua', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1462, 'Gargouille', 118, _binary 0x0000B10800000000000000000000000000000000, 1, 6, 3, 240, 0, 1, 0, 0, 0, 471, 643, 0, 0, _binary 0x0000000000000000), + (1463, 'Gargoyle', 85, _binary 0x0000310100000000000000000000000000000000, 1, 1, 12, 240, 16, 0, 1, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (1464, 'Gargoyle-Iota', 83, _binary 0x0000310100000000000000000000000000000000, 7, 7, 12, 240, 16, 0, 2, 0, 0, 8177, 133, 0, 0, _binary 0x0000000000000000), + (1465, 'Gargoyle-Kappa', 83, _binary 0x0000310100000000000000000000000000000000, 7, 7, 12, 240, 16, 0, 2, 0, 0, 936, 133, 0, 0, _binary 0x0000000000000000), + (1466, 'Gargoyle-Lambda', 84, _binary 0x0000310100000000000000000000000000000000, 7, 5, 12, 240, 16, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1467, 'Gargoyle-Mu', 84, _binary 0x0000310100000000000000000000000000000000, 7, 5, 12, 240, 16, 0, 2, 0, 0, 1577, 133, 0, 0, _binary 0x0000000000000000), + (1468, 'Garharlor_the_Unruly', 246, _binary 0x0600AB0600000000000000000000000000000000, 11, 11, 5, 230, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1469, 'Garhorlur_the_Brutal', 246, _binary 0x0600990600000000000000000000000000000000, 7, 7, 2, 280, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1470, 'Gariri', 153, _binary 0x00100050647102D2047304740475049610070000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1471, 'Garm', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1472, 'Garnet_Quadav', 202, _binary 0x0000970200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 0, 0, 0, 72, 1155, 0, 0, _binary 0x1010101010105700), + (1473, 'Garuda_Prime', 37, _binary 0x00001C0300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1474, 'Gasharyad', 149, _binary 0x0500AA0700000000000000000000000000000000, 16, 16, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1475, 'Gasher', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1476, 'Gastornis', 125, _binary 0x0000500100000000000000000000000000000000, 1, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1477, 'Gate_Widow', 235, _binary 0x0000390100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1478, 'Gavotvut', 189, _binary 0x0000650200000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1479, 'Gawky_Gawain', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 4, 240, 1, 0, 2, 0, 32, 2171, 157, 0, 0, _binary 0x0000000000000000), + (1480, 'Gawper', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 0, 1, 0, 0, 0, 449, 131, 0, 0, _binary 0x6161616169610063), + (1481, 'Gazer', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 1, 0, 0, 185, 129, 0, 0, _binary 0x6161616169610063), + (1482, 'Ga_Bhu_Unvanquished', 202, _binary 0x00009B0200000000000000000000000000000000, 5, 5, 4, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1483, 'Ga_Dho_Softstep', 202, _binary 0x0000940200000000000000000000000000000000, 6, 6, 2, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1484, 'Ga_Fho_Venomtouch', 202, _binary 0x00001E0400000000000000000000000000000000, 3, 3, 3, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1485, 'Ga_Lhu_Nevermolt', 202, _binary 0x0000510800000000000000000000000000000000, 7, 7, 1, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1486, 'Geezard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 290, 133, 0, 0, _binary 0x0000000000000000), + (1487, 'Gefyrst', 0, _binary 0x0000670800000000000000000000000000000000, 5, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1488, 'Geier', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1489, 'Gelid_Bhoot', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 11, 240, 192, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1490, 'Gem_Heister_Roorooroon', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 12, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1491, 'Genbu', 277, _binary 0x0000970100000000000000000000000000000000, 7, 4, 7, 380, 16, 0, 2, 0, 32, 121, 157, 0, 0, _binary 0x0000610000000000), + (1492, 'General_Gadalar', 149, _binary 0x05009C0700000000000000000000000000000000, 4, 5, 7, 240, 0, 0, 0, 0, 32, 0, 155, 0, 0, _binary 0x6161616169610063), + (1493, 'General_Mihli', 151, _binary 0x05009F0700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 32, 4772, 541, 0, 0, _binary 0x0000000000000000), + (1494, 'General_Najelith', 149, _binary 0x05009D0700000000000000000000000000000000, 11, 1, 3, 240, 0, 0, 0, 0, 32, 5376, 537, 0, 0, _binary 0x0000000000000000), + (1495, 'General_Rughadjeen', 145, _binary 0x05009B0700000000000000000000000000000000, 7, 1, 4, 240, 0, 0, 0, 0, 32, 826, 157, 0, 0, _binary 0x0000000000000000), + (1496, 'General_Zazarg', 147, _binary 0x05009E0700000000000000000000000000000000, 2, 1, 1, 240, 0, 0, 0, 0, 32, 2630, 157, 0, 0, _binary 0x0000000000000000), + (1497, 'Generic_Doll', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 33, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1498, 'Gere', 62, _binary 0x0000010700000000000000000000000000000000, 8, 8, 7, 380, 136, 1, 8, 0, 32, 1117, 157, 0, 0, _binary 0x0000000000000000), + (1499, 'Gerhilde', 115, _binary 0x0500660700000000000000000000000000000000, 12, 12, 8, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1500, 'Gerjis', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1501, 'Gerwitz_s_Axe', 110, _binary 0x0000CD0100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1502, 'Gerwitz_s_Scythe', 110, _binary 0x0000DC0100000000000000000000000000000000, 8, 5, 7, 240, 33, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1503, 'Gerwitz_s_Soul', 121, _binary 0x0000700100000000000000000000000000000000, 4, 5, 12, 240, 6, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1504, 'Gerwitz_s_Sword', 110, _binary 0x0000C70100000000000000000000000000000000, 8, 8, 4, 240, 34, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1505, 'Gespenst', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 32, 0, 0, 14, 131, 0, 0, _binary 0x6161616169610063), + (1506, 'Gessho', 270, _binary 0x00003B0400000000000000000000000000000000, 13, 13, 2, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1507, 'Geush_Urvan', 57, _binary 0x00004D0500000000000000000000000000000000, 4, 2, 12, 360, 8, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1508, 'Geyser_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 290, 135, 0, 0, _binary 0x0000000000000000), + (1509, 'Ge_Dha_Evileye', 202, _binary 0x00009C0200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1510, 'Ghahnis', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1511, 'Ghast', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 191, 131, 0, 0, _binary 0x0000000000000000), + (1512, 'Ghayaraan', 149, _binary 0x0500AC0700000000000000000000000000000000, 16, 16, 3, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1513, 'Ghelsba_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 132, 129, 0, 0, _binary 0x0000000000000000), + (1514, 'Ghost', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 534, 131, 0, 0, _binary 0x6161616169610063), + (1515, 'Ghost_Clot', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 6, 240, 133, 1, 2, 0, 0, 7759, 135, 0, 0, _binary 0x0000000000000000), + (1516, 'Ghost_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1517, 'Ghoul', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (1518, 'Ghoul', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x6161616169610063), + (1519, 'Ghul-I-Beaban', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 1, 240, 12, 1, 16, 0, 32, 217, 157, 0, 0, _binary 0x6161616169610063), + (1520, 'Giant_Amoeba', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 2306, 641, 0, 0, _binary 0x0000000000000000), + (1521, 'Giant_Ascetic', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 3717, 131, 0, 0, _binary 0x0000000000000000), + (1522, 'Giant_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 343, 643, 0, 0, _binary 0x0000000000000000), + (1523, 'Giant_Beastmaster', 126, _binary 0x0000A30200000000000000000000000000000000, 9, 1, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1524, 'Giant_Bee', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 520, 641, 0, 0, _binary 0x0000000000000000), + (1525, 'Giant_Buffalo', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 8, 12, 360, 8, 0, 0, 0, 0, 399, 131, 0, 0, _binary 0x0000000000000000), + (1526, 'Giant_Gatekeeper', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1527, 'Giant_Grub', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 2, 0, 0, 0, 0, 2553, 131, 0, 0, _binary 0x6161616169610063), + (1528, 'Giant_Guard', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 178, 129, 0, 0, _binary 0x0000000000000000), + (1529, 'Giant_High_Ranger', 126, _binary 0x0000A50200000000000000000000000000000000, 11, 1, 11, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1530, 'Giant_Hunter', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 5140, 131, 0, 0, _binary 0x0000000000000000), + (1531, 'Giant_Lobber', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 1158, 129, 0, 0, _binary 0x0000000000000000), + (1532, 'Giant_Moa', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 5, 240, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1533, 'Giant_Monk', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1534, 'Giant_Orobon', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 136, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1535, 'Giant_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 217, 131, 0, 0, _binary 0x0000000000000000), + (1536, 'Giant_Ranger', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 11, 240, 1, 1, 0, 0, 0, 273, 131, 0, 0, _binary 0x0000000000000000), + (1537, 'Giant_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 238, 133, 0, 0, _binary 0x0000000000000000), + (1538, 'Giant_Sentry', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 1, 1, 240, 1, 1, 0, 0, 0, 1023, 129, 0, 0, _binary 0x0000000000000000), + (1539, 'Giant_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 388, 641, 0, 0, _binary 0x0000000000000000), + (1540, 'Giant_Trapper', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 5166, 131, 0, 0, _binary 0x0000000000000000), + (1541, 'Giant_Warrior', 126, _binary 0x0000D00200000000000000000000000000000000, 1, 1, 11, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1542, 'Gibberox_Pimplebeak', 133, _binary 0x00003F0400000000000000000000000000000000, 5, 5, 3, 240, 16, 1, 2, 0, 32, 139, 159, 0, 0, _binary 0x7070707074701662), + (1543, 'Giddeus_Bee', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 258, 641, 0, 0, _binary 0x0000000000000000), + (1544, 'Giddeus_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 336, 129, 0, 0, _binary 0x0000000000000000), + (1545, 'Giddy_Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 6, 6, 3, 225, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1546, 'Gidim', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 290, 129, 0, 0, _binary 0x6161616169610063), + (1547, 'Gieremund', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1548, 'Gigadaphnia', 0, _binary 0x00004D0900000000000000000000000000000000, 4, 4, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1549, 'Gigantobugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 300, 128, 0, 1, 0, 0, 376, 131, 0, 0, _binary 0x0000000000000000), + (1550, 'Gigaplasm', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 2, 0, 0, 8043, 135, 0, 0, _binary 0x0000000000000000), + (1551, 'Gigas_Beastmaster', 126, _binary 0x0000A70200000000000000000000000000000000, 9, 1, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1552, 'Gigas_Bonecutter', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 4455, 131, 0, 0, _binary 0x0000000000000000), + (1553, 'Gigas_Braver', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 11, 240, 8, 1, 0, 0, 0, 660, 131, 0, 0, _binary 0x0000000000000000), + (1554, 'Gigas_Butcher', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 296, 131, 0, 0, _binary 0x0000000000000000), + (1555, 'Gigas_Catapulter', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 8, 1, 0, 0, 0, 554, 131, 0, 0, _binary 0x0000000000000000), + (1556, 'Gigas_Clearcutter', 126, _binary 0x0000A30200000000000000000000000000000000, 11, 1, 11, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1557, 'Gigas_Cleaver', 126, _binary 0x0000130100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 0, 0, 0, 395, 131, 0, 0, _binary 0x0000000000000000), + (1558, 'Gigas_Deckhand', 126, _binary 0x00000F0100000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 351, 131, 0, 0, _binary 0x0000000000000000), + (1559, 'Gigas_Fighter', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 11, 240, 8, 1, 0, 0, 0, 712, 131, 0, 0, _binary 0x0000000000000000), + (1560, 'Gigas_Flanker', 126, _binary 0x0000130100000000000000000000000000000000, 1, 1, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1561, 'Gigas_Flesher', 126, _binary 0x0000130100000000000000000000000000000000, 9, 9, 5, 240, 0, 1, 0, 0, 0, 601, 131, 0, 0, _binary 0x0000000000000000), + (1562, 'Gigas_Flogger', 126, _binary 0x0000130100000000000000000000000000000000, 9, 9, 5, 240, 0, 1, 0, 0, 0, 976, 131, 0, 0, _binary 0x0000000000000000), + (1563, 'Gigas_Foreman', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 1428, 131, 0, 0, _binary 0x0000000000000000), + (1564, 'Gigas_Hallwatcher', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 11, 240, 1, 1, 0, 0, 0, 350, 131, 0, 0, _binary 0x0000000000000000), + (1565, 'Gigas_Helmsman', 126, _binary 0x0000130100000000000000000000000000000000, 9, 9, 5, 240, 8, 1, 0, 0, 0, 349, 131, 0, 0, _binary 0x0000000000000000), + (1566, 'Gigas_Hillrazer', 126, _binary 0x0000A20200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1567, 'Gigas_Hurler', 126, _binary 0x0000120100000000000000000000000000000000, 11, 11, 11, 240, 0, 1, 0, 0, 0, 502, 131, 0, 0, _binary 0x0000000000000000), + (1568, 'Gigas_Jack', 126, _binary 0x0000120100000000000000000000000000000000, 11, 11, 11, 240, 8, 1, 0, 0, 0, 304, 131, 0, 0, _binary 0x0000000000000000), + (1569, 'Gigas_Jailer', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 7910, 131, 0, 0, _binary 0x0000000000000000), + (1570, 'Gigas_Kettlemaster', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 1, 1, 240, 1, 1, 0, 0, 0, 627, 131, 0, 0, _binary 0x0000000000000000), + (1571, 'Gigas_Lopper', 126, _binary 0x0000130100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 0, 0, 0, 501, 131, 0, 0, _binary 0x0000000000000000), + (1572, 'Gigas_Marine', 126, _binary 0x0000130100000000000000000000000000000000, 1, 1, 6, 240, 8, 1, 0, 0, 0, 349, 131, 0, 0, _binary 0x0000000000000000), + (1573, 'Gigas_Martialist', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 7083, 131, 0, 0, _binary 0x0000000000000000), + (1574, 'Gigas_Mercenary', 126, _binary 0x0000C40200000000000000000000000000000000, 11, 11, 11, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1575, 'Gigas_Monk', 126, _binary 0x0000A40200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1576, 'Gigas_Overseer', 126, _binary 0x0000A50200000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1577, 'Gigas_Pelter', 126, _binary 0x0000120100000000000000000000000000000000, 11, 11, 11, 240, 0, 1, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (1578, 'Gigas_Pounder', 126, _binary 0x00000F0100000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (1579, 'Gigas_Punisher', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 453, 131, 0, 0, _binary 0x0000000000000000), + (1580, 'Gigas_Quarrier', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 460, 131, 0, 0, _binary 0x0000000000000000), + (1581, 'Gigas_Ranger', 126, _binary 0x0000A70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1582, 'Gigas_Sculptor', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 231, 131, 0, 0, _binary 0x0000000000000000), + (1583, 'Gigas_Slinger', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 8, 1, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (1584, 'Gigas_Slugger', 126, _binary 0x00000F0100000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 574, 131, 0, 0, _binary 0x0000000000000000), + (1585, 'Gigas_Spirekeeper', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 1, 240, 1, 1, 0, 0, 0, 152, 131, 0, 0, _binary 0x0000000000000000), + (1586, 'Gigas_Stonecarrier', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 1, 240, 1, 1, 0, 0, 0, 7572, 131, 0, 0, _binary 0x0000000000000000), + (1587, 'Gigas_Stonegrinder', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 3876, 131, 0, 0, _binary 0x0000000000000000), + (1588, 'Gigas_Stonemason', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 204, 131, 0, 0, _binary 0x0000000000000000), + (1589, 'Gigas_s_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1590, 'Gigas_s_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1591, 'Gigas_s_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1592, 'Gigas_s_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 12, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1593, 'Gigas_s_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1594, 'Gigas_s_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1595, 'Gigas_Torturer', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 283, 131, 0, 0, _binary 0x0000000000000000), + (1596, 'Gigas_Trebucket', 126, _binary 0x0000120100000000000000000000000000000000, 11, 11, 11, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1597, 'Gigas_Wallwatcher', 126, _binary 0x0000C40200000000000000000000000000000000, 1, 1, 1, 240, 1, 1, 0, 0, 0, 270, 131, 0, 0, _binary 0x0000000000000000), + (1598, 'Gigas_Warrior', 126, _binary 0x0000D00200000000000000000000000000000000, 1, 1, 11, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1599, 'Gigas_Warwolf', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 9, 5, 240, 8, 1, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (1600, 'Gigas_Wrestler', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 607, 131, 0, 0, _binary 0x0000000000000000), + (1601, 'Gii_Jaha_the_Raucous', 270, _binary 0x00004F0200000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1602, 'Gilagoge_Tlugvi', 245, _binary 0x00008A0100000000000000000000000000000000, 3, 3, 7, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (1603, 'Gill_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1604, 'Ginger_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1605, 'Giollemitte_B_Feroun', 221, _binary 0x0500350200000000000000000000000000000000, 7, 7, 1, 360, 6, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1606, 'Girtab', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 99, 131, 0, 0, _binary 0x0000000000000000), + (1607, 'Girtablulu', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 2, 0, 0, 5649, 131, 0, 0, _binary 0x0000000000000000), + (1608, 'Girzorhor_the_Imprudent', 246, _binary 0x0600960600000000000000000000000000000000, 1, 1, 1, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1609, 'Gizerl_s_Ghost', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1610, 'Gi_Bhe_Fleshfeaster', 202, _binary 0x00001E0400000000000000000000000000000000, 3, 3, 3, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1611, 'Gi_Ghi_Rockchopper', 202, _binary 0x0000440800000000000000000000000000000000, 9, 9, 2, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1612, 'Gi_Ghi_s_Elite_Guard', 202, _binary 0x0000440800000000000000000000000000000000, 9, 9, 2, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1613, 'Gi_Ghi_s_Peiste', 192, _binary 0x0000DF0700000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1614, 'Gi_Pha_Manameister', 202, _binary 0x00001F0400000000000000000000000000000000, 4, 4, 6, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1615, 'Gi_Rho_Wrathstorm', 200, _binary 0x0000950200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1616, 'Glacial_Imp', 165, _binary 0x0000BC0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 274, 131, 0, 0, _binary 0x0000000000000000), + (1617, 'Glacial_Wisp', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1618, 'Glacier_Eater', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 128, 1, 0, 0, 0, 205, 131, 0, 0, _binary 0x007F000000000000), + (1619, 'Glade_Wivre', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1620, 'Gladiatorial_Weapon', 110, _binary 0x0000DF0100000000000000000000000000000000, 1, 1, 3, 240, 34, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1621, 'Glen_Crab', 77, _binary 0x0000C20600000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1622, 'Glide_Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 0, 0, 0, 290, 643, 0, 0, _binary 0x0000000000000000), + (1623, 'Gloomanita', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 2, 0, 0, 8130, 147, 0, 0, _binary 0x0000000000000000), + (1624, 'Gloop', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 231, 131, 0, 0, _binary 0x0000000000000000), + (1625, 'Glow_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 389, 643, 0, 0, _binary 0x0000000000000000), + (1626, 'Glyryvilu', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 2, 1, 2, 0, 32, 7, 153, 0, 0, _binary 0x0000000000000000), + (1627, 'Gnashfang_Rahskhas', 189, _binary 0x0000F60700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1628, 'Gnat', 131, _binary 0x0000DC0700000000000000000000000000000000, 6, 6, 2, 150, 8, 0, 1, 0, 0, 559, 131, 0, 0, _binary 0x0000000000000000), + (1629, 'Gnawtooth_Gary', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 1, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1630, 'Gneiss_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1631, 'Gnole', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 1, 0, 0, 260, 131, 0, 0, _binary 0x0000000000000000), + (1632, 'Goblinsavior_Heronox', 133, _binary 0x0000FC0100000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 2, 0, 32, 7372, 157, 0, 0, _binary 0x0000000000000000), + (1633, 'Goblin_Aidman', 133, _binary 0x0000B30200000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 0, 0, 0, 514, 131, 0, 0, _binary 0x1010101010105700), + (1634, 'Goblin_Alchemist', 133, _binary 0x0000ED0100000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 0, 0, 0, 218, 133, 0, 0, _binary 0x1010101010105700), + (1635, 'Goblin_Ambusher', 133, _binary 0x0000E60100000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 1139, 131, 0, 0, _binary 0x0000000000000000), + (1636, 'Goblin_Archaeologist', 133, _binary 0x0000A30200000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 2, 0, 0, 1541, 133, 0, 0, _binary 0x0000000000000000), + (1637, 'Goblin_Bandit', 133, _binary 0x0000F90100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 231, 133, 0, 0, _binary 0x0000000000000000), + (1638, 'Goblin_Blastmaster', 133, _binary 0x0000FB0100000000000000000000000000000000, 4, 4, 2, 240, 1, 1, 0, 0, 0, 548, 131, 0, 0, _binary 0x6161616169610063), + (1639, 'Goblin_Bombardier', 133, _binary 0x0000FE0100000000000000000000000000000000, 4, 4, 11, 240, 1, 1, 0, 0, 0, 396, 131, 0, 0, _binary 0x6161616169610063), + (1640, 'Goblin_Boss', 133, _binary 0x0000EC0100000000000000000000000000000000, 1, 1, 3, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1641, 'Goblin_Bouncer', 133, _binary 0x0000F70100000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 284, 131, 0, 0, _binary 0x0000000000000000), + (1642, 'Goblin_Bounty_Hunter', 133, _binary 0x0000F10100000000000000000000000000000000, 1, 1, 3, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1643, 'Goblin_Butcher', 133, _binary 0x0000EF0100000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 0, 0, 0, 8067, 131, 0, 0, _binary 0x0000000000000000), + (1644, 'Goblin_Chapman', 133, _binary 0x0000B30200000000000000000000000000000000, 4, 4, 12, 240, 1, 1, 0, 0, 0, 835, 131, 0, 0, _binary 0x6161616169610063), + (1645, 'Goblin_Collector', 133, _binary 0x0000BC0200000000000000000000000000000000, 3, 3, 11, 220, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (1646, 'Goblin_Corpsman', 133, _binary 0x0000E80100000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 0, 0, 0, 404, 131, 0, 0, _binary 0x1010101010105700), + (1647, 'Goblin_Craftsman', 133, _binary 0x0000C80200000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 309, 131, 0, 0, _binary 0x0000000000000000), + (1648, 'Goblin_Digger', 133, _binary 0x0000E40100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 3072, 129, 0, 0, _binary 0x0000000000000000), + (1649, 'Goblin_Doctor', 133, _binary 0x0000E80100000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (1650, 'Goblin_Doorman', 133, _binary 0x0000C90200000000000000000000000000000000, 1, 1, 3, 240, 1, 1, 0, 0, 0, 26, 131, 0, 0, _binary 0x0000000000000000), + (1651, 'Goblin_Doyen', 133, _binary 0x0000A30200000000000000000000000000000000, 4, 4, 11, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1652, 'Goblin_Draftee', 133, _binary 0x0000F80100000000000000000000000000000000, 5, 5, 3, 240, 1, 1, 0, 0, 0, 673, 129, 0, 0, _binary 0x7070707074701662), + (1653, 'Goblin_Duelist', 133, _binary 0x0000E90100000000000000000000000000000000, 5, 5, 3, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (1654, 'Goblin_Enchanter', 133, _binary 0x0000F80100000000000000000000000000000000, 5, 5, 3, 240, 1, 1, 0, 0, 0, 139, 131, 0, 0, _binary 0x7070707074701662), + (1655, 'Goblin_Enforcer', 133, _binary 0x0000420400000000000000000000000000000000, 5, 5, 11, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1656, 'Goblin_Fencer', 133, _binary 0x0000F80100000000000000000000000000000000, 5, 5, 3, 240, 9, 1, 2, 0, 0, 944, 133, 0, 0, _binary 0x7070707074701662), + (1657, 'Goblin_Field_Doctor', 133, _binary 0x0000ED0100000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1658, 'Goblin_Fireman', 133, _binary 0x0000CB0200000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 0, 0, 0, 185, 131, 0, 0, _binary 0x0000000000000000), + (1659, 'Goblin_Fisher', 133, _binary 0x0000EC0100000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 829, 129, 0, 0, _binary 0x0000000000000000), + (1660, 'Goblin_Flagman', 133, _binary 0x0000FF0100000000000000000000000000000000, 5, 5, 3, 240, 1, 1, 0, 0, 0, 295, 131, 0, 0, _binary 0x7070707074701662), + (1661, 'Goblin_Foreman', 133, _binary 0x0000A40200000000000000000000000000000000, 9, 9, 2, 240, 1, 1, 0, 0, 0, 185, 131, 0, 0, _binary 0x0000000000000000), + (1662, 'Goblin_Franctireur', 133, _binary 0x0000F50100000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 0, 0, 0, 28, 129, 0, 0, _binary 0x0000000000000000), + (1663, 'Goblin_Freelance', 133, _binary 0x0000BC0200000000000000000000000000000000, 1, 1, 11, 240, 1, 1, 0, 0, 0, 343, 131, 0, 0, _binary 0x0000000000000000), + (1664, 'Goblin_Freesword', 133, _binary 0x0000F10100000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 0, 0, 0, 507, 131, 0, 0, _binary 0x0000000000000000), + (1665, 'Goblin_Furrier', 133, _binary 0x0000E60100000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 834, 131, 0, 0, _binary 0x0000000000000000), + (1666, 'Goblin_Gambler', 133, _binary 0x0000EE0100000000000000000000000000000000, 4, 4, 11, 240, 1, 1, 0, 0, 0, 541, 131, 0, 0, _binary 0x6161616169610063), + (1667, 'Goblin_Gaoler', 133, _binary 0x0000FD0100000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1668, 'Goblin_Golem', 92, _binary 0x0000270400000000000000000000000000000000, 3, 4, 11, 240, 16, 1, 18, 1, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1669, 'Goblin_Grenadier', 133, _binary 0x0000FD0100000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 0, 0, 0, 425, 131, 0, 0, _binary 0x0000000000000000), + (1670, 'Goblin_Gruel', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 126, 129, 0, 0, _binary 0x0000000000000000), + (1671, 'Goblin_Guerrilla', 133, _binary 0x0000FA0100000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 457, 131, 0, 0, _binary 0x0000000000000000), + (1672, 'Goblin_Guide', 133, _binary 0x0000EB0100000000000000000000000000000000, 8, 8, 5, 240, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1673, 'Goblin_Gutterman', 133, _binary 0x0000A60200000000000000000000000000000000, 11, 11, 3, 240, 1, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (1674, 'Goblin_Hammerman', 133, _binary 0x0000CD0200000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 0, 0, 0, 252, 131, 0, 0, _binary 0x0000000000000000), + (1675, 'Goblin_Hangman', 133, _binary 0x0000CF0200000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 0, 0, 0, 27, 133, 0, 0, _binary 0x0000000000000000), + (1676, 'Goblin_Headman', 133, _binary 0x0000A50200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 290, 133, 0, 0, _binary 0x0000000000000000), + (1677, 'Goblin_Hunter', 133, _binary 0x0000F30100000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 72, 131, 0, 0, _binary 0x0000000000000000), + (1678, 'Goblin_Intimidator', 133, _binary 0x0000F10100000000000000000000000000000000, 1, 1, 4, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1679, 'Goblin_Jeweler', 133, _binary 0x0000F60100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 297, 131, 0, 0, _binary 0x0000000000000000), + (1680, 'Goblin_Junkman', 133, _binary 0x0000CC0200000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 291, 133, 0, 0, _binary 0x0000000000000000), + (1681, 'Goblin_Lansquenet', 133, _binary 0x0000BE0200000000000000000000000000000000, 1, 1, 4, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1682, 'Goblin_Leadman', 133, _binary 0x0000A00200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 151, 131, 0, 0, _binary 0x0000000000000000), + (1683, 'Goblin_Leecher', 133, _binary 0x0000E80100000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 0, 0, 0, 2719, 131, 0, 0, _binary 0x1010101010105700), + (1684, 'Goblin_Lengthman', 133, _binary 0x0000A40200000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 245, 131, 0, 0, _binary 0x0000000000000000), + (1685, 'Goblin_Marksman', 133, _binary 0x0000A80200000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 238, 133, 0, 0, _binary 0x0000000000000000), + (1686, 'Goblin_Meatgrinder', 133, _binary 0x0000F10100000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1687, 'Goblin_Mercenary', 133, _binary 0x0000FC0100000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1688, 'Goblin_Mine', 236, _binary 0x0000FF0600000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 7, 641, 0, 0, _binary 0x0000000000000000), + (1689, 'Goblin_Miner', 133, _binary 0x0000F60100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 1611, 131, 0, 0, _binary 0x0000000000000000), + (1690, 'Goblin_Mugger', 133, _binary 0x0000E50100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 7521, 131, 0, 0, _binary 0x0000000000000000), + (1691, 'Goblin_Oilman', 133, _binary 0x0000C90200000000000000000000000000000000, 8, 8, 4, 240, 1, 1, 0, 0, 0, 292, 131, 0, 0, _binary 0x0000000000000000), + (1692, 'Goblin_Packman', 133, _binary 0x0000CB0200000000000000000000000000000000, 8, 8, 4, 240, 1, 1, 0, 0, 0, 126, 131, 0, 0, _binary 0x0000000000000000), + (1693, 'Goblin_Paratrooper', 133, _binary 0x0000F70100000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 558, 131, 0, 0, _binary 0x0000000000000000), + (1694, 'Goblin_Pathfinder', 133, _binary 0x0000E70100000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 337, 131, 0, 0, _binary 0x0000000000000000), + (1695, 'Goblin_Patrolman', 133, _binary 0x0000F20100000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 894, 129, 0, 0, _binary 0x0000000000000000), + (1696, 'Goblin_Picaroon', 133, _binary 0x0000670500000000000000000000000000000000, 6, 6, 2, 240, 1, 0, 2, 0, 0, 7861, 129, 0, 0, _binary 0x0000000000000000), + (1697, 'Goblin_Picket', 133, _binary 0x0000670500000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 929, 131, 0, 0, _binary 0x0000000000000000), + (1698, 'Goblin_Pioneer', 133, _binary 0x0000670500000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 1894, 131, 0, 0, _binary 0x0000000000000000), + (1699, 'Goblin_Pirate', 133, _binary 0x0000E40100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1700, 'Goblin_Plunderer', 133, _binary 0x0000670500000000000000000000000000000000, 8, 8, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1701, 'Goblin_Poacher', 133, _binary 0x0000F00100000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 283, 131, 0, 0, _binary 0x0000000000000000), + (1702, 'Goblin_Poisoner', 133, _binary 0x0000670500000000000000000000000000000000, 6, 6, 2, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1703, 'Goblin_Preceptor', 133, _binary 0x0000BC0200000000000000000000000000000000, 5, 5, 11, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (1704, 'Goblin_Professor', 133, _binary 0x0000EE0100000000000000000000000000000000, 4, 4, 11, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1705, 'Goblin_Reaper', 133, _binary 0x0000F50100000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 0, 0, 0, 140, 131, 0, 0, _binary 0x0000000000000000), + (1706, 'Goblin_Reaver', 133, _binary 0x0000670500000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1707, 'Goblin_Replica', 92, _binary 0x0000260400000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 16, 1, 0, 7, 135, 0, 0, _binary 0x1010101010105700), + (1708, 'Goblin_Repossessor', 133, _binary 0x0000F90100000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1709, 'Goblin_Robber', 133, _binary 0x0000E40100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 20, 131, 0, 0, _binary 0x0000000000000000), + (1710, 'Goblin_Shaman', 133, _binary 0x0000EE0100000000000000000000000000000000, 4, 4, 2, 240, 1, 1, 0, 0, 0, 509, 131, 0, 0, _binary 0x6161616169610063), + (1711, 'Goblin_Shepherd', 133, _binary 0x0000FA0100000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 310, 133, 0, 0, _binary 0x0000000000000000), + (1712, 'Goblin_Shovelman', 133, _binary 0x0000A10200000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 184, 131, 0, 0, _binary 0x0000000000000000), + (1713, 'Goblin_Skirmisher', 133, _binary 0x0000670500000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 261, 129, 0, 0, _binary 0x0000000000000000), + (1714, 'Goblin_Slaughterman', 133, _binary 0x0000BC0200000000000000000000000000000000, 1, 1, 11, 240, 9, 1, 2, 0, 0, 4803, 133, 0, 0, _binary 0x0000000000000000), + (1715, 'Goblin_Smithy', 133, _binary 0x0000F10100000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 0, 0, 0, 128, 131, 0, 0, _binary 0x0000000000000000), + (1716, 'Goblin_Statue', 92, _binary 0x0000260400000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 16, 1, 0, 7, 135, 0, 0, _binary 0x1010101010105700), + (1717, 'Goblin_Swindler', 133, _binary 0x0000FB0100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1718, 'Goblin_Swordmaker', 133, _binary 0x0000EC0100000000000000000000000000000000, 1, 1, 3, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1719, 'Goblin_Swordsman', 133, _binary 0x0000BD0200000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 0, 0, 0, 152, 133, 0, 0, _binary 0x0000000000000000), + (1720, 'Goblin_s_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1721, 'Goblin_s_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1722, 'Goblin_s_Bee', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1723, 'Goblin_s_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 8, 8, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1724, 'Goblin_s_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 132, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1725, 'Goblin_s_Dragonfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1726, 'Goblin_s_Gallinipper', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1727, 'Goblin_s_Ladybug', 170, _binary 0x0000E20700000000000000000000000000000000, 6, 6, 7, 220, 12, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1728, 'Goblin_s_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1729, 'Goblin_s_Ogrefly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1730, 'Goblin_s_Rabbit', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1731, 'Goblin_s_Rarab', 317, _binary 0x00000D0100000000000000000000000000000000, 6, 1, 7, 240, 12, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1732, 'Goblin_s_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1733, 'Goblin_s_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1734, 'Goblin_Tamer', 133, _binary 0x0000FA0100000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 245, 133, 0, 0, _binary 0x0000000000000000), + (1735, 'Goblin_Thespian', 133, _binary 0x0000E90100000000000000000000000000000000, 5, 5, 3, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (1736, 'Goblin_Theurgist', 133, _binary 0x0000EE0100000000000000000000000000000000, 4, 4, 11, 240, 9, 1, 2, 0, 0, 165, 133, 0, 0, _binary 0x6161616169610063), + (1737, 'Goblin_Thug', 133, _binary 0x0000E40100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 258, 129, 0, 0, _binary 0x0000000000000000), + (1738, 'Goblin_Tinkerer', 133, _binary 0x0000EB0100000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 0, 0, 0, 1382, 131, 0, 0, _binary 0x0000000000000000), + (1739, 'Goblin_Tollman', 133, _binary 0x0000A10200000000000000000000000000000000, 9, 9, 2, 240, 1, 1, 0, 0, 0, 185, 131, 0, 0, _binary 0x0000000000000000), + (1740, 'Goblin_Toxophilite', 133, _binary 0x0000670500000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 0, 0, 0, 1152, 131, 0, 0, _binary 0x0000000000000000), + (1741, 'Goblin_Trader', 133, _binary 0x0000F20100000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 537, 131, 0, 0, _binary 0x0000000000000000), + (1742, 'Goblin_Veterinarian', 133, _binary 0x0000FA0100000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 73, 133, 0, 0, _binary 0x0000000000000000), + (1743, 'Goblin_Warlord', 133, _binary 0x0000F50100000000000000000000000000000000, 8, 8, 4, 240, 9, 1, 2, 0, 0, 3069, 133, 0, 0, _binary 0x0000000000000000), + (1744, 'Goblin_Weaver', 133, _binary 0x0000E90100000000000000000000000000000000, 5, 5, 2, 240, 1, 1, 0, 0, 0, 394, 129, 0, 0, _binary 0x7070707074701662), + (1745, 'Goblin_Welldigger', 133, _binary 0x0000F60100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 918, 131, 0, 0, _binary 0x0000000000000000), + (1746, 'Goblin_Wolfman', 133, _binary 0x0000CE0200000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 2, 0, 0, 429, 133, 0, 0, _binary 0x0000000000000000), + (1747, 'Goga_Tlugvi', 245, _binary 0x0000840100000000000000000000000000000000, 2, 2, 7, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1748, 'Gola_Tlugvi', 245, _binary 0x00008B0100000000000000000000000000000000, 8, 8, 7, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1749, 'Goldcap', 116, _binary 0x0000C90800000000000000000000000000000000, 6, 6, 2, 240, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1750, 'Golden-Tongued_Culberry', 244, _binary 0x0000EE0400000000000000000000000000000000, 4, 3, 11, 240, 8, 1, 0, 0, 32, 1729, 159, 0, 0, _binary 0x6161616169610063), + (1751, 'Golden_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 6, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1752, 'Gold_Badger_Esquire', 145, _binary 0x01000E040C108B200C300C400C500E6119700080, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1753, 'Gold_Quadav', 202, _binary 0x0000930200000000000000000000000000000000, 6, 6, 2, 265, 2, 1, 0, 0, 0, 609, 131, 0, 0, _binary 0x0000000000000000), + (1754, 'Goliath', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1755, 'Goliath_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 1, 1, 0, 0, 0, 244, 129, 0, 0, _binary 0x0000000000000000), + (1756, 'Goobbue', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 2, 0, 1, 0, 0, 505, 131, 0, 0, _binary 0x0000000000000000), + (1757, 'Goobbue_Farmer', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 2, 0, 0, 0, 0, 608, 131, 0, 0, _binary 0x0000000000000000), + (1758, 'Goobbue_Gardener', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 2, 1, 0, 0, 0, 1317, 131, 0, 0, _binary 0x0000000000000000), + (1759, 'Goobbue_Harvester', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 129, 1, 2, 0, 0, 441, 135, 0, 0, _binary 0x0000000000000000), + (1760, 'Goobbue_Parasite', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 349, 131, 0, 0, _binary 0x0000000000000000), + (1761, 'Goobbue_Wanderer', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1762, 'Goo_Pake_the_Bloodhound', 270, _binary 0x00004C0200000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1763, 'Gordov_s_Ghost', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1764, 'Gorebeak', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1765, 'Gorepledge_Rozzbrezz', 189, _binary 0x0000160400000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 32, 4659, 155, 0, 0, _binary 0x0000000000000000), + (1766, 'Gore_Bats', 46, _binary 0x0000010100000000000000000000000000000000, 1, 8, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1767, 'Gore_Demon', 169, _binary 0x0000E40200000000000000000000000000000000, 1, 1, 1, 240, 1, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1768, 'Gorger', 138, _binary 0x00006B0400000000000000000000000000000000, 8, 8, 3, 240, 141, 1, 1, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1769, 'Gorgimera', 168, _binary 0x00000D0700000000000000000000000000000000, 1, 1, 7, 320, 141, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1770, 'Gorgotaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1771, 'Gorynich', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 9, 1, 16, 0, 0, 2881, 131, 0, 0, _binary 0x0000000000000000), + (1772, 'Gosspix_Blabberlips', 133, _binary 0x00003F0400000000000000000000000000000000, 5, 5, 3, 240, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (1773, 'Gotoh_Zha_the_Redolent', 305, _binary 0x0000670600000000000000000000000000000000, 4, 3, 5, 280, 12, 0, 2, 16, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1774, 'Goublefaupe', 222, _binary 0x0500DA0100000000000000000000000000000000, 1, 1, 1, 360, 12, 1, 2, 0, 32, 363, 157, 0, 0, _binary 0x0000000000000000), + (1775, 'Gougetooth_Ganzaga', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 32, 6853, 157, 0, 0, _binary 0x0000000000000000), + (1776, 'Gowam', 146, _binary 0x0100000860106020603060406050006000700000, 16, 16, 3, 240, 0, 0, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1777, 'Go_Bha_Slaughterer', 202, _binary 0x0000870200000000000000000000000000000000, 8, 8, 2, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1778, 'Go_Bhu_Gascon', 202, _binary 0x0000860200000000000000000000000000000000, 1, 1, 4, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1779, 'Go_Bhu_Herohunter', 202, _binary 0x00001D0400000000000000000000000000000000, 1, 1, 3, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1780, 'Go_Bhu_s_Elite_Raider', 202, _binary 0x00009B0200000000000000000000000000000000, 5, 1, 4, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1781, 'Go_Dha_Jademaiden', 202, _binary 0x00001D0400000000000000000000000000000000, 1, 1, 3, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1782, 'Go_Dha_s_Elite_Raider', 202, _binary 0x00009B0200000000000000000000000000000000, 4, 4, 11, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1783, 'Go_Rha_Sludgewater', 200, _binary 0x0000960200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1784, 'Go_Tyo_Magenapper', 202, _binary 0x00001D0400000000000000000000000000000000, 14, 1, 3, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1785, 'Grandgousier', 126, _binary 0x0000830200000000000000000000000000000000, 11, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1786, 'Grand_Duke_Batym', 169, _binary 0x0000F00200000000000000000000000000000000, 15, 15, 11, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1787, 'Grand_Marid', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 7, 320, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1788, 'Grand_Marquis_Chomiel', 169, _binary 0x0000EA0200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1789, 'Granite_Borer', 254, _binary 0x00000A0700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1790, 'Graoully', 0, _binary 0x0000000000000000000000000000000000000000, 1, 8, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1791, 'Grass_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 453, 131, 0, 0, _binary 0x0000000000000000), + (1792, 'Gration', 126, _binary 0x0000C40200000000000000000000000000000000, 4, 5, 11, 240, 8, 1, 2, 8, 32, 4155, 159, 0, 0, _binary 0x6161616169610063), + (1793, 'Grauberg_Hippogryph', 140, _binary 0x0000C10800000000000000000000000000000000, 6, 6, 2, 240, 9, 0, 0, 0, 0, 622, 131, 0, 0, _binary 0x0000000000000000), + (1794, 'Graupel_Gigas', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 819, 131, 0, 0, _binary 0x0000000000000000), + (1795, 'Gravemaker_Mesmerizer', 189, _binary 0x0000740200000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 7, 129, 0, 0, _binary 0x6161616169610063), + (1796, 'Grave_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 1129, 641, 0, 0, _binary 0x0000000000000000), + (1797, 'Grave_Digger', 74, _binary 0x0000530500000000000000000000000000000000, 4, 4, 12, 290, 193, 1, 2, 0, 0, 2639, 135, 0, 0, _binary 0x6161616169610063), + (1798, 'Grav_iton', 282, _binary 0x0000D70400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 18, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1799, 'Greatclaw', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1800, 'Greater_Amphiptere', 6, _binary 0x0000AE0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 2, 854, 2177, 0, 0, _binary 0x0000000000000000), + (1801, 'Greater_Cockatrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 0, 0, 0, 164, 643, 0, 0, _binary 0x0000000000000000), + (1802, 'Greater_Colibri', 72, _binary 0x0000B80600000000000000000000000000000000, 5, 5, 2, 200, 0, 1, 0, 0, 0, 240, 133, 0, 0, _binary 0x7070707074701662), + (1803, 'Greater_Gayla', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 503, 643, 0, 0, _binary 0x0000000000000000), + (1804, 'Greater_Gaylas', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 64, 141, 643, 0, 0, _binary 0x0000000000000000), + (1805, 'Greater_Gnole', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 137, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1806, 'Greater_Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 1, 0, 0, 0, 26, 643, 0, 0, _binary 0x0000000000000000), + (1807, 'Greater_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1808, 'Greater_Quadav', 202, _binary 0x0000490800000000000000000000000000000000, 8, 8, 2, 265, 2, 1, 0, 0, 0, 297, 129, 0, 0, _binary 0x0000000000000000), + (1809, 'Great_Ameretat', 186, _binary 0x00007E0100000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 0, 0, 0, 555, 645, 0, 0, _binary 0x0000000000000000), + (1810, 'Great_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1811, 'Greenman', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 220, 2, 0, 2, 0, 0, 4945, 131, 0, 0, _binary 0x0000000000000000), + (1812, 'Grenade', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 1250, 643, 0, 0, _binary 0x0000000000000000), + (1813, 'Grenade_Syrup', 0, _binary 0x0000000000000000000000000000000000000000, 5, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1814, 'Grimbolt_Onkzok', 189, _binary 0x0000700200000000000000000000000000000000, 11, 11, 5, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1815, 'Grimgerde', 115, _binary 0x05005A0700000000000000000000000000000000, 1, 10, 7, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1816, 'Grimoire_Guru_Grimogek', 184, _binary 0x0000B70200000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1817, 'Grindylow', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1818, 'Grognard_Footsoldier', 189, _binary 0x0000730200000000000000000000000000000000, 1, 1, 2, 240, 13, 1, 0, 0, 0, 1222, 131, 0, 0, _binary 0x0000000000000000), + (1819, 'Grognard_Grappler', 189, _binary 0x0000770200000000000000000000000000000000, 2, 2, 1, 240, 13, 1, 0, 0, 0, 982, 131, 0, 0, _binary 0x0000000000000000), + (1820, 'Grognard_Impaler', 189, _binary 0x00007C0200000000000000000000000000000000, 14, 14, 1, 240, 13, 1, 0, 0, 0, 2778, 131, 0, 0, _binary 0x0000000000000000), + (1821, 'Grognard_Mesmerizer', 189, _binary 0x00007D0200000000000000000000000000000000, 4, 4, 5, 240, 13, 1, 0, 0, 0, 2673, 131, 0, 0, _binary 0x6161616169610063), + (1822, 'Grognard_Neckchopper', 189, _binary 0x0000760200000000000000000000000000000000, 8, 8, 5, 240, 13, 1, 0, 0, 0, 547, 131, 0, 0, _binary 0x0000000000000000), + (1823, 'Grognard_Predator', 189, _binary 0x0000720200000000000000000000000000000000, 11, 11, 5, 240, 13, 1, 0, 0, 0, 1433, 131, 0, 0, _binary 0x0000000000000000), + (1824, 'Groot_Slang', 192, _binary 0x0000DF0700000000000000000000000000000000, 1, 1, 7, 240, 9, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1825, 'Grotto_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 336, 643, 0, 0, _binary 0x0000000000000000), + (1826, 'Grotto_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 193, 131, 0, 0, _binary 0x0000000000000000), + (1827, 'Groundskeeper', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 1, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (1828, 'Gruesome_Gargouille', 0, _binary 0x0000B10800000000000000000000000000000000, 1, 8, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1829, 'Grylio', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1830, 'Guardian_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1831, 'Guardian_Statue', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 34, 0, 2, 0, 0, 6421, 643, 0, 0, _binary 0x0000000000000000), + (1832, 'Guardian_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 1, 0, 2, 0, 0, 4406, 131, 0, 0, _binary 0x0000000000000000), + (1833, 'Guard_Bhoot', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 11, 240, 192, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x6161616169610063), + (1834, 'Guard_Hippogryph', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 1, 2, 0, 0, 797, 133, 0, 0, _binary 0x0000000000000000), + (1835, 'Guard_Skeleton', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 193, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1836, 'Gudanna', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 5, 380, 1, 0, 2, 0, 0, 7, 145, 0, 0, _binary 0x0000000000000000), + (1837, 'Gugru_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 87, 131, 0, 0, _binary 0x0000000000000000), + (1838, 'Gugru_Jagil', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (1839, 'Gugru_Orobon', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 136, 0, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (1840, 'Guimauve', 0, _binary 0x0000080700000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1841, 'Guivre', 267, _binary 0x00003E0100000000000000000000000000000000, 1, 1, 7, 240, 3, 1, 2, 0, 32, 7253, 159, 0, 0, _binary 0x0000000000000000), + (1842, 'Gukumatz', 192, _binary 0x0000DF0700000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1843, 'Gulch_Limule', 0, _binary 0x00004D0900000000000000000000000000000000, 4, 5, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1844, 'Gullycampa', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1845, 'Gully_Clionid', 0, _binary 0x00004C0900000000000000000000000000000000, 4, 5, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1846, 'Gulool_Ja_Ja', 285, _binary 0x0000470700000000000000000000000000000000, 13, 13, 1, 280, 12, 1, 2, 0, 32, 70, 157, 0, 0, _binary 0x0000000000000000), + (1847, 'Gummy_Guillaume', 231, _binary 0x0000E50700000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1848, 'Gunge_Slug', 231, _binary 0x0000E50700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1849, 'Gunpod', 53, _binary 0x0000380400000000000000000000000000000000, 1, 1, 6, 240, 137, 0, 16, 0, 0, 2279, 135, 0, 0, _binary 0x0000000000000000), + (1850, 'Gunther', 149, _binary 0x010001017310D620C930B940D650F16000700000, 20, 20, 11, 240, 8, 1, 16, 0, 32, 6, 155, 0, 0, _binary 0x0000000000000000), + (1851, 'Gurfurlur_the_Menacing', 326, _binary 0x00004B0700000000000000000000000000000000, 2, 2, 1, 230, 12, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1852, 'Gutrender_Trooper', 189, _binary 0x0000FA0700000000000000000000000000000000, 7, 7, 1, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1853, 'Guu_Waji_the_Preacher', 270, _binary 0x00003A0400000000000000000000000000000000, 12, 7, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1854, 'Guytrash', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 12, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1855, 'Gu_Dha_Effigy', 94, _binary 0x0000230400000000000000000000000000000000, 4, 4, 12, 240, 16, 1, 2, 1, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1856, 'Gu_Dho_Staggershell', 202, _binary 0x0000940200000000000000000000000000000000, 1, 1, 5, 265, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1857, 'Gu_Khu_Dukesniper', 202, _binary 0x00001E0400000000000000000000000000000000, 11, 11, 10, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1858, 'Gu_Nha_Wallstormer', 202, _binary 0x00001B0400000000000000000000000000000000, 1, 1, 1, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1859, 'Gu_Nhi_Noondozer', 202, _binary 0x00001F0400000000000000000000000000000000, 15, 15, 6, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1860, 'Gwyn_Ap_Knudd', 74, _binary 0x0000530500000000000000000000000000000000, 4, 4, 12, 290, 192, 1, 2, 0, 32, 930, 159, 0, 0, _binary 0x6161616169610063), + (1861, 'Gyre-Carlin', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1862, 'Gyroscopic_Gear', 119, _binary 0x00001B0700000000000000000000000000000000, 1, 1, 12, 240, 153, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1863, 'Gyroscopic_Gears', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1864, 'Haa_Pevi_the_Stentorian', 270, _binary 0x00003C0400000000000000000000000000000000, 15, 15, 6, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1865, 'Habetrot', 79, _binary 0x00008D0100000000000000000000000000000000, 1, 1, 11, 240, 1, 1, 2, 0, 0, 4275, 131, 0, 0, _binary 0x0000000000000000), + (1866, 'Habraheem', 149, _binary 0x0500AA0700000000000000000000000000000000, 16, 16, 3, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1867, 'Hadal_Gigas', 126, _binary 0x0000820200000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1868, 'Hadal_Mirror', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1869, 'Hadal_Satiator', 0, _binary 0x0000000000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1870, 'Hadding_the_Elder', 169, _binary 0x0000EC0200000000000000000000000000000000, 4, 4, 6, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1871, 'Hadding_the_Younger', 169, _binary 0x0000ED0200000000000000000000000000000000, 8, 8, 1, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1872, 'Hadhayosh', 51, _binary 0x0000950100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1873, 'Hafgygr', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 133, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1874, 'Hail_Gigas', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 343, 131, 0, 0, _binary 0x0000000000000000), + (1875, 'Haja_Zhwan', 151, _binary 0x01001A07001023203630DB400050716100703580, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1876, 'Hakenmann', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 137, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1877, 'Hakutaku', 139, _binary 0x0000800100000000000000000000000000000000, 4, 5, 12, 280, 2, 0, 2, 0, 0, 1474, 135, 0, 0, _binary 0x6161616169610063), + (1878, 'Halforc_Black_Mage', 189, _binary 0x00007D0200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1879, 'Halforc_Dark_Knight', 189, _binary 0x00007E0200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1880, 'Halforc_Dragoon', 189, _binary 0x00007C0200000000000000000000000000000000, 14, 14, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1881, 'Halforc_Monk', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1882, 'Halforc_Paladin', 189, _binary 0x00007F0200000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1883, 'Halforc_Ranger', 189, _binary 0x0000720200000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1884, 'Halforc_Warrior', 189, _binary 0x0000730200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1885, 'Hamadryad', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 16, 0, 0, 5261, 1671, 0, 0, _binary 0x0000000000000000), + (1886, 'Hamfist_Gukhbuk', 189, _binary 0x0000160400000000000000000000000000000000, 2, 2, 1, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1887, 'Hammerblow_Majanun', 115, _binary 0x0500530700000000000000000000000000000000, 2, 2, 1, 240, 227, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1888, 'Hammering_Ram', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1889, 'Hannequet', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1890, 'Hanuman', 188, _binary 0x0000A00100000000000000000000000000000000, 4, 5, 12, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1891, 'Harajnite', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 0, 6, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1892, 'Harpeia', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1893, 'Harum-scarum', 82, _binary 0x0000C40800000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (1894, 'Hastatus_XI-XII', 25, _binary 0x0000EF0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1895, 'Hastatus_XIII-CXXVIII', 25, _binary 0x0000EC0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1896, 'Hastatus_XIII-LXXV', 25, _binary 0x0000EB0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1897, 'Hastatus_XIII-XCVI', 25, _binary 0x0000F10400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1898, 'Hati', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 1, 0, 0, 261, 131, 0, 0, _binary 0x0000000000000000), + (1899, 'Haty', 143, _binary 0x00006C0100000000000000000000000000000000, 8, 8, 3, 240, 6, 1, 2, 0, 0, 5217, 131, 0, 0, _binary 0x0000000000000000), + (1900, 'Haunt', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 502, 131, 0, 0, _binary 0x6161616169610063), + (1901, 'Hawker', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 397, 1155, 0, 0, _binary 0x0000000000000000), + (1902, 'Hawkertrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 1, 0, 0, 284, 1155, 0, 0, _binary 0x0000000000000000), + (1903, 'Hawkeyed_Dnatbat', 189, _binary 0x0000720200000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 2, 0, 32, 966, 157, 0, 0, _binary 0x0000000000000000), + (1904, 'Hazel_Sentinel', 29, _binary 0x0600C60700000000000000000000000000000000, 11, 11, 5, 400, 128, 1, 0, 0, 0, 10, 133, 0, 0, _binary 0x0000000000000000), + (1905, 'Hazhalm_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 5, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1906, 'Hazhalm_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1907, 'Hazhalm_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1908, 'Hazhdiha', 87, _binary 0x0000A50100000000000000000000000000000000, 1, 1, 6, 200, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1909, 'Heavymail_Djidzbad', 189, _binary 0x0000180400000000000000000000000000000000, 7, 7, 10, 240, 16, 1, 0, 0, 32, 7, 159, 0, 0, _binary 0x0000000000000000), + (1910, 'Heavy_Metal_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 5, 5, 3, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1911, 'Hecatomb_Hound', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 132, 1155, 0, 0, _binary 0x0000000000000000), + (1912, 'Hecteyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 1, 0, 0, 260, 1155, 0, 0, _binary 0x6161616169610063), + (1913, 'Hedjedjet', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 8, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1914, 'Hee_Mida_the_Meticulous', 270, _binary 0x00003B0400000000000000000000000000000000, 13, 11, 2, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1915, 'Heike_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 2, 0, 0, 51, 1155, 0, 0, _binary 0x0000000000000000), + (1916, 'Heithrun', 167, _binary 0x0000550100000000000000000000000000000000, 1, 1, 7, 280, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1917, 'Heliodor_Quadav', 202, _binary 0x00009A0200000000000000000000000000000000, 4, 4, 5, 265, 2, 1, 0, 0, 0, 518, 1155, 0, 0, _binary 0x6161616169610063), + (1918, 'Heliodromos', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 1, 2, 0, 0, 290, 1157, 0, 0, _binary 0x0000000000000000), + (1919, 'Helldiver', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1920, 'Hellion', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 5, 270, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1921, 'Hellish_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 5, 5, 3, 240, 34, 0, 0, 0, 0, 231, 643, 0, 0, _binary 0x7070707074701662), + (1922, 'Hellmine', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 165, 645, 0, 0, _binary 0x0000000000000000), + (1923, 'Helltail_Harry', 206, _binary 0x00000E0100000000000000000000000000000000, 1, 5, 7, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1924, 'Hell_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 237, 643, 0, 0, _binary 0x0000000000000000), + (1925, 'Hell_Fly', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 6, 240, 16, 1, 2, 0, 0, 5273, 643, 0, 0, _binary 0x0000000000000000), + (1926, 'Hell_Hound', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 396, 131, 0, 0, _binary 0x0000000000000000), + (1927, 'Helmwige', 115, _binary 0x05006A0700000000000000000000000000000000, 7, 1, 3, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1928, 'Helm_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 1, 1, 0, 0, 0, 310, 1157, 0, 0, _binary 0x0000000000000000), + (1929, 'Helter-skelter', 82, _binary 0x0000C40800000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1930, 'Hematic_Cyst', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 6, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1931, 'Henchman_Moogle', 185, _binary 0x00003D0900000000000000000000000000000000, 1, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1932, 'Heqet', 196, _binary 0x0000150700000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1933, 'Heraldic_Imp', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 0, 0, 0, 132, 1155, 0, 0, _binary 0x6161616169610063), + (1934, 'Hercules_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 8, 8, 3, 240, 12, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1935, 'Hermitrix_Toothrot', 133, _binary 0x0000420400000000000000000000000000000000, 4, 4, 11, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1936, 'Hervarth', 169, _binary 0x0000EE0200000000000000000000000000000000, 1, 1, 2, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1937, 'Hetairoi_Vuryargur', 246, _binary 0x06009C0600000000000000000000000000000000, 2, 2, 1, 230, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1938, 'Hetairoi_Zarwarkur', 246, _binary 0x0600950600000000000000000000000000000000, 5, 5, 4, 230, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (1939, 'Hexenpilz', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 8, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1940, 'He_Dho_Spatesurge', 200, _binary 0x00009A0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1941, 'Hieracosphinx', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 13, 1, 16, 0, 0, 6, 135, 0, 0, _binary 0x0000000000000000), + (1942, 'Highland_Rafflesia', 207, _binary 0x0000E80700000000000000000000000000000000, 9, 8, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1943, 'Highland_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1944, 'Hildesvini', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 7, 320, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1945, 'Hillock_Murex', 0, _binary 0x00005D0900000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (1946, 'Hilltroll_Dark_Knight', 246, _binary 0x0600950600000000000000000000000000000000, 8, 8, 5, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1947, 'Hilltroll_Elite_Guard', 246, _binary 0x0600980600000000000000000000000000000000, 7, 7, 2, 280, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1948, 'Hilltroll_Mirror_Guard', 246, _binary 0x0600AE0600000000000000000000000000000000, 5, 5, 4, 230, 1, 1, 0, 0, 32, 151, 157, 0, 0, _binary 0x7070707074701662), + (1949, 'Hilltroll_Monk', 246, _binary 0x0600B00600000000000000000000000000000000, 2, 2, 1, 230, 1, 1, 0, 0, 0, 265, 1155, 0, 0, _binary 0x0000000000000000), + (1950, 'Hilltroll_Paladin', 246, _binary 0x06009B0600000000000000000000000000000000, 7, 7, 2, 280, 1, 1, 0, 0, 0, 657, 1155, 0, 0, _binary 0x0000000000000000), + (1951, 'Hilltroll_Puppetmaster', 246, _binary 0x0600B00600000000000000000000000000000000, 18, 18, 7, 230, 1, 1, 0, 0, 0, 522, 1155, 0, 0, _binary 0x0000000000000000), + (1952, 'Hilltroll_Ranger', 246, _binary 0x0600AD0600000000000000000000000000000000, 11, 11, 5, 230, 1, 1, 0, 0, 0, 432, 1155, 0, 0, _binary 0x0000000000000000), + (1953, 'Hilltroll_Red_Mage', 246, _binary 0x0600AE0600000000000000000000000000000000, 5, 5, 4, 230, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1954, 'Hilltroll_Warrior', 246, _binary 0x0600970600000000000000000000000000000000, 1, 1, 1, 280, 1, 1, 0, 0, 0, 360, 1155, 0, 0, _binary 0x0000000000000000), + (1955, 'Hill_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 1853, 129, 0, 0, _binary 0x0000000000000000), + (1956, 'Hill_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 152, 129, 0, 0, _binary 0x0000000000000000), + (1957, 'Himinrjot', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 1, 6, 360, 9, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1958, 'Hinge_Oil', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 138, 1157, 0, 0, _binary 0x0000000000000000), + (1959, 'Hippocentaur', 140, _binary 0x0000C10800000000000000000000000000000000, 6, 6, 2, 240, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1960, 'Hippogryph', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 0, 1, 0, 0, 344, 1155, 0, 0, _binary 0x0000000000000000), + (1961, 'Hippolytos', 126, _binary 0x0000830200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 2, 0, 32, 971, 1179, 0, 0, _binary 0x0000000000000000), + (1962, 'Hjorvarth', 169, _binary 0x0000EF0200000000000000000000000000000000, 4, 4, 6, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1963, 'Hkadouf', 149, _binary 0x05005E0700000000000000000000000000000000, 16, 16, 3, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1964, 'Hm_zdei', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 7, 240, 9, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1965, 'Hoarder_Hare', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 216, 129, 0, 0, _binary 0x0000000000000000), + (1966, 'Hoarmite', 81, _binary 0x0000490500000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1967, 'Hoary_Ragwort', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1968, 'Hobgoblin_Alastor', 133, _binary 0x0000EB0100000000000000000000000000000000, 8, 8, 3, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1969, 'Hobgoblin_Angler', 133, _binary 0x0000EC0100000000000000000000000000000000, 1, 1, 5, 240, 8, 1, 0, 0, 0, 343, 133, 0, 0, _binary 0x0000000000000000), + (1970, 'Hobgoblin_Animalier', 133, _binary 0x0000FA0100000000000000000000000000000000, 9, 9, 5, 240, 8, 1, 0, 0, 0, 217, 133, 0, 0, _binary 0x0000000000000000), + (1971, 'Hobgoblin_Beastmaster', 133, _binary 0x0000FA0100000000000000000000000000000000, 9, 9, 3, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1972, 'Hobgoblin_Black_Mage', 133, _binary 0x0000ED0100000000000000000000000000000000, 4, 4, 11, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (1973, 'Hobgoblin_Blagger', 133, _binary 0x0000F60100000000000000000000000000000000, 6, 6, 2, 240, 8, 1, 0, 0, 0, 20, 133, 0, 0, _binary 0x0000000000000000), + (1974, 'Hobgoblin_Dark_Knight', 133, _binary 0x0000FD0100000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1975, 'Hobgoblin_Fascinator', 133, _binary 0x0000FB0100000000000000000000000000000000, 4, 4, 2, 240, 8, 1, 0, 0, 0, 375, 133, 0, 0, _binary 0x6161616169610063), + (1976, 'Hobgoblin_Martialist', 133, _binary 0x0000FC0100000000000000000000000000000000, 1, 1, 5, 240, 8, 1, 0, 0, 0, 443, 133, 0, 0, _binary 0x0000000000000000), + (1977, 'Hobgoblin_Physician', 133, _binary 0x0000ED0100000000000000000000000000000000, 3, 3, 12, 240, 8, 1, 0, 0, 0, 713, 133, 0, 0, _binary 0x1010101010105700), + (1978, 'Hobgoblin_Ranger', 133, _binary 0x0000F30100000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1979, 'Hobgoblin_Red_Mage', 133, _binary 0x0000FF0100000000000000000000000000000000, 5, 5, 2, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (1980, 'Hobgoblin_Thief', 133, _binary 0x0000FB0100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1981, 'Hobgoblin_Toreador', 133, _binary 0x0000F80100000000000000000000000000000000, 5, 5, 3, 240, 8, 1, 0, 0, 0, 217, 133, 0, 0, _binary 0x7070707074701662), + (1982, 'Hobgoblin_Venerer', 133, _binary 0x0000E60100000000000000000000000000000000, 11, 11, 2, 240, 8, 1, 0, 0, 0, 270, 133, 0, 0, _binary 0x0000000000000000), + (1983, 'Hobgoblin_Warrior', 133, _binary 0x0000FC0100000000000000000000000000000000, 1, 1, 3, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1984, 'Hobgoblin_White_Mage', 133, _binary 0x0000FE0100000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (1985, 'Hognosed_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 79, 1665, 0, 0, _binary 0x0000000000000000), + (1986, 'Honey_Fly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 129, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1987, 'Honor', 218, _binary 0x0000600100000000000000000000000000000000, 2, 5, 7, 240, 2, 0, 2, 0, 32, 291, 1177, 0, 0, _binary 0x0000000000000000), + (1988, 'Hoo_Mjuu_the_Torrent', 270, _binary 0x00002D0400000000000000000000000000000000, 3, 3, 6, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (1989, 'Hoplomachus_XI-XXVI', 25, _binary 0x0000110500000000000000000000000000000000, 7, 7, 3, 265, 8, 1, 2, 0, 0, 772, 1157, 0, 0, _binary 0x0000000000000000), + (1990, 'Hornfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 297, 1667, 0, 0, _binary 0x0000000000000000), + (1991, 'Horrid_Fluke', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1992, 'Hotupuku', 58, _binary 0x0000470500000000000000000000000000000000, 1, 7, 5, 300, 128, 1, 16, 0, 32, 4828, 1183, 0, 0, _binary 0x0000000000000000), + (1993, 'Houndfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 2, 1, 16, 0, 0, 1804, 1665, 0, 0, _binary 0x0000000000000000), + (1994, 'Houu_the_Shoalwader', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1995, 'Hover_Tank', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 292, 1155, 0, 0, _binary 0x7070707074701662), + (1996, 'Hraesvelg', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1997, 'Hrani', 169, _binary 0x0000F00200000000000000000000000000000000, 8, 8, 1, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (1998, 'Hrosshvalur', 197, _binary 0x00005E0100000000000000000000000000000000, 11, 5, 5, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (1999, 'Hrungnir', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 25, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2000, 'Huge_Hornet', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 187, 129, 0, 0, _binary 0x0000000000000000), + (2001, 'Huge_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2002, 'Huge_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2003, 'Huge_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 502, 643, 0, 0, _binary 0x0000000000000000), + (2004, 'Huginn', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2005, 'Humegutter_Adzjbadj', 189, _binary 0x0000170400000000000000000000000000000000, 1, 1, 2, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2006, 'Hume_Automaton', 149, _binary 0x0500D40400000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 2, 0, 0, 1749, 1027, 0, 0, _binary 0x0000000000000000), + (2007, 'Humnox_Drumbelly', 133, _binary 0x0000410400000000000000000000000000000000, 10, 10, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2008, 'Hundredfaced_Hapool_Ja', 176, _binary 0x0600530600000000000000000000000000000000, 13, 13, 10, 280, 13, 1, 0, 0, 32, 441, 159, 0, 0, _binary 0x0000000000000000), + (2009, 'Hundredscar_Hajwaj', 189, _binary 0x0000FB0300000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2010, 'Hunter_Antlion', 26, _binary 0x0000430500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 260, 1155, 0, 0, _binary 0x0000000000000000), + (2011, 'Huntfly', 113, _binary 0x0000C00100000000000000000000000000000000, 5, 5, 2, 240, 2, 1, 16, 0, 0, 395, 1671, 0, 0, _binary 0x7070707074701662), + (2012, 'Hunting_Chief', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2013, 'Hunting_Raptor', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 220, 2, 1, 0, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (2014, 'Hunting_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 12, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2015, 'Hurricane_Wyvern', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 7569, 1155, 0, 0, _binary 0x0000000000000000), + (2016, 'Huu_Xalmo_the_Savage', 270, _binary 0x00004E0200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2017, 'Hu_Rhe_Marrowgorger', 202, _binary 0x0000910200000000000000000000000000000000, 8, 8, 5, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2018, 'Hydra', 164, _binary 0x0000040700000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 2, 0, 0, 290, 1667, 0, 0, _binary 0x0000000000000000), + (2019, 'Hydra_Bard', 115, _binary 0x05002E0200000000000000000000000000000000, 10, 10, 3, 240, 7, 1, 2, 0, 0, 26, 1157, 0, 0, _binary 0x0000000000000000), + (2020, 'Hydra_Beastmaster', 115, _binary 0x05002D0200000000000000000000000000000000, 9, 9, 5, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2021, 'Hydra_Black_Mage', 115, _binary 0x0500030200000000000000000000000000000000, 4, 4, 12, 240, 7, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2022, 'Hydra_Dark_Knight', 115, _binary 0x05002C0200000000000000000000000000000000, 8, 8, 7, 240, 7, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2023, 'Hydra_Dragoon', 115, _binary 0x0500320200000000000000000000000000000000, 14, 14, 8, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2024, 'Hydra_Monk', 115, _binary 0x0500010200000000000000000000000000000000, 2, 2, 1, 240, 7, 1, 2, 0, 0, 508, 1157, 0, 0, _binary 0x0000000000000000), + (2025, 'Hydra_Ninja', 115, _binary 0x0500310200000000000000000000000000000000, 13, 13, 9, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2026, 'Hydra_Paladin', 115, _binary 0x05002B0200000000000000000000000000000000, 7, 7, 4, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2027, 'Hydra_Ranger', 115, _binary 0x05002F0200000000000000000000000000000000, 11, 11, 5, 240, 7, 1, 2, 0, 0, 555, 1157, 0, 0, _binary 0x0000000000000000), + (2028, 'Hydra_Red_Mage', 115, _binary 0x0500290200000000000000000000000000000000, 5, 5, 3, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (2029, 'Hydra_Samurai', 115, _binary 0x0500300200000000000000000000000000000000, 12, 12, 10, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2030, 'Hydra_Summoner', 115, _binary 0x0500330200000000000000000000000000000000, 15, 15, 11, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2031, 'Hydra_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2032, 'Hydra_s_Hound', 143, _binary 0x00006C0100000000000000000000000000000000, 5, 5, 3, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2033, 'Hydra_s_Wyvern', 193, _binary 0x0000F90200000000000000000000000000000000, 1, 1, 7, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2034, 'Hydra_Thief', 115, _binary 0x05002A0200000000000000000000000000000000, 6, 6, 2, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2035, 'Hydra_Warrior', 115, _binary 0x0500000200000000000000000000000000000000, 1, 1, 6, 240, 7, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2036, 'Hydra_White_Mage', 115, _binary 0x0500020200000000000000000000000000000000, 3, 3, 11, 240, 7, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2037, 'Hyndla', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 193, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2038, 'Hyohh_the_Conchblower', 213, _binary 0x0000390500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2039, 'Hyperion', 130, _binary 0x0000800200000000000000000000000000000000, 1, 1, 6, 240, 9, 1, 16, 0, 0, 693, 131, 0, 0, _binary 0x0000000000000000), + (2040, 'Iceberg_Murex', 0, _binary 0x00005D0900000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2041, 'Icefall', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2042, 'Icefang_Tiger', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 291, 1155, 0, 0, _binary 0x0000000000000000), + (2043, 'Ice_Elemental', 103, _binary 0x0000090000000000000000000000000000000000, 4, 5, 12, 240, 32, 0, 0, 0, 0, 764, 1155, 0, 0, _binary 0x000000007F000000), + (2044, 'Ice_Fiend', 103, _binary 0x0000090000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2045, 'Ice_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 1, 0, 0, 0, 7, 1159, 0, 0, _binary 0x7070707074701662), + (2046, 'Ichorous_Ire', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 32, 2899, 1181, 0, 0, _binary 0x0000000000000000), + (2047, 'Icon_Prototype', 95, _binary 0x0000240400000000000000000000000000000000, 4, 4, 12, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2048, 'Idle_Wanderer', 0, _binary 0x0000000000000000000000000000000000000000, 1, 8, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2049, 'Idun', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 12, 240, 192, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2050, 'Ifrit_Prime', 38, _binary 0x0000190300000000000000000000000000000000, 1, 1, 5, 240, 40, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2051, 'Ignidrake', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 185, 1157, 0, 0, _binary 0x0000000000000000), + (2052, 'Ignis_Djinn', 82, _binary 0x0000C40800000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 0, 0, 0, 238, 1155, 0, 0, _binary 0x0000000000000000), + (2053, 'Ignis_Eruca', 107, _binary 0x0000960100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2054, 'Ignis_Fatuus', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 554, 1155, 0, 0, _binary 0x0000000000000000), + (2055, 'Ika-Roa', 197, _binary 0x00005D0100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2056, 'Iktomi', 235, _binary 0x0000380100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2057, 'Iku-Turso', 218, _binary 0x0000610100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2058, 'Illusory_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 3389, 1157, 0, 0, _binary 0x7070707074701662), + (2059, 'Illuyankas', 164, _binary 0x0000040700000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 8, 0, 32, 1075, 1693, 0, 0, _binary 0x0000000000000000), + (2060, 'Imdugud', 141, _binary 0x0000550500000000000000000000000000000000, 6, 6, 11, 240, 9, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2061, 'Immobilizer', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2062, 'Immolatory_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 302, 1153, 0, 0, _binary 0x0000000000000000), + (2063, 'Immortal_Flan', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2064, 'Immortal_Guard', 149, _binary 0x0500600700000000000000000000000000000000, 16, 16, 3, 240, 0, 0, 0, 0, 0, 648, 1027, 0, 0, _binary 0x0000000000000000), + (2065, 'Imp', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 16, 1, 16, 0, 0, 47, 1155, 0, 0, _binary 0x6161616169610063), + (2066, 'Imperial_Gear', 119, _binary 0x00001B0700000000000000000000000000000000, 1, 1, 12, 240, 152, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2067, 'Imperial_Gears', 120, _binary 0x00001C0700000000000000000000000000000000, 1, 1, 12, 240, 152, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2068, 'Imperial_Trooper', 149, _binary 0x0500A70700000000000000000000000000000000, 7, 7, 3, 240, 0, 0, 0, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (2069, 'Impervious_Chariot', 63, _binary 0x00001E0700000000000000000000000000000000, 12, 12, 10, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2070, 'Impish_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 179, 1669, 0, 0, _binary 0x0000000000000000), + (2071, 'Imp_Bandsman', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2072, 'Incendiary_Bombs', 68, _binary 0x0000230100000000000000000000000000000000, 1, 1, 5, 240, 24, 0, 0, 0, 64, 9, 1667, 0, 0, _binary 0x0000000000000000), + (2073, 'Incubus_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 504, 1667, 0, 0, _binary 0x0000000000000000), + (2074, 'Indich', 115, _binary 0x05000F0400000000000000000000000000000000, 10, 7, 3, 240, 192, 0, 2, 0, 32, 390, 1181, 0, 0, _binary 0x0000000000000000), + (2075, 'Indrik', 0, _binary 0x0000B30800000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2076, 'Infected_Wamoura', 253, _binary 0x0000100700000000000000000000000000000000, 1, 1, 7, 240, 153, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2077, 'Infernal_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 5, 5, 3, 240, 34, 0, 0, 0, 0, 219, 1669, 0, 0, _binary 0x7070707074701662), + (2078, 'Inferno_Demon', 169, _binary 0x0000AA0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 345, 1155, 0, 0, _binary 0x0000000000000000), + (2079, 'Ingaevon', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 16, 1, 2, 0, 32, 3306, 1181, 0, 0, _binary 0x0000000000000000), + (2080, 'Ingester', 138, _binary 0x0000740400000000000000000000000000000000, 8, 8, 3, 240, 141, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2081, 'Ingurgitator', 138, _binary 0x00006D0400000000000000000000000000000000, 1, 1, 3, 240, 141, 0, 16, 0, 0, 324, 1153, 0, 0, _binary 0x0000000000000000), + (2082, 'Inhumer', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 193, 1, 16, 0, 0, 6772, 1155, 0, 0, _binary 0x6161616169610063), + (2083, 'Intulo', 96, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 8, 1, 2, 0, 32, 1203, 1181, 0, 0, _binary 0x0000000000000000), + (2084, 'Inugami', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2085, 'Invincible_Shield', 146, _binary 0x0100030802100220023015400250616121700080, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2086, 'Invulnerable_Mazzgozz', 189, _binary 0x0000EB0300000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2087, 'Iqi-Balam', 71, _binary 0x0000C60800000000000000000000000000000000, 4, 4, 12, 240, 13, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2088, 'Irate_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2089, 'Iriri_Samariri', 297, _binary 0x0000150700000000000000000000000000000000, 4, 4, 5, 150, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2090, 'Iriz_Ima', 295, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 7, 320, 12, 0, 2, 256, 32, 7976, 1181, 0, 0, _binary 0x0000000000000000), + (2091, 'Ironclad_Cleaver', 0, _binary 0x0000059090000000000000000000000000000000, 1, 1, 4, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2092, 'Ironclad_Executioner', 0, _binary 0x0000059090000000000000000000000000000000, 1, 1, 4, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2093, 'Ironclad_Observer', 0, _binary 0x00005B0900000000000000000000000000000000, 1, 4, 2, 150, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2094, 'Ironclad_Pulverizer', 0, _binary 0x00005A0900000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2095, 'Ironclad_Severer', 0, _binary 0x0000059090000000000000000000000000000000, 1, 1, 4, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2096, 'Ironclad_Smiter', 0, _binary 0x0000059090000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2097, 'Ironclad_Sunderer', 0, _binary 0x0000059090000000000000000000000000000000, 1, 1, 4, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2098, 'Ironclad_Triturator', 0, _binary 0x00005A0900000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2099, 'Ironshell', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2100, 'Iron_Bomb', 236, _binary 0x0000FF0600000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2101, 'Iron_Maiden', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 184, 1157, 0, 0, _binary 0x0000000000000000), + (2102, 'Iron_Quadav', 202, _binary 0x00004F0800000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (2103, 'Iron_Ram_Knight', 145, _binary 0x0100000338100D200D300D400D50C1601B700000, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2104, 'Irrlicht', 91, _binary 0x0000A70800000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2105, 'Iruci', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 1, 8, 0, 0, 1747, 1669, 0, 0, _binary 0x6161616169610063), + (2106, 'Isgebind', 263, _binary 0x0000610200000000000000000000000000000000, 1, 4, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2107, 'Island_Rarab', 317, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 311, 1155, 0, 0, _binary 0x0000000000000000), + (2108, 'Isonade', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 7143, 1157, 0, 0, _binary 0x0000000000000000), + (2109, 'Itzpapalotl', 0, _binary 0x0000110700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2110, 'Ivory_Lizard', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 349, 1155, 0, 0, _binary 0x0000000000000000), + (2111, 'Ixtab', 121, _binary 0x0000700100000000000000000000000000000000, 1, 4, 6, 240, 6, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2112, 'Ix_aern_drg', 3, _binary 0x0000570500000000000000000000000000000000, 14, 14, 1, 200, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2113, 'Ix_ghrah', 122, _binary 0x0600910400000000000000000000000000000000, 1, 1, 7, 220, 9, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2114, 'Ix_zdei', 272, _binary 0x0000860400000000000000000000000000000000, 4, 4, 7, 240, 9, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2115, 'Jabbrox_Grannyguise', 133, _binary 0x00003F0400000000000000000000000000000000, 5, 5, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2116, 'Jabkix_Pigeonpecs', 133, _binary 0x00003E0400000000000000000000000000000000, 5, 5, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2117, 'Jackpot', 175, _binary 0x00009C0100000000000000000000000000000000, 1, 1, 0, 0, 32, 0, 0, 0, 0, 1934, 133, 0, 0, _binary 0x0000000000000000), + (2118, 'Jack_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 2, 0, 0, 1462, 133, 0, 0, _binary 0x6161616169610063), + (2119, 'Jack_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 2, 0, 0, 7864, 133, 0, 0, _binary 0x7070707074701662), + (2120, 'Jack_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 2, 0, 0, 3290, 133, 0, 0, _binary 0x1010101010105700), + (2121, 'Jack_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 2, 0, 0, 669, 133, 0, 0, _binary 0x0000000000000000), + (2122, 'Jaculus', 198, _binary 0x0000D10600000000000000000000000000000000, 1, 1, 2, 200, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2123, 'Jaded_Jody', 186, _binary 0x00007E0100000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 2, 0, 32, 4726, 669, 0, 0, _binary 0x0000000000000000), + (2124, 'Jagd_Doll', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 153, 133, 0, 0, _binary 0x0000000000000000), + (2125, 'Jaggedy-Eared_Jack', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2126, 'Jagidbod_of_Clan_Reaper', 189, _binary 0x0000650200000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2127, 'Jagidbod_s_Warmachine', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2128, 'Jagil', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (2129, 'Jaguarundi', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2130, 'Jailer_of_Faith', 109, _binary 0x00000E0200000000000000000000000000000000, 4, 4, 12, 200, 24, 0, 2, 0, 0, 59, 135, 0, 0, _binary 0x6161616169610063), + (2131, 'Jailer_of_Fortitude', 124, _binary 0x0600910400000000000000000000000000000000, 7, 7, 3, 220, 24, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2132, 'Jailer_of_Hope', 194, _binary 0x0000830400000000000000000000000000000000, 1, 4, 7, 280, 24, 0, 2, 9, 0, 0, 0, 0, 1, _binary 0x0000000000000000), + (2133, 'Jailer_of_Justice', 269, _binary 0x0000110200000000000000000000000000000000, 9, 9, 7, 200, 24, 1, 2, 9, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2134, 'Jailer_of_Love', 271, _binary 0x00007C0400000000000000000000000000000000, 1, 1, 7, 220, 24, 0, 2, 0, 0, 0, 0, 1, 1, _binary 0x0000000000000000), + (2135, 'Jailer_of_Prudence', 144, _binary 0x0000800400000000000000000000000000000000, 6, 6, 2, 220, 24, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2136, 'Jailer_of_Temperance', 272, _binary 0x0000860400000000000000000000000000000000, 12, 12, 7, 240, 24, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2137, 'Jajaro', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2138, 'Jakko', 166, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2139, 'Jala', 323, _binary 0x00001B0300000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2140, 'Jalyaat', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2141, 'Jammer_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 27, 647, 0, 0, _binary 0x0000000000000000), + (2142, 'Jasconius', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2143, 'Jasweem', 149, _binary 0x0100040100103220323032403250006000700000, 6, 6, 1, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2144, 'Jazaraat', 115, _binary 0x0500690700000000000000000000000000000000, 17, 17, 3, 240, 193, 0, 2, 0, 32, 6552, 157, 0, 0, _binary 0x0000000000000000), + (2145, 'Jeduah', 178, _binary 0x0000C70800000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 2, 0, 32, 6245, 155, 0, 0, _binary 0x0000000000000000), + (2146, 'Jelly', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 6180, 643, 0, 0, _binary 0x0000000000000000), + (2147, 'Jeumouque_B_D_Aurphe', 222, _binary 0x0000220200000000000000000000000000000000, 11, 1, 9, 360, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2148, 'Jeunoraider_Gepkzip', 189, _binary 0x0000160400000000000000000000000000000000, 13, 13, 10, 240, 16, 1, 0, 0, 32, 2041, 159, 0, 0, _binary 0x0000000000000000), + (2149, 'Jidra', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 16, 0, 0, 659, 135, 0, 0, _binary 0x0000000000000000), + (2150, 'Jii_Xai_the_Rimebladed', 270, _binary 0x0000350800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2151, 'Ji_Fhu_Infiltrator', 202, _binary 0x00001E0400000000000000000000000000000000, 6, 6, 10, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2152, 'Ji_Gho_Ageless', 202, _binary 0x00009C0200000000000000000000000000000000, 3, 3, 3, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2153, 'Ji_Khu_Towercleaver', 202, _binary 0x00001B0400000000000000000000000000000000, 12, 1, 1, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2154, 'Jnun', 86, _binary 0x0000410100000000000000000000000000000000, 1, 1, 3, 270, 192, 12, 1, 0, 0, 142, 133, 0, 0, _binary 0x0000000000000000), + (2155, 'Jolly_Green', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2156, 'Jormungand', 263, _binary 0x0000610200000000000000000000000000000000, 8, 8, 7, 240, 137, 1, 2, 0, 32, 606, 157, 0, 0, _binary 0x0000000000000000), + (2157, 'Jorporbor_the_Hellraker', 246, _binary 0x0600950600000000000000000000000000000000, 8, 8, 5, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2158, 'Jotunn_Gatekeeper', 126, _binary 0x0000BF0200000000000000000000000000000000, 1, 1, 6, 240, 1, 1, 0, 0, 0, 1157, 131, 0, 0, _binary 0x0000000000000000), + (2159, 'Jotunn_Hallkeeper', 126, _binary 0x0000820200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 1695, 131, 0, 0, _binary 0x0000000000000000), + (2160, 'Jotunn_Ruffian', 126, _binary 0x00000F0100000000000000000000000000000000, 2, 2, 1, 240, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2161, 'Jotunn_Wallkeeper', 126, _binary 0x0000C30200000000000000000000000000000000, 11, 11, 11, 240, 1, 1, 0, 0, 0, 4998, 131, 0, 0, _binary 0x0000000000000000), + (2162, 'Jotunn_Wildkeeper', 126, _binary 0x0000BF0200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 0, 0, 0, 1612, 131, 0, 0, _binary 0x0000000000000000), + (2163, 'Jubjub', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 1, 0, 0, 298, 129, 0, 0, _binary 0x0000000000000000), + (2164, 'Judicator_Demon', 169, _binary 0x0000E50200000000000000000000000000000000, 8, 8, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2165, 'Juggler_Hecatomb', 110, _binary 0x0000E30100000000000000000000000000000000, 5, 5, 3, 240, 34, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (2166, 'Jugner_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 400, 129, 0, 0, _binary 0x0000000000000000), + (2167, 'Jumbo_Rafflesia', 207, _binary 0x0000E80700000000000000000000000000000000, 9, 9, 7, 240, 128, 0, 0, 0, 0, 562, 643, 0, 0, _binary 0x0000000000000000), + (2168, 'Jungle_Coeurl', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 1, 0, 0, 0, 0, 231, 131, 0, 0, _binary 0x0000000000000000), + (2169, 'Jurik', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 32, 1242, 155, 0, 0, _binary 0x0000000000000000), + (2170, 'Juu_Duzu_the_Whirlwind', 270, _binary 0x00004C0200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2171, 'Juu_Zeni_the_Poisonmist', 270, _binary 0x00004B0200000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2172, 'K22B6-LAMIA', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2173, 'K22H3-LAMIA', 171, _binary 0x0600700600000000000000000000000000000000, 11, 11, 5, 240, 8, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2174, 'K22P2-LAMIA', 171, _binary 0x0600780600000000000000000000000000000000, 17, 17, 5, 240, 8, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2175, 'K23H1-LAMIA', 171, _binary 0x06006C0600000000000000000000000000000000, 11, 11, 5, 240, 9, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2176, 'Ka', 221, _binary 0x0000140200000000000000000000000000000000, 1, 1, 3, 360, 6, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (2177, 'Kadjaya', 149, _binary 0x01000B02000087208730AF40A0507B6100000000, 6, 6, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2178, 'Kadraeth_the_Hatespawn', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2179, 'Kagetora', 149, _binary 0x01000E0104100420003009401150006000700000, 13, 13, 9, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2180, 'Kaiser_Behemoth', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 6, 380, 9, 1, 2, 0, 0, 307, 133, 0, 0, _binary 0x0000000000000000), + (2181, 'Kalamainu', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 32, 6623, 157, 0, 0, _binary 0x0000000000000000), + (2182, 'Kaliya', 118, _binary 0x0000B10800000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2183, 'Kampe', 0, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2184, 'Kam_lanaut', 149, _binary 0x00001F0300000000000000000000000000000000, 5, 5, 3, 240, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2185, 'Kaneakeluh', 70, _binary 0x0000200100000000000000000000000000000000, 1, 8, 6, 240, 1, 0, 2, 0, 0, 50, 133, 0, 0, _binary 0x0000000000000000), + (2186, 'Kappa_Akuso', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 2, 0, 0, 245, 133, 0, 0, _binary 0x0000000000000000), + (2187, 'Kappa_Biwa', 213, _binary 0x00003A0500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 2, 0, 0, 1900, 131, 0, 0, _binary 0x0000000000000000), + (2188, 'Kappa_Bonze', 213, _binary 0x00002F0500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 2, 0, 0, 6, 129, 0, 0, _binary 0x1010101010105700), + (2189, 'Karababa', 153, _binary 0x05005C0700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 32, 1129, 27, 0, 0, _binary 0x0000000000000000), + (2190, 'Karakul', 167, _binary 0x0000550100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2191, 'Karashix_Swollenskull', 133, _binary 0x00003F0400000000000000000000000000000000, 12, 12, 10, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2192, 'Karazahm', 145, _binary 0x0500AE0700000000000000000000000000000000, 1, 1, 6, 240, 8, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2193, 'Kari', 126, _binary 0x0000820200000000000000000000000000000000, 2, 2, 1, 240, 9, 1, 16, 0, 32, 553, 153, 0, 0, _binary 0x0000000000000000), + (2194, 'Karkadann', 39, _binary 0x0000B20800000000000000000000000000000000, 4, 1, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2195, 'Karkatakam', 77, _binary 0x0000670100000000000000000000000000000000, 20, 4, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2196, 'Karkinos', 0, _binary 0x0000660100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2197, 'Kayeel-Payeel', 153, _binary 0x01000B05DC10DC20DC3013401350566100000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2198, 'Kazan_the_Peerless', 270, _binary 0x00003B0400000000000000000000000000000000, 13, 12, 2, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2199, 'Ka_Ghi_Trovetaker', 202, _binary 0x0000980200000000000000000000000000000000, 6, 1, 2, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2200, 'Ka_Nha_Jabbertongue', 202, _binary 0x0000950200000000000000000000000000000000, 4, 4, 6, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2201, 'Kedgebelly_Kate', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 0, 0, 2, 0, 0, 0, 32, 898, 669, 0, 0, _binary 0x0000000000000000), + (2202, 'Keeneyed_Aufwuf', 189, _binary 0x0000F10300000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2203, 'Keeper_of_Halidom', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2204, 'Keesha_Poppo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 2, 3, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2205, 'Kee_Taw_the_Nightingale', 270, _binary 0x00004F0200000000000000000000000000000000, 10, 10, 5, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2206, 'Kelp_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2207, 'Kelp_Kulshedra', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2208, 'Kelp_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2209, 'Keratyrannos', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 6, 200, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2210, 'Keremet', 74, _binary 0x0000530500000000000000000000000000000000, 4, 4, 11, 290, 192, 0, 2, 0, 0, 7, 133, 0, 0, _binary 0x6161616169610063), + (2211, 'Kerkopes', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 13, 1, 16, 0, 0, 185, 1159, 0, 0, _binary 0x0000000000000000), + (2212, 'Ketea', 0, _binary 0x0000000000000000000000000000000000000000, 4, 6, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2213, 'Ketos', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2214, 'Kettenkaefer', 49, _binary 0x0000980100000000000000000000000000000000, 8, 8, 3, 240, 1, 0, 2, 0, 0, 3325, 131, 0, 0, _binary 0x0000000000000000), + (2215, 'Kf_ghrah_whm', 122, _binary 0x0600910400000000000000000000000000000000, 1, 1, 7, 220, 129, 1, 2, 0, 0, 0, 0, 0, 1, _binary 0x0000000000000000), + (2216, 'Khadem_Quemquoma', 217, _binary 0x00001C0100000000000000000000000000000000, 4, 4, 7, 280, 133, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2217, 'Khalamari', 269, _binary 0x0000110200000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2218, 'Khalkotaur', 240, _binary 0x0000500500000000000000000000000000000000, 1, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2219, 'Kharon', 89, _binary 0x0000DE0600000000000000000000000000000000, 8, 8, 3, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2220, 'Khimaira', 168, _binary 0x00000D0700000000000000000000000000000000, 1, 1, 7, 320, 141, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2221, 'Khimaira_13', 168, _binary 0x00000D0700000000000000000000000000000000, 1, 1, 7, 320, 141, 1, 0, 0, 32, 177, 667, 0, 0, _binary 0x0000000000000000), + (2222, 'Khimaira_14X', 168, _binary 0x00000D0700000000000000000000000000000000, 1, 1, 7, 320, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2223, 'Khromasoul_Bhurborlor', 308, _binary 0x0000A80600000000000000000000000000000000, 7, 7, 2, 230, 13, 0, 2, 1, 32, 1161, 157, 0, 0, _binary 0x0000000000000000), + (2224, 'Khroma_Quadav', 202, _binary 0x00006A0800000000000000000000000000000000, 1, 1, 2, 265, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2225, 'Kikklix_Longlegs', 133, _binary 0x00003E0400000000000000000000000000000000, 1, 2, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2226, 'Kilhwch', 149, _binary 0x01000D014D104D204D304D404D50406118700000, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2227, 'Kilioa', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 32, 1126, 157, 0, 0, _binary 0x0000000000000000), + (2228, 'Killer_Bee', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 608, 643, 0, 0, _binary 0x0000000000000000), + (2229, 'Killer_Mushroom', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 351, 131, 0, 0, _binary 0x0000000000000000), + (2230, 'Killing_Claw', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 132, 1, 0, 0, 0, 9, 131, 0, 0, _binary 0x0000000000000000), + (2231, 'Killing_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2232, 'Kindred_Bard', 169, _binary 0x0000F40200000000000000000000000000000000, 10, 10, 9, 240, 16, 1, 0, 0, 0, 244, 131, 0, 0, _binary 0x0000000000000000), + (2233, 'Kindred_Beastmaster', 169, _binary 0x0000EB0200000000000000000000000000000000, 9, 1, 1, 240, 16, 1, 0, 0, 0, 6291, 131, 0, 0, _binary 0x0000000000000000), + (2234, 'Kindred_Black_Mage', 169, _binary 0x0000E50200000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2235, 'Kindred_Dark_Knight', 169, _binary 0x0000BA0200000000000000000000000000000000, 8, 8, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2236, 'Kindred_Dragoon', 169, _binary 0x0000E60200000000000000000000000000000000, 14, 14, 8, 240, 16, 1, 0, 0, 0, 540, 131, 0, 0, _binary 0x0000000000000000), + (2237, 'Kindred_Monk', 169, _binary 0x0000EB0200000000000000000000000000000000, 2, 1, 1, 240, 16, 1, 0, 0, 0, 781, 131, 0, 0, _binary 0x0000000000000000), + (2238, 'Kindred_Ninja', 169, _binary 0x0000BA0200000000000000000000000000000000, 13, 1, 3, 240, 16, 1, 0, 0, 0, 699, 131, 0, 0, _binary 0x0000000000000000), + (2239, 'Kindred_Paladin', 169, _binary 0x0000E60200000000000000000000000000000000, 7, 7, 1, 240, 16, 1, 0, 0, 0, 1032, 131, 0, 0, _binary 0x0000000000000000), + (2240, 'Kindred_Ranger', 169, _binary 0x0000EB0200000000000000000000000000000000, 11, 1, 1, 240, 16, 1, 0, 0, 0, 3610, 131, 0, 0, _binary 0x0000000000000000), + (2241, 'Kindred_Red_Mage', 169, _binary 0x0000F40200000000000000000000000000000000, 5, 5, 9, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2242, 'Kindred_Samurai', 169, _binary 0x0000BA0200000000000000000000000000000000, 12, 1, 3, 240, 16, 1, 0, 0, 0, 737, 131, 0, 0, _binary 0x0000000000000000), + (2243, 'Kindred_Summoner', 169, _binary 0x0000E80200000000000000000000000000000000, 15, 15, 4, 240, 16, 1, 0, 0, 0, 343, 133, 0, 0, _binary 0x0000000000000000), + (2244, 'Kindred_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2245, 'Kindred_s_Elemental', 100, _binary 0x00000F0000000000000000000000000000000000, 8, 8, 11, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2246, 'Kindred_s_Vouivre', 267, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2247, 'Kindred_s_Wyvern', 193, _binary 0x0000F90200000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2248, 'Kindred_Thief', 169, _binary 0x0000E60200000000000000000000000000000000, 6, 6, 9, 240, 16, 1, 0, 0, 0, 735, 131, 0, 0, _binary 0x0000000000000000), + (2249, 'Kindred_Warrior', 169, _binary 0x0000E40200000000000000000000000000000000, 1, 1, 1, 240, 16, 1, 0, 0, 0, 343, 133, 0, 0, _binary 0x0000000000000000), + (2250, 'Kindred_White_Mage', 169, _binary 0x0000F40200000000000000000000000000000000, 3, 3, 3, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2251, 'Kinepikwa', 192, _binary 0x0000DF0700000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2252, 'Kingslayer_Doggvdegg', 189, _binary 0x00001B0800000000000000000000000000000000, 1, 1, 4, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2253, 'King_Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 380, 0, 0, 0, 0, 0, 616, 133, 0, 0, _binary 0x0000000000000000), + (2254, 'King_Arthro', 77, _binary 0x0000650100000000000000000000000000000000, 4, 5, 12, 240, 2, 0, 2, 0, 32, 514, 157, 0, 0, _binary 0x6161616169610063), + (2255, 'King_Behemoth', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 6, 380, 16, 1, 2, 0, 0, 6713, 131, 0, 0, _binary 0x0000000000000000), + (2256, 'King_Buffalo', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 8, 12, 360, 8, 0, 0, 0, 0, 608, 133, 0, 0, _binary 0x0000000000000000), + (2257, 'King_Goldemar', 90, _binary 0x00002F0700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2258, 'King_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 40, 1, 2, 0, 0, 1048, 135, 0, 0, _binary 0x6161616169610063), + (2259, 'King_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 40, 1, 2, 0, 0, 7, 2183, 0, 0, _binary 0x7070707074701662), + (2260, 'King_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 11, 240, 40, 1, 2, 0, 0, 7, 2183, 0, 0, _binary 0x1010101010105700), + (2261, 'King_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 40, 1, 2, 0, 0, 7, 2183, 0, 0, _binary 0x0000000000000000), + (2262, 'King_Vinegarroon', 274, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 2, 0, 32, 661, 159, 0, 0, _binary 0x0000000000000000), + (2263, 'King_Zagan', 169, _binary 0x0000E60200000000000000000000000000000000, 14, 14, 8, 240, 16, 1, 0, 0, 32, 764, 159, 0, 0, _binary 0x0000000000000000), + (2264, 'Kirata', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2265, 'Kirin', 281, _binary 0x0000930100000000000000000000000000000000, 15, 4, 7, 360, 16, 1, 2, 0, 32, 539, 159, 0, 0, _binary 0x0061000000000000), + (2266, 'Kirin_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2267, 'Kirlirger_the_Abhorrent', 246, _binary 0x0600950600000000000000000000000000000000, 8, 8, 5, 280, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2268, 'Kirtimukha', 207, _binary 0x0000E80700000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2269, 'Kissing_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 140, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2270, 'Kloesse', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2271, 'Knight_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 1, 0, 0, 0, 2125, 131, 0, 0, _binary 0x0000000000000000), + (2272, 'Knight_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 195, 131, 0, 0, _binary 0x0000000000000000), + (2273, 'Knii_Hoqo_the_Bisector', 270, _binary 0x00003A0400000000000000000000000000000000, 12, 12, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2274, 'Knoll_Clionid', 0, _binary 0x00004C0900000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2275, 'Knotty_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 642, 131, 0, 0, _binary 0x0000000000000000), + (2276, 'Koenigstiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 5, 7, 240, 3, 1, 2, 0, 0, 3127, 131, 0, 0, _binary 0x0000000000000000), + (2277, 'Koghatu', 1, _binary 0x0000F20600000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2278, 'Koios', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2279, 'Koo_Buzu_the_Theomanic', 270, _binary 0x0000540200000000000000000000000000000000, 15, 15, 6, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2280, 'Koo_Rahi_the_Levinblade', 270, _binary 0x00003A0400000000000000000000000000000000, 12, 12, 1, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2281, 'Koo_Saxu_the_Everfast', 270, _binary 0x00003C0400000000000000000000000000000000, 3, 3, 3, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2282, 'Korrigan', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 7, 360, 2, 1, 16, 0, 0, 194, 133, 0, 0, _binary 0x0000000000000000), + (2283, 'Korroloka_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 360, 645, 0, 0, _binary 0x0000000000000000), + (2284, 'Koshchei', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 32, 3767, 155, 0, 0, _binary 0x0000000000000000), + (2285, 'Ko_Dho_Cannonball', 202, _binary 0x00001E0400000000000000000000000000000000, 2, 2, 6, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2286, 'Kraken', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2287, 'Kreutzet', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 12, 240, 3, 1, 2, 0, 0, 345, 133, 0, 0, _binary 0x0000000000000000), + (2288, 'Krinahal', 149, _binary 0x05005E0700000000000000000000000000000000, 16, 16, 3, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2289, 'Kronprinz_Behemoth', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 6, 380, 9, 1, 2, 0, 0, 183, 129, 0, 0, _binary 0x0000000000000000), + (2290, 'Kudagitsune', 52, _binary 0x0000710100000000000000000000000000000000, 4, 4, 12, 240, 192, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2291, 'Kudjreel', 149, _binary 0x0500A80700000000000000000000000000000000, 16, 2, 1, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2292, 'Kuftal_Digger', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 0, 0, 0, 152, 133, 0, 0, _binary 0x6161616169610063), + (2293, 'Kukki-Chebukki', 153, _binary 0x06009C0400000000000000000000000000000000, 4, 1, 9, 240, 0, 0, 16, 0, 32, 32, 157, 0, 0, _binary 0x6161616169610063), + (2294, 'Kukulkan', 0, _binary 0x0000E00700000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2295, 'Kulili', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 1, 0, 2, 0, 32, 245, 155, 0, 0, _binary 0x0000000000000000), + (2296, 'Kulshedra', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 128, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (2297, 'Kumbaba', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 1, 0, 0, 0, 32, 2526, 157, 0, 0, _binary 0x0000000000000000), + (2298, 'Kur', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 2, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2299, 'Kurrea', 58, _binary 0x0000470500000000000000000000000000000000, 4, 5, 12, 300, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2300, 'Kurt', 149, _binary 0x01000F015810A220A230A240A250436100705980, 13, 13, 9, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2301, 'Kusa', 149, _binary 0x0500B20700000000000000000000000000000000, 13, 13, 9, 240, 201, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2302, 'Kutharei', 0, _binary 0x0000A20800000000000000000000000000000000, 5, 4, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2303, 'Kuu_Xuka_the_Nimble', 270, _binary 0x00003B0400000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2304, 'Ku_Jhu_Graniteskin', 202, _binary 0x0000860200000000000000000000000000000000, 1, 1, 4, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2305, 'Ku_Tya_Hotblood', 202, _binary 0x00008B0200000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2306, 'Kyo', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2307, 'Laa_Heha_the_Falconer', 270, _binary 0x0000350800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2308, 'Laa_Vaqu_the_Sutler', 270, _binary 0x0000410800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2309, 'Laa_Yaku_the_Austere', 270, _binary 0x00003C0400000000000000000000000000000000, 3, 3, 3, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2310, 'Labyrinth_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 179, 643, 0, 0, _binary 0x0000000000000000), + (2311, 'Labyrinth_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 292, 131, 0, 0, _binary 0x0000000000000000), + (2312, 'Labyrinth_Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 0, 0, 0, 0, 132, 129, 0, 0, _binary 0x0000000000000000), + (2313, 'Labyrinth_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2314, 'Ladon', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 72, 135, 0, 0, _binary 0x0000000000000000), + (2315, 'Ladybug', 170, _binary 0x0000E20700000000000000000000000000000000, 6, 6, 7, 220, 12, 0, 0, 0, 0, 8145, 641, 0, 0, _binary 0x0000000000000000), + (2316, 'Lady_Lilith', 0, _binary 0x0000000000000000000000000000000000000000, 19, 19, 2, 240, 1, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2317, 'Lagoon_Sahagin', 213, _binary 0x0000280500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 0, 0, 0, 237, 133, 0, 0, _binary 0x1010101010105700), + (2318, 'Lahama', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2319, 'Laila', 149, _binary 0x01000202D310D320D330D340D3507B6100700000, 19, 19, 2, 240, 0, 0, 16, 0, 32, 547, 539, 0, 0, _binary 0x0000000000000000), + (2320, 'Laisavie_X_Berlends', 145, _binary 0x0100050400102F201A301A401A50666100700000, 7, 11, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2321, 'Lake_Sahagin', 213, _binary 0x0000320500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2322, 'Lambton_Worm', 214, _binary 0x0000EB0700000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2323, 'Lamenter', 256, _binary 0x0000580400000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2324, 'Lamia_Bellydancer', 171, _binary 0x0600750600000000000000000000000000000000, 14, 14, 5, 240, 1, 1, 0, 0, 0, 231, 517, 0, 0, _binary 0x0000000000000000), + (2325, 'Lamia_Bowyer', 171, _binary 0x06006E0600000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2326, 'Lamia_Chaukidar', 171, _binary 0x0600780600000000000000000000000000000000, 17, 17, 5, 240, 1, 1, 0, 0, 0, 397, 515, 0, 0, _binary 0x0000000000000000), + (2327, 'Lamia_Commandress', 171, _binary 0x0600750600000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 17, 515, 0, 0, _binary 0x0000000000000000), + (2328, 'Lamia_Dancer', 171, _binary 0x0600750600000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 505, 515, 0, 0, _binary 0x0000000000000000), + (2329, 'Lamia_Dartist', 171, _binary 0x06006F0600000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 133, 515, 0, 0, _binary 0x0000000000000000), + (2330, 'Lamia_Deathdancer', 171, _binary 0x0600780600000000000000000000000000000000, 17, 17, 5, 240, 1, 1, 0, 0, 0, 138, 517, 0, 0, _binary 0x0000000000000000), + (2331, 'Lamia_Exon', 171, _binary 0x0600740600000000000000000000000000000000, 4, 17, 5, 240, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2332, 'Lamia_Fatedealer', 171, _binary 0x0600770600000000000000000000000000000000, 17, 17, 5, 240, 1, 1, 0, 0, 0, 184, 515, 0, 0, _binary 0x0000000000000000), + (2333, 'Lamia_Freebooter', 171, _binary 0x0600770600000000000000000000000000000000, 17, 17, 5, 240, 1, 1, 0, 0, 0, 16, 513, 0, 0, _binary 0x0000000000000000), + (2334, 'Lamia_Graverobber', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 26, 515, 0, 0, _binary 0x6161616169610063), + (2335, 'Lamia_Idolater', 203, _binary 0x0600C60600000000000000000000000000000000, 8, 8, 5, 240, 7, 0, 0, 0, 0, 451, 131, 0, 0, _binary 0x0000000000000000), + (2336, 'Lamia_Immolator', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 16, 515, 0, 0, _binary 0x6161616169610063), + (2337, 'Lamia_Jaeger', 171, _binary 0x06006F0600000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 21, 515, 0, 0, _binary 0x0000000000000000), + (2338, 'Lamia_Necromancer', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 186, 517, 0, 0, _binary 0x6161616169610063), + (2339, 'Lamia_No11', 171, _binary 0x0600790600000000000000000000000000000000, 11, 11, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2340, 'Lamia_No13', 171, _binary 0x06006C0600000000000000000000000000000000, 11, 11, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2341, 'Lamia_No14', 171, _binary 0x0600790600000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2342, 'Lamia_No15', 171, _binary 0x0600770600000000000000000000000000000000, 17, 17, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2343, 'Lamia_No17', 171, _binary 0x06006D0600000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2344, 'Lamia_No18', 171, _binary 0x0600770600000000000000000000000000000000, 17, 17, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2345, 'Lamia_No19', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2346, 'Lamia_No2', 171, _binary 0x06006F0600000000000000000000000000000000, 11, 11, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2347, 'Lamia_No21', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2348, 'Lamia_No24', 171, _binary 0x0600750600000000000000000000000000000000, 4, 4, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2349, 'Lamia_No27', 171, _binary 0x0600740600000000000000000000000000000000, 4, 4, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2350, 'Lamia_No3', 171, _binary 0x0600740600000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2351, 'Lamia_No34', 171, _binary 0x06006F0600000000000000000000000000000000, 11, 11, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2352, 'Lamia_No4', 171, _binary 0x0600770600000000000000000000000000000000, 17, 17, 5, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2353, 'Lamia_No9', 171, _binary 0x0600750600000000000000000000000000000000, 15, 15, 4, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2354, 'Lamia_Palace_Guard', 171, _binary 0x0600770600000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2355, 'Lamia_Prosector', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2356, 'Lamia_Rover', 171, _binary 0x0600770600000000000000000000000000000000, 17, 17, 5, 240, 1, 1, 0, 0, 0, 17, 515, 0, 0, _binary 0x0000000000000000), + (2357, 'Lamia_Sharper', 171, _binary 0x0600770600000000000000000000000000000000, 17, 17, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2358, 'Lamia_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 153, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2359, 'Lamia_s_Elemental', 100, _binary 0x00000F0000000000000000000000000000000000, 8, 8, 11, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2360, 'Lamia_s_Skeleton', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 192, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2361, 'Lamia_Toxophilite', 171, _binary 0x0600710600000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 344, 517, 0, 0, _binary 0x0000000000000000), + (2362, 'Lamie_Bellydancer', 171, _binary 0x0600750600000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 137, 517, 0, 0, _binary 0x0000000000000000), + (2363, 'Lamie_Deathdancer', 171, _binary 0x0600780600000000000000000000000000000000, 17, 17, 5, 240, 1, 1, 0, 0, 0, 185, 517, 0, 0, _binary 0x0000000000000000), + (2364, 'Lamie_Necromancer', 171, _binary 0x0600760600000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 609, 517, 0, 0, _binary 0x6161616169610063), + (2365, 'Lamie_No7', 171, _binary 0x0600780600000000000000000000000000000000, 17, 17, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2366, 'Lamie_No8', 171, _binary 0x0600710600000000000000000000000000000000, 11, 11, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2367, 'Lamie_No9', 171, _binary 0x0600750600000000000000000000000000000000, 15, 15, 4, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2368, 'Lamie_Toxophilite', 171, _binary 0x0600710600000000000000000000000000000000, 11, 11, 5, 240, 8, 1, 0, 0, 0, 83, 517, 0, 0, _binary 0x0000000000000000), + (2369, 'Lamina', 0, _binary 0x0000000000000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2370, 'Lancelord_Gaheel_Ja', 177, _binary 0x0000F50600000000000000000000000000000000, 7, 7, 10, 280, 12, 0, 0, 0, 32, 6, 155, 0, 0, _binary 0x0000000000000000), + (2371, 'Lancet_Jagil', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2372, 'Land_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2373, 'Land_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (2374, 'Land_Worm', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 0, 0, 0, 138, 131, 0, 0, _binary 0x007F000000000000), + (2375, 'Lanky_Lenglen', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 5, 5, 200, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2376, 'Large_Box', 183, _binary 0x0000030100000000000000000000000000000000, 1, 1, 7, 170, 34, 0, 0, 0, 0, 7, 645, 0, 0, _binary 0x0000000000000000), + (2377, 'Larva', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 238, 643, 0, 0, _binary 0x0000000000000000), + (2378, 'Larzos', 0, _binary 0x0000000000000000000000000000000000000000, 2, 2, 12, 240, 1, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2379, 'Lava_Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 396, 643, 0, 0, _binary 0x0000000000000000), + (2380, 'La_Theine_Liege', 113, _binary 0x0000C00100000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2381, 'La_Vaule_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (2382, 'La_Velue', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 32, 3969, 667, 0, 0, _binary 0x0000000000000000), + (2383, 'Lead_Quadav', 202, _binary 0x0000910200000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2384, 'Leaping_Lizzy', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2385, 'Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2386, 'Leech_King', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2387, 'Legendary_Weapon', 110, _binary 0x0000DE0100000000000000000000000000000000, 4, 5, 11, 240, 34, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2388, 'Lemures', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 396, 133, 0, 0, _binary 0x6161616169610063), + (2389, 'Lentor', 231, _binary 0x0000E50700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2390, 'Leonoyne', 145, _binary 0x010002033A103A203A303A403A50976100700080, 7, 4, 4, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2391, 'Lerren', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2392, 'Leshachikha', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (2393, 'Leshonki', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 32, 185, 159, 0, 0, _binary 0x0000000000000000), + (2394, 'Leshy', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 258, 131, 0, 0, _binary 0x0000000000000000), + (2395, 'Lesser_Arimaspi', 0, _binary 0x0000000000000000000000000000000000000000, 11, 4, 5, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2396, 'Lesser_Colibri', 72, _binary 0x0000B80600000000000000000000000000000000, 5, 5, 2, 200, 0, 0, 0, 0, 0, 257, 129, 0, 0, _binary 0x7070707074701662), + (2397, 'Lesser_Gaylas', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 431, 643, 0, 0, _binary 0x0000000000000000), + (2398, 'Lesser_Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 0, 0, 0, 0, 523, 129, 0, 0, _binary 0x0000000000000000), + (2399, 'Lesser_Roc', 125, _binary 0x0000500100000000000000000000000000000000, 1, 3, 11, 240, 8, 1, 0, 0, 0, 394, 131, 0, 0, _binary 0x0000000000000000), + (2400, 'Lesser_Wivre', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 5, 240, 4, 0, 0, 0, 0, 448, 131, 0, 0, _binary 0x0000000000000000), + (2401, 'Leujaoam_Worm', 258, _binary 0x0000AA0100000000000000000000000000000000, 4, 5, 7, 240, 128, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x007F000000000000), + (2402, 'Leviathan_Prime', 40, _binary 0x00001B0300000000000000000000000000000000, 1, 1, 8, 240, 40, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2403, 'Lewenhart', 149, _binary 0x01000D0100100B20063003400850A46000700000, 10, 10, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2404, 'Ley_Clionid', 0, _binary 0x00004C0900000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2405, 'Lhu_Mhakaracca', 151, _binary 0x01000D07511051205130514051505B6135700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2406, 'Libran_Caster', 153, _binary 0x01000D0512101420143014401450E36027701B80, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2407, 'Lich', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 177, 131, 0, 0, _binary 0x6161616169610063), + (2408, 'Lich_C_Magnus', 227, _binary 0x0000400200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 32, 6747, 159, 0, 0, _binary 0x6161616169610063), + (2409, 'Licorice', 0, _binary 0x0000070700000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2410, 'Lightning_Gremlin', 110, _binary 0x0000D40100000000000000000000000000000000, 1, 1, 3, 240, 34, 1, 2, 0, 0, 7926, 131, 0, 0, _binary 0x0000000000000000), + (2411, 'Lightning_Wyvern', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 0, 0, 0, 46, 129, 0, 0, _binary 0x0000000000000000), + (2412, 'Lightsteel_Quadav', 202, _binary 0x00008E0200000000000000000000000000000000, 7, 7, 1, 265, 129, 1, 0, 0, 0, 2923, 131, 0, 0, _binary 0x0000000000000000), + (2413, 'Light_Elemental', 104, _binary 0x00000E0000000000000000000000000000000000, 3, 3, 11, 240, 32, 0, 0, 0, 0, 1710, 131, 0, 0, _binary 0x0000000000007F00), + (2414, 'Likho', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 3, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2415, 'Lilisette', 149, _binary 0x0000820800000000000000000000000000000000, 19, 19, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2416, 'Lilith_Ascendant', 0, _binary 0x00008E0800000000000000000000000000000000, 4, 4, 12, 240, 16, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2417, 'Lil_Apkallu', 294, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 380, 136, 0, 2, 7, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2418, 'Limestone_Hare', 206, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2419, 'Limicoline_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 1953, 129, 0, 0, _binary 0x0000000000000000), + (2420, 'Lindwurm', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 200, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2421, 'Lioumere', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 2, 0, 32, 161, 2205, 0, 0, _binary 0x0000000000000000), + (2422, 'Liquified_Einherjar', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 41, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2423, 'Lividroot_Amooshah', 296, _binary 0x00007E0100000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2424, 'Living_Statue', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 396, 643, 0, 0, _binary 0x0000000000000000), + (2425, 'Living_Staves', 23, _binary 0x0000CE0100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2426, 'Llamhigyn_Y_Dwr', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 192, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2427, 'Lobais', 115, _binary 0x0500030400000000000000000000000000000000, 15, 4, 12, 240, 192, 0, 2, 0, 32, 1426, 157, 0, 0, _binary 0x0000000000000000), + (2428, 'Lobison', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 9, 1, 1, 0, 0, 27, 133, 0, 0, _binary 0x0000000000000000), + (2429, 'Lockbuster_Zapdjipp', 189, _binary 0x0000160400000000000000000000000000000000, 6, 6, 10, 240, 16, 1, 0, 0, 32, 402, 159, 0, 0, _binary 0x0000000000000000), + (2430, 'Logi', 56, _binary 0x00001A0100000000000000000000000000000000, 4, 4, 12, 240, 25, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2431, 'Long-Armed_Chariot', 63, _binary 0x0000210700000000000000000000000000000000, 1, 9, 6, 320, 145, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2432, 'Long-Barreled_Chariot', 63, _binary 0x00001F0700000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2433, 'Long-Bowed_Chariot', 63, _binary 0x00001F0700000000000000000000000000000000, 1, 1, 6, 320, 145, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2434, 'Long-Gunned_Chariot', 63, _binary 0x0000210700000000000000000000000000000000, 1, 1, 5, 320, 145, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2435, 'Long-Horned_Chariot', 63, _binary 0x00001F0700000000000000000000000000000000, 1, 9, 5, 320, 145, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2436, 'Longarmed_Gottditt', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2437, 'Loo_Hepe_the_Eyepiercer', 270, _binary 0x0000390400000000000000000000000000000000, 5, 5, 4, 240, 16, 1, 1, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2438, 'Loo_Kutto_the_Pensive', 270, _binary 0x00001E0800000000000000000000000000000000, 12, 12, 1, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2439, 'Lord_of_Onzozo', 218, _binary 0x0000600100000000000000000000000000000000, 2, 4, 7, 240, 2, 0, 2, 0, 0, 1089, 135, 0, 0, _binary 0x0000000000000000), + (2440, 'Lord_Varney', 309, _binary 0x0000350700000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2441, 'Lorelei', 195, _binary 0x0000EE0700000000000000000000000000000000, 5, 3, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2442, 'Lost_Soul', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 503, 131, 0, 0, _binary 0x0000000000000000), + (2443, 'Lou_Carcolh', 231, _binary 0x0000E50700000000000000000000000000000000, 1, 1, 7, 240, 132, 1, 0, 0, 0, 448, 643, 0, 0, _binary 0x0000000000000000), + (2444, 'Luaith', 115, _binary 0x0500FF0300000000000000000000000000000000, 6, 1, 2, 220, 192, 0, 2, 0, 32, 4915, 157, 0, 0, _binary 0x0000000000000000), + (2445, 'Ludwig', 149, _binary 0x01000301DA10DA20DA30DA40DA50896100701C80, 8, 8, 7, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2446, 'Lugarhoo', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2447, 'Lugat', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 402, 131, 0, 0, _binary 0x6161616169610063), + (2448, 'Luison', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2449, 'Lumbering_Lambert', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 1, 0, 2, 0, 32, 7507, 157, 0, 0, _binary 0x0000000000000000), + (2450, 'Lumber_Jack', 49, _binary 0x0000990100000000000000000000000000000000, 8, 4, 7, 220, 1, 0, 2, 0, 32, 244, 157, 0, 0, _binary 0x0000000000000000), + (2451, 'Luminous_Coalescence', 104, _binary 0x0000BA0100000000000000000000000000000000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (2452, 'Lunantishee', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 180, 128, 0, 0, 0, 0, 608, 131, 0, 0, _binary 0x0000000000000000), + (2453, 'Lurklox_Dhalmelneck', 133, _binary 0x00003E0400000000000000000000000000000000, 11, 11, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2454, 'Lusca', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2455, 'Lutete', 153, _binary 0x01000306741061201430144014506D6025700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2456, 'Lycopodium', 178, _binary 0x0000C70800000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 605, 129, 0, 0, _binary 0x0000000000000000), + (2457, 'Lyncean_Juwgneg', 189, _binary 0x0000160400000000000000000000000000000000, 11, 11, 11, 240, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2458, 'Lynx', 71, _binary 0x0000C60800000000000000000000000000000000, 1, 1, 2, 240, 12, 0, 1, 0, 0, 364, 131, 0, 0, _binary 0x0000000000000000), + (2459, 'Maahes', 71, _binary 0x00006F0100000000000000000000000000000000, 4, 1, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2460, 'Maat', 149, _binary 0x0000FA0200000000000000000000000000000000, 2, 2, 1, 300, 24, 0, 18, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2461, 'Maat_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 24, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2462, 'Maat_s_Pet', 242, _binary 0x00002D0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 24, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2463, 'Maat_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 0, 0, 24, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2464, 'Maa_Febi_the_Steadfast', 270, _binary 0x00003A0400000000000000000000000000000000, 7, 12, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2465, 'Maa_Illmu_the_Bestower', 270, _binary 0x00003C0400000000000000000000000000000000, 3, 3, 3, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2466, 'Maa_Zaua_the_Wyrmkeeper', 270, _binary 0x0000390400000000000000000000000000000000, 14, 1, 5, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2467, 'Macan_Gadangan', 71, _binary 0x00006F0100000000000000000000000000000000, 4, 4, 12, 240, 1, 0, 2, 0, 32, 2674, 155, 0, 0, _binary 0x6161616169610063), + (2468, 'Macha', 55, _binary 0x0000BD0100000000000000000000000000000000, 5, 5, 2, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (2469, 'Macroplasm', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 210, 2, 0, 2, 0, 0, 746, 133, 0, 0, _binary 0x0000000000000000), + (2470, 'Madthrasher_Zradbodd', 189, _binary 0x00007D0200000000000000000000000000000000, 4, 4, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2471, 'Mad_Bomber', 56, _binary 0x00001A0100000000000000000000000000000000, 1, 1, 5, 240, 24, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2472, 'Mad_Fox', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 333, 129, 0, 0, _binary 0x0000000000000000), + (2473, 'Mad_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 82, 131, 0, 0, _binary 0x0000000000000000), + (2474, 'Maere', 35, _binary 0x0000790400000000000000000000000000000000, 8, 8, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2475, 'Magicked_Bones', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 714, 129, 0, 0, _binary 0x0000000000000000), + (2476, 'Magic_Flagon', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (2477, 'Magic_Jar', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 312, 643, 0, 0, _binary 0x7070707074701662), + (2478, 'Magic_Jug', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 131, 133, 0, 0, _binary 0x7070707074701662), + (2479, 'Magic_Millstone', 175, _binary 0x00009D0100000000000000000000000000000000, 5, 1, 7, 240, 16, 0, 0, 0, 0, 185, 129, 0, 0, _binary 0x7070707074701662), + (2480, 'Magic_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 113, 129, 0, 0, _binary 0x7070707074701662), + (2481, 'Magic_Shields', 21, _binary 0x0000D50100000000000000000000000000000000, 7, 7, 0, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2482, 'Magic_Sludge', 100, _binary 0x0000BB0100000000000000000000000000000000, 8, 8, 11, 240, 32, 0, 2, 0, 0, 759, 131, 0, 0, _binary 0x0000000000000000), + (2483, 'Magic_Urn', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 270, 645, 0, 0, _binary 0x7070707074701662), + (2484, 'Magma', 56, _binary 0x0000190100000000000000000000000000000000, 1, 1, 5, 240, 33, 0, 2, 0, 0, 3580, 135, 0, 0, _binary 0x0000000000000000), + (2485, 'Magmatic_Eruca', 107, _binary 0x0000960100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 359, 131, 0, 0, _binary 0x0000000000000000), + (2486, 'Magnes_Quadav', 202, _binary 0x0000950200000000000000000000000000000000, 4, 4, 5, 265, 2, 1, 0, 0, 0, 113, 131, 0, 0, _binary 0x6161616169610063), + (2487, 'Maharaja', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 2, 0, 0, 232, 131, 0, 0, _binary 0x0000000000000000), + (2488, 'Mahisha', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 260, 13, 1, 2, 0, 0, 448, 133, 0, 0, _binary 0x0000000000000000), + (2489, 'Mahjlaef_the_Paintorn', 311, _binary 0x0000F00600000000000000000000000000000000, 4, 5, 5, 240, 177, 0, 2, 656, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2490, 'Maighdean_Uaine', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2491, 'Makara', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 396, 131, 0, 0, _binary 0x0000000000000000), + (2492, 'Makki-Chebukki', 153, _binary 0x00009B0400000000000000000000000000000000, 11, 1, 9, 240, 0, 0, 16, 0, 32, 39, 157, 0, 0, _binary 0x0000000000000000), + (2493, 'Malboro', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (2494, 'Maldaramet_B_D_Aurphe', 222, _binary 0x00001A0200000000000000000000000000000000, 4, 4, 11, 360, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2495, 'Maledict_Millstone', 175, _binary 0x00009D0100000000000000000000000000000000, 5, 1, 7, 240, 16, 0, 0, 0, 0, 311, 131, 0, 0, _binary 0x7070707074701662), + (2496, 'Malefic_Fencer', 110, _binary 0x0000C30100000000000000000000000000000000, 5, 5, 3, 240, 3, 0, 2, 0, 0, 1819, 133, 0, 0, _binary 0x7070707074701662), + (2497, 'Malicearm_Razbhobb', 189, _binary 0x0000020800000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 32, 2460, 155, 0, 0, _binary 0x0000000000000000), + (2498, 'Maltha', 228, _binary 0x0000240100000000000000000000000000000000, 8, 8, 7, 240, 2, 1, 2, 0, 0, 257, 133, 0, 0, _binary 0x0000000000000000), + (2499, 'Mammet-19_Epsilon', 149, _binary 0x0600ED0300000000000000000000000000000000, 1, 1, 4, 240, 8, 0, 18, 0, 0, 6065, 131, 0, 0, _binary 0x0000000000000000), + (2500, 'Mammet-22_Zeta', 149, _binary 0x0600EE0300000000000000000000000000000000, 1, 1, 4, 240, 8, 0, 18, 0, 0, 6382, 131, 0, 0, _binary 0x0000000000000000), + (2501, 'Mammet-800', 149, _binary 0x0600EE0300000000000000000000000000000000, 1, 1, 4, 240, 0, 1, 16, 0, 0, 8170, 131, 0, 0, _binary 0x0000000000000000), + (2502, 'Mammet_Master', 149, _binary 0x0600ED0300000000000000000000000000000000, 1, 1, 4, 240, 0, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (2503, 'Mamook_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2504, 'Mamook_Mush', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2505, 'Mamool_Ja', 176, _binary 0x0600530600000000000000000000000000000000, 9, 9, 2, 280, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2506, 'Mamool_Ja_Bloodsucker', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2507, 'Mamool_Ja_Blusterer', 176, _binary 0x06005A0600000000000000000000000000000000, 3, 3, 6, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2508, 'Mamool_Ja_Bounder', 176, _binary 0x0600470600000000000000000000000000000000, 6, 6, 9, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2509, 'Mamool_Ja_Breeder', 176, _binary 0x0600530600000000000000000000000000000000, 1, 1, 7, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2510, 'Mamool_Ja_Cataphract', 176, _binary 0x06004F0600000000000000000000000000000000, 14, 14, 1, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2511, 'Mamool_Ja_Chamberlain', 176, _binary 0x0600620600000000000000000000000000000000, 3, 3, 6, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2512, 'Mamool_Ja_Conservator', 176, _binary 0x0600530600000000000000000000000000000000, 13, 13, 10, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2513, 'Mamool_Ja_Diver', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 184, 133, 0, 0, _binary 0x0000000000000000), + (2514, 'Mamool_Ja_Entrancer', 176, _binary 0x0600450600000000000000000000000000000000, 16, 16, 2, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2515, 'Mamool_Ja_Executioner', 176, _binary 0x0600620600000000000000000000000000000000, 1, 1, 7, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2516, 'Mamool_Ja_Farrier', 176, _binary 0x0600520600000000000000000000000000000000, 1, 1, 7, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2517, 'Mamool_Ja_Fetial', 176, _binary 0x06005E0600000000000000000000000000000000, 4, 4, 5, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2518, 'Mamool_Ja_Frogman', 213, _binary 0x00003A0500000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2519, 'Mamool_Ja_Handler', 176, _binary 0x06004C0600000000000000000000000000000000, 9, 9, 2, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2520, 'Mamool_Ja_Hospitaler', 176, _binary 0x06005B0600000000000000000000000000000000, 3, 3, 6, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2521, 'Mamool_Ja_Hussar', 177, _binary 0x0000F50600000000000000000000000000000000, 7, 7, 10, 280, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2522, 'Mamool_Ja_Infiltrator', 176, _binary 0x0600530600000000000000000000000000000000, 13, 13, 10, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2523, 'Mamool_Ja_Lurker', 176, _binary 0x0600430600000000000000000000000000000000, 6, 6, 9, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2524, 'Mamool_Ja_Mahout', 176, _binary 0x06005F0600000000000000000000000000000000, 1, 1, 7, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2525, 'Mamool_Ja_Mimer', 176, _binary 0x0600430600000000000000000000000000000000, 16, 16, 2, 280, 1, 1, 0, 0, 0, 1050, 133, 0, 0, _binary 0x0000000000000000), + (2526, 'Mamool_Ja_Mimicker', 176, _binary 0x0600470600000000000000000000000000000000, 16, 16, 2, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2527, 'Mamool_Ja_Palatine', 176, _binary 0x0600530600000000000000000000000000000000, 6, 6, 9, 280, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2528, 'Mamool_Ja_Philosopher', 176, _binary 0x06005A0600000000000000000000000000000000, 4, 4, 5, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2529, 'Mamool_Ja_Pikeman', 176, _binary 0x0600520600000000000000000000000000000000, 14, 14, 1, 280, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2530, 'Mamool_Ja_Ravager', 176, _binary 0x0600470600000000000000000000000000000000, 6, 6, 9, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2531, 'Mamool_Ja_Recruit', 176, _binary 0x0600470600000000000000000000000000000000, 1, 1, 7, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2532, 'Mamool_Ja_Sapper', 176, _binary 0x0600530600000000000000000000000000000000, 6, 13, 10, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2533, 'Mamool_Ja_Savant', 176, _binary 0x06005B0600000000000000000000000000000000, 3, 3, 6, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2534, 'Mamool_Ja_Sophist', 176, _binary 0x06005F0600000000000000000000000000000000, 4, 4, 5, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2535, 'Mamool_Ja_Spearman', 176, _binary 0x0600500600000000000000000000000000000000, 14, 14, 1, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2536, 'Mamool_Ja_Spotter', 176, _binary 0x0600480600000000000000000000000000000000, 6, 6, 9, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2537, 'Mamool_Ja_Stabler', 176, _binary 0x06004E0600000000000000000000000000000000, 9, 9, 2, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2538, 'Mamool_Ja_Strapper', 176, _binary 0x0600490600000000000000000000000000000000, 9, 9, 2, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2539, 'Mamool_Ja_s_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2540, 'Mamool_Ja_s_Raptor', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 220, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2541, 'Mamool_Ja_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2542, 'Mamool_Ja_Trainee', 176, _binary 0x06005E0600000000000000000000000000000000, 9, 9, 2, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2543, 'Mamool_Ja_Treasurer', 176, _binary 0x06005A0600000000000000000000000000000000, 4, 4, 5, 280, 1, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2544, 'Mamool_Ja_Warder', 176, _binary 0x0600530600000000000000000000000000000000, 9, 9, 2, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2545, 'Mamool_Ja_Zenist', 176, _binary 0x0600530600000000000000000000000000000000, 13, 13, 10, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2546, 'Mandragora', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 21, 641, 0, 0, _binary 0x0000000000000000), + (2547, 'Maneating_Hornet', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 567, 131, 0, 0, _binary 0x0000000000000000), + (2548, 'Manes', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2549, 'Mangy-tailed_Marvin', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2550, 'Avatar_Icon', 95, _binary 0x0000240400000000000000000000000000000000, 4, 5, 12, 240, 16, 1, 16, 1, 0, 7, 129, 0, 0, _binary 0x6161616169610063), + (2551, 'Manigordo', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2552, 'Manipulator', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 2, 0, 0, 554, 133, 0, 0, _binary 0x0000000000000000), + (2553, 'Manohra', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2554, 'Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 12, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2555, 'Manticore-X', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2556, 'Mantrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2557, 'Marauder_Dvogzog', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 32, 535, 157, 0, 0, _binary 0x0000000000000000), + (2558, 'Marchelute', 221, _binary 0x00001F0200000000000000000000000000000000, 11, 1, 9, 360, 6, 1, 2, 0, 32, 4035, 155, 0, 0, _binary 0x0000000000000000), + (2559, 'Marchosias', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 1, 0, 0, 27, 129, 0, 0, _binary 0x0000000000000000), + (2560, 'Mareyamad', 149, _binary 0x05005E0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2561, 'Margygr', 4, _binary 0x0000DC0700000000000000000000000000000000, 4, 4, 12, 240, 136, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2562, 'Marid', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 7, 320, 0, 0, 0, 0, 0, 323, 129, 0, 0, _binary 0x0000000000000000), + (2563, 'Marid-X', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 7, 320, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2564, 'Mariehene', 170, _binary 0x0000E20700000000000000000000000000000000, 1, 1, 7, 220, 8, 0, 0, 0, 0, 126, 643, 0, 0, _binary 0x0000000000000000), + (2565, 'Marine_Dhalmel', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 12, 1, 0, 0, 0, 417, 131, 0, 0, _binary 0x0000000000000000), + (2566, 'Mariselle_s_Pupil', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 192, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2567, 'Maritime_Peiste', 192, _binary 0x0000DF0700000000000000000000000000000000, 19, 19, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2568, 'Marquis_Allocen', 169, _binary 0x0000E60200000000000000000000000000000000, 1, 1, 4, 240, 1, 1, 2, 0, 0, 247, 135, 0, 0, _binary 0x0000000000000000), + (2569, 'Marquis_Amon', 169, _binary 0x0000E90200000000000000000000000000000000, 4, 4, 10, 240, 1, 1, 2, 0, 0, 325, 135, 0, 0, _binary 0x6161616169610063), + (2570, 'Marquis_Andras', 169, _binary 0x0000EB0200000000000000000000000000000000, 9, 1, 1, 240, 16, 1, 2, 0, 32, 139, 159, 0, 0, _binary 0x0000000000000000), + (2571, 'Marquis_Andrealphus', 169, _binary 0x0000E50200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2572, 'Marquis_Cimeries', 169, _binary 0x0000EB0200000000000000000000000000000000, 11, 1, 1, 240, 16, 1, 2, 0, 32, 20, 159, 0, 0, _binary 0x0000000000000000), + (2573, 'Marquis_Decarabia', 169, _binary 0x0000F40200000000000000000000000000000000, 10, 10, 9, 240, 16, 1, 2, 0, 32, 139, 159, 0, 0, _binary 0x0000000000000000), + (2574, 'Marquis_Forneus', 169, _binary 0x0000F00200000000000000000000000000000000, 8, 8, 1, 240, 13, 1, 2, 0, 32, 627, 1181, 0, 0, _binary 0x0000000000000000), + (2575, 'Marquis_Gamygyn', 169, _binary 0x0000BA0200000000000000000000000000000000, 13, 1, 3, 240, 16, 1, 2, 0, 32, 1226, 159, 0, 0, _binary 0x0000000000000000), + (2576, 'Marquis_Nebiros', 169, _binary 0x0000F30200000000000000000000000000000000, 15, 15, 4, 240, 16, 1, 2, 0, 32, 139, 159, 0, 0, _binary 0x0000000000000000), + (2577, 'Marquis_Orias', 169, _binary 0x0000F30200000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 2, 0, 32, 19, 159, 0, 0, _binary 0x6161616169610063), + (2578, 'Marquis_Sabnak', 169, _binary 0x0000E60200000000000000000000000000000000, 7, 7, 1, 240, 16, 1, 2, 0, 32, 231, 159, 0, 0, _binary 0x0000000000000000), + (2579, 'Marsh_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 342, 131, 0, 0, _binary 0x0000000000000000), + (2580, 'Marsh_Murre', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2581, 'Marsh_Sahagin', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (2582, 'Martial_Maestro_Megomak', 184, _binary 0x0000B30200000000000000000000000000000000, 1, 1, 4, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2583, 'Maruna-Kurina', 153, _binary 0x01000B05D6106020D630D640D6502F6100700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2584, 'Masan', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 3831, 645, 0, 0, _binary 0x0000000000000000), + (2585, 'Master_Coeurl', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 1, 0, 0, 0, 0, 85, 131, 0, 0, _binary 0x0000000000000000), + (2586, 'Matron_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2587, 'Mature_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 607, 131, 0, 0, _binary 0x0000000000000000), + (2588, 'Mauled_Murdock', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 12, 0, 2, 0, 32, 7, 157, 0, 0, _binary 0x6161616169610063), + (2589, 'Mauthe_Doog', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 977, 131, 0, 0, _binary 0x0000000000000000), + (2590, 'Maximilian', 233, _binary 0x0000F00600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2591, 'Maymun_09', 31, _binary 0x0600BE0700000000000000000000000000000000, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2592, 'Maymun_21', 28, _binary 0x0600B90700000000000000000000000000000000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (2593, 'Maymun_27', 30, _binary 0x0600CA0700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2594, 'Maymun_33', 28, _binary 0x0600B90700000000000000000000000000000000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (2595, 'Maymun_53', 31, _binary 0x0600BE0700000000000000000000000000000000, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2596, 'Maymun_74', 30, _binary 0x0600CA0700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2597, 'May_Fly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 554, 643, 0, 0, _binary 0x0000000000000000), + (2598, 'Maze_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (2599, 'Maze_Maker', 258, _binary 0x0000A90100000000000000000000000000000000, 4, 5, 7, 240, 0, 1, 0, 0, 0, 249, 129, 0, 0, _binary 0x6161616169610063), + (2600, 'Maze_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 1, 0, 0, 0, 245, 129, 0, 0, _binary 0x0000000000000000), + (2601, 'Meanderer', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2602, 'Meat_Maggot', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 203, 131, 0, 0, _binary 0x0000000000000000), + (2603, 'Mechanical_Menace', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2604, 'Meditator', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2605, 'Medium_Box', 183, _binary 0x0000030100000000000000000000000000000000, 1, 1, 7, 170, 34, 0, 0, 0, 0, 1008, 643, 0, 0, _binary 0x0000000000000000), + (2606, 'Medusa', 171, _binary 0x0000490700000000000000000000000000000000, 11, 11, 9, 240, 8, 1, 32, 0, 32, 6983, 541, 0, 0, _binary 0x0000000000000000), + (2607, 'Mee_Deggi_the_Punisher', 270, _binary 0x0000440200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2608, 'Megalobugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 5, 300, 128, 0, 2, 0, 0, 6251, 133, 0, 0, _binary 0x0000000000000000), + (2609, 'Megalotaur', 240, _binary 0x0000500500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2610, 'Megamaw_Mikey', 258, _binary 0x0000580900000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2611, 'Megantereon', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2612, 'Megapod_Megalops', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2613, 'Melo_Melo', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2614, 'Memory_Receptacle', 181, _binary 0x00004E0400000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 2, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (2615, 'Menacing_Eye', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 0, 1, 0, 0, 0, 501, 129, 0, 0, _binary 0x6161616169610063), + (2616, 'Mercurial_Makara', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2617, 'Merrow_Bladedancer', 182, _binary 0x0600870600000000000000000000000000000000, 5, 5, 4, 240, 1, 1, 0, 0, 0, 26, 517, 0, 0, _binary 0x7070707074701662), + (2618, 'Merrow_Cantatrice', 182, _binary 0x0600860600000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 15, 515, 0, 0, _binary 0x0000000000000000), + (2619, 'Merrow_Chantress', 182, _binary 0x0600850600000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 238, 515, 0, 0, _binary 0x0000000000000000), + (2620, 'Merrow_Icedancer', 182, _binary 0x0600850600000000000000000000000000000000, 17, 17, 3, 240, 1, 1, 0, 0, 0, 397, 515, 0, 0, _binary 0x0000000000000000), + (2621, 'Merrow_Kabukidancer', 182, _binary 0x0600880600000000000000000000000000000000, 12, 12, 5, 240, 1, 1, 0, 0, 0, 285, 515, 0, 0, _binary 0x0000000000000000), + (2622, 'Merrow_No11', 182, _binary 0x0600880600000000000000000000000000000000, 12, 12, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2623, 'Merrow_No12', 182, _binary 0x0600860600000000000000000000000000000000, 10, 10, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2624, 'Merrow_No16', 182, _binary 0x0600860600000000000000000000000000000000, 5, 5, 4, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2625, 'Merrow_No5', 182, _binary 0x0600840600000000000000000000000000000000, 16, 16, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2626, 'Merrow_Seafarer', 182, _binary 0x0600850600000000000000000000000000000000, 5, 5, 4, 240, 1, 1, 0, 0, 0, 15, 515, 0, 0, _binary 0x7070707074701662), + (2627, 'Merrow_Shadowdancer', 182, _binary 0x0600850600000000000000000000000000000000, 5, 5, 4, 240, 1, 1, 0, 0, 0, 237, 515, 0, 0, _binary 0x7070707074701662), + (2628, 'Merrow_Shiranuhi', 182, _binary 0x0600880600000000000000000000000000000000, 12, 12, 5, 240, 1, 1, 0, 0, 0, 16, 515, 0, 0, _binary 0x0000000000000000), + (2629, 'Merrow_Songstress', 182, _binary 0x0600860600000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 59, 517, 0, 0, _binary 0x0000000000000000), + (2630, 'Merrow_Typhoondancer', 182, _binary 0x0600880600000000000000000000000000000000, 12, 12, 5, 240, 1, 0, 0, 0, 0, 191, 517, 0, 0, _binary 0x0000000000000000), + (2631, 'Merrow_Wavedancer', 182, _binary 0x0600840600000000000000000000000000000000, 17, 17, 3, 240, 1, 1, 0, 0, 0, 132, 517, 0, 0, _binary 0x0000000000000000), + (2632, 'Mesa_Wivre', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2633, 'Metallic_Slime', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2634, 'Metalloid_Amoeba', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 133, 1, 0, 0, 0, 4652, 643, 0, 0, _binary 0x0000000000000000), + (2635, 'Metal_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2636, 'Metaquadav_Black_Mage', 202, _binary 0x00009D0200000000000000000000000000000000, 4, 4, 6, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2637, 'Metaquadav_Dark_Knight', 202, _binary 0x00008F0200000000000000000000000000000000, 8, 8, 5, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2638, 'Metaquadav_Paladin', 202, _binary 0x0000910200000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2639, 'Metaquadav_Red_Mage', 202, _binary 0x00009E0200000000000000000000000000000000, 5, 5, 11, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2640, 'Metaquadav_Thief', 202, _binary 0x0000980200000000000000000000000000000000, 6, 6, 2, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2641, 'Metaquadav_Warrior', 202, _binary 0x0000890200000000000000000000000000000000, 1, 1, 4, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2642, 'Metaquadav_White_Mage', 202, _binary 0x00009F0200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (2643, 'Meteormauler_Zhagtegg', 189, _binary 0x0000770200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 2, 0, 32, 4176, 157, 0, 0, _binary 0x0000000000000000), + (2644, 'Meteor_Quadav', 202, _binary 0x00001D0400000000000000000000000000000000, 5, 1, 3, 265, 128, 1, 0, 0, 0, 27, 131, 0, 0, _binary 0x7070707074701662), + (2645, 'Metsanhaltija', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2646, 'Metsanneitsyt', 216, _binary 0x0000880100000000000000000000000000000000, 1, 4, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2647, 'Meww_the_Turtlerider', 213, _binary 0x0000260500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2648, 'Microplasm', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 180, 8, 0, 2, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (2649, 'Midnight_Wings', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 64, 448, 641, 0, 0, _binary 0x0000000000000000), + (2650, 'Mielikki', 245, _binary 0x0000550100000000000000000000000000000000, 4, 20, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2651, 'Mieuseloir_B_Enchelles', 145, _binary 0x010000031B10DD20D9300C400C501F611E700080, 8, 7, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2652, 'Mighty_Rarab', 206, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 513, 131, 0, 0, _binary 0x0000000000000000), + (2653, 'Migrant_Russula', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2654, 'Migratory_Hippogryph', 140, _binary 0x0000C10800000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 6527, 131, 0, 0, _binary 0x0000000000000000), + (2655, 'Mikhe_Aryohcha', 151, _binary 0x010002079110DB20DB30DB40DB508C608C700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2656, 'Mikilulu', 196, _binary 0x0000140700000000000000000000000000000000, 4, 4, 7, 150, 128, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2657, 'Mikiluru', 196, _binary 0x0000140700000000000000000000000000000000, 4, 4, 7, 150, 128, 1, 8, 0, 32, 4770, 2201, 0, 0, _binary 0x6161616169610063), + (2658, 'Mikirulu', 196, _binary 0x0000140700000000000000000000000000000000, 4, 4, 7, 150, 128, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2659, 'Mikiruru', 196, _binary 0x0000140700000000000000000000000000000000, 4, 4, 7, 150, 128, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2660, 'Mildaunegeux', 222, _binary 0x0500D90100000000000000000000000000000000, 1, 1, 1, 360, 12, 1, 16, 0, 32, 231, 157, 0, 0, _binary 0x0000000000000000), + (2661, 'Millenary_Mossback', 2, _binary 0x0000900100000000000000000000000000000000, 1, 1, 7, 380, 129, 1, 0, 0, 0, 7, 133, 0, 0, _binary 0x0000000000000000), + (2662, 'Million_Eyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 0, 0, 0, 151, 133, 0, 0, _binary 0x6161616169610063), + (2663, 'Mimas', 126, _binary 0x0000D00200000000000000000000000000000000, 1, 2, 6, 240, 1, 1, 2, 0, 32, 178, 159, 0, 0, _binary 0x0000000000000000), + (2664, 'Mimic', 183, _binary 0x0000030100000000000000000000000000000000, 1, 1, 7, 170, 34, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2665, 'Minaruja', 266, _binary 0x0000C50800000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2666, 'Minax_Bugard', 58, _binary 0x0000480500000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2667, 'Mindcraver', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 143, 133, 0, 0, _binary 0x6161616169610063), + (2668, 'Mindertaur', 240, _binary 0x00004F0500000000000000000000000000000000, 3, 7, 7, 240, 13, 1, 16, 0, 0, 1471, 135, 0, 0, _binary 0x1010101010105700), + (2669, 'Mindgazer', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 1, 0, 0, 185, 131, 0, 0, _binary 0x6161616169610063), + (2670, 'Mind_s-eyed_Klugwug', 189, _binary 0x0000E90300000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2671, 'Mineral_Eater', 258, _binary 0x0000AA0100000000000000000000000000000000, 4, 5, 7, 240, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2672, 'Miner_Bee', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 12, 1, 0, 0, 0, 395, 643, 0, 0, _binary 0x0000000000000000), + (2673, 'Mine_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2674, 'Mine_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2675, 'Minotaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 2, 0, 0, 7, 135, 0, 0, _binary 0x0000000000000000), + (2676, 'Mint_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2677, 'Mischievous_Micholas', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2678, 'Miser_Murphy', 121, _binary 0x0000700100000000000000000000000000000000, 4, 5, 12, 240, 6, 0, 2, 0, 32, 350, 157, 0, 0, _binary 0x6161616169610063), + (2679, 'Mist_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 980, 131, 0, 0, _binary 0x0000000000000000), + (2680, 'Mithran_Automaton', 152, _binary 0x0500E40400000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 0, 0, 0, 6476, 515, 0, 0, _binary 0x0000000000000000), + (2681, 'Mithraslaver_Debhabob', 189, _binary 0x0000170400000000000000000000000000000000, 9, 9, 2, 240, 16, 1, 0, 0, 32, 707, 159, 0, 0, _binary 0x0000000000000000), + (2682, 'Mi_ghrah', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2683, 'Mi_Rhe_Whisperblade', 202, _binary 0x00001C0400000000000000000000000000000000, 13, 1, 1, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2684, 'Moblin_Aidman', 184, _binary 0x0000B40200000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 0, 0, 0, 132, 133, 0, 0, _binary 0x1010101010105700), + (2685, 'Moblin_Ashman', 184, _binary 0x0000B80200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 80, 131, 0, 0, _binary 0x7070707074701662), + (2686, 'Moblin_Billionaire', 184, _binary 0x0000B80200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 131, 131, 0, 0, _binary 0x7070707074701662), + (2687, 'Moblin_Chapman', 184, _binary 0x0000AF0200000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 0, 0, 0, 344, 131, 0, 0, _binary 0x6161616169610063), + (2688, 'Moblin_Clergyman', 184, _binary 0x0000B00200000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x1010101010105700), + (2689, 'Moblin_Coalman', 184, _binary 0x0000B50200000000000000000000000000000000, 4, 4, 9, 240, 8, 1, 0, 0, 0, 521, 131, 0, 0, _binary 0x6161616169610063), + (2690, 'Moblin_Draftsman', 184, _binary 0x0000B30200000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 0, 0, 0, 86, 131, 0, 0, _binary 0x6161616169610063), + (2691, 'Moblin_Dustman', 184, _binary 0x0000B80200000000000000000000000000000000, 5, 5, 4, 240, 9, 1, 0, 0, 0, 997, 129, 0, 0, _binary 0x7070707074701662), + (2692, 'Moblin_Engineman', 184, _binary 0x0000B70200000000000000000000000000000000, 4, 4, 5, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2693, 'Moblin_Fantocciniman', 184, _binary 0x0000B30200000000000000000000000000000000, 1, 1, 4, 240, 8, 1, 0, 0, 0, 6, 2177, 0, 0, _binary 0x0000000000000000), + (2694, 'Moblin_Gasman', 184, _binary 0x0000B00200000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 0, 0, 0, 186, 131, 0, 0, _binary 0x1010101010105700), + (2695, 'Moblin_Groundman', 184, _binary 0x0000B90200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 271, 133, 0, 0, _binary 0x7070707074701662), + (2696, 'Moblin_Gurneyman', 184, _binary 0x0000BB0200000000000000000000000000000000, 3, 4, 3, 240, 8, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x1010101010105700), + (2697, 'Moblin_Millionaire', 184, _binary 0x0000B30200000000000000000000000000000000, 3, 3, 6, 240, 8, 1, 0, 0, 0, 185, 131, 0, 0, _binary 0x1010101010105700), + (2698, 'Moblin_Pickman', 184, _binary 0x0000A90200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 429, 131, 0, 0, _binary 0x7070707074701662), + (2699, 'Moblin_Pikeman', 184, _binary 0x0000AA0200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 185, 131, 0, 0, _binary 0x7070707074701662), + (2700, 'Moblin_Ragman', 184, _binary 0x0000A90200000000000000000000000000000000, 6, 6, 9, 240, 8, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (2701, 'Moblin_Repairman', 184, _binary 0x0000AA0200000000000000000000000000000000, 6, 6, 2, 240, 8, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (2702, 'Moblin_Roadman', 184, _binary 0x0000AE0200000000000000000000000000000000, 6, 6, 2, 240, 8, 1, 0, 0, 0, 26, 133, 0, 0, _binary 0x0000000000000000), + (2703, 'Moblin_Rodman', 184, _binary 0x0000AA0200000000000000000000000000000000, 1, 1, 5, 240, 8, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (2704, 'Moblin_Scalpelman', 184, _binary 0x0000BB0200000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 0, 0, 0, 2885, 133, 0, 0, _binary 0x1010101010105700), + (2705, 'Moblin_Tankman', 184, _binary 0x0000B30200000000000000000000000000000000, 3, 3, 6, 240, 8, 1, 0, 0, 0, 152, 131, 0, 0, _binary 0x1010101010105700), + (2706, 'Moblin_Topsman', 184, _binary 0x0000AD0200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 205, 133, 0, 0, _binary 0x7070707074701662), + (2707, 'Moblin_Wisewoman', 184, _binary 0x0000AA0200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 6, 643, 0, 0, _binary 0x7070707074701662), + (2708, 'Moblin_Witchman', 184, _binary 0x0000AF0200000000000000000000000000000000, 3, 3, 6, 240, 8, 1, 0, 0, 0, 710, 131, 0, 0, _binary 0x1010101010105700), + (2709, 'Moblin_Workman', 184, _binary 0x0000AC0200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 0, 0, 0, 337, 131, 0, 0, _binary 0x7070707074701662), + (2710, 'Moblin_Yardman', 184, _binary 0x0000AC0200000000000000000000000000000000, 6, 6, 2, 240, 8, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (2711, 'Mobpix_Mucousmouth', 133, _binary 0x00003E0400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2712, 'Mocking_Colibri', 72, _binary 0x0000B80600000000000000000000000000000000, 5, 5, 2, 200, 9, 0, 2, 0, 0, 839, 135, 0, 0, _binary 0x7070707074701662), + (2713, 'Mokka', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2714, 'Mokke', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2715, 'Mokku', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2716, 'Mokkuralfi', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 41, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2717, 'Mokkurkalfi', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 34, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2718, 'Mokumokuren', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2719, 'Mold_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 64, 311, 643, 0, 0, _binary 0x0000000000000000), + (2720, 'Mold_Eater', 258, _binary 0x0000AA0100000000000000000000000000000000, 4, 5, 7, 240, 128, 1, 0, 0, 0, 233, 131, 0, 0, _binary 0x6161616169610063), + (2721, 'Molech', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 766, 133, 0, 0, _binary 0x0000000000000000), + (2722, 'Mole_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2723, 'Molted_Bugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 300, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2724, 'Molted_Lindwurm', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 220, 132, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2725, 'Molted_Mamool_Ja', 176, _binary 0x0600530600000000000000000000000000000000, 1, 1, 7, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2726, 'Molted_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 136, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2727, 'Molted_Ziz', 70, _binary 0x0000210100000000000000000000000000000000, 1, 1, 11, 240, 8, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2728, 'Moltenox_Stubthumbs', 133, _binary 0x0000400400000000000000000000000000000000, 1, 1, 5, 240, 16, 1, 2, 0, 32, 32, 159, 0, 0, _binary 0x0000000000000000), + (2729, 'Molyb_iton', 282, _binary 0x0000BD0400000000000000000000000000000000, 4, 4, 6, 240, 3, 1, 18, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2730, 'Momowa', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2731, 'Monarca_de_Altepa', 212, _binary 0x0000740100000000000000000000000000000000, 1, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2732, 'Monarch_Ogrefly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 128, 1, 0, 0, 0, 619, 643, 0, 0, _binary 0x0000000000000000), + (2733, 'Monitor', 234, _binary 0x00003A0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2734, 'Moonfang_Warrior', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2735, 'Moon_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 771, 641, 0, 0, _binary 0x0000000000000000), + (2736, 'Moor_Hound', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 192, 0, 0, 0, 0, 658, 131, 0, 0, _binary 0x0000000000000000), + (2737, 'Moo_Ouzi_the_Swiftblade', 270, _binary 0x0000430800000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2738, 'Morbid_Eye', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 3, 1, 0, 0, 0, 260, 131, 0, 0, _binary 0x6161616169610063), + (2739, 'Morbid_Molasses', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 11, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2740, 'Morblox_Chubbychin', 133, _binary 0x0000420400000000000000000000000000000000, 15, 15, 11, 240, 16, 1, 2, 0, 32, 2241, 159, 0, 0, _binary 0x0000000000000000), + (2741, 'Morbol', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 0, 0, 0, 254, 131, 0, 0, _binary 0x0000000000000000), + (2742, 'Morbolger', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 24, 0, 2, 0, 0, 1828, 135, 0, 0, _binary 0x0000000000000000), + (2743, 'Morboling', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2744, 'Morbol_Emperor', 186, _binary 0x00007E0100000000000000000000000000000000, 1, 1, 7, 200, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2745, 'Morbol_Menace', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 0, 0, 0, 3374, 131, 0, 0, _binary 0x0000000000000000), + (2746, 'Morgawr', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2747, 'Morgmox_Moldnoggin', 133, _binary 0x0000420400000000000000000000000000000000, 15, 15, 11, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2748, 'Morion_Worm', 258, _binary 0x0000AA0100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 2, 0, 0, 486, 133, 0, 0, _binary 0x007F000000000000), + (2749, 'Morose_Marid', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2750, 'Morozko', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 26, 131, 0, 0, _binary 0x0000000000000000), + (2751, 'Mortilox_Wartpaws', 133, _binary 0x0000420400000000000000000000000000000000, 15, 15, 11, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2752, 'Moshdahn', 203, _binary 0x0600C50600000000000000000000000000000000, 8, 8, 5, 240, 201, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2753, 'Mosshorn', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 12, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (2754, 'Moss_Eater', 206, _binary 0x00000D0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 164, 131, 0, 0, _binary 0x0000000000000000), + (2755, 'Mother_Globe', 234, _binary 0x00003B0100000000000000000000000000000000, 1, 4, 7, 240, 34, 0, 2, 0, 0, 177, 135, 0, 0, _binary 0x0000000000000000), + (2756, 'Motsognir', 90, _binary 0x00002F0700000000000000000000000000000000, 4, 4, 12, 240, 1, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2757, 'Mountain_Buffalo', 57, _binary 0x00004D0500000000000000000000000000000000, 1, 8, 6, 360, 9, 1, 2, 0, 0, 563, 131, 0, 0, _binary 0x0000000000000000), + (2758, 'Mountain_Clot', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 11, 240, 34, 0, 0, 0, 0, 302, 131, 0, 0, _binary 0x0000000000000000), + (2759, 'Mountain_Jubjub', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 128, 1, 0, 0, 0, 607, 131, 0, 0, _binary 0x0000000000000000), + (2760, 'Mountain_Scolopendrid', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 1, 7, 280, 132, 1, 0, 0, 0, 825, 133, 0, 0, _binary 0x0000000000000000), + (2761, 'Mountain_Worm', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 128, 1, 2, 0, 0, 166, 133, 0, 0, _binary 0x007F000000000000), + (2762, 'Mourioche', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 1, 16, 0, 0, 4863, 131, 0, 0, _binary 0x0000000000000000), + (2763, 'Mouse_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 382, 641, 0, 0, _binary 0x0000000000000000), + (2764, 'Mousse', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2765, 'Mouu_the_Waverider', 213, _binary 0x0000200500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2766, 'Movamuq', 184, _binary 0x0000B00200000000000000000000000000000000, 3, 3, 3, 240, 8, 1, 16, 0, 32, 19, 155, 0, 0, _binary 0x1010101010105700), + (2767, 'Moxnix_Nightgoggle', 133, _binary 0x0000F30100000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2768, 'Mud_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 236, 129, 0, 0, _binary 0x0000000000000000), + (2769, 'Mugger_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2770, 'Mummy', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 525, 643, 0, 0, _binary 0x0000000000000000), + (2771, 'Muninn', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2772, 'Muq_Shabeel', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2773, 'Murrain_Chigoe', 64, _binary 0x0000B70800000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2774, 'Mush', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2775, 'Mushussu', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 562, 133, 0, 0, _binary 0x0000000000000000), + (2776, 'Muu_Buxu_the_Elusive', 270, _binary 0x0000210800000000000000000000000000000000, 13, 13, 2, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2777, 'Muu_Febi_the_Steadfast', 270, _binary 0x00003A0400000000000000000000000000000000, 7, 12, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2778, 'Mu_Gha_Legionkiller', 202, _binary 0x00001D0400000000000000000000000000000000, 7, 7, 4, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2779, 'Mu_Nhi_Thimbletail', 202, _binary 0x0000940200000000000000000000000000000000, 6, 6, 2, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2780, 'Mu_Zha_Infernoblade', 202, _binary 0x00009E0200000000000000000000000000000000, 5, 5, 11, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2781, 'Mx_ghrah', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2782, 'Mycohopper', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 1, 0, 0, 204, 131, 0, 0, _binary 0x0000000000000000), + (2783, 'Myconid', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (2784, 'Mycophile', 116, _binary 0x0000780100000000000000000000000000000000, 8, 8, 5, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2785, 'Myriadeyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2786, 'Myrmeleontide', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 8, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2787, 'Myrmidon_Apu-apu', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2788, 'Myrmidon_Epa-epa', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2789, 'Myrmidon_Spo-spo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2790, 'Mysticmaker_Profblix', 133, _binary 0x0000FB0100000000000000000000000000000000, 4, 4, 2, 240, 1, 1, 2, 0, 32, 441, 157, 0, 0, _binary 0x6161616169610063), + (2791, 'Mystic_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 153, 1, 0, 0, 0, 667, 131, 0, 0, _binary 0x6161616169610063), + (2792, 'Mystic_Weapon', 110, _binary 0x0000E20100000000000000000000000000000000, 5, 5, 3, 240, 34, 0, 0, 0, 0, 291, 643, 0, 0, _binary 0x7070707074701662), + (2793, 'Mythril_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 0, 0, 0, 19, 131, 0, 0, _binary 0x0000000000000000), + (2794, 'Mythril_Mouth_Monamaq', 184, _binary 0x0000B80200000000000000000000000000000000, 5, 5, 4, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2795, 'Mythril_Quadav', 202, _binary 0x00004A0800000000000000000000000000000000, 8, 8, 2, 265, 2, 1, 0, 0, 0, 135, 131, 0, 0, _binary 0x0000000000000000), + (2796, 'Myxomycete', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 1, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2797, 'Nachzehrer', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 399, 131, 0, 0, _binary 0x0000000000000000), + (2798, 'Nahn', 77, _binary 0x0000650100000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2799, 'Nail_Bomb', 236, _binary 0x0000FF0600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2800, 'Naja_Salaheem', 151, _binary 0x010007070000A020A030A040A050686100000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2801, 'Nakki', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 192, 0, 6, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2802, 'Namorodo', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 2, 0, 32, 2950, 153, 0, 0, _binary 0x6161616169610063), + (2803, 'Namtar', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 2, 0, 0, 566, 133, 0, 0, _binary 0x6161616169610063), + (2804, 'Nanaa_Mihgo', 151, _binary 0x0500430900000000000000000000000000000000, 1, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2805, 'Nannakola', 170, _binary 0x0000E20700000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2806, 'Nanoplasm', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 150, 8, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2807, 'Nant_ina', 136, _binary 0x0000280100000000000000000000000000000000, 2, 2, 1, 320, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2808, 'Napalm', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 344, 133, 0, 0, _binary 0x0000000000000000), + (2809, 'Narasimha', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2810, 'Nareema', 149, _binary 0x05005D0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2811, 'Nasus', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2812, 'Natrix', 0, _binary 0x0000000000000000000000000000000000000000, 5, 4, 2, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2813, 'Naul', 260, _binary 0x00004F0900000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2814, 'Na_Hya_Floodmaker', 202, _binary 0x00001D0400000000000000000000000000000000, 5, 1, 3, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (2815, 'Na_Qba_Chirurgeon', 202, _binary 0x00009C0200000000000000000000000000000000, 3, 3, 3, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2816, 'Nebiros_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2817, 'Necroplasm', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2818, 'Nee_Huxa_the_Judgmental', 270, _binary 0x00003A0400000000000000000000000000000000, 12, 8, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2819, 'Nehebkau', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2820, 'Neman', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2821, 'Nemean_Lion', 168, _binary 0x00000D0700000000000000000000000000000000, 1, 1, 7, 320, 140, 1, 0, 0, 0, 15, 133, 0, 0, _binary 0x0000000000000000), + (2822, 'Nenaunir', 80, _binary 0x00004C0100000000000000000000000000000000, 5, 5, 11, 240, 1, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (2823, 'Nenaunir_s_Wife', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2824, 'Neogorger', 138, _binary 0x0000740400000000000000000000000000000000, 8, 8, 3, 240, 141, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2825, 'Neoingester', 138, _binary 0x0000740400000000000000000000000000000000, 8, 8, 3, 240, 141, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2826, 'Neoingurgitator', 138, _binary 0x0000740400000000000000000000000000000000, 1, 1, 3, 240, 141, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2827, 'Neosatiator', 138, _binary 0x0000740400000000000000000000000000000000, 8, 8, 3, 240, 141, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2828, 'Nephiyl_Keepcollapser', 126, _binary 0x0000820200000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 2, 0, 0, 2382, 131, 0, 0, _binary 0x0000000000000000), + (2829, 'Nephiyl_Moatfiller', 126, _binary 0x0000800200000000000000000000000000000000, 9, 9, 5, 240, 16, 1, 2, 0, 0, 3663, 135, 0, 0, _binary 0x0000000000000000), + (2830, 'Nephiyl_Pinnacletosser', 126, _binary 0x0000C30200000000000000000000000000000000, 11, 11, 11, 240, 16, 1, 2, 0, 0, 8137, 131, 0, 0, _binary 0x0000000000000000), + (2831, 'Nephiyl_Rampartbreacher', 126, _binary 0x0000BF0200000000000000000000000000000000, 1, 1, 5, 240, 16, 1, 2, 0, 0, 4216, 131, 0, 0, _binary 0x0000000000000000), + (2832, 'Nepionic_Bladmall', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 1, 0, 0, 0, 3253, 129, 0, 0, _binary 0x0000000000000000), + (2833, 'Nepionic_Parata', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 1, 0, 0, 0, 1247, 129, 0, 0, _binary 0x0000000000000000), + (2834, 'Nepionic_Soulflayer', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 5, 240, 176, 0, 0, 0, 0, 2159, 131, 0, 0, _binary 0x6161616169610063), + (2835, 'Nest_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 344, 129, 0, 0, _binary 0x0000000000000000), + (2836, 'Nguruvilu', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 4, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2837, 'Nickel_Quadav', 202, _binary 0x00004F0800000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 377, 131, 0, 0, _binary 0x0000000000000000), + (2838, 'Nickur', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 5, 270, 193, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2839, 'Nicolaus', 149, _binary 0x0100070100108320003083408350006000700000, 20, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2840, 'Nidhogg', 263, _binary 0x00000F0300000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 2, 0, 32, 46, 155, 0, 0, _binary 0x0000000000000000), + (2841, 'Nightmare_Antlion', 26, _binary 0x0000430500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2842, 'Nightmare_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 238, 643, 0, 0, _binary 0x0000000000000000), + (2843, 'Nightmare_Bugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 5, 300, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2844, 'Nightmare_Bunny', 206, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 183, 133, 0, 0, _binary 0x0000000000000000), + (2845, 'Nightmare_Cluster', 68, _binary 0x0000220100000000000000000000000000000000, 1, 1, 5, 240, 25, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2846, 'Nightmare_Cockatrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 5, 240, 9, 1, 2, 0, 0, 449, 645, 0, 0, _binary 0x0000000000000000), + (2847, 'Nightmare_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 129, 1, 2, 0, 0, 501, 133, 0, 0, _binary 0x0000000000000000), + (2848, 'Nightmare_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 133, 1, 2, 0, 0, 983, 133, 0, 0, _binary 0x0000000000000000), + (2849, 'Nightmare_Dhalmel', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 13, 1, 2, 0, 0, 3015, 133, 0, 0, _binary 0x0000000000000000), + (2850, 'Nightmare_Diremite', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2851, 'Nightmare_Eft', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 9, 1, 2, 0, 0, 2025, 133, 0, 0, _binary 0x0000000000000000), + (2852, 'Nightmare_Fly', 113, _binary 0x0000C10100000000000000000000000000000000, 1, 1, 8, 240, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2853, 'Nightmare_Gaylas', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2854, 'Nightmare_Hippogryph', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2855, 'Nightmare_Hornet', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 6, 240, 13, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2856, 'Nightmare_Kraken', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2857, 'Nightmare_Leech', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 133, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2858, 'Nightmare_Makara', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2859, 'Nightmare_Mandragora', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 129, 1, 0, 0, 0, 291, 645, 0, 0, _binary 0x0000000000000000), + (2860, 'Nightmare_Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2861, 'Nightmare_Morbol', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2862, 'Nightmare_Raptor', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 133, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2863, 'Nightmare_Raven', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 2, 0, 0, 1551, 133, 0, 0, _binary 0x0000000000000000), + (2864, 'Nightmare_Roc', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 12, 240, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2865, 'Nightmare_Sabotender', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2866, 'Nightmare_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 133, 1, 0, 0, 0, 2277, 133, 0, 0, _binary 0x0000000000000000), + (2867, 'Nightmare_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2868, 'Nightmare_Snoll', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 25, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2869, 'Nightmare_Stirge', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 5, 240, 128, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2870, 'Nightmare_Taurus', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2871, 'Nightmare_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2872, 'Nightmare_Uragnite', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 129, 1, 0, 0, 0, 4640, 645, 0, 0, _binary 0x0000000000000000), + (2873, 'Nightmare_Vase', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (2874, 'Nightmare_Weapon', 110, _binary 0x0000DF0100000000000000000000000000000000, 1, 1, 3, 240, 145, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2875, 'Nightmare_Worm', 258, _binary 0x0000AA0100000000000000000000000000000000, 4, 5, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x007F000000000000), + (2876, 'Nightshade', 0, _binary 0x0000490900000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2877, 'Night_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 64, 502, 643, 0, 0, _binary 0x0000000000000000), + (2878, 'Night_Eft', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 9, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2879, 'Nihhus', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 5, 240, 5, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2880, 'Nihniknoovi', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 220, 1, 1, 2, 0, 32, 7056, 157, 0, 0, _binary 0x0000000000000000), + (2881, 'Nikilulu', 196, _binary 0x0000140700000000000000000000000000000000, 4, 4, 7, 150, 128, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2882, 'Nimbus_Hippogryph', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (2883, 'Nine_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 1286, 131, 0, 0, _binary 0x6161616169610063), + (2884, 'Nine_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 1220, 131, 0, 0, _binary 0x7070707074701662), + (2885, 'Nine_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 2142, 131, 0, 0, _binary 0x1010101010105700), + (2886, 'Nine_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 1156, 131, 0, 0, _binary 0x0000000000000000), + (2887, 'Ningishzida', 164, _binary 0x0000040700000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2888, 'Nio-A', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 5, 240, 34, 0, 2, 0, 0, 3229, 131, 0, 0, _binary 0x0000000000000000), + (2889, 'Nio-Hum', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 5, 240, 34, 1, 2, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (2890, 'Nipper', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 1, 0, 0, 398, 131, 0, 0, _binary 0x0000000000000000), + (2891, 'Nitro_Cluster', 68, _binary 0x0000220100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 0, 0, 0, 131, 131, 0, 0, _binary 0x0000000000000000), + (2892, 'Nival_Raptor', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 132, 0, 0, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (2893, 'Nix_Bladedancer', 182, _binary 0x0600870600000000000000000000000000000000, 5, 5, 4, 240, 9, 1, 0, 0, 0, 29, 517, 0, 0, _binary 0x7070707074701662), + (2894, 'Nix_Songstress', 182, _binary 0x0600860600000000000000000000000000000000, 10, 10, 5, 240, 9, 1, 0, 0, 0, 85, 517, 0, 0, _binary 0x0000000000000000), + (2895, 'Nix_Typhoondancer', 182, _binary 0x0600880600000000000000000000000000000000, 12, 12, 5, 240, 9, 1, 0, 0, 0, 398, 517, 0, 0, _binary 0x0000000000000000), + (2896, 'Nix_Wavedancer', 182, _binary 0x0600840600000000000000000000000000000000, 17, 17, 3, 240, 9, 1, 0, 0, 0, 562, 517, 0, 0, _binary 0x0000000000000000), + (2897, 'Ni_Ghu_Nestfender', 202, _binary 0x0000840200000000000000000000000000000000, 7, 1, 2, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2898, 'Noble_Mold', 116, _binary 0x0000780100000000000000000000000000000000, 4, 3, 12, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2899, 'Noctonberry_Black_Mage', 243, _binary 0x0000D10400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2900, 'Noctonberry_Ninja', 243, _binary 0x0000B50400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2901, 'Noctonberry_Summoner', 243, _binary 0x0000CE0400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2902, 'Noctonberry_Thief', 243, _binary 0x0000AA0400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2903, 'Nocuous_Inferno', 102, _binary 0x0000B40100000000000000000000000000000000, 4, 4, 12, 240, 16, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2904, 'Noillurie', 145, _binary 0x01000A0457105720573057405750546100700000, 12, 7, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2905, 'Nonno', 178, _binary 0x0000C70800000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2906, 'Northern_Piranu', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 136, 0, 0, 0, 0, 6, 133, 0, 0, _binary 0x0000000000000000), + (2907, 'Northern_Shadow', 223, _binary 0x0000250200000000000000000000000000000000, 1, 1, 2, 360, 6, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2908, 'Northern_Spriggan', 223, _binary 0x0000160200000000000000000000000000000000, 14, 14, 1, 360, 192, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (2909, 'Norvallen_Knight', 145, _binary 0x010008040C100C200C300C400C50FB601B700080, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2910, 'Nosferatu', 309, _binary 0x0000350700000000000000000000000000000000, 15, 15, 7, 290, 137, 0, 2, 0, 32, 3992, 157, 0, 0, _binary 0x0000000000000000), + (2911, 'Nosferatu_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 5, 240, 128, 1, 2, 0, 64, 446, 645, 0, 0, _binary 0x0000000000000000), + (2912, 'Nosferatu_Murk', 115, _binary 0x05004F0700000000000000000000000000000000, 1, 1, 3, 240, 132, 1, 2, 0, 0, 435, 133, 0, 0, _binary 0x0000000000000000), + (2913, 'Nosferatu_Wolf', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 192, 1, 2, 0, 0, 575, 133, 0, 0, _binary 0x0000000000000000), + (2914, 'Novv_the_Whitehearted', 213, _binary 0x00002F0500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2915, 'No_Bhu_Unyielding', 202, _binary 0x0000900200000000000000000000000000000000, 7, 7, 1, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2916, 'No_Mho_Crimsonarmor', 202, _binary 0x00001E0400000000000000000000000000000000, 4, 3, 3, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2917, 'No_Mho_s_Elite_Guard', 202, _binary 0x0000990200000000000000000000000000000000, 3, 3, 3, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2918, 'Npfundlwa', 206, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2919, 'Nue', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 2, 0, 0, 5514, 133, 0, 0, _binary 0x0000000000000000), + (2920, 'Nuhn', 312, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 136, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2921, 'Nunyenunc', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2922, 'Nunyunuwi', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 24, 0, 2, 0, 32, 27, 159, 0, 0, _binary 0x0000000000000000), + (2923, 'Nussknacker', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2924, 'Nutcracker', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1677, 133, 0, 0, _binary 0x0000000000000000), + (2925, 'Nutmeg_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (2926, 'Nuu_Gazo_the_Dirgerimer', 270, _binary 0x0000530200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2927, 'Nuu_Kofu_the_Gentle', 270, _binary 0x0000470200000000000000000000000000000000, 3, 3, 3, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (2928, 'Nu_Bhi_Spiraleye', 202, _binary 0x00001F0400000000000000000000000000000000, 10, 10, 9, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2929, 'Nyumomo', 153, _binary 0x01000B0673107320733073407350696100700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2930, 'Oasis_Amoeban', 0, _binary 0x00005C0900000000000000000000000000000000, 4, 8, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2931, 'Ob', 291, _binary 0x0600B90700000000000000000000000000000000, 1, 1, 5, 320, 128, 0, 2, 16, 32, 2763, 1181, 0, 0, _binary 0x0000000000000000), + (2932, 'Observant_Zekka', 165, _binary 0x0000BC0800000000000000000000000000000000, 4, 4, 9, 240, 9, 1, 0, 0, 32, 402, 1693, 0, 0, _binary 0x6161616169610063), + (2933, 'Observer', 234, _binary 0x00003A0100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2934, 'Ocean_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 1300, 1155, 0, 0, _binary 0x0000000000000000), + (2935, 'Ocean_Jagil', 197, _binary 0x00005D0100000000000000000000000000000000, 17, 17, 7, 240, 128, 0, 0, 0, 0, 257, 1155, 0, 0, _binary 0x0000000000000000), + (2936, 'Ocean_Kraken', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 128, 0, 0, 0, 0, 123, 1155, 0, 0, _binary 0x0000000000000000), + (2937, 'Ocean_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 1603, 131, 0, 0, _binary 0x0000000000000000), + (2938, 'Ocean_Sahagin', 213, _binary 0x00001E0500000000000000000000000000000000, 14, 14, 1, 240, 8, 1, 2, 0, 0, 1231, 1159, 0, 0, _binary 0x0000000000000000), + (2939, 'Ochre_Scorpion', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2940, 'Ochu', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 0, 0, 0, 671, 1155, 0, 0, _binary 0x0000000000000000), + (2941, 'Odin', 41, _binary 0x0000250700000000000000000000000000000000, 8, 4, 1, 240, 153, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2942, 'Odin_s_Fool', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2943, 'Odin_s_Jester', 165, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2944, 'Odontotyrannus', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 220, 2, 0, 6, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2945, 'Odqan', 68, _binary 0x0000220100000000000000000000000000000000, 1, 1, 5, 240, 24, 0, 2, 0, 32, 456, 1181, 0, 0, _binary 0x0000000000000000), + (2946, 'Odzmanouk', 260, _binary 0x00000F0300000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2947, 'Offspring', 137, _binary 0x0000740400000000000000000000000000000000, 1, 1, 3, 240, 141, 0, 16, 0, 0, 5037, 1153, 0, 0, _binary 0x0000000000000000), + (2948, 'Ogama', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2949, 'Oggbi', 146, _binary 0x0100030843101120433011404350836000700080, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2950, 'Ogler', 0, _binary 0x0000000000000000000000000000000000000000, 1, 4, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2951, 'Ogmios', 179, _binary 0x0000920100000000000000000000000000000000, 1, 4, 7, 360, 1, 0, 16, 0, 32, 151, 1181, 0, 0, _binary 0x0000000000000000), + (2952, 'Ogopogo', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2953, 'Ogrefly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 237, 1667, 0, 0, _binary 0x0000000000000000), + (2954, 'Ogreish_Risotto', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2955, 'Ogrish_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2956, 'Ogygos', 126, _binary 0x0000800200000000000000000000000000000000, 1, 1, 6, 240, 1, 1, 2, 0, 32, 2387, 1181, 0, 0, _binary 0x0000000000000000), + (2957, 'Oil_Slick', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 238, 1155, 0, 0, _binary 0x0000000000000000), + (2958, 'Oil_Spill', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 288, 1155, 0, 0, _binary 0x0000000000000000), + (2959, 'Okeanos', 129, _binary 0x0000800200000000000000000000000000000000, 1, 1, 6, 240, 9, 1, 16, 0, 0, 7683, 135, 0, 0, _binary 0x0000000000000000), + (2960, 'Oko', 149, _binary 0x0500B10700000000000000000000000000000000, 13, 13, 2, 240, 201, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2961, 'Olden_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 393, 131, 0, 0, _binary 0x0000000000000000), + (2962, 'Old_Goobbue', 136, _binary 0x0000280100000000000000000000000000000000, 1, 1, 12, 320, 2, 1, 0, 0, 0, 4053, 1155, 0, 0, _binary 0x0000000000000000), + (2963, 'Old_Opo-opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 0, 0, 0, 186, 1155, 0, 0, _binary 0x0000000000000000), + (2964, 'Old_Professor_Mariselle', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 193, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (2965, 'Old_Quadav', 202, _binary 0x0000440800000000000000000000000000000000, 1, 1, 2, 265, 2, 1, 0, 0, 0, 237, 1155, 0, 0, _binary 0x0000000000000000), + (2966, 'Old_Sabertooth', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 7, 1155, 0, 0, _binary 0x0000000000000000), + (2967, 'Old_Troll', 246, _binary 0x0600AD0600000000000000000000000000000000, 11, 11, 5, 230, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2968, 'Old_Two-Wings', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 5, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2969, 'Olla_Grande', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 34, 0, 2, 0, 0, 1365, 1671, 0, 0, _binary 0x7070707074701662), + (2970, 'Olla_Media', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 34, 0, 2, 0, 0, 51, 1669, 0, 0, _binary 0x7070707074701662), + (2971, 'Olla_Pequena', 175, _binary 0x00009C0100000000000000000000000000000000, 4, 4, 7, 240, 34, 0, 2, 0, 0, 442, 1667, 0, 0, _binary 0x6161616169610063), + (2972, 'Olyphant', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2973, 'Omega', 54, _binary 0x0000350400000000000000000000000000000000, 1, 1, 6, 240, 137, 0, 16, 0, 32, 7, 1691, 0, 0, _binary 0x0000000000000000), + (2974, 'Ominous_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 5, 5, 3, 240, 34, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (2975, 'Om_aern', 3, _binary 0x0000570500000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2976, 'Om_hpemde', 144, _binary 0x00007F0400000000000000000000000000000000, 14, 14, 8, 220, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2977, 'Om_phuabo', 194, _binary 0x0000820400000000000000000000000000000000, 1, 1, 7, 280, 9, 1, 0, 0, 0, 0, 0, 1, 0, _binary 0x0000000000000000), + (2978, 'Om_xzomit', 269, _binary 0x0000100200000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2979, 'Om_yovra', 271, _binary 0x00007C0400000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 2, 0, 0, 0, 0, 1, 1, _binary 0x0000000000000000), + (2980, 'One-eyed_Gwajboj', 189, _binary 0x00001B0800000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2981, 'Onibi', 102, _binary 0x0000080000000000000000000000000000000000, 4, 5, 12, 240, 1, 1, 16, 0, 0, 1446, 1155, 0, 0, _binary 0x6161616169610063), + (2982, 'Oni_Carcass', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 5, 270, 6, 0, 2, 0, 0, 178, 1669, 0, 0, _binary 0x0000000000000000), + (2983, 'Onki', 169, _binary 0x0000E80200000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 18, 0, 0, 2674, 1153, 0, 0, _binary 0x0000000000000000), + (2984, 'Onryo', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 7, 1157, 0, 0, _binary 0x6161616169610063), + (2985, 'Onyx_Mine', 236, _binary 0x0000FF0600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2986, 'Onyx_Quadav', 202, _binary 0x0000980200000000000000000000000000000000, 5, 5, 4, 265, 2, 1, 0, 0, 0, 404, 1153, 0, 0, _binary 0x7070707074701662), + (2987, 'Ooze', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 298, 1155, 0, 0, _binary 0x0000000000000000), + (2988, 'Ophion', 126, _binary 0x0000800200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2989, 'Opo-opo_Heir', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2990, 'Opo-opo_Monarch', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 5, 7, 200, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (2991, 'Oppressor', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2992, 'Orapodium', 0, _binary 0x0000000000000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (2993, 'Orbital', 234, _binary 0x00003A0100000000000000000000000000000000, 1, 1, 7, 240, 34, 0, 16, 0, 0, 1695, 1157, 0, 0, _binary 0x0000000000000000), + (2994, 'Orcish_Augur', 189, _binary 0x00007D0200000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 514, 1155, 0, 0, _binary 0x6161616169610063), + (2995, 'Orcish_Barricader', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 1790, 1155, 0, 0, _binary 0x0000000000000000), + (2996, 'Orcish_Beastrider', 189, _binary 0x00006E0200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 396, 1155, 0, 0, _binary 0x0000000000000000), + (2997, 'Orcish_Bowshooter', 189, _binary 0x0000040800000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 27, 1155, 0, 0, _binary 0x0000000000000000), + (2998, 'Orcish_Brawler', 189, _binary 0x0000000800000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 2937, 1155, 0, 0, _binary 0x0000000000000000), + (2999, 'Orcish_Carrier', 189, _binary 0x00001A0800000000000000000000000000000000, 1, 1, 2, 240, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3000, 'Orcish_Champion', 189, _binary 0x0000010800000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 297, 1153, 0, 0, _binary 0x0000000000000000), + (3001, 'Orcish_Chasseur', 189, _binary 0x0000030800000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 720, 1155, 0, 0, _binary 0x0000000000000000), + (3002, 'Orcish_Colonel', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3003, 'Orcish_Cupholder', 189, _binary 0x0000020800000000000000000000000000000000, 2, 2, 1, 240, 12, 1, 0, 0, 0, 344, 1155, 0, 0, _binary 0x0000000000000000), + (3004, 'Orcish_Cursemaker', 189, _binary 0x0000740200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3005, 'Orcish_Dragonbrander', 189, _binary 0x00007C0200000000000000000000000000000000, 14, 14, 1, 240, 12, 1, 0, 0, 0, 496, 1153, 0, 0, _binary 0x0000000000000000), + (3006, 'Orcish_Dragoon', 189, _binary 0x00007C0200000000000000000000000000000000, 14, 14, 1, 240, 1, 1, 0, 0, 0, 1612, 1157, 0, 0, _binary 0x0000000000000000), + (3007, 'Orcish_Dreadnought', 189, _binary 0x0000730200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 290, 1155, 0, 0, _binary 0x0000000000000000), + (3008, 'Orcish_Farkiller', 189, _binary 0x00006B0200000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 186, 1155, 0, 0, _binary 0x0000000000000000), + (3009, 'Orcish_Fighter', 189, _binary 0x0000680200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 239, 1155, 0, 0, _binary 0x0000000000000000), + (3010, 'Orcish_Fighterchief', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3011, 'Orcish_Firebelcher', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3012, 'Orcish_Flamethrower', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3013, 'Orcish_Fodder', 189, _binary 0x0000660200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 48, 1155, 0, 0, _binary 0x0000000000000000), + (3014, 'Orcish_Footsoldier', 189, _binary 0x0000680200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 4889, 1155, 0, 0, _binary 0x0000000000000000), + (3015, 'Orcish_Gladiator', 189, _binary 0x0000010800000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 397, 1155, 0, 0, _binary 0x0000000000000000), + (3016, 'Orcish_Grappler', 189, _binary 0x0000700200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 133, 1153, 0, 0, _binary 0x0000000000000000), + (3017, 'Orcish_Grunt', 189, _binary 0x0000640200000000000000000000000000000000, 14, 14, 1, 240, 1, 1, 0, 0, 0, 5602, 1155, 0, 0, _binary 0x0000000000000000), + (3018, 'Orcish_Guard', 189, _binary 0x0000040800000000000000000000000000000000, 1, 1, 5, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3019, 'Orcish_Hexspinner', 189, _binary 0x00007D0200000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 2, 0, 0, 184, 1155, 0, 0, _binary 0x6161616169610063), + (3020, 'Orcish_Impaler', 189, _binary 0x00006C0200000000000000000000000000000000, 14, 14, 1, 240, 1, 1, 0, 0, 0, 553, 1155, 0, 0, _binary 0x0000000000000000), + (3021, 'Orcish_Imperial_Guard', 189, _binary 0x0000140800000000000000000000000000000000, 7, 7, 1, 240, 12, 1, 0, 0, 0, 190, 1155, 0, 0, _binary 0x0000000000000000), + (3022, 'Orcish_Mesmerizer', 189, _binary 0x00006D0200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 1032, 1155, 0, 0, _binary 0x6161616169610063), + (3023, 'Orcish_Neckchopper', 189, _binary 0x0000670200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 416, 1155, 0, 0, _binary 0x0000000000000000), + (3024, 'Orcish_Nightraider', 189, _binary 0x00006B0200000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 291, 1155, 0, 0, _binary 0x0000000000000000), + (3025, 'Orcish_Officer', 189, _binary 0x00001B0800000000000000000000000000000000, 14, 14, 1, 240, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3026, 'Orcish_Onager', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3027, 'Orcish_Overlord', 189, _binary 0x0000F30300000000000000000000000000000000, 7, 7, 1, 240, 16, 1, 2, 0, 0, 2144, 1157, 0, 0, _binary 0x0000000000000000), + (3028, 'Orcish_Panzer', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 5655, 1157, 0, 0, _binary 0x0000000000000000), + (3029, 'Orcish_Predator', 189, _binary 0x0000720200000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 132, 1155, 0, 0, _binary 0x0000000000000000), + (3030, 'Orcish_Prophetess', 189, _binary 0x0000190400000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 0, 0, _binary 0x6161616169610063), + (3031, 'Orcish_Protector', 189, _binary 0x0000750200000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 0, 250, 1153, 0, 0, _binary 0x0000000000000000), + (3032, 'Orcish_Serjeant', 189, _binary 0x0000750200000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3033, 'Orcish_Stonechucker', 189, _binary 0x0000030800000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 26, 1155, 0, 0, _binary 0x0000000000000000), + (3034, 'Orcish_Stonelauncher', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 449, 1155, 0, 0, _binary 0x0000000000000000), + (3035, 'Orcish_Stormer', 189, _binary 0x0000000800000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3036, 'Orcish_Strategist', 189, _binary 0x0000FF0700000000000000000000000000000000, 8, 8, 5, 240, 12, 1, 0, 0, 0, 238, 1155, 0, 0, _binary 0x0000000000000000), + (3037, 'Orcish_Strongarm', 189, _binary 0x00001A0800000000000000000000000000000000, 2, 2, 1, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3038, 'Orcish_Transporter', 189, _binary 0x0000000800000000000000000000000000000000, 1, 1, 9, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3039, 'Orcish_Trooper', 189, _binary 0x00007A0200000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 0, 652, 1155, 0, 0, _binary 0x0000000000000000), + (3040, 'Orcish_Turret', 248, _binary 0x0000720800000000000000000000000000000000, 11, 11, 7, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3041, 'Orcish_Veteran', 189, _binary 0x0000710200000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 660, 1153, 0, 0, _binary 0x0000000000000000), + (3042, 'Orcish_Wallbreacher', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 1868, 1155, 0, 0, _binary 0x0000000000000000), + (3043, 'Orcish_Warchief', 189, _binary 0x00007B0200000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 0, 1926, 1155, 0, 0, _binary 0x0000000000000000), + (3044, 'Orcish_Warlord', 189, _binary 0x00007E0200000000000000000000000000000000, 8, 8, 5, 240, 16, 1, 2, 0, 0, 131, 1155, 0, 0, _binary 0x0000000000000000), + (3045, 'Orcish_Wyrmbrander', 189, _binary 0x0000180400000000000000000000000000000000, 14, 14, 1, 240, 12, 1, 0, 0, 0, 132, 1155, 0, 0, _binary 0x0000000000000000), + (3046, 'Orcish_Zerker', 189, _binary 0x0000760200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 369, 1155, 0, 0, _binary 0x0000000000000000), + (3047, 'Orctrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 2, 0, 0, 563, 1157, 0, 0, _binary 0x0000000000000000), + (3048, 'Orc_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3049, 'Orderly_Imp', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 185, 1, 0, 0, 0, 184, 1155, 0, 0, _binary 0x6161616169610063), + (3050, 'Ore_Eater', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 1, 0, 0, 0, 271, 1155, 0, 0, _binary 0x6161616169610063), + (3051, 'Ore_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 0, 0, 0, 166, 1153, 0, 0, _binary 0x0000000000000000), + (3052, 'Orichalcum_Quadav', 202, _binary 0x00009C0200000000000000000000000000000000, 3, 3, 3, 265, 129, 1, 0, 0, 0, 7, 1159, 0, 0, _binary 0x1010101010105700), + (3053, 'Oriri_Samariri', 196, _binary 0x0000150700000000000000000000000000000000, 4, 4, 5, 150, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3054, 'Ormr', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3055, 'Orna', 110, _binary 0x0000A60100000000000000000000000000000000, 5, 4, 3, 240, 33, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3056, 'Ornamental_Weapon', 110, _binary 0x0000DD0100000000000000000000000000000000, 1, 1, 5, 240, 34, 0, 0, 0, 0, 238, 1667, 0, 0, _binary 0x0000000000000000), + (3057, 'Ornery_Orobon', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 136, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3058, 'Ornery_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 664, 1153, 0, 0, _binary 0x0000000000000000), + (3059, 'Orobon', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 136, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3060, 'Orochi', 164, _binary 0x0000040700000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3061, 'Orthrus', 62, _binary 0x0000020700000000000000000000000000000000, 8, 4, 7, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3062, 'Ortlinde', 115, _binary 0x05006C0700000000000000000000000000000000, 7, 1, 3, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3063, 'Ose', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 6, 6, 240, 1, 0, 2, 0, 32, 3338, 1181, 0, 0, _binary 0x0000000000000000), + (3064, 'Osschaart', 4, _binary 0x0000080100000000000000000000000000000000, 9, 4, 7, 240, 3, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3065, 'Osschaart_s_Automaton', 28, _binary 0x0600B90700000000000000000000000000000000, 1, 1, 5, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3066, 'Osschaart_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3067, 'Osschaart_s_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3068, 'Osschaart_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3069, 'Oupire', 284, _binary 0x0000350700000000000000000000000000000000, 4, 5, 7, 220, 12, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3070, 'Ouryu', 259, _binary 0x0000620200000000000000000000000000000000, 7, 7, 7, 240, 137, 1, 2, 0, 32, 297, 1177, 0, 0, _binary 0x0000000000000000), + (3071, 'Ouzelum', 125, _binary 0x0000530100000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3072, 'Overgrown_Ivy', 186, _binary 0x00007C0100000000000000000000000000000000, 2, 2, 7, 200, 128, 0, 0, 0, 0, 1261, 1155, 0, 0, _binary 0x0000000000000000), + (3073, 'Overgrown_Rose', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 0, 0, 0, 349, 1667, 0, 0, _binary 0x0000000000000000), + (3074, 'Overking_Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3075, 'Overlord_Bakgodek', 189, _binary 0x0000F30300000000000000000000000000000000, 7, 8, 1, 240, 16, 1, 2, 0, 32, 1709, 1181, 0, 0, _binary 0x0000000000000000), + (3076, 'Overlord_s_Tombstone', 93, _binary 0x0000210400000000000000000000000000000000, 5, 4, 11, 240, 16, 1, 18, 1, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3077, 'Overseer', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 4, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3078, 'Over_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 0, 0, 0, 5829, 1669, 0, 0, _binary 0x0000000000000000), + (3079, 'Ovinnik', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 154, 1155, 0, 0, _binary 0x0000000000000000), + (3080, 'Ovni', 241, _binary 0x00007C0400000000000000000000000000000000, 7, 7, 3, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3081, 'Owl_Guardian', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 1, 2, 0, 0, 6996, 131, 0, 0, _binary 0x0000000000000000), + (3082, 'Pachypodium', 0, _binary 0x0000490900000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3083, 'Padfoot', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 2, 0, 0, 2407, 135, 0, 0, _binary 0x0000000000000000), + (3084, 'Pahh_the_Gullcaller', 213, _binary 0x00001E0500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3085, 'Pallas', 126, _binary 0x0000830200000000000000000000000000000000, 9, 9, 5, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3086, 'Pallas_s_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3087, 'Pallid_Percy', 258, _binary 0x0000058090000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3088, 'Palm_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 1155, 129, 0, 0, _binary 0x0000000000000000), + (3089, 'Pandemonium_Lamp', 91, _binary 0x0000310700000000000000000000000000000000, 4, 4, 7, 240, 153, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3090, 'Pandemonium_Warden', 316, _binary 0x0000300700000000000000000000000000000000, 15, 15, 12, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3091, 'Pantagruel', 126, _binary 0x0000820200000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3092, 'Pantokrator', 54, _binary 0x0000350400000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3093, 'Panurgic_Ryubool_Ja', 176, _binary 0x0600450600000000000000000000000000000000, 16, 16, 2, 280, 12, 1, 0, 0, 32, 9, 157, 0, 0, _binary 0x0000000000000000), + (3094, 'Panzer_Doll', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 0, 0, 0, 258, 131, 0, 0, _binary 0x0000000000000000), + (3095, 'Panzer_Percival', 49, _binary 0x0000980100000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3096, 'Papako', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3097, 'Para', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3098, 'Paralyzing_Tube', 247, _binary 0x0000000700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3099, 'Parata', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 1, 16, 0, 0, 8150, 645, 0, 0, _binary 0x0000000000000000), + (3100, 'Pardus', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3101, 'Pascerpot', 79, _binary 0x00008D0100000000000000000000000000000000, 3, 3, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (3102, 'Passage_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 2458, 131, 0, 0, _binary 0x0000000000000000), + (3103, 'Pasture_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3104, 'Pasuk', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 5, 210, 128, 0, 16, 0, 32, 879, 155, 0, 0, _binary 0x0000000000000000), + (3105, 'Patriarch_Protector', 153, _binary 0x01000D0631105E2051305E4086505B602E700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3106, 'Patrol_Worm', 258, _binary 0x0000A90100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x007F000000000000), + (3107, 'Pavan', 324, _binary 0x00001C0300000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3108, 'Peak_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3109, 'Peallaidh', 167, _binary 0x0000550100000000000000000000000000000000, 1, 1, 7, 280, 12, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3110, 'Peapuk', 198, _binary 0x0000D10600000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3111, 'Peerifool', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 7, 360, 128, 1, 2, 0, 32, 2992, 157, 0, 0, _binary 0x0000000000000000), + (3112, 'Pee_Qoho_the_Python', 270, _binary 0x0000540200000000000000000000000000000000, 15, 15, 6, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3113, 'Peg_Powler', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3114, 'Peiste', 192, _binary 0x0000DF0700000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (3115, 'Pelican', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 6, 240, 1, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3116, 'Pepper', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3117, 'Percipient_Fish', 197, _binary 0x00005C0100000000000000000000000000000000, 7, 7, 7, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3118, 'Percipient_Zoraal_Ja', 176, _binary 0x0600490600000000000000000000000000000000, 9, 9, 2, 280, 12, 0, 0, 0, 32, 4013, 155, 0, 0, _binary 0x0000000000000000), + (3119, 'Periqia_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3120, 'Peryton', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3121, 'Petrocrab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 6, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3122, 'Petro_Pukis', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 0, 2, 0, 0, 1718, 135, 0, 0, _binary 0x0000000000000000), + (3123, 'Pevv_the_Riverleaper', 213, _binary 0x00001F0500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3124, 'Pey', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 1, 8, 0, 0, 2607, 133, 0, 0, _binary 0x0000000000000000), + (3125, 'Phanduron_the_Condemned', 221, _binary 0x00001A0200000000000000000000000000000000, 4, 1, 3, 360, 6, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3126, 'Phantasmal_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 3, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (3127, 'Phantom', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 298, 131, 0, 0, _binary 0x6161616169610063), + (3128, 'Phantom_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 3, 1, 0, 0, 0, 482, 135, 0, 0, _binary 0x0000000000000000), + (3129, 'Phantom_Worm', 258, _binary 0x0000AA0100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 2, 0, 0, 4937, 135, 0, 0, _binary 0x007F000000000000), + (3130, 'Phasma', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 502, 643, 0, 0, _binary 0x6161616169610063), + (3131, 'Phlebotomic_Slug', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 191, 643, 0, 0, _binary 0x0000000000000000), + (3132, 'Phoedme', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3133, 'Phorusrhacos', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 1, 0, 0, 4186, 131, 0, 0, _binary 0x0000000000000000), + (3134, 'Piasa', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3135, 'Picklix_Longindex', 133, _binary 0x0000F90100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3136, 'Pilwiz', 49, _binary 0x0000990100000000000000000000000000000000, 8, 8, 3, 240, 1, 1, 16, 0, 32, 1709, 157, 0, 0, _binary 0x0000000000000000), + (3137, 'Pining_Abazohn', 203, _binary 0x0600C50600000000000000000000000000000000, 8, 8, 5, 240, 200, 1, 0, 0, 32, 16, 155, 0, 0, _binary 0x0000000000000000), + (3138, 'Pirate_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3139, 'Piscean_Caster', 153, _binary 0x010006051D1065201D3065406550456100705280, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3140, 'Pitchy_Pudding', 112, _binary 0x0000BA0800000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 0, 0, 0, 193, 131, 0, 0, _binary 0x6161616169610063), + (3141, 'Pit_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 8, 2179, 0, 0, _binary 0x0000000000000000), + (3142, 'Pit_Bugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 300, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3143, 'Pit_Hare', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 377, 129, 0, 0, _binary 0x0000000000000000), + (3144, 'Pit_Lindwurm', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 220, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3145, 'Pit_Monster', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3146, 'Pit_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 3, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3147, 'Pit_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3148, 'Pixie', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 7, 240, 0, 0, 0, 0, 0, 4421, 513, 0, 0, _binary 0x1010101010105700), + (3149, 'Pixiebane', 207, _binary 0x0000E80700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3150, 'Pixietrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3151, 'Pixie_Impaler', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 5, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3152, 'Plague_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 185, 643, 0, 0, _binary 0x0000000000000000), + (3153, 'Plague_Chigoe', 64, _binary 0x0000D30600000000000000000000000000000000, 6, 6, 11, 24, 136, 0, 2, 0, 0, 4387, 643, 0, 0, _binary 0x0000000000000000), + (3154, 'Plateau_Glider', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3155, 'Plateau_Hare', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 3, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3156, 'Platinum_Quadav', 202, _binary 0x0000940200000000000000000000000000000000, 6, 6, 2, 265, 2, 1, 0, 0, 0, 191, 131, 0, 0, _binary 0x0000000000000000), + (3157, 'Platoon_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 8, 1, 0, 0, 0, 1169, 129, 0, 0, _binary 0x0000000000000000), + (3158, 'Plenilune_Ronin', 270, _binary 0x00001F0800000000000000000000000000000000, 13, 13, 2, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3159, 'Plumbago', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 16, 0, 0, 0, 0, 1868, 133, 0, 0, _binary 0x0000000000000000), + (3160, 'Pluto', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 6, 270, 193, 1, 16, 0, 32, 1261, 159, 0, 0, _binary 0x0000000000000000), + (3161, 'Pneumaflayer', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3162, 'Poisonhand_Gnadgad', 189, _binary 0x0000010800000000000000000000000000000000, 2, 2, 1, 220, 12, 1, 2, 0, 32, 1099, 157, 0, 0, _binary 0x0000000000000000), + (3163, 'Poison_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 396, 643, 0, 0, _binary 0x0000000000000000), + (3164, 'Poison_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (3165, 'Poison_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 449, 641, 0, 0, _binary 0x0000000000000000), + (3166, 'Poison_Peiste', 192, _binary 0x0000DF0700000000000000000000000000000000, 1, 1, 7, 240, 9, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3167, 'Poison_Pukis', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 0, 2, 0, 0, 1298, 135, 0, 0, _binary 0x0000000000000000), + (3168, 'Polar_Hare', 318, _binary 0x00000E0100000000000000000000000000000000, 6, 6, 7, 240, 12, 0, 0, 0, 0, 555, 133, 0, 0, _binary 0x0000000000000000), + (3169, 'Polevik', 101, _binary 0x0000B70100000000000000000000000000000000, 5, 4, 3, 240, 34, 0, 2, 0, 0, 1380, 131, 0, 0, _binary 0x7070707074701662), + (3170, 'Poltergeist', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 1, 0, 0, 795, 131, 0, 0, _binary 0x0000000000000000), + (3171, 'Polybotes', 126, _binary 0x0000800200000000000000000000000000000000, 1, 1, 6, 240, 1, 1, 2, 0, 32, 2132, 157, 0, 0, _binary 0x0000000000000000), + (3172, 'Ponderer', 241, _binary 0x0000680400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 2, 0, 0, 765, 135, 0, 0, _binary 0x0000000000000000), + (3173, 'Pond_Amoeban', 0, _binary 0x00005C0900000000000000000000000000000000, 4, 8, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3174, 'Pond_Sahagin', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 2, 0, 0, 0, 0, 238, 129, 0, 0, _binary 0x0000000000000000), + (3175, 'Poo_Yozo_the_Babbler', 270, _binary 0x0000480200000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3176, 'Popochu', 80, _binary 0x00004C0100000000000000000000000000000000, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (3177, 'Poroggo', 196, _binary 0x0000130700000000000000000000000000000000, 4, 4, 5, 150, 8, 0, 0, 0, 0, 237, 129, 0, 0, _binary 0x6161616169610063), + (3178, 'Poroggo_Casanova', 196, _binary 0x0000130700000000000000000000000000000000, 4, 4, 5, 150, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3179, 'Poroggo_Charmer', 196, _binary 0x0000130700000000000000000000000000000000, 4, 4, 5, 150, 129, 0, 0, 0, 0, 9, 131, 0, 0, _binary 0x6161616169610063), + (3180, 'Poroggo_Dom_Juan', 196, _binary 0x0000130700000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3181, 'Poroggo_Gent', 196, _binary 0x0000130700000000000000000000000000000000, 4, 4, 5, 150, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3182, 'Poroggo_Gourmand', 196, _binary 0x0000BE0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3183, 'Poroggo_Madame', 196, _binary 0x0000150700000000000000000000000000000000, 4, 4, 5, 150, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3184, 'Poroggo_Prince', 196, _binary 0x0000BE0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3185, 'Poroggo_Seducteur', 196, _binary 0x0000130700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3186, 'Poroggo_Servant', 196, _binary 0x0000BF0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3187, 'Poroggo_s_Toady', 196, _binary 0x0000BF0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3188, 'Porphyrion', 126, _binary 0x0000830200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 2, 0, 32, 456, 159, 0, 0, _binary 0x0000000000000000), + (3189, 'Portia', 0, _binary 0x0000000000000000000000000000000000000000, 19, 19, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3190, 'Posten', 234, _binary 0x0000210500000000000000000000000000000000, 1, 1, 7, 240, 144, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3191, 'Powderkeg_Yanadahn', 115, _binary 0x05006B0700000000000000000000000000000000, 5, 5, 3, 240, 227, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3192, 'Praetorian_Guard_CCCXI', 25, _binary 0x0000010500000000000000000000000000000000, 7, 7, 3, 240, 132, 1, 2, 0, 0, 429, 133, 0, 0, _binary 0x0000000000000000), + (3193, 'Princeps_IV-XLV', 25, _binary 0x0000120500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3194, 'Princeps_V-XI', 25, _binary 0x0000F60400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 18, 0, 0, 1143, 133, 0, 0, _binary 0x0000000000000000), + (3195, 'Princeps_XIII-LXXXIX', 25, _binary 0x0000F60400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3196, 'Princess_Jelly', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 429, 641, 0, 0, _binary 0x0000000000000000), + (3197, 'Princess_Pudding', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 41, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3198, 'Prince_Seere', 169, _binary 0x0000F40200000000000000000000000000000000, 3, 3, 3, 240, 16, 1, 0, 0, 32, 352, 159, 0, 0, _binary 0x1010101010105700), + (3199, 'Prishe', 145, _binary 0x0000B70400000000000000000000000000000000, 2, 3, 1, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3200, 'Processionaire', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 150, 133, 0, 0, _binary 0x0000000000000000), + (3201, 'Proconsul_XII', 25, _binary 0x0000110500000000000000000000000000000000, 7, 7, 3, 265, 2, 1, 2, 0, 0, 238, 135, 0, 0, _binary 0x0000000000000000), + (3202, 'Procreator', 138, _binary 0x00006D0400000000000000000000000000000000, 1, 1, 3, 240, 141, 1, 2, 0, 0, 6, 133, 0, 0, _binary 0x0000000000000000), + (3203, 'Procrustes', 126, _binary 0x0000120100000000000000000000000000000000, 4, 4, 12, 240, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3204, 'Progenerator', 138, _binary 0x00006D0400000000000000000000000000000000, 1, 1, 3, 240, 141, 0, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3205, 'Promathia', 134, _binary 0x0000310400000000000000000000000000000000, 7, 7, 3, 240, 0, 0, 16, 0, 32, 3979, 155, 0, 0, _binary 0x0000000000000000), + (3206, 'Propagator', 138, _binary 0x00006D0400000000000000000000000000000000, 1, 1, 3, 240, 141, 0, 2, 0, 0, 2629, 135, 0, 0, _binary 0x0000000000000000), + (3207, 'Proteus', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 220, 128, 0, 2, 0, 32, 236, 157, 0, 0, _binary 0x0000000000000000), + (3208, 'Proto-Omega', 54, _binary 0x0000370400000000000000000000000000000000, 1, 1, 6, 240, 137, 0, 16, 0, 32, 2773, 157, 0, 0, _binary 0x0000000000000000), + (3209, 'Proto-Ultima', 54, _binary 0x0000340400000000000000000000000000000000, 1, 7, 6, 240, 137, 0, 16, 0, 32, 7, 155, 0, 0, _binary 0x0000000000000000), + (3210, 'Protoamoeban', 0, _binary 0x00005C0900000000000000000000000000000000, 4, 8, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3211, 'Protozoan', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 4, 0, 0, 6353, 131, 0, 0, _binary 0x0000000000000000), + (3212, 'Provoker', 220, _binary 0x00005D0400000000000000000000000000000000, 5, 5, 7, 240, 141, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3213, 'Prowlox_Barrelbelly', 133, _binary 0x00003E0400000000000000000000000000000000, 11, 11, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3214, 'Prune', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3215, 'Psycheflayer', 233, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 177, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3216, 'Psychopomp', 91, _binary 0x0000A70800000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3217, 'Puck', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 7, 360, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3218, 'Pudding', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3219, 'Pudding_Master', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 7, 240, 40, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3220, 'Puffer_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3221, 'Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 529, 129, 0, 0, _binary 0x0000000000000000), + (3222, 'Pug_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3223, 'Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 3, 1, 0, 0, 0, 239, 131, 0, 0, _binary 0x0000000000000000), + (3224, 'Puktrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 1, 0, 0, 99, 131, 0, 0, _binary 0x0000000000000000), + (3225, 'Puk_Executioner', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 136, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3226, 'Pulverized_Pfeffer', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3227, 'Punctured_Percy', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 12, 0, 2, 0, 32, 7, 157, 0, 0, _binary 0x6161616169610063), + (3228, 'Pupil_Palliator_I', 145, _binary 0x0100020300100B201A301A401A50FA601C700080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3229, 'Pupil_Palliator_II', 145, _binary 0x0100020300100B201A301A401A50FA601C700080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3230, 'Pupil_Palliator_III', 145, _binary 0x0100020300100B201A301A401A50FA601C700080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3231, 'Purgatory_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 0, 0, 0, 72, 645, 0, 0, _binary 0x0000000000000000), + (3232, 'Puroboros', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (3233, 'Purpleflash_Brukdok', 189, _binary 0x0000670200000000000000000000000000000000, 4, 1, 4, 240, 12, 1, 2, 0, 32, 244, 157, 0, 0, _binary 0x6161616169610063), + (3234, 'Purson', 179, _binary 0x0000920100000000000000000000000000000000, 8, 8, 7, 360, 16, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3235, 'Pustule', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3236, 'Putrid_Immortal_Guard', 86, _binary 0x0000410100000000000000000000000000000000, 1, 1, 3, 270, 192, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3237, 'Putrid_Peapuk', 198, _binary 0x0000D10600000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3238, 'Puu_Timu_the_Phantasmal', 270, _binary 0x00003C0400000000000000000000000000000000, 15, 15, 6, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3239, 'Pya', 125, _binary 0x0000500100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3240, 'Pygmaioi', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (3241, 'Pyracmon', 4, _binary 0x0000080100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3242, 'Pyrodrake', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 184, 129, 0, 0, _binary 0x0000000000000000), + (3243, 'Python_Mercenary', 151, _binary 0x01000E0772100F2072300F400F5064602E703280, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3244, 'Qaitu', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3245, 'Qiqirn_Archaeologist', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 186, 131, 0, 0, _binary 0x0000000000000000), + (3246, 'Qiqirn_Astrologer', 199, _binary 0x0000C70600000000000000000000000000000000, 4, 4, 9, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3247, 'Qiqirn_Bewitcher', 0, _binary 0x0000000000000000000000000000000000000000, 5, 5, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3248, 'Qiqirn_Ceramist', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 1, 0, 0, 0, 33, 131, 0, 0, _binary 0x0000000000000000), + (3249, 'Qiqirn_Diamantaire', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 1, 0, 0, 0, 241, 133, 0, 0, _binary 0x0000000000000000), + (3250, 'Qiqirn_Diver', 199, _binary 0x0000C70600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3251, 'Qiqirn_Eggler', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 180, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3252, 'Qiqirn_Enterpriser', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 179, 129, 0, 0, _binary 0x0000000000000000), + (3253, 'Qiqirn_Freelance', 199, _binary 0x0000C70600000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3254, 'Qiqirn_Goldsmith', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 1, 0, 0, 0, 180, 131, 0, 0, _binary 0x0000000000000000), + (3255, 'Qiqirn_Huckster', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3256, 'Qiqirn_Lieuter', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 1, 0, 0, 0, 138, 129, 0, 0, _binary 0x0000000000000000), + (3257, 'Qiqirn_Mercenary', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 185, 133, 0, 0, _binary 0x0000000000000000), + (3258, 'Qiqirn_Mine', 236, _binary 0x0000FE0600000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3259, 'Qiqirn_Miner', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3260, 'Qiqirn_Mireguide', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 1, 0, 0, 0, 291, 129, 0, 0, _binary 0x0000000000000000), + (3261, 'Qiqirn_Mosstrooper', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 1, 0, 0, 0, 132, 131, 0, 0, _binary 0x0000000000000000), + (3262, 'Qiqirn_Pecheur', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3263, 'Qiqirn_Poulterer', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 179, 131, 0, 0, _binary 0x0000000000000000), + (3264, 'Qiqirn_Rock_Hound', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3265, 'Qiqirn_Trailer', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 188, 131, 0, 0, _binary 0x0000000000000000), + (3266, 'Qiqirn_Trapper', 0, _binary 0x0000000000000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3267, 'Qiqirn_Treasure_Hunter', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 0, 1, 0, 0, 0, 80, 131, 0, 0, _binary 0x0000000000000000), + (3268, 'Qiqirn_Volcanist', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 0, 1, 0, 0, 0, 258, 131, 0, 0, _binary 0x0000000000000000), + (3269, 'Qn_aern_rdm', 3, _binary 0x00005E0500000000000000000000000000000000, 5, 5, 4, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3270, 'Qn_hpemde', 144, _binary 0x0000800400000000000000000000000000000000, 14, 14, 8, 220, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3271, 'Qn_xzomit', 269, _binary 0x0000100200000000000000000000000000000000, 13, 13, 7, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3272, 'Qn_zdei', 272, _binary 0x0000850400000000000000000000000000000000, 1, 1, 7, 240, 9, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3273, 'Quadav_Carrier', 202, _binary 0x00004E0800000000000000000000000000000000, 1, 1, 4, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3274, 'Quadav_Guard', 202, _binary 0x0000450800000000000000000000000000000000, 1, 1, 2, 265, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3275, 'Quadav_Stormer', 202, _binary 0x0000990200000000000000000000000000000000, 1, 1, 7, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3276, 'Quadav_Transporter', 202, _binary 0x0000920200000000000000000000000000000000, 1, 1, 5, 265, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3277, 'Quadav_Turret', 249, _binary 0x0000780800000000000000000000000000000000, 11, 11, 7, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3278, 'Quasimodo', 0, _binary 0x0000B10800000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3279, 'Qudeen', 149, _binary 0x0500AC0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3280, 'Queenbug', 170, _binary 0x0000E20700000000000000000000000000000000, 6, 6, 7, 220, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3281, 'Queen_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3282, 'Queen_Jelly', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 1882, 647, 0, 0, _binary 0x0000000000000000), + (3283, 'Queen_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 40, 1, 2, 0, 0, 204, 645, 0, 0, _binary 0x6161616169610063), + (3284, 'Queen_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 40, 1, 2, 0, 0, 26, 645, 0, 0, _binary 0x7070707074701662), + (3285, 'Queen_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 40, 1, 2, 0, 0, 2235, 645, 0, 0, _binary 0x1010101010105700), + (3286, 'Queen_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 40, 1, 2, 0, 0, 3149, 645, 0, 0, _binary 0x0000000000000000), + (3287, 'Qufim_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 3584, 131, 0, 0, _binary 0x0000000000000000), + (3288, 'Quick_Draw_Sasaroon', 199, _binary 0x0000C70600000000000000000000000000000000, 11, 11, 5, 200, 12, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3289, 'Quiebitiel', 222, _binary 0x0500DB0100000000000000000000000000000000, 1, 1, 5, 360, 12, 1, 16, 0, 32, 6, 157, 0, 0, _binary 0x0000000000000000), + (3290, 'Qull_the_Fallstopper', 213, _binary 0x0000290500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3291, 'Qull_the_Shellbuster', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3292, 'Qultada', 145, _binary 0x0500720500000000000000000000000000000000, 17, 17, 3, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3293, 'Qulun_Heavyshell', 202, _binary 0x0000490800000000000000000000000000000000, 8, 8, 2, 265, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3294, 'Qutrub', 203, _binary 0x0000EE0600000000000000000000000000000000, 8, 8, 5, 240, 201, 1, 0, 0, 0, 296, 129, 0, 0, _binary 0x0000000000000000), + (3295, 'Qutrub_Extortionist', 203, _binary 0x0600C50600000000000000000000000000000000, 8, 8, 5, 240, 200, 0, 0, 0, 0, 15, 131, 0, 0, _binary 0x0000000000000000), + (3296, 'Qutrub_Forayer', 203, _binary 0x0600C50600000000000000000000000000000000, 8, 8, 5, 240, 200, 1, 0, 0, 0, 17, 129, 0, 0, _binary 0x0000000000000000), + (3297, 'Qutrub_Wastrel', 205, _binary 0x0600C60600000000000000000000000000000000, 4, 4, 9, 240, 200, 0, 0, 0, 0, 17, 131, 0, 0, _binary 0x6161616169610063), + (3298, 'Quu_Domi_the_Gallant', 270, _binary 0x00004C0200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3299, 'Qu_Pho_Bloodspiller', 202, _binary 0x00001B0400000000000000000000000000000000, 1, 1, 2, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3300, 'Rabid_Rat', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 231, 131, 0, 0, _binary 0x0000000000000000), + (3301, 'Race_Runner', 97, _binary 0x0000450500000000000000000000000000000000, 4, 4, 12, 190, 8, 0, 2, 0, 0, 681, 135, 0, 0, _binary 0x6161616169610063), + (3302, 'Racing_Chariot', 63, _binary 0x00001D0700000000000000000000000000000000, 1, 1, 12, 320, 145, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3303, 'Radiant_Wyvern', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 0, 0, 0, 46, 129, 0, 0, _binary 0x0000000000000000), + (3304, 'Rafflesia', 207, _binary 0x0000E80700000000000000000000000000000000, 9, 9, 7, 240, 128, 0, 0, 0, 0, 578, 641, 0, 0, _binary 0x0000000000000000), + (3305, 'Ragelise', 0, _binary 0x0000000000000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3306, 'Rahdjab', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3307, 'Rahskhas_s_Pet', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3308, 'Rahu', 0, _binary 0x0000000000000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3309, 'Raid_Raptor', 210, _binary 0x00003D0100000000000000000000000000000000, 1, 1, 7, 220, 133, 1, 0, 0, 0, 9, 131, 0, 0, _binary 0x0000000000000000), + (3310, 'Raigegue_R_d_Oraguille', 74, _binary 0x0000530500000000000000000000000000000000, 4, 5, 11, 290, 193, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3311, 'Rainbringer_Yjatvot', 189, _binary 0x00007D0200000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 32, 2897, 157, 0, 0, _binary 0x6161616169610063), + (3312, 'Rainemard', 145, _binary 0x0100090348104820483048404850166100700000, 5, 5, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3313, 'Raja', 0, _binary 0x00005F0900000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3314, 'Rakshas', 242, _binary 0x0000C80800000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3315, 'Rallbrog_of_Clan_Death', 189, _binary 0x0000730200000000000000000000000000000000, 2, 2, 11, 240, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3316, 'Rampaging_Ram', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 1, 0, 2, 0, 0, 3670, 131, 0, 0, _binary 0x0000000000000000), + (3317, 'Ramuh_Prime', 43, _binary 0x00001E0300000000000000000000000000000000, 1, 1, 12, 240, 40, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3318, 'Ranch_Wamoura', 253, _binary 0x0000100700000000000000000000000000000000, 1, 1, 7, 240, 153, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3319, 'Ranch_Wamouracampa', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3320, 'Rancid_Ooze', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3321, 'Rancor_Torch', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 5, 240, 33, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3322, 'Range_Clionid', 0, _binary 0x00004C0900000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3323, 'Rani', 0, _binary 0x00005E0900000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3324, 'Raptor', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 2, 0, 0, 0, 0, 131, 131, 0, 0, _binary 0x0000000000000000), + (3325, 'Rasetsu', 169, _binary 0x0000E50200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 18, 0, 0, 1339, 133, 0, 0, _binary 0x0000000000000000), + (3326, 'Raskovnik', 207, _binary 0x0000E80700000000000000000000000000000000, 9, 8, 5, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3327, 'Raubahn', 149, _binary 0x0500710500000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 16, 0, 32, 667, 155, 0, 0, _binary 0x0000000000000000), + (3328, 'Rauu_the_Whaleswooner', 213, _binary 0x00002E0500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (3329, 'Ravager_Chariot', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3330, 'Raven', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 128, 1, 1, 0, 0, 205, 129, 0, 0, _binary 0x0000000000000000), + (3331, 'Ravin_Raven', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 5, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3332, 'Razfahd', 33, _binary 0x00002A0700000000000000000000000000000000, 5, 3, 3, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3333, 'Razon', 69, _binary 0x0000220100000000000000000000000000000000, 1, 1, 5, 240, 24, 0, 16, 0, 0, 2802, 135, 0, 0, _binary 0x0000000000000000), + (3334, 'Razorback', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3335, 'Razorback', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3336, 'Razorjaw_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 46, 133, 0, 0, _binary 0x0000000000000000), + (3337, 'Ra_Dha_Scarscute', 202, _binary 0x0000470800000000000000000000000000000000, 1, 1, 2, 265, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3338, 'Reactionary_Rampart', 209, _binary 0x00001A0700000000000000000000000000000000, 1, 1, 7, 320, 25, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3339, 'Reacton', 300, _binary 0x00001A0100000000000000000000000000000000, 4, 4, 12, 220, 24, 0, 2, 25, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3340, 'Reapertongue_Gadgquok', 189, _binary 0x0000190400000000000000000000000000000000, 15, 15, 4, 240, 16, 1, 18, 0, 32, 339, 159, 0, 0, _binary 0x0000000000000000), + (3341, 'Reaper_Clan_Warmachine', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3342, 'Recluse_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 180, 643, 0, 0, _binary 0x0000000000000000), + (3343, 'Red_Kisser', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (3344, 'Red_Osculator', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 140, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3345, 'Red_Rose_Condottiere', 145, _binary 0x010000040D1028203A3015400C506B6100000000, 1, 12, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3346, 'Red_Smoocher', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 140, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3347, 'Ree_Nata_the_Melomanic', 270, _binary 0x0000390400000000000000000000000000000000, 10, 10, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3348, 'Refitted_Chariot', 63, _binary 0x00001F0700000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3349, 'Reifnir', 169, _binary 0x0000F10200000000000000000000000000000000, 4, 4, 6, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3350, 'Rencounter_Chariot', 63, _binary 0x00001F0700000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3351, 'Repiner', 78, _binary 0x0000730400000000000000000000000000000000, 1, 1, 8, 240, 13, 0, 16, 0, 0, 441, 129, 0, 0, _binary 0x0000000000000000), + (3352, 'Republican_Infantry', 146, _binary 0x010000081A101A201A301A401A505C6000000000, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3353, 'Republic_Garrison', 146, _binary 0x01000208021002200230024002505C6000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3354, 'Republic_Supplier', 146, _binary 0x01000C086C100E200E300E400E50136100700080, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3355, 'Reserve_Draugar', 89, _binary 0x0000E60600000000000000000000000000000000, 14, 14, 8, 240, 193, 0, 0, 0, 0, 343, 129, 0, 0, _binary 0x0000000000000000), + (3356, 'Resheph', 81, _binary 0x00004A0500000000000000000000000000000000, 12, 12, 10, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3357, 'Retiarius_XI-XIX', 25, _binary 0x0000010500000000000000000000000000000000, 4, 4, 12, 265, 8, 1, 2, 0, 0, 3185, 133, 0, 0, _binary 0x6161616169610063), + (3358, 'Revenant', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 185, 131, 0, 0, _binary 0x6161616169610063), + (3359, 'Rhoikos', 126, _binary 0x0000830200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3360, 'Rhoitos', 126, _binary 0x0000830200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3361, 'Rhushouf', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3362, 'Rictusgrin_Prakpok', 189, _binary 0x00007A0200000000000000000000000000000000, 8, 8, 5, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3363, 'Riding_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 257, 131, 0, 0, _binary 0x0000000000000000), + (3364, 'Rift_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3365, 'Rift_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3366, 'Rikoh_Wahcondalo', 151, _binary 0x0500430900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3367, 'Riko_Kupenreich', 185, _binary 0x00003E0900000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3368, 'Rime_Gigas', 126, _binary 0x0000C60200000000000000000000000000000000, 9, 1, 1, 240, 1, 1, 0, 0, 0, 7533, 131, 0, 0, _binary 0x0000000000000000), + (3369, 'Riparian_Sahagin', 213, _binary 0x0000390500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 0, 0, 0, 231, 131, 0, 0, _binary 0x0000000000000000), + (3370, 'Riverne_Vulture', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 128, 0, 0, 0, 0, 350, 131, 0, 0, _binary 0x0000000000000000), + (3371, 'River_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 479, 129, 0, 0, _binary 0x0000000000000000), + (3372, 'River_Murex', 0, _binary 0x00005D0900000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3373, 'River_Sahagin', 213, _binary 0x0000260500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 0, 0, 0, 419, 129, 0, 0, _binary 0x1010101010105700), + (3374, 'Rivulet_Sahagin', 213, _binary 0x00002B0500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (3375, 'Robber_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 305, 131, 0, 0, _binary 0x0000000000000000), + (3376, 'Roc', 125, _binary 0x0000500100000000000000000000000000000000, 3, 10, 11, 240, 1, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (3377, 'Rock_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 60, 133, 0, 0, _binary 0x0000000000000000), + (3378, 'Rock_Eater', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 1, 0, 0, 0, 261, 129, 0, 0, _binary 0x6161616169610063), + (3379, 'Rock_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (3380, 'Rock_Grinder', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3381, 'Rock_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 403, 129, 0, 0, _binary 0x0000000000000000), + (3382, 'Rock_Murex', 0, _binary 0x00005D0900000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3383, 'Rogue_Marid', 180, _binary 0x0000CA0600000000000000000000000000000000, 1, 1, 7, 320, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3384, 'Rohemolipaud', 145, _binary 0x0100050307100720073007400750006000703580, 11, 11, 2, 240, 24, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3385, 'Rojgnoj_s_Left_Hand', 189, _binary 0x0000740200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3386, 'Rojgnoj_s_Right_Hand', 189, _binary 0x00006E0200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3387, 'Romaa_Mihgo', 151, _binary 0x0100090789106E2010306E400D507D6100700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3388, 'Rompaulion_S_Citalle', 221, _binary 0x0000220200000000000000000000000000000000, 6, 6, 9, 360, 6, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3389, 'Rongelouts_N_Distaud', 145, _binary 0x01000F0338102920D9300C400C501F6100700000, 7, 7, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3390, 'Rongeur_D_os', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 12, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3391, 'Rongo-Nango', 153, _binary 0x010001053310B720B730B740B750326100700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3392, 'Roo_Beju_the_Eulogizer', 270, _binary 0x0000510200000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3393, 'Rose_Garden', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 2, 0, 0, 8149, 133, 0, 0, _binary 0x0000000000000000), + (3394, 'Rossweisse', 115, _binary 0x05006E0700000000000000000000000000000000, 12, 12, 8, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3395, 'Rotten_Jam', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 344, 641, 0, 0, _binary 0x0000000000000000), + (3396, 'Rotten_Sod', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 6, 0, 0, 0, 0, 7067, 131, 0, 0, _binary 0x0000000000000000), + (3397, 'Rotting_Huskarl', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 4, 240, 193, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3398, 'Rot_Prowler', 227, _binary 0x00003C0200000000000000000000000000000000, 8, 8, 8, 240, 6, 0, 0, 0, 0, 297, 131, 0, 0, _binary 0x0000000000000000), + (3399, 'Routsix_Rubbertendon', 133, _binary 0x0000400400000000000000000000000000000000, 9, 9, 5, 240, 16, 1, 2, 0, 32, 2190, 159, 0, 0, _binary 0x0000000000000000), + (3400, 'Royal_Banneret', 145, _binary 0x010007030C100C200C300C400C50FC601B700000, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3401, 'Royal_Esquire', 145, _binary 0x01000E0319104C20D930D940D95019611D700080, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3402, 'Royal_Garrison', 145, _binary 0x0100010301100120013001400150CA6000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3403, 'Royal_Guard', 145, _binary 0x01000E0319104C20D930D940D95019611D700080, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3404, 'Royal_Infantry', 145, _binary 0x010000030C100C200C300C400C50C1601B700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3405, 'Royal_Knight', 145, _binary 0x010003030C100C200C300C400C50FB601B700080, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3406, 'Royal_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 292, 641, 0, 0, _binary 0x0000000000000000), + (3407, 'Royal_Palliator', 145, _binary 0x01000C03DD106120153015401550726000700080, 3, 3, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (3408, 'Royal_Provisioner', 145, _binary 0x010008040C103420D93034403450BE6100700080, 5, 5, 11, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3409, 'Rubicund_Adenium', 0, _binary 0x0000350800000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3410, 'Ruby_Quadav', 202, _binary 0x00009E0200000000000000000000000000000000, 5, 5, 4, 265, 8, 1, 2, 0, 0, 390, 131, 0, 0, _binary 0x7070707074701662), + (3411, 'Ruebezahl', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 240, 56, 0, 2, 0, 32, 5881, 157, 0, 0, _binary 0x0000000000000000), + (3412, 'Ruffbix_Jumbolobes', 133, _binary 0x00003F0400000000000000000000000000000000, 7, 7, 4, 240, 16, 1, 2, 0, 32, 3032, 159, 0, 0, _binary 0x0000000000000000), + (3413, 'Rugaroo', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 137, 1, 2, 0, 32, 299, 133, 0, 0, _binary 0x0000000000000000), + (3414, 'Ruly_Imp', 165, _binary 0x0000BC0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 343, 131, 0, 0, _binary 0x0000000000000000), + (3415, 'Rumble_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 348, 131, 0, 0, _binary 0x0000000000000000), + (3416, 'Ruminator', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3417, 'Russet_Rarab', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3418, 'Ruszor', 211, _binary 0x0000AF0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 558, 133, 0, 0, _binary 0x0000000000000000), + (3419, 'Rutrix_Hamgams', 133, _binary 0x0000400400000000000000000000000000000000, 9, 9, 5, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3420, 'Ru_aern', 3, _binary 0x0000570500000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3421, 'Ru_Bha_Stonewall', 200, _binary 0x0000510800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3422, 'Ru_phuabo', 194, _binary 0x0000830400000000000000000000000000000000, 1, 1, 7, 280, 9, 1, 0, 0, 0, 0, 0, 1, 0, _binary 0x0000000000000000), + (3423, 'Ryy_Qihi_the_Idolrobber', 270, _binary 0x0000390400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3424, 'Sabertooth_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (3425, 'Sable-tongued_Gonberry', 243, _binary 0x0000C60400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 0, 0, 32, 3147, 157, 0, 0, _binary 0x6161616169610063), + (3426, 'Sabotender', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 6461, 131, 0, 0, _binary 0x0000000000000000), + (3427, 'Sabotender_Amante', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 8, 1, 0, 0, 0, 4493, 645, 0, 0, _binary 0x0000000000000000), + (3428, 'Sabotender_Bail', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3429, 'Sabotender_Campeon', 212, _binary 0x0000750100000000000000000000000000000000, 2, 3, 7, 240, 8, 1, 0, 0, 0, 1931, 129, 0, 0, _binary 0x0000000000000000), + (3430, 'Sabotender_Enamorado', 212, _binary 0x0000740100000000000000000000000000000000, 12, 12, 7, 240, 2, 0, 0, 0, 0, 3906, 133, 0, 0, _binary 0x0000000000000000), + (3431, 'Sabotender_Maestro', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3432, 'Sabotender_Mariachi', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3433, 'Sabotender_Sediendo', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 285, 131, 0, 0, _binary 0x0000000000000000), + (3434, 'Sacrificial_Goblet', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 34, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3435, 'Sadfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 566, 641, 0, 0, _binary 0x0000000000000000), + (3436, 'Saehrimnir', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3437, 'Sagelord_Molaal_Ja', 176, _binary 0x06005B0600000000000000000000000000000000, 4, 3, 5, 280, 12, 1, 0, 0, 32, 8, 157, 0, 0, _binary 0x6161616169610063), + (3438, 'Sagittarius_X-XIII', 25, _binary 0x0000FC0400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 2, 0, 0, 289, 135, 0, 0, _binary 0x0000000000000000), + (3439, 'Sagittarius_XIII-XXVI', 25, _binary 0x0000F80400000000000000000000000000000000, 11, 11, 2, 265, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3440, 'Sahagin_Parasite', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 84, 133, 0, 0, _binary 0x0000000000000000), + (3441, 'Sahagin_Patriarch', 213, _binary 0x00002E0500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3442, 'Sahagin_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3443, 'Saizo', 149, _binary 0x0500B00700000000000000000000000000000000, 13, 13, 2, 240, 201, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3444, 'Salamander', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 7, 645, 0, 0, _binary 0x0000000000000000), + (3445, 'Salimuhl', 149, _binary 0x0500AA0700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3446, 'Saltopus', 0, _binary 0x0000000000000000000000000000000000000000, 1, 4, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3447, 'Salyhaar', 149, _binary 0x0500AB0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3448, 'Sandworm', 215, _binary 0x0000EB0700000000000000000000000000000000, 1, 1, 7, 280, 128, 0, 2, 0, 0, 359, 129, 0, 0, _binary 0x007F000000000000), + (3449, 'Sand_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 64, 164, 643, 0, 0, _binary 0x0000000000000000), + (3450, 'Sand_Beetle', 49, _binary 0x0000990100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (3451, 'Sand_Cockatrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 0, 0, 0, 933, 643, 0, 0, _binary 0x0000000000000000), + (3452, 'Sand_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3453, 'Sand_Digger', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 2, 1, 0, 0, 0, 290, 133, 0, 0, _binary 0x6161616169610063), + (3454, 'Sand_Eater', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 1, 0, 0, 0, 20, 131, 0, 0, _binary 0x6161616169610063), + (3455, 'Sand_Hare', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 288, 131, 0, 0, _binary 0x0000000000000000), + (3456, 'Sand_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 552, 131, 0, 0, _binary 0x0000000000000000), + (3457, 'Sand_Murex', 0, _binary 0x00005D0900000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3458, 'Sand_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (3459, 'Sand_Spider', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 1445, 643, 0, 0, _binary 0x0000000000000000), + (3460, 'Sand_Sweeper', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3461, 'Sand_Tarantula', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 189, 645, 0, 0, _binary 0x0000000000000000), + (3462, 'Sanguine_Bat', 46, _binary 0x0000010100000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 0, 0, 0, 502, 643, 0, 0, _binary 0x0000000000000000), + (3463, 'Sapphire_Quadav', 202, _binary 0x00009D0200000000000000000000000000000000, 4, 4, 5, 265, 2, 1, 0, 0, 0, 86, 133, 0, 0, _binary 0x6161616169610063), + (3464, 'Sapphirine_Quadav', 202, _binary 0x0000990200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 0, 0, 0, 301, 131, 0, 0, _binary 0x1010101010105700), + (3465, 'Sarameya', 314, _binary 0x0000010700000000000000000000000000000000, 5, 4, 2, 380, 136, 0, 2, 640, 32, 210, 669, 0, 0, _binary 0x7070707074701662), + (3466, 'Sarcophilus', 98, _binary 0x0000460500000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3467, 'Satellite_Claymores', 14, _binary 0x0000CB0100000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3468, 'Satellite_Daggers', 11, _binary 0x0000C50100000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3469, 'Satellite_Great_Axes', 12, _binary 0x0000CA0100000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3470, 'Satellite_Guns', 18, _binary 0x0000D20100000000000000000000000000000000, 11, 11, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3471, 'Satellite_Hammers', 9, _binary 0x0000C90100000000000000000000000000000000, 3, 3, 11, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (3472, 'Satellite_Horns', 16, _binary 0x0000D60100000000000000000000000000000000, 10, 10, 12, 240, 0, 1, 2, 0, 0, 1424, 1667, 0, 0, _binary 0x0000000000000000), + (3473, 'Satellite_Knuckles', 15, _binary 0x0000C40100000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3474, 'Satellite_Kunai', 17, _binary 0x0000CF0100000000000000000000000000000000, 13, 13, 9, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3475, 'Satellite_Longbows', 7, _binary 0x0000D10100000000000000000000000000000000, 11, 11, 2, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3476, 'Satellite_Longswords', 24, _binary 0x0000C20100000000000000000000000000000000, 7, 7, 3, 240, 0, 1, 2, 0, 0, 3609, 1667, 0, 0, _binary 0x0000000000000000), + (3477, 'Satellite_Scythes', 20, _binary 0x0000C80100000000000000000000000000000000, 8, 8, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3478, 'Satellite_Shield', 21, _binary 0x0000D50100000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 2, 0, 0, 2742, 1155, 0, 0, _binary 0x0000000000000000), + (3479, 'Satellite_Spears', 19, _binary 0x0000CC0100000000000000000000000000000000, 14, 14, 8, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3480, 'Satellite_Staves', 23, _binary 0x0000CE0100000000000000000000000000000000, 5, 5, 3, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3481, 'Satellite_Tabars', 8, _binary 0x0000C60100000000000000000000000000000000, 9, 9, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3482, 'Satellite_Tachi', 13, _binary 0x0000D00100000000000000000000000000000000, 12, 12, 10, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3483, 'Satiator', 138, _binary 0x00006D0400000000000000000000000000000000, 1, 1, 3, 240, 141, 0, 2, 0, 32, 290, 157, 0, 0, _binary 0x0000000000000000), + (3484, 'Satyral', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 0, 0, 1, 0, 0, 0, 0, 994, 149, 0, 0, _binary 0x0000000000000000), + (3485, 'Sauromugue_Skink', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 2, 0, 0, 0, 0, 291, 129, 0, 0, _binary 0x0000000000000000), + (3486, 'Savage_Hound_Condottiere', 145, _binary 0x01000504971028209730974097506C6100703E80, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3487, 'Savage_Ruszor', 211, _binary 0x0000AF0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 556, 129, 0, 0, _binary 0x0000000000000000), + (3488, 'Savanna_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3489, 'Savanna_Dhalmel', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 12, 1, 0, 0, 0, 458, 129, 0, 0, _binary 0x0000000000000000), + (3490, 'Savanna_Rarab', 206, _binary 0x00000D0100000000000000000000000000000000, 6, 6, 7, 240, 0, 0, 0, 0, 0, 445, 129, 0, 0, _binary 0x0000000000000000), + (3491, 'Sa_Nha_Soulsaver', 202, _binary 0x0000970200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (3492, 'Scabrous_Slug', 231, _binary 0x0000E50700000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 561, 641, 0, 0, _binary 0x0000000000000000), + (3493, 'Scalding_Fafool_Ja', 176, _binary 0x0600480600000000000000000000000000000000, 6, 6, 9, 260, 12, 1, 0, 0, 32, 1847, 157, 0, 0, _binary 0x0000000000000000), + (3494, 'Scarab_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 195, 129, 0, 0, _binary 0x0000000000000000), + (3495, 'Scarlet_Boar_Esquire', 145, _binary 0x01000D031C101C201C301C401C50CF6000702280, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3496, 'Scavenger_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3497, 'Scavenging_Hound', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 606, 129, 0, 0, _binary 0x0000000000000000), + (3498, 'Schnitter', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3499, 'Schwertleite', 115, _binary 0x05004F0700000000000000000000000000000000, 12, 5, 8, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3500, 'Scimitar_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 1889, 131, 0, 0, _binary 0x0000000000000000), + (3501, 'Scitalis', 266, _binary 0x0000C50800000000000000000000000000000000, 1, 1, 7, 220, 8, 1, 2, 0, 32, 5119, 157, 0, 0, _binary 0x0000000000000000), + (3502, 'Scolopendra', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 129, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3503, 'Scolopendrid', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 1, 7, 280, 132, 1, 0, 0, 0, 557, 131, 0, 0, _binary 0x0000000000000000), + (3504, 'Scorpion_Caster', 153, _binary 0x01000D0512101420143014401450E36027701B80, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3505, 'Scout_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 3, 0, 0, 0, 0, 8, 131, 0, 0, _binary 0x0000000000000000), + (3506, 'Screamer', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 1, 0, 0, 506, 129, 0, 0, _binary 0x0000000000000000), + (3507, 'Scruffix_Shaggychest', 133, _binary 0x00003F0400000000000000000000000000000000, 7, 7, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3508, 'Scrutinizer', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3509, 'Scylla_Brigade_Elite', 149, _binary 0x01000001A410842014308E401750706000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3510, 'Scylla_Brigade_Healer', 153, _binary 0x01000005A410842014308E401750706000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3511, 'Scylla_Brigade_Officer', 149, _binary 0x01000001A410842014308E401750706000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3512, 'Scythefang_Liger', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3513, 'Scythemaw_Jagil', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3514, 'Scythe_Victim', 227, _binary 0x00005E0400000000000000000000000000000000, 1, 1, 2, 240, 12, 1, 0, 0, 0, 976, 643, 0, 0, _binary 0x0000000000000000), + (3515, 'Searcher', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 7, 240, 3, 1, 18, 0, 0, 244, 131, 0, 0, _binary 0x6161616169610063), + (3516, 'Searing_Vogaal_Ja', 177, _binary 0x0000F50600000000000000000000000000000000, 7, 7, 10, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3517, 'Seasonal_Treant', 245, _binary 0x00008A0100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3518, 'Sea_Bishop', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 5470, 131, 0, 0, _binary 0x0000000000000000), + (3519, 'Sea_Bonze', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 165, 131, 0, 0, _binary 0x0000000000000000), + (3520, 'Sea_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 192, 131, 0, 0, _binary 0x0000000000000000), + (3521, 'Sea_Hog', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 6064, 133, 0, 0, _binary 0x0000000000000000), + (3522, 'Sea_Horror', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 2, 0, 0, 193, 135, 0, 0, _binary 0x0000000000000000), + (3523, 'Sea_Monk', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 3424, 131, 0, 0, _binary 0x0000000000000000), + (3524, 'Sea_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 1749, 131, 0, 0, _binary 0x0000000000000000), + (3525, 'Sea_Puk', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 3, 0, 0, 0, 0, 2335, 133, 0, 0, _binary 0x0000000000000000), + (3526, 'Second_Rampart', 209, _binary 0x00001A0700000000000000000000000000000000, 1, 1, 7, 320, 25, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3527, 'Secutor_XI-XXXII', 25, _binary 0x0000EF0400000000000000000000000000000000, 1, 1, 5, 265, 8, 1, 2, 0, 0, 2619, 133, 0, 0, _binary 0x0000000000000000), + (3528, 'Sedna', 0, _binary 0x0000000000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3529, 'Seed_Crystal', 6, _binary 0x00002F0900000000000000000000000000000000, 4, 4, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3530, 'Seed_Goblin', 133, _binary 0x0000310900000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3531, 'Seed_Mandragora', 178, _binary 0x0000300900000000000000000000000000000000, 2, 2, 7, 360, 0, 1, 2, 0, 0, 6683, 643, 0, 0, _binary 0x0000000000000000), + (3532, 'Seed_Orc', 189, _binary 0x0000320900000000000000000000000000000000, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3533, 'Seed_Quadav', 200, _binary 0x0000330900000000000000000000000000000000, 5, 5, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3534, 'Seed_Thrall', 149, _binary 0x0100000100000000000000000000000000000000, 1, 1, 0, 0, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3535, 'Seed_Yagudo', 270, _binary 0x0000340900000000000000000000000000000000, 3, 3, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (3536, 'Seeker', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 7, 240, 3, 1, 18, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3537, 'Seeker_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 64, 293, 643, 0, 0, _binary 0x0000000000000000), + (3538, 'Seelie', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (3539, 'Seether', 220, _binary 0x0000610400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 0, 0, 0, 138, 131, 0, 0, _binary 0x0000000000000000), + (3540, 'Seiryu', 278, _binary 0x00008F0100000000000000000000000000000000, 2, 4, 7, 240, 16, 0, 2, 0, 32, 1041, 159, 0, 1, _binary 0x0000000000000000), + (3541, 'Seneschal_Imp', 165, _binary 0x0000BC0800000000000000000000000000000000, 4, 4, 7, 240, 185, 0, 0, 0, 0, 188, 133, 0, 0, _binary 0x6161616169610063), + (3542, 'Sensenmann', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3543, 'Sentinel_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3544, 'Sentinel_Wivre', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3545, 'Sentry_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (3546, 'Sentry_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3547, 'Seps', 198, _binary 0x0000D10600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3548, 'Serjeant_Tombstone', 93, _binary 0x0000200400000000000000000000000000000000, 4, 4, 12, 240, 1, 1, 16, 1, 0, 4516, 129, 0, 0, _binary 0x6161616169610063), + (3549, 'Serket', 273, _binary 0x00001C0100000000000000000000000000000000, 1, 5, 7, 280, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3550, 'Serpopard_Ishtar', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3551, 'Serra', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3552, 'Sevenskewer_Krugglug', 189, _binary 0x00006C0200000000000000000000000000000000, 1, 1, 2, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3553, 'Seven_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 1102, 131, 0, 0, _binary 0x6161616169610063), + (3554, 'Seven_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 243, 131, 0, 0, _binary 0x7070707074701662), + (3555, 'Seven_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 2542, 131, 0, 0, _binary 0x1010101010105700), + (3556, 'Seven_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 1829, 131, 0, 0, _binary 0x0000000000000000), + (3557, 'Sewer_Syrup', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3558, 'Seww_the_Squidlimbed', 213, _binary 0x0000390500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3559, 'Shade', 221, _binary 0x0000150200000000000000000000000000000000, 8, 8, 2, 360, 6, 1, 0, 0, 0, 238, 129, 0, 0, _binary 0x0000000000000000), + (3560, 'Shadelurking_Zolool_Ja', 176, _binary 0x0600530600000000000000000000000000000000, 13, 13, 10, 280, 13, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3561, 'Shadow', 221, _binary 0x0000130200000000000000000000000000000000, 1, 1, 3, 360, 6, 1, 0, 0, 0, 239, 129, 0, 0, _binary 0x0000000000000000), + (3562, 'Shadoweye_Gnat', 131, _binary 0x0000DC0700000000000000000000000000000000, 6, 6, 2, 150, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3563, 'Shadowfang', 169, _binary 0x0000E50200000000000000000000000000000000, 15, 8, 5, 240, 13, 1, 32, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3564, 'Shadowfang_Void', 100, _binary 0x00000F0000000000000000000000000000000000, 8, 5, 11, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3565, 'Shadowhand', 115, _binary 0x01001D04B5104720BA30BA40BA50256100700000, 1, 4, 12, 240, 193, 1, 32, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3566, 'Shadowhand_Cuirassier', 115, _binary 0x01001D03DD10DD20D9300C400C50FB601B700000, 1, 4, 3, 240, 192, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3567, 'Shadowhand_Kajeel_Ja', 176, _binary 0x0600490600000000000000000000000000000000, 13, 13, 10, 280, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3568, 'Shadowhind_Machinator', 169, _binary 0x0000EB0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3569, 'Shadowhorn', 240, _binary 0x00004F0500000000000000000000000000000000, 2, 4, 7, 240, 13, 1, 32, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3570, 'Shadowhorn_Stormer', 126, _binary 0x00000F0100000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3571, 'Shadowsoul', 169, _binary 0x0000A90800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 32, 0, 2205, 0, 0, _binary 0x0000000000000000), + (3572, 'Shadowsoul_Devourer', 87, _binary 0x0000A50100000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 2177, 0, 0, _binary 0x0000000000000000), + (3573, 'Shadowwing', 118, _binary 0x0000B10800000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 0, 0, 32, 1770, 157, 0, 0, _binary 0x6161616169610063), + (3574, 'Shadowwing_Infuriator', 118, _binary 0x0000B10800000000000000000000000000000000, 1, 1, 3, 240, 0, 1, 0, 0, 0, 2465, 129, 0, 0, _binary 0x0000000000000000), + (3575, 'Shadow_Dragon', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 2, 0, 0, 0, 0, 244, 131, 0, 0, _binary 0x0000000000000000), + (3576, 'Shadow_Eye', 4, _binary 0x0000080100000000000000000000000000000000, 4, 4, 12, 240, 3, 1, 32, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3577, 'Shadow_Funguar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3578, 'Shadow_Lizard', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3579, 'Shadow_Lord', 224, _binary 0x0000150300000000000000000000000000000000, 8, 4, 4, 240, 1, 0, 18, 0, 0, 1516, 131, 0, 0, _binary 0x0121010129010022), + (3580, 'Shadow_of_Rage', 148, _binary 0x0000040300000000000000000000000000000000, 8, 8, 4, 240, 12, 1, 0, 0, 0, 2221, 135, 0, 0, _binary 0x0000000000000000), + (3581, 'Shailham', 149, _binary 0x01000101B010B020B030B040B0506A6100700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3582, 'Shamarhaan', 145, _binary 0x0500730500000000000000000000000000000000, 18, 18, 1, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3583, 'Shamblix_Rottenheart', 133, _binary 0x00003F0400000000000000000000000000000000, 8, 8, 3, 240, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3584, 'Shantotto', 153, _binary 0x0500470400000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3585, 'Sharabha', 0, _binary 0x0000930100000000000000000000000000000000, 1, 4, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3586, 'Sharayaan', 149, _binary 0x0500AC0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3587, 'Sharp-Eared_Ropipi', 206, _binary 0x00000D0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3588, 'Shatterskull_Mippdapp', 189, _binary 0x0000020800000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 2, 0, 32, 3835, 157, 0, 0, _binary 0x0000000000000000), + (3589, 'Shaula', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3590, 'Shayaam', 149, _binary 0x0500670700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3591, 'Shen', 251, _binary 0x0000510500000000000000000000000000000000, 1, 4, 7, 290, 128, 1, 2, 12, 0, 0, 3, 0, 1, _binary 0x0000610000000000), + (3592, 'Shen_s_Filtrate', 106, _binary 0x00000C0000000000000000000000000000000000, 4, 5, 12, 240, 16, 1, 2, 17, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3593, 'Shesha', 118, _binary 0x0000B10800000000000000000000000000000000, 1, 8, 5, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3594, 'Shewriwhile', 91, _binary 0x0000A70800000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3595, 'Shielded_Chariot', 63, _binary 0x0000200700000000000000000000000000000000, 1, 1, 5, 320, 145, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3596, 'Shieldtrap', 114, _binary 0x0000410500000000000000000000000000000000, 5, 5, 2, 200, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3597, 'Shii', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3598, 'Shikaree_X', 151, _binary 0x05006B0100000000000000000000000000000000, 9, 13, 2, 240, 0, 1, 0, 0, 32, 2290, 537, 0, 0, _binary 0x0000000000000000), + (3599, 'Shikaree_X_s_Rabbit', 206, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 7, 240, 12, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3600, 'Shikaree_Y', 151, _binary 0x05006A0100000000000000000000000000000000, 8, 2, 1, 240, 1, 1, 0, 0, 32, 719, 539, 0, 0, _binary 0x0000000000000000), + (3601, 'Shikaree_Z', 151, _binary 0x0500690100000000000000000000000000000000, 14, 3, 1, 240, 0, 1, 0, 0, 32, 298, 541, 0, 0, _binary 0x0000000000000000), + (3602, 'Shikaree_Z_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3603, 'Shikigami_Weapon', 110, _binary 0x0000DE0100000000000000000000000000000000, 5, 5, 11, 240, 32, 0, 2, 0, 0, 296, 645, 0, 0, _binary 0x7070707074701662), + (3604, 'Shinryu', 266, _binary 0x00003F0900000000000000000000000000000000, 1, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3605, 'Ship_Wight', 227, _binary 0x0000400200000000000000000000000000000000, 4, 4, 10, 240, 0, 0, 0, 0, 0, 343, 643, 0, 0, _binary 0x6161616169610063), + (3606, 'Shisox_Widebrow', 133, _binary 0x00003F0400000000000000000000000000000000, 12, 12, 3, 240, 16, 1, 2, 0, 32, 906, 159, 0, 0, _binary 0x0000000000000000), + (3607, 'Shiva_Prime', 44, _binary 0x00001D0300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3608, 'Shoal_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3609, 'Shore_Sahagin', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 0, 0, 0, 239, 133, 0, 0, _binary 0x0000000000000000), + (3610, 'Shore_Spider', 235, _binary 0x0000390100000000000000000000000000000000, 1, 1, 3, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3611, 'Shrapnel', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 284, 129, 0, 0, _binary 0x0000000000000000), + (3612, 'Shredded_Samson', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 12, 0, 2, 0, 32, 5232, 157, 0, 0, _binary 0x6161616169610063), + (3613, 'Shrewd_Hunter', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 2, 0, 0, 2381, 129, 0, 0, _binary 0x0000000000000000), + (3614, 'Shrieker', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (3615, 'Sicklemoon_Crab', 77, _binary 0x0000650100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3616, 'Sicklemoon_Jagil', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 367, 131, 0, 0, _binary 0x0000000000000000), + (3617, 'Sidhe', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 7, 240, 72, 0, 0, 0, 0, 349, 515, 0, 0, _binary 0x1010101010105700), + (3618, 'Siegebreaker_Wujroj', 189, _binary 0x0000660200000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3619, 'Siege_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 5413, 643, 0, 0, _binary 0x0000000000000000), + (3620, 'Siege_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 132, 0, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (3621, 'Siege_Turret', 248, _binary 0x0000720800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3622, 'Siegrune', 115, _binary 0x0500640700000000000000000000000000000000, 12, 5, 8, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3623, 'Sierra_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3624, 'Silencing_Tube', 247, _binary 0x0000000700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3625, 'Silk_Caterpillar', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 926, 133, 0, 0, _binary 0x0000000000000000), + (3626, 'Silverhook', 227, _binary 0x00003A0200000000000000000000000000000000, 4, 4, 6, 240, 6, 0, 2, 0, 32, 238, 159, 0, 0, _binary 0x6161616169610063), + (3627, 'Silver_Fox_Archer', 145, _binary 0x0100000400000B201A301A401A50A6601C702380, 11, 11, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3628, 'Silver_Quadav', 202, _binary 0x0000920200000000000000000000000000000000, 6, 6, 2, 265, 2, 1, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (3629, 'Simorg', 265, _binary 0x0000C50800000000000000000000000000000000, 1, 1, 7, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3630, 'Simurgh', 125, _binary 0x0000500100000000000000000000000000000000, 1, 10, 5, 240, 1, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3631, 'Sinister_Seidel', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 5, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3632, 'Sippoy', 0, _binary 0x0000A40800000000000000000000000000000000, 2, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3633, 'Siranpa-kamuy', 0, _binary 0x00008B0100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3634, 'Sirin', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 16, 0, 0, 7503, 643, 0, 0, _binary 0x0000000000000000), + (3635, 'Sirrush', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 6, 200, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3636, 'Sisyphus', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3637, 'Six_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 47, 131, 0, 0, _binary 0x6161616169610063), + (3638, 'Six_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 1207, 131, 0, 0, _binary 0x7070707074701662), + (3639, 'Six_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 2132, 131, 0, 0, _binary 0x1010101010105700), + (3640, 'Six_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 707, 131, 0, 0, _binary 0x0000000000000000), + (3641, 'Sjokrakjen', 218, _binary 0x0000610100000000000000000000000000000000, 2, 2, 7, 240, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3642, 'Skadi', 126, _binary 0x0000C50200000000000000000000000000000000, 9, 1, 1, 240, 9, 1, 16, 0, 32, 7, 669, 0, 0, _binary 0x0000000000000000), + (3643, 'Skahnowa', 2, _binary 0x0000900100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 32, 6265, 153, 0, 0, _binary 0x0000000000000000), + (3644, 'Skeleton_Escort', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3645, 'Skeleton_Esquire', 227, _binary 0x0000340200000000000000000000000000000000, 8, 8, 1, 240, 6, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3646, 'Skeleton_Sorcerer', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 562, 131, 0, 0, _binary 0x6161616169610063), + (3647, 'Skeleton_Warrior', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 4161, 131, 0, 0, _binary 0x0000000000000000), + (3648, 'Skewer_Sam', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 5, 240, 3, 0, 2, 0, 32, 881, 157, 0, 0, _binary 0x0000000000000000), + (3649, 'Skimmer', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 1, 0, 0, 169, 131, 0, 0, _binary 0x0000000000000000), + (3650, 'Skinmask_Ugghfogg', 189, _binary 0x0000170400000000000000000000000000000000, 8, 8, 5, 240, 16, 1, 0, 0, 32, 667, 159, 0, 0, _binary 0x0000000000000000), + (3651, 'Skirmish_Pephredo', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 3, 240, 12, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3652, 'Skoffin', 268, _binary 0x00003E0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 178, 133, 0, 0, _binary 0x0000000000000000), + (3653, 'Skogs_Fru', 170, _binary 0x0000E20700000000000000000000000000000000, 1, 1, 7, 220, 12, 0, 2, 0, 32, 5400, 667, 0, 0, _binary 0x0000000000000000), + (3654, 'Skull_of_Envy', 227, _binary 0x0000650400000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3655, 'Skull_of_Gluttony', 227, _binary 0x0000980400000000000000000000000000000000, 1, 1, 4, 240, 6, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3656, 'Skull_of_Greed', 227, _binary 0x00003B0200000000000000000000000000000000, 1, 1, 4, 240, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3657, 'Skull_of_Lust', 227, _binary 0x00004D0400000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3658, 'Skull_of_Pride', 227, _binary 0x00007A0400000000000000000000000000000000, 4, 4, 5, 240, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3659, 'Skull_of_Sloth', 227, _binary 0x0000700400000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3660, 'Skull_of_Wrath', 227, _binary 0x00005E0400000000000000000000000000000000, 1, 1, 2, 240, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3661, 'Slasher', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3662, 'Slash_Pine', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 237, 133, 0, 0, _binary 0x0000000000000000), + (3663, 'Slate_Scorpion', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3664, 'Slaughterous_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 132, 1, 0, 0, 0, 10, 129, 0, 0, _binary 0x0000000000000000), + (3665, 'Slaughterous_Smilodon', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3666, 'Slavering_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3667, 'Slave_Globe', 234, _binary 0x00003A0100000000000000000000000000000000, 1, 1, 7, 240, 34, 0, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (3668, 'Sleet_Gigas', 126, _binary 0x0000C70200000000000000000000000000000000, 11, 1, 1, 240, 1, 1, 0, 0, 0, 59, 131, 0, 0, _binary 0x0000000000000000), + (3669, 'Slendlix_Spindlethumb', 133, _binary 0x0000000000000000000000000000000000000000, 3, 3, 12, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (3670, 'Slime_Mold', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 133, 1, 0, 0, 0, 258, 131, 0, 0, _binary 0x0000000000000000), + (3671, 'Slinkix_Trufflesniff', 133, _binary 0x00003E0400000000000000000000000000000000, 11, 11, 2, 240, 16, 1, 2, 0, 32, 431, 159, 0, 0, _binary 0x0000000000000000), + (3672, 'Slitherword_Razghogg', 189, _binary 0x0000190400000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 32, 1750, 155, 0, 0, _binary 0x0000000000000000), + (3673, 'Slough_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3674, 'Slystix_Megapeepers', 133, _binary 0x00003F0400000000000000000000000000000000, 13, 13, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3675, 'Small_Box', 183, _binary 0x0000030100000000000000000000000000000000, 1, 1, 7, 170, 34, 0, 0, 0, 0, 7, 641, 0, 0, _binary 0x0000000000000000), + (3676, 'Smeltix_Thickhide', 133, _binary 0x0000400400000000000000000000000000000000, 1, 1, 4, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3677, 'Smilodon', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 402, 129, 0, 0, _binary 0x0000000000000000), + (3678, 'Smok', 263, _binary 0x0000600200000000000000000000000000000000, 1, 4, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3679, 'Smolenkos', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 11, 240, 136, 1, 1, 0, 0, 240, 133, 0, 0, _binary 0x6161616169610063), + (3680, 'Smothered_Schmidt', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3681, 'Sniper_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 108, 135, 0, 0, _binary 0x0000000000000000), + (3682, 'Snipper', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 4, 0, 0, 3913, 131, 0, 0, _binary 0x0000000000000000), + (3683, 'Snoll', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 3513, 131, 0, 0, _binary 0x0000000000000000), + (3684, 'Snoll_Tzar', 232, _binary 0x00001B0100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 639, 135, 0, 0, _binary 0x0000000000000000), + (3685, 'Snowball', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 237, 643, 0, 0, _binary 0x0000000000000000), + (3686, 'Snowflake', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3687, 'Snow_Devil', 232, _binary 0x0000160100000000000000000000000000000000, 1, 4, 7, 240, 24, 0, 0, 0, 0, 1309, 133, 0, 0, _binary 0x0000000000000000), + (3688, 'Snow_Gigas', 126, _binary 0x0000C50200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 4143, 131, 0, 0, _binary 0x0000000000000000), + (3689, 'Snow_Lizard', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 239, 131, 0, 0, _binary 0x0000000000000000), + (3690, 'Snow_Maiden', 232, _binary 0x0000160100000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 0, 0, 0, 449, 645, 0, 0, _binary 0x0000000000000000), + (3691, 'Snow_Wight', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (3692, 'Snypestix_Eaglebeak', 133, _binary 0x00003E0400000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3693, 'Sobbing_Eyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 1, 2, 0, 0, 1682, 135, 0, 0, _binary 0x6161616169610063), + (3694, 'Sobbing_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 3727, 133, 0, 0, _binary 0x0000000000000000), + (3695, 'Sobek', 58, _binary 0x0000480500000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3696, 'Sods_Limule', 0, _binary 0x00004D0900000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3697, 'Soldier_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (3698, 'Soldier_Pephredo', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 12, 1, 0, 0, 0, 132, 133, 0, 0, _binary 0x0000000000000000), + (3699, 'Solicitor', 78, _binary 0x0000730400000000000000000000000000000000, 1, 1, 8, 240, 13, 0, 2, 0, 0, 7685, 135, 0, 0, _binary 0x0000000000000000), + (3700, 'Sonia', 149, _binary 0x01000A02D310D320D330D340D350756075700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3701, 'Son_of_Anansi', 235, _binary 0x0000370100000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 0, 0, 0, 4429, 129, 0, 0, _binary 0x0000000000000000), + (3702, 'Soo_Jopo_the_Fiendking', 270, _binary 0x0000390400000000000000000000000000000000, 9, 1, 5, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3703, 'Soo_Luma_the_Ascended', 270, _binary 0x0000410800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3704, 'Soulflayer', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 5, 240, 177, 1, 0, 0, 0, 404, 129, 0, 0, _binary 0x6161616169610063), + (3705, 'Soulsender_Fugbrag', 189, _binary 0x0000190400000000000000000000000000000000, 10, 1, 4, 240, 16, 1, 0, 0, 32, 431, 159, 0, 0, _binary 0x0000000000000000), + (3706, 'Soulstealer_Skullnix', 133, _binary 0x0000F90100000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3707, 'Soul_Stinger', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (3708, 'Southern_Piranu', 191, _binary 0x0000C10600000000000000000000000000000000, 1, 1, 7, 240, 136, 0, 0, 0, 0, 80, 133, 0, 0, _binary 0x0000000000000000), + (3709, 'Southern_Shadow', 223, _binary 0x0000260200000000000000000000000000000000, 4, 1, 4, 360, 6, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3710, 'Southern_Spriggan', 223, _binary 0x00001E0200000000000000000000000000000000, 7, 7, 1, 360, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (3711, 'Sozu_Bliberry', 243, _binary 0x0000E30400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 2, 0, 0, 296, 133, 0, 0, _binary 0x6161616169610063), + (3712, 'Sozu_Rogberry', 243, _binary 0x0000AA0400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 2, 0, 0, 4574, 133, 0, 0, _binary 0x0000000000000000), + (3713, 'Sozu_Sarberry', 243, _binary 0x0000B00400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 2, 0, 0, 553, 133, 0, 0, _binary 0x0000000000000000), + (3714, 'Sozu_Terberry', 243, _binary 0x0000AD0400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 2, 0, 0, 2077, 133, 0, 0, _binary 0x0000000000000000), + (3715, 'So_Gho_Adderhandler', 202, _binary 0x00001C0400000000000000000000000000000000, 9, 1, 11, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3716, 'So_Hyu_Quakemaker', 202, _binary 0x00009D0200000000000000000000000000000000, 4, 4, 6, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3717, 'So_Zho_Metalbender', 202, _binary 0x00001E0400000000000000000000000000000000, 2, 2, 6, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3718, 'Sparkspox_Sweatbrow', 133, _binary 0x00003F0400000000000000000000000000000000, 1, 1, 5, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3719, 'Spartoi_Sorcerer', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 2906, 131, 0, 0, _binary 0x6161616169610063), + (3720, 'Spartoi_Warrior', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 112, 131, 0, 0, _binary 0x0000000000000000), + (3721, 'Spectacled_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 64, 428, 641, 0, 0, _binary 0x0000000000000000), + (3722, 'Spectator', 234, _binary 0x00003A0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3723, 'Specter', 221, _binary 0x0000140200000000000000000000000000000000, 1, 1, 3, 360, 6, 1, 0, 0, 0, 6535, 131, 0, 0, _binary 0x0000000000000000), + (3724, 'Specter_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3725, 'Spell_Spitter_Spilospok', 184, _binary 0x0000BC0200000000000000000000000000000000, 5, 5, 9, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3726, 'Speltercap', 116, _binary 0x0000C90800000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3727, 'Spelunking_Sabotender', 212, _binary 0x0000740100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 0, 0, 0, 204, 133, 0, 0, _binary 0x0000000000000000), + (3728, 'Spider_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 12, 0, 0, 0, 0, 132, 643, 0, 0, _binary 0x0000000000000000), + (3729, 'Spinalsucker_Galflmall', 189, _binary 0x00001A0400000000000000000000000000000000, 5, 1, 4, 240, 16, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (3730, 'Spinebeak_Neckchopper', 189, _binary 0x0000FD0700000000000000000000000000000000, 8, 4, 5, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3731, 'Spinel_Quadav', 202, _binary 0x0000960200000000000000000000000000000000, 4, 4, 5, 265, 2, 1, 0, 0, 0, 189, 131, 0, 0, _binary 0x6161616169610063), + (3732, 'Spinner', 235, _binary 0x0000380100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 390, 645, 0, 0, _binary 0x0000000000000000), + (3733, 'Spinous_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (3734, 'Spiny_Spipi', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3735, 'Spitting_Spider', 235, _binary 0x0000380100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3736, 'Splinterspine_Grukjuk', 189, _binary 0x0000720200000000000000000000000000000000, 11, 11, 5, 240, 12, 1, 0, 0, 32, 3066, 157, 0, 0, _binary 0x0000000000000000), + (3737, 'Sponge', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 4, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3738, 'Spongilla_Fly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 128, 1, 0, 0, 0, 290, 643, 0, 0, _binary 0x0000000000000000), + (3739, 'Spook', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 139, 129, 0, 0, _binary 0x6161616169610063), + (3740, 'Spotter', 4, _binary 0x0000080100000000000000000000000000000000, 1, 4, 7, 240, 3, 1, 18, 0, 0, 3754, 131, 0, 0, _binary 0x6161616169610063), + (3741, 'Spriggan', 221, _binary 0x0000160200000000000000000000000000000000, 1, 1, 5, 360, 6, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3742, 'Spring_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3743, 'Spring_Sahagin', 213, _binary 0x0000260500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 0, 0, 0, 237, 129, 0, 0, _binary 0x1010101010105700), + (3744, 'Sprinkler', 175, _binary 0x00009C0100000000000000000000000000000000, 4, 5, 7, 240, 32, 0, 0, 0, 0, 323, 133, 0, 1, _binary 0x6161616169610063), + (3745, 'Sprite', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 7, 240, 0, 0, 0, 0, 0, 184, 513, 0, 0, _binary 0x1010101010105700), + (3746, 'Spuk', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3747, 'Spunkie', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 1, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (3748, 'Squib', 196, _binary 0x0000BF0800000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3749, 'Srei_Ap', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 192, 0, 0, 0, 0, 27, 643, 0, 0, _binary 0x6161616169610063), + (3750, 'Stabnix_Skewerfinger', 133, _binary 0x0000670500000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3751, 'Staggering_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3752, 'Stag_Beetle', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 1, 0, 0, 0, 448, 131, 0, 0, _binary 0x0000000000000000), + (3753, 'Stag_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3754, 'Stalking_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 820, 129, 0, 0, _binary 0x0000000000000000), + (3755, 'Starmite', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 1, 1, 1, 0, 0, 151, 645, 0, 0, _binary 0x0000000000000000), + (3756, 'Star_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 377, 643, 0, 0, _binary 0x0000000000000000), + (3757, 'Star_Ruby_Quadav', 202, _binary 0x00009B0200000000000000000000000000000000, 5, 5, 4, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (3758, 'Star_Sapphire_Quadav', 202, _binary 0x00009A0200000000000000000000000000000000, 4, 4, 5, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3759, 'Statue_Prototype', 92, _binary 0x0000260400000000000000000000000000000000, 3, 3, 11, 240, 1, 1, 0, 0, 0, 7, 135, 0, 0, _binary 0x1010101010105700), + (3760, 'Stcemqestcint', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3761, 'Stealth_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 26, 643, 0, 0, _binary 0x0000000000000000), + (3762, 'Stealth_Bomber_Gagaroon', 199, _binary 0x0000C70600000000000000000000000000000000, 6, 6, 2, 200, 12, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3763, 'Steam_Cleaner', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 34, 1, 2, 0, 0, 7, 135, 0, 0, _binary 0x7070707074701662), + (3764, 'Steam_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 449, 131, 0, 0, _binary 0x0000000000000000), + (3765, 'Steelbiter_Gudrud', 189, _binary 0x0000180400000000000000000000000000000000, 14, 14, 1, 240, 1, 1, 2, 0, 32, 1950, 157, 0, 0, _binary 0x0000000000000000), + (3766, 'Steelfleece_Baldarich', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 1, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3767, 'Steelhide_Protector', 189, _binary 0x0000FA0700000000000000000000000000000000, 7, 7, 1, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3768, 'Steelshell', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 1, 0, 0, 371, 133, 0, 0, _binary 0x0000000000000000), + (3769, 'Steel_Quadav', 202, _binary 0x0000510800000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 298, 131, 0, 0, _binary 0x0000000000000000), + (3770, 'Stegotaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (3771, 'Steppe_Hare', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 828, 131, 0, 0, _binary 0x0000000000000000), + (3772, 'Stickpin', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 271, 641, 0, 0, _binary 0x0000000000000000), + (3773, 'Stihi', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 32, 2108, 155, 0, 0, _binary 0x0000000000000000), + (3774, 'Stinging_Sophie', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3775, 'Stink_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 64, 166, 641, 0, 0, _binary 0x0000000000000000), + (3776, 'Stirge', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 1, 0, 0, 397, 643, 0, 0, _binary 0x0000000000000000), + (3777, 'Stolas', 55, _binary 0x0000BC0100000000000000000000000000000000, 6, 1, 3, 240, 8, 1, 2, 0, 32, 2538, 157, 0, 0, _binary 0x0000000000000000), + (3778, 'Stollenwurm', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 0, 6801, 131, 0, 0, _binary 0x0000000000000000), + (3779, 'Stone_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3780, 'Stone_Eater', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 0, 0, 0, 0, 297, 129, 0, 0, _binary 0x6161616169610063), + (3781, 'Stone_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (3782, 'Stoorworm', 164, _binary 0x0000040700000000000000000000000000000000, 1, 1, 7, 240, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3783, 'Strato_Hippogryph', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 0, 0, 0, 0, 342, 131, 0, 0, _binary 0x0000000000000000), + (3784, 'Stray', 255, _binary 0x0000530400000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 0, 0, 1062, 129, 0, 0, _binary 0x0000000000000000), + (3785, 'Stray_Mary', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3786, 'Stream_Amoeban', 0, _binary 0x00005C0900000000000000000000000000000000, 4, 8, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3787, 'Stream_Limule', 0, _binary 0x00004D0900000000000000000000000000000000, 4, 3, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3788, 'Stream_Sahagin', 213, _binary 0x0000320500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 0, 0, 0, 324, 129, 0, 0, _binary 0x0000000000000000), + (3789, 'Strifelord_Bakool_Ja', 176, _binary 0x06004F0600000000000000000000000000000000, 14, 14, 1, 280, 12, 1, 0, 0, 32, 756, 157, 0, 0, _binary 0x0000000000000000), + (3790, 'Striking_Bull', 146, _binary 0x0100080837103720373037403750616130700000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3791, 'Stringes', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 5, 240, 128, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3792, 'Strolling_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 5449, 131, 0, 0, _binary 0x0000000000000000), + (3793, 'Strongarm_Zodvad', 189, _binary 0x0000EA0300000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 18, 0, 32, 5129, 155, 0, 0, _binary 0x0000000000000000), + (3794, 'Stroper', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (3795, 'Stroper_Chyme', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 289, 131, 0, 0, _binary 0x0000000000000000), + (3796, 'Stubborn_Dredvodd', 189, _binary 0x0000810200000000000000000000000000000000, 14, 5, 1, 240, 12, 1, 2, 0, 32, 1551, 155, 0, 0, _binary 0x0000000000000000), + (3797, 'Student_Salvemi', 153, _binary 0x0100050500000B20133013401350296100000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3798, 'Sturdy_Pyxis', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3799, 'Sturm', 143, _binary 0x00006C0100000000000000000000000000000000, 6, 6, 3, 240, 6, 1, 2, 0, 0, 100, 131, 0, 0, _binary 0x0000000000000000), + (3800, 'Sturmtiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 2, 0, 0, 7175, 133, 0, 0, _binary 0x0000000000000000), + (3801, 'Stygian_Demon', 169, _binary 0x0000E80200000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 292, 131, 0, 0, _binary 0x0000000000000000), + (3802, 'Stygian_Djinn', 82, _binary 0x0000C40800000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3803, 'Stygian_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3804, 'Sub-zero_Gear', 119, _binary 0x00001B0700000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3805, 'Submarine_Nipper', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 6299, 131, 0, 0, _binary 0x0000000000000000), + (3806, 'Succubus_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 398, 643, 0, 0, _binary 0x0000000000000000), + (3807, 'Suhur_Mas', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3808, 'Sulfur_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 186, 131, 0, 0, _binary 0x0000000000000000), + (3809, 'Suparna', 125, _binary 0x0000500100000000000000000000000000000000, 1, 10, 12, 240, 0, 0, 2, 0, 0, 481, 135, 0, 0, _binary 0x0000000000000000), + (3810, 'Suparna_Fledgling', 125, _binary 0x0000500100000000000000000000000000000000, 3, 3, 11, 240, 1, 0, 2, 0, 0, 7, 131, 0, 0, _binary 0x1010101010105700), + (3811, 'Sureshot_Snatgat', 189, _binary 0x0000E90300000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 18, 0, 32, 6027, 155, 0, 0, _binary 0x0000000000000000), + (3812, 'Surmerdar_the_Unbridled', 246, _binary 0x0600AB0600000000000000000000000000000000, 11, 11, 5, 230, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3813, 'Surveyor', 234, _binary 0x00003A0100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3814, 'Suttung', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 12, 320, 25, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3815, 'Suu_Xicu_the_Cantabile', 270, _binary 0x00003D0400000000000000000000000000000000, 10, 10, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3816, 'Suzaku', 280, _binary 0x0000510100000000000000000000000000000000, 5, 5, 3, 240, 16, 0, 2, 0, 32, 1079, 159, 0, 1, _binary 0x6100000000000000), + (3817, 'Svelldrake', 266, _binary 0x00008F0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3818, 'Swamfisk', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3819, 'Swamp_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3820, 'Swamp_Muck', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3821, 'Swamp_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3822, 'Swamp_Sahagin', 213, _binary 0x0000350500000000000000000000000000000000, 10, 10, 5, 240, 2, 1, 0, 0, 0, 294, 131, 0, 0, _binary 0x0000000000000000), + (3823, 'Swarmspawn', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 141, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3824, 'Swashstox_Beadblinker', 133, _binary 0x0000BE0200000000000000000000000000000000, 1, 1, 4, 240, 8, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3825, 'Sweeping_Cluster', 68, _binary 0x0000230100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 126, 131, 0, 0, _binary 0x0000000000000000), + (3826, 'Swiftwinged_Gekko', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3827, 'Swift_Hunter', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 2, 0, 2, 7, 2177, 0, 0, _binary 0x0000000000000000), + (3828, 'Swipostik', 184, _binary 0x0000AA0200000000000000000000000000000000, 6, 6, 2, 240, 8, 1, 16, 0, 32, 2922, 155, 0, 0, _binary 0x0000000000000000), + (3829, 'Swypestix_Tigershins', 133, _binary 0x00003E0400000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 2, 0, 32, 72, 159, 0, 0, _binary 0x0000000000000000), + (3830, 'Sylvestre', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 588, 131, 0, 0, _binary 0x0000000000000000), + (3831, 'Tabar_Beak', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 11, 240, 1, 0, 0, 0, 0, 667, 129, 0, 0, _binary 0x0000000000000000), + (3832, 'Tablilla', 85, _binary 0x0000310100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3833, 'Tahbmar', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3834, 'Taifun', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 2, 0, 0, 330, 129, 0, 0, _binary 0x0000000000000000), + (3835, 'Tainted_Flesh', 86, _binary 0x0000400100000000000000000000000000000000, 1, 1, 3, 270, 6, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3836, 'Tainted_Hound', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 3183, 129, 0, 0, _binary 0x0000000000000000), + (3837, 'Tainted_Treant', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3838, 'Taisai', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 1, 0, 0, 183, 131, 0, 0, _binary 0x6161616169610063), + (3839, 'Taisaijin', 139, _binary 0x0000800100000000000000000000000000000000, 4, 5, 12, 280, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3840, 'Talacca_Clot', 66, _binary 0x0000260100000000000000000000000000000000, 1, 1, 11, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3841, 'Talos', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 32, 0, 1, 0, 0, 138, 133, 0, 0, _binary 0x0000000000000000), + (3842, 'Tanngrisnir', 87, _binary 0x0000A50100000000000000000000000000000000, 1, 1, 12, 240, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3843, 'Tarasca', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 32, 3405, 155, 0, 0, _binary 0x0000000000000000), + (3844, 'Tarasque', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 403, 133, 0, 0, _binary 0x0000000000000000), + (3845, 'Tarbotaur', 240, _binary 0x0000500500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 348, 131, 0, 0, _binary 0x0000000000000000), + (3846, 'Tartalo', 4, _binary 0x0000080100000000000000000000000000000000, 4, 4, 11, 240, 136, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3847, 'Tartaruga_Gigante', 2, _binary 0x0000910100000000000000000000000000000000, 4, 3, 7, 380, 8, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3848, 'Tartarus_Eft', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 8, 1, 0, 0, 0, 442, 133, 0, 0, _binary 0x0000000000000000), + (3849, 'Taruroaster_Biggsjig', 189, _binary 0x0000190400000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 0, 0, 32, 7, 159, 0, 0, _binary 0x6161616169610063), + (3850, 'Tarutaru_Automaton', 154, _binary 0x0500D60400000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 0, 0, 0, 905, 3, 0, 0, _binary 0x0000000000000000), + (3851, 'Tatzlwurm', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 16, 0, 0, 6487, 133, 0, 0, _binary 0x0000000000000000), + (3852, 'Taurus', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 284, 131, 0, 0, _binary 0x0000000000000000), + (3853, 'Tavnazian_Ram', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 12, 1, 0, 0, 0, 608, 133, 0, 0, _binary 0x0000000000000000), + (3854, 'Tavnazian_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (3855, 'Tawny-fingered_Mugberry', 243, _binary 0x0000AA0400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3856, 'Taxim', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3857, 'Ta_Hyu_Gallanthunter', 202, _binary 0x00001D0400000000000000000000000000000000, 8, 8, 2, 265, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3858, 'Tebhi', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3859, 'Teekesselchen', 175, _binary 0x00009D0100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3860, 'Teine_Sith', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 0, 0, 0, 309, 645, 0, 0, _binary 0x0000000000000000), + (3861, 'Tejas', 322, _binary 0x0000190300000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3862, 'Telchines_Bard', 213, _binary 0x00003A0500000000000000000000000000000000, 10, 10, 5, 240, 129, 1, 0, 0, 0, 336, 133, 0, 0, _binary 0x0000000000000000), + (3863, 'Telchines_Dragoon', 213, _binary 0x0000200500000000000000000000000000000000, 14, 14, 1, 240, 129, 1, 0, 0, 0, 4819, 129, 0, 0, _binary 0x0000000000000000), + (3864, 'Telchines_Monk', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 129, 1, 0, 0, 0, 786, 129, 0, 0, _binary 0x0000000000000000), + (3865, 'Telchines_s_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 1, 1, 7, 200, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3866, 'Telchines_White_Mage', 213, _binary 0x00002F0500000000000000000000000000000000, 3, 3, 3, 240, 129, 1, 0, 0, 0, 8153, 133, 0, 0, _binary 0x1010101010105700), + (3867, 'Temenos_Aern', 3, _binary 0x0000570500000000000000000000000000000000, 7, 7, 1, 240, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3868, 'Temenos_Cleaner', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 17, 1, 0, 0, 0, 2945, 133, 0, 0, _binary 0x7070707074701662), + (3869, 'Temenos_Ghrah', 123, _binary 0x0000880400000000000000000000000000000000, 1, 1, 7, 220, 129, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3870, 'Temenos_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 5, 5, 3, 240, 145, 0, 2, 0, 0, 135, 645, 0, 0, _binary 0x7070707074701662), + (3871, 'Temple_Bee', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 0, 0, 0, 185, 133, 0, 0, _binary 0x0000000000000000), + (3872, 'Temple_Guardian', 85, _binary 0x0000300100000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (3873, 'Temple_Knight', 145, _binary 0x0100020300100B201A301A401A50FA601C700080, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3874, 'Temple_Opo-opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 0, 0, 0, 184, 131, 0, 0, _binary 0x0000000000000000), + (3875, 'Tenzen', 149, _binary 0x00009E0400000000000000000000000000000000, 12, 12, 1, 240, 16, 0, 16, 0, 32, 33, 155, 0, 0, _binary 0x0000000000000000), + (3876, 'Ten_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 284, 131, 0, 0, _binary 0x6161616169610063), + (3877, 'Ten_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 257, 131, 0, 0, _binary 0x7070707074701662), + (3878, 'Ten_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 2223, 131, 0, 0, _binary 0x1010101010105700), + (3879, 'Ten_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (3880, 'Teratotaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 59, 131, 0, 0, _binary 0x0000000000000000), + (3881, 'Terminus_Eft', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3882, 'Terror_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 327, 131, 0, 0, _binary 0x0000000000000000), + (3883, 'Teugghia', 0, _binary 0x0000EF0700000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3884, 'Te_Zha_Ironclad', 202, _binary 0x00001D0400000000000000000000000000000000, 3, 1, 3, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (3885, 'Thalassic_Pugil', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3886, 'Thawed_Bones', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 396, 131, 0, 0, _binary 0x0000000000000000), + (3887, 'Theoyagudo_Bard', 270, _binary 0x00005E0200000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3888, 'Theoyagudo_Black_Mage', 270, _binary 0x00005C0200000000000000000000000000000000, 4, 4, 9, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3889, 'Theoyagudo_Monk', 270, _binary 0x00005E0200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3890, 'Theoyagudo_Ninja', 270, _binary 0x0000590200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3891, 'Theoyagudo_Samurai', 270, _binary 0x00005A0200000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3892, 'Theoyagudo_Summoner', 270, _binary 0x00005D0200000000000000000000000000000000, 15, 15, 4, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3893, 'Theoyagudo_White_Mage', 270, _binary 0x00005F0200000000000000000000000000000000, 3, 3, 3, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (3894, 'The_Waughroon_Kid', 136, _binary 0x0000280100000000000000000000000000000000, 2, 2, 1, 300, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3895, 'Thiazi', 125, _binary 0x0000500100000000000000000000000000000000, 10, 10, 12, 240, 9, 0, 16, 0, 0, 7, 133, 0, 0, _binary 0x0000000000000000), + (3896, 'Thickshell', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 1, 0, 0, 152, 131, 0, 0, _binary 0x0000000000000000), + (3897, 'Thinker', 241, _binary 0x0000670400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (3898, 'Third_Rampart', 209, _binary 0x00001A0700000000000000000000000000000000, 1, 1, 7, 320, 25, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3899, 'Thousandarm_Deshglesh', 189, _binary 0x0000640200000000000000000000000000000000, 7, 7, 10, 240, 1, 1, 2, 0, 32, 2686, 155, 0, 0, _binary 0x0000000000000000), + (3900, 'Thousand_Eyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 2, 0, 0, 0, 0, 112, 131, 0, 0, _binary 0x6161616169610063), + (3901, 'Thread_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3902, 'Three-eyed_Prozpuz', 189, _binary 0x0000040800000000000000000000000000000000, 11, 11, 5, 240, 16, 1, 2, 0, 32, 2329, 157, 0, 0, _binary 0x0000000000000000), + (3903, 'Three_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 204, 129, 0, 0, _binary 0x6161616169610063), + (3904, 'Three_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 349, 129, 0, 0, _binary 0x7070707074701662), + (3905, 'Three_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 311, 129, 0, 0, _binary 0x1010101010105700), + (3906, 'Three_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 257, 129, 0, 0, _binary 0x0000000000000000), + (3907, 'Throatripper_Predator', 189, _binary 0x0000030800000000000000000000000000000000, 11, 4, 5, 240, 12, 1, 0, 0, 0, 6, 129, 0, 0, _binary 0x0000000000000000), + (3908, 'Thrym', 126, _binary 0x0000800200000000000000000000000000000000, 1, 1, 6, 240, 9, 1, 16, 0, 32, 7, 157, 0, 0, _binary 0x0000000000000000), + (3909, 'Thunderbolt_Piraal_Ja', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3910, 'Thunderclap_Sareel_Ja', 176, _binary 0x06004C0600000000000000000000000000000000, 9, 9, 2, 280, 12, 1, 0, 0, 32, 8, 157, 0, 0, _binary 0x0000000000000000), + (3911, 'Thunderhead', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 1, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3912, 'Thunder_Elemental', 105, _binary 0x00000D0000000000000000000000000000000000, 4, 5, 12, 240, 32, 0, 0, 0, 0, 291, 131, 0, 0, _binary 0x00000000007F0000), + (3913, 'Thunder_Fiend', 105, _binary 0x00000D0000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3914, 'Thunder_Gremlin', 110, _binary 0x0000D30100000000000000000000000000000000, 5, 5, 3, 240, 34, 1, 2, 0, 0, 1209, 131, 0, 0, _binary 0x7070707074701662), + (3915, 'Thunder_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 1, 0, 0, 0, 7, 135, 0, 0, _binary 0x7070707074701662), + (3916, 'Tiamat', 263, _binary 0x0000600200000000000000000000000000000000, 1, 4, 7, 240, 137, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3917, 'Ticktox_Beadyeyes', 133, _binary 0x00003F0400000000000000000000000000000000, 8, 8, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3918, 'Tieholtsodi', 219, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 129, 1, 16, 0, 32, 3662, 159, 0, 0, _binary 0x0000000000000000), + (3919, 'Tigerbane_Bakdak', 189, _binary 0x0000680200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 2, 0, 32, 1871, 155, 0, 0, _binary 0x0000000000000000), + (3920, 'Time_Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 5, 240, 33, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3921, 'Tind', 169, _binary 0x0000F20200000000000000000000000000000000, 8, 8, 1, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3922, 'Tinnin', 313, _binary 0x0000040700000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 2, 9, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3923, 'Tiny_Lycopodium', 178, _binary 0x0000C70800000000000000000000000000000000, 2, 2, 7, 360, 128, 0, 0, 0, 0, 471, 129, 0, 0, _binary 0x0000000000000000), + (3924, 'Tiny_Mandragora', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 290, 641, 0, 0, _binary 0x0000000000000000), + (3925, 'Tipha', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3926, 'Titania', 195, _binary 0x0000EE0700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3927, 'Titanis_Dax', 125, _binary 0x0000500100000000000000000000000000000000, 10, 10, 12, 240, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3928, 'Titanis_Jax', 125, _binary 0x0000500100000000000000000000000000000000, 10, 10, 12, 240, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3929, 'Titanis_Max', 125, _binary 0x0000500100000000000000000000000000000000, 10, 10, 12, 240, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3930, 'Titanis_Xax', 125, _binary 0x0000500100000000000000000000000000000000, 10, 10, 12, 240, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3931, 'Titan_Prime', 45, _binary 0x00001A0300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3932, 'Titlacauan', 74, _binary 0x0000550900000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3933, 'Tiyaash', 149, _binary 0x0100030100100720073007400750006000700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3934, 'Toad', 196, _binary 0x0000BF0800000000000000000000000000000000, 4, 4, 7, 150, 128, 1, 0, 0, 0, 1117, 129, 0, 0, _binary 0x6161616169610063), + (3935, 'Toadbolster', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3936, 'Toadcushion', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3937, 'Toadpillow', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3938, 'Toadsquab', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3939, 'Toadstool', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 1, 0, 0, 344, 129, 0, 0, _binary 0x0000000000000000), + (3940, 'Tocktix_Thinlids', 133, _binary 0x00003F0400000000000000000000000000000000, 8, 8, 3, 240, 16, 1, 2, 0, 32, 865, 159, 0, 0, _binary 0x0000000000000000), + (3941, 'Tombstone_Prototype', 93, _binary 0x0000200400000000000000000000000000000000, 5, 5, 11, 240, 1, 1, 0, 1, 0, 271, 129, 0, 0, _binary 0x7070707074701662), + (3942, 'Tomb_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 0, 154, 643, 0, 0, _binary 0x0000000000000000), + (3943, 'Tomb_Mage', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 152, 133, 0, 0, _binary 0x6161616169610063), + (3944, 'Tomb_Warrior', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 152, 133, 0, 0, _binary 0x0000000000000000), + (3945, 'Tomb_Wolf', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 240, 133, 0, 0, _binary 0x0000000000000000), + (3946, 'Tomb_Worm', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 0, 0, 0, 0, 324, 133, 0, 0, _binary 0x007F000000000000), + (3947, 'Tom_Tit_Tat', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3948, 'Tonberry_Bedeviler', 243, _binary 0x0000A70400000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3949, 'Tonberry_Beleaguerer', 243, _binary 0x0000CA0400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 284, 133, 0, 0, _binary 0x0000000000000000), + (3950, 'Tonberry_Chopper', 243, _binary 0x0000B30400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3951, 'Tonberry_Creeper', 243, _binary 0x00009F0400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (3952, 'Tonberry_Cutter', 243, _binary 0x0000B20400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 192, 131, 0, 0, _binary 0x0000000000000000), + (3953, 'Tonberry_Decapitator', 243, _binary 0x0000B50400000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 2, 0, 0, 109, 133, 0, 0, _binary 0x0000000000000000), + (3954, 'Tonberry_Decimator', 243, _binary 0x0000B50400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3955, 'Tonberry_Dismayer', 243, _binary 0x0000CA0400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 238, 133, 0, 0, _binary 0x0000000000000000), + (3956, 'Tonberry_Harasser', 243, _binary 0x0000C70400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 35, 131, 0, 0, _binary 0x0000000000000000), + (3957, 'Tonberry_Harrier', 243, _binary 0x0000CF0400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (3958, 'Tonberry_Hexer', 243, _binary 0x0000C10400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 0, 0, 0, 193, 131, 0, 0, _binary 0x6161616169610063), + (3959, 'Tonberry_Imprecator', 243, _binary 0x0000BC0400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 0, 0, 0, 323, 133, 0, 0, _binary 0x6161616169610063), + (3960, 'Tonberry_Jinxer', 243, _binary 0x0000BC0400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (3961, 'Tonberry_Kinq', 243, _binary 0x0000DE0400000000000000000000000000000000, 15, 15, 10, 240, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3962, 'Tonberry_Lieje', 243, _binary 0x0000DE0400000000000000000000000000000000, 4, 4, 11, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3963, 'Tonberry_Maledictor', 243, _binary 0x0000BC0400000000000000000000000000000000, 4, 4, 6, 240, 1, 1, 0, 0, 0, 290, 133, 0, 0, _binary 0x6161616169610063), + (3964, 'Tonberry_Pontifex', 243, _binary 0x0000C50400000000000000000000000000000000, 4, 4, 6, 240, 16, 1, 2, 0, 0, 7, 133, 0, 0, _binary 0x6161616169610063), + (3965, 'Tonberry_Pursuer', 243, _binary 0x0000A70400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 290, 133, 0, 0, _binary 0x0000000000000000), + (3966, 'Tonberry_Shadower', 243, _binary 0x0000A70400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 299, 131, 0, 0, _binary 0x0000000000000000), + (3967, 'Tonberry_Slasher', 243, _binary 0x0000B30400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 293, 133, 0, 0, _binary 0x0000000000000000), + (3968, 'Tonberry_Stabber', 243, _binary 0x0000B30400000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 292, 133, 0, 0, _binary 0x0000000000000000), + (3969, 'Tonberry_Stalker', 243, _binary 0x0000A40400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 179, 131, 0, 0, _binary 0x0000000000000000), + (3970, 'Tonberry_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 32, 1, 8, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3971, 'Tonberry_s_Elemental', 102, _binary 0x0000080000000000000000000000000000000000, 4, 5, 12, 240, 32, 1, 8, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3972, 'Tonberry_Tracker', 243, _binary 0x0000A00400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 2, 0, 0, 207, 133, 0, 0, _binary 0x0000000000000000), + (3973, 'Tonberry_Trailer', 243, _binary 0x0000A70400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 0, 201, 133, 0, 0, _binary 0x0000000000000000), + (3974, 'Topaz_Quadav', 202, _binary 0x00009C0200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 0, 0, 0, 2458, 131, 0, 0, _binary 0x1010101010105700), + (3975, 'Toppling_Tuber', 116, _binary 0x0000C90800000000000000000000000000000000, 8, 8, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3976, 'Torama', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 2, 240, 1, 0, 16, 0, 0, 186, 131, 0, 0, _binary 0x0000000000000000), + (3977, 'Tormentor', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 303, 133, 0, 0, _binary 0x0000000000000000), + (3978, 'Torvotaur', 240, _binary 0x0000500500000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3979, 'Tottering_Toby', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3980, 'Toucan', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 128, 1, 1, 0, 0, 659, 129, 0, 0, _binary 0x0000000000000000), + (3981, 'Tower_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 64, 362, 645, 0, 0, _binary 0x0000000000000000), + (3982, 'Tracer_Antlion', 26, _binary 0x0000430500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 445, 131, 0, 0, _binary 0x0000000000000000), + (3983, 'Tracker_Antlion', 26, _binary 0x0000430500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 337, 133, 0, 0, _binary 0x0000000000000000), + (3984, 'Tragopan', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 128, 1, 1, 0, 0, 232, 133, 0, 0, _binary 0x0000000000000000), + (3985, 'Trailblix_Goatmug', 133, _binary 0x0000400400000000000000000000000000000000, 9, 9, 5, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3986, 'Trained_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3987, 'Trained_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3988, 'Trained_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 132, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3989, 'Treacle_Slug', 231, _binary 0x0000E50700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (3990, 'Treant', 245, _binary 0x0000840100000000000000000000000000000000, 8, 8, 7, 240, 2, 0, 0, 0, 0, 306, 131, 0, 0, _binary 0x0000000000000000), + (3991, 'Treant_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 292, 133, 0, 0, _binary 0x0000000000000000), + (3992, 'Treasure_Chest', 183, _binary 0x0000020100000000000000000000000000000000, 1, 1, 7, 170, 34, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (3993, 'Treefeller_Snogrog', 189, _binary 0x00001B0800000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3994, 'Tree_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 3003, 129, 0, 0, _binary 0x0000000000000000), + (3995, 'Tremor_Ram', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 1, 0, 0, 0, 0, 987, 129, 0, 0, _binary 0x0000000000000000), + (3996, 'Trench_Antlion', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 0, 0, 0, 6, 2179, 0, 0, _binary 0x0000000000000000), + (3997, 'Tres_Duendes', 47, _binary 0x0000070100000000000000000000000000000000, 9, 6, 5, 240, 128, 1, 2, 0, 64, 514, 647, 0, 0, _binary 0x0000000000000000), + (3998, 'Triangle_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (3999, 'Triarius_IV-XIV', 25, _binary 0x0000020500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4000, 'Triarius_V-VIII', 25, _binary 0x0000000500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 18, 0, 0, 7788, 133, 0, 0, _binary 0x6161616169610063), + (4001, 'Triarius_X-XV', 25, _binary 0x0000EC0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4002, 'Triarius_XIII-LIX', 25, _binary 0x0000040500000000000000000000000000000000, 4, 4, 12, 265, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4003, 'Tribunus_VII-I', 25, _binary 0x0000EB0400000000000000000000000000000000, 1, 1, 5, 265, 2, 1, 2, 0, 0, 3475, 135, 0, 0, _binary 0x0000000000000000), + (4004, 'Trickster_Kinetix', 110, _binary 0x0000C30100000000000000000000000000000000, 1, 1, 3, 240, 34, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4005, 'Trikotrak', 184, _binary 0x0000A90200000000000000000000000000000000, 5, 5, 4, 240, 8, 1, 16, 0, 32, 2792, 155, 0, 0, _binary 0x7070707074701662), + (4006, 'Trion', 145, _binary 0x0000060300000000000000000000000000000000, 7, 1, 3, 240, 3, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4007, 'Tristitia', 0, _binary 0x0000000000000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4008, 'Troglodyte_Dhalmel', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 13, 1, 2, 0, 0, 747, 131, 0, 0, _binary 0x0000000000000000), + (4009, 'Troll_Artilleryman', 246, _binary 0x0600AD0600000000000000000000000000000000, 11, 11, 5, 230, 1, 1, 0, 0, 0, 2423, 131, 0, 0, _binary 0x0000000000000000), + (4010, 'Troll_Cameist', 246, _binary 0x0600AC0600000000000000000000000000000000, 5, 5, 4, 230, 12, 1, 0, 0, 0, 186, 131, 0, 0, _binary 0x7070707074701662), + (4011, 'Troll_Cannoneer', 246, _binary 0x0600AB0600000000000000000000000000000000, 11, 11, 5, 230, 1, 0, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (4012, 'Troll_Combatant', 246, _binary 0x0600B00600000000000000000000000000000000, 2, 2, 1, 230, 1, 1, 0, 0, 0, 26, 133, 0, 0, _binary 0x0000000000000000), + (4013, 'Troll_Cuirasser', 246, _binary 0x0600950600000000000000000000000000000000, 5, 5, 4, 230, 1, 0, 0, 0, 0, 1031, 131, 0, 0, _binary 0x7070707074701662), + (4014, 'Troll_Destroyer', 246, _binary 0x0000F80600000000000000000000000000000000, 1, 1, 1, 320, 1, 0, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (4015, 'Troll_Engraver', 246, _binary 0x0600B00600000000000000000000000000000000, 18, 18, 7, 230, 1, 1, 0, 0, 0, 289, 131, 0, 0, _binary 0x0000000000000000), + (4016, 'Troll_Forager', 246, _binary 0x0600960600000000000000000000000000000000, 1, 1, 1, 280, 1, 1, 0, 0, 0, 9, 129, 0, 0, _binary 0x0000000000000000), + (4017, 'Troll_Gemologist', 246, _binary 0x0600990600000000000000000000000000000000, 7, 7, 2, 280, 1, 1, 0, 0, 0, 133, 131, 0, 0, _binary 0x0000000000000000), + (4018, 'Troll_Grenadier', 246, _binary 0x0600AE0600000000000000000000000000000000, 11, 11, 5, 230, 1, 1, 0, 0, 0, 976, 131, 0, 0, _binary 0x0000000000000000), + (4019, 'Troll_Hammersmith', 246, _binary 0x0000F80600000000000000000000000000000000, 1, 1, 1, 230, 1, 0, 0, 0, 0, 1489, 131, 0, 0, _binary 0x0000000000000000), + (4020, 'Troll_Hoplite', 246, _binary 0x0600980600000000000000000000000000000000, 7, 7, 2, 280, 1, 0, 0, 0, 0, 11, 131, 0, 0, _binary 0x0000000000000000), + (4021, 'Troll_Ironworker', 246, _binary 0x0600960600000000000000000000000000000000, 1, 1, 1, 280, 1, 1, 0, 0, 0, 352, 131, 0, 0, _binary 0x0000000000000000), + (4022, 'Troll_Lapidarist', 246, _binary 0x0600940600000000000000000000000000000000, 8, 8, 5, 280, 1, 1, 0, 0, 0, 397, 131, 0, 0, _binary 0x0000000000000000), + (4023, 'Troll_Machinist', 246, _binary 0x0600B00600000000000000000000000000000000, 18, 18, 7, 230, 1, 1, 0, 0, 0, 238, 133, 0, 0, _binary 0x0000000000000000), + (4024, 'Troll_Mythril_Guard', 246, _binary 0x0600970600000000000000000000000000000000, 8, 8, 5, 280, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4025, 'Troll_Paviser', 246, _binary 0x0600960600000000000000000000000000000000, 1, 1, 1, 280, 1, 0, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (4026, 'Troll_Pezhetairoi', 246, _binary 0x0600930600000000000000000000000000000000, 8, 8, 5, 280, 1, 0, 0, 0, 0, 9, 131, 0, 0, _binary 0x0000000000000000), + (4027, 'Troll_Sabreur', 246, _binary 0x0600AC0600000000000000000000000000000000, 5, 5, 4, 230, 1, 1, 0, 0, 0, 468, 131, 0, 0, _binary 0x7070707074701662), + (4028, 'Troll_Scrimer', 246, _binary 0x0600970600000000000000000000000000000000, 1, 1, 1, 280, 1, 1, 0, 0, 0, 290, 133, 0, 0, _binary 0x0000000000000000), + (4029, 'Troll_Shieldbearer', 246, _binary 0x0600990600000000000000000000000000000000, 7, 7, 2, 280, 1, 1, 0, 0, 0, 72, 131, 0, 0, _binary 0x0000000000000000), + (4030, 'Troll_Smelter', 246, _binary 0x0600AB0600000000000000000000000000000000, 11, 11, 5, 230, 1, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (4031, 'Troll_Speculator', 246, _binary 0x0600B00600000000000000000000000000000000, 18, 18, 7, 230, 1, 0, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (4032, 'Troll_Stoneworker', 246, _binary 0x0600B00600000000000000000000000000000000, 2, 2, 1, 230, 1, 1, 0, 0, 0, 184, 131, 0, 0, _binary 0x0000000000000000), + (4033, 'Troll_Stormer', 246, _binary 0x0600AC0600000000000000000000000000000000, 5, 5, 4, 230, 1, 0, 0, 0, 0, 9, 131, 0, 0, _binary 0x7070707074701662), + (4034, 'Troll_Surveillant', 246, _binary 0x0600B00600000000000000000000000000000000, 18, 18, 7, 230, 1, 1, 0, 0, 0, 126, 131, 0, 0, _binary 0x0000000000000000), + (4035, 'Troll_s_Automaton', 28, _binary 0x0600B90700000000000000000000000000000000, 3, 3, 11, 320, 128, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4036, 'Troll_Targeteer', 246, _binary 0x06009B0600000000000000000000000000000000, 7, 7, 2, 280, 1, 1, 0, 0, 0, 185, 133, 0, 0, _binary 0x0000000000000000), + (4037, 'Troll_Velites', 246, _binary 0x0600B00600000000000000000000000000000000, 2, 2, 1, 230, 1, 0, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (4038, 'Trombe', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 2, 0, 0, 330, 129, 0, 0, _binary 0x0000000000000000), + (4039, 'Trompe_L_Oeil', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4040, 'Tropical_Rarab', 317, _binary 0x00000D0100000000000000000000000000000000, 6, 6, 7, 240, 12, 1, 0, 0, 0, 311, 133, 0, 0, _binary 0x0000000000000000), + (4041, 'Tros', 218, _binary 0x0000600100000000000000000000000000000000, 2, 4, 7, 240, 2, 0, 2, 0, 32, 534, 155, 0, 0, _binary 0x0000000000000000), + (4042, 'Trotting_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4043, 'Trudging_Thomas', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4044, 'Tsaagan', 210, _binary 0x00003C0100000000000000000000000000000000, 1, 1, 7, 240, 3, 0, 0, 0, 0, 2579, 133, 0, 0, _binary 0x0000000000000000), + (4045, 'Tsuchigumo', 235, _binary 0x0000360100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 797, 131, 0, 0, _binary 0x0000000000000000), + (4046, 'Tuchulcha', 26, _binary 0x0000440500000000000000000000000000000000, 1, 1, 6, 240, 128, 1, 16, 0, 32, 4675, 669, 0, 0, _binary 0x0000000000000000), + (4047, 'Tufflix_Loglimbs', 133, _binary 0x00003F0400000000000000000000000000000000, 7, 7, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4048, 'Tulwar_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 0, 0, 0, 378, 131, 0, 0, _binary 0x0000000000000000), + (4049, 'Tumbling_Truffle', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4050, 'Tundra_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 395, 131, 0, 0, _binary 0x0000000000000000), + (4051, 'Tunga', 64, _binary 0x0000D40600000000000000000000000000000000, 4, 4, 12, 200, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4052, 'Tungs_iton', 282, _binary 0x0000C90400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 18, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4053, 'Tunnel_Worm', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 0, 0, 0, 0, 0, 404, 129, 0, 0, _binary 0x007F000000000000), + (4054, 'Turul', 6, _binary 0x0000AE0800000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4055, 'Tusked_Tigon', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4056, 'Tuskertrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4057, 'Twilotak', 184, _binary 0x0000B90200000000000000000000000000000000, 8, 8, 5, 240, 8, 1, 16, 0, 32, 6, 159, 0, 0, _binary 0x0000000000000000), + (4058, 'Two-faced_Flan', 112, _binary 0x0000070700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4059, 'Two_of_Batons', 61, _binary 0x0000AF0100000000000000000000000000000000, 4, 4, 12, 240, 34, 1, 0, 0, 0, 165, 129, 0, 0, _binary 0x6161616169610063), + (4060, 'Two_of_Coins', 61, _binary 0x0000AF0100000000000000000000000000000000, 5, 5, 11, 240, 34, 1, 0, 0, 0, 270, 129, 0, 0, _binary 0x7070707074701662), + (4061, 'Two_of_Cups', 61, _binary 0x0000AF0100000000000000000000000000000000, 3, 3, 12, 240, 34, 1, 0, 0, 0, 245, 129, 0, 0, _binary 0x1010101010105700), + (4062, 'Two_of_Swords', 61, _binary 0x0000AF0100000000000000000000000000000000, 7, 7, 12, 240, 34, 1, 0, 0, 0, 720, 129, 0, 0, _binary 0x0000000000000000), + (4063, 'Tyger', 315, _binary 0x00000E0700000000000000000000000000000000, 1, 1, 7, 320, 141, 0, 2, 640, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4064, 'Tymexox_Ninefingers', 133, _binary 0x00003F0400000000000000000000000000000000, 8, 8, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4065, 'Typhoon_Wyvern', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 132, 131, 0, 0, _binary 0x0000000000000000), + (4066, 'Tyrannic_Tunnok', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 7, 280, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4067, 'Tyrannobugard', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 300, 128, 0, 8, 0, 0, 21, 131, 0, 0, _binary 0x0000000000000000), + (4068, 'Tyrannotaur', 240, _binary 0x00004F0500000000000000000000000000000000, 1, 1, 7, 240, 13, 1, 0, 0, 0, 238, 131, 0, 0, _binary 0x0000000000000000), + (4069, 'Tyrfing', 169, _binary 0x0000F30200000000000000000000000000000000, 1, 1, 2, 240, 13, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4070, 'Tzee_Xicu_Idol', 95, _binary 0x0000250400000000000000000000000000000000, 4, 4, 12, 240, 16, 1, 2, 1, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4071, 'Tzee_Xicu_s_Elemental', 99, _binary 0x00000A0000000000000000000000000000000000, 4, 4, 12, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4072, 'Tzee_Xicu_the_Manifest', 270, _binary 0x00000D0300000000000000000000000000000000, 15, 15, 4, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4073, 'Ubdeen', 149, _binary 0x0500600700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4074, 'Ubume', 125, _binary 0x0000500100000000000000000000000000000000, 1, 10, 12, 240, 0, 0, 2, 0, 0, 1958, 1153, 0, 0, _binary 0x0000000000000000), + (4075, 'Udhaaman', 149, _binary 0x0500670700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4076, 'Uggalepih_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4077, 'Ulagohvsdi_Tlugvi', 245, _binary 0x0000870100000000000000000000000000000000, 13, 13, 7, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4078, 'Ulbrecht', 149, _binary 0x01000701D610D620D630D640D650B16000700000, 20, 20, 6, 240, 0, 0, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4079, 'Uleguerand_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 186, 1155, 0, 0, _binary 0x0000000000000000), + (4080, 'Ulhuadshi', 215, _binary 0x0000EB0700000000000000000000000000000000, 1, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4081, 'Ulla', 149, _binary 0x01000E02BA107420743074408050B6602A700080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4082, 'Ullikummi', 135, _binary 0x0000B00100000000000000000000000000000000, 3, 3, 11, 320, 33, 0, 2, 0, 32, 3045, 1183, 0, 0, _binary 0x1010101010105700), + (4083, 'Ultima', 54, _binary 0x0000330400000000000000000000000000000000, 1, 1, 6, 240, 137, 0, 16, 0, 32, 2635, 1691, 0, 0, _binary 0x0000000000000000), + (4084, 'Ultrasonic_Zeknajak', 189, _binary 0x0000190400000000000000000000000000000000, 10, 1, 4, 240, 16, 1, 0, 0, 32, 389, 159, 0, 0, _binary 0x0000000000000000), + (4085, 'Ul_aern', 3, _binary 0x0000570500000000000000000000000000000000, 2, 2, 1, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4086, 'Ul_hpemde', 144, _binary 0x00007F0400000000000000000000000000000000, 14, 14, 8, 220, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4087, 'Ul_phuabo', 194, _binary 0x0000820400000000000000000000000000000000, 1, 1, 7, 280, 9, 1, 0, 0, 0, 0, 0, 1, 0, _binary 0x0000000000000000), + (4088, 'Ul_xzomit', 269, _binary 0x0000100200000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4089, 'Ul_yovra', 271, _binary 0x00007C0400000000000000000000000000000000, 1, 1, 7, 240, 24, 0, 2, 0, 0, 0, 0, 1, 1, _binary 0x0000000000000000), + (4090, 'Umarid', 149, _binary 0x0500AD0700000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4091, 'Umbral_Diabolos', 35, _binary 0x0000790400000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4092, 'Undead_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 64, 34, 1667, 0, 0, _binary 0x0000000000000000), + (4093, 'Undead_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4094, 'Undead_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 140, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4095, 'Undead_Slime', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4096, 'Undead_Toad', 86, _binary 0x0000410100000000000000000000000000000000, 1, 1, 5, 270, 192, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4097, 'Undefeatable_Sappdapp', 189, _binary 0x0000F70300000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4098, 'Underworld_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 1, 0, 0, 64, 165, 1669, 0, 0, _binary 0x0000000000000000), + (4099, 'Ungeweder', 0, _binary 0x0000660800000000000000000000000000000000, 5, 3, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4100, 'Ungur', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4101, 'Unseelie', 195, _binary 0x0000F00700000000000000000000000000000000, 3, 3, 11, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4102, 'Unstable_Cluster', 68, _binary 0x0000220100000000000000000000000000000000, 1, 1, 6, 240, 24, 0, 2, 0, 0, 1997, 1157, 0, 0, _binary 0x0000000000000000), + (4103, 'Unut', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4104, 'Upas-Kamuy', 232, _binary 0x0000160100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4105, 'Upyri', 46, _binary 0x0000010100000000000000000000000000000000, 1, 1, 6, 240, 128, 1, 2, 0, 0, 5474, 1669, 0, 0, _binary 0x0000000000000000), + (4106, 'Uragnite', 251, _binary 0x0000510500000000000000000000000000000000, 1, 1, 7, 290, 128, 0, 0, 0, 0, 396, 1667, 0, 0, _binary 0x0000000000000000), + (4107, 'Urayuli', 136, _binary 0x0000280100000000000000000000000000000000, 3, 3, 12, 300, 0, 0, 2, 0, 0, 581, 1157, 0, 0, _binary 0x1010101010105700), + (4108, 'Uriri_Samariri', 196, _binary 0x0000150700000000000000000000000000000000, 4, 4, 5, 150, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4109, 'Utgarth_Bat', 46, _binary 0x0000010100000000000000000000000000000000, 1, 1, 5, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4110, 'Utgarth_Bats', 47, _binary 0x0000070100000000000000000000000000000000, 1, 1, 5, 240, 129, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4111, 'Utgarth_Leech', 172, _binary 0x0000150100000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4112, 'Utukku', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4113, 'Vaa_Huja_the_Erudite', 270, _binary 0x0000480200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4114, 'Vaa_Oozu_s_Scolopendrid', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 1, 7, 280, 132, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4115, 'Vaa_Oozu_the_Redolent', 270, _binary 0x0000220800000000000000000000000000000000, 1, 9, 9, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4116, 'Vadleany', 170, _binary 0x0000E20700000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4117, 'Vagrant_Lindwurm', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 220, 133, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4118, 'Vahi', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4119, 'Vaicoliaux_B_D_Aurphe', 222, _binary 0x0000150200000000000000000000000000000000, 1, 1, 2, 360, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4120, 'Vajra_Quadav', 202, _binary 0x00009F0200000000000000000000000000000000, 3, 3, 3, 265, 128, 1, 0, 0, 0, 237, 1155, 0, 0, _binary 0x1010101010105700), + (4121, 'Valaineral_R_Davilles', 145, _binary 0x01001A034D104D204D304D404D508F611D700080, 7, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4122, 'Vale_Crab', 0, _binary 0x0000000000000000000000000000000000000000, 7, 7, 4, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4123, 'Valkeng', 28, _binary 0x0600B90700000000000000000000000000000000, 1, 1, 5, 320, 128, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4124, 'Valkurm_Emperor', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4125, 'Valley_Manticore', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 1, 0, 0, 0, 152, 129, 0, 0, _binary 0x0000000000000000), + (4126, 'Valor', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 2, 0, 2, 0, 32, 27, 159, 0, 0, _binary 0x0000000000000000), + (4127, 'Vampire_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 125, 643, 0, 0, _binary 0x0000000000000000), + (4128, 'Vampyr_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 5, 240, 128, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4129, 'Vampyr_Dog', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 192, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4130, 'Vampyr_Jarl', 252, _binary 0x0000350700000000000000000000000000000000, 8, 8, 7, 290, 137, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4131, 'Vampyr_Wolf', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 192, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4132, 'Vangknok_of_Clan_Death', 189, _binary 0x00007C0200000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4133, 'Vanguard_Alchemist', 327, _binary 0x0000410400000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (4134, 'Vanguard_Ambusher', 327, _binary 0x00003E0400000000000000000000000000000000, 11, 11, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4135, 'Vanguard_Amputator', 189, _binary 0x00001A0400000000000000000000000000000000, 3, 3, 6, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (4136, 'Vanguard_Armorer', 327, _binary 0x00003F0400000000000000000000000000000000, 7, 7, 3, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4137, 'Vanguard_Assassin', 270, _binary 0x00003B0400000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4138, 'Vanguard_Backstabber', 189, _binary 0x0000160400000000000000000000000000000000, 13, 13, 10, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4139, 'Vanguard_Beasttender', 202, _binary 0x00001C0400000000000000000000000000000000, 9, 1, 1, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4140, 'Vanguard_Bugler', 189, _binary 0x0000190400000000000000000000000000000000, 10, 1, 4, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4141, 'Vanguard_Chanter', 270, _binary 0x00003D0400000000000000000000000000000000, 10, 10, 5, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4142, 'Vanguard_Constable', 202, _binary 0x00001E0400000000000000000000000000000000, 3, 3, 3, 265, 16, 1, 16, 0, 0, 26, 131, 0, 0, _binary 0x1010101010105700), + (4143, 'Vanguard_Defender', 202, _binary 0x00001D0400000000000000000000000000000000, 7, 7, 4, 265, 16, 1, 16, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (4144, 'Vanguard_Dollmaster', 189, _binary 0x0000190400000000000000000000000000000000, 15, 15, 4, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4145, 'Vanguard_Dragon', 327, _binary 0x00003F0400000000000000000000000000000000, 1, 1, 12, 240, 8, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4146, 'Vanguard_Drakekeeper', 202, _binary 0x00001D0400000000000000000000000000000000, 14, 1, 3, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4147, 'Vanguard_Enchanter', 327, _binary 0x00003F0400000000000000000000000000000000, 5, 5, 3, 240, 16, 1, 16, 0, 0, 1068, 133, 0, 0, _binary 0x7070707074701662), + (4148, 'Vanguard_Exemplar', 270, _binary 0x00003A0400000000000000000000000000000000, 7, 12, 1, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4149, 'Vanguard_Eye', 4, _binary 0x0000090100000000000000000000000000000000, 4, 5, 12, 240, 3, 1, 16, 0, 0, 7, 131, 0, 0, _binary 0x6161616169610063), + (4150, 'Vanguard_Footsoldier', 189, _binary 0x0000170400000000000000000000000000000000, 1, 1, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4151, 'Vanguard_Grappler', 189, _binary 0x0000160400000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4152, 'Vanguard_Gutslasher', 189, _binary 0x0000170400000000000000000000000000000000, 12, 1, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4153, 'Vanguard_Hatamoto', 202, _binary 0x00001B0400000000000000000000000000000000, 12, 1, 1, 265, 16, 1, 16, 0, 0, 975, 131, 0, 0, _binary 0x0000000000000000), + (4154, 'Vanguard_Hawker', 189, _binary 0x0000170400000000000000000000000000000000, 9, 9, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4155, 'Vanguard_Hitman', 327, _binary 0x00003E0400000000000000000000000000000000, 13, 13, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4156, 'Vanguard_Impaler', 189, _binary 0x0000180400000000000000000000000000000000, 14, 14, 1, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4157, 'Vanguard_Inciter', 270, _binary 0x00003A0400000000000000000000000000000000, 8, 12, 1, 240, 16, 1, 16, 0, 0, 929, 131, 0, 0, _binary 0x0000000000000000), + (4158, 'Vanguard_Kusa', 202, _binary 0x00001C0400000000000000000000000000000000, 13, 1, 1, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4159, 'Vanguard_Liberator', 270, _binary 0x0000390400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4160, 'Vanguard_Maestro', 327, _binary 0x0000410400000000000000000000000000000000, 10, 10, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4161, 'Vanguard_Mason', 202, _binary 0x00001E0400000000000000000000000000000000, 11, 11, 10, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4162, 'Vanguard_Mesmerizer', 189, _binary 0x0000190400000000000000000000000000000000, 4, 4, 5, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4163, 'Vanguard_Militant', 202, _binary 0x00001E0400000000000000000000000000000000, 2, 2, 6, 265, 16, 1, 16, 0, 0, 766, 131, 0, 0, _binary 0x0000000000000000), + (4164, 'Vanguard_Minstrel', 202, _binary 0x00001F0400000000000000000000000000000000, 10, 10, 9, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4165, 'Vanguard_Neckchopper', 189, _binary 0x0000170400000000000000000000000000000000, 8, 8, 5, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4166, 'Vanguard_Necromancer', 327, _binary 0x0000420400000000000000000000000000000000, 15, 15, 11, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4167, 'Vanguard_Ogresoother', 270, _binary 0x0000390400000000000000000000000000000000, 9, 1, 5, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4168, 'Vanguard_Oracle', 270, _binary 0x00003C0400000000000000000000000000000000, 15, 15, 6, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4169, 'Vanguard_Partisan', 270, _binary 0x0000360400000000000000000000000000000000, 14, 1, 9, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4170, 'Vanguard_Pathfinder', 327, _binary 0x0000400400000000000000000000000000000000, 9, 9, 5, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4171, 'Vanguard_Persecutor', 270, _binary 0x00003A0400000000000000000000000000000000, 12, 12, 1, 240, 16, 1, 16, 0, 0, 707, 131, 0, 0, _binary 0x0000000000000000), + (4172, 'Vanguard_Pillager', 189, _binary 0x0000160400000000000000000000000000000000, 6, 6, 10, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4173, 'Vanguard_Pitfighter', 327, _binary 0x00003E0400000000000000000000000000000000, 1, 2, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4174, 'Vanguard_Predator', 189, _binary 0x0000160400000000000000000000000000000000, 11, 1, 9, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4175, 'Vanguard_Prelate', 270, _binary 0x00003D0400000000000000000000000000000000, 4, 4, 9, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4176, 'Vanguard_Priest', 270, _binary 0x00003C0400000000000000000000000000000000, 3, 3, 3, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (4177, 'Vanguard_Protector', 202, _binary 0x00001D0400000000000000000000000000000000, 5, 1, 3, 265, 16, 1, 16, 0, 0, 27, 131, 0, 0, _binary 0x7070707074701662), + (4178, 'Vanguard_Purloiner', 202, _binary 0x00001E0400000000000000000000000000000000, 6, 6, 10, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4179, 'Vanguard_Ronin', 327, _binary 0x00003F0400000000000000000000000000000000, 12, 12, 3, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4180, 'Vanguard_Salvager', 270, _binary 0x00003B0400000000000000000000000000000000, 13, 11, 2, 240, 16, 1, 16, 0, 0, 562, 131, 0, 0, _binary 0x0000000000000000), + (4181, 'Vanguard_Sentinel', 270, _binary 0x0000390400000000000000000000000000000000, 2, 2, 11, 240, 16, 1, 16, 0, 0, 746, 131, 0, 0, _binary 0x0000000000000000), + (4182, 'Vanguard_Shaman', 327, _binary 0x0000420400000000000000000000000000000000, 4, 4, 11, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4183, 'Vanguard_Skirmisher', 270, _binary 0x00003A0400000000000000000000000000000000, 1, 12, 1, 240, 16, 1, 16, 0, 0, 784, 131, 0, 0, _binary 0x0000000000000000), + (4184, 'Vanguard_Smithy', 327, _binary 0x0000400400000000000000000000000000000000, 1, 1, 5, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4185, 'Vanguard_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 16, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4186, 'Vanguard_s_Crow', 55, _binary 0x0000BD0100000000000000000000000000000000, 5, 5, 2, 240, 16, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4187, 'Vanguard_s_Hecteyes', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 16, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4188, 'Vanguard_s_Scorpion', 217, _binary 0x00001C0100000000000000000000000000000000, 1, 4, 7, 280, 16, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4189, 'Vanguard_s_Slime', 229, _binary 0x0000240100000000000000000000000000000000, 1, 5, 7, 240, 16, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4190, 'Vanguard_s_Wyvern', 193, _binary 0x0000F90200000000000000000000000000000000, 1, 1, 7, 200, 16, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4191, 'Vanguard_Thaumaturge', 202, _binary 0x00001F0400000000000000000000000000000000, 4, 4, 6, 265, 16, 1, 16, 0, 0, 818, 131, 0, 0, _binary 0x6161616169610063), + (4192, 'Vanguard_Tinkerer', 327, _binary 0x00003F0400000000000000000000000000000000, 8, 8, 3, 240, 16, 1, 16, 0, 0, 2531, 133, 0, 0, _binary 0x0000000000000000), + (4193, 'Vanguard_Trooper', 189, _binary 0x0000180400000000000000000000000000000000, 7, 7, 10, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4194, 'Vanguard_Undertaker', 202, _binary 0x00001F0400000000000000000000000000000000, 15, 15, 6, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4195, 'Vanguard_Vexer', 189, _binary 0x00001A0400000000000000000000000000000000, 5, 1, 4, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (4196, 'Vanguard_Vigilante', 202, _binary 0x00001D0400000000000000000000000000000000, 8, 8, 2, 265, 16, 1, 16, 0, 0, 765, 131, 0, 0, _binary 0x0000000000000000), + (4197, 'Vanguard_Vindicator', 202, _binary 0x00001B0400000000000000000000000000000000, 1, 1, 1, 265, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4198, 'Vanguard_Visionary', 270, _binary 0x00003D0400000000000000000000000000000000, 5, 5, 4, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (4199, 'Vanguard_Welldigger', 327, _binary 0x00003E0400000000000000000000000000000000, 6, 6, 2, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4200, 'Vanilla_Custard', 112, _binary 0x0000080700000000000000000000000000000000, 4, 4, 12, 240, 40, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4201, 'Vanquished_Einherjar', 88, _binary 0x0000D70600000000000000000000000000000000, 4, 4, 2, 240, 192, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4202, 'Varajahl', 149, _binary 0x05005F0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4203, 'Varanus', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4204, 'Variable_Hare', 318, _binary 0x00000E0100000000000000000000000000000000, 6, 6, 7, 240, 2, 0, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (4205, 'Vassago', 169, _binary 0x0000EF0200000000000000000000000000000000, 8, 8, 5, 240, 1, 1, 16, 0, 32, 3623, 155, 0, 0, _binary 0x0000000000000000), + (4206, 'Vasuki', 118, _binary 0x0000B10800000000000000000000000000000000, 5, 5, 3, 240, 0, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (4207, 'Vault_Weapon', 110, _binary 0x0000C30100000000000000000000000000000000, 5, 5, 3, 240, 34, 0, 0, 0, 0, 171, 645, 0, 0, _binary 0x7070707074701662), + (4208, 'Va_Gho_Bloodbasked', 202, _binary 0x00001D0400000000000000000000000000000000, 5, 5, 11, 265, 129, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4209, 'Va_Rhu_Bodysnatcher', 202, _binary 0x00001D0400000000000000000000000000000000, 6, 6, 2, 265, 129, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4210, 'Vee_Ladu_the_Titterer', 270, _binary 0x0000210800000000000000000000000000000000, 13, 13, 2, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4211, 'Vee_Qiqa_s_Elemental', 99, _binary 0x00000A0000000000000000000000000000000000, 4, 5, 12, 240, 16, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4212, 'Vee_Qiqa_the_Decreer', 270, _binary 0x00000D0300000000000000000000000000000000, 15, 15, 4, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4213, 'Vee_Seju_s_Elemental', 99, _binary 0x00000A0000000000000000000000000000000000, 4, 5, 12, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4214, 'Vee_Seju_the_Consumed', 270, _binary 0x00003C0400000000000000000000000000000000, 2, 15, 6, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4215, 'Vegnix_Greenthumb', 133, _binary 0x0000FC0100000000000000000000000000000000, 1, 1, 5, 240, 1, 1, 2, 0, 32, 456, 155, 0, 0, _binary 0x0000000000000000), + (4216, 'Veld_Clionid', 0, _binary 0x00004C0900000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4217, 'Velionis', 292, _binary 0x0000E50600000000000000000000000000000000, 5, 5, 11, 240, 192, 0, 2, 17, 0, 0, 3, 0, 0, _binary 0x7070707074701662), + (4218, 'Velociraptor', 210, _binary 0x00003C0100000000000000000000000000000000, 6, 6, 7, 220, 2, 0, 0, 0, 0, 165, 131, 0, 0, _binary 0x0000000000000000), + (4219, 'Velosareon', 222, _binary 0x0500D70100000000000000000000000000000000, 1, 1, 1, 360, 12, 1, 16, 0, 32, 983, 157, 0, 0, _binary 0x0000000000000000), + (4220, 'Vepar', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 4, 0, 0, 6434, 131, 0, 0, _binary 0x0000000000000000), + (4221, 'Verdelet', 301, _binary 0x0000BF0600000000000000000000000000000000, 4, 4, 7, 240, 185, 0, 2, 147, 32, 306, 157, 0, 0, _binary 0x6161616169610063), + (4222, 'Verglas_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4223, 'Veri_Selen', 278, _binary 0x00008F0100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4224, 'Vermilion-eared_Noberry', 243, _binary 0x0000C90400000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4225, 'Vermivorous_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 2, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4226, 'Veteran_Quadav', 202, _binary 0x00004E0800000000000000000000000000000000, 7, 7, 1, 265, 2, 1, 0, 0, 0, 398, 129, 0, 0, _binary 0x0000000000000000), + (4227, 'Vhino_Delkahngo', 151, _binary 0x010006078610862086300F4086505B6032700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4228, 'Vhuud_Vanguard', 202, _binary 0x0000920200000000000000000000000000000000, 6, 6, 2, 265, 128, 1, 0, 0, 0, 8, 129, 0, 0, _binary 0x0000000000000000), + (4229, 'Vigilant_Gear', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4230, 'Vigilant_Gears', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4231, 'Vile_Ineef', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 5, 240, 177, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4232, 'Vile_Wahdaha', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 5, 240, 177, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4233, 'Vile_Wahzil', 233, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 177, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4234, 'Vile_Yabeewa', 233, _binary 0x0000EF0600000000000000000000000000000000, 4, 4, 5, 240, 177, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4235, 'Virid-faced_Shanberry', 243, _binary 0x0000AA0400000000000000000000000000000000, 6, 6, 2, 240, 1, 1, 0, 0, 32, 5734, 157, 0, 0, _binary 0x0000000000000000), + (4236, 'Viridis_Wyvern', 266, _binary 0x0000C50800000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4237, 'Virulent_Flask', 247, _binary 0x0000000700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4238, 'Virulent_Peiste', 192, _binary 0x0000DF0700000000000000000000000000000000, 1, 1, 7, 240, 8, 0, 0, 0, 0, 608, 131, 0, 0, _binary 0x0000000000000000), + (4239, 'Viscount_Morax', 169, _binary 0x0000E80200000000000000000000000000000000, 15, 15, 4, 240, 16, 1, 18, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4240, 'Viscous_Clot', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 11, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4241, 'Vishap', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 129, 0, 16, 0, 32, 3509, 155, 0, 0, _binary 0x0000000000000000), + (4242, 'Vodyanoi', 86, _binary 0x0000400100000000000000000000000000000000, 8, 8, 5, 270, 192, 0, 2, 0, 32, 342, 155, 0, 0, _binary 0x0000000000000000), + (4243, 'Voidstreaker_Butchnotch', 189, _binary 0x0000160400000000000000000000000000000000, 10, 1, 9, 240, 16, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4244, 'Volcanic_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 128, 1, 0, 0, 64, 291, 643, 0, 0, _binary 0x0000000000000000), + (4245, 'Volcanic_Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 192, 643, 0, 0, _binary 0x0000000000000000), + (4246, 'Volcanic_Gas', 56, _binary 0x0000190100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 289, 131, 0, 0, _binary 0x0000000000000000), + (4247, 'Volcanic_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 140, 1, 0, 0, 0, 117, 643, 0, 0, _binary 0x0000000000000000), + (4248, 'Volcano_Wasp', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 138, 643, 0, 0, _binary 0x0000000000000000), + (4249, 'Volker', 149, _binary 0x0000050300000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4250, 'Voll_the_Sharkfinned', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4251, 'Volunteer', 145, _binary 0x0500A20700000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (4252, 'Voluptuous_Vilma', 186, _binary 0x00007C0100000000000000000000000000000000, 1, 1, 7, 200, 2, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4253, 'Voluptuous_Vivian', 186, _binary 0x00007D0100000000000000000000000000000000, 12, 12, 7, 200, 2, 0, 2, 0, 32, 5074, 671, 0, 0, _binary 0x0000000000000000), + (4254, 'Voo_Tolu_the_Ghostfist', 270, _binary 0x0000440200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4255, 'Vorjirzur_the_Valiant', 246, _binary 0x0600980600000000000000000000000000000000, 7, 7, 2, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4256, 'Vorpal_Bunny', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 80, 129, 0, 0, _binary 0x0000000000000000), + (4257, 'Vorporlor_the_Barbaric', 246, _binary 0x0600930600000000000000000000000000000000, 8, 8, 5, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4258, 'Vouivre', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4259, 'Vozold_Clot', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 11, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4260, 'Vozold_Jagil', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4261, 'Vrtra', 263, _binary 0x0000630200000000000000000000000000000000, 9, 1, 7, 240, 24, 1, 16, 0, 32, 732, 153, 0, 0, _binary 0x0000000000000000), + (4262, 'Vu-Murt', 218, _binary 0x0000600100000000000000000000000000000000, 2, 2, 7, 240, 128, 0, 6, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4263, 'Vulcanian_Bomb', 56, _binary 0x0000180100000000000000000000000000000000, 4, 4, 12, 240, 24, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4264, 'Vulkodlac', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4265, 'Vulpangue', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 7, 200, 137, 0, 2, 3, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4266, 'Vulture', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 1, 0, 0, 721, 129, 0, 0, _binary 0x0000000000000000), + (4267, 'Vuu_Puqu_the_Beguiler', 270, _binary 0x0000510200000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4268, 'Vu_zdei', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 7, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4269, 'Vyurvarjur_the_Nimble', 246, _binary 0x0600960600000000000000000000000000000000, 1, 1, 1, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4270, 'Wabjahl', 149, _binary 0x0100010100102320233023402350006000700000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4271, 'Wadi_Crab', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 4, 240, 0, 0, 0, 0, 0, 449, 129, 0, 0, _binary 0x0000000000000000), + (4272, 'Wadi_Hare', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (4273, 'Wadi_Leech', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4274, 'Wailer', 256, _binary 0x00005B0400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4275, 'Wajaom_Tiger', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 343, 131, 0, 0, _binary 0x0000000000000000), + (4276, 'Waldgeist', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 280, 129, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4277, 'Walking_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 449, 129, 0, 0, _binary 0x0000000000000000), + (4278, 'Walking_Tree', 245, _binary 0x0000840100000000000000000000000000000000, 1, 1, 7, 240, 2, 0, 0, 0, 0, 404, 129, 0, 0, _binary 0x0000000000000000), + (4279, 'Waltraute', 115, _binary 0x0500510700000000000000000000000000000000, 1, 10, 7, 240, 226, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4280, 'Wamoura', 253, _binary 0x0000100700000000000000000000000000000000, 1, 1, 7, 240, 56, 1, 0, 0, 0, 311, 131, 0, 0, _binary 0x0000000000000000), + (4281, 'Wamouracampa', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 0, 1, 0, 0, 0, 242, 131, 0, 0, _binary 0x0000000000000000), + (4282, 'Wamoura_Prince', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 2, 1, 0, 0, 0, 730, 131, 0, 0, _binary 0x0000000000000000), + (4283, 'Wanderer', 255, _binary 0x0000560400000000000000000000000000000000, 1, 1, 7, 240, 141, 0, 0, 0, 0, 298, 131, 0, 0, _binary 0x0000000000000000), + (4284, 'Wandering_Ghost', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 2503, 133, 0, 0, _binary 0x6161616169610063), + (4285, 'Wandering_Sapling', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 399, 129, 0, 0, _binary 0x0000000000000000), + (4286, 'Wandering_Wamoura', 253, _binary 0x0000100700000000000000000000000000000000, 1, 1, 7, 240, 145, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4287, 'Waraxe_Beak', 70, _binary 0x0000200100000000000000000000000000000000, 4, 5, 12, 240, 1, 0, 2, 0, 0, 429, 135, 0, 0, _binary 0x6161616169610063), + (4288, 'Warbler', 61, _binary 0x0000DD0700000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4289, 'Warchief_Tombstone', 93, _binary 0x0000200400000000000000000000000000000000, 5, 5, 11, 240, 16, 1, 2, 1, 0, 1813, 129, 0, 0, _binary 0x7070707074701662), + (4290, 'Warchief_Vatgit', 189, _binary 0x0000680200000000000000000000000000000000, 1, 1, 2, 240, 8, 1, 2, 0, 32, 344, 157, 0, 0, _binary 0x0000000000000000), + (4291, 'Warder_Aglaia', 234, _binary 0x00000A0300000000000000000000000000000000, 1, 1, 7, 240, 144, 1, 0, 0, 0, 7106, 645, 0, 0, _binary 0x0000000000000000), + (4292, 'Warder_Euphrosyne', 234, _binary 0x00000A0300000000000000000000000000000000, 1, 1, 7, 240, 144, 1, 0, 0, 0, 1104, 645, 0, 0, _binary 0x0000000000000000), + (4293, 'Warder_Thalia', 234, _binary 0x00000A0300000000000000000000000000000000, 1, 1, 7, 240, 144, 1, 0, 0, 0, 1422, 645, 0, 0, _binary 0x0000000000000000), + (4294, 'Warlord_Rojgnoj', 189, _binary 0x0000F30300000000000000000000000000000000, 7, 7, 1, 240, 1, 1, 0, 0, 32, 1338, 159, 0, 0, _binary 0x0000000000000000), + (4295, 'Wartkin', 196, _binary 0x0000140700000000000000000000000000000000, 4, 4, 7, 150, 128, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4296, 'War_Ajattara', 266, _binary 0x0000C50800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4297, 'War_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 136, 131, 0, 0, _binary 0x0000000000000000), + (4298, 'War_Lynx', 71, _binary 0x0000C60800000000000000000000000000000000, 1, 1, 2, 240, 12, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4299, 'War_Smilodon', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 7, 240, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4300, 'War_Wamoura', 253, _binary 0x0000100700000000000000000000000000000000, 1, 1, 7, 240, 153, 0, 0, 0, 0, 4194, 131, 0, 0, _binary 0x0000000000000000), + (4301, 'War_Wamouracampa', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 128, 1, 0, 0, 0, 10, 131, 0, 0, _binary 0x0000000000000000), + (4302, 'War_Wyvern', 268, _binary 0x00003E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 8, 131, 0, 0, _binary 0x0000000000000000), + (4303, 'Wasabix_Callusdigit', 133, _binary 0x00003F0400000000000000000000000000000000, 12, 12, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4304, 'Watch_Hippogryph', 140, _binary 0x0000550500000000000000000000000000000000, 6, 6, 2, 240, 9, 1, 2, 0, 0, 825, 135, 0, 0, _binary 0x0000000000000000), + (4305, 'Watch_Imp', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4306, 'Watch_Lizard', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 344, 129, 0, 0, _binary 0x0000000000000000), + (4307, 'Watch_Wamoura', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4308, 'Watch_Wyvern', 268, _binary 0x00003E0100000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 132, 133, 0, 0, _binary 0x0000000000000000), + (4309, 'Water_Elemental', 106, _binary 0x00000C0000000000000000000000000000000000, 4, 5, 12, 240, 32, 0, 0, 0, 0, 343, 131, 0, 0, _binary 0x00007F0000000000), + (4310, 'Water_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 48, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4311, 'Water_Leaper', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 4991, 131, 0, 0, _binary 0x0000000000000000), + (4312, 'Water_Pot', 175, _binary 0x00009C0100000000000000000000000000000000, 5, 1, 7, 240, 32, 1, 0, 0, 0, 7, 135, 0, 0, _binary 0x7070707074701662), + (4313, 'Water_Pumpkin', 229, _binary 0x0000240100000000000000000000000000000000, 1, 1, 7, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4314, 'Water_Wasp', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 0, 0, 0, 0, 0, 537, 643, 0, 0, _binary 0x0000000000000000), + (4315, 'Waughroon_Heavyshell', 202, _binary 0x0000440800000000000000000000000000000000, 1, 1, 2, 265, 128, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4316, 'Waugyl', 198, _binary 0x0000D00600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4317, 'Weeper', 256, _binary 0x0000580400000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 296, 131, 0, 0, _binary 0x0000000000000000), + (4318, 'Weeping_Willow', 245, _binary 0x0000840100000000000000000000000000000000, 8, 8, 7, 240, 2, 0, 2, 0, 0, 7960, 133, 0, 0, _binary 0x0000000000000000), + (4319, 'Wendigo', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 343, 131, 0, 0, _binary 0x0000000000000000), + (4320, 'Wendigo', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 343, 131, 0, 0, _binary 0x6161616169610063), + (4321, 'Werebat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 1, 0, 0, 343, 643, 0, 0, _binary 0x0000000000000000), + (4322, 'Wespe', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 1, 1, 1, 0, 0, 138, 643, 0, 0, _binary 0x0000000000000000), + (4323, 'Western_Shadow', 223, _binary 0x0000270200000000000000000000000000000000, 6, 6, 10, 360, 6, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4324, 'Western_Sphinx', 179, _binary 0x0000920100000000000000000000000000000000, 1, 4, 7, 360, 1, 0, 0, 0, 0, 1709, 1153, 0, 0, _binary 0x0000000000000000), + (4325, 'Western_Spriggan', 223, _binary 0x0000220200000000000000000000000000000000, 1, 1, 4, 360, 192, 1, 0, 0, 0, 343, 131, 0, 0, _binary 0x0000000000000000), + (4326, 'Wharadi', 149, _binary 0x05005F0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4327, 'Wheel_Wamoura', 254, _binary 0x00000A0700000000000000000000000000000000, 1, 1, 7, 265, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4328, 'Wherwetrice', 70, _binary 0x0000200100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4329, 'Whiro', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 6, 240, 0, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4330, 'Whistrix_Toadthroat', 133, _binary 0x0000410400000000000000000000000000000000, 10, 10, 2, 240, 16, 1, 2, 0, 32, 377, 159, 0, 0, _binary 0x0000000000000000), + (4331, 'Whitegold_Quadav', 202, _binary 0x0000930200000000000000000000000000000000, 6, 6, 2, 265, 129, 1, 0, 0, 0, 4205, 131, 0, 0, _binary 0x0000000000000000), + (4332, 'Whitetattoo_Rahool_Ja', 176, _binary 0x06005B0600000000000000000000000000000000, 3, 3, 6, 280, 12, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x1010101010105700), + (4333, 'White_Coney', 206, _binary 0x00000E0100000000000000000000000000000000, 1, 1, 7, 240, 12, 0, 2, 0, 0, 561, 135, 0, 0, _binary 0x0000000000000000), + (4334, 'White_Lizard', 174, _binary 0x0000490100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (4335, 'White_Sentinel', 31, _binary 0x0600BF0700000000000000000000000000000000, 7, 7, 3, 360, 128, 1, 0, 0, 0, 10, 133, 0, 0, _binary 0x0000000000000000), + (4336, 'Whyjham', 145, _binary 0x00007A0000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4337, 'Wight', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 344, 131, 0, 0, _binary 0x0000000000000000), + (4338, 'Wildcat_Vanguard', 151, _binary 0x01000807B710892089300F400F509A61AF700080, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4339, 'Wildcat_Volunteer', 151, _binary 0x010006078910892089300F400F506F6000702980, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4340, 'Wildfire', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 5, 240, 25, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4341, 'Wild_Dhalmel', 80, _binary 0x00004C0100000000000000000000000000000000, 1, 1, 12, 240, 0, 1, 0, 0, 0, 231, 131, 0, 0, _binary 0x0000000000000000), + (4342, 'Wild_Karakul', 167, _binary 0x0000550100000000000000000000000000000000, 1, 1, 7, 280, 0, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4343, 'Wild_Rabbit', 206, _binary 0x00000C0100000000000000000000000000000000, 6, 6, 7, 240, 0, 0, 0, 0, 0, 238, 129, 0, 0, _binary 0x0000000000000000), + (4344, 'Wild_Sheep', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 443, 129, 0, 0, _binary 0x0000000000000000), + (4345, 'Will-o-the-Wisp', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 33, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4346, 'Will-o_-the-Wykes', 56, _binary 0x0000180100000000000000000000000000000000, 1, 1, 11, 240, 24, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4347, 'Wily_Opo-opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 3, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4348, 'Windjammer_Imp', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4349, 'Wind_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 0, 0, 64, 243, 641, 0, 0, _binary 0x0000000000000000), + (4350, 'Wind_Golem', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 48, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4351, 'Wind_Pukis', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 0, 2, 0, 0, 1611, 135, 0, 0, _binary 0x0000000000000000), + (4352, 'Winebibber', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 5, 240, 133, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4353, 'Wingrats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 1, 0, 64, 290, 131, 0, 0, _binary 0x0000000000000000), + (4354, 'Witch_Hazel', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 267, 131, 0, 0, _binary 0x0000000000000000), + (4355, 'Wivre', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 5, 240, 4, 0, 0, 0, 0, 186, 131, 0, 0, _binary 0x0000000000000000), + (4356, 'Wivre-X', 257, _binary 0x0000B90800000000000000000000000000000000, 1, 1, 5, 240, 5, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4357, 'Wolf_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 0, 271, 643, 0, 0, _binary 0x0000000000000000), + (4358, 'Wolf_Clan_Warmachine', 190, _binary 0x0000AC0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4359, 'Wolf_Zombie', 143, _binary 0x00006C0100000000000000000000000000000000, 1, 1, 3, 240, 6, 0, 0, 0, 0, 665, 131, 0, 0, _binary 0x0000000000000000), + (4360, 'Woodland_Runner', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 220, 132, 0, 0, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (4361, 'Woodland_Sage', 245, _binary 0x0000840100000000000000000000000000000000, 3, 3, 7, 240, 2, 0, 2, 0, 0, 2017, 133, 0, 0, _binary 0x1010101010105700), + (4362, 'Woodnix_Shrillwhistle', 133, _binary 0x0000400400000000000000000000000000000000, 9, 9, 5, 240, 9, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4363, 'Woodnix_s_Slime', 229, _binary 0x0000240100000000000000000000000000000000, 1, 5, 7, 240, 132, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4364, 'Woodtroll_Dark_Knight', 246, _binary 0x0600940600000000000000000000000000000000, 8, 8, 5, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4365, 'Woodtroll_Elite_Guard', 246, _binary 0x0600AD0600000000000000000000000000000000, 11, 11, 5, 230, 12, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4366, 'Woodtroll_Mirror_Guard', 246, _binary 0x0600950600000000000000000000000000000000, 8, 8, 5, 280, 12, 0, 0, 0, 32, 217, 157, 0, 0, _binary 0x0000000000000000), + (4367, 'Woodtroll_Monk', 246, _binary 0x0600B00600000000000000000000000000000000, 2, 2, 1, 230, 12, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (4368, 'Woodtroll_Ranger', 246, _binary 0x0600AB0600000000000000000000000000000000, 11, 11, 5, 230, 12, 1, 0, 0, 0, 26, 131, 0, 0, _binary 0x0000000000000000), + (4369, 'Woodtroll_Warrior', 246, _binary 0x0600960600000000000000000000000000000000, 1, 1, 1, 280, 12, 1, 0, 0, 0, 766, 131, 0, 0, _binary 0x0000000000000000), + (4370, 'Wood_Bats', 47, _binary 0x0000040100000000000000000000000000000000, 1, 1, 11, 240, 2, 0, 0, 0, 64, 293, 643, 0, 0, _binary 0x0000000000000000), + (4371, 'Wootzshell', 77, _binary 0x0000650100000000000000000000000000000000, 7, 7, 4, 240, 128, 0, 1, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4372, 'Wootz_Quadav', 202, _binary 0x0000910200000000000000000000000000000000, 8, 8, 2, 265, 129, 1, 0, 0, 0, 666, 131, 0, 0, _binary 0x0000000000000000), + (4373, 'Wordorbor_the_Artificer', 246, _binary 0x0600B00600000000000000000000000000000000, 18, 18, 7, 230, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4374, 'Worgbut_of_Clan_Death', 189, _binary 0x0000700200000000000000000000000000000000, 11, 1, 9, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4375, 'Worker_Crawler', 79, _binary 0x00008C0100000000000000000000000000000000, 1, 1, 11, 240, 0, 1, 0, 0, 0, 352, 131, 0, 0, _binary 0x0000000000000000), + (4376, 'Worker_Pephredo', 48, _binary 0x0000100100000000000000000000000000000000, 1, 1, 2, 240, 12, 1, 0, 0, 0, 448, 129, 0, 0, _binary 0x0000000000000000), + (4377, 'Worr_the_Clawfisted', 213, _binary 0x0000130500000000000000000000000000000000, 2, 2, 1, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4378, 'Wounded_Wurfel', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x6161616169610063), + (4379, 'Wraith', 121, _binary 0x0000700100000000000000000000000000000000, 4, 4, 12, 240, 6, 0, 1, 0, 0, 233, 133, 0, 0, _binary 0x6161616169610063), + (4380, 'Wraithdancer_Gidbnod', 189, _binary 0x00001A0400000000000000000000000000000000, 3, 3, 6, 240, 16, 1, 0, 0, 32, 1948, 159, 0, 0, _binary 0x1010101010105700), + (4381, 'Wraith_Bat', 46, _binary 0x0000000100000000000000000000000000000000, 1, 1, 5, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4382, 'Wreaker', 241, _binary 0x0000680400000000000000000000000000000000, 1, 1, 7, 240, 141, 1, 16, 0, 0, 6029, 135, 0, 0, _binary 0x0000000000000000), + (4383, 'Wuur_the_Sandcomber', 213, _binary 0x00002D0500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4384, 'Wuu_Qoho_the_Razorclaw', 270, _binary 0x0000360400000000000000000000000000000000, 2, 2, 1, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4385, 'Wyrm', 262, _binary 0x00000F0300000000000000000000000000000000, 1, 1, 7, 240, 16, 1, 16, 0, 0, 311, 131, 0, 0, _binary 0x0000000000000000), + (4386, 'Wyrmfly', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 1, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4387, 'Wyrmgnasher_Bjakdek', 189, _binary 0x0000180400000000000000000000000000000000, 14, 14, 1, 240, 16, 1, 2, 0, 32, 180, 159, 0, 0, _binary 0x0000000000000000), + (4388, 'Wyrmwix_Snakespecs', 133, _binary 0x00003F0400000000000000000000000000000000, 14, 14, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4389, 'Wyvern', 266, _binary 0x00008E0100000000000000000000000000000000, 1, 1, 7, 240, 1, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4390, 'Wyvernpoacher_Drachlox', 133, _binary 0x0000F30100000000000000000000000000000000, 11, 11, 2, 240, 1, 1, 2, 0, 32, 377, 155, 0, 0, _binary 0x0000000000000000), + (4391, 'Xaa_Chau_the_Roctalon', 270, _binary 0x0000390400000000000000000000000000000000, 2, 2, 11, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4392, 'Xan', 170, _binary 0x0000E20700000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4393, 'Xarhorkur_the_Claviger', 246, _binary 0x0000F80600000000000000000000000000000000, 1, 1, 1, 320, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4394, 'Xhoo_Fuza_the_Sublime', 270, _binary 0x00003D0400000000000000000000000000000000, 10, 10, 5, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4395, 'Xibalba', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4396, 'Xolotl', 74, _binary 0x0000540500000000000000000000000000000000, 4, 8, 12, 290, 6, 1, 2, 0, 32, 1005, 159, 0, 0, _binary 0x6161616169610063), + (4397, 'Xolotl_s_Hound_Warrior', 227, _binary 0x0000340200000000000000000000000000000000, 4, 4, 10, 240, 6, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4398, 'Xolotl_s_Sacrifice', 227, _binary 0x00003C0200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4399, 'Xoo_Kaza_the_Solemn', 270, _binary 0x0000390400000000000000000000000000000000, 4, 4, 9, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4400, 'Yaanei', 0, _binary 0x0000A30800000000000000000000000000000000, 4, 2, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4401, 'Yaa_Haqa_the_Pious', 270, _binary 0x00004D0200000000000000000000000000000000, 4, 5, 5, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4402, 'Yaa_Haqa_the_Profane', 270, _binary 0x00005C0200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4403, 'Yaguarogui', 279, _binary 0x0000350100000000000000000000000000000000, 6, 12, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4404, 'Yagudo_Abbot', 270, _binary 0x00003C0400000000000000000000000000000000, 3, 3, 3, 240, 1, 1, 0, 0, 0, 772, 131, 0, 0, _binary 0x1010101010105700), + (4405, 'Yagudo_Acolyte', 270, _binary 0x0000470200000000000000000000000000000000, 3, 3, 3, 240, 1, 1, 0, 0, 0, 659, 131, 0, 0, _binary 0x1010101010105700), + (4406, 'Yagudo_Archpriest', 270, _binary 0x0000550200000000000000000000000000000000, 3, 3, 3, 240, 9, 1, 0, 0, 0, 3068, 131, 0, 0, _binary 0x1010101010105700), + (4407, 'Yagudo_Assassin', 270, _binary 0x0000590200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 1154, 133, 0, 0, _binary 0x0000000000000000), + (4408, 'Yagudo_Avatar', 270, _binary 0x00005F0200000000000000000000000000000000, 15, 15, 6, 240, 16, 1, 2, 0, 0, 300, 133, 0, 0, _binary 0x0000000000000000), + (4409, 'Yagudo_Carrier', 270, _binary 0x0000230800000000000000000000000000000000, 12, 12, 1, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4410, 'Yagudo_Chanter', 270, _binary 0x0000520200000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (4411, 'Yagudo_Condottiere', 270, _binary 0x00001F0800000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 501, 131, 0, 0, _binary 0x0000000000000000), + (4412, 'Yagudo_Conductor', 270, _binary 0x00003D0400000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 206, 133, 0, 0, _binary 0x0000000000000000), + (4413, 'Yagudo_Conquistador', 270, _binary 0x00004B0200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (4414, 'Yagudo_Conversus', 270, _binary 0x0000230800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4415, 'Yagudo_Disciplinant', 270, _binary 0x00004E0200000000000000000000000000000000, 2, 2, 1, 240, 9, 1, 0, 0, 0, 429, 131, 0, 0, _binary 0x0000000000000000), + (4416, 'Yagudo_Drummer', 270, _binary 0x0000500200000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 296, 131, 0, 0, _binary 0x0000000000000000), + (4417, 'Yagudo_Eradicator', 270, _binary 0x0000200800000000000000000000000000000000, 13, 13, 2, 240, 9, 1, 0, 0, 0, 7, 131, 0, 0, _binary 0x0000000000000000), + (4418, 'Yagudo_Flagellant', 270, _binary 0x0000240800000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 410, 133, 0, 0, _binary 0x0000000000000000), + (4419, 'Yagudo_Follower', 270, _binary 0x0000230800000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4420, 'Yagudo_Genja', 270, _binary 0x0000420800000000000000000000000000000000, 13, 13, 2, 240, 8, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4421, 'Yagudo_Guard', 270, _binary 0x00001D0800000000000000000000000000000000, 12, 12, 1, 240, 8, 1, 0, 0, 0, 3592, 131, 0, 0, _binary 0x0000000000000000), + (4422, 'Yagudo_Gyrovague', 270, _binary 0x0000230800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4423, 'Yagudo_Herald', 270, _binary 0x00001F0800000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 290, 131, 0, 0, _binary 0x0000000000000000), + (4424, 'Yagudo_Hierogrammat', 270, _binary 0x00003D0400000000000000000000000000000000, 4, 4, 9, 240, 8, 1, 0, 0, 0, 204, 133, 0, 0, _binary 0x6161616169610063), + (4425, 'Yagudo_High_Priest', 270, _binary 0x00005E0200000000000000000000000000000000, 3, 3, 3, 240, 16, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4426, 'Yagudo_Initiate', 270, _binary 0x0000450200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 151, 131, 0, 0, _binary 0x0000000000000000), + (4427, 'Yagudo_Inquisitor', 270, _binary 0x00001D0800000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 0, 0, 0, 132, 131, 0, 0, _binary 0x0000000000000000), + (4428, 'Yagudo_Interrogator', 270, _binary 0x00001C0800000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 0, 0, 0, 287, 131, 0, 0, _binary 0x0000000000000000), + (4429, 'Yagudo_Kapellmeister', 270, _binary 0x0000520200000000000000000000000000000000, 10, 10, 5, 240, 9, 1, 0, 0, 0, 111, 131, 0, 0, _binary 0x0000000000000000), + (4430, 'Yagudo_Knight_Templar', 270, _binary 0x00001D0800000000000000000000000000000000, 12, 12, 1, 240, 9, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4431, 'Yagudo_Lutenist', 270, _binary 0x0000510200000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (4432, 'Yagudo_Mendicant', 270, _binary 0x0000460200000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 65, 131, 0, 0, _binary 0x0000000000000000), + (4433, 'Yagudo_Missionary', 270, _binary 0x0000200800000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 27, 131, 0, 0, _binary 0x0000000000000000), + (4434, 'Yagudo_Muralist', 270, _binary 0x0000480200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 1165, 131, 0, 0, _binary 0x6161616169610063), + (4435, 'Yagudo_Neophyte', 270, _binary 0x0000230800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4436, 'Yagudo_Nokizaru', 270, _binary 0x0000210800000000000000000000000000000000, 13, 13, 2, 240, 8, 1, 0, 0, 0, 140, 133, 0, 0, _binary 0x0000000000000000), + (4437, 'Yagudo_Oracle', 270, _binary 0x0000540200000000000000000000000000000000, 15, 15, 6, 240, 1, 1, 0, 0, 0, 261, 131, 0, 0, _binary 0x0000000000000000), + (4438, 'Yagudo_Parasite', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 192, 131, 0, 0, _binary 0x0000000000000000), + (4439, 'Yagudo_Persecutor', 270, _binary 0x0000560200000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 0, 0, 0, 552, 131, 0, 0, _binary 0x0000000000000000), + (4440, 'Yagudo_Persecutor', 270, _binary 0x00001C0800000000000000000000000000000000, 12, 12, 1, 240, 1, 1, 0, 0, 0, 552, 131, 0, 0, _binary 0x0000000000000000), + (4441, 'Yagudo_Piper', 270, _binary 0x00004F0200000000000000000000000000000000, 10, 10, 5, 240, 1, 1, 0, 0, 0, 8, 131, 0, 0, _binary 0x0000000000000000), + (4442, 'Yagudo_Prelate', 270, _binary 0x00005D0200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 503, 131, 0, 0, _binary 0x6161616169610063), + (4443, 'Yagudo_Prelatess', 270, _binary 0x00005C0200000000000000000000000000000000, 4, 4, 5, 240, 9, 1, 0, 0, 0, 1881, 131, 0, 0, _binary 0x6161616169610063), + (4444, 'Yagudo_Priest', 270, _binary 0x0000470200000000000000000000000000000000, 3, 3, 3, 240, 1, 1, 0, 0, 0, 258, 131, 0, 0, _binary 0x1010101010105700), + (4445, 'Yagudo_Prior', 270, _binary 0x00005C0200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 291, 131, 0, 0, _binary 0x6161616169610063), + (4446, 'Yagudo_Prioress', 270, _binary 0x00005F0200000000000000000000000000000000, 15, 15, 6, 240, 8, 1, 0, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (4447, 'Yagudo_Pythoness', 270, _binary 0x00005F0200000000000000000000000000000000, 15, 15, 6, 240, 8, 1, 0, 0, 0, 709, 131, 0, 0, _binary 0x0000000000000000), + (4448, 'Yagudo_Scribe', 270, _binary 0x0000480200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 470, 131, 0, 0, _binary 0x6161616169610063), + (4449, 'Yagudo_Seminarian', 270, _binary 0x0000230800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4450, 'Yagudo_Sentinel', 270, _binary 0x0000230800000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 26, 131, 0, 0, _binary 0x0000000000000000), + (4451, 'Yagudo_Stormer', 270, _binary 0x0000290800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4452, 'Yagudo_Superior', 270, _binary 0x00003C0400000000000000000000000000000000, 15, 15, 6, 240, 8, 1, 0, 0, 0, 251, 133, 0, 0, _binary 0x0000000000000000), + (4453, 'Yagudo_s_Avatar', 34, _binary 0x0000170300000000000000000000000000000000, 4, 4, 7, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4454, 'Yagudo_s_Elemental', 99, _binary 0x00000A0000000000000000000000000000000000, 4, 4, 12, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4455, 'Yagudo_Templar', 270, _binary 0x00001D0800000000000000000000000000000000, 12, 12, 1, 240, 16, 1, 2, 0, 0, 349, 133, 0, 0, _binary 0x0000000000000000), + (4456, 'Yagudo_Theologist', 270, _binary 0x00004D0200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 259, 131, 0, 0, _binary 0x6161616169610063), + (4457, 'Yagudo_Transporter', 270, _binary 0x0000220800000000000000000000000000000000, 2, 2, 1, 240, 8, 1, 0, 0, 0, 3593, 131, 0, 0, _binary 0x0000000000000000), + (4458, 'Yagudo_Turret', 250, _binary 0x0000750800000000000000000000000000000000, 11, 11, 7, 240, 1, 1, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4459, 'Yagudo_Votary', 270, _binary 0x0000450200000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 296, 131, 0, 0, _binary 0x0000000000000000), + (4460, 'Yagudo_Yojimbo', 270, _binary 0x00001E0800000000000000000000000000000000, 12, 12, 1, 240, 8, 1, 0, 0, 0, 249, 133, 0, 0, _binary 0x0000000000000000), + (4461, 'Yagudo_Zealot', 270, _binary 0x0000230800000000000000000000000000000000, 2, 2, 1, 240, 1, 1, 0, 0, 0, 402, 131, 0, 0, _binary 0x0000000000000000), + (4462, 'Yali', 179, _binary 0x0000920100000000000000000000000000000000, 1, 1, 7, 360, 1, 1, 16, 0, 0, 4110, 133, 0, 0, _binary 0x0000000000000000), + (4463, 'Yallery_Brown', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 0, 0, 0, 441, 133, 0, 0, _binary 0x0000000000000000), + (4464, 'Yang', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 1, 16, 0, 32, 6, 159, 0, 0, _binary 0x0000000000000000), + (4465, 'Yanshaal', 149, _binary 0x0500A90700000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4466, 'Yara_Ma_Yha_Who', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 2, 1, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4467, 'Yarr_the_Pearleyed', 213, _binary 0x00002F0500000000000000000000000000000000, 3, 3, 3, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4468, 'Yazquhl', 149, _binary 0x01000A0100109F209F309F409F501A6100700000, 1, 1, 4, 240, 0, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4469, 'Yhalbin', 149, _binary 0x0500AB0700000000000000000000000000000000, 16, 16, 2, 240, 136, 1, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4470, 'Yhoator_Mandragora', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 113, 643, 0, 0, _binary 0x0000000000000000), + (4471, 'Yhoator_Wasp', 48, _binary 0x0000110100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 0, 0, 0, 191, 643, 0, 0, _binary 0x0000000000000000), + (4472, 'Yii_Haqi_the_Threnodist', 270, _binary 0x0000500200000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4473, 'Ying', 87, _binary 0x0000A40100000000000000000000000000000000, 1, 1, 12, 240, 8, 1, 16, 0, 32, 6, 159, 0, 0, _binary 0x0000000000000000), + (4474, 'Yoo_Mihi_the_Haze', 270, _binary 0x00004B0200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4475, 'Young_Behemoth', 51, _binary 0x0000940100000000000000000000000000000000, 1, 1, 6, 380, 9, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4476, 'Young_Opo-opo', 188, _binary 0x0000A00100000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 0, 0, 0, 237, 131, 0, 0, _binary 0x0000000000000000), + (4477, 'Young_Quadav', 202, _binary 0x0000860200000000000000000000000000000000, 1, 1, 2, 265, 0, 1, 0, 0, 0, 872, 129, 0, 0, _binary 0x0000000000000000), + (4478, 'Yowie', 210, _binary 0x00003D0100000000000000000000000000000000, 6, 6, 7, 220, 2, 1, 2, 0, 0, 309, 165, 0, 0, _binary 0x0000000000000000), + (4479, 'Yo_Bhu_Hideousmask', 202, _binary 0x0000860200000000000000000000000000000000, 1, 1, 4, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4480, 'Ypotryll', 58, _binary 0x0000470500000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4481, 'Yrvaulair_S_Cousseraux', 145, _binary 0x01000E03A410D920D930D940D950726100705880, 14, 7, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4482, 'Yuhtunga_Mandragora', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 7, 360, 0, 0, 0, 0, 0, 396, 643, 0, 0, _binary 0x0000000000000000), + (4483, 'Yukvok_of_Clan_Death', 189, _binary 0x0000720200000000000000000000000000000000, 11, 11, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4484, 'Yum_Kimil', 227, _binary 0x00007A0400000000000000000000000000000000, 4, 4, 5, 240, 6, 1, 2, 0, 0, 230, 131, 0, 0, _binary 0x6161616169610063), + (4485, 'Yuu_Mjuu_s_Elemental', 104, _binary 0x00000E0000000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4486, 'Yuu_Mjuu_the_Awakened', 270, _binary 0x00003C0400000000000000000000000000000000, 3, 15, 3, 240, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4487, 'Zagan_s_Wyvern', 193, _binary 0x0000F90200000000000000000000000000000000, 1, 1, 7, 200, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4488, 'Zagh', 55, _binary 0x0000BC0100000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 2, 0, 0, 6637, 149, 0, 0, _binary 0x0000000000000000), + (4489, 'Zahak', 164, _binary 0x0000040700000000000000000000000000000000, 1, 1, 7, 240, 129, 0, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4490, 'Zareehkl_the_Jubilant', 303, _binary 0x0600C50600000000000000000000000000000000, 8, 8, 5, 240, 200, 0, 2, 8, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4491, 'Zazalda_Clot', 67, _binary 0x0000260100000000000000000000000000000000, 1, 1, 11, 240, 132, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4492, 'Zazalda_Jagil', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 7, 240, 128, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4493, 'Zazarg', 146, _binary 0x01000F081A101D201D301D406E50846084700000, 2, 1, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4494, 'Za_Dha_Adamantking', 202, _binary 0x00000E0300000000000000000000000000000000, 1, 1, 1, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4495, 'Za_Dha_s_Biographer', 202, _binary 0x00001E0400000000000000000000000000000000, 4, 4, 6, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4496, 'Za_Dha_s_Minister', 202, _binary 0x00001F0400000000000000000000000000000000, 3, 3, 3, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4497, 'Zebra_Zachary', 70, _binary 0x0000210100000000000000000000000000000000, 1, 1, 11, 240, 9, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4498, 'Zeid', 147, _binary 0x0000030300000000000000000000000000000000, 8, 8, 4, 240, 16, 0, 16, 0, 32, 3122, 159, 0, 0, _binary 0x0000000000000000), + (4499, 'Ze_Vho_Fallsplitter', 202, _binary 0x00001D0400000000000000000000000000000000, 8, 8, 2, 265, 8, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4500, 'Zhadjaraf', 145, _binary 0x0500610700000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4501, 'Zhayolm_Apkallu', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 1, 380, 0, 1, 0, 0, 0, 298, 131, 0, 0, _binary 0x0000000000000000), + (4502, 'Zhuu_Buxu_the_Silent', 270, _binary 0x00004C0200000000000000000000000000000000, 13, 13, 2, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4503, 'Zikko', 165, _binary 0x0000BE0600000000000000000000000000000000, 4, 4, 7, 240, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4504, 'Zipacna', 135, _binary 0x0000B00100000000000000000000000000000000, 1, 1, 11, 320, 33, 0, 2, 0, 0, 20, 129, 0, 0, _binary 0x0000000000000000), + (4505, 'Ziphius', 197, _binary 0x00005C0100000000000000000000000000000000, 1, 1, 7, 240, 128, 1, 2, 0, 32, 5580, 153, 0, 0, _binary 0x0000000000000000), + (4506, 'Zircon_Quadav', 202, _binary 0x0000950200000000000000000000000000000000, 4, 4, 5, 265, 2, 1, 0, 0, 0, 126, 131, 0, 0, _binary 0x6161616169610063), + (4507, 'Ziryu', 258, _binary 0x0000A80100000000000000000000000000000000, 4, 5, 7, 240, 128, 1, 16, 0, 0, 1466, 133, 0, 0, _binary 0x6161616169610063), + (4508, 'Ziz', 70, _binary 0x0000210100000000000000000000000000000000, 1, 1, 11, 240, 9, 0, 1, 0, 0, 298, 131, 0, 0, _binary 0x0000000000000000), + (4509, 'Zizzy_Zillah', 70, _binary 0x0000210100000000000000000000000000000000, 1, 1, 5, 240, 9, 0, 2, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4510, 'Zi_Bhe_Gauntletkeeper', 202, _binary 0x00009D0200000000000000000000000000000000, 1, 1, 7, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4511, 'Zi_Ghi_Boneeater', 202, _binary 0x0000870200000000000000000000000000000000, 7, 7, 4, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4512, 'Zjaa_Bao_the_Wrathherald', 270, _binary 0x0000210800000000000000000000000000000000, 1, 1, 7, 240, 8, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4513, 'Zlatorog', 208, _binary 0x0000580100000000000000000000000000000000, 1, 1, 7, 320, 13, 1, 16, 0, 32, 799, 159, 0, 0, _binary 0x0000000000000000), + (4514, 'Zmag_Ognjeni_Vuk', 132, _binary 0x0000F10700000000000000000000000000000000, 2, 2, 1, 240, 137, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4515, 'Zolku-Azolku', 153, _binary 0x01000D05CD10BA20BA30BA40BA50316100000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4516, 'Zombie', 227, _binary 0x0000340200000000000000000000000000000000, 1, 1, 5, 240, 6, 0, 0, 0, 0, 555, 131, 0, 0, _binary 0x0000000000000000), + (4517, 'Zonpa-Zippa', 153, _binary 0x01000A0577107C20693069406950000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4518, 'Zoraal_Ja_s_Pkuucha', 72, _binary 0x0000B80600000000000000000000000000000000, 5, 5, 2, 220, 8, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4519, 'Zoredonite', 251, _binary 0x0000510500000000000000000000000000000000, 7, 7, 7, 290, 128, 0, 2, 0, 0, 503, 647, 0, 0, _binary 0x0000000000000000), + (4520, 'Zo_Bha_Helmkeeper', 202, _binary 0x00009E0200000000000000000000000000000000, 5, 5, 7, 265, 128, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4521, 'Zo_Dhu_Legslicer', 202, _binary 0x0000970200000000000000000000000000000000, 3, 3, 3, 265, 2, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4522, 'Zo_Khu_Blackcloud', 202, _binary 0x00009D0200000000000000000000000000000000, 4, 4, 5, 265, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4523, 'Zu', 55, _binary 0x0000BD0100000000000000000000000000000000, 1, 1, 2, 240, 0, 1, 1, 0, 0, 336, 131, 0, 0, _binary 0x0000000000000000), + (4524, 'Zurmurwur_the_Ruthless', 246, _binary 0x0600930600000000000000000000000000000000, 8, 8, 5, 280, 12, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4525, 'Zuug_the_Shoreleaper', 213, _binary 0x0000200500000000000000000000000000000000, 14, 14, 1, 240, 2, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4526, 'Zuu_Xowu_the_Darksmoke', 270, _binary 0x0000480200000000000000000000000000000000, 4, 4, 5, 240, 1, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4527, 'Livid_Seether', 220, _binary 0x0000000000000000000000000000000000000000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4528, 'Tempest_Tigon', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4529, 'Duke_Decapod', 0, _binary 0x0000000000000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4530, 'Blazedrake', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4531, 'Aqueduct_Spider', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4532, 'Darner', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4533, 'Vermes_Carnium', 0, _binary 0x00000EC070000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4534, 'Thalassinon', 2, _binary 0x0000900100000000000000000000000000000000, 1, 1, 7, 380, 2, 1, 16, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4535, 'Wiederganger', 74, _binary 0x0000540500000000000000000000000000000000, 4, 2, 1, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4536, 'Nematocerar', 131, _binary 0x0000DC0700000000000000000000000000000000, 6, 6, 2, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4537, 'Bog_Body', 203, _binary 0x0000EE0600000000000000000000000000000000, 8, 8, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4538, 'Bhumi', 321, _binary 0x00001A0300000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4539, 'Usurper', 0, _binary 0x0000000000000000000000000000000000000000, 8, 8, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4540, 'Yearner', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4541, 'Hungerer', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4542, 'Halimede', 0, _binary 0x00004C0900000000000000000000000000000000, 5, 4, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4543, 'Vetehinen', 0, _binary 0x00004D0900000000000000000000000000000000, 5, 5, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4544, 'Ophanim', 139, _binary 0x0000800100000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4545, 'Cannered_Noz', 91, _binary 0x0000A70800000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4546, 'Treble_Noctules', 47, _binary 0x0000070100000000000000000000000000000000, 8, 8, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4547, 'Gancanagh', 178, _binary 0x0000490900000000000000000000000000000000, 2, 2, 1, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4548, 'Hedetet', 217, _binary 0x0000C30800000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4549, 'Abas', 98, _binary 0x0000460500000000000000000000000000000000, 4, 4, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4550, 'Alectryon', 70, _binary 0x0000200100000000000000000000000000000000, 1, 8, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4551, 'Tefenet', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4552, 'Muscaliet', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4553, 'Lachrymater', 256, _binary 0x0000580400000000000000000000000000000000, 4, 8, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4554, 'Chloris', 178, _binary 0x0000350800000000000000000000000000000000, 5, 5, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4555, 'Glavoid', 0, _binary 0x0000ED0700000000000000000000000000000000, 8, 4, 7, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4556, 'Lacovie', 2, _binary 0x0000480900000000000000000000000000000000, 4, 5, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4557, 'Cuelebre', 259, _binary 0x0000620200000000000000000000000000000000, 1, 5, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4558, 'Mictlantecuhtli', 74, _binary 0x0000540500000000000000000000000000000000, 4, 1, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4559, 'Chukwa', 2, _binary 0x0000900100000000000000000000000000000000, 1, 4, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4560, 'Minhocao', 0, _binary 0x0000ED0700000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4561, 'Adze', 131, _binary 0x0000DC0700000000000000000000000000000000, 6, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4562, 'Quetzalli', 280, _binary 0x0000510100000000000000000000000000000000, 3, 4, 11, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4563, 'Manananggal', 203, _binary 0x0000EE0600000000000000000000000000000000, 8, 6, 2, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4564, 'Myrmecoleon', 26, _binary 0x0000440500000000000000000000000000000000, 1, 8, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4565, 'Ambuscader_Antlion', 0, _binary 0x0000000000000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4566, 'Iratham', 0, _binary 0x0000A50800000000000000000000000000000000, 4, 1, 12, 240, 0, 0, 2, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4577, 'Snaggletooth_Peapuk', 198, _binary 0x0000D10600000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4578, 'Mourning_Crawler', 79, _binary 0x00008D0100000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4579, 'Pygmytoise', 275, _binary 0x00004E0900000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4580, 'Boulder_Eater', 276, _binary 0x0000580900000000000000000000000000000000, 1, 1, 6, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4581, 'Pet_Fenrir', 36, _binary 0x0000110000000000000000000000000000000000, 5, 1, 3, 280, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4582, 'Pet_Ifrit', 38, _binary 0x0000120000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4583, 'Pet_Titan', 45, _binary 0x0000130000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4584, 'Pet_Leviathan', 40, _binary 0x0000140000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4585, 'Pet_Garuda', 37, _binary 0x0000150000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4586, 'Pet_Shiva', 44, _binary 0x0000160000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4587, 'Pet_Ramuh', 43, _binary 0x0000170000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4588, 'Pet_Carbuncle', 34, _binary 0x0000100000000000000000000000000000000000, 3, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4589, 'Pet_Alexander', 33, _binary 0x00001B0000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4590, 'Pet_Diabolos', 35, _binary 0x0000190000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4591, 'Pet_Odin', 41, _binary 0x00001A0000000000000000000000000000000000, 4, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x6161616169610063), + (4592, 'Pet_Wyvern', 193, _binary 0x0000180000000000000000000000000000000000, 14, 1, 12, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4593, 'Shadow_Lord', 225, _binary 0x0000160300000000000000000000000000000000, 8, 4, 4, 240, 1, 0, 18, 0, 0, 1516, 131, 0, 0, _binary 0x0000000000000000), + (4594, 'Wulgaru', 302, _binary 0x0000F20600000000000000000000000000000000, 8, 4, 4, 240, 24, 0, 2, 247, 32, 1909, 157, 0, 0, _binary 0x0000000000000000), + (4641, 'Pet_Hare_Familiar', 206, _binary 0x00000C0100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 8, 0, 0, 80, 129, 0, 0, _binary 0x0000000000000000), + (4595, 'Pet_Keeneared_Steffi', 206, _binary 0x00000D0100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 311, 1155, 0, 0, _binary 0x0000000000000000), + (4596, 'Pet_Mayfly_Familiar', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 8, 0, 0, 645, 131, 0, 0, _binary 0x0000000000000000), + (4597, 'Pet_Shellbuster_Orob', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 645, 131, 0, 0, _binary 0x0000000000000000), + (4598, 'Pet_Sheep_Familiar', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 8, 0, 0, 385, 129, 0, 0, _binary 0x0000000000000000), + (4599, 'Pet_Lullaby_Melodia', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 337, 133, 0, 0, _binary 0x0000000000000000), + (4600, 'Pet_Lizard_Familiar', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 8, 0, 0, 152, 129, 0, 0, _binary 0x0000000000000000), + (4601, 'Pet_Coldblood_Como', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 152, 129, 0, 0, _binary 0x0000000000000000), + (4602, 'Pet_Flowerpot_Bill', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 8, 300, 0, 0, 8, 0, 0, 396, 643, 0, 0, _binary 0x0000000000000000), + (4603, 'Pet_Flowerpot_Ben', 178, _binary 0x00002C0100000000000000000000000000000000, 2, 2, 8, 300, 0, 0, 8, 0, 0, 396, 643, 0, 0, _binary 0x0000000000000000), + (4604, 'Pet_Tiger_Familiar', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 7, 240, 0, 0, 8, 0, 0, 395, 131, 0, 0, _binary 0x0000000000000000), + (4605, 'Pet_Saber_Siravarde', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 395, 131, 0, 0, _binary 0x0000000000000000), + (4606, 'Pet_Beetle_Familiar', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 7, 240, 0, 0, 8, 0, 0, 1676, 131, 0, 0, _binary 0x0000000000000000), + (4607, 'Pet_Panzer_Galahad', 49, _binary 0x0000980100000000000000000000000000000000, 7, 7, 8, 240, 0, 0, 8, 0, 0, 1676, 131, 0, 0, _binary 0x0000000000000000), + (4608, 'Pet_Crafty_Clyvonne', 71, _binary 0x00006F0100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 85, 131, 0, 0, _binary 0x0000000000000000), + (4609, 'Pet_Bloodclaw_Shasra', 71, _binary 0x0000C60800000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4610, 'Pet_Crab_Familiar', 77, _binary 0x0000640100000000000000000000000000000000, 7, 7, 7, 240, 0, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4611, 'Pet_Courier_Carrie', 77, _binary 0x0000680100000000000000000000000000000000, 7, 7, 8, 240, 0, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4612, 'Pet_Lucky_Lulush', 206, _binary 0x00000E0100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 555, 133, 0, 0, _binary 0x0000000000000000), + (4613, 'Pet_Fatso_Fargann', 172, _binary 0x0000140100000000000000000000000000000000, 1, 1, 10, 240, 0, 0, 8, 0, 0, 117, 643, 0, 0, _binary 0x0000000000000000), + (4614, 'Pet_Funguar_Familiar', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 9, 240, 0, 0, 8, 0, 0, 310, 1157, 0, 0, _binary 0x0000000000000000), + (4615, 'Pet_Discreet_Louise', 116, _binary 0x0000780100000000000000000000000000000000, 1, 1, 11, 240, 0, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4616, 'Pet_Homunculus', 178, _binary 0x00002D0100000000000000000000000000000000, 2, 2, 9, 300, 0, 0, 8, 0, 0, 133, 1155, 0, 0, _binary 0x0000000000000000), + (4617, 'Pet_Swift_Sieghard', 210, _binary 0x00003C0100000000000000000000000000000000, 1, 1, 9, 240, 0, 0, 8, 0, 0, 165, 131, 0, 0, _binary 0x0000000000000000), + (4618, 'Pet_Amigo_Sabotender', 212, _binary 0x0000740100000000000000000000000000000000, 1, 1, 9, 240, 0, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4619, 'Pet_Flytrap_Familiar', 114, _binary 0x0000410500000000000000000000000000000000, 5, 5, 7, 200, 0, 0, 8, 0, 0, 396, 131, 0, 0, _binary 0x7070707074701662), + (4620, 'Pet_Voracious_Audrey', 114, _binary 0x0000410500000000000000000000000000000000, 5, 5, 8, 200, 0, 0, 8, 0, 0, 396, 131, 0, 0, _binary 0x7070707074701662), + (4621, 'Pet_Eft_Familiar', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 0, 0, 8, 0, 0, 496, 1155, 0, 0, _binary 0x0000000000000000), + (4622, 'Pet_Ambusher_Allie', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 0, 0, 8, 0, 0, 442, 133, 0, 0, _binary 0x0000000000000000), + (4623, 'Pet_Mite_Familiar', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 8, 210, 0, 0, 8, 0, 0, 131, 643, 0, 0, _binary 0x0000000000000000), + (4624, 'Pet_Lifedrinker_Lars', 81, _binary 0x0000490500000000000000000000000000000000, 8, 8, 9, 210, 0, 0, 8, 0, 0, 131, 643, 0, 0, _binary 0x0000000000000000), + (4625, 'Pet_Antlion_Familiar', 26, _binary 0x0000430500000000000000000000000000000000, 8, 8, 8, 240, 0, 0, 8, 0, 0, 337, 133, 0, 0, _binary 0x0000000000000000), + (4626, 'Pet_Chopsuey_Chucky', 26, _binary 0x0000430500000000000000000000000000000000, 8, 8, 9, 240, 0, 0, 8, 0, 0, 337, 133, 0, 0, _binary 0x0000000000000000), + (4627, 'Pet_Dipper_Yuly', 170, _binary 0x0000E20700000000000000000000000000000000, 6, 6, 7, 130, 0, 0, 8, 0, 0, 26, 643, 0, 0, _binary 0x0000000000000000), + (4628, 'Pet_Flowerpot_Merle', 178, _binary 0x0000C70800000000000000000000000000000000, 2, 2, 8, 300, 0, 0, 8, 0, 0, 605, 129, 0, 0, _binary 0x0000000000000000), + (4629, 'Pet_Nursery_Nazuna', 226, _binary 0x0000540100000000000000000000000000000000, 1, 1, 9, 240, 0, 0, 8, 0, 0, 449, 129, 0, 0, _binary 0x0000000000000000), + (4630, 'Pet_Mailbuster_Cetas', 113, _binary 0x0000C00100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 179, 133, 0, 0, _binary 0x0000000000000000), + (4631, 'Pet_Audacious_Anna', 174, _binary 0x0000480100000000000000000000000000000000, 1, 1, 8, 240, 0, 0, 8, 0, 0, 552, 131, 0, 0, _binary 0x0000000000000000), + (4632, 'Pet_Presto_Julio', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 0, 0, 8, 0, 0, 99, 131, 0, 0, _binary 0x0000000000000000), + (4633, 'Pet_Bugeyed_Broncha', 98, _binary 0x0000450500000000000000000000000000000000, 1, 1, 8, 210, 0, 0, 8, 0, 0, 2025, 133, 0, 0, _binary 0x0000000000000000), + (4634, 'Pet_Gooey_Gerard', 231, _binary 0x0000E50700000000000000000000000000000000, 1, 1, 9, 240, 0, 0, 8, 0, 0, 448, 643, 0, 0, _binary 0x0000000000000000), + (4635, 'Pet_Gorefang_Hobs', 242, _binary 0x0000C80800000000000000000000000000000000, 1, 1, 10, 240, 0, 0, 8, 0, 0, 133, 131, 0, 0, _binary 0x0000000000000000), + (4636, 'Pet_Faithful_Falcorr', 140, _binary 0x0000C10800000000000000000000000000000000, 6, 6, 7, 150, 0, 0, 8, 0, 0, 622, 131, 0, 0, _binary 0x0000000000000000), + (4637, 'Pet_Crude_Raphie', 2, _binary 0x0000900100000000000000000000000000000000, 7, 7, 9, 340, 0, 0, 8, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4638, 'Pet_Dapper_Mac', 27, _binary 0x0000BB0600000000000000000000000000000000, 2, 2, 8, 340, 0, 0, 8, 0, 0, 660, 1155, 0, 0, _binary 0x0000000000000000), + (4639, 'Pet_Slippery_Silas', 196, _binary 0x0000BF0800000000000000000000000000000000, 15, 15, 8, 150, 0, 0, 8, 0, 0, 1117, 129, 0, 0, _binary 0x0000000000000000), + (4640, 'Pet_Turbid_Toloi', 197, _binary 0x00005D0100000000000000000000000000000000, 1, 1, 10, 240, 0, 0, 8, 0, 0, 367, 131, 0, 0, _binary 0x0000000000000000), + (4642, 'Shiva_Prime', 319, _binary 0x00001D0300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4643, 'Ramuh_Prime', 320, _binary 0x00001E0300000000000000000000000000000000, 1, 1, 12, 240, 40, 1, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4644, 'Titan_Prime', 321, _binary 0x00001A0300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4645, 'Ifrit_Prime', 322, _binary 0x0000190300000000000000000000000000000000, 1, 1, 5, 240, 40, 1, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4646, 'Leviathan_Prime', 323, _binary 0x00001B0300000000000000000000000000000000, 1, 1, 8, 240, 40, 1, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4647, 'Garuda_Prime', 324, _binary 0x00001C0300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 1, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4648, 'Fenrir_Prime', 325, _binary 0x0000180300000000000000000000000000000000, 1, 1, 6, 240, 40, 1, 2, 0, 32, 1417, 155, 0, 0, _binary 0x0000000000000000), + (4649, 'Vanguard_Dragontamer', 270, _binary 0x0000360400000000000000000000000000000000, 14, 1, 9, 240, 16, 1, 16, 0, 0, 0, 3, 0, 0, _binary 0x0000000000000000), + (4650, 'Fomor_Thief', 115, _binary 0x0500520700000000000000000000000000000000, 6, 6, 2, 240, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (4651, 'Qn_aern_whm', 3, _binary 0x00005E0500000000000000000000000000000000, 3, 3, 4, 240, 0, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x7070707074701662), + (4652, 'FeywealdSaplin', 216, _binary 0x0000880100000000000000000000000000000000, 1, 1, 7, 240, 0, 1, 0, 0, 0, 449, 129, 0, 0, _binary 0x0000000000000000), + (4653, 'Ashmaker_Gotblut', 189, _binary 0x0000190400000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 0, 0, _binary 0x6161616169610063), + (4654, 'ProvenanceW', 262, _binary 0x00000A0800000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 1, 0, _binary 0x6161616169610063), + (4657, 'Melusine', 195, _binary 0x0000EE0700000000000000000000000000000000, 3, 3, 7, 240, 0, 0, 0, 0, 0, 4421, 513, 0, 0, _binary 0x1010101010105700), + (4658, 'Myradrosh', 72, _binary 0x0000B50800000000000000000000000000000000, 5, 5, 2, 220, 0, 0, 1, 0, 0, 99, 131, 0, 0, _binary 0x7070707074701662), + (4655, 'Goblintrap', 114, _binary 0x0000410500000000000000000000000000000000, 1, 1, 8, 200, 128, 0, 1, 0, 0, 291, 131, 0, 0, _binary 0x0000000000000000), + (4656, 'Cottus', 328, _binary 0x0000E30200000000000000000000000000000000, 9, 9, 5, 240, 8, 1, 0, 0, 0, 79, 131, 0, 0, _binary 0x0000000000000000), + (4659, 'Kf_ghrah_blm', 122, _binary 0x0600910400000000000000000000000000000000, 1, 1, 7, 220, 9, 1, 2, 0, 0, 0, 0, 0, 1, _binary 0x0000000000000000), + (4660, 'Ix_aern_drk', 3, _binary 0x0000570500000000000000000000000000000000, 8, 8, 1, 200, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4661, 'Ix_aern_mnk', 3, _binary 0x0000570500000000000000000000000000000000, 2, 2, 1, 180, 9, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4662, 'Svarbhanu', 87, _binary 0x0000A40100000000000000000000000000000000, 3, 3, 11, 240, 16, 1, 0, 0, 0, 0, 0, 0, 0, _binary 0x1010101010105700), + (4663, 'Rukh', 0, _binary 0x00000D0800000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 1, 0, _binary 0x6161616169610063), + (4664, 'Asb', 0, _binary 0x00000E0800000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 1, 0, _binary 0x6161616169610063), + (4665, 'Sarbaz', 0, _binary 0x00000F0800000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 1, 0, _binary 0x6161616169610063), + (4666, 'Wazir', 0, _binary 0x00002D0800000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 1, 0, _binary 0x6161616169610063), + (4667, 'Shah', 0, _binary 0x00002E0800000000000000000000000000000000, 4, 4, 5, 240, 12, 1, 0, 0, 0, 290, 1155, 1, 0, _binary 0x6161616169610063), + (4668, 'Morta', 0, _binary 0x00002B0800000000000000000000000000000000, 6, 6, 2, 240, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (4669, 'Bismark', 0, _binary 0x00002C0800000000000000000000000000000000, 6, 6, 2, 240, 192, 1, 0, 0, 0, 6, 131, 0, 0, _binary 0x0000000000000000), + (4670, 'Sturm', 142, _binary 0x00006C0100000000000000000000000000000000, 6, 6, 1, 240, 128, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4671, 'Taifun', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 1, 240, 128, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000), + (4672, 'Trombe', 242, _binary 0x0000340100000000000000000000000000000000, 1, 1, 1, 240, 128, 1, 2, 0, 0, 0, 0, 0, 0, _binary 0x0000000000000000); +/*!40000 ALTER TABLE `mob_pools` ENABLE KEYS */; +/*!40014 SET FOREIGN_KEY_CHECKS=1 */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; Index: sql/mob_spawn_points.sql =================================================================== --- sql/mob_spawn_points.sql (revision 2745) +++ sql/mob_spawn_points.sql (working copy) @@ -1,47428 +1,47006 @@ -/* -MySQL Data Transfer -Source Host: localhost -Source Database: dspdb -Target Host: localhost -Target Database: dspdb -Date: 2/21/2013 4:19:15 PM -*/ +-- -------------------------------------------------------- +-- Host: 127.0.0.1 +-- Server version: 5.5.28-log - MySQL Community Server (GPL) +-- Server OS: Win64 +-- HeidiSQL version: 7.0.0.4053 +-- Date/time: 2013-02-27 14:29:35 +-- -------------------------------------------------------- -SET FOREIGN_KEY_CHECKS=0; --- ---------------------------- --- Table structure for mob_spawn_points --- ---------------------------- -DROP TABLE IF EXISTS `mob_spawn_points`; -CREATE TABLE `mob_spawn_points` ( - `mobid` int(10) NOT NULL, - `mobname` varchar(24) DEFAULT NULL, - `groupid` int(10) unsigned NOT NULL DEFAULT '0', - `pos_x` float(7,3) NOT NULL DEFAULT '0.000', - `pos_y` float(7,3) NOT NULL DEFAULT '0.000', - `pos_z` float(7,3) NOT NULL DEFAULT '0.000', - `pos_rot` tinyint(3) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`mobid`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 AVG_ROW_LENGTH=33; - --- ---------------------------- --- Records --- ---------------------------- -INSERT INTO `mob_spawn_points` VALUES ('16781313', 'Snipper', '9', '-6.482', '-3.250', '15.208', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16781314', 'Snipper', '9', '-4.696', '-3.250', '14.614', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16781315', 'Big_Jaw', '2', '2.069', '-3.250', '15.170', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16781316', 'Fishtrap', '3', '-4.425', '-3.250', '15.175', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16781317', 'Protozoan', '8', '-4.756', '-3.250', '15.154', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16781318', 'Aipaloovik', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16781319', 'Thickshell', '11', '0.500', '-2.890', '8.324', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16781320', 'Giant_Pugil', '5', '1.412', '-2.630', '4.838', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16781321', 'Flytrap', '4', '0.048', '-2.891', '8.345', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16781322', 'Flytrap', '4', '-7.286', '-2.100', '-11.850', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16781323', 'Ooze', '6', '0.290', '-3.072', '13.613', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16781324', 'Thunder_Elemental', '12', '-2.211', '-3.082', '13.667', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16781325', 'Water_Elemental', '14', '-0.557', '-3.007', '9.753', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16781326', 'Vodyanoi', '13', '-2.032', '-3.010', '9.679', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16781327', 'Stubborn_Dredvodd', '10', '-8.187', '-2.500', '-2.242', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16781328', 'Orcs_Wyvern', '7', '-7.120', '-2.500', '-2.167', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16785409', 'Snipper', '49', '-137.041', '-2.468', '60.478', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16785410', 'Triangle_Crab', '58', '-302.990', '-2.478', '505.966', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16785411', 'Clipper', '20', '-304.842', '-2.469', '503.888', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16785412', 'Greater_Pugil', '32', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16785413', 'Greater_Pugil', '32', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16785414', 'Beady_Beetle', '16', '-464.334', '-5.733', '560.188', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16785415', 'Beady_Beetle', '16', '-437.388', '-6.613', '620.786', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16785416', 'Poison_Funguar', '46', '-426.143', '-10.551', '575.439', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16785417', 'Poison_Funguar', '46', '-433.717', '-6.324', '619.831', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16785418', 'Poison_Funguar', '46', '-481.440', '-7.758', '558.733', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16785419', 'Poison_Funguar', '46', '-464.457', '-6.306', '565.127', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16785420', 'Poison_Funguar', '46', '-489.261', '-9.881', '566.951', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16785421', 'Specter_Bat', '50', '-389.435', '-6.159', '482.650', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16785422', 'Specter_Bat', '50', '-414.363', '-7.640', '509.791', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16785423', 'Bulldog_Bats', '18', '-386.536', '-6.130', '514.231', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16785424', 'Bulldog_Bats', '18', '-453.944', '-9.202', '568.941', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16785425', 'Digger_Wasp', '23', '-391.527', '-6.185', '480.265', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16785426', 'Digger_Wasp', '23', '-450.383', '-6.605', '562.573', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16785427', 'Digger_Wasp', '23', '-464.051', '-6.306', '564.839', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16785428', 'Digger_Wasp', '23', '-437.986', '-6.894', '515.911', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16785429', 'Digger_Wasp', '23', '-409.341', '-9.618', '479.896', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16785430', 'Digger_Wasp', '23', '-430.105', '-10.071', '508.206', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16785431', 'Digger_Wasp', '23', '-438.187', '-7.593', '513.376', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16785432', 'Glide_Bomb', '31', '-439.283', '-6.633', '556.400', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16785433', 'Thunder_Elemental', '55', '-385.271', '-6.864', '525.519', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16785434', 'Beady_Beetle', '16', '-335.949', '-5.719', '478.649', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16785435', 'Beady_Beetle', '16', '-321.216', '-2.922', '491.995', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16785436', 'Beady_Beetle', '16', '-342.956', '-2.937', '566.254', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16785437', 'Beady_Beetle', '16', '-365.883', '-7.865', '560.624', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16785438', 'Flytrap', '26', '-350.668', '-5.621', '578.519', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16785439', 'Flytrap', '26', '-363.202', '-6.899', '565.777', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16785440', 'Orcish_Grunt', '39', '-359.144', '-7.524', '584.733', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16785441', 'Orcish_Stonechucker', '42', '-368.445', '-8.333', '556.915', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16785442', 'Orcish_Neckchopper', '40', '-354.621', '-6.437', '602.234', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16785443', 'Beady_Beetle', '16', '-339.997', '-8.971', '612.350', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16785444', 'Flytrap', '26', '-307.765', '-3.949', '641.184', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16785445', 'Flytrap', '26', '-306.766', '-3.549', '607.559', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16785446', 'Orcish_Grunt', '39', '-325.589', '-5.086', '593.002', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16785447', 'Orcish_Stonechucker', '42', '-333.378', '-7.103', '608.361', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16785448', 'Orcish_Neckchopper', '40', '-316.529', '-3.861', '589.973', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16785449', 'Poison_Funguar', '46', '-327.533', '-6.910', '623.093', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16785450', 'Poison_Funguar', '46', '-329.237', '-9.500', '643.018', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16785451', 'Beady_Beetle', '16', '-399.799', '-9.676', '471.544', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16785452', 'Beady_Beetle', '16', '-402.209', '-6.799', '486.158', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16785453', 'Beady_Beetle', '16', '-348.590', '-3.305', '517.342', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16785454', 'Beady_Beetle', '16', '-375.517', '-6.626', '488.461', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16785455', 'Beady_Beetle', '16', '-370.762', '-5.991', '499.119', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16785456', 'Beady_Beetle', '16', '-352.169', '-4.296', '525.040', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16785457', 'Orcish_Grunt', '39', '-452.212', '-7.247', '566.750', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16785458', 'Orcish_Stonechucker', '42', '-411.333', '-6.253', '514.804', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16785459', 'Orcish_Neckchopper', '40', '-380.643', '-5.788', '482.517', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16785460', 'Land_Pugil', '34', '-307.527', '-2.518', '632.049', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16785461', 'Water_Elemental', '59', '-311.574', '-2.599', '589.306', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16785462', 'Land_Pugil', '34', '-313.397', '-2.230', '584.863', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16785463', 'Water_Elemental', '59', '-338.290', '-4.719', '589.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16785464', 'Land_Pugil', '34', '-349.544', '-4.409', '510.372', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16785465', 'Land_Pugil', '34', '-344.846', '-3.198', '501.799', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16785466', 'Stag_Beetle', '54', '-218.935', '-7.296', '104.965', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16785467', 'Stag_Beetle', '54', '-246.624', '-8.421', '74.547', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16785468', 'Battrap', '15', '-248.427', '-8.431', '88.221', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16785469', 'Battrap', '15', '-237.978', '-6.095', '92.375', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16785470', 'Battrap', '15', '-235.010', '-9.578', '70.093', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16785471', 'Battrap', '15', '-216.748', '-6.218', '92.468', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16785472', 'Orcish_Fighter', '38', '-238.191', '-6.130', '92.944', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16785473', 'Orcish_Cursemaker', '37', '-195.146', '-5.524', '107.354', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16785474', 'Orcish_Serjeant', '41', '-185.002', '-3.777', '97.356', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16785475', 'Stag_Beetle', '54', '-195.852', '-6.068', '50.289', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16785476', 'Ghoul', '29', '-208.157', '-8.963', '32.215', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16785477', 'Battrap', '15', '-190.561', '-6.062', '47.356', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16785478', 'Battrap', '15', '-216.384', '-9.797', '63.080', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16785479', 'Orcish_Fighter', '38', '-198.771', '-6.156', '30.383', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16785480', 'Orcish_Cursemaker', '37', '-177.345', '-5.598', '45.523', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16785481', 'Orcish_Serjeant', '41', '-178.475', '-5.576', '43.545', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16785482', 'Ghoul', '30', '-228.107', '-8.897', '70.026', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16785483', 'Stag_Beetle', '54', '-196.100', '-6.508', '1.276', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16785484', 'Stag_Beetle', '54', '-155.465', '-7.625', '-6.708', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16785485', 'Stag_Beetle', '54', '-158.532', '-6.073', '5.699', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16785486', 'Battrap', '15', '-145.154', '-3.113', '13.601', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16785487', 'Battrap', '15', '-193.680', '-6.549', '5.105', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16785488', 'Orcish_Fighter', '38', '-162.352', '-8.415', '-5.296', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16785489', 'Orcish_Serjeant', '41', '-188.867', '-6.357', '12.107', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16785490', 'Stag_Beetle', '54', '-160.465', '-5.211', '45.835', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16785491', 'Battrap', '15', '-146.437', '-2.583', '40.065', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16785492', 'Battrap', '15', '-154.466', '-4.559', '29.836', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16785493', 'Stag_Beetle', '54', '-250.683', '-9.745', '-38.160', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16785494', 'Ghoul', '29', '-238.460', '-5.914', '-23.102', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16785495', 'Battrap', '15', '-233.781', '-7.252', '-33.852', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16785496', 'Battrap', '15', '-230.843', '-9.683', '-41.461', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16785497', 'Ghoul', '30', '-239.034', '-6.424', '-34.668', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16785498', 'Thunder_Elemental', '55', '-249.785', '-8.286', '-59.781', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16785499', 'Marsh_Funguar', '35', '-232.077', '-7.548', '-49.582', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16785500', 'Marsh_Funguar', '35', '-230.106', '-9.410', '-71.125', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16785501', 'Stag_Beetle', '54', '-232.913', '-6.581', '-101.839', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16785502', 'Stag_Beetle', '54', '-239.637', '-6.379', '-87.761', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16785503', 'Ghoul', '29', '-200.922', '-5.552', '58.787', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16785504', 'Will-o-the-Wisp', '63', '-253.399', '-5.968', '-122.636', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16785505', 'Battrap', '15', '-235.444', '-6.667', '-90.875', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16785506', 'Battrap', '15', '-271.489', '-8.713', '-70.236', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16785507', 'Orcish_Fighter', '38', '-245.291', '-8.244', '-126.324', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16785508', 'Orcish_Cursemaker', '37', '-282.015', '-5.977', '-102.919', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16785509', 'Ghoul', '30', '-248.942', '-6.209', '-120.169', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16785510', 'Forest_Tiger', '27', '-264.448', '-6.789', '-83.638', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16785511', 'Forest_Tiger', '27', '-277.310', '-6.487', '-79.704', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16785512', 'Stag_Beetle', '54', '-329.283', '-9.398', '-80.276', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16785513', 'Marsh_Funguar', '35', '-313.305', '-7.808', '-70.286', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16785514', 'Marsh_Funguar', '35', '-299.195', '-6.382', '-81.654', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16785515', 'Thunder_Elemental', '55', '-305.662', '-6.703', '-85.943', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16785516', 'Stag_Beetle', '54', '-201.663', '-9.517', '-110.325', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16785517', 'Battrap', '15', '-192.561', '-6.214', '-115.744', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16785518', 'Battrap', '15', '-211.446', '-8.049', '-127.191', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16785519', 'Fosse_Pugil', '28', '-191.942', '-4.888', '120.563', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16785520', 'Fosse_Pugil', '28', '-179.426', '-3.962', '55.459', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16785521', 'Water_Elemental', '59', '-183.668', '-3.833', '58.717', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16785522', 'Fosse_Pugil', '28', '-149.339', '-3.472', '-1.601', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16785523', 'Water_Elemental', '59', '-150.286', '-4.698', '13.489', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16785524', 'Fosse_Pugil', '28', '-194.156', '-5.367', '-121.381', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16785525', 'Water_Elemental', '59', '-167.507', '-2.253', '-140.955', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16785526', 'Stag_Beetle', '54', '-273.997', '-6.888', '58.618', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16785527', 'Stag_Beetle', '54', '-305.001', '-8.283', '68.216', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16785528', 'Stag_Beetle', '54', '-304.607', '-8.240', '68.541', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16785529', 'Spider_Wasp', '51', '-337.680', '-6.887', '-155.193', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16785530', 'Spider_Wasp', '51', '-338.018', '-5.977', '-191.210', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16785531', 'Stag_Beetle', '54', '-337.556', '-5.549', '-181.870', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16785532', 'Stag_Beetle', '54', '-293.595', '-8.528', '-170.716', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16785533', 'Stag_Beetle', '54', '-297.509', '-8.315', '-171.651', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16785534', 'Stag_Beetle', '54', '-298.379', '-8.705', '-177.242', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16785535', 'Marsh_Funguar', '35', '-364.036', '-7.322', '-223.420', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16785536', 'Spider_Wasp', '51', '-298.146', '-7.593', '-231.348', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16785537', 'Spider_Wasp', '51', '-313.159', '-6.990', '-220.563', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16785538', 'Stag_Beetle', '54', '-303.590', '-7.443', '-231.119', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16785539', 'Spider_Wasp', '51', '-301.298', '-5.268', '-266.297', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16785540', 'Marsh_Funguar', '35', '-303.957', '-5.000', '-262.085', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16785541', 'Stag_Beetle', '54', '-359.800', '-0.741', '-319.699', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16785542', 'Stag_Beetle', '54', '-359.879', '-0.800', '-300.676', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16785543', 'Stag_Beetle', '54', '-352.503', '-0.724', '-265.460', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16785544', 'Marsh_Funguar', '35', '-373.195', '-0.784', '-281.702', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16785545', 'Marsh_Funguar', '35', '-346.027', '-1.117', '-282.084', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16785546', 'Marsh_Funguar', '35', '-378.462', '-1.074', '-318.296', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16785547', 'Marsh_Funguar', '35', '-349.679', '-0.764', '-321.082', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16785548', 'Marsh_Funguar', '35', '-355.477', '-0.815', '-281.366', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16785549', 'Stag_Beetle', '54', '-412.732', '-0.448', '-275.285', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16785550', 'Marsh_Funguar', '35', '-426.800', '-1.097', '-304.946', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16785551', 'Marsh_Funguar', '35', '-411.649', '-0.778', '-292.593', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16785552', 'Marsh_Funguar', '35', '-405.471', '-1.060', '-267.902', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16785553', 'Marsh_Funguar', '35', '-416.561', '-1.053', '-273.026', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16785554', 'Marsh_Funguar', '35', '-299.021', '-6.085', '-331.577', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16785555', 'Spider_Wasp', '51', '-295.078', '-5.123', '-342.965', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16785556', 'Spider_Wasp', '51', '-299.291', '-7.657', '-370.869', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16785557', 'Spider_Wasp', '51', '-296.858', '-7.490', '-369.838', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16785558', 'Stag_Beetle', '54', '-296.323', '-8.634', '-377.114', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16785559', 'Stag_Beetle', '54', '-265.267', '-8.464', '-341.247', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16785560', 'Spider_Wasp', '51', '-258.318', '-7.062', '-443.038', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16785561', 'Spider_Wasp', '51', '-297.450', '-5.601', '-458.867', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16785562', 'Spider_Wasp', '51', '-297.546', '-5.122', '-455.092', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16785563', 'Stag_Beetle', '54', '-264.168', '-8.327', '-452.475', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16785564', 'Marsh_Funguar', '35', '-300.938', '-5.748', '-451.476', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16785565', 'Stag_Beetle', '54', '-219.470', '-10.064', '-422.164', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16785566', 'Stag_Beetle', '54', '-338.210', '-6.547', '-366.438', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16785567', 'Spider_Wasp', '51', '-332.372', '-5.581', '-375.114', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16785568', 'Stag_Beetle', '54', '-325.335', '-6.430', '-378.280', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16785569', 'Marsh_Funguar', '35', '-324.984', '-6.472', '-378.393', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16785570', 'Marsh_Funguar', '35', '-298.710', '-5.941', '-418.719', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16785571', 'Stag_Beetle', '54', '-348.670', '-6.470', '-378.735', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16785572', 'Marsh_Funguar', '35', '-391.066', '-1.152', '-358.302', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16785573', 'Marsh_Funguar', '35', '-392.351', '-0.908', '-358.387', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16785574', 'Marsh_Funguar', '35', '-382.671', '-1.185', '-361.662', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16785575', 'Marsh_Funguar', '35', '-404.977', '-0.834', '-360.796', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16785576', 'Marsh_Funguar', '35', '-441.742', '-7.108', '-337.168', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16785577', 'Stag_Beetle', '54', '-356.682', '-0.696', '-505.765', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16785578', 'Stag_Beetle', '54', '-352.396', '-1.215', '-514.294', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16785579', 'Stag_Beetle', '54', '-348.509', '-1.503', '-511.246', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16785580', 'Marsh_Funguar', '35', '-362.262', '-0.799', '-478.146', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16785581', 'Marsh_Funguar', '35', '-360.554', '-0.798', '-509.553', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16785582', 'Marsh_Funguar', '35', '-351.988', '-1.262', '-511.883', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16785583', 'Marsh_Funguar', '35', '-354.523', '-0.855', '-465.541', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16785584', 'Marsh_Funguar', '35', '-360.919', '-1.824', '-465.033', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16785585', 'Stag_Beetle', '54', '-226.414', '-1.927', '-249.618', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16785586', 'Forest_Tiger', '27', '-251.100', '-9.633', '-275.452', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16785587', 'Forest_Tiger', '27', '-233.614', '-5.602', '-237.999', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16785588', 'Forest_Tiger', '27', '-246.394', '-6.667', '-273.357', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16785589', 'Stag_Beetle', '54', '-242.768', '-7.704', '-327.943', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16785590', 'Forest_Tiger', '27', '-223.394', '-1.737', '-316.434', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16785591', 'Forest_Tiger', '27', '-230.406', '-4.695', '-322.428', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16785592', 'Forest_Tiger', '27', '-251.374', '-8.376', '-312.009', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16785593', 'Tempest_Tigon', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16785594', 'Ghoul', '29', '-227.685', '-4.017', '-270.562', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16785595', 'Ghoul', '30', '-241.715', '-6.112', '-309.397', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16785596', 'Thunder_Elemental', '55', '-230.087', '-3.934', '-257.482', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16785597', 'Fosse_Pugil', '28', '-225.082', '-2.533', '-243.197', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16785598', 'Fosse_Pugil', '28', '-221.948', '-1.523', '-271.461', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16785599', 'Water_Elemental', '59', '-221.994', '-1.848', '-243.383', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16785600', 'Stag_Beetle', '54', '-200.848', '-11.407', '-501.738', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16785601', 'Stag_Beetle', '54', '-203.162', '-14.040', '-533.492', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16785602', 'Stag_Beetle', '54', '-193.427', '-14.342', '-525.122', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16785603', 'Battrap', '15', '-180.536', '-13.822', '-515.952', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16785604', 'Battrap', '15', '-169.280', '-14.388', '-523.741', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16785605', 'Battrap', '15', '-154.594', '-14.321', '-515.499', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16785606', 'Thunder_Elemental', '55', '-202.413', '-14.640', '-512.259', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16785607', 'Stag_Beetle', '54', '-202.301', '-5.918', '-457.783', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16785608', 'Stag_Beetle', '54', '-132.827', '-5.975', '-477.566', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16785609', 'Stag_Beetle', '54', '-127.280', '-6.456', '-444.728', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16785610', 'Stag_Beetle', '54', '-136.010', '-6.145', '-488.296', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16785611', 'Ghoul', '29', '-119.015', '-6.473', '-436.377', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16785612', 'Will-o-the-Wisp', '63', '-165.768', '-6.455', '-484.900', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16785613', 'Battrap', '15', '-197.891', '-6.668', '-483.915', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16785614', 'Battrap', '15', '-147.686', '-5.948', '-439.387', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16785615', 'Battrap', '15', '-198.507', '-6.474', '-475.145', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16785616', 'Battrap', '15', '-118.606', '-6.220', '-439.423', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16785617', 'Battrap', '15', '-164.584', '-6.498', '-486.632', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16785618', 'Battrap', '15', '-182.448', '-6.162', '-455.018', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16785619', 'Battrap', '15', '-200.297', '-6.709', '-439.760', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16785620', 'Ghoul', '30', '-133.585', '-5.998', '-478.969', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16785621', 'Forest_Tiger', '27', '-182.181', '-6.234', '-457.888', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16785622', 'Forest_Tiger', '27', '-192.944', '-5.897', '-465.147', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16785623', 'Stag_Beetle', '54', '-122.516', '-6.506', '-517.379', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16785624', 'Battrap', '15', '-111.779', '-5.042', '-519.453', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16785625', 'Battrap', '15', '-109.525', '-4.585', '-518.780', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16785626', 'Stag_Beetle', '54', '-201.487', '-13.783', '-545.323', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16785627', 'Marsh_Funguar', '35', '-197.944', '-15.804', '-558.448', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16785628', 'Marsh_Funguar', '35', '-205.959', '-15.479', '-559.817', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16785629', 'Marsh_Funguar', '35', '-203.044', '-14.292', '-551.420', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16785630', 'Fosse_Pugil', '28', '-102.478', '-1.700', '-472.954', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16785631', 'Fosse_Pugil', '28', '-110.568', '-4.821', '-447.269', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16785632', 'Water_Elemental', '59', '-103.059', '-2.202', '-518.582', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16785633', 'Diving_Beetle', '24', '115.971', '-5.058', '-396.149', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16785634', 'Diving_Beetle', '24', '107.969', '-1.998', '-388.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16785635', 'Birdtrap', '17', '87.973', '-6.792', '-453.187', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16785636', 'Birdtrap', '17', '96.163', '-7.595', '-449.269', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16785637', 'Birdtrap', '17', '96.496', '-5.811', '-439.908', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16785638', 'Birdtrap', '17', '114.096', '-5.287', '-407.948', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16785639', 'Sabertooth_Tiger', '47', '100.580', '-8.068', '-447.473', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16785640', 'Diving_Beetle', '24', '90.095', '-9.940', '-474.784', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16785641', 'Birdtrap', '17', '72.371', '-8.666', '-487.816', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16785642', 'Birdtrap', '17', '88.308', '-8.634', '-511.316', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16785643', 'Birdtrap', '17', '71.098', '-8.401', '-508.509', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16785644', 'Sabertooth_Tiger', '47', '75.330', '-6.827', '-519.412', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16785645', 'Diving_Beetle', '24', '120.025', '-9.342', '-550.147', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16785646', 'Diving_Beetle', '24', '76.990', '-6.395', '-591.402', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16785647', 'Diving_Beetle', '24', '81.969', '-5.939', '-582.913', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16785648', 'Wight', '62', '120.235', '-6.455', '-594.603', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16785649', 'Spunkie', '53', '132.456', '-8.736', '-577.646', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16785650', 'Birdtrap', '17', '83.912', '-6.462', '-601.722', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16785651', 'Birdtrap', '17', '106.150', '-6.356', '-605.173', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16785652', 'Birdtrap', '17', '70.010', '-9.490', '-599.298', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16785653', 'Birdtrap', '17', '111.988', '-6.525', '-557.005', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16785654', 'Birdtrap', '17', '133.245', '-9.191', '-550.339', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16785655', 'Wendigo', '60', '116.439', '-5.979', '-573.776', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16785656', 'Sabertooth_Tiger', '47', '65.836', '-6.675', '-555.414', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16785657', 'Sabertooth_Tiger', '47', '60.376', '-10.022', '-577.245', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16785658', 'Shrieker', '48', '42.170', '-6.900', '-565.374', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16785659', 'Shrieker', '48', '53.161', '-8.180', '-552.534', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16785660', 'Shrieker', '48', '42.352', '-6.936', '-565.457', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16785661', 'Diving_Beetle', '24', '150.699', '-9.994', '-573.825', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16785662', 'Diving_Beetle', '24', '169.704', '-6.479', '-553.800', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16785663', 'Birdtrap', '17', '146.864', '-7.997', '-545.079', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16785664', 'Birdtrap', '17', '182.203', '-6.302', '-544.080', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16785665', 'Birdtrap', '17', '185.444', '-6.113', '-550.452', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16785666', 'Birdtrap', '17', '201.119', '-7.180', '-565.250', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16785667', 'Sabertooth_Tiger', '47', '206.713', '-5.156', '-544.245', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16785668', 'Diving_Beetle', '24', '193.492', '-6.412', '-515.418', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16785669', 'Diving_Beetle', '24', '183.098', '-5.796', '-520.757', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16785670', 'Diving_Beetle', '24', '198.596', '-9.162', '-470.644', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16785671', 'Birdtrap', '17', '162.090', '-7.384', '-513.428', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16785672', 'Birdtrap', '17', '198.066', '-6.861', '-486.625', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16785673', 'Birdtrap', '17', '181.819', '-5.887', '-524.872', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16785674', 'Sabertooth_Tiger', '47', '172.109', '-6.010', '-521.574', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16785675', 'Birdtrap', '17', '94.823', '-7.406', '-448.129', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16785676', 'Orctrap', '43', '73.902', '-7.286', '-519.767', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16785677', 'Thunder_Elemental', '55', '120.160', '-6.383', '-403.071', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16785678', 'Diving_Beetle', '24', '211.475', '-3.183', '-523.171', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16785679', 'Birdtrap', '17', '201.393', '-5.994', '-518.779', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16785680', 'Birdtrap', '17', '206.427', '-4.845', '-524.823', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16785681', 'Spinous_Pugil', '52', '91.909', '-3.748', '-427.408', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16785682', 'Spinous_Pugil', '52', '116.364', '-4.547', '-390.233', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16785683', 'Water_Elemental', '59', '102.608', '-1.819', '-407.930', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16785684', 'Spinous_Pugil', '52', '216.680', '-2.328', '-505.582', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16785685', 'Water_Elemental', '59', '211.388', '-3.003', '-485.415', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16785686', 'Spinous_Pugil', '52', '208.209', '-4.477', '-551.424', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16785687', 'Water_Elemental', '59', '213.699', '-3.762', '-544.886', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16785688', 'Diving_Beetle', '24', '140.441', '-6.602', '-644.138', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16785689', 'Diving_Beetle', '24', '137.797', '-7.908', '-653.669', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16785690', 'Diving_Beetle', '24', '95.947', '-6.724', '-629.716', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16785691', 'Diving_Beetle', '24', '102.683', '-6.790', '-641.948', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16785692', 'Shrieker', '48', '102.950', '-6.802', '-641.809', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16785693', 'Diving_Beetle', '24', '71.131', '-7.212', '-701.377', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16785694', 'Diving_Beetle', '24', '59.089', '-4.885', '-742.790', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16785695', 'Shrieker', '48', '75.760', '-6.569', '-702.024', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16785696', 'Shrieker', '48', '64.889', '-8.310', '-704.111', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16785697', 'Shrieker', '48', '65.725', '-7.812', '-709.077', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16785698', 'Diving_Beetle', '24', '143.678', '-8.428', '-687.710', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16785699', 'Diving_Beetle', '24', '134.167', '-8.112', '-698.280', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16785700', 'Diving_Beetle', '24', '143.221', '-8.104', '-694.076', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16785701', 'Diving_Beetle', '24', '100.734', '-0.470', '-792.745', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16785702', 'Diving_Beetle', '24', '105.741', '-0.325', '-780.691', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16785703', 'Diving_Beetle', '24', '75.337', '-0.799', '-811.779', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16785704', 'Shrieker', '48', '93.988', '-0.727', '-772.688', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16785705', 'Shrieker', '48', '75.153', '-0.577', '-798.960', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16785706', 'Shrieker', '48', '96.106', '-0.377', '-777.956', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16785707', 'Shrieker', '48', '94.700', '-0.249', '-781.280', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16785708', 'Shrieker', '48', '92.461', '-0.500', '-794.489', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16785709', 'Overgrown_Ivy', '44', '-120.000', '-6.150', '-469.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16785710', 'Cryptonberry_Executor', '22', '216.585', '-2.520', '-529.226', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16785711', 'Cryptonberry_Assassin', '21', '123.349', '-6.012', '-392.730', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16785712', 'Cryptonberry_Assassin', '21', '116.204', '-5.352', '-390.562', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16785713', 'Cryptonberry_Assassin', '21', '117.117', '-5.658', '-394.907', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16785714', 'Tonberry_s_Elemental', '57', '113.945', '-5.497', '-408.742', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16785715', 'Tonberry_s_Avatar', '56', '121.374', '-5.153', '-391.891', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16785716', 'Para', '45', '-415.948', '-0.704', '-358.041', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16785717', 'Para', '45', '-412.548', '-0.500', '-361.108', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16785718', 'Para', '45', '-412.864', '-0.094', '-359.222', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16785719', 'Para', '45', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16785720', 'Para', '45', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16785721', 'Bullheaded_Grosvez', '19', '37.861', '-8.684', '-568.912', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16785722', 'Mycophile', '36', '145.500', '-9.483', '-699.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16785723', 'Hercules_Beetle', '33', '-238.000', '-5.950', '-93.500', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16789505', 'Ghost_Crab', '69', '-18.114', '-3.500', '0.996', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16789506', 'Ghost_Crab', '69', '7.620', '-3.499', '-16.197', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16789507', 'Greater_Pugil', '70', '-17.597', '-3.500', '0.486', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16789508', 'Kraken', '72', '2.802', '-3.500', '-17.156', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16789509', 'Harajnite', '71', '7.867', '-2.995', '6.623', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16789510', 'Cyclopean_Conch', '67', '18.083', '-3.500', '2.247', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16789511', 'Cutter', '66', '-0.836', '-3.595', '-6.232', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16789512', 'Fatty_Pugil', '68', '6.267', '-3.080', '-4.481', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16789513', 'Uragnite', '73', '-6.395', '-3.074', '-4.525', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16789514', 'Uragnite', '73', '0.496', '-3.484', '-5.277', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16789515', 'Clot', '64', '5.363', '-3.087', '-4.880', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16789516', 'Clot', '64', '4.576', '-3.594', '-9.640', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16789517', 'Colossal_Calamari', '65', '-1.969', '-3.598', '-12.433', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16789518', 'Zoredonite', '74', '5.969', '-3.067', '-5.345', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16793601', 'Ghost_Crab', '83', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793602', 'Grindylow', '88', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793603', 'Greater_Pugil', '87', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793604', 'Apsaras', '76', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793605', 'Kraken', '102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793606', 'Lancet_Jagil', '104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793607', 'Jagil', '101', '-125.000', '0.001', '-620.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793608', 'Coralline_Urganite', '80', '-383.000', '-3.000', '-450.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16793609', 'Coralline_Urganite', '80', '-352.000', '-3.000', '-443.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16793610', 'Coralline_Urganite', '80', '-321.000', '-3.000', '-435.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793611', 'Coralline_Urganite', '80', '-316.000', '0.001', '-401.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16793612', 'Kraken', '102', '-125.000', '-0.001', '-605.000', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16793613', 'Viscous_Clot', '121', '-336.000', '0.001', '-916.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16793614', 'Coralline_Urganite', '80', '-339.000', '0.001', '-413.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16793615', 'Coralline_Urganite', '80', '-313.000', '0.001', '414.000', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16793616', 'Viscous_Clot', '121', '-124.000', '-0.001', '-638.000', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16793617', 'Coralline_Urganite', '80', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793618', 'Ignis_Fatuus', '98', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793619', 'Coastal_Opo-opo', '79', '-565.000', '-2.000', '-742.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16793620', 'Coastal_Opo-opo', '79', '-569.000', '-3.000', '-776.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793621', 'Alraune', '75', '-480.000', '-3.000', '-708.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793622', 'Toucan', '118', '-154.000', '-2.000', '-629.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793623', 'Alraune', '75', '-483.000', '-3.000', '-674.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16793624', 'Alraune', '75', '-513.000', '-3.000', '-629.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16793625', 'Coastal_Opo-opo', '79', '-534.000', '-2.000', '-798.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16793626', 'Coastal_Opo-opo', '79', '-472.000', '-3.000', '-834.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16793627', 'Coastal_Opo-opo', '79', '-363.000', '-3.000', '-808.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16793628', 'Toucan', '118', '-165.000', '-3.000', '-673.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16793629', 'Coastal_Opo-opo', '79', '-424.000', '-2.000', '-845.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16793630', 'Coastal_Opo-opo', '79', '-326.000', '-3.000', '-760.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16793631', 'Toucan', '118', '-237.000', '-3.000', '-758.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16793633', 'Alraune', '75', '-519.000', '-2.000', '-573.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793634', 'Alraune', '75', '-503.000', '-1.000', '-543.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16793635', 'Alraune', '75', '-483.000', '-3.000', '-519.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793637', 'Coralline_Urganite', '80', '-132.000', '0.001', '604.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16793636', 'Jagil', '101', '-389.000', '0.001', '914.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793632', 'Ignis_Fatuus', '98', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793638', 'Coralline_Urganite', '80', '-134.000', '0.001', '-636.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17481729', 'Ding_Bats', '8981', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793645', 'Jagil', '101', '-348.000', '0.001', '-904.000', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16793646', 'Serra', '110', '-634.000', '0.001', '-669.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16793647', 'Viscous_Clot', '121', '-614.000', '0.001', '-708.000', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16793648', 'Coastal_Opo-opo', '79', '-324.000', '-2.000', '-739.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16793649', 'Jagil', '101', '-636.000', '0.001', '-683.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793650', 'Toucan', '118', '-607.000', '-3.000', '-680.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16793651', 'Jagil', '101', '634.000', '0.001', '-725.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16793652', 'Alraune', '75', '-446.000', '-3.000', '-526.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793653', 'Coastal_Opo-opo', '79', '-326.000', '-3.000', '-753.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793654', 'Coastal_Opo-opo', '79', '-440.000', '-2.000', '-694.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793655', 'Alraune', '75', '-293.000', '-2.000', '-506.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16793657', 'Alraune', '75', '-277.000', '-3.000', '-523.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793656', 'Coastal_Opo-opo', '79', '-489.000', '-2.000', '-673.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16793658', 'Alraune', '75', '-253.000', '-3.000', '-530.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16793659', 'Coastal_Opo-opo', '79', '-516.000', '-3.000', '-640.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793660', 'Alraune', '75', '-221.000', '-1.000', '-539.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793661', 'Alraune', '75', '-209.000', '-2.000', '-554.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16793662', 'Coralline_Urganite', '80', '-138.000', '0.001', '-662.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16793663', 'Coralline_Urganite', '80', '-128.000', '0.001', '-694.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16793664', 'Jagil', '101', '-634.000', '0.001', '-620.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793665', 'Coralline_Urganite', '80', '-309.000', '0.001', '-914.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16793667', 'Kraken', '102', '-635.000', '0.001', '-763.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16793666', 'Coralline_Urganite', '80', '-363.000', '0.001', '-915.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16793668', 'Toucan', '118', '-483.000', '-3.000', '-720.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793669', 'Toucan', '118', '-515.000', '-2.000', '-612.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793670', 'Viscous_Clot', '121', '-603.000', '0.001', '662.000', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16793672', 'Alraune', '75', '-191.000', '-2.000', '-575.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16793671', 'Viscous_Clot', '121', '-358.000', '0.001', '-402.000', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16793673', 'Coastal_Opo-opo', '79', '560.000', '-2.000', '-581.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16793674', 'Coastal_Opo-opo', '79', '-485.000', '-3.000', '-526.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793675', 'Toucan', '118', '-399.000', '-3.000', '-481.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793676', 'Jagil', '101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793677', 'Toucan', '118', '-345.000', '-2.000', '-481.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793678', 'Jagil', '101', '-318.000', '0.001', '-399.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793679', 'Toucan', '118', '-171.000', '-2.000', '-587.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16793680', 'Alraune', '75', '-224.000', '-1.000', '-744.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793681', 'Alraune', '75', '-196.000', '-3.000', '-724.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16793682', 'Alraune', '75', '-193.000', '-2.000', '-709.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793683', 'Coastal_Opo-opo', '79', '-425.000', '-2.000', '-526.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793684', 'Coastal_Opo-opo', '79', '-425.000', '-3.000', '-509.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16793685', 'Coastal_Opo-opo', '79', '-290.000', '-3.000', '-515.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793686', 'Coralline_Urganite', '80', '-631.000', '0.001', '-711.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16793687', 'Coralline_Urganite', '80', '-626.000', '0.001', '-683.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16793688', 'Viscous_Clot', '121', '-646.000', '0.001', '-653.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793689', 'Coralline_Urganite', '80', '-626.000', '0.001', '-648.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793690', 'Coralline_Urganite', '80', '-339.000', '0.001', '-414.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793691', 'Kraken', '102', '-119.000', '0.001', '-555.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793692', 'Toucan', '118', '-140.000', '-2.000', '-595.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16793693', 'Alraune', '75', '-20.000', '-3.000', '-719.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793694', 'Ignis_Fatuus', '98', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793695', 'Viscous_Clot', '121', '-330.000', '-0.001', '-914.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16793697', 'Coastal_Opo-opo', '79', '-269.000', '-3.000', '-521.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16793696', 'Coastal_Opo-opo', '79', '-229.000', '-2.000', '-530.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793698', 'Shankha', '0', '-114.000', '0.001', '-591.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793699', 'Jagil', '101', '-108.000', '0.001', '-637.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16793700', 'Jagil', '101', '-114.000', '0.001', '-669.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793701', 'Toucan', '118', '-214.000', '-1.000', '-785.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16793702', 'Coastal_Opo-opo', '79', '-208.000', '-2.000', '-548.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16793703', 'Alraune', '75', '-323.000', '-2.000', '-742.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16793704', 'Alraune', '75', '-320.000', '-3.000', '-717.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793705', 'Toucan', '118', '-248.000', '-3.000', '-830.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16793706', 'Jagil', '101', '-285.000', '0.001', '-907.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793707', 'Alraune', '75', '-312.000', '-2.000', '-738.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16793708', 'Alraune', '75', '-311.000', '-3.000', '-759.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16793709', 'Coastal_Opo-opo', '79', '-192.000', '-2.000', '-570.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793710', 'Ignis_Fatuus', '98', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793711', 'Peerifool', '107', '-315.100', '-2.000', '-736.100', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16793712', 'Peerifool', '107', '-315.200', '-2.000', '-736.200', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16793713', 'Peerifool', '107', '-315.300', '-2.000', '-736.300', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16793714', 'Peerifool', '107', '-315.400', '-2.000', '-736.400', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16793715', 'Peerifool', '107', '-315.500', '-2.000', '-736.500', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16793716', 'Peerifool', '107', '-315.600', '-2.000', '-736.600', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16793717', 'Island_Rarab', '100', '638.000', '-19.000', '875.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16793718', 'Island_Rarab', '100', '633.000', '-19.000', '858.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16793719', 'Marine_Dhalmel', '106', '625.000', '-19.000', '845.000', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16793720', 'Marine_Dhalmel', '106', '594.000', '-19.000', '831.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16793721', 'Raven', '108', '599.000', '-19.000', '818.000', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16793722', 'Marine_Dhalmel', '106', '580.000', '-19.000', '808.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16793723', 'Eft', '82', '558.000', '-19.000', '775.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16793724', 'Raven', '108', '534.000', '-19.000', '803.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16793725', 'Island_Rarab', '100', '499.000', '-19.000', '795.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16793726', 'Ignis_Fatuus', '98', '550.000', '-19.000', '794.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16793727', 'Marine_Dhalmel', '106', '550.000', '-20.000', '806.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16793728', 'Island_Rarab', '100', '564.000', '-19.000', '823.000', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16793729', 'Goblin_Shaman', '85', '520.000', '-15.000', '784.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16793730', 'Eft', '82', '458.000', '-3.000', '728.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16793732', 'Eft', '82', '481.000', '-5.000', '760.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16793731', 'Eft', '82', '461.000', '-2.000', '711.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16793734', 'Eft', '82', '513.000', '-5.000', '743.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16793733', 'Eft', '82', '471.000', '-3.000', '743.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16793735', 'Eft', '82', '500.000', '-5.000', '757.000', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16793736', 'Eft', '82', '492.000', '-3.000', '739.000', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16793737', 'Eft', '82', '522.000', '-8.000', '765.000', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16793738', 'Raven', '108', '484.000', '-5.000', '768.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16793739', 'Raven', '108', '476.000', '-5.000', '753.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16793740', 'Raven', '108', '472.000', '-5.000', '760.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16793741', 'Eft', '82', '480.000', '-3.000', '743.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16793742', 'Intulo', '99', '523.000', '-8.000', '762.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16793743', 'Marine_Dhalmel', '106', '475.000', '-19.000', '793.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16793744', 'Marine_Dhalmel', '106', '446.000', '-19.000', '781.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16793745', 'Eft', '82', '442.000', '-19.000', '764.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16793746', 'Goblin_Pathfinder', '84', '442.000', '-20.000', '836.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16793747', 'Goblin_s_Rarab', '86', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793748', 'Marine_Dhalmel', '106', '457.000', '-19.000', '799.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16793749', 'Island_Rarab', '100', '400.000', '-28.000', '839.000', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16793750', 'Hobgoblin_Martialist', '94', '335.000', '-27.000', '875.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16793751', 'Hobgoblin_Animalier', '91', '316.000', '-27.000', '846.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16793752', 'Goblin_s_Rarab', '86', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793753', 'Teine_Sith', '117', '313.000', '-27.000', '824.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16793754', 'Tropical_Rarab', '120', '314.000', '-28.000', '804.000', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16793755', 'Tropical_Rarab', '120', '126.000', '-36.000', '710.000', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16793756', 'Tropical_Rarab', '120', '201.000', '-36.000', '759.000', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16793757', 'Hobgoblin_Venerer', '97', '238.000', '-27.000', '780.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16793758', 'Catoblepas', '77', '231.000', '-33.000', '821.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16793759', 'Hobgoblin_Fascinator', '93', '207.000', '-34.000', '771.000', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16793760', 'Tragopan', '119', '204.000', '-38.000', '812.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16793761', 'Tragopan', '119', '236.000', '-34.000', '830.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16793762', 'Tropical_Rarab', '120', '269.000', '-36.000', '853.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16793763', 'Tropical_Rarab', '120', '283.000', '-36.000', '829.000', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16793764', 'Tropical_Rarab', '120', '124.000', '-41.000', '746.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16793765', 'Tragopan', '119', '166.000', '-43.000', '825.000', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16793766', 'Tragopan', '119', '178.000', '-40.000', '803.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16793767', 'Teine_Sith', '117', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793768', 'Catoblepas', '77', '157.000', '-43.000', '818.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16793769', 'Catoblepas', '77', '133.000', '-43.000', '799.000', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16793770', 'Tragopan', '119', '207.000', '-37.000', '785.000', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16793771', 'Catoblepas', '77', '189.000', '-37.000', '807.000', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16793772', 'Catoblepas', '77', '256.000', '-27.000', '802.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16793773', 'Tropical_Rarab', '120', '122.000', '-44.000', '877.000', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16793774', 'Tartarus_Eft', '116', '95.000', '-44.000', '936.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16793775', 'Tartarus_Eft', '116', '88.000', '-45.000', '920.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16793776', 'Splacknuck', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793777', 'Hobgoblin_Animalier', '91', '122.000', '-36.000', '683.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16793778', 'Goblin_s_Rarab', '86', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793779', 'Tartarus_Eft', '116', '90.000', '-45.000', '904.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16793780', 'Hobgoblin_Fascinator', '93', '151.000', '-36.000', '723.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16793781', 'Tartarus_Eft', '116', '281.000', '-20.000', '601.000', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16793782', 'Catoblepas', '77', '125.000', '-43.000', '779.000', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16793783', 'Tragopan', '119', '120.000', '-35.000', '700.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16793784', 'Hobgoblin_Martialist', '94', '141.000', '-35.000', '712.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16793785', 'Hobgoblin_Venerer', '97', '152.000', '-36.000', '714.000', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16793786', 'Tragopan', '119', '146.000', '-43.000', '805.000', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16793787', 'Tropical_Rarab', '120', '81.000', '-36.000', '556.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16793788', 'Tartarus_Eft', '116', '284.000', '-19.000', '559.000', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16793789', 'Tartarus_Eft', '116', '297.000', '-16.000', '584.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16793790', 'Catoblepas', '77', '133.000', '-35.000', '716.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16793791', 'Tropical_Rarab', '120', '166.000', '-43.000', '835.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16793793', 'Tragopan', '119', '200.000', '-44.000', '840.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16793792', 'Hobgoblin_Fascinator', '93', '157.000', '-36.000', '644.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16793794', 'Catoblepas', '77', '253.000', '-28.000', '791.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16793795', 'Catoblepas', '77', '201.000', '-41.000', '825.000', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16793796', 'Hobgoblin_Martialist', '94', '154.000', '-36.000', '634.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16793797', 'Hobgoblin_Animalier', '91', '120.000', '-36.000', '602.000', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16793798', 'Goblin_s_Rarab', '86', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793799', 'Hobgoblin_Venerer', '97', '80.000', '-28.000', '520.000', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16793800', 'Hobgoblin_Blagger', '92', '106.000', '-27.000', '513.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16793801', 'Hobgoblin_Toreador', '96', '133.000', '-27.000', '476.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16793802', 'Bight_Rarab', '10839', '117.000', '-27.000', '513.000', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16793803', 'Camelopard', '10840', '123.000', '-27.000', '503.000', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16793804', 'Bight_Rarab', '10839', '138.000', '-27.000', '442.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16793805', 'Hobgoblin_Toreador', '96', '125.000', '-27.000', '453.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16793806', 'Camelopard', '10840', '203.000', '-19.000', '295.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16793807', 'Bight_Rarab', '10839', '227.000', '-22.000', '545.000', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16793808', 'Bight_Rarab', '10839', '205.000', '-27.000', '539.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793809', 'Bight_Rarab', '10839', '191.000', '-27.000', '397.000', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16793810', 'Hobgoblin_Physician', '95', '161.000', '-27.000', '457.000', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16793811', 'Hobgoblin_Blagger', '92', '184.000', '-27.000', '481.000', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16793812', 'Camelopard', '10840', '199.000', '-27.000', '507.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16793813', 'Camelopard', '10840', '121.000', '-27.000', '469.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16793814', 'Bight_Rarab', '10839', '236.000', '-20.000', '322.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16793815', 'Camelopard', '10840', '148.000', '-27.000', '476.000', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16793816', 'Camelopard', '10840', '199.000', '-27.000', '497.000', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16793817', 'Camelopard', '10840', '163.000', '-27.000', '419.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16793818', 'Hobgoblin_Alastor', '89', '210.000', '-27.000', '520.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16793819', 'Hobgoblin_Alastor', '89', '277.000', '-19.000', '568.000', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16793820', 'Hobgoblin_Blagger', '92', '152.000', '-28.000', '431.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16793821', 'Camelopard', '10840', '230.000', '-27.000', '359.000', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16793822', 'Camelopard', '10840', '216.000', '-28.000', '370.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16793823', 'Hypnos_Eft', '10841', '63.000', '-28.000', '214.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16793824', 'Hypnos_Eft', '10841', '79.000', '-29.000', '208.000', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16793825', 'Hypnos_Eft', '10841', '101.000', '-29.000', '214.000', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16793826', 'Hypnos_Eft', '10841', '261.000', '-1.000', '177.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16793827', 'Hobgoblin_Toreador', '96', '182.000', '-27.000', '395.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16793828', 'Hobgoblin_Blagger', '92', '212.000', '-27.000', '357.000', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16793829', 'Hypnos_Eft', '10841', '278.000', '-1.000', '168.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16793830', 'Hypnos_Eft', '10841', '312.000', '-1.000', '191.000', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16793831', 'Hypnos_Eft', '10841', '299.000', '-10.000', '208.000', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16793832', 'Hypnos_Eft', '10841', '285.000', '-19.000', '159.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16793833', 'Hobgoblin_Physician', '95', '205.000', '-19.000', '316.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16793834', 'Hobgoblin_Alastor', '89', '307.000', '-19.000', '312.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16793835', 'Hypnos_Eft', '10841', '326.000', '-19.000', '249.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16793836', 'Hypnos_Eft', '10841', '328.000', '-18.000', '301.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16793837', 'Hobgoblin_Alastor', '89', '323.000', '-19.000', '259.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16793838', 'Hobgoblin_Toreador', '96', '196.000', '-19.000', '252.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16793839', 'Camelopard', '10840', '198.000', '-27.000', '378.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16793840', 'Camelopard', '10840', '164.000', '-28.000', '476.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16793841', 'Bight_Rarab', '10839', '197.000', '-19.000', '269.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16793842', 'Bight_Rarab', '10839', '277.000', '-20.000', '319.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16793843', 'Hypnos_Eft', '10841', '359.000', '-20.000', '322.000', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16793844', 'Hypnos_Eft', '10841', '117.000', '-28.000', '239.000', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16793845', 'Hobgoblin_Alastor', '89', '241.000', '-20.000', '200.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16793846', 'Hobgoblin_Toreador', '96', '150.000', '-21.000', '242.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16793847', 'Hobgoblin_Physician', '95', '176.000', '-19.000', '240.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16793848', 'Bight_Rarab', '10839', '234.000', '-20.000', '205.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16793849', 'Hypnos_Eft', '10841', '131.000', '-26.000', '240.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16793850', 'Hobgoblin_Physician', '95', '239.000', '-20.000', '553.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16793851', 'Hobgoblin_Angler', '90', '310.000', '-2.000', '201.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16793852', 'Hobgoblin_Angler', '90', '309.000', '-2.000', '175.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16793853', 'Hobgoblin_Angler', '90', '290.000', '-17.000', '165.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16793854', 'Hypnos_Eft', '10841', '339.000', '-15.000', '249.000', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16793855', 'Hypnos_Eft', '10841', '360.000', '-15.000', '301.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16793856', 'Hypnos_Eft', '10841', '339.000', '-17.000', '304.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16793857', 'Rohemolipaud', '109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793858', 'Dalham', '81', '98.000', '-44.000', '938.000', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16793859', 'Shen', '111', '-111.000', '0.001', '-729.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16793860', 'Shen_s_Filtrate', '112', '-111.300', '0.001', '-729.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16793861', 'Shen_s_Filtrate', '112', '-111.500', '0.001', '-729.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16793862', 'Bismarck', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793863', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793864', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793865', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793866', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793867', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793868', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793869', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793870', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793871', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793872', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793873', 'Bismarck', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793874', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793875', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793876', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793877', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793878', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793879', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793880', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793881', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793882', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793883', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793884', 'Bismarck', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793885', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793886', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793887', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793888', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793889', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793890', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793891', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793892', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793893', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793894', 'Primordial_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797697', 'Variable_Hare', '164', '-204.304', '-40.228', '-436.225', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16797698', 'Variable_Hare', '164', '-206.951', '-40.224', '-444.406', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16797699', 'Variable_Hare', '164', '-220.830', '-41.026', '-422.868', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16797700', 'Uleguerand_Tiger', '163', '-200.406', '-39.718', '-419.865', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16797701', 'Uleguerand_Tiger', '163', '-195.515', '-40.304', '-435.601', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16797702', 'Uleguerand_Tiger', '163', '-286.263', '-41.006', '-426.854', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16797703', 'Cwn_Annwn', '128', '-206.437', '-39.935', '-422.099', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16797704', 'Variable_Hare', '164', '-172.742', '-40.102', '-478.117', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16797705', 'Variable_Hare', '164', '-192.682', '-40.311', '-507.482', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16797706', 'Variable_Hare', '164', '-187.555', '-40.467', '-487.638', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16797707', 'Uleguerand_Tiger', '163', '-201.529', '-40.042', '-491.900', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16797708', 'Uleguerand_Tiger', '163', '-216.095', '-40.580', '-527.706', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16797709', 'Uleguerand_Tiger', '163', '-240.477', '-40.618', '-513.717', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16797710', 'Cwn_Annwn', '128', '-176.374', '-39.899', '-508.813', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16797711', 'Variable_Hare', '164', '-111.324', '-40.623', '-384.458', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16797712', 'Variable_Hare', '164', '-84.328', '-40.567', '-363.666', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16797713', 'Variable_Hare', '164', '-118.546', '-40.147', '-411.098', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16797714', 'Uleguerand_Tiger', '163', '-84.427', '-40.570', '-364.785', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16797715', 'Uleguerand_Tiger', '163', '-108.979', '-39.980', '-359.136', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16797716', 'Uleguerand_Tiger', '163', '-117.657', '-40.375', '-360.106', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16797717', 'Cwn_Annwn', '128', '-105.838', '-40.767', '-376.426', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16797718', 'Snoll', '157', '-177.363', '-40.360', '-526.081', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16797719', 'Snoll', '157', '-211.505', '-41.186', '-475.139', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16797720', 'Snoll', '157', '-241.736', '-40.505', '-437.921', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16797721', 'Snoll', '157', '-119.181', '-40.437', '-435.867', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16797722', 'Buffalo', '127', '-222.076', '-20.040', '-365.434', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16797723', 'Buffalo', '127', '-237.504', '-20.583', '-403.376', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16797724', 'Buffalo', '127', '-177.387', '-20.098', '-305.579', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16797725', 'Buffalo', '127', '-195.386', '-19.946', '-318.472', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16797726', 'Cwn_Annwn', '128', '-215.641', '-19.920', '-275.673', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16797727', 'Variable_Hare', '164', '-246.264', '-20.664', '-329.403', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16797728', 'Variable_Hare', '164', '-241.400', '-20.487', '-404.671', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16797729', 'Variable_Hare', '164', '-241.929', '-20.039', '-385.480', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16797730', 'Variable_Hare', '164', '-176.753', '-20.019', '-336.196', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16797731', 'Variable_Hare', '164', '-165.718', '-20.353', '-277.484', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16797732', 'Variable_Hare', '164', '-194.941', '-20.006', '-254.374', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16797733', 'Variable_Hare', '164', '-247.877', '-20.668', '-271.093', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16797734', 'Snoll', '157', '-234.928', '-20.422', '-237.607', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16797735', 'Variable_Hare', '164', '-268.701', '-20.291', '-241.916', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16797736', 'Ice_Elemental', '140', '-244.712', '-20.895', '-230.418', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16797737', 'Snoll', '157', '-281.939', '-20.373', '-361.255', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16797738', 'Frost_Flambeau', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797739', 'Snoll', '157', '-204.207', '-19.863', '-344.031', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16797740', 'Snoll', '157', '-166.512', '-19.774', '-344.752', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16797741', 'Snoll', '157', '-179.590', '-20.047', '-301.980', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16797742', 'Snoll', '157', '-228.958', '-19.727', '-301.690', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16797743', 'Ice_Elemental', '140', '-109.524', '-39.547', '-308.800', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16797744', 'Variable_Hare', '164', '-27.179', '-40.465', '-381.301', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16797745', 'Variable_Hare', '164', '-23.241', '-40.632', '-378.437', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16797746', 'Variable_Hare', '164', '-180.843', '-40.620', '-245.675', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16797747', 'Esbat', '133', '31.204', '-34.881', '-379.973', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16797748', 'Glacier_Eater', '138', '32.187', '-34.818', '-380.325', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16797749', 'Glacier_Eater', '138', '18.702', '-36.895', '-383.353', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16797750', 'Esbat', '133', '102.740', '-11.727', '-422.020', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16797751', 'Glacier_Eater', '138', '89.797', '-15.998', '-422.376', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16797752', 'Glacier_Eater', '138', '102.902', '-11.849', '-422.215', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16797753', 'Nival_Raptor', '153', '264.814', '0.228', '-282.811', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16797754', 'Nival_Raptor', '153', '252.523', '1.086', '-295.596', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16797755', 'Polar_Hare', '155', '295.808', '-0.624', '-272.415', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16797756', 'Polar_Hare', '155', '178.823', '0.046', '-292.228', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16797757', 'Nival_Raptor', '153', '189.588', '-0.195', '-285.338', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16797758', 'Nival_Raptor', '153', '172.816', '0.033', '-286.592', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16797759', 'Nival_Raptor', '153', '192.323', '-0.318', '-327.768', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16797760', 'Polar_Hare', '155', '306.325', '0.152', '-398.291', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16797761', 'Polar_Hare', '155', '273.359', '-0.704', '-395.063', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16797762', 'Polar_Hare', '155', '264.686', '-2.157', '-377.852', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16797763', 'Nival_Raptor', '153', '219.632', '0.207', '-363.980', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16797764', 'Nival_Raptor', '153', '290.567', '-0.840', '-329.203', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16797765', 'Nival_Raptor', '153', '219.529', '0.374', '-357.614', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16797766', 'Nival_Raptor', '153', '294.883', '0.080', '-361.041', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16797767', 'Nival_Raptor', '153', '280.851', '-0.466', '-355.494', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16797768', 'Polar_Hare', '155', '182.392', '0.373', '-282.477', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16797769', 'Polar_Hare', '155', '186.278', '0.072', '-278.215', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16797770', 'Skvader', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797771', 'Polar_Hare', '155', '269.572', '-0.456', '-366.089', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16797772', 'Polar_Hare', '155', '269.764', '-0.460', '-367.311', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16797773', 'Polar_Hare', '155', '406.381', '-0.389', '-409.344', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16797774', 'Polar_Hare', '155', '422.738', '-0.210', '-420.712', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16797775', 'Polar_Hare', '155', '382.482', '-1.361', '-419.944', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16797776', 'Polar_Hare', '155', '393.675', '-0.479', '-430.633', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16797777', 'Morozko', '150', '221.977', '-0.241', '-340.985', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16797778', 'Ice_Elemental', '140', '305.892', '0.552', '-244.565', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16797779', 'Nival_Raptor', '153', '343.932', '-0.465', '-406.960', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16797780', 'Nival_Raptor', '153', '395.794', '-0.466', '-403.594', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16797781', 'Nival_Raptor', '153', '411.861', '-0.331', '-411.431', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16797782', 'Nival_Raptor', '153', '437.765', '-0.505', '-400.005', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16797783', 'Polar_Hare', '155', '394.275', '-8.285', '-318.762', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16797784', 'Polar_Hare', '155', '391.552', '-7.146', '-332.340', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16797785', 'Nival_Raptor', '153', '399.683', '-5.935', '-338.146', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16797786', 'Nival_Raptor', '153', '382.632', '-5.702', '-302.810', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16797787', 'Nival_Raptor', '153', '399.184', '-4.050', '-344.261', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16797788', 'Nival_Raptor', '153', '362.693', '-0.788', '-303.713', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16797789', 'Nival_Raptor', '153', '355.903', '-0.210', '-365.298', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16797790', 'Giant_Buffalo', '137', '437.512', '4.297', '-225.916', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16797791', 'Giant_Buffalo', '137', '368.496', '1.483', '-151.150', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16797792', 'Giant_Buffalo', '137', '466.406', '-8.150', '-148.853', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16797793', 'Giant_Buffalo', '137', '344.449', '5.539', '-206.028', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16797794', 'Giant_Buffalo', '137', '363.174', '3.284', '-172.279', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16797795', 'Giant_Buffalo', '137', '425.147', '-12.124', '-144.370', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16797796', 'Giant_Buffalo', '137', '332.092', '19.609', '-254.148', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16797797', 'Nival_Raptor', '153', '369.204', '18.491', '-285.884', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16797798', 'Nival_Raptor', '153', '368.985', '18.529', '-284.663', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16797799', 'Brontotaur', '126', '321.197', '20.264', '-302.461', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16797800', 'Nival_Raptor', '153', '340.623', '3.800', '-190.562', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16797801', 'Brontotaur', '126', '381.943', '-5.072', '-104.943', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16797802', 'Brontotaur', '126', '368.277', '-5.308', '-95.566', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16797803', 'Nival_Raptor', '153', '463.623', '-17.209', '-128.153', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16797804', 'Brontotaur', '126', '448.732', '-4.261', '-175.115', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16797805', 'Brontotaur', '126', '443.400', '-4.330', '-200.510', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16797806', 'Morozko', '150', '426.057', '-19.073', '-72.291', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16797807', 'Morozko', '150', '412.776', '-16.669', '-87.179', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16797808', 'Morozko', '150', '427.732', '-18.466', '-122.624', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16797809', 'Snow_Maiden', '158', '439.147', '-20.270', '-88.217', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16797810', 'Father_Frost', '135', '379.470', '-12.048', '-82.365', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16797811', 'Ice_Elemental', '140', '410.431', '-14.440', '-76.753', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16797812', 'Phasma', '154', '371.727', '2.158', '-175.359', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16797813', 'Succubus_Bats', '161', '417.175', '39.853', '-298.959', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16797814', 'Succubus_Bats', '161', '418.899', '34.203', '-320.425', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16797815', 'Succubus_Bats', '161', '416.197', '38.336', '-303.062', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16797816', 'Succubus_Bats', '161', '379.839', '42.292', '-242.154', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16797817', 'Doom_Soldier', '131', '376.983', '38.594', '-220.008', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16797818', 'Doom_Soldier', '131', '341.926', '31.321', '-139.790', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16797819', 'Succubus_Bats', '161', '340.286', '33.720', '-125.366', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16797820', 'Morozko', '150', '344.407', '29.318', '-145.023', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16797821', 'Doom_Soldier', '131', '423.042', '37.160', '-135.723', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16797822', 'Succubus_Bats', '161', '421.188', '40.913', '-151.920', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16797823', 'Morozko', '150', '421.409', '40.918', '-151.566', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16797824', 'Fachan', '134', '502.664', '-74.107', '261.610', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16797825', 'Fachan', '134', '462.565', '-48.882', '152.612', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16797826', 'Fachan', '134', '609.477', '-43.444', '137.082', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16797827', 'Fachan', '134', '479.475', '-60.466', '204.559', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16797828', 'Fachan', '134', '450.845', '-51.751', '158.898', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16797829', 'Fachan', '134', '577.114', '-47.894', '148.204', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16797830', 'Fachan', '134', '444.992', '-68.793', '254.601', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16797831', 'Dread_Demon', '132', '598.078', '-36.259', '111.342', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16797832', 'Judicator_Demon', '142', '578.789', '-36.414', '-15.669', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16797833', 'Tyrannotaur', '162', '595.740', '-36.326', '49.260', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16797834', 'Tyrannotaur', '162', '605.320', '-36.784', '107.747', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16797835', 'Gore_Demon', '139', '458.346', '-52.599', '135.958', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16797836', 'Dread_Demon', '132', '457.713', '-52.421', '111.009', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16797837', 'Tyrannotaur', '162', '439.584', '-52.674', '113.229', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16797838', 'Tyrannotaur', '162', '507.677', '-46.182', '109.160', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16797839', 'Judicator_Demon', '142', '370.710', '-52.535', '153.311', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16797840', 'Stygian_Demon', '160', '479.085', '-60.441', '205.250', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16797841', 'Demon_s_Elemental', '129', '478.862', '-60.334', '207.932', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16797842', 'Tyrannotaur', '162', '435.946', '-60.502', '199.879', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16797843', 'Tyrannotaur', '162', '480.231', '-60.198', '212.382', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16797844', 'Gore_Demon', '139', '458.316', '-84.325', '360.317', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16797845', 'Stygian_Demon', '160', '517.718', '-75.940', '271.068', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16797846', 'Demon_s_Elemental', '129', '515.653', '-75.468', '267.957', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16797847', 'Tyrannotaur', '162', '477.134', '-60.853', '239.812', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16797848', 'Tyrannotaur', '162', '516.453', '-76.538', '276.738', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16797849', 'Akselloak', '123', '598.026', '-36.229', '110.417', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16797850', 'Ice_Elemental', '140', '494.817', '-49.455', '126.936', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16797851', 'Akselloak', '123', '534.643', '-53.182', '172.291', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16797852', 'Akselloak', '123', '398.527', '-58.095', '181.483', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16797853', 'Akselloak', '123', '446.484', '-69.360', '258.820', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16797854', 'Ice_Elemental', '140', '511.982', '-76.232', '285.049', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16797855', 'Srei_Ap', '159', '541.764', '-37.127', '91.331', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16797856', 'Srei_Ap', '159', '470.540', '-61.492', '219.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16797857', 'Srei_Ap', '159', '502.754', '-77.197', '292.843', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16797858', 'Nightmare_Bats', '152', '595.450', '-20.868', '102.400', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16797859', 'Doom_Mage', '130', '609.440', '-24.543', '100.455', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16797860', 'Doom_Mage', '130', '500.705', '-14.144', '135.941', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16797861', 'Doom_Mage', '130', '503.770', '-9.840', '105.306', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16797862', 'Doom_Mage', '130', '527.336', '-12.549', '139.527', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16797863', 'Doom_Mage', '130', '538.408', '-9.122', '136.192', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16797864', 'Nightmare_Bats', '152', '485.248', '-21.199', '179.951', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16797865', 'Doom_Mage', '130', '490.104', '-19.716', '179.691', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16797866', 'Nightmare_Bats', '152', '500.597', '-38.654', '247.710', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16797867', 'Doom_Mage', '130', '499.642', '-38.156', '243.339', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16797868', 'Nightmare_Bats', '152', '456.619', '-82.153', '415.307', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16797869', 'Nightmare_Bats', '152', '389.237', '-80.122', '421.278', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16797870', 'Nightmare_Bats', '152', '379.077', '-94.247', '482.547', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16797871', 'Smolenkos', '156', '218.885', '-107.582', '465.195', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16797872', 'Smolenkos', '156', '220.854', '-104.478', '485.441', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16797873', 'Kindred_Warrior', '146', '200.967', '-115.939', '414.366', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16797874', 'Kindred_Black_Mage', '143', '210.337', '-108.298', '502.360', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16797875', 'Kindred_Dark_Knight', '144', '228.538', '-103.454', '496.757', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16797876', 'Kindred_Summoner', '145', '262.754', '-99.917', '479.471', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16797877', 'Demon_s_Elemental', '129', '258.466', '-99.954', '479.404', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16797878', 'Molech', '149', '208.176', '-108.742', '490.486', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16797879', 'Smolenkos', '156', '147.311', '-119.269', '439.621', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16797880', 'Kindred_Warrior', '146', '117.241', '-125.020', '461.079', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16797881', 'Kindred_Black_Mage', '143', '130.838', '-123.023', '433.264', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16797882', 'Kindred_Dark_Knight', '144', '129.336', '-124.018', '510.896', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16797883', 'Kindred_Summoner', '145', '101.948', '-124.035', '516.005', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16797884', 'Demon_s_Elemental', '129', '94.305', '-125.279', '528.114', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16797885', 'Molech', '149', '158.580', '-108.995', '553.986', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16797886', 'Molech', '149', '174.474', '-108.261', '524.561', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16797887', 'Smolenkos', '156', '55.366', '-137.981', '463.012', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16797888', 'Kindred_Warrior', '146', '83.256', '-124.039', '413.042', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16797889', 'Kindred_Black_Mage', '143', '42.013', '-140.152', '451.075', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16797890', 'Kindred_Dark_Knight', '144', '32.313', '-140.324', '471.851', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16797891', 'Kindred_Summoner', '145', '49.989', '-125.104', '520.042', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16797892', 'Demon_s_Elemental', '129', '76.482', '-127.855', '509.222', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16797893', 'Molech', '149', '1.757', '-140.579', '525.583', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16797894', 'Agloolik', '122', '186.739', '-108.181', '539.063', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16797895', 'Ice_Elemental', '140', '193.677', '-107.982', '530.481', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16797896', 'Agloolik', '122', '25.711', '-140.939', '461.323', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16797897', 'Ice_Elemental', '140', '33.070', '-140.341', '477.051', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16797898', 'Nightmare_Bats', '152', '303.104', '-74.178', '504.358', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16797899', 'Doom_Mage', '130', '261.729', '-69.676', '456.262', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16797900', 'Nightmare_Bats', '152', '259.494', '-71.609', '432.747', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16797901', 'Doom_Mage', '130', '220.096', '-77.106', '446.044', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16797902', 'Doom_Mage', '130', '179.854', '-77.072', '475.022', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16797903', 'Nightmare_Bats', '152', '178.606', '-70.516', '436.144', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16797904', 'Doom_Mage', '130', '227.526', '-71.331', '500.897', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16797905', 'Nightmare_Bats', '152', '138.577', '-87.653', '471.888', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16797906', 'Doom_Mage', '130', '138.666', '-85.881', '478.574', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16797907', 'Doom_Mage', '130', '100.359', '-93.613', '495.277', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16797908', 'Doom_Mage', '130', '98.181', '-94.242', '509.503', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16797909', 'Doom_Mage', '130', '51.262', '-99.320', '497.116', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16797910', 'Doom_Mage', '130', '18.460', '-101.869', '506.340', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16797911', 'Doom_Mage', '130', '19.786', '-101.994', '477.401', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16797912', 'Smolenkos', '156', '-326.426', '-156.297', '364.947', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16797913', 'Smolenkos', '156', '-315.547', '-156.347', '376.694', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16797914', 'Kindred_Warrior', '146', '-276.052', '-164.001', '390.657', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16797915', 'Kindred_Black_Mage', '143', '-238.025', '-162.847', '385.024', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16797916', 'Kindred_Dark_Knight', '144', '-242.226', '-159.623', '371.278', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16797917', 'Kindred_Summoner', '145', '-151.307', '-164.463', '417.930', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16797918', 'Demon_s_Elemental', '129', '-193.620', '-164.385', '419.492', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16797919', 'Molech', '149', '-313.731', '-156.800', '403.086', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16797920', 'Ice_Elemental', '140', '-351.920', '-156.310', '359.701', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16797921', 'Smolenkos', '156', '-309.256', '-156.350', '277.413', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16797922', 'Kindred_Warrior', '146', '-279.792', '-156.430', '274.843', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16797923', 'Kindred_Black_Mage', '143', '-295.926', '-155.707', '280.725', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16797924', 'Kindred_Dark_Knight', '144', '-245.346', '-159.834', '259.293', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16797925', 'Kindred_Summoner', '145', '-322.605', '-156.289', '288.259', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16797926', 'Demon_s_Elemental', '129', '-304.873', '-155.980', '283.176', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16797927', 'Molech', '149', '-279.038', '-156.510', '277.728', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16797928', 'Agloolik', '122', '-286.664', '-156.652', '238.933', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16797929', 'Scowlenkos', '10842', '-167.968', '-175.723', '264.459', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16797930', 'Scowlenkos', '10842', '-235.000', '-175.000', '299.000', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16797931', 'Scowlenkos', '10842', '-250.000', '-175.000', '320.000', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16797932', 'Scowlenkos', '10842', '-277.000', '-176.000', '324.000', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16797933', 'Scowlenkos', '10842', '-215.000', '-176.000', '334.000', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16797934', 'Scowlenkos', '10842', '-168.000', '-175.000', '359.000', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16797935', 'Scowlenkos', '10842', '-191.000', '-182.000', '385.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16797936', 'Scowlenkos', '10842', '-158.000', '-184.000', '403.000', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16797937', 'Scowlenkos', '10842', '-189.000', '-183.000', '440.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16797938', 'Scowlenkos', '10842', '-208.000', '-183.000', '442.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16797939', 'Scowlenkos', '10842', '-279.000', '-184.000', '435.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16797940', 'Scowlenkos', '10842', '-180.000', '-178.000', '374.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16797941', 'Scowlenkos', '10842', '-201.000', '-175.000', '349.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16797942', 'Scowlenkos', '10842', '-216.000', '-175.000', '306.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16797943', 'Scowlenkos', '10842', '-245.000', '-176.000', '282.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16797944', 'Scowlenkos', '10842', '-190.000', '-175.000', '288.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16797945', 'Scowlenkos', '10842', '-216.000', '-184.000', '395.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16797946', 'Scowlenkos', '10842', '-170.000', '-183.000', '407.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16797947', 'Scowlenkos', '10842', '-242.000', '-184.000', '479.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16797948', 'Scowlenkos', '10842', '-282.000', '-176.000', '478.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16797949', 'Scowlenkos', '10842', '-319.000', '-175.000', '446.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16797950', 'Scowlenkos', '10842', '-242.000', '-184.000', '423.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16797951', 'Scowlenkos', '10842', '-202.000', '-176.000', '366.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16797952', 'Scowlenkos', '10842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797953', 'Scowlenkos', '10842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797954', 'Scowlenkos', '10842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797955', 'Scowlenkos', '10842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797956', 'Kindred_Warrior', '146', '-313.194', '-176.433', '475.499', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16797957', 'Kindred_Black_Mage', '143', '-247.772', '-184.408', '436.204', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16797958', 'Kindred_Dark_Knight', '144', '-224.398', '-185.436', '463.428', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16797959', 'Kindred_Summoner', '145', '-296.837', '-176.289', '474.892', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16797960', 'Demon_s_Elemental', '129', '-266.050', '-178.640', '476.842', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16797961', 'Kindred_Warrior', '146', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797962', 'Kindred_Black_Mage', '143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797963', 'Kindred_Dark_Knight', '144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797964', 'Kindred_Summoner', '145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797965', 'Demon_s_Elemental', '129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797966', 'Molech', '149', '-250.987', '-184.423', '446.010', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16797967', 'Molech', '149', '-254.694', '-185.189', '454.681', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16797968', 'Magnotaur', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16797970', 'Agloolik', '122', '-235.115', '-176.468', '161.660', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16797971', 'Agloolik', '122', '-258.656', '-175.550', '120.868', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16797972', 'Agloolik', '122', '-206.634', '-175.941', '142.038', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16797973', 'Agloolik', '122', '-203.889', '-176.162', '142.840', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16797974', 'Agloolik', '122', '-279.671', '-176.558', '125.860', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16797975', 'Ice_Elemental', '140', '-214.466', '-176.230', '96.574', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16797976', 'Ice_Elemental', '140', '-263.192', '-176.403', '129.517', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16797977', 'Ice_Elemental', '140', '-214.474', '-175.876', '82.718', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16797978', 'King_Buffalo', '147', '-136.766', '-176.338', '59.383', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16797979', 'King_Buffalo', '147', '-73.557', '-176.203', '74.767', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16797980', 'King_Buffalo', '147', '-91.040', '-176.493', '63.484', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16797981', 'King_Buffalo', '147', '-121.793', '-176.522', '37.339', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16797982', 'Ice_Elemental', '140', '-48.536', '-176.686', '42.082', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16797983', 'Agloolik', '122', '-57.080', '-175.670', '43.679', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16797984', 'Agloolik', '122', '-1.453', '-175.487', '49.072', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16797985', 'Agloolik', '122', '-1.945', '-175.521', '48.643', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16797986', 'Agloolik', '122', '-9.119', '-175.727', '40.359', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16797987', 'Agloolik', '122', '59.121', '-186.285', '79.945', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16797988', 'Agloolik', '122', '69.666', '-202.109', '138.957', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16797989', 'Agloolik', '122', '133.337', '-193.152', '20.962', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16797990', 'Agloolik', '122', '-276.597', '-176.064', '-20.398', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16797991', 'King_Buffalo', '147', '-271.717', '-176.558', '-29.576', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16797992', 'Ice_Elemental', '140', '-293.223', '-175.696', '-50.581', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16797993', 'Agloolik', '122', '-245.377', '-176.348', '-110.434', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16797994', 'King_Buffalo', '147', '-241.923', '-175.841', '-99.779', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16797995', 'Ice_Elemental', '140', '-284.220', '-176.352', '-108.144', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16797996', 'Agloolik', '122', '-318.044', '-176.346', '-77.465', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16797997', 'Agloolik', '122', '-257.588', '-175.895', '-120.017', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16797998', 'Nightmare_Bats', '152', '-326.743', '-91.600', '20.303', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16797999', 'Mountain_Worm', '151', '-332.469', '-92.798', '18.810', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16798000', 'Nightmare_Bats', '152', '-259.142', '-75.522', '9.744', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16798001', 'Mountain_Worm', '151', '-261.409', '-77.423', '16.778', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16798002', 'Mindgazer', '148', '-222.894', '-77.277', '-20.646', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16798003', 'Mountain_Worm', '151', '-252.428', '-74.208', '-18.755', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16798004', 'Mountain_Worm', '151', '-268.212', '-73.622', '-20.277', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16798005', 'Mountain_Worm', '151', '-299.841', '-66.413', '-1.124', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16798006', 'Mountain_Worm', '151', '-173.013', '-84.771', '-137.789', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16798007', 'Mountain_Worm', '151', '-178.976', '-87.258', '-130.209', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16798008', 'Mindgazer', '148', '-182.906', '-86.813', '-66.624', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16798009', 'Mountain_Worm', '151', '-182.756', '-87.661', '-69.116', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16798010', 'Mindgazer', '148', '-255.094', '-78.313', '-61.816', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16798011', 'Mountain_Worm', '151', '-255.150', '-78.190', '-62.047', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16798012', 'Nightmare_Bats', '152', '-221.184', '-97.579', '-117.261', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16798013', 'Mindgazer', '148', '-223.581', '-81.774', '-61.812', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16798014', 'Nightmare_Bats', '152', '-379.618', '-29.694', '-29.109', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16798015', 'Nightmare_Bats', '152', '-381.726', '-30.233', '-11.016', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16798016', 'Mountain_Worm', '151', '-349.191', '-38.122', '-61.419', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798017', 'Mindgazer', '148', '-339.614', '-37.803', '-62.799', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16798018', 'Mountain_Worm', '151', '-340.753', '-38.088', '-58.215', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16798019', 'Mindgazer', '148', '-297.488', '-39.781', '-22.862', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16798020', 'Mountain_Worm', '151', '-290.790', '-39.171', '-21.472', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16798021', 'Mindgazer', '148', '-261.113', '-43.822', '-31.690', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16798022', 'Mountain_Worm', '151', '-299.320', '-53.884', '-72.240', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16798023', 'Mountain_Worm', '151', '-295.773', '-54.044', '-63.953', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16798024', 'Mindgazer', '148', '-259.620', '-40.566', '-108.202', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16798025', 'Mountain_Worm', '151', '-259.410', '-39.323', '-114.367', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16798026', 'Mindgazer', '148', '-254.368', '-38.147', '-140.217', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16798027', 'Nightmare_Bats', '152', '-240.243', '-38.049', '-140.942', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16798028', 'Nightmare_Bats', '152', '-243.370', '-38.243', '-140.262', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16798029', 'Mountain_Worm', '151', '-266.782', '-37.691', '-141.898', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16798030', 'Mountain_Worm', '151', '-195.957', '-30.044', '-179.551', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16798031', 'Mountain_Worm', '151', '-258.362', '-75.951', '-70.371', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16798032', 'Mindgazer', '148', '-357.572', '-21.631', '-58.661', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16798033', 'Mindgazer', '148', '-339.627', '-13.594', '-35.626', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16798034', 'Mindgazer', '148', '-338.259', '-7.443', '-13.892', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16798035', 'Variable_Hare', '164', '-490.210', '-21.070', '-27.209', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16798036', 'Uleguerand_Tiger', '163', '-480.380', '-20.463', '-31.586', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16798037', 'Uleguerand_Tiger', '163', '-491.693', '-21.124', '-27.196', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16798038', 'Cwn_Annwn', '128', '-465.291', '-20.128', '-62.233', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16798039', 'Variable_Hare', '164', '-528.760', '-20.639', '21.391', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16798040', 'Uleguerand_Tiger', '163', '-552.328', '-20.281', '2.412', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16798041', 'Uleguerand_Tiger', '163', '-538.330', '-20.642', '-7.380', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16798042', 'Uleguerand_Tiger', '163', '-533.018', '-20.464', '32.687', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16798043', 'Cwn_Annwn', '128', '-547.685', '-19.961', '33.929', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16798044', 'Variable_Hare', '164', '-446.213', '-19.879', '-23.628', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16798045', 'Variable_Hare', '164', '-444.338', '-20.388', '-32.742', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16798046', 'Ice_Elemental', '140', '-445.940', '-20.329', '-38.507', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16798047', 'Snoll', '157', '-559.396', '-20.077', '25.426', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16798048', 'Snoll', '157', '-454.750', '-19.829', '-35.170', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16798049', 'Snoll', '157', '-478.458', '-19.923', '-66.313', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16798050', 'Buffalo', '127', '-623.154', '-40.604', '-51.621', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16798051', 'Buffalo', '127', '-587.026', '-40.994', '-22.551', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16798052', 'Buffalo', '127', '-513.416', '-40.490', '-43.706', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798053', 'Buffalo', '127', '-553.844', '-38.958', '-53.864', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16798054', 'Buffalo', '127', '-631.268', '-40.257', '0.709', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16798055', 'Buffalo', '127', '-513.999', '-40.541', '-34.928', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16798056', 'Bonnacon', '125', '-615.121', '-40.062', '6.126', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16798057', 'Cwn_Annwn', '128', '-573.105', '-47.959', '-121.868', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16798058', 'Variable_Hare', '164', '-486.974', '-39.809', '-96.588', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16798059', 'Variable_Hare', '164', '-495.358', '-40.482', '-95.474', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16798060', 'Variable_Hare', '164', '-488.739', '-40.627', '-99.858', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16798061', 'Variable_Hare', '164', '-616.741', '-42.880', '19.139', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16798062', 'Variable_Hare', '164', '-617.563', '-39.876', '5.595', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16798063', 'Variable_Hare', '164', '-596.183', '-40.342', '7.414', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16798064', 'Variable_Hare', '164', '-509.718', '-40.700', '-42.585', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16798065', 'Variable_Hare', '164', '-593.097', '-39.733', '23.745', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16798066', 'Ice_Elemental', '140', '-476.928', '-40.367', '-97.938', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16798067', 'Variable_Hare', '164', '-492.624', '-40.719', '26.843', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16798068', 'Variable_Hare', '164', '-486.989', '-40.709', '24.926', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16798069', 'Snoll', '157', '-523.246', '-40.413', '-84.278', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16798070', 'Snoll', '157', '-642.823', '-39.944', '-24.647', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16798071', 'Esbat', '133', '-420.507', '-19.510', '-126.689', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16798072', 'Glacier_Eater', '138', '-420.791', '-18.638', '-123.874', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16798073', 'Esbat', '133', '-344.427', '-30.194', '-143.944', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16798074', 'Glacier_Eater', '138', '-351.543', '-27.905', '-139.644', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16798075', 'Esbat', '133', '-341.978', '-26.225', '-196.624', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16798076', 'Glacier_Eater', '138', '-332.651', '-20.566', '-218.957', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16798077', 'Glacier_Eater', '138', '-380.545', '-26.000', '-161.122', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16798078', 'Geush_Urvan', '136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798079', 'White_Coney', '165', '404.040', '-0.588', '-445.810', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16798080', 'Black_Coney', '124', '413.462', '-0.353', '-409.845', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798081', 'Isarukitsck', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798082', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798083', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798084', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798085', 'Isarukitsck', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798086', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798087', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798088', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798089', 'Isarukitsck', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798090', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798091', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16798092', 'Little Wingman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801793', 'Snoll_Tzar', '176', '-457.617', '-0.097', '885.874', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16801794', 'Snoll_Tzar', '176', '-220.434', '0.254', '473.211', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16801795', 'Snoll_Tzar', '176', '-620.000', '-0.097', '222.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16801796', 'Bearclaw_Rabbit', '169', '-458.421', '0.054', '871.617', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16801797', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801798', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801799', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801800', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801801', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801803', 'Bearclaw_Rabbit', '169', '-216.306', '0.146', '435.474', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16801804', 'Bearclaw_Leveret', '168', '-220.137', '-0.348', '445.886', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16801805', 'Bearclaw_Leveret', '168', '-220.694', '-0.247', '443.391', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16801806', 'Bearclaw_Leveret', '168', '-220.725', '-0.276', '444.223', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16801807', 'Bearclaw_Leveret', '168', '-221.081', '-0.266', '443.480', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16801808', 'Bearclaw_Leveret', '168', '-220.503', '-0.301', '444.383', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16801810', 'Bearclaw_Rabbit', '169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801811', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801812', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801813', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801814', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801815', 'Bearclaw_Leveret', '168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801818', 'Snow_Devil', '177', '-462.692', '0.250', '880.938', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16801819', 'Snow_Devil', '177', '-453.162', '-0.507', '830.879', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16801820', 'Snow_Devil', '177', '-435.474', '-0.752', '834.031', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16801821', 'Snow_Devil', '177', '-460.852', '0.250', '882.456', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16801822', 'Snow_Devil', '177', '-463.816', '0.265', '887.357', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16801823', 'Snow_Devil', '177', '-475.098', '0.178', '891.279', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16801826', 'Snow_Devil', '177', '-213.098', '-0.484', '431.451', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16801827', 'Snow_Devil', '177', '-216.136', '-0.276', '433.651', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16801828', 'Snow_Devil', '177', '-214.199', '-0.365', '432.397', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16801829', 'Snow_Devil', '177', '-215.730', '-0.370', '434.179', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16801830', 'Snow_Devil', '177', '-218.011', '-0.086', '472.772', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16801831', 'Snow_Devil', '177', '-215.884', '-0.248', '432.800', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16801834', 'Snow_Devil', '177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801835', 'Snow_Devil', '177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801836', 'Snow_Devil', '177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801837', 'Snow_Devil', '177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801838', 'Snow_Devil', '177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801839', 'Snow_Devil', '177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801841', 'Eldertaur', '170', '-460.820', '-0.237', '866.176', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16801842', 'Mindertaur', '171', '-463.609', '0.250', '896.161', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16801844', 'Eldertaur', '170', '-220.496', '-0.457', '439.583', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16801845', 'Mindertaur', '171', '-206.673', '0.403', '497.299', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16801847', 'Eldertaur', '170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801848', 'Mindertaur', '171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16801850', 'Apis', '166', '-457.658', '-0.150', '872.873', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16801852', 'Apis', '166', '-219.623', '-0.485', '449.696', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16801854', 'Apis', '166', '-617.728', '-0.139', '195.775', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16805889', 'Tracer_Antlion', '220', '80.322', '-4.363', '-127.408', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16805890', 'Tracer_Antlion', '220', '49.165', '-4.619', '-158.809', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16805891', 'Gallinipper', '196', '101.294', '-1.128', '-108.061', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16805892', 'Gallinipper', '196', '100.440', '-2.416', '-134.028', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16805893', 'Goblin_Smithy', '203', '112.589', '1.491', '-125.555', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16805894', 'Goblin_Shaman', '202', '54.108', '-4.383', '-153.151', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16805895', 'Tracer_Antlion', '220', '202.810', '17.074', '-251.292', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16805896', 'Doom_Scorpion', '191', '168.889', '16.059', '-131.866', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16805897', 'Doom_Scorpion', '191', '175.036', '8.964', '-179.117', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16805898', 'Gallinipper', '196', '162.235', '11.240', '-237.731', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16805899', 'Gallinipper', '196', '188.224', '11.298', '-271.724', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16805900', 'Tracer_Antlion', '220', '122.911', '11.509', '9.030', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16805901', 'Tracer_Antlion', '220', '118.270', '11.613', '19.449', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16805902', 'Goblin_Shaman', '202', '143.522', '16.513', '-25.016', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16805903', 'Goblin_Furrier', '197', '132.461', '13.960', '-53.973', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16805904', 'Goblin_Pathfinder', '198', '178.156', '19.350', '106.954', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16805905', 'Goblin_s_Gallinipper', '204', '179.377', '19.297', '105.580', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16805906', 'Goblin_Furrier', '197', '175.486', '18.827', '104.459', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16805907', 'Gallinipper', '196', '155.135', '13.281', '89.358', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16805908', 'Gallinipper', '196', '189.144', '19.574', '99.721', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16805909', 'Attohwa_Coeurl', '182', '215.394', '20.033', '160.155', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16805910', 'Tracer_Antlion', '220', '268.794', '19.412', '208.108', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16805911', 'Gallinipper', '196', '295.219', '20.005', '211.012', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16805912', 'Goblin_Furrier', '197', '303.095', '19.525', '227.607', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16805913', 'Goblin_Smithy', '203', '272.565', '19.416', '208.033', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16805914', 'Doom_Scorpion', '191', '348.324', '19.278', '208.357', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16805915', 'Doom_Scorpion', '191', '327.023', '19.632', '211.856', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16805916', 'Gallinipper', '196', '332.418', '20.060', '231.097', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16805917', 'Goblin_Furrier', '197', '339.884', '20.165', '233.752', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16805918', 'Goblin_Shaman', '202', '352.776', '18.972', '219.553', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16805919', 'Gallinipper', '196', '416.543', '19.421', '188.729', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16805920', 'Gallinipper', '196', '406.224', '19.537', '162.703', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16805921', 'Goblin_Smithy', '203', '405.073', '19.854', '176.547', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16805922', 'Attohwa_Coeurl', '182', '451.399', '19.733', '121.772', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16805923', 'Attohwa_Coeurl', '182', '498.184', '20.144', '122.246', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16805924', 'Tracer_Antlion', '220', '561.302', '3.901', '40.729', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16805925', 'Tracer_Antlion', '220', '541.464', '12.883', '30.460', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16805926', 'Goblin_Pathfinder', '198', '539.388', '14.012', '55.905', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16805927', 'Goblin_s_Gallinipper', '204', '538.500', '14.394', '59.230', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16805928', 'Tracer_Antlion', '220', '561.638', '10.640', '-30.700', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16805929', 'Doom_Scorpion', '191', '548.377', '12.271', '-29.443', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16805930', 'Gallinipper', '196', '530.680', '16.535', '4.273', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16805931', 'Attohwa_Coeurl', '182', '494.193', '20.039', '42.692', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16805932', 'Attohwa_Coeurl', '182', '484.326', '19.451', '5.196', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16805933', 'Doom_Scorpion', '191', '427.675', '20.057', '20.065', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16805934', 'Doom_Scorpion', '191', '437.363', '19.766', '28.650', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16805935', 'Gallinipper', '196', '420.332', '19.673', '13.799', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16805936', 'Chasm_Lizard', '187', '433.896', '19.522', '31.039', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16805937', 'Burrow_Antlion', '185', '489.833', '19.405', '9.159', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805938', 'Chasm_Lizard', '187', '354.240', '19.485', '86.343', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16805939', 'Goblin_Smithy', '203', '383.506', '19.893', '72.745', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16805940', 'Chasm_Lizard', '187', '330.744', '19.910', '75.933', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16805941', 'Gallinipper', '196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805942', 'Chasm_Lizard', '187', '267.996', '19.709', '82.348', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16805943', 'Gallinipper', '196', '245.313', '19.500', '73.922', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16805944', 'Goblin_Smithy', '203', '243.920', '19.897', '61.758', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16805945', 'Gallinipper', '196', '242.463', '19.494', '4.170', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16805946', 'Tracer_Antlion', '220', '243.115', '19.519', '5.547', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16805947', 'Tracer_Antlion', '220', '238.338', '20.037', '-98.758', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16805948', 'Goblin_Furrier', '197', '256.660', '19.849', '-116.995', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16805949', 'Chasm_Lizard', '187', '327.707', '19.557', '-127.261', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16805950', 'Goblin_Furrier', '197', '323.047', '19.815', '-131.022', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16805951', 'Chasm_Lizard', '187', '408.473', '19.555', '-116.800', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16805952', 'Gallinipper', '196', '408.077', '19.575', '-117.357', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16805953', 'Goblin_Shaman', '202', '373.054', '19.636', '-115.031', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16805954', 'Goblin_Shaman', '202', '410.011', '19.328', '-49.711', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16805955', 'Goblin_Shaman', '202', '395.191', '20.410', '-62.311', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16805956', 'Tracer_Antlion', '220', '245.809', '18.955', '-244.343', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16805957', 'Goblin_Pathfinder', '198', '235.475', '19.497', '-236.198', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16805958', 'Goblin_s_Gallinipper', '204', '238.277', '19.482', '-235.524', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16805959', 'Gallinipper', '196', '200.799', '20.381', '-55.908', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16805960', 'Gallinipper', '196', '206.675', '19.431', '-84.397', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16805961', 'Attohwa_Coeurl', '182', '200.412', '19.509', '-43.709', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16805962', 'Sekhmet', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805963', 'Tracer_Antlion', '220', '216.266', '19.903', '-18.894', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16805964', 'Attohwa_Coeurl', '182', '207.144', '19.502', '2.484', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16805965', 'Attohwa_Coeurl', '182', '287.465', '19.699', '171.901', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16805966', 'Burrow_Antlion', '185', '276.375', '19.518', '122.663', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805967', 'Attohwa_Coeurl', '182', '274.305', '19.218', '119.289', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16805968', 'Chasm_Lizard', '187', '265.225', '19.485', '137.783', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16805969', 'Tracer_Antlion', '220', '236.923', '19.655', '109.854', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16805970', 'Tracer_Antlion', '220', '243.700', '19.619', '110.519', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16805971', 'Goblin_Smithy', '203', '236.959', '19.500', '118.408', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16805972', 'Goblin_Shaman', '202', '244.717', '19.463', '111.637', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16805973', 'Chasm_Lizard', '187', '244.914', '19.514', '110.189', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16805974', 'Burrow_Antlion', '185', '405.358', '19.500', '116.128', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805975', 'Gallinipper', '196', '317.953', '19.222', '113.011', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16805976', 'Attohwa_Coeurl', '182', '318.316', '19.193', '113.339', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16805977', 'Gallinipper', '196', '356.441', '19.761', '132.206', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16805978', 'Gallinipper', '196', '406.286', '19.446', '114.402', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16805979', 'Goblin_Robber', '201', '236.625', '19.916', '-190.582', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16805980', 'Goblin_Trader', '206', '240.374', '20.205', '-184.065', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16805981', 'Goblin_s_Ogrefly', '205', '239.992', '20.159', '-183.333', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16805982', 'Goblin_Reaper', '200', '282.098', '19.558', '-153.468', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16805983', 'Master_Coeurl', '211', '282.113', '20.276', '-145.646', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16805984', 'Burrow_Antlion', '185', '315.398', '19.822', '-146.192', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805985', 'Goblin_Poacher', '199', '276.928', '19.103', '-209.525', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16805986', 'Goblin_Robber', '201', '317.342', '18.897', '-168.920', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16805987', 'Goblin_Reaper', '200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805988', 'Ogrefly', '214', '327.005', '19.115', '-161.465', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16805989', 'Ogrefly', '214', '309.039', '19.500', '-172.038', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16805990', 'Master_Coeurl', '211', '323.990', '18.704', '-191.271', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16805991', 'Burrow_Antlion', '185', '328.095', '19.770', '-213.731', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805992', 'Hunter_Antlion', '208', '325.276', '19.436', '-235.635', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16805993', 'Ogrefly', '214', '331.887', '19.794', '-240.364', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16805994', 'Burrow_Antlion', '185', '374.945', '19.200', '-171.876', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16805995', 'Ogrefly', '214', '357.934', '19.509', '-192.182', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16805996', 'Goblin_Poacher', '199', '356.001', '19.430', '-193.283', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16805997', 'Goblin_Trader', '206', '366.070', '19.263', '-164.897', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16805998', 'Goblin_s_Ogrefly', '205', '354.704', '19.305', '-160.498', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16805999', 'Hunter_Antlion', '208', '398.063', '19.858', '-266.955', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16806000', 'Ogrefly', '214', '423.049', '18.759', '-251.938', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16806001', 'Ogrefly', '214', '408.118', '19.162', '-252.777', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16806002', 'Doom_Scorpion', '191', '442.853', '19.390', '-167.999', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16806003', 'Doom_Scorpion', '191', '405.102', '19.753', '-182.622', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16806004', 'Doom_Scorpion', '191', '429.535', '19.502', '-169.001', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16806005', 'Bane_Lizard', '183', '403.006', '19.516', '-202.014', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16806006', 'Bane_Lizard', '183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806007', 'Ogrefly', '214', '411.090', '19.679', '-195.224', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16806008', 'Ogrefly', '214', '400.494', '19.507', '-209.790', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16806009', 'Bane_Lizard', '183', '468.430', '19.778', '-238.776', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16806010', 'Bane_Lizard', '183', '474.912', '19.465', '-239.781', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16806011', 'Pit_Antlion', '215', '479.291', '20.358', '-219.867', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806012', 'Hunter_Antlion', '208', '525.660', '19.815', '-219.666', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16806013', 'Hunter_Antlion', '208', '497.087', '20.096', '-240.821', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16806014', 'Bane_Lizard', '183', '477.041', '19.994', '-186.060', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16806015', 'Ogrefly', '214', '479.199', '19.693', '-191.518', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16806016', 'Master_Coeurl', '211', '484.620', '20.080', '-140.051', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16806017', 'Ogrefly', '214', '485.466', '19.602', '-149.158', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16806018', 'Master_Coeurl', '211', '443.506', '19.761', '-54.193', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16806019', 'Ogrefly', '214', '433.970', '19.260', '-49.312', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16806020', 'Pit_Antlion', '215', '464.744', '19.539', '-97.982', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806021', 'Hunter_Antlion', '208', '525.026', '19.096', '-170.930', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16806022', 'Hunter_Antlion', '208', '515.487', '19.221', '-156.200', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16806023', 'Ogrefly', '214', '518.024', '20.279', '-136.975', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16806024', 'Pit_Antlion', '215', '468.221', '19.500', '-27.535', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806025', 'Bane_Lizard', '183', '522.248', '19.372', '-69.892', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16806026', 'Bane_Lizard', '183', '515.341', '19.624', '-69.014', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16806027', 'Ogrefly', '214', '518.216', '19.468', '-84.104', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16806028', 'Master_Coeurl', '211', '475.047', '19.840', '-67.224', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16806029', 'Ogrefly', '214', '479.107', '19.874', '-67.201', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16806030', 'Master_Coeurl', '211', '463.945', '19.521', '-21.781', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16806031', 'Lioumere', '210', '492.918', '19.991', '39.803', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16806032', 'Hecteyes', '207', '-141.163', '19.522', '-177.592', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16806033', 'Hecteyes', '207', '-147.190', '19.523', '-180.455', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16806034', 'Hecteyes', '207', '-119.954', '28.434', '-140.748', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16806035', 'Hecteyes', '207', '-133.818', '25.172', '-146.486', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16806036', 'Flesh_Eater', '195', '-106.171', '29.083', '-139.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16806037', 'Hecteyes', '207', '19.016', '17.660', '-144.703', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16806038', 'Hecteyes', '207', '15.491', '15.940', '-170.003', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16806039', 'Flesh_Eater', '195', '20.328', '18.987', '-154.173', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16806040', 'Flesh_Eater', '195', '19.627', '19.291', '-158.682', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16806041', 'Will-o_-the-Wykes', '224', '14.866', '17.643', '-142.142', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16806042', 'Hecteyes', '207', '-20.752', '-0.410', '-225.373', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16806043', 'Hecteyes', '207', '-26.159', '-0.341', '-223.461', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16806044', 'Hecteyes', '207', '-141.081', '19.510', '-107.033', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16806045', 'Hecteyes', '207', '-135.366', '19.549', '-104.132', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16806046', 'Flesh_Eater', '195', '-136.637', '19.490', '-104.517', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16806047', 'Will-o_-the-Wykes', '224', '-140.483', '19.510', '-106.370', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16806048', 'Flesh_Eater', '195', '-171.886', '5.321', '-133.910', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16806049', 'Flesh_Eater', '195', '-177.922', '0.656', '-123.218', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16806050', 'Earth_Elemental', '192', '-166.215', '6.970', '-136.877', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16806051', 'Flesh_Eater', '195', '-66.644', '33.364', '-124.787', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16806052', 'Flesh_Eater', '195', '-66.044', '33.584', '-112.793', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16806053', 'Flesh_Eater', '195', '-66.906', '33.318', '-118.755', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16806054', 'Air_Elemental', '178', '-66.360', '33.540', '-113.313', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16806055', 'Flesh_Eater', '195', '-47.072', '33.576', '-124.999', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16806056', 'Flesh_Eater', '195', '-43.016', '33.447', '-99.669', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16806057', 'Air_Elemental', '178', '-43.024', '33.439', '-99.252', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16806058', 'Hecteyes', '207', '-5.137', '9.512', '-60.035', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16806059', 'Hecteyes', '207', '3.527', '8.247', '-58.682', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16806060', 'Will-o_-the-Wykes', '224', '22.869', '9.697', '-58.103', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16806061', 'Hecteyes', '207', '59.196', '19.660', '-17.623', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16806062', 'Flesh_Eater', '195', '60.732', '19.459', '-24.585', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16806063', 'Flesh_Eater', '195', '61.619', '19.505', '-16.435', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16806064', 'Hecteyes', '207', '20.537', '9.551', '25.418', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16806065', 'Flesh_Eater', '195', '19.792', '9.633', '21.980', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16806066', 'Hecteyes', '207', '18.429', '-0.355', '98.809', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16806067', 'Hecteyes', '207', '13.069', '-0.512', '103.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16806068', 'Earth_Elemental', '192', '-6.251', '-4.495', '163.401', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16806069', 'Earth_Elemental', '192', '-8.149', '-4.528', '166.173', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16806070', 'Flesh_Eater', '195', '-44.297', '13.533', '-64.628', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16806071', 'Flesh_Eater', '195', '-44.175', '13.537', '-64.597', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16806072', 'Air_Elemental', '178', '-44.209', '13.384', '-54.472', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16806073', 'Flesh_Eater', '195', '-44.387', '13.508', '-67.087', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16806074', 'Flesh_Eater', '195', '-67.754', '13.622', '-79.705', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16806075', 'Hecteyes', '207', '-97.773', '1.990', '-48.507', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16806076', 'Hecteyes', '207', '-119.071', '-0.259', '4.869', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16806077', 'Will-o_-the-Wykes', '224', '-109.352', '-0.594', '5.199', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16806078', 'Will-o_-the-Wykes', '224', '-116.214', '-0.305', '4.772', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16806079', 'Hecteyes', '207', '-98.510', '-0.684', '39.135', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16806080', 'Hecteyes', '207', '-100.272', '-5.451', '56.987', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16806081', 'Flesh_Eater', '195', '-82.557', '-6.404', '92.554', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16806082', 'Flesh_Eater', '195', '-99.886', '-6.651', '96.867', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16806083', 'Flesh_Eater', '195', '-88.931', '-6.553', '114.353', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16806084', 'Flesh_Eater', '195', '-106.365', '-6.495', '115.745', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16806085', 'Hecteyes', '207', '-99.593', '-11.279', '167.302', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16806086', 'Hecteyes', '207', '-98.298', '-12.267', '174.679', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16806087', 'Flesh_Eater', '195', '-177.043', '-1.749', '182.397', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16806088', 'Will-o_-the-Wykes', '224', '-178.778', '-2.068', '184.575', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16806089', 'Flesh_Eater', '195', '-178.654', '-0.302', '222.098', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16806090', 'Flesh_Eater', '195', '-186.179', '-0.760', '219.930', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16806091', 'Hecteyes', '207', '-212.924', '9.475', '262.232', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16806092', 'Hecteyes', '207', '-207.244', '9.541', '262.006', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16806093', 'Flesh_Eater', '195', '-243.773', '13.509', '263.760', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16806094', 'Flesh_Eater', '195', '-244.097', '13.395', '259.748', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16806095', 'Air_Elemental', '178', '-244.173', '13.396', '259.431', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16806096', 'Flesh_Eater', '195', '-265.675', '13.614', '249.451', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16806097', 'Air_Elemental', '178', '-265.409', '13.913', '253.321', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16806098', 'Hecteyes', '207', '-302.311', '-1.248', '208.861', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16806099', 'Hecteyes', '207', '-300.372', '-0.043', '230.674', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16806100', 'Hecteyes', '207', '-301.367', '-0.440', '237.618', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16806101', 'Hecteyes', '207', '-318.958', '-1.213', '378.072', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16806102', 'Flesh_Eater', '195', '-301.555', '-9.314', '363.238', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16806103', 'Flesh_Eater', '195', '-266.379', '-6.415', '326.152', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16806104', 'Flesh_Eater', '195', '-245.274', '-6.571', '310.659', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16806105', 'Flesh_Eater', '195', '-244.641', '-6.546', '308.944', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16806106', 'Air_Elemental', '178', '-242.673', '-6.408', '301.300', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16806107', 'Tulwar_Scorpion', '223', '-215.289', '-4.067', '-45.893', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16806108', 'Tulwar_Scorpion', '223', '-215.448', '-5.729', '-25.983', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16806109', 'Sand_Lizard', '216', '-214.428', '-6.092', '-23.647', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16806110', 'Sand_Lizard', '216', '-223.688', '-4.342', '-48.650', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16806111', 'Tulwar_Scorpion', '223', '-277.357', '-4.380', '-111.582', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16806112', 'Tulwar_Scorpion', '223', '-260.861', '-1.819', '-115.510', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16806113', 'Monarch_Ogrefly', '212', '-244.291', '-4.588', '-84.426', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16806114', 'Tulwar_Scorpion', '223', '-276.014', '-4.432', '-125.539', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16806115', 'Tulwar_Scorpion', '223', '-261.324', '-4.106', '-158.575', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16806116', 'Monarch_Ogrefly', '212', '-253.714', '-4.277', '-156.678', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16806117', 'Sargas', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806118', 'Monarch_Ogrefly', '212', '-254.336', '-4.055', '-135.764', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16806119', 'Sand_Lizard', '216', '-259.625', '-1.212', '-112.666', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16806120', 'Sand_Lizard', '216', '-238.726', '2.702', '-110.446', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16806121', 'Tracker_Antlion', '221', '-273.407', '-4.445', '-38.484', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16806122', 'Trench_Antlion', '222', '-257.640', '-4.016', '-25.562', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806123', 'Sand_Lizard', '216', '-293.650', '-4.499', '-66.973', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16806124', 'Sand_Lizard', '216', '-321.960', '-4.633', '-74.762', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16806125', 'Sand_Lizard', '216', '-332.777', '-4.508', '-93.261', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16806126', 'Monarch_Ogrefly', '212', '-316.825', '-4.597', '-120.007', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16806127', 'Monarch_Ogrefly', '212', '-322.174', '-4.610', '-117.842', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16806128', 'Tracker_Antlion', '221', '-312.419', '-4.661', '-174.976', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16806129', 'Tracker_Antlion', '221', '-309.063', '-5.564', '-182.130', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16806130', 'Tracker_Antlion', '221', '-380.710', '-3.938', '-161.812', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16806131', 'Tracker_Antlion', '221', '-399.103', '-1.905', '-176.661', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16806132', 'Tracker_Antlion', '221', '-364.340', '-4.556', '-158.787', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16806133', 'Sand_Lizard', '216', '-357.530', '-4.717', '-122.963', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16806134', 'Sand_Lizard', '216', '-358.604', '-4.905', '-127.003', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16806135', 'Trench_Antlion', '222', '-370.080', '-4.500', '-92.914', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806136', 'Sand_Lizard', '216', '-362.663', '-4.536', '-80.851', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16806137', 'Sand_Lizard', '216', '-369.656', '-4.528', '-92.314', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16806138', 'Cutlass_Scorpion', '190', '-354.074', '-4.443', '-44.666', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16806139', 'Cutlass_Scorpion', '190', '-365.761', '-4.362', '-73.034', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16806140', 'Tracker_Antlion', '221', '-426.882', '-4.152', '-117.556', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16806141', 'Tracker_Antlion', '221', '-441.293', '-4.523', '-79.352', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16806142', 'Tracker_Antlion', '221', '-400.515', '-4.708', '-84.644', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16806143', 'Monarch_Ogrefly', '212', '-410.654', '-4.600', '-92.504', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16806144', 'Monarch_Ogrefly', '212', '-394.650', '-4.567', '-47.589', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16806145', 'Tomb_Mage', '218', '-394.680', '-4.200', '-51.493', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16806146', 'Monarch_Ogrefly', '212', '-423.547', '-4.163', '-35.554', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16806147', 'Tomb_Warrior', '219', '-421.867', '-3.889', '-38.910', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16806148', 'Trench_Antlion', '222', '-435.829', '-3.961', '-64.691', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806149', 'Cutlass_Scorpion', '190', '-347.833', '-7.600', '15.470', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16806150', 'Cutlass_Scorpion', '190', '-327.150', '-5.824', '9.870', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16806151', 'Mummy', '213', '-383.966', '-4.497', '15.007', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16806152', 'Lich', '209', '-328.003', '-5.485', '8.727', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16806153', 'Cutlass_Scorpion', '190', '-366.650', '-12.873', '60.825', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16806154', 'Monarch_Ogrefly', '212', '-339.744', '-12.877', '37.023', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16806155', 'Corse', '189', '-328.973', '-12.876', '67.481', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16806156', 'Lich', '209', '-356.237', '-11.971', '60.229', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16806157', 'Cutlass_Scorpion', '190', '-384.274', '-7.088', '47.381', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16806158', 'Corse', '189', '-398.931', '-4.536', '79.640', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16806159', 'Monarch_Ogrefly', '212', '-315.764', '-4.224', '-26.523', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16806160', 'Mummy', '213', '-322.096', '-3.784', '-24.343', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16806161', 'Corse', '189', '-381.284', '-9.233', '40.054', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16806162', 'Citipati', '188', '-364.014', '-4.634', '-2.627', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16806163', 'Tracker_Antlion', '221', '-438.804', '-3.987', '24.828', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16806164', 'Sand_Lizard', '216', '-453.664', '-4.261', '2.662', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16806165', 'Mummy', '213', '-484.588', '-4.506', '-2.396', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16806166', 'Sand_Lizard', '216', '-485.899', '-4.433', '40.006', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16806167', 'Tomb_Warrior', '219', '-479.819', '-4.425', '44.356', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16806168', 'Tomb_Mage', '218', '-492.616', '-4.179', '39.044', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16806169', 'Sand_Lizard', '216', '-479.865', '-4.329', '70.812', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16806170', 'Monarch_Ogrefly', '212', '-476.480', '-4.186', '89.606', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16806171', 'Trench_Antlion', '222', '-433.309', '-4.300', '113.841', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806172', 'Monarch_Ogrefly', '212', '-441.632', '-4.508', '81.413', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16806173', 'Lich', '209', '-434.748', '-4.419', '76.056', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16806174', 'Cutlass_Scorpion', '190', '-394.293', '-4.776', '114.338', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16806175', 'Cutlass_Scorpion', '190', '-396.533', '-4.441', '123.389', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16806176', 'Monarch_Ogrefly', '212', '-402.516', '-4.476', '153.974', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16806177', 'Monarch_Ogrefly', '212', '-432.401', '-4.518', '167.410', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16806178', 'Sand_Lizard', '216', '-469.863', '-4.607', '131.530', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16806179', 'Sand_Lizard', '216', '-487.640', '-4.860', '110.831', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806180', 'Sand_Lizard', '216', '-507.580', '-4.500', '138.564', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16806181', 'Tracker_Antlion', '221', '-514.156', '-4.806', '154.678', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16806182', 'Tracker_Antlion', '221', '-549.122', '-4.304', '160.856', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16806183', 'Trench_Antlion', '222', '-548.200', '-4.123', '157.878', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806184', 'Cutlass_Scorpion', '190', '-474.531', '-4.808', '153.173', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16806185', 'Monarch_Ogrefly', '212', '-474.420', '-4.567', '173.201', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16806186', 'Trench_Antlion', '222', '-481.588', '-3.384', '181.697', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806187', 'Monarch_Ogrefly', '212', '-494.499', '-4.534', '185.624', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16806188', 'Tracker_Antlion', '221', '-340.748', '-3.690', '160.021', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16806189', 'Sand_Lizard', '216', '-318.283', '-4.875', '159.519', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16806190', 'Tracker_Antlion', '221', '-364.093', '-4.586', '240.468', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16806191', 'Sand_Lizard', '216', '-356.131', '-5.052', '239.842', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16806192', 'Tracker_Antlion', '221', '-383.793', '-5.501', '254.761', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16806193', 'Monarch_Ogrefly', '212', '-392.879', '-4.311', '243.059', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16806194', 'Tracker_Antlion', '221', '-389.630', '-4.299', '195.920', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16806195', 'Monarch_Ogrefly', '212', '-385.031', '-4.496', '190.256', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16806196', 'Monarch_Ogrefly', '212', '-441.274', '-4.515', '196.690', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16806197', 'Monarch_Ogrefly', '212', '-445.071', '-4.547', '201.332', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16806198', 'Monarch_Ogrefly', '212', '-459.260', '-4.496', '222.530', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16806199', 'Sand_Lizard', '216', '-438.906', '-4.568', '238.854', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16806200', 'Sand_Lizard', '216', '-436.888', '-4.479', '240.435', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16806201', 'Cutlass_Scorpion', '190', '-415.784', '-3.924', '278.796', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16806202', 'Tracker_Antlion', '221', '-408.580', '-4.365', '319.582', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16806203', 'Tracker_Antlion', '221', '-426.127', '-4.110', '319.673', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16806204', 'Sand_Lizard', '216', '-379.538', '-3.901', '352.239', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16806205', 'Sand_Lizard', '216', '-368.881', '-4.090', '348.619', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16806206', 'Monarch_Ogrefly', '212', '-370.792', '-4.340', '324.982', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16806207', 'Monarch_Ogrefly', '212', '-379.342', '-4.468', '342.932', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16806208', 'Monarch_Ogrefly', '212', '-357.064', '-3.743', '341.061', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16806209', 'Sand_Lizard', '216', '-444.997', '-4.615', '323.551', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16806210', 'Monarch_Ogrefly', '212', '-459.860', '-3.534', '321.076', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16806211', 'Cutlass_Scorpion', '190', '-481.223', '-4.241', '250.693', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16806212', 'Cutlass_Scorpion', '190', '-486.552', '-4.495', '244.389', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16806213', 'Cutlass_Scorpion', '190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806214', 'Cutlass_Scorpion', '190', '-518.033', '-4.572', '205.002', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16806215', 'Xolotl', '225', '-565.482', '-4.459', '203.424', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16806216', 'Xolotl_s_Hound_Warrior', '226', '-571.774', '-4.667', '203.999', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16806217', 'Xolotl_s_Sacrifice', '227', '-571.866', '-4.834', '203.969', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16806218', 'Sand_Lizard', '216', '-569.621', '-4.421', '188.422', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16806219', 'Tracker_Antlion', '221', '-601.427', '-3.721', '139.441', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16806220', 'Tracker_Antlion', '221', '-600.466', '-4.425', '193.295', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16806221', 'Earth_Elemental', '192', '-595.549', '-4.594', '125.744', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16806222', 'Cutlass_Scorpion', '190', '-534.832', '-4.202', '115.373', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16806223', 'Tomb_Warrior', '219', '-528.724', '-4.063', '103.839', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16806224', 'Tomb_Mage', '218', '-520.684', '-4.085', '93.842', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16806225', 'Arch_Corse', '181', '-547.188', '-4.043', '117.866', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16806226', 'Tracker_Antlion', '221', '-523.199', '-4.348', '67.710', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16806227', 'Tiamat', '217', '-515.011', '-12.732', '-78.101', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16806228', 'Arch_Corse', '181', '-539.500', '-4.149', '1.902', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16806229', 'Arch_Corse', '181', '-539.261', '-6.330', '-17.907', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16806230', 'Arch_Corse', '181', '-535.274', '-12.030', '-58.210', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16806231', 'Bifrons', '184', '-529.017', '-10.952', '-63.586', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16806232', 'Bifrons', '184', '-557.638', '-12.510', '-79.143', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16806233', 'Air_Elemental', '178', '-537.051', '-4.142', '-1.143', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16806234', 'Air_Elemental', '178', '-528.577', '-12.203', '-79.319', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16806235', 'Earth_Elemental', '192', '-539.852', '-13.034', '-66.840', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16806236', 'Earth_Elemental', '192', '-548.882', '-12.733', '-71.128', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16806237', 'Cave_Antlion', '186', '-520.369', '-3.507', '19.853', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806238', 'Cave_Antlion', '186', '-512.585', '-4.334', '-12.006', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806239', 'Cave_Antlion', '186', '-506.345', '-4.300', '-28.542', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806240', 'Cave_Antlion', '186', '-529.017', '-5.834', '-49.659', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806241', 'Cave_Antlion', '186', '-532.046', '-13.000', '-68.401', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806242', 'Feeler_Antlion', '194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806243', 'Executioner_Antlion', '193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806244', 'Executioner_Antlion', '193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806245', 'Executioner_Antlion', '193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806246', 'Executioner_Antlion', '193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806247', 'Executioner_Antlion', '193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806248', 'Alastor_Antlion', '179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806249', 'Ambusher_Antlion', '180', '-490.195', '-4.503', '145.451', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16806250', 'Fjalar', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806251', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806252', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806253', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806254', 'Fjalar', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806255', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806256', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806257', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806258', 'Fjalar', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806259', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806260', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16806261', 'Bloody_Skull', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16809985', 'Shikaree_Z', '243', '-591.104', '-0.255', '-480.332', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16809986', 'Shikaree_Y', '242', '-595.638', '-0.481', '-480.260', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16809987', 'Shikaree_X', '240', '-595.522', '-0.476', '-482.310', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16809988', 'ShikareeZs_Wyvern', '244', '-602.931', '-0.713', '-486.636', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16809989', 'ShikareeXs_Rabbit', '241', '-603.996', '-1.004', '-486.474', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16809990', 'Shikaree_Z', '243', '-1.753', '0.130', '104.166', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16809991', 'Shikaree_Y', '242', '-0.993', '2.384', '115.606', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16809992', 'Shikaree_X', '240', '-12.570', '2.380', '125.595', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16809993', 'ShikareeZs_Wyvern', '244', '1.824', '0.290', '94.219', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16809994', 'ShikareeXs_Rabbit', '241', '-2.911', '0.806', '108.764', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16809995', 'Shikaree_Z', '243', '478.783', '-0.221', '568.772', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16809996', 'Shikaree_Y', '242', '476.466', '-0.500', '559.514', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16809997', 'Shikaree_X', '240', '480.120', '-0.087', '569.119', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16809998', 'ShikareeZs_Wyvern', '244', '475.771', '0.041', '580.569', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16809999', 'ShikareeXs_Rabbit', '241', '476.300', '0.290', '581.488', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16810001', 'Tuchulcha', '247', '-553.888', '1.546', '-444.477', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16810002', 'Swift_Hunter', '246', '-545.000', '0.749', '-416.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810003', 'Shrewd_Hunter', '245', '-517.000', '-0.500', '-518.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16810004', 'Armored_Hunter', '228', '-536.364', '-0.500', '-458.000', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16810007', 'Tuchulcha', '247', '1.000', '-0.425', '83.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16810008', 'Swift_Hunter', '246', '43.000', '-0.500', '42.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810009', 'Shrewd_Hunter', '245', '9.000', '0.899', '114.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810010', 'Armored_Hunter', '228', '-15.000', '-3.820', '97.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810013', 'Tuchulcha', '247', '481.000', '-0.424', '563.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16810014', 'Swift_Hunter', '246', '509.000', '-0.149', '560.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810015', 'Shrewd_Hunter', '245', '484.000', '2.725', '605.000', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16810016', 'Armored_Hunter', '228', '475.834', '-1.015', '571.575', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16810018', 'Race_Runner', '239', '-538.865', '0.443', '-481.338', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16810020', 'Race_Runner', '239', '37.554', '0.412', '58.256', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16810022', 'Race_Runner', '239', '460.198', '1.034', '610.066', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16810024', 'Parata', '237', '-562.047', '0.234', '-458.254', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16810025', 'Bladmall', '230', '-530.052', '-0.256', '-497.436', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16810026', 'Nepionic_Parata', '236', '-534.587', '-0.510', '-457.221', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16810027', 'Nepionic_Parata', '236', '-552.944', '0.109', '-452.943', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16810028', 'Nepionic_Parata', '236', '-564.000', '2.999', '-428.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810029', 'Nepionic_Bladmall', '235', '-525.613', '-0.502', '-511.032', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16810030', 'Nepionic_Bladmall', '235', '-569.366', '2.361', '-442.028', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16810031', 'Nepionic_Bladmall', '235', '-566.953', '2.989', '-434.218', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16810033', 'Parata', '237', '16.745', '0.313', '75.797', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16810034', 'Bladmall', '230', '0.511', '-0.198', '86.629', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16810035', 'Nepionic_Parata', '236', '-14.651', '-2.493', '89.240', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16810036', 'Nepionic_Parata', '236', '5.148', '1.711', '117.842', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16810037', 'Nepionic_Parata', '236', '-19.253', '1.058', '124.802', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16810038', 'Nepionic_Bladmall', '235', '11.121', '-0.006', '109.369', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16810039', 'Nepionic_Bladmall', '235', '-3.471', '3.065', '126.786', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16810040', 'Nepionic_Bladmall', '235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810041', 'ArmouryCrate', '0', '-3.236', '2.996', '130.630', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810042', 'Parata', '237', '487.166', '-0.092', '564.898', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16810043', 'Bladmall', '230', '480.773', '-0.022', '569.494', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16810044', 'Nepionic_Parata', '236', '470.970', '-1.064', '582.378', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16810045', 'Nepionic_Parata', '236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810046', 'Nepionic_Parata', '236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810047', 'Nepionic_Bladmall', '235', '496.615', '-0.168', '557.260', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16810048', 'Nepionic_Bladmall', '235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810049', 'Nepionic_Bladmall', '235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810051', 'Gwyn_Ap_Knudd', '234', '-565.000', '2.999', '-431.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16810052', 'Cadaver_Warrior', '231', '-539.103', '-0.004', '-425.733', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810053', 'Cadaver_Warrior', '231', '-540.587', '-0.213', '-430.560', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810054', 'Cadaver_Warrior', '231', '-562.209', '3.068', '-434.418', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810055', 'Cadaver_Witch', '232', '-570.718', '2.169', '-429.408', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810056', 'Cadaver_Witch', '232', '-580.026', '0.498', '-480.156', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810057', 'Cadaver_Witch', '232', '-542.928', '-0.250', '-445.372', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810058', 'Erdgeist', '233', '-565.825', '2.274', '-447.007', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16810059', 'Erdgeist', '233', '-544.757', '-0.042', '-443.543', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810060', 'Erdgeist', '233', '-587.746', '-1.557', '-471.799', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810062', 'Gwyn_Ap_Knudd', '234', '-6.000', '2.924', '129.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16810063', 'Cadaver_Warrior', '231', '35.344', '-0.654', '43.299', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810064', 'Cadaver_Warrior', '231', '1.409', '1.384', '110.937', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810065', 'Cadaver_Warrior', '231', '-8.425', '2.191', '132.875', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810066', 'Cadaver_Witch', '232', '30.085', '-0.672', '56.401', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810067', 'Cadaver_Witch', '232', '-19.973', '0.296', '75.118', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810068', 'Cadaver_Witch', '232', '-17.127', '0.356', '78.930', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810069', 'Erdgeist', '233', '44.393', '-0.592', '79.196', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810070', 'Erdgeist', '233', '-22.840', '0.017', '123.209', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810071', 'Erdgeist', '233', '22.781', '-0.506', '72.405', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810073', 'Gwyn_Ap_Knudd', '234', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810074', 'Cadaver_Warrior', '231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810075', 'Cadaver_Warrior', '231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810076', 'Cadaver_Warrior', '231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810077', 'Cadaver_Witch', '232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810078', 'Cadaver_Witch', '232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810079', 'Cadaver_Witch', '232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810080', 'Erdgeist', '233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810081', 'Erdgeist', '233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810082', 'Erdgeist', '233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810084', 'Shikaree_Z', '243', '-565.000', '2.999', '-431.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16810085', 'Shikaree_Y', '242', '-632.976', '-1.229', '-512.702', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16810086', 'Shikaree_X', '240', '-629.494', '-1.833', '-510.405', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16810087', 'ShikareeZs_Wyvern', '244', '-633.473', '-1.089', '-513.574', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16810088', 'ShikareeXs_Rabbit', '241', '-634.263', '-0.590', '-515.028', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16810090', 'Shikaree_Z', '243', '-50.568', '-1.880', '69.468', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16810091', 'Shikaree_Y', '242', '-6.940', '2.646', '118.801', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16810092', 'Shikaree_X', '240', '-12.463', '1.303', '115.980', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16810093', 'ShikareeZs_Wyvern', '244', '-39.735', '-0.492', '81.069', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16810094', 'ShikareeXs_Rabbit', '241', '-3.145', '-0.180', '96.250', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16810096', 'Shikaree_Z', '243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810097', 'Shikaree_Y', '242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810098', 'Shikaree_X', '240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810099', 'ShikareeZs_Wyvern', '244', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810100', 'ShikareeXs_Rabbit', '241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810102', 'Antiphus', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810103', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810104', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810105', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810106', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810108', 'Antiphus', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810109', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810110', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810111', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810112', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810114', 'Antiphus', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810115', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810116', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810117', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810118', 'Antiphuss_Spawn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810128', 'Dark_Miasma', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810129', 'Dark_Miasma', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810131', 'Dark_Miasma', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16810133', 'Dark_Miasma', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814081', 'Gargoyle', '264', '349.025', '-0.252', '-52.998', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16814082', 'Gargoyle', '264', '352.064', '-0.484', '-58.078', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16814083', 'Gargoyle', '264', '342.314', '-0.500', '-71.547', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16814084', 'Gargoyle', '264', '325.934', '-0.252', '-71.462', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16814085', 'Gargoyle', '264', '310.387', '-0.252', '-91.664', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16814086', 'Gargoyle', '264', '301.733', '-0.500', '-111.636', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16814087', 'Gargoyle', '264', '286.291', '-0.252', '-113.107', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16814088', 'Gargoyle', '264', '290.117', '-0.252', '-88.170', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16814089', 'Gargoyle', '264', '264.903', '-0.252', '-69.597', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16814090', 'Gargoyle', '264', '247.179', '-0.252', '-69.981', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16814091', 'Gargoyle', '264', '249.343', '-0.252', '-49.767', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16814092', 'Gargoyle', '264', '271.505', '-0.252', '-50.557', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16814093', 'Gargoyle', '264', '288.403', '-0.500', '-22.912', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16814094', 'Gargoyle', '264', '295.676', '-0.252', '-8.973', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16814095', 'Gargoyle', '264', '311.641', '-0.500', '-18.207', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16814096', 'Gargoyle', '264', '312.470', '-0.500', '-36.500', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16814097', 'Vampire_Bat', '298', '329.121', '-0.651', '-25.621', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814098', 'Vampire_Bat', '298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814099', 'Maze_Lizard', '285', '335.297', '-0.595', '-20.519', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16814100', 'Maze_Lizard', '285', '330.072', '-0.606', '-20.802', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16814101', 'Maze_Lizard', '285', '333.166', '-0.352', '-51.561', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16814102', 'Maze_Lizard', '285', '353.551', '-0.252', '-54.351', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16814103', 'Maze_Lizard', '285', '354.423', '-0.352', '-70.365', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16814104', 'Maze_Lizard', '285', '349.015', '-0.352', '-72.081', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16814105', 'Blubber_Eyes', '250', '306.893', '-0.352', '-86.273', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16814106', 'Cryptonberry_Plaguer', '254', '310.074', '-0.500', '-82.671', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16814107', 'Cryptonberry_Plaguer', '254', '306.509', '-0.352', '-115.074', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16814108', 'Blubber_Eyes', '250', '315.040', '-0.352', '-106.701', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16814109', 'Blubber_Eyes', '250', '295.367', '-0.352', '-110.508', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16814110', 'Cryptonberry_Cutter', '252', '307.032', '-0.252', '-110.326', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16814111', 'Cryptonberry_Cutter', '252', '286.349', '-0.352', '-93.857', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16814112', 'Blubber_Eyes', '250', '290.335', '-0.352', '-94.594', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16814113', 'Camazotz', '251', '275.341', '-0.352', '-69.524', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16814114', 'Camazotz', '251', '275.769', '-0.352', '-70.052', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16814115', 'Magic_Millstone', '283', '254.884', '-0.352', '-69.860', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16814116', 'Magic_Millstone', '283', '252.255', '-0.252', '-47.289', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16814117', 'Snoll', '291', '274.205', '-0.352', '-45.420', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16814118', 'Cryptonberry_Plaguer', '254', '292.653', '-0.352', '-27.137', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16814119', 'Cryptonberry_Harrier', '253', '289.380', '-0.252', '-9.615', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16814120', 'Tonberry_s_Elemental', '296', '288.899', '-0.352', '-4.998', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16814121', 'Cryptonberry_Stalker', '255', '289.844', '-0.352', '-7.601', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16814122', 'Cryptonberry_Harrier', '253', '313.961', '-0.352', '-12.742', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16814123', 'Tonberry_s_Elemental', '296', '306.301', '-0.352', '-7.055', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16814124', 'Cryptonberry_Stalker', '255', '310.423', '-0.252', '-7.205', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16814125', 'Cryptonberry_Cutter', '252', '312.889', '-0.352', '-25.157', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16814126', 'Diremite_Stalker', '261', '285.971', '31.482', '-59.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16814127', 'Diremite_Stalker', '261', '148.725', '47.686', '-338.430', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16814128', 'Diremite_Stalker', '261', '306.191', '31.405', '-49.336', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16814129', 'Diremite_Stalker', '261', '305.727', '31.485', '-70.211', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16814130', 'Ice_Elemental', '281', '128.552', '47.466', '-333.477', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16814131', 'Cryptonberry_Plaguer', '254', '339.113', '31.455', '-53.374', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814132', 'Cryptonberry_Plaguer', '254', '339.236', '31.420', '-50.089', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814133', 'Cryptonberry_Harrier', '253', '338.470', '31.399', '-61.028', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16814134', 'Tonberry_s_Elemental', '296', '337.079', '31.420', '-62.839', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16814135', 'Cryptonberry_Stalker', '255', '339.696', '31.462', '-66.289', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16814136', 'Cryptonberry_Cutter', '252', '340.026', '31.411', '-62.193', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814137', 'Blubber_Eyes', '250', '322.356', '38.944', '-100.870', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16814138', 'Snoll', '291', '346.425', '31.381', '-27.715', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16814139', 'Goblin_Hunter', '274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814140', 'Goblin_Enchanter', '273', '217.998', '0.003', '-330.764', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814141', 'Magic_Millstone', '283', '190.267', '-0.352', '-326.117', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16814142', 'Goblin_Jeweler', '275', '186.119', '-0.352', '-351.311', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16814143', 'Goblin_Bouncer', '272', '174.977', '-0.352', '-332.946', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16814144', 'Goblin_Mercenary', '276', '125.582', '9.917', '-335.412', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16814145', 'Goblin_Alchemist', '270', '131.430', '6.599', '-327.248', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16814146', 'Goblin_Bandit', '271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814147', 'Maledict_Millstone', '284', '106.029', '-0.352', '-349.024', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16814148', 'Dire_Bat', '262', '90.780', '-0.352', '-354.238', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16814149', 'Dire_Bat', '262', '90.765', '-0.352', '-354.147', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16814150', 'Maledict_Millstone', '284', '90.620', '-0.352', '-330.525', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16814151', 'Diremite_Assaulter', '259', '190.153', '7.399', '-296.359', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814152', 'Diremite_Assaulter', '259', '189.959', '7.131', '-300.470', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814153', 'Dire_Bat', '262', '188.628', '7.399', '-289.160', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16814154', 'Diremite_Assaulter', '259', '188.360', '7.399', '-388.995', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16814155', 'Diremite_Assaulter', '259', '188.406', '7.399', '-389.199', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16814156', 'Dire_Bat', '262', '189.329', '7.389', '-382.164', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814157', 'Diremite_Assaulter', '259', '89.309', '7.400', '-388.456', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16814158', 'Diremite_Assaulter', '259', '96.480', '7.399', '-389.645', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814159', 'Thousand_Eyes', '295', '89.049', '7.408', '-388.748', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814160', 'Diremite_Assaulter', '259', '89.032', '7.400', '-291.138', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814161', 'Diremite_Assaulter', '259', '89.039', '7.400', '-295.433', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814162', 'Thousand_Eyes', '295', '89.084', '7.392', '-297.645', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814163', 'Goblin_Mercenary', '276', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814164', 'Goblin_Alchemist', '270', '147.901', '6.211', '-353.534', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16814165', 'Goblin_Bandit', '271', '145.196', '5.254', '-354.865', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16814166', 'Goblin_Alchemist', '270', '145.861', '15.647', '-374.296', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16814167', 'Thousand_Eyes', '295', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814168', 'Goblin_Bandit', '271', '134.796', '15.647', '-390.004', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16814169', 'Thousand_Eyes', '295', '126.412', '15.653', '-367.480', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16814170', 'Goblin_Alchemist', '270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814171', 'Thousand_Eyes', '295', '150.900', '15.659', '-305.802', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16814172', 'Goblin_Bandit', '271', '128.203', '15.647', '-312.117', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16814173', 'Thousand_Eyes', '295', '129.779', '15.673', '-286.189', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16814174', 'Goblin_Veterinarian', '278', '170.818', '15.647', '-346.439', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16814175', 'Goblin_s_Bat', '277', '170.774', '15.651', '-349.212', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814176', 'Diremite_Assaulter', '259', '109.879', '15.647', '-334.809', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16814177', 'Maledict_Millstone', '284', '142.020', '47.608', '-330.415', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16814178', 'Maledict_Millstone', '284', '140.022', '47.621', '-329.928', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16814179', 'Maledict_Millstone', '284', '139.786', '47.440', '-326.674', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16814180', 'Goblin_Veterinarian', '278', '151.197', '47.423', '-346.772', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16814181', 'Goblin_s_Bat', '277', '149.033', '47.665', '-345.550', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16814182', 'Goblin_Mercenary', '276', '141.811', '47.409', '-298.935', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814183', 'Goblin_Mercenary', '276', '141.557', '47.411', '-298.885', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814184', 'Goblin_Alchemist', '270', '143.716', '47.429', '-299.222', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16814185', 'Goblin_Bandit', '271', '139.925', '47.402', '-300.223', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16814186', 'Goblin_Veterinarian', '278', '138.075', '47.406', '-298.930', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814187', 'Goblin_s_Bat', '277', '134.718', '47.419', '-298.706', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16814188', 'Thousand_Eyes', '295', '179.288', '53.311', '-310.393', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814189', 'Thousand_Eyes', '295', '179.149', '54.943', '-317.164', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814190', 'Morozko', '287', '100.200', '47.376', '-306.618', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16814191', 'Snoll', '291', '178.873', '-0.582', '300.629', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814192', 'Snoll', '291', '178.772', '-0.601', '309.160', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16814193', 'Labyrinth_Lizard', '282', '207.795', '-0.352', '310.893', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16814194', 'Snoll', '291', '233.731', '-0.352', '314.148', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16814195', 'Labyrinth_Lizard', '282', '229.782', '-0.449', '290.124', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16814196', 'Cryptonberry_Plaguer', '254', '274.900', '-0.600', '304.077', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16814197', 'Cryptonberry_Cutter', '252', '267.422', '-0.600', '313.774', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16814198', 'Labyrinth_Lizard', '282', '249.385', '-0.352', '349.501', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16814199', 'Snoll', '291', '269.157', '-0.352', '329.402', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16814200', 'Labyrinth_Lizard', '282', '313.664', '-0.352', '308.303', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16814201', 'Snoll', '291', '294.330', '-0.352', '284.888', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16814202', 'Labyrinth_Lizard', '282', '273.644', '-0.352', '245.899', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16814203', 'Snoll', '291', '250.826', '-0.352', '274.303', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16814204', 'Cryptonberry_Stalker', '255', '206.821', '15.647', '309.570', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16814205', 'Morozko', '287', '235.604', '15.647', '309.443', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16814206', 'Cryptonberry_Harrier', '253', '231.320', '15.647', '285.346', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16814207', 'Tonberry_s_Elemental', '296', '233.317', '15.647', '286.294', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16814208', 'Snow_Lizard', '293', '247.713', '15.647', '351.328', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16814209', 'Snow_Lizard', '293', '275.371', '15.647', '327.010', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16814210', 'Dark_Elemental', '256', '252.536', '15.647', '330.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16814211', 'Ice_Elemental', '281', '251.408', '15.613', '325.790', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16814212', 'Dark_Elemental', '256', '284.748', '15.647', '316.017', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16814213', 'Ice_Elemental', '281', '295.768', '15.647', '315.793', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16814214', 'Cryptonberry_Plaguer', '254', '311.174', '15.647', '311.890', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16814215', 'Cryptonberry_Stalker', '255', '294.002', '15.647', '291.081', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16814216', 'Snow_Lizard', '293', '251.158', '15.647', '272.231', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16814217', 'Dark_Elemental', '256', '269.895', '15.641', '272.527', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16814218', 'Ice_Elemental', '281', '270.518', '15.660', '265.691', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16814219', 'Snow_Lizard', '293', '272.256', '15.647', '253.860', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16814220', 'Maledict_Millstone', '284', '247.629', '47.423', '295.336', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16814221', 'Maledict_Millstone', '284', '249.203', '47.598', '299.132', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16814222', 'Maledict_Millstone', '284', '264.351', '47.487', '289.734', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16814223', 'Cryptonberry_Harrier', '253', '268.274', '47.593', '303.822', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16814224', 'Tonberry_s_Elemental', '296', '267.458', '47.510', '306.255', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16814225', 'Diremite_Assaulter', '259', '259.159', '47.406', '259.864', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814226', 'Diremite_Assaulter', '259', '255.703', '47.407', '259.844', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16814227', 'Diremite_Assaulter', '259', '259.401', '47.400', '259.445', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814228', 'Thousand_Eyes', '295', '219.211', '52.962', '269.206', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814229', 'Thousand_Eyes', '295', '219.445', '55.120', '277.703', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814230', 'Morozko', '287', '305.485', '45.248', '259.733', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16814231', 'Gargoyle-Iota', '265', '-290.077', '-0.514', '-208.383', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16814232', 'Gargoyle-Kappa', '266', '-289.890', '-0.600', '-211.801', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16814233', 'Gargoyle-Lambda', '267', '-332.126', '31.747', '-171.480', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16814234', 'Gargoyle-Mu', '268', '-328.666', '31.747', '-170.666', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16814235', 'Cryptonberry_Harrier', '253', '-300.832', '15.397', '-260.900', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814236', 'Tonberry_s_Elemental', '296', '-300.239', '15.396', '-260.856', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16814237', 'Cryptonberry_Stalker', '255', '-295.306', '15.405', '-260.699', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814238', 'Cryptonberry_Cutter', '252', '-304.713', '15.647', '-206.166', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16814239', 'Cryptonberry_Plaguer', '254', '-305.102', '15.647', '-230.931', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16814240', 'Labyrinth_Lizard', '282', '-309.767', '15.647', '-224.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16814241', 'Labyrinth_Lizard', '282', '-308.629', '15.647', '-234.860', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16814242', 'Gargoyle', '264', '-288.151', '15.647', '-204.994', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16814243', 'Gargoyle', '264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814244', 'Labyrinth_Lizard', '282', '-293.654', '-0.352', '-233.640', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16814245', 'Labyrinth_Lizard', '282', '-304.297', '-0.600', '-224.811', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16814246', 'Cryptonberry_Stalker', '255', '-315.541', '11.617', '-214.288', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16814247', 'Treasure_Chest', '297', '-328.000', '-0.252', '-272.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814248', 'Labyrinth_Lizard', '282', '-330.914', '-0.515', '-255.319', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16814249', 'Magic_Millstone', '283', '-386.250', '-0.600', '-268.900', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16814250', 'Magic_Millstone', '283', '-390.592', '-0.600', '-268.168', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16814251', 'Camazotz', '251', '-395.057', '-0.265', '-210.290', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16814252', 'Cryptonberry_Plaguer', '254', '-366.158', '1.089', '-169.320', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814253', 'Cryptonberry_Harrier', '253', '-362.413', '-0.546', '-169.483', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814254', 'Tonberry_s_Elemental', '296', '-364.555', '0.178', '-169.351', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16814255', 'Cryptonberry_Stalker', '255', '-357.226', '-0.696', '-169.794', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16814256', 'Cryptonberry_Cutter', '252', '-357.246', '-0.683', '-169.998', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814257', 'Camazotz', '251', '-331.550', '15.401', '-184.204', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16814258', 'Treasure_Chest', '297', '-350.000', '15.747', '-170.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814259', 'Camazotz', '251', '-333.416', '15.397', '-176.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16814260', 'Cryptonberry_Plaguer', '254', '-390.285', '23.400', '-174.004', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16814261', 'Cryptonberry_Stalker', '255', '-375.158', '21.523', '-170.925', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16814262', 'Cryptonberry_Cutter', '252', '-390.405', '27.131', '-190.420', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814263', 'Treasure_Chest', '297', '-393.000', '15.747', '-212.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814264', 'Labyrinth_Lizard', '282', '-375.974', '15.400', '-205.252', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814265', 'Labyrinth_Lizard', '282', '-375.356', '15.400', '-215.738', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16814266', 'Magic_Millstone', '283', '-351.192', '15.647', '-250.858', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16814267', 'Magic_Millstone', '283', '-344.482', '15.647', '-254.369', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16814268', 'Magic_Millstone', '283', '-325.295', '15.647', '-246.890', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16814269', 'Magic_Millstone', '283', '-325.065', '15.647', '-246.481', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16814270', 'Camazotz', '251', '-387.936', '15.400', '-270.425', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16814271', 'Camazotz', '251', '-389.032', '15.400', '-251.278', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16814272', 'Cryptonberry_Cutter', '252', '-388.932', '15.400', '-263.799', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814273', 'Cryptonberry_Harrier', '253', '-345.076', '15.647', '-269.580', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16814274', 'Tonberry_s_Elemental', '296', '-345.956', '15.647', '-268.752', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16814275', 'Ice_Elemental', '281', '-390.039', '31.650', '-225.223', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16814276', 'Treasure_Chest', '297', '-392.000', '31.747', '-210.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814277', 'Magic_Millstone', '283', '-366.261', '31.647', '-213.913', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16814278', 'Magic_Millstone', '283', '-368.888', '31.647', '-205.598', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16814279', 'Labyrinth_Lizard', '282', '-369.362', '31.647', '-214.687', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16814280', 'Labyrinth_Lizard', '282', '-369.815', '31.647', '-205.765', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16814281', 'Labyrinth_Lizard', '282', '-355.073', '31.647', '-168.943', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16814282', 'Magic_Millstone', '283', '-354.491', '31.647', '-192.876', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16814283', 'Magic_Millstone', '283', '-351.469', '31.647', '-185.365', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16814284', 'Camazotz', '251', '-344.946', '31.647', '-185.696', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16814285', 'Camazotz', '251', '-354.176', '31.647', '-188.828', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16814286', 'Diremite_Stalker', '261', '-310.910', '31.400', '-220.607', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814287', 'Diremite_Stalker', '261', '-311.119', '31.413', '-240.839', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814288', 'Diremite_Stalker', '261', '-311.013', '31.413', '-231.607', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16814289', 'Cryptonberry_Plaguer', '254', '-311.045', '31.401', '-246.844', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814290', 'Treasure_Chest', '297', '-331.000', '31.747', '-268.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814291', 'Gargoyle', '264', '-334.765', '31.621', '-213.437', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16814292', 'Gargoyle', '264', '-339.965', '31.463', '-208.986', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16814293', 'Gargoyle', '264', '-346.101', '31.402', '-233.222', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16814294', 'Gargoyle', '264', '-331.821', '31.638', '-217.685', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16814295', 'Diremite_Assaulter', '259', '-348.082', '47.415', '-231.724', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16814296', 'Diremite_Assaulter', '259', '-340.320', '47.522', '-232.743', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16814297', 'Diremite_Assaulter', '259', '-347.229', '47.401', '-210.785', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16814298', 'Diremite_Assaulter', '259', '-332.406', '47.454', '-231.560', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16814299', 'Treasure_Chest', '297', '-300.000', '47.500', '-220.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814300', 'Dire_Bat', '262', '-299.257', '49.599', '-250.944', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814301', 'Dire_Bat', '262', '-299.091', '50.797', '-255.955', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814302', 'Ice_Elemental', '281', '-313.181', '54.100', '-260.448', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814303', 'Labyrinth_Lizard', '282', '-299.049', '47.410', '-206.922', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16814304', 'Labyrinth_Lizard', '282', '-304.199', '45.272', '-177.383', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16814305', 'Gazer', '269', '-165.786', '-0.594', '-9.836', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814306', 'Gazer', '269', '-179.062', '-0.489', '-18.431', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814307', 'Gazer', '269', '-145.616', '-0.334', '-6.076', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16814308', 'Gazer', '269', '-152.234', '-0.350', '-33.625', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16814309', 'Diremite', '258', '-145.325', '-0.352', '-23.095', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16814310', 'Diremite', '258', '-149.966', '-0.352', '-7.503', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16814311', 'Snowball', '292', '-125.408', '-0.352', '-29.115', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16814312', 'Gazer', '269', '-141.453', '-0.407', '10.801', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16814313', 'Diremite', '258', '-141.567', '-0.584', '8.699', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16814314', 'Diremite', '258', '-131.665', '-0.358', '22.927', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16814315', 'Diremite', '258', '-138.929', '-0.410', '31.134', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16814316', 'Gazer', '269', '-70.878', '-0.352', '194.606', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16814317', 'Diremite', '258', '-66.201', '-0.352', '189.181', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16814318', 'Diremite', '258', '-56.059', '-0.352', '186.055', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16814319', 'Diremite', '258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814320', 'Gyre-Carlin', '280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814321', 'Snowball', '292', '-67.754', '-0.352', '172.520', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16814322', 'Gazer', '269', '-6.496', '-0.352', '206.056', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814323', 'Gazer', '269', '-10.365', '-0.351', '229.970', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16814324', 'Diremite', '258', '-13.760', '-0.352', '224.323', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16814325', 'Diremite', '258', '-6.011', '-0.352', '205.851', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16814326', 'Gazer', '269', '-25.874', '-0.350', '228.803', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16814327', 'Gazer', '269', '25.536', '-0.336', '172.547', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16814328', 'Diremite', '258', '9.065', '-0.352', '168.035', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16814329', 'Diremite', '258', '34.530', '-0.352', '165.232', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16814330', 'Diremite', '258', '34.057', '-0.352', '165.306', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16814331', 'Gyre-Carlin', '280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814332', 'Snowball', '292', '35.097', '-0.352', '189.678', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16814333', 'Maze_Lizard', '285', '106.600', '-0.352', '62.976', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16814334', 'Maze_Lizard', '285', '114.906', '-0.352', '69.700', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16814335', 'Diremite', '258', '114.908', '-0.352', '69.501', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16814336', 'Diremite', '258', '110.890', '-0.352', '56.216', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16814337', 'Maze_Lizard', '285', '90.985', '-0.352', '65.361', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16814338', 'Maze_Lizard', '285', '-5.180', '-0.352', '-69.379', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16814339', 'Maze_Lizard', '285', '-8.337', '-0.352', '-50.556', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16814340', 'Diremite', '258', '-7.832', '-0.352', '-53.986', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16814341', 'Diremite', '258', '-6.390', '-0.352', '-54.637', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16814342', 'Maze_Lizard', '285', '-26.477', '-0.352', '-45.056', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16814343', 'Diremite', '258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814344', 'Gyre-Carlin', '280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814345', 'Diremite', '258', '-5.647', '-0.352', '70.154', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16814346', 'Vampire_Bat', '298', '-24.834', '-0.410', '70.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16814347', 'Vampire_Bat', '298', '-30.233', '-0.352', '72.591', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16814348', 'Diremite', '258', '-27.963', '-0.352', '71.557', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16814349', 'Diremite', '258', '-20.396', '31.544', '29.376', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16814350', 'Diremite', '258', '-33.217', '31.407', '15.718', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16814351', 'Vampire_Bat', '298', '-11.682', '31.447', '13.006', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16814352', 'Vampire_Bat', '298', '-8.807', '31.428', '21.752', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16814353', 'Dark_Elemental', '256', '-9.175', '31.435', '21.146', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16814354', 'Ice_Elemental', '281', '-34.109', '31.419', '17.884', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16814355', 'Vampire_Bat', '298', '-40.065', '31.422', '59.410', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814356', 'Vampire_Bat', '298', '-52.684', '34.030', '59.214', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814357', 'Vampire_Bat', '298', '-32.558', '31.455', '59.096', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814358', 'Vampire_Bat', '298', '19.582', '35.943', '54.931', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814359', 'Snowball', '292', '1.611', '31.673', '58.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16814360', 'Snowball', '292', '-21.259', '29.197', '-22.383', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16814361', 'Nunyunuwi', '288', '-329.033', '-0.252', '310.297', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16814362', 'Maze_Lizard', '285', '-310.931', '-0.598', '269.001', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16814363', 'Maze_Lizard', '285', '-301.034', '-0.617', '268.740', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16814364', 'Diremite', '258', '-329.786', '-0.601', '281.294', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16814365', 'Diremite', '258', '-322.060', '-0.605', '288.863', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16814366', 'Maze_Lizard', '285', '-315.324', '-0.605', '293.710', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16814367', 'Maze_Lizard', '285', '-310.239', '-0.605', '290.537', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16814368', 'Snowball', '292', '-332.405', '-0.352', '306.398', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16814369', 'Snowball', '292', '-307.487', '-0.352', '309.282', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16814370', 'Thousand_Eyes', '295', '-345.522', '15.653', '293.738', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16814371', 'Dire_Bat', '262', '-349.214', '15.400', '308.378', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16814372', 'Dire_Bat', '262', '-349.340', '15.403', '310.953', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814373', 'Maledict_Millstone', '284', '-334.267', '15.409', '329.161', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16814374', 'Maledict_Millstone', '284', '-340.780', '15.432', '328.697', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16814375', 'Maledict_Millstone', '284', '-329.437', '15.449', '348.670', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16814376', 'Thousand_Eyes', '295', '-348.665', '15.626', '337.321', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16814377', 'Thousand_Eyes', '295', '-338.136', '15.563', '330.787', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16814378', 'Dire_Bat', '262', '-365.902', '15.647', '349.672', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16814379', 'Dire_Bat', '262', '-373.498', '15.647', '354.071', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16814380', 'Diremite_Assaulter', '259', '-287.088', '15.647', '294.096', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16814381', 'Dire_Bat', '262', '-291.361', '15.400', '322.873', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16814382', 'Dire_Bat', '262', '-290.857', '15.402', '306.064', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814383', 'Diremite_Assaulter', '259', '-309.743', '15.615', '344.070', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16814384', 'Diremite_Assaulter', '259', '-304.979', '15.588', '330.573', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16814385', 'Diremite_Assaulter', '259', '-307.896', '15.488', '350.001', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16814386', 'Snow_Lizard', '293', '-291.726', '15.603', '338.394', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16814387', 'Snow_Lizard', '293', '-312.489', '15.462', '344.389', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16814388', 'Dire_Bat', '262', '-269.933', '15.647', '325.460', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16814389', 'Dire_Bat', '262', '-270.162', '15.647', '333.899', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16814390', 'Avalanche', '249', '-365.847', '31.647', '331.058', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16814391', 'Purgatory_Bat', '290', '-370.142', '31.447', '359.042', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814392', 'Purgatory_Bat', '290', '-369.968', '31.409', '362.266', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16814393', 'Avalanche', '249', '-353.739', '31.647', '368.147', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16814394', 'Million_Eyes', '286', '-330.492', '31.676', '367.667', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16814395', 'Million_Eyes', '286', '-330.315', '31.650', '364.430', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16814396', 'Million_Eyes', '286', '-388.411', '31.647', '344.639', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16814397', 'Million_Eyes', '286', '-392.781', '31.647', '353.024', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16814398', 'Purgatory_Bat', '290', '-389.041', '31.420', '365.941', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16814399', 'Avalanche', '249', '-384.919', '31.647', '390.542', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16814400', 'Demonic_Millstone', '257', '-364.899', '31.647', '389.633', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16814401', 'Demonic_Millstone', '257', '-367.122', '31.647', '390.072', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16814402', 'Frost_Lizard', '263', '-253.055', '31.647', '329.825', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16814403', 'Frost_Lizard', '263', '-250.237', '31.647', '334.397', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16814404', 'Purgatory_Bat', '290', '-249.221', '31.414', '356.740', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16814405', 'Diremite_Dominator', '260', '-252.607', '31.647', '386.307', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16814406', 'Diremite_Dominator', '260', '-250.901', '31.647', '395.012', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16814407', 'Frost_Lizard', '263', '-265.662', '31.647', '351.419', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16814408', 'Frost_Lizard', '263', '-265.742', '31.647', '351.414', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16814409', 'Purgatory_Bat', '290', '-274.100', '31.400', '370.943', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16814410', 'Diremite_Dominator', '260', '-313.743', '31.647', '366.382', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16814411', 'Diremite_Dominator', '260', '-310.748', '31.647', '375.167', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16814412', 'Dark_Elemental', '256', '-318.859', '31.410', '354.628', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814413', 'Ice_Elemental', '281', '-319.990', '31.433', '354.437', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814414', 'Demonic_Millstone', '257', '-395.175', '47.647', '386.973', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16814415', 'Million_Eyes', '286', '-352.864', '47.647', '389.809', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16814416', 'Million_Eyes', '286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814417', 'Million_Eyes', '286', '-331.425', '47.650', '385.865', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16814418', 'Million_Eyes', '286', '-333.869', '47.741', '385.515', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16814419', 'Diremite_Dominator', '260', '-255.370', '47.647', '372.930', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16814420', 'Diremite_Dominator', '260', '-245.768', '47.647', '389.822', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16814421', 'Purgatory_Bat', '290', '-295.371', '47.446', '389.103', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814422', 'Purgatory_Bat', '290', '-287.224', '47.409', '389.100', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16814423', 'Frost_Lizard', '263', '-271.698', '47.647', '389.047', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16814424', 'Frost_Lizard', '263', '-270.231', '47.647', '390.259', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16814425', 'Archaic_Chest', '248', '-350.000', '47.747', '370.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16814426', 'Dark_Elemental', '256', '-345.400', '47.647', '369.238', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16814427', 'Ice_Elemental', '281', '-353.686', '47.647', '368.596', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16814428', 'Archaic_Chest', '248', '-290.000', '47.747', '370.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16814429', 'Dark_Elemental', '256', '-289.372', '47.647', '368.792', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16814430', 'Ice_Elemental', '281', '-289.229', '47.647', '365.682', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16814431', 'Cryptonberry_Stalker', '255', '-323.011', '47.400', '313.519', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16814432', 'Golden-Tongued_Culberry', '279', '-344.008', '43.500', '315.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16818177', 'Diabolos', '10899', '-247.434', '-32.500', '290.977', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16818178', 'Diremite', '301', '-244.669', '-17.251', '289.089', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16818179', 'Diremite', '301', '-238.802', '-17.235', '280.202', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16818180', 'Diremite', '301', '-233.937', '-17.251', '280.147', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16818181', 'Diremite', '301', '-233.497', '-17.251', '289.611', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16818182', 'Diremite', '301', '-240.546', '-17.233', '279.588', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16818183', 'Diremite', '301', '-239.507', '-17.245', '283.781', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16818184', 'Diabolos', '10899', '-3.000', '7.500', '11.800', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16818185', 'Diremite', '301', '-5.781', '23.379', '0.724', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16818186', 'Diremite', '301', '-1.500', '23.379', '4.119', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16818187', 'Diremite', '301', '4.309', '23.378', '-0.016', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16818188', 'Diremite', '301', '4.731', '23.378', '5.745', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16818189', 'Diremite', '301', '0.452', '23.378', '5.108', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16818190', 'Diremite', '301', '-5.521', '23.378', '10.179', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16818191', 'Diabolos', '10899', '279.000', '48.000', '-267.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16818192', 'Diremite', '301', '280.000', '64.000', '-278.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818193', 'Diremite', '301', '284.000', '64.000', '-273.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818194', 'Diremite', '301', '274.000', '64.000', '-270.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818195', 'Diremite', '301', '284.000', '64.000', '-280.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818196', 'Diremite', '301', '277.000', '64.000', '-281.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818197', 'Diremite', '301', '275.000', '64.000', '-276.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818198', 'Pasuk', '303', '-249.257', '-16.252', '235.102', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16818200', 'Pasuk', '303', '-0.037', '23.500', '-5.449', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16818202', 'Pasuk', '303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818204', 'Diabolos', '300', '-247.434', '-32.500', '290.977', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16818205', 'Diremite_Dominator', '302', '-234.496', '-17.251', '284.421', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16818206', 'Diremite_Dominator', '302', '-238.295', '-17.251', '288.600', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16818207', 'Diremite_Dominator', '302', '-244.340', '-17.251', '285.129', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16818208', 'Diremite_Dominator', '302', '-236.980', '-17.250', '283.415', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16818209', 'Diremite_Dominator', '302', '-234.217', '-17.247', '278.493', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16818210', 'Diremite_Dominator', '302', '-238.437', '-17.245', '282.914', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16818211', 'Diabolos', '300', '-3.000', '7.500', '11.800', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16818212', 'Diremite_Dominator', '302', '-5.781', '23.379', '0.724', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16818213', 'Diremite_Dominator', '302', '-1.500', '23.379', '4.119', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16818214', 'Diremite_Dominator', '302', '4.309', '23.378', '-0.016', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16818215', 'Diremite_Dominator', '302', '4.731', '23.378', '5.745', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16818216', 'Diremite_Dominator', '302', '0.452', '23.378', '5.108', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16818217', 'Diremite_Dominator', '302', '-5.521', '23.378', '10.179', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16818218', 'Diabolos', '300', '279.000', '48.000', '-267.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16818219', 'Diremite_Dominator', '302', '280.000', '64.000', '-278.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818220', 'Diremite_Dominator', '302', '284.000', '64.000', '-273.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818221', 'Diremite_Dominator', '302', '274.000', '64.000', '-270.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818222', 'Diremite_Dominator', '302', '284.000', '64.000', '-280.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818223', 'Diremite_Dominator', '302', '277.000', '64.000', '-281.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16818224', 'Diremite_Dominator', '302', '275.000', '64.000', '-276.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16822273', 'Snipper', '346', '-87.905', '22.426', '-37.478', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16822274', 'Blind_Crab', '308', '-87.933', '22.426', '-36.581', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16822275', 'Cutter', '316', '-110.676', '15.500', '-59.936', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16822276', 'Ghost_Crab', '320', '-123.777', '22.334', '-99.180', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16822277', 'Amoebic_Nodule', '306', '-123.750', '22.334', '-99.273', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16822278', 'Dark_Bats', '317', '-338.902', '-8.475', '432.077', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16822279', 'Goblin_Craftsman', '321', '-342.399', '-8.641', '392.582', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16822280', 'Goblin_Gutterman', '324', '-349.847', '-7.047', '381.117', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16822281', 'Moblin_Pickman', '339', '-341.333', '-8.595', '393.867', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16822282', 'Goblin_Leadman', '326', '-324.904', '-1.161', '301.081', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16822283', 'Goblin_s_Bat', '330', '-323.105', '-0.793', '301.241', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16822284', 'Dark_Bats', '317', '-338.743', '-4.744', '308.922', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16822285', 'Moblin_Witchman', '344', '-339.601', '-5.038', '309.783', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16822286', 'Goblin_Hammerman', '325', '-301.488', '-0.475', '289.243', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16822287', 'Moblin_Witchman', '344', '-317.037', '-0.627', '301.926', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16822288', 'Dark_Bats', '317', '-301.040', '-0.475', '282.423', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16822289', 'Goblin_Gutterman', '324', '-302.154', '-0.599', '245.488', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16822290', 'Moblin_Ragman', '341', '-301.034', '-0.511', '256.201', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16822291', 'Moblin_Chapman', '335', '-288.073', '-0.608', '181.377', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16822292', 'Goblin_Craftsman', '321', '-289.639', '-0.608', '181.996', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16822293', 'Moblin_Witchman', '344', '-250.938', '-0.600', '170.398', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16822294', 'Moblin_Ragman', '341', '-250.830', '-0.600', '170.277', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16822295', 'Moblin_Pickman', '339', '-254.220', '-0.589', '214.869', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16822296', 'Bugbear_Servingman', '313', '-225.088', '-0.500', '219.323', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16822297', 'Bugbear_Servingman', '313', '-250.441', '-0.610', '184.015', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16822298', 'Bugbear_Servingman', '313', '-261.572', '-0.669', '189.076', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16822299', 'Goblin_Hammerman', '325', '-298.767', '-0.475', '268.803', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16822300', 'Dark_Bats', '317', '-298.794', '-0.475', '263.206', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16822301', 'Moblin_Chapman', '335', '-142.705', '7.366', '212.871', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16822302', 'Dark_Bats', '317', '-155.832', '7.508', '219.742', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16822303', 'Goblin_Craftsman', '321', '-259.123', '-0.457', '111.152', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16822304', 'Moblin_Witchman', '344', '-260.402', '3.556', '95.377', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16822305', 'Goblin_Leadman', '326', '-259.028', '-0.343', '110.494', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16822306', 'Goblin_s_Bat', '330', '-258.342', '0.019', '108.448', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16822307', 'Moblin_Ragman', '341', '-267.557', '7.282', '23.819', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16822308', 'Bugbear_Servingman', '313', '-266.781', '7.288', '24.949', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16822309', 'Earth_Elemental', '319', '-269.619', '7.240', '20.834', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16822310', 'Goblin_Leadman', '326', '-204.737', '7.400', '20.663', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16822311', 'Goblin_s_Bat', '330', '-202.319', '7.400', '21.319', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16822312', 'Goblin_Hammerman', '325', '-207.971', '11.400', '27.491', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16822313', 'Bugbear_Servingman', '313', '-209.203', '11.407', '29.280', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16822314', 'Moblin_Chapman', '335', '-230.769', '11.374', '34.554', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16822315', 'Bugbear_Servingman', '313', '-230.316', '11.380', '33.700', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16822316', 'Goblin_Gutterman', '324', '-220.552', '7.399', '-1.009', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16822317', 'Goblin_Craftsman', '321', '-239.708', '7.397', '-19.745', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16822318', 'Moblin_Ragman', '341', '-228.709', '7.397', '-27.425', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16822319', 'Dark_Bats', '317', '-229.384', '7.400', '-29.475', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16822320', 'Bugbear_Servingman', '313', '-229.463', '7.398', '-28.687', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16822321', 'Bugbear_Servingman', '313', '-222.679', '7.393', '-14.738', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16822322', 'Bugbear_Servingman', '313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16822323', 'Moblin_Chapman', '335', '-269.272', '7.329', '-17.276', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16822324', 'Goblin_Leadman', '326', '-257.443', '7.400', '-31.041', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16822325', 'Goblin_s_Bat', '330', '-258.138', '7.392', '-29.681', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16822326', 'Stirge', '347', '-260.631', '6.710', '-85.859', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16822327', 'Stirge', '347', '-260.693', '6.398', '-87.689', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16822328', 'Dark_Bats', '317', '-260.729', '7.524', '-74.066', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16822329', 'Stirge', '347', '-180.227', '7.586', '44.878', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16822330', 'Moblin_Ragman', '341', '-179.827', '7.537', '41.892', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16822331', 'Ancient_Bomb', '307', '-84.798', '7.524', '59.067', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16822332', 'Moblin_Pickman', '339', '-133.651', '7.524', '58.440', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16822333', 'Goblin_Hammerman', '325', '-133.556', '7.525', '58.565', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16822334', 'Ancient_Bomb', '307', '-115.394', '7.625', '59.177', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16822335', 'Moblin_Witchman', '344', '-126.046', '7.525', '99.448', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16822336', 'Bugbear_Servingman', '313', '-139.297', '7.525', '120.369', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16822337', 'Moblin_Chapman', '335', '-135.030', '7.525', '105.700', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16822338', 'Goblin_Gutterman', '324', '-83.871', '7.586', '100.021', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16822339', 'Goblin_Leadman', '326', '-82.986', '7.580', '100.188', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16822340', 'Goblin_s_Bat', '330', '-75.931', '7.530', '100.251', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16822341', 'Goblin_Hammerman', '325', '-99.191', '7.524', '75.167', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16822342', 'Goblin_Craftsman', '321', '-86.615', '7.524', '61.223', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16822343', 'Moblin_Pickman', '339', '-90.932', '7.519', '63.349', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16822344', 'Bugbear_Servingman', '313', '-77.429', '7.524', '60.780', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16822345', 'Goblin_Craftsman', '321', '-25.777', '7.338', '55.171', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16822346', 'Moblin_Witchman', '344', '-21.539', '7.500', '47.918', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16822347', 'Dark_Bats', '317', '-20.308', '7.644', '2.209', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16822348', 'Dark_Bats', '317', '-51.742', '15.514', '-20.646', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16822349', 'Thunder_Elemental', '349', '-22.734', '11.482', '-11.395', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16822350', 'Dark_Bats', '317', '-167.189', '14.455', '-59.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16822351', 'Stirge', '347', '-177.612', '11.789', '-52.810', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16822352', 'Earth_Elemental', '319', '-177.525', '12.113', '-53.812', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16822353', 'Stirge', '347', '-136.452', '12.355', '-145.609', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16822354', 'Stirge', '347', '-140.778', '8.520', '-154.863', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16822355', 'Thunder_Elemental', '349', '-139.230', '11.257', '-148.610', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16822356', 'Ancient_Bomb', '307', '-123.209', '15.248', '-140.667', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16822357', 'Goblin_Hammerman', '325', '-135.515', '7.323', '-213.963', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16822358', 'Moblin_Chapman', '335', '-130.480', '7.393', '-217.316', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16822359', 'Bugbear_Servingman', '313', '-103.709', '7.394', '-228.962', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16822360', 'Bugbear_Servingman', '313', '-132.708', '7.399', '-259.142', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16822361', 'Moblin_Ragman', '341', '-145.666', '7.326', '-301.033', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16822362', 'Moblin_Pickman', '339', '-139.391', '7.400', '-292.889', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16822363', 'Moblin_Chapman', '335', '-101.851', '7.390', '-289.246', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16822364', 'Moblin_Witchman', '344', '-103.635', '7.338', '-292.645', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16822365', 'Goblin_Craftsman', '321', '-95.307', '7.407', '-269.276', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16822366', 'Goblin_Leadman', '326', '-47.263', '7.525', '-261.467', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16822367', 'Goblin_s_Bat', '330', '-43.837', '7.525', '-261.416', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16822368', 'Stirge', '347', '-47.182', '7.525', '-261.039', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16822369', 'Ancient_Bomb', '307', '-37.836', '7.525', '-260.220', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16822370', 'Dark_Bats', '317', '-190.382', '7.525', '-299.359', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16822371', 'Ancient_Bomb', '307', '-199.891', '7.525', '-299.827', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16822372', 'Moblin_Ragman', '341', '-218.636', '7.322', '-286.006', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16822373', 'Bugbear_Servingman', '313', '-223.573', '11.259', '-253.970', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16822374', 'Moblin_Pickman', '339', '-245.861', '7.400', '-259.352', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16822375', 'Goblin_Gutterman', '324', '-262.485', '8.008', '-258.935', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16822376', 'Stirge', '347', '-302.889', '7.524', '-258.524', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16822377', 'Moblin_Rodman', '343', '-90.912', '19.400', '-77.579', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16822378', 'Moblin_Rodman', '343', '-92.880', '19.400', '-88.345', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16822379', 'Moblin_Rodman', '343', '-69.323', '19.400', '-70.863', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16822380', 'Moblin_Rodman', '343', '-89.454', '19.400', '-66.410', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16822381', 'Goblin_Craftsman', '321', '-60.711', '15.316', '-32.379', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16822382', 'Goblin_Hammerman', '325', '-109.702', '15.400', '-61.195', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16822383', 'Moblin_Pickman', '339', '-83.567', '22.258', '-40.432', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16822384', 'Moblin_Ragman', '341', '-61.856', '15.490', '-109.998', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16822385', 'Goblin_Hammerman', '325', '-133.184', '15.493', '-59.940', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16822386', 'Goblin_Craftsman', '321', '-61.169', '15.400', '-39.019', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16822387', 'Moblin_Chapman', '335', '-117.142', '22.219', '-101.548', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16822388', 'Moblin_Witchman', '344', '-67.894', '22.236', '-116.576', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16822389', 'Goblin_Gutterman', '324', '-94.689', '17.212', '-102.255', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16822390', 'Moblin_Pickman', '339', '-87.738', '22.426', '-40.063', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16822391', 'Moblin_Witchman', '344', '-74.310', '22.230', '-118.047', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16822392', 'Moblin_Chapman', '335', '-116.212', '22.239', '-102.201', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16822393', 'Moblin_Ragman', '341', '-60.763', '15.205', '-111.960', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16822394', 'Goblin_Gutterman', '324', '-99.134', '15.405', '-112.742', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16822395', 'Dark_Bats', '317', '-20.979', '11.525', '-131.922', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16822396', 'Stirge', '347', '-19.547', '11.525', '-126.138', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16822397', 'Earth_Elemental', '319', '-40.804', '11.525', '-140.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16822398', 'Ancient_Bomb', '307', '-19.649', '11.525', '-129.601', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16822399', 'Bugbear_Bondman', '310', '-38.215', '7.500', '101.636', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16822400', 'Bugbear_Bondman', '310', '-38.805', '7.494', '98.486', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16822401', 'Goblin_Tollman', '331', '-11.411', '7.400', '99.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16822402', 'Goblin_s_Bat', '330', '-10.263', '7.400', '100.151', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16822403', 'Bugbear_Bondman', '310', '-6.487', '11.389', '112.951', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16822404', 'Moblin_Gasman', '337', '-24.221', '11.483', '115.363', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16822405', 'Moblin_Coalman', '336', '-24.441', '11.400', '115.286', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16822406', 'Moblin_Repairman', '342', '-18.566', '7.392', '73.039', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16822407', 'Goblin_Doorman', '322', '-0.470', '7.398', '60.986', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16822408', 'Goblin_Oilman', '327', '-9.879', '7.398', '62.559', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16822409', 'Moblin_Pikeman', '340', '21.122', '7.416', '74.014', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16822410', 'Goblin_Oilman', '327', '20.964', '7.415', '74.008', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16822411', 'Moblin_Pikeman', '340', '18.839', '7.392', '53.374', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16822412', 'Goblin_Oilman', '327', '18.409', '7.388', '52.763', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16822413', 'Bugbear_Bondman', '310', '14.779', '7.393', '57.043', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16822414', 'Bugbear_Bondman', '310', '14.654', '7.393', '57.062', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16822415', 'Bugbear_Bondman', '310', '13.489', '7.324', '107.779', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16822416', 'Bugbear_Bondman', '310', '23.551', '7.240', '108.883', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16822417', 'Dark_Bats', '317', '18.393', '7.526', '13.115', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16822418', 'Ancient_Bomb', '307', '19.683', '7.525', '-10.264', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16822419', 'Goblin_Doorman', '322', '8.102', '7.399', '-52.163', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16822420', 'Moblin_Repairman', '342', '10.878', '7.398', '-50.647', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16822421', 'Bugbear_Bondman', '310', '-0.920', '11.500', '-98.408', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16822422', 'Bugbear_Bondman', '310', '-0.750', '11.500', '-101.360', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16822423', 'Bugbear_Strongman', '314', '4.609', '11.472', '-101.235', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16822424', 'Goblin_Oilman', '327', '35.601', '9.395', '-117.086', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16822425', 'Bugbear_Bondman', '310', '58.013', '15.500', '-121.928', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16822426', 'Bugbear_Bondman', '310', '83.343', '15.559', '-138.551', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16822427', 'Bugbear_Strongman', '314', '60.728', '15.487', '-118.886', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16822428', 'Goblin_Shovelman', '329', '62.179', '15.399', '-110.208', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16822429', 'Moblin_Repairman', '342', '59.176', '14.643', '-97.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16822430', 'Goblin_Shovelman', '329', '65.799', '11.393', '-76.488', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16822431', 'Goblin_Tollman', '331', '60.426', '11.395', '-76.399', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16822432', 'Goblin_s_Bat', '330', '73.469', '11.463', '-69.204', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16822433', 'Goblin_Freelance', '323', '38.604', '13.398', '-56.002', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16822434', 'Moblin_Gasman', '337', '38.746', '13.023', '-54.641', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16822435', 'Moblin_Coalman', '336', '38.496', '13.275', '-55.778', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16822436', 'Moblin_Pikeman', '340', '38.420', '13.470', '-56.808', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16822437', 'Goblin_Freelance', '323', '30.656', '9.400', '-87.978', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16822438', 'Moblin_Gasman', '337', '31.066', '9.403', '-86.041', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16822439', 'Moblin_Coalman', '336', '27.858', '9.604', '-87.672', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16822440', 'Moblin_Pikeman', '340', '27.082', '9.500', '-89.526', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16822441', 'Stirge', '347', '114.531', '11.525', '-59.633', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16822442', 'Stirge', '347', '107.317', '11.625', '-60.234', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16822443', 'Ancient_Bomb', '307', '-138.448', '7.524', '108.444', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16822444', 'Moblin_Gasman', '337', '166.154', '11.400', '-58.184', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16822445', 'Moblin_Coalman', '336', '154.628', '11.400', '-60.391', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16822446', 'Moblin_Pikeman', '340', '171.413', '16.994', '-76.517', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16822447', 'Moblin_Repairman', '342', '169.720', '17.259', '-76.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16822448', 'Goblin_Oilman', '327', '165.128', '16.423', '-77.001', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16822449', 'Goblin_Doorman', '322', '163.757', '11.399', '-86.965', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16822450', 'Moblin_Ashman', '334', '172.310', '19.400', '-59.064', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16822451', 'Thunder_Elemental', '349', '178.930', '7.384', '-36.095', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16822452', 'Earth_Elemental', '319', '175.782', '7.400', '-42.404', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16822453', 'Dark_Bats', '317', '179.178', '7.524', '-100.272', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16822454', 'Thunder_Elemental', '349', '179.332', '7.526', '-100.500', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16822455', 'Earth_Elemental', '319', '179.676', '7.519', '-98.111', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16822456', 'Bugallug', '309', '165.065', '13.500', '-41.919', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16822457', 'Moblin_Gurneyman', '338', '-18.203', '7.400', '98.253', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16822458', 'Moblin_Gurneyman', '338', '30.326', '9.405', '-86.705', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16822459', 'Goblin_Wolfman', '332', '-150.910', '7.499', '-251.817', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16822460', 'Goblin_Preceptor', '328', '-140.000', '7.493', '146.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16822461', 'Grimoire_Guru_Grimogek', '333', '-141.111', '7.488', '148.984', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16822462', 'Dread_Dealing_Dredodak', '318', '-140.000', '7.576', '143.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16822463', 'Bugbear_Porterman', '312', '-143.000', '7.500', '150.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16822464', 'Bugbear_Porterman', '312', '-137.000', '7.500', '150.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16822465', 'Bugbear_Porterman', '312', '-142.000', '7.294', '142.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16822466', 'Bugbear_Porterman', '312', '-138.000', '7.541', '142.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16826369', 'Goblin_Foreman', '360', '-267.675', '7.394', '-180.138', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16826370', 'Goblin_s_Bat', '368', '-269.449', '7.396', '-179.932', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826371', 'Goblin_Packman', '366', '-296.435', '7.368', '-148.179', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16826372', 'Bugbear_Trashman', '354', '-298.961', '7.345', '-160.778', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16826373', 'Goblin_Fireman', '359', '-290.474', '11.372', '-186.794', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16826374', 'Goblin_Lengthman', '364', '-310.599', '11.399', '-195.083', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16826375', 'Bugbear_Trashman', '354', '-304.452', '11.379', '-194.800', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16826376', 'Goblin_Fireman', '359', '-230.992', '7.626', '-179.058', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16826377', 'Goblin_Packman', '366', '-227.663', '7.864', '-178.602', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16826378', 'Goblin_Lengthman', '364', '-219.257', '8.878', '-179.271', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16826379', 'Bugbear_Watchman', '355', '-178.542', '11.500', '-161.705', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16826380', 'Bugbear_Watchman', '355', '-181.544', '11.500', '-161.569', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16826381', 'Goblin_Foreman', '360', '-184.704', '15.400', '132.289', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16826382', 'Goblin_s_Bat', '368', '-184.776', '15.407', '130.686', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16826383', 'Bugbear_Trashman', '354', '-223.124', '19.259', '134.124', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16826384', 'Moblin_Workman', '378', '-181.816', '15.399', '153.368', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16826385', 'Goblin_Packman', '366', '-188.825', '15.400', '135.555', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16826386', 'Goblin_Lengthman', '364', '-225.930', '19.245', '145.125', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16826387', 'Moblin_Tankman', '376', '-179.922', '15.399', '130.415', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16826388', 'Goblin_Fireman', '359', '-175.868', '15.399', '131.557', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16826389', 'Goblin_Fireman', '359', '-169.226', '15.399', '132.608', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16826390', 'Moblin_Draftsman', '371', '-169.467', '15.399', '138.933', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16826391', 'Moblin_Workman', '378', '-180.085', '15.424', '183.490', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16826392', 'Bugbear_Trashman', '354', '-181.339', '15.337', '183.507', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16826393', 'Dire_Bat', '356', '-140.106', '15.526', '199.535', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16826394', 'Dire_Bat', '356', '-139.995', '15.537', '204.656', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16826395', 'Bugbear_Trashman', '354', '-117.686', '15.387', '219.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16826396', 'Goblin_Foreman', '360', '-96.017', '15.291', '227.871', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16826397', 'Goblin_s_Bat', '368', '-93.840', '15.280', '225.666', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16826398', 'Goblin_Lengthman', '364', '-90.759', '15.399', '214.696', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16826399', 'Bugbear_Trashman', '354', '-88.275', '15.399', '218.446', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16826400', 'Moblin_Workman', '378', '-45.743', '15.525', '219.343', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16826401', 'Moblin_Yardman', '379', '-35.744', '15.525', '220.100', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16826402', 'Goblin_Fireman', '359', '7.642', '15.375', '220.219', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16826403', 'Goblin_Packman', '366', '9.259', '15.337', '217.607', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16826404', 'Goblin_Lengthman', '364', '26.584', '15.324', '212.878', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16826405', 'Goblin_Fireman', '359', '22.163', '15.324', '210.710', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16826406', 'Goblin_Packman', '366', '10.013', '15.336', '216.450', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16826407', 'Goblin_Lengthman', '364', '23.486', '15.424', '211.588', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16826408', 'Succubus_Bats', '382', '69.990', '19.760', '181.623', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16826409', 'Succubus_Bats', '382', '74.650', '19.691', '180.936', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16826410', 'Moblin_Yardman', '379', '99.195', '19.399', '163.205', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16826411', 'Moblin_Tankman', '376', '99.036', '19.418', '162.961', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16826412', 'Moblin_Tankman', '376', '140.860', '20.019', '140.711', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16826413', 'Moblin_Draftsman', '371', '88.669', '19.394', '139.116', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16826414', 'Moblin_Workman', '378', '117.794', '19.500', '140.053', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16826415', 'Goblin_Foreman', '360', '120.503', '19.399', '139.846', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16826416', 'Goblin_s_Bat', '368', '117.065', '19.399', '139.514', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16826417', 'Bugbear_Trashman', '354', '104.256', '19.439', '132.672', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16826418', 'Goblin_Fireman', '359', '101.497', '19.235', '109.187', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16826419', 'Bugbear_Trashman', '354', '93.119', '19.279', '94.534', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16826420', 'Goblin_Packman', '366', '123.229', '19.500', '99.319', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16826421', 'Goblin_Lengthman', '364', '129.995', '19.399', '99.138', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826422', 'Moblin_Workman', '378', '151.028', '19.500', '102.483', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16826423', 'Moblin_Yardman', '379', '131.597', '19.392', '108.013', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16826424', 'Moblin_Draftsman', '371', '138.673', '19.345', '99.673', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16826425', 'Moblin_Draftsman', '371', '-116.386', '15.534', '98.785', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16826426', 'Moblin_Tankman', '376', '-107.479', '15.525', '96.453', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16826427', 'Dire_Bat', '356', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826428', 'Moblin_Workman', '378', '-99.479', '15.625', '88.526', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16826429', 'Moblin_Draftsman', '371', '-99.311', '15.524', '80.257', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16826430', 'Succubus_Bats', '382', '-98.916', '15.525', '62.031', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16826431', 'Moblin_Workman', '378', '-59.210', '15.550', '78.697', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16826432', 'Moblin_Tankman', '376', '-59.367', '15.525', '86.048', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16826433', 'Succubus_Bats', '382', '-64.224', '15.525', '95.107', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16826434', 'Thunder_Elemental', '384', '-88.364', '15.257', '100.705', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16826435', 'Earth_Elemental', '357', '-88.231', '15.148', '97.782', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16826436', 'Bugbear_Trashman', '354', '-59.235', '15.400', '38.020', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16826437', 'Goblin_Lengthman', '364', '-27.429', '15.399', '34.499', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16826438', 'Goblin_Foreman', '360', '-30.391', '15.393', '31.705', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16826439', 'Goblin_s_Bat', '368', '-28.595', '15.397', '34.652', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16826440', 'Bugbear_Watchman', '355', '-221.513', '15.500', '163.820', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16826441', 'Bugbear_Watchman', '355', '-218.485', '15.500', '163.395', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16826442', 'Goblin_Fireman', '359', '-149.441', '11.378', '-141.095', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16826443', 'Goblin_Lengthman', '364', '-141.419', '11.504', '-151.860', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16826444', 'Goblin_Foreman', '360', '-125.060', '11.382', '-139.344', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16826445', 'Goblin_s_Bat', '368', '-123.280', '11.389', '-139.331', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16826446', 'Moblin_Workman', '378', '-73.975', '12.018', '-139.917', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16826447', 'Goblin_Packman', '366', '-74.243', '12.400', '-140.118', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16826448', 'Moblin_Yardman', '379', '-137.004', '11.384', '-131.219', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16826449', 'Moblin_Draftsman', '371', '-129.134', '15.405', '-93.537', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16826450', 'Goblin_Packman', '366', '-127.780', '15.396', '-91.049', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16826451', 'Bugbear_Trashman', '354', '-149.912', '15.324', '-90.407', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16826452', 'Moblin_Tankman', '376', '-148.858', '11.432', '-100.771', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16826453', 'Bugbear_Trashman', '354', '-148.757', '11.400', '-100.877', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16826454', 'Bugbear_Trashman', '354', '-148.607', '11.400', '-100.968', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16826455', 'Goblin_Packman', '366', '-55.261', '13.638', '-100.676', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16826456', 'Moblin_Yardman', '379', '-60.802', '12.547', '-100.417', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16826457', 'Succubus_Bats', '382', '-57.820', '13.213', '-100.049', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16826458', 'Moblin_Draftsman', '371', '-5.583', '15.524', '-100.689', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16826459', 'Goblin_Foreman', '360', '-5.562', '15.524', '-100.585', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16826460', 'Goblin_s_Bat', '368', '-2.332', '15.524', '-100.959', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16826461', 'Succubus_Bats', '382', '-4.248', '15.524', '-100.150', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16826462', 'Thunder_Elemental', '384', '-18.556', '15.409', '-92.883', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16826463', 'Earth_Elemental', '357', '-30.672', '15.525', '-99.318', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16826464', 'Goblin_Lengthman', '364', '-24.844', '16.169', '-31.990', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16826465', 'Moblin_Tankman', '376', '-25.753', '15.400', '-23.066', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16826466', 'Moblin_Draftsman', '371', '48.265', '15.334', '-99.780', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16826467', 'Moblin_Workman', '378', '61.639', '15.525', '-134.861', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16826468', 'Moblin_Yardman', '379', '61.692', '15.525', '-132.393', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16826469', 'Goblin_Fireman', '359', '-24.781', '15.866', '-179.264', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16826470', 'Goblin_Fireman', '359', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826471', 'Goblin_Packman', '366', '-19.334', '15.777', '-178.900', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16826472', 'Goblin_Lengthman', '364', '32.273', '15.392', '-182.360', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16826473', 'Moblin_Draftsman', '371', '11.672', '15.385', '-185.609', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16826474', 'Sword_Sorcerer_Solisoq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826475', 'Goblin_Foreman', '360', '60.078', '15.398', '-163.398', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16826476', 'Goblin_s_Bat', '368', '59.497', '15.399', '-160.158', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16826477', 'Goblin_Lengthman', '364', '50.827', '15.392', '-185.153', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16826478', 'Bugbear_Trashman', '354', '50.743', '15.392', '-185.247', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16826479', 'Bugbear_Watchman', '355', '94.011', '15.494', '-176.779', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16826480', 'Goblin_Headman', '362', '98.648', '15.525', '-142.444', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16826481', 'Goblin_s_Bat', '368', '98.133', '15.544', '-145.032', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16826482', 'Nightmare_Bats', '380', '98.777', '15.525', '-140.029', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16826483', 'Goblin_Junkman', '363', '110.066', '19.852', '-100.950', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16826484', 'Moblin_Aidman', '370', '113.128', '19.815', '-100.989', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16826485', 'Purgatory_Bat', '381', '123.166', '19.525', '-101.338', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16826486', 'Goblin_Junkman', '363', '149.913', '19.388', '-54.711', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16826487', 'Moblin_Topsman', '377', '148.288', '19.398', '-53.638', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16826488', 'Bugbear_Deathsman', '352', '140.638', '19.331', '-64.984', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16826489', 'Bugbear_Watchman', '355', '-87.807', '15.500', '-21.246', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16826490', 'Bugbear_Watchman', '355', '-87.459', '15.500', '-18.783', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16826491', 'Goblin_Marksman', '365', '-54.553', '13.114', '-22.448', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16826492', 'Goblin_Headman', '362', '-54.520', '13.112', '-21.782', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16826493', 'Goblin_s_Bat', '368', '-73.969', '15.576', '-19.966', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16826494', 'Bugbear_Deathsman', '352', '-51.329', '14.156', '6.366', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16826495', 'Moblin_Aidman', '370', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826496', 'Moblin_Engineman', '372', '-22.522', '13.814', '3.219', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16826497', 'Moblin_Roadman', '374', '-11.518', '15.402', '4.404', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16826498', 'Moblin_Aidman', '370', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826499', 'Moblin_Engineman', '372', '-4.755', '15.397', '-18.004', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16826500', 'Goblin_Hangman', '361', '-8.552', '15.045', '-7.898', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16826501', 'Goblin_Junkman', '363', '39.470', '15.524', '20.392', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16826502', 'Purgatory_Bat', '381', '42.544', '15.525', '20.641', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16826503', 'Purgatory_Bat', '381', '28.502', '15.525', '19.636', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16826504', 'Moblin_Engineman', '372', '38.866', '15.525', '-19.243', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16826505', 'Nightmare_Bats', '380', '38.772', '15.525', '-19.219', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16826506', 'Nightmare_Bats', '380', '43.806', '15.525', '-19.070', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16826507', 'Goblin_Swordsman', '367', '92.145', '15.500', '66.595', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16826508', 'Moblin_Aidman', '370', '94.866', '15.500', '66.412', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16826509', 'Moblin_Engineman', '372', '100.779', '15.500', '57.094', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16826510', 'Swashstox_Beadblinker', '383', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826511', 'Moblin_Aidman', '370', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826512', 'Moblin_Engineman', '372', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826513', 'Moblin_Groundman', '373', '98.089', '15.347', '32.749', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16826514', 'Goblin_Swordsman', '367', '88.412', '15.421', '-19.950', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16826515', 'Moblin_Aidman', '370', '90.206', '15.468', '-20.318', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16826516', 'Moblin_Engineman', '372', '91.269', '15.460', '-20.597', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16826517', 'Swashstox_Beadblinker', '383', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826518', 'Moblin_Aidman', '370', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826519', 'Moblin_Engineman', '372', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826520', 'Moblin_Groundman', '373', '100.323', '15.884', '-21.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16826521', 'Goblin_Junkman', '363', '85.468', '15.392', '19.121', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16826522', 'Moblin_Roadman', '374', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826523', 'Goblin_Headman', '362', '89.343', '15.392', '19.926', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16826524', 'Goblin_s_Bat', '368', '87.256', '15.393', '19.635', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16826525', 'Bugbear_Deathsman', '352', '95.465', '15.394', '63.613', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16826526', 'Goblin_Marksman', '365', '141.676', '15.321', '37.324', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16826527', 'Goblin_Junkman', '363', '139.557', '15.391', '49.859', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16826528', 'Goblin_Headman', '362', '169.323', '15.399', '25.309', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16826529', 'Goblin_s_Bat', '368', '171.206', '15.399', '22.581', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16826530', 'Moblin_Aidman', '370', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826531', 'Moblin_Engineman', '372', '93.205', '15.404', '-19.526', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16826532', 'Goblin_Hangman', '361', '95.537', '15.508', '-19.385', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16826533', 'Bugbear_Deathsman', '352', '141.665', '15.400', '-20.561', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16826534', 'Goblin_Hangman', '361', '136.570', '19.399', '-8.283', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16826535', 'Moblin_Topsman', '377', '150.301', '19.391', '-12.183', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16826536', 'Bugbear_Deathsman', '352', '153.388', '19.365', '-9.501', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16826537', 'Moblin_Aidman', '370', '213.443', '15.500', '17.938', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16826538', 'Moblin_Engineman', '372', '174.667', '15.404', '9.855', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16826539', 'Moblin_Topsman', '377', '182.884', '15.509', '10.512', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16826540', 'Goblin_Headman', '362', '179.136', '15.554', '31.559', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16826541', 'Goblin_s_Bat', '368', '154.308', '15.342', '60.777', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16826542', 'Goblin_Hangman', '361', '142.441', '15.472', '67.302', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16826543', 'Goblin_Marksman', '365', '144.080', '15.500', '65.720', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16826544', 'Moblin_Roadman', '374', '188.420', '15.399', '24.762', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16826545', 'Goblin_Marksman', '365', '148.187', '19.370', '-13.413', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16826546', 'Moblin_Engineman', '372', '152.874', '19.364', '-9.537', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16826547', 'Goblin_Swordsman', '367', '225.368', '19.242', '-25.398', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16826548', 'Moblin_Aidman', '370', '225.408', '19.252', '-23.399', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16826549', 'Moblin_Topsman', '377', '226.060', '19.169', '-22.524', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16826550', 'Moblin_Aidman', '370', '273.166', '20.029', '-60.481', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16826551', 'Moblin_Roadman', '374', '270.892', '19.816', '-60.278', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16826552', 'Moblin_Roadman', '374', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826553', 'Moblin_Topsman', '377', '279.199', '19.575', '-61.027', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16826554', 'Moblin_Roadman', '374', '316.332', '23.381', '-21.206', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16826555', 'Moblin_Roadman', '374', '303.316', '23.535', '-27.475', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16826556', 'Moblin_Topsman', '377', '370.367', '23.406', '-20.742', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16826557', 'Moblin_Topsman', '377', '362.459', '23.410', '-21.093', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16826558', 'Moblin_Aidman', '370', '348.525', '25.400', '-0.912', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16826559', 'Moblin_Aidman', '370', '345.287', '25.459', '2.796', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16826560', 'Moblin_Engineman', '372', '349.717', '25.460', '-43.664', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16826561', 'Moblin_Engineman', '372', '345.902', '25.454', '-42.570', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16826562', 'Thunder_Elemental', '384', '430.128', '26.532', '-20.308', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16826563', 'Earth_Elemental', '357', '426.107', '25.734', '-21.560', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16826564', 'Mimic', '369', '-46.013', '17.481', '-26.274', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16826565', 'Moblin_Scalpelman', '375', '100.665', '19.400', '155.449', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16826566', 'Moblin_Scalpelman', '375', '69.702', '15.380', '-177.221', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16826567', 'Moblin_Scalpelman', '375', '-27.861', '13.375', '4.197', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16826568', 'Moblin_Scalpelman', '375', '300.284', '23.536', '-33.227', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16826569', 'Goblin_Collector', '358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16826570', 'Bugbear_Matman', '353', '124.544', '19.988', '-60.670', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16830465', 'Movamuq', '404', '-459.709', '121.532', '19.837', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16830466', 'Chekochuk', '388', '-461.940', '121.637', '15.079', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16830467', 'Trikotrak', '410', '-468.082', '121.500', '21.940', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16830468', 'Swipostik', '407', '-465.584', '121.704', '24.009', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16830469', 'Bugbby', '386', '-459.238', '119.500', '-42.363', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16830470', 'Movamuq', '404', '17.298', '1.637', '23.970', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16830471', 'Chekochuk', '388', '21.653', '1.532', '21.318', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16830472', 'Trikotrak', '410', '20.868', '1.500', '29.671', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16830473', 'Swipostik', '407', '23.614', '1.704', '25.832', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16830474', 'Bugbby', '386', '19.492', '1.532', '24.940', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16830475', 'Movamuq', '404', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830476', 'Chekochuk', '388', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830477', 'Trikotrak', '410', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830478', 'Swipostik', '407', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830479', 'Bugbby', '386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830480', 'Twilotak', '411', '-460.000', '121.532', '20.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830481', 'Moblin_Wisewoman', '403', '-465.500', '121.500', '28.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830482', 'Moblin_Clergyman', '401', '-463.500', '121.500', '30.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830483', 'Moblin_Wisewoman', '403', '-461.500', '121.486', '32.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830484', 'Moblin_Clergyman', '401', '-458.500', '121.500', '32.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830485', 'Moblin_Wisewoman', '403', '-456.500', '121.500', '30.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830486', 'Moblin_Clergyman', '401', '-454.500', '121.500', '28.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830487', 'Twilotak', '411', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830488', 'Moblin_Wisewoman', '403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830489', 'Moblin_Clergyman', '401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830490', 'Moblin_Wisewoman', '403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830491', 'Moblin_Clergyman', '401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830492', 'Moblin_Wisewoman', '403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830493', 'Moblin_Clergyman', '401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830494', 'Twilotak', '411', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830495', 'Moblin_Wisewoman', '403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830496', 'Moblin_Clergyman', '401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830497', 'Moblin_Wisewoman', '403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830498', 'Moblin_Clergyman', '401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830499', 'Moblin_Wisewoman', '403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830500', 'Moblin_Clergyman', '401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830501', 'Bugboy', '387', '-459.589', '121.532', '16.424', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16830503', 'Bugboy', '387', '20.138', '1.532', '16.883', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16830505', 'Bugboy', '387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830507', 'Moblin_Fantoccinian', '402', '-460.744', '121.500', '9.581', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830509', 'Fantoccini', '391', '-460.877', '120.524', '3.321', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16830510', 'Fantoccini_Monster', '394', '-458.769', '121.532', '19.387', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16830511', 'Fantoccini_Wyvern', '395', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830512', 'Fantoccini_Avatar', '393', '-461.058', '119.431', '-14.295', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16830513', 'Fantoccini_Automaton', '392', '-461.140', '121.491', '8.490', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16830514', 'Moblin_Fantoccinian', '402', '16.000', '1.704', '26.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16830516', 'Fantoccini', '391', '20.000', '1.532', '20.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16830517', 'Fantoccini_Monster', '394', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830518', 'Fantoccini_Wyvern', '395', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830519', 'Fantoccini_Avatar', '393', '21.996', '1.521', '14.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16830520', 'Fantoccini_Automaton', '392', '20.773', '1.532', '18.013', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16830521', 'Moblin_Fantoccinian', '402', '500.144', '-119.946', '1.794', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16830523', 'Fantoccini', '391', '500.503', '-120.500', '-3.613', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16830524', 'Fantoccini_Monster', '394', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830525', 'Fantoccini_Wyvern', '395', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830526', 'Fantoccini_Avatar', '393', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830527', 'Fantoccini_Automaton', '392', '501.054', '-118.864', '5.299', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16830529', 'Hume_Automaton', '397', '-462.139', '119.625', '-91.037', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16830530', 'Elvaan_Automaton', '390', '-469.964', '119.625', '-99.018', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16830531', 'Tarutaru_Automaton', '408', '-460.115', '119.625', '-66.674', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16830532', 'Mithran_Automaton', '400', '-459.948', '119.525', '-70.782', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16830533', 'Galkan_Automaton', '396', '-459.356', '119.829', '1.849', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16830535', 'Hume_Automaton', '397', '20.090', '-0.500', '-40.919', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16830536', 'Elvaan_Automaton', '390', '19.860', '-0.569', '-47.449', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16830537', 'Tarutaru_Automaton', '408', '18.000', '1.637', '26.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16830538', 'Mithran_Automaton', '400', '19.543', '-0.599', '-26.051', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16830539', 'Galkan_Automaton', '396', '18.733', '-0.475', '-68.619', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16830541', 'Hume_Automaton', '397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830542', 'Elvaan_Automaton', '390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830543', 'Tarutaru_Automaton', '408', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830544', 'Mithran_Automaton', '400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830545', 'Galkan_Automaton', '396', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830546', 'Buggesy', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830547', 'Bugafrod', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830548', 'Viovek', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830549', 'Lustilok', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830550', 'Glutogroc', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830551', 'Gredogreq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830552', 'Angoraq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830553', 'Limbolaq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830554', 'Trechitrac', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830556', 'Trechitracs_Bat', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830557', 'Buggesy', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830558', 'Bugafrod', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830559', 'Viovek', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830560', 'Lustilok', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830561', 'Glutogroc', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830562', 'Gredogreq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830563', 'Angoraq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830564', 'Limbolaq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830565', 'Trechitrac', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830567', 'Trechitracs_Bat', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830568', 'Buggesy', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830569', 'Bugafrod', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830570', 'Viovek', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830571', 'Lustilok', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830572', 'Glutogroc', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830573', 'Gredogreq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830574', 'Angoraq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830575', 'Limbolaq', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830576', 'Trechitrac', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16830578', 'Trechitracs_Bat', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842753', 'Wanderer', '478', '-5.962', '-0.500', '87.876', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16842754', 'Wanderer', '478', '-10.542', '-0.500', '77.325', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16842755', 'Weeper', '479', '5.814', '-0.500', '76.078', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16842756', 'Wanderer', '478', '-47.473', '-0.500', '70.414', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16842757', 'Wanderer', '478', '-32.533', '-0.500', '67.382', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16842758', 'Weeper', '479', '-46.092', '-0.500', '114.253', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16842759', 'Wanderer', '478', '-75.417', '-0.500', '128.722', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16842760', 'Wanderer', '478', '-72.809', '-0.500', '118.016', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16842761', 'Wanderer', '478', '-72.437', '-0.500', '124.149', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16842762', 'Weeper', '479', '-66.302', '-0.500', '122.134', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16842763', 'Weeper', '479', '-76.687', '-0.500', '127.114', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16842764', 'Weeper', '479', '-29.181', '-0.500', '151.434', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16842765', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842766', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842767', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842768', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842769', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842770', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842771', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842772', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842773', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842774', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842775', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842776', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842777', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842778', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842779', 'Thinker', '477', '-4.040', '-0.500', '86.028', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16842780', '1', '0', '-40.000', '-1.000', '200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842781', 'Memory_Receptacle', '474', '-40.000', '-1.000', '200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842782', 'Stray', '476', '-39.583', '-0.692', '199.017', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16842783', 'Stray', '476', '-41.171', '-0.680', '199.822', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16842784', 'Stray', '476', '-51.648', '-0.500', '198.884', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16842785', 'Wanderer', '478', '-132.144', '-0.500', '-25.717', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16842786', 'Wanderer', '478', '-136.304', '-0.511', '-38.108', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16842787', 'Wanderer', '478', '-134.564', '-0.500', '-58.315', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16842788', 'Weeper', '479', '-153.400', '-0.500', '-58.931', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16842789', 'Wanderer', '478', '-188.352', '-0.384', '4.805', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16842790', 'Wanderer', '478', '-188.938', '-0.500', '-16.897', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16842791', 'Weeper', '479', '-174.813', '-0.500', '-59.644', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16842792', 'Wanderer', '478', '-189.682', '-0.500', '-65.234', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16842793', 'Wanderer', '478', '-159.674', '-0.500', '-47.771', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16842794', 'Wanderer', '478', '-189.643', '-0.500', '10.150', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16842795', 'Wanderer', '478', '-128.343', '-0.500', '-22.115', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16842796', 'Wanderer', '478', '-140.453', '-0.500', '-23.754', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16842797', 'Weeper', '479', '-118.566', '-0.500', '-106.176', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16842798', 'Weeper', '479', '-128.440', '-0.363', '-140.199', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16842799', 'Wanderer', '478', '-114.354', '-0.500', '-157.804', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16842800', 'Weeper', '479', '-113.106', '-0.500', '-162.196', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16842801', 'Weeper', '479', '-121.926', '-0.500', '-164.188', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16842802', 'Weeper', '479', '-213.926', '-0.500', '-123.792', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16842803', 'Weeper', '479', '-197.735', '-0.500', '-133.468', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16842804', 'Seether', '475', '-197.098', '-0.500', '-118.692', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16842805', 'Weeper', '479', '-76.994', '-0.500', '-45.091', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16842806', 'Weeper', '479', '-24.897', '-0.500', '-192.224', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16842807', 'Weeper', '479', '-34.378', '-0.499', '-203.671', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16842808', 'Weeper', '479', '-46.672', '-0.499', '-205.729', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16842809', 'Wanderer', '478', '-242.418', '-0.499', '-81.957', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16842810', 'Weeper', '479', '-246.220', '-0.500', '-73.175', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16842811', 'Weeper', '479', '-239.221', '-0.500', '-79.945', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16842812', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842813', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842814', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842815', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842816', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842817', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842818', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842819', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842820', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842821', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842822', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842823', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842824', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842825', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842826', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842827', 'Wanderer', '478', '-98.951', '-0.500', '-36.536', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16842828', 'Weeper', '479', '-239.221', '-0.500', '-79.945', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16842829', 'Seether', '475', '-244.223', '-0.500', '-72.475', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16842830', 'Weeper', '479', '-75.609', '-0.500', '-77.306', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16842831', 'Seether', '475', '-65.277', '-0.500', '-56.293', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16842832', 'Seether', '475', '-51.927', '-0.499', '-27.221', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16842833', 'Wanderer', '478', '-241.525', '-0.500', '4.336', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16842834', 'Wanderer', '478', '-225.615', '-0.500', '-5.941', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16842835', 'Seether', '475', '-140.980', '-0.499', '-159.506', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16842836', 'Thinker', '477', '-44.742', '-0.500', '-32.877', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16842837', 'Thinker', '477', '-204.746', '-0.499', '-131.716', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16842838', '2', '0', '-240.000', '-1.000', '40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842839', 'Memory_Receptacle', '474', '-240.000', '-1.000', '40.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16842840', 'Stray', '476', '-238.796', '-0.689', '39.590', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16842841', 'Stray', '476', '-237.544', '-0.063', '34.100', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16842842', 'Stray', '476', '-238.806', '-0.160', '34.224', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16842843', 'Stray', '476', '-250.335', '-0.265', '36.246', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16842844', 'Stray', '476', '-233.104', '-0.500', '47.956', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16842845', '3', '0', '-280.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842846', 'Memory_Receptacle', '474', '-280.000', '-1.000', '-40.000', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16842847', 'Stray', '476', '-281.078', '-0.479', '-34.570', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16842848', 'Stray', '476', '-269.731', '-0.500', '-35.538', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16842849', 'Stray', '476', '-280.938', '-0.500', '-46.000', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16842850', 'Stray', '476', '-283.458', '-0.500', '-47.125', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16842851', 'Stray', '476', '-273.129', '-0.496', '-48.029', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16842852', '4', '0', '-160.000', '-1.000', '-200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842853', 'Memory_Receptacle', '474', '-160.000', '-1.000', '-200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842854', 'Stray', '476', '-151.115', '-0.499', '-196.920', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16842855', 'Stray', '476', '-151.076', '-0.500', '-204.238', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16842856', 'Stray', '476', '-149.934', '-0.499', '-199.271', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16842857', 'Stray', '476', '-150.741', '-0.500', '-194.490', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16842858', 'Stray', '476', '-162.923', '-0.499', '-214.126', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16842859', '5', '0', '0.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842860', 'Memory_Receptacle', '474', '0.001', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842861', 'Stray', '476', '0.639', '-0.499', '-36.694', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16842862', 'Stray', '476', '-7.478', '-0.499', '-42.588', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16842863', 'Stray', '476', '14.092', '-0.489', '-37.944', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16842864', 'Stray', '476', '9.300', '-0.500', '-39.587', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16842865', 'Stray', '476', '3.029', '-0.499', '-47.573', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16842866', 'Wanderer', '478', '-201.264', '-0.500', '117.605', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16842867', 'Wanderer', '478', '-206.214', '-0.500', '122.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16842868', 'Weeper', '479', '-230.528', '-0.500', '128.969', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16842869', 'Weeper', '479', '-252.354', '-0.500', '142.579', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16842870', 'Seether', '475', '-275.310', '-0.500', '146.110', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16842871', 'Weeper', '479', '-256.546', '-0.500', '159.924', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16842872', 'Weeper', '479', '-268.043', '-0.500', '131.921', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16842873', 'Weeper', '479', '-385.142', '-0.500', '152.135', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16842874', 'Wanderer', '478', '-309.114', '-0.500', '191.507', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16842875', 'Weeper', '479', '-321.252', '-0.500', '193.871', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16842876', 'Seether', '475', '-373.642', '-0.500', '193.694', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16842877', 'Wanderer', '478', '-412.329', '-0.500', '201.536', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16842878', 'Seether', '475', '-403.114', '-0.500', '214.095', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16842879', 'Seether', '475', '-399.664', '-0.500', '150.529', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16842880', 'Seether', '475', '-329.357', '-0.500', '237.207', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16842881', 'Weeper', '479', '-327.887', '-0.500', '144.484', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16842882', 'Weeper', '479', '-320.168', '-0.500', '171.270', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16842883', 'Thinker', '477', '-323.502', '-0.500', '198.383', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16842884', 'Thinker', '477', '-403.208', '-0.500', '156.410', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16842885', '6', '0', '-280.000', '-1.000', '280.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842886', 'Memory_Receptacle', '474', '-280.000', '-1.000', '280.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842887', 'Stray', '476', '-279.965', '-0.500', '280.148', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16842888', 'Stray', '476', '-274.320', '-0.500', '279.218', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16842889', 'Stray', '476', '-270.169', '-0.500', '271.248', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16842890', 'Stray', '476', '-292.654', '-0.500', '263.813', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16842891', 'Stray', '476', '-285.544', '-0.500', '287.311', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16842892', 'Stray', '476', '-286.984', '-0.500', '271.565', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16842893', 'Stray', '476', '-279.096', '-0.500', '274.589', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16842894', '7', '0', '-360.000', '-1.000', '240.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842895', 'Memory_Receptacle', '474', '-360.000', '-1.000', '240.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16842896', 'Stray', '476', '-357.691', '-0.501', '232.181', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16842897', 'Stray', '476', '-353.630', '-0.112', '246.793', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16842898', 'Stray', '476', '-347.261', '0.117', '232.012', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16842899', 'Stray', '476', '-353.135', '-0.500', '250.543', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16842900', 'Stray', '476', '-358.748', '-0.499', '237.990', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16842901', 'Stray', '476', '-359.550', '-0.499', '239.813', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16842902', 'Stray', '476', '-373.236', '-0.171', '238.767', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16842903', '8', '0', '-360.000', '-1.000', '120.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842904', 'Memory_Receptacle', '474', '-360.000', '-1.000', '120.000', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16842905', 'Stray', '476', '-360.250', '-0.762', '122.574', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16842906', 'Stray', '476', '-361.520', '-0.500', '121.195', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16842907', 'Stray', '476', '-361.104', '-0.611', '120.590', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16842908', 'Stray', '476', '-371.287', '-0.217', '113.087', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16842909', 'Stray', '476', '-371.127', '-0.500', '112.150', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16842910', 'Stray', '476', '-373.128', '-0.365', '112.510', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16842911', 'Stray', '476', '-349.608', '-0.127', '122.851', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16842912', 'Weeper', '479', '240.959', '-0.500', '241.143', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16842913', 'Seether', '475', '236.707', '-0.500', '243.690', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16842914', 'Wanderer', '478', '198.627', '-0.500', '277.887', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16842915', 'Weeper', '479', '186.546', '-0.500', '265.294', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16842916', 'Weeper', '479', '186.279', '-0.500', '265.240', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16842917', 'Wanderer', '478', '83.300', '-0.500', '226.677', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16842918', 'Weeper', '479', '81.294', '-0.500', '251.134', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16842919', 'Weeper', '479', '69.552', '-0.499', '250.983', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16842920', 'Weeper', '479', '91.884', '-0.500', '237.323', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16842921', 'Seether', '475', '76.142', '-0.500', '240.673', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16842922', 'Wanderer', '478', '82.201', '-0.500', '290.205', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16842923', 'Weeper', '479', '84.706', '-0.500', '274.148', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16842924', 'Seether', '475', '85.479', '-0.500', '288.154', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16842925', 'Seether', '475', '38.792', '-0.499', '280.823', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16842926', 'Weeper', '479', '122.432', '-0.500', '299.200', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16842927', 'Seether', '475', '154.014', '-0.500', '315.077', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16842928', 'Weeper', '479', '142.382', '-0.500', '338.381', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16842929', 'Weeper', '479', '144.767', '-0.500', '334.552', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16842930', 'Weeper', '479', '163.509', '-0.500', '310.323', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16842931', 'Wanderer', '478', '111.549', '-0.500', '313.472', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16842932', 'Weeper', '479', '110.975', '-0.500', '327.613', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16842933', 'Weeper', '479', '115.018', '-0.500', '313.396', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16842934', 'Weeper', '479', '113.407', '-0.500', '279.683', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16842935', 'Thinker', '477', '147.693', '-0.500', '313.940', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16842936', 'Thinker', '477', '107.073', '-0.499', '267.809', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16842937', '9', '0', '40.000', '-1.000', '320.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842938', 'Memory_Receptacle', '474', '40.000', '-1.000', '320.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842939', 'Stray', '476', '34.405', '-0.500', '309.536', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16842940', 'Stray', '476', '45.256', '-0.500', '320.494', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16842941', 'Stray', '476', '39.761', '-0.500', '320.361', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16842942', 'Stray', '476', '39.754', '-0.500', '314.391', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16842943', 'Stray', '476', '39.137', '-0.500', '319.127', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16842944', 'Stray', '476', '47.206', '-0.500', '310.865', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16842945', 'Stray', '476', '49.724', '-0.500', '324.535', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16842946', '10', '0', '160.000', '-1.000', '360.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842947', 'Memory_Receptacle', '474', '160.000', '-1.000', '360.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16842948', 'Stray', '476', '159.253', '-0.500', '364.437', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16842949', 'Stray', '476', '157.571', '-0.500', '350.603', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16842950', 'Stray', '476', '154.101', '-0.500', '351.878', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16842951', 'Stray', '476', '177.059', '-0.499', '345.940', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16842952', 'Stray', '476', '177.179', '-0.500', '345.025', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16842953', 'Stray', '476', '155.308', '-0.500', '366.665', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16842954', 'Stray', '476', '157.333', '-0.249', '349.367', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16842955', '11', '0', '280.000', '-1.000', '200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842956', 'Memory_Receptacle', '474', '280.000', '-1.000', '200.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16842957', 'Stray', '476', '263.992', '-0.234', '211.204', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16842958', 'Stray', '476', '262.914', '-0.246', '214.643', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16842959', 'Stray', '476', '290.851', '-0.500', '191.986', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16842960', 'Stray', '476', '277.809', '-0.245', '212.148', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16842961', 'Stray', '476', '271.505', '-0.404', '195.520', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16842962', 'Stray', '476', '267.876', '-0.478', '210.241', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16842963', 'Stray', '476', '284.041', '-0.500', '188.484', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16842964', 'Weeper', '479', '69.487', '-0.499', '-284.740', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16842965', 'Weeper', '479', '81.274', '-0.501', '-229.116', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16842966', 'Seether', '475', '76.861', '-0.499', '-225.849', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16842967', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842968', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842969', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842970', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842971', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842972', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842973', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842974', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842975', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842976', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842977', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842978', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842979', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842980', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842981', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842982', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842983', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842984', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842985', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842986', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842987', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842988', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842989', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842990', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842991', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842992', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842993', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842994', 'Weeper', '479', '34.205', '-0.500', '-117.434', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16842995', 'Seether', '475', '44.818', '-0.500', '-112.988', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16842996', 'Weeper', '479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16842997', 'Weeper', '479', '71.654', '-0.500', '-110.068', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16842998', 'Seether', '475', '60.396', '-0.500', '-96.845', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16842999', 'Weeper', '479', '48.329', '-0.500', '-71.935', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16843000', 'Weeper', '479', '46.371', '-0.500', '-71.844', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16843001', 'Weeper', '479', '71.698', '-0.500', '-79.387', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16843002', 'Seether', '475', '71.748', '-0.500', '-86.392', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16843003', 'Weeper', '479', '77.469', '-0.499', '-171.519', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16843004', 'Weeper', '479', '79.053', '-0.500', '-150.973', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16843005', 'Seether', '475', '82.458', '-0.500', '-163.443', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16843006', 'Seether', '475', '69.580', '-0.500', '-32.928', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16843007', 'Seether', '475', '101.554', '-0.500', '-41.530', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16843008', 'Weeper', '479', '130.819', '-0.500', '-238.709', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16843009', 'Seether', '475', '133.374', '-0.500', '-231.645', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16843010', 'Weeper', '479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16843011', 'Wanderer', '478', '196.337', '-0.500', '-239.459', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16843012', 'Wanderer', '478', '193.126', '-0.500', '-231.016', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16843013', 'Weeper', '479', '186.888', '-0.500', '-232.736', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16843014', 'Weeper', '479', '189.092', '-0.500', '-221.920', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16843015', 'Seether', '475', '196.087', '-0.500', '-238.644', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16843016', 'Weeper', '479', '218.154', '-0.500', '-193.986', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16843017', 'Weeper', '479', '212.340', '-0.500', '-123.001', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16843018', 'Seether', '475', '218.850', '-0.500', '-125.849', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16843019', 'Weeper', '479', '249.236', '-0.500', '-196.052', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16843020', 'Weeper', '479', '235.505', '-0.500', '-199.072', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16843021', 'Weeper', '479', '271.314', '-0.500', '-178.092', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16843022', 'Seether', '475', '257.672', '-0.499', '-186.887', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16843023', 'Seether', '475', '280.118', '-0.500', '-176.340', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16843024', 'Seether', '475', '267.088', '-0.500', '-125.993', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16843025', 'Weeper', '479', '228.907', '-0.500', '-121.811', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16843026', 'Thinker', '477', '269.023', '-0.500', '-202.799', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16843027', 'Seether', '475', '237.025', '-0.500', '-83.779', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16843028', 'Wanderer', '478', '229.363', '-0.500', '-2.340', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16843029', 'Weeper', '479', '244.691', '-0.499', '-14.879', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16843030', 'Seether', '475', '236.724', '-0.499', '-7.771', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16843031', 'Weeper', '479', '323.859', '-0.499', '-9.119', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16843032', 'Weeper', '479', '329.222', '-0.496', '-5.746', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16843033', 'Weeper', '479', '311.310', '-0.500', '3.594', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16843034', 'Seether', '475', '315.656', '-0.500', '-0.674', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16843035', 'Wanderer', '478', '163.132', '-0.500', '-65.894', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16843036', 'Seether', '475', '166.846', '-0.500', '-81.668', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16843037', 'Thinker', '477', '103.413', '-0.500', '-38.147', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16843038', 'Thinker', '477', '227.626', '-0.500', '-24.808', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16843039', 'Thinker', '477', '-27.832', '-0.499', '-205.353', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16843040', 'Thinker', '477', '70.992', '-0.500', '-111.582', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16843041', 'Cerebrator', '472', '-289.048', '-0.500', '120.584', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16846849', 'Wreaker', '485', '-240.000', '-59.000', '0.100', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16846850', 'Wreaker', '485', '-240.000', '-59.000', '0.100', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16846851', 'Wreaker', '485', '-240.000', '-59.000', '0.100', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16846852', 'Cogitator', '480', '-242.064', '-59.750', '-6.482', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16846853', 'Weeper', '484', '-236.834', '-59.917', '-12.388', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16846854', 'Weeper', '484', '-239.856', '-60.062', '-15.734', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16846855', 'Weeper', '484', '-234.087', '-59.759', '-11.478', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16846857', 'Cogitator', '480', '0.000', '0.250', '0.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16846858', 'Weeper', '484', '-3.446', '0.695', '-5.120', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16846859', 'Weeper', '484', '-0.483', '0.289', '-9.623', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16846860', 'Weeper', '484', '-1.129', '0.728', '-5.545', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16846862', 'Cogitator', '480', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16846863', 'Weeper', '484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16846864', 'Weeper', '484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16846865', 'Weeper', '484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850945', 'Wanderer', '492', '117.845', '-0.500', '-126.946', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16850946', 'Wanderer', '492', '171.140', '-0.500', '-192.866', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16850947', 'Wanderer', '492', '173.125', '-0.500', '-207.701', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16850948', 'Wanderer', '492', '163.562', '-0.500', '-215.313', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16850949', 'Wanderer', '492', '199.114', '-0.499', '-189.588', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16850950', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850951', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850952', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850953', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850954', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850955', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850956', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850957', 'Weeper', '493', '188.485', '-0.500', '-266.623', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16850958', 'Wanderer', '492', '181.106', '-0.500', '-250.421', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16850959', 'Wanderer', '492', '176.954', '-0.500', '-270.756', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16850960', 'Weeper', '493', '184.129', '-0.500', '-274.728', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16850961', 'Wanderer', '492', '190.162', '-0.500', '-260.013', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16850962', 'Wanderer', '492', '187.080', '-0.499', '-285.989', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16850963', 'Wanderer', '492', '210.818', '-0.500', '-280.696', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16850964', 'Weeper', '493', '192.111', '-0.500', '-280.201', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16850965', 'Weeper', '493', '213.635', '-0.500', '-267.152', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16850966', 'Wanderer', '492', '177.360', '-0.500', '-272.399', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16850967', 'Gorger', '486', '173.957', '-0.500', '-264.893', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16850968', 'Weeper', '493', '142.881', '-0.500', '-297.819', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16850969', 'Weeper', '493', '211.881', '-0.500', '-233.630', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16850970', '1', '0', '120.000', '-1.000', '-280.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850971', 'Memory_Receptacle', '488', '120.000', '-1.000', '-280.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16850972', 'Stray', '491', '112.453', '-0.499', '-272.518', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16850973', 'Stray', '491', '120.416', '-0.499', '-274.408', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16850974', 'Stray', '491', '131.458', '-0.500', '-285.670', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16850975', 'Weeper', '493', '-235.705', '-0.500', '-38.505', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16850976', 'Wanderer', '492', '-242.698', '-0.500', '-42.368', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16850977', 'Weeper', '493', '-243.015', '-0.500', '-45.901', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16850978', 'Weeper', '493', '-222.963', '-0.500', '-79.295', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16850979', 'Wanderer', '492', '-209.153', '-0.500', '-75.019', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16850980', 'Weeper', '493', '-223.954', '-0.500', '-69.992', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16850981', 'Wanderer', '492', '-164.282', '-0.500', '-8.810', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16850982', 'Weeper', '493', '-200.811', '-0.500', '-40.589', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16850983', 'Wanderer', '492', '-176.654', '-0.500', '14.926', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16850984', 'Weeper', '493', '-174.017', '-0.500', '11.541', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16850985', 'Weeper', '493', '-159.855', '-0.500', '-3.599', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16850986', 'Weeper', '493', '-125.668', '-0.500', '-57.870', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16850987', 'Wanderer', '492', '-132.515', '-0.500', '-52.362', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16850988', 'Wanderer', '492', '-112.989', '-0.500', '-54.361', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16850989', 'Weeper', '493', '-160.075', '-0.500', '-114.016', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16850990', 'Weeper', '493', '-155.577', '-0.500', '-111.897', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16850991', 'Weeper', '493', '-174.657', '-0.500', '-116.089', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16850992', 'Wanderer', '492', '-218.326', '-0.500', '-164.121', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16850993', 'Wanderer', '492', '-206.613', '-0.500', '-102.992', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16850994', 'Weeper', '493', '-208.253', '-0.500', '-123.437', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16850995', 'Seether', '490', '-195.639', '-0.500', '-139.619', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16850996', 'Wanderer', '492', '-210.195', '-0.500', '-134.551', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16850997', 'Seether', '490', '-243.005', '-0.500', '-160.751', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16850998', 'Wanderer', '492', '-243.462', '-0.500', '-168.787', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16850999', 'Seether', '490', '-282.069', '-0.500', '-122.485', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16851000', 'Weeper', '493', '-287.294', '-0.500', '-122.632', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16851001', 'Wanderer', '492', '-289.620', '-0.499', '-82.280', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16851002', 'Weeper', '493', '-293.495', '-0.493', '-80.952', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16851003', 'Wanderer', '492', '-145.582', '-0.500', '35.675', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16851004', 'Weeper', '493', '-130.317', '-0.500', '20.754', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16851005', 'Weeper', '493', '-146.571', '-0.498', '74.804', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16851006', 'Weeper', '493', '-146.549', '-0.498', '74.717', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16851007', 'Weeper', '493', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851008', 'Seether', '490', '-214.044', '-0.500', '76.703', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16851009', 'Weeper', '493', '-225.424', '-0.500', '84.309', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16851010', 'Wanderer', '492', '-229.489', '-0.500', '70.175', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16851011', 'Wanderer', '492', '-233.293', '-0.500', '44.723', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16851012', 'Seether', '490', '-241.232', '-0.500', '40.654', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16851013', 'Wanderer', '492', '-268.327', '-0.500', '83.541', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16851014', 'Wanderer', '492', '-282.039', '-0.500', '89.744', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16851015', 'Wanderer', '492', '-331.895', '-0.500', '68.061', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16851016', 'Wanderer', '492', '-263.797', '-0.500', '76.303', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16851017', 'Weeper', '493', '-306.557', '-0.500', '77.405', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16851018', 'Seether', '490', '-365.698', '-0.500', '3.335', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16851019', 'Gorger', '486', '-235.802', '-0.500', '47.883', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16851020', 'Gorger', '486', '-205.356', '-0.500', '-99.392', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16851021', 'Gorger', '486', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851022', 'Gorger', '486', '-224.483', '-0.500', '-72.095', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16851023', 'Gorger', '486', '-108.726', '-0.500', '-32.381', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16851024', '2', '0', '-80.000', '-1.000', '-80.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851025', 'Memory_Receptacle', '488', '-80.000', '-1.000', '-80.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851026', 'Stray', '491', '-92.786', '-0.490', '-90.017', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16851027', 'Stray', '491', '-95.152', '-0.497', '-84.634', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16851028', 'Stray', '491', '-72.106', '-0.500', '-75.896', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16851029', 'Stray', '491', '-83.601', '-0.500', '-89.465', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16851030', 'Stray', '491', '-72.282', '-0.500', '-82.883', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16851031', '3', '0', '-80.000', '-1.000', '80.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851032', 'Memory_Receptacle', '488', '-80.000', '-1.000', '80.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851033', 'Stray', '491', '-79.916', '-0.500', '74.083', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16851034', 'Stray', '491', '-89.525', '-0.500', '81.961', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16851035', 'Stray', '491', '-86.869', '-0.500', '85.270', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16851036', 'Stray', '491', '-81.724', '-0.500', '88.676', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16851037', 'Stray', '491', '-86.268', '-0.500', '85.852', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16851038', '4', '0', '-280.000', '-1.000', '-200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851039', 'Memory_Receptacle', '488', '-280.000', '-1.000', '-200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851040', 'Stray', '491', '-274.998', '-0.500', '-209.008', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16851041', 'Stray', '491', '-269.809', '-0.500', '-207.922', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16851042', 'Stray', '491', '-267.529', '-0.500', '-193.114', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16851043', 'Stray', '491', '-271.139', '-0.500', '-190.772', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16851044', 'Stray', '491', '-268.419', '-0.500', '-200.966', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16851045', '5', '0', '-360.000', '-1.000', '40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851046', 'Memory_Receptacle', '488', '-360.000', '-1.000', '40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851047', 'Stray', '491', '-369.826', '-0.500', '32.754', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16851048', 'Stray', '491', '-349.229', '-0.500', '37.652', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16851049', 'Stray', '491', '-352.212', '-0.500', '31.881', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16851050', 'Stray', '491', '-352.653', '-0.500', '50.857', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16851051', 'Stray', '491', '-358.965', '-0.500', '31.828', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16851052', 'Wanderer', '492', '-31.735', '-0.500', '-307.212', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16851053', 'Weeper', '493', '-35.681', '-0.500', '-314.025', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16851054', 'Wanderer', '492', '-6.965', '-0.500', '-287.951', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16851055', 'Weeper', '493', '10.886', '-0.500', '-279.896', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16851056', 'Wanderer', '492', '-80.633', '-0.500', '-361.416', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16851057', 'Weeper', '493', '-79.377', '-0.500', '-358.981', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16851058', 'Weeper', '493', '-123.403', '-0.500', '-344.293', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16851059', 'Wanderer', '492', '-134.465', '-0.500', '-331.363', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16851060', 'Weeper', '493', '-126.993', '-0.499', '-302.946', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16851061', 'Wanderer', '492', '-115.469', '-0.499', '-309.574', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16851062', 'Weeper', '493', '-115.695', '-0.500', '-305.733', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16851063', 'Seether', '490', '-121.262', '-0.500', '-318.955', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16851064', 'Weeper', '493', '-120.996', '-0.500', '-277.463', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16851065', 'Weeper', '493', '11.280', '-0.500', '-196.136', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16851066', 'Weeper', '493', '-39.389', '-0.500', '-233.116', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16851067', 'Seether', '490', '-41.386', '-0.500', '-245.241', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16851068', 'Weeper', '493', '-74.072', '-0.500', '-240.813', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16851069', 'Gorger', '486', '-106.209', '-0.500', '-346.684', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16851070', 'Gorger', '486', '-27.464', '-0.498', '-196.861', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16851071', '6', '0', '40.000', '-1.000', '-200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851072', 'Memory_Receptacle', '488', '40.000', '-1.000', '-200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851073', 'Stray', '491', '32.083', '-0.493', '-197.299', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16851074', 'Stray', '491', '53.466', '-0.500', '-203.767', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16851075', 'Stray', '491', '52.875', '-0.500', '-203.717', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16851076', 'Stray', '491', '45.124', '-0.499', '-198.824', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16851077', 'Stray', '491', '40.762', '-0.500', '-192.851', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16851078', 'Stray', '491', '40.374', '-0.499', '-204.523', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16851079', 'Stray', '491', '32.148', '-0.499', '-199.505', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16851080', '7', '0', '-120.000', '-1.000', '-239.998', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851081', 'Memory_Receptacle', '488', '-120.000', '-1.000', '-239.998', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851082', 'Stray', '491', '-123.465', '-0.499', '-229.346', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16851083', 'Stray', '491', '-115.922', '-0.500', '-239.282', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851084', 'Stray', '491', '-123.733', '-0.499', '-228.824', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16851085', 'Stray', '491', '-123.137', '-0.499', '-248.102', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16851086', 'Stray', '491', '-128.104', '-0.499', '-237.832', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16851087', 'Stray', '491', '-111.049', '-0.499', '-232.721', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16851088', 'Stray', '491', '-120.846', '-0.499', '-233.497', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16851089', '8', '0', '-119.999', '-1.000', '-400.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851090', 'Memory_Receptacle', '488', '-119.999', '-1.000', '-400.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851091', 'Stray', '491', '-121.506', '-0.500', '-391.424', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16851092', 'Stray', '491', '-120.747', '-0.500', '-399.472', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16851093', 'Stray', '491', '-130.379', '-0.500', '-407.510', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16851094', 'Stray', '491', '-130.817', '-0.500', '-395.864', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16851095', 'Stray', '491', '-109.535', '-0.500', '-396.488', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16851096', 'Stray', '491', '-108.724', '-0.500', '-398.827', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16851097', 'Stray', '491', '-118.011', '-0.500', '-391.782', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16851098', 'Weeper', '493', '-200.470', '-0.500', '395.640', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16851099', 'Wanderer', '492', '-195.218', '-0.500', '370.405', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16851100', 'Weeper', '493', '-200.936', '-0.500', '372.956', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16851101', 'Weeper', '493', '-242.178', '-0.500', '362.254', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16851102', 'Wanderer', '492', '-233.071', '-0.500', '362.512', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16851103', 'Weeper', '493', '-280.982', '-0.500', '319.987', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16851104', 'Wanderer', '492', '-284.557', '-0.500', '322.394', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16851105', 'Wanderer', '492', '-281.034', '-0.500', '321.708', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16851106', 'Weeper', '493', '-275.688', '-0.500', '317.277', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16851107', 'Weeper', '493', '-251.465', '-0.500', '279.979', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16851108', 'Weeper', '493', '-203.370', '-0.500', '273.671', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16851109', 'Weeper', '493', '-205.099', '-0.500', '224.996', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16851110', 'Wanderer', '492', '-197.519', '-0.500', '210.487', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16851111', 'Weeper', '493', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851112', 'Weeper', '493', '-180.588', '-0.500', '209.144', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16851113', 'Seether', '490', '-176.670', '-0.500', '210.682', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16851114', 'Weeper', '493', '-171.385', '-0.500', '224.237', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16851115', 'Weeper', '493', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851116', 'Seether', '490', '-161.673', '-0.500', '214.359', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16851117', 'Weeper', '493', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851118', 'Weeper', '493', '-155.061', '-0.500', '227.662', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16851119', 'Weeper', '493', '-125.543', '-0.500', '235.978', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16851120', 'Weeper', '493', '-137.598', '-0.500', '220.484', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16851121', 'Seether', '490', '-132.877', '-0.500', '220.109', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16851122', 'Weeper', '493', '-143.397', '-0.500', '206.162', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16851123', 'Wanderer', '492', '-234.346', '-0.500', '206.912', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16851124', 'Weeper', '493', '-192.433', '-0.500', '204.886', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16851125', 'Weeper', '493', '-244.064', '-0.485', '168.846', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16851126', 'Seether', '490', '-236.669', '-0.500', '156.074', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16851127', 'Seether', '490', '-32.500', '-0.500', '158.423', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16851128', 'Weeper', '493', '-39.023', '-0.500', '150.621', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16851129', 'Weeper', '493', '-44.193', '-0.500', '167.537', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16851130', 'Gorger', '486', '-247.805', '-0.500', '298.182', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16851131', 'Gorger', '486', '-154.557', '-0.500', '187.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16851132', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851133', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851134', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851135', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851136', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851137', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851138', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851139', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851140', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851141', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851142', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851143', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851144', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851145', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851146', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851147', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851148', '9', '0', '-320.000', '-1.000', '160.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851149', 'Memory_Receptacle', '488', '-320.000', '-1.000', '160.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851150', 'Stray', '491', '-324.410', '-0.499', '160.867', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16851151', 'Stray', '491', '-319.459', '-0.499', '161.820', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16851152', 'Stray', '491', '-320.221', '-0.499', '167.856', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16851153', 'Stray', '491', '-310.256', '-0.499', '155.581', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16851154', 'Stray', '491', '-318.091', '-0.487', '147.655', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16851155', 'Stray', '491', '-310.422', '-0.499', '157.942', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16851156', 'Stray', '491', '-317.311', '-0.499', '151.990', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16851157', '10', '0', '-40.000', '-1.000', '320.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851158', 'Memory_Receptacle', '488', '-40.000', '-1.000', '320.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851159', 'Stray', '491', '-39.072', '-0.500', '304.686', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16851160', 'Stray', '491', '-42.400', '-0.500', '308.483', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16851161', 'Stray', '491', '-34.705', '-0.500', '319.964', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851162', 'Stray', '491', '-36.528', '-0.500', '330.231', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16851163', 'Stray', '491', '-51.748', '-0.500', '317.563', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16851164', 'Stray', '491', '-34.276', '-0.500', '309.487', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16851165', 'Stray', '491', '-38.627', '-0.500', '309.146', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16851166', '11', '0', '-120.000', '-1.000', '160.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851167', 'Memory_Receptacle', '488', '-120.000', '-1.000', '160.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851168', 'Stray', '491', '-130.271', '-0.500', '153.934', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16851169', 'Stray', '491', '-119.243', '-0.500', '166.022', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16851170', 'Stray', '491', '-123.725', '-0.500', '168.316', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16851171', 'Stray', '491', '-112.804', '-0.500', '167.133', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16851172', 'Stray', '491', '-121.053', '-0.500', '147.858', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16851173', 'Stray', '491', '-130.513', '-0.500', '170.127', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16851174', 'Stray', '491', '-128.802', '-0.500', '171.352', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16851175', 'Seether', '490', '246.245', '-0.500', '379.188', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16851176', 'Seether', '490', '277.233', '-0.500', '309.370', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16851177', 'Seether', '490', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851178', 'Seether', '490', '282.813', '-0.500', '286.659', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16851179', 'Weeper', '493', '270.864', '-0.500', '290.770', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16851180', 'Wanderer', '492', '271.347', '-0.500', '279.069', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16851181', 'Weeper', '493', '305.590', '-0.499', '270.512', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16851182', 'Weeper', '493', '307.407', '-0.500', '279.055', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16851183', 'Seether', '490', '315.224', '-0.500', '251.052', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16851184', 'Seether', '490', '312.961', '-0.500', '216.045', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16851185', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851186', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851187', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851188', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851189', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851190', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851191', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851192', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851193', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851194', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851195', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851196', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851197', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851198', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851199', 'Wanderer', '492', '316.124', '-0.500', '200.401', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16851200', 'Seether', '490', '311.126', '-0.500', '171.400', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16851201', 'Weeper', '493', '326.136', '-0.500', '171.986', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16851202', 'Weeper', '493', '311.192', '-0.500', '68.066', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16851203', 'Seether', '490', '332.629', '-0.500', '84.016', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16851204', 'Seether', '490', '269.101', '-0.500', '94.034', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16851205', 'Weeper', '493', '263.390', '-0.500', '94.328', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16851206', 'Weeper', '493', '249.580', '-0.500', '99.575', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16851207', 'Seether', '490', '204.456', '-0.500', '122.906', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16851208', 'Weeper', '493', '194.216', '-0.500', '123.852', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16851209', 'Wanderer', '492', '276.830', '-0.500', '54.121', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16851210', 'Seether', '490', '288.483', '-0.500', '45.074', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16851211', 'Seether', '490', '209.465', '-0.500', '49.706', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16851212', 'Wanderer', '492', '207.937', '-0.500', '45.457', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16851213', 'Weeper', '493', '216.695', '-0.500', '61.103', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16851214', 'Wanderer', '492', '164.015', '-0.499', '74.866', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16851215', 'Seether', '490', '166.446', '-0.500', '72.015', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16851216', 'Seether', '490', '156.527', '-0.500', '-0.911', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16851217', 'Weeper', '493', '161.882', '-0.499', '9.121', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16851218', 'Weeper', '493', '152.568', '-0.500', '-0.094', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16851219', 'Weeper', '493', '313.683', '-0.500', '-88.266', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16851220', 'Weeper', '493', '334.094', '-0.500', '-73.077', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16851221', 'Wanderer', '492', '160.313', '-0.500', '290.352', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16851222', 'Weeper', '493', '173.029', '-0.500', '283.379', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16851223', 'Weeper', '493', '139.738', '-0.500', '250.928', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16851224', 'Seether', '490', '124.020', '-0.500', '233.858', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16851225', 'Weeper', '493', '147.835', '-0.500', '159.764', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16851226', 'Weeper', '493', '120.785', '-0.500', '178.982', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16851227', 'Weeper', '493', '91.536', '-0.500', '164.053', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16851228', 'Weeper', '493', '75.978', '-0.500', '145.179', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16851229', 'Seether', '490', '84.138', '-0.500', '145.968', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16851230', 'Seether', '490', '89.672', '-0.500', '89.722', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16851231', 'Wanderer', '492', '19.959', '-0.500', '65.949', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16851232', 'Wanderer', '492', '49.269', '-0.500', '76.908', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16851233', 'Gorger', '486', '295.158', '-0.500', '296.400', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851234', 'Gorger', '486', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851235', 'Gorger', '486', '240.924', '-0.500', '311.069', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16851236', 'Gorger', '486', '239.670', '-0.500', '57.823', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16851237', 'Gorger', '486', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851238', 'Gorger', '486', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851239', 'Gorger', '486', '121.660', '-0.500', '190.141', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16851240', 'Gorger', '486', '180.310', '-0.499', '298.051', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16851241', 'Gorger', '486', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851242', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851243', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851244', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851245', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851246', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851247', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851248', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851249', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851250', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851251', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851252', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851253', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851254', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851255', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851256', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851257', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16851258', 'Satiator', '489', '-65.131', '-0.500', '-244.187', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16855041', 'Progenerator', '502', '-240.000', '60.000', '1.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16855042', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855043', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855044', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855045', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855046', 'Progenerator', '502', '1.000', '1.000', '1.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16855047', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855048', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855049', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855050', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855051', 'Progenerator', '502', '-239.000', '-59.000', '0.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16855052', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855053', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855054', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855055', 'Offspring', '500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855056', 'Ingester', '496', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855057', 'Neoingester', '498', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855058', 'Neogorger', '497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855059', 'Neosatiator', '499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855060', 'Wanderer', '503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855062', 'Ingester', '496', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855063', 'Neoingester', '498', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855064', 'Neogorger', '497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855065', 'Neosatiator', '499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855066', 'Wanderer', '503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855068', 'Ingester', '496', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855069', 'Neoingester', '498', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855070', 'Neogorger', '497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855071', 'Neosatiator', '499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855072', 'Wanderer', '503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855075', 'Insatiable_Gorger', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855076', 'Insatiable_Offspring', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855077', 'Insatiable_Offspring', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855078', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855079', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855080', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855081', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855082', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855083', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855084', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855085', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855086', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855087', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855088', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855089', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855090', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855091', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855092', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855093', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855094', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855095', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855097', 'Insatiable_Gorger', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855098', 'Insatiable_Offspring', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855099', 'Insatiable_Offspring', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855100', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855101', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855102', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855103', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855104', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855105', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855106', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855107', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855108', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855109', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855110', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855111', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855112', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855113', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855114', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855115', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855116', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855117', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855119', 'Insatiable_Gorger', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855120', 'Insatiable_Offspring', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855121', 'Insatiable_Offspring', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855122', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855123', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855124', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855125', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855126', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855127', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855128', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855129', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855130', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855131', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855132', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855133', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855134', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855135', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855136', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855137', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855138', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16855139', 'Disconsolate_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859137', 'Wanderer', '510', '-108.636', '-0.388', '235.840', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16859138', 'Wanderer', '510', '-186.925', '-0.409', '261.575', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16859139', 'Weeper', '511', '-195.349', '-1.632', '257.150', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16859140', 'Weeper', '511', '-215.739', '-0.500', '251.899', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16859141', 'Wanderer', '510', '-211.186', '-0.499', '261.568', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16859142', 'Weeper', '511', '-190.115', '-0.380', '293.423', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16859143', 'Wanderer', '510', '-199.362', '-0.473', '300.787', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16859144', 'Wanderer', '510', '-200.990', '-0.471', '306.244', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16859145', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859146', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859147', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859148', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859149', 'Craver', '505', '-212.287', '-0.499', '245.005', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16859150', '1', '0', '-279.998', '-1.000', '239.998', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859151', 'Memory_Receptacle', '507', '-279.997', '-1.000', '239.998', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859152', 'Stray', '509', '-275.333', '-0.381', '249.460', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16859153', 'Stray', '509', '-284.936', '-0.432', '246.534', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16859154', 'Stray', '509', '-270.918', '-0.499', '232.273', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16859155', 'Wanderer', '510', '-136.509', '-2.384', '-257.472', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16859156', 'Wanderer', '510', '-99.204', '-0.500', '-261.551', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16859157', 'Wanderer', '510', '-82.241', '-0.499', '-267.625', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16859158', 'Weeper', '511', '-88.422', '-0.500', '-277.896', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16859159', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859160', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859161', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859162', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859163', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859164', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859165', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859166', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859167', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859168', 'Weeper', '511', '35.448', '-0.500', '-219.906', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16859169', 'Wanderer', '510', '-90.389', '-0.474', '-155.526', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16859170', 'Wanderer', '510', '-104.383', '-0.499', '-151.682', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16859171', 'Wanderer', '510', '-75.188', '-0.500', '-91.609', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16859172', 'Weeper', '511', '-144.598', '-0.499', '-71.480', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16859173', 'Wanderer', '510', '-161.108', '-0.500', '-117.595', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16859174', 'Weeper', '511', '-147.776', '-0.500', '-117.447', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16859175', 'Seether', '508', '-180.827', '-2.203', '-174.982', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16859176', 'Wanderer', '510', '-172.540', '-1.490', '-177.559', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16859177', 'Wanderer', '510', '-169.668', '-1.221', '-186.045', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16859178', 'Seether', '508', '-221.981', '-0.500', '-244.427', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16859179', 'Wanderer', '510', '-231.713', '-0.500', '-228.290', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16859180', 'Weeper', '511', '-229.592', '-0.500', '-232.512', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16859181', 'Wanderer', '510', '-206.473', '-0.500', '-268.272', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16859182', 'Weeper', '511', '-235.439', '-0.500', '-258.615', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16859183', 'Weeper', '511', '-244.410', '-0.501', '-248.898', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16859184', 'Wanderer', '510', '-187.990', '-0.500', '-259.776', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16859185', 'Weeper', '511', '-186.232', '-0.906', '-303.110', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16859186', 'Wanderer', '510', '-180.823', '-0.539', '-316.842', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16859187', 'Seether', '508', '-196.020', '-0.500', '-359.628', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16859188', 'Weeper', '511', '-192.669', '-0.499', '-343.086', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16859189', 'Weeper', '511', '-199.746', '-0.499', '-365.710', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16859190', 'Weeper', '511', '-218.465', '-0.500', '-292.709', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16859191', 'Seether', '508', '-295.987', '-0.500', '-299.901', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16859192', 'Weeper', '511', '-287.470', '-0.500', '-292.241', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859193', 'Weeper', '511', '-288.181', '-0.500', '-294.665', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16859194', 'Craver', '505', '44.227', '-0.500', '-190.163', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16859195', 'Craver', '505', '-199.137', '-0.500', '-230.073', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16859196', 'Craver', '505', '-177.808', '-0.499', '-267.022', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16859197', '2', '0', '-80.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859198', 'Memory_Receptacle', '507', '-80.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859199', 'Stray', '509', '-79.329', '-0.500', '-47.329', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16859200', 'Stray', '509', '-87.698', '-0.500', '-47.842', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16859201', 'Stray', '509', '-78.568', '-0.500', '-29.947', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16859202', 'Stray', '509', '-82.452', '-0.500', '-29.517', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16859203', 'Stray', '509', '-72.245', '-0.500', '-39.771', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16859204', '3', '0', '-320.000', '-1.000', '-360.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859205', 'Memory_Receptacle', '507', '-320.000', '-1.000', '-360.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16859206', 'Stray', '509', '-323.034', '-0.665', '-360.290', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16859207', 'Stray', '509', '-318.832', '-0.695', '-359.605', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16859208', 'Stray', '509', '-328.270', '-0.500', '-351.093', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16859209', 'Stray', '509', '-315.828', '-0.372', '-368.088', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16859210', 'Stray', '509', '-314.756', '-0.129', '-367.704', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16859211', '4', '0', '-40.000', '-1.000', '-320.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859212', 'Memory_Receptacle', '507', '-40.000', '-1.000', '-320.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16859213', 'Stray', '509', '-39.388', '-0.759', '-319.055', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16859214', 'Stray', '509', '-40.313', '-0.789', '-319.412', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16859215', 'Stray', '509', '-40.000', '-1.000', '-320.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16859216', 'Stray', '509', '-43.788', '-0.499', '-307.222', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16859217', 'Stray', '509', '-39.719', '-0.499', '-304.500', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16859218', '5', '0', '80.000', '-1.000', '-240.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859219', 'Memory_Receptacle', '507', '80.000', '-1.000', '-240.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859220', 'Stray', '509', '86.610', '-0.500', '-239.732', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16859221', 'Stray', '509', '78.847', '-0.500', '-247.141', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16859222', 'Stray', '509', '89.804', '-0.500', '-238.992', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16859223', 'Stray', '509', '86.305', '-0.500', '-241.408', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16859224', 'Stray', '509', '86.910', '-0.500', '-241.467', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16859225', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859226', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859227', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859228', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859229', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859230', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859231', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859232', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859233', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859234', 'Wanderer', '510', '-167.937', '-0.500', '102.816', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16859235', 'Weeper', '511', '-156.676', '-0.500', '93.687', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16859236', 'Weeper', '511', '-156.750', '-0.500', '77.143', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16859237', 'Weeper', '511', '-165.153', '-0.500', '62.514', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16859238', 'Weeper', '511', '-177.732', '-0.500', '42.450', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16859239', 'Seether', '508', '-186.911', '-0.500', '61.734', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16859240', 'Weeper', '511', '-215.795', '-0.500', '62.249', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16859241', 'Weeper', '511', '-219.264', '-0.500', '64.849', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16859242', 'Wanderer', '510', '-209.045', '-0.500', '92.462', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16859243', 'Wanderer', '510', '-187.436', '-0.500', '46.738', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16859244', 'Weeper', '511', '-208.696', '-0.500', '47.346', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16859245', 'Weeper', '511', '-242.563', '-0.500', '69.663', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16859246', 'Weeper', '511', '-249.452', '-0.500', '86.626', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16859247', 'Seether', '508', '-240.429', '-0.500', '66.228', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16859248', 'Seether', '508', '-234.512', '-0.500', '121.851', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16859249', 'Wanderer', '510', '-241.957', '-0.500', '131.379', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16859250', 'Wanderer', '510', '-266.830', '-0.500', '83.358', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16859251', 'Weeper', '511', '-257.948', '-0.500', '75.032', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16859252', 'Weeper', '511', '-150.757', '-0.412', '39.636', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16859253', 'Weeper', '511', '-212.371', '-0.500', '11.279', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16859254', 'Wanderer', '510', '-194.447', '-0.500', '-17.602', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16859255', 'Wanderer', '510', '-210.875', '-0.500', '-8.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16859256', 'Weeper', '511', '-273.118', '-0.500', '29.459', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16859257', 'Seether', '508', '-278.117', '-0.500', '14.342', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16859258', 'Weeper', '511', '-115.938', '-0.500', '43.951', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16859259', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859260', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859261', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859262', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859263', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859264', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859265', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859266', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859267', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859268', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859269', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859270', 'Craver', '505', '-189.459', '-0.499', '-3.169', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16859271', 'Craver', '505', '-151.064', '-0.499', '41.801', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16859272', '6', '0', '-320.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859273', 'Memory_Receptacle', '507', '-320.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859274', 'Stray', '509', '-309.894', '-0.500', '-45.206', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16859275', 'Stray', '509', '-318.752', '-0.500', '-53.807', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16859276', 'Stray', '509', '-308.787', '-0.500', '-39.645', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16859277', 'Stray', '509', '-321.507', '-0.500', '-53.025', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16859278', 'Stray', '509', '-319.326', '-0.500', '-41.493', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16859279', 'Stray', '509', '-325.569', '-0.500', '-40.573', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16859280', 'Stray', '509', '-313.453', '-0.500', '-51.635', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16859281', '7', '0', '-240.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859282', 'Memory_Receptacle', '507', '-240.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859283', 'Stray', '509', '-241.190', '-0.499', '-51.426', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16859284', 'Stray', '509', '-235.470', '-0.470', '-28.909', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16859285', 'Stray', '509', '-235.553', '-0.498', '-50.795', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16859286', 'Stray', '509', '-239.279', '-0.378', '-32.834', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16859287', 'Stray', '509', '-239.868', '-0.499', '-46.247', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16859288', 'Stray', '509', '-240.026', '-0.391', '-30.512', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16859289', 'Stray', '509', '-250.774', '-0.489', '-40.149', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16859290', '8', '0', '-40.000', '-1.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859291', 'Memory_Receptacle', '507', '-40.000', '-1.000', '0.001', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859292', 'Stray', '509', '-49.517', '-0.500', '-3.692', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16859293', 'Stray', '509', '-41.151', '-0.500', '8.359', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16859294', 'Stray', '509', '-30.104', '-0.500', '-1.140', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16859295', 'Stray', '509', '-43.082', '-0.500', '-9.562', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16859296', 'Stray', '509', '-31.190', '-0.500', '-2.920', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16859297', 'Stray', '509', '-33.978', '-0.500', '-0.672', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16859298', 'Stray', '509', '-33.360', '-0.500', '-0.561', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16859299', 'Weeper', '511', '113.179', '-0.434', '-156.440', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16859300', 'Weeper', '511', '122.500', '-0.499', '-182.387', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16859301', 'Weeper', '511', '185.034', '-0.469', '-275.616', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16859302', 'Weeper', '511', '246.188', '-0.402', '-278.906', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16859303', 'Weeper', '511', '139.591', '-0.499', '-104.974', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16859304', 'Weeper', '511', '153.311', '-0.475', '-100.359', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16859305', 'Wanderer', '510', '141.352', '-0.481', '-122.371', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16859306', 'Wanderer', '510', '169.647', '-0.500', '-109.546', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16859307', 'Weeper', '511', '157.702', '-0.493', '-79.434', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16859308', 'Weeper', '511', '171.991', '-0.500', '-85.071', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16859309', 'Seether', '508', '185.003', '-0.496', '-56.851', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16859310', 'Weeper', '511', '183.886', '-0.499', '-63.195', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16859311', 'Seether', '508', '253.183', '-0.979', '-102.911', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16859312', 'Weeper', '511', '245.850', '-0.500', '-98.217', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16859313', 'Weeper', '511', '267.163', '-0.381', '-86.523', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16859314', 'Weeper', '511', '224.533', '-0.463', '-110.644', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16859315', 'Weeper', '511', '217.290', '-0.499', '-147.239', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16859316', 'Weeper', '511', '228.364', '-0.671', '-160.024', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16859317', 'Wanderer', '510', '245.390', '-0.500', '-158.588', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16859318', 'Seether', '508', '214.020', '-0.626', '-180.373', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16859319', 'Weeper', '511', '213.727', '-0.598', '-180.144', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16859320', 'Wanderer', '510', '278.815', '-0.500', '-155.700', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16859321', 'Weeper', '511', '223.097', '-1.076', '-188.075', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16859322', 'Weeper', '511', '249.167', '-0.502', '-178.617', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16859323', 'Weeper', '511', '292.183', '-0.500', '-161.121', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16859324', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859325', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859326', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859327', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859328', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859329', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859330', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859331', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859332', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859333', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859334', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859335', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859336', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859337', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859338', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859339', 'Weeper', '511', '331.601', '-0.500', '-121.115', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16859340', 'Seether', '508', '342.531', '-0.500', '-101.410', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16859341', 'Weeper', '511', '318.200', '-0.500', '-94.074', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16859342', 'Wanderer', '510', '339.560', '-0.500', '-104.426', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16859343', 'Weeper', '511', '347.456', '-0.542', '-85.998', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16859344', 'Wanderer', '510', '369.988', '-0.499', '-157.200', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16859345', 'Weeper', '511', '362.720', '-0.499', '-159.116', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16859346', 'Craver', '505', '247.281', '-0.494', '-71.208', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16859347', 'Craver', '505', '117.174', '-0.481', '-198.018', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16859348', '9', '0', '200.000', '-1.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859349', 'Memory_Receptacle', '507', '200.000', '-1.000', '0.001', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16859350', 'Stray', '509', '201.175', '-0.693', '0.430', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16859351', 'Stray', '509', '194.268', '-0.439', '8.305', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16859352', 'Stray', '509', '192.472', '-0.351', '6.402', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16859353', 'Stray', '509', '195.644', '-0.418', '-13.591', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16859354', 'Stray', '509', '198.820', '-0.256', '-15.121', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16859355', 'Stray', '509', '200.111', '-0.419', '-0.928', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16859356', 'Stray', '509', '211.858', '-0.330', '2.104', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16859357', '10', '0', '360.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859358', 'Memory_Receptacle', '507', '360.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859359', 'Stray', '509', '359.955', '-0.500', '-37.790', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16859360', 'Stray', '509', '353.531', '-0.500', '-39.150', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16859361', 'Stray', '509', '365.710', '-0.500', '-28.998', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16859362', 'Stray', '509', '352.564', '-0.500', '-38.665', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16859363', 'Stray', '509', '366.568', '-0.500', '-46.495', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16859364', 'Stray', '509', '360.805', '-0.500', '-48.203', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16859365', 'Stray', '509', '357.736', '-0.500', '-39.525', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16859366', '11', '0', '240.000', '-1.000', '-320.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859367', 'Memory_Receptacle', '507', '240.000', '-1.000', '-320.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859368', 'Stray', '509', '242.211', '-0.499', '-309.640', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16859369', 'Stray', '509', '249.371', '-0.417', '-320.378', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16859370', 'Stray', '509', '239.282', '-0.499', '-314.339', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16859371', 'Stray', '509', '228.055', '-0.480', '-325.469', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16859372', 'Stray', '509', '247.629', '-0.499', '-328.871', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16859373', 'Stray', '509', '233.075', '-0.499', '-320.911', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16859374', 'Stray', '509', '236.830', '-0.499', '-331.548', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16859375', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859376', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859377', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859378', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859379', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859380', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859381', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859382', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859383', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859384', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859385', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859386', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859387', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859388', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859389', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859390', 'Idle_Wanderer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859391', 'Seether', '508', '-30.508', '-0.500', '209.501', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16859392', 'Weeper', '511', '-33.657', '-0.500', '222.947', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16859393', 'Weeper', '511', '-52.560', '-0.500', '212.107', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16859394', 'Seether', '508', '2.222', '-0.500', '160.467', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16859395', 'Wanderer', '510', '-5.940', '-0.500', '168.821', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16859396', 'Weeper', '511', '7.745', '-0.500', '153.839', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16859397', 'Weeper', '511', '7.743', '-0.500', '175.530', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16859398', 'Seether', '508', '-2.973', '-0.500', '318.091', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16859399', 'Weeper', '511', '46.669', '-0.500', '209.512', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16859400', 'Weeper', '511', '93.512', '-0.500', '258.735', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16859401', 'Weeper', '511', '73.866', '-0.500', '265.717', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16859402', 'Weeper', '511', '100.709', '-0.500', '263.961', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16859403', 'Seether', '508', '109.340', '-0.500', '250.284', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16859404', 'Wanderer', '510', '98.991', '-0.500', '250.297', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16859405', 'Weeper', '511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859406', 'Weeper', '511', '114.777', '-0.500', '227.028', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16859407', 'Weeper', '511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859408', 'Weeper', '511', '141.514', '-0.500', '242.130', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16859409', 'Seether', '508', '142.184', '-0.500', '230.811', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16859410', 'Seether', '508', '161.352', '-0.500', '222.534', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16859411', 'Weeper', '511', '149.276', '-0.500', '222.001', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16859412', 'Weeper', '511', '187.061', '-0.500', '224.729', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16859413', 'Seether', '508', '194.391', '-0.500', '236.743', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16859414', 'Weeper', '511', '160.589', '-0.500', '202.569', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16859415', 'Weeper', '511', '170.955', '-0.500', '193.664', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16859416', 'Weeper', '511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859417', 'Seether', '508', '216.988', '-0.500', '177.638', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16859418', 'Wanderer', '510', '205.243', '-0.500', '190.276', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16859419', 'Weeper', '511', '193.544', '-0.500', '187.130', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16859420', 'Weeper', '511', '221.958', '-0.500', '200.634', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16859421', 'Weeper', '511', '226.400', '-0.500', '196.211', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859422', 'Weeper', '511', '206.072', '-0.500', '161.737', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16859423', 'Seether', '508', '244.791', '-0.500', '119.973', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16859424', 'Weeper', '511', '242.953', '-0.500', '129.011', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16859425', 'Weeper', '511', '237.865', '-0.500', '129.620', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16859426', 'Seether', '508', '240.494', '-0.500', '239.203', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16859427', 'Wanderer', '510', '239.575', '-0.500', '235.309', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16859428', 'Weeper', '511', '240.046', '-0.499', '222.866', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16859429', 'Weeper', '511', '215.171', '-0.500', '238.758', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16859430', 'Seether', '508', '231.834', '-0.499', '243.818', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16859431', 'Seether', '508', '243.396', '-0.487', '276.426', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16859432', 'Seether', '508', '279.283', '-0.500', '286.033', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16859433', 'Weeper', '511', '276.506', '-0.500', '292.731', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16859434', 'Weeper', '511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859435', 'Wanderer', '510', '102.336', '-0.500', '208.517', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16859436', 'Wanderer', '510', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16859437', 'Weeper', '511', '71.083', '-0.500', '205.944', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16859438', 'Craver', '505', '-37.804', '-0.499', '284.830', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16859439', 'Craver', '505', '70.571', '-0.499', '287.866', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16859440', 'Craver', '505', '122.304', '-0.500', '255.579', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16859441', 'Craver', '505', '238.522', '-0.499', '221.277', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16859442', 'Craver', '505', '156.251', '-0.499', '220.050', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16859443', 'Coveter', '504', '297.036', '-0.500', '-91.995', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16863233', 'Delver', '512', '-240.000', '60.000', '0.100', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16863234', 'Delver', '512', '-240.000', '60.000', '0.100', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16863235', 'Delver', '512', '-240.000', '60.000', '0.100', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16863236', 'Envier', '0', '-238.711', '60.250', '2.542', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16863237', 'Seether', '528', '-242.555', '60.726', '0.361', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16863238', 'Seether', '528', '-236.362', '60.258', '4.628', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16863239', 'Seether', '528', '-240.037', '59.650', '18.111', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16863240', 'EnigmaticSpher', '0', '-240.058', '60.250', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16863241', 'Envier', '0', '2.505', '0.250', '5.513', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16863242', 'Seether', '528', '-4.754', '-0.345', '17.500', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16863243', 'Seether', '528', '1.792', '0.562', '7.711', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16863244', 'Seether', '528', '-8.912', '0.266', '2.025', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16863245', 'EnigmaticSpher', '0', '0.000', '0.250', '0.001', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16863246', 'Envier', '0', '240.000', '-59.750', '0.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16863247', 'Seether', '528', '238.268', '-59.418', '2.370', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16863248', 'Seether', '528', '238.623', '-59.520', '3.705', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16863249', 'Seether', '528', '236.561', '-59.470', '3.377', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16867329', 'Ponderer', '525', '-330.731', '-0.500', '139.518', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16867330', 'Propagator', '526', '190.417', '-0.500', '-60.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16867331', 'Offspring', '524', '189.375', '-0.500', '-71.869', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16867332', 'Offspring', '524', '188.783', '-0.294', '-62.597', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16867333', 'Solicitor', '529', '396.936', '-0.500', '132.095', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16867334', 'Wanderer', '534', '29.397', '-0.500', '-106.333', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16867335', 'Wanderer', '534', '35.879', '-0.500', '-99.157', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16867336', 'Weeper', '535', '44.005', '-0.500', '-79.189', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16867337', 'Wanderer', '534', '33.095', '-0.382', '-67.236', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16867338', 'Wanderer', '534', '46.737', '-0.499', '-83.048', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16867339', 'Wanderer', '534', '38.563', '-0.500', '-158.091', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16867340', 'Wanderer', '534', '48.293', '-0.500', '-152.553', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16867341', 'Wanderer', '534', '27.290', '-0.422', '-202.119', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16867342', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867343', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867344', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867345', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867346', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867347', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867348', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867349', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867350', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867351', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867352', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867353', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867354', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867355', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867356', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867357', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867358', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867359', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867360', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867361', 'Wanderer', '534', '38.663', '-0.500', '-280.430', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16867362', 'Weeper', '535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867363', 'Wanderer', '534', '30.032', '-0.500', '-290.140', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16867364', 'Weeper', '535', '33.773', '-0.500', '-288.757', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16867365', 'Wanderer', '534', '40.941', '-0.642', '-304.044', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16867366', 'Weeper', '535', '1.193', '-0.500', '-245.127', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16867367', 'Wanderer', '534', '1.040', '-0.500', '-230.573', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16867368', 'Weeper', '535', '-5.956', '-0.500', '-233.113', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16867369', 'Wanderer', '534', '14.423', '-0.500', '-257.050', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16867370', 'Wanderer', '534', '8.373', '-0.500', '-253.472', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16867371', 'Weeper', '535', '-15.701', '-0.500', '-290.874', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16867372', 'Wanderer', '534', '-20.330', '-0.500', '-288.228', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16867373', 'Weeper', '535', '-27.646', '-0.500', '-298.804', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16867374', 'Wanderer', '534', '7.440', '-0.500', '-295.336', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16867375', 'Thinker', '532', '-12.532', '-0.422', '-117.062', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16867376', 'Gorger', '520', '-11.601', '-0.500', '-123.706', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16867377', 'Craver', '518', '9.827', '-0.500', '-254.532', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16867378', 'Thinker', '532', '31.870', '-0.500', '-140.305', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16867379', 'Gorger', '520', '-11.180', '-0.374', '-129.141', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16867380', 'Craver', '518', '2.020', '-0.500', '-131.695', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16867382', 'Memory_Receptacle', '523', '-40.000', '-1.000', '-360.000', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16867383', 'Stray', '530', '-38.525', '-0.370', '-351.374', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16867384', 'Stray', '530', '-35.896', '-0.500', '-349.082', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16867385', 'Stray', '530', '-35.680', '-0.500', '-349.168', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16867387', 'Memory_Receptacle', '523', '80.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867388', 'Stray', '530', '79.943', '-0.499', '-31.534', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16867389', 'Stray', '530', '80.538', '-0.499', '-34.976', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16867390', 'Stray', '530', '94.142', '-0.475', '-44.307', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16867391', 'Weeper', '535', '118.122', '-0.500', '234.720', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16867392', 'Wanderer', '534', '121.924', '-0.499', '249.845', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16867393', 'Weeper', '535', '112.094', '-0.500', '193.227', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16867394', 'Weeper', '535', '94.127', '-0.500', '198.574', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16867395', 'Wanderer', '534', '57.061', '-0.500', '195.246', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16867396', 'Wanderer', '534', '49.857', '-0.500', '207.426', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16867397', 'Seether', '528', '44.349', '-0.500', '243.028', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16867398', 'Wanderer', '534', '35.427', '-0.500', '239.738', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16867399', 'Wanderer', '534', '50.151', '-0.499', '249.756', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16867400', 'Weeper', '535', '32.863', '-0.499', '237.852', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16867401', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867402', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867403', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867404', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867405', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867406', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867407', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867408', 'Wanderer', '534', '26.451', '-0.499', '191.991', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16867409', 'Weeper', '535', '-4.394', '-0.500', '208.563', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16867410', 'Weeper', '535', '-17.413', '-0.500', '195.624', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16867411', 'Weeper', '535', '-32.374', '-0.500', '158.465', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16867412', 'Weeper', '535', '-40.167', '-0.500', '155.932', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16867413', 'Weeper', '535', '-93.117', '-0.529', '167.409', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16867414', 'Weeper', '535', '-80.111', '-0.500', '156.987', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16867415', 'Weeper', '535', '-122.102', '-0.500', '173.335', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16867416', 'Weeper', '535', '-122.126', '-0.500', '153.801', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16867417', 'Wanderer', '534', '-140.412', '-0.500', '138.600', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16867418', 'Wanderer', '534', '-138.405', '-0.500', '168.941', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16867419', 'Seether', '528', '-154.805', '-0.500', '147.756', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16867420', 'Seether', '528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867421', 'Thinker', '532', '49.928', '-0.500', '213.503', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16867422', 'Gorger', '520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867423', 'Craver', '518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867424', 'Thinker', '532', '-124.423', '-0.500', '170.694', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16867425', 'Gorger', '520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867426', 'Craver', '518', '-81.853', '-0.500', '171.194', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16867427', 'Seether', '528', '-97.068', '-0.500', '156.236', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16867429', 'Memory_Receptacle', '523', '-160.000', '-1.000', '200.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867430', 'Stray', '530', '-160.803', '-0.500', '188.925', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16867431', 'Stray', '530', '-159.183', '-0.500', '206.488', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16867432', 'Stray', '530', '-152.607', '-0.500', '200.362', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16867433', 'Stray', '530', '-151.861', '-0.500', '200.335', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16867434', 'Stray', '530', '-167.452', '-0.500', '195.666', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16867436', 'Memory_Receptacle', '523', '-160.000', '-1.000', '120.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867437', 'Stray', '530', '-159.822', '-0.500', '114.407', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16867438', 'Stray', '530', '-161.954', '-0.500', '129.092', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16867439', 'Stray', '530', '-160.851', '-0.500', '132.208', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16867440', 'Stray', '530', '-149.592', '-0.500', '124.521', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16867441', 'Stray', '530', '-153.526', '-0.500', '129.458', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16867442', 'Wanderer', '534', '377.060', '-0.500', '-236.088', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16867443', 'Weeper', '535', '389.160', '-0.500', '-237.280', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16867444', 'Seether', '528', '381.022', '-0.405', '-167.684', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16867445', 'Wanderer', '534', '390.975', '-0.381', '-164.604', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16867446', 'Wanderer', '534', '372.218', '-0.689', '-171.985', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16867447', 'Weeper', '535', '391.878', '-0.380', '-176.257', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16867448', 'Seether', '528', '342.524', '-0.500', '-221.616', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16867449', 'Weeper', '535', '352.648', '-0.500', '-228.196', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16867450', 'Weeper', '535', '348.656', '-0.500', '-229.722', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16867451', 'Seether', '528', '277.559', '-0.500', '-229.868', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16867452', 'Wanderer', '534', '270.483', '-0.500', '-244.328', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16867453', 'Wanderer', '534', '225.356', '-0.469', '-232.537', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16867454', 'Wanderer', '534', '319.676', '-0.500', '-215.638', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16867455', 'Deviator', '519', '302.756', '-2.244', '-179.892', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16867456', 'Wanderer', '534', '286.548', '-0.379', '-186.639', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16867457', 'Wanderer', '534', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867458', 'Weeper', '535', '265.449', '-0.500', '-195.305', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16867459', 'Weeper', '535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867460', 'Seether', '528', '335.447', '-1.916', '-142.382', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16867461', 'Weeper', '535', '349.359', '-0.665', '-148.027', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16867462', 'Weeper', '535', '356.414', '-0.385', '-150.874', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16867463', 'Weeper', '535', '320.195', '-1.199', '-131.984', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16867464', 'Seether', '528', '307.997', '-0.500', '-89.998', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16867465', 'Wanderer', '534', '288.709', '-0.500', '-93.974', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16867466', 'Weeper', '535', '283.518', '-0.500', '-97.680', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16867467', 'Weeper', '535', '308.045', '-0.500', '-75.125', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16867468', 'Wanderer', '534', '277.609', '-0.500', '-84.455', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16867469', 'Seether', '528', '256.398', '-0.500', '-119.611', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16867470', 'Weeper', '535', '251.914', '-0.500', '-124.644', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16867471', 'Weeper', '535', '263.689', '-0.500', '-117.806', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16867472', 'Wanderer', '534', '255.814', '-0.500', '-137.391', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16867473', 'Wanderer', '534', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867474', 'Wanderer', '534', '231.045', '-0.500', '-114.055', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16867475', 'Seether', '528', '194.421', '-0.500', '-143.891', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16867476', 'Wanderer', '534', '201.990', '-0.500', '-141.478', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16867477', 'Weeper', '535', '200.477', '-0.500', '-148.031', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16867478', 'Weeper', '535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867479', 'Weeper', '535', '197.141', '-0.500', '-123.608', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16867480', 'Weeper', '535', '157.653', '-0.500', '-119.510', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16867481', 'Seether', '528', '228.358', '-0.500', '-64.514', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16867482', 'Seether', '528', '201.686', '-0.500', '-40.178', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16867483', 'Weeper', '535', '215.819', '-0.500', '-73.213', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16867484', 'Thinker', '532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867485', 'Gorger', '520', '205.289', '-0.500', '-163.458', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16867486', 'Craver', '518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867487', 'Thinker', '532', '275.000', '-0.500', '-172.191', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16867488', 'Gorger', '520', '268.231', '-0.500', '-213.667', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16867489', 'Craver', '518', '299.070', '-0.500', '-216.775', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16867490', 'Thinker', '532', '387.617', '-0.509', '-203.178', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16867491', 'Gorger', '520', '378.721', '-1.215', '-179.871', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16867492', 'Craver', '518', '376.505', '-0.499', '-124.650', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16867494', 'Memory_Receptacle', '523', '160.000', '-1.000', '-160.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867495', 'Stray', '530', '154.205', '-0.500', '-158.990', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16867496', 'Stray', '530', '158.344', '-0.500', '-169.377', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16867497', 'Stray', '530', '153.640', '-0.500', '-159.663', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16867498', 'Stray', '530', '150.709', '-0.500', '-162.766', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16867499', 'Stray', '530', '166.402', '-0.500', '-168.723', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16867501', 'Memory_Receptacle', '523', '240.000', '-1.000', '-40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867502', 'Stray', '530', '239.963', '-0.500', '-32.733', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16867503', 'Stray', '530', '235.512', '-0.500', '-39.297', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16867504', 'Stray', '530', '234.491', '-0.500', '-48.636', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16867505', 'Stray', '530', '232.072', '-0.500', '-40.339', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16867506', 'Stray', '530', '231.627', '-0.500', '-33.158', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16867508', 'Memory_Receptacle', '523', '240.000', '-1.000', '-240.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867509', 'Stray', '530', '231.343', '-0.500', '-237.256', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16867510', 'Stray', '530', '241.582', '-0.500', '-231.359', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16867511', 'Stray', '530', '238.723', '-0.500', '-231.060', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16867512', 'Stray', '530', '238.142', '-0.500', '-240.412', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16867513', 'Stray', '530', '246.951', '-0.500', '-232.936', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16867515', 'Memory_Receptacle', '523', '360.000', '-1.000', '-80.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867516', 'Stray', '530', '365.289', '-0.500', '-72.367', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16867517', 'Stray', '530', '367.665', '-0.500', '-82.635', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16867518', 'Stray', '530', '360.521', '-0.500', '-81.068', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16867519', 'Stray', '530', '372.012', '-0.500', '-80.296', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16867520', 'Stray', '530', '349.687', '-0.500', '-79.880', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16867521', 'Wanderer', '534', '267.711', '-0.499', '166.540', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16867522', 'Weeper', '535', '272.033', '-0.479', '170.316', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16867523', 'Weeper', '535', '300.748', '-0.407', '134.554', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16867524', 'Wanderer', '534', '243.031', '-0.480', '76.440', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16867525', 'Weeper', '535', '244.186', '-0.397', '81.724', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16867526', 'Weeper', '535', '232.961', '-0.500', '70.185', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16867527', 'Seether', '528', '237.174', '-0.499', '79.427', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16867528', 'Wanderer', '534', '201.790', '-0.497', '173.367', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16867529', 'Wanderer', '534', '158.511', '-0.499', '122.567', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16867530', 'Weeper', '535', '159.092', '-0.409', '118.722', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16867531', 'Weeper', '535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867532', 'Weeper', '535', '191.939', '-0.474', '80.315', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16867533', 'Seether', '528', '178.154', '-0.500', '78.070', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16867534', 'Weeper', '535', '186.274', '-0.385', '89.648', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16867535', 'Seether', '528', '119.997', '-0.500', '75.094', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16867536', 'Wanderer', '534', '281.499', '-0.380', '82.406', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16867537', 'Weeper', '535', '272.804', '-0.403', '68.907', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16867538', 'Seether', '528', '299.456', '-0.840', '98.794', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16867539', 'Wanderer', '534', '311.721', '-0.384', '86.610', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16867540', 'Weeper', '535', '304.652', '-1.181', '101.970', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16867541', 'Weeper', '535', '308.002', '-0.690', '109.443', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16867542', 'Seether', '528', '343.243', '-0.500', '88.373', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16867543', 'Seether', '528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867544', 'Wailer', '533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867545', 'Weeper', '535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867546', 'Weeper', '535', '362.978', '-0.828', '133.112', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16867547', 'Seether', '528', '293.617', '-0.391', '206.510', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16867548', 'Seether', '528', '381.586', '-1.468', '99.707', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16867549', 'Weeper', '535', '379.144', '-0.613', '86.197', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16867550', 'Weeper', '535', '376.120', '-1.065', '96.991', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16867551', 'Seether', '528', '286.257', '-0.499', '242.693', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16867552', 'Seether', '528', '307.923', '-0.481', '179.264', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16867553', 'Wanderer', '534', '392.438', '-0.498', '177.595', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16867554', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867555', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867556', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867557', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867558', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867559', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867560', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867561', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867562', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867563', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867564', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867565', 'Woeful_Weeper', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867566', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867567', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867568', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867569', 'Woeful_Weeper', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867570', 'Wanderer', '534', '441.540', '-0.498', '211.099', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16867571', 'Wanderer', '534', '384.847', '-1.430', '229.312', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16867572', 'Weeper', '535', '434.162', '-0.495', '227.073', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16867573', 'Thinker', '532', '174.477', '-0.499', '103.434', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16867574', 'Gorger', '520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867575', 'Craver', '518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867576', 'Thinker', '532', '156.066', '-0.499', '92.101', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16867577', 'Gorger', '520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867578', 'Craver', '518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867579', 'Thinker', '532', '370.613', '-1.707', '211.253', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16867580', 'Gorger', '520', '361.304', '-1.107', '207.999', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16867581', 'Craver', '518', '348.076', '-0.485', '175.042', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16867582', 'Thinker', '532', '331.893', '-0.481', '83.126', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16867583', 'Gorger', '520', '291.500', '-0.676', '92.133', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16867584', 'Craver', '518', '314.188', '-0.674', '94.395', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16867586', 'Memory_Receptacle', '523', '120.000', '-1.000', '40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867587', 'Stray', '530', '131.079', '-0.381', '33.185', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16867588', 'Stray', '530', '113.829', '-0.499', '39.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16867589', 'Stray', '530', '109.314', '-0.387', '36.442', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16867590', 'Stray', '530', '133.316', '-0.381', '37.038', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16867591', 'Stray', '530', '127.122', '-0.499', '39.322', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16867592', 'Stray', '530', '132.805', '-0.383', '35.945', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16867593', 'Stray', '530', '123.165', '-0.395', '28.639', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16867595', 'Memory_Receptacle', '523', '440.000', '-1.000', '40.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867596', 'Stray', '530', '444.260', '-0.496', '30.228', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16867597', 'Stray', '530', '438.510', '-0.432', '31.515', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16867598', 'Stray', '530', '449.161', '-0.484', '46.775', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16867599', 'Stray', '530', '434.588', '-0.415', '32.342', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16867600', 'Stray', '530', '438.999', '-0.495', '41.091', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16867601', 'Stray', '530', '439.965', '-0.489', '48.194', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16867602', 'Stray', '530', '437.224', '-0.405', '31.192', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16867604', 'Memory_Receptacle', '523', '440.000', '-1.000', '279.997', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867605', 'Stray', '530', '439.551', '-0.499', '287.040', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16867606', 'Stray', '530', '449.416', '-0.484', '285.537', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16867607', 'Stray', '530', '439.951', '-0.499', '280.496', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16867608', 'Stray', '530', '440.160', '-0.499', '269.793', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16867609', 'Stray', '530', '449.247', '-0.484', '275.089', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16867610', 'Stray', '530', '447.161', '-0.494', '269.915', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16867611', 'Stray', '530', '431.134', '-0.499', '282.275', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16867612', 'Seether', '528', '16.187', '-2.192', '13.982', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16867613', 'Wanderer', '534', '27.259', '-1.276', '17.615', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16867614', 'Weeper', '535', '10.304', '-1.260', '34.166', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16867615', 'Weeper', '535', '-4.023', '-0.464', '6.399', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16867616', 'Wanderer', '534', '48.703', '-0.500', '83.455', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16867617', 'Weeper', '535', '35.764', '-0.500', '92.168', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16867618', 'Weeper', '535', '46.840', '-0.500', '91.120', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16867619', 'Seether', '528', '-12.474', '-0.500', '54.198', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16867620', 'Weeper', '535', '5.146', '-0.500', '68.213', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16867621', 'Weeper', '535', '-0.905', '-0.500', '49.673', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16867622', 'Wanderer', '534', '-27.704', '-0.480', '29.752', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16867623', 'Wanderer', '534', '-82.805', '-0.499', '35.926', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16867624', 'Wanderer', '534', '-69.762', '-0.500', '27.278', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16867625', 'Seether', '528', '-138.895', '-0.500', '-12.013', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16867626', 'Weeper', '535', '-117.381', '-0.500', '-3.277', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16867627', 'Weeper', '535', '-160.739', '-0.490', '-8.207', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16867628', 'Wanderer', '534', '-140.698', '-0.500', '-37.528', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16867629', 'Seether', '528', '-170.399', '-0.500', '36.116', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16867630', 'Weeper', '535', '-184.740', '-0.499', '34.664', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16867631', 'Weeper', '535', '-206.479', '-0.499', '31.963', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16867632', 'Seether', '528', '-252.233', '-0.500', '-17.639', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16867633', 'Wanderer', '534', '-247.307', '-0.500', '-46.574', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16867634', 'Weeper', '535', '-259.434', '-0.500', '-31.996', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16867635', 'Weeper', '535', '-259.513', '-0.500', '-30.153', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16867636', 'Seether', '528', '-317.458', '-0.500', '-2.882', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16867637', 'Weeper', '535', '-314.327', '-0.500', '-0.636', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16867638', 'Weeper', '535', '-315.481', '-0.499', '-9.400', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16867639', 'Seether', '528', '-324.501', '-0.419', '35.309', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16867640', 'Weeper', '535', '-286.561', '-0.499', '57.792', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16867641', 'Weeper', '535', '-286.526', '-0.387', '51.102', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16867642', 'Provoker', '527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867643', 'Seether', '528', '-235.964', '-0.487', '58.541', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16867644', 'Seether', '528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867645', 'Seether', '528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867646', 'Weeper', '535', '-272.117', '-0.499', '84.527', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16867647', 'Wanderer', '534', '-250.281', '-0.500', '140.458', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16867648', 'Weeper', '535', '-242.396', '-0.500', '135.967', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16867649', 'Seether', '528', '-234.755', '-0.500', '159.795', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16867650', 'Wanderer', '534', '-251.014', '-0.500', '164.832', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16867651', 'Weeper', '535', '-238.268', '-0.500', '163.130', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16867652', 'Weeper', '535', '-286.162', '-0.483', '127.478', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16867653', 'Seether', '528', '-298.393', '-0.500', '134.789', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16867654', 'Weeper', '535', '-297.943', '-0.494', '151.044', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16867655', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867656', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867657', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867658', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867659', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867660', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867661', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867662', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867663', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867664', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867665', 'Woeful_Weeper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867666', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867667', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867668', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867669', 'Idle_Wanderer', '522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867670', 'Livid_Seether', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867671', 'Thinker', '532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867672', 'Gorger', '520', '-393.155', '-0.500', '80.157', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16867673', 'Craver', '518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867674', 'Thinker', '532', '-451.858', '-0.500', '53.940', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16867675', 'Gorger', '520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867676', 'Craver', '518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867677', 'Thinker', '532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867678', 'Gorger', '520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16867679', 'Craver', '518', '-123.970', '-0.500', '-31.381', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16867680', 'Thinker', '532', '-262.538', '-0.499', '63.169', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16867681', 'Gorger', '520', '-332.156', '-0.380', '40.900', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16867682', 'Craver', '518', '-263.599', '-0.499', '67.871', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16867683', 'Gorger', '520', '-257.970', '-0.499', '115.315', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16867684', 'Craver', '518', '-277.323', '-0.498', '161.215', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16871425', 'Agonizer', '536', '-239.000', '57.000', '1.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16871426', 'Procreator', '546', '-234.000', '57.000', '-5.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16871427', 'Offspring', '544', '-239.942', '57.928', '25.105', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16871428', 'Offspring', '544', '-239.725', '57.704', '24.082', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16871429', 'Offspring', '544', '-238.722', '57.500', '26.771', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16871430', 'Offspring', '544', '-238.722', '57.500', '26.771', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16871431', 'Cumulator', '538', '-246.000', '57.000', '-5.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16871432', 'Agonizer', '536', '1.000', '-1.000', '1.000', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16871433', 'Procreator', '546', '8.000', '-1.000', '5.000', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16871434', 'Offspring', '544', '-3.142', '-0.176', '14.475', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16871435', 'Offspring', '544', '0.210', '-0.448', '19.275', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16871436', 'Offspring', '544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871437', 'Offspring', '544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871438', 'Cumulator', '538', '7.000', '-1.000', '-6.000', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16871439', 'Agonizer', '536', '240.000', '-59.000', '1.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16871440', 'Procreator', '546', '247.000', '-59.000', '-7.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16871441', 'Offspring', '544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871442', 'Offspring', '544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871443', 'Offspring', '544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871444', 'Offspring', '544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871445', 'Cumulator', '538', '232.000', '-59.000', '-7.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16871450', 'Contemplator', '537', '-243.269', '60.250', '-4.152', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16871451', 'Ingurgitator', '541', '-239.992', '60.250', '-8.003', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16871452', 'Repiner', '547', '-247.669', '60.250', '-7.666', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16871453', 'Neoingurgitator', '543', '-239.252', '60.493', '-6.065', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16871454', 'Neoingurgitator', '543', '-240.151', '57.500', '30.111', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16871456', 'Memory_Receptacle', '542', '0.000', '0.250', '0.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16871457', 'Memory_Receptacle', '542', '-7.991', '0.250', '7.999', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16871458', 'Memory_Receptacle', '542', '-7.994', '0.250', '0.006', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16871459', 'Memory_Receptacle', '542', '-15.509', '-0.500', '0.492', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16871460', 'Contemplator', '537', '-0.037', '-2.405', '32.481', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16871461', 'Ingurgitator', '541', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871462', 'Repiner', '547', '-15.508', '-0.500', '0.492', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16871463', 'Neoingurgitator', '543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871464', 'Neoingurgitator', '543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871466', 'Memory_Receptacle', '542', '240.000', '-59.750', '0.000', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16871467', 'Memory_Receptacle', '542', '248.148', '-59.750', '8.154', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16871468', 'Memory_Receptacle', '542', '240.133', '-59.750', '7.893', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16871469', 'Memory_Receptacle', '542', '231.892', '-59.750', '8.112', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16871470', 'Contemplator', '537', '240.402', '-59.657', '1.928', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16871471', 'Ingurgitator', '541', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871472', 'Repiner', '547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871473', 'Neoingurgitator', '543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16871474', 'Neoingurgitator', '543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875521', 'Clipper', '562', '-244.945', '-1.945', '-219.766', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16875522', 'Grindylow', '597', '-242.869', '-1.980', '-220.789', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16875523', 'Greater_Pugil', '596', '-237.192', '-1.994', '-218.082', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16875524', 'Greater_Pugil', '596', '-477.666', '-3.959', '0.582', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16875525', 'Apsaras', '554', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875526', 'Asrai', '555', '-236.690', '-2.010', '-218.215', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16875527', 'Abhac', '549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875528', 'Vu-Murt', '626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875529', 'Petrocrab', '616', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875530', 'Cetic_Parasite', '560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875531', 'Ferrocrab', '569', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875532', 'Nakki', '605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875533', 'Miner_Bee', '604', '-278.200', '-7.360', '-244.511', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16875534', 'Miner_Bee', '604', '-307.126', '-8.183', '-247.748', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16875535', 'Miner_Bee', '604', '-278.724', '-7.688', '-241.273', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16875536', 'Tavnazian_Sheep', '622', '-273.327', '-7.439', '-262.658', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16875537', 'Miner_Bee', '604', '-198.170', '-6.169', '-208.347', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16875538', 'Miner_Bee', '604', '-152.830', '-6.544', '-178.107', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16875539', 'Miner_Bee', '604', '-171.447', '-6.473', '-183.676', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16875540', 'Bugard', '559', '-84.516', '-7.517', '-179.615', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16875541', 'Tavnazian_Sheep', '622', '-91.521', '-8.115', '-164.149', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16875542', 'Cluster', '563', '-57.600', '-7.828', '-224.434', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16875543', 'Bugard', '559', '2.265', '-7.947', '-216.432', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16875544', 'Bugard', '559', '-30.570', '-8.034', '-210.656', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16875545', 'Orcish_Brawler', '608', '-43.909', '-8.043', '-237.766', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16875546', 'Orcish_Beastrider', '606', '-24.108', '-7.762', '-227.153', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16875547', 'Orcish_Nightraider', '612', '-1.546', '-8.388', '-205.208', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16875548', 'Orcish_Impaler', '611', '-31.883', '-8.176', '-209.379', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16875549', 'Tavnazian_Sheep', '622', '-73.708', '-7.737', '-216.692', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16875550', 'Tavnazian_Sheep', '622', '5.503', '-8.561', '-242.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16875551', 'Tavnazian_Sheep', '622', '-59.843', '-8.334', '-246.711', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16875552', 'Padfoot', '615', '-43.689', '0.487', '-328.028', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16875553', 'Tavnazian_Sheep', '622', '-73.365', '-8.793', '-265.309', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16875554', 'Bugard', '559', '-3.341', '-8.321', '-192.426', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16875555', 'Tavnazian_Sheep', '622', '8.563', '-8.770', '-190.128', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16875556', 'Orcish_Brawler', '608', '4.677', '-8.579', '-240.320', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16875557', 'Bugard', '559', '-26.119', '-0.093', '-276.386', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16875558', 'Bugard', '559', '15.107', '1.017', '-284.389', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16875559', 'Orcish_Stonelauncher', '613', '-20.298', '1.093', '-283.231', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16875560', 'Tavnazian_Sheep', '622', '-49.379', '-1.670', '-268.793', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16875561', 'Tavnazian_Sheep', '622', '-45.469', '-0.662', '-273.120', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16875562', 'Air_Elemental', '552', '6.073', '-0.429', '-275.848', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16875563', 'Crimson_Knight_Crab', '565', '-18.517', '2.121', '-292.268', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16875564', 'Crimson_Knight_Crab', '565', '23.050', '0.532', '-281.080', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16875565', 'Crimson_Knight_Crab', '565', '-22.599', '2.136', '-293.854', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16875566', 'Miner_Bee', '604', '8.122', '-8.012', '-134.174', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16875567', 'Miner_Bee', '604', '11.119', '-7.715', '-126.645', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16875568', 'Tavnazian_Sheep', '622', '11.901', '-7.809', '-126.639', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16875569', 'Bugard', '559', '125.713', '-7.872', '-22.757', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16875570', 'Bugard', '559', '99.942', '-7.840', '-47.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16875571', 'Orcish_Brawler', '608', '77.271', '-7.955', '-28.175', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16875572', 'Orcish_Beastrider', '606', '107.484', '-7.656', '-22.451', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16875573', 'Orcish_Nightraider', '612', '132.459', '-8.255', '-42.018', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875574', 'Orcish_Impaler', '611', '90.265', '-8.048', '-81.754', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16875575', 'Tavnazian_Sheep', '622', '80.787', '-8.340', '-83.517', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16875576', 'Tavnazian_Sheep', '622', '88.054', '-7.749', '-29.009', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16875577', 'Tavnazian_Sheep', '622', '97.701', '-8.356', '-56.846', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16875578', 'Padfoot', '615', '260.445', '-1.761', '-27.862', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16875579', 'Orcish_Beastrider', '606', '54.121', '-8.023', '40.232', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16875580', 'Orcish_Nightraider', '612', '32.274', '-9.370', '43.459', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875581', 'Orcish_Impaler', '611', '42.960', '-8.443', '36.204', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16875582', 'Bugard', '559', '211.421', '-8.828', '-163.271', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16875583', 'Orcish_Brawler', '608', '175.360', '-8.262', '-164.524', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16875584', 'Orcish_Beastrider', '606', '126.296', '-8.507', '-146.293', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16875585', 'Orcish_Nightraider', '612', '205.524', '-8.693', '-166.225', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16875586', 'Orcish_Impaler', '611', '150.528', '-8.255', '-145.560', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16875587', 'Tavnazian_Sheep', '622', '212.188', '-8.951', '-162.681', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16875588', 'Acrophies', '551', '54.727', '-8.028', '42.936', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16875589', 'Acrophies', '551', '42.103', '-8.457', '38.048', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16875590', 'Acrophies', '551', '76.058', '-8.236', '8.524', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16875591', 'Acrophies', '551', '75.816', '-8.240', '8.602', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16875592', 'Thunder_Elemental', '624', '107.661', '-7.776', '4.989', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16875593', 'Cluster', '563', '236.418', '-0.573', '-118.742', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16875594', 'Bugard', '559', '168.421', '-0.027', '-82.286', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16875595', 'Bugard', '559', '187.322', '0.233', '-92.680', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16875596', 'Gigas_Fighter', '590', '164.785', '-0.099', '-84.165', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16875597', 'Gigas_Wrestler', '595', '179.305', '0.160', '-97.658', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16875598', 'Gigas_Slinger', '592', '185.885', '0.261', '-94.130', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16875599', 'Tavnazian_Sheep', '622', '176.672', '0.303', '-94.354', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16875600', 'Yal-un_Eke', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875601', 'Miner_Bee', '604', '276.938', '1.707', '-139.416', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16875602', 'Miner_Bee', '604', '279.934', '1.717', '-140.521', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16875603', 'Bugard', '559', '233.906', '1.363', '-61.884', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16875604', 'Cluster', '563', '387.196', '0.060', '-115.952', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875605', 'Bugard', '559', '383.606', '0.144', '-116.511', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16875606', 'Bugard', '559', '347.142', '-0.011', '-151.566', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16875607', 'Bugard', '559', '327.044', '-0.357', '-159.844', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16875608', 'Gigas_Fighter', '590', '397.499', '0.344', '-185.032', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16875609', 'Gigas_Wrestler', '595', '393.756', '-0.159', '-209.366', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16875610', 'Gigas_Slinger', '592', '332.257', '-0.074', '-162.149', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16875611', 'Tavnazian_Sheep', '622', '351.604', '-0.035', '-175.640', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16875612', 'Tavnazian_Sheep', '622', '418.616', '0.354', '-128.368', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16875613', 'Tavnazian_Sheep', '622', '429.069', '0.365', '-183.489', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16875614', 'Tavnazian_Sheep', '622', '364.576', '-0.474', '-122.278', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16875615', 'Padfoot', '615', '412.447', '-0.057', '-200.161', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16875616', 'Bugard', '559', '483.802', '-0.678', '-196.261', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16875617', 'Bugard', '559', '474.904', '0.865', '-211.016', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16875618', 'Gigas_Wrestler', '595', '505.944', '2.437', '-223.772', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16875619', 'Gigas_Slinger', '592', '521.125', '-0.203', '-232.286', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16875620', 'Tavnazian_Sheep', '622', '511.289', '1.103', '-216.610', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16875621', 'Tavnazian_Sheep', '622', '520.497', '-0.167', '-233.193', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16875622', 'Air_Elemental', '552', '511.731', '0.864', '-215.654', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16875623', 'Bugard', '559', '388.925', '-0.130', '-78.662', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16875624', 'Tavnazian_Sheep', '622', '391.258', '-0.043', '-83.619', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16875625', 'Tavnazian_Sheep', '622', '393.293', '-0.340', '-85.179', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16875626', 'Vampire_Bat', '625', '290.840', '-3.775', '-14.724', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16875627', 'Vampire_Bat', '625', '299.352', '-7.990', '26.895', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16875628', 'Wingrats', '627', '299.890', '-7.920', '24.661', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16875629', 'Wingrats', '627', '298.976', '-8.959', '7.264', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16875630', 'Abraxas', '550', '340.432', '-8.022', '149.143', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16875631', 'Abraxas', '550', '361.242', '-7.827', '140.411', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16875632', 'Abraxas', '550', '285.879', '-8.190', '168.533', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16875633', 'Abraxas', '550', '319.753', '-8.605', '198.310', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16875634', 'Abraxas', '550', '293.993', '-7.725', '187.928', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16875635', 'Abraxas', '550', '439.958', '-8.395', '151.919', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16875636', 'Abraxas', '550', '436.690', '-8.158', '130.407', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16875637', 'Abraxas', '550', '446.660', '-8.382', '134.987', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16875638', 'Flockbock', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875639', 'Abraxas', '550', '447.966', '-8.429', '134.193', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16875640', 'Abraxas', '550', '472.787', '-0.456', '187.341', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16875641', 'Abraxas', '550', '477.012', '-0.321', '166.282', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16875642', 'Abraxas', '550', '464.043', '-2.899', '177.736', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16875643', 'Abraxas', '550', '475.370', '-0.504', '194.903', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16875644', 'Abraxas', '550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875645', 'Abraxas', '550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875646', 'Abraxas', '550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875647', 'Abraxas', '550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875648', 'Abraxas', '550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875649', 'Abraxas', '550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875650', 'Fomor_Ninja', '576', '486.665', '1.381', '217.986', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16875651', 'Fomor_Monk', '575', '487.147', '1.377', '217.471', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16875652', 'Air_Elemental', '552', '524.890', '1.046', '166.338', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16875653', 'Tavnazian_Ram', '621', '414.594', '-7.817', '196.800', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16875654', 'Tavnazian_Ram', '621', '299.599', '-7.723', '198.687', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16875655', 'Abraxas', '550', '389.153', '-7.893', '211.123', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16875656', 'Abraxas', '550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875657', 'Fomor_Bard', '570', '223.393', '-22.600', '270.423', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16875658', 'Fomor_Red_Mage', '579', '224.852', '-22.600', '269.983', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16875659', 'Fomor_Samurai', '580', '226.840', '-22.597', '266.448', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16875660', 'Fomor_Red_Mage', '579', '227.405', '-22.597', '267.808', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16875661', 'Fomor_Warrior', '586', '226.839', '-22.614', '267.288', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16875662', 'Fomor_Red_Mage', '579', '227.757', '-22.679', '266.107', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16875663', 'Air_Elemental', '552', '208.841', '-22.804', '348.086', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16875664', 'Dark_Elemental', '566', '194.465', '-23.366', '334.911', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16875665', 'Fomor_Paladin', '577', '200.000', '-22.999', '348.500', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875666', 'Fomor_Dragoon', '574', '197.000', '-23.239', '345.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16875667', 'Fomor_s_Wyvern', '584', '197.001', '-23.239', '345.001', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16875668', 'Fomor_Dark_Knight', '573', '203.000', '-23.239', '345.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875669', 'Fomor_Black_Mage', '572', '200.000', '-23.394', '344.500', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875670', 'Fomor_Bard', '570', '200.000', '-22.999', '348.500', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875671', 'Fomor_Ranger', '578', '197.000', '-23.239', '345.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16875672', 'Fomor_Dark_Knight', '573', '203.000', '-23.239', '345.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875673', 'Fomor_Summoner', '581', '200.000', '-23.394', '344.500', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875674', 'Fomor_s_Elemental', '583', '200.001', '-23.393', '344.501', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875675', 'Fomor_Beastmaster', '571', '200.000', '-22.999', '348.500', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875676', 'Fomor_s_Bat', '582', '200.001', '-22.999', '348.501', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875677', 'Fomor_Samurai', '580', '197.000', '-23.239', '345.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16875678', 'Fomor_Dark_Knight', '573', '203.000', '-23.239', '345.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875679', 'Fomor_Monk', '575', '200.000', '-23.394', '344.500', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875680', 'Death_Jacket', '567', '-518.050', '-7.747', '-21.661', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16875681', 'Death_Jacket', '567', '-513.149', '-6.496', '-40.274', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16875682', 'Death_Jacket', '567', '-444.065', '-6.665', '-3.485', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16875683', 'Death_Jacket', '567', '-436.436', '-8.378', '8.220', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16875684', 'Death_Jacket', '567', '-464.323', '-7.665', '75.736', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16875685', 'Death_Jacket', '567', '-457.684', '-6.727', '70.196', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16875686', 'Gigantobugard', '587', '-410.761', '-8.093', '80.719', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16875687', 'Gigantobugard', '587', '-436.707', '-8.262', '39.068', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16875688', 'Gigantobugard', '587', '-412.672', '-7.966', '59.247', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16875689', 'Air_Elemental', '552', '-456.800', '-6.363', '68.642', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16875690', 'Sengann', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875691', 'Thunder_Elemental', '624', '-426.442', '-7.827', '64.270', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16875692', 'Gigantobugard', '587', '-433.289', '-16.412', '203.463', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16875693', 'Atomic_Cluster', '556', '-419.441', '-15.704', '132.393', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16875694', 'Gigantobugard', '587', '-421.697', '-15.826', '137.951', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16875695', 'Gigantobugard', '587', '-444.165', '-16.558', '123.181', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16875696', 'Gigas_Braver', '588', '-351.167', '-15.833', '136.454', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16875697', 'Gigas_Martialist', '591', '-436.445', '-16.233', '125.024', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16875698', 'Gigas_Catapulter', '589', '-408.331', '-16.262', '161.179', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16875699', 'Orcish_Bowshooter', '607', '-439.666', '-16.033', '149.232', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16875700', 'Orcish_Footsoldier', '609', '-398.970', '-16.182', '147.463', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16875701', 'Orcish_Gladiator', '610', '-399.145', '-16.308', '152.287', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16875702', 'Orcish_Trooper', '614', '-416.730', '-15.634', '158.893', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16875703', 'Padfoot', '615', '-378.950', '-15.742', '144.215', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16875704', 'Fomor_Thief', '585', '-425.299', '-24.562', '155.699', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16875705', 'Fomor_Ranger', '578', '-422.399', '-24.562', '154.100', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16875706', 'Fomor_Ranger', '578', '-423.600', '-24.562', '158.350', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16875707', 'Gigantobugard', '587', '-363.466', '-16.582', '71.100', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16875708', 'Leshachikha', '600', '-308.495', '-14.561', '222.527', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16875709', 'Gigantobugard', '587', '-219.842', '-16.102', '111.420', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16875710', 'Gigantobugard', '587', '-238.274', '-16.281', '82.138', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16875711', 'Gigantobugard', '587', '-216.320', '-16.066', '114.812', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16875712', 'Gigas_Warwolf', '594', '-225.577', '-16.142', '74.691', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16875713', 'Gigas_Catapulter', '589', '-250.058', '-15.775', '133.786', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16875714', 'Orcish_Footsoldier', '609', '-194.952', '-15.873', '137.391', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16875715', 'Orcish_Gladiator', '610', '-240.621', '-15.768', '95.317', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16875716', 'Gigas_s_Sheep', '593', '-222.223', '-15.988', '74.955', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16875717', 'Gigantobugard', '587', '-235.025', '-16.484', '55.871', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16875718', 'Gigantobugard', '587', '-136.802', '-15.740', '102.353', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875719', 'Gigantobugard', '587', '-161.907', '-16.067', '89.947', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16875720', 'Gigantobugard', '587', '-137.168', '-15.390', '91.016', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16875721', 'Gigas_Braver', '588', '-172.756', '-15.699', '108.476', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16875722', 'Gigas_Martialist', '591', '-177.538', '-15.731', '98.229', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16875723', 'Orcish_Trooper', '614', '-168.415', '-16.482', '83.560', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16875724', 'Orcish_Bowshooter', '607', '-179.608', '-15.828', '91.401', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16875725', 'Gigantobugard', '587', '-112.255', '-16.476', '48.314', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16875726', 'Gigantobugard', '587', '-70.481', '-17.081', '4.946', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16875727', 'Gigas_Warwolf', '594', '-80.077', '-16.654', '6.845', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16875728', 'Gigas_Catapulter', '589', '-87.231', '-16.338', '0.412', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16875729', 'Orcish_Footsoldier', '609', '-119.404', '-15.637', '17.246', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16875730', 'Orcish_Gladiator', '610', '-97.605', '-16.860', '16.476', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16875731', 'Gigas_s_Sheep', '593', '-81.104', '-16.658', '6.402', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16875732', 'Fomor_Warrior', '586', '-131.850', '-24.693', '0.850', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16875733', 'Fomor_Summoner', '581', '-129.149', '-24.693', '2.150', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16875734', 'Fomor_s_Elemental', '583', '-129.147', '-24.693', '2.151', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16875735', 'Fomor_Beastmaster', '571', '-130.600', '-24.693', '-1.850', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16875736', 'Fomor_s_Bat', '582', '-130.598', '-24.693', '-1.848', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16875737', 'Atomic_Cluster', '556', '-175.110', '-7.998', '28.168', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16875738', 'Gigantobugard', '587', '-152.241', '-9.074', '33.694', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16875739', 'Gigantobugard', '587', '-160.108', '-8.190', '26.923', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16875740', 'Gigantobugard', '587', '-176.351', '-7.828', '21.201', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16875741', 'Megalobugard', '603', '-175.852', '-7.811', '22.823', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16875742', 'Gigas_Braver', '588', '-186.342', '-7.802', '-3.732', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16875743', 'Orcish_Bowshooter', '607', '-187.044', '-7.750', '27.306', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16875744', 'Gigantobugard', '587', '-84.850', '-8.457', '-39.115', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16875745', 'Gigantobugard', '587', '-114.617', '-9.383', '-28.697', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16875746', 'Gigas_Martialist', '591', '-150.885', '-8.070', '-74.378', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16875747', 'Orcish_Trooper', '614', '-116.422', '-8.215', '-71.765', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16875748', 'Padfoot', '615', '-141.523', '-15.529', '91.709', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16875749', 'Gigas_Braver', '588', '-147.849', '-8.059', '-57.288', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16875750', 'Orcish_Footsoldier', '609', '-141.783', '-7.838', '-64.267', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16875751', 'Gigas_Slinger', '592', '-7.156', '-6.528', '-22.935', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16875752', 'Orcish_Nightraider', '612', '-10.793', '-6.506', '-23.254', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16875753', 'Leshachikha', '600', '-102.923', '-15.193', '182.600', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16875754', 'Leshy', '601', '-237.318', '-16.234', '247.806', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16875755', 'Leshy', '601', '-220.012', '-15.863', '261.451', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16875756', 'Leshy', '601', '-187.899', '-15.586', '302.102', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16875757', 'Leshy', '601', '-172.688', '-15.561', '259.879', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16875758', 'Leshy', '601', '-203.044', '-15.720', '300.686', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16875759', 'Leshy', '601', '-202.126', '-16.378', '279.849', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16875760', 'Leshy', '601', '-162.452', '-15.927', '294.936', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16875761', 'Leshy', '601', '-215.894', '-15.391', '308.678', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16875762', 'Colorful_Leshy', '564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875763', 'Defoliate_Leshy', '568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875764', 'Fomor_Samurai', '580', '-178.000', '-16.122', '304.700', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16875765', 'Fomor_Thief', '585', '-180.600', '-15.888', '301.899', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16875766', 'Fomor_Monk', '575', '-178.199', '-16.096', '299.299', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16875767', 'Fomor_Ninja', '576', '-175.500', '-15.782', '302.100', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875768', 'Thunder_Elemental', '624', '-229.644', '-15.840', '277.295', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16875769', 'Leshachikha', '600', '-192.454', '-15.638', '295.613', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16875770', 'Leshachikha', '600', '-220.173', '-15.815', '257.934', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16875771', 'Leshachikha', '600', '-214.795', '-16.083', '254.454', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16875772', 'Leshachikha', '600', '-151.252', '-16.278', '238.010', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16875773', 'Leshachikha', '600', '-261.916', '-31.163', '360.330', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16875774', 'Splinterspine_Grukjuk', '620', '-46.334', '-3.950', '-281.757', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16875775', 'Blackbone_Frazdiz', '558', '44.512', '-8.387', '34.310', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16875776', 'Rainbringer_Yjatvot', '618', '44.037', '-8.287', '32.906', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16875777', 'Baumesel', '557', '-208.665', '-16.151', '283.491', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16875778', 'Kurrea', '599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875779', 'Amaltheia', '553', '186.538', '-0.136', '-123.833', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16875780', 'Abununnu', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875781', 'Gloam_Servitor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875782', 'Gloam_Servitor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875783', 'Abununnu', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875784', 'Gloam_Servitor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875785', 'Gloam_Servitor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875786', 'Abununnu', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875787', 'Gloam_Servitor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16875788', 'Gloam_Servitor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879617', 'Clipper', '636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879618', 'Grindylow', '665', '-161.916', '-15.996', '627.242', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16879619', 'Greater_Pugil', '664', '-172.445', '-16.031', '604.757', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16879620', 'Greater_Pugil', '664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879621', 'Mantrap', '669', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879622', 'Miner_Bee', '670', '554.555', '15.942', '-290.167', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16879623', 'Miner_Bee', '670', '540.118', '16.274', '-285.154', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16879624', 'Tavnazian_Sheep', '679', '499.580', '14.667', '-268.467', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16879625', 'Tavnazian_Sheep', '679', '506.655', '15.436', '-285.210', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16879626', 'Miner_Bee', '670', '528.842', '15.994', '-387.671', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16879627', 'Miner_Bee', '670', '523.932', '16.036', '-335.584', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16879628', 'Bugard', '634', '557.432', '15.800', '-367.781', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16879629', 'Tavnazian_Sheep', '679', '544.969', '16.162', '-396.009', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16879630', 'Tavnazian_Sheep', '679', '543.167', '15.888', '-408.143', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16879631', 'Miner_Bee', '670', '498.699', '16.149', '-400.874', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16879632', 'Miner_Bee', '670', '501.905', '16.231', '-409.519', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16879633', 'Bugard', '634', '441.343', '15.475', '-448.382', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16879634', 'Tavnazian_Sheep', '679', '517.531', '15.561', '-439.667', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16879635', 'Tavnazian_Sheep', '679', '479.447', '15.472', '-401.339', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16879636', 'Miner_Bee', '670', '406.958', '14.814', '-454.806', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16879637', 'Miner_Bee', '670', '355.002', '15.282', '-449.350', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16879638', 'Bugard', '634', '352.178', '15.460', '-441.960', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16879639', 'Tavnazian_Sheep', '679', '371.844', '15.940', '-442.614', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16879640', 'Miner_Bee', '670', '476.637', '23.376', '-315.903', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16879641', 'Bugard', '634', '477.346', '23.481', '-320.421', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16879642', 'Tavnazian_Sheep', '679', '477.272', '23.609', '-324.571', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16879643', 'Miner_Bee', '670', '429.090', '24.051', '-358.246', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16879644', 'Bugard', '634', '476.446', '23.798', '-359.849', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16879645', 'Tavnazian_Sheep', '679', '458.988', '24.346', '-355.272', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16879646', 'Miner_Bee', '670', '409.597', '23.576', '-377.043', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16879647', 'Bugard', '634', '374.880', '23.629', '-406.586', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16879648', 'Tavnazian_Sheep', '679', '366.408', '23.561', '-402.157', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16879649', 'Miner_Bee', '670', '346.852', '23.667', '-391.028', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16879650', 'Miner_Bee', '670', '276.046', '24.352', '-337.878', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16879651', 'Miner_Bee', '670', '260.461', '24.216', '-323.194', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16879652', 'Miner_Bee', '670', '268.123', '23.869', '-319.070', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16879653', 'Bugard', '634', '244.181', '23.271', '-314.225', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16879654', 'Bugard', '634', '281.930', '23.846', '-347.058', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16879655', 'Tavnazian_Sheep', '679', '278.112', '23.544', '-394.461', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16879656', 'Tavnazian_Sheep', '679', '282.178', '23.913', '-370.356', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16879657', 'Thunder_Elemental', '681', '242.958', '23.229', '-313.518', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16879658', 'Miner_Bee', '670', '603.952', '1.414', '-459.805', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16879659', 'Miner_Bee', '670', '611.291', '1.523', '-462.352', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16879660', 'Bugard', '634', '662.538', '0.074', '-469.946', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16879661', 'Bugard', '634', '700.650', '0.371', '-444.538', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16879662', 'Bugard', '634', '711.554', '-0.197', '-479.981', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16879663', 'Tavnazian_Sheep', '679', '642.351', '0.801', '-502.198', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16879664', 'Tavnazian_Sheep', '679', '699.412', '0.141', '-462.468', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16879665', 'Goaftrap', '0', '747.299', '-7.765', '-490.100', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16879666', 'Fomor_Monk', '646', '747.950', '-7.765', '-487.049', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16879667', 'Fomor_Samurai', '651', '750.400', '-7.765', '-490.250', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16879668', 'Fomor_Warrior', '656', '750.799', '-7.765', '-487.299', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16879669', 'Fomor_Thief', '655', '747.228', '1.933', '-505.230', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16879670', 'Air_Elemental', '628', '668.822', '1.308', '-490.898', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16879671', 'Crimson_Knight_Crab', '637', '679.591', '0.836', '-488.766', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16879672', 'Crimson_Knight_Crab', '637', '647.720', '1.017', '-518.554', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16879673', 'Crimson_Knight_Crab', '637', '690.198', '0.836', '-487.673', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16879675', 'Dark_Elemental', '638', '425.363', '24.058', '-322.601', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16879676', 'Fomor_Monk', '646', '435.754', '24.508', '-338.469', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16879677', 'Fomor_Black_Mage', '643', '439.741', '24.491', '-340.192', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16879678', 'Fomor_Ranger', '649', '447.604', '23.468', '-317.250', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16879679', 'Fomor_Samurai', '651', '446.632', '23.439', '-317.274', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16879680', 'Fomor_Dark_Knight', '644', '442.460', '23.655', '-332.225', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16879681', 'Fomor_Ninja', '647', '444.018', '23.847', '-333.255', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16879682', 'Fomor_Paladin', '648', '444.624', '24.246', '-336.812', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16879683', 'Fomor_Bard', '642', '445.020', '24.421', '-338.033', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16879684', 'Miner_Bee', '670', '315.928', '23.660', '-321.513', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16879685', 'Miner_Bee', '670', '205.677', '10.101', '-300.146', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16879686', 'Vampire_Bat', '683', '140.969', '-8.597', '-238.037', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16879687', 'Vampire_Bat', '683', '195.611', '8.590', '-296.917', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16879688', 'Wingrats', '687', '140.751', '-8.922', '-232.993', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16879689', 'Wingrats', '687', '158.349', '-0.972', '-258.186', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16879690', 'Gigantobugard', '657', '100.079', '-6.998', '-200.158', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16879691', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879692', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879693', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879694', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879695', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879696', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879697', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879698', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879699', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879700', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879701', 'Gigantobugard', '657', '442.370', '-15.991', '144.682', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16879702', 'Gigantobugard', '657', '455.549', '-15.579', '129.280', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16879703', 'Gigas_Braver', '658', '461.474', '-15.724', '193.835', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16879704', 'Gigas_Martialist', '660', '436.551', '-15.743', '177.084', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16879705', 'Orcish_Stonelauncher', '675', '478.421', '-15.896', '131.921', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16879706', 'Orcish_Trooper', '676', '462.042', '-15.917', '147.510', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16879707', 'Orcish_Bowshooter', '672', '460.784', '-15.466', '121.204', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16879708', 'Gigantobugard', '657', '516.069', '-16.326', '231.285', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16879709', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879710', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879711', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879712', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879713', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879714', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879715', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879716', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879717', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879718', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879719', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879720', 'Death_Jacket', '639', '369.138', '-14.585', '182.471', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16879721', 'Death_Jacket', '639', '349.735', '-14.283', '183.841', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16879722', 'Atomic_Cluster', '630', '283.536', '-16.358', '198.592', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16879723', 'Gigantobugard', '657', '288.101', '-15.844', '180.517', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16879724', 'Gigantobugard', '657', '296.868', '-15.787', '210.934', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16879725', 'Gigantobugard', '657', '269.914', '-15.907', '137.722', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16879726', 'Gigas_Braver', '658', '295.228', '-15.848', '193.672', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16879727', 'Gigas_Warwolf', '662', '261.867', '-15.614', '158.110', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16879728', 'Gigas_Catapulter', '659', '249.661', '-16.245', '241.592', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16879729', 'Orcish_Stonelauncher', '675', '295.009', '-15.828', '208.166', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16879730', 'Orcish_Footsoldier', '673', '255.242', '-15.936', '184.664', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16879731', 'Orcish_Trooper', '676', '202.142', '-16.014', '207.170', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16879732', 'Orcish_Bowshooter', '672', '245.320', '-16.052', '172.078', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16879733', 'Gigas_s_Sheep', '661', '264.764', '-15.883', '159.706', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16879734', 'Gigas_Martialist', '660', '264.486', '-15.678', '178.746', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16879735', 'Orcish_Gladiator', '674', '268.533', '-15.921', '186.561', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16879736', 'Gigantobugard', '657', '178.099', '-23.999', '269.087', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16879737', 'Odqan', '671', '240.502', '-23.726', '303.277', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16879738', 'Gigantobugard', '657', '266.579', '-24.052', '314.474', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16879739', 'Gigas_Braver', '658', '236.144', '-23.861', '299.934', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16879740', 'Gigas_Warwolf', '662', '232.690', '-24.151', '290.288', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16879741', 'Gigas_Catapulter', '659', '276.877', '-24.527', '314.459', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16879742', 'Orcish_Footsoldier', '673', '240.178', '-24.500', '317.701', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16879743', 'Orcish_Trooper', '676', '242.039', '-24.500', '317.658', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16879744', 'Orcish_Bowshooter', '672', '228.260', '-23.936', '288.422', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16879745', 'Gigas_s_Sheep', '661', '247.258', '-24.423', '289.187', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16879746', 'Gigantobugard', '657', '181.080', '-23.707', '356.987', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16879747', 'Death_Jacket', '639', '176.516', '-14.439', '142.335', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16879748', 'Death_Jacket', '639', '159.164', '-14.696', '139.068', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16879749', 'Death_Jacket', '639', '109.293', '-22.452', '336.170', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16879750', 'Death_Jacket', '639', '135.343', '-22.415', '343.101', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16879751', 'Gigantobugard', '657', '82.890', '-7.502', '-102.181', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16879752', 'Gigantobugard', '657', '91.839', '-8.006', '-90.566', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16879753', 'Gigas_Braver', '658', '73.139', '-8.114', '-116.963', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16879754', 'Gigas_Catapulter', '659', '66.333', '-7.982', '-117.375', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16879755', 'Orcish_Footsoldier', '673', '55.847', '-7.772', '-112.059', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16879756', 'Orcish_Gladiator', '674', '87.181', '-7.736', '-133.355', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16879757', 'Orcish_Bowshooter', '672', '44.092', '-8.033', '-108.637', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16879758', 'Odqan', '671', '90.172', '-8.210', '-167.632', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16879759', 'Gigantobugard', '657', '46.897', '-9.124', '-26.731', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16879760', 'Gigantobugard', '657', '74.006', '-8.048', '-48.528', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16879761', 'Gigas_Martialist', '660', '118.473', '-8.114', '-51.182', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16879762', 'Gigas_Warwolf', '662', '90.785', '-7.844', '-63.689', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16879763', 'Orcish_Trooper', '676', '97.494', '-7.874', '-47.165', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16879764', 'Gigas_s_Sheep', '661', '84.498', '-7.833', '-61.679', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16879765', 'Gigantobugard', '657', '7.599', '-16.050', '27.097', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16879766', 'Gigantobugard', '657', '-54.078', '-16.137', '32.742', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16879767', 'Gigantobugard', '657', '-61.765', '-15.902', '22.071', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16879768', 'Gigas_Braver', '658', '-33.206', '-16.319', '2.709', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16879769', 'Gigas_Martialist', '660', '-3.884', '-16.368', '-30.965', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16879770', 'Gigas_Warwolf', '662', '9.974', '-16.648', '-27.887', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16879771', 'Gigas_Catapulter', '659', '12.182', '-16.597', '-8.346', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16879772', 'Orcish_Footsoldier', '673', '-34.124', '-16.299', '4.751', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16879773', 'Orcish_Gladiator', '674', '-11.871', '-15.991', '-11.794', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16879774', 'Orcish_Trooper', '676', '23.128', '-16.079', '51.124', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16879775', 'Orcish_Bowshooter', '672', '-40.241', '-15.976', '26.608', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16879776', 'Gigas_s_Sheep', '661', '10.721', '-16.681', '-25.793', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16879777', 'Atomic_Cluster', '630', '85.956', '-16.174', '21.129', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16879778', 'Gigantobugard', '657', '91.187', '-16.137', '79.948', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16879779', 'Gigantobugard', '657', '58.171', '-15.937', '26.889', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16879780', 'Gigantobugard', '657', '89.142', '-15.858', '66.614', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16879781', 'Gigas_Braver', '658', '51.841', '-15.829', '56.624', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16879782', 'Gigas_Martialist', '660', '75.522', '-16.128', '3.785', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16879783', 'Gigas_Warwolf', '662', '94.281', '-15.871', '78.703', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16879784', 'Gigas_Catapulter', '659', '94.340', '-15.780', '96.553', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16879785', 'Orcish_Footsoldier', '673', '91.642', '-16.243', '84.326', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16879786', 'Orcish_Gladiator', '674', '93.423', '-15.769', '64.240', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16879787', 'Orcish_Trooper', '676', '53.171', '-16.043', '45.699', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16879788', 'Orcish_Bowshooter', '672', '63.482', '-15.465', '4.182', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16879789', 'Gigas_s_Sheep', '661', '110.188', '-15.724', '70.784', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16879790', 'Orcish_Stonelauncher', '675', '-22.738', '-16.598', '-11.623', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16879791', 'Death_Jacket', '639', '-102.784', '-30.534', '91.491', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16879792', 'Mantrap', '669', '-166.138', '-31.603', '101.541', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16879793', 'Mantrap', '669', '-200.630', '-32.142', '132.330', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16879794', 'Mantrap', '669', '-174.230', '-31.921', '83.330', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16879795', 'Mantrap', '669', '-192.791', '-32.230', '147.524', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16879796', 'Mantrap', '669', '-193.079', '-32.337', '128.493', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16879797', 'Overgrown_Rose', '677', '-204.762', '-31.994', '96.332', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16879798', 'Overgrown_Rose', '677', '-191.992', '-31.736', '96.535', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16879799', 'Thunder_Elemental', '681', '-203.083', '-31.888', '95.328', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16879800', 'Mantrap', '669', '-258.952', '-31.597', '196.021', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16879801', 'Mantrap', '669', '-281.805', '-32.227', '168.953', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16879802', 'Mantrap', '669', '-279.017', '-32.659', '161.160', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16879803', 'Mantrap', '669', '-257.876', '-31.886', '158.073', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16879804', 'Mantrap', '669', '-261.829', '-31.846', '139.750', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16879805', 'Mantrap', '669', '-275.086', '-32.127', '172.591', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16879806', 'Overgrown_Rose', '677', '-258.476', '-31.460', '183.306', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16879807', 'Overgrown_Rose', '677', '-272.655', '-31.691', '181.528', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16879808', 'Thunder_Elemental', '681', '-246.822', '-31.982', '192.550', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16879809', 'Dark_Elemental', '638', '-301.690', '-31.860', '178.700', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16879810', 'Upyri', '682', '-136.075', '-31.790', '114.824', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16879811', 'Fomor_Red_Mage', '650', '-281.524', '-31.605', '175.863', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16879812', 'Fomor_Ranger', '649', '-280.896', '-31.728', '174.150', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16879813', 'Fomor_Paladin', '648', '-302.500', '-32.145', '175.850', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879814', 'Fomor_Dark_Knight', '644', '-300.799', '-32.248', '173.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16879815', 'Fomor_Thief', '655', '-300.399', '-32.125', '178.199', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16879816', 'Fomor_Ranger', '649', '-297.600', '-32.222', '173.800', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16879817', 'Fomor_Paladin', '648', '-303.839', '-31.743', '175.848', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16879818', 'Fomor_Summoner', '652', '-300.399', '-32.125', '178.199', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16879819', 'Fomor_Monk', '646', '-300.799', '-32.248', '173.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16879820', 'Fomor_s_Elemental', '653', '-301.128', '-31.727', '174.866', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16879821', 'Fomor_Paladin', '648', '-302.500', '-32.145', '175.850', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879822', 'Fomor_Ninja', '647', '-300.799', '-32.248', '173.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16879823', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879824', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879825', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879826', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879827', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879828', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879829', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879830', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879831', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879832', 'Seaboard_Vulture', '10848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879833', 'Atomic_Cluster', '630', '42.898', '-24.515', '312.440', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16879834', 'Gigantobugard', '657', '26.054', '-24.132', '320.669', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16879835', 'Gigantobugard', '657', '36.647', '-24.227', '328.922', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16879836', 'Gigas_Catapulter', '659', '8.174', '-23.812', '340.684', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16879837', 'Orcish_Stonelauncher', '675', '48.639', '-24.113', '325.859', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16879838', 'Orcish_Bowshooter', '672', '27.412', '-24.321', '365.838', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16879839', 'Diatryma', '640', '-44.180', '-24.518', '511.993', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16879840', 'Diatryma', '640', '-4.782', '-24.487', '519.082', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16879841', 'Diatryma', '640', '0.732', '-23.892', '464.811', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16879842', 'Diatryma', '640', '-21.696', '-25.021', '535.522', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16879843', 'Mantrap', '669', '-37.856', '-24.174', '486.841', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16879844', 'Mantrap', '669', '-45.148', '-24.272', '506.671', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16879845', 'Mantrap', '669', '-32.340', '-24.429', '479.483', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16879846', 'Mantrap', '669', '-106.182', '-23.568', '527.889', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16879847', 'Okyupete', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879848', 'Air_Elemental', '628', '-27.041', '-24.033', '558.039', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16879849', 'Diatryma', '640', '-14.012', '-24.500', '538.473', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16879850', 'Bigclaw', '631', '264.787', '-16.288', '353.238', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16879851', 'Bigclaw', '631', '227.625', '-19.531', '351.276', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16879852', 'Bigclaw', '631', '247.060', '-16.000', '409.175', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16879853', 'Bigclaw', '631', '305.543', '-16.009', '366.710', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16879854', 'Makara', '667', '244.925', '-16.021', '404.314', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16879855', 'Makara', '667', '247.053', '-16.068', '395.070', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16879856', 'Bigclaw', '631', '237.660', '-16.004', '457.988', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16879857', 'Bigclaw', '631', '199.331', '-16.007', '521.977', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16879858', 'Bigclaw', '631', '212.822', '-16.000', '489.745', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16879859', 'Makara', '667', '207.305', '-16.001', '490.584', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16879860', 'Makara', '667', '212.445', '-16.000', '496.370', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16879861', 'Makara', '667', '213.653', '-16.000', '484.705', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16879862', 'Makara', '667', '210.215', '-16.000', '495.537', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16879863', 'Bigclaw', '631', '45.057', '-16.064', '538.244', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16879864', 'Bigclaw', '631', '57.697', '-16.012', '540.965', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16879865', 'Bigclaw', '631', '29.049', '-17.288', '521.991', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16879866', 'Makara', '667', '33.172', '-16.120', '559.720', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16879867', 'Makara', '667', '47.836', '-16.032', '534.541', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16879868', 'Diatryma', '640', '11.837', '-19.352', '543.611', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16879869', 'Bigclaw', '631', '14.867', '-17.651', '581.800', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16879870', 'Bigclaw', '631', '-25.437', '-16.145', '598.056', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16879871', 'Makara', '667', '-8.258', '-16.831', '563.997', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16879872', 'Mantrap', '669', '-10.050', '-16.081', '602.093', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16879873', 'Diatryma', '640', '-73.796', '-16.068', '590.468', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16879874', 'Bigclaw', '631', '-76.000', '-16.135', '574.984', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16879875', 'Bigclaw', '631', '-60.597', '-16.124', '602.757', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16879876', 'Makara', '667', '-93.583', '-16.059', '600.700', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16879877', 'Mantrap', '669', '-108.157', '-16.182', '569.798', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16879878', 'Bigclaw', '631', '-119.737', '-16.111', '624.074', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16879879', 'Bigclaw', '631', '-123.522', '-16.093', '630.968', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16879880', 'Makara', '667', '-131.431', '-16.034', '633.252', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16879881', 'Diatryma', '640', '-157.445', '-16.098', '651.861', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16879882', 'Makara', '667', '-155.782', '-16.147', '665.183', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16879883', 'Diatryma', '640', '-48.730', '-23.874', '637.362', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16879884', 'Mantrap', '669', '-79.988', '-24.529', '678.014', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16879885', 'Mantrap', '669', '-72.106', '-24.398', '645.904', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16879886', 'Fomor_Dragoon', '645', '-90.251', '-24.558', '674.780', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16879887', 'Fomor_s_Wyvern', '654', '-85.891', '-24.512', '675.518', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16879888', 'Fomor_Bard', '642', '-88.523', '-24.539', '675.570', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16879889', 'Fomor_Ranger', '649', '-87.552', '-24.524', '675.811', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16879890', 'Mantrap', '669', '8.130', '-24.451', '639.102', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16879891', 'Diatryma', '640', '35.501', '-24.318', '628.844', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16879892', 'Mantrap', '669', '42.532', '-24.682', '598.982', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16879893', 'Warder_Aglaia', '684', '262.868', '13.636', '-422.508', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16879894', 'Warder_Euphrosyne', '685', '264.788', '17.053', '-415.758', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16879895', 'Warder_Thalia', '686', '276.303', '23.592', '-396.958', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16879896', 'Bloody_Coffin', '632', '638.262', '-0.608', '-518.056', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16879897', 'Boggelmann', '633', '-310.703', '-32.941', '181.617', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16879898', 'Alsha', '629', '-155.804', '-16.191', '644.617', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16879899', 'Gration', '663', '106.000', '-15.000', '38.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16879900', 'Ziphius', '688', '148.401', '-16.018', '520.438', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16879901', 'Tsui-Goab', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879902', 'Bloodswiller_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879903', 'Bloodswiller_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879904', 'Tsui-Goab', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879905', 'Bloodswiller_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879906', 'Bloodswiller_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879907', 'Tsui-Goab', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879908', 'Bloodswiller_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16879909', 'Bloodswiller_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887809', 'Sponge', '733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887810', 'Water_Pumpkin', '739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887811', 'Freshwater_Trepang', '724', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887812', 'Ogreish_Risotto', '730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887813', 'Bavarois', '699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887814', 'Big_Jaw', '700', '220.272', '0.518', '-233.074', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16887815', 'Gloop', '725', '220.125', '0.510', '-245.211', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887816', 'Big_Jaw', '700', '150.770', '0.433', '-219.099', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887817', 'Big_Jaw', '700', '155.824', '0.389', '-219.137', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887818', 'Gloop', '725', '170.367', '0.436', '-219.276', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16887819', 'Gloop', '725', '158.429', '0.399', '-219.338', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887820', 'Addled_Tumor', '697', '139.267', '0.503', '-228.279', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887821', 'Gloop', '725', '139.425', '0.368', '-243.299', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887822', 'Big_Jaw', '700', '179.132', '0.399', '-198.768', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887823', 'Big_Jaw', '700', '151.710', '0.540', '-180.047', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887824', 'Big_Jaw', '700', '140.050', '0.382', '-180.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887825', 'Taurus', '735', '113.814', '-0.301', '-131.408', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16887826', 'Taurus', '735', '124.707', '-0.350', '-131.528', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16887827', 'Taurus', '735', '112.343', '-0.314', '-109.906', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16887828', 'Vampire_Bat', '738', '123.517', '-0.350', '-133.351', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16887829', 'Vampire_Bat', '738', '136.514', '-0.356', '-125.455', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16887830', 'Vampire_Bat', '738', '107.836', '-0.352', '-106.765', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16887831', 'Diremite', '703', '99.994', '-6.618', '-89.889', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887832', 'Diremite', '703', '99.396', '-6.610', '-61.224', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887833', 'Canal_Bats', '701', '60.456', '-6.498', '-49.547', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887834', 'Diremite', '703', '61.784', '-6.602', '-60.978', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16887835', 'Canal_Bats', '701', '51.965', '-6.623', '-20.745', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887836', 'Diremite', '703', '61.356', '-6.566', '-20.660', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887837', 'Gloop', '725', '14.566', '-6.691', '-14.551', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16887838', 'Canal_Bats', '701', '6.495', '-6.546', '-60.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887839', 'Canal_Bats', '701', '2.013', '-6.589', '-59.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887840', 'Diremite', '703', '-18.946', '-6.580', '-60.141', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16887841', 'Diremite', '703', '-19.011', '-6.533', '-50.515', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16887842', 'Hell_Bat', '726', '-33.898', '-6.404', '-19.398', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887843', 'Diremite', '703', '-33.243', '-6.419', '-19.248', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887844', 'Stegotaur', '734', '109.800', '-0.349', '1.013', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16887845', 'Stegotaur', '734', '113.852', '-0.373', '13.002', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16887846', 'Stegotaur', '734', '133.155', '-0.349', '6.993', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16887847', 'Canal_Bats', '701', '125.360', '-0.373', '-12.092', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16887848', 'Canal_Bats', '701', '106.443', '-0.340', '-4.828', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16887849', 'Diremite', '703', '99.618', '-0.555', '45.861', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887850', 'Fomor_Beastmaster', '707', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887851', 'Fomor_s_Bat', '718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887852', 'Stegotaur', '734', '54.327', '-0.288', '88.089', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16887853', 'Makara', '728', '54.134', '-0.358', '119.927', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16887854', 'Makara', '728', '58.361', '-0.577', '92.922', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16887855', 'Fomor_Dragoon', '710', '19.756', '-0.539', '92.929', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16887856', 'Fomor_s_Wyvern', '720', '20.080', '-0.539', '90.955', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16887857', 'Fomor_Ninja', '712', '20.825', '-0.487', '92.510', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16887858', 'Stegotaur', '734', '32.912', '-0.345', '134.978', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16887859', 'Stegotaur', '734', '20.934', '-0.507', '104.494', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16887860', 'Oil_Spill', '731', '34.587', '-0.600', '98.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887861', 'Makara', '728', '99.648', '0.491', '144.277', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887862', 'Makara', '728', '114.390', '0.597', '99.127', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887863', 'Oil_Spill', '731', '109.369', '0.468', '99.107', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887864', 'Fomor_Warrior', '722', '140.150', '0.420', '114.948', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887865', 'Fomor_Thief', '721', '140.349', '0.440', '116.490', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887866', 'Fomor_Summoner', '717', '140.459', '0.441', '117.049', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887867', 'Fomor_s_Elemental', '719', '140.774', '0.476', '118.791', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16887868', 'Foul_Meat', '723', '140.759', '0.410', '50.024', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887869', 'Stegotaur', '734', '185.103', '-0.595', '58.749', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16887870', 'Diremite', '703', '-14.443', '-6.490', '140.679', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16887871', 'Hell_Bat', '726', '-12.867', '-6.490', '140.767', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887872', 'Diremite', '703', '-59.456', '-6.412', '165.316', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16887873', 'Diremite', '703', '-59.567', '-6.528', '171.492', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887874', 'Diremite', '703', '-22.449', '-6.630', '181.002', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887875', 'Canal_Bats', '701', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887876', 'Hell_Bat', '726', '-24.546', '-6.670', '180.884', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16887877', 'Diremite', '703', '30.313', '-6.489', '220.958', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887878', 'Diremite', '703', '23.879', '-6.444', '220.884', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887879', 'Diremite', '703', '60.470', '-6.600', '180.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887880', 'Canal_Bats', '701', '68.669', '-6.528', '180.568', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16887881', 'Stegotaur', '734', '104.575', '-0.310', '193.471', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16887882', 'Stegotaur', '734', '132.241', '-0.597', '215.437', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16887883', 'Fomor_Paladin', '713', '134.171', '-0.240', '195.206', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16887884', 'Fomor_Bard', '706', '103.521', '-0.596', '185.689', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16887885', 'Mahisha', '727', '134.242', '-0.366', '198.999', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16887886', 'Makara', '728', '108.767', '0.446', '259.461', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887887', 'Makara', '728', '79.001', '0.404', '259.367', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887888', 'Makara', '728', '58.238', '0.598', '259.250', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16887889', 'Minotaur', '729', '60.000', '0.500', '304.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887890', 'Stegotaur', '734', '-105.220', '-0.387', '103.450', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16887891', 'Canal_Bats', '701', '-92.506', '-0.366', '103.174', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16887892', 'Makara', '728', '-120.952', '-0.510', '99.925', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16887893', 'Stegotaur', '734', '-61.399', '-0.598', '122.775', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16887894', 'Canal_Bats', '701', '-118.091', '-0.590', '138.525', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16887895', 'Canal_Bats', '701', '-106.263', '-0.376', '134.827', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16887896', 'Makara', '728', '-93.524', '-0.595', '139.117', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16887897', 'Stegotaur', '734', '-98.815', '-0.598', '120.856', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887898', 'Air_Elemental', '698', '-98.258', '-0.547', '134.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887899', 'Thunder_Elemental', '736', '-118.053', '-0.373', '104.136', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16887900', 'Dark_Elemental', '702', '-103.666', '-0.574', '100.725', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16887901', 'Diremite', '703', '-138.893', '-0.589', '158.838', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16887902', 'Fomor_Monk', '711', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887903', 'Fomor_Samurai', '716', '-160.000', '-0.250', '200.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887904', 'Fomor_Ranger', '714', '-166.000', '-0.183', '196.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887905', 'Fomor_Dark_Knight', '709', '-164.000', '-0.250', '200.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887906', 'Fomor_Ninja', '712', '-156.000', '-0.250', '200.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887907', 'Fomor_Black_Mage', '708', '-165.782', '-0.279', '212.618', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16887908', 'Tres_Duendes', '737', '-140.217', '-0.500', '166.331', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16887909', 'Duendes_Amoroso', '704', '-144.755', '-0.231', '205.802', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16887910', 'Fomor_Monk', '711', '-166.544', '-0.403', '187.079', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16887911', 'Diremite', '703', '-180.809', '-0.592', '159.672', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16887912', 'Fomor_Monk', '711', '-180.954', '-0.594', '161.204', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887913', 'Foul_Meat', '723', '-208.251', '-0.375', '135.233', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16887914', 'Foul_Meat', '723', '-201.572', '-0.387', '136.026', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16887915', 'Foul_Meat', '723', '-220.962', '-0.578', '113.039', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16887916', 'Canal_Bats', '701', '-216.162', '-0.335', '126.784', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16887917', 'Diremite', '703', '-160.715', '-0.597', '99.580', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887918', 'Makara', '728', '-60.892', '-0.595', '79.999', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887919', 'Stegotaur', '734', '-89.994', '-0.445', '59.213', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16887920', 'Fomor_Paladin', '713', '-142.000', '-0.500', '60.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887921', 'Fomor_Samurai', '716', '-142.000', '-0.500', '55.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887922', 'Fomor_Red_Mage', '715', '-142.000', '-0.468', '65.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887923', 'Makara', '728', '-60.032', '0.412', '24.960', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887924', 'Oil_Spill', '731', '-59.872', '0.434', '33.623', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16887925', 'Oil_Spill', '731', '-139.514', '-0.586', '-36.465', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16887926', 'Makara', '728', '-40.509', '0.399', '59.370', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16887927', 'Makara', '728', '-19.406', '0.398', '45.352', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887928', 'Oil_Spill', '731', '-19.300', '0.419', '68.460', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16887929', 'Foul_Meat', '723', '-19.680', '0.437', '94.549', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16887930', 'Makara', '728', '-13.002', '0.408', '19.839', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887931', 'Oil_Spill', '731', '-0.069', '0.395', '20.023', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16887932', 'Makara', '728', '30.373', '0.405', '20.153', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887933', 'Oil_Spill', '731', '20.713', '0.376', '25.457', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16887934', 'Foul_Meat', '723', '60.511', '0.402', '19.890', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16887935', 'Stegotaur', '734', '-112.007', '-0.330', '17.178', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16887936', 'Diremite', '703', '-104.221', '-0.591', '20.028', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16887937', 'Stegotaur', '734', '-118.550', '-0.385', '-14.839', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16887938', 'Diremite', '703', '-94.306', '-0.593', '-18.536', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887939', 'Diremite', '703', '-92.830', '-0.574', '-18.173', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16887940', 'Stegotaur', '734', '-100.221', '-0.560', '12.509', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887941', 'Dark_Elemental', '702', '-86.124', '-0.295', '16.518', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16887942', 'Diremite', '703', '-169.203', '-0.590', '21.030', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887943', 'Diremite', '703', '-140.861', '-0.572', '-45.032', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16887944', 'Fomor_Dragoon', '710', '-172.503', '-0.339', '-85.693', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16887945', 'Fomor_s_Wyvern', '720', '-170.995', '-0.344', '-86.150', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16887946', 'Fomor_Beastmaster', '707', '-153.670', '-0.359', '-92.603', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16887947', 'Fomor_s_Bat', '718', '-154.704', '-0.391', '-93.570', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16887948', 'Fomor_Thief', '721', '-155.120', '-0.352', '-87.905', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16887949', 'Fomor_Ranger', '714', '-141.075', '-0.500', '-41.265', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16887950', 'Fomor_Ninja', '712', '-165.451', '-0.349', '-86.819', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16887951', 'Hell_Bat', '726', '-156.640', '-0.346', '-74.303', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16887952', 'Hell_Bat', '726', '-150.308', '-0.350', '-93.845', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16887953', 'Eba', '705', '-139.212', '-0.486', '-23.191', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16887954', 'Diremite', '703', '-180.238', '-0.593', '-39.901', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16887955', 'Makara', '728', '-199.449', '-0.348', '-16.254', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16887956', 'Makara', '728', '-211.787', '-0.463', '-13.194', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16887957', 'Hell_Bat', '726', '-200.648', '-0.387', '-16.910', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16887958', 'Hell_Bat', '726', '-198.610', '-0.563', '-20.075', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16887959', 'Fomor_Summoner', '717', '-205.947', '-0.597', '-20.548', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16887960', 'Fomor_s_Elemental', '719', '-202.636', '-0.584', '-20.240', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16887961', 'Fomor_Dark_Knight', '709', '-181.060', '-0.500', '-21.653', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16887962', 'Fomor_Ninja', '712', '-217.391', '-0.571', '8.462', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16887963', 'Air_Elemental', '698', '-245.194', '-6.415', '19.977', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887964', 'Thunder_Elemental', '736', '-239.953', '-6.550', '20.186', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887965', 'Dark_Elemental', '702', '-248.113', '-6.499', '20.402', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887966', 'Fomor_Black_Mage', '708', '-211.500', '-7.500', '60.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887967', 'Fomor_Warrior', '722', '-216.000', '-6.500', '62.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887968', 'Fomor_Dark_Knight', '709', '-216.000', '-6.500', '58.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887969', 'Diremite', '703', '183.680', '-24.600', '62.676', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16887970', 'Stegotaur', '734', '161.526', '-24.548', '101.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887971', 'Stegotaur', '734', '168.612', '-24.496', '101.242', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887972', 'Fomor_Ranger', '714', '102.393', '-24.600', '101.266', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16887973', 'Fomor_Bard', '706', '105.313', '-24.602', '99.834', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16887974', 'Fomor_Bard', '706', '93.986', '-24.598', '102.827', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16887975', 'Fomor_Ranger', '714', '93.966', '-24.599', '101.513', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16887976', 'Fomor_Ranger', '714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887977', 'Fomor_Paladin', '713', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887978', 'Fomor_Paladin', '713', '87.294', '-24.600', '17.648', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16887979', 'Fomor_Ranger', '714', '88.565', '-24.600', '18.205', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16887980', 'Stegotaur', '734', '165.169', '-24.537', '19.750', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16887981', 'Stegotaur', '734', '159.732', '-24.591', '19.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887982', 'Fomor_Red_Mage', '715', '92.652', '-24.599', '22.016', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16887983', 'Fomor_Black_Mage', '708', '90.775', '-24.599', '22.105', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16887984', 'Fomor_Black_Mage', '708', '105.271', '-24.597', '21.806', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16887985', 'Fomor_Red_Mage', '715', '106.729', '-24.599', '21.212', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16887986', 'Fomor_Red_Mage', '715', '178.758', '-24.311', '96.099', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16887987', 'Fomor_Monk', '711', '181.903', '-24.471', '64.585', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16887988', 'Fomor_Monk', '711', '99.930', '-24.600', '96.959', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16887989', 'Fomor_Red_Mage', '715', '96.810', '-24.574', '96.044', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16887990', 'Stegotaur', '734', '-99.299', '-24.599', '99.108', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16887991', 'Stegotaur', '734', '-125.748', '-24.524', '99.198', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16887992', 'Diremite', '703', '-135.225', '-24.600', '54.712', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16887993', 'Fomor_Warrior', '722', '-47.883', '-24.600', '89.706', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16887994', 'Fomor_Samurai', '716', '-47.146', '-24.600', '91.087', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16887995', 'Fomor_Samurai', '716', '-65.883', '-24.600', '97.532', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16887996', 'Fomor_Warrior', '722', '-67.487', '-24.600', '98.196', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16887997', 'Fomor_Warrior', '722', '-58.956', '-24.490', '62.089', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16887998', 'Fomor_Ranger', '714', '-59.043', '-24.572', '65.470', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16887999', 'Fomor_Ranger', '714', '-63.956', '-24.600', '22.912', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16888000', 'Fomor_Warrior', '722', '-65.284', '-24.600', '22.448', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16888001', 'Stegotaur', '734', '-125.110', '-24.408', '21.004', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888002', 'Stegotaur', '734', '-121.003', '-24.549', '21.115', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16888003', 'Fomor_Bard', '706', '-62.877', '-24.600', '21.522', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16888004', 'Fomor_Thief', '721', '-64.383', '-24.600', '22.606', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16888005', 'Fomor_Thief', '721', '-52.343', '-24.600', '31.314', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16888006', 'Fomor_Bard', '706', '-53.926', '-24.591', '31.870', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16888007', 'Fomor_Bard', '706', '-68.970', '-24.500', '101.802', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16888008', 'Fomor_Thief', '721', '-90.416', '-24.599', '100.585', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16888009', 'Fomor_Thief', '721', '-73.028', '-24.600', '98.501', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16888010', 'Fomor_Bard', '706', '-73.722', '-24.592', '99.549', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16888011', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888012', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888013', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888014', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888015', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888016', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888017', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888018', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888019', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888020', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888021', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888022', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888023', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888024', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888025', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888026', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888027', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888028', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888029', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888030', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888031', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16888032', 'Aqueduct_Spider', '10849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891905', 'Gazer', '767', '-138.799', '-8.510', '70.808', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16891906', 'Gazer', '767', '-140.398', '-4.771', '20.559', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16891907', 'Greater_Gaylas', '768', '-146.190', '-5.777', '20.733', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16891908', 'Stegotaur', '778', '-154.995', '-7.500', '20.633', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16891909', 'Gazer', '767', '-207.824', '-10.250', '61.267', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16891910', 'Stegotaur', '778', '-179.476', '-8.532', '28.622', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16891911', 'Stegotaur', '778', '-159.186', '-8.500', '20.975', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16891912', 'Greater_Gaylas', '768', '-140.210', '-8.584', '66.913', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16891913', 'Mummy', '775', '-106.464', '-0.600', '36.007', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16891914', 'Mummy', '775', '-115.217', '-0.600', '28.080', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16891915', 'Lich', '771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891916', 'Mummy', '775', '-101.052', '-0.600', '3.468', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16891917', 'Lich', '771', '-114.312', '-0.599', '5.858', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16891918', 'Mummy', '775', '-116.300', '-0.600', '-16.764', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16891919', 'Lich', '771', '-116.683', '-0.600', '-17.067', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16891920', 'Mummy', '775', '-86.922', '-0.600', '-31.886', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16891921', 'Lich', '771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891922', 'Lich', '771', '-95.721', '-0.599', '-31.786', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16891923', 'Mummy', '775', '-66.121', '-0.600', '12.150', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16891924', 'Lich', '771', '-66.314', '-0.599', '8.019', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16891925', 'Blubber_Eyes', '744', '18.965', '-0.500', '75.703', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16891926', 'Mummy', '775', '-43.518', '-0.600', '19.788', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16891927', 'Blubber_Eyes', '744', '-43.546', '-0.593', '19.849', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16891928', 'Mummy', '775', '-74.792', '-0.600', '-8.546', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16891929', 'Lich', '771', '-74.294', '-0.599', '-13.701', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16891930', 'Blubber_Eyes', '744', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891931', 'Mummy', '775', '-52.217', '-0.600', '-6.288', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16891932', 'Lich', '771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891933', 'Blubber_Eyes', '744', '-50.221', '-0.598', '-6.317', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16891934', 'Mummy', '775', '-28.420', '-0.600', '34.458', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16891935', 'Lich', '771', '-25.017', '-0.599', '34.621', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891936', 'Mummy', '775', '-7.407', '-0.600', '14.904', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16891937', 'Mummy', '775', '-11.635', '-0.600', '15.197', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16891938', 'Lich', '771', '-21.192', '-0.594', '-4.474', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16891939', 'Lich', '771', '-4.061', '-0.592', '-5.914', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16891940', 'Mummy', '775', '-4.401', '-0.600', '-30.555', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16891941', 'Lich', '771', '-10.581', '-0.599', '-23.900', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16891942', 'Utukku', '783', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891943', 'Utukku', '783', '-62.752', '-0.600', '26.318', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16891944', 'Utukku', '783', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891945', 'Utukku', '783', '-85.526', '-0.600', '-5.575', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16891946', 'Utukku', '783', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891947', 'Utukku', '783', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891948', 'Elel', '748', '-100.618', '-0.600', '-2.194', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16891949', 'Stegotaur', '778', '-73.802', '-0.500', '35.677', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16891950', 'Stegotaur', '778', '-60.533', '-0.622', '-43.264', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16891951', 'Fomor_Ranger', '757', '17.141', '-0.589', '60.246', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891952', 'Fomor_Ninja', '755', '-2.744', '-0.603', '59.920', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16891953', 'Fomor_Bard', '749', '-2.526', '-0.596', '59.671', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16891954', 'Fomor_Dragoon', '753', '62.989', '-0.593', '69.532', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16891955', 'Fomor_s_Wyvern', '764', '58.658', '-0.585', '69.230', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16891956', 'Fomor_Ranger', '757', '63.441', '-0.597', '69.218', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16891957', 'Fomor_Black_Mage', '751', '112.967', '-0.590', '58.976', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891958', 'Fomor_Bard', '749', '101.271', '-0.500', '58.629', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16891959', 'Fomor_Beastmaster', '750', '96.561', '-0.643', '58.681', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16891960', 'Fomor_s_Bats', '762', '99.721', '-0.577', '58.097', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16891961', 'Fomor_Monk', '754', '4.142', '-0.623', '-61.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16891962', 'Fomor_Red_Mage', '758', '18.738', '-0.589', '-61.339', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16891963', 'Fomor_Samurai', '759', '13.592', '-0.665', '-60.879', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891964', 'Fomor_Dark_Knight', '752', '67.020', '-0.606', '-70.348', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16891965', 'Fomor_Summoner', '760', '62.627', '-0.580', '-70.675', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16891966', 'Fomor_s_Elemental', '763', '66.565', '-0.603', '-70.545', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16891967', 'Fomor_Warrior', '766', '92.272', '-0.628', '-60.298', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16891968', 'Fomor_Thief', '765', '105.191', '-0.509', '-60.044', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891969', 'Fomor_Paladin', '756', '92.243', '-0.621', '-59.854', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16891970', 'Old_Professor_Mariselle', '776', '106.000', '-2.437', '130.026', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16891971', 'Mariselle_s_Pupil', '774', '107.000', '-2.597', '134.555', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16891972', 'Mariselle_s_Pupil', '774', '108.926', '-2.600', '135.169', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16891973', 'Fomor_Ranger', '757', '9.070', '-2.600', '105.308', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16891974', 'Fomor_Samurai', '759', '15.100', '-2.600', '116.606', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16891975', 'Fomor_Dragoon', '753', '21.183', '-2.600', '116.769', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16891976', 'Fomor_s_Wyvern', '764', '20.221', '-2.600', '117.635', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16891977', 'Fomor_Ranger', '757', '15.251', '-2.600', '124.876', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16891978', 'Fomor_Samurai', '759', '12.504', '-2.651', '128.936', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16891979', 'Fomor_Dragoon', '753', '16.090', '-2.600', '110.162', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16891980', 'Fomor_s_Wyvern', '764', '16.772', '-2.600', '108.526', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16891981', 'Greater_Gaylas', '768', '18.718', '-2.600', '109.581', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16891982', 'Fomor_Warrior', '766', '70.715', '-2.599', '109.683', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16891983', 'Fomor_Thief', '765', '58.066', '-2.599', '104.462', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16891984', 'Fomor_Ranger', '757', '63.926', '-2.600', '123.186', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16891985', 'Fomor_Warrior', '766', '55.845', '-2.599', '115.863', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16891986', 'Fomor_Thief', '765', '57.956', '-2.599', '104.801', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16891987', 'Fomor_Ranger', '757', '59.272', '-2.599', '120.919', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16891988', 'Greater_Gaylas', '768', '62.707', '-2.600', '109.125', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16891989', 'Fomor_Monk', '754', '99.690', '-2.600', '112.228', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16891990', 'Fomor_Black_Mage', '751', '110.530', '-2.768', '129.705', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16891991', 'Fomor_Summoner', '760', '91.278', '-2.769', '129.920', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16891992', 'Fomor_s_Elemental', '763', '91.635', '-2.609', '127.287', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16891993', 'Fomor_Monk', '754', '112.082', '-2.600', '118.169', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16891994', 'Fomor_Black_Mage', '751', '111.081', '-2.599', '106.002', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16891995', 'Fomor_Summoner', '760', '89.623', '-2.614', '125.060', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16891996', 'Fomor_s_Elemental', '763', '90.736', '-2.600', '126.162', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16891997', 'Greater_Gaylas', '768', '90.918', '-2.639', '128.278', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16891998', 'Fomor_Red_Mage', '758', '16.115', '-2.595', '-123.056', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16891999', 'Fomor_Dark_Knight', '752', '21.164', '-2.600', '-109.338', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16892000', 'Fomor_Ninja', '755', '8.577', '-2.600', '-119.422', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16892001', 'Fomor_Red_Mage', '758', '9.074', '-2.589', '-121.956', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16892002', 'Fomor_Dark_Knight', '752', '28.953', '-2.774', '-130.381', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16892003', 'Fomor_Ninja', '755', '25.128', '-2.746', '-129.513', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16892004', 'Greater_Gaylas', '768', '27.890', '-2.750', '-129.663', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16892005', 'Fomor_Paladin', '756', '72.167', '-2.588', '-118.851', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16892006', 'Fomor_Beastmaster', '750', '71.689', '-2.600', '-121.579', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16892007', 'Fomor_s_Bats', '762', '71.839', '-2.600', '-120.765', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16892008', 'Fomor_Bard', '749', '53.174', '-2.625', '-128.176', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16892009', 'Fomor_Paladin', '756', '68.910', '-2.581', '-122.070', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16892010', 'Fomor_Beastmaster', '750', '63.441', '-2.600', '-108.804', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16892011', 'Fomor_s_Bats', '762', '59.991', '-2.600', '-105.359', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16892012', 'Fomor_Bard', '749', '58.242', '-2.617', '-104.533', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16892013', 'Greater_Gaylas', '768', '65.580', '-2.620', '-127.706', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16892014', 'Fomor_Bard', '749', '100.000', '-3.000', '-129.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892015', 'Fomor_Monk', '754', '94.000', '-2.500', '-116.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892016', 'Fomor_Samurai', '759', '92.000', '-2.500', '-110.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892017', 'Fomor_Ninja', '755', '96.000', '-2.500', '-110.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892018', 'Fomor_Black_Mage', '751', '106.000', '-2.500', '-116.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892019', 'Fomor_Ranger', '757', '104.000', '-2.500', '-110.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892020', 'Fomor_Red_Mage', '758', '104.084', '-2.473', '-111.336', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16892021', 'Greater_Gaylas', '768', '89.425', '-2.599', '-108.069', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16892022', 'Fomor_Thief', '765', '99.517', '-0.551', '17.474', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16892023', 'Fomor_Samurai', '759', '99.241', '-0.545', '15.584', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16892024', 'Blubber_Eyes', '744', '99.992', '-0.476', '12.820', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892025', 'Fomor_Summoner', '760', '100.188', '-0.657', '25.158', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16892026', 'Fomor_s_Elemental', '763', '100.498', '-0.618', '23.703', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16892027', 'Fomor_Monk', '754', '76.898', '-0.559', '19.066', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16892028', 'Fomor_Warrior', '766', '78.635', '-0.569', '18.661', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16892029', 'Teratotaur', '780', '103.120', '-2.599', '-39.471', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16892030', 'Teratotaur', '780', '91.379', '-2.600', '-40.668', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16892031', 'Teratotaur', '780', '94.424', '-2.773', '-49.507', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16892032', 'Teratotaur', '780', '111.469', '-2.599', '-31.681', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16892033', 'Teratotaur', '780', '140.437', '-0.599', '65.480', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16892034', 'Fomor_Warrior', '766', '141.252', '-0.615', '2.142', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16892035', 'Fomor_Dragoon', '753', '141.380', '-0.615', '1.817', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16892036', 'Fomor_s_Wyvern', '764', '141.372', '-0.600', '-0.241', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16892037', 'Fomor_Bard', '749', '140.753', '-0.544', '-7.389', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892038', 'Fomor_Dark_Knight', '752', '141.329', '-0.545', '-5.629', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892039', 'Fomor_Black_Mage', '751', '140.938', '-0.528', '-4.551', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16892040', 'Blubber_Eyes', '744', '140.958', '3.212', '97.330', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892041', 'Blubber_Eyes', '744', '142.713', '3.550', '99.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16892042', 'Teratotaur', '780', '139.995', '-0.599', '-62.067', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892043', 'Teratotaur', '780', '225.084', '-2.599', '5.740', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16892044', 'Teratotaur', '780', '239.634', '-1.048', '-16.866', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16892045', 'Greater_Gaylas', '768', '250.198', '0.399', '4.311', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16892046', 'Greater_Gaylas', '768', '237.032', '0.180', '-4.255', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16892047', 'Greater_Gaylas', '768', '250.293', '0.399', '-9.393', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16892048', 'Greater_Gaylas', '768', '246.091', '0.399', '-5.094', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16892049', 'Keremet', '770', '261.000', '-0.001', '0.100', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16892050', 'Azren_Kuguza', '742', '169.000', '-0.500', '17.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892051', 'Azren_Kuba', '741', '169.000', '-0.500', '23.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892052', 'Azren_Kuguza', '742', '180.000', '-0.500', '17.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892053', 'Azren_Kuba', '741', '180.000', '-0.500', '23.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892054', 'Azren_Kuguza', '742', '191.000', '-0.500', '17.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892055', 'Azren_Kuba', '741', '191.000', '-0.500', '23.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892056', 'Azren_Kuguza', '742', '169.000', '-0.500', '-17.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892057', 'Azren_Kuba', '741', '169.000', '-0.500', '-23.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892058', 'Azren_Kuguza', '742', '180.000', '-0.500', '-17.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892059', 'Azren_Kuba', '741', '180.000', '-0.500', '-23.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892060', 'Azren_Kuguza', '742', '191.000', '-0.500', '-17.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892061', 'Azren_Kuba', '741', '191.000', '-0.500', '-23.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892062', 'Air_Elemental', '740', '144.962', '3.696', '99.027', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16892063', 'Thunder_Elemental', '781', '148.038', '4.274', '99.701', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16892064', 'Dark_Elemental', '746', '141.309', '2.844', '95.861', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16892065', 'Air_Elemental', '740', '171.398', '-3.255', '-58.742', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16892066', 'Thunder_Elemental', '781', '180.004', '-4.830', '-60.290', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16892067', 'Dark_Elemental', '746', '179.735', '-8.314', '-77.256', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16892068', 'Balor', '743', '28.000', '-2.500', '116.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16892069', 'Luaith', '773', '69.000', '-2.500', '116.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16892070', 'Lobais', '772', '109.000', '-2.500', '116.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16892071', 'Fomor_s_Elemental', '763', '99.000', '-1.014', '81.350', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16892072', 'Fomor_s_Avatar', '761', '102.910', '-2.500', '90.210', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16892073', 'Caithleann', '745', '11.000', '-2.500', '-115.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16892074', 'Indich', '769', '50.000', '-2.250', '-115.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16892075', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892076', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892077', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892078', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892079', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892080', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892081', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892082', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892083', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892084', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892085', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892086', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892087', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892088', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892089', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892090', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892091', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892092', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892093', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892094', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16892095', 'Aqueduct_Spider', '10850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896001', 'Lesser_Roc', '795', '618.810', '0.123', '-488.764', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16896002', 'Lesser_Roc', '795', '653.816', '-0.973', '-501.472', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16896003', 'Lesser_Roc', '795', '595.901', '-0.313', '-437.104', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16896004', 'Lesser_Roc', '795', '595.278', '-0.317', '-437.254', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16896005', 'Lesser_Roc', '795', '615.926', '0.180', '-477.959', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16896006', 'Lesser_Roc', '795', '625.942', '-0.542', '-535.296', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16896007', 'Lesser_Roc', '795', '591.439', '-0.359', '-457.962', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16896008', 'Lesser_Roc', '795', '584.806', '-0.862', '-451.951', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16896009', 'Lesser_Roc', '795', '614.596', '0.102', '-557.893', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16896010', 'Lesser_Roc', '795', '630.723', '0.070', '-505.659', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16896011', 'Pyrodrake', '802', '613.121', '-0.019', '-536.535', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16896012', 'Pyrodrake', '802', '651.604', '0.123', '-519.428', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16896013', 'Nimbus_Hippogryph', '797', '587.008', '-0.308', '-445.816', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16896014', 'Nimbus_Hippogryph', '797', '599.071', '-0.238', '-568.322', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16896015', 'Nimbus_Hippogryph', '797', '613.809', '0.549', '-550.257', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16896016', 'Nimbus_Hippogryph', '797', '601.118', '0.077', '-614.305', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16896017', 'Nimbus_Hippogryph', '797', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896018', 'Pyrodrake', '802', '514.670', '-0.379', '-670.552', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16896019', 'Nimbus_Hippogryph', '797', '513.445', '0.182', '-662.266', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16896020', 'Nimbus_Hippogryph', '797', '514.554', '-0.567', '-638.158', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16896021', 'Thunder_Elemental', '805', '506.769', '0.020', '-645.987', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16896022', 'Lesser_Roc', '795', '600.060', '-0.250', '-734.012', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16896023', 'Lesser_Roc', '795', '648.905', '-0.229', '-674.654', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16896024', 'Pyrodrake', '802', '636.084', '-0.348', '-723.841', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16896025', 'Pyrodrake', '802', '730.898', '-0.854', '-711.873', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16896026', 'Pyrodrake', '802', '587.255', '0.138', '-737.694', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16896027', 'Pyrodrake', '802', '651.705', '0.074', '-690.234', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16896028', 'Pyrodrake', '802', '731.094', '-0.064', '-712.722', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16896029', 'Nimbus_Hippogryph', '797', '603.136', '-0.227', '-730.605', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16896030', 'Nimbus_Hippogryph', '797', '683.102', '-0.298', '-708.909', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16896031', 'Pyrodrake', '802', '472.589', '-2.392', '-776.482', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16896032', 'Lesser_Roc', '795', '450.692', '0.009', '-551.232', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16896033', 'Lesser_Roc', '795', '442.295', '0.337', '-542.456', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16896034', 'Lesser_Roc', '795', '476.566', '0.029', '-543.082', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16896035', 'Pyrodrake', '802', '465.879', '0.405', '-554.974', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16896036', 'Pyrodrake', '802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896037', 'Nimbus_Hippogryph', '797', '462.032', '-0.071', '-572.373', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16896038', 'Nimbus_Hippogryph', '797', '534.589', '0.158', '-642.776', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16896039', 'Nimbus_Hippogryph', '797', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896040', 'Lesser_Roc', '795', '475.634', '-0.048', '-449.884', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16896041', 'Lesser_Roc', '795', '450.941', '-0.258', '-429.690', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16896042', 'Lesser_Roc', '795', '485.204', '0.082', '-429.527', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16896043', 'Strato_Hippogryph', '804', '247.924', '-0.301', '-477.450', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16896044', 'Strato_Hippogryph', '804', '274.299', '-0.227', '-550.473', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16896045', 'Strato_Hippogryph', '804', '259.419', '0.449', '-550.037', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16896046', 'Strato_Hippogryph', '804', '-121.400', '0.236', '-510.828', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16896047', 'Lunantishee', '796', '223.477', '-0.688', '-531.422', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16896048', 'Lunantishee', '796', '277.505', '-0.489', '-526.063', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16896049', 'Lunantishee', '796', '243.094', '0.022', '-571.019', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16896050', 'Lunantishee', '796', '320.442', '-0.571', '-475.134', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16896051', 'Thunder_Elemental', '805', '260.291', '0.259', '-562.562', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16896052', 'Ignidrake', '791', '215.434', '-0.206', '-647.990', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16896053', 'Ignidrake', '791', '175.255', '0.126', '-717.020', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16896054', 'Ignidrake', '791', '185.168', '0.144', '-708.308', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16896055', 'Ignidrake', '791', '202.454', '-0.521', '-640.357', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16896056', 'Ignidrake', '791', '238.923', '-0.063', '-628.503', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16896057', 'Nitro_Cluster', '798', '207.764', '0.081', '-671.089', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16896058', 'Nitro_Cluster', '798', '206.187', '0.107', '-668.646', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16896059', 'Nitro_Cluster', '798', '228.802', '-0.129', '-681.036', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16896060', 'Nitro_Cluster', '798', '214.879', '0.227', '-685.514', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16896061', 'Nitro_Cluster', '798', '292.114', '-2.324', '-739.978', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16896062', 'Nitro_Cluster', '798', '299.109', '-2.647', '-739.329', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16896063', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896064', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896065', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896066', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896067', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896068', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896069', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896070', 'Strato_Hippogryph', '804', '176.387', '0.171', '-524.297', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16896071', 'Strato_Hippogryph', '804', '186.870', '-0.095', '-523.303', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16896072', 'Lunantishee', '796', '179.170', '1.293', '-514.385', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16896073', 'Lunantishee', '796', '169.471', '-0.180', '-564.510', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16896074', 'Strato_Hippogryph', '804', '71.891', '-0.169', '-552.702', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16896075', 'Strato_Hippogryph', '804', '-102.130', '1.107', '-528.474', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16896076', 'Lunantishee', '796', '78.601', '-0.599', '-479.845', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16896077', 'Lunantishee', '796', '78.136', '-0.141', '-489.038', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16896078', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896079', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896080', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896081', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896082', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896083', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896084', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896085', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896086', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896087', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896088', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896089', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896090', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896091', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896092', 'Blazedrake', '10851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896093', 'Lesser_Roc', '795', '696.633', '-23.858', '382.928', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16896094', 'Lesser_Roc', '795', '714.023', '-24.393', '360.448', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16896095', 'Lesser_Roc', '795', '710.847', '-24.086', '367.262', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16896096', 'Lesser_Roc', '795', '707.822', '-24.046', '398.240', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16896097', 'Air_Elemental', '785', '720.442', '20.146', '611.040', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16896098', 'Lesser_Roc', '795', '693.918', '20.605', '594.055', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16896099', 'Lesser_Roc', '795', '672.010', '20.139', '597.014', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16896100', 'Lesser_Roc', '795', '686.424', '21.042', '664.805', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16896101', 'Nimbus_Hippogryph', '797', '650.770', '20.052', '676.513', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16896102', 'Nimbus_Hippogryph', '797', '643.308', '20.049', '652.354', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16896103', 'Nimbus_Hippogryph', '797', '669.574', '19.215', '623.129', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16896104', 'Nimbus_Hippogryph', '797', '691.504', '21.296', '583.884', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16896105', 'Nimbus_Hippogryph', '797', '687.199', '21.161', '582.560', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16896106', 'Nimbus_Hippogryph', '797', '666.737', '20.012', '652.352', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16896107', 'Imdugud', '792', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896108', 'Nimbus_Hippogryph', '797', '475.684', '40.421', '804.828', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16896109', 'Nimbus_Hippogryph', '797', '486.543', '39.473', '795.095', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16896110', 'Nimbus_Hippogryph', '797', '484.526', '39.938', '790.070', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16896111', 'Lesser_Roc', '795', '391.337', '49.176', '678.110', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16896112', 'Pyrodrake', '802', '255.390', '88.066', '843.930', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16896113', 'Pyrodrake', '802', '266.573', '88.338', '860.591', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16896114', 'Pyrodrake', '802', '276.105', '87.788', '850.710', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16896115', 'Air_Elemental', '785', '232.608', '16.200', '707.083', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16896116', 'Lesser_Roc', '795', '203.486', '15.891', '677.698', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16896117', 'Nimbus_Hippogryph', '797', '191.509', '15.659', '693.253', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16896118', 'Nitro_Cluster', '798', '45.369', '27.648', '645.879', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16896119', 'Nitro_Cluster', '798', '51.006', '27.843', '648.323', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16896120', 'Lunantishee', '796', '-0.388', '51.633', '756.477', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16896121', 'Lunantishee', '796', '-4.750', '51.865', '715.134', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16896122', 'Lunantishee', '796', '-14.528', '52.393', '714.203', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16896123', 'Air_Elemental', '785', '-273.963', '33.189', '771.901', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16896124', 'Strato_Hippogryph', '804', '-283.275', '31.493', '758.843', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16896125', 'Strato_Hippogryph', '804', '-246.398', '31.837', '751.851', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16896126', 'Lunantishee', '796', '-218.859', '32.876', '723.408', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16896127', 'Lunantishee', '796', '-244.246', '32.447', '682.405', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16896128', 'Lunantishee', '796', '-210.129', '32.458', '699.510', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16896129', 'Lunantishee', '796', '-297.237', '33.343', '749.449', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16896130', 'Lunantishee', '796', '-289.992', '32.595', '748.227', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16896131', 'Boroka', '788', '-360.140', '-31.428', '484.944', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16896132', 'Ignidrake', '791', '-523.516', '-20.443', '527.961', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16896133', 'Lunantishee', '796', '-515.576', '-20.433', '553.466', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16896134', 'Air_Elemental', '785', '-559.831', '0.417', '683.287', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16896135', 'Ignidrake', '791', '-583.543', '-0.957', '664.552', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16896136', 'Ignidrake', '791', '-520.531', '0.002', '724.910', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16896137', 'Ignidrake', '791', '-522.255', '0.968', '702.339', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16896138', 'Ignidrake', '791', '-492.938', '0.284', '713.088', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16896139', 'Ignidrake', '791', '-490.431', '0.068', '725.166', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16896140', 'Nitro_Cluster', '798', '-531.553', '1.967', '707.604', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16896141', 'Nitro_Cluster', '798', '-539.071', '0.528', '678.572', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16896142', 'Air_Elemental', '785', '-734.320', '0.965', '514.659', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16896143', 'Strato_Hippogryph', '804', '-761.440', '-0.057', '559.738', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16896144', 'Strato_Hippogryph', '804', '-722.330', '1.070', '510.879', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16896145', 'Strato_Hippogryph', '804', '-724.472', '-0.296', '527.988', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16896146', 'Strato_Hippogryph', '804', '-720.065', '-0.378', '519.007', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16896147', 'Strato_Hippogryph', '804', '-852.282', '-31.591', '327.270', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16896148', 'Lunantishee', '796', '-859.450', '-31.179', '319.511', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16896149', 'Ignidrake', '791', '-533.237', '2.037', '735.261', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16896150', 'Nitro_Cluster', '798', '-817.561', '-44.201', '145.977', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16896151', 'Nitro_Cluster', '798', '-821.235', '-44.020', '148.528', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16896152', 'Spell_Spitter_Spilospok', '803', '293.671', '91.900', '825.778', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16896153', 'Chemical_Cook_Chemachiq', '789', '290.854', '90.566', '834.649', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16896154', 'Book_Browser_Bokabraq', '787', '289.313', '91.846', '828.107', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16896155', 'Unstable_Cluster', '807', '255.449', '1.790', '-708.272', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16896156', 'Bahamut', '786', '-691.716', '0.411', '817.579', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16896157', 'Bahamut', '786', '-704.021', '0.168', '822.955', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16896158', 'Ouryu', '799', '-694.789', '0.099', '825.472', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16896159', 'Tiamat', '806', '-696.976', '0.151', '821.501', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16896160', 'Jormungand', '794', '-704.433', '0.464', '798.733', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16896161', 'Vrtra', '808', '-694.231', '0.024', '830.624', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16896162', 'Ziryu', '810', '-689.244', '-0.146', '841.483', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16896163', 'Ziryu', '810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896164', 'Ziryu', '810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896165', 'Ziryu', '810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896166', 'Water_Elemental', '809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896167', 'Earth_Elemental', '790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16896168', 'Pey', '800', '-688.086', '-0.043', '836.809', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16896169', 'Pey', '800', '-684.670', '0.217', '824.265', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16896170', 'Iruci', '793', '-699.758', '0.285', '802.629', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16896171', 'Iruci', '793', '-686.287', '0.157', '828.709', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16896172', 'Airi', '784', '-701.484', '0.481', '802.338', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16896173', 'Airi', '784', '-709.580', '0.302', '827.196', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16900097', 'Hawkertrap', '822', '693.819', '-32.751', '-503.217', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16900098', 'Hawkertrap', '822', '705.637', '-31.839', '-534.773', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16900099', 'Riverne_Vulture', '829', '700.224', '-32.043', '-514.225', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16900100', 'Riverne_Vulture', '829', '707.295', '-32.160', '-519.021', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16900101', 'Riverne_Vulture', '829', '682.667', '-31.748', '-499.528', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16900102', 'Riverne_Vulture', '829', '715.769', '-31.856', '-548.255', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16900103', 'Hippogryph', '824', '710.930', '-31.738', '-542.260', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16900104', 'Riverne_Vulture', '829', '732.478', '-4.860', '-664.436', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16900105', 'Riverne_Vulture', '829', '724.413', '-4.278', '-678.600', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16900106', 'Hippogryph', '824', '718.305', '-3.849', '-681.160', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16900107', 'Hippogryph', '824', '711.059', '49.839', '-858.788', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16900108', 'Hippogryph', '824', '740.838', '48.098', '-857.409', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16900109', 'Hippogryph', '824', '752.828', '48.064', '-847.364', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16900110', 'Heliodromos', '823', '749.721', '47.778', '-873.713', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16900111', 'Heliodromos', '823', '723.370', '47.914', '-847.557', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16900112', 'Heliodromos', '823', '718.589', '48.546', '-863.098', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16900113', 'Air_Elemental', '812', '591.054', '18.821', '-786.139', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16900114', 'Hawkertrap', '822', '559.606', '16.887', '-753.728', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16900115', 'Hawkertrap', '822', '576.733', '17.019', '-804.188', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16900116', 'Riverne_Vulture', '829', '549.769', '17.219', '-801.933', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16900117', 'Riverne_Vulture', '829', '556.116', '16.198', '-764.888', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16900118', 'Riverne_Vulture', '829', '607.797', '16.809', '-797.439', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16900119', 'Hippogryph', '824', '550.360', '17.752', '-780.494', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16900120', 'Hippogryph', '824', '579.288', '17.953', '-810.903', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16900121', 'Air_Elemental', '812', '443.903', '39.743', '-847.977', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16900122', 'Hawkertrap', '822', '391.337', '40.206', '-876.378', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16900123', 'Hawkertrap', '822', '488.417', '40.306', '-884.382', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16900124', 'Riverne_Vulture', '829', '391.468', '39.488', '-834.507', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16900125', 'Riverne_Vulture', '829', '435.634', '40.014', '-849.227', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16900126', 'Riverne_Vulture', '829', '456.496', '40.287', '-881.914', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16900127', 'Riverne_Vulture', '829', '412.330', '39.910', '-873.700', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16900128', 'Hippogryph', '824', '415.245', '40.258', '-862.515', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16900129', 'Hawkertrap', '822', '310.581', '30.827', '-793.779', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16900130', 'Riverne_Vulture', '829', '310.865', '31.242', '-790.816', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16900131', 'Riverne_Vulture', '829', '329.846', '31.182', '-806.894', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16900132', 'Hawkertrap', '822', '284.788', '75.673', '-911.230', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16900133', 'Riverne_Vulture', '829', '277.253', '76.467', '-932.074', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16900134', 'Riverne_Vulture', '829', '271.914', '76.036', '-926.589', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16900135', 'Riverne_Vulture', '829', '182.685', '96.209', '-885.471', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16900136', 'Riverne_Vulture', '829', '168.653', '95.765', '-873.945', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16900137', 'Riverne_Vulture', '829', '181.885', '96.295', '-884.878', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16900138', 'Riverne_Vulture', '829', '177.421', '96.399', '-839.646', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16900139', 'Riverne_Vulture', '829', '199.056', '95.519', '-840.559', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16900140', 'Riverne_Vulture', '829', '173.691', '96.168', '-838.445', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16900141', 'Riverne_Vulture', '829', '190.304', '95.856', '-848.669', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16900142', 'Riverne_Vulture', '829', '165.854', '96.035', '-869.040', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16900143', 'Hawkertrap', '822', '587.982', '-0.193', '445.777', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16900144', 'Hawkertrap', '822', '594.067', '-0.162', '448.997', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16900145', 'Hawkertrap', '822', '600.014', '0.099', '536.605', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16900146', 'Hawkertrap', '822', '587.939', '-0.119', '560.021', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16900147', 'Hawkertrap', '822', '592.096', '0.201', '570.623', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16900148', 'Riverne_Vulture', '829', '632.451', '-0.379', '522.501', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16900149', 'Riverne_Vulture', '829', '635.077', '-0.323', '523.062', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16900150', 'Riverne_Vulture', '829', '606.533', '-0.044', '432.307', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16900151', 'Riverne_Vulture', '829', '617.124', '-0.048', '473.343', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16900152', 'Hippogryph', '824', '633.992', '-0.214', '509.755', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16900153', 'Hippogryph', '824', '598.465', '-0.286', '549.038', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16900154', 'Hippogryph', '824', '609.810', '-0.351', '470.194', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16900155', 'Hawkertrap', '822', '521.579', '0.273', '374.951', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16900156', 'Hawkertrap', '822', '515.211', '-0.127', '419.466', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16900157', 'Hawkertrap', '822', '565.056', '0.756', '338.603', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16900158', 'Hawkertrap', '822', '513.547', '-0.305', '378.507', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16900159', 'Hawkertrap', '822', '588.029', '0.494', '356.651', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16900160', 'Riverne_Vulture', '829', '609.411', '0.140', '364.558', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16900161', 'Riverne_Vulture', '829', '516.883', '-0.073', '378.105', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16900162', 'Riverne_Vulture', '829', '548.947', '-0.138', '359.642', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16900163', 'Firedrake', '819', '500.486', '-0.429', '409.154', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16900164', 'Firedrake', '819', '559.997', '-0.488', '400.659', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16900165', 'Firedrake', '819', '562.264', '-0.300', '409.969', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16900166', 'Hippogryph', '824', '524.615', '0.414', '424.255', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16900167', 'Hippogryph', '824', '498.581', '0.032', '396.776', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16900168', 'Firedrake', '819', '443.888', '-0.263', '476.837', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16900169', 'Firedrake', '819', '461.421', '0.211', '491.858', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16900170', 'Firedrake', '819', '449.353', '-0.019', '476.432', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16900171', 'Firedrake', '819', '449.962', '0.001', '476.335', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16900172', 'Firedrake', '819', '470.728', '-0.196', '481.793', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16900173', 'Firedrake', '819', '450.575', '-0.490', '469.279', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16900174', 'Hippogryph', '824', '464.559', '0.181', '489.231', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16900175', 'Thunder_Elemental', '831', '485.958', '-0.241', '477.660', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16900176', 'Hawkertrap', '822', '405.967', '-0.438', '342.572', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16900177', 'Hawkertrap', '822', '349.772', '-0.050', '289.305', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16900178', 'Hawkertrap', '822', '364.385', '0.660', '305.104', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16900179', 'Hawkertrap', '822', '438.280', '-0.390', '356.140', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16900180', 'Riverne_Vulture', '829', '401.433', '-0.170', '347.822', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16900181', 'Riverne_Vulture', '829', '359.293', '-0.453', '317.077', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16900182', 'Riverne_Vulture', '829', '355.924', '-0.245', '308.559', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16900183', 'Firedrake', '819', '397.070', '-0.326', '349.629', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16900184', 'Firedrake', '819', '445.120', '-0.086', '373.773', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16900185', 'Firedrake', '819', '440.442', '-0.375', '405.990', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16900186', 'Hippogryph', '824', '430.103', '-0.024', '367.260', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16900187', 'Hippogryph', '824', '458.318', '-1.548', '384.250', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16900188', 'Hawkertrap', '822', '188.729', '-0.601', '344.967', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16900189', 'Hawkertrap', '822', '212.485', '0.341', '367.384', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16900190', 'Hawkertrap', '822', '275.733', '0.940', '299.735', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16900191', 'Riverne_Vulture', '829', '310.515', '-0.043', '280.344', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16900192', 'Riverne_Vulture', '829', '202.856', '0.353', '347.397', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16900193', 'Riverne_Vulture', '829', '207.167', '-0.349', '361.564', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16900194', 'Firedrake', '819', '254.087', '0.012', '384.908', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16900195', 'Firedrake', '819', '243.943', '0.224', '378.384', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16900196', 'Firedrake', '819', '280.344', '-0.154', '286.889', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16900197', 'Hippogryph', '824', '244.820', '0.882', '314.464', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16900198', 'Hippogryph', '824', '244.560', '-0.512', '351.048', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16900199', 'Hawkertrap', '822', '287.296', '-0.684', '407.860', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16900200', 'Hawkertrap', '822', '296.995', '1.596', '431.155', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16900201', 'Hawkertrap', '822', '224.929', '0.219', '542.671', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16900202', 'Hawkertrap', '822', '160.851', '-0.087', '509.133', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16900203', 'Hawkertrap', '822', '176.537', '0.323', '518.689', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16900204', 'Hawkertrap', '822', '223.793', '0.165', '534.987', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16900205', 'Hawkertrap', '822', '268.751', '0.009', '508.195', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16900206', 'Hawkertrap', '822', '244.419', '-0.262', '526.006', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16900207', 'Hawkertrap', '822', '156.301', '-0.109', '493.647', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16900208', 'Hawkertrap', '822', '181.931', '0.255', '521.039', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16900209', 'Thunder_Elemental', '831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900210', 'Hippogryph', '824', '302.062', '-0.131', '528.965', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16900211', 'Hippogryph', '824', '318.422', '-0.452', '553.460', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16900212', 'Firedrake', '819', '231.761', '-0.153', '550.893', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16900213', 'Firedrake', '819', '196.376', '0.267', '543.318', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16900214', 'Firedrake', '819', '234.812', '-0.148', '551.123', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16900215', 'Firedrake', '819', '206.716', '-0.224', '525.405', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16900216', 'Hawker', '821', '38.483', '0.360', '342.305', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16900217', 'Hawker', '821', '112.097', '-0.117', '393.246', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16900218', 'Hawker', '821', '27.232', '-0.032', '368.672', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16900219', 'Hawker', '821', '-1.794', '0.362', '348.839', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16900220', 'Hawker', '821', '102.135', '0.261', '393.251', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16900221', 'Hawker', '821', '89.522', '0.213', '416.398', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16900222', 'Hawker', '821', '30.730', '-0.254', '356.301', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16900223', 'Hawker', '821', '113.885', '0.135', '424.963', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16900224', 'Cloud_Hippogryph', '817', '20.448', '0.123', '344.520', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16900225', 'Cloud_Hippogryph', '817', '75.741', '0.059', '367.753', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900226', 'Cloud_Hippogryph', '817', '44.290', '0.089', '384.847', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16900227', 'Atomic_Cluster', '814', '-166.162', '47.957', '-846.369', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16900228', 'Atomic_Cluster', '814', '-189.743', '48.030', '-845.295', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16900229', 'Flamedrake', '820', '-172.414', '47.650', '-870.828', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16900230', 'Carmine_Dobsonfly', '815', '-191.213', '47.667', '-833.249', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16900231', 'Carmine_Dobsonfly', '815', '-204.626', '47.720', '-841.965', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16900232', 'Carmine_Dobsonfly', '815', '-201.089', '47.674', '-833.030', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16900233', 'Carmine_Dobsonfly', '815', '-204.132', '47.551', '-836.828', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16900234', 'Carmine_Dobsonfly', '815', '-200.232', '47.846', '-846.612', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16900235', 'Carmine_Dobsonfly', '815', '-211.737', '48.365', '-835.052', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16900236', 'Carmine_Dobsonfly', '815', '-207.250', '47.918', '-825.761', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16900237', 'Carmine_Dobsonfly', '815', '-218.367', '47.091', '-823.597', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16900238', 'Carmine_Dobsonfly', '815', '-157.935', '48.325', '-828.412', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16900239', 'Carmine_Dobsonfly', '815', '-204.985', '47.566', '-837.901', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16900240', 'Air_Elemental', '812', '-323.929', '19.479', '-760.383', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16900241', 'Atomic_Cluster', '814', '-403.540', '19.563', '-678.607', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16900242', 'Atomic_Cluster', '814', '-269.430', '19.268', '-737.621', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16900243', 'Atomic_Cluster', '814', '-313.255', '19.586', '-758.593', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16900244', 'Atomic_Cluster', '814', '-375.187', '19.790', '-672.464', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16900245', 'Atomic_Cluster', '814', '-314.348', '19.887', '-766.076', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16900246', 'Flamedrake', '820', '-319.945', '19.602', '-766.937', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16900247', 'Hawker', '821', '-275.981', '19.835', '-762.189', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16900248', 'Hawker', '821', '-308.545', '19.593', '-688.468', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16900249', 'Hawker', '821', '-240.238', '20.270', '-710.471', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16900250', 'Hawker', '821', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900251', 'Hawker', '821', '-445.213', '20.030', '-707.490', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16900252', 'Hawker', '821', '-440.078', '19.527', '-723.007', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16900253', 'Hawker', '821', '-425.474', '19.928', '-715.620', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16900254', 'Hawker', '821', '-397.387', '20.257', '-701.375', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16900255', 'Atomic_Cluster', '814', '-281.896', '0.059', '-602.578', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16900256', 'Atomic_Cluster', '814', '-281.812', '0.052', '-602.402', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16900257', 'Hawker', '821', '-439.766', '-19.481', '-573.439', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16900258', 'Hawker', '821', '-433.397', '-20.199', '-523.192', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16900259', 'Hawker', '821', '-449.826', '-19.942', '-550.822', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16900260', 'Hawker', '821', '-446.515', '-20.112', '-526.448', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16900261', 'Hawker', '821', '-426.310', '-20.787', '-535.081', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16900262', 'Hawker', '821', '-433.546', '-19.744', '-572.876', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16900263', 'Hawker', '821', '-439.647', '-18.767', '-509.084', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16900264', 'Air_Elemental', '812', '-611.918', '19.844', '-521.152', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16900265', 'Cloud_Hippogryph', '817', '-625.003', '19.812', '-526.410', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16900266', 'Cloud_Hippogryph', '817', '-587.268', '22.250', '-572.424', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16900267', 'Cloud_Hippogryph', '817', '-588.708', '21.239', '-527.682', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16900268', 'Cloud_Hippogryph', '817', '-599.470', '20.645', '-579.340', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16900269', 'Cloud_Hippogryph', '817', '-578.880', '20.984', '-590.069', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16900270', 'Hawker', '821', '-533.021', '-4.578', '-411.727', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16900271', 'Hawker', '821', '-532.439', '-5.606', '-404.109', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16900272', 'Hawker', '821', '-711.395', '-42.173', '-364.387', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16900273', 'Hawker', '821', '-732.923', '-43.510', '-361.716', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16900274', 'Hawker', '821', '-722.482', '-43.381', '-305.491', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16900275', 'Atomic_Cluster', '814', '-734.935', '-43.505', '-314.061', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16900276', 'Cloud_Hippogryph', '817', '-721.544', '-44.453', '-324.695', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16900277', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900278', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900279', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900280', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900281', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900282', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900283', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900284', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900285', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900286', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900287', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900288', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900289', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900290', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900291', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900292', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900293', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900294', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900295', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900296', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900297', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900298', 'Darner', '10852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900299', 'Atomic_Cluster', '814', '22.109', '-1.749', '615.145', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16900300', 'Atomic_Cluster', '814', '19.059', '-0.130', '623.459', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16900301', 'Flamedrake', '820', '-66.021', '0.006', '736.744', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16900302', 'Flamedrake', '820', '-85.180', '-0.127', '712.223', '89'); -INSERT INTO `mob_spawn_points` VALUES ('16900303', 'Flamedrake', '820', '-96.319', '0.201', '726.792', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16900304', 'Flamedrake', '820', '-85.989', '0.013', '750.143', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16900305', 'Flamedrake', '820', '-87.850', '0.271', '694.471', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16900306', 'Aiatar', '811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900307', 'Thunder_Elemental', '831', '-73.717', '-0.153', '727.296', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16900308', 'Atomic_Cluster', '814', '-68.188', '0.044', '690.441', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16900309', 'Atomic_Cluster', '814', '-55.660', '0.360', '700.921', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16900310', 'Atomic_Cluster', '814', '-44.145', '-0.274', '689.191', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16900311', 'Atomic_Cluster', '814', '-53.459', '-0.055', '678.762', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16900312', 'Water_Elemental', '832', '45.802', '76.114', '-711.050', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16900313', 'Earth_Elemental', '818', '43.430', '75.886', '-711.758', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16900314', 'Ouryu', '827', '43.295', '76.478', '-739.572', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16900315', 'Ziryu', '833', '-8.300', '75.828', '-757.276', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16900316', 'Ziryu', '833', '0.680', '76.098', '-728.375', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16900317', 'Ziryu', '833', '20.744', '76.462', '-756.730', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16900318', 'Ziryu', '833', '52.704', '76.034', '-713.611', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16900319', 'Arcane_Phantasm', '813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16900320', 'Shieldtrap', '830', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904193', 'Mammet-19_Epsilon', '842', '-607.789', '81.699', '-5.607', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16904194', 'Mammet-19_Epsilon', '842', '-609.317', '81.699', '1.053', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16904195', 'Mammet-19_Epsilon', '842', '-598.712', '81.699', '-1.929', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16904196', 'Mammet-19_Epsilon', '842', '22.562', '1.500', '2.789', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16904197', 'Mammet-19_Epsilon', '842', '26.262', '1.489', '-0.090', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16904198', 'Mammet-19_Epsilon', '842', '13.706', '1.500', '-2.872', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16904199', 'Mammet-19_Epsilon', '842', '623.902', '-78.500', '1.290', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16904200', 'Mammet-19_Epsilon', '842', '601.661', '-78.300', '-3.457', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16904201', 'Mammet-19_Epsilon', '842', '616.727', '-78.300', '10.345', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16904202', 'Ouryu', '845', '-605.000', '81.699', '1.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16904203', 'Ouryu', '845', '26.200', '1.500', '1.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16904204', 'Ouryu', '845', '623.000', '-78.300', '1.290', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16904205', 'Hamadryad', '838', '-599.141', '81.699', '-8.370', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16904207', 'Hamadryad', '838', '2.982', '1.900', '1.882', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16904209', 'Hamadryad', '838', '595.000', '-78.300', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904211', 'Razon', '847', '-548.619', '79.683', '-0.941', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16904213', 'Razon', '847', '17.436', '1.500', '-4.149', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16904215', 'Razon', '847', '618.808', '-78.699', '-6.534', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16904217', 'Watch_Hippogryph', '849', '-580.226', '81.500', '4.074', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16904218', 'Guard_Hippogryph', '837', '-578.245', '81.500', '3.045', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16904220', 'Watch_Hippogryph', '849', '79.964', '-0.836', '3.686', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16904221', 'Guard_Hippogryph', '837', '59.134', '-0.216', '0.040', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16904223', 'Watch_Hippogryph', '849', '616.280', '-78.699', '-9.550', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16904224', 'Guard_Hippogryph', '837', '612.415', '-78.416', '-8.278', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16904226', 'Hotupuku', '839', '-593.932', '81.900', '0.009', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16904228', 'Hotupuku', '839', '8.718', '1.500', '-8.058', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16904230', 'Hotupuku', '839', '610.142', '-78.061', '3.980', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16904232', 'Mammet_Master', '844', '-595.000', '81.900', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904233', 'Mammet-800', '843', '-595.000', '81.900', '0.000', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16904234', 'Mammet-800', '843', '-574.600', '81.500', '1.128', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16904235', 'Mammet-800', '843', '-545.470', '79.670', '0.680', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16904236', 'Mammet-800', '843', '-617.431', '81.365', '14.301', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16904237', 'Mammet-800', '843', '-585.461', '81.699', '16.317', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16904238', 'Mammet-800', '843', '-617.715', '81.300', '14.349', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16904239', 'Mammet-800', '843', '-620.681', '81.256', '11.280', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16904240', 'Mammet-800', '843', '-586.365', '81.500', '10.033', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16904241', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904242', 'Mammet_Master', '844', '5.000', '1.900', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904243', 'Mammet-800', '843', '14.013', '1.500', '-1.237', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16904244', 'Mammet-800', '843', '13.020', '1.299', '-4.349', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16904245', 'Mammet-800', '843', '18.435', '1.500', '-4.281', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16904246', 'Mammet-800', '843', '16.507', '1.700', '12.222', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16904247', 'Mammet-800', '843', '21.192', '1.500', '-3.822', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16904248', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904249', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904250', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904251', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904252', 'Mammet_Master', '844', '605.000', '-78.099', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904253', 'Mammet-800', '843', '630.065', '-78.968', '-0.423', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16904254', 'Mammet-800', '843', '605.162', '-78.500', '15.273', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16904255', 'Mammet-800', '843', '619.805', '-78.699', '-8.381', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16904256', 'Mammet-800', '843', '605.446', '-78.500', '9.029', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16904257', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904258', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904259', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904260', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16904261', 'Mammet-800', '843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908289', 'Mammet-22_Zeta', '854', '-645.925', '-231.648', '522.879', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16908290', 'Mammet-22_Zeta', '854', '-639.956', '-231.847', '516.463', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16908291', 'Mammet-22_Zeta', '854', '-649.916', '-231.648', '522.747', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16908292', 'Mammet-22_Zeta', '854', '-645.447', '-231.648', '526.406', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16908293', 'Mammet-22_Zeta', '854', '-641.032', '-231.847', '527.751', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16908294', 'Omega', '855', '-633.358', '-231.656', '521.835', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16908295', 'Ultima', '861', '-641.973', '-231.678', '521.906', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16908296', 'Mammet-22_Zeta', '854', '6.379', '-151.746', '166.527', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16908297', 'Mammet-22_Zeta', '854', '5.000', '-151.648', '151.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16908298', 'Mammet-22_Zeta', '854', '-5.000', '-151.648', '151.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16908299', 'Mammet-22_Zeta', '854', '2.500', '-151.847', '151.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16908300', 'Mammet-22_Zeta', '854', '-2.500', '-151.847', '151.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16908301', 'Omega', '855', '0.000', '-151.847', '154.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16908302', 'Ultima', '861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908303', 'Mammet-22_Zeta', '854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908304', 'Mammet-22_Zeta', '854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908305', 'Mammet-22_Zeta', '854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908306', 'Mammet-22_Zeta', '854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908307', 'Mammet-22_Zeta', '854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908308', 'Omega', '855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908309', 'Ultima', '861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908310', 'Tenzen', '860', '-635.607', '-231.648', '528.888', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16908311', 'Makki-Chebukki', '853', '-640.000', '-235.378', '509.700', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16908312', 'Kukki-Chebukki', '852', '-641.000', '-235.378', '509.700', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16908313', 'Cherukiki', '851', '-639.000', '-235.378', '509.700', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16908314', 'Tenzen', '860', '-4.642', '-151.648', '169.616', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16908315', 'Makki-Chebukki', '853', '0.000', '-155.378', '149.699', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16908316', 'Kukki-Chebukki', '852', '-1.000', '-155.378', '149.699', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16908317', 'Cherukiki', '851', '1.000', '-155.378', '149.699', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16908318', 'Tenzen', '860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908319', 'Makki-Chebukki', '853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908320', 'Kukki-Chebukki', '852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16908321', 'Cherukiki', '851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912385', 'Ul_aern', '887', '-24.763', '-0.501', '-501.989', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16912386', 'Ul_aern', '887', '16.921', '-0.500', '-577.787', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16912387', 'Ul_aern', '887', '-77.701', '-0.500', '-501.892', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16912388', 'Ul_aern', '887', '65.450', '-0.692', '-509.138', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16912389', 'Ul_aern', '887', '26.227', '-0.500', '-508.040', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16912390', 'Ul_aern', '887', '-38.579', '-0.499', '-538.948', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16912391', 'Ul_aern', '887', '-20.686', '-0.500', '-567.651', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16912392', 'Ul_aern', '887', '-0.802', '-1.055', '-542.784', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16912393', 'Ul_aern', '887', '-46.533', '-0.500', '-590.850', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16912394', 'Ul_xzomit', '890', '-33.752', '-0.499', '-574.796', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16912395', 'Ul_xzomit', '890', '-34.370', '-0.499', '-575.361', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16912396', 'Ul_xzomit', '890', '-22.536', '-0.499', '-582.664', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16912397', 'Ul_hpemde', '888', '23.815', '-0.499', '-510.957', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16912398', 'Ul_hpemde', '888', '21.091', '-0.500', '-567.471', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16912399', 'Ul_hpemde', '888', '-26.899', '-0.499', '-498.517', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16912400', 'Ul_hpemde', '888', '-1.009', '-10.429', '-471.938', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16912401', 'Ul_phuabo', '889', '-33.437', '-0.150', '-605.090', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16912402', 'Ul_phuabo', '889', '40.749', '-0.500', '-552.929', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16912403', 'Ul_aern', '887', '-19.533', '-0.500', '-753.547', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16912404', 'Ul_aern', '887', '-50.180', '-0.500', '-635.818', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16912405', 'Ul_aern', '887', '-27.579', '-0.500', '-669.759', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16912406', 'Ul_aern', '887', '-131.038', '-0.500', '-641.104', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16912407', 'Aern_s_Wynav', '864', '-30.533', '-0.500', '-612.794', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16912408', 'Aern_s_Xzomit', '865', '-24.409', '-0.500', '-631.601', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16912409', 'Ul_xzomit', '890', '-119.239', '-0.566', '-694.690', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16912410', 'Ul_xzomit', '890', '-120.985', '-0.566', '-693.450', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16912411', 'Ul_xzomit', '890', '-128.992', '-0.527', '-688.283', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16912412', 'Ul_hpemde', '888', '-55.030', '-0.499', '-714.380', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16912413', 'Ul_hpemde', '888', '-49.407', '-0.499', '-699.956', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16912414', 'Ul_phuabo', '889', '-62.890', '-0.500', '-652.477', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16912415', 'Ul_aern', '887', '15.703', '-0.500', '-698.349', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16912416', 'Ul_aern', '887', '15.523', '-0.500', '-701.454', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16912417', 'Ul_aern', '887', '62.303', '-0.500', '-721.327', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16912418', 'Ul_aern', '887', '13.532', '-0.500', '-710.448', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16912419', 'Ul_hpemde', '888', '90.127', '-0.499', '-691.918', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16912420', 'Ul_hpemde', '888', '48.374', '-0.500', '-663.020', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16912421', 'Aern_s_Elemental', '863', '-0.282', '-4.256', '-725.572', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16912422', 'Ul_xzomit', '890', '54.769', '-0.500', '-673.411', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16912423', 'Ul_xzomit', '890', '48.954', '-0.500', '-693.270', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16912424', 'Ul_xzomit', '890', '45.356', '-0.500', '-670.993', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16912425', 'Ul_phuabo', '889', '18.869', '-0.500', '-675.623', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16912426', 'Ul_xzomit', '890', '139.832', '-0.822', '-659.773', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16912427', 'Ul_xzomit', '890', '140.099', '-0.815', '-658.390', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16912428', 'Ul_xzomit', '890', '186.926', '-0.499', '-580.286', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16912429', 'Ul_xzomit', '890', '210.690', '-0.500', '-562.239', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16912430', 'Ul_xzomit', '890', '168.202', '-0.499', '-594.353', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16912431', 'Ul_xzomit', '890', '168.345', '-0.499', '-593.776', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16912432', 'Ul_xzomit', '890', '132.210', '-0.498', '-591.649', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16912433', 'Ul_xzomit', '890', '130.843', '-0.501', '-590.595', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16912434', 'Ul_xzomit', '890', '138.555', '-0.879', '-664.966', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16912435', 'Ul_xzomit', '890', '202.714', '-0.499', '-550.121', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16912436', 'Ul_xzomit', '890', '117.878', '-0.499', '-646.069', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16912437', 'Ul_xzomit', '890', '168.981', '-0.499', '-626.061', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16912438', 'Ul_hpemde', '888', '117.456', '-0.499', '-635.053', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16912439', 'Ul_hpemde', '888', '129.026', '-0.499', '-660.397', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16912440', 'Ul_hpemde', '888', '210.765', '-0.500', '-586.077', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16912441', 'Ul_phuabo', '889', '191.549', '-0.499', '-599.093', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16912442', 'Ul_hpemde', '888', '241.693', '-0.499', '-705.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16912443', 'Ul_xzomit', '890', '255.142', '-0.499', '-686.007', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16912444', 'Ul_xzomit', '890', '254.966', '-0.499', '-684.283', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16912445', 'Ul_xzomit', '890', '255.342', '-0.499', '-699.151', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16912446', 'Ul_xzomit', '890', '255.049', '-0.499', '-700.470', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16912447', 'Ul_xzomit', '890', '259.631', '-0.499', '-669.653', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16912448', 'Ul_xzomit', '890', '254.990', '-0.499', '-685.684', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16912449', 'Ul_xzomit', '890', '343.508', '-0.499', '-596.818', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16912450', 'Ul_xzomit', '890', '342.456', '-0.499', '-594.745', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16912451', 'Ul_xzomit', '890', '310.918', '-0.499', '-550.688', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16912452', 'Ul_xzomit', '890', '311.020', '-0.499', '-548.440', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16912453', 'Ul_xzomit', '890', '290.684', '-0.499', '-567.039', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16912454', 'Ul_xzomit', '890', '290.975', '-0.499', '-565.852', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16912455', 'Ul_xzomit', '890', '313.472', '-0.559', '-630.736', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16912456', 'Ul_xzomit', '890', '322.758', '-0.499', '-548.738', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16912457', 'Ul_xzomit', '890', '277.204', '-0.499', '-577.142', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16912458', 'Ul_hpemde', '888', '284.018', '-0.499', '-626.997', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16912459', 'Ul_hpemde', '888', '300.810', '-0.499', '-575.083', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16912460', 'Ul_phuabo', '889', '284.498', '-0.499', '-629.419', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16912461', 'Ul_phuabo', '889', '224.022', '-0.499', '-485.665', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16912462', 'Ul_hpemde', '888', '345.717', '-0.499', '-452.754', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16912463', 'Ul_hpemde', '888', '351.639', '-0.499', '-351.230', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16912464', 'Ul_hpemde', '888', '365.008', '-0.499', '-369.495', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16912465', 'Ul_hpemde', '888', '358.206', '-0.499', '-460.584', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16912466', 'Ul_hpemde', '888', '312.292', '-0.499', '-440.218', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16912467', 'Ul_hpemde', '888', '240.752', '-0.499', '-409.107', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16912468', 'Ul_xzomit', '890', '363.791', '-0.499', '-364.680', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16912469', 'Ul_xzomit', '890', '365.074', '-0.499', '-366.881', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16912470', 'Ul_xzomit', '890', '396.299', '-0.500', '-371.731', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16912471', 'Ul_phuabo', '889', '339.561', '-0.499', '-359.644', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16912472', 'Om_aern', '874', '543.330', '-0.500', '-386.170', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16912473', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912474', 'Om_aern', '874', '500.969', '-0.500', '-364.315', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16912475', 'Om_aern', '874', '492.901', '-0.500', '-352.552', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16912476', 'Om_hpemde', '875', '476.125', '-0.500', '-348.004', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16912477', 'Om_hpemde', '875', '474.663', '-0.500', '-355.781', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16912478', 'Om_hpemde', '875', '507.004', '-0.500', '-393.637', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16912479', 'Om_hpemde', '875', '529.395', '-0.500', '-379.566', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16912480', 'Om_hpemde', '875', '523.492', '-0.500', '-407.406', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16912481', 'Aern_s_Wynav', '864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912482', 'Aern_s_Elemental', '863', '591.286', '-0.500', '-352.283', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16912483', 'Aern_s_Xzomit', '865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912484', 'Om_xzomit', '877', '506.064', '-0.500', '-364.918', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16912485', 'Om_xzomit', '877', '476.294', '-0.500', '-329.184', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16912486', 'Om_xzomit', '877', '510.987', '-0.500', '-351.639', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16912487', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912488', 'Om_aern', '874', '469.287', '-0.500', '-465.071', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16912489', 'Om_aern', '874', '485.531', '-0.500', '-550.973', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16912490', 'Om_aern', '874', '510.266', '-0.500', '-511.437', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16912491', 'Om_aern', '874', '450.987', '-0.500', '-502.135', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16912492', 'Om_aern', '874', '534.819', '-0.500', '-484.959', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16912493', 'Om_aern', '874', '506.135', '-0.500', '-460.467', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16912494', 'Om_aern', '874', '516.833', '-0.514', '-513.890', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16912495', 'Om_aern', '874', '551.018', '-0.500', '-415.910', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16912496', 'Om_hpemde', '875', '526.996', '-0.500', '-469.357', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16912497', 'Om_hpemde', '875', '556.088', '-0.500', '-444.888', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16912498', 'Om_hpemde', '875', '470.923', '-0.500', '-480.616', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16912499', 'Om_aern', '874', '455.566', '-1.217', '-597.924', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16912500', 'Om_aern', '874', '561.407', '-1.533', '-527.602', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16912501', 'Om_aern', '874', '430.611', '-1.386', '-606.282', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16912502', 'Om_aern', '874', '574.313', '-1.340', '-518.119', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16912503', 'Om_aern', '874', '446.590', '-1.515', '-601.785', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16912504', 'Om_xzomit', '877', '640.544', '-0.500', '-231.153', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16912505', 'Om_xzomit', '877', '577.404', '-0.500', '-256.567', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16912506', 'Om_xzomit', '877', '609.692', '-0.506', '-292.897', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16912507', 'Om_hpemde', '875', '570.265', '-0.500', '-221.508', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16912508', 'Om_hpemde', '875', '665.655', '-0.500', '-285.681', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16912509', 'Om_hpemde', '875', '665.970', '-0.500', '-325.826', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16912510', 'Om_hpemde', '875', '637.906', '-0.500', '-246.592', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16912511', 'Om_hpemde', '875', '611.378', '-0.500', '-330.444', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16912512', 'Om_hpemde', '875', '618.827', '-0.500', '-206.135', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16912513', 'Om_hpemde', '875', '653.347', '-0.500', '-301.092', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16912514', 'Om_hpemde', '875', '571.652', '-0.500', '-254.126', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16912515', 'Om_phuabo', '876', '620.084', '-0.500', '-305.210', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16912516', 'Om_phuabo', '876', '643.844', '-0.500', '-219.270', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16912517', 'Om_aern', '874', '717.709', '-0.500', '-132.940', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16912518', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912519', 'Om_aern', '874', '666.793', '-1.495', '-138.628', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16912520', 'Aern_s_Wynav', '864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912521', 'Om_xzomit', '877', '639.020', '-1.207', '-121.952', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16912522', 'Om_xzomit', '877', '650.586', '-0.500', '-149.685', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16912523', 'Om_xzomit', '877', '664.391', '-0.500', '-68.372', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16912524', 'Om_xzomit', '877', '621.909', '-0.509', '-123.923', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16912525', 'Om_xzomit', '877', '668.624', '-1.362', '-151.423', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16912526', 'Om_xzomit', '877', '609.636', '-0.500', '-106.903', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16912527', 'Om_aern', '874', '672.171', '-2.115', '-144.511', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16912528', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912529', 'Om_aern', '874', '692.106', '-1.249', '-158.938', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16912530', 'Aern_s_Elemental', '863', '620.980', '-0.500', '-54.430', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16912531', 'Aern_s_Xzomit', '865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912532', 'Om_hpemde', '875', '590.587', '-0.500', '-125.389', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16912533', 'Om_hpemde', '875', '638.080', '-0.500', '-190.328', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16912534', 'Om_hpemde', '875', '694.155', '-0.500', '-92.538', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16912535', 'Om_hpemde', '875', '712.543', '-0.500', '-125.105', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16912536', 'Om_phuabo', '876', '650.020', '-0.500', '-177.482', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16912537', 'Om_phuabo', '876', '622.863', '-0.500', '-194.815', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16912538', 'Om_hpemde', '875', '563.139', '-0.500', '-53.854', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16912539', 'Om_hpemde', '875', '611.677', '-0.500', '35.774', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16912540', 'Om_hpemde', '875', '669.484', '-1.321', '22.052', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16912541', 'Om_hpemde', '875', '578.093', '-0.500', '-37.125', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16912542', 'Om_phuabo', '876', '596.130', '-0.500', '-38.411', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16912543', 'Om_phuabo', '876', '622.712', '-0.500', '7.729', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16912544', 'Om_phuabo', '876', '620.234', '-0.500', '5.521', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16912545', 'Ul_xzomit', '890', '-203.655', '-0.500', '-648.053', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16912546', 'Ul_xzomit', '890', '-202.020', '-0.500', '-646.848', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16912547', 'Ul_xzomit', '890', '-186.566', '-0.500', '-640.645', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16912548', 'Ul_xzomit', '890', '-336.628', '-0.347', '-516.950', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16912549', 'Ul_xzomit', '890', '-338.677', '-0.372', '-517.808', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16912550', 'Ul_xzomit', '890', '-303.153', '-0.585', '-532.679', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16912551', 'Ul_hpemde', '888', '-188.775', '-0.499', '-588.949', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16912552', 'Ul_hpemde', '888', '-193.644', '-0.500', '-530.474', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16912553', 'Ul_hpemde', '888', '-143.504', '-0.500', '-557.268', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16912554', 'Ul_hpemde', '888', '-166.959', '-0.500', '-562.059', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16912555', 'Ul_hpemde', '888', '-182.000', '-0.500', '-508.531', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16912556', 'Ul_hpemde', '888', '-369.195', '-0.499', '-539.680', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16912557', 'Ul_hpemde', '888', '-332.073', '-0.500', '-550.827', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16912558', 'Ul_hpemde', '888', '-321.517', '-0.500', '-571.178', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16912559', 'Ul_hpemde', '888', '-411.282', '-0.500', '-541.439', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16912560', 'Ul_phuabo', '889', '-202.703', '-0.500', '-610.505', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16912561', 'Ul_phuabo', '889', '-337.656', '-0.500', '-589.152', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16912562', 'Om_aern', '874', '-482.645', '-0.500', '-435.285', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16912563', 'Om_aern', '874', '-423.828', '-0.460', '-318.176', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16912564', 'Om_aern', '874', '-458.958', '-0.500', '-415.218', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16912565', 'Om_aern', '874', '-564.880', '-0.499', '-301.281', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16912566', 'Om_aern', '874', '-549.711', '-0.184', '-366.400', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16912567', 'Om_aern', '874', '-546.770', '-0.499', '-414.794', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16912568', 'Om_aern', '874', '-466.757', '-0.500', '-455.492', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16912569', 'Om_aern', '874', '-561.278', '-0.499', '-316.129', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16912570', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912571', 'Om_aern', '874', '-541.120', '-0.500', '-306.263', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16912572', 'Om_aern', '874', '-596.300', '-0.500', '-438.041', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16912573', 'Aern_s_Wynav', '864', '-452.575', '-0.014', '-483.415', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16912574', 'Aern_s_Wynav', '864', '-451.440', '-0.076', '-484.080', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16912575', 'Om_xzomit', '877', '-502.104', '-0.645', '-347.942', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16912576', 'Om_xzomit', '877', '-567.074', '-0.500', '-431.010', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16912577', 'Om_phuabo', '876', '-536.584', '-0.499', '-358.063', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16912578', 'Om_xzomit', '877', '-379.560', '-0.499', '-299.704', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16912579', 'Om_xzomit', '877', '-375.163', '-0.500', '-358.036', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16912580', 'Om_xzomit', '877', '-384.453', '-0.495', '-336.126', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16912581', 'Om_xzomit', '877', '-353.257', '-1.598', '-387.206', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16912582', 'Om_xzomit', '877', '-299.907', '-0.466', '-439.106', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16912583', 'Om_xzomit', '877', '-280.681', '-0.521', '-422.117', '165'); -INSERT INTO `mob_spawn_points` VALUES ('16912584', 'Om_aern', '874', '-533.074', '-0.500', '-176.443', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16912585', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912586', 'Om_aern', '874', '-485.739', '-0.500', '-113.174', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16912587', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912588', 'Om_aern', '874', '-437.124', '-0.499', '-143.701', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16912589', 'Om_hpemde', '875', '-497.896', '-0.500', '-127.075', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16912590', 'Om_hpemde', '875', '-444.238', '-0.499', '-143.084', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16912591', 'Om_hpemde', '875', '-528.600', '-0.714', '-121.099', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16912592', 'Om_hpemde', '875', '-446.037', '-0.499', '-151.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16912593', 'Aern_s_Elemental', '863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912594', 'Om_xzomit', '877', '-475.609', '-0.500', '-209.707', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16912595', 'Om_xzomit', '877', '-428.862', '-0.500', '-163.323', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16912596', 'Om_phuabo', '876', '-511.711', '-0.500', '-149.700', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16912597', 'Om_phuabo', '876', '-482.399', '-0.500', '-107.132', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16912598', 'Om_phuabo', '876', '-478.710', '-0.215', '-122.847', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16912599', 'Om_hpemde', '875', '-636.537', '-0.500', '-227.542', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16912600', 'Om_hpemde', '875', '-648.821', '-0.500', '-258.818', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16912601', 'Om_hpemde', '875', '-713.883', '-0.499', '-259.451', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16912602', 'Om_hpemde', '875', '-708.732', '-0.499', '-244.867', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16912603', 'Om_hpemde', '875', '-700.527', '-0.499', '-205.911', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16912604', 'Om_hpemde', '875', '-679.182', '-0.499', '-206.506', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16912605', 'Om_aern', '874', '-691.572', '-1.531', '-120.841', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16912606', 'Om_aern', '874', '-566.106', '-0.468', '-108.021', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16912607', 'Om_aern', '874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912608', 'Om_aern', '874', '-578.799', '-0.315', '-96.729', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912609', 'Om_aern', '874', '-703.417', '-0.228', '-109.922', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16912610', 'Om_hpemde', '875', '-597.671', '-0.500', '-122.198', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16912611', 'Om_hpemde', '875', '-635.631', '-0.500', '-103.855', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16912612', 'Om_hpemde', '875', '-576.210', '-0.429', '-102.110', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16912613', 'Om_hpemde', '875', '-613.509', '-0.500', '-122.283', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16912614', 'Aern_s_Xzomit', '865', '-710.651', '-0.794', '-107.571', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16912615', 'Om_xzomit', '877', '-619.041', '-0.500', '-113.369', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16912616', 'Om_xzomit', '877', '-597.635', '-0.500', '-143.193', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16912617', 'Om_phuabo', '876', '-571.158', '-0.500', '-84.592', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16912618', 'Om_aern', '874', '-509.101', '-0.500', '-7.457', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16912619', 'Om_aern', '874', '-518.829', '-0.500', '5.110', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16912620', 'Om_yovra', '878', '-546.665', '-0.499', '-113.184', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16912621', 'Om_yovra', '878', '-630.781', '-0.499', '-105.857', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16912622', 'Om_yovra', '878', '681.541', '-1.542', '0.895', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16912623', 'Om_yovra', '878', '505.352', '-0.500', '-349.365', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16912624', 'Ul_yovra', '891', '221.982', '-1.035', '-418.158', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16912625', 'Ul_yovra', '891', '-268.439', '-0.500', '-673.408', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16912626', 'Om_xzomit', '877', '57.399', '-0.500', '488.138', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16912627', 'Om_xzomit', '877', '73.271', '-0.500', '486.775', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16912628', 'Om_xzomit', '877', '120.094', '-0.500', '486.778', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16912629', 'Om_xzomit', '877', '135.161', '-0.500', '478.212', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16912630', 'Om_phuabo', '876', '52.953', '-0.500', '527.101', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16912631', 'Om_xzomit', '877', '-95.765', '-0.508', '456.085', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16912632', 'Om_xzomit', '877', '-95.212', '-0.500', '470.493', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16912633', 'Om_xzomit', '877', '-100.665', '-0.525', '450.131', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16912634', 'Om_xzomit', '877', '-94.766', '-0.500', '514.248', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16912635', 'Om_phuabo', '876', '-97.777', '-0.500', '487.792', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16912636', 'Om_xzomit', '877', '217.052', '-0.608', '512.160', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16912637', 'Om_xzomit', '877', '209.830', '-0.500', '557.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16912638', 'Om_hpemde', '875', '236.065', '-0.500', '481.134', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16912639', 'Om_hpemde', '875', '230.124', '-0.500', '566.161', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16912640', 'Om_phuabo', '876', '229.344', '-0.500', '519.927', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16912641', 'Om_phuabo', '876', '162.175', '-0.500', '561.019', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16912642', 'Om_xzomit', '877', '296.336', '-0.500', '402.699', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16912643', 'Om_xzomit', '877', '271.665', '-0.500', '458.742', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16912644', 'Om_xzomit', '877', '267.096', '-0.500', '420.949', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16912645', 'Om_hpemde', '875', '280.858', '-0.500', '424.260', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16912646', 'Om_hpemde', '875', '256.915', '-0.500', '449.729', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16912647', 'Om_phuabo', '876', '274.330', '-0.500', '399.221', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16912648', 'Om_aern', '874', '249.395', '-0.500', '704.224', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16912649', 'Om_aern', '874', '231.519', '-0.511', '665.902', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16912650', 'Om_aern', '874', '241.815', '-0.500', '677.466', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16912651', 'Om_hpemde', '875', '252.520', '-0.500', '697.739', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16912652', 'Om_hpemde', '875', '255.055', '-0.500', '707.010', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16912653', 'Om_phuabo', '876', '241.420', '-0.500', '718.730', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16912654', 'Om_phuabo', '876', '283.545', '-0.500', '624.386', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16912655', 'Om_aern', '874', '141.917', '-0.592', '715.162', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16912656', 'Om_aern', '874', '100.125', '-0.500', '685.546', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16912657', 'Om_hpemde', '875', '126.574', '-0.500', '700.641', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16912658', 'Om_hpemde', '875', '143.549', '-1.370', '633.611', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16912659', 'Om_phuabo', '876', '78.189', '-0.500', '675.578', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16912660', 'Om_xzomit', '877', '-237.376', '-0.500', '492.931', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16912661', 'Om_xzomit', '877', '-208.509', '-0.500', '479.947', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16912662', 'Om_hpemde', '875', '-221.756', '-0.500', '529.594', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16912663', 'Om_hpemde', '875', '-190.576', '-0.500', '477.939', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16912664', 'Om_phuabo', '876', '-204.786', '-0.500', '485.141', '34'); -INSERT INTO `mob_spawn_points` VALUES ('16912665', 'Om_aern', '874', '-241.683', '-1.781', '589.913', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16912666', 'Om_aern', '874', '-247.768', '-1.205', '586.929', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16912667', 'Aern_s_Xzomit', '865', '-270.208', '-0.500', '602.288', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16912668', 'Om_hpemde', '875', '-292.034', '-1.783', '504.907', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16912669', 'Om_hpemde', '875', '-328.269', '-0.344', '603.161', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16912670', 'Om_phuabo', '876', '-282.155', '-0.499', '602.850', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16912671', 'Om_aern', '874', '-194.066', '-0.500', '657.384', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16912672', 'Om_aern', '874', '-211.679', '-0.500', '680.880', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16912673', 'Om_aern', '874', '-257.840', '-0.500', '639.256', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16912674', 'Aern_s_Wynav', '864', '-203.387', '-0.500', '640.486', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16912675', 'Om_hpemde', '875', '-220.791', '-0.500', '668.645', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16912676', 'Om_hpemde', '875', '-201.366', '-0.509', '667.603', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16912677', 'Om_phuabo', '876', '-188.629', '-0.500', '641.861', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16912678', 'Om_aern', '874', '-85.250', '-0.500', '662.399', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16912679', 'Om_aern', '874', '-74.896', '-0.500', '698.574', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16912680', 'Om_hpemde', '875', '-73.500', '-0.869', '647.196', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16912681', 'Om_hpemde', '875', '-82.417', '-0.507', '698.158', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16912682', 'Om_xzomit', '877', '-691.479', '-1.362', '48.709', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16912683', 'Om_xzomit', '877', '-692.536', '-1.559', '40.482', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16912684', 'Om_xzomit', '877', '-652.975', '-0.527', '59.025', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16912685', 'Om_xzomit', '877', '-643.112', '-0.535', '56.192', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16912686', 'Om_phuabo', '876', '-680.817', '-0.500', '76.843', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16912687', 'Om_xzomit', '877', '-589.775', '-0.500', '64.854', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16912688', 'Om_xzomit', '877', '-598.513', '-0.500', '60.877', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16912689', 'Om_xzomit', '877', '-508.874', '-0.611', '66.508', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16912690', 'Om_xzomit', '877', '-514.871', '-0.575', '64.629', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16912691', 'Om_xzomit', '877', '-606.339', '-0.500', '22.398', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16912692', 'Om_xzomit', '877', '-603.620', '-0.500', '22.738', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16912693', 'Om_phuabo', '876', '-545.934', '-0.500', '81.762', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16912694', 'Om_aern', '874', '-471.674', '-0.500', '168.467', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16912695', 'Om_aern', '874', '-409.794', '-0.594', '221.139', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16912696', 'Om_aern', '874', '-527.248', '-0.500', '121.254', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16912697', 'Om_xzomit', '877', '-501.214', '-0.501', '203.028', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16912698', 'Om_xzomit', '877', '-454.523', '-0.791', '211.311', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16912699', 'Om_xzomit', '877', '-477.173', '-0.499', '185.965', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16912700', 'Om_xzomit', '877', '-424.570', '-0.528', '196.319', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16912701', 'Om_xzomit', '877', '-470.174', '-0.500', '143.776', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16912702', 'Om_phuabo', '876', '-509.141', '-0.491', '112.419', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16912703', 'Om_phuabo', '876', '-486.828', '-0.338', '122.752', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16912704', 'Om_phuabo', '876', '-480.574', '-0.500', '195.754', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16912705', 'Om_phuabo', '876', '-404.723', '-0.500', '200.846', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16912706', 'Om_aern', '874', '-609.048', '-1.339', '234.374', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16912707', 'Om_xzomit', '877', '-612.748', '-1.458', '262.210', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16912708', 'Om_xzomit', '877', '-602.742', '-1.514', '230.383', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16912709', 'Om_aern', '874', '-380.931', '-0.500', '231.698', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16912710', 'Om_aern', '874', '-414.094', '-0.500', '283.512', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16912711', 'Om_aern', '874', '-398.074', '-0.500', '345.357', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16912712', 'Om_aern', '874', '-383.119', '-0.500', '296.867', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16912713', 'Aern_s_Elemental', '863', '-415.886', '-0.500', '357.405', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16912714', 'Om_phuabo', '876', '-393.990', '-0.500', '319.269', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16912715', 'Om_aern', '874', '-604.434', '-1.199', '340.220', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16912716', 'Om_aern', '874', '-512.265', '-0.500', '318.198', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16912717', 'Om_aern', '874', '-578.605', '-0.633', '335.276', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16912718', 'Om_hpemde', '875', '-465.430', '-0.528', '364.680', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16912719', 'Om_hpemde', '875', '-607.364', '-1.256', '335.819', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16912720', 'Om_phuabo', '876', '-511.476', '-0.500', '317.812', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16912721', 'Om_phuabo', '876', '-488.003', '-0.673', '312.771', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16912722', 'Om_aern', '874', '-248.673', '-0.500', '380.025', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16912723', 'Om_aern', '874', '-315.681', '-1.047', '429.560', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16912724', 'Om_aern', '874', '-313.165', '-1.437', '449.155', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16912725', 'Aern_s_Xzomit', '865', '-406.667', '-0.500', '346.498', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16912726', 'Om_aern', '874', '-308.196', '-1.276', '447.089', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16912727', 'Aern_s_Wynav', '864', '-397.483', '-0.500', '348.177', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16912728', 'Om_hpemde', '875', '-279.827', '-0.500', '391.582', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16912729', 'Om_hpemde', '875', '-379.001', '-0.512', '359.527', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16912730', 'Om_phuabo', '876', '-362.102', '-0.500', '419.196', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16912731', 'Om_phuabo', '876', '-307.345', '-0.500', '388.343', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16912732', 'Om_aern', '874', '-478.784', '-0.521', '455.564', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16912733', 'Om_hpemde', '875', '-471.320', '-0.535', '446.995', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16912734', 'Om_phuabo', '876', '-511.901', '-0.501', '462.503', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16912735', 'Om_phuabo', '876', '-453.387', '-0.500', '437.704', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16912736', 'Om_hpemde', '875', '-429.287', '-0.500', '546.756', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16912737', 'Om_hpemde', '875', '-403.135', '-0.500', '594.240', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16912738', 'Om_hpemde', '875', '-372.144', '-0.500', '520.158', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16912739', 'Om_phuabo', '876', '-402.932', '-0.500', '511.574', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16912740', 'Om_phuabo', '876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912741', 'Om_phuabo', '876', '-416.871', '-0.500', '600.716', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16912742', 'Om_aern', '874', '494.180', '-0.538', '128.042', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16912743', 'Om_aern', '874', '588.641', '-0.499', '193.289', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16912744', 'Om_phuabo', '876', '525.270', '-0.499', '115.817', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16912745', 'Om_aern', '874', '571.069', '-0.517', '222.743', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16912746', 'Om_aern', '874', '511.847', '-0.499', '260.037', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16912747', 'Om_aern', '874', '492.568', '-0.500', '212.692', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16912748', 'Aern_s_Wynav', '864', '423.436', '-1.636', '224.125', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16912749', 'Om_hpemde', '875', '513.663', '-0.499', '160.608', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16912750', 'Om_hpemde', '875', '433.698', '-1.460', '188.236', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16912751', 'Om_phuabo', '876', '536.705', '-0.499', '188.967', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16912752', 'Om_phuabo', '876', '518.883', '-0.499', '167.999', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16912753', 'Om_aern', '874', '427.621', '-0.499', '7.552', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16912754', 'Om_aern', '874', '479.367', '-1.444', '44.568', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16912755', 'Om_aern', '874', '461.203', '-0.499', '-32.603', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16912756', 'Om_aern', '874', '419.514', '-0.499', '1.181', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16912757', 'Om_phuabo', '876', '486.245', '-0.499', '75.681', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16912758', 'Om_phuabo', '876', '440.746', '-0.499', '0.828', '241'); -INSERT INTO `mob_spawn_points` VALUES ('16912759', 'Om_phuabo', '876', '484.078', '-0.499', '-43.947', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16912760', 'Om_aern', '874', '427.998', '-0.478', '-139.899', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16912761', 'Om_aern', '874', '483.472', '-0.499', '-180.924', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16912762', 'Om_aern', '874', '455.227', '-0.499', '-128.448', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16912763', 'Aern_s_Elemental', '863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912764', 'Om_phuabo', '876', '467.404', '-0.499', '-145.444', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16912765', 'Om_aern', '874', '453.129', '-0.499', '-226.633', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16912766', 'Om_aern', '874', '457.224', '-0.499', '-242.766', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16912767', 'Om_phuabo', '876', '429.140', '-0.499', '-227.312', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16912768', 'Om_hpemde', '875', '452.138', '-0.503', '326.725', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16912769', 'Om_hpemde', '875', '365.068', '-1.152', '336.879', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16912770', 'Om_hpemde', '875', '394.594', '-0.500', '363.055', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16912771', 'Om_hpemde', '875', '429.248', '-1.501', '274.109', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16912772', 'Om_hpemde', '875', '380.031', '-0.499', '323.910', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16912773', 'Om_hpemde', '875', '411.516', '-0.499', '378.069', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16912774', 'Om_phuabo', '876', '414.196', '-0.499', '325.757', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16912775', 'Om_xzomit', '877', '489.662', '-1.540', '465.775', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16912776', 'Om_xzomit', '877', '432.955', '-0.500', '447.193', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16912777', 'Om_hpemde', '875', '374.842', '-0.499', '424.323', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16912778', 'Om_hpemde', '875', '479.223', '-1.307', '465.753', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16912779', 'Om_phuabo', '876', '372.695', '-0.371', '458.869', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16912780', 'Om_xzomit', '877', '527.917', '-1.475', '326.471', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16912781', 'Om_xzomit', '877', '527.943', '-1.484', '326.101', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16912782', 'Om_hpemde', '875', '472.731', '-0.499', '393.955', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16912783', 'Om_hpemde', '875', '462.997', '-0.499', '362.123', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16912784', 'Om_phuabo', '876', '485.539', '-0.499', '358.051', '249'); -INSERT INTO `mob_spawn_points` VALUES ('16912785', 'Om_xzomit', '877', '614.296', '-0.676', '384.595', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16912786', 'Om_xzomit', '877', '607.423', '-0.594', '385.434', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16912787', 'Om_xzomit', '877', '570.624', '-1.037', '381.022', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16912788', 'Om_xzomit', '877', '562.285', '-1.286', '378.490', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16912789', 'Om_xzomit', '877', '564.360', '-1.371', '345.454', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16912790', 'Om_xzomit', '877', '558.471', '-1.494', '347.075', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16912791', 'Om_phuabo', '876', '606.915', '-0.500', '379.300', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16912792', 'Om_xzomit', '877', '546.118', '-0.500', '443.252', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16912793', 'Om_xzomit', '877', '552.278', '-0.499', '440.269', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16912794', 'Om_xzomit', '877', '574.833', '-0.499', '438.873', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16912795', 'Om_xzomit', '877', '584.423', '-0.500', '435.209', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16912796', 'Om_xzomit', '877', '523.996', '-0.357', '534.035', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16912797', 'Om_xzomit', '877', '535.233', '-0.439', '526.466', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16912798', 'Om_phuabo', '876', '534.749', '-0.500', '508.948', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16912799', 'Om_phuabo', '876', '541.465', '-0.499', '428.426', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16912800', 'Om_xzomit', '877', '340.366', '-0.500', '517.327', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16912801', 'Om_xzomit', '877', '395.429', '-0.500', '522.600', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16912802', 'Om_hpemde', '875', '367.869', '-0.500', '475.951', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16912803', 'Om_hpemde', '875', '404.899', '-0.500', '525.966', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16912804', 'Om_phuabo', '876', '350.720', '-0.500', '501.396', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16912805', 'Om_xzomit', '877', '420.680', '-0.432', '552.482', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16912806', 'Om_xzomit', '877', '419.036', '-0.499', '612.138', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16912807', 'Om_hpemde', '875', '380.860', '-0.362', '559.122', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16912808', 'Om_hpemde', '875', '398.002', '-0.477', '572.006', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16912809', 'Om_phuabo', '876', '408.074', '-0.499', '601.659', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16912810', 'Om_phuabo', '876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16912811', 'Aw_euvhi', '866', '229.002', '-0.500', '670.376', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16912812', 'Om_yovra', '878', '255.675', '-0.500', '408.339', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16912813', 'Aw_euvhi', '866', '-132.606', '-1.215', '613.625', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16912814', 'Om_yovra', '878', '-312.937', '-0.500', '616.047', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16912815', 'Aw_euvhi', '866', '-106.117', '-0.500', '686.510', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16912816', 'Om_yovra', '878', '-5.828', '-0.330', '700.806', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16912817', 'Aw_euvhi', '866', '-327.327', '-0.500', '390.728', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16912818', 'Om_yovra', '878', '-339.313', '-0.500', '388.378', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16912819', 'Aw_euvhi', '866', '-527.065', '-0.500', '325.493', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16912820', 'Om_yovra', '878', '-539.618', '-0.582', '301.062', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16912821', 'Aw_euvhi', '866', '-438.697', '-0.500', '167.835', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16912822', 'Om_yovra', '878', '-369.420', '-0.500', '209.518', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16912823', 'Aw_euvhi', '866', '374.303', '-0.500', '337.132', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16912824', 'Om_yovra', '878', '378.929', '-0.500', '392.557', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16912825', 'Aw_euvhi', '866', '458.536', '-0.500', '73.932', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16912826', 'Om_yovra', '878', '538.746', '-0.499', '176.065', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16912827', 'Aw_euvhi', '866', '424.797', '-0.500', '-149.903', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16912828', 'Om_yovra', '878', '488.996', '-0.499', '-113.181', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16912829', 'Ru_aern', '883', '-0.850', '-4.256', '-730.659', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16912830', 'Ru_aern', '883', '1.361', '-3.785', '-720.858', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16912831', 'Ru_aern', '883', '1.755', '-1.331', '-704.503', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16912832', 'Ru_aern', '883', '-676.769', '-4.256', '-219.395', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16912833', 'Ru_aern', '883', '-673.647', '-4.256', '-217.548', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16912834', 'Ru_aern', '883', '-678.090', '-4.256', '-220.056', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16912835', 'Ru_aern', '883', '676.133', '-4.256', '-218.238', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16912836', 'Ru_aern', '883', '675.760', '-4.256', '-220.229', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16912837', 'Ru_aern', '883', '669.889', '-4.256', '-217.530', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16912838', 'Jailer_of_Hope', '868', '-683.592', '-0.500', '-61.571', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16912839', 'Jailer_of_Justice', '869', '-279.194', '-0.500', '-465.362', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16912840', 'Qn_xzomit', '882', '-284.194', '-0.500', '-470.361', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16912841', 'Qn_xzomit', '882', '-295.663', '-0.060', '-448.272', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16912842', 'Qn_xzomit', '882', '-287.525', '-0.500', '-464.500', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16912843', 'Qn_xzomit', '882', '-284.194', '-0.500', '-470.361', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16912844', 'Qn_xzomit', '882', '-295.663', '-0.060', '-448.272', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16912845', 'Qn_xzomit', '882', '-287.525', '-0.500', '-464.500', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16912846', 'Jailer_of_Prudence', '871', '706.114', '-1.021', '24.110', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16912847', 'Jailer_of_Prudence', '871', '709.324', '-1.289', '22.126', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16912848', 'Jailer_of_Love', '870', '437.760', '-1.643', '-598.571', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16912849', 'Ru_phuabo', '884', '477.480', '-1.111', '-565.864', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16912850', 'Ru_phuabo', '884', '477.550', '-1.114', '-566.001', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16912851', 'Ru_phuabo', '884', '477.622', '-1.110', '-566.194', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16912852', 'Ru_phuabo', '884', '480.104', '-1.506', '-561.952', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16912853', 'Ru_phuabo', '884', '480.242', '-1.498', '-561.964', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16912854', 'Ru_phuabo', '884', '480.110', '-1.466', '-562.257', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16912855', 'Ru_phuabo', '884', '476.961', '-1.279', '-560.968', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16912856', 'Ru_phuabo', '884', '477.169', '-1.295', '-560.921', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16912857', 'Ru_phuabo', '884', '477.550', '-1.328', '-561.215', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16912858', 'Qn_xzomit', '882', '482.157', '-1.504', '-561.017', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16912859', 'Qn_xzomit', '882', '478.351', '-1.358', '-561.169', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16912860', 'Qn_xzomit', '882', '479.613', '-1.395', '-561.400', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16912861', 'Qn_xzomit', '882', '480.343', '-1.461', '-562.054', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16912862', 'Qn_xzomit', '882', '480.538', '-1.380', '-561.452', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16912863', 'Qn_xzomit', '882', '480.093', '-1.473', '-561.951', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16912864', 'Qn_xzomit', '882', '479.049', '-1.470', '-560.512', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16912865', 'Qn_xzomit', '882', '478.548', '-1.473', '-560.292', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16912866', 'Qn_xzomit', '882', '477.643', '-1.564', '-561.005', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16912867', 'Qn_hpemde', '881', '480.014', '-1.804', '-560.765', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16912868', 'Qn_hpemde', '881', '479.857', '-1.848', '-560.908', '10'); -INSERT INTO `mob_spawn_points` VALUES ('16912869', 'Qn_hpemde', '881', '479.691', '-1.850', '-560.698', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16912870', 'Qn_hpemde', '881', '480.161', '-1.889', '-560.058', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16912871', 'Qn_hpemde', '881', '479.138', '-1.738', '-560.684', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16912872', 'Qn_hpemde', '881', '481.643', '-1.676', '-560.652', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16912873', 'Qn_hpemde', '881', '479.042', '-1.840', '-559.745', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16912874', 'Qn_hpemde', '881', '478.761', '-1.550', '-559.849', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16912875', 'Qn_hpemde', '881', '479.025', '-1.534', '-559.847', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16912876', 'Absolute_Virtue', '862', '461.266', '-1.643', '-580.192', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16912877', 'Aern_s_Wynav', '864', '463.115', '-1.346', '-571.896', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16912878', 'Aern_s_Wynav', '864', '463.214', '-1.336', '-573.022', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16912879', 'Aern_s_Wynav', '864', '463.557', '-1.360', '-574.178', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16912880', 'Aern_s_Wynav', '864', '463.115', '-1.346', '-571.896', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16912881', 'Aern_s_Wynav', '864', '463.214', '-1.336', '-573.022', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16912882', 'Aern_s_Wynav', '864', '463.557', '-1.360', '-574.178', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16916481', 'Eo_ghrah', '898', '-459.476', '-0.500', '687.234', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16916482', 'Eo_zdei', '899', '-460.000', '-0.500', '740.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16916483', 'Eo_ghrah', '898', '-413.271', '-0.500', '733.264', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16916484', 'Eo_ghrah', '898', '-417.520', '-0.500', '733.892', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16916485', 'Eo_zdei', '899', '-380.000', '-0.500', '740.000', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16916486', 'Eo_ghrah', '898', '-371.766', '-0.500', '702.747', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16916487', 'Eo_zdei', '899', '-380.000', '-0.500', '660.000', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16916488', 'Eo_zdei', '899', '-460.000', '-0.500', '660.000', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16916489', 'Eo_zdei', '899', '-420.000', '-1.500', '757.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916490', 'Eo_euvhi', '897', '-388.000', '-0.500', '700.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916491', 'Eo_euvhi', '897', '-394.000', '-0.500', '700.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916492', 'Eo_euvhi', '897', '-452.000', '-0.500', '700.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916493', 'Eo_euvhi', '897', '-446.000', '-0.500', '700.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916494', 'Eo_ghrah', '898', '-420.259', '-0.500', '715.047', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16916495', 'Eo_ghrah', '898', '-422.845', '-0.625', '616.907', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16916496', 'Eo_ghrah', '898', '-422.432', '-0.625', '619.533', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16916497', 'Eo_ghrah', '898', '-420.598', '-0.450', '612.990', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16916498', 'Eo_ghrah', '898', '-113.072', '-0.500', '500.165', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16916499', 'Eo_zdei', '899', '-60.000', '-0.500', '500.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16916500', 'Eo_ghrah', '898', '-67.099', '-0.500', '450.180', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16916501', 'Eo_ghrah', '898', '-60.853', '-0.500', '471.768', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16916502', 'Eo_zdei', '899', '-60.000', '-0.500', '420.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16916503', 'Eo_ghrah', '898', '-98.187', '-0.500', '411.890', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16916504', 'Eo_zdei', '899', '-140.000', '-0.500', '420.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16916505', 'Eo_zdei', '899', '-140.000', '-0.500', '500.000', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16916506', 'Eo_euvhi', '897', '-100.000', '-0.500', '492.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916507', 'Eo_euvhi', '897', '-100.000', '-0.500', '486.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916508', 'Eo_zdei', '899', '-43.000', '-1.500', '460.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916509', 'Eo_euvhi', '897', '-100.000', '-0.500', '428.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916510', 'Eo_euvhi', '897', '-100.000', '-0.500', '434.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916511', 'Eo_euvhi', '897', '-124.715', '-0.569', '458.137', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16916512', 'Eo_ghrah', '898', '-201.825', '-0.449', '460.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16916513', 'Eo_ghrah', '898', '-176.115', '-0.627', '459.107', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16916514', 'Eo_ghrah', '898', '-213.462', '-0.500', '90.375', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16916515', 'Eo_zdei', '899', '-220.000', '-0.500', '60.000', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16916516', 'Eo_ghrah', '898', '-257.461', '-0.500', '68.077', '152'); -INSERT INTO `mob_spawn_points` VALUES ('16916517', 'Eo_ghrah', '898', '-250.422', '-0.500', '67.975', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16916518', 'Eo_zdei', '899', '-300.000', '-0.500', '60.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16916519', 'Eo_ghrah', '898', '-300.220', '-0.500', '113.813', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16916520', 'Eo_zdei', '899', '-300.000', '-0.500', '140.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16916521', 'Eo_zdei', '899', '-220.000', '-0.500', '140.000', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16916522', 'Eo_euvhi', '897', '-262.460', '-0.625', '126.211', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16916523', 'Eo_euvhi', '897', '-228.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916524', 'Eo_euvhi', '897', '-234.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916525', 'Eo_zdei', '899', '-260.000', '-1.500', '43.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916526', 'Eo_euvhi', '897', '-292.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916527', 'Eo_euvhi', '897', '-286.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916528', 'Eo_ghrah', '898', '-260.522', '-0.449', '229.995', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16916529', 'Eo_ghrah', '898', '-260.516', '-0.449', '209.732', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16916530', 'Eo_euvhi', '897', '-255.978', '-0.500', '264.477', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16916531', 'Eo_ghrah', '898', '-540.467', '-0.500', '86.848', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16916532', 'Eo_zdei', '899', '-540.000', '-0.500', '60.000', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16916533', 'Eo_ghrah', '898', '-580.321', '-0.500', '61.940', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16916534', 'Eo_ghrah', '898', '-582.122', '-0.500', '65.773', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16916535', 'Eo_zdei', '899', '-620.000', '-0.500', '60.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16916536', 'Eo_ghrah', '898', '-627.830', '-0.500', '97.120', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16916537', 'Eo_zdei', '899', '-620.000', '-0.500', '140.000', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16916538', 'Eo_zdei', '899', '-540.000', '-0.500', '140.000', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16916539', 'Eo_euvhi', '897', '-548.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916540', 'Eo_euvhi', '897', '-554.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916541', 'Eo_zdei', '899', '-580.000', '-1.500', '43.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916542', 'Eo_euvhi', '897', '-612.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916543', 'Eo_euvhi', '897', '-606.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916544', 'Eo_ghrah', '898', '-579.424', '-0.449', '192.245', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916545', 'Eo_ghrah', '898', '-579.407', '-0.449', '202.605', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916546', 'Eo_euvhi', '897', '-578.077', '-0.500', '257.780', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16916547', 'Eo_ghrah', '898', '-745.466', '-0.500', '415.081', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16916548', 'Eo_zdei', '899', '-780.000', '-0.500', '420.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16916549', 'Eo_ghrah', '898', '-771.539', '-0.500', '462.670', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16916550', 'Eo_ghrah', '898', '-763.496', '-0.500', '460.120', '227'); -INSERT INTO `mob_spawn_points` VALUES ('16916551', 'Eo_zdei', '899', '-780.000', '-0.500', '500.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16916552', 'Eo_ghrah', '898', '-731.097', '-0.500', '508.222', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16916553', 'Eo_zdei', '899', '-700.000', '-0.500', '500.000', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16916554', 'Eo_zdei', '899', '-700.000', '-0.500', '420.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16916555', 'Eo_euvhi', '897', '-740.000', '-0.500', '492.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916556', 'Eo_euvhi', '897', '-740.000', '-0.500', '486.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916557', 'Eo_euvhi', '897', '-717.713', '-0.501', '460.307', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16916558', 'Eo_euvhi', '897', '-740.000', '-0.500', '428.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916559', 'Eo_euvhi', '897', '-740.000', '-0.500', '434.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916560', 'Eo_zdei', '899', '-797.000', '-1.500', '460.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916561', 'Eo_ghrah', '898', '-663.696', '-0.623', '461.880', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916562', 'Eo_ghrah', '898', '-655.579', '-0.558', '458.527', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16916563', 'Eo_aern', '896', '-361.967', '-0.499', '530.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16916564', 'Eo_aern', '896', '-340.935', '-0.500', '530.809', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16916565', 'Eo_aern', '896', '-379.893', '-0.482', '544.504', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16916566', 'Eo_aern', '896', '-380.369', '-0.460', '536.796', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16916567', 'Eo_aern', '896', '-342.098', '-0.458', '538.817', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16916568', 'Eo_aern', '896', '-355.377', '-0.500', '537.818', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16916569', 'Aern_s_Elemental', '892', '-355.463', '-0.500', '536.815', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16916570', 'Eo_euvhi', '897', '-334.869', '-0.500', '494.648', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16916571', 'Eo_euvhi', '897', '-295.599', '-0.500', '503.828', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16916572', 'Eo_ghrah', '898', '-331.126', '-0.500', '499.578', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16916573', 'Eo_aern', '896', '-310.587', '-0.499', '461.147', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16916574', 'Eo_aern', '896', '-269.885', '-0.500', '454.917', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16916575', 'Eo_aern', '896', '-267.858', '-0.499', '451.066', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916576', 'Eo_aern', '896', '-309.873', '-0.499', '467.716', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16916577', 'Eo_aern', '896', '-300.165', '-0.499', '468.973', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16916578', 'Eo_aern', '896', '-298.866', '-0.500', '451.997', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16916579', 'Aern_s_Wynav', '894', '-299.414', '-0.500', '450.106', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16916580', 'Eo_zdei', '899', '-260.000', '-1.500', '497.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916581', 'Eo_zdei', '899', '-256.939', '-0.500', '433.111', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16916582', 'Eo_euvhi', '897', '-335.807', '-0.500', '416.267', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16916583', 'Eo_ghrah', '898', '-321.333', '-0.500', '420.581', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16916584', 'Eo_aern', '896', '-301.791', '-0.459', '341.440', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16916585', 'Eo_aern', '896', '-307.192', '-0.500', '371.113', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16916586', 'Eo_aern', '896', '-291.326', '-0.499', '341.480', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16916587', 'Eo_aern', '896', '-292.190', '-0.496', '380.507', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16916588', 'Eo_aern', '896', '-300.891', '-0.474', '358.240', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16916589', 'Eo_aern', '896', '-293.163', '-0.499', '350.425', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16916590', 'Aern_s_Euvhi', '893', '-301.153', '-0.500', '346.252', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16916591', 'Eo_euvhi', '897', '-333.730', '-0.500', '339.464', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16916592', 'Eo_ghrah', '898', '-341.745', '-0.500', '297.393', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16916593', 'Eo_aern', '896', '-330.757', '-0.499', '260.924', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16916594', 'Eo_aern', '896', '-350.598', '-0.500', '259.456', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16916595', 'Eo_aern', '896', '-290.249', '-0.499', '251.838', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16916596', 'Eo_aern', '896', '-299.706', '-0.455', '258.682', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16916597', 'Eo_aern', '896', '-350.542', '-0.496', '258.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16916598', 'Eo_aern', '896', '-349.412', '-0.500', '258.956', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16916599', 'Aern_s_Wynav', '894', '-356.295', '-0.340', '258.339', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16916600', 'Eo_zdei', '899', '-300.003', '-1.000', '297.135', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16916601', 'Eo_zdei', '899', '-300.000', '-1.500', '223.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916602', 'Eo_aern', '896', '-498.334', '-0.500', '268.135', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16916603', 'Eo_aern', '896', '-499.512', '-0.498', '268.030', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16916604', 'Eo_aern', '896', '-524.983', '-0.500', '261.058', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16916605', 'Eo_aern', '896', '-529.845', '-0.500', '268.233', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16916606', 'Eo_aern', '896', '-518.352', '-0.499', '268.298', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16916607', 'Eo_aern', '896', '-548.104', '-0.495', '259.705', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916608', 'Eo_zdei', '899', '-520.875', '-0.500', '268.783', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916609', 'Eo_zdei', '899', '-540.000', '-1.500', '223.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916610', 'Eo_ghrah', '898', '-500.439', '-0.541', '301.782', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16916611', 'Eo_euvhi', '897', '-503.295', '-0.500', '345.600', '111'); -INSERT INTO `mob_spawn_points` VALUES ('16916612', 'Eo_aern', '896', '-538.834', '-0.487', '330.483', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16916613', 'Eo_aern', '896', '-530.809', '-0.500', '369.683', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16916614', 'Eo_aern', '896', '-540.564', '-0.500', '361.080', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16916615', 'Eo_aern', '896', '-539.526', '-0.500', '370.931', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16916616', 'Eo_aern', '896', '-549.001', '-0.499', '380.206', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16916617', 'Eo_aern', '896', '-548.339', '-0.499', '330.241', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16916618', 'Aern_s_Elemental', '892', '-546.963', '-0.475', '342.600', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16916619', 'Eo_euvhi', '897', '-500.942', '-0.500', '421.341', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16916620', 'Eo_ghrah', '898', '-506.520', '-0.500', '420.828', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16916621', 'Eo_aern', '896', '-550.781', '-0.499', '457.064', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16916622', 'Eo_aern', '896', '-529.797', '-0.500', '463.771', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16916623', 'Eo_aern', '896', '-580.375', '-0.454', '460.368', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16916624', 'Eo_aern', '896', '-576.762', '-0.499', '468.885', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16916625', 'Eo_aern', '896', '-541.297', '-0.499', '450.878', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16916626', 'Eo_aern', '896', '-591.940', '-0.500', '456.780', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16916627', 'Aern_s_Euvhi', '893', '-570.093', '-0.500', '462.790', '98'); -INSERT INTO `mob_spawn_points` VALUES ('16916628', 'Aern_s_Elemental', '892', '-592.714', '-0.500', '457.600', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16916629', 'Eo_zdei', '899', '-577.005', '-0.500', '464.330', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16916630', 'Eo_zdei', '899', '-580.000', '-1.500', '423.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916631', 'Eo_euvhi', '897', '-540.345', '-0.500', '505.982', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16916632', 'Eo_euvhi', '897', '-498.604', '-0.500', '499.120', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16916633', 'Eo_ghrah', '898', '-527.851', '-0.500', '499.424', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916634', 'Eo_aern', '896', '-509.446', '-0.493', '538.992', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16916635', 'Eo_aern', '896', '-466.171', '-0.499', '547.847', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16916636', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916637', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916638', 'Eo_aern', '896', '-499.896', '-0.454', '539.353', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16916639', 'Eo_aern', '896', '-509.901', '-0.499', '545.771', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16916640', 'Aern_s_Wynav', '894', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916641', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916642', 'Eo_aern', '896', '-427.530', '-0.373', '551.194', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16916643', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916644', 'Eo_aern', '896', '-420.661', '-0.494', '550.621', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16916645', 'Eo_aern', '896', '-426.989', '-0.499', '510.598', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16916646', 'Eo_aern', '896', '-417.645', '-0.499', '551.989', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16916647', 'Aern_s_Euvhi', '893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916648', 'Eo_zdei', '899', '-412.607', '-0.500', '501.685', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16916649', 'Eo_zdei', '899', '-457.000', '-1.500', '500.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916650', 'Eo_zdei', '899', '372.000', '-0.500', '700.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16916651', 'Eo_ghrah', '898', '383.949', '-0.500', '745.138', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16916652', 'Eo_ghrah', '898', '419.614', '-0.500', '724.254', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16916653', 'Eo_ghrah', '898', '429.207', '-0.500', '735.376', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16916654', 'Eo_ghrah', '898', '459.027', '-0.500', '739.405', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16916655', 'Eo_zdei', '899', '468.000', '-0.500', '700.000', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16916656', 'Eo_ghrah', '898', '459.601', '-0.500', '653.424', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16916657', 'Eo_ghrah', '898', '386.217', '-0.500', '660.370', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16916658', 'Eo_zdei', '899', '420.000', '-1.500', '757.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916659', 'Eo_euvhi', '897', '452.000', '-0.500', '700.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916660', 'Eo_euvhi', '897', '446.000', '-0.500', '700.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916661', 'Eo_euvhi', '897', '419.989', '-0.510', '672.085', '82'); -INSERT INTO `mob_spawn_points` VALUES ('16916662', 'Eo_euvhi', '897', '388.000', '-0.500', '700.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916663', 'Eo_euvhi', '897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916664', 'Eo_ghrah', '898', '419.999', '-0.500', '591.919', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16916665', 'Eo_ghrah', '898', '419.815', '-0.475', '625.911', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16916666', 'Eo_ghrah', '898', '421.889', '-0.594', '615.689', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16916667', 'Eo_ghrah', '898', '420.444', '-0.500', '605.862', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16916668', 'Eo_zdei', '899', '740.000', '-0.500', '508.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16916669', 'Eo_ghrah', '898', '775.911', '-0.500', '495.024', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16916670', 'Eo_ghrah', '898', '780.138', '-0.500', '446.967', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16916671', 'Eo_ghrah', '898', '778.904', '-0.500', '471.695', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16916672', 'Eo_ghrah', '898', '780.510', '-0.500', '426.906', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16916673', 'Eo_zdei', '899', '740.000', '-0.500', '412.000', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16916674', 'Eo_ghrah', '898', '695.983', '-0.499', '415.565', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16916675', 'Eo_ghrah', '898', '697.064', '-0.503', '504.219', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16916676', 'Eo_euvhi', '897', '740.000', '-0.500', '492.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916677', 'Eo_euvhi', '897', '740.000', '-0.500', '486.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916678', 'Eo_zdei', '899', '775.321', '-0.500', '460.661', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16916679', 'Eo_euvhi', '897', '740.000', '-0.500', '428.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916680', 'Eo_euvhi', '897', '740.000', '-0.500', '434.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916681', 'Eo_ghrah', '898', '669.780', '-0.451', '460.527', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16916682', 'Eo_ghrah', '898', '662.907', '-0.619', '459.063', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16916683', 'Eo_zdei', '899', '628.000', '-0.500', '100.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16916684', 'Eo_ghrah', '898', '626.763', '-0.500', '60.368', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16916685', 'Eo_ghrah', '898', '580.023', '-0.500', '76.566', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16916686', 'Eo_ghrah', '898', '587.256', '-0.500', '66.957', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916687', 'Eo_ghrah', '898', '543.979', '-0.500', '64.854', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16916688', 'Eo_zdei', '899', '532.000', '-0.500', '100.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16916689', 'Eo_ghrah', '898', '536.473', '-0.500', '140.215', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16916690', 'Eo_ghrah', '898', '619.569', '-0.500', '139.567', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916691', 'Eo_euvhi', '897', '579.202', '-0.511', '127.288', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16916692', 'Eo_euvhi', '897', '612.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916693', 'Eo_euvhi', '897', '606.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916694', 'Eo_zdei', '899', '580.000', '-1.500', '43.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916695', 'Eo_euvhi', '897', '548.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916696', 'Eo_euvhi', '897', '554.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916697', 'Eo_ghrah', '898', '580.104', '-0.449', '209.352', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16916698', 'Eo_ghrah', '898', '580.204', '-0.452', '209.296', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16916699', 'Eo_euvhi', '897', '580.329', '-0.500', '266.563', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16916700', 'Eo_zdei', '899', '308.000', '-0.500', '100.000', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16916701', 'Eo_ghrah', '898', '300.301', '-0.500', '53.104', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16916702', 'Eo_ghrah', '898', '258.007', '-0.500', '73.161', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16916703', 'Eo_ghrah', '898', '257.557', '-0.500', '72.936', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16916704', 'Eo_ghrah', '898', '221.391', '-0.500', '64.110', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16916705', 'Eo_zdei', '899', '212.000', '-0.500', '100.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16916706', 'Eo_ghrah', '898', '216.671', '-0.500', '136.377', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16916707', 'Eo_ghrah', '898', '293.213', '-0.499', '140.510', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16916708', 'Eo_euvhi', '897', '292.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916709', 'Eo_euvhi', '897', '286.000', '-0.500', '100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916710', 'Eo_zdei', '899', '260.000', '-1.500', '43.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916711', 'Eo_euvhi', '897', '228.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916712', 'Eo_euvhi', '897', '234.000', '-0.500', '100.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916713', 'Eo_ghrah', '898', '258.157', '-0.603', '217.772', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16916714', 'Eo_ghrah', '898', '259.404', '-0.481', '179.908', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16916715', 'Eo_euvhi', '897', '259.553', '-0.500', '253.605', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16916716', 'Eo_zdei', '899', '100.000', '-0.500', '412.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16916717', 'Eo_ghrah', '898', '59.378', '-0.503', '413.459', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16916718', 'Eo_ghrah', '898', '59.678', '-0.500', '472.802', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16916719', 'Eo_ghrah', '898', '65.799', '-0.500', '461.594', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16916720', 'Eo_ghrah', '898', '59.321', '-0.500', '493.433', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16916721', 'Eo_zdei', '899', '100.000', '-0.500', '508.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16916722', 'Eo_ghrah', '898', '134.551', '-0.500', '504.524', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916723', 'Eo_ghrah', '898', '139.130', '-0.508', '412.670', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16916724', 'Eo_euvhi', '897', '100.000', '-0.500', '492.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916725', 'Eo_euvhi', '897', '100.000', '-0.500', '486.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916726', 'Eo_euvhi', '897', '100.000', '-0.500', '428.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916727', 'Eo_euvhi', '897', '100.000', '-0.500', '434.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916728', 'Eo_zdei', '899', '43.000', '-1.500', '460.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916729', 'Eo_ghrah', '898', '173.599', '-0.449', '459.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16916730', 'Eo_ghrah', '898', '196.363', '-0.449', '459.426', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916731', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916732', 'Eo_aern', '896', '450.296', '-0.499', '537.254', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16916733', 'Eo_aern', '896', '491.027', '-0.499', '532.009', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16916734', 'Eo_aern', '896', '512.187', '-0.499', '544.636', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16916735', 'Eo_aern', '896', '513.137', '-0.499', '538.309', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16916736', 'Eo_aern', '896', '483.904', '-0.500', '542.385', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16916737', 'Aern_s_Elemental', '892', '472.640', '-0.500', '540.240', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16916738', 'Eo_ghrah', '898', '507.726', '-0.500', '500.261', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16916739', 'Eo_ghrah', '898', '536.023', '-0.500', '505.133', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16916740', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916741', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916742', 'Eo_aern', '896', '540.309', '-0.499', '451.916', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16916743', 'Eo_aern', '896', '589.263', '-0.493', '461.498', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916744', 'Eo_aern', '896', '580.153', '-0.460', '463.355', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16916745', 'Eo_aern', '896', '549.018', '-0.496', '460.996', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16916746', 'Aern_s_Wynav', '894', '700.251', '-0.499', '453.704', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16916747', 'Eo_zdei', '899', '540.000', '-1.500', '423.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916748', 'Eo_euvhi', '897', '579.621', '-0.500', '427.569', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16916749', 'Eo_euvhi', '897', '592.384', '-4.438', '383.096', '246'); -INSERT INTO `mob_spawn_points` VALUES ('16916750', 'Eo_euvhi', '897', '577.819', '-4.499', '371.810', '202'); -INSERT INTO `mob_spawn_points` VALUES ('16916751', 'Eo_ghrah', '898', '539.428', '-6.500', '372.871', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16916752', 'Eo_euvhi', '897', '534.426', '-6.500', '340.013', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16916753', 'Eo_euvhi', '897', '528.083', '-6.500', '335.722', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16916754', 'Eo_ghrah', '898', '539.451', '-6.500', '372.693', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916755', 'Eo_euvhi', '897', '499.412', '-0.500', '346.783', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16916756', 'Eo_aern', '896', '530.047', '-0.499', '250.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16916757', 'Eo_aern', '896', '519.475', '-0.497', '251.080', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16916758', 'Eo_aern', '896', '489.708', '-0.496', '258.620', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16916759', 'Eo_aern', '896', '529.500', '-0.499', '250.378', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16916760', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916761', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916762', 'Aern_s_Wynav', '894', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916763', 'Aern_s_Wynav', '894', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916764', 'Eo_zdei', '899', '540.000', '-1.500', '297.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916765', 'Eo_ghrah', '898', '455.904', '-0.500', '263.539', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16916766', 'Eo_ghrah', '898', '460.533', '-0.500', '220.042', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16916767', 'Eo_euvhi', '897', '420.896', '-0.500', '230.677', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16916768', 'Eo_euvhi', '897', '432.615', '-6.500', '188.587', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16916769', 'Eo_euvhi', '897', '405.141', '-6.500', '192.108', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16916770', 'Eo_euvhi', '897', '416.176', '-6.500', '173.915', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16916771', 'Eo_ghrah', '898', '380.359', '-0.500', '213.219', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16916772', 'Eo_ghrah', '898', '382.402', '-0.500', '258.008', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16916773', 'Eo_ghrah', '898', '428.145', '-0.500', '220.594', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16916774', 'Eo_aern', '896', '331.271', '-0.496', '260.938', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16916775', 'Eo_aern', '896', '340.193', '-0.499', '269.732', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16916776', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916777', 'Eo_aern', '896', '309.811', '-0.500', '268.648', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16916778', 'Eo_aern', '896', '299.386', '-0.455', '260.186', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916779', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916780', 'Eo_zdei', '899', '299.523', '-0.500', '271.597', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16916781', 'Eo_euvhi', '897', '339.515', '-0.500', '347.395', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16916782', 'Eo_euvhi', '897', '300.960', '-4.609', '332.341', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916783', 'Eo_euvhi', '897', '291.315', '-4.500', '338.783', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16916784', 'Eo_ghrah', '898', '303.718', '-6.500', '384.779', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16916785', 'Eo_euvhi', '897', '259.804', '-4.500', '372.308', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16916786', 'Eo_euvhi', '897', '261.809', '-4.500', '366.123', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16916787', 'Eo_ghrah', '898', '299.510', '-6.500', '372.571', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16916788', 'Eo_euvhi', '897', '252.814', '-0.499', '419.990', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16916789', 'Eo_aern', '896', '269.351', '-0.499', '460.312', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16916790', 'Eo_aern', '896', '259.770', '-0.464', '461.541', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16916791', 'Eo_aern', '896', '310.616', '-0.499', '466.510', '188'); -INSERT INTO `mob_spawn_points` VALUES ('16916792', 'Eo_aern', '896', '251.179', '-0.493', '458.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16916793', 'Eo_aern', '896', '307.854', '-0.416', '464.423', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16916794', 'Eo_aern', '896', '257.263', '-0.465', '460.441', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16916795', 'Aern_s_Elemental', '892', '305.336', '-0.500', '457.934', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16916796', 'Aern_s_Elemental', '892', '247.675', '-0.250', '467.613', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16916797', 'Eo_zdei', '899', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916798', 'Eo_ghrah', '898', '300.049', '-0.500', '492.941', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16916799', 'Eo_ghrah', '898', '338.607', '-0.500', '498.809', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16916800', 'Eo_aern', '896', '392.075', '-0.499', '541.988', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16916801', 'Eo_aern', '896', '327.221', '-0.500', '531.471', '107'); -INSERT INTO `mob_spawn_points` VALUES ('16916802', 'Eo_aern', '896', '388.705', '-0.209', '541.737', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16916803', 'Eo_aern', '896', '370.264', '-0.499', '545.329', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16916804', 'Eo_aern', '896', '380.172', '-0.488', '547.261', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16916805', 'Eo_aern', '896', '330.612', '-0.494', '541.529', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16916806', 'Aern_s_Wynav', '894', '125.872', '-0.499', '460.541', '214'); -INSERT INTO `mob_spawn_points` VALUES ('16916807', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916808', 'Eo_aern', '896', '428.594', '-0.499', '519.912', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16916809', 'Eo_aern', '896', '411.679', '-0.497', '500.796', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16916810', 'Eo_aern', '896', '419.406', '-0.494', '550.289', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16916811', 'Eo_aern', '896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916812', 'Aern_s_Euvhi', '893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16916813', 'Ix_ghrah', '901', '419.673', '-0.500', '403.349', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16916814', 'Jailer_of_Temperance', '902', '-426.739', '-0.500', '687.728', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16916815', 'Ix_aern_mnk', '900', '112.783', '-0.500', '453.875', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16916816', 'Qn_aern_rdm', '906', '460.000', '-0.500', '543.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16916817', 'Qn_aern_whm', '907', '460.000', '-0.500', '537.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920577', 'Qn_zdei', '927', '-429.000', '-1.000', '427.000', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16920578', 'Qn_zdei', '927', '-411.000', '-1.000', '427.000', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16920579', 'Qn_zdei', '927', '-429.000', '-1.000', '413.000', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16920580', 'Qn_zdei', '927', '-411.000', '-1.000', '413.000', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16920581', 'Qn_zdei', '927', '-467.000', '-1.000', '371.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16920582', 'Qn_zdei', '927', '-467.000', '-1.000', '389.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16920583', 'Qn_zdei', '927', '-453.000', '-1.000', '371.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16920584', 'Qn_zdei', '927', '-453.000', '-1.000', '389.000', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16920585', 'Qn_zdei', '927', '-373.000', '-1.000', '389.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16920586', 'Qn_zdei', '927', '-373.000', '-1.000', '371.000', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16920587', 'Qn_zdei', '927', '-387.000', '-1.000', '389.000', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16920588', 'Qn_zdei', '927', '-387.000', '-1.000', '371.000', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16920589', 'Aw_aern', '912', '-548.509', '-0.589', '339.320', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16920590', 'Aw_aern', '912', '-547.530', '-0.599', '325.165', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16920591', 'Aw_aern', '912', '-553.217', '-0.599', '380.165', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16920592', 'Aw_aern', '912', '-535.541', '-0.584', '381.429', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16920593', 'Aw_aern', '912', '-429.625', '-0.598', '468.718', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16920594', 'Aw_aern', '912', '-415.463', '-0.593', '479.030', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16920595', 'Aw_aern', '912', '-413.488', '-0.599', '514.165', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16920596', 'Aw_aern', '912', '-420.218', '-0.600', '516.003', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16920597', 'Aern_s_Wynav', '911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920598', 'Aw_aern', '912', '-300.026', '-0.599', '396.202', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16920599', 'Aw_aern', '912', '-300.090', '-0.563', '360.661', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16920600', 'Aw_aern', '912', '-308.556', '-0.599', '347.083', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16920601', 'Aw_aern', '912', '-307.286', '-0.599', '329.338', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16920602', 'Aw_ghrah', '914', '-504.728', '-0.582', '245.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16920603', 'Aw_ghrah', '914', '-336.642', '-0.579', '246.126', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920604', 'Aw_ghrah', '914', '-489.188', '-0.597', '468.245', '171'); -INSERT INTO `mob_spawn_points` VALUES ('16920605', 'Aw_ghrah', '914', '-326.892', '-0.589', '461.949', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16920606', 'Aw_aern', '912', '-499.184', '-3.560', '298.118', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16920607', 'Aern_s_Euvhi', '910', '-418.138', '-0.579', '276.082', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16920608', 'Aw_aern', '912', '-497.752', '-3.801', '293.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16920609', 'Aw_aern', '912', '-505.033', '-4.579', '426.579', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16920610', 'Aern_s_Elemental', '909', '-593.929', '4.500', '436.190', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16920611', 'Aw_aern', '912', '-487.695', '-0.774', '427.142', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16920612', 'Aw_aern', '912', '-339.114', '-4.185', '428.657', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16920613', 'Aw_aern', '912', '-332.157', '-4.856', '413.972', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16920614', 'Aw_aern', '912', '-345.665', '-4.593', '307.345', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16920615', 'Aw_aern', '912', '-343.505', '-3.000', '294.098', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16920616', 'Aw_ghrah', '914', '-460.326', '-0.599', '307.020', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16920617', 'Aw_ghrah', '914', '-498.997', '-0.539', '343.077', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16920618', 'Aw_ghrah', '914', '-506.674', '-0.599', '380.256', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16920619', 'Aw_ghrah', '914', '-462.836', '-0.599', '417.660', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920620', 'Aw_ghrah', '914', '-538.530', '-0.599', '425.427', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16920621', 'Aw_ghrah', '914', '-382.342', '-0.598', '422.991', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16920622', 'Aw_ghrah', '914', '-296.895', '-0.598', '417.378', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16920623', 'Aw_ghrah', '914', '-378.367', '-0.599', '342.681', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16920624', 'Aw_ghrah', '914', '-338.803', '-0.599', '382.425', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16920625', 'Aw_ghrah', '914', '-343.272', '-0.600', '339.849', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16920626', 'Aw_ghrah', '914', '-500.491', '-6.599', '366.498', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920627', 'Aw_ghrah', '914', '-340.497', '-6.504', '361.467', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920628', 'Aw_euvhi', '913', '-547.000', '1.500', '293.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920629', 'Aw_euvhi', '913', '-548.432', '1.399', '300.749', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16920630', 'Aw_ghrah', '914', '-547.818', '1.401', '300.438', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16920631', 'Aw_euvhi', '913', '-547.000', '1.500', '467.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920632', 'Aw_euvhi', '913', '-547.040', '-0.291', '450.548', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16920633', 'Aw_ghrah', '914', '-551.824', '1.444', '456.408', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16920634', 'Aw_euvhi', '913', '-467.000', '1.500', '507.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920635', 'Aw_euvhi', '913', '-463.362', '1.394', '507.511', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16920636', 'Aw_ghrah', '914', '-466.225', '-0.314', '490.800', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16920637', 'Aw_euvhi', '913', '-373.000', '1.500', '507.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920638', 'Aw_euvhi', '913', '-384.016', '0.648', '506.646', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920639', 'Aw_ghrah', '914', '-382.987', '0.702', '507.466', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16920640', 'Aw_euvhi', '913', '-293.000', '1.500', '467.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920641', 'Aw_euvhi', '913', '-285.436', '1.399', '455.968', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16920642', 'Aw_ghrah', '914', '-299.379', '1.443', '470.836', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16920643', 'Aw_euvhi', '913', '-293.000', '1.500', '293.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920644', 'Aw_euvhi', '913', '-286.113', '1.399', '301.312', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16920645', 'Aw_ghrah', '914', '-293.606', '1.400', '293.941', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16920646', 'Aw_aern', '912', '-565.475', '3.429', '225.344', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16920647', 'Aw_aern', '912', '-572.602', '3.400', '250.923', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16920648', 'Aw_aern', '912', '-560.618', '4.400', '238.588', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16920649', 'Aern_s_Elemental', '909', '-565.458', '4.500', '246.404', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16920650', 'Aw_ghrah', '914', '-580.375', '-0.549', '176.519', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16920651', 'Aw_aern', '912', '-592.210', '3.400', '456.318', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16920652', 'Aw_aern', '912', '-584.828', '3.400', '439.509', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16920653', 'Aw_aern', '912', '-608.558', '3.414', '424.864', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16920654', 'Aw_ghrah', '914', '-647.097', '-0.529', '460.204', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920655', 'Aw_aern', '912', '-428.841', '5.400', '530.952', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16920656', 'Aw_aern', '912', '-413.601', '5.400', '590.178', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16920657', 'Aw_aern', '912', '-427.387', '5.400', '579.235', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16920658', 'Aern_s_Euvhi', '910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920659', 'Aw_ghrah', '914', '-420.617', '-0.549', '623.350', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920660', 'Aw_aern', '912', '-232.885', '4.399', '439.697', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16920661', 'Aw_aern', '912', '-238.990', '4.409', '447.597', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16920662', 'Aw_aern', '912', '-235.860', '4.402', '437.321', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16920663', 'Aern_s_Wynav', '911', '-228.985', '4.131', '450.995', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16920664', 'Aw_ghrah', '914', '-183.206', '-0.545', '458.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16920665', 'Aw_aern', '912', '-271.243', '4.445', '231.240', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16920666', 'Aw_aern', '912', '-286.324', '3.400', '223.187', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920667', 'Aw_aern', '912', '-271.153', '4.445', '231.735', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16920668', 'Aw_ghrah', '914', '-259.459', '-0.545', '175.219', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920669', 'Aw_zdei', '915', '-580.000', '-0.500', '140.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16920670', 'Aw_ghrah', '914', '-539.873', '-0.599', '133.373', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16920671', 'Aw_euvhi', '913', '-533.000', '1.500', '147.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920672', 'Aw_euvhi', '913', '-536.009', '1.399', '151.768', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16920673', 'Aw_ghrah', '914', '-541.239', '-0.595', '61.221', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920674', 'Aw_euvhi', '913', '-533.000', '1.500', '53.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920675', 'Aw_euvhi', '913', '-532.485', '1.399', '51.917', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16920676', 'Aw_ghrah', '914', '-618.402', '-0.599', '67.211', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16920677', 'Aw_euvhi', '913', '-627.000', '1.500', '53.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920678', 'Aw_euvhi', '913', '-617.518', '1.399', '53.591', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920679', 'Aw_ghrah', '914', '-611.827', '-0.599', '140.404', '109'); -INSERT INTO `mob_spawn_points` VALUES ('16920680', 'Aw_euvhi', '913', '-627.000', '1.500', '147.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920681', 'Aw_euvhi', '913', '-627.370', '1.003', '137.211', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920682', 'Aw_ghrah', '914', '-533.356', '-0.587', '91.805', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16920683', 'Aw_ghrah', '914', '-633.916', '-0.599', '101.540', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16920684', 'Aw_zdei', '915', '-552.000', '-0.500', '128.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16920685', 'Aw_zdei', '915', '-552.000', '-0.500', '72.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920686', 'Aw_zdei', '915', '-608.000', '-0.500', '72.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16920687', 'Aw_zdei', '915', '-608.000', '-0.500', '128.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920688', 'Aw_zdei', '915', '-700.000', '-0.500', '460.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16920689', 'Aw_ghrah', '914', '-712.238', '-0.599', '419.144', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16920690', 'Aw_euvhi', '913', '-693.000', '1.500', '413.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920691', 'Aw_euvhi', '913', '-702.478', '1.399', '411.930', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16920692', 'Aw_ghrah', '914', '-778.945', '-0.599', '419.964', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920693', 'Aw_euvhi', '913', '-787.000', '1.500', '413.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920694', 'Aw_euvhi', '913', '-786.057', '1.399', '410.173', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16920695', 'Aw_ghrah', '914', '-769.289', '-0.599', '499.216', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16920696', 'Aw_euvhi', '913', '-787.000', '1.500', '507.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920697', 'Aw_euvhi', '913', '-788.453', '1.399', '501.722', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16920698', 'Aw_ghrah', '914', '-710.532', '-0.595', '499.309', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16920699', 'Aw_euvhi', '913', '-693.000', '1.500', '507.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920700', 'Aw_euvhi', '913', '-692.238', '1.390', '497.736', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16920701', 'Aw_ghrah', '914', '-748.916', '-0.599', '411.822', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16920702', 'Aw_ghrah', '914', '-770.663', '-0.599', '464.144', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16920703', 'Aw_zdei', '915', '-768.000', '-0.500', '432.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16920704', 'Aw_zdei', '915', '-712.000', '-0.500', '432.000', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16920705', 'Aw_zdei', '915', '-712.000', '-0.500', '488.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16920706', 'Aw_zdei', '915', '-768.000', '-0.500', '488.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920707', 'Aw_zdei', '915', '-420.000', '-0.500', '660.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16920708', 'Aw_ghrah', '914', '-453.101', '-0.571', '661.764', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16920709', 'Aw_euvhi', '913', '-467.000', '1.500', '653.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920710', 'Aw_euvhi', '913', '-455.640', '1.399', '648.065', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16920711', 'Aw_ghrah', '914', '-453.807', '-0.570', '740.228', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16920712', 'Aw_euvhi', '913', '-467.000', '1.500', '747.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920713', 'Aw_euvhi', '913', '-462.504', '1.391', '753.460', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16920714', 'Aw_ghrah', '914', '-381.516', '-0.598', '738.419', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16920715', 'Aw_euvhi', '913', '-373.000', '1.500', '747.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920716', 'Aw_euvhi', '913', '-381.933', '1.399', '753.926', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16920717', 'Aw_ghrah', '914', '-391.405', '-0.599', '660.393', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16920718', 'Aw_euvhi', '913', '-373.000', '1.500', '653.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920719', 'Aw_euvhi', '913', '-374.473', '1.396', '661.219', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16920720', 'Aw_ghrah', '914', '-469.672', '-0.598', '704.744', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16920721', 'Aw_ghrah', '914', '-424.204', '-0.596', '731.651', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16920722', 'Aw_zdei', '915', '-448.000', '-0.500', '728.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16920723', 'Aw_zdei', '915', '-448.000', '-0.500', '672.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16920724', 'Aw_zdei', '915', '-392.000', '-0.500', '672.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16920725', 'Aw_zdei', '915', '-392.000', '-0.500', '728.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16920726', 'Aw_zdei', '915', '-140.000', '-0.500', '460.000', '148'); -INSERT INTO `mob_spawn_points` VALUES ('16920727', 'Aw_ghrah', '914', '-139.511', '-0.590', '495.742', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16920728', 'Aw_euvhi', '913', '-147.000', '1.500', '507.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920729', 'Aw_euvhi', '913', '-149.779', '1.377', '501.621', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16920730', 'Aw_ghrah', '914', '-68.218', '-0.598', '498.553', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16920731', 'Aw_euvhi', '913', '-53.000', '1.500', '507.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920732', 'Aw_euvhi', '913', '-59.956', '1.399', '506.553', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16920733', 'Aw_ghrah', '914', '-59.675', '-0.578', '421.131', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16920734', 'Aw_euvhi', '913', '-53.000', '1.500', '413.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920735', 'Aw_euvhi', '913', '-62.912', '1.400', '406.322', '117'); -INSERT INTO `mob_spawn_points` VALUES ('16920736', 'Aw_ghrah', '914', '-132.637', '-0.572', '420.842', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16920737', 'Aw_euvhi', '913', '-147.000', '1.500', '413.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920738', 'Aw_euvhi', '913', '-151.258', '1.399', '420.708', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16920739', 'Aw_ghrah', '914', '-88.265', '-0.599', '507.994', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16920740', 'Aw_ghrah', '914', '-66.876', '-0.594', '465.531', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16920741', 'Aw_zdei', '915', '-128.000', '-0.500', '488.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920742', 'Aw_zdei', '915', '-72.000', '-0.500', '488.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920743', 'Aw_zdei', '915', '-72.000', '-0.500', '432.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16920744', 'Aw_zdei', '915', '-128.000', '-0.500', '432.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16920745', 'Aw_zdei', '915', '-260.000', '-0.500', '140.000', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16920746', 'Aw_ghrah', '914', '-221.488', '-0.599', '134.422', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16920747', 'Aw_euvhi', '913', '-213.000', '1.500', '147.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920748', 'Aw_euvhi', '913', '-213.594', '0.061', '133.471', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16920749', 'Aw_ghrah', '914', '-220.493', '-0.599', '71.725', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16920750', 'Aw_euvhi', '913', '-213.000', '1.500', '53.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920751', 'Aw_euvhi', '913', '-222.663', '1.399', '53.311', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920752', 'Aw_ghrah', '914', '-299.107', '-0.599', '60.871', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16920753', 'Aw_euvhi', '913', '-307.000', '1.500', '53.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920754', 'Aw_euvhi', '913', '-298.992', '1.399', '51.616', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16920755', 'Aw_ghrah', '914', '-300.095', '-0.599', '136.103', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16920756', 'Aw_euvhi', '913', '-307.000', '1.500', '147.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920757', 'Aw_euvhi', '913', '-312.144', '1.383', '141.022', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16920758', 'Aw_ghrah', '914', '-212.725', '-0.599', '100.067', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16920759', 'Aw_ghrah', '914', '-262.191', '-0.595', '65.998', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16920760', 'Aw_zdei', '915', '-232.000', '-0.500', '128.000', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16920761', 'Aw_zdei', '915', '-232.000', '-0.500', '72.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920762', 'Aw_zdei', '915', '-288.000', '-0.500', '72.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920763', 'Aw_zdei', '915', '-288.000', '-0.500', '128.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920764', 'Qn_zdei', '927', '-429.000', '-1.000', '-373.000', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16920765', 'Qn_zdei', '927', '-411.000', '-1.000', '-373.000', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16920766', 'Qn_zdei', '927', '-429.000', '-1.000', '-387.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16920767', 'Qn_zdei', '927', '-411.000', '-1.000', '-387.000', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16920768', 'Aw_aern', '912', '-420.312', '-3.654', '-460.286', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16920769', 'Aw_aern', '912', '-417.416', '-3.556', '-460.041', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16920770', 'Aw_aern', '912', '-425.464', '-2.964', '-455.729', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16920771', 'Aw_aern', '912', '-492.350', '-3.399', '-460.640', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16920772', 'Aw_aern', '912', '-505.800', '-6.338', '-470.415', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16920773', 'Aw_aern', '912', '-486.890', '-6.595', '-457.648', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16920774', 'Aw_aern', '912', '-333.968', '-3.607', '-459.017', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16920775', 'Aw_aern', '912', '-346.391', '-2.505', '-452.703', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16920776', 'Aw_aern', '912', '-333.169', '-3.887', '-457.433', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16920777', 'Aw_aern', '912', '-532.995', '3.500', '-506.245', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920778', 'Aw_aern', '912', '-532.986', '3.680', '-505.017', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16920779', 'Aw_aern', '912', '-543.676', '0.036', '-498.230', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16920780', 'Aern_s_Euvhi', '910', '-537.314', '2.842', '-501.968', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16920781', 'Aw_aern', '912', '-514.866', '4.500', '-362.770', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16920782', 'Aw_aern', '912', '-499.933', '1.352', '-380.886', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16920783', 'Aw_aern', '912', '-524.369', '4.399', '-362.952', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16920784', 'Aern_s_Wynav', '911', '-499.750', '2.309', '-379.131', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16920785', 'Aw_aern', '912', '-302.937', '3.411', '-374.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16920786', 'Aw_aern', '912', '-296.189', '-0.030', '-381.328', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16920787', 'Aw_aern', '912', '-325.021', '4.399', '-363.585', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16920788', 'Aern_s_Elemental', '909', '-302.380', '3.500', '-370.701', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16920789', 'Aw_aern', '912', '-307.159', '3.379', '-501.486', '243'); -INSERT INTO `mob_spawn_points` VALUES ('16920790', 'Aw_aern', '912', '-321.046', '4.500', '-514.021', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16920791', 'Aw_aern', '912', '-296.017', '3.500', '-508.078', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16920792', 'Aw_ghrah', '914', '-467.884', '-0.600', '-507.205', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16920793', 'Aw_ghrah', '914', '-452.724', '-0.599', '-503.761', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16920794', 'Aw_ghrah', '914', '-502.685', '-0.593', '-407.392', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16920795', 'Aw_aern', '912', '-451.041', '-0.599', '-373.024', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16920796', 'Aw_aern', '912', '-469.833', '-0.600', '-378.931', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16920797', 'Aw_aern', '912', '-467.028', '-0.600', '-348.445', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16920798', 'Aw_aern', '912', '-451.191', '-0.600', '-348.206', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16920799', 'Aw_aern', '912', '-372.293', '-0.600', '-339.884', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16920800', 'Aw_aern', '912', '-388.516', '-0.600', '-342.930', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16920801', 'Aw_aern', '912', '-376.797', '-0.600', '-380.679', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920802', 'Aw_aern', '912', '-372.458', '-0.600', '-380.009', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16920803', 'Aw_ghrah', '914', '-332.706', '-0.599', '-408.921', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16920804', 'Aw_ghrah', '914', '-390.402', '-0.598', '-505.635', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16920805', 'Aw_ghrah', '914', '-383.599', '-0.599', '-498.066', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16920806', 'Aw_ghrah', '914', '-459.451', '-6.594', '-524.223', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16920807', 'Aw_ghrah', '914', '-528.077', '-6.599', '-462.764', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16920808', 'Aw_ghrah', '914', '-529.344', '-6.599', '-407.352', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16920809', 'Aw_ghrah', '914', '-488.110', '-0.585', '-411.422', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920810', 'Aw_zdei', '915', '-448.000', '-0.500', '-312.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16920811', 'Aw_zdei', '915', '-392.000', '-0.500', '-312.000', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16920812', 'Aw_ghrah', '914', '-353.395', '-0.599', '-430.252', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16920813', 'Aw_ghrah', '914', '-311.365', '-6.597', '-419.133', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16920814', 'Aw_ghrah', '914', '-312.603', '-6.599', '-451.001', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16920815', 'Aw_ghrah', '914', '-393.609', '-6.599', '-528.754', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920816', 'Aw_ghrah', '914', '-451.742', '-0.599', '-548.831', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16920817', 'Aw_ghrah', '914', '-550.827', '-0.500', '-449.812', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16920818', 'Aw_ghrah', '914', '-551.522', '-0.500', '-410.960', '105'); -INSERT INTO `mob_spawn_points` VALUES ('16920819', 'Aw_ghrah', '914', '-289.596', '-0.500', '-416.517', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16920820', 'Aw_ghrah', '914', '-294.084', '-0.500', '-472.323', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16920821', 'Aw_ghrah', '914', '-391.093', '-0.570', '-550.404', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16920822', 'Aw_euvhi', '913', '-467.000', '1.500', '-293.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920823', 'Aw_ghrah', '914', '-457.211', '-0.599', '-302.283', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16920824', 'Aw_euvhi', '913', '-373.000', '1.500', '-293.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920825', 'Aw_ghrah', '914', '-388.326', '-0.599', '-301.548', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16920826', 'Aw_zdei', '915', '-580.000', '-0.500', '-740.000', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16920827', 'Aw_euvhi', '913', '-617.043', '1.399', '-748.900', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16920828', 'Aw_euvhi', '913', '-610.577', '-0.384', '-747.911', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16920829', 'Aw_euvhi', '913', '-627.000', '1.500', '-747.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920830', 'Aw_euvhi', '913', '-615.473', '1.146', '-653.445', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16920831', 'Aw_euvhi', '913', '-625.770', '1.399', '-656.256', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16920832', 'Aw_euvhi', '913', '-627.000', '1.500', '-653.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920833', 'Aw_euvhi', '913', '-525.285', '1.388', '-664.470', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16920834', 'Aw_euvhi', '913', '-543.779', '1.399', '-646.128', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16920835', 'Aw_euvhi', '913', '-533.000', '1.500', '-653.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920836', 'Aw_euvhi', '913', '-539.564', '1.399', '-746.591', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16920837', 'Aw_euvhi', '913', '-538.699', '-0.598', '-727.993', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16920838', 'Aw_euvhi', '913', '-533.000', '1.500', '-747.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920839', 'Aw_ghrah', '914', '-627.517', '-0.599', '-705.942', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16920840', 'Aw_ghrah', '914', '-571.839', '-0.578', '-666.179', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920841', 'Aw_ghrah', '914', '-532.101', '-0.598', '-700.414', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16920842', 'Aw_zdei', '915', '-608.000', '-0.500', '-728.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16920843', 'Aw_zdei', '915', '-608.000', '-0.500', '-672.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('16920844', 'Aw_zdei', '915', '-552.000', '-0.500', '-672.000', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16920845', 'Aw_zdei', '915', '-552.000', '-0.500', '-728.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16920846', 'Aw_euvhi', '913', '-580.000', '-0.500', '-645.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16920847', 'Aw_zdei', '915', '-780.000', '-0.500', '-340.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16920848', 'Aw_euvhi', '913', '-793.093', '1.399', '-297.228', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16920849', 'Aw_euvhi', '913', '-793.470', '1.394', '-297.748', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16920850', 'Aw_euvhi', '913', '-787.000', '1.500', '-293.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920851', 'Aw_euvhi', '913', '-693.559', '-0.264', '-308.901', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16920852', 'Aw_euvhi', '913', '-701.768', '1.399', '-288.941', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16920853', 'Aw_euvhi', '913', '-693.000', '1.500', '-293.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920854', 'Aw_euvhi', '913', '-696.589', '1.399', '-392.340', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16920855', 'Aw_euvhi', '913', '-693.039', '-0.483', '-371.779', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16920856', 'Aw_euvhi', '913', '-693.000', '1.500', '-387.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920857', 'Aw_euvhi', '913', '-781.880', '1.399', '-393.034', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16920858', 'Aw_euvhi', '913', '-775.178', '0.651', '-388.060', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16920859', 'Aw_euvhi', '913', '-787.000', '1.500', '-387.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920860', 'Aw_ghrah', '914', '-743.657', '-0.597', '-293.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16920861', 'Aw_ghrah', '914', '-706.188', '-0.593', '-351.072', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16920862', 'Aw_ghrah', '914', '-728.239', '-0.565', '-388.122', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16920863', 'Aw_zdei', '915', '-768.000', '-0.500', '-312.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16920864', 'Aw_zdei', '915', '-712.000', '-0.500', '-312.000', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16920865', 'Aw_zdei', '915', '-712.000', '-0.500', '-368.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920866', 'Aw_zdei', '915', '-768.000', '-0.500', '-368.000', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16920867', 'Aw_euvhi', '913', '-685.000', '-0.500', '-340.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920868', 'Aw_zdei', '915', '-420.000', '-0.500', '-60.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16920869', 'Aw_euvhi', '913', '-378.254', '1.399', '-47.147', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16920870', 'Aw_euvhi', '913', '-388.895', '-0.510', '-51.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16920871', 'Aw_euvhi', '913', '-373.000', '1.500', '-53.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920872', 'Aw_euvhi', '913', '-371.965', '1.399', '-137.570', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16920873', 'Aw_euvhi', '913', '-373.121', '1.080', '-135.337', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16920874', 'Aw_euvhi', '913', '-373.000', '1.500', '-147.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920875', 'Aw_euvhi', '913', '-466.654', '1.359', '-146.865', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16920876', 'Aw_euvhi', '913', '-451.421', '-0.527', '-146.453', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16920877', 'Aw_euvhi', '913', '-467.000', '1.500', '-147.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920878', 'Aw_euvhi', '913', '-461.693', '-0.599', '-70.658', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16920879', 'Aw_euvhi', '913', '-463.402', '-0.599', '-71.297', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16920880', 'Aw_euvhi', '913', '-467.000', '1.500', '-53.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920881', 'Aw_ghrah', '914', '-469.078', '-0.584', '-111.078', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16920882', 'Aw_ghrah', '914', '-429.300', '-0.569', '-132.755', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16920883', 'Aw_ghrah', '914', '-373.624', '-0.597', '-92.850', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16920884', 'Aw_zdei', '915', '-392.000', '-0.500', '-72.000', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16920885', 'Aw_zdei', '915', '-392.000', '-0.500', '-128.000', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16920886', 'Aw_zdei', '915', '-448.000', '-0.500', '-128.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920887', 'Aw_zdei', '915', '-448.000', '-0.500', '-72.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16920888', 'Aw_euvhi', '913', '-420.000', '-0.500', '-155.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920889', 'Aw_zdei', '915', '-60.000', '-0.500', '-340.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16920890', 'Aw_euvhi', '913', '-46.491', '1.399', '-381.494', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16920891', 'Aw_euvhi', '913', '-58.599', '1.368', '-392.997', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16920892', 'Aw_euvhi', '913', '-53.000', '1.500', '-387.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920893', 'Aw_euvhi', '913', '-130.869', '-0.583', '-380.606', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16920894', 'Aw_euvhi', '913', '-141.500', '1.334', '-390.304', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16920895', 'Aw_euvhi', '913', '-147.000', '1.500', '-387.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920896', 'Aw_euvhi', '913', '-146.028', '1.040', '-303.716', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920897', 'Aw_euvhi', '913', '-145.074', '-0.585', '-309.761', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16920898', 'Aw_euvhi', '913', '-147.000', '1.500', '-293.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920899', 'Aw_euvhi', '913', '-68.202', '-0.436', '-292.255', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920900', 'Aw_euvhi', '913', '-55.981', '1.397', '-286.962', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16920901', 'Aw_euvhi', '913', '-53.000', '1.500', '-293.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920902', 'Aw_ghrah', '914', '-91.836', '-0.573', '-386.476', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920903', 'Aw_ghrah', '914', '-130.771', '-0.599', '-340.603', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16920904', 'Aw_ghrah', '914', '-97.599', '-0.594', '-289.866', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16920905', 'Aw_zdei', '915', '-72.000', '-0.500', '-368.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16920906', 'Aw_zdei', '915', '-128.000', '-0.500', '-368.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16920907', 'Aw_zdei', '915', '-128.000', '-0.500', '-312.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16920908', 'Aw_zdei', '915', '-72.000', '-0.500', '-312.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920909', 'Aw_euvhi', '913', '-155.000', '-0.500', '-340.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920910', 'Aw_zdei', '915', '-260.000', '-0.500', '-740.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16920911', 'Aw_euvhi', '913', '-314.666', '1.399', '-734.752', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16920912', 'Aw_euvhi', '913', '-302.095', '1.399', '-749.517', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16920913', 'Aw_euvhi', '913', '-307.000', '1.500', '-747.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16920914', 'Aw_euvhi', '913', '-308.934', '1.399', '-662.179', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16920915', 'Aw_euvhi', '913', '-300.549', '1.399', '-648.037', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920916', 'Aw_euvhi', '913', '-307.000', '1.500', '-653.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16920917', 'Aw_euvhi', '913', '-213.385', '-0.330', '-669.294', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16920918', 'Aw_euvhi', '913', '-223.927', '-0.599', '-662.169', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16920919', 'Aw_euvhi', '913', '-213.000', '1.500', '-653.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920920', 'Aw_euvhi', '913', '-215.266', '1.399', '-750.347', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16920921', 'Aw_euvhi', '913', '-212.833', '1.399', '-739.652', '198'); -INSERT INTO `mob_spawn_points` VALUES ('16920922', 'Aw_euvhi', '913', '-213.000', '1.500', '-747.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16920923', 'Aw_ghrah', '914', '-306.541', '-0.599', '-711.428', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16920924', 'Aw_ghrah', '914', '-250.991', '-0.599', '-668.875', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16920925', 'Aw_ghrah', '914', '-210.566', '-0.597', '-696.170', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16920926', 'Aw_zdei', '915', '-288.000', '-0.500', '-728.000', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16920927', 'Aw_zdei', '915', '-288.000', '-0.500', '-672.000', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16920928', 'Aw_zdei', '915', '-232.000', '-0.500', '-672.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('16920929', 'Aw_zdei', '915', '-232.000', '-0.500', '-728.000', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16920930', 'Aw_euvhi', '913', '-260.000', '-0.500', '-645.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16920931', 'Aw_zdei', '915', '236.000', '-6.500', '98.000', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16920932', 'Aw_zdei', '915', '236.000', '-6.500', '102.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920933', 'Aw_ghrah', '914', '225.943', '-0.599', '112.077', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16920934', 'Aw_zdei', '915', '284.000', '-6.100', '98.000', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16920935', 'Aw_zdei', '915', '284.000', '-6.500', '102.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16920936', 'Aw_ghrah', '914', '295.777', '-0.579', '112.669', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16920937', 'Aw_zdei', '915', '220.000', '-0.500', '60.000', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16920938', 'Aw_zdei', '915', '220.000', '-0.500', '140.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16920939', 'Aw_zdei', '915', '300.000', '-0.500', '140.000', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16920940', 'Aw_zdei', '915', '300.000', '-0.500', '60.000', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16920941', 'Aw_ghrah', '914', '263.954', '-0.599', '48.747', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920942', 'Aw_ghrah', '914', '268.732', '-0.599', '149.266', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16920943', 'Aw_ghrah', '914', '263.777', '-6.600', '72.129', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16920944', 'Aw_ghrah', '914', '258.738', '-6.599', '130.127', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16920945', 'Aw_zdei', '915', '208.000', '-0.500', '88.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920946', 'Aw_zdei', '915', '312.000', '-0.500', '112.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920947', 'Aw_zdei', '915', '98.000', '-6.100', '436.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16920948', 'Aw_zdei', '915', '102.000', '-6.500', '436.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16920949', 'Aw_ghrah', '914', '108.255', '-0.599', '422.319', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16920950', 'Aw_zdei', '915', '98.000', '-6.500', '484.000', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16920951', 'Aw_zdei', '915', '102.000', '-6.500', '484.000', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16920952', 'Aw_ghrah', '914', '90.898', '-0.599', '494.848', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16920953', 'Aw_zdei', '915', '60.000', '-0.500', '420.000', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16920954', 'Aw_zdei', '915', '60.000', '-0.500', '500.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16920955', 'Aw_zdei', '915', '140.000', '-0.500', '500.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16920956', 'Aw_zdei', '915', '140.000', '-0.500', '420.000', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16920957', 'Aw_ghrah', '914', '51.367', '-0.597', '468.402', '103'); -INSERT INTO `mob_spawn_points` VALUES ('16920958', 'Aw_ghrah', '914', '152.386', '-0.500', '450.120', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16920959', 'Aw_ghrah', '914', '73.170', '-6.600', '461.253', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16920960', 'Aw_ghrah', '914', '131.252', '-6.599', '472.227', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16920961', 'Aw_zdei', '915', '88.000', '-0.500', '408.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920962', 'Aw_zdei', '915', '88.000', '-0.500', '512.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16920963', 'Aw_zdei', '915', '396.000', '-6.500', '702.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920964', 'Aw_zdei', '915', '396.000', '-6.500', '698.000', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16920965', 'Aw_ghrah', '914', '385.689', '-0.599', '711.953', '212'); -INSERT INTO `mob_spawn_points` VALUES ('16920966', 'Aw_zdei', '915', '444.000', '-6.500', '702.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16920967', 'Aw_zdei', '915', '444.000', '-6.500', '698.000', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16920968', 'Aw_ghrah', '914', '454.669', '-0.572', '709.052', '4'); -INSERT INTO `mob_spawn_points` VALUES ('16920969', 'Aw_zdei', '915', '380.000', '-0.500', '660.000', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16920970', 'Aw_zdei', '915', '380.000', '-0.500', '740.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16920971', 'Aw_zdei', '915', '460.000', '-0.500', '740.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('16920972', 'Aw_zdei', '915', '460.000', '-0.500', '660.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('16920973', 'Aw_ghrah', '914', '414.718', '-0.588', '648.855', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16920974', 'Aw_ghrah', '914', '420.722', '-0.595', '752.968', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920975', 'Aw_ghrah', '914', '415.305', '-6.599', '672.063', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16920976', 'Aw_ghrah', '914', '411.416', '-6.599', '727.929', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16920977', 'Aw_zdei', '915', '368.000', '-0.500', '688.000', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16920978', 'Aw_zdei', '915', '472.000', '-0.500', '712.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16920979', 'Aw_zdei', '915', '738.000', '-6.500', '436.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16920980', 'Aw_zdei', '915', '742.000', '-6.500', '436.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16920981', 'Aw_ghrah', '914', '750.323', '-0.593', '427.621', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16920982', 'Aw_zdei', '915', '738.000', '-6.100', '484.000', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16920983', 'Aw_zdei', '915', '742.000', '-6.500', '484.000', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16920984', 'Aw_ghrah', '914', '730.006', '-0.599', '493.881', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920985', 'Aw_zdei', '915', '700.000', '-0.500', '420.000', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16920986', 'Aw_zdei', '915', '700.000', '-0.500', '500.000', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16920987', 'Aw_zdei', '915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920988', 'Aw_zdei', '915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16920989', 'Aw_ghrah', '914', '690.920', '-0.599', '450.259', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16920990', 'Aw_ghrah', '914', '794.087', '-0.577', '453.540', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16920991', 'Aw_ghrah', '914', '712.559', '-6.601', '464.088', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16920992', 'Aw_ghrah', '914', '768.601', '-6.600', '463.878', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16920993', 'Aw_zdei', '915', '752.000', '-0.500', '408.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16920994', 'Aw_zdei', '915', '752.000', '-0.500', '512.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16920995', 'Aw_zdei', '915', '556.000', '-6.100', '102.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16920996', 'Aw_zdei', '915', '556.000', '-6.500', '98.000', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16920997', 'Aw_ghrah', '914', '547.995', '-0.558', '110.124', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16920998', 'Aw_zdei', '915', '604.000', '-6.500', '102.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16920999', 'Aw_zdei', '915', '604.000', '-6.500', '98.000', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16921000', 'Aw_ghrah', '914', '612.323', '-0.599', '91.252', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16921001', 'Aw_zdei', '915', '540.000', '-0.500', '60.000', '184'); -INSERT INTO `mob_spawn_points` VALUES ('16921002', 'Aw_zdei', '915', '540.000', '-0.500', '140.000', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16921003', 'Aw_zdei', '915', '620.000', '-0.500', '140.000', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16921004', 'Aw_zdei', '915', '620.000', '-0.500', '60.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('16921005', 'Aw_ghrah', '914', '572.851', '-0.599', '48.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16921006', 'Aw_ghrah', '914', '584.180', '-0.600', '153.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16921007', 'Aw_ghrah', '914', '571.970', '-6.600', '72.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16921008', 'Aw_ghrah', '914', '583.715', '-6.599', '127.916', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16921009', 'Aw_zdei', '915', '632.000', '-0.500', '112.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16921010', 'Aw_zdei', '915', '528.000', '-0.500', '88.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16921011', 'Ix_zdei', '918', '418.132', '-0.500', '408.208', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16921012', 'Ix_zdei', '918', '419.841', '-0.500', '435.417', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16921013', 'Ix_zdei', '918', '419.199', '-0.500', '422.145', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16921014', 'Ix_zdei', '918', '417.910', '-0.500', '417.746', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16921015', 'Jailer_of_Fortitude', '920', '-434.100', '-0.500', '697.849', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16921016', 'Kf_ghrah_whm', '921', '-433.362', '-0.500', '700.028', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16921017', 'Kf_ghrah_blm', '922', '-406.510', '-0.500', '699.651', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16921018', 'Ix_aern_drk', '916', '-590.082', '-0.592', '110.876', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16921019', 'Qn_aern', '926', '-575.403', '3.500', '228.466', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16921020', 'Qn_aern', '926', '-548.878', '3.449', '253.894', '145'); -INSERT INTO `mob_spawn_points` VALUES ('16921021', 'Jailer_of_Faith', '919', '-272.831', '-0.500', '-703.309', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16921022', 'Ix_aern_drg', '917', '-347.931', '-0.500', '-377.922', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16921023', 'Aern_s_Wynav', '911', '-350.158', '-0.607', '-379.099', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16921024', 'Aern_s_Wynav', '911', '-347.785', '-0.379', '-380.105', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16921025', 'Aern_s_Wynav', '911', '-349.207', '-0.499', '-380.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16924673', 'Promathia', '0', '-530.459', '-120.500', '520.516', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16924674', 'Promathia', '0', '-529.753', '-120.500', '503.630', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16924675', 'Promathia', '0', '526.400', '-0.500', '544.765', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16924676', 'Promathia', '0', '525.205', '-0.499', '495.344', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16924677', 'Promathia', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16924678', 'Promathia', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16924679', 'Kam_lanaut', '0', '-518.190', '-120.500', '524.392', '173'); -INSERT INTO `mob_spawn_points` VALUES ('16924680', 'Eald_narche', '0', '-529.274', '-120.000', '516.185', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16924681', 'Kam_lanaut', '0', '511.559', '-0.500', '528.348', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16924682', 'Eald_narche', '0', '516.331', '-0.500', '518.179', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16924683', 'Kam_lanaut', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16924684', 'Eald narche', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16932868', 'FirBholg', '0', '-396.988', '-0.496', '-548.817', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16932869', 'FirBholg', '0', '-420.667', '-0.486', '-535.516', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16932870', 'FirBholg', '0', '-426.185', '-0.411', '-529.013', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16932871', 'FirBholg', '0', '-404.352', '-0.500', '-554.551', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16932872', 'FirBholg', '0', '-393.528', '-0.463', '-543.536', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16932873', 'FirBholg', '0', '-399.696', '-0.496', '-535.582', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16932874', 'FirBholg', '0', '-407.513', '-0.384', '-537.297', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16932875', 'FirBholg', '0', '-408.324', '-0.499', '-554.723', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16932876', 'FirBholg', '0', '-411.247', '-0.500', '-553.286', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16932877', 'FirBholg', '0', '-383.654', '-0.500', '-541.223', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16932881', 'Jidra', '0', '-188.651', '-0.500', '-613.478', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16932882', 'Jidra', '0', '-191.297', '-0.500', '-481.057', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16932883', 'Jidra', '0', '-218.947', '-0.500', '-420.081', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16932884', 'Jidra', '0', '-185.952', '-0.500', '-565.775', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16932885', 'Jidra', '0', '-105.521', '-0.500', '-575.232', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16932886', 'Jidra', '0', '-128.503', '-0.509', '-523.877', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16932887', 'Jidra', '0', '-118.119', '-0.491', '-475.240', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16932888', 'Jidra', '0', '-152.613', '-0.500', '-515.516', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16932889', 'Arboricole_Hornet', '0', '-179.879', '-0.500', '-476.623', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16932890', 'Arboricole_Raven', '0', '-211.035', '-0.500', '-426.522', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16932891', 'Arboricole_Opo-opo', '0', '-193.048', '-0.500', '-573.836', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16932892', 'Arboricole_Spider', '0', '-116.767', '-0.500', '-573.876', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16932893', 'Arboricole_Beetle', '0', '-142.143', '-0.500', '-525.237', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16932894', 'Arboricole_Crawler', '0', '-119.788', '-0.500', '-475.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16932895', 'Apollyon_Sapling', '0', '-155.530', '-0.500', '-532.987', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16932910', 'Air_Elemental', '0', '-527.376', '-0.500', '-337.286', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16932911', 'Dark_Elemental', '0', '-596.522', '0.000', '-369.874', '239'); -INSERT INTO `mob_spawn_points` VALUES ('16932912', 'Earth_Elemental', '0', '-513.697', '-0.506', '-327.875', '100'); -INSERT INTO `mob_spawn_points` VALUES ('16932913', 'Fire_Elemental', '0', '-513.739', '-0.500', '-328.219', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16932914', 'Ice_Elemental', '0', '-590.000', '0.000', '-372.000', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16932915', 'Light_Elemental', '0', '-516.007', '-0.438', '-336.163', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16932916', 'Water_Elemental', '0', '-522.596', '-0.500', '-335.072', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16932917', 'ThunderElement', '0', '-582.635', '-0.500', '-423.374', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16932918', 'Air_Elemental', '0', '-525.312', '-0.500', '-336.952', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16932919', 'Dark_Elemental', '0', '-585.000', '0.000', '-365.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16932920', 'Earth_Elemental', '0', '-524.413', '-0.500', '-332.393', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16932921', 'Fire_Elemental', '0', '-517.603', '-0.500', '-329.037', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16932922', 'Ice_Elemental', '0', '-595.000', '0.000', '-388.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16932923', 'Light_Elemental', '0', '-514.594', '-0.422', '-337.083', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16932924', 'Water_Elemental', '0', '-524.895', '-0.500', '-331.915', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16932925', 'ThunderElement', '0', '-583.478', '-0.500', '-415.835', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16932926', 'Air_Elemental', '0', '-525.352', '-0.500', '-338.655', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16932927', 'Dark_Elemental', '0', '-590.255', '0.000', '-366.051', '119'); -INSERT INTO `mob_spawn_points` VALUES ('16932928', 'Earth_Elemental', '0', '-522.288', '-0.500', '-329.750', '22'); -INSERT INTO `mob_spawn_points` VALUES ('16932929', 'Fire_Elemental', '0', '-505.132', '-0.500', '-318.336', '75'); -INSERT INTO `mob_spawn_points` VALUES ('16932930', 'Ice_Elemental', '0', '-595.000', '0.000', '-388.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16932931', 'Light_Elemental', '0', '-514.963', '-0.500', '-329.281', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16932932', 'Water_Elemental', '0', '-523.304', '-0.500', '-329.782', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16932933', 'Thunder_Elemental', '0', '-583.564', '-0.500', '-417.534', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16932937', 'Pluto', '0', '-483.404', '-0.500', '25.815', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16932938', 'Bardha', '0', '-423.538', '-0.500', '22.165', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16932939', 'Bardha', '0', '-417.520', '-0.500', '21.314', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16932940', 'Bardha', '0', '-494.544', '-0.500', '25.158', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16932941', 'Bardha', '0', '-489.120', '-0.500', '-11.164', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16932942', 'Bardha', '0', '-502.541', '-0.500', '30.053', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16932943', 'Bardha', '0', '-442.008', '-0.500', '-52.849', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16932944', 'Bardha', '0', '-424.761', '-0.500', '21.696', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16932950', 'Zlatorog', '0', '-358.583', '-0.481', '236.646', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16932951', 'Mountain_Buffalo', '0', '-294.339', '-0.500', '354.403', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16932952', 'Mountain_Buffalo', '0', '-340.282', '-0.816', '284.544', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16932953', 'Mountain_Buffalo', '0', '-329.818', '-0.500', '217.735', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16932954', 'Mountain_Buffalo', '0', '-327.324', '-0.500', '195.225', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16932955', 'Mountain_Buffalo', '0', '-318.440', '-0.500', '206.571', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16932956', 'Mountain_Buffalo', '0', '-352.216', '-0.859', '244.921', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16932957', 'Mountain_Buffalo', '0', '-335.081', '-0.500', '319.489', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16932963', 'Millenary_Mossback', '0', '-318.000', '-0.500', '595.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16932964', 'Apollyon_Scavenger', '0', '-243.891', '-0.500', '533.246', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16932965', 'Apollyon_Scavenger', '0', '-301.489', '-0.500', '498.404', '222'); -INSERT INTO `mob_spawn_points` VALUES ('16932966', 'Apollyon_Scavenger', '0', '-307.566', '-0.774', '542.412', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16932967', 'Apollyon_Scavenger', '0', '-336.161', '-0.611', '546.656', '223'); -INSERT INTO `mob_spawn_points` VALUES ('16932968', 'Apollyon_Scavenger', '0', '-308.599', '0.000', '575.052', '159'); -INSERT INTO `mob_spawn_points` VALUES ('16932969', 'Apollyon_Scavenger', '0', '-359.054', '-0.500', '512.131', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16932970', 'Apollyon_Scavenger', '0', '-352.104', '-0.500', '511.257', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16932976', 'Cynoprosopi', '0', '-603.724', '-0.726', '552.088', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16932977', 'Gorynich', '0', '-546.086', '-0.500', '544.469', '153'); -INSERT INTO `mob_spawn_points` VALUES ('16932978', 'Gorynich', '0', '-531.294', '-0.500', '521.829', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16932979', 'Gorynich', '0', '-624.687', '-0.500', '497.069', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16932980', 'Gorynich', '0', '-589.855', '-0.500', '511.147', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16932981', 'Gorynich', '0', '-536.150', '-0.500', '637.393', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16932985', 'Kaiser_Behemoth', '0', '-523.042', '-0.469', '280.802', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16932986', 'Kronprinz_Behemoth', '0', '-553.586', '-0.476', '183.457', '142'); -INSERT INTO `mob_spawn_points` VALUES ('16932987', 'Kronprinz_Behemoth', '0', '-542.243', '-0.466', '180.559', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16932988', 'Kronprinz_Behemoth', '0', '-545.215', '-0.454', '178.676', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16932992', 'Ghost_Clot', '0', '416.231', '-0.500', '-517.729', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16932993', 'Metalloid_Amoeba', '0', '442.679', '-0.500', '-590.150', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16932994', 'Metalloid_Amoeba', '0', '460.108', '-0.500', '-610.478', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16932995', 'Metalloid_Amoeba', '0', '386.693', '-0.500', '-552.865', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16932996', 'Metalloid_Amoeba', '0', '426.747', '-0.500', '-506.603', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16932997', 'Metalloid_Amoeba', '0', '437.930', '-0.500', '-563.140', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16932998', 'Metalloid_Amoeba', '0', '438.841', '-0.582', '-576.316', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16932999', 'Metalloid_Amoeba', '0', '370.087', '-0.500', '-554.406', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16933000', 'Metalloid_Amoeba', '0', '369.594', '-0.500', '-558.288', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16933001', 'Metalloid_Amoeba', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933002', 'Metalloid_Amoeba', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933006', 'Tieholtsodi', '0', '149.879', '0.000', '-511.197', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16933007', 'Adamantshell', '0', '176.428', '-0.529', '-532.477', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16933008', 'Adamantshell', '0', '185.961', '-0.500', '-519.646', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16933009', 'Adamantshell', '0', '172.945', '-0.500', '-510.277', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16933010', 'Adamantshell', '0', '177.989', '-0.500', '-571.156', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16933011', 'Adamantshell', '0', '177.559', '-0.500', '-575.400', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16933012', 'Adamantshell', '0', '179.401', '-0.185', '-443.616', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16933013', 'Adamantshell', '0', '181.178', '-0.046', '-446.372', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16933014', 'Adamantshell', '0', '171.873', '-0.506', '-506.756', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16933015', 'Adamantshell', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933016', 'Adamantshell', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933020', 'Grave_Digger', '0', '288.290', '-0.500', '-282.002', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16933021', 'Inhumer', '0', '399.021', '-0.500', '-359.661', '95'); -INSERT INTO `mob_spawn_points` VALUES ('16933022', 'Inhumer', '0', '369.667', '-0.500', '-331.554', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16933023', 'Inhumer', '0', '385.610', '-0.500', '-344.221', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16933024', 'Inhumer', '0', '387.920', '-0.500', '-346.788', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16933025', 'Inhumer', '0', '363.561', '-0.500', '-327.410', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16933026', 'Inhumer', '0', '365.054', '-0.500', '-315.842', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16933027', 'Inhumer', '0', '389.151', '-0.500', '-345.362', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16933028', 'Inhumer', '0', '393.045', '-0.500', '-353.061', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16933029', 'Inhumer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933030', 'Inhumer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933032', 'Evil_Armory', '0', '516.519', '-1.000', '-319.486', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16933033', 'Flying_Spear', '0', '498.166', '-0.500', '-303.294', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16933034', 'Flying_Spear', '0', '563.272', '-0.543', '-341.100', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16933035', 'Flying_Spear', '0', '619.837', '-0.500', '-335.944', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16933036', 'Flying_Spear', '0', '591.278', '-0.500', '-389.078', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16933037', 'Flying_Spear', '0', '542.576', '-0.500', '-367.419', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16933038', 'Flying_Spear', '0', '583.014', '-0.500', '-354.473', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16933039', 'Flying_Spear', '0', '611.096', '-0.500', '-373.520', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16933040', 'Flying_Spear', '0', '583.444', '-0.500', '-362.715', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16933044', 'Goobbue_Harvestet', '0', '419.807', '-0.500', '40.291', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16933045', 'Barometz', '0', '444.923', '-0.500', '-39.620', '150'); -INSERT INTO `mob_spawn_points` VALUES ('16933046', 'Borametz', '0', '445.406', '-0.500', '53.342', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16933047', 'Barometz', '0', '465.325', '-0.500', '3.318', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16933048', 'Borametz', '0', '430.229', '-0.500', '1.900', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16933049', 'Barometz', '0', '455.138', '-0.500', '-36.295', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16933050', 'Borametz', '0', '483.768', '-0.500', '31.777', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16933051', 'Barometz', '0', '458.221', '-0.500', '-34.967', '238'); -INSERT INTO `mob_spawn_points` VALUES ('16933052', 'Borametz', '0', '486.436', '-0.500', '38.185', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16933055', 'Barometz', '0', '462.853', '-0.500', '-27.454', '115'); -INSERT INTO `mob_spawn_points` VALUES ('16933056', 'Borametz', '0', '412.058', '-0.500', '45.077', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16933057', 'Barometz', '0', '456.842', '-0.500', '-25.991', '123'); -INSERT INTO `mob_spawn_points` VALUES ('16933058', 'Borametz', '0', '414.341', '-0.500', '42.908', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16933062', 'Thiazi', '0', '316.000', '-0.500', '359.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16933063', 'Thiazi', '0', '367.000', '-0.500', '321.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16933064', 'Bialozar', '0', '405.000', '-0.500', '280.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16933065', 'Bialozar', '0', '335.523', '-0.500', '236.009', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16933066', 'Cornu', '0', '319.000', '-0.500', '359.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16933067', 'Cornu', '0', '313.000', '-0.500', '359.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16933068', 'Cornu', '0', '370.000', '-0.500', '321.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16933069', 'Cornu', '0', '364.000', '-0.559', '321.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16933070', 'Sirin', '0', '364.348', '-0.500', '284.072', '242'); -INSERT INTO `mob_spawn_points` VALUES ('16933071', 'Sirin', '0', '367.406', '-0.500', '276.263', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16933072', 'Sirin', '0', '314.675', '-0.500', '216.800', '48'); -INSERT INTO `mob_spawn_points` VALUES ('16933073', 'Sirin', '0', '317.286', '-0.500', '212.491', '122'); -INSERT INTO `mob_spawn_points` VALUES ('16933081', 'Apollyon_Sweeper', '0', '317.825', '-0.444', '487.696', '237'); -INSERT INTO `mob_spawn_points` VALUES ('16933082', 'Apollyon_Cleaner', '0', '301.845', '-0.445', '550.428', '197'); -INSERT INTO `mob_spawn_points` VALUES ('16933083', 'Apollyon_Cleaner', '0', '300.287', '-0.499', '540.540', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16933084', 'Apollyon_Cleaner', '0', '303.966', '-0.380', '521.720', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16933085', 'Apollyon_Cleaner', '0', '294.664', '-0.499', '555.455', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16933086', 'Apollyon_Sweeper', '0', '326.550', '-0.474', '542.858', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16933087', 'Apollyon_Cleaner', '0', '312.713', '-0.406', '594.577', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16933088', 'Apollyon_Cleaner', '0', '327.726', '-0.499', '591.391', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16933089', 'Apollyon_Cleaner', '0', '333.459', '-0.500', '565.051', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933090', 'Apollyon_Cleaner', '0', '337.937', '-0.500', '559.812', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16933091', 'Apollyon_Sweeper', '0', '321.294', '-0.500', '490.523', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16933092', 'Apollyon_Cleaner', '0', '325.514', '-0.500', '502.881', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16933093', 'Apollyon_Cleaner', '0', '339.300', '-0.500', '518.345', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16933094', 'Apollyon_Cleaner', '0', '361.428', '-0.391', '540.602', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16933095', 'Apollyon_Cleaner', '0', '333.445', '-0.500', '516.713', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16933099', 'Hyperion', '0', '551.942', '-0.500', '619.478', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16933100', 'Okeanos', '0', '560.385', '-0.499', '585.433', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16933101', 'Cronos', '0', '509.713', '-0.500', '645.516', '208'); -INSERT INTO `mob_spawn_points` VALUES ('16933102', 'Kerkopes', '0', '583.405', '-0.499', '540.242', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16933103', 'Kerkopes', '0', '576.942', '-0.480', '586.207', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16933104', 'Kerkopes', '0', '587.429', '-0.500', '593.418', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16933105', 'Kerkopes', '0', '571.751', '-0.481', '554.473', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16933106', 'Kerkopes', '0', '568.912', '-0.500', '583.597', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16933107', 'Kerkopes', '0', '595.427', '-0.486', '540.516', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16933108', 'Kerkopes', '0', '599.645', '-0.500', '594.747', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16933109', 'Kerkopes', '0', '591.129', '-0.483', '602.821', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16933113', 'Criosphinx', '0', '532.886', '-0.500', '328.844', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16933114', 'Hieracosphinx', '0', '565.000', '-0.500', '347.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16933115', 'Troglodyte_Dhalmel', '0', '557.856', '-0.500', '226.776', '211'); -INSERT INTO `mob_spawn_points` VALUES ('16933116', 'Troglodyte_Dhalmel', '0', '559.136', '-0.500', '227.692', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16933117', 'Troglodyte_Dhalmel', '0', '558.508', '-0.500', '229.798', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16933118', 'Troglodyte_Dhalmel', '0', '555.551', '-0.500', '223.357', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16933119', 'Troglodyte_Dhalmel', '0', '578.299', '-0.500', '228.391', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16933120', 'Troglodyte_Dhalmel', '0', '593.756', '-0.500', '279.373', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16933121', 'Troglodyte_Dhalmel', '0', '563.367', '-0.500', '228.131', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16933122', 'Troglodyte_Dhalmel', '0', '589.718', '-0.500', '273.523', '209'); -INSERT INTO `mob_spawn_points` VALUES ('16933124', 'Proto-Omega', '0', '12.377', '-0.500', '167.199', '50'); -INSERT INTO `mob_spawn_points` VALUES ('16933125', 'Gunpod', '0', '7.943', '-0.358', '159.710', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16933129', 'Carnagechief_Jackbodokk', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933130', 'Grognard_Mesmerizer', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933131', 'Grognard_Neckchopper', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933132', 'GrognardFootso', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933133', 'GrognardGrappl', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933134', 'GrognardPredat', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933135', 'GrognardImpale', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933136', 'Orc sWyvern', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933137', 'Na QbaChirurge', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933138', 'StarRubyQuada', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933139', 'WootzQuadav', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933140', 'FossilQuadav', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933141', 'StarSapphireQ', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933142', 'WhitegoldQuada', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933143', 'LightsteelQuad', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933144', 'DeeWapatheDe', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933145', 'Yagudo sElemen', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933146', 'Yagudo sAvatar', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933147', 'YagudoArchprie', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933148', 'YagudoKnightT', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933149', 'YagudoDiscipli', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933150', 'YagudoPrelates', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933151', 'YagudoKapellme', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933152', 'YagudoEradicat', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933159', 'SentinelColumn', '0', '-597.500', '-2.000', '-602.500', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16933160', 'SentinelColumn', '0', '597.500', '-2.000', '-602.500', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16973825', 'Mamool_Ja_Sapper', '1546', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973826', 'Mamool_Ja_Hospitaler', '1543', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973827', 'Mamool_Ja_Fetial', '1541', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973828', 'Mamool_Ja_Spotter', '1547', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973829', 'Mamool_Ja_Handler', '1542', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973830', 'Mamool_Ja_Lizard', '1548', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973831', 'Mamool_Ja_Cataphract', '1539', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973832', 'Mamool_Ja_Wyvern', '1549', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973833', 'Mamool_Ja_Entrancer', '1540', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973834', 'Mamool_Ja_Sapper', '1546', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973835', 'Mamool_Ja_Hospitaler', '1543', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973836', 'Mamool_Ja_Fetial', '1541', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973837', 'Mamool_Ja_Spotter', '1547', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973838', 'Mamool_Ja_Handler', '1542', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973839', 'Mamool_Ja_Lizard', '1548', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973840', 'Mamool_Ja_Cataphract', '1539', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973841', 'Mamool_Ja_Wyvern', '1549', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973842', 'Mamool_Ja_Entrancer', '1540', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973843', 'Mamool_Ja_Sapper', '1546', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973844', 'Mamool_Ja_Hospitaler', '1543', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973845', 'Mamool_Ja_Fetial', '1541', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973846', 'Mamool_Ja_Spotter', '1547', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973847', 'Mamool_Ja_Handler', '1542', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973848', 'Mamool_Ja_Lizard', '1548', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973849', 'Mamool_Ja_Cataphract', '1539', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973850', 'Mamool_Ja_Wyvern', '1549', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973851', 'Mamool_Ja_Entrancer', '1540', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973852', 'Scout_Puk', '1569', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973853', 'Scout_Puk', '1569', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973854', 'Scout_Puk', '1569', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973855', 'Scout_Puk', '1569', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973856', 'Scout_Puk', '1569', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973857', 'Raid_Raptor', '1566', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973858', 'Raid_Raptor', '1566', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973859', 'Raid_Raptor', '1566', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973860', 'Raid_Raptor', '1566', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973861', 'Raid_Raptor', '1566', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973862', 'Attack_Ziz', '1490', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973863', 'Attack_Ziz', '1490', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973864', 'Attack_Ziz', '1490', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973865', 'Attack_Ziz', '1490', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973866', 'Attack_Ziz', '1490', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973867', 'Battering_Bugard', '1491', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973868', 'Battering_Bugard', '1491', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973869', 'Battering_Bugard', '1491', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973870', 'Battering_Bugard', '1491', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973871', 'Battering_Bugard', '1491', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973872', 'War_Wyvern', '1593', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973873', 'War_Wyvern', '1593', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973874', 'War_Wyvern', '1593', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973875', 'War_Wyvern', '1593', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973876', 'War_Wyvern', '1593', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973877', 'Poroggo_Charmer', '1560', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973878', 'Poroggo_Charmer', '1560', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973879', 'Poroggo_Charmer', '1560', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973880', 'Poroggo_Charmer', '1560', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973881', 'Poroggo_Charmer', '1560', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973882', 'Phantasmal_Puk', '1558', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973883', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973884', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973885', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973886', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973887', 'Phantasmal_Puk', '1558', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973888', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973889', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973890', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973891', 'Dive-Puk', '1501', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973892', 'Fleetfingered_Mobel_Ja', '1507', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973893', 'Mamool_Ja_Ravager', '1545', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973894', 'Mamool_Ja_Ravager', '1545', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973895', 'Mamool_Ja_Ravager', '1545', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973896', 'Brontobugard', '1495', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973897', 'Bull_Bugard', '1496', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973898', 'Bull_Bugard', '1496', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973899', 'Bull_Bugard', '1496', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973900', 'Gulool_Ja_Ja', '1517', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973901', 'Illuyankas', '1520', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973902', 'Decimator_Mabel_Ja', '1500', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973903', 'Thunderclap_Sareel_Ja', '1576', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973904', 'Thunderbolt_Piraal_Ja', '1575', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973905', 'Panurgic_Ryubool_Ja', '1557', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973906', 'Sagelord_Molaal_Ja', '1567', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973907', 'Strifelord_Bakool_Ja', '1573', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973908', 'Mamool_Ja_Wyvern', '1549', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973909', 'Mamool_Ja_Wyvern', '1549', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973910', 'Mamool_Ja_Wyvern', '1549', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973911', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973912', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973913', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973914', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973915', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973916', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973917', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973918', 'Eidolic_Qufeel_Ja', '1503', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973919', 'Searing_Vogaal_Ja', '1570', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973920', 'Scalding_Fafool_Ja', '1568', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973921', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973922', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973923', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973924', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973925', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973926', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973927', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973928', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973929', 'Mamool_Ja_Hussar', '1544', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973930', 'Troll_Paviser', '1581', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973931', 'Troll_Stormer', '1584', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973932', 'Troll_Hoplite', '1580', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973933', 'Troll_Pezhetairoi', '1582', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973934', 'Troll_Cannoneer', '1577', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973935', 'Troll_Velites', '1586', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973936', 'Troll_Speculator', '1583', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973937', 'Troll_Automaton', '1585', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973938', 'Troll_Paviser', '1581', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973939', 'Troll_Stormer', '1584', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973940', 'Troll_Hoplite', '1580', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973941', 'Troll_Pezhetairoi', '1582', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973942', 'Troll_Cannoneer', '1577', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973943', 'Troll_Velites', '1586', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973944', 'Troll_Speculator', '1583', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973945', 'Troll_Automaton', '1585', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973946', 'Troll_Paviser', '1581', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973947', 'Troll_Stormer', '1584', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973948', 'Troll_Hoplite', '1580', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973949', 'Troll_Pezhetairoi', '1582', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973950', 'Troll_Cannoneer', '1577', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973951', 'Troll_Velites', '1586', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973952', 'Troll_Speculator', '1583', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973953', 'Troll_Automaton', '1585', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973954', 'Flame_Eruca', '1506', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973955', 'Flame_Eruca', '1506', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973956', 'Flame_Eruca', '1506', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973957', 'Flame_Eruca', '1506', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973958', 'Flame_Eruca', '1506', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973959', 'War_Wamouracampa', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973960', 'War_Wamouracampa', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973961', 'War_Wamouracampa', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973962', 'War_Wamouracampa', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973963', 'War_Wamouracampa', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973964', 'Incendiary_Bombs', '1523', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973965', 'Incendiary_Bombs', '1523', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973966', 'Incendiary_Bombs', '1523', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973967', 'Incendiary_Bombs', '1523', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973968', 'Incendiary_Bombs', '1523', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973969', 'Fighting_Flan', '1505', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973970', 'Fighting_Flan', '1505', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973971', 'Fighting_Flan', '1505', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973972', 'Fighting_Flan', '1505', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973973', 'Fighting_Flan', '1505', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973974', 'Siege_Scorpion', '1571', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973975', 'Siege_Scorpion', '1571', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973976', 'Siege_Scorpion', '1571', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973977', 'Siege_Scorpion', '1571', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973978', 'Siege_Scorpion', '1571', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973979', 'War_Wamoura', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973980', 'War_Wamoura', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973981', 'War_Wamoura', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973982', 'War_Wamoura', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973983', 'War_Wamoura', '1592', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973984', 'Aerial_Torpedo', '1487', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973985', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973986', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973987', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973988', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973989', 'Aerial_Torpedo', '1487', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973990', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973991', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973992', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973993', 'Bombshells', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973994', 'Vyurvarjur_the_Nimble', '1590', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973995', 'Troll_Forager', '1579', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973996', 'Troll_Forager', '1579', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973997', 'Troll_Forager', '1579', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973998', 'Killing_Claw', '1524', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16973999', 'Slaughterous_Scorpion', '1572', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974000', 'Slaughterous_Scorpion', '1572', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974001', 'Slaughterous_Scorpion', '1572', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974002', 'Gurfurlur_the_Menacing', '1518', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974003', 'Gere', '1513', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974004', 'Girzorhor_the_Imprudent', '1515', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974005', 'Surmerdar_the_Unbridled', '1574', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974006', 'Dartorgor_the_Austere', '1499', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974007', 'Vorporlor_the_Barbaric', '1589', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974008', 'Vorjirzur_the_Valiant', '1588', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974009', 'Wordorbor_the_Artificer', '1595', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974010', 'Cobalt_Sentinel', '1498', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974011', 'White_Sentinel', '1594', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974012', 'Hazel_Sentinel', '1519', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974013', 'Carmine_Sentinel', '1497', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974014', 'Xarhorkur_the_Claviger', '1596', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974015', 'Zurmurwur_the_Ruthless', '1598', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974016', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974017', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974018', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974019', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974020', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974021', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974022', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974023', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974024', 'Troll_Destroyer', '1578', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974025', 'Lamia_Immolator', '1527', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974026', 'Lamia_Jaeger', '1528', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974027', 'Lamia_Commandress', '1525', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974028', 'Lamia_Elemental', '1538', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974029', 'Lamia_Avatar', '1537', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974030', 'Lamia_Rover', '1536', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974031', 'Merrow_Seafarer', '1554', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974032', 'Merrow_Cantatrice', '1551', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974033', 'Merrow_Shiranuhi', '1555', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974034', 'Lamia_Immolator', '1527', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974035', 'Lamia_Jaeger', '1528', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974036', 'Lamia_Commandress', '1525', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974037', 'Lamia_Elemental', '1538', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974038', 'Lamia_Avatar', '1537', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974039', 'Lamia_Rover', '1536', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974040', 'Merrow_Seafarer', '1554', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974041', 'Merrow_Cantatrice', '1551', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974042', 'Merrow_Shiranuhi', '1555', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974043', 'Lamia_Immolator', '1527', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974044', 'Lamia_Jaeger', '1528', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974045', 'Lamia_Commandress', '1525', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974046', 'Lamia_Elemental', '1538', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974047', 'Lamia_Avatar', '1537', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974048', 'Lamia_Rover', '1536', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974049', 'Merrow_Seafarer', '1554', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974050', 'Merrow_Cantatrice', '1551', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974051', 'Merrow_Shiranuhi', '1555', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974052', 'Gespenst', '1514', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974053', 'Gespenst', '1514', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974054', 'Gespenst', '1514', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974055', 'Gespenst', '1514', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974056', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974057', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974058', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974059', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974060', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974061', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974062', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974063', 'Draugar_Wyvern', '1502', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974064', 'Assault_Draugar', '1489', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974065', 'Draugar_Wyvern', '1502', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974066', 'Assault_Bhoot', '1488', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974067', 'Assault_Bhoot', '1488', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974068', 'Assault_Bhoot', '1488', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974069', 'Assault_Bhoot', '1488', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974070', 'Assault_Bhoot', '1488', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974071', 'Qutrub_Extortionist', '1563', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974072', 'Qutrub_Extortionist', '1563', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974073', 'Qutrub_Extortionist', '1563', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974074', 'Qutrub_Extortionist', '1563', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974075', 'Qutrub_Wastrel', '1565', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974076', 'Qutrub_Wastrel', '1565', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974077', 'Qutrub_Wastrel', '1565', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974078', 'Qutrub_Wastrel', '1565', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974079', 'Expunger', '1504', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974080', 'Expunger', '1504', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974081', 'Expunger', '1504', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974082', 'Expunger', '1504', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974083', 'Expunger', '1504', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974084', 'Bhoot_Invader', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974085', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974086', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974087', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974088', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974089', 'Bhoot_Invader', '1493', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974090', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974091', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974092', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974093', 'Bhoot_Intruder', '1492', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974094', 'Lamia_No.4', '1534', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974095', 'Lamia_Freebooter', '1526', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974096', 'Lamia_Freebooter', '1526', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974097', 'Lamia_Freebooter', '1526', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974098', 'Pining_Abazohn', '1559', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974099', 'Qutrub_Forayer', '1564', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974100', 'Qutrub_Forayer', '1564', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974101', 'Qutrub_Forayer', '1564', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974102', 'Medusa', '1550', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974103', 'Nemean_Lion', '1556', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974104', 'Lamia_No.34', '1533', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974105', 'Lamia_No.21', '1531', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974106', 'Lamia_No.15', '1529', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974107', 'Merrow_No.11', '1552', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974108', 'Lamia_No.9', '1535', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974109', 'Lamia_Elemental', '1538', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974110', 'Lamia_Elemental', '1538', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974111', 'Lamia_Elemental', '1538', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974112', 'Lamia_Avatar', '1537', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974113', 'Lamia_Avatar', '1537', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974114', 'Lamia_Avatar', '1537', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974115', 'Merrow_No.12', '1553', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974116', 'Lamia_No.3', '1532', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974117', 'Lamia _No.2', '1530', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974118', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974119', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974120', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974121', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974122', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974123', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974124', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974125', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974126', 'Acrolith', '1486', '-91.000', '2.000', '57.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16974127', 'Bastion_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974128', 'Bastion_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974129', 'City_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974130', 'City_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974131', 'City_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974132', 'City_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974133', 'City_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974134', 'City_Gate', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974135', 'General_Rughadjeen', '1511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974136', 'General_Gadalar', '1508', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974137', 'General_Najelith', '1510', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974138', 'General_Zazarg', '1512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974139', 'General_Mihli', '1509', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974140', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974141', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974142', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974143', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974144', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974145', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974146', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974147', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974148', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974149', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974150', 'Immortal_Guard', '1521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974151', 'Immortal_Guard', '1521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974152', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974153', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974154', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974155', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974156', 'Immortal_Guard', '1521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974157', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974158', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974159', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974160', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974161', 'Immortal_Guard', '1521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974162', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974163', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974164', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974165', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974166', 'Immortal_Guard', '1521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974167', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974168', 'Volunteer', '1587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974169', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974170', 'Imperial_Trooper', '1522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974171', 'Immortal_Guard', '1521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974172', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974173', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974174', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974175', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974176', 'Qiqirn_Mine', '1562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974177', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974178', 'Qiqirn_Mine', '1562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974179', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974180', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974181', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974182', 'Qiqirn_Mine', '1562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974183', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974184', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974185', 'Qiqirn_Mine', '1562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974186', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974187', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974188', 'Qiqirn_Mine', '1562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974189', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974190', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974191', 'Qiqirn_Mine', '1562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974192', 'Qiqirn_Freelance', '1561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974193', 'Goblin_Lansquenet', '1516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974194', 'Goblin_Lansquenet', '1516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974195', 'Goblin_Lansquenet', '1516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974196', 'Goblin_Lansquenet', '1516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16974197', 'Goblin_Lansquenet', '1516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986113', 'Red_Smoocher', '1685', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986114', 'Azoth_Apsaras', '1619', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986115', 'Red_Osculator', '1684', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986116', 'Kissing_Leech', '1655', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986117', 'Mercurial_Makara', '1673', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986118', 'Chigoe', '1624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986119', 'Chigoe', '1624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986120', 'Chigoe', '1624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986121', 'Chigoe', '1624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986122', 'Chigoe', '1624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986123', 'Lesser_Colibri', '1656', '663.000', '-18.000', '198.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986124', 'Lesser_Colibri', '1656', '676.000', '-18.000', '181.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986125', 'Lesser_Colibri', '1656', '605.000', '-18.000', '180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986126', 'Lesser_Colibri', '1656', '580.000', '-18.000', '199.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986127', 'Lesser_Colibri', '1656', '561.000', '-18.000', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986128', 'Lesser_Colibri', '1656', '479.000', '-24.000', '244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986129', 'Lesser_Colibri', '1656', '440.000', '-23.000', '232.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986130', 'Lesser_Colibri', '1656', '459.000', '-26.000', '217.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986131', 'Lesser_Colibri', '1656', '474.000', '-27.000', '258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986132', 'Fomor_Thief', '1641', '402.000', '-23.000', '250.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986133', 'Fomor_Beastmaster', '1638', '389.000', '-23.000', '270.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986134', 'Fomor_s_Bats', '1640', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986135', 'Lesser_Colibri', '1656', '358.000', '-26.000', '297.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986136', 'Fomor_Paladin', '1639', '377.000', '-25.000', '294.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986137', 'Fomor_Bard', '1637', '360.000', '-26.000', '263.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986138', 'Lesser_Colibri', '1656', '399.000', '-23.000', '230.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986139', 'Lesser_Colibri', '1656', '119.000', '-28.000', '297.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986140', 'Soldier_Pephredo', '1691', '169.000', '-23.000', '294.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986141', 'Worker_Pephredo', '1721', '163.000', '-23.000', '304.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986142', 'Worker_Pephredo', '1721', '154.000', '-23.000', '303.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986143', 'Worker_Pephredo', '1721', '152.000', '-24.000', '294.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986144', 'Marid', '1672', '142.000', '-26.000', '284.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986145', 'Marid', '1672', '133.000', '-26.000', '304.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986146', 'Red_Kisser', '1683', '185.000', '-23.000', '277.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986147', 'Red_Kisser', '1683', '169.000', '-23.000', '277.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986148', 'Red_Kisser', '1683', '175.000', '-23.000', '280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986149', 'Grand_Marid', '1645', '138.000', '-26.000', '296.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986150', 'Marid', '1672', '203.000', '-24.000', '279.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986151', 'Marid', '1672', '207.000', '-25.000', '294.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986152', 'Lesser_Colibri', '1656', '164.000', '-18.000', '341.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986153', 'Lesser_Colibri', '1656', '159.000', '-16.000', '354.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986154', 'Lesser_Colibri', '1656', '152.000', '-16.000', '364.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986155', 'Lesser_Colibri', '1656', '144.000', '-18.000', '357.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986156', 'Lesser_Colibri', '1656', '115.000', '-23.000', '358.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986157', 'Lesser_Colibri', '1656', '121.000', '-23.000', '325.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986158', 'Fomor_Thief', '1641', '-122.000', '-26.000', '379.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986159', 'Fomor_Paladin', '1639', '-85.000', '-26.000', '420.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986160', 'Fomor_Thief', '1641', '9.000', '-26.000', '379.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986161', 'Fomor_Paladin', '1639', '258.000', '-26.000', '274.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986162', 'Fomor_Bard', '1637', '-323.000', '-26.000', '419.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986163', 'Fomor_Bard', '1637', '-340.000', '-25.000', '393.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986164', 'Fomor_Beastmaster', '1638', '-353.000', '-26.000', '419.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986165', 'Fomor_s_Bats', '1640', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986166', 'Soldier_Pephredo', '1691', '232.000', '-19.000', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986167', 'Worker_Pephredo', '1721', '240.000', '-19.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986168', 'Worker_Pephredo', '1721', '248.000', '-19.000', '94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986169', 'Soldier_Pephredo', '1691', '250.000', '-17.000', '82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986170', 'Worker_Pephredo', '1721', '245.000', '-17.000', '70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986171', 'Worker_Pephredo', '1721', '235.000', '-16.000', '76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986172', 'Marid', '1672', '286.000', '-24.000', '125.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986178', 'Marid', '1672', '157.000', '-24.000', '122.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986173', 'Marid', '1672', '278.000', '-23.000', '113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986174', 'Grand_Marid', '1645', '264.000', '-23.000', '105.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986175', 'Lesser_Colibri', '1656', '146.000', '-23.000', '317.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986176', 'Lesser_Colibri', '1656', '400.000', '-23.000', '287.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986177', 'Marid', '1672', '188.000', '-24.000', '143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986179', 'Lesser_Colibri', '1656', '427.000', '-26.000', '265.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986180', 'Lesser_Colibri', '1656', '456.000', '-23.000', '241.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986181', 'Red_Kisser', '1683', '250.000', '-23.000', '124.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986182', 'Red_Kisser', '1683', '258.000', '-23.000', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986183', 'Ameretat', '1616', '395.000', '-16.000', '-33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986184', 'Ameretat', '1616', '401.000', '-24.000', '3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986185', 'Ameretat', '1616', '357.000', '-16.000', '-34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986186', 'Wajaom_Tiger', '1710', '-416.000', '-26.000', '280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986187', 'Wajaom_Tiger', '1710', '-394.000', '-23.000', '263.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986188', 'Chelicerata', '1624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986189', 'Wajaom_Tiger', '1710', '-435.000', '-10.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986190', 'Wajaom_Tiger', '1710', '-456.000', '-9.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986191', 'Lesser_Colibri', '1656', '181.000', '-18.000', '-63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986192', 'Lesser_Colibri', '1656', '181.000', '-19.000', '-77.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986193', 'Lesser_Colibri', '1656', '195.000', '-18.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986194', 'Lesser_Colibri', '1656', '220.000', '-19.000', '-80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986195', 'Lesser_Colibri', '1656', '219.000', '-18.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986196', 'Lesser_Colibri', '1656', '203.000', '-16.000', '-74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986197', 'Zoraal_Ja_s_Pkuucha', '1725', '208.000', '-17.000', '-93.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986198', 'Percipient_Zoraal_Ja', '1676', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986199', 'Aht_Urhgan_Attercop', '1614', '143.000', '-19.000', '-232.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986200', 'Aht_Urhgan_Attercop', '1614', '123.000', '-17.000', '-250.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986201', 'Aht_Urhgan_Attercop', '1614', '105.000', '-18.000', '-239.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986202', 'Aht_Urhgan_Attercop', '1614', '96.000', '-18.000', '-257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986203', 'Ameretat', '1616', '91.000', '-17.000', '26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986204', 'Ameretat', '1616', '23.000', '-18.000', '18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986205', 'Aht_Urhgan_Attercop', '1614', '101.000', '-19.000', '41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986206', 'Aht_Urhgan_Attercop', '1614', '67.000', '-16.000', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986207', 'Ameretat', '1616', '0.600', '-16.000', '39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986208', 'Aht_Urhgan_Attercop', '1614', '2.000', '-15.000', '21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986209', 'Aht_Urhgan_Attercop', '1614', '-523.000', '-16.000', '162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986210', 'Lesser_Colibri', '1656', '-326.000', '-18.000', '94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986211', 'Lesser_Colibri', '1656', '-369.000', '-10.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986213', 'Lesser_Colibri', '1656', '-421.000', '-9.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986212', 'Lesser_Colibri', '1656', '-420.000', '-10.000', '91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986214', 'Haunt', '1649', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986215', 'Ameretat', '1616', '-37.000', '-16.000', '-81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986216', 'Soldier_Pephredo', '1691', '6.000', '-16.000', '-290.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986217', 'Worker_Pephredo', '1721', '0.500', '-15.000', '-294.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986218', 'Worker_Pephredo', '1721', '2.000', '-15.000', '-302.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986219', 'Worker_Pephredo', '1721', '10.000', '-16.000', '-300.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986220', 'Ameretat', '1616', '12.000', '-18.000', '-263.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986221', 'Aht_Urhgan_Attercop', '1614', '2.000', '-16.000', '-282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986222', 'Aht_Urhgan_Attercop', '1614', '-45.000', '-18.000', '-303.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986223', 'Puk', '1678', '-540.000', '-11.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986224', 'Puk', '1678', '-609.000', '-17.000', '-362.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986225', 'Puk', '1678', '-239.000', '-16.000', '-401.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986227', 'Puk', '1678', '-43.000', '-18.000', '-337.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986226', 'Puk', '1678', '-54.000', '-19.000', '-353.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986228', 'Ameretat', '1616', '-70.000', '-15.000', '-318.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986229', 'Aht_Urhgan_Attercop', '1614', '-81.000', '-19.000', '-378.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986230', 'Aht_Urhgan_Attercop', '1614', '-77.000', '-15.000', '-352.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986231', 'Aht_Urhgan_Attercop', '1614', '-80.000', '-8.000', '-593.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986232', 'Aht_Urhgan_Attercop', '1614', '-71.000', '-12.000', '-576.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986234', 'Woodland_Runner', '1715', '-484.000', '-11.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986233', 'Mamool_Ja_Mimicker', '1664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986235', 'Aht_Urhgan_Attercop', '1614', '-100.000', '-18.000', '-486.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986236', 'Aht_Urhgan_Attercop', '1614', '-89.000', '-17.000', '-459.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986237', 'Aht_Urhgan_Attercop', '1614', '-60.000', '-17.000', '-457.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986238', 'Aht_Urhgan_Attercop', '1614', '-59.000', '-17.000', '-425.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986239', 'Puk', '1678', '-12.000', '-17.000', '-332.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986240', 'Aht_Urhgan_Attercop', '1614', '-41.000', '-15.000', '-106.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986241', 'Aht_Urhgan_Attercop', '1614', '-84.000', '-16.000', '-323.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986243', 'Aht_Urhgan_Attercop', '1614', '-7.000', '-15.000', '-77.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986242', 'Aht_Urhgan_Attercop', '1614', '-581.000', '-19.000', '162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986244', 'Aht_Urhgan_Attercop', '1614', '-556.000', '-16.000', '156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986245', 'Puk', '1678', '-179.000', '-17.000', '-460.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986246', 'Puk', '1678', '-178.000', '-19.000', '-487.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986247', 'Haunt', '1649', '-56.000', '-12.000', '-639.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986250', 'Puk', '1678', '-173.000', '-19.000', '-528.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986248', 'Puk', '1678', '-176.000', '-18.000', '-504.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986249', 'Haunt', '1649', '-64.000', '-15.000', '-564.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986251', 'Puk', '1678', '-171.000', '-20.000', '-545.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986252', 'Puk', '1678', '-180.000', '-18.000', '-415.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986253', 'Puk', '1678', '-182.000', '-18.000', '-399.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986254', 'Soldier_Pephredo', '1691', '-190.000', '-17.000', '-413.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986255', 'Worker_Pephredo', '1721', '-199.000', '-17.000', '-410.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986256', 'Worker_Pephredo', '1721', '-203.000', '-18.000', '-413.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986257', 'Worker_Pephredo', '1721', '-199.000', '-19.000', '-419.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986258', 'Puk', '1678', '-13.000', '-15.000', '-314.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986259', 'Puk', '1678', '-27.000', '-18.000', '-335.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986260', 'Red_Kisser', '1683', '-228.000', '-15.000', '-394.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986261', 'Red_Kisser', '1683', '-222.000', '-15.000', '-396.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986262', 'Red_Kisser', '1683', '-213.000', '-15.000', '-395.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986263', 'Red_Kisser', '1683', '-85.000', '-15.000', '-336.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986264', 'Red_Kisser', '1683', '-84.000', '-15.000', '-344.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986265', 'Red_Kisser', '1683', '-85.000', '-15.000', '-348.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986266', 'Soldier_Pephredo', '1691', '-203.000', '-16.000', '-395.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986267', 'Worker_Pephredo', '1721', '-322.000', '-8.000', '-512.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986268', 'Worker_Pephredo', '1721', '-205.000', '-15.000', '-403.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986269', 'Soldier_Pephredo', '1691', '-325.000', '-8.000', '-521.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986270', 'Worker_Pephredo', '1721', '-320.000', '-8.000', '-524.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986271', 'Worker_Pephredo', '1721', '-315.000', '-8.000', '-520.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986272', 'Soldier_Pephredo', '1691', '-263.000', '-23.000', '396.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986273', 'Worker_Pephredo', '1721', '-286.000', '-25.000', '408.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986274', 'Worker_Pephredo', '1721', '-290.000', '-25.000', '402.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986275', 'Defoliate_Treant', '1633', '-237.000', '-23.000', '366.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986276', 'Treant_Sapling', '1697', '-528.000', '-8.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986277', 'Treant_Sapling', '1697', '-519.000', '-7.000', '9.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986278', 'Treant_Sapling', '1697', '-510.000', '-8.000', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986279', 'Defoliate_Treant', '1633', '-240.000', '-24.000', '398.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986280', 'Defoliate_Treant', '1633', '-297.000', '-25.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986281', 'Defoliate_Treant', '1633', '-306.000', '-26.000', '580.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986282', 'Aht_Urhgan_Attercop', '1614', '-323.000', '-26.000', '585.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986283', 'Aht_Urhgan_Attercop', '1614', '-299.000', '-27.000', '607.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986284', 'Aht_Urhgan_Attercop', '1614', '-334.000', '-27.000', '612.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986285', 'Aht_Urhgan_Attercop', '1614', '-421.000', '-26.000', '417.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986286', 'Aht_Urhgan_Attercop', '1614', '-433.000', '-25.000', '411.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986287', 'Aht_Urhgan_Attercop', '1614', '-426.000', '-26.000', '396.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986288', 'Aht_Urhgan_Attercop', '1614', '-432.000', '-26.000', '383.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986289', 'Colorful_Treant', '1627', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986290', 'Defoliate_Treant', '1633', '-395.000', '-24.000', '284.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986291', 'Wajaom_Tiger', '1710', '-495.000', '-10.000', '58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986292', 'Wajaom_Tiger', '1710', '-511.000', '-8.000', '43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986293', 'Defoliate_Treant', '1633', '-382.000', '-26.000', '293.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986294', 'Wajaom_Tiger', '1710', '-533.000', '-10.000', '43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986295', 'Defoliate_Treant', '1633', '-402.000', '-24.000', '241.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986296', 'Wajaom_Tiger', '1710', '-421.000', '-26.000', '231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986297', 'Wajaom_Tiger', '1710', '-419.000', '-26.000', '258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986298', 'Wajaom_Tiger', '1710', '-498.000', '-18.000', '175.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986299', 'Wajaom_Tiger', '1710', '-517.000', '-18.000', '148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986300', 'Wajaom_Tiger', '1710', '-539.000', '-15.000', '157.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986301', 'Aht_Urhgan_Attercop', '1614', '-506.000', '-18.000', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986302', 'Aht_Urhgan_Attercop', '1614', '-18.000', '-18.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986303', 'Wajaom_Tiger', '1710', '-417.000', '-26.000', '231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986304', 'Aht_Urhgan_Attercop', '1614', '-1.000', '-15.000', '-63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986305', 'Carmine_Eruca', '1622', '-776.000', '-23.000', '115.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986306', 'Carmine_Eruca', '1622', '-803.000', '-23.000', '130.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986307', 'Carmine_Eruca', '1622', '-814.000', '-26.000', '160.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986308', 'Woodtroll_Warrior', '1719', '-824.000', '-22.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986309', 'Woodtroll_Monk', '1717', '-816.000', '-25.000', '113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986310', 'Woodtroll_Dark_Knight', '1716', '-805.000', '-26.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986311', 'Woodtroll_Ranger', '1718', '-819.000', '-27.000', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986312', 'Treant_Sapling', '1697', '-509.000', '-10.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986313', 'Defoliate_Treant', '1633', '-739.000', '-18.000', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986314', 'Wajaom_Tiger', '1710', '-389.000', '-26.000', '300.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986315', 'Wajaom_Tiger', '1710', '386.000', '-23.000', '-2.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986316', 'Treant_Sapling', '1697', '-499.000', '-11.000', '43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986317', 'Treant_Sapling', '1697', '-294.000', '-27.000', '592.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986318', 'Wajaom_Tiger', '1710', '343.000', '-18.000', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986319', 'Wajaom_Tiger', '1710', '394.000', '-28.000', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986320', 'Gharial', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986321', 'Colorful_Treant', '1627', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986322', 'Treant_Sapling', '1697', '-311.000', '-24.000', '595.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986323', 'Treant_Sapling', '1697', '-250.000', '-24.000', '414.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986324', 'Defoliate_Treant', '1633', '-761.000', '-16.000', '197.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986325', 'Defoliate_Treant', '1633', '-725.000', '-15.000', '199.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986326', 'Treant_Sapling', '1697', '-216.000', '-28.000', '363.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986327', 'Treant_Sapling', '1697', '-537.000', '-10.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986328', 'Treant_Sapling', '1697', '-253.000', '-24.000', '349.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986329', 'Wajaom_Tiger', '1710', '-660.000', '-17.000', '114.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986330', 'Wajaom_Tiger', '1710', '-675.000', '-18.000', '180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986331', 'Wajaom_Tiger', '1710', '413.000', '-26.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986332', 'Wajaom_Tiger', '1710', '376.000', '-18.000', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986333', 'Lesser_Colibri', '1656', '-100.000', '-17.000', '53.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986334', 'Lesser_Colibri', '1656', '-100.000', '-17.000', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986335', 'Lesser_Colibri', '1656', '-134.000', '-18.000', '18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986336', 'Lesser_Colibri', '1656', '-161.000', '-20.000', '14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986337', 'Defoliate_Treant', '1633', '-296.000', '-15.000', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986338', 'Defoliate_Treant', '1633', '-322.000', '-16.000', '83.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986339', 'Lesser_Colibri', '1656', '-194.000', '-20.000', '14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986340', 'Lesser_Colibri', '1656', '-214.000', '-19.000', '25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986341', 'Lesser_Colibri', '1656', '-204.000', '-11.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986342', 'Lesser_Colibri', '1656', '-189.000', '-11.000', '62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986343', 'Lesser_Colibri', '1656', '-179.000', '-11.000', '74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986344', 'Lesser_Colibri', '1656', '-198.000', '-11.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986345', 'Lesser_Colibri', '1656', '-218.000', '-11.000', '86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986346', 'Lesser_Colibri', '1656', '-235.000', '-15.000', '86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986347', 'Lesser_Colibri', '1656', '-247.000', '-15.000', '74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986348', 'Lesser_Colibri', '1656', '-228.000', '-19.000', '55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986349', 'Lesser_Colibri', '1656', '-219.000', '-11.000', '75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986350', 'Lesser_Colibri', '1656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986351', 'Lesser_Colibri', '1656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986352', 'Lesser_Colibri', '1656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986353', 'Air_Elemental', '1615', '-240.000', '-23.000', '32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986354', 'Air_Elemental', '1615', '-253.000', '-24.000', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986355', 'Hydra', '1651', '-282.000', '-24.000', '-1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986356', 'Soldier_Pephredo', '1691', '-671.000', '-8.000', '-162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986357', 'Worker_Pephredo', '1721', '-682.000', '-8.000', '-160.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986358', 'Worker_Pephredo', '1721', '-678.000', '-7.000', '-155.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986359', 'Soldier_Pephredo', '1691', '-688.000', '-7.000', '-156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986360', 'Worker_Pephredo', '1721', '-683.000', '-7.000', '-147.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986361', 'Worker_Pephredo', '1721', '-694.000', '-7.000', '-148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986362', 'Mamool_Ja_Sophist', '1667', '-677.000', '-12.000', '-493.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986363', 'Mamool_Ja_Bounder', '1657', '-714.000', '-12.000', '-494.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986365', 'Mamool_Ja_Savant', '1666', '-742.000', '-7.000', '-538.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986364', 'Mamool_Ja_Mimicker', '1664', '-743.000', '-11.000', '-511.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986366', 'Great_Ameretat', '1646', '-520.000', '-8.000', '-77.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986367', 'Puk', '1678', '-596.000', '-16.000', '-199.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986368', 'Puk', '1678', '-622.000', '-18.000', '-181.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986369', 'Air_Elemental', '1615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986370', 'Great_Ameretat', '1646', '-637.000', '-8.000', '-122.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986371', 'Puk', '1678', '-618.000', '-14.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986372', 'Puk', '1678', '-653.000', '-10.000', '-132.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986373', 'Puk', '1678', '-685.000', '-7.000', '-115.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986374', 'Puk', '1678', '-86.000', '-16.000', '-561.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986375', 'Great_Ameretat', '1646', '-603.000', '-15.000', '-170.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986376', 'Great_Ameretat', '1646', '-560.000', '-8.000', '-360.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986377', 'Great_Ameretat', '1646', '-468.000', '-9.000', '-449.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986378', 'Jaded_Jody', '1654', '-486.000', '-7.000', '-438.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986379', 'Puk', '1678', '-644.000', '-16.000', '-313.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986380', 'Great_Ameretat', '1646', '-505.000', '-7.000', '-439.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986381', 'Great_Ameretat', '1646', '-519.000', '-8.000', '-362.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986382', 'Woodland_Runner', '1715', '-455.000', '-11.000', '-464.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986383', 'Woodland_Runner', '1715', '-658.000', '-11.000', '-472.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986384', 'Mamool_Ja_Zenist', '1671', '-478.000', '-8.000', '-478.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986385', 'Mamool_Ja_Savant', '1666', '-463.000', '-10.000', '-480.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986386', 'Woodland_Runner', '1715', '-499.000', '-11.000', '-476.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986387', 'Mamool_Ja_Sophist', '1667', '-460.000', '-6.000', '-501.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986388', 'Mamool_Ja_Bounder', '1657', '-461.000', '-9.000', '-492.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986389', 'Puk', '1678', '-641.000', '-16.000', '-166.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986390', 'Great_Ameretat', '1646', '-565.000', '-7.000', '-324.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986391', 'Wajaom_Tiger', '1710', '-539.000', '-10.000', '81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986392', 'Wajaom_Tiger', '1710', '-642.000', '-18.000', '138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986393', 'Wajaom_Tiger', '1710', '-537.000', '-16.000', '103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986394', 'Puk', '1678', '-41.000', '-16.000', '-321.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986395', 'Puk', '1678', '-174.000', '-19.000', '-514.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986396', 'Puk', '1678', '-179.000', '-18.000', '-442.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986397', 'Air_Elemental', '1615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986398', 'Soldier_Pephredo', '1691', '-286.000', '-25.000', '389.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986399', 'Worker_Pephredo', '1721', '-278.000', '-24.000', '395.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986400', 'Worker_Pephredo', '1721', '-276.000', '-24.000', '403.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986401', 'Worker_Pephredo', '1721', '-270.000', '-24.000', '407.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986402', 'Puk', '1678', '-66.000', '-11.000', '-585.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986403', 'Puk', '1678', '-83.000', '-12.000', '-574.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986404', 'Puk', '1678', '-528.000', '-8.000', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986405', 'Puk', '1678', '-517.000', '-11.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986406', 'Puk', '1678', '-615.000', '-18.000', '-206.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986407', 'Puk', '1678', '-228.000', '-18.000', '-417.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986408', 'Mamool_Ja_Sophist', '1667', '-645.000', '-10.000', '-102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986409', 'Woodland_Runner', '1715', '-646.000', '-7.000', '-512.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986410', 'Woodland_Runner', '1715', '-641.000', '-8.000', '-482.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16986411', 'Mamool_Ja_Bounder', '1657', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986412', 'Mamool_Ja_Mimicker', '1664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986413', 'Air_Elemental', '1615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986414', 'Air_Elemental', '1615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986415', 'Mamool_Ja_Mimicker', '1664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986416', 'Berried_Chigoe', '1621', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986417', 'Chigoe_s_Nit', '1625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986418', 'Chigoe_s_Nit', '1625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986419', 'Chigoe_s_Nit', '1625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986420', 'Chigoe_s_Nit', '1625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986421', 'Dark_Rider', '1630', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986422', 'Dark_Bugler', '1628', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986423', 'Dark_Bugler', '1628', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986424', 'Dark_Bugler', '1628', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986425', 'Dark_Esquire', '1629', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986426', 'Dark_Esquire', '1629', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986427', 'Dark_Esquire', '1629', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16986428', 'Vulpangue', '1709', '-697.000', '-7.000', '-123.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16986429', 'Iriz_Ima', '1653', '253.000', '-23.000', '116.000', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16986430', 'Gotoh_Zha_the_Redolent', '1643', '-337.000', '-31.000', '676.000', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16986431', 'Tinnin', '1696', '278.000', '0.100', '-703.000', '176'); -INSERT INTO `mob_spawn_points` VALUES ('16990209', 'Red_Smoocher', '1795', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990210', 'Azoth_Apsaras', '1733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990211', 'Red_Osculator', '1794', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990212', 'Kissing_Leech', '1757', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990213', 'Mercurial_Makara', '1783', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990214', 'Aht_Urhgan_Attercop', '1728', '380.000', '-10.000', '6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990215', 'Aht_Urhgan_Attercop', '1728', '374.000', '-9.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990216', 'Lesser_Colibri', '1770', '338.000', '-10.000', '26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990217', 'Lesser_Colibri', '1770', '307.000', '-10.000', '23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990218', 'Aht_Urhgan_Attercop', '1728', '310.000', '-8.000', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990219', 'Aht_Urhgan_Attercop', '1728', '315.000', '-8.000', '41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990220', 'Aht_Urhgan_Attercop', '1728', '321.000', '-8.000', '36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990221', 'Lesser_Colibri', '1770', '335.000', '-9.000', '50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990222', 'Lesser_Colibri', '1770', '319.000', '-11.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990223', 'Fomor_Beastmaster', '1748', '272.000', '-8.000', '164.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990224', 'Fomor_s_Bats', '1750', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990225', 'Fomor_Bard', '1747', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990226', 'Aht_Urhgan_Attercop', '1728', '424.000', '-17.000', '265.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990227', 'Aht_Urhgan_Attercop', '1728', '431.000', '-15.000', '286.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990228', 'Haunt', '1755', '324.000', '-10.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990229', 'Lesser_Colibri', '1770', '384.000', '-16.000', '302.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990230', 'Lesser_Colibri', '1770', '361.000', '-10.000', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990231', 'Fomor_Paladin', '1749', '499.000', '-10.000', '227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990232', 'Fomor_Beastmaster', '1748', '306.000', '-11.000', '54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990233', 'Fomor_s_Bats', '1750', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990234', 'Ameretat', '1730', '324.000', '-8.000', '194.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990235', 'Ameretat', '1730', '323.000', '-7.000', '231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990236', 'Wajaom_Tiger', '1803', '281.000', '-16.000', '241.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990237', 'Wajaom_Tiger', '1803', '269.000', '-18.000', '259.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990238', 'Lesser_Colibri', '1770', '335.000', '-10.000', '256.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990239', 'Ameretat', '1730', '298.000', '-8.000', '210.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990240', 'Wajaom_Tiger', '1803', '258.000', '-18.000', '251.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990241', 'Lesser_Colibri', '1770', '307.000', '-10.000', '184.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990242', 'Wajaom_Tiger', '1803', '265.000', '-18.000', '241.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990243', 'Wajaom_Tiger', '1803', '217.000', '-17.000', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990244', 'Lesser_Colibri', '1770', '279.000', '-7.000', '172.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990245', 'Wajaom_Tiger', '1803', '206.000', '-18.000', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990246', 'Fomor_Thief', '1751', '322.000', '-10.000', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990247', 'Fomor_Beastmaster', '1748', '499.000', '-10.000', '212.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990248', 'Fomor_s_Bats', '1750', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990249', 'Aht_Urhgan_Attercop', '1728', '438.000', '-16.000', '272.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990250', 'Aht_Urhgan_Attercop', '1728', '450.000', '-15.000', '295.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990251', 'Fomor_Thief', '1751', '499.000', '-10.000', '191.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990252', 'Harvestman', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990253', 'Lesser_Colibri', '1770', '448.000', '-17.000', '271.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990254', 'Lesser_Colibri', '1770', '431.000', '-15.000', '279.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990255', 'Lesser_Colibri', '1770', '438.000', '-15.000', '286.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990256', 'Lesser_Colibri', '1770', '448.000', '-15.000', '291.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990257', 'Haunt', '1755', '354.000', '-10.000', '300.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990258', 'Aht_Urhgan_Attercop', '1728', '501.000', '-10.000', '248.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990259', 'Aht_Urhgan_Attercop', '1728', '481.000', '-10.000', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990260', 'Lesser_Colibri', '1770', '419.000', '-9.000', '185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990261', 'Aht_Urhgan_Attercop', '1728', '571.000', '-8.000', '165.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990262', 'Aht_Urhgan_Attercop', '1728', '554.000', '-7.000', '146.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990263', 'Lesser_Colibri', '1770', '544.000', '-10.000', '130.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990264', 'Lesser_Colibri', '1770', '550.000', '-10.000', '178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990265', 'Lesser_Colibri', '1770', '419.000', '-11.000', '206.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990266', 'Ameretat', '1730', '436.000', '-16.000', '324.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990267', 'Ameretat', '1730', '449.000', '-15.000', '309.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990268', 'Treant_Sapling', '1798', '59.000', '-34.000', '616.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990269', 'Treant_Sapling', '1798', '425.000', '-18.000', '339.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990270', 'Treant_Sapling', '1798', '444.000', '-16.000', '325.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990271', 'Aht_Urhgan_Attercop', '1728', '457.000', '-17.000', '375.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990272', 'Aht_Urhgan_Attercop', '1728', '455.000', '-20.000', '365.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990273', 'Aht_Urhgan_Attercop', '1728', '370.000', '-10.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990274', 'Aht_Urhgan_Attercop', '1728', '390.000', '-10.000', '180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990275', 'Aht_Urhgan_Attercop', '1728', '405.000', '-10.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990276', 'Fomor_Bard', '1747', '299.000', '-11.000', '36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990277', 'Fomor_Paladin', '1749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990278', 'Aht_Urhgan_Attercop', '1728', '424.000', '-18.000', '253.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990279', 'Aht_Urhgan_Attercop', '1728', '448.000', '-16.000', '277.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990280', 'Lesser_Colibri', '1770', '275.000', '-12.000', '136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990281', 'Lesser_Colibri', '1770', '297.000', '-10.000', '149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990282', 'Lesser_Colibri', '1770', '289.000', '-16.000', '252.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990283', 'Lesser_Colibri', '1770', '584.000', '-7.000', '164.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990284', 'Aht_Urhgan_Attercop', '1728', '603.000', '-11.000', '98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990285', 'Aht_Urhgan_Attercop', '1728', '611.000', '-11.000', '105.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990286', 'Aht_Urhgan_Attercop', '1728', '621.000', '-11.000', '117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990287', 'Wajaom_Tiger', '1803', '315.000', '-7.000', '214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990288', 'Wajaom_Tiger', '1803', '279.000', '-8.000', '208.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990289', 'Chigoe', '1735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990290', 'Chigoe', '1735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990291', 'Chigoe', '1735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990292', 'Chigoe', '1735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990293', 'Chigoe', '1735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990294', 'Grand_Marid', '1753', '184.000', '-18.000', '335.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990295', 'Grand_Marid', '1753', '137.000', '-18.000', '334.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990296', 'Marid', '1781', '215.000', '-18.000', '372.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990297', 'Marid', '1781', '209.000', '-19.000', '341.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990298', 'Marid', '1781', '153.000', '-15.000', '355.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990299', 'Marid', '1781', '149.000', '-17.000', '310.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990300', 'Colibri', '1737', '15.000', '-26.000', '122.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990301', 'Colibri', '1737', '166.000', '-15.000', '343.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990302', 'Colibri', '1737', '198.000', '-16.000', '352.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990303', 'Colibri', '1737', '147.000', '-18.000', '322.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990304', 'Marid', '1781', '160.000', '-15.000', '328.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990305', 'Marid', '1781', '163.000', '-16.000', '312.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990306', 'Mahishasura', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990307', 'Red_Kisser', '1793', '185.000', '-15.000', '363.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990308', 'Red_Kisser', '1793', '179.000', '-15.000', '363.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990309', 'Red_Kisser', '1793', '172.000', '-15.000', '366.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990310', 'Fomor_Paladin', '1749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990311', 'Fomor_Bard', '1747', '275.000', '-8.000', '153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990312', 'Haunt', '1755', '340.000', '-10.000', '288.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990313', 'Fomor_Thief', '1751', '380.000', '-9.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990314', 'Fomor_Paladin', '1749', '262.000', '-11.000', '153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990315', 'Colibri', '1737', '116.000', '-18.000', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990316', 'Colibri', '1737', '86.000', '-18.000', '259.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990317', 'Colibri', '1737', '55.000', '-17.000', '269.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990318', 'Colibri', '1737', '38.000', '-19.000', '258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990319', 'Troll_Surveillant', '1801', '17.000', '-14.000', '298.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990320', 'Troll_s_Automaton', '1802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990321', 'Troll_Shieldbearer', '1800', '28.000', '-17.000', '298.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990322', 'Troll_Sabreur', '1799', '28.000', '-17.000', '289.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990323', 'Troll_Surveillant', '1801', '40.000', '-18.000', '293.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990324', 'Troll_s_Automaton', '1802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990325', 'Date_Eruca', '1742', '32.000', '-16.000', '282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990326', 'Date_Eruca', '1742', '39.000', '-16.000', '277.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990327', 'Date_Eruca', '1742', '43.000', '-16.000', '281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990328', 'Date_Eruca', '1742', '43.000', '-16.000', '286.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990329', 'Date_Eruca', '1742', '25.000', '-18.000', '280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990330', 'Colibri', '1737', '179.000', '-19.000', '127.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990331', 'Colibri', '1737', '5.000', '-24.000', '161.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990332', 'Colibri', '1737', '7.000', '-23.000', '142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990333', 'Colibri', '1737', '3.000', '-26.000', '103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990334', 'Colibri', '1737', '-20.000', '-26.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990335', 'Colibri', '1737', '-57.000', '-27.000', '111.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990336', 'Colibri', '1737', '61.000', '-19.000', '283.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990337', 'Treant_Sapling', '1798', '343.000', '-19.000', '390.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990338', 'Treant_Sapling', '1798', '320.000', '-18.000', '416.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990339', 'Treant_Sapling', '1798', '273.000', '-23.000', '462.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990340', 'Wajaom_Tiger', '1803', '260.000', '-17.000', '385.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990341', 'Wajaom_Tiger', '1803', '260.000', '-19.000', '406.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990342', 'Air_Elemental', '1729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990343', 'Treant_Sapling', '1798', '45.000', '-32.000', '552.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990344', 'Treant_Sapling', '1798', '81.000', '-32.000', '634.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990345', 'Treant_Sapling', '1798', '192.000', '-32.000', '517.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990346', 'Olden_Treant', '1789', '239.000', '-32.000', '477.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990347', 'Olden_Treant', '1789', '224.000', '-32.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990348', 'Wajaom_Tiger', '1803', '311.000', '-19.000', '378.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990349', 'Wajaom_Tiger', '1803', '298.000', '-19.000', '408.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990350', 'Treant_Sapling', '1798', '312.000', '-16.000', '398.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990351', 'Wajaom_Tiger', '1803', '335.000', '-19.000', '412.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990352', 'Treant_Sapling', '1798', '331.000', '-17.000', '393.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990353', 'Wajaom_Tiger', '1803', '334.000', '-18.000', '380.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990354', 'Olden_Treant', '1789', '323.000', '-16.000', '392.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990355', 'Colorful_Treant', '1738', '320.000', '-17.000', '410.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990356', 'Olden_Treant', '1789', '279.000', '-24.000', '483.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990357', 'Colibri', '1737', '140.000', '-34.000', '502.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990358', 'Colibri', '1737', '102.000', '-33.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990359', 'Colibri', '1737', '100.000', '-34.000', '523.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990360', 'Olden_Treant', '1789', '-29.000', '-35.000', '462.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990361', 'Olden_Treant', '1789', '32.000', '-34.000', '543.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990362', 'Colorful_Treant', '1738', '44.000', '-32.000', '568.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990363', 'Colibri', '1737', '60.000', '-34.000', '544.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990364', 'Colibri', '1737', '56.000', '-34.000', '569.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990365', 'Colibri', '1737', '32.000', '-33.000', '568.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990366', 'Colibri', '1737', '22.000', '-34.000', '550.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990367', 'Incubus_Bats', '1756', '-9.000', '-33.000', '540.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990368', 'Incubus_Bats', '1756', '-23.000', '-34.000', '501.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990369', 'Incubus_Bats', '1756', '-37.000', '-32.000', '476.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990370', 'Incubus_Bats', '1756', '-20.000', '-35.000', '530.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990371', 'Treant_Sapling', '1798', '288.000', '-23.000', '436.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990372', 'Treant_Sapling', '1798', '231.000', '-31.000', '487.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990373', 'Air_Elemental', '1729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990374', 'Olden_Treant', '1789', '86.000', '-35.000', '621.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990375', 'Colorful_Treant', '1738', '94.000', '-34.000', '637.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990376', 'Emergent_Elm', '1745', '71.000', '-33.000', '627.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990377', 'Treant_Sapling', '1798', '-31.000', '-32.000', '483.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990378', 'Treant_Sapling', '1798', '-17.000', '-35.000', '483.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990379', 'Treant_Sapling', '1798', '-37.000', '-34.000', '494.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990380', 'Treant_Sapling', '1798', '-19.000', '-35.000', '468.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990381', 'Olden_Treant', '1789', '200.000', '-31.000', '511.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990382', 'Colorful_Treant', '1738', '178.000', '-35.000', '526.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990383', 'Sea_Puk', '1796', '-135.000', '-18.000', '-648.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990384', 'Sea_Puk', '1796', '-104.000', '-18.000', '-636.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990385', 'Sea_Puk', '1796', '-123.000', '-16.000', '-638.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990386', 'Mamool_Ja_Stabler', '1778', '-142.000', '-20.000', '-640.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990387', 'Mamool_Ja_s_Raptor', '1779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990388', 'Mamool_Ja_Infiltrator', '1773', '-134.000', '-18.000', '-632.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990389', 'Mamool_Ja_Mimer', '1775', '-118.000', '-15.000', '-630.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990390', 'Mamool_Ja_Philosopher', '1776', '-133.000', '-17.000', '-622.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990391', 'Sea_Puk', '1796', '-106.000', '-16.000', '-613.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990392', 'Sea_Puk', '1796', '-109.000', '-15.000', '-600.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990393', 'Sea_Puk', '1796', '-128.000', '-15.000', '-602.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990394', 'Sea_Puk', '1796', '-132.000', '-16.000', '-612.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990395', 'Skoffin', '1797', '-157.000', '-18.000', '-611.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990396', 'Mamool_Ja_Pikeman', '1777', '-96.000', '-18.000', '-621.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990397', 'Mamool_Ja_s_Wyvern', '1780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990398', 'Sea_Puk', '1796', '-119.000', '-15.000', '-651.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990399', 'Skoffin', '1797', '-170.000', '-16.000', '-605.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990400', 'Skoffin', '1797', '-173.000', '-15.000', '-592.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990401', 'Skoffin', '1797', '-188.000', '-15.000', '-582.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990402', 'Air_Elemental', '1729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990403', 'Nis_Puk', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990404', 'Skoffin', '1797', '-196.000', '-16.000', '-599.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990405', 'Mamool_Ja_Stabler', '1778', '-113.000', '-16.000', '-643.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990406', 'Mamool_Ja_s_Raptor', '1779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990407', 'Mamool_Ja_Lurker', '1774', '-195.000', '-15.000', '-563.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990408', 'Mamool_Ja_Infiltrator', '1773', '-190.000', '-18.000', '-547.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990409', 'Mamool_Ja_Infiltrator', '1773', '150.000', '-18.000', '-496.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990410', 'Mamool_Ja_Pikeman', '1777', '-181.000', '-19.000', '-511.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990411', 'Mamool_Ja_s_Wyvern', '1780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990412', 'Sea_Puk', '1796', '-145.000', '-16.000', '-610.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990413', 'Mamool_Ja_Blusterer', '1772', '-167.000', '-19.000', '-498.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990414', 'Sea_Puk', '1796', '-144.000', '-18.000', '-626.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990415', 'Mamool_Ja_Blusterer', '1772', '-187.000', '-19.000', '-528.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990416', 'Mamool_Ja_Philosopher', '1776', '-138.000', '-14.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990417', 'Plague_Chigoe', '1790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990418', 'Berried_Chigoe', '1734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990419', 'Chigoe_s_Nit', '1736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990420', 'Chigoe_s_Nit', '1736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990421', 'Chigoe_s_Nit', '1736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990422', 'Chigoe_s_Nit', '1736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990423', 'Dark_Rider', '1741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990424', 'Dark_Bugler', '1739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990425', 'Dark_Bugler', '1739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990426', 'Dark_Bugler', '1739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990427', 'Dark_Esquire', '1740', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990428', 'Dark_Esquire', '1740', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990429', 'Dark_Esquire', '1740', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990430', 'Mamool_Ja_Philosopher', '1776', '-110.000', '-16.000', '-627.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990431', 'Mamool_Ja_Blusterer', '1772', '-379.000', '-10.000', '-102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990432', 'Mamool_Ja_Mimer', '1775', '-390.000', '-14.000', '-97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990433', 'Mamool_Ja_Blusterer', '1772', '-401.000', '-16.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990434', 'Mamool_Ja_Lurker', '1774', '-418.000', '-14.000', '-97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990435', 'Mamool_Ja_Stabler', '1778', '-434.000', '-14.000', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990436', 'Mamool_Ja_s_Raptor', '1779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990437', 'Mamool_Ja_Stabler', '1778', '-474.000', '-22.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990438', 'Mamool_Ja_s_Raptor', '1779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990439', 'Mamool_Ja_Infiltrator', '1773', '-455.000', '-18.000', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990440', 'Mamool_Ja_Pikeman', '1777', '-470.000', '-20.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990441', 'Mamool_Ja_s_Wyvern', '1780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990442', 'Mamool_Ja_Pikeman', '1777', '-465.000', '-21.000', '-94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990443', 'Mamool_Ja_s_Wyvern', '1780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16990444', 'Greater_Colibri', '1754', '-514.000', '-11.000', '-74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990445', 'Greater_Colibri', '1754', '-517.000', '-11.000', '-51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990446', 'Wivre', '1804', '-540.000', '-11.000', '-74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990447', 'Greater_Colibri', '1754', '-529.000', '-11.000', '-43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990448', 'Greater_Colibri', '1754', '-545.000', '-11.000', '-41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990449', 'Greater_Colibri', '1754', '-560.000', '-11.000', '-66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990450', 'Greater_Colibri', '1754', '-564.000', '-15.000', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990451', 'Greater_Colibri', '1754', '-533.000', '-11.000', '-74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990452', 'Greater_Colibri', '1754', '-540.000', '-12.000', '-58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990453', 'Wivre', '1804', '-596.000', '-3.000', '-16.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990454', 'Greater_Colibri', '1754', '-622.000', '-7.000', '-45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990455', 'Greater_Colibri', '1754', '-606.000', '-7.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990456', 'Wivre', '1804', '-597.000', '-3.000', '-24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990457', 'Greater_Colibri', '1754', '-581.000', '-7.000', '-49.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990458', 'Greater_Colibri', '1754', '-577.000', '-6.000', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990459', 'Wivre', '1804', '-598.000', '-4.000', '-37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990460', 'Wivre', '1804', '-607.000', '-4.000', '-30.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990461', 'Greater_Colibri', '1754', '-576.000', '-8.000', '-1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990462', 'Greater_Colibri', '1754', '-597.000', '-3.000', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990463', 'Greater_Colibri', '1754', '-572.000', '-13.000', '-90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990464', 'Wivre', '1804', '-562.000', '-12.000', '-81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990465', 'Greater_Colibri', '1754', '-561.000', '-11.000', '-49.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990466', 'Wivre', '1804', '-607.000', '-4.000', '-17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990467', 'Greater_Colibri', '1754', '-587.000', '-6.000', '-42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990468', 'Greater_Colibri', '1754', '-594.000', '-7.000', '-62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990469', 'Greater_Colibri', '1754', '-589.000', '-4.000', '-25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990470', 'Wivre', '1804', '-606.000', '-4.000', '-39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990471', 'Greater_Colibri', '1754', '-597.000', '-5.000', '-49.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990472', 'Greater_Colibri', '1754', '-593.000', '-4.000', '-8.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16990473', 'Lividroot_Amooshah', '1771', '334.000', '-10.000', '184.000', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16990474', 'Dea', '1743', '-34.000', '-32.000', '481.000', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16998401', 'Wootzshell', '1887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998402', 'Arrapago_Leech', '1809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998403', 'Chimera_Clot', '1814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998404', 'Lahama', '1831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998405', 'Llamhigyn_Y_Dwr', '1858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998406', 'Giant_Orobon', '1826', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998407', 'Reserve_Draugar', '1883', '453.738', '-8.966', '66.754', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16998408', 'Reserve_Draugar', '1883', '478.340', '-9.761', '81.387', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16998409', 'Merrow_Chantress', '1861', '464.402', '-7.000', '70.480', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16998410', 'Arrapago_Apkallu', '1808', '501.650', '-4.689', '63.597', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16998411', 'Arrapago_Apkallu', '1808', '501.842', '-4.320', '63.759', '143'); -INSERT INTO `mob_spawn_points` VALUES ('16998412', 'Arrapago_Apkallu', '1808', '498.835', '-5.698', '38.346', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16998413', 'Arrapago_Apkallu', '1808', '527.960', '-4.381', '65.446', '113'); -INSERT INTO `mob_spawn_points` VALUES ('16998414', 'Arrapago_Apkallu', '1808', '528.548', '-4.398', '65.503', '74'); -INSERT INTO `mob_spawn_points` VALUES ('16998415', 'Arrapago_Apkallu', '1808', '535.506', '-3.954', '76.329', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16998416', 'Arrapago_Apkallu', '1808', '523.203', '-4.225', '63.675', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16998417', 'Arrapago_Apkallu', '1808', '536.240', '-6.112', '69.699', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16998418', 'Arrapago_Apkallu', '1808', '522.265', '-6.520', '102.385', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16998419', 'Arrapago_Apkallu', '1808', '535.435', '-5.065', '86.186', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16998420', 'Arrapago_Apkallu', '1808', '523.873', '-5.793', '99.753', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16998421', 'Lamia_Graverobber', '1838', '578.524', '-11.681', '92.020', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16998422', 'Reserve_Draugar', '1883', '570.648', '-9.900', '95.594', '140'); -INSERT INTO `mob_spawn_points` VALUES ('16998423', 'Phasma', '1876', '548.300', '-15.790', '138.810', '17'); -INSERT INTO `mob_spawn_points` VALUES ('16998424', 'Reserve_Draugar', '1883', '580.159', '-15.931', '158.282', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16998425', 'Reserve_Draugar', '1883', '578.517', '-16.336', '170.692', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16998426', 'Lamia_Dartist', '1834', '576.729', '-15.771', '218.744', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16998427', 'Lamia_Dancer', '1833', '576.209', '-15.925', '223.869', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16998428', 'Lamia_s_Elemental', '1847', '575.367', '-15.911', '222.264', '213'); -INSERT INTO `mob_spawn_points` VALUES ('16998429', 'Reserve_Draugar', '1883', '489.866', '-8.295', '216.724', '193'); -INSERT INTO `mob_spawn_points` VALUES ('16998430', 'Reserve_Draugar', '1883', '488.244', '-8.263', '219.296', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16998431', 'Arrapago_Apkallu', '1808', '431.375', '-3.723', '173.280', '23'); -INSERT INTO `mob_spawn_points` VALUES ('16998432', 'Arrapago_Apkallu', '1808', '418.079', '-3.919', '179.725', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16998433', 'Arrapago_Apkallu', '1808', '453.380', '-4.948', '178.304', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16998434', 'Arrapago_Apkallu', '1808', '445.640', '-4.621', '177.627', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16998435', 'Arrapago_Apkallu', '1808', '491.510', '-3.652', '173.026', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16998436', 'Arrapago_Apkallu', '1808', '483.552', '-6.448', '182.237', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16998437', 'Merrow_Chantress', '1861', '446.761', '-7.025', '114.934', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16998438', 'Reserve_Draugar', '1883', '444.331', '-7.151', '113.642', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16998439', 'Reserve_Draugar', '1883', '452.400', '-7.033', '109.170', '129'); -INSERT INTO `mob_spawn_points` VALUES ('16998440', 'Reserve_Draugar', '1883', '449.850', '-4.022', '146.264', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16998441', 'Draugar_s_Wyvern', '1818', '448.138', '-3.944', '147.115', '2'); -INSERT INTO `mob_spawn_points` VALUES ('16998442', 'Jnun', '1830', '412.283', '-2.050', '142.585', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16998443', 'Jnun', '1830', '426.945', '-2.164', '151.652', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16998444', 'Reserve_Draugar', '1883', '379.898', '-3.907', '104.154', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16998445', 'Draugar_s_Wyvern', '1818', '370.188', '-4.228', '105.690', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16998446', 'Nipper', '1869', '367.553', '-7.752', '94.833', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16998447', 'Nipper', '1869', '416.041', '-4.407', '62.900', '245'); -INSERT INTO `mob_spawn_points` VALUES ('16998448', 'Nipper', '1869', '414.431', '-6.126', '57.203', '97'); -INSERT INTO `mob_spawn_points` VALUES ('16998449', 'Reserve_Draugar', '1883', '416.026', '-4.570', '61.856', '240'); -INSERT INTO `mob_spawn_points` VALUES ('16998450', 'Reserve_Draugar', '1883', '413.303', '-4.829', '60.422', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16998451', 'Reserve_Draugar', '1883', '413.749', '-7.500', '50.244', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16998452', 'Nipper', '1869', '389.595', '-6.874', '58.002', '144'); -INSERT INTO `mob_spawn_points` VALUES ('16998453', 'Nipper', '1869', '414.330', '-7.033', '52.090', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16998454', 'Reserve_Draugar', '1883', '335.845', '-3.940', '83.942', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16998455', 'Reserve_Draugar', '1883', '337.496', '-4.007', '83.863', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16998456', 'Reserve_Draugar', '1883', '342.927', '-8.469', '72.756', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16998457', 'Draugar_s_Wyvern', '1818', '349.408', '-8.123', '90.415', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16998458', 'Reserve_Draugar', '1883', '340.365', '-7.802', '59.806', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16998459', 'Reserve_Draugar', '1883', '331.126', '-4.645', '68.510', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16998460', 'Lamia_Graverobber', '1838', '333.047', '-4.693', '66.705', '72'); -INSERT INTO `mob_spawn_points` VALUES ('16998461', 'Reserve_Draugar', '1883', '309.582', '-3.325', '109.187', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16998462', 'Reserve_Draugar', '1883', '303.667', '-4.724', '107.417', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16998463', 'Lamia_Fatedealer', '1837', '280.990', '-5.714', '100.413', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16998464', 'Reserve_Draugar', '1883', '259.023', '-6.857', '80.959', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16998465', 'Reserve_Draugar', '1883', '256.537', '-6.655', '71.742', '90'); -INSERT INTO `mob_spawn_points` VALUES ('16998466', 'Qutrub', '1882', '175.354', '-4.453', '194.553', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16998467', 'Qutrub', '1882', '166.579', '-4.275', '183.503', '69'); -INSERT INTO `mob_spawn_points` VALUES ('16998468', 'Qutrub', '1882', '180.858', '-6.612', '206.617', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16998469', 'Lamia_Graverobber', '1838', '179.047', '-5.868', '125.533', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16998470', 'Qutrub', '1882', '177.407', '-5.362', '117.696', '183'); -INSERT INTO `mob_spawn_points` VALUES ('16998471', 'Qutrub', '1882', '176.522', '-4.964', '114.927', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16998472', 'Qutrub', '1882', '158.956', '-7.834', '93.741', '53'); -INSERT INTO `mob_spawn_points` VALUES ('16998473', 'Qutrub', '1882', '143.423', '-4.307', '103.696', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16998474', 'Qutrub', '1882', '166.520', '-6.924', '95.377', '147'); -INSERT INTO `mob_spawn_points` VALUES ('16998475', 'Lamia_Dartist', '1834', '103.396', '-4.469', '174.964', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16998476', 'Qutrub', '1882', '103.336', '-4.666', '170.270', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16998477', 'Qutrub', '1882', '102.725', '-5.168', '156.753', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16998478', 'Qutrub', '1882', '101.715', '-5.516', '154.859', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16998479', 'Qutrub', '1882', '96.077', '-5.962', '177.590', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16998480', 'Qutrub', '1882', '97.576', '-7.186', '172.472', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16998481', 'Lamie_No8', '1854', '144.706', '-2.687', '136.081', '85'); -INSERT INTO `mob_spawn_points` VALUES ('16998482', 'Qutrub', '1882', '43.717', '-6.508', '218.501', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16998483', 'Qutrub', '1882', '51.589', '-4.992', '222.870', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16998484', 'Ashakku', '1810', '21.466', '-6.317', '197.733', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16998485', 'Ashakku', '1810', '19.170', '-4.503', '215.449', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16998486', 'Lahama', '1831', '28.081', '-6.256', '221.555', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16998487', 'Ashakku', '1810', '-2.918', '-4.468', '103.204', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16998488', 'Ashakku', '1810', '-0.249', '-6.348', '99.796', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16998489', 'Ashakku', '1810', '-16.668', '-5.021', '126.240', '118'); -INSERT INTO `mob_spawn_points` VALUES ('16998490', 'Lahama', '1831', '-17.024', '-4.786', '126.146', '61'); -INSERT INTO `mob_spawn_points` VALUES ('16998491', 'Purgatory_Bat', '1877', '59.817', '-8.229', '120.056', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16998492', 'Purgatory_Bat', '1877', '59.365', '-8.243', '116.521', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16998493', 'Qutrub', '1882', '-0.567', '-13.298', '166.169', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16998494', 'Qutrub', '1882', '-0.686', '-13.313', '166.233', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16998495', 'Purgatory_Bat', '1877', '-59.732', '-15.900', '150.619', '157'); -INSERT INTO `mob_spawn_points` VALUES ('16998496', 'Purgatory_Bat', '1877', '-69.916', '-16.064', '150.846', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16998497', 'Lamia_Fatedealer', '1837', '-100.917', '-16.018', '29.445', '58'); -INSERT INTO `mob_spawn_points` VALUES ('16998498', 'Lamia_Fatedealer', '1837', '-100.928', '-16.016', '28.945', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16998499', 'Qiqirn_Treasure_Hunter', '1880', '-63.241', '-18.419', '68.532', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16998500', 'Qiqirn_Mine', '1878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998501', 'Qiqirn_Trailer', '1879', '-60.205', '-15.389', '59.698', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16998502', 'Heraldic_Imp', '1828', '-20.904', '-5.209', '244.174', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16998503', 'Heraldic_Imp', '1828', '-24.759', '-7.135', '233.791', '162'); -INSERT INTO `mob_spawn_points` VALUES ('16998504', 'Heraldic_Imp', '1828', '-11.924', '-3.873', '227.791', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16998505', 'Heraldic_Imp', '1828', '-23.571', '-6.300', '228.986', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16998506', 'Ashakku', '1810', '-53.405', '-8.107', '245.580', '73'); -INSERT INTO `mob_spawn_points` VALUES ('16998507', 'Ashakku', '1810', '-47.995', '-7.947', '252.143', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16998508', 'Ashakku', '1810', '-63.058', '-4.004', '244.557', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16998509', 'Ashakku', '1810', '-81.177', '-5.650', '217.825', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16998510', 'Ashakku', '1810', '-96.631', '-3.443', '225.858', '138'); -INSERT INTO `mob_spawn_points` VALUES ('16998511', 'Ashakku', '1810', '-90.482', '-4.307', '223.649', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16998512', 'Qutrub', '1882', '-85.393', '-4.411', '222.232', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16998513', 'Qutrub', '1882', '-98.650', '-5.649', '203.361', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16998514', 'Qutrub', '1882', '-100.711', '-4.962', '197.865', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16998515', 'Qutrub', '1882', '-136.164', '-4.278', '151.517', '247'); -INSERT INTO `mob_spawn_points` VALUES ('16998516', 'Qutrub', '1882', '-98.753', '-5.782', '160.862', '226'); -INSERT INTO `mob_spawn_points` VALUES ('16998517', 'Qutrub', '1882', '-113.749', '-8.164', '134.420', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16998518', 'Lamia_Dancer', '1833', '-120.267', '-4.951', '143.092', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16998519', 'Lamia_s_Elemental', '1847', '-120.585', '-5.069', '143.067', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16998520', 'Lamie_No7', '1853', '-146.615', '-3.912', '186.245', '125'); -INSERT INTO `mob_spawn_points` VALUES ('16998521', 'Reserve_Draugar', '1883', '-21.870', '-7.000', '301.769', '49'); -INSERT INTO `mob_spawn_points` VALUES ('16998522', 'Merrow_Chantress', '1861', '-15.137', '-9.758', '315.406', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16998523', 'Nipper', '1869', '376.685', '-4.415', '236.571', '225'); -INSERT INTO `mob_spawn_points` VALUES ('16998524', 'Reserve_Draugar', '1883', '380.910', '-6.613', '241.675', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16998525', 'Nipper', '1869', '408.809', '-4.590', '265.793', '192'); -INSERT INTO `mob_spawn_points` VALUES ('16998526', 'Reserve_Draugar', '1883', '409.909', '-6.071', '259.603', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16998527', 'Reserve_Draugar', '1883', '482.196', '-4.575', '262.881', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16998528', 'Merrow_Shadowdancer', '1865', '483.883', '-6.482', '258.280', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16998529', 'Merrow_Icedancer', '1862', '548.469', '-4.559', '308.033', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16998530', 'Reserve_Draugar', '1883', '531.599', '-4.572', '305.537', '120'); -INSERT INTO `mob_spawn_points` VALUES ('16998531', 'Reserve_Draugar', '1883', '577.710', '-5.820', '324.168', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16998532', 'Merrow_Shadowdancer', '1865', '23.431', '-4.753', '303.952', '9'); -INSERT INTO `mob_spawn_points` VALUES ('16998533', 'Merrow_Kabukidancer', '1863', '48.413', '-3.709', '311.738', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16998534', 'Reserve_Draugar', '1883', '54.902', '-2.338', '295.513', '154'); -INSERT INTO `mob_spawn_points` VALUES ('16998535', 'Draugar_s_Wyvern', '1818', '56.780', '-2.189', '295.527', '139'); -INSERT INTO `mob_spawn_points` VALUES ('16998536', 'Merrow_Kabukidancer', '1863', '-14.500', '-3.220', '341.368', '210'); -INSERT INTO `mob_spawn_points` VALUES ('16998537', 'Merrow_Icedancer', '1862', '-64.128', '-4.176', '333.745', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16998538', 'Reserve_Draugar', '1883', '-92.686', '-4.072', '347.132', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16998539', 'Reserve_Draugar', '1883', '-90.080', '-2.761', '363.521', '178'); -INSERT INTO `mob_spawn_points` VALUES ('16998540', 'Reserve_Draugar', '1883', '-91.336', '-3.749', '339.428', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16998541', 'Draugar_s_Wyvern', '1818', '-91.748', '-3.699', '337.574', '201'); -INSERT INTO `mob_spawn_points` VALUES ('16998542', 'Merrow_Icedancer', '1862', '-90.231', '-3.447', '364.203', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16998543', 'Reserve_Draugar', '1883', '-113.091', '-7.299', '342.845', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16998544', 'Reserve_Draugar', '1883', '-142.164', '-3.234', '341.893', '60'); -INSERT INTO `mob_spawn_points` VALUES ('16998545', 'Reserve_Draugar', '1883', '-133.965', '-5.502', '342.290', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16998546', 'Reserve_Draugar', '1883', '-87.614', '-2.603', '364.611', '13'); -INSERT INTO `mob_spawn_points` VALUES ('16998547', 'Jnun', '1830', '-135.643', '-5.825', '376.026', '43'); -INSERT INTO `mob_spawn_points` VALUES ('16998548', 'Merrow_Chantress', '1861', '-156.152', '-9.749', '409.965', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16998549', 'Phasma', '1876', '-153.688', '-9.750', '410.645', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16998550', 'Bhoot', '1811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998551', 'Phasma', '1876', '-130.481', '-10.000', '434.866', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16998552', 'Merrow_Shadowdancer', '1865', '-101.676', '-4.227', '425.811', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16998553', 'Reserve_Draugar', '1883', '-106.043', '-3.982', '419.083', '221'); -INSERT INTO `mob_spawn_points` VALUES ('16998554', 'Jnun', '1830', '-69.108', '-2.019', '458.504', '146'); -INSERT INTO `mob_spawn_points` VALUES ('16998555', 'Ashakku', '1810', '-33.804', '-4.253', '496.581', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16998556', 'Ashakku', '1810', '-67.688', '-4.910', '498.917', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16998557', 'Ashakku', '1810', '-102.675', '-5.109', '507.220', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16998558', 'Ashakku', '1810', '-102.165', '-4.006', '497.080', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16998559', 'Phasma', '1876', '-99.762', '-6.488', '511.802', '81'); -INSERT INTO `mob_spawn_points` VALUES ('16998560', 'Merrow_No5', '1864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998561', 'Heraldic_Imp', '1828', '-27.055', '-8.312', '544.488', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16998562', 'Heraldic_Imp', '1828', '-36.039', '-8.388', '539.103', '3'); -INSERT INTO `mob_spawn_points` VALUES ('16998563', 'Heraldic_Imp', '1828', '-18.348', '-8.012', '544.107', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16998564', 'Phasma', '1876', '-225.228', '-3.950', '120.541', '37'); -INSERT INTO `mob_spawn_points` VALUES ('16998565', 'Jnun', '1830', '-272.921', '-3.784', '153.575', '160'); -INSERT INTO `mob_spawn_points` VALUES ('16998566', 'Jnun', '1830', '-264.514', '-2.322', '133.911', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16998567', 'Fallen_Volunteer', '1824', '-299.996', '-5.226', '82.993', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16998568', 'Fallen_Imperial_Wizard', '1823', '-298.882', '-4.910', '81.100', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16998569', 'Fallen_Imperial_Trooper', '1822', '-303.000', '-6.973', '81.438', '70'); -INSERT INTO `mob_spawn_points` VALUES ('16998570', 'Merrow_Chantress', '1861', '-299.718', '-5.885', '41.159', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16998571', 'Fallen_Imperial_Trooper', '1822', '-293.815', '-4.964', '58.560', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16998572', 'Fallen_Volunteer', '1824', '-297.212', '-7.838', '52.944', '88'); -INSERT INTO `mob_spawn_points` VALUES ('16998573', 'Fallen_Imperial_Wizard', '1823', '-298.459', '-8.152', '48.920', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16998574', 'Merrow_Chantress', '1861', '-339.724', '-15.920', '-19.294', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16998575', 'Fallen_Imperial_Trooper', '1822', '-343.657', '-15.960', '-12.920', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16998576', 'Fallen_Imperial_Trooper', '1822', '-336.092', '-15.543', '13.891', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16998577', 'Fallen_Volunteer', '1824', '-338.811', '-15.606', '13.444', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998578', 'Jnun', '1830', '-369.107', '-5.278', '88.784', '130'); -INSERT INTO `mob_spawn_points` VALUES ('16998579', 'Merrow_Chantress', '1861', '-415.250', '-7.011', '105.964', '206'); -INSERT INTO `mob_spawn_points` VALUES ('16998580', 'Fallen_Volunteer', '1824', '-412.762', '-8.312', '111.995', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16998581', 'Fallen_Imperial_Wizard', '1823', '-421.265', '-6.882', '103.021', '92'); -INSERT INTO `mob_spawn_points` VALUES ('16998582', 'Merrow_Kabukidancer', '1863', '-431.939', '-7.597', '16.595', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16998583', 'Fallen_Imperial_Wizard', '1823', '-422.703', '-4.545', '36.309', '216'); -INSERT INTO `mob_spawn_points` VALUES ('16998584', 'Fallen_Imperial_Trooper', '1822', '-417.099', '-6.852', '39.106', '235'); -INSERT INTO `mob_spawn_points` VALUES ('16998585', 'Merrow_Shadowdancer', '1865', '-430.966', '-4.858', '22.117', '16'); -INSERT INTO `mob_spawn_points` VALUES ('16998586', 'Fallen_Imperial_Trooper', '1822', '-455.548', '-7.365', '15.447', '207'); -INSERT INTO `mob_spawn_points` VALUES ('16998587', 'Fallen_Imperial_Wizard', '1823', '-435.503', '-7.612', '17.074', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16998588', 'Fallen_Volunteer', '1824', '-480.056', '-6.943', '-20.272', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16998589', 'Fallen_Imperial_Wizard', '1823', '-478.474', '-8.294', '-24.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16998590', 'Merrow_Shadowdancer', '1865', '-568.947', '-4.478', '93.906', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16998591', 'Fallen_Imperial_Wizard', '1823', '-565.185', '-8.001', '103.779', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16998592', 'Fallen_Imperial_Trooper', '1822', '-583.868', '-7.466', '73.816', '78'); -INSERT INTO `mob_spawn_points` VALUES ('16998593', 'Fallen_Imperial_Trooper', '1822', '-577.125', '-4.282', '74.963', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16998594', 'Jnun', '1830', '-488.007', '-5.158', '85.171', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16998595', 'Merrow_Icedancer', '1862', '-508.004', '-4.535', '134.384', '204'); -INSERT INTO `mob_spawn_points` VALUES ('16998596', 'Fallen_Volunteer', '1824', '-505.940', '-6.618', '139.016', '195'); -INSERT INTO `mob_spawn_points` VALUES ('16998597', 'Fallen_Imperial_Wizard', '1823', '-508.123', '-4.281', '134.828', '128'); -INSERT INTO `mob_spawn_points` VALUES ('16998598', 'Fallen_Imperial_Trooper', '1822', '-507.661', '-3.993', '133.939', '151'); -INSERT INTO `mob_spawn_points` VALUES ('16998599', 'Merrow_Chantress', '1861', '-554.195', '-15.943', '178.926', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16998600', 'Merrow_Chantress', '1861', '-579.072', '-15.855', '205.624', '185'); -INSERT INTO `mob_spawn_points` VALUES ('16998601', 'Fallen_Volunteer', '1824', '-587.679', '-15.923', '225.450', '149'); -INSERT INTO `mob_spawn_points` VALUES ('16998602', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998603', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998604', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998605', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998606', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998607', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998608', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998609', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998610', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998611', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998612', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998613', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998614', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998615', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998616', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998617', 'Naraka_Bat', '10853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998618', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998619', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998620', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998621', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998622', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998623', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998624', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998625', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998626', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998627', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998628', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998629', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998630', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998631', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998632', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998633', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998634', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998635', 'Nergal', '10854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998636', 'Lamia_Bellydancer', '1832', '-14.836', '-2.132', '426.619', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16998637', 'Lamia_s_Elemental', '1847', '-10.923', '-1.673', '421.162', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16998638', 'Draugar_Servant', '1817', '-23.721', '-2.099', '429.445', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16998639', 'Soulflayer', '1885', '17.253', '-6.861', '469.799', '104'); -INSERT INTO `mob_spawn_points` VALUES ('16998640', 'Soulflayer', '1885', '18.424', '-6.575', '516.575', '248'); -INSERT INTO `mob_spawn_points` VALUES ('16998641', 'Soulflayer', '1885', '46.629', '-4.518', '537.435', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16998642', 'Soulflayer', '1885', '99.388', '-7.961', '494.575', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16998643', 'Soulflayer', '1885', '96.645', '-7.979', '495.247', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16998644', 'Soulflayer', '1885', '56.308', '-5.215', '494.926', '18'); -INSERT INTO `mob_spawn_points` VALUES ('16998645', 'Lahama', '1831', '51.454', '-3.692', '416.163', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16998646', 'Draugar_Servant', '1817', '55.915', '-4.598', '428.031', '217'); -INSERT INTO `mob_spawn_points` VALUES ('16998647', 'Lahama', '1831', '65.240', '-7.741', '394.962', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16998648', 'Draugar_Servant', '1817', '54.808', '-5.067', '391.589', '80'); -INSERT INTO `mob_spawn_points` VALUES ('16998649', 'Draugar_s_Wyvern', '1818', '55.592', '-4.784', '393.364', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16998650', 'Lahama', '1831', '99.805', '-4.487', '417.637', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16998651', 'Lahama', '1831', '106.160', '-3.832', '427.454', '57'); -INSERT INTO `mob_spawn_points` VALUES ('16998652', 'Lamia_Deathdancer', '1835', '139.117', '-5.489', '463.415', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16998653', 'Draugar_Servant', '1817', '136.234', '-6.831', '468.779', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16998654', 'Draugar_Servant', '1817', '134.976', '-7.049', '464.915', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16998655', 'Bloody_Bones', '1812', '136.000', '-6.000', '476.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16998656', 'Bhoot', '1811', '107.258', '-2.060', '258.006', '170'); -INSERT INTO `mob_spawn_points` VALUES ('16998657', 'Phasma', '1876', '109.564', '-4.015', '226.246', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16998658', 'Phasma', '1876', '148.004', '-7.453', '254.834', '77'); -INSERT INTO `mob_spawn_points` VALUES ('16998659', 'Draugar_Servant', '1817', '150.777', '-6.003', '259.533', '65'); -INSERT INTO `mob_spawn_points` VALUES ('16998660', 'Draugar_s_Wyvern', '1818', '152.358', '-5.036', '260.901', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16998661', 'Merrow_Songstress', '1866', '185.787', '-7.755', '288.889', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16998662', 'Draugar_Servant', '1817', '184.278', '-7.011', '295.976', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16998663', 'Merrow_Bladedancer', '1860', '203.712', '-11.008', '280.946', '25'); -INSERT INTO `mob_spawn_points` VALUES ('16998664', 'Ice_Elemental', '1829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998665', 'Draugar_Servant', '1817', '228.061', '-2.306', '302.545', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16998666', 'Lahama', '1831', '229.657', '-8.053', '350.198', '24'); -INSERT INTO `mob_spawn_points` VALUES ('16998667', 'Nipper', '1869', '231.114', '-7.497', '345.863', '41'); -INSERT INTO `mob_spawn_points` VALUES ('16998668', 'Nipper', '1869', '224.796', '-8.045', '355.511', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16998669', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998670', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998671', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998672', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998673', 'Nipper', '1869', '267.470', '-3.796', '387.522', '102'); -INSERT INTO `mob_spawn_points` VALUES ('16998674', 'Nipper', '1869', '265.520', '-3.549', '389.204', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16998675', 'Soulflayer', '1885', '253.587', '-6.575', '377.290', '99'); -INSERT INTO `mob_spawn_points` VALUES ('16998676', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998677', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998678', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998679', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998680', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998681', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998682', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998683', 'Nostokulshedra', '10855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998684', 'Merrow_Wavedancer', '1868', '399.311', '-9.675', '409.513', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16998685', 'Merrow_Songstress', '1866', '388.981', '-6.999', '412.720', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16998686', 'Draugar_Servant', '1817', '390.568', '-7.000', '415.169', '190'); -INSERT INTO `mob_spawn_points` VALUES ('16998687', 'Jnun', '1830', '384.438', '-5.386', '483.383', '180'); -INSERT INTO `mob_spawn_points` VALUES ('16998688', 'Jnun', '1830', '457.608', '-4.638', '483.610', '124'); -INSERT INTO `mob_spawn_points` VALUES ('16998689', 'Lamia_Idolater', '1839', '435.828', '-6.650', '498.971', '136'); -INSERT INTO `mob_spawn_points` VALUES ('16998690', 'Lamia_Idolater', '1839', '453.882', '-4.398', '488.655', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16998691', 'Lamia_Necromancer', '1840', '453.156', '-4.413', '454.844', '15'); -INSERT INTO `mob_spawn_points` VALUES ('16998692', 'Lamia_Idolater', '1839', '456.929', '-4.437', '435.391', '68'); -INSERT INTO `mob_spawn_points` VALUES ('16998693', 'Lamia_Idolater', '1839', '460.929', '-6.256', '436.833', '46'); -INSERT INTO `mob_spawn_points` VALUES ('16998694', 'Lamia_Idolater', '1839', '471.316', '-4.598', '373.679', '38'); -INSERT INTO `mob_spawn_points` VALUES ('16998695', 'Lamia_Idolater', '1839', '461.189', '-5.364', '380.427', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16998696', 'Euryale', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998697', 'Lamia_Toxophilite', '1849', '478.243', '-4.440', '376.926', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16998698', 'Lamia_Idolater', '1839', '478.383', '-4.204', '376.524', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16998699', 'Lamia_Idolater', '1839', '509.667', '-4.119', '374.475', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16998700', 'Lamia_Idolater', '1839', '540.471', '-7.718', '419.559', '234'); -INSERT INTO `mob_spawn_points` VALUES ('16998701', 'Lamia_Idolater', '1839', '540.914', '-8.192', '414.372', '14'); -INSERT INTO `mob_spawn_points` VALUES ('16998702', 'Lamia_Idolater', '1839', '590.554', '-8.332', '419.471', '252'); -INSERT INTO `mob_spawn_points` VALUES ('16998703', 'Lamia_Toxophilite', '1849', '612.876', '-7.516', '420.208', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16998704', 'Seneschal_Imp', '1884', '500.061', '-7.934', '453.926', '21'); -INSERT INTO `mob_spawn_points` VALUES ('16998705', 'Seneschal_Imp', '1884', '500.651', '-8.034', '460.968', '166'); -INSERT INTO `mob_spawn_points` VALUES ('16998706', 'Phasma', '1876', '542.821', '-7.383', '500.978', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16998707', 'Phasma', '1876', '542.961', '-7.376', '499.831', '220'); -INSERT INTO `mob_spawn_points` VALUES ('16998708', 'Bhoot', '1811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998709', 'Lamia_Idolater', '1839', '552.397', '-7.933', '461.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16998710', 'Merrow_Typhoondancer', '1867', '-472.506', '-7.281', '203.831', '179'); -INSERT INTO `mob_spawn_points` VALUES ('16998711', 'Merrow_Songstress', '1866', '-471.002', '-10.034', '223.183', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16998712', 'Draugar_Servant', '1817', '-468.697', '-7.000', '213.653', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16998713', 'Jnun', '1830', '-430.928', '-4.511', '224.673', '172'); -INSERT INTO `mob_spawn_points` VALUES ('16998714', 'Jnun', '1830', '-388.065', '-3.500', '174.204', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16998715', 'Jnun', '1830', '-395.839', '-3.926', '176.414', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16998716', 'Jnun', '1830', '-362.737', '-4.510', '218.437', '91'); -INSERT INTO `mob_spawn_points` VALUES ('16998717', 'Seneschal_Imp', '1884', '-470.420', '-8.127', '345.022', '116'); -INSERT INTO `mob_spawn_points` VALUES ('16998718', 'Seneschal_Imp', '1884', '-461.562', '-7.781', '338.614', '219'); -INSERT INTO `mob_spawn_points` VALUES ('16998719', 'Emperor_Apkallu', '1819', '-494.744', '-7.879', '277.639', '203'); -INSERT INTO `mob_spawn_points` VALUES ('16998720', 'Emperor_Apkallu', '1819', '-504.467', '-4.355', '287.005', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16998721', 'Emperor_Apkallu', '1819', '-544.549', '-5.514', '283.550', '101'); -INSERT INTO `mob_spawn_points` VALUES ('16998722', 'Emperor_Apkallu', '1819', '-522.960', '-4.773', '296.819', '94'); -INSERT INTO `mob_spawn_points` VALUES ('16998723', 'Emperor_Apkallu', '1819', '-560.360', '-6.503', '300.053', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16998724', 'Emperor_Apkallu', '1819', '-563.219', '-5.425', '298.768', '47'); -INSERT INTO `mob_spawn_points` VALUES ('16998725', 'Emperor_Apkallu', '1819', '-552.426', '-4.974', '295.491', '168'); -INSERT INTO `mob_spawn_points` VALUES ('16998726', 'Emperor_Apkallu', '1819', '-615.801', '-4.150', '282.712', '196'); -INSERT INTO `mob_spawn_points` VALUES ('16998727', 'Emperor_Apkallu', '1819', '-621.930', '-7.316', '274.629', '93'); -INSERT INTO `mob_spawn_points` VALUES ('16998728', 'Emperor_Apkallu', '1819', '-548.843', '-5.359', '279.953', '194'); -INSERT INTO `mob_spawn_points` VALUES ('16998729', 'Emperor_Apkallu', '1819', '-547.344', '-5.553', '283.658', '233'); -INSERT INTO `mob_spawn_points` VALUES ('16998730', 'Emperor_Apkallu', '1819', '-535.718', '-3.905', '261.840', '174'); -INSERT INTO `mob_spawn_points` VALUES ('16998731', 'Emperor_Apkallu', '1819', '-538.165', '-5.608', '232.292', '35'); -INSERT INTO `mob_spawn_points` VALUES ('16998732', 'Emperor_Apkallu', '1819', '-530.804', '-3.698', '231.523', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16998733', 'Nix_Songstress', '1871', '-286.216', '-10.000', '282.547', '31'); -INSERT INTO `mob_spawn_points` VALUES ('16998734', 'Nix_Songstress', '1871', '-284.578', '-10.000', '283.936', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16998735', 'Merrow_Typhoondancer', '1867', '-295.847', '-7.008', '301.477', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16998736', 'Merrow_Bladedancer', '1860', '-343.062', '-2.162', '338.935', '30'); -INSERT INTO `mob_spawn_points` VALUES ('16998737', 'Merrow_Wavedancer', '1868', '-367.927', '-6.069', '379.936', '161'); -INSERT INTO `mob_spawn_points` VALUES ('16998738', 'Merrow_Typhoondancer', '1867', '-367.189', '-4.933', '373.970', '137'); -INSERT INTO `mob_spawn_points` VALUES ('16998739', 'Merrow_Wavedancer', '1868', '-334.357', '-4.029', '392.697', '1'); -INSERT INTO `mob_spawn_points` VALUES ('16998740', 'Ice_Elemental', '1829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998741', 'Dark_Elemental', '1816', '-264.843', '-2.823', '385.519', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16998742', 'Lamie_No9', '1855', '-228.367', '-4.690', '342.671', '55'); -INSERT INTO `mob_spawn_points` VALUES ('16998743', 'Lamia_s_Avatar', '1846', '-228.270', '-4.850', '344.900', '62'); -INSERT INTO `mob_spawn_points` VALUES ('16998744', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998745', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998746', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998747', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998748', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998749', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998750', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998751', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998752', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998753', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998754', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998755', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998756', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998757', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998758', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998759', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998760', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998761', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998762', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998763', 'Dweomershell', '10856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998764', 'Draugar_Servant', '1817', '101.646', '-8.352', '9.579', '229'); -INSERT INTO `mob_spawn_points` VALUES ('16998765', 'Draugar_Servant', '1817', '100.980', '-10.576', '-13.382', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16998766', 'Nix_Wavedancer', '1873', '48.595', '-17.999', '-38.460', '83'); -INSERT INTO `mob_spawn_points` VALUES ('16998767', 'Nix_Bladedancer', '1870', '-23.315', '-17.245', '-65.709', '59'); -INSERT INTO `mob_spawn_points` VALUES ('16998768', 'Draugar_Servant', '1817', '-66.210', '-10.476', '-107.233', '110'); -INSERT INTO `mob_spawn_points` VALUES ('16998769', 'Draugar_Servant', '1817', '-67.177', '-10.645', '-106.580', '71'); -INSERT INTO `mob_spawn_points` VALUES ('16998770', 'Draugar_s_Wyvern', '1818', '-64.681', '-9.714', '-110.244', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16998771', 'Nix_Typhoondancer', '1872', '-97.817', '-5.425', '-136.776', '134'); -INSERT INTO `mob_spawn_points` VALUES ('16998772', 'Draugar_Servant', '1817', '-85.653', '-3.807', '-145.799', '218'); -INSERT INTO `mob_spawn_points` VALUES ('16998773', 'Draugar_Servant', '1817', '-108.944', '-3.078', '-133.708', '126'); -INSERT INTO `mob_spawn_points` VALUES ('16998774', 'Draugar_Servant', '1817', '-108.936', '-2.915', '-134.978', '175'); -INSERT INTO `mob_spawn_points` VALUES ('16998775', 'Nix_Typhoondancer', '1872', '-50.343', '-7.333', '-174.662', '182'); -INSERT INTO `mob_spawn_points` VALUES ('16998776', 'Draugar_Servant', '1817', '-55.730', '-7.035', '-173.188', '155'); -INSERT INTO `mob_spawn_points` VALUES ('16998777', 'Draugar_Servant', '1817', '-55.000', '-7.161', '-173.334', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16998778', 'Draugar_Servant', '1817', '-56.681', '-5.865', '-178.079', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16998779', 'Draugar_Servant', '1817', '-12.875', '-5.043', '-183.565', '224'); -INSERT INTO `mob_spawn_points` VALUES ('16998780', 'Draugar_Servant', '1817', '-8.203', '-5.554', '-180.136', '114'); -INSERT INTO `mob_spawn_points` VALUES ('16998781', 'Ice_Elemental', '1829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998782', 'Dark_Elemental', '1816', '-49.301', '-4.160', '-205.069', '33'); -INSERT INTO `mob_spawn_points` VALUES ('16998783', 'Lamia_Idolater', '1839', '-105.143', '-4.337', '-286.469', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16998784', 'Lamia_Idolater', '1839', '-102.079', '-4.372', '-277.244', '200'); -INSERT INTO `mob_spawn_points` VALUES ('16998785', 'Lamie_Necromancer', '1852', '-143.731', '-4.318', '-304.728', '181'); -INSERT INTO `mob_spawn_points` VALUES ('16998786', 'Lamia_Idolater', '1839', '-138.159', '-6.468', '-319.563', '66'); -INSERT INTO `mob_spawn_points` VALUES ('16998787', 'Lamia_Idolater', '1839', '-137.978', '-6.580', '-311.553', '163'); -INSERT INTO `mob_spawn_points` VALUES ('16998788', 'Lamia_Idolater', '1839', '-135.169', '-6.047', '-299.013', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16998789', 'Lamie_Bellydancer', '1850', '-145.956', '-4.678', '-324.576', '106'); -INSERT INTO `mob_spawn_points` VALUES ('16998790', 'Lamia_s_Elemental', '1847', '-148.746', '-4.909', '-338.040', '54'); -INSERT INTO `mob_spawn_points` VALUES ('16998791', 'Lamia_Idolater', '1839', '-146.510', '-4.729', '-342.959', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16998792', 'Lamia_Idolater', '1839', '-148.872', '-5.138', '-328.479', '187'); -INSERT INTO `mob_spawn_points` VALUES ('16998793', 'Lamie_Deathdancer', '1851', '-100.001', '-6.387', '-397.049', '39'); -INSERT INTO `mob_spawn_points` VALUES ('16998794', 'Lamia_Idolater', '1839', '-100.259', '-6.200', '-398.179', '64'); -INSERT INTO `mob_spawn_points` VALUES ('16998795', 'Lamia_Idolater', '1839', '-107.298', '-7.215', '-380.027', '8'); -INSERT INTO `mob_spawn_points` VALUES ('16998796', 'Lamia_Idolater', '1839', '-101.720', '-6.343', '-391.693', '44'); -INSERT INTO `mob_spawn_points` VALUES ('16998797', 'Draugar_Servant', '1817', '-59.434', '-4.834', '-285.954', '215'); -INSERT INTO `mob_spawn_points` VALUES ('16998798', 'Draugar_Servant', '1817', '-62.860', '-6.284', '-288.629', '141'); -INSERT INTO `mob_spawn_points` VALUES ('16998799', 'Draugar_s_Wyvern', '1818', '-60.910', '-5.587', '-289.592', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16998800', 'Lamie_Necromancer', '1852', '-17.540', '-4.235', '-298.143', '177'); -INSERT INTO `mob_spawn_points` VALUES ('16998801', 'Draugar_Servant', '1817', '-19.003', '-4.334', '-297.752', '250'); -INSERT INTO `mob_spawn_points` VALUES ('16998802', 'Draugar_Servant', '1817', '-21.954', '-6.585', '-309.300', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16998803', 'Draugar_Servant', '1817', '-14.346', '-3.683', '-305.165', '199'); -INSERT INTO `mob_spawn_points` VALUES ('16998804', 'Draugar_Servant', '1817', '-33.970', '-4.306', '-297.894', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16998805', 'Draugar_Servant', '1817', '0.760', '-8.075', '-347.902', '19'); -INSERT INTO `mob_spawn_points` VALUES ('16998806', 'Draugar_Servant', '1817', '1.495', '-7.701', '-346.751', '36'); -INSERT INTO `mob_spawn_points` VALUES ('16998807', 'Draugar_Servant', '1817', '3.958', '-4.915', '-338.886', '228'); -INSERT INTO `mob_spawn_points` VALUES ('16998808', 'Lamie_Toxophilite', '1856', '22.856', '-5.518', '-361.903', '52'); -INSERT INTO `mob_spawn_points` VALUES ('16998809', 'Draugar_Servant', '1817', '17.995', '-7.450', '-361.254', '186'); -INSERT INTO `mob_spawn_points` VALUES ('16998810', 'Draugar_Servant', '1817', '24.362', '-5.528', '-371.546', '51'); -INSERT INTO `mob_spawn_points` VALUES ('16998811', 'Draugar_Servant', '1817', '19.123', '-6.904', '-366.064', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16998812', 'Lamie_Toxophilite', '1856', '23.952', '-4.992', '-398.956', '63'); -INSERT INTO `mob_spawn_points` VALUES ('16998813', 'Draugar_Servant', '1817', '17.145', '-7.802', '-402.501', '86'); -INSERT INTO `mob_spawn_points` VALUES ('16998814', 'Draugar_Servant', '1817', '22.604', '-6.513', '-405.572', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16998815', 'Draugar_s_Wyvern', '1818', '23.481', '-4.977', '-395.472', '191'); -INSERT INTO `mob_spawn_points` VALUES ('16998816', 'Lamie_Bellydancer', '1850', '-98.405', '-5.966', '-409.375', '76'); -INSERT INTO `mob_spawn_points` VALUES ('16998817', 'Lamia_s_Elemental', '1847', '-99.682', '-5.446', '-407.016', '11'); -INSERT INTO `mob_spawn_points` VALUES ('16998818', 'Lamia_Idolater', '1839', '-103.234', '-4.023', '-415.711', '236'); -INSERT INTO `mob_spawn_points` VALUES ('16998819', 'Lamia_Idolater', '1839', '-103.561', '-4.833', '-408.813', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16998820', 'Ice_Elemental', '1829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998821', 'Dark_Elemental', '1816', '-58.725', '-5.003', '-421.843', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16998822', 'Jnun', '1830', '-78.375', '-4.854', '-483.804', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16998823', 'Jnun', '1830', '-89.975', '-1.096', '-496.171', '42'); -INSERT INTO `mob_spawn_points` VALUES ('16998824', 'Ice_Elemental', '1829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998825', 'Dark_Elemental', '1816', '-137.756', '-4.280', '-507.863', '167'); -INSERT INTO `mob_spawn_points` VALUES ('16998826', 'Ephramadian_Shade', '1820', '-451.155', '-6.424', '-460.168', '108'); -INSERT INTO `mob_spawn_points` VALUES ('16998827', 'Ephramadian_Shade', '1820', '-443.097', '-7.151', '-462.784', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16998828', 'Ephramadian_Shade', '1820', '-446.920', '-7.288', '-464.979', '45'); -INSERT INTO `mob_spawn_points` VALUES ('16998829', 'Ephramadian_Shade', '1820', '-418.862', '-6.831', '-360.970', '67'); -INSERT INTO `mob_spawn_points` VALUES ('16998830', 'Ephramadian_Shade', '1820', '-424.810', '-4.748', '-371.961', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16998831', 'Ephramadian_Shade', '1820', '-428.033', '-4.640', '-379.461', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16998832', 'Ephramadian_Shade', '1820', '-456.876', '-4.398', '-350.909', '79'); -INSERT INTO `mob_spawn_points` VALUES ('16998833', 'Ephramadian_Shade', '1820', '-443.369', '-4.463', '-343.948', '121'); -INSERT INTO `mob_spawn_points` VALUES ('16998834', 'Bukki', '1813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998835', 'Lamia_No11', '1841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998836', 'Lamia_No24', '1844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998837', 'Lamia_No18', '1842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998838', 'Archaic_Mirror', '1807', '624.111', '-15.790', '139.620', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16998839', 'Archaic_Mirror', '1807', '436.132', '-7.135', '181.723', '251'); -INSERT INTO `mob_spawn_points` VALUES ('16998840', 'Archaic_Mirror', '1807', '133.243', '-3.285', '150.255', '27'); -INSERT INTO `mob_spawn_points` VALUES ('16998841', 'Archaic_Mirror', '1807', '-139.504', '-4.149', '187.627', '132'); -INSERT INTO `mob_spawn_points` VALUES ('16998842', 'Archaic_Mirror', '1807', '-371.776', '-16.516', '51.963', '164'); -INSERT INTO `mob_spawn_points` VALUES ('16998843', 'Archaic_Mirror', '1807', '-502.025', '-8.578', '-62.024', '232'); -INSERT INTO `mob_spawn_points` VALUES ('16998844', 'Archaic_Mirror', '1807', '-574.105', '-15.442', '261.351', '12'); -INSERT INTO `mob_spawn_points` VALUES ('16998845', 'Archaic_Mirror', '1807', '-150.020', '-6.549', '-501.904', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16998846', 'Lamia_Palace_Guard', '1845', '630.185', '-15.481', '139.951', '255'); -INSERT INTO `mob_spawn_points` VALUES ('16998847', 'Lamia_Palace_Guard', '1845', '618.654', '-15.317', '137.708', '96'); -INSERT INTO `mob_spawn_points` VALUES ('16998848', 'Lamia_Palace_Guard', '1845', '435.476', '-7.153', '184.263', '28'); -INSERT INTO `mob_spawn_points` VALUES ('16998849', 'Lamia_Palace_Guard', '1845', '428.557', '-7.860', '191.688', '169'); -INSERT INTO `mob_spawn_points` VALUES ('16998850', 'Lamia_Palace_Guard', '1845', '143.400', '-2.372', '144.604', '231'); -INSERT INTO `mob_spawn_points` VALUES ('16998851', 'Lamia_Palace_Guard', '1845', '147.187', '-2.576', '138.588', '189'); -INSERT INTO `mob_spawn_points` VALUES ('16998852', 'Lamia_Palace_Guard', '1845', '-146.201', '-4.060', '187.705', '253'); -INSERT INTO `mob_spawn_points` VALUES ('16998853', 'Lamia_Palace_Guard', '1845', '-143.338', '-4.417', '188.159', '6'); -INSERT INTO `mob_spawn_points` VALUES ('16998854', 'Lamia_Palace_Guard', '1845', '-374.297', '-15.995', '54.175', '29'); -INSERT INTO `mob_spawn_points` VALUES ('16998855', 'Lamia_Palace_Guard', '1845', '-381.340', '-15.354', '62.192', '5'); -INSERT INTO `mob_spawn_points` VALUES ('16998856', 'Lamia_Palace_Guard', '1845', '-520.475', '-7.982', '-59.101', '131'); -INSERT INTO `mob_spawn_points` VALUES ('16998857', 'Lamia_Palace_Guard', '1845', '-514.474', '-7.662', '-59.672', '135'); -INSERT INTO `mob_spawn_points` VALUES ('16998858', 'Lamia_Palace_Guard', '1845', '-590.476', '-15.888', '256.825', '112'); -INSERT INTO `mob_spawn_points` VALUES ('16998859', 'Lamia_Palace_Guard', '1845', '-577.597', '-15.460', '259.740', '244'); -INSERT INTO `mob_spawn_points` VALUES ('16998860', 'Lamia_Palace_Guard', '1845', '-149.378', '-5.374', '-498.903', '158'); -INSERT INTO `mob_spawn_points` VALUES ('16998861', 'Lamia_Palace_Guard', '1845', '-141.828', '-4.789', '-501.637', '205'); -INSERT INTO `mob_spawn_points` VALUES ('16998862', 'Medusa', '1859', '-460.000', '-20.500', '460.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('16998863', 'Lamia_Exon', '1836', '-458.000', '-20.500', '458.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16998864', 'Lamia_Exon', '1836', '-458.000', '-20.500', '458.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16998865', 'Lamia_Exon', '1836', '-462.000', '-20.500', '458.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16998866', 'Lamia_Exon', '1836', '-462.000', '-20.500', '458.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('16998867', 'Ornery_Orobon', '1875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16998868', 'Lamia_No19', '1843', '-115.989', '-4.700', '-500.147', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16998869', 'Lamia_s_Skeleton', '1848', '-114.989', '-4.700', '-501.147', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16998870', 'Lamia_s_Skeleton', '1848', '-116.989', '-4.700', '-499.147', '254'); -INSERT INTO `mob_spawn_points` VALUES ('16998871', 'Lil_Apkallu', '1857', '488.000', '-1.000', '166.000', '230'); -INSERT INTO `mob_spawn_points` VALUES ('16998872', 'Velionis', '1886', '311.000', '-3.000', '27.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('16998873', 'Zareehkl_the_Jubilant', '1889', '176.000', '-4.000', '182.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17002497', 'Percipient_Fish', '1920', '364.000', '-5.000', '99.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17002498', 'Percipient_Fish', '1920', '343.000', '-5.000', '99.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17002499', 'Percipient_Fish', '1920', '338.000', '-6.000', '67.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17002500', 'Percipient_Fish', '1920', '302.000', '-6.000', '50.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17002501', 'Percipient_Fish', '1920', '256.000', '-1.000', '22.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17002502', 'Percipient_Fish', '1920', '223.000', '-2.000', '-21.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17002503', 'Percipient_Fish', '1920', '295.000', '-4.000', '-14.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17002504', 'Percipient_Fish', '1920', '313.000', '-6.000', '-16.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17002505', 'Cursed_Chest', '1897', '509.000', '-7.000', '100.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17002506', 'Cursed_Chest', '1897', '590.000', '-15.000', '103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17002507', 'Cursed_Chest', '1897', '346.000', '-2.000', '113.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17002508', 'Cursed_Chest', '1897', '351.000', '-15.000', '-14.000', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17002509', 'Cursed_Chest', '1897', '305.000', '-7.000', '-56.000', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17002510', 'Cursed_Chest', '1897', '288.000', '-15.000', '-105.000', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17002511', 'Cursed_Chest', '1897', '331.000', '-15.000', '-181.000', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17002512', 'Cursed_Chest', '1897', '434.000', '-6.000', '-123.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17002513', 'Cursed_Chest', '1897', '471.000', '-2.000', '191.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17002514', 'Cursed_Chest', '1897', '472.000', '-7.000', '228.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17002515', 'Cursed_Chest', '1897', '487.000', '-2.000', '187.000', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17002516', 'Cursed_Chest', '1897', '546.000', '-7.000', '161.000', '156'); -INSERT INTO `mob_spawn_points` VALUES ('16998874', 'Nuhn', '1874', '-451.000', '-7.000', '389.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17027073', 'Sicklemoon_Crab', '2061', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027074', 'Zazalda_Clot', '2076', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027075', 'Vozold_Clot', '2071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027076', 'Zazalda_Jagil', '2077', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027077', 'Vozold_Jagil', '2072', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027078', 'Giant_Orobon', '2045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027079', 'Wootzshell', '2075', '304.793', '-15.012', '-336.217', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17027080', 'Wootzshell', '2075', '283.740', '-14.925', '-330.960', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17027081', 'Wootzshell', '2075', '339.950', '-14.775', '-350.863', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17027082', 'Wootzshell', '2075', '352.973', '-15.194', '-331.511', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17027083', 'Wootzshell', '2075', '379.785', '-14.343', '-321.177', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17027084', 'Sicklemoon_Jagil', '2062', '379.750', '-14.330', '-321.339', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17027085', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027086', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027087', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027088', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027089', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027090', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027091', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027092', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027093', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027094', 'Wootzshell', '2075', '377.716', '-14.061', '-286.807', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17027095', 'Sicklemoon_Jagil', '2062', '378.617', '-14.318', '-276.745', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17027096', 'Phasma', '2057', '396.749', '-14.470', '-261.470', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17027097', 'Sicklemoon_Jagil', '2062', '402.781', '-14.850', '-252.083', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17027098', 'Wootzshell', '2075', '388.014', '-14.146', '-240.990', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17027099', 'Phasma', '2057', '219.203', '-14.535', '-279.678', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17027100', 'Sicklemoon_Jagil', '2062', '188.028', '-14.018', '-219.423', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17027101', 'Sicklemoon_Jagil', '2062', '200.799', '-14.467', '-210.992', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17027102', 'Sicklemoon_Jagil', '2062', '150.118', '-14.350', '-198.505', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17027103', 'Sicklemoon_Jagil', '2062', '160.756', '-14.234', '-222.475', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17027104', 'Wootzshell', '2075', '167.812', '-14.942', '-219.431', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17027105', 'Wootzshell', '2075', '143.143', '-14.937', '-167.995', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17027106', 'Wootzshell', '2075', '142.102', '-14.593', '-161.721', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17027107', 'Sicklemoon_Jagil', '2062', '124.638', '-14.778', '-135.874', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17027108', 'Sicklemoon_Jagil', '2062', '116.657', '-14.801', '-132.452', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17027109', 'Phasma', '2057', '117.568', '-14.388', '-138.580', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17027110', 'Wootzshell', '2075', '125.307', '-14.603', '-114.143', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17027111', 'Earth_Elemental', '2038', '113.531', '-14.222', '-129.269', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17027112', 'Phasma', '2057', '112.713', '-14.762', '-107.141', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17027113', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027114', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027115', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027116', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027117', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027118', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027119', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027120', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027121', 'Sulphuric_Jagil', '10845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027122', 'Earth_Elemental', '2038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027123', 'Assassin_Fly', '2030', '367.282', '-13.740', '-251.227', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17027124', 'Assassin_Fly', '2030', '367.465', '-14.012', '-252.159', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17027125', 'Assassin_Fly', '2030', '369.323', '-14.031', '-251.049', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17027126', 'Magmatic_Eruca', '2055', '350.835', '-14.533', '-272.755', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17027127', 'Magmatic_Eruca', '2055', '354.417', '-14.649', '-274.803', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17027128', 'Magmatic_Eruca', '2055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027129', 'Magmatic_Eruca', '2055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027130', 'Magmatic_Eruca', '2055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027131', 'Magmatic_Eruca', '2055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027132', 'Assassin_Fly', '2030', '322.369', '-14.436', '-316.353', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17027133', 'Assassin_Fly', '2030', '316.574', '-14.473', '-316.827', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17027134', 'Assassin_Fly', '2030', '316.933', '-14.481', '-317.091', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17027135', 'Magmatic_Eruca', '2055', '307.393', '-14.557', '-312.680', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17027136', 'Magmatic_Eruca', '2055', '286.937', '-14.661', '-310.205', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17027137', 'Magmatic_Eruca', '2055', '340.767', '-14.164', '-313.480', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17027138', 'Fire_Elemental', '2041', '283.073', '-21.778', '-247.568', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17027139', 'Magmatic_Eruca', '2055', '284.527', '-22.012', '-221.266', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17027140', 'Magmatic_Eruca', '2055', '329.264', '-22.485', '-171.017', '136'); -INSERT INTO `mob_spawn_points` VALUES ('17027141', 'Magmatic_Eruca', '2055', '273.053', '-22.398', '-154.449', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17027142', 'Magmatic_Eruca', '2055', '277.542', '-22.479', '-149.749', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17027143', 'Phasma', '2057', '236.822', '-22.594', '-168.138', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17027144', 'Magmatic_Eruca', '2055', '251.475', '-22.175', '-161.305', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17027145', 'Magmatic_Eruca', '2055', '181.601', '-14.120', '-166.218', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17027146', 'Magmatic_Eruca', '2055', '175.315', '-14.444', '-173.589', '137'); -INSERT INTO `mob_spawn_points` VALUES ('17027147', 'Assassin_Fly', '2030', '196.481', '-13.950', '-181.328', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17027148', 'Assassin_Fly', '2030', '194.855', '-14.079', '-182.906', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17027149', 'Assassin_Fly', '2030', '199.981', '-14.242', '-185.831', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17027150', 'Magmatic_Eruca', '2055', '159.965', '-14.531', '-112.429', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17027151', 'Magmatic_Eruca', '2055', '157.203', '-14.474', '-152.229', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17027152', 'Magmatic_Eruca', '2055', '381.564', '-26.343', '-139.063', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17027153', 'Mountain_Clot', '2056', '418.754', '-26.267', '-70.059', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17027154', 'Mountain_Clot', '2056', '371.070', '-25.707', '-58.587', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17027155', 'Mountain_Clot', '2056', '416.366', '-26.895', '-38.457', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17027156', 'Mountain_Clot', '2056', '417.224', '-26.156', '8.728', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17027157', 'Magmatic_Eruca', '2055', '438.640', '-26.355', '20.013', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17027158', 'Magmatic_Eruca', '2055', '177.926', '-18.031', '-68.280', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17027159', 'Magmatic_Eruca', '2055', '218.921', '-18.495', '-32.420', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17027160', 'Magmatic_Eruca', '2055', '219.455', '-17.989', '-54.949', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17027161', 'Hilltroll_Warrior', '2052', '151.675', '-14.475', '-1.662', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17027162', 'Hilltroll_Puppetmaster', '2049', '154.779', '-14.479', '2.513', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17027163', 'Troll_s_Automaton', '2069', '156.544', '-14.484', '3.277', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17027164', 'Hilltroll_Dark_Knight', '2046', '130.422', '-14.415', '23.213', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17027165', 'Hilltroll_Monk', '2047', '107.297', '-15.296', '17.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17027166', 'Volcanic_Leech', '2070', '102.021', '-14.465', '-11.374', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17027167', 'Volcanic_Leech', '2070', '107.519', '-13.319', '-16.140', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17027168', 'Hilltroll_Red_Mage', '2051', '109.137', '-14.005', '-24.914', '141'); -INSERT INTO `mob_spawn_points` VALUES ('17027169', 'Earth_Elemental', '2038', '105.581', '-14.071', '-29.519', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17027170', 'Hilltroll_Paladin', '2048', '55.555', '-14.465', '51.772', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17027171', 'Hilltroll_Monk', '2047', '62.432', '-14.301', '55.035', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17027172', 'Volcanic_Leech', '2070', '54.185', '-13.063', '22.472', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17027173', 'Hilltroll_Dark_Knight', '2046', '33.066', '-14.331', '24.500', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17027174', 'Volcanic_Leech', '2070', '23.859', '-14.741', '39.605', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17027175', 'Hilltroll_Red_Mage', '2051', '26.120', '-13.981', '56.128', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17027176', 'Volcanic_Leech', '2070', '4.369', '-14.299', '100.303', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17027177', 'Hilltroll_Paladin', '2048', '19.610', '-14.782', '98.865', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17027178', 'Hilltroll_Warrior', '2052', '-4.649', '-14.669', '109.482', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17027179', 'Hilltroll_Red_Mage', '2051', '49.660', '-14.259', '103.998', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17027180', 'Hilltroll_Puppetmaster', '2049', '21.487', '-14.052', '114.273', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17027181', 'Troll_s_Automaton', '2069', '22.171', '-14.283', '112.688', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17027182', 'Fire_Elemental', '2041', '31.693', '-14.459', '128.698', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17027183', 'Fahrafahr_the_Bloodied', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027184', 'Volcanic_Leech', '2070', '3.601', '-14.677', '113.450', '210'); -INSERT INTO `mob_spawn_points` VALUES ('17027185', 'Hilltroll_Dark_Knight', '2046', '131.429', '-22.494', '-9.608', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17027186', 'Hilltroll_Paladin', '2048', '114.761', '-22.494', '-48.453', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17027187', 'Hilltroll_Red_Mage', '2051', '48.030', '-22.500', '75.463', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17027188', 'Hilltroll_Monk', '2047', '84.057', '-22.500', '67.469', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17027189', 'Hilltroll_Warrior', '2052', '91.219', '-22.499', '47.162', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17027190', 'Mountain_Clot', '2056', '41.696', '-6.474', '180.135', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17027191', 'Mountain_Clot', '2056', '18.948', '-6.174', '172.407', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17027192', 'Mountain_Clot', '2056', '7.263', '-6.246', '139.439', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17027193', 'Mountain_Clot', '2056', '-0.587', '-6.790', '139.294', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17027194', 'Mountain_Clot', '2056', '-4.779', '-6.377', '218.715', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17027195', 'Mountain_Clot', '2056', '-7.421', '-6.649', '219.813', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17027196', 'Wamoura_Prince', '2074', '10.043', '-24.648', '189.008', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17027197', 'Wamoura_Prince', '2074', '5.080', '-24.665', '187.885', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17027198', 'Wamoura', '2073', '9.359', '-24.454', '207.213', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17027199', 'Wamoura_Prince', '2074', '36.686', '-24.736', '194.192', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17027200', 'Wamoura_Prince', '2074', '35.402', '-24.455', '193.138', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17027201', 'Wamoura', '2073', '71.107', '-24.494', '191.556', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17027202', 'Wamoura_Prince', '2074', '76.363', '-24.463', '188.246', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17027203', 'Wamoura_Prince', '2074', '37.459', '-24.408', '233.502', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17027204', 'Wamoura_Prince', '2074', '42.163', '-24.518', '243.209', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17027205', 'Sweeping_Cluster', '2063', '40.559', '-24.036', '225.849', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17027206', 'Sweeping_Cluster', '2063', '90.401', '-25.037', '212.192', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17027207', 'Mountain_Clot', '2056', '102.039', '-16.361', '149.837', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17027208', 'Assassin_Fly', '2030', '486.876', '-21.993', '-5.876', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17027209', 'Assassin_Fly', '2030', '484.263', '-22.422', '-0.975', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17027210', 'Assassin_Fly', '2030', '484.010', '-22.238', '-4.558', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17027211', 'Magmatic_Eruca', '2055', '482.629', '-15.649', '-30.330', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17027212', 'Magmatic_Eruca', '2055', '487.559', '-17.739', '-21.307', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17027213', 'Magmatic_Eruca', '2055', '474.469', '-22.053', '-7.037', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17027214', 'Magmatic_Eruca', '2055', '268.843', '-14.664', '-276.194', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17027215', 'Sicklemoon_Jagil', '2062', '467.094', '-15.358', '-56.345', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17027216', 'Phasma', '2057', '506.138', '-13.943', '-55.622', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17027217', 'Sicklemoon_Jagil', '2062', '467.545', '-15.095', '-58.709', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17027218', 'Sicklemoon_Jagil', '2062', '502.703', '-13.824', '-47.142', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17027219', 'Magmatic_Eruca', '2055', '506.681', '-13.948', '-54.759', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17027220', 'Zhayolm_Apkallu', '2078', '569.836', '-14.761', '-16.577', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17027221', 'Zhayolm_Apkallu', '2078', '550.109', '-15.449', '-12.117', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17027222', 'Zhayolm_Apkallu', '2078', '561.253', '-14.494', '3.636', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17027223', 'Earth_Elemental', '2038', '567.368', '-14.311', '3.572', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17027224', 'Zhayolm_Apkallu', '2078', '608.981', '-15.642', '-17.272', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17027225', 'Sicklemoon_Jagil', '2062', '636.180', '-14.830', '-56.586', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17027226', 'Zhayolm_Apkallu', '2078', '646.493', '-13.781', '-62.950', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17027227', 'Phasma', '2057', '625.256', '-15.668', '-30.698', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17027228', 'Chary_Apkallu', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027229', 'Zhayolm_Apkallu', '2078', '685.602', '-14.693', '-57.207', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17027230', 'Sicklemoon_Jagil', '2062', '674.706', '-14.295', '-61.259', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17027231', 'Sicklemoon_Jagil', '2062', '528.809', '-14.269', '-15.651', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17027232', 'Sicklemoon_Jagil', '2062', '719.116', '-14.422', '-61.660', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17027233', 'Zhayolm_Apkallu', '2078', '718.829', '-14.463', '-61.660', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17027234', 'Magmatic_Eruca', '2055', '596.246', '-16.097', '8.355', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17027235', 'Magmatic_Eruca', '2055', '599.530', '-14.496', '29.500', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17027236', 'Fire_Elemental', '2041', '603.126', '-14.374', '-6.110', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17027237', 'Magmatic_Eruca', '2055', '607.155', '-14.496', '41.312', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17027238', 'Magmatic_Eruca', '2055', '594.479', '-14.385', '49.023', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17027239', 'Zhayolm_Apkallu', '2078', '620.079', '-14.155', '10.405', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17027240', 'Zhayolm_Apkallu', '2078', '614.866', '-14.162', '7.755', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17027241', 'Magmatic_Eruca', '2055', '657.926', '-17.610', '11.615', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17027242', 'Magmatic_Eruca', '2055', '654.314', '-16.964', '-3.073', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17027243', 'Zhayolm_Apkallu', '2078', '635.526', '-14.843', '-19.869', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17027244', 'Zhayolm_Apkallu', '2078', '642.161', '-14.733', '-11.617', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17027245', 'Zhayolm_Apkallu', '2078', '675.793', '-14.453', '-38.919', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17027246', 'Zhayolm_Apkallu', '2078', '681.555', '-20.019', '-12.209', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17027247', 'Zhayolm_Apkallu', '2078', '723.046', '-14.465', '-38.886', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17027248', 'Magmatic_Eruca', '2055', '727.647', '-14.238', '-40.754', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17027249', 'Zhayolm_Apkallu', '2078', '751.389', '-14.238', '-40.106', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17027250', 'Magmatic_Eruca', '2055', '747.094', '-14.328', '-21.493', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17027251', 'Phasma', '2057', '747.895', '-14.989', '0.656', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17027252', 'Magmatic_Eruca', '2055', '701.316', '-21.805', '-0.875', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17027253', 'Magmatic_Eruca', '2055', '693.697', '-22.401', '10.895', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17027254', 'Assassin_Fly', '2030', '678.313', '-19.433', '-18.783', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17027255', 'Assassin_Fly', '2030', '674.695', '-18.631', '-20.878', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17027256', 'Assassin_Fly', '2030', '679.604', '-20.183', '-14.506', '233'); -INSERT INTO `mob_spawn_points` VALUES ('17027257', 'Phasma', '2057', '712.536', '-22.659', '-10.500', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17027258', 'Magmatic_Eruca', '2055', '725.399', '-22.054', '-16.094', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17027259', 'Magmatic_Eruca', '2055', '730.182', '-22.576', '31.139', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17027260', 'Magmatic_Eruca', '2055', '712.752', '-22.677', '29.615', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17027261', 'Magmatic_Eruca', '2055', '760.512', '-22.368', '24.396', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17027262', 'Magmatic_Eruca', '2055', '744.607', '-22.590', '31.027', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17027263', 'Mountain_Clot', '2056', '558.113', '-6.549', '98.229', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17027264', 'Mountain_Clot', '2056', '563.446', '-6.422', '98.488', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17027265', 'Mountain_Clot', '2056', '541.409', '-6.339', '83.393', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17027266', 'Mountain_Clot', '2056', '541.701', '-6.416', '82.443', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17027267', 'Mountain_Clot', '2056', '520.280', '-6.546', '60.163', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17027268', 'Mountain_Clot', '2056', '477.645', '-16.589', '60.160', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17027269', 'Mountain_Clot', '2056', '774.725', '-20.796', '107.121', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17027270', 'Mountain_Clot', '2056', '782.897', '-16.612', '161.278', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17027271', 'Mountain_Clot', '2056', '781.575', '-8.376', '189.288', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17027272', 'Zhayolm_Apkallu', '2078', '821.575', '-18.144', '189.966', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17027273', 'Magmatic_Eruca', '2055', '740.466', '-26.256', '291.581', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17027274', 'Magmatic_Eruca', '2055', '740.773', '-18.382', '240.715', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17027275', 'Mountain_Clot', '2056', '708.831', '-20.361', '220.486', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17027276', 'Mountain_Clot', '2056', '666.262', '-28.252', '219.931', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17027277', 'Volcanic_Leech', '2070', '841.491', '-14.568', '240.488', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17027278', 'Zhayolm_Apkallu', '2078', '856.535', '-14.584', '237.322', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17027279', 'Zhayolm_Apkallu', '2078', '850.373', '-14.564', '297.496', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17027280', 'Volcanic_Leech', '2070', '841.978', '-14.183', '272.780', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17027281', 'Zhayolm_Apkallu', '2078', '873.545', '-14.468', '310.262', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17027282', 'Volcanic_Leech', '2070', '898.522', '-14.412', '327.180', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17027283', 'Zhayolm_Apkallu', '2078', '824.125', '-14.804', '229.109', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17027284', 'Zhayolm_Apkallu', '2078', '811.657', '-14.075', '235.573', '233'); -INSERT INTO `mob_spawn_points` VALUES ('17027285', 'Zhayolm_Apkallu', '2078', '802.782', '-14.442', '235.299', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17027286', 'Zhayolm_Apkallu', '2078', '823.296', '-16.928', '278.648', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17027287', 'Fire_Elemental', '2041', '796.508', '-22.292', '281.193', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17027288', 'Earth_Elemental', '2038', '811.798', '-18.077', '264.221', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17027289', 'Zhayolm_Apkallu', '2078', '826.498', '-15.868', '309.616', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17027290', 'Zhayolm_Apkallu', '2078', '874.480', '-14.518', '311.174', '171'); -INSERT INTO `mob_spawn_points` VALUES ('17027291', 'Volcanic_Leech', '2070', '861.790', '-13.919', '320.739', '171'); -INSERT INTO `mob_spawn_points` VALUES ('17027292', 'Zhayolm_Apkallu', '2078', '813.018', '-21.236', '300.464', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17027293', 'Zhayolm_Apkallu', '2078', '794.490', '-22.177', '303.214', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17027294', 'Phasma', '2057', '817.907', '-22.478', '325.029', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17027295', 'Zhayolm_Apkallu', '2078', '791.039', '-22.899', '311.705', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17027296', 'Assassin_Fly', '2030', '598.312', '-24.461', '233.893', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17027297', 'Assassin_Fly', '2030', '600.639', '-24.484', '239.546', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17027298', 'Assassin_Fly', '2030', '601.138', '-24.426', '235.755', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17027299', 'Sweeping_Cluster', '2063', '610.333', '-24.418', '229.682', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17027300', 'Sweeping_Cluster', '2063', '586.839', '-24.524', '232.717', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17027301', 'Sweeping_Cluster', '2063', '594.532', '-24.343', '211.330', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17027302', 'Assassin_Fly', '2030', '582.315', '-23.706', '198.610', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17027303', 'Assassin_Fly', '2030', '581.772', '-23.754', '198.312', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17027304', 'Assassin_Fly', '2030', '581.813', '-23.718', '199.476', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17027305', 'Phasma', '2057', '604.365', '-24.276', '213.107', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17027306', 'Sweeping_Cluster', '2063', '574.967', '-24.579', '188.115', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17027307', 'Sweeping_Cluster', '2063', '534.308', '-25.132', '181.776', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17027308', 'Sweeping_Cluster', '2063', '567.478', '-24.489', '171.879', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17027309', 'Sweeping_Cluster', '2063', '545.610', '-24.815', '149.165', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17027310', 'Assassin_Fly', '2030', '559.543', '-23.960', '134.540', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17027311', 'Assassin_Fly', '2030', '560.330', '-24.045', '133.413', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17027312', 'Assassin_Fly', '2030', '557.182', '-23.685', '137.536', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17027313', 'Phasma', '2057', '552.949', '-24.838', '124.206', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17027314', 'Sweeping_Cluster', '2063', '590.001', '-24.437', '115.356', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17027315', 'Phasma', '2057', '584.466', '-24.374', '113.202', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17027316', 'Sweeping_Cluster', '2063', '618.010', '-28.912', '304.406', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17027317', 'Sweeping_Cluster', '2063', '661.651', '-28.844', '297.839', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17027318', 'Ebony_Pudding', '2039', '162.008', '-28.113', '98.799', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17027319', 'Ebony_Pudding', '2039', '180.353', '-23.638', '160.674', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17027320', 'Ebony_Pudding', '2039', '179.375', '-25.430', '139.550', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17027321', 'Ebony_Pudding', '2039', '207.945', '-24.925', '176.602', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17027322', 'Ebony_Pudding', '2039', '179.585', '-28.226', '116.254', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17027323', 'Ebony_Pudding', '2039', '237.171', '-24.310', '170.034', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17027324', 'Ebony_Pudding', '2039', '225.913', '-24.195', '208.945', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17027325', 'Fire_Elemental', '2041', '231.469', '-24.242', '207.846', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17027326', 'Phasma', '2057', '244.199', '-24.562', '200.120', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17027327', 'Ebony_Pudding', '2039', '234.793', '-24.133', '134.944', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17027328', 'Hilltroll_Ranger', '2050', '285.957', '-24.513', '81.057', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17027329', 'Hilltroll_Monk', '2047', '291.387', '-24.452', '55.966', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17027330', 'Fire_Elemental', '2041', '281.499', '-23.939', '62.560', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17027331', 'Hilltroll_Puppetmaster', '2049', '240.090', '-23.838', '99.491', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17027332', 'Troll_s_Automaton', '2069', '243.029', '-23.838', '96.731', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17027333', 'Phasma', '2057', '264.432', '-24.467', '52.949', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17027334', 'Hilltroll_Red_Mage', '2051', '233.466', '-24.370', '67.564', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17027335', 'Hilltroll_Dark_Knight', '2046', '298.967', '-23.862', '35.362', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17027336', 'Hilltroll_Paladin', '2048', '343.439', '-23.914', '33.319', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17027337', 'Earth_Elemental', '2038', '338.008', '-23.913', '37.099', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17027338', 'Wamoura_Prince', '2074', '377.279', '-24.190', '115.440', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17027339', 'Sweeping_Cluster', '2063', '392.050', '-24.504', '164.733', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17027340', 'Wamoura_Prince', '2074', '397.626', '-24.348', '155.411', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17027341', 'Wamoura_Prince', '2074', '410.605', '-24.475', '144.718', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17027342', 'Wamoura', '2073', '604.294', '-24.309', '229.292', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17027343', 'Wamoura_Prince', '2074', '423.326', '-23.860', '155.593', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17027344', 'Wamoura_Prince', '2074', '425.473', '-23.929', '143.020', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17027345', 'Wamoura_Prince', '2074', '426.621', '-23.978', '143.791', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027346', 'Wamoura_Prince', '2074', '416.689', '-24.849', '134.284', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17027347', 'Wamoura', '2073', '464.107', '-26.214', '142.440', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17027348', 'Hilltroll_Monk', '2047', '290.243', '-24.230', '-12.739', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17027349', 'Hilltroll_Ranger', '2050', '349.542', '-24.350', '-8.484', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17027350', 'Hilltroll_Paladin', '2048', '311.699', '-24.305', '-44.784', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17027351', 'Earth_Elemental', '2038', '322.453', '-24.475', '-90.639', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027352', 'Fire_Elemental', '2041', '304.122', '-24.177', '-59.587', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17027353', 'Hilltroll_Warrior', '2052', '355.629', '-24.337', '69.184', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17027354', 'Hilltroll_Ranger', '2050', '355.482', '-24.416', '90.702', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17027355', 'Hilltroll_Ranger', '2050', '247.755', '-32.509', '54.422', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17027356', 'Hilltroll_Red_Mage', '2051', '273.530', '-32.509', '22.250', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17027357', 'Hilltroll_Ranger', '2050', '331.752', '-32.509', '5.812', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17027358', 'Hilltroll_Dark_Knight', '2046', '369.679', '-32.490', '50.233', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17027359', 'Hilltroll_Paladin', '2048', '287.543', '-32.509', '-25.004', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17027360', 'Hilltroll_Red_Mage', '2051', '284.959', '-32.509', '-51.959', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17027361', 'Hilltroll_Warrior', '2052', '364.041', '-32.490', '9.920', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17027362', 'Troll_Speculator', '2068', '846.093', '-14.254', '251.413', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17027363', 'Troll_s_Automaton', '2069', '840.928', '-14.290', '248.188', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17027364', 'Wamoura_Prince', '2074', '-518.005', '-11.959', '-184.429', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17027365', 'Wamoura_Prince', '2074', '-535.545', '-12.923', '-208.579', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17027366', 'King_Apkallu', '2054', '-532.287', '-12.890', '-202.650', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17027367', 'King_Apkallu', '2054', '-535.502', '-13.320', '-183.693', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17027368', 'King_Apkallu', '2054', '-571.069', '-12.009', '-175.306', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17027369', 'King_Apkallu', '2054', '-576.432', '-11.951', '-167.818', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17027370', 'King_Apkallu', '2054', '-561.746', '-12.693', '-174.806', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17027371', 'Phasma', '2057', '-556.627', '-13.000', '-152.901', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17027372', 'Wamoura_Prince', '2074', '-518.997', '-12.062', '-171.272', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17027373', 'Wamoura_Prince', '2074', '-542.519', '-14.837', '-135.242', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17027374', 'Phasma', '2057', '-521.516', '-12.945', '-133.871', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17027375', 'Wamoura_Prince', '2074', '-580.809', '-13.403', '-147.001', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17027376', 'King_Apkallu', '2054', '-601.325', '-12.910', '-148.680', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17027377', 'King_Apkallu', '2054', '-582.335', '-12.183', '-152.076', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17027378', 'King_Apkallu', '2054', '-613.543', '-12.272', '-174.535', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17027379', 'King_Apkallu', '2054', '-590.823', '-12.398', '-178.271', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17027380', 'King_Apkallu', '2054', '-610.158', '-12.348', '-177.719', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17027381', 'King_Apkallu', '2054', '-648.173', '-12.529', '-171.994', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17027382', 'King_Apkallu', '2054', '-649.527', '-12.209', '-171.949', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17027383', 'King_Apkallu', '2054', '-645.944', '-12.489', '-170.151', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17027384', 'King_Apkallu', '2054', '-653.348', '-13.477', '-151.778', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17027385', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027386', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027387', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027388', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027389', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027390', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027391', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027392', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027393', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027394', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027395', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027396', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027397', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027398', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027399', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027400', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027401', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027402', 'Orichalcumshell', '10846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027403', 'Wamoura_Prince', '2074', '-642.158', '-12.377', '-129.189', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17027404', 'Wamoura_Prince', '2074', '-649.549', '-12.302', '-110.796', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17027405', 'Sweeping_Cluster', '2063', '-649.290', '-14.411', '22.190', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17027406', 'Sweeping_Cluster', '2063', '-660.275', '-14.453', '79.304', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17027407', 'Ebony_Pudding', '2039', '-649.545', '-14.429', '102.087', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17027408', 'Sweeping_Cluster', '2063', '-581.804', '-5.088', '82.812', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17027409', 'Sweeping_Cluster', '2063', '-649.410', '-7.423', '137.758', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17027410', 'Sweeping_Cluster', '2063', '-621.947', '-5.286', '167.020', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17027411', 'Ebony_Pudding', '2039', '-621.129', '-4.364', '155.247', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17027412', 'Wamoura_Prince', '2074', '-585.528', '-19.219', '240.810', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17027413', 'Wamoura_Prince', '2074', '-572.885', '-16.347', '240.296', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17027414', 'Wamoura_Prince', '2074', '-559.843', '-14.527', '271.462', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17027415', 'Wamoura_Prince', '2074', '-555.357', '-14.490', '261.943', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17027416', 'Wamoura_Prince', '2074', '-606.421', '-15.350', '272.939', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17027417', 'Wamoura_Prince', '2074', '-576.456', '-14.476', '270.932', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17027418', 'Wamoura', '2073', '-549.547', '-14.594', '257.283', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17027419', 'Wamoura_Prince', '2074', '-587.514', '-18.386', '250.864', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17027420', 'Wamoura', '2073', '-592.795', '-15.129', '266.523', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17027421', 'Wamoura', '2073', '-600.072', '-18.317', '258.022', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17027422', 'Wamoura', '2073', '-568.180', '-14.438', '281.130', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17027423', 'Ignamoth', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027424', 'Phasma', '2057', '-548.307', '-14.893', '309.239', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17027425', 'Wamoura_Prince', '2074', '-505.462', '-14.185', '275.726', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17027426', 'Wamoura', '2073', '-521.956', '-14.776', '270.333', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17027427', 'Wamoura_Prince', '2074', '-488.683', '-14.979', '288.084', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17027428', 'Wamoura_Prince', '2074', '-469.804', '-14.493', '275.151', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17027429', 'Wamoura', '2073', '-472.728', '-14.498', '276.049', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17027430', 'Wamoura_Prince', '2074', '-469.567', '-14.416', '310.702', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17027431', 'Wamoura_Prince', '2074', '-450.968', '-14.263', '354.254', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17027432', 'Phasma', '2057', '-429.584', '-14.341', '371.675', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17027433', 'Wamoura_Prince', '2074', '-406.719', '-14.307', '361.891', '233'); -INSERT INTO `mob_spawn_points` VALUES ('17027434', 'Wamoura_Prince', '2074', '-389.578', '-14.309', '359.526', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17027435', 'Wamoura_Prince', '2074', '-348.760', '-14.282', '336.121', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17027436', 'Phasma', '2057', '-367.402', '-14.512', '317.723', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17027437', 'Wamoura_Prince', '2074', '-312.784', '-14.418', '311.668', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17027438', 'Wamoura_Prince', '2074', '-303.388', '-14.497', '272.557', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17027439', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027440', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027441', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027442', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027443', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027444', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027445', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027446', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027447', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027448', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027449', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027450', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027451', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027452', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027453', 'Scoriaceous_Eruca', '10847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027454', 'Dahak', '2034', '-430.707', '-14.747', '393.959', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17027455', 'Dahak', '2034', '-325.500', '-14.363', '272.210', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17027456', 'Dahak', '2034', '-330.483', '-14.078', '272.573', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17027457', 'Dahak', '2034', '-374.059', '-14.503', '342.837', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17027458', 'Cerberus', '2032', '316.000', '-23.000', '-84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17027459', 'Dark_Rider', '2037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027460', 'Dark_Bugler', '2035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027461', 'Dark_Bugler', '2035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027462', 'Dark_Bugler', '2035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027463', 'Dark_Esquire', '2036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027464', 'Dark_Esquire', '2036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027465', 'Dark_Esquire', '2036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027466', 'Energetic_Eruca', '2040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027467', 'Garharlor_the_Unruly', '2043', '99.854', '-13.485', '-11.898', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17027468', 'Garfurlar_the_Rabid', '2042', '102.073', '-14.899', '-8.096', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17027469', 'Garhorlur_the_Brutal', '2044', '101.207', '-14.232', '-10.283', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17027470', 'Ancient_Bombs', '2029', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17027471', 'Brass_Borer', '2031', '399.386', '-27.022', '120.479', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17027472', 'Claret', '2033', '497.000', '-9.000', '52.000', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17027473', 'Anantaboga', '2028', '-368.341', '-13.742', '366.448', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17027474', 'Khromasoul_Bhurborlor', '2053', '88.000', '-22.029', '70.000', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17027475', 'Troll_Grenadier', '2066', '-59.047', '-18.848', '277.051', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17027476', 'Troll_Grenadier', '2066', '-58.460', '-18.039', '284.568', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17027477', 'Troll_Grenadier', '2066', '-59.054', '-18.362', '282.803', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17027478', 'Troll_Cuirasser', '2065', '-59.422', '-18.752', '277.522', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17027479', 'Troll_Cuirasser', '2065', '-59.489', '-18.850', '275.941', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17027480', 'Troll_Cuirasser', '2065', '-59.720', '-18.602', '280.275', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17027481', 'Troll_Artilleryman', '2064', '-59.313', '-19.340', '272.362', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17027482', 'Troll_Artilleryman', '2064', '-60.150', '-18.702', '278.084', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17027483', 'Troll_Hammersmith', '2067', '-59.578', '-17.712', '289.274', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17027484', 'Troll_Hammersmith', '2067', '-59.649', '-17.738', '288.015', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17027485', 'Sarameya', '2059', '322.548', '-14.706', '-581.653', '233'); -INSERT INTO `mob_spawn_points` VALUES ('17031169', 'Qiqirn_Mercenary', '2107', '19.915', '9.469', '-394.658', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17031170', 'Qiqirn_Diamantaire', '2106', '27.494', '9.581', '-384.026', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17031171', 'Qiqirn_Mine', '2108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031172', 'Volcanic_Bats', '2126', '-39.988', '11.155', '-376.391', '136'); -INSERT INTO `mob_spawn_points` VALUES ('17031173', 'Purgatory_Bat', '2105', '-46.471', '11.220', '-379.294', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17031174', 'Troll_Gemologist', '2115', '-54.597', '11.173', '-378.272', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17031175', 'Volcanic_Bats', '2126', '-58.289', '9.539', '-325.582', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17031176', 'Purgatory_Bat', '2105', '-61.379', '9.483', '-323.274', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17031177', 'Troll_Stoneworker', '2123', '-70.798', '10.606', '-338.718', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17031178', 'Troll_Lapidarist', '2118', '-96.372', '11.336', '-335.486', '181'); -INSERT INTO `mob_spawn_points` VALUES ('17031179', 'Troll_Smelter', '2122', '-98.541', '11.247', '-324.827', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17031180', 'Purgatory_Bat', '2105', '-116.743', '9.515', '-298.647', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17031181', 'Volcanic_Bats', '2126', '-136.316', '16.137', '-291.154', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17031182', 'Volcanic_Bats', '2126', '-139.569', '19.570', '-259.457', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17031183', 'Purgatory_Bat', '2105', '-138.050', '19.508', '-256.802', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17031184', 'Troll_Stoneworker', '2123', '-129.397', '19.660', '-224.564', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17031185', 'Troll_Engraver', '2114', '-104.671', '20.376', '-218.008', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17031186', 'Troll_s_Automaton', '2124', '-116.059', '21.152', '-220.382', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17031187', 'Troll_Cameist', '2111', '-61.992', '9.515', '-197.072', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17031188', 'Troll_Stoneworker', '2123', '-59.237', '9.628', '-188.438', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17031189', 'Troll_Ironworker', '2117', '-102.044', '21.491', '-199.827', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17031190', 'Troll_Cameist', '2111', '-99.443', '21.399', '-196.519', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17031191', 'Earth_Elemental', '2090', '-102.311', '21.321', '-206.772', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17031192', 'Black_Pudding', '2085', '-190.273', '19.457', '-180.082', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17031193', 'Troll_Smelter', '2122', '-173.628', '20.818', '-177.829', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17031194', 'Troll_Lapidarist', '2118', '-175.689', '19.732', '-144.138', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17031195', 'Black_Pudding', '2085', '-178.349', '20.148', '-144.046', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17031196', 'Black_Pudding', '2085', '-181.638', '21.229', '-119.331', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17031197', 'Troll_Engraver', '2114', '-180.901', '21.106', '-101.008', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17031198', 'Troll_s_Automaton', '2124', '-181.846', '21.098', '-100.302', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17031199', 'Troll_Ironworker', '2117', '-220.389', '18.647', '-100.097', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17031200', 'Troll_Gemologist', '2115', '-219.888', '21.495', '-120.034', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17031201', 'Wamouracampa', '2128', '-287.053', '9.867', '-184.264', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17031202', 'Black_Pudding', '2085', '-271.480', '11.121', '-177.918', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17031203', 'Wamouracampa', '2128', '-274.768', '11.270', '-177.216', '156'); -INSERT INTO `mob_spawn_points` VALUES ('17031204', 'Troll_Cameist', '2111', '-217.361', '19.502', '-80.403', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17031205', 'Troll_Smelter', '2122', '-209.201', '19.425', '-65.857', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17031206', 'Troll_Gemologist', '2115', '-199.051', '21.446', '-61.277', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17031207', 'Black_Pudding', '2085', '-181.690', '21.094', '-43.215', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17031208', 'Troll_Lapidarist', '2118', '-176.937', '18.423', '-12.740', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17031209', 'Troll_Ironworker', '2117', '-213.306', '19.579', '-19.184', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17031210', 'Troll_Cameist', '2111', '-17.330', '10.898', '-165.046', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17031211', 'Black_Pudding', '2085', '-21.687', '10.996', '-166.583', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17031212', 'Black_Pudding', '2085', '-23.717', '11.229', '-117.255', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17031213', 'Troll_Stoneworker', '2123', '-21.628', '10.918', '-143.225', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17031214', 'Volcanic_Bats', '2126', '17.701', '9.463', '-194.148', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17031215', 'Purgatory_Bat', '2105', '21.190', '9.083', '-206.688', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17031216', 'Purgatory_Bat', '2105', '23.252', '6.235', '-251.953', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17031217', 'Magmatic_Eruca', '2101', '62.365', '-0.552', '-270.637', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17031218', 'Magmatic_Eruca', '2101', '59.825', '-0.401', '-255.846', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17031219', 'Volcanic_Bats', '2126', '58.404', '0.281', '-296.515', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17031220', 'Copper_Borer', '0', '65.405', '-4.914', '-334.971', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17031221', 'Purgatory_Bat', '2105', '-58.985', '9.232', '-101.977', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17031222', 'Troll_Cameist', '2111', '-42.940', '11.254', '-99.142', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17031223', 'Black_Pudding', '2085', '-59.264', '9.077', '-102.081', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17031224', 'Troll_Gemologist', '2115', '-139.751', '-0.503', '-86.978', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17031225', 'Troll_Gemologist', '2115', '-126.269', '-0.306', '-102.526', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17031226', 'Troll_Lapidarist', '2118', '-60.961', '11.332', '-74.657', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17031227', 'Black_Pudding', '2085', '-54.608', '9.930', '-60.178', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17031228', 'Troll_Ironworker', '2117', '-27.421', '10.605', '-61.225', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17031229', 'Troll_Smelter', '2122', '-12.497', '11.149', '-63.075', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17031230', 'Black_Pudding', '2085', '-3.065', '11.428', '-60.980', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17031231', 'Troll_Engraver', '2114', '0.308', '11.322', '-60.117', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17031232', 'Troll_s_Automaton', '2124', '-10.904', '11.139', '-59.658', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17031233', 'Black_Pudding', '2085', '50.488', '8.208', '-21.755', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17031234', 'Magmatic_Eruca', '2101', '80.787', '9.544', '-20.195', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17031235', 'Magmatic_Eruca', '2101', '61.666', '9.410', '-3.463', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17031236', 'Magmatic_Eruca', '2101', '62.367', '9.754', '-13.423', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17031237', 'Magmatic_Eruca', '2101', '21.978', '9.319', '38.564', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17031238', 'Magmatic_Eruca', '2101', '16.465', '9.696', '65.591', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17031239', 'Magmatic_Eruca', '2101', '12.601', '9.492', '64.514', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17031240', 'Magmatic_Eruca', '2101', '-184.450', '19.508', '23.336', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17031241', 'Troll_Lapidarist', '2118', '-185.787', '19.505', '24.225', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17031242', 'Moblin_Millionaire', '2103', '-218.842', '19.509', '-182.045', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17031243', 'Troll_Gemologist', '2115', '-35.890', '9.559', '-269.105', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17031244', 'Troll_Engraver', '2114', '-42.469', '9.684', '-284.989', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17031245', 'Troll_s_Automaton', '2124', '-38.650', '9.574', '-275.146', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17031246', 'Troll_Ironworker', '2117', '-48.473', '9.781', '-272.423', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17031247', 'Troll_Lapidarist', '2118', '177.618', '-0.432', '286.954', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17031248', 'Magmatic_Eruca', '2101', '183.152', '9.192', '231.737', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17031249', 'Magmatic_Eruca', '2101', '181.225', '9.371', '233.423', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17031250', 'Magmatic_Eruca', '2101', '182.060', '-9.869', '225.762', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17031251', 'Magmatic_Eruca', '2101', '162.860', '-10.359', '218.231', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17031252', 'Magmatic_Eruca', '2101', '204.458', '-6.589', '227.072', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17031253', 'Troll_Stoneworker', '2123', '203.393', '-6.315', '184.265', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17031254', 'Troll_Cameist', '2111', '222.703', '-6.459', '182.120', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17031255', 'Troll_Gemologist', '2115', '225.728', '-6.490', '225.848', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17031256', 'Fire_Elemental', '2093', '226.004', '-6.796', '229.440', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17031257', 'Troll_Lapidarist', '2118', '246.405', '-9.918', '180.935', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17031258', 'Magmatic_Eruca', '2101', '298.383', '8.415', '165.047', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17031259', 'Magmatic_Eruca', '2101', '203.491', '13.621', '219.797', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17031260', 'Friar_s_Lantern', '2094', '219.067', '13.523', '259.601', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17031261', 'Friar_s_Lantern', '2094', '245.805', '9.497', '258.777', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17031262', 'Wamouracampa', '2128', '259.731', '9.855', '254.424', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17031263', 'Friar_s_Lantern', '2094', '271.343', '3.520', '223.863', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17031264', 'Wamouracampa', '2128', '278.332', '0.666', '220.843', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17031265', 'Friar_s_Lantern', '2094', '340.296', '-0.857', '272.736', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17031266', 'Troll_Cameist', '2111', '338.852', '-0.875', '271.359', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17031267', 'Troll_Gemologist', '2115', '455.977', '9.723', '219.862', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17031268', 'Volcanic_Bats', '2126', '422.510', '6.742', '216.325', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17031269', 'Qiqirn_Mercenary', '2107', '459.921', '9.477', '201.813', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17031270', 'Volcanic_Bats', '2126', '420.900', '-0.248', '170.390', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17031271', 'Volcanic_Bats', '2126', '424.743', '-1.699', '170.287', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17031272', 'Purgatory_Bat', '2105', '421.196', '-1.192', '149.438', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17031273', 'Purgatory_Bat', '2105', '424.213', '-0.387', '99.938', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17031274', 'Magmatic_Eruca', '2101', '423.659', '-0.355', '97.293', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17031275', 'Magmatic_Eruca', '2101', '381.563', '-0.614', '102.034', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17031276', 'Magmatic_Eruca', '2101', '372.375', '-0.102', '97.074', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17031277', 'Magmatic_Eruca', '2101', '333.871', '4.918', '97.272', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17031278', 'Magmatic_Eruca', '2101', '307.000', '9.099', '21.881', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17031279', 'Magmatic_Eruca', '2101', '299.309', '9.700', '14.164', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17031280', 'Magmatic_Eruca', '2101', '177.206', '9.345', '78.758', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17031281', 'Magmatic_Eruca', '2101', '176.989', '9.208', '81.641', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17031282', 'Magmatic_Eruca', '2101', '142.051', '-7.173', '109.647', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17031283', 'Magmatic_Eruca', '2101', '140.556', '-8.340', '111.468', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17031284', 'Magmatic_Eruca', '2101', '157.652', '9.546', '18.899', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17031285', 'Magmatic_Eruca', '2101', '149.462', '9.559', '21.001', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17031286', 'Magmatic_Eruca', '2101', '106.279', '13.484', '19.623', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17031287', 'Friar_s_Lantern', '2094', '116.040', '13.396', '15.516', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17031288', 'Friar_s_Lantern', '2094', '100.580', '13.551', '-20.543', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17031289', 'Friar_s_Lantern', '2094', '116.875', '13.600', '-16.120', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17031290', 'Fire_Elemental', '2093', '316.119', '-0.328', '240.585', '252'); -INSERT INTO `mob_spawn_points` VALUES ('17031291', 'Troll_Lapidarist', '2118', '323.329', '-0.469', '235.995', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17031292', 'Troll_Gemologist', '2115', '362.751', '-0.545', '241.103', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17031293', 'Troll_Stoneworker', '2123', '355.613', '-1.096', '226.129', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17031294', 'Troll_Ironworker', '2117', '289.842', '9.482', '130.854', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17031295', 'Troll_Cameist', '2111', '298.005', '9.485', '96.407', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17031296', 'Troll_Engraver', '2114', '296.638', '9.490', '98.083', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17031297', 'Troll_s_Automaton', '2124', '291.207', '9.509', '69.469', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17031298', 'Troll_Gemologist', '2115', '240.236', '9.804', '42.917', '171'); -INSERT INTO `mob_spawn_points` VALUES ('17031299', 'Troll_Lapidarist', '2118', '235.430', '9.270', '31.992', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17031300', 'Magmatic_Eruca', '2101', '196.273', '9.555', '42.020', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17031301', 'Magmatic_Eruca', '2101', '208.714', '9.677', '38.832', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17031302', 'Troll_Engraver', '2114', '203.129', '9.865', '36.989', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17031303', 'Troll_s_Automaton', '2124', '-440.577', '19.422', '142.158', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17031304', 'Wamouracampa', '2128', '-369.373', '19.461', '140.090', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17031305', 'Wamouracampa', '2128', '-363.069', '19.488', '142.127', '156'); -INSERT INTO `mob_spawn_points` VALUES ('17031306', 'Wamouracampa', '2128', '-385.877', '20.049', '142.518', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17031307', 'Earth_Elemental', '2090', '-371.502', '19.244', '140.750', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17031308', 'Wamouracampa', '2128', '-379.732', '18.893', '133.608', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17031309', 'Black_Pudding', '2085', '-342.458', '19.246', '101.174', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17031310', 'Wamouracampa', '2128', '-344.318', '19.881', '100.907', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17031311', 'Wamouracampa', '2128', '-348.376', '21.050', '94.951', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17031312', 'Flammeri', '0', '-340.766', '19.274', '66.116', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17031313', 'Black_Pudding', '2085', '-300.185', '19.456', '116.487', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17031314', 'Wamouracampa', '2128', '-296.899', '19.693', '101.177', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17031315', 'Wamouracampa', '2128', '-254.473', '19.599', '96.958', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17031316', 'Wamouracampa', '2128', '-261.515', '19.604', '103.486', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17031317', 'Friar_s_Lantern', '2094', '-283.769', '9.948', '138.526', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17031318', 'Friar_s_Lantern', '2094', '-270.433', '8.833', '139.342', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17031319', 'Wamouracampa', '2128', '-51.294', '17.595', '417.047', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17031320', 'Wamouracampa', '2128', '95.080', '-0.217', '337.514', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17031321', 'Wamouracampa', '2128', '94.641', '-0.200', '337.118', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17031322', 'Magmatic_Eruca', '2101', '101.466', '-0.078', '334.957', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17031323', 'Magmatic_Eruca', '2101', '107.750', '-1.112', '337.074', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17031324', 'Magmatic_Eruca', '2101', '102.173', '-10.944', '228.679', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17031325', 'Earth_Elemental', '2090', '102.523', '-10.889', '231.988', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17031326', 'Magmatic_Eruca', '2101', '81.959', '-10.516', '258.803', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17031327', 'Magmatic_Eruca', '2101', '99.998', '-3.987', '301.912', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17031328', 'Magmatic_Eruca', '2101', '101.640', '-10.371', '272.385', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17031329', 'Magmatic_Eruca', '2101', '-256.952', '19.036', '18.185', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17031330', 'Magmatic_Eruca', '2101', '-214.999', '19.740', '16.419', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17031331', 'Wamouracampa', '2128', '-209.786', '19.026', '23.088', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17031332', 'Friar_s_Lantern', '2094', '-30.028', '9.497', '345.778', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17031333', 'Friar_s_Lantern', '2094', '-28.278', '9.500', '355.355', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17031334', 'Wamouracampa', '2128', '-25.357', '9.518', '352.628', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17031335', 'Wamoura', '2127', '-23.974', '9.488', '338.396', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17031336', 'Wamouracampa', '2128', '-31.885', '9.493', '340.232', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17031337', 'Wamoura', '2127', '5.300', '7.533', '342.018', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17031338', 'Wamouracampa', '2128', '12.065', '5.615', '339.104', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17031339', 'Wamoura', '2127', '27.090', '2.223', '337.044', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17031340', 'Wamouracampa', '2128', '52.517', '-0.118', '336.910', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17031341', 'Wamouracampa', '2128', '147.342', '-0.573', '322.738', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17031342', 'Wamoura', '2127', '148.554', '-0.587', '320.037', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17031343', 'Troll_Engraver', '2114', '166.454', '-0.501', '322.482', '156'); -INSERT INTO `mob_spawn_points` VALUES ('17031344', 'Troll_s_Automaton', '2124', '161.887', '-0.492', '316.717', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17031345', 'Troll_Ironworker', '2117', '-54.250', '9.538', '261.525', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17031346', 'Troll_Cameist', '2111', '-278.796', '19.459', '43.625', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17031347', 'Troll_Gemologist', '2115', '-289.095', '19.698', '34.346', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17031348', 'Troll_Cameist', '2111', '-273.924', '20.093', '24.642', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17031349', 'Moblin_Billionaire', '2102', '-280.657', '20.288', '23.085', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17031350', 'Troll_Gemologist', '2115', '-285.124', '19.127', '4.294', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17031351', 'Troll_Lapidarist', '2118', '-278.422', '19.654', '1.755', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17031352', 'Troll_Ironworker', '2117', '-311.852', '19.912', '0.449', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17031353', 'Troll_Smelter', '2122', '-309.197', '19.892', '-2.814', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17031354', 'Troll_Engraver', '2114', '-317.114', '19.438', '8.803', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17031355', 'Troll_s_Automaton', '2124', '118.426', '-10.722', '194.349', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17031356', 'Moblin_Billionaire', '2102', '115.955', '-10.492', '202.828', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17031357', 'Troll_Ironworker', '2117', '94.041', '-9.633', '200.244', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17031358', 'Troll_Cameist', '2111', '95.986', '-9.552', '198.291', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17031359', 'Troll_Engraver', '2114', '77.198', '-10.496', '200.190', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17031360', 'Troll_s_Automaton', '2124', '76.091', '-10.641', '193.153', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17031361', 'Troll_Stoneworker', '2123', '127.001', '-10.301', '185.966', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17031362', 'Moblin_Millionaire', '2103', '114.952', '-10.387', '160.247', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17031363', 'Troll_Gemologist', '2115', '122.782', '-10.484', '160.851', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17031364', 'Troll_Smelter', '2122', '-89.805', '-10.499', '234.209', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17031365', 'Troll_Ironworker', '2117', '-27.775', '-10.415', '225.233', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17031366', 'Troll_Artilleryman', '2110', '-69.850', '-10.505', '228.401', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17031367', 'Troll_Combatant', '2112', '-55.342', '-10.481', '234.368', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17031368', 'Troll_Targeteer', '2125', '-503.098', '-23.613', '414.043', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17031369', 'Friar_s_Lantern', '2094', '-474.463', '-16.486', '392.102', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17031370', 'Wamouracampa', '2128', '-477.007', '-16.499', '383.491', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17031371', 'Friar_s_Lantern', '2094', '-455.217', '-16.456', '409.965', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17031372', 'Friar_s_Lantern', '2094', '-455.301', '-16.530', '409.321', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17031373', 'Friar_s_Lantern', '2094', '-430.383', '-23.412', '416.523', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17031374', 'Friar_s_Lantern', '2094', '-539.377', '8.691', '210.486', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17031375', 'Wamouracampa', '2128', '-541.911', '9.604', '224.735', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17031376', 'Ebony_Pudding', '2091', '-500.600', '-0.049', '261.223', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17031377', 'Ebony_Pudding', '2091', '-476.660', '3.421', '263.961', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17031378', 'Ebony_Pudding', '2091', '-476.706', '3.423', '263.714', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17031379', 'Friar_s_Lantern', '2094', '-455.623', '3.595', '255.829', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17031380', 'Fire_Elemental', '2093', '-499.573', '9.465', '197.286', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17031381', 'Friar_s_Lantern', '2094', '-498.963', '9.437', '200.867', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17031382', 'Ebony_Pudding', '2091', '-509.270', '9.603', '138.771', '157'); -INSERT INTO `mob_spawn_points` VALUES ('17031383', 'Ebony_Pudding', '2091', '-501.764', '9.589', '133.431', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17031384', 'Friar_s_Lantern', '2094', '-348.092', '9.547', '179.200', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17031385', 'Friar_s_Lantern', '2094', '-361.100', '9.497', '180.665', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17031386', 'Friar_s_Lantern', '2094', '-456.800', '3.627', '382.568', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17031387', 'Friar_s_Lantern', '2094', '-453.576', '3.594', '367.246', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17031388', 'Friar_s_Lantern', '2094', '-380.633', '-0.382', '253.348', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17031389', 'Friar_s_Lantern', '2094', '-472.197', '3.508', '357.071', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17031390', 'Friar_s_Lantern', '2094', '-472.011', '3.499', '357.679', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17031391', 'Friar_s_Lantern', '2094', '-496.945', '-0.587', '360.195', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17031392', 'Fire_Elemental', '2093', '-497.133', '-0.497', '361.664', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17031393', 'Ebony_Pudding', '2091', '-257.595', '9.538', '242.892', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17031394', 'Ebony_Pudding', '2091', '-257.527', '9.621', '246.878', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17031395', 'Friar_s_Lantern', '2094', '-266.262', '13.403', '284.490', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17031396', 'Friar_s_Lantern', '2094', '-186.128', '-0.680', '292.494', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17031397', 'Friar_s_Lantern', '2094', '-173.412', '-6.308', '286.956', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17031398', 'Friar_s_Lantern', '2094', '-180.653', '-2.570', '289.471', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17031399', 'Friar_s_Lantern', '2094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031400', 'Fire_Elemental', '2093', '-147.702', '-10.299', '260.760', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17031401', 'Big_Bomb', '2084', '-143.323', '-10.231', '259.039', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17031402', 'Troll_Machinist', '2119', '-140.457', '-10.516', '260.121', '137'); -INSERT INTO `mob_spawn_points` VALUES ('17031403', 'Troll_s_Automaton', '2124', '-141.732', '-10.481', '250.667', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17031404', 'Troll_Scrimer', '2121', '-170.989', '-11.289', '219.349', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031405', 'Troll_Grenadier', '2116', '-137.387', '-10.830', '220.232', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17031406', 'Troll_Targeteer', '2125', '-181.568', '-3.574', '176.179', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17031407', 'Troll_Cuirasser', '2113', '-196.492', '-0.464', '139.056', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17031408', 'Troll_Artilleryman', '2110', '-193.997', '-0.497', '140.210', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17031409', 'Friar_s_Lantern', '2094', '-295.864', '7.075', '386.079', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17031410', 'Friar_s_Lantern', '2094', '-289.116', '8.528', '380.425', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17031411', 'Ebony_Pudding', '2091', '-529.961', '7.552', '22.053', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17031412', 'Ebony_Pudding', '2091', '-499.805', '19.553', '-13.978', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17031413', 'Ebony_Pudding', '2091', '-508.653', '19.548', '-59.953', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17031414', 'Ebony_Pudding', '2091', '-540.639', '9.916', '-82.226', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17031415', 'Ebony_Pudding', '2091', '-483.958', '19.486', '-32.278', '221'); -INSERT INTO `mob_spawn_points` VALUES ('17031416', 'Ebony_Pudding', '2091', '-472.953', '19.822', '-43.234', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17031417', 'Antares', '2082', '-536.706', '-10.433', '339.088', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17031418', 'Antares', '2082', '-399.748', '-0.586', '361.037', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17031419', 'Troll_Targeteer', '2125', '-405.503', '-0.298', '354.889', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17031420', 'Troll_Targeteer', '2125', '-373.490', '0.432', '355.336', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17031421', 'Troll_Cuirasser', '2113', '-375.404', '-0.021', '363.026', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17031422', 'Troll_Artilleryman', '2110', '-351.077', '-0.039', '361.248', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17031423', 'Ebony_Pudding', '2091', '-370.709', '0.336', '352.600', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17031424', 'Troll_Combatant', '2112', '-369.257', '0.252', '353.115', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17031425', 'Troll_Machinist', '2119', '-391.963', '-0.184', '321.543', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17031426', 'Troll_s_Automaton', '2124', '-391.344', '-0.326', '318.281', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17031427', 'Troll_Scrimer', '2121', '-404.847', '-0.438', '322.396', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17031428', 'Ebony_Pudding', '2091', '-400.626', '-0.435', '328.657', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17031429', 'Troll_Grenadier', '2116', '-413.264', '-0.837', '288.393', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17031430', 'Ebony_Pudding', '2091', '-401.941', '-0.441', '288.106', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17031431', 'Antares', '2082', '-317.397', '9.373', '211.918', '199'); -INSERT INTO `mob_spawn_points` VALUES ('17031432', 'Antares', '2082', '-322.540', '9.549', '211.369', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17031433', 'Troll_Artilleryman', '2110', '-317.465', '9.660', '205.581', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17031434', 'Friar_s_Lantern', '2094', '-320.451', '9.602', '198.391', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17031435', 'Friar_s_Lantern', '2094', '-319.752', '10.068', '192.856', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17031436', 'Troll_Combatant', '2112', '-279.578', '9.803', '206.937', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17031437', 'Troll_Scrimer', '2121', '-277.894', '9.684', '209.009', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17031438', 'Troll_Machinist', '2119', '-285.221', '9.340', '188.297', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17031439', 'Troll_s_Automaton', '2124', '-286.384', '9.469', '188.095', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17031440', 'Mythril_Mouth_Monamaq', '2104', '-284.489', '9.373', '188.170', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17031441', 'Troll_Mythril_Guard', '2120', '-280.546', '9.855', '447.419', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17031442', 'Troll_Mythril_Guard', '2120', '-283.990', '9.399', '443.130', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17031443', 'Troll_Grenadier', '2116', '-280.572', '9.885', '439.017', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17031444', 'Antares', '2082', '-280.345', '9.561', '428.096', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17031445', 'Antares', '2082', '-260.215', '10.080', '430.503', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17031446', 'Kirlirger_the_Abhorrent', '2100', '-250.667', '9.739', '430.127', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17031447', 'Antares', '2082', '-245.082', '9.505', '443.662', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17031448', 'Troll_Cuirasser', '2113', '-342.912', '19.571', '138.607', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17031449', 'Antares', '2082', '-208.268', '9.614', '457.153', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17031450', 'Troll_Stoneworker', '2123', '-201.053', '9.498', '458.808', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17031451', 'Ebony_Pudding', '2091', '-137.100', '11.386', '446.266', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17031452', 'Ebony_Pudding', '2091', '-158.017', '11.429', '458.094', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17031453', 'Ebony_Pudding', '2091', '-150.071', '10.304', '455.602', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17031454', 'Antares', '2082', '-178.255', '9.748', '408.495', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17031455', 'Earth_Elemental', '2090', '-164.585', '9.491', '419.736', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17031456', 'Ebony_Pudding', '2091', '-139.052', '8.552', '418.258', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17031457', 'Ebony_Pudding', '2091', '-251.629', '9.486', '344.222', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17031458', 'Antares', '2082', '-139.392', '9.496', '321.796', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17031459', 'Ebony_Pudding', '2091', '-140.112', '9.899', '336.429', '181'); -INSERT INTO `mob_spawn_points` VALUES ('17031460', 'Ebony_Pudding', '2091', '-138.980', '13.322', '285.560', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17031461', 'Ebony_Pudding', '2091', '-139.167', '13.420', '303.878', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17031462', 'Friar_s_Lantern', '2094', '-139.272', '9.969', '261.813', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17031463', 'Fire_Elemental', '2093', '-139.665', '9.930', '261.413', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17031464', 'Friar_s_Lantern', '2094', '18.275', '-10.387', '215.194', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17031465', 'Friar_s_Lantern', '2094', '25.984', '-10.569', '225.542', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17031466', 'Friar_s_Lantern', '2094', '-61.272', '-10.742', '209.965', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17031467', 'Friar_s_Lantern', '2094', '-48.598', '-11.909', '177.701', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17031468', 'Troll_Artilleryman', '2110', '-237.054', '9.755', '367.657', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17031469', 'Troll_Cuirasser', '2113', '-232.543', '9.637', '354.679', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17031470', 'Antares', '2082', '-245.868', '9.523', '357.415', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17031471', 'Troll_Machinist', '2119', '-203.951', '9.648', '369.352', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17031472', 'Troll_s_Automaton', '2124', '-193.195', '9.518', '356.990', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17031473', 'Troll_Scrimer', '2121', '-102.851', '-10.534', '264.593', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17031474', 'Antares', '2082', '-106.083', '-10.472', '256.673', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17031475', 'Troll_Targeteer', '2125', '-135.749', '9.532', '217.819', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17031476', 'Moblin_Millionaire', '2103', '-224.432', '-10.746', '222.514', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17031477', 'Troll_Artilleryman', '2110', '-224.812', '-10.487', '214.418', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17031478', 'Troll_Machinist', '2119', '-225.158', '-10.507', '212.777', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17031479', 'Troll_s_Automaton', '2124', '-282.504', '19.463', '46.862', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17031480', 'Moblin_Billionaire', '2102', '116.233', '-10.173', '162.353', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17031481', 'Farlarder_the_Shrewd', '2092', '-92.032', '-10.417', '222.387', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17031482', 'Dorgerwor_the_Astute', '2089', '-54.246', '-10.473', '230.946', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17031483', 'Troll_Targeteer', '2125', '-52.332', '-10.479', '226.754', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17031484', 'Troll_Scrimer', '2121', '-27.502', '-10.394', '222.139', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17031485', 'Troll_Grenadier', '2116', '655.143', '25.904', '103.811', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17031486', 'Troll_Artilleryman', '2110', '529.731', '29.555', '60.053', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17031487', 'Troll_Combatant', '2112', '493.694', '29.536', '63.234', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17031488', 'Friar_s_Lantern', '2094', '459.800', '31.310', '7.947', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17031489', 'Friar_s_Lantern', '2094', '463.892', '31.125', '4.205', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17031490', 'Troll_Grenadier', '2116', '460.745', '29.506', '-34.524', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17031491', 'Troll_Targeteer', '2125', '459.038', '29.154', '-31.273', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17031492', 'Troll_Cuirasser', '2113', '488.475', '31.212', '-18.119', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17031493', 'Troll_Artilleryman', '2110', '502.680', '31.030', '-47.499', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17031494', 'Troll_Targeteer', '2125', '577.840', '29.627', '-24.693', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17031495', 'Troll_Grenadier', '2116', '588.997', '29.063', '-18.436', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17031496', 'Friar_s_Lantern', '2094', '522.610', '31.515', '-59.828', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17031497', 'Friar_s_Lantern', '2094', '501.070', '29.403', '-76.193', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17031498', 'Troll_Scrimer', '2121', '496.075', '29.614', '-104.810', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17031499', 'Friar_s_Lantern', '2094', '446.818', '29.473', '-139.689', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17031500', 'Troll_Cuirasser', '2113', '450.283', '29.106', '-174.644', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17031501', 'Troll_Artilleryman', '2110', '463.102', '29.619', '-178.346', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17031502', 'Troll_Combatant', '2112', '442.298', '29.470', '-180.534', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17031503', 'Troll_Machinist', '2119', '365.938', '29.510', '-259.047', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17031504', 'Troll_s_Automaton', '2124', '235.267', '29.584', '-259.767', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17031505', 'Friar_s_Lantern', '2094', '217.058', '29.424', '-249.400', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17031506', 'Friar_s_Lantern', '2094', '218.227', '30.232', '-119.386', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17031507', 'Ebony_Pudding', '2091', '220.476', '31.772', '-113.207', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17031508', 'Friar_s_Lantern', '2094', '257.516', '41.317', '-83.141', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17031509', 'Ebony_Pudding', '2091', '258.192', '41.036', '-82.379', '221'); -INSERT INTO `mob_spawn_points` VALUES ('17031510', 'Ebony_Pudding', '2091', '276.881', '41.406', '-59.750', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17031511', 'Troll_Artilleryman', '2110', '300.197', '38.647', '-61.220', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17031512', 'Ebony_Pudding', '2091', '284.111', '41.022', '-63.997', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17031513', 'Troll_Machinist', '2119', '357.055', '29.623', '-61.641', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17031514', 'Troll_s_Automaton', '2124', '369.587', '29.553', '-62.904', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17031515', 'Ebony_Pudding', '2091', '300.519', '29.364', '-272.600', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17031516', 'Ebony_Pudding', '2091', '302.108', '28.495', '-286.147', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17031517', 'Friar_s_Lantern', '2094', '301.663', '27.794', '-326.135', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17031518', 'Troll_Targeteer', '2125', '296.086', '23.891', '-340.032', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17031519', 'Friar_s_Lantern', '2094', '605.038', '29.798', '86.692', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17031520', 'Troll_Cuirasser', '2113', '593.282', '29.494', '81.551', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17031521', 'Troll_Combatant', '2112', '581.938', '29.779', '84.216', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17031522', 'Antares', '2082', '554.199', '29.831', '82.011', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17031523', 'Friar_s_Lantern', '2094', '558.769', '29.614', '70.736', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17031524', 'Antares', '2082', '557.880', '29.624', '73.947', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17031525', 'Troll_Machinist', '2119', '608.705', '29.761', '53.434', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17031526', 'Troll_s_Automaton', '2124', '596.622', '30.218', '56.359', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17031527', 'Friar_s_Lantern', '2094', '609.098', '29.331', '32.103', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17031528', 'Antares', '2082', '435.069', '29.518', '-74.468', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17031529', 'Troll_Scrimer', '2121', '439.120', '29.504', '-75.829', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17031530', 'Troll_Grenadier', '2116', '433.122', '29.892', '-84.005', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17031531', 'Friar_s_Lantern', '2094', '401.050', '29.519', '-87.375', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17031532', 'Troll_Targeteer', '2125', '398.869', '30.456', '-98.881', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17031533', 'Dahak', '2087', '397.740', '29.473', '-118.962', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17031534', 'Friar_s_Lantern', '2094', '402.271', '29.407', '-126.620', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17031535', 'Troll_Cuirasser', '2113', '404.404', '29.360', '-128.443', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17031536', 'Antares', '2082', '402.536', '30.002', '-149.776', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17031537', 'Troll_Artilleryman', '2110', '400.167', '30.369', '-137.393', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17031538', 'Troll_Combatant', '2112', '402.039', '30.413', '-143.268', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17031539', 'Friar_s_Lantern', '2094', '405.963', '29.542', '-158.980', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17031540', 'Troll_Machinist', '2119', '395.146', '29.562', '-160.051', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17031541', 'Troll_s_Automaton', '2124', '402.529', '29.349', '-193.174', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17031542', 'Antares', '2082', '396.498', '29.325', '-191.362', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17031543', 'Friar_s_Lantern', '2094', '409.360', '29.406', '-248.112', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17031544', 'Troll_Scrimer', '2121', '398.819', '29.564', '-236.803', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17031545', 'Troll_Grenadier', '2116', '331.531', '29.505', '-248.258', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17031546', 'Troll_Targeteer', '2125', '302.789', '29.531', '-255.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17031547', 'Troll_Cuirasser', '2113', '304.620', '29.506', '-251.661', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17031548', 'Troll_Artilleryman', '2110', '303.646', '29.493', '-251.651', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17031549', 'Troll_Combatant', '2112', '269.169', '29.581', '-256.524', '207'); -INSERT INTO `mob_spawn_points` VALUES ('17031550', 'Troll_Machinist', '2119', '201.734', '29.499', '-199.513', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17031551', 'Troll_s_Automaton', '2124', '201.493', '29.917', '-194.151', '210'); -INSERT INTO `mob_spawn_points` VALUES ('17031552', 'Troll_Scrimer', '2121', '193.472', '29.577', '-197.939', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17031553', 'Troll_Targeteer', '2125', '204.760', '29.069', '-163.481', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17031554', 'Troll_Cuirasser', '2113', '-45.772', '-15.929', '50.843', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17031555', 'Friar_s_Lantern', '2094', '-68.771', '-16.479', '52.034', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17031556', 'Troll_Artilleryman', '2110', '-87.267', '-15.532', '33.738', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17031557', 'Troll_Scrimer', '2121', '-90.325', '-15.727', '30.121', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17031558', 'Troll_Scrimer', '2121', '-17.496', '-16.499', '27.487', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17031559', 'Troll_Cuirasser', '2113', '-27.514', '-15.968', '29.238', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17031560', 'Troll_Cuirasser', '2113', '-57.326', '-16.618', '30.144', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17031561', 'Troll_Combatant', '2112', '-64.150', '-16.500', '37.521', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17031562', 'Troll_Combatant', '2112', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031563', 'Troll_Targeteer', '2125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031564', 'Troll_Targeteer', '2125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031565', 'Chiliarch_Gordarvor', '2086', '244.736', '9.609', '35.778', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17031566', 'Hetairoi_Vuryargur', '2096', '76.800', '-10.655', '208.697', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17031567', 'Hetairoi_Zarwarkur', '2097', '-52.487', '9.378', '-278.094', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17031568', 'Archaic_Mirror', '2083', '-307.698', '20.485', '1.280', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17031569', 'Archaic_Mirror', '2083', '-399.518', '-0.500', '278.460', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17031570', 'Archaic_Mirror', '2083', '159.932', '-0.220', '309.118', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17031571', 'Archaic_Mirror', '2083', '-477.384', '19.747', '-33.054', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17031572', 'Archaic_Mirror', '2083', '-201.007', '9.501', '355.383', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17031573', 'Archaic_Mirror', '2083', '234.783', '9.537', '35.281', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17031574', 'Archaic_Mirror', '2083', '237.007', '9.409', '28.991', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17031575', 'Archaic_Mirror', '2083', '83.849', '-10.741', '204.371', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17031576', 'Hilltroll_Mirror_Guard', '2099', '88.519', '-10.288', '206.014', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17031577', 'Woodtroll_Mirror_Guard', '2131', '-33.595', '9.566', '-279.727', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17031578', 'Hilltroll_Mirror_Guard', '2099', '-49.703', '9.518', '-277.651', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17031579', 'Woodtroll_Mirror_Guard', '2131', '-325.638', '19.700', '5.475', '137'); -INSERT INTO `mob_spawn_points` VALUES ('17031580', 'Hilltroll_Mirror_Guard', '2099', '-319.979', '19.512', '4.135', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17031581', 'Woodtroll_Mirror_Guard', '2131', '-403.607', '-0.378', '274.049', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17031582', 'Hilltroll_Mirror_Guard', '2099', '-398.870', '-0.424', '283.941', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17031583', 'Woodtroll_Mirror_Guard', '2131', '169.243', '-0.775', '314.196', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17031584', 'Hilltroll_Mirror_Guard', '2099', '164.085', '-0.411', '309.486', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17031585', 'Woodtroll_Mirror_Guard', '2131', '-480.062', '19.432', '-41.579', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17031586', 'Hilltroll_Mirror_Guard', '2099', '-475.973', '19.461', '-38.513', '181'); -INSERT INTO `mob_spawn_points` VALUES ('17031587', 'Woodtroll_Mirror_Guard', '2131', '-193.520', '9.583', '361.682', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17031588', 'Hilltroll_Mirror_Guard', '2099', '-199.185', '9.723', '363.917', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17031589', 'Woodtroll_Mirror_Guard', '2131', '-60.000', '-24.200', '2.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17031590', 'Hilltroll_Mirror_Guard', '2099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031591', 'Woodtroll_Mirror_Guard', '2131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031592', 'Gurfurlur_the_Menacing', '2095', '-59.000', '-23.000', '3.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17031593', 'Hilltroll_Elite_Guard', '2098', '-57.000', '-23.000', '5.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17031594', 'Hilltroll_Elite_Guard', '2098', '-57.000', '-23.000', '5.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17031595', 'Woodtroll_Elite_Guard', '2130', '-62.000', '-23.000', '5.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17031596', 'Woodtroll_Elite_Guard', '2130', '-62.000', '-23.000', '5.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17031597', 'Wheel_Wamoura', '2129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17031598', 'Dextrose', '2088', '-144.000', '11.000', '464.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17031599', 'Reacton', '2109', '18.000', '-9.000', '213.000', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17031600', 'Achamoth', '2079', '-34.000', '10.000', '336.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17031601', 'Achamothcampa', '2080', '-33.000', '10.000', '336.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17031602', 'Achamothcampa', '2080', '-35.000', '10.000', '336.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17031603', 'Achamoth_Nympha', '2081', '-33.000', '10.000', '336.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17031604', 'Achamoth_Nympha', '2081', '-35.000', '10.000', '336.000', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17043457', 'Suhur_Mas', '2223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043458', 'Suhur_Mas', '2223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043459', 'Mamool_Ja_Bloodsucker', '2183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043460', 'Mamook_Mush', '2181', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043461', 'Mamook_Crab', '2180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043462', 'Mamool_Ja_Mimicker', '2193', '377.193', '-15.538', '-260.668', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17043463', 'Hunting_Raptor', '2178', '319.555', '-3.836', '-248.520', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17043464', 'Hunting_Raptor', '2178', '319.844', '-3.835', '-245.466', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17043465', 'Hunting_Raptor', '2178', '308.294', '-3.931', '-240.199', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17043466', 'Venomfang', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043467', 'Hunting_Raptor', '2178', '315.200', '-3.618', '-207.531', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17043468', 'Hunting_Raptor', '2178', '332.040', '-3.851', '-202.487', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17043469', 'Colibri', '2171', '326.689', '-3.742', '-208.678', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17043470', 'Colibri', '2171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043471', 'Mamool_Ja_Zenist', '2206', '337.722', '-12.386', '-263.579', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17043472', 'Mamool_Ja_Savant', '2197', '295.658', '-12.348', '-258.343', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17043473', 'Mamool_Ja_Sophist', '2198', '300.928', '-12.262', '-180.927', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17043474', 'Mamool_Ja_Bounder', '2185', '342.460', '-12.435', '-179.400', '221'); -INSERT INTO `mob_spawn_points` VALUES ('17043475', 'Mamool_Ja_Mimicker', '2193', '338.402', '-11.263', '-221.273', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17043476', 'Colibri', '2171', '348.482', '-11.352', '-222.502', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17043477', 'Mamool_Ja_Strapper', '2201', '330.140', '-5.368', '-217.872', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17043478', 'Mamool_Ja_s_Lizard', '2202', '332.529', '-7.407', '-222.452', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17043479', 'Carriage_Lizard', '2169', '335.206', '-6.462', '-139.112', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17043480', 'Carriage_Lizard', '2169', '308.808', '-0.776', '-140.532', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17043481', 'Mamool_Ja_Zenist', '2206', '220.293', '14.009', '-166.162', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17043482', 'Mamool_Ja_Zenist', '2206', '237.575', '14.358', '-206.391', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17043483', 'Mamool_Ja_Savant', '2197', '242.202', '14.331', '-196.030', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17043484', 'Mamool_Ja_Sophist', '2198', '245.493', '14.271', '-197.686', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17043485', 'Ziz', '2228', '232.861', '14.290', '-239.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17043486', 'Ziz', '2228', '242.580', '14.086', '-248.770', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17043487', 'Ziz', '2228', '207.710', '14.263', '-202.225', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17043488', 'Ziz', '2228', '210.435', '14.336', '-197.230', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17043489', 'Ziz', '2228', '203.815', '14.288', '-244.966', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17043490', 'Ziz', '2228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043491', 'Ziz', '2228', '202.255', '14.308', '-296.150', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17043492', 'Mamool_Ja_Savant', '2197', '200.825', '14.366', '-311.397', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17043493', 'Mamool_Ja_Sophist', '2198', '202.018', '14.240', '-328.705', '172'); -INSERT INTO `mob_spawn_points` VALUES ('17043494', 'Ziz', '2228', '173.419', '14.276', '-313.898', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17043495', 'Ziz', '2228', '178.695', '14.357', '-323.707', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17043496', 'Suhur_Mas', '2223', '208.645', '15.699', '-252.735', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17043497', 'Suhur_Mas', '2223', '220.307', '15.698', '-197.431', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17043498', 'Suhur_Mas', '2223', '222.046', '15.699', '-193.154', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17043499', 'Suhur_Mas', '2223', '238.820', '15.685', '-185.415', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17043500', 'Colibri', '2171', '199.916', '14.348', '-185.266', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17043501', 'Colibri', '2171', '234.645', '14.454', '-235.865', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17043502', 'Colibri', '2171', '184.933', '14.391', '-242.019', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17043503', 'Colibri', '2171', '208.050', '14.258', '-290.529', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17043504', 'Colibri', '2171', '161.668', '14.250', '-328.189', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17043505', 'Mamool_Ja_Spearman', '2199', '166.546', '14.483', '-318.082', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17043506', 'Mamool_Ja_s_Wyvern', '2204', '166.186', '14.496', '-321.109', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17043507', 'Mamool_Ja_Savant', '2197', '257.741', '5.732', '-259.162', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17043508', 'Mamool_Ja_Sophist', '2198', '218.191', '5.649', '-343.766', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17043509', 'Mamool_Ja_Bounder', '2185', '136.821', '5.681', '-338.787', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17043510', 'Mamool_Ja_Spearman', '2199', '142.152', '5.685', '-298.380', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17043511', 'Mamool_Ja_s_Wyvern', '2204', '139.826', '5.542', '-297.783', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17043512', 'Mamool_Ja_Mimicker', '2193', '175.280', '5.506', '-180.038', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17043513', 'Mamool_Ja_Zenist', '2206', '179.272', '6.589', '-348.464', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17043514', 'Mamool_Ja_Sophist', '2198', '178.103', '6.809', '-254.215', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17043515', 'Mamool_Ja_Savant', '2197', '211.280', '6.467', '-221.790', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17043516', 'Mamool_Ja_Bounder', '2185', '221.741', '5.635', '-249.850', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17043517', 'Mamool_Ja_Zenist', '2206', '299.195', '13.202', '-307.288', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17043518', 'Mamool_Ja_Savant', '2197', '262.917', '13.311', '-334.459', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17043519', 'Carriage_Lizard', '2169', '257.779', '13.455', '-347.484', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17043520', 'Carriage_Lizard', '2169', '260.056', '13.649', '-349.754', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17043521', 'Mamool_Ja_Sophist', '2198', '255.873', '13.959', '-373.855', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17043522', 'Carriage_Lizard', '2169', '253.004', '13.874', '-375.217', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17043523', 'Carriage_Lizard', '2169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043524', 'Carriage_Lizard', '2169', '224.391', '13.986', '-419.616', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17043525', 'Mamool_Ja_Bounder', '2185', '223.772', '13.932', '-418.925', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17043526', 'Carriage_Lizard', '2169', '261.272', '10.359', '-409.574', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17043527', 'Carriage_Lizard', '2169', '260.846', '10.413', '-410.160', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17043528', 'Mamool_Ja_Zenist', '2206', '178.605', '-21.871', '-84.760', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17043529', 'Hunting_Raptor', '2178', '105.553', '-3.652', '-84.117', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17043530', 'Hunting_Raptor', '2178', '121.290', '-3.889', '-80.806', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17043531', 'Puk', '2215', '121.916', '-4.045', '-77.586', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17043532', 'Devout_Radol_Ja', '2173', '106.430', '-3.784', '-79.590', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17043533', 'Hunting_Raptor', '2178', '93.268', '-3.774', '-94.671', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17043534', 'Hunting_Raptor', '2178', '77.686', '-3.798', '-74.535', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17043535', 'Hunting_Raptor', '2178', '93.120', '-3.774', '-95.222', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17043536', 'Hunting_Raptor', '2178', '77.722', '-4.080', '-39.302', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17043537', 'Hunting_Raptor', '2178', '76.792', '-3.794', '-31.279', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17043538', 'Puk', '2215', '83.293', '-4.070', '-31.128', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17043539', 'Mamool_Ja_Mimicker', '2193', '96.856', '-5.744', '-66.629', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17043540', 'Colibri', '2171', '70.093', '-3.761', '-80.979', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17043541', 'Mamool_Ja_Strapper', '2201', '91.957', '-3.878', '-38.719', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17043542', 'Mamool_Ja_s_Lizard', '2202', '93.899', '-3.658', '-42.066', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17043543', 'Mamool_Ja_Savant', '2197', '140.467', '-12.324', '-60.960', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17043544', 'Mamool_Ja_Sophist', '2198', '143.138', '-11.548', '-85.275', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17043545', 'Mamool_Ja_Bounder', '2185', '63.278', '-12.249', '-22.429', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17043546', 'Mamool_Ja_Zenist', '2206', '100.820', '-12.460', '-16.495', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17043547', 'Mamool_Ja_Mimicker', '2193', '54.794', '-11.469', '-67.751', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17043548', 'Puk', '2215', '57.353', '-11.334', '-59.787', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17043549', 'Mamool_Ja_Mimicker', '2193', '10.238', '3.340', '-62.198', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17043550', 'Carriage_Lizard', '2169', '21.469', '-2.276', '-47.128', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17043551', 'Carriage_Lizard', '2169', '20.902', '1.731', '-58.541', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17043552', 'Ziz', '2228', '118.859', '14.166', '-196.702', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17043553', 'Ziz', '2228', '115.616', '14.335', '-197.514', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17043554', 'Zizzy_Zillah', '2229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043555', 'Ziz', '2228', '121.454', '14.157', '-155.157', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17043556', 'Puk', '2215', '125.460', '14.294', '-168.590', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17043557', 'Ziz', '2228', '84.828', '14.170', '-154.138', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17043558', 'Ziz', '2228', '85.579', '14.052', '-159.276', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17043559', 'Puk', '2215', '98.414', '14.155', '-154.380', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17043560', 'Ziz', '2228', '81.399', '14.187', '-213.744', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17043561', 'Ziz', '2228', '70.200', '14.344', '-240.492', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17043562', 'Ziz', '2228', '76.799', '14.232', '-223.224', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17043563', 'Ziz', '2228', '89.980', '13.361', '-228.060', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17043564', 'Ziz', '2228', '40.034', '14.189', '-225.441', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17043565', 'Suhur_Mas', '2223', '115.584', '15.635', '-183.418', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17043566', 'Suhur_Mas', '2223', '101.191', '15.525', '-195.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17043567', 'Suhur_Mas', '2223', '61.306', '15.638', '-164.484', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17043568', 'Colibri', '2171', '35.943', '14.117', '-173.692', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17043569', 'Colibri', '2171', '87.530', '14.266', '-212.849', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17043570', 'Colibri', '2171', '44.633', '14.193', '-238.727', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17043571', 'Mamool_Ja_Spearman', '2199', '38.269', '14.044', '-163.766', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17043572', 'Mamool_Ja_s_Wyvern', '2204', '39.726', '14.084', '-164.405', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17043573', 'Mamool_Ja_Sophist', '2198', '141.823', '6.674', '-184.373', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17043574', 'Mamool_Ja_Bounder', '2185', '139.115', '6.833', '-183.399', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17043575', 'Mamool_Ja_Savant', '2197', '140.208', '5.663', '-222.886', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17043576', 'Mamool_Ja_Mimicker', '2193', '105.849', '5.592', '-257.383', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17043577', 'Mamool_Ja_Zenist', '2206', '55.904', '6.680', '-262.882', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17043578', 'Mamool_Ja_Savant', '2197', '61.080', '6.684', '-261.264', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17043579', 'Mamool_Ja_Sophist', '2198', '17.645', '5.677', '-258.015', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17043580', 'Mamool_Ja_Bounder', '2185', '25.864', '5.700', '-216.139', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17043581', 'Mamool_Ja_Spearman', '2199', '20.540', '5.679', '-177.573', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17043582', 'Mamool_Ja_s_Wyvern', '2204', '22.843', '5.705', '-181.081', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17043583', 'Mamool_Ja_Mimicker', '2193', '60.810', '6.715', '-139.362', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17043584', 'Mamool_Ja_Savant', '2197', '66.885', '6.698', '-134.822', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17043585', 'Mamool_Ja_Zenist', '2206', '92.103', '6.530', '-181.126', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17043586', 'Mamool_Ja_Bounder', '2185', '105.661', '6.287', '-186.819', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17043587', 'Mamool_Ja_Sophist', '2198', '-20.379', '12.441', '-167.358', '199'); -INSERT INTO `mob_spawn_points` VALUES ('17043588', 'Carriage_Lizard', '2169', '-21.107', '11.542', '-174.908', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17043589', 'Carriage_Lizard', '2169', '-15.808', '10.117', '-179.548', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17043590', 'Mamool_Ja_Bounder', '2185', '-67.433', '8.529', '-139.524', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17043591', 'Mamool_Ja_Savant', '2197', '-52.622', '12.203', '-136.553', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17043592', 'Carriage_Lizard', '2169', '-63.701', '9.663', '-138.654', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17043593', 'Suhur_Mas', '2223', '-61.750', '9.867', '-74.480', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17043594', 'Mamool_Ja_Frogman', '2189', '-62.159', '10.011', '-77.030', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17043595', 'Suhur_Mas', '2223', '-81.493', '10.089', '-97.649', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17043596', 'Suhur_Mas', '2223', '-131.332', '9.589', '-95.871', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17043597', 'Suhur_Mas', '2223', '-138.956', '10.096', '-76.499', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17043598', 'Mamool_Ja_Diver', '2188', '-140.885', '9.850', '-33.170', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17043599', 'Mamool_Ja_Diver', '2188', '-103.489', '10.618', '-50.374', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17043600', 'Mamool_Ja_Frogman', '2189', '-102.463', '10.065', '-41.199', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17043601', 'Mamool_Ja_Diver', '2188', '-83.665', '9.974', '-62.175', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17043602', 'Mamool_Ja_Frogman', '2189', '-80.013', '10.181', '-62.259', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17043603', 'Mamool_Ja_Strapper', '2201', '-99.978', '10.117', '-99.603', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17043604', 'Mamool_Ja_s_Lizard', '2202', '-98.805', '10.121', '-99.240', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17043605', 'Mamool_Ja_Spearman', '2199', '-132.804', '10.693', '-67.110', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17043606', 'Mamool_Ja_s_Wyvern', '2204', '-128.911', '11.154', '-61.484', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17043607', 'Poroggo', '2213', '-63.089', '5.769', '-63.125', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17043608', 'Poroggo', '2213', '-59.252', '5.711', '-102.188', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17043609', 'Poroggo', '2213', '-89.912', '6.790', '-105.309', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17043610', 'Poroggo', '2213', '-141.619', '5.653', '-100.557', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17043611', 'Poroggo', '2213', '-140.750', '8.851', '-57.468', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17043612', 'Poroggo', '2213', '-139.925', '5.689', '-23.550', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17043613', 'Poroggo', '2213', '-96.503', '5.944', '-27.153', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17043614', 'Air_Elemental', '2164', '-106.814', '5.808', '-59.126', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17043615', 'Poroggo', '2213', '-115.221', '6.495', '-78.901', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17043616', 'Mamool_Ja_Mimicker', '2193', '-191.706', '5.090', '-60.376', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17043617', 'Carriage_Lizard', '2169', '-178.539', '2.417', '-39.271', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17043618', 'Carriage_Lizard', '2169', '-178.742', '2.692', '-46.328', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17043619', 'Mamool_Ja_Zenist', '2206', '-172.849', '4.191', '-94.084', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17043620', 'Carriage_Lizard', '2169', '-177.742', '4.355', '-104.358', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17043621', 'Carriage_Lizard', '2169', '-155.252', '5.286', '-98.869', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17043622', 'Battle_Bugard', '2166', '-252.555', '14.323', '-80.588', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17043623', 'Battle_Bugard', '2166', '-282.912', '14.000', '-66.064', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17043624', 'Battle_Bugard', '2166', '-279.121', '14.176', '-83.446', '157'); -INSERT INTO `mob_spawn_points` VALUES ('17043625', 'Puk', '2215', '-284.384', '14.145', '-80.079', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17043626', 'Dragonscaled_Bugaal_Ja', '2174', '-280.843', '14.159', '-84.556', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17043627', 'Tyrannobugard', '2224', '-280.726', '14.314', '-87.118', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17043628', 'Tyrannobugard', '2224', '-268.874', '14.338', '-76.130', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17043629', 'Tyrannobugard', '2224', '-273.781', '14.232', '-78.504', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17043630', 'Mamool_Ja_Strapper', '2201', '-242.226', '13.867', '-81.800', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17043631', 'Mamool_Ja_s_Lizard', '2202', '-245.085', '14.117', '-83.398', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17043632', 'Mamool_Ja_Zenist', '2206', '-223.144', '5.646', '-102.124', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17043633', 'Mamool_Ja_Savant', '2197', '-256.791', '6.506', '-100.915', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17043634', 'Mamool_Ja_Sophist', '2198', '-304.459', '5.699', '-96.455', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17043635', 'Mamool_Ja_Zenist', '2206', '-299.744', '5.659', '-58.372', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17043636', 'Mamool_Ja_Sophist', '2198', '-222.085', '5.740', '-62.813', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17043637', 'Carriage_Lizard', '2169', '-258.543', '11.409', '-19.656', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17043638', 'Carriage_Lizard', '2169', '-299.541', '10.929', '-15.405', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17043639', 'Carriage_Lizard', '2169', '-297.834', '10.930', '-21.516', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17043640', 'Mamool_Ja_Bounder', '2185', '-300.220', '10.525', '22.827', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17043641', 'Carriage_Lizard', '2169', '-307.218', '10.308', '20.039', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17043642', 'Carriage_Lizard', '2169', '-341.063', '18.054', '29.493', '199'); -INSERT INTO `mob_spawn_points` VALUES ('17043643', 'Carriage_Lizard', '2169', '-325.108', '12.461', '18.977', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043644', 'Carriage_Lizard', '2169', '-304.268', '17.656', '61.538', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17043645', 'Carriage_Lizard', '2169', '-313.058', '18.938', '59.689', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17043646', 'Mamool_Ja_Mimicker', '2193', '-351.693', '19.978', '100.702', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17043647', 'Carriage_Lizard', '2169', '-337.067', '20.071', '106.404', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17043648', 'Carriage_Lizard', '2169', '-339.996', '19.949', '102.627', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17043649', 'Carriage_Lizard', '2169', '-336.996', '19.931', '89.142', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17043650', 'Mamool_Ja_Savant', '2197', '-378.054', '11.050', '135.592', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17043651', 'Mamool_Ja_Mimicker', '2193', '-376.089', '11.007', '134.542', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17043652', 'Carriage_Lizard', '2169', '-379.697', '12.619', '114.231', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17043653', 'Air_Elemental', '2164', '-398.202', '8.208', '140.989', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17043654', 'Puk', '2215', '-298.646', '4.909', '-137.004', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17043655', 'Puk', '2215', '-298.563', '4.903', '-138.439', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17043656', 'Puk', '2215', '-224.570', '4.993', '-137.970', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17043657', 'Puk', '2215', '-234.793', '5.052', '-140.220', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17043658', 'Brei', '2167', '-257.519', '3.943', '-179.919', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17043659', 'Brei', '2167', '-258.333', '3.880', '-182.342', '210'); -INSERT INTO `mob_spawn_points` VALUES ('17043660', 'Brei', '2167', '-260.235', '4.451', '-170.249', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17043661', 'Puk', '2215', '-204.046', '14.150', '-187.571', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17043662', 'Puk', '2215', '-174.279', '14.402', '-200.320', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17043663', 'Battle_Bugard', '2166', '-151.709', '14.223', '-156.671', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17043664', 'Battle_Bugard', '2166', '-161.439', '14.074', '-157.542', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17043665', 'Hundredfaced_Hapool_Ja', '2177', '-160.301', '14.121', '-157.572', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17043666', 'Hundredfaced_Hapool_Ja', '2177', '-159.159', '14.148', '-161.583', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17043667', 'Hundredfaced_Hapool_Ja', '2177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043668', 'Hundredfaced_Hapool_Ja', '2177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043669', 'Hundredfaced_Hapool_Ja', '2177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043670', 'Battle_Bugard', '2166', '-129.538', '14.248', '-160.361', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17043671', 'Battle_Bugard', '2166', '-199.583', '14.282', '-214.714', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17043672', 'Suhur_Mas', '2223', '-143.732', '15.673', '-165.829', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17043673', 'Suhur_Mas', '2223', '-175.704', '15.609', '-194.779', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17043674', 'Suhur_Mas', '2223', '-144.877', '15.760', '-212.749', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17043675', 'Suhur_Mas', '2223', '-155.325', '15.669', '-215.349', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17043676', 'Colibri', '2171', '-107.753', '13.814', '-166.339', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17043677', 'Colibri', '2171', '-166.598', '14.267', '-169.469', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17043678', 'Colibri', '2171', '-214.085', '13.857', '-195.462', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17043679', 'Mamool_Ja_Spearman', '2199', '-123.717', '14.119', '-160.691', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17043680', 'Mamool_Ja_s_Wyvern', '2204', '-122.920', '14.059', '-159.821', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17043681', 'Mamool_Ja_Spearman', '2199', '-127.398', '14.235', '-159.204', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17043682', 'Mamool_Ja_s_Wyvern', '2204', '-127.036', '14.182', '-160.650', '147'); -INSERT INTO `mob_spawn_points` VALUES ('17043683', 'Mamool_Ja_Strapper', '2201', '-196.573', '14.228', '-210.078', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17043684', 'Mamool_Ja_s_Lizard', '2202', '-194.602', '14.207', '-199.826', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17043685', 'Mamool_Ja_Strapper', '2201', '-204.230', '14.261', '-200.476', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17043686', 'Mamool_Ja_s_Lizard', '2202', '-203.665', '14.256', '-197.745', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17043687', 'Mamool_Ja_Zenist', '2206', '-188.309', '6.504', '-225.501', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17043688', 'Mamool_Ja_Bounder', '2185', '-218.736', '5.543', '-224.376', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17043689', 'Mamool_Ja_Savant', '2197', '-222.973', '5.727', '-182.383', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17043690', 'Mamool_Ja_Sophist', '2198', '-179.850', '5.652', '-137.151', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17043691', 'Mamool_Ja_Mimicker', '2193', '-136.130', '6.677', '-137.201', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17043692', 'Mamool_Ja_Bounder', '2185', '-130.546', '6.893', '-138.435', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17043693', 'Mamool_Ja_Mimicker', '2193', '-97.869', '5.944', '-146.627', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17043694', 'Puk', '2215', '-262.919', '8.029', '-253.764', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17043695', 'Puk', '2215', '-270.212', '8.144', '-257.333', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17043696', 'Qiqirn_Poulterer', '2218', '-298.296', '7.176', '-261.856', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17043697', 'Qiqirn_Goldsmith', '2216', '-298.344', '7.173', '-262.018', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17043698', 'Qiqirn_Mine', '2217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043699', 'Spinner', '2222', '-88.702', '-0.183', '-260.926', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043700', 'Spinner', '2222', '-101.148', '1.903', '-258.868', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17043701', 'Spinner', '2222', '-73.490', '1.866', '-221.274', '252'); -INSERT INTO `mob_spawn_points` VALUES ('17043702', 'Spinner', '2222', '-67.104', '1.504', '-221.309', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043703', 'Spinner', '2222', '-58.514', '1.972', '-255.331', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17043704', 'Spinner', '2222', '-57.476', '1.899', '-251.773', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17043705', 'Spinner', '2222', '-58.465', '1.956', '-254.781', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17043706', 'Spinner', '2222', '-19.362', '5.726', '-287.289', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17043707', 'Spinner', '2222', '-18.740', '5.324', '-282.927', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17043708', 'Spinner', '2222', '-56.905', '4.930', '-209.103', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17043709', 'Spinner', '2222', '-51.366', '5.028', '-218.324', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17043710', 'Spinner', '2222', '-9.111', '8.057', '-302.384', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043711', 'Spinner', '2222', '-17.789', '7.957', '-300.154', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17043712', 'Mamool_Ja_Lurker', '2191', '62.932', '1.394', '-308.304', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17043713', 'Spinner', '2222', '56.619', '4.236', '-295.211', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17043714', 'Spinner', '2222', '93.539', '5.798', '-339.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17043715', 'Spinner', '2222', '100.324', '8.026', '-340.093', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17043716', 'Mamool_Ja_Lurker', '2191', '99.207', '8.898', '-376.548', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17043717', 'Spinner', '2222', '101.574', '7.873', '-378.060', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17043718', 'Mamool_Ja_Philosopher', '2195', '128.838', '7.911', '-380.602', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17043719', 'Spinner', '2222', '131.380', '7.907', '-382.196', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17043720', 'Spinner', '2222', '135.529', '8.029', '-381.338', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17043721', 'Mamool_Ja_Mimer', '2192', '181.937', '14.905', '-427.681', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17043722', 'Mamool_Ja_Infiltrator', '2190', '176.984', '16.847', '-450.802', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17043723', 'Spinner', '2222', '178.893', '17.149', '-443.876', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17043724', 'Spinner', '2222', '178.594', '17.164', '-445.513', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17043725', 'Mamool_Ja_Infiltrator', '2190', '163.420', '14.052', '-498.544', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17043726', 'Mamool_Ja_Blusterer', '2184', '161.356', '14.149', '-497.391', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17043727', 'Mamool_Ja_Philosopher', '2195', '136.860', '13.971', '-498.702', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17043728', 'Mamool_Ja_Lurker', '2191', '136.782', '13.900', '-498.076', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17043729', 'Mamool_Ja_Mimer', '2192', '101.417', '13.698', '-500.708', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17043730', 'Mamool_Ja_Infiltrator', '2190', '90.047', '16.994', '-499.380', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17043731', 'Mamool_Ja_Blusterer', '2184', '84.153', '17.142', '-501.062', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17043732', 'Watch_Wyvern', '2226', '55.533', '17.134', '-426.193', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17043733', 'Watch_Wyvern', '2226', '49.968', '17.246', '-429.856', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17043734', 'Sea_Puk', '2220', '42.990', '17.046', '-398.697', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17043735', 'Sea_Puk', '2220', '40.500', '17.266', '-392.493', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17043736', 'Darting_Kachaal_Ja', '2172', '38.759', '17.138', '-391.052', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17043737', 'Watch_Wyvern', '2226', '39.336', '17.356', '-448.440', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17043738', 'Watch_Wyvern', '2226', '1.045', '16.973', '-441.961', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17043739', 'Sea_Puk', '2220', '4.397', '17.138', '-444.925', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17043740', 'Sea_Puk', '2220', '-14.823', '17.132', '-430.276', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17043741', 'Watch_Wyvern', '2226', '-6.692', '17.512', '-424.130', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17043742', 'Sea_Puk', '2220', '-6.524', '17.441', '-411.966', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17043743', 'Sea_Puk', '2220', '-6.584', '17.313', '-398.698', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17043744', 'Watch_Wyvern', '2226', '13.987', '17.306', '-363.552', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17043745', 'Nipper', '2212', '5.447', '18.550', '-424.703', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17043746', 'Nipper', '2212', '20.206', '18.601', '-442.089', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17043747', 'Nipper', '2212', '12.386', '18.565', '-389.924', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17043748', 'Nipper', '2212', '21.870', '18.532', '-396.796', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17043749', 'Mamool_Ja_Pikeman', '2196', '4.631', '18.379', '-378.557', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17043750', 'Mamool_Ja_s_Wyvern', '2204', '0.254', '18.611', '-378.665', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17043751', 'Sea_Puk', '2220', '47.805', '17.236', '-438.480', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17043752', 'Sea_Puk', '2220', '-8.365', '17.454', '-441.001', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17043753', 'Mamool_Ja_Stabler', '2200', '3.509', '17.241', '-363.488', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17043754', 'Mamool_Ja_s_Raptor', '2203', '0.613', '17.094', '-361.244', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17043755', 'Mamool_Ja_Pikeman', '2196', '-12.092', '17.105', '-356.231', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17043756', 'Mamool_Ja_s_Wyvern', '2204', '-11.327', '17.075', '-356.116', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17043757', 'Mamool_Ja_Mimer', '2192', '62.531', '8.555', '-460.627', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17043758', 'Mamool_Ja_Blusterer', '2184', '18.888', '9.646', '-464.320', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17043759', 'Mamool_Ja_Philosopher', '2195', '-21.949', '8.680', '-459.991', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17043760', 'Mamool_Ja_Lurker', '2191', '-26.460', '8.546', '-459.128', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17043761', 'Mamool_Ja_Lurker', '2191', '-25.282', '9.660', '-375.810', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17043762', 'Mamool_Ja_Mimer', '2192', '-19.323', '8.737', '-342.231', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17043763', 'Mamool_Ja_Infiltrator', '2190', '16.373', '8.724', '-341.976', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17043764', 'Mamool_Ja_Philosopher', '2195', '17.913', '8.649', '-339.685', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17043765', 'Mamool_Ja_Mimer', '2192', '3.701', '9.634', '-399.523', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17043766', 'Mamool_Ja_Blusterer', '2184', '21.999', '8.993', '-406.813', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17043767', 'Mamool_Ja_Philosopher', '2195', '26.882', '9.381', '-426.261', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17043768', 'Spinner', '2222', '-74.183', '7.618', '-381.981', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17043769', 'Spinner', '2222', '-59.501', '8.153', '-364.628', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17043770', 'Watch_Wyvern', '2226', '-131.006', '17.377', '-352.236', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17043771', 'Watch_Wyvern', '2226', '-141.862', '13.735', '-346.815', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17043772', 'Watch_Wyvern', '2226', '-157.176', '17.529', '-352.736', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17043773', 'Watch_Wyvern', '2226', '-201.522', '17.209', '-363.865', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17043774', 'Watch_Wyvern', '2226', '-206.458', '17.525', '-373.798', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17043775', 'Mamool_Ja_Stabler', '2200', '-194.964', '17.289', '-395.082', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17043776', 'Mamool_Ja_s_Raptor', '2203', '-187.180', '17.393', '-361.572', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17043777', 'Mamool_Ja_Stabler', '2200', '-196.575', '17.380', '-394.319', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17043778', 'Mamool_Ja_s_Raptor', '2203', '-198.830', '17.201', '-405.240', '171'); -INSERT INTO `mob_spawn_points` VALUES ('17043779', 'Firedance_Magmaal_Ja', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043780', 'Nipper', '2212', '-201.380', '17.555', '-374.217', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17043781', 'Nipper', '2212', '-204.976', '18.231', '-407.149', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17043782', 'Nipper', '2212', '-206.565', '18.257', '-405.626', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17043783', 'Nipper', '2212', '-136.096', '9.596', '-342.326', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17043784', 'Sea_Puk', '2220', '-154.239', '17.305', '-358.505', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17043785', 'Sea_Puk', '2220', '-169.821', '17.272', '-358.039', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17043786', 'Sea_Puk', '2220', '-185.992', '17.253', '-399.973', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17043787', 'Sea_Puk', '2220', '-100.289', '8.793', '-375.665', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17043788', 'Mamool_Ja_Philosopher', '2195', '-100.979', '8.851', '-380.132', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17043789', 'Mamool_Ja_Blusterer', '2184', '-135.087', '9.960', '-379.276', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17043790', 'Mamool_Ja_Lurker', '2191', '-199.182', '17.365', '-406.510', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17043791', 'Mamool_Ja_Mimer', '2192', '-183.919', '8.610', '-423.437', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17043792', 'Mamool_Ja_Infiltrator', '2190', '-140.133', '9.563', '-339.250', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17043793', 'Mamool_Ja_Infiltrator', '2190', '-97.729', '9.699', '-359.662', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17043794', 'Mamool_Ja_Pikeman', '2196', '-97.073', '9.699', '-361.623', '181'); -INSERT INTO `mob_spawn_points` VALUES ('17043795', 'Mamool_Ja_s_Wyvern', '2204', '458.515', '30.018', '538.062', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17043796', 'Hunting_Raptor', '2178', '461.187', '30.488', '535.133', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17043797', 'Hunting_Raptor', '2178', '462.312', '32.444', '495.706', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17043798', 'Hunting_Raptor', '2178', '458.829', '38.807', '459.853', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17043799', 'Mamool_Ja_Lurker', '2191', '459.490', '38.933', '459.684', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17043800', 'Mamool_Ja_Mimer', '2192', '420.302', '41.396', '425.591', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17043801', 'Hunting_Raptor', '2178', '416.170', '41.200', '417.559', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17043802', 'Mamool_Ja_Blusterer', '2184', '404.178', '42.165', '458.889', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17043803', 'Mamool_Ja_Infiltrator', '2190', '379.922', '41.833', '466.181', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17043804', 'Air_Elemental', '2164', '365.996', '42.021', '458.191', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17043805', 'Hunting_Raptor', '2178', '341.973', '41.894', '448.772', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17043806', 'Hunting_Raptor', '2178', '381.678', '42.055', '399.134', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17043807', 'Spinner', '2222', '423.364', '44.935', '374.484', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17043808', 'Spinner', '2222', '417.241', '44.390', '380.297', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043809', 'Spinner', '2222', '413.086', '43.754', '380.365', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17043810', 'Spinner', '2222', '420.544', '44.516', '350.283', '199'); -INSERT INTO `mob_spawn_points` VALUES ('17043811', 'Mamool_Ja_Pikeman', '2196', '421.339', '44.410', '348.254', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17043812', 'Mamool_Ja_s_Wyvern', '2204', '380.335', '45.247', '363.246', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17043813', 'Mamool_Ja_Blusterer', '2184', '372.139', '45.034', '378.171', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17043814', 'Mamool_Ja_Philosopher', '2195', '375.911', '44.953', '375.220', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17043815', 'Mamool_Ja_Mimer', '2192', '314.598', '45.017', '380.187', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17043816', 'Spinner', '2222', '314.476', '45.019', '380.208', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17043817', 'Spinner', '2222', '299.086', '45.065', '375.541', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17043818', 'Spinner', '2222', '339.238', '44.645', '351.569', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17043819', 'Spinner', '2222', '338.285', '44.525', '342.815', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17043820', 'Mamool_Ja_Lurker', '2191', '369.271', '44.949', '304.126', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17043821', 'Mamool_Ja_Blusterer', '2184', '377.059', '42.712', '302.634', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17043822', 'Mamool_Ja_Mimer', '2192', '379.778', '42.413', '278.055', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17043823', 'Mamool_Ja_Philosopher', '2195', '378.993', '41.781', '283.585', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17043824', 'Hunting_Raptor', '2178', '299.838', '44.958', '327.372', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17043825', 'Ziz', '2228', '302.055', '44.974', '315.629', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17043826', 'Mamool_Ja_Stabler', '2200', '298.703', '45.064', '314.594', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17043827', 'Mamool_Ja_s_Raptor', '2203', '296.314', '45.159', '320.151', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17043828', 'Ziz', '2228', '258.646', '47.938', '328.430', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17043829', 'Spinner', '2222', '259.400', '48.155', '324.643', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17043830', 'Spinner', '2222', '257.444', '47.957', '333.961', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17043831', 'Spinner', '2222', '257.948', '47.968', '303.653', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17043832', 'Spinner', '2222', '261.117', '47.822', '299.611', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17043833', 'Spinner', '2222', '261.535', '47.809', '299.330', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17043834', 'Spinner', '2222', '305.385', '44.849', '256.281', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17043835', 'Air_Elemental', '2164', '287.929', '44.980', '257.925', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17043836', 'Ziz', '2228', '323.894', '44.967', '258.623', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17043837', 'Mamool_Ja_Lurker', '2191', '323.917', '44.968', '256.494', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043838', 'Mamool_Ja_Infiltrator', '2190', '348.351', '45.051', '217.098', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043839', 'Mamool_Ja_Philosopher', '2195', '300.332', '45.011', '222.394', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17043840', 'Mamool_Ja_Lurker', '2191', '300.829', '44.785', '181.686', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17043841', 'Mamool_Ja_Blusterer', '2184', '294.665', '47.753', '175.888', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17043842', 'Mamool_Ja_Philosopher', '2195', '260.078', '48.051', '186.062', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17043843', 'Mamool_Ja_Lurker', '2191', '259.882', '47.949', '168.238', '172'); -INSERT INTO `mob_spawn_points` VALUES ('17043844', 'Mamool_Ja_Infiltrator', '2190', '263.785', '47.925', '143.573', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17043845', 'Mamool_Ja_Stabler', '2200', '263.423', '47.882', '145.461', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17043846', 'Mamool_Ja_s_Raptor', '2203', '311.558', '-3.574', '-202.708', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17043847', 'Archaic_Mirror', '2165', '257.033', '10.230', '-212.733', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17043848', 'Archaic_Mirror', '2165', '196.623', '14.294', '-323.475', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17043849', 'Archaic_Mirror', '2165', '107.382', '-5.313', '-68.111', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17043850', 'Archaic_Mirror', '2165', '52.593', '6.483', '-185.993', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17043851', 'Archaic_Mirror', '2165', '-158.511', '14.457', '-186.469', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17043852', 'Archaic_Mirror', '2165', '-177.825', '4.320', '-103.452', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17043853', 'Archaic_Mirror', '2165', '-264.420', '14.627', '-72.116', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17043854', 'Archaic_Mirror', '2165', '312.911', '-3.949', '-191.286', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17043855', 'Mamool_Ja_Conservator', '2187', '314.308', '-3.563', '-215.844', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17043856', 'Mamool_Ja_Treasurer', '2205', '256.222', '10.106', '-224.927', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17043857', 'Mamool_Ja_Conservator', '2187', '258.309', '10.094', '-222.629', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17043858', 'Mamool_Ja_Treasurer', '2205', '196.535', '14.130', '-320.899', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17043859', 'Mamool_Ja_Conservator', '2187', '201.042', '14.054', '-323.392', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17043860', 'Mamool_Ja_Treasurer', '2205', '99.511', '-5.566', '-68.750', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17043861', 'Mamool_Ja_Conservator', '2187', '96.927', '-5.764', '-66.587', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17043862', 'Mamool_Ja_Treasurer', '2205', '55.567', '6.320', '-211.038', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17043863', 'Mamool_Ja_Conservator', '2187', '55.886', '6.436', '-193.293', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17043864', 'Mamool_Ja_Treasurer', '2205', '-161.711', '14.464', '-188.286', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17043865', 'Mamool_Ja_Conservator', '2187', '-159.059', '14.365', '-188.416', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17043866', 'Mamool_Ja_Treasurer', '2205', '-172.794', '4.195', '-97.999', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17043867', 'Mamool_Ja_Conservator', '2187', '-173.039', '4.187', '-95.576', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17043868', 'Mamool_Ja_Treasurer', '2205', '-254.567', '14.432', '-73.429', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17043869', 'Mamool_Ja_Conservator', '2187', '-256.132', '14.414', '-78.581', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17043870', 'Mamool_Ja_Treasurer', '2205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043871', 'Mamool_Ja', '2182', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043872', 'Sagelord_Molaal_Ja', '2219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043873', 'Shadelurking_Zolool_Ja', '2221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043874', 'Forbidding_Koheel_Ja', '2175', '-302.000', '15.024', '-380.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043875', 'Gulool_Ja_Ja', '2176', '-301.000', '15.000', '-380.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17043876', 'Mamool_Ja_Chamberlain', '2186', '-297.000', '15.000', '-378.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17043877', 'Mamool_Ja_Chamberlain', '2186', '-297.000', '15.000', '-380.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17043878', 'Mamool_Ja_Palatine', '2194', '-295.000', '18.000', '-384.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17043879', 'Mamool_Ja_Palatine', '2194', '-295.000', '18.000', '-376.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17043880', 'Carpophagous_Puk', '2168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043881', 'Poroggo_Casanova', '2214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043882', 'Mikilulu', '2207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043883', 'Mikiruru', '2210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043884', 'Nikilulu', '2211', '-37.477', '5.704', '-98.310', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17043885', 'Mikiluru', '2208', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043886', 'Mikirulu', '2209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043887', 'Chamrosh', '2170', '206.000', '14.000', '-285.000', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17043888', 'Iriri_Samariri', '2179', '-118.000', '7.000', '-80.000', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17043889', 'Wartkin', '2225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043890', 'Wartkin', '2225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043891', 'Wartkin', '2225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17043892', 'Wartkin', '2225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055745', 'Cave_Mold', '2281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055746', 'Cave_Mold', '2281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055747', 'Anautogenous_Slug', '2277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055748', 'Cave_Pugil', '2282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055749', 'Aydeewa_Crab', '2278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055750', 'Treant_Sapling', '2309', '87.411', '11.167', '141.437', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17055751', 'Treant_Sapling', '2309', '49.761', '28.975', '141.887', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17055752', 'Puktrap', '2300', '65.010', '38.870', '102.266', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17055753', 'Puktrap', '2300', '74.007', '38.991', '101.806', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17055754', 'Puktrap', '2300', '102.214', '38.870', '65.088', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17055755', 'Puktrap', '2300', '135.296', '38.870', '64.267', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17055756', 'Treant_Sapling', '2309', '113.989', '39.203', '102.845', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17055757', 'Treant_Sapling', '2309', '99.882', '39.157', '103.207', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17055758', 'Treant_Sapling', '2309', '153.914', '39.268', '140.867', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17055759', 'Treant_Sapling', '2309', '141.371', '39.180', '105.628', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17055760', 'Treant_Sapling', '2309', '141.712', '35.447', '59.155', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17055761', 'Slime_Mold', '2308', '166.946', '36.042', '59.545', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17055762', 'Slime_Mold', '2308', '171.040', '36.268', '61.457', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17055763', 'Treant_Sapling', '2309', '180.662', '38.565', '19.716', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17055764', 'Treant_Sapling', '2309', '221.328', '39.141', '16.765', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17055765', 'Treant_Sapling', '2309', '217.865', '38.914', '47.172', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17055766', 'Qiqirn_Enterpriser', '2302', '26.794', '38.750', '16.141', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17055767', 'Qiqirn_Enterpriser', '2302', '19.920', '36.402', '34.811', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17055768', 'Slime_Mold', '2308', '56.952', '39.198', '17.310', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17055769', 'Slime_Mold', '2308', '65.061', '39.253', '15.117', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17055770', 'Qiqirn_Enterpriser', '2302', '68.356', '37.558', '-21.609', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17055771', 'Qiqirn_Enterpriser', '2302', '28.424', '36.094', '99.262', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17055772', 'Qiqirn_Lieuter', '2303', '59.579', '36.049', '71.324', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17055773', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055774', 'Qiqirn_Enterpriser', '2302', '24.251', '36.015', '98.948', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17055775', 'Qiqirn_Enterpriser', '2302', '100.467', '35.843', '35.787', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17055776', 'Treant_Sapling', '2309', '-9.029', '36.101', '59.520', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17055777', 'Treant_Sapling', '2309', '-72.477', '36.029', '62.868', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17055778', 'Slime_Mold', '2308', '-66.085', '35.925', '26.810', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17055779', 'Slime_Mold', '2308', '-52.744', '36.068', '21.226', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17055780', 'Treant_Sapling', '2309', '-21.007', '38.391', '20.203', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17055781', 'Treant_Sapling', '2309', '-100.815', '36.012', '98.085', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17055782', 'Treant_Sapling', '2309', '-102.980', '36.092', '68.655', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17055783', 'Treant_Sapling', '2309', '-108.939', '11.798', '18.442', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17055784', 'Puktrap', '2300', '-11.594', '38.879', '-19.133', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17055785', 'Puktrap', '2300', '-10.946', '38.870', '-10.844', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17055786', 'Slime_Mold', '2308', '13.210', '39.287', '-17.209', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17055787', 'Slime_Mold', '2308', '13.015', '39.292', '-17.285', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17055788', 'Qiqirn_Enterpriser', '2302', '18.761', '39.022', '-44.815', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17055789', 'Qiqirn_Enterpriser', '2302', '53.772', '36.025', '-58.877', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17055790', 'Qiqirn_Enterpriser', '2302', '34.199', '33.765', '-97.981', '147'); -INSERT INTO `mob_spawn_points` VALUES ('17055791', 'Qiqirn_Enterpriser', '2302', '64.997', '36.217', '-102.386', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17055792', 'Qiqirn_Lieuter', '2303', '99.410', '35.697', '-65.010', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17055793', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055794', 'Qiqirn_Enterpriser', '2302', '-181.231', '7.746', '-12.479', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17055795', 'Qiqirn_Enterpriser', '2302', '-181.290', '8.398', '83.462', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17055796', 'Qiqirn_Enterpriser', '2302', '-182.332', '7.961', '137.032', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17055797', 'Qiqirn_Enterpriser', '2302', '-220.488', '8.431', '121.764', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17055798', 'Qiqirn_Lieuter', '2303', '-205.300', '7.884', '98.171', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17055799', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055800', 'Qiqirn_Enterpriser', '2302', '-217.032', '17.676', '70.216', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17055801', 'Fossorial_Flea', '2287', '-216.890', '35.339', '24.295', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17055802', 'Fossorial_Flea', '2287', '-217.841', '33.632', '44.626', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17055803', 'Phlebotomic_Slug', '2299', '-299.030', '23.155', '34.922', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17055804', 'Phlebotomic_Slug', '2299', '-226.831', '11.189', '-62.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17055805', 'Phlebotomic_Slug', '2299', '-156.920', '22.071', '-59.211', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17055806', 'Puktrap', '2300', '199.342', '39.431', '135.068', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17055807', 'Defoliator', '2286', '212.600', '38.174', '108.121', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17055808', 'Defoliator', '2286', '219.605', '37.469', '105.100', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17055809', 'Puktrap', '2300', '216.375', '37.454', '110.274', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17055810', 'Defoliator', '2286', '217.250', '37.375', '108.473', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17055811', 'Puktrap', '2300', '247.957', '39.264', '135.411', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17055812', 'Defoliator', '2286', '217.723', '37.308', '109.667', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17055813', 'Defoliator', '2286', '220.199', '37.513', '107.314', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17055814', 'Defoliator', '2286', '218.997', '37.506', '106.507', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17055815', 'Puktrap', '2300', '254.656', '39.446', '80.596', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17055816', 'Puktrap', '2300', '230.209', '39.442', '79.496', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17055817', 'Defoliator', '2286', '219.577', '36.240', '104.155', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17055818', 'Defoliator', '2286', '218.707', '37.391', '105.001', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17055819', 'Air_Elemental', '2275', '238.879', '39.332', '64.798', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17055820', 'Defoliator', '2286', '285.942', '39.137', '53.618', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17055821', 'Defoliator', '2286', '272.198', '38.957', '51.760', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17055822', 'Defoliator', '2286', '271.117', '39.246', '26.121', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17055823', 'Defoliator', '2286', '287.931', '39.040', '24.056', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17055824', 'Defoliator', '2286', '123.968', '36.368', '0.898', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17055825', 'Defoliator', '2286', '109.757', '36.117', '10.187', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17055826', 'Aydeewa_Diremite', '2279', '113.382', '36.621', '-24.621', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17055827', 'Defoliator', '2286', '109.201', '36.615', '-22.939', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17055828', 'Aydeewa_Diremite', '2279', '121.658', '36.440', '-14.949', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17055829', 'Defoliator', '2286', '102.314', '36.276', '-40.757', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17055830', 'Air_Elemental', '2275', '102.082', '35.996', '-33.863', '147'); -INSERT INTO `mob_spawn_points` VALUES ('17055831', 'Defoliator', '2286', '131.840', '36.354', '-36.497', '221'); -INSERT INTO `mob_spawn_points` VALUES ('17055832', 'Defoliator', '2286', '123.774', '36.446', '-56.686', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17055833', 'Aydeewa_Diremite', '2279', '150.825', '36.351', '-34.078', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17055834', 'Defoliator', '2286', '154.719', '36.466', '-50.159', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17055835', 'Aydeewa_Diremite', '2279', '156.403', '36.407', '-32.229', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17055836', 'Fossorial_Flea', '2287', '147.038', '34.895', '-26.367', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17055837', 'Fossorial_Flea', '2287', '136.776', '34.428', '-23.794', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17055838', 'Mycohopper', '2292', '-169.183', '8.183', '43.208', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17055839', 'Mycohopper', '2292', '-161.007', '8.121', '51.822', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17055840', 'Mycohopper', '2292', '-167.085', '8.166', '34.089', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17055841', 'Mycohopper', '2292', '-146.095', '8.070', '34.628', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17055842', 'Great_Ameretat', '2289', '-330.039', '8.271', '85.481', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17055843', 'Fossorial_Flea', '2287', '-204.931', '8.234', '-34.898', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17055844', 'Fossorial_Flea', '2287', '-205.600', '8.357', '-32.933', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17055845', 'Fossorial_Flea', '2287', '-204.698', '8.316', '-34.676', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17055846', 'Fossorial_Flea', '2287', '-204.312', '8.444', '-29.844', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17055847', 'Fossorial_Flea', '2287', '-209.714', '8.182', '-51.376', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17055848', 'Fossorial_Flea', '2287', '-188.735', '7.966', '-56.756', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17055849', 'Fossorial_Flea', '2287', '-193.368', '8.129', '-57.395', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17055850', 'Fossorial_Flea', '2287', '-203.676', '8.027', '-90.090', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17055851', 'Fossorial_Flea', '2287', '-214.504', '8.000', '-77.395', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17055852', 'Fossorial_Flea', '2287', '-187.320', '7.880', '-72.326', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17055853', 'Fossorial_Flea', '2287', '-212.586', '8.159', '-82.361', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17055854', 'Great_Ameretat', '2289', '-185.981', '7.866', '-74.073', '221'); -INSERT INTO `mob_spawn_points` VALUES ('17055855', 'Great_Ameretat', '2289', '-129.378', '8.112', '-150.366', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17055856', 'Defoliator', '2286', '-123.339', '8.349', '-150.838', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17055857', 'Defoliator', '2286', '-69.199', '7.886', '-148.811', '207'); -INSERT INTO `mob_spawn_points` VALUES ('17055858', 'Defoliator', '2286', '-74.574', '8.412', '-153.870', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17055859', 'Air_Elemental', '2275', '-65.378', '7.918', '-151.859', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17055860', 'Great_Ameretat', '2289', '-84.445', '8.304', '-166.659', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17055861', 'Defoliator', '2286', '-65.837', '8.357', '-165.008', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17055862', 'Defoliator', '2286', '-125.327', '8.314', '-159.939', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17055863', 'Defoliator', '2286', '-111.997', '8.320', '-172.168', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17055864', 'Great_Ameretat', '2289', '-126.617', '8.470', '-199.277', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17055865', 'Defoliator', '2286', '-115.225', '8.398', '-204.887', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17055866', 'Defoliator', '2286', '-104.397', '8.629', '-193.503', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17055867', 'Fossorial_Flea', '2287', '-105.301', '6.313', '-182.975', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17055868', 'Fossorial_Flea', '2287', '-107.248', '6.545', '-179.613', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17055874', 'Deforester', '10857', '-84.445', '8.304', '-166.659', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17055875', 'Deforester', '10857', '-65.837', '8.357', '-165.008', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17055876', 'Deforester', '10857', '-125.327', '8.314', '-159.939', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17055877', 'Deforester', '10857', '-111.997', '8.320', '-172.168', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17055878', 'Deforester', '10857', '-126.617', '8.470', '-199.277', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17055879', 'Deforester', '10857', '-115.225', '8.398', '-204.887', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17055880', 'Deforester', '10857', '-104.397', '8.629', '-193.503', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17055881', 'Deforester', '10857', '-105.301', '6.313', '-182.975', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17055882', 'Deforester', '10857', '-107.248', '6.545', '-179.613', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17055883', 'Qiqirn_Archaeologist', '2301', '-474.051', '11.114', '-217.725', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17055884', 'Qiqirn_Archaeologist', '2301', '-476.899', '11.050', '-222.978', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17055885', 'Fossorial_Flea', '2287', '-504.605', '11.213', '-220.390', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17055886', 'Fossorial_Flea', '2287', '-504.025', '11.164', '-221.470', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17055887', 'Fossorial_Flea', '2287', '-502.431', '11.147', '-218.827', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17055888', 'Fossorial_Flea', '2287', '-482.661', '11.237', '-217.867', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17055889', 'Fossorial_Flea', '2287', '-478.640', '11.396', '-219.606', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17055890', 'Qiqirn_Mosstrooper', '2305', '-481.772', '11.095', '-223.113', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17055891', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055892', 'Fossorial_Flea', '2287', '-460.404', '11.098', '-216.271', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17055893', 'Fossorial_Flea', '2287', '-457.919', '11.180', '-217.590', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17055894', 'Qiqirn_Archaeologist', '2301', '-479.733', '11.005', '-224.742', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17055895', 'Qiqirn_Archaeologist', '2301', '-441.135', '11.195', '-220.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17055896', 'Qiqirn_Mosstrooper', '2305', '-425.035', '7.718', '-190.114', '147'); -INSERT INTO `mob_spawn_points` VALUES ('17055897', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055898', 'Qiqirn_Mosstrooper', '2305', '-402.722', '8.103', '-180.587', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17055899', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055900', 'Qiqirn_Archaeologist', '2301', '-295.291', '29.551', '-173.437', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17055901', 'Qiqirn_Archaeologist', '2301', '-313.260', '10.343', '-182.406', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17055902', 'Qiqirn_Mosstrooper', '2305', '-366.428', '36.769', '-101.339', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17055903', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055904', 'Fossorial_Flea', '2287', '-355.512', '35.916', '-100.138', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17055905', 'Fossorial_Flea', '2287', '-381.824', '38.935', '-71.838', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17055906', 'Fossorial_Flea', '2287', '-379.949', '39.231', '-80.335', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17055907', 'Fossorial_Flea', '2287', '-384.873', '38.870', '-60.507', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17055908', 'Qiqirn_Archaeologist', '2301', '-459.090', '11.376', '-238.682', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17055909', 'Mold_Eater', '2291', '-455.944', '11.268', '-257.780', '173'); -INSERT INTO `mob_spawn_points` VALUES ('17055910', 'Mold_Eater', '2291', '-451.531', '13.716', '-264.687', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17055911', 'Mold_Eater', '2291', '-453.355', '12.346', '-262.038', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17055912', 'Slime_Mold', '2308', '-417.660', '14.250', '-263.022', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17055913', 'Slime_Mold', '2308', '-411.374', '13.828', '-267.357', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17055914', 'Fossorial_Flea', '2287', '-418.027', '13.943', '-266.023', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17055915', 'Qiqirn_Archaeologist', '2301', '-415.833', '13.633', '-300.224', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17055916', 'Mold_Eater', '2291', '-355.908', '14.364', '-338.839', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17055917', 'Qiqirn_Mosstrooper', '2305', '-359.412', '13.990', '-339.046', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17055918', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055919', 'Mold_Eater', '2291', '-330.137', '14.091', '-335.040', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17055920', 'Mold_Eater', '2291', '-338.618', '14.266', '-351.563', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17055921', 'Mold_Eater', '2291', '-309.827', '13.870', '-337.811', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17055922', 'Mold_Eater', '2291', '-301.559', '13.870', '-343.196', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17055923', 'Qiqirn_Archaeologist', '2301', '-301.189', '13.870', '-343.500', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17055924', 'Mold_Eater', '2291', '-283.212', '14.293', '-378.393', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17055925', 'Mold_Eater', '2291', '-294.684', '14.049', '-378.992', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17055926', 'Qiqirn_Archaeologist', '2301', '-301.914', '14.159', '-398.059', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17055927', 'Mold_Eater', '2291', '-299.889', '14.030', '-416.852', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17055928', 'Mold_Eater', '2291', '-301.772', '13.970', '-407.153', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17055929', 'Qiqirn_Archaeologist', '2301', '-270.180', '10.953', '-340.369', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17055930', 'Mold_Eater', '2291', '-267.971', '13.827', '-377.910', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17055931', 'Mold_Eater', '2291', '-270.320', '13.870', '-382.386', '237'); -INSERT INTO `mob_spawn_points` VALUES ('17055932', 'Qiqirn_Mosstrooper', '2305', '-298.557', '16.789', '-494.319', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17055933', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055934', 'Fossorial_Flea', '2287', '-299.378', '16.502', '-470.404', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17055935', 'Fossorial_Flea', '2287', '-301.447', '16.408', '-468.189', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17055936', 'Qiqirn_Archaeologist', '2301', '-299.505', '16.418', '-468.843', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17055937', 'Qiqirn_Archaeologist', '2301', '-298.850', '10.361', '-332.673', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17055938', 'Slime_Mold', '2308', '-304.653', '11.226', '-300.950', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17055939', 'Slime_Mold', '2308', '-294.436', '11.158', '-306.006', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17055940', 'Qiqirn_Archaeologist', '2301', '-339.157', '10.332', '-298.433', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17055941', 'Qiqirn_Archaeologist', '2301', '-339.839', '10.173', '-296.616', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17055942', 'Qiqirn_Archaeologist', '2301', '-222.109', '13.591', '-381.042', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17055943', 'Qiqirn_Archaeologist', '2301', '-218.626', '14.076', '-363.479', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17055944', 'Slime_Mold', '2308', '-185.291', '11.140', '-338.382', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17055945', 'Slime_Mold', '2308', '-182.015', '11.211', '-341.120', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17055946', 'Qiqirn_Mosstrooper', '2305', '-138.153', '7.966', '-317.582', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17055947', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055948', 'Qiqirn_Archaeologist', '2301', '-135.743', '7.331', '-304.934', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17055949', 'Puktrap', '2300', '-176.487', '11.131', '-299.289', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17055950', 'Puktrap', '2300', '-201.526', '11.064', '-295.608', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17055951', 'Qiqirn_Archaeologist', '2301', '-193.649', '11.040', '-295.829', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17055952', 'Puktrap', '2300', '-221.570', '10.979', '-302.639', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17055953', 'Qiqirn_Archaeologist', '2301', '-194.105', '11.042', '-295.588', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17055954', 'Fossorial_Flea', '2287', '-156.684', '11.175', '-299.343', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17055955', 'Fossorial_Flea', '2287', '-148.681', '10.833', '-297.575', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17055956', 'Qiqirn_Archaeologist', '2301', '-102.534', '7.870', '-295.503', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17055957', 'Qiqirn_Mosstrooper', '2305', '-98.085', '8.155', '-249.664', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17055958', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055959', 'Fossorial_Flea', '2287', '-102.643', '7.870', '-289.173', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17055960', 'Fossorial_Flea', '2287', '-95.458', '7.861', '-261.504', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17055961', 'Fossorial_Flea', '2287', '-95.351', '7.829', '-261.682', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17055962', 'Fossorial_Flea', '2287', '-93.623', '7.761', '-252.003', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17055963', 'Treant_Sapling', '2309', '-184.870', '7.980', '-139.837', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17055964', 'Slime_Mold', '2308', '-184.234', '8.276', '-176.355', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17055965', 'Slime_Mold', '2308', '-184.205', '8.276', '-176.481', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17055966', 'Treant_Sapling', '2309', '-65.708', '13.143', '-214.773', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17055967', 'Phlebotomic_Slug', '2299', '-100.916', '22.725', '-117.695', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17055968', 'Qiqirn_Archaeologist', '2301', '-27.244', '35.370', '-21.071', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17055969', 'Qiqirn_Mosstrooper', '2305', '-18.205', '36.116', '-101.309', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17055970', 'Qiqirn_Mine', '2304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17055971', 'Qiqirn_Archaeologist', '2301', '-20.639', '36.247', '-60.636', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17055972', 'Qiqirn_Archaeologist', '2301', '-16.749', '36.230', '-93.773', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17055973', 'Fossorial_Flea', '2287', '-360.893', '36.176', '-60.816', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17055974', 'Fossorial_Flea', '2287', '-364.424', '36.058', '-60.590', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17055975', 'Slime_Mold', '2308', '-383.028', '35.843', '-30.586', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17055976', 'Slime_Mold', '2308', '-378.903', '36.348', '-1.321', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17055977', 'Mycohopper', '2292', '-402.984', '14.225', '-311.258', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17055978', 'Mycohopper', '2292', '-409.910', '13.826', '-331.014', '137'); -INSERT INTO `mob_spawn_points` VALUES ('17055979', 'Mycohopper', '2292', '-391.598', '14.084', '-331.623', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17055980', 'Mycohopper', '2292', '-397.076', '14.229', '-332.496', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17055981', 'Mycohopper', '2292', '-359.499', '8.143', '-205.138', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17055982', 'Mycohopper', '2292', '-366.308', '8.178', '-211.226', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17055983', 'Mycohopper', '2292', '-362.044', '8.193', '-194.323', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17055984', 'Mycohopper', '2292', '-350.612', '8.214', '-199.486', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17055985', 'Aydeewa_Diremite', '2279', '-336.169', '36.262', '-123.310', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17055986', 'Aydeewa_Diremite', '2279', '-316.517', '36.541', '-115.247', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17055987', 'Aydeewa_Diremite', '2279', '-332.362', '35.987', '-108.615', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17055988', 'Cave_Tiger', '2283', '-354.560', '14.816', '-403.151', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17055989', 'Phlebotomic_Slug', '2299', '-365.328', '14.410', '-411.066', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17055990', 'Cave_Tiger', '2283', '-347.412', '14.367', '-422.801', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17055991', 'Phlebotomic_Slug', '2299', '-365.161', '14.762', '-422.376', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17055992', 'Fossorial_Flea', '2287', '-366.637', '14.750', '-425.048', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17055993', 'Fossorial_Flea', '2287', '-406.862', '13.915', '-433.578', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17055994', 'Fossorial_Flea', '2287', '-398.617', '14.422', '-424.352', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17055995', 'Cave_Tiger', '2283', '-347.271', '14.354', '-441.849', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17055996', 'Phlebotomic_Slug', '2299', '-358.791', '14.123', '-442.012', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17055997', 'Fossorial_Flea', '2287', '-352.069', '14.437', '-441.671', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17055998', 'Cave_Tiger', '2283', '-384.283', '12.595', '-451.431', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17055999', 'Phlebotomic_Slug', '2299', '-369.103', '14.381', '-444.936', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17056000', 'Fossorial_Flea', '2287', '-393.097', '14.587', '-452.726', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17056001', 'Fossorial_Flea', '2287', '-388.929', '13.758', '-453.785', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17056002', 'Cave_Tiger', '2283', '-359.611', '14.390', '-472.853', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17056003', 'Fossorial_Flea', '2287', '-373.471', '14.377', '-475.117', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17056004', 'Cave_Tiger', '2283', '-353.672', '14.383', '-473.876', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17056005', 'Cave_Tiger', '2283', '-359.921', '14.458', '-487.198', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17056006', 'Fossorial_Flea', '2287', '-370.888', '14.101', '-489.157', '141'); -INSERT INTO `mob_spawn_points` VALUES ('17056007', 'Fossorial_Flea', '2287', '-364.219', '14.219', '-495.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17056008', 'Cave_Tiger', '2283', '-327.198', '36.020', '14.664', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17056009', 'Great_Ameretat', '2289', '-283.361', '36.306', '9.096', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17056010', 'Cave_Tiger', '2283', '-297.620', '36.237', '-1.131', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17056011', 'Cave_Tiger', '2283', '-283.798', '36.350', '-21.527', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17056012', 'Great_Ameretat', '2289', '-305.223', '36.301', '-24.299', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17056013', 'Cave_Tiger', '2283', '-286.534', '36.367', '-40.112', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17056014', 'Cave_Tiger', '2283', '-266.881', '36.737', '-32.654', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17056015', 'Great_Ameretat', '2289', '-278.904', '36.313', '-62.112', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17056016', 'Cave_Tiger', '2283', '-284.184', '36.138', '-94.899', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17056017', 'Cave_Tiger', '2283', '-266.444', '36.018', '-88.562', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17056018', 'Cave_Tiger', '2283', '-327.426', '36.283', '-49.140', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17056019', 'Great_Ameretat', '2289', '-324.156', '36.418', '-46.670', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17056020', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056021', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056022', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056023', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056024', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056025', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056026', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056027', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056028', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056029', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056030', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056031', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056032', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056033', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056034', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056035', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056036', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056037', 'Mycoskulker', '10858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056038', 'Phlebotomic_Slug', '2299', '-231.326', '-8.293', '-462.801', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17056039', 'Phlebotomic_Slug', '2299', '-173.241', '11.135', '-460.912', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17056040', 'Phlebotomic_Slug', '2299', '-173.998', '11.154', '-460.930', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17056041', 'Phlebotomic_Slug', '2299', '-140.811', '10.883', '-432.833', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17056042', 'Phlebotomic_Slug', '2299', '-76.372', '11.350', '-421.764', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17056043', 'Phlebotomic_Slug', '2299', '-75.313', '11.310', '-381.164', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17056044', 'Phlebotomic_Slug', '2299', '-58.059', '10.451', '-342.289', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17056045', 'Phlebotomic_Slug', '2299', '-16.641', '5.165', '-300.639', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17056046', 'Phlebotomic_Slug', '2299', '-98.682', '4.066', '-304.216', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17056048', 'Phlebotomic_Slug', '2299', '10.544', '32.635', '-261.154', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17056049', 'Slime_Mold', '2308', '16.350', '33.188', '-262.581', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17056050', 'Slime_Mold', '2308', '20.230', '32.993', '-224.041', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17056051', 'Phlebotomic_Slug', '2299', '11.922', '33.148', '-219.285', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17056052', 'Phlebotomic_Slug', '2299', '53.581', '32.957', '-221.043', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17056053', 'Phlebotomic_Slug', '2299', '50.234', '33.015', '-220.172', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17056054', 'Phlebotomic_Slug', '2299', '63.092', '32.788', '-178.140', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17056055', 'Phlebotomic_Slug', '2299', '99.553', '29.463', '-142.806', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17056056', 'Phlebotomic_Slug', '2299', '111.207', '32.797', '-180.107', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17056057', 'Phlebotomic_Slug', '2299', '100.167', '32.889', '-124.334', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17056058', 'Phlebotomic_Slug', '2299', '261.094', '32.967', '-172.328', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17056059', 'Phlebotomic_Slug', '2299', '256.145', '32.990', '-178.525', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17056060', 'Phlebotomic_Slug', '2299', '336.567', '32.443', '-67.589', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17056061', 'Phlebotomic_Slug', '2299', '-125.304', '11.033', '-415.798', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056062', 'Slime_Mold', '2308', '-133.891', '11.260', '-403.498', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17056063', 'Slime_Mold', '2308', '-131.190', '11.059', '-392.546', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17056064', 'Slime_Mold', '2308', '-111.409', '11.063', '-391.381', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17056065', 'Slime_Mold', '2308', '-123.128', '11.258', '-387.143', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17056066', 'Slime_Mold', '2308', '-110.382', '11.154', '-401.301', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17056067', 'Slime_Mold', '2308', '168.926', '33.380', '-150.586', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17056068', 'Phlebotomic_Slug', '2299', '157.377', '33.259', '-178.121', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17056069', 'Phlebotomic_Slug', '2299', '165.966', '33.299', '-166.401', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17056070', 'Slime_Mold', '2308', '186.156', '32.109', '-182.402', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17056071', 'Phlebotomic_Slug', '2299', '176.218', '33.677', '-151.573', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17056072', 'Slime_Mold', '2308', '196.458', '33.784', '-137.522', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17056073', 'Slime_Mold', '2308', '204.365', '33.912', '-139.716', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17056074', 'Air_Elemental', '2275', '205.621', '33.404', '-173.263', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17056075', 'Phlebotomic_Slug', '2299', '198.372', '33.311', '-171.664', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17056076', 'Phlebotomic_Slug', '2299', '192.636', '33.493', '-123.775', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17056077', 'Phlebotomic_Slug', '2299', '208.572', '33.312', '-130.384', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17056078', 'Phlebotomic_Slug', '2299', '221.975', '33.353', '-119.462', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17056079', 'Slime_Mold', '2308', '224.375', '33.298', '-111.200', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17056080', 'Phlebotomic_Slug', '2299', '224.371', '33.287', '-110.303', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17056081', 'Phlebotomic_Slug', '2299', '245.366', '33.364', '-128.251', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17056082', 'Phlebotomic_Slug', '2299', '243.773', '33.272', '-102.782', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17056083', 'Phlebotomic_Slug', '2299', '169.337', '31.044', '-140.493', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17056084', 'Phlebotomic_Slug', '2299', '215.482', '32.471', '-149.090', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17056085', 'Phlebotomic_Slug', '2299', '271.850', '33.734', '-91.103', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17056086', 'Phlebotomic_Slug', '2299', '276.863', '33.259', '-82.735', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17056087', 'Slime_Mold', '2308', '280.758', '33.304', '-85.255', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17056088', 'Air_Elemental', '2275', '294.601', '32.986', '-68.529', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17056089', 'Phlebotomic_Slug', '2299', '274.738', '33.442', '-72.922', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17056090', 'Phlebotomic_Slug', '2299', '281.373', '33.261', '-61.728', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17056091', 'Slime_Mold', '2308', '433.486', '-26.616', '396.415', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17056092', 'Qiqirn_Enterpriser', '2302', '443.296', '-26.530', '393.441', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17056093', 'Qiqirn_Lieuter', '2303', '455.915', '-27.282', '415.785', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17056094', 'Qiqirn_Mine', '2304', '537.400', '-26.825', '377.582', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17056095', 'Qiqirn_Lieuter', '2303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056096', 'Qiqirn_Mine', '2304', '337.713', '-26.978', '494.900', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17056097', 'Slime_Eater', '10859', '337.817', '-27.010', '492.618', '173'); -INSERT INTO `mob_spawn_points` VALUES ('17056098', 'Slime_Eater', '10859', '379.231', '-26.783', '491.234', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17056099', 'Slime_Eater', '10859', '383.573', '-26.875', '502.811', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17056100', 'Slime_Eater', '10859', '412.916', '-5.312', '266.291', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17056101', 'Mold_Eater', '2291', '417.654', '-0.485', '274.594', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17056102', 'Mold_Eater', '2291', '407.510', '-12.814', '252.971', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17056103', 'Mold_Eater', '2291', '459.431', '-26.822', '273.465', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17056104', 'Mold_Eater', '2291', '458.876', '-27.080', '266.544', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17056105', 'Qiqirn_Enterpriser', '2302', '455.429', '-26.878', '259.160', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17056106', 'Mold_Eater', '2291', '463.957', '-27.018', '256.598', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17056107', 'Mold_Eater', '2291', '455.224', '-26.893', '258.651', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17056108', 'Mold_Eater', '2291', '258.445', '1.235', '338.055', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17056109', 'Slime_Mold', '2308', '260.036', '0.789', '347.393', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17056110', 'Slime_Mold', '2308', '262.049', '0.563', '350.790', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17056111', 'Mold_Eater', '2291', '299.469', '0.653', '341.503', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17056112', 'Mold_Eater', '2291', '221.504', '1.420', '358.999', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17056113', 'Treant_Sapling', '2309', '223.234', '1.035', '341.924', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17056114', 'Qiqirn_Enterpriser', '2302', '222.751', '1.104', '392.133', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17056115', 'Treant_Sapling', '2309', '219.351', '1.097', '419.815', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17056116', 'Treant_Sapling', '2309', '178.015', '-0.109', '377.565', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17056117', 'Qiqirn_Enterpriser', '2302', '185.087', '0.213', '377.308', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17056118', 'Qiqirn_Lieuter', '2303', '192.826', '0.728', '381.197', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17056119', 'Qiqirn_Mine', '2304', '273.047', '-18.702', '455.060', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17056120', 'Treant_Sapling', '2309', '188.692', '0.502', '380.687', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17056121', 'Qiqirn_Enterpriser', '2302', '445.790', '-26.568', '410.122', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17056122', 'Puktrap', '2300', '442.627', '-26.834', '402.953', '136'); -INSERT INTO `mob_spawn_points` VALUES ('17056123', 'Puktrap', '2300', '429.210', '-26.738', '401.321', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17056124', 'Puktrap', '2300', '479.677', '-26.578', '372.501', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17056125', 'Aydeewa_Diremite', '2279', '473.339', '-26.682', '364.982', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17056126', 'Aydeewa_Diremite', '2279', '496.913', '-27.563', '337.864', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17056127', 'Aydeewa_Diremite', '2279', '496.632', '-27.134', '347.581', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17056128', 'Aydeewa_Diremite', '2279', '474.624', '-26.581', '309.734', '157'); -INSERT INTO `mob_spawn_points` VALUES ('17056129', 'Aydeewa_Diremite', '2279', '486.450', '-26.584', '317.157', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17056130', 'Aydeewa_Diremite', '2279', '348.268', '-26.958', '451.147', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17056131', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056132', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056133', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056134', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056135', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056136', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056137', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056138', 'Slime_Eater', '10859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056139', 'Puktrap', '2300', '282.813', '1.208', '415.894', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17056140', 'Puktrap', '2300', '271.583', '1.323', '399.902', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17056141', 'Lizardtrap', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056142', 'Puktrap', '2300', '277.328', '1.012', '391.083', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17056143', 'Qiqirn_Enterpriser', '2302', '316.520', '1.142', '369.647', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17056144', 'Qiqirn_Enterpriser', '2302', '314.393', '1.104', '370.587', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17056145', 'Phlebotomic_Slug', '2299', '345.800', '1.312', '369.395', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17056146', 'Qiqirn_Enterpriser', '2302', '346.089', '1.725', '327.730', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17056147', 'Qiqirn_Lieuter', '2303', '415.158', '0.942', '369.165', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17056148', 'Qiqirn_Mine', '2304', '391.213', '1.042', '378.871', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17056149', 'Phlebotomic_Slug', '2299', '416.993', '1.291', '353.699', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17056150', 'Phlebotomic_Slug', '2299', '409.100', '1.290', '368.676', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17056151', 'Phlebotomic_Slug', '2299', '407.952', '1.100', '332.187', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056152', 'Phlebotomic_Slug', '2299', '412.307', '1.183', '327.982', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17056153', 'Qiqirn_Enterpriser', '2302', '408.393', '1.184', '334.455', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17056154', 'Qiqirn_Enterpriser', '2302', '394.688', '1.551', '306.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17056155', 'Phlebotomic_Slug', '2299', '353.782', '1.326', '326.442', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17056156', 'Crystal_Eater', '2285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17056157', 'Bluestreak_Gyugyuroon', '2280', '-219.199', '13.483', '-340.343', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17056158', 'Nosferatu', '2293', '-199.000', '8.000', '-62.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056159', 'Nosferatu_Bats', '2294', '-198.000', '8.000', '-61.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056160', 'Nosferatu_Bats', '2294', '-197.000', '8.000', '-60.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056161', 'Nosferatu_Bats', '2294', '-200.000', '8.000', '-63.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056162', 'Nosferatu_Wolf', '2296', '-197.000', '8.000', '-60.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056163', 'Nosferatu_Wolf', '2296', '-199.000', '8.000', '-62.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056164', 'Nosferatu_Wolf', '2296', '-200.000', '8.000', '-63.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056165', 'Nosferatu_Murk', '2295', '-198.000', '8.000', '-61.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056166', 'Nosferatu_Murk', '2295', '-197.000', '8.000', '-60.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056167', 'Nosferatu_Murk', '2295', '-200.000', '8.000', '-63.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17056168', 'Pandemonium_Warden', '11000', '197.000', '33.000', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056169', 'Pandemonium_Warden', '2298', '197.000', '33.000', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056170', 'Pandemonium_Lamp', '2297', '197.000', '33.000', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056171', 'Pandemonium_Lamp', '2297', '197.000', '33.500', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056172', 'Pandemonium_Lamp', '2297', '197.000', '39.200', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056173', 'Pandemonium_Lamp', '2297', '197.000', '38.300', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056174', 'Pandemonium_Lamp', '2297', '197.000', '37.400', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056175', 'Pandemonium_Lamp', '2297', '197.000', '36.500', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056176', 'Pandemonium_Lamp', '2297', '197.000', '35.600', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056177', 'Pandemonium_Lamp', '2297', '197.000', '34.700', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056178', 'Pandemonium_Lamp', '2297', '197.000', '33.800', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056179', 'Pandemonium_Lamp', '2297', '197.000', '40.900', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056180', 'Pandemonium_Lamp', '2297', '197.000', '39.050', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056181', 'Pandemonium_Lamp', '2297', '197.000', '38.150', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056182', 'Pandemonium_Lamp', '2297', '197.000', '37.250', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056183', 'Pandemonium_Lamp', '2297', '197.000', '36.350', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056184', 'Pandemonium_Lamp', '2297', '197.000', '35.450', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056185', 'Pandemonium_Lamp', '2297', '197.000', '34.550', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056186', 'Pandemonium_Lamp', '2297', '197.000', '33.650', '-150.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17056187', 'Chigre', '2284', '-217.569', '35.754', '12.182', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17072129', 'Nepionic_Soulflayer', '2370', '-526.000', '-0.449', '646.000', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17072130', 'Qiqirn_Poulterer', '2376', '103.860', '-0.486', '145.245', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17072131', 'Qiqirn_Goldsmith', '2374', '94.937', '-0.441', '135.866', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17072132', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072133', 'Boompadu', '2365', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072134', 'Qiqirn_Poulterer', '2376', '60.181', '-4.000', '114.084', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17072135', 'Qiqirn_Poulterer', '2376', '51.574', '-4.004', '108.471', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17072136', 'Qiqirn_Goldsmith', '2374', '70.022', '-4.018', '110.663', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17072137', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072138', 'Qiqirn_Goldsmith', '2374', '-31.616', '-4.441', '128.273', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17072139', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072140', 'Qiqirn_Goldsmith', '2374', '-14.382', '-4.488', '144.050', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17072141', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072142', 'Qiqirn_Goldsmith', '2374', '-112.599', '-8.000', '104.053', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17072143', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072144', 'Qiqirn_Goldsmith', '2374', '-92.370', '-7.999', '93.103', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17072145', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072146', 'Qiqirn_Poulterer', '2376', '-113.187', '-7.999', '103.088', '147'); -INSERT INTO `mob_spawn_points` VALUES ('17072147', 'Qiqirn_Poulterer', '2376', '-188.666', '-8.484', '59.816', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17072148', 'Qiqirn_Goldsmith', '2374', '-171.052', '-8.343', '59.996', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17072149', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072150', 'Cookieduster_Lipiroon', '2367', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072151', 'Qiqirn_Poulterer', '2376', '-185.782', '-8.249', '-33.147', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17072152', 'Qiqirn_Goldsmith', '2374', '-174.194', '-8.441', '-17.681', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17072153', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072154', 'Qiqirn_Goldsmith', '2374', '-112.401', '-8.058', '-58.387', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17072155', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072156', 'Qiqirn_Goldsmith', '2374', '-87.459', '-8.058', '-73.269', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17072157', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072158', 'Qiqirn_Poulterer', '2376', '-93.193', '-8.058', '-59.126', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17072159', 'Qiqirn_Goldsmith', '2374', '-16.070', '-4.487', '-105.433', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17072160', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072161', 'Qiqirn_Goldsmith', '2374', '-10.483', '-4.457', '-102.846', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17072162', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072163', 'Qiqirn_Goldsmith', '2374', '53.516', '-4.002', '-49.170', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17072164', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072165', 'Qiqirn_Poulterer', '2376', '50.524', '-4.002', '-45.605', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17072166', 'Qiqirn_Poulterer', '2376', '71.085', '-4.002', '-55.531', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17072167', 'Qiqirn_Poulterer', '2376', '95.994', '-0.445', '-91.888', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17072168', 'Qiqirn_Goldsmith', '2374', '98.206', '-0.210', '-111.793', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17072169', 'Qiqirn_Mine', '2375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072170', 'Oupire', '2373', '90.000', '0.100', '-100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17072171', 'Ob', '2371', '552.914', '-0.112', '-135.001', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17072172', 'Cheese_Hoarder_Gigiroon', '2366', '-184.112', '-8.105', '24.555', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17072173', 'Qiqirn_Mine', '2375', '-99.441', '-8.499', '30.888', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17072174', 'Qiqirn_Mine', '2375', '-100.259', '-9.000', '25.517', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17072175', 'Qiqirn_Mine', '2375', '-144.175', '-8.450', '63.390', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17072176', 'Qiqirn_Mine', '2375', '-174.429', '-8.500', '67.694', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17072177', 'Qiqirn_Mine', '2375', '-176.807', '-8.449', '73.492', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17072178', 'Armed_Gears', '2364', '-19.160', '-4.386', '-98.957', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17072179', 'Wulgaru', '10891', '-22.265', '-4.449', '204.588', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17100801', 'Caedarva_Pondscum', '2778', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100802', 'Caedarva_Marshscum', '2777', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100803', 'Suhur_Mas', '2826', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100804', 'Llamhigyn_Y_Dwr', '2803', '-294.156', '-3.509', '-697.951', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17100805', 'Llamhigyn_Y_Dwr', '2803', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100806', 'Chigoe', '2780', '237.115', '-8.949', '-352.812', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17100807', 'Chigoe', '2780', '314.347', '-8.709', '-446.945', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17100808', 'Chigoe', '2780', '318.988', '-10.787', '-455.924', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17100809', 'Chigoe', '2780', '318.605', '-10.500', '-453.678', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17100810', 'Chigoe', '2780', '239.320', '-8.268', '-353.714', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17100811', 'Chigoe', '2780', '270.933', '-20.099', '-328.418', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17100812', 'Chigoe', '2780', '270.459', '-20.098', '-328.045', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17100813', 'Chigoe', '2780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100814', 'Chigoe', '2780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100815', 'Chigoe', '2780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100816', 'Puktrap', '2816', '77.643', '-0.004', '-662.026', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17100817', 'Marsh_Murre', '2805', '69.789', '-1.395', '-686.672', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17100818', 'Marsh_Murre', '2805', '97.524', '-2.660', '-702.212', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17100819', 'Treant_Sapling', '2828', '102.668', '-2.973', '-710.723', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17100820', 'Chigoe', '2780', '109.851', '-2.114', '-722.536', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17100821', 'Chigoe', '2780', '101.782', '-3.237', '-722.503', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17100822', 'Treant_Sapling', '2828', '102.652', '-3.114', '-723.679', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17100823', 'Chigoe', '2780', '143.027', '-0.267', '-721.995', '137'); -INSERT INTO `mob_spawn_points` VALUES ('17100824', 'Chigoe', '2780', '133.035', '-0.711', '-729.098', '136'); -INSERT INTO `mob_spawn_points` VALUES ('17100825', 'Treant_Sapling', '2828', '143.673', '-2.687', '-735.248', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17100826', 'Marsh_Murre', '2805', '101.851', '0.106', '-680.454', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17100827', 'Puktrap', '2816', '115.163', '-0.361', '-678.845', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17100828', 'Puktrap', '2816', '155.530', '-0.318', '-686.965', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17100829', 'Water_Elemental', '2831', '135.250', '-0.130', '-697.086', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17100830', 'Puktrap', '2816', '79.576', '-0.162', '-625.786', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17100831', 'Caedarva_Leech', '2776', '79.806', '-0.366', '-633.271', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17100832', 'Puktrap', '2816', '81.100', '-0.422', '-594.534', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17100833', 'Puktrap', '2816', '90.932', '0.432', '-570.434', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17100834', 'Marsh_Murre', '2805', '86.479', '-1.534', '-551.657', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17100835', 'Treant_Sapling', '2828', '100.068', '-2.502', '-540.649', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17100836', 'Puktrap', '2816', '223.067', '-2.593', '-658.884', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17100837', 'Caedarva_Leech', '2776', '226.666', '-1.731', '-663.362', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17100838', 'Treant_Sapling', '2828', '204.046', '-0.173', '-665.355', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17100839', 'Marsh_Murre', '2805', '242.040', '-2.519', '-665.639', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17100840', 'Orderly_Imp', '2814', '247.416', '-6.512', '-665.639', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17100841', 'Marsh_Murre', '2805', '257.759', '-3.655', '-723.823', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17100842', 'Puktrap', '2816', '217.048', '-2.416', '-623.363', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17100843', 'Puktrap', '2816', '198.090', '-0.080', '-628.673', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17100844', 'Caedarva_Leech', '2776', '213.904', '-2.182', '-628.527', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17100845', 'Puktrap', '2816', '210.373', '-1.240', '-584.526', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17100846', 'Puktrap', '2816', '220.682', '-3.794', '-592.348', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17100847', 'Caedarva_Leech', '2776', '199.728', '-0.367', '-592.413', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17100848', 'Puktrap', '2816', '116.434', '-3.389', '-542.424', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17100849', 'Caedarva_Leech', '2776', '122.136', '-4.310', '-537.750', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17100850', 'Marsh_Murre', '2805', '154.186', '-0.845', '-521.133', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17100851', 'Treant_Sapling', '2828', '149.245', '-2.295', '-514.904', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17100852', 'Chigoe', '2780', '154.945', '-0.447', '-527.749', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17100853', 'Chigoe', '2780', '150.162', '-2.618', '-513.488', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17100854', 'Puktrap', '2816', '140.499', '-1.690', '-546.469', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17100855', 'Puktrap', '2816', '146.624', '-1.093', '-549.054', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17100856', 'Caedarva_Leech', '2776', '144.817', '-1.033', '-533.961', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17100857', 'Marsh_Murre', '2805', '212.483', '-0.421', '-536.630', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17100858', 'Treant_Sapling', '2828', '221.352', '-0.015', '-520.642', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17100859', 'Puktrap', '2816', '213.336', '-0.203', '-562.730', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17100860', 'Puktrap', '2816', '209.658', '-0.066', '-549.177', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17100861', 'Water_Elemental', '2831', '202.899', '-0.445', '-560.923', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17100862', 'Marsh_Murre', '2805', '257.944', '-4.001', '-574.422', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17100863', 'Puktrap', '2816', '250.870', '-1.399', '-547.116', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17100864', 'Marsh_Murre', '2805', '242.823', '-0.234', '-532.756', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17100865', 'Puktrap', '2816', '240.966', '-3.321', '-501.756', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17100866', 'Puktrap', '2816', '186.973', '0.650', '-618.610', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17100867', 'Puktrap', '2816', '158.850', '0.696', '-623.267', '145'); -INSERT INTO `mob_spawn_points` VALUES ('17100868', 'Caedarva_Leech', '2776', '310.961', '-2.192', '-498.219', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17100869', 'Caedarva_Leech', '2776', '340.746', '-5.161', '-472.618', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17100870', 'Wild_Karakul', '2832', '333.885', '-9.646', '-447.557', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17100871', 'Wild_Karakul', '2832', '309.638', '-8.548', '-447.557', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17100872', 'Wild_Karakul', '2832', '307.320', '-10.088', '-451.786', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17100873', 'Wild_Karakul', '2832', '295.122', '-12.271', '-414.418', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17100874', 'Wild_Karakul', '2832', '287.607', '-16.220', '-387.671', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17100875', 'Wild_Karakul', '2832', '315.793', '-16.336', '-402.407', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17100876', 'Wild_Karakul', '2832', '321.809', '-16.843', '-373.780', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17100877', 'Water_Elemental', '2831', '317.504', '-16.525', '-360.700', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17100878', 'Wild_Karakul', '2832', '281.140', '-18.075', '-348.381', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17100879', 'Wild_Karakul', '2832', '260.111', '-13.056', '-360.906', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17100880', 'Jnun', '2794', '301.229', '-15.545', '-368.114', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17100881', 'Jnun', '2794', '300.517', '-15.085', '-382.627', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17100882', 'Oil_Slick', '2813', '289.886', '-16.354', '-354.381', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17100883', 'Oil_Slick', '2813', '289.808', '-15.989', '-365.526', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17100884', 'Jnun', '2794', '301.042', '-15.186', '-348.030', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17100885', 'Marsh_Murre', '2805', '177.414', '-8.032', '-360.826', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17100886', 'Mature_Treant', '2806', '160.508', '-13.850', '-428.824', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17100887', 'Treant_Sapling', '2828', '160.308', '-8.130', '-391.696', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17100888', 'Treant_Sapling', '2828', '152.911', '-15.315', '-433.563', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17100889', 'Wild_Karakul', '2832', '176.997', '-16.000', '-467.398', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17100890', 'Chigoe', '2780', '187.802', '-18.847', '-464.582', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17100891', 'Chigoe', '2780', '188.127', '-20.461', '-448.535', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17100892', 'Wild_Karakul', '2832', '158.929', '-13.270', '-448.535', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17100893', 'Chigoe', '2780', '159.511', '-15.088', '-451.697', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17100894', 'Chigoe', '2780', '152.389', '-8.369', '-478.375', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17100895', 'Orderly_Imp', '2814', '156.782', '-15.587', '-449.138', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17100896', 'Mature_Treant', '2806', '160.747', '-8.941', '-317.219', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17100897', 'Treant_Sapling', '2828', '139.542', '-12.199', '-310.651', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17100898', 'Treant_Sapling', '2828', '154.067', '-9.907', '-317.982', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17100899', 'Caedarva_Leech', '2776', '136.702', '-12.388', '-449.138', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17100900', 'Chigoe', '2780', '139.498', '-8.821', '-258.579', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17100901', 'Chigoe', '2780', '138.588', '-10.458', '-262.847', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17100902', 'Chigoe', '2780', '138.829', '-8.794', '-257.940', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17100903', 'Mature_Treant', '2806', '155.820', '-8.918', '-257.940', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17100904', 'Treant_Sapling', '2828', '145.883', '-10.686', '-198.577', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17100905', 'Treant_Sapling', '2828', '154.025', '-8.722', '-187.901', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17100906', 'Treant_Sapling', '2828', '186.147', '-13.270', '-170.683', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17100907', 'Treant_Sapling', '2828', '149.663', '-8.174', '-167.340', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17100908', 'Oil_Slick', '2813', '153.467', '-8.632', '-187.892', '237'); -INSERT INTO `mob_spawn_points` VALUES ('17100909', 'Oil_Slick', '2813', '156.673', '-7.939', '-175.915', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17100910', 'Jnun', '2794', '135.303', '-7.233', '-181.500', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17100911', 'Mature_Treant', '2806', '178.210', '-10.729', '-175.915', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17100912', 'Treant_Sapling', '2828', '180.646', '-12.370', '-144.911', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17100913', 'Mature_Treant', '2806', '223.936', '-19.729', '-147.195', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17100914', 'Treant_Sapling', '2828', '223.746', '-19.645', '-146.763', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17100915', 'Orderly_Imp', '2814', '207.406', '-16.269', '-118.341', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17100916', 'Mature_Treant', '2806', '221.061', '-17.534', '-127.531', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17100917', 'Treant_Sapling', '2828', '193.311', '-16.105', '-123.216', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17100918', 'Treant_Sapling', '2828', '210.429', '-17.002', '-143.903', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17100919', 'Lamia_Fatedealer', '2798', '206.152', '-18.436', '-107.400', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17100920', 'Reserve_Draugar', '2823', '250.464', '-16.490', '-103.434', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17100921', 'Reserve_Draugar', '2823', '235.684', '-17.142', '-88.495', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17100922', 'Mature_Treant', '2806', '215.091', '-20.413', '-89.899', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17100923', 'Lamia_Fatedealer', '2798', '185.710', '-18.445', '-64.390', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17100924', 'Reserve_Draugar', '2823', '167.057', '-12.932', '-61.003', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17100925', 'Reserve_Draugar', '2823', '174.713', '-14.737', '-60.372', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17100926', 'Marsh_Murre', '2805', '372.028', '-20.270', '-372.126', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17100927', 'Heraldic_Imp', '2792', '423.378', '-13.028', '-334.817', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17100928', 'Spongilla_Fly', '2825', '442.652', '-8.889', '-323.589', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17100929', 'Spongilla_Fly', '2825', '424.772', '-11.627', '-315.783', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17100930', 'Heraldic_Imp', '2792', '428.771', '-8.495', '-284.147', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17100931', 'Heraldic_Imp', '2792', '413.847', '-9.297', '-284.147', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17100932', 'Spongilla_Fly', '2825', '430.920', '-8.647', '-293.809', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17100933', 'Jnun', '2794', '461.390', '-6.250', '-332.261', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17100934', 'Jnun', '2794', '464.310', '-6.500', '-300.164', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17100935', 'Water_Elemental', '2831', '446.211', '-7.513', '-302.275', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17100936', 'Jnun', '2794', '450.107', '-6.307', '-299.079', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17100937', 'Jnun', '2794', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100938', 'Spongilla_Fly', '2825', '507.369', '-14.861', '-263.301', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17100939', 'Heraldic_Imp', '2792', '482.615', '-8.601', '-275.191', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17100940', 'Spongilla_Fly', '2825', '507.553', '-14.857', '-264.262', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17100941', 'Spongilla_Fly', '2825', '494.283', '-12.196', '-333.344', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17100942', 'Heraldic_Imp', '2792', '480.307', '-10.084', '-269.108', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17100943', 'Spongilla_Fly', '2825', '521.668', '-16.675', '-328.506', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17100944', 'Heraldic_Imp', '2792', '504.064', '-13.485', '-309.410', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17100945', 'Heraldic_Imp', '2792', '543.692', '-20.689', '-348.679', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17100946', 'Heraldic_Imp', '2792', '386.437', '-10.218', '-348.679', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17100947', 'Spongilla_Fly', '2825', '386.427', '-10.244', '-242.520', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17100948', 'Spongilla_Fly', '2825', '378.102', '-12.192', '-241.274', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17100949', 'Heraldic_Imp', '2792', '419.034', '-11.175', '-160.950', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17100950', 'Heraldic_Imp', '2792', '419.949', '-11.175', '-160.029', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17100951', 'Heraldic_Imp', '2792', '419.386', '-11.175', '-156.165', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17100952', 'Spongilla_Fly', '2825', '405.615', '-11.963', '-180.786', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17100953', 'Caedarva_Leech', '2776', '363.055', '-16.916', '-348.679', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17100954', 'Caedarva_Leech', '2776', '375.492', '-2.158', '-141.140', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17100955', 'Caedarva_Leech', '2776', '304.826', '-15.771', '-137.513', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17100956', 'Chigoe', '2780', '296.269', '-18.788', '-145.077', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17100957', 'Chigoe', '2780', '296.716', '-17.647', '-139.260', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17100958', 'Chigoe', '2780', '282.815', '-20.726', '-145.789', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100959', 'Spongilla_Fly', '2825', '421.901', '-14.715', '-146.777', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17100960', 'Heraldic_Imp', '2792', '425.512', '-19.996', '-69.732', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17100961', 'Heraldic_Imp', '2792', '421.662', '-11.621', '-154.296', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17100962', 'Thunder_Elemental', '2827', '431.515', '-17.970', '-77.292', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17100963', 'Marsh_Murre', '2805', '67.652', '-4.333', '-495.225', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17100964', 'Heraldic_Imp', '2792', '455.918', '-25.896', '-495.225', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17100965', 'Mosshorn', '2810', '454.036', '-26.372', '19.013', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17100966', 'Wild_Karakul', '2832', '458.627', '-26.934', '28.263', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100967', 'Mosshorn', '2810', '491.195', '-26.668', '-14.971', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17100968', 'Wild_Karakul', '2832', '485.604', '-28.590', '-14.971', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17100969', 'Elder_Treant', '2787', '526.363', '-24.955', '-12.199', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17100970', 'Elder_Treant', '2787', '533.487', '-26.468', '-48.179', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17100971', 'Mosshorn', '2810', '517.760', '-24.461', '41.428', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17100972', 'Wild_Karakul', '2832', '539.797', '-26.764', '18.675', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17100973', 'Mosshorn', '2810', '500.611', '-24.188', '4.185', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17100974', 'Elder_Treant', '2787', '486.090', '-24.065', '18.675', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17100975', 'Mosshorn', '2810', '501.606', '-35.940', '88.169', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17100976', 'Elder_Treant', '2787', '494.093', '-32.024', '100.613', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17100977', 'Treant_Sapling', '2828', '-317.412', '-3.144', '-704.942', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17100978', 'Treant_Sapling', '2828', '-318.633', '-2.597', '-709.119', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17100979', 'Marsh_Murre', '2805', '-305.182', '-2.835', '-704.891', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17100980', 'Caedarva_Leech', '2776', '-325.668', '-2.934', '-703.149', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17100981', 'Marsh_Murre', '2805', '-349.457', '-0.076', '-722.039', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17100982', 'Marsh_Murre', '2805', '-372.831', '-0.883', '-724.590', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17100983', 'Caedarva_Leech', '2776', '-333.187', '-0.432', '-719.233', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17100984', 'Marsh_Murre', '2805', '-412.012', '-2.745', '-724.464', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17100985', 'Marsh_Murre', '2805', '-410.568', '-1.882', '-737.293', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17100986', 'Treant_Sapling', '2828', '-405.388', '-2.346', '-731.385', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100987', 'Treant_Sapling', '2828', '-412.409', '-2.822', '-727.566', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17100988', 'Marsh_Murre', '2805', '-418.184', '4.699', '-679.452', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17100989', 'Marsh_Murre', '2805', '-414.845', '4.764', '-626.959', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17100990', 'Qiqirn_Rock_Hound', '2819', '-383.550', '4.364', '-611.443', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17100991', 'Guard_Skeleton', '2791', '-401.996', '6.751', '-608.053', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17100992', 'Orderly_Imp', '2814', '-427.570', '7.885', '-596.115', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17100993', 'Marsh_Murre', '2805', '-414.725', '7.020', '-609.893', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17100994', 'Qiqirn_Rock_Hound', '2819', '-445.583', '7.748', '-606.324', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17100995', 'Guard_Skeleton', '2791', '-445.001', '7.734', '-606.421', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17100996', 'Qiqirn_Mireguide', '2818', '-441.161', '7.831', '-577.821', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17100997', 'Qiqirn_Mine', '2817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17100998', 'Guard_Skeleton', '2791', '-445.639', '7.406', '-572.427', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17100999', 'Qiqirn_Rock_Hound', '2819', '-420.630', '7.504', '-585.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17101000', 'Guard_Skeleton', '2791', '-405.310', '7.643', '-585.286', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17101001', 'Marsh_Murre', '2805', '-386.580', '7.852', '-556.033', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17101002', 'Qiqirn_Mireguide', '2818', '-426.312', '7.629', '-574.422', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17101003', 'Qiqirn_Mine', '2817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101004', 'Guard_Skeleton', '2791', '-420.376', '7.917', '-563.785', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17101005', 'Marsh_Murre', '2805', '-438.897', '7.521', '-563.835', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17101006', 'Marsh_Murre', '2805', '-362.341', '4.303', '-579.876', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17101007', 'Qiqirn_Mireguide', '2818', '-367.418', '7.722', '-552.142', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17101008', 'Qiqirn_Mine', '2817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101009', 'Guard_Skeleton', '2791', '-367.819', '7.657', '-556.383', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17101010', 'Marsh_Murre', '2805', '-349.849', '6.372', '-547.437', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17101011', 'Orderly_Imp', '2814', '-343.280', '4.409', '-556.486', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17101012', 'Qiqirn_Mireguide', '2818', '-343.185', '4.934', '-583.392', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17101013', 'Qiqirn_Mine', '2817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101014', 'Guard_Skeleton', '2791', '-342.967', '4.479', '-567.506', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17101015', 'Marsh_Murre', '2805', '-463.839', '5.685', '-586.081', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17101016', 'Chigoe', '2780', '-494.846', '5.224', '-579.510', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17101017', 'Chigoe', '2780', '-493.151', '4.865', '-579.481', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17101018', 'Orderly_Imp', '2814', '-512.107', '10.812', '-581.521', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17101019', 'Marsh_Murre', '2805', '-276.206', '5.121', '-581.571', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17101020', 'Marsh_Murre', '2805', '-321.764', '3.386', '-506.753', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17101021', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101022', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101023', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101024', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101025', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101026', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101027', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101028', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101029', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101030', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101031', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101032', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101033', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101034', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101035', 'Slough_Skua', '10844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101036', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101037', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101038', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101039', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101040', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101041', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101042', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101043', 'Jnun', '2794', '-616.565', '12.820', '-172.268', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17101044', 'Jnun', '2794', '-616.358', '12.786', '-189.502', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17101045', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101046', 'Ephramadian_Shade', '2788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101047', 'Water_Elemental', '2831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101048', 'Ephramadian_Shade', '2788', '-616.584', '9.154', '-198.319', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17101049', 'Ephramadian_Shade', '2788', '-585.003', '9.207', '-228.285', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17101050', 'Ephramadian_Shade', '2788', '-700.407', '8.859', '-238.871', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17101051', 'Ephramadian_Shade', '2788', '-692.213', '8.748', '-256.118', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17101052', 'Ephramadian_Shade', '2788', '-694.823', '9.095', '-281.523', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17101053', 'Ephramadian_Shade', '2788', '-667.038', '10.350', '-272.912', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17101054', 'Ephramadian_Shade', '2788', '-667.174', '9.701', '-280.261', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17101055', 'Guard_Bhoot', '2790', '-589.839', '7.268', '-133.674', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17101056', 'Dark_Elemental', '2782', '-598.417', '9.389', '-146.678', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17101057', 'Draugar_Servant', '2785', '-533.845', '11.673', '-219.798', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17101058', 'Draugar_s_Wyvern', '2786', '-455.589', '-1.167', '-213.318', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17101059', 'Draugar_Servant', '2785', '-454.477', '-1.333', '-212.574', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17101060', 'Lamia_Idolater', '2799', '-487.856', '2.341', '-208.063', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17101061', 'Draugar_Servant', '2785', '-495.212', '0.967', '-199.070', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17101062', 'Draugar_Servant', '2785', '-469.694', '-0.092', '-181.117', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17101063', 'Lamia_Idolater', '2799', '-391.379', '-4.868', '-208.017', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17101064', 'Lamia_Idolater', '2799', '-414.498', '-4.170', '-203.790', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17101065', 'Heraldic_Imp', '2792', '-438.119', '-3.959', '-215.370', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17101066', 'Jnun', '2794', '-423.378', '-3.326', '-177.261', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17101067', 'Jnun', '2794', '-412.104', '-3.153', '-179.663', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17101068', 'Jnun', '2794', '-376.003', '-3.389', '-141.075', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17101069', 'Oil_Slick', '2813', '-378.321', '-3.375', '-141.927', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17101070', 'Oil_Slick', '2813', '-387.203', '-3.184', '-132.252', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17101071', 'Lamia_Idolater', '2799', '-375.094', '-8.272', '-212.641', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17101072', 'Lamia_Idolater', '2799', '-437.576', '-4.501', '-147.246', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17101073', 'Lamia_Idolater', '2799', '-448.851', '-4.498', '-171.398', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17101074', 'Water_Elemental', '2831', '-415.382', '-4.145', '-148.733', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17101075', 'Draugar_s_Wyvern', '2786', '-456.659', '-4.477', '-134.523', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17101076', 'Draugar_Servant', '2785', '-457.167', '-6.659', '-103.128', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17101077', 'Guard_Bhoot', '2790', '-451.186', '-8.082', '-96.648', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17101078', 'Lamia_Idolater', '2799', '-413.169', '-4.624', '-125.640', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17101079', 'Draugar_Servant', '2785', '-390.047', '-5.886', '-122.493', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17101080', 'Lamia_Toxophilite', '2802', '-406.186', '-4.583', '-67.275', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17101081', 'Draugar_Servant', '2785', '-402.911', '-4.399', '-76.348', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17101082', 'Draugar_Servant', '2785', '-420.100', '-7.476', '-67.552', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17101083', 'Lamia_Idolater', '2799', '-381.891', '-6.157', '-179.885', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17101084', 'Lamia_Idolater', '2799', '-366.781', '-8.024', '-185.720', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17101085', 'Dark_Elemental', '2782', '-390.410', '-4.971', '-179.850', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17101086', 'Lamia_Idolater', '2799', '-419.353', '-5.841', '-24.661', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17101087', 'Lamia_Idolater', '2799', '-418.813', '0.575', '7.096', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17101088', 'Lamia_Idolater', '2799', '-440.589', '-0.146', '19.770', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17101089', 'Lamia_Idolater', '2799', '-504.927', '-5.359', '10.987', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17101090', 'Lamia_Chaukidar', '2796', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101091', 'Lamia_Idolater', '2799', '-504.715', '-6.359', '-13.371', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17101092', 'Lamia_Idolater', '2799', '-545.739', '-4.696', '12.616', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17101093', 'Lamia_Idolater', '2799', '-550.126', '-4.525', '13.647', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17101094', 'Lamia_Idolater', '2799', '-511.669', '-5.350', '-2.577', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17101095', 'Heraldic_Imp', '2792', '-557.408', '1.206', '7.276', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17101096', 'Lamia_Necromancer', '2800', '-544.586', '-4.957', '59.477', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17101097', 'Lamia_Idolater', '2799', '-538.947', '-6.269', '57.073', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101098', 'Lamia_Idolater', '2799', '-542.428', '-4.849', '59.084', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17101099', 'Aynu-Kaysey', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101100', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101101', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101102', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101103', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101104', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101105', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101106', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101107', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101108', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101109', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101110', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101111', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101112', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101113', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101114', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101115', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101116', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101117', 'Vauxia_Fly', '10843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101118', 'Lamia_Idolater', '2799', '-540.578', '2.241', '94.610', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17101119', 'Ephramadian_Shade', '2788', '-696.603', '-8.458', '195.633', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17101120', 'Ephramadian_Shade', '2788', '-691.253', '-4.471', '236.739', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17101121', 'Ephramadian_Shade', '2788', '-732.935', '-6.320', '230.375', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17101122', 'Ephramadian_Shade', '2788', '-709.866', '-5.275', '245.583', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17101123', 'Draugar_Servant', '2785', '-709.488', '-13.977', '287.609', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17101124', 'Draugar_Servant', '2785', '-763.510', '-12.136', '265.749', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17101125', 'Lamia_Toxophilite', '2802', '-767.739', '-12.103', '298.050', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17101126', 'Draugar_Servant', '2785', '-771.479', '-12.114', '314.370', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17101127', 'Draugar_Servant', '2785', '-765.735', '-12.217', '311.841', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17101128', 'Draugar_s_Wyvern', '2786', '-727.482', '-13.194', '325.415', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17101129', 'Draugar_Servant', '2785', '-726.279', '-13.844', '329.654', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17101130', 'Lamia_Chaukidar', '2796', '-704.582', '-22.941', '382.998', '173'); -INSERT INTO `mob_spawn_points` VALUES ('17101131', 'Lamia_Idolater', '2799', '-713.201', '-24.341', '384.328', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17101132', 'Lamia_Idolater', '2799', '-720.085', '-21.235', '367.472', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17101133', 'Lamia_Idolater', '2799', '-742.321', '-24.522', '365.433', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17101134', 'Lamia_Idolater', '2799', '-659.207', '-14.244', '375.733', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17101135', 'Lamia_Deathdancer', '2797', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101136', 'Dark_Rider', '2784', '322.703', '-8.500', '-440.885', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17101137', 'Dark_Bugler', '2781', '499.695', '-24.050', '2.663', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17101138', 'Dark_Bugler', '2781', '472.333', '-26.335', '-12.995', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17101139', 'Dark_Bugler', '2781', '415.727', '-20.088', '-126.116', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17101140', 'Dark_Esquire', '2783', '390.531', '-9.046', '-217.579', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17101141', 'Dark_Esquire', '2783', '484.556', '-8.619', '-275.598', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17101142', 'Dark_Esquire', '2783', '332.531', '-15.760', '-404.727', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17101143', 'Peallaidh', '2815', '279.313', '-16.214', '-390.119', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17101144', 'Zikko', '2833', '-608.491', '11.279', '-186.516', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17101145', 'Caedarva_Toad', '2779', '136.189', '-0.100', '-626.997', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17101146', 'Jazaraat', '2793', '-386.184', '7.398', '-568.084', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17101147', 'Ravin_Raven', '2821', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101148', 'Lamia_No27', '2801', '454.931', '-7.000', '-270.619', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17101149', 'Moshdahn', '2809', '458.922', '-7.000', '-271.195', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17101150', 'Heraldic_Imp', '2792', '649.962', '-15.671', '305.927', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101151', 'Heraldic_Imp', '2792', '678.346', '-16.286', '321.246', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17101152', 'Heraldic_Imp', '2792', '664.742', '-16.023', '318.925', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17101153', 'Soulflayer', '2824', '685.310', '-16.069', '322.434', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17101154', 'Soulflayer', '2824', '660.378', '-16.027', '321.801', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17101155', 'Heraldic_Imp', '2792', '590.212', '-9.579', '316.257', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17101156', 'Heraldic_Imp', '2792', '603.396', '-10.131', '307.451', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17101157', 'Soulflayer', '2824', '595.185', '-12.565', '2.663', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17101158', 'Vidhuwa_the_Wrathborn', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101159', 'Heraldic_Imp', '2792', '615.252', '-10.053', '332.985', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17101160', 'Heraldic_Imp', '2792', '604.560', '-8.885', '307.451', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17101161', 'Heraldic_Imp', '2792', '607.169', '-9.897', '307.451', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17101162', 'Soulflayer', '2824', '613.762', '-9.539', '333.714', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17101163', 'Heraldic_Imp', '2792', '624.124', '-12.168', '365.521', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17101164', 'Heraldic_Imp', '2792', '628.110', '-12.306', '365.521', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17101165', 'Soulflayer', '2824', '705.356', '-10.659', '357.058', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17101166', 'Heraldic_Imp', '2792', '607.042', '-10.390', '365.521', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17101167', 'Soulflayer', '2824', '727.927', '-8.092', '357.058', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17101168', 'Soulflayer', '2824', '745.556', '-18.744', '357.058', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17101169', 'Heraldic_Imp', '2792', '743.943', '-4.534', '405.475', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17101170', 'Heraldic_Imp', '2792', '732.018', '-2.257', '400.642', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17101171', 'Heraldic_Imp', '2792', '724.158', '-2.436', '400.642', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17101172', 'Heraldic_Imp', '2792', '726.535', '-4.180', '400.642', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17101173', 'Soulflayer', '2824', '688.969', '-8.216', '483.855', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17101174', 'Soulflayer', '2824', '781.213', '-11.234', '483.855', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17101175', 'Heraldic_Imp', '2792', '706.433', '-2.724', '400.642', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17101176', 'Heraldic_Imp', '2792', '703.235', '-3.754', '400.642', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17101177', 'Heraldic_Imp', '2792', '691.875', '-2.672', '457.231', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17101178', 'Soulflayer', '2824', '715.447', '-8.410', '515.005', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17101179', 'Soulflayer', '2824', '626.853', '-11.114', '483.855', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17101180', 'Heraldic_Imp', '2792', '694.531', '-3.681', '400.642', '207'); -INSERT INTO `mob_spawn_points` VALUES ('17101181', 'Heraldic_Imp', '2792', '732.428', '-10.292', '519.477', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17101182', 'Heraldic_Imp', '2792', '718.751', '-8.251', '510.526', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17101183', 'Heraldic_Imp', '2792', '717.430', '-8.237', '519.477', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17101184', 'Soulflayer', '2824', '576.502', '-20.757', '483.855', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17101185', 'Soulflayer', '2824', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101186', 'Soulflayer', '2824', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101187', 'Soulflayer', '2824', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101188', 'Heraldic_Imp', '2792', '710.961', '-30.384', '519.477', '173'); -INSERT INTO `mob_spawn_points` VALUES ('17101189', 'Heraldic_Imp', '2792', '729.816', '-9.478', '519.477', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17101190', 'Soulflayer', '2824', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101191', 'Heraldic_Imp', '2792', '701.351', '-30.504', '519.477', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17101192', 'Heraldic_Imp', '2792', '674.681', '-8.267', '512.274', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17101193', 'Heraldic_Imp', '2792', '668.944', '-9.789', '512.274', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17101194', 'Heraldic_Imp', '2792', '781.188', '-10.670', '549.499', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17101195', 'Heraldic_Imp', '2792', '636.666', '-12.750', '494.878', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17101196', 'Heraldic_Imp', '2792', '578.602', '-18.818', '450.053', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17101197', 'Heraldic_Imp', '2792', '602.871', '-16.326', '450.053', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17101198', 'Heraldic_Imp', '2792', '577.569', '-19.937', '414.582', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17101199', 'Soulflayer', '2824', '603.692', '-16.260', '409.457', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17101200', 'Soulflayer', '2824', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17101201', 'Khimaira', '2795', '842.000', '-1.000', '365.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17101202', 'Verdelet', '2830', '417.020', '-19.295', '-69.990', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17101203', 'Tyger', '2829', '-766.000', '-12.000', '632.000', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17101204', 'Mahjlaef_the_Paintorn', '2804', '695.369', '-7.147', '527.646', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17101205', 'Experimental_Lamia', '2789', '-773.369', '-11.824', '322.298', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17101206', 'Merrow_Shadowdancer', '2807', '-699.225', '-3.760', '180.461', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17101207', 'Merrow_Typhoondancer', '2808', '-701.965', '3.331', '147.010', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17101208', 'Merrow_Typhoondancer', '2808', '-701.174', '0.354', '154.094', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17326081', 'Angra_Mainyu', '7001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326082', 'Fire_Pukis', '7022', '-30.107', '-20.007', '-106.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326083', 'Poison_Pukis', '7072', '-219.429', '-1.232', '-100.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326084', 'Wind_Pukis', '7160', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326085', 'Petro_Pukis', '7071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326086', 'Goublefaupe', '7028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326087', 'Quiebitiel', '7074', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326088', 'Mildaunegeux', '7062', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326089', 'Velosareon', '7158', '4.462', '-28.000', '-58.251', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17326090', 'Dagourmarche', '7010', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326099', 'Vanguard_Vindicator', '7155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326100', 'Vanguard_Vindicator', '7155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326101', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326102', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326103', 'Vanguard_Beasttender', '7097', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326104', 'Vanguard_s_Scorpion', '7146', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326105', 'Vanguard_Minstrel', '7122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326106', 'Gu_Nha_Wallstormer', '7032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326107', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326108', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326109', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326110', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326111', 'Vanguard_Drakekeeper', '7104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326112', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326113', 'Vanguard_Minstrel', '7122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326114', 'Na_Hya_Floodmaker', '7068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326115', 'Vanguard_Constable', '7100', '-15.080', '-20.243', '-99.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326116', 'Vanguard_Defender', '7101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326117', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326118', 'Vanguard_Hatamoto', '7111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326119', 'Vanguard_Kusa', '7116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326120', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326121', 'Vanguard_Purloiner', '7136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326122', 'Vanguard_Mason', '7119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326123', 'Vanguard_Mason', '7119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326124', 'Vanguard_Undertaker', '7152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326125', 'Vanguard_s_Avatar', '7143', '-229.086', '-1.342', '-98.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326126', 'Ji_Fhu_Infiltrator', '7055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326127', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326128', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326129', 'Vanguard_Purloiner', '7136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326130', 'Vanguard_Vigilante', '7154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326131', 'Vanguard_Vindicator', '7155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326132', 'Vanguard_Vindicator', '7155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326133', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326134', 'Vanguard_Constable', '7100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326135', 'Ga_Fho_Venomtouch', '7142', '-391.215', '93.484', '-74.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326136', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326137', 'Vanguard_Purloiner', '7136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326138', 'Vanguard_Defender', '7101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326139', 'Vanguard_Vigilante', '7154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326140', 'Vanguard_Vigilante', '7154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326141', 'Vanguard_Constable', '7100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326142', 'Vanguard_Constable', '7100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326143', 'Vanguard_Beasttender', '7097', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326144', 'Vanguard_s_Scorpion', '7146', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326145', 'Ta_Hyu_Gallanthunter', '7088', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326146', 'Vanguard_Undertaker', '7152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326147', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326148', 'Vanguard_Vindicator', '7155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326149', 'Vanguard_Vindicator', '7155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326150', 'Vanguard_Minstrel', '7122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326151', 'Nu_Bhi_Spiraleye', '7070', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326152', 'Vanguard_Constable', '7100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326153', 'Vanguard_Thaumaturge', '7149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326154', 'Vanguard_Thaumaturge', '7149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326155', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326156', 'De_Bho_Pyrohand', '7013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326157', 'Vanguard_Drakekeeper', '7104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326158', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326159', 'Vanguard_Hatamoto', '7111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326160', 'Vanguard_Hatamoto', '7111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326161', 'Vanguard_Kusa', '7116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326162', 'Go_Tyo_Magenapper', '7029', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326163', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326164', 'Vanguard_Thaumaturge', '7149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326165', 'Vanguard_Vigilante', '7154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326166', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326167', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326168', 'So_Zho_Metalbender', '7084', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326169', 'Vanguard_Vindicator', '7155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326170', 'Vanguard_Constable', '7100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326171', 'Vanguard_Defender', '7101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326172', 'Vanguard_Defender', '7101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326173', 'Mu_Gha_Legionkiller', '7067', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326174', 'Vanguard_Purloiner', '7136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326175', 'Vanguard_Purloiner', '7136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326176', 'Vanguard_Minstrel', '7122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326177', 'Vanguard_Beasttender', '7097', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326178', 'Vanguard_s_Scorpion', '7146', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326179', 'So_Gho_Adderhandler', '7083', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326180', 'Vanguard_s_Scorpion', '7146', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326181', 'Vanguard_Vigilante', '7154', '-400.000', '94.313', '-63.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326182', 'Vanguard_Hatamoto', '7111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326183', 'Vanguard_Mason', '7119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326184', 'Vanguard_Mason', '7119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326185', 'Gu_Khu_Dukesniper', '7031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326186', 'Vanguard_Constable', '7100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326187', 'Vanguard_Thaumaturge', '7149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326188', 'Vanguard_Hatamoto', '7111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326189', 'Vanguard_Hatamoto', '7111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326190', 'Ji_Khu_Towercleaver', '7056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326191', 'Vanguard_Protector', '7135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326192', 'Vanguard_Militant', '7121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326193', 'Vanguard_Kusa', '7116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326194', 'Vanguard_Kusa', '7116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326195', 'Mi_Rhe_Whisperblade', '7064', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326196', 'Vanguard_Thaumaturge', '7149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326197', 'Vanguard_Thaumaturge', '7149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326198', 'Vanguard_Thaumaturge', '7149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326199', 'Vanguard_Undertaker', '7152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326200', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326201', 'Be_Zhe_Keeprazer', '7004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326202', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326203', 'Adamantking_Effigy', '7000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326205', 'Adamantking_Effigy', '7000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326206', 'Adamantking_Effigy', '7000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326208', 'Vanguard_Trooper', '7151', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326209', 'Vanguard_Neckchopper', '7123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326210', 'Vanguard_Footsoldier', '7108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326211', 'Vanguard_Footsoldier', '7108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326212', 'Humegutter_Adzjbadj', '7035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326213', 'Vanguard_Vexer', '7153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326214', 'Vanguard_Vexer', '7153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326215', 'Vanguard_Backstabber', '7096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326216', 'Jeunoraider_Gepkzip', '7054', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326217', 'Vanguard_Grappler', '7109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326218', 'Cobraclaw_Buchzvotch', '7009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326219', 'Vanguard_Footsoldier', '7108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326220', 'Vanguard_Gutslasher', '7110', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326221', 'Vanguard_Amputator', '7093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326223', 'Wraithdancer_Gidbnod', '7161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326224', 'Vanguard_Backstabber', '7096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326225', 'Vanguard_Impaler', '7114', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326226', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326227', 'Vanguard_Predator', '7132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326228', 'Vanguard_Predator', '7132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326229', 'Galkarider_Retzpratz', '7024', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326230', 'Vanguard_Grappler', '7109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326231', 'Vanguard_Dollmaster', '7102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326232', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326233', 'Deathcaller_Bidfbid', '7012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326234', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326235', 'Vanguard_Vexer', '7153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326236', 'Vanguard_Vexer', '7153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326237', 'Spinalsucker_Galflmall', '7085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326238', 'Vanguard_Mesmerizer', '7120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326239', 'Vanguard_Hawker', '7112', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326240', 'Vanguard_s_Hecteyes', '7145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326241', 'Vanguard_Pillager', '7130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326242', 'Vanguard_Pillager', '7130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326243', 'Lockbuster_Zapdjipp', '7060', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326244', 'Vanguard_Pillager', '7130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326245', 'Vanguard_Predator', '7132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326246', 'Vanguard_Trooper', '7151', '-195.866', '-10.500', '39.163', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17326247', 'Vanguard_Trooper', '7151', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326248', 'Heavymail_Djidzbad', '7033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326249', 'Vanguard_Neckchopper', '7123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326251', 'Vanguard_Bugler', '7098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326252', 'Vanguard_Dollmaster', '7102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326253', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326254', 'Vanguard_Gutslasher', '7110', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326255', 'Elvaanlopper_Grokdok', '7021', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326256', 'Vanguard_Neckchopper', '7123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326257', 'Vanguard_Neckchopper', '7123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326258', 'Skinmask_Ugghfogg', '7080', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326259', 'Vanguard_Amputator', '7093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326260', 'Vanguard_Mesmerizer', '7120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326261', 'Vanguard_Mesmerizer', '7120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326262', 'Taruroaster_Biggsjig', '7087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326263', 'Vanguard_Hawker', '7112', '-30.245', '-20.006', '-106.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326264', 'Vanguard_s_Hecteyes', '7145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326265', 'Mithraslaver_Debhabob', '7063', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326266', 'Vanguard_s_Hecteyes', '7145', '0.357', '-28.024', '-58.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326267', 'Vanguard_Bugler', '7098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326268', 'Vanguard_Bugler', '7098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326269', 'Vanguard_Bugler', '7098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326270', 'Ultrasonic_Zeknajak', '7090', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326271', 'Vanguard_Impaler', '7114', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326272', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326273', 'Drakefeast_Wubmfub', '7014', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326274', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326275', 'Serjeant_Tombstone', '7078', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326276', 'Serjeant_Tombstone', '7078', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326277', 'Serjeant_Tombstone', '7078', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326278', 'Serjeant_Tombstone', '7078', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326280', 'Vanguard_Sentinel', '7139', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326281', 'Vanguard_Assassin', '7095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326282', 'Vanguard_Skirmisher', '7141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326283', 'Vanguard_Skirmisher', '7141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326284', 'Foo_Peku_the_Bloodcloak', '7023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326285', 'Vanguard_Visionary', '7156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326286', 'Vanguard_Liberator', '7117', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326287', 'Vanguard_Sentinel', '7139', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326288', 'Vanguard_Sentinel', '7139', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326289', 'Xaa_Chau_the_Roctalon', '7162', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326290', 'Vanguard_Exemplar', '7106', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326291', 'Vanguard_Ogresoother', '7125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326292', 'Vanguard_s_Crow', '7144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326293', 'Vanguard_Priest', '7134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326294', 'Vanguard_Priest', '7134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326295', 'Koo_Saxu_the_Everfast', '7058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326296', 'Vanguard_Inciter', '7115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326297', 'Vanguard_Chanter', '7099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326298', 'Vanguard_Prelate', '7133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326299', 'Vanguard_Prelate', '7133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326300', 'Bhuu_Wjato_the_Firepool', '7005', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326301', 'Vanguard_Skirmisher', '7141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326302', 'Vanguard_Visionary', '7156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326303', 'Vanguard_Visionary', '7156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326304', 'Caa_Xaza_the_Madpiercer', '7008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326305', 'Vanguard_Partisan', '7127', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326306', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326307', 'Maa_Zaua_the_Wyrmkeeper', '7061', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326308', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326309', 'Vanguard_Skirmisher', '7141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326310', 'Vanguard_Priest', '7134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326311', 'Vanguard_Liberator', '7117', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326312', 'Vanguard_Liberator', '7117', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326313', 'Ryy_Qihi_the_Idolrobber', '7077', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326314', 'Vanguard_Salvager', '7138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326315', 'Vanguard_Oracle', '7126', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326316', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326317', 'Vanguard_Exemplar', '7106', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326318', 'Vanguard_Exemplar', '7106', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326319', 'Guu_Waji_the_Preacher', '7030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326320', 'Vanguard_Prelate', '7133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326321', 'Vanguard_Inciter', '7115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326322', 'Vanguard_Inciter', '7115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326323', 'Nee_Huxa_the_Judgmental', '7069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326324', 'Vanguard_Assassin', '7095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326325', 'Kuu_Xuka_the_Nimble', '7059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326326', 'Vanguard_Ogresoother', '7125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326327', 'Vanguard_s_Crow', '7144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326328', 'Soo_Jopo_the_Fiendking', '7082', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326329', 'Vanguard_s_Crow', '7144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326330', 'Vanguard_Persecutor', '7129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326331', 'Vanguard_Partisan', '7127', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326332', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326333', 'Vanguard_Chanter', '7099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326334', 'Vanguard_Chanter', '7099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326335', 'Xhoo_Fuza_the_Sublime', '7163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326336', 'Vanguard_Liberator', '7117', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326337', 'Vanguard_Prelate', '7133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326338', 'Vanguard_Salvager', '7138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326339', 'Vanguard_Salvager', '7138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326340', 'Hee_Mida_the_Meticulous', '7034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326341', 'Vanguard_Assassin', '7095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326342', 'Vanguard_Persecutor', '7129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326343', 'Vanguard_Persecutor', '7129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326344', 'Knii_Hoqo_the_Bisector', '7057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326345', 'Vanguard_Oracle', '7126', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326346', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326347', 'Puu_Timu_the_Phantasmal', '7073', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326348', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326349', 'Avatar_Icon', '7003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326350', 'Avatar_Icon', '7003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326351', 'Avatar_Icon', '7003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326352', 'Avatar_Icon', '7003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326354', 'Vanguard_Smithy', '7142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326355', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326356', 'Vanguard_Shaman', '7140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326357', 'Vanguard_Enchanter', '7105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326358', 'Vanguard_Pathfinder', '7128', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326359', 'Vanguard_s_Slime', '7147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326360', 'Vanguard_Maestro', '7118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326361', 'Vanguard_Enchanter', '7105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326362', 'Vanguard_Welldigger', '7157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326363', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326364', 'Vanguard_Shaman', '7140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326365', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326366', 'Vanguard_Maestro', '7118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326367', 'Vanguard_Ambusher', '7092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326368', 'Vanguard_Necromancer', '7124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326369', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326370', 'Vanguard_Welldigger', '7157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326371', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326372', 'Vanguard_Smithy', '7142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326373', 'Vanguard_Smithy', '7142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326374', 'Moltenox_Stubthumbs', '7065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326375', 'Vanguard_Ronin', '7137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326376', 'Vanguard_Hitman', '7113', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326377', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326378', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326379', 'Droprix_Granitepalms', '7016', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326380', 'Vanguard_Shaman', '7140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326381', 'Vanguard_Enchanter', '7105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326382', 'Vanguard_Welldigger', '7157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326384', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326385', 'Vanguard_Alchemist', '7091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326386', 'Vanguard_Alchemist', '7091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326387', 'Brewnix_Bittypupils', '7007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326388', 'Vanguard_Smithy', '7142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326389', 'Vanguard_Enchanter', '7105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326390', 'Vanguard_Alchemist', '7091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326391', 'Vanguard_Necromancer', '7124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326392', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326393', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326394', 'Vanguard_Ambusher', '7092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326395', 'Vanguard_Shaman', '7140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326396', 'Vanguard_Shaman', '7140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326397', 'Ascetox_Ratgums', '7002', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326398', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326399', 'Vanguard_Enchanter', '7105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326400', 'Vanguard_Enchanter', '7105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326401', 'Gibberox_Pimplebeak', '7026', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326402', 'Vanguard_Welldigger', '7157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326403', 'Vanguard_Hitman', '7113', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326404', 'Vanguard_Hitman', '7113', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326405', 'Swypestix_Tigershins', '7086', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326406', 'Vanguard_Pathfinder', '7128', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326407', 'Vanguard_s_Slime', '7147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326408', 'Vanguard_Welldigger', '7157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326409', 'Vanguard_Welldigger', '7157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326410', 'Bordox_Kittyback', '7006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326411', 'Vanguard_Tinkerer', '7150', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326412', 'Vanguard_Maestro', '7118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326413', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326414', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326415', 'Ruffbix_Jumbolobes', '7076', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326416', 'Vanguard_Maestro', '7118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326417', 'Vanguard_Pathfinder', '7128', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326418', 'Vanguard_s_Slime', '7147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326420', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326421', 'Draklix_Scalecrust', '7015', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326422', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326423', 'Vanguard_Smithy', '7142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326424', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326425', 'Vanguard_Tinkerer', '7150', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326426', 'Vanguard_Tinkerer', '7150', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326427', 'Tocktix_Thinlids', '7089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326428', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326429', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326430', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326431', 'Vanguard_Alchemist', '7091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326432', 'Vanguard_Alchemist', '7091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326433', 'Vanguard_Alchemist', '7091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326434', 'Vanguard_Maestro', '7118', '149.257', '-17.658', '-114.080', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326436', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326437', 'Vanguard_Pathfinder', '7128', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326438', 'Vanguard_s_Slime', '7147', '-388.488', '93.467', '-76.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17326439', 'Routsix_Rubbertendon', '7075', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326440', 'Vanguard_s_Slime', '7147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326441', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326442', 'Vanguard_Shaman', '7140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326443', 'Vanguard_Enchanter', '7105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326444', 'Vanguard_Necromancer', '7124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326445', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326446', 'Morblox_Chubbychin', '7066', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326447', 'Vanguard_s_Avatar', '7143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326448', 'Vanguard_Armorer', '7094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326449', 'Vanguard_Ronin', '7137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326450', 'Vanguard_Maestro', '7118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326451', 'Vanguard_Maestro', '7118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326452', 'Whistrix_Toadthroat', '7159', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326453', 'Vanguard_Welldigger', '7157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326455', 'Vanguard_s_Wyvern', '7148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326456', 'Vanguard_Ambusher', '7092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326457', 'Vanguard_Ambusher', '7092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326458', 'Slinkix_Trufflesniff', '7081', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326459', 'Vanguard_Pitfighter', '7131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326460', 'Vanguard_Hitman', '7113', '-155.100', '-25.748', '113.500', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17326461', 'Vanguard_Ronin', '7137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326462', 'Vanguard_Ronin', '7137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326463', 'Shisox_Widebrow', '7079', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326464', 'Goblin_Statue', '7027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326465', 'Goblin_Statue', '7027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326466', 'Goblin_Statue', '7027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326467', 'Goblin_Statue', '7027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326469', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326470', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326471', 'Hydra_White_Mage', '7053', '-158.100', '-25.686', '112.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17326472', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326473', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326474', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326475', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326476', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326477', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326478', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326479', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326480', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326481', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326482', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326483', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326484', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326485', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326486', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326487', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326488', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326489', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326490', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326491', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326492', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326493', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326494', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326495', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326496', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326497', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326498', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326499', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326500', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326501', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326502', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326503', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326504', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326505', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326506', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326507', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326508', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326509', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326510', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326511', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326512', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326513', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326514', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326515', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326516', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326517', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326518', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326519', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326520', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326521', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326522', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326523', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326524', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326525', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326526', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326527', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326528', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326529', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326530', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326531', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326532', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326533', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326534', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326535', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326536', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326537', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326538', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326539', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326540', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326541', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326542', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326543', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326544', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326545', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326546', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326547', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326548', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326549', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326550', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326551', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326552', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326553', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326554', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326555', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326556', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326557', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326558', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326559', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326560', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326561', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326562', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326563', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326564', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326565', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326566', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326567', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326568', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326569', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326570', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326571', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326572', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326573', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326574', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326575', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326576', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326577', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326578', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326579', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326580', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326581', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326582', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326583', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326584', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326585', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326586', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326589', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326590', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326591', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326592', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326593', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326594', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326595', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326596', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326597', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326598', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326599', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326600', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326601', 'Hydra_Beastmaster', '7037', '-394.100', '94.313', '-60.849', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17326602', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326603', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326604', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326605', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326606', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326607', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326608', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326609', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326610', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326611', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326612', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330177', 'Dynamis_Lord', '7187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330178', 'Dynamis_Lord', '7187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330179', 'Dynamis_Lord', '7187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330180', 'Dynamis_Lord', '7187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330181', 'Dynamis_Lord', '7187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330182', 'Dynamis_Lord', '7187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330183', 'Ying', '7239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330184', 'Yang', '7238', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330199', 'Animated_Knuckles', '7171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330200', 'Animated_Dagger', '7166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330201', 'Animated_Longsword', '7174', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330202', 'Animated_Claymore', '7165', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330203', 'Animated_Tabar', '7179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330204', 'Animated_Great_Axe', '7167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330205', 'Animated_Spear', '7177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330206', 'Animated_Scythe', '7175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330207', 'Animated_Kunai', '7172', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330208', 'Animated_Tachi', '7180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330209', 'Animated_Hammer', '7169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330210', 'Animated_Staff', '7178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330211', 'Animated_Longbow', '7173', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330212', 'Animated_Gun', '7168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330213', 'Animated_Horn', '7170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330214', 'Animated_Shield', '7176', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330215', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330216', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330217', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330218', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330219', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330220', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330221', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330222', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330223', 'Marquis_Decarabia', '7211', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330224', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330225', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330226', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330227', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330228', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330229', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330232', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330233', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330234', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330235', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330236', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330237', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330238', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330239', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330242', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330243', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330244', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330245', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330246', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330247', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330250', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330251', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330252', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330253', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330254', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330255', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330258', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330259', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330260', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330261', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330262', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330263', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330264', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330265', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330266', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330267', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330268', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330269', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330270', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330271', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330272', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330275', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330276', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330277', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330278', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330279', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330280', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330281', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330282', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330283', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330284', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330287', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330288', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330289', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330290', 'Satellite_Shield', '7229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330291', 'Satellite_Shield', '7229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330292', 'Satellite_Shield', '7229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330293', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330294', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330295', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330296', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330297', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330298', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330299', 'Satellite_Shield', '7229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330300', 'Satellite_Shield', '7229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330301', 'Satellite_Shield', '7229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330302', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330303', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330304', 'Duke_Gomory', '7185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330305', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330306', 'Satellite_Daggers', '7219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330307', 'Satellite_Daggers', '7219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330308', 'Satellite_Daggers', '7219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330309', 'Satellite_Knuckles', '7224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330310', 'Satellite_Knuckles', '7224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330311', 'Satellite_Knuckles', '7224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330312', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330313', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330314', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330315', 'Count_Raum', '7181', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330316', 'Satellite_Daggers', '7219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330317', 'Satellite_Daggers', '7219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330318', 'Satellite_Daggers', '7219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330319', 'Satellite_Knuckles', '7224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330320', 'Satellite_Knuckles', '7224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330321', 'Satellite_Knuckles', '7224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330322', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330323', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330324', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330325', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330326', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330327', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330328', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330329', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330330', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330331', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330332', 'Prince_Seere', '7217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330333', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330334', 'Satellite_Hammers', '7222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330335', 'Satellite_Hammers', '7222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330336', 'Satellite_Hammers', '7222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330337', 'Satellite_Staves', '7231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330338', 'Satellite_Staves', '7231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330339', 'Satellite_Staves', '7231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330340', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330341', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330342', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330343', 'Marquis_Orias', '7214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330344', 'Satellite_Hammers', '7222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330345', 'Satellite_Hammers', '7222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330346', 'Satellite_Hammers', '7222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330347', 'Satellite_Staves', '7231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330348', 'Satellite_Staves', '7231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330349', 'Satellite_Staves', '7231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330350', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330351', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330352', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330353', 'Duke_Berith', '7184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330354', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330355', 'Satellite_Longswords', '7227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330356', 'Satellite_Longswords', '7227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330357', 'Satellite_Longswords', '7227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330358', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330359', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330360', 'Marquis_Sabnak', '7215', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330361', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330362', 'Satellite_Longswords', '7227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330363', 'Satellite_Longswords', '7227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330364', 'Satellite_Longswords', '7227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330365', 'Satellite_Claymores', '7218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330366', 'Satellite_Claymores', '7218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330367', 'Satellite_Claymores', '7218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330368', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330369', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330370', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330371', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330372', 'Satellite_Claymores', '7218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330373', 'Satellite_Claymores', '7218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330374', 'Satellite_Claymores', '7218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330375', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330376', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330377', 'Count_Zaebos', '7183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330378', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330379', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330380', 'Satellite_Tabars', '7232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330381', 'Satellite_Tabars', '7232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330382', 'Satellite_Tabars', '7232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330383', 'Satellite_Great_Axes', '7220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330384', 'Satellite_Great_Axes', '7220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330385', 'Satellite_Great_Axes', '7220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330386', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330387', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330388', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330389', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330390', 'Marquis_Andras', '7209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330391', 'Andras_s_Vouivre', '7164', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330392', 'Satellite_Tabars', '7232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330393', 'Satellite_Tabars', '7232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330394', 'Satellite_Tabars', '7232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330395', 'Satellite_Great_Axes', '7220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330396', 'Satellite_Great_Axes', '7220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330397', 'Satellite_Great_Axes', '7220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330398', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330399', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330400', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330401', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330402', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330403', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330404', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330405', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330406', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330407', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330408', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330409', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330410', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330411', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330412', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330413', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330414', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330415', 'Marquis_Cimeries', '7210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330416', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330417', 'Duke_Scox', '7186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330418', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330419', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330420', 'Satellite_Scythes', '7228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330421', 'Satellite_Scythes', '7228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330422', 'Satellite_Scythes', '7228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330423', 'Satellite_Spears', '7230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330424', 'Satellite_Spears', '7230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330425', 'Satellite_Spears', '7230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330426', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330427', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330428', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330429', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330430', 'King_Zagan', '7208', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330431', 'Zagan_s_Wyvern', '7240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330432', 'Satellite_Scythes', '7228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330433', 'Satellite_Scythes', '7228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330434', 'Satellite_Scythes', '7228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330435', 'Satellite_Spears', '7230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330436', 'Satellite_Spears', '7230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330437', 'Satellite_Spears', '7230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330438', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330439', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330440', 'Count_Vine', '7182', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330441', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330442', 'Satellite_Kunai', '7225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330443', 'Satellite_Kunai', '7225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330444', 'Satellite_Kunai', '7225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330445', 'Satellite_Tachi', '7233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330446', 'Satellite_Tachi', '7233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330447', 'Satellite_Tachi', '7233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330448', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330449', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330450', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330451', 'Marquis_Gamygyn', '7212', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330452', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330453', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330454', 'Satellite_Kunai', '7225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330455', 'Satellite_Kunai', '7225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330456', 'Satellite_Kunai', '7225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330457', 'Satellite_Tachi', '7233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330458', 'Satellite_Tachi', '7233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330459', 'Satellite_Tachi', '7233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330460', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330461', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330462', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330463', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330464', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330465', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330466', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330467', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330468', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330469', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330470', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330473', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330474', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330475', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330476', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330477', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330478', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330479', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330480', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330481', 'Marquis_Nebiros', '7213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330482', 'Nebiros_s_Avatar', '7216', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330485', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330486', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330487', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330488', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330489', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330490', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330491', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330492', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330493', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330494', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330495', 'Satellite_Horns', '7223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330496', 'Satellite_Horns', '7223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330497', 'Satellite_Horns', '7223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330498', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330499', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330500', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330501', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330502', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330503', 'Satellite_Horns', '7223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330504', 'Satellite_Horns', '7223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330505', 'Satellite_Horns', '7223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330506', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330507', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330508', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330509', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330510', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330511', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330512', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330513', 'Satellite_Guns', '7221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330514', 'Satellite_Guns', '7221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330515', 'Satellite_Guns', '7221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330516', 'Satellite_Guns', '7221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330517', 'Satellite_Guns', '7221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330518', 'Satellite_Guns', '7221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330519', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330520', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330521', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330522', 'Satellite_Longbows', '7226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330523', 'Satellite_Longbows', '7226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330524', 'Satellite_Longbows', '7226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330525', 'Satellite_Longbows', '7226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330526', 'Satellite_Longbows', '7226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330527', 'Satellite_Longbows', '7226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330528', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330529', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330530', 'Vanguard_Dragon', '7236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330531', 'Tombstone_Prototype', '7235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330532', 'Effigy_Prototype', '7188', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330533', 'Icon_Prototype', '7189', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330534', 'Statue_Prototype', '7234', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330536', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330537', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330538', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330539', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330540', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330541', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330542', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330543', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330544', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330545', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330546', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330547', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330548', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330549', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330550', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330551', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330552', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330553', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330554', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330555', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330556', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330557', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330558', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330559', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330560', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330561', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330562', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330563', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330564', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330565', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330566', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330567', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330568', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330569', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330570', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330571', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330572', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330573', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330574', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330575', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330576', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330577', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330578', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330579', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330580', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330581', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330582', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330583', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330584', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330585', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330586', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330587', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330588', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330589', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330590', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330591', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330592', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330593', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330594', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330595', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330596', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330597', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330598', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330599', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330600', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330601', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330602', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330603', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330604', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330605', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330606', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330607', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330608', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330609', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330610', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330611', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330612', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330613', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330614', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330615', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330616', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330617', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330618', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330619', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330620', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330621', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330622', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330623', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330624', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330625', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330626', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330627', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330628', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330629', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330630', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330631', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330632', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330633', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330634', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330635', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330636', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330637', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330638', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330639', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330640', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330641', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330642', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330643', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330644', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330645', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330646', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330647', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330648', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330649', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330650', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330651', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330652', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330653', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330654', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330655', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330656', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330657', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330658', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330659', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330660', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330661', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330662', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330663', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330664', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330665', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330666', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330667', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330668', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330669', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330670', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330671', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330672', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330673', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330674', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330675', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330676', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330677', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330678', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330679', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330680', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330681', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330682', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330683', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330684', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330685', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330686', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330687', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330688', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330689', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330690', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330691', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330692', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330693', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330694', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330695', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330696', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330697', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330698', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330699', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330700', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330701', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330702', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330703', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330704', 'Kindred_Paladin', '7197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330705', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330706', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330707', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330708', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330709', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330710', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330711', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330712', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330713', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330714', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330715', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330716', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330717', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330718', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330719', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330720', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330721', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330722', 'Kindred_Monk', '7195', '-59.333', '0.227', '-448.239', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17330723', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330724', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330725', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330726', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330727', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330728', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330729', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330730', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330731', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330732', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330733', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330734', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330735', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330736', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330737', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330738', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330739', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330740', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330741', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330742', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330743', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330744', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330745', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330746', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330747', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330748', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330749', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330750', 'Kindred_Warrior', '7206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330751', 'Kindred_Monk', '7195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330752', 'Kindred_White_Mage', '7207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330753', 'Kindred_Black_Mage', '7192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330754', 'Kindred_Red_Mage', '7199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330755', 'Kindred_Thief', '7205', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330756', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330757', 'Kindred_Paladin', '7197', '15.202', '0.188', '-426.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17330758', 'Kindred_Dark_Knight', '7193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330759', 'Kindred_Beastmaster', '7191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330760', 'Kindred_s_Vouivre', '7203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330761', 'Kindred_Bard', '7190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330762', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330763', 'Kindred_Ranger', '7198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330764', 'Kindred_Samurai', '7200', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330765', 'Kindred_Ninja', '7196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330766', 'Kindred_Dragoon', '7194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330767', 'Kindred_s_Wyvern', '7204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330768', 'Kindred_Summoner', '7201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330769', 'Kindred_s_Avatar', '7202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17330770', 'Vanguard_Eye', '7237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17534977', 'Overlord_s_Tombstone', '9377', '0.027', '-2.000', '42.099', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17534978', 'Battlechoir_Gitchfotch', '9376', '2.027', '-2.000', '42.099', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17534979', 'Soulsender_Fugbrag', '9380', '-2.027', '-2.000', '42.099', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17534980', 'Vanguard_Footsoldier', '9385', '142.000', '-2.000', '102.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17534981', 'Vanguard_Trooper', '9397', '136.000', '-2.000', '108.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17534982', 'Vanguard_Amputator', '9381', '125.000', '0.400', '99.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17534983', 'Vanguard_Vexer', '9398', '130.000', '-1.000', '93.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17534984', 'Vanguard_Pillager', '9392', '131.000', '-1.000', '82.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17534985', 'Vanguard_Mesmerizer', '9390', '109.000', '-1.000', '97.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17534986', 'Vanguard_Grappler', '9386', '102.000', '-1.000', '91.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17534987', 'Vanguard_Neckchopper', '9391', '115.000', '-1.000', '76.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17534988', 'Vanguard_Mesmerizer', '9390', '135.000', '-1.000', '63.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17534989', 'Vanguard_Bugler', '9383', '146.000', '-1.000', '50.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17534990', 'Vanguard_Gutslasher', '9387', '148.000', '-1.000', '36.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17534991', 'Vanguard_Impaler', '9389', '137.000', '-1.000', '22.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17534992', 'Vanguard_s_Wyvern', '9396', '137.000', '-1.000', '22.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17534993', 'Vanguard_Backstabber', '9382', '103.000', '4.000', '14.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17534994', 'Vanguard_Hawker', '9388', '96.000', '4.000', '25.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17534995', 'Vanguard_s_Hecteyes', '9395', '96.000', '4.000', '25.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17534996', 'Vanguard_Dollmaster', '9384', '97.000', '4.000', '39.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17534997', 'Vanguard_s_Avatar', '9394', '97.000', '4.000', '39.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17534998', 'Vanguard_Vexer', '9398', '96.000', '4.000', '49.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17534999', 'Vanguard_Predator', '9393', '98.000', '4.000', '61.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17535000', 'Vanguard_Footsoldier', '9385', '86.000', '2.000', '4.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535001', 'Vanguard_Grappler', '9386', '78.000', '2.000', '-5.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17535002', 'Vanguard_Predator', '9393', '72.000', '2.000', '-11.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535003', 'Serjeant_Tombstone', '9379', '66.764', '2.000', '-2.546', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535004', 'Serjeant_Tombstone', '9379', '-66.764', '2.000', '-2.546', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535005', 'Serjeant_Tombstone', '9379', '-256.311', '-3.600', '112.475', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17535006', 'Reapertongue_Gadgquok', '9378', '111.000', '0.500', '78.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17535007', 'Vanguard_s_Avatar', '9394', '111.000', '0.500', '78.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17535008', 'Vanguard_Trooper', '9397', '116.000', '1.000', '-30.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535009', 'Vanguard_Amputator', '9381', '108.000', '2.000', '-22.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535010', 'Vanguard_Dollmaster', '9384', '99.000', '2.000', '-22.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17535011', 'Vanguard_s_Avatar', '9394', '99.000', '2.000', '-22.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17535012', 'Vanguard_Footsoldier', '9385', '91.000', '2.000', '-30.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17535013', 'Vanguard_Backstabber', '9382', '82.000', '2.000', '-38.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535014', 'Vanguard_Impaler', '9389', '76.000', '2.000', '-48.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535015', 'Vanguard_s_Wyvern', '9396', '76.000', '2.000', '-48.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535016', 'Vanguard_Footsoldier', '9385', '81.000', '1.000', '-62.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535017', 'Vanguard_Grappler', '9386', '89.000', '1.000', '-53.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17535018', 'Vanguard_Amputator', '9381', '96.000', '1.000', '-46.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535019', 'Vanguard_Trooper', '9397', '104.000', '1.000', '-39.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535020', 'Vanguard_Neckchopper', '9391', '43.000', '2.000', '-18.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535021', 'Vanguard_Pillager', '9392', '41.000', '2.000', '-13.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535022', 'Vanguard_Bugler', '9383', '31.000', '2.000', '-24.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535023', 'Vanguard_Predator', '9393', '19.000', '2.000', '-22.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535024', 'Vanguard_Vexer', '9398', '16.000', '2.000', '1.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535025', 'Vanguard_Trooper', '9397', '25.000', '2.000', '1.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17535026', 'Warchief_Tombstone', '9400', '148.990', '-6.800', '56.931', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17535027', 'Vanguard_Bugler', '9383', '-25.000', '2.000', '2.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535028', 'Vanguard_Hawker', '9388', '-18.000', '2.000', '5.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535029', 'Vanguard_s_Hecteyes', '9395', '-18.000', '2.000', '5.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535030', 'Vanguard_Gutslasher', '9387', '-16.000', '2.000', '-17.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17535031', 'Vanguard_Backstabber', '9382', '-27.000', '2.000', '-22.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535032', 'Wyrmgnasher_Bjakdek', '9401', '102.736', '1.000', '-46.729', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535033', 'Vanguard_s_Wyvern', '9396', '103.736', '1.000', '-46.729', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535034', 'Vanguard_Footsoldier', '9385', '-40.000', '2.000', '-30.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535035', 'Vanguard_Grappler', '9386', '-40.000', '2.000', '-15.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535036', 'Vanguard_Pillager', '9392', '-51.000', '2.000', '-18.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535037', 'Vanguard_Trooper', '9397', '-72.000', '2.000', '-11.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535038', 'Vanguard_Neckchopper', '9391', '-78.000', '2.000', '-5.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17535039', 'Vanguard_Predator', '9393', '-87.000', '2.000', '3.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535040', 'Vanguard_Gutslasher', '9387', '-102.000', '-2.000', '27.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535041', 'Vanguard_Backstabber', '9382', '-111.000', '-2.000', '21.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535042', 'Vanguard_Impaler', '9389', '-105.000', '-2.000', '15.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17535043', 'Vanguard_s_Wyvern', '9396', '-105.000', '-2.000', '15.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17535044', 'Voidstreaker_Butchnotch', '9399', '-267.133', '-4.000', '98.228', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535045', 'Vanguard_Amputator', '9381', '-104.000', '-2.000', '32.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535046', 'Vanguard_Mesmerizer', '9390', '-90.000', '1.000', '-58.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535047', 'Vanguard_Vexer', '9398', '-77.000', '2.000', '-46.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535048', 'Vanguard_Bugler', '9383', '-84.000', '2.000', '-38.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535049', 'Vanguard_Dollmaster', '9384', '-89.000', '2.000', '-31.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17535050', 'Vanguard_s_Avatar', '9394', '-89.000', '2.000', '-31.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17535051', 'Vanguard_Mesmerizer', '9390', '-96.000', '2.000', '-24.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535052', 'Vanguard_Bugler', '9383', '-107.000', '2.000', '-20.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535053', 'Vanguard_Neckchopper', '9391', '-114.000', '1.000', '-30.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17535054', 'Vanguard_Pillager', '9392', '-106.000', '1.000', '-34.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535055', 'Vanguard_Vexer', '9398', '-100.000', '1.000', '-40.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535056', 'Vanguard_Trooper', '9397', '-92.000', '1.000', '-48.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17535057', 'Warchief_Tombstone', '9400', '155.743', '-6.800', '41.786', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535058', 'Vanguard_Footsoldier', '9385', '-132.000', '-2.000', '17.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535059', 'Vanguard_Grappler', '9386', '-143.000', '-2.000', '17.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535060', 'Vanguard_Amputator', '9381', '-159.000', '-1.000', '17.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535061', 'Vanguard_Mesmerizer', '9390', '-170.000', '-1.000', '26.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17535062', 'Vanguard_Vexer', '9398', '-184.000', '-1.000', '40.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535063', 'Vanguard_Pillager', '9392', '-192.000', '-1.000', '48.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535064', 'Vanguard_Trooper', '9397', '-193.000', '-2.000', '80.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535065', 'Vanguard_Neckchopper', '9391', '-203.000', '-2.000', '90.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535066', 'Vanguard_Hawker', '9388', '-254.000', '-3.000', '81.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535067', 'Vanguard_s_Hecteyes', '9395', '-254.000', '-3.000', '81.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535068', 'Vanguard_Bugler', '9383', '-264.000', '-3.000', '83.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535069', 'Vanguard_Predator', '9393', '-265.000', '-4.000', '95.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535070', 'Vanguard_Gutslasher', '9387', '-265.000', '-3.000', '105.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535071', 'Vanguard_Backstabber', '9382', '-271.000', '-3.000', '115.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535072', 'Vanguard_Impaler', '9389', '-260.000', '-3.000', '112.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17535073', 'Vanguard_s_Wyvern', '9396', '-260.000', '-3.000', '112.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17535074', 'Vanguard_Dollmaster', '9384', '-256.000', '-3.000', '112.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535075', 'Vanguard_s_Avatar', '9394', '-256.000', '-3.000', '112.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535076', 'Vanguard_Hawker', '9388', '-258.000', '-4.000', '97.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535077', 'Vanguard_s_Hecteyes', '9395', '-258.000', '-4.000', '97.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535078', 'Vanguard_Bugler', '9383', '-166.000', '-2.000', '64.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535079', 'Vanguard_Grappler', '9386', '-171.000', '-2.000', '52.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535080', 'Vanguard_Mesmerizer', '9390', '-170.000', '-2.000', '57.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535081', 'Vanguard_Pillager', '9392', '-165.000', '-2.000', '52.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17535082', 'Vanguard_Gutslasher', '9387', '-153.000', '-2.000', '51.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535083', 'Vanguard_Backstabber', '9382', '-156.000', '-2.000', '63.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17535084', 'Vanguard_Trooper', '9397', '-149.000', '-2.000', '62.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535085', 'Vanguard_Footsoldier', '9385', '-148.000', '-2.000', '55.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535086', 'Vanguard_Amputator', '9381', '-132.000', '-6.000', '89.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535087', 'Vanguard_Neckchopper', '9391', '-114.000', '-6.000', '85.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535088', 'Vanguard_Bugler', '9383', '-102.000', '-6.000', '81.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17535089', 'Vanguard_Predator', '9393', '-92.000', '-6.000', '73.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535090', 'Vanguard_Backstabber', '9382', '-91.000', '-6.000', '61.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535091', 'Vanguard_Grappler', '9386', '-92.000', '-4.000', '44.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535092', 'Vanguard_Gutslasher', '9387', '-23.000', '2.000', '-92.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535093', 'Vanguard_Predator', '9393', '-24.000', '2.000', '-86.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535094', 'Vanguard_Hawker', '9388', '-23.000', '2.000', '-77.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17535095', 'Vanguard_s_Hecteyes', '9395', '-23.000', '2.000', '-77.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17535096', 'Vanguard_Impaler', '9389', '-16.000', '2.000', '-71.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535097', 'Vanguard_s_Wyvern', '9396', '-16.000', '2.000', '-71.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535098', 'Vanguard_Footsoldier', '9385', '-14.000', '2.000', '-76.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535099', 'Vanguard_Amputator', '9381', '-4.000', '2.000', '-82.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535100', 'Vanguard_Bugler', '9383', '-3.000', '2.000', '-74.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535101', 'Vanguard_Predator', '9393', '3.000', '2.000', '-72.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535102', 'Vanguard_Backstabber', '9382', '9.000', '2.000', '-76.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535103', 'Vanguard_Grappler', '9386', '14.000', '2.000', '-70.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535104', 'Vanguard_Gutslasher', '9387', '21.000', '2.000', '-76.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17535105', 'Vanguard_Trooper', '9397', '141.000', '-2.000', '114.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535106', 'Vanguard_Predator', '9393', '133.000', '-1.000', '74.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17535107', 'Vanguard_Mesmerizer', '9390', '124.000', '-1.000', '74.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535108', 'Vanguard_Vexer', '9398', '96.000', '1.000', '98.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535109', 'Vanguard_Neckchopper', '9391', '104.000', '1.000', '105.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535110', 'Vanguard_Dollmaster', '9384', '114.000', '-1.000', '101.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535111', 'Vanguard_s_Avatar', '9394', '114.000', '-1.000', '101.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535112', 'Vanguard_Backstabber', '9382', '108.000', '-1.000', '85.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535113', 'Serjeant_Tombstone', '9379', '-256.238', '-3.600', '82.232', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17535114', 'Serjeant_Tombstone', '9379', '-131.804', '-4.000', '69.627', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535115', 'Serjeant_Tombstone', '9379', '-131.804', '-4.000', '70.627', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535116', 'Vanguard_Footsoldier', '9385', '103.000', '4.000', '62.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535117', 'Vanguard_Amputator', '9381', '130.000', '-1.000', '14.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535118', 'Vanguard_Bugler', '9383', '148.000', '-6.000', '57.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535119', 'Vanguard_Predator', '9393', '146.000', '-6.000', '25.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535120', 'Vanguard_Predator', '9393', '-6.000', '-3.000', '-34.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535121', 'Vanguard_Vexer', '9398', '5.000', '-3.000', '-33.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535122', 'Vanguard_Neckchopper', '9391', '-98.000', '-2.000', '20.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535123', 'Vanguard_Backstabber', '9382', '-81.000', '2.000', '3.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535124', 'Vanguard_Grappler', '9386', '-61.000', '2.000', '-19.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535125', 'Vanguard_Trooper', '9397', '-45.000', '2.000', '-24.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535126', 'Vanguard_Vexer', '9398', '-106.000', '-6.000', '85.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535127', 'Vanguard_Trooper', '9397', '-122.000', '-6.000', '88.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17535128', 'Warchief_Tombstone', '9400', '-80.000', '-7.000', '-21.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17535129', 'Vanguard_Vexer', '9398', '-162.000', '-2.000', '56.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535130', 'Vanguard_Trooper', '9397', '-209.000', '-2.000', '95.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535131', 'Warchief_Tombstone', '9400', '154.000', '-6.000', '42.000', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17535132', 'Vanguard_Vexer', '9398', '-194.000', '-2.000', '72.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535133', 'Vanguard_Mesmerizer', '9390', '-181.000', '-8.000', '26.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535134', 'Vanguard_Footsoldier', '9385', '-186.000', '-8.000', '30.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17535135', 'Vanguard_Pillager', '9392', '-164.000', '-8.000', '70.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535136', 'Vanguard_Predator', '9393', '-152.000', '-8.000', '69.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17535137', 'Vanguard_Vexer', '9398', '-82.000', '-7.000', '-19.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17535138', 'Vanguard_Trooper', '9397', '-73.000', '-7.000', '-28.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535139', 'Warchief_Tombstone', '9400', '-159.000', '-8.000', '70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17535140', 'Vanguard_Footsoldier', '9385', '2.000', '2.000', '-18.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535141', 'Vanguard_Amputator', '9381', '-5.000', '2.000', '-17.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535142', 'Vanguard_Trooper', '9397', '-5.000', '2.000', '-9.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535143', 'Vanguard_Gutslasher', '9387', '147.000', '-2.000', '106.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535144', 'Vanguard_Footsoldier', '9385', '98.000', '4.000', '52.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17535145', 'Vanguard_Grappler', '9386', '100.000', '4.000', '39.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535146', 'Vanguard_Pillager', '9392', '97.000', '4.000', '30.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535147', 'Vanguard_Trooper', '9397', '96.000', '4.000', '17.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535148', 'Vanguard_Neckchopper', '9391', '98.000', '2.000', '-17.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535149', 'Vanguard_Hawker', '9388', '51.000', '2.000', '-24.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535150', 'Vanguard_s_Hecteyes', '9395', '51.000', '2.000', '-24.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535151', 'Vanguard_Predator', '9393', '16.000', '2.000', '-15.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535152', 'Vanguard_Impaler', '9389', '-64.000', '2.000', '-25.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535153', 'Vanguard_s_Wyvern', '9396', '-64.000', '2.000', '-25.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535154', 'Serjeant_Tombstone', '9379', '-254.000', '-4.000', '100.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535155', 'Serjeant_Tombstone', '9379', '-159.000', '-2.000', '58.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535156', 'Vanguard_Footsoldier', '9385', '-70.000', '2.000', '-44.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535157', 'Vanguard_Grappler', '9386', '-99.000', '2.000', '-14.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535158', 'Vanguard_Pillager', '9392', '-119.000', '-2.000', '19.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535159', 'Vanguard_Trooper', '9397', '-89.000', '-4.000', '47.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535160', 'Vanguard_Neckchopper', '9391', '-93.000', '-6.000', '66.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17535161', 'Vanguard_Hawker', '9388', '-97.000', '-6.000', '76.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17535162', 'Vanguard_s_Hecteyes', '9395', '-97.000', '-6.000', '76.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17535163', 'Vanguard_Predator', '9393', '-110.000', '-6.000', '86.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17535164', 'Vanguard_Impaler', '9389', '-132.000', '-6.000', '82.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535165', 'Vanguard_s_Wyvern', '9396', '-132.000', '-6.000', '82.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535166', 'Serjeant_Tombstone', '9379', '-102.000', '-6.000', '86.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17535167', 'Serjeant_Tombstone', '9379', '-110.000', '-2.000', '27.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17535168', 'Vanguard_Gutslasher', '9387', '-149.000', '-2.000', '65.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535169', 'Vanguard_Gutslasher', '9387', '-163.000', '-2.000', '59.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17535170', 'Vanguard_Footsoldier', '9385', '-193.000', '-2.000', '78.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17535171', 'Vanguard_Pillager', '9392', '-199.000', '-2.000', '78.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17535172', 'Vanguard_Neckchopper', '9391', '-205.000', '-2.000', '96.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535173', 'Vanguard_Hawker', '9388', '-251.000', '-4.000', '95.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17535174', 'Vanguard_s_Hecteyes', '9395', '-251.000', '-4.000', '95.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17535175', 'Vanguard_Backstabber', '9382', '-255.000', '-3.000', '88.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535176', 'Vanguard_Backstabber', '9382', '-272.000', '-3.000', '77.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17535177', 'Vanguard_Grappler', '9386', '-261.000', '-3.000', '117.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17535178', 'Vanguard_Trooper', '9397', '141.000', '-1.000', '59.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535179', 'Vanguard_Impaler', '9389', '143.000', '-1.000', '27.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535180', 'Vanguard_s_Wyvern', '9396', '143.000', '-1.000', '27.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535181', 'Vanguard_Dollmaster', '9384', '101.000', '4.000', '23.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17535182', 'Vanguard_s_Avatar', '9394', '101.000', '4.000', '23.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17535183', 'Vanguard_Amputator', '9381', '85.000', '2.000', '8.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535184', 'Vanguard_Amputator', '9381', '105.000', '1.000', '-32.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535185', 'Vanguard_Mesmerizer', '9390', '74.000', '2.000', '-53.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535186', 'Vanguard_Mesmerizer', '9390', '20.000', '2.000', '-71.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535187', 'Vanguard_Vexer', '9398', '-12.000', '2.000', '-80.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535188', 'Vanguard_Vexer', '9398', '-85.000', '1.000', '-62.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535189', 'Vanguard_Bugler', '9383', '-113.000', '-2.000', '15.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17535190', 'Vanguard_Bugler', '9383', '-177.000', '-1.000', '34.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535191', 'Vanguard_Dollmaster', '9384', '-166.000', '-1.000', '20.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535192', 'Vanguard_s_Avatar', '9394', '-166.000', '-1.000', '20.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535193', 'Serjeant_Tombstone', '9379', '-9.000', '2.000', '-74.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535194', 'Serjeant_Tombstone', '9379', '69.000', '2.000', '-15.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17535195', 'Vanguard_Amputator', '9381', '130.000', '-1.000', '86.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535196', 'Vanguard_Amputator', '9381', '119.000', '-1.000', '76.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17535197', 'Vanguard_Mesmerizer', '9390', '98.000', '4.000', '65.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17535198', 'Vanguard_Mesmerizer', '9390', '108.000', '-1.000', '89.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17535199', 'Vanguard_Vexer', '9398', '133.000', '-2.000', '114.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535200', 'Vanguard_Vexer', '9398', '-33.000', '2.000', '-19.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17535201', 'Vanguard_Bugler', '9383', '-125.000', '-2.000', '20.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17535202', 'Vanguard_Bugler', '9383', '-137.000', '-6.000', '89.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17535203', 'Vanguard_Dollmaster', '9384', '-157.000', '-2.000', '52.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535204', 'Vanguard_s_Avatar', '9394', '-157.000', '-2.000', '52.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535205', 'Serjeant_Tombstone', '9379', '-157.000', '-2.000', '52.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535206', 'Serjeant_Tombstone', '9379', '-157.000', '-2.000', '52.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17535250', 'Serjeant_Tombstone', '9379', '136.688', '-2.000', '105.391', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17535251', 'Serjeant_Tombstone', '9379', '119.913', '0.100', '95.374', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535252', 'Serjeant_Tombstone', '9379', '126.682', '0.100', '88.107', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17535253', 'Serjeant_Tombstone', '9379', '112.427', '0.100', '87.995', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17535254', 'Serjeant_Tombstone', '9379', '119.876', '0.100', '81.210', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17535255', 'Serjeant_Tombstone', '9379', '99.192', '1.000', '105.045', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535256', 'Serjeant_Tombstone', '9379', '104.360', '1.739', '72.454', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535257', 'Serjeant_Tombstone', '9379', '94.124', '4.000', '67.970', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17535258', 'Serjeant_Tombstone', '9379', '93.551', '4.000', '57.181', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535259', 'Serjeant_Tombstone', '9379', '101.437', '4.000', '49.919', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535260', 'Serjeant_Tombstone', '9379', '94.517', '4.000', '38.095', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535261', 'Serjeant_Tombstone', '9379', '101.365', '4.000', '31.923', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535262', 'Serjeant_Tombstone', '9379', '98.076', '4.000', '43.770', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535263', 'Serjeant_Tombstone', '9379', '113.037', '2.000', '13.811', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535264', 'Serjeant_Tombstone', '9379', '125.664', '0.100', '14.071', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535265', 'Serjeant_Tombstone', '9379', '146.385', '0.100', '25.423', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535266', 'Serjeant_Tombstone', '9379', '153.443', '0.100', '41.915', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535267', 'Serjeant_Tombstone', '9379', '144.434', '0.100', '50.906', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17535268', 'Serjeant_Tombstone', '9379', '147.277', '0.100', '53.352', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17535269', 'Serjeant_Tombstone', '9379', '81.960', '2.000', '10.032', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535270', 'Serjeant_Tombstone', '9379', '85.910', '2.000', '6.150', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535271', 'Serjeant_Tombstone', '9379', '89.895', '2.000', '1.904', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535272', 'Serjeant_Tombstone', '9379', '84.160', '-7.400', '-17.395', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535273', 'Serjeant_Tombstone', '9379', '78.887', '-7.400', '-22.825', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535274', 'Serjeant_Tombstone', '9379', '73.609', '-7.400', '-28.174', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535275', 'Serjeant_Tombstone', '9379', '91.528', '2.000', '-19.360', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535276', 'Serjeant_Tombstone', '9379', '83.408', '2.000', '-27.379', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535277', 'Serjeant_Tombstone', '9379', '75.633', '2.000', '-35.393', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535278', 'Serjeant_Tombstone', '9379', '106.661', '1.000', '-42.704', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535279', 'Serjeant_Tombstone', '9379', '102.736', '1.000', '-46.729', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535280', 'Serjeant_Tombstone', '9379', '98.765', '1.000', '-50.868', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535281', 'Serjeant_Tombstone', '9379', '85.317', '1.000', '-69.369', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535282', 'Serjeant_Tombstone', '9379', '55.858', '-8.600', '-30.485', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535283', 'Serjeant_Tombstone', '9379', '40.007', '2.000', '-29.999', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535284', 'Serjeant_Tombstone', '9379', '28.071', '2.000', '-17.941', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535285', 'Serjeant_Tombstone', '9379', '19.138', '2.100', '-2.147', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535286', 'Serjeant_Tombstone', '9379', '25.969', '2.100', '14.172', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535287', 'Serjeant_Tombstone', '9379', '-0.086', '0.627', '12.160', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535288', 'Serjeant_Tombstone', '9379', '3.958', '1.601', '6.318', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535289', 'Serjeant_Tombstone', '9379', '-4.098', '1.595', '6.354', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535290', 'Serjeant_Tombstone', '9379', '-0.075', '2.000', '-3.755', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535291', 'Serjeant_Tombstone', '9379', '-25.969', '2.100', '14.172', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535292', 'Serjeant_Tombstone', '9379', '-19.138', '2.100', '-2.147', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535293', 'Serjeant_Tombstone', '9379', '-28.071', '2.000', '-17.941', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535294', 'Serjeant_Tombstone', '9379', '-40.007', '2.000', '-29.999', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535295', 'Serjeant_Tombstone', '9379', '-14.034', '1.700', '-30.551', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535296', 'Serjeant_Tombstone', '9400', '-11.855', '-3.000', '-34.075', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535297', 'Serjeant_Tombstone', '9379', '-0.078', '1.700', '-25.982', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535298', 'Serjeant_Tombstone', '9400', '0.068', '-3.000', '-32.329', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535299', 'Serjeant_Tombstone', '9379', '14.034', '1.700', '-30.551', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535300', 'Serjeant_Tombstone', '9400', '11.855', '-3.000', '-34.075', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535301', 'Serjeant_Tombstone', '9379', '-10.351', '2.000', '-76.692', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535302', 'Serjeant_Tombstone', '9379', '-6.200', '2.000', '-83.441', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535303', 'Serjeant_Tombstone', '9379', '3.020', '2.000', '-76.773', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535304', 'Serjeant_Tombstone', '9379', '6.916', '2.200', '-87.229', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535305', 'Serjeant_Tombstone', '9379', '16.217', '2.200', '-96.770', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535306', 'Serjeant_Tombstone', '9379', '26.094', '2.200', '-96.770', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535307', 'Serjeant_Tombstone', '9379', '-55.735', '-8.600', '-30.619', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17535308', 'Serjeant_Tombstone', '9379', '-73.609', '-7.400', '-28.174', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535309', 'Serjeant_Tombstone', '9379', '-78.887', '-7.400', '-22.825', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535310', 'Serjeant_Tombstone', '9379', '-84.160', '-7.400', '-17.395', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535311', 'Serjeant_Tombstone', '9379', '-75.633', '2.000', '-35.393', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535312', 'Serjeant_Tombstone', '9379', '-83.408', '2.000', '-27.379', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535313', 'Serjeant_Tombstone', '9379', '-91.528', '2.000', '-19.360', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535314', 'Serjeant_Tombstone', '9379', '-98.765', '1.000', '-50.868', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535315', 'Serjeant_Tombstone', '9379', '-102.736', '1.000', '-46.729', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535316', 'Serjeant_Tombstone', '9379', '-106.661', '1.000', '-42.704', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17535317', 'Serjeant_Tombstone', '9379', '-126.651', '1.000', '-29.291', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535318', 'Serjeant_Tombstone', '9379', '-95.900', '-2.000', '23.701', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535319', 'Serjeant_Tombstone', '9379', '-100.900', '-2.000', '20.701', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535320', 'Serjeant_Tombstone', '9379', '-105.900', '-2.000', '16.701', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535321', 'Serjeant_Tombstone', '9379', '-111.600', '-2.000', '31.857', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17535322', 'Serjeant_Tombstone', '9379', '-114.020', '-2.000', '13.153', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535323', 'Serjeant_Tombstone', '9379', '-124.114', '-2.000', '15.237', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535324', 'Serjeant_Tombstone', '9379', '-144.053', '-2.000', '14.465', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535325', 'Serjeant_Tombstone', '9379', '-161.881', '-1.000', '24.125', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17535326', 'Serjeant_Tombstone', '9379', '-177.702', '-1.000', '28.398', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535327', 'Serjeant_Tombstone', '9379', '-175.075', '-1.500', '36.880', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17535328', 'Serjeant_Tombstone', '9379', '-183.367', '-1.000', '34.208', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535329', 'Serjeant_Tombstone', '9379', '-173.159', '-8.800', '16.215', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535330', 'Serjeant_Tombstone', '9379', '-183.730', '-8.800', '27.698', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535331', 'Serjeant_Tombstone', '9379', '-195.499', '-8.800', '38.713', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535332', 'Serjeant_Tombstone', '9379', '-193.875', '-1.000', '54.937', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535333', 'Serjeant_Tombstone', '9379', '-193.875', '-2.000', '68.196', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535334', 'Serjeant_Tombstone', '9379', '-188.946', '-8.800', '87.053', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17535335', 'Serjeant_Tombstone', '9379', '-201.774', '-2.000', '88.746', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535336', 'Serjeant_Tombstone', '9379', '-213.153', '-2.000', '98.015', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17535337', 'Serjeant_Tombstone', '9379', '-223.966', '-2.000', '98.015', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17535338', 'Serjeant_Tombstone', '9379', '-267.133', '-4.000', '98.228', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535339', 'Serjeant_Tombstone', '9379', '-163.956', '-2.000', '54.866', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535340', 'Serjeant_Tombstone', '9379', '-159.058', '-2.000', '65.685', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535341', 'Serjeant_Tombstone', '9379', '-152.404', '-2.000', '54.866', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535342', 'Serjeant_Tombstone', '9379', '-131.804', '-4.000', '68.627', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535343', 'Serjeant_Tombstone', '9379', '-139.782', '-6.000', '90.329', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535344', 'Serjeant_Tombstone', '9379', '-122.706', '-6.000', '85.879', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535345', 'Serjeant_Tombstone', '9379', '-137.122', '-10.800', '64.746', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535346', 'Serjeant_Tombstone', '9379', '-105.611', '-6.000', '85.224', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535347', 'Serjeant_Tombstone', '9379', '-93.840', '-6.000', '72.156', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535348', 'Serjeant_Tombstone', '9379', '-89.938', '-4.000', '51.306', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535349', 'Serjeant_Tombstone', '9379', '-93.582', '-4.000', '42.906', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17535350', 'Serjeant_Tombstone', '9379', '-3.041', '-1.190', '35.001', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535351', 'Serjeant_Tombstone', '9379', '3.041', '-1.190', '35.001', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535352', 'Serjeant_Tombstone', '9379', '-24.031', '0.100', '36.070', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535353', 'Serjeant_Tombstone', '9379', '-15.950', '0.100', '36.070', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535354', 'Serjeant_Tombstone', '9379', '24.031', '0.100', '36.070', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535355', 'Serjeant_Tombstone', '9379', '15.950', '0.100', '36.070', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535356', 'Serjeant_Tombstone', '9379', '-38.080', '0.100', '28.045', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535357', 'Serjeant_Tombstone', '9379', '-38.080', '0.100', '16.084', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17535358', 'Serjeant_Tombstone', '9379', '38.080', '0.100', '28.045', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535359', 'Serjeant_Tombstone', '9379', '38.080', '0.100', '16.084', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535360', 'Serjeant_Tombstone', '9379', '0.061', '-3.000', '-31.935', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535361', 'Serjeant_Tombstone', '9379', '-156.147', '-2.000', '58.214', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535362', 'Serjeant_Tombstone', '9379', '-163.962', '-2.000', '58.214', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535363', 'Serjeant_Tombstone', '9379', '-196.889', '-8.801', '91.419', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17535364', 'Serjeant_Tombstone', '9379', '-198.425', '-1.000', '40.948', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535365', 'Serjeant_Tombstone', '9379', '-171.219', '-1.000', '11.529', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535366', 'Serjeant_Tombstone', '9379', '-105.429', '2.000', '-7.109', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17535367', 'Serjeant_Tombstone', '9379', '-124.838', '1.000', '-27.548', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17535368', 'Serjeant_Tombstone', '9379', '-83.118', '1.000', '-68.873', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17535369', 'Serjeant_Tombstone', '9379', '-63.351', '2.000', '-48.860', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17535370', 'Serjeant_Tombstone', '9379', '29.013', '2.200', '-90.241', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535371', 'Serjeant_Tombstone', '9379', '29.013', '2.200', '-95.279', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535372', 'Serjeant_Tombstone', '9379', '63.351', '2.000', '-48.860', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535373', 'Serjeant_Tombstone', '9379', '83.118', '1.000', '-68.873', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17535374', 'Serjeant_Tombstone', '9379', '124.838', '1.000', '-27.548', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17535375', 'Serjeant_Tombstone', '9379', '105.429', '2.000', '-7.109', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17535376', 'Serjeant_Tombstone', '9379', '76.743', '2.000', '2.838', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535377', 'Serjeant_Tombstone', '9379', '103.993', '4.000', '25.963', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535378', 'Serjeant_Tombstone', '9379', '103.993', '4.000', '40.856', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17535379', 'Serjeant_Tombstone', '9379', '91.726', '3.800', '48.005', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17535380', 'Serjeant_Tombstone', '9379', '132.813', '0.100', '9.676', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17535381', 'Serjeant_Tombstone', '9379', '130.742', '-1.000', '105.412', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17535382', 'Serjeant_Tombstone', '9379', '137.398', '-1.000', '98.619', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17535383', 'Serjeant_Tombstone', '9379', '112.427', '0.100', '87.995', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17535384', 'Serjeant_Tombstone', '9379', '119.876', '0.100', '81.210', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17535385', 'Serjeant_Tombstone', '9379', '-208.518', '-2.000', '95.513', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535386', 'Serjeant_Tombstone', '9379', '-200.056', '-2.000', '86.224', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17535387', 'Serjeant_Tombstone', '9379', '-17.986', '2.000', '-11.770', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535388', 'Serjeant_Tombstone', '9379', '-5.973', '2.000', '-11.770', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535389', 'Serjeant_Tombstone', '9379', '17.986', '2.000', '-11.770', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17535390', 'Serjeant_Tombstone', '9379', '5.973', '2.000', '-11.770', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539073', 'Gu_Dha_Effigy', '9407', '-16.032', '-1.001', '-126.959', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539074', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539075', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539076', 'Vanguard_Beasttender', '9410', '41.000', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539077', 'Vanguard_s_Scorpion', '9422', '41.500', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539078', 'Vanguard_Thaumaturge', '9424', '7.000', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539079', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539080', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539081', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539082', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539083', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539084', 'Vanguard_Constable', '9411', '-10.000', '0.100', '-73.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17539085', 'Vanguard_Thaumaturge', '9424', '81.000', '0.100', '-72.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539086', 'Vanguard_Hatamoto', '9414', '62.000', '0.100', '-68.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539087', 'Vanguard_Kusa', '9415', '79.000', '0.100', '-72.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539088', 'Vanguard_Drakekeeper', '9413', '37.000', '0.100', '-41.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539089', 'Vanguard_s_Wyvern', '9423', '37.000', '0.100', '-41.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539090', 'Vanguard_Vindicator', '9427', '62.000', '0.100', '-79.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539091', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539092', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539093', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539094', 'Vanguard_Minstrel', '9418', '64.000', '0.100', '-68.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539095', 'Vanguard_Mason', '9416', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539096', 'Vanguard_Hatamoto', '9414', '18.000', '0.100', '-72.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17539097', 'Vanguard_Kusa', '9415', '10.000', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539098', 'Vanguard_Undertaker', '9425', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539099', 'Vanguard_s_Avatar', '9421', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539100', 'Vanguard_Protector', '9419', '64.000', '0.100', '-79.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539101', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539102', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539103', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539104', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539105', 'Vanguard_Drakekeeper', '9413', '0.500', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539106', 'Vanguard_s_Wyvern', '9423', '0.800', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539107', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539108', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539109', 'Vanguard_Minstrel', '9418', '39.000', '0.100', '-41.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539110', 'Vanguard_Beasttender', '9410', '39.000', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539111', 'Vanguard_s_Scorpion', '9422', '39.500', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539112', 'Vanguard_Drakekeeper', '9413', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539113', 'Vanguard_s_Wyvern', '9423', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539114', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539115', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539116', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539117', 'Vanguard_Mason', '9416', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539118', 'Adamantking_Effigy', '9403', '-21.294', '-1.001', '-122.276', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539119', 'Adamantking_Effigy', '9403', '-37.627', '0.100', '-56.767', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539120', 'Adamantking_Effigy', '9403', '-64.729', '0.100', '38.325', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539121', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539122', 'Vanguard_Minstrel', '9418', '20.000', '0.100', '-72.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17539123', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539124', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539125', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539126', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539127', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539128', 'Vanguard_Minstrel', '9418', '17.000', '0.100', '-92.000', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17539129', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539130', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539131', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539132', 'Vanguard_Mason', '9416', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539133', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539134', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539135', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539136', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539137', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539138', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539139', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539140', 'Vanguard_Vigilante', '9426', '-18.000', '0.100', '-71.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17539141', 'Vanguard_Thaumaturge', '9424', '-20.000', '0.100', '-71.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17539142', 'Adamantking_Image', '9402', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539143', 'Gu_Nhi_Noondozer', '9408', '71.414', '7.000', '-34.489', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539144', 'Vanguard_s_Avatar', '9421', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539145', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539146', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539147', 'Ze_Vho_Fallsplitter', '9428', '-186.984', '-8.527', '-21.746', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539148', 'Adamantking_Image', '9402', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539149', 'Adamantking_Image', '9402', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539150', 'Vanguard_Hatamoto', '9414', '15.000', '0.100', '-92.000', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17539151', 'Vanguard_Kusa', '9415', '-8.000', '0.100', '-73.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17539152', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539153', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539154', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539155', 'Vanguard_Mason', '9416', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539156', 'Vanguard_Kusa', '9415', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539157', 'Vanguard_Purloiner', '9420', '43.000', '0.100', '-54.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539158', 'Vanguard_Vindicator', '9427', '41.000', '0.100', '-54.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539159', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539160', 'Vanguard_Mason', '9416', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539161', 'Adamantking_Effigy', '9403', '-64.729', '0.100', '38.325', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539162', 'Adamantking_Effigy', '9403', '90.687', '7.000', '-4.318', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539163', 'Adamantking_Effigy', '9403', '-64.729', '0.100', '38.325', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539164', 'Vanguard_Drakekeeper', '9413', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539165', 'Vanguard_s_Wyvern', '9423', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539166', 'Vanguard_Undertaker', '9425', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539167', 'Vanguard_s_Avatar', '9421', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539168', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539169', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539170', 'Vanguard_Mason', '9416', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539171', 'Adamantking_Effigy', '9403', '-21.294', '-1.001', '-122.276', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539172', 'Adamantking_Effigy', '9403', '19.000', '0.100', '-72.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17539173', 'Adamantking_Effigy', '9403', '16.000', '0.100', '-92.000', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17539174', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539175', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539176', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539177', 'Vanguard_Beasttender', '9410', '46.000', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539178', 'Vanguard_s_Scorpion', '9422', '46.500', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539179', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539180', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539181', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539182', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539183', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539184', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539185', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539186', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539187', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539188', 'Gi_Pha_Manameister', '9406', '71.414', '7.000', '-34.489', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539189', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539190', 'Ko_Dho_Cannonball', '9409', '-102.901', '12.000', '75.354', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539191', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539192', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539193', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539194', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539195', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539196', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539197', 'Vanguard_Beasttender', '9410', '48.000', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539198', 'Vanguard_s_Scorpion', '9422', '48.500', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539199', 'Vanguard_Drakekeeper', '9413', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539200', 'Vanguard_s_Wyvern', '9423', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539201', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539202', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539203', 'Vanguard_Minstrel', '9418', '1.100', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539204', 'Vanguard_Hatamoto', '9414', '-1.100', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539205', 'Vanguard_Minstrel', '9418', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539206', 'Vanguard_Mason', '9416', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539207', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539208', 'Vanguard_Kusa', '9415', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539209', 'Vanguard_Undertaker', '9425', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539210', 'Vanguard_s_Avatar', '9421', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539211', 'Vanguard_Undertaker', '9425', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539212', 'Vanguard_s_Avatar', '9421', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539213', 'Vanguard_Beasttender', '9410', '29.000', '0.100', '-92.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539214', 'Vanguard_s_Scorpion', '9422', '29.000', '0.100', '-92.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539215', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539216', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539217', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539218', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539219', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539220', 'Vanguard_Kusa', '9415', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539221', 'Vanguard_Kusa', '9415', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539222', 'Vanguard_Undertaker', '9425', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539223', 'Vanguard_s_Avatar', '9421', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539224', 'Vanguard_Minstrel', '9418', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539225', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539226', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539227', 'Adamantking_Effigy', '9403', '9.000', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539228', 'Adamantking_Effigy', '9403', '0.100', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539229', 'Adamantking_Effigy', '9403', '30.000', '0.100', '-92.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539230', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539231', 'Vanguard_Kusa', '9415', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539232', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539233', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539234', 'Adamantking_Effigy', '9403', '-9.000', '0.100', '-73.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17539235', 'Adamantking_Effigy', '9403', '-19.000', '0.100', '-71.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17539236', 'Adamantking_Effigy', '9403', '-33.522', '0.100', '-80.036', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17539237', 'Vanguard_Beasttender', '9410', '31.000', '0.100', '-92.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539238', 'Vanguard_s_Scorpion', '9422', '31.000', '0.100', '-92.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539239', 'Vanguard_Drakekeeper', '9413', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539240', 'Vanguard_s_Wyvern', '9423', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539241', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539242', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539243', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539244', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539245', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539246', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539247', 'Vanguard_Beasttender', '9410', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539248', 'Vanguard_s_Scorpion', '9422', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539249', 'Vanguard_Drakekeeper', '9413', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539250', 'Vanguard_s_Wyvern', '9423', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539251', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539252', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539253', 'Adamantking_Image', '9402', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539254', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539255', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539256', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539257', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539258', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539259', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539260', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539261', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539262', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539263', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539264', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539265', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539266', 'Adamantking_Effigy', '9403', '-37.627', '0.100', '-56.767', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17539267', 'Adamantking_Effigy', '9403', '-37.627', '0.100', '-37.326', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17539268', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539269', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539270', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539271', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539272', 'Vanguard_Undertaker', '9425', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539273', 'Vanguard_s_Avatar', '9421', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539274', 'Adamantking_Effigy', '9403', '-26.426', '0.100', '-25.160', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17539275', 'Adamantking_Effigy', '9403', '-44.800', '0.100', '-20.042', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17539276', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539277', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539278', 'Vanguard_Defender', '9412', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539279', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539280', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539281', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539282', 'Vanguard_Kusa', '9415', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539283', 'Vanguard_Minstrel', '9418', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539284', 'Vanguard_Beasttender', '9410', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539285', 'Vanguard_s_Scorpion', '9422', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539286', 'Adamantking_Effigy', '9403', '-43.961', '0.100', '-2.568', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17539287', 'Adamantking_Effigy', '9403', '-43.961', '0.100', '4.788', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17539288', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539289', 'Vanguard_Kusa', '9415', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539290', 'Vanguard_Minstrel', '9418', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539291', 'Vanguard_Drakekeeper', '9413', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539292', 'Vanguard_s_Wyvern', '9423', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539293', 'Adamantking_Effigy', '9403', '-40.612', '-3.493', '11.618', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17539294', 'Adamantking_Effigy', '9403', '-53.001', '0.100', '38.570', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17539295', 'Vanguard_Hatamoto', '9414', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539296', 'Vanguard_Minstrel', '9418', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539297', 'Vanguard_Purloiner', '9420', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539298', 'Vanguard_Thaumaturge', '9424', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539299', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539300', 'Vanguard_Vindicator', '9427', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539301', 'Vanguard_Militant', '9417', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539302', 'Vanguard_Vigilante', '9426', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539303', 'Vanguard_Protector', '9419', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539304', 'Vanguard_Constable', '9411', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539305', 'Vanguard_Minstrel', '9418', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539306', 'Adamantking_Image', '9402', '-215.000', '0.100', '58.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17539307', 'Zo_Pha_Forgesoul', '0', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539308', 'Ra_Gho_Darkfount', '0', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539309', 'Ra_Gho_s_Avatar', '0', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539310', 'Va_Zhe_Pummelsong', '0', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539311', 'Bu_Bho_Truesteel', '0', '395.000', '0.100', '342.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539350', 'Adamantking_Effigy', '9403', '80.000', '0.100', '-72.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539351', 'Adamantking_Effigy', '9403', '63.000', '0.100', '-68.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539352', 'Adamantking_Effigy', '9403', '63.000', '0.100', '-79.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539353', 'Adamantking_Effigy', '9403', '42.000', '0.100', '-54.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539354', 'Adamantking_Effigy', '9403', '38.000', '0.100', '-41.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539355', 'Adamantking_Effigy', '9403', '40.000', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539356', 'Adamantking_Effigy', '9403', '47.000', '0.100', '-90.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539357', 'Adamantking_Effigy', '9403', '30.000', '0.100', '-92.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17539358', 'Adamantking_Effigy', '9403', '19.000', '0.100', '-72.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17539359', 'Adamantking_Effigy', '9403', '16.000', '0.100', '-92.000', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17539360', 'Adamantking_Effigy', '9403', '9.000', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539361', 'Adamantking_Effigy', '9403', '0.100', '0.100', '-74.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17539362', 'Adamantking_Effigy', '9403', '-9.000', '0.100', '-73.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17539363', 'Adamantking_Effigy', '9403', '-19.000', '0.100', '-71.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17539364', 'Adamantking_Effigy', '9403', '16.742', '-3.000', '-50.091', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17539365', 'Adamantking_Effigy', '9403', '8.515', '-3.000', '-51.904', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17539366', 'Adamantking_Effigy', '9403', '-0.013', '-3.000', '-52.621', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17539367', 'Adamantking_Effigy', '9403', '-8.220', '-3.000', '-51.746', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17539368', 'Adamantking_Effigy', '9403', '-15.944', '-3.000', '-49.777', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17539369', 'Adamantking_Effigy', '9403', '-33.522', '0.100', '-80.036', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17539370', 'Adamantking_Effigy', '9403', '-26.634', '-1.001', '-108.440', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539371', 'Adamantking_Effigy', '9403', '-16.294', '-1.001', '-115.393', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539372', 'Adamantking_Effigy', '9403', '-26.634', '-1.001', '-115.393', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539373', 'Adamantking_Effigy', '9403', '-5.827', '-1.001', '-122.276', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539374', 'Adamantking_Effigy', '9403', '-16.294', '-1.001', '-122.276', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539375', 'Adamantking_Effigy', '9403', '-26.634', '-1.001', '-122.276', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539376', 'Adamantking_Effigy', '9403', '-37.627', '0.100', '-56.767', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17539377', 'Adamantking_Effigy', '9403', '-37.627', '0.100', '-37.326', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17539378', 'Adamantking_Effigy', '9403', '-26.426', '0.100', '-25.160', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17539379', 'Adamantking_Effigy', '9403', '-44.800', '0.100', '-20.042', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17539380', 'Adamantking_Effigy', '9403', '-1.262', '0.100', '-24.863', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17539381', 'Adamantking_Effigy', '9403', '-4.799', '0.100', '-19.634', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539382', 'Adamantking_Effigy', '9403', '30.215', '0.100', '-25.692', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539383', 'Adamantking_Effigy', '9403', '-43.961', '0.100', '-2.568', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17539384', 'Adamantking_Effigy', '9403', '-43.961', '0.100', '4.788', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17539385', 'Adamantking_Effigy', '9403', '-40.612', '-3.493', '11.618', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17539386', 'Adamantking_Effigy', '9403', '-53.001', '0.100', '38.570', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17539387', 'Adamantking_Effigy', '9403', '-64.729', '0.100', '38.325', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539388', 'Adamantking_Effigy', '9403', '-15.686', '7.000', '31.901', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539389', 'Adamantking_Effigy', '9403', '-15.686', '7.000', '28.285', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539390', 'Adamantking_Effigy', '9403', '2.372', '7.000', '12.613', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539391', 'Adamantking_Effigy', '9403', '2.242', '7.000', '-7.880', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17539392', 'Adamantking_Effigy', '9403', '21.475', '7.000', '0.743', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539393', 'Adamantking_Effigy', '9403', '21.475', '7.000', '-4.066', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539394', 'Adamantking_Effigy', '9403', '31.200', '7.000', '8.167', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539395', 'Adamantking_Effigy', '9403', '31.477', '0.100', '24.376', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539396', 'Adamantking_Effigy', '9403', '72.666', '7.000', '2.452', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539397', 'Adamantking_Effigy', '9403', '82.185', '7.000', '2.838', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539398', 'Adamantking_Effigy', '9403', '90.687', '7.000', '-4.318', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539399', 'Adamantking_Effigy', '9403', '71.414', '7.000', '-34.489', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539400', 'Adamantking_Effigy', '9403', '78.414', '7.000', '-34.489', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539401', 'Adamantking_Effigy', '9403', '64.414', '7.000', '-34.489', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539402', 'Adamantking_Effigy', '9403', '-73.720', '0.100', '5.067', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539403', 'Adamantking_Effigy', '9403', '-73.720', '0.100', '-0.067', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539404', 'Adamantking_Effigy', '9403', '-73.720', '0.100', '-5.067', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539405', 'Adamantking_Effigy', '9403', '-88.095', '0.100', '5.067', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539406', 'Adamantking_Effigy', '9403', '-88.095', '0.100', '-0.067', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539407', 'Adamantking_Effigy', '9403', '-88.095', '0.100', '-5.067', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539408', 'Adamantking_Effigy', '9403', '-109.673', '0.100', '-11.081', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17539409', 'Adamantking_Effigy', '9403', '-96.758', '8.000', '41.372', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539410', 'Adamantking_Effigy', '9403', '-102.447', '8.000', '51.057', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539411', 'Adamantking_Effigy', '9403', '-107.964', '12.000', '67.738', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539412', 'Adamantking_Effigy', '9403', '-98.207', '12.000', '67.738', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539413', 'Adamantking_Effigy', '9403', '-103.901', '12.000', '75.354', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539414', 'Adamantking_Effigy', '9403', '-107.813', '0.100', '-35.067', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539415', 'Adamantking_Effigy', '9403', '-101.693', '-8.000', '-59.783', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539416', 'Adamantking_Effigy', '9403', '-51.157', '-8.000', '-54.751', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539417', 'Adamantking_Effigy', '9403', '-51.157', '-8.000', '-62.671', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539418', 'Adamantking_Effigy', '9403', '-61.375', '-8.326', '-77.963', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17539419', 'Adamantking_Effigy', '9403', '-126.877', '-0.503', '-1.482', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539420', 'Adamantking_Effigy', '9403', '-131.574', '-0.503', '-1.482', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539421', 'Adamantking_Effigy', '9403', '-135.340', '0.100', '-28.985', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17539422', 'Adamantking_Effigy', '9403', '-127.116', '0.100', '-36.239', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539423', 'Adamantking_Effigy', '9403', '-119.221', '0.100', '-37.095', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539424', 'Adamantking_Effigy', '9403', '-125.663', '0.100', '-63.316', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539425', 'Adamantking_Effigy', '9403', '-121.518', '-3.493', '-74.536', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539426', 'Adamantking_Effigy', '9403', '-137.012', '-11.917', '28.544', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539427', 'Adamantking_Effigy', '9403', '-146.968', '0.100', '2.770', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539428', 'Adamantking_Effigy', '9403', '-153.321', '0.100', '-0.427', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539429', 'Adamantking_Effigy', '9403', '-165.745', '-3.493', '-0.417', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17539430', 'Adamantking_Effigy', '9403', '-158.790', '0.100', '-16.950', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17539431', 'Adamantking_Effigy', '9403', '-153.024', '0.100', '-31.128', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539432', 'Adamantking_Effigy', '9403', '-153.453', '0.100', '-41.707', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539433', 'Adamantking_Effigy', '9403', '-182.264', '-8.527', '-27.226', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539434', 'Adamantking_Effigy', '9403', '-186.984', '-8.527', '-21.746', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539435', 'Adamantking_Effigy', '9403', '-186.984', '-8.617', '-15.014', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539436', 'Adamantking_Effigy', '9403', '-29.770', '0.100', '22.304', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539437', 'Adamantking_Effigy', '9403', '-13.889', '0.100', '29.555', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539438', 'Adamantking_Effigy', '9403', '-0.850', '0.100', '37.738', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539439', 'Adamantking_Effigy', '9403', '8.737', '0.100', '24.564', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539440', 'Adamantking_Effigy', '9403', '2.153', '0.100', '9.722', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539441', 'Adamantking_Effigy', '9403', '9.009', '0.100', '-0.958', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539442', 'Adamantking_Effigy', '9403', '9.009', '0.100', '-15.261', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539443', 'Adamantking_Effigy', '9403', '16.576', '0.100', '7.992', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539444', 'Adamantking_Effigy', '9403', '37.086', '0.100', '7.992', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539445', 'Adamantking_Effigy', '9403', '36.552', '0.100', '18.912', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539446', 'Adamantking_Effigy', '9403', '54.062', '0.100', '7.992', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539447', 'Adamantking_Effigy', '9403', '60.116', '0.100', '-1.510', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17539448', 'Adamantking_Effigy', '9403', '53.258', '0.100', '-13.116', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17539449', 'Adamantking_Effigy', '9403', '61.273', '0.100', '-20.293', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17539450', 'Adamantking_Effigy', '9403', '70.144', '0.100', '10.093', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539451', 'Adamantking_Effigy', '9403', '86.028', '0.100', '10.093', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17539452', 'Adamantking_Effigy', '9403', '-32.925', '-1.001', '-125.035', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539453', 'Adamantking_Effigy', '9403', '-18.015', '-3.000', '-57.577', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17539454', 'Adamantking_Effigy', '9403', '-9.105', '-3.000', '-60.061', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17539455', 'Adamantking_Effigy', '9403', '-0.005', '-3.000', '-61.163', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539456', 'Adamantking_Effigy', '9403', '9.118', '-3.000', '-60.061', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17539457', 'Adamantking_Effigy', '9403', '18.210', '-3.000', '-57.577', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17539458', 'Adamantking_Effigy', '9403', '17.969', '0.100', '-95.147', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539459', 'Adamantking_Effigy', '9403', '17.969', '0.100', '-108.054', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539460', 'Adamantking_Effigy', '9403', '17.969', '0.100', '-122.116', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539461', 'Adamantking_Effigy', '9403', '10.969', '0.100', '-122.116', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539462', 'Adamantking_Effigy', '9403', '32.588', '0.100', '-64.799', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539463', 'Adamantking_Effigy', '9403', '41.227', '0.100', '-58.170', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539464', 'Adamantking_Effigy', '9403', '61.546', '0.100', '-64.799', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539465', 'Adamantking_Effigy', '9403', '72.279', '0.100', '-64.799', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539466', 'Adamantking_Effigy', '9403', '80.239', '0.100', '-64.799', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539467', 'Adamantking_Effigy', '9403', '60.884', '0.100', '-89.686', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539468', 'Adamantking_Effigy', '9403', '66.785', '0.100', '-87.552', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539469', 'Adamantking_Effigy', '9403', '79.696', '0.100', '-82.015', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539470', 'Adamantking_Effigy', '9403', '90.606', '0.623', '-72.265', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539471', 'Adamantking_Effigy', '9403', '90.680', '0.994', '-55.919', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539472', 'Adamantking_Effigy', '9403', '90.680', '0.994', '-87.822', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539473', 'Adamantking_Effigy', '9403', '100.150', '0.994', '-53.841', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539474', 'Adamantking_Effigy', '9403', '100.150', '0.994', '-89.889', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539475', 'Adamantking_Effigy', '9403', '108.048', '0.994', '-53.841', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17539476', 'Adamantking_Effigy', '9403', '108.048', '0.994', '-89.889', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17539477', 'Adamantking_Effigy', '9403', '100.944', '0.994', '-64.925', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539478', 'Adamantking_Effigy', '9403', '100.944', '0.994', '-78.505', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17539479', 'Adamantking_Effigy', '9403', '117.986', '0.994', '-56.536', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539480', 'Adamantking_Effigy', '9403', '117.986', '0.994', '-87.082', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539481', 'Adamantking_Effigy', '9403', '117.986', '0.994', '-66.305', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539482', 'Adamantking_Effigy', '9403', '117.986', '0.994', '-78.241', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17539483', 'Adamantking_Effigy', '9403', '117.986', '0.994', '-72.221', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543169', 'Tzee_Xicu_Idol', '9436', '44.340', '-2.500', '-62.903', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543170', 'Maa_Febi_the_Steadfast', '9433', '44.340', '-2.500', '-62.903', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543171', 'Muu_Febi_the_Steadfast', '9435', '44.340', '-2.500', '-62.903', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543172', 'Vanguard_Skirmisher', '9429', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543173', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543174', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543175', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543176', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543177', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543178', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543179', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543180', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543181', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543182', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543183', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543184', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543185', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543186', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543187', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543188', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543189', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543190', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543191', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543192', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543193', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543194', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543195', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543196', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543197', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543198', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543199', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543200', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543201', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543202', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543203', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543204', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543205', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543206', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543207', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543208', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543209', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543210', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543211', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543212', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543213', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543214', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543215', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543216', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543217', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543218', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543219', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543220', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543221', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543222', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543223', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543224', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543225', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543226', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543227', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543228', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543229', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543230', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543231', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543232', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543233', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543234', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543235', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543236', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543237', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543238', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543239', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543240', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543241', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543242', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543243', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543244', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543245', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543246', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543247', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543248', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543249', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543250', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543251', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543252', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543253', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543254', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543255', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543256', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543257', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543258', 'Avatar_Idol', '9430', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543259', 'Avatar_Idol', '9430', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543260', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543261', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543262', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543263', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543264', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543265', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543266', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543267', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543268', 'Avatar_Icon', '9429', '69.775', '-2.500', '-79.669', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543269', 'Avatar_Icon', '9429', '69.783', '-2.500', '-83.391', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543270', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543271', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543272', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543273', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543274', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543275', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543276', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543277', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543278', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543279', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543280', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543281', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543282', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543283', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543284', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543285', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543286', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543287', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543288', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543289', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543290', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543291', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543292', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543293', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543294', 'Haa_Pevi_the_Stentorian', '9431', '-24.873', '-13.000', '258.246', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543295', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543296', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543297', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543298', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543299', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543300', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543301', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543302', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543303', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543304', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543305', 'Avatar_Icon', '9429', '65.160', '-2.500', '-64.518', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543306', 'Avatar_Icon', '9429', '32.764', '-10.000', '11.753', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543307', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543308', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543309', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543310', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543311', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543312', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543313', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543314', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543315', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543316', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543317', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543318', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543319', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543320', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543321', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543322', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543323', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543324', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543325', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543326', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543327', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543328', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543329', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543330', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543331', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543332', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543333', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543334', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543335', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543336', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543337', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543338', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543339', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543340', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543341', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543342', 'Avatar_Idol', '9430', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543343', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543344', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543345', 'Loo_Hepe_the_Eyepiercer', '9432', '-0.070', '-16.750', '129.980', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543346', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543347', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543348', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543349', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543350', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543351', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543352', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543353', 'Avatar_Icon', '9429', '49.945', '-10.000', '19.538', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543354', 'Avatar_Icon', '9429', '46.486', '-9.857', '22.679', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543355', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543356', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543357', 'Wuu_Qoho_the_Razorclaw', '9455', '120.041', '-11.500', '151.849', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543358', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543359', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543360', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543361', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543362', 'Avatar_Icon', '9429', '67.321', '-9.481', '40.699', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543363', 'Avatar_Icon', '9429', '64.803', '-8.615', '47.109', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543364', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543365', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543366', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543367', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543368', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543369', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543370', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543371', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543372', 'Avatar_Idol', '9430', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543373', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543374', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543375', 'Xoo_Kaza_the_Solemn', '9456', '-97.159', '-18.000', '194.119', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543376', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543377', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543378', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543379', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543380', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543381', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543382', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543383', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543384', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543385', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543386', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543387', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543388', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543389', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543390', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543391', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543392', 'Avatar_Icon', '9429', '85.336', '-5.004', '53.503', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543393', 'Avatar_Icon', '9429', '79.112', '-2.500', '98.806', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543394', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543395', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543396', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543397', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543398', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543399', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543400', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543401', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543402', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543403', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543404', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543405', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543406', 'Vanguard_Ogresoother', '9442', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543407', 'Vanguard_s_Crow', '9452', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543408', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543409', 'Avatar_Icon', '9429', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543410', 'Avatar_Icon', '9429', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543411', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543412', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543413', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543414', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543415', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543416', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543417', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543418', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543419', 'Avatar_Icon', '9429', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543420', 'Avatar_Icon', '9429', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543421', 'Avatar_Icon', '9429', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543422', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543423', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543424', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543425', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543426', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543427', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543428', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543429', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543430', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543431', 'Vanguard_Partisan', '9444', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543432', 'Vanguard_s_Wyvern', '9453', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543433', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543434', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543435', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543436', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543437', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543438', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543439', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543440', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543441', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543442', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543443', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543444', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543445', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543446', 'Avatar_Idol', '9430', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543447', 'Vanguard_Skirmisher', '9450', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543448', 'Vanguard_Sentinel', '9449', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543449', 'Vanguard_Priest', '9447', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543450', 'Vanguard_Prelate', '9446', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543451', 'Vanguard_Visionary', '9454', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543452', 'Vanguard_Liberator', '9441', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543453', 'Vanguard_Exemplar', '9439', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543454', 'Vanguard_Inciter', '9440', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543455', 'Vanguard_Chanter', '9438', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543456', 'Vanguard_Salvager', '9448', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543457', 'Vanguard_Persecutor', '9445', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543458', 'Vanguard_Assassin', '9437', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543459', 'Vanguard_Oracle', '9443', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543460', 'Vanguard_s_Avatar', '9451', '0.100', '-16.000', '167.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17543461', 'Avatar_Icon', '9429', '-187.639', '-1.046', '-118.963', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543462', 'Avatar_Icon', '9429', '-161.145', '-1.227', '-122.154', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17543463', 'Avatar_Icon', '9429', '-158.535', '-1.162', '-118.347', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17543490', 'Avatar_Icon', '9429', '-144.618', '-1.982', '-139.346', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17543491', 'Avatar_Icon', '9429', '-136.794', '-2.823', '-138.889', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543492', 'Avatar_Icon', '9429', '-126.172', '-2.590', '-142.082', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543493', 'Avatar_Icon', '9429', '-108.605', '-2.549', '-134.611', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17543494', 'Avatar_Icon', '9434', '-79.651', '-2.500', '-118.350', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17543495', 'Avatar_Icon', '9429', '-52.504', '-2.500', '-111.144', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17543496', 'Avatar_Icon', '9429', '-38.032', '-2.500', '-85.584', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17543497', 'Avatar_Icon', '9429', '-23.906', '-2.500', '-61.261', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17543498', 'Avatar_Icon', '9429', '-3.274', '-4.019', '-64.248', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17543499', 'Avatar_Icon', '9429', '0.370', '-5.944', '-37.463', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543500', 'Avatar_Icon', '9429', '-0.461', '-6.674', '-31.350', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543501', 'Avatar_Icon', '9429', '3.824', '-6.994', '-31.350', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543502', 'Avatar_Icon', '9429', '21.205', '-2.812', '-50.742', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543503', 'Avatar_Icon', '9429', '36.275', '-2.500', '-58.587', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543504', 'Avatar_Icon', '9429', '44.125', '-2.500', '-59.244', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543505', 'Avatar_Icon', '9429', '52.323', '-2.500', '-58.587', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543506', 'Avatar_Icon', '9429', '40.207', '-1.453', '-78.510', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17543507', 'Avatar_Icon', '9429', '83.963', '-2.500', '-96.033', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17543508', 'Avatar_Icon', '9429', '90.652', '-2.727', '-148.551', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17543509', 'Avatar_Icon', '9429', '65.185', '-7.500', '-57.768', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17543510', 'Avatar_Icon', '9429', '42.378', '-7.500', '-51.584', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17543511', 'Avatar_Icon', '9429', '30.451', '-6.572', '-39.108', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543512', 'Avatar_Icon', '9429', '-8.801', '-9.033', '-17.102', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17543513', 'Avatar_Icon', '9429', '9.895', '-9.313', '-14.138', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17543514', 'Avatar_Icon', '9429', '27.652', '-10.000', '8.739', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543515', 'Avatar_Icon', '9429', '46.422', '-9.835', '28.752', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17543516', 'Avatar_Icon', '9429', '49.930', '-9.942', '41.450', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17543517', 'Avatar_Icon', '9429', '64.334', '-9.874', '26.454', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543518', 'Avatar_Icon', '9429', '86.974', '-2.500', '85.454', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543519', 'Avatar_Icon', '9429', '101.048', '-2.500', '109.966', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543520', 'Avatar_Icon', '9429', '102.260', '-2.560', '120.680', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543521', 'Avatar_Icon', '9429', '110.463', '-8.000', '113.824', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543522', 'Avatar_Icon', '9429', '120.041', '-11.500', '151.849', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543523', 'Avatar_Icon', '9429', '120.041', '-11.500', '148.919', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543524', 'Avatar_Icon', '9429', '120.041', '-11.500', '155.017', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543525', 'Avatar_Icon', '9429', '118.004', '-11.500', '151.849', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543526', 'Avatar_Icon', '9429', '99.246', '-8.784', '152.172', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17543527', 'Avatar_Icon', '9429', '102.710', '-10.386', '137.261', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17543528', 'Avatar_Icon', '9429', '106.473', '-10.270', '173.311', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543529', 'Avatar_Icon', '9429', '92.322', '-7.608', '188.556', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17543530', 'Avatar_Icon', '9429', '99.466', '-7.500', '187.188', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17543531', 'Avatar_Icon', '9429', '91.105', '-7.500', '195.459', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17543532', 'Avatar_Icon', '9429', '95.517', '-8.026', '191.536', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17543533', 'Avatar_Icon', '9429', '117.729', '-12.500', '201.286', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17543534', 'Avatar_Icon', '9429', '-87.922', '-2.500', '40.738', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17543535', 'Avatar_Icon', '9429', '-74.119', '-2.500', '26.479', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543536', 'Avatar_Icon', '9429', '-72.609', '-2.500', '25.107', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543537', 'Avatar_Icon', '9429', '-70.349', '-2.500', '23.216', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543538', 'Avatar_Icon', '9429', '-88.225', '-5.000', '83.377', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543539', 'Avatar_Icon', '9429', '-88.225', '-6.071', '86.674', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543540', 'Avatar_Icon', '9429', '-88.225', '-6.944', '89.527', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543541', 'Avatar_Icon', '9429', '-87.144', '-9.464', '104.559', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543542', 'Avatar_Icon', '9429', '-70.664', '-5.342', '121.321', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17543543', 'Avatar_Icon', '9429', '-70.798', '-5.000', '125.080', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17543544', 'Avatar_Icon', '9429', '-72.933', '-5.347', '122.258', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17543545', 'Avatar_Icon', '9429', '-99.357', '-5.500', '130.757', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17543546', 'Avatar_Icon', '9429', '-97.498', '-5.500', '127.194', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17543547', 'Avatar_Icon', '9429', '-100.114', '5.250', '134.822', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17543548', 'Avatar_Icon', '9429', '-98.051', '-5.250', '124.362', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17543549', 'Avatar_Icon', '9429', '-85.803', '-5.805', '121.716', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543550', 'Avatar_Icon', '9429', '-102.751', '-5.250', '136.649', '210'); -INSERT INTO `mob_spawn_points` VALUES ('17543551', 'Avatar_Icon', '9429', '-98.692', '-5.320', '148.536', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17543552', 'Avatar_Icon', '9429', '-95.698', '-5.450', '148.536', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17543553', 'Avatar_Icon', '9429', '-104.634', '-10.500', '128.782', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17543554', 'Avatar_Icon', '9429', '-111.592', '-10.000', '132.734', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17543555', 'Avatar_Icon', '9429', '-107.430', '-10.000', '121.499', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17543556', 'Avatar_Icon', '9429', '-182.000', '-2.412', '148.050', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17543557', 'Avatar_Icon', '9429', '-153.000', '-2.500', '148.050', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543558', 'Avatar_Icon', '9429', '-150.000', '-2.500', '148.050', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543559', 'Avatar_Icon', '9429', '-147.000', '-2.500', '148.050', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543560', 'Avatar_Icon', '9429', '-97.159', '-18.000', '194.119', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543561', 'Avatar_Icon', '9429', '-93.864', '-13.000', '190.184', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543562', 'Avatar_Icon', '9429', '-88.022', '-12.461', '202.448', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543563', 'Avatar_Icon', '9429', '-101.304', '-17.500', '198.942', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543564', 'Avatar_Icon', '9429', '-115.146', '-17.500', '201.803', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543565', 'Avatar_Icon', '9429', '-56.762', '-12.500', '228.704', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17543566', 'Avatar_Icon', '9429', '-38.636', '-12.500', '242.795', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17543567', 'Avatar_Icon', '9429', '-53.402', '-12.500', '233.396', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17543568', 'Avatar_Icon', '9429', '-60.255', '-12.500', '212.912', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17543569', 'Avatar_Icon', '9429', '-25.873', '-13.000', '259.246', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543570', 'Avatar_Icon', '9429', '-29.947', '-17.500', '270.230', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543571', 'Avatar_Icon', '9429', '-21.944', '-17.500', '270.230', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543572', 'Avatar_Icon', '9429', '-18.366', '-17.500', '279.317', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543573', 'Avatar_Icon', '9429', '14.390', '-7.654', '257.319', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17543574', 'Avatar_Icon', '9429', '11.831', '-7.357', '264.341', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17543575', 'Avatar_Icon', '9429', '-3.533', '-9.872', '273.694', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17543576', 'Avatar_Icon', '9429', '-3.829', '-10.021', '282.654', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543577', 'Avatar_Icon', '9434', '7.691', '-2.500', '279.700', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17543578', 'Avatar_Icon', '9429', '22.171', '0.264', '241.186', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17543579', 'Avatar_Icon', '9429', '26.716', '0.796', '237.578', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17543580', 'Avatar_Icon', '9429', '47.893', '-7.500', '223.349', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543581', 'Avatar_Icon', '9429', '44.804', '-7.500', '219.557', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543582', 'Avatar_Icon', '9429', '51.560', '-7.500', '220.141', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543583', 'Avatar_Icon', '9429', '48.472', '-7.500', '216.492', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543584', 'Avatar_Icon', '9429', '-51.232', '-13.500', '127.080', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17543585', 'Avatar_Icon', '9429', '-49.690', '-13.500', '124.414', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17543586', 'Avatar_Icon', '9429', '-43.232', '-14.931', '132.080', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17543587', 'Avatar_Icon', '9429', '-41.690', '-14.931', '129.414', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17543588', 'Avatar_Icon', '9429', '-36.232', '-16.000', '136.080', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17543589', 'Avatar_Icon', '9429', '-34.690', '-16.000', '133.414', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17543590', 'Avatar_Icon', '9429', '-28.483', '-16.000', '188.262', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543591', 'Avatar_Icon', '9429', '28.483', '-16.000', '188.262', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17543592', 'Avatar_Icon', '9429', '-0.070', '-16.750', '129.980', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543593', 'Avatar_Icon', '9429', '-2.908', '-16.000', '123.861', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543594', 'Avatar_Icon', '9429', '4.149', '-16.000', '124.250', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543595', 'Avatar_Icon', '9429', '-79.800', '-9.704', '113.360', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543596', 'Avatar_Icon', '9429', '-76.392', '-9.776', '107.696', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17543597', 'Avatar_Icon', '9429', '40.315', '-2.500', '-61.442', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543598', 'Avatar_Icon', '9429', '47.650', '-2.500', '-61.442', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543599', 'Avatar_Icon', '9429', '40.315', '-1.550', '-68.442', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543600', 'Avatar_Icon', '9429', '47.650', '-1.550', '-68.442', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17543601', 'Avatar_Icon', '9429', '4.147', '-9.901', '6.136', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17543602', 'Avatar_Icon', '9429', '-12.381', '-8.153', '2.166', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17543603', 'Avatar_Icon', '9429', '15.401', '-9.737', '-17.574', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17543604', 'Avatar_Icon', '9429', '-15.088', '-9.495', '-20.768', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17543605', 'Avatar_Icon', '9429', '-26.035', '-2.500', '-64.961', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17543606', 'Avatar_Icon', '9429', '-38.918', '-2.500', '-87.322', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17543607', 'Avatar_Icon', '9429', '-52.687', '-2.500', '-111.177', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17543608', 'Avatar_Icon', '9429', '-98.824', '-2.472', '-123.423', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17543609', 'Avatar_Icon', '9429', '-202.861', '0.100', '-104.074', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543610', 'Avatar_Icon', '9429', '-202.861', '-0.355', '-136.023', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543611', 'Avatar_Icon', '9429', '-223.398', '-0.250', '-103.917', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17543612', 'Avatar_Icon', '9429', '-223.398', '-0.250', '-135.853', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17543613', 'Avatar_Icon', '9429', '84.384', '-2.500', '83.686', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17543614', 'Avatar_Icon', '9429', '81.743', '-2.500', '83.686', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17543615', 'Avatar_Icon', '9429', '90.490', '-6.344', '149.464', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543616', 'Avatar_Icon', '9429', '90.490', '-5.985', '153.994', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17543617', 'Avatar_Icon', '9429', '102.906', '-10.829', '162.540', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17543618', 'Avatar_Icon', '9429', '-17.355', '-12.464', '241.171', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17543619', 'Avatar_Icon', '9429', '-88.050', '-12.460', '202.490', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17543620', 'Avatar_Icon', '9429', '-67.930', '-11.853', '183.343', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17543621', 'Avatar_Icon', '9429', '-71.897', '-9.092', '172.724', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17543622', 'Avatar_Icon', '9429', '-78.294', '-8.335', '164.902', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17543623', 'Avatar_Icon', '9429', '-155.621', '-2.500', '148.177', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17543624', 'Avatar_Icon', '9429', '-0.082', '-16.000', '194.644', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17543625', 'Avatar_Icon', '9429', '29.097', '-16.000', '189.386', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17547265', 'Goblin_Golem', '9467', '0.058', '0.003', '-102.143', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547266', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547267', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547268', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547269', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547270', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547271', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547272', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547273', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547274', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547275', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547276', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547277', 'Gabblox_Magpietongue', '9466', '18.037', '9.000', '-35.956', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547278', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547279', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547280', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547281', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547282', 'Vanguard_Dragontamer', '10898', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547283', 'Vanguard_s_Wyvern', '9505', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547284', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547285', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547287', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547288', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547289', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547290', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547291', 'Tufflix_Loglimbs', '9489', '-18.230', '9.000', '-49.996', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547292', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547293', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547294', 'Cloktix_Longnail', '9462', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547296', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547297', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547298', 'Smeltix_Thickhide', '9484', '5.906', '9.000', '-43.921', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547299', 'Jabkix_Pigeonpecs', '9473', '-6.038', '9.000', '-44.088', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547300', 'Wasabix_Callusdigit', '9508', '0.079', '9.000', '-49.934', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547301', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547302', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547303', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547304', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547305', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547306', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547307', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547308', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547309', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547310', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547311', 'Hermitrix_Toothrot', '9470', '23.987', '0.003', '-35.930', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547312', 'Wyrmwix_Snakespecs', '9509', '50.890', '0.003', '-18.868', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547313', 'Vanguard_s_Wyvern', '9505', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547314', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547315', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547316', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547317', 'Vanguard_Necromancer', '9497', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547318', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547319', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547320', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547321', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547322', 'Morgmox_Moldnoggin', '9478', '0.043', '0.002', '-89.892', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547323', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547324', 'Sparkspox_Sweatbrow', '9486', '-31.780', '3.000', '-5.957', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547325', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547326', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547327', 'Vanguard_Necromancer', '9497', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547328', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547329', 'Sparkspox_Sweatbrow', '9486', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547331', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547332', 'Vanguard_Dragontamer', '10898', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547333', 'Vanguard_s_Wyvern', '9505', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547334', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547335', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547336', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547337', 'Morgmox_Moldnoggin', '9478', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547338', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547339', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547340', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547341', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547342', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547343', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547344', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547345', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547346', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547347', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547348', 'Vanguard_Dragontamer', '10898', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547349', 'Vanguard_s_Wyvern', '9505', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547350', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547351', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547352', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547353', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547354', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547355', 'Elixmix_Hooknose', '9464', '-70.342', '5.591', '-16.037', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547356', 'Bandrix_Rockjaw', '9458', '0.003', '3.000', '10.123', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547357', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547358', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547359', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547360', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547361', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547362', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547363', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547364', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547365', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547366', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547367', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547368', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547369', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547370', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547371', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547372', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547373', 'Vanguard_Necromancer', '9497', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547374', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547375', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547376', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547377', 'Buffrix_Eargone', '9461', '-22.225', '0.003', '-50.051', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547378', 'Humnox_Drumbelly', '9471', '-39.084', '0.005', '-54.677', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547379', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547380', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547381', 'Buffrix_Eargone', '9461', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547382', 'Humnox_Drumbelly', '9471', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547383', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547384', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547385', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547386', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547387', 'Buffrix_Eargone', '9461', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547388', 'Humnox_Drumbelly', '9471', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547389', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547390', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547391', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547392', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547393', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547394', 'Ticktox_Beadyeyes', '9487', '-1.993', '3.100', '115.998', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547395', 'Lurklox_Dhalmelneck', '9476', '0.108', '-2.500', '56.484', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547396', 'Trailblix_Goatmug', '9488', '-56.008', '12.000', '-34.180', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547397', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547398', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547399', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547401', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547402', 'Kikklix_Longlegs', '9475', '-1.039', '0.003', '-88.171', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547403', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547404', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547405', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547406', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547408', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547409', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547410', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547411', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547412', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547413', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547414', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547415', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547416', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547417', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547418', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547419', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547420', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547421', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547422', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547423', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547424', 'Karashix_Swollenskull', '9474', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547425', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547426', 'Vanguard_Dragontamer', '10898', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547427', 'Vanguard_s_Wyvern', '9505', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547429', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547430', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547431', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547432', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547433', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547434', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547435', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547436', 'Vanguard_Necromancer', '9497', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547437', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547438', 'Mortilox_Wartpaws', '9479', '-70.342', '5.591', '-7.988', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547439', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547440', 'Karashix_Swollenskull', '9474', '-0.001', '2.000', '36.015', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547441', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547442', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547443', 'Vanguard_Necromancer', '9497', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547444', 'Vanguard_s_Avatar', '9503', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547445', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547446', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547447', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547448', 'Vanguard_Maestro', '9496', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547449', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547450', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547451', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547452', 'Vanguard_Dragontamer', '10898', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547453', 'Vanguard_s_Wyvern', '9505', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547454', 'Rutrix_Hamgams', '9481', '0.001', '3.000', '16.220', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547455', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547456', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547457', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547458', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547459', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547460', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547461', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547462', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547463', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547464', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547465', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547466', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547467', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547468', 'Snypestix_Eaglebeak', '9485', '0.001', '3.000', '1.679', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547469', 'Vanguard_Smithy', '9502', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547470', 'Vanguard_Pitfighter', '9499', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547471', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547472', 'Anvilix_Sootwrists', '9457', '7.286', '3.000', '-4.979', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547473', 'Bootrix_Jaggedelbow', '9460', '-0.030', '3.000', '10.150', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547474', 'Mobpix_Mucousmouth', '9477', '21.010', '0.002', '-3.774', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547475', 'Vanguard_Alchemist', '9491', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547476', 'Vanguard_Shaman', '9501', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547477', 'Vanguard_Enchanter', '9494', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547479', 'Eremix_Snottynostril', '9465', '48.977', '9.000', '-54.201', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547480', 'Jabbrox_Grannyguise', '9472', '-8.274', '9.000', '-34.073', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547481', 'Vanguard_Armorer', '9493', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547482', 'Vanguard_Tinkerer', '9506', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547483', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547484', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547485', 'Scruffix_Shaggychest', '9482', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547486', 'Tymexox_Ninefingers', '9490', '-30.024', '0.002', '-35.735', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547487', 'Blazox_Boneybod', '9459', '49.604', '5.250', '-38.548', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547488', 'Vanguard_s_Slime', '9504', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547489', 'Vanguard_Ambusher', '9492', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547490', 'Prowlox_Barrelbelly', '9480', '7.925', '9.000', '-33.894', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547491', 'Vanguard_Hitman', '9495', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547295', 'Goblin_Replica', '9468', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547286', 'Vanguard_Necromancer', '9497', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547330', 'Vanguard_Ronin', '9500', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547400', 'Vanguard_Welldigger', '9507', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547407', 'Kikklix_Longlegs', '9475', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547428', 'Vanguard_Pathfinder', '9498', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547478', 'Distilix_Stickytoes', '9463', '0.048', '3.501', '-12.474', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547530', 'Goblin_Statue', '9469', '42.031', '9.001', '-52.002', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547531', 'Goblin_Replica', '9468', '35.902', '9.001', '-52.002', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547532', 'Goblin_Statue', '9469', '50.890', '0.003', '-18.868', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547533', 'Goblin_Replica', '9468', '39.993', '0.003', '-23.990', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547534', 'Goblin_Statue', '9469', '39.993', '0.003', '-26.255', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547535', 'Goblin_Statue', '9469', '33.900', '0.005', '-17.879', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547536', 'Goblin_Statue', '9469', '32.055', '0.005', '-19.827', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547537', 'Goblin_Statue', '9469', '29.999', '0.005', '-17.887', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547538', 'Goblin_Statue', '9469', '31.933', '0.002', '-1.946', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547539', 'Goblin_Statue', '9469', '23.987', '0.003', '-35.930', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547540', 'Goblin_Statue', '9469', '34.200', '0.003', '-45.012', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547541', 'Goblin_Statue', '9469', '26.098', '-0.528', '-50.030', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547542', 'Goblin_Statue', '9469', '32.132', '0.002', '-77.904', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547543', 'Goblin_Statue', '9469', '19.902', '0.002', '-74.003', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547544', 'Goblin_Statue', '9469', '11.864', '0.003', '-78.092', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547545', 'Goblin_Statue', '9469', '4.077', '0.002', '-66.135', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547546', 'Goblin_Statue', '9469', '1.829', '0.005', '-75.964', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547547', 'Goblin_Statue', '9469', '0.043', '0.002', '-89.892', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547548', 'Goblin_Statue', '9469', '-18.040', '0.005', '-77.966', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547549', 'Goblin_Statue', '9469', '-23.298', '0.005', '-73.038', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547550', 'Goblin_Statue', '9469', '-25.764', '0.004', '-62.986', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547551', 'Goblin_Statue', '9469', '-37.003', '0.005', '-60.858', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17547552', 'Goblin_Statue', '9469', '-39.084', '0.005', '-54.677', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547553', 'Goblin_Statue', '9469', '-38.896', '0.005', '-49.237', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547554', 'Goblin_Statue', '9469', '-30.186', '0.002', '-52.067', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547555', 'Goblin_Statue', '9469', '-22.225', '0.003', '-50.051', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547556', 'Goblin_Statue', '9469', '-31.883', '1.000', '-31.527', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547557', 'Goblin_Statue', '9469', '-27.438', '1.000', '-31.466', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547558', 'Goblin_Replica', '9468', '-31.780', '3.000', '-5.957', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547559', 'Goblin_Statue', '9469', '-29.750', '3.000', '-7.973', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547560', 'Goblin_Statue', '9469', '-29.750', '3.000', '-4.064', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547561', 'Goblin_Statue', '9469', '-7.977', '3.000', '-3.870', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547562', 'Goblin_Statue', '9469', '-0.011', '3.000', '-10.099', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547563', 'Goblin_Statue', '9469', '19.519', '1.000', '-4.004', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547564', 'Goblin_Statue', '9469', '-56.195', '6.000', '-5.991', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547565', 'Goblin_Statue', '9469', '-60.094', '6.000', '0.016', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547566', 'Goblin_Statue', '9469', '-60.094', '6.000', '-12.016', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547567', 'Goblin_Statue', '9469', '-58.265', '6.000', '5.970', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547568', 'Goblin_Statue', '9469', '-70.342', '5.591', '-7.988', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547569', 'Goblin_Statue', '9469', '-70.342', '5.591', '-16.037', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547570', 'Goblin_Statue', '9469', '-40.818', '8.000', '-18.949', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547571', 'Goblin_Statue', '9469', '-57.936', '12.000', '-24.241', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547572', 'Goblin_Statue', '9469', '-56.008', '12.000', '-34.180', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547573', 'Goblin_Statue', '9469', '-65.015', '12.000', '-32.986', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547574', 'Goblin_Replica', '9468', '0.003', '3.000', '10.123', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547575', 'Goblin_Statue', '9469', '-7.981', '2.000', '37.791', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547576', 'Goblin_Statue', '9469', '7.981', '2.000', '37.791', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547577', 'Goblin_Statue', '9469', '-0.047', '2.000', '44.222', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547578', 'Goblin_Statue', '9469', '0.108', '-2.500', '56.484', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547579', 'Goblin_Statue', '9469', '-14.259', '2.000', '45.917', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547580', 'Goblin_Statue', '9469', '-14.259', '2.000', '57.953', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547581', 'Goblin_Statue', '9469', '-21.586', '2.000', '63.964', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547582', 'Goblin_Statue', '9469', '14.259', '2.000', '45.917', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547583', 'Goblin_Statue', '9469', '14.259', '2.000', '57.953', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547584', 'Goblin_Statue', '9469', '21.586', '2.000', '63.964', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547585', 'Goblin_Statue', '9469', '-9.961', '2.000', '74.192', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547586', 'Goblin_Statue', '9469', '9.961', '2.000', '74.192', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547587', 'Goblin_Statue', '9469', '0.059', '2.000', '76.138', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547588', 'Goblin_Statue', '9469', '-0.007', '3.000', '104.065', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547589', 'Goblin_Statue', '9469', '-1.993', '3.100', '112.205', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547590', 'Goblin_Statue', '9469', '1.993', '3.100', '112.205', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547591', 'Goblin_Statue', '9469', '-1.993', '3.100', '115.998', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547592', 'Goblin_Statue', '9469', '1.993', '3.100', '115.998', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547593', 'Goblin_Statue', '9469', '-0.037', '2.000', '126.924', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547594', 'Goblin_Statue', '9469', '-0.046', '-5.000', '66.181', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547595', 'Goblin_Statue', '9469', '-0.036', '-5.000', '28.083', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547596', 'Goblin_Statue', '9469', '-1.999', '9.000', '-32.074', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547597', 'Goblin_Statue', '9469', '1.999', '9.000', '-32.074', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547598', 'Goblin_Statue', '9469', '0.024', '9.000', '-38.129', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547599', 'Goblin_Statue', '9469', '-6.038', '9.000', '-44.088', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547600', 'Goblin_Statue', '9469', '0.079', '9.000', '-49.934', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547601', 'Goblin_Statue', '9469', '5.906', '9.000', '-43.921', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547602', 'Goblin_Statue', '9469', '18.037', '9.000', '-35.956', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547603', 'Goblin_Statue', '9469', '-18.230', '9.000', '-49.996', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547604', 'Goblin_Statue', '9469', '4.024', '9.000', '-61.976', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547605', 'Goblin_Statue', '9469', '20.247', '9.000', '-50.072', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547606', 'Goblin_Statue', '9469', '20.247', '9.000', '-53.965', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547607', 'Goblin_Statue', '9469', '-5.977', '2.000', '74.189', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547608', 'Goblin_Statue', '9469', '5.977', '2.000', '74.189', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547609', 'Goblin_Statue', '9469', '-14.189', '2.000', '59.955', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547610', 'Goblin_Statue', '9469', '14.189', '2.000', '59.955', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547611', 'Goblin_Statue', '9469', '-14.206', '2.000', '43.929', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547612', 'Goblin_Statue', '9469', '14.206', '2.000', '43.929', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547613', 'Goblin_Statue', '9469', '-3.970', '2.000', '37.803', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547614', 'Goblin_Statue', '9469', '3.970', '2.000', '37.803', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547615', 'Goblin_Statue', '9469', '-0.001', '2.000', '36.015', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547616', 'Goblin_Statue', '9469', '0.001', '3.000', '16.220', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547617', 'Goblin_Statue', '9469', '0.001', '3.000', '1.679', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547618', 'Goblin_Statue', '9469', '-39.257', '3.000', '-2.081', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547619', 'Goblin_Statue', '9469', '-39.257', '3.000', '-6.052', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547620', 'Goblin_Statue', '9469', '-39.257', '3.000', '-10.086', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547621', 'Goblin_Statue', '9469', '-54.111', '6.000', '-6.052', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547622', 'Goblin_Statue', '9469', '-59.950', '6.000', '6.145', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547623', 'Goblin_Statue', '9469', '-64.020', '6.000', '6.145', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547624', 'Goblin_Statue', '9469', '-70.342', '5.591', '-7.988', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547625', 'Goblin_Statue', '9469', '-57.969', '6.000', '-16.259', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547626', 'Goblin_Statue', '9469', '-40.818', '8.000', '-18.949', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547627', 'Goblin_Statue', '9469', '48.125', '8.250', '-46.554', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547628', 'Goblin_Statue', '9469', '49.975', '9.001', '-48.554', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547629', 'Goblin_Statue', '9469', '51.587', '8.250', '-46.554', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547630', 'Goblin_Statue', '9469', '-1.999', '9.000', '-32.074', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547631', 'Goblin_Statue', '9469', '1.999', '9.000', '-32.074', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547632', 'Goblin_Statue', '9469', '-1.999', '9.000', '-36.222', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547633', 'Goblin_Statue', '9469', '1.999', '9.000', '-36.222', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547634', 'Goblin_Statue', '9469', '-6.038', '9.000', '-44.088', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547635', 'Goblin_Statue', '9469', '0.079', '9.000', '-49.934', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547636', 'Goblin_Statue', '9469', '5.906', '9.000', '-43.921', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547637', 'Goblin_Statue', '9469', '18.037', '9.000', '-35.956', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547638', 'Goblin_Statue', '9469', '-18.230', '9.000', '-49.996', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547639', 'Goblin_Statue', '9469', '4.024', '9.000', '-61.976', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547640', 'Goblin_Statue', '9469', '20.247', '9.000', '-50.072', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547641', 'Goblin_Statue', '9469', '20.247', '9.000', '-53.965', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547642', 'Goblin_Statue', '9469', '4.019', '0.003', '-74.136', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547643', 'Goblin_Statue', '9469', '2.303', '0.003', '-75.929', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547644', 'Goblin_Statue', '9469', '5.633', '0.005', '-76.001', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547645', 'Goblin_Statue', '9469', '3.993', '0.005', '-77.656', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547646', 'Goblin_Statue', '9469', '-1.053', '0.003', '-84.196', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547647', 'Goblin_Statue', '9469', '1.989', '0.003', '-84.077', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547648', 'Goblin_Statue', '9469', '-1.039', '0.003', '-88.171', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547649', 'Goblin_Statue', '9469', '-30.038', '0.005', '-63.811', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547650', 'Goblin_Statue', '9469', '-39.098', '0.002', '-51.851', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547651', 'Goblin_Statue', '9469', '-27.958', '0.002', '-51.851', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547652', 'Goblin_Statue', '9469', '-30.024', '0.002', '-35.735', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547653', 'Goblin_Statue', '9469', '-30.024', '3.000', '-19.905', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547654', 'Goblin_Statue', '9469', '-33.067', '3.000', '-4.907', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547655', 'Goblin_Statue', '9469', '-27.053', '3.000', '-4.907', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547656', 'Goblin_Statue', '9469', '-33.067', '3.000', '-8.852', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547657', 'Goblin_Statue', '9469', '-27.053', '3.000', '-8.852', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547658', 'Goblin_Statue', '9469', '-13.765', '3.000', '-6.053', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547659', 'Goblin_Statue', '9469', '-9.687', '3.000', '-6.053', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547660', 'Goblin_Statue', '9469', '-5.782', '3.000', '-6.053', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547661', 'Goblin_Statue', '9469', '-0.030', '3.000', '10.150', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547662', 'Goblin_Statue', '9469', '7.286', '3.000', '-4.979', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547663', 'Goblin_Statue', '9469', '21.010', '0.002', '-3.774', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547664', 'Goblin_Statue', '9469', '28.010', '0.002', '-5.871', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547665', 'Goblin_Statue', '9469', '32.010', '0.002', '-5.871', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547666', 'Goblin_Statue', '9469', '36.010', '0.002', '-5.871', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547667', 'Goblin_Statue', '9469', '44.213', '0.002', '-18.012', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547668', 'Goblin_Statue', '9469', '29.037', '0.005', '-31.801', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547669', 'Goblin_Statue', '9469', '32.973', '0.004', '-31.801', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547670', 'Goblin_Statue', '9469', '4.484', '9.000', '-76.822', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17547671', 'Goblin_Statue', '9469', '34.176', '0.002', '-41.942', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547672', 'Goblin_Statue', '9469', '34.192', '-1.500', '-57.993', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17547673', 'Goblin_Statue', '9469', '49.604', '5.250', '-38.548', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547674', 'Goblin_Statue', '9469', '48.977', '9.000', '-54.201', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547675', 'Goblin_Statue', '9469', '4.059', '9.000', '-54.136', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17547676', 'Goblin_Statue', '9469', '-8.274', '9.000', '-34.073', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17547677', 'Goblin_Statue', '9469', '7.925', '9.000', '-33.894', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17547678', 'Goblin_Statue', '9469', '0.048', '3.501', '-12.474', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17600513', 'Garuda_Prime', '10897', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17600514', 'Garuda_Prime', '10897', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17600515', 'Garuda_Prime', '10897', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17600516', 'Ogmios', '9921', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600517', 'Ogmios', '9921', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600518', 'Ogmios', '9921', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600519', 'Garuda_Prime', '9920', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17600520', 'Garuda_Prime', '9920', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17600521', 'Garuda_Prime', '9920', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17600522', 'Garuda_Prime', '9920', '502.000', '41.362', '-370.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17600523', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600524', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600525', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600526', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600527', 'Garuda_Prime', '9920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600528', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600529', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600530', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600531', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600532', 'Garuda_Prime', '9920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600533', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600534', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600535', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600536', 'Air_Elemental', '9919', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600537', 'Garuda_Prime', '9920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600538', 'Garuda_Prime', '9920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17600539', 'Garuda_Prime', '9920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604609', 'Ramuh_Prime', '10893', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17604610', 'Ramuh_Prime', '10893', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17604611', 'Ramuh_Prime', '10893', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17604612', 'Lightning_Gremlin', '9922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604613', 'Thunder_Gremlin', '9925', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604614', 'Lightning_Gremlin', '9922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604615', 'Thunder_Gremlin', '9925', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604616', 'Lightning_Gremlin', '9922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604617', 'Thunder_Gremlin', '9925', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604618', 'Ramuh_Prime', '9923', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17604619', 'Ramuh_Prime', '9923', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17604620', 'Ramuh_Prime', '9923', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17604621', 'Ramuh_Prime', '9923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604622', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604623', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604624', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604625', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604626', 'Ramuh_Prime', '9923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604627', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604628', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604629', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604630', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604631', 'Ramuh_Prime', '9923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604632', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604633', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604634', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604635', 'Thunder_Elemental', '9924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604636', 'Ramuh_Prime', '9923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604637', 'Ramuh_Prime', '9923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17604638', 'Ramuh_Prime', '9923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608705', 'Shiva_Prime', '10892', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608706', 'Shiva_Prime', '10892', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608707', 'Shiva_Prime', '10892', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608708', 'Dryad', '9926', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608709', 'Dryad', '9926', '504.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608710', 'Dryad', '9926', '503.000', '41.000', '-366.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608711', 'Dryad', '9926', '504.000', '41.000', '-366.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608712', 'Dryad', '9926', '502.000', '41.000', '-368.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608713', 'Dryad', '9926', '503.000', '41.000', '-368.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608714', 'Dryad', '9926', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608715', 'Dryad', '9926', '21.000', '-18.000', '30.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608716', 'Dryad', '9926', '20.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608717', 'Dryad', '9926', '20.000', '-18.000', '30.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608718', 'Dryad', '9926', '22.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608719', 'Dryad', '9926', '22.000', '-18.000', '30.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608720', 'Dryad', '9926', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608721', 'Dryad', '9926', '-377.000', '-78.000', '511.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608722', 'Dryad', '9926', '-376.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608723', 'Dryad', '9926', '-376.000', '-78.000', '511.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608724', 'Dryad', '9926', '-378.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608725', 'Dryad', '9926', '-378.000', '-78.000', '511.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608726', 'Shiva_Prime', '9928', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17608727', 'Shiva_Prime', '9928', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17608728', 'Shiva_Prime', '9928', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17608729', 'Shiva_Prime', '9928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608730', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608731', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608732', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608733', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608734', 'Shiva_Prime', '9928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608735', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608736', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608737', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608738', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608739', 'Shiva_Prime', '9928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608740', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608741', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608742', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608743', 'Ice_Elemental', '9927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608744', 'Shiva_Prime', '9928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608745', 'Shiva_Prime', '9928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17608746', 'Shiva_Prime', '9928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625089', 'Ifrit_Prime', '10895', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17625090', 'Ifrit_Prime', '10895', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17625091', 'Ifrit_Prime', '10895', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17625092', 'Ifrit_Prime', '10057', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17625093', 'Ifrit_Prime', '10057', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17625094', 'Ifrit_Prime', '10057', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17625095', 'Ifrit_Prime', '10057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625096', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625097', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625098', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625099', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625100', 'Ifrit_Prime', '10057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625101', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625102', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625103', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625104', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625105', 'Ifrit_Prime', '10057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625106', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625107', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625108', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625109', 'Fire_Elemental', '10056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625110', 'Ifrit_Prime', '10057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625111', 'Ifrit_Prime', '10057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17625112', 'Ifrit_Prime', '10057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633281', 'Titan_Prime', '10894', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17633282', 'Titan_Prime', '10894', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17633283', 'Titan_Prime', '10894', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17633284', 'Galgalim', '10099', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17633285', 'Galgalim', '10099', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17633286', 'Galgalim', '10099', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17633287', 'Titan_Prime', '10100', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17633288', 'Titan_Prime', '10100', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17633289', 'Titan_Prime', '10100', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17633290', 'Titan_Prime', '10100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633291', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633292', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633293', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633294', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633295', 'Titan_Prime', '10100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633296', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633297', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633298', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633299', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633300', 'Titan_Prime', '10100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633301', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633302', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633303', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633304', 'Earth_Elemental', '10098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633305', 'Titan_Prime', '10100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633306', 'Titan_Prime', '10100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17633307', 'Titan_Prime', '10100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641473', 'Leviathan_Prime', '10896', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17641474', 'Leviathan_Prime', '10896', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17641475', 'Leviathan_Prime', '10896', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17641476', 'Leviathan_Prime', '10101', '503.000', '41.000', '-367.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17641477', 'Leviathan_Prime', '10101', '21.000', '-18.000', '29.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17641478', 'Leviathan_Prime', '10101', '-377.000', '-78.000', '510.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17641479', 'Leviathan_Prime', '10101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641480', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641481', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641482', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641483', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641484', 'Leviathan_Prime', '10101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641485', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641486', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641487', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641488', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641489', 'Leviathan_Prime', '10101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641490', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641491', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641492', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641493', 'Water_Elemental', '10102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641494', 'Leviathan_Prime', '10101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641495', 'Leviathan_Prime', '10101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17641496', 'Leviathan_Prime', '10101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17186817', 'Tree_Crab', '5580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17186818', 'Limicoline_Crab', '5563', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17186819', 'Land_Crab', '5562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17186820', 'Vermivorous_Crab', '5582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17186821', 'Passage_Crab', '5574', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17186822', 'Wild_Rabbit', '5583', '-317.406', '-52.494', '308.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186823', 'Wild_Rabbit', '5583', '-290.112', '-51.758', '283.010', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17186824', 'Wild_Rabbit', '5583', '-285.310', '-51.238', '279.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186825', 'Wild_Rabbit', '5583', '-308.546', '-54.114', '292.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186826', 'Wild_Rabbit', '5583', '-299.600', '-50.404', '233.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186827', 'Wild_Rabbit', '5583', '-358.797', '-51.084', '284.365', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17186828', 'Wild_Rabbit', '5583', '-358.191', '-51.277', '279.353', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17186829', 'Wild_Rabbit', '5583', '-273.576', '-50.833', '289.626', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17186830', 'Wild_Rabbit', '5583', '-262.360', '-51.535', '289.459', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186831', 'Wild_Rabbit', '5583', '-267.991', '-50.926', '280.206', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17186832', 'Tunnel_Worm', '5581', '-294.916', '-48.807', '224.711', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17186833', 'Tunnel_Worm', '5581', '-274.086', '-50.896', '300.383', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17186834', 'Tunnel_Worm', '5581', '-257.362', '-50.351', '277.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186835', 'Tunnel_Worm', '5581', '-328.279', '-52.661', '257.137', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17186836', 'Tunnel_Worm', '5581', '-302.445', '-46.825', '210.115', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17186837', 'Ding_Bats', '5551', '-361.734', '-51.292', '287.212', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17186838', 'Ding_Bats', '5551', '-262.382', '-57.576', '338.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186839', 'Ding_Bats', '5551', '-368.478', '-51.486', '288.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186840', 'Ding_Bats', '5551', '-348.563', '-52.022', '290.422', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17186841', 'Ding_Bats', '5551', '-325.233', '-51.573', '244.775', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17186842', 'Wild_Rabbit', '5583', '-290.236', '-57.095', '348.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186843', 'Wild_Rabbit', '5583', '-335.348', '-60.451', '432.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186844', 'Wild_Rabbit', '5583', '-241.807', '-62.061', '482.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186845', 'Wild_Rabbit', '5583', '-369.617', '-51.133', '384.805', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17186846', 'Wild_Rabbit', '5583', '-341.644', '-51.049', '400.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186847', 'Wild_Rabbit', '5583', '-278.248', '-60.909', '357.864', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17186848', 'Wild_Rabbit', '5583', '-303.789', '-50.596', '383.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186849', 'Wild_Rabbit', '5583', '-325.415', '-50.164', '347.586', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17186850', 'Wild_Rabbit', '5583', '-203.516', '-61.777', '447.034', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17186851', 'Wild_Rabbit', '5583', '-284.713', '-58.657', '370.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186852', 'Tunnel_Worm', '5581', '-294.540', '-59.857', '427.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186853', 'Tunnel_Worm', '5581', '-291.435', '-59.994', '419.789', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17186854', 'Tunnel_Worm', '5581', '-319.000', '-60.000', '437.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186855', 'Tunnel_Worm', '5581', '-279.694', '-61.399', '487.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186856', 'Tunnel_Worm', '5581', '-245.664', '-60.849', '438.214', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17186857', 'Ding_Bats', '5551', '-299.293', '-56.888', '410.847', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17186858', 'Ding_Bats', '5551', '-372.723', '-51.130', '383.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186859', 'Ding_Bats', '5551', '-206.750', '-61.157', '435.540', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17186860', 'Ding_Bats', '5551', '-338.457', '-46.415', '369.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186861', 'Ding_Bats', '5551', '-288.360', '-62.068', '466.684', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17186862', 'Wild_Rabbit', '5583', '-254.837', '-49.813', '185.473', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17186863', 'Wild_Rabbit', '5583', '-103.230', '-60.843', '205.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186864', 'Wild_Rabbit', '5583', '-73.064', '-51.090', '155.878', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17186865', 'Wild_Rabbit', '5583', '-150.419', '-55.059', '210.916', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17186866', 'Wild_Rabbit', '5583', '-238.903', '-51.039', '195.659', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186867', 'Wild_Rabbit', '5583', '-155.253', '-52.134', '189.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186868', 'Wild_Rabbit', '5583', '-240.137', '-50.790', '213.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186869', 'Tunnel_Worm', '5581', '-63.095', '-59.686', '186.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186870', 'Tunnel_Worm', '5581', '-121.693', '-60.846', '200.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186871', 'Tunnel_Worm', '5581', '-106.959', '-60.709', '219.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186872', 'Tunnel_Worm', '5581', '-44.565', '-57.133', '188.743', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17186873', 'Ding_Bats', '5551', '-145.567', '-54.988', '206.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186874', 'Ding_Bats', '5551', '-138.724', '-52.485', '173.835', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17186875', 'Ding_Bats', '5551', '-214.186', '-51.276', '195.838', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17186876', 'Forest_Hare', '5554', '-509.104', '-50.348', '363.434', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17186877', 'Forest_Hare', '5554', '-392.787', '-48.261', '347.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186878', 'Forest_Hare', '5554', '-467.232', '-50.634', '325.569', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186879', 'Forest_Hare', '5554', '-438.266', '-49.611', '328.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186880', 'Forest_Hare', '5554', '-392.015', '-47.007', '341.781', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17186881', 'Forest_Hare', '5554', '-450.605', '-53.079', '414.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186882', 'Carrion_Worm', '5546', '-399.198', '-51.490', '312.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186883', 'Carrion_Worm', '5546', '-458.859', '-52.473', '312.503', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17186884', 'Carrion_Worm', '5546', '-487.628', '-47.040', '339.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186885', 'Scarab_Beetle', '5578', '-471.841', '-50.340', '405.305', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17186886', 'Orcish_Fodder', '5570', '-452.464', '-50.248', '328.077', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17186887', 'Orcish_Grappler', '5571', '-392.339', '-48.701', '335.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186888', 'Ding_Bats', '5551', '-476.246', '-50.299', '330.157', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17186889', 'Ding_Bats', '5551', '-453.293', '-51.407', '385.121', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17186890', 'Mouse_Bat', '5565', '-488.047', '-49.127', '351.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186891', 'Mouse_Bat', '5565', '-412.932', '-56.522', '390.416', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17186892', 'Forest_Hare', '5554', '-401.460', '-50.720', '215.880', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17186893', 'Forest_Hare', '5554', '-378.024', '-52.016', '213.032', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17186894', 'Forest_Hare', '5554', '-344.863', '-52.579', '217.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186895', 'Forest_Hare', '5554', '-402.630', '-52.460', '257.521', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17186896', 'Forest_Hare', '5554', '-420.323', '-53.253', '255.919', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17186897', 'Forest_Hare', '5554', '-373.300', '-52.503', '218.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186898', 'Carrion_Worm', '5546', '-430.639', '-52.058', '247.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186899', 'Carrion_Worm', '5546', '-495.189', '-41.331', '208.464', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186900', 'Carrion_Worm', '5546', '-408.628', '-41.186', '161.190', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17186901', 'Forest_Funguar', '5553', '-342.150', '-51.240', '207.024', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17186902', 'Scarab_Beetle', '5578', '-360.001', '-51.693', '207.696', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17186903', 'Orcish_Fodder', '5570', '-366.087', '-52.215', '215.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186904', 'Orcish_Grappler', '5571', '-383.285', '-50.990', '200.481', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17186905', 'Ding_Bats', '5551', '-499.020', '-50.749', '240.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186906', 'Ding_Bats', '5551', '-471.963', '-50.583', '239.061', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186907', 'Mouse_Bat', '5565', '-404.716', '-50.107', '206.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186908', 'Mouse_Bat', '5565', '-402.751', '-42.119', '171.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186909', 'Orcish_Fodder', '5570', '-289.602', '-39.223', '137.827', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17186910', 'Forest_Hare', '5554', '-248.519', '-48.480', '120.813', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17186911', 'Forest_Hare', '5554', '-274.583', '-40.888', '117.833', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17186912', 'Forest_Hare', '5554', '-236.465', '-45.326', '99.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186913', 'Forest_Hare', '5554', '-262.514', '-40.588', '74.948', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186914', 'Forest_Hare', '5554', '-316.737', '-39.908', '128.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186915', 'Forest_Hare', '5554', '-237.844', '-40.420', '39.005', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17186916', 'Carrion_Worm', '5546', '-269.385', '-37.912', '69.438', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17186917', 'Carrion_Worm', '5546', '-286.374', '-40.894', '108.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186918', 'Carrion_Worm', '5546', '-268.035', '-40.839', '93.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186919', 'Forest_Funguar', '5553', '-353.930', '-41.070', '103.845', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17186920', 'Scarab_Beetle', '5578', '-293.048', '-40.729', '100.819', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17186921', 'Orcish_Fodder', '5570', '-299.000', '-37.000', '136.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17186922', 'Orcish_Fodder', '5570', '-364.029', '-39.683', '75.880', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17186923', 'Ding_Bats', '5551', '-259.520', '-37.641', '59.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186924', 'Ding_Bats', '5551', '-243.500', '-45.022', '100.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186925', 'Mouse_Bat', '5565', '-326.102', '-41.179', '106.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186926', 'Mouse_Bat', '5565', '-239.218', '-39.136', '32.184', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17186928', 'Forest_Hare', '5554', '-508.771', '-60.601', '488.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186929', 'Forest_Hare', '5554', '-595.214', '-59.788', '516.145', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186930', 'Forest_Hare', '5554', '-603.110', '-60.404', '507.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186931', 'Carrion_Worm', '5546', '-558.024', '-59.134', '404.287', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186932', 'Carrion_Worm', '5546', '-520.678', '-57.760', '426.915', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17186933', 'Orcish_Fodder', '5570', '-623.685', '-60.867', '515.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186934', 'Orcish_Fodder', '5570', '-551.982', '-57.411', '490.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186935', 'Orcish_Mesmerizer', '5572', '-563.264', '-59.769', '485.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186936', 'Orcish_Mesmerizer', '5572', '-539.440', '-55.899', '472.007', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186937', 'Orcish_Grappler', '5571', '-545.967', '-59.793', '508.296', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186938', 'Orcish_Grappler', '5571', '-583.161', '-58.021', '500.491', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186939', 'Ding_Bats', '5551', '-541.131', '-60.251', '431.693', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17186940', 'Ding_Bats', '5551', '-593.119', '-59.831', '514.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186941', 'Mouse_Bat', '5565', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17186942', 'Orcish_Fodder', '5570', '-506.264', '-63.156', '499.804', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17186943', 'Orcish_Mesmerizer', '5572', '-504.790', '-63.089', '497.584', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17186944', 'Orcish_Grappler', '5571', '-511.659', '-60.909', '495.146', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17186945', 'Orcish_Fodder', '5570', '-572.030', '-61.785', '465.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186946', 'Orcish_Mesmerizer', '5572', '-573.030', '-61.661', '464.767', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17186947', 'Orcish_Grappler', '5571', '-571.694', '-61.140', '470.693', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17186948', 'Orcish_Fodder', '5570', '-686.695', '-62.956', '571.229', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17186949', 'Orcish_Mesmerizer', '5572', '-725.150', '-61.128', '572.109', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186950', 'Orcish_Grappler', '5571', '-701.576', '-62.077', '571.670', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17186951', 'Orcish_Fodder', '5570', '-284.394', '-60.339', '399.875', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17186952', 'Orcish_Fodder', '5570', '-641.506', '-61.714', '545.992', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17186953', 'Mouse_Bat', '5565', '-718.996', '-60.181', '587.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186954', 'Orcish_Fodder', '5570', '-655.000', '-62.000', '544.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186955', 'Orcish_Mesmerizer', '5572', '-656.000', '-60.000', '549.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17186956', 'Orcish_Grappler', '5571', '-652.000', '-61.000', '546.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186957', 'Forest_Hare', '5554', '-547.493', '-47.821', '317.417', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17186958', 'Forest_Hare', '5554', '-627.706', '-53.535', '269.065', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17186959', 'Forest_Hare', '5554', '-529.673', '-50.181', '243.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186960', 'Forest_Hare', '5554', '-612.907', '-51.876', '295.111', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17186961', 'Forest_Hare', '5554', '-508.314', '-53.825', '261.115', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17186962', 'Carrion_Worm', '5546', '-578.310', '-50.089', '275.938', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17186963', 'Carrion_Worm', '5546', '-548.727', '-49.109', '263.825', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17186964', 'Scarab_Beetle', '5578', '-547.669', '-47.903', '279.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186965', 'Scarab_Beetle', '5578', '-567.110', '-48.085', '303.385', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17186966', 'Orcish_Mesmerizer', '5572', '-563.442', '-50.839', '236.078', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17186967', 'Orcish_Grappler', '5571', '-593.965', '-50.580', '257.523', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17186968', 'Ding_Bats', '5551', '-511.680', '-52.652', '266.901', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186969', 'Ding_Bats', '5551', '-566.539', '-50.563', '327.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186970', 'Mouse_Bat', '5565', '-512.280', '-50.724', '312.462', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17186971', 'Mouse_Bat', '5565', '-553.355', '-49.999', '274.258', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17186972', 'Forest_Hare', '5554', '-473.464', '-40.449', '153.490', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17186973', 'Forest_Hare', '5554', '-573.838', '-41.763', '189.116', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17186974', 'Forest_Hare', '5554', '-436.024', '-38.198', '143.918', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17186975', 'Forest_Hare', '5554', '-404.082', '-39.344', '129.266', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17186976', 'Forest_Hare', '5554', '-551.198', '-39.752', '196.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186977', 'Carrion_Worm', '5546', '-554.753', '-40.476', '173.333', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17186978', 'Carrion_Worm', '5546', '-554.914', '-40.626', '178.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186979', 'Forest_Funguar', '5553', '-498.066', '-37.076', '138.677', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17186980', 'Forest_Funguar', '5553', '-458.031', '-37.740', '161.727', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186981', 'Orcish_Fodder', '5570', '-570.453', '-43.341', '177.916', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17186982', 'Orcish_Grappler', '5571', '-562.992', '-40.777', '206.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186983', 'Ding_Bats', '5551', '-482.392', '-40.019', '133.287', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186984', 'Ding_Bats', '5551', '-437.665', '-39.830', '154.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186985', 'Mouse_Bat', '5565', '-582.110', '-41.916', '194.012', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17186986', 'Mouse_Bat', '5565', '-559.964', '-41.352', '182.598', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186987', 'Forest_Hare', '5554', '-449.311', '-32.757', '69.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186988', 'Forest_Hare', '5554', '-399.008', '-32.957', '96.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186989', 'Forest_Hare', '5554', '-366.933', '-31.017', '5.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186990', 'Forest_Hare', '5554', '-469.690', '-34.497', '97.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186991', 'Forest_Hare', '5554', '-469.288', '-32.379', '63.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186992', 'Carrion_Worm', '5546', '-392.650', '-30.776', '59.367', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17186993', 'Carrion_Worm', '5546', '-522.488', '-30.994', '115.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186994', 'Scarab_Beetle', '5578', '-471.862', '-34.165', '94.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186995', 'Wild_Sheep', '5584', '-470.905', '-32.891', '59.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186996', 'Wild_Sheep', '5584', '-376.618', '-31.074', '29.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186997', 'Orcish_Mesmerizer', '5572', '-407.561', '-30.823', '74.202', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186998', 'Orcish_Grappler', '5571', '-533.786', '-30.779', '118.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17186999', 'Ding_Bats', '5551', '-511.688', '-30.809', '74.260', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17187000', 'Ding_Bats', '5551', '-514.300', '-30.869', '94.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187001', 'Mouse_Bat', '5565', '-393.587', '-31.192', '76.965', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17187002', 'Mouse_Bat', '5565', '-498.717', '-30.827', '82.183', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187003', 'Forest_Hare', '5554', '-241.716', '-31.495', '0.550', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17187004', 'Forest_Hare', '5554', '-344.640', '-31.514', '29.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187005', 'Forest_Hare', '5554', '-207.436', '-31.480', '-23.877', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17187006', 'Forest_Hare', '5554', '-291.041', '-33.204', '52.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187007', 'Forest_Hare', '5554', '-335.245', '-32.156', '48.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187008', 'Carrion_Worm', '5546', '-271.955', '-30.979', '16.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187009', 'Carrion_Worm', '5546', '-347.272', '-31.632', '8.159', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17187010', 'Wild_Sheep', '5584', '-199.560', '-31.236', '-42.519', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187011', 'Wild_Sheep', '5584', '-306.972', '-31.234', '49.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187012', 'Wild_Sheep', '5584', '-322.626', '-31.349', '34.156', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17187013', 'Orcish_Fodder', '5570', '-251.174', '-32.634', '18.299', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187014', 'Orcish_Mesmerizer', '5572', '-209.416', '-31.685', '-26.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187015', 'Ding_Bats', '5551', '-226.481', '-34.369', '18.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187016', 'Ding_Bats', '5551', '-324.467', '-30.783', '33.118', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187017', 'Mouse_Bat', '5565', '-282.783', '-30.562', '30.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187018', 'Mouse_Bat', '5565', '-304.298', '-32.869', '17.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187019', 'Forest_Hare', '5554', '-263.119', '-23.078', '-104.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187020', 'Forest_Hare', '5554', '-345.966', '-31.259', '-31.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187021', 'Forest_Hare', '5554', '-328.851', '-31.224', '-30.548', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17187022', 'Forest_Hare', '5554', '-321.520', '-30.975', '-40.241', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17187023', 'Carrion_Worm', '5546', '-281.779', '-31.000', '-77.874', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17187024', 'Carrion_Worm', '5546', '-361.538', '-20.537', '-85.867', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17187025', 'Scarab_Beetle', '5578', '-361.132', '-21.630', '-69.650', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17187026', 'Scarab_Beetle', '5578', '-332.722', '-21.032', '-112.044', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187027', 'Scarab_Beetle', '5578', '-356.446', '-20.882', '-90.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187028', 'Wild_Sheep', '5584', '-347.398', '-32.359', '-13.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187029', 'Wild_Sheep', '5584', '-309.741', '-32.002', '-52.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187030', 'Wild_Sheep', '5584', '-282.781', '-21.430', '-132.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187031', 'Goblin_Thug', '5558', '-250.723', '-21.010', '-112.751', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17187032', 'Goblin_Thug', '5558', '-319.937', '-20.641', '-112.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187033', 'Goblin_Weaver', '5559', '-257.216', '-30.927', '-78.628', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17187034', 'Orcish_Fodder', '5570', '-343.971', '-23.195', '-85.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187035', 'Orcish_Mesmerizer', '5572', '-317.483', '-31.629', '-29.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187036', 'Orcish_Grappler', '5571', '-281.517', '-30.900', '-77.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187037', 'Ding_Bats', '5551', '-255.607', '-22.016', '-129.466', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17187038', 'Mouse_Bat', '5565', '-398.180', '-30.448', '-43.745', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17187039', 'Tainted_Hound', '5579', '-262.154', '-46.238', '145.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187040', 'Enchanted_Bones', '5552', '-379.400', '-23.232', '-66.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187041', 'Forest_Hare', '5554', '-190.091', '-21.507', '-113.276', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17187042', 'Forest_Hare', '5554', '-248.681', '-21.336', '-163.987', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17187043', 'Forest_Hare', '5554', '-174.587', '-25.272', '-82.141', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17187044', 'Carrion_Worm', '5546', '-148.417', '-21.865', '-91.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187045', 'Carrion_Worm', '5546', '-203.663', '-20.410', '-147.106', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17187046', 'Scarab_Beetle', '5578', '-133.001', '-20.636', '-141.110', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17187047', 'Fungus_Beetle', '5555', '-226.570', '-20.740', '-164.240', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187048', 'Wild_Sheep', '5584', '-200.816', '-20.563', '-127.398', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17187049', 'Wild_Sheep', '5584', '-161.503', '-21.762', '-69.417', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187050', 'Wild_Sheep', '5584', '-151.460', '-22.258', '-101.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187051', 'Wild_Sheep', '5584', '-195.087', '-20.557', '-149.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187052', 'Wild_Sheep', '5584', '-236.839', '-20.601', '-127.955', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187053', 'Goblin_Thug', '5558', '-200.735', '-21.746', '-171.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187054', 'Goblin_Thug', '5558', '-173.753', '-20.929', '-114.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187055', 'Goblin_Weaver', '5559', '-216.867', '-20.138', '-153.579', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17187056', 'Orcish_Fodder', '5570', '-167.142', '-20.261', '-151.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187057', 'Orcish_Mesmerizer', '5572', '-216.779', '-21.336', '-130.775', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17187058', 'Orcish_Grappler', '5571', '-195.160', '-20.595', '-150.190', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17187059', 'Tainted_Hound', '5579', '-195.854', '-22.578', '-177.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187060', 'Enchanted_Bones', '5552', '-247.484', '-21.044', '-146.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187061', 'Bomb', '5539', '-166.845', '-20.983', '-101.616', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17187062', 'Forest_Hare', '5554', '-499.646', '-30.845', '-3.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187063', 'Forest_Hare', '5554', '-530.774', '-31.090', '-10.966', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17187064', 'Forest_Hare', '5554', '-515.047', '-30.691', '-2.917', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187065', 'Forest_Hare', '5554', '-451.738', '-31.896', '-28.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187066', 'Forest_Hare', '5554', '-475.967', '-31.032', '-37.925', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17187067', 'Carrion_Worm', '5546', '-478.215', '-30.934', '-39.120', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17187068', 'Forest_Funguar', '5553', '-568.057', '-29.179', '-7.768', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17187069', 'Forest_Funguar', '5553', '-525.043', '-33.124', '8.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187070', 'Forest_Funguar', '5553', '-599.739', '-30.352', '-36.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187071', 'Scarab_Beetle', '5578', '-575.202', '-30.616', '-85.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187072', 'Scarab_Beetle', '5578', '-509.420', '-29.782', '-53.035', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17187073', 'Wild_Sheep', '5584', '-585.141', '-29.781', '30.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187074', 'Wild_Sheep', '5584', '-567.164', '-27.594', '-94.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187075', 'Wild_Sheep', '5584', '-658.327', '-31.016', '0.794', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187076', 'Orcish_Fodder', '5570', '-443.646', '-32.196', '-20.914', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17187077', 'Orcish_Mesmerizer', '5572', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187078', 'Orcish_Grappler', '5571', '-405.707', '-30.286', '-39.989', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17187079', 'Ding_Bats', '5551', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187080', 'Ding_Bats', '5551', '-524.473', '-30.315', '-74.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187081', 'Mouse_Bat', '5565', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187082', 'Mouse_Bat', '5565', '-588.494', '-28.992', '-55.002', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17187083', 'Tainted_Hound', '5579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187084', 'Enchanted_Bones', '5552', '-597.599', '-30.918', '-118.268', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17187085', 'Enchanted_Bones', '5552', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187086', 'Bomb', '5539', '-618.393', '-31.276', '-3.409', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17187087', 'Orcish_Fodder', '5570', '-502.975', '-30.850', '-25.544', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17187088', 'Orcish_Mesmerizer', '5572', '-508.975', '-29.926', '-23.503', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17187089', 'Orcish_Grappler', '5571', '-502.717', '-30.829', '-24.875', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187090', 'Forest_Hare', '5554', '-558.598', '-20.282', '-149.304', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17187091', 'Forest_Hare', '5554', '-457.900', '-23.635', '-65.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187092', 'Forest_Hare', '5554', '-452.208', '-22.315', '-96.455', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17187093', 'Forest_Hare', '5554', '-567.694', '-21.492', '-120.678', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17187094', 'Carrion_Worm', '5546', '-562.581', '-20.634', '-149.626', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17187095', 'Carrion_Worm', '5546', '-537.148', '-20.730', '-163.945', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17187096', 'Wild_Sheep', '5584', '-581.355', '-21.568', '-148.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187097', 'Wild_Sheep', '5584', '-397.254', '-20.500', '-199.885', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17187098', 'Wild_Sheep', '5584', '-453.205', '-19.516', '-193.234', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17187099', 'Wild_Sheep', '5584', '-585.255', '-25.233', '-136.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187100', 'Wild_Sheep', '5584', '-454.020', '-23.146', '-107.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187101', 'Goblin_Thug', '5558', '-490.954', '-17.624', '-144.704', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17187102', 'Goblin_Weaver', '5559', '-597.272', '-23.579', '-149.790', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187103', 'Orcish_Fodder', '5570', '-492.824', '-20.263', '-193.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187104', 'Orcish_Mesmerizer', '5572', '-492.493', '-22.624', '-92.210', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17187105', 'Orcish_Grappler', '5571', '-473.440', '-19.602', '-185.777', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17187106', 'Tainted_Hound', '5579', '-467.511', '-21.374', '-129.909', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17187107', 'Enchanted_Bones', '5552', '-535.541', '-20.807', '-162.468', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17187108', 'Forest_Hare', '5554', '-273.558', '-19.943', '-284.081', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17187109', 'Forest_Hare', '5554', '-267.389', '-21.669', '-252.720', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17187110', 'Forest_Hare', '5554', '-262.780', '-22.384', '-253.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187111', 'Jaggedy-Eared_Jack', '5561', '-281.000', '-19.000', '-220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187112', 'Carrion_Worm', '5546', '-308.217', '-17.521', '-251.759', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17187113', 'Forest_Funguar', '5553', '-383.082', '-17.755', '-214.620', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187114', 'Scarab_Beetle', '5578', '-295.626', '-21.389', '-192.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187115', 'Scarab_Beetle', '5578', '-287.202', '-20.826', '-199.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187116', 'Wild_Sheep', '5584', '-273.718', '-21.152', '-272.119', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17187117', 'Wild_Sheep', '5584', '-266.716', '-21.910', '-236.199', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17187118', 'Wild_Sheep', '5584', '-268.082', '-23.869', '-212.744', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17187119', 'Wild_Sheep', '5584', '-266.759', '-20.843', '-275.994', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17187120', 'Goblin_Thug', '5558', '-266.740', '-22.340', '-225.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187121', 'Goblin_Weaver', '5559', '-280.643', '-20.812', '-260.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187122', 'Orcish_Fodder', '5570', '-427.064', '-20.484', '-268.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187123', 'Orcish_Mesmerizer', '5572', '-297.445', '-17.277', '-263.485', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17187124', 'Orcish_Grappler', '5571', '-408.339', '-19.225', '-233.759', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187125', 'Ding_Bats', '5551', '-285.119', '-20.504', '-235.154', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17187126', 'Ding_Bats', '5551', '-280.440', '-20.639', '-267.189', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17187127', 'Mouse_Bat', '5565', '-330.536', '-18.775', '-236.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187128', 'Tainted_Hound', '5579', '-252.045', '-21.687', '-211.079', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17187129', 'Enchanted_Bones', '5552', '-294.289', '-21.377', '-222.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187130', 'Enchanted_Bones', '5552', '-279.841', '-20.769', '-277.004', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17187131', 'Forest_Hare', '5554', '-193.095', '-22.473', '-224.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187132', 'Forest_Hare', '5554', '-204.492', '-20.754', '-324.770', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17187133', 'Forest_Hare', '5554', '-184.500', '-19.875', '-329.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187134', 'Forest_Hare', '5554', '-136.789', '-20.599', '-246.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187135', 'Carrion_Worm', '5546', '-226.097', '-17.825', '-299.958', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17187136', 'Carrion_Worm', '5546', '-141.156', '-20.690', '-242.584', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187137', 'Scarab_Beetle', '5578', '-155.587', '-20.838', '-239.860', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187138', 'Scarab_Beetle', '5578', '-183.406', '-17.549', '-280.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187139', 'Wild_Sheep', '5584', '-145.718', '-20.305', '-270.807', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17187140', 'Wild_Sheep', '5584', '-230.916', '-18.161', '-331.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187141', 'Wild_Sheep', '5584', '-181.585', '-17.217', '-297.098', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187142', 'Wild_Sheep', '5584', '-171.509', '-18.785', '-288.034', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187143', 'Goblin_Thug', '5558', '-246.327', '-14.319', '-339.605', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17187144', 'Goblin_Thug', '5558', '-286.605', '-19.193', '-319.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187145', 'Goblin_Weaver', '5559', '-225.738', '-20.301', '-276.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187146', 'Tainted_Hound', '5579', '-243.312', '-22.399', '-261.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187147', 'Enchanted_Bones', '5552', '-157.270', '-20.306', '-274.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187148', 'Goblin_Thug', '5558', '-220.544', '-22.468', '-258.674', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17187149', 'Goblin_Thug', '5558', '-208.132', '-20.237', '-268.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187150', 'Goblin_Weaver', '5559', '-220.643', '-22.487', '-258.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187151', 'Forest_Hare', '5554', '-413.997', '-11.151', '-314.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187152', 'Forest_Hare', '5554', '-278.421', '-11.691', '-351.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187153', 'Forest_Hare', '5554', '-210.184', '-11.155', '-380.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187154', 'Forest_Hare', '5554', '-329.892', '-9.702', '-313.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187155', 'Carrion_Worm', '5546', '-280.445', '-10.986', '-364.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187156', 'Forest_Funguar', '5553', '-312.302', '-11.164', '-359.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187157', 'Forest_Funguar', '5553', '-286.929', '-11.617', '-371.379', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187158', 'Scarab_Beetle', '5578', '-364.557', '-11.164', '-277.356', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17187159', 'Scarab_Beetle', '5578', '-310.060', '-12.204', '-371.366', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17187160', 'Scarab_Beetle', '5578', '-347.181', '-8.127', '-286.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187161', 'Wild_Sheep', '5584', '-126.000', '-0.010', '-475.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17187162', 'Wild_Sheep', '5584', '-311.053', '-8.917', '-304.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187163', 'Wild_Sheep', '5584', '-227.000', '-0.010', '-469.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187164', 'Goblin_Thug', '5558', '-289.023', '-15.025', '-339.470', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17187165', 'Goblin_Weaver', '5559', '-421.202', '-13.127', '-332.585', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17187166', 'Ding_Bats', '5551', '-422.409', '-12.200', '-357.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187167', 'Ding_Bats', '5551', '-222.000', '-11.000', '-392.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17187168', 'Mouse_Bat', '5565', '-353.007', '-9.840', '-289.095', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17187169', 'Mouse_Bat', '5565', '-367.294', '-11.133', '-308.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187170', 'Tainted_Hound', '5579', '-274.522', '-10.964', '-362.660', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187171', 'Enchanted_Bones', '5552', '-266.648', '-10.760', '-361.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187172', 'Bomb', '5539', '-347.524', '-11.704', '-324.355', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187173', 'Forest_Hare', '5554', '-570.598', '-3.047', '-458.597', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17187174', 'Forest_Hare', '5554', '-542.571', '0.528', '-450.497', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17187175', 'Forest_Hare', '5554', '-495.277', '-8.525', '-375.365', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17187176', 'Forest_Hare', '5554', '-495.217', '-11.482', '-349.563', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17187177', 'Carrion_Worm', '5546', '-529.807', '-0.014', '-507.887', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17187178', 'Forest_Funguar', '5553', '-502.652', '3.074', '-456.385', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17187179', 'Forest_Funguar', '5553', '-540.773', '1.580', '-459.048', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17187180', 'Forest_Funguar', '5553', '-487.684', '-10.939', '-352.006', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187181', 'Scarab_Beetle', '5578', '-552.742', '-1.485', '-430.462', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187182', 'Scarab_Beetle', '5578', '-476.752', '-10.115', '-355.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187183', 'Scarab_Beetle', '5578', '-489.565', '-0.436', '-470.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187184', 'Wild_Sheep', '5584', '-552.738', '-0.185', '-460.377', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17187185', 'Wild_Sheep', '5584', '-497.010', '0.701', '-431.808', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187186', 'Wild_Sheep', '5584', '-497.273', '-10.175', '-368.350', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17187187', 'Goblin_Thug', '5558', '-571.314', '-4.891', '-424.566', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187188', 'Goblin_Thug', '5558', '-474.355', '-9.646', '-354.995', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17187189', 'Goblin_Weaver', '5559', '-499.146', '2.701', '-446.113', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187190', 'Orcish_Mesmerizer', '5572', '-506.325', '-8.905', '-380.270', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17187191', 'Orcish_Grappler', '5571', '-489.617', '-8.710', '-400.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187192', 'Ding_Bats', '5551', '-494.555', '-4.687', '-420.227', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17187193', 'Ding_Bats', '5551', '-556.951', '-0.759', '-494.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187194', 'Mouse_Bat', '5565', '-509.389', '3.513', '-452.541', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17187195', 'Mouse_Bat', '5565', '-511.673', '-9.764', '-402.839', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187196', 'Tainted_Hound', '5579', '-554.837', '-9.018', '-410.552', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17187197', 'Enchanted_Bones', '5552', '-511.874', '-10.888', '-362.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187198', 'Enchanted_Bones', '5552', '-542.330', '-13.572', '-389.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187199', 'Goblin_Thug', '5558', '-457.000', '-8.000', '-381.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187200', 'Goblin_Thug', '5558', '-452.880', '-8.914', '-382.727', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187201', 'Goblin_Weaver', '5559', '-454.647', '-8.725', '-386.029', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187202', 'Forest_Hare', '5554', '-427.368', '-11.073', '-390.658', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17187203', 'Forest_Hare', '5554', '-362.217', '-10.653', '-411.561', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17187204', 'Forest_Hare', '5554', '-326.748', '-14.368', '-428.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187205', 'Forest_Funguar', '5553', '-432.811', '-10.793', '-391.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187206', 'Forest_Funguar', '5553', '-336.508', '-13.313', '-426.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187207', 'Forest_Funguar', '5553', '-366.493', '-11.553', '-393.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187208', 'Scarab_Beetle', '5578', '-367.882', '-10.565', '-402.501', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17187209', 'Scarab_Beetle', '5578', '-362.226', '-10.171', '-485.212', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17187210', 'Goblin_Weaver', '5559', '-348.687', '-12.927', '-417.672', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17187211', 'Goblin_Fisher', '5557', '-347.153', '-9.215', '-491.523', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17187212', 'Goblin_Fisher', '5557', '-283.676', '-10.550', '-468.413', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17187213', 'Goblin_Fisher', '5557', '-346.011', '-13.573', '-421.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187214', 'Goblin_Fisher', '5557', '-458.830', '-8.580', '-417.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187215', 'River_Crab', '5577', '-423.298', '-9.982', '-421.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187216', 'River_Crab', '5577', '-317.000', '-9.000', '-469.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17187217', 'River_Crab', '5577', '-440.790', '-10.699', '-422.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187218', 'River_Crab', '5577', '-318.527', '-10.790', '-445.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187219', 'River_Crab', '5577', '-393.201', '-10.374', '-438.516', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17187220', 'River_Crab', '5577', '-390.448', '-10.042', '-433.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187221', 'River_Crab', '5577', '-372.494', '-9.452', '-412.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187222', 'River_Crab', '5577', '-388.631', '-10.004', '-453.983', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17187223', 'Forest_Hare', '5554', '-386.211', '-1.722', '-517.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187224', 'Forest_Hare', '5554', '-388.392', '-5.133', '-503.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187225', 'Forest_Hare', '5554', '-461.510', '-2.892', '-464.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187226', 'Forest_Hare', '5554', '-323.028', '-2.628', '-509.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187227', 'Carrion_Worm', '5546', '-438.758', '-0.796', '-491.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187228', 'Carrion_Worm', '5546', '-333.938', '-3.065', '-506.181', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187229', 'Wild_Sheep', '5584', '-267.409', '-2.477', '-569.117', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17187230', 'Wild_Sheep', '5584', '-383.645', '-0.998', '-524.807', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17187231', 'Wild_Sheep', '5584', '-258.993', '-2.285', '-507.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187232', 'Goblin_Thug', '5558', '-431.813', '-0.898', '-508.493', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187233', 'Goblin_Thug', '5558', '-457.283', '-1.561', '-470.320', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187234', 'Goblin_Weaver', '5559', '-279.277', '-0.254', '-539.925', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187235', 'Ding_Bats', '5551', '-240.034', '-0.782', '-510.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187236', 'Mouse_Bat', '5565', '-420.589', '-3.855', '-484.502', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17187237', 'Tainted_Hound', '5579', '-268.645', '-2.602', '-567.280', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17187238', 'Goblin_Thug', '5558', '-221.000', '-0.010', '-490.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17187239', 'Goblin_Thug', '5558', '-213.535', '0.071', '-493.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187240', 'Goblin_Weaver', '5559', '-213.567', '0.071', '-493.319', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17187241', 'Forest_Hare', '5554', '-242.754', '-11.587', '-429.597', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17187242', 'Forest_Hare', '5554', '-171.546', '-10.575', '-442.178', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17187243', 'Forest_Hare', '5554', '-71.418', '-13.127', '-387.106', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17187244', 'Forest_Hare', '5554', '-148.501', '-10.611', '-433.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187245', 'Carrion_Worm', '5546', '-176.603', '-11.731', '-384.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187246', 'Scarab_Beetle', '5578', '-121.392', '-10.697', '-407.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187247', 'Wild_Sheep', '5584', '-133.077', '-11.525', '-417.199', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17187248', 'Wild_Sheep', '5584', '-138.936', '-10.868', '-412.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187249', 'Wild_Sheep', '5584', '-226.711', '-10.736', '-433.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187250', 'Wild_Sheep', '5584', '-174.123', '-10.646', '-443.763', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17187251', 'Goblin_Thug', '5558', '-98.112', '-7.772', '-417.954', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17187252', 'Goblin_Weaver', '5559', '-141.909', '-10.589', '-447.453', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17187253', 'Tainted_Hound', '5579', '-154.910', '-11.698', '-412.007', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17187254', 'Enchanted_Bones', '5552', '-179.432', '-10.953', '-417.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187255', 'Enchanted_Bones', '5552', '-138.188', '-10.915', '-410.870', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17187256', 'Forest_Hare', '5554', '-182.570', '-1.968', '-471.333', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17187257', 'Forest_Hare', '5554', '-133.293', '-0.704', '-527.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187258', 'Forest_Hare', '5554', '-26.959', '-0.592', '-479.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187259', 'Carrion_Worm', '5546', '-153.686', '-0.898', '-503.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187260', 'Carrion_Worm', '5546', '-162.809', '-0.632', '-486.602', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17187261', 'Forest_Funguar', '5553', '-167.949', '-0.417', '-532.281', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17187262', 'Forest_Funguar', '5553', '-48.394', '-0.220', '-519.359', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17187263', 'Forest_Funguar', '5553', '-132.828', '-0.626', '-519.406', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187264', 'Wild_Sheep', '5584', '-147.457', '-1.016', '-502.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187265', 'Wild_Sheep', '5584', '-46.144', '-0.004', '-522.112', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17187266', 'Wild_Sheep', '5584', '-97.848', '-0.825', '-498.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187267', 'Goblin_Thug', '5558', '-157.457', '-0.870', '-510.161', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17187268', 'Goblin_Weaver', '5559', '-18.790', '-0.288', '-510.140', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17187269', 'Ding_Bats', '5551', '-36.748', '-0.744', '-449.276', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17187270', 'Mouse_Bat', '5565', '-70.230', '-0.501', '-528.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17187271', 'Enchanted_Bones', '5552', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187272', 'Goblin_Digger', '5556', '-442.939', '-22.108', '-92.488', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17187273', 'Marauder_Dvogzog', '5564', '-695.249', '-39.630', '21.575', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17187274', 'Orcish_Cursemaker', '5567', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187275', 'Orcish_Cursemaker', '5567', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187276', 'Orcish_Serjeant', '5573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187277', 'Orcish_Serjeant', '5573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187278', 'Orcish_Fighter', '5568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187279', 'Orcish_Fighter', '5568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187280', 'Orcish_Chasseur', '5566', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187281', 'Orcish_Chasseur', '5566', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187282', 'Orcish_Fighterchief', '5569', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187283', 'Pixie', '5575', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187284', 'Pixie', '5575', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187285', 'Pixie', '5575', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187286', 'Pixie', '5575', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187287', 'Pixie', '5575', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187288', 'Gougetooth_Ganzaga', '5560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187330', 'Bull_[Herd1]', '5540', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187331', 'Cow_[Herd1]', '5548', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187332', 'Cow_[Herd1]', '5548', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187333', 'Cow_[Herd1]', '5548', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187334', 'Calf_[Herd1]', '5543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187335', 'Calf_[Herd1]', '5543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187336', 'Calf_[Herd1]', '5543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187337', 'Calf_[Herd1]', '5543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187338', 'Calf_[Herd1]', '5543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187339', 'Calf_[Herd1]', '5543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187340', 'Bull_[Herd2]', '5541', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187341', 'Cow_[Herd2]', '5549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187342', 'Cow_[Herd2]', '5549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187343', 'Cow_[Herd2]', '5549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187344', 'Calf_[Herd2]', '5544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187345', 'Calf_[Herd2]', '5544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187346', 'Calf_[Herd2]', '5544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187347', 'Calf_[Herd2]', '5544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187348', 'Calf_[Herd2]', '5544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187349', 'Calf_[Herd2]', '5544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187350', 'Bull_[Herd3]', '5542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187351', 'Cow_[Herd3]', '5550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187352', 'Cow_[Herd3]', '5550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187353', 'Cow_[Herd3]', '5550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187354', 'Calf_[Herd3]', '5545', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187355', 'Calf_[Herd3]', '5545', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187356', 'Calf_[Herd3]', '5545', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187357', 'Calf_[Herd3]', '5545', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187358', 'Calf_[Herd3]', '5545', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187359', 'Calf_[Herd3]', '5545', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187360', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187361', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187362', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187363', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187364', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187365', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187366', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187367', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187368', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187369', 'Chigoe', '5547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187370', 'Pyracmon', '5576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187371', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187372', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187373', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187374', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187375', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187376', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187377', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187378', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187379', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17187380', 'Wraith_Bat', '5585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190913', 'Pugil', '5616', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190914', 'Cheval_Pugil', '5595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190915', 'Mud_Pugil', '5611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190916', 'Pug_Pugil', '5617', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190917', 'Fighting_Pugil', '5602', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190918', 'Wild_Rabbit', '5623', '62.038', '-61.123', '197.420', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190919', 'Wild_Rabbit', '5623', '191.465', '-51.549', '163.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190920', 'Wild_Rabbit', '5623', '175.964', '-56.624', '166.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190921', 'Wild_Rabbit', '5623', '103.367', '-49.532', '96.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190922', 'Wild_Rabbit', '5623', '2.055', '-51.779', '171.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190923', 'Wild_Rabbit', '5623', '91.093', '-60.216', '156.719', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17190924', 'Wild_Rabbit', '5623', '50.684', '-53.575', '157.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190925', 'Wild_Rabbit', '5623', '103.405', '-51.104', '126.848', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190926', 'Wild_Rabbit', '5623', '99.713', '-51.221', '118.488', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17190927', 'Wild_Rabbit', '5623', '90.839', '-59.576', '151.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190928', 'Tunnel_Worm', '5622', '125.395', '-60.091', '155.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190929', 'Tunnel_Worm', '5622', '123.848', '-52.228', '130.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190930', 'Tunnel_Worm', '5622', '157.967', '-58.224', '148.771', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17190931', 'Tunnel_Worm', '5622', '74.428', '-60.267', '156.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190932', 'Tunnel_Worm', '5622', '165.038', '-56.115', '141.497', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17190933', 'Ding_Bats', '5600', '131.281', '-60.112', '151.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190934', 'Ding_Bats', '5600', '152.522', '-50.249', '106.600', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17190935', 'Ding_Bats', '5600', '139.633', '-60.523', '164.973', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17190936', 'Ding_Bats', '5600', '150.374', '-56.465', '137.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190937', 'Ding_Bats', '5600', '84.318', '-53.967', '134.274', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17190938', 'Wild_Rabbit', '5623', '203.152', '-50.763', '186.146', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17190939', 'Wild_Rabbit', '5623', '211.157', '-60.437', '296.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190940', 'Wild_Rabbit', '5623', '251.760', '-50.862', '264.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190941', 'Wild_Rabbit', '5623', '190.622', '-59.376', '269.825', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17190942', 'Wild_Rabbit', '5623', '179.912', '-55.407', '188.949', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17190943', 'Wild_Rabbit', '5623', '263.845', '-50.883', '238.956', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17190944', 'Wild_Rabbit', '5623', '289.251', '-51.716', '208.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190945', 'Wild_Rabbit', '5623', '197.206', '-61.285', '284.972', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17190946', 'Wild_Rabbit', '5623', '208.316', '-50.447', '201.510', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17190947', 'Wild_Rabbit', '5623', '208.541', '-60.706', '405.060', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190948', 'Tunnel_Worm', '5622', '239.338', '-47.596', '218.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190949', 'Tunnel_Worm', '5622', '241.761', '-49.757', '206.520', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17190950', 'Tunnel_Worm', '5622', '256.103', '-50.171', '285.001', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190951', 'Tunnel_Worm', '5622', '222.380', '-50.230', '183.092', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17190952', 'Tunnel_Worm', '5622', '274.559', '-49.663', '194.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190953', 'Ding_Bats', '5600', '238.284', '-60.631', '330.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190954', 'Ding_Bats', '5600', '171.518', '-60.203', '300.702', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17190955', 'Ding_Bats', '5600', '263.937', '-49.883', '171.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190956', 'Ding_Bats', '5600', '240.781', '-52.801', '296.859', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17190957', 'Ding_Bats', '5600', '270.308', '-50.123', '156.411', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17190958', 'Pugil', '5616', '137.709', '-57.751', '180.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190959', 'Pugil', '5616', '98.660', '-58.176', '205.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190960', 'Pugil', '5616', '129.266', '-59.444', '184.651', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190961', 'Pugil', '5616', '212.814', '-48.075', '169.202', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190962', 'Pugil', '5616', '233.257', '-49.502', '139.521', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190963', 'Pugil', '5616', '222.000', '-47.000', '156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190964', 'Wild_Rabbit', '5623', '172.054', '-59.918', '411.093', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190965', 'Wild_Rabbit', '5623', '195.736', '-57.860', '413.344', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17190966', 'Wild_Rabbit', '5623', '154.537', '-60.391', '409.925', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190967', 'Wild_Rabbit', '5623', '165.081', '-60.593', '397.431', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190968', 'Wild_Rabbit', '5623', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17190969', 'Tunnel_Worm', '5622', '191.008', '-60.463', '431.765', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17190970', 'Tunnel_Worm', '5622', '211.437', '-60.412', '443.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190971', 'Tunnel_Worm', '5622', '154.725', '-60.567', '325.400', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17190972', 'Ding_Bats', '5600', '161.727', '-60.823', '401.959', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17190973', 'Ding_Bats', '5600', '170.676', '-60.558', '412.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190974', 'Ding_Bats', '5600', '187.581', '-57.375', '414.847', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17190975', 'Forest_Hare', '5604', '239.961', '-40.622', '26.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190976', 'Forest_Hare', '5604', '253.552', '-39.734', '41.629', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17190977', 'Forest_Hare', '5604', '160.171', '-48.890', '28.661', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17190978', 'Forest_Hare', '5604', '210.416', '-48.311', '108.840', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17190979', 'Forest_Hare', '5604', '145.214', '-43.997', '14.161', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17190980', 'Forest_Hare', '5604', '148.477', '-50.166', '35.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190981', 'Carrion_Worm', '5594', '232.501', '-49.949', '135.986', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17190982', 'Carrion_Worm', '5594', '177.378', '-40.669', '-2.045', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17190983', 'Carrion_Worm', '5594', '257.182', '-41.210', '11.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190984', 'Forest_Funguar', '5603', '227.176', '-40.221', '16.856', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17190985', 'Scarab_Beetle', '5619', '219.390', '-39.925', '47.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190986', 'Scarab_Beetle', '5619', '179.476', '-41.791', '14.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190987', 'Orcish_Fodder', '5612', '231.425', '-40.400', '45.023', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17190988', 'Orcish_Fodder', '5612', '223.272', '-49.865', '138.079', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17190989', 'Ding_Bats', '5600', '151.832', '-48.889', '51.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190990', 'Ding_Bats', '5600', '165.010', '-34.879', '-22.506', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17190991', 'Mouse_Bat', '5610', '213.303', '-40.458', '42.826', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190992', 'Mouse_Bat', '5610', '233.828', '-40.540', '36.619', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17190993', 'Orcish_Mesmerizer', '5614', '219.955', '-39.358', '15.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190994', 'Orcish_Grappler', '5613', '220.812', '-39.185', '10.878', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17190995', 'Forest_Hare', '5604', '320.270', '-40.657', '47.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190996', 'Forest_Hare', '5604', '362.421', '-43.850', '55.777', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17190997', 'Forest_Hare', '5604', '324.203', '-40.931', '40.938', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17190998', 'Forest_Hare', '5604', '310.885', '-40.122', '28.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17190999', 'Forest_Hare', '5604', '358.027', '-45.914', '61.247', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17191000', 'Forest_Hare', '5604', '363.119', '-42.008', '50.788', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191001', 'Carrion_Worm', '5594', '340.464', '-44.710', '65.061', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17191002', 'Carrion_Worm', '5594', '338.890', '-40.813', '45.145', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17191003', 'Carrion_Worm', '5594', '345.958', '-47.239', '164.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191004', 'Forest_Funguar', '5603', '366.299', '-50.187', '73.633', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17191005', 'Forest_Funguar', '5603', '365.860', '-48.584', '67.332', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17191006', 'Scarab_Beetle', '5619', '318.184', '-46.813', '103.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191007', 'Orcish_Fodder', '5612', '289.535', '-50.375', '150.856', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191008', 'Orcish_Fodder', '5612', '300.724', '-40.949', '94.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191009', 'Ding_Bats', '5600', '339.814', '-40.946', '46.781', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17191010', 'Ding_Bats', '5600', '303.073', '-50.816', '157.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191011', 'Mouse_Bat', '5610', '370.259', '-52.363', '175.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191012', 'Mouse_Bat', '5610', '315.809', '-48.396', '128.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191013', 'Goblin_Fisher', '5607', '388.603', '-38.643', '-0.148', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17191014', 'Goblin_Fisher', '5607', '343.744', '-39.710', '14.704', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17191015', 'Goblin_Fisher', '5607', '386.054', '-40.979', '53.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191016', 'Goblin_Fisher', '5607', '380.207', '-37.557', '15.165', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17191017', 'Pugil', '5616', '259.554', '-39.345', '94.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191018', 'Pugil', '5616', '325.000', '-37.000', '19.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17191019', 'Pugil', '5616', '373.619', '-37.093', '8.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191020', 'Pugil', '5616', '353.000', '-37.000', '18.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17191021', 'Pugil', '5616', '314.253', '-39.510', '16.650', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17191022', 'Forest_Hare', '5604', '333.134', '-38.425', '-35.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191023', 'Forest_Hare', '5604', '334.070', '-39.824', '-14.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191024', 'Forest_Hare', '5604', '315.130', '-21.439', '-150.701', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17191025', 'Forest_Hare', '5604', '352.242', '-37.952', '-13.127', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17191026', 'Forest_Hare', '5604', '206.401', '-31.438', '-75.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191027', 'Forest_Hare', '5604', '274.035', '-40.428', '10.388', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191028', 'Carrion_Worm', '5594', '326.773', '-40.334', '10.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191029', 'Carrion_Worm', '5594', '195.140', '-32.896', '-65.083', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17191030', 'Carrion_Worm', '5594', '280.927', '-40.759', '3.231', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191031', 'Forest_Funguar', '5603', '320.091', '-40.705', '-5.987', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17191032', 'Scarab_Beetle', '5619', '184.888', '-31.244', '-81.956', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17191033', 'Scarab_Beetle', '5619', '313.201', '-40.620', '-0.467', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17191034', 'Wild_Sheep', '5624', '298.620', '-40.299', '-41.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191035', 'Wild_Sheep', '5624', '183.534', '-26.278', '-101.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191036', 'Orcish_Fodder', '5612', '351.789', '-21.110', '-152.175', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17191037', 'Orcish_Mesmerizer', '5614', '228.361', '-23.476', '-133.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191038', 'Orcish_Grappler', '5613', '187.060', '-31.264', '-80.026', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17191039', 'Ding_Bats', '5600', '295.823', '-31.816', '-97.569', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191040', 'Ding_Bats', '5600', '275.507', '-40.878', '-29.107', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17191041', 'Mouse_Bat', '5610', '314.057', '-30.559', '-79.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191042', 'Mouse_Bat', '5610', '257.748', '-25.870', '-107.156', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17191043', 'Tainted_Hound', '5621', '355.125', '-20.975', '-149.927', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17191045', 'Pugil', '5616', '221.216', '-58.155', '436.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191046', 'Pugil', '5616', '219.000', '-57.000', '403.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17191047', 'Pugil', '5616', '238.000', '-57.000', '380.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191048', 'Pugil', '5616', '258.462', '-57.974', '370.537', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17191049', 'Forest_Hare', '5604', '275.610', '-60.458', '405.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191050', 'Forest_Hare', '5604', '304.751', '-58.448', '426.377', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17191051', 'Forest_Hare', '5604', '246.419', '-59.453', '386.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191052', 'Forest_Hare', '5604', '231.286', '-60.028', '429.929', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17191053', 'Forest_Hare', '5604', '294.571', '-62.604', '395.085', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17191054', 'Carrion_Worm', '5594', '295.247', '-61.761', '490.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191055', 'Carrion_Worm', '5594', '309.086', '-59.568', '435.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191056', 'Carrion_Worm', '5594', '433.591', '-60.911', '390.574', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17191057', 'Scarab_Beetle', '5619', '290.372', '-60.281', '469.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191058', 'Goblin_Thug', '5608', '327.949', '-61.729', '430.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191059', 'Ding_Bats', '5600', '286.383', '-60.144', '451.346', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17191060', 'Ding_Bats', '5600', '275.225', '-60.684', '392.657', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17191061', 'Mouse_Bat', '5610', '276.453', '-60.349', '368.563', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17191062', 'Forest_Hare', '5604', '561.488', '-61.536', '443.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191063', 'Forest_Hare', '5604', '575.338', '-62.021', '403.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191064', 'Forest_Hare', '5604', '515.515', '-50.322', '345.815', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191065', 'Forest_Hare', '5604', '477.678', '-60.594', '449.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191066', 'Forest_Hare', '5604', '557.033', '-52.703', '333.883', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17191067', 'Forest_Hare', '5604', '463.023', '-51.898', '345.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191068', 'Carrion_Worm', '5594', '567.665', '-51.925', '330.350', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17191069', 'Carrion_Worm', '5594', '526.943', '-60.655', '415.417', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17191070', 'Carrion_Worm', '5594', '479.606', '-60.498', '409.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191071', 'Carrion_Worm', '5594', '521.812', '-60.703', '396.743', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17191072', 'Forest_Funguar', '5603', '472.329', '-50.778', '335.361', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191073', 'Forest_Funguar', '5603', '537.760', '-50.679', '313.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191074', 'Scarab_Beetle', '5619', '516.878', '-56.486', '383.029', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191075', 'Goblin_Thug', '5608', '557.448', '-60.671', '373.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191076', 'Goblin_Thug', '5608', '505.290', '-47.610', '325.669', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191077', 'Goblin_Weaver', '5609', '472.802', '-61.855', '426.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191078', 'Ding_Bats', '5600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191079', 'Ding_Bats', '5600', '459.510', '-60.433', '398.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191080', 'Mouse_Bat', '5610', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191081', 'Mouse_Bat', '5610', '524.659', '-60.630', '448.115', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17191082', 'Enchanted_Bones', '5601', '531.569', '-60.721', '398.531', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17191083', 'Forest_Hare', '5604', '697.107', '-61.896', '405.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191084', 'Forest_Hare', '5604', '616.668', '-57.355', '341.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191085', 'Forest_Hare', '5604', '709.552', '-64.853', '430.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191086', 'Forest_Hare', '5604', '634.315', '-61.037', '424.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191087', 'Forest_Hare', '5604', '630.042', '-48.883', '309.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191088', 'Carrion_Worm', '5594', '691.554', '-63.016', '426.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191089', 'Carrion_Worm', '5594', '620.014', '-59.825', '349.651', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17191090', 'Carrion_Worm', '5594', '625.691', '-50.897', '270.652', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17191091', 'Scarab_Beetle', '5619', '678.586', '-60.975', '432.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191092', 'Scarab_Beetle', '5619', '628.103', '-62.474', '412.170', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17191093', 'Goblin_Thug', '5608', '628.722', '-50.498', '257.198', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17191094', 'Goblin_Thug', '5608', '668.199', '-60.117', '424.533', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191095', 'Goblin_Weaver', '5609', '641.606', '-60.781', '364.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191096', 'Ding_Bats', '5600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191097', 'Ding_Bats', '5600', '663.587', '-60.071', '418.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191098', 'Mouse_Bat', '5610', '682.366', '-60.803', '442.144', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17191099', 'Mouse_Bat', '5610', '652.826', '-47.057', '296.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191100', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191101', 'Bomb', '5587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191102', 'Goblin_Thug', '5608', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191103', 'Goblin_Weaver', '5609', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191104', 'Forest_Hare', '5604', '716.520', '-61.957', '463.509', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17191105', 'Forest_Hare', '5604', '754.718', '-61.490', '495.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191106', 'Forest_Hare', '5604', '781.329', '-61.026', '522.012', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17191107', 'Carrion_Worm', '5594', '718.521', '-60.923', '480.961', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17191108', 'Carrion_Worm', '5594', '768.719', '-60.478', '618.105', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17191109', 'Goblin_Thug', '5608', '788.000', '-60.000', '6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191110', 'Goblin_Thug', '5608', '721.564', '-62.065', '465.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191111', 'Goblin_Weaver', '5609', '738.667', '-64.206', '496.091', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17191112', 'Ding_Bats', '5600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191113', 'Ding_Bats', '5600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191114', 'Mouse_Bat', '5610', '765.824', '-60.888', '502.530', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17191115', 'Mouse_Bat', '5610', '697.408', '-62.561', '466.032', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17191116', 'Goblin_Thug', '5608', '784.190', '-60.770', '500.722', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17191117', 'Goblin_Weaver', '5609', '781.404', '-60.886', '505.384', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191118', 'Pugil', '5616', '421.083', '-48.095', '147.612', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191119', 'Pugil', '5616', '400.294', '-48.798', '96.244', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191120', 'Pugil', '5616', '383.557', '-40.789', '54.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191121', 'Forest_Hare', '5604', '414.339', '-50.316', '94.081', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17191122', 'Forest_Hare', '5604', '579.727', '-52.394', '186.888', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17191123', 'Forest_Hare', '5604', '511.026', '-50.521', '191.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191124', 'Forest_Hare', '5604', '495.363', '-48.254', '162.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191125', 'Carrion_Worm', '5594', '561.981', '-51.030', '200.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191126', 'Carrion_Worm', '5594', '429.015', '-50.732', '159.266', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17191127', 'Scarab_Beetle', '5619', '549.797', '-50.726', '149.763', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17191128', 'Wild_Sheep', '5624', '394.093', '-50.511', '76.783', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17191129', 'Wild_Sheep', '5624', '561.571', '-51.728', '189.344', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17191130', 'Wild_Sheep', '5624', '442.913', '-49.673', '128.250', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17191131', 'Wild_Sheep', '5624', '579.946', '-51.404', '167.472', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17191132', 'Wild_Sheep', '5624', '554.904', '-50.138', '98.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191133', 'Goblin_Thug', '5608', '482.065', '-50.236', '167.659', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191134', 'Goblin_Thug', '5608', '546.098', '-50.623', '166.715', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17191135', 'Goblin_Weaver', '5609', '475.040', '-41.827', '74.369', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17191136', 'Tainted_Hound', '5621', '499.207', '-52.434', '226.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191137', 'Enchanted_Bones', '5601', '499.692', '-46.731', '114.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191138', 'Forest_Hare', '5604', '507.212', '-40.746', '5.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191139', 'Forest_Hare', '5604', '484.556', '-34.973', '-21.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191140', 'Forest_Hare', '5604', '445.536', '-30.267', '-79.686', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17191141', 'Forest_Hare', '5604', '456.147', '-27.775', '-73.537', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17191142', 'Carrion_Worm', '5594', '403.967', '-36.822', '-16.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191143', 'Carrion_Worm', '5594', '413.229', '-38.467', '7.047', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17191144', 'Scarab_Beetle', '5619', '403.331', '-40.347', '-1.390', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17191145', 'Wild_Sheep', '5624', '517.978', '-31.852', '-31.063', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17191146', 'Wild_Sheep', '5624', '495.985', '-39.148', '-6.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191147', 'Wild_Sheep', '5624', '486.619', '-39.700', '59.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191148', 'Wild_Sheep', '5624', '460.108', '-39.476', '-9.602', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17191149', 'Wild_Sheep', '5624', '462.854', '-33.269', '-25.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191150', 'Goblin_Thug', '5608', '437.399', '-40.600', '0.260', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17191151', 'Goblin_Thug', '5608', '460.847', '-28.678', '-56.390', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191152', 'Goblin_Weaver', '5609', '408.447', '-39.063', '-5.595', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17191153', 'Orcish_Fodder', '5612', '480.248', '-30.544', '-55.194', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191154', 'Orcish_Mesmerizer', '5614', '485.236', '-39.451', '6.472', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191155', 'Orcish_Grappler', '5613', '405.498', '-39.522', '-6.356', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17191156', 'Bomb', '5587', '467.978', '-41.702', '72.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191157', 'Tainted_Hound', '5621', '406.840', '-42.245', '50.201', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17191158', 'Enchanted_Bones', '5601', '517.577', '-40.488', '13.393', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17191159', 'Enchanted_Bones', '5601', '399.666', '-37.235', '-18.780', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191160', 'Forest_Hare', '5604', '404.712', '-20.673', '-199.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191161', 'Forest_Hare', '5604', '275.081', '-18.165', '-266.404', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17191162', 'Forest_Hare', '5604', '328.741', '-19.007', '-250.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191163', 'Forest_Hare', '5604', '408.825', '-19.633', '-260.623', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17191164', 'Forest_Hare', '5604', '283.929', '-20.815', '-240.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191165', 'Carrion_Worm', '5594', '319.043', '-20.431', '-341.646', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17191166', 'Forest_Funguar', '5603', '354.804', '-21.289', '-215.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191167', 'Forest_Funguar', '5603', '312.310', '-21.979', '-226.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191168', 'Forest_Funguar', '5603', '326.899', '-20.475', '-275.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191169', 'Scarab_Beetle', '5619', '359.878', '-18.440', '-252.685', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17191170', 'Scarab_Beetle', '5619', '239.850', '-20.790', '-260.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191171', 'Wild_Sheep', '5624', '263.047', '-20.561', '-268.955', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17191172', 'Wild_Sheep', '5624', '270.649', '-19.351', '-264.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191173', 'Wild_Sheep', '5624', '312.077', '-17.212', '-258.733', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17191174', 'Orcish_Fodder', '5612', '280.287', '-20.181', '-313.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191175', 'Orcish_Mesmerizer', '5614', '326.687', '-20.859', '-346.239', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17191176', 'Orcish_Grappler', '5613', '369.438', '-20.498', '-294.390', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191177', 'Ding_Bats', '5600', '332.154', '-22.508', '-223.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191178', 'Ding_Bats', '5600', '240.970', '-20.375', '-248.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191179', 'Mouse_Bat', '5610', '369.485', '-20.499', '-294.462', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191180', 'Mouse_Bat', '5610', '263.697', '-21.805', '-231.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191181', 'Tainted_Hound', '5621', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191182', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191183', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191184', 'Orcish_Fodder', '5612', '385.000', '-19.000', '-183.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17191185', 'Orcish_Mesmerizer', '5614', '383.000', '-19.000', '-189.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191186', 'Orcish_Grappler', '5613', '379.677', '-20.216', '-185.262', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191187', 'Pugil', '5616', '379.120', '-27.898', '-46.436', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17191188', 'Pugil', '5616', '417.542', '-17.210', '-177.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191189', 'Swamfisk', '5620', '458.000', '-16.000', '-316.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17191190', 'Forest_Hare', '5604', '464.491', '-18.989', '-172.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191191', 'Forest_Hare', '5604', '452.656', '-16.988', '-223.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191192', 'Forest_Hare', '5604', '497.177', '-20.700', '-240.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191193', 'Forest_Hare', '5604', '431.256', '-19.966', '-181.523', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17191194', 'Carrion_Worm', '5594', '453.625', '-18.436', '-127.048', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17191195', 'Carrion_Worm', '5594', '480.384', '-17.286', '-265.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191196', 'Bigmouth_Billy', '5586', '476.000', '-30.000', '-32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191197', 'Scarab_Beetle', '5619', '519.894', '-20.768', '-224.701', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17191198', 'Wild_Sheep', '5624', '479.302', '-20.744', '-204.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191199', 'Wild_Sheep', '5624', '476.632', '-17.204', '-257.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191200', 'Wild_Sheep', '5624', '442.311', '-20.365', '-146.430', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17191201', 'Goblin_Thug', '5608', '440.615', '-19.760', '-231.831', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191202', 'Goblin_Weaver', '5609', '491.947', '-14.569', '-337.076', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17191203', 'Goblin_Weaver', '5609', '465.276', '-16.639', '-131.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191204', 'Orcish_Fodder', '5612', '467.998', '-18.949', '-210.121', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17191205', 'Orcish_Mesmerizer', '5614', '466.021', '-17.899', '-114.728', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17191206', 'Orcish_Grappler', '5613', '526.426', '-21.177', '-258.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191207', 'Ding_Bats', '5600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191208', 'Ding_Bats', '5600', '465.871', '-20.894', '-279.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191209', 'Mouse_Bat', '5610', '564.787', '-20.629', '-311.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191210', 'Mouse_Bat', '5610', '463.116', '-17.666', '-116.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191211', 'Tainted_Hound', '5621', '440.196', '-20.709', '-158.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191212', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191213', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191214', 'Forest_Hare', '5604', '192.314', '-20.439', '-321.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191215', 'Forest_Hare', '5604', '168.333', '-19.169', '-329.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191216', 'Forest_Hare', '5604', '205.527', '-11.189', '-363.539', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17191217', 'Forest_Hare', '5604', '259.669', '-20.024', '-371.511', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17191218', 'Forest_Hare', '5604', '170.180', '-13.298', '-345.349', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17191219', 'Carrion_Worm', '5594', '328.869', '-6.610', '-418.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191220', 'Forest_Funguar', '5603', '156.460', '-10.674', '-375.569', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191221', 'Forest_Funguar', '5603', '234.143', '-20.202', '-342.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191222', 'Forest_Funguar', '5603', '177.423', '-8.300', '-417.341', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17191223', 'Scarab_Beetle', '5619', '266.354', '-9.111', '-412.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191224', 'Scarab_Beetle', '5619', '168.446', '-19.924', '-329.925', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17191225', 'Wild_Sheep', '5624', '281.711', '-20.583', '-354.080', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191226', 'Wild_Sheep', '5624', '246.152', '-10.816', '-395.365', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17191227', 'Wild_Sheep', '5624', '193.056', '-10.595', '-372.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191228', 'Orcish_Fodder', '5612', '226.858', '-19.627', '-335.959', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17191229', 'Orcish_Mesmerizer', '5614', '195.507', '-21.083', '-319.388', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17191230', 'Orcish_Grappler', '5613', '261.384', '-11.947', '-391.963', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17191231', 'Ding_Bats', '5600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191232', 'Ding_Bats', '5600', '266.609', '-10.881', '-398.952', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17191233', 'Mouse_Bat', '5610', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191234', 'Mouse_Bat', '5610', '235.012', '-3.217', '-424.266', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17191235', 'Bomb', '5587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191236', 'Tainted_Hound', '5621', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191237', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191238', 'Forest_Hare', '5604', '140.826', '-3.357', '-468.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191239', 'Forest_Hare', '5604', '83.162', '-2.472', '-514.456', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191240', 'Forest_Hare', '5604', '151.578', '-0.557', '-484.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191241', 'Goblin_Thug', '5608', '141.636', '-0.811', '-531.508', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17191242', 'Goblin_Weaver', '5609', '167.362', '-0.518', '-447.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191243', 'Ding_Bats', '5600', '138.388', '-0.786', '-497.775', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17191244', 'Ding_Bats', '5600', '106.188', '-0.998', '-511.451', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17191245', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191246', 'Forest_Hare', '5604', '238.788', '-0.937', '-519.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191247', 'Forest_Hare', '5604', '305.663', '-0.927', '-493.446', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17191248', 'Forest_Hare', '5604', '345.141', '-1.002', '-527.738', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17191249', 'Wild_Sheep', '5624', '280.436', '-1.533', '-433.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191250', 'Wild_Sheep', '5624', '248.671', '0.986', '-468.740', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17191251', 'Wild_Sheep', '5624', '314.000', '-0.010', '-515.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191252', 'Goblin_Thug', '5608', '281.416', '-0.010', '-488.727', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17191253', 'Goblin_Weaver', '5609', '246.861', '-0.341', '-488.349', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17191254', 'Goblin_Weaver', '5609', '351.398', '-0.998', '-557.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191255', 'Ding_Bats', '5600', '267.012', '0.922', '-473.695', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17191256', 'Ding_Bats', '5600', '261.255', '-0.993', '-495.776', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17191257', 'Tainted_Hound', '5621', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191258', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191259', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191260', 'Goblin_Thug', '5608', '300.313', '0.065', '-496.409', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17191261', 'Goblin_Weaver', '5609', '297.018', '0.309', '-492.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191262', 'Forest_Hare', '5604', '440.611', '-10.543', '-386.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191263', 'Forest_Hare', '5604', '348.801', '-20.533', '-327.184', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17191264', 'Forest_Hare', '5604', '436.160', '-11.247', '-414.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191265', 'Forest_Funguar', '5603', '385.055', '-14.983', '-347.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191266', 'Forest_Funguar', '5603', '402.037', '-10.510', '-368.526', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17191267', 'Forest_Funguar', '5603', '379.263', '-20.763', '-316.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191268', 'Scarab_Beetle', '5619', '400.181', '-20.804', '-299.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191269', 'Scarab_Beetle', '5619', '369.467', '-19.634', '-333.443', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17191270', 'Wild_Sheep', '5624', '422.202', '-19.916', '-327.748', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17191271', 'Wild_Sheep', '5624', '370.157', '-20.720', '-306.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191272', 'Wild_Sheep', '5624', '441.383', '-10.433', '-388.673', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17191273', 'Orcish_Fodder', '5612', '392.228', '-19.185', '-330.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191274', 'Orcish_Mesmerizer', '5614', '381.560', '-20.963', '-310.741', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191275', 'Orcish_Grappler', '5613', '416.470', '-10.948', '-369.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191276', 'Ding_Bats', '5600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191277', 'Ding_Bats', '5600', '427.567', '-10.161', '-388.767', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17191278', 'Mouse_Bat', '5610', '448.447', '-10.732', '-417.660', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17191279', 'Enchanted_Bones', '5601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191280', 'Forest_Hare', '5604', '463.428', '-7.598', '-485.614', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17191281', 'Goblin_Thug', '5608', '461.148', '-7.993', '-465.875', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17191282', 'Goblin_Weaver', '5609', '474.941', '-9.779', '-471.781', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17191283', 'Goblin_Weaver', '5609', '445.066', '-9.562', '-447.695', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191284', 'Goblin_Fisher', '5607', '442.865', '-10.249', '-357.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191285', 'Goblin_Fisher', '5607', '447.000', '-19.000', '-285.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17191286', 'Goblin_Fisher', '5607', '470.062', '-12.166', '-347.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191287', 'Pugil', '5616', '443.334', '-17.000', '-303.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191288', 'Pugil', '5616', '423.000', '-16.000', '-285.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17191289', 'Pugil', '5616', '461.268', '-6.674', '-391.342', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17191290', 'Pugil', '5616', '459.345', '-6.686', '-363.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191291', 'Swamfisk', '5620', '461.000', '-6.000', '-356.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191292', 'Forest_Hare', '5604', '599.111', '-10.987', '-440.922', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17191293', 'Forest_Hare', '5604', '570.556', '-6.544', '-461.640', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17191294', 'Forest_Hare', '5604', '508.261', '-10.604', '-413.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191295', 'Forest_Hare', '5604', '561.314', '-10.394', '-413.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191296', 'Carrion_Worm', '5594', '540.405', '-7.531', '-424.258', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17191297', 'Scarab_Beetle', '5619', '586.555', '-11.469', '-433.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191298', 'Scarab_Beetle', '5619', '503.825', '-9.165', '-347.860', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17191299', 'Wild_Sheep', '5624', '580.757', '-12.062', '-429.875', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191300', 'Wild_Sheep', '5624', '534.881', '-10.381', '-477.078', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17191301', 'Orcish_Fodder', '5612', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191302', 'Orcish_Mesmerizer', '5614', '538.979', '-11.088', '-357.675', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17191303', 'Orcish_Grappler', '5613', '521.805', '-9.964', '-366.619', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17191304', 'Ding_Bats', '5600', '527.311', '-12.251', '-345.848', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191305', 'Mouse_Bat', '5610', '551.047', '-6.201', '-452.388', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17191306', 'Enchanted_Bones', '5601', '520.549', '-9.949', '-390.652', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17191307', 'Forest_Hare', '5604', '654.552', '-14.247', '-499.155', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17191308', 'Forest_Hare', '5604', '632.629', '-11.020', '-474.346', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17191309', 'Scarab_Beetle', '5619', '638.048', '-10.223', '-531.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191310', 'Scarab_Beetle', '5619', '635.663', '-10.773', '-490.983', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17191311', 'Wild_Sheep', '5624', '632.242', '-12.033', '-540.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191312', 'Wild_Sheep', '5624', '648.064', '-14.130', '-478.684', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17191313', 'Wild_Sheep', '5624', '592.992', '-7.864', '-500.549', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17191314', 'Ding_Bats', '5600', '629.663', '-10.078', '-505.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191315', 'Mouse_Bat', '5610', '570.908', '-9.424', '-506.854', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17191316', 'Goblin_Digger', '5606', '357.813', '-10.344', '-411.927', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17191317', 'Pixie', '5615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191318', 'Pixie', '5615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191319', 'Pixie', '5615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191320', 'Pixie', '5615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191321', 'Pixie', '5615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191322', 'Gawky_Gawain', '5605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191340', 'Bull_[Herd1]', '5588', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191341', 'Cow_[Herd1]', '5597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191342', 'Cow_[Herd1]', '5597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191343', 'Cow_[Herd1]', '5597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191344', 'Calf_[Herd1]', '5591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191345', 'Calf_[Herd1]', '5591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191346', 'Calf_[Herd1]', '5591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191347', 'Calf_[Herd1]', '5591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191348', 'Calf_[Herd1]', '5591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191349', 'Calf_[Herd1]', '5591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191350', 'Bull_[Herd2]', '5589', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191351', 'Cow_[Herd2]', '5598', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191352', 'Cow_[Herd2]', '5598', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191353', 'Cow_[Herd2]', '5598', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191354', 'Calf_[Herd2]', '5592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191355', 'Calf_[Herd2]', '5592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191356', 'Calf_[Herd2]', '5592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191357', 'Calf_[Herd2]', '5592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191358', 'Calf_[Herd2]', '5592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191359', 'Calf_[Herd2]', '5592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191360', 'Bull_[Herd3]', '5590', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191361', 'Cow_[Herd3]', '5599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191362', 'Cow_[Herd3]', '5599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191363', 'Cow_[Herd3]', '5599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191364', 'Calf_[Herd3]', '5593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191365', 'Calf_[Herd3]', '5593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191366', 'Calf_[Herd3]', '5593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191367', 'Calf_[Herd3]', '5593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191368', 'Calf_[Herd3]', '5593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191369', 'Calf_[Herd3]', '5593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191370', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191371', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191372', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191373', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191374', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191375', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191376', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191377', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191378', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191379', 'Chigoe', '5596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191380', 'Pyracmon', '5618', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191381', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191382', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191383', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191384', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191385', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191386', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191387', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191388', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191389', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17191390', 'Wraith_Bat', '5625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195009', 'Coral_Crab', '5632', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195010', 'Pug_Pugil', '5663', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195011', 'Thickshell', '5671', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195012', 'Giant_Pugil', '5635', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195013', 'Puffer_Pugil', '5662', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195014', 'Steppe_Hare', '5668', '-569.111', '0.179', '427.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195015', 'Steppe_Hare', '5668', '-461.206', '-7.107', '426.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195016', 'Steppe_Hare', '5668', '-643.862', '-0.484', '567.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195017', 'Steppe_Hare', '5668', '-619.829', '-0.774', '572.865', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195018', 'Strolling_Sapling', '5669', '-613.000', '-1.173', '545.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195019', 'Strolling_Sapling', '5669', '-565.836', '0.496', '409.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195020', 'Strolling_Sapling', '5669', '-618.160', '-0.510', '551.103', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17195021', 'Akbaba', '5628', '-494.196', '-0.679', '411.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195022', 'Akbaba', '5628', '-551.953', '-0.989', '428.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195023', 'Steppe_Hare', '5668', '-451.130', '-8.154', '327.724', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17195024', 'Steppe_Hare', '5668', '-475.076', '-2.124', '350.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195025', 'Steppe_Hare', '5668', '-396.429', '-7.708', '382.092', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17195026', 'Steppe_Hare', '5668', '-446.909', '-8.218', '318.012', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17195027', 'Strolling_Sapling', '5669', '-445.455', '-7.900', '371.497', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195028', 'Strolling_Sapling', '5669', '-439.734', '-8.357', '320.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195029', 'Strolling_Sapling', '5669', '-513.242', '-8.871', '309.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195030', 'Akbaba', '5628', '-517.849', '-8.392', '325.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195031', 'Akbaba', '5628', '-544.576', '-3.279', '324.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195032', 'Steppe_Hare', '5668', '-493.385', '-9.343', '234.282', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17195033', 'Steppe_Hare', '5668', '-525.946', '-9.059', '204.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195034', 'Steppe_Hare', '5668', '-521.998', '-8.913', '208.325', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17195035', 'Steppe_Hare', '5668', '-577.741', '-5.129', '239.094', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17195036', 'Strolling_Sapling', '5669', '-497.197', '-8.938', '251.498', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195037', 'Strolling_Sapling', '5669', '-582.458', '-0.519', '268.284', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17195038', 'Strolling_Sapling', '5669', '-590.581', '-1.498', '234.886', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17195039', 'Akbaba', '5628', '-519.313', '-7.977', '263.293', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17195040', 'Akbaba', '5628', '-592.012', '-0.695', '248.865', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17195041', 'Orcish_Fodder', '5651', '-556.929', '-1.509', '274.564', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17195042', 'Orcish_Fodder', '5651', '-563.201', '-8.326', '207.066', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17195043', 'Orcish_Mesmerizer', '5654', '-519.854', '-8.876', '209.912', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17195044', 'Orcish_Mesmerizer', '5654', '-560.767', '-7.905', '245.597', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17195045', 'Orcish_Grappler', '5652', '-544.848', '-8.250', '246.057', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17195046', 'Orcish_Grappler', '5652', '-540.770', '-0.937', '415.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195047', 'Skeleton_Warrior', '5667', '-447.785', '-7.568', '364.309', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17195048', 'Skeleton_Sorcerer', '5666', '-542.106', '0.009', '359.761', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17195049', 'Rock_Eater', '5664', '-775.669', '16.050', '592.004', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195050', 'Rock_Eater', '5664', '-755.718', '17.071', '434.323', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17195051', 'Rock_Eater', '5664', '-765.624', '15.425', '629.229', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17195052', 'Rock_Eater', '5664', '-772.805', '14.617', '615.783', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17195053', 'Mad_Sheep', '5648', '-819.312', '13.927', '491.376', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17195054', 'Mad_Sheep', '5648', '-763.074', '15.837', '409.163', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195055', 'Mad_Sheep', '5648', '-714.219', '17.001', '346.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195056', 'Huge_Wasp', '5646', '-832.536', '15.778', '478.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195057', 'Huge_Wasp', '5646', '-771.501', '16.512', '443.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195058', 'Huge_Wasp', '5646', '-642.102', '17.318', '408.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195059', 'Goblin_Thug', '5641', '-669.909', '15.852', '316.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195060', 'Goblin_Weaver', '5643', '-691.804', '16.460', '509.183', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195061', 'Gale_Bats', '5633', '-641.803', '15.647', '284.085', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17195062', 'Gale_Bats', '5633', '-729.369', '15.997', '345.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195063', 'Acro_Bat', '5626', '-770.667', '15.812', '430.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195064', 'Acro_Bat', '5626', '-678.788', '15.604', '285.241', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17195065', 'Wolf_Zombie', '5674', '-691.147', '16.296', '511.835', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17195066', 'Skeleton_Warrior', '5667', '-637.319', '16.660', '415.225', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195067', 'Skeleton_Sorcerer', '5666', '-706.155', '16.084', '321.659', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17195068', 'Air_Elemental', '5627', '-747.962', '16.951', '554.251', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17195069', 'Steppe_Hare', '5668', '-735.676', '-9.553', '117.771', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195070', 'Steppe_Hare', '5668', '-672.172', '-1.804', '192.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195071', 'Strolling_Sapling', '5669', '-601.263', '-1.393', '231.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195072', 'Strolling_Sapling', '5669', '-687.984', '-7.689', '166.833', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17195073', 'Akbaba', '5628', '-672.536', '-9.401', '144.945', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17195074', 'Akbaba', '5628', '-674.203', '-0.299', '223.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195075', 'Akbaba', '5628', '-686.063', '-8.892', '113.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195076', 'Akbaba', '5628', '-763.344', '-0.289', '296.731', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17195077', 'Steppe_Hare', '5668', '-509.176', '-14.591', '170.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195078', 'Steppe_Hare', '5668', '-517.727', '-17.252', '110.671', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17195079', 'Steppe_Hare', '5668', '-549.888', '-17.133', '144.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195080', 'Strolling_Sapling', '5669', '-487.110', '-16.384', '94.624', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17195081', 'Strolling_Sapling', '5669', '-538.996', '-17.297', '128.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195082', 'Strolling_Sapling', '5669', '-512.109', '-16.232', '125.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195083', 'Akbaba', '5628', '-547.347', '-16.560', '104.988', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17195084', 'Akbaba', '5628', '-580.285', '-16.898', '112.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195085', 'Steppe_Hare', '5668', '-636.934', '-15.520', '-18.395', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17195086', 'Steppe_Hare', '5668', '-684.098', '-16.853', '-6.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195087', 'Steppe_Hare', '5668', '-600.148', '-16.887', '42.171', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17195088', 'Strolling_Sapling', '5669', '-699.192', '-15.874', '-42.969', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17195089', 'Strolling_Sapling', '5669', '-693.792', '-17.202', '-6.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195090', 'Strolling_Sapling', '5669', '-622.323', '-11.018', '-84.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195091', 'Akbaba', '5628', '-638.756', '-15.495', '-20.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195092', 'Akbaba', '5628', '-637.724', '-16.465', '0.775', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17195093', 'Orcish_Grunt', '5653', '-601.405', '-16.749', '156.004', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17195094', 'Orcish_Stonechucker', '5656', '-494.187', '-16.785', '79.165', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17195095', 'Orcish_Fodder', '5651', '-695.099', '-8.826', '57.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195096', 'Orcish_Neckchopper', '5655', '-687.336', '0.919', '211.439', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17195097', 'Orcish_Mesmerizer', '5654', '-542.876', '-15.334', '173.351', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17195098', 'Orcish_Grappler', '5652', '-686.762', '0.944', '212.200', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17195099', 'Skeleton_Warrior', '5667', '-625.411', '-8.093', '209.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195100', 'Skeleton_Sorcerer', '5666', '-92.850', '24.480', '-517.110', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195101', 'Grenade', '5645', '-673.187', '-0.666', '237.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195102', 'Rock_Eater', '5664', '-577.921', '-0.098', '-61.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195103', 'Rock_Eater', '5664', '-421.338', '0.069', '-243.534', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195104', 'Rock_Eater', '5664', '-574.953', '0.226', '-38.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195105', 'Rock_Eater', '5664', '-557.649', '-0.470', '-43.488', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195106', 'Mad_Sheep', '5648', '-510.167', '-0.850', '-164.895', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195107', 'Mad_Sheep', '5648', '-582.382', '-0.197', '-60.706', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17195108', 'Mad_Sheep', '5648', '-566.000', '-0.010', '-93.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17195109', 'Huge_Wasp', '5646', '-493.481', '0.048', '-36.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195110', 'Huge_Wasp', '5646', '-577.318', '-0.035', '-52.082', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17195111', 'Huge_Wasp', '5646', '-530.559', '0.877', '-112.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195112', 'Goblin_Thug', '5641', '-490.080', '-0.608', '-165.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195113', 'Goblin_Ambusher', '5636', '-579.942', '-0.107', '-57.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195114', 'Goblin_Weaver', '5643', '-395.174', '-0.368', '-302.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195115', 'Goblin_Tinkerer', '5642', '-502.935', '0.353', '-160.183', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195116', 'Goblin_Butcher', '5638', '-393.850', '0.219', '-142.850', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17195117', 'Gale_Bats', '5633', '-459.512', '1.765', '-230.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195118', 'Gale_Bats', '5633', '-396.730', '-0.428', '-283.364', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195119', 'Acro_Bat', '5626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195120', 'Acro_Bat', '5626', '-540.873', '-0.181', '-131.257', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17195121', 'Wolf_Zombie', '5674', '-544.000', '-0.010', '-153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195122', 'Skeleton_Warrior', '5667', '-361.000', '-0.010', '-206.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17195123', 'Skeleton_Sorcerer', '5666', '-392.862', '-0.161', '-270.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195124', 'Air_Elemental', '5627', '-513.363', '1.380', '-129.464', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195125', 'Steppe_Hare', '5668', '-388.689', '-16.668', '8.393', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17195126', 'Steppe_Hare', '5668', '-345.321', '-8.033', '43.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195127', 'Steppe_Hare', '5668', '-441.716', '-9.264', '67.069', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17195128', 'Strolling_Sapling', '5669', '-448.288', '-10.112', '60.669', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17195129', 'Strolling_Sapling', '5669', '-384.685', '-17.378', '-2.351', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17195130', 'Strolling_Sapling', '5669', '-346.978', '-16.790', '-29.122', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17195131', 'Akbaba', '5628', '-392.516', '-15.663', '-35.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195132', 'Akbaba', '5628', '-446.938', '-10.390', '50.928', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17195133', 'Akbaba', '5628', '-417.815', '-10.484', '28.609', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17195134', 'Steppe_Hare', '5668', '-324.065', '-17.288', '-100.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195135', 'Steppe_Hare', '5668', '-214.716', '-10.708', '-139.620', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195136', 'Steppe_Hare', '5668', '-335.076', '-16.757', '-67.822', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17195137', 'Strolling_Sapling', '5669', '-249.527', '-14.242', '-147.788', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195138', 'Strolling_Sapling', '5669', '-338.932', '-16.898', '-57.716', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195139', 'Strolling_Sapling', '5669', '-250.487', '-13.216', '-136.010', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17195140', 'Akbaba', '5628', '-360.599', '-16.532', '-76.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195141', 'Akbaba', '5628', '-328.727', '-16.975', '-106.635', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17195142', 'Akbaba', '5628', '-269.880', '-15.722', '-103.493', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17195143', 'Battering_Ram', '5630', '-372.000', '-16.000', '-6.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17195144', 'Orcish_Grunt', '5653', '-294.534', '-10.771', '-10.386', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17195145', 'Orcish_Stonechucker', '5656', '-257.470', '-11.481', '-76.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195146', 'Orcish_Fodder', '5651', '-372.872', '-8.332', '64.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195147', 'Orcish_Neckchopper', '5655', '-155.425', '-8.459', '-173.113', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195148', 'Orcish_Mesmerizer', '5654', '-184.764', '-9.216', '-168.382', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17195149', 'Orcish_Grappler', '5652', '-247.296', '-10.299', '-106.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195150', 'Skeleton_Warrior', '5667', '167.500', '23.310', '-13.920', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195151', 'Skeleton_Sorcerer', '5666', '614.800', '40.440', '-445.470', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195152', 'Rock_Eater', '5664', '-277.566', '7.728', '195.442', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17195153', 'Rock_Eater', '5664', '-238.929', '7.662', '126.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195154', 'Rock_Eater', '5664', '-261.398', '7.660', '174.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195155', 'Rock_Eater', '5664', '-272.000', '8.000', '155.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17195156', 'Mad_Sheep', '5648', '-368.054', '8.680', '320.960', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195157', 'Mad_Sheep', '5648', '-275.134', '7.593', '206.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195158', 'Mad_Sheep', '5648', '-242.165', '7.530', '201.635', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17195159', 'Huge_Wasp', '5646', '-254.260', '9.112', '144.110', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17195160', 'Huge_Wasp', '5646', '-275.670', '7.192', '422.252', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17195161', 'Goblin_Thug', '5641', '-284.473', '6.416', '443.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195162', 'Goblin_Ambusher', '5636', '-218.938', '6.790', '106.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195163', 'Goblin_Weaver', '5643', '-226.046', '7.168', '119.257', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195164', 'Goblin_Tinkerer', '5642', '-420.553', '7.984', '219.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195165', 'Goblin_Butcher', '5638', '-280.544', '7.534', '196.238', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17195166', 'Gale_Bats', '5633', '-259.060', '7.681', '177.466', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17195167', 'Gale_Bats', '5633', '-360.071', '7.940', '348.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195168', 'Acro_Bat', '5626', '-249.343', '7.798', '203.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195169', 'Wolf_Zombie', '5674', '-283.847', '7.903', '125.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195170', 'Skeleton_Warrior', '5667', '-271.977', '7.778', '123.114', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17195171', 'Skeleton_Sorcerer', '5666', '-237.896', '7.997', '174.070', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17195172', 'Air_Elemental', '5627', '-317.796', '8.171', '367.753', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17195173', 'Poison_Funguar', '5660', '-333.093', '38.609', '197.367', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195174', 'Poison_Funguar', '5660', '-359.184', '38.433', '208.004', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195175', 'Poison_Funguar', '5660', '-356.179', '38.952', '260.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195176', 'Huge_Wasp', '5646', '-359.974', '38.438', '208.225', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195177', 'Huge_Wasp', '5646', '-341.460', '38.842', '274.794', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195178', 'Grass_Funguar', '5644', '-195.180', '6.572', '405.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195179', 'Grass_Funguar', '5644', '-201.419', '7.725', '370.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195180', 'Rock_Eater', '5664', '-94.350', '11.852', '101.461', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17195181', 'Rock_Eater', '5664', '-121.251', '7.872', '79.005', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195182', 'Rock_Eater', '5664', '-78.916', '16.600', '139.455', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17195183', 'Rock_Eater', '5664', '-50.109', '15.021', '68.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195184', 'Mad_Sheep', '5648', '-153.327', '7.802', '185.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195185', 'Mad_Sheep', '5648', '-170.070', '7.251', '116.682', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17195186', 'Gale_Bats', '5633', '-140.852', '11.048', '157.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195187', 'Gale_Bats', '5633', '-55.779', '16.105', '113.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195188', 'Acro_Bat', '5626', '-117.957', '12.251', '176.916', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17195189', 'Wolf_Zombie', '5674', '-70.273', '13.870', '70.512', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17195190', 'Ghost', '5634', '-168.140', '7.247', '263.068', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17195191', 'Ghost', '5634', '-207.221', '6.556', '248.880', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195192', 'Ghost', '5634', '-205.333', '7.648', '254.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195193', 'Ghost', '5634', '-165.173', '7.976', '253.087', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17195194', 'Thickshell', '5671', '55.288', '19.240', '135.725', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17195195', 'Thickshell', '5671', '65.584', '16.917', '132.965', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17195196', 'Thickshell', '5671', '-7.969', '17.572', '50.047', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17195197', 'Thickshell', '5671', '63.325', '16.635', '104.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195198', 'Thickshell', '5671', '58.963', '18.807', '106.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195199', 'Thickshell', '5671', '6.474', '18.715', '146.594', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17195200', 'Goblin_Fisher', '5640', '-33.593', '16.530', '86.346', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17195201', 'Goblin_Fisher', '5640', '-1.151', '19.413', '144.238', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195202', 'Water_Elemental', '5673', '-27.697', '19.004', '107.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195203', 'Rock_Eater', '5664', '249.931', '25.867', '310.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195204', 'Rock_Eater', '5664', '71.708', '15.887', '284.346', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17195205', 'Mad_Sheep', '5648', '-41.846', '15.039', '245.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195206', 'Mad_Sheep', '5648', '204.354', '21.286', '368.695', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195207', 'Mad_Sheep', '5648', '250.566', '26.041', '311.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195208', 'Gale_Bats', '5633', '236.631', '24.276', '301.066', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17195209', 'Acro_Bat', '5626', '214.247', '23.349', '248.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195210', 'Wolf_Zombie', '5674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195211', 'Rock_Eater', '5664', '57.991', '18.741', '40.699', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17195212', 'Rock_Eater', '5664', '73.617', '16.187', '72.521', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17195213', 'Rock_Eater', '5664', '61.400', '17.990', '59.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195214', 'Rock_Eater', '5664', '69.692', '16.464', '172.986', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17195215', 'Mad_Sheep', '5648', '39.511', '18.984', '94.134', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17195216', 'Mad_Sheep', '5648', '60.961', '16.519', '165.188', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17195217', 'Gale_Bats', '5633', '-8.489', '16.185', '156.331', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17195218', 'Gale_Bats', '5633', '9.589', '19.941', '60.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195219', 'Acro_Bat', '5626', '70.247', '15.805', '157.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195220', 'Wolf_Zombie', '5674', '82.941', '15.672', '131.355', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17195222', 'Goblin_Thug', '5641', '197.510', '24.056', '299.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195223', 'Goblin_Ambusher', '5636', '-100.510', '15.349', '169.832', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17195224', 'Goblin_Weaver', '5643', '116.081', '15.776', '299.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195225', 'Goblin_Tinkerer', '5642', '-181.523', '7.406', '126.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195226', 'Goblin_Butcher', '5638', '151.099', '19.998', '303.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195227', 'Skeleton_Warrior', '5667', '44.812', '15.913', '273.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195228', 'Skeleton_Sorcerer', '5666', '46.633', '16.646', '153.610', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17195229', 'Grenade', '5645', '146.492', '15.478', '231.995', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17195230', 'Goblin_Tinkerer', '5642', '117.067', '14.803', '194.508', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17195231', 'Poison_Funguar', '5660', '48.000', '46.000', '230.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195232', 'Poison_Funguar', '5660', '34.786', '46.434', '201.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195233', 'Huge_Wasp', '5646', '45.935', '46.352', '240.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195234', 'Huge_Wasp', '5646', '45.008', '46.626', '214.560', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17195235', 'Huge_Wasp', '5646', '21.949', '43.415', '190.019', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17195236', 'Plague_Bats', '5658', '191.780', '44.901', '336.824', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17195237', 'Plague_Bats', '5658', '180.553', '39.436', '318.565', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195238', 'Poison_Bat', '5659', '180.396', '39.412', '318.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195239', 'Poison_Bat', '5659', '174.314', '35.906', '308.137', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17195240', 'Plague_Bats', '5658', '260.609', '55.891', '262.126', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195241', 'Plague_Bats', '5658', '264.212', '54.431', '256.941', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17195242', 'Poison_Bat', '5659', '263.967', '54.400', '257.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195243', 'Poison_Bat', '5659', '250.814', '54.182', '257.266', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17195244', 'Poison_Funguar', '5660', '409.262', '70.535', '361.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195245', 'Poison_Funguar', '5660', '421.619', '71.030', '356.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195246', 'Poison_Funguar', '5660', '416.130', '70.250', '351.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195247', 'Huge_Wasp', '5646', '395.316', '70.263', '355.922', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195248', 'Huge_Wasp', '5646', '400.407', '70.249', '360.909', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17195249', 'Plague_Bats', '5658', '537.250', '54.139', '383.530', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17195250', 'Plague_Bats', '5658', '537.237', '54.514', '377.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195251', 'Plague_Bats', '5658', '539.190', '53.581', '342.768', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17195252', 'Plague_Bats', '5658', '583.388', '54.399', '336.789', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17195253', 'Poison_Bat', '5659', '536.568', '54.875', '396.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195254', 'Poison_Bat', '5659', '547.811', '53.123', '336.654', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195255', 'Poison_Bat', '5659', '562.169', '55.356', '340.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195256', 'Poison_Funguar', '5660', '450.472', '70.657', '238.237', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195257', 'Poison_Funguar', '5660', '467.668', '70.772', '238.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195258', 'Poison_Funguar', '5660', '484.999', '70.710', '259.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195259', 'Tumbling_Truffle', '5672', '434.000', '70.000', '241.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195260', 'Huge_Wasp', '5646', '426.435', '70.791', '239.353', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17195261', 'Huge_Wasp', '5646', '474.362', '70.515', '237.761', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17195262', 'Rock_Eater', '5664', '317.457', '38.720', '364.230', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195263', 'Rock_Eater', '5664', '339.359', '36.490', '374.007', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195264', 'Mad_Sheep', '5648', '480.091', '39.487', '471.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195265', 'Mad_Sheep', '5648', '460.751', '39.659', '422.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195266', 'Mad_Sheep', '5648', '333.726', '36.990', '371.466', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17195267', 'Mad_Sheep', '5648', '297.045', '40.009', '311.250', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17195268', 'Gale_Bats', '5633', '413.218', '41.687', '398.735', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17195269', 'Gale_Bats', '5633', '489.486', '39.152', '472.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195270', 'Acro_Bat', '5626', '378.033', '38.146', '410.284', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195271', 'Wolf_Zombie', '5674', '312.946', '39.309', '346.220', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17195272', 'Rock_Eater', '5664', '360.320', '40.932', '289.276', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195273', 'Rock_Eater', '5664', '500.982', '40.140', '346.405', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17195274', 'Mad_Sheep', '5648', '480.427', '39.803', '328.745', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17195275', 'Mad_Sheep', '5648', '623.012', '39.986', '323.182', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17195276', 'Mad_Sheep', '5648', '429.306', '40.132', '281.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195277', 'Mad_Sheep', '5648', '473.552', '40.487', '347.507', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17195278', 'Gale_Bats', '5633', '313.539', '39.571', '280.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195279', 'Acro_Bat', '5626', '509.089', '39.733', '321.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195280', 'Wolf_Zombie', '5674', '529.041', '38.412', '337.009', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17195281', 'Rock_Eater', '5664', '434.813', '39.563', '161.009', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17195282', 'Rock_Eater', '5664', '590.027', '41.364', '270.643', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17195283', 'Mad_Sheep', '5648', '359.884', '39.733', '149.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195284', 'Mad_Sheep', '5648', '411.664', '42.216', '170.126', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195285', 'Huge_Wasp', '5646', '722.208', '39.015', '283.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195286', 'Huge_Wasp', '5646', '402.397', '40.576', '160.542', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17195287', 'Gale_Bats', '5633', '430.667', '41.562', '186.610', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17195288', 'Wolf_Zombie', '5674', '434.465', '40.334', '173.772', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17195289', 'Goblin_Thug', '5641', '438.444', '40.118', '281.220', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17195290', 'Goblin_Ambusher', '5636', '314.386', '39.863', '268.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195291', 'Goblin_Weaver', '5643', '508.514', '39.880', '325.601', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17195292', 'Goblin_Tinkerer', '5642', '438.438', '39.841', '402.819', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195293', 'Goblin_Butcher', '5638', '569.473', '40.399', '244.254', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17195294', 'Skeleton_Warrior', '5667', '478.864', '39.551', '470.317', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17195295', 'Skeleton_Sorcerer', '5666', '463.564', '39.991', '408.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195296', 'Air_Elemental', '5627', '446.414', '40.047', '416.790', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17195297', 'Steppe_Hare', '5668', '-146.114', '-7.648', '-177.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195298', 'Steppe_Hare', '5668', '-94.966', '0.383', '-226.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195299', 'Steppe_Hare', '5668', '-125.777', '-0.943', '-266.492', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17195300', 'Strolling_Sapling', '5669', '-69.318', '0.002', '-86.231', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17195301', 'Strolling_Sapling', '5669', '-78.877', '7.470', '-275.341', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17195302', 'Akbaba', '5628', '-56.535', '3.712', '-145.625', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17195303', 'Akbaba', '5628', '-61.123', '1.607', '-176.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195304', 'Steppe_Hare', '5668', '25.918', '7.431', '-193.682', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17195305', 'Steppe_Hare', '5668', '38.434', '7.407', '-156.916', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17195306', 'Strolling_Sapling', '5669', '32.503', '7.961', '-217.716', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195307', 'Strolling_Sapling', '5669', '-9.412', '14.633', '-261.996', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17195308', 'Strolling_Sapling', '5669', '-22.377', '7.030', '-136.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195309', 'Akbaba', '5628', '-28.924', '4.850', '-92.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195310', 'Akbaba', '5628', '39.760', '8.105', '-225.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195311', 'Steppe_Hare', '5668', '84.817', '7.230', '-259.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195312', 'Steppe_Hare', '5668', '71.767', '7.253', '-214.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195313', 'Strolling_Sapling', '5669', '74.467', '7.451', '-224.702', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17195314', 'Strolling_Sapling', '5669', '59.229', '8.550', '-248.943', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17195315', 'Akbaba', '5628', '62.038', '8.173', '-236.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195316', 'Battering_Ram', '5630', '-117.000', '-1.000', '-136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195317', 'Lumbering_Lambert', '5647', '-216.000', '-8.000', '-107.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17195318', 'Bloodtear_Baldurf', '5631', '88.000', '8.000', '-239.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195319', 'Orcish_Grunt', '5653', '36.490', '10.931', '-252.906', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17195320', 'Orcish_Stonechucker', '5656', '-48.619', '5.895', '-180.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195321', 'Orcish_Fodder', '5651', '-19.760', '0.669', '4.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195322', 'Orcish_Neckchopper', '5655', '-97.747', '-1.189', '-172.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195323', 'Orcish_Mesmerizer', '5654', '90.820', '6.981', '-259.792', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17195324', 'Orcish_Grappler', '5652', '-105.468', '8.533', '-327.419', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17195325', 'Skeleton_Warrior', '5667', '43.992', '7.516', '-200.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195326', 'Skeleton_Sorcerer', '5666', '-676.470', '-16.610', '-20.970', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195327', 'Rock_Eater', '5664', '-162.621', '23.813', '-509.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195328', 'Rock_Eater', '5664', '-153.415', '23.617', '-481.810', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17195329', 'Rock_Eater', '5664', '93.000', '24.000', '-397.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17195330', 'Mad_Sheep', '5648', '-156.691', '23.392', '-520.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195331', 'Mad_Sheep', '5648', '-9.289', '25.471', '-328.792', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17195332', 'Mad_Sheep', '5648', '-180.653', '23.524', '-433.461', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195333', 'Gale_Bats', '5633', '-166.255', '23.667', '-482.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195334', 'Gale_Bats', '5633', '-108.509', '26.348', '-405.721', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17195335', 'Acro_Bat', '5626', '-31.802', '25.350', '-362.623', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17195336', 'Wolf_Zombie', '5674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195337', 'Rock_Eater', '5664', '15.268', '25.134', '-431.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195338', 'Rock_Eater', '5664', '89.648', '24.257', '-525.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195339', 'Rock_Eater', '5664', '15.739', '23.777', '-515.755', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17195340', 'Mad_Sheep', '5648', '55.041', '23.550', '-528.972', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17195341', 'Mad_Sheep', '5648', '-141.090', '24.149', '-519.019', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17195342', 'Mad_Sheep', '5648', '-18.736', '23.021', '-514.108', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195343', 'Gale_Bats', '5633', '53.265', '24.007', '-366.546', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17195344', 'Gale_Bats', '5633', '-10.988', '24.977', '-437.217', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195345', 'Acro_Bat', '5626', '-67.923', '23.974', '-505.544', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17195346', 'Wolf_Zombie', '5674', '35.401', '26.198', '-576.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195347', 'Goblin_Thug', '5641', '-39.902', '23.535', '-319.635', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17195348', 'Goblin_Ambusher', '5636', '-173.329', '23.988', '-492.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195349', 'Goblin_Weaver', '5643', '52.489', '23.999', '-371.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195350', 'Goblin_Tinkerer', '5642', '-154.259', '23.789', '-486.021', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17195351', 'Goblin_Butcher', '5638', '-1.955', '24.277', '-304.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195352', 'Skeleton_Warrior', '5667', '161.380', '7.000', '-213.880', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195353', 'Skeleton_Sorcerer', '5666', '-542.730', '-0.430', '463.610', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195354', 'Air_Elemental', '5627', '-101.377', '26.730', '-382.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195355', 'Steppe_Hare', '5668', '128.198', '23.989', '-18.946', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17195356', 'Steppe_Hare', '5668', '158.207', '20.340', '52.311', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17195357', 'Steppe_Hare', '5668', '219.711', '12.688', '132.801', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17195358', 'Steppe_Hare', '5668', '257.957', '18.983', '112.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195359', 'Strolling_Sapling', '5669', '174.597', '19.201', '56.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195360', 'Strolling_Sapling', '5669', '232.706', '16.267', '171.865', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17195361', 'Akbaba', '5628', '195.897', '15.642', '103.222', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195362', 'Akbaba', '5628', '233.080', '15.623', '123.643', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17195363', 'Steppe_Hare', '5668', '336.981', '23.502', '-37.457', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17195364', 'Steppe_Hare', '5668', '514.251', '23.732', '-11.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195365', 'Strolling_Sapling', '5669', '305.876', '23.681', '68.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195366', 'Strolling_Sapling', '5669', '333.629', '23.857', '-14.778', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17195367', 'Akbaba', '5628', '220.130', '23.925', '-6.810', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17195368', 'Akbaba', '5628', '307.389', '24.078', '14.979', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17195369', 'Akbaba', '5628', '269.096', '23.596', '-13.276', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17195370', 'Akbaba', '5628', '226.242', '23.853', '11.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195371', 'Steppe_Hare', '5668', '561.945', '23.596', '54.837', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17195372', 'Steppe_Hare', '5668', '279.896', '23.452', '-87.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195373', 'Strolling_Sapling', '5669', '578.646', '22.474', '-44.393', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17195374', 'Strolling_Sapling', '5669', '484.732', '23.921', '65.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195375', 'Strolling_Sapling', '5669', '491.894', '23.904', '36.726', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17195376', 'Akbaba', '5628', '628.717', '27.858', '-43.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195377', 'Akbaba', '5628', '490.572', '23.168', '132.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195378', 'Orcish_Grunt', '5653', '560.229', '23.533', '78.879', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17195379', 'Orcish_Stonechucker', '5656', '376.685', '23.758', '-181.683', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195380', 'Orcish_Fodder', '5651', '221.406', '15.457', '114.466', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17195381', 'Orcish_Neckchopper', '5655', '560.375', '24.325', '96.550', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17195382', 'Orcish_Mesmerizer', '5654', '267.476', '21.642', '127.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195383', 'Orcish_Grappler', '5652', '489.978', '23.161', '130.244', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195384', 'Skeleton_Warrior', '5667', '661.501', '23.621', '150.391', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17195385', 'Skeleton_Sorcerer', '5666', '235.300', '20.812', '90.810', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17195386', 'Ghost', '5634', '640.468', '31.085', '-0.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195387', 'Grenade', '5645', '484.343', '23.432', '78.368', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195388', 'Steppe_Hare', '5668', '298.810', '23.820', '-256.236', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17195389', 'Steppe_Hare', '5668', '481.025', '23.520', '-142.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195390', 'Strolling_Sapling', '5669', '258.943', '17.696', '-214.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195391', 'Strolling_Sapling', '5669', '327.321', '23.928', '-184.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195392', 'Akbaba', '5628', '258.465', '17.958', '-189.472', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17195393', 'Akbaba', '5628', '325.329', '23.710', '-249.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195394', 'Akbaba', '5628', '267.708', '19.941', '-212.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195395', 'Steppe_Hare', '5668', '598.214', '23.096', '-106.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195396', 'Steppe_Hare', '5668', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195397', 'Strolling_Sapling', '5669', '472.274', '23.589', '-202.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195398', 'Strolling_Sapling', '5669', '438.486', '23.562', '-179.584', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17195399', 'Akbaba', '5628', '545.962', '22.285', '-193.671', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17195400', 'Akbaba', '5628', '491.634', '23.572', '-165.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195401', 'Orcish_Grunt', '5653', '345.248', '23.546', '-283.247', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17195402', 'Orcish_Stonechucker', '5656', '409.000', '24.000', '-473.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195403', 'Orcish_Fodder', '5651', '520.997', '24.200', '-131.800', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17195404', 'Orcish_Neckchopper', '5655', '296.710', '22.585', '-137.493', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195405', 'Orcish_Mesmerizer', '5654', '258.625', '21.598', '-139.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195406', 'Orcish_Grappler', '5652', '433.694', '23.152', '-205.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195407', 'Skeleton_Warrior', '5667', '272.895', '23.595', '-82.048', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17195408', 'Skeleton_Sorcerer', '5666', '457.756', '23.202', '-247.262', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195409', 'Ghost', '5634', '376.145', '23.645', '-206.133', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195410', 'Grass_Funguar', '5644', '685.833', '30.082', '72.224', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17195411', 'Grass_Funguar', '5644', '517.750', '23.018', '152.239', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17195412', 'Grass_Funguar', '5644', '675.269', '23.636', '162.615', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195413', 'Grass_Funguar', '5644', '691.018', '31.384', '82.823', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17195414', 'Grass_Funguar', '5644', '595.760', '22.764', '73.396', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17195415', 'Gale_Bats', '5633', '675.699', '30.501', '94.018', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17195416', 'Gale_Bats', '5633', '632.332', '24.106', '204.195', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17195417', 'Acro_Bat', '5626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195418', 'Acro_Bat', '5626', '641.061', '24.375', '178.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195419', 'Poltergeist', '5661', '622.020', '24.173', '-65.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195420', 'Poltergeist', '5661', '615.098', '23.451', '-82.333', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17195421', 'Rock_Eater', '5664', '591.867', '37.391', '-475.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195422', 'Rock_Eater', '5664', '632.421', '39.863', '-413.987', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17195423', 'Grass_Funguar', '5644', '609.082', '38.952', '-382.628', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17195424', 'Grass_Funguar', '5644', '612.626', '39.887', '-404.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195425', 'Grass_Funguar', '5644', '621.000', '40.000', '-431.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17195426', 'Gale_Bats', '5633', '624.108', '39.720', '-405.962', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17195427', 'Acro_Bat', '5626', '636.107', '40.266', '-463.140', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17195428', 'Thickshell', '5671', '594.052', '39.246', '-408.251', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17195429', 'Thickshell', '5671', '565.638', '39.780', '-433.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195430', 'Goblin_Fisher', '5640', '562.669', '39.785', '-430.168', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17195431', 'Water_Elemental', '5673', '562.188', '39.787', '-429.819', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17195432', 'Rock_Eater', '5664', '436.662', '23.515', '-317.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195433', 'Rock_Eater', '5664', '570.681', '26.374', '-320.869', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195434', 'Grass_Funguar', '5644', '399.396', '23.450', '-431.465', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17195435', 'Grass_Funguar', '5644', '381.262', '22.414', '-530.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195436', 'Grass_Funguar', '5644', '546.536', '23.689', '-335.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195437', 'Grass_Funguar', '5644', '436.615', '20.714', '-568.976', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17195438', 'Gale_Bats', '5633', '521.864', '23.679', '-350.856', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17195439', 'Acro_Bat', '5626', '410.836', '22.641', '-441.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195440', 'Thickshell', '5671', '439.566', '24.328', '-536.999', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195441', 'Thickshell', '5671', '408.598', '23.637', '-524.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195442', 'Goblin_Fisher', '5640', '439.550', '24.327', '-537.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195443', 'Water_Elemental', '5673', '421.290', '24.056', '-523.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195444', 'Rock_Eater', '5664', '245.873', '23.836', '-466.020', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17195445', 'Rock_Eater', '5664', '246.176', '23.757', '-467.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195446', 'Grass_Funguar', '5644', '377.384', '24.223', '-480.526', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17195447', 'Grass_Funguar', '5644', '241.963', '26.022', '-538.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195448', 'Grass_Funguar', '5644', '268.901', '22.987', '-464.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195449', 'Grass_Funguar', '5644', '347.495', '23.299', '-503.467', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17195450', 'Gale_Bats', '5633', '319.942', '23.054', '-469.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195451', 'Acro_Bat', '5626', '242.057', '24.189', '-455.078', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17195452', 'Rock_Eater', '5664', '118.227', '24.385', '-460.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195453', 'Rock_Eater', '5664', '136.160', '31.647', '-563.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195454', 'Grass_Funguar', '5644', '158.285', '25.426', '-451.387', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17195455', 'Grass_Funguar', '5644', '216.248', '28.899', '-529.675', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195456', 'Grass_Funguar', '5644', '218.982', '26.587', '-465.601', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195457', 'Grass_Funguar', '5644', '134.491', '31.539', '-561.745', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17195458', 'Gale_Bats', '5633', '140.787', '26.757', '-510.900', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195459', 'Acro_Bat', '5626', '224.662', '32.181', '-560.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195460', 'Orcish_Grunt', '5653', '373.000', '24.000', '-503.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17195461', 'Orcish_Stonechucker', '5656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195462', 'Orcish_Fodder', '5651', '402.327', '23.451', '-434.056', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195463', 'Orcish_Neckchopper', '5655', '324.000', '24.000', '-512.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17195464', 'Orcish_Mesmerizer', '5654', '290.560', '24.085', '-513.395', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195465', 'Orcish_Grappler', '5652', '119.805', '23.656', '-486.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195466', 'Skeleton_Warrior', '5667', '425.227', '22.794', '-505.269', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17195467', 'Skeleton_Sorcerer', '5666', '154.112', '31.476', '-562.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195468', 'Grenade', '5645', '387.628', '23.675', '-488.808', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17195469', 'Poison_Funguar', '5660', '-61.828', '55.075', '-404.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195470', 'Poison_Funguar', '5660', '-23.177', '55.067', '-394.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195471', 'Huge_Wasp', '5646', '-60.042', '54.931', '-403.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195472', 'Huge_Wasp', '5646', '-74.231', '54.691', '-413.188', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17195473', 'Goblin_Digger', '5639', '-578.235', '-17.008', '49.606', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17195474', 'Goblin_Archaeologist', '5637', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195475', 'Nihniknoovi', '5650', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195476', 'Pixie', '5657', '260.000', '55.000', '263.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17195477', 'Pixie', '5657', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195478', 'Pixie', '5657', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195479', 'Pixie', '5657', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17195480', 'Pixie', '5657', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199105', 'Stag_Crab', '5739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199106', 'Puffer_Pugil', '5735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199107', 'Snipper', '5738', '293.910', '0.240', '-37.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199108', 'Beach_Pugil', '5678', '-759.940', '-4.000', '143.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199109', 'Cutter', '5682', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199110', 'Sand_Hare', '5737', '838.306', '-8.681', '315.540', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17199111', 'Sand_Hare', '5737', '842.441', '-8.530', '362.193', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17199112', 'Sand_Hare', '5737', '796.302', '-8.730', '331.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199113', 'Sand_Hare', '5737', '783.624', '-8.187', '244.997', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17199114', 'Goblin_Ambusher', '5691', '815.000', '-7.000', '327.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199115', 'Goblin_Ambusher', '5691', '834.932', '-7.762', '340.870', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17199116', 'Goblin_Butcher', '5693', '823.633', '-7.854', '355.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199117', 'Night_Bats', '5731', '843.528', '-8.347', '345.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199118', 'Night_Bats', '5731', '788.540', '-8.338', '305.820', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17199119', 'Night_Bats', '5731', '821.959', '-8.416', '346.915', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17199120', 'Star_Bat', '5740', '801.083', '-8.295', '342.576', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199121', 'Sand_Hare', '5737', '567.715', '-10.634', '172.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199122', 'Sand_Hare', '5737', '619.266', '-15.725', '233.874', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199123', 'Sand_Hare', '5737', '599.905', '-14.391', '185.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199124', 'Sand_Hare', '5737', '650.210', '-14.373', '227.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199125', 'Brutal_Sheep', '5681', '604.627', '-15.880', '223.546', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17199126', 'Brutal_Sheep', '5681', '544.650', '-14.409', '180.738', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17199127', 'Brutal_Sheep', '5681', '591.402', '-16.486', '220.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199128', 'Brutal_Sheep', '5681', '600.847', '-15.505', '191.485', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17199129', 'Damselfly', '5683', '621.793', '-13.137', '209.307', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17199130', 'Damselfly', '5683', '608.386', '-14.629', '189.286', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17199131', 'Damselfly', '5683', '696.975', '-13.703', '236.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199132', 'Damselfly', '5683', '634.235', '-16.233', '258.714', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199133', 'Damselfly', '5683', '552.808', '-9.920', '153.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199134', 'Damselfly', '5683', '552.521', '-10.194', '160.236', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17199135', 'Goblin_Ambusher', '5691', '676.363', '-15.197', '230.873', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17199136', 'Goblin_Tinkerer', '5702', '616.585', '-9.187', '167.145', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17199137', 'Goblin_Butcher', '5693', '627.826', '-15.618', '236.013', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17199138', 'Ghoul', '5688', '595.615', '-16.444', '234.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199139', 'Ghoul', '5689', '549.022', '-8.323', '127.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199140', 'Will-o-the-Wisp', '5743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199141', 'Sand_Hare', '5737', '505.509', '-15.802', '363.246', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17199142', 'Sand_Hare', '5737', '496.323', '-16.239', '291.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199143', 'Sand_Hare', '5737', '516.633', '-16.304', '286.051', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17199144', 'Brutal_Sheep', '5681', '524.339', '-16.280', '350.291', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17199145', 'Brutal_Sheep', '5681', '566.999', '-15.964', '338.589', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17199146', 'Brutal_Sheep', '5681', '506.017', '-15.850', '315.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199147', 'Snipper', '5738', '485.342', '-16.222', '289.718', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199148', 'Snipper', '5738', '564.885', '-15.844', '337.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199149', 'Snipper', '5738', '483.788', '-16.974', '369.202', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199150', 'Snipper', '5738', '510.593', '-16.337', '348.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199151', 'Snipper', '5738', '502.788', '-15.774', '360.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199152', 'Goblin_Ambusher', '5691', '479.701', '-16.068', '291.897', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17199153', 'Goblin_Ambusher', '5691', '532.249', '-16.119', '361.671', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17199154', 'Goblin_Butcher', '5693', '484.938', '-16.269', '351.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199155', 'Night_Bats', '5731', '554.615', '-16.303', '286.043', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17199156', 'Night_Bats', '5731', '504.693', '-16.865', '298.972', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17199157', 'Night_Bats', '5731', '494.876', '-16.504', '333.994', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199158', 'Star_Bat', '5740', '558.444', '-16.496', '320.016', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17199159', 'Ghoul', '5689', '534.922', '-16.123', '353.027', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17199160', 'Ghoul', '5688', '528.294', '-16.202', '305.390', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17199162', 'Sand_Hare', '5737', '402.654', '-16.627', '243.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199163', 'Sand_Hare', '5737', '524.051', '-16.484', '156.971', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17199164', 'Sand_Hare', '5737', '472.700', '-16.526', '211.377', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199165', 'Sand_Hare', '5737', '338.691', '-14.678', '235.512', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17199166', 'Brutal_Sheep', '5681', '450.209', '-16.087', '180.410', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17199167', 'Brutal_Sheep', '5681', '387.586', '-15.360', '153.761', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17199168', 'Brutal_Sheep', '5681', '484.380', '-16.463', '204.683', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17199169', 'Brutal_Sheep', '5681', '511.000', '-16.000', '226.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199170', 'Damselfly', '5683', '459.428', '-15.739', '239.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199171', 'Damselfly', '5683', '519.000', '-15.000', '195.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17199172', 'Damselfly', '5683', '455.667', '-16.586', '181.168', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17199173', 'Damselfly', '5683', '465.968', '-15.942', '166.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199174', 'Damselfly', '5683', '494.907', '-15.533', '157.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199175', 'Damselfly', '5683', '456.987', '-16.685', '225.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199176', 'Goblin_Mugger', '5698', '413.057', '-15.994', '157.095', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199177', 'Goblin_Leecher', '5697', '392.349', '-16.688', '167.015', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17199178', 'Goblin_Gambler', '5695', '388.775', '-15.596', '174.358', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17199179', 'Ghoul', '5688', '433.000', '-15.000', '201.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199180', 'Ghoul', '5688', '381.858', '-16.281', '202.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199181', 'Ghoul', '5689', '628.000', '-8.000', '131.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199182', 'Will-o-the-Wisp', '5743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199183', 'Goblin_Mugger', '5698', '500.830', '-16.374', '255.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199184', 'Goblin_Leecher', '5697', '496.000', '-16.000', '259.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199185', 'Goblin_Gambler', '5695', '501.000', '-16.000', '259.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17199186', 'Fire_Elemental', '5687', '-425.130', '-15.950', '268.240', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199187', 'Fire_Elemental', '5687', '641.780', '0.160', '-192.760', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199188', 'Sand_Hare', '5737', '444.571', '-8.865', '116.631', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17199189', 'Sand_Hare', '5737', '440.678', '0.099', '21.047', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17199190', 'Sand_Hare', '5737', '379.772', '-8.404', '88.805', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17199191', 'Brutal_Sheep', '5681', '421.362', '-9.702', '95.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199192', 'Brutal_Sheep', '5681', '491.462', '-8.280', '81.535', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199193', 'Brutal_Sheep', '5681', '445.069', '-9.146', '118.162', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17199194', 'Damselfly', '5683', '527.754', '-8.783', '79.790', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17199195', 'Damselfly', '5683', '435.689', '-8.010', '84.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199196', 'Damselfly', '5683', '347.964', '-7.957', '57.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199197', 'Damselfly', '5683', '390.794', '-7.339', '27.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199198', 'Damselfly', '5683', '510.742', '-8.666', '68.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199199', 'Goblin_Mugger', '5698', '464.000', '-7.000', '85.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17199200', 'Goblin_Ambusher', '5691', '377.401', '-7.736', '41.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199201', 'Goblin_Leecher', '5697', '491.871', '-8.340', '108.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199202', 'Goblin_Tinkerer', '5702', '423.694', '-9.816', '101.138', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17199203', 'Goblin_Gambler', '5695', '441.502', '0.046', '22.957', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17199204', 'Goblin_Butcher', '5693', '321.273', '-8.212', '35.836', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17199205', 'Ghoul', '5689', '488.712', '-8.066', '62.432', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199206', 'Ghoul', '5689', '353.475', '-7.926', '67.711', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17199207', 'Ghoul', '5689', '417.220', '-6.023', '49.461', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199208', 'Will-o-the-Wisp', '5743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199209', 'Sand_Hare', '5737', '518.734', '-8.354', '-46.098', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17199210', 'Sand_Hare', '5737', '468.618', '-8.189', '-34.734', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17199211', 'Brutal_Sheep', '5681', '483.078', '-8.397', '3.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199212', 'Brutal_Sheep', '5681', '483.399', '-7.851', '-12.692', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17199213', 'Snipper', '5738', '561.246', '-8.739', '-32.775', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17199214', 'Snipper', '5738', '542.763', '-7.798', '-47.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199215', 'Snipper', '5738', '511.650', '-7.831', '-61.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199216', 'Snipper', '5738', '454.000', '-8.000', '-32.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17199217', 'Snipper', '5738', '530.264', '-7.210', '-53.955', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17199218', 'Snipper', '5738', '492.821', '-8.392', '-21.260', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17199219', 'Goblin_Mugger', '5698', '522.000', '-7.000', '29.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17199220', 'Goblin_Leecher', '5697', '488.533', '-8.436', '-45.714', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17199221', 'Goblin_Gambler', '5695', '544.843', '-8.038', '-84.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199222', 'Night_Bats', '5731', '536.754', '-7.364', '-65.812', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199223', 'Night_Bats', '5731', '480.593', '-8.492', '-36.449', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17199224', 'Night_Bats', '5731', '463.386', '-7.924', '-46.146', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17199225', 'Star_Bat', '5740', '479.056', '-8.444', '-0.168', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199226', 'Ghoul', '5689', '526.017', '-8.617', '5.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199227', 'Ghoul', '5688', '513.000', '-7.000', '-44.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199228', 'Sand_Hare', '5737', '670.132', '-0.350', '-79.247', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17199229', 'Sand_Hare', '5737', '661.184', '0.464', '-42.230', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17199230', 'Sand_Hare', '5737', '646.958', '-0.157', '-13.537', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17199231', 'Sand_Hare', '5737', '708.000', '0.008', '-70.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17199232', 'Sand_Hare', '5737', '691.123', '-0.188', '-32.850', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17199233', 'Sand_Hare', '5737', '647.616', '0.312', '-97.308', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17199234', 'Sand_Hare', '5737', '656.762', '0.634', '-109.534', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17199235', 'Sand_Hare', '5737', '658.876', '0.375', '-0.055', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17199236', 'Brutal_Sheep', '5681', '619.392', '0.925', '-57.765', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199237', 'Brutal_Sheep', '5681', '657.561', '-0.011', '-48.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199238', 'Brutal_Sheep', '5681', '607.827', '-0.253', '-50.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199239', 'Goblin_Mugger', '5698', '596.000', '-0.010', '-42.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17199240', 'Goblin_Leecher', '5697', '524.000', '-7.000', '-79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199241', 'Goblin_Gambler', '5695', '609.029', '-0.210', '-74.814', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199242', 'Hill_Lizard', '5712', '678.850', '-0.536', '-197.851', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17199243', 'Hill_Lizard', '5712', '663.000', '-0.360', '-203.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17199244', 'Hill_Lizard', '5712', '740.000', '-7.000', '-203.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17199245', 'Goblin_Ambusher', '5691', '631.000', '-0.010', '-202.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17199246', 'Goblin_Leecher', '5697', '630.388', '-0.996', '-158.715', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17199247', 'Goblin_Tinkerer', '5702', '397.000', '-0.010', '-48.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199248', 'Goblin_Butcher', '5693', '643.789', '0.070', '-175.597', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17199249', 'Earth_Elemental', '5686', '638.383', '0.017', '-187.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199250', 'Hill_Lizard', '5712', '736.947', '-8.662', '-237.352', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17199251', 'Hill_Lizard', '5712', '741.815', '-9.802', '-224.794', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199252', 'Hill_Lizard', '5712', '742.699', '-9.582', '-216.739', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199253', 'Hill_Lizard', '5712', '743.618', '-10.773', '-184.629', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17199254', 'Sand_Bats', '5736', '773.021', '-10.497', '-261.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199255', 'Sand_Bats', '5736', '742.750', '-10.630', '-259.645', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199256', 'Hill_Lizard', '5712', '913.959', '-0.376', '-199.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199257', 'Hill_Lizard', '5712', '919.000', '-0.010', '-312.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199258', 'Hill_Lizard', '5712', '879.000', '-0.010', '-276.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199259', 'Hill_Lizard', '5712', '901.989', '0.770', '-230.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199260', 'Hill_Lizard', '5712', '901.000', '-0.489', '-262.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17199261', 'Hill_Lizard', '5712', '866.795', '-0.203', '-154.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199262', 'Hill_Lizard', '5712', '909.781', '-0.421', '-291.997', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17199263', 'Hill_Lizard', '5712', '946.613', '0.029', '-324.045', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17199264', 'Hill_Lizard', '5712', '940.706', '-0.733', '-226.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199265', 'Goblin_Ambusher', '5691', '834.000', '0.489', '-196.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199266', 'Goblin_Ambusher', '5691', '884.874', '-0.248', '-222.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199267', 'Goblin_Tinkerer', '5702', '843.000', '-0.456', '-155.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199268', 'Goblin_Tinkerer', '5702', '902.000', '1.000', '-258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199269', 'Goblin_Butcher', '5693', '853.000', '1.000', '-212.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199270', 'Goblin_Butcher', '5693', '921.000', '-0.026', '-211.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17199271', 'Night_Bats', '5731', '799.610', '-1.056', '-189.998', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17199272', 'Night_Bats', '5731', '913.000', '-0.010', '-226.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199273', 'Night_Bats', '5731', '854.591', '0.108', '-231.170', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17199274', 'Star_Bat', '5740', '810.000', '-0.529', '-195.698', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17199275', 'Star_Bat', '5740', '844.000', '-0.010', '-204.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199276', 'Goblin_Ambusher', '5691', '861.000', '-0.010', '-176.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17199277', 'Goblin_Tinkerer', '5702', '863.000', '-0.010', '-182.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17199278', 'Goblin_Butcher', '5693', '858.865', '-0.375', '-182.564', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17199279', 'Fire_Elemental', '5687', '805.780', '0.090', '-196.650', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199280', 'Fire_Elemental', '5687', '868.990', '0.460', '-165.170', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199281', 'Snipper', '5738', '310.289', '-8.250', '95.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199282', 'Snipper', '5738', '317.000', '-8.000', '74.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17199283', 'Snipper', '5738', '324.450', '-8.750', '80.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199284', 'Snipper', '5738', '320.000', '-8.000', '87.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17199285', 'Snipper', '5738', '312.000', '-7.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199286', 'Thread_Leech', '5741', '313.743', '-8.482', '69.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199287', 'Thread_Leech', '5741', '318.000', '-7.000', '91.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17199288', 'Thread_Leech', '5741', '309.244', '-7.982', '94.925', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17199289', 'Thread_Leech', '5741', '309.000', '-8.000', '107.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17199290', 'Thread_Leech', '5741', '305.402', '-8.287', '75.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199291', 'Sand_Hare', '5737', '342.078', '-7.800', '157.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199292', 'Sand_Hare', '5737', '282.040', '-8.433', '115.765', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17199293', 'Sand_Hare', '5737', '336.733', '-9.651', '192.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199294', 'Brutal_Sheep', '5681', '295.928', '-8.263', '191.759', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17199295', 'Brutal_Sheep', '5681', '318.568', '-8.453', '119.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199296', 'Brutal_Sheep', '5681', '219.652', '-7.865', '91.792', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17199297', 'Damselfly', '5683', '183.859', '-7.960', '145.373', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17199298', 'Damselfly', '5683', '372.506', '-9.593', '134.997', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17199299', 'Damselfly', '5683', '243.008', '-8.575', '164.169', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17199300', 'Damselfly', '5683', '326.674', '-8.468', '205.112', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17199301', 'Damselfly', '5683', '353.917', '-8.395', '165.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199302', 'Damselfly', '5683', '349.000', '-7.000', '89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199303', 'Goblin_Mugger', '5698', '289.000', '-7.000', '143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199304', 'Goblin_Ambusher', '5691', '238.461', '-8.452', '156.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199305', 'Goblin_Leecher', '5697', '184.673', '-7.710', '106.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199306', 'Goblin_Tinkerer', '5702', '343.107', '-8.211', '149.552', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17199307', 'Goblin_Gambler', '5695', '269.000', '-7.000', '88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199308', 'Goblin_Butcher', '5693', '362.298', '-8.570', '132.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199309', 'Ghoul', '5688', '175.208', '-7.985', '116.529', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17199310', 'Ghoul', '5689', '309.000', '-7.000', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199311', 'Ghoul', '5689', '259.000', '-0.010', '-3.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17199312', 'Will-o-the-Wisp', '5743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199313', 'Snipper', '5738', '162.231', '-9.147', '170.091', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17199314', 'Snipper', '5738', '168.485', '-8.698', '168.036', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199315', 'Snipper', '5738', '154.124', '-8.627', '160.229', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17199316', 'Snipper', '5738', '162.413', '-8.616', '164.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199317', 'Thread_Leech', '5741', '155.454', '-8.754', '166.380', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17199318', 'Thread_Leech', '5741', '156.882', '-8.267', '149.093', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17199319', 'Thread_Leech', '5741', '148.571', '-9.705', '162.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199320', 'Thread_Leech', '5741', '168.474', '-8.271', '156.662', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17199321', 'Snipper', '5738', '291.000', '4.000', '-158.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17199322', 'Snipper', '5738', '325.675', '-0.677', '-1.372', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17199323', 'Snipper', '5738', '237.312', '-0.483', '39.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199324', 'Snipper', '5738', '270.000', '4.000', '-158.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199325', 'Snipper', '5738', '217.519', '-1.537', '-12.253', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17199326', 'Damselfly', '5683', '326.351', '-1.935', '-27.758', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17199327', 'Damselfly', '5683', '300.011', '-1.542', '-49.760', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17199328', 'Damselfly', '5683', '212.740', '-0.369', '9.392', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17199329', 'Damselfly', '5683', '347.002', '0.146', '-129.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199330', 'Thread_Leech', '5741', '333.604', '-0.942', '-112.431', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17199331', 'Thread_Leech', '5741', '331.657', '-1.102', '-53.421', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17199332', 'Thread_Leech', '5741', '238.759', '-0.150', '-88.724', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17199333', 'Thread_Leech', '5741', '379.733', '-0.255', '-39.744', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199334', 'Thread_Leech', '5741', '339.391', '-0.065', '-119.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199335', 'Goblin_Mugger', '5698', '196.050', '-0.361', '2.497', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17199336', 'Goblin_Leecher', '5697', '333.760', '-0.076', '8.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199337', 'Goblin_Gambler', '5695', '249.656', '-0.539', '-107.488', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17199338', 'Ghoul', '5688', '194.026', '-0.395', '-43.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199339', 'Ghoul', '5689', '310.515', '-0.595', '-2.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199340', 'Ghoul', '5689', '355.994', '0.076', '-95.293', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17199341', 'Bogy', '5680', '363.878', '-0.233', '-83.667', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17199342', 'Bogy', '5680', '341.519', '-1.624', '-48.729', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17199343', 'Snipper', '5738', '340.220', '3.490', '-159.621', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17199344', 'Snipper', '5738', '256.000', '4.000', '-160.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199345', 'Snipper', '5738', '235.372', '2.857', '-160.216', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199346', 'Beach_Pugil', '5678', '329.111', '3.496', '-162.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199347', 'Beach_Pugil', '5678', '270.170', '3.498', '-166.390', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17199348', 'Beach_Pugil', '5678', '323.090', '3.499', '-167.403', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17199349', 'Beach_Pugil', '5678', '289.000', '4.000', '-168.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199350', 'Bogy', '5680', '351.885', '3.793', '-189.068', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17199352', 'Sand_Bats', '5736', '418.616', '-0.519', '-203.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199353', 'Sand_Bats', '5736', '418.335', '-0.552', '-206.461', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17199354', 'Sand_Hare', '5737', '163.605', '-8.052', '37.602', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17199355', 'Sand_Hare', '5737', '141.354', '0.229', '-6.764', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199356', 'Brutal_Sheep', '5681', '158.418', '-4.101', '13.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199357', 'Brutal_Sheep', '5681', '100.680', '-8.507', '54.424', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199358', 'Brutal_Sheep', '5681', '189.663', '-3.277', '46.026', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17199359', 'Damselfly', '5683', '114.528', '-0.439', '-27.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199360', 'Damselfly', '5683', '55.483', '-0.010', '0.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199361', 'Damselfly', '5683', '79.000', '-0.193', '-36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199362', 'Damselfly', '5683', '50.610', '-0.400', '-37.508', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17199363', 'Damselfly', '5683', '158.035', '-8.500', '36.896', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17199364', 'Goblin_Mugger', '5698', '104.700', '0.048', '-29.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199365', 'Goblin_Ambusher', '5691', '99.531', '-6.610', '31.901', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17199366', 'Goblin_Leecher', '5697', '182.970', '-0.849', '-25.663', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199367', 'Goblin_Tinkerer', '5702', '136.144', '-7.543', '68.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199368', 'Goblin_Gambler', '5695', '132.591', '-0.259', '-7.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199369', 'Goblin_Butcher', '5693', '60.000', '-0.010', '-12.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199370', 'Will-o-the-Wisp', '5743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199371', 'Sand_Hare', '5737', '7.561', '-8.702', '97.386', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17199372', 'Sand_Hare', '5737', '29.640', '-8.109', '100.402', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17199373', 'Sand_Hare', '5737', '11.916', '-7.866', '154.661', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17199374', 'Sand_Hare', '5737', '69.085', '-7.950', '107.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199375', 'Brutal_Sheep', '5681', '-53.578', '-8.061', '194.423', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17199376', 'Brutal_Sheep', '5681', '69.144', '-7.934', '104.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199377', 'Brutal_Sheep', '5681', '6.166', '-8.372', '132.958', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17199378', 'Brutal_Sheep', '5681', '32.072', '-8.222', '106.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199379', 'Damselfly', '5683', '-60.736', '-7.447', '200.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199380', 'Damselfly', '5683', '-63.272', '-8.005', '183.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199381', 'Damselfly', '5683', '27.814', '-8.250', '122.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199382', 'Damselfly', '5683', '-15.722', '-8.274', '163.710', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17199383', 'Damselfly', '5683', '47.577', '-8.348', '124.543', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17199384', 'Goblin_Mugger', '5698', '51.091', '-8.047', '40.478', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17199385', 'Goblin_Mugger', '5698', '-62.947', '-8.000', '182.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199386', 'Goblin_Leecher', '5697', '95.627', '-8.718', '98.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199387', 'Goblin_Leecher', '5697', '-36.494', '-8.894', '205.983', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17199388', 'Goblin_Gambler', '5695', '30.000', '-7.000', '78.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17199389', 'Goblin_Gambler', '5695', '-85.129', '-8.291', '188.442', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17199390', 'Ghoul', '5689', '30.022', '-7.452', '40.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199391', 'Ghoul', '5688', '-50.370', '-9.117', '100.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199392', 'Ghoul', '5688', '35.915', '-8.303', '127.852', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17199393', 'Will-o-the-Wisp', '5743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199394', 'Goblin_Mugger', '5698', '-58.000', '-8.000', '175.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17199395', 'Goblin_Leecher', '5697', '-55.000', '-8.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199396', 'Goblin_Gambler', '5695', '-34.000', '-7.000', '152.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17199397', 'Fire_Elemental', '5687', '914.750', '0.060', '-282.620', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199398', 'Fire_Elemental', '5687', '964.060', '-0.010', '-242.180', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199399', 'Snipper', '5738', '499.000', '-7.000', '-40.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199400', 'Snipper', '5738', '-130.176', '-9.630', '166.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199401', 'Snipper', '5738', '-100.365', '-7.518', '203.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199402', 'Snipper', '5738', '-129.337', '-9.041', '157.305', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199403', 'Snipper', '5738', '-110.569', '-8.238', '158.143', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199404', 'Thread_Leech', '5741', '-120.158', '-7.955', '174.121', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17199405', 'Thread_Leech', '5741', '-119.252', '-9.471', '211.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199406', 'Thread_Leech', '5741', '-124.371', '-9.035', '208.532', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199407', 'Thread_Leech', '5741', '-112.846', '-8.288', '198.793', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17199408', 'Thread_Leech', '5741', '-119.973', '-8.661', '206.531', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17199409', 'Sand_Hare', '5737', '-146.887', '-0.439', '-6.110', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17199410', 'Sand_Hare', '5737', '-108.826', '-0.375', '-34.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199411', 'Sand_Hare', '5737', '-94.787', '-0.735', '89.573', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17199412', 'Sand_Hare', '5737', '-90.679', '-0.605', '81.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199413', 'Brutal_Sheep', '5681', '-178.321', '-0.477', '76.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199414', 'Brutal_Sheep', '5681', '-185.630', '0.221', '39.791', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17199415', 'Brutal_Sheep', '5681', '4.067', '0.020', '13.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199416', 'Brutal_Sheep', '5681', '-82.000', '-8.000', '122.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17199417', 'Damselfly', '5683', '-93.273', '-1.856', '94.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199418', 'Damselfly', '5683', '-22.663', '-0.062', '40.538', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17199419', 'Damselfly', '5683', '-144.284', '-1.103', '4.202', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17199420', 'Damselfly', '5683', '-95.250', '-0.268', '-49.386', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17199421', 'Damselfly', '5683', '-206.327', '-1.183', '76.800', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199422', 'Goblin_Mugger', '5698', '-137.622', '-0.637', '-1.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199423', 'Goblin_Leecher', '5697', '-184.039', '-0.660', '22.379', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17199424', 'Goblin_Gambler', '5695', '-146.987', '-1.446', '42.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199425', 'Ghoul', '5688', '1000.000', '1000.000', '1000.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17199426', 'Ghoul', '5688', '-258.000', '0.000', '7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199427', 'Ghoul', '5689', '-41.842', '-2.220', '27.345', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17199428', 'Will-o-the-Wisp', '5743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199429', 'Snipper', '5738', '-285.076', '-0.602', '32.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199430', 'Snipper', '5738', '-346.008', '-1.149', '-16.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199431', 'Snipper', '5738', '-222.848', '-1.610', '-21.365', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17199432', 'Snipper', '5738', '-178.000', '4.000', '-124.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17199433', 'Snipper', '5738', '-222.000', '4.000', '-136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199434', 'Damselfly', '5683', '-228.957', '2.776', '-101.226', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17199435', 'Damselfly', '5683', '-270.823', '-2.168', '-16.349', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17199436', 'Damselfly', '5683', '-327.000', '-1.000', '-21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199437', 'Damselfly', '5683', '-264.829', '-0.843', '-91.306', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17199438', 'Valkurm_Emperor', '5742', '-211.000', '-0.010', '-34.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17199439', 'Thread_Leech', '5741', '-176.766', '-0.606', '-16.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199440', 'Thread_Leech', '5741', '-335.133', '0.030', '0.840', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199441', 'Thread_Leech', '5741', '-141.871', '-1.405', '-60.873', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17199442', 'Thread_Leech', '5741', '-146.684', '-0.041', '-28.595', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17199443', 'Thread_Leech', '5741', '-254.226', '-0.527', '-12.283', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17199444', 'Goblin_Mugger', '5698', '-219.614', '0.521', '-83.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199445', 'Goblin_Leecher', '5697', '-159.355', '-0.734', '-44.018', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17199446', 'Goblin_Gambler', '5695', '-193.791', '-0.732', '-64.968', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17199447', 'Ghoul', '5688', '-288.000', '0.000', '-72.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17199448', 'Ghoul', '5689', '-148.685', '-0.390', '-51.254', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17199449', 'Ghoul', '5688', '-363.070', '-0.519', '-1.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199450', 'Bogy', '5680', '-283.466', '-0.873', '-6.393', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17199451', 'Bogy', '5680', '-145.925', '-0.006', '-29.174', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17199452', 'Snipper', '5738', '-245.166', '3.799', '-158.698', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199453', 'Snipper', '5738', '-202.304', '3.500', '-129.171', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17199454', 'Snipper', '5738', '-125.693', '3.500', '-125.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199455', 'Beach_Pugil', '5678', '-240.795', '3.800', '-158.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199456', 'Beach_Pugil', '5678', '-218.329', '3.508', '-125.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199457', 'Beach_Pugil', '5678', '-135.973', '3.500', '-116.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199458', 'Beach_Pugil', '5678', '-231.692', '3.500', '-130.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199459', 'Bogy', '5680', '-117.000', '1.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199460', 'Sand_Bats', '5736', '-299.954', '-0.514', '-156.769', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17199461', 'Giant_Bat', '5690', '-296.679', '-0.510', '-164.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199462', 'Sand_Hare', '5737', '-309.918', '-8.006', '43.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199463', 'Sand_Hare', '5737', '-267.843', '-8.503', '102.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199464', 'Hill_Lizard', '5712', '-276.365', '-8.502', '119.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199465', 'Hill_Lizard', '5712', '-348.477', '-9.487', '131.730', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199466', 'Hill_Lizard', '5712', '-288.878', '-8.266', '144.344', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199467', 'Damselfly', '5683', '-339.324', '-7.787', '127.145', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17199468', 'Damselfly', '5683', '-346.000', '-7.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199469', 'Damselfly', '5683', '-319.947', '-8.201', '116.113', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199470', 'Goblin_Mugger', '5698', '-310.867', '-8.964', '185.501', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17199471', 'Goblin_Leecher', '5697', '-270.245', '-7.933', '78.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199472', 'Goblin_Gambler', '5695', '-343.000', '-8.000', '100.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17199473', 'Ghoul', '5689', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199474', 'Ghoul', '5689', '-300.981', '-8.126', '91.143', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17199475', 'Ghoul', '5688', '-255.921', '-8.279', '103.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199476', 'Goblin_Mugger', '5698', '-341.240', '-8.345', '94.707', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199477', 'Goblin_Leecher', '5697', '-336.000', '-8.000', '97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199478', 'Goblin_Gambler', '5695', '-343.312', '-7.603', '78.234', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17199479', 'Fire_Elemental', '5687', '-340.550', '-8.375', '94.746', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17199480', 'Fire_Elemental', '5687', '-305.000', '-7.000', '119.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17199481', 'Sand_Hare', '5737', '-442.398', '-8.361', '153.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199482', 'Sand_Hare', '5737', '-496.844', '-8.499', '129.520', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17199483', 'Sand_Hare', '5737', '-471.851', '-8.047', '122.547', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17199484', 'Sand_Hare', '5737', '-493.671', '-7.923', '147.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199485', 'Hill_Lizard', '5712', '-442.677', '-8.172', '145.926', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199486', 'Hill_Lizard', '5712', '-493.801', '-8.263', '140.969', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17199487', 'Hill_Lizard', '5712', '-472.339', '-8.022', '145.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199488', 'Hill_Lizard', '5712', '-460.076', '-8.386', '103.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199489', 'Goblin_Mugger', '5698', '-505.861', '-8.183', '159.858', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17199490', 'Goblin_Leecher', '5697', '-459.038', '-7.815', '81.496', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17199491', 'Goblin_Gambler', '5695', '-485.488', '-8.900', '76.517', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199492', 'Sand_Hare', '5737', '-391.810', '-8.056', '221.576', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199493', 'Sand_Hare', '5737', '-439.281', '-8.443', '196.195', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17199494', 'Sand_Hare', '5737', '-354.452', '-7.877', '226.038', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17199495', 'Sand_Hare', '5737', '-435.338', '-16.468', '252.609', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17199496', 'Hill_Lizard', '5712', '-370.000', '-7.000', '239.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17199497', 'Hill_Lizard', '5712', '-331.000', '-7.000', '228.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199498', 'Hill_Lizard', '5712', '-352.000', '-7.000', '214.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17199499', 'Hill_Lizard', '5712', '-358.000', '-7.000', '266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199500', 'Hill_Lizard', '5712', '-382.000', '-7.000', '218.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199501', 'Hill_Lizard', '5712', '-355.000', '-7.000', '203.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17199502', 'Hill_Lizard', '5712', '-379.000', '-7.000', '244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199503', 'Hill_Lizard', '5712', '-372.000', '-8.000', '209.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199504', 'Goblin_Mugger', '5698', '-388.000', '-14.000', '278.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199505', 'Goblin_Leecher', '5697', '-316.581', '-8.625', '243.828', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17199506', 'Goblin_Gambler', '5695', '-379.526', '-11.894', '309.577', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17199507', 'Ghoul', '5688', '-400.470', '-8.466', '201.231', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17199508', 'Ghoul', '5689', '-402.766', '-16.500', '317.849', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17199509', 'Ghoul', '5688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199510', 'Hill_Lizard', '5712', '-399.000', '-7.000', '204.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17199511', 'Hill_Lizard', '5712', '-476.718', '-15.608', '297.838', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199512', 'Hill_Lizard', '5712', '-492.805', '-16.153', '357.125', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17199513', 'Hill_Lizard', '5712', '-469.852', '-17.232', '313.553', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17199514', 'Goblin_Mugger', '5698', '-501.617', '-15.694', '358.242', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17199515', 'Goblin_Leecher', '5697', '-442.263', '-16.944', '288.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199516', 'Goblin_Gambler', '5695', '-447.084', '-16.320', '277.472', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17199517', 'Earth_Elemental', '5686', '-464.056', '-15.745', '277.444', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17199518', 'Hill_Lizard', '5712', '-570.348', '-18.995', '308.838', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199519', 'Hill_Lizard', '5712', '-567.265', '-16.788', '361.039', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199520', 'Hill_Lizard', '5712', '-564.212', '-15.696', '341.660', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17199521', 'Goblin_Mugger', '5698', '-542.966', '-17.220', '338.602', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17199522', 'Goblin_Leecher', '5697', '-556.413', '-16.434', '355.926', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17199523', 'Goblin_Gambler', '5695', '-562.131', '-16.501', '317.919', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17199524', 'Earth_Elemental', '5686', '-546.493', '-16.134', '359.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199525', 'Hill_Lizard', '5712', '-580.847', '-16.249', '204.063', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17199526', 'Hill_Lizard', '5712', '-567.150', '-22.229', '259.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199527', 'Hill_Lizard', '5712', '-559.315', '-24.368', '259.435', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17199528', 'Hill_Lizard', '5712', '-580.999', '-17.490', '230.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199529', 'Sand_Bats', '5736', '-576.245', '-18.219', '193.226', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17199530', 'Sand_Bats', '5736', '-580.149', '-17.266', '230.296', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199531', 'Giant_Bat', '5690', '-580.745', '-17.135', '196.796', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17199532', 'Snipper', '5738', '-741.004', '-8.628', '221.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199533', 'Snipper', '5738', '-765.000', '-4.000', '172.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199534', 'Snipper', '5738', '-736.594', '-8.897', '224.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199535', 'Snipper', '5738', '-769.000', '-4.000', '201.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17199536', 'Snipper', '5738', '-769.000', '-4.000', '157.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17199537', 'Damselfly', '5683', '-722.822', '-8.159', '130.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199538', 'Damselfly', '5683', '-741.271', '-8.591', '221.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199539', 'Damselfly', '5683', '-696.000', '-8.000', '172.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17199540', 'Damselfly', '5683', '-639.294', '-8.597', '204.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199541', 'Thread_Leech', '5741', '-720.470', '-7.523', '103.710', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17199542', 'Thread_Leech', '5741', '-713.142', '-8.830', '117.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199543', 'Thread_Leech', '5741', '-693.947', '-7.931', '195.652', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17199544', 'Thread_Leech', '5741', '-722.366', '-8.009', '106.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199545', 'Thread_Leech', '5741', '-734.361', '-7.296', '202.986', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17199546', 'Goblin_Mugger', '5698', '-679.798', '-7.695', '183.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199547', 'Goblin_Leecher', '5697', '-697.086', '-8.565', '147.299', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17199548', 'Goblin_Gambler', '5695', '-661.662', '-8.600', '204.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199549', 'Ghoul', '5688', '-681.756', '-8.734', '206.890', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17199550', 'Ghoul', '5688', '-715.970', '-8.019', '224.952', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17199551', 'Ghoul', '5689', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199552', 'Bogy', '5680', '-731.161', '-10.862', '248.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199553', 'Bogy', '5680', '-725.000', '-7.000', '89.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17199554', 'Snipper', '5738', '-755.907', '-4.500', '133.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199555', 'Snipper', '5738', '-759.581', '-4.500', '183.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199556', 'Snipper', '5738', '-767.133', '-4.500', '115.282', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17199557', 'Beach_Pugil', '5678', '-773.541', '-4.450', '97.403', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199558', 'Beach_Pugil', '5678', '-756.403', '-4.500', '176.461', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17199559', 'Beach_Pugil', '5678', '-753.497', '-4.500', '109.832', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17199560', 'Beach_Pugil', '5678', '-765.295', '-4.500', '208.006', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199561', 'Bogy', '5680', '-763.527', '-4.500', '94.163', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199562', 'Giant_Bat', '5690', '-804.502', '-8.567', '22.082', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199563', 'Giant_Bat', '5690', '-798.674', '-8.672', '19.204', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17199564', 'Golden_Bat', '5703', '-810.440', '-8.270', '33.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17199565', 'Goblin_Digger', '5694', '-250.989', '0.629', '-91.871', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17199566', 'Marchelute', '5723', '-716.000', '-10.000', '66.000', '188'); -INSERT INTO `mob_spawn_points` VALUES ('17199567', 'Doman', '5685', '-768.000', '-4.000', '197.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17199568', 'Onryo', '5732', '-767.000', '-4.000', '196.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17199569', 'Hobgoblin_Warrior', '5719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199570', 'Hobgoblin_White_Mage', '5720', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199571', 'Hobgoblin_Black_Mage', '5714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199572', 'Hobgoblin_Red_Mage', '5717', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199573', 'Hobgoblin_Thief', '5718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199574', 'Hobgoblin_Dark_Knight', '5715', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199575', 'Hobgoblin_Ranger', '5716', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199576', 'Hobgoblin_Beastmaster', '5713', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199577', 'Goblin_s_Dragonfly', '5701', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199578', 'Halforc_Warrior', '5710', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199579', 'Halforc_Monk', '5707', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199580', 'Halforc_Black_Mage', '5704', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199581', 'Halforc_Paladin', '5708', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199582', 'Halforc_Dark_Knight', '5705', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199583', 'Halforc_Ranger', '5709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199584', 'Halforc_Dragoon', '5706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199585', 'Orc_s_Wyvern', '5733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199586', 'Metaquadav_Warrior', '5729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199587', 'Metaquadav_White_Mage', '5730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199588', 'Metaquadav_Black_Mage', '5724', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199589', 'Metaquadav_Red_Mage', '5727', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199590', 'Metaquadav_Thief', '5728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199591', 'Metaquadav_Paladin', '5726', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199592', 'Metaquadav_Dark_Knight', '5725', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199593', 'Goblin_Swordmaker', '5700', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199594', 'Goblin_Swordmaker', '5700', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199595', 'Goblin_Leecher', '5697', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199596', 'Goblin_Leecher', '5697', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199597', 'Goblin_Gaoler', '5696', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199598', 'Goblin_Gaoler', '5696', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199599', 'Goblin_Gambler', '5695', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199600', 'Goblin_Gambler', '5695', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199601', 'Goblin_Swindler', '5699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199602', 'Houu_the_Shoalwader', '5721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199603', 'Beach_Monk', '5677', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199604', 'Heike_Crab', '5711', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199606', 'Pixie', '5734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199607', 'Pixie', '5734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199608', 'Pixie', '5734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199609', 'Pixie', '5734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199610', 'Pixie', '5734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199611', 'Blue_Bascinet', '5679', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199644', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199645', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199646', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199647', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199648', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199649', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199650', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199651', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199652', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199653', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199654', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17199655', 'Goblin_Bounty_Hunter', '5692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203201', 'Stag_Crab', '5807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203202', 'Spring_Pugil', '5804', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203203', 'Thread_Leech', '5808', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203204', 'Ferocious_Pugil', '5749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203205', 'Huge_Leech', '5780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203206', 'Knight_Crab', '5784', '-181.000', '-0.100', '441.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17203207', 'Knight_Crab', '5784', '-167.580', '0.354', '456.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203208', 'Knight_Crab', '5784', '-181.442', '0.085', '458.466', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17203209', 'Knight_Crab', '5784', '-191.000', '-0.100', '481.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203210', 'Knight_Crab', '5784', '-183.000', '-0.100', '471.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17203211', 'Knight_Crab', '5784', '-158.182', '-0.272', '479.933', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203212', 'Knight_Crab', '5784', '-199.000', '-0.100', '447.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203213', 'Knight_Crab', '5784', '-165.000', '-0.100', '434.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203214', 'Knight_Crab', '5784', '-162.514', '0.416', '458.331', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203215', 'Knight_Crab', '5784', '-160.162', '0.248', '470.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203216', 'King_Arthro', '5783', '-144.000', '5.000', '474.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17203217', 'Stag_Beetle', '5806', '-486.549', '-0.491', '-442.085', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17203218', 'Stag_Beetle', '5806', '-441.338', '-1.202', '-387.056', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203219', 'Wandering_Sapling', '5811', '-455.000', '-0.100', '-439.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17203220', 'Wandering_Sapling', '5811', '-421.321', '0.394', '-402.087', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17203221', 'Wandering_Sapling', '5811', '-424.544', '2.594', '-420.503', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203222', 'Wandering_Sapling', '5811', '-398.624', '-0.465', '-438.867', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17203223', 'Wandering_Sapling', '5811', '-480.388', '-1.116', '-349.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203224', 'Brutal_Sheep', '5746', '-483.414', '-0.354', '-448.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203225', 'Brutal_Sheep', '5746', '-521.717', '-0.843', '-410.474', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17203226', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203227', 'Stag_Beetle', '5806', '-313.503', '-0.534', '-346.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203228', 'Stag_Beetle', '5806', '-403.890', '-0.149', '-341.631', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17203229', 'Wandering_Sapling', '5811', '-304.177', '-4.003', '-301.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203230', 'Wandering_Sapling', '5811', '-365.215', '-0.447', '-290.687', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17203231', 'Wandering_Sapling', '5811', '-344.940', '-0.647', '-254.034', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17203232', 'Wandering_Sapling', '5811', '-333.419', '-0.851', '-209.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203233', 'Brutal_Sheep', '5746', '-327.273', '-0.477', '-219.411', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17203234', 'Brutal_Sheep', '5746', '-309.685', '-2.112', '-350.515', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17203235', 'Brutal_Sheep', '5746', '-409.936', '-1.321', '-343.822', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17203236', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203237', 'Jugner_Funguar', '5781', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203238', 'Jugner_Funguar', '5781', '-332.386', '4.227', '-307.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203239', 'Jugner_Funguar', '5781', '-373.155', '5.372', '-356.504', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17203240', 'Forest_Leech', '5750', '-368.945', '6.702', '-342.683', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17203241', 'Forest_Leech', '5750', '-346.586', '3.940', '-311.593', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203242', 'Forest_Leech', '5750', '-351.000', '6.000', '-340.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203243', 'Stag_Beetle', '5806', '-330.027', '-0.753', '-168.662', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17203244', 'Stag_Beetle', '5806', '-217.275', '-3.145', '-67.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203245', 'Stag_Beetle', '5806', '-247.831', '-0.589', '-177.674', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17203246', 'Screamer', '5801', '-323.990', '-0.257', '-126.933', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17203247', 'Screamer', '5801', '-330.377', '-0.734', '-138.560', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17203248', 'Wandering_Sapling', '5811', '-320.961', '-0.792', '-164.284', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17203249', 'Wandering_Sapling', '5811', '-154.404', '-0.476', '-158.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203250', 'Brutal_Sheep', '5746', '-152.588', '-0.010', '-156.448', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17203251', 'Brutal_Sheep', '5746', '-248.634', '0.078', '-118.946', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17203252', 'Walking_Tree', '5810', '-260.656', '-0.175', '-197.937', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203253', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203254', 'Jugner_Funguar', '5781', '-263.680', '4.220', '-222.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203255', 'Jugner_Funguar', '5781', '-224.915', '6.544', '-214.044', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17203256', 'Forest_Leech', '5750', '-219.772', '5.432', '-185.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203257', 'Forest_Leech', '5750', '-242.127', '6.901', '-220.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203258', 'Forest_Leech', '5750', '-219.682', '5.056', '-181.907', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17203259', 'Jugner_Funguar', '5781', '-207.130', '-0.111', '-151.818', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17203260', 'Jugner_Funguar', '5781', '-216.693', '5.223', '-120.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203261', 'Jugner_Funguar', '5781', '-231.764', '-0.048', '-160.692', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17203262', 'Forest_Leech', '5750', '-231.637', '-0.067', '-160.362', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17203263', 'Forest_Leech', '5750', '-259.657', '6.714', '-73.650', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17203264', 'Forest_Leech', '5750', '-261.878', '3.930', '-56.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203265', 'Forest_Tiger', '5751', '-318.638', '-0.306', '-128.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203266', 'Forest_Tiger', '5751', '-298.290', '-3.713', '-294.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203267', 'Orcish_Grunt', '5794', '-277.445', '-0.423', '-232.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203268', 'Orcish_Stonechucker', '5797', '-293.285', '-4.486', '-165.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203269', 'Orcish_Neckchopper', '5795', '-363.507', '-0.561', '-240.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203270', 'Orcish_Fighter', '5792', '-446.533', '0.141', '-461.684', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17203271', 'Orcish_Cursemaker', '5791', '-486.000', '0.000', '-402.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203272', 'Orcish_Serjeant', '5796', '-164.097', '0.045', '-145.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203273', 'Ghoul', '5754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203274', 'Zombie', '5814', '-467.444', '-0.739', '-368.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203275', 'Thunder_Elemental', '5809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203276', 'Stag_Beetle', '5806', '-328.942', '-0.470', '56.844', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203277', 'Stag_Beetle', '5806', '-318.553', '-0.467', '81.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203278', 'Wandering_Sapling', '5811', '-266.466', '3.871', '104.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203279', 'Wandering_Sapling', '5811', '-298.076', '6.005', '101.844', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203280', 'Wandering_Sapling', '5811', '-335.332', '-1.217', '-10.567', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17203281', 'Wandering_Sapling', '5811', '-274.781', '-0.467', '81.917', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203282', 'Brutal_Sheep', '5746', '-289.932', '7.870', '128.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203283', 'Brutal_Sheep', '5746', '-294.475', '9.978', '133.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203284', 'Jugner_Funguar', '5781', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203285', 'Jugner_Funguar', '5781', '-300.263', '7.051', '38.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203286', 'Forest_Leech', '5750', '-312.208', '0.916', '25.971', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17203287', 'Forest_Leech', '5750', '-299.186', '6.604', '48.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203288', 'Forest_Leech', '5750', '-296.937', '3.922', '14.291', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17203289', 'Stag_Beetle', '5806', '-226.729', '4.201', '159.070', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17203290', 'Stag_Beetle', '5806', '-367.215', '-0.620', '190.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203291', 'Wandering_Sapling', '5811', '-241.839', '2.193', '180.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203292', 'Wandering_Sapling', '5811', '-253.920', '5.527', '167.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203293', 'Wandering_Sapling', '5811', '-295.216', '7.707', '145.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203294', 'Wandering_Sapling', '5811', '-224.256', '0.060', '189.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203295', 'Brutal_Sheep', '5746', '-218.982', '0.793', '189.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203296', 'Brutal_Sheep', '5746', '-214.894', '0.648', '172.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203297', 'Scavenging_Hound', '5800', '-278.434', '4.831', '173.891', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17203298', 'Stag_Beetle', '5806', '-95.617', '0.311', '114.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203299', 'Stag_Beetle', '5806', '-6.579', '-4.265', '107.794', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203300', 'Stag_Beetle', '5806', '-52.450', '-0.100', '43.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203301', 'Wandering_Sapling', '5811', '6.152', '-0.503', '81.679', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17203302', 'Wandering_Sapling', '5811', '-132.879', '-2.400', '130.235', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203303', 'Wandering_Sapling', '5811', '-46.832', '1.684', '61.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203304', 'Wandering_Sapling', '5811', '2.144', '-0.289', '33.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203305', 'Brutal_Sheep', '5746', '-59.511', '1.589', '78.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203306', 'Brutal_Sheep', '5746', '-136.100', '-2.363', '130.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203307', 'Scavenging_Hound', '5800', '-21.138', '-1.934', '133.956', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17203308', 'Jugner_Funguar', '5781', '-104.368', '3.504', '105.769', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17203309', 'Jugner_Funguar', '5781', '-123.246', '5.073', '94.443', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17203310', 'Forest_Leech', '5750', '-116.284', '7.007', '100.649', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17203311', 'Forest_Leech', '5750', '-129.710', '6.860', '101.721', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17203312', 'Jugner_Funguar', '5781', '47.837', '-0.224', '-0.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203313', 'Jugner_Funguar', '5781', '4.242', '6.983', '59.801', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17203314', 'Jugner_Funguar', '5781', '-21.241', '4.850', '59.121', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17203315', 'Forest_Leech', '5750', '6.593', '7.013', '56.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203316', 'Forest_Leech', '5750', '59.267', '4.675', '18.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203317', 'Forest_Leech', '5750', '27.673', '6.452', '24.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203318', 'Forest_Tiger', '5751', '-167.977', '1.837', '99.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203319', 'Forest_Tiger', '5751', '-292.819', '8.204', '120.412', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17203320', 'Goblin_Mugger', '5762', '-166.064', '0.077', '129.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203321', 'Goblin_Ambusher', '5757', '-340.562', '-3.166', '51.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203322', 'Goblin_Leecher', '5761', '-50.701', '-0.498', '90.041', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17203323', 'Goblin_Tinkerer', '5764', '13.341', '-0.882', '12.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203324', 'Goblin_Gambler', '5760', '-256.860', '5.348', '106.010', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17203325', 'Goblin_Butcher', '5758', '-184.545', '-0.307', '107.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203326', 'Ghoul', '5754', '-27.630', '0.155', '69.012', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17203327', 'Zombie', '5814', '-61.207', '1.788', '89.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203328', 'Thunder_Elemental', '5809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203329', 'Snipper', '5803', '-492.154', '8.047', '279.137', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17203330', 'Snipper', '5803', '-490.595', '7.110', '326.604', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203331', 'Land_Pugil', '5786', '-515.088', '7.524', '321.950', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17203332', 'Land_Pugil', '5786', '-479.000', '8.000', '309.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17203333', 'Bogy', '5745', '-474.886', '6.651', '326.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203334', 'Water_Elemental', '5812', '-500.637', '8.492', '281.808', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203335', 'Stag_Beetle', '5806', '-1.000', '-0.100', '274.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17203336', 'Stag_Beetle', '5806', '-152.644', '-0.646', '280.821', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203337', 'Screamer', '5801', '-58.018', '-0.395', '338.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203338', 'Screamer', '5801', '-18.424', '0.411', '325.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203339', 'Wandering_Sapling', '5811', '8.552', '1.223', '288.255', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17203340', 'Wandering_Sapling', '5811', '-81.000', '-0.100', '354.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203341', 'Brutal_Sheep', '5746', '-12.979', '-2.284', '302.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203342', 'Brutal_Sheep', '5746', '-75.000', '-0.010', '319.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203343', 'Snipper', '5803', '-14.551', '0.603', '325.919', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17203344', 'Snipper', '5803', '-76.284', '2.734', '370.433', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17203345', 'Land_Pugil', '5786', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203346', 'Land_Pugil', '5786', '-29.000', '4.000', '332.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17203347', 'Bogy', '5745', '-142.531', '-0.223', '372.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203348', 'Water_Elemental', '5812', '-13.701', '0.385', '330.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203349', 'Snipper', '5803', '106.745', '1.270', '425.970', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17203350', 'Snipper', '5803', '76.000', '5.000', '375.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17203351', 'Land_Pugil', '5786', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203352', 'Land_Pugil', '5786', '103.732', '3.165', '419.004', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17203353', 'Bogy', '5745', '77.701', '0.415', '474.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203354', 'Water_Elemental', '5812', '105.628', '3.643', '439.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203355', 'Stag_Beetle', '5806', '171.238', '1.363', '-15.358', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203356', 'Screamer', '5801', '59.464', '-1.193', '-55.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203357', 'Screamer', '5801', '116.226', '-0.048', '-93.775', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17203358', 'Screamer', '5801', '123.574', '0.451', '166.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203359', 'Wandering_Sapling', '5811', '91.276', '-0.686', '-15.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203360', 'Wandering_Sapling', '5811', '161.402', '0.203', '-9.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203361', 'Brutal_Sheep', '5746', '168.471', '0.366', '1.601', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203362', 'Brutal_Sheep', '5746', '163.577', '0.984', '-28.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203363', 'Scavenging_Hound', '5800', '104.576', '2.607', '171.745', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17203364', 'Jugner_Funguar', '5781', '145.004', '4.216', '22.830', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17203365', 'Jugner_Funguar', '5781', '122.952', '4.991', '28.192', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17203366', 'Forest_Leech', '5750', '128.852', '3.340', '28.181', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17203367', 'Forest_Leech', '5750', '132.353', '6.085', '20.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203368', 'Stag_Beetle', '5806', '-66.653', '-0.960', '-167.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203369', 'Screamer', '5801', '-35.917', '-0.860', '-212.018', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17203370', 'Screamer', '5801', '114.848', '-0.290', '-124.722', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17203371', 'Screamer', '5801', '-1.305', '0.281', '-257.878', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17203372', 'Wandering_Sapling', '5811', '-75.036', '-0.505', '-201.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203373', 'Brutal_Sheep', '5746', '-12.174', '-0.623', '-238.774', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17203374', 'Brutal_Sheep', '5746', '-47.470', '-0.370', '-201.782', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17203375', 'Stag_Beetle', '5806', '-56.184', '0.011', '-350.440', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17203376', 'Screamer', '5801', '-77.000', '-0.100', '-373.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203377', 'Screamer', '5801', '-121.041', '-0.200', '-390.800', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203378', 'Screamer', '5801', '-76.491', '-8.044', '-479.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203379', 'Wandering_Sapling', '5811', '-89.763', '-8.905', '-505.230', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17203380', 'Wandering_Sapling', '5811', '-69.394', '2.594', '-422.199', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203381', 'Brutal_Sheep', '5746', '-110.052', '-1.719', '-342.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203382', 'Brutal_Sheep', '5746', '-39.000', '-0.010', '-353.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203383', 'Snipper', '5803', '123.652', '-0.246', '200.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203384', 'Snipper', '5803', '142.921', '0.594', '184.510', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17203385', 'Snipper', '5803', '129.669', '1.127', '181.535', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17203386', 'Land_Pugil', '5786', '77.292', '-0.180', '165.504', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17203387', 'Land_Pugil', '5786', '69.133', '-0.923', '170.872', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203388', 'Land_Pugil', '5786', '103.590', '0.549', '200.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203389', 'Snipper', '5803', '153.113', '0.498', '-119.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203390', 'Land_Pugil', '5786', '176.790', '0.001', '-112.012', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203391', 'Snipper', '5803', '17.263', '-0.252', '-215.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203392', 'Land_Pugil', '5786', '121.866', '-0.314', '-202.114', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17203393', 'Snipper', '5803', '-28.595', '-7.073', '-533.500', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17203394', 'Snipper', '5803', '-48.458', '-8.403', '-555.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203395', 'Land_Pugil', '5786', '-10.716', '-8.444', '-533.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203396', 'Land_Pugil', '5786', '-28.055', '-7.026', '-533.702', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203397', 'Forest_Tiger', '5751', '-121.324', '0.254', '-374.264', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17203398', 'Orcish_Grunt', '5794', '-89.733', '-3.987', '-453.776', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17203399', 'Orcish_Stonechucker', '5797', '-90.646', '-0.413', '-351.899', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17203400', 'Orcish_Neckchopper', '5795', '131.238', '-0.845', '-65.458', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17203401', 'Orcish_Fighter', '5792', '-26.085', '0.461', '-336.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203402', 'Orcish_Cursemaker', '5791', '48.614', '-0.041', '-200.038', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17203403', 'Orcish_Serjeant', '5796', '-7.862', '-0.242', '-208.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203404', 'Ghoul', '5754', '-99.057', '0.279', '-365.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203405', 'Zombie', '5814', '-8.231', '-0.457', '-242.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203406', 'Will-o-the-Wisp', '5813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203407', 'Orcish_Grunt', '5794', '-171.444', '-2.921', '-423.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203408', 'Orcish_Stonechucker', '5797', '-201.273', '-8.273', '-492.004', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203409', 'Orcish_Neckchopper', '5795', '-181.852', '-6.686', '-469.303', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17203410', 'Orcish_Fighter', '5792', '-192.900', '-3.760', '-457.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203411', 'Orcish_Fighter', '5792', '-193.727', '-0.383', '-439.764', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203412', 'Orcish_Cursemaker', '5791', '-173.710', '-0.385', '-443.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203413', 'Orcish_Serjeant', '5796', '-139.000', '-0.100', '-398.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203414', 'Meteormauler_Zhagtegg', '5788', '-172.000', '-7.000', '-476.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203415', 'Orcish_Cursemaker', '5791', '-142.000', '-1.000', '-411.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203416', 'Orcish_Serjeant', '5796', '-160.949', '-1.982', '-392.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203417', 'Snipper', '5803', '-38.098', '-16.064', '-610.356', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17203418', 'Snipper', '5803', '-67.786', '-15.708', '-593.466', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17203419', 'Land_Pugil', '5786', '-65.658', '-14.156', '-584.181', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203420', 'Land_Pugil', '5786', '-50.166', '-16.268', '-606.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203421', 'Bogy', '5745', '7.247', '-17.477', '-595.894', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17203422', 'Water_Elemental', '5812', '-8.196', '-15.777', '-588.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203423', 'Forest_Tiger', '5751', '-47.585', '-19.117', '-648.590', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203424', 'Forest_Tiger', '5751', '-53.845', '-20.874', '-654.784', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17203425', 'Stag_Beetle', '5806', '-28.516', '-4.882', '-457.200', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17203426', 'Screamer', '5801', '-14.046', '-7.892', '-528.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203427', 'Screamer', '5801', '-34.868', '2.087', '-389.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203428', 'Screamer', '5801', '-34.763', '2.225', '-388.771', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203429', 'Brutal_Sheep', '5746', '37.867', '-0.208', '-324.206', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17203430', 'Stag_Beetle', '5806', '167.082', '0.438', '-270.784', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17203431', 'Screamer', '5801', '205.000', '-8.000', '-426.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17203432', 'Screamer', '5801', '199.812', '-2.396', '-370.343', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17203433', 'Screamer', '5801', '154.851', '-0.044', '-259.719', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203434', 'Brutal_Sheep', '5746', '189.057', '-3.507', '-344.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203435', 'Forest_Tiger', '5751', '-52.768', '-6.714', '-468.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203436', 'Forest_Tiger', '5751', '195.195', '-1.062', '-360.968', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17203437', 'Orcish_Grunt', '5794', '50.114', '-0.184', '-240.493', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203438', 'Orcish_Stonechucker', '5797', '212.926', '1.887', '-334.793', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17203439', 'Orcish_Neckchopper', '5795', '146.642', '0.576', '-227.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203440', 'Orcish_Fighter', '5792', '-47.952', '-6.456', '-463.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203441', 'Orcish_Cursemaker', '5791', '243.974', '-8.257', '-478.280', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203442', 'Orcish_Serjeant', '5796', '133.598', '-0.381', '-219.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203443', 'Ghoul', '5754', '-42.065', '-8.565', '-476.637', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203444', 'Zombie', '5814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203445', 'Will-o-the-Wisp', '5813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203446', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203447', 'Fraelissa', '5753', '-10.000', '0.000', '-394.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17203448', 'Fradubio', '5752', '116.000', '0.000', '-222.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17203449', 'Duessa', '5748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203450', 'Duessa', '5748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203451', 'Duessa', '5748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203452', 'Duessa', '5748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203453', 'Duessa', '5748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203454', 'Snipper', '5803', '187.730', '0.171', '-310.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203455', 'Snipper', '5803', '205.542', '2.282', '-307.884', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17203456', 'Land_Pugil', '5786', '196.016', '0.046', '-281.713', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17203457', 'Land_Pugil', '5786', '228.000', '-0.200', '-298.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17203458', 'Snipper', '5803', '276.000', '-15.000', '-525.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17203459', 'Land_Pugil', '5786', '256.385', '-13.462', '-533.550', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17203460', 'Snipper', '5803', '281.643', '-17.193', '-559.917', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17203461', 'Snipper', '5803', '250.350', '-14.905', '-530.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203462', 'Land_Pugil', '5786', '298.623', '-16.412', '-512.526', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17203463', 'Land_Pugil', '5786', '251.670', '-17.079', '-511.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203464', 'Bogy', '5745', '248.386', '-17.344', '-504.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203465', 'Water_Elemental', '5812', '246.856', '-17.062', '-503.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203466', 'Stag_Beetle', '5806', '301.650', '-3.339', '-333.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203467', 'Stag_Beetle', '5806', '306.488', '-8.009', '-383.645', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17203468', 'Wandering_Sapling', '5811', '322.790', '-8.260', '-384.349', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17203469', 'Wandering_Sapling', '5811', '301.000', '-7.000', '-406.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203470', 'Wandering_Sapling', '5811', '302.513', '-14.231', '-442.508', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203471', 'Brutal_Sheep', '5746', '231.392', '-7.723', '-398.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203472', 'Brutal_Sheep', '5746', '329.158', '-4.676', '-340.108', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203473', 'Walking_Tree', '5810', '309.485', '-7.577', '-354.754', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17203474', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203476', 'Stag_Beetle', '5806', '477.529', '-8.222', '-268.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203477', 'Stag_Beetle', '5806', '409.344', '-16.039', '-391.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203478', 'Wandering_Sapling', '5811', '433.447', '-9.097', '-324.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203479', 'Wandering_Sapling', '5811', '432.619', '-16.040', '-396.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203480', 'Wandering_Sapling', '5811', '435.364', '-8.491', '-359.499', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17203481', 'Brutal_Sheep', '5746', '427.821', '-9.499', '-346.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203482', 'Brutal_Sheep', '5746', '412.052', '-13.554', '-385.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203483', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203484', 'Stag_Beetle', '5806', '264.665', '0.038', '-156.324', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17203485', 'Screamer', '5801', '245.220', '-1.078', '-126.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203486', 'Wandering_Sapling', '5811', '208.608', '-1.398', '-102.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203487', 'Wandering_Sapling', '5811', '186.444', '-0.121', '-117.545', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17203488', 'Wandering_Sapling', '5811', '205.765', '-0.279', '-254.331', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17203489', 'Brutal_Sheep', '5746', '183.965', '0.349', '-199.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203490', 'Brutal_Sheep', '5746', '187.378', '-0.199', '-119.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203491', 'Scavenging_Hound', '5800', '214.848', '-4.148', '-259.123', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17203492', 'Forest_Tiger', '5751', '194.127', '0.284', '-235.659', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17203493', 'Orcish_Grunt', '5794', '434.152', '-9.488', '-280.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203494', 'Orcish_Stonechucker', '5797', '359.079', '-8.438', '-333.106', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17203495', 'Orcish_Neckchopper', '5795', '424.600', '-7.910', '-358.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203496', 'Orcish_Fighter', '5792', '279.671', '-7.684', '-420.773', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17203497', 'Orcish_Cursemaker', '5791', '169.877', '-0.236', '-117.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203498', 'Orcish_Serjeant', '5796', '285.176', '-8.292', '-384.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203499', 'Ghoul', '5754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203500', 'Zombie', '5814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203501', 'Will-o-the-Wisp', '5813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203502', 'Boggart', '5744', '276.370', '-12.807', '-342.771', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17203503', 'Boggart', '5744', '277.960', '-13.695', '-333.422', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17203504', 'Snipper', '5803', '316.625', '0.419', '-174.346', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17203505', 'Snipper', '5803', '284.027', '-0.793', '-169.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203506', 'Land_Pugil', '5786', '304.000', '2.000', '-194.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17203507', 'Land_Pugil', '5786', '316.000', '-0.100', '-180.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17203508', 'Bogy', '5745', '311.543', '-1.084', '-210.094', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17203509', 'Water_Elemental', '5812', '321.833', '-0.025', '-188.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203510', 'Boggart', '5744', '346.533', '-1.902', '-195.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203511', 'Boggart', '5744', '309.905', '-5.090', '-242.002', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17203512', 'Boggart', '5744', '337.171', '-6.513', '-221.572', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17203513', 'Jugner_Funguar', '5781', '439.532', '-0.549', '-160.937', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17203514', 'Jugner_Funguar', '5781', '453.987', '-1.789', '-153.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203515', 'Jugner_Funguar', '5781', '460.000', '3.000', '-123.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17203516', 'Jugner_Funguar', '5781', '463.963', '-2.388', '-174.703', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17203517', 'Jugner_Funguar', '5781', '465.000', '1.000', '-114.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17203518', 'Jugner_Funguar', '5781', '481.119', '-0.285', '-153.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203519', 'Stag_Beetle', '5806', '195.970', '0.608', '-61.862', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203520', 'Stag_Beetle', '5806', '198.456', '-0.493', '0.273', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17203521', 'Screamer', '5801', '75.720', '-0.376', '314.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203522', 'Screamer', '5801', '107.365', '0.280', '203.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203523', 'Screamer', '5801', '221.477', '-2.177', '-10.568', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17203524', 'Wandering_Sapling', '5811', '171.954', '-0.157', '102.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203525', 'Wandering_Sapling', '5811', '36.558', '0.669', '302.676', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17203526', 'Brutal_Sheep', '5746', '200.881', '-0.462', '-57.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203527', 'Brutal_Sheep', '5746', '212.422', '-3.020', '96.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203528', 'Stag_Beetle', '5806', '350.856', '-0.933', '165.274', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17203529', 'Stag_Beetle', '5806', '320.004', '-0.058', '53.325', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17203530', 'Wandering_Sapling', '5811', '341.421', '1.300', '100.145', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203531', 'Wandering_Sapling', '5811', '335.660', '-0.414', '157.197', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17203532', 'Wandering_Sapling', '5811', '277.932', '-1.513', '118.789', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17203533', 'Brutal_Sheep', '5746', '275.504', '-0.481', '138.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203534', 'Brutal_Sheep', '5746', '257.060', '-1.614', '87.350', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203535', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203536', 'Forest_Tiger', '5751', '325.443', '-1.678', '40.651', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17203537', 'Forest_Tiger', '5751', '316.655', '-1.970', '35.257', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17203538', 'Stag_Beetle', '5806', '216.012', '2.153', '302.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203539', 'Wandering_Sapling', '5811', '185.004', '-1.930', '265.227', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17203540', 'Wandering_Sapling', '5811', '257.391', '-0.376', '266.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203541', 'Wandering_Sapling', '5811', '192.807', '-0.927', '252.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203542', 'Wandering_Sapling', '5811', '203.248', '0.093', '285.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203543', 'Brutal_Sheep', '5746', '243.889', '-0.287', '297.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203544', 'Brutal_Sheep', '5746', '233.655', '-0.507', '274.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203545', 'Walking_Tree', '5810', '242.488', '0.449', '264.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203546', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203548', 'Jugner_Funguar', '5781', '251.603', '3.366', '212.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203549', 'Jugner_Funguar', '5781', '298.692', '7.003', '153.327', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17203550', 'Forest_Leech', '5750', '302.129', '5.032', '143.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203551', 'Forest_Leech', '5750', '278.559', '5.416', '173.170', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17203552', 'Stag_Beetle', '5806', '409.233', '-0.323', '162.262', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17203553', 'Stag_Beetle', '5806', '383.540', '0.168', '160.292', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17203554', 'Wandering_Sapling', '5811', '396.325', '-0.357', '159.895', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17203555', 'Wandering_Sapling', '5811', '408.789', '-0.348', '163.332', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17203556', 'Wandering_Sapling', '5811', '465.047', '-1.752', '192.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203557', 'Wandering_Sapling', '5811', '411.199', '-4.694', '184.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203558', 'Brutal_Sheep', '5746', '453.126', '-4.172', '192.713', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17203559', 'Brutal_Sheep', '5746', '475.742', '-0.691', '193.489', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203560', 'Scavenging_Hound', '5800', '490.611', '-0.319', '169.448', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17203561', 'Forest_Tiger', '5751', '268.917', '-0.504', '157.936', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203562', 'Goblin_Mugger', '5762', '470.573', '-0.518', '174.185', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17203563', 'Goblin_Ambusher', '5757', '264.070', '-3.138', '312.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203564', 'Goblin_Leecher', '5761', '285.035', '-0.141', '259.006', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17203565', 'Goblin_Tinkerer', '5764', '323.786', '-0.260', '111.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203566', 'Goblin_Gambler', '5760', '310.599', '-0.511', '90.009', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203567', 'Goblin_Butcher', '5758', '252.609', '1.023', '258.211', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203568', 'Ghoul', '5754', '265.531', '-2.347', '301.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203569', 'Zombie', '5814', '467.420', '-0.556', '170.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203570', 'Thunder_Elemental', '5809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203571', 'Jugner_Funguar', '5781', '410.886', '-0.177', '234.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203572', 'Jugner_Funguar', '5781', '459.336', '-0.350', '230.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203573', 'Jugner_Funguar', '5781', '394.633', '-0.622', '235.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203574', 'Jugner_Funguar', '5781', '457.877', '-2.355', '219.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203575', 'Jugner_Funguar', '5781', '437.841', '-1.081', '226.259', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17203576', 'Jugner_Funguar', '5781', '439.440', '-0.296', '271.526', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17203577', 'Jugner_Funguar', '5781', '395.654', '-0.301', '267.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203578', 'Jugner_Funguar', '5781', '460.622', '-2.056', '221.504', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17203579', 'Jugner_Funguar', '5781', '440.610', '-0.480', '239.822', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17203580', 'Jugner_Funguar', '5781', '408.899', '-0.566', '247.431', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203581', 'Stag_Beetle', '5806', '535.504', '-1.517', '152.171', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17203582', 'Stag_Beetle', '5806', '568.892', '0.296', '218.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203583', 'Stag_Beetle', '5806', '567.550', '-0.304', '230.711', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17203584', 'Stag_Beetle', '5806', '555.169', '-0.574', '172.624', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17203585', 'Panzer_Percival', '5799', '585.027', '0.044', '203.418', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17203586', 'Boggart', '5744', '578.635', '-1.257', '190.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203587', 'Boggart', '5744', '553.174', '-0.535', '171.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203588', 'Stag_Beetle', '5806', '209.239', '-0.831', '319.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203589', 'Screamer', '5801', '218.201', '1.015', '321.946', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203590', 'Wandering_Sapling', '5811', '198.804', '0.368', '379.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203591', 'Wandering_Sapling', '5811', '204.284', '0.002', '344.775', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17203592', 'Wandering_Sapling', '5811', '180.857', '-0.306', '342.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203593', 'Brutal_Sheep', '5746', '151.373', '-0.907', '341.510', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17203594', 'Brutal_Sheep', '5746', '189.590', '-0.248', '319.314', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203595', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203596', 'Jugner_Funguar', '5781', '229.675', '6.268', '378.956', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17203597', 'Jugner_Funguar', '5781', '224.984', '5.554', '363.139', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17203598', 'Jugner_Funguar', '5781', '243.032', '6.783', '379.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203599', 'Forest_Leech', '5750', '246.972', '1.469', '367.769', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17203600', 'Forest_Leech', '5750', '225.948', '3.559', '346.335', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17203601', 'Forest_Leech', '5750', '216.453', '5.338', '345.295', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17203602', 'Stag_Beetle', '5806', '278.070', '-1.032', '451.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203603', 'Stag_Beetle', '5806', '324.553', '-1.241', '364.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203604', 'Wandering_Sapling', '5811', '345.469', '-3.330', '388.473', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17203605', 'Wandering_Sapling', '5811', '336.910', '-0.003', '451.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203606', 'Wandering_Sapling', '5811', '350.453', '-0.097', '431.406', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203607', 'Wandering_Sapling', '5811', '279.925', '-0.046', '391.272', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17203608', 'Brutal_Sheep', '5746', '322.312', '-0.404', '474.388', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17203609', 'Brutal_Sheep', '5746', '348.132', '1.886', '453.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203610', 'Scavenging_Hound', '5800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203611', 'Stag_Beetle', '5806', '443.206', '-0.106', '508.016', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17203612', 'Stag_Beetle', '5806', '447.578', '-0.246', '529.386', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17203613', 'Wandering_Sapling', '5811', '408.079', '-1.378', '365.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203614', 'Wandering_Sapling', '5811', '432.107', '-0.530', '560.422', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17203615', 'Wandering_Sapling', '5811', '441.884', '-0.598', '445.014', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203616', 'Wandering_Sapling', '5811', '489.311', '-1.619', '581.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203617', 'Brutal_Sheep', '5746', '419.809', '-0.559', '551.337', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17203618', 'Brutal_Sheep', '5746', '509.724', '1.353', '541.722', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17203619', 'Scavenging_Hound', '5800', '476.953', '-0.516', '586.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203620', 'Jugner_Funguar', '5781', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203621', 'Jugner_Funguar', '5781', '422.455', '6.169', '492.610', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17203622', 'Jugner_Funguar', '5781', '422.053', '2.767', '462.964', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17203623', 'Forest_Leech', '5750', '410.000', '5.000', '470.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203624', 'Forest_Leech', '5750', '426.616', '5.316', '482.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203625', 'Forest_Leech', '5750', '383.386', '5.032', '462.836', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17203626', 'Forest_Tiger', '5751', '436.767', '-0.450', '484.182', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17203627', 'Forest_Tiger', '5751', '432.517', '-1.305', '430.399', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203628', 'Goblin_Mugger', '5762', '396.454', '-0.401', '486.946', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17203629', 'Goblin_Ambusher', '5757', '191.000', '-0.100', '358.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17203630', 'Goblin_Leecher', '5761', '280.272', '-0.414', '394.888', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17203631', 'Goblin_Tinkerer', '5764', '285.092', '-1.111', '453.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203632', 'Goblin_Gambler', '5760', '257.470', '-0.260', '412.842', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17203633', 'Goblin_Butcher', '5758', '459.253', '-0.788', '587.803', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17203634', 'Ghoul', '5754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203635', 'Zombie', '5814', '262.618', '-4.596', '321.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203636', 'Thunder_Elemental', '5809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203637', 'Stag_Beetle', '5806', '239.541', '-0.365', '559.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203638', 'Stag_Beetle', '5806', '296.088', '-0.622', '510.656', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17203639', 'Stag_Beetle', '5806', '274.083', '0.250', '537.848', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203640', 'Stag_Beetle', '5806', '326.435', '-0.877', '493.729', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17203641', 'Stag_Beetle', '5806', '242.000', '-0.100', '528.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203642', 'Panzer_Percival', '5799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203643', 'Jugner_Funguar', '5781', '517.852', '-2.598', '314.514', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17203644', 'Jugner_Funguar', '5781', '546.199', '-0.485', '351.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203645', 'Jugner_Funguar', '5781', '524.622', '-0.344', '346.098', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203646', 'Jugner_Funguar', '5781', '558.115', '0.195', '337.402', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17203647', 'Jugner_Funguar', '5781', '550.402', '-0.134', '357.202', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17203648', 'Goblin_Digger', '5759', '19.052', '0.400', '159.707', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17203649', 'Hobgoblin_Warrior', '5778', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203650', 'Hobgoblin_White_Mage', '5779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203651', 'Hobgoblin_Black_Mage', '5773', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203652', 'Hobgoblin_Red_Mage', '5776', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203653', 'Hobgoblin_Thief', '5777', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203654', 'Hobgoblin_Dark_Knight', '5774', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203655', 'Hobgoblin_Ranger', '5775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203656', 'Hobgoblin_Beastmaster', '5772', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203657', 'Goblin_s_Beetle', '5763', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203658', 'Halforc_Warrior', '5771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203659', 'Halforc_Monk', '5768', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203660', 'Halforc_Black_Mage', '5765', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203661', 'Halforc_Paladin', '5769', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203662', 'Halforc_Dark_Knight', '5766', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203663', 'Halforc_Ranger', '5770', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203664', 'Halforc_Dragoon', '5767', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203665', 'Orc_s_Wyvern', '5798', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203666', 'Giollemitte_B_Feroun', '5756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203667', 'Skeleton_Esquire', '5802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203668', 'Orcish_Fighter', '5792', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203669', 'Orcish_Fighter', '5792', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203670', 'Orcish_Chasseur', '5789', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203671', 'Orcish_Chasseur', '5789', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203672', 'Orcish_Serjeant', '5796', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203673', 'Orcish_Serjeant', '5796', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203674', 'Orcish_Cursemaker', '5791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203675', 'Orcish_Cursemaker', '5791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203676', 'Orcish_Colonel', '5790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203677', 'Cernunnos', '5747', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203678', 'Sprite', '5805', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203679', 'Sprite', '5805', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203680', 'Sprite', '5805', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203681', 'Sprite', '5805', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203682', 'Sprite', '5805', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203683', 'Kumbaba', '5785', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203901', 'Kingslayer_Doggvdegg', '5782', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17203904', 'Orcish_Fodder', '5793', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207297', 'Snipper', '5854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207298', 'Land_Pugil', '5837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207299', 'Cutter', '5819', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207300', 'Greater_Pugil', '5833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207301', 'Kraken', '5836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207302', 'Weeping_Willow', '5864', '-670.000', '-23.000', '352.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207303', 'Sobbing_Sapling', '5855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207304', 'Sobbing_Sapling', '5855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207305', 'Sobbing_Sapling', '5855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207306', 'Sobbing_Sapling', '5855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207307', 'Sobbing_Sapling', '5855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207308', 'Lumber_Jack', '5841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207309', 'May_Fly', '5844', '-437.673', '-15.122', '-27.501', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17207310', 'May_Fly', '5844', '-355.464', '-22.956', '-33.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207311', 'May_Fly', '5844', '-380.352', '-20.430', '-40.223', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17207312', 'Stalking_Sapling', '5857', '-404.148', '-8.277', '53.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207313', 'Stalking_Sapling', '5857', '-413.942', '-13.988', '0.847', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17207314', 'Stalking_Sapling', '5857', '-408.318', '-15.498', '-101.179', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17207315', 'Stalking_Sapling', '5857', '-422.108', '-15.615', '-101.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207316', 'Sabertooth_Tiger', '5853', '-404.364', '-15.319', '-15.756', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17207317', 'Sabertooth_Tiger', '5853', '-440.952', '-7.999', '41.350', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207318', 'Sabertooth_Tiger', '5853', '-367.588', '-8.867', '29.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207319', 'Mauthe_Doog', '5843', '-372.827', '-14.081', '10.748', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17207320', 'May_Fly', '5844', '-226.785', '-38.870', '-79.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207321', 'May_Fly', '5844', '-260.851', '-16.735', '-15.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207322', 'May_Fly', '5844', '-265.996', '-31.153', '-75.883', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17207323', 'Stalking_Sapling', '5857', '-266.735', '-23.511', '-41.636', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17207324', 'Stalking_Sapling', '5857', '-267.664', '-8.467', '25.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207325', 'Stalking_Sapling', '5857', '-259.597', '-29.612', '-107.049', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17207326', 'Stalking_Sapling', '5857', '-274.153', '-12.419', '17.065', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207327', 'Sabertooth_Tiger', '5853', '-255.082', '-35.233', '-65.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207328', 'Sabertooth_Tiger', '5853', '-258.475', '-7.258', '38.578', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17207329', 'Sabertooth_Tiger', '5853', '-241.950', '-36.225', '-59.763', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17207330', 'Mauthe_Doog', '5843', '-296.567', '-19.759', '5.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207331', 'May_Fly', '5844', '-172.063', '-9.635', '75.178', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17207332', 'May_Fly', '5844', '-220.421', '-20.214', '33.306', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17207333', 'May_Fly', '5844', '-157.260', '-17.963', '-59.561', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17207334', 'Stalking_Sapling', '5857', '-177.126', '-15.524', '65.538', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17207335', 'Stalking_Sapling', '5857', '-229.287', '-16.540', '52.590', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17207336', 'Stalking_Sapling', '5857', '-228.297', '-14.497', '13.797', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17207337', 'Stalking_Sapling', '5857', '-162.278', '-10.369', '21.659', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207338', 'Sabertooth_Tiger', '5853', '-164.181', '-11.920', '57.689', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17207339', 'Sabertooth_Tiger', '5853', '-174.839', '-29.257', '-52.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207340', 'Sabertooth_Tiger', '5853', '-239.735', '-9.649', '52.519', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17207341', 'Mauthe_Doog', '5843', '-215.882', '-21.505', '60.215', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17207342', 'Evil_Spirit', '5821', '-209.015', '-4.200', '39.787', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207343', 'Goblin_Mugger', '5828', '-382.291', '-19.448', '-34.468', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17207344', 'Goblin_Pathfinder', '5829', '-272.815', '-27.607', '-66.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207345', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207346', 'Goblin_Leecher', '5827', '-397.021', '-9.133', '39.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207347', 'Goblin_Furrier', '5825', '-292.926', '-16.493', '-7.768', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17207348', 'Goblin_Gambler', '5826', '-272.506', '-7.902', '29.885', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17207349', 'Goblin_Smithy', '5831', '-349.451', '-21.181', '-50.632', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207350', 'Goblin_Shaman', '5830', '-452.714', '-7.732', '27.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207351', 'Wight', '5865', '-225.173', '-35.449', '-99.367', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17207352', 'Wight', '5865', '-317.979', '-21.608', '-62.346', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17207353', 'Ignis_Fatuus', '5835', '-269.239', '-27.089', '-56.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207354', 'May_Fly', '5844', '-473.685', '-15.889', '-96.289', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17207355', 'May_Fly', '5844', '-489.103', '-8.255', '7.012', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17207356', 'May_Fly', '5844', '-466.067', '-16.836', '-71.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207357', 'Stalking_Sapling', '5857', '-481.413', '-8.457', '-7.620', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207358', 'Stalking_Sapling', '5857', '-489.032', '-7.996', '6.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207359', 'Stalking_Sapling', '5857', '-483.701', '-18.189', '-68.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207360', 'Stalking_Sapling', '5857', '-495.610', '-22.010', '-45.332', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207361', 'Sabertooth_Tiger', '5853', '-499.176', '-15.771', '-78.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207362', 'Sabertooth_Tiger', '5853', '-557.794', '-8.514', '-27.658', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207363', 'Sabertooth_Tiger', '5853', '-471.726', '-17.072', '-76.308', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17207364', 'Mauthe_Doog', '5843', '-534.931', '-20.567', '-27.813', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17207365', 'Stalking_Sapling', '5857', '-605.252', '-16.057', '120.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207366', 'Stalking_Sapling', '5857', '-592.215', '-8.498', '49.151', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17207367', 'Stalking_Sapling', '5857', '-581.703', '-15.735', '98.497', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17207368', 'Stalking_Sapling', '5857', '-550.207', '-8.169', '9.007', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207369', 'Sabertooth_Tiger', '5853', '-553.518', '-8.910', '45.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207370', 'Sabertooth_Tiger', '5853', '-570.449', '-16.041', '80.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207371', 'Mauthe_Doog', '5843', '-583.280', '-15.389', '82.938', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17207372', 'May_Fly', '5844', '-685.653', '-16.948', '118.205', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207373', 'May_Fly', '5844', '-722.768', '-16.120', '117.829', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17207374', 'Stalking_Sapling', '5857', '-677.226', '-32.331', '149.730', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207375', 'Stalking_Sapling', '5857', '-704.723', '-22.042', '206.648', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17207376', 'Stalking_Sapling', '5857', '-634.786', '-16.713', '159.465', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17207377', 'Sabertooth_Tiger', '5853', '-631.703', '-16.473', '139.838', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17207378', 'Sabertooth_Tiger', '5853', '-664.213', '-28.159', '142.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207379', 'Mauthe_Doog', '5843', '-653.519', '-21.142', '174.410', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17207380', 'Goblin_Mugger', '5828', '-478.550', '-15.802', '-118.248', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17207381', 'Goblin_Pathfinder', '5829', '-455.375', '-14.655', '-58.153', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17207382', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207383', 'Goblin_Leecher', '5827', '-536.689', '-22.037', '-40.951', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17207384', 'Goblin_Furrier', '5825', '-633.035', '-16.298', '155.467', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17207385', 'Goblin_Gambler', '5826', '-608.920', '-16.854', '106.907', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17207386', 'Goblin_Smithy', '5831', '-598.370', '-10.646', '52.293', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17207387', 'Goblin_Shaman', '5830', '-504.915', '-12.759', '-8.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207388', 'Wight', '5865', '-512.256', '-24.897', '-52.702', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17207389', 'Wight', '5865', '-712.999', '-16.617', '125.180', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17207390', 'Earth_Elemental', '5820', '-584.468', '-14.038', '64.203', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207391', 'Goblin_Furrier', '5825', '-457.282', '-15.717', '-93.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207392', 'Goblin_Smithy', '5831', '-459.340', '-15.765', '-88.176', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17207393', 'Goblin_Shaman', '5830', '-460.460', '-16.276', '-99.022', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17207394', 'May_Fly', '5844', '-427.010', '-15.653', '234.443', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207395', 'May_Fly', '5844', '-435.559', '-15.455', '211.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207396', 'Stalking_Sapling', '5857', '-416.381', '-15.615', '104.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207397', 'Stalking_Sapling', '5857', '-378.958', '-15.425', '233.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207398', 'Stalking_Sapling', '5857', '-455.891', '-13.305', '75.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207399', 'Sabertooth_Tiger', '5853', '-319.684', '-15.949', '235.122', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17207400', 'Sabertooth_Tiger', '5853', '-429.729', '-15.348', '160.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207401', 'Mauthe_Doog', '5843', '-493.853', '-16.205', '212.750', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207402', 'May_Fly', '5844', '-363.924', '-30.724', '176.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207403', 'May_Fly', '5844', '-347.173', '-27.320', '183.713', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17207404', 'Stalking_Sapling', '5857', '-406.130', '-17.012', '145.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207405', 'Stalking_Sapling', '5857', '-363.937', '-30.527', '176.968', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17207406', 'Stalking_Sapling', '5857', '-356.165', '-16.328', '205.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207407', 'Sabertooth_Tiger', '5853', '-379.437', '-13.565', '218.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207408', 'Sabertooth_Tiger', '5853', '-366.620', '-15.444', '103.644', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207409', 'Mauthe_Doog', '5843', '-354.006', '-14.066', '216.305', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207411', 'Evil_Spirit', '5821', '-358.742', '-12.200', '169.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207412', 'May_Fly', '5844', '-333.783', '-16.332', '418.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207413', 'May_Fly', '5844', '-353.629', '-15.378', '267.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207414', 'Stalking_Sapling', '5857', '-323.466', '-16.127', '404.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207415', 'Stalking_Sapling', '5857', '-359.600', '-15.195', '297.904', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17207416', 'Stalking_Sapling', '5857', '-318.392', '-15.973', '411.753', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17207417', 'Sabertooth_Tiger', '5853', '-325.634', '-15.662', '276.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207418', 'Sabertooth_Tiger', '5853', '-355.310', '-16.086', '327.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207419', 'Mauthe_Doog', '5843', '-273.072', '-15.422', '399.232', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17207420', 'Orcish_Fighter', '5848', '-460.107', '-16.240', '125.468', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17207421', 'Orcish_Impaler', '5849', '-409.579', '-15.891', '96.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207422', 'Orcish_Beastrider', '5845', '-345.000', '-15.000', '259.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17207423', 'Orcish_Nightraider', '5850', '-370.804', '-24.062', '346.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207424', 'Orcish_Cursemaker', '5847', '-405.241', '-15.518', '192.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207425', 'Orcish_Serjeant', '5851', '-382.118', '-23.163', '136.329', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17207426', 'Orcish_Brawler', '5846', '-367.261', '-16.106', '271.735', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17207427', 'Goblin_Mugger', '5828', '-332.994', '-16.504', '104.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207428', 'Goblin_Pathfinder', '5829', '-468.976', '-15.130', '71.247', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17207429', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207430', 'Goblin_Leecher', '5827', '-474.332', '-15.937', '86.952', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207431', 'Goblin_Furrier', '5825', '-448.950', '-14.149', '99.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207432', 'Goblin_Gambler', '5826', '-269.661', '-15.487', '371.036', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207433', 'Goblin_Smithy', '5831', '-368.028', '-15.730', '226.336', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17207434', 'Goblin_Shaman', '5830', '-336.147', '-17.056', '435.056', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17207435', 'Wight', '5865', '-312.745', '-15.894', '121.672', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17207436', 'Wight', '5865', '-355.105', '-16.033', '73.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207437', 'Wight', '5865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207438', 'Wight', '5865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207439', 'Earth_Elemental', '5820', '-433.559', '-15.529', '118.233', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207440', 'Orcish_Impaler', '5849', '-349.935', '-15.665', '256.478', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207441', 'Orcish_Beastrider', '5845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207442', 'Orcish_Nightraider', '5850', '-344.000', '-15.000', '252.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17207443', 'Orcish_Brawler', '5846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207444', 'Goblin_Furrier', '5825', '-380.918', '-16.254', '102.267', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17207445', 'Goblin_Smithy', '5831', '-385.019', '-15.724', '101.838', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17207446', 'Goblin_Shaman', '5830', '-382.000', '-15.000', '106.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207447', 'May_Fly', '5844', '-284.098', '-8.458', '168.517', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17207448', 'May_Fly', '5844', '-229.074', '-22.653', '149.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207449', 'Stalking_Sapling', '5857', '-194.234', '-18.485', '132.208', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207450', 'Stalking_Sapling', '5857', '-248.150', '-12.502', '174.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207451', 'Sabertooth_Tiger', '5853', '-188.728', '-10.144', '176.061', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17207452', 'Sabertooth_Tiger', '5853', '-254.056', '-17.582', '140.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207453', 'Mauthe_Doog', '5843', '-297.336', '-7.993', '94.787', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17207454', 'May_Fly', '5844', '-133.204', '-3.004', '203.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207455', 'May_Fly', '5844', '-229.475', '-8.636', '259.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207456', 'Stalking_Sapling', '5857', '-134.039', '-0.842', '289.313', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17207457', 'Stalking_Sapling', '5857', '-145.230', '-0.170', '334.642', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17207458', 'Sabertooth_Tiger', '5853', '-229.511', '-8.638', '265.929', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17207459', 'Sabertooth_Tiger', '5853', '-180.705', '2.017', '290.824', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17207460', 'Sabertooth_Tiger', '5853', '-147.023', '-4.680', '218.997', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17207461', 'Mauthe_Doog', '5843', '-160.211', '0.239', '310.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207462', 'May_Fly', '5844', '-256.091', '-6.157', '257.306', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17207463', 'Stalking_Sapling', '5857', '-236.333', '-7.819', '343.322', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17207464', 'Stalking_Sapling', '5857', '-259.618', '-5.921', '251.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207465', 'Sabertooth_Tiger', '5853', '-288.633', '-8.700', '247.175', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17207466', 'Orcish_Fighter', '5848', '-194.696', '-1.280', '238.555', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17207467', 'Orcish_Impaler', '5849', '-294.798', '-8.457', '166.382', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17207468', 'Orcish_Beastrider', '5845', '-171.490', '0.439', '280.843', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17207469', 'Orcish_Nightraider', '5850', '-116.580', '1.521', '268.260', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17207470', 'Orcish_Cursemaker', '5847', '-197.528', '-19.387', '134.829', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17207471', 'Orcish_Serjeant', '5851', '-253.675', '-7.288', '284.542', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17207472', 'Orcish_Brawler', '5846', '-264.835', '-6.625', '233.731', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17207473', 'Wight', '5865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207474', 'Wight', '5865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207475', 'Ice_Elemental', '5834', '-287.589', '-7.776', '267.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207476', 'Tottering_Toby', '5861', '-255.542', '-7.872', '185.826', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17207477', 'Orcish_Fighter', '5848', '-135.000', '-1.000', '306.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17207478', 'Orcish_Cursemaker', '5847', '-140.461', '-2.034', '304.404', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17207479', 'Orcish_Serjeant', '5851', '-136.141', '-2.335', '302.232', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17207480', 'Stalking_Sapling', '5857', '-208.758', '-8.838', '419.572', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17207481', 'Stalking_Sapling', '5857', '-133.751', '-2.463', '447.619', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17207482', 'Stalking_Sapling', '5857', '-162.014', '-7.932', '437.153', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17207483', 'Treant', '5862', '-200.893', '-7.460', '413.715', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17207484', 'Ba', '5816', '-117.481', '-14.422', '26.009', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17207485', 'May_Fly', '5844', '-161.046', '-22.031', '-110.183', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17207486', 'May_Fly', '5844', '-159.572', '-23.218', '-53.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207487', 'Stalking_Sapling', '5857', '-59.508', '-6.508', '16.582', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17207488', 'Stalking_Sapling', '5857', '-83.104', '-9.973', '3.155', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17207489', 'Stalking_Sapling', '5857', '-94.664', '-13.760', '25.854', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17207490', 'Sabertooth_Tiger', '5853', '-160.895', '-22.131', '-108.871', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17207491', 'Sabertooth_Tiger', '5853', '-144.083', '-18.408', '-59.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207492', 'Mauthe_Doog', '5843', '-125.802', '-20.425', '-18.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207493', 'Ba', '5816', '-100.137', '-12.526', '-104.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207494', 'May_Fly', '5844', '9.189', '-1.839', '32.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207495', 'May_Fly', '5844', '-35.040', '-25.124', '-30.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207496', 'Stalking_Sapling', '5857', '-73.937', '-12.847', '-112.168', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17207497', 'Stalking_Sapling', '5857', '-83.380', '-23.509', '-65.910', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17207498', 'Sabertooth_Tiger', '5853', '23.961', '-3.862', '-0.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207499', 'Sabertooth_Tiger', '5853', '-76.125', '-12.891', '-112.317', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207500', 'Mauthe_Doog', '5843', '-19.493', '-8.294', '9.690', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17207501', 'Evil_Spirit', '5821', '-87.610', '-4.200', '-76.529', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17207502', 'Evil_Spirit', '5821', '-41.392', '-4.199', '-46.433', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17207503', 'Ba', '5816', '-140.854', '-16.819', '-112.163', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17207504', 'May_Fly', '5844', '-32.322', '-8.260', '-135.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207505', 'Stalking_Sapling', '5857', '-52.828', '-8.073', '-124.487', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17207506', 'Stalking_Sapling', '5857', '-120.313', '-14.188', '-148.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207507', 'Sabertooth_Tiger', '5853', '25.599', '-8.275', '-159.757', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17207508', 'Sabertooth_Tiger', '5853', '-17.403', '-10.182', '-135.829', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17207509', 'Mauthe_Doog', '5843', '-149.951', '-22.071', '-116.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207510', 'Goblin_Mugger', '5828', '-158.721', '-11.926', '-91.412', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17207511', 'Goblin_Pathfinder', '5829', '-47.000', '-23.000', '-40.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17207512', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207513', 'Goblin_Leecher', '5827', '-94.650', '-15.954', '-4.670', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17207514', 'Goblin_Furrier', '5825', '8.347', '-8.530', '-18.713', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17207515', 'Goblin_Gambler', '5826', '-12.137', '-10.280', '-139.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207516', 'Goblin_Smithy', '5831', '-22.321', '-22.539', '-40.461', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17207517', 'Goblin_Shaman', '5830', '-55.018', '-2.856', '25.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207518', 'Wight', '5865', '-101.580', '-7.548', '-121.676', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17207519', 'Wight', '5865', '-36.178', '-6.963', '8.459', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17207520', 'Earth_Elemental', '5820', '-44.231', '-16.123', '-67.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207521', 'Ba', '5816', '-51.563', '1.160', '125.463', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17207522', 'May_Fly', '5844', '-17.167', '0.358', '172.815', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207523', 'May_Fly', '5844', '-97.281', '2.581', '174.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207524', 'Stalking_Sapling', '5857', '12.310', '-0.773', '109.888', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17207525', 'Stalking_Sapling', '5857', '-55.491', '-0.383', '94.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207526', 'Sabertooth_Tiger', '5853', '-136.765', '-7.237', '77.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207527', 'Sabertooth_Tiger', '5853', '-32.118', '0.844', '142.400', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17207528', 'Sabertooth_Tiger', '5853', '-29.227', '0.754', '136.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207529', 'Mauthe_Doog', '5843', '7.559', '0.174', '91.985', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17207530', 'Ba', '5816', '14.298', '-6.602', '294.479', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17207531', 'May_Fly', '5844', '-28.226', '-0.568', '250.751', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17207532', 'May_Fly', '5844', '-86.515', '-0.588', '343.237', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17207533', 'Stalking_Sapling', '5857', '-76.849', '0.010', '278.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207534', 'Stalking_Sapling', '5857', '-54.940', '0.214', '352.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207535', 'Stalking_Sapling', '5857', '-59.485', '0.482', '350.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207536', 'Sabertooth_Tiger', '5853', '-65.403', '0.538', '249.590', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17207537', 'Sabertooth_Tiger', '5853', '-52.261', '-6.713', '290.427', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17207538', 'Sabertooth_Tiger', '5853', '-17.144', '-8.538', '332.205', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17207539', 'Mauthe_Doog', '5843', '23.218', '-1.774', '277.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207540', 'Evil_Spirit', '5821', '-15.644', '3.800', '301.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207541', 'Ba', '5816', '83.353', '-13.409', '140.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207542', 'Ba', '5816', '41.901', '-12.936', '145.479', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17207543', 'May_Fly', '5844', '110.466', '0.670', '82.699', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17207544', 'Stalking_Sapling', '5857', '149.486', '-0.085', '58.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207545', 'Stalking_Sapling', '5857', '136.503', '-0.395', '54.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207546', 'Stalking_Sapling', '5857', '75.946', '-8.709', '170.619', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17207547', 'Sabertooth_Tiger', '5853', '80.171', '-5.880', '176.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207548', 'Sabertooth_Tiger', '5853', '133.736', '0.326', '137.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207549', 'Mauthe_Doog', '5843', '76.969', '-13.122', '157.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207550', 'Orcish_Fighter', '5848', '129.645', '0.627', '95.151', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17207551', 'Orcish_Impaler', '5849', '-8.338', '-12.377', '319.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207552', 'Orcish_Beastrider', '5845', '45.535', '-9.173', '160.923', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17207553', 'Orcish_Nightraider', '5850', '-44.620', '0.147', '207.200', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17207554', 'Orcish_Cursemaker', '5847', '-37.381', '0.569', '210.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207555', 'Orcish_Serjeant', '5851', '103.247', '-3.214', '121.931', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207556', 'Orcish_Brawler', '5846', '-57.271', '-2.745', '279.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207557', 'Wight', '5865', '15.459', '-1.375', '110.064', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17207558', 'Wight', '5865', '-73.646', '0.774', '101.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207559', 'Ignis_Fatuus', '5835', '-75.515', '0.144', '246.614', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17207560', 'Ba', '5816', '67.652', '2.931', '259.031', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17207561', 'Ba', '5816', '61.597', '2.639', '223.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207562', 'Ba', '5816', '155.344', '2.688', '176.752', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17207563', 'Ba', '5816', '140.947', '0.625', '174.896', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17207564', 'Stalking_Sapling', '5857', '135.681', '5.340', '237.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207565', 'Stalking_Sapling', '5857', '160.980', '7.086', '192.181', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17207566', 'Sabertooth_Tiger', '5853', '74.219', '0.147', '210.095', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207567', 'Sabertooth_Tiger', '5853', '96.718', '9.802', '288.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207568', 'Sabertooth_Tiger', '5853', '143.545', '7.032', '253.503', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207569', 'Mauthe_Doog', '5843', '97.134', '9.954', '289.177', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17207570', 'Ba', '5816', '271.952', '8.387', '49.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207571', 'Ba', '5816', '143.123', '5.035', '12.486', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17207572', 'Ba', '5816', '157.993', '6.890', '-6.711', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17207573', 'Ba', '5816', '210.104', '8.044', '145.312', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207574', 'Stalking_Sapling', '5857', '245.694', '8.570', '6.884', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17207575', 'Stalking_Sapling', '5857', '151.542', '6.272', '7.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207576', 'Sabertooth_Tiger', '5853', '210.440', '8.098', '139.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207577', 'Sabertooth_Tiger', '5853', '240.452', '7.600', '117.858', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17207578', 'Sabertooth_Tiger', '5853', '258.734', '10.356', '8.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207579', 'Mauthe_Doog', '5843', '245.778', '8.461', '38.333', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17207580', 'Ba', '5816', '185.411', '7.753', '251.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207581', 'Ba', '5816', '218.764', '7.001', '248.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207582', 'Ba', '5816', '259.845', '8.181', '148.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207583', 'Clipper', '5818', '202.000', '8.000', '316.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207584', 'Clipper', '5818', '335.403', '8.502', '123.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207585', 'Clipper', '5818', '237.000', '7.000', '246.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207586', 'Clipper', '5818', '264.952', '8.195', '201.897', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17207587', 'Clipper', '5818', '298.000', '6.000', '174.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207588', 'Clipper', '5818', '249.103', '8.262', '219.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207589', 'Ice_Elemental', '5834', '380.161', '7.038', '116.525', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17207590', 'Orcish_Fighter', '5848', '231.977', '8.388', '147.600', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17207591', 'Orcish_Impaler', '5849', '52.827', '-0.294', '251.994', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207592', 'Orcish_Beastrider', '5845', '247.955', '8.380', '220.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207593', 'Orcish_Nightraider', '5850', '145.577', '5.919', '222.270', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17207594', 'Orcish_Cursemaker', '5847', '214.970', '7.828', '191.133', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17207595', 'Orcish_Serjeant', '5851', '100.516', '0.311', '180.387', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17207596', 'Orcish_Brawler', '5846', '230.913', '8.951', '50.825', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17207597', 'Wight', '5865', '83.356', '2.038', '222.500', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17207598', 'Wight', '5865', '218.427', '8.282', '175.146', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207599', 'Ba', '5816', '172.660', '-3.176', '-26.259', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17207600', 'Ba', '5816', '235.492', '3.964', '-36.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207601', 'Stalking_Sapling', '5857', '110.116', '-1.040', '-152.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207602', 'Stalking_Sapling', '5857', '74.132', '-9.002', '-148.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207603', 'Stalking_Sapling', '5857', '94.924', '-7.156', '-165.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207604', 'Stalking_Sapling', '5857', '195.523', '-8.511', '-57.747', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17207605', 'Sabertooth_Tiger', '5853', '91.029', '-8.968', '-132.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207606', 'Sabertooth_Tiger', '5853', '140.485', '-3.297', '-88.773', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17207607', 'Mauthe_Doog', '5843', '241.633', '6.130', '-36.608', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17207609', 'Evil_Spirit', '5821', '79.883', '3.799', '-200.221', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17207610', 'Evil_Spirit', '5821', '197.963', '11.795', '-42.483', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17207611', 'Ba', '5816', '324.000', '-0.010', '-236.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17207612', 'Ba', '5816', '353.988', '6.763', '-238.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207613', 'Stalking_Sapling', '5857', '265.047', '2.213', '-274.616', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17207614', 'Stalking_Sapling', '5857', '310.778', '6.340', '-267.915', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17207615', 'Stalking_Sapling', '5857', '371.691', '8.115', '-229.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207616', 'Stalking_Sapling', '5857', '378.083', '8.404', '-117.193', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17207617', 'Sabertooth_Tiger', '5853', '343.866', '7.994', '-132.220', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17207618', 'Ba', '5816', '213.057', '6.085', '-309.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207619', 'Stalking_Sapling', '5857', '197.000', '-0.010', '-278.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17207620', 'Stalking_Sapling', '5857', '125.249', '7.376', '-286.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207621', 'Stalking_Sapling', '5857', '103.821', '-1.672', '-236.194', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17207622', 'Sabertooth_Tiger', '5853', '161.678', '-0.346', '-258.670', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17207623', 'Goblin_Mugger', '5828', '337.850', '9.894', '-144.450', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17207624', 'Goblin_Pathfinder', '5829', '302.763', '9.855', '-86.882', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17207625', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207626', 'Goblin_Leecher', '5827', '321.896', '8.638', '-55.760', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17207627', 'Goblin_Furrier', '5825', '331.889', '8.267', '-111.792', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17207628', 'Goblin_Gambler', '5826', '376.989', '8.778', '-187.110', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17207629', 'Goblin_Smithy', '5831', '99.791', '-0.425', '-245.630', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17207630', 'Goblin_Shaman', '5830', '162.461', '-0.999', '-97.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207631', 'Ignis_Fatuus', '5835', '382.330', '8.601', '-238.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207632', 'Goblin_Furrier', '5825', '377.113', '7.714', '-99.702', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17207633', 'Goblin_Smithy', '5831', '378.000', '8.000', '-107.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207634', 'Goblin_Shaman', '5830', '376.587', '7.715', '-99.686', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17207635', 'Evil_Weapon', '5822', '236.000', '8.000', '-315.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207636', 'Evil_Weapon', '5822', '184.104', '7.963', '-319.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207637', 'Evil_Weapon', '5822', '101.996', '8.687', '-314.354', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17207638', 'Evil_Weapon', '5822', '231.965', '8.258', '-339.033', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17207639', 'Evil_Weapon', '5822', '146.673', '-1.421', '-325.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207641', 'Ba', '5816', '151.625', '-6.821', '-368.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207642', 'Ba', '5816', '281.549', '6.681', '-407.764', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17207643', 'Ba', '5816', '114.330', '7.708', '-464.227', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17207644', 'Clipper', '5818', '120.000', '7.000', '-480.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207645', 'Clipper', '5818', '209.999', '6.271', '-427.619', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17207646', 'Clipper', '5818', '204.562', '6.320', '-487.567', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17207647', 'Clipper', '5818', '187.502', '8.128', '-447.893', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17207648', 'Clipper', '5818', '196.134', '7.184', '-394.396', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17207649', 'Goblin_Pathfinder', '5829', '164.553', '7.658', '-444.811', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17207650', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207651', 'Goblin_Furrier', '5825', '191.097', '7.862', '-428.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207652', 'Goblin_Smithy', '5831', '61.511', '7.260', '-379.198', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17207653', 'Goblin_Shaman', '5830', '201.329', '6.026', '-487.133', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17207654', 'Wight', '5865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207655', 'Wight', '5865', '272.070', '7.847', '-363.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207656', 'Ice_Elemental', '5834', '105.596', '4.769', '-404.876', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17207657', 'Ahtu', '5815', '187.811', '15.258', '-554.714', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17207658', 'May_Fly', '5844', '-397.718', '-24.000', '318.029', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17207659', 'May_Fly', '5844', '-489.165', '-25.103', '297.365', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207660', 'May_Fly', '5844', '-471.058', '-24.205', '253.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207661', 'May_Fly', '5844', '-515.118', '-23.979', '320.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207662', 'Stalking_Sapling', '5857', '-577.881', '-23.388', '311.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207663', 'Stalking_Sapling', '5857', '-541.000', '-23.000', '294.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207664', 'Stalking_Sapling', '5857', '-493.332', '-25.334', '300.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207665', 'Sabertooth_Tiger', '5853', '-446.909', '-24.949', '292.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207666', 'Sabertooth_Tiger', '5853', '-477.516', '-23.917', '234.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207667', 'May_Fly', '5844', '-419.327', '-24.354', '421.872', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207668', 'Stalking_Sapling', '5857', '-473.976', '-31.721', '452.679', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17207669', 'Stalking_Sapling', '5857', '-428.721', '-30.550', '464.839', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207670', 'Stalking_Sapling', '5857', '-497.606', '-31.373', '439.847', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17207671', 'Stalking_Sapling', '5857', '-502.800', '-29.528', '420.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207672', 'May_Fly', '5844', '-481.408', '-37.672', '345.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207673', 'May_Fly', '5844', '-472.923', '-39.561', '327.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207674', 'May_Fly', '5844', '-361.943', '-23.548', '346.794', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17207675', 'Stalking_Sapling', '5857', '-501.991', '-24.754', '368.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207676', 'Stalking_Sapling', '5857', '-365.657', '-23.873', '397.241', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17207677', 'Stalking_Sapling', '5857', '-429.597', '-33.173', '340.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207678', 'Sabertooth_Tiger', '5853', '-373.350', '-24.242', '342.742', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17207679', 'Sabertooth_Tiger', '5853', '-469.529', '-40.282', '331.047', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17207680', 'Sabertooth_Tiger', '5853', '-491.984', '-29.658', '318.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207681', 'Goblin_Pathfinder', '5829', '-443.000', '-25.000', '385.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207682', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207683', 'Goblin_Furrier', '5825', '-373.571', '-23.707', '405.476', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17207684', 'Goblin_Smithy', '5831', '-442.821', '-39.333', '339.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207685', 'Goblin_Shaman', '5830', '-395.000', '-23.000', '451.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207686', 'Goblin_Pathfinder', '5829', '-463.318', '-25.002', '290.862', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207687', 'Goblin_s_Dragonfly', '5832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207688', 'Goblin_Furrier', '5825', '-390.102', '-23.825', '366.081', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17207689', 'Goblin_Smithy', '5831', '-462.000', '-31.000', '442.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207690', 'Goblin_Shaman', '5830', '-421.663', '-24.338', '415.697', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17207691', 'Wight', '5865', '-501.185', '-24.787', '371.361', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207692', 'Wight', '5865', '-465.029', '-23.954', '405.164', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207693', 'Ignis_Fatuus', '5835', '-395.401', '-23.494', '413.703', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17207694', 'Treant', '5862', '-623.325', '-19.178', '333.455', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17207695', 'Goblin_Digger', '5824', '-28.133', '-0.181', '354.895', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17207696', 'Sturmtiger', '5858', '145.373', '16.462', '-548.560', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207697', 'Suparna', '5859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207698', 'Suparna_Fledgling', '5860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207699', 'Badshah', '5817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207700', 'Badshah', '5817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207701', 'Badshah', '5817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207702', 'Badshah', '5817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207703', 'Badshah', '5817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207704', 'Sprite', '5856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207705', 'Sprite', '5856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207706', 'Sprite', '5856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207707', 'Sprite', '5856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207708', 'Sprite', '5856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207709', 'Lanky_Lenglen', '5838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207710', 'Vegnix_Greenthumb', '5863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207764', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207765', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207766', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207767', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207768', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207769', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207770', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207771', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207772', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207773', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207774', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207775', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207776', 'Goblin_Bounty_Hunter', '5823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17207864', 'Ragelise', '5852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211393', 'Stone_Crab', '5915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211394', 'Sand_Crab', '5910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211395', 'Land_Crab', '5896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211396', 'Pug_Pugil', '5906', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211397', 'Fighting_Pugil', '5883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211398', 'Huge_Hornet', '5894', '717.037', '-0.503', '478.574', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17211399', 'Huge_Hornet', '5894', '707.389', '-0.619', '367.114', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17211400', 'Huge_Hornet', '5894', '646.482', '-0.888', '430.266', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17211401', 'Huge_Hornet', '5894', '760.369', '-1.109', '440.386', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17211402', 'Huge_Hornet', '5894', '632.144', '-0.303', '413.641', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17211403', 'Huge_Hornet', '5894', '717.268', '-1.246', '360.553', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17211404', 'Huge_Hornet', '5894', '679.805', '-0.561', '396.573', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17211405', 'Huge_Hornet', '5894', '661.191', '-2.941', '459.172', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17211406', 'Tunnel_Worm', '5917', '635.418', '-0.697', '413.852', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17211407', 'Tunnel_Worm', '5917', '654.290', '-4.362', '460.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211408', 'Tunnel_Worm', '5917', '700.533', '-1.576', '355.145', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17211409', 'Tunnel_Worm', '5917', '734.182', '-2.663', '453.948', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211410', 'Ding_Bats', '5881', '676.608', '-0.637', '437.112', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17211411', 'Ding_Bats', '5881', '730.553', '-2.621', '457.043', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17211412', 'Ding_Bats', '5881', '642.443', '-0.039', '366.534', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17211413', 'Ding_Bats', '5881', '622.370', '-0.127', '435.040', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17211414', 'Huge_Hornet', '5894', '537.342', '0.062', '475.117', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17211415', 'Huge_Hornet', '5894', '548.776', '2.250', '412.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211416', 'Huge_Hornet', '5894', '556.943', '-0.553', '457.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211417', 'Huge_Hornet', '5894', '527.787', '-1.315', '475.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211418', 'Huge_Hornet', '5894', '524.141', '-1.036', '461.284', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17211419', 'Huge_Hornet', '5894', '542.093', '-1.303', '352.770', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17211420', 'Huge_Hornet', '5894', '588.706', '-2.262', '484.678', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17211421', 'Huge_Hornet', '5894', '508.715', '0.341', '387.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211422', 'Tunnel_Worm', '5917', '512.645', '-0.341', '416.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211423', 'Tunnel_Worm', '5917', '608.678', '-1.095', '448.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211424', 'Tunnel_Worm', '5917', '498.515', '0.222', '409.013', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17211425', 'Tunnel_Worm', '5917', '515.188', '-1.607', '495.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211426', 'Ding_Bats', '5881', '580.802', '-0.868', '439.269', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17211427', 'Ding_Bats', '5881', '541.974', '0.338', '378.054', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17211428', 'Ding_Bats', '5881', '605.192', '1.278', '425.553', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17211429', 'Ding_Bats', '5881', '585.187', '0.132', '475.060', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17211430', 'Huge_Hornet', '5894', '424.486', '-0.323', '364.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211431', 'Huge_Hornet', '5894', '371.745', '0.035', '233.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211432', 'Huge_Hornet', '5894', '368.323', '-2.044', '183.731', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17211433', 'Huge_Hornet', '5894', '377.859', '1.615', '333.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211434', 'Huge_Hornet', '5894', '416.651', '-1.238', '317.864', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17211435', 'Huge_Hornet', '5894', '316.644', '0.854', '266.637', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211436', 'Huge_Hornet', '5894', '406.166', '-2.337', '301.692', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17211437', 'Huge_Hornet', '5894', '410.946', '-0.736', '369.732', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17211438', 'Huge_Hornet', '5894', '391.226', '-1.237', '199.400', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17211439', 'Huge_Hornet', '5894', '443.492', '-0.808', '392.880', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17211440', 'Tunnel_Worm', '5917', '458.778', '-0.355', '360.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211441', 'Tunnel_Worm', '5917', '427.831', '-0.084', '352.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211442', 'Tunnel_Worm', '5917', '446.202', '-0.842', '362.610', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17211443', 'Tunnel_Worm', '5917', '374.717', '-0.358', '364.194', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211444', 'Tunnel_Worm', '5917', '399.188', '0.815', '333.421', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17211445', 'Ding_Bats', '5881', '323.233', '-0.721', '293.771', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17211446', 'Ding_Bats', '5881', '348.555', '2.170', '258.482', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17211447', 'Ding_Bats', '5881', '396.369', '-0.696', '223.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211448', 'Ding_Bats', '5881', '385.483', '-0.074', '245.560', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17211449', 'Ding_Bats', '5881', '428.409', '-0.437', '374.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211450', 'Maneating_Hornet', '5901', '373.235', '-19.987', '642.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211451', 'Maneating_Hornet', '5901', '403.252', '-20.672', '601.387', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17211452', 'Maneating_Hornet', '5901', '357.932', '-20.454', '659.748', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17211453', 'Stone_Eater', '5916', '367.350', '-19.979', '647.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211454', 'Stone_Eater', '5916', '349.298', '-20.214', '663.793', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17211455', 'Stone_Eater', '5916', '369.183', '-20.332', '633.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211456', 'Ornery_Sheep', '5904', '380.248', '-20.406', '641.414', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17211457', 'Ornery_Sheep', '5904', '356.340', '-20.252', '667.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211458', 'Goblin_Thug', '5891', '398.764', '-20.456', '622.887', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17211459', 'Goblin_Thug', '5891', '398.059', '-20.625', '642.851', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17211460', 'Ding_Bats', '5881', '359.737', '-20.508', '645.112', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17211461', 'Ding_Bats', '5881', '397.966', '-20.496', '633.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211462', 'Ding_Bats', '5881', '342.958', '-20.335', '674.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211463', 'Fledermaus', '5884', '401.308', '-20.496', '573.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211464', 'Black_Wolf', '5868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211465', 'Maneating_Hornet', '5901', '312.000', '-20.000', '678.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211466', 'Maneating_Hornet', '5901', '275.964', '-20.740', '721.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211467', 'Maneating_Hornet', '5901', '244.852', '-20.460', '683.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211468', 'Maneating_Hornet', '5901', '197.696', '-20.688', '679.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211469', 'Stone_Eater', '5916', '223.343', '-20.390', '648.015', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211470', 'Stone_Eater', '5916', '190.672', '-20.467', '623.274', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17211471', 'Stone_Eater', '5916', '221.106', '-21.233', '656.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211472', 'Ornery_Sheep', '5904', '208.780', '-21.350', '670.386', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17211473', 'Ornery_Sheep', '5904', '272.000', '-20.000', '676.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17211474', 'Goblin_Thug', '5891', '285.743', '-20.991', '704.507', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17211475', 'Goblin_Weaver', '5892', '209.410', '-20.521', '640.227', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17211476', 'Ding_Bats', '5881', '211.411', '-20.519', '681.456', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211477', 'Ding_Bats', '5881', '197.928', '-20.393', '620.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211478', 'Fledermaus', '5884', '276.456', '-20.757', '712.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211479', 'Fledermaus', '5884', '237.875', '-20.500', '663.270', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17211480', 'Black_Wolf', '5868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211481', 'Maneating_Hornet', '5901', '143.295', '-20.495', '556.405', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211482', 'Maneating_Hornet', '5901', '165.030', '-20.469', '583.699', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17211483', 'Maneating_Hornet', '5901', '122.405', '-20.478', '544.060', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17211484', 'Maneating_Hornet', '5901', '128.131', '-20.287', '455.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211485', 'Stone_Eater', '5916', '149.939', '-19.858', '567.014', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211486', 'Stone_Eater', '5916', '184.949', '-20.500', '593.308', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17211487', 'Stone_Eater', '5916', '155.697', '-20.068', '565.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211488', 'Ornery_Sheep', '5904', '113.645', '-20.793', '460.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211489', 'Ornery_Sheep', '5904', '175.315', '-20.569', '582.728', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211490', 'Goblin_Thug', '5891', '105.508', '-20.654', '493.344', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17211491', 'Goblin_Thug', '5891', '120.876', '-20.578', '553.292', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17211492', 'Ding_Bats', '5881', '162.251', '-20.423', '575.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211493', 'Ding_Bats', '5881', '118.505', '-20.402', '448.993', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17211494', 'Ding_Bats', '5881', '124.000', '-20.000', '521.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211495', 'Fledermaus', '5884', '239.000', '-20.000', '640.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17211496', 'Black_Wolf', '5868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211497', 'Maneating_Hornet', '5901', '238.064', '-20.778', '322.383', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17211498', 'Maneating_Hornet', '5901', '187.000', '-20.000', '362.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211499', 'Maneating_Hornet', '5901', '158.000', '-19.000', '427.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211500', 'Stone_Eater', '5916', '230.848', '-21.165', '336.810', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17211501', 'Stone_Eater', '5916', '171.894', '-20.730', '398.063', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211502', 'Stone_Eater', '5916', '235.862', '-20.535', '363.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211503', 'Ornery_Sheep', '5904', '187.720', '-20.342', '404.865', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17211504', 'Ornery_Sheep', '5904', '149.412', '-19.895', '429.194', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17211505', 'Goblin_Thug', '5891', '171.492', '-20.491', '407.989', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17211506', 'Goblin_Weaver', '5892', '146.952', '-20.285', '447.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211507', 'Ding_Bats', '5881', '248.730', '-19.929', '352.612', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211508', 'Ding_Bats', '5881', '209.393', '-20.386', '376.771', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211509', 'Fledermaus', '5884', '196.863', '-20.496', '376.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211510', 'Fledermaus', '5884', '211.259', '-20.306', '361.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211511', 'Black_Wolf', '5868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211512', 'Maneating_Hornet', '5901', '422.603', '-20.899', '432.660', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211513', 'Maneating_Hornet', '5901', '437.782', '-20.715', '443.095', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17211514', 'Stone_Eater', '5916', '397.499', '-20.911', '456.764', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211515', 'Stone_Eater', '5916', '424.835', '-21.000', '433.221', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17211516', 'Ornery_Sheep', '5904', '394.092', '-20.384', '411.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211517', 'Ornery_Sheep', '5904', '408.466', '-20.150', '426.289', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17211518', 'Goblin_Thug', '5891', '368.441', '-20.763', '396.331', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17211519', 'Ding_Bats', '5881', '403.638', '-20.017', '423.385', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17211520', 'Fledermaus', '5884', '439.133', '-20.722', '443.996', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17211521', 'Black_Wolf', '5868', '391.087', '-20.643', '418.648', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17211522', 'Maneating_Hornet', '5901', '273.439', '-20.480', '357.536', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17211523', 'Maneating_Hornet', '5901', '311.416', '-20.410', '379.125', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17211524', 'Stone_Eater', '5916', '306.698', '-20.118', '387.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211525', 'Ornery_Sheep', '5904', '312.118', '-20.487', '372.288', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17211526', 'Ornery_Sheep', '5904', '278.890', '-20.545', '363.406', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211527', 'Goblin_Weaver', '5892', '329.406', '-20.522', '378.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211528', 'Ding_Bats', '5881', '307.688', '-20.373', '363.768', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17211529', 'Fledermaus', '5884', '262.618', '-21.077', '353.507', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17211530', 'Black_Wolf', '5868', '295.680', '-20.470', '364.715', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17211531', 'Maneating_Hornet', '5901', '196.873', '-40.415', '500.153', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17211532', 'Maneating_Hornet', '5901', '352.974', '-40.359', '472.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211533', 'Maneating_Hornet', '5901', '216.150', '-41.182', '445.157', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211534', 'Maneating_Hornet', '5901', '353.313', '-40.347', '463.609', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211535', 'Maneating_Hornet', '5901', '237.753', '-40.500', '469.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211536', 'Maneating_Hornet', '5901', '197.369', '-40.612', '453.688', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17211537', 'Stinging_Sophie', '5914', '234.104', '-40.332', '462.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211538', 'Stone_Eater', '5916', '352.231', '-40.463', '449.782', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17211539', 'Stone_Eater', '5916', '284.956', '-40.107', '433.187', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17211540', 'Stone_Eater', '5916', '357.715', '-40.449', '458.521', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17211541', 'Ornery_Sheep', '5904', '191.280', '-40.715', '481.208', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17211542', 'Ornery_Sheep', '5904', '201.342', '-40.532', '508.101', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17211543', 'Ornery_Sheep', '5904', '158.149', '-40.746', '520.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211544', 'Ornery_Sheep', '5904', '232.560', '-40.970', '441.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211545', 'Goblin_Thug', '5891', '309.252', '-40.757', '434.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211546', 'Goblin_Thug', '5891', '249.642', '-40.667', '400.371', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17211547', 'Goblin_Weaver', '5892', '203.886', '-40.540', '511.164', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17211548', 'Ding_Bats', '5881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211549', 'Ding_Bats', '5881', '239.271', '-40.592', '454.496', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17211550', 'Ding_Bats', '5881', '313.805', '-40.511', '440.396', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17211551', 'Fledermaus', '5884', '294.288', '-40.193', '430.849', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17211552', 'Fledermaus', '5884', '208.982', '-40.607', '440.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211553', 'Black_Wolf', '5868', '212.715', '-41.427', '446.869', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211554', 'Enchanted_Bones', '5882', '181.012', '-40.808', '526.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211555', 'Enchanted_Bones', '5882', '249.912', '-40.183', '457.021', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17211556', 'Maneating_Hornet', '5901', '210.607', '-40.478', '566.096', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17211557', 'Maneating_Hornet', '5901', '288.447', '-40.842', '634.161', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17211558', 'Maneating_Hornet', '5901', '295.890', '-41.593', '614.738', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17211559', 'Maneating_Hornet', '5901', '363.973', '-40.774', '562.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211560', 'Maneating_Hornet', '5901', '356.544', '-40.528', '570.302', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17211561', 'Stinging_Sophie', '5914', '340.381', '-40.473', '601.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211562', 'Stone_Eater', '5916', '203.635', '-40.536', '553.291', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17211563', 'Stone_Eater', '5916', '248.579', '-40.262', '571.739', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17211564', 'Stone_Eater', '5916', '241.917', '-40.487', '587.815', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17211565', 'Ornery_Sheep', '5904', '293.122', '-41.467', '608.224', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17211566', 'Ornery_Sheep', '5904', '290.358', '-41.496', '620.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211567', 'Ornery_Sheep', '5904', '357.596', '-40.593', '567.682', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17211568', 'Ornery_Sheep', '5904', '225.424', '-40.346', '569.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211569', 'Goblin_Thug', '5891', '206.341', '-40.507', '552.500', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17211570', 'Goblin_Thug', '5891', '328.874', '-40.022', '605.846', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17211571', 'Goblin_Weaver', '5892', '197.502', '-40.498', '542.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211572', 'Ding_Bats', '5881', '250.113', '-40.375', '592.222', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211573', 'Ding_Bats', '5881', '302.809', '-41.405', '606.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211574', 'Ding_Bats', '5881', '299.039', '-41.417', '621.521', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17211575', 'Fledermaus', '5884', '298.166', '-41.518', '618.534', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211576', 'Black_Wolf', '5868', '324.353', '-40.596', '615.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211577', 'Enchanted_Bones', '5882', '288.459', '-41.108', '603.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211578', 'Enchanted_Bones', '5882', '200.711', '-40.413', '535.023', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17211579', 'Maneating_Hornet', '5901', '283.958', '-60.926', '530.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211580', 'Maneating_Hornet', '5901', '310.309', '-60.634', '521.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211581', 'Maneating_Hornet', '5901', '308.116', '-60.352', '550.771', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17211582', 'Maneating_Hornet', '5901', '308.975', '-61.082', '525.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211583', 'Maneating_Hornet', '5901', '285.813', '-60.784', '518.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211584', 'Goblin_Thug', '5891', '324.134', '-60.926', '509.240', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17211585', 'Goblin_Thug', '5891', '287.072', '-60.645', '515.808', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17211586', 'Goblin_Weaver', '5892', '268.041', '-60.118', '532.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211587', 'Ding_Bats', '5881', '327.337', '-60.788', '530.183', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17211588', 'Ding_Bats', '5881', '335.943', '-60.319', '507.148', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17211589', 'Fledermaus', '5884', '304.646', '-61.022', '547.930', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211590', 'Fledermaus', '5884', '318.704', '-60.101', '545.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211591', 'Enchanted_Bones', '5882', '318.531', '-60.104', '545.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211592', 'Enchanted_Bones', '5882', '278.751', '-60.549', '545.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211593', 'Enchanted_Bones', '5882', '262.853', '-60.219', '509.673', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17211594', 'River_Crab', '5908', '277.886', '-0.645', '236.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211595', 'River_Crab', '5908', '311.557', '1.666', '258.714', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17211596', 'River_Crab', '5908', '321.083', '-0.543', '290.178', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17211597', 'River_Crab', '5908', '316.929', '-0.644', '202.669', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17211598', 'Stone_Eater', '5916', '317.031', '-0.829', '200.952', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211599', 'Stone_Eater', '5916', '66.444', '-0.979', '284.167', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17211600', 'Stone_Eater', '5916', '115.743', '0.142', '309.780', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211601', 'Stone_Eater', '5916', '133.203', '2.019', '294.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211602', 'Stone_Eater', '5916', '104.007', '1.999', '254.672', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211603', 'Rock_Lizard', '5909', '228.582', '2.577', '258.864', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17211604', 'Walking_Sapling', '5919', '97.642', '2.582', '275.671', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17211605', 'Vulture', '5918', '261.593', '-0.540', '293.156', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17211606', 'Vulture', '5918', '80.009', '-0.340', '257.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211607', 'Vulture', '5918', '118.552', '0.077', '285.532', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17211608', 'Young_Quadav', '5921', '255.370', '2.261', '262.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211609', 'Young_Quadav', '5921', '199.648', '0.035', '270.736', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211610', 'Amber_Quadav', '5866', '278.357', '-0.247', '273.979', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17211611', 'Young_Quadav', '5921', '176.000', '1.000', '259.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211612', 'Young_Quadav', '5921', '185.000', '2.000', '254.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211613', 'Amber_Quadav', '5866', '178.586', '1.468', '256.145', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17211614', 'Stone_Eater', '5916', '-25.184', '0.784', '118.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211615', 'Stone_Eater', '5916', '-99.142', '1.975', '82.611', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211616', 'Stone_Eater', '5916', '-61.402', '-0.433', '119.843', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17211617', 'Stone_Eater', '5916', '-1.401', '0.713', '147.759', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211618', 'Stone_Eater', '5916', '-11.005', '0.937', '121.217', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17211619', 'Stone_Eater', '5916', '-11.325', '0.826', '109.344', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17211620', 'Rock_Lizard', '5909', '-49.977', '2.435', '97.906', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17211621', 'Rock_Lizard', '5909', '-130.599', '0.074', '119.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211622', 'Walking_Sapling', '5919', '-114.833', '-0.122', '121.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211623', 'Walking_Sapling', '5919', '-1.500', '-0.786', '83.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211624', 'Vulture', '5918', '13.076', '1.917', '146.693', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17211625', 'Vulture', '5918', '36.737', '-0.834', '97.292', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17211626', 'Vulture', '5918', '50.015', '-0.667', '120.202', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211627', 'Young_Quadav', '5921', '41.411', '1.672', '145.536', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17211628', 'Young_Quadav', '5921', '-0.856', '2.263', '137.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211629', 'Stone_Eater', '5916', '70.503', '0.718', '430.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211630', 'Stone_Eater', '5916', '51.357', '-0.909', '415.332', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17211631', 'Walking_Sapling', '5919', '7.052', '-1.366', '416.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211632', 'Vulture', '5918', '-6.669', '0.058', '423.016', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17211633', 'Young_Quadav', '5921', '65.000', '-0.010', '423.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17211634', 'Amethyst_Quadav', '5867', '-49.000', '-0.010', '479.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211635', 'Amber_Quadav', '5866', '-0.010', '-0.020', '468.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17211636', 'Shrapnel', '5913', '94.794', '-0.299', '408.927', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17211637', 'Young_Quadav', '5921', '59.000', '-0.010', '427.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17211638', 'Young_Quadav', '5921', '-83.000', '-0.010', '399.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17211639', 'Amber_Quadav', '5866', '57.553', '-0.465', '420.584', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17211640', 'Stone_Eater', '5916', '-47.607', '0.091', '276.050', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211641', 'Stone_Eater', '5916', '-69.251', '2.413', '337.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211642', 'Stone_Eater', '5916', '-61.914', '2.288', '292.800', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211643', 'Walking_Sapling', '5919', '-40.831', '0.372', '265.314', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17211644', 'Vulture', '5918', '-10.685', '-0.680', '282.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211645', 'Vulture', '5918', '-143.801', '2.173', '263.195', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17211646', 'Young_Quadav', '5921', '-52.748', '1.732', '269.750', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17211647', 'Amethyst_Quadav', '5867', '-29.703', '-1.834', '291.623', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17211648', 'Amber_Quadav', '5866', '-124.225', '-0.398', '293.719', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211649', 'Shrapnel', '5913', '-101.454', '2.560', '369.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211650', 'Young_Quadav', '5921', '-58.840', '1.551', '254.026', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17211651', 'Young_Quadav', '5921', '-58.817', '1.514', '254.668', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17211652', 'Amethyst_Quadav', '5867', '-63.361', '2.143', '256.942', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17211653', 'Stone_Eater', '5916', '-128.683', '2.497', '260.351', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17211654', 'Stone_Eater', '5916', '-177.332', '2.529', '109.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211655', 'Stone_Eater', '5916', '-196.763', '-0.488', '306.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211656', 'Stone_Eater', '5916', '-117.328', '-0.716', '288.055', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17211657', 'Stone_Eater', '5916', '-252.976', '-2.938', '218.517', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211658', 'Rock_Lizard', '5909', '-189.073', '-0.627', '303.085', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17211659', 'Rock_Lizard', '5909', '-167.021', '-0.901', '142.762', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17211660', 'Walking_Sapling', '5919', '-170.329', '2.521', '258.660', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17211661', 'Vulture', '5918', '-204.365', '-0.221', '239.463', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17211662', 'Vulture', '5918', '-124.834', '-0.146', '276.328', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17211663', 'Young_Quadav', '5921', '-154.828', '-0.084', '118.134', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211664', 'Amethyst_Quadav', '5867', '-144.316', '-0.823', '247.344', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17211665', 'Amber_Quadav', '5866', '-229.970', '0.361', '183.627', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17211667', 'Ornery_Sheep', '5904', '-81.450', '-20.693', '158.438', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17211668', 'Ornery_Sheep', '5904', '-87.629', '-20.981', '176.370', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17211669', 'Goblin_Thug', '5891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211670', 'Goblin_Weaver', '5892', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211671', 'Maneating_Hornet', '5901', '-194.643', '-0.530', '355.499', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17211672', 'Maneating_Hornet', '5901', '-185.608', '-1.038', '409.255', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17211673', 'Maneating_Hornet', '5901', '34.843', '-0.248', '505.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211674', 'Stone_Eater', '5916', '-138.399', '-0.285', '395.959', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17211675', 'Stone_Eater', '5916', '-139.823', '-0.925', '416.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211676', 'Stone_Eater', '5916', '-21.056', '2.694', '450.167', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17211677', 'Walking_Sapling', '5919', '-214.908', '-0.620', '363.117', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17211678', 'Walking_Sapling', '5919', '-154.114', '-0.553', '437.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211679', 'Shrapnel', '5913', '-192.786', '-0.674', '368.604', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211680', 'River_Crab', '5908', '-19.161', '2.741', '513.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211681', 'River_Crab', '5908', '-67.897', '-0.653', '492.144', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17211682', 'River_Crab', '5908', '-31.595', '-0.135', '517.629', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17211683', 'River_Crab', '5908', '-18.429', '2.334', '488.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211684', 'Goblin_Fisher', '5887', '6.798', '-0.298', '530.272', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17211685', 'Goblin_Fisher', '5887', '-33.943', '-0.327', '520.372', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17211686', 'Goblin_Fisher', '5887', '-55.393', '-0.146', '509.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211687', 'Maneating_Hornet', '5901', '-32.037', '-0.929', '607.363', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211688', 'Maneating_Hornet', '5901', '86.374', '-0.457', '594.108', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211689', 'Maneating_Hornet', '5901', '79.209', '-0.167', '604.668', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17211690', 'Stone_Eater', '5916', '74.347', '-0.244', '562.026', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17211691', 'Stone_Eater', '5916', '35.425', '-0.368', '561.337', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211692', 'Walking_Sapling', '5919', '50.108', '-0.042', '556.192', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17211693', 'Walking_Sapling', '5919', '-72.028', '-0.688', '500.205', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17211694', 'Walking_Sapling', '5919', '-38.203', '-1.043', '589.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211695', 'Young_Quadav', '5921', '59.420', '0.359', '571.596', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17211696', 'Young_Quadav', '5921', '-38.834', '-1.084', '588.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211697', 'Walking_Sapling', '5919', '164.140', '1.981', '740.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211698', 'Walking_Sapling', '5919', '121.242', '-0.500', '654.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211699', 'Walking_Sapling', '5919', '94.521', '2.365', '648.439', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17211700', 'Walking_Sapling', '5919', '203.606', '-0.607', '721.541', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17211701', 'Walking_Sapling', '5919', '176.458', '-0.347', '722.666', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17211702', 'Maighdean_Uaine', '5900', '272.000', '-0.324', '797.800', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211703', 'Vulture', '5918', '170.252', '0.972', '761.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211704', 'Vulture', '5918', '150.107', '-0.465', '652.312', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17211705', 'Vulture', '5918', '122.959', '-0.533', '650.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211706', 'Young_Quadav', '5921', '101.556', '2.204', '657.896', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17211707', 'Amethyst_Quadav', '5867', '141.242', '0.523', '690.146', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17211708', 'Amber_Quadav', '5866', '114.107', '-0.309', '620.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211709', 'Walking_Sapling', '5919', '290.544', '-2.638', '840.552', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17211710', 'Walking_Sapling', '5919', '239.992', '-0.493', '788.037', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17211711', 'Walking_Sapling', '5919', '289.709', '-0.297', '750.252', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211712', 'Walking_Sapling', '5919', '233.074', '-1.709', '853.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211713', 'Walking_Sapling', '5919', '313.953', '-0.642', '728.251', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17211714', 'Maighdean_Uaine', '5900', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211715', 'Vulture', '5918', '269.443', '0.002', '832.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211716', 'Vulture', '5918', '336.660', '-0.344', '722.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211717', 'Vulture', '5918', '266.694', '-0.114', '806.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211718', 'Young_Quadav', '5921', '291.029', '-10.192', '884.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211719', 'Amethyst_Quadav', '5867', '247.536', '-0.454', '753.714', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17211720', 'Amber_Quadav', '5866', '359.681', '-1.191', '733.395', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17211721', 'Stone_Eater', '5916', '437.497', '-1.061', '558.592', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17211722', 'Stone_Eater', '5916', '529.159', '-1.641', '640.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211723', 'Stone_Eater', '5916', '507.254', '-8.200', '681.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211724', 'Stone_Eater', '5916', '561.892', '-11.574', '682.501', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211725', 'Stone_Eater', '5916', '540.457', '-7.681', '611.901', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211726', 'Walking_Sapling', '5919', '558.099', '-10.447', '627.732', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17211727', 'Walking_Sapling', '5919', '539.036', '-7.376', '613.732', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17211728', 'Vulture', '5918', '441.918', '-0.578', '596.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211729', 'Vulture', '5918', '511.364', '-7.837', '671.786', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17211730', 'Young_Quadav', '5921', '473.676', '-0.244', '663.515', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17211731', 'Young_Quadav', '5921', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211732', 'Amethyst_Quadav', '5867', '483.867', '-1.661', '676.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211733', 'Amber_Quadav', '5866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211734', 'Young_Quadav', '5921', '502.000', '-0.010', '620.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17211735', 'Amethyst_Quadav', '5867', '496.614', '-0.448', '617.949', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17211736', 'Amber_Quadav', '5866', '499.721', '-0.048', '614.631', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17211737', 'Walking_Sapling', '5919', '345.004', '-30.776', '991.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211738', 'Walking_Sapling', '5919', '330.734', '-28.984', '988.544', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17211739', 'Walking_Sapling', '5919', '349.559', '-30.534', '1077.590', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17211740', 'Walking_Sapling', '5919', '310.277', '-30.478', '1065.680', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17211741', 'Walking_Sapling', '5919', '326.652', '-29.986', '1033.510', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17211742', 'Walking_Sapling', '5919', '245.591', '-20.437', '1001.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211743', 'Vulture', '5918', '244.202', '-20.418', '1002.880', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211744', 'Vulture', '5918', '357.973', '-30.557', '1032.320', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17211745', 'Vulture', '5918', '249.912', '-19.523', '982.728', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211746', 'Young_Quadav', '5921', '305.395', '-20.580', '966.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211747', 'Young_Quadav', '5921', '214.797', '-9.239', '899.943', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17211748', 'Amethyst_Quadav', '5867', '245.872', '-7.874', '902.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211749', 'Amber_Quadav', '5866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211750', 'Young_Quadav', '5921', '258.734', '-18.407', '1019.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211751', 'Amethyst_Quadav', '5867', '261.622', '-18.137', '1025.840', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211752', 'Amber_Quadav', '5866', '256.728', '-19.312', '1023.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211753', 'Young_Quadav', '5921', '357.467', '-31.420', '1121.850', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211754', 'Young_Quadav', '5921', '469.548', '-31.563', '1165.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211755', 'Stone_Eater', '5916', '-472.145', '49.293', '45.652', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17211756', 'Stone_Eater', '5916', '-379.546', '43.164', '2.284', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211757', 'Stone_Eater', '5916', '-366.389', '40.237', '1.897', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17211758', 'Rock_Lizard', '5909', '-450.864', '51.437', '-26.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211759', 'Rock_Lizard', '5909', '-435.400', '48.607', '23.684', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17211760', 'Rock_Lizard', '5909', '-394.567', '47.032', '4.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211761', 'Vulture', '5918', '-419.596', '49.841', '-4.919', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211762', 'Vulture', '5918', '-380.843', '47.750', '-28.829', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211763', 'Young_Quadav', '5921', '-421.847', '41.812', '-94.981', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211764', 'Amethyst_Quadav', '5867', '-467.000', '39.000', '-78.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17211765', 'Amber_Quadav', '5866', '-372.994', '45.743', '-91.644', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17211766', 'Enchanted_Bones', '5882', '-394.238', '46.593', '-56.040', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211767', 'Shrapnel', '5913', '-407.531', '48.691', '-55.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211768', 'Stone_Eater', '5916', '-507.241', '40.132', '115.592', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17211769', 'Stone_Eater', '5916', '-467.662', '40.266', '89.362', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17211770', 'Stone_Eater', '5916', '-529.458', '40.311', '2.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211771', 'Rock_Lizard', '5909', '-537.127', '42.265', '17.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211772', 'Rock_Lizard', '5909', '-549.567', '40.003', '-15.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211773', 'Rock_Lizard', '5909', '-555.020', '40.116', '79.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211774', 'Vulture', '5918', '-516.819', '40.514', '89.991', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17211775', 'Vulture', '5918', '-472.150', '40.193', '142.478', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211776', 'Young_Quadav', '5921', '-488.432', '39.408', '159.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211777', 'Amethyst_Quadav', '5867', '-524.790', '40.248', '-8.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211778', 'Amber_Quadav', '5866', '-511.649', '38.992', '34.954', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17211779', 'Enchanted_Bones', '5882', '-489.722', '39.199', '115.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211780', 'Shrapnel', '5913', '-555.042', '40.099', '81.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211781', 'Stone_Eater', '5916', '-272.108', '39.700', '392.405', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17211782', 'Stone_Eater', '5916', '-281.025', '39.598', '289.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211783', 'Rock_Lizard', '5909', '-322.589', '40.511', '210.612', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17211784', 'Rock_Lizard', '5909', '-309.436', '40.449', '242.257', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211785', 'Walking_Sapling', '5919', '-315.447', '39.724', '317.924', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17211786', 'Walking_Sapling', '5919', '-303.492', '39.597', '202.056', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17211787', 'Vulture', '5918', '-316.117', '40.477', '230.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211788', 'Vulture', '5918', '-283.000', '40.000', '213.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211789', 'Young_Quadav', '5921', '-365.500', '40.439', '191.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211790', 'Amethyst_Quadav', '5867', '-319.444', '39.838', '294.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211791', 'Amber_Quadav', '5866', '-353.513', '40.800', '203.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211792', 'Black_Wolf', '5868', '-293.111', '40.714', '245.035', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17211793', 'Enchanted_Bones', '5882', '-326.239', '40.276', '181.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211794', 'Shrapnel', '5913', '-454.318', '38.097', '274.242', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17211795', 'Stone_Eater', '5916', '-633.260', '39.241', '289.333', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211796', 'Stone_Eater', '5916', '-613.668', '39.460', '293.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211797', 'Stone_Eater', '5916', '-407.882', '39.814', '374.188', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17211798', 'Rock_Lizard', '5909', '-610.187', '39.390', '273.496', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17211799', 'Rock_Lizard', '5909', '-496.295', '39.552', '356.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211800', 'Rock_Lizard', '5909', '-474.521', '38.281', '342.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211801', 'Walking_Sapling', '5919', '-563.778', '39.553', '317.016', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17211802', 'Walking_Sapling', '5919', '-621.717', '40.199', '303.203', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17211803', 'Walking_Sapling', '5919', '-523.001', '39.369', '318.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211804', 'Goblin_Thug', '5891', '-619.436', '39.607', '274.386', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17211805', 'Goblin_Weaver', '5892', '-475.529', '39.070', '349.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211806', 'Enchanted_Bones', '5882', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211807', 'Stone_Eater', '5916', '-401.566', '39.289', '476.323', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17211808', 'Stone_Eater', '5916', '-327.871', '39.161', '461.720', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17211809', 'Stone_Eater', '5916', '-408.493', '38.851', '489.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211810', 'Rock_Lizard', '5909', '-339.948', '41.326', '453.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211811', 'Rock_Lizard', '5909', '-269.649', '39.878', '521.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211812', 'Rock_Lizard', '5909', '-378.343', '41.391', '463.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211813', 'Walking_Sapling', '5919', '-382.144', '42.897', '456.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211814', 'Walking_Sapling', '5919', '-328.114', '42.717', '449.949', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17211815', 'Walking_Sapling', '5919', '-370.407', '41.048', '460.262', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17211816', 'Young_Quadav', '5921', '-311.067', '39.868', '477.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211817', 'Amethyst_Quadav', '5867', '-435.000', '40.000', '495.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17211818', 'Amber_Quadav', '5866', '-371.501', '41.039', '460.377', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17211819', 'Stone_Eater', '5916', '-534.755', '45.451', '404.160', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17211820', 'Stone_Eater', '5916', '-616.327', '38.771', '443.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211821', 'Stone_Eater', '5916', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211822', 'Rock_Lizard', '5909', '-660.151', '42.272', '379.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211823', 'Rock_Lizard', '5909', '-651.326', '39.404', '394.331', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17211824', 'Rock_Lizard', '5909', '-526.910', '38.940', '421.342', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17211825', 'Walking_Sapling', '5919', '-469.713', '39.504', '460.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211826', 'Walking_Sapling', '5919', '-578.946', '38.814', '413.808', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17211827', 'Walking_Sapling', '5919', '-594.757', '40.024', '401.742', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17211828', 'Goblin_Thug', '5891', '-522.142', '39.203', '479.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211829', 'Goblin_Weaver', '5892', '-668.758', '40.494', '383.766', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17211830', 'Enchanted_Bones', '5882', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211831', 'Sand_Pugil', '5911', '-509.907', '97.984', '367.478', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211832', 'Sand_Pugil', '5911', '-476.696', '98.011', '384.146', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211833', 'Sand_Pugil', '5911', '-459.322', '98.045', '391.937', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17211834', 'Goblin_Mugger', '5890', '-469.495', '97.708', '385.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211835', 'Goblin_Leecher', '5889', '-458.824', '98.046', '392.089', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17211836', 'Goblin_Gambler', '5888', '-365.987', '98.463', '402.765', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211837', 'Goblin_Leecher', '5889', '-438.101', '98.071', '402.872', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17211838', 'Goblin_Gambler', '5888', '-508.792', '97.785', '367.850', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17211839', 'Sand_Pugil', '5911', '-452.580', '98.718', '428.282', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17211840', 'Sand_Pugil', '5911', '-464.530', '98.564', '423.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211841', 'Sand_Pugil', '5911', '-426.398', '99.621', '434.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211842', 'Goblin_Mugger', '5890', '-506.945', '98.923', '399.842', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17211843', 'Goblin_Leecher', '5889', '-465.830', '98.186', '422.527', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17211844', 'Goblin_Gambler', '5888', '-375.029', '97.960', '437.695', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17211845', 'Goblin_Leecher', '5889', '-485.323', '98.103', '416.005', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17211846', 'Goblin_Gambler', '5888', '-390.051', '97.756', '437.450', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17211847', 'Goblin_Digger', '5886', '197.132', '-40.437', '501.941', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17211848', 'Gambilox_Wanderling', '5885', '-230.000', '98.000', '440.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211849', 'Old_Quadav', '5903', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211850', 'Old_Quadav', '5903', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211851', 'Heliodor_Quadav', '5893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211852', 'Heliodor_Quadav', '5893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211853', 'Brass_Quadav', '5869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211854', 'Brass_Quadav', '5869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211855', 'Sapphirine_Quadav', '5912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211856', 'Sapphirine_Quadav', '5912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211857', 'Lead_Quadav', '5897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211858', 'Pixie', '5905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211859', 'Pixie', '5905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211860', 'Pixie', '5905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211861', 'Pixie', '5905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211862', 'Pixie', '5905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211863', 'Deathly_Stinger', '5880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211887', 'Bull_[Herd1]', '5870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211888', 'Cow_[Herd1]', '5877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211889', 'Cow_[Herd1]', '5877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211890', 'Cow_[Herd1]', '5877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211891', 'Calf_[Herd1]', '5873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211892', 'Calf_[Herd1]', '5873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211893', 'Calf_[Herd1]', '5873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211894', 'Calf_[Herd1]', '5873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211895', 'Calf_[Herd1]', '5873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211896', 'Calf_[Herd1]', '5873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211897', 'Bull_[Herd2]', '5871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211898', 'Cow_[Herd2]', '5878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211899', 'Cow_[Herd2]', '5878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211900', 'Cow_[Herd2]', '5878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211901', 'Calf_[Herd2]', '5874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211902', 'Calf_[Herd2]', '5874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211903', 'Calf_[Herd2]', '5874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211904', 'Calf_[Herd2]', '5874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211905', 'Calf_[Herd2]', '5874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211906', 'Calf_[Herd2]', '5874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211907', 'Bull_[Herd3]', '5872', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211908', 'Cow_[Herd3]', '5879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211909', 'Cow_[Herd3]', '5879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211910', 'Cow_[Herd3]', '5879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211911', 'Calf_[Herd3]', '5875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211912', 'Calf_[Herd3]', '5875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211913', 'Calf_[Herd3]', '5875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211914', 'Calf_[Herd3]', '5875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211915', 'Calf_[Herd3]', '5875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211916', 'Calf_[Herd3]', '5875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211917', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211918', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211919', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211920', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211921', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211922', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211923', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211924', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211925', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211926', 'Chigoe', '5876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211927', 'Pyracmon', '5907', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211928', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211929', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211930', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211931', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211932', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211933', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211934', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211935', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211936', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17211937', 'Wraith_Bat', '5920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17212036', 'Gambilox_Wanderling', '5885', '-230.000', '98.000', '440.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17212051', 'Kilhwch', '5895', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17212053', 'Lhu_Mhakaracca', '5898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17212058', 'Noillurie', '5902', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17212068', 'Lycopodium', '5899', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215489', 'Stone_Crab', '5958', '-101.526', '-7.039', '211.728', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17215490', 'Sand_Crab', '5956', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215491', 'Land_Crab', '5946', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215492', 'Mole_Crab', '5949', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215493', 'Passage_Crab', '5951', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215494', 'Bubbly_Bernie', '5925', '745.000', '-2.000', '-671.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17215495', 'Huge_Hornet', '5945', '519.620', '-1.317', '-330.270', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17215496', 'Huge_Hornet', '5945', '540.734', '-0.629', '-333.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215497', 'Huge_Hornet', '5945', '566.213', '2.295', '-374.238', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17215498', 'Huge_Hornet', '5945', '528.476', '-0.623', '-328.999', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17215499', 'Huge_Hornet', '5945', '612.031', '-1.635', '-390.567', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17215500', 'Huge_Hornet', '5945', '527.409', '-0.578', '-368.226', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17215501', 'Huge_Hornet', '5945', '590.000', '-1.000', '-412.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17215502', 'Tunnel_Worm', '5960', '569.106', '2.450', '-379.642', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17215503', 'Tunnel_Worm', '5960', '520.220', '-0.447', '-362.865', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215504', 'Tunnel_Worm', '5960', '556.721', '1.743', '-376.171', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215505', 'Tunnel_Worm', '5960', '607.512', '-1.911', '-370.388', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17215506', 'Ding_Bats', '5937', '543.305', '-0.733', '-337.072', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17215507', 'Ding_Bats', '5937', '537.899', '1.948', '-390.116', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17215508', 'Ding_Bats', '5937', '566.450', '2.497', '-382.151', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17215509', 'Ding_Bats', '5937', '508.497', '-0.069', '-358.864', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17215510', 'Huge_Hornet', '5945', '499.821', '1.649', '-461.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215511', 'Huge_Hornet', '5945', '552.621', '-0.749', '-463.848', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17215512', 'Huge_Hornet', '5945', '486.871', '0.163', '-461.877', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17215513', 'Huge_Hornet', '5945', '499.724', '0.594', '-449.531', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17215514', 'Huge_Hornet', '5945', '568.683', '-1.240', '-488.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215515', 'Huge_Hornet', '5945', '511.320', '0.011', '-446.909', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17215516', 'Tunnel_Worm', '5960', '536.828', '2.006', '-412.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215517', 'Tunnel_Worm', '5960', '519.182', '-0.016', '-435.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215518', 'Tunnel_Worm', '5960', '526.741', '2.007', '-458.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215519', 'Tunnel_Worm', '5960', '545.263', '2.526', '-441.363', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215520', 'Ding_Bats', '5937', '484.304', '-0.125', '-441.789', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17215521', 'Ding_Bats', '5937', '553.909', '0.435', '-448.707', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17215522', 'Ding_Bats', '5937', '533.716', '1.628', '-426.093', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215523', 'Ding_Bats', '5937', '539.315', '2.431', '-411.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215524', 'Huge_Hornet', '5945', '263.752', '0.106', '-267.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215525', 'Huge_Hornet', '5945', '276.000', '-0.263', '-217.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215526', 'Huge_Hornet', '5945', '348.825', '-0.190', '-247.886', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17215527', 'Huge_Hornet', '5945', '347.371', '0.223', '-277.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215528', 'Huge_Hornet', '5945', '264.191', '-0.100', '-275.011', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17215529', 'Huge_Hornet', '5945', '232.397', '0.015', '-266.777', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17215530', 'Tunnel_Worm', '5960', '313.868', '0.019', '-287.789', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215531', 'Tunnel_Worm', '5960', '326.005', '0.250', '-267.903', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17215532', 'Tunnel_Worm', '5960', '260.961', '0.181', '-244.791', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17215533', 'Ding_Bats', '5937', '330.083', '0.733', '-268.639', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17215534', 'Ding_Bats', '5937', '268.838', '0.178', '-274.946', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17215535', 'Ding_Bats', '5937', '334.808', '0.367', '-253.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215536', 'Huge_Hornet', '5945', '132.867', '2.433', '-221.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215537', 'Huge_Hornet', '5945', '153.091', '2.002', '-227.955', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215538', 'Huge_Hornet', '5945', '191.000', '-0.010', '-170.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17215539', 'Huge_Hornet', '5945', '231.147', '1.986', '-225.692', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17215540', 'Huge_Hornet', '5945', '127.002', '-0.304', '-168.788', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17215541', 'Huge_Hornet', '5945', '153.224', '-0.164', '-170.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215542', 'Huge_Hornet', '5945', '223.892', '-0.757', '-199.853', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17215543', 'Tunnel_Worm', '5960', '230.921', '1.693', '-229.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215544', 'Tunnel_Worm', '5960', '164.742', '-0.170', '-176.135', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17215545', 'Tunnel_Worm', '5960', '221.462', '-0.432', '-234.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215546', 'Ding_Bats', '5937', '172.818', '0.395', '-213.949', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17215547', 'Ding_Bats', '5937', '158.828', '2.292', '-218.533', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17215548', 'Ding_Bats', '5937', '100.796', '2.075', '-216.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215549', 'Ding_Bats', '5937', '130.213', '-0.458', '-191.607', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17215550', 'Maneating_Hornet', '5948', '272.194', '-19.842', '-318.087', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17215551', 'Maneating_Hornet', '5948', '199.325', '-19.891', '-294.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215552', 'Maneating_Hornet', '5948', '203.761', '-20.054', '-288.250', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17215553', 'Stone_Eater', '5959', '253.159', '-19.789', '-327.498', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17215554', 'Stone_Eater', '5959', '295.616', '-19.675', '-354.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215555', 'Ornery_Sheep', '5950', '202.118', '-20.004', '-281.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215556', 'Ornery_Sheep', '5950', '193.961', '-19.725', '-297.893', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17215557', 'Goblin_Thug', '5942', '178.955', '-19.810', '-292.161', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17215558', 'Ding_Bats', '5937', '214.194', '-19.663', '-313.586', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17215559', 'Ding_Bats', '5937', '231.240', '-20.007', '-318.040', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17215560', 'Fledermaus', '5939', '166.099', '-19.993', '-281.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215561', 'Fledermaus', '5939', '220.319', '-19.984', '-319.241', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17215562', 'Black_Wolf', '5924', '296.878', '-19.968', '-348.444', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17215563', 'Maneating_Hornet', '5948', '97.678', '-20.225', '-450.120', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17215564', 'Maneating_Hornet', '5948', '88.465', '-19.668', '-425.441', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17215565', 'Maneating_Hornet', '5948', '127.374', '-20.081', '-518.502', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17215566', 'Stone_Eater', '5959', '116.088', '-20.228', '-488.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215567', 'Ornery_Sheep', '5950', '115.881', '-20.194', '-461.588', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215568', 'Ornery_Sheep', '5950', '106.803', '-19.585', '-451.447', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17215569', 'Goblin_Thug', '5942', '86.466', '-19.990', '-439.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215570', 'Goblin_Thug', '5942', '79.277', '-20.024', '-408.258', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17215571', 'Ding_Bats', '5937', '117.184', '-20.108', '-477.581', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17215572', 'Ding_Bats', '5937', '139.653', '-19.766', '-526.990', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17215573', 'Fledermaus', '5939', '82.808', '-19.888', '-424.995', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17215574', 'Black_Wolf', '5924', '179.860', '-19.972', '-560.195', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17215575', 'Maneating_Hornet', '5948', '339.385', '-19.957', '-362.257', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215576', 'Maneating_Hornet', '5948', '357.954', '-19.975', '-375.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215577', 'Stone_Eater', '5959', '353.498', '-19.918', '-370.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215578', 'Ornery_Sheep', '5950', '340.414', '-19.892', '-436.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215579', 'Ornery_Sheep', '5950', '336.571', '-19.965', '-438.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215580', 'Goblin_Thug', '5942', '342.150', '-19.925', '-363.022', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17215581', 'Goblin_Thug', '5942', '345.980', '-20.146', '-448.015', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17215582', 'Ding_Bats', '5937', '354.605', '-19.791', '-417.520', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17215583', 'Fledermaus', '5939', '354.196', '-20.061', '-377.609', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17215584', 'Fledermaus', '5939', '328.524', '-20.061', '-437.201', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17215585', 'Black_Wolf', '5924', '353.951', '-19.841', '-407.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215586', 'Maneating_Hornet', '5948', '119.541', '-19.834', '-355.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215587', 'Maneating_Hornet', '5948', '137.660', '-19.830', '-287.674', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17215588', 'Stone_Eater', '5959', '124.217', '-20.101', '-313.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215589', 'Ornery_Sheep', '5950', '98.350', '-19.790', '-365.045', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17215590', 'Ornery_Sheep', '5950', '100.416', '-20.709', '-350.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215591', 'Goblin_Thug', '5942', '131.977', '-19.903', '-281.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215592', 'Goblin_Weaver', '5943', '135.309', '-19.829', '-291.289', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17215593', 'Ding_Bats', '5937', '140.796', '-20.516', '-290.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215594', 'Fledermaus', '5939', '91.791', '-19.942', '-374.605', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17215595', 'Fledermaus', '5939', '121.293', '-19.942', '-328.526', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17215596', 'Black_Wolf', '5924', '104.376', '-19.878', '-353.739', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17215597', 'Maneating_Hornet', '5948', '268.067', '-20.875', '-528.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215598', 'Maneating_Hornet', '5948', '318.198', '-19.927', '-485.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215599', 'Stone_Eater', '5959', '294.411', '-20.124', '-511.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215600', 'Ornery_Sheep', '5950', '260.531', '-20.127', '-523.547', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17215601', 'Ornery_Sheep', '5950', '298.771', '-19.800', '-512.994', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17215602', 'Goblin_Thug', '5942', '234.559', '-19.838', '-524.823', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17215603', 'Goblin_Weaver', '5943', '228.667', '-19.833', '-549.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215604', 'Ding_Bats', '5937', '247.799', '-19.390', '-527.615', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17215605', 'Fledermaus', '5939', '223.590', '-19.902', '-559.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215606', 'Fledermaus', '5939', '231.102', '-20.353', '-532.572', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17215607', 'Black_Wolf', '5924', '306.745', '-19.750', '-511.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215608', 'Maneating_Hornet', '5948', '171.557', '-39.688', '-348.654', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215609', 'Maneating_Hornet', '5948', '149.367', '-39.474', '-401.623', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17215610', 'Stone_Eater', '5959', '165.276', '-40.183', '-413.860', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17215611', 'Ornery_Sheep', '5950', '186.081', '-39.990', '-367.942', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17215612', 'Ornery_Sheep', '5950', '164.245', '-39.900', '-347.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215613', 'Carnero', '5932', '160.748', '-40.010', '-423.153', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17215614', 'Goblin_Thug', '5942', '152.618', '-41.221', '-427.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215615', 'Goblin_Weaver', '5943', '151.264', '-39.476', '-407.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215616', 'Ding_Bats', '5937', '169.835', '-39.785', '-347.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215617', 'Fledermaus', '5939', '156.821', '-40.015', '-415.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215618', 'Black_Wolf', '5924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215619', 'Enchanted_Bones', '5938', '169.821', '-39.787', '-346.405', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215620', 'Enchanted_Bones', '5938', '155.352', '-40.353', '-420.845', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17215621', 'Maneating_Hornet', '5948', '207.225', '-40.063', '-506.726', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17215622', 'Maneating_Hornet', '5948', '203.847', '-39.601', '-493.471', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215623', 'Stone_Eater', '5959', '193.578', '-40.548', '-506.382', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17215624', 'Ornery_Sheep', '5950', '160.304', '-39.990', '-460.400', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17215625', 'Ornery_Sheep', '5950', '201.021', '-39.904', '-500.721', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17215626', 'Carnero', '5932', '159.616', '-39.970', '-461.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215627', 'Goblin_Thug', '5942', '214.216', '-40.024', '-479.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215628', 'Goblin_Weaver', '5943', '183.213', '-39.986', '-479.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215629', 'Ding_Bats', '5937', '201.565', '-39.919', '-502.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215630', 'Fledermaus', '5939', '196.767', '-40.092', '-507.552', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215631', 'Black_Wolf', '5924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215632', 'Enchanted_Bones', '5938', '195.947', '-39.960', '-494.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215633', 'Enchanted_Bones', '5938', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215634', 'Maneating_Hornet', '5948', '249.970', '-39.947', '-395.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215635', 'Maneating_Hornet', '5948', '218.023', '-39.954', '-363.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215636', 'Stone_Eater', '5959', '255.281', '-39.483', '-390.584', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17215637', 'Stone_Eater', '5959', '251.818', '-39.978', '-403.469', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17215638', 'Ornery_Sheep', '5950', '277.891', '-39.854', '-413.354', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17215639', 'Goblin_Thug', '5942', '228.607', '-39.892', '-369.553', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215640', 'Goblin_Thug', '5942', '263.175', '-39.794', '-395.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215641', 'Ding_Bats', '5937', '282.744', '-40.103', '-436.489', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17215642', 'Fledermaus', '5939', '255.802', '-39.845', '-404.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215643', 'Black_Wolf', '5924', '259.514', '-39.700', '-399.115', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17215644', 'Enchanted_Bones', '5938', '284.085', '-39.835', '-421.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215645', 'Ornery_Sheep', '5950', '274.561', '-39.972', '-476.762', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17215646', 'Ornery_Sheep', '5950', '275.135', '-39.977', '-477.840', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17215647', 'Black_Wolf', '5924', '274.602', '-40.002', '-470.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215648', 'Ornery_Sheep', '5950', '213.010', '-59.983', '-442.766', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17215649', 'Ornery_Sheep', '5950', '211.745', '-59.938', '-441.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215650', 'Black_Wolf', '5924', '210.600', '-59.942', '-441.231', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17215651', 'Stone_Eater', '5959', '408.552', '-0.452', '-342.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215652', 'Stone_Eater', '5959', '436.921', '-0.470', '-342.960', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17215653', 'Stone_Eater', '5959', '425.940', '-0.171', '-355.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215654', 'Stone_Eater', '5959', '440.175', '-0.541', '-328.963', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17215655', 'Stone_Eater', '5959', '365.740', '-1.293', '-295.515', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17215656', 'Stone_Eater', '5959', '367.050', '-0.432', '-281.855', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17215657', 'Stone_Eater', '5959', '429.354', '-0.352', '-320.313', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17215658', 'Stone_Eater', '5959', '362.820', '-0.072', '-270.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215659', 'Rock_Lizard', '5955', '408.230', '0.040', '-372.040', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17215660', 'Walking_Sapling', '5962', '385.957', '0.007', '-307.337', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17215661', 'Walking_Sapling', '5962', '405.598', '-0.071', '-360.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215662', 'Vulture', '5961', '346.151', '-0.266', '-297.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215663', 'Vulture', '5961', '403.909', '-0.060', '-332.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215664', 'Stone_Eater', '5959', '-4.871', '-0.779', '-137.804', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17215665', 'Stone_Eater', '5959', '-0.404', '0.194', '-146.564', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17215666', 'Stone_Eater', '5959', '16.560', '2.498', '-145.646', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17215667', 'Stone_Eater', '5959', '28.346', '0.959', '-125.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215668', 'Stone_Eater', '5959', '-21.527', '-0.588', '-39.222', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17215669', 'Stone_Eater', '5959', '-0.050', '-0.405', '-117.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215670', 'Stone_Eater', '5959', '19.963', '2.234', '-160.361', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17215671', 'Stone_Eater', '5959', '1.523', '0.289', '-151.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215672', 'Rock_Lizard', '5955', '-22.750', '2.149', '-175.666', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17215673', 'Walking_Sapling', '5962', '20.911', '2.761', '-173.123', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17215674', 'Walking_Sapling', '5962', '56.216', '-1.146', '-156.771', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215675', 'Vulture', '5961', '27.419', '0.395', '-111.129', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17215676', 'Vulture', '5961', '35.049', '0.180', '-86.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215677', 'Young_Quadav', '5964', '66.100', '-0.671', '-161.368', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215678', 'Young_Quadav', '5964', '-15.261', '1.846', '-183.948', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17215679', 'Stone_Eater', '5959', '17.672', '9.953', '-275.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215680', 'Stone_Eater', '5959', '16.448', '1.124', '-210.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215681', 'Stone_Eater', '5959', '-25.211', '8.542', '-234.240', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215682', 'Stone_Eater', '5959', '-0.936', '-0.273', '-201.183', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17215683', 'Stone_Eater', '5959', '51.848', '7.819', '-275.364', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17215684', 'Stone_Eater', '5959', '7.678', '9.863', '-270.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215685', 'Stone_Eater', '5959', '25.894', '9.537', '-273.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215686', 'Rock_Lizard', '5955', '52.063', '7.362', '-278.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215687', 'Rock_Lizard', '5955', '18.124', '4.902', '-323.676', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17215688', 'Walking_Sapling', '5962', '65.818', '2.477', '-277.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215689', 'Walking_Sapling', '5962', '64.381', '2.264', '-284.402', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17215690', 'Vulture', '5961', '9.185', '0.899', '-191.630', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17215691', 'Vulture', '5961', '7.844', '9.532', '-253.657', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17215692', 'Young_Quadav', '5964', '72.994', '0.359', '-303.385', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17215693', 'Young_Quadav', '5964', '39.851', '4.402', '-222.056', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17215694', 'Amethyst_Quadav', '5923', '47.222', '8.291', '-281.950', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17215695', 'Amber_Quadav', '5922', '-15.452', '-0.190', '-211.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215696', 'Young_Quadav', '5964', '19.122', '8.858', '-258.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215697', 'Amethyst_Quadav', '5923', '16.476', '8.980', '-263.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215698', 'Amber_Quadav', '5922', '19.677', '9.054', '-265.293', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17215699', 'Stone_Eater', '5959', '378.144', '1.173', '-508.440', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17215700', 'Stone_Eater', '5959', '394.935', '0.084', '-564.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215701', 'Stone_Eater', '5959', '416.090', '1.187', '-512.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215702', 'Stone_Eater', '5959', '364.371', '-0.114', '-493.123', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17215703', 'Stone_Eater', '5959', '350.826', '-0.306', '-565.244', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215704', 'Stone_Eater', '5959', '366.497', '-0.447', '-508.456', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17215705', 'Stone_Eater', '5959', '484.486', '2.102', '-495.024', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17215706', 'Stone_Eater', '5959', '381.843', '1.860', '-541.829', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215707', 'Rock_Lizard', '5955', '485.078', '0.005', '-484.273', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17215708', 'Rock_Lizard', '5955', '396.674', '-0.009', '-468.967', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17215709', 'Walking_Sapling', '5962', '492.782', '-0.003', '-525.087', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17215710', 'Walking_Sapling', '5962', '504.008', '2.336', '-491.080', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215711', 'Vulture', '5961', '421.247', '0.082', '-479.516', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17215712', 'Vulture', '5961', '435.966', '2.489', '-497.017', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215713', 'Young_Quadav', '5964', '385.152', '1.620', '-551.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215714', 'Young_Quadav', '5964', '363.282', '0.168', '-546.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215715', 'Amber_Quadav', '5922', '387.905', '-0.027', '-462.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215716', 'Stone_Eater', '5959', '585.606', '-0.207', '-518.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215717', 'Stone_Eater', '5959', '604.691', '0.093', '-559.773', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17215718', 'Stone_Eater', '5959', '537.890', '2.247', '-498.168', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17215719', 'Stone_Eater', '5959', '539.863', '2.615', '-528.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215720', 'Stone_Eater', '5959', '580.874', '2.908', '-587.121', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17215721', 'Stone_Eater', '5959', '580.790', '1.834', '-555.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215722', 'Walking_Sapling', '5962', '561.895', '-0.031', '-577.052', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17215723', 'Vulture', '5961', '577.447', '-2.458', '-492.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215724', 'Vulture', '5961', '549.031', '1.250', '-493.561', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17215725', 'Goblin_Thug', '5942', '569.821', '-1.834', '-485.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215726', 'Goblin_Fisher', '5941', '567.343', '0.259', '-589.735', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17215727', 'Goblin_Fisher', '5941', '578.983', '2.236', '-573.558', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17215728', 'Stone_Eater', '5959', '611.905', '-2.781', '-653.299', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17215729', 'Stone_Eater', '5959', '587.236', '2.327', '-619.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215730', 'Stone_Eater', '5959', '692.389', '-2.301', '-636.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215731', 'Stone_Eater', '5959', '551.823', '0.153', '-662.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17215732', 'Stone_Eater', '5959', '523.435', '-0.287', '-715.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215733', 'Stone_Eater', '5959', '512.416', '-1.118', '-726.876', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17215734', 'Stone_Eater', '5959', '669.495', '-3.146', '-650.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215735', 'Stone_Eater', '5959', '640.992', '0.158', '-636.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215736', 'Walking_Sapling', '5962', '658.407', '-0.047', '-634.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215737', 'Walking_Sapling', '5962', '618.189', '-0.510', '-642.752', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17215738', 'Vulture', '5961', '695.065', '-2.474', '-638.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215739', 'Vulture', '5961', '561.772', '-0.594', '-686.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215740', 'Vulture', '5961', '654.677', '-1.732', '-613.874', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215741', 'Goblin_Weaver', '5943', '521.125', '-0.115', '-712.584', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17215742', 'Goblin_Fisher', '5941', '580.261', '-0.124', '-649.032', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17215743', 'Goblin_Fisher', '5941', '620.288', '1.240', '-616.886', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17215744', 'Stone_Eater', '5959', '284.345', '-0.095', '-637.362', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17215745', 'Stone_Eater', '5959', '246.533', '0.032', '-598.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215746', 'Stone_Eater', '5959', '284.826', '0.113', '-575.533', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17215747', 'Rock_Lizard', '5955', '280.688', '0.070', '-591.116', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215748', 'Rock_Lizard', '5955', '237.144', '2.124', '-614.938', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17215749', 'Walking_Sapling', '5962', '308.043', '1.106', '-576.371', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17215750', 'Walking_Sapling', '5962', '278.625', '0.526', '-630.545', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17215751', 'Walking_Sapling', '5962', '290.027', '0.008', '-569.761', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215752', 'Walking_Sapling', '5962', '403.059', '-0.726', '-636.092', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17215753', 'Walking_Sapling', '5962', '329.433', '0.616', '-563.283', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17215754', 'Walking_Sapling', '5962', '313.454', '2.012', '-578.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215755', 'Vulture', '5961', '382.021', '-0.700', '-633.344', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215756', 'Vulture', '5961', '385.672', '-0.545', '-606.360', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215757', 'Young_Quadav', '5964', '300.423', '0.905', '-627.372', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17215758', 'Amethyst_Quadav', '5923', '397.093', '-0.190', '-612.581', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17215759', 'Amber_Quadav', '5922', '425.413', '-0.038', '-635.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215760', 'Enchanted_Bones', '5938', '307.451', '0.069', '-564.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215761', 'Shrapnel', '5957', '328.320', '-0.341', '-610.653', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17215762', 'Stone_Eater', '5959', '-117.670', '4.213', '-222.344', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17215763', 'Stone_Eater', '5959', '-103.161', '10.961', '-231.914', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17215764', 'Rock_Lizard', '5955', '-23.045', '2.678', '-179.826', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215765', 'Rock_Lizard', '5955', '-109.813', '-0.014', '-170.340', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17215766', 'Walking_Sapling', '5962', '-49.418', '0.130', '-163.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215767', 'Walking_Sapling', '5962', '-17.642', '0.186', '-215.824', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17215768', 'Walking_Sapling', '5962', '-114.716', '4.194', '-223.261', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17215769', 'Walking_Sapling', '5962', '-58.276', '2.713', '-184.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215770', 'Walking_Sapling', '5962', '-5.499', '0.697', '-196.360', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215771', 'Walking_Sapling', '5962', '-67.238', '0.153', '-196.045', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17215772', 'Vulture', '5961', '-9.553', '2.330', '-180.860', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17215773', 'Vulture', '5961', '-77.699', '0.814', '-193.808', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215774', 'Young_Quadav', '5964', '-91.834', '2.559', '-190.379', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215775', 'Amethyst_Quadav', '5923', '-27.208', '-0.230', '-206.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215776', 'Amber_Quadav', '5922', '-126.297', '-0.909', '-204.614', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17215777', 'Enchanted_Bones', '5938', '-65.648', '1.363', '-219.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215779', 'Ornery_Sheep', '5950', '450.883', '-20.452', '-583.066', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17215780', 'Ornery_Sheep', '5950', '463.673', '-20.205', '-590.366', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17215781', 'Goblin_Thug', '5942', '447.349', '-20.641', '-570.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215782', 'Goblin_Thug', '5942', '449.762', '-20.456', '-584.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215783', 'Goblin_Weaver', '5943', '451.079', '-20.833', '-583.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215784', 'Goblin_Weaver', '5943', '498.044', '-20.172', '-594.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215785', 'Enchanted_Bones', '5938', '447.715', '-20.701', '-589.586', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17215786', 'Enchanted_Bones', '5938', '442.160', '-20.455', '-590.081', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17215787', 'Goblin_Thug', '5942', '464.716', '-20.946', '-579.741', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215788', 'Goblin_Weaver', '5943', '461.568', '-21.130', '-582.489', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17215789', 'Goblin_Weaver', '5943', '459.527', '-20.269', '-555.846', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215790', 'Stone_Eater', '5959', '-155.829', '11.148', '-329.826', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215791', 'Stone_Eater', '5959', '-103.015', '10.062', '-320.065', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215792', 'Rock_Lizard', '5955', '-87.582', '9.947', '-280.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215793', 'Rock_Lizard', '5955', '-101.407', '12.003', '-256.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215794', 'Walking_Sapling', '5962', '-211.480', '10.891', '-327.839', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17215795', 'Walking_Sapling', '5962', '-135.214', '11.819', '-287.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215796', 'Vulture', '5961', '-172.689', '11.238', '-351.716', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17215797', 'Vulture', '5961', '-121.932', '12.166', '-340.014', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17215798', 'Vulture', '5961', '-151.198', '10.898', '-282.222', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17215799', 'Vulture', '5961', '-120.199', '10.330', '-248.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215800', 'Vulture', '5961', '-121.216', '10.433', '-327.163', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215801', 'Vulture', '5961', '-144.523', '11.951', '-266.704', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17215802', 'Young_Quadav', '5964', '-90.116', '9.701', '-335.284', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17215803', 'Young_Quadav', '5964', '-130.215', '10.333', '-310.776', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17215804', 'Amethyst_Quadav', '5923', '-106.455', '12.054', '-340.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215805', 'Enchanted_Bones', '5938', '-157.468', '10.477', '-319.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215806', 'Shrapnel', '5957', '-161.855', '10.163', '-359.714', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17215807', 'Stone_Eater', '5959', '-116.375', '19.793', '-461.837', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17215808', 'Stone_Eater', '5959', '0.910', '1.994', '-428.347', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17215809', 'Rock_Lizard', '5955', '-35.076', '9.775', '-418.659', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215810', 'Rock_Lizard', '5955', '-86.826', '13.435', '-461.713', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215811', 'Walking_Sapling', '5962', '-45.212', '11.076', '-471.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215812', 'Walking_Sapling', '5962', '-65.272', '10.943', '-442.355', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17215813', 'Vulture', '5961', '12.775', '8.131', '-381.857', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17215814', 'Vulture', '5961', '-111.792', '12.776', '-411.412', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17215815', 'Vulture', '5961', '-61.609', '9.827', '-355.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215816', 'Vulture', '5961', '-58.635', '12.932', '-445.011', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17215817', 'Vulture', '5961', '-1.730', '8.798', '-404.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215818', 'Vulture', '5961', '-36.482', '9.206', '-492.341', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17215819', 'Young_Quadav', '5964', '-22.604', '6.982', '-424.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215820', 'Young_Quadav', '5964', '-62.016', '11.941', '-430.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215821', 'Amber_Quadav', '5922', '-98.294', '12.510', '-369.689', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17215822', 'Enchanted_Bones', '5938', '-85.446', '10.361', '-362.531', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17215823', 'Shrapnel', '5957', '-116.110', '19.076', '-449.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215824', 'Stone_Eater', '5959', '41.121', '-0.052', '-577.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215825', 'Stone_Eater', '5959', '43.614', '2.049', '-497.341', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17215826', 'Rock_Lizard', '5955', '66.149', '0.232', '-556.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215827', 'Rock_Lizard', '5955', '74.291', '0.249', '-524.750', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17215828', 'Walking_Sapling', '5962', '46.075', '0.962', '-555.163', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215829', 'Walking_Sapling', '5962', '88.822', '0.252', '-552.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215830', 'Walking_Sapling', '5962', '97.321', '0.105', '-551.379', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215831', 'Walking_Sapling', '5962', '65.563', '-0.420', '-483.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215832', 'Walking_Sapling', '5962', '89.366', '0.253', '-565.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215833', 'Walking_Sapling', '5962', '60.198', '2.214', '-506.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215834', 'Walking_Sapling', '5962', '31.549', '2.792', '-501.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215835', 'Walking_Sapling', '5962', '53.454', '0.406', '-488.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215836', 'Vulture', '5961', '24.794', '-0.049', '-445.489', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215837', 'Vulture', '5961', '45.600', '0.101', '-574.685', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17215838', 'Young_Quadav', '5964', '16.735', '0.380', '-428.331', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17215839', 'Young_Quadav', '5964', '34.000', '0.373', '-534.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215840', 'Amethyst_Quadav', '5923', '171.000', '-1.000', '-649.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17215841', 'Amber_Quadav', '5922', '36.000', '-0.550', '-468.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17215842', 'Enchanted_Bones', '5938', '43.376', '0.516', '-512.072', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17215843', 'Shrapnel', '5957', '23.111', '2.749', '-487.916', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17215844', 'Young_Quadav', '5964', '100.203', '1.896', '-582.310', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17215845', 'Amethyst_Quadav', '5923', '91.179', '1.358', '-574.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215846', 'Amber_Quadav', '5922', '101.035', '1.424', '-573.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215847', 'Stone_Eater', '5959', '126.154', '-0.057', '-579.490', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17215848', 'Stone_Eater', '5959', '152.407', '0.087', '-593.848', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215849', 'Rock_Lizard', '5955', '150.942', '0.186', '-593.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215850', 'Rock_Lizard', '5955', '145.402', '0.164', '-608.888', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17215851', 'Walking_Sapling', '5962', '130.431', '0.048', '-593.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215852', 'Walking_Sapling', '5962', '145.049', '0.164', '-608.967', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17215853', 'Walking_Sapling', '5962', '143.975', '-0.092', '-597.474', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17215854', 'Walking_Sapling', '5962', '110.622', '0.611', '-578.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215855', 'Walking_Sapling', '5962', '136.306', '-0.402', '-669.923', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17215856', 'Vulture', '5961', '157.795', '-0.008', '-599.790', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215857', 'Vulture', '5961', '98.744', '0.337', '-631.894', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17215858', 'Young_Quadav', '5964', '179.000', '-0.046', '-603.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215859', 'Amethyst_Quadav', '5923', '123.558', '-0.374', '-655.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215860', 'Amber_Quadav', '5922', '87.968', '0.781', '-607.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215861', 'Enchanted_Bones', '5938', '111.540', '0.518', '-579.167', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17215862', 'Shrapnel', '5957', '210.098', '2.158', '-616.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215863', 'Rock_Lizard', '5955', '-260.662', '22.417', '-357.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215864', 'Rock_Lizard', '5955', '-228.159', '18.045', '-411.726', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17215865', 'Rock_Lizard', '5955', '-270.019', '20.612', '-389.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215866', 'Rock_Lizard', '5955', '-276.306', '20.355', '-345.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215867', 'Rock_Lizard', '5955', '-275.441', '20.451', '-347.294', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17215868', 'Leaping_Lizzy', '5947', '-283.760', '21.444', '-412.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215869', 'Walking_Sapling', '5962', '-252.808', '20.950', '-329.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215870', 'Walking_Sapling', '5962', '-224.595', '19.724', '-437.165', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17215871', 'Walking_Sapling', '5962', '-255.520', '20.243', '-439.260', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17215872', 'Vulture', '5961', '-269.047', '20.008', '-439.325', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17215873', 'Vulture', '5961', '-224.777', '17.958', '-421.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215874', 'Vulture', '5961', '-241.895', '20.016', '-390.936', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17215875', 'Young_Quadav', '5964', '-249.278', '20.348', '-379.294', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215876', 'Amethyst_Quadav', '5923', '-245.384', '20.488', '-394.565', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17215877', 'Amber_Quadav', '5922', '-261.807', '22.838', '-408.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215878', 'Amber_Quadav', '5922', '-279.381', '19.500', '-393.718', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17215879', 'Enchanted_Bones', '5938', '-274.122', '20.257', '-355.209', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17215880', 'Young_Quadav', '5964', '-218.000', '14.000', '-379.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215881', 'Amethyst_Quadav', '5923', '-221.428', '15.547', '-382.506', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17215882', 'Amber_Quadav', '5922', '-224.901', '16.142', '-380.003', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17215883', 'Rock_Lizard', '5955', '-341.113', '32.862', '-333.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215884', 'Rock_Lizard', '5955', '-362.393', '29.985', '-393.530', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17215885', 'Rock_Lizard', '5955', '-327.621', '31.526', '-410.456', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17215886', 'Rock_Lizard', '5955', '-376.273', '32.776', '-441.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215887', 'Rock_Lizard', '5955', '-322.871', '30.052', '-401.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215888', 'Leaping_Lizzy', '5947', '-339.499', '29.731', '-441.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215889', 'Walking_Sapling', '5962', '-388.955', '37.529', '-383.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215890', 'Walking_Sapling', '5962', '-322.421', '29.970', '-383.104', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17215891', 'Walking_Sapling', '5962', '-319.987', '31.544', '-426.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215892', 'Vulture', '5961', '-321.229', '29.318', '-333.781', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17215893', 'Vulture', '5961', '-354.882', '38.491', '-328.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215894', 'Vulture', '5961', '-403.019', '39.947', '-446.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215895', 'Young_Quadav', '5964', '-315.369', '29.483', '-353.413', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17215896', 'Young_Quadav', '5964', '-362.289', '30.496', '-449.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215897', 'Amber_Quadav', '5922', '-372.868', '34.819', '-422.473', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17215898', 'Enchanted_Bones', '5938', '-316.208', '32.233', '-420.296', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17215899', 'Rock_Lizard', '5955', '-432.400', '39.961', '-279.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215900', 'Rock_Lizard', '5955', '-438.730', '39.718', '-257.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215901', 'Rock_Lizard', '5955', '-459.357', '40.485', '-245.516', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17215902', 'Rock_Lizard', '5955', '-391.425', '38.893', '-302.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215903', 'Rock_Lizard', '5955', '-441.996', '39.806', '-266.942', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17215904', 'Walking_Sapling', '5962', '-380.461', '38.309', '-312.457', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17215905', 'Walking_Sapling', '5962', '-405.407', '39.626', '-327.381', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17215906', 'Walking_Sapling', '5962', '-403.213', '39.556', '-289.577', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17215907', 'Vulture', '5961', '-455.705', '42.726', '-296.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215908', 'Vulture', '5961', '-465.532', '42.423', '-283.568', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17215909', 'Vulture', '5961', '-448.904', '42.891', '-336.342', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17215910', 'Young_Quadav', '5964', '-466.963', '41.179', '-255.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215911', 'Young_Quadav', '5964', '-468.602', '40.914', '-328.583', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17215912', 'Amethyst_Quadav', '5923', '-433.453', '39.996', '-313.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215913', 'Enchanted_Bones', '5938', '-434.146', '39.363', '-275.784', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17215914', 'Maneating_Hornet', '5948', '-427.092', '42.035', '-452.141', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17215915', 'Maneating_Hornet', '5948', '-514.777', '39.729', '-474.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215916', 'Maneating_Hornet', '5948', '-509.202', '40.457', '-464.245', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17215917', 'Maneating_Hornet', '5948', '-487.848', '43.719', '-450.860', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215918', 'Maneating_Hornet', '5948', '-471.935', '43.544', '-453.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215919', 'Maneating_Hornet', '5948', '-539.924', '39.545', '-524.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215920', 'Land_Crab', '5946', '-419.252', '39.447', '-480.446', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17215921', 'Land_Crab', '5946', '-475.188', '42.576', '-462.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215922', 'Land_Crab', '5946', '-519.015', '40.342', '-457.071', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17215923', 'Land_Crab', '5946', '-500.190', '42.932', '-456.261', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215924', 'Land_Crab', '5946', '-432.026', '39.943', '-439.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215925', 'Land_Crab', '5946', '-432.457', '40.634', '-465.487', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215926', 'Land_Crab', '5946', '-489.722', '43.341', '-457.325', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17215927', 'Land_Crab', '5946', '-410.372', '40.448', '-448.121', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17215928', 'Goblin_Thug', '5942', '-513.987', '41.054', '-453.395', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215929', 'Goblin_Weaver', '5943', '-527.638', '39.125', '-511.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215930', 'Shrapnel', '5957', '-519.726', '40.060', '-526.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215931', 'Maneating_Hornet', '5948', '-473.406', '42.574', '-381.102', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17215932', 'Maneating_Hornet', '5948', '-561.127', '39.421', '-394.850', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17215933', 'Maneating_Hornet', '5948', '-500.889', '40.416', '-332.337', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215934', 'Maneating_Hornet', '5948', '-533.526', '38.953', '-344.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215935', 'Maneating_Hornet', '5948', '-513.167', '40.023', '-404.951', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17215936', 'Maneating_Hornet', '5948', '-482.726', '40.190', '-350.593', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215937', 'Land_Crab', '5946', '-476.993', '39.648', '-351.034', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17215938', 'Land_Crab', '5946', '-506.451', '40.819', '-350.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215939', 'Land_Crab', '5946', '-529.080', '39.939', '-376.079', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17215940', 'Land_Crab', '5946', '-457.107', '42.593', '-382.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215941', 'Land_Crab', '5946', '-482.046', '43.300', '-381.715', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17215942', 'Land_Crab', '5946', '-512.666', '40.151', '-410.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215943', 'Land_Crab', '5946', '-485.681', '43.334', '-381.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215944', 'Land_Crab', '5946', '-506.210', '39.782', '-328.295', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17215945', 'Goblin_Thug', '5942', '-521.799', '39.445', '-431.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215946', 'Goblin_Weaver', '5943', '-476.069', '40.148', '-339.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215947', 'Shrapnel', '5957', '-512.816', '39.345', '-366.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215948', 'Goblin_Digger', '5940', '295.555', '-19.973', '-515.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17215949', 'Pixie', '5952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215950', 'Pixie', '5952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215951', 'Pixie', '5952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215952', 'Pixie', '5952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215953', 'Pixie', '5952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215954', 'Grylio', '5944', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215996', 'Bull_[Herd1]', '5926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215997', 'Cow_[Herd1]', '5934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215998', 'Cow_[Herd1]', '5934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17215999', 'Cow_[Herd1]', '5934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216000', 'Calf_[Herd1]', '5929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216001', 'Calf_[Herd1]', '5929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216002', 'Calf_[Herd1]', '5929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216003', 'Calf_[Herd1]', '5929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216004', 'Calf_[Herd1]', '5929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216005', 'Calf_[Herd1]', '5929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216006', 'Bull_[Herd2]', '5927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216007', 'Cow_[Herd2]', '5935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216008', 'Cow_[Herd2]', '5935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216009', 'Cow_[Herd2]', '5935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216010', 'Calf_[Herd2]', '5930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216011', 'Calf_[Herd2]', '5930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216012', 'Calf_[Herd2]', '5930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216013', 'Calf_[Herd2]', '5930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216014', 'Calf_[Herd2]', '5930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216015', 'Calf_[Herd2]', '5930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216016', 'Bull_[Herd3]', '5928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216017', 'Cow_[Herd3]', '5936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216018', 'Cow_[Herd3]', '5936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216019', 'Cow_[Herd3]', '5936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216020', 'Calf_[Herd3]', '5931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216021', 'Calf_[Herd3]', '5931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216022', 'Calf_[Herd3]', '5931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216023', 'Calf_[Herd3]', '5931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216024', 'Calf_[Herd3]', '5931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216025', 'Calf_[Herd3]', '5931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216026', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216027', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216028', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216029', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216030', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216031', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216032', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216033', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216034', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216035', 'Chigoe', '5933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216036', 'Pyracmon', '5954', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216037', 'Wraith_Bat', '5963', '-81.990', '1.699', '220.305', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17216038', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216039', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216040', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216041', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216042', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216043', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216044', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216045', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216046', 'Wraith_Bat', '5963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17216135', 'Prishe', '5953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219585', 'Mist_Lizard', '5984', '-151.078', '-44.856', '-420.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219586', 'Mist_Lizard', '5984', '-128.529', '-45.684', '-422.671', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17219587', 'Mist_Lizard', '5984', '-118.322', '-57.970', '-552.020', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17219588', 'Mist_Lizard', '5984', '-37.356', '-57.312', '-555.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219589', 'Mist_Lizard', '5984', '-136.629', '-48.501', '-446.881', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17219590', 'Mist_Lizard', '5984', '-136.946', '-47.878', '-436.023', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17219591', 'Strolling_Sapling', '5994', '-136.140', '-47.109', '-429.799', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17219592', 'Strolling_Sapling', '5994', '-141.556', '-49.490', '-484.126', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17219593', 'Strolling_Sapling', '5994', '-271.000', '64.000', '802.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219594', 'Strolling_Sapling', '5994', '-107.398', '-41.361', '-410.242', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219595', 'Strolling_Sapling', '5994', '-128.878', '-56.599', '-540.855', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17219596', 'Strolling_Sapling', '5994', '-125.524', '-44.968', '-420.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219597', 'Rock_Eater', '5989', '-85.130', '-55.812', '-649.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219598', 'Rock_Eater', '5989', '-141.348', '-60.499', '-686.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219599', 'Rock_Eater', '5989', '-156.754', '-63.381', '-708.210', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17219600', 'Rock_Eater', '5989', '-139.552', '-59.568', '-693.188', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17219601', 'Rock_Eater', '5989', '-145.564', '-62.700', '-707.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219602', 'Rock_Eater', '5989', '-118.425', '-57.893', '-670.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219603', 'Goblin_Thug', '5976', '-121.538', '-62.743', '-649.776', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17219604', 'Goblin_Ambusher', '5972', '-154.998', '-63.308', '-711.235', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219605', 'Goblin_Weaver', '5978', '-148.807', '-62.782', '-679.582', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17219606', 'Goblin_Butcher', '5974', '-101.000', '-57.000', '-660.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219607', 'Goblin_Thug', '5976', '-77.823', '-56.275', '-670.291', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17219608', 'Goblin_Weaver', '5978', '-98.272', '-57.775', '-662.657', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219609', 'Goblin_Butcher', '5974', '-97.796', '-57.493', '-660.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219610', 'Mist_Lizard', '5984', '284.143', '-25.878', '-443.590', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219611', 'Mist_Lizard', '5984', '295.701', '-24.757', '-443.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219612', 'Mist_Lizard', '5984', '390.079', '-12.310', '-363.865', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219613', 'Mist_Lizard', '5984', '355.577', '-16.953', '-430.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219614', 'Mist_Lizard', '5984', '318.848', '-20.918', '-455.298', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17219615', 'Strolling_Sapling', '5994', '399.077', '-8.335', '-347.126', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219616', 'Strolling_Sapling', '5994', '317.842', '-20.406', '-450.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219617', 'Strolling_Sapling', '5994', '310.948', '-19.847', '-440.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219618', 'Strolling_Sapling', '5994', '337.950', '-18.622', '-451.718', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17219620', 'Rock_Eater', '5989', '431.979', '-13.461', '-378.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219621', 'Rock_Eater', '5989', '402.186', '-23.473', '-431.614', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17219622', 'Rock_Eater', '5989', '498.291', '-15.424', '-411.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219623', 'Young_Quadav', '6000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219624', 'Onyx_Quadav', '5985', '438.241', '-13.320', '-381.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219625', 'Amethyst_Quadav', '5966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219626', 'Amber_Quadav', '5965', '514.000', '-16.000', '-407.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219627', 'Young_Quadav', '6000', '503.000', '-15.000', '-424.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219628', 'Amethyst_Quadav', '5966', '496.785', '-16.114', '-421.315', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17219629', 'Amber_Quadav', '5965', '499.752', '-15.779', '-418.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219630', 'Mist_Lizard', '5984', '377.877', '2.503', '22.975', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17219631', 'Mist_Lizard', '5984', '256.498', '15.021', '47.851', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219632', 'Mist_Lizard', '5984', '396.703', '10.477', '62.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219633', 'Mist_Lizard', '5984', '356.308', '14.155', '73.873', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17219634', 'Mist_Lizard', '5984', '412.980', '9.439', '65.270', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17219635', 'Mist_Lizard', '5984', '271.910', '0.040', '-41.566', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219636', 'Huge_Wasp', '5982', '323.175', '21.954', '83.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219637', 'Huge_Wasp', '5982', '351.935', '8.713', '46.532', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17219638', 'Huge_Wasp', '5982', '226.604', '17.372', '54.632', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219639', 'Huge_Wasp', '5982', '236.707', '15.692', '31.187', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17219640', 'Huge_Wasp', '5982', '330.447', '0.636', '6.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219641', 'Huge_Wasp', '5982', '424.544', '3.380', '49.856', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219642', 'Strolling_Sapling', '5994', '390.404', '0.392', '-1.681', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17219643', 'Strolling_Sapling', '5994', '380.121', '13.019', '67.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219644', 'Mist_Lizard', '5984', '336.272', '23.248', '192.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219645', 'Mist_Lizard', '5984', '362.136', '23.264', '193.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219646', 'Mist_Lizard', '5984', '459.062', '19.708', '178.461', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17219647', 'Huge_Wasp', '5982', '324.302', '24.120', '189.477', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17219648', 'Huge_Wasp', '5982', '244.243', '23.581', '141.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219649', 'Huge_Wasp', '5982', '359.407', '16.573', '105.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219650', 'Huge_Wasp', '5982', '283.673', '24.345', '109.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219651', 'Strolling_Sapling', '5994', '272.901', '23.728', '146.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219652', 'Strolling_Sapling', '5994', '463.239', '10.861', '127.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219653', 'Strolling_Sapling', '5994', '317.589', '23.516', '110.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219654', 'Strolling_Sapling', '5994', '348.560', '23.998', '208.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219655', 'Strolling_Sapling', '5994', '382.000', '24.000', '259.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219656', 'Strolling_Sapling', '5994', '261.549', '24.830', '110.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219657', 'Huge_Wasp', '5982', '506.118', '14.962', '185.235', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17219658', 'Huge_Wasp', '5982', '549.752', '15.969', '173.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219659', 'Strolling_Sapling', '5994', '535.929', '11.202', '161.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219660', 'Strolling_Sapling', '5994', '565.252', '19.966', '183.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219661', 'Rock_Eater', '5989', '593.340', '23.285', '165.846', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17219662', 'Rock_Eater', '5989', '642.249', '23.050', '131.419', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17219663', 'Rock_Eater', '5989', '619.719', '21.037', '134.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219664', 'Rock_Eater', '5989', '633.091', '22.233', '161.557', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219665', 'Rock_Eater', '5989', '676.117', '22.210', '197.821', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17219666', 'Rock_Eater', '5989', '575.445', '18.641', '156.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219667', 'Ghost', '5971', '623.298', '22.060', '135.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219668', 'Ghost', '5971', '514.723', '10.530', '172.762', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17219669', 'Ghost', '5971', '673.379', '23.427', '176.089', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17219670', 'Young_Quadav', '6000', '265.113', '15.431', '42.001', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17219671', 'Young_Quadav', '6000', '422.499', '23.466', '190.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219672', 'Veteran_Quadav', '5998', '593.000', '23.000', '205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219673', 'Greater_Quadav', '5979', '418.088', '10.790', '79.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219674', 'Onyx_Quadav', '5985', '610.562', '20.472', '139.956', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17219675', 'Amethyst_Quadav', '5966', '628.755', '22.110', '129.301', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17219676', 'Amber_Quadav', '5965', '402.109', '9.193', '52.888', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17219677', 'Skeleton_Warrior', '5991', '526.456', '8.858', '167.034', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17219678', 'Skeleton_Warrior', '5991', '345.299', '19.741', '166.122', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17219679', 'Skeleton_Sorcerer', '5990', '412.034', '16.215', '130.671', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17219680', 'Thunder_Elemental', '5996', '261.908', '15.172', '45.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219681', 'Mist_Lizard', '5984', '287.124', '23.877', '310.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219682', 'Mist_Lizard', '5984', '451.325', '32.107', '308.275', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17219683', 'Mist_Lizard', '5984', '400.329', '26.317', '296.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219684', 'Huge_Wasp', '5982', '335.788', '28.020', '378.874', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219685', 'Huge_Wasp', '5982', '420.849', '33.556', '356.294', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219686', 'Huge_Wasp', '5982', '349.606', '24.127', '234.694', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17219687', 'Huge_Wasp', '5982', '442.869', '24.722', '247.804', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17219688', 'Strolling_Sapling', '5994', '408.942', '32.251', '340.512', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17219689', 'Strolling_Sapling', '5994', '240.040', '23.555', '304.287', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17219690', 'Strolling_Sapling', '5994', '458.664', '34.098', '319.992', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17219691', 'Strolling_Sapling', '5994', '355.742', '31.208', '357.561', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17219692', 'Strolling_Sapling', '5994', '452.427', '26.806', '260.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219693', 'Strolling_Sapling', '5994', '336.417', '24.705', '246.563', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17219694', 'Poltergeist', '5987', '555.848', '36.815', '408.295', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17219695', 'Poltergeist', '5987', '573.000', '40.000', '465.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219696', 'Poltergeist', '5987', '583.771', '22.467', '462.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219697', 'Poltergeist', '5987', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219698', 'Poltergeist', '5987', '483.000', '28.000', '261.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17219699', 'Mist_Lizard', '5984', '190.147', '24.048', '390.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219700', 'Mist_Lizard', '5984', '186.661', '23.108', '410.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219701', 'Mist_Lizard', '5984', '232.005', '23.172', '478.276', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219702', 'Mist_Lizard', '5984', '392.252', '32.010', '524.866', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219703', 'Mist_Lizard', '5984', '318.304', '23.949', '399.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219704', 'Mist_Lizard', '5984', '392.067', '32.111', '506.365', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17219705', 'Huge_Wasp', '5982', '337.655', '30.838', '592.660', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219706', 'Huge_Wasp', '5982', '336.797', '24.456', '415.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219707', 'Huge_Wasp', '5982', '207.898', '31.171', '540.164', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219708', 'Strolling_Sapling', '5994', '387.572', '31.485', '470.046', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17219709', 'Strolling_Sapling', '5994', '286.738', '23.044', '391.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219710', 'Strolling_Sapling', '5994', '343.980', '30.059', '496.523', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17219711', 'Mist_Lizard', '5984', '485.090', '38.439', '549.859', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219712', 'Mist_Lizard', '5984', '485.686', '30.929', '628.414', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17219713', 'Mist_Lizard', '5984', '419.216', '31.774', '393.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219714', 'Mist_Lizard', '5984', '533.717', '38.451', '467.773', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17219715', 'Huge_Wasp', '5982', '442.329', '31.772', '474.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219716', 'Huge_Wasp', '5982', '428.978', '32.009', '405.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219717', 'Huge_Wasp', '5982', '523.876', '32.314', '440.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219718', 'Huge_Wasp', '5982', '538.706', '38.568', '469.883', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17219719', 'Strolling_Sapling', '5994', '438.292', '30.881', '447.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219720', 'Strolling_Sapling', '5994', '476.989', '31.878', '355.308', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17219721', 'Strolling_Sapling', '5994', '389.672', '32.343', '401.477', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219722', 'Strolling_Sapling', '5994', '416.931', '31.624', '444.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219723', 'Veteran_Quadav', '5998', '435.249', '31.537', '322.498', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17219724', 'Greater_Quadav', '5979', '357.755', '30.160', '563.380', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17219725', 'Onyx_Quadav', '5985', '439.154', '24.478', '245.863', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17219726', 'Amethyst_Quadav', '5966', '531.658', '34.300', '438.085', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17219727', 'Amber_Quadav', '5965', '446.000', '32.000', '563.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17219728', 'Skeleton_Warrior', '5991', '449.625', '32.242', '287.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219729', 'Skeleton_Warrior', '5991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219730', 'Skeleton_Sorcerer', '5990', '385.827', '32.136', '505.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219731', 'Grenade', '5980', '391.101', '32.505', '538.061', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219732', 'Veteran_Quadav', '5998', '379.400', '32.014', '537.655', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17219733', 'Amethyst_Quadav', '5966', '380.042', '32.098', '543.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219734', 'Amber_Quadav', '5965', '385.000', '31.000', '541.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219735', 'Rock_Eater', '5989', '634.746', '38.172', '431.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219736', 'Rock_Eater', '5989', '600.325', '38.463', '431.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219737', 'Rock_Eater', '5989', '561.872', '38.436', '398.344', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219738', 'Rock_Eater', '5989', '590.080', '32.746', '399.377', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17219739', 'Mist_Lizard', '5984', '-128.765', '-20.678', '-174.672', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219740', 'Mist_Lizard', '5984', '-213.016', '-23.638', '-238.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219741', 'Mist_Lizard', '5984', '-200.179', '-24.009', '-220.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219742', 'Mist_Lizard', '5984', '-217.934', '-22.283', '-204.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219743', 'Mist_Lizard', '5984', '-125.299', '-21.000', '-173.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219744', 'Huge_Wasp', '5982', '-195.499', '-33.296', '-260.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219745', 'Huge_Wasp', '5982', '-153.597', '-24.152', '-187.899', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17219746', 'Huge_Wasp', '5982', '-314.898', '-39.294', '-285.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219747', 'Huge_Wasp', '5982', '-163.560', '-10.082', '-77.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219748', 'Huge_Wasp', '5982', '-88.475', '-25.663', '-186.376', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17219749', 'Mad_Sheep', '5983', '-165.785', '-33.939', '-245.381', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17219750', 'Mad_Sheep', '5983', '-217.379', '-24.069', '-218.222', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17219751', 'Strolling_Sapling', '5994', '-294.884', '-30.160', '-227.337', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17219752', 'Strolling_Sapling', '5994', '-232.511', '-24.538', '-241.239', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17219753', 'Wolf_Zombie', '5999', '-167.521', '-13.832', '-105.744', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17219754', 'Mist_Lizard', '5984', '-417.989', '-21.214', '-215.004', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17219755', 'Mist_Lizard', '5984', '-359.283', '-27.213', '-271.390', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17219756', 'Huge_Wasp', '5982', '-369.620', '-7.965', '-149.380', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219757', 'Huge_Wasp', '5982', '-403.001', '-0.460', '-159.636', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17219758', 'Mad_Sheep', '5983', '-446.567', '-16.371', '-198.068', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17219759', 'Mad_Sheep', '5983', '-472.242', '-26.109', '-234.299', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219760', 'Mad_Sheep', '5983', '-415.904', '-26.456', '-230.069', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17219761', 'Mad_Sheep', '5983', '-397.968', '-13.670', '-183.734', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17219762', 'Mad_Sheep', '5983', '-436.817', '-19.236', '-210.597', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17219763', 'Strolling_Sapling', '5994', '-353.452', '-19.243', '-202.403', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219764', 'Strolling_Sapling', '5994', '-446.937', '-14.418', '-189.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219765', 'Wolf_Zombie', '5999', '-319.756', '-18.233', '-168.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219766', 'Goblin_Thug', '5976', '-182.379', '-13.165', '-131.896', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17219767', 'Goblin_Thug', '5976', '-250.719', '-25.973', '-212.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219768', 'Goblin_Ambusher', '5972', '-208.004', '-14.059', '-140.714', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17219769', 'Goblin_Weaver', '5978', '-249.414', '-27.726', '-240.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219770', 'Goblin_Tinkerer', '5977', '-274.849', '-37.622', '-258.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219771', 'Goblin_Butcher', '5974', '-423.118', '-14.719', '-192.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219772', 'Skeleton_Warrior', '5991', '-403.593', '-0.936', '-164.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219773', 'Skeleton_Sorcerer', '5990', '-177.810', '-48.472', '-447.798', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17219774', 'Earth_Elemental', '5969', '-227.102', '-19.883', '-177.863', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17219775', 'Mist_Lizard', '5984', '-509.539', '3.559', '-20.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219776', 'Mist_Lizard', '5984', '-540.274', '0.174', '32.872', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17219777', 'Huge_Wasp', '5982', '-495.243', '-1.238', '-96.943', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17219778', 'Huge_Wasp', '5982', '-478.452', '0.207', '-65.931', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219779', 'Huge_Wasp', '5982', '-467.165', '9.483', '-20.798', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17219780', 'Huge_Wasp', '5982', '-490.504', '-2.313', '-66.083', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219781', 'Huge_Wasp', '5982', '-516.484', '-8.992', '-133.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219782', 'Mad_Sheep', '5983', '-503.612', '-1.722', '-102.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219783', 'Mad_Sheep', '5983', '-470.446', '11.605', '-4.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219784', 'Strolling_Sapling', '5994', '-463.714', '10.293', '116.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219785', 'Strolling_Sapling', '5994', '-476.309', '-0.848', '-69.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219786', 'Wolf_Zombie', '5999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219788', 'Huge_Wasp', '5982', '-188.999', '-3.852', '-75.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219789', 'Huge_Wasp', '5982', '-289.566', '-16.031', '-130.469', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17219790', 'Mad_Sheep', '5983', '-239.915', '0.420', '-63.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219791', 'Mad_Sheep', '5983', '-305.204', '-11.695', '-96.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219792', 'Mad_Sheep', '5983', '-329.002', '-13.798', '-138.143', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17219793', 'Mad_Sheep', '5983', '-324.817', '-15.194', '-107.909', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17219794', 'Mad_Sheep', '5983', '-247.377', '-10.703', '-101.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219795', 'Stray_Mary', '5993', '-257.465', '-15.805', '-117.638', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17219796', 'Strolling_Sapling', '5994', '-319.557', '-9.450', '-88.829', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219797', 'Strolling_Sapling', '5994', '-367.359', '-1.358', '-80.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219798', 'Wolf_Zombie', '5999', '-248.949', '-15.684', '-116.538', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17219799', 'Huge_Wasp', '5982', '-449.655', '7.795', '-35.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219800', 'Huge_Wasp', '5982', '-442.376', '0.444', '-76.893', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17219801', 'Mad_Sheep', '5983', '-416.266', '7.679', '-43.406', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17219802', 'Mad_Sheep', '5983', '-287.883', '6.687', '-44.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219803', 'Mad_Sheep', '5983', '-347.809', '7.395', '-39.588', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17219804', 'Mad_Sheep', '5983', '-371.691', '7.960', '-41.922', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17219805', 'Mad_Sheep', '5983', '-326.295', '2.626', '-51.917', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219806', 'Strolling_Sapling', '5994', '-322.256', '9.907', '-23.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219807', 'Strolling_Sapling', '5994', '-311.160', '8.416', '-29.650', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17219808', 'Wolf_Zombie', '5999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219809', 'Huge_Wasp', '5982', '-338.548', '16.385', '32.223', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219810', 'Huge_Wasp', '5982', '-284.019', '16.797', '63.026', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17219811', 'Mad_Sheep', '5983', '-340.713', '14.194', '-7.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219812', 'Mad_Sheep', '5983', '-304.142', '15.649', '12.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219813', 'Mad_Sheep', '5983', '-409.109', '8.325', '-0.051', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17219814', 'Mad_Sheep', '5983', '-300.065', '15.686', '-4.972', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17219815', 'Mad_Sheep', '5983', '-310.238', '14.263', '-12.270', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17219816', 'Strolling_Sapling', '5994', '-408.437', '9.932', '19.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219817', 'Strolling_Sapling', '5994', '-317.482', '16.244', '71.595', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17219818', 'Wolf_Zombie', '5999', '-346.462', '16.385', '39.794', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219819', 'Goblin_Thug', '5976', '-351.140', '17.653', '20.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219820', 'Goblin_Thug', '5976', '-445.620', '5.596', '-47.321', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219821', 'Goblin_Ambusher', '5972', '-491.389', '5.425', '-41.113', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219822', 'Goblin_Ambusher', '5972', '-317.114', '-12.594', '-96.270', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17219823', 'Goblin_Weaver', '5978', '-362.332', '-6.352', '-105.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219824', 'Goblin_Weaver', '5978', '-530.297', '-3.517', '-121.232', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17219825', 'Goblin_Weaver', '5978', '-504.892', '-2.654', '-92.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219826', 'Goblin_Tinkerer', '5977', '-267.360', '-7.594', '-86.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219827', 'Goblin_Tinkerer', '5977', '-398.894', '-7.350', '-121.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219828', 'Goblin_Butcher', '5974', '-443.405', '7.740', '-34.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219829', 'Goblin_Butcher', '5974', '-293.112', '16.183', '46.898', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17219830', 'Skeleton_Warrior', '5991', '-365.392', '10.289', '-25.143', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17219831', 'Skeleton_Sorcerer', '5990', '-409.075', '-7.404', '-123.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17219832', 'Grenade', '5980', '-408.726', '-7.683', '-111.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219833', 'Goblin_Weaver', '5978', '-416.207', '-2.123', '-138.556', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17219834', 'Goblin_Tinkerer', '5977', '-401.835', '-0.770', '-162.697', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17219835', 'Goblin_Butcher', '5974', '-419.927', '-1.628', '-137.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219836', 'Goblin_Thug', '5976', '-516.770', '0.199', '48.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219837', 'Goblin_Ambusher', '5972', '-457.036', '14.437', '22.029', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17219838', 'Goblin_Weaver', '5978', '-457.000', '14.000', '15.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17219839', 'Huge_Wasp', '5982', '-265.894', '16.179', '83.950', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17219840', 'Huge_Wasp', '5982', '-207.190', '16.057', '118.505', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17219841', 'Mad_Sheep', '5983', '-242.350', '15.382', '130.056', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219842', 'Mad_Sheep', '5983', '-165.358', '-6.626', '11.518', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17219843', 'Mad_Sheep', '5983', '-192.169', '16.161', '150.273', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17219844', 'Mad_Sheep', '5983', '-170.910', '-2.111', '17.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219845', 'Strolling_Sapling', '5994', '-193.743', '15.727', '104.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219846', 'Strolling_Sapling', '5994', '-267.710', '16.146', '122.522', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17219847', 'Wolf_Zombie', '5999', '-235.061', '16.179', '62.048', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17219848', 'Mist_Lizard', '5984', '37.776', '25.694', '100.565', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219849', 'Mist_Lizard', '5984', '-124.106', '3.105', '96.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219850', 'Mist_Lizard', '5984', '-121.159', '15.959', '192.146', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17219851', 'Huge_Wasp', '5982', '-20.377', '10.973', '57.164', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219852', 'Huge_Wasp', '5982', '-110.187', '15.679', '201.149', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219853', 'Huge_Wasp', '5982', '23.786', '24.612', '98.126', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17219854', 'Mad_Sheep', '5983', '-117.470', '17.649', '179.461', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219855', 'Mad_Sheep', '5983', '-23.760', '24.094', '143.500', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17219856', 'Strolling_Sapling', '5994', '-5.794', '23.965', '116.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219857', 'Strolling_Sapling', '5994', '-94.607', '16.258', '132.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219858', 'Strolling_Sapling', '5994', '-108.899', '9.108', '102.933', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219859', 'Mist_Lizard', '5984', '31.283', '23.646', '119.293', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17219860', 'Mist_Lizard', '5984', '81.433', '24.005', '131.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219861', 'Mist_Lizard', '5984', '112.690', '16.277', '86.202', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17219862', 'Huge_Wasp', '5982', '97.412', '25.639', '307.538', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219863', 'Huge_Wasp', '5982', '133.932', '23.691', '272.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219864', 'Huge_Wasp', '5982', '21.576', '31.637', '266.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219865', 'Huge_Wasp', '5982', '92.501', '23.942', '283.316', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17219866', 'Strolling_Sapling', '5994', '85.546', '25.572', '299.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219867', 'Strolling_Sapling', '5994', '57.736', '23.556', '167.877', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17219868', 'Strolling_Sapling', '5994', '171.849', '23.426', '123.046', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17219869', 'Strolling_Sapling', '5994', '130.324', '29.236', '368.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219870', 'Strolling_Sapling', '5994', '129.762', '23.541', '228.520', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17219871', 'Strolling_Sapling', '5994', '99.896', '24.237', '158.377', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17219872', 'Mist_Lizard', '5984', '43.954', '32.015', '355.865', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17219873', 'Mist_Lizard', '5984', '-32.385', '16.524', '256.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219874', 'Mist_Lizard', '5984', '31.619', '32.916', '355.227', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219875', 'Huge_Wasp', '5982', '92.228', '30.532', '355.147', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17219876', 'Huge_Wasp', '5982', '11.582', '32.672', '383.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219877', 'Huge_Wasp', '5982', '95.229', '31.629', '393.755', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17219878', 'Huge_Wasp', '5982', '-6.121', '28.372', '313.331', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17219879', 'Strolling_Sapling', '5994', '71.913', '26.336', '335.107', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17219880', 'Strolling_Sapling', '5994', '-35.268', '24.980', '336.103', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17219881', 'Strolling_Sapling', '5994', '-17.077', '23.121', '211.570', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17219882', 'Strolling_Sapling', '5994', '-9.890', '31.602', '350.609', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219883', 'Strolling_Sapling', '5994', '57.296', '27.094', '316.368', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17219884', 'Strolling_Sapling', '5994', '-30.941', '16.898', '244.216', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17219885', 'Tremor_Ram', '5997', '21.000', '50.000', '514.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17219886', 'Rampaging_Ram', '5988', '160.000', '24.000', '121.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219887', 'Steelfleece_Baldarich', '5992', '-10.000', '7.000', '45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219888', 'Young_Quadav', '6000', '-58.290', '19.993', '170.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219889', 'Veteran_Quadav', '5998', '31.138', '31.181', '279.142', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17219890', 'Greater_Quadav', '5979', '-48.357', '22.944', '157.082', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219891', 'Onyx_Quadav', '5985', '-43.285', '23.709', '129.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219892', 'Amethyst_Quadav', '5966', '120.910', '25.134', '333.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219893', 'Amber_Quadav', '5965', '16.430', '33.668', '317.535', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17219894', 'Skeleton_Warrior', '5991', '-37.801', '31.560', '365.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219895', 'Skeleton_Sorcerer', '5990', '-43.670', '15.382', '228.732', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219896', 'Ghost', '5971', '145.403', '23.314', '328.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219897', 'Grenade', '5980', '91.756', '31.798', '375.136', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17219898', 'Earth_Elemental', '5969', '153.706', '25.947', '380.316', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17219899', 'Huge_Wasp', '5982', '-253.292', '17.686', '210.338', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17219900', 'Huge_Wasp', '5982', '-246.899', '17.114', '209.235', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17219901', 'Huge_Wasp', '5982', '-365.239', '24.284', '283.399', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17219902', 'Mad_Sheep', '5983', '-348.821', '15.891', '189.028', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17219903', 'Mad_Sheep', '5983', '-198.288', '22.359', '231.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219904', 'Mad_Sheep', '5983', '-344.333', '15.798', '177.111', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17219905', 'Mad_Sheep', '5983', '-269.326', '24.327', '177.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219906', 'Strolling_Sapling', '5994', '-367.442', '17.600', '250.331', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17219907', 'Strolling_Sapling', '5994', '-326.983', '16.028', '168.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219908', 'Wolf_Zombie', '5999', '-317.749', '19.378', '226.035', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17219909', 'Mist_Lizard', '5984', '-485.444', '15.016', '258.927', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17219910', 'Mist_Lizard', '5984', '-476.976', '16.062', '306.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219911', 'Mist_Lizard', '5984', '-375.551', '27.853', '374.034', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17219912', 'Huge_Wasp', '5982', '-397.546', '15.874', '231.916', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219913', 'Huge_Wasp', '5982', '-402.850', '15.720', '225.889', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17219914', 'Huge_Wasp', '5982', '-433.126', '24.203', '300.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219915', 'Mad_Sheep', '5983', '-376.042', '27.595', '349.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219916', 'Mad_Sheep', '5983', '-416.793', '16.134', '203.900', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17219917', 'Strolling_Sapling', '5994', '-407.033', '17.637', '258.944', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17219918', 'Strolling_Sapling', '5994', '-542.023', '10.276', '238.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219919', 'Rock_Eater', '5989', '-608.988', '6.865', '209.440', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219920', 'Rock_Eater', '5989', '-646.112', '6.744', '152.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219921', 'Rock_Eater', '5989', '-591.892', '6.914', '230.358', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219922', 'Rock_Eater', '5989', '-604.658', '6.650', '228.666', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17219923', 'Rock_Eater', '5989', '-620.555', '6.968', '193.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219924', 'Ghost', '5971', '-710.913', '2.309', '101.913', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17219925', 'Earth_Elemental', '5969', '-700.529', '2.963', '104.203', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17219926', 'Huge_Wasp', '5982', '-282.166', '32.214', '347.932', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17219927', 'Huge_Wasp', '5982', '-200.524', '39.031', '313.235', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219928', 'Mad_Sheep', '5983', '-293.900', '33.393', '342.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219929', 'Mad_Sheep', '5983', '-287.231', '33.606', '370.184', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17219930', 'Mad_Sheep', '5983', '-267.999', '38.243', '375.792', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219931', 'Mad_Sheep', '5983', '-241.079', '41.500', '370.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219932', 'Mad_Sheep', '5983', '-196.172', '39.019', '364.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219933', 'Stray_Mary', '5993', '-212.268', '39.477', '329.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219934', 'Strolling_Sapling', '5994', '-236.657', '48.537', '407.580', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219935', 'Strolling_Sapling', '5994', '-202.888', '42.076', '377.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219936', 'Wolf_Zombie', '5999', '-303.063', '35.144', '358.863', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17219937', 'Huge_Wasp', '5982', '-172.615', '32.425', '352.625', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17219938', 'Huge_Wasp', '5982', '-174.030', '33.518', '328.957', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17219939', 'Mad_Sheep', '5983', '-199.627', '31.887', '279.948', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17219940', 'Mad_Sheep', '5983', '-149.799', '34.637', '373.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219941', 'Mad_Sheep', '5983', '-180.461', '29.707', '286.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219942', 'Mad_Sheep', '5983', '-69.298', '29.682', '354.510', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17219943', 'Strolling_Sapling', '5994', '-68.612', '32.495', '363.465', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17219944', 'Strolling_Sapling', '5994', '-120.629', '32.208', '360.805', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17219945', 'Wolf_Zombie', '5999', '-115.370', '22.901', '326.005', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219946', 'Goblin_Tinkerer', '5977', '-111.048', '11.646', '270.473', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17219947', 'Goblin_Thug', '5976', '-272.050', '47.916', '438.280', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17219948', 'Goblin_Ambusher', '5972', '-437.997', '23.814', '289.640', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17219949', 'Goblin_Ambusher', '5972', '-271.111', '23.983', '176.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219950', 'Goblin_Weaver', '5978', '-419.973', '18.267', '251.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219951', 'Goblin_Weaver', '5978', '-323.749', '33.429', '299.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219952', 'Goblin_Tinkerer', '5977', '-332.610', '31.912', '301.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219953', 'Goblin_Butcher', '5974', '-101.245', '25.323', '345.416', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17219954', 'Goblin_Butcher', '5974', '-302.195', '34.384', '359.779', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17219955', 'Skeleton_Warrior', '5991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219956', 'Skeleton_Sorcerer', '5990', '-191.612', '38.647', '318.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219957', 'Thunder_Elemental', '5996', '-262.450', '37.507', '298.166', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17219958', 'Mist_Lizard', '5984', '-226.308', '55.074', '499.403', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219959', 'Mist_Lizard', '5984', '-114.160', '53.858', '511.536', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17219960', 'Huge_Wasp', '5982', '-200.992', '55.263', '472.933', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17219961', 'Huge_Wasp', '5982', '-110.590', '49.154', '461.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219962', 'Mad_Sheep', '5983', '-79.219', '40.243', '419.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219963', 'Mad_Sheep', '5983', '-182.413', '61.025', '507.831', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219964', 'Mad_Sheep', '5983', '-124.758', '46.843', '395.038', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17219965', 'Strolling_Sapling', '5994', '-151.138', '48.443', '444.856', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17219966', 'Strolling_Sapling', '5994', '-76.391', '47.095', '437.487', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17219967', 'Wolf_Zombie', '5999', '-129.429', '48.880', '448.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219968', 'Mist_Lizard', '5984', '-53.891', '61.019', '551.878', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17219969', 'Mist_Lizard', '5984', '39.121', '55.307', '562.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219970', 'Mist_Lizard', '5984', '-10.088', '41.101', '462.604', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219971', 'Huge_Wasp', '5982', '-3.054', '47.224', '492.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219972', 'Huge_Wasp', '5982', '5.772', '50.656', '508.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219973', 'Mad_Sheep', '5983', '-70.546', '60.651', '590.867', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219974', 'Mad_Sheep', '5983', '-36.803', '38.999', '436.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219975', 'Mad_Sheep', '5983', '-26.991', '40.043', '445.767', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219976', 'Strolling_Sapling', '5994', '29.173', '54.945', '553.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219977', 'Strolling_Sapling', '5994', '-38.410', '65.063', '588.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219978', 'Mist_Lizard', '5984', '-182.885', '63.846', '546.826', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219979', 'Mist_Lizard', '5984', '-242.412', '69.623', '804.250', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17219980', 'Mist_Lizard', '5984', '-144.661', '59.622', '556.399', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17219981', 'Huge_Wasp', '5982', '-154.289', '72.074', '704.687', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17219982', 'Huge_Wasp', '5982', '-180.776', '67.439', '610.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219983', 'Mad_Sheep', '5983', '-237.864', '69.753', '762.710', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17219984', 'Mad_Sheep', '5983', '-222.549', '70.860', '636.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219985', 'Strolling_Sapling', '5994', '-298.840', '58.113', '609.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219986', 'Strolling_Sapling', '5994', '-285.782', '55.255', '569.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219987', 'Tremor_Ram', '5997', '-163.198', '62.392', '568.282', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17219988', 'Goblin_Ambusher', '5972', '8.997', '37.803', '441.582', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17219989', 'Goblin_Tinkerer', '5977', '-148.111', '71.708', '654.867', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219990', 'Goblin_Butcher', '5974', '-39.868', '68.265', '566.478', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17219991', 'Veteran_Quadav', '5998', '-167.325', '63.785', '589.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219992', 'Greater_Quadav', '5979', '-129.975', '47.678', '399.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219993', 'Onyx_Quadav', '5985', '-103.799', '50.135', '458.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219994', 'Skeleton_Warrior', '5991', '-155.997', '59.753', '511.910', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17219995', 'Skeleton_Sorcerer', '5990', '-176.029', '53.167', '463.645', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17219996', 'Thunder_Elemental', '5996', '-154.221', '49.092', '420.093', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17219997', 'Goblin_Digger', '5975', '-82.375', '70.154', '676.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17219998', 'Goblin_Archaeologist', '5973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17219999', 'Forger', '5970', '-710.000', '2.000', '102.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17220000', 'Haty', '5981', '-204.271', '8.118', '36.959', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17220001', 'Bendigeit_Vran', '5968', '-2.110', '24.440', '105.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17220002', 'Pixie', '5986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17220003', 'Pixie', '5986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17220004', 'Pixie', '5986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17220005', 'Pixie', '5986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17220006', 'Pixie', '5986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17220007', 'Thunderhead', '5995', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17220147', 'Ayame', '5967', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223681', 'Swamp_Leech', '6055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223682', 'Stag_Crab', '6054', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223683', 'Swamp_Pugil', '6056', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223684', 'Thread_Leech', '6057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223685', 'Snipper', '6052', '473.217', '24.418', '381.678', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17223686', 'Gadfly', '6015', '-432.783', '24.499', '-468.515', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17223687', 'Gadfly', '6015', '-489.786', '24.382', '-446.619', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17223688', 'Gadfly', '6015', '-474.169', '24.455', '-505.832', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223689', 'Bog_Bunny', '6006', '-391.433', '23.776', '-457.910', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17223690', 'Bog_Bunny', '6006', '-402.197', '24.290', '-466.432', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223691', 'Bog_Bunny', '6006', '-431.000', '24.000', '-415.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17223692', 'Bog_Bunny', '6006', '-506.010', '25.080', '-454.664', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17223693', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223694', 'Night_Bats', '6048', '-402.081', '24.439', '-402.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223695', 'Night_Bats', '6048', '-408.054', '24.994', '-447.957', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17223696', 'Night_Bats', '6048', '-492.691', '23.890', '-439.952', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223697', 'Black_Bat', '6003', '-413.467', '24.076', '-460.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223698', 'Black_Bat', '6003', '-488.107', '25.012', '-440.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223699', 'Bog_Dog', '6007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223700', 'Gadfly', '6015', '-396.202', '24.499', '-356.742', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17223701', 'Gadfly', '6015', '-430.770', '24.408', '-349.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223702', 'Bog_Bunny', '6006', '-313.092', '24.471', '-287.729', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17223703', 'Bog_Bunny', '6006', '-461.045', '24.594', '-306.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223704', 'Snipper', '6052', '-363.278', '24.482', '-355.731', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17223705', 'Snipper', '6052', '-418.000', '24.000', '-224.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223706', 'Snipper', '6052', '-418.578', '24.500', '-315.766', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17223707', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223708', 'Night_Bats', '6048', '-319.887', '24.173', '-302.109', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223709', 'Night_Bats', '6048', '-344.000', '24.217', '-303.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17223710', 'Night_Bats', '6048', '-371.317', '24.824', '-379.919', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17223711', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223712', 'Black_Bat', '6003', '-382.456', '24.523', '-375.005', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17223713', 'Thread_Leech', '6057', '-419.476', '25.000', '-240.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223714', 'Thread_Leech', '6057', '-412.730', '24.295', '-240.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223715', 'Thread_Leech', '6057', '-387.735', '23.789', '-239.694', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17223716', 'Land_Pugil', '6038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223717', 'Land_Pugil', '6038', '-390.541', '24.219', '-245.252', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17223718', 'Land_Pugil', '6038', '-440.000', '24.000', '-225.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17223719', 'Snipper', '6052', '-440.002', '24.269', '-251.905', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17223720', 'Snipper', '6052', '-398.823', '24.139', '-241.384', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17223721', 'Snipper', '6052', '-427.600', '24.283', '-241.284', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223722', 'Bogy', '6005', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223723', 'Water_Elemental', '6060', '-388.841', '23.661', '-231.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223724', 'Gadfly', '6015', '-239.897', '24.954', '-298.754', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17223725', 'Gadfly', '6015', '-250.355', '24.712', '-285.601', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17223726', 'Gadfly', '6015', '-286.149', '24.232', '-246.315', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17223727', 'Bog_Bunny', '6006', '-271.417', '24.915', '-299.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223728', 'Bog_Bunny', '6006', '-247.410', '24.686', '-286.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223729', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223730', 'Night_Bats', '6048', '-288.245', '24.899', '-241.318', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17223731', 'Night_Bats', '6048', '-263.484', '23.764', '-233.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223732', 'Night_Bats', '6048', '-249.827', '24.075', '-252.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223733', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223734', 'Black_Bat', '6003', '-213.028', '23.848', '-237.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223735', 'Bog_Dog', '6007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223736', 'Goobbue', '6026', '-259.698', '25.058', '-240.661', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17223737', 'Goobbue', '6026', '-469.842', '24.841', '-499.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223738', 'Malboro', '6039', '-466.689', '24.499', '-477.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223739', 'Old_Quadav', '6049', '-230.700', '24.491', '-227.403', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223740', 'Veteran_Quadav', '6059', '-429.953', '24.500', '-305.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223741', 'Greater_Quadav', '6027', '-374.670', '24.145', '-304.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223742', 'Copper_Quadav', '6012', '-381.158', '24.804', '-280.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223743', 'Brass_Quadav', '6009', '-357.558', '24.500', '-281.098', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17223744', 'Onyx_Quadav', '6050', '-398.976', '24.183', '-341.508', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223745', 'Ghoul', '6016', '-282.481', '24.407', '-308.416', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17223746', 'Zombie', '6062', '-458.000', '24.000', '-439.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223747', 'Thunder_Elemental', '6058', '-265.393', '23.856', '-251.569', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17223748', 'Gadfly', '6015', '-142.089', '25.139', '-276.774', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17223749', 'Gadfly', '6015', '-51.000', '24.000', '-181.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17223750', 'Gadfly', '6015', '-90.630', '24.449', '-196.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223751', 'Bog_Bunny', '6006', '-148.697', '24.466', '-274.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223752', 'Bog_Bunny', '6006', '-103.988', '25.089', '-133.926', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223753', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223754', 'Night_Bats', '6048', '-199.818', '24.463', '-291.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223755', 'Night_Bats', '6048', '-153.537', '24.498', '-249.705', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17223756', 'Night_Bats', '6048', '-188.836', '24.258', '-240.138', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17223757', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223758', 'Black_Bat', '6003', '-154.023', '24.499', '-201.149', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17223759', 'Carnivorous_Crawler', '6010', '-210.127', '23.562', '-269.801', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17223760', 'Carnivorous_Crawler', '6010', '-209.181', '24.219', '-290.013', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17223761', 'Gadfly', '6015', '40.665', '24.477', '-237.905', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17223762', 'Gadfly', '6015', '-30.425', '24.500', '-231.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223763', 'Gadfly', '6015', '11.097', '23.949', '-339.143', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17223764', 'Bog_Bunny', '6006', '24.874', '24.406', '-339.193', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223765', 'Bog_Bunny', '6006', '-58.020', '24.444', '-197.354', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17223766', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223767', 'Night_Bats', '6048', '26.785', '24.190', '-294.350', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17223768', 'Night_Bats', '6048', '45.105', '24.495', '-281.738', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17223769', 'Night_Bats', '6048', '-5.660', '24.499', '-285.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223770', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223771', 'Black_Bat', '6003', '-44.261', '24.499', '-160.930', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17223772', 'Bog_Dog', '6007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223773', 'Water_Wasp', '6061', '151.733', '24.500', '-233.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223774', 'Water_Wasp', '6061', '223.522', '24.499', '-247.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223775', 'Water_Wasp', '6061', '185.319', '24.201', '-239.008', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17223776', 'Water_Wasp', '6061', '254.320', '24.498', '-241.242', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17223777', 'Gadfly', '6015', '109.724', '23.853', '-305.302', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17223778', 'Gadfly', '6015', '147.186', '24.540', '-230.533', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17223779', 'Bog_Bunny', '6006', '174.210', '24.500', '-238.652', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17223780', 'Bog_Bunny', '6006', '125.415', '24.675', '-222.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223781', 'Night_Bats', '6048', '259.260', '24.499', '-226.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223782', 'Night_Bats', '6048', '91.915', '23.930', '-295.095', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223783', 'Night_Bats', '6048', '106.000', '24.000', '-268.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17223784', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223785', 'Goobbue', '6026', '36.888', '24.603', '-246.089', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17223786', 'Goobbue', '6026', '242.780', '24.472', '-234.786', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17223787', 'Malboro', '6039', '-179.516', '23.957', '-224.629', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223788', 'Old_Quadav', '6049', '-151.227', '24.618', '-293.790', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223789', 'Veteran_Quadav', '6059', '11.309', '23.904', '-337.923', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17223790', 'Greater_Quadav', '6027', '5.363', '24.491', '-237.168', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223791', 'Copper_Quadav', '6012', '-101.870', '24.299', '-146.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223792', 'Brass_Quadav', '6009', '43.302', '24.499', '-327.626', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17223793', 'Onyx_Quadav', '6050', '-13.632', '24.500', '-291.379', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223794', 'Ghoul', '6016', '-52.122', '24.499', '-236.132', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17223795', 'Zombie', '6062', '269.040', '24.499', '-245.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223796', 'Thunder_Elemental', '6058', '-150.561', '24.606', '-286.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223798', 'Thread_Leech', '6057', '150.611', '24.683', '-323.848', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17223799', 'Thread_Leech', '6057', '246.603', '24.916', '-280.466', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17223800', 'Thread_Leech', '6057', '162.226', '24.043', '-329.625', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223801', 'Land_Pugil', '6038', '186.353', '24.852', '-290.747', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17223802', 'Land_Pugil', '6038', '164.269', '24.133', '-316.996', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17223803', 'Land_Pugil', '6038', '136.000', '24.000', '-383.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223804', 'Snipper', '6052', '241.754', '24.216', '-287.939', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17223805', 'Snipper', '6052', '188.921', '24.142', '-299.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223806', 'Snipper', '6052', '137.000', '24.000', '-402.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223807', 'Bogy', '6005', '118.394', '24.192', '-402.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223808', 'Water_Elemental', '6060', '143.798', '23.889', '-306.916', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17223809', 'Carnivorous_Crawler', '6010', '215.935', '23.694', '-296.831', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223810', 'Carnivorous_Crawler', '6010', '221.718', '24.778', '-279.932', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17223811', 'Carnivorous_Crawler', '6010', '215.010', '24.479', '-286.251', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17223812', 'Gadfly', '6015', '403.476', '24.499', '-152.294', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17223813', 'Gadfly', '6015', '290.853', '24.461', '-143.963', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17223814', 'Gadfly', '6015', '297.878', '24.719', '-130.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223815', 'Gadfly', '6015', '369.026', '24.526', '-157.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223816', 'Bog_Bunny', '6006', '457.891', '25.091', '-118.520', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17223817', 'Bog_Bunny', '6006', '395.051', '24.506', '-104.520', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17223818', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223819', 'Night_Bats', '6048', '303.346', '24.164', '-144.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223820', 'Night_Bats', '6048', '341.315', '24.441', '-152.445', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17223821', 'Night_Bats', '6048', '274.121', '25.097', '-105.220', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223822', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223823', 'Black_Bat', '6003', '349.737', '24.500', '-216.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223824', 'Bog_Dog', '6007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223825', 'Water_Wasp', '6061', '379.571', '24.522', '-45.914', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17223826', 'Water_Wasp', '6061', '363.157', '24.343', '11.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223827', 'Water_Wasp', '6061', '391.958', '24.554', '10.252', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223828', 'Water_Wasp', '6061', '371.363', '24.161', '19.047', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223829', 'Gadfly', '6015', '378.079', '24.500', '-30.273', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17223830', 'Gadfly', '6015', '366.823', '24.828', '-49.332', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17223831', 'Night_Bats', '6048', '359.736', '25.029', '47.220', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17223832', 'Night_Bats', '6048', '409.956', '24.499', '-51.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223833', 'Night_Bats', '6048', '381.992', '24.498', '15.329', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17223834', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223835', 'Black_Bat', '6003', '421.673', '24.125', '-55.718', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17223836', 'Carnivorous_Crawler', '6010', '384.000', '25.000', '-17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223837', 'Carnivorous_Crawler', '6010', '340.000', '24.000', '-14.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17223838', 'Carnivorous_Crawler', '6010', '345.000', '24.000', '-6.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223839', 'Goobbue', '6026', '382.669', '24.497', '15.451', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223840', 'Old_Quadav', '6049', '413.822', '24.548', '-90.777', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17223841', 'Veteran_Quadav', '6059', '371.818', '24.789', '24.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223842', 'Greater_Quadav', '6027', '386.557', '24.110', '47.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223843', 'Copper_Quadav', '6012', '307.804', '24.490', '-110.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223844', 'Brass_Quadav', '6009', '370.634', '24.531', '-168.383', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17223845', 'Onyx_Quadav', '6050', '358.280', '24.579', '21.642', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17223846', 'Ghoul', '6016', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223847', 'Zombie', '6062', '325.435', '24.498', '-105.109', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17223848', 'Thunder_Elemental', '6058', '278.651', '24.501', '-172.610', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17223849', 'Gadfly', '6015', '277.656', '24.108', '-15.135', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17223850', 'Gadfly', '6015', '283.808', '24.038', '12.811', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223851', 'Bog_Bunny', '6006', '270.166', '25.003', '-19.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223852', 'Bog_Bunny', '6006', '279.816', '23.874', '-51.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223853', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223854', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223855', 'Night_Bats', '6048', '264.847', '25.000', '-32.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223856', 'Night_Bats', '6048', '187.751', '24.499', '-51.376', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17223857', 'Black_Bat', '6003', '287.031', '24.256', '2.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223858', 'Black_Bat', '6003', '248.850', '24.963', '-22.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223859', 'Gadfly', '6015', '175.505', '24.981', '91.121', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17223860', 'Gadfly', '6015', '182.841', '24.026', '29.175', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17223861', 'Gadfly', '6015', '184.211', '24.106', '97.943', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17223862', 'Bog_Bunny', '6006', '185.079', '24.301', '-17.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223863', 'Bog_Bunny', '6006', '145.284', '24.461', '43.309', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17223864', 'Night_Bats', '6048', '187.000', '24.000', '158.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17223865', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223866', 'Night_Bats', '6048', '195.256', '24.120', '18.136', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223867', 'Night_Bats', '6048', '183.654', '24.718', '113.315', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17223868', 'Black_Bat', '6003', '169.780', '24.499', '-10.876', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17223869', 'Black_Bat', '6003', '187.957', '24.286', '5.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223870', 'Carnivorous_Crawler', '6010', '188.888', '24.162', '66.968', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17223871', 'Carnivorous_Crawler', '6010', '189.081', '24.048', '68.424', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17223872', 'Carnivorous_Crawler', '6010', '185.285', '24.182', '77.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223873', 'Gadfly', '6015', '81.716', '24.459', '160.161', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17223874', 'Gadfly', '6015', '108.630', '24.068', '169.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223875', 'Gadfly', '6015', '147.899', '23.974', '178.281', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17223876', 'Bog_Bunny', '6006', '153.571', '24.771', '176.870', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17223877', 'Bog_Bunny', '6006', '172.776', '24.285', '201.970', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17223878', 'Night_Bats', '6048', '98.174', '24.948', '80.238', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17223879', 'Night_Bats', '6048', '148.825', '23.895', '177.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223880', 'Night_Bats', '6048', '52.188', '24.815', '100.874', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223881', 'Black_Bat', '6003', '111.000', '25.000', '118.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223882', 'Black_Bat', '6003', '132.618', '24.441', '202.334', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17223883', 'Bog_Dog', '6007', '160.748', '24.325', '148.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223884', 'Carnivorous_Crawler', '6010', '99.136', '24.062', '167.203', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17223885', 'Carnivorous_Crawler', '6010', '116.638', '24.343', '169.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223886', 'Carnivorous_Crawler', '6010', '160.535', '23.962', '194.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223887', 'Carnivorous_Crawler', '6010', '163.460', '24.207', '190.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223888', 'Goobbue', '6026', '184.993', '24.499', '-41.790', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223889', 'Jolly_Green', '6037', '276.084', '24.146', '-1.695', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17223890', 'Malboro', '6039', '243.284', '23.603', '-51.946', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223891', 'Goblin_Mugger', '6023', '320.796', '24.427', '3.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223892', 'Goblin_Ambusher', '6018', '136.850', '24.278', '188.282', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17223893', 'Goblin_Leecher', '6022', '318.712', '23.901', '11.798', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17223894', 'Goblin_Tinkerer', '6025', '58.877', '24.471', '77.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223895', 'Goblin_Gambler', '6021', '183.835', '23.928', '186.367', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223896', 'Goblin_Butcher', '6019', '188.812', '24.500', '-26.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223897', 'Ghoul', '6016', '53.000', '25.000', '207.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223898', 'Zombie', '6062', '203.000', '24.000', '184.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223899', 'Bog_Dog', '6007', '178.177', '24.846', '109.312', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223900', 'Thunder_Elemental', '6058', '248.224', '24.171', '-34.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223901', 'Thread_Leech', '6057', '235.493', '23.654', '211.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223902', 'Thread_Leech', '6057', '249.886', '24.065', '95.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223903', 'Thread_Leech', '6057', '233.579', '24.038', '211.440', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223904', 'Land_Pugil', '6038', '206.769', '24.083', '136.136', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17223905', 'Land_Pugil', '6038', '233.627', '24.253', '69.020', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17223906', 'Land_Pugil', '6038', '192.873', '24.991', '113.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223907', 'Snipper', '6052', '217.156', '23.817', '108.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223908', 'Snipper', '6052', '220.727', '23.587', '209.029', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17223909', 'Snipper', '6052', '250.429', '25.088', '73.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223910', 'Bogy', '6005', '239.193', '25.016', '72.731', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17223911', 'Water_Elemental', '6060', '210.247', '24.083', '113.703', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223912', 'Gadfly', '6015', '30.789', '24.554', '244.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223913', 'Gadfly', '6015', '61.131', '24.140', '170.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223914', 'Gadfly', '6015', '58.062', '24.398', '304.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223915', 'Bog_Bunny', '6006', '21.140', '24.275', '184.926', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17223916', 'Bog_Bunny', '6006', '49.265', '24.499', '282.042', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17223917', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223918', 'Night_Bats', '6048', '30.300', '24.565', '176.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223919', 'Night_Bats', '6048', '26.929', '23.894', '160.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223920', 'Night_Bats', '6048', '67.441', '24.483', '216.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223921', 'Black_Bat', '6003', '24.641', '24.499', '195.546', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17223922', 'Black_Bat', '6003', '-2.559', '24.146', '299.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223923', 'Gadfly', '6015', '-40.794', '24.493', '306.079', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17223924', 'Gadfly', '6015', '17.126', '24.500', '355.433', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17223925', 'Gadfly', '6015', '-15.478', '24.272', '305.579', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17223926', 'Gadfly', '6015', '-32.207', '24.491', '310.655', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17223927', 'Bog_Bunny', '6006', '-13.817', '24.499', '348.948', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17223928', 'Bog_Bunny', '6006', '33.446', '24.499', '371.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223929', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223930', 'Night_Bats', '6048', '46.891', '24.499', '351.707', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17223931', 'Night_Bats', '6048', '41.390', '24.496', '320.351', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17223932', 'Black_Bat', '6003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223933', 'Black_Bat', '6003', '-49.506', '24.757', '412.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223934', 'Bog_Dog', '6007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223935', 'Carnivorous_Crawler', '6010', '18.000', '24.000', '380.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17223936', 'Carnivorous_Crawler', '6010', '17.000', '24.000', '370.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17223937', 'Gadfly', '6015', '-96.612', '24.665', '427.704', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17223938', 'Gadfly', '6015', '-175.140', '24.870', '362.336', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17223939', 'Gadfly', '6015', '-163.990', '24.499', '452.572', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17223940', 'Bog_Bunny', '6006', '-254.329', '25.031', '394.744', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223941', 'Bog_Bunny', '6006', '-191.078', '24.529', '332.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223942', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223943', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223944', 'Night_Bats', '6048', '-253.848', '24.643', '455.241', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17223945', 'Night_Bats', '6048', '-116.867', '24.508', '411.196', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17223946', 'Black_Bat', '6003', '-260.127', '23.498', '410.234', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17223947', 'Black_Bat', '6003', '-112.944', '24.501', '403.775', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17223948', 'Goobbue', '6026', '-136.491', '24.500', '370.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223949', 'Goobbue', '6026', '10.028', '24.635', '373.820', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223950', 'Malboro', '6039', '-69.474', '24.503', '406.352', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17223951', 'Goblin_Mugger', '6023', '-186.980', '24.470', '431.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223952', 'Goblin_Ambusher', '6018', '-219.603', '24.238', '418.661', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17223953', 'Goblin_Leecher', '6022', '18.872', '24.500', '356.830', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17223954', 'Goblin_Tinkerer', '6025', '19.141', '24.637', '259.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223955', 'Goblin_Gambler', '6021', '-157.846', '24.499', '452.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223956', 'Goblin_Butcher', '6019', '-39.421', '24.474', '411.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223957', 'Ghoul', '6016', '36.721', '24.146', '299.012', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223958', 'Zombie', '6062', '59.221', '24.155', '180.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223959', 'Thunder_Elemental', '6058', '-64.796', '24.495', '400.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223960', 'Gadfly', '6015', '-219.402', '24.519', '-157.698', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17223961', 'Gadfly', '6015', '-211.420', '24.781', '-141.611', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223962', 'Gadfly', '6015', '-248.390', '24.406', '-114.083', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223963', 'Marsh_Funguar', '6040', '-245.555', '24.537', '-174.276', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17223964', 'Marsh_Funguar', '6040', '-248.130', '24.902', '-120.593', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17223965', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223966', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223967', 'Marsh_Funguar', '6040', '-182.273', '25.162', '-161.658', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223968', 'Marsh_Funguar', '6040', '-67.638', '24.499', '-10.570', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17223969', 'Marsh_Funguar', '6040', '-198.436', '24.521', '-146.861', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17223970', 'Marsh_Funguar', '6040', '-185.429', '25.052', '-153.860', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17223971', 'Marsh_Funguar', '6040', '-263.991', '25.050', '-135.451', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17223972', 'Goblin_Mugger', '6023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223973', 'Goblin_Ambusher', '6018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223974', 'Goblin_Leecher', '6022', '-66.508', '24.547', '17.508', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17223975', 'Goblin_Tinkerer', '6025', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223976', 'Goblin_Gambler', '6021', '-229.695', '24.500', '-124.502', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17223977', 'Goblin_Butcher', '6019', '-247.417', '24.472', '-112.257', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17223978', 'Black_Bat', '6003', '-105.449', '24.500', '10.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223979', 'Black_Bat', '6003', '-255.199', '24.501', '-152.564', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17223980', 'Malboro', '6039', '-127.950', '24.500', '12.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223981', 'Fox_Fire', '6014', '-119.592', '24.485', '-51.208', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17223983', 'Marsh_Funguar', '6040', '10.398', '24.500', '53.011', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17223984', 'Marsh_Funguar', '6040', '9.259', '24.500', '61.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223985', 'Marsh_Funguar', '6040', '16.489', '24.500', '54.799', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17223986', 'Marsh_Funguar', '6040', '-192.824', '24.500', '157.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223987', 'Marsh_Funguar', '6040', '-149.925', '24.500', '135.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223988', 'Marsh_Funguar', '6040', '-182.543', '24.502', '138.036', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17223989', 'Marsh_Funguar', '6040', '-190.244', '24.539', '155.708', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223990', 'Marsh_Funguar', '6040', '-160.890', '23.886', '107.797', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17223991', 'Goblin_Mugger', '6023', '-191.083', '24.500', '108.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223992', 'Goblin_Ambusher', '6018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223993', 'Goblin_Leecher', '6022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223994', 'Goblin_Tinkerer', '6025', '-120.999', '24.499', '143.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223995', 'Goblin_Gambler', '6021', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17223996', 'Goblin_Butcher', '6019', '-158.622', '23.902', '107.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17223997', 'Black_Bat', '6003', '-253.259', '24.911', '171.320', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17223998', 'Black_Bat', '6003', '-147.766', '24.500', '136.073', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17223999', 'Water_Wasp', '6061', '-191.491', '24.500', '139.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224000', 'Water_Wasp', '6061', '-183.372', '24.500', '139.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17224001', 'Water_Wasp', '6061', '-176.508', '24.500', '122.060', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17224002', 'Water_Wasp', '6061', '-182.746', '24.500', '131.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224003', 'Fox_Fire', '6014', '-199.601', '24.500', '109.454', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17224004', 'Malboro', '6039', '-280.469', '24.493', '296.551', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17224005', 'Bogy', '6005', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224006', 'Water_Wasp', '6061', '-296.522', '24.502', '506.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224007', 'Water_Wasp', '6061', '-252.280', '24.843', '473.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224008', 'Water_Wasp', '6061', '-271.000', '25.000', '500.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17224009', 'Water_Wasp', '6061', '-250.825', '24.501', '496.916', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17224010', 'Water_Wasp', '6061', '-298.313', '24.500', '500.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224011', 'Water_Wasp', '6061', '-297.749', '24.500', '499.637', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224012', 'Marsh_Funguar', '6040', '-332.040', '24.585', '462.730', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224013', 'Marsh_Funguar', '6040', '-229.695', '24.500', '483.202', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17224014', 'Thread_Leech', '6057', '-351.884', '24.014', '513.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224015', 'Thread_Leech', '6057', '-391.035', '24.001', '506.440', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224016', 'Thread_Leech', '6057', '-408.334', '23.810', '498.029', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224017', 'Thread_Leech', '6057', '-373.586', '24.978', '530.964', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17224018', 'Thread_Leech', '6057', '-368.005', '24.120', '496.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224019', 'Bloodpool_Vorax', '6004', '-405.854', '24.113', '513.944', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17224020', 'Land_Pugil', '6038', '-434.575', '24.121', '473.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224021', 'Land_Pugil', '6038', '-397.402', '24.138', '522.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224022', 'Snipper', '6052', '-397.329', '24.190', '489.712', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17224023', 'Snipper', '6052', '-351.122', '24.027', '511.478', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224024', 'Snipper', '6052', '-361.592', '25.100', '536.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224025', 'Bogy', '6005', '-436.305', '23.717', '467.589', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17224026', 'Water_Elemental', '6060', '-349.332', '24.048', '505.222', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224027', 'Carnivorous_Crawler', '6010', '-371.613', '24.317', '519.235', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17224028', 'Carnivorous_Crawler', '6010', '-357.229', '24.147', '501.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224029', 'Carnivorous_Crawler', '6010', '-411.379', '23.849', '526.777', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17224030', 'Carnivorous_Crawler', '6010', '-402.159', '24.212', '506.417', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17224031', 'Carnivorous_Crawler', '6010', '-407.645', '24.149', '519.246', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17224032', 'Carnivorous_Crawler', '6010', '-458.017', '23.676', '469.532', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224033', 'Gadfly', '6015', '174.142', '24.500', '307.704', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17224034', 'Gadfly', '6015', '253.458', '24.498', '316.937', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17224035', 'Gadfly', '6015', '186.336', '24.499', '405.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224036', 'Bog_Bunny', '6006', '224.508', '24.143', '354.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224037', 'Bog_Bunny', '6006', '192.308', '24.435', '410.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224038', 'Night_Bats', '6048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224039', 'Night_Bats', '6048', '136.858', '24.491', '370.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224040', 'Night_Bats', '6048', '115.019', '24.499', '393.647', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17224041', 'Night_Bats', '6048', '119.595', '24.158', '381.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224042', 'Black_Bat', '6003', '285.500', '24.499', '322.013', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17224043', 'Black_Bat', '6003', '208.808', '24.499', '399.270', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17224044', 'Bog_Dog', '6007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224045', 'Gadfly', '6015', '425.015', '25.090', '410.140', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17224046', 'Gadfly', '6015', '313.615', '24.470', '407.377', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17224047', 'Gadfly', '6015', '333.226', '24.272', '378.772', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17224048', 'Bog_Bunny', '6006', '428.762', '24.343', '466.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224049', 'Bog_Bunny', '6006', '329.995', '24.469', '408.353', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17224050', 'Night_Bats', '6048', '303.966', '24.493', '388.489', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17224051', 'Night_Bats', '6048', '378.589', '24.084', '418.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224052', 'Night_Bats', '6048', '420.333', '24.283', '423.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224053', 'Night_Bats', '6048', '351.708', '24.495', '358.451', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17224054', 'Black_Bat', '6003', '359.566', '24.499', '391.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224055', 'Black_Bat', '6003', '299.902', '24.150', '360.323', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17224056', 'Gadfly', '6015', '499.559', '24.509', '631.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224057', 'Gadfly', '6015', '570.094', '24.499', '455.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224058', 'Gadfly', '6015', '499.972', '24.149', '522.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224059', 'Bog_Bunny', '6006', '468.487', '24.499', '518.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224060', 'Bog_Bunny', '6006', '504.890', '24.657', '627.833', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17224061', 'Bog_Bunny', '6006', '499.789', '24.186', '521.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224062', 'Night_Bats', '6048', '464.291', '24.740', '481.018', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17224063', 'Night_Bats', '6048', '450.796', '24.539', '498.222', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17224064', 'Night_Bats', '6048', '503.735', '24.500', '642.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224065', 'Night_Bats', '6048', '536.164', '24.504', '434.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224066', 'Black_Bat', '6003', '500.481', '24.502', '632.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224067', 'Black_Bat', '6003', '518.210', '24.455', '483.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224068', 'Bog_Dog', '6007', '483.629', '24.499', '554.905', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17224069', 'Carnivorous_Crawler', '6010', '381.000', '24.000', '-12.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17224070', 'Carnivorous_Crawler', '6010', '111.000', '24.000', '158.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224071', 'Goobbue', '6026', '186.837', '24.499', '358.359', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17224072', 'Goobbue', '6026', '407.000', '25.000', '447.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17224073', 'Malboro', '6039', '143.202', '25.036', '322.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224074', 'Goblin_Mugger', '6023', '471.589', '24.541', '475.735', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17224075', 'Goblin_Ambusher', '6018', '490.000', '25.000', '485.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224076', 'Goblin_Leecher', '6022', '381.054', '24.542', '454.263', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17224077', 'Goblin_Tinkerer', '6025', '498.320', '24.095', '425.201', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17224078', 'Goblin_Gambler', '6021', '199.749', '25.045', '408.697', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17224079', 'Goblin_Butcher', '6019', '314.388', '24.396', '390.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224080', 'Ghoul', '6016', '159.906', '24.499', '400.323', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17224081', 'Zombie', '6062', '271.116', '24.885', '406.670', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17224082', 'Thunder_Elemental', '6058', '181.564', '24.499', '309.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224083', 'Thread_Leech', '6057', '462.670', '24.027', '378.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224084', 'Thread_Leech', '6057', '466.206', '25.060', '387.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224085', 'Thread_Leech', '6057', '463.225', '24.112', '395.225', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17224086', 'Land_Pugil', '6038', '425.799', '24.209', '361.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224087', 'Land_Pugil', '6038', '433.978', '24.637', '363.261', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224088', 'Snipper', '6052', '490.000', '24.000', '379.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224089', 'Snipper', '6052', '435.000', '24.000', '344.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224090', 'Bogy', '6005', '436.522', '24.399', '367.572', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17224091', 'Water_Elemental', '6060', '448.528', '23.973', '349.051', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17224092', 'Water_Wasp', '6061', '533.367', '24.500', '-278.730', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224093', 'Water_Wasp', '6061', '549.596', '24.368', '-286.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224094', 'Water_Wasp', '6061', '523.714', '24.500', '-146.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224095', 'Marsh_Funguar', '6040', '532.442', '24.500', '-336.997', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17224096', 'Marsh_Funguar', '6040', '549.040', '24.500', '-238.262', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17224097', 'Marsh_Funguar', '6040', '533.245', '24.500', '-209.986', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17224098', 'Old_Quadav', '6049', '572.792', '24.500', '-262.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224099', 'Veteran_Quadav', '6059', '536.514', '24.520', '-275.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224100', 'Greater_Quadav', '6027', '520.929', '24.500', '-304.434', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17224101', 'Copper_Quadav', '6012', '546.975', '24.656', '-238.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224102', 'Brass_Quadav', '6009', '573.000', '24.000', '-232.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224103', 'Onyx_Quadav', '6050', '517.762', '24.500', '-332.798', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17224104', 'Bo_Who_Warmonger', '6008', '467.436', '24.500', '-342.082', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224105', 'Brass_Quadav', '6009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224106', 'Onyx_Quadav', '6050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224107', 'Old_Quadav', '6049', '557.060', '24.501', '-273.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224108', 'Veteran_Quadav', '6059', '548.598', '24.500', '-256.296', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17224109', 'Greater_Quadav', '6027', '538.112', '24.483', '-287.791', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17224110', 'Copper_Quadav', '6012', '528.242', '24.561', '-157.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224111', 'Brass_Quadav', '6009', '550.079', '24.500', '-226.286', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224112', 'Onyx_Quadav', '6050', '457.000', '25.000', '-301.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17224113', 'Water_Wasp', '6061', '536.947', '24.648', '2.443', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17224114', 'Water_Wasp', '6061', '560.827', '24.500', '22.657', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224115', 'Water_Wasp', '6061', '578.834', '23.989', '-136.811', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17224116', 'Marsh_Funguar', '6040', '563.147', '24.500', '22.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224117', 'Marsh_Funguar', '6040', '543.083', '24.587', '-0.002', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17224118', 'Marsh_Funguar', '6040', '541.141', '24.500', '26.280', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224119', 'Old_Quadav', '6049', '611.652', '24.854', '18.120', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17224120', 'Veteran_Quadav', '6059', '553.525', '24.500', '23.033', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17224121', 'Greater_Quadav', '6027', '607.192', '24.562', '13.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224122', 'Copper_Quadav', '6012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224123', 'Brass_Quadav', '6009', '541.180', '24.998', '-50.831', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224124', 'Onyx_Quadav', '6050', '557.238', '24.902', '-65.519', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17224125', 'Water_Wasp', '6061', '560.510', '24.500', '16.992', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17224126', 'Water_Wasp', '6061', '607.140', '24.508', '15.253', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17224127', 'Water_Wasp', '6061', '641.491', '24.500', '96.578', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17224128', 'Water_Wasp', '6061', '576.222', '24.911', '-59.074', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17224129', 'Marsh_Funguar', '6040', '613.858', '24.792', '249.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224130', 'Marsh_Funguar', '6040', '650.948', '25.000', '184.669', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17224131', 'Marsh_Funguar', '6040', '578.406', '24.388', '185.970', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17224132', 'Marsh_Funguar', '6040', '561.377', '24.817', '185.055', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17224133', 'Malboro', '6039', '585.771', '24.663', '205.030', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17224134', 'Fox_Fire', '6014', '622.112', '25.095', '229.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224135', 'Goblin_Digger', '6020', '107.818', '23.883', '44.235', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17224136', 'Hobgoblin_Warrior', '6035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224137', 'Hobgoblin_White_Mage', '6036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224138', 'Hobgoblin_Black_Mage', '6030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224139', 'Hobgoblin_Red_Mage', '6033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224140', 'Hobgoblin_Thief', '6034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224141', 'Hobgoblin_Dark_Knight', '6031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224142', 'Hobgoblin_Ranger', '6032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224143', 'Hobgoblin_Beastmaster', '6029', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224144', 'Goblin_s_Bee', '6024', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224145', 'Metaquadav_Warrior', '6046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224146', 'Metaquadav_White_Mage', '6047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224147', 'Metaquadav_Black_Mage', '6041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224148', 'Metaquadav_Red_Mage', '6044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224149', 'Metaquadav_Thief', '6045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224150', 'Metaquadav_Paladin', '6043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224151', 'Metaquadav_Dark_Knight', '6042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224152', 'Old_Quadav', '6049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224153', 'Old_Quadav', '6049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224154', 'Heliodor_Quadav', '6028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224155', 'Heliodor_Quadav', '6028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224156', 'Brass_Quadav', '6009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224157', 'Brass_Quadav', '6009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224158', 'Sapphirine_Quadav', '6051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224159', 'Sapphirine_Quadav', '6051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224160', 'Cobalt_Quadav', '6011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224161', 'Sprite', '6053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224162', 'Sprite', '6053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224163', 'Sprite', '6053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224164', 'Sprite', '6053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224165', 'Sprite', '6053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224166', 'Ballistosporer', '6002', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224290', 'Ayame', '6001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17224292', 'Dalzakk', '6013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227777', 'Snipper', '6100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227778', 'Big_Jaw', '6064', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227779', 'Horrid_Fluke', '6089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227780', 'Greater_Pugil', '6088', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227781', 'Big_Leech', '6065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES (17227782,'Silk_Caterpillar',6097,340,0.38,179,127); -INSERT INTO `mob_spawn_points` VALUES ('17227783', 'Death_Wasp', '6072', '-48.345', '-9.267', '-693.279', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227784', 'Death_Wasp', '6072', '-5.195', '0.136', '-813.223', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17227785', 'Death_Wasp', '6072', '48.698', '-8.080', '-689.458', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17227786', 'Death_Wasp', '6072', '-25.934', '-4.863', '-689.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227787', 'Moon_Bat', '6093', '15.146', '-3.192', '-826.552', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17227788', 'Moon_Bat', '6093', '-21.000', '-6.187', '-706.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227789', 'Moon_Bat', '6093', '-19.937', '-3.435', '-675.620', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17227790', 'Goobbue_Farmer', '6087', '-4.981', '-1.130', '-648.119', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17227791', 'Berry_Grub', '6063', '-36.544', '-6.517', '-735.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227792', 'Berry_Grub', '6063', '-21.073', '-5.854', '-742.824', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17227793', 'Berry_Grub', '6063', '66.267', '-8.551', '-737.068', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17227794', 'Berry_Grub', '6063', '-100.847', '-5.859', '-619.436', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227795', 'Death_Wasp', '6072', '-160.248', '-7.737', '-607.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227796', 'Death_Wasp', '6072', '-88.124', '-7.194', '-654.235', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17227797', 'Death_Wasp', '6072', '-28.365', '2.392', '-598.413', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17227798', 'Death_Wasp', '6072', '-57.795', '3.730', '-555.583', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17227799', 'Moon_Bat', '6093', '-8.326', '2.292', '-625.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227800', 'Moon_Bat', '6093', '-180.067', '-8.347', '-615.935', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17227801', 'Moon_Bat', '6093', '-40.960', '0.436', '-550.934', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17227802', 'Goobbue_Farmer', '6087', '-27.249', '0.437', '-565.683', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17227803', 'Berry_Grub', '6063', '-96.468', '-7.567', '-647.508', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227804', 'Berry_Grub', '6063', '-149.619', '-7.521', '-621.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227805', 'Berry_Grub', '6063', '-130.993', '-7.599', '-627.434', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17227806', 'Berry_Grub', '6063', '-72.994', '0.361', '-584.919', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227807', 'Berry_Grub', '6063', '-63.000', '-0.736', '-511.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17227808', 'Berry_Grub', '6063', '-79.000', '-0.174', '-499.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227809', 'Death_Wasp', '6072', '-139.300', '2.284', '-500.728', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227810', 'Death_Wasp', '6072', '-205.050', '-0.037', '-525.542', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17227811', 'Death_Wasp', '6072', '-191.042', '-3.095', '-536.380', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17227812', 'Death_Wasp', '6072', '-93.089', '-0.574', '-510.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227813', 'Moon_Bat', '6093', '-167.886', '-1.098', '-561.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227814', 'Moon_Bat', '6093', '-166.256', '4.350', '-497.802', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17227815', 'Moon_Bat', '6093', '-208.633', '4.604', '-498.459', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227816', 'Goobbue_Farmer', '6087', '-120.482', '3.952', '-536.600', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17227817', 'Berry_Grub', '6063', '-54.000', '-0.908', '-516.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227818', 'Berry_Grub', '6063', '-58.352', '-0.268', '-493.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227819', 'Berry_Grub', '6063', '-165.483', '-1.284', '-529.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227820', 'Berry_Grub', '6063', '-169.323', '-0.389', '-539.580', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17227821', 'Berry_Grub', '6063', '32.164', '-7.845', '-620.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227822', 'Old_Quadav', '6095', '-24.467', '4.113', '-614.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227823', 'Copper_Quadav', '6071', '-73.795', '-0.009', '-612.551', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17227824', 'Bronze_Quadav', '6068', '4.514', '-1.232', '-646.615', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227825', 'Brass_Quadav', '6067', '-167.058', '-7.940', '-639.854', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17227826', 'Silver_Quadav', '6098', '-160.927', '-0.170', '-552.050', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17227827', 'Zircon_Quadav', '6105', '-84.198', '1.905', '-550.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227828', 'Garnet_Quadav', '6077', '19.438', '-7.346', '-683.309', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17227829', 'Wight', '6104', '-78.953', '0.637', '-557.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227830', 'Wight', '6104', '-44.751', '-6.203', '-672.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227831', 'Fire_Elemental', '6076', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227832', 'Berry_Grub', '6063', '43.695', '-7.928', '-630.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227833', 'Berry_Grub', '6063', '124.023', '-15.647', '-746.315', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17227834', 'Berry_Grub', '6063', '43.453', '-7.982', '-640.625', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17227835', 'Berry_Grub', '6063', '-290.302', '-8.695', '-526.615', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17227836', 'Ochu', '6094', '77.579', '-15.219', '-662.028', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17227837', 'Ochu', '6094', '91.236', '-13.909', '-699.929', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17227838', 'Midnight_Wings', '6092', '41.242', '-7.858', '-606.041', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17227839', 'Midnight_Wings', '6092', '60.196', '-9.902', '-623.181', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17227840', 'Midnight_Wings', '6092', '45.353', '-7.620', '-586.829', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17227841', 'Midnight_Wings', '6092', '44.105', '-7.858', '-635.237', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17227842', 'Berry_Grub', '6063', '-265.341', '-7.059', '-513.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227843', 'Berry_Grub', '6063', '-154.000', '-0.010', '-559.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227844', 'Berry_Grub', '6063', '-282.169', '-8.812', '-572.090', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17227845', 'Berry_Grub', '6063', '-340.788', '-15.637', '-507.732', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227846', 'Ochu', '6094', '-403.530', '-8.815', '-451.048', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17227847', 'Ochu', '6094', '-254.000', '-8.000', '-555.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227848', 'Midnight_Wings', '6092', '-262.392', '-7.868', '-528.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227849', 'Midnight_Wings', '6092', '-349.945', '-8.147', '-428.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227850', 'Midnight_Wings', '6092', '-279.732', '-7.661', '-514.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227851', 'Midnight_Wings', '6092', '-348.589', '-8.285', '-442.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227852', 'Berry_Grub', '6063', '-406.366', '-15.792', '-477.113', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227853', 'Berry_Grub', '6063', '-430.333', '-14.946', '-440.119', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17227854', 'Berry_Grub', '6063', '-345.522', '-15.568', '-523.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227855', 'Berry_Grub', '6063', '-258.313', '-15.478', '-611.462', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227856', 'Ochu', '6094', '-445.144', '-15.406', '-462.756', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227857', 'Ochu', '6094', '-425.421', '-15.142', '-453.780', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227858', 'Midnight_Wings', '6092', '-348.014', '-16.460', '-527.984', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17227859', 'Midnight_Wings', '6092', '-325.323', '-15.629', '-486.789', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227860', 'Midnight_Wings', '6092', '-366.173', '-15.564', '-496.296', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227861', 'Midnight_Wings', '6092', '-397.305', '-15.959', '-485.936', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227862', 'Berry_Grub', '6063', '-332.400', '-20.837', '-619.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227863', 'Berry_Grub', '6063', '-342.535', '-23.796', '-655.053', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17227864', 'Berry_Grub', '6063', '-327.119', '-17.102', '-595.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227865', 'Berry_Grub', '6063', '-377.955', '-23.664', '-549.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227866', 'Ochu', '6094', '-374.000', '-23.000', '-652.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17227867', 'Ochu', '6094', '-294.930', '-23.551', '-672.106', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17227868', 'Midnight_Wings', '6092', '-215.999', '-16.155', '-631.995', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17227869', 'Midnight_Wings', '6092', '-214.104', '-16.429', '-647.805', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17227870', 'Midnight_Wings', '6092', '-239.950', '-15.511', '-652.671', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17227871', 'Midnight_Wings', '6092', '-216.190', '-14.830', '-618.737', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17227872', 'Berry_Grub', '6063', '-400.104', '-23.663', '-539.452', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17227873', 'Berry_Grub', '6063', '-371.935', '-23.684', '-582.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227874', 'Berry_Grub', '6063', '-458.088', '-24.278', '-506.554', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17227875', 'Berry_Grub', '6063', '-128.599', '-5.169', '-456.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227876', 'Ochu', '6094', '-363.640', '-23.747', '-570.474', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17227877', 'Ochu', '6094', '-378.243', '-23.479', '-569.385', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17227878', 'Midnight_Wings', '6092', '-505.831', '-24.654', '-460.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227879', 'Midnight_Wings', '6092', '-398.391', '-23.580', '-604.347', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17227880', 'Midnight_Wings', '6092', '-490.055', '-23.910', '-482.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227881', 'Midnight_Wings', '6092', '-396.133', '-23.966', '-523.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227882', 'Goblin_Mugger', '6082', '-249.152', '-14.598', '-588.042', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17227883', 'Goblin_Pathfinder', '6083', '-451.295', '-22.926', '-505.127', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17227884', 'Goblin_s_Bee', '6086', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227885', 'Goblin_Leecher', '6081', '-345.903', '-23.349', '-690.102', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17227886', 'Goblin_Furrier', '6079', '-409.305', '-14.243', '-462.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227887', 'Goblin_Gambler', '6080', '-442.402', '-15.925', '-472.100', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17227888', 'Goblin_Smithy', '6085', '-457.203', '-17.109', '-426.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227889', 'Goblin_Shaman', '6084', '-195.414', '-15.090', '-630.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227890', 'Wight', '6104', '-380.972', '-24.197', '-544.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227891', 'Wight', '6104', '-514.596', '-23.573', '-449.658', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17227892', 'Berry_Grub', '6063', '-100.946', '-5.847', '-456.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227893', 'Berry_Grub', '6063', '-89.768', '-4.642', '-342.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227894', 'Berry_Grub', '6063', '1.802', '-0.524', '-390.863', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17227895', 'Berry_Grub', '6063', '-322.126', '-8.578', '-379.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227896', 'Ochu', '6094', '-132.000', '-7.000', '-429.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227897', 'Ochu', '6094', '-81.081', '-3.824', '-386.116', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17227898', 'Midnight_Wings', '6092', '-69.560', '0.156', '-403.596', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17227899', 'Midnight_Wings', '6092', '-17.360', '-1.243', '-378.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227900', 'Midnight_Wings', '6092', '-135.849', '-7.756', '-378.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227901', 'Midnight_Wings', '6092', '-169.616', '-6.691', '-425.617', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17227902', 'Ignis_Fatuus', '6090', '-79.347', '-5.668', '-455.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227903', 'Death_Wasp', '6072', '-206.375', '1.572', '-370.296', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227904', 'Death_Wasp', '6072', '-231.450', '2.095', '-358.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227905', 'Death_Wasp', '6072', '-169.280', '-0.529', '-375.054', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17227906', 'Death_Wasp', '6072', '-220.703', '4.314', '-413.192', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17227907', 'Moon_Bat', '6093', '-191.384', '0.775', '-371.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227908', 'Moon_Bat', '6093', '-154.408', '-0.114', '-357.811', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17227909', 'Moon_Bat', '6093', '-234.951', '0.854', '-452.044', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227910', 'Goobbue_Farmer', '6087', '-150.186', '-0.468', '-363.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227911', 'Berry_Grub', '6063', '-336.439', '-8.063', '-441.305', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17227912', 'Berry_Grub', '6063', '-356.931', '-8.497', '-397.144', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17227913', 'Berry_Grub', '6063', '-291.646', '-7.053', '-411.692', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17227914', 'Berry_Grub', '6063', '-105.940', '0.497', '-260.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227915', 'Death_Wasp', '6072', '-190.258', '2.374', '-349.430', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17227916', 'Death_Wasp', '6072', '-176.718', '1.966', '-344.592', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17227917', 'Death_Wasp', '6072', '-166.053', '4.087', '-301.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227918', 'Death_Wasp', '6072', '-188.422', '2.200', '-316.902', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17227919', 'Moon_Bat', '6093', '-251.008', '2.422', '-330.970', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17227920', 'Moon_Bat', '6093', '-166.625', '2.855', '-310.951', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17227921', 'Moon_Bat', '6093', '-172.462', '2.492', '-321.957', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17227922', 'Goobbue_Farmer', '6087', '-198.047', '3.735', '-341.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227923', 'Berry_Grub', '6063', '-69.630', '0.590', '-300.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227924', 'Berry_Grub', '6063', '-182.731', '-0.741', '-250.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227925', 'Death_Wasp', '6072', '-150.938', '-0.275', '-156.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227926', 'Death_Wasp', '6072', '-132.152', '2.231', '-274.935', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17227927', 'Death_Wasp', '6072', '-143.714', '0.449', '-195.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227928', 'Death_Wasp', '6072', '-126.880', '1.001', '-263.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227929', 'Moon_Bat', '6093', '-150.078', '1.112', '-253.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227930', 'Moon_Bat', '6093', '-167.621', '0.545', '-172.933', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17227931', 'Moon_Bat', '6093', '-54.582', '0.516', '-279.421', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17227932', 'Goobbue_Farmer', '6087', '-138.928', '0.170', '-192.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227933', 'Berry_Grub', '6063', '-172.925', '-0.643', '-261.184', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17227934', 'Berry_Grub', '6063', '16.507', '-9.113', '-265.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227935', 'Old_Quadav', '6095', '-172.898', '0.672', '-290.526', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17227936', 'Copper_Quadav', '6071', '-171.747', '-0.688', '-377.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227937', 'Bronze_Quadav', '6068', '-212.832', '4.157', '-343.416', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17227938', 'Brass_Quadav', '6067', '-342.398', '-7.317', '-355.302', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17227939', 'Silver_Quadav', '6098', '-178.260', '-0.225', '-375.509', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17227940', 'Zircon_Quadav', '6105', '-271.315', '1.174', '-323.625', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227941', 'Garnet_Quadav', '6077', '-189.326', '3.087', '-194.854', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227942', 'Wight', '6104', '-137.336', '1.896', '-210.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227943', 'Wight', '6104', '-182.234', '4.636', '-328.340', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227944', 'Fire_Elemental', '6076', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227945', 'Berry_Grub', '6063', '-15.801', '-8.053', '-261.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227946', 'Berry_Grub', '6063', '-32.693', '-7.951', '-246.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227947', 'Berry_Grub', '6063', '-43.824', '-8.130', '-107.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227948', 'Ochu', '6094', '0.500', '-7.715', '-324.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227949', 'Ochu', '6094', '-54.074', '-7.557', '-235.799', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17227950', 'Midnight_Wings', '6092', '-28.000', '-8.777', '-210.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227951', 'Midnight_Wings', '6092', '1.416', '-8.117', '-230.862', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17227952', 'Midnight_Wings', '6092', '11.100', '-8.389', '-336.433', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17227953', 'Midnight_Wings', '6092', '-29.921', '-7.663', '-231.135', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17227954', 'Berry_Grub', '6063', '-63.000', '-8.281', '-205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227955', 'Berry_Grub', '6063', '-110.334', '-7.781', '-175.172', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17227956', 'Berry_Grub', '6063', '-6.000', '-16.012', '-144.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227957', 'Ochu', '6094', '-38.837', '-7.707', '-149.442', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17227958', 'Ochu', '6094', '-80.000', '-7.000', '-129.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17227959', 'Midnight_Wings', '6092', '-102.000', '-7.000', '-135.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17227960', 'Midnight_Wings', '6092', '-63.000', '-7.000', '-141.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17227961', 'Midnight_Wings', '6092', '-25.620', '-9.951', '-143.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227962', 'Midnight_Wings', '6092', '-52.000', '-7.000', '-151.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17227963', 'Berry_Grub', '6063', '53.256', '-16.367', '-161.702', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17227964', 'Berry_Grub', '6063', '13.898', '-16.373', '-102.201', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17227965', 'Berry_Grub', '6063', '32.874', '-15.989', '-280.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227966', 'Ochu', '6094', '-0.500', '-15.661', '-69.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17227967', 'Ochu', '6094', '22.000', '-15.000', '-162.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17227968', 'Midnight_Wings', '6092', '4.000', '-16.000', '-119.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17227969', 'Midnight_Wings', '6092', '5.551', '-15.261', '-175.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227970', 'Midnight_Wings', '6092', '42.119', '-15.519', '-174.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227971', 'Midnight_Wings', '6092', '-8.722', '-15.518', '-183.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227972', 'Black_Triple_Stars', '6066', '5.000', '-15.000', '-142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227973', 'Goblin_Mugger', '6082', '-66.749', '-8.112', '-177.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227974', 'Goblin_Pathfinder', '6083', '-89.561', '-7.541', '-194.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227975', 'Goblin_s_Bee', '6086', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227976', 'Goblin_Leecher', '6081', '-177.742', '-7.293', '-83.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227977', 'Goblin_Furrier', '6079', '-138.070', '-8.189', '-90.229', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17227978', 'Goblin_Gambler', '6080', '-198.803', '-7.191', '-62.552', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17227979', 'Goblin_Smithy', '6085', '16.133', '-7.884', '-344.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227980', 'Goblin_Shaman', '6084', '30.000', '-7.000', '-239.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17227981', 'Wight', '6104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227982', 'Wight', '6104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227983', 'Berry_Grub', '6063', '75.799', '-15.591', '-345.296', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17227984', 'Berry_Grub', '6063', '28.734', '-14.819', '-313.646', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17227985', 'Berry_Grub', '6063', '25.707', '-23.276', '-102.957', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17227986', 'Ochu', '6094', '48.792', '-15.319', '-301.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227987', 'Ochu', '6094', '79.000', '-15.000', '-368.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17227988', 'Midnight_Wings', '6092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17227989', 'Midnight_Wings', '6092', '81.784', '-15.991', '-310.662', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17227990', 'Midnight_Wings', '6092', '47.666', '-15.005', '-212.265', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17227991', 'Midnight_Wings', '6092', '83.638', '-15.754', '-296.826', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17227992', 'Black_Triple_Stars', '6066', '76.000', '-15.000', '-209.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227993', 'Berry_Grub', '6063', '48.333', '-24.076', '-127.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227994', 'Berry_Grub', '6063', '119.000', '-24.000', '-284.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17227995', 'Berry_Grub', '6063', '259.110', '-31.674', '-225.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227996', 'Ochu', '6094', '79.093', '-23.601', '-149.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227997', 'Ochu', '6094', '37.000', '-24.257', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17227998', 'Midnight_Wings', '6092', '64.809', '-23.823', '-124.777', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17227999', 'Midnight_Wings', '6092', '105.463', '-20.885', '-308.107', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17228000', 'Midnight_Wings', '6092', '106.064', '-22.612', '-281.583', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17228001', 'Midnight_Wings', '6092', '141.045', '-23.636', '-262.190', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228002', 'Berry_Grub', '6063', '274.333', '-31.865', '-295.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228003', 'Berry_Grub', '6063', '-169.319', '0.052', '-153.956', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17228004', 'Poison_Leech', '6096', '241.131', '-31.509', '-264.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228005', 'Poison_Leech', '6096', '165.320', '-31.103', '-208.931', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17228006', 'Poison_Leech', '6096', '268.763', '-31.550', '-272.414', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17228007', 'Poison_Leech', '6096', '284.150', '-31.462', '-303.105', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17228008', 'Midnight_Wings', '6092', '283.970', '-32.379', '-281.682', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17228009', 'Midnight_Wings', '6092', '312.314', '-31.605', '-272.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228010', 'Goblin_Mugger', '6082', '198.025', '-31.749', '-162.098', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228011', 'Goblin_Pathfinder', '6083', '83.539', '-23.976', '-162.273', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17228012', 'Goblin_s_Bee', '6086', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228013', 'Goblin_Leecher', '6081', '134.000', '-23.983', '-248.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17228014', 'Goblin_Furrier', '6079', '188.016', '-24.141', '-281.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228015', 'Goblin_Gambler', '6080', '226.007', '-31.349', '-223.786', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17228016', 'Goblin_Smithy', '6085', '126.692', '-23.672', '-208.948', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17228017', 'Goblin_Shaman', '6084', '114.000', '-23.000', '-267.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17228018', 'Wight', '6104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228019', 'Wight', '6104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228020', 'Clipper', '6070', '255.294', '-30.470', '-244.418', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17228021', 'Clipper', '6070', '249.267', '-32.009', '-239.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228022', 'Clipper', '6070', '266.707', '-31.791', '-287.295', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17228023', 'Water_Elemental', '6103', '241.765', '-31.873', '-252.888', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17228024', 'Goobbue_Farmer', '6087', '312.789', '-24.434', '-369.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228025', 'Midnight_Wings', '6092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228026', 'Midnight_Wings', '6092', '357.413', '-31.790', '-394.848', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228027', 'Evil_Weapon', '6075', '318.000', '-31.000', '-313.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17228028', 'Evil_Weapon', '6075', '311.664', '-32.634', '-339.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228029', 'Evil_Weapon', '6075', '297.323', '-37.509', '-344.220', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228030', 'Death_Wasp', '6072', '-146.539', '-0.572', '-114.044', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228031', 'Death_Wasp', '6072', '-295.590', '-0.717', '-106.140', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17228032', 'Death_Wasp', '6072', '-275.505', '0.159', '-162.957', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17228033', 'Death_Wasp', '6072', '-216.863', '-1.201', '-98.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228034', 'Moon_Bat', '6093', '-240.712', '-0.078', '-162.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228035', 'Moon_Bat', '6093', '-279.689', '0.131', '-160.676', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17228036', 'Moon_Bat', '6093', '-287.821', '-0.278', '-126.565', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17228037', 'Goobbue_Farmer', '6087', '-237.291', '0.208', '-76.225', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17228038', 'Berry_Grub', '6063', '-193.538', '0.085', '-112.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228039', 'Berry_Grub', '6063', '-165.029', '0.015', '-121.767', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228040', 'Berry_Grub', '6063', '-376.729', '0.313', '-63.612', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17228041', 'Death_Wasp', '6072', '-339.377', '0.449', '-39.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228042', 'Death_Wasp', '6072', '-311.894', '-0.663', '-90.253', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17228043', 'Death_Wasp', '6072', '-354.374', '-0.369', '-47.299', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17228044', 'Death_Wasp', '6072', '-302.336', '4.452', '-43.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228045', 'Moon_Bat', '6093', '-331.659', '3.176', '-4.463', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17228046', 'Moon_Bat', '6093', '-307.587', '0.546', '-84.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228047', 'Moon_Bat', '6093', '-317.082', '4.374', '20.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228048', 'Goobbue_Farmer', '6087', '-335.921', '2.559', '-30.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228049', 'Berry_Grub', '6063', '-350.392', '0.294', '-65.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228050', 'Berry_Grub', '6063', '-369.420', '0.224', '-43.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228051', 'Berry_Grub', '6063', '-345.207', '7.950', '132.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228052', 'Death_Wasp', '6072', '-343.463', '5.993', '174.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228053', 'Death_Wasp', '6072', '-375.910', '-0.380', '49.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228054', 'Death_Wasp', '6072', '-394.637', '-0.265', '157.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228055', 'Death_Wasp', '6072', '-286.482', '1.127', '34.380', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228056', 'Moon_Bat', '6093', '-284.299', '2.635', '89.738', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17228057', 'Moon_Bat', '6093', '-299.732', '11.821', '156.942', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17228058', 'Moon_Bat', '6093', '-287.995', '4.557', '98.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228059', 'Goobbue_Farmer', '6087', '-307.039', '3.278', '36.413', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17228060', 'Berry_Grub', '6063', '-332.109', '6.161', '197.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228061', 'Berry_Grub', '6063', '-360.074', '7.500', '117.610', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17228062', 'Berry_Grub', '6063', '-413.877', '-0.345', '151.339', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17228063', 'Berry_Grub', '6063', '-413.412', '-0.229', '175.936', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228064', 'Berry_Grub', '6063', '-389.175', '1.059', '156.439', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17228065', 'Berry_Grub', '6063', '-415.570', '-0.116', '167.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228066', 'Berry_Grub', '6063', '-470.360', '-8.117', '-19.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228067', 'Old_Quadav', '6095', '-211.654', '1.636', '-130.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228068', 'Copper_Quadav', '6071', '-293.837', '1.801', '22.596', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228069', 'Bronze_Quadav', '6068', '-265.024', '2.707', '-107.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228070', 'Brass_Quadav', '6067', '-290.007', '2.170', '58.365', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17228071', 'Silver_Quadav', '6098', '-316.402', '1.616', '-32.242', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17228072', 'Zircon_Quadav', '6105', '-339.519', '0.288', '70.384', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228073', 'Garnet_Quadav', '6077', '-314.952', '8.651', '178.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228074', 'Wight', '6104', '-264.730', '0.571', '-158.487', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17228075', 'Wight', '6104', '-240.617', '0.340', '-90.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228076', 'Ignis_Fatuus', '6090', '-299.428', '2.090', '-19.368', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17228077', 'Berry_Grub', '6063', '-397.000', '-0.010', '-39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228078', 'Berry_Grub', '6063', '-400.311', '-4.175', '-98.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228079', 'Berry_Grub', '6063', '-387.592', '-6.455', '13.234', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17228080', 'Ochu', '6094', '-423.847', '-7.602', '-15.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228081', 'Ochu', '6094', '-312.866', '-7.012', '-125.709', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17228082', 'Midnight_Wings', '6092', '-398.790', '-7.774', '-128.887', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228083', 'Midnight_Wings', '6092', '-421.903', '-3.132', '-47.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228084', 'Midnight_Wings', '6092', '-445.000', '-7.000', '-58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228085', 'Midnight_Wings', '6092', '-480.611', '-7.983', '-47.753', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17228087', 'Berry_Grub', '6063', '-470.705', '-15.174', '-95.671', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17228088', 'Ochu', '6094', '-423.345', '-8.063', '50.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228089', 'Midnight_Wings', '6092', '-453.823', '-0.952', '150.970', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17228090', 'Midnight_Wings', '6092', '-442.230', '-6.999', '98.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228091', 'Midnight_Wings', '6092', '-427.697', '-0.139', '177.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228092', 'Berry_Grub', '6063', '-435.343', '-15.870', '-307.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228093', 'Ochu', '6094', '-456.189', '-12.442', '-139.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228094', 'Midnight_Wings', '6092', '-505.275', '-15.729', '-97.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228095', 'Midnight_Wings', '6092', '-463.346', '-13.499', '-118.013', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17228096', 'Midnight_Wings', '6092', '-501.013', '-15.526', '-77.520', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17228097', 'Goblin_Mugger', '6082', '-398.073', '-4.168', '-98.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228098', 'Goblin_Pathfinder', '6083', '-312.993', '-6.988', '-131.676', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228099', 'Goblin_s_Bee', '6086', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228100', 'Goblin_Leecher', '6081', '-432.370', '-8.009', '-13.862', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17228101', 'Goblin_Furrier', '6079', '-423.891', '-7.464', '79.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228102', 'Goblin_Gambler', '6080', '-418.656', '-7.846', '-100.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228103', 'Goblin_Smithy', '6085', '-451.570', '-6.621', '-12.140', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17228104', 'Goblin_Shaman', '6084', '-445.684', '-7.829', '4.001', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228105', 'Wight', '6104', '-391.094', '-7.790', '42.948', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17228106', 'Wight', '6104', '-475.890', '-15.913', '-157.121', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17228107', 'Berry_Grub', '6063', '-450.610', '-16.112', '-248.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228108', 'Berry_Grub', '6063', '-525.639', '-15.183', '-213.920', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17228109', 'Evil_Spirit', '6074', '-413.499', '-9.333', '-297.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228110', 'Fire_Elemental', '6076', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228111', 'Berry_Grub', '6063', '-590.097', '-21.987', '-267.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228112', 'Berry_Grub', '6063', '-563.633', '-23.455', '-101.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228113', 'Poison_Leech', '6096', '-575.114', '-18.694', '-196.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228114', 'Poison_Leech', '6096', '-577.861', '-15.802', '-242.438', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17228115', 'Midnight_Wings', '6092', '-564.362', '-15.688', '-188.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228116', 'Midnight_Wings', '6092', '-511.883', '-17.998', '-197.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228117', 'Clipper', '6070', '-556.725', '-15.764', '-186.266', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17228118', 'Clipper', '6070', '-549.375', '-15.618', '-160.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228119', 'Water_Elemental', '6103', '-535.719', '-15.530', '-202.402', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17228120', 'Berry_Grub', '6063', '-574.904', '-23.699', '-102.693', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17228121', 'Berry_Grub', '6063', '225.101', '15.273', '269.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228122', 'Ochu', '6094', '-552.216', '-23.530', '-121.511', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17228123', 'Poison_Leech', '6096', '-616.189', '-23.978', '-74.471', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17228124', 'Poison_Leech', '6096', '-636.574', '-23.366', '-241.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228125', 'Poison_Leech', '6096', '-568.272', '-23.738', '-114.040', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17228126', 'Poison_Leech', '6096', '-613.317', '-22.723', '-189.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228127', 'Poison_Leech', '6096', '-620.110', '-24.201', '-94.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228128', 'Midnight_Wings', '6092', '-587.139', '-22.992', '-47.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228129', 'Midnight_Wings', '6092', '-654.688', '-24.972', '-308.366', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17228130', 'Clipper', '6070', '-637.324', '-20.230', '-136.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228131', 'Clipper', '6070', '-711.374', '-22.413', '-156.395', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228132', 'Clipper', '6070', '-605.731', '-22.742', '-168.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228133', 'Clipper', '6070', '-708.801', '-20.812', '-171.996', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17228134', 'Water_Elemental', '6103', '-660.632', '-20.111', '-132.782', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17228135', 'Ochu', '6094', '-568.150', '-23.749', '-113.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228136', 'Goblin_Mugger', '6082', '-705.388', '-22.693', '-215.646', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17228137', 'Goblin_Pathfinder', '6083', '-549.026', '-22.840', '-73.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228138', 'Goblin_s_Bee', '6086', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228139', 'Goblin_Leecher', '6081', '-584.484', '-23.273', '-115.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228140', 'Goblin_Furrier', '6079', '-723.717', '-23.647', '-165.072', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17228141', 'Goblin_Gambler', '6080', '-594.636', '-19.979', '-259.418', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17228142', 'Goblin_Smithy', '6085', '-608.632', '-22.499', '-210.415', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17228143', 'Goblin_Shaman', '6084', '-621.052', '-20.572', '-150.984', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17228144', 'Wight', '6104', '-543.954', '-21.037', '-111.476', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17228145', 'Wight', '6104', '-428.833', '-15.218', '-262.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228146', 'Evil_Spirit', '6074', '386.833', '-25.657', '-123.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228147', 'Evil_Spirit', '6074', '455.675', '-23.779', '-81.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228148', 'Evil_Weapon', '6075', '396.992', '-24.010', '-152.613', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17228149', 'Evil_Weapon', '6075', '389.529', '-25.065', '-146.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228151', 'Evil_Weapon', '6075', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228152', 'Evil_Weapon', '6075', '440.000', '-28.000', '-44.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17228153', 'Evil_Weapon', '6075', '312.000', '8.000', '252.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17228154', 'Evil_Weapon', '6075', '292.517', '15.263', '292.345', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228155', 'Evil_Weapon', '6075', '300.000', '16.000', '316.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17228156', 'Evil_Weapon', '6075', '300.000', '9.000', '258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228157', 'Death_Wasp', '6072', '-185.633', '12.954', '226.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228158', 'Death_Wasp', '6072', '-177.362', '10.939', '225.128', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17228159', 'Death_Wasp', '6072', '-112.765', '8.627', '271.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228160', 'Death_Wasp', '6072', '-260.077', '10.025', '224.356', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17228161', 'Midnight_Wings', '6092', '-66.674', '9.899', '357.464', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228162', 'Midnight_Wings', '6092', '-294.377', '8.311', '211.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228163', 'Midnight_Wings', '6092', '-108.151', '10.237', '318.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228164', 'Moon_Bat', '6093', '-245.706', '9.357', '182.077', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17228165', 'Moon_Bat', '6093', '-184.755', '10.762', '218.230', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17228166', 'Moon_Bat', '6093', '-150.708', '12.753', '263.780', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228167', 'Goobbue_Farmer', '6087', '-259.361', '10.163', '224.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228168', 'Death_Wasp', '6072', '-322.781', '7.861', '253.564', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17228169', 'Death_Wasp', '6072', '-391.419', '1.054', '254.959', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17228170', 'Death_Wasp', '6072', '-405.963', '-0.001', '219.556', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17228171', 'Death_Wasp', '6072', '-378.057', '7.430', '314.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228172', 'Midnight_Wings', '6092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228173', 'Midnight_Wings', '6092', '-346.120', '8.258', '262.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228174', 'Moon_Bat', '6093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228175', 'Moon_Bat', '6093', '-371.133', '5.281', '266.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228176', 'Berry_Grub', '6063', '279.190', '1.589', '105.115', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17228177', 'Berry_Grub', '6063', '250.593', '8.152', '84.543', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17228178', 'Berry_Grub', '6063', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228179', 'Death_Wasp', '6072', '253.982', '8.847', '238.760', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17228180', 'Death_Wasp', '6072', '222.043', '8.028', '74.158', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17228181', 'Midnight_Wings', '6092', '230.844', '9.100', '246.190', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17228182', 'Midnight_Wings', '6092', '270.055', '16.429', '296.999', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17228183', 'Moon_Bat', '6093', '250.788', '15.208', '290.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228184', 'Moon_Bat', '6093', '327.152', '-2.302', '182.623', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17228185', 'Goobbue_Farmer', '6087', '232.941', '14.955', '266.017', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17228186', 'Ochu', '6094', '236.797', '16.297', '280.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228187', 'Evil_Spirit', '6074', '214.643', '10.583', '102.784', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17228188', 'Old_Quadav', '6095', '-39.093', '14.304', '249.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228189', 'Copper_Quadav', '6071', '-41.406', '15.977', '293.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228190', 'Bronze_Quadav', '6068', '133.517', '16.086', '185.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228191', 'Brass_Quadav', '6067', '-168.563', '12.857', '257.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228192', 'Silver_Quadav', '6098', '-50.351', '14.265', '312.475', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17228193', 'Zircon_Quadav', '6105', '-187.337', '10.025', '250.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228194', 'Garnet_Quadav', '6077', '-178.581', '8.010', '287.152', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17228195', 'Wight', '6104', '168.783', '16.038', '200.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228196', 'Wight', '6104', '-68.807', '9.012', '359.016', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17228197', 'Ignis_Fatuus', '6090', '-56.221', '14.263', '347.572', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17228198', 'Evil_Spirit', '6074', '-171.952', '10.553', '267.279', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228199', 'Death_Wasp', '6072', '50.971', '18.725', '389.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228200', 'Death_Wasp', '6072', '-31.431', '16.347', '320.568', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17228201', 'Death_Wasp', '6072', '98.247', '16.377', '398.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228202', 'Death_Wasp', '6072', '6.940', '16.000', '323.061', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17228203', 'Midnight_Wings', '6092', '98.836', '17.190', '368.134', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17228204', 'Midnight_Wings', '6092', '1.237', '20.095', '340.612', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17228205', 'Moon_Bat', '6093', '-30.324', '17.473', '332.220', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17228206', 'Moon_Bat', '6093', '-37.016', '16.056', '365.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228207', 'Death_Wasp', '6072', '166.385', '17.345', '332.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228208', 'Death_Wasp', '6072', '189.780', '16.248', '319.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228209', 'Death_Wasp', '6072', '148.503', '26.288', '378.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228210', 'Death_Wasp', '6072', '212.250', '22.823', '363.977', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17228211', 'Midnight_Wings', '6092', '180.296', '24.392', '357.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228212', 'Midnight_Wings', '6092', '133.434', '22.388', '377.057', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17228213', 'Moon_Bat', '6093', '215.375', '17.979', '338.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228214', 'Moon_Bat', '6093', '148.790', '15.477', '310.068', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17228215', 'Death_Wasp', '6072', '221.402', '24.006', '432.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228216', 'Death_Wasp', '6072', '183.776', '24.773', '429.114', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17228217', 'Death_Wasp', '6072', '113.316', '16.202', '402.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228218', 'Death_Wasp', '6072', '72.191', '15.526', '426.605', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17228219', 'Midnight_Wings', '6092', '211.982', '23.026', '450.594', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17228220', 'Midnight_Wings', '6092', '197.365', '24.412', '451.771', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17228221', 'Moon_Bat', '6093', '112.260', '24.041', '450.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228222', 'Moon_Bat', '6093', '80.640', '24.053', '522.384', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17228223', 'Goblin_Mugger', '6082', '289.971', '23.379', '435.686', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17228224', 'Goblin_Pathfinder', '6083', '168.013', '24.104', '480.386', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17228225', 'Goblin_s_Bee', '6086', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228226', 'Goblin_Leecher', '6081', '15.291', '18.615', '355.977', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17228227', 'Goblin_Furrier', '6079', '211.911', '17.588', '333.557', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17228228', 'Goblin_Gambler', '6080', '119.034', '24.700', '469.874', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17228229', 'Goblin_Smithy', '6085', '145.377', '23.483', '385.610', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17228230', 'Goblin_Shaman', '6084', '100.416', '21.475', '469.245', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17228231', 'Poison_Leech', '6096', '-660.565', '-31.932', '-342.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228232', 'Poison_Leech', '6096', '-635.103', '-31.766', '-357.275', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17228233', 'Poison_Leech', '6096', '-756.205', '-31.688', '-451.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228234', 'Poison_Leech', '6096', '-686.605', '-31.476', '-471.422', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17228235', 'Ochu', '6094', '-691.786', '-34.802', '-335.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228236', 'Drooling_Daisy', '6073', '-763.000', '-31.000', '-414.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228237', 'Clipper', '6070', '-749.667', '-28.636', '-428.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228238', 'Clipper', '6070', '-723.348', '-28.962', '-464.443', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17228239', 'Clipper', '6070', '-745.057', '-27.493', '-421.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228240', 'Clipper', '6070', '-748.740', '-31.345', '-363.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228241', 'Goblin_Digger', '6078', '-124.602', '1.062', '-218.029', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17228242', 'Simurgh', '6099', '-681.000', '-31.000', '-447.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17228243', 'Sprite', '6101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228244', 'Sprite', '6101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228245', 'Sprite', '6101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228246', 'Sprite', '6101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228247', 'Sprite', '6101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228248', 'Urayuli', '6102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228249', 'Chuglix_Berrypaws', '6069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17228357', 'Larzos', '6091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231873', 'Greater_Pugil', '6132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231874', 'Vepar', '6160', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231875', 'Kraken', '6144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231876', 'Apsaras', '6106', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231877', 'Morgawr', '6150', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231878', 'Tundra_Tiger', '6159', '-338.382', '-40.242', '-439.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231879', 'Tundra_Tiger', '6159', '-297.594', '-40.450', '-440.903', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17231880', 'Tundra_Tiger', '6159', '-276.112', '-40.370', '-311.064', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17231881', 'Tundra_Tiger', '6159', '-285.346', '-40.137', '-331.538', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17231882', 'Goblin_Pathfinder', '6124', '-236.777', '-40.363', '-350.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231883', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231884', 'Goblin_Furrier', '6122', '-279.553', '-40.479', '-282.671', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17231885', 'Goblin_Smithy', '6129', '-268.590', '-41.283', '-293.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231886', 'Goblin_Shaman', '6128', '-286.704', '-40.528', '-321.591', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17231887', 'Tundra_Tiger', '6159', '-362.162', '-40.626', '-205.827', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17231888', 'Tundra_Tiger', '6159', '-140.732', '-40.299', '-221.573', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17231889', 'Tundra_Tiger', '6159', '-165.870', '-40.421', '-236.312', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17231890', 'Tundra_Tiger', '6159', '-216.808', '-40.251', '-200.842', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17231891', 'Goblin_Pathfinder', '6124', '-153.747', '-40.326', '-213.986', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17231892', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231893', 'Goblin_Furrier', '6122', '-276.310', '-40.453', '-157.469', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231894', 'Goblin_Smithy', '6129', '-206.710', '-40.447', '-196.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231895', 'Goblin_Shaman', '6128', '-285.763', '-40.522', '-165.218', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17231896', 'Living_Statue', '6147', '-179.000', '-40.792', '-227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231897', 'Living_Statue', '6147', '-178.000', '-40.792', '-213.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17231898', 'Bat_Eye', '6107', '-41.507', '-40.111', '-263.544', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17231899', 'Tundra_Tiger', '6159', '22.752', '-40.338', '-183.917', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17231900', 'Tundra_Tiger', '6159', '-56.298', '-40.611', '-211.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231901', 'Cold_Gigas', '6109', '-40.696', '-40.500', '-200.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231902', 'Snow_Gigas', '6157', '-44.012', '-39.683', '-216.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231903', 'Rime_Gigas', '6154', '-7.000', '-40.500', '-218.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17231904', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231905', 'Sleet_Gigas', '6156', '-34.469', '-40.410', '-244.993', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17231906', 'Dark_Elemental', '6110', '-80.464', '-40.528', '-257.926', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231907', 'Bat_Eye', '6107', '-71.998', '-59.837', '-164.926', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17231908', 'Bat_Eye', '6107', '-86.978', '-60.574', '-145.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231909', 'Cold_Gigas', '6109', '-123.000', '-59.000', '-188.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231910', 'Snow_Gigas', '6157', '-100.333', '-61.044', '-148.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231911', 'Rime_Gigas', '6154', '-106.000', '-60.693', '-185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231912', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231913', 'Sleet_Gigas', '6156', '-104.955', '-59.795', '-158.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231914', 'Bat_Eye', '6107', '14.170', '-60.523', '-129.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231915', 'Bat_Eye', '6107', '-50.725', '-60.436', '-89.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231916', 'Tundra_Tiger', '6159', '37.572', '-60.235', '-110.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231917', 'Tundra_Tiger', '6159', '29.210', '-60.209', '-124.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231918', 'Tundra_Tiger', '6159', '76.000', '-59.000', '-46.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17231919', 'Goblin_Pathfinder', '6124', '108.724', '-60.563', '-46.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231920', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231921', 'Goblin_Furrier', '6122', '10.761', '-59.893', '-78.065', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17231922', 'Goblin_Smithy', '6129', '-45.777', '-60.257', '-123.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231923', 'Goblin_Shaman', '6128', '54.978', '-59.688', '-76.874', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17231924', 'Cold_Gigas', '6109', '-5.000', '-59.000', '-147.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17231925', 'Snow_Gigas', '6157', '74.699', '-60.435', '-86.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231926', 'Rime_Gigas', '6154', '3.862', '-60.044', '-67.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231927', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231928', 'Sleet_Gigas', '6156', '20.000', '-59.000', '-29.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17231929', 'Ice_Elemental', '6141', '16.771', '-59.732', '-118.364', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17231930', 'Ice_Elemental', '6141', '30.556', '-60.248', '-85.907', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17231931', 'Living_Statue', '6147', '-18.221', '-60.811', '-62.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231932', 'Living_Statue', '6147', '-25.224', '-60.750', '-63.465', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17231933', 'Bat_Eye', '6107', '5.458', '-60.027', '103.260', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17231934', 'Bat_Eye', '6107', '18.926', '-59.849', '67.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231935', 'Bat_Eye', '6107', '2.577', '-59.975', '-13.931', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231936', 'Bat_Eye', '6107', '60.000', '-59.000', '190.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17231937', 'Bat_Eye', '6107', '44.120', '-60.278', '150.809', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17231938', 'Bat_Eye', '6107', '28.000', '-60.000', '112.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17231939', 'Bat_Eye', '6107', '-104.457', '-79.966', '84.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231940', 'Bat_Eye', '6107', '-104.233', '-80.048', '164.126', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17231941', 'Bat_Eye', '6107', '-38.573', '-80.464', '77.343', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231942', 'Bat_Eye', '6107', '-60.423', '-79.826', '153.728', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17231943', 'Ghast', '6113', '-134.000', '-79.000', '191.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231944', 'Ghast', '6113', '-86.659', '-80.063', '126.655', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17231945', 'Lugat', '6148', '-85.555', '-80.385', '79.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231946', 'Lugat', '6148', '-43.716', '-79.726', '143.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231947', 'Dark_Elemental', '6110', '20.284', '-80.413', '162.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231948', 'Tundra_Tiger', '6159', '119.488', '-40.784', '-97.727', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17231949', 'Tundra_Tiger', '6159', '141.415', '-40.765', '-62.974', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17231950', 'Bat_Eye', '6107', '-242.065', '-80.585', '-114.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231951', 'Bat_Eye', '6107', '-207.649', '-80.701', '-162.074', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17231952', 'Bat_Eye', '6107', '-210.483', '-80.316', '-114.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231953', 'Ghast', '6113', '-212.285', '-80.178', '-129.582', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17231954', 'Ghast', '6113', '-298.191', '-80.576', '-99.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231955', 'Ghast', '6113', '-186.000', '-79.801', '-129.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17231956', 'Lugat', '6148', '-160.587', '-79.662', '-143.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231957', 'Bat_Eye', '6107', '-151.470', '-99.779', '-58.512', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17231958', 'Bat_Eye', '6107', '-129.904', '-100.714', '-108.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231959', 'Bat_Eye', '6107', '-146.850', '-100.357', '-12.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231960', 'Ghast', '6113', '-117.120', '-99.935', '-57.036', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231961', 'Ghast', '6113', '-118.639', '-99.719', '-105.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231962', 'Lugat', '6148', '-87.337', '-100.048', '-23.391', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17231963', 'Dark_Elemental', '6110', '-120.503', '-100.061', '62.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231964', 'Bat_Eye', '6107', '-227.953', '-100.117', '1.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231965', 'Bat_Eye', '6107', '-193.374', '-100.286', '-96.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231966', 'Ghast', '6113', '-205.022', '-100.061', '24.677', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17231967', 'Ghast', '6113', '-202.811', '-99.900', '-56.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231968', 'Lugat', '6148', '-186.212', '-99.826', '-8.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231969', 'Tundra_Tiger', '6159', '-342.830', '-100.584', '168.662', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17231970', 'Tundra_Tiger', '6159', '-322.000', '-100.000', '116.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17231971', 'Nue', '6152', '-313.911', '-100.308', '147.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231972', 'Goblin_Poacher', '6125', '-353.794', '-100.212', '113.486', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17231973', 'Goblin_Trader', '6131', '-341.602', '-101.128', '100.605', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17231974', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231975', 'Goblin_Robber', '6127', '-361.000', '-99.000', '137.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231976', 'Goblin_Reaper', '6126', '-357.067', '-100.590', '165.815', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17231977', 'Living_Statue', '6147', '-338.813', '-100.750', '135.320', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17231978', 'Living_Statue', '6147', '-346.530', '-100.750', '138.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231979', 'Tundra_Tiger', '6159', '61.524', '-39.935', '-124.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231980', 'Tundra_Tiger', '6159', '124.036', '-40.494', '-85.855', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17231981', 'Bat_Eye', '6107', '68.157', '-40.141', '38.558', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17231982', 'Bat_Eye', '6107', '57.812', '-40.350', '129.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231983', 'Tundra_Tiger', '6159', '74.000', '-39.576', '76.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17231984', 'Tundra_Tiger', '6159', '48.000', '-39.914', '35.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17231985', 'Tundra_Tiger', '6159', '91.499', '-40.137', '2.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231986', 'Cold_Gigas', '6109', '81.000', '-40.298', '73.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17231987', 'Snow_Gigas', '6157', '101.103', '-40.766', '-9.657', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17231988', 'Rime_Gigas', '6154', '100.963', '-39.548', '38.275', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17231989', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231990', 'Sleet_Gigas', '6156', '119.704', '-40.500', '1.879', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17231991', 'Bat_Eye', '6107', '165.739', '-20.398', '1.169', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17231992', 'Bat_Eye', '6107', '167.906', '-20.166', '-21.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231993', 'Tundra_Tiger', '6159', '192.051', '-20.307', '30.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231994', 'Tundra_Tiger', '6159', '206.941', '-20.381', '9.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231995', 'Tundra_Tiger', '6159', '244.138', '-20.585', '23.669', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17231996', 'Stone_Golem', '6158', '212.459', '-20.151', '55.561', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17231997', 'Tundra_Tiger', '6159', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17231998', 'Tundra_Tiger', '6159', '141.846', '-20.338', '112.787', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17231999', 'Goblin_Pathfinder', '6124', '168.650', '-20.369', '168.016', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17232000', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232001', 'Goblin_Furrier', '6122', '108.898', '-20.521', '106.636', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232002', 'Goblin_Smithy', '6129', '153.518', '-20.427', '75.435', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232003', 'Goblin_Shaman', '6128', '157.562', '-19.867', '186.439', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17232004', 'Living_Statue', '6147', '96.398', '-20.750', '137.904', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17232005', 'Living_Statue', '6147', '94.726', '-20.750', '144.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232006', 'Dark_Elemental', '6110', '223.772', '-19.969', '241.855', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17232007', 'Bat_Eye', '6107', '176.823', '-20.976', '-61.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232008', 'Bat_Eye', '6107', '261.394', '-19.535', '-173.356', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17232009', 'Tundra_Tiger', '6159', '267.788', '-20.110', '-121.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232010', 'Tundra_Tiger', '6159', '280.584', '-20.769', '-176.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232011', 'Tundra_Tiger', '6159', '240.625', '-20.453', '-123.604', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232012', 'Stone_Golem', '6158', '164.139', '-19.731', '-98.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232013', 'Stone_Golem', '6158', '237.620', '-20.916', '-104.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232014', 'Tundra_Tiger', '6159', '126.371', '-20.328', '-120.307', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17232015', 'Tundra_Tiger', '6159', '46.908', '-20.190', '-197.252', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232016', 'Goblin_Poacher', '6125', '131.988', '-20.634', '-225.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232017', 'Goblin_Trader', '6131', '140.858', '-21.001', '-132.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232018', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232019', 'Goblin_Robber', '6127', '73.085', '-19.751', '-260.586', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17232020', 'Goblin_Reaper', '6126', '78.714', '-20.423', '-162.036', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17232021', 'Tundra_Tiger', '6159', '19.317', '-20.088', '-296.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232022', 'Tundra_Tiger', '6159', '17.197', '-21.034', '-252.714', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17232023', 'Goblin_Poacher', '6125', '6.205', '-20.575', '-321.356', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17232024', 'Goblin_Trader', '6131', '-25.000', '-19.000', '-279.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17232025', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232026', 'Goblin_Robber', '6127', '31.994', '-20.627', '-252.614', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17232027', 'Goblin_Reaper', '6126', '-4.499', '-20.480', '-291.376', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232028', 'Tundra_Tiger', '6159', '-111.198', '-20.313', '-336.627', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17232029', 'Tundra_Tiger', '6159', '-90.623', '-20.489', '-310.065', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232030', 'Goblin_Poacher', '6125', '-76.410', '-19.932', '-304.909', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17232031', 'Goblin_Trader', '6131', '-137.145', '-20.445', '-338.747', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17232032', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232033', 'Goblin_Robber', '6127', '-158.104', '-20.562', '-314.146', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232034', 'Goblin_Reaper', '6126', '-139.301', '-20.031', '-327.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232035', 'Tundra_Tiger', '6159', '154.045', '-0.519', '-165.473', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17232036', 'Cold_Gigas', '6109', '186.015', '0.098', '-203.197', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17232037', 'Snow_Gigas', '6157', '153.830', '-0.007', '-180.089', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17232038', 'Rime_Gigas', '6154', '198.823', '-0.102', '-172.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232039', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232040', 'Sleet_Gigas', '6156', '-62.000', '-0.600', '-397.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232041', 'Tundra_Tiger', '6159', '141.115', '-0.407', '-280.373', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17232042', 'Tundra_Tiger', '6159', '75.797', '-0.335', '-323.659', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17232043', 'Tundra_Tiger', '6159', '69.336', '-0.234', '-276.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232044', 'Kirata', '6143', '63.000', '-0.500', '-303.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232045', 'Goblin_Poacher', '6125', '68.155', '-0.308', '-353.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232046', 'Goblin_Trader', '6131', '65.000', '-0.426', '-309.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17232047', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232048', 'Goblin_Robber', '6127', '39.512', '-0.426', '-324.832', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17232049', 'Goblin_Reaper', '6126', '75.273', '0.451', '-340.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232050', 'Living_Statue', '6147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232051', 'Living_Statue', '6147', '59.218', '-0.750', '-339.465', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17232052', 'Tundra_Tiger', '6159', '61.532', '-0.359', '-487.095', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17232053', 'Tundra_Tiger', '6159', '-58.297', '-0.432', '-323.913', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17232054', 'Cold_Gigas', '6109', '-107.000', '-0.611', '-358.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17232055', 'Snow_Gigas', '6157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232056', 'Rime_Gigas', '6154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232057', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232058', 'Sleet_Gigas', '6156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232059', 'Cold_Gigas', '6109', '-116.000', '0.600', '-385.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232060', 'Snow_Gigas', '6157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232061', 'Rime_Gigas', '6154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232062', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232063', 'Sleet_Gigas', '6156', '-87.000', '-0.402', '-391.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232064', 'Ice_Elemental', '6141', '-95.191', '0.259', '-362.142', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17232065', 'Ice_Elemental', '6141', '-111.703', '0.038', '-370.741', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17232066', 'Tundra_Tiger', '6159', '382.007', '0.143', '-164.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232067', 'Tundra_Tiger', '6159', '336.238', '-0.007', '-220.174', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17232068', 'Tundra_Tiger', '6159', '402.850', '0.021', '-132.421', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17232069', 'Stone_Golem', '6158', '297.258', '-0.320', '-221.660', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17232070', 'Goblin_Poacher', '6125', '370.118', '-0.035', '-212.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232071', 'Goblin_Trader', '6131', '361.977', '-0.450', '-195.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232072', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232073', 'Goblin_Robber', '6127', '386.899', '0.053', '-255.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232074', 'Goblin_Reaper', '6126', '365.654', '-0.344', '-113.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232075', 'Tundra_Tiger', '6159', '180.040', '-0.431', '156.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232076', 'Tundra_Tiger', '6159', '294.000', '-0.164', '-0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232077', 'Tundra_Tiger', '6159', '249.728', '-0.193', '0.890', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17232078', 'Stone_Golem', '6158', '339.000', '-0.472', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232079', 'Gargantua', '6112', '348.000', '-0.500', '17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232080', 'Goblin_Poacher', '6125', '321.415', '0.391', '-59.770', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17232081', 'Goblin_Trader', '6131', '237.287', '-0.141', '-69.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232082', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232083', 'Goblin_Robber', '6127', '324.291', '-0.370', '68.649', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17232084', 'Goblin_Reaper', '6126', '304.167', '-0.335', '51.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232085', 'Living_Statue', '6147', '260.757', '-0.750', '-27.547', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17232086', 'Living_Statue', '6147', '262.060', '-0.750', '-19.645', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17232087', 'Tundra_Tiger', '6159', '214.000', '-0.656', '114.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232088', 'Tundra_Tiger', '6159', '173.000', '-0.587', '116.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17232089', 'Cold_Gigas', '6109', '251.000', '-0.462', '86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232090', 'Snow_Gigas', '6157', '213.589', '-0.297', '92.374', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17232091', 'Rime_Gigas', '6154', '199.006', '0.272', '94.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232092', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232093', 'Sleet_Gigas', '6156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232095', 'Cold_Gigas', '6109', '250.927', '-0.153', '202.299', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232096', 'Snow_Gigas', '6157', '241.108', '-0.266', '231.962', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17232097', 'Rime_Gigas', '6154', '270.161', '-0.208', '241.759', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17232098', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232099', 'Sleet_Gigas', '6156', '263.175', '0.377', '241.131', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17232100', 'Cold_Gigas', '6109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232101', 'Snow_Gigas', '6157', '279.137', '-0.745', '248.435', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17232102', 'Rime_Gigas', '6154', '278.000', '-0.563', '206.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17232103', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232104', 'Sleet_Gigas', '6156', '294.860', '-0.382', '218.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232105', 'Ice_Elemental', '6141', '245.001', '-0.088', '232.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232106', 'Ice_Elemental', '6141', '272.986', '-0.248', '212.098', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232107', 'Goblin_Poacher', '6125', '369.224', '-0.445', '277.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232108', 'Goblin_Trader', '6131', '369.299', '0.593', '350.937', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232109', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232110', 'Goblin_Robber', '6127', '366.013', '-0.017', '296.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232111', 'Goblin_Reaper', '6126', '345.544', '-0.045', '355.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232112', 'Living_Statue', '6147', '268.587', '19.631', '433.296', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232113', 'Living_Statue', '6147', '335.119', '18.318', '464.060', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17232114', 'Living_Statue', '6147', '346.418', '19.530', '408.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232115', 'Living_Statue', '6147', '244.244', '19.720', '488.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232116', 'Living_Statue', '6147', '302.187', '19.953', '489.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232118', 'Goblin_Poacher', '6125', '352.314', '19.874', '502.571', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17232119', 'Goblin_Trader', '6131', '235.321', '19.767', '451.143', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17232120', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232121', 'Goblin_Robber', '6127', '238.454', '19.565', '482.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17232122', 'Goblin_Reaper', '6126', '197.315', '19.515', '475.386', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17232123', 'Living_Statue', '6147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232124', 'Hobgoblin_Warrior', '6139', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232125', 'Hobgoblin_White_Mage', '6140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232126', 'Hobgoblin_Black_Mage', '6134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232127', 'Hobgoblin_Red_Mage', '6137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232128', 'Hobgoblin_Thief', '6138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232129', 'Hobgoblin_Dark_Knight', '6135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232130', 'Hobgoblin_Ranger', '6136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232131', 'Hobgoblin_Beastmaster', '6133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232132', 'Goblin_s_Tiger', '6130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232133', 'Gigas_Warrior', '6121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232134', 'Gigas_Monk', '6117', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232135', 'Gigas_Beastmaster', '6114', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232136', 'Gigas_Ranger', '6119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232137', 'Gigas_s_Tiger', '6120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232138', 'Gigas_Hillrazer', '6116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232139', 'Gigas_Hillrazer', '6116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232140', 'Gigas_Clearcutter', '6115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232141', 'Gigas_Clearcutter', '6115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232142', 'Gigas_Hillrazer', '6116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232143', 'Gigas_Hillrazer', '6116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232144', 'Gigas_Clearcutter', '6115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232145', 'Gigas_Clearcutter', '6115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232146', 'Gigas_Overseer', '6118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232147', 'Plumbago', '6153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232233', 'Diabolos', '6111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232234', 'Diabolos', '6111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232235', 'Diabolos', '6111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232239', 'Kilhwch', '6142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232241', 'Lhu_Mhakaracca', '6146', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232246', 'Noillurie', '6151', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232261', 'Makki-Chebukki', '6149', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232262', 'Kukki-Chebukki', '6145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232263', 'Cherukiki', '6108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232264', 'Shikaree_Y', '6155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17232284', 'Goblin_Grenadier', '6123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17235969', 'Lost_Soul', '6199', '516.950', '0.007', '-260.931', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235970', 'Lost_Soul', '6199', '564.529', '-0.527', '-279.526', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17235971', 'Lost_Soul', '6199', '535.266', '-1.340', '-254.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235972', 'Lost_Soul', '6199', '518.664', '-0.342', '-269.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235973', 'Lost_Soul', '6199', '316.884', '7.037', '-210.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235974', 'Lost_Soul', '6199', '309.298', '4.974', '-237.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235975', 'Lost_Soul', '6199', '403.335', '-0.300', '-165.684', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235976', 'Lost_Soul', '6199', '370.381', '6.034', '-166.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235977', 'Lost_Soul', '6199', '252.159', '-14.285', '-190.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235978', 'Lost_Soul', '6199', '321.246', '0.685', '-267.019', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17235979', 'Lost_Soul', '6199', '444.050', '-0.593', '-199.797', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17235980', 'Lost_Soul', '6199', '238.092', '-16.383', '-191.151', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17235981', 'Lost_Soul', '6199', '423.001', '-1.352', '-212.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235982', 'Lost_Soul', '6199', '242.262', '-14.507', '-203.133', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17235983', 'Etemmu', '6177', '262.723', '-7.677', '-191.815', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235984', 'Etemmu', '6177', '426.335', '-0.087', '-200.880', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17235985', 'Evil_Eye', '6178', '315.214', '6.887', '-195.901', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17235986', 'Evil_Eye', '6178', '324.648', '-0.263', '-274.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235987', 'Shadow_Dragon', '6200', '347.000', '7.223', '-205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235988', 'Biast', '6161', '180.000', '-19.000', '-147.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235989', 'Ice_Elemental', '6196', '383.716', '0.619', '-186.026', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17235990', 'Cursed_Weapon', '6167', '399.390', '0.007', '-140.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235991', 'Cursed_Weapon', '6167', '412.379', '-0.455', '-147.695', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235992', 'Cursed_Weapon', '6167', '298.000', '-5.000', '-124.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17235993', 'Cursed_Weapon', '6167', '290.000', '-6.000', '-131.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17235994', 'Etemmu', '6177', '341.333', '-0.292', '-325.756', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235995', 'Etemmu', '6177', '338.000', '-0.357', '-378.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17235996', 'Dark_Elemental', '6168', '340.112', '-0.375', '-324.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235997', 'Lost_Soul', '6199', '355.552', '-8.061', '-83.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235998', 'Lost_Soul', '6199', '388.310', '-3.152', '-100.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17235999', 'Lost_Soul', '6199', '249.699', '-8.552', '-85.061', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17236000', 'Lost_Soul', '6199', '404.585', '0.237', '-104.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236001', 'Evil_Eye', '6178', '318.388', '-8.243', '-78.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236002', 'Evil_Eye', '6178', '375.296', '-6.742', '-78.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236003', 'Ice_Elemental', '6196', '399.422', '-0.237', '-124.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236004', 'Cursed_Weapon', '6167', '246.000', '-13.000', '-105.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17236005', 'Cursed_Weapon', '6167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236006', 'Lost_Soul', '6199', '221.000', '-12.000', '-241.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17236007', 'Lost_Soul', '6199', '186.625', '-19.280', '-164.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236008', 'Lost_Soul', '6199', '218.001', '-9.818', '-60.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236009', 'Lost_Soul', '6199', '227.906', '-16.930', '-130.877', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17236010', 'Etemmu', '6177', '200.180', '-19.108', '-102.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236011', 'Etemmu', '6177', '198.677', '-9.263', '-80.090', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17236012', 'Evil_Eye', '6178', '143.023', '-19.077', '-124.367', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17236013', 'Evil_Eye', '6178', '167.485', '-18.628', '-106.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236014', 'Ice_Elemental', '6196', '130.626', '-22.859', '-121.418', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17236015', 'Demon_Pawn', '6171', '234.942', '-20.900', '-166.407', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17236016', 'Lost_Soul', '6199', '27.160', '-16.359', '46.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236017', 'Lost_Soul', '6199', '32.610', '-24.390', '-48.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236018', 'Lost_Soul', '6199', '72.509', '-16.394', '-12.208', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236019', 'Lost_Soul', '6199', '37.898', '-15.779', '23.346', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17236020', 'Etemmu', '6177', '50.213', '-16.356', '19.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236021', 'Etemmu', '6177', '79.417', '-15.913', '-19.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236022', 'Evil_Eye', '6178', '87.849', '-17.619', '-17.633', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236023', 'Evil_Eye', '6178', '39.244', '-16.179', '11.642', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17236024', 'Ice_Elemental', '6196', '63.820', '-23.664', '-81.960', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17236025', 'Cursed_Weapon', '6167', '66.983', '-19.594', '-16.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236026', 'Cursed_Weapon', '6167', '57.000', '-21.108', '-24.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17236028', 'Lost_Soul', '6199', '35.494', '-24.380', '-192.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236029', 'Lost_Soul', '6199', '69.364', '-23.955', '-99.908', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236030', 'Lost_Soul', '6199', '89.333', '-24.406', '-122.686', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17236031', 'Lost_Soul', '6199', '34.611', '-24.147', '-71.175', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236032', 'Etemmu', '6177', '67.559', '-24.470', '-133.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236033', 'Etemmu', '6177', '41.778', '-23.914', '-226.056', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236034', 'Evil_Eye', '6178', '9.794', '-24.005', '-98.235', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236035', 'Evil_Eye', '6178', '69.062', '-24.006', '-239.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236036', 'Ice_Elemental', '6196', '87.570', '-24.128', '-90.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236037', 'Demon_Pawn', '6171', '118.887', '-29.056', '-112.005', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17236038', 'Demon_Pawn', '6171', '39.646', '-28.883', '-138.735', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17236039', 'Demon_Pawn', '6171', '60.258', '-28.549', '-196.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236040', 'Demon_Pawn', '6171', '-6.399', '-28.425', '-98.901', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17236041', 'Lost_Soul', '6199', '102.529', '-24.412', '-356.760', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17236042', 'Lost_Soul', '6199', '35.164', '-24.746', '-350.609', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236043', 'Lost_Soul', '6199', '67.800', '-24.676', '-377.157', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17236044', 'Lost_Soul', '6199', '77.025', '-24.402', '-376.238', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17236046', 'Lost_Soul', '6199', '11.412', '-24.659', '-351.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236047', 'Lost_Soul', '6199', '4.805', '-24.397', '-356.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236048', 'Lost_Soul', '6199', '25.773', '-25.829', '-340.764', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17236049', 'Lost_Soul', '6199', '39.591', '-24.502', '-363.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236050', 'Etemmu', '6177', '29.233', '-24.343', '-354.310', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17236051', 'Etemmu', '6177', '21.059', '-24.399', '-319.573', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17236052', 'Etemmu', '6177', '22.728', '-24.086', '-349.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236053', 'Dark_Elemental', '6168', '100.807', '-25.921', '-329.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236054', 'Lost_Soul', '6199', '-21.723', '-15.907', '44.006', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17236055', 'Lost_Soul', '6199', '-77.387', '-24.414', '-80.855', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17236056', 'Lost_Soul', '6199', '-28.236', '-24.504', '-108.620', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17236057', 'Lost_Soul', '6199', '-17.110', '-16.141', '33.260', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17236058', 'Etemmu', '6177', '-70.418', '-24.425', '-60.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236059', 'Ereshkigal', '6176', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236060', 'Evil_Eye', '6178', '-38.836', '-24.534', '-76.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236061', 'Evil_Eye', '6178', '-86.391', '-25.110', '-67.980', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17236062', 'Ice_Elemental', '6196', '-65.995', '-16.391', '29.262', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236063', 'Blizzard_Gigas', '6162', '327.137', '-8.639', '36.454', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17236064', 'Graupel_Gigas', '6186', '404.920', '-8.363', '0.310', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17236065', 'Frost_Gigas', '6179', '392.108', '-8.442', '9.572', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17236066', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236067', 'Hail_Gigas', '6187', '471.575', '-0.450', '33.917', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17236068', 'Blizzard_Gigas', '6162', '387.054', '-8.294', '-4.420', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17236069', 'Graupel_Gigas', '6186', '429.613', '-1.549', '31.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236070', 'Frost_Gigas', '6179', '334.454', '-7.854', '-3.705', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17236071', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236072', 'Hail_Gigas', '6187', '366.142', '-8.469', '0.203', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236073', 'Evil_Eye', '6178', '332.018', '-8.108', '-0.751', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17236074', 'Evil_Eye', '6178', '438.182', '-0.118', '-9.131', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17236075', 'Ice_Elemental', '6196', '359.639', '-8.513', '2.314', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17236076', 'Blizzard_Gigas', '6162', '467.004', '-1.228', '50.394', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17236077', 'Graupel_Gigas', '6186', '432.443', '-8.272', '111.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236078', 'Frost_Gigas', '6179', '417.490', '-7.641', '118.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236079', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236080', 'Hail_Gigas', '6187', '421.711', '-8.188', '126.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236081', 'Blizzard_Gigas', '6162', '358.000', '-8.545', '118.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236082', 'Graupel_Gigas', '6186', '393.550', '-8.622', '36.518', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17236083', 'Frost_Gigas', '6179', '403.692', '-8.301', '72.023', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17236084', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236085', 'Hail_Gigas', '6187', '393.255', '-7.872', '104.054', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17236086', 'Evil_Eye', '6178', '426.847', '-6.517', '61.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236087', 'Evil_Eye', '6178', '429.904', '-8.425', '125.345', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236088', 'Ice_Elemental', '6196', '388.451', '-8.440', '105.193', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17236089', 'Blizzard_Gigas', '6162', '521.065', '-0.428', '15.732', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236090', 'Graupel_Gigas', '6186', '537.606', '-0.720', '16.767', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17236091', 'Frost_Gigas', '6179', '490.627', '-0.690', '28.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236092', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236093', 'Hail_Gigas', '6187', '529.152', '-0.307', '18.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236094', 'Dark_Elemental', '6168', '542.231', '-1.406', '21.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236095', 'Blizzard_Gigas', '6162', '527.207', '-8.455', '216.028', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17236096', 'Graupel_Gigas', '6186', '503.929', '-8.392', '195.907', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17236097', 'Frost_Gigas', '6179', '545.021', '-9.697', '220.422', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17236098', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236099', 'Hail_Gigas', '6187', '495.777', '-8.618', '191.381', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17236100', 'Blizzard_Gigas', '6162', '537.354', '-8.529', '220.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236101', 'Graupel_Gigas', '6186', '499.691', '-9.731', '172.810', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17236102', 'Frost_Gigas', '6179', '503.498', '-8.689', '183.349', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17236103', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236104', 'Hail_Gigas', '6187', '503.026', '-8.408', '205.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236105', 'Dark_Elemental', '6168', '525.282', '-8.370', '222.145', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236106', 'Blizzard_Gigas', '6162', '325.000', '-7.000', '116.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236107', 'Graupel_Gigas', '6186', '332.279', '-8.652', '136.227', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17236108', 'Frost_Gigas', '6179', '313.188', '-8.604', '162.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236109', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236110', 'Hail_Gigas', '6187', '294.283', '-7.733', '118.252', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17236111', 'Evil_Eye', '6178', '284.347', '-8.091', '60.823', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17236112', 'Evil_Eye', '6178', '298.419', '-8.102', '47.876', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17236113', 'Lost_Soul', '6199', '189.838', '-8.771', '30.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236114', 'Lost_Soul', '6199', '-156.053', '-23.945', '-65.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236115', 'Evil_Eye', '6178', '235.256', '-28.326', '71.488', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17236116', 'Demon_Pawn', '6171', '280.667', '-27.808', '174.356', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236117', 'Demon_Wizard', '6174', '248.606', '-28.407', '164.681', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17236118', 'Demon_Knight', '6170', '225.827', '-26.534', '102.761', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236119', 'Demon_Pawn', '6171', '262.974', '-27.632', '86.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236120', 'Demon_Wizard', '6174', '256.814', '-27.762', '163.982', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236121', 'Demon_Knight', '6170', '217.376', '-19.896', '119.688', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17236122', 'Evil_Eye', '6178', '258.928', '-27.040', '92.852', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17236123', 'Evil_Eye', '6178', '176.223', '-33.200', '68.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236124', 'Ice_Elemental', '6196', '253.569', '-27.926', '155.087', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17236125', 'Demon_Pawn', '6171', '338.790', '-28.379', '281.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236126', 'Demon_Wizard', '6174', '329.047', '-28.399', '261.570', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17236127', 'Demon_Knight', '6170', '338.358', '-28.418', '279.117', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17236128', 'Dark_Elemental', '6168', '341.531', '-28.359', '290.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236129', 'Demon_Pawn', '6171', '189.303', '-30.767', '97.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236130', 'Demon_Wizard', '6174', '160.644', '-35.672', '61.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236131', 'Demon_Knight', '6170', '164.899', '-29.132', '152.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236132', 'Demon_Pawn', '6171', '183.525', '-28.218', '167.305', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17236133', 'Demon_Wizard', '6174', '167.181', '-36.086', '72.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236134', 'Demon_Knight', '6170', '145.561', '-35.826', '123.377', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17236135', 'Evil_Eye', '6178', '161.427', '-36.963', '29.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236136', 'Evil_Eye', '6178', '0.688', '-35.653', '140.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236137', 'Ice_Elemental', '6196', '171.895', '-28.767', '169.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236138', 'Demon_Pawn', '6171', '20.905', '-33.916', '143.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236139', 'Demon_Wizard', '6174', '25.293', '-35.709', '155.195', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17236140', 'Demon_Knight', '6170', '73.755', '-36.448', '161.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236141', 'Demon_Pawn', '6171', '42.954', '-36.485', '122.532', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17236142', 'Demon_Wizard', '6174', '-3.380', '-36.416', '125.926', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236143', 'Demon_Knight', '6170', '28.705', '-36.193', '151.206', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17236144', 'Evil_Eye', '6178', '-4.963', '-35.992', '99.595', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17236145', 'Evil_Eye', '6178', '-90.015', '-36.373', '58.299', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17236147', 'Demon_Pawn', '6171', '-37.707', '-36.024', '55.407', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17236148', 'Demon_Pawn', '6171', '-54.874', '-35.544', '57.911', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17236149', 'Evil_Eye', '6178', '-223.872', '-11.784', '80.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236150', 'Demon_Pawn', '6171', '-105.421', '-40.059', '40.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236151', 'Demon_Knight', '6170', '-110.155', '-39.986', '38.252', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17236152', 'Demon_Pawn', '6171', '-138.463', '-36.629', '35.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236153', 'Demon_Wizard', '6174', '-110.765', '-36.251', '61.612', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17236154', 'Demon_Knight', '6170', '-128.863', '-36.525', '126.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236155', 'Demon_Warlock', '6173', '-118.558', '-35.772', '62.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236156', 'Demon_s_Elemental', '6172', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236157', 'Demon_Wizard', '6174', '-138.592', '-27.520', '86.084', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17236158', 'Demon_Knight', '6170', '-142.574', '-20.233', '113.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236159', 'Demon_Warlock', '6173', '-139.587', '-21.634', '122.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236160', 'Demon_s_Elemental', '6172', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236161', 'Lost_Soul', '6199', '-156.414', '-15.620', '19.402', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17236162', 'Lost_Soul', '6199', '-146.592', '-24.390', '-46.382', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17236163', 'Lost_Soul', '6199', '-155.385', '-16.622', '-3.505', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17236164', 'Lost_Soul', '6199', '-151.388', '-16.481', '34.608', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17236165', 'Lost_Soul', '6199', '-146.616', '-20.181', '-19.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236166', 'Lost_Soul', '6199', '-180.184', '-3.083', '39.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236167', 'Lost_Soul', '6199', '-200.346', '-4.477', '-80.225', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17236168', 'Lost_Soul', '6199', '-184.714', '-3.297', '-0.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236169', 'Lost_Soul', '6199', '-206.051', '-5.284', '38.246', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17236170', 'Lost_Soul', '6199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236171', 'Etemmu', '6177', '-201.098', '-4.082', '17.762', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17236172', 'Etemmu', '6177', '-205.500', '-4.216', '-61.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236173', 'Etemmu', '6177', '-188.468', '-3.805', '37.832', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236174', 'Evil_Eye', '6178', '-254.799', '-15.003', '-8.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236175', 'Evil_Eye', '6178', '-240.218', '-12.523', '42.568', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17236176', 'Evil_Eye', '6178', '-245.251', '-11.741', '106.221', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17236177', 'Evil_Eye', '6178', '-217.075', '-8.306', '51.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236178', 'Evil_Eye', '6178', '-234.354', '-11.492', '63.501', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17236179', 'Evil_Eye', '6178', '-390.274', '-42.630', '20.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236180', 'Shadow_Eye', '6201', '-238.000', '-12.000', '83.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236181', 'Demon_Pawn', '6171', '-228.561', '-10.890', '-127.956', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17236182', 'Demon_Pawn', '6171', '-283.275', '-20.379', '-81.644', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17236183', 'Demon_Wizard', '6174', '-277.136', '-20.172', '-122.657', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236184', 'Demon_Pawn', '6171', '-289.381', '-21.263', '14.761', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17236185', 'Demon_Knight', '6170', '-257.241', '-19.400', '26.355', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17236186', 'Demon_Pawn', '6171', '-315.028', '-27.839', '113.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236187', 'Demon_Pawn', '6171', '-301.468', '-25.176', '50.633', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17236188', 'Demon_Pawn', '6171', '-258.130', '-20.270', '99.651', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17236189', 'Demon_Wizard', '6174', '-280.919', '-20.602', '123.686', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17236190', 'Demon_Pawn', '6171', '-303.283', '-26.507', '-27.451', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236191', 'Demon_Pawn', '6171', '-314.592', '-27.955', '-13.729', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17236192', 'Demon_Knight', '6170', '-315.601', '-28.511', '31.759', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17236193', 'Demon_Pawn', '6171', '-340.222', '-35.576', '39.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236194', 'Demon_Wizard', '6174', '-344.199', '-34.562', '30.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236195', 'Demon_Knight', '6170', '-359.344', '-36.528', '-38.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236196', 'Evil_Eye', '6178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236197', 'Demon_Wizard', '6174', '-412.146', '-44.632', '49.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236198', 'Demon_Knight', '6170', '-400.393', '-44.522', '65.374', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17236199', 'Demon_Wizard', '6174', '-404.000', '-43.000', '-12.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17236200', 'Demon_Knight', '6170', '-399.107', '-44.431', '-34.532', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236201', 'Chaos_Elemental', '6166', '-331.000', '-29.000', '-49.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17236202', 'Boreal_Hound', '6164', '-22.162', '-24.674', '-495.609', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17236203', 'Boreal_Coeurl', '6163', '583.522', '-8.858', '295.294', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17236204', 'Boreal_Tiger', '6165', '342.267', '-28.927', '373.998', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17236205', 'Koenigstiger', '6197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236206', 'Hobgoblin_Warrior', '6194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236207', 'Hobgoblin_White_Mage', '6195', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236208', 'Hobgoblin_Black_Mage', '6189', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236209', 'Hobgoblin_Red_Mage', '6192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236210', 'Hobgoblin_Thief', '6193', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236211', 'Hobgoblin_Dark_Knight', '6190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236212', 'Hobgoblin_Ranger', '6191', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236213', 'Hobgoblin_Beastmaster', '6188', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236214', 'Goblin_s_Tiger', '6185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236215', 'Gigas_Warrior', '6184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236216', 'Gigas_Monk', '6181', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236217', 'Gigas_Beastmaster', '6180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236218', 'Gigas_Ranger', '6182', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236219', 'Gigas_s_Tiger', '6183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236220', 'Demon_Wizard', '6174', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236221', 'Demon_Wizard', '6174', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236222', 'Demon_Knight', '6170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236223', 'Demon_Knight', '6170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236224', 'Demon_Wizard', '6174', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236225', 'Demon_Wizard', '6174', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236226', 'Demon_Knight', '6170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236227', 'Demon_Knight', '6170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236228', 'Demon_Aristocrat', '6169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236229', 'Kulili', '6198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236325', 'Diabolos', '6175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236326', 'Diabolos', '6175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17236327', 'Diabolos', '6175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240065', 'Razorjaw_Pugil', '6236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240066', 'Rock_Crab', '6238', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240067', 'Stygian_Pugil', '6242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240068', 'Stygian_Pugil', '6242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240069', 'Stygian_Pugil', '6242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240070', 'Devil_Manta', '6205', '408.144', '36.728', '451.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240071', 'Goblin_Mercenary', '6217', '-175.334', '7.677', '-247.300', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17240072', 'Sand_Lizard', '6240', '-166.229', '7.588', '-248.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240073', 'Beach_Bunny', '6204', '-168.000', '8.000', '-257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240074', 'Beach_Bunny', '6204', '-164.000', '8.000', '-267.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17240075', 'Beach_Bunny', '6204', '-155.872', '7.236', '-250.314', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17240076', 'Goblin_Mercenary', '6217', '-198.000', '8.000', '-197.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240077', 'Sand_Lizard', '6240', '-204.697', '7.351', '-195.497', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240078', 'Sand_Lizard', '6240', '-196.127', '6.926', '-248.968', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17240079', 'Sand_Lizard', '6240', '-197.000', '8.000', '-221.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17240080', 'Beach_Bunny', '6204', '-201.014', '7.552', '-235.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240081', 'Beach_Bunny', '6204', '-207.000', '8.000', '-221.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240082', 'Beach_Bunny', '6204', '-193.657', '7.792', '-186.730', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17240083', 'Goblin_Shepherd', '6220', '-195.995', '7.300', '-155.712', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17240084', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240085', 'Sand_Lizard', '6240', '-191.037', '7.670', '-164.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240086', 'Sand_Lizard', '6240', '-158.229', '7.453', '-164.615', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240087', 'Sand_Lizard', '6240', '-165.648', '7.725', '-153.970', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240088', 'Beach_Bunny', '6204', '-171.000', '7.000', '-147.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240089', 'Beach_Bunny', '6204', '-158.293', '7.941', '-147.586', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240090', 'Beach_Bunny', '6204', '-176.717', '8.222', '-165.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240091', 'Goblin_Shepherd', '6220', '-166.429', '7.910', '-105.478', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240092', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240093', 'Goblin_Bandit', '6213', '-134.000', '7.000', '-96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240094', 'Sand_Lizard', '6240', '-183.952', '8.302', '-80.728', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17240095', 'Sand_Lizard', '6240', '-204.000', '7.000', '-88.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17240096', 'Beach_Bunny', '6204', '-132.288', '7.287', '-129.783', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17240097', 'Beach_Bunny', '6204', '-210.000', '6.000', '-70.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17240098', 'Beach_Bunny', '6204', '-159.083', '7.533', '-122.425', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17240099', 'Beach_Bunny', '6204', '-146.340', '7.415', '-107.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240100', 'Doom_Soldier', '6207', '-152.000', '7.000', '-232.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240101', 'Goblin_Alchemist', '6212', '-216.118', '7.328', '-26.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240102', 'Beach_Bunny', '6204', '-230.918', '7.693', '-38.703', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17240103', 'Beach_Bunny', '6204', '-195.903', '7.851', '-51.057', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17240104', 'Doom_Mage', '6206', '-244.000', '7.000', '-38.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17240105', 'Goblin_Mercenary', '6217', '-100.360', '3.991', '-67.480', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17240106', 'Beach_Bunny', '6204', '-121.000', '8.000', '-97.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17240107', 'Beach_Bunny', '6204', '-106.491', '4.685', '-75.981', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17240108', 'Beach_Bunny', '6204', '-88.494', '-0.149', '-108.119', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17240109', 'Sand_Lizard', '6240', '-81.310', '-0.594', '-123.310', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17240110', 'Sand_Lizard', '6240', '-104.996', '4.655', '-95.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240111', 'Sand_Lizard', '6240', '-70.000', '-0.500', '-80.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17240112', 'Doom_Soldier', '6207', '-92.985', '1.141', '-96.138', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17240113', 'Goblin_Mercenary', '6217', '-139.706', '7.167', '-61.223', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17240114', 'Goblin_Shepherd', '6220', '-121.744', '8.367', '-62.640', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17240115', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240116', 'Sand_Lizard', '6240', '-162.000', '8.176', '-72.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17240117', 'Sand_Lizard', '6240', '-133.098', '8.009', '-40.367', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17240118', 'Beach_Bunny', '6204', '-117.025', '7.551', '-73.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240119', 'Beach_Bunny', '6204', '-190.642', '7.660', '-84.615', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240120', 'Beach_Bunny', '6204', '-155.540', '8.345', '-58.054', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17240121', 'Doom_Soldier', '6207', '-136.996', '7.685', '-66.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240122', 'Doom_Soldier', '6207', '-128.000', '8.000', '-120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240123', 'Fire_Elemental', '6210', '-117.450', '7.652', '-49.839', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240124', 'Goblin_Mercenary', '6217', '-144.000', '8.000', '-21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240125', 'Goblin_Bandit', '6213', '-154.915', '7.554', '-38.958', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17240126', 'Sand_Lizard', '6240', '-163.965', '8.149', '-18.008', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17240127', 'Sand_Lizard', '6240', '-159.152', '7.447', '36.063', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17240128', 'Beach_Bunny', '6204', '-174.123', '7.144', '-17.756', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17240129', 'Beach_Bunny', '6204', '-140.000', '6.000', '-0.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240130', 'Velociraptor', '6244', '-66.000', '-0.500', '58.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17240131', 'Doom_Soldier', '6207', '-155.341', '7.185', '42.764', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240132', 'Fantasma', '6209', '-156.436', '7.507', '4.787', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17240133', 'Goblin_Bandit', '6213', '-70.337', '-0.260', '-33.754', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17240134', 'Goblin_Alchemist', '6212', '-70.871', '-0.336', '-54.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240135', 'Robber_Crab', '6237', '56.000', '4.000', '-154.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240136', 'Robber_Crab', '6237', '70.000', '-0.500', '-123.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240137', 'Sand_Lizard', '6240', '-94.377', '1.777', '-77.286', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240138', 'Sand_Lizard', '6240', '-43.455', '-0.249', '-73.865', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17240139', 'Sand_Lizard', '6240', '-178.318', '7.524', '-61.697', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17240140', 'Sand_Lizard', '6240', '-93.664', '0.596', '-40.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240141', 'Velociraptor', '6244', '55.000', '0.014', '-76.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17240142', 'Doom_Soldier', '6207', '-88.000', '0.491', '9.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17240143', 'Doom_Mage', '6206', '-74.664', '0.207', '-60.099', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17240144', 'Fire_Elemental', '6210', '-97.820', '0.706', '-40.265', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17240145', 'Goblin_Shepherd', '6220', '-104.159', '0.129', '40.355', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17240146', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240147', 'Sand_Lizard', '6240', '-114.000', '-0.279', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240148', 'Sand_Lizard', '6240', '-114.504', '-0.896', '33.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240149', 'Sand_Lizard', '6240', '-112.928', '-0.438', '43.572', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17240150', 'Sand_Lizard', '6240', '-95.426', '-0.066', '45.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240151', 'Sand_Lizard', '6240', '-130.306', '-0.168', '43.241', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17240152', 'Velociraptor', '6244', '-110.073', '-1.307', '26.077', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17240153', 'Doom_Mage', '6206', '-94.875', '-0.915', '-18.312', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17240154', 'Fantasma', '6209', '-106.212', '-0.514', '12.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240155', 'Goblin_Bandit', '6213', '-79.146', '-0.346', '44.272', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17240156', 'Goblin_Shepherd', '6220', '-68.883', '-1.638', '-16.536', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17240157', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240158', 'Velociraptor', '6244', '-57.000', '-1.000', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240159', 'Velociraptor', '6244', '-44.000', '-0.600', '-19.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17240160', 'Sand_Lizard', '6240', '-64.508', '-2.753', '-8.592', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17240161', 'Sand_Lizard', '6240', '-74.319', '-2.164', '14.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240162', 'Sand_Lizard', '6240', '-56.000', '-0.500', '37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240163', 'Sand_Lizard', '6240', '-45.379', '-0.754', '17.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240164', 'Sand_Lizard', '6240', '-35.078', '-0.603', '53.982', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240165', 'Goblin_Mercenary', '6217', '-75.551', '-0.279', '96.352', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240166', 'Velociraptor', '6244', '-41.000', '0.351', '120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240167', 'Velociraptor', '6244', '-41.767', '0.338', '96.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240168', 'Velociraptor', '6244', '-67.000', '0.120', '87.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240169', 'Sand_Lizard', '6240', '-42.998', '-0.480', '83.220', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240170', 'Sand_Lizard', '6240', '-55.436', '-0.006', '84.424', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17240171', 'Sand_Lizard', '6240', '-66.102', '-0.359', '111.204', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17240172', 'Enna-enna', '6208', '-32.322', '-1.542', '136.790', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240173', 'Goblin_Alchemist', '6212', '-4.805', '-0.686', '159.007', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17240174', 'Sand_Lizard', '6240', '-7.000', '-0.414', '136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240175', 'Sand_Lizard', '6240', '5.519', '-0.369', '163.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240176', 'Sand_Lizard', '6240', '-10.586', '-0.285', '116.435', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17240177', 'Sand_Cockatrice', '6239', '-9.302', '-1.162', '150.034', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240178', 'Sand_Cockatrice', '6239', '27.000', '0.426', '175.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240179', 'Enna-enna', '6208', '-13.332', '0.079', '126.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240181', 'Velociraptor', '6244', '24.988', '-0.343', '-73.873', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17240182', 'Velociraptor', '6244', '78.989', '-0.260', '-88.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240183', 'Robber_Crab', '6237', '-22.613', '-0.105', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240184', 'Robber_Crab', '6237', '25.958', '-0.677', '-97.172', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17240185', 'Robber_Crab', '6237', '9.000', '-0.549', '-89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240186', 'Robber_Crab', '6237', '85.161', '-0.292', '-109.526', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17240187', 'Robber_Crab', '6237', '6.641', '-0.809', '-71.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240188', 'Beach_Bunny', '6204', '93.335', '-0.896', '-103.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240189', 'Beach_Bunny', '6204', '42.553', '-0.326', '-93.871', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17240190', 'Sand_Cockatrice', '6239', '36.000', '-0.708', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240191', 'Velociraptor', '6244', '34.647', '-0.801', '-31.008', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17240192', 'Velociraptor', '6244', '33.784', '0.154', '-19.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240193', 'Sand_Cockatrice', '6239', '41.630', '-0.508', '-35.939', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17240194', 'Sand_Cockatrice', '6239', '51.086', '-1.282', '-43.654', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17240195', 'Velociraptor', '6244', '38.182', '-0.199', '10.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240196', 'Velociraptor', '6244', '51.400', '-0.453', '-23.167', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17240197', 'Sand_Cockatrice', '6239', '39.000', '-0.489', '24.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17240198', 'Sand_Cockatrice', '6239', '12.561', '-0.062', '2.844', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240199', 'Velociraptor', '6244', '86.691', '-0.656', '43.022', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17240200', 'Velociraptor', '6244', '42.329', '-0.510', '39.127', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17240201', 'Velociraptor', '6244', '51.230', '-0.500', '26.599', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17240202', 'Sand_Cockatrice', '6239', '56.212', '0.078', '44.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240203', 'Sand_Cockatrice', '6239', '59.761', '-0.955', '54.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240204', 'Velociraptor', '6244', '55.343', '1.897', '-136.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240205', 'Velociraptor', '6244', '94.603', '-1.320', '-99.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240206', 'Velociraptor', '6244', '9.000', '-0.400', '-114.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17240207', 'Velociraptor', '6244', '49.251', '-0.499', '-113.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240208', 'Velociraptor', '6244', '108.000', '-0.500', '-116.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240209', 'Velociraptor', '6244', '71.000', '-0.959', '-100.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240210', 'Beach_Bunny', '6204', '98.263', '2.167', '-140.957', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17240211', 'Beach_Bunny', '6204', '92.488', '0.657', '-131.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240212', 'Robber_Crab', '6237', '104.530', '3.490', '-158.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240213', 'Robber_Crab', '6237', '31.000', '-0.856', '-126.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17240214', 'Robber_Crab', '6237', '24.381', '0.204', '-140.896', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17240215', 'Terror_Pugil', '6243', '102.000', '4.000', '-180.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17240216', 'Terror_Pugil', '6243', '80.000', '4.000', '-164.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17240217', 'Terror_Pugil', '6243', '93.000', '4.000', '-172.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17240218', 'Air_Elemental', '6202', '97.352', '-0.201', '-112.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240219', 'Robber_Crab', '6237', '38.558', '3.500', '-168.933', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240220', 'Robber_Crab', '6237', '89.622', '3.500', '-170.979', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17240221', 'Robber_Crab', '6237', '108.865', '4.237', '-180.776', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17240222', 'Terror_Pugil', '6243', '50.000', '4.000', '-162.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17240223', 'Terror_Pugil', '6243', '111.573', '3.800', '-196.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240224', 'Terror_Pugil', '6243', '35.361', '3.500', '-162.366', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17240225', 'Terror_Pugil', '6243', '66.428', '3.500', '-158.479', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240226', 'Fantasma', '6209', '111.000', '-0.700', '-120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240227', 'Beach_Bunny', '6204', '-56.000', '-0.500', '-76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240228', 'Beach_Bunny', '6204', '16.047', '-0.645', '-131.422', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17240229', 'Robber_Crab', '6237', '-49.000', '-0.443', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240230', 'Robber_Crab', '6237', '6.949', '-0.722', '-126.390', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17240231', 'Robber_Crab', '6237', '-6.214', '-0.684', '-107.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240233', 'Beach_Bunny', '6204', '127.332', '3.498', '-158.919', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17240234', 'Beach_Bunny', '6204', '120.368', '1.303', '-137.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240235', 'Robber_Crab', '6237', '127.138', '3.499', '-159.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240236', 'Robber_Crab', '6237', '99.000', '1.000', '-128.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17240237', 'Beach_Bunny', '6204', '73.000', '2.000', '-142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240238', 'Robber_Crab', '6237', '120.321', '3.800', '-196.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240239', 'Robber_Crab', '6237', '99.000', '3.000', '-176.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17240240', 'Terror_Pugil', '6243', '125.407', '3.800', '-188.326', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17240241', 'Velociraptor', '6244', '86.360', '-0.320', '168.701', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17240242', 'Velociraptor', '6244', '61.334', '-2.689', '196.676', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240243', 'Velociraptor', '6244', '99.596', '0.244', '156.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240244', 'Sand_Cockatrice', '6239', '32.029', '-0.501', '155.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240245', 'Sand_Cockatrice', '6239', '98.098', '0.105', '161.568', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17240246', 'Sand_Cockatrice', '6239', '68.949', '-0.966', '180.558', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17240247', 'Sand_Cockatrice', '6239', '109.000', '1.000', '225.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17240248', 'Sand_Cockatrice', '6239', '61.000', '-2.000', '219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240249', 'Sand_Cockatrice', '6239', '93.000', '1.000', '189.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240250', 'Sand_Cockatrice', '6239', '54.518', '-1.507', '202.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240251', 'Velociraptor', '6244', '139.000', '6.000', '180.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17240252', 'Velociraptor', '6244', '168.083', '0.900', '213.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240253', 'Sand_Cockatrice', '6239', '150.518', '7.749', '199.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240254', 'Sand_Cockatrice', '6239', '144.348', '4.111', '161.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240255', 'Sand_Cockatrice', '6239', '157.000', '8.000', '175.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17240256', 'Sand_Cockatrice', '6239', '117.718', '6.747', '198.080', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17240257', 'Sand_Cockatrice', '6239', '114.439', '2.856', '180.074', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17240258', 'Velociraptor', '6244', '82.003', '1.170', '95.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240259', 'Sand_Cockatrice', '6239', '82.067', '-0.316', '127.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240260', 'Sand_Cockatrice', '6239', '83.253', '-1.790', '112.033', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17240261', 'Velociraptor', '6244', '91.000', '-0.600', '231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240262', 'Velociraptor', '6244', '119.591', '0.109', '266.963', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17240263', 'Sand_Cockatrice', '6239', '103.527', '-1.083', '258.867', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17240264', 'Sand_Cockatrice', '6239', '128.933', '-0.817', '263.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240265', 'Air_Elemental', '6202', '121.440', '0.423', '261.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240266', 'Velociraptor', '6244', '137.000', '0.158', '242.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17240267', 'Velociraptor', '6244', '122.793', '-0.198', '236.149', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17240268', 'Sand_Cockatrice', '6239', '145.641', '0.236', '236.808', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17240269', 'Sand_Cockatrice', '6239', '164.000', '-0.271', '237.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17240270', 'Velociraptor', '6244', '50.567', '-0.924', '247.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240271', 'Velociraptor', '6244', '31.773', '-1.048', '211.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240272', 'Sand_Cockatrice', '6239', '91.793', '-0.254', '247.486', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17240273', 'Sand_Cockatrice', '6239', '45.611', '-0.419', '241.266', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17240274', 'Goblin_Mercenary', '6217', '-5.629', '-0.759', '236.711', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17240275', 'Goblin_Alchemist', '6212', '9.977', '-0.432', '237.051', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17240276', 'Velociraptor', '6244', '-10.869', '-1.958', '244.579', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17240277', 'Velociraptor', '6244', '-19.223', '-4.428', '273.239', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17240278', 'Velociraptor', '6244', '26.689', '-2.211', '210.332', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17240279', 'Doom_Soldier', '6207', '5.822', '0.018', '255.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240280', 'Doom_Mage', '6206', '-1.278', '-0.747', '285.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240281', 'Goblin_Alchemist', '6212', '-40.444', '-8.500', '278.100', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17240282', 'Velociraptor', '6244', '-44.221', '-8.504', '274.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240283', 'Velociraptor', '6244', '-32.415', '-7.534', '262.930', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17240284', 'Velociraptor', '6244', '-31.271', '-8.417', '238.722', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17240285', 'Velociraptor', '6244', '-38.159', '-8.356', '245.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240286', 'Doom_Mage', '6206', '-47.960', '-10.331', '284.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240287', 'Fantasma', '6209', '-29.000', '-7.000', '287.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240288', 'Goblin_Mercenary', '6217', '-78.000', '-7.000', '233.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240289', 'Goblin_Mercenary', '6217', '-92.657', '-8.133', '202.634', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17240290', 'Goblin_Shepherd', '6220', '-58.783', '-8.391', '227.263', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17240291', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240292', 'Velociraptor', '6244', '-50.000', '-7.000', '236.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240293', 'Velociraptor', '6244', '-68.787', '-8.437', '218.052', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240294', 'Doom_Soldier', '6207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240295', 'Doom_Soldier', '6207', '-63.026', '-9.126', '223.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240296', 'Goblin_Shepherd', '6220', '-103.667', '-7.724', '198.084', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17240297', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240298', 'Goblin_Alchemist', '6212', '-148.605', '-8.728', '224.892', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17240299', 'Goblin_Bandit', '6213', '-119.385', '-10.890', '224.180', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17240300', 'Velociraptor', '6244', '-146.404', '-8.334', '206.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240301', 'Velociraptor', '6244', '-139.723', '-9.936', '222.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240302', 'Velociraptor', '6244', '-152.773', '-8.364', '235.812', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17240303', 'Fire_Elemental', '6210', '-133.441', '-9.796', '232.733', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17240304', 'Goblin_Shepherd', '6220', '-170.000', '-7.000', '234.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17240305', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240306', 'Goblin_Mercenary', '6217', '-196.058', '-0.664', '242.764', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240307', 'Goblin_Mercenary', '6217', '-199.529', '-0.529', '239.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240308', 'Goblin_Alchemist', '6212', '-186.032', '-7.719', '196.377', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240309', 'Velociraptor', '6244', '-186.606', '-5.249', '222.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240310', 'Velociraptor', '6244', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240311', 'Velociraptor', '6244', '-202.256', '-0.473', '236.764', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17240312', 'Doom_Soldier', '6207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240313', 'Doom_Mage', '6206', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240314', 'Fire_Elemental', '6210', '-205.226', '-0.811', '244.788', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17240316', 'Goblin_Mercenary', '6217', '-61.664', '-8.015', '163.289', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17240317', 'Velociraptor', '6244', '-65.404', '0.159', '120.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240318', 'Sand_Cockatrice', '6239', '-22.969', '-7.305', '159.582', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17240319', 'Sand_Cockatrice', '6239', '-8.855', '-0.258', '121.569', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17240320', 'Sand_Cockatrice', '6239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240321', 'Sand_Cockatrice', '6239', '-66.669', '-7.936', '158.061', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240322', 'Doom_Soldier', '6207', '-86.270', '-8.911', '152.536', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17240323', 'Enna-enna', '6208', '-58.308', '-7.562', '154.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240324', 'Robber_Crab', '6237', '-121.445', '-9.426', '251.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240325', 'Robber_Crab', '6237', '-114.396', '-8.419', '241.882', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17240326', 'Robber_Crab', '6237', '-129.904', '-8.313', '238.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240327', 'Robber_Crab', '6237', '-97.410', '-7.675', '239.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240328', 'Robber_Crab', '6237', '-126.317', '-10.140', '252.654', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17240329', 'Robber_Crab', '6237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240330', 'Robber_Crab', '6237', '-163.870', '-8.497', '196.435', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17240331', 'Robber_Crab', '6237', '-146.095', '-8.316', '190.249', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17240332', 'Robber_Crab', '6237', '-160.245', '-8.501', '199.611', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240333', 'Robber_Crab', '6237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240334', 'Robber_Crab', '6237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240335', 'Goblin_Shepherd', '6220', '-220.137', '-7.809', '167.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240336', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240337', 'Goblin_Alchemist', '6212', '-231.748', '-9.503', '171.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240338', 'Goblin_Bandit', '6213', '-236.574', '-8.496', '162.404', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17240339', 'Velociraptor', '6244', '-246.015', '-8.619', '160.529', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240340', 'Velociraptor', '6244', '-216.020', '-8.280', '156.083', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17240341', 'Velociraptor', '6244', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240342', 'Enna-enna', '6208', '-199.121', '-7.927', '184.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240343', 'Doom_Soldier', '6207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240344', 'Doom_Soldier', '6207', '-196.000', '-8.000', '157.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240345', 'Goblin_Bandit', '6213', '-303.225', '-16.748', '157.660', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17240346', 'Goblin_Bandit', '6213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240347', 'Goblin_Mercenary', '6217', '-276.030', '-16.436', '137.363', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17240348', 'Goblin_Shepherd', '6220', '-340.797', '-0.621', '200.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240349', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240350', 'Goblin_Alchemist', '6212', '-328.559', '-1.750', '258.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240351', 'Doom_Soldier', '6207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240352', 'Goblin_Shepherd', '6220', '-302.833', '-9.386', '290.335', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240353', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240354', 'Goblin_Mercenary', '6217', '-297.632', '-10.542', '339.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240355', 'Goblin_Bandit', '6213', '-299.758', '-8.114', '301.156', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17240356', 'Goblin_Alchemist', '6212', '-303.906', '-6.464', '272.455', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17240357', 'Sand_Cockatrice', '6239', '118.001', '7.499', '362.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240358', 'Sand_Cockatrice', '6239', '111.987', '7.027', '324.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240359', 'Greater_Manticore', '6222', '167.452', '7.262', '360.168', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240360', 'Greater_Manticore', '6222', '110.548', '6.964', '357.024', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17240361', 'Greater_Manticore', '6222', '131.227', '7.632', '337.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240362', 'Greater_Manticore', '6222', '112.925', '7.222', '356.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240363', 'Sand_Cockatrice', '6239', '-192.312', '-1.160', '354.857', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17240364', 'Greater_Manticore', '6222', '-202.000', '-0.500', '370.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240365', 'Greater_Manticore', '6222', '-231.989', '-0.542', '366.856', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17240366', 'Sand_Cockatrice', '6239', '-212.000', '-0.388', '433.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240367', 'Greater_Manticore', '6222', '-205.943', '-0.545', '394.386', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17240368', 'Greater_Manticore', '6222', '-208.434', '-0.057', '417.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240369', 'Greater_Manticore', '6222', '-199.000', '-0.430', '405.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240370', 'Sand_Cockatrice', '6239', '-246.452', '-0.893', '447.796', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17240371', 'Greater_Manticore', '6222', '-262.000', '-0.700', '442.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240372', 'Greater_Manticore', '6222', '-272.224', '-0.942', '461.321', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240373', 'Greater_Manticore', '6222', '-268.000', '-0.558', '440.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240374', 'Greater_Manticore', '6222', '-283.874', '-0.660', '485.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240375', 'Greater_Manticore', '6222', '-224.000', '-0.535', '435.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240376', 'Frostmane', '6211', '-281.000', '-0.500', '471.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240377', 'Air_Elemental', '6202', '-273.408', '-0.727', '481.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240378', 'Sand_Cockatrice', '6239', '-174.099', '-0.560', '447.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17240379', 'Greater_Manticore', '6222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240380', 'Greater_Manticore', '6222', '-164.323', '-0.465', '438.714', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240381', 'Greater_Manticore', '6222', '-189.945', '-0.276', '441.843', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17240382', 'Greater_Manticore', '6222', '-177.000', '-0.494', '474.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240383', 'Greater_Manticore', '6222', '-161.472', '0.184', '461.402', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17240384', 'Air_Elemental', '6202', '-173.940', '-0.392', '467.717', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17240385', 'Goblin_Mercenary', '6217', '-98.000', '-10.000', '423.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17240386', 'Goblin_Alchemist', '6212', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240387', 'Goblin_Bandit', '6213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240388', 'Goblin_Mercenary', '6217', '-100.000', '-8.000', '437.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17240389', 'Sand_Cockatrice', '6239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240390', 'Sand_Cockatrice', '6239', '88.973', '-1.498', '68.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240391', 'Sand_Cockatrice', '6239', '86.488', '-0.434', '79.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240392', 'Greater_Manticore', '6222', '119.613', '-0.526', '78.168', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17240393', 'Greater_Manticore', '6222', '102.000', '0.940', '75.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17240394', 'Sand_Cockatrice', '6239', '195.000', '8.000', '53.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17240395', 'Sand_Cockatrice', '6239', '177.000', '8.000', '78.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17240396', 'Sand_Cockatrice', '6239', '154.603', '7.326', '82.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240397', 'Greater_Manticore', '6222', '198.231', '7.527', '82.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240398', 'Greater_Manticore', '6222', '133.334', '0.147', '89.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240399', 'Greater_Manticore', '6222', '200.418', '7.510', '-2.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240400', 'Greater_Manticore', '6222', '219.000', '7.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240401', 'Sand_Cockatrice', '6239', '214.181', '7.617', '-1.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240402', 'Sand_Cockatrice', '6239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240403', 'Sand_Cockatrice', '6239', '188.874', '6.415', '1.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240404', 'Sand_Cockatrice', '6239', '195.000', '8.000', '67.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17240405', 'Greater_Manticore', '6222', '241.310', '7.412', '40.969', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240406', 'Greater_Manticore', '6222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240407', 'Greater_Manticore', '6222', '244.008', '6.942', '-9.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240408', 'Greater_Manticore', '6222', '240.000', '8.000', '19.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17240409', 'Sand_Cockatrice', '6239', '211.000', '8.000', '13.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17240410', 'Sand_Cockatrice', '6239', '195.000', '8.000', '29.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17240411', 'Sand_Cockatrice', '6239', '202.000', '7.000', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17240412', 'Sand_Cockatrice', '6239', '189.000', '8.000', '18.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17240413', 'Kreutzet', '6233', '207.000', '8.000', '1.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17240414', 'Axesarion_the_Wanderer', '6203', '-107.000', '-8.000', '454.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17240415', 'Hobgoblin_Warrior', '6229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240416', 'Hobgoblin_White_Mage', '6230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240417', 'Hobgoblin_Black_Mage', '6224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240418', 'Hobgoblin_Red_Mage', '6227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240419', 'Hobgoblin_Thief', '6228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240420', 'Hobgoblin_Dark_Knight', '6225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240421', 'Hobgoblin_Ranger', '6226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240422', 'Hobgoblin_Beastmaster', '6223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240423', 'Goblin_s_Rabbit', '6221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240424', 'Stolas', '6241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240425', 'Goblin_Pirate', '6218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240426', 'Goblin_Pirate', '6218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240427', 'Goblin_Duelist', '6216', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240428', 'Goblin_Duelist', '6216', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240429', 'Goblin_Doctor', '6215', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240430', 'Goblin_Doctor', '6215', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240431', 'Goblin_Professor', '6219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240432', 'Goblin_Professor', '6219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240433', 'Goblin_Boss', '6214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240434', 'Kaneakeluh', '6231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240493', 'Kilhwch', '6232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240495', 'Lhu_Mhakaracca', '6234', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17240500', 'Noillurie', '6235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244161', 'Greater_Pugil', '6279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244162', 'Cutter', '6261', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244163', 'Ironshell', '6291', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244164', 'Makara', '6294', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244165', 'Bigclaw', '6253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244166', 'Giant_Spider', '6271', '367.705', '-0.851', '-22.012', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17244167', 'Giant_Spider', '6271', '427.525', '-8.071', '-36.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244168', 'Giant_Spider', '6271', '430.431', '-8.920', '-46.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244169', 'Desert_Dhalmel', '6264', '386.000', '-5.000', '-57.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17244170', 'Giant_Spider', '6271', '389.266', '-8.211', '38.132', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244171', 'Giant_Spider', '6271', '361.979', '-8.645', '78.117', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17244172', 'Sand_Beetle', '6298', '336.000', '-8.000', '63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244173', 'Desert_Dhalmel', '6264', '431.126', '-8.257', '43.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244174', 'Giant_Spider', '6271', '484.842', '-8.826', '86.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244175', 'Sand_Beetle', '6298', '433.313', '-8.401', '92.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244176', 'Sand_Beetle', '6298', '483.355', '-8.417', '122.598', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244177', 'Antican_Auxiliarius', '6245', '482.908', '-8.183', '109.409', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17244178', 'Antican_Auxiliarius', '6245', '520.000', '-8.000', '117.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17244179', 'Giant_Spider', '6271', '481.731', '-8.374', '160.496', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17244180', 'Sand_Beetle', '6298', '485.130', '-7.971', '170.767', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244181', 'Sand_Beetle', '6298', '517.000', '-7.000', '157.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17244182', 'Antican_Auxiliarius', '6245', '434.512', '-8.435', '158.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244183', 'Antican_Auxiliarius', '6245', '483.444', '-7.973', '153.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244184', 'Giant_Spider', '6271', '404.004', '-9.165', '151.673', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17244185', 'Sand_Beetle', '6298', '401.002', '-10.710', '171.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244186', 'Antican_Auxiliarius', '6245', '440.000', '-8.000', '116.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17244187', 'Giant_Spider', '6271', '486.558', '-8.142', '209.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244188', 'Sand_Beetle', '6298', '491.368', '-9.293', '243.587', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244189', 'Antican_Auxiliarius', '6245', '474.798', '-8.466', '213.207', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17244190', 'Diatryma', '6265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244191', 'Sand_Beetle', '6298', '471.259', '3.093', '139.651', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17244192', 'Sand_Beetle', '6298', '493.538', '1.699', '138.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244193', 'Antican_Auxiliarius', '6245', '505.485', '1.699', '142.937', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244194', 'Antican_Auxiliarius', '6245', '460.009', '2.050', '121.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244195', 'Giant_Spider', '6271', '278.000', '-7.000', '128.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17244196', 'Giant_Spider', '6271', '259.742', '-10.595', '151.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244197', 'Sand_Beetle', '6298', '285.148', '-8.632', '161.064', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17244198', 'Desert_Dhalmel', '6264', '246.878', '-7.880', '78.363', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17244199', 'Fire_Elemental', '6269', '278.699', '-10.467', '173.905', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17244200', 'Giant_Spider', '6271', '257.037', '-1.314', '-4.891', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244201', 'Giant_Spider', '6271', '233.642', '-0.767', '-13.562', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17244202', 'Giant_Spider', '6271', '312.983', '-7.195', '-56.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244203', 'Sand_Beetle', '6298', '255.600', '-3.298', '-53.565', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17244204', 'Desert_Dhalmel', '6264', '218.816', '-0.498', '-6.406', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244205', 'Fire_Elemental', '6269', '287.674', '-0.558', '-37.520', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17244206', 'Giant_Spider', '6271', '407.623', '-6.792', '-135.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244207', 'Giant_Spider', '6271', '354.285', '-0.225', '-193.395', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17244208', 'Sand_Beetle', '6298', '346.358', '-3.346', '-137.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244209', 'Desert_Dhalmel', '6264', '371.011', '-1.082', '-142.273', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244210', 'Fire_Elemental', '6269', '372.205', '-3.309', '-113.198', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17244211', 'Giant_Spider', '6271', '261.790', '1.174', '-241.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244212', 'Giant_Spider', '6271', '291.437', '6.614', '-216.855', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17244213', 'Sand_Beetle', '6298', '328.354', '-3.245', '-155.435', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244214', 'Desert_Dhalmel', '6264', '292.025', '6.610', '-194.107', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17244215', 'Fire_Elemental', '6269', '306.207', '2.790', '-188.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244216', 'Giant_Spider', '6271', '275.000', '8.000', '-306.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244217', 'Giant_Spider', '6271', '251.913', '7.257', '-278.501', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17244218', 'Desert_Dhalmel', '6264', '312.908', '7.532', '-324.231', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244219', 'Diatryma', '6265', '231.360', '6.563', '-355.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244220', 'Giant_Spider', '6271', '226.773', '-11.539', '104.043', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17244221', 'Giant_Spider', '6271', '247.317', '-9.339', '149.357', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17244222', 'Sand_Beetle', '6298', '241.535', '-8.484', '195.955', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17244223', 'Fire_Elemental', '6269', '223.252', '-11.188', '181.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244224', 'Giant_Spider', '6271', '159.632', '-8.798', '30.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244225', 'Giant_Spider', '6271', '152.816', '-9.276', '-50.128', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17244226', 'Sand_Beetle', '6298', '140.162', '-11.474', '-20.926', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17244227', 'Antican_Funditor', '6249', '185.780', '-3.871', '-2.377', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244228', 'Flesh_Eater', '6270', '152.964', '-8.985', '-21.664', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17244229', 'Flesh_Eater', '6270', '180.239', '-4.856', '15.706', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17244230', 'Sabotender', '6296', '127.000', '-7.000', '-51.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17244231', 'Giant_Spider', '6271', '206.966', '-8.346', '-129.425', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17244232', 'Giant_Spider', '6271', '149.465', '-25.435', '-145.035', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17244233', 'Sand_Beetle', '6298', '195.287', '-9.042', '-104.346', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17244234', 'Sand_Beetle', '6298', '196.768', '-9.115', '-152.534', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17244235', 'Desert_Dhalmel', '6264', '131.991', '-23.825', '-143.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244236', 'Sabotender', '6296', '164.121', '-8.397', '-79.793', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244237', 'Giant_Spider', '6271', '159.137', '-7.774', '-217.836', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17244238', 'Giant_Spider', '6271', '154.926', '-8.525', '-245.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244239', 'Sand_Beetle', '6298', '240.813', '-0.526', '-199.644', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17244240', 'Desert_Dhalmel', '6264', '204.202', '-2.265', '-226.292', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17244241', 'Sabotender', '6296', '-15.853', '-2.639', '-186.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244242', 'Giant_Spider', '6271', '190.789', '-0.566', '-279.081', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17244243', 'Giant_Spider', '6271', '178.364', '-2.648', '-265.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244244', 'Sand_Beetle', '6298', '197.369', '1.520', '-294.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244245', 'Desert_Dhalmel', '6264', '165.064', '-0.115', '-287.405', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17244246', 'Giant_Spider', '6271', '132.890', '-8.355', '231.648', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17244247', 'Sand_Beetle', '6298', '148.657', '-9.447', '204.256', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17244248', 'Desert_Dhalmel', '6264', '183.000', '-7.000', '166.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17244249', 'Desert_Dhalmel', '6264', '125.779', '-13.043', '245.123', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17244250', 'Fire_Elemental', '6269', '126.004', '-9.943', '233.344', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17244251', 'Giant_Spider', '6271', '230.188', '-9.189', '310.199', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244252', 'Sand_Beetle', '6298', '219.589', '-7.964', '314.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244253', 'Desert_Dhalmel', '6264', '215.767', '-9.706', '299.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244254', 'Desert_Dhalmel', '6264', '184.075', '-8.134', '286.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244255', 'Earth_Elemental', '6268', '203.461', '-8.648', '276.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244256', 'Giant_Spider', '6271', '216.201', '-7.847', '351.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244257', 'Sand_Beetle', '6298', '164.000', '-7.000', '347.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17244258', 'Sand_Beetle', '6298', '180.847', '-9.309', '369.009', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244259', 'Desert_Dhalmel', '6264', '249.897', '-8.584', '315.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244260', 'Desert_Dhalmel', '6264', '180.000', '-7.000', '318.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17244261', 'Earth_Elemental', '6268', '255.583', '-7.863', '323.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244262', 'Giant_Spider', '6271', '202.605', '-9.334', '409.203', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17244263', 'Sand_Beetle', '6298', '226.994', '-8.488', '390.203', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17244264', 'Sand_Beetle', '6298', '232.000', '-7.000', '350.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244265', 'Desert_Dhalmel', '6264', '249.077', '-8.979', '364.442', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17244266', 'Desert_Dhalmel', '6264', '201.000', '-7.000', '351.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244267', 'Earth_Elemental', '6268', '212.229', '-8.565', '394.020', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17244269', 'Giant_Spider', '6271', '71.000', '-7.000', '399.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17244270', 'Sand_Beetle', '6298', '97.531', '-11.872', '267.981', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17244271', 'Sand_Beetle', '6298', '48.501', '-8.903', '296.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244272', 'Antican_Faber', '6248', '76.870', '-11.282', '287.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244273', 'Antican_Faber', '6248', '65.415', '-12.496', '274.662', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17244274', 'Desert_Dhalmel', '6264', '78.905', '-9.605', '275.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244275', 'Giant_Spider', '6271', '80.253', '-8.391', '367.001', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17244276', 'Sand_Beetle', '6298', '92.000', '-9.905', '396.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244277', 'Sand_Beetle', '6298', '75.000', '-7.000', '336.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244278', 'Desert_Dhalmel', '6264', '48.000', '-7.000', '316.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17244279', 'Desert_Dhalmel', '6264', '103.000', '-7.000', '310.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17244280', 'Earth_Elemental', '6268', '55.154', '-8.408', '391.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244281', 'Giant_Spider', '6271', '-75.000', '-7.000', '-1.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17244282', 'Giant_Spider', '6271', '47.659', '-16.343', '179.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244283', 'Sand_Beetle', '6298', '-12.873', '-12.902', '211.880', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244284', 'Sand_Beetle', '6298', '37.723', '-16.289', '200.109', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17244285', 'Antican_Decurio', '6247', '82.623', '-12.787', '241.447', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17244286', 'Flesh_Eater', '6270', '87.183', '-14.956', '226.406', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244287', 'Sabotender', '6296', '79.251', '-16.262', '209.981', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17244288', 'Giant_Spider', '6271', '-111.639', '-7.560', '220.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244289', 'Sand_Beetle', '6298', '-17.000', '-7.000', '284.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17244290', 'Sand_Beetle', '6298', '29.215', '-30.914', '113.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244291', 'Antican_Funditor', '6249', '39.302', '-17.220', '40.186', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17244292', 'Antican_Decurio', '6247', '2.986', '-7.901', '257.183', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17244293', 'Antican_Decurio', '6247', '119.980', '-17.571', '179.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244294', 'Flesh_Eater', '6270', '-32.383', '-7.980', '244.529', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17244295', 'Antican_Faber', '6248', '105.137', '-12.519', '38.927', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17244296', 'Antican_Funditor', '6249', '74.751', '-8.401', '-81.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244297', 'Antican_Decurio', '6247', '54.910', '-19.563', '93.139', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17244298', 'Giant_Spider', '6271', '47.116', '-20.374', '141.333', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244299', 'Sand_Beetle', '6298', '71.859', '-8.363', '-0.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244300', 'Antican_Decurio', '6247', '91.975', '-14.343', '20.694', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17244301', 'Antican_Decurio', '6247', '81.867', '-8.442', '-37.715', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17244302', 'Flesh_Eater', '6270', '32.115', '-28.308', '87.105', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17244303', 'Flesh_Eater', '6270', '37.414', '-24.589', '100.910', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17244304', 'Sabotender', '6296', '73.024', '-16.841', '73.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244305', 'Earth_Elemental', '6268', '106.592', '-19.279', '173.353', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17244306', 'Sand_Beetle', '6298', '51.174', '-15.691', '36.141', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17244307', 'Sand_Beetle', '6298', '71.007', '-8.153', '-77.437', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17244308', 'Antican_Faber', '6248', '7.375', '-7.692', '-58.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244309', 'Antican_Funditor', '6249', '-46.133', '-7.868', '-106.357', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17244310', 'Antican_Decurio', '6247', '73.668', '-7.782', '-17.672', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244311', 'Flesh_Eater', '6270', '111.454', '-9.141', '52.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244312', 'Sabotender', '6296', '67.723', '-14.316', '25.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244313', 'Sand_Beetle', '6298', '53.985', '3.499', '-86.702', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17244314', 'Antican_Faber', '6248', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244315', 'Antican_Decurio', '6247', '40.441', '0.643', '-307.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244316', 'Antican_Decurio', '6247', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244317', 'Flesh_Eater', '6270', '49.570', '-7.917', '-17.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244318', 'Antican_Veles', '6252', '16.923', '4.699', '-60.239', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17244319', 'Antican_Veles', '6252', '43.965', '1.734', '-63.137', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17244320', 'Antican_Veles', '6252', '62.498', '1.623', '-44.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244321', 'Antican_Centurio', '6246', '63.667', '1.497', '-54.497', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17244322', 'Antican_Centurio', '6246', '37.521', '2.691', '-58.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244323', 'Sand_Beetle', '6298', '56.019', '-11.632', '-119.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244324', 'Antican_Centurio', '6246', '48.550', '3.497', '-86.337', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17244325', 'Giant_Spider', '6271', '133.444', '-10.997', '-83.867', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244326', 'Sand_Beetle', '6298', '46.507', '-8.325', '-80.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244327', 'Sand_Beetle', '6298', '-4.754', '-6.221', '-171.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244328', 'Antican_Funditor', '6249', '-139.587', '-8.145', '176.036', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244329', 'Flesh_Eater', '6270', '38.210', '-8.269', '-90.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244330', 'Lost_Soul', '6293', '60.424', '-14.219', '-121.676', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17244331', 'Lost_Soul', '6293', '25.582', '-9.979', '-100.847', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17244332', 'Sabotender', '6296', '36.000', '-8.000', '-123.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17244333', 'Giant_Spider', '6271', '-2.826', '-7.274', '-166.777', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17244334', 'Sand_Beetle', '6298', '1.824', '-2.741', '-182.993', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17244335', 'Sand_Beetle', '6298', '115.516', '7.458', '-317.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244336', 'Antican_Sagittarius', '6250', '25.477', '-5.245', '-211.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244337', 'Flesh_Eater', '6270', '20.571', '0.082', '-236.279', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244338', 'Lost_Soul', '6293', '-0.353', '-10.706', '-108.070', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17244339', 'Lost_Soul', '6293', '40.689', '-1.694', '-239.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244340', 'Sabotender', '6296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244341', 'Sand_Beetle', '6298', '37.870', '-0.213', '-288.740', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17244342', 'Sand_Beetle', '6298', '19.865', '7.306', '-370.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244343', 'Antican_Speculator', '6251', '34.031', '0.187', '-310.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244344', 'Antican_Decurio', '6247', '-61.451', '-15.917', '157.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244345', 'Desert_Dhalmel', '6264', '68.318', '5.905', '-319.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244346', 'Flesh_Eater', '6270', '30.569', '4.645', '-343.652', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17244347', 'Lost_Soul', '6293', '81.000', '2.852', '-299.046', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17244348', 'Lost_Soul', '6293', '25.450', '2.539', '-336.672', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244349', 'Sabotender', '6296', '128.292', '-1.787', '-275.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244351', 'Sand_Beetle', '6298', '49.359', '7.686', '-404.093', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17244352', 'Sand_Beetle', '6298', '-52.093', '4.488', '-291.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244353', 'Desert_Dhalmel', '6264', '73.901', '7.804', '-359.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244354', 'Flesh_Eater', '6270', '45.074', '7.784', '-389.747', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17244355', 'Lost_Soul', '6293', '129.982', '7.551', '-342.344', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244356', 'Lost_Soul', '6293', '120.767', '5.065', '-373.282', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17244357', 'Diatryma', '6265', '-193.000', '7.000', '-326.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244358', 'Sand_Beetle', '6298', '-126.819', '6.855', '-300.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244359', 'Sand_Beetle', '6298', '-16.082', '0.257', '-201.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244360', 'Antican_Sagittarius', '6250', '-118.242', '6.623', '-329.353', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17244361', 'Antican_Sagittarius', '6250', '-27.233', '6.265', '-322.527', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17244362', 'Goblin_Robber', '6276', '-7.476', '4.158', '-338.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244363', 'Desert_Dhalmel', '6264', '-96.000', '7.000', '-304.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17244364', 'Flesh_Eater', '6270', '-34.202', '7.779', '-351.015', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17244365', 'Lost_Soul', '6293', '-129.580', '6.474', '-314.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244366', 'Lost_Soul', '6293', '-48.298', '8.073', '-330.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244367', 'Diatryma', '6265', '-40.313', '8.092', '-340.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244368', 'Sand_Beetle', '6298', '-4.000', '-6.000', '-171.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244369', 'Antican_Speculator', '6251', '-21.492', '0.278', '-276.466', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17244370', 'Antican_Speculator', '6251', '3.378', '0.233', '-248.304', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17244371', 'Antican_Sagittarius', '6250', '1.629', '-0.492', '-242.412', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17244372', 'Centurio_XII-I', '6255', '-44.353', '-0.433', '-243.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244373', 'Antican_Decurio', '6247', '-71.918', '-12.450', '176.819', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244374', 'Antican_Speculator', '6251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244375', 'Sand_Beetle', '6298', '-77.198', '4.659', '-225.729', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17244376', 'Antican_Speculator', '6251', '23.000', '10.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244377', 'Antican_Speculator', '6251', '0.926', '9.701', '-262.476', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17244378', 'Antican_Sagittarius', '6250', '-20.818', '10.338', '-255.974', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17244379', 'Sand_Beetle', '6298', '-125.033', '7.769', '-252.723', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17244380', 'Sand_Beetle', '6298', '-23.701', '-8.078', '-73.650', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17244381', 'Antican_Speculator', '6251', '-134.793', '-1.790', '-205.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244382', 'Antican_Sagittarius', '6250', '-68.891', '-0.205', '-205.578', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17244383', 'Goblin_Robber', '6276', '-98.004', '-6.534', '-161.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244384', 'Goblin_Poacher', '6274', '-110.036', '-4.941', '-181.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244385', 'Lost_Soul', '6293', '-94.881', '8.040', '-268.801', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17244386', 'Lost_Soul', '6293', '-77.967', '7.784', '-252.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244387', 'Giant_Spider', '6271', '-38.000', '-7.000', '-35.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17244388', 'Sand_Beetle', '6298', '-58.202', '-4.171', '-86.039', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17244389', 'Sand_Beetle', '6298', '-157.269', '1.799', '-50.136', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244390', 'Antican_Funditor', '6249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244391', 'Flesh_Eater', '6270', '7.392', '-9.480', '-86.863', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17244392', 'Lost_Soul', '6293', '-40.980', '-7.783', '-134.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244393', 'Lost_Soul', '6293', '-11.770', '-10.045', '-91.064', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17244394', 'Sabotender', '6296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244395', 'Giant_Spider', '6271', '-85.000', '2.952', '-46.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17244396', 'Dune_Widow', '6267', '-124.890', '-8.576', '32.533', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17244397', 'Giant_Spider', '6271', '-110.259', '-11.813', '54.668', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244398', 'Sand_Beetle', '6298', '-93.491', '-3.433', '-57.018', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17244399', 'Sand_Beetle', '6298', '-76.084', '-16.367', '73.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244400', 'Flesh_Eater', '6270', '-166.360', '6.692', '-71.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244401', 'Flesh_Eater', '6270', '-153.801', '5.918', '-75.302', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17244402', 'Lost_Soul', '6293', '-88.297', '-0.991', '-60.190', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17244403', 'Lost_Soul', '6293', '-57.281', '-11.566', '17.443', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244404', 'Sabotender', '6296', '-19.684', '-9.312', '9.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244405', 'Earth_Elemental', '6268', '-118.511', '-6.920', '-11.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244406', 'Giant_Spider', '6271', '-63.693', '-15.468', '37.550', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17244407', 'Sand_Beetle', '6298', '-53.873', '-16.019', '75.358', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17244408', 'Sand_Beetle', '6298', '7.007', '-23.652', '134.978', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17244409', 'Flesh_Eater', '6270', '-8.441', '-21.510', '67.931', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244410', 'Flesh_Eater', '6270', '-9.341', '-19.025', '52.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244411', 'Sabotender', '6296', '9.555', '-18.837', '48.225', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17244412', 'Earth_Elemental', '6268', '11.804', '-31.675', '81.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244413', 'Giant_Spider', '6271', '-36.319', '-16.343', '127.472', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17244414', 'Sand_Beetle', '6298', '-78.232', '-15.851', '144.444', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17244415', 'Sand_Beetle', '6298', '-101.116', '-7.910', '302.738', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17244416', 'Antican_Decurio', '6247', '-106.067', '-7.938', '330.504', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17244417', 'Antican_Decurio', '6247', '-65.245', '-10.943', '404.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244418', 'Flesh_Eater', '6270', '-48.356', '-12.090', '179.856', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244419', 'Sabotender', '6296', '267.000', '-0.922', '-146.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17244420', 'Giant_Spider', '6271', '-98.459', '-7.756', '356.935', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17244421', 'Sand_Beetle', '6298', '-211.152', '-3.569', '253.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244422', 'Antican_Decurio', '6247', '-153.581', '-7.471', '273.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244423', 'Antican_Decurio', '6247', '-158.383', '-7.869', '302.302', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244424', 'Desert_Dhalmel', '6264', '-106.869', '-8.254', '309.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244425', 'Flesh_Eater', '6270', '-117.565', '-8.452', '361.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244426', 'Flesh_Eater', '6270', '-45.536', '-8.235', '297.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244427', 'Diatryma', '6265', '-39.000', '-8.000', '326.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17244428', 'Giant_Spider', '6271', '-161.333', '-8.412', '327.637', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17244429', 'Sand_Beetle', '6298', '-120.702', '-13.240', '146.331', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244430', 'Antican_Decurio', '6247', '-111.851', '-10.070', '113.363', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244431', 'Antican_Decurio', '6247', '-209.431', '-1.413', '218.416', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17244432', 'Desert_Dhalmel', '6264', '-182.000', '-0.010', '204.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17244433', 'Flesh_Eater', '6270', '-161.004', '-4.603', '262.892', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17244434', 'Flesh_Eater', '6270', '-193.262', '-9.657', '290.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244435', 'Diatryma', '6265', '-147.101', '-7.989', '360.490', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17244436', 'Giant_Spider', '6271', '-129.646', '-10.544', '106.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244437', 'Sand_Beetle', '6298', '-199.234', '-0.320', '209.325', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17244438', 'Antican_Funditor', '6249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244439', 'Antican_Decurio', '6247', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244440', 'Desert_Dhalmel', '6264', '-137.974', '-7.935', '165.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244441', 'Flesh_Eater', '6270', '-114.096', '-8.550', '101.389', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17244442', 'Sabotender', '6296', '-118.895', '-9.397', '159.682', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17244443', 'Giant_Spider', '6271', '-189.983', '-3.048', '150.850', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244444', 'Sand_Beetle', '6298', '-202.024', '-0.500', '157.086', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17244445', 'Sand_Beetle', '6298', '-17.925', '-28.571', '98.593', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17244446', 'Antican_Decurio', '6247', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244447', 'Desert_Dhalmel', '6264', '-201.265', '-0.233', '165.669', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244448', 'Flesh_Eater', '6270', '-157.449', '-1.464', '195.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244449', 'Goblin_Reaper', '6275', '-239.743', '-0.559', '164.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244450', 'Goblin_Trader', '6278', '-270.000', '-0.010', '119.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17244451', 'Goblin_s_Spider', '6277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244452', 'Desert_Dhalmel', '6264', '-239.922', '-2.566', '111.553', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244453', 'Lesser_Manticore', '6292', '-223.508', '-7.196', '118.673', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17244454', 'Lesser_Manticore', '6292', '-328.707', '-0.026', '103.614', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17244455', 'Goblin_Trader', '6278', '-139.081', '-8.041', '84.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244456', 'Goblin_s_Spider', '6277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244457', 'Goblin_Trader', '6278', '-124.274', '-9.301', '73.439', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17244458', 'Goblin_s_Spider', '6277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244459', 'Desert_Dhalmel', '6264', '-232.940', '-1.520', '54.335', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244460', 'Lost_Soul', '6293', '-173.143', '-7.243', '18.870', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17244461', 'Sabotender', '6296', '-219.352', '-0.461', '70.676', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17244462', 'Lesser_Manticore', '6292', '-217.199', '-0.504', '63.937', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17244463', 'Lesser_Manticore', '6292', '-225.954', '-1.753', '95.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244464', 'Goblin_Reaper', '6275', '-327.522', '0.125', '54.481', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17244465', 'Goblin_Trader', '6278', '-289.630', '-0.833', '38.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244466', 'Goblin_s_Spider', '6277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244467', 'Desert_Dhalmel', '6264', '-287.000', '-0.206', '59.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17244468', 'Lost_Soul', '6293', '-313.490', '-0.219', '83.868', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17244469', 'Lesser_Manticore', '6292', '-322.240', '0.030', '13.309', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17244470', 'Lesser_Manticore', '6292', '-348.485', '-0.125', '40.435', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17244472', 'Goblin_Reaper', '6275', '-249.378', '-1.141', '0.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244473', 'Goblin_Reaper', '6275', '-318.553', '2.562', '-57.503', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17244474', 'Desert_Dhalmel', '6264', '-304.093', '0.318', '-11.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244475', 'Lost_Soul', '6293', '-329.810', '-1.833', '-40.677', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17244476', 'Lost_Soul', '6293', '-310.616', '-0.153', '-43.730', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17244477', 'Lost_Soul', '6293', '-286.270', '-0.161', '-48.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244478', 'Lesser_Manticore', '6292', '-176.000', '-7.000', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244479', 'Lesser_Manticore', '6292', '-158.000', '-8.000', '79.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17244480', 'Goblin_Robber', '6276', '-202.655', '7.808', '-90.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244481', 'Goblin_Robber', '6276', '-235.042', '7.571', '-161.943', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17244482', 'Goblin_Trader', '6278', '-188.603', '7.162', '-108.062', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17244483', 'Goblin_s_Spider', '6277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244484', 'Goblin_Poacher', '6274', '-95.093', '0.003', '-118.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244485', 'Lost_Soul', '6293', '-218.446', '8.227', '-150.448', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17244486', 'Lost_Soul', '6293', '-164.947', '7.994', '-141.689', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17244487', 'Sabotender', '6296', '-212.677', '9.197', '-180.840', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17244488', 'Goblin_Robber', '6276', '-239.932', '8.205', '-222.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244489', 'Goblin_Poacher', '6274', '-163.688', '7.066', '-245.234', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17244490', 'Goblin_Poacher', '6274', '-191.705', '5.937', '-249.128', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17244491', 'Goblin_Robber', '6276', '-206.000', '8.000', '-207.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17244492', 'Goblin_Robber', '6276', '-226.305', '7.683', '-194.950', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17244493', 'Goblin_Poacher', '6274', '-207.000', '8.000', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244494', 'Goblin_Reaper', '6275', '-179.070', '8.453', '-162.468', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17244495', 'Goblin_Robber', '6276', '-178.490', '9.323', '-217.944', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17244496', 'Goblin_Poacher', '6274', '-183.157', '9.550', '-212.402', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17244497', 'Goblin_Poacher', '6274', '-195.000', '8.000', '-166.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244498', 'Goblin_Trader', '6278', '-293.924', '7.675', '-127.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244499', 'Goblin_s_Spider', '6277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244500', 'Goblin_Robber', '6276', '-323.000', '8.000', '-111.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17244501', 'Desert_Dhalmel', '6264', '-293.997', '5.249', '-160.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244502', 'Lost_Soul', '6293', '-304.181', '7.303', '-113.645', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244503', 'Lesser_Manticore', '6292', '-174.000', '-0.030', '237.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17244504', 'Lesser_Manticore', '6292', '-158.000', '-8.000', '35.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244505', 'Goblin_Poacher', '6274', '-315.267', '7.273', '-194.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244506', 'Goblin_Reaper', '6275', '-303.745', '5.910', '-190.736', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17244507', 'Desert_Dhalmel', '6264', '-307.000', '8.000', '-206.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244508', 'Lost_Soul', '6293', '-269.004', '7.931', '-200.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244509', 'Goblin_Robber', '6276', '-232.230', '7.024', '-273.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244510', 'Goblin_Poacher', '6274', '-247.130', '6.922', '-322.046', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17244511', 'Desert_Dhalmel', '6264', '-223.968', '7.115', '-309.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244512', 'Lost_Soul', '6293', '-220.176', '8.170', '-316.996', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17244513', 'Diatryma', '6265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244514', 'Doom_Scorpion', '6266', '291.630', '-7.680', '61.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244515', 'Flesh_Eater', '6270', '76.028', '-16.212', '191.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244516', 'Doom_Scorpion', '6266', '59.561', '-15.721', '195.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244517', 'Flesh_Eater', '6270', '40.000', '-8.000', '242.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244518', 'Doom_Scorpion', '6266', '20.147', '-8.216', '275.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244519', 'Flesh_Eater', '6270', '-58.996', '-16.280', '74.222', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244520', 'Doom_Scorpion', '6266', '-71.603', '-15.605', '57.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244521', 'Doom_Scorpion', '6266', '-269.405', '-0.099', '-6.951', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17244522', 'Goblin_Digger', '6272', '-211.184', '7.776', '-136.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17244523', 'Decurio_I-III', '6262', '111.000', '-7.000', '-75.000', '173'); -INSERT INTO `mob_spawn_points` VALUES ('17244524', 'Tsuchigumo', '6301', '45.000', '-8.000', '404.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17244525', 'Tsuchigumo', '6301', '46.000', '-8.000', '404.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17244526', 'Hobgoblin_Warrior', '6289', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244527', 'Hobgoblin_White_Mage', '6290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244528', 'Hobgoblin_Black_Mage', '6284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244529', 'Hobgoblin_Red_Mage', '6287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244530', 'Hobgoblin_Thief', '6288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244531', 'Hobgoblin_Dark_Knight', '6285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244532', 'Hobgoblin_Ranger', '6286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244533', 'Hobgoblin_Beastmaster', '6283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244534', 'Goblin_s_Spider', '6277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244535', 'Contantican_Warrior', '6260', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244536', 'Contantican_Black_Mage', '6257', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244537', 'Contantican_Paladin', '6258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244538', 'Contantican_Ranger', '6259', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244539', 'Cactrot_Rapido', '6254', '-43.733', '0.029', '-205.890', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17244540', 'Hastatus_XIII-LXXV', '6281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244541', 'Hastatus_XIII-XCVI', '6282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244542', 'Sagittarius_XIII-XXVI', '6297', '-20.295', '-28.901', '118.493', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17244543', 'Princeps_XIII-LXXXIX', '6295', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244545', 'Hastatus_XIII-CXXVIII', '6280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244546', 'Triarius_XIII-LIX', '6300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244547', 'Decurio_XIII-LV', '6263', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244548', 'Centurio_XIII-V', '6256', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17244549', 'Satyral', '6299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248257', 'Palm_Crab', '6333', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248258', 'Savanna_Crab', '6338', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248259', 'Land_Crab', '6327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248260', 'Mugger_Crab', '6331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248261', 'Passage_Crab', '6334', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248262', 'Tiny_Mandragora', '6341', '81.748', '-0.563', '-271.270', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17248263', 'Tiny_Mandragora', '6341', '22.326', '0.281', '-350.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248264', 'Tiny_Mandragora', '6341', '58.595', '-1.558', '-324.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248265', 'Tiny_Mandragora', '6341', '58.004', '-0.139', '-298.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248266', 'Tiny_Mandragora', '6341', '100.000', '-1.000', '-281.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17248267', 'Tiny_Mandragora', '6341', '2.766', '-1.250', '-347.136', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248268', 'Bumblebee', '6310', '48.190', '-1.231', '-364.085', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17248269', 'Bumblebee', '6310', '47.589', '-1.071', '-266.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248270', 'Bumblebee', '6310', '47.658', '-0.944', '-274.880', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248271', 'Bumblebee', '6310', '53.268', '0.135', '-316.739', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17248272', 'Savanna_Rarab', '6339', '22.597', '-1.500', '-341.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248273', 'Savanna_Rarab', '6339', '79.112', '-1.608', '-258.494', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17248274', 'Tiny_Mandragora', '6341', '284.223', '-5.116', '65.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248275', 'Tiny_Mandragora', '6341', '330.459', '-5.012', '75.235', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17248276', 'Tiny_Mandragora', '6341', '300.000', '-5.000', '5.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17248277', 'Tiny_Mandragora', '6341', '313.477', '-6.017', '59.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248278', 'Tiny_Mandragora', '6341', '390.056', '-4.899', '38.792', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17248279', 'Bumblebee', '6310', '285.000', '-4.000', '33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248280', 'Bumblebee', '6310', '301.933', '-3.752', '89.062', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17248281', 'Bumblebee', '6310', '380.585', '-5.476', '38.678', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17248282', 'Savanna_Rarab', '6339', '353.000', '-4.000', '5.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17248283', 'Savanna_Rarab', '6339', '307.870', '-4.357', '29.711', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17248284', 'Tiny_Mandragora', '6341', '98.126', '2.825', '-438.103', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17248285', 'Tiny_Mandragora', '6341', '104.000', '-1.000', '-312.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17248286', 'Tiny_Mandragora', '6341', '122.000', '-1.000', '-322.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248287', 'Tiny_Mandragora', '6341', '104.000', '-1.000', '-359.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17248288', 'Tiny_Mandragora', '6341', '145.399', '2.798', '-440.488', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248289', 'Tiny_Mandragora', '6341', '75.947', '2.990', '-477.340', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17248290', 'Bumblebee', '6310', '-1.417', '-1.053', '-414.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248291', 'Bumblebee', '6310', '73.000', '3.000', '-441.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17248292', 'Bumblebee', '6310', '-24.000', '-2.000', '-360.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17248293', 'River_Crab', '6337', '104.000', '6.000', '-459.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248294', 'River_Crab', '6337', '89.000', '4.000', '-481.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17248295', 'River_Crab', '6337', '135.246', '5.407', '-453.189', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17248296', 'Crawler', '6320', '-72.222', '-4.813', '-389.866', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17248297', 'Crawler', '6320', '-212.867', '-0.963', '-360.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248298', 'Savanna_Rarab', '6339', '-207.333', '-0.990', '-382.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248299', 'Savanna_Rarab', '6339', '-194.350', '-1.381', '-337.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248300', 'Savanna_Rarab', '6339', '-245.000', '-1.000', '-396.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17248301', 'Savanna_Rarab', '6339', '-99.186', '-5.492', '-392.620', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17248302', 'Carrion_Crow', '6315', '-21.189', '-2.700', '-391.333', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248303', 'Carrion_Crow', '6315', '-144.452', '-2.608', '-406.263', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17248304', 'Carrion_Crow', '6315', '-72.216', '-5.086', '-375.708', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248305', 'Goblin_Thug', '6325', '-139.589', '-2.895', '-397.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248306', 'Goblin_Thug', '6325', '-212.323', '-0.941', '-345.777', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17248307', 'Crawler', '6320', '6.613', '-0.936', '-226.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248308', 'Crawler', '6320', '65.001', '-1.353', '-168.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248309', 'Crawler', '6320', '40.065', '-1.351', '-141.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248310', 'Crawler', '6320', '79.000', '-1.000', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248311', 'Savanna_Rarab', '6339', '75.122', '-0.672', '-88.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248312', 'Savanna_Rarab', '6339', '46.000', '-0.425', '-88.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17248313', 'Savanna_Rarab', '6339', '-56.825', '-5.050', '-241.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248314', 'Savanna_Rarab', '6339', '42.376', '-0.526', '-183.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248315', 'Savanna_Rarab', '6339', '-4.000', '-1.000', '-192.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248316', 'Savanna_Rarab', '6339', '59.340', '-0.218', '-123.724', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17248317', 'Savanna_Rarab', '6339', '86.000', '-1.000', '-191.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17248318', 'Savanna_Rarab', '6339', '-280.000', '-16.000', '395.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248319', 'Savanna_Rarab', '6339', '-49.068', '-4.617', '-225.605', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17248320', 'Carrion_Crow', '6315', '95.000', '-1.000', '-128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248321', 'Carrion_Crow', '6315', '67.748', '-0.632', '-230.707', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17248322', 'Carrion_Crow', '6315', '121.173', '-1.140', '-99.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248323', 'Carrion_Crow', '6315', '-95.000', '-17.000', '383.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17248324', 'Goblin_Thug', '6325', '111.537', '-0.873', '-106.274', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17248325', 'Goblin_Thug', '6325', '68.281', '-0.238', '-205.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248326', 'Goblin_Weaver', '6326', '77.567', '-0.470', '-114.337', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17248327', 'Crawler', '6320', '81.690', '-0.034', '-5.733', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248328', 'Crawler', '6320', '116.754', '-0.181', '-35.827', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17248329', 'Crawler', '6320', '109.907', '-1.571', '-64.519', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17248330', 'Crawler', '6320', '157.779', '-2.478', '-22.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248331', 'Savanna_Rarab', '6339', '205.994', '-5.347', '45.930', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17248332', 'Savanna_Rarab', '6339', '137.914', '-1.489', '-38.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248333', 'Savanna_Rarab', '6339', '152.480', '-4.072', '42.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248334', 'Savanna_Rarab', '6339', '155.870', '-4.997', '23.399', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248335', 'Savanna_Rarab', '6339', '-351.000', '-17.000', '377.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248336', 'Savanna_Rarab', '6339', '170.490', '-5.161', '85.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248337', 'Savanna_Rarab', '6339', '203.852', '-5.016', '-11.164', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248338', 'Savanna_Rarab', '6339', '162.373', '-1.026', '-49.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248339', 'Savanna_Rarab', '6339', '194.818', '-4.637', '75.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248340', 'Carrion_Crow', '6315', '89.010', '-0.143', '3.944', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17248341', 'Carrion_Crow', '6315', '167.464', '-4.039', '16.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248342', 'Carrion_Crow', '6315', '152.307', '-4.855', '23.984', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17248343', 'Carrion_Crow', '6315', '217.000', '-5.000', '121.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17248344', 'Goblin_Thug', '6325', '113.715', '-1.764', '-19.344', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17248345', 'Goblin_Thug', '6325', '195.092', '-3.833', '103.430', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17248346', 'Goblin_Weaver', '6326', '147.163', '-2.764', '-6.098', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248347', 'Crawler', '6320', '306.486', '-6.960', '156.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248348', 'Crawler', '6320', '338.455', '-5.653', '118.878', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17248349', 'Savanna_Rarab', '6339', '281.549', '-5.410', '137.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248350', 'Savanna_Rarab', '6339', '394.767', '-4.811', '119.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248351', 'Savanna_Rarab', '6339', '274.379', '-4.602', '111.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248352', 'Savanna_Rarab', '6339', '359.353', '-7.621', '148.047', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17248353', 'Savanna_Rarab', '6339', '301.072', '-5.142', '117.693', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17248354', 'Carrion_Crow', '6315', '354.165', '-4.839', '115.266', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17248355', 'Carrion_Crow', '6315', '323.993', '-7.883', '151.359', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248356', 'Goblin_Thug', '6325', '403.347', '-5.239', '109.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248357', 'Goblin_Weaver', '6326', '337.866', '-9.447', '161.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248358', 'River_Crab', '6337', '-272.000', '5.000', '-450.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248359', 'River_Crab', '6337', '-369.000', '4.000', '-388.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248360', 'River_Crab', '6337', '-398.622', '3.926', '-364.970', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17248361', 'River_Crab', '6337', '-351.000', '4.000', '-446.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17248362', 'River_Crab', '6337', '-259.000', '8.000', '-481.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17248363', 'River_Crab', '6337', '-323.000', '4.000', '-446.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17248364', 'River_Crab', '6337', '-258.000', '6.000', '-458.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248365', 'River_Crab', '6337', '-287.000', '4.000', '-449.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248366', 'Goblin_Thug', '6325', '-303.000', '2.000', '-379.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17248367', 'Goblin_Weaver', '6326', '-320.772', '2.897', '-425.115', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17248368', 'Goblin_Fisher', '6324', '-301.183', '2.639', '-410.352', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17248369', 'Goblin_Fisher', '6324', '-268.584', '3.702', '-447.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248370', 'Goblin_Fisher', '6324', '-348.723', '2.397', '-435.091', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17248371', 'Crawler', '6320', '-114.125', '-4.721', '-236.760', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17248372', 'Crawler', '6320', '-124.677', '-4.717', '-168.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248373', 'Crawler', '6320', '-233.943', '-0.433', '-283.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248374', 'Crawler', '6320', '-265.000', '-1.000', '-318.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248375', 'Savanna_Rarab', '6339', '-141.823', '-5.610', '-219.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248376', 'Savanna_Rarab', '6339', '-160.801', '-4.953', '-212.011', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17248377', 'Savanna_Rarab', '6339', '-243.363', '-0.196', '-251.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248378', 'Savanna_Rarab', '6339', '-94.268', '-5.387', '-123.833', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17248379', 'Savanna_Rarab', '6339', '-327.000', '-1.000', '-315.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17248380', 'Savanna_Rarab', '6339', '-289.689', '-1.394', '-276.775', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17248381', 'Savanna_Rarab', '6339', '-305.869', '2.114', '-343.517', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17248382', 'Savanna_Rarab', '6339', '-293.258', '0.271', '-329.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248383', 'Savanna_Rarab', '6339', '-99.691', '-5.717', '-116.898', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17248384', 'Carrion_Crow', '6315', '-105.614', '-5.432', '-246.014', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248385', 'Carrion_Crow', '6315', '-90.983', '-5.230', '-215.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248386', 'Carrion_Crow', '6315', '-114.432', '-5.455', '-137.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248387', 'Carrion_Crow', '6315', '-204.473', '-4.037', '-209.063', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17248388', 'Goblin_Thug', '6325', '-185.940', '-1.753', '-280.140', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17248389', 'Goblin_Thug', '6325', '-113.459', '-5.259', '-209.271', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17248390', 'Goblin_Weaver', '6326', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248391', 'Goblin_Thug', '6325', '-174.000', '-5.000', '-149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248392', 'Goblin_Thug', '6325', '-178.407', '-6.279', '-147.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248393', 'Goblin_Weaver', '6326', '-179.000', '-6.352', '-150.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17248394', 'Mandragora', '6330', '63.437', '-5.960', '90.056', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248395', 'Mandragora', '6330', '139.062', '-5.285', '81.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248396', 'Mandragora', '6330', '36.716', '-1.162', '18.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248397', 'Mandragora', '6330', '26.555', '-7.943', '106.358', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248398', 'Mandragora', '6330', '98.374', '-7.019', '99.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248399', 'Crawler', '6320', '35.482', '-8.730', '128.151', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17248400', 'Crawler', '6320', '58.854', '-2.690', '56.479', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17248401', 'Crawler', '6320', '64.530', '-9.016', '142.134', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248402', 'Savanna_Rarab', '6339', '57.796', '-0.477', '40.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248403', 'Savanna_Rarab', '6339', '96.258', '-2.705', '58.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248404', 'Savanna_Rarab', '6339', '71.590', '-3.392', '64.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248405', 'Savanna_Rarab', '6339', '113.086', '-6.353', '92.558', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17248406', 'Carrion_Crow', '6315', '81.418', '-2.899', '59.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248407', 'Carrion_Crow', '6315', '-3.000', '-4.000', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248408', 'Carrion_Crow', '6315', '-10.968', '-5.529', '22.895', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17248409', 'Yagudo_Initiate', '6347', '54.514', '-8.106', '129.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248410', 'Yagudo_Acolyte', '6344', '64.588', '-9.160', '144.923', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17248411', 'Yagudo_Scribe', '6349', '37.018', '-1.042', '37.272', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17248412', 'Balloon', '6305', '-41.426', '-8.619', '78.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248413', 'Mandragora', '6330', '-95.384', '-17.345', '299.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248414', 'Mandragora', '6330', '-4.269', '-12.729', '242.019', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17248415', 'Mandragora', '6330', '-4.703', '-13.400', '270.752', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17248416', 'Mandragora', '6330', '-39.000', '-12.000', '319.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17248417', 'Mandragora', '6330', '-26.243', '-12.678', '291.313', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17248418', 'Crawler', '6320', '-132.460', '-17.463', '396.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248419', 'Crawler', '6320', '-161.935', '-16.904', '382.379', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17248420', 'Crawler', '6320', '-69.529', '-15.934', '366.459', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17248421', 'Savanna_Rarab', '6339', '-59.030', '-13.682', '265.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248422', 'Savanna_Rarab', '6339', '-40.023', '-12.607', '242.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248423', 'Savanna_Rarab', '6339', '-69.117', '-16.029', '297.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17248424', 'Savanna_Rarab', '6339', '-86.680', '-13.155', '246.950', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248425', 'Carrion_Crow', '6315', '-81.266', '-11.619', '230.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248426', 'Carrion_Crow', '6315', '-21.812', '-12.382', '231.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248427', 'Carrion_Crow', '6315', '-40.312', '-10.860', '224.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248428', 'Yagudo_Initiate', '6347', '-6.424', '-11.815', '231.389', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248429', 'Yagudo_Acolyte', '6344', '-81.267', '-16.657', '291.470', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17248430', 'Yagudo_Scribe', '6349', '-44.192', '-12.603', '356.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248431', 'Mad_Fox', '6328', '-67.601', '-15.030', '281.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248432', 'Magicked_Bones', '6329', '-28.931', '-12.587', '232.717', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17248433', 'Balloon', '6305', '-108.252', '-16.115', '356.243', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17248434', 'Mandragora', '6330', '314.790', '-19.904', '288.276', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17248435', 'Mandragora', '6330', '315.783', '-17.755', '411.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248436', 'Crawler', '6320', '317.414', '-16.674', '365.212', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17248437', 'Crawler', '6320', '271.000', '-21.000', '296.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17248438', 'Crawler', '6320', '354.532', '-20.357', '356.230', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17248439', 'Savanna_Rarab', '6339', '320.690', '-17.507', '408.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248440', 'Savanna_Rarab', '6339', '345.752', '-19.460', '397.321', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17248441', 'Savanna_Rarab', '6339', '321.151', '-16.727', '365.545', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17248442', 'Carrion_Crow', '6315', '320.256', '-17.712', '411.364', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248443', 'Mad_Fox', '6328', '294.765', '-17.118', '437.473', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17248444', 'Mandragora', '6330', '57.000', '-18.000', '260.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17248445', 'Mandragora', '6330', '246.967', '-24.908', '261.980', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17248446', 'Crawler', '10834', '123.000', '-32.000', '282.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17248447', 'Crawler', '10834', '158.000', '-40.000', '318.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17248448', 'Giant_Bee', '6322', '92.305', '-14.906', '202.505', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248449', 'Giant_Bee', '6322', '259.497', '-17.572', '217.120', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17248450', 'Giant_Bee', '6322', '112.397', '-18.985', '198.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248451', 'Giant_Bee', '6322', '269.468', '-17.978', '237.457', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17248452', 'Giant_Bee', '6322', '278.620', '-16.619', '200.447', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17248453', 'Giant_Bee', '6322', '194.175', '-22.256', '214.724', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17248454', 'Carrion_Crow', '6315', '154.520', '-32.600', '281.810', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17248455', 'Carrion_Crow', '6315', '190.000', '-24.000', '248.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248456', 'Yagudo_Initiate', '6347', '59.789', '-13.359', '202.220', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248457', 'Yagudo_Acolyte', '6344', '256.561', '-20.374', '252.968', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17248458', 'Yagudo_Scribe', '6349', '116.202', '-12.585', '170.251', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17248459', 'Magicked_Bones', '6329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248460', 'Magicked_Bones', '6329', '222.063', '-17.300', '161.724', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17248461', 'Magicked_Bones', '6329', '153.772', '-21.525', '210.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248462', 'Balloon', '6305', '224.298', '-25.643', '264.326', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17248463', 'Yagudo_Initiate', '6347', '221.277', '-17.128', '183.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248464', 'Yagudo_Acolyte', '6344', '224.896', '-16.854', '181.709', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17248465', 'Yagudo_Scribe', '6349', '222.568', '-17.130', '184.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248466', 'Mandragora', '6330', '77.509', '-20.719', '434.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248467', 'Mandragora', '6330', '31.149', '-20.045', '358.265', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17248468', 'Tom_Tit_Tat', '6342', '139.943', '-35.719', '299.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248469', 'Crawler', '10834', '221.000', '-34.000', '360.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248470', 'Crawler', '10834', '119.000', '-30.000', '378.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248471', 'Giant_Bee', '6322', '36.269', '-19.959', '332.570', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248472', 'Giant_Bee', '6322', '27.459', '-18.435', '328.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248473', 'Giant_Bee', '6322', '99.666', '-22.386', '439.796', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17248474', 'Giant_Bee', '6322', '94.159', '-23.862', '388.244', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17248475', 'Giant_Bee', '6322', '76.958', '-22.995', '373.200', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17248476', 'Carrion_Crow', '6315', '120.934', '-35.018', '324.168', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17248477', 'Yagudo_Initiate', '6347', '98.998', '-22.746', '424.631', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17248478', 'Yagudo_Acolyte', '6344', '114.098', '-31.118', '356.473', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17248479', 'Yagudo_Scribe', '6349', '150.000', '-31.000', '397.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248480', 'Magicked_Bones', '6329', '68.268', '-20.073', '443.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248481', 'Magicked_Bones', '6329', '148.756', '-24.347', '455.157', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17248482', 'Magicked_Bones', '6329', '102.507', '-25.211', '386.947', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17248483', 'Balloon', '6305', '11.546', '-13.848', '287.677', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17248484', 'Mandragora', '6330', '284.830', '-23.668', '350.717', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17248485', 'Mandragora', '6330', '245.293', '-22.125', '423.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248486', 'Tom_Tit_Tat', '6342', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248487', 'Crawler', '10834', '212.000', '-28.000', '282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248488', 'Crawler', '10834', '157.000', '-40.000', '363.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17248489', 'Giant_Bee', '6322', '198.575', '-20.399', '474.479', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17248490', 'Giant_Bee', '6322', '190.000', '-34.000', '384.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17248491', 'Giant_Bee', '6322', '253.999', '-22.043', '412.483', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17248492', 'Giant_Bee', '6322', '281.750', '-22.548', '380.852', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17248493', 'Giant_Bee', '6322', '230.849', '-26.081', '394.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248494', 'Carrion_Crow', '6315', '241.934', '-21.235', '454.672', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248495', 'Yagudo_Initiate', '6347', '257.360', '-18.633', '436.611', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248496', 'Yagudo_Acolyte', '6344', '191.000', '-21.000', '505.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248497', 'Yagudo_Scribe', '6349', '208.795', '-23.330', '445.269', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17248498', 'Magicked_Bones', '6329', '280.695', '-18.393', '414.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248499', 'Magicked_Bones', '6329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248500', 'Magicked_Bones', '6329', '227.888', '-29.861', '314.742', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17248501', 'Balloon', '6305', '283.609', '-21.045', '391.122', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17248502', 'Yagudo_Initiate', '6347', '225.000', '-20.000', '459.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248503', 'Yagudo_Acolyte', '6344', '223.539', '-20.782', '463.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248504', 'Yagudo_Scribe', '6349', '221.744', '-21.470', '459.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248505', 'Mandragora', '6330', '22.027', '-21.285', '496.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248506', 'Mandragora', '6330', '151.484', '-21.133', '494.038', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17248507', 'Mandragora', '6330', '139.154', '-21.418', '505.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248508', 'Crawler', '6320', '-32.000', '-16.000', '424.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17248509', 'Crawler', '6320', '41.512', '-21.361', '527.488', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17248510', 'Crawler', '6320', '-42.076', '-16.246', '393.777', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17248511', 'Savanna_Rarab', '6339', '-1.344', '-16.886', '407.080', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248512', 'Savanna_Rarab', '6339', '41.973', '-21.007', '497.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248513', 'Savanna_Rarab', '6339', '14.576', '-17.892', '420.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248514', 'Carrion_Crow', '6315', '159.501', '-20.117', '485.528', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17248515', 'Carrion_Crow', '6315', '-7.194', '-17.288', '431.604', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248516', 'Carrion_Crow', '6315', '53.159', '-24.540', '554.652', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17248517', 'Nunyenunc', '6332', '-25.000', '-15.000', '385.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248518', 'Yagudo_Initiate', '6347', '150.455', '-20.699', '507.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248519', 'Yagudo_Acolyte', '6344', '-8.391', '-12.875', '349.658', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248520', 'Yagudo_Scribe', '6349', '92.937', '-20.202', '508.446', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17248521', 'Mad_Fox', '6328', '45.260', '-20.880', '477.101', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17248522', 'Magicked_Bones', '6329', '93.773', '-20.881', '519.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248523', 'Mandragora', '6330', '-84.265', '-21.114', '141.736', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248524', 'Mandragora', '6330', '-93.778', '-20.823', '169.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248525', 'Giant_Bee', '6322', '-49.558', '-16.782', '8.425', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17248526', 'Giant_Bee', '6322', '-146.672', '-16.711', '-119.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248527', 'Giant_Bee', '6322', '-81.736', '-20.260', '79.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248528', 'Giant_Bee', '6322', '-154.370', '-16.508', '-122.088', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17248529', 'Giant_Bee', '6322', '-165.337', '-16.696', '-115.157', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17248530', 'Savanna_Rarab', '6339', '-69.954', '-20.381', '160.661', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248531', 'Savanna_Rarab', '6339', '-154.131', '-17.372', '-93.350', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248532', 'Savanna_Rarab', '6339', '-156.730', '-16.653', '-82.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248533', 'Carrion_Crow', '6315', '-148.594', '-17.902', '-102.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248534', 'Carrion_Crow', '6315', '-156.382', '-16.986', '-110.534', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17248535', 'Yagudo_Initiate', '6347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248536', 'Yagudo_Acolyte', '6344', '-70.360', '-20.528', '146.665', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17248537', 'Yagudo_Scribe', '6349', '-77.158', '-16.652', '31.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248538', 'Mad_Fox', '6328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248539', 'Magicked_Bones', '6329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248540', 'Yagudo_Initiate', '6347', '-106.383', '-21.996', '174.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248541', 'Yagudo_Acolyte', '6344', '-105.760', '-21.972', '172.212', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17248542', 'Yagudo_Scribe', '6349', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248543', 'Mandragora', '6330', '211.910', '-19.944', '546.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248544', 'Mandragora', '6330', '239.421', '-19.659', '583.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248545', 'Mandragora', '6330', '274.296', '-20.357', '587.339', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17248546', 'Mandragora', '6330', '211.099', '-20.673', '568.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248547', 'Crawler', '6320', '199.047', '-21.135', '585.533', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17248548', 'Crawler', '6320', '317.483', '-20.557', '598.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248549', 'Crawler', '6320', '225.119', '-20.828', '517.797', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17248550', 'Savanna_Rarab', '6339', '262.505', '-20.891', '603.184', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17248551', 'Savanna_Rarab', '6339', '233.839', '-20.301', '573.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248552', 'Savanna_Rarab', '6339', '218.250', '-20.617', '554.114', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17248553', 'Carrion_Crow', '6315', '236.674', '-22.824', '628.339', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17248554', 'Carrion_Crow', '6315', '238.949', '-20.703', '609.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248555', 'Yagudo_Initiate', '6347', '199.254', '-21.107', '597.438', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17248556', 'Yagudo_Acolyte', '6344', '219.428', '-21.102', '543.320', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248557', 'Yagudo_Scribe', '6349', '237.409', '-20.230', '527.789', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248558', 'Mad_Fox', '6328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248559', 'Magicked_Bones', '6329', '193.058', '-20.576', '541.771', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17248560', 'Mandragora', '6330', '-297.408', '-17.063', '353.975', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17248561', 'Mandragora', '6330', '-332.558', '-16.703', '312.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248562', 'Mandragora', '6330', '-296.594', '-19.359', '307.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248563', 'Crawler', '6320', '-284.501', '-20.023', '324.259', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17248564', 'Crawler', '6320', '-369.781', '-17.120', '334.355', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17248565', 'Crawler', '6320', '-323.237', '-21.425', '209.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248566', 'Crawler', '6320', '-348.550', '-16.861', '278.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248567', 'Savanna_Rarab', '6339', '-202.432', '-16.838', '372.774', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17248568', 'Savanna_Rarab', '6339', '-308.507', '-17.808', '388.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248569', 'Savanna_Rarab', '6339', '-226.000', '-16.000', '419.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248570', 'Carrion_Crow', '6315', '-217.757', '-17.191', '386.133', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17248571', 'Carrion_Crow', '6315', '-320.000', '-18.000', '262.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17248572', 'Yagudo_Initiate', '6347', '-279.063', '-17.032', '363.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248573', 'Yagudo_Initiate', '6347', '-335.178', '-21.551', '215.658', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17248574', 'Yagudo_Initiate', '6347', '-321.661', '-17.446', '302.626', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17248575', 'Yagudo_Acolyte', '6344', '-303.209', '-22.500', '241.839', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248576', 'Yagudo_Scribe', '6349', '-356.598', '-17.427', '312.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248577', 'Magicked_Bones', '6329', '-226.596', '-17.639', '438.999', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248578', 'Magicked_Bones', '6329', '-257.514', '-17.409', '360.324', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17248579', 'Yagudo_Initiate', '6347', '-301.329', '-16.715', '415.405', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17248580', 'Yagudo_Initiate', '6347', '-298.932', '-16.906', '418.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248581', 'Yagudo_Acolyte', '6344', '-301.233', '-16.749', '419.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248582', 'Giant_Bee', '6322', '-380.650', '-29.324', '447.569', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248583', 'Giant_Bee', '6322', '-371.527', '-29.366', '432.002', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17248584', 'Giant_Bee', '6322', '-396.253', '-28.661', '375.657', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248585', 'Giant_Bee', '6322', '-393.979', '-28.336', '367.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248586', 'Savanna_Rarab', '6339', '-374.194', '-29.453', '452.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248587', 'Savanna_Rarab', '6339', '-328.583', '-28.676', '468.765', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17248589', 'Mandragora', '6330', '-210.731', '-25.499', '524.202', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248590', 'Mandragora', '6330', '-168.139', '-20.956', '637.569', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17248591', 'Giant_Bee', '6322', '-245.488', '-29.477', '501.622', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17248592', 'Giant_Bee', '6322', '-212.206', '-25.496', '504.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248593', 'Giant_Bee', '6322', '-206.040', '-24.749', '488.029', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17248594', 'Giant_Bee', '6322', '-166.924', '-22.862', '617.294', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17248595', 'Savanna_Rarab', '6339', '-241.855', '-31.463', '547.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17248596', 'Carrion_Crow', '6315', '-203.581', '-25.260', '495.907', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17248597', 'Goblin_Digger', '6323', '237.793', '-16.801', '204.498', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17248598', 'Yagudo_Votary', '6351', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248599', 'Yagudo_Votary', '6351', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248600', 'Yagudo_Theologist', '6350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248601', 'Yagudo_Theologist', '6350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248602', 'Yagudo_Follower', '6346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248603', 'Yagudo_Follower', '6346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248604', 'Yagudo_Priest', '6348', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248605', 'Yagudo_Priest', '6348', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248606', 'Yagudo_Condottiere', '6345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248607', 'Pixie', '6335', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248608', 'Pixie', '6335', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248609', 'Pixie', '6335', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248610', 'Pixie', '6335', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248611', 'Pixie', '6335', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248612', 'Bakru', '6304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248630', 'Bull_[Herd1]', '6307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248631', 'Cow_[Herd1]', '6317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248632', 'Cow_[Herd1]', '6317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248633', 'Cow_[Herd1]', '6317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248634', 'Calf_[Herd1]', '6311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248635', 'Calf_[Herd1]', '6311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248636', 'Calf_[Herd1]', '6311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248637', 'Calf_[Herd1]', '6311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248638', 'Calf_[Herd1]', '6311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248639', 'Calf_[Herd1]', '6311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248640', 'Bull_[Herd2]', '6308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248641', 'Cow_[Herd2]', '6318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248642', 'Cow_[Herd2]', '6318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248643', 'Cow_[Herd2]', '6318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248644', 'Calf_[Herd2]', '6312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248645', 'Calf_[Herd2]', '6312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248646', 'Calf_[Herd2]', '6312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248647', 'Calf_[Herd2]', '6312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248648', 'Calf_[Herd2]', '6312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248649', 'Calf_[Herd2]', '6312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248650', 'Bull_[Herd3]', '6309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248651', 'Cow_[Herd3]', '6319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248652', 'Cow_[Herd3]', '6319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248653', 'Cow_[Herd3]', '6319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248654', 'Calf_[Herd3]', '6313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248655', 'Calf_[Herd3]', '6313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248656', 'Calf_[Herd3]', '6313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248657', 'Calf_[Herd3]', '6313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248658', 'Calf_[Herd3]', '6313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248659', 'Calf_[Herd3]', '6313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248660', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248661', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248662', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248663', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248664', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248665', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248666', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248667', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248668', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248669', 'Chigoe', '6316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248670', 'Pyracmon', '6336', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248671', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248672', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248673', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248674', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248675', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248676', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248677', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248678', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248679', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248680', 'Wraith_Bat', '6343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248824', 'Shantotto', '6340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248850', 'Babban_Ny_Mheillea', '6303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248852', 'Abenzio', '6302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248853', 'Bryher', '6306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248854', 'Camlin', '6314', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17248855', 'Darach', '6321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252353', 'Palm_Crab', '6379', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252354', 'Savanna_Crab', '6384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252355', 'Mud_Pugil', '6378', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252356', 'Pug_Pugil', '6381', '24.000', '1.000', '-182.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17252357', 'Fighting_Pugil', '6369', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252358', 'Tiny_Mandragora', '6389', '-71.880', '-0.276', '-606.767', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17252359', 'Tiny_Mandragora', '6389', '-102.000', '2.000', '-630.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17252360', 'Tiny_Mandragora', '6389', '-64.064', '-1.624', '-595.490', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17252361', 'Tiny_Mandragora', '6389', '-82.000', '3.000', '-650.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17252362', 'Tiny_Mandragora', '6389', '-81.305', '7.709', '-697.327', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17252363', 'Bumblebee', '6359', '-65.428', '1.072', '-615.994', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252364', 'Bumblebee', '6359', '-74.490', '3.368', '-681.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252365', 'Bumblebee', '6359', '-58.793', '-1.506', '-596.501', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17252366', 'Bumblebee', '6359', '-81.650', '-0.396', '-594.010', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17252367', 'Savanna_Rarab', '6385', '-74.568', '2.266', '-664.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252368', 'Savanna_Rarab', '6385', '-46.617', '-0.677', '-599.755', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17252369', 'Tiny_Mandragora', '6389', '-56.482', '-5.184', '-438.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252370', 'Tiny_Mandragora', '6389', '-64.736', '-5.506', '-507.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252371', 'Tiny_Mandragora', '6389', '-36.922', '-4.647', '-477.283', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17252372', 'Tiny_Mandragora', '6389', '-87.000', '-4.000', '-512.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252373', 'Bumblebee', '6359', '-56.783', '-4.685', '-432.613', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17252374', 'Bumblebee', '6359', '-33.854', '-5.062', '-453.999', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252375', 'Bumblebee', '6359', '-37.350', '-3.616', '-426.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252376', 'Bumblebee', '6359', '-78.663', '-3.830', '-415.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252377', 'Savanna_Rarab', '6385', '-47.101', '-5.323', '-493.976', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17252378', 'Savanna_Rarab', '6385', '-92.137', '-5.072', '-454.461', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17252379', 'Crawler', '6368', '-8.926', '-4.718', '-428.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252380', 'Crawler', '6368', '74.999', '-4.920', '-391.037', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17252381', 'Savanna_Rarab', '6385', '56.099', '-5.221', '-368.477', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17252382', 'Savanna_Rarab', '6385', '45.930', '-4.753', '-394.595', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17252383', 'Savanna_Rarab', '6385', '37.265', '-4.683', '-405.645', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17252384', 'Savanna_Rarab', '6385', '-51.000', '-5.000', '-463.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252385', 'Savanna_Rarab', '6385', '-103.000', '-5.000', '-419.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17252386', 'Savanna_Rarab', '6385', '2.271', '-4.765', '-434.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252387', 'Carrion_Crow', '6363', '28.178', '-4.999', '-390.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252388', 'Carrion_Crow', '6363', '38.700', '-4.197', '-428.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252389', 'Carrion_Crow', '6363', '56.057', '-5.000', '-400.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252390', 'Yagudo_Initiate', '6392', '84.730', '-3.827', '-345.743', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17252391', 'Yagudo_Initiate', '6392', '30.169', '-4.915', '-434.413', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17252392', 'Crawler', '6368', '-89.560', '-4.824', '-360.586', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17252393', 'Crawler', '6368', '-120.778', '-5.646', '-380.143', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252394', 'Savanna_Rarab', '6385', '-76.226', '-0.733', '-280.424', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252395', 'Savanna_Rarab', '6385', '-119.424', '-4.352', '-314.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252396', 'Savanna_Rarab', '6385', '-79.841', '-4.642', '-353.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252397', 'Savanna_Rarab', '6385', '-38.744', '-1.975', '-227.388', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252398', 'Savanna_Rarab', '6385', '-109.896', '-4.947', '-353.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252399', 'Savanna_Rarab', '6385', '-81.213', '-5.143', '-376.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252400', 'Carrion_Crow', '6363', '-61.984', '-0.812', '-255.469', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17252401', 'Carrion_Crow', '6363', '-65.374', '-0.916', '-273.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252402', 'Carrion_Crow', '6363', '-102.500', '-2.331', '-203.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252403', 'Yagudo_Initiate', '6392', '-116.727', '-3.066', '-303.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252404', 'Yagudo_Initiate', '6392', '-121.562', '-4.677', '-327.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252405', 'Crawler', '6368', '176.940', '-1.548', '-120.330', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17252406', 'Crawler', '6368', '142.344', '-4.968', '-322.974', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17252407', 'Savanna_Rarab', '6385', '195.209', '-0.775', '-122.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252408', 'Savanna_Rarab', '6385', '161.588', '-0.340', '-114.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252409', 'Savanna_Rarab', '6385', '158.269', '-0.800', '-155.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252410', 'Savanna_Rarab', '6385', '112.817', '-0.826', '-199.820', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17252411', 'Savanna_Rarab', '6385', '155.765', '-0.536', '-117.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252412', 'Savanna_Rarab', '6385', '76.728', '-5.431', '-297.661', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17252413', 'Carrion_Crow', '6363', '152.349', '-4.297', '-265.932', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17252414', 'Carrion_Crow', '6363', '102.073', '-1.423', '-201.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252415', 'Carrion_Crow', '6363', '190.976', '-3.744', '-163.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252416', 'Yagudo_Initiate', '6392', '103.917', '-5.631', '-259.352', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17252417', 'Yagudo_Acolyte', '6391', '174.008', '-1.333', '-145.974', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17252418', 'Yagudo_Scribe', '6393', '111.023', '-5.115', '-290.580', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17252419', 'Mad_Fox', '6375', '119.265', '-4.682', '-243.420', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252420', 'Magicked_Bones', '6376', '169.323', '-0.811', '-115.913', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17252421', 'Crawler', '6368', '389.381', '-5.002', '-280.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252422', 'Crawler', '6368', '220.863', '-5.798', '-262.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252423', 'Crawler', '6368', '306.784', '-5.142', '-253.116', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17252424', 'Savanna_Rarab', '6385', '234.558', '-4.842', '-280.506', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17252425', 'Savanna_Rarab', '6385', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252426', 'Savanna_Rarab', '6385', '254.569', '-5.234', '-231.884', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17252427', 'Savanna_Rarab', '6385', '349.836', '-5.322', '-277.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252428', 'Savanna_Rarab', '6385', '258.525', '0.521', '-132.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252429', 'Savanna_Rarab', '6385', '256.003', '-5.252', '-254.971', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17252430', 'Carrion_Crow', '6363', '311.673', '-6.531', '-260.485', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17252431', 'Carrion_Crow', '6363', '267.512', '-4.509', '-224.268', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17252432', 'Carrion_Crow', '6363', '250.166', '0.630', '-124.469', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252433', 'Yagudo_Initiate', '6392', '278.597', '-0.712', '-164.992', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17252434', 'Yagudo_Acolyte', '6391', '232.656', '-4.092', '-225.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252435', 'Yagudo_Scribe', '6393', '277.028', '1.930', '-134.682', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17252436', 'Mad_Fox', '6375', '226.255', '-5.342', '-268.842', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17252437', 'Magicked_Bones', '6376', '356.002', '-4.684', '-246.877', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17252438', 'Crawler', '6368', '-46.944', '-3.859', '-189.331', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17252439', 'Crawler', '6368', '-37.784', '-0.295', '-159.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252440', 'Savanna_Rarab', '6385', '-79.459', '-0.503', '-120.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252441', 'Savanna_Rarab', '6385', '-53.684', '-0.168', '-38.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252442', 'Savanna_Rarab', '6385', '-81.228', '-0.555', '-37.102', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17252443', 'Savanna_Rarab', '6385', '-82.574', '-0.773', '-127.758', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252444', 'Savanna_Rarab', '6385', '-54.203', '-0.700', '-135.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252445', 'Savanna_Rarab', '6385', '-52.883', '0.521', '-120.933', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17252446', 'Carrion_Crow', '6363', '-115.530', '-4.694', '-75.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252447', 'Carrion_Crow', '6363', '-66.498', '-0.895', '-156.409', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17252448', 'Carrion_Crow', '6363', '-62.277', '-1.517', '-46.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252449', 'Yagudo_Initiate', '6392', '-58.819', '0.201', '-62.076', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17252450', 'Yagudo_Acolyte', '6391', '-76.520', '-0.797', '-85.861', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17252451', 'Yagudo_Scribe', '6393', '-36.021', '-0.684', '-169.454', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252452', 'Mad_Fox', '6375', '-25.937', '-3.446', '-188.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252453', 'Magicked_Bones', '6376', '-65.009', '-2.200', '-167.989', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17252454', 'Crawler', '6368', '-234.129', '-2.415', '-181.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252455', 'Crawler', '6368', '-359.996', '-0.336', '-156.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252456', 'Savanna_Rarab', '6385', '-82.000', '-4.000', '-530.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252457', 'Savanna_Rarab', '6385', '-108.000', '-1.000', '-238.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252458', 'Savanna_Rarab', '6385', '-114.004', '-0.796', '-162.506', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17252459', 'Savanna_Rarab', '6385', '-164.000', '-2.000', '-173.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17252460', 'Savanna_Rarab', '6385', '-250.068', '-0.817', '-197.632', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252461', 'Savanna_Rarab', '6385', '-47.000', '3.000', '-641.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252462', 'Carrion_Crow', '6363', '-303.568', '-2.858', '-197.411', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17252463', 'Carrion_Crow', '6363', '-342.570', '-2.589', '-198.561', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17252464', 'Carrion_Crow', '6363', '-121.339', '-1.597', '-180.442', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17252465', 'Yagudo_Initiate', '6392', '-231.422', '-0.868', '-200.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252466', 'Yagudo_Acolyte', '6391', '-191.668', '-0.720', '-195.702', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252467', 'Yagudo_Scribe', '6393', '-200.490', '-1.026', '-173.356', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252468', 'Crawler', '6368', '-201.941', '-4.984', '-27.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252469', 'Crawler', '6368', '-169.198', '-4.790', '-31.971', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17252470', 'Crawler', '6368', '-187.730', '-5.257', '-72.398', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17252471', 'Savanna_Rarab', '6385', '-230.215', '-4.749', '37.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252472', 'Savanna_Rarab', '6385', '-197.665', '-4.708', '-113.854', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17252473', 'Savanna_Rarab', '6385', '-251.000', '-4.000', '-32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252474', 'Savanna_Rarab', '6385', '-198.503', '-4.587', '40.909', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17252475', 'Savanna_Rarab', '6385', '-143.187', '-5.431', '-64.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252476', 'Savanna_Rarab', '6385', '-193.508', '-4.296', '-89.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252477', 'Carrion_Crow', '6363', '-180.877', '-4.919', '-81.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252478', 'Carrion_Crow', '6363', '-154.857', '-1.472', '-115.223', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252479', 'Carrion_Crow', '6363', '-212.080', '-3.446', '-115.172', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17252480', 'Yagudo_Initiate', '6392', '-240.201', '-4.972', '51.552', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252481', 'Yagudo_Acolyte', '6391', '-248.095', '-2.436', '-63.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252482', 'Yagudo_Scribe', '6393', '-184.301', '-5.285', '-69.559', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17252483', 'Mad_Fox', '6375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252484', 'Magicked_Bones', '6376', '-238.946', '-4.829', '49.344', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252485', 'Crawler', '6368', '201.868', '-16.720', '-431.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252486', 'Crawler', '6368', '215.175', '-17.432', '-474.680', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17252487', 'Savanna_Rarab', '6385', '224.258', '-17.858', '-486.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252488', 'Savanna_Rarab', '6385', '227.825', '-16.978', '-317.467', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17252489', 'Sharp-Eared_Ropipi', '6387', '332.000', '-13.000', '-325.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252490', 'Carrion_Crow', '6363', '255.261', '-17.926', '-419.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252491', 'Carrion_Crow', '6363', '243.252', '-17.615', '-418.619', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17252492', 'Carrion_Crow', '6363', '0.000', '0.000', '0.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17252493', 'Carrion_Crow', '6363', '227.528', '-17.062', '-448.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252494', 'Carrion_Crow', '6363', '248.114', '-17.009', '-435.476', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17252495', 'Goblin_Thug', '6373', '226.729', '-17.104', '-447.153', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17252496', 'Goblin_Thug', '6373', '301.000', '-17.222', '-466.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17252497', 'Goblin_Weaver', '6374', '240.703', '-17.374', '-383.767', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17252498', 'Goblin_Weaver', '6374', '198.222', '-16.900', '-432.542', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17252499', 'Magicked_Bones', '6376', '199.149', '-16.676', '-359.507', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252500', 'Magicked_Bones', '6376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252501', 'Goblin_Thug', '6373', '216.562', '-17.983', '-460.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252502', 'Goblin_Thug', '6373', '218.673', '-17.996', '-458.735', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17252503', 'Goblin_Weaver', '6374', '215.000', '-17.188', '-454.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17252504', 'Crawler', '6368', '309.383', '-17.521', '-381.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252505', 'Crawler', '6368', '286.941', '-17.010', '-413.542', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17252506', 'Savanna_Rarab', '6385', '303.282', '-17.642', '-415.870', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17252507', 'Savanna_Rarab', '6385', '363.152', '-16.705', '-326.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252508', 'Sharp-Eared_Ropipi', '6387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252509', 'Carrion_Crow', '6363', '298.657', '-17.453', '-481.918', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17252510', 'Carrion_Crow', '6363', '361.248', '-17.138', '-336.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252511', 'Carrion_Crow', '6363', '276.831', '-18.159', '-493.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252512', 'Carrion_Crow', '6363', '290.583', '-16.889', '-390.865', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17252513', 'Carrion_Crow', '6363', '360.200', '-15.924', '-312.248', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17252514', 'Goblin_Thug', '6373', '339.533', '-17.544', '-360.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252515', 'Goblin_Thug', '6373', '269.640', '-19.525', '-505.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252516', 'Goblin_Weaver', '6374', '286.468', '-17.063', '-447.647', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17252517', 'Mad_Fox', '6375', '380.571', '-17.459', '-324.576', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17252518', 'Magicked_Bones', '6376', '383.729', '-17.439', '-317.982', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17252519', 'River_Crab', '6383', '186.110', '0.881', '-90.012', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17252520', 'River_Crab', '6383', '-11.742', '0.969', '-141.733', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252521', 'River_Crab', '6383', '-16.460', '0.979', '-110.380', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252522', 'River_Crab', '6383', '135.856', '0.997', '-166.236', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17252523', 'River_Crab', '6383', '-21.955', '0.982', '-155.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252524', 'Pug_Pugil', '6381', '-13.659', '0.975', '-142.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252525', 'Pug_Pugil', '6381', '136.876', '0.999', '-177.389', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17252526', 'Pug_Pugil', '6381', '-16.570', '0.933', '-154.455', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17252527', 'Pug_Pugil', '6381', '90.968', '0.830', '-182.257', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17252528', 'Pug_Pugil', '6381', '-19.272', '0.999', '-167.501', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17252529', 'Mandragora', '6377', '81.015', '-0.888', '-120.849', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17252530', 'Mandragora', '6377', '117.949', '-5.088', '-69.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252531', 'Mandragora', '6377', '101.619', '-5.521', '-20.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252532', 'Mandragora', '6377', '104.214', '-4.313', '6.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252533', 'Giant_Bee', '6370', '95.574', '-5.372', '-40.878', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17252534', 'Giant_Bee', '6370', '30.919', '-3.754', '-82.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252535', 'Giant_Bee', '6370', '13.439', '-2.165', '-40.250', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252536', 'Giant_Bee', '6370', '76.116', '-4.561', '-81.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252537', 'Giant_Bee', '6370', '71.960', '-3.498', '-94.784', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17252538', 'Giant_Bee', '6370', '105.472', '-4.620', '-88.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252539', 'Crawler', '6368', '65.622', '-0.853', '-163.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252540', 'Crawler', '6368', '34.441', '-4.143', '-51.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252541', 'Savanna_Rarab', '6385', '22.212', '-5.269', '-5.463', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17252542', 'Savanna_Rarab', '6385', '59.953', '-5.680', '-62.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252543', 'Yagudo_Initiate', '6392', '-2.221', '-0.698', '-109.529', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252544', 'Yagudo_Acolyte', '6391', '90.174', '-0.961', '-120.336', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17252545', 'Yagudo_Scribe', '6393', '67.404', '-0.890', '-160.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252546', 'Mad_Fox', '6375', '4.725', '-0.970', '-148.243', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17252547', 'Magicked_Bones', '6376', '-6.863', '-0.386', '-84.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252548', 'Balloon', '6354', '57.321', '-5.688', '-31.624', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17252549', 'Mandragora', '6377', '83.368', '-8.740', '203.538', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252550', 'Mandragora', '6377', '115.893', '-10.517', '57.645', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17252551', 'Mandragora', '6377', '84.499', '-12.614', '86.106', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252552', 'Giant_Bee', '6370', '105.898', '-11.096', '68.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252553', 'Giant_Bee', '6370', '78.448', '-12.583', '119.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252554', 'Giant_Bee', '6370', '109.270', '-12.899', '159.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252555', 'Giant_Bee', '6370', '94.870', '-13.160', '86.860', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252556', 'Giant_Bee', '6370', '116.239', '-10.611', '59.226', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17252557', 'Crawler', '6368', '94.269', '-11.619', '62.994', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252558', 'Crawler', '6368', '118.403', '-11.750', '171.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252559', 'Savanna_Rarab', '6385', '114.699', '-12.846', '112.821', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17252560', 'Savanna_Rarab', '6385', '122.908', '-10.480', '55.630', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17252561', 'Yagudo_Initiate', '6392', '114.728', '-12.311', '163.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252562', 'Yagudo_Initiate', '6392', '17.574', '-11.215', '187.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252563', 'Yagudo_Acolyte', '6391', '22.395', '-12.748', '157.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252564', 'Yagudo_Scribe', '6393', '115.570', '-11.449', '67.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252565', 'Mad_Fox', '6375', '79.305', '-9.948', '183.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252566', 'Magicked_Bones', '6376', '42.719', '-12.458', '157.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252567', 'Balloon', '6354', '124.201', '-10.728', '177.435', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17252568', 'Yagudo_Initiate', '6392', '58.109', '-11.249', '174.864', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17252569', 'Yagudo_Acolyte', '6391', '56.450', '-10.866', '178.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252570', 'Yagudo_Scribe', '6393', '59.000', '-11.000', '177.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17252571', 'Mandragora', '6377', '200.851', '-2.351', '-64.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252572', 'Mandragora', '6377', '432.899', '3.228', '-129.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252573', 'Mandragora', '6377', '165.574', '-4.141', '-48.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252574', 'Giant_Bee', '6370', '214.057', '-3.110', '-51.440', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252575', 'Giant_Bee', '6370', '301.656', '2.439', '-75.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252576', 'Giant_Bee', '6370', '362.739', '1.702', '-105.153', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17252577', 'Giant_Bee', '6370', '389.578', '2.892', '-113.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252578', 'Yagudo_Acolyte', '6391', '401.834', '3.473', '-118.365', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252579', 'Yagudo_Scribe', '6393', '377.403', '1.519', '-105.948', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252580', 'River_Crab', '6383', '239.870', '1.000', '-100.914', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17252581', 'Pug_Pugil', '6381', '225.155', '1.000', '-100.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252582', 'River_Crab', '6383', '256.735', '5.300', '-102.501', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252583', 'River_Crab', '6383', '348.102', '4.806', '-134.012', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252584', 'River_Crab', '6383', '423.978', '5.161', '-146.680', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17252585', 'River_Crab', '6383', '288.442', '5.393', '-96.658', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17252586', 'Pug_Pugil', '6381', '328.183', '4.868', '-104.875', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252587', 'Pug_Pugil', '6381', '262.797', '5.000', '-97.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252588', 'Pug_Pugil', '6381', '247.849', '5.119', '-95.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252589', 'Pug_Pugil', '6381', '337.354', '5.106', '-134.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252590', 'River_Crab', '6383', '463.212', '9.057', '-138.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252591', 'Pug_Pugil', '6381', '473.023', '9.490', '-142.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252592', 'Mandragora', '6377', '-134.474', '-6.207', '158.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252593', 'Mandragora', '6377', '-205.488', '-8.729', '282.169', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17252594', 'Mandragora', '6377', '-251.998', '-10.571', '412.535', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252595', 'Mandragora', '6377', '-158.265', '-7.357', '171.713', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17252596', 'Mandragora', '6377', '-151.358', '-7.246', '172.811', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17252597', 'Savanna_Rarab', '6385', '-271.251', '-11.736', '399.382', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17252598', 'Savanna_Rarab', '6385', '-163.127', '-8.633', '272.582', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17252599', 'Savanna_Rarab', '6385', '-270.996', '-15.735', '437.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252600', 'Goblin_Fisher', '6372', '-157.214', '-7.441', '168.660', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252601', 'Goblin_Fisher', '6372', '-182.637', '-8.890', '284.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252602', 'Mandragora', '6377', '-124.996', '-4.863', '204.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252603', 'Mandragora', '6377', '-70.072', '-8.976', '261.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252604', 'Mandragora', '6377', '-42.965', '-9.482', '218.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252605', 'Mandragora', '6377', '-109.069', '-8.601', '231.478', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252606', 'Mandragora', '6377', '-25.045', '-11.795', '168.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252607', 'Savanna_Rarab', '6385', '-81.655', '-6.560', '176.803', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17252608', 'Savanna_Rarab', '6385', '-111.852', '-8.833', '249.441', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17252609', 'Savanna_Rarab', '6385', '-76.217', '-11.191', '252.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252610', 'Goblin_Fisher', '6372', '-23.476', '-10.161', '159.923', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17252611', 'Goblin_Fisher', '6372', '-38.012', '-8.894', '208.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252612', 'River_Crab', '6383', '-141.950', '-2.578', '190.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252613', 'River_Crab', '6383', '-96.131', '-2.998', '113.005', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17252614', 'River_Crab', '6383', '-96.219', '-2.912', '43.850', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17252615', 'Pug_Pugil', '6381', '-143.050', '-2.579', '191.400', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17252616', 'Pug_Pugil', '6381', '-96.150', '-3.020', '58.269', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17252617', 'Pug_Pugil', '6381', '-102.230', '-2.654', '167.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252618', 'River_Crab', '6383', '-74.804', '0.849', '-13.925', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17252619', 'River_Crab', '6383', '-98.037', '1.005', '22.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252620', 'Pug_Pugil', '6381', '-98.221', '1.000', '-0.159', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17252621', 'Pug_Pugil', '6381', '-87.184', '0.878', '-17.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252622', 'Mandragora', '6377', '270.193', '-11.107', '59.750', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17252623', 'Mandragora', '6377', '347.738', '-13.014', '119.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252624', 'Mandragora', '6377', '296.475', '-12.108', '100.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252625', 'Mandragora', '6377', '354.225', '-12.520', '-42.922', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17252626', 'Mandragora', '6377', '313.395', '-9.178', '4.171', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17252627', 'Giant_Bee', '6370', '358.018', '-12.739', '-0.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252628', 'Giant_Bee', '6370', '291.074', '-9.573', '56.504', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17252629', 'Giant_Bee', '6370', '253.459', '-9.486', '25.147', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17252630', 'Giant_Bee', '6370', '297.119', '-9.414', '46.480', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17252631', 'Giant_Bee', '6370', '223.000', '-9.221', '-6.230', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252632', 'Crawler', '6368', '221.907', '-8.457', '-3.421', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17252633', 'Crawler', '6368', '343.228', '-11.095', '-44.051', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17252634', 'Crawler', '6368', '367.961', '-12.894', '83.454', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252635', 'Goblin_Thug', '6373', '346.851', '-13.728', '100.262', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252636', 'Goblin_Thug', '6373', '255.012', '-9.500', '24.750', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17252637', 'Goblin_Weaver', '6374', '225.562', '-7.647', '-16.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252638', 'Goblin_Weaver', '6374', '233.846', '-8.944', '6.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252639', 'Magicked_Bones', '6376', '343.525', '-10.760', '-43.632', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17252640', 'Magicked_Bones', '6376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252641', 'Goblin_Thug', '6373', '342.020', '-11.164', '-25.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252642', 'Goblin_Thug', '6373', '338.607', '-10.764', '-24.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252643', 'Goblin_Weaver', '6374', '342.000', '-11.000', '-21.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17252644', 'Mandragora', '6377', '285.583', '-13.219', '150.224', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17252645', 'Mandragora', '6377', '260.850', '-13.455', '131.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252646', 'Mandragora', '6377', '202.206', '-8.528', '249.093', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252647', 'Mandragora', '6377', '289.938', '-13.238', '153.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252648', 'Mandragora', '6377', '244.999', '-12.883', '137.826', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252649', 'Giant_Bee', '6370', '298.561', '-13.583', '143.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252650', 'Giant_Bee', '6370', '173.081', '-12.869', '160.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252651', 'Giant_Bee', '6370', '201.636', '-11.695', '212.581', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17252652', 'Giant_Bee', '6370', '132.548', '-10.468', '196.356', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17252653', 'Giant_Bee', '6370', '172.120', '-12.935', '203.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252654', 'Crawler', '6368', '421.795', '-5.536', '277.605', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17252655', 'Crawler', '6368', '354.185', '-4.590', '244.205', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17252656', 'Crawler', '6368', '285.575', '-12.656', '126.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252657', 'Spiny_Spipi', '6388', '270.957', '-12.815', '118.668', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17252658', 'Goblin_Thug', '6373', '145.945', '-12.714', '146.844', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17252659', 'Goblin_Weaver', '6374', '284.834', '-13.302', '148.180', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17252660', 'Magicked_Bones', '6376', '293.397', '-12.334', '131.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252661', 'Balloon', '6354', '401.367', '-4.198', '288.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252662', 'Mandragora', '6377', '118.743', '-9.928', '251.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252663', 'Mandragora', '6377', '162.675', '-8.580', '243.604', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17252664', 'Mandragora', '6377', '367.980', '-7.412', '304.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252665', 'Mandragora', '6377', '206.825', '-9.548', '284.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252666', 'Savanna_Rarab', '6385', '280.733', '-8.685', '283.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252667', 'Savanna_Rarab', '6385', '105.021', '-10.168', '250.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252668', 'Savanna_Rarab', '6385', '139.217', '-11.417', '291.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252669', 'Goblin_Fisher', '6372', '242.134', '-8.868', '324.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252670', 'Goblin_Fisher', '6372', '397.710', '-4.601', '314.140', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17252671', 'Goblin_Fisher', '6372', '112.015', '-8.985', '242.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252672', 'Goblin_Weaver', '6374', '366.694', '-4.995', '288.701', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17252673', 'Balloon', '6354', '179.688', '-9.698', '286.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252674', 'River_Crab', '6383', '414.089', '-3.105', '296.954', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17252675', 'River_Crab', '6383', '369.604', '-2.939', '257.418', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17252676', 'River_Crab', '6383', '437.112', '-3.047', '296.705', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17252677', 'Pug_Pugil', '6381', '370.830', '-3.000', '258.478', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17252678', 'Pug_Pugil', '6381', '346.000', '-2.000', '258.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17252679', 'Pug_Pugil', '6381', '383.976', '-2.999', '271.131', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17252680', 'Mandragora', '6377', '-202.521', '-8.883', '350.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252681', 'Mandragora', '6377', '-201.400', '-20.769', '567.029', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17252682', 'Mandragora', '6377', '-202.000', '-17.000', '534.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252683', 'Mandragora', '6377', '-121.598', '-8.584', '328.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252684', 'Savanna_Rarab', '6385', '-193.045', '-12.752', '435.059', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17252685', 'Savanna_Rarab', '6385', '-204.871', '-8.505', '402.307', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252686', 'Savanna_Rarab', '6385', '-107.110', '-9.364', '320.761', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17252687', 'Goblin_Fisher', '6372', '-196.274', '-9.238', '367.233', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17252688', 'Goblin_Fisher', '6372', '-202.000', '-18.000', '545.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252689', 'Goblin_Fisher', '6372', '-144.156', '-9.002', '325.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252690', 'Goblin_Weaver', '6374', '-201.678', '-10.500', '416.209', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17252691', 'River_Crab', '6383', '263.629', '-7.103', '254.491', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17252692', 'River_Crab', '6383', '140.807', '-6.873', '245.632', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17252693', 'River_Crab', '6383', '174.481', '-7.107', '260.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252694', 'River_Crab', '6383', '34.989', '-7.022', '221.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252695', 'Pug_Pugil', '6381', '18.897', '-7.000', '256.100', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17252696', 'Pug_Pugil', '6381', '23.978', '-7.032', '244.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252697', 'Pug_Pugil', '6381', '246.499', '-7.031', '260.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252698', 'Pug_Pugil', '6381', '266.786', '-7.104', '254.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252699', 'River_Crab', '6383', '-226.041', '-14.503', '495.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252700', 'Pug_Pugil', '6381', '-223.502', '-14.581', '486.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252701', 'River_Crab', '6383', '-218.948', '-10.533', '448.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252702', 'Pug_Pugil', '6381', '-215.251', '-10.638', '463.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252703', 'River_Crab', '6383', '-222.789', '-7.035', '367.037', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17252704', 'River_Crab', '6383', '-112.639', '-2.944', '184.287', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17252705', 'River_Crab', '6383', '-182.737', '-7.090', '300.198', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17252706', 'River_Crab', '6383', '-54.836', '-6.887', '277.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252707', 'Pug_Pugil', '6381', '-138.450', '-6.550', '243.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252708', 'Pug_Pugil', '6381', '-218.860', '-6.500', '324.930', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252709', 'Pug_Pugil', '6381', '-124.396', '-7.117', '305.695', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252710', 'Pug_Pugil', '6381', '-225.605', '-7.078', '392.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252711', 'Mandragora', '6377', '-356.567', '-21.296', '505.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252712', 'Mandragora', '6377', '-356.284', '-21.351', '502.639', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17252713', 'Mandragora', '6377', '-357.983', '-21.152', '494.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252714', 'Mandragora', '6377', '-251.449', '-16.807', '503.436', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252715', 'Crawler', '6368', '-241.987', '-24.503', '636.318', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17252716', 'Crawler', '6368', '-329.554', '-20.863', '512.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252717', 'Savanna_Rarab', '6385', '-325.828', '-20.179', '501.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252718', 'Savanna_Rarab', '6385', '-323.818', '-21.135', '492.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252719', 'Goblin_Fisher', '6372', '-241.000', '-16.000', '483.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17252720', 'Goblin_Weaver', '6374', '-288.000', '-16.000', '521.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252721', 'River_Crab', '6383', '-226.092', '-23.175', '624.680', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17252722', 'River_Crab', '6383', '-238.093', '-22.999', '656.609', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17252723', 'Pug_Pugil', '6381', '-221.205', '-23.049', '622.597', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252724', 'Pug_Pugil', '6381', '-254.978', '-22.771', '658.906', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17252726', 'River_Crab', '6383', '121.560', '-6.500', '220.370', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252727', 'Pug_Pugil', '6381', '-20.480', '1.500', '-33.610', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252728', 'River_Crab', '6383', '145.910', '1.500', '-105.160', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252729', 'Pug_Pugil', '6381', '308.330', '-2.500', '260.010', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252730', 'Mandragora', '6377', '-104.413', '-20.107', '489.779', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17252731', 'Mandragora', '6377', '-135.747', '-21.229', '477.988', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17252732', 'Mandragora', '6377', '-82.585', '-20.867', '430.809', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17252733', 'Crawler', '6368', '-76.076', '-21.329', '502.899', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17252734', 'Crawler', '6368', '-89.217', '-21.207', '437.312', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17252735', 'Carrion_Crow', '6363', '-154.149', '-20.481', '354.432', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17252736', 'Carrion_Crow', '6363', '-127.395', '-21.053', '456.680', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17252737', 'Carrion_Crow', '6363', '-81.341', '-20.750', '449.769', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17252738', 'Carrion_Crow', '6363', '-117.528', '-20.586', '516.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252739', 'Savanna_Rarab', '6385', '-151.557', '-23.943', '445.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252740', 'Savanna_Rarab', '6385', '-159.321', '-23.740', '434.247', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17252741', 'Yagudo_Initiate', '6392', '-87.227', '-21.397', '496.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252742', 'Yagudo_Acolyte', '6391', '-118.018', '-20.731', '402.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252743', 'Yagudo_Scribe', '6393', '-94.659', '-21.441', '390.897', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17252744', 'Magicked_Bones', '6376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252745', 'Magicked_Bones', '6376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252746', 'Mandragora', '6377', '40.606', '-26.396', '533.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252747', 'Mandragora', '6377', '78.115', '-24.601', '484.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252748', 'Crawler', '6368', '53.689', '-25.048', '446.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252749', 'Crawler', '6368', '66.905', '-28.226', '585.997', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17252750', 'Crawler', '6368', '-30.802', '-24.326', '457.240', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17252751', 'Savanna_Rarab', '6385', '39.723', '-26.408', '532.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252752', 'Savanna_Rarab', '6385', '-16.778', '-24.858', '476.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252753', 'Carrion_Crow', '6363', '24.659', '-25.360', '454.397', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17252754', 'Carrion_Crow', '6363', '70.791', '-25.557', '554.430', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17252755', 'Carrion_Crow', '6363', '47.309', '-25.361', '486.588', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17252756', 'Carrion_Crow', '6363', '84.442', '-24.444', '436.418', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17252757', 'Yagudo_Initiate', '6392', '52.235', '-25.082', '448.565', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17252758', 'Yagudo_Initiate', '6392', '85.695', '-24.992', '515.371', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17252759', 'Yagudo_Acolyte', '6391', '119.321', '-24.500', '442.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252760', 'Yagudo_Scribe', '6393', '96.434', '-25.761', '462.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252761', 'Mad_Fox', '6375', '93.933', '-23.924', '440.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252762', 'Magicked_Bones', '6376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252763', 'Magicked_Bones', '6376', '81.191', '-25.190', '451.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252764', 'Balloon', '6354', '24.592', '-25.151', '482.157', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252765', 'Yagudo_Initiate', '6392', '103.555', '-25.248', '497.301', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17252766', 'Yagudo_Acolyte', '6391', '103.766', '-25.216', '497.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252767', 'Yagudo_Scribe', '6393', '104.400', '-24.869', '495.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252768', 'Crawler', '6368', '38.482', '-36.499', '559.111', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17252769', 'Crawler', '6368', '-49.770', '-33.826', '680.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252770', 'Crawler', '6368', '-38.489', '-36.400', '716.315', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17252771', 'Crawler', '6368', '-29.863', '-37.429', '741.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252772', 'Savanna_Rarab', '6385', '-20.867', '-34.336', '698.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252773', 'Savanna_Rarab', '6385', '-40.219', '-32.881', '683.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252774', 'Carrion_Crow', '6363', '-16.150', '-33.767', '692.080', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17252775', 'Carrion_Crow', '6363', '-74.724', '-36.568', '724.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252776', 'Goblin_Thug', '6373', '49.052', '-35.204', '574.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252777', 'Goblin_Weaver', '6374', '-71.796', '-35.209', '683.063', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252778', 'Goblin_Weaver', '6374', '-44.098', '-33.060', '668.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252779', 'Mandragora', '6377', '212.527', '-20.467', '326.215', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17252780', 'Mandragora', '6377', '222.636', '-21.314', '369.431', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17252781', 'Giant_Bee', '6370', '164.668', '-23.471', '386.990', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17252782', 'Giant_Bee', '6370', '196.057', '-20.370', '315.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252783', 'Giant_Bee', '6370', '154.483', '-20.077', '309.328', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17252784', 'Crawler', '6368', '234.812', '-21.285', '381.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252785', 'Crawler', '6368', '101.628', '-24.283', '389.814', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17252786', 'Savanna_Rarab', '6385', '108.792', '-24.944', '362.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252787', 'Savanna_Rarab', '6385', '204.619', '-20.718', '401.818', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17252788', 'Yagudo_Initiate', '6392', '223.792', '-21.669', '344.509', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17252789', 'Yagudo_Acolyte', '6391', '168.355', '-23.110', '384.658', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252790', 'Yagudo_Scribe', '6393', '240.000', '-20.000', '396.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17252791', 'Mad_Fox', '6375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252792', 'Magicked_Bones', '6376', '188.018', '-21.657', '392.761', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252793', 'Balloon', '6354', '158.009', '-25.183', '369.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252794', 'Mandragora', '6377', '279.887', '-20.612', '440.250', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17252795', 'Mandragora', '6377', '282.701', '-25.486', '539.365', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252796', 'Giant_Bee', '6370', '205.862', '-20.645', '478.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252797', 'Giant_Bee', '6370', '261.443', '-19.970', '470.299', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17252798', 'Giant_Bee', '6370', '305.461', '-26.026', '529.244', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252799', 'Crawler', '6368', '260.407', '-25.490', '557.029', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252800', 'Crawler', '6368', '300.569', '-25.565', '514.759', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17252801', 'Savanna_Rarab', '6385', '271.176', '-21.234', '433.314', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17252802', 'Savanna_Rarab', '6385', '262.700', '-20.041', '469.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252803', 'Yagudo_Initiate', '6392', '227.439', '-20.484', '445.245', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17252804', 'Yagudo_Acolyte', '6391', '285.147', '-25.605', '570.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252805', 'Yagudo_Scribe', '6393', '276.579', '-20.796', '437.770', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17252806', 'Mad_Fox', '6375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252807', 'Magicked_Bones', '6376', '239.149', '-21.494', '420.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17252808', 'Magicked_Bones', '6376', '282.657', '-25.722', '572.524', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17252809', 'Goblin_Digger', '6371', '112.816', '-4.761', '-40.004', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17252810', 'Pixie', '6380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252811', 'Pixie', '6380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252812', 'Pixie', '6380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252813', 'Pixie', '6380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252814', 'Pixie', '6380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252815', 'Bolster', '6355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252857', 'Bull_[Herd1]', '6356', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252858', 'Cow_[Herd1]', '6365', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252859', 'Cow_[Herd1]', '6365', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252860', 'Cow_[Herd1]', '6365', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252861', 'Calf_[Herd1]', '6360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252862', 'Calf_[Herd1]', '6360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252863', 'Calf_[Herd1]', '6360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252864', 'Calf_[Herd1]', '6360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252865', 'Calf_[Herd1]', '6360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252866', 'Calf_[Herd1]', '6360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252867', 'Bull_[Herd2]', '6357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252868', 'Cow_[Herd2]', '6366', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252869', 'Cow_[Herd2]', '6366', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252870', 'Cow_[Herd2]', '6366', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252871', 'Calf_[Herd2]', '6361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252872', 'Calf_[Herd2]', '6361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252873', 'Calf_[Herd2]', '6361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252874', 'Calf_[Herd2]', '6361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252875', 'Calf_[Herd2]', '6361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252876', 'Calf_[Herd2]', '6361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252877', 'Bull_[Herd3]', '6358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252878', 'Cow_[Herd3]', '6367', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252879', 'Cow_[Herd3]', '6367', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252880', 'Cow_[Herd3]', '6367', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252881', 'Calf_[Herd3]', '6362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252882', 'Calf_[Herd3]', '6362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252883', 'Calf_[Herd3]', '6362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252884', 'Calf_[Herd3]', '6362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252885', 'Calf_[Herd3]', '6362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252886', 'Calf_[Herd3]', '6362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252887', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252888', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252889', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252890', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252891', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252892', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252893', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252894', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252895', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252896', 'Chigoe', '6364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252897', 'Pyracmon', '6382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252898', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252899', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252900', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252901', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252902', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252903', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252904', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252905', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252906', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17252907', 'Wraith_Bat', '6390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17253030', 'Shantotto', '6386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256449', 'Canyon_Rarab', '6400', '196.579', '15.514', '-654.120', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17256450', 'Canyon_Rarab', '6400', '17.660', '28.881', '-639.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256451', 'Canyon_Rarab', '6400', '147.808', '7.078', '-464.066', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17256452', 'Canyon_Rarab', '6400', '81.180', '5.320', '-469.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256453', 'Pygmaioi', '6414', '194.616', '15.205', '-662.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256454', 'Pygmaioi', '6414', '88.685', '-0.086', '-453.282', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17256455', 'Pygmaioi', '6414', '95.690', '-0.438', '-441.616', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17256456', 'Pygmaioi', '6414', '36.338', '14.769', '-482.994', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17256457', 'Strolling_Sapling', '6418', '24.211', '26.370', '-639.226', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17256458', 'Strolling_Sapling', '6418', '118.139', '-0.145', '-451.105', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17256459', 'Strolling_Sapling', '6418', '161.419', '7.987', '-466.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256460', 'Strolling_Sapling', '6418', '132.342', '7.678', '-473.500', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17256461', 'Strolling_Sapling', '6418', '108.789', '-1.799', '-449.060', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256462', 'Canyon_Rarab', '6400', '282.795', '12.545', '-584.595', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17256463', 'Canyon_Rarab', '6400', '372.220', '-8.849', '-419.398', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17256464', 'Canyon_Rarab', '6400', '349.953', '-8.549', '-478.699', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17256465', 'Canyon_Rarab', '6400', '255.095', '7.011', '-567.043', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17256466', 'Pygmaioi', '6414', '382.814', '-8.816', '-450.699', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17256467', 'Pygmaioi', '6414', '317.759', '-3.959', '-542.744', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256468', 'Pygmaioi', '6414', '255.026', '13.712', '-589.668', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17256469', 'Strolling_Sapling', '6418', '256.362', '8.393', '-558.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256470', 'Strolling_Sapling', '6418', '399.020', '-9.033', '-438.850', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17256471', 'Strolling_Sapling', '6418', '364.028', '-8.639', '-466.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256472', 'Strolling_Sapling', '6418', '356.844', '-8.267', '-473.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256473', 'Canyon_Rarab', '6400', '-45.727', '7.559', '-403.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256474', 'Canyon_Rarab', '6400', '-55.263', '7.273', '-411.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256475', 'Canyon_Rarab', '6400', '-85.158', '7.315', '-415.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256476', 'Canyon_Rarab', '6400', '-55.942', '7.797', '-396.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256477', 'Pygmaioi', '6414', '-44.872', '7.568', '-388.691', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17256478', 'Pygmaioi', '6414', '-79.366', '0.513', '-369.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256479', 'Pygmaioi', '6414', '-47.115', '7.323', '-373.863', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17256480', 'Strolling_Sapling', '6418', '362.000', '-0.468', '-366.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256481', 'Strolling_Sapling', '6418', '285.000', '-0.020', '-339.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17256482', 'Strolling_Sapling', '6418', '-68.684', '1.468', '-361.440', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17256483', 'Strolling_Sapling', '6418', '-72.819', '2.392', '-375.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256484', 'Akbaba', '6395', '-267.998', '15.549', '-547.885', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17256485', 'Akbaba', '6395', '-273.036', '15.081', '-525.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256486', 'Akbaba', '6395', '-280.107', '16.398', '-577.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256487', 'Akbaba', '6395', '-256.087', '10.512', '-525.818', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17256488', 'Skeleton_Warrior', '6417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256489', 'Skeleton_Warrior', '6417', '-310.207', '15.192', '-564.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256490', 'Skeleton_Sorcerer', '6416', '-257.411', '13.516', '-544.189', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17256491', 'Ghost', '6402', '-232.878', '15.425', '-562.632', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256492', 'Ghost', '6402', '-240.271', '15.509', '-597.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256494', 'Canyon_Rarab', '6400', '105.216', '-10.251', '-156.114', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17256495', 'Canyon_Rarab', '6400', '106.581', '-9.958', '-204.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256496', 'Canyon_Rarab', '6400', '214.212', '-15.925', '-118.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256497', 'Canyon_Rarab', '6400', '143.147', '-14.146', '-160.133', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256498', 'Pygmaioi', '6414', '122.942', '-7.048', '-147.250', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256499', 'Pygmaioi', '6414', '109.682', '-0.623', '-124.707', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256500', 'Pygmaioi', '6414', '118.556', '-8.320', '-159.627', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17256501', 'Strolling_Sapling', '6418', '135.325', '-8.939', '-140.047', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256502', 'Strolling_Sapling', '6418', '90.592', '-1.560', '-128.205', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17256503', 'Strolling_Sapling', '6418', '96.915', '-15.063', '-183.539', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17256504', 'Killer_Bee', '6411', '42.899', '-1.177', '-125.179', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17256505', 'Killer_Bee', '6411', '164.469', '-16.564', '-159.911', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17256506', 'Killer_Bee', '6411', '71.025', '-0.454', '-124.833', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17256507', 'Canyon_Rarab', '6400', '-19.026', '-12.297', '-163.079', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17256508', 'Canyon_Rarab', '6400', '-47.061', '-14.525', '-177.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256509', 'Canyon_Rarab', '6400', '-77.850', '-16.319', '-144.624', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17256510', 'Canyon_Rarab', '6400', '-40.122', '-16.283', '-222.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256511', 'Pygmaioi', '6414', '-6.501', '-7.178', '-112.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256512', 'Pygmaioi', '6414', '-60.921', '-13.122', '-236.127', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17256513', 'Pygmaioi', '6414', '27.757', '-16.207', '-164.368', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17256514', 'Strolling_Sapling', '6418', '-87.408', '-8.802', '-95.046', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17256515', 'Strolling_Sapling', '6418', '-48.550', '-16.360', '-160.917', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17256516', 'Strolling_Sapling', '6418', '-47.009', '-14.565', '-176.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256517', 'Killer_Bee', '6411', '-48.181', '-16.334', '-161.073', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17256518', 'Killer_Bee', '6411', '-78.608', '-16.464', '-145.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256519', 'Killer_Bee', '6411', '-68.090', '-13.583', '-105.194', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17256520', 'Canyon_Crawler', '6399', '-11.158', '-7.240', '-131.867', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17256521', 'Canyon_Crawler', '6399', '-10.493', '-7.192', '-133.032', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17256522', 'Canyon_Crawler', '6399', '6.853', '-9.796', '-131.746', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17256523', 'Goblin_Thug', '6407', '166.205', '-17.159', '-157.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256524', 'Goblin_Ambusher', '6403', '-83.004', '-16.474', '-147.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256525', 'Goblin_Weaver', '6409', '108.865', '-8.469', '-215.222', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17256526', 'Goblin_Tinkerer', '6408', '-80.041', '-15.714', '-206.174', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17256527', 'Goblin_Butcher', '6405', '-19.554', '-10.171', '-149.242', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17256528', 'Skeleton_Warrior', '6417', '81.827', '-11.955', '-146.143', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17256529', 'Skeleton_Sorcerer', '6416', '-56.470', '-16.525', '-217.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256530', 'Air_Elemental', '6394', '-2.192', '-16.228', '-152.326', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17256531', 'Canyon_Rarab', '6400', '150.397', '1.672', '3.892', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17256532', 'Canyon_Rarab', '6400', '226.798', '-16.123', '-49.654', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17256533', 'Pygmaioi', '6414', '187.805', '-7.869', '-46.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256534', 'Strolling_Sapling', '6418', '182.245', '-5.819', '-43.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256535', 'Killer_Bee', '6411', '139.360', '2.601', '-45.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256536', 'Killer_Bee', '6411', '229.801', '-3.960', '20.499', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256537', 'Wild_Dhalmel', '6419', '144.949', '5.837', '4.633', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17256538', 'Wild_Dhalmel', '6419', '195.715', '-8.535', '-22.420', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256539', 'Wild_Dhalmel', '6419', '235.165', '-15.257', '-33.349', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17256540', 'Barghest', '6398', '168.783', '-2.139', '-43.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256541', 'Canyon_Rarab', '6400', '95.015', '7.500', '26.557', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17256542', 'Canyon_Rarab', '6400', '103.167', '10.817', '-41.762', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17256543', 'Pygmaioi', '6414', '130.242', '9.218', '24.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256544', 'Strolling_Sapling', '6418', '99.928', '10.564', '-45.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256545', 'Killer_Bee', '6411', '72.264', '11.733', '-31.729', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17256546', 'Killer_Bee', '6411', '137.352', '9.888', '5.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256547', 'Wild_Dhalmel', '6419', '95.075', '0.277', '-84.655', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17256548', 'Wild_Dhalmel', '6419', '96.424', '7.844', '-49.402', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17256549', 'Wild_Dhalmel', '6419', '133.403', '8.353', '-14.439', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17256550', 'Barghest', '6398', '90.813', '15.545', '-8.750', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256551', 'Canyon_Crawler', '6399', '174.854', '-3.915', '-17.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256552', 'Canyon_Crawler', '6399', '166.695', '-1.724', '-21.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256553', 'Canyon_Crawler', '6399', '160.792', '-0.511', '-19.334', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256554', 'Canyon_Rarab', '6400', '-17.862', '-8.601', '-35.348', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17256555', 'Canyon_Rarab', '6400', '-16.153', '-8.755', '-32.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256556', 'Pygmaioi', '6414', '12.961', '-4.806', '-26.344', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256557', 'Strolling_Sapling', '6418', '-8.477', '-8.215', '-48.331', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17256558', 'Killer_Bee', '6411', '-25.406', '-7.163', '37.166', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17256559', 'Killer_Bee', '6411', '-9.360', '-2.016', '33.085', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17256560', 'Wild_Dhalmel', '6419', '-9.176', '-8.191', '-64.347', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256561', 'Wild_Dhalmel', '6419', '-16.284', '-8.116', '-39.142', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17256562', 'Wild_Dhalmel', '6419', '56.769', '5.684', '-48.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256563', 'Serpopard_Ishtar', '6415', '49.540', '0.843', '-61.629', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256564', 'Barghest', '6398', '22.270', '-4.695', '-66.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256565', 'Yagudo_Initiate', '6421', '95.801', '2.461', '-63.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256566', 'Yagudo_Mendicant', '6422', '159.002', '-0.936', '-9.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256567', 'Yagudo_s_Elemental', '6427', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256568', 'Yagudo_Acolyte', '6420', '63.353', '10.996', '4.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256569', 'Yagudo_Scribe', '6426', '9.186', '-0.816', '11.193', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17256570', 'Yagudo_Piper', '6425', '17.160', '-5.115', '-46.590', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17256571', 'Yagudo_Persecutor', '6423', '-15.353', '-7.621', '-55.287', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17256572', 'Skeleton_Warrior', '6417', '225.928', '-8.287', '8.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256573', 'Skeleton_Sorcerer', '6416', '200.577', '-8.193', '-29.877', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17256574', 'Earth_Elemental', '6401', '40.017', '-0.684', '-49.741', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256575', 'Canyon_Rarab', '6400', '-179.561', '-16.888', '-98.619', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17256576', 'Canyon_Rarab', '6400', '-188.077', '-16.800', '-90.490', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17256577', 'Canyon_Rarab', '6400', '-222.564', '-22.688', '-85.137', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17256578', 'Canyon_Rarab', '6400', '-152.824', '-8.560', '-44.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256579', 'Pygmaioi', '6414', '-286.939', '-25.024', '-76.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256580', 'Pygmaioi', '6414', '-186.790', '-16.811', '-99.774', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17256581', 'Strolling_Sapling', '6418', '-213.161', '-15.008', '-67.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256582', 'Strolling_Sapling', '6418', '-207.453', '-18.153', '-144.985', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17256583', 'Killer_Bee', '6411', '-186.890', '-16.834', '-90.675', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256584', 'Killer_Bee', '6411', '-190.880', '-16.449', '-116.036', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256585', 'Canyon_Crawler', '6399', '-160.533', '-7.993', '-50.124', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17256586', 'Canyon_Crawler', '6399', '-169.234', '-8.841', '-47.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256587', 'Canyon_Rarab', '6400', '-291.707', '-8.481', '81.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256588', 'Canyon_Rarab', '6400', '-266.330', '-15.951', '-26.299', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17256589', 'Canyon_Rarab', '6400', '-299.368', '-12.365', '43.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256590', 'Pygmaioi', '6414', '-279.458', '-8.504', '35.888', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17256591', 'Pygmaioi', '6414', '-287.519', '-3.982', '99.774', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17256592', 'Strolling_Sapling', '6418', '-287.803', '-16.549', '-25.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256593', 'Strolling_Sapling', '6418', '-311.017', '-8.237', '76.729', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17256594', 'Strolling_Sapling', '6418', '-270.192', '-16.818', '-10.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256595', 'Killer_Bee', '6411', '-301.179', '-8.681', '89.548', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17256596', 'Killer_Bee', '6411', '-320.359', '-16.263', '41.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256597', 'Canyon_Rarab', '6400', '-243.192', '-2.863', '27.673', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17256598', 'Canyon_Rarab', '6400', '-224.419', '7.043', '137.732', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17256599', 'Canyon_Rarab', '6400', '-206.837', '-1.034', '3.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256600', 'Pygmaioi', '6414', '-213.059', '11.744', '92.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256601', 'Pygmaioi', '6414', '-234.360', '-10.388', '-50.070', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17256602', 'Pygmaioi', '6414', '-209.411', '12.896', '108.454', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17256603', 'Strolling_Sapling', '6418', '-238.330', '-1.251', '38.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256604', 'Strolling_Sapling', '6418', '-221.681', '-5.743', '-1.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256605', 'Killer_Bee', '6411', '-223.556', '1.054', '33.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256606', 'Killer_Bee', '6411', '-229.445', '-0.061', '72.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256607', 'Goblin_Thug', '6407', '-225.526', '-8.529', '-39.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256608', 'Goblin_Ambusher', '6403', '-142.153', '-6.290', '-60.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256609', 'Goblin_Weaver', '6409', '-267.237', '-4.582', '87.481', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17256610', 'Goblin_Tinkerer', '6408', '-251.889', '-9.012', '20.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256611', 'Goblin_Butcher', '6405', '-178.272', '-11.084', '-57.065', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17256612', 'Skeleton_Warrior', '6417', '-295.779', '-8.335', '80.956', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17256613', 'Skeleton_Sorcerer', '6416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256614', 'Air_Elemental', '6394', '-288.489', '-8.461', '60.919', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17256615', 'Killer_Bee', '6411', '-443.338', '-39.764', '-177.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256616', 'Killer_Bee', '6411', '-469.907', '-40.846', '-130.147', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17256617', 'Killer_Bee', '6411', '-461.855', '-40.427', '-133.302', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17256618', 'Killer_Bee', '6411', '-479.482', '-34.757', '-89.635', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17256619', 'Killer_Bee', '6411', '-444.015', '-37.448', '-98.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256620', 'Goblin_Ambusher', '6403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256621', 'Goblin_Ambusher', '6403', '-424.192', '-41.502', '-184.821', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256622', 'Goblin_Tinkerer', '6408', '-471.854', '-36.848', '-97.356', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256623', 'Goblin_Butcher', '6405', '-451.919', '-32.410', '-81.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256624', 'Goblin_Butcher', '6405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256625', 'Grenade', '6410', '-470.838', '-40.806', '-132.707', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256626', 'Killer_Bee', '6411', '-284.030', '7.871', '237.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256627', 'Killer_Bee', '6411', '-310.167', '7.783', '260.843', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17256628', 'Killer_Bee', '6411', '-305.719', '6.515', '250.152', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256629', 'Killer_Bee', '6411', '-299.195', '7.219', '267.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256630', 'Killer_Bee', '6411', '-305.278', '8.043', '267.787', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17256631', 'Goblin_Ambusher', '6403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256632', 'Goblin_Ambusher', '6403', '-306.998', '6.918', '247.736', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256633', 'Goblin_Tinkerer', '6408', '-319.968', '8.097', '269.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256634', 'Goblin_Tinkerer', '6408', '-311.666', '7.580', '278.834', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17256635', 'Goblin_Butcher', '6405', '-292.705', '7.555', '265.709', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17256636', 'Grenade', '6410', '-283.314', '7.685', '231.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256637', 'Canyon_Rarab', '6400', '-105.185', '15.642', '226.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256638', 'Canyon_Rarab', '6400', '-173.728', '15.283', '126.290', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17256639', 'Pygmaioi', '6414', '-92.583', '20.148', '215.968', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17256640', 'Pygmaioi', '6414', '-155.745', '15.412', '129.796', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17256641', 'Pygmaioi', '6414', '-114.448', '15.814', '204.214', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17256642', 'Strolling_Sapling', '6418', '-114.466', '12.863', '145.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256643', 'Strolling_Sapling', '6418', '-90.875', '15.734', '170.875', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17256644', 'Strolling_Sapling', '6418', '-147.474', '15.272', '167.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256645', 'Killer_Bee', '6411', '-107.120', '17.234', '242.777', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17256646', 'Killer_Bee', '6411', '-109.566', '16.871', '244.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256647', 'Killer_Bee', '6411', '-126.225', '10.750', '140.486', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17256648', 'Canyon_Crawler', '6399', '-146.665', '14.477', '137.528', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17256649', 'Canyon_Crawler', '6399', '-146.043', '13.431', '136.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256650', 'Canyon_Crawler', '6399', '-125.457', '8.007', '129.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256651', 'Canyon_Rarab', '6400', '-106.944', '6.467', '82.235', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17256652', 'Canyon_Rarab', '6400', '-151.758', '6.164', '32.225', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17256653', 'Pygmaioi', '6414', '-72.703', '-1.987', '-12.149', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17256654', 'Pygmaioi', '6414', '-111.963', '5.484', '71.610', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17256655', 'Strolling_Sapling', '6418', '-93.287', '0.674', '58.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256656', 'Strolling_Sapling', '6418', '-67.675', '-3.471', '-6.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256657', 'Killer_Bee', '6411', '-107.519', '-5.836', '-45.853', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17256658', 'Killer_Bee', '6411', '-117.966', '7.382', '79.568', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17256659', 'Wild_Dhalmel', '6419', '-80.393', '-1.015', '-1.459', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17256660', 'Wild_Dhalmel', '6419', '-66.343', '-8.763', '33.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256661', 'Wild_Dhalmel', '6419', '-72.317', '-8.347', '48.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256662', 'Barghest', '6398', '-91.695', '-7.409', '38.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256663', 'Canyon_Crawler', '6399', '-156.502', '13.495', '69.142', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17256664', 'Canyon_Crawler', '6399', '-144.292', '11.484', '71.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256665', 'Canyon_Rarab', '6400', '-30.842', '13.091', '143.570', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17256666', 'Canyon_Rarab', '6400', '-25.577', '-0.221', '79.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256667', 'Pygmaioi', '6414', '-38.685', '-4.165', '61.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256668', 'Pygmaioi', '6414', '-52.911', '5.402', '102.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256669', 'Strolling_Sapling', '6418', '0.903', '-0.269', '70.050', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17256670', 'Strolling_Sapling', '6418', '-43.744', '12.726', '142.359', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256671', 'Killer_Bee', '6411', '-29.160', '6.752', '128.120', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17256672', 'Wild_Dhalmel', '6419', '-42.356', '1.927', '93.778', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17256673', 'Wild_Dhalmel', '6419', '-7.844', '-2.262', '52.429', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17256674', 'Wild_Dhalmel', '6419', '-21.292', '23.951', '198.988', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256675', 'Barghest', '6398', '2.106', '22.236', '191.766', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17256676', 'Canyon_Crawler', '6399', '-44.046', '-8.814', '44.657', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17256677', 'Canyon_Crawler', '6399', '-32.008', '-8.640', '35.544', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17256678', 'Canyon_Rarab', '6400', '-27.594', '21.948', '228.288', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17256679', 'Canyon_Rarab', '6400', '-108.521', '24.907', '352.712', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17256680', 'Pygmaioi', '6414', '-13.633', '30.280', '375.914', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17256681', 'Pygmaioi', '6414', '-73.234', '31.822', '356.132', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256682', 'Strolling_Sapling', '6418', '31.764', '23.916', '265.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256683', 'Strolling_Sapling', '6418', '-22.250', '30.276', '374.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256684', 'Killer_Bee', '6411', '-75.205', '23.747', '400.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256685', 'Killer_Bee', '6411', '26.312', '23.578', '264.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256686', 'Wild_Dhalmel', '6419', '-23.900', '27.960', '282.280', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17256687', 'Wild_Dhalmel', '6419', '22.360', '23.757', '281.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256688', 'Wild_Dhalmel', '6419', '-30.321', '22.966', '261.095', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17256689', 'Wild_Dhalmel', '6419', '-80.168', '31.321', '357.076', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17256690', 'Serpopard_Ishtar', '6415', '-0.048', '21.041', '266.381', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17256691', 'Barghest', '6398', '35.900', '23.476', '283.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256692', 'Canyon_Crawler', '6399', '-144.303', '17.927', '359.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256693', 'Canyon_Crawler', '6399', '-172.147', '16.631', '351.996', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17256694', 'Yagudo_Initiate', '6421', '-72.634', '4.361', '69.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256695', 'Yagudo_Mendicant', '6422', '-110.360', '-0.534', '22.560', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17256696', 'Yagudo_s_Elemental', '6427', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256697', 'Yagudo_Acolyte', '6420', '-94.946', '26.449', '368.698', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256698', 'Yagudo_Scribe', '6426', '-52.770', '8.527', '122.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256699', 'Yagudo_Piper', '6425', '-97.174', '-3.689', '22.136', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17256700', 'Yagudo_Persecutor', '6423', '-13.152', '-3.068', '51.097', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17256701', 'Skeleton_Warrior', '6417', '-153.171', '0.832', '10.678', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17256702', 'Skeleton_Sorcerer', '6416', '-31.847', '13.202', '144.081', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17256703', 'Earth_Elemental', '6401', '46.427', '23.979', '250.787', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17256704', 'Akbaba', '6395', '217.948', '7.332', '95.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256705', 'Akbaba', '6395', '202.276', '10.713', '100.761', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256706', 'Akbaba', '6395', '209.970', '7.333', '68.532', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17256707', 'Akbaba', '6395', '180.785', '5.545', '34.598', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17256708', 'Akbaba', '6395', '204.647', '9.256', '92.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256709', 'Skeleton_Warrior', '6417', '196.006', '4.859', '30.510', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17256710', 'Skeleton_Warrior', '6417', '222.389', '7.105', '94.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256711', 'Skeleton_Sorcerer', '6416', '206.987', '7.605', '79.054', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17256712', 'Ghost', '6402', '196.335', '8.083', '64.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256713', 'Ghost', '6402', '207.089', '7.308', '85.789', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17256714', 'Canyon_Rarab', '6400', '231.654', '16.573', '171.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256715', 'Canyon_Rarab', '6400', '230.047', '23.951', '196.040', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17256716', 'Pygmaioi', '6414', '214.991', '25.780', '194.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256717', 'Pygmaioi', '6414', '236.569', '10.232', '95.082', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17256718', 'Strolling_Sapling', '6418', '209.952', '22.096', '173.232', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17256719', 'Strolling_Sapling', '6418', '270.661', '23.122', '192.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256720', 'Killer_Bee', '6411', '223.074', '15.519', '126.936', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256721', 'Killer_Bee', '6411', '251.918', '12.742', '115.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256722', 'Wild_Dhalmel', '6419', '244.407', '10.260', '96.489', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17256723', 'Wild_Dhalmel', '6419', '269.891', '7.215', '75.897', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17256724', 'Wild_Dhalmel', '6419', '238.692', '23.311', '200.930', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256725', 'Barghest', '6398', '241.947', '7.959', '84.138', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17256726', 'Canyon_Rarab', '6400', '265.657', '39.913', '242.848', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256727', 'Canyon_Rarab', '6400', '263.671', '24.547', '204.994', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17256728', 'Canyon_Rarab', '6400', '343.496', '23.819', '280.157', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17256729', 'Pygmaioi', '6414', '215.709', '32.343', '212.332', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17256730', 'Pygmaioi', '6414', '312.035', '26.164', '232.832', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17256731', 'Pygmaioi', '6414', '200.283', '36.593', '224.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256732', 'Strolling_Sapling', '6418', '227.829', '39.996', '239.797', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17256733', 'Strolling_Sapling', '6418', '228.961', '34.760', '225.574', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17256734', 'Strolling_Sapling', '6418', '280.932', '34.274', '225.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256735', 'Killer_Bee', '6411', '318.826', '24.252', '279.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256736', 'Killer_Bee', '6411', '196.321', '39.055', '261.345', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17256737', 'Killer_Bee', '6411', '312.719', '26.392', '233.902', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17256738', 'Canyon_Rarab', '6400', '253.038', '39.635', '367.197', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17256739', 'Canyon_Rarab', '6400', '201.414', '39.496', '443.829', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17256740', 'Canyon_Rarab', '6400', '285.470', '39.646', '469.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256741', 'Pygmaioi', '6414', '273.178', '39.737', '478.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256742', 'Pygmaioi', '6414', '311.356', '32.910', '407.829', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17256743', 'Pygmaioi', '6414', '259.418', '40.262', '455.768', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17256744', 'Strolling_Sapling', '6418', '266.565', '39.862', '372.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256745', 'Strolling_Sapling', '6418', '229.024', '43.677', '461.609', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17256746', 'Strolling_Sapling', '6418', '318.024', '31.376', '364.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256747', 'Killer_Bee', '6411', '221.724', '39.525', '426.767', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17256748', 'Killer_Bee', '6411', '315.924', '31.928', '398.854', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256749', 'Killer_Bee', '6411', '280.652', '39.338', '451.916', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256750', 'Goblin_Thug', '6407', '234.000', '-0.050', '43.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17256751', 'Goblin_Ambusher', '6403', '254.622', '12.325', '122.867', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17256752', 'Goblin_Weaver', '6409', '351.536', '23.688', '282.219', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17256753', 'Goblin_Tinkerer', '6408', '333.533', '29.152', '300.807', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17256754', 'Goblin_Butcher', '6405', '253.529', '40.102', '453.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256755', 'Skeleton_Warrior', '6417', '298.267', '34.669', '384.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256756', 'Skeleton_Sorcerer', '6416', '225.368', '39.908', '453.501', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17256757', 'Air_Elemental', '6394', '312.231', '32.584', '298.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256758', 'Akbaba', '6395', '318.245', '40.258', '462.532', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17256759', 'Akbaba', '6395', '372.618', '39.772', '506.311', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17256760', 'Akbaba', '6395', '365.927', '38.622', '506.841', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17256761', 'Akbaba', '6395', '343.041', '39.101', '468.955', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17256762', 'Akbaba', '6395', '411.771', '47.603', '479.952', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17256763', 'Akbaba', '6395', '438.906', '46.975', '473.134', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17256764', 'Skeleton_Warrior', '6417', '396.251', '47.004', '488.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256765', 'Skeleton_Warrior', '6417', '422.002', '48.177', '484.431', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17256766', 'Skeleton_Sorcerer', '6416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256767', 'Ghost', '6402', '402.252', '47.439', '522.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256768', 'Ghost', '6402', '344.810', '40.087', '522.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256769', 'Ghost', '6402', '85.974', '14.978', '117.838', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17256770', 'Grenade', '6410', '88.784', '14.910', '126.078', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17256771', 'Air_Elemental', '6394', '94.692', '13.853', '138.586', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17256772', 'Earth_Elemental', '6401', '88.575', '14.913', '126.565', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17256773', 'Canyon_Rarab', '6400', '174.552', '31.979', '218.838', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17256774', 'Canyon_Rarab', '6400', '70.516', '23.936', '208.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256775', 'Canyon_Rarab', '6400', '151.661', '32.238', '212.758', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17256776', 'Pygmaioi', '6414', '105.506', '40.205', '249.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256777', 'Pygmaioi', '6414', '88.875', '24.938', '211.443', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17256778', 'Pygmaioi', '6414', '179.700', '31.359', '204.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256779', 'Strolling_Sapling', '6418', '88.981', '25.573', '214.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256780', 'Strolling_Sapling', '6418', '117.027', '39.500', '252.233', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17256781', 'Strolling_Sapling', '6418', '192.795', '28.314', '184.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256782', 'Killer_Bee', '6411', '153.185', '38.959', '231.341', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17256783', 'Killer_Bee', '6411', '182.199', '32.014', '217.664', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17256784', 'Killer_Bee', '6411', '162.457', '35.367', '220.323', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17256785', 'Canyon_Rarab', '6400', '98.993', '39.572', '312.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256786', 'Canyon_Rarab', '6400', '10.515', '31.984', '334.352', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256787', 'Canyon_Rarab', '6400', '71.312', '37.046', '464.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256788', 'Pygmaioi', '6414', '39.562', '34.116', '373.099', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17256789', 'Pygmaioi', '6414', '74.875', '38.795', '405.079', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17256790', 'Pygmaioi', '6414', '93.560', '39.844', '389.905', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17256791', 'Strolling_Sapling', '6418', '93.620', '39.788', '304.435', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256792', 'Strolling_Sapling', '6418', '48.650', '34.235', '335.895', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256793', 'Strolling_Sapling', '6418', '91.636', '39.990', '309.449', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17256794', 'Killer_Bee', '6411', '14.134', '31.486', '314.434', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17256795', 'Killer_Bee', '6411', '7.411', '37.203', '369.962', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17256796', 'Killer_Bee', '6411', '49.218', '32.304', '315.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256797', 'Canyon_Rarab', '6400', '137.999', '44.889', '504.708', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17256798', 'Canyon_Rarab', '6400', '70.215', '36.210', '440.359', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17256799', 'Canyon_Rarab', '6400', '-166.857', '31.593', '465.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256800', 'Pygmaioi', '6414', '104.672', '45.539', '506.861', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17256801', 'Pygmaioi', '6414', '104.628', '45.531', '507.104', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17256802', 'Pygmaioi', '6414', '102.928', '43.638', '483.067', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17256803', 'Strolling_Sapling', '6418', '169.912', '39.579', '433.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256804', 'Strolling_Sapling', '6418', '156.822', '39.345', '418.997', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17256805', 'Strolling_Sapling', '6418', '57.196', '29.008', '435.151', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17256806', 'Killer_Bee', '6411', '74.137', '39.567', '482.722', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17256807', 'Killer_Bee', '6411', '121.911', '43.054', '459.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256808', 'Killer_Bee', '6411', '54.951', '29.297', '457.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256809', 'Yagudo_Initiate', '6421', '142.617', '39.428', '445.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256810', 'Yagudo_Mendicant', '6422', '103.983', '45.831', '505.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256811', 'Yagudo_s_Elemental', '6427', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256812', 'Yagudo_Acolyte', '6420', '9.037', '37.500', '354.696', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17256813', 'Yagudo_Scribe', '6426', '160.388', '39.727', '519.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256814', 'Yagudo_Piper', '6425', '173.332', '39.783', '238.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256815', 'Yagudo_Persecutor', '6423', '60.614', '32.068', '411.351', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17256816', 'Skeleton_Warrior', '6417', '132.338', '39.592', '457.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256817', 'Skeleton_Sorcerer', '6416', '128.364', '39.570', '263.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256818', 'Grenade', '6410', '143.195', '40.078', '243.133', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17256819', 'Poltergeist', '6413', '169.879', '42.940', '507.707', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17256820', 'Poltergeist', '6413', '179.489', '39.506', '508.486', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17256821', 'Poltergeist', '6413', '178.488', '38.758', '504.493', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17256822', 'Canyon_Rarab', '6400', '-91.176', '29.509', '503.701', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17256823', 'Canyon_Rarab', '6400', '-243.727', '15.214', '357.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256824', 'Pygmaioi', '6414', '-139.705', '28.991', '456.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256825', 'Pygmaioi', '6414', '-76.864', '24.045', '449.654', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17256826', 'Strolling_Sapling', '6418', '-119.188', '31.269', '473.597', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256827', 'Strolling_Sapling', '6418', '-106.846', '26.394', '460.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256828', 'Killer_Bee', '6411', '-192.983', '38.839', '520.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256829', 'Killer_Bee', '6411', '-121.967', '23.683', '437.607', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17256830', 'Wild_Dhalmel', '6419', '-130.153', '26.582', '453.472', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17256831', 'Wild_Dhalmel', '6419', '-72.947', '31.544', '545.207', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17256832', 'Wild_Dhalmel', '6419', '-169.690', '29.332', '427.324', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17256833', 'Barghest', '6398', '-146.897', '29.485', '436.341', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17256834', 'Canyon_Crawler', '6399', '-103.488', '23.716', '449.949', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17256835', 'Canyon_Crawler', '6399', '-119.301', '24.087', '448.636', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17256837', 'Canyon_Rarab', '6400', '-113.991', '15.504', '265.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256838', 'Canyon_Rarab', '6400', '-226.656', '10.343', '332.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256839', 'Canyon_Rarab', '6400', '-284.792', '30.990', '463.290', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17256840', 'Pygmaioi', '6414', '-234.495', '16.148', '370.433', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17256841', 'Pygmaioi', '6414', '-87.504', '28.374', '267.194', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17256842', 'Pygmaioi', '6414', '-99.850', '27.222', '318.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256843', 'Strolling_Sapling', '6418', '-217.004', '12.838', '328.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256844', 'Strolling_Sapling', '6418', '-83.575', '32.289', '329.359', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256845', 'Strolling_Sapling', '6418', '-223.236', '10.856', '324.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256846', 'Killer_Bee', '6411', '-88.589', '31.651', '328.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256847', 'Killer_Bee', '6411', '-132.560', '15.220', '292.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256848', 'Killer_Bee', '6411', '-231.930', '12.237', '340.659', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256849', 'Canyon_Rarab', '6400', '-249.540', '39.236', '490.474', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17256850', 'Canyon_Rarab', '6400', '-318.250', '15.575', '363.074', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17256851', 'Pygmaioi', '6414', '-236.265', '35.490', '458.709', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17256852', 'Pygmaioi', '6414', '-236.907', '38.703', '474.699', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17256853', 'Strolling_Sapling', '6418', '-265.987', '28.703', '404.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256854', 'Strolling_Sapling', '6418', '-231.238', '31.578', '428.557', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256855', 'Killer_Bee', '6411', '-269.325', '31.552', '488.438', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256856', 'Wild_Dhalmel', '6419', '-236.976', '39.525', '515.551', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17256857', 'Wild_Dhalmel', '6419', '-246.599', '39.088', '482.859', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17256858', 'Wild_Dhalmel', '6419', '-264.803', '22.525', '384.910', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17256859', 'Barghest', '6398', '-253.538', '25.557', '396.842', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17256860', 'Canyon_Rarab', '6400', '-321.075', '23.549', '439.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256861', 'Canyon_Rarab', '6400', '-483.463', '14.085', '363.631', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17256862', 'Pygmaioi', '6414', '-295.154', '27.391', '453.067', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17256863', 'Pygmaioi', '6414', '-302.429', '26.186', '483.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256864', 'Strolling_Sapling', '6418', '-316.804', '15.092', '355.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256865', 'Strolling_Sapling', '6418', '-297.223', '27.773', '474.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256866', 'Killer_Bee', '6411', '-304.335', '24.885', '433.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256867', 'Wild_Dhalmel', '6419', '-318.483', '19.604', '382.689', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256868', 'Wild_Dhalmel', '6419', '-346.580', '17.603', '400.303', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17256869', 'Wild_Dhalmel', '6419', '-344.059', '15.506', '367.262', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17256870', 'Barghest', '6398', '-324.516', '23.643', '435.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256871', 'Yagudo_Mendicant', '6422', '-250.217', '36.715', '477.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256872', 'Yagudo_s_Elemental', '6427', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256873', 'Yagudo_Mendicant', '6422', '-141.456', '19.111', '330.878', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17256874', 'Yagudo_s_Elemental', '6427', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256875', 'Yagudo_Piper', '6425', '-233.905', '16.214', '369.882', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17256876', 'Yagudo_Persecutor', '6423', '-290.326', '15.533', '368.190', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256877', 'Yagudo_Piper', '6425', '-248.334', '10.693', '340.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256878', 'Yagudo_Persecutor', '6423', '-122.145', '15.517', '283.982', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256879', 'Skeleton_Warrior', '6417', '-370.163', '15.715', '400.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256880', 'Skeleton_Sorcerer', '6416', '-332.396', '22.359', '392.825', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17256881', 'Earth_Elemental', '6401', '-184.514', '17.372', '339.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256882', 'Akbaba', '6395', '-396.000', '14.883', '412.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256883', 'Akbaba', '6395', '-427.928', '15.621', '432.554', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17256884', 'Akbaba', '6395', '-396.732', '14.975', '412.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256885', 'Akbaba', '6395', '-406.744', '15.005', '407.171', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17256886', 'Akbaba', '6395', '-407.236', '15.355', '429.605', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17256887', 'Akbaba', '6395', '-411.442', '15.574', '401.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256888', 'Skeleton_Warrior', '6417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256889', 'Skeleton_Warrior', '6417', '-430.313', '15.383', '423.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256890', 'Skeleton_Sorcerer', '6416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256891', 'Skeleton_Sorcerer', '6416', '-435.759', '15.471', '435.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256892', 'Ghost', '6402', '-437.388', '16.136', '427.008', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17256893', 'Ghost', '6402', '-421.112', '16.418', '396.453', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17256894', 'Canyon_Rarab', '6400', '-452.554', '13.690', '378.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256895', 'Canyon_Rarab', '6400', '-262.883', '-0.626', '-176.508', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256896', 'Grenade', '6410', '-482.046', '14.109', '364.003', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17256897', 'Ghost', '6402', '-459.485', '14.023', '372.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256898', 'Goblin_Digger', '6406', '-45.370', '24.024', '241.743', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17256899', 'Goblin_Archaeologist', '6404', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256900', 'Yara_Ma_Yha_Who', '6428', '271.000', '0.005', '-334.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17256901', 'Pixie', '6412', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256902', 'Pixie', '6412', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256903', 'Pixie', '6412', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256904', 'Pixie', '6412', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256905', 'Pixie', '6412', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17256906', 'Allocamelus', '6396', '-286.269', '-0.279', '-169.685', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17257054', 'Ayame', '6397', '-237.057', '-0.478', '-160.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260545', 'Stag_Crab', '6469', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260546', 'Puffer_Pugil', '6466', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260547', 'Snipper', '6468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260548', 'Shoal_Pugil', '6467', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260549', 'Clipper', '6434', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260550', 'Sylvestre', '6470', '-421.288', '-30.060', '24.362', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17260551', 'Sylvestre', '6470', '-432.599', '-32.481', '52.774', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17260552', 'Sylvestre', '6470', '-498.047', '-31.925', '76.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260553', 'Sylvestre', '6470', '-430.767', '-32.335', '3.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260554', 'Mighty_Rarab', '6463', '-531.469', '-32.396', '75.783', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17260555', 'Mighty_Rarab', '6463', '-423.305', '-29.991', '24.149', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17260556', 'Mighty_Rarab', '6463', '-453.857', '-32.095', '79.705', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17260557', 'Mighty_Rarab', '6463', '-434.696', '-32.392', '47.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260558', 'Zu', '6483', '-438.026', '-31.459', '28.027', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17260559', 'Zu', '6483', '-476.904', '-31.908', '71.444', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17260560', 'Zu', '6483', '-453.728', '-31.935', '1.381', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17260561', 'Goblin_Ambusher', '6438', '-521.287', '-32.811', '85.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260562', 'Goblin_Tinkerer', '6451', '-402.673', '-31.846', '10.913', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17260563', 'Goblin_Butcher', '6440', '-482.059', '-31.970', '67.880', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17260564', 'Zombie', '6482', '-451.165', '-32.482', '81.454', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260565', 'Zombie', '6482', '-417.000', '-31.000', '42.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17260566', 'Sylvestre', '6470', '-354.524', '-24.554', '6.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260567', 'Sylvestre', '6470', '-290.786', '-23.987', '61.870', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17260568', 'Sylvestre', '6470', '-286.894', '-24.192', '67.566', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17260569', 'Sylvestre', '6470', '-279.303', '-23.637', '16.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260570', 'Mighty_Rarab', '6463', '-279.932', '-23.620', '19.897', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17260571', 'Mighty_Rarab', '6463', '-310.387', '-24.407', '36.254', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17260572', 'Mighty_Rarab', '6463', '-317.748', '-23.655', '58.232', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17260573', 'Mighty_Rarab', '6463', '-278.027', '-24.437', '35.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260574', 'Zu', '6483', '-334.973', '-23.445', '31.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260575', 'Zu', '6483', '-350.864', '-24.582', '-16.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260576', 'Zu', '6483', '-340.571', '-23.865', '-7.367', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17260577', 'Goblin_Ambusher', '6438', '-282.573', '-24.448', '46.673', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17260578', 'Goblin_Tinkerer', '6451', '-385.030', '-30.339', '-2.333', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17260579', 'Goblin_Butcher', '6440', '-352.912', '-23.658', '29.988', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260580', 'Zombie', '6482', '-306.565', '-24.037', '2.076', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17260581', 'Zombie', '6482', '-332.648', '-24.906', '54.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260582', 'Sylvestre', '6470', '-292.941', '-17.303', '-109.056', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260583', 'Sylvestre', '6470', '-293.644', '-16.500', '-111.951', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17260584', 'Sylvestre', '6470', '-381.109', '-15.989', '-115.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260585', 'Mighty_Rarab', '6463', '-309.517', '-17.010', '-94.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260586', 'Mighty_Rarab', '6463', '-328.903', '-16.566', '-94.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260587', 'Zu', '6483', '-364.900', '-15.971', '-104.666', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17260588', 'Goblin_Ambusher', '6438', '-348.345', '-16.123', '-114.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260589', 'Goblin_Butcher', '6440', '-343.341', '-15.747', '-122.844', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260590', 'Zombie', '6482', '-313.783', '-16.452', '-115.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260591', 'Sylvestre', '6470', '-441.739', '-8.020', '-215.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260592', 'Sylvestre', '6470', '-434.058', '-8.233', '-204.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260593', 'Sylvestre', '6470', '-468.507', '-14.120', '-242.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260594', 'Sylvestre', '6470', '-453.356', '-9.454', '-204.119', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17260595', 'Sylvestre', '6470', '-373.154', '-10.772', '-181.529', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17260596', 'Sylvestre', '6470', '-421.926', '-7.578', '-198.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260597', 'Sylvestre', '6470', '-452.027', '-9.248', '-221.417', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260598', 'Sylvestre', '6470', '-439.637', '-8.949', '-193.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260599', 'Sylvestre', '6470', '-418.441', '-7.720', '-237.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260600', 'Mighty_Rarab', '6463', '-443.786', '-8.203', '-213.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260601', 'Mighty_Rarab', '6463', '-430.957', '-8.049', '-227.188', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17260602', 'Mighty_Rarab', '6463', '-473.790', '-16.271', '-237.427', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17260603', 'Zu', '6483', '-381.266', '-8.381', '-211.630', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17260604', 'Zu', '6483', '-376.361', '-7.802', '-204.945', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17260605', 'Zu', '6483', '-401.043', '-9.065', '-190.565', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260606', 'Goblin_Ambusher', '6438', '-405.670', '-8.310', '-199.826', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260607', 'Goblin_Tinkerer', '6451', '-389.052', '-16.204', '-172.333', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260608', 'Goblin_Butcher', '6440', '-400.331', '-8.068', '-244.280', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17260609', 'Zombie', '6482', '-420.689', '-8.304', '-192.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260610', 'Zombie', '6482', '-482.997', '-16.383', '-223.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260611', 'Ghoul', '6436', '-361.735', '-8.500', '-202.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260612', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260614', 'Bogy', '6430', '-357.743', '-0.392', '-322.516', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17260615', 'Bogy', '6430', '-359.172', '-0.142', '-325.244', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260616', 'Goblin_Ambusher', '6438', '-194.742', '-9.064', '-84.503', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17260617', 'Goblin_Tinkerer', '6451', '-139.000', '-7.000', '-123.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260618', 'Goblin_Tinkerer', '6451', '-231.413', '-15.779', '-83.355', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17260619', 'Goblin_Butcher', '6440', '-195.421', '-9.334', '-73.943', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17260620', 'Zombie', '6482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260621', 'Zombie', '6482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260622', 'Sylvestre', '6470', '-365.576', '-32.990', '195.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260623', 'Sylvestre', '6470', '-360.375', '-32.356', '167.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260624', 'Mighty_Rarab', '6463', '-362.823', '-31.649', '177.148', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17260625', 'Mighty_Rarab', '6463', '-330.466', '-33.964', '217.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260626', 'Mighty_Rarab', '6463', '-327.309', '-25.679', '166.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260627', 'Mighty_Rarab', '6463', '-353.408', '-32.355', '201.798', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17260628', 'Mighty_Rarab', '6463', '-350.190', '-31.404', '162.229', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17260629', 'Mighty_Rarab', '6463', '-366.283', '-33.463', '191.146', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260630', 'Zu', '6483', '-316.829', '-26.993', '172.846', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17260631', 'Zu', '6483', '-316.836', '-26.911', '172.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260632', 'Goblin_Ambusher', '6438', '-318.313', '-28.671', '177.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260633', 'Goblin_Tinkerer', '6451', '-350.710', '-31.580', '158.136', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17260634', 'Goblin_Butcher', '6440', '-364.129', '-32.351', '185.913', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17260635', 'Zombie', '6482', '-354.785', '-32.483', '203.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260636', 'Zombie', '6482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260637', 'Ghoul', '6436', '-350.428', '-32.136', '170.349', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17260638', 'Sylvestre', '6470', '-209.696', '-23.745', '83.799', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17260639', 'Sylvestre', '6470', '-205.249', '-32.408', '163.269', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17260640', 'Sylvestre', '6470', '-115.549', '-23.917', '49.160', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17260641', 'Sylvestre', '6470', '-139.767', '-24.970', '55.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260642', 'Mighty_Rarab', '6463', '-225.128', '-23.841', '105.760', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17260643', 'Mighty_Rarab', '6463', '-173.319', '-22.463', '105.580', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260644', 'Mighty_Rarab', '6463', '-144.748', '-23.913', '117.739', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260645', 'Mighty_Rarab', '6463', '-161.742', '-24.569', '115.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260646', 'Mighty_Rarab', '6463', '-242.425', '-24.235', '111.341', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17260647', 'Mighty_Rarab', '6463', '-209.902', '-23.929', '87.139', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17260648', 'Mighty_Rarab', '6463', '-220.175', '-33.642', '180.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260649', 'Mighty_Rarab', '6463', '-198.060', '-31.497', '151.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260650', 'Zu', '6483', '-201.744', '-31.715', '152.377', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260651', 'Zu', '6483', '-213.443', '-24.328', '92.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260652', 'Zu', '6483', '-127.475', '-24.466', '85.961', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17260653', 'Zu', '6483', '-257.801', '-25.169', '68.120', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17260654', 'Goblin_Ambusher', '6438', '-224.940', '-22.232', '99.515', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17260655', 'Goblin_Tinkerer', '6451', '-240.971', '-32.497', '160.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260656', 'Goblin_Butcher', '6440', '-150.483', '-23.374', '104.954', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17260657', 'Zombie', '6482', '-212.986', '-29.801', '145.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260658', 'Zombie', '6482', '-260.551', '-23.758', '104.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260659', 'Ghoul', '6436', '-129.930', '-24.645', '97.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260660', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260661', 'Sylvestre', '6470', '-207.382', '-33.164', '198.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260662', 'Sylvestre', '6470', '-169.145', '-33.046', '233.089', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17260663', 'Mighty_Rarab', '6463', '-201.269', '-31.898', '215.811', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17260664', 'Mighty_Rarab', '6463', '-197.218', '-32.584', '193.997', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17260665', 'Mighty_Rarab', '6463', '-170.149', '-34.402', '225.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260666', 'Zu', '6483', '-203.435', '-32.378', '210.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260667', 'Goblin_Tinkerer', '6451', '-204.410', '-32.606', '201.530', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17260668', 'Goblin_Butcher', '6440', '-179.843', '-31.926', '243.525', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17260669', 'Zombie', '6482', '-192.237', '-32.332', '232.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260670', 'Sylvestre', '6470', '-331.143', '-40.188', '233.908', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17260671', 'Sylvestre', '6470', '-310.613', '-40.843', '253.931', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260672', 'Mighty_Rarab', '6463', '-227.000', '-37.000', '238.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260673', 'Mighty_Rarab', '6463', '-331.573', '-41.062', '255.420', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260674', 'Mighty_Rarab', '6463', '-312.156', '-40.133', '261.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260675', 'Mighty_Rarab', '6463', '-297.178', '-39.638', '278.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260676', 'Zu', '6483', '-343.347', '-41.303', '253.192', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17260677', 'Zu', '6483', '-315.226', '-40.639', '246.055', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17260678', 'Goblin_Ambusher', '6438', '-328.149', '-40.675', '258.732', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17260679', 'Goblin_Tinkerer', '6451', '-314.409', '-40.183', '267.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260680', 'Goblin_Butcher', '6440', '-329.000', '-31.000', '196.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260681', 'Zombie', '6482', '-346.501', '-40.317', '246.700', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17260682', 'Ghoul', '6436', '-315.588', '-40.185', '268.750', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17260683', 'Sylvestre', '6470', '-9.640', '-25.168', '248.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260684', 'Sylvestre', '6470', '-23.172', '-23.765', '244.400', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17260685', 'Mighty_Rarab', '6463', '-20.406', '-25.174', '252.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260686', 'Mighty_Rarab', '6463', '-34.969', '-23.789', '261.343', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17260687', 'Mighty_Rarab', '6463', '-20.859', '-25.495', '258.645', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260688', 'Mighty_Rarab', '6463', '-51.907', '-26.103', '276.217', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260689', 'Zu', '6483', '-56.671', '-27.768', '274.139', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17260690', 'Zu', '6483', '-34.202', '-23.886', '259.614', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17260691', 'Goblin_Ambusher', '6438', '-40.956', '-24.902', '235.708', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17260692', 'Goblin_Tinkerer', '6451', '42.000', '-23.000', '186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260693', 'Goblin_Butcher', '6440', '-41.189', '-24.266', '260.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260694', 'Zombie', '6482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260695', 'Ghoul', '6436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260696', 'Sylvestre', '6470', '-34.995', '-4.728', '-143.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260697', 'Sylvestre', '6470', '-103.120', '-2.734', '-179.015', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17260698', 'Sylvestre', '6470', '-19.827', '0.004', '-181.774', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17260699', 'Zu', '6483', '-122.743', '-8.617', '-119.535', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17260700', 'Zu', '6483', '-58.714', '-0.254', '-176.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260701', 'Zu', '6483', '-28.512', '-8.315', '-71.052', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17260702', 'Bull_Dhalmel', '6432', '33.482', '-2.345', '-148.265', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260703', 'Bull_Dhalmel', '6432', '-23.108', '-7.459', '-124.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260704', 'Bull_Dhalmel', '6432', '-118.670', '-6.434', '-172.676', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260705', 'Bull_Dhalmel', '6432', '-158.428', '-8.570', '-119.858', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17260706', 'Bull_Dhalmel', '6432', '-100.047', '-5.197', '-156.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260707', 'Goblin_Mugger', '6446', '-78.763', '0.204', '-182.966', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17260708', 'Goblin_Ambusher', '6438', '-53.189', '-7.872', '-72.480', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17260709', 'Goblin_Leecher', '6445', '-32.717', '-8.263', '-105.156', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17260710', 'Goblin_Tinkerer', '6451', '-18.956', '-7.762', '-86.343', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17260711', 'Goblin_Gambler', '6443', '-59.397', '-7.818', '-73.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260712', 'Goblin_Butcher', '6440', '-87.108', '-1.294', '-157.417', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17260713', 'Zombie', '6482', '-91.960', '-8.697', '-104.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260714', 'Zombie', '6482', '-117.066', '-8.437', '-157.177', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17260715', 'Ghoul', '6436', '-8.771', '-7.368', '-61.320', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17260716', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260717', 'Air_Elemental', '6429', '-39.675', '-7.725', '-104.254', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17260718', 'Snipper', '6468', '-34.703', '15.512', '-234.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260719', 'Snipper', '6468', '-123.024', '17.078', '-296.567', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17260720', 'Snipper', '6468', '-29.051', '15.498', '-259.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260721', 'Snipper', '6468', '-86.625', '16.277', '-267.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260722', 'Snipper', '6468', '-88.272', '17.610', '-301.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260723', 'Snipper', '6468', '-97.489', '15.773', '-236.406', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260724', 'Snipper', '6468', '-85.179', '15.695', '-277.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260725', 'Poison_Leech', '6465', '-58.489', '15.412', '-260.763', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17260726', 'Poison_Leech', '6465', '-50.038', '13.330', '-192.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260727', 'Poison_Leech', '6465', '7.344', '15.457', '-206.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260728', 'Poison_Leech', '6465', '-57.823', '15.305', '-226.697', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17260729', 'Poison_Leech', '6465', '-110.214', '16.494', '-292.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260730', 'Poison_Leech', '6465', '-98.136', '15.853', '-245.267', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17260731', 'Poison_Leech', '6465', '-55.911', '17.325', '-297.714', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17260733', 'Snipper', '6468', '-103.821', '19.500', '-325.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260734', 'Shoal_Pugil', '6467', '-47.000', '20.000', '-329.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260735', 'Shoal_Pugil', '6467', '-121.341', '19.500', '-327.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260736', 'Shoal_Pugil', '6467', '-83.640', '19.500', '-326.141', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17260737', 'Bogy', '6430', '-129.000', '15.000', '-254.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260738', 'Bogy', '6430', '10.000', '15.000', '-222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260739', 'Bogy', '6430', '-30.000', '15.000', '-281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260740', 'Water_Elemental', '6478', '-103.931', '19.499', '-319.978', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17260741', 'Snipper', '6468', '-241.759', '16.201', '-290.422', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17260742', 'Snipper', '6468', '-118.000', '16.000', '-275.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17260743', 'Snipper', '6468', '-209.557', '16.582', '-290.990', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17260744', 'Snipper', '6468', '-186.208', '15.233', '-287.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260745', 'Snipper', '6468', '-221.679', '17.538', '-295.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260746', 'Poison_Leech', '6465', '-201.214', '17.596', '-298.625', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260747', 'Poison_Leech', '6465', '-191.516', '18.795', '-306.575', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17260748', 'Poison_Leech', '6465', '-228.937', '17.284', '-294.408', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17260749', 'Poison_Leech', '6465', '-238.181', '14.877', '-266.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260750', 'Shoal_Pugil', '6467', '-248.000', '20.000', '-330.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260751', 'Shoal_Pugil', '6467', '-234.354', '19.500', '-323.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260752', 'Shoal_Pugil', '6467', '-197.000', '20.000', '-331.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260753', 'Shoal_Pugil', '6467', '-209.000', '20.000', '-328.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260754', 'Bogy', '6430', '-202.000', '16.000', '-278.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17260755', 'Bogy', '6430', '-238.000', '16.000', '-272.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17260756', 'Water_Elemental', '6478', '-231.235', '19.500', '-322.677', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17260757', 'Sylvestre', '6470', '39.530', '-0.245', '-248.849', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17260758', 'Sylvestre', '6470', '6.788', '-0.540', '-306.940', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17260759', 'Sylvestre', '6470', '33.335', '-0.290', '-271.285', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17260760', 'Carnivorous_Crawler', '6433', '57.000', '-0.546', '-211.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17260761', 'Carnivorous_Crawler', '6433', '-6.951', '-0.299', '-321.937', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260762', 'Carnivorous_Crawler', '6433', '2.492', '0.439', '-300.647', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17260763', 'Carnivorous_Crawler', '6433', '13.828', '-1.123', '-300.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260764', 'Carnivorous_Crawler', '6433', '7.000', '-0.399', '-270.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260765', 'Carnivorous_Crawler', '6433', '45.542', '-0.900', '-236.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260766', 'Zu', '6483', '31.938', '-0.243', '-267.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260767', 'Zu', '6483', '-1.464', '0.165', '-306.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260768', 'Zu', '6483', '47.198', '-1.023', '-234.713', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17260769', 'Goblin_Mugger', '6446', '38.948', '-0.002', '-227.792', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260770', 'Goblin_Leecher', '6445', '28.331', '0.303', '-251.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260771', 'Goblin_Gambler', '6443', '42.623', '-0.491', '-199.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260772', 'Sylvestre', '6470', '-0.112', '-15.979', '48.265', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17260773', 'Sylvestre', '6470', '36.254', '-16.371', '6.941', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17260774', 'Sylvestre', '6470', '-41.453', '-16.500', '40.561', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17260775', 'Zu', '6483', '-30.366', '-16.155', '8.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260776', 'Zu', '6483', '40.216', '-16.496', '0.115', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17260777', 'Zu', '6483', '31.317', '-16.195', '5.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260778', 'Bull_Dhalmel', '6432', '-10.511', '-16.225', '49.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260779', 'Bull_Dhalmel', '6432', '-33.735', '-16.080', '13.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260780', 'Bull_Dhalmel', '6432', '-73.621', '-16.254', '78.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260781', 'Goblin_Mugger', '6446', '-46.653', '-16.147', '54.533', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17260782', 'Goblin_Ambusher', '6438', '12.845', '-16.093', '12.663', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17260783', 'Goblin_Leecher', '6445', '35.146', '-16.370', '73.331', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17260784', 'Goblin_Tinkerer', '6451', '39.046', '-15.556', '52.884', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17260785', 'Goblin_Gambler', '6443', '-14.854', '-15.760', '48.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260786', 'Goblin_Butcher', '6440', '-55.572', '-16.588', '84.735', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17260787', 'Zombie', '6482', '21.457', '-15.761', '70.487', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260788', 'Zombie', '6482', '-68.646', '-16.583', '32.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260789', 'Ghoul', '6436', '55.930', '-16.241', '-1.179', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17260790', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260791', 'Air_Elemental', '6429', '-16.334', '-13.994', '56.955', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17260792', 'Sylvestre', '6470', '54.310', '-0.027', '-175.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260793', 'Sylvestre', '6470', '94.489', '-0.275', '-140.899', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17260794', 'Sylvestre', '6470', '27.181', '-6.153', '-101.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260795', 'Zu', '6483', '16.734', '-6.898', '-76.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260796', 'Zu', '6483', '59.943', '-1.916', '-144.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260797', 'Zu', '6483', '98.759', '-7.896', '-38.984', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17260798', 'Bull_Dhalmel', '6432', '125.149', '1.352', '-97.389', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260799', 'Bull_Dhalmel', '6432', '107.204', '-0.139', '-136.020', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17260800', 'Bull_Dhalmel', '6432', '143.302', '-7.373', '-49.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260801', 'Bull_Dhalmel', '6432', '37.479', '-8.344', '-69.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260802', 'Bull_Dhalmel', '6432', '89.559', '-8.274', '2.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260803', 'Bull_Dhalmel', '6432', '81.994', '-8.500', '-0.131', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17260804', 'Goblin_Mugger', '6446', '32.068', '-7.480', '-109.069', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17260805', 'Goblin_Ambusher', '6438', '76.678', '0.223', '-103.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260806', 'Goblin_Leecher', '6445', '86.066', '-8.247', '36.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260807', 'Goblin_Tinkerer', '6451', '74.563', '-0.582', '-144.571', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17260808', 'Goblin_Gambler', '6443', '67.795', '-11.092', '40.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260809', 'Goblin_Butcher', '6440', '108.242', '-8.265', '10.291', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17260810', 'Sylvestre', '6470', '106.214', '-16.719', '129.072', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17260811', 'Sylvestre', '6470', '146.598', '-25.330', '155.590', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17260812', 'Sylvestre', '6470', '46.369', '-18.102', '135.799', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17260813', 'Zu', '6483', '51.789', '-24.020', '199.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260814', 'Zu', '6483', '89.819', '-12.123', '98.570', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17260815', 'Zu', '6483', '122.734', '-16.693', '125.982', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17260816', 'Bull_Dhalmel', '6432', '127.215', '-24.067', '176.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260817', 'Bull_Dhalmel', '6432', '131.127', '-13.923', '104.942', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17260818', 'Bull_Dhalmel', '6432', '121.431', '-23.798', '155.742', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17260819', 'Goblin_Mugger', '6446', '66.499', '-10.560', '77.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260820', 'Goblin_Ambusher', '6438', '155.971', '-24.811', '164.991', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17260821', 'Goblin_Leecher', '6445', '145.083', '-23.895', '160.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260822', 'Goblin_Tinkerer', '6451', '35.309', '-15.902', '104.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260823', 'Goblin_Gambler', '6443', '81.333', '-16.180', '138.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260824', 'Goblin_Butcher', '6440', '158.330', '-20.332', '135.762', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17260825', 'Zombie', '6482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260826', 'Ghoul', '6436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260827', 'Ghoul', '6436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260828', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260829', 'Air_Elemental', '6429', '60.578', '-16.450', '102.052', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17260830', 'Sylvestre', '6470', '132.519', '-8.622', '49.569', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17260831', 'Sylvestre', '6470', '179.182', '-15.461', '103.614', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17260832', 'Zu', '6483', '233.324', '-8.359', '146.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260833', 'Zu', '6483', '256.540', '-7.858', '68.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260834', 'Zu', '6483', '123.490', '-8.446', '59.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260835', 'Bull_Dhalmel', '6432', '163.466', '-12.006', '60.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260836', 'Bull_Dhalmel', '6432', '197.601', '-16.389', '80.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260837', 'Bull_Dhalmel', '6432', '206.807', '-13.281', '98.007', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17260838', 'Bull_Dhalmel', '6432', '228.998', '-8.487', '133.058', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17260839', 'Bull_Dhalmel', '6432', '242.508', '-8.735', '81.955', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17260840', 'Goblin_Mugger', '6446', '248.703', '-7.598', '40.230', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260841', 'Goblin_Leecher', '6445', '200.372', '-9.439', '53.215', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17260842', 'Goblin_Gambler', '6443', '190.392', '-14.468', '99.025', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17260843', 'Zombie', '6482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260844', 'Ghoul', '6436', '205.250', '-14.195', '93.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260845', 'Ghoul', '6436', '247.437', '-8.221', '155.314', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17260846', 'Sylvestre', '6470', '163.712', '-8.468', '5.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260847', 'Sylvestre', '6470', '153.792', '-7.747', '-20.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260848', 'Zu', '6483', '172.493', '-8.324', '-5.750', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17260849', 'Zu', '6483', '187.270', '-8.532', '-2.685', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260850', 'Zu', '6483', '189.090', '-15.421', '-39.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260851', 'Bull_Dhalmel', '6432', '183.611', '-12.788', '-30.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260852', 'Bull_Dhalmel', '6432', '194.977', '-15.217', '-52.888', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17260853', 'Bull_Dhalmel', '6432', '149.604', '-7.789', '3.859', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260854', 'Bull_Dhalmel', '6432', '197.208', '-15.874', '-49.603', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17260855', 'Bull_Dhalmel', '6432', '225.142', '-7.892', '3.609', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17260856', 'Goblin_Mugger', '6446', '208.026', '-8.349', '3.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260857', 'Goblin_Leecher', '6445', '247.854', '-8.740', '-77.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260858', 'Goblin_Gambler', '6443', '221.045', '-8.300', '-86.304', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17260859', 'Zombie', '6482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260860', 'Ghoul', '6436', '231.082', '-8.573', '-72.756', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17260861', 'Ghoul', '6436', '284.840', '-8.585', '-117.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260862', 'Sylvestre', '6470', '284.377', '-0.312', '-46.100', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17260863', 'Sylvestre', '6470', '372.156', '-0.206', '-156.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260864', 'Carnivorous_Crawler', '6433', '255.442', '-6.210', '2.987', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17260865', 'Carnivorous_Crawler', '6433', '353.489', '-1.693', '-152.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260866', 'Carnivorous_Crawler', '6433', '347.734', '-0.548', '-95.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260867', 'Zu', '6483', '382.245', '1.335', '-111.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260868', 'Zu', '6483', '395.297', '-0.037', '-149.776', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17260869', 'Zu', '6483', '391.092', '-0.354', '-114.179', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17260870', 'Bull_Dhalmel', '6432', '368.347', '-0.724', '-88.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260871', 'Bull_Dhalmel', '6432', '314.408', '0.320', '-18.354', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17260872', 'Bull_Dhalmel', '6432', '349.991', '-0.131', '-77.898', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17260873', 'Bull_Dhalmel', '6432', '388.518', '-0.462', '-148.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260874', 'Goblin_Mugger', '6446', '397.848', '-0.474', '-155.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260875', 'Goblin_Leecher', '6445', '311.418', '-0.024', '-73.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260876', 'Goblin_Gambler', '6443', '296.116', '0.873', '7.170', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17260877', 'Zombie', '6482', '372.953', '0.188', '-153.001', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17260878', 'Ghoul', '6436', '367.540', '-0.371', '-159.981', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17260879', 'Ghoul', '6436', '367.704', '0.303', '-76.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260880', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260881', 'Air_Elemental', '6429', '281.812', '-0.732', '-85.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260882', 'Carnivorous_Crawler', '6433', '352.422', '-0.943', '-191.360', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17260883', 'Carnivorous_Crawler', '6433', '397.000', '0.857', '-175.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260884', 'Carnivorous_Crawler', '6433', '434.528', '-0.815', '-321.377', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17260885', 'Carnivorous_Crawler', '6433', '414.689', '2.285', '-221.314', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260886', 'Zu', '6483', '439.685', '-0.200', '-271.203', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260887', 'Zu', '6483', '445.199', '-0.323', '-306.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260888', 'Bull_Dhalmel', '6432', '404.000', '0.318', '-235.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260889', 'Bull_Dhalmel', '6432', '384.885', '0.866', '-204.946', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17260890', 'Bull_Dhalmel', '6432', '444.625', '-0.223', '-252.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260891', 'Bull_Dhalmel', '6432', '378.735', '-0.889', '-228.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260892', 'Goblin_Mugger', '6446', '389.949', '-0.199', '-201.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260893', 'Goblin_Leecher', '6445', '464.246', '0.143', '-277.922', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17260894', 'Goblin_Gambler', '6443', '419.318', '1.048', '-214.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260895', 'Zombie', '6482', '452.844', '1.990', '-222.982', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17260896', 'Ghoul', '6436', '363.275', '0.319', '-180.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260897', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260898', 'Air_Elemental', '6429', '465.995', '-0.279', '-259.593', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17260899', 'Carnivorous_Crawler', '6433', '527.466', '1.254', '-257.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260900', 'Carnivorous_Crawler', '6433', '514.958', '0.928', '-255.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260901', 'Carnivorous_Crawler', '6433', '527.223', '-0.139', '-200.373', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17260902', 'Carnivorous_Crawler', '6433', '522.000', '-0.403', '-227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260903', 'Carnivorous_Crawler', '6433', '524.289', '-0.336', '-270.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260904', 'Carnivorous_Crawler', '6433', '546.484', '0.547', '-269.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260905', 'Zu', '6483', '503.268', '-0.981', '-211.204', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17260906', 'Zu', '6483', '509.641', '0.151', '-267.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260907', 'Helldiver', '6452', '475.000', '-0.500', '-240.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260908', 'Goblin_Mugger', '6446', '577.801', '0.751', '-241.117', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17260909', 'Goblin_Leecher', '6445', '560.861', '0.290', '-286.937', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260910', 'Goblin_Gambler', '6443', '546.036', '0.196', '-274.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260911', 'Bogy', '6430', '576.122', '0.671', '-278.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260912', 'Sylvestre', '6470', '416.600', '-4.516', '8.756', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17260913', 'Sylvestre', '6470', '334.977', '-2.116', '-12.223', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17260914', 'Carnivorous_Crawler', '6433', '414.197', '0.247', '-77.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260915', 'Carnivorous_Crawler', '6433', '409.916', '-4.341', '14.910', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17260916', 'Carnivorous_Crawler', '6433', '377.688', '-0.374', '-49.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260917', 'Zu', '6483', '414.654', '-0.108', '-72.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260918', 'Zu', '6483', '344.716', '-0.143', '56.875', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17260919', 'Zu', '6483', '386.282', '0.437', '-77.672', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17260920', 'Bull_Dhalmel', '6432', '369.626', '-8.213', '-3.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260921', 'Bull_Dhalmel', '6432', '413.510', '-0.178', '38.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260922', 'Bull_Dhalmel', '6432', '435.828', '-0.481', '42.255', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17260923', 'Goblin_Mugger', '6446', '344.478', '-2.477', '17.809', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17260924', 'Goblin_Leecher', '6445', '443.074', '-0.006', '13.018', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17260925', 'Goblin_Gambler', '6443', '322.433', '-0.757', '11.194', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17260926', 'Zombie', '6482', '344.738', '0.251', '89.080', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17260927', 'Ghoul', '6436', '441.661', '0.258', '20.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260928', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260929', 'Air_Elemental', '6429', '419.798', '0.462', '-83.507', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260930', 'Carnivorous_Crawler', '6433', '507.308', '0.046', '-38.408', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17260931', 'Carnivorous_Crawler', '6433', '495.298', '-0.169', '-19.815', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17260932', 'Carnivorous_Crawler', '6433', '533.186', '0.984', '1.917', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17260933', 'Carnivorous_Crawler', '6433', '461.497', '0.462', '-43.750', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17260934', 'Carnivorous_Crawler', '6433', '512.815', '-0.189', '-24.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260935', 'Zu', '6483', '477.565', '-0.473', '-40.240', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17260936', 'Zu', '6483', '528.881', '0.095', '-38.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260937', 'Goblin_Mugger', '6446', '487.079', '0.242', '-47.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260938', 'Goblin_Leecher', '6445', '467.010', '0.927', '-49.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260939', 'Goblin_Gambler', '6443', '437.291', '-0.479', '-76.224', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17260940', 'Bogy', '6430', '524.399', '-0.216', '-43.390', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17260941', 'Sylvestre', '6470', '266.064', '-1.378', '122.574', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17260942', 'Sylvestre', '6470', '310.518', '-0.180', '157.359', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17260943', 'Carnivorous_Crawler', '6433', '308.015', '-0.183', '74.851', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260944', 'Carnivorous_Crawler', '6433', '299.128', '0.456', '122.418', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17260945', 'Carnivorous_Crawler', '6433', '285.653', '-0.371', '37.943', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260946', 'Zu', '6483', '283.313', '0.053', '100.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260947', 'Zu', '6483', '299.286', '1.090', '112.036', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17260948', 'Zu', '6483', '324.947', '0.106', '94.715', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17260949', 'Bull_Dhalmel', '6432', '323.647', '0.230', '99.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260950', 'Bull_Dhalmel', '6432', '300.926', '-0.285', '176.864', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17260951', 'Bull_Dhalmel', '6432', '319.428', '0.293', '175.530', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17260952', 'Bull_Dhalmel', '6432', '317.631', '0.183', '145.169', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17260953', 'Goblin_Mugger', '6446', '304.503', '0.584', '116.312', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17260954', 'Goblin_Leecher', '6445', '290.414', '0.041', '38.085', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17260955', 'Goblin_Gambler', '6443', '283.828', '-0.103', '171.726', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17260956', 'Zombie', '6482', '321.094', '-0.197', '69.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260957', 'Ghoul', '6436', '269.626', '-2.799', '39.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260958', 'Ghoul', '6436', '329.405', '-0.250', '79.040', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17260959', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260960', 'Air_Elemental', '6429', '302.196', '1.512', '77.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260961', 'Carnivorous_Crawler', '6433', '215.932', '-14.985', '208.284', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17260962', 'Carnivorous_Crawler', '6433', '314.113', '-1.500', '342.976', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17260963', 'Carnivorous_Crawler', '6433', '399.941', '-0.163', '325.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260964', 'Carnivorous_Crawler', '6433', '398.361', '-0.688', '282.500', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17260965', 'Zu', '6483', '288.000', '-7.000', '295.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260966', 'Zu', '6483', '366.276', '-0.605', '317.273', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260967', 'Zu', '6483', '226.417', '-10.935', '211.923', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17260968', 'Bull_Dhalmel', '6432', '393.631', '0.375', '330.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260969', 'Bull_Dhalmel', '6432', '328.000', '0.118', '319.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260970', 'Bogy', '6430', '361.000', '-8.000', '278.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260971', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260972', 'Air_Elemental', '6429', '383.374', '0.017', '326.318', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17260973', 'Carnivorous_Crawler', '6433', '431.225', '-0.548', '187.596', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17260974', 'Carnivorous_Crawler', '6433', '377.274', '-0.096', '215.891', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17260975', 'Carnivorous_Crawler', '6433', '441.681', '-0.144', '245.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260976', 'Carnivorous_Crawler', '6433', '396.539', '-0.240', '194.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260977', 'Zu', '6483', '413.849', '0.720', '251.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260978', 'Zu', '6483', '408.119', '0.570', '192.449', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17260979', 'Bull_Dhalmel', '6432', '330.721', '-0.059', '222.732', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17260980', 'Bull_Dhalmel', '6432', '327.000', '0.062', '210.917', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260981', 'Bull_Dhalmel', '6432', '348.187', '0.054', '190.029', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260982', 'Goblin_Mugger', '6446', '373.150', '0.378', '189.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260983', 'Goblin_Leecher', '6445', '384.089', '0.236', '235.441', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17260984', 'Goblin_Gambler', '6443', '318.012', '-0.389', '206.215', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17260985', 'Zombie', '6482', '340.915', '0.235', '191.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260986', 'Ghoul', '6436', '340.853', '-0.382', '222.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260987', 'Ghoul', '6436', '440.785', '-0.429', '195.338', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17260988', 'Will-o-the-Wisp', '6479', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17260989', 'Air_Elemental', '6429', '395.840', '-0.447', '253.693', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17260990', 'Snipper', '6468', '383.116', '15.591', '168.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260991', 'Snipper', '6468', '408.416', '16.358', '143.717', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17260992', 'Snipper', '6468', '389.797', '15.911', '111.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260993', 'Snipper', '6468', '358.546', '15.478', '161.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260994', 'Poison_Leech', '6465', '395.920', '14.952', '173.265', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17260995', 'Poison_Leech', '6465', '407.326', '15.086', '68.344', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17260996', 'Poison_Leech', '6465', '391.502', '15.128', '77.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260997', 'Poison_Leech', '6465', '389.470', '15.545', '103.856', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17260998', 'Snipper', '6468', '446.245', '19.500', '123.148', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17260999', 'Shoal_Pugil', '6467', '444.224', '19.499', '76.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17261000', 'Shoal_Pugil', '6467', '443.429', '19.500', '135.322', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17261001', 'Shoal_Pugil', '6467', '443.004', '19.500', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17261002', 'Shoal_Pugil', '6467', '442.901', '19.500', '109.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17261003', 'Buburimboo', '6431', '444.916', '19.499', '154.289', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17261004', 'Bogy', '6430', '415.000', '17.000', '74.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17261005', 'Bogy', '6430', '362.000', '15.000', '170.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17261006', 'Water_Elemental', '6478', '440.067', '19.499', '133.811', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17261007', 'Goblin_Digger', '6441', '220.690', '-9.785', '103.254', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17261008', 'Hobgoblin_Warrior', '6459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261009', 'Hobgoblin_White_Mage', '6460', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261010', 'Hobgoblin_Black_Mage', '6454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261011', 'Hobgoblin_Red_Mage', '6457', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261012', 'Hobgoblin_Thief', '6458', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261013', 'Hobgoblin_Dark_Knight', '6455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261014', 'Hobgoblin_Ranger', '6456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261015', 'Hobgoblin_Beastmaster', '6453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261016', 'Goblin_s_Rabbit', '6449', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261017', 'Theoyagudo_Monk', '6473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261018', 'Theoyagudo_White_Mage', '6477', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261019', 'Theoyagudo_Black_Mage', '6472', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261020', 'Theoyagudo_Bard', '6471', '73.001', '-20.281', '-62.986', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17261021', 'Theoyagudo_Samurai', '6475', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261022', 'Theoyagudo_Ninja', '6474', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261023', 'Theoyagudo_Summoner', '6476', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261024', 'Yagudo_s_Elemental', '6481', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261025', 'Yagudo_s_Avatar', '6480', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261026', 'Goblin_Swordmaker', '6448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261027', 'Goblin_Swordmaker', '6448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261028', 'Goblin_Thespian', '6450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261029', 'Goblin_Thespian', '6450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261030', 'Goblin_Furrier', '6442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261031', 'Goblin_Furrier', '6442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261032', 'Goblin_Shaman', '6447', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261033', 'Goblin_Shaman', '6447', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261034', 'Goblin_Guide', '6444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261040', 'Puffer_Pugil', '6466', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261041', 'Pixie', '6464', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261042', 'Pixie', '6464', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261043', 'Pixie', '6464', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261044', 'Pixie', '6464', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261045', 'Pixie', '6464', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261046', 'Ketos', '6461', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261079', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261080', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261081', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261082', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261083', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261084', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261085', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261086', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261087', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261088', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261089', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261090', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261091', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261092', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261093', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261094', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261095', 'Goblin_Bounty_Hunter', '6439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261128', 'Lewenhart', '6462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261186', 'Diabolos', '6435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261187', 'Diabolos', '6435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17261188', 'Diabolos', '6435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264641', 'Wandering_Sapling', '6525', '-339.049', '-0.847', '-269.279', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17264642', 'Wandering_Sapling', '6525', '-177.788', '1.057', '-325.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264643', 'Wandering_Sapling', '6525', '-174.293', '5.205', '-309.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264644', 'Wandering_Sapling', '6525', '-295.492', '-5.569', '-269.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264645', 'Jubjub', '6511', '-205.650', '-0.703', '-303.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264646', 'Jubjub', '6511', '-275.088', '-2.825', '-249.074', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17264647', 'Hill_Lizard', '6502', '-232.650', '-0.413', '-266.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264648', 'Hill_Lizard', '6502', '-192.304', '-0.489', '-396.502', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17264649', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264650', 'Night_Bats', '6512', '-162.049', '6.278', '-356.851', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17264651', 'Night_Bats', '6512', '-198.221', '-0.563', '-330.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264652', 'Black_Bat', '6485', '-180.770', '-0.890', '-374.761', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17264653', 'Wandering_Sapling', '6525', '-328.321', '-9.582', '-368.197', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17264654', 'Wandering_Sapling', '6525', '-270.441', '-8.410', '-441.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264655', 'Wandering_Sapling', '6525', '-285.529', '-8.460', '-334.044', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17264656', 'Wandering_Sapling', '6525', '-345.032', '-10.178', '-375.979', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17264657', 'Jubjub', '6511', '-251.276', '-2.352', '-403.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264658', 'Jubjub', '6511', '-292.603', '-8.546', '-343.961', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17264659', 'Jubjub', '6511', '-328.817', '-9.635', '-369.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264660', 'Hill_Lizard', '6502', '-284.872', '-7.711', '-319.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264661', 'Hill_Lizard', '6502', '-249.670', '-8.490', '-440.095', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264662', 'Hill_Lizard', '6502', '-301.161', '-8.830', '-340.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264663', 'Wandering_Sapling', '6525', '-514.942', '-15.773', '31.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264664', 'Wandering_Sapling', '6525', '-491.825', '-11.165', '33.480', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17264665', 'Wandering_Sapling', '6525', '-484.069', '-7.507', '24.718', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17264666', 'Jubjub', '6511', '-474.403', '0.019', '-84.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264667', 'Jubjub', '6511', '-502.050', '-5.722', '-54.949', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17264668', 'Hill_Lizard', '6502', '-498.395', '-12.849', '31.868', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17264669', 'Hill_Lizard', '6502', '-493.850', '-3.219', '-30.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264670', 'Will-o-the-Wisp', '6527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264671', 'Wandering_Sapling', '6525', '-234.881', '3.635', '54.390', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17264672', 'Wandering_Sapling', '6525', '-360.376', '-1.405', '36.636', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17264673', 'Jubjub', '6511', '-265.000', '8.000', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264674', 'Jubjub', '6511', '-335.412', '-0.775', '35.862', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264675', 'Hill_Lizard', '6502', '-348.974', '0.844', '-29.855', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264676', 'Hill_Lizard', '6502', '-365.469', '-2.871', '48.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264677', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264678', 'Night_Bats', '6512', '-214.533', '8.203', '39.319', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17264679', 'Black_Bat', '6485', '-284.000', '5.000', '94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264680', 'Scavenging_Hound', '6514', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264681', 'Bogy', '6487', '-329.553', '2.668', '15.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264682', 'Wandering_Sapling', '6525', '-66.450', '-0.686', '6.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264683', 'Wandering_Sapling', '6525', '-246.953', '8.297', '5.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264684', 'Jubjub', '6511', '-79.913', '0.221', '22.534', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264685', 'Jubjub', '6511', '-177.930', '7.798', '-7.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264686', 'Hill_Lizard', '6502', '-227.424', '6.888', '-15.474', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17264687', 'Hill_Lizard', '6502', '-187.650', '8.190', '-76.837', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264688', 'Jubjub', '6511', '106.486', '15.939', '-63.704', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17264689', 'Jubjub', '6511', '-13.179', '12.585', '-39.414', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17264690', 'Hill_Lizard', '6502', '-48.472', '7.984', '-51.446', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17264691', 'Hill_Lizard', '6502', '-133.880', '12.397', '-77.938', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17264692', 'Hill_Lizard', '6502', '-160.936', '7.568', '-112.915', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17264693', 'Axe_Beak', '6484', '-131.462', '12.278', '-77.496', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17264694', 'Night_Bats', '6512', '-105.572', '12.947', '-92.602', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17264695', 'Night_Bats', '6512', '127.696', '19.908', '-53.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264696', 'Black_Bat', '6485', '33.403', '20.730', '-39.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264697', 'Scavenging_Hound', '6514', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264698', 'Earth_Elemental', '6492', '84.091', '21.708', '-41.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264699', 'Goblin_Mugger', '6499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264700', 'Goblin_Ambusher', '6494', '-111.390', '6.212', '-31.886', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17264701', 'Goblin_Leecher', '6498', '-97.408', '-0.817', '-6.536', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17264702', 'Goblin_Tinkerer', '6501', '-41.941', '8.157', '-15.834', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17264703', 'Goblin_Gambler', '6497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264704', 'Goblin_Butcher', '6495', '-128.779', '1.006', '-10.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264705', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264706', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264707', 'Goblin_Mugger', '6499', '-175.000', '7.000', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264708', 'Goblin_Leecher', '6498', '-179.258', '6.971', '-18.373', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17264709', 'Goblin_Gambler', '6497', '-176.021', '7.010', '-15.943', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17264710', 'Goblin_Butcher', '6495', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264711', 'Jubjub', '6511', '-194.426', '15.291', '-150.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264712', 'Jubjub', '6511', '-192.712', '22.449', '-191.034', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17264713', 'Jubjub', '6511', '-260.151', '8.533', '-186.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264714', 'Hill_Lizard', '6502', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264715', 'Hill_Lizard', '6502', '-130.178', '22.750', '-147.699', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264716', 'Hill_Lizard', '6502', '-132.208', '27.373', '-170.802', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17264717', 'Axe_Beak', '6484', '-159.252', '20.764', '-148.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264718', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264719', 'Night_Bats', '6512', '-240.226', '12.848', '-184.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264720', 'Black_Bat', '6485', '-132.103', '26.934', '-174.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264721', 'Earth_Elemental', '6492', '-126.668', '29.310', '-159.991', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17264723', 'Jubjub', '6511', '-83.746', '21.057', '-148.845', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17264724', 'Jubjub', '6511', '-56.656', '23.195', '-155.282', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17264725', 'Hill_Lizard', '6502', '-32.447', '23.388', '-142.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264726', 'Hill_Lizard', '6502', '-19.521', '15.722', '-188.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264727', 'Axe_Beak', '6484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264728', 'Night_Bats', '6512', '-34.385', '21.609', '-167.718', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17264729', 'Black_Bat', '6485', '-0.028', '15.552', '-161.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264730', 'Earth_Elemental', '6492', '-44.403', '15.279', '-201.244', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17264731', 'Jubjub', '6511', '45.193', '27.783', '-110.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264732', 'Hill_Lizard', '6502', '34.856', '28.160', '-111.060', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17264733', 'Hill_Lizard', '6502', '124.497', '23.714', '-188.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264734', 'Hill_Lizard', '6502', '117.923', '22.154', '-196.943', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264735', 'Axe_Beak', '6484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264736', 'Night_Bats', '6512', '115.401', '22.161', '-191.733', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17264737', 'Black_Bat', '6485', '46.084', '27.617', '-132.747', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17264738', 'Earth_Elemental', '6492', '43.097', '24.488', '-147.902', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17264739', 'Wandering_Sapling', '6525', '204.096', '0.015', '-473.303', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17264740', 'Wandering_Sapling', '6525', '41.069', '7.506', '-354.666', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17264741', 'Wandering_Sapling', '6525', '49.747', '7.536', '-364.785', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264742', 'Jubjub', '6511', '212.000', '7.000', '-428.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264743', 'Jubjub', '6511', '162.282', '5.806', '-410.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264744', 'Jubjub', '6511', '-28.288', '13.998', '-355.876', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17264745', 'Raptor', '6513', '161.115', '0.293', '-454.853', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17264746', 'Raptor', '6513', '186.036', '-0.885', '-488.330', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17264747', 'Raptor', '6513', '158.899', '5.874', '-409.556', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17264748', 'Wandering_Sapling', '6525', '425.029', '-4.022', '-340.270', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17264749', 'Wandering_Sapling', '6525', '410.668', '0.250', '-359.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264750', 'Wandering_Sapling', '6525', '332.197', '-1.456', '-398.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264751', 'Jubjub', '6511', '442.715', '-9.653', '-317.442', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17264752', 'Jubjub', '6511', '447.309', '-4.567', '-354.924', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17264753', 'Jubjub', '6511', '294.847', '3.503', '-457.174', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17264754', 'Raptor', '6513', '358.834', '-0.582', '-334.507', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17264755', 'Raptor', '6513', '492.000', '-8.000', '-308.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17264756', 'Raptor', '6513', '456.117', '-7.579', '-356.759', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17264757', 'Yagudo_Votary', '6538', '18.305', '7.307', '-349.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264758', 'Yagudo_Mendicant', '6529', '23.226', '7.141', '-349.190', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264759', 'Yagudo_s_Elemental', '6536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264760', 'Yagudo_Theologist', '6537', '444.058', '-9.008', '-338.143', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17264761', 'Yagudo_Piper', '6533', '359.585', '-1.234', '-404.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264762', 'Yagudo_Priest', '6534', '255.550', '-0.749', '-472.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264763', 'Yagudo_Persecutor', '6531', '407.659', '-1.452', '-319.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264764', 'Zombie', '6539', '477.442', '-8.320', '-361.622', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17264765', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264766', 'Will-o-the-Wisp', '6527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264767', 'Fire_Elemental', '6493', '286.190', '1.720', '-463.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264769', 'Jubjub', '6511', '250.784', '1.821', '-223.623', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264770', 'Jubjub', '6511', '254.316', '-0.475', '-208.051', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17264771', 'Jubjub', '6511', '189.874', '6.954', '-30.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264772', 'Raptor', '6513', '230.717', '6.975', '-49.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264773', 'Raptor', '6513', '197.235', '6.550', '-91.495', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17264774', 'Axe_Beak', '6484', '283.359', '2.975', '-258.221', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17264775', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264776', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264777', 'Night_Bats', '6512', '229.520', '7.355', '-41.505', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17264778', 'Black_Bat', '6485', '240.282', '5.028', '-230.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264779', 'Jubjub', '6511', '411.150', '0.800', '-146.407', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17264780', 'Jubjub', '6511', '325.576', '-8.141', '-84.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264781', 'Jubjub', '6511', '411.352', '0.673', '-148.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264782', 'Raptor', '6513', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264783', 'Raptor', '6513', '407.016', '13.534', '-279.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264784', 'Axe_Beak', '6484', '317.523', '-8.593', '-117.118', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17264785', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264786', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264787', 'Night_Bats', '6512', '410.067', '4.520', '-165.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264788', 'Black_Bat', '6485', '407.792', '7.890', '-250.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264789', 'Yagudo_Votary', '6538', '293.153', '7.293', '-280.560', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17264790', 'Yagudo_Mendicant', '6529', '195.858', '6.593', '-274.022', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17264791', 'Yagudo_s_Elemental', '6536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264792', 'Yagudo_Theologist', '6537', '192.140', '15.343', '-236.350', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17264793', 'Yagudo_Piper', '6533', '309.425', '0.653', '-258.376', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17264794', 'Yagudo_Priest', '6534', '198.306', '6.357', '-277.501', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17264795', 'Yagudo_Persecutor', '6531', '190.380', '7.403', '-56.731', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17264796', 'Zombie', '6539', '212.377', '11.834', '-224.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264797', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264798', 'Earth_Elemental', '6492', '243.605', '6.596', '-278.531', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17264799', 'Jubjub', '6511', '487.962', '-9.109', '-164.022', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17264800', 'Raptor', '6513', '519.970', '-16.202', '-139.740', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17264801', 'Raptor', '6513', '433.262', '-10.250', '-154.713', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17264802', 'Axe_Beak', '6484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264803', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264804', 'Night_Bats', '6512', '506.861', '-13.937', '-159.278', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17264805', 'Black_Bat', '6485', '428.574', '-0.644', '-24.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264806', 'Jubjub', '6511', '479.358', '-17.221', '-31.756', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264807', 'Axe_Beak', '6484', '481.069', '-16.308', '-47.822', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17264808', 'Axe_Beak', '6484', '515.000', '-15.000', '-101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264809', 'Wandering_Sapling', '6525', '619.164', '-16.307', '-346.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264810', 'Wandering_Sapling', '6525', '631.291', '-17.313', '-259.288', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17264811', 'Wandering_Sapling', '6525', '586.074', '-15.662', '-386.383', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17264812', 'Jubjub', '6511', '609.798', '-11.714', '-320.137', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17264813', 'Jubjub', '6511', '623.389', '-17.741', '-237.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264814', 'Jubjub', '6511', '641.613', '-16.061', '-337.278', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17264815', 'Raptor', '6513', '583.725', '-15.652', '-388.159', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17264816', 'Raptor', '6513', '606.439', '-14.299', '-336.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264817', 'Raptor', '6513', '609.323', '-11.810', '-311.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264818', 'Daggerclaw_Dracos', '6491', '630.430', '-16.372', '-494.748', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264819', 'Fire_Elemental', '6493', '713.915', '-16.088', '-478.193', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17264820', 'Goblin_Mugger', '6499', '577.454', '-15.655', '-441.185', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17264821', 'Goblin_Ambusher', '6494', '604.144', '-16.446', '-360.695', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264822', 'Goblin_Leecher', '6498', '612.643', '-18.322', '-227.108', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264823', 'Goblin_Tinkerer', '6501', '594.000', '-15.000', '-418.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17264824', 'Goblin_Gambler', '6497', '629.122', '-7.767', '-445.578', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17264825', 'Goblin_Butcher', '6495', '723.832', '-16.108', '-455.199', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17264826', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264827', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264828', 'Waraxe_Beak', '6526', '723.000', '-16.000', '-397.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264829', 'Goblin_Ambusher', '6494', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264830', 'Goblin_Tinkerer', '6501', '663.198', '-0.150', '-424.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264831', 'Goblin_Gambler', '6497', '659.945', '-0.509', '-420.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264832', 'Goblin_Butcher', '6495', '663.301', '-0.058', '-420.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264833', 'Goblin_Mugger', '6499', '-41.420', '-15.861', '186.892', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17264834', 'Goblin_Ambusher', '6494', '-61.374', '-16.979', '179.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264835', 'Goblin_Leecher', '6498', '-99.211', '-17.147', '147.901', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17264836', 'Goblin_Tinkerer', '6501', '-54.000', '-16.000', '147.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17264837', 'Goblin_Gambler', '6497', '-13.686', '-17.177', '183.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264838', 'Goblin_Butcher', '6495', '-152.996', '-15.968', '121.873', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17264839', 'Zombie', '6539', '-8.523', '-10.295', '167.519', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264840', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264841', 'Bogy', '6487', '-45.538', '-15.844', '188.858', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17264842', 'Goblin_Mugger', '6499', '-56.000', '-16.000', '178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264843', 'Goblin_Ambusher', '6494', '-117.000', '-16.000', '164.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17264844', 'Goblin_Leecher', '6498', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264845', 'Goblin_Gambler', '6497', '-58.015', '-16.549', '181.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264846', 'Boggart', '6486', '-366.208', '-10.055', '90.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264847', 'Boggart', '6486', '-195.413', '-11.357', '88.380', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17264848', 'Boggart', '6486', '-276.673', '3.354', '92.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264849', 'Boggart', '6486', '-246.275', '-8.434', '123.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264850', 'Boggart', '6486', '-235.898', '-4.926', '87.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264851', 'Boggart', '6486', '-180.021', '-8.560', '80.061', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17264852', 'Wandering_Sapling', '6525', '5.794', '-0.029', '40.254', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17264853', 'Wandering_Sapling', '6525', '54.754', '1.805', '55.900', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17264854', 'Crane_Fly', '6490', '-82.123', '-7.855', '83.106', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264855', 'Crane_Fly', '6490', '-0.021', '-2.337', '27.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264856', 'Crane_Fly', '6490', '103.969', '6.683', '1.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264857', 'Crane_Fly', '6490', '-44.099', '-1.732', '41.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264858', 'Stag_Beetle', '6516', '43.012', '5.259', '27.717', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17264859', 'Stag_Beetle', '6516', '-55.485', '-6.059', '57.630', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17264860', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264861', 'Night_Bats', '6512', '-14.106', '-8.224', '61.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264862', 'Black_Bat', '6485', '183.007', '-7.998', '41.327', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17264863', 'Black_Bat', '6485', '-7.321', '-8.527', '67.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264864', 'Wandering_Sapling', '6525', '433.133', '-16.300', '43.644', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17264865', 'Wandering_Sapling', '6525', '293.022', '-9.043', '35.003', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17264866', 'Crane_Fly', '6490', '360.578', '-15.644', '31.998', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17264867', 'Crane_Fly', '6490', '311.328', '-8.508', '64.644', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17264868', 'Crane_Fly', '6490', '351.584', '-10.467', '68.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264869', 'Stag_Beetle', '6516', '352.983', '-13.829', '52.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264870', 'Stag_Beetle', '6516', '400.098', '-15.775', '67.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264871', 'Night_Bats', '6512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264872', 'Night_Bats', '6512', '366.867', '4.452', '-47.936', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17264873', 'Black_Bat', '6485', '342.263', '6.728', '-36.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264874', 'Yagudo_Votary', '6538', '340.943', '7.002', '-33.202', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17264875', 'Yagudo_Mendicant', '6529', '28.488', '2.944', '35.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264876', 'Yagudo_s_Elemental', '6536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264877', 'Yagudo_Theologist', '6537', '0.782', '-1.621', '48.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264878', 'Yagudo_Piper', '6533', '248.029', '-7.512', '22.166', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17264879', 'Yagudo_Priest', '6534', '196.111', '-8.499', '37.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264880', 'Yagudo_Persecutor', '6531', '134.981', '1.649', '5.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264881', 'Zombie', '6539', '265.081', '-8.390', '40.787', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264882', 'Zombie', '6539', '251.196', '-7.077', '52.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264883', 'Bogy', '6487', '329.343', '4.938', '-31.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264884', 'Wandering_Sapling', '6525', '66.909', '-22.810', '236.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264885', 'Wandering_Sapling', '6525', '257.161', '-9.079', '129.084', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17264886', 'Crane_Fly', '6490', '76.748', '-21.520', '221.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264887', 'Crane_Fly', '6490', '110.604', '-16.369', '200.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264888', 'Crane_Fly', '6490', '264.482', '-8.295', '109.640', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17264889', 'Crane_Fly', '6490', '174.977', '-16.521', '168.252', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264890', 'Stag_Beetle', '6516', '84.109', '-22.178', '224.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264891', 'Stag_Beetle', '6516', '87.251', '-16.576', '198.690', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17264892', 'Wandering_Sapling', '6525', '286.965', '-16.836', '199.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264893', 'Wandering_Sapling', '6525', '247.060', '-22.094', '250.326', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17264894', 'Crane_Fly', '6490', '311.272', '-10.635', '188.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264895', 'Crane_Fly', '6490', '259.131', '-16.052', '336.187', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17264896', 'Crane_Fly', '6490', '281.519', '-18.997', '224.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264897', 'Crane_Fly', '6490', '285.464', '-16.725', '242.943', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17264898', 'Stag_Beetle', '6516', '320.780', '-10.824', '160.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264899', 'Stag_Beetle', '6516', '301.756', '-16.044', '215.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264900', 'Wandering_Sapling', '6525', '355.026', '-14.382', '150.132', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264901', 'Wandering_Sapling', '6525', '488.726', '-24.009', '237.529', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264902', 'Crane_Fly', '6490', '514.264', '-23.249', '107.243', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17264903', 'Crane_Fly', '6490', '444.503', '-15.953', '116.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264904', 'Crane_Fly', '6490', '406.997', '-16.945', '200.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264905', 'Stag_Beetle', '6516', '443.626', '-23.891', '154.007', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264906', 'Coeurl', '6488', '360.584', '-15.848', '158.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264907', 'Coeurl', '6488', '513.330', '-16.202', '53.865', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17264908', 'Scavenging_Hound', '6514', '447.709', '-24.386', '185.607', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17264909', 'Yagudo_Votary', '6538', '676.000', '-24.000', '37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264910', 'Yagudo_Mendicant', '6529', '210.033', '-15.178', '141.764', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17264911', 'Yagudo_s_Elemental', '6536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264912', 'Yagudo_Theologist', '6537', '350.019', '-16.730', '191.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264913', 'Yagudo_Piper', '6533', '333.027', '-16.673', '229.886', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17264914', 'Yagudo_Priest', '6534', '225.394', '-16.624', '277.951', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17264915', 'Yagudo_Persecutor', '6531', '404.347', '-17.724', '162.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264916', 'Zombie', '6539', '329.337', '-16.259', '221.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264917', 'Zombie', '6539', '185.031', '-10.107', '130.612', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17264918', 'Fire_Elemental', '6493', '408.109', '-16.601', '127.704', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17264919', 'Bogy', '6487', '297.467', '-12.885', '166.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264920', 'Yagudo_Votary', '6538', '382.000', '-16.690', '183.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264921', 'Yagudo_Theologist', '6537', '376.395', '-16.628', '180.901', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264922', 'Yagudo_Priest', '6534', '708.000', '-31.000', '-7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264923', 'Yagudo_Persecutor', '6531', '378.000', '-15.000', '187.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264924', 'Boggart', '6486', '404.890', '-0.070', '-3.612', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17264925', 'Boggart', '6486', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264926', 'Boggart', '6486', '471.212', '-15.530', '44.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264927', 'Boggart', '6486', '507.420', '-16.104', '43.107', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17264928', 'Boggart', '6486', '535.535', '-16.271', '42.682', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264929', 'Boggart', '6486', '606.000', '-22.000', '7.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17264930', 'Boggart', '6486', '643.574', '-19.322', '1.395', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264931', 'Wandering_Sapling', '6525', '564.906', '-24.491', '3.470', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17264932', 'Wandering_Sapling', '6525', '623.818', '-25.879', '-19.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264933', 'Crane_Fly', '6490', '660.463', '-29.271', '-46.188', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17264934', 'Crane_Fly', '6490', '646.171', '-24.884', '-47.506', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17264935', 'Crane_Fly', '6490', '666.360', '-30.592', '-54.570', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17264936', 'Crane_Fly', '6490', '628.931', '-25.340', '-16.663', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264937', 'Stag_Beetle', '6516', '617.719', '-32.379', '192.964', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17264938', 'Stag_Beetle', '6516', '568.829', '-24.437', '5.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264939', 'Yagudo_Votary', '6538', '705.579', '-32.285', '-74.129', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17264940', 'Yagudo_Mendicant', '6529', '628.535', '-25.806', '171.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264941', 'Yagudo_s_Elemental', '6536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264942', 'Yagudo_Theologist', '6537', '658.236', '-26.471', '-14.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264943', 'Yagudo_Piper', '6533', '584.146', '-23.986', '129.662', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17264944', 'Yagudo_Priest', '6534', '632.632', '-23.354', '71.671', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17264945', 'Yagudo_Persecutor', '6531', '598.668', '-25.077', '167.133', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17264946', 'Coo_Keja_the_Unseen', '6489', '684.000', '-23.000', '6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264947', 'Yagudo_Votary', '6538', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264948', 'Yagudo_Theologist', '6537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264949', 'Wandering_Sapling', '6525', '547.003', '-42.030', '347.868', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17264950', 'Wandering_Sapling', '6525', '560.180', '-40.413', '444.339', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17264951', 'Wandering_Sapling', '6525', '606.149', '-31.800', '516.829', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264952', 'Crane_Fly', '6490', '522.201', '-40.457', '437.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264953', 'Crane_Fly', '6490', '530.123', '-41.108', '333.835', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17264954', 'Crane_Fly', '6490', '540.813', '-38.764', '329.274', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17264955', 'Stag_Beetle', '6516', '538.803', '-39.733', '364.658', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264956', 'Stag_Beetle', '6516', '581.906', '-40.781', '454.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264957', 'Stag_Beetle', '6516', '565.858', '-34.204', '482.305', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17264958', 'Coeurl', '6488', '681.051', '-24.500', '523.413', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17264959', 'Coeurl', '6488', '703.507', '-21.880', '566.309', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17264960', 'Scavenging_Hound', '6514', '559.000', '-31.000', '296.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17264961', 'Wandering_Sapling', '6525', '564.606', '-31.137', '617.778', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17264962', 'Wandering_Sapling', '6525', '634.277', '-31.384', '661.628', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17264963', 'Wandering_Sapling', '6525', '585.011', '-32.013', '600.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264964', 'Crane_Fly', '6490', '628.268', '-24.495', '643.669', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264965', 'Crane_Fly', '6490', '536.757', '-31.715', '629.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264966', 'Crane_Fly', '6490', '650.570', '-25.133', '647.906', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17264967', 'Coeurl', '6488', '551.767', '-32.570', '590.205', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17264968', 'Coeurl', '6488', '646.199', '-24.483', '644.477', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264969', 'Coeurl', '6488', '535.318', '-32.179', '602.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264970', 'Scavenging_Hound', '6514', '620.000', '-32.000', '670.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264971', 'Will-o-the-Wisp', '6527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264973', 'Wandering_Sapling', '6525', '157.598', '-8.123', '572.040', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17264974', 'Wandering_Sapling', '6525', '-315.000', '18.000', '427.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264975', 'Wandering_Sapling', '6525', '-126.000', '8.000', '435.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264976', 'Wandering_Sapling', '6525', '-72.000', '7.000', '452.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264977', 'Crane_Fly', '6490', '152.814', '-8.560', '585.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264978', 'Crane_Fly', '6490', '155.269', '-8.413', '563.495', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17264979', 'Crane_Fly', '6490', '155.277', '-8.462', '562.477', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17264980', 'Crane_Fly', '6490', '137.907', '-8.368', '570.670', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17264981', 'Hill_Lizard', '6502', '44.000', '-7.000', '458.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264982', 'Hill_Lizard', '6502', '-379.000', '8.000', '395.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17264983', 'Hill_Lizard', '6502', '-345.000', '10.000', '440.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17264984', 'Hill_Lizard', '6502', '122.449', '-8.762', '559.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264985', 'Hill_Lizard', '6502', '346.541', '-0.141', '516.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264986', 'Hill_Lizard', '6502', '131.484', '-8.364', '595.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264987', 'Hill_Lizard', '6502', '-1.000', '-0.010', '436.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264988', 'Will-o-the-Wisp', '6527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17264989', 'Wandering_Sapling', '6525', '31.005', '-24.734', '260.716', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264990', 'Wandering_Sapling', '6525', '-9.616', '-9.540', '365.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264991', 'Wandering_Sapling', '6525', '-17.508', '-1.142', '401.225', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17264992', 'Wandering_Sapling', '6525', '10.278', '-8.334', '358.131', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17264993', 'Crane_Fly', '6490', '-18.104', '-3.307', '383.681', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17264994', 'Crane_Fly', '6490', '-6.014', '-3.214', '384.320', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17264995', 'Crane_Fly', '6490', '38.965', '-16.501', '320.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264996', 'Crane_Fly', '6490', '34.704', '-6.778', '412.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264997', 'Hill_Lizard', '6502', '-5.023', '-0.443', '409.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264998', 'Hill_Lizard', '6502', '26.412', '-8.329', '359.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17264999', 'Wandering_Sapling', '6525', '19.114', '-6.690', '502.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265000', 'Wandering_Sapling', '6525', '-21.946', '0.065', '441.484', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17265001', 'Wandering_Sapling', '6525', '18.240', '-6.883', '502.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265002', 'Wandering_Sapling', '6525', '7.836', '-0.721', '453.456', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265003', 'Crane_Fly', '6490', '43.136', '-9.279', '520.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265004', 'Crane_Fly', '6490', '-0.550', '3.144', '461.406', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17265005', 'Crane_Fly', '6490', '46.639', '-9.396', '518.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265006', 'Crane_Fly', '6490', '-28.252', '6.397', '488.400', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17265007', 'Hill_Lizard', '6502', '109.599', '-8.217', '403.765', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265008', 'Hill_Lizard', '6502', '-31.405', '0.034', '453.130', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17265009', 'Wandering_Sapling', '6525', '-189.284', '6.990', '394.123', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17265010', 'Wandering_Sapling', '6525', '-156.330', '7.009', '420.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265011', 'Wandering_Sapling', '6525', '-266.636', '6.323', '382.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265012', 'Crane_Fly', '6490', '-278.580', '8.098', '374.860', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17265013', 'Crane_Fly', '6490', '-288.615', '8.752', '370.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265014', 'Crane_Fly', '6490', '-151.780', '7.537', '430.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265015', 'Hill_Lizard', '6502', '-251.859', '2.495', '372.780', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17265016', 'Hill_Lizard', '6502', '-147.339', '7.272', '425.051', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17265017', 'Goblin_Mugger', '6499', '111.696', '-13.035', '373.440', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17265018', 'Goblin_Ambusher', '6494', '-55.873', '1.647', '440.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265019', 'Goblin_Leecher', '6498', '-15.989', '3.803', '494.569', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17265020', 'Goblin_Tinkerer', '6501', '98.189', '-8.521', '408.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265021', 'Goblin_Gambler', '6497', '-276.939', '15.216', '404.388', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265022', 'Goblin_Butcher', '6495', '-80.269', '8.058', '500.948', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17265023', 'Zombie', '6539', '10.164', '-3.028', '443.982', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17265024', 'Zombie', '6539', '121.708', '-16.478', '325.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265025', 'Wandering_Sapling', '6525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265026', 'Wandering_Sapling', '6525', '-253.648', '15.387', '583.952', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17265027', 'Wandering_Sapling', '6525', '-400.000', '-0.030', '319.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265028', 'Crane_Fly', '6490', '-267.384', '15.333', '550.991', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17265029', 'Crane_Fly', '6490', '-254.255', '15.474', '586.197', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17265030', 'Crane_Fly', '6490', '-209.229', '8.798', '563.235', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17265031', 'Wandering_Sapling', '6525', '-330.784', '4.753', '327.399', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265032', 'Wandering_Sapling', '6525', '-115.200', '7.574', '395.408', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17265033', 'Wandering_Sapling', '6525', '-138.165', '4.414', '376.046', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17265034', 'Wandering_Sapling', '6525', '-220.468', '-0.595', '318.217', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265035', 'Crane_Fly', '6490', '-89.198', '-5.143', '375.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265036', 'Crane_Fly', '6490', '-169.564', '0.010', '365.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265037', 'Crane_Fly', '6490', '-164.220', '-0.882', '339.442', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17265038', 'Hill_Lizard', '6502', '-318.118', '7.802', '349.865', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265039', 'Hill_Lizard', '6502', '-148.423', '-1.852', '333.439', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17265040', 'Hill_Lizard', '6502', '-332.576', '5.836', '349.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265041', 'Wandering_Sapling', '6525', '-420.398', '4.512', '347.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265042', 'Wandering_Sapling', '6525', '-349.913', '0.506', '326.557', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17265043', 'Wandering_Sapling', '6525', '-403.652', '6.479', '398.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265044', 'Wandering_Sapling', '6525', '-367.321', '-0.047', '354.632', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17265045', 'Crane_Fly', '6490', '-342.663', '2.844', '364.784', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17265046', 'Crane_Fly', '6490', '-371.204', '-0.318', '319.762', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17265047', 'Crane_Fly', '6490', '-325.160', '10.318', '374.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265048', 'Hill_Lizard', '6502', '-410.486', '1.585', '326.620', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265049', 'Hill_Lizard', '6502', '-355.148', '-0.493', '334.491', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265050', 'Hill_Lizard', '6502', '-387.566', '-2.642', '309.662', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17265051', 'Wandering_Sapling', '6525', '-314.041', '15.573', '505.925', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265052', 'Wandering_Sapling', '6525', '-402.917', '23.923', '539.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265053', 'Wandering_Sapling', '6525', '-431.604', '21.718', '502.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265054', 'Wandering_Sapling', '6525', '-326.887', '15.285', '496.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265055', 'Crane_Fly', '6490', '-345.115', '16.065', '492.262', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265056', 'Crane_Fly', '6490', '-320.302', '15.930', '502.581', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17265057', 'Crane_Fly', '6490', '-459.284', '18.914', '559.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265058', 'Hill_Lizard', '6502', '-366.974', '16.182', '491.399', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265059', 'Hill_Lizard', '6502', '-395.308', '23.475', '553.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265060', 'Hill_Lizard', '6502', '-429.390', '14.590', '467.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265061', 'Goblin_Mugger', '6499', '-406.340', '6.393', '357.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265062', 'Goblin_Ambusher', '6494', '-426.662', '-1.196', '299.648', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17265063', 'Goblin_Leecher', '6498', '-334.045', '-8.340', '288.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265064', 'Goblin_Tinkerer', '6501', '-293.246', '12.615', '374.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265065', 'Goblin_Gambler', '6497', '-373.233', '-8.735', '289.170', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17265066', 'Goblin_Butcher', '6495', '-350.631', '4.298', '379.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265067', 'Zombie', '6539', '-380.163', '-8.584', '269.266', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17265068', 'Zombie', '6539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265069', 'Goblin_Mugger', '6499', '-380.819', '-9.000', '261.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265070', 'Goblin_Leecher', '6498', '-382.364', '-9.083', '260.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265071', 'Goblin_Tinkerer', '6501', '-513.000', '8.000', '318.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17265072', 'Goblin_Gambler', '6497', '-381.398', '-8.999', '263.840', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17265073', 'Crane_Fly', '6490', '-460.304', '-0.244', '278.633', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17265074', 'Crane_Fly', '6490', '-499.561', '-3.733', '283.204', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17265075', 'Hill_Lizard', '6502', '-513.435', '-3.513', '292.353', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17265076', 'Hill_Lizard', '6502', '-507.936', '8.012', '335.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265077', 'Coeurl', '6488', '-486.000', '7.000', '311.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265078', 'Coeurl', '6488', '-537.000', '-8.000', '288.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265079', 'Boggart', '6486', '-409.400', '-8.563', '279.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265080', 'Boggart', '6486', '-460.000', '6.000', '307.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17265081', 'Boggart', '6486', '-445.392', '7.235', '323.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265082', 'Boggart', '6486', '-438.833', '-2.391', '268.526', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17265083', 'Boggart', '6486', '-478.574', '7.767', '336.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17265084', 'Goblin_Digger', '6496', '290.654', '-16.546', '233.311', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17265085', 'Hobgoblin_Warrior', '6509', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265086', 'Hobgoblin_White_Mage', '6510', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265087', 'Hobgoblin_Black_Mage', '6504', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265088', 'Hobgoblin_Red_Mage', '6507', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265089', 'Hobgoblin_Thief', '6508', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265090', 'Hobgoblin_Dark_Knight', '6505', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265091', 'Hobgoblin_Ranger', '6506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265092', 'Hobgoblin_Beastmaster', '6503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265093', 'Goblin_s_Dragonfly', '6500', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265094', 'Theoyagudo_Monk', '6519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265095', 'Theoyagudo_White_Mage', '6523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265096', 'Theoyagudo_Black_Mage', '6518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265097', 'Theoyagudo_Bard', '6517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265098', 'Theoyagudo_Samurai', '6521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265099', 'Theoyagudo_Ninja', '6520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265100', 'Theoyagudo_Summoner', '6522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265101', 'Yagudo_s_Elemental', '6536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265102', 'Yagudo_s_Avatar', '6535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265103', 'Yagudo_Votary', '6538', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265104', 'Yagudo_Votary', '6538', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265105', 'Yagudo_Theologist', '6537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265106', 'Yagudo_Theologist', '6537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265107', 'Yagudo_Follower', '6528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265108', 'Yagudo_Follower', '6528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265109', 'Yagudo_Priest', '6534', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265110', 'Yagudo_Priest', '6534', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265111', 'Yagudo_Missionary', '6530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265112', 'Sprite', '6515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265113', 'Sprite', '6515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265114', 'Sprite', '6515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265115', 'Sprite', '6515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265116', 'Sprite', '6515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17265117', 'Tsaagan', '6524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268737', 'Big_Jaw', '6541', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268738', 'Snipper', '6572', '-48.003', '-40.299', '-202.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268739', 'Greater_Pugil', '6561', '140.171', '-40.487', '-36.675', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268740', 'Cutter', '6544', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268741', 'Kraken', '6564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268742', 'Hill_Lizard', '6562', '479.938', '7.667', '-286.004', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17268743', 'Hill_Lizard', '6562', '504.549', '7.802', '-257.974', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17268744', 'Hill_Lizard', '6562', '469.314', '7.731', '-257.691', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17268745', 'Hill_Lizard', '6562', '477.428', '3.872', '-335.968', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17268746', 'Midnight_Wings', '6566', '491.904', '7.617', '-249.648', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17268747', 'Midnight_Wings', '6566', '473.190', '7.902', '-188.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268748', 'Moon_Bat', '6567', '513.999', '7.641', '-192.151', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268749', 'Hill_Lizard', '6562', '409.568', '7.770', '-311.143', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17268750', 'Hill_Lizard', '6562', '401.111', '15.304', '-225.868', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17268751', 'Hill_Lizard', '6562', '438.800', '7.467', '-282.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268752', 'Hill_Lizard', '6562', '418.527', '17.465', '-233.294', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268753', 'Midnight_Wings', '6566', '396.672', '15.969', '-191.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268754', 'Midnight_Wings', '6566', '404.452', '15.915', '-230.109', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17268755', 'Moon_Bat', '6567', '418.869', '10.729', '-272.487', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268756', 'Hill_Lizard', '6562', '481.958', '14.905', '-125.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268757', 'Hill_Lizard', '6562', '438.626', '15.490', '-113.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268758', 'Hill_Lizard', '6562', '528.412', '13.524', '-135.531', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17268759', 'Midnight_Wings', '6566', '512.908', '15.724', '0.059', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17268760', 'Midnight_Wings', '6566', '487.479', '15.645', '9.305', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268761', 'Moon_Bat', '6567', '522.158', '15.632', '10.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268762', 'Champaign_Coeurl', '6542', '461.954', '9.810', '-250.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268763', 'Yagudo_Votary', '6584', '479.859', '14.993', '-130.532', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17268764', 'Yagudo_Herald', '6578', '460.906', '6.867', '-281.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268765', 'Yagudo_Theologist', '6583', '442.617', '15.838', '-193.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268766', 'Yagudo_Drummer', '6577', '447.873', '15.544', '-153.891', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17268767', 'Yagudo_Oracle', '6580', '414.056', '16.081', '-203.381', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17268768', 'Yagudo_s_Elemental', '6582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268769', 'Yagudo_Priest', '6581', '451.337', '11.992', '-256.392', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17268770', 'Yagudo_Interrogator', '6579', '459.056', '14.489', '-89.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268771', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268772', 'Wight', '6576', '515.358', '15.716', '3.822', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17268773', 'Ignis_Fatuus', '6563', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268774', 'Hill_Lizard', '6562', '485.860', '22.082', '31.649', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17268775', 'Hill_Lizard', '6562', '473.944', '23.070', '110.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268776', 'Hill_Lizard', '6562', '463.737', '23.044', '186.920', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17268777', 'Tabar_Beak', '6574', '498.766', '24.029', '171.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268778', 'Tabar_Beak', '6574', '506.511', '23.618', '43.663', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17268779', 'Midnight_Wings', '6566', '478.263', '23.235', '99.748', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17268780', 'Midnight_Wings', '6566', '474.963', '22.760', '99.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268781', 'Moon_Bat', '6567', '510.212', '24.470', '56.983', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17268782', 'Hill_Lizard', '6562', '537.188', '6.167', '-11.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268783', 'Hill_Lizard', '6562', '565.305', '11.203', '24.341', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17268784', 'Hill_Lizard', '6562', '511.435', '7.577', '-73.777', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17268785', 'Midnight_Wings', '6566', '598.211', '7.714', '-6.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268786', 'Midnight_Wings', '6566', '544.471', '-0.542', '-161.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268787', 'Moon_Bat', '6567', '594.075', '8.128', '-24.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268789', 'Goblin_Mugger', '6556', '473.743', '23.845', '176.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268790', 'Goblin_Pathfinder', '6557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268791', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268792', 'Goblin_Leecher', '6555', '469.329', '24.064', '169.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268793', 'Goblin_Furrier', '6553', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268794', 'Goblin_Gambler', '6554', '604.082', '20.877', '66.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268795', 'Goblin_Smithy', '6559', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268796', 'Goblin_Shaman', '6558', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268797', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268798', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268799', 'Earth_Elemental', '6548', '531.251', '23.101', '183.838', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268800', 'Goblin_Pathfinder', '6557', '535.734', '8.059', '-61.829', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17268801', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268802', 'Goblin_Furrier', '6553', '533.068', '8.082', '-64.292', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17268803', 'Goblin_Smithy', '6559', '550.000', '7.000', '-93.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268804', 'Goblin_Shaman', '6558', '536.934', '7.598', '-63.765', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268805', 'Sabertooth_Tiger', '6570', '600.326', '-0.677', '-314.895', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17268806', 'Sabertooth_Tiger', '6570', '605.422', '-1.016', '-315.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268807', 'Sabertooth_Tiger', '6570', '599.802', '-0.675', '-314.299', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17268808', 'Old_Sabertooth', '6568', '676.000', '-10.000', '-366.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17268809', 'Sauromugue_Skink', '6571', '415.662', '24.789', '41.282', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17268810', 'Sauromugue_Skink', '6571', '354.703', '23.893', '-45.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268811', 'Sauromugue_Skink', '6571', '382.669', '25.316', '-34.913', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17268812', 'Tabar_Beak', '6574', '389.756', '23.445', '24.437', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17268813', 'Midnight_Wings', '6566', '413.392', '24.020', '-48.775', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17268814', 'Midnight_Wings', '6566', '417.249', '24.314', '-36.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268815', 'Moon_Bat', '6567', '407.417', '23.499', '38.358', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268817', 'Sauromugue_Skink', '6571', '436.320', '30.351', '162.789', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268818', 'Sauromugue_Skink', '6571', '353.066', '30.273', '128.254', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17268819', 'Sauromugue_Skink', '6571', '419.694', '33.576', '118.721', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17268820', 'Tabar_Beak', '6574', '385.569', '32.177', '172.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268821', 'Midnight_Wings', '6566', '425.932', '30.876', '164.401', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17268822', 'Midnight_Wings', '6566', '406.440', '31.401', '160.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268823', 'Moon_Bat', '6567', '421.404', '31.453', '186.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268824', 'Sauromugue_Skink', '6571', '362.290', '31.651', '197.334', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268825', 'Sauromugue_Skink', '6571', '482.843', '32.227', '297.088', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17268826', 'Sauromugue_Skink', '6571', '440.445', '39.109', '349.453', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17268827', 'Tabar_Beak', '6574', '340.319', '31.705', '178.302', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17268828', 'Midnight_Wings', '6566', '310.754', '31.759', '191.449', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17268829', 'Midnight_Wings', '6566', '443.501', '31.853', '228.656', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17268830', 'Moon_Bat', '6567', '320.235', '31.291', '214.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268831', 'Champaign_Coeurl', '6542', '453.474', '20.591', '-54.519', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268832', 'Yagudo_Votary', '6584', '365.736', '31.681', '126.950', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17268833', 'Yagudo_Herald', '6578', '365.034', '31.828', '131.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268834', 'Yagudo_Theologist', '6583', '392.705', '23.906', '62.283', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17268835', 'Yagudo_Drummer', '6577', '319.134', '32.415', '218.350', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17268836', 'Yagudo_Oracle', '6580', '364.714', '31.620', '277.576', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17268837', 'Yagudo_s_Elemental', '6582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268838', 'Yagudo_Priest', '6581', '400.992', '23.855', '81.396', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17268839', 'Yagudo_Interrogator', '6579', '408.833', '30.957', '157.935', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17268840', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268841', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268842', 'Ignis_Fatuus', '6563', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268843', 'Yagudo_Herald', '6578', '373.645', '36.582', '265.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268844', 'Yagudo_Drummer', '6577', '373.360', '36.618', '265.653', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17268845', 'Yagudo_Oracle', '6580', '375.798', '36.362', '262.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268846', 'Yagudo_s_Elemental', '6582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268847', 'Yagudo_Interrogator', '6579', '376.901', '36.714', '266.367', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17268848', 'Champaign_Coeurl', '6542', '338.903', '39.638', '350.529', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268849', 'Tabar_Beak', '6574', '238.000', '40.000', '332.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17268850', 'Tabar_Beak', '6574', '369.564', '39.658', '345.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268851', 'Deadly_Dodo', '6545', '329.000', '40.000', '372.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17268852', 'Midnight_Wings', '6566', '249.089', '39.444', '380.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268853', 'Midnight_Wings', '6566', '341.766', '39.414', '334.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268854', 'Midnight_Wings', '6566', '376.302', '39.792', '426.277', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17268855', 'Moon_Bat', '6567', '154.688', '39.365', '320.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268856', 'Goblin_Mugger', '6556', '268.450', '39.992', '360.931', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17268857', 'Goblin_Pathfinder', '6557', '388.340', '38.901', '359.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268858', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268859', 'Goblin_Leecher', '6555', '276.724', '39.603', '364.508', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17268860', 'Goblin_Furrier', '6553', '396.212', '39.236', '358.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268861', 'Goblin_Gambler', '6554', '388.987', '39.850', '321.980', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17268862', 'Goblin_Smithy', '6559', '221.956', '40.095', '353.715', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17268863', 'Goblin_Shaman', '6558', '248.915', '39.491', '425.810', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17268864', 'Wight', '6576', '252.797', '39.034', '353.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268865', 'Wight', '6576', '228.611', '39.968', '337.443', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17268866', 'Thunder_Elemental', '6575', '359.356', '40.081', '423.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268867', 'Hill_Lizard', '6562', '249.659', '15.958', '-145.973', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17268868', 'Hill_Lizard', '6562', '341.346', '19.650', '-71.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268869', 'Diving_Beetle', '6546', '347.986', '14.962', '-110.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268870', 'Diving_Beetle', '6546', '358.091', '22.857', '-86.995', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17268871', 'Diving_Beetle', '6546', '245.891', '15.066', '-167.538', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17268872', 'Midnight_Wings', '6566', '302.791', '16.089', '-161.373', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17268873', 'Midnight_Wings', '6566', '327.018', '15.036', '-168.284', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17268874', 'Midnight_Wings', '6566', '333.520', '16.190', '-90.654', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17268875', 'Moon_Bat', '6567', '348.495', '15.264', '-108.391', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17268876', 'Hill_Lizard', '6562', '344.227', '22.585', '96.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268877', 'Hill_Lizard', '6562', '331.822', '15.673', '-38.925', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268878', 'Diving_Beetle', '6546', '303.343', '23.804', '125.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268879', 'Diving_Beetle', '6546', '369.528', '16.449', '51.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268880', 'Midnight_Wings', '6566', '292.344', '23.579', '152.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268881', 'Midnight_Wings', '6566', '374.005', '16.616', '29.729', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17268882', 'Moon_Bat', '6567', '313.821', '22.735', '114.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268883', 'Hill_Lizard', '6562', '-47.336', '7.779', '-108.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268884', 'Hill_Lizard', '6562', '-46.759', '7.830', '-67.805', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17268885', 'Diving_Beetle', '6546', '22.638', '7.613', '-127.211', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268886', 'Diving_Beetle', '6546', '20.402', '6.407', '-132.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268887', 'Midnight_Wings', '6566', '128.824', '7.698', '-172.082', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17268888', 'Midnight_Wings', '6566', '34.160', '4.474', '-134.162', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17268889', 'Moon_Bat', '6567', '-8.715', '6.552', '-136.545', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17268890', 'Hill_Lizard', '6562', '-90.714', '7.949', '10.969', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17268891', 'Hill_Lizard', '6562', '-141.597', '15.840', '7.213', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17268892', 'Diving_Beetle', '6546', '-134.055', '15.795', '18.740', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17268893', 'Diving_Beetle', '6546', '-83.082', '7.514', '1.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268894', 'Midnight_Wings', '6566', '-126.130', '16.026', '-14.902', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17268895', 'Midnight_Wings', '6566', '-119.408', '15.576', '-30.376', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17268896', 'Moon_Bat', '6567', '-37.429', '7.605', '51.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268897', 'Champaign_Coeurl', '6542', '240.498', '15.560', '-122.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268898', 'Goblin_Mugger', '6556', '167.678', '7.055', '-169.883', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17268899', 'Goblin_Pathfinder', '6557', '321.113', '15.467', '-91.447', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17268900', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268901', 'Goblin_Leecher', '6555', '343.594', '22.772', '90.784', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17268902', 'Goblin_Furrier', '6553', '222.997', '11.359', '-150.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268903', 'Goblin_Gambler', '6554', '-143.969', '16.168', '31.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268904', 'Goblin_Smithy', '6559', '330.289', '21.510', '69.673', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17268905', 'Goblin_Shaman', '6558', '363.541', '23.535', '77.996', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17268906', 'Wight', '6576', '217.657', '10.535', '-155.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268907', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268908', 'Earth_Elemental', '6548', '200.913', '7.436', '-165.854', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17268909', 'Goblin_Mugger', '6556', '298.168', '16.023', '-96.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268910', 'Goblin_Pathfinder', '6557', '302.279', '16.032', '-95.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268911', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268912', 'Goblin_Gambler', '6554', '296.545', '15.970', '-95.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268913', 'Goblin_Smithy', '6559', '299.212', '16.065', '-98.340', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17268914', 'Evil_Weapon', '6550', '83.302', '1.885', '-176.081', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17268915', 'Evil_Weapon', '6550', '61.283', '2.621', '-171.549', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17268916', 'Evil_Weapon', '6550', '74.877', '-0.038', '-229.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268917', 'Sauromugue_Skink', '6571', '206.835', '33.896', '258.394', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17268918', 'Sauromugue_Skink', '6571', '206.941', '33.746', '256.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268919', 'Sauromugue_Skink', '6571', '196.994', '31.597', '270.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268920', 'Midnight_Wings', '6566', '281.099', '32.438', '224.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268921', 'Midnight_Wings', '6566', '178.565', '31.703', '268.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268922', 'Moon_Bat', '6567', '199.612', '31.885', '269.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268923', 'Sauromugue_Skink', '6571', '120.000', '32.000', '292.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17268924', 'Sauromugue_Skink', '6571', '93.962', '30.383', '231.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268925', 'Sauromugue_Skink', '6571', '135.767', '30.058', '231.604', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17268926', 'Midnight_Wings', '6566', '97.177', '31.172', '239.815', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17268927', 'Midnight_Wings', '6566', '139.725', '32.446', '237.412', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17268928', 'Moon_Bat', '6567', '98.210', '30.995', '261.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268929', 'Champaign_Coeurl', '6542', '235.213', '31.823', '260.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268930', 'Yagudo_Votary', '6584', '258.933', '30.014', '201.179', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17268931', 'Yagudo_Herald', '6578', '235.610', '31.539', '242.803', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17268932', 'Yagudo_Theologist', '6583', '221.970', '30.924', '195.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268933', 'Yagudo_Drummer', '6577', '190.658', '30.998', '199.033', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17268934', 'Yagudo_Oracle', '6580', '268.271', '32.410', '226.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268935', 'Yagudo_s_Elemental', '6582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268936', 'Yagudo_Priest', '6581', '244.175', '31.483', '276.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268937', 'Yagudo_Interrogator', '6579', '101.887', '32.979', '233.728', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17268938', 'Wight', '6576', '207.077', '33.766', '259.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268939', 'Wight', '6576', '242.722', '31.516', '244.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268940', 'Sauromugue_Skink', '6571', '42.792', '23.491', '210.916', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268941', 'Sauromugue_Skink', '6571', '82.964', '20.747', '150.573', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17268942', 'Diving_Beetle', '6546', '116.588', '23.677', '190.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268943', 'Diving_Beetle', '6546', '65.776', '22.925', '166.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268944', 'Midnight_Wings', '6566', '41.986', '23.544', '202.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268945', 'Midnight_Wings', '6566', '42.450', '23.453', '163.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268946', 'Moon_Bat', '6567', '87.530', '25.425', '184.403', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17268947', 'Sauromugue_Skink', '6571', '6.276', '23.251', '273.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268948', 'Sauromugue_Skink', '6571', '-42.062', '24.374', '217.061', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268949', 'Sauromugue_Skink', '6571', '-68.852', '23.731', '220.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268950', 'Tabar_Beak', '6574', '-203.000', '16.000', '305.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17268951', 'Tabar_Beak', '6574', '-68.671', '25.638', '293.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268952', 'Midnight_Wings', '6566', '-11.823', '23.550', '154.856', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17268953', 'Midnight_Wings', '6566', '-54.713', '24.121', '309.094', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17268954', 'Moon_Bat', '6567', '-54.000', '24.000', '206.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17268955', 'Sauromugue_Skink', '6571', '-70.000', '15.000', '129.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17268956', 'Sauromugue_Skink', '6571', '-96.172', '13.792', '144.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268957', 'Sauromugue_Skink', '6571', '-39.379', '15.055', '70.755', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17268958', 'Tabar_Beak', '6574', '-71.000', '24.000', '242.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268959', 'Tabar_Beak', '6574', '-174.000', '15.000', '339.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268960', 'Midnight_Wings', '6566', '-74.048', '14.815', '69.465', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17268961', 'Midnight_Wings', '6566', '-154.000', '15.665', '189.557', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268962', 'Moon_Bat', '6567', '-130.924', '15.858', '129.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268963', 'Yagudo_Votary', '6584', '-45.976', '21.281', '150.502', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17268964', 'Yagudo_Herald', '6578', '-26.859', '19.394', '139.006', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17268965', 'Yagudo_Theologist', '6583', '-16.612', '22.035', '140.822', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17268966', 'Yagudo_Drummer', '6577', '81.060', '25.371', '178.632', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17268967', 'Yagudo_Oracle', '6580', '-26.946', '19.514', '139.894', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17268968', 'Yagudo_s_Elemental', '6582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268969', 'Yagudo_Priest', '6581', '-35.000', '24.000', '237.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17268970', 'Yagudo_Interrogator', '6579', '48.762', '23.590', '212.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268971', 'Wight', '6576', '79.240', '22.363', '169.648', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17268972', 'Wight', '6576', '149.057', '23.980', '214.744', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17268973', 'Ignis_Fatuus', '6563', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268974', 'Yagudo_Theologist', '6583', '-62.696', '23.951', '178.630', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17268975', 'Yagudo_Oracle', '6580', '-85.210', '24.178', '184.528', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17268976', 'Yagudo_s_Elemental', '6582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17268977', 'Yagudo_Priest', '6581', '-59.000', '23.000', '183.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268978', 'Yagudo_Interrogator', '6579', '-65.633', '23.781', '180.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268979', 'Sauromugue_Skink', '6571', '-238.175', '16.118', '347.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268980', 'Sauromugue_Skink', '6571', '-125.400', '16.177', '293.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268981', 'Sauromugue_Skink', '6571', '-170.448', '16.044', '266.977', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17268982', 'Tabar_Beak', '6574', '-320.623', '7.578', '362.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268983', 'Tabar_Beak', '6574', '-303.430', '7.607', '364.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268984', 'Midnight_Wings', '6566', '-329.895', '6.461', '325.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268985', 'Midnight_Wings', '6566', '-157.846', '15.968', '326.009', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268986', 'Midnight_Wings', '6566', '-355.897', '-0.093', '351.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268987', 'Moon_Bat', '6567', '-132.738', '15.927', '281.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268988', 'Sauromugue_Skink', '6571', '-227.071', '8.150', '286.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268989', 'Diving_Beetle', '6546', '-187.066', '7.152', '213.929', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17268990', 'Diving_Beetle', '6546', '-209.421', '8.062', '218.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268991', 'Midnight_Wings', '6566', '-282.054', '-2.410', '254.329', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17268992', 'Midnight_Wings', '6566', '-299.337', '-0.435', '256.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268993', 'Moon_Bat', '6567', '-297.920', '0.244', '244.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268994', 'Midnight_Wings', '6566', '-407.224', '-0.009', '345.725', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17268995', 'Midnight_Wings', '6566', '-359.380', '-0.320', '319.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268996', 'Midnight_Wings', '6566', '-364.579', '-0.406', '244.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268997', 'Midnight_Wings', '6566', '-434.752', '-0.116', '351.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17268998', 'Moon_Bat', '6567', '-352.612', '-0.382', '512.240', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17268999', 'Moon_Bat', '6567', '-380.276', '0.082', '388.384', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269000', 'Goblin_Mugger', '6556', '-262.820', '0.029', '236.949', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17269001', 'Goblin_Pathfinder', '6557', '-177.169', '15.785', '295.458', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17269002', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269003', 'Goblin_Leecher', '6555', '-286.751', '7.968', '355.990', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269004', 'Goblin_Furrier', '6553', '-199.914', '15.579', '400.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269005', 'Goblin_Gambler', '6554', '-263.946', '1.083', '247.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269006', 'Goblin_Smithy', '6559', '-357.899', '-0.234', '388.514', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17269007', 'Goblin_Shaman', '6558', '-150.898', '15.624', '290.480', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17269008', 'Earth_Elemental', '6548', '-145.731', '18.042', '299.259', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17269009', 'Evil_Weapon', '6550', '-192.000', '8.000', '177.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17269010', 'Evil_Weapon', '6550', '-104.126', '15.008', '76.614', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17269011', 'Evil_Weapon', '6550', '-221.581', '8.015', '213.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269012', 'Evil_Weapon', '6550', '-213.807', '7.009', '209.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269013', 'Evil_Weapon', '6550', '-240.725', '1.853', '223.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269014', 'Evil_Weapon', '6550', '-151.677', '14.433', '140.143', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17269015', 'Evil_Weapon', '6550', '-164.179', '10.037', '143.394', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17269017', 'Diving_Beetle', '6546', '-258.104', '7.783', '67.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269018', 'Diving_Beetle', '6546', '-270.230', '7.692', '79.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269019', 'Diving_Beetle', '6546', '-265.657', '7.717', '48.222', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17269020', 'Diving_Beetle', '6546', '-252.070', '7.427', '67.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269021', 'Sauromugue_Skink', '6571', '-65.433', '-2.233', '-136.587', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17269022', 'Hill_Lizard', '6562', '-104.524', '4.655', '-89.333', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17269023', 'Hill_Lizard', '6562', '-88.428', '-0.428', '-88.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269024', 'Midnight_Wings', '6566', '-54.449', '-1.586', '-161.493', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17269025', 'Midnight_Wings', '6566', '-45.171', '-1.110', '-138.757', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269026', 'Moon_Bat', '6567', '-76.566', '-1.781', '-105.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269027', 'Sauromugue_Skink', '6571', '48.912', '-8.660', '-244.866', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17269028', 'Sauromugue_Skink', '6571', '-18.580', '-8.223', '-227.143', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17269029', 'Hill_Lizard', '6562', '-65.566', '-13.938', '-267.084', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17269030', 'Hill_Lizard', '6562', '-60.486', '-8.389', '-229.651', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269031', 'Hill_Lizard', '6562', '-78.069', '-17.768', '-294.181', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17269032', 'Midnight_Wings', '6566', '48.169', '-8.272', '-207.020', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17269033', 'Midnight_Wings', '6566', '-72.596', '-17.852', '-296.509', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17269034', 'Moon_Bat', '6567', '55.805', '-8.386', '-192.452', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17269035', 'Sauromugue_Skink', '6571', '7.746', '-24.646', '-324.122', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17269036', 'Sauromugue_Skink', '6571', '81.016', '-8.934', '-281.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269037', 'Hill_Lizard', '6562', '20.878', '-19.388', '-348.102', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17269038', 'Hill_Lizard', '6562', '82.944', '-14.951', '-308.898', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17269039', 'Hill_Lizard', '6562', '26.352', '-8.968', '-271.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269040', 'Midnight_Wings', '6566', '-64.515', '-23.778', '-361.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269041', 'Midnight_Wings', '6566', '-67.297', '-23.719', '-361.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269042', 'Moon_Bat', '6567', '-69.095', '-24.016', '-339.168', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17269043', 'Goblin_Mugger', '6556', '62.763', '-16.541', '-321.759', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269044', 'Goblin_Pathfinder', '6557', '-26.319', '-15.988', '-277.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269045', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269046', 'Goblin_Leecher', '6555', '-21.776', '-0.340', '-162.789', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17269047', 'Goblin_Furrier', '6553', '-104.000', '-23.000', '-361.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17269048', 'Goblin_Gambler', '6554', '-53.592', '-1.440', '-151.978', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17269049', 'Goblin_Smithy', '6559', '26.230', '-12.499', '-298.801', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17269050', 'Goblin_Shaman', '6558', '-74.598', '-11.293', '-253.848', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17269051', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269052', 'Wight', '6576', '-26.105', '-2.011', '-172.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269053', 'Thunder_Elemental', '6575', '92.631', '-12.360', '-306.195', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17269054', 'Goblin_Pathfinder', '6557', '-65.000', '-23.000', '-337.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17269055', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269056', 'Goblin_Furrier', '6553', '-100.000', '-23.000', '-374.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17269057', 'Goblin_Smithy', '6559', '-60.389', '-24.113', '-340.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269058', 'Goblin_Shaman', '6558', '-60.608', '-24.269', '-336.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269059', 'Sauromugue_Skink', '6571', '268.431', '-0.197', '-335.464', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269060', 'Sauromugue_Skink', '6571', '281.247', '-0.155', '-330.767', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17269061', 'Hill_Lizard', '6562', '221.082', '-0.393', '-240.272', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17269062', 'Hill_Lizard', '6562', '200.723', '-0.425', '-234.163', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17269063', 'Hill_Lizard', '6562', '327.438', '-0.413', '-320.507', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17269064', 'Midnight_Wings', '6566', '299.494', '-1.292', '-293.739', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269065', 'Midnight_Wings', '6566', '274.561', '0.246', '-337.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269066', 'Moon_Bat', '6567', '231.401', '-1.405', '-257.988', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17269067', 'Sauromugue_Skink', '6571', '253.532', '7.810', '-189.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269068', 'Sauromugue_Skink', '6571', '190.630', '-1.172', '-199.742', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17269069', 'Hill_Lizard', '6562', '293.507', '7.195', '-183.203', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269070', 'Hill_Lizard', '6562', '264.805', '7.393', '-182.637', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17269071', 'Hill_Lizard', '6562', '215.820', '2.210', '-197.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269072', 'Midnight_Wings', '6566', '256.404', '7.616', '-215.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269073', 'Midnight_Wings', '6566', '272.440', '7.682', '-242.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269074', 'Moon_Bat', '6567', '202.277', '-1.077', '-199.786', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17269075', 'Goblin_Mugger', '6556', '246.311', '7.748', '-197.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269076', 'Goblin_Pathfinder', '6557', '256.261', '6.924', '-223.050', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17269077', 'Goblin_s_Beetle', '6560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269078', 'Goblin_Leecher', '6555', '234.539', '7.315', '-190.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269079', 'Goblin_Furrier', '6553', '244.825', '7.055', '-236.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269080', 'Goblin_Gambler', '6554', '256.886', '0.175', '-319.333', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17269081', 'Goblin_Smithy', '6559', '287.167', '-0.208', '-338.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269082', 'Goblin_Shaman', '6558', '300.809', '7.784', '-252.689', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17269083', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269084', 'Wight', '6576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269085', 'Thunder_Elemental', '6575', '259.788', '8.445', '-239.895', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269086', 'Evil_Spirit', '6549', '494.116', '8.056', '-188.336', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17269087', 'Evil_Spirit', '6549', '581.916', '8.402', '-9.893', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17269088', 'Evil_Spirit', '6549', '492.169', '24.291', '76.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269089', 'Evil_Spirit', '6549', '498.400', '17.975', '141.221', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17269090', 'Evil_Spirit', '6549', '494.020', '24.030', '189.699', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17269091', 'Evil_Spirit', '6549', '374.740', '32.024', '152.435', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17269092', 'Evil_Spirit', '6549', '327.460', '10.613', '-112.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269093', 'Evil_Spirit', '6549', '373.773', '16.437', '-196.929', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17269094', 'Evil_Spirit', '6549', '145.819', '24.294', '183.554', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17269095', 'Evil_Spirit', '6549', '-78.832', '1.204', '48.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269096', 'Evil_Spirit', '6549', '-136.467', '15.156', '220.232', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17269097', 'Evil_Spirit', '6549', '-120.432', '9.868', '170.654', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269098', 'Evil_Spirit', '6549', '2.998', '-14.381', '-203.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269099', 'Evil_Spirit', '6549', '47.428', '-7.902', '-275.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269100', 'Evil_Spirit', '6549', '-11.558', '-23.906', '-332.570', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17269101', 'Evil_Spirit', '6549', '170.665', '0.072', '-216.500', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17269102', 'Evil_Spirit', '6549', '230.089', '-0.947', '-287.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269103', 'Evil_Spirit', '6549', '292.167', '8.070', '-208.530', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17269104', 'Evil_Spirit', '6549', '339.736', '0.111', '-294.982', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17269105', 'Goblin_Digger', '6552', '481.391', '23.461', '122.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269106', 'Roc', '6569', '232.000', '-0.010', '-327.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17269107', 'Climbpix_Highrise', '6543', '481.000', '23.461', '122.486', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269108', 'Sprite', '6573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269109', 'Sprite', '6573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269110', 'Sprite', '6573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269111', 'Sprite', '6573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269112', 'Sprite', '6573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269113', 'Balam-Agab', '6540', '120.000', '15.500', '120.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17269114', 'Dribblix_Greasemaw', '6547', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269168', 'Goblin_Bounty_Hunter', '6551', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269169', 'Goblin_Bounty_Hunter', '6551', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269170', 'Goblin_Bounty_Hunter', '6551', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269171', 'Goblin_Bounty_Hunter', '6551', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269172', 'Goblin_Bounty_Hunter', '6551', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17269237', 'Larzos', '6565', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272833', 'Greater_Pugil', '6607', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272834', 'Clipper', '6588', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272835', 'Greater_Pugil', '6607', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272836', 'Bigclaw', '6587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272837', 'Apsaras', '6586', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272838', 'Guardian_Treant', '6609', '635.000', '-1.000', '-151.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17272839', 'Doomed_Pilgrims', '6589', '231.000', '0.100', '284.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17272840', 'Goblin_Mugger', '6598', '-310.139', '0.284', '-419.161', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17272841', 'Goblin_Mugger', '6598', '-316.794', '-0.243', '-408.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272842', 'Goblin_Mugger', '6598', '-329.991', '0.341', '-419.109', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272843', 'Goblin_Gambler', '6596', '-318.842', '-0.453', '-400.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272844', 'Ancient_Bat', '6585', '-381.573', '-0.247', '-428.431', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17272845', 'Ancient_Bat', '6585', '-331.508', '0.406', '-420.047', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17272846', 'Ancient_Bat', '6585', '-330.794', '-0.388', '-401.936', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17272847', 'Goblin_Mugger', '6598', '-216.078', '-0.972', '-421.071', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17272848', 'Goblin_Mugger', '6598', '-194.520', '0.233', '-384.632', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17272849', 'Goblin_Mugger', '6598', '-226.437', '-0.851', '-350.072', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17272850', 'Goblin_Gambler', '6596', '-249.331', '-0.359', '-364.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272851', 'Ancient_Bat', '6585', '-227.471', '-0.096', '-412.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272852', 'Ancient_Bat', '6585', '-164.526', '0.300', '-340.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272853', 'Ancient_Bat', '6585', '-240.155', '-0.298', '-394.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272854', 'Goblin_Mugger', '6598', '-122.093', '0.219', '-298.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272855', 'Goblin_Mugger', '6598', '-124.995', '-0.392', '-243.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272856', 'Goblin_Gambler', '6596', '-135.146', '0.030', '-279.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272857', 'Goblin_Gambler', '6596', '-130.476', '0.045', '-255.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272858', 'Ancient_Bat', '6585', '-175.064', '0.255', '-283.203', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17272859', 'Ancient_Bat', '6585', '-142.000', '0.086', '-286.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17272860', 'Ancient_Bat', '6585', '-132.530', '-0.053', '-320.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272861', 'Goblin_Mugger', '6598', '-137.572', '0.875', '-459.492', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17272862', 'Ancient_Bat', '6585', '-133.062', '1.546', '-456.575', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17272863', 'Ancient_Bat', '6585', '-155.279', '-0.447', '-444.187', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17272864', 'Ancient_Bat', '6585', '-144.882', '-0.429', '-456.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272865', 'Goblin_Mugger', '6598', '-104.459', '0.165', '-357.965', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17272866', 'Goblin_Mugger', '6598', '-110.737', '0.460', '-343.969', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272867', 'Goblin_Gambler', '6596', '-7.154', '-0.555', '-447.530', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17272868', 'Goblin_Gambler', '6596', '-91.102', '-0.193', '-364.257', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17272869', 'Goblin_Gambler', '6596', '-96.934', '0.319', '-355.844', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17272870', 'Ancient_Bat', '6585', '-74.325', '-0.208', '-349.479', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272871', 'Ancient_Bat', '6585', '-3.803', '-0.202', '-390.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272872', 'Ancient_Bat', '6585', '4.410', '-0.165', '-428.477', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272873', 'Goblin_Leecher', '6597', '192.136', '-1.591', '-394.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272874', 'Goblin_Leecher', '6597', '164.552', '-0.501', '-396.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272875', 'Ancient_Bat', '6585', '149.493', '-0.295', '-392.586', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17272876', 'Ancient_Bat', '6585', '183.635', '-0.775', '-404.012', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17272877', 'Goblin_Leecher', '6597', '116.513', '-0.474', '-316.347', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17272878', 'Goblin_Leecher', '6597', '98.225', '0.733', '-337.802', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17272879', 'Ancient_Bat', '6585', '64.739', '2.172', '-344.266', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17272880', 'Ancient_Bat', '6585', '106.369', '0.066', '-332.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272881', 'Ancient_Bat', '6585', '124.841', '-0.321', '-315.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272882', 'Goblin_Mugger', '6598', '206.796', '-1.068', '-307.350', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272883', 'Goblin_Gambler', '6596', '244.212', '-0.464', '-359.460', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17272884', 'Goblin_Leecher', '6597', '197.144', '-0.167', '-352.672', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17272885', 'Goblin_Leecher', '6597', '242.012', '0.173', '-337.233', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272886', 'Ancient_Bat', '6585', '234.590', '-0.609', '-337.501', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272887', 'Ancient_Bat', '6585', '240.998', '0.363', '-338.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272888', 'Ancient_Bat', '6585', '215.876', '0.058', '-323.574', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17272889', 'Goblin_Leecher', '6597', '252.518', '-0.487', '-287.352', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17272890', 'Goblin_Leecher', '6597', '281.361', '-0.486', '-243.541', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17272891', 'Goblin_Smithy', '6602', '333.723', '0.069', '-286.309', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17272892', 'Ancient_Bat', '6585', '278.271', '0.221', '-218.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272893', 'Ancient_Bat', '6585', '260.969', '-1.184', '-266.727', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272894', 'Ancient_Bat', '6585', '295.823', '-1.774', '-231.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272895', 'Goblin_Leecher', '6597', '376.092', '0.635', '-289.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272896', 'Goblin_Smithy', '6602', '368.438', '-1.423', '-287.250', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17272897', 'Goblin_Smithy', '6602', '364.598', '-0.509', '-318.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272898', 'Goblin_Smithy', '6602', '424.294', '0.418', '-273.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272899', 'Ancient_Bat', '6585', '352.578', '-0.117', '-307.170', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17272900', 'Ancient_Bat', '6585', '368.652', '-2.016', '-294.342', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17272901', 'Ancient_Bat', '6585', '352.926', '-0.301', '-280.365', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272902', 'Ancient_Bat', '6585', '408.883', '-0.280', '-267.318', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17272903', 'Goblin_Smithy', '6602', '431.221', '-0.259', '-246.373', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17272904', 'Goblin_Smithy', '6602', '422.841', '0.347', '-200.632', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17272905', 'Goblin_Furrier', '6595', '416.781', '0.224', '-206.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272906', 'Ancient_Bat', '6585', '468.347', '-0.002', '-271.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272907', 'Ancient_Bat', '6585', '428.382', '-0.518', '-232.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272908', 'Ancient_Bat', '6585', '430.069', '-1.604', '-219.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272909', 'Ogrefly', '6629', '332.127', '-1.340', '-143.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272910', 'Ogrefly', '6629', '410.903', '0.014', '-145.601', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272911', 'Ogrefly', '6629', '270.828', '-0.527', '-127.314', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272912', 'Ogrefly', '6629', '296.595', '-0.260', '-124.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272913', 'Lesser_Gaylas', '6622', '277.586', '-2.466', '-122.787', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17272914', 'Lesser_Gaylas', '6622', '346.783', '-0.148', '-138.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272915', 'Elusive_Edwin', '6590', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272916', 'Ancient_Bat', '6585', '463.297', '1.301', '-182.913', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17272917', 'Ancient_Bat', '6585', '510.281', '2.410', '-183.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272918', 'Goblin_Smithy', '6602', '559.034', '0.481', '-180.080', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17272919', 'Goblin_Furrier', '6595', '605.338', '0.233', '-138.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272920', 'Goblin_Furrier', '6595', '640.000', '-0.339', '-184.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272921', 'Goblin_Furrier', '6595', '598.000', '-0.438', '-197.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17272922', 'Ancient_Bat', '6585', '582.281', '0.378', '-167.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272923', 'Ancient_Bat', '6585', '598.072', '-0.470', '-124.724', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17272924', 'Ancient_Bat', '6585', '600.030', '0.065', '-147.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272925', 'Lesser_Gaylas', '6622', '469.383', '2.132', '-378.926', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17272926', 'Lesser_Gaylas', '6622', '461.340', '2.263', '-362.960', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17272927', 'Goobbue_Gardener', '6605', '473.553', '-0.341', '-527.942', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17272928', 'Goobbue_Gardener', '6605', '470.032', '-0.363', '-516.560', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17272929', 'Goobbue_Gardener', '6605', '512.123', '-0.133', '-485.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272930', 'Goobbue_Gardener', '6605', '484.706', '0.152', '-453.651', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272931', 'Lesser_Gaylas', '6622', '518.503', '-0.344', '-471.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272932', 'Lesser_Gaylas', '6622', '511.562', '-0.218', '-489.245', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17272933', 'Lesser_Gaylas', '6622', '478.666', '-1.425', '-472.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272934', 'Revenant', '6631', '478.813', '-0.273', '-527.363', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17272935', 'Goobbue_Gardener', '6605', '411.000', '-0.288', '-639.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272936', 'Goobbue_Gardener', '6605', '450.772', '-1.079', '-631.873', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17272937', 'Goobbue_Gardener', '6605', '436.541', '-0.490', '-640.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272938', 'Lesser_Gaylas', '6622', '450.588', '-1.049', '-632.145', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272939', 'Lesser_Gaylas', '6622', '439.909', '-0.363', '-588.984', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17272940', 'Lesser_Gaylas', '6622', '441.260', '0.358', '-620.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272941', 'Goobbue_Gardener', '6605', '365.399', '-0.487', '-612.079', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17272942', 'Goobbue_Gardener', '6605', '360.000', '-0.314', '-559.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272943', 'Lesser_Gaylas', '6622', '394.000', '-0.125', '-635.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272944', 'Lesser_Gaylas', '6622', '351.000', '0.201', '-592.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272945', 'Lesser_Gaylas', '6622', '375.931', '-0.543', '-549.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272946', 'Goobbue_Parasite', '6606', '-215.536', '0.920', '-379.287', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272947', 'Goobbue_Parasite', '6606', '-216.086', '1.006', '-387.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272948', 'Goobbue_Parasite', '6606', '-31.130', '0.546', '-415.488', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272949', 'Goobbue_Parasite', '6606', '-17.419', '0.190', '-416.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272950', 'Goobbue_Parasite', '6606', '18.397', '3.220', '-333.345', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272951', 'Goobbue_Parasite', '6606', '17.721', '3.276', '-334.074', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17272952', 'Goobbue_Parasite', '6606', '413.362', '0.710', '-295.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272953', 'Goobbue_Parasite', '6606', '427.008', '0.335', '-307.527', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17272954', 'Goobbue_Parasite', '6606', '459.089', '0.835', '-450.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272955', 'Goobbue_Parasite', '6606', '455.387', '0.316', '-452.399', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272956', 'Rock_Golem', '6632', '-179.042', '-0.027', '-346.532', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272957', 'Rock_Golem', '6632', '23.359', '-1.466', '-420.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272959', 'Rock_Golem', '6632', '418.716', '-0.068', '-299.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272960', 'Rock_Golem', '6632', '501.088', '0.684', '-580.998', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272961', 'Ogrefly', '6629', '422.106', '2.145', '-115.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272962', 'Goobbue_Gardener', '6605', '427.000', '-0.322', '-31.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272963', 'Ogrefly', '6629', '440.827', '-0.496', '2.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272964', 'Ogrefly', '6629', '429.561', '-0.320', '-53.969', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272965', 'Ogrefly', '6629', '414.738', '-0.966', '-37.011', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17272966', 'Lesser_Gaylas', '6622', '445.331', '-0.450', '0.978', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17272967', 'Lesser_Gaylas', '6622', '393.419', '-0.374', '-36.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272968', 'Goobbue_Gardener', '6605', '273.000', '-0.510', '8.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272969', 'Ogrefly', '6629', '287.938', '-0.784', '13.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272970', 'Ogrefly', '6629', '277.000', '-0.372', '34.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17272971', 'Ogrefly', '6629', '300.000', '1.000', '130.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272972', 'Ogrefly', '6629', '316.542', '-0.448', '76.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272973', 'Lesser_Gaylas', '6622', '283.295', '-0.471', '41.420', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17272974', 'Lesser_Gaylas', '6622', '267.574', '-1.361', '15.056', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17272975', 'Puroboros', '6630', '272.597', '-0.420', '45.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272976', 'Goobbue_Gardener', '6605', '331.379', '-0.267', '171.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272977', 'Goobbue_Gardener', '6605', '319.939', '-0.037', '187.231', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272978', 'Keeper_of_Halidom', '6620', '312.000', '-0.500', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272979', 'Ogrefly', '6629', '318.453', '-0.457', '157.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272980', 'Ogrefly', '6629', '320.426', '-0.172', '228.977', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17272981', 'Ogrefly', '6629', '332.443', '-0.440', '243.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272982', 'Ogrefly', '6629', '321.646', '0.099', '223.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272983', 'Ogrefly', '6629', '305.826', '0.422', '174.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272984', 'Lesser_Gaylas', '6622', '335.009', '0.325', '187.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272985', 'Lesser_Gaylas', '6622', '291.651', '-0.107', '160.066', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17272986', 'Puroboros', '6630', '366.350', '-0.700', '203.074', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17272987', 'Ogrefly', '6629', '240.486', '-0.457', '283.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272988', 'Ogrefly', '6629', '253.712', '0.052', '281.493', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272989', 'Ogrefly', '6629', '253.291', '-0.344', '275.189', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17272990', 'Lesser_Gaylas', '6622', '277.000', '-0.065', '278.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272991', 'Revenant', '6631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272992', 'Revenant', '6631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17272993', 'Rock_Golem', '6632', '293.559', '-1.257', '62.537', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17272994', 'Rock_Golem', '6632', '345.633', '0.069', '215.654', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17272995', 'Goobbue_Parasite', '6606', '348.214', '0.631', '206.831', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17272996', 'Goobbue_Parasite', '6606', '347.584', '1.037', '225.765', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272997', 'Goblin_Robber', '6601', '-84.000', '-0.390', '-177.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272998', 'Goblin_Robber', '6601', '-95.000', '-2.000', '-217.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17272999', 'Lesser_Gaylas', '6622', '-110.000', '-0.475', '-234.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273000', 'Lesser_Gaylas', '6622', '-91.599', '-0.236', '-233.734', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17273001', 'Water_Elemental', '6636', '-96.572', '-3.493', '-214.771', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17273002', 'Goblin_Robber', '6601', '249.407', '0.536', '-190.162', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17273003', 'Goblin_Robber', '6601', '237.000', '0.638', '-156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273004', 'Lesser_Gaylas', '6622', '246.123', '0.564', '-186.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273005', 'Lesser_Gaylas', '6622', '262.339', '-0.395', '-193.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273006', 'Water_Elemental', '6636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273007', 'Goblin_Trader', '6604', '-89.641', '-0.346', '-158.785', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273008', 'Goblin_s_Leech', '6603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273009', 'Goblin_Robber', '6601', '-86.493', '-0.389', '-202.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273010', 'Ogrefly', '6629', '-39.042', '-1.139', '-120.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273011', 'Ogrefly', '6629', '-67.799', '0.034', '-159.114', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17273012', 'Lesser_Gaylas', '6622', '-77.720', '-0.437', '-159.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273013', 'Lesser_Gaylas', '6622', '-93.389', '-1.458', '-191.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273014', 'Goblin_Trader', '6604', '-23.020', '0.338', '-74.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273015', 'Goblin_s_Leech', '6603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273016', 'Goblin_Robber', '6601', '1.416', '-2.567', '-129.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273017', 'Ogrefly', '6629', '-2.482', '-0.370', '-169.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273018', 'Ogrefly', '6629', '-4.921', '-2.361', '-130.352', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273019', 'Ogrefly', '6629', '-23.181', '0.184', '-77.784', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17273020', 'Lesser_Gaylas', '6622', '0.144', '0.283', '-100.559', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17273021', 'Lesser_Gaylas', '6622', '-7.263', '-2.541', '-130.776', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17273022', 'Goblin_Robber', '6601', '106.416', '-1.579', '-174.548', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17273023', 'Ogrefly', '6629', '126.885', '-0.379', '-158.240', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17273024', 'Ogrefly', '6629', '83.153', '-0.374', '-150.779', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17273025', 'Lesser_Gaylas', '6622', '141.260', '-0.670', '-133.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273026', 'Lesser_Gaylas', '6622', '126.000', '-0.372', '-145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273027', 'Lesser_Gaylas', '6622', '114.853', '-0.379', '-166.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273028', 'Thunder_Elemental', '6635', '115.175', '-0.433', '-153.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273029', 'Ogrefly', '6629', '156.990', '-0.463', '-115.925', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273030', 'Ogrefly', '6629', '229.321', '-0.133', '-144.731', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17273031', 'Ogrefly', '6629', '176.499', '0.175', '-135.811', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17273032', 'Lesser_Gaylas', '6622', '182.865', '1.167', '-135.877', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17273033', 'Lesser_Gaylas', '6622', '171.484', '0.004', '-130.012', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273034', 'Lesser_Gaylas', '6622', '216.444', '0.950', '-146.272', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17273035', 'Goblin_Trader', '6604', '-7.000', '-0.442', '-14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273036', 'Goblin_s_Leech', '6603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273037', 'Goblin_Robber', '6601', '42.361', '-0.478', '-36.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273038', 'Ogrefly', '6629', '-7.932', '-0.333', '-43.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273039', 'Ogrefly', '6629', '39.456', '-0.155', '-29.098', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17273040', 'Lesser_Gaylas', '6622', '9.348', '0.411', '-22.694', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17273041', 'Lesser_Gaylas', '6622', '33.570', '-0.408', '-42.945', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17273042', 'Lesser_Gaylas', '6622', '17.483', '0.407', '-52.886', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17273043', 'Goblin_Trader', '6604', '53.242', '-1.497', '-12.407', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17273044', 'Goblin_s_Leech', '6603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273045', 'Goblin_Robber', '6601', '40.558', '-0.048', '52.919', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273046', 'Goobbue_Parasite', '6606', '51.304', '0.337', '21.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273047', 'Ogrefly', '6629', '87.628', '-0.331', '40.033', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17273048', 'Ogrefly', '6629', '36.640', '-0.373', '3.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273049', 'Lesser_Gaylas', '6622', '64.555', '0.214', '39.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273050', 'Lesser_Gaylas', '6622', '69.015', '-0.706', '24.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273051', 'Goblin_Trader', '6604', '-1.743', '-0.263', '28.286', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273052', 'Goblin_s_Leech', '6603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273053', 'Goblin_Robber', '6601', '-35.233', '-0.583', '48.891', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17273054', 'Goobbue_Parasite', '6606', '-30.397', '0.376', '24.287', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17273055', 'Ogrefly', '6629', '-3.240', '-1.544', '44.246', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17273056', 'Ogrefly', '6629', '-17.943', '-0.921', '15.054', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17273057', 'Lesser_Gaylas', '6622', '-48.509', '-0.036', '47.164', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273058', 'Lesser_Gaylas', '6622', '-21.599', '-0.388', '23.250', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17273059', 'Goblin_Robber', '6601', '75.150', '-0.375', '89.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273060', 'Goobbue_Parasite', '6606', '86.954', '-0.625', '86.721', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17273061', 'Goobbue_Parasite', '6606', '42.288', '-0.290', '73.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273062', 'Goobbue_Parasite', '6606', '48.304', '-0.261', '84.826', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273063', 'Goobbue_Parasite', '6606', '30.236', '0.195', '72.334', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17273064', 'Ogrefly', '6629', '69.517', '-0.009', '78.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273065', 'Ogrefly', '6629', '51.423', '0.047', '94.688', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17273066', 'Lesser_Gaylas', '6622', '40.219', '-0.451', '118.145', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17273067', 'Lesser_Gaylas', '6622', '72.063', '-0.316', '80.882', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17273068', 'Goblin_Trader', '6604', '-26.490', '-3.153', '90.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273069', 'Goblin_s_Leech', '6603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273070', 'Goobbue_Parasite', '6606', '-41.946', '-0.061', '108.557', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273071', 'Goobbue_Parasite', '6606', '-65.559', '0.254', '79.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273072', 'Goobbue_Parasite', '6606', '-91.665', '-0.103', '76.118', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17273073', 'Goobbue_Parasite', '6606', '-4.552', '-1.196', '111.880', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273074', 'Ogrefly', '6629', '-28.939', '-0.018', '78.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273075', 'Lesser_Gaylas', '6622', '-75.349', '-0.198', '87.485', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17273076', 'Lesser_Gaylas', '6622', '-24.806', '0.613', '68.907', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17273077', 'Revenant', '6631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273078', 'Rock_Golem', '6632', '17.000', '0.463', '-145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273079', 'Rock_Golem', '6632', '15.022', '-0.534', '-21.297', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17273080', 'Rock_Golem', '6632', '-22.430', '-0.872', '54.846', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17273081', 'Rock_Golem', '6632', '44.042', '0.030', '137.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273082', 'Goobbue_Parasite', '6606', '-12.721', '0.625', '-92.844', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273083', 'Goobbue_Parasite', '6606', '-14.638', '0.809', '-97.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273084', 'Goobbue_Parasite', '6606', '68.758', '0.940', '55.522', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17273085', 'Goobbue_Parasite', '6606', '60.563', '0.980', '49.053', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17273086', 'Goobbue_Parasite', '6606', '23.415', '0.065', '97.302', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17273087', 'Goobbue_Parasite', '6606', '19.965', '0.821', '109.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273088', 'Goobbue_Parasite', '6606', '-86.222', '-0.294', '46.607', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17273089', 'Goobbue_Parasite', '6606', '-103.026', '-3.891', '57.329', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17273090', 'Lesser_Gaylas', '6622', '-50.000', '-0.657', '72.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273091', 'Lesser_Gaylas', '6622', '-112.607', '-0.745', '62.101', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17273092', 'Master_Coeurl', '6625', '-91.317', '-2.124', '53.767', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17273093', 'Hell_Hound', '6610', '-44.000', '-0.861', '13.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17273094', 'Water_Elemental', '6636', '-106.204', '-3.368', '60.872', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273095', 'Goobbue_Parasite', '6606', '-137.100', '3.254', '-91.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273096', 'Goobbue_Parasite', '6606', '-137.844', '3.267', '-92.781', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17273097', 'Lesser_Gaylas', '6622', '-159.157', '2.316', '-98.660', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17273098', 'Goobbue_Parasite', '6606', '-255.000', '-0.500', '-68.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17273099', 'Goobbue_Parasite', '6606', '-221.000', '-0.593', '-69.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17273100', 'Goobbue_Parasite', '6606', '-197.586', '-0.377', '-88.750', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17273101', 'Lesser_Gaylas', '6622', '-223.107', '-0.425', '-79.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273102', 'Lesser_Gaylas', '6622', '-209.370', '-1.381', '-81.164', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17273103', 'Master_Coeurl', '6625', '-249.565', '-0.694', '-84.230', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17273104', 'Hell_Hound', '6610', '-203.724', '-1.586', '-78.387', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17273105', 'Thunder_Elemental', '6635', '-231.601', '-1.828', '-64.859', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273106', 'Goblin_Poacher', '6599', '-119.629', '-0.460', '40.698', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17273107', 'Goblin_Poacher', '6599', '-128.731', '-1.645', '26.765', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17273108', 'Goobbue_Parasite', '6606', '-162.025', '-0.498', '40.922', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273109', 'Goobbue_Parasite', '6606', '-180.347', '0.417', '43.967', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17273110', 'Goobbue_Parasite', '6606', '-131.060', '-0.142', '37.516', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17273111', 'Goblin_Reaper', '6600', '-251.705', '-0.512', '-4.587', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273112', 'Goblin_Reaper', '6600', '-305.125', '-0.407', '-1.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273113', 'Goblin_Poacher', '6599', '-316.077', '-0.522', '-11.152', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273114', 'Goobbue_Parasite', '6606', '-285.060', '-0.406', '-4.816', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17273115', 'Goobbue_Parasite', '6606', '-277.523', '-0.498', '0.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273116', 'Ogrefly', '6629', '-268.337', '-0.124', '0.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273117', 'Ogrefly', '6629', '-301.205', '-0.539', '-7.389', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17273118', 'Goblin_Reaper', '6600', '-272.534', '-0.623', '37.512', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273119', 'Goblin_Poacher', '6599', '-221.706', '-0.538', '18.922', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17273120', 'Goblin_Poacher', '6599', '-219.272', '-1.695', '13.643', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17273121', 'Goobbue_Parasite', '6606', '-262.537', '0.514', '29.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273122', 'Ogrefly', '6629', '-257.696', '0.363', '48.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273123', 'Ogrefly', '6629', '-266.464', '-0.185', '51.826', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17273124', 'Thunder_Elemental', '6635', '-264.102', '0.446', '31.809', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17273125', 'Goblin_Reaper', '6600', '-214.760', '0.636', '50.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273126', 'Goblin_Poacher', '6599', '-201.368', '-0.494', '76.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273127', 'Goblin_Poacher', '6599', '-204.480', '-0.387', '84.943', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17273128', 'Goobbue_Parasite', '6606', '-209.459', '-2.493', '42.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273129', 'Goobbue_Parasite', '6606', '-208.769', '0.469', '59.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273130', 'Ogrefly', '6629', '-201.274', '-0.354', '89.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273131', 'Ogrefly', '6629', '-214.680', '-0.745', '78.536', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17273132', 'Rock_Golem', '6632', '-269.373', '-0.260', '14.087', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17273133', 'Thunder_Elemental', '6635', '-311.789', '-1.822', '-14.682', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17273134', 'Rock_Golem', '6632', '-221.449', '-0.898', '61.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273135', 'Master_Coeurl', '6625', '-354.614', '-1.406', '-2.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273136', 'Master_Coeurl', '6625', '-364.633', '-0.425', '46.082', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273137', 'Master_Coeurl', '6625', '-367.460', '-0.323', '5.280', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17273138', 'Master_Coeurl', '6625', '-360.967', '0.348', '16.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273139', 'Hell_Hound', '6610', '-378.000', '-0.394', '23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273140', 'Hell_Hound', '6610', '-343.732', '-0.147', '53.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273141', 'Master_Coeurl', '6625', '-425.504', '0.196', '46.616', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17273142', 'Master_Coeurl', '6625', '-395.000', '0.073', '34.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17273143', 'Hell_Hound', '6610', '-406.505', '0.509', '65.168', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17273144', 'Hell_Hound', '6610', '-413.455', '-2.611', '51.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273145', 'Water_Elemental', '6636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273146', 'Master_Coeurl', '6625', '-436.000', '-0.010', '-73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273147', 'Hell_Hound', '6610', '-414.472', '2.299', '-9.995', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17273148', 'Rock_Golem', '6632', '-423.000', '-0.510', '-63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273149', 'Rot_Prowler', '6633', '-435.460', '-0.120', '-92.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273150', 'Rot_Prowler', '6633', '-396.989', '-0.927', '-128.103', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17273151', 'Rot_Prowler', '6633', '-403.235', '0.309', '-139.276', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273152', 'Master_Coeurl', '6625', '-415.883', '0.016', '-140.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273153', 'Master_Coeurl', '6625', '-397.115', '0.331', '-142.430', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17273154', 'Hell_Hound', '6610', '-410.084', '-0.154', '-134.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273155', 'Puroboros', '6630', '-429.954', '-0.464', '-102.346', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17273156', 'Rot_Prowler', '6633', '-376.873', '0.333', '-153.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273157', 'Rot_Prowler', '6633', '-380.072', '0.351', '-155.950', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17273158', 'Lost_Soul', '6624', '-350.021', '-0.404', '-162.338', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17273159', 'Master_Coeurl', '6625', '-341.859', '1.447', '-183.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273160', 'Hell_Hound', '6610', '-392.726', '-0.363', '-150.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273161', 'Puroboros', '6630', '-375.987', '-0.014', '-146.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273162', 'Rock_Golem', '6632', '-431.205', '-0.340', '-113.855', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273163', 'Rock_Golem', '6632', '-360.000', '-0.010', '-166.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17273164', 'Revenant', '6631', '-340.190', '3.279', '-209.933', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273165', 'Master_Coeurl', '6625', '-339.286', '2.044', '92.486', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17273166', 'Hell_Hound', '6610', '-340.705', '2.354', '121.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273167', 'Goobbue_Parasite', '6606', '-348.352', '3.096', '139.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273168', 'Goobbue_Parasite', '6606', '-347.916', '3.245', '142.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273169', 'Master_Coeurl', '6625', '-335.267', '0.771', '179.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273170', 'Hell_Hound', '6610', '-335.955', '-0.073', '187.977', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17273171', 'Rot_Prowler', '6633', '-289.588', '-0.295', '236.696', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17273172', 'Rot_Prowler', '6633', '-292.848', '0.449', '216.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273173', 'Master_Coeurl', '6625', '-283.819', '-0.499', '239.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273174', 'Master_Coeurl', '6625', '-281.309', '-0.321', '247.316', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17273175', 'Hell_Hound', '6610', '-280.672', '-0.207', '209.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273176', 'Master_Coeurl', '6625', '-299.629', '0.555', '258.166', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17273177', 'Hell_Hound', '6610', '-306.686', '1.237', '294.161', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17273178', 'Rot_Prowler', '6633', '-438.109', '-0.469', '115.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273179', 'Rot_Prowler', '6633', '-464.761', '-0.707', '127.424', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17273180', 'Master_Coeurl', '6625', '-448.483', '-0.214', '122.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273181', 'Master_Coeurl', '6625', '-479.000', '-0.498', '111.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273182', 'Hell_Hound', '6610', '-439.847', '-0.457', '124.548', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17273183', 'Rot_Prowler', '6633', '-498.371', '0.315', '229.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273184', 'Rot_Prowler', '6633', '-525.053', '-0.383', '156.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273185', 'Lost_Soul', '6624', '-526.637', '-0.320', '241.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273186', 'Master_Coeurl', '6625', '-517.120', '0.214', '184.856', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17273187', 'Master_Coeurl', '6625', '-514.596', '-0.421', '155.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273188', 'Hell_Hound', '6610', '-528.976', '-0.481', '237.109', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273189', 'Revenant', '6631', '-508.047', '0.000', '231.516', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17273191', 'Rock_Golem', '6632', '-504.950', '0.420', '226.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273192', 'Rot_Prowler', '6633', '-436.446', '0.243', '265.917', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17273193', 'Rot_Prowler', '6633', '-464.798', '0.025', '237.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273194', 'Lost_Soul', '6624', '-476.084', '-0.358', '249.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273195', 'Master_Coeurl', '6625', '-381.032', '0.239', '293.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273196', 'Master_Coeurl', '6625', '-444.959', '-0.207', '272.722', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17273197', 'Hell_Hound', '6610', '-481.033', '-0.365', '234.551', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17273198', 'Rot_Prowler', '6633', '-320.000', '-0.219', '375.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273199', 'Rot_Prowler', '6633', '-351.167', '-0.195', '322.359', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17273200', 'Lost_Soul', '6624', '-341.648', '0.345', '329.122', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17273201', 'Master_Coeurl', '6625', '-359.077', '-0.282', '312.167', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17273202', 'Master_Coeurl', '6625', '-340.193', '0.392', '332.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273203', 'Hell_Hound', '6610', '-322.545', '-0.366', '309.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273204', 'Rot_Prowler', '6633', '-364.077', '-0.482', '396.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273205', 'Rot_Prowler', '6633', '-372.679', '-1.286', '415.903', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17273206', 'Lost_Soul', '6624', '-317.082', '-1.183', '352.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273207', 'Master_Coeurl', '6625', '-356.156', '-0.437', '444.373', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17273208', 'Master_Coeurl', '6625', '-316.454', '-1.196', '352.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273209', 'Hell_Hound', '6610', '-335.461', '0.149', '395.376', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273210', 'Rot_Prowler', '6633', '-324.447', '-0.207', '430.459', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17273211', 'Lost_Soul', '6624', '-325.193', '-0.760', '450.436', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273212', 'Lost_Soul', '6624', '-285.737', '-0.370', '489.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273213', 'Master_Coeurl', '6625', '-317.046', '-0.072', '453.570', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17273214', 'Master_Coeurl', '6625', '-308.126', '0.210', '446.532', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17273215', 'Hell_Hound', '6610', '-288.132', '-0.419', '438.533', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17273216', 'Revenant', '6631', '-325.456', '-0.261', '433.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273217', 'Rot_Prowler', '6633', '-269.450', '0.019', '533.388', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273218', 'Lost_Soul', '6624', '-285.994', '-0.849', '538.047', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17273219', 'Lost_Soul', '6624', '-234.485', '-0.341', '554.203', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17273220', 'Master_Coeurl', '6625', '-233.052', '-0.399', '564.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273221', 'Master_Coeurl', '6625', '-271.880', '0.084', '538.045', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17273222', 'Hell_Hound', '6610', '-264.076', '-0.694', '576.553', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273223', 'Goobbue_Parasite', '6606', '-334.411', '0.863', '429.626', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17273224', 'Goobbue_Parasite', '6606', '-341.677', '0.581', '431.223', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17273225', 'Rock_Golem', '6632', '-335.272', '-0.039', '416.147', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17273226', 'Myxomycete', '6626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273227', 'Myxomycete', '6626', '-193.794', '-1.961', '-431.089', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17273228', 'Myxomycete', '6626', '-123.055', '-1.026', '-327.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273229', 'Myxomycete', '6626', '-186.339', '-0.835', '-271.043', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17273230', 'Myxomycete', '6626', '-86.689', '-0.371', '-353.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273231', 'Myxomycete', '6626', '-76.248', '0.368', '-339.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273232', 'Myxomycete', '6626', '-28.927', '-0.253', '-390.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273233', 'Myxomycete', '6626', '-17.125', '-0.469', '-445.730', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17273234', 'Myxomycete', '6626', '-118.090', '0.425', '-260.200', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17273235', 'Myxomycete', '6626', '50.279', '-0.194', '-445.307', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17273236', 'Myxomycete', '6626', '95.596', '-0.187', '-431.412', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17273237', 'Myxomycete', '6626', '188.115', '0.087', '-377.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273238', 'Myxomycete', '6626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273239', 'Myxomycete', '6626', '282.998', '-0.500', '-281.740', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17273240', 'Myxomycete', '6626', '283.465', '-0.186', '-225.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273241', 'Myxomycete', '6626', '258.317', '-0.651', '-148.200', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17273242', 'Myxomycete', '6626', '381.779', '0.224', '-321.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273243', 'Myxomycete', '6626', '381.130', '0.443', '-281.257', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17273244', 'Myxomycete', '6626', '401.059', '0.084', '-177.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273245', 'Myxomycete', '6626', '440.670', '-0.701', '-462.500', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17273246', 'Myxomycete', '6626', '494.576', '0.056', '-478.791', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17273247', 'Myxomycete', '6626', '475.549', '-0.114', '-496.326', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17273248', 'Myxomycete', '6626', '469.202', '-1.327', '-531.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273249', 'Myxomycete', '6626', '485.265', '-0.436', '-556.220', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17273250', 'Myxomycete', '6626', '454.942', '-0.249', '-592.172', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17273251', 'Myxomycete', '6626', '438.554', '0.207', '-614.965', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17273252', 'Myxomycete', '6626', '442.106', '-0.179', '-610.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273253', 'Myxomycete', '6626', '425.758', '-0.948', '-648.651', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273254', 'Myxomycete', '6626', '381.490', '-1.287', '-610.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273255', 'Myxomycete', '6626', '368.215', '-0.566', '-571.631', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17273256', 'Myxomycete', '6626', '358.776', '0.103', '-582.728', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17273257', 'Myxomycete', '6626', '-71.457', '-0.320', '-199.199', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273258', 'Myxomycete', '6626', '-81.027', '0.282', '-136.296', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17273259', 'Myxomycete', '6626', '-58.000', '0.441', '-117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273260', 'Myxomycete', '6626', '-0.509', '0.360', '-97.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273261', 'Myxomycete', '6626', '-2.632', '0.053', '-52.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273262', 'Myxomycete', '6626', '8.126', '-0.522', '58.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273263', 'Myxomycete', '6626', '37.587', '0.440', '60.909', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17273264', 'Myxomycete', '6626', '-43.445', '0.395', '100.912', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17273265', 'Myxomycete', '6626', '21.236', '0.016', '120.310', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17273266', 'Myxomycete', '6626', '51.546', '-0.632', '-138.388', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273267', 'Myxomycete', '6626', '94.065', '0.185', '-156.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273268', 'Myxomycete', '6626', '-234.621', '-0.385', '-84.982', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273269', 'Myxomycete', '6626', '-196.740', '-0.420', '34.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273270', 'Myxomycete', '6626', '-186.217', '0.058', '45.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273271', 'Myxomycete', '6626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273272', 'Myxomycete', '6626', '-345.663', '0.140', '6.026', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17273273', 'Myxomycete', '6626', '-332.581', '-0.004', '3.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273274', 'Myxomycete', '6626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273275', 'Myxomycete', '6626', '-445.287', '-0.231', '-92.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273276', 'Myxomycete', '6626', '-391.184', '-0.269', '-159.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273277', 'Myxomycete', '6626', '-378.456', '0.425', '-162.489', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17273278', 'Noble_Mold', '6627', '-440.000', '-0.500', '-125.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273279', 'Myxomycete', '6626', '-508.092', '-0.632', '150.685', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273280', 'Myxomycete', '6626', '-508.985', '-0.408', '155.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273281', 'Myxomycete', '6626', '-488.662', '-0.238', '244.497', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17273282', 'Myxomycete', '6626', '-275.893', '0.230', '221.487', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17273283', 'Myxomycete', '6626', '-313.702', '-0.284', '332.123', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17273284', 'Myxomycete', '6626', '-347.225', '-0.086', '441.827', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17273285', 'Isonade', '6619', '-420.000', '-1.000', '47.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17273286', 'Hobgoblin_Warrior', '6617', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273287', 'Hobgoblin_White_Mage', '6618', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273288', 'Hobgoblin_Black_Mage', '6612', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273289', 'Hobgoblin_Red_Mage', '6615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273290', 'Hobgoblin_Thief', '6616', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273291', 'Hobgoblin_Dark_Knight', '6613', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273292', 'Hobgoblin_Ranger', '6614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273293', 'Hobgoblin_Beastmaster', '6611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273294', 'Goblin_s_Leech', '6603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273295', 'Greenman', '6608', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273296', 'Goblin_Enchanter', '6594', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273297', 'Goblin_Enchanter', '6594', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273298', 'Goblin_Poacher', '6599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273299', 'Goblin_Poacher', '6599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273300', 'Goblin_Bouncer', '6592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273301', 'Goblin_Bouncer', '6592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273302', 'Goblin_Reaper', '6600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273303', 'Goblin_Reaper', '6600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273304', 'Goblin_Doyen', '6593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273305', 'Ruebezahl', '6634', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273388', 'Lhu_Mhakaracca', '6623', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273393', 'Noillurie', '6628', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17273400', 'Ferreous_Coffin', '6591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17276929', 'Mokkurkalfi', '6646', '104.729', '-4.143', '-115.265', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17276930', 'Mokkurkalfi', '6646', '101.918', '-4.000', '-115.265', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17276931', 'Killing_Weapon', '6644', '22.224', '-8.500', '-117.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276932', 'Killing_Weapon', '6644', '-29.698', '-5.800', '-108.852', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17276933', 'Ominous_Weapon', '6649', '-1.000', '-8.000', '-122.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17276934', 'Killing_Weapon', '6644', '-47.650', '-2.500', '-118.694', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17276935', 'Ominous_Weapon', '6649', '-37.288', '-2.500', '-122.916', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17276936', 'Cursed_Puppet', '6639', '-20.104', '-3.147', '-98.991', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17276937', 'Killing_Weapon', '6644', '43.662', '-2.500', '-95.293', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17276938', 'Ominous_Weapon', '6649', '51.532', '-2.500', '-98.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276939', 'Cursed_Puppet', '6639', '42.832', '-2.500', '-123.701', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17276940', 'Killing_Weapon', '6644', '-46.733', '-4.383', '-51.025', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17276941', 'Killing_Weapon', '6644', '44.211', '-4.583', '-52.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276942', 'Ominous_Weapon', '6649', '-84.808', '-3.672', '-95.509', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17276943', 'Ominous_Weapon', '6649', '74.438', '-2.500', '-99.089', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17276944', 'Ominous_Weapon', '6649', '-99.712', '-4.500', '-89.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276945', 'Cursed_Puppet', '6639', '-94.203', '-3.990', '-84.529', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17276946', 'Ominous_Weapon', '6649', '98.452', '-4.447', '-96.594', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17276947', 'Cursed_Puppet', '6639', '94.413', '-4.351', '-89.685', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17276948', 'Ominous_Weapon', '6649', '58.522', '-4.500', '-43.964', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17276949', 'Ominous_Weapon', '6649', '0.488', '-4.701', '-36.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276950', 'Cursed_Puppet', '6639', '50.027', '-4.500', '-41.190', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17276951', 'Cursed_Puppet', '6639', '61.468', '-4.500', '-49.230', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17276952', 'Cannonball', '6638', '18.210', '-4.499', '-37.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276953', 'Killing_Weapon', '6644', '-99.140', '-3.253', '-64.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276954', 'Killing_Weapon', '6644', '99.339', '-3.112', '-63.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276955', 'Killing_Weapon', '6644', '-113.636', '-3.500', '-42.399', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17276956', 'Ominous_Weapon', '6649', '-120.094', '-3.500', '-67.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276957', 'Cursed_Puppet', '6639', '-120.037', '-3.500', '-66.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276958', 'Killing_Weapon', '6644', '-145.358', '-6.431', '-55.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276959', 'Cursed_Puppet', '6639', '-149.772', '-6.500', '-64.417', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276960', 'Killing_Weapon', '6644', '-140.049', '0.500', '-94.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276961', 'Water_Elemental', '6653', '-145.083', '0.500', '-84.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276962', 'Killing_Weapon', '6644', '-159.796', '0.784', '-78.421', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17276963', 'Magic_Flagon', '6645', '-144.695', '0.500', '-95.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276964', 'Killing_Weapon', '6644', '127.549', '-3.500', '-50.211', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17276965', 'Ominous_Weapon', '6649', '122.169', '-3.500', '-65.057', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276966', 'Cursed_Puppet', '6639', '120.778', '-3.500', '-50.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276967', 'Killing_Weapon', '6644', '158.168', '-6.499', '-110.900', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17276968', 'Cursed_Puppet', '6639', '155.542', '-6.500', '-72.370', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17276969', 'Killing_Weapon', '6644', '140.765', '0.500', '-84.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276970', 'Thunder_Elemental', '6652', '143.352', '0.497', '-89.352', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17276971', 'Killing_Weapon', '6644', '159.892', '1.042', '-97.842', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17276972', 'Magic_Flagon', '6645', '158.766', '0.500', '-87.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276973', 'Killing_Weapon', '6644', '-97.557', '-6.868', '-13.301', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17276974', 'Ominous_Weapon', '6649', '-85.668', '-6.500', '-5.901', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17276975', 'Cursed_Puppet', '6639', '-79.661', '-6.500', '-6.026', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17276976', 'Killing_Weapon', '6644', '-71.858', '-6.062', '18.557', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17276977', 'Magic_Flagon', '6645', '-71.937', '-5.699', '18.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276978', 'Ominous_Weapon', '6649', '-41.170', '-6.500', '0.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276979', 'Magic_Flagon', '6645', '-37.783', '-5.972', '-10.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276980', 'Ominous_Weapon', '6649', '-96.583', '-6.500', '0.846', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17276981', 'Magic_Flagon', '6645', '-101.575', '-6.099', '-1.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276982', 'Nightmare_Vase', '6648', '-108.575', '-5.699', '-5.432', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17276983', 'Killing_Weapon', '6644', '79.841', '-6.506', '-7.928', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17276984', 'Ominous_Weapon', '6649', '89.626', '-6.499', '-11.888', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17276985', 'Cursed_Puppet', '6639', '57.000', '-6.000', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276986', 'Killing_Weapon', '6644', '58.744', '-6.072', '19.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276987', 'Magic_Flagon', '6645', '59.825', '-5.760', '25.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276988', 'Ominous_Weapon', '6649', '37.127', '-6.368', '-2.967', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17276989', 'Magic_Flagon', '6645', '31.094', '-5.700', '-9.066', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276990', 'Ominous_Weapon', '6649', '96.341', '-6.337', '2.324', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17276991', 'Magic_Flagon', '6645', '102.459', '-6.364', '1.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276992', 'Nightmare_Vase', '6648', '69.000', '-5.000', '21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276993', 'Killing_Weapon', '6644', '11.985', '-6.500', '12.348', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17276994', 'Ominous_Weapon', '6649', '-51.000', '-6.000', '5.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276995', 'Ominous_Weapon', '6649', '-17.982', '-6.500', '12.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276996', 'Cursed_Puppet', '6639', '32.000', '-6.000', '13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276997', 'Cannonball', '6638', '-9.338', '-6.541', '12.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276998', 'Apocalyptic_Weapon', '6637', '-120.799', '-8.500', '59.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17276999', 'Infernal_Weapon', '6642', '-128.688', '-8.500', '43.258', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17277000', 'Cursed_Puppet', '6639', '-127.487', '-8.500', '49.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277001', 'Apocalyptic_Weapon', '6637', '-148.804', '-8.528', '26.506', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17277002', 'Cursed_Puppet', '6639', '-141.586', '-8.500', '38.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277003', 'Apocalyptic_Weapon', '6637', '-146.041', '-8.500', '6.534', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17277004', 'Infernal_Weapon', '6642', '-160.655', '-8.500', '20.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277005', 'Apocalyptic_Weapon', '6637', '-167.720', '-4.766', '6.352', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17277006', 'Cursed_Puppet', '6639', '-164.479', '-4.575', '8.788', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277007', 'Water_Elemental', '6653', '-178.955', '-5.122', '-8.975', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17277008', 'Apocalyptic_Weapon', '6637', '-202.351', '-8.500', '-46.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277009', 'Infernal_Weapon', '6642', '-200.057', '-8.500', '-38.039', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17277010', 'Cursed_Puppet', '6639', '-190.027', '-8.499', '-34.157', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277012', 'Apocalyptic_Weapon', '6637', '-163.567', '-8.499', '-21.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277013', 'Infernal_Weapon', '6642', '-185.180', '-8.500', '-12.199', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17277014', 'Cursed_Puppet', '6639', '-79.223', '-11.480', '60.435', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17277015', 'Apocalyptic_Weapon', '6637', '129.344', '-8.500', '44.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277016', 'Infernal_Weapon', '6642', '108.226', '-8.500', '29.395', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277017', 'Cursed_Puppet', '6639', '125.960', '-8.500', '50.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277018', 'Apocalyptic_Weapon', '6637', '147.052', '-8.498', '25.089', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17277019', 'Cursed_Puppet', '6639', '138.289', '-8.500', '24.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277020', 'Apocalyptic_Weapon', '6637', '146.977', '-8.585', '5.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277021', 'Infernal_Weapon', '6642', '165.148', '-8.500', '16.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277022', 'Apocalyptic_Weapon', '6637', '179.090', '-6.372', '-20.452', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17277023', 'Infernal_Weapon', '6642', '172.307', '-4.500', '-3.299', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277024', 'Thunder_Elemental', '6652', '169.399', '-4.534', '-2.321', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17277025', 'Apocalyptic_Weapon', '6637', '180.538', '-8.314', '-27.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277026', 'Infernal_Weapon', '6642', '198.685', '-8.500', '-55.122', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17277027', 'Cursed_Puppet', '6639', '189.385', '-8.499', '-37.059', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277028', 'Apocalyptic_Weapon', '6637', '168.818', '-8.500', '-21.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277029', 'Infernal_Weapon', '6642', '185.081', '-8.500', '-6.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277030', 'Cursed_Puppet', '6639', '83.017', '-10.443', '62.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277031', 'Mythril_Golem', '6647', '-1.452', '-13.424', '-68.042', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17277032', 'Mythril_Golem', '6647', '-2.828', '-20.858', '-28.241', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17277033', 'Mythril_Golem', '6647', '3.730', '-29.132', '18.302', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277034', 'Cursed_Puppet', '6639', '-24.000', '-28.000', '117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277035', 'Cursed_Puppet', '6639', '25.000', '-28.000', '120.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17277036', 'Cursed_Puppet', '6639', '-223.176', '-39.658', '-199.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277037', 'Cursed_Puppet', '6639', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277038', 'Cursed_Puppet', '6639', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277039', 'Cursed_Puppet', '6639', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277040', 'Cannonball', '6638', '25.955', '-28.743', '103.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277041', 'Cannonball', '6638', '10.183', '-28.516', '99.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277042', 'Apocalyptic_Weapon', '6637', '-217.187', '-4.551', '41.112', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17277043', 'Apocalyptic_Weapon', '6637', '-232.541', '-4.499', '24.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277044', 'Infernal_Weapon', '6642', '-227.370', '-4.979', '-17.017', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17277045', 'Apocalyptic_Weapon', '6637', '-263.214', '-4.656', '-44.560', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17277046', 'Infernal_Weapon', '6642', '-250.500', '-4.488', '-73.603', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17277047', 'Apocalyptic_Weapon', '6637', '-280.804', '-4.499', '-83.402', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17277048', 'Infernal_Weapon', '6642', '-270.127', '-4.500', '-17.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277049', 'Infernal_Weapon', '6642', '-257.022', '-4.500', '8.557', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277050', 'Magic_Flagon', '6645', '-275.211', '-3.700', '12.496', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17277051', 'Magic_Flagon', '6645', '-287.656', '-3.960', '-12.858', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17277052', 'Magic_Flagon', '6645', '-302.655', '-3.752', '-51.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277053', 'Magic_Flagon', '6645', '-229.519', '-3.700', '-78.519', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17277054', 'Magic_Flagon', '6645', '-218.444', '-3.976', '-48.355', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17277055', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277056', 'Magic_Flagon', '6645', '-281.928', '3.691', '-29.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277057', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277058', 'Apocalyptic_Weapon', '6637', '-212.306', '-7.906', '-18.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277059', 'Infernal_Weapon', '6642', '-248.324', '2.646', '-23.230', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17277060', 'Darksteel_Golem', '6640', '-251.378', '2.855', '-10.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277061', 'Apocalyptic_Weapon', '6637', '-254.829', '3.495', '-48.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277062', 'Darksteel_Golem', '6640', '-255.050', '3.499', '-47.281', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17277063', 'Infernal_Weapon', '6642', '216.498', '-4.542', '35.999', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17277064', 'Apocalyptic_Weapon', '6637', '234.278', '-4.499', '26.819', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17277065', 'Infernal_Weapon', '6642', '225.136', '-5.155', '-10.129', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17277066', 'Apocalyptic_Weapon', '6637', '250.260', '-4.857', '-13.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277067', 'Infernal_Weapon', '6642', '248.645', '-4.522', '-43.350', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277068', 'Apocalyptic_Weapon', '6637', '249.006', '-5.303', '-73.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277069', 'Infernal_Weapon', '6642', '282.261', '-5.255', '-83.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277070', 'Infernal_Weapon', '6642', '249.894', '-2.759', '6.249', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17277071', 'Magic_Flagon', '6645', '264.671', '-4.335', '20.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277072', 'Magic_Flagon', '6645', '279.955', '-4.196', '-6.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277073', 'Magic_Flagon', '6645', '305.356', '-3.700', '-68.187', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17277074', 'Magic_Flagon', '6645', '236.758', '-4.688', '-68.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277075', 'Magic_Flagon', '6645', '223.836', '-4.268', '-47.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277076', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277077', 'Magic_Flagon', '6645', '286.128', '3.806', '-38.642', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17277078', 'Magic_Flagon', '6645', '221.619', '4.299', '-39.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277080', 'Apocalyptic_Weapon', '6637', '219.170', '-5.376', '-16.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277081', 'Infernal_Weapon', '6642', '253.213', '3.500', '-12.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277082', 'Darksteel_Golem', '6640', '237.535', '3.499', '-18.181', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17277083', 'Apocalyptic_Weapon', '6637', '254.634', '3.499', '-49.910', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17277084', 'Darksteel_Golem', '6640', '259.239', '3.533', '-46.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277085', 'Apocalyptic_Weapon', '6637', '-194.516', '-4.550', '50.777', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17277086', 'Infernal_Weapon', '6642', '-156.481', '-4.500', '65.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277087', 'Apocalyptic_Weapon', '6637', '-144.704', '-4.553', '115.978', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17277088', 'Infernal_Weapon', '6642', '-111.131', '-5.082', '95.006', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277089', 'Apocalyptic_Weapon', '6637', '-111.713', '-4.500', '131.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277090', 'Infernal_Weapon', '6642', '-175.239', '-4.500', '100.246', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17277091', 'Infernal_Weapon', '6642', '-202.331', '-4.500', '78.987', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17277092', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277093', 'Magic_Flagon', '6645', '-184.515', '-4.026', '116.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277094', 'Magic_Flagon', '6645', '-205.051', '-3.700', '101.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277095', 'Magic_Flagon', '6645', '-132.145', '-4.022', '63.617', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17277096', 'Magic_Flagon', '6645', '-109.374', '-4.018', '78.090', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277097', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277098', 'Magic_Flagon', '6645', '-180.262', '3.925', '113.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277099', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277100', 'Apocalyptic_Weapon', '6637', '-158.640', '-7.837', '50.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277101', 'Infernal_Weapon', '6642', '-150.077', '3.500', '108.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277102', 'Darksteel_Golem', '6640', '-143.373', '3.499', '101.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277104', 'Apocalyptic_Weapon', '6637', '-162.479', '2.352', '85.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277105', 'Darksteel_Golem', '6640', '-172.296', '3.167', '71.227', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17277106', 'Apocalyptic_Weapon', '6637', '209.381', '-4.499', '65.228', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17277107', 'Infernal_Weapon', '6642', '161.104', '-4.500', '62.375', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17277108', 'Apocalyptic_Weapon', '6637', '151.803', '-4.521', '69.034', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17277109', 'Infernal_Weapon', '6642', '142.028', '-4.829', '102.761', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17277110', 'Apocalyptic_Weapon', '6637', '120.161', '-2.551', '96.049', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17277111', 'Infernal_Weapon', '6642', '115.887', '-4.636', '131.719', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17277112', 'Infernal_Weapon', '6642', '198.661', '-4.500', '81.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277113', 'Magic_Flagon', '6645', '133.596', '-4.664', '135.501', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17277114', 'Magic_Flagon', '6645', '182.353', '-4.677', '107.017', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17277115', 'Magic_Flagon', '6645', '201.457', '-3.969', '100.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277116', 'Magic_Flagon', '6645', '137.876', '-4.430', '64.682', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17277117', 'Magic_Flagon', '6645', '104.432', '-3.700', '78.851', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17277118', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277119', 'Magic_Flagon', '6645', '174.787', '3.328', '105.063', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17277120', 'Magic_Flagon', '6645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277121', 'Apocalyptic_Weapon', '6637', '161.093', '-6.782', '51.033', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17277122', 'Infernal_Weapon', '6642', '150.948', '3.421', '108.471', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277123', 'Darksteel_Golem', '6640', '148.304', '3.499', '91.240', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277124', 'Apocalyptic_Weapon', '6637', '177.221', '3.234', '75.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277125', 'Darksteel_Golem', '6640', '164.194', '3.500', '74.653', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17277126', 'Eldhrimnir', '6641', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277127', 'Shikigami_Weapon', '6651', '-40.000', '-4.000', '-36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17277128', 'Jackpot', '6643', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17277202', 'Shantotto', '6650', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281025', 'Ironshell', '6680', '-87.792', '-40.561', '-206.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281026', 'Ironshell', '6680', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281027', 'Bigclaw', '6654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281028', 'Bigclaw', '6654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281029', 'Bloodsucker', '6655', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281030', 'Tipha', '6698', '491.000', '20.000', '303.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17281031', 'Carthi', '6657', '494.000', '20.000', '300.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17281032', 'Yuhtunga_Mandragora', '6702', '-203.000', '-0.620', '489.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281033', 'Yuhtunga_Mandragora', '6702', '-192.481', '-0.499', '441.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281034', 'Goblin_Smithy', '6670', '-192.131', '-0.500', '476.505', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17281035', 'Yuhtunga_Mandragora', '6702', '-242.816', '-0.017', '384.294', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17281036', 'Yuhtunga_Mandragora', '6702', '-204.819', '-0.178', '389.982', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281037', 'Goblin_Smithy', '6670', '-193.442', '-0.460', '404.513', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17281038', 'Yuhtunga_Mandragora', '6702', '-210.000', '-0.587', '418.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281039', 'Yuhtunga_Mandragora', '6702', '-223.307', '0.216', '353.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281040', 'Goblin_Smithy', '6670', '-203.303', '-0.686', '361.609', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17281041', 'Yuhtunga_Mandragora', '6702', '-140.000', '-0.383', '382.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281042', 'Goblin_Smithy', '6670', '-149.357', '0.288', '348.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281043', 'Yuhtunga_Mandragora', '6702', '-85.990', '-0.592', '401.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281044', 'Yuhtunga_Mandragora', '6702', '-90.448', '-0.460', '433.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281045', 'Yuhtunga_Mandragora', '6702', '-113.049', '0.025', '413.730', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281046', 'Goblin_Smithy', '6670', '-108.754', '-0.032', '438.109', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17281047', 'Goblin_Smithy', '6670', '-88.590', '-0.270', '402.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281048', 'Yuhtunga_Mandragora', '6702', '-234.000', '-0.600', '486.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17281049', 'Yuhtunga_Mandragora', '6702', '-221.000', '-0.700', '467.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17281050', 'Goblin_Smithy', '6670', '-262.147', '8.735', '266.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281051', 'Ivory_Lizard', '6681', '-140.438', '11.683', '271.176', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17281052', 'Goblin_Smithy', '6670', '-139.476', '11.771', '274.822', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17281053', 'Goblin_Smithy', '6670', '-137.274', '12.904', '254.508', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17281054', 'Ivory_Lizard', '6681', '-113.630', '11.979', '218.804', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17281055', 'Goblin_Smithy', '6670', '-111.916', '12.070', '219.407', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17281056', 'Yuhtunga_Mandragora', '6702', '-308.667', '0.504', '181.546', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17281057', 'Yuhtunga_Mandragora', '6702', '-298.429', '-0.197', '155.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281058', 'Yuhtunga_Mandragora', '6702', '-300.111', '-0.101', '199.517', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17281059', 'Goblin_Smithy', '6670', '-293.852', '0.388', '169.211', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17281060', 'Goblin_Smithy', '6670', '-301.557', '0.058', '207.924', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17281062', 'Ivory_Lizard', '6681', '-261.561', '7.967', '110.407', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17281063', 'Ivory_Lizard', '6681', '-263.085', '8.211', '108.516', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17281064', 'Goblin_Smithy', '6670', '-266.107', '6.539', '137.364', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17281065', 'Ivory_Lizard', '6681', '-378.246', '9.076', '222.973', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17281066', 'Ivory_Lizard', '6681', '-379.521', '9.222', '222.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281067', 'Ivory_Lizard', '6681', '-391.688', '7.141', '140.443', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17281068', 'Ivory_Lizard', '6681', '-414.008', '8.359', '147.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281069', 'Goblin_Smithy', '6670', '-410.730', '8.059', '145.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281070', 'Death_Jacket', '6659', '-508.105', '0.452', '179.305', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281071', 'Young_Opo-opo', '6701', '-507.988', '0.455', '179.289', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17281072', 'Young_Opo-opo', '6701', '-509.793', '0.578', '177.408', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17281073', 'Death_Jacket', '6659', '-540.611', '-0.096', '201.703', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281074', 'Young_Opo-opo', '6701', '-537.817', '-0.151', '193.446', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17281075', 'Young_Opo-opo', '6701', '-540.114', '0.078', '166.307', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17281076', 'Death_Jacket', '6659', '-499.858', '2.075', '216.895', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281077', 'Death_Jacket', '6659', '-498.627', '0.189', '209.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281078', 'Young_Opo-opo', '6701', '-494.813', '0.514', '222.328', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17281079', 'Death_Jacket', '6659', '-459.931', '7.496', '273.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281080', 'Soldier_Crawler', '6696', '-578.676', '6.857', '129.470', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17281081', 'Goblin_Robber', '6669', '-586.948', '8.282', '106.061', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17281082', 'Soldier_Crawler', '6696', '-591.751', '-0.741', '0.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281083', 'Soldier_Crawler', '6696', '-599.697', '-0.703', '3.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281084', 'Goblin_Robber', '6669', '-634.138', '-1.646', '16.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281085', 'Goblin_Poacher', '6667', '-606.537', '-0.363', '35.598', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17281086', 'Lava_Bomb', '6684', '-626.739', '-0.760', '27.452', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17281087', 'Soldier_Crawler', '6696', '-636.539', '-0.217', '-30.195', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17281088', 'Soldier_Crawler', '6696', '-631.478', '-1.290', '-27.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281089', 'Goblin_Poacher', '6667', '-614.363', '-1.209', '-10.652', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17281090', 'Soldier_Crawler', '6696', '-562.063', '-1.314', '-58.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281091', 'Soldier_Crawler', '6696', '-586.972', '-0.006', '-46.975', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17281092', 'Goblin_Robber', '6669', '-566.657', '-2.350', '-63.637', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17281093', 'Goblin_Poacher', '6667', '-595.661', '-0.557', '-21.282', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17281094', 'Soldier_Crawler', '6696', '-577.495', '0.001', '-82.538', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281095', 'Soldier_Crawler', '6696', '-558.934', '-0.757', '-120.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281096', 'Goblin_Poacher', '6667', '-568.890', '-0.126', '-112.237', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17281097', 'Goblin_Poacher', '6667', '-541.538', '-1.124', '-128.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281098', 'Overgrown_Rose', '6690', '-578.322', '0.081', '-82.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281099', 'Soldier_Crawler', '6696', '-513.522', '-0.709', '-117.963', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17281100', 'Soldier_Crawler', '6696', '-525.642', '-0.473', '-125.766', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17281101', 'Goblin_Robber', '6669', '-516.011', '-1.363', '-108.864', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17281102', 'Goblin_Poacher', '6667', '-511.108', '-0.194', '-77.839', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17281103', 'Soldier_Crawler', '6696', '-570.010', '8.721', '20.917', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281104', 'Goblin_Robber', '6669', '-563.989', '7.940', '20.779', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17281105', 'Soldier_Crawler', '6696', '-621.456', '10.801', '-28.427', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17281106', 'Soldier_Crawler', '6696', '-625.401', '10.330', '-26.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281107', 'Soldier_Crawler', '6696', '-634.840', '11.435', '59.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281108', 'Soldier_Crawler', '6696', '-653.533', '10.636', '-23.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281109', 'Soldier_Crawler', '6696', '-587.376', '12.689', '-68.886', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17281110', 'Soldier_Crawler', '6696', '-589.437', '12.469', '-104.131', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17281111', 'Soldier_Crawler', '6696', '-573.960', '12.709', '-92.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281112', 'Soldier_Crawler', '6696', '-423.812', '9.399', '-22.237', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17281113', 'Goblin_Robber', '6669', '-399.875', '7.804', '-21.688', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17281114', 'Soldier_Crawler', '6696', '-381.913', '6.578', '10.564', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17281115', 'Soldier_Crawler', '6696', '-490.991', '6.832', '-219.257', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17281116', 'Goblin_Robber', '6669', '-499.497', '7.799', '-202.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281117', 'Ivory_Lizard', '6681', '-177.440', '7.726', '124.759', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281118', 'Ivory_Lizard', '6681', '-174.714', '7.902', '129.552', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17281119', 'Yuhtunga_Mandragora', '6702', '-122.219', '-0.641', '220.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281120', 'Yuhtunga_Mandragora', '6702', '-118.722', '-0.317', '206.202', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17281121', 'Yuhtunga_Mandragora', '6702', '-131.696', '-0.006', '199.598', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281122', 'Goblin_Smithy', '6670', '-132.314', '0.023', '239.533', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281123', 'Goblin_Smithy', '6670', '-138.171', '-0.888', '208.303', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17281124', 'Goblin_Furrier', '6666', '-133.082', '-1.139', '222.708', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17281125', 'Goblin_Furrier', '6666', '-113.823', '-0.354', '194.826', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17281126', 'Fire_Elemental', '6664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281127', 'Ivory_Lizard', '6681', '-75.419', '7.898', '300.851', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17281128', 'Ivory_Lizard', '6681', '-92.748', '6.556', '298.562', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17281129', 'Death_Jacket', '6659', '-241.788', '-0.166', '59.987', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17281130', 'Death_Jacket', '6659', '-212.639', '2.574', '59.296', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17281131', 'Goblin_Smithy', '6670', '-226.410', '-0.198', '52.967', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17281132', 'Goblin_Smithy', '6670', '-224.419', '0.028', '52.813', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17281133', 'Death_Jacket', '6659', '-263.220', '4.066', '63.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281134', 'Young_Opo-opo', '6701', '-302.665', '2.316', '63.110', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17281135', 'Young_Opo-opo', '6701', '-271.817', '1.637', '58.115', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17281136', 'Death_Jacket', '6659', '-265.398', '-0.429', '-11.840', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17281137', 'Death_Jacket', '6659', '-302.845', '-0.533', '24.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281138', 'Death_Jacket', '6659', '-292.847', '-1.787', '-16.382', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17281139', 'Young_Opo-opo', '6701', '-309.309', '-3.618', '-3.733', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17281140', 'Young_Opo-opo', '6701', '-299.834', '-0.017', '24.785', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281141', 'Young_Opo-opo', '6701', '-310.945', '-1.083', '14.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281142', 'Young_Opo-opo', '6701', '-310.869', '-3.132', '2.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281143', 'Young_Opo-opo', '6701', '-321.444', '9.288', '-0.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281144', 'Young_Opo-opo', '6701', '-276.591', '8.450', '0.888', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17281145', 'Young_Opo-opo', '6701', '-330.625', '10.487', '-12.492', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17281146', 'Young_Opo-opo', '6701', '-322.800', '8.827', '4.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281147', 'Young_Opo-opo', '6701', '-308.416', '10.389', '-17.090', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17281148', 'Young_Opo-opo', '6701', '-265.616', '-0.500', '-24.389', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281149', 'Mischievous_Micholas', '6687', '-279.575', '3.317', '16.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281150', 'Overgrown_Rose', '6690', '-322.849', '9.484', '-5.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281151', 'Young_Opo-opo', '6701', '-378.417', '11.188', '-72.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281152', 'Young_Opo-opo', '6701', '-381.904', '11.732', '-81.507', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17281153', 'Young_Opo-opo', '6701', '-371.893', '10.563', '-62.732', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17281154', 'Death_Jacket', '6659', '-290.522', '0.537', '-54.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281155', 'Death_Jacket', '6659', '-255.004', '2.396', '-61.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281156', 'Young_Opo-opo', '6701', '-264.012', '1.946', '-68.053', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17281157', 'Young_Opo-opo', '6701', '-279.138', '-0.054', '-59.025', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17281158', 'Death_Jacket', '6659', '-296.543', '3.680', '-98.256', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17281159', 'Death_Jacket', '6659', '-314.263', '0.599', '-100.198', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17281160', 'Death_Jacket', '6659', '-343.775', '2.632', '-105.088', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17281161', 'Death_Jacket', '6659', '-258.808', '2.465', '-96.086', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17281162', 'Death_Jacket', '6659', '-211.227', '2.180', '-102.206', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17281163', 'Young_Opo-opo', '6701', '-214.916', '0.758', '-109.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281164', 'Young_Opo-opo', '6701', '-216.202', '-0.314', '-150.948', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17281165', 'Goblin_Furrier', '6666', '-222.392', '-0.062', '-124.459', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281166', 'Soldier_Crawler', '6696', '-292.900', '8.066', '-134.395', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17281167', 'Goblin_Furrier', '6666', '-296.525', '8.576', '-134.950', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17281168', 'Goblin_Furrier', '6666', '-306.419', '8.887', '-142.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281169', 'Death_Jacket', '6659', '-181.806', '0.136', '-159.739', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281170', 'Young_Opo-opo', '6701', '-184.060', '1.590', '-135.270', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17281171', 'Goblin_Furrier', '6666', '-182.907', '0.812', '-167.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281172', 'Young_Opo-opo', '6701', '-245.590', '7.769', '-179.636', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281173', 'Young_Opo-opo', '6701', '-251.214', '6.934', '-180.662', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17281174', 'Goblin_Furrier', '6666', '-219.384', '3.951', '-183.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281175', 'Death_Jacket', '6659', '-186.037', '0.155', '-212.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281176', 'Death_Jacket', '6659', '-175.775', '2.403', '-221.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281177', 'Young_Opo-opo', '6701', '-191.005', '-0.035', '-218.715', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17281178', 'Goblin_Furrier', '6666', '-177.600', '0.577', '-213.767', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281179', 'Young_Opo-opo', '6701', '-220.784', '7.792', '-248.234', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17281180', 'Goblin_Furrier', '6666', '-217.242', '8.915', '-266.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281181', 'Soldier_Crawler', '6696', '-435.530', '-0.146', '-265.990', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17281182', 'Soldier_Crawler', '6696', '-421.070', '-0.303', '-287.546', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17281183', 'Goblin_Furrier', '6666', '-420.578', '0.091', '-239.853', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17281184', 'Goblin_Furrier', '6666', '-415.208', '0.068', '-237.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281185', 'Goblin_Furrier', '6666', '-432.804', '-0.436', '-235.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281186', 'Water_Elemental', '6700', '-443.367', '-0.238', '-247.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281187', 'Soldier_Crawler', '6696', '-400.797', '-0.490', '-193.955', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281188', 'Goblin_Furrier', '6666', '-395.615', '-0.500', '-191.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281189', 'Goblin_Furrier', '6666', '-410.316', '-1.428', '-226.583', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17281190', 'Water_Elemental', '6700', '-361.185', '-0.467', '-191.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281191', 'Death_Jacket', '6659', '-137.730', '2.439', '27.491', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281192', 'Young_Opo-opo', '6701', '-131.490', '2.017', '16.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281193', 'Young_Opo-opo', '6701', '-189.167', '-0.090', '24.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281194', 'Death_Jacket', '6659', '-132.393', '-0.218', '-13.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281195', 'Death_Jacket', '6659', '-142.359', '0.984', '-16.451', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281196', 'Young_Opo-opo', '6701', '-136.111', '2.165', '-18.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281197', 'Young_Opo-opo', '6701', '-118.522', '0.039', '-18.213', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17281198', 'Death_Jacket', '6659', '-122.915', '-1.045', '-66.648', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17281199', 'Young_Opo-opo', '6701', '-131.086', '-0.543', '-70.431', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17281200', 'Young_Opo-opo', '6701', '-127.991', '-3.798', '-86.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281201', 'Death_Jacket', '6659', '-78.537', '-3.816', '-103.364', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281202', 'Death_Jacket', '6659', '-78.253', '-3.832', '-101.627', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17281203', 'Goblin_Furrier', '6666', '-88.199', '-3.113', '-109.860', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17281204', 'Goblin_Furrier', '6666', '-79.580', '-3.371', '-108.126', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17281205', 'Fire_Elemental', '6664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281206', 'Death_Jacket', '6659', '-75.126', '-0.688', '-67.527', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17281207', 'Young_Opo-opo', '6701', '-73.904', '-0.672', '-60.527', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17281208', 'Death_Jacket', '6659', '-68.611', '-1.053', '-122.947', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17281209', 'Young_Opo-opo', '6701', '-67.544', '-0.208', '-131.213', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17281210', 'Death_Jacket', '6659', '-109.641', '-2.948', '-112.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281211', 'Death_Jacket', '6659', '-113.011', '-3.551', '-76.280', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281212', 'Goblin_Furrier', '6666', '-118.228', '-3.704', '-116.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281213', 'Goblin_Furrier', '6666', '-111.581', '-3.413', '-121.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281214', 'Fire_Elemental', '6664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281215', 'Death_Jacket', '6659', '-130.197', '-1.012', '-121.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281216', 'Young_Opo-opo', '6701', '-120.455', '-1.118', '-137.045', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17281217', 'Young_Opo-opo', '6701', '-99.100', '4.496', '-80.669', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17281218', 'Young_Opo-opo', '6701', '-109.242', '9.048', '-101.748', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17281219', 'Overgrown_Rose', '6690', '-104.928', '8.474', '-95.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281220', 'Young_Opo-opo', '6701', '-182.805', '8.506', '-54.780', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17281221', 'Young_Opo-opo', '6701', '-180.726', '9.243', '-59.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281222', 'Young_Opo-opo', '6701', '-178.882', '6.800', '-91.047', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281223', 'Young_Opo-opo', '6701', '-178.333', '8.190', '-71.472', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17281224', 'Young_Opo-opo', '6701', '-16.387', '8.121', '-106.115', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17281225', 'Young_Opo-opo', '6701', '-15.509', '8.586', '-103.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281226', 'Young_Opo-opo', '6701', '-21.796', '8.164', '-86.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281227', 'Goblin_Furrier', '6666', '-21.894', '8.141', '-86.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281228', 'Goblin_Furrier', '6666', '-16.804', '7.956', '-107.663', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17281229', 'Young_Opo-opo', '6701', '-149.077', '6.794', '-178.865', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17281230', 'Young_Opo-opo', '6701', '-147.151', '5.066', '-147.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281231', 'Death_Jacket', '6659', '-50.028', '1.574', '-179.579', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17281232', 'Death_Jacket', '6659', '-66.722', '3.669', '-183.948', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281233', 'Young_Opo-opo', '6701', '-63.611', '4.078', '-181.443', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281234', 'Young_Opo-opo', '6701', '-53.608', '2.488', '-176.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281235', 'Goblin_Furrier', '6666', '-69.943', '2.144', '-183.160', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17281236', 'Goblin_Furrier', '6666', '-87.126', '0.036', '-180.217', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281237', 'Young_Opo-opo', '6701', '-63.869', '8.767', '-217.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281238', 'Young_Opo-opo', '6701', '-59.793', '9.399', '-223.670', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17281239', 'Goblin_Furrier', '6666', '-63.782', '8.459', '-215.950', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17281240', 'Goblin_Furrier', '6666', '-66.655', '8.314', '-214.216', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17281241', 'Young_Opo-opo', '6701', '-130.251', '-0.062', '-319.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281242', 'Young_Opo-opo', '6701', '-220.520', '-1.569', '-406.892', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17281243', 'Goblin_Furrier', '6666', '-165.093', '-0.379', '-325.824', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17281244', 'Young_Opo-opo', '6701', '-206.353', '-0.500', '-326.139', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17281245', 'Goblin_Furrier', '6666', '-224.306', '-1.550', '-358.469', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281246', 'Young_Opo-opo', '6701', '-198.621', '0.100', '-417.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281247', 'Young_Opo-opo', '6701', '-160.167', '0.100', '-421.809', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17281248', 'Goblin_Furrier', '6666', '-201.000', '0.135', '-373.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281249', 'Young_Opo-opo', '6701', '-276.550', '-0.499', '-359.470', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17281250', 'Young_Opo-opo', '6701', '-273.129', '-0.341', '-355.215', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17281251', 'Goblin_Furrier', '6666', '-238.298', '-0.420', '-366.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281252', 'Overgrown_Rose', '6690', '-279.000', '-0.433', '-378.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17281253', 'Young_Opo-opo', '6701', '-252.309', '-0.071', '-405.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281254', 'Goblin_Furrier', '6666', '-273.333', '-1.245', '-429.167', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17281255', 'Overgrown_Rose', '6690', '-295.436', '-0.450', '-440.160', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17281256', 'Soldier_Crawler', '6696', '-102.102', '8.892', '-502.070', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17281257', 'Soldier_Crawler', '6696', '-139.851', '7.038', '-488.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281258', 'Goblin_Robber', '6669', '-108.225', '8.215', '-505.077', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17281259', 'Soldier_Crawler', '6696', '-177.207', '11.532', '-396.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281260', 'Goblin_Robber', '6669', '-182.393', '12.107', '-405.427', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17281261', 'Soldier_Crawler', '6696', '-226.464', '12.655', '-378.872', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17281262', 'Goblin_Robber', '6669', '-214.290', '12.386', '-384.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281263', 'Soldier_Crawler', '6696', '-82.776', '7.734', '-378.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281264', 'Soldier_Crawler', '6696', '-84.272', '7.800', '-378.757', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17281265', 'Goblin_Robber', '6669', '-121.343', '7.800', '-420.005', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281266', 'Young_Opo-opo', '6701', '-257.659', '12.434', '-415.386', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17281267', 'Young_Opo-opo', '6701', '-308.894', '15.764', '-371.744', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17281268', 'Young_Opo-opo', '6701', '-349.834', '16.371', '-373.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281269', 'Creek_Sahagin', '6658', '-364.000', '17.000', '-357.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281270', 'River_Sahagin', '6691', '-317.000', '16.500', '-357.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281271', 'River_Sahagin', '6691', '-339.000', '17.000', '-370.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281272', 'Young_Opo-opo', '6701', '-334.684', '16.499', '-439.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281273', 'Stream_Sahagin', '6697', '-355.120', '16.375', '-408.820', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281274', 'Creek_Sahagin', '6658', '-307.620', '16.003', '-442.164', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17281275', 'Creek_Sahagin', '6658', '-318.559', '16.602', '-435.765', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281276', 'Water_Elemental', '6700', '-336.736', '16.716', '-445.514', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17281277', 'Young_Opo-opo', '6701', '-404.932', '16.328', '-398.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281278', 'Creek_Sahagin', '6658', '-362.199', '16.375', '-410.236', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281279', 'Creek_Sahagin', '6658', '-407.000', '16.297', '-391.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281280', 'Stream_Sahagin', '6697', '-388.747', '16.727', '-380.730', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281281', 'Meww_the_Turtlerider', '6686', '-384.000', '17.000', '-390.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281282', 'Creek_Sahagin', '6658', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281283', 'Stream_Sahagin', '6697', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281284', 'Young_Opo-opo', '6701', '-426.171', '16.575', '-337.016', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17281285', 'Young_Opo-opo', '6701', '-454.871', '16.243', '-338.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281286', 'River_Sahagin', '6691', '-423.903', '16.796', '-325.448', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17281287', 'Stream_Sahagin', '6697', '-417.305', '16.584', '-338.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281288', 'Creek_Sahagin', '6658', '-444.622', '16.752', '-333.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281289', 'Water_Elemental', '6700', '-388.503', '16.305', '-329.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281290', 'Young_Opo-opo', '6701', '-421.737', '10.758', '-291.369', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17281291', 'Young_Opo-opo', '6701', '-425.998', '10.522', '-293.283', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17281292', 'Young_Opo-opo', '6701', '-382.196', '15.711', '-523.952', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17281293', 'Young_Opo-opo', '6701', '-381.514', '15.643', '-515.689', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281294', 'Creek_Sahagin', '6658', '-381.726', '17.193', '-538.519', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17281295', 'River_Sahagin', '6691', '-383.713', '15.930', '-529.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281297', 'Young_Opo-opo', '6701', '-544.672', '19.029', '-495.441', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17281298', 'Young_Opo-opo', '6701', '-538.820', '18.159', '-504.859', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17281299', 'Creek_Sahagin', '6658', '-535.692', '14.455', '-535.570', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281300', 'Creek_Sahagin', '6658', '-514.669', '15.629', '-541.595', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17281301', 'Stream_Sahagin', '6697', '-540.082', '18.943', '-502.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281302', 'Makara', '6685', '-465.539', '15.917', '-422.440', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17281303', 'Makara', '6685', '-452.344', '16.472', '-420.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281304', 'Makara', '6685', '-442.901', '15.716', '-456.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281305', 'Makara', '6685', '-310.002', '16.554', '-421.761', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17281306', 'Makara', '6685', '-346.137', '16.495', '-403.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281307', 'Makara', '6685', '-345.424', '15.116', '-469.895', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17281308', 'Makara', '6685', '-344.771', '16.169', '-342.925', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17281309', 'Makara', '6685', '-457.397', '16.687', '-345.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281310', 'Death_Jacket', '6659', '-24.141', '2.224', '-419.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281311', 'Soldier_Crawler', '6696', '-29.129', '0.744', '-422.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281312', 'Soldier_Crawler', '6696', '-17.095', '0.553', '-429.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281313', 'Goblin_Poacher', '6667', '-21.485', '1.899', '-423.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281314', 'Death_Jacket', '6659', '-22.363', '-0.034', '-471.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281315', 'Soldier_Crawler', '6696', '-20.770', '-0.001', '-469.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281316', 'Soldier_Crawler', '6696', '-15.272', '2.743', '-460.526', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17281317', 'Goblin_Poacher', '6667', '-20.169', '2.375', '-458.206', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17281318', 'Lava_Bomb', '6684', '-17.064', '-0.301', '-478.274', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17281319', 'Soldier_Crawler', '6696', '-63.448', '1.790', '-460.450', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17281320', 'Soldier_Crawler', '6696', '-61.468', '2.653', '-452.936', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281321', 'Goblin_Poacher', '6667', '-59.484', '2.344', '-452.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281322', 'Death_Jacket', '6659', '-4.242', '0.010', '-499.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281323', 'Soldier_Crawler', '6696', '-0.178', '-0.357', '-502.893', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281324', 'Soldier_Crawler', '6696', '3.855', '0.021', '-498.109', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281325', 'Goblin_Poacher', '6667', '9.321', '2.069', '-498.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281326', 'Ivory_Lizard', '6681', '-62.415', '8.980', '144.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281327', 'Ivory_Lizard', '6681', '-55.853', '8.602', '136.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281328', 'Ivory_Lizard', '6681', '-58.299', '8.042', '132.332', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17281329', 'Goblin_Smithy', '6670', '-60.000', '8.185', '156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281330', 'Goblin_Smithy', '6670', '-54.000', '6.000', '105.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281331', 'Yuhtunga_Mandragora', '6702', '-23.311', '3.354', '104.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281332', 'Yuhtunga_Mandragora', '6702', '-19.989', '3.132', '96.453', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17281333', 'Death_Jacket', '6659', '-22.902', '2.554', '144.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281334', 'Death_Jacket', '6659', '-22.539', '2.973', '91.697', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17281335', 'Goblin_Smithy', '6670', '-17.475', '2.708', '94.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281336', 'Yuhtunga_Mandragora', '6702', '35.982', '0.276', '138.306', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17281337', 'Yuhtunga_Mandragora', '6702', '13.438', '3.287', '134.694', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17281338', 'Death_Jacket', '6659', '26.426', '2.935', '137.814', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17281339', 'Goblin_Smithy', '6670', '23.728', '3.502', '138.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17281340', 'Ivory_Lizard', '6681', '14.688', '0.596', '187.424', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281341', 'Ivory_Lizard', '6681', '28.151', '6.400', '175.229', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17281342', 'Goblin_Smithy', '6670', '19.933', '4.557', '171.954', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17281343', 'Yuhtunga_Mandragora', '6702', '-170.000', '-0.012', '359.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17281344', 'Yuhtunga_Mandragora', '6702', '22.480', '-0.502', '233.951', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17281345', 'Goblin_Smithy', '6670', '47.286', '-0.725', '217.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281346', 'Goblin_Smithy', '6670', '23.592', '-0.493', '255.922', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281347', 'Yuhtunga_Mandragora', '6702', '60.847', '-0.498', '284.706', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17281348', 'Yuhtunga_Mandragora', '6702', '55.523', '-0.441', '297.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281349', 'Goblin_Smithy', '6670', '18.831', '0.474', '288.385', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17281350', 'Death_Jacket', '6659', '36.766', '9.312', '278.544', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17281351', 'Death_Jacket', '6659', '37.169', '9.188', '240.194', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17281352', 'Death_Jacket', '6659', '36.098', '9.832', '228.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281353', 'Death_Jacket', '6659', '42.073', '8.733', '256.439', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17281354', 'Death_Jacket', '6659', '30.190', '7.934', '242.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281355', 'Death_Jacket', '6659', '39.103', '8.486', '260.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281356', 'Overgrown_Rose', '6690', '46.881', '9.239', '255.273', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281357', 'Rose_Garden', '6693', '50.000', '10.000', '245.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281358', 'Voluptuous_Vilma', '6699', '42.000', '9.000', '245.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281359', 'Ivory_Lizard', '6681', '-17.000', '9.000', '290.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281360', 'Ivory_Lizard', '6681', '-23.498', '7.730', '314.417', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17281361', 'Goblin_Smithy', '6670', '-21.000', '7.883', '271.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281362', 'Goblin_Smithy', '6670', '-21.942', '9.095', '342.017', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281363', 'Ivory_Lizard', '6681', '-95.463', '10.422', '423.225', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281364', 'Ivory_Lizard', '6681', '-92.927', '10.732', '420.554', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17281365', 'Goblin_Smithy', '6670', '-96.440', '10.331', '422.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281366', 'Goblin_Smithy', '6670', '-96.431', '10.658', '415.545', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17281367', 'Young_Opo-opo', '6701', '99.067', '7.596', '313.090', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17281368', 'Ivory_Lizard', '6681', '89.428', '0.271', '294.056', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17281369', 'Ivory_Lizard', '6681', '104.330', '7.993', '329.460', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17281370', 'Young_Opo-opo', '6701', '137.698', '12.718', '215.624', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17281371', 'Ivory_Lizard', '6681', '102.645', '12.758', '222.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281372', 'Ivory_Lizard', '6681', '144.532', '12.866', '220.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281373', 'Ivory_Lizard', '6681', '121.886', '11.600', '218.660', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17281374', 'Young_Opo-opo', '6701', '76.944', '-0.169', '429.862', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17281375', 'Young_Opo-opo', '6701', '114.153', '-1.400', '435.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281376', 'Young_Opo-opo', '6701', '92.547', '-0.905', '425.802', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17281377', 'Goblin_Furrier', '6666', '72.465', '-0.500', '438.145', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17281378', 'Goblin_Furrier', '6666', '93.417', '0.022', '439.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281379', 'Goblin_Furrier', '6666', '148.950', '6.692', '498.764', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17281380', 'Goblin_Furrier', '6666', '173.606', '8.495', '505.360', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281381', 'Ivory_Lizard', '6681', '198.344', '3.501', '247.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281382', 'Ivory_Lizard', '6681', '199.277', '3.509', '236.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281383', 'Jungle_Coeurl', '6682', '199.139', '3.499', '245.978', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17281384', 'Ivory_Lizard', '6681', '252.475', '3.967', '198.328', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17281385', 'Jungle_Coeurl', '6682', '235.925', '3.500', '195.956', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17281386', 'Ivory_Lizard', '6681', '293.753', '2.790', '269.284', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17281387', 'Jungle_Coeurl', '6682', '291.612', '3.596', '244.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281389', 'Ivory_Lizard', '6681', '313.351', '3.482', '216.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281390', 'Ivory_Lizard', '6681', '277.132', '3.802', '209.514', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17281391', 'Jungle_Coeurl', '6682', '289.920', '3.844', '201.126', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281392', 'Ivory_Lizard', '6681', '345.776', '3.712', '194.366', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17281393', 'Ivory_Lizard', '6681', '357.060', '3.499', '153.131', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17281394', 'Jungle_Coeurl', '6682', '375.673', '3.499', '157.713', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17281395', 'Ivory_Lizard', '6681', '334.458', '7.823', '175.993', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17281396', 'Soldier_Crawler', '6696', '380.091', '21.278', '337.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281397', 'Soldier_Crawler', '6696', '376.154', '19.961', '348.284', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281398', 'Goblin_Reaper', '6668', '377.113', '19.687', '352.656', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17281399', 'Soldier_Crawler', '6696', '385.374', '21.341', '261.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281400', 'Goblin_Poacher', '6667', '365.150', '20.252', '290.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281401', 'Goblin_Poacher', '6667', '392.320', '20.053', '286.034', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281402', 'Goblin_Reaper', '6668', '396.050', '20.411', '277.045', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17281403', 'Soldier_Crawler', '6696', '330.524', '20.650', '291.620', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17281404', 'Goblin_Poacher', '6667', '338.386', '20.493', '297.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281405', 'Goblin_Poacher', '6667', '341.070', '20.576', '275.163', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17281406', 'Goblin_Reaper', '6668', '349.024', '20.504', '280.837', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17281407', 'Goblin_Reaper', '6668', '313.134', '20.329', '276.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281408', 'Fire_Elemental', '6664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281409', 'Soldier_Crawler', '6696', '321.379', '20.314', '230.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281410', 'Goblin_Poacher', '6667', '341.461', '21.056', '227.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281411', 'Goblin_Reaper', '6668', '315.473', '20.742', '231.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281412', 'Overgrown_Rose', '6690', '325.769', '20.228', '228.559', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281413', 'Fire_Elemental', '6664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281414', 'Soldier_Crawler', '6696', '392.747', '20.909', '208.005', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281415', 'Goblin_Poacher', '6667', '411.199', '20.373', '231.407', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17281416', 'Goblin_Poacher', '6667', '399.041', '20.760', '248.609', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17281417', 'Goblin_Reaper', '6668', '384.004', '20.234', '232.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281418', 'Overgrown_Rose', '6690', '401.128', '20.498', '240.486', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17281419', 'Young_Opo-opo', '6701', '414.945', '20.236', '149.270', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17281420', 'Young_Opo-opo', '6701', '428.514', '19.667', '181.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281421', 'Young_Opo-opo', '6701', '394.475', '20.415', '158.363', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281422', 'Death_Jacket', '6659', '413.828', '20.526', '163.409', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17281423', 'Death_Jacket', '6659', '423.893', '20.538', '150.679', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17281424', 'Water_Elemental', '6700', '413.113', '20.942', '168.948', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17281425', 'Young_Opo-opo', '6701', '439.897', '20.500', '146.450', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17281426', 'Young_Opo-opo', '6701', '464.038', '20.728', '168.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281427', 'Young_Opo-opo', '6701', '439.373', '20.500', '151.933', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17281428', 'Death_Jacket', '6659', '459.575', '20.500', '153.574', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17281429', 'Death_Jacket', '6659', '445.041', '20.425', '129.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281430', 'Water_Elemental', '6700', '461.707', '20.799', '140.829', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17281431', 'Young_Opo-opo', '6701', '475.661', '20.490', '155.552', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17281432', 'Young_Opo-opo', '6701', '471.362', '20.477', '156.581', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17281433', 'Young_Opo-opo', '6701', '476.842', '19.664', '174.926', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17281434', 'Young_Opo-opo', '6701', '481.110', '20.374', '156.514', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17281435', 'Death_Jacket', '6659', '465.877', '19.976', '109.405', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281436', 'Death_Jacket', '6659', '459.689', '20.127', '111.029', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17281437', 'Death_Jacket', '6659', '491.413', '19.493', '169.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281438', 'Young_Opo-opo', '6701', '368.695', '15.625', '174.797', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17281439', 'Soldier_Crawler', '6696', '443.158', '19.783', '338.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281440', 'Soldier_Crawler', '6696', '451.228', '18.952', '339.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281441', 'Goblin_Reaper', '6668', '461.771', '19.719', '357.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281442', 'Goblin_Reaper', '6668', '458.591', '21.246', '298.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281443', 'Goblin_Reaper', '6668', '463.973', '20.790', '303.676', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281444', 'Lava_Bomb', '6684', '461.118', '15.796', '78.404', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17281445', 'Fire_Elemental', '6664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281446', 'Soldier_Crawler', '6696', '474.114', '19.361', '220.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281447', 'Soldier_Crawler', '6696', '471.580', '19.026', '221.588', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281448', 'Goblin_Poacher', '6667', '460.685', '19.753', '239.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281449', 'Goblin_Poacher', '6667', '459.878', '19.620', '235.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281450', 'Soldier_Crawler', '6696', '537.902', '20.898', '186.563', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17281451', 'Soldier_Crawler', '6696', '547.149', '20.356', '174.596', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17281452', 'Soldier_Crawler', '6696', '540.549', '19.817', '165.330', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17281453', 'Soldier_Crawler', '6696', '537.987', '21.162', '184.557', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17281454', 'Makara', '6685', '493.675', '19.729', '126.208', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17281455', 'Makara', '6685', '507.253', '19.128', '135.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281456', 'Makara', '6685', '455.856', '20.640', '179.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281457', 'Makara', '6685', '416.435', '20.758', '228.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281458', 'Makara', '6685', '433.964', '19.579', '266.499', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17281459', 'Makara', '6685', '395.833', '19.617', '297.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281460', 'Makara', '6685', '403.151', '19.586', '297.174', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17281461', 'Makara', '6685', '407.993', '19.417', '300.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281462', 'Makara', '6685', '365.458', '20.543', '247.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281463', 'Makara', '6685', '349.211', '20.942', '254.262', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17281464', 'Makara', '6685', '342.011', '20.576', '274.949', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17281465', 'Makara', '6685', '346.334', '20.508', '277.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281466', 'Makara', '6685', '335.094', '20.648', '298.502', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17281467', 'Goblin_Digger', '6665', '-459.990', '2.040', '-69.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281468', 'Hobgoblin_Warrior', '6678', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281469', 'Hobgoblin_White_Mage', '6679', '-228.265', '-40.189', '-197.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17281470', 'Hobgoblin_Black_Mage', '6673', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281471', 'Hobgoblin_Red_Mage', '6676', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281472', 'Hobgoblin_Thief', '6677', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281473', 'Hobgoblin_Dark_Knight', '6674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281474', 'Hobgoblin_Ranger', '6675', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281475', 'Hobgoblin_Beastmaster', '6672', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281476', 'Goblin_s_Bee', '6671', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281477', 'Demisahagin_Monk', '6662', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281478', 'Demishagin_White_Mage', '6663', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281479', 'Demisahagin_Bard', '6660', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281480', 'Demisahagin_Dragoon', '6661', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281481', 'Sahagin_s_Wyvern', '6695', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281482', 'Brook_Sahagin', '6656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281483', 'Brook_Sahagin', '6656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281484', 'Rivulet_Sahagin', '6692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281485', 'Rivulet_Sahagin', '6692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281486', 'Lake_Sahagin', '6683', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281487', 'Lake_Sahagin', '6683', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281488', 'Brook_Sahagin', '6656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281489', 'Brook_Sahagin', '6656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281490', 'Sahagin_Patriarch', '6694', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281491', 'Nasus', '6688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281492', 'Nasus', '6688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281493', 'Nasus', '6688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281494', 'Nasus', '6688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281495', 'Nasus', '6688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17281496', 'Nutcracker', '6689', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285121', 'Greater_Pugil', '6721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285122', 'Clipper', '6707', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285123', 'Vepar', '6750', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285124', 'Vepar', '6750', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285125', 'Makara', '6734', '313.000', '-5.562', '-97.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285126', 'Yhoator_Mandragora', '6755', '-265.635', '2.611', '186.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285127', 'Yhoator_Mandragora', '6755', '-261.665', '2.342', '149.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285128', 'White_Lizard', '6752', '-227.000', '3.000', '140.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17285129', 'Yhoator_Mandragora', '6755', '-273.315', '7.379', '101.545', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285130', 'White_Lizard', '6752', '-254.772', '0.403', '110.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285131', 'Yhoator_Mandragora', '6755', '-294.612', '-0.035', '54.204', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17285132', 'Yhoator_Mandragora', '6755', '-308.369', '2.422', '58.629', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285133', 'Yhoator_Mandragora', '6755', '-257.000', '2.000', '186.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17285134', 'Goblin_Smithy', '6718', '-298.991', '0.929', '59.005', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17285135', 'Yhoator_Mandragora', '6755', '-275.709', '0.128', '59.259', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17285136', 'Yhoator_Mandragora', '6755', '-265.232', '3.682', '59.501', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17285137', 'Goblin_Smithy', '6718', '-246.000', '1.000', '61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285138', 'White_Lizard', '6752', '-243.790', '7.653', '19.459', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17285139', 'White_Lizard', '6752', '-261.648', '7.355', '31.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285140', 'Yhoator_Mandragora', '6755', '-221.471', '0.389', '5.189', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17285141', 'Yhoator_Mandragora', '6755', '-223.544', '3.777', '24.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285142', 'Goblin_Pathfinder', '6713', '-219.350', '0.136', '3.727', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285143', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285144', 'Yhoator_Mandragora', '6755', '-297.000', '0.257', '71.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17285145', 'Yhoator_Mandragora', '6755', '-354.291', '0.067', '18.022', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17285146', 'Goblin_Smithy', '6718', '-296.230', '0.873', '25.759', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285147', 'White_Lizard', '6752', '-340.334', '7.806', '-5.710', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17285148', 'Yhoator_Mandragora', '6755', '-380.924', '-0.151', '4.477', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17285149', 'Goblin_Smithy', '6718', '-382.353', '1.792', '27.801', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17285150', 'Goblin_Smithy', '6718', '-378.965', '0.047', '7.918', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17285151', 'Yhoator_Mandragora', '6755', '-305.000', '3.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285152', 'Goblin_Smithy', '6718', '-387.409', '2.621', '-20.706', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17285153', 'Yhoator_Mandragora', '6755', '-205.289', '-0.170', '178.258', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17285154', 'Yhoator_Wasp', '6756', '-223.232', '2.279', '178.977', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17285155', 'Yhoator_Wasp', '6756', '-207.178', '-0.042', '178.363', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17285156', 'Goblin_Pathfinder', '6713', '-207.893', '0.322', '183.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285157', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285158', 'Yhoator_Mandragora', '6755', '-139.179', '7.639', '123.917', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17285159', 'White_Lizard', '6752', '-164.440', '7.958', '142.136', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285160', 'White_Lizard', '6752', '-162.275', '7.885', '141.966', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17285161', 'Yhoator_Wasp', '6756', '-182.963', '0.068', '88.284', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17285162', 'Goblin_Shaman', '6717', '-186.373', '0.914', '94.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285163', 'Yhoator_Wasp', '6756', '-177.147', '-0.334', '23.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285164', 'Goblin_Shaman', '6717', '-174.016', '-0.065', '24.297', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17285165', 'Goblin_Shaman', '6717', '-180.103', '-0.451', '29.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285166', 'Yhoator_Wasp', '6756', '-131.153', '-2.829', '32.782', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17285167', 'Goblin_Shaman', '6717', '-143.874', '-0.042', '10.678', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17285168', 'Goblin_Shaman', '6717', '-139.783', '-0.088', '14.904', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17285169', 'Yhoator_Wasp', '6756', '-102.887', '-1.711', '25.354', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17285170', 'Yhoator_Wasp', '6756', '-104.866', '-2.061', '58.116', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285171', 'Goblin_Shaman', '6717', '-111.651', '-0.292', '25.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285172', 'Yhoator_Wasp', '6756', '-141.006', '9.358', '49.449', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17285173', 'Yhoator_Wasp', '6756', '-113.761', '8.924', '32.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285174', 'Yhoator_Wasp', '6756', '-130.144', '9.356', '47.449', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17285175', 'Yhoator_Wasp', '6756', '-158.532', '9.911', '49.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285176', 'Yhoator_Wasp', '6756', '-149.814', '8.561', '37.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285177', 'Yhoator_Wasp', '6756', '-155.226', '9.211', '39.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285178', 'Anemone', '6703', '-120.886', '9.871', '47.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285179', 'Yhoator_Mandragora', '6755', '-62.060', '0.046', '45.970', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17285180', 'Yhoator_Wasp', '6756', '-70.756', '0.356', '22.190', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285181', 'Yhoator_Wasp', '6756', '-62.216', '0.199', '10.338', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17285182', 'Goblin_Shaman', '6717', '-84.349', '-0.015', '21.716', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285183', 'White_Lizard', '6752', '-132.806', '1.360', '-15.410', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285184', 'White_Lizard', '6752', '-159.840', '7.884', '-19.643', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17285185', 'Goblin_Shaman', '6717', '-152.947', '7.573', '-19.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285186', 'White_Lizard', '6752', '-95.496', '11.042', '97.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285187', 'Goblin_Shaman', '6717', '-97.900', '11.654', '84.601', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17285188', 'Goblin_Bouncer', '6710', '-82.778', '-0.289', '166.744', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17285189', 'Goblin_Bouncer', '6710', '-92.227', '0.572', '149.116', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17285190', 'Goblin_Hunter', '6712', '-84.715', '-0.485', '160.044', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17285191', 'Goblin_Hunter', '6712', '-84.730', '-0.499', '242.827', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17285192', 'Goblin_Hunter', '6712', '-83.839', '-0.499', '244.845', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17285193', 'Goblin_Bouncer', '6710', '-75.278', '-0.635', '246.377', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17285194', 'White_Lizard', '6752', '-14.901', '8.951', '63.171', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17285195', 'White_Lizard', '6752', '-32.624', '7.790', '58.979', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17285196', 'Goblin_Shaman', '6717', '-36.280', '7.893', '60.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285197', 'Goblin_Bouncer', '6710', '38.973', '-0.487', '128.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285198', 'Goblin_Bouncer', '6710', '43.044', '-0.434', '129.065', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285199', 'Goblin_Hunter', '6712', '81.795', '-0.502', '198.061', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285200', 'Goblin_Hunter', '6712', '76.209', '0.071', '182.888', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17285201', 'Goblin_Bouncer', '6710', '73.379', '-0.499', '203.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285202', 'Goblin_Hunter', '6712', '45.371', '-0.465', '229.988', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17285203', 'Goblin_Hunter', '6712', '39.444', '-0.014', '251.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285204', 'Goblin_Bouncer', '6710', '41.622', '0.029', '253.242', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17285205', 'Worker_Crawler', '6754', '140.085', '7.327', '126.505', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17285206', 'Worker_Crawler', '6754', '139.154', '7.681', '116.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285207', 'Worker_Crawler', '6754', '139.901', '6.968', '129.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285208', 'Goblin_Robber', '6716', '245.231', '-0.470', '84.611', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17285209', 'Goblin_Trader', '6720', '232.770', '-0.279', '73.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285210', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285211', 'Goblin_Trader', '6720', '184.005', '3.206', '102.927', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17285212', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285213', 'Master_Coeurl', '6735', '215.377', '0.028', '79.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285214', 'Goblin_Robber', '6716', '217.886', '-0.207', '45.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285215', 'Goblin_Trader', '6720', '204.760', '-0.467', '36.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285216', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285217', 'Goblin_Trader', '6720', '202.256', '-0.377', '45.771', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17285218', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285219', 'Master_Coeurl', '6735', '197.410', '-0.022', '51.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285220', 'Woodland_Sage', '6753', '190.942', '0.345', '94.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285221', 'Big_Jaw', '6704', '205.676', '-0.051', '58.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285222', 'Big_Jaw', '6704', '222.315', '-0.049', '45.455', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17285223', 'Water_Elemental', '6751', '226.997', '-0.234', '47.484', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17285224', 'Yhoator_Wasp', '6756', '-22.212', '-0.283', '-46.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285225', 'Yhoator_Wasp', '6756', '-19.361', '4.586', '-11.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285226', 'Goblin_Reaper', '6715', '-19.542', '-0.057', '-38.660', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17285227', 'Young_Opo-opo', '6757', '-30.952', '-1.296', '-63.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285228', 'Yhoator_Wasp', '6756', '-49.269', '-0.321', '-66.511', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17285229', 'Goblin_Reaper', '6715', '-53.466', '-0.122', '-65.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285230', 'Young_Opo-opo', '6757', '-52.390', '-2.377', '-110.872', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285231', 'Yhoator_Wasp', '6756', '-48.820', '-0.744', '-129.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285232', 'Yhoator_Wasp', '6756', '-53.821', '-0.881', '-121.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285233', 'Yhoator_Wasp', '6756', '-37.132', '-3.763', '-119.165', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17285234', 'Yhoator_Wasp', '6756', '-30.539', '-3.155', '-118.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285235', 'Yhoator_Wasp', '6756', '-45.202', '-3.718', '-123.399', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17285236', 'Goblin_Reaper', '6715', '-39.054', '-4.160', '-110.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285237', 'Young_Opo-opo', '6757', '8.657', '-2.440', '-89.466', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17285238', 'Yhoator_Wasp', '6756', '0.759', '-1.062', '-64.695', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17285239', 'Yhoator_Wasp', '6756', '9.240', '-2.164', '-89.612', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285240', 'Young_Opo-opo', '6757', '8.480', '-0.352', '-133.587', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17285241', 'Yhoator_Wasp', '6756', '12.532', '-1.531', '-116.491', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285242', 'Goblin_Pathfinder', '6713', '-5.014', '-1.235', '-138.685', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17285243', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285244', 'Yhoator_Wasp', '6756', '-6.174', '-3.015', '-96.012', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285245', 'Yhoator_Wasp', '6756', '-5.626', '-3.377', '-74.468', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17285246', 'Yhoator_Wasp', '6756', '-3.043', '-3.324', '-108.609', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17285247', 'Goblin_Reaper', '6715', '-9.908', '-3.051', '-73.327', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17285249', 'Young_Opo-opo', '6757', '-23.267', '8.712', '-99.830', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17285250', 'Yhoator_Wasp', '6756', '-26.860', '7.297', '-91.678', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17285251', 'Yhoator_Wasp', '6756', '-12.858', '8.046', '-100.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285252', 'Anemone', '6703', '-12.399', '7.976', '-101.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285253', 'Young_Opo-opo', '6757', '-55.460', '8.690', '-95.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285254', 'Young_Opo-opo', '6757', '-64.770', '8.987', '-101.311', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285255', 'Young_Opo-opo', '6757', '-104.912', '1.108', '-56.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285256', 'Young_Opo-opo', '6757', '-99.207', '2.248', '-55.929', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17285257', 'Yhoator_Wasp', '6756', '-20.740', '0.186', '-144.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285258', 'Yhoator_Wasp', '6756', '-16.042', '-0.844', '-148.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285259', 'Goblin_Reaper', '6715', '-22.539', '-0.182', '-149.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285260', 'Young_Opo-opo', '6757', '-186.693', '8.396', '-105.571', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17285261', 'Young_Opo-opo', '6757', '-173.788', '8.841', '-96.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285262', 'Worker_Crawler', '6754', '-185.046', '8.627', '-103.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285263', 'Worker_Crawler', '6754', '-163.694', '7.915', '-98.927', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17285264', 'Young_Opo-opo', '6757', '-98.948', '9.256', '-180.880', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17285265', 'Young_Opo-opo', '6757', '-101.483', '9.312', '-181.800', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285266', 'Worker_Crawler', '6754', '-136.872', '8.645', '-175.919', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17285267', 'Worker_Crawler', '6754', '-98.905', '9.204', '-180.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285268', 'Master_Coeurl', '6735', '-228.308', '1.610', '-103.275', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17285269', 'Worker_Crawler', '6754', '-278.464', '0.100', '-142.112', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17285270', 'Worker_Crawler', '6754', '-284.669', '0.057', '-146.368', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17285271', 'Master_Coeurl', '6735', '-253.496', '0.037', '-160.586', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17285272', 'Worker_Crawler', '6754', '-181.551', '3.603', '-183.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285273', 'Worker_Crawler', '6754', '-218.490', '-0.437', '-151.493', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17285274', 'Master_Coeurl', '6735', '-217.503', '-0.462', '-151.808', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17285275', 'Worker_Crawler', '6754', '-217.345', '8.966', '-264.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285276', 'Worker_Crawler', '6754', '-222.386', '8.878', '-256.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285277', 'Master_Coeurl', '6735', '-273.297', '-0.670', '-184.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285278', 'Worker_Crawler', '6754', '-405.793', '7.459', '-97.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285279', 'Worker_Crawler', '6754', '-399.022', '7.825', '-98.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285280', 'Master_Coeurl', '6735', '-277.869', '-0.456', '-358.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285281', 'Worker_Crawler', '6754', '-389.230', '7.990', '-103.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285282', 'Worker_Crawler', '6754', '-473.243', '0.179', '-140.770', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17285283', 'Master_Coeurl', '6735', '-270.218', '-0.418', '-451.742', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17285284', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285285', 'Anemone', '6703', '-231.491', '-0.486', '-362.584', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17285286', 'Worker_Crawler', '6754', '-506.303', '2.441', '-139.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285287', 'Worker_Crawler', '6754', '-497.217', '-0.351', '-116.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285288', 'Worker_Crawler', '6754', '-461.888', '0.404', '-195.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285289', 'Worker_Crawler', '6754', '-457.492', '-0.307', '-157.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285290', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285291', 'Young_Opo-opo', '6757', '-464.742', '0.608', '-145.496', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17285292', 'Young_Opo-opo', '6757', '-435.984', '-0.044', '-140.060', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17285293', 'Goblin_Poacher', '6714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285294', 'Worker_Crawler', '6754', '-494.439', '8.435', '-183.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285295', 'Worker_Crawler', '6754', '-495.759', '8.412', '-183.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285296', 'Yhoator_Wasp', '6756', '-500.443', '-0.025', '-119.308', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17285297', 'Yhoator_Wasp', '6756', '-504.362', '0.440', '-127.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285298', 'Goblin_Poacher', '6714', '-499.902', '-0.034', '-115.529', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285299', 'Worker_Crawler', '6754', '-468.152', '1.022', '-226.360', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17285300', 'Worker_Crawler', '6754', '-416.384', '-0.087', '-234.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285301', 'Young_Opo-opo', '6757', '-463.233', '2.423', '-190.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285302', 'Goblin_Poacher', '6714', '-461.530', '3.982', '-182.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285303', 'Worker_Crawler', '6754', '-418.399', '0.083', '-205.477', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285304', 'Worker_Crawler', '6754', '-461.460', '3.763', '-301.840', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285305', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285306', 'Worker_Crawler', '6754', '-346.559', '6.614', '-217.975', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17285307', 'Worker_Crawler', '6754', '-350.116', '6.953', '-219.390', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285308', 'Young_Opo-opo', '6757', '-457.135', '2.443', '-225.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285309', 'Goblin_Poacher', '6714', '-471.870', '-0.070', '-218.976', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17285310', 'Goblin_Poacher', '6714', '-456.391', '2.274', '-223.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285311', 'Worker_Crawler', '6754', '-348.410', '6.308', '-214.622', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17285312', 'Worker_Crawler', '6754', '-385.181', '6.350', '-304.162', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17285313', 'Yhoator_Wasp', '6756', '-416.608', '1.454', '-210.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285314', 'Yhoator_Wasp', '6756', '-418.280', '0.026', '-234.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285315', 'Goblin_Reaper', '6715', '-418.165', '0.436', '-248.133', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285316', 'Worker_Crawler', '6754', '-385.048', '6.347', '-304.280', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17285317', 'Young_Opo-opo', '6757', '-457.145', '1.718', '-309.272', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17285318', 'Goblin_Poacher', '6714', '-457.882', '-0.249', '-278.698', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17285319', 'Worker_Crawler', '6754', '-385.205', '6.320', '-305.034', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17285320', 'Worker_Crawler', '6754', '-284.258', '-0.162', '-371.337', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285321', 'Young_Opo-opo', '6757', '-345.519', '6.308', '-213.792', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285322', 'Worker_Crawler', '6754', '-249.064', '-0.169', '-363.637', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17285323', 'Worker_Crawler', '6754', '-274.461', '-0.383', '-363.957', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17285324', 'Worker_Crawler', '6754', '-317.265', '-0.434', '-436.522', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17285325', 'Young_Opo-opo', '6757', '-388.126', '6.414', '-304.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285326', 'Worker_Crawler', '6754', '-299.335', '0.079', '-441.554', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17285327', 'Worker_Crawler', '6754', '-296.424', '-0.036', '-432.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285328', 'Worker_Crawler', '6754', '-191.740', '-0.448', '-440.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285329', 'Young_Opo-opo', '6757', '-200.137', '-0.499', '-313.580', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285330', 'Young_Opo-opo', '6757', '-201.749', '-0.496', '-315.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285331', 'Goblin_Robber', '6716', '-212.108', '0.110', '-311.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285332', 'Young_Opo-opo', '6757', '-384.137', '2.468', '-387.935', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17285333', 'Young_Opo-opo', '6757', '-368.672', '-0.307', '-395.562', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17285334', 'Goblin_Robber', '6716', '-363.247', '-0.499', '-407.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285335', 'Worker_Crawler', '6754', '-195.520', '-0.499', '-432.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285336', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285337', 'Worker_Crawler', '6754', '375.892', '12.686', '-502.998', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17285338', 'Master_Coeurl', '6735', '-193.157', '-0.057', '-454.978', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17285339', 'Goblin_Robber', '6716', '-243.718', '-0.412', '-364.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285340', 'Anemone', '6703', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285342', 'Worker_Crawler', '6754', '413.703', '12.320', '-507.179', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17285343', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285344', 'Worker_Crawler', '6754', '65.828', '6.522', '-262.021', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17285345', 'Master_Coeurl', '6735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285346', 'Goblin_Poacher', '6714', '-275.399', '-0.469', '-449.129', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17285347', 'Anemone', '6703', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285348', 'Worker_Crawler', '6754', '284.997', '7.504', '-299.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285349', 'Worker_Crawler', '6754', '258.024', '7.894', '-4.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285350', 'Worker_Crawler', '6754', '251.998', '8.275', '-12.745', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17285351', 'Master_Coeurl', '6735', '538.635', '-0.138', '-434.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285352', 'Goblin_Robber', '6716', '-197.087', '-0.350', '-474.758', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285353', 'Goblin_Robber', '6716', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285354', 'Anemone', '6703', '-86.521', '-0.480', '-320.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285355', 'Young_Opo-opo', '6757', '-172.749', '-0.494', '-467.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285356', 'Young_Opo-opo', '6757', '-159.032', '-0.499', '-477.156', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17285357', 'Young_Opo-opo', '6757', '-130.968', '6.930', '-419.317', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17285358', 'Tonberry_Creeper', '6742', '-137.463', '6.567', '-425.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285359', 'Young_Opo-opo', '6757', '-153.655', '7.842', '-341.285', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17285360', 'Tonberry_Hexer', '6745', '-148.326', '8.243', '-346.058', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17285361', 'Goblin_Reaper', '6715', '16.210', '8.557', '-209.999', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17285362', 'Goblin_Reaper', '6715', '17.289', '9.063', '-215.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285363', 'Goblin_Reaper', '6715', '19.447', '7.938', '-234.127', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17285364', 'Young_Opo-opo', '6757', '-79.010', '7.815', '-220.860', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17285365', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285366', 'Young_Opo-opo', '6757', '-38.075', '-0.372', '-287.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285367', 'Young_Opo-opo', '6757', '-61.387', '0.070', '-286.287', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285368', 'Tonberry_Creeper', '6742', '-77.685', '-0.493', '-329.433', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17285369', 'Anemone', '6703', '271.523', '0.124', '-493.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285370', 'Young_Opo-opo', '6757', '-17.081', '-0.130', '-328.765', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17285371', 'Young_Opo-opo', '6757', '-42.881', '0.086', '-340.803', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17285372', 'Young_Opo-opo', '6757', '-31.813', '-0.076', '-348.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285373', 'Tonberry_Hexer', '6745', '-39.433', '-0.051', '-332.916', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17285374', 'Young_Opo-opo', '6757', '-31.058', '0.003', '-370.522', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17285375', 'Young_Opo-opo', '6757', '-57.188', '-0.015', '-391.577', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17285376', 'Young_Opo-opo', '6757', '-57.024', '-0.071', '-399.408', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17285377', 'Tonberry_Creeper', '6742', '-26.058', '-0.057', '-403.778', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17285378', 'Young_Opo-opo', '6757', '37.509', '-0.030', '-345.689', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17285379', 'Young_Opo-opo', '6757', '36.568', '-0.319', '-315.060', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17285380', 'Young_Opo-opo', '6757', '31.694', '-0.125', '-334.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285381', 'Tonberry_Creeper', '6742', '32.904', '-0.045', '-353.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285382', 'Young_Opo-opo', '6757', '37.835', '0.060', '-383.377', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285383', 'Young_Opo-opo', '6757', '74.235', '-0.346', '-405.374', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17285384', 'Young_Opo-opo', '6757', '68.781', '-0.642', '-387.511', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285385', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285386', 'Young_Opo-opo', '6757', '-20.162', '0.092', '-351.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285387', 'Young_Opo-opo', '6757', '-4.795', '-0.354', '-400.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285388', 'Tonberry_Hexer', '6745', '14.274', '-1.670', '-414.336', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17285389', 'Tonberry_Creeper', '6742', '-5.443', '-0.332', '-399.649', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17285390', 'Fire_Elemental', '6709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285391', 'Young_Opo-opo', '6757', '117.237', '-0.499', '-395.620', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17285392', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285393', 'Tonberry_Shadower', '6747', '24.922', '-5.023', '-423.784', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17285395', 'Tonberry_Jinxer', '6746', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285396', 'Tonberry_Chopper', '6741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285397', 'Tonberry_Chopper', '6741', '17.325', '-10.500', '-454.870', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17285398', 'Tonberry_Shadower', '6747', '48.523', '-10.500', '-466.110', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17285399', 'Tonberry_Chopper', '6741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285400', 'Tonberry_Shadower', '6747', '56.048', '-18.500', '-425.292', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17285401', 'Tonberry_Jinxer', '6746', '1.976', '-18.383', '-435.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285402', 'Tonberry_Shadower', '6747', '20.698', '-18.457', '-436.720', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17285403', 'Tonberry_Chopper', '6741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285404', 'Tonberry_Creeper', '6742', '179.353', '6.741', '-452.006', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285405', 'Tonberry_Hexer', '6745', '177.102', '2.617', '-467.835', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17285406', 'Young_Opo-opo', '6757', '262.858', '-0.216', '-505.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285407', 'Young_Opo-opo', '6757', '200.735', '0.033', '-494.608', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17285408', 'Young_Opo-opo', '6757', '250.290', '0.061', '-489.007', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285409', 'Tonberry_Hexer', '6745', '222.923', '-0.064', '-502.395', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17285410', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285411', 'Young_Opo-opo', '6757', '248.853', '-0.220', '-404.197', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17285412', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285413', 'Young_Opo-opo', '6757', '317.437', '-0.104', '-390.890', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17285414', 'Tonberry_Hexer', '6745', '325.771', '0.043', '-376.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285415', 'Young_Opo-opo', '6757', '364.333', '-0.499', '-396.278', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17285416', 'Tonberry_Harasser', '6744', '367.422', '-0.495', '-397.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285417', 'Tonberry_s_Elemental', '6749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285418', 'Young_Opo-opo', '6757', '370.715', '-0.570', '-460.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285419', 'Young_Opo-opo', '6757', '398.912', '-0.061', '-467.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285420', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285421', 'Tonberry_Hexer', '6745', '369.392', '-0.387', '-472.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285422', 'Young_Opo-opo', '6757', '418.724', '8.338', '-388.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285423', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285424', 'Young_Opo-opo', '6757', '357.485', '-0.490', '-521.913', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17285425', 'Young_Opo-opo', '6757', '377.239', '-0.984', '-481.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285426', 'Tonberry_Creeper', '6742', '393.734', '-0.408', '-525.033', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17285427', 'Tonberry_Harasser', '6744', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285428', 'Tonberry_s_Elemental', '6749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285429', 'Young_Opo-opo', '6757', '322.410', '1.169', '-495.517', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17285430', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285431', 'Anemone', '6703', '233.223', '0.096', '-256.181', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17285432', 'Young_Opo-opo', '6757', '268.948', '-0.074', '-460.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285433', 'Young_Opo-opo', '6757', '271.018', '-0.369', '-441.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285434', 'Tonberry_Hexer', '6745', '268.423', '0.089', '-450.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285435', 'Tonberry_Creeper', '6742', '262.244', '-0.736', '-422.638', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17285436', 'Young_Opo-opo', '6757', '322.714', '-0.124', '-434.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285437', 'Young_Opo-opo', '6757', '335.244', '-1.471', '-427.168', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285438', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285439', 'Tonberry_Hexer', '6745', '339.347', '-1.530', '-432.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285440', 'Young_Opo-opo', '6757', '298.236', '-2.304', '-445.288', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17285441', 'Tonberry_Hexer', '6745', '305.287', '-2.314', '-448.882', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17285442', 'Young_Opo-opo', '6757', '157.874', '-0.499', '-524.097', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17285443', 'Tonberry_Creeper', '6742', '174.418', '-0.023', '-519.859', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285444', 'Young_Opo-opo', '6757', '425.257', '-2.226', '-513.703', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17285445', 'Tonberry_Creeper', '6742', '440.505', '-0.504', '-517.405', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285446', 'Big_Jaw', '6704', '284.801', '2.958', '-502.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285447', 'Big_Jaw', '6704', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285448', 'Water_Elemental', '6751', '251.963', '-0.128', '-526.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285449', 'Big_Jaw', '6704', '335.104', '3.084', '-500.759', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17285450', 'Big_Jaw', '6704', '351.259', '-0.342', '-521.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285451', 'Water_Elemental', '6751', '350.794', '-0.365', '-519.497', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17285452', 'Big_Jaw', '6704', '319.465', '-2.831', '-518.956', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17285453', 'Tonberry_Creeper', '6742', '297.891', '-4.576', '-518.863', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17285454', 'Tonberry_Hexer', '6745', '310.972', '-4.500', '-574.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285455', 'Tonberry_Creeper', '6742', '348.195', '-4.532', '-539.337', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285456', 'Tonberry_Hexer', '6745', '348.056', '-11.691', '-572.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285457', 'Tonberry_Creeper', '6742', '359.268', '-18.649', '-541.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285458', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285459', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285460', 'Bisque-heeled_Sunberry', '6705', '296.401', '-18.499', '-505.720', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17285461', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285462', 'Tonberry_Creeper', '6742', '334.717', '-4.500', '-556.986', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17285463', 'Tonberry_Creeper', '6742', '347.246', '-10.500', '-589.040', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17285464', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285465', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285466', 'Tonberry_Creeper', '6742', '337.670', '-18.591', '-554.230', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17285467', 'Worker_Crawler', '6754', '233.713', '-0.457', '-121.367', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17285468', 'Worker_Crawler', '6754', '158.346', '-0.405', '-124.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285469', 'Worker_Crawler', '6754', '187.059', '-1.047', '-118.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285470', 'Goblin_Poacher', '6714', '500.894', '7.822', '-520.350', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17285471', 'Master_Coeurl', '6735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285472', 'Goblin_Robber', '6716', '519.725', '0.025', '-414.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285473', 'Goblin_Poacher', '6714', '517.083', '-0.312', '-433.496', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17285474', 'Master_Coeurl', '6735', '540.966', '0.094', '-397.771', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285475', 'Master_Coeurl', '6735', '561.399', '-0.499', '-397.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285476', 'Puroboros', '6740', '532.223', '-0.162', '-434.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285477', 'Goblin_Poacher', '6714', '546.000', '0.057', '-399.101', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17285478', 'Goblin_Robber', '6716', '563.053', '-0.478', '-401.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285479', 'Master_Coeurl', '6735', '547.446', '8.499', '-344.637', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17285480', 'Master_Coeurl', '6735', '413.352', '-8.142', '95.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285481', 'Puroboros', '6740', '568.885', '-0.498', '-404.652', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17285482', 'Big_Jaw', '6704', '548.004', '-0.172', '-433.181', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17285483', 'Big_Jaw', '6704', '556.769', '0.060', '-420.766', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17285484', 'Goblin_Robber', '6716', '566.369', '7.415', '-338.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285485', 'Master_Coeurl', '6735', '477.139', '-0.570', '34.580', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17285486', 'Worker_Crawler', '6754', '121.170', '-0.495', '-231.206', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17285487', 'Tonberry_Hexer', '6745', '59.955', '7.044', '-269.832', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285488', 'Worker_Crawler', '6754', '220.049', '-0.164', '-228.813', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17285489', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285490', 'Worker_Crawler', '6754', '237.975', '-0.022', '-250.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285491', 'Worker_Crawler', '6754', '187.140', '12.375', '-147.779', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17285492', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285493', 'Tonberry_Hexer', '6745', '236.941', '-0.500', '-82.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285494', 'Tonberry_Creeper', '6742', '236.445', '0.017', '-99.661', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17285495', 'Tonberry_Harasser', '6744', '231.520', '-0.125', '-101.445', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17285496', 'Tonberry_s_Elemental', '6749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285497', 'Worker_Crawler', '6754', '180.050', '11.834', '-122.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285498', 'Tonberry_Creeper', '6742', '162.054', '0.100', '-136.331', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285499', 'Tonberry_Harasser', '6744', '143.595', '-0.036', '-121.116', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17285500', 'Tonberry_s_Elemental', '6749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285501', 'Goblin_Reaper', '6715', '74.135', '7.456', '-101.165', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17285502', 'Goblin_Reaper', '6715', '60.373', '6.923', '-91.055', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17285503', 'Goblin_Reaper', '6715', '60.847', '6.963', '-70.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285504', 'Worker_Crawler', '6754', '165.436', '11.552', '-100.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285505', 'Tonberry_Hexer', '6745', '169.551', '-0.134', '-155.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285506', 'Tonberry_Creeper', '6742', '209.000', '-0.197', '-110.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17285507', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285508', 'Tonberry_Creeper', '6742', '104.748', '3.299', '-263.945', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17285509', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285510', 'Tonberry_Harasser', '6744', '128.856', '-0.499', '-237.449', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17285511', 'Tonberry_s_Elemental', '6749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285512', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285513', 'Tonberry_Creeper', '6742', '225.724', '0.042', '-229.276', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285514', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285515', 'Tonberry_Creeper', '6742', '235.692', '-0.208', '-231.794', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17285516', 'Anemone', '6703', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285517', 'Young_Opo-opo', '6757', '245.873', '-0.486', '-156.438', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17285518', 'Young_Opo-opo', '6757', '246.050', '-0.137', '-183.889', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17285519', 'Tonberry_Hexer', '6745', '245.719', '-0.144', '-185.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285520', 'Tonberry_Hexer', '6745', '245.963', '-0.310', '-151.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285521', 'Young_Opo-opo', '6757', '206.785', '-1.176', '-196.367', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17285522', 'Young_Opo-opo', '6757', '217.325', '-0.269', '-190.096', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17285523', 'Tonberry_Creeper', '6742', '189.682', '-0.364', '-181.061', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17285524', 'Tonberry_Hexer', '6745', '220.690', '-0.084', '-226.994', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285525', 'Fire_Elemental', '6709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285526', 'Bright-handed_Kunberry', '6706', '227.000', '-0.500', '-169.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285527', 'Tonberry_Hexer', '6745', '192.000', '-0.349', '-162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285528', 'Tonberry_Harasser', '6744', '189.000', '-0.390', '-136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285529', 'Tonberry_s_Elemental', '6749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285530', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285531', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285532', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285533', 'Worker_Crawler', '6754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285534', 'Tonberry_Shadower', '6747', '263.008', '-4.500', '-178.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285535', 'Tonberry_Chopper', '6741', '272.358', '-4.500', '-165.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285536', 'Tonberry_Jinxer', '6746', '274.510', '-4.500', '-179.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285537', 'Tonberry_Jinxer', '6746', '297.412', '-10.500', '-207.387', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17285538', 'Tonberry_Shadower', '6747', '309.495', '-10.500', '-148.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285539', 'Tonberry_Chopper', '6741', '304.197', '-10.500', '-207.950', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17285540', 'Tonberry_Chopper', '6741', '264.175', '-18.504', '-189.668', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285541', 'Tonberry_Shadower', '6747', '276.998', '-18.500', '-164.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285542', 'Tonberry_Shadower', '6747', '277.436', '-18.500', '-196.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285543', 'Goblin_Digger', '6711', '-69.276', '6.961', '-179.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17285544', 'Kappa_Akuso', '6730', '205.000', '-1.000', '83.000', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17285545', 'Kappa_Bonze', '6732', '204.000', '-1.000', '83.000', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17285546', 'Kappa_Biwa', '6731', '203.000', '-1.000', '83.000', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17285547', 'Hobgoblin_Warrior', '6728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285548', 'Hobgoblin_White_Mage', '6729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285549', 'Hobgoblin_Black_Mage', '6723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285550', 'Hobgoblin_Red_Mage', '6726', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285551', 'Hobgoblin_Thief', '6727', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285552', 'Hobgoblin_Dark_Knight', '6724', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285553', 'Hobgoblin_Ranger', '6725', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285554', 'Hobgoblin_Beastmaster', '6722', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285555', 'Goblin_s_Bee', '6719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285556', 'Noctonberry_Black_Mage', '6736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285557', 'Noctonberry_Thief', '6739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285558', 'Noctonberry_Ninja', '6737', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285559', 'Noctonberry_Summoner', '6738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285560', 'Tonberry_s_Elemental', '6749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285561', 'Tonberry_s_Avatar', '6748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285562', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285563', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285564', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285565', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285566', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285567', 'Tonberry_Creeper', '6742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285568', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285569', 'Tonberry_Hexer', '6745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285570', 'Tonberry_Decimator', '6743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285571', 'Edacious_Opo-opo', '6708', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17285572', 'Kedgebelly_Kate', '6733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289217', 'Ironshell', '6783', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289218', 'Apsaras', '6764', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289219', 'Bigclaw', '6765', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289220', 'Bigclaw', '6765', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289221', 'Razorjaw_Pugil', '6792', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289222', 'Desert_Spider', '6772', '683.417', '-0.782', '-41.818', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17289223', 'Desert_Spider', '6772', '648.984', '-1.792', '-69.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289224', 'Desert_Spider', '6772', '553.325', '-1.298', '-54.851', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17289225', 'Desert_Spider', '6772', '624.629', '0.280', '-61.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289226', 'Desert_Dhalmel', '6770', '630.556', '-0.317', '-103.543', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17289227', 'Desert_Worm', '6773', '561.941', '-0.098', '-53.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289228', 'Desert_Spider', '6772', '592.749', '-0.373', '1.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289229', 'Desert_Spider', '6772', '533.890', '0.121', '43.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289230', 'Desert_Spider', '6772', '515.788', '-0.760', '-4.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289231', 'Desert_Spider', '6772', '568.189', '-0.172', '40.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289232', 'Desert_Dhalmel', '6770', '528.169', '-0.370', '19.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289233', 'Desert_Worm', '6773', '560.069', '-0.156', '7.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289234', 'Desert_Spider', '6772', '669.167', '-0.349', '43.378', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17289235', 'Desert_Spider', '6772', '604.990', '-0.658', '97.500', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17289236', 'Desert_Spider', '6772', '632.070', '-0.235', '41.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289237', 'Desert_Spider', '6772', '603.390', '-0.880', '149.865', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17289238', 'Desert_Dhalmel', '6770', '563.840', '-0.249', '110.202', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17289239', 'Antican_Essedarius', '6759', '539.106', '0.368', '64.261', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17289240', 'Desert_Worm', '6773', '611.600', '0.079', '57.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289241', 'Earth_Elemental', '6774', '565.048', '0.215', '93.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289242', 'Desert_Spider', '6772', '428.092', '-1.112', '70.694', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17289243', 'Desert_Spider', '6772', '506.675', '0.039', '115.523', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17289244', 'Desert_Spider', '6772', '495.924', '-1.374', '70.588', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17289245', 'Desert_Spider', '6772', '461.766', '-0.925', '74.852', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17289246', 'Desert_Dhalmel', '6770', '516.417', '0.048', '133.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289247', 'Antican_Essedarius', '6759', '478.423', '-0.377', '117.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289248', 'Desert_Worm', '6773', '512.439', '-0.481', '127.981', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17289249', 'Desert_Spider', '6772', '519.863', '-0.472', '259.455', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17289250', 'Desert_Spider', '6772', '585.472', '-1.456', '255.869', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289251', 'Desert_Spider', '6772', '552.191', '-0.001', '283.670', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17289252', 'Desert_Dhalmel', '6770', '542.000', '-0.040', '242.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289253', 'Antican_Essedarius', '6759', '527.722', '-0.875', '318.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289254', 'Cactuar', '6766', '570.214', '-1.212', '213.596', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289255', 'Desert_Worm', '6773', '469.626', '-1.444', '227.472', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17289256', 'Tulwar_Scorpion', '6794', '528.000', '-0.020', '274.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17289257', 'Earth_Elemental', '6774', '541.037', '0.187', '278.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289258', 'Desert_Spider', '6772', '317.672', '-0.252', '185.820', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17289259', 'Desert_Spider', '6772', '379.236', '0.005', '211.936', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17289260', 'Desert_Spider', '6772', '423.100', '-0.365', '160.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289261', 'Desert_Dhalmel', '6770', '509.831', '-0.230', '198.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289262', 'Desert_Dhalmel', '6770', '469.617', '-0.194', '204.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289263', 'Antican_Essedarius', '6759', '427.185', '-0.659', '205.164', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289264', 'Cactuar', '6766', '351.000', '-0.030', '185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289265', 'Desert_Worm', '6773', '453.911', '-0.354', '196.992', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17289266', 'Tulwar_Scorpion', '6794', '479.965', '-0.357', '160.790', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17289267', 'Desert_Spider', '6772', '445.573', '-1.647', '324.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289268', 'Desert_Spider', '6772', '391.223', '-1.394', '303.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289269', 'Desert_Spider', '6772', '397.292', '0.102', '294.622', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17289270', 'Antican_Essedarius', '6759', '402.811', '-0.312', '268.252', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17289271', 'Cactuar', '6766', '432.964', '-2.630', '330.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289272', 'Desert_Worm', '6773', '392.401', '-0.243', '237.439', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17289273', 'Desert_Spider', '6772', '289.990', '-1.249', '126.486', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17289274', 'Desert_Spider', '6772', '289.228', '0.080', '95.028', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17289275', 'Desert_Spider', '6772', '332.263', '-2.242', '89.261', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289276', 'Desert_Dhalmel', '6770', '165.080', '-1.007', '158.328', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17289277', 'Desert_Dhalmel', '6770', '99.000', '-0.030', '116.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289278', 'Antican_Essedarius', '6759', '292.932', '-0.083', '106.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289279', 'Antican_Essedarius', '6759', '186.565', '-1.265', '166.708', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289280', 'Cactuar', '6766', '241.933', '-0.534', '115.813', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17289281', 'Desert_Worm', '6773', '292.359', '-0.711', '125.685', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289282', 'Desert_Worm', '6773', '198.000', '-0.030', '143.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17289283', 'Desert_Beetle', '6769', '77.775', '-0.398', '249.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289284', 'Desert_Beetle', '6769', '83.563', '-0.246', '272.368', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17289285', 'Desert_Beetle', '6769', '119.818', '-0.232', '185.367', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289286', 'Desert_Dhalmel', '6770', '71.000', '0.010', '192.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17289287', 'Antican_Retiarius', '6762', '130.135', '-1.463', '187.317', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17289288', 'Antican_Secutor', '6763', '14.423', '-0.289', '203.108', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17289289', 'Tulwar_Scorpion', '6794', '146.000', '-0.714', '243.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289290', 'Cactuar', '6766', '133.321', '-0.760', '231.377', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17289291', 'Cactuar', '6766', '199.000', '0.020', '123.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17289292', 'Desert_Beetle', '6769', '-37.159', '0.402', '180.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289293', 'Desert_Beetle', '6769', '-19.938', '-0.136', '190.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289294', 'Antican_Secutor', '6763', '-32.085', '-2.130', '281.919', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289295', 'Antican_Lanista', '6761', '-66.790', '0.055', '156.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289296', 'Cactuar', '6766', '-71.377', '-0.086', '231.910', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17289297', 'Cactuar', '6766', '-47.837', '0.379', '180.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289298', 'Desert_Manticore', '6771', '-113.137', '-0.252', '225.067', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17289299', 'Antican_Hoplomachus', '6760', '-83.550', '-2.446', '450.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289300', 'Antican_Lanista', '6761', '-0.150', '-0.404', '333.266', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17289301', 'Cactuar', '6766', '-53.000', '-0.030', '396.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17289302', 'Cactuar', '6766', '-75.995', '-0.760', '435.763', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17289303', 'Desert_Manticore', '6771', '-25.000', '-0.020', '349.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17289304', 'Desert_Manticore', '6771', '-79.000', '-0.030', '402.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289305', 'Desert_Beetle', '6769', '-120.278', '-0.454', '277.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289306', 'Desert_Beetle', '6769', '-206.703', '-1.634', '321.118', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17289307', 'Antican_Lanista', '6761', '-131.042', '0.014', '306.612', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17289308', 'Antican_Hoplomachus', '6760', '-136.000', '-0.068', '209.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289309', 'Antican_Hoplomachus', '6760', '-187.000', '0.094', '238.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17289310', 'Cactuar', '6766', '-58.000', '-0.982', '241.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17289311', 'Cactuar', '6766', '-172.000', '-0.010', '173.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17289312', 'Desert_Manticore', '6771', '-238.961', '-0.250', '276.168', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289313', 'Desert_Manticore', '6771', '-108.641', '-1.150', '307.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289314', 'Desert_Manticore', '6771', '-191.434', '-1.486', '335.980', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17289315', 'Desert_Beetle', '6769', '-473.969', '-0.029', '261.740', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17289316', 'Desert_Beetle', '6769', '-317.280', '-0.409', '282.756', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17289317', 'Antican_Lanista', '6761', '-368.540', '0.159', '300.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289318', 'Antican_Lanista', '6761', '-474.716', '-0.305', '272.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289319', 'Cactuar', '6766', '-443.427', '-0.714', '288.507', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289320', 'Cactuar', '6766', '-488.307', '-1.414', '275.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289321', 'Desert_Manticore', '6771', '-275.517', '-0.522', '351.962', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17289322', 'Desert_Manticore', '6771', '-401.000', '-0.452', '257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289324', 'Antican_Lanista', '6761', '-303.816', '-0.018', '249.824', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17289325', 'Antican_Lanista', '6761', '-328.330', '0.261', '277.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289326', 'Antican_Hoplomachus', '6760', '-335.556', '10.044', '262.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289327', 'Antican_Hoplomachus', '6760', '-343.237', '9.667', '295.948', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289328', 'Antican_Lanista', '6761', '-366.323', '11.468', '287.621', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17289329', 'Desert_Beetle', '6769', '-311.900', '0.030', '145.812', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17289330', 'Desert_Beetle', '6769', '-310.776', '-0.037', '212.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289331', 'Desert_Beetle', '6769', '-409.000', '-0.078', '301.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289332', 'Antican_Hoplomachus', '6760', '-342.000', '-0.159', '242.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289333', 'Antican_Lanista', '6761', '-399.787', '0.227', '215.344', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17289334', 'Cactuar', '6766', '-296.882', '-0.828', '181.017', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17289335', 'Tulwar_Scorpion', '6794', '-425.652', '-0.340', '207.129', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17289336', 'Desert_Manticore', '6771', '-320.796', '-0.309', '122.933', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17289337', 'Desert_Manticore', '6771', '-472.019', '0.266', '213.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289338', 'Desert_Beetle', '6769', '-513.562', '-0.068', '162.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289339', 'Desert_Beetle', '6769', '-543.000', '-0.227', '208.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289340', 'Desert_Beetle', '6769', '-564.530', '-0.564', '170.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289341', 'Antican_Hoplomachus', '6760', '-552.942', '-0.009', '167.431', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17289342', 'Antican_Lanista', '6761', '-560.591', '-0.132', '183.785', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17289343', 'Antican_Lanista', '6761', '-432.117', '-0.207', '164.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289344', 'Desert_Manticore', '6771', '-373.000', '-0.096', '191.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289345', 'Desert_Manticore', '6771', '-414.000', '-0.282', '109.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17289346', 'Desert_Manticore', '6771', '-360.000', '-0.131', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289347', 'Antican_Hoplomachus', '6760', '-506.996', '9.610', '181.477', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289348', 'Antican_Lanista', '6761', '-497.057', '9.699', '214.327', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17289349', 'Antican_Lanista', '6761', '-502.803', '9.099', '224.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289350', 'Fire_Elemental', '6777', '-495.717', '9.846', '189.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289351', 'Antican_Hoplomachus', '6760', '-459.291', '9.431', '162.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289352', 'Antican_Hoplomachus', '6760', '-418.998', '12.009', '172.833', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17289353', 'Antican_Lanista', '6761', '-424.277', '10.802', '147.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289354', 'Fire_Elemental', '6777', '-452.415', '9.238', '141.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289355', 'Desert_Beetle', '6769', '-492.070', '-0.051', '102.096', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17289356', 'Desert_Beetle', '6769', '-522.513', '-0.445', '117.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289357', 'Desert_Beetle', '6769', '-330.211', '-0.178', '117.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289358', 'Antican_Lanista', '6761', '-443.623', '-0.072', '43.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289359', 'Cactuar', '6766', '-399.618', '-0.335', '72.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289360', 'Cactuar', '6766', '-472.000', '0.157', '78.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17289361', 'Tulwar_Scorpion', '6794', '-355.172', '-0.246', '78.347', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17289362', 'Tulwar_Scorpion', '6794', '-525.841', '-0.501', '48.117', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17289363', 'Tulwar_Scorpion', '6794', '-504.332', '0.275', '108.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289364', 'Phorusrhacos', '6791', '-531.798', '-1.569', '102.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289365', 'Desert_Beetle', '6769', '-544.580', '0.214', '-49.029', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289366', 'Desert_Beetle', '6769', '-516.000', '-2.680', '-90.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289367', 'Antican_Lanista', '6761', '-446.821', '-1.386', '-49.346', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17289368', 'Antican_Lanista', '6761', '-470.402', '-0.598', '-46.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289369', 'Cactuar', '6766', '-523.909', '-0.410', '-83.232', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17289370', 'Tulwar_Scorpion', '6794', '-549.405', '-1.478', '-87.859', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17289371', 'Tulwar_Scorpion', '6794', '-488.147', '-0.079', '-11.812', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17289372', 'Tulwar_Scorpion', '6794', '-501.101', '-0.315', '-50.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289373', 'Phorusrhacos', '6791', '-610.000', '-1.292', '-40.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17289374', 'Phorusrhacos', '6791', '-537.000', '0.015', '-44.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289375', 'Desert_Beetle', '6769', '-180.000', '0.104', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289376', 'Desert_Beetle', '6769', '-379.063', '-0.415', '-56.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289377', 'Antican_Secutor', '6763', '-338.499', '0.034', '-127.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289378', 'Antican_Lanista', '6761', '-332.912', '-0.442', '-19.149', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289379', 'Cactuar', '6766', '-331.517', '-0.185', '-142.748', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17289380', 'Cactuar', '6766', '-328.251', '-0.239', '-119.047', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289381', 'Tulwar_Scorpion', '6794', '-371.000', '-1.000', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289382', 'Tulwar_Scorpion', '6794', '-360.848', '-0.823', '-155.447', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17289383', 'Tulwar_Scorpion', '6794', '-309.000', '-1.000', '-162.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17289384', 'Phorusrhacos', '6791', '-342.171', '0.175', '-113.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289385', 'Desert_Beetle', '6769', '-212.054', '-1.870', '-141.455', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17289386', 'Desert_Beetle', '6769', '-203.807', '-0.572', '-128.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289387', 'Antican_Secutor', '6763', '-278.194', '-0.372', '-83.551', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17289388', 'Antican_Retiarius', '6762', '-154.512', '0.136', '-141.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289389', 'Antican_Eques', '6758', '-204.768', '-0.301', '-120.059', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17289390', 'Cactuar', '6766', '-176.568', '0.279', '-151.007', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17289391', 'Desert_Worm', '6773', '-257.268', '0.231', '-117.082', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17289392', 'Desert_Worm', '6773', '-157.672', '-0.039', '-110.942', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17289393', 'Antican_Hoplomachus', '6760', '-128.155', '9.335', '-138.773', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17289394', 'Antican_Hoplomachus', '6760', '-95.683', '8.451', '-142.711', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17289395', 'Antican_Lanista', '6761', '-106.679', '9.257', '-139.843', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17289396', 'Antican_Hoplomachus', '6760', '-23.627', '8.469', '-66.683', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17289397', 'Antican_Hoplomachus', '6760', '-26.779', '8.677', '-102.267', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17289398', 'Antican_Lanista', '6761', '-17.410', '9.583', '-62.066', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289399', 'Antican_Hoplomachus', '6760', '-27.350', '11.280', '-44.913', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17289400', 'Antican_Hoplomachus', '6760', '-48.419', '10.621', '-79.729', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17289401', 'Antican_Lanista', '6761', '-48.702', '10.621', '-88.164', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17289402', 'Antican_Lanista', '6761', '37.779', '9.699', '-101.981', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289403', 'Antican_Hoplomachus', '6760', '-30.479', '9.699', '-182.823', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17289404', 'Antican_Lanista', '6761', '-46.247', '9.696', '-182.763', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17289405', 'Antican_Lanista', '6761', '-79.208', '9.434', '-182.071', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289406', 'Desert_Dhalmel', '6770', '35.924', '0.087', '-98.228', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17289407', 'Desert_Dhalmel', '6770', '10.439', '-0.280', '-80.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289408', 'Desert_Beetle', '6769', '-28.760', '-0.019', '-116.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289409', 'Desert_Beetle', '6769', '6.991', '0.307', '-98.616', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17289410', 'Antican_Retiarius', '6762', '-99.683', '0.115', '-124.406', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17289411', 'Antican_Eques', '6758', '-115.893', '-0.443', '-82.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289412', 'Desert_Worm', '6773', '-72.020', '0.351', '-134.020', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17289413', 'Desert_Worm', '6773', '38.659', '-0.154', '-107.221', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17289414', 'Fire_Elemental', '6777', '-60.857', '-0.194', '-122.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289415', 'Desert_Dhalmel', '6770', '-98.578', '-1.688', '-247.812', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289416', 'Desert_Dhalmel', '6770', '39.709', '-2.346', '-249.613', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17289417', 'Desert_Beetle', '6769', '-113.640', '-0.070', '-224.456', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17289418', 'Desert_Beetle', '6769', '-86.595', '0.187', '-214.242', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289419', 'Antican_Eques', '6758', '-28.217', '0.037', '-160.258', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17289420', 'Antican_Retiarius', '6762', '28.423', '-1.421', '-228.498', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17289421', 'Desert_Worm', '6773', '2.022', '-0.471', '-235.359', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17289422', 'Desert_Worm', '6773', '0.452', '-0.356', '-272.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289423', 'Fire_Elemental', '6777', '-8.197', '-1.162', '-256.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289424', 'Desert_Dhalmel', '6770', '112.989', '-0.724', '-82.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289425', 'Desert_Dhalmel', '6770', '152.304', '-0.013', '-39.266', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17289426', 'Desert_Beetle', '6769', '166.927', '-1.979', '-76.147', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17289427', 'Desert_Beetle', '6769', '77.936', '-0.318', '-79.730', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17289428', 'Desert_Beetle', '6769', '197.353', '-1.194', '6.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289429', 'Antican_Retiarius', '6762', '189.427', '-0.274', '32.971', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17289430', 'Antican_Eques', '6758', '198.611', '0.342', '-22.113', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17289431', 'Desert_Worm', '6773', '154.283', '-0.092', '-35.183', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289432', 'Desert_Worm', '6773', '206.596', '-0.681', '-28.247', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289433', 'Antican_Hoplomachus', '6760', '138.259', '8.205', '-28.840', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17289434', 'Antican_Lanista', '6761', '128.034', '8.659', '-21.503', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17289435', 'Antican_Lanista', '6761', '131.621', '8.478', '-17.329', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289436', 'Antican_Hoplomachus', '6760', '133.003', '11.272', '-4.993', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17289437', 'Desert_Dhalmel', '6770', '100.064', '-0.847', '-154.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289438', 'Desert_Dhalmel', '6770', '161.000', '0.500', '-266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289439', 'Desert_Beetle', '6769', '201.403', '-0.360', '-204.988', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289440', 'Desert_Beetle', '6769', '137.603', '-0.029', '-205.725', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17289441', 'Antican_Secutor', '6763', '108.383', '-1.390', '-173.543', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17289442', 'Antican_Retiarius', '6762', '156.000', '0.500', '-243.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289443', 'Antican_Retiarius', '6762', '116.507', '-1.044', '-196.267', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17289444', 'Desert_Worm', '6773', '127.326', '0.618', '-225.887', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17289445', 'Desert_Worm', '6773', '210.379', '-2.160', '-241.835', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17289446', 'Antican_Secutor', '6763', '183.761', '9.699', '-221.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289447', 'Antican_Secutor', '6763', '168.365', '9.699', '-217.726', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17289448', 'Desert_Spider', '6772', '-2.238', '-0.192', '36.737', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17289449', 'Desert_Beetle', '6769', '149.923', '-0.012', '25.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289450', 'Desert_Dhalmel', '6770', '57.256', '0.116', '13.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289451', 'Desert_Dhalmel', '6770', '70.263', '0.130', '-23.484', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17289452', 'Desert_Dhalmel', '6770', '50.014', '0.256', '7.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289453', 'Celphie', '6768', '70.000', '-0.024', '35.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289454', 'Antican_Retiarius', '6762', '164.615', '0.019', '26.042', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17289455', 'Antican_Retiarius', '6762', '-11.597', '-0.347', '-2.839', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17289456', 'Desert_Worm', '6773', '-4.793', '-0.261', '-9.216', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17289457', 'Desert_Worm', '6773', '-1.301', '0.155', '19.298', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17289458', 'Desert_Beetle', '6769', '-74.000', '0.212', '78.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17289459', 'Desert_Beetle', '6769', '-76.000', '-0.145', '108.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17289460', 'Antican_Secutor', '6763', '-71.296', '0.128', '51.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289461', 'Antican_Secutor', '6763', '-45.223', '-0.342', '112.506', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289462', 'Antican_Eques', '6758', '-80.544', '0.090', '61.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289463', 'Desert_Worm', '6773', '-54.688', '-0.050', '85.721', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17289464', 'Antican_Hoplomachus', '6760', '-58.897', '9.664', '20.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289465', 'Antican_Hoplomachus', '6760', '-40.000', '9.699', '18.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289466', 'Antican_Lanista', '6761', '-22.298', '10.361', '23.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289467', 'Earth_Elemental', '6774', '-58.728', '9.699', '19.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289468', 'Antican_Hoplomachus', '6760', '-14.101', '10.018', '122.044', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17289469', 'Antican_Hoplomachus', '6760', '-18.859', '9.541', '101.082', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17289470', 'Earth_Elemental', '6774', '-12.726', '11.123', '127.840', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289471', 'Antican_Hoplomachus', '6760', '6.241', '11.485', '66.826', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17289472', 'Desert_Spider', '6772', '47.000', '-0.050', '117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289473', 'Desert_Dhalmel', '6770', '78.226', '-0.497', '69.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289474', 'Desert_Dhalmel', '6770', '118.575', '-0.299', '127.016', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17289475', 'Antican_Essedarius', '6759', '33.848', '-0.437', '88.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289476', 'Antican_Retiarius', '6762', '5.673', '0.200', '96.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289477', 'Cactuar', '6766', '10.979', '-0.006', '73.713', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17289478', 'Desert_Worm', '6773', '15.323', '0.037', '73.080', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17289479', 'Desert_Worm', '6773', '100.477', '0.174', '70.438', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17289480', 'Tulwar_Scorpion', '6794', '12.425', '-0.080', '140.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289481', 'Desert_Beetle', '6769', '-107.000', '-6.000', '74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289482', 'Desert_Beetle', '6769', '-96.289', '-2.329', '61.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289483', 'Desert_Beetle', '6769', '-154.183', '-6.734', '101.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289484', 'Desert_Beetle', '6769', '-140.551', '-6.098', '95.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289485', 'Desert_Beetle', '6769', '-180.870', '-7.213', '123.359', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17289486', 'Desert_Beetle', '6769', '-181.645', '-3.533', '141.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289487', 'Desert_Beetle', '6769', '-234.728', '-6.339', '133.488', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17289488', 'Desert_Beetle', '6769', '-222.497', '-7.021', '123.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289489', 'Desert_Beetle', '6769', '-258.331', '-5.464', '116.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289490', 'Desert_Beetle', '6769', '-304.659', '-2.086', '62.683', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17289491', 'Desert_Beetle', '6769', '-294.000', '-4.000', '82.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17289492', 'Cactuar', '6766', '-285.255', '-5.176', '56.817', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17289493', 'Cactuar', '6766', '-266.406', '-5.580', '88.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289494', 'Cactuar', '6766', '-279.754', '-4.966', '60.812', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289495', 'Cactuar', '6766', '-262.366', '-9.456', '49.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289496', 'Desert_Beetle', '6769', '-298.000', '-3.000', '22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289497', 'Desert_Beetle', '6769', '-288.839', '-6.342', '15.336', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17289498', 'Desert_Beetle', '6769', '-252.000', '-5.000', '-26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289499', 'Desert_Beetle', '6769', '-266.927', '-6.187', '-11.880', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289500', 'Desert_Beetle', '6769', '-211.575', '-5.418', '-53.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289501', 'Desert_Beetle', '6769', '-231.000', '-6.000', '-50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289502', 'Desert_Beetle', '6769', '-188.831', '-8.239', '-41.052', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17289503', 'Desert_Beetle', '6769', '-179.000', '-3.000', '-64.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17289504', 'Desert_Beetle', '6769', '-176.590', '-8.437', '-34.658', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289505', 'Desert_Beetle', '6769', '-129.003', '-6.166', '-50.855', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17289506', 'Desert_Beetle', '6769', '-141.000', '-2.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289507', 'Desert_Beetle', '6769', '-109.308', '-5.936', '-15.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289508', 'Desert_Beetle', '6769', '-104.000', '-4.000', '-41.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17289509', 'Desert_Beetle', '6769', '-119.000', '-6.000', '20.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17289510', 'Desert_Beetle', '6769', '-113.737', '-7.817', '11.777', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17289511', 'Desert_Beetle', '6769', '-100.000', '-3.000', '29.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17289512', 'Desert_Beetle', '6769', '-319.671', '-2.902', '-228.132', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289513', 'Desert_Beetle', '6769', '-310.861', '-0.368', '-244.549', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17289514', 'Antican_Secutor', '6763', '-274.806', '-2.791', '-373.179', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17289515', 'Antican_Secutor', '6763', '-223.289', '-1.246', '-206.347', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17289516', 'Antican_Retiarius', '6762', '-210.709', '-0.078', '-350.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289517', 'Antican_Retiarius', '6762', '-224.145', '0.145', '-318.647', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17289518', 'Desert_Beetle', '6769', '-145.821', '-0.533', '-422.799', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17289519', 'Desert_Beetle', '6769', '-152.814', '-1.730', '-447.983', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17289520', 'Desert_Beetle', '6769', '-305.028', '-0.087', '-326.812', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289521', 'Antican_Secutor', '6763', '-167.992', '-0.254', '-327.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289522', 'Antican_Secutor', '6763', '-130.385', '-0.215', '-419.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289523', 'Desert_Beetle', '6769', '-284.724', '-1.009', '-362.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289524', 'Desert_Beetle', '6769', '-293.491', '-0.451', '-335.433', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17289525', 'Desert_Beetle', '6769', '-244.000', '-0.210', '-362.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289526', 'Antican_Secutor', '6763', '-250.000', '-0.010', '-356.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289527', 'Antican_Lanista', '6761', '-260.968', '9.699', '-341.651', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17289528', 'Antican_Secutor', '6763', '-261.601', '9.176', '-293.581', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17289529', 'Antican_Secutor', '6763', '-267.684', '8.679', '-305.077', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17289530', 'Desert_Beetle', '6769', '-191.718', '10.457', '-381.044', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17289531', 'Antican_Secutor', '6763', '-220.649', '9.699', '-365.592', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17289532', 'Antican_Secutor', '6763', '-163.000', '0.427', '-413.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17289533', 'Antican_Secutor', '6763', '-177.766', '0.402', '-388.100', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17289534', 'Desert_Beetle', '6769', '-370.214', '-1.285', '-418.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289535', 'Desert_Beetle', '6769', '-321.158', '0.032', '-453.561', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17289536', 'Desert_Beetle', '6769', '-388.975', '-1.495', '-289.332', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289537', 'Antican_Secutor', '6763', '-314.629', '-2.291', '-490.565', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17289538', 'Antican_Secutor', '6763', '-378.159', '-0.277', '-441.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289539', 'Cactuar', '6766', '-366.263', '-1.477', '-392.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289540', 'Cactuar', '6766', '-356.156', '-0.776', '-403.574', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17289541', 'Fallen_Knight', '6776', '-324.710', '-1.372', '-464.703', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17289542', 'Desert_Beetle', '6769', '-398.000', '-0.010', '-317.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17289543', 'Desert_Beetle', '6769', '-235.271', '-1.061', '-515.183', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17289544', 'Cactuar', '6766', '-392.413', '-1.027', '-293.996', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17289545', 'Tulwar_Scorpion', '6794', '-450.751', '-4.779', '-292.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289546', 'Tulwar_Scorpion', '6794', '-414.454', '-1.274', '-269.994', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289548', 'Desert_Beetle', '6769', '-251.696', '-1.667', '-527.480', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17289549', 'Desert_Beetle', '6769', '-347.191', '0.003', '-585.226', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17289550', 'Antican_Secutor', '6763', '-238.089', '-0.582', '-490.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289551', 'Antican_Secutor', '6763', '-241.705', '-0.253', '-509.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289552', 'Cactuar', '6766', '-274.656', '-0.341', '-521.873', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17289553', 'Fallen_Knight', '6776', '-244.325', '-0.303', '-490.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289554', 'Tulwar_Scorpion', '6794', '-285.978', '0.100', '-542.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289555', 'Desert_Beetle', '6769', '-377.392', '-1.619', '-577.442', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17289556', 'Desert_Beetle', '6769', '-332.337', '0.018', '-591.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289557', 'Desert_Beetle', '6769', '-297.000', '-0.123', '-582.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289558', 'Cactuar', '6766', '-303.343', '-0.038', '-607.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289559', 'Cactuar', '6766', '-458.944', '0.018', '-557.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289560', 'Cactuar_Cantautor', '6767', '-490.000', '-0.539', '-632.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17289561', 'Fallen_Knight', '6776', '-477.209', '-0.426', '-524.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289562', 'Fallen_Knight', '6776', '-460.826', '-0.052', '-553.754', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17289563', 'Lich', '6787', '-449.596', '-0.122', '-544.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289564', 'Lich', '6787', '-330.405', '-0.073', '-571.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289565', 'Tulwar_Scorpion', '6794', '-382.171', '-0.194', '-556.933', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289566', 'Earth_Elemental', '6774', '-355.223', '-0.310', '-590.797', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17289567', 'Desert_Beetle', '6769', '-225.000', '0.148', '-635.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289568', 'Desert_Beetle', '6769', '-195.054', '-0.927', '-639.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289569', 'Desert_Beetle', '6769', '-466.657', '0.428', '-661.806', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17289570', 'Cactuar', '6766', '-238.342', '-0.385', '-674.394', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17289571', 'Fallen_Knight', '6776', '-204.516', '-0.983', '-684.851', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17289572', 'Lich', '6787', '-272.617', '-0.332', '-601.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289573', 'Tulwar_Scorpion', '6794', '-207.000', '-0.200', '-670.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289574', 'Earth_Elemental', '6774', '-241.884', '-0.612', '-672.500', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17289575', 'King_Vinegarroon', '6785', '-239.000', '-0.226', '-650.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17289576', 'Desert_Beetle', '6769', '-451.761', '-0.547', '-683.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289577', 'Desert_Beetle', '6769', '-519.456', '-0.383', '-516.895', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17289578', 'Cactuar', '6766', '-478.142', '-0.457', '-596.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289579', 'Fallen_Knight', '6776', '-488.792', '-0.536', '-649.750', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289580', 'Fallen_Knight', '6776', '-440.686', '-0.324', '-670.567', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17289581', 'Lich', '6787', '-519.981', '-0.229', '-607.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289582', 'Tulwar_Scorpion', '6794', '-523.782', '-0.567', '-638.934', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17289583', 'Tulwar_Scorpion', '6794', '-578.934', '-0.147', '-601.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289584', 'Tulwar_Scorpion', '6794', '-461.428', '6.206', '-714.866', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17289585', 'Tulwar_Scorpion', '6794', '-456.835', '4.401', '-710.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289586', 'Desert_Beetle', '6769', '-499.069', '0.049', '-507.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289587', 'Desert_Beetle', '6769', '-500.815', '-0.065', '-478.289', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17289588', 'Desert_Beetle', '6769', '-833.185', '-8.162', '-468.139', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17289589', 'Cactuar', '6766', '-580.376', '-0.034', '-366.963', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17289590', 'Goblin_Welldigger', '6782', '-487.714', '-0.314', '-476.906', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17289591', 'Fallen_Knight', '6776', '-526.770', '-0.738', '-445.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289592', 'Fallen_Knight', '6776', '-487.170', '-0.212', '-489.925', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17289593', 'Lich', '6787', '-515.540', '-0.474', '-485.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289594', 'Lich', '6787', '-575.039', '0.198', '-386.567', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289595', 'Tulwar_Scorpion', '6794', '-566.516', '-2.206', '-447.617', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17289596', 'Goblin_Bouncer', '6778', '-639.885', '-0.335', '-273.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289597', 'Goblin_Bouncer', '6778', '-595.446', '-0.918', '-324.883', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17289598', 'Goblin_Enchanter', '6780', '-679.000', '-0.010', '-303.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17289599', 'Goblin_Welldigger', '6782', '-602.000', '-0.010', '-293.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17289600', 'Goblin_Hunter', '6781', '-643.000', '-0.010', '-360.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289601', 'Goblin_Enchanter', '6780', '-634.328', '0.632', '-300.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289602', 'Goblin_Hunter', '6781', '-654.500', '-0.366', '-342.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289603', 'Desert_Beetle', '6769', '-750.511', '-7.046', '-411.779', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17289604', 'Desert_Beetle', '6769', '-785.721', '-8.201', '-356.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289605', 'Desert_Beetle', '6769', '-843.616', '-9.861', '-558.625', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289606', 'Antican_Secutor', '6763', '-770.000', '-7.000', '-392.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289607', 'Antican_Lanista', '6761', '-730.744', '-2.052', '-371.475', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17289608', 'Tulwar_Scorpion', '6794', '-792.751', '-8.053', '-483.234', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17289609', 'Phorusrhacos', '6791', '-840.612', '-8.072', '-452.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289610', 'Antican_Hoplomachus', '6760', '-805.049', '2.149', '-498.236', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289611', 'Antican_Lanista', '6761', '-819.911', '0.915', '-459.165', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17289612', 'Antican_Lanista', '6761', '-820.795', '2.539', '-488.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289613', 'Tulwar_Scorpion', '6794', '-805.000', '-8.000', '-367.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289614', 'Tulwar_Scorpion', '6794', '-843.000', '-8.000', '-400.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17289615', 'Desert_Beetle', '6769', '-881.248', '-9.467', '-477.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289616', 'Desert_Beetle', '6769', '-735.602', '-8.850', '-571.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289617', 'Antican_Lanista', '6761', '-827.135', '-9.337', '-570.016', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17289618', 'Tulwar_Scorpion', '6794', '-854.756', '-8.376', '-519.546', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17289619', 'Phorusrhacos', '6791', '-889.000', '-9.000', '-522.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289620', 'Desert_Beetle', '6769', '-709.951', '-9.420', '-543.445', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17289621', 'Desert_Beetle', '6769', '-665.102', '-7.600', '-564.651', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289622', 'Antican_Lanista', '6761', '-754.487', '-8.237', '-553.796', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17289623', 'Tulwar_Scorpion', '6794', '-746.340', '-8.740', '-569.594', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17289624', 'Fire_Elemental', '6777', '-749.922', '-9.201', '-572.935', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17289625', 'Desert_Beetle', '6769', '-730.152', '-10.478', '-635.994', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17289626', 'Antican_Secutor', '6763', '-648.548', '-4.161', '-582.186', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17289627', 'Antican_Lanista', '6761', '-603.651', '-1.184', '-562.766', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17289628', 'Cactuar', '6766', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289629', 'Tulwar_Scorpion', '6794', '-635.870', '-4.126', '-579.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289630', 'Phorusrhacos', '6791', '-638.197', '0.472', '-619.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289631', 'Fire_Elemental', '6777', '-699.907', '-7.883', '-611.907', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17289632', 'Desert_Beetle', '6769', '-679.296', '-7.899', '-628.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289633', 'Desert_Beetle', '6769', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289634', 'Antican_Lanista', '6761', '-675.000', '-7.000', '-657.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17289635', 'Cactuar', '6766', '-665.247', '-7.970', '-681.900', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289636', 'Tulwar_Scorpion', '6794', '-718.999', '-8.294', '-632.175', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289637', 'Phorusrhacos', '6791', '-685.635', '-9.206', '-701.860', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17289639', 'Antican_Hoplomachus', '6760', '-859.414', '-3.199', '-631.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289640', 'Antican_Lanista', '6761', '-846.268', '-11.619', '-696.458', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17289641', 'Antican_Lanista', '6761', '-861.641', '-1.879', '-657.755', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17289642', 'Desert_Manticore', '6771', '-798.000', '-19.000', '-631.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289643', 'Desert_Manticore', '6771', '-728.000', '-19.000', '-712.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289644', 'Desert_Manticore', '6771', '-754.264', '-20.305', '-650.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289645', 'Antican_Lanista', '6761', '-772.364', '-21.296', '-735.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289646', 'Antican_Lanista', '6761', '-847.124', '-22.268', '-644.562', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17289647', 'Phorusrhacos', '6791', '-757.000', '-20.500', '-762.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17289648', 'Antican_Lanista', '6761', '-745.526', '-8.138', '-698.615', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17289649', 'Antican_Hoplomachus', '6760', '-782.450', '-10.173', '-684.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17289650', 'Antican_Hoplomachus', '6760', '-779.065', '-9.692', '-693.424', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17289651', 'Antican_Hoplomachus', '6760', '-765.857', '-8.678', '-672.943', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17289652', 'Goblin_Digger', '6779', '-406.759', '0.180', '-540.065', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17289653', 'Sabotender_Enamorado', '6793', '-262.568', '-8.248', '51.540', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289654', 'Eastern_Sphinx', '6775', '-326.219', '0.392', '-109.227', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17289655', 'Western_Sphinx', '6795', '-324.728', '0.102', '-113.180', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17289656', 'Maharaja', '6788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289657', 'Monarca_de_Altepa', '6789', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289756', 'Kilhwch', '6784', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289758', 'Lhu_Mhakaracca', '6786', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289763', 'Noillurie', '6790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293313', 'Qufim_Pugil', '6831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293314', 'Greater_Pugil', '6816', '37.000', '-20.000', '289.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17293315', 'Sea_Bishop', '6832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293316', 'Vepar', '6838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293317', 'Kraken', '6827', '-16.982', '-17.799', '104.339', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17293318', 'Kraken', '6827', '-105.769', '-22.031', '385.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293319', 'Seeker_Bats', '6834', '154.295', '19.536', '-361.910', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293320', 'Seeker_Bats', '6834', '150.404', '19.908', '-364.501', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17293321', 'Dancing_Weapon', '6800', '154.515', '19.888', '-367.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293322', 'Seeker_Bats', '6834', '202.526', '19.987', '-152.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293323', 'Seeker_Bats', '6834', '162.328', '19.610', '-204.208', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17293324', 'Dancing_Weapon', '6800', '211.774', '19.326', '-164.058', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17293325', 'Dancing_Weapon', '6800', '175.054', '20.370', '-202.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293326', 'Seeker_Bats', '6834', '232.845', '3.358', '-60.768', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17293327', 'Seeker_Bats', '6834', '234.855', '2.706', '-59.326', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17293328', 'Dancing_Weapon', '6800', '257.587', '-8.303', '-27.606', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17293329', 'Land_Worm', '6828', '166.179', '-20.339', '-20.844', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17293330', 'Land_Worm', '6828', '155.386', '-20.489', '-17.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293331', 'Clipper', '6799', '73.138', '-20.011', '-16.400', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17293332', 'Clipper', '6799', '128.205', '-20.917', '-10.987', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17293333', 'Clipper', '6799', '98.359', '-19.984', '-8.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293334', 'Clipper', '6799', '97.405', '-19.943', '30.225', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17293335', 'Land_Worm', '6828', '58.229', '-19.703', '1.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293336', 'Land_Worm', '6828', '79.295', '-20.472', '-38.793', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17293337', 'Land_Worm', '6828', '126.788', '-20.561', '-5.557', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17293338', 'Dark_Bats', '6801', '97.931', '-20.146', '54.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293339', 'Dark_Bats', '6801', '51.297', '-19.930', '-18.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293340', 'Glow_Bat', '6813', '93.010', '-20.118', '-5.074', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17293341', 'Giant_Ranger', '6809', '97.597', '-19.730', '37.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293342', 'Giant_Ascetic', '6804', '111.750', '-20.287', '38.986', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17293343', 'Giant_Trapper', '6810', '84.515', '-19.946', '25.945', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17293344', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293345', 'Giant_Hunter', '6807', '116.000', '-20.500', '120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293346', 'Giant_Ranger', '6809', '127.642', '-19.847', '26.319', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17293347', 'Giant_Ascetic', '6804', '133.000', '-19.000', '92.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17293348', 'Giant_Trapper', '6810', '81.100', '-19.520', '60.416', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17293349', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293350', 'Giant_Hunter', '6807', '115.523', '-19.538', '20.287', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17293351', 'Wight', '6840', '100.618', '-19.796', '10.374', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17293352', 'Wight', '6840', '67.996', '-20.026', '-37.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293353', 'Light_Elemental', '6829', '121.291', '-20.500', '2.152', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17293354', 'Dancing_Weapon', '6800', '132.000', '-20.329', '51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293355', 'Clipper', '6799', '26.713', '-20.598', '-65.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293356', 'Clipper', '6799', '-7.569', '-20.255', '-98.655', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17293357', 'Clipper', '6799', '4.205', '-19.892', '-102.179', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17293358', 'Clipper', '6799', '-33.394', '-19.919', '-63.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293359', 'Greater_Pugil', '6816', '85.000', '-19.000', '-63.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17293360', 'Greater_Pugil', '6816', '68.233', '-20.712', '-58.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293361', 'Greater_Pugil', '6816', '18.003', '-19.775', '-74.207', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17293362', 'Greater_Pugil', '6816', '-39.253', '-20.268', '-63.281', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17293363', 'Greater_Pugil', '6816', '-11.850', '-20.004', '-95.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293364', 'Greater_Pugil', '6816', '25.000', '-19.000', '-95.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17293365', 'Banshee', '6798', '93.812', '-21.756', '-57.691', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17293366', 'Thunder_Elemental', '6836', '-18.441', '-20.746', '-56.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293367', 'Clipper', '6799', '51.281', '-20.151', '-43.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293368', 'Clipper', '6799', '18.827', '-21.515', '-20.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293369', 'Clipper', '6799', '127.000', '-20.000', '7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293370', 'Clipper', '6799', '23.850', '-19.843', '-7.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293371', 'Land_Worm', '6828', '-0.039', '-20.616', '4.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293372', 'Land_Worm', '6828', '40.167', '-19.617', '-20.335', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17293373', 'Dark_Bats', '6801', '17.795', '-20.564', '-14.370', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293374', 'Dark_Bats', '6801', '2.534', '-19.825', '-54.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293375', 'Glow_Bat', '6813', '52.197', '-20.236', '-42.598', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293376', 'Giant_Ranger', '6809', '74.000', '-19.000', '7.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17293377', 'Giant_Ascetic', '6804', '-1.926', '-19.806', '-14.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293378', 'Giant_Trapper', '6810', '77.477', '-20.500', '38.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293379', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293380', 'Giant_Hunter', '6807', '51.665', '-20.414', '-26.076', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17293381', 'Giant_Ranger', '6809', '12.640', '-20.527', '-13.221', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17293382', 'Giant_Ascetic', '6804', '-2.000', '-20.000', '-41.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17293383', 'Giant_Trapper', '6810', '20.400', '-19.578', '-0.345', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17293384', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293385', 'Giant_Hunter', '6807', '25.481', '-20.217', '-52.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293386', 'Wight', '6840', '7.254', '-20.318', '-49.260', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17293387', 'Wight', '6840', '14.317', '-20.471', '-29.944', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17293388', 'Light_Elemental', '6829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293390', 'Clipper', '6799', '140.093', '-20.155', '107.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293391', 'Clipper', '6799', '158.450', '-20.491', '79.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293392', 'Clipper', '6799', '154.468', '-20.272', '46.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293393', 'Clipper', '6799', '165.827', '-20.386', '107.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293394', 'Land_Worm', '6828', '122.702', '-19.724', '100.475', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17293395', 'Land_Worm', '6828', '161.793', '-20.445', '84.897', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293396', 'Dark_Bats', '6801', '128.123', '-20.193', '64.695', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293397', 'Dark_Bats', '6801', '132.243', '-20.063', '116.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293398', 'Glow_Bat', '6813', '146.104', '-20.246', '112.231', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17293399', 'Giant_Ranger', '6809', '90.540', '-20.397', '85.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293400', 'Giant_Ascetic', '6804', '138.488', '-20.106', '69.028', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293401', 'Giant_Trapper', '6810', '169.804', '-20.842', '104.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293402', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293403', 'Giant_Hunter', '6807', '151.342', '-20.500', '108.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293404', 'Wight', '6840', '118.649', '-20.477', '78.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293405', 'Wight', '6840', '148.543', '-19.992', '43.302', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293406', 'Light_Elemental', '6829', '139.842', '-19.704', '115.860', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293407', 'Banshee', '6798', '203.302', '-20.631', '113.160', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17293408', 'Banshee', '6798', '204.455', '-20.519', '117.017', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293409', 'Clipper', '6799', '114.831', '-20.446', '134.955', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17293410', 'Clipper', '6799', '145.320', '-20.824', '138.083', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293411', 'Clipper', '6799', '108.759', '-20.458', '167.470', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17293412', 'Land_Worm', '6828', '168.622', '-20.796', '146.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293413', 'Land_Worm', '6828', '94.104', '-20.648', '176.468', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17293414', 'Dark_Bats', '6801', '133.508', '-20.134', '166.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293415', 'Glow_Bat', '6813', '130.448', '-20.350', '150.973', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17293416', 'Glow_Bat', '6813', '155.404', '-20.348', '154.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293417', 'Giant_Ranger', '6809', '108.174', '-20.348', '166.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293418', 'Giant_Ascetic', '6804', '150.733', '-20.274', '130.439', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17293419', 'Giant_Trapper', '6810', '80.891', '-20.286', '168.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293420', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293421', 'Giant_Hunter', '6807', '161.947', '-19.796', '144.966', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17293422', 'Wight', '6840', '145.771', '-20.364', '114.513', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17293423', 'Wight', '6840', '133.997', '-19.968', '165.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293424', 'Light_Elemental', '6829', '168.190', '-20.220', '118.955', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17293425', 'Clipper', '6799', '-118.315', '-20.406', '17.336', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17293426', 'Clipper', '6799', '-122.955', '-20.274', '18.869', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293427', 'Clipper', '6799', '-79.159', '-20.366', '17.701', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17293428', 'Wight', '6840', '-58.427', '-20.754', '13.732', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17293429', 'Wight', '6840', '-60.019', '-20.374', '0.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293430', 'Clipper', '6799', '-34.386', '-19.546', '107.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293431', 'Clipper', '6799', '-44.323', '-20.952', '128.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293432', 'Clipper', '6799', '-13.000', '-19.000', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293433', 'Clipper', '6799', '-40.070', '-19.514', '99.493', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17293434', 'Clipper', '6799', '-31.033', '-20.369', '91.914', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17293435', 'Land_Worm', '6828', '-0.237', '-20.500', '120.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293436', 'Land_Worm', '6828', '-9.000', '-19.000', '77.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17293437', 'Land_Worm', '6828', '-33.680', '-20.359', '83.788', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293438', 'Land_Worm', '6828', '-32.522', '-20.515', '125.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293439', 'Land_Worm', '6828', '-50.277', '-21.257', '99.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293440', 'Banshee', '6798', '-8.638', '-19.998', '94.708', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17293441', 'Banshee', '6798', '-35.267', '-19.591', '104.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293442', 'Clipper', '6799', '29.783', '-20.276', '225.066', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293443', 'Clipper', '6799', '56.030', '-19.987', '198.334', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293444', 'Clipper', '6799', '37.017', '-20.207', '210.765', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17293445', 'Clipper', '6799', '-20.705', '-20.299', '261.622', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17293446', 'Land_Worm', '6828', '-7.408', '-20.661', '238.485', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17293447', 'Land_Worm', '6828', '25.322', '-20.148', '247.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293448', 'Dark_Bats', '6801', '16.206', '-20.554', '222.769', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17293449', 'Dark_Bats', '6801', '50.482', '-20.320', '209.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293450', 'Glow_Bat', '6813', '-5.017', '-20.578', '203.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293451', 'Giant_Ranger', '6809', '11.573', '-20.561', '224.654', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17293452', 'Giant_Ascetic', '6804', '-5.341', '-20.068', '214.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293453', 'Giant_Trapper', '6810', '67.965', '-20.090', '201.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293454', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293455', 'Giant_Hunter', '6807', '0.510', '-20.454', '245.121', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17293456', 'Wight', '6840', '50.569', '-21.260', '264.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293457', 'Wight', '6840', '40.916', '-19.883', '254.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293458', 'Clipper', '6799', '4.000', '-20.000', '281.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17293459', 'Clipper', '6799', '9.000', '-20.000', '267.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17293460', 'Clipper', '6799', '8.000', '-19.000', '272.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17293461', 'Clipper', '6799', '-2.695', '-19.775', '294.761', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17293462', 'Greater_Pugil', '6816', '41.000', '-20.000', '286.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293463', 'Greater_Pugil', '6816', '-2.906', '-20.257', '310.320', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293464', 'Greater_Pugil', '6816', '5.722', '-20.519', '318.156', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17293465', 'Greater_Pugil', '6816', '8.958', '-20.395', '318.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293466', 'Greater_Pugil', '6816', '19.251', '-21.636', '289.331', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17293467', 'Greater_Pugil', '6816', '13.000', '-20.327', '301.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293468', 'Banshee', '6798', '-8.542', '-20.773', '300.196', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17293469', 'Thunder_Elemental', '6836', '15.900', '-21.316', '293.636', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293470', 'Clipper', '6799', '-210.276', '-19.546', '-18.915', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17293471', 'Clipper', '6799', '-301.420', '-20.515', '58.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293472', 'Clipper', '6799', '-330.418', '-19.675', '50.818', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17293473', 'Clipper', '6799', '-220.840', '-20.054', '-5.086', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17293474', 'Greater_Pugil', '6816', '-209.178', '-19.657', '-18.833', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17293475', 'Greater_Pugil', '6816', '-295.000', '-19.000', '23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293476', 'Greater_Pugil', '6816', '-201.795', '-20.234', '-20.957', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17293477', 'Greater_Pugil', '6816', '-226.000', '-19.000', '10.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17293478', 'Acrophies', '6796', '-337.272', '-20.362', '43.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293479', 'Acrophies', '6796', '-338.573', '-20.418', '37.145', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17293480', 'Acrophies', '6796', '-215.274', '-20.524', '28.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293481', 'Acrophies', '6796', '-268.192', '-20.066', '35.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293482', 'Banshee', '6798', '-292.246', '-20.813', '50.106', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293483', 'Banshee', '6798', '-244.268', '-20.527', '43.688', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17293484', 'Thunder_Elemental', '6836', '-281.007', '-20.646', '87.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293486', 'Kraken', '6827', '-265.044', '-4.116', '26.452', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17293487', 'Clipper', '6799', '-205.046', '-20.309', '71.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293488', 'Clipper', '6799', '-163.906', '-20.522', '36.138', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17293489', 'Clipper', '6799', '-202.887', '-20.445', '84.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293490', 'Clipper', '6799', '-155.116', '-20.374', '48.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293491', 'Dark_Bats', '6801', '-208.629', '-20.743', '70.208', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293492', 'Dark_Bats', '6801', '-166.723', '-20.917', '86.685', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17293493', 'Acrophies', '6796', '-173.199', '-20.105', '82.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293494', 'Acrophies', '6796', '-207.187', '-20.330', '37.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293495', 'Glow_Bat', '6813', '-169.356', '-20.541', '31.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293496', 'Giant_Ranger', '6809', '-203.012', '-19.587', '141.747', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17293497', 'Giant_Ascetic', '6804', '-183.256', '-19.704', '35.952', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293498', 'Giant_Trapper', '6810', '-155.357', '-19.821', '56.320', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17293499', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293500', 'Giant_Hunter', '6807', '-205.806', '-20.480', '71.884', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17293501', 'Wight', '6840', '-211.072', '-20.926', '63.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293502', 'Wight', '6840', '-165.873', '-20.399', '74.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293503', 'Wight', '6840', '-188.438', '-21.307', '101.146', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293504', 'Light_Elemental', '6829', '-174.144', '-20.287', '56.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293505', 'Clipper', '6799', '4.000', '-19.000', '90.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17293506', 'Wight', '6840', '-59.981', '-20.746', '169.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293507', 'Clipper', '6799', '-204.842', '-19.907', '217.130', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17293508', 'Clipper', '6799', '-247.290', '-20.308', '267.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293509', 'Clipper', '6799', '-230.245', '-20.189', '214.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293510', 'Clipper', '6799', '-199.598', '-19.549', '220.712', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17293511', 'Clipper', '6799', '-178.389', '-21.370', '220.464', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293512', 'Dark_Bats', '6801', '-193.434', '-20.381', '193.800', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293513', 'Dark_Bats', '6801', '-132.884', '-20.448', '226.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293514', 'Acrophies', '6796', '-146.361', '-20.277', '229.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293515', 'Acrophies', '6796', '-251.752', '-20.387', '234.141', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293516', 'Acrophies', '6796', '-124.312', '-20.409', '208.198', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17293517', 'Glow_Bat', '6813', '-179.304', '-19.763', '207.884', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17293518', 'Glow_Bat', '6813', '-205.430', '-20.268', '211.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293519', 'Giant_Ranger', '6809', '-187.000', '-19.000', '359.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293520', 'Giant_Ascetic', '6804', '-177.398', '-20.682', '190.872', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17293521', 'Giant_Trapper', '6810', '-202.000', '-19.000', '176.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17293522', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293523', 'Giant_Hunter', '6807', '-201.834', '-20.500', '200.950', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17293524', 'Giant_Ranger', '6809', '-185.000', '-19.000', '71.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17293525', 'Giant_Ascetic', '6804', '-172.299', '-20.432', '227.098', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17293526', 'Giant_Trapper', '6810', '-155.590', '-20.479', '199.600', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17293527', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293528', 'Giant_Hunter', '6807', '-133.569', '-20.469', '224.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293529', 'Wight', '6840', '-124.359', '-20.357', '204.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293530', 'Wight', '6840', '-226.132', '-20.794', '189.292', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17293531', 'Wight', '6840', '-204.294', '-20.408', '195.454', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293532', 'Light_Elemental', '6829', '-258.393', '-20.497', '264.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293533', 'Dancing_Weapon', '6800', '-138.180', '-20.928', '228.793', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17293534', 'Dancing_Weapon', '6800', '-157.659', '-25.501', '235.862', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293535', 'Dancing_Weapon', '6800', '-151.429', '-26.831', '235.223', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293536', 'Dancing_Weapon', '6800', '-137.651', '-23.507', '231.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293537', 'Trickster_Kinetix', '6837', '-159.000', '-19.000', '244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293538', 'Clipper', '6799', '-135.855', '-20.144', '269.486', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17293539', 'Clipper', '6799', '-225.000', '-19.000', '304.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17293540', 'Clipper', '6799', '-142.773', '-20.283', '300.440', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293541', 'Clipper', '6799', '-86.042', '-20.438', '246.677', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293542', 'Clipper', '6799', '-138.300', '-19.629', '281.239', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17293543', 'Dark_Bats', '6801', '-132.607', '-20.261', '311.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293544', 'Dark_Bats', '6801', '-206.858', '-20.097', '288.513', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17293545', 'Dark_Bats', '6801', '-170.683', '-20.273', '306.084', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17293546', 'Acrophies', '6796', '-99.571', '-21.144', '226.513', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17293547', 'Acrophies', '6796', '-75.343', '-19.811', '259.543', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17293548', 'Acrophies', '6796', '-125.655', '-20.394', '277.309', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17293549', 'Glow_Bat', '6813', '-134.231', '-19.846', '285.949', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17293550', 'Giant_Ranger', '6809', '-129.000', '-20.000', '252.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17293551', 'Giant_Ascetic', '6804', '-227.000', '-19.000', '240.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293552', 'Giant_Trapper', '6810', '-160.987', '-19.649', '302.987', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17293553', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293554', 'Giant_Hunter', '6807', '-126.000', '-19.000', '284.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17293555', 'Giant_Ranger', '6809', '-106.174', '-19.917', '276.835', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17293556', 'Giant_Ascetic', '6804', '-98.000', '-19.000', '247.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293557', 'Giant_Trapper', '6810', '-189.863', '-20.193', '280.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293558', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293559', 'Giant_Hunter', '6807', '-163.000', '-20.000', '280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293560', 'Wight', '6840', '-79.880', '-20.519', '279.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293561', 'Wight', '6840', '-178.913', '-19.620', '277.697', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17293562', 'Wight', '6840', '-202.466', '-20.384', '267.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293563', 'Light_Elemental', '6829', '-173.685', '-20.224', '311.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293564', 'Clipper', '6799', '-233.701', '-20.501', '327.792', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17293565', 'Clipper', '6799', '-253.625', '-20.482', '368.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293566', 'Clipper', '6799', '-186.287', '-20.115', '319.164', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17293567', 'Clipper', '6799', '-237.884', '-19.789', '381.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293568', 'Dark_Bats', '6801', '-247.216', '-20.158', '391.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293569', 'Dark_Bats', '6801', '-172.082', '-20.164', '364.322', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17293570', 'Acrophies', '6796', '-182.773', '-19.936', '329.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293571', 'Acrophies', '6796', '-213.870', '-20.087', '409.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293572', 'Glow_Bat', '6813', '-220.006', '-20.357', '446.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293573', 'Glow_Bat', '6813', '-206.592', '-20.223', '319.932', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17293574', 'Giant_Ranger', '6809', '-163.754', '-19.678', '336.425', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17293575', 'Giant_Ascetic', '6804', '-188.392', '-21.169', '387.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293576', 'Giant_Trapper', '6810', '-221.000', '-19.000', '366.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17293577', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293578', 'Giant_Hunter', '6807', '-248.000', '-19.000', '376.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293579', 'Wight', '6840', '-260.565', '-20.601', '364.715', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17293580', 'Wight', '6840', '-238.000', '-20.000', '396.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293581', 'Light_Elemental', '6829', '-248.703', '-20.264', '397.951', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17293582', 'Clipper', '6799', '-144.994', '-21.597', '377.807', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17293583', 'Clipper', '6799', '-193.000', '-19.000', '347.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293584', 'Clipper', '6799', '-214.000', '-19.000', '314.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17293585', 'Clipper', '6799', '-147.944', '-20.363', '349.353', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17293586', 'Greater_Pugil', '6816', '-123.719', '-19.683', '376.637', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293587', 'Greater_Pugil', '6816', '-105.680', '-20.126', '353.412', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17293588', 'Greater_Pugil', '6816', '-107.525', '-20.212', '379.564', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17293589', 'Greater_Pugil', '6816', '-108.059', '-20.687', '343.693', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17293590', 'Acrophies', '6796', '-141.837', '-21.055', '341.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293591', 'Acrophies', '6796', '-111.537', '-20.179', '395.880', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17293592', 'Acrophies', '6796', '-75.208', '-20.560', '355.569', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293593', 'Acrophies', '6796', '-117.502', '-19.916', '383.993', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17293594', 'Banshee', '6798', '-122.106', '-19.918', '384.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293595', 'Banshee', '6798', '-103.964', '-20.654', '380.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293596', 'Thunder_Elemental', '6836', '-120.363', '-20.487', '403.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293598', 'Seeker_Bats', '6834', '-294.000', '-11.000', '483.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293599', 'Seeker_Bats', '6834', '-335.014', '-11.639', '442.083', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17293600', 'Seeker_Bats', '6834', '-305.772', '-12.799', '457.087', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17293601', 'Ancient_Bat', '6797', '-368.598', '-12.418', '436.948', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17293602', 'Ancient_Bat', '6797', '-321.689', '-12.729', '445.407', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17293603', 'Wight', '6840', '-339.128', '-12.994', '533.764', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17293604', 'Wight', '6840', '-335.886', '-13.522', '532.259', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17293605', 'Seeker_Bats', '6834', '-419.640', '-5.890', '433.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293606', 'Seeker_Bats', '6834', '-471.459', '-10.592', '407.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293607', 'Ancient_Bat', '6797', '-467.647', '-10.334', '407.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293608', 'Ancient_Bat', '6797', '-475.560', '-11.062', '372.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293609', 'Wight', '6840', '-427.571', '-12.507', '337.510', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17293610', 'Wight', '6840', '-419.158', '-11.386', '339.963', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17293611', 'Seeker_Bats', '6834', '-497.248', '-10.908', '355.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293612', 'Seeker_Bats', '6834', '-479.353', '-11.255', '370.408', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17293613', 'Ancient_Bat', '6797', '-496.902', '-10.748', '361.449', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17293614', 'Ancient_Bat', '6797', '-488.081', '-11.431', '366.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293615', 'Dancing_Weapon', '6800', '-486.000', '-12.000', '347.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293616', 'Dancing_Weapon', '6800', '-494.484', '-10.869', '359.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293617', 'Hobgoblin_Warrior', '6823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293618', 'Hobgoblin_White_Mage', '6824', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293619', 'Hobgoblin_Black_Mage', '6818', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293620', 'Hobgoblin_Red_Mage', '6821', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293621', 'Hobgoblin_Thief', '6822', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293622', 'Hobgoblin_Dark_Knight', '6819', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293623', 'Hobgoblin_Ranger', '6820', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293624', 'Hobgoblin_Beastmaster', '6817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293625', 'Goblin_s_Leech', '6815', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293626', 'Giant_Warrior', '6811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293627', 'Giant_Monk', '6808', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293628', 'Giant_Beastmaster', '6805', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293629', 'Giant_High_Ranger', '6806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293630', 'Gigas_s_Leech', '6812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293631', 'Giant_Ranger', '6809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293632', 'Giant_Ranger', '6809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293633', 'Giant_Hunter', '6807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293634', 'Giant_Hunter', '6807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293635', 'Giant_Ranger', '6809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293636', 'Giant_Ranger', '6809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293637', 'Giant_Hunter', '6807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293638', 'Giant_Hunter', '6807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293639', 'Hunting_Chief', '6825', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293640', 'Dosetsu_Tree', '6803', '-240.000', '-20.795', '37.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17293641', 'Ingaevon', '6826', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293642', 'Malefic_Fencer', '6830', '-316.000', '-12.500', '436.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293643', 'Seed_Mandragora', '6833', '-121.065', '-20.308', '312.177', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17293644', 'Seed_Mandragora', '6833', '-121.120', '-20.249', '310.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293645', 'Seed_Mandragora', '6833', '-120.317', '-20.075', '310.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293646', 'Seed_Mandragora', '6833', '-122.605', '-20.264', '312.834', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17293647', 'Seed_Mandragora', '6833', '-120.968', '-20.171', '309.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17293648', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293649', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293650', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293651', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293652', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293653', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293654', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293655', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293656', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293657', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293658', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293659', 'Goblin_Bounty_Hunter', '6814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293717', 'Volker', '6839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293751', 'Diabolos', '6802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293752', 'Diabolos', '6802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293753', 'Diabolos', '6802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293758', 'Seed_Mandragora', '6833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293759', 'Seed_Mandragora', '6833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293760', 'Seed_Mandragora', '6833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293761', 'Seed_Mandragora', '6833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293762', 'Seed_Mandragora', '6833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293763', 'Seed_Mandragora', '6833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17293773', 'Shantotto', '6835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17297409', 'Lesser_Gaylas', '6850', '171.183', '4.291', '-124.580', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17297410', 'Lesser_Gaylas', '6850', '153.156', '3.746', '-116.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297411', 'Lesser_Gaylas', '6850', '89.000', '2.000', '-103.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17297412', 'Greater_Gayla', '6846', '119.409', '3.860', '-126.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297413', 'Greater_Gayla', '6846', '175.632', '3.077', '-98.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297414', 'Thunder_Elemental', '6856', '138.615', '3.400', '-101.378', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17297415', 'Light_Elemental', '6851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17297416', 'Demonic_Weapon', '6844', '159.000', '4.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297417', 'Demonic_Weapon', '6844', '192.178', '3.851', '-86.399', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17297418', 'Lost_Soul', '6852', '124.000', '4.000', '-117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297419', 'Lost_Soul', '6852', '165.000', '4.000', '-116.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17297420', 'Lost_Soul', '6852', '154.000', '4.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297421', 'Lost_Soul', '6852', '141.000', '4.000', '-130.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17297422', 'Demonic_Weapon', '6844', '23.000', '-4.000', '-30.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297423', 'Demonic_Weapon', '6844', '1.531', '-3.612', '-23.642', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17297424', 'Lesser_Gaylas', '6850', '-104.000', '-9.000', '-19.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17297425', 'Lesser_Gaylas', '6850', '-68.693', '-3.265', '-71.942', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17297426', 'Greater_Gayla', '6846', '-97.892', '-6.114', '-50.670', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17297427', 'Greater_Gayla', '6846', '-82.446', '-3.896', '-71.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297428', 'Lesser_Gaylas', '6850', '-64.514', '-4.798', '11.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297429', 'Lesser_Gaylas', '6850', '-49.231', '-4.483', '-5.900', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297430', 'Greater_Gayla', '6846', '-52.906', '-3.392', '14.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297431', 'Greater_Gayla', '6846', '-100.000', '-9.000', '22.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17297432', 'Master_Coeurl', '6853', '-82.389', '-4.301', '-90.121', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17297433', 'Bhuta', '6843', '-70.571', '-4.375', '-85.672', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17297434', 'Thunder_Elemental', '6856', '-84.343', '-4.477', '-85.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297435', 'Light_Elemental', '6851', '-80.538', '-4.413', '-79.202', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17297436', 'Master_Coeurl', '6853', '-36.000', '-3.000', '-6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297437', 'Bhuta', '6843', '-24.568', '-3.857', '4.811', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17297438', 'Thunder_Elemental', '6856', '-44.195', '-4.390', '-8.444', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17297439', 'Light_Elemental', '6851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17297440', 'Behemoth', '6842', '-277.763', '-20.309', '72.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297441', 'King_Behemoth', '6848', '-267.469', '-19.831', '73.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17297442', 'Thunder_Elemental', '6856', '-226.728', '-20.524', '21.987', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17297443', 'Thunder_Elemental', '6856', '-270.475', '-20.439', '75.426', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17297444', 'Light_Elemental', '6851', '-209.248', '-19.929', '61.437', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17297445', 'Light_Elemental', '6851', '-248.852', '-20.733', '87.634', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17297446', 'Picklix_Longindex', '6855', '212.000', '3.000', '-77.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17297447', 'Moxnix_Nightgoggle', '6854', '212.000', '3.000', '-78.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17297448', 'Doglix_Muttsnout', '6845', '212.000', '3.000', '-79.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17297449', 'Ancient_Weapon', '6841', '-77.000', '-4.000', '-92.000', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17297450', 'Legendary_Weapon', '6849', '-75.000', '-4.000', '-92.000', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17297451', 'Gudanna', '6847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17301505', 'Velociraptor', '6867', '-98.000', '-0.050', '-39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301506', 'Velociraptor', '6867', '-121.942', '-0.500', '0.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301507', 'Peryton', '6864', '-119.444', '-0.270', '-26.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301508', 'Velociraptor', '6867', '-72.278', '-0.322', '-34.654', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17301509', 'Velociraptor', '6867', '-43.079', '-0.632', '-43.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301510', 'Peryton', '6864', '-51.818', '-0.382', '-27.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301511', 'Velociraptor', '6867', '-8.000', '-0.956', '-40.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17301512', 'Velociraptor', '6867', '-15.917', '-0.563', '-24.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301513', 'Peryton', '6864', '-22.182', '0.348', '-40.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301514', 'Fire_Elemental', '6860', '-19.868', '-0.534', '-29.271', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17301515', 'Velociraptor', '6867', '-29.967', '-0.207', '3.904', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17301516', 'Peryton', '6864', '-32.410', '-0.304', '8.461', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301517', 'Velociraptor', '6867', '-15.573', '0.004', '46.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301518', 'Peryton', '6864', '-7.207', '-0.447', '33.867', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301519', 'Velociraptor', '6867', '-30.000', '-0.297', '27.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301520', 'Velociraptor', '6867', '44.093', '-0.720', '33.270', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17301521', 'Peryton', '6864', '46.461', '-0.324', '19.126', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301522', 'Air_Elemental', '6858', '45.504', '-0.612', '38.518', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17301523', 'Velociraptor', '6867', '77.066', '-0.507', '-1.079', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17301524', 'Peryton', '6864', '53.966', '-0.079', '-8.595', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17301525', 'Fire_Elemental', '6860', '-25.864', '-3.904', '-64.997', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17301526', 'Air_Elemental', '6858', '-14.432', '-4.043', '63.329', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301527', 'Velociraptor', '6867', '111.527', '-0.128', '-9.940', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17301528', 'Velociraptor', '6867', '123.000', '-0.050', '-2.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301529', 'Velociraptor', '6867', '127.000', '-0.010', '-21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301530', 'Velociraptor', '6867', '127.000', '-0.010', '-41.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17301531', 'Peryton', '6864', '117.000', '-0.050', '-32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301532', 'Valley_Manticore', '6866', '-5.094', '-0.389', '-3.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301533', 'Valley_Manticore', '6866', '3.000', '-0.133', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301534', 'Valley_Manticore', '6866', '13.965', '-0.189', '-0.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301535', 'Velociraptor', '6867', '-43.000', '-0.357', '40.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301536', 'Peryton', '6864', '8.466', '-0.336', '-23.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17301537', 'Adamantoise', '6857', '3.000', '-0.416', '8.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17301538', 'Aspidochelone', '6859', '19.000', '0.089', '14.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17301539', 'Skahnowa', '6865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17301570', 'Kilhwch', '6861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17301572', 'Lhu_Mhakaracca', '6862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17301577', 'Noillurie', '6863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309697', 'Sprinkler', '6939', '-6.029', '-40.520', '-417.210', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309698', 'Sprinkler', '6939', '6.836', '-38.595', '-444.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309699', 'Sprinkler', '6939', '-22.376', '-40.700', '-369.892', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17309700', 'Flamingo', '6929', '-36.338', '-40.700', '-373.859', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309701', 'Sprinkler', '6939', '29.579', '-40.700', '-384.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309702', 'Flamingo', '6929', '39.319', '-40.700', '-372.761', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309703', 'Sprinkler', '6939', '1.211', '-40.500', '-369.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309704', 'Flamingo', '6929', '52.662', '-40.587', '-430.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309705', 'Flamingo', '6929', '28.409', '-40.700', '-436.958', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17309706', 'Flamingo', '6929', '51.646', '-40.677', '-438.232', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17309707', 'Sprinkler', '6939', '38.391', '-33.876', '-398.296', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309708', 'Sprinkler', '6939', '38.887', '-33.149', '-396.856', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17309709', 'Sprinkler', '6939', '73.319', '-24.548', '-397.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309710', 'Sprinkler', '6939', '80.356', '-24.509', '-389.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309711', 'Sprinkler', '6939', '86.126', '-24.521', '-410.703', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17309712', 'Sprinkler', '6939', '125.146', '-24.631', '-377.619', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17309713', 'Sprinkler', '6939', '107.903', '-24.500', '-376.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309714', 'Sprinkler', '6939', '148.473', '-24.500', '-387.271', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17309715', 'Groundskeeper', '6931', '150.816', '-30.958', '-365.575', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17309716', 'Sprinkler', '6939', '153.431', '-30.500', '-349.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309717', 'Groundskeeper', '6931', '184.838', '-40.527', '-425.415', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17309718', 'Sprinkler', '6939', '183.755', '-40.509', '-419.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309719', 'Groundskeeper', '6931', '133.956', '-38.644', '-436.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309720', 'Flamingo', '6929', '-34.462', '-40.700', '-446.969', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309721', 'Flamingo', '6929', '-71.999', '-40.327', '-460.432', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309722', 'Flamingo', '6929', '-47.044', '-40.686', '-442.421', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17309723', 'Sprinkler', '6939', '-68.525', '-40.700', '-453.791', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17309724', 'Sprinkler', '6939', '-67.905', '-40.700', '-453.213', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17309725', 'Sprinkler', '6939', '-81.144', '-24.514', '-401.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309726', 'Sprinkler', '6939', '-93.358', '-24.655', '-403.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309727', 'Sprinkler', '6939', '-73.869', '-24.500', '-411.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309728', 'Sprinkler', '6939', '-149.476', '-24.500', '-394.144', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17309729', 'Sprinkler', '6939', '-136.428', '-24.500', '-385.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309730', 'Sprinkler', '6939', '-126.698', '-24.500', '-376.113', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17309731', 'Groundskeeper', '6931', '-156.975', '-30.506', '-361.027', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17309732', 'Sprinkler', '6939', '-148.491', '-30.643', '-357.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309733', 'Groundskeeper', '6931', '-178.052', '-41.808', '-410.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309734', 'Sprinkler', '6939', '-176.939', '-40.500', '-398.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309735', 'Groundskeeper', '6931', '-135.956', '-38.500', '-434.117', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17309736', 'Groundskeeper', '6931', '-2.365', '-41.178', '-330.891', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17309737', 'Groundskeeper', '6931', '-5.871', '-40.499', '-340.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309738', 'Groundskeeper', '6931', '-5.819', '-41.700', '-305.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309739', 'Groundskeeper', '6931', '-2.651', '-42.919', '-276.502', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17309740', 'Groundskeeper', '6931', '2.824', '-44.100', '-220.162', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17309741', 'Groundskeeper', '6931', '-6.479', '-44.100', '-229.997', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17309742', 'Groundskeeper', '6931', '17.000', '-43.000', '-198.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309743', 'Groundskeeper', '6931', '79.849', '-41.332', '-192.710', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17309744', 'Flamingo', '6929', '49.014', '-40.700', '-178.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309745', 'Flamingo', '6929', '89.924', '-40.953', '-181.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309746', 'Flamingo', '6929', '89.199', '-40.734', '-168.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309747', 'Flamingo', '6929', '89.129', '-40.700', '-168.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309748', 'Groundskeeper', '6931', '137.733', '-40.523', '-166.964', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17309749', 'Groundskeeper', '6931', '122.700', '-40.500', '-196.705', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17309750', 'Sprinkler', '6939', '129.573', '-40.700', '-165.094', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17309751', 'Sprinkler', '6939', '113.532', '-34.464', '-182.004', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309752', 'Sprinkler', '6939', '122.114', '-34.500', '-182.773', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17309753', 'Groundskeeper', '6931', '-26.791', '-44.099', '-210.834', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17309754', 'Groundskeeper', '6931', '-77.971', '-40.500', '-199.417', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309755', 'Flamingo', '6929', '-53.889', '-40.700', '-177.346', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17309756', 'Flamingo', '6929', '-80.605', '-40.700', '-145.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309757', 'Flamingo', '6929', '-87.337', '-40.779', '-174.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309758', 'Flamingo', '6929', '-75.265', '-40.700', '-157.258', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17309759', 'Groundskeeper', '6931', '-132.552', '-40.657', '-166.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309760', 'Groundskeeper', '6931', '-136.776', '-40.538', '-165.974', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17309761', 'Sprinkler', '6939', '-137.061', '-40.509', '-164.804', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17309762', 'Sprinkler', '6939', '-116.098', '-34.529', '-173.604', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17309763', 'Sprinkler', '6939', '-117.778', '-34.492', '-179.441', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17309764', 'Sprinkler', '6939', '414.833', '-8.821', '-130.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309765', 'Sprinkler', '6939', '405.710', '-8.820', '-128.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309766', 'Sprinkler', '6939', '425.679', '-9.532', '-132.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309767', 'Sprinkler', '6939', '406.276', '-8.765', '-123.852', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17309768', 'Sprinkler', '6939', '431.756', '-6.637', '-134.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309769', 'Groundskeeper', '6931', '388.175', '-16.506', '-120.654', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309770', 'Groundskeeper', '6931', '378.727', '-20.822', '-77.727', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17309771', 'Groundskeeper', '6931', '348.326', '-20.956', '-166.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309772', 'Sprinkler', '6939', '386.749', '-24.821', '-24.749', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17309773', 'Sprinkler', '6939', '393.305', '-24.821', '10.974', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17309774', 'Fire_Elemental', '6928', '387.362', '-24.819', '-6.978', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17309775', 'Sprinkler', '6939', '390.743', '-24.821', '51.081', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17309776', 'Fire_Elemental', '6928', '413.404', '-24.500', '-13.880', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17309777', 'Groundskeeper', '6931', '372.741', '-33.599', '36.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309778', 'Flamingo', '6929', '367.534', '-40.689', '-35.270', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17309779', 'Flamingo', '6929', '368.299', '-40.688', '-23.202', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17309780', 'Fire_Elemental', '6928', '371.498', '-40.943', '0.714', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17309781', 'Flamingo', '6929', '440.723', '-40.501', '-36.597', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17309782', 'Flamingo', '6929', '425.791', '-40.558', '-18.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309783', 'Fire_Elemental', '6928', '442.413', '-40.721', '-51.373', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17309784', 'Flamingo', '6929', '442.091', '-40.500', '15.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309785', 'Flamingo', '6929', '467.655', '-40.700', '-3.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309786', 'Sprinkler', '6939', '431.175', '-38.733', '56.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309787', 'Groundskeeper', '6931', '401.366', '-40.821', '-37.737', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17309788', 'Groundskeeper', '6931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309789', 'Groundskeeper', '6931', '430.679', '-36.829', '-138.825', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17309790', 'Groundskeeper', '6931', '438.498', '-36.822', '-112.133', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309791', 'Sprinkler', '6939', '334.859', '-24.821', '-199.472', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17309792', 'Sprinkler', '6939', '315.616', '-24.821', '-239.507', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17309793', 'Water_Elemental', '6942', '321.785', '-24.821', '-231.713', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17309794', 'Sprinkler', '6939', '275.879', '-24.821', '-266.529', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17309795', 'Groundskeeper', '6931', '281.239', '-33.453', '-243.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309796', 'Flamingo', '6929', '311.019', '-40.852', '-211.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309797', 'Flamingo', '6929', '299.563', '-40.823', '-226.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309798', 'Water_Elemental', '6942', '379.887', '-40.273', '-255.479', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17309799', 'Flamingo', '6929', '360.938', '-40.700', '-228.968', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309800', 'Flamingo', '6929', '375.978', '-40.508', '-238.908', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17309801', 'Water_Elemental', '6942', '361.971', '-40.699', '-228.455', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17309802', 'Flamingo', '6929', '355.414', '-40.500', '-276.875', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17309803', 'Flamingo', '6929', '379.200', '-40.659', '-262.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309804', 'Sprinkler', '6939', '321.238', '-38.505', '-307.158', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17309805', 'Water_Elemental', '6942', '315.736', '-40.538', '-295.533', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309806', 'Groundskeeper', '6931', '312.723', '-40.700', '-198.724', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17309807', 'Groundskeeper', '6931', '313.080', '-40.821', '-240.384', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17309808', 'Sprinkler', '6939', '223.460', '-8.500', '308.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309809', 'Sprinkler', '6939', '246.409', '-8.796', '346.921', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17309810', 'Sprinkler', '6939', '210.608', '-8.500', '320.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309811', 'Sprinkler', '6939', '258.993', '-7.270', '363.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309812', 'Sprinkler', '6939', '265.165', '-8.533', '347.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309813', 'Groundskeeper', '6931', '242.065', '-15.371', '327.388', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17309814', 'Groundskeeper', '6931', '272.554', '-21.274', '274.922', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17309815', 'Groundskeeper', '6931', '215.327', '-20.778', '320.338', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17309816', 'Sprinkler', '6939', '137.933', '-24.788', '362.249', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17309817', 'Sprinkler', '6939', '134.660', '-24.788', '365.247', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17309818', 'Sprinkler', '6939', '76.085', '-24.788', '389.087', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17309819', 'Groundskeeper', '6931', '92.426', '-37.183', '359.140', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17309820', 'Flamingo', '6929', '109.258', '-40.812', '360.749', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17309821', 'Flamingo', '6929', '150.076', '-40.780', '346.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309822', 'Air_Elemental', '6922', '145.479', '-40.616', '346.009', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17309823', 'Flamingo', '6929', '177.992', '-40.500', '413.997', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17309824', 'Flamingo', '6929', '156.794', '-40.700', '400.220', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17309825', 'Air_Elemental', '6922', '164.918', '-40.500', '411.401', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17309826', 'Flamingo', '6929', '123.040', '-40.504', '431.434', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17309827', 'Flamingo', '6929', '113.634', '-40.500', '412.345', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17309828', 'Air_Elemental', '6922', '113.807', '-40.500', '409.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309829', 'Sprinkler', '6939', '83.833', '-39.585', '433.606', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17309830', 'Air_Elemental', '6922', '75.463', '-37.455', '436.208', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17309831', 'Groundskeeper', '6931', '156.962', '-40.788', '365.583', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17309832', 'Groundskeeper', '6931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309833', 'Groundskeeper', '6931', '236.360', '-36.788', '385.311', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17309834', 'Groundskeeper', '6931', '271.009', '-36.789', '361.494', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17309835', 'Sprinkler', '6939', '299.560', '-24.788', '259.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309836', 'Sprinkler', '6939', '307.299', '-24.788', '240.409', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17309837', 'Thunder_Elemental', '6941', '309.140', '-24.788', '240.553', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17309838', 'Sprinkler', '6939', '338.505', '-24.788', '179.485', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17309839', 'Thunder_Elemental', '6941', '324.818', '-24.500', '256.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309840', 'Groundskeeper', '6931', '310.129', '-38.483', '201.693', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17309841', 'Flamingo', '6929', '280.058', '-40.706', '236.870', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17309842', 'Flamingo', '6929', '287.588', '-40.750', '237.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309843', 'Thunder_Elemental', '6941', '293.204', '-40.707', '225.361', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17309844', 'Flamingo', '6929', '320.381', '-40.700', '272.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309845', 'Flamingo', '6929', '349.771', '-40.500', '272.949', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17309846', 'Flamingo', '6929', '375.105', '-40.698', '265.360', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17309847', 'Flamingo', '6929', '382.072', '-40.676', '243.464', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309848', 'Thunder_Elemental', '6941', '352.386', '-40.501', '229.934', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17309849', 'Sprinkler', '6939', '382.601', '-38.972', '205.933', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17309850', 'Groundskeeper', '6931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309851', 'Groundskeeper', '6931', '305.223', '-40.788', '266.461', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309852', 'Sprinkler', '6939', '-242.158', '-8.698', '300.220', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17309853', 'Sprinkler', '6939', '-254.657', '-8.500', '323.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309854', 'Sprinkler', '6939', '-254.592', '-8.500', '323.307', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309855', 'Sprinkler', '6939', '-253.747', '-8.517', '356.390', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309856', 'Sprinkler', '6939', '-278.867', '-2.901', '369.559', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17309857', 'Sprinkler', '6939', '-285.612', '-3.397', '378.543', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17309858', 'Groundskeeper', '6931', '-201.363', '-20.615', '330.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309859', 'Groundskeeper', '6931', '-236.787', '-20.604', '306.549', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17309860', 'Sprinkler', '6939', '-151.861', '-24.614', '357.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309861', 'Sprinkler', '6939', '-127.210', '-24.614', '375.455', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17309862', 'Light_Elemental', '6935', '-153.145', '-24.614', '362.243', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17309863', 'Sprinkler', '6939', '-72.281', '-24.614', '389.739', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309864', 'Light_Elemental', '6935', '-65.695', '-24.613', '378.559', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17309865', 'Groundskeeper', '6931', '-90.593', '-36.328', '363.433', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17309866', 'Flamingo', '6929', '-131.248', '-40.584', '353.037', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17309867', 'Flamingo', '6929', '-129.066', '-40.634', '351.321', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309868', 'Light_Elemental', '6935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309869', 'Flamingo', '6929', '-150.181', '-40.684', '398.699', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309870', 'Flamingo', '6929', '-154.667', '-40.699', '401.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309871', 'Flamingo', '6929', '-121.144', '-40.536', '421.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309872', 'Flamingo', '6929', '-126.962', '-40.545', '405.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309873', 'Light_Elemental', '6935', '-141.093', '-40.500', '419.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309874', 'Sprinkler', '6939', '-103.941', '-40.400', '432.741', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17309875', 'Groundskeeper', '6931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309876', 'Groundskeeper', '6931', '-157.776', '-40.614', '364.483', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17309877', 'Sprinkler', '6939', '-288.821', '-24.614', '259.627', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17309878', 'Sprinkler', '6939', '-293.673', '-24.614', '254.018', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17309879', 'Dark_Elemental', '6924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309880', 'Sprinkler', '6939', '-333.475', '-24.614', '174.739', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17309881', 'Groundskeeper', '6931', '-321.384', '-33.073', '189.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309882', 'Dark_Elemental', '6924', '-320.543', '-33.346', '189.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309883', 'Flamingo', '6929', '-295.582', '-40.504', '231.292', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17309884', 'Flamingo', '6929', '-297.628', '-40.527', '228.487', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309885', 'Dark_Elemental', '6924', '-288.618', '-40.700', '226.036', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309886', 'Flamingo', '6929', '-344.347', '-40.500', '274.288', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17309887', 'Flamingo', '6929', '-329.129', '-40.678', '290.630', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17309888', 'Flamingo', '6929', '-373.659', '-40.699', '267.948', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309889', 'Flamingo', '6929', '-388.159', '-40.794', '248.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309890', 'Dark_Elemental', '6924', '-361.348', '-40.503', '248.410', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17309891', 'Sprinkler', '6939', '-383.438', '-38.170', '207.222', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17309892', 'Groundskeeper', '6931', '-333.248', '-40.614', '230.699', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309893', 'Groundskeeper', '6931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309894', 'Sprinkler', '6939', '-400.797', '-8.500', '-142.127', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17309895', 'Sprinkler', '6939', '-443.435', '-3.104', '-148.316', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17309896', 'Sprinkler', '6939', '-437.779', '-3.366', '-145.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309897', 'Sprinkler', '6939', '-442.725', '-3.252', '-148.318', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17309898', 'Sprinkler', '6939', '-428.086', '-7.212', '-140.366', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17309899', 'Groundskeeper', '6931', '-378.781', '-19.978', '-125.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309900', 'Groundskeeper', '6931', '-357.503', '-20.500', '-150.014', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309901', 'Groundskeeper', '6931', '-382.528', '-20.500', '-71.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309902', 'Sprinkler', '6939', '-389.341', '-24.500', '-17.148', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17309903', 'Sprinkler', '6939', '-390.234', '-24.500', '-13.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309904', 'Sprinkler', '6939', '-398.692', '-24.500', '42.320', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17309905', 'Ice_Elemental', '6932', '-380.315', '-24.500', '54.596', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309906', 'Groundskeeper', '6931', '-372.963', '-34.581', '27.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309907', 'Flamingo', '6929', '-374.006', '-40.550', '-27.294', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309908', 'Flamingo', '6929', '-373.235', '-40.640', '-17.251', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17309909', 'Ice_Elemental', '6932', '-359.176', '-40.386', '-23.922', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17309910', 'Flamingo', '6929', '-413.867', '-40.700', '-29.209', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17309911', 'Flamingo', '6929', '-442.636', '-40.505', '-29.229', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17309912', 'Ice_Elemental', '6932', '-437.306', '-40.504', '-45.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309913', 'Flamingo', '6929', '-432.335', '-40.500', '21.527', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309914', 'Flamingo', '6929', '-433.142', '-40.502', '22.057', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309915', 'Sprinkler', '6939', '-444.759', '-40.926', '48.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309916', 'Ice_Elemental', '6932', '-444.724', '-40.980', '49.570', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309917', 'Groundskeeper', '6931', '-372.704', '-40.500', '8.931', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17309918', 'Groundskeeper', '6931', '-385.561', '-40.500', '-35.943', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309919', 'Groundskeeper', '6931', '-433.323', '-36.500', '-117.454', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17309920', 'Groundskeeper', '6931', '-418.959', '-36.500', '-161.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309921', 'Sprinkler', '6939', '-324.401', '-24.500', '-209.512', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17309922', 'Sprinkler', '6939', '-329.962', '-24.500', '-223.322', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309923', 'Earth_Elemental', '6926', '-313.870', '-24.500', '-237.380', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17309924', 'Sprinkler', '6939', '-294.700', '-24.500', '-273.868', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17309925', 'Earth_Elemental', '6926', '-301.878', '-24.500', '-265.890', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17309926', 'Groundskeeper', '6931', '-286.523', '-30.006', '-254.421', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17309927', 'Flamingo', '6929', '-314.255', '-40.700', '-206.124', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17309928', 'Flamingo', '6929', '-314.100', '-40.700', '-200.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309929', 'Earth_Elemental', '6926', '-306.647', '-40.700', '-191.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309930', 'Flamingo', '6929', '-375.922', '-40.699', '-223.988', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309931', 'Flamingo', '6929', '-372.304', '-40.533', '-213.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309932', 'Earth_Elemental', '6926', '-380.167', '-40.371', '-232.371', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17309933', 'Flamingo', '6929', '-337.976', '-40.500', '-271.406', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17309934', 'Flamingo', '6929', '-354.500', '-40.615', '-287.377', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17309935', 'Sprinkler', '6939', '-338.237', '-39.983', '-292.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309936', 'Groundskeeper', '6931', '-323.089', '-40.500', '-246.593', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17309937', 'Groundskeeper', '6931', '-380.817', '-40.521', '-219.627', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17309938', 'Groundskeeper', '6931', '20.239', '-41.729', '-340.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309939', 'Groundskeeper', '6931', '20.239', '-42.929', '-324.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309940', 'Groundskeeper', '6931', '20.239', '-42.929', '-315.955', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309941', 'Groundskeeper', '6931', '20.239', '-42.929', '-307.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309942', 'Groundskeeper', '6931', '20.239', '-44.129', '-292.006', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309943', 'Groundskeeper', '6931', '20.239', '-44.129', '-284.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309944', 'Groundskeeper', '6931', '20.239', '-44.129', '-276.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309945', 'Groundskeeper', '6931', '20.239', '-45.329', '-259.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309946', 'Groundskeeper', '6931', '-20.312', '-41.729', '-339.929', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309947', 'Groundskeeper', '6931', '-20.239', '-42.929', '-324.024', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309948', 'Groundskeeper', '6931', '-20.239', '-42.929', '-315.955', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309949', 'Groundskeeper', '6931', '-20.239', '-42.929', '-307.985', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309950', 'Groundskeeper', '6931', '-20.239', '-44.129', '-292.006', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309951', 'Groundskeeper', '6931', '-20.239', '-44.129', '-284.072', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309952', 'Groundskeeper', '6931', '-20.239', '-44.129', '-276.010', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309953', 'Groundskeeper', '6931', '-20.239', '-45.329', '-259.976', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309954', 'Despot', '6925', '-0.100', '-42.000', '-291.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17309955', 'Groundskeeper', '6931', '378.000', '-25.489', '0.730', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17309956', 'Groundskeeper', '6931', '378.000', '-25.489', '-12.529', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17309957', 'Groundskeeper', '6931', '378.000', '-25.489', '-25.826', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17309958', 'Groundskeeper', '6931', '320.846', '-25.489', '-201.212', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17309959', 'Groundskeeper', '6931', '313.000', '-25.489', '-212.175', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17309960', 'Groundskeeper', '6931', '305.937', '-25.489', '-223.302', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17309961', 'Groundskeeper', '6931', '116.250', '-25.489', '360.216', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309962', 'Groundskeeper', '6931', '128.865', '-25.489', '355.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309963', 'Groundskeeper', '6931', '141.208', '-25.489', '351.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309964', 'Groundskeeper', '6931', '290.274', '-25.489', '242.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309965', 'Groundskeeper', '6931', '298.000', '-25.489', '232.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309966', 'Groundskeeper', '6931', '306.648', '-25.489', '221.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309967', 'Groundskeeper', '6931', '-141.212', '-25.489', '350.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309968', 'Groundskeeper', '6931', '-128.852', '-25.489', '355.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309969', 'Groundskeeper', '6931', '-116.268', '-25.489', '360.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309970', 'Groundskeeper', '6931', '-306.579', '-25.489', '221.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309971', 'Groundskeeper', '6931', '-298.541', '-25.489', '232.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309972', 'Groundskeeper', '6931', '-290.178', '-25.489', '242.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309973', 'Groundskeeper', '6931', '-377.468', '-25.489', '-25.773', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17309974', 'Groundskeeper', '6931', '-378.240', '-25.489', '-12.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17309975', 'Groundskeeper', '6931', '-378.363', '-25.489', '0.720', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17309976', 'Groundskeeper', '6931', '-305.739', '-25.489', '-223.070', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17309977', 'Groundskeeper', '6931', '-313.394', '-25.489', '-212.184', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17309978', 'Groundskeeper', '6931', '-320.503', '-25.489', '-200.977', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17309979', 'Mimic', '6936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17309980', 'Genbu', '6930', '257.000', '-70.000', '517.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17309981', 'Seiryu', '6938', '569.000', '-70.000', '-80.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17309982', 'Byakko', '6923', '-410.488', '-70.520', '394.720', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17309983', 'Suzaku', '6940', '-514.533', '-70.520', '-264.736', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17309984', 'Eraser', '6927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17310053', 'Zeid', '6943', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17310072', 'Kilhwch', '6933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17310074', 'Lhu_Mhakaracca', '6934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17310079', 'Noillurie', '6937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346561', 'Dread_Dragon', '7704', '-396.000', '94.000', '-64.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346562', 'Spotter', '7726', '-400.000', '94.000', '-64.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346563', 'Dread_Dragon', '7704', '-156.000', '-25.000', '-115.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346564', 'Spotter', '7726', '-160.000', '-25.000', '-115.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346565', 'Dread_Dragon', '7704', '83.000', '-145.000', '295.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17346566', 'Spotter', '7726', '79.000', '-145.000', '295.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17346567', 'Darokbok_of_Clan_Reaper', '7700', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346568', 'Jagidbod_of_Clan_Reaper', '7712', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346569', 'Derakbak_of_Clan_Wolf', '7701', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346570', 'Reaper_Clan_Warmachine', '7723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346571', 'Wolf_Clan_Warmachine', '7728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346572', 'Orc_s_Wyvern', '7721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346573', 'Darokbok_of_Clan_Reaper', '7700', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346574', 'Jagidbod_of_Clan_Reaper', '7712', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346575', 'Derakbak_of_Clan_Wolf', '7701', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346576', 'Reaper_Clan_Warmachine', '7723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346577', 'Wolf_Clan_Warmachine', '7728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346578', 'Orc_s_Wyvern', '7721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346579', 'Darokbok_of_Clan_Reaper', '7700', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346580', 'Jagidbod_of_Clan_Reaper', '7712', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346581', 'Derakbak_of_Clan_Wolf', '7701', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346582', 'Reaper_Clan_Warmachine', '7723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346583', 'Wolf_Clan_Warmachine', '7728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346584', 'Orc_s_Wyvern', '7721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346585', 'Maat', '7717', '-396.000', '94.000', '-64.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346586', 'Maat', '7717', '-156.000', '-25.000', '115.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346587', 'Maat', '7717', '83.000', '-145.000', '295.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346588', 'Maat', '7717', '-396.000', '94.000', '-64.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346589', 'Maat', '7717', '-156.000', '-25.000', '-115.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346590', 'Maat', '7717', '83.000', '-145.000', '295.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346591', 'Maat', '7717', '-396.000', '94.000', '-64.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346592', 'Maat', '7717', '-156.000', '-25.000', '-115.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346593', 'Maat', '7717', '83.000', '-145.000', '295.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17346594', 'Sniper_Pugil', '7724', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346595', 'Archer_Pugil', '7692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346596', 'Archer_Pugil', '7692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346598', 'Sniper_Pugil', '7724', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346599', 'Archer_Pugil', '7692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346600', 'Archer_Pugil', '7692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346602', 'Sniper_Pugil', '7724', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346603', 'Archer_Pugil', '7692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346604', 'Archer_Pugil', '7692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346606', 'Pilwiz', '7722', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346607', 'Bisan', '7696', '-100.958', '-4.500', '-61.060', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17346609', 'Pilwiz', '7722', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346610', 'Bisan', '7696', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346612', 'Pilwiz', '7722', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346613', 'Bisan', '7696', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346615', 'Huntfly', '7710', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346616', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346617', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346618', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346619', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346620', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346621', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346622', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346623', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346625', 'Huntfly', '7710', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346626', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346627', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346628', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346629', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346630', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346631', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346632', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346633', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346635', 'Huntfly', '7710', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346636', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346637', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346638', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346639', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346640', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346641', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346642', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346643', 'Houndfly', '7709', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346645', 'Helltail_Harry', '7708', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346646', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346647', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346648', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346649', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346650', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346651', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346652', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346654', 'Helltail_Harry', '7708', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346655', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346656', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346657', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346658', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346659', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346660', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346661', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346663', 'Helltail_Harry', '7708', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346664', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346665', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346666', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346667', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346668', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346669', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346670', 'Cottontail', '7699', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346672', 'Sobbing_Eyes', '7725', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346673', 'Compound_Eyes', '7698', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346674', 'Compound_Eyes', '7698', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346676', 'Sobbing_Eyes', '7725', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346677', 'Compound_Eyes', '7698', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346678', 'Compound_Eyes', '7698', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346680', 'Sobbing_Eyes', '7725', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346681', 'Compound_Eyes', '7698', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346682', 'Compound_Eyes', '7698', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346684', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346685', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346686', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346688', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346689', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346690', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346692', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346693', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346694', 'Fighting_Sheep', '7706', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346696', 'Armsmaster_Dekbuk', '7695', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346697', 'Longarmed_Gottditt', '7716', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346698', 'Keeneyed_Aufwuf', '7713', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346699', 'Invulnerable_Mazzgozz', '7711', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346700', 'Undefeatable_Sappdapp', '7727', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346701', 'Mind_s-eyed_Klugwug', '7718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346703', 'Armsmaster_Dekbuk', '7695', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346704', 'Longarmed_Gottditt', '7716', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346705', 'Keeneyed_Aufwuf', '7713', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346706', 'Invulnerable_Mazzgozz', '7711', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346707', 'Undefeatable_Sappdapp', '7727', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346708', 'Mind_s-eyed_Klugwug', '7718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346710', 'Armsmaster_Dekbuk', '7695', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346711', 'Longarmed_Gottditt', '7716', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346712', 'Keeneyed_Aufwuf', '7713', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346713', 'Invulnerable_Mazzgozz', '7711', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346714', 'Undefeatable_Sappdapp', '7727', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346715', 'Mind_s-eyed_Klugwug', '7718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346717', 'Chlevnik', '7697', '-396.000', '94.000', '-63.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17346719', 'Chlevnik', '7697', '-156.000', '-25.000', '115.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17346721', 'Chlevnik', '7697', '83.000', '-145.000', '295.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17346723', 'Gerjis', '7707', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346725', 'Gerjis', '7707', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346727', 'Gerjis', '7707', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346729', 'Orcish_Onager', '7720', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346731', 'Orcish_Onager', '7720', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346733', 'Orcish_Onager', '7720', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346735', 'Dragonian_Berzerker', '7702', '-402.000', '94.000', '-63.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17346736', 'Dragonian_Minstrel', '7703', '-393.000', '94.000', '-60.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17346738', 'Dragonian_Berzerker', '7702', '-153.000', '-25.000', '120.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17346739', 'Dragonian_Minstrel', '7703', '-161.000', '-25.000', '116.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17346741', 'Dragonian_Berzerker', '7702', '86.000', '-145.000', '299.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17346742', 'Dragonian_Minstrel', '7703', '78.000', '-145.000', '295.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17346744', 'Aries', '7693', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346746', 'Aries', '7693', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346748', 'Aries', '7693', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346750', 'Evil_Oscar', '7705', '-396.000', '94.000', '-63.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17346752', 'Evil_Oscar', '7705', '-156.000', '-25.000', '115.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17346754', 'Evil_Oscar', '7705', '83.000', '-145.000', '295.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17346767', 'Spotter', '7726', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346768', 'Dread_Dragon', '7704', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346777', 'Darokbok_of_Clan_Reaper', '7700', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346778', 'Jagidbod_of_Clan_Reaper', '7712', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346779', 'Derakbak_of_Clan_Wolf', '7701', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346780', 'Reaper_Clan_Warmachine', '7723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346781', 'Wolf_Clan_Warmachine', '7728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17346796', 'Lhu_Mhakaracca', '7715', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350657', 'Pugil', '7753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350658', 'Pugil', '7753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350659', 'Pug_Pugil', '7754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350660', 'Giant_Pugil', '7739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350661', 'Puffer_Pugil', '7752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350662', 'Fodderchief_Vokdek', '7735', '-189.000', '-10.000', '44.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17350663', 'Sureshot_Snatgat', '7757', '-189.000', '-10.000', '46.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17350664', 'Strongarm_Zodvad', '7756', '-189.000', '-10.000', '42.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17350665', 'Warchief_Vatgit', '7765', '-74.960', '-34.692', '256.968', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17350666', 'Fogweaver_Mozzfuzz', '7736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350667', 'Bloody_Vrukwuk', '7730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350668', 'Orcish_Fodder', '7744', '-0.640', '0.500', '42.498', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17350669', 'Orcish_Fodder', '7744', '13.421', '-0.062', '83.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350670', 'Orcish_Mesmerizer', '7747', '5.123', '-0.001', '77.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350671', 'Orcish_Grappler', '7745', '5.543', '0.500', '42.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350672', 'Spectacled_Bats', '7755', '-8.506', '-0.143', '60.611', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17350673', 'Spectacled_Bats', '7755', '-4.867', '-0.002', '49.479', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17350674', 'Orcish_Fodder', '7744', '-11.540', '0.001', '-2.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350675', 'Orcish_Fodder', '7744', '3.216', '0.002', '16.671', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17350676', 'Orcish_Mesmerizer', '7747', '-1.190', '0.001', '-14.152', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17350677', 'Orcish_Grappler', '7745', '-3.616', '-0.001', '-5.215', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17350678', 'Spectacled_Bats', '7755', '-16.480', '0.149', '-11.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350679', 'Spectacled_Bats', '7755', '0.382', '0.500', '-3.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350680', 'Orcish_Stonelauncher', '7750', '-12.000', '-1.000', '109.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17350681', 'Orcish_Stonelauncher', '7750', '12.978', '-1.869', '-30.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350682', 'Orcish_Stonelauncher', '7750', '-12.438', '-1.835', '-30.861', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350683', 'Orcish_Grappler', '7745', '-15.943', '-0.050', '43.920', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17350684', 'Orcish_Fodder', '7744', '-38.081', '-0.816', '37.526', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17350685', 'Orcish_Mesmerizer', '7747', '-36.484', '-0.767', '29.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350686', 'Orcish_Grappler', '7745', '-36.820', '-0.360', '48.576', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350687', 'Orcish_Fodder', '7744', '-27.197', '0.060', '22.694', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17350688', 'Orcish_Mesmerizer', '7747', '-24.032', '-0.633', '33.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350689', 'Orcish_Grappler', '7745', '-34.367', '-0.130', '35.891', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17350690', 'Orcish_Grunt', '7746', '33.849', '0.069', '-58.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350691', 'Orcish_Grunt', '7746', '31.860', '-0.227', '-60.593', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17350692', 'Orcish_Fodder', '7744', '-102.000', '-9.029', '87.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17350693', 'Orcish_Grappler', '7745', '-119.000', '-10.000', '70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350694', 'Orcish_Fodder', '7744', '-61.683', '-5.595', '-17.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350695', 'Orcish_Grappler', '7745', '-89.759', '-9.939', '-13.420', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350696', 'Orcish_Fodder', '7744', '-139.647', '-10.369', '107.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350697', 'Orcish_Mesmerizer', '7747', '-165.429', '-9.993', '111.824', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17350698', 'Orcish_Grappler', '7745', '-130.305', '-10.141', '136.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350699', 'Orcish_Fodder', '7744', '-129.715', '-10.037', '115.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350700', 'Orcish_Mesmerizer', '7747', '-114.670', '-10.451', '100.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350701', 'Orcish_Grappler', '7745', '-146.678', '-10.167', '120.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350702', 'Spectacled_Bats', '7755', '-151.697', '-9.999', '115.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350703', 'Spectacled_Bats', '7755', '-163.654', '-10.067', '140.536', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350704', 'Orcish_Fodder', '7744', '-134.024', '-10.037', '88.463', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17350705', 'Orcish_Mesmerizer', '7747', '-131.000', '-10.059', '52.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17350706', 'Orcish_Grappler', '7745', '-107.000', '-9.000', '33.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17350707', 'Orcish_Fodder', '7744', '-149.695', '-9.949', '64.487', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350708', 'Orcish_Mesmerizer', '7747', '-140.971', '-10.269', '62.558', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17350709', 'Orcish_Grappler', '7745', '-120.643', '-9.999', '28.953', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17350710', 'Spectacled_Bats', '7755', '-139.694', '-10.267', '55.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350711', 'Orcish_Stonelauncher', '7750', '-90.000', '-11.000', '26.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17350712', 'Orcish_Stonelauncher', '7750', '-90.000', '-11.000', '132.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17350713', 'Orcish_Stonelauncher', '7750', '-176.297', '-11.349', '155.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350714', 'Orcish_Fodder', '7744', '-199.000', '-10.000', '247.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17350715', 'Orcish_Mesmerizer', '7747', '-179.000', '-10.000', '245.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350716', 'Orcish_Mesmerizer', '7747', '-130.000', '-4.000', '228.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17350717', 'Orcish_Grappler', '7745', '-139.912', '0.435', '213.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350718', 'Orcish_Grappler', '7745', '-167.442', '-10.292', '260.169', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17350719', 'Watch_Lizard', '7766', '-191.024', '-10.063', '250.286', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350720', 'Watch_Lizard', '7766', '-182.251', '-10.742', '261.333', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350721', 'Watch_Lizard', '7766', '-218.678', '-10.444', '225.499', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17350722', 'Watch_Lizard', '7766', '-211.239', '-10.368', '243.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350723', 'Spectacled_Bats', '7755', '-166.923', '-10.285', '261.146', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17350724', 'Orcish_Grappler', '7745', '-152.018', '-10.290', '267.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350725', 'Watch_Lizard', '7766', '-127.000', '-10.385', '246.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17350726', 'Watch_Lizard', '7766', '-114.571', '-10.042', '253.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350727', 'Watch_Lizard', '7766', '-116.000', '-10.559', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350728', 'Watch_Lizard', '7766', '-147.156', '-10.556', '272.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350729', 'Spectacled_Bats', '7755', '-130.053', '-10.070', '260.713', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17350730', 'Orcish_Fodder', '7744', '-202.943', '-10.000', '269.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350731', 'Orcish_Fodder', '7744', '-180.089', '-10.354', '271.715', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17350732', 'Orcish_Fodder', '7744', '-203.658', '-10.000', '284.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350733', 'Orcish_Mesmerizer', '7747', '-191.978', '-10.051', '293.176', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17350734', 'Orcish_Grappler', '7745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350735', 'Orcish_Fodder', '7744', '-203.258', '-9.999', '279.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350736', 'Orcish_Mesmerizer', '7747', '-211.626', '-10.000', '276.493', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17350737', 'Orcish_Grappler', '7745', '-214.097', '-10.000', '282.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350738', 'Orcish_Fodder', '7744', '-167.136', '-9.899', '297.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350739', 'Orcish_Mesmerizer', '7747', '-168.812', '-10.500', '283.893', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17350740', 'Orcish_Grappler', '7745', '-171.842', '-10.008', '285.357', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17350741', 'Orcish_Fodder', '7744', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350742', 'Orcish_Mesmerizer', '7747', '-163.855', '-9.999', '282.019', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17350743', 'Orcish_Grappler', '7745', '-164.702', '-10.500', '279.821', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17350744', 'Orcish_Fodder', '7744', '-151.000', '-9.000', '245.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17350745', 'Orcish_Mesmerizer', '7747', '-142.000', '-10.000', '258.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17350746', 'Orcish_Grappler', '7745', '-141.000', '-10.684', '278.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17350747', 'Orcish_Grappler', '7745', '-90.904', '-20.534', '383.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350748', 'Watch_Lizard', '7766', '-126.258', '-19.997', '350.475', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17350749', 'Watch_Lizard', '7766', '-115.809', '-20.087', '375.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350750', 'Watch_Lizard', '7766', '-107.203', '-20.044', '361.061', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17350751', 'Watch_Lizard', '7766', '-101.406', '-20.543', '377.571', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17350752', 'Watch_Lizard', '7766', '-116.141', '-19.957', '343.815', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17350753', 'Spectacled_Bats', '7755', '-115.192', '-20.080', '377.505', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17350754', 'Orcish_Grappler', '7745', '-59.244', '-20.588', '381.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350755', 'Watch_Lizard', '7766', '-49.285', '-20.129', '383.300', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17350756', 'Watch_Lizard', '7766', '-58.332', '-20.356', '394.233', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17350757', 'Watch_Lizard', '7766', '-83.737', '-20.031', '398.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350758', 'Watch_Lizard', '7766', '-72.156', '-20.792', '422.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350759', 'Watch_Lizard', '7766', '-48.743', '-20.411', '373.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350760', 'Spectacled_Bats', '7755', '-79.360', '-20.039', '413.792', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17350761', 'Orcish_Fodder', '7744', '-34.180', '-20.000', '358.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350762', 'Orcish_Fodder', '7744', '-43.815', '-19.965', '354.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350763', 'Orcish_Mesmerizer', '7747', '-38.090', '-19.998', '342.213', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17350764', 'Orcish_Grappler', '7745', '-42.838', '-20.443', '342.622', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17350765', 'Orcish_Stonelauncher', '7750', '-90.000', '-21.000', '346.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350766', 'Orcish_Stonelauncher', '7750', '-66.817', '-22.139', '432.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350767', 'Orcish_Fodder', '7744', '-171.000', '-20.000', '398.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17350768', 'Orcish_Mesmerizer', '7747', '-136.847', '-21.102', '377.739', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17350769', 'Orcish_Grappler', '7745', '-159.000', '-20.000', '393.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350770', 'Orcish_Fodder', '7744', '-161.143', '-19.999', '403.798', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17350771', 'Orcish_Mesmerizer', '7747', '-165.005', '-20.500', '385.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350772', 'Orcish_Grappler', '7745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350773', 'Orcish_Fodder', '7744', '-154.814', '-20.076', '384.750', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17350774', 'Orcish_Mesmerizer', '7747', '-148.602', '-20.547', '383.925', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17350775', 'Orcish_Grappler', '7745', '-150.947', '-20.135', '397.539', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17350776', 'Toadstool', '7763', '-46.783', '-3.682', '254.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350777', 'Toadstool', '7763', '-48.648', '-3.107', '260.885', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17350778', 'Toadstool', '7763', '-52.900', '-3.047', '263.287', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17350779', 'Toadstool', '7763', '-20.696', '-7.117', '265.087', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17350780', 'Toadstool', '7763', '-14.545', '-7.385', '252.443', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17350781', 'Toadstool', '7763', '-6.085', '-7.595', '266.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350782', 'Toadstool', '7763', '-27.978', '-10.418', '292.162', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17350783', 'Toadstool', '7763', '-25.884', '-10.741', '307.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350784', 'Toadstool', '7763', '-21.514', '-9.503', '285.483', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17350785', 'Toadstool', '7763', '-21.735', '-10.498', '304.531', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17350786', 'Toadstool', '7763', '-70.480', '-9.586', '297.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350787', 'Toadstool', '7763', '-66.490', '-9.483', '294.553', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17350788', 'Toadstool', '7763', '-71.602', '-9.519', '305.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350789', 'Orcish_Fodder', '7744', '-12.330', '-10.313', '301.708', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17350790', 'Orcish_Mesmerizer', '7747', '-14.356', '-7.206', '257.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350791', 'Orcish_Grappler', '7745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350792', 'Cheiroptera', '7732', '-74.474', '-9.553', '297.258', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17350793', 'Cheiroptera', '7732', '-51.000', '-9.000', '301.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350794', 'Cheiroptera', '7732', '-16.524', '-10.308', '304.825', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17350795', 'Orcish_Fodder', '7744', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350796', 'Orcish_Mesmerizer', '7747', '30.726', '-1.732', '348.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350797', 'Orcish_Grappler', '7745', '30.140', '-4.736', '323.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350798', 'Cheiroptera', '7732', '21.110', '0.402', '414.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350799', 'Cheiroptera', '7732', '20.107', '0.416', '409.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350800', 'Orcish_Wallbreacher', '7751', '11.760', '1.410', '459.940', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17350801', 'Orcish_Barricader', '7743', '20.369', '0.927', '449.991', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17350802', 'Orcish_Grunt', '7746', '30.036', '0.500', '377.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350803', 'Orcish_Stonechucker', '7749', '21.653', '-0.500', '382.454', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350804', 'Orcish_Neckchopper', '7748', '27.808', '-0.261', '378.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350805', 'Orcish_Grunt', '7746', '52.408', '-0.309', '374.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350806', 'Orcish_Stonechucker', '7749', '75.988', '-0.084', '382.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350807', 'Orcish_Neckchopper', '7748', '35.486', '-0.523', '368.323', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17350808', 'Cheiroptera', '7732', '15.455', '0.003', '381.541', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17350809', 'Orcish_Grunt', '7746', '68.546', '-0.268', '313.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350810', 'Orcish_Stonechucker', '7749', '41.922', '-0.011', '288.289', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17350811', 'Orcish_Neckchopper', '7748', '45.966', '-0.793', '307.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350812', 'Orcish_Grunt', '7746', '34.177', '-0.139', '271.630', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17350813', 'Orcish_Stonechucker', '7749', '33.894', '0.104', '286.056', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17350814', 'Orcish_Neckchopper', '7748', '55.626', '-1.926', '301.823', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17350815', 'Cheiroptera', '7732', '53.591', '-1.123', '309.093', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17350816', 'Orcish_Grunt', '7746', '39.000', '-0.232', '285.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350817', 'Orcish_Stonechucker', '7749', '80.000', '-0.249', '328.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350818', 'Orcish_Neckchopper', '7748', '94.576', '-1.274', '333.168', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17350819', 'Orcish_Grunt', '7746', '98.658', '-0.319', '328.269', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17350820', 'Orcish_Stonechucker', '7749', '96.763', '-0.047', '319.781', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17350821', 'Orcish_Neckchopper', '7748', '85.215', '-0.739', '344.257', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17350822', 'Cheiroptera', '7732', '112.256', '-0.361', '327.681', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17350823', 'Orcish_Grunt', '7746', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350824', 'Orcish_Stonechucker', '7749', '82.000', '-0.500', '366.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17350825', 'Orcish_Neckchopper', '7748', '123.357', '-0.102', '332.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350826', 'Thousandarm_Deshglesh', '7758', '124.367', '-0.500', '326.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350827', 'Orcish_Grunt', '7746', '45.051', '-0.093', '233.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350828', 'Orcish_Stonechucker', '7749', '42.616', '-0.039', '220.262', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350829', 'Orcish_Neckchopper', '7748', '36.107', '0.500', '198.950', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350830', 'Orcish_Grunt', '7746', '27.000', '-0.136', '207.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17350831', 'Orcish_Stonechucker', '7749', '62.857', '-1.354', '211.468', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17350832', 'Orcish_Neckchopper', '7748', '52.958', '-0.806', '219.218', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17350833', 'Cheiroptera', '7732', '30.177', '-0.254', '224.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350834', 'Orcish_Stonelauncher', '7750', '22.780', '-1.288', '178.324', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17350835', 'Orcish_Grunt', '7746', '81.916', '-0.500', '167.558', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17350836', 'Orcish_Stonechucker', '7749', '81.863', '0.500', '202.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350837', 'Orcish_Neckchopper', '7748', '87.185', '-0.067', '202.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350838', 'Orcish_Grunt', '7746', '81.698', '-0.500', '155.312', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17350839', 'Orcish_Stonechucker', '7749', '89.534', '-1.309', '171.690', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17350840', 'Orcish_Neckchopper', '7748', '81.786', '0.500', '194.875', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350841', 'Cheiroptera', '7732', '74.599', '0.174', '156.244', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17350842', 'Orcish_Grunt', '7746', '-4.647', '-2.099', '161.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350843', 'Orcish_Stonechucker', '7749', '31.706', '-1.812', '154.835', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17350844', 'Orcish_Neckchopper', '7748', '60.492', '-0.681', '157.468', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17350845', 'Orcish_Grunt', '7746', '59.833', '-0.390', '157.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350846', 'Orcish_Stonechucker', '7749', '66.553', '-0.500', '157.021', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17350847', 'Orcish_Neckchopper', '7748', '-17.602', '-0.308', '157.133', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350848', 'Cheiroptera', '7732', '0.206', '-2.278', '155.028', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17350849', 'Orcish_Grunt', '7746', '-51.789', '-0.050', '205.007', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17350850', 'Orcish_Stonechucker', '7749', '-39.252', '-0.017', '197.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350851', 'Orcish_Neckchopper', '7748', '-35.096', '-2.774', '161.638', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17350852', 'Orcish_Grunt', '7746', '-34.093', '-0.880', '203.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350853', 'Orcish_Stonechucker', '7749', '-39.426', '-3.063', '169.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350854', 'Orcish_Neckchopper', '7748', '-48.671', '-0.028', '200.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350855', 'Orcish_Stonelauncher', '7750', '-21.419', '-1.222', '212.567', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17350856', 'Orcish_Grunt', '7746', '76.510', '-0.419', '131.585', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17350857', 'Orcish_Stonechucker', '7749', '80.441', '-1.191', '130.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350858', 'Orcish_Neckchopper', '7748', '80.999', '-1.081', '142.335', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350859', 'Orcish_Grunt', '7746', '80.112', '-1.022', '105.517', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17350860', 'Orcish_Stonechucker', '7749', '84.666', '-0.562', '132.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350861', 'Orcish_Neckchopper', '7748', '84.620', '-1.076', '110.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350862', 'Cheiroptera', '7732', '62.759', '-1.027', '115.692', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17350863', 'Orcish_Grunt', '7746', '120.392', '-1.002', '87.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350864', 'Orcish_Stonechucker', '7749', '125.678', '-1.006', '76.631', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17350865', 'Orcish_Neckchopper', '7748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350866', 'Orcish_Grunt', '7746', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350867', 'Orcish_Stonechucker', '7749', '135.274', '-1.186', '71.922', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17350868', 'Orcish_Neckchopper', '7748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350869', 'Ghelsba_Pugil', '7738', '-221.182', '3.261', '219.325', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17350870', 'Ghelsba_Pugil', '7738', '-238.000', '3.000', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350871', 'Ghelsba_Pugil', '7738', '-212.667', '3.038', '219.559', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17350872', 'Ghelsba_Pugil', '7738', '-54.823', '3.006', '175.803', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17350873', 'Ghelsba_Pugil', '7738', '-57.058', '1.277', '193.926', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350874', 'Ghelsba_Pugil', '7738', '-56.377', '2.764', '185.544', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17350875', 'Ghelsba_Pugil', '7738', '124.000', '2.000', '97.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17350876', 'Ghelsba_Pugil', '7738', '101.000', '2.000', '109.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350877', 'Ghelsba_Pugil', '7738', '135.000', '2.000', '93.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350878', 'Ghelsba_Pugil', '7738', '105.179', '3.017', '343.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350879', 'Ghelsba_Pugil', '7738', '99.410', '3.005', '363.007', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17350880', 'Ghelsba_Pugil', '7738', '108.179', '2.956', '340.083', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350881', 'Ghelsba_Pugil', '7738', '72.402', '3.000', '219.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17350882', 'Ghelsba_Pugil', '7738', '63.808', '2.534', '224.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350883', 'Ghelsba_Pugil', '7738', '55.000', '2.000', '249.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17350884', 'Orcish_Fodder', '7744', '39.483', '-30.003', '420.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350885', 'Orcish_Fodder', '7744', '7.000', '-29.000', '420.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17350886', 'Orcish_Mesmerizer', '7747', '-32.000', '-21.000', '419.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17350887', 'Orcish_Grappler', '7745', '55.000', '-29.000', '411.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350888', 'Orcish_Mesmerizer', '7747', '59.298', '-32.283', '337.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350889', 'Orcish_Mesmerizer', '7747', '52.000', '-32.560', '342.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17350890', 'Orcish_Grappler', '7745', '61.000', '-32.000', '346.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350891', 'Orcish_Fodder', '7744', '5.748', '-32.319', '260.948', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350892', 'Orcish_Mesmerizer', '7747', '2.483', '-32.500', '271.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350893', 'Orcish_Grappler', '7745', '-58.000', '-32.000', '262.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17350894', 'Orcish_Fodder', '7744', '-18.077', '-32.464', '273.645', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350895', 'Orcish_Mesmerizer', '7747', '-77.000', '-33.000', '249.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350896', 'Orcish_Grappler', '7745', '-21.000', '-32.383', '252.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17350897', 'Cheiroptera', '7732', '-11.126', '-32.235', '256.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350898', 'Orcish_Fodder', '7744', '-4.517', '-32.889', '222.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350899', 'Orcish_Mesmerizer', '7747', '-58.000', '-32.000', '253.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350900', 'Orcish_Grappler', '7745', '4.066', '-32.829', '223.579', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17350901', 'Orcish_Fodder', '7744', '-16.000', '-32.000', '237.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17350902', 'Orcish_Mesmerizer', '7747', '6.996', '-34.337', '207.149', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17350903', 'Orcish_Grappler', '7745', '-4.000', '-32.000', '242.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350904', 'Cheiroptera', '7732', '-0.863', '-33.851', '214.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350905', 'Orcish_Fodder', '7744', '-51.706', '-33.625', '289.645', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17350906', 'Orcish_Mesmerizer', '7747', '-60.093', '-32.370', '278.293', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17350907', 'Orcish_Grappler', '7745', '-36.569', '-32.001', '269.897', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17350908', 'Orcish_Fodder', '7744', '-35.964', '-32.004', '251.046', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17350909', 'Orcish_Mesmerizer', '7747', '-47.896', '-32.007', '271.923', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17350910', 'Orcish_Grappler', '7745', '-65.402', '-32.391', '282.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350911', 'Cheiroptera', '7732', '-35.721', '-32.176', '282.866', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350912', 'Cheiroptera', '7732', '-51.560', '-32.271', '280.893', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350913', 'Orcish_Mesmerizer', '7747', '-69.053', '-32.723', '237.198', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17350914', 'Orcish_Grappler', '7745', '-73.562', '-33.058', '268.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350915', 'Orcish_Fodder', '7744', '-19.233', '-33.542', '226.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350916', 'Orcish_Mesmerizer', '7747', '-47.428', '-32.573', '239.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350917', 'Orcish_Grappler', '7745', '-34.243', '-32.003', '238.347', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350918', 'Orcish_Fodder', '7744', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350919', 'Orcish_Mesmerizer', '7747', '-24.210', '-32.145', '236.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350920', 'Orcish_Grappler', '7745', '-24.391', '-34.265', '222.430', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17350921', 'Cheiroptera', '7732', '-39.763', '-32.000', '236.640', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17350922', 'Cheiroptera', '7732', '-39.172', '-32.032', '247.808', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17350923', 'Orcish_Mesmerizer', '7747', '-11.789', '-35.231', '212.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350924', 'Orcish_Grunt', '7746', '-17.280', '-35.231', '211.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350925', 'Cheiroptera', '7732', '25.665', '-25.374', '177.838', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17350926', 'Cheiroptera', '7732', '-14.000', '-31.000', '183.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350927', 'Cheiroptera', '7732', '13.556', '-27.894', '178.308', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17350928', 'Cyranuce_M_Cutauleon', '7734', '-189.000', '-10.000', '45.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17350929', 'Colo-colo', '7733', '-188.000', '-10.000', '45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350930', 'Furies', '7737', '-185.000', '-10.000', '48.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350931', 'Furies', '7737', '-191.000', '-10.000', '51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17350932', 'Armoury_Crate', '7729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350933', 'Kalamainu', '7740', '-193.000', '-9.000', '50.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17350934', 'Kilioa', '7741', '-185.000', '-10.000', '42.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17350935', 'Armoury_Crate', '7729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350936', 'Toadpillow', '7761', '-193.000', '-9.000', '50.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17350937', 'Toadsquab', '7762', '-193.000', '-9.000', '52.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17350938', 'Toadbolster', '7759', '-190.000', '-10.000', '50.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17350939', 'Toadcushion', '7760', '-191.000', '-10.000', '52.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17350940', 'Armoury_Crate', '7729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350941', 'Carrion_Dragon', '7731', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350942', 'Carrion_Dragon', '7731', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350952', 'Fodderchief_Vokdek', '7735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350953', 'Sureshot_Snatgat', '7757', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350972', 'Trion', '7764', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350993', 'Orcish_Fodder', '7744', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350994', 'Orcish_Fodder', '7744', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17350997', 'Kyo', '7742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354753', 'Pug_Pugil', '7784', '-500.000', '-500.000', '-500.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17354754', 'Pug_Pugil', '7784', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354755', 'Giant_Pugil', '7769', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354756', 'Puffer_Pugil', '7783', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354757', 'Land_Pugil', '7771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354758', 'Orcish_Fodder', '7775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354759', 'Orcish_Mesmerizer', '7778', '-94.785', '-15.666', '100.900', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354760', 'Orcish_Grappler', '7776', '-98.638', '-15.952', '129.706', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17354761', 'Orcish_Fodder', '7775', '-96.095', '-16.151', '64.657', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354762', 'Orcish_Mesmerizer', '7778', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354763', 'Orcish_Grappler', '7776', '-97.865', '-16.193', '161.051', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17354764', 'Spectacled_Bats', '7786', '-104.432', '-15.757', '133.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354765', 'Spectacled_Bats', '7786', '-106.503', '-15.791', '38.992', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17354766', 'Cheiroptera', '7768', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354767', 'Orcish_Fodder', '7775', '-4.769', '-28.000', '104.165', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17354768', 'Orcish_Mesmerizer', '7778', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354769', 'Orcish_Grappler', '7776', '-97.760', '-16.203', '-7.032', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17354770', 'Spectacled_Bats', '7786', '-96.824', '-16.251', '-30.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354771', 'Cheiroptera', '7768', '-97.477', '-16.021', '-20.057', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354772', 'Orcish_Fodder', '7775', '-69.000', '-16.091', '-70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354773', 'Orcish_Mesmerizer', '7778', '-79.000', '-16.472', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354774', 'Orcish_Grappler', '7776', '-88.803', '-15.700', '-62.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354775', 'Orcish_Fodder', '7775', '-24.000', '-28.000', '2.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17354776', 'Orcish_Mesmerizer', '7778', '-93.251', '-15.702', '-62.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354777', 'Orcish_Grappler', '7776', '-91.625', '-16.044', '-55.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354778', 'Orcish_Fodder', '7775', '-12.133', '-20.063', '-105.874', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354779', 'Orcish_Mesmerizer', '7778', '-12.163', '-20.293', '-99.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354780', 'Orcish_Grappler', '7776', '-32.000', '-19.000', '-96.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17354781', 'Orcish_Fodder', '7775', '-54.178', '-16.469', '-75.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354782', 'Orcish_Mesmerizer', '7778', '-26.272', '-20.500', '-107.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354783', 'Orcish_Grappler', '7776', '-56.000', '-23.000', '-5.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17354784', 'Orcish_Flamethrower', '7774', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354785', 'Orcish_Fodder', '7775', '-54.999', '-24.132', '23.085', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17354786', 'Orcish_Mesmerizer', '7778', '-49.936', '-19.562', '-41.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354787', 'Orcish_Grappler', '7776', '-51.000', '-20.000', '-25.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17354788', 'Spectacled_Bats', '7786', '-54.986', '-16.139', '-69.972', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17354789', 'Spectacled_Bats', '7786', '-51.395', '-16.193', '-62.095', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17354790', 'Cheiroptera', '7768', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354791', 'Orcish_Fodder', '7775', '-54.000', '-24.344', '12.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354792', 'Orcish_Mesmerizer', '7778', '-55.137', '-24.131', '29.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354793', 'Orcish_Grappler', '7776', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354794', 'Orcish_Fodder', '7775', '-56.000', '-24.120', '120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354795', 'Orcish_Mesmerizer', '7778', '-12.364', '-28.500', '91.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354796', 'Orcish_Grappler', '7776', '-86.000', '-18.000', '177.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17354797', 'Orcish_Fodder', '7775', '-68.456', '-20.055', '175.911', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17354798', 'Orcish_Mesmerizer', '7778', '-43.579', '-23.999', '142.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354799', 'Orcish_Grappler', '7776', '-52.000', '-20.000', '168.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17354800', 'Spectacled_Bats', '7786', '-51.719', '-24.000', '142.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354801', 'Spectacled_Bats', '7786', '-56.852', '-23.983', '129.629', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354802', 'Cheiroptera', '7768', '-53.912', '-24.004', '140.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354803', 'Orcish_Fodder', '7775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354804', 'Orcish_Mesmerizer', '7778', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354805', 'Orcish_Grappler', '7776', '-53.000', '-24.037', '133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354806', 'Orcish_Fodder', '7775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354807', 'Orcish_Mesmerizer', '7778', '-64.761', '-20.000', '182.068', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17354808', 'Orcish_Grappler', '7776', '-30.385', '-24.000', '137.425', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17354809', 'Orcish_Fodder', '7775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354810', 'Orcish_Mesmerizer', '7778', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354811', 'Orcish_Grappler', '7776', '-15.000', '-28.167', '59.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17354812', 'Orcish_Fodder', '7775', '-23.107', '-28.018', '27.855', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354813', 'Orcish_Mesmerizer', '7778', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354814', 'Orcish_Grappler', '7776', '-8.939', '-28.000', '-58.637', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17354815', 'Orcish_Flamethrower', '7774', '73.171', '-52.259', '85.562', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17354816', 'Orcish_Fodder', '7775', '-16.000', '-28.002', '-35.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17354817', 'Orcish_Mesmerizer', '7778', '-16.000', '-28.500', '-16.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17354818', 'Orcish_Grappler', '7776', '-62.000', '-24.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354819', 'Spectacled_Bats', '7786', '-25.731', '-28.146', '19.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354820', 'Spectacled_Bats', '7786', '-37.831', '-26.880', '20.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354821', 'Cheiroptera', '7768', '-16.377', '-28.004', '54.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354822', 'Cheiroptera', '7768', '-24.083', '-28.011', '5.181', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354823', 'Orcish_Fodder', '7775', '1.000', '-28.000', '-52.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17354824', 'Orcish_Mesmerizer', '7778', '-17.247', '-28.023', '-49.230', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17354825', 'Orcish_Grappler', '7776', '0.000', '-28.346', '91.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17354826', 'Orcish_Mesmerizer', '7778', '-2.474', '-28.508', '-63.953', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17354827', 'Orcish_Grappler', '7776', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354828', 'Hundredscar_Hajwaj', '7770', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354829', 'Orcish_Fodder', '7775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354830', 'Orcish_Mesmerizer', '7778', '-4.000', '-28.500', '97.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17354831', 'Orcish_Grappler', '7776', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354832', 'Orcish_Fodder', '7775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354833', 'Orcish_Mesmerizer', '7778', '-16.000', '-28.069', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354834', 'Orcish_Grappler', '7776', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354835', 'Orcish_Grunt', '7777', '22.128', '-27.819', '138.503', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354836', 'Orcish_Stonechucker', '7782', '49.000', '-28.000', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354837', 'Orcish_Neckchopper', '7779', '35.400', '-27.999', '146.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354838', 'Orcish_Grunt', '7777', '60.831', '-27.991', '142.960', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17354839', 'Orcish_Stonechucker', '7782', '42.000', '-28.199', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354840', 'Orcish_Neckchopper', '7779', '41.694', '-28.000', '149.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354841', 'Spectacled_Bats', '7786', '25.000', '-27.000', '142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354842', 'Cheiroptera', '7768', '59.234', '-27.918', '135.163', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354843', 'Orcish_Stonechucker', '7782', '21.000', '-27.592', '145.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17354844', 'Orcish_Grunt', '7777', '169.517', '-32.005', '160.963', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17354845', 'Orcish_Stonechucker', '7782', '149.000', '-31.000', '151.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354846', 'Orcish_Neckchopper', '7779', '141.306', '-32.071', '161.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354847', 'Orcish_Grunt', '7777', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354848', 'Orcish_Stonechucker', '7782', '165.913', '-32.000', '168.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354849', 'Orcish_Neckchopper', '7779', '174.571', '-32.005', '163.406', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17354850', 'Spectacled_Bats', '7786', '168.079', '-32.000', '171.937', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354851', 'Cheiroptera', '7768', '153.606', '-32.001', '156.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354852', 'Orcish_Grunt', '7777', '192.000', '-43.000', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354853', 'Orcish_Neckchopper', '7779', '166.000', '-44.000', '117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354854', 'Spectacled_Bats', '7786', '227.153', '-38.860', '152.583', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17354855', 'Cheiroptera', '7768', '224.000', '-35.000', '164.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17354856', 'Orcish_Grunt', '7777', '140.030', '-45.065', '111.477', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354857', 'Orcish_Stonechucker', '7782', '146.152', '-44.144', '121.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354858', 'Orcish_Neckchopper', '7779', '133.000', '-44.000', '119.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17354859', 'Orcish_Grunt', '7777', '188.000', '-43.000', '129.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354860', 'Orcish_Stonechucker', '7782', '173.048', '-44.352', '121.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354861', 'Orcish_Neckchopper', '7779', '159.972', '-43.999', '108.248', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17354862', 'Spectacled_Bats', '7786', '144.264', '-44.837', '107.700', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17354863', 'Cheiroptera', '7768', '168.219', '-44.773', '107.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354864', 'Orcish_Stonechucker', '7782', '183.152', '-46.597', '101.022', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17354865', 'Orcish_Fighter', '7773', '183.865', '-46.357', '103.986', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17354866', 'Orcish_Grunt', '7777', '92.325', '-50.984', '113.955', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17354867', 'Orcish_Stonechucker', '7782', '72.799', '-51.991', '96.433', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17354868', 'Orcish_Neckchopper', '7779', '88.000', '-52.000', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354869', 'Spectacled_Bats', '7786', '72.084', '-52.004', '95.144', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17354870', 'Cheiroptera', '7768', '77.310', '-52.098', '100.535', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17354871', 'Orcish_Grunt', '7777', '49.981', '-51.347', '85.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354872', 'Orcish_Stonechucker', '7782', '81.000', '-52.000', '105.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17354873', 'Orcish_Neckchopper', '7779', '49.000', '-52.000', '95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354874', 'Orcish_Grunt', '7777', '31.394', '-51.923', '98.771', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17354875', 'Orcish_Stonechucker', '7782', '86.000', '-60.000', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354876', 'Orcish_Neckchopper', '7779', '93.000', '-55.000', '85.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354877', 'Spectacled_Bats', '7786', '40.366', '-51.997', '103.596', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354878', 'Cheiroptera', '7768', '33.000', '-52.000', '103.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17354879', 'Orcish_Flamethrower', '7774', '47.264', '-49.375', '21.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354880', 'Orcish_Grunt', '7777', '33.610', '-48.000', '49.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354881', 'Orcish_Stonechucker', '7782', '20.001', '-48.131', '51.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17354882', 'Orcish_Neckchopper', '7779', '36.271', '-48.000', '58.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354883', 'Orcish_Grunt', '7777', '38.343', '-47.977', '60.983', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17354884', 'Orcish_Stonechucker', '7782', '43.179', '-47.997', '56.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354885', 'Orcish_Neckchopper', '7779', '50.474', '-48.376', '67.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354886', 'Sentry_Lizard', '7785', '31.000', '-48.376', '44.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17354887', 'Orcish_Grunt', '7777', '7.208', '-48.021', '9.032', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17354888', 'Orcish_Stonechucker', '7782', '4.457', '-47.999', '17.822', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17354889', 'Orcish_Neckchopper', '7779', '17.000', '-48.000', '-16.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17354890', 'Orcish_Grunt', '7777', '15.000', '-48.259', '26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354891', 'Orcish_Stonechucker', '7782', '16.128', '-48.210', '38.846', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17354892', 'Orcish_Neckchopper', '7779', '63.000', '-52.000', '98.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17354893', 'Sentry_Lizard', '7785', '15.586', '-47.999', '43.127', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17354894', 'Orcish_Panzer', '7780', '23.935', '-48.474', '35.489', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17354895', 'Orcish_Fighter', '7773', '19.099', '-48.178', '35.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354896', 'Chariotbuster_Byakzak', '7767', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354897', 'Orcish_Flamethrower', '7774', '49.000', '-44.000', '-132.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354898', 'Orcish_Grunt', '7777', '45.566', '-48.034', '-7.457', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17354899', 'Orcish_Stonechucker', '7782', '52.740', '-48.000', '-22.213', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17354900', 'Orcish_Neckchopper', '7779', '34.000', '-48.500', '17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354901', 'Orcish_Grunt', '7777', '38.027', '-48.000', '-19.456', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17354902', 'Orcish_Stonechucker', '7782', '21.000', '-48.362', '-0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354903', 'Orcish_Neckchopper', '7779', '34.428', '-48.500', '1.345', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17354904', 'Sentry_Lizard', '7785', '28.000', '-48.216', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354905', 'Orcish_Stonechucker', '7782', '74.000', '-51.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354906', 'Sentry_Lizard', '7785', '42.823', '-52.068', '-68.756', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17354907', 'Sentry_Lizard', '7785', '70.385', '-51.859', '-59.284', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354908', 'Sentry_Lizard', '7785', '62.679', '-51.686', '-67.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354909', 'Sentry_Lizard', '7785', '32.000', '-51.000', '-64.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354910', 'Sentry_Lizard', '7785', '45.470', '-52.114', '-59.251', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17354911', 'Cheiroptera', '7768', '79.734', '-52.045', '-56.280', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354912', 'Orcish_Stonechucker', '7782', '43.000', '-52.000', '-61.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17354913', 'Orcish_Stonechucker', '7782', '30.000', '-52.000', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354914', 'Orcish_Grunt', '7777', '46.808', '-44.000', '-113.703', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354915', 'Orcish_Stonechucker', '7782', '58.000', '-44.500', '-120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354916', 'Orcish_Neckchopper', '7779', '31.275', '-44.000', '-105.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354917', 'Orcish_Grunt', '7777', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354918', 'Orcish_Stonechucker', '7782', '44.919', '-44.000', '-123.161', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17354919', 'Orcish_Neckchopper', '7779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354920', 'Orcish_Flamethrower', '7774', '117.000', '-44.007', '-123.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17354921', 'Cheiroptera', '7768', '28.197', '-44.000', '-123.943', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354923', 'Orcish_Grunt', '7777', '116.256', '-43.999', '-110.829', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354924', 'Orcish_Stonechucker', '7782', '97.340', '-44.027', '-127.838', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354925', 'Orcish_Neckchopper', '7779', '127.000', '-44.030', '-132.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354926', 'Orcish_Grunt', '7777', '124.675', '-44.000', '-116.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354927', 'Orcish_Stonechucker', '7782', '70.000', '-61.000', '24.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17354928', 'Orcish_Neckchopper', '7779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354929', 'Orcish_Flamethrower', '7774', '111.124', '-43.908', '-97.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354930', 'Cheiroptera', '7768', '107.000', '-44.000', '-125.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354931', 'Orcish_Stonechucker', '7782', '145.000', '-45.599', '-108.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354932', 'Orcish_Fighter', '7773', '140.382', '-45.599', '-104.377', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354933', 'Orcish_Flamethrower', '7774', '129.973', '-60.698', '18.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354934', 'Orcish_Grunt', '7777', '102.000', '-60.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354935', 'Orcish_Stonechucker', '7782', '98.000', '-60.040', '36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354936', 'Orcish_Neckchopper', '7779', '96.208', '-60.484', '50.231', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354937', 'Orcish_Grunt', '7777', '94.586', '-59.152', '72.498', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354938', 'Orcish_Stonechucker', '7782', '109.000', '-60.000', '35.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17354939', 'Orcish_Neckchopper', '7779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354940', 'Cheiroptera', '7768', '98.217', '-60.049', '63.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354941', 'Orcish_Grunt', '7777', '86.693', '-59.990', '20.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354942', 'Orcish_Stonechucker', '7782', '80.000', '-60.000', '4.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17354943', 'Orcish_Neckchopper', '7779', '84.990', '-60.003', '11.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354944', 'Orcish_Grunt', '7777', '160.000', '-44.000', '118.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354945', 'Orcish_Stonechucker', '7782', '96.658', '-59.999', '19.296', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17354946', 'Orcish_Neckchopper', '7779', '99.770', '-60.488', '21.006', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354947', 'Cheiroptera', '7768', '80.000', '-60.002', '35.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17354948', 'Orcish_Grunt', '7777', '106.257', '-60.000', '-2.223', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17354949', 'Orcish_Stonechucker', '7782', '93.000', '-60.000', '-4.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354950', 'Orcish_Neckchopper', '7779', '111.325', '-59.999', '0.595', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17354951', 'Orcish_Grunt', '7777', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354952', 'Orcish_Stonechucker', '7782', '106.271', '-60.000', '7.793', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354953', 'Orcish_Neckchopper', '7779', '190.000', '-46.000', '105.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354954', 'Cheiroptera', '7768', '106.086', '-60.007', '-18.171', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17354955', 'Orcish_Grunt', '7777', '115.911', '-61.595', '49.595', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17354956', 'Orcish_Cursemaker', '7772', '121.879', '-61.595', '51.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354957', 'Orcish_Stonechucker', '7782', '69.992', '-61.599', '16.824', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17354958', 'Orcish_Cursemaker', '7772', '67.789', '-61.599', '20.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354959', 'Orcish_Neckchopper', '7779', '121.202', '-61.599', '-7.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354960', 'Orcish_Cursemaker', '7772', '118.591', '-62.084', '-11.813', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17354961', 'Orcish_Flamethrower', '7774', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354962', 'Orcish_Grunt', '7777', '159.000', '-84.000', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354963', 'Orcish_Stonechucker', '7782', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354964', 'Orcish_Neckchopper', '7779', '94.000', '-60.000', '-8.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354965', 'Orcish_Grunt', '7777', '177.000', '-86.362', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354966', 'Orcish_Stonechucker', '7782', '153.000', '-84.000', '23.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17354967', 'Orcish_Neckchopper', '7779', '181.000', '-83.000', '-6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354968', 'Cheiroptera', '7768', '109.067', '-64.045', '-55.944', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17354969', 'Cheiroptera', '7768', '182.644', '-79.986', '-29.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354970', 'Orcish_Grunt', '7777', '162.761', '-84.086', '-2.048', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17354971', 'Orcish_Stonechucker', '7782', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354972', 'Orcish_Neckchopper', '7779', '173.775', '-84.500', '2.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354973', 'Orcish_Grunt', '7777', '153.000', '-83.995', '5.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17354974', 'Orcish_Stonechucker', '7782', '144.000', '-84.000', '18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354975', 'Orcish_Neckchopper', '7779', '162.577', '-84.138', '17.617', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17354976', 'Orcish_Grunt', '7777', '143.366', '-84.083', '31.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354977', 'Orcish_Stonechucker', '7782', '162.970', '-84.500', '43.924', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17354978', 'Orcish_Neckchopper', '7779', '162.000', '-84.500', '23.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17354979', 'Orcish_Grunt', '7777', '155.000', '-83.997', '42.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17354980', 'Orcish_Stonechucker', '7782', '169.558', '-84.066', '31.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17354981', 'Orcish_Neckchopper', '7779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17354982', 'Orcish_Cursemaker', '7772', '185.888', '-86.599', '17.192', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17354983', 'Orcish_Serjeant', '7781', '188.487', '-86.342', '20.457', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17355005', 'Treasure_Chest', '7787', '-500.000', '-500.000', '-500.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17358849', 'Orcish_Grunt', '7793', '-209.549', '-1.157', '-101.527', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17358850', 'Orcish_Grunt', '7793', '-222.870', '-0.930', '-95.317', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17358851', 'Orcish_Stonechucker', '7796', '-213.164', '-1.247', '-99.582', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17358852', 'Orcish_Neckchopper', '7794', '-219.311', '-0.699', '-103.334', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358853', 'Orcish_Grunt', '7793', '-196.005', '-1.329', '-91.181', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17358854', 'Orcish_Stonechucker', '7796', '-217.593', '-0.500', '-99.157', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17358855', 'Orcish_Neckchopper', '7794', '-213.000', '-0.699', '-114.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358856', 'Grotto_Bats', '7789', '-194.238', '-1.799', '-89.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358857', 'Orcish_Grunt', '7793', '-191.427', '-1.809', '-86.459', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358858', 'Orcish_Grunt', '7793', '-197.997', '-0.402', '-99.281', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17358859', 'Orcish_Stonechucker', '7796', '-203.643', '-1.117', '-110.646', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17358860', 'Orcish_Neckchopper', '7794', '-202.674', '-1.180', '-98.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358861', 'Orcish_Grunt', '7793', '-147.564', '-1.210', '-94.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358862', 'Orcish_Stonechucker', '7796', '-201.168', '-0.864', '-110.046', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17358863', 'Orcish_Neckchopper', '7794', '-201.164', '-1.225', '-104.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358864', 'Grotto_Bats', '7789', '-154.201', '-1.064', '-94.607', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17358865', 'Orcish_Grunt', '7793', '-150.342', '-1.289', '-40.524', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17358866', 'Orcish_Stonechucker', '7796', '-173.533', '-1.259', '-93.539', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17358867', 'Orcish_Neckchopper', '7794', '-163.587', '-1.276', '-94.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358868', 'Grotto_Bats', '7789', '-165.419', '-1.454', '-91.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358869', 'Grotto_Bats', '7789', '-142.779', '-1.315', '-32.908', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17358870', 'Orcish_Grunt', '7793', '-153.834', '-1.257', '-53.179', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17358871', 'Orcish_Stonechucker', '7796', '-125.000', '-0.600', '-58.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17358872', 'Orcish_Neckchopper', '7794', '-141.857', '-1.214', '-61.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358873', 'Orcish_Grunt', '7793', '-145.266', '-1.303', '-35.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358874', 'Orcish_Stonechucker', '7796', '-149.000', '-0.600', '-19.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17358875', 'Orcish_Neckchopper', '7794', '-141.448', '-0.699', '-50.752', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17358876', 'Riding_Lizard', '7797', '-122.000', '-0.600', '-52.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358877', 'Riding_Lizard', '7797', '-124.000', '-0.600', '-31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358878', 'Grotto_Bats', '7789', '-139.135', '-1.208', '-21.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358879', 'Orcish_Grunt', '7793', '-138.258', '-1.380', '-10.787', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17358880', 'Orcish_Stonechucker', '7796', '-132.064', '-1.264', '-21.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358881', 'Orcish_Neckchopper', '7794', '-137.346', '-0.529', '-24.308', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17358882', 'Orcish_Grunt', '7793', '-144.484', '-0.776', '-65.095', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17358883', 'Orcish_Stonechucker', '7796', '-140.092', '-1.278', '-25.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358884', 'Orcish_Neckchopper', '7794', '-112.449', '-0.743', '-18.624', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17358885', 'Riding_Lizard', '7797', '194.000', '-11.000', '112.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17358886', 'Grotto_Bats', '7789', '-118.633', '-1.316', '-69.416', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17358887', 'Orcish_Grunt', '7793', '-111.724', '-0.937', '-53.026', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17358888', 'Orcish_Stonechucker', '7796', '-137.911', '-0.680', '-51.703', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17358889', 'Orcish_Neckchopper', '7794', '-105.522', '-1.050', '-72.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358890', 'Orcish_Grunt', '7793', '-99.079', '-1.181', '-30.265', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17358891', 'Orcish_Stonechucker', '7796', '-135.994', '-1.089', '-57.686', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17358892', 'Orcish_Neckchopper', '7794', '-108.286', '-1.191', '-60.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358893', 'Riding_Lizard', '7797', '-113.000', '-0.060', '-46.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17358894', 'Riding_Lizard', '7797', '199.000', '-11.000', '110.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17358895', 'Grotto_Bats', '7789', '-98.911', '-1.371', '-15.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358896', 'Riding_Lizard', '7797', '-125.330', '-0.039', '-45.187', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17358897', 'Riding_Lizard', '7797', '-124.360', '0.050', '-40.801', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17358898', 'Riding_Lizard', '7797', '193.000', '-11.000', '107.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358899', 'Riding_Lizard', '7797', '197.000', '-11.000', '109.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17358900', 'Orcish_Grunt', '7793', '-101.000', '-0.600', '-57.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17358901', 'Orcish_Stonechucker', '7796', '-101.809', '-1.064', '-45.281', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17358902', 'Orcish_Neckchopper', '7794', '-93.519', '-1.185', '-32.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358903', 'Orcish_Grunt', '7793', '-97.000', '-0.600', '-9.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358904', 'Orcish_Stonechucker', '7796', '-99.132', '-0.699', '-20.470', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17358905', 'Orcish_Neckchopper', '7794', '-88.000', '-0.600', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358906', 'Grotto_Bats', '7789', '-33.298', '-1.178', '-29.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358907', 'Stealth_Bat', '7798', '-85.000', '-3.043', '-52.775', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17358908', 'Orcish_Grunt', '7793', '-10.183', '-1.272', '-15.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358909', 'Orcish_Stonechucker', '7796', '-87.000', '-0.600', '-15.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17358910', 'Orcish_Neckchopper', '7794', '-22.000', '-0.500', '-25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358911', 'Grotto_Bats', '7789', '-77.042', '-1.158', '-10.855', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17358912', 'Grotto_Bats', '7789', '-5.771', '-1.316', '-15.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358913', 'Orcish_Grunt', '7793', '-8.000', '-0.500', '-53.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17358914', 'Orcish_Stonechucker', '7796', '-21.532', '-0.682', '-10.660', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17358915', 'Orcish_Neckchopper', '7794', '29.730', '-0.848', '-19.433', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17358916', 'Grotto_Bats', '7789', '-5.951', '-1.475', '13.207', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17358917', 'Orcish_Grunt', '7793', '-0.057', '-1.220', '19.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358918', 'Orcish_Stonechucker', '7796', '-25.000', '-0.500', '7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358919', 'Orcish_Neckchopper', '7794', '-19.933', '-1.211', '20.750', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358920', 'Orcish_Grunt', '7793', '11.790', '-1.379', '-19.023', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17358921', 'Orcish_Stonechucker', '7796', '0.262', '-1.272', '14.819', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17358922', 'Orcish_Neckchopper', '7794', '-6.849', '-1.267', '11.799', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17358923', 'Grotto_Bats', '7789', '-15.767', '-1.725', '15.686', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17358924', 'Grotto_Bats', '7789', '10.687', '-1.442', '-16.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358925', 'Orcish_Grunt', '7793', '10.890', '-1.256', '2.267', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17358926', 'Orcish_Stonechucker', '7796', '16.179', '-1.321', '-27.321', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17358927', 'Orcish_Neckchopper', '7794', '5.233', '-1.231', '-32.158', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17358928', 'Orcish_Grunt', '7793', '54.431', '-1.196', '13.552', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17358929', 'Orcish_Stonechucker', '7796', '16.061', '-1.383', '10.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358930', 'Grotto_Bats', '7789', '26.315', '-1.370', '-20.789', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358931', 'Grotto_Bats', '7789', '43.934', '-0.923', '8.358', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17358932', 'Ashmaker_Gotblut', '7788', '11.669', '-0.903', '-22.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358933', 'Orcish_Grunt', '7793', '36.000', '-0.040', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358934', 'Orcish_Stonechucker', '7796', '43.643', '-0.923', '8.418', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17358935', 'Orcish_Neckchopper', '7794', '48.368', '-1.107', '27.491', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358936', 'Grotto_Bats', '7789', '116.019', '-14.250', '48.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358937', 'Orcish_Grunt', '7793', '167.000', '-11.000', '39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358938', 'Orcish_Stonechucker', '7796', '57.000', '-0.500', '29.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358939', 'Orcish_Neckchopper', '7794', '24.000', '-0.500', '2.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358940', 'Grotto_Bats', '7789', '107.295', '-14.482', '52.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358941', 'Grotto_Bats', '7789', '141.996', '-13.205', '81.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358942', 'Orcish_Grunt', '7793', '137.024', '-13.259', '67.504', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17358943', 'Orcish_Stonechucker', '7796', '161.318', '-12.805', '68.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358944', 'Orcish_Neckchopper', '7794', '160.693', '-13.277', '73.365', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17358945', 'Orcish_Grunt', '7793', '150.182', '-13.239', '99.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358946', 'Orcish_Stonechucker', '7796', '173.504', '-13.224', '81.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358947', 'Orcish_Neckchopper', '7794', '170.607', '-13.052', '56.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358948', 'Orcish_Fighter', '7792', '161.637', '-13.276', '55.571', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17358949', 'Orcish_Cursemaker', '7791', '154.086', '-12.556', '81.435', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17358950', 'Grotto_Bats', '7789', '129.946', '-13.312', '106.472', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17358951', 'Orcish_Grunt', '7793', '107.466', '-13.222', '97.437', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17358952', 'Orcish_Stonechucker', '7796', '157.000', '-12.821', '130.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17358953', 'Orcish_Neckchopper', '7794', '160.000', '-12.000', '117.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17358954', 'Orcish_Grunt', '7793', '195.527', '-13.334', '74.257', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358955', 'Orcish_Stonechucker', '7796', '139.904', '-13.306', '112.636', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358956', 'Orcish_Neckchopper', '7794', '140.893', '-12.599', '81.881', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17358957', 'Orcish_Fighter', '7792', '178.991', '-13.193', '110.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358958', 'Orcish_Cursemaker', '7791', '186.921', '-13.294', '121.085', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17358959', 'Grotto_Bats', '7789', '209.802', '-13.406', '63.207', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17358960', 'Orcish_Grunt', '7793', '215.416', '-13.143', '98.855', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358961', 'Orcish_Stonechucker', '7796', '195.157', '-12.773', '62.370', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17358962', 'Orcish_Neckchopper', '7794', '205.789', '-11.999', '97.488', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358963', 'Orcish_Fighter', '7792', '196.726', '-13.196', '79.636', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358964', 'Orcish_Cursemaker', '7791', '207.379', '-13.388', '59.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358965', 'Grotto_Bats', '7789', '229.776', '-13.406', '104.623', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17358966', 'Orcish_Grunt', '7793', '198.000', '-12.000', '92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358967', 'Orcish_Stonechucker', '7796', '207.438', '-13.146', '86.689', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17358968', 'Orcish_Neckchopper', '7794', '218.846', '-12.584', '107.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358969', 'Orcish_Grunt', '7793', '303.898', '-25.195', '169.025', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17358970', 'Orcish_Stonechucker', '7796', '213.171', '-13.367', '134.353', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17358971', 'Orcish_Neckchopper', '7794', '172.000', '-12.000', '98.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17358972', 'Orcish_Fighter', '7792', '192.181', '-13.346', '120.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358973', 'Orcish_Cursemaker', '7791', '220.417', '-12.899', '91.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358974', 'Grotto_Bats', '7789', '255.000', '-12.000', '149.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17358975', 'Orcish_Fighter', '7792', '226.000', '-12.000', '120.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17358976', 'Orcish_Cursemaker', '7791', '209.000', '-12.000', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358977', 'Grotto_Bats', '7789', '271.253', '-14.406', '153.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358978', 'Grotto_Bats', '7789', '322.690', '-25.107', '183.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358979', 'Orcish_Grunt', '7793', '333.193', '-25.351', '221.632', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17358980', 'Orcish_Stonechucker', '7796', '339.000', '-24.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358981', 'Orcish_Neckchopper', '7794', '352.000', '-23.000', '170.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358982', 'Orcish_Fighter', '7792', '325.940', '-24.948', '193.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358983', 'Orcish_Fighter', '7792', '316.101', '-25.236', '182.181', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17358984', 'Orcish_Cursemaker', '7791', '307.964', '-24.801', '180.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358985', 'Grotto_Bats', '7789', '324.863', '-25.386', '204.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358986', 'Orcish_Grunt', '7793', '-500.000', '-500.000', '-500.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17358987', 'Orcish_Stonechucker', '7796', '337.159', '-25.264', '204.507', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358988', 'Orcish_Neckchopper', '7794', '328.575', '-26.112', '229.403', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17358989', 'Orcish_Fighter', '7792', '344.000', '-24.000', '191.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17358990', 'Orcish_Fighter', '7792', '321.160', '-25.230', '203.168', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17358991', 'Orcish_Cursemaker', '7791', '338.853', '-25.246', '214.040', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17358992', 'Grotto_Bats', '7789', '340.539', '-25.182', '210.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358993', 'Grotto_Bats', '7789', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358994', 'Orcish_Fighter', '7792', '308.664', '-41.782', '131.719', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358995', 'Orcish_Cursemaker', '7791', '306.900', '-41.178', '148.157', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17358996', 'Orcish_Fighter', '7792', '324.231', '-41.261', '140.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358997', 'Orcish_Cursemaker', '7791', '303.209', '-40.700', '151.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17358998', 'Stealth_Bat', '7798', '304.717', '-41.168', '147.269', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17358999', 'Stealth_Bat', '7798', '316.410', '-40.957', '107.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359000', 'Stealth_Bat', '7798', '307.920', '-41.135', '104.621', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17359001', 'Orcish_Fighter', '7792', '387.516', '-40.809', '141.147', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17359002', 'Orcish_Cursemaker', '7791', '370.249', '-41.991', '110.494', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17359003', 'Orcish_Fighter', '7792', '361.654', '-41.214', '102.390', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359004', 'Orcish_Cursemaker', '7791', '388.771', '-41.010', '109.159', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17359005', 'Stealth_Bat', '7798', '359.749', '-41.209', '103.419', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17359006', 'Stealth_Bat', '7798', '355.163', '-42.960', '124.057', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17359007', 'Stealth_Bat', '7798', '343.000', '-43.314', '81.286', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359008', 'Stealth_Bat', '7798', '357.812', '-44.874', '77.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359009', 'Orcish_Fighter', '7792', '383.408', '-41.097', '142.130', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17359010', 'Orcish_Cursemaker', '7791', '386.856', '-41.203', '107.449', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17359011', 'Orcish_Serjeant', '7795', '397.559', '-41.181', '109.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359012', 'Stealth_Bat', '7798', '419.898', '-42.740', '129.614', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17359013', 'Orcish_Fighter', '7792', '423.963', '-41.474', '110.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359014', 'Orcish_Cursemaker', '7791', '413.769', '-40.700', '105.735', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17359015', 'Orcish_Fighter', '7792', '415.726', '-41.213', '104.378', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17359016', 'Orcish_Cursemaker', '7791', '434.832', '-41.304', '115.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359017', 'Stealth_Bat', '7798', '431.668', '-41.329', '97.286', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359018', 'Stealth_Bat', '7798', '437.963', '-43.365', '117.335', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359019', 'Stealth_Bat', '7798', '438.290', '-43.397', '107.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359020', 'Orcish_Fighter', '7792', '372.397', '-41.273', '137.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359021', 'Orcish_Cursemaker', '7791', '381.430', '-41.343', '150.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359022', 'Orcish_Fighter', '7792', '356.720', '-40.505', '195.251', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17359023', 'Orcish_Cursemaker', '7791', '373.696', '-41.282', '137.979', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17359024', 'Stealth_Bat', '7798', '411.314', '-41.169', '144.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359025', 'Stealth_Bat', '7798', '390.406', '-42.797', '158.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359026', 'Stealth_Bat', '7798', '408.299', '-42.999', '160.804', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17359027', 'Orcish_Fighter', '7792', '363.233', '-41.257', '159.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359028', 'Orcish_Cursemaker', '7791', '368.714', '-41.362', '162.730', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17359029', 'Orcish_Fighter', '7792', '359.174', '-41.219', '179.431', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17359030', 'Orcish_Cursemaker', '7791', '357.191', '-40.770', '178.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359031', 'Orcish_Serjeant', '7795', '369.300', '-40.669', '193.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359032', 'Stealth_Bat', '7798', '353.113', '-41.388', '159.659', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359033', 'Stealth_Bat', '7798', '374.340', '-43.178', '166.660', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17359034', 'Stealth_Bat', '7798', '340.541', '-43.301', '199.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17359035', 'Stealth_Bat', '7798', '339.860', '-43.681', '184.315', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17359045', 'Treasure_Chest', '7799', '-500.000', '-500.000', '-500.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17359065', 'Kyo', '7790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17359066', 'Kyo', '7790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17362945', 'Mine_Crab', '7809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17362946', 'Mine_Crab', '7809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17362947', 'Coral_Crab', '7807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17362948', 'Stag_Crab', '7819', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17362949', 'Snipper', '7818', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17362950', 'Young_Quadav', '7822', '56.000', '-0.506', '66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362951', 'Young_Quadav', '7822', '62.000', '-0.597', '57.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17362952', 'Amethyst_Quadav', '7801', '77.000', '-0.405', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362953', 'Amber_Quadav', '7800', '52.000', '-0.708', '60.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17362954', 'Pit_Hare', '7815', '58.192', '0.062', '61.254', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17362955', 'Young_Quadav', '7822', '60.000', '-0.276', '98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362956', 'Young_Quadav', '7822', '63.000', '-0.179', '100.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17362957', 'Amethyst_Quadav', '7801', '61.556', '-0.396', '109.154', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17362958', 'Amber_Quadav', '7800', '74.000', '-0.556', '99.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17362959', 'Pit_Hare', '7815', '58.926', '-0.360', '95.924', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17362960', 'Young_Quadav', '7822', '18.459', '-0.413', '118.548', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17362961', 'Pit_Hare', '7815', '26.000', '-0.569', '137.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362962', 'Pit_Hare', '7815', '25.000', '-0.491', '104.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17362963', 'Young_Quadav', '7822', '59.103', '-0.508', '130.616', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17362964', 'Amethyst_Quadav', '7801', '59.000', '-0.735', '147.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362965', 'Amber_Quadav', '7800', '51.149', '-0.244', '142.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362966', 'Young_Quadav', '7822', '63.418', '0.133', '141.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362967', 'Amethyst_Quadav', '7801', '55.000', '-0.514', '171.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17362968', 'Amber_Quadav', '7800', '58.904', '-0.483', '123.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362969', 'Pit_Hare', '7815', '59.379', '-0.661', '122.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362970', 'Young_Quadav', '7822', '293.000', '-15.000', '19.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17362971', 'Amethyst_Quadav', '7801', '109.752', '-0.648', '138.287', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17362972', 'Amber_Quadav', '7800', '300.480', '-15.385', '226.454', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362973', 'Pit_Hare', '7815', '104.251', '-0.410', '138.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362974', 'Pit_Hare', '7815', '101.016', '-0.375', '133.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362975', 'Young_Quadav', '7822', '100.397', '-0.046', '167.559', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17362976', 'Amethyst_Quadav', '7801', '77.176', '0.104', '169.432', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17362977', 'Amber_Quadav', '7800', '87.120', '-0.186', '172.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362978', 'Pit_Hare', '7815', '61.847', '-0.234', '166.764', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17362979', 'Young_Quadav', '7822', '50.118', '-7.346', '180.535', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17362980', 'Amethyst_Quadav', '7801', '56.000', '-5.000', '190.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362981', 'Amber_Quadav', '7800', '104.811', '-2.108', '187.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362982', 'Young_Quadav', '7822', '72.940', '-3.592', '196.050', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362983', 'Amethyst_Quadav', '7801', '60.000', '-2.000', '180.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17362984', 'Amber_Quadav', '7800', '79.347', '-2.661', '184.401', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17362985', 'Pit_Hare', '7815', '48.198', '-7.147', '183.302', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362986', 'Young_Quadav', '7822', '127.093', '0.024', '179.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362987', 'Amethyst_Quadav', '7801', '139.000', '-0.253', '167.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362988', 'Amber_Quadav', '7800', '139.068', '0.052', '148.395', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17362989', 'Young_Quadav', '7822', '138.676', '-0.015', '155.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362990', 'Amethyst_Quadav', '7801', '116.366', '-0.136', '182.005', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362991', 'Amber_Quadav', '7800', '142.000', '-0.076', '154.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17362992', 'Pit_Hare', '7815', '128.242', '0.082', '178.859', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17362993', 'Young_Quadav', '7822', '100.000', '-0.320', '79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362994', 'Amethyst_Quadav', '7801', '104.000', '-0.338', '107.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362995', 'Amber_Quadav', '7800', '208.000', '-1.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17362996', 'Pit_Hare', '7815', '107.594', '-0.326', '97.214', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17362997', 'Pit_Hare', '7815', '102.297', '-0.436', '89.844', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17362998', 'Young_Quadav', '7822', '118.000', '-0.259', '60.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17362999', 'Amethyst_Quadav', '7801', '96.000', '-0.519', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363000', 'Amber_Quadav', '7800', '198.688', '-0.528', '58.840', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363001', 'Pit_Hare', '7815', '92.160', '-0.369', '61.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363002', 'Pit_Hare', '7815', '103.827', '-0.483', '58.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363003', 'Pit_Hare', '7815', '163.000', '0.500', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363004', 'Pit_Hare', '7815', '168.000', '-2.000', '104.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363005', 'Pit_Hare', '7815', '169.000', '-0.100', '79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363006', 'Pit_Hare', '7815', '170.674', '-1.223', '94.178', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17363007', 'Young_Quadav', '7822', '108.101', '-8.344', '-16.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363008', 'Amethyst_Quadav', '7801', '140.920', '-8.291', '-8.685', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363009', 'Amber_Quadav', '7800', '99.000', '-4.000', '15.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17363010', 'Pit_Hare', '7815', '135.536', '-8.282', '-15.597', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17363011', 'Pit_Hare', '7815', '122.593', '-8.209', '-19.685', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17363012', 'Young_Quadav', '7822', '186.594', '-15.177', '27.075', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17363013', 'Amethyst_Quadav', '7801', '177.416', '-14.969', '19.550', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17363014', 'Amber_Quadav', '7800', '148.000', '-12.000', '18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363015', 'Young_Quadav', '7822', '168.000', '-15.000', '18.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17363016', 'Amethyst_Quadav', '7801', '190.267', '-15.325', '22.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363017', 'Amber_Quadav', '7800', '185.000', '-14.000', '13.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17363018', 'Young_Quadav', '7822', '219.000', '-7.000', '44.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17363019', 'Amethyst_Quadav', '7801', '215.246', '-11.656', '26.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363020', 'Amber_Quadav', '7800', '213.891', '-3.682', '56.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363021', 'Pit_Hare', '7815', '218.727', '-9.766', '33.567', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17363022', 'Pit_Hare', '7815', '193.153', '-0.401', '101.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363023', 'Pit_Hare', '7815', '191.000', '-0.980', '81.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17363024', 'Pit_Hare', '7815', '186.554', '-0.670', '66.606', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17363025', 'Pit_Hare', '7815', '190.974', '-0.048', '97.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363026', 'Pit_Hare', '7815', '188.747', '-0.378', '44.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363027', 'Young_Quadav', '7822', '14.340', '-8.361', '183.541', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17363028', 'Amethyst_Quadav', '7801', '-14.996', '-8.403', '179.159', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17363029', 'Amber_Quadav', '7800', '29.000', '-8.336', '182.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17363030', 'Pit_Hare', '7815', '0.850', '-8.086', '179.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363031', 'Pit_Hare', '7815', '9.448', '-8.461', '180.510', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17363032', 'Cave_Funguar', '7804', '-67.468', '-7.652', '180.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363033', 'Cave_Funguar', '7804', '-60.043', '-7.783', '175.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363034', 'Cave_Funguar', '7804', '-57.065', '-7.560', '179.535', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363035', 'Cave_Funguar', '7804', '-58.385', '-8.013', '172.215', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17363036', 'Young_Quadav', '7822', '187.193', '-0.412', '138.850', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363037', 'Amethyst_Quadav', '7801', '166.547', '-0.466', '139.211', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363038', 'Amber_Quadav', '7800', '172.213', '-0.269', '139.367', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17363039', 'Pit_Hare', '7815', '187.670', '-0.408', '139.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363040', 'Young_Quadav', '7822', '222.000', '-0.598', '148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363041', 'Amethyst_Quadav', '7801', '224.438', '-1.249', '143.303', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17363042', 'Amber_Quadav', '7800', '214.137', '-0.412', '146.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363043', 'Young_Quadav', '7822', '212.810', '-0.315', '135.944', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17363044', 'Amethyst_Quadav', '7801', '222.447', '-0.415', '133.033', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17363045', 'Amber_Quadav', '7800', '230.794', '0.011', '140.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363046', 'Pit_Hare', '7815', '201.796', '-0.203', '101.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363047', 'Pit_Hare', '7815', '209.401', '-0.280', '101.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363048', 'Young_Quadav', '7822', '254.480', '-0.288', '146.293', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17363049', 'Amethyst_Quadav', '7801', '259.375', '-1.722', '167.714', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17363050', 'Amber_Quadav', '7800', '259.773', '-0.434', '159.703', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17363051', 'Pit_Hare', '7815', '250.085', '-0.284', '141.771', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17363052', 'Young_Quadav', '7822', '19.015', '-8.775', '206.887', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17363053', 'Amethyst_Quadav', '7801', '9.649', '-10.597', '207.821', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17363054', 'Amber_Quadav', '7800', '-38.000', '-7.000', '179.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17363055', 'Young_Quadav', '7822', '3.044', '-10.833', '220.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363056', 'Young_Quadav', '7822', '9.000', '-14.000', '231.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17363057', 'Amethyst_Quadav', '7801', '26.000', '-15.000', '230.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17363058', 'Amber_Quadav', '7800', '22.688', '-12.268', '216.017', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17363059', 'Young_Quadav', '7822', '233.216', '-8.788', '179.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363060', 'Amethyst_Quadav', '7801', '243.000', '-7.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363061', 'Amber_Quadav', '7800', '228.847', '-10.563', '168.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363062', 'Young_Quadav', '7822', '217.000', '-12.000', '180.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17363063', 'Young_Quadav', '7822', '211.858', '-13.427', '173.432', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17363064', 'Amethyst_Quadav', '7801', '225.073', '-9.805', '175.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363065', 'Amber_Quadav', '7800', '219.333', '-12.137', '170.542', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17363066', 'Young_Quadav', '7822', '53.641', '-16.234', '218.654', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17363067', 'Young_Quadav', '7822', '73.718', '-16.278', '218.597', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363068', 'Amethyst_Quadav', '7801', '95.000', '-15.000', '220.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17363069', 'Amber_Quadav', '7800', '34.000', '-15.000', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363070', 'Pit_Hare', '7815', '64.873', '-16.254', '219.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363071', 'Young_Quadav', '7822', '110.987', '-15.977', '227.906', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17363072', 'Amethyst_Quadav', '7801', '128.111', '-15.192', '236.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363073', 'Amber_Quadav', '7800', '105.000', '-15.765', '252.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363074', 'Young_Quadav', '7822', '134.489', '-15.409', '229.328', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17363075', 'Amethyst_Quadav', '7801', '111.426', '-15.313', '239.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363076', 'Amber_Quadav', '7800', '132.971', '-15.844', '225.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363077', 'Pit_Hare', '7815', '148.110', '-16.040', '249.982', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17363078', 'Pit_Hare', '7815', '148.647', '-15.630', '233.501', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363079', 'Pit_Hare', '7815', '139.708', '-16.378', '231.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363081', 'Young_Quadav', '7822', '151.624', '-15.317', '230.741', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363082', 'Amethyst_Quadav', '7801', '174.390', '-15.851', '240.178', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17363083', 'Amber_Quadav', '7800', '164.259', '-15.180', '244.365', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17363084', 'Young_Quadav', '7822', '185.000', '-15.347', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363085', 'Amethyst_Quadav', '7801', '167.460', '-15.363', '232.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363086', 'Amber_Quadav', '7800', '151.000', '-15.170', '255.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363087', 'Young_Quadav', '7822', '127.000', '-15.000', '254.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363088', 'Amethyst_Quadav', '7801', '180.000', '-15.000', '216.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17363089', 'Amber_Quadav', '7800', '180.000', '-16.429', '202.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17363090', 'Pit_Hare', '7815', '175.551', '-16.406', '256.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363091', 'Young_Quadav', '7822', '216.757', '-15.901', '259.523', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17363092', 'Amethyst_Quadav', '7801', '213.000', '-15.000', '266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363093', 'Amber_Quadav', '7800', '221.496', '-16.937', '269.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363094', 'Young_Quadav', '7822', '210.486', '-16.171', '259.431', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17363095', 'Amethyst_Quadav', '7801', '230.000', '-16.256', '262.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17363096', 'Amber_Quadav', '7800', '221.000', '-16.085', '254.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363097', 'Young_Quadav', '7822', '212.000', '-15.000', '188.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363098', 'Young_Quadav', '7822', '219.000', '-15.000', '214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363099', 'Amethyst_Quadav', '7801', '222.750', '-16.280', '189.104', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17363100', 'Amber_Quadav', '7800', '219.000', '-16.497', '232.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363101', 'Pit_Hare', '7815', '221.167', '-16.081', '199.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363102', 'Pit_Hare', '7815', '257.204', '-16.364', '257.151', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363103', 'Pit_Hare', '7815', '263.283', '-16.719', '253.244', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17363104', 'Young_Quadav', '7822', '257.000', '-16.104', '257.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17363105', 'Young_Quadav', '7822', '260.000', '-15.798', '244.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17363106', 'Amethyst_Quadav', '7801', '299.000', '-16.047', '243.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17363107', 'Amber_Quadav', '7800', '272.506', '-16.098', '260.085', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17363108', 'Young_Quadav', '7822', '287.002', '-16.177', '256.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363109', 'Amethyst_Quadav', '7801', '299.203', '-15.745', '258.150', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17363110', 'Amber_Quadav', '7800', '289.435', '-16.250', '263.320', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17363111', 'Veteran_Quadav', '7821', '254.000', '-16.640', '226.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17363112', 'Greater_Quadav', '7808', '261.898', '-16.278', '211.793', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17363113', 'Onyx_Quadav', '7814', '300.000', '-16.497', '206.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363114', 'Copper_Beetle', '7805', '288.482', '-16.462', '220.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363115', 'Copper_Beetle', '7805', '251.543', '-16.307', '214.536', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17363116', 'Veteran_Quadav', '7821', '306.084', '-16.500', '187.199', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17363117', 'Greater_Quadav', '7808', '299.000', '-15.000', '171.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17363118', 'Onyx_Quadav', '7814', '266.000', '-15.000', '183.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363119', 'Copper_Beetle', '7805', '307.000', '-16.204', '171.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363120', 'Copper_Beetle', '7805', '296.000', '-15.000', '144.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17363121', 'Veteran_Quadav', '7821', '260.143', '-16.411', '134.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363122', 'Greater_Quadav', '7808', '285.000', '-15.000', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363123', 'Onyx_Quadav', '7814', '258.887', '-16.184', '124.499', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17363124', 'Veteran_Quadav', '7821', '266.000', '-15.000', '103.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17363125', 'Greater_Quadav', '7808', '275.000', '-15.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363126', 'Onyx_Quadav', '7814', '227.000', '-17.000', '142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363127', 'Copper_Beetle', '7805', '266.014', '-16.179', '94.224', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17363128', 'Copper_Beetle', '7805', '265.000', '-16.496', '136.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17363129', 'Veteran_Quadav', '7821', '260.000', '-15.000', '86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363130', 'Greater_Quadav', '7808', '261.636', '-15.823', '61.545', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17363131', 'Onyx_Quadav', '7814', '265.897', '-16.364', '53.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363132', 'Veteran_Quadav', '7821', '259.798', '-16.227', '51.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363133', 'Greater_Quadav', '7808', '262.197', '-16.020', '67.301', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17363134', 'Onyx_Quadav', '7814', '266.040', '-16.159', '65.618', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17363135', 'Veteran_Quadav', '7821', '294.000', '-15.783', '65.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17363136', 'Greater_Quadav', '7808', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363137', 'Onyx_Quadav', '7814', '308.948', '-16.060', '65.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363138', 'Veteran_Quadav', '7821', '310.000', '-15.460', '57.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17363139', 'Greater_Quadav', '7808', '304.171', '-15.539', '60.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363140', 'Onyx_Quadav', '7814', '300.941', '-15.775', '54.900', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17363141', 'Veteran_Quadav', '7821', '221.934', '-15.966', '53.788', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17363142', 'Greater_Quadav', '7808', '225.313', '-15.805', '59.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363143', 'Onyx_Quadav', '7814', '221.000', '-15.672', '67.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363144', 'Veteran_Quadav', '7821', '213.000', '-15.996', '59.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17363145', 'Greater_Quadav', '7808', '226.660', '-15.984', '56.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363146', 'Onyx_Quadav', '7814', '213.000', '-15.641', '54.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17363147', 'Young_Quadav', '7822', '-2.000', '-15.000', '260.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17363148', 'Young_Quadav', '7822', '103.586', '-15.439', '140.626', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17363149', 'Amethyst_Quadav', '7801', '12.397', '-16.243', '261.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363150', 'Amber_Quadav', '7800', '-20.000', '-15.000', '244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363151', 'Pit_Hare', '7815', '-19.000', '-15.000', '233.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363152', 'Pit_Hare', '7815', '-16.961', '-16.344', '256.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363153', 'Cave_Funguar', '7804', '-57.664', '-16.172', '267.844', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363154', 'Cave_Funguar', '7804', '-67.959', '-16.106', '253.315', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17363155', 'Cave_Funguar', '7804', '-61.340', '-15.508', '261.833', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363156', 'Cave_Funguar', '7804', '-33.704', '-16.200', '215.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363157', 'Cave_Funguar', '7804', '-29.000', '-15.000', '223.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17363158', 'Cave_Funguar', '7804', '-39.568', '-16.089', '221.226', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17363159', 'Cave_Funguar', '7804', '-51.287', '-16.297', '220.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363160', 'Mine_Scorpion', '7810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363161', 'Young_Quadav', '7822', '12.000', '-16.141', '180.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17363162', 'Young_Quadav', '7822', '45.000', '-15.000', '180.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363163', 'Amethyst_Quadav', '7801', '78.000', '-15.808', '140.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363164', 'Amber_Quadav', '7800', '-20.000', '-15.000', '199.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363165', 'Veteran_Quadav', '7821', '102.407', '-16.386', '133.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363166', 'Greater_Quadav', '7808', '60.000', '-15.000', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363167', 'Onyx_Quadav', '7814', '99.090', '-15.842', '135.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363168', 'Veteran_Quadav', '7821', '100.000', '-15.992', '164.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17363169', 'Greater_Quadav', '7808', '92.739', '-16.028', '138.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363170', 'Onyx_Quadav', '7814', '99.868', '-16.414', '143.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363171', 'Copper_Beetle', '7805', '120.000', '-15.000', '140.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17363172', 'Veteran_Quadav', '7821', '114.280', '-16.475', '100.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363173', 'Greater_Quadav', '7808', '69.148', '-16.554', '102.505', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363174', 'Onyx_Quadav', '7814', '90.800', '-16.376', '101.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363175', 'Copper_Beetle', '7805', '66.072', '-16.322', '105.198', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17363176', 'Copper_Beetle', '7805', '140.000', '-16.377', '129.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363177', 'Copper_Beetle', '7805', '170.000', '-15.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363178', 'Copper_Beetle', '7805', '170.000', '-16.000', '165.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17363179', 'Copper_Beetle', '7805', '166.000', '-16.000', '135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363180', 'Copper_Beetle', '7805', '167.207', '-18.027', '159.374', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17363181', 'Bu_Ghi_Howlblade', '7803', '185.502', '-31.864', '175.730', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17363182', 'Veteran_Quadav', '7821', '203.447', '-32.086', '180.682', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17363183', 'Greater_Quadav', '7808', '181.000', '-32.207', '166.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363184', 'Onyx_Quadav', '7814', '191.715', '-32.293', '179.310', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17363185', 'Copper_Beetle', '7805', '214.376', '-27.351', '174.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363186', 'Veteran_Quadav', '7821', '135.000', '-18.000', '141.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17363187', 'Greater_Quadav', '7808', '152.757', '-30.516', '179.048', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17363188', 'Onyx_Quadav', '7814', '170.308', '-32.634', '176.294', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17363189', 'Copper_Beetle', '7805', '174.015', '-32.587', '169.594', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17363190', 'Veteran_Quadav', '7821', '24.000', '-31.000', '-104.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17363191', 'Greater_Quadav', '7808', '177.013', '-32.309', '138.449', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17363192', 'Onyx_Quadav', '7814', '140.000', '-31.000', '112.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363193', 'Veteran_Quadav', '7821', '144.000', '-31.000', '138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363194', 'Greater_Quadav', '7808', '133.915', '-32.312', '142.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363195', 'Onyx_Quadav', '7814', '133.960', '-32.198', '90.589', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17363196', 'Veteran_Quadav', '7821', '149.000', '-32.473', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363197', 'Greater_Quadav', '7808', '182.690', '-32.285', '103.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363198', 'Onyx_Quadav', '7814', '174.000', '-32.284', '98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363199', 'Veteran_Quadav', '7821', '224.863', '-32.308', '135.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363200', 'Greater_Quadav', '7808', '227.000', '-31.000', '138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363201', 'Onyx_Quadav', '7814', '227.012', '-32.313', '144.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363202', 'Veteran_Quadav', '7821', '140.939', '-32.462', '101.245', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17363203', 'Greater_Quadav', '7808', '76.847', '-32.630', '58.112', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17363204', 'Onyx_Quadav', '7814', '141.660', '-32.301', '105.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363205', 'Veteran_Quadav', '7821', '130.386', '-32.313', '73.967', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17363206', 'Greater_Quadav', '7808', '122.222', '-32.500', '81.160', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17363207', 'Onyx_Quadav', '7814', '129.000', '-31.000', '63.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17363208', 'Zi_Ghi_Boneeater', '7823', '138.839', '-32.500', '72.357', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17363209', 'Veteran_Quadav', '7821', '141.820', '-32.049', '36.366', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17363210', 'Greater_Quadav', '7808', '140.553', '-30.813', '20.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363211', 'Onyx_Quadav', '7814', '139.460', '-32.469', '47.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363212', 'Veteran_Quadav', '7821', '223.954', '-32.290', '67.640', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363213', 'Greater_Quadav', '7808', '234.263', '-32.292', '61.285', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17363214', 'Onyx_Quadav', '7814', '219.753', '-32.308', '54.350', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17363215', 'Veteran_Quadav', '7821', '180.000', '-33.441', '23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363216', 'Greater_Quadav', '7808', '180.000', '-32.705', '9.010', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17363217', 'Onyx_Quadav', '7814', '179.000', '-32.000', '-2.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17363218', 'Rabid_Rat', '7816', '180.000', '-31.000', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363219', 'Rabid_Rat', '7816', '172.000', '-31.000', '-14.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17363220', 'Rabid_Rat', '7816', '181.512', '-31.589', '-23.665', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17363221', 'Rabid_Rat', '7816', '186.330', '-31.829', '-20.754', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17363222', 'Rabid_Rat', '7816', '170.745', '-32.265', '-20.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363223', 'Veteran_Quadav', '7821', '210.721', '-32.294', '98.998', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363224', 'Greater_Quadav', '7808', '233.000', '-32.285', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363225', 'Onyx_Quadav', '7814', '220.313', '-32.280', '88.193', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17363226', 'Rabid_Rat', '7816', '264.436', '-32.343', '92.218', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17363227', 'Rabid_Rat', '7816', '248.000', '-32.438', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363228', 'Rabid_Rat', '7816', '269.871', '-32.256', '105.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363229', 'Veteran_Quadav', '7821', '259.000', '-31.000', '124.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17363230', 'Greater_Quadav', '7808', '262.193', '-32.266', '139.036', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17363231', 'Onyx_Quadav', '7814', '268.530', '-32.298', '139.698', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363232', 'Veteran_Quadav', '7821', '298.000', '-32.294', '129.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363233', 'Greater_Quadav', '7808', '292.144', '-32.610', '138.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363234', 'Onyx_Quadav', '7814', '301.583', '-32.447', '120.078', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17363235', 'Veteran_Quadav', '7821', '288.000', '-31.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363236', 'Greater_Quadav', '7808', '300.000', '-31.000', '158.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17363237', 'Onyx_Quadav', '7814', '300.000', '-31.000', '74.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17363238', 'Rabid_Rat', '7816', '296.363', '-32.267', '145.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363239', 'Rabid_Rat', '7816', '295.829', '-32.393', '135.425', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17363240', 'Mine_Scorpion', '7810', '250.456', '-31.799', '182.662', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17363241', 'Scimitar_Scorpion', '7817', '257.723', '-31.665', '182.547', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17363242', 'Veteran_Quadav', '7821', '260.000', '-31.000', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363243', 'Greater_Quadav', '7808', '260.041', '-32.394', '34.683', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17363244', 'Onyx_Quadav', '7814', '260.000', '-33.000', '18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363245', 'Veteran_Quadav', '7821', '262.052', '-32.342', '61.285', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17363246', 'Greater_Quadav', '7808', '261.171', '-32.405', '77.404', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17363247', 'Onyx_Quadav', '7814', '277.000', '-31.000', '60.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17363248', 'Veteran_Quadav', '7821', '263.680', '-32.182', '-26.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363249', 'Greater_Quadav', '7808', '254.177', '-31.869', '-17.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363250', 'Onyx_Quadav', '7814', '266.884', '-32.250', '-16.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363251', 'Old_Quadav', '7813', '255.000', '-32.000', '-27.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363252', 'Copper_Quadav', '7806', '238.000', '-31.976', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363253', 'Veteran_Quadav', '7821', '252.000', '-31.584', '-56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363254', 'Greater_Quadav', '7808', '260.744', '-31.931', '-53.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363255', 'Onyx_Quadav', '7814', '266.614', '-32.081', '-62.895', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17363256', 'Old_Quadav', '7813', '253.869', '-31.740', '-69.220', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363257', 'Copper_Quadav', '7806', '264.534', '-31.961', '-68.647', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17363259', 'Old_Quadav', '7813', '223.000', '-31.000', '-25.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17363260', 'Copper_Quadav', '7806', '220.613', '-32.366', '-8.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363261', 'Veteran_Quadav', '7821', '220.084', '-31.911', '-71.034', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17363262', 'Greater_Quadav', '7808', '225.000', '-31.950', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363263', 'Onyx_Quadav', '7814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363264', 'Old_Quadav', '7813', '226.673', '-31.982', '-63.429', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17363265', 'Copper_Quadav', '7806', '213.000', '-31.637', '-58.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17363266', 'Veteran_Quadav', '7821', '162.000', '-31.000', '99.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363267', 'Greater_Quadav', '7808', '99.000', '-31.000', '130.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17363268', 'Onyx_Quadav', '7814', '109.730', '-32.334', '144.932', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17363269', 'Rabid_Rat', '7816', '104.698', '-32.066', '134.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363270', 'Rabid_Rat', '7816', '99.935', '-32.313', '151.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363271', 'Veteran_Quadav', '7821', '51.000', '-31.919', '104.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17363272', 'Greater_Quadav', '7808', '68.112', '-31.965', '99.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363273', 'Onyx_Quadav', '7814', '64.675', '-32.023', '94.869', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17363274', 'Veteran_Quadav', '7821', '108.000', '-31.000', '93.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17363275', 'Greater_Quadav', '7808', '89.135', '-32.486', '101.753', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17363276', 'Onyx_Quadav', '7814', '99.401', '-32.283', '104.235', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17363277', 'Veteran_Quadav', '7821', '103.345', '-33.083', '76.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363278', 'Greater_Quadav', '7808', '112.000', '-32.000', '81.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17363279', 'Onyx_Quadav', '7814', '106.864', '-32.319', '71.132', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363280', 'Veteran_Quadav', '7821', '48.019', '-32.077', '59.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363281', 'Greater_Quadav', '7808', '59.863', '-31.864', '68.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363282', 'Onyx_Quadav', '7814', '67.867', '-32.081', '59.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363283', 'Mine_Scorpion', '7810', '19.502', '-32.339', '73.759', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17363284', 'Scimitar_Scorpion', '7817', '19.372', '-32.156', '80.410', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363285', 'Veteran_Quadav', '7821', '99.000', '-33.000', '21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363286', 'Greater_Quadav', '7808', '99.106', '-33.215', '11.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363287', 'Onyx_Quadav', '7814', '100.000', '-31.997', '44.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17363288', 'Old_Quadav', '7813', '103.000', '-32.309', '-15.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17363289', 'Copper_Quadav', '7806', '104.793', '-32.575', '-23.287', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363290', 'Brass_Quadav', '7802', '92.851', '-32.297', '-14.360', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363291', 'Old_Quadav', '7813', '56.000', '-31.000', '-27.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17363292', 'Copper_Quadav', '7806', '56.000', '-31.000', '-14.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17363293', 'Brass_Quadav', '7802', '68.335', '-32.075', '-21.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363294', 'Old_Quadav', '7813', '66.000', '-31.000', '-67.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363295', 'Copper_Quadav', '7806', '59.033', '-32.307', '-53.663', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17363296', 'Brass_Quadav', '7802', '55.000', '-31.000', '-66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363297', 'Old_Quadav', '7813', '67.000', '-32.301', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363298', 'Copper_Quadav', '7806', '93.000', '-31.000', '-66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363299', 'Brass_Quadav', '7802', '105.406', '-32.313', '-66.458', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17363300', 'Old_Quadav', '7813', '101.000', '-32.311', '-51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363301', 'Copper_Quadav', '7806', '69.296', '-32.484', '-59.497', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17363302', 'Brass_Quadav', '7802', '93.000', '-32.493', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363303', 'Old_Quadav', '7813', '54.854', '-32.646', '-94.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363304', 'Old_Quadav', '7813', '25.387', '-32.577', '-91.954', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17363305', 'No_Mho_Crimsonarmor', '7812', '20.433', '-31.675', '-97.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363306', 'Old_Quadav', '7813', '94.000', '-35.000', '-133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363307', 'Copper_Quadav', '7806', '100.000', '-32.000', '-93.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17363308', 'Brass_Quadav', '7802', '95.143', '-32.490', '-18.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363309', 'Old_Quadav', '7813', '97.000', '-35.000', '-138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363310', 'Copper_Quadav', '7806', '100.916', '-34.302', '-130.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363311', 'Brass_Quadav', '7802', '106.704', '-34.026', '-128.147', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17363312', 'Old_Quadav', '7813', '109.000', '-38.000', '-143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363313', 'Copper_Quadav', '7806', '106.000', '-38.000', '-152.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363314', 'Brass_Quadav', '7802', '90.000', '-36.000', '-149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363315', 'Old_Quadav', '7813', '91.658', '-36.179', '-140.044', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17363316', 'Copper_Quadav', '7806', '97.000', '-37.326', '-150.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17363317', 'Brass_Quadav', '7802', '87.000', '-35.000', '-132.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17363318', 'Ni_Ghu_Nestfender', '7811', '14.000', '-31.000', '-94.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17363363', 'Treasure_Chest', '7820', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367041', 'Dark_Dragon', '7828', '-177.000', '60.000', '-141.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367042', 'Seeker', '7859', '-177.000', '60.000', '-138.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367043', 'Dark_Dragon', '7828', '22.000', '-1.000', '17.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367044', 'Seeker', '7859', '22.000', '-1.000', '22.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367045', 'Dark_Dragon', '7828', '222.000', '-59.000', '138.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367046', 'Seeker', '7859', '222.000', '-59.000', '141.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367047', 'Ku_Jhu_Graniteskin', '7838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367048', 'Sa_Nha_Soulsaver', '7858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367049', 'Da_Shu_Knightslayer', '7829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367050', 'Go_Bha_Slaughterer', '7835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367051', 'Ku_Jhu_Graniteskin', '7838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367052', 'Sa_Nha_Soulsaver', '7858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367053', 'Da_Shu_Knightslayer', '7829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367054', 'Go_Bha_Slaughterer', '7835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367055', 'Ku_Jhu_Graniteskin', '7838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367056', 'Sa_Nha_Soulsaver', '7858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367057', 'Da_Shu_Knightslayer', '7829', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367058', 'Go_Bha_Slaughterer', '7835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367059', 'Gaki', '7834', '-177.000', '60.000', '-144.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367060', 'Rasetsu', '7857', '-177.000', '60.000', '-142.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367061', 'Onki', '7848', '-177.000', '60.000', '-140.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367062', 'Onibi', '7847', '-177.000', '60.000', '-141.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367063', 'Ayakashi', '7825', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367064', 'Gaki', '7834', '22.000', '0.100', '15.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367065', 'Rasetsu', '7857', '22.000', '0.100', '17.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367066', 'Onki', '7848', '22.000', '0.100', '20.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367067', 'Onibi', '7847', '22.000', '0.100', '19.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367068', 'Ayakashi', '7825', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367069', 'Gaki', '7834', '222.000', '-59.000', '136.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367070', 'Rasetsu', '7857', '222.000', '-59.000', '138.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367071', 'Onki', '7848', '222.000', '-59.000', '140.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367072', 'Onibi', '7847', '222.000', '-59.000', '139.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367073', 'Ayakashi', '7825', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367074', 'Maat', '7840', '-177.000', '60.000', '-141.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367075', 'Maat', '7840', '22.000', '-1.000', '17.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367076', 'Maat', '7840', '222.000', '-59.000', '138.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367077', 'Maat', '7840', '-177.000', '60.000', '-141.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367078', 'Maat', '7840', '22.000', '-1.000', '17.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367079', 'Maat', '7840', '222.000', '-59.000', '138.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367080', 'Maat', '7840', '-177.000', '60.000', '-141.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367081', 'Maat_s_Pet', '7841', '-177.000', '60.000', '-139.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367082', 'Maat', '7840', '22.000', '-1.000', '17.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367083', 'Maat_s_Pet', '7841', '22.000', '-1.000', '19.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367084', 'Maat', '7840', '222.000', '-59.000', '138.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367085', 'Maat_s_Pet', '7841', '222.000', '-59.000', '140.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367086', 'Heavy_Metal_Crab', '7836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367087', 'Metal_Crab', '7843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367088', 'Metal_Crab', '7843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367090', 'Heavy_Metal_Crab', '7836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367091', 'Metal_Crab', '7843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367092', 'Metal_Crab', '7843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367094', 'Heavy_Metal_Crab', '7836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367095', 'Metal_Crab', '7843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367096', 'Metal_Crab', '7843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367098', 'Macha', '7842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367099', 'Neman', '7846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367100', 'Neman', '7846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367102', 'Macha', '7842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367103', 'Neman', '7846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367104', 'Neman', '7846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367106', 'Macha', '7842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367107', 'Neman', '7846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367108', 'Neman', '7846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367110', 'Metsanneitsyt', '7845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367111', 'Metsanhaltija', '7844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367112', 'Metsanhaltija', '7844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367114', 'Metsanneitsyt', '7845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367115', 'Metsanhaltija', '7844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367116', 'Metsanhaltija', '7844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367118', 'Metsanneitsyt', '7845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367119', 'Metsanhaltija', '7844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367120', 'Metsanhaltija', '7844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367122', 'Flayer_Franz', '7832', '-500.000', '-500.000', '-500.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17367123', 'Flesh_Eater', '7833', '-500.000', '-500.000', '-500.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17367124', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367125', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367126', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367127', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367128', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367129', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367130', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367131', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367132', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367133', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367134', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367135', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367136', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367137', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367139', 'Flayer_Franz', '7832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367140', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367141', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367142', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367143', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367144', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367145', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367146', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367147', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367148', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367149', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367150', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367151', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367152', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367153', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367154', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367156', 'Flayer_Franz', '7832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367157', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367158', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367159', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367160', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367161', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367162', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367163', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367164', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367165', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367166', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367167', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367168', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367169', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367170', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367171', 'Flesh_Eater', '7833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367173', 'Queen_Jelly', '7856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367174', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367175', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367176', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367177', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367178', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367179', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367180', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367181', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367183', 'Queen_Jelly', '7856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367184', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367185', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367186', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367187', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367188', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367189', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367190', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367191', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367193', 'Queen_Jelly', '7856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367194', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367195', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367196', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367197', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367198', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367199', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367200', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367201', 'Princess_Jelly', '7855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367203', 'Time_Bomb', '7862', '-500.000', '-500.000', '-500.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367205', 'Time_Bomb', '7862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367207', 'Time_Bomb', '7862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367209', 'Yo_Bhu_Hideousmask', '7867', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17367210', 'Zo_Dhu_Legslicer', '7868', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17367211', 'Ka_Nha_Jabbertongue', '7837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367212', 'Bi_Fho_Jestergrin', '7827', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367213', 'Ku_Tya_Hotblood', '7839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367214', 'Ea_Tho_Cruelheart', '7830', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367216', 'Yo_Bhu_Hideousmask', '7867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367217', 'Zo_Dhu_Legslicer', '7868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367218', 'Ka_Nha_Jabbertongue', '7837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367219', 'Bi_Fho_Jestergrin', '7827', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367220', 'Ku_Tya_Hotblood', '7839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367221', 'Ea_Tho_Cruelheart', '7830', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367223', 'Yo_Bhu_Hideousmask', '7867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367224', 'Zo_Dhu_Legslicer', '7868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367225', 'Ka_Nha_Jabbertongue', '7837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367226', 'Bi_Fho_Jestergrin', '7827', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367227', 'Ku_Tya_Hotblood', '7839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367228', 'Ea_Tho_Cruelheart', '7830', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367230', 'Tartaruga_Gigante', '7860', '-175.000', '60.000', '-142.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367232', 'Tartaruga_Gigante', '7860', '22.000', '0.000', '17.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17367234', 'Tartaruga_Gigante', '7860', '222.000', '-59.000', '138.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367236', 'The_Waughroon_Kid', '7861', '-500.000', '-500.000', '-500.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367238', 'The_Waughroon_Kid', '7861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367240', 'The_Waughroon_Kid', '7861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367242', 'Fe_e', '7831', '-175.000', '60.000', '-142.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367244', 'Fe_e', '7831', '22.000', '0.000', '17.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17367246', 'Fe_e', '7831', '222.000', '-59.000', '138.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367248', 'Osschaart', '7849', '-500.000', '-500.000', '-500.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17367250', 'Osschaart_s_Bat', '7852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367251', 'Osschaart_s_Wyvern', '7853', '63.799', '5.592', '19.995', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17367252', 'Osschaart_s_Avatar', '7851', '-500.000', '-500.000', '-500.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17367253', 'Osschaart_s_Automaton', '7850', '-500.000', '-500.000', '-500.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17367254', 'Osschaart', '7849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367256', 'Osschaart_s_Bat', '7852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367257', 'Osschaart_s_Wyvern', '7853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367258', 'Osschaart_s_Avatar', '7851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367259', 'Osschaart_s_Automaton', '7850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367260', 'Osschaart', '7849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367262', 'Osschaart_s_Bat', '7852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367263', 'Osschaart_s_Wyvern', '7853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367264', 'Osschaart_s_Avatar', '7851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367265', 'Osschaart_s_Automaton', '7850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367266', 'Platoon_Scorpion', '7854', '-175.000', '60.000', '-142.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367267', 'Platoon_Scorpion', '7854', '-175.000', '60.000', '-139.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367268', 'Platoon_Scorpion', '7854', '-175.000', '60.000', '-145.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367269', 'Platoon_Scorpion', '7854', '-172.000', '59.000', '-145.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367270', 'Platoon_Scorpion', '7854', '-172.000', '60.000', '-141.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367271', 'Platoon_Scorpion', '7854', '-171.000', '59.000', '-139.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367273', 'Platoon_Scorpion', '7854', '22.000', '0.000', '17.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367274', 'Platoon_Scorpion', '7854', '23.000', '0.000', '13.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367275', 'Platoon_Scorpion', '7854', '22.000', '0.000', '23.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367276', 'Platoon_Scorpion', '7854', '28.000', '0.000', '22.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367277', 'Platoon_Scorpion', '7854', '27.000', '0.000', '18.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367278', 'Platoon_Scorpion', '7854', '27.000', '0.000', '13.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367280', 'Platoon_Scorpion', '7854', '222.000', '-59.000', '138.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367281', 'Platoon_Scorpion', '7854', '223.000', '-59.000', '133.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367282', 'Platoon_Scorpion', '7854', '222.000', '-59.000', '142.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367283', 'Platoon_Scorpion', '7854', '227.000', '-60.000', '142.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367284', 'Platoon_Scorpion', '7854', '228.000', '-59.000', '137.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367285', 'Platoon_Scorpion', '7854', '227.000', '-60.000', '134.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17367287', 'Titanis_Max', '7865', '-176.000', '60.000', '-139.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367288', 'Titanis_Jax', '7864', '-177.000', '60.000', '-144.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367289', 'Titanis_Xax', '7866', '-173.000', '60.000', '-144.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367290', 'Titanis_Dax', '7863', '-173.000', '60.000', '-138.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367292', 'Titanis_Max', '7865', '22.000', '0.000', '22.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367293', 'Titanis_Jax', '7864', '23.000', '0.000', '14.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367294', 'Titanis_Xax', '7866', '28.000', '0.000', '15.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367295', 'Titanis_Dax', '7863', '28.000', '0.000', '21.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17367297', 'Titanis_Max', '7865', '222.000', '-59.000', '142.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367298', 'Titanis_Jax', '7864', '222.000', '-59.000', '134.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367299', 'Titanis_Xax', '7866', '227.000', '-60.000', '139.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367300', 'Titanis_Dax', '7863', '227.000', '-60.000', '141.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17367314', 'Seeker', '7859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367315', 'Dark_Dragon', '7828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367317', 'Ayame', '7826', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367318', 'Ayame', '7826', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367328', 'Gaki', '7834', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367329', 'Rasetsu', '7857', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17367330', 'Onki', '7848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371137', 'Pugil', '7880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371138', 'Pugil', '7880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371139', 'Pug_Pugil', '7881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371140', 'Puffer_Pugil', '7879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371141', 'Land_Pugil', '7878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371142', 'Eyy_Mon_the_Ironbreaker', '7872', '-99.000', '18.000', '127.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17371143', 'Zhuu_Buxu_the_Silent', '7896', '-17.158', '16.684', '109.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371144', 'Yagudo_Initiate', '7886', '-149.000', '3.000', '306.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371145', 'Yagudo_Initiate', '7886', '-140.432', '-0.654', '259.921', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17371146', 'Yagudo_Acolyte', '7885', '-159.815', '3.478', '320.262', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371147', 'Yagudo_Scribe', '7892', '-149.000', '3.000', '328.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371148', 'Giddeus_Bee', '7874', '-172.174', '3.709', '314.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371149', 'Giddeus_Pugil', '7875', '-168.697', '4.319', '320.556', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17371150', 'Giddeus_Pugil', '7875', '-168.147', '4.337', '332.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371151', 'Giddeus_Pugil', '7875', '-168.628', '4.133', '327.314', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17371152', 'Yagudo_Initiate', '7886', '-47.742', '3.332', '328.520', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17371153', 'Yagudo_Initiate', '7886', '-48.025', '4.061', '312.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371154', 'Yagudo_Acolyte', '7885', '-25.429', '3.836', '335.312', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371155', 'Yagudo_Scribe', '7892', '-36.556', '3.760', '331.549', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17371156', 'Giddeus_Bee', '7874', '-31.359', '4.087', '326.320', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371157', 'Giddeus_Bee', '7874', '-44.000', '4.000', '321.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17371158', 'Giddeus_Bee', '7874', '-34.943', '3.546', '313.577', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17371159', 'Yagudo_Initiate', '7886', '-70.694', '-0.128', '261.060', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371160', 'Yagudo_Acolyte', '7885', '-159.355', '3.590', '313.588', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371161', 'Yagudo_Scribe', '7892', '-61.038', '-0.332', '258.965', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17371162', 'Giddeus_Bee', '7874', '-78.734', '-0.506', '260.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371163', 'Giddeus_Bee', '7874', '-78.565', '-0.510', '260.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371164', 'Giddeus_Bee', '7874', '-38.884', '-0.462', '259.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371165', 'Yagudo_Initiate', '7886', '-152.351', '0.025', '259.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371166', 'Yagudo_Acolyte', '7885', '-140.000', '-3.000', '221.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17371167', 'Yagudo_Scribe', '7892', '-163.454', '-0.720', '259.363', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17371168', 'Giddeus_Bee', '7874', '-174.000', '0.025', '261.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371169', 'Giddeus_Bee', '7874', '-157.621', '-0.443', '260.168', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17371170', 'Yagudo_Initiate', '7886', '22.000', '-1.000', '191.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371171', 'Yagudo_Acolyte', '7885', '19.000', '0.400', '252.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371172', 'Yagudo_Scribe', '7892', '22.645', '-4.572', '208.360', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17371173', 'Giddeus_Bee', '7874', '21.132', '-4.391', '217.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371174', 'Giddeus_Bee', '7874', '22.426', '-4.570', '208.380', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17371175', 'Yagudo_Initiate', '7886', '-149.556', '-0.534', '157.946', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371176', 'Yagudo_Acolyte', '7885', '-158.000', '-0.156', '151.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17371177', 'Yagudo_Scribe', '7892', '-141.000', '0.257', '162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371178', 'Yagudo_Initiate', '7886', '-160.755', '-0.519', '166.154', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17371179', 'Yagudo_Acolyte', '7885', '-146.560', '-0.551', '170.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371180', 'Yagudo_Scribe', '7892', '-104.000', '0.390', '148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371181', 'Giddeus_Bee', '7874', '-152.485', '-0.735', '171.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371182', 'Giddeus_Bee', '7874', '-176.625', '-0.776', '174.952', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371183', 'Yagudo_Initiate', '7886', '-127.814', '-0.672', '152.754', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17371184', 'Yagudo_Acolyte', '7885', '-142.000', '-0.748', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371185', 'Yagudo_Scribe', '7892', '-140.000', '-0.487', '175.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17371186', 'Yagudo_Initiate', '7886', '-120.731', '-0.473', '169.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371187', 'Yagudo_Acolyte', '7885', '-108.000', '-0.547', '172.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17371188', 'Yagudo_Scribe', '7892', '-135.110', '-0.703', '167.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371189', 'Giddeus_Bee', '7874', '-128.043', '-0.543', '159.981', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17371190', 'Giddeus_Bee', '7874', '-106.131', '-0.117', '165.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371191', 'Giddeus_Pugil', '7875', '-167.562', '0.380', '151.039', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17371192', 'Giddeus_Pugil', '7875', '-167.572', '0.404', '166.980', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17371193', 'Giddeus_Pugil', '7875', '-172.590', '0.579', '144.661', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17371194', 'Yagudo_Initiate', '7886', '10.000', '-0.674', '145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371195', 'Yagudo_Acolyte', '7885', '-20.601', '-0.599', '151.801', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17371196', 'Yagudo_Scribe', '7892', '-26.185', '-0.778', '153.651', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17371197', 'Yagudo_Initiate', '7886', '-4.000', '-0.529', '158.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371198', 'Yagudo_Acolyte', '7885', '-40.953', '-0.500', '162.552', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17371199', 'Yagudo_Scribe', '7892', '-50.546', '0.496', '171.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371200', 'Giddeus_Bee', '7874', '-45.180', '0.182', '152.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371201', 'Giddeus_Bee', '7874', '-29.000', '0.218', '171.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17371202', 'Yagudo_Initiate', '7886', '-16.665', '-0.378', '164.169', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17371203', 'Yagudo_Acolyte', '7885', '14.551', '-0.186', '154.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371204', 'Yagudo_Scribe', '7892', '7.478', '-0.760', '155.245', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17371205', 'Yagudo_Initiate', '7886', '17.875', '-0.414', '177.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371206', 'Yagudo_Acolyte', '7885', '-3.079', '-0.531', '150.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371207', 'Yagudo_Scribe', '7892', '4.465', '-0.501', '170.776', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17371208', 'Giddeus_Bee', '7874', '8.310', '-0.519', '174.750', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17371209', 'Giddeus_Bee', '7874', '-12.052', '-0.270', '171.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371210', 'Giddeus_Pugil', '7875', '-49.000', '0.349', '175.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17371211', 'Giddeus_Pugil', '7875', '-48.688', '0.371', '168.596', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17371212', 'Giddeus_Pugil', '7875', '-47.000', '0.034', '154.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371213', 'Yagudo_Initiate', '7886', '-122.252', '-1.214', '101.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371214', 'Yagudo_Acolyte', '7885', '-140.841', '-1.394', '113.781', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17371215', 'Yagudo_Scribe', '7892', '-131.009', '-1.583', '101.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371216', 'Dirt_Eater', '7870', '-102.384', '-1.186', '85.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17371217', 'Dirt_Eater', '7870', '-111.120', '-2.837', '62.220', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17371218', 'Dirt_Eater', '7870', '-105.010', '-2.461', '90.056', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17371219', 'Yagudo_Initiate', '7886', '-71.643', '-1.624', '67.641', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17371220', 'Yagudo_Acolyte', '7885', '-83.729', '-0.934', '54.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371221', 'Yagudo_Scribe', '7892', '-75.020', '-0.730', '62.458', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17371222', 'Dirt_Eater', '7870', '-76.400', '-0.750', '55.294', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17371223', 'Dirt_Eater', '7870', '-77.323', '-2.624', '68.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371224', 'Yagudo_Initiate', '7886', '-63.418', '-1.289', '101.766', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17371225', 'Yagudo_Acolyte', '7885', '-51.988', '-1.823', '101.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371226', 'Yagudo_Scribe', '7892', '-55.373', '-1.589', '97.560', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17371227', 'Dirt_Eater', '7870', '-60.415', '-1.507', '95.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371228', 'Dirt_Eater', '7870', '-63.872', '-1.658', '97.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371229', 'Yagudo_Initiate', '7886', '-139.109', '-1.473', '52.745', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17371230', 'Yagudo_Acolyte', '7885', '-135.383', '-1.629', '57.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371231', 'Yagudo_Scribe', '7892', '-130.001', '-1.545', '60.054', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17371232', 'Dirt_Eater', '7870', '-146.517', '-1.499', '64.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371233', 'Yagudo_Initiate', '7886', '-145.996', '-1.539', '27.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371234', 'Yagudo_Acolyte', '7885', '-141.715', '-1.491', '21.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371235', 'Yagudo_Scribe', '7892', '-137.000', '0.500', '-70.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17371236', 'Yagudo_Initiate', '7886', '-114.000', '-1.022', '-87.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371237', 'Yagudo_Acolyte', '7885', '-150.760', '-1.413', '19.871', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17371238', 'Yagudo_Scribe', '7892', '-110.000', '0.600', '-76.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17371239', 'Dirt_Eater', '7870', '-138.245', '-1.486', '20.814', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17371240', 'Dirt_Eater', '7870', '-140.058', '-1.505', '15.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371241', 'Dirt_Eater', '7870', '-137.481', '-1.760', '-13.657', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17371242', 'Yagudo_Initiate', '7886', '19.000', '-1.474', '88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371243', 'Yagudo_Acolyte', '7885', '-5.836', '-0.803', '99.792', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371244', 'Yagudo_Scribe', '7892', '-10.000', '-1.514', '108.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17371245', 'Dirt_Eater', '7870', '5.442', '-2.877', '109.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371246', 'Dirt_Eater', '7870', '-10.136', '-2.519', '96.109', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17371247', 'Dirt_Eater', '7870', '-1.493', '-0.319', '101.440', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17371248', 'Yagudo_Initiate', '7886', '30.000', '-1.000', '58.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17371249', 'Yagudo_Acolyte', '7885', '34.000', '-1.000', '58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371250', 'Yagudo_Scribe', '7892', '21.257', '-1.515', '50.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371251', 'Dirt_Eater', '7870', '17.630', '-1.501', '59.968', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371252', 'Dirt_Eater', '7870', '25.578', '-2.384', '65.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371253', 'Yagudo_Initiate', '7886', '25.443', '-1.474', '23.653', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17371254', 'Yagudo_Acolyte', '7885', '22.213', '-1.670', '14.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371255', 'Yagudo_Scribe', '7892', '25.360', '-1.500', '25.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371256', 'Dirt_Eater', '7870', '13.416', '-1.476', '13.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371257', 'Yagudo_Initiate', '7886', '42.623', '-1.497', '17.654', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17371258', 'Yagudo_Acolyte', '7885', '57.000', '0.600', '-21.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17371259', 'Yagudo_Scribe', '7892', '61.922', '-0.924', '-31.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371260', 'Yagudo_Initiate', '7886', '59.000', '-1.000', '0.500', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17371261', 'Yagudo_Acolyte', '7885', '57.000', '-1.000', '-12.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371262', 'Yagudo_Scribe', '7892', '50.733', '-2.519', '14.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371263', 'Dirt_Eater', '7870', '62.250', '-0.908', '-31.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371264', 'Dirt_Eater', '7870', '57.373', '-1.475', '20.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371265', 'Yagudo_Initiate', '7886', '65.708', '0.528', '-95.729', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17371266', 'Yagudo_Acolyte', '7885', '69.166', '0.897', '-110.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371267', 'Yagudo_Scribe', '7892', '68.030', '0.706', '-65.183', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371268', 'Yagudo_Initiate', '7886', '82.000', '1.000', '-101.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17371269', 'Yagudo_Acolyte', '7885', '69.838', '0.359', '-76.511', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371270', 'Yagudo_Scribe', '7892', '65.841', '0.400', '-69.536', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17371271', 'Yagudo_Initiate', '7886', '83.000', '1.000', '-81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371272', 'Yagudo_Acolyte', '7885', '133.173', '0.585', '-124.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371273', 'Yagudo_Scribe', '7892', '105.481', '1.195', '-108.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371274', 'Yagudo_Initiate', '7886', '121.000', '1.000', '-119.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17371275', 'Yagudo_Acolyte', '7885', '80.432', '0.500', '-117.342', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17371276', 'Yagudo_Scribe', '7892', '106.102', '0.517', '-121.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371277', 'Yagudo_Mendicant', '7887', '91.794', '0.467', '-123.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371278', 'Yagudo_s_Elemental', '7893', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371279', 'Yagudo_Piper', '7890', '106.901', '1.524', '-113.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371280', 'Yagudo_Persecutor', '7888', '93.474', '0.476', '-123.090', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17371281', 'Digger_Wasp', '7869', '98.292', '-0.007', '-175.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371282', 'Digger_Wasp', '7869', '166.559', '-3.389', '-139.960', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17371283', 'Digger_Wasp', '7869', '179.000', '-2.000', '-144.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371284', 'Yagudo_Mendicant', '7887', '128.049', '0.506', '-211.795', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17371285', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371286', 'Yagudo_Piper', '7890', '114.541', '0.841', '-187.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371287', 'Yagudo_Persecutor', '7888', '112.127', '0.577', '-199.786', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17371288', 'Yagudo_Mendicant', '7887', '106.514', '0.548', '-195.573', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17371289', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371290', 'Yagudo_Piper', '7890', '111.000', '1.344', '-212.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371291', 'Yagudo_Persecutor', '7888', '99.902', '-2.725', '-213.337', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371292', 'Digger_Wasp', '7869', '124.052', '1.232', '-214.995', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17371293', 'Yagudo_Mendicant', '7887', '126.774', '0.441', '-242.673', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17371294', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371295', 'Yagudo_Piper', '7890', '107.000', '1.000', '-229.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17371296', 'Yagudo_Persecutor', '7888', '121.737', '0.500', '-224.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371297', 'Yagudo_Piper', '7890', '120.935', '0.509', '-244.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371298', 'Yagudo_Persecutor', '7888', '116.667', '-3.442', '-261.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371299', 'Digger_Wasp', '7869', '128.219', '0.479', '-240.818', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17371300', 'Juu_Duzu_the_Whirlwind', '7877', '99.449', '-2.862', '-238.619', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17371301', 'Digger_Wasp', '7869', '155.692', '-2.530', '-260.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371302', 'Yagudo_Mendicant', '7887', '201.986', '0.492', '-196.799', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17371303', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371304', 'Yagudo_Piper', '7890', '187.485', '0.370', '-192.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371305', 'Yagudo_Persecutor', '7888', '206.469', '0.180', '-194.623', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17371306', 'Yagudo_Mendicant', '7887', '199.681', '0.590', '-186.139', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17371307', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371308', 'Yagudo_Piper', '7890', '197.704', '0.495', '-203.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371309', 'Yagudo_Persecutor', '7888', '192.675', '0.793', '-206.261', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17371310', 'Digger_Wasp', '7869', '211.689', '1.196', '-206.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371311', 'Yagudo_Mendicant', '7887', '204.159', '0.538', '-251.812', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17371312', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371313', 'Yagudo_Piper', '7890', '187.001', '0.438', '-252.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371314', 'Yagudo_Persecutor', '7888', '185.065', '0.503', '-250.484', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17371315', 'Yagudo_Mendicant', '7887', '190.978', '0.720', '-236.880', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17371316', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371317', 'Yagudo_Piper', '7890', '202.000', '1.000', '-233.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17371318', 'Yagudo_Persecutor', '7888', '196.220', '0.549', '-253.366', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17371319', 'Digger_Wasp', '7869', '188.322', '0.556', '-246.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371320', 'Digger_Wasp', '7869', '214.000', '-2.000', '-296.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17371321', 'Digger_Wasp', '7869', '223.000', '0.700', '-265.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371322', 'Digger_Wasp', '7869', '220.543', '-3.312', '-283.672', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17371323', 'Yagudo_Mendicant', '7887', '220.760', '-2.285', '-304.947', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17371324', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371325', 'Yagudo_Piper', '7890', '221.000', '-2.717', '-277.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17371326', 'Yagudo_Persecutor', '7888', '218.000', '-1.876', '-295.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17371327', 'Yagudo_Initiate', '7886', '-120.160', '0.454', '-109.013', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17371328', 'Yagudo_Acolyte', '7885', '-124.243', '-0.409', '-96.861', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17371329', 'Yagudo_Scribe', '7892', '-125.808', '-0.012', '-73.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371330', 'Yagudo_Initiate', '7886', '-119.123', '0.414', '-101.836', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17371331', 'Yagudo_Acolyte', '7885', '-130.243', '0.474', '-106.930', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17371332', 'Yagudo_Scribe', '7892', '-128.087', '-0.489', '-93.038', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17371333', 'Yagudo_Mendicant', '7887', '-141.394', '0.640', '-113.501', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17371334', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371335', 'Yagudo_Piper', '7890', '-151.737', '1.704', '-113.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371336', 'Yagudo_Persecutor', '7888', '-172.000', '0.500', '-135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371337', 'Yagudo_Mendicant', '7887', '-139.565', '-0.005', '-109.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371338', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371339', 'Yagudo_Piper', '7890', '-163.105', '0.329', '-112.384', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17371340', 'Yagudo_Persecutor', '7888', '-144.288', '1.311', '-130.082', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17371341', 'Giant_Pugil', '7873', '-146.165', '1.932', '-127.670', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17371342', 'Giant_Pugil', '7873', '-146.545', '1.947', '-113.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371343', 'Giant_Pugil', '7873', '-154.107', '1.408', '-132.169', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17371344', 'Yagudo_Initiate', '7886', '-73.000', '-1.182', '-123.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371345', 'Yagudo_Acolyte', '7885', '-72.006', '0.491', '-134.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371346', 'Yagudo_Scribe', '7892', '-108.147', '1.157', '-113.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371347', 'Yagudo_Initiate', '7886', '-113.732', '0.394', '-131.124', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17371348', 'Yagudo_Acolyte', '7885', '-66.912', '0.996', '-139.667', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17371349', 'Yagudo_Scribe', '7892', '-130.000', '1.000', '-135.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17371350', 'Yagudo_Mendicant', '7887', '-91.781', '0.311', '-120.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371351', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371352', 'Yagudo_Piper', '7890', '-98.726', '0.400', '-112.944', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17371353', 'Yagudo_Persecutor', '7888', '-117.000', '1.000', '-119.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17371354', 'Yagudo_Initiate', '7886', '-79.418', '0.502', '-169.379', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371355', 'Yagudo_Acolyte', '7885', '-113.143', '0.816', '-167.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371356', 'Yagudo_Scribe', '7892', '-120.529', '0.491', '-157.716', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17371357', 'Yagudo_Initiate', '7886', '-121.034', '0.528', '-146.660', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17371358', 'Yagudo_Acolyte', '7885', '-96.056', '0.539', '-161.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371359', 'Yagudo_Scribe', '7892', '-115.000', '1.000', '-154.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371360', 'Yagudo_Mendicant', '7887', '-123.884', '0.294', '-149.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371361', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371362', 'Yagudo_Piper', '7890', '-123.669', '0.039', '-144.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371363', 'Yagudo_Persecutor', '7888', '-112.959', '1.298', '-172.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371364', 'Yagudo_Mendicant', '7887', '-214.150', '-2.999', '-139.398', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17371365', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371366', 'Yagudo_Piper', '7890', '-220.171', '-3.081', '-149.612', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17371367', 'Yagudo_Persecutor', '7888', '-218.680', '-2.223', '-164.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371368', 'Digger_Wasp', '7869', '-220.662', '-3.418', '-150.197', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17371369', 'Digger_Wasp', '7869', '-209.181', '-3.630', '-138.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371370', 'Yagudo_Mendicant', '7887', '-231.920', '0.427', '-185.001', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371371', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371372', 'Yagudo_Piper', '7890', '-219.000', '-3.000', '-240.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17371373', 'Yagudo_Persecutor', '7888', '-247.963', '0.358', '-193.203', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17371374', 'Yagudo_Mendicant', '7887', '-247.738', '0.476', '-201.843', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17371375', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371376', 'Yagudo_Piper', '7890', '-225.040', '0.215', '-208.997', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17371377', 'Yagudo_Persecutor', '7888', '-237.000', '1.000', '-197.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17371378', 'Digger_Wasp', '7869', '-263.847', '0.447', '-220.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371379', 'Digger_Wasp', '7869', '-263.210', '0.486', '-219.137', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17371380', 'Yagudo_Mendicant', '7887', '-261.399', '-2.496', '-255.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371381', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371382', 'Yagudo_Piper', '7890', '-254.814', '-2.759', '-266.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371383', 'Yagudo_Persecutor', '7888', '-258.289', '-2.703', '-267.728', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371384', 'Yagudo_Mendicant', '7887', '-187.000', '-0.700', '-262.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17371385', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371386', 'Yagudo_Piper', '7890', '-218.000', '-2.000', '-257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371387', 'Yagudo_Persecutor', '7888', '-200.195', '-3.478', '-261.284', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371388', 'Digger_Wasp', '7869', '-219.718', '-3.579', '-250.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371389', 'Digger_Wasp', '7869', '-214.980', '-3.159', '-260.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371390', 'Yagudo_Mendicant', '7887', '-165.953', '0.373', '-246.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371391', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371392', 'Yagudo_Piper', '7890', '-156.299', '0.236', '-248.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371393', 'Yagudo_Persecutor', '7888', '-145.000', '1.000', '-242.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17371394', 'Yagudo_Mendicant', '7887', '-164.297', '0.509', '-251.350', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17371395', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371396', 'Yagudo_Piper', '7890', '-172.335', '0.452', '-248.628', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17371397', 'Yagudo_Persecutor', '7888', '-161.000', '0.476', '-235.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371398', 'Digger_Wasp', '7869', '-164.596', '0.372', '-243.394', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17371400', 'Yagudo_Mendicant', '7887', '-126.449', '0.732', '-237.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371401', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371402', 'Yagudo_Piper', '7890', '-126.353', '0.887', '-252.310', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17371403', 'Yagudo_Persecutor', '7888', '-116.000', '1.000', '-235.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17371404', 'Yagudo_Mendicant', '7887', '-113.053', '0.399', '-225.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371405', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371406', 'Yagudo_Piper', '7890', '-116.603', '0.816', '-245.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371407', 'Yagudo_Persecutor', '7888', '-124.000', '0.500', '-227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371408', 'Digger_Wasp', '7869', '-116.547', '0.501', '-237.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371409', 'Yagudo_Mendicant', '7887', '-82.839', '-3.116', '-219.319', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17371410', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371411', 'Yagudo_Piper', '7890', '-71.709', '-3.352', '-220.536', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371412', 'Yagudo_Persecutor', '7888', '-58.994', '-1.782', '-193.454', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17371413', 'Digger_Wasp', '7869', '-74.045', '-3.404', '-220.945', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17371414', 'Digger_Wasp', '7869', '-79.634', '-3.487', '-220.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371415', 'Yagudo_Votary', '7895', '-103.533', '-1.001', '-252.333', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17371416', 'Yagudo_Mendicant', '7887', '-199.492', '7.555', '58.949', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17371417', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371418', 'Yagudo_Piper', '7890', '-211.970', '7.429', '57.800', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371419', 'Yagudo_Persecutor', '7888', '-217.711', '7.116', '29.357', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17371420', 'Yagudo_Mendicant', '7887', '-214.664', '7.715', '57.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371421', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371422', 'Yagudo_Piper', '7890', '-165.000', '16.000', '58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371423', 'Yagudo_Persecutor', '7888', '-218.522', '7.519', '43.520', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17371424', 'Yagudo_Mendicant', '7887', '-139.075', '16.505', '53.085', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17371425', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371426', 'Yagudo_Piper', '7890', '-150.558', '15.953', '57.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371427', 'Yagudo_Persecutor', '7888', '-132.085', '15.994', '61.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371428', 'Earth_Eater', '7871', '-140.981', '16.511', '55.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371429', 'Earth_Eater', '7871', '-137.140', '16.620', '63.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371430', 'Yagudo_Mendicant', '7887', '-130.939', '16.635', '100.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371431', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371432', 'Yagudo_Piper', '7890', '-114.059', '16.683', '99.419', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17371433', 'Yagudo_Persecutor', '7888', '-90.635', '16.293', '138.877', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17371434', 'Yagudo_Mendicant', '7887', '-109.748', '15.059', '120.268', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17371435', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371436', 'Yagudo_Piper', '7890', '-101.077', '17.710', '120.969', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371437', 'Yagudo_Persecutor', '7888', '-108.351', '15.765', '138.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371438', 'Earth_Eater', '7871', '-105.286', '16.330', '101.793', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17371439', 'Earth_Eater', '7871', '-99.693', '15.764', '140.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371440', 'Yagudo_Mendicant', '7887', '-146.025', '16.487', '144.267', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17371441', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371442', 'Yagudo_Piper', '7890', '-133.000', '17.000', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371443', 'Yagudo_Persecutor', '7888', '-142.777', '16.647', '140.377', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17371444', 'Earth_Eater', '7871', '-90.313', '16.156', '142.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371445', 'Earth_Eater', '7871', '-40.012', '16.427', '139.767', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17371446', 'Earth_Eater', '7871', '-57.452', '16.169', '137.763', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17371447', 'Yagudo_Mendicant', '7887', '-3.797', '16.475', '101.544', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17371448', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371449', 'Yagudo_Piper', '7890', '-11.410', '15.352', '122.491', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17371450', 'Yagudo_Persecutor', '7888', '-20.365', '17.737', '119.009', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371451', 'Earth_Eater', '7871', '-22.651', '16.280', '128.506', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17371452', 'Earth_Eater', '7871', '-17.126', '16.839', '109.640', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17371453', 'Yagudo_Mendicant', '7887', '81.000', '8.000', '100.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17371454', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371455', 'Yagudo_Piper', '7890', '81.905', '7.613', '59.911', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17371456', 'Yagudo_Persecutor', '7888', '67.840', '5.688', '59.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371457', 'Yagudo_Mendicant', '7887', '99.000', '7.000', '99.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17371458', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371459', 'Yagudo_Piper', '7890', '94.234', '6.226', '69.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371460', 'Yagudo_Persecutor', '7888', '98.800', '7.820', '83.829', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371461', 'Yagudo_Mendicant', '7887', '12.402', '16.789', '97.890', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17371462', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371463', 'Yagudo_Piper', '7890', '24.139', '16.282', '98.545', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17371464', 'Yagudo_Persecutor', '7888', '16.131', '15.186', '71.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371465', 'Yagudo_Mendicant', '7887', '22.017', '15.674', '71.302', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17371466', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371467', 'Yagudo_Piper', '7890', '18.453', '17.134', '46.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371468', 'Yagudo_Persecutor', '7888', '20.000', '17.000', '56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371469', 'Yagudo_Mendicant', '7887', '15.785', '16.510', '22.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371470', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371471', 'Yagudo_Piper', '7890', '20.184', '16.465', '19.341', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17371472', 'Yagudo_Persecutor', '7888', '19.393', '16.722', '27.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371473', 'Earth_Eater', '7871', '18.773', '16.826', '20.295', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17371474', 'Earth_Eater', '7871', '13.891', '16.336', '12.298', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17371475', 'Yagudo_Mendicant', '7887', '-57.026', '16.640', '97.506', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17371476', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371477', 'Yagudo_Piper', '7890', '-65.101', '16.478', '97.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371478', 'Yagudo_Persecutor', '7888', '-61.000', '17.000', '75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371479', 'Earth_Eater', '7871', '-63.609', '16.495', '97.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371480', 'Earth_Eater', '7871', '-60.732', '16.499', '95.805', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17371481', 'Earth_Eater', '7871', '-59.892', '16.401', '111.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371482', 'Yagudo_Mendicant', '7887', '-61.178', '1.864', '16.303', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17371483', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371484', 'Yagudo_Piper', '7890', '-59.410', '-0.494', '6.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371485', 'Yagudo_Persecutor', '7888', '-58.310', '6.091', '29.126', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17371486', 'Yagudo_Mendicant', '7887', '-37.100', '0.582', '-127.259', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17371487', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371488', 'Yagudo_Piper', '7890', '-58.148', '7.500', '36.216', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17371489', 'Yagudo_Persecutor', '7888', '-65.800', '-2.854', '-10.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371490', 'Yagudo_Mendicant', '7887', '-63.000', '-0.860', '-91.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17371491', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371492', 'Yagudo_Piper', '7890', '-94.159', '-1.676', '-90.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371493', 'Yagudo_Persecutor', '7888', '-96.000', '-1.144', '-78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371494', 'Yagudo_Piper', '7890', '-65.405', '0.500', '-77.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371495', 'Yagudo_Persecutor', '7888', '-73.139', '-1.693', '-92.530', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17371496', 'Digger_Wasp', '7869', '-98.156', '-2.956', '-72.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371497', 'Digger_Wasp', '7869', '-87.811', '-0.579', '-86.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371498', 'Yagudo_Mendicant', '7887', '-32.000', '0.740', '-105.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17371499', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371500', 'Yagudo_Piper', '7890', '-47.000', '0.250', '-97.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17371501', 'Yagudo_Persecutor', '7888', '-40.000', '0.639', '-86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371502', 'Yagudo_Persecutor', '7888', '-29.687', '0.965', '-91.263', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17371503', 'Digger_Wasp', '7869', '-54.000', '0.469', '-81.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17371504', 'Yagudo_Mendicant', '7887', '-42.389', '0.315', '-130.930', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17371505', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371506', 'Yagudo_Piper', '7890', '-44.716', '0.284', '-112.402', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17371507', 'Yagudo_Persecutor', '7888', '-45.719', '0.240', '-123.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371508', 'Yagudo_Mendicant', '7887', '-57.000', '-2.000', '-119.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17371509', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371510', 'Yagudo_Piper', '7890', '-87.000', '0.500', '-69.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17371511', 'Digger_Wasp', '7869', '-56.281', '-2.045', '-113.655', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17371512', 'Digger_Wasp', '7869', '-51.484', '-0.971', '-120.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371513', 'Yagudo_Mendicant', '7887', '-39.073', '0.597', '-115.279', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17371514', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371515', 'Hoo_Mjuu_the_Torrent', '7876', '-50.000', '1.000', '-75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371516', 'Yagudo_Mendicant', '7887', '20.816', '-3.251', '-146.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371517', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371518', 'Yagudo_Piper', '7890', '43.000', '-2.994', '-178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371519', 'Yagudo_Persecutor', '7888', '20.353', '-3.647', '-169.309', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17371520', 'Digger_Wasp', '7869', '21.171', '-3.514', '-159.491', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371521', 'Digger_Wasp', '7869', '20.657', '-2.999', '-174.574', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17371522', 'Yagudo_Mendicant', '7887', '77.000', '1.000', '-230.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17371523', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371524', 'Yagudo_Piper', '7890', '67.683', '0.527', '-196.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371525', 'Yagudo_Persecutor', '7888', '81.263', '0.498', '-208.812', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17371526', 'Yagudo_Mendicant', '7887', '95.513', '-1.697', '-211.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371527', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371528', 'Yagudo_Piper', '7890', '90.000', '0.796', '-193.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371529', 'Yagudo_Persecutor', '7888', '72.302', '0.642', '-202.985', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17371530', 'Yagudo_Mendicant', '7887', '105.000', '-2.000', '-261.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17371531', 'Yagudo_s_Elemental', '7893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371532', 'Yagudo_Piper', '7890', '81.000', '1.000', '-198.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17371533', 'Yagudo_Persecutor', '7888', '85.728', '-0.071', '-248.141', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371534', 'Yagudo_Piper', '7890', '87.000', '-0.094', '-223.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371535', 'Yagudo_Theologist', '7894', '98.701', '-2.718', '-251.418', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17371536', 'Yagudo_Priest', '7891', '97.265', '-2.460', '-237.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371537', 'Yagudo_Votary', '7895', '66.774', '-1.451', '-252.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371538', 'Yagudo_Votary', '7895', '47.671', '-3.086', '-300.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371539', 'Yagudo_Theologist', '7894', '56.063', '-3.226', '-299.535', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371540', 'Yagudo_Priest', '7891', '40.238', '-3.500', '-300.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371541', 'Digger_Wasp', '7869', '38.000', '-3.000', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371542', 'Digger_Wasp', '7869', '55.000', '-0.700', '-173.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17371543', 'Yagudo_Votary', '7895', '0.500', '1.000', '-327.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17371544', 'Yagudo_Theologist', '7894', '-7.000', '1.000', '-318.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17371545', 'Yagudo_Priest', '7891', '0.182', '0.508', '-312.102', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17371546', 'Digger_Wasp', '7869', '12.099', '0.465', '-302.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371547', 'Digger_Wasp', '7869', '-16.704', '0.566', '-335.290', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17371548', 'Digger_Wasp', '7869', '-23.104', '0.221', '-343.228', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17371549', 'Yagudo_Votary', '7895', '-1.000', '1.000', '-431.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371550', 'Yagudo_Theologist', '7894', '14.000', '0.601', '-419.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17371551', 'Yagudo_Priest', '7891', '13.918', '0.650', '-396.943', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17371552', 'Yagudo_Votary', '7895', '-31.000', '0.500', '-415.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371553', 'Yagudo_Theologist', '7894', '7.000', '1.000', '-393.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371554', 'Yagudo_Priest', '7891', '-13.886', '0.500', '-398.363', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371555', 'Digger_Wasp', '7869', '-6.089', '0.969', '-395.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371556', 'Yagudo_Votary', '7895', '13.094', '0.526', '-407.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371557', 'Yagudo_Theologist', '7894', '10.205', '0.630', '-437.244', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17371558', 'Yagudo_Priest', '7891', '-7.000', '0.468', '-451.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17371559', 'Yagudo_Votary', '7895', '-44.000', '0.400', '-419.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371560', 'Yagudo_Theologist', '7894', '12.207', '1.212', '-430.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371561', 'Yagudo_Priest', '7891', '5.755', '0.201', '-443.466', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17371562', 'Digger_Wasp', '7869', '-19.694', '0.473', '-443.901', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17371563', 'Yagudo_Votary', '7895', '-15.000', '0.700', '-389.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371564', 'Yagudo_Theologist', '7894', '-26.146', '0.500', '-399.339', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17371565', 'Yagudo_Priest', '7891', '-12.000', '-0.500', '-410.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371566', 'Yagudo_Votary', '7895', '-57.774', '0.688', '-412.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371567', 'Yagudo_Theologist', '7894', '-46.709', '0.905', '-408.248', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17371568', 'Yagudo_Priest', '7891', '-48.000', '1.000', '-391.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17371569', 'Digger_Wasp', '7869', '-51.176', '0.878', '-414.276', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17371570', 'Yagudo_Votary', '7895', '-30.744', '1.133', '-429.414', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17371571', 'Yagudo_Theologist', '7894', '-40.648', '0.500', '-453.723', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17371572', 'Yagudo_Priest', '7891', '-45.010', '0.051', '-447.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371573', 'Yagudo_Votary', '7895', '-30.048', '0.793', '-457.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17371574', 'Yagudo_Theologist', '7894', '-8.000', '1.000', '-438.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17371575', 'Yagudo_Priest', '7891', '-55.454', '0.494', '-425.397', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17371576', 'Digger_Wasp', '7869', '-29.441', '0.811', '-457.999', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17371577', 'Yagudo_Piper', '7890', '-23.973', '0.459', '-399.155', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17371578', 'Vuu_Puqu_the_Beguiler', '7884', '-42.784', '0.834', '-446.496', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17371579', 'Vaa_Huja_the_Erudite', '7883', '-58.000', '-1.000', '-448.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17371601', 'Treasure_Chest', '7882', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375233', 'Black_Dragon', '7900', '-138.000', '56.000', '-224.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375234', 'Searcher', '7935', '-135.000', '56.000', '-224.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375235', 'Black_Dragon', '7900', '21.000', '-3.000', '-24.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375236', 'Searcher', '7935', '24.000', '-3.000', '-24.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375237', 'Black_Dragon', '7900', '181.000', '-63.000', '175.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375238', 'Searcher', '7935', '184.000', '-63.000', '174.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375239', 'Buu_Xolo_the_Bloodfaced', '7901', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375240', 'Nuu_Kofu_the_Gentle', '7927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375241', 'Juu_Zeni_the_Poisonmist', '7912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375242', 'Chaa_Paqa_the_Profound', '7902', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375243', 'Yagudo_s_Elemental', '7941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375244', 'Yagudo_s_Avatar', '7940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375245', 'Buu_Xolo_the_Bloodfaced', '7901', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375246', 'Nuu_Kofu_the_Gentle', '7927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375247', 'Juu_Zeni_the_Poisonmist', '7912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375248', 'Chaa_Paqa_the_Profound', '7902', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375249', 'Yagudo_s_Elemental', '7941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375250', 'Yagudo_s_Avatar', '7940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375251', 'Buu_Xolo_the_Bloodfaced', '7901', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375252', 'Nuu_Kofu_the_Gentle', '7927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375253', 'Juu_Zeni_the_Poisonmist', '7912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375254', 'Chaa_Paqa_the_Profound', '7902', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375255', 'Yagudo_s_Elemental', '7941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375256', 'Yagudo_s_Avatar', '7940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375257', 'Maat', '7918', '-138.000', '56.000', '-224.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375258', 'Maat', '7918', '21.000', '-3.000', '-24.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375259', 'Maat', '7918', '181.000', '-63.000', '175.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375260', 'Maat', '7918', '-138.000', '56.000', '-224.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375261', 'Maat', '7918', '21.000', '-3.000', '-24.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375262', 'Maat', '7918', '181.000', '-63.000', '175.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375263', 'Maat', '7918', '-138.000', '56.000', '-224.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375264', 'Maat_s_Avatar', '7919', '-136.000', '56.000', '-224.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375265', 'Maat', '7918', '21.000', '-3.000', '-24.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375266', 'Maat_s_Avatar', '7919', '23.000', '-3.000', '-24.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375267', 'Maat', '7918', '181.000', '-63.000', '175.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375268', 'Maat_s_Avatar', '7919', '183.000', '-63.000', '174.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17375269', 'Prune', '7932', '-132.000', '56.000', '-224.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375270', 'Pepper', '7930', '-138.000', '56.000', '-224.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375271', 'Phoedme', '7931', '-144.000', '56.000', '-224.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375273', 'Prune', '7932', '27.000', '-3.000', '-24.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375274', 'Pepper', '7930', '21.000', '-3.000', '-24.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375275', 'Phoedme', '7931', '15.000', '-3.000', '-24.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375277', 'Prune', '7932', '186.000', '-63.000', '175.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375278', 'Pepper', '7930', '181.000', '-63.000', '175.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375279', 'Phoedme', '7931', '176.000', '-63.000', '175.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17375281', 'Bitoso', '7899', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375283', 'Bitoso', '7899', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375285', 'Bitoso', '7899', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375287', 'Nenaunir', '7925', '500.000', '500.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375288', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375289', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375290', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375291', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375292', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375294', 'Nenaunir', '7925', '500.000', '500.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375295', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375296', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375297', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375298', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375299', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375301', 'Nenaunir', '7925', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375302', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375303', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375304', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375305', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375306', 'Nenaunir_s_Wife', '7926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375308', 'Dvorovoi', '7906', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375309', 'Domovoi', '7904', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375310', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375311', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375312', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375313', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375314', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375315', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375317', 'Dvorovoi', '7906', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375318', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375319', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375320', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375321', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375322', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375323', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375324', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375326', 'Dvorovoi', '7906', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375327', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375328', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375329', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375330', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375331', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375332', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375333', 'Domovoi', '7904', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375335', 'Opo-opo_Monarch', '7929', '-500.000', '-500.000', '-500.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17375336', 'Opo-opo_Heir', '7928', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375337', 'Myrmidon_Spo-spo', '7924', '500.000', '500.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375338', 'Myrmidon_Apu-apu', '7922', '500.000', '500.000', '500.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17375339', 'Myrmidon_Epa-epa', '7923', '500.000', '500.000', '500.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17375341', 'Opo-opo_Monarch', '7929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375342', 'Opo-opo_Heir', '7928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375343', 'Myrmidon_Spo-spo', '7924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375344', 'Myrmidon_Apu-apu', '7922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375345', 'Myrmidon_Epa-epa', '7923', '500.000', '500.000', '500.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17375347', 'Opo-opo_Monarch', '7929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375348', 'Opo-opo_Heir', '7928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375349', 'Myrmidon_Spo-spo', '7924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375350', 'Myrmidon_Apu-apu', '7922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375351', 'Myrmidon_Epa-epa', '7923', '500.000', '500.000', '500.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17375353', 'Small_Box', '7936', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375354', 'Medium_Box', '7921', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375355', 'Large_Box', '7917', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375357', 'Small_Box', '7936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375358', 'Medium_Box', '7921', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375359', 'Large_Box', '7917', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375361', 'Small_Box', '7936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375362', 'Medium_Box', '7921', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375363', 'Large_Box', '7917', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375365', 'Voo_Tolu_the_Ghostfist', '7938', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375366', 'Cuu_Doko_the_Blizzard', '7903', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375367', 'Zuu_Xowu_the_Darksmoke', '7943', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375368', 'Gii_Jaha_the_Raucous', '7908', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375369', 'Aa_Nawu_the_Thunderblade', '7897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375370', 'Yoo_Mihi_the_Haze', '7942', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375372', 'Voo_Tolu_the_Ghostfist', '7938', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375373', 'Cuu_Doko_the_Blizzard', '7903', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375374', 'Zuu_Xowu_the_Darksmoke', '7943', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375375', 'Gii_Jaha_the_Raucous', '7908', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375376', 'Aa_Nawu_the_Thunderblade', '7897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375377', 'Yoo_Mihi_the_Haze', '7942', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375379', 'Voo_Tolu_the_Ghostfist', '7938', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375380', 'Cuu_Doko_the_Blizzard', '7903', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375381', 'Zuu_Xowu_the_Darksmoke', '7943', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375382', 'Gii_Jaha_the_Raucous', '7908', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375383', 'Aa_Nawu_the_Thunderblade', '7897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375384', 'Yoo_Mihi_the_Haze', '7942', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375386', 'Wyrm', '7939', '-139.000', '56.000', '-225.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17375388', 'Wyrm', '7939', '21.000', '-3.000', '-24.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17375390', 'Wyrm', '7939', '181.000', '-63.000', '175.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17375392', 'Dromiceiomimus', '7905', '-500.000', '-500.000', '-500.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17375393', 'Dromiceiomimus', '7905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375395', 'Dromiceiomimus', '7905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375396', 'Dromiceiomimus', '7905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375398', 'Dromiceiomimus', '7905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375399', 'Dromiceiomimus', '7905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375401', 'Macan_Gadangan', '7920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375403', 'Macan_Gadangan', '7920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375405', 'Macan_Gadangan', '7920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375407', 'Gilagoge_Tlugvi', '7909', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375408', 'Goga_Tlugvi', '7910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375409', 'Ulagohvsdi_Tlugvi', '7937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375410', 'Gola_Tlugvi', '7911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375412', 'Gilagoge_Tlugvi', '7909', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375413', 'Goga_Tlugvi', '7910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375414', 'Ulagohvsdi_Tlugvi', '7937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375415', 'Gola_Tlugvi', '7911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375417', 'Gilagoge_Tlugvi', '7909', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375418', 'Goga_Tlugvi', '7910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375419', 'Ulagohvsdi_Tlugvi', '7937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375420', 'Gola_Tlugvi', '7911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375422', 'King_of_Cups', '7915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375423', 'King_of_Batons', '7913', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375424', 'King_of_Swords', '7916', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375425', 'King_of_Coins', '7914', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375426', 'Queen_of_Cups', '7934', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375427', 'Queen_of_Batons', '7933', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17375429', 'King_of_Cups', '7915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375430', 'King_of_Batons', '7913', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375431', 'King_of_Swords', '7916', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375432', 'King_of_Coins', '7914', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375433', 'Queen_of_Cups', '7934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375434', 'Queen_of_Batons', '7933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375436', 'King_of_Cups', '7915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375437', 'King_of_Batons', '7913', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375438', 'King_of_Swords', '7916', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375439', 'King_of_Coins', '7914', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375440', 'Queen_of_Cups', '7934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375441', 'Queen_of_Batons', '7933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375443', 'Giant_Moa', '7907', '-500.000', '-500.000', '-500.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17375444', 'Giant_Moa', '7907', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375446', 'Giant_Moa', '7907', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375447', 'Giant_Moa', '7907', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375449', 'Giant_Moa', '7907', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375450', 'Giant_Moa', '7907', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375463', 'Searcher', '7935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17375464', 'Black_Dragon', '7900', '-139.000', '56.000', '-226.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17375475', 'Buu_Xolo_the_Bloodfaced', '7901', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379329', 'Old_Quadav', '7973', '-212.195', '0.500', '62.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379330', 'Copper_Quadav', '7953', '-195.896', '0.499', '76.149', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379331', 'Copper_Quadav', '7953', '-227.975', '0.296', '105.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379332', 'Copper_Quadav', '7953', '-220.774', '0.499', '106.171', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17379333', 'Land_Pugil', '7967', '-210.976', '0.500', '68.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379334', 'Land_Pugil', '7967', '-203.512', '0.499', '86.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379335', 'Old_Quadav', '7973', '-176.991', '0.499', '52.918', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17379336', 'Brass_Quadav', '7948', '-178.505', '0.496', '56.204', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17379337', 'Land_Pugil', '7967', '-181.767', '0.420', '63.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379338', 'Old_Quadav', '7973', '-181.048', '0.499', '124.866', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17379339', 'Copper_Quadav', '7953', '-180.406', '0.499', '114.690', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17379340', 'Copper_Quadav', '7953', '-182.865', '0.487', '136.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379341', 'Brass_Quadav', '7948', '-182.823', '0.477', '108.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379342', 'Land_Pugil', '7967', '-142.833', '0.499', '146.910', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17379343', 'Land_Pugil', '7967', '-163.307', '0.499', '136.104', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17379344', 'Old_Quadav', '7973', '-127.033', '0.574', '127.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379345', 'Copper_Quadav', '7953', '-122.809', '0.500', '127.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379346', 'Brass_Quadav', '7948', '-114.641', '0.499', '124.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379347', 'Land_Pugil', '7967', '-137.099', '0.479', '107.717', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17379348', 'Land_Pugil', '7967', '-134.414', '0.228', '111.737', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17379349', 'Old_Quadav', '7973', '-95.080', '0.301', '91.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379350', 'Brass_Quadav', '7948', '-98.611', '0.498', '71.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379351', 'Bi_Gho_Headtaker', '7947', '-97.000', '1.000', '78.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379352', 'Ooze', '7974', '-100.640', '0.085', '54.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379353', 'Ooze', '7974', '-104.888', '-0.150', '56.675', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379354', 'Old_Quadav', '7973', '-59.283', '0.499', '128.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379355', 'Copper_Quadav', '7953', '-67.024', '0.500', '140.736', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17379356', 'Brass_Quadav', '7948', '-54.648', '0.499', '126.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379357', 'Old_Quadav', '7973', '-63.782', '0.499', '144.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379358', 'Copper_Quadav', '7953', '-59.725', '0.499', '117.414', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17379359', 'Brass_Quadav', '7948', '-63.498', '0.522', '144.067', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17379360', 'Land_Pugil', '7967', '-92.840', '0.402', '139.417', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17379361', 'Silver_Quadav', '7977', '-234.196', '2.961', '41.944', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17379362', 'Silver_Quadav', '7977', '-238.942', '2.936', '40.698', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17379363', 'Garnet_Quadav', '7960', '-198.767', '2.929', '155.974', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17379364', 'Garnet_Quadav', '7960', '-200.093', '2.943', '158.771', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17379365', 'Zircon_Quadav', '7985', '-155.256', '2.922', '84.093', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379366', 'Zircon_Quadav', '7985', '-159.283', '2.935', '85.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379367', 'Bronze_Quadav', '7949', '-44.268', '2.924', '159.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379368', 'Bronze_Quadav', '7949', '-40.048', '2.925', '159.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379369', 'Old_Quadav', '7973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379370', 'Copper_Quadav', '7953', '-60.431', '23.696', '78.207', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17379371', 'Brass_Quadav', '7948', '-54.275', '23.515', '64.185', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17379372', 'Old_Quadav', '7973', '-63.315', '23.532', '65.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379373', 'Copper_Quadav', '7953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379374', 'Brass_Quadav', '7948', '-61.637', '23.383', '73.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379375', 'Caterpillar', '7951', '-108.379', '23.626', '105.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379376', 'Caterpillar', '7951', '-99.333', '23.752', '95.370', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17379377', 'Caterpillar', '7951', '-105.759', '23.547', '93.143', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17379378', 'Caterpillar', '7951', '-99.612', '23.728', '92.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379379', 'Old_Quadav', '7973', '-101.471', '23.589', '37.050', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17379380', 'Copper_Quadav', '7953', '-79.441', '23.702', '18.828', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17379381', 'Brass_Quadav', '7948', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379382', 'Old_Quadav', '7973', '-99.255', '23.656', '41.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379383', 'Copper_Quadav', '7953', '-83.371', '23.563', '20.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379384', 'Brass_Quadav', '7948', '-96.031', '23.656', '55.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379385', 'Caterpillar', '7951', '-51.304', '23.689', '23.592', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17379386', 'Caterpillar', '7951', '-61.095', '23.639', '21.498', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17379387', 'Caterpillar', '7951', '-56.621', '23.633', '22.225', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379388', 'Caterpillar', '7951', '-58.014', '23.624', '23.802', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17379389', 'Copper_Quadav', '7953', '-136.335', '23.669', '16.170', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17379390', 'Copper_Quadav', '7953', '-143.730', '23.561', '20.828', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17379391', 'Copper_Quadav', '7953', '-143.348', '23.688', '18.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379392', 'Old_Quadav', '7973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379393', 'Copper_Quadav', '7953', '-178.021', '23.596', '81.477', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17379394', 'Brass_Quadav', '7948', '-179.125', '23.658', '64.500', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379395', 'Old_Quadav', '7973', '-178.332', '23.353', '73.589', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17379396', 'Copper_Quadav', '7953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379397', 'Brass_Quadav', '7948', '-181.047', '23.192', '72.245', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17379398', 'Copper_Quadav', '7953', '-178.811', '23.825', '107.946', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379399', 'Copper_Quadav', '7953', '-185.714', '23.958', '98.119', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17379400', 'Copper_Quadav', '7953', '-170.904', '23.725', '102.968', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379401', 'Caterpillar', '7951', '-229.647', '23.753', '105.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379402', 'Caterpillar', '7951', '-221.286', '23.620', '96.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379403', 'Caterpillar', '7951', '-217.323', '23.613', '105.585', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17379404', 'Caterpillar', '7951', '-231.338', '23.598', '102.286', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17379405', 'Caterpillar', '7951', '-140.607', '23.533', '95.532', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379406', 'Caterpillar', '7951', '-141.720', '23.515', '92.727', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17379407', 'Caterpillar', '7951', '-144.685', '23.450', '92.329', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17379408', 'Caterpillar', '7951', '-145.345', '23.634', '95.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379409', 'Old_Quadav', '7973', '-221.344', '0.736', '22.811', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17379410', 'Copper_Quadav', '7953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379411', 'Brass_Quadav', '7948', '-217.294', '1.150', '-20.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379412', 'Land_Pugil', '7967', '-223.131', '0.500', '-43.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379413', 'Land_Pugil', '7967', '-223.688', '0.499', '0.374', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17379414', 'Old_Quadav', '7973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379415', 'Copper_Quadav', '7953', '-219.208', '0.500', '-52.113', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379416', 'Brass_Quadav', '7948', '-225.526', '0.500', '-51.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379417', 'Old_Quadav', '7973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379418', 'Copper_Quadav', '7953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379419', 'Brass_Quadav', '7948', '-223.617', '0.501', '-64.437', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17379420', 'Old_Quadav', '7973', '-153.206', '0.500', '-78.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379421', 'Brass_Quadav', '7948', '-152.762', '0.499', '-98.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379422', 'Old_Quadav', '7973', '-124.757', '0.567', '-95.750', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17379423', 'Brass_Quadav', '7948', '-152.485', '0.500', '-86.461', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17379424', 'Land_Pugil', '7967', '-171.835', '0.520', '-94.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379425', 'Land_Pugil', '7967', '-176.905', '0.779', '-87.635', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17379426', 'Copper_Quadav', '7953', '-71.480', '0.490', '-62.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379427', 'Da_Dha_Hundredmask', '7956', '-184.000', '1.000', '-136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379428', 'Old_Quadav', '7973', '-190.168', '0.505', '-126.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379429', 'Copper_Quadav', '7953', '-182.120', '0.500', '-124.217', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17379430', 'Brass_Quadav', '7948', '-168.978', '0.487', '-132.708', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17379431', 'Old_Quadav', '7973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379432', 'Copper_Quadav', '7953', '-182.830', '0.500', '-123.990', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17379433', 'Brass_Quadav', '7948', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379434', 'Land_Pugil', '7967', '-154.413', '0.499', '-126.473', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17379435', 'Land_Pugil', '7967', '-194.853', '0.559', '-137.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379436', 'Old_Quadav', '7973', '-254.627', '0.566', '-131.725', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17379437', 'Copper_Quadav', '7953', '-262.653', '0.441', '-184.105', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17379438', 'Brass_Quadav', '7948', '-258.871', '0.500', '-132.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379439', 'Old_Quadav', '7973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379440', 'Copper_Quadav', '7953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379441', 'Brass_Quadav', '7948', '-263.829', '0.500', '-162.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379442', 'Land_Pugil', '7967', '-242.534', '0.500', '-135.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379443', 'Land_Pugil', '7967', '-259.199', '0.499', '-163.837', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17379444', 'Old_Quadav', '7973', '-253.087', '0.531', '-210.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379445', 'Copper_Quadav', '7953', '-246.987', '0.924', '-212.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379446', 'Brass_Quadav', '7948', '-255.240', '0.181', '-206.276', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379447', 'Old_Quadav', '7973', '-242.709', '0.500', '-188.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379448', 'Land_Pugil', '7967', '-248.192', '0.924', '-209.015', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17379449', 'Land_Pugil', '7967', '-231.336', '0.500', '-216.833', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379450', 'Ge_Dha_Evileye', '7962', '-238.000', '1.000', '-203.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17379451', 'Old_Quadav', '7973', '-160.983', '0.499', '-177.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379452', 'Copper_Quadav', '7953', '-160.600', '0.525', '-151.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379453', 'Brass_Quadav', '7948', '-164.958', '0.500', '-155.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379454', 'Old_Quadav', '7973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379455', 'Copper_Quadav', '7953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379456', 'Brass_Quadav', '7948', '-209.107', '0.500', '-178.537', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17379457', 'Land_Pugil', '7967', '-169.281', '0.499', '-159.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379458', 'Land_Pugil', '7967', '-220.372', '0.167', '-179.754', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17379459', 'Bronze_Quadav', '7949', '-99.020', '-0.217', '-65.695', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379460', 'Silver_Quadav', '7977', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379461', 'Zircon_Quadav', '7985', '-66.965', '0.104', '-65.036', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379462', 'Garnet_Quadav', '7960', '-51.550', '-4.261', '-50.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379463', 'Charging_Sheep', '7952', '-80.755', '0.192', '-80.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379464', 'Charging_Sheep', '7952', '-105.932', '0.135', '-81.824', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17379465', 'Charging_Sheep', '7952', '-99.468', '-0.055', '-83.564', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17379466', 'Charging_Sheep', '7952', '-79.324', '0.645', '-70.184', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17379467', 'Charging_Sheep', '7952', '-95.238', '-0.494', '-60.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379468', 'Thunder_Elemental', '7980', '-106.292', '0.124', '-83.779', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17379469', 'Water_Elemental', '7983', '-60.359', '-2.146', '-87.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379470', 'Bronze_Quadav', '7949', '-34.342', '0.799', '-126.935', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17379471', 'Silver_Quadav', '7977', '-27.375', '0.485', '-127.596', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17379472', 'Zircon_Quadav', '7985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379473', 'Garnet_Quadav', '7960', '-34.577', '-2.410', '-140.082', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17379474', 'Charging_Sheep', '7952', '-42.006', '0.516', '-106.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379475', 'Charging_Sheep', '7952', '-30.105', '0.330', '-99.580', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379476', 'Charging_Sheep', '7952', '-27.769', '0.223', '-110.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379477', 'Bronze_Quadav', '7949', '-135.809', '-0.447', '-178.141', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17379478', 'Silver_Quadav', '7977', '-108.236', '-0.040', '-172.188', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17379479', 'Zircon_Quadav', '7985', '-67.076', '0.062', '-171.693', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17379480', 'Garnet_Quadav', '7960', '-139.179', '-3.763', '-190.602', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17379481', 'Charging_Sheep', '7952', '-124.395', '0.217', '-177.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379482', 'Charging_Sheep', '7952', '-69.321', '0.164', '-170.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379483', 'Charging_Sheep', '7952', '-142.945', '0.487', '-157.820', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17379484', 'Charging_Sheep', '7952', '-70.641', '0.522', '-176.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379485', 'Charging_Sheep', '7952', '-77.539', '0.167', '-166.965', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17379486', 'Charging_Sheep', '7952', '-130.024', '0.154', '-154.593', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379487', 'Thunder_Elemental', '7980', '-86.629', '0.486', '-148.270', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17379488', 'Water_Elemental', '7983', '-121.122', '0.452', '-172.770', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17379489', 'Bronze_Quadav', '7949', '-239.241', '2.944', '-82.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379490', 'Silver_Quadav', '7977', '-237.269', '2.930', '-82.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379491', 'Silver_Quadav', '7977', '-38.872', '2.929', '-41.764', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17379492', 'Zircon_Quadav', '7985', '-39.645', '2.923', '-40.320', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379493', 'Bronze_Quadav', '7949', '-4.301', '2.876', '-81.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379494', 'Zircon_Quadav', '7985', '-4.615', '2.922', '-81.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379495', 'Bronze_Quadav', '7949', '-40.132', '2.924', '-199.266', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17379496', 'Garnet_Quadav', '7960', '-39.541', '2.950', '-197.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379497', 'Silver_Quadav', '7977', '-201.492', '2.964', '-234.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379498', 'Garnet_Quadav', '7960', '-202.084', '2.972', '-233.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379499', 'Zircon_Quadav', '7985', '-277.527', '2.922', '-236.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379500', 'Garnet_Quadav', '7960', '-276.810', '2.936', '-236.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379501', 'Bronze_Quadav', '7949', '-283.146', '-3.668', '-137.424', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17379502', 'Silver_Quadav', '7977', '-266.003', '-3.430', '-99.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379503', 'Zircon_Quadav', '7985', '-279.038', '-3.705', '-186.366', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17379504', 'Garnet_Quadav', '7960', '-267.198', '-3.252', '-122.763', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17379505', 'Bronze_Quadav', '7949', '-277.362', '-3.826', '-125.220', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17379506', 'Silver_Quadav', '7977', '-278.264', '-3.720', '-164.780', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17379507', 'Zircon_Quadav', '7985', '-295.277', '-3.500', '-130.490', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17379508', 'Garnet_Quadav', '7960', '-240.718', '-3.344', '-126.709', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17379509', 'Bronze_Quadav', '7949', '-252.611', '-3.500', '-65.500', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17379510', 'Silver_Quadav', '7977', '-213.559', '-3.628', '-81.400', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17379511', 'Zircon_Quadav', '7985', '-213.930', '0.263', '-65.652', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17379512', 'Garnet_Quadav', '7960', '-240.910', '-3.801', '-80.242', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17379513', 'Bronze_Quadav', '7949', '-243.305', '-3.659', '-69.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379514', 'Silver_Quadav', '7977', '-221.149', '0.425', '-59.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379515', 'Zircon_Quadav', '7985', '-249.678', '-3.500', '-52.752', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17379516', 'Garnet_Quadav', '7960', '-234.075', '-3.374', '-5.490', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17379517', 'Bronze_Quadav', '7949', '-247.159', '-3.528', '13.870', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17379518', 'Silver_Quadav', '7977', '-234.203', '-3.378', '6.377', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17379519', 'Zircon_Quadav', '7985', '-231.184', '-3.475', '14.421', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17379520', 'Garnet_Quadav', '7960', '-233.663', '-3.125', '11.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379521', 'Bronze_Quadav', '7949', '-195.374', '-3.773', '39.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379522', 'Silver_Quadav', '7977', '-183.950', '-3.585', '40.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379523', 'Zircon_Quadav', '7985', '-96.000', '-3.000', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379524', 'Garnet_Quadav', '7960', '-181.497', '-3.499', '22.280', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379525', 'Bronze_Quadav', '7949', '-202.587', '-3.388', '20.781', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17379526', 'Silver_Quadav', '7977', '-176.360', '-3.604', '41.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379527', 'Zircon_Quadav', '7985', '-149.000', '-3.000', '35.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379528', 'Garnet_Quadav', '7960', '-117.604', '-3.750', '37.079', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17379529', 'Bronze_Quadav', '7949', '-159.598', '-3.694', '110.376', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17379530', 'Silver_Quadav', '7977', '-172.608', '-3.121', '85.533', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379531', 'Zircon_Quadav', '7985', '-124.871', '-3.134', '90.776', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17379532', 'Garnet_Quadav', '7960', '-155.537', '-3.349', '102.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379533', 'Bronze_Quadav', '7949', '-55.027', '-3.562', '81.477', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17379534', 'Silver_Quadav', '7977', '-87.604', '-2.724', '104.463', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17379535', 'Zircon_Quadav', '7985', '-66.578', '-3.568', '74.306', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17379536', 'Garnet_Quadav', '7960', '-73.371', '-3.501', '44.107', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17379537', 'Ooze', '7974', '-85.405', '-3.512', '53.536', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379538', 'Bronze_Quadav', '7949', '-39.815', '-3.779', '112.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379539', 'Silver_Quadav', '7977', '-28.273', '-3.511', '133.169', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379540', 'Zircon_Quadav', '7985', '-31.017', '-3.545', '166.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379541', 'Garnet_Quadav', '7960', '-60.051', '-3.532', '164.011', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17379542', 'Ooze', '7974', '-73.051', '-3.561', '165.097', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17379543', 'Bronze_Quadav', '7949', '-140.549', '-3.505', '163.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379544', 'Silver_Quadav', '7977', '-117.886', '-3.537', '160.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379545', 'Zircon_Quadav', '7985', '-121.621', '-2.846', '143.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379546', 'Garnet_Quadav', '7960', '-122.272', '-3.102', '157.548', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17379547', 'Bronze_Quadav', '7949', '-189.135', '-4.491', '142.517', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379548', 'Silver_Quadav', '7977', '-212.085', '-3.678', '125.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379549', 'Zircon_Quadav', '7985', '-187.053', '-3.699', '164.879', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17379550', 'Garnet_Quadav', '7960', '-206.340', '-3.536', '166.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379551', 'Go_Bhu_Gascon', '7965', '-202.000', '-2.000', '110.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17379552', 'Bronze_Quadav', '7949', '-186.026', '-3.458', '-3.999', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379553', 'Silver_Quadav', '7977', '-170.037', '-3.651', '-45.787', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379554', 'Zircon_Quadav', '7985', '-205.510', '-3.227', '-5.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379555', 'Garnet_Quadav', '7960', '-199.099', '-3.731', '-2.042', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17379556', 'Bronze_Quadav', '7949', '-124.454', '-3.285', '-51.318', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17379557', 'Silver_Quadav', '7977', '-112.241', '-3.886', '-42.422', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17379558', 'Zircon_Quadav', '7985', '-102.916', '-3.542', '-37.650', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17379559', 'Garnet_Quadav', '7960', '-119.802', '-3.772', '-39.419', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17379560', 'Bronze_Quadav', '7949', '-245.790', '-3.495', '-250.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379561', 'Silver_Quadav', '7977', '-286.600', '-3.630', '-216.650', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17379562', 'Zircon_Quadav', '7985', '-294.223', '-3.504', '-206.657', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379563', 'Garnet_Quadav', '7960', '-285.203', '-3.670', '-216.772', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17379564', 'Zo_Khu_Blackcloud', '7986', '-273.000', '-3.000', '-253.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17379565', 'Bronze_Quadav', '7949', '-206.568', '-3.669', '-219.765', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17379566', 'Silver_Quadav', '7977', '-189.368', '-3.524', '-217.974', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17379567', 'Zircon_Quadav', '7985', '-166.912', '-3.354', '-215.349', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17379568', 'Garnet_Quadav', '7960', '-190.290', '-3.533', '-222.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379569', 'Bronze_Quadav', '7949', '-36.571', '-3.626', '-207.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379570', 'Silver_Quadav', '7977', '-44.587', '-3.487', '-213.370', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17379571', 'Zircon_Quadav', '7985', '-102.395', '-3.076', '-183.984', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17379572', 'Garnet_Quadav', '7960', '-75.551', '-3.500', '-213.477', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17379573', 'Bronze_Quadav', '7949', '-110.609', '-3.048', '-192.216', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17379574', 'Silver_Quadav', '7977', '-71.614', '-3.500', '-216.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379575', 'Zircon_Quadav', '7985', '-80.674', '-2.988', '-187.141', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379576', 'Garnet_Quadav', '7960', '-40.998', '-3.771', '-171.661', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379577', 'Bronze_Quadav', '7949', '3.604', '-3.788', '-122.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379578', 'Silver_Quadav', '7977', '17.740', '-3.500', '-152.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379579', 'Zircon_Quadav', '7985', '-43.534', '-3.336', '-88.380', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379580', 'Garnet_Quadav', '7960', '-26.691', '-3.537', '-46.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379581', 'Bronze_Quadav', '7949', '-30.360', '-3.414', '-90.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379582', 'Silver_Quadav', '7977', '-43.343', '-3.666', '-58.010', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17379583', 'Zircon_Quadav', '7985', '-9.491', '-4.414', '-91.708', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17379584', 'Garnet_Quadav', '7960', '2.186', '-3.530', '-136.485', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17379585', 'Bronze_Quadav', '7949', '-212.043', '-3.640', '-157.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379586', 'Silver_Quadav', '7977', '-248.141', '-2.859', '-150.123', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17379587', 'Zircon_Quadav', '7985', '-208.378', '-3.724', '-159.990', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17379588', 'Garnet_Quadav', '7960', '-235.277', '-3.112', '-169.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379589', 'Elder_Quadav', '7958', '-115.631', '-3.353', '-125.189', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17379590', 'Iron_Quadav', '7966', '-80.026', '-3.126', '-129.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379591', 'Spinel_Quadav', '7978', '-140.811', '-2.447', '-121.994', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379592', 'Emerald_Quadav', '7959', '-93.679', '-3.460', '-111.488', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17379593', 'Elder_Quadav', '7958', '-166.556', '-3.859', '-146.648', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17379594', 'Iron_Quadav', '7966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379595', 'Spinel_Quadav', '7978', '-118.195', '-3.334', '-61.240', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379596', 'Emerald_Quadav', '7959', '-120.390', '-3.886', '-84.510', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17379597', 'Bronze_Quadav', '7949', '25.864', '-3.570', '-110.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379598', 'Silver_Quadav', '7977', '36.846', '-3.784', '-119.128', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17379599', 'Zircon_Quadav', '7985', '24.772', '-3.501', '-106.135', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17379600', 'Garnet_Quadav', '7960', '23.143', '-3.553', '-119.358', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379601', 'De_Vyu_Headhunter', '7957', '33.747', '-3.486', '-130.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379602', 'Elder_Quadav', '7958', '53.297', '-3.500', '-114.960', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17379603', 'Iron_Quadav', '7966', '50.055', '-3.499', '-110.971', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17379604', 'Spinel_Quadav', '7978', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379605', 'Emerald_Quadav', '7959', '58.711', '-3.503', '-61.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379606', 'Elder_Quadav', '7958', '41.826', '-3.626', '-9.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379607', 'Iron_Quadav', '7966', '32.025', '-3.553', '-18.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379608', 'Spinel_Quadav', '7978', '24.355', '-3.504', '21.400', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17379609', 'Emerald_Quadav', '7959', '42.820', '-3.852', '-31.736', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379610', 'Elder_Quadav', '7958', '36.996', '-3.597', '52.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379611', 'Iron_Quadav', '7966', '45.050', '-3.252', '60.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379612', 'Spinel_Quadav', '7978', '55.407', '-3.653', '120.905', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17379613', 'Emerald_Quadav', '7959', '49.730', '-3.227', '57.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379614', 'Broo', '7950', '53.940', '-2.596', '70.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379615', 'Elder_Quadav', '7958', '97.233', '-2.790', '155.482', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379616', 'Iron_Quadav', '7966', '83.429', '-3.707', '173.150', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17379617', 'Spinel_Quadav', '7978', '85.288', '-3.660', '167.574', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17379618', 'Emerald_Quadav', '7959', '70.274', '-3.500', '210.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379619', 'Thunder_Elemental', '7980', '87.817', '-2.876', '110.162', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17379620', 'Water_Elemental', '7983', '82.577', '-3.773', '153.195', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17379621', 'Elder_Quadav', '7958', '118.553', '-3.694', '203.552', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17379622', 'Iron_Quadav', '7966', '139.599', '-3.509', '216.511', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379623', 'Spinel_Quadav', '7978', '160.668', '-3.803', '197.236', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379624', 'Broo', '7950', '130.515', '-3.882', '201.332', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379625', 'Emerald_Quadav', '7959', '139.642', '-2.445', '161.557', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379626', 'Ga_Bhu_Unvanquished', '7961', '178.863', '-3.199', '192.895', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17379627', 'Elder_Quadav', '7958', '156.445', '-3.723', '127.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379628', 'Iron_Quadav', '7966', '151.334', '-3.585', '149.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379629', 'Spinel_Quadav', '7978', '145.465', '-3.092', '169.657', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17379630', 'Emerald_Quadav', '7959', '158.508', '-3.662', '118.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379631', 'Broo', '7950', '168.168', '-3.102', '129.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379632', 'Elder_Quadav', '7958', '204.957', '-3.782', '114.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379633', 'Iron_Quadav', '7966', '200.103', '-3.841', '124.873', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17379634', 'Spinel_Quadav', '7978', '210.800', '-3.564', '135.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379635', 'Emerald_Quadav', '7959', '181.383', '-3.435', '101.954', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17379636', 'Broo', '7950', '210.643', '-3.531', '136.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379637', 'Gloop', '7963', '263.003', '-3.469', '102.979', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17379638', 'Gloop', '7963', '269.935', '-3.500', '133.796', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17379639', 'Elder_Quadav', '7958', '241.598', '-3.706', '76.135', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17379640', 'Iron_Quadav', '7966', '241.952', '-3.660', '67.143', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17379641', 'Spinel_Quadav', '7978', '255.880', '-3.534', '45.607', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17379642', 'Emerald_Quadav', '7959', '261.603', '-3.483', '54.135', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17379643', 'Gloop', '7963', '285.783', '-3.673', '19.278', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17379644', 'Gloop', '7963', '275.271', '-3.812', '42.562', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17379645', 'Elder_Quadav', '7958', '264.919', '-3.495', '-11.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379646', 'Iron_Quadav', '7966', '251.408', '-3.499', '-14.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379647', 'Spinel_Quadav', '7978', '249.138', '-3.500', '-51.837', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17379648', 'Emerald_Quadav', '7959', '262.944', '-3.579', '-4.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379649', 'Thunder_Elemental', '7980', '291.012', '-3.521', '12.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379650', 'Water_Elemental', '7983', '244.694', '-3.771', '-35.711', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17379651', 'Elder_Quadav', '7958', '198.423', '-3.748', '0.967', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17379652', 'Iron_Quadav', '7966', '187.503', '-2.949', '8.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379653', 'Spinel_Quadav', '7978', '206.882', '-3.539', '5.683', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17379654', 'Emerald_Quadav', '7959', '168.553', '-3.468', '6.831', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379655', 'Elder_Quadav', '7958', '191.809', '-3.798', '-38.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379656', 'Iron_Quadav', '7966', '199.488', '-3.500', '-34.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379657', 'Spinel_Quadav', '7978', '204.631', '-3.848', '-43.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379658', 'Emerald_Quadav', '7959', '184.422', '-2.928', '-32.218', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17379659', 'Elder_Quadav', '7958', '152.677', '-2.953', '-29.791', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17379660', 'Iron_Quadav', '7966', '131.333', '-3.501', '-56.146', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17379661', 'Spinel_Quadav', '7978', '132.949', '-3.500', '-56.212', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17379662', 'Emerald_Quadav', '7959', '83.381', '-3.457', '-34.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379663', 'Broo', '7950', '115.160', '-3.690', '39.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379664', 'Broo', '7950', '116.644', '-3.391', '36.309', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17379665', 'Broo', '7950', '76.984', '-3.418', '64.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379666', 'Broo', '7950', '82.786', '-2.951', '89.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379667', 'Elder_Quadav', '7958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379668', 'Iron_Quadav', '7966', '71.112', '-3.177', '45.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379669', 'Broo', '7950', '108.412', '-3.764', '-2.675', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379670', 'Broo', '7950', '93.078', '-3.041', '5.653', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17379671', 'Broo', '7950', '85.177', '-3.290', '-7.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379672', 'Broo', '7950', '79.368', '-3.193', '-9.296', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17379673', 'Steel_Quadav', '7979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379674', 'Mythril_Quadav', '7971', '126.216', '-3.188', '95.320', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17379675', 'Gold_Quadav', '7964', '121.189', '-3.731', '116.850', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17379676', 'Topaz_Quadav', '7981', '121.034', '-3.750', '78.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379677', 'Steel_Quadav', '7979', '113.061', '-3.209', '75.265', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379678', 'Mythril_Quadav', '7971', '156.696', '-3.565', '85.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379679', 'Gold_Quadav', '7964', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379680', 'Topaz_Quadav', '7981', '106.076', '0.500', '92.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379681', 'Broo', '7950', '182.330', '-3.478', '43.931', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17379682', 'Broo', '7950', '172.499', '-3.744', '45.115', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17379683', 'Broo', '7950', '202.010', '-3.722', '76.620', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379684', 'Broo', '7950', '186.042', '-3.535', '42.549', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17379685', 'Broo', '7950', '205.304', '-3.332', '35.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379686', 'Spinel_Quadav', '7978', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379687', 'Emerald_Quadav', '7959', '187.619', '-3.190', '33.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379688', 'Steel_Quadav', '7979', '64.713', '0.497', '-19.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379689', 'Mythril_Quadav', '7971', '102.252', '1.126', '-17.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379690', 'Big_Jaw', '7946', '64.605', '0.492', '-22.165', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17379691', 'Big_Jaw', '7946', '82.642', '-0.483', '-15.674', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17379692', 'Gold_Quadav', '7964', '60.947', '0.509', '82.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379693', 'Topaz_Quadav', '7981', '104.000', '1.000', '58.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17379694', 'Big_Jaw', '7946', '55.087', '0.499', '83.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379695', 'Big_Jaw', '7946', '67.140', '0.499', '102.793', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379696', 'Steel_Quadav', '7979', '131.944', '0.500', '12.543', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17379697', 'Topaz_Quadav', '7981', '133.149', '0.500', '11.122', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17379698', 'Big_Jaw', '7946', '139.997', '0.474', '47.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379699', 'Big_Jaw', '7946', '140.536', '0.667', '35.552', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17379700', 'Mythril_Quadav', '7971', '180.746', '1.112', '-26.521', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17379701', 'Topaz_Quadav', '7981', '194.233', '0.553', '-22.848', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17379702', 'Big_Jaw', '7946', '193.127', '-2.395', '-11.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379703', 'Big_Jaw', '7946', '225.668', '1.276', '-22.913', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17379704', 'Steel_Quadav', '7979', '104.512', '0.500', '90.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379705', 'Mythril_Quadav', '7971', '104.278', '0.000', '82.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379706', 'Gold_Quadav', '7964', '103.160', '-0.001', '79.809', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17379707', 'Topaz_Quadav', '7981', '126.610', '0.000', '61.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379708', 'Steel_Quadav', '7979', '164.363', '0.499', '60.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379709', 'Mythril_Quadav', '7971', '177.971', '0.500', '54.732', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379710', 'Gold_Quadav', '7964', '152.630', '0.491', '57.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379711', 'Topaz_Quadav', '7981', '177.634', '0.500', '84.636', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17379712', 'Mythril_Quadav', '7971', '210.703', '0.500', '19.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379713', 'Gold_Quadav', '7964', '205.795', '0.500', '23.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379714', 'Big_Jaw', '7946', '204.521', '0.500', '15.603', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17379715', 'Big_Jaw', '7946', '188.902', '0.938', '17.149', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17379716', 'Steel_Quadav', '7979', '217.207', '0.500', '104.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379717', 'Gold_Quadav', '7964', '226.021', '0.500', '86.034', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17379718', 'Big_Jaw', '7946', '204.213', '0.481', '99.719', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17379719', 'Big_Jaw', '7946', '215.065', '0.499', '105.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379720', 'Topaz_Quadav', '7981', '177.398', '0.501', '124.734', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17379721', 'Ancient_Quadav', '7944', '178.275', '0.400', '133.441', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17379722', 'Steel_Quadav', '7979', '173.182', '0.501', '102.065', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17379723', 'Mythril_Quadav', '7971', '141.028', '0.500', '102.368', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379724', 'Gold_Quadav', '7964', '138.074', '0.500', '138.314', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17379725', 'Topaz_Quadav', '7981', '134.107', '0.522', '111.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379726', 'Steel_Quadav', '7979', '99.597', '0.500', '85.972', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17379727', 'Big_Jaw', '7946', '96.000', '1.000', '139.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17379728', 'Big_Jaw', '7946', '101.656', '0.479', '121.407', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17379729', 'Steel_Quadav', '7979', '115.967', '0.500', '171.369', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17379730', 'Mythril_Quadav', '7971', '131.117', '0.491', '166.382', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17379731', 'Gold_Quadav', '7964', '111.786', '0.499', '176.926', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17379732', 'Topaz_Quadav', '7981', '114.602', '0.500', '154.359', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17379733', 'Big_Jaw', '7946', '104.646', '0.500', '177.348', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17379734', 'Big_Jaw', '7946', '120.856', '0.499', '143.366', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17379735', 'Ancient_Quadav', '7944', '139.521', '2.926', '-43.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379736', 'Darksteel_Quadav', '7955', '139.643', '2.926', '-43.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379737', 'Platinum_Quadav', '7975', '44.535', '2.923', '118.881', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17379738', 'Sapphire_Quadav', '7976', '43.821', '2.922', '114.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379739', 'Ancient_Quadav', '7944', '142.714', '2.918', '86.495', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17379740', 'Sapphire_Quadav', '7976', '143.088', '2.919', '84.856', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379741', 'Darksteel_Quadav', '7955', '80.293', '2.937', '198.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379742', 'Sapphire_Quadav', '7976', '82.374', '2.924', '194.861', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17379743', 'Ancient_Quadav', '7944', '158.195', '2.941', '200.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379744', 'Platinum_Quadav', '7975', '155.207', '2.955', '197.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379745', 'Steel_Quadav', '7979', '221.387', '39.404', '163.652', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17379746', 'Mythril_Quadav', '7971', '162.000', '10.000', '163.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379747', 'Gold_Quadav', '7964', '181.083', '22.914', '155.063', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379748', 'Topaz_Quadav', '7981', '183.859', '27.979', '173.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379749', 'Larva', '7968', '180.863', '23.395', '158.668', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17379750', 'Larva', '7968', '155.000', '15.000', '145.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17379751', 'Ancient_Quadav', '7944', '211.369', '39.888', '87.804', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17379752', 'Darksteel_Quadav', '7955', '187.000', '40.000', '89.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17379753', 'Platinum_Quadav', '7975', '198.087', '40.507', '84.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379754', 'Sapphire_Quadav', '7976', '190.643', '40.542', '71.825', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17379755', 'Ancient_Quadav', '7944', '207.813', '40.604', '83.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379756', 'Darksteel_Quadav', '7955', '198.356', '40.500', '78.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379757', 'Platinum_Quadav', '7975', '203.698', '40.621', '88.538', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379758', 'Sapphire_Quadav', '7976', '209.754', '39.967', '68.352', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17379759', 'Larva', '7968', '178.746', '39.570', '50.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379760', 'Larva', '7968', '178.683', '39.684', '43.096', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17379761', 'Platinum_Quadav', '7975', '183.157', '39.571', '27.301', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17379762', 'Platinum_Quadav', '7975', '181.648', '39.659', '18.053', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17379763', 'Platinum_Quadav', '7975', '175.428', '39.671', '12.436', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379764', 'Ancient_Quadav', '7944', '252.786', '39.806', '135.512', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17379765', 'Platinum_Quadav', '7975', '265.000', '40.000', '142.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17379766', 'Larva', '7968', '316.000', '32.000', '141.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379767', 'Larva', '7968', '333.634', '29.111', '135.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379768', 'Larva', '7968', '295.000', '37.000', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379769', 'Ancient_Quadav', '7944', '346.141', '23.665', '93.515', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17379770', 'Darksteel_Quadav', '7955', '337.300', '23.626', '94.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379771', 'Sapphire_Quadav', '7976', '332.049', '23.588', '101.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379772', 'Ancient_Quadav', '7944', '382.579', '23.667', '139.752', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17379773', 'Darksteel_Quadav', '7955', '388.103', '23.498', '140.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379774', 'Platinum_Quadav', '7975', '388.806', '23.437', '134.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379775', 'Ancient_Quadav', '7944', '428.016', '23.694', '91.990', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379776', 'Platinum_Quadav', '7975', '425.759', '23.558', '99.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379777', 'Sapphire_Quadav', '7976', '420.005', '23.577', '94.821', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379778', 'Darksteel_Quadav', '7955', '384.200', '23.741', '64.277', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17379779', 'Platinum_Quadav', '7975', '378.129', '23.537', '64.310', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17379780', 'Sapphire_Quadav', '7976', '390.051', '23.421', '61.724', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17379781', 'Larva', '7968', '381.904', '24.783', '100.451', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379782', 'Larva', '7968', '378.324', '24.782', '100.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17379783', 'Mimic', '7970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379784', 'Magnes_Quadav', '7969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379785', 'Nickel_Quadav', '7972', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379786', 'Magnes_Quadav', '7969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379787', 'Nickel_Quadav', '7972', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379793', 'Ayame', '7945', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379795', 'Dalzakk', '7954', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379796', 'Zeid', '7984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17379835', 'Treasure_Chest', '7982', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383425', 'Ancient_Quadav', '7988', '262.000', '40.000', '85.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17383426', 'Darksteel_Quadav', '7989', '291.882', '39.528', '22.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383427', 'Platinum_Quadav', '7996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383428', 'Sapphire_Quadav', '7998', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383429', 'Ancient_Quadav', '7988', '296.000', '40.000', '89.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17383430', 'Darksteel_Quadav', '7989', '298.000', '40.000', '19.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17383431', 'Platinum_Quadav', '7996', '289.000', '43.000', '79.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17383432', 'Sapphire_Quadav', '7998', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383433', 'Ruby_Quadav', '7997', '295.000', '40.000', '13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383434', 'Darksteel_Quadav', '7989', '288.751', '41.128', '70.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383435', 'Sapphire_Quadav', '7998', '289.558', '40.808', '69.111', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17383436', 'Darksteel_Quadav', '7989', '271.269', '41.748', '65.587', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383437', 'Sapphire_Quadav', '7998', '268.090', '40.768', '63.624', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17383438', 'Ancient_Quadav', '7988', '274.419', '42.624', '69.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383439', 'Platinum_Quadav', '7996', '278.450', '42.624', '75.634', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17383440', 'Adaman_Quadav', '7987', '283.000', '43.000', '95.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17383441', 'Ruby_Quadav', '7997', '276.362', '42.624', '93.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383442', 'Diamond_Quadav', '7991', '277.930', '42.625', '96.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383444', 'Diamond_Quadav', '7991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383445', 'Mu_Zha_Infernoblade', '7994', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383446', 'Hu_Rhe_Marrowgorger', '7992', '166.130', '-0.500', '-20.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17383447', 'De_Pha_Unscarred', '7990', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383448', 'So_Hyu_Quakemaker', '7999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383449', 'Ka_Ghi_Trovetaker', '7993', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383450', 'No_Bhu_Unyielding', '7995', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383479', 'Diamond_Quadav', '7991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17383443', 'Za_Dha_Adamantking', '8000', '281.000', '43.000', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387521', 'Ferocious_Pugil', '8010', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387522', 'Ferocious_Pugil', '8010', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387523', 'Greater_Pugil', '8014', '0.000', '100.325', '-240.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17387524', 'Gloop', '8013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387525', 'Oil_Spill', '8018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387526', 'Orcish_Fighter', '8028', '240.436', '3.499', '-69.191', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17387527', 'Orcish_Fighter', '8028', '237.030', '3.498', '-80.342', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17387528', 'Orcish_Fighter', '8028', '236.078', '3.476', '-95.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387529', 'Orcish_Cursemaker', '8024', '209.000', '4.000', '-78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387530', 'Davoi_Hornet', '8004', '221.638', '3.150', '-71.491', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17387531', 'Davoi_Hornet', '8004', '240.202', '3.500', '-77.004', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387532', 'Orcish_Fighter', '8028', '205.183', '1.236', '-105.299', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17387533', 'Orcish_Cursemaker', '8024', '233.649', '3.556', '-130.882', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17387534', 'Orcish_Cursemaker', '8024', '198.000', '4.000', '-123.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17387535', 'Orcish_Serjeant', '8035', '228.727', '2.625', '-112.235', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17387536', 'Davoi_Hornet', '8004', '241.000', '4.000', '-120.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17387537', 'Davoi_Hornet', '8004', '233.634', '3.551', '-131.511', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17387538', 'Orcish_Fighter', '8028', '157.354', '3.387', '-121.380', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17387539', 'Orcish_Cursemaker', '8024', '150.301', '3.516', '-121.529', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17387540', 'Orcish_Serjeant', '8035', '158.908', '3.499', '-79.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387541', 'Orcish_Serjeant', '8035', '145.796', '2.959', '-98.138', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17387542', 'Davoi_Hornet', '8004', '161.113', '3.490', '-68.736', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17387543', 'Davoi_Hornet', '8004', '175.000', '4.000', '-79.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17387544', 'Davoi_Hornet', '8004', '267.427', '1.463', '-59.621', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17387545', 'Orcish_Fighter', '8028', '315.756', '-0.763', '-53.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387546', 'Orcish_Cursemaker', '8024', '309.000', '-0.522', '-61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387547', 'Orcish_Serjeant', '8035', '338.915', '-0.515', '-60.566', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17387548', 'Orcish_Fighter', '8028', '323.892', '-0.542', '-56.392', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17387549', 'Davoi_Hornet', '8004', '345.947', '-0.657', '-63.334', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17387550', 'Davoi_Hornet', '8004', '298.083', '-0.557', '-52.086', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17387551', 'Davoi_Hornet', '8004', '320.165', '-0.432', '-18.677', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17387552', 'Wood_Bats', '8051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387553', 'Orcish_Cursemaker', '8024', '298.000', '0.027', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387554', 'Orcish_Serjeant', '8035', '312.000', '1.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387555', 'Wood_Bats', '8051', '305.882', '0.157', '-27.901', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17387556', 'Wood_Bats', '8051', '302.272', '0.122', '-14.559', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17387557', 'Orcish_Fighter', '8028', '323.976', '-0.645', '-137.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387558', 'Orcish_Cursemaker', '8024', '337.116', '-1.167', '-110.483', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17387559', 'Orcish_Serjeant', '8035', '340.339', '-0.821', '-128.083', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387560', 'Orcish_Cursemaker', '8024', '336.498', '-0.563', '-138.502', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17387561', 'Davoi_Hornet', '8004', '341.117', '-0.485', '-163.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387562', 'Davoi_Hornet', '8004', '340.273', '-1.247', '-108.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387563', 'Orcish_Cursemaker', '8024', '371.525', '0.235', '-176.188', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17387564', 'Orcish_Serjeant', '8035', '378.197', '-0.741', '-178.024', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17387565', 'Wood_Bats', '8051', '370.243', '-0.607', '-182.091', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17387566', 'Wood_Bats', '8051', '370.895', '-0.692', '-183.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387567', 'Hawkeyed_Dnatbat', '8015', '333.895', '-0.582', '-144.558', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17387568', 'Orcish_Fighter', '8028', '225.260', '0.431', '-173.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387569', 'Orcish_Serjeant', '8035', '221.190', '-0.481', '-160.577', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387570', 'Orcish_Impaler', '8032', '298.419', '3.499', '-202.976', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17387571', 'Orcish_Beastrider', '8020', '291.974', '3.325', '-215.369', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17387572', 'Orcish_Nightraider', '8033', '300.986', '3.092', '-189.378', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17387573', 'Orcish_Brawler', '8022', '302.521', '3.110', '-208.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387574', 'Orcish_Beastrider', '8020', '297.281', '2.751', '-186.558', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17387575', 'War_Lizard', '8048', '269.664', '2.862', '-210.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387576', 'War_Lizard', '8048', '314.689', '3.547', '-203.755', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17387577', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387578', 'Orcish_Impaler', '8032', '252.457', '3.501', '-248.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387579', 'Orcish_Beastrider', '8020', '280.964', '3.497', '-226.284', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387580', 'Orcish_Nightraider', '8033', '247.257', '3.673', '-232.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387581', 'Orcish_Brawler', '8022', '245.390', '2.933', '-249.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387582', 'Orcish_Firebelcher', '8029', '270.398', '3.347', '-233.391', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17387583', 'War_Lizard', '8048', '243.797', '3.658', '-234.632', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387584', 'War_Lizard', '8048', '256.437', '3.397', '-226.659', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387585', 'Steelbiter_Gudrud', '8043', '244.000', '4.000', '-240.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387586', 'Orc_s_Wyvern', '8040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387587', 'Orcish_Impaler', '8032', '271.587', '2.989', '-266.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387588', 'Orcish_Nightraider', '8033', '277.650', '3.486', '-253.218', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17387589', 'Orcish_Brawler', '8022', '277.680', '3.498', '-286.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387590', 'War_Lizard', '8048', '292.982', '3.026', '-269.077', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17387591', 'War_Lizard', '8048', '272.471', '3.410', '-249.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387592', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387593', 'Orcish_Impaler', '8032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387594', 'Orcish_Beastrider', '8020', '338.008', '3.500', '-216.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387595', 'Orcish_Nightraider', '8033', '338.915', '-0.585', '-245.677', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387596', 'Orcish_Brawler', '8022', '341.960', '1.566', '-226.818', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17387597', 'War_Lizard', '8048', '337.652', '-0.501', '-239.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387598', 'War_Lizard', '8048', '332.644', '0.374', '-253.311', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387599', 'Orcish_Cursemaker', '8024', '140.612', '-0.632', '-34.953', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17387600', 'Davoi_Hornet', '8004', '129.000', '-0.821', '-18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387601', 'Davoi_Hornet', '8004', '144.942', '-0.798', '-19.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387602', 'War_Lizard', '8048', '158.000', '-0.662', '-18.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17387603', 'War_Lizard', '8048', '153.880', '-0.769', '-18.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387604', 'War_Lizard', '8048', '212.000', '-0.518', '-263.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17387605', 'War_Lizard', '8048', '204.339', '-0.488', '-301.488', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17387606', 'Tigerbane_Bakdak', '8046', '174.212', '2.068', '-20.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387607', 'Orcish_Fighter', '8028', '95.000', '-0.520', '-13.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17387608', 'Orcish_Serjeant', '8035', '78.000', '-0.588', '-18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387609', 'Davoi_Hornet', '8004', '82.734', '-0.533', '-15.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387610', 'Orcish_Impaler', '8032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387611', 'Orcish_Beastrider', '8020', '33.625', '-0.726', '-20.595', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17387612', 'Orcish_Nightraider', '8033', '35.169', '-0.724', '-26.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387613', 'Orcish_Brawler', '8022', '28.347', '-1.240', '-20.937', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387614', 'Orcish_Impaler', '8032', '11.000', '-0.550', '-26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387615', 'Orcish_Beastrider', '8020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387616', 'Orcish_Nightraider', '8033', '45.000', '-0.500', '-16.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17387617', 'Orcish_Brawler', '8022', '40.457', '-0.548', '-26.017', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387618', 'Orcish_Impaler', '8032', '-17.767', '-0.738', '14.229', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17387619', 'Orcish_Beastrider', '8020', '-18.288', '-0.730', '28.080', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17387620', 'Orcish_Nightraider', '8033', '-20.398', '-0.500', '0.466', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17387621', 'Orcish_Brawler', '8022', '-23.157', '-0.580', '23.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387622', 'Orcish_Impaler', '8032', '-20.592', '-0.759', '-27.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387623', 'Orcish_Beastrider', '8020', '-19.933', '-0.906', '-7.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387624', 'Orcish_Nightraider', '8033', '-17.206', '-0.588', '-20.429', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17387625', 'Orcish_Brawler', '8022', '-23.218', '-1.292', '-18.247', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17387626', 'Wolf_Bat', '8050', '-20.855', '-0.514', '1.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387627', 'Wolf_Bat', '8050', '-23.470', '-1.286', '-18.290', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17387628', 'Orcish_Bowshooter', '8021', '-16.772', '0.292', '-67.249', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17387629', 'Orcish_Footsoldier', '8030', '-13.487', '0.492', '-55.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387630', 'Orcish_Gladiator', '8031', '-25.188', '0.162', '-59.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387631', 'Orcish_Trooper', '8036', '-19.737', '0.094', '-53.029', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17387632', 'Wolf_Bat', '8050', '-22.840', '-0.038', '-51.280', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17387633', 'Wolf_Bat', '8050', '-20.003', '0.715', '-66.593', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17387634', 'Orcish_Impaler', '8032', '-53.910', '-0.583', '56.606', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17387635', 'Orcish_Beastrider', '8020', '-62.647', '-0.468', '24.442', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17387636', 'Orcish_Nightraider', '8033', '-64.578', '-0.658', '61.273', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387637', 'Orcish_Brawler', '8022', '-59.013', '-0.590', '14.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387638', 'Orcish_Impaler', '8032', '-50.158', '-0.537', '22.257', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17387639', 'Orcish_Beastrider', '8020', '-56.626', '-0.607', '63.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387640', 'Orcish_Nightraider', '8033', '-54.694', '-0.545', '42.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387641', 'Orcish_Firebelcher', '8029', '-60.057', '-0.655', '29.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387642', 'Wolf_Bat', '8050', '-62.542', '-0.766', '48.538', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387643', 'Wolf_Bat', '8050', '-61.140', '-0.474', '18.505', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17387644', 'Poisonhand_Gnadgad', '8041', '-60.045', '-0.517', '41.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387645', 'Orcish_Impaler', '8032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387646', 'Orcish_Beastrider', '8020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387647', 'Orcish_Nightraider', '8033', '-101.258', '-0.462', '85.220', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17387648', 'Orcish_Brawler', '8022', '-114.517', '-0.441', '99.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387649', 'Davoi_Wasp', '8007', '-106.949', '0.212', '96.413', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17387650', 'Davoi_Wasp', '8007', '-131.235', '0.261', '98.254', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17387651', 'Orcish_Bowshooter', '8021', '-112.721', '3.583', '27.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387652', 'Orcish_Footsoldier', '8030', '-112.383', '2.916', '49.188', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387653', 'Orcish_Gladiator', '8031', '-125.000', '4.000', '4.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17387654', 'Orcish_Trooper', '8036', '-116.151', '3.370', '17.734', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17387655', 'Orcish_Bowshooter', '8021', '-126.922', '3.500', '40.331', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387656', 'Orcish_Footsoldier', '8030', '-114.161', '3.499', '38.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387657', 'Orcish_Gladiator', '8031', '-123.000', '4.000', '29.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17387658', 'Orcish_Trooper', '8036', '-65.404', '-0.567', '20.242', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17387659', 'Davoi_Wasp', '8007', '-107.651', '3.500', '4.344', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387660', 'Davoi_Wasp', '8007', '-129.380', '3.741', '25.179', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17387661', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387662', 'Orcish_Bowshooter', '8021', '-160.000', '4.000', '-2.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17387663', 'Orcish_Footsoldier', '8030', '-154.271', '3.481', '14.010', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17387664', 'Orcish_Gladiator', '8031', '-167.000', '3.498', '8.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17387665', 'Orcish_Trooper', '8036', '-139.992', '2.601', '-18.094', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17387666', 'Orcish_Bowshooter', '8021', '-153.725', '3.500', '-0.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387667', 'Orcish_Footsoldier', '8030', '-139.000', '4.000', '9.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17387668', 'Orcish_Gladiator', '8031', '-152.332', '3.325', '-5.304', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17387669', 'Orcish_Trooper', '8036', '-132.000', '4.000', '-1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387670', 'Davoi_Wasp', '8007', '-153.972', '3.499', '13.759', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17387671', 'Davoi_Wasp', '8007', '-151.957', '2.257', '-11.004', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387672', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387673', 'Orcish_Bowshooter', '8021', '-106.825', '3.500', '-5.499', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17387674', 'Orcish_Footsoldier', '8030', '-134.290', '3.452', '-41.394', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17387675', 'Orcish_Gladiator', '8031', '-118.528', '3.500', '-45.533', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17387676', 'Orcish_Trooper', '8036', '-127.088', '3.694', '-18.795', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17387677', 'Orcish_Bowshooter', '8021', '-117.274', '3.515', '-2.698', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387678', 'Orcish_Footsoldier', '8030', '-131.347', '3.332', '-31.957', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17387679', 'Orcish_Gladiator', '8031', '-106.548', '3.371', '-27.668', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387680', 'Orcish_Trooper', '8036', '-128.409', '3.598', '-37.008', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17387681', 'Davoi_Wasp', '8007', '-108.605', '3.040', '-12.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387682', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387683', 'Orcish_Bowshooter', '8021', '-95.000', '3.000', '-42.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17387684', 'Orcish_Footsoldier', '8030', '-83.000', '4.000', '-41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387685', 'Orcish_Gladiator', '8031', '-93.000', '4.000', '-33.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17387686', 'Orcish_Trooper', '8036', '-119.121', '3.500', '-17.075', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17387687', 'Orcish_Bowshooter', '8021', '-84.494', '3.135', '-30.442', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17387688', 'Orcish_Footsoldier', '8030', '-81.404', '3.500', '-52.995', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17387689', 'Orcish_Gladiator', '8031', '-106.031', '3.688', '-38.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387690', 'Orcish_Trooper', '8036', '-70.728', '3.184', '-49.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387691', 'Davoi_Wasp', '8007', '-73.676', '3.499', '-38.471', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387692', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387693', 'Orcish_Bowshooter', '8021', '-47.682', '-0.571', '-97.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387694', 'Orcish_Footsoldier', '8030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387695', 'Orcish_Gladiator', '8031', '-33.427', '-0.671', '-102.038', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387696', 'Orcish_Trooper', '8036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387697', 'Geezard', '8012', '-55.949', '-0.492', '-94.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387698', 'Geezard', '8012', '-39.880', '-0.500', '-99.408', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17387699', 'Geezard', '8012', '-53.887', '-0.311', '-98.690', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17387700', 'Geezard', '8012', '-23.000', '-0.500', '-104.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17387701', 'Geezard', '8012', '0.561', '-0.434', '-100.499', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17387702', 'Geezard', '8012', '-11.000', '-0.500', '-104.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387703', 'Orcish_Bowshooter', '8021', '-184.047', '-1.225', '62.124', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17387704', 'Orcish_Footsoldier', '8030', '-218.306', '-0.532', '60.569', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387705', 'Orcish_Gladiator', '8031', '-220.059', '-0.719', '60.733', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17387706', 'Orcish_Trooper', '8036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387707', 'Orcish_Bowshooter', '8021', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387708', 'Orcish_Footsoldier', '8030', '-182.049', '-0.651', '48.221', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17387709', 'Orcish_Gladiator', '8031', '-178.641', '-0.557', '49.085', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387710', 'Orcish_Trooper', '8036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387711', 'Davoi_Wasp', '8007', '-175.062', '-0.616', '58.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387712', 'Davoi_Wasp', '8007', '-174.679', '-0.637', '58.969', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17387713', 'Orcish_Bowshooter', '8021', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387714', 'Orcish_Footsoldier', '8030', '-219.760', '-1.129', '-11.176', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17387715', 'Orcish_Gladiator', '8031', '-221.628', '-0.699', '-7.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387716', 'Orcish_Trooper', '8036', '-222.924', '-1.088', '-13.247', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17387717', 'Wolf_Bat', '8050', '-212.106', '-0.560', '24.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387718', 'Wolf_Bat', '8050', '-217.009', '-1.006', '16.317', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17387719', 'Orcish_Bowshooter', '8021', '-191.246', '-0.934', '-60.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387720', 'Orcish_Footsoldier', '8030', '-214.651', '-0.487', '-63.107', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17387721', 'Orcish_Gladiator', '8031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387722', 'Orcish_Trooper', '8036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387723', 'Wolf_Bat', '8050', '-202.886', '-0.517', '-62.415', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17387724', 'Wolf_Bat', '8050', '-204.532', '-0.657', '-55.968', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17387725', 'Orcish_Bowshooter', '8021', '-217.698', '-0.138', '-92.331', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387726', 'Orcish_Footsoldier', '8030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387727', 'Orcish_Gladiator', '8031', '-225.953', '-0.785', '-94.893', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387728', 'Orcish_Trooper', '8036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387729', 'Wolf_Bat', '8050', '-211.245', '0.293', '-99.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387730', 'Wolf_Bat', '8050', '-217.537', '-0.674', '-96.954', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17387731', 'Orcish_Bowshooter', '8021', '-138.186', '-0.250', '-87.479', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387732', 'Orcish_Footsoldier', '8030', '-141.600', '-0.500', '-79.722', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17387733', 'Orcish_Gladiator', '8031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387734', 'Orcish_Trooper', '8036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387735', 'Davoi_Wasp', '8007', '-142.084', '0.207', '-69.489', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387736', 'Orcish_Bowshooter', '8021', '-97.300', '-0.500', '-116.293', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17387737', 'Orcish_Footsoldier', '8030', '-103.329', '-0.845', '-125.497', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17387738', 'Orcish_Gladiator', '8031', '-102.365', '-0.749', '-96.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387739', 'Orcish_Trooper', '8036', '-96.812', '-1.000', '-97.444', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17387740', 'Orcish_Bowshooter', '8021', '-110.852', '-0.500', '-102.656', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17387741', 'Orcish_Footsoldier', '8030', '-105.554', '-0.541', '-104.358', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17387742', 'Orcish_Gladiator', '8031', '-103.187', '-0.398', '-104.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387743', 'Orcish_Trooper', '8036', '-100.252', '-1.619', '-151.056', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387744', 'Davoi_Wasp', '8007', '-98.008', '-0.698', '-92.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387745', 'Davoi_Wasp', '8007', '-105.780', '-0.893', '-100.312', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387746', 'Orcish_Veteran', '8037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387747', 'Orcish_Predator', '8034', '-99.450', '0.646', '-209.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387748', 'Orcish_Zerker', '8039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387749', 'Orcish_Warchief', '8038', '-98.000', '-0.042', '-165.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387750', 'Orcish_Veteran', '8037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387751', 'Orcish_Predator', '8034', '-121.000', '-0.715', '-178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387752', 'Orcish_Zerker', '8039', '-103.000', '3.000', '-227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387753', 'Orcish_Warchief', '8038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387754', 'Orcish_Veteran', '8037', '-68.255', '3.415', '-282.321', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387755', 'Orcish_Predator', '8034', '-90.415', '3.737', '-257.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387756', 'Orcish_Zerker', '8039', '-82.084', '3.458', '-264.638', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17387757', 'Orcish_Warchief', '8038', '-86.443', '3.679', '-276.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387758', 'Orcish_Veteran', '8037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387759', 'Orcish_Predator', '8034', '-76.000', '4.000', '-281.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17387760', 'Orcish_Zerker', '8039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387761', 'Orcish_Warchief', '8038', '-91.712', '3.041', '-286.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387762', 'Geezard', '8012', '-42.000', '4.000', '-232.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17387763', 'Geezard', '8012', '-74.203', '3.499', '-252.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387764', 'Geezard', '8012', '-85.385', '3.530', '-256.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387765', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387766', 'Orcish_Veteran', '8037', '-60.718', '3.399', '-225.435', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17387767', 'Orcish_Predator', '8034', '-48.869', '3.494', '-202.867', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17387768', 'Orcish_Zerker', '8039', '-21.713', '3.475', '-203.225', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387769', 'Orcish_Warchief', '8038', '-40.793', '3.509', '-246.426', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17387770', 'Orcish_Veteran', '8037', '3.442', '3.503', '-201.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387771', 'Orcish_Predator', '8034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387772', 'Orcish_Zerker', '8039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387773', 'Orcish_Warchief', '8038', '-36.000', '3.000', '-214.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17387774', 'Geezard', '8012', '-37.044', '3.512', '-197.730', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17387775', 'Geezard', '8012', '-50.220', '3.611', '-215.078', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17387776', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387777', 'Orcish_Veteran', '8037', '-102.603', '3.500', '-239.820', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387778', 'Orcish_Predator', '8034', '-93.000', '4.000', '-235.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17387779', 'Orcish_Zerker', '8039', '-124.561', '3.406', '-229.123', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17387780', 'Orcish_Warchief', '8038', '-150.000', '4.000', '-238.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387781', 'Orcish_Veteran', '8037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387782', 'Orcish_Predator', '8034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387783', 'Orcish_Zerker', '8039', '-121.978', '3.512', '-245.726', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17387784', 'Orcish_Warchief', '8038', '-169.173', '3.496', '-244.249', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17387785', 'Geezard', '8012', '-152.482', '3.399', '-247.565', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17387786', 'Geezard', '8012', '-143.168', '3.397', '-236.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387787', 'Thunder_Elemental', '8045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387788', 'Orcish_Dreadnought', '8026', '-61.000', '4.000', '-241.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387789', 'Orcish_Farkiller', '8027', '-11.000', '4.000', '-201.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387790', 'Orcish_Champion', '8023', '-114.249', '3.227', '-245.926', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17387791', 'Orcish_Veteran', '8037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387792', 'Orcish_Predator', '8034', '-154.000', '-0.514', '-301.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17387793', 'Orcish_Zerker', '8039', '-173.000', '-0.708', '-298.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17387794', 'Geezard', '8012', '-177.744', '-0.547', '-294.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387795', 'Geezard', '8012', '-141.000', '0.600', '-305.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387796', 'Geezard', '8012', '-152.811', '-0.930', '-308.083', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17387797', 'Geezard', '8012', '-166.250', '-0.597', '-301.006', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17387798', 'Orcish_Bowshooter', '8021', '43.000', '-0.587', '-299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387799', 'Orcish_Footsoldier', '8030', '12.000', '-0.659', '-300.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387800', 'Orcish_Gladiator', '8031', '-15.631', '-0.757', '-291.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387801', 'Orcish_Trooper', '8036', '-21.024', '-0.445', '-292.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387802', 'Orcish_Bowshooter', '8021', '22.499', '-0.574', '-293.939', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17387803', 'Orcish_Footsoldier', '8030', '-7.749', '-0.937', '-301.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387804', 'Orcish_Gladiator', '8031', '-3.310', '-0.543', '-299.825', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17387805', 'Orcish_Trooper', '8036', '30.000', '-0.743', '-301.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387806', 'Wolf_Bat', '8050', '-0.230', '-0.508', '-295.512', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17387807', 'Wolf_Bat', '8050', '0.570', '-0.501', '-304.965', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17387808', 'Orcish_Bowshooter', '8021', '24.000', '-0.580', '-266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387809', 'Orcish_Footsoldier', '8030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387810', 'Orcish_Gladiator', '8031', '20.000', '-0.581', '-262.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387811', 'Orcish_Trooper', '8036', '11.000', '-0.273', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387812', 'Wolf_Bat', '8050', '15.281', '-0.093', '-263.357', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17387813', 'Wolf_Bat', '8050', '24.687', '-0.607', '-269.027', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17387814', 'Orcish_Bowshooter', '8021', '67.000', '-0.475', '-258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387815', 'Orcish_Footsoldier', '8030', '63.336', '-1.665', '-295.276', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387816', 'Orcish_Gladiator', '8031', '62.694', '-0.661', '-287.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387817', 'Orcish_Trooper', '8036', '58.278', '-0.825', '-275.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387818', 'Orcish_Bowshooter', '8021', '54.862', '-1.418', '-248.353', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17387819', 'Orcish_Footsoldier', '8030', '94.000', '-0.707', '-266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387820', 'Orcish_Gladiator', '8031', '57.094', '-1.350', '-254.896', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17387821', 'Orcish_Trooper', '8036', '79.348', '-0.500', '-261.394', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17387822', 'Wolf_Bat', '8050', '57.346', '-1.124', '-272.389', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17387823', 'Wolf_Bat', '8050', '57.131', '-0.592', '-247.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387824', 'Orcish_Bowshooter', '8021', '62.103', '0.487', '-330.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387825', 'Orcish_Footsoldier', '8030', '58.000', '0.452', '-340.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387826', 'Orcish_Gladiator', '8031', '58.202', '-0.132', '-324.509', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17387827', 'Orcish_Trooper', '8036', '64.000', '0.528', '-342.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17387828', 'Wolf_Bat', '8050', '57.563', '0.282', '-329.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387829', 'Wolf_Bat', '8050', '57.472', '0.877', '-346.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387830', 'Orcish_Bowshooter', '8021', '55.000', '-0.050', '-209.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17387831', 'Orcish_Footsoldier', '8030', '58.802', '-0.486', '-242.783', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17387832', 'Orcish_Gladiator', '8031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387833', 'Orcish_Trooper', '8036', '50.000', '-0.600', '-214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387834', 'Orcish_Bowshooter', '8021', '59.891', '-0.499', '-200.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387835', 'Orcish_Footsoldier', '8030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387836', 'Orcish_Gladiator', '8031', '57.000', '-0.400', '-218.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387837', 'Orcish_Trooper', '8036', '53.000', '-0.513', '-226.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17387838', 'Orcish_Impaler', '8032', '163.050', '-0.569', '-259.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387839', 'Orcish_Beastrider', '8020', '166.373', '-1.043', '-262.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387840', 'Orcish_Nightraider', '8033', '157.000', '-0.447', '-256.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387841', 'Orcish_Brawler', '8022', '176.725', '-0.612', '-254.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387842', 'Orcish_Impaler', '8032', '180.326', '-0.555', '-257.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387843', 'Orcish_Beastrider', '8020', '171.322', '-0.996', '-249.706', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17387844', 'Orcish_Nightraider', '8033', '190.000', '-0.464', '-255.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387845', 'Orcish_Brawler', '8022', '121.251', '-0.470', '-257.915', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17387846', 'Davoi_Hornet', '8004', '170.000', '-0.500', '-256.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17387847', 'Davoi_Hornet', '8004', '113.120', '-0.660', '-260.977', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17387848', 'Orcish_Impaler', '8032', '207.294', '-0.533', '-300.232', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17387849', 'Orcish_Beastrider', '8020', '188.353', '2.292', '-294.909', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17387850', 'Orcish_Nightraider', '8033', '218.861', '-0.518', '-291.622', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17387851', 'Orcish_Brawler', '8022', '218.234', '-0.603', '-276.563', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17387852', 'Orcish_Impaler', '8032', '201.167', '-0.496', '-257.493', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17387853', 'Orcish_Beastrider', '8020', '242.105', '-0.454', '-301.111', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17387854', 'Orcish_Nightraider', '8033', '225.000', '-1.000', '-307.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387855', 'Orcish_Brawler', '8022', '215.967', '-1.496', '-302.560', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17387856', 'War_Lizard', '8048', '-233.000', '3.000', '-185.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17387857', 'War_Lizard', '8048', '-261.735', '-0.547', '-161.713', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17387858', 'Davoi_Pugil', '8006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387859', 'Davoi_Pugil', '8006', '84.448', '3.369', '-101.479', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17387860', 'Davoi_Pugil', '8006', '70.635', '3.258', '-96.922', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17387861', 'Water_Elemental', '8049', '89.155', '3.348', '-105.356', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17387862', 'Davoi_Pugil', '8006', '64.446', '3.295', '8.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387863', 'Davoi_Pugil', '8006', '62.191', '3.347', '40.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387864', 'Davoi_Pugil', '8006', '57.057', '3.346', '-1.256', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17387865', 'Water_Elemental', '8049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387866', 'Morbol', '8017', '90.765', '-0.635', '54.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387867', 'Davoi_Wasp', '8007', '96.746', '-0.822', '61.943', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17387868', 'Davoi_Wasp', '8007', '100.000', '-0.897', '66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387869', 'Wolf_Bat', '8050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387870', 'Wolf_Bat', '8050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387871', 'Davoi_Pugil', '8006', '101.000', '3.000', '-214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387872', 'Davoi_Pugil', '8006', '96.437', '3.362', '-143.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387873', 'Davoi_Pugil', '8006', '102.086', '3.375', '-149.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387874', 'Water_Elemental', '8049', '93.784', '3.378', '-119.862', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387875', 'Davoi_Pugil', '8006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387876', 'Davoi_Pugil', '8006', '100.977', '3.402', '-177.553', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387877', 'Davoi_Pugil', '8006', '100.814', '3.389', '-185.110', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17387878', 'Water_Elemental', '8049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387879', 'Davoi_Pugil', '8006', '174.501', '3.033', '-344.157', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17387880', 'Davoi_Pugil', '8006', '177.521', '3.613', '-367.556', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17387881', 'Davoi_Pugil', '8006', '150.406', '3.290', '-297.560', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17387882', 'Water_Elemental', '8049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387883', 'Morbol', '8017', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387884', 'Davoi_Mush', '8005', '189.698', '1.145', '-371.004', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387885', 'Morbol', '8017', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387886', 'Davoi_Mush', '8005', '170.782', '3.085', '-375.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387887', 'Davoi_Pugil', '8006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387888', 'Davoi_Pugil', '8006', '19.734', '3.524', '-161.028', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17387889', 'Davoi_Pugil', '8006', '21.913', '3.377', '-152.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387890', 'Water_Elemental', '8049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387891', 'Davoi_Pugil', '8006', '-123.823', '3.289', '-137.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387892', 'Davoi_Pugil', '8006', '-142.473', '3.043', '-134.677', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387893', 'Davoi_Pugil', '8006', '-55.256', '3.321', '-137.759', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17387894', 'Water_Elemental', '8049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387895', 'Davoi_Pugil', '8006', '-197.858', '3.350', '-143.711', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387896', 'Davoi_Pugil', '8006', '-168.951', '3.138', '-138.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387897', 'Davoi_Pugil', '8006', '-228.000', '3.009', '-142.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17387898', 'Water_Elemental', '8049', '-238.690', '3.342', '-138.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387899', 'Davoi_Pugil', '8006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387900', 'Davoi_Pugil', '8006', '-258.006', '3.357', '-117.536', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17387901', 'Davoi_Pugil', '8006', '-257.113', '3.346', '-80.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387902', 'Water_Elemental', '8049', '-255.903', '3.335', '-128.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387903', 'War_Lizard', '8048', '-257.774', '3.251', '-192.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387904', 'War_Lizard', '8048', '-290.888', '2.557', '-206.300', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17387905', 'Orcish_Impaler', '8032', '-241.000', '4.000', '-207.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387906', 'Orcish_Beastrider', '8020', '-278.000', '4.000', '-200.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17387907', 'Orcish_Nightraider', '8033', '-229.671', '3.065', '-211.800', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17387908', 'Orcish_Brawler', '8022', '-259.007', '3.493', '-198.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387909', 'Orcish_Impaler', '8032', '-271.446', '3.034', '-186.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387910', 'Orcish_Beastrider', '8020', '-260.348', '0.615', '-169.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387911', 'Orcish_Nightraider', '8033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387912', 'Orcish_Brawler', '8022', '-226.068', '2.769', '-206.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387913', 'War_Lizard', '8048', '-242.000', '4.000', '-196.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387914', 'War_Lizard', '8048', '-282.029', '3.500', '-189.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387915', 'War_Lizard', '8048', '-224.611', '-0.366', '-283.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387916', 'War_Lizard', '8048', '-217.178', '-0.174', '-284.391', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17387917', 'War_Lizard', '8048', '-157.192', '-0.024', '-178.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387918', 'War_Lizard', '8048', '-157.433', '-0.015', '-183.257', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387919', 'Davoi_Mush', '8005', '-225.237', '2.295', '-294.764', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17387920', 'Blubbery_Bulge', '8003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387921', 'Orcish_Impaler', '8032', '-181.658', '-0.378', '-174.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387922', 'Orcish_Beastrider', '8020', '-148.000', '-0.518', '-182.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387923', 'Orcish_Nightraider', '8033', '-162.000', '-0.924', '-178.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17387924', 'Orcish_Brawler', '8022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387925', 'War_Lizard', '8048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387926', 'War_Lizard', '8048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387927', 'Orcish_Impaler', '8032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387928', 'Orcish_Beastrider', '8020', '-169.000', '-0.714', '-174.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17387929', 'Orcish_Nightraider', '8033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387930', 'Orcish_Brawler', '8022', '-116.960', '-0.059', '-180.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387931', 'Orcish_Farkiller', '8027', '61.804', '-1.262', '-106.139', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17387932', 'Orcish_Farkiller', '8027', '84.558', '-4.946', '-163.744', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17387933', 'Orcish_Dreadnought', '8026', '76.048', '-3.770', '-120.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387934', 'Orcish_Champion', '8023', '34.000', '-2.000', '-129.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17387935', 'Orcish_Farkiller', '8027', '33.235', '-3.363', '-141.620', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17387936', 'Orcish_Farkiller', '8027', '48.901', '-4.018', '-112.083', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17387937', 'Orcish_Dreadnought', '8026', '41.115', '-4.021', '-122.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387938', 'Orcish_Dreadnought', '8026', '70.000', '-8.477', '-144.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17387939', 'Orcish_Dragoon', '8025', '70.953', '-8.617', '-157.231', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17387940', 'Orcish_Dragoon', '8025', '49.000', '-9.000', '-164.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387941', 'Orcish_Dragoon', '8025', '63.980', '-8.394', '-126.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387942', 'Orcish_Champion', '8023', '55.000', '-9.904', '-143.844', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17387943', 'Orcish_Warchief', '8038', '48.000', '-9.000', '-143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387944', 'Orcish_Warchief', '8038', '58.000', '-9.000', '-140.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17387945', 'Dirtyhanded_Gochakzuk', '8009', '56.259', '-12.073', '-152.955', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387946', 'Orcish_Farkiller', '8027', '143.960', '-0.286', '-178.055', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17387947', 'Orcish_Dreadnought', '8026', '65.000', '-3.000', '-173.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17387948', 'Orcish_Champion', '8023', '136.743', '-0.169', '-152.134', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387949', 'Orcish_Dragoon', '8025', '167.000', '-0.546', '-175.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17387950', 'Orcish_Farkiller', '8027', '83.000', '-2.000', '-131.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17387951', 'Orcish_Dreadnought', '8026', '129.035', '-0.177', '-141.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387952', 'Orcish_Champion', '8023', '145.701', '-0.395', '-176.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387953', 'Orcish_Dragoon', '8025', '120.725', '-0.500', '-139.689', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17387954', 'Orcish_Farkiller', '8027', '164.878', '-0.707', '-182.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387955', 'Orcish_Dreadnought', '8026', '180.000', '-0.704', '-173.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387956', 'Orcish_Champion', '8023', '156.600', '-0.500', '-176.201', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17387957', 'Orcish_Dragoon', '8025', '71.000', '-2.000', '-113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387958', 'Orcish_Farkiller', '8027', '179.790', '-0.572', '-191.012', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17387959', 'Orcish_Dreadnought', '8026', '141.544', '-0.749', '-172.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387960', 'Orcish_Champion', '8023', '158.764', '-0.500', '-185.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387961', 'Orcish_Dragoon', '8025', '177.104', '-0.427', '-182.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387962', 'Orcish_Dreadnought', '8026', '180.656', '-0.210', '-213.239', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17387963', 'Orcish_Warchief', '8038', '176.161', '0.104', '-218.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387964', 'Orcish_Warchief', '8038', '173.099', '-0.295', '-213.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387965', 'Gavotvut', '8011', '290.000', '3.000', '-215.000', '199'); -INSERT INTO `mob_spawn_points` VALUES ('17387966', 'Barakbok', '8001', '292.000', '3.000', '-215.000', '199'); -INSERT INTO `mob_spawn_points` VALUES ('17387967', 'Bilopdop', '8002', '-123.000', '3.000', '-43.000', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17387968', 'Deloknok', '8008', '-124.000', '3.000', '-42.000', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17387969', 'Purpleflash_Brukdok', '8042', '-135.469', '-0.091', '-184.703', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17387970', 'One-eyed_Gwajboj', '8019', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387971', 'Three-eyed_Prozpuz', '8044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17387972', 'Hematic_Cyst', '8016', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17388020', 'Treasure_Chest', '8047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391617', 'Orcish_Bowshooter', '8056', '8.028', '-9.918', '-383.499', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17391618', 'Orcish_Footsoldier', '8061', '-7.012', '-6.826', '-380.106', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17391619', 'Orcish_Gladiator', '8062', '-9.855', '-6.230', '-380.950', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391620', 'Orcish_Trooper', '8067', '26.859', '-13.880', '-376.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391621', 'Orcish_Bowshooter', '8056', '27.350', '-14.195', '-375.335', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17391622', 'Orcish_Footsoldier', '8061', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391623', 'Orcish_Gladiator', '8062', '8.956', '-9.898', '-381.474', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17391624', 'Orcish_Trooper', '8067', '-4.485', '-7.685', '-378.819', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391625', 'Orcish_Bowshooter', '8056', '-27.164', '-1.432', '-337.689', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17391626', 'Orcish_Footsoldier', '8061', '-25.117', '-0.866', '-325.307', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391627', 'Orcish_Gladiator', '8062', '-59.030', '-1.354', '-315.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391628', 'Orcish_Trooper', '8067', '-29.037', '-1.180', '-309.508', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391629', 'Orcish_Veteran', '8068', '-33.118', '-1.570', '-304.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391630', 'Orcish_Predator', '8065', '24.367', '-13.347', '-375.717', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17391631', 'Orcish_Zerker', '8071', '25.556', '-13.419', '-377.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391632', 'Orcish_Warchief', '8069', '20.525', '-12.656', '-379.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391633', 'Orcish_Bowshooter', '8056', '3.274', '-0.937', '-299.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391634', 'Orcish_Footsoldier', '8061', '-4.528', '-0.679', '-322.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391635', 'Orcish_Gladiator', '8062', '13.301', '-1.277', '-297.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391636', 'Orcish_Trooper', '8067', '1.609', '-0.698', '-313.233', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17391637', 'Orcish_Veteran', '8068', '-10.263', '-0.828', '-306.956', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17391638', 'Orcish_Predator', '8065', '-4.490', '-0.593', '-305.787', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17391639', 'Orcish_Zerker', '8071', '24.228', '-13.881', '-378.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391640', 'Orcish_Warchief', '8069', '27.681', '-14.620', '-373.867', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17391641', 'Orcish_Veteran', '8068', '10.250', '-0.757', '-274.505', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17391642', 'Orcish_Predator', '8065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391643', 'Orcish_Zerker', '8071', '22.077', '-0.875', '-265.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391644', 'Orcish_Warchief', '8069', '-16.967', '-0.827', '-265.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391645', 'Orcish_Veteran', '8068', '-18.162', '-0.828', '-265.456', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391646', 'Orcish_Predator', '8065', '-1.486', '-0.694', '-278.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391647', 'Orcish_Zerker', '8071', '0.621', '-0.787', '-262.654', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391648', 'Orcish_Warchief', '8069', '-18.430', '-0.828', '-265.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391649', 'Orcish_Veteran', '8068', '40.657', '-0.715', '-274.860', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17391650', 'Orcish_Predator', '8065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391651', 'Orcish_Zerker', '8071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391652', 'Orcish_Warchief', '8069', '23.877', '-1.593', '-296.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391653', 'Orcish_Veteran', '8068', '54.932', '-0.857', '-269.182', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17391654', 'Orcish_Predator', '8065', '33.500', '-0.653', '-282.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391655', 'Orcish_Zerker', '8071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391656', 'Orcish_Warchief', '8069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391657', 'Orcish_Veteran', '8068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391658', 'Orcish_Predator', '8065', '-33.572', '-0.910', '-255.989', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17391659', 'Orcish_Zerker', '8071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391660', 'Orcish_Warchief', '8069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391661', 'Orcish_Veteran', '8068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391662', 'Orcish_Predator', '8065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391663', 'Orcish_Zerker', '8071', '-33.168', '-0.758', '-257.694', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17391664', 'Orcish_Warchief', '8069', '-66.930', '-1.203', '-188.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391665', 'Orcish_Veteran', '8068', '-65.415', '-0.935', '-188.200', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17391666', 'Orcish_Predator', '8065', '-67.281', '-1.145', '-189.242', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391667', 'Orcish_Zerker', '8071', '-64.611', '-0.785', '-184.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391668', 'Orcish_Warchief', '8069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391669', 'Orcish_Farkiller', '8060', '-60.868', '-1.005', '-174.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391670', 'Orcish_Dreadnought', '8059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391671', 'Orcish_Veteran', '8068', '-63.655', '-0.860', '-145.479', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391672', 'Orcish_Predator', '8065', '-60.698', '-0.805', '-159.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391673', 'Orcish_Zerker', '8071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391674', 'Orcish_Warchief', '8069', '-60.636', '-0.863', '-143.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391675', 'Orcish_Veteran', '8068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391676', 'Orcish_Predator', '8065', '-61.619', '-0.829', '-149.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391677', 'Orcish_Zerker', '8071', '-63.075', '-0.772', '-145.787', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17391678', 'Orcish_Warchief', '8069', '61.088', '-0.636', '-239.222', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17391679', 'Orcish_Veteran', '8068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391680', 'Orcish_Predator', '8065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391681', 'Orcish_Zerker', '8071', '52.227', '-0.651', '-218.596', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391682', 'Orcish_Warchief', '8069', '62.152', '-0.855', '-232.022', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17391683', 'Orcish_Veteran', '8068', '0.407', '-0.633', '-222.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391684', 'Orcish_Predator', '8065', '-19.681', '-0.734', '-200.489', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391685', 'Orcish_Zerker', '8071', '1.470', '-0.622', '-221.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391686', 'Orcish_Warchief', '8069', '5.925', '-0.647', '-214.730', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17391687', 'Orcish_Veteran', '8068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391688', 'Orcish_Predator', '8065', '-24.095', '-0.783', '-171.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391689', 'Orcish_Zerker', '8071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391690', 'Orcish_Warchief', '8069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391691', 'Orcish_Farkiller', '8060', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391692', 'Orcish_Dreadnought', '8059', '16.156', '-0.816', '-216.243', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17391693', 'Orcish_Veteran', '8068', '-21.586', '-0.803', '-219.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391694', 'Orcish_Predator', '8065', '-12.712', '-0.690', '-138.374', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17391695', 'Orcish_Zerker', '8071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391696', 'Orcish_Warchief', '8069', '-20.925', '-0.925', '-214.376', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391697', 'Orcish_Veteran', '8068', '-20.412', '-0.833', '-156.507', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391698', 'Orcish_Predator', '8065', '23.335', '-0.982', '-139.323', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17391699', 'Orcish_Zerker', '8071', '-8.002', '-0.528', '-139.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391700', 'Orcish_Warchief', '8069', '-20.174', '-0.730', '-144.495', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17391701', 'Orcish_Veteran', '8068', '23.475', '-0.756', '-136.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391702', 'Orcish_Predator', '8065', '26.112', '-1.376', '-146.887', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17391703', 'Orcish_Zerker', '8071', '-3.378', '-0.782', '-141.076', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17391704', 'Orcish_Warchief', '8069', '31.124', '-0.790', '-137.582', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17391705', 'Orcish_Champion', '8057', '-24.692', '-0.856', '-138.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391706', 'Orcish_Veteran', '8068', '20.041', '-0.776', '-119.714', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391707', 'Orcish_Predator', '8065', '197.734', '3.399', '32.485', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17391708', 'Orcish_Zerker', '8071', '31.999', '-0.533', '-143.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391709', 'Orcish_Warchief', '8069', '10.485', '-0.810', '-139.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391710', 'Orcish_Veteran', '8068', '188.074', '3.059', '-21.244', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391711', 'Orcish_Predator', '8065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391712', 'Orcish_Zerker', '8071', '207.147', '3.266', '42.825', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17391713', 'Orcish_Warchief', '8069', '180.891', '3.252', '-1.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391714', 'Orcish_Farkiller', '8060', '19.496', '-1.069', '-105.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391715', 'Orcish_Dreadnought', '8059', '22.502', '-1.988', '-101.444', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17391716', 'Orcish_Champion', '8057', '23.386', '-2.327', '-103.495', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17391717', 'Orcish_Dragoon', '8058', '24.747', '-0.832', '-89.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391718', 'Orcish_Farkiller', '8060', '79.620', '-0.756', '-141.012', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17391719', 'Orcish_Dreadnought', '8059', '66.661', '-1.334', '-139.688', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17391720', 'Orcish_Champion', '8057', '69.201', '-0.943', '-139.905', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17391721', 'Orcish_Dragoon', '8058', '64.517', '-0.785', '-147.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391722', 'Orcish_Farkiller', '8060', '67.182', '-0.740', '-146.820', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391723', 'Orcish_Dreadnought', '8059', '61.094', '-0.797', '-136.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391724', 'Orcish_Champion', '8057', '63.073', '-0.740', '-142.097', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17391725', 'Orcish_Dragoon', '8058', '53.956', '-0.852', '-139.610', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17391726', 'Orcish_Dreadnought', '8059', '96.772', '-2.886', '-145.730', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17391727', 'Orcish_Warlord', '8070', '100.521', '-1.422', '-135.465', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17391728', 'Orcish_Farkiller', '8060', '95.156', '-0.844', '-104.405', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17391729', 'Orcish_Dreadnought', '8059', '92.268', '-0.851', '-103.977', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17391730', 'Orcish_Champion', '8057', '86.937', '-0.663', '-97.925', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391731', 'Orcish_Dragoon', '8058', '65.705', '-0.677', '-146.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391732', 'Orcish_Farkiller', '8060', '68.851', '-1.370', '-96.251', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17391733', 'Orcish_Dreadnought', '8059', '82.583', '-0.736', '-100.133', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391734', 'Orcish_Champion', '8057', '89.310', '-0.878', '-97.044', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391735', 'Orcish_Dragoon', '8058', '95.460', '-0.769', '-99.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391736', 'Orcish_Farkiller', '8060', '24.766', '-5.187', '-183.900', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17391737', 'Orcish_Dreadnought', '8059', '34.747', '-7.499', '-180.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391738', 'Orcish_Champion', '8057', '24.810', '-5.096', '-182.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391739', 'Orcish_Dragoon', '8058', '18.864', '-2.280', '-169.411', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17391740', 'Orcish_Farkiller', '8060', '220.283', '-1.039', '-203.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391741', 'Orcish_Dreadnought', '8059', '57.738', '-11.693', '-179.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391742', 'Orcish_Champion', '8057', '60.842', '-12.430', '-176.839', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17391743', 'Orcish_Dragoon', '8058', '35.601', '-7.708', '-179.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391744', 'Orcish_Farkiller', '8060', '220.560', '-0.717', '-197.380', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17391745', 'Orcish_Dreadnought', '8059', '223.098', '-6.183', '-227.892', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17391746', 'Orcish_Champion', '8057', '220.958', '-0.891', '-202.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391747', 'Orcish_Dragoon', '8058', '220.057', '-2.439', '-211.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391748', 'Orcish_Farkiller', '8060', '220.360', '-1.145', '-203.914', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17391749', 'Orcish_Dreadnought', '8059', '219.334', '-2.139', '-210.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391750', 'Orcish_Champion', '8057', '219.934', '-0.652', '-201.586', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391751', 'Orcish_Dragoon', '8058', '221.291', '-10.396', '-249.915', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17391752', 'Orcish_Farkiller', '8060', '223.854', '-1.153', '-177.709', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17391753', 'Orcish_Dreadnought', '8059', '218.698', '-0.888', '-168.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391754', 'Orcish_Champion', '8057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391755', 'Orcish_Dragoon', '8058', '220.552', '-1.028', '-203.151', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17391756', 'Orcish_Farkiller', '8060', '222.790', '-2.026', '-165.798', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17391757', 'Orcish_Dreadnought', '8059', '218.707', '-0.793', '-201.537', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17391758', 'Orcish_Champion', '8057', '224.675', '-1.432', '-174.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391759', 'Orcish_Dragoon', '8058', '221.004', '-1.075', '-203.099', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17391760', 'Orcish_Protector', '8066', '211.057', '-0.961', '-132.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391761', 'Orcish_Farkiller', '8060', '247.489', '-1.148', '-127.716', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391762', 'Orcish_Dreadnought', '8059', '218.872', '-0.640', '-160.030', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17391763', 'Orcish_Champion', '8057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391764', 'Orcish_Dragoon', '8058', '213.182', '-0.841', '-131.387', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17391765', 'Orcish_Hexspinner', '8063', '210.507', '-2.944', '-100.343', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17391766', 'Orcish_Warlord', '8070', '226.643', '-2.898', '-91.987', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17391767', 'Orcish_Protector', '8066', '254.782', '-1.169', '-99.367', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17391768', 'Orcish_Farkiller', '8060', '181.415', '-1.172', '-70.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391769', 'Orcish_Dreadnought', '8059', '257.372', '-1.163', '-102.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391770', 'Orcish_Champion', '8057', '243.617', '-0.635', '-111.396', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17391771', 'Orcish_Dragoon', '8058', '220.316', '-0.543', '-160.563', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17391772', 'Orcish_Protector', '8066', '199.853', '-0.708', '-92.954', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17391773', 'Orcish_Farkiller', '8060', '242.867', '-0.737', '-74.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391774', 'Orcish_Dreadnought', '8059', '198.967', '-0.690', '-108.016', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17391775', 'Orcish_Champion', '8057', '190.504', '-0.988', '-111.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391776', 'Orcish_Dragoon', '8058', '183.331', '-2.041', '-111.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391777', 'Orcish_Protector', '8066', '229.665', '-0.982', '-63.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391778', 'Orcish_Farkiller', '8060', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391779', 'Orcish_Dreadnought', '8059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391780', 'Orcish_Champion', '8057', '212.385', '-1.793', '-63.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391781', 'Orcish_Dragoon', '8058', '236.260', '-0.706', '-76.998', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17391782', 'Orcish_Veteran', '8068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391783', 'Orcish_Warchief', '8069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391784', 'Orcish_Bowshooter', '8056', '200.463', '3.261', '57.853', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17391785', 'Orcish_Footsoldier', '8061', '215.919', '2.843', '36.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391786', 'Orcish_Gladiator', '8062', '205.218', '3.183', '48.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391787', 'Orcish_Trooper', '8067', '193.049', '2.633', '55.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391788', 'Orcish_Bowshooter', '8056', '211.466', '2.336', '30.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391789', 'Orcish_Footsoldier', '8061', '203.586', '3.259', '46.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391790', 'Orcish_Gladiator', '8062', '199.716', '3.250', '43.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391791', 'Orcish_Trooper', '8067', '205.721', '3.056', '27.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391792', 'Orcish_Predator', '8065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391793', 'Orcish_Zerker', '8071', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391794', 'Orcish_Bowshooter', '8056', '261.175', '-1.822', '52.279', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17391795', 'Orcish_Footsoldier', '8061', '258.173', '-4.649', '41.105', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17391796', 'Orcish_Gladiator', '8062', '230.465', '3.207', '60.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391797', 'Orcish_Trooper', '8067', '228.435', '3.078', '59.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391798', 'Orcish_Bowshooter', '8056', '232.977', '3.019', '64.098', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17391799', 'Orcish_Footsoldier', '8061', '254.920', '0.016', '57.999', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17391800', 'Orcish_Gladiator', '8062', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391801', 'Orcish_Trooper', '8067', '243.478', '2.827', '58.952', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17391802', 'Orcish_Overlord', '8064', '219.000', '-2.000', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391803', 'Overlord_Bakgodek', '8072', '220.000', '-2.000', '-108.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17391804', 'Bugaboo', '8052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391805', 'Mimic', '8055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391806', 'Orcish_Overlord', '8064', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391807', 'Chillgaze_Foddrud', '8053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391808', 'Rictusgrin_Prakpok', '8073', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391809', 'Siegebreaker_Wujroj', '8076', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391810', 'Shatterskull_Mippdapp', '8075', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391811', 'Grimbolt_Onkzok', '8054', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391812', 'Sevenskewer_Krugglug', '8074', '500.000', '500.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17391848', 'Orcish_Overlord', '8064', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17391849', 'Overlord_Bakgodek', '8072', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395713', 'Yagudo_Votary', '8122', '-173.000', '0.193', '58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395714', 'Yagudo_Votary', '8122', '-180.780', '0.195', '34.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395715', 'Bastion_Bats', '8078', '-176.321', '0.200', '26.728', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17395716', 'Bastion_Bats', '8078', '-178.123', '0.193', '35.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395717', 'Yagudo_Theologist', '8121', '-137.470', '0.223', '60.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395718', 'Yagudo_Priest', '8115', '-152.460', '0.217', '63.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395719', 'Yagudo_Votary', '8122', '-181.121', '0.193', '-69.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395720', 'Yagudo_Votary', '8122', '-178.956', '0.193', '-63.661', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395721', 'Bastion_Bats', '8078', '-177.485', '0.254', '-92.485', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17395722', 'Bastion_Bats', '8078', '-181.759', '0.196', '-30.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395723', 'Yagudo_Theologist', '8121', '-163.397', '0.193', '-101.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395724', 'Yagudo_Priest', '8115', '-140.784', '0.194', '-104.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395725', 'Yagudo_Votary', '8122', '-113.737', '0.150', '18.817', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17395726', 'Yagudo_Theologist', '8121', '-111.543', '0.173', '-16.388', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17395727', 'Yagudo_Priest', '8115', '-104.320', '-0.250', '2.137', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17395728', 'Yagudo_Votary', '8122', '-127.251', '0.193', '9.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395729', 'Yagudo_Theologist', '8121', '-132.487', '-0.250', '-3.401', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395730', 'Bastion_Bats', '8078', '-131.941', '0.193', '13.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395732', 'Yagudo_Votary', '8122', '-102.454', '0.193', '-37.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395733', 'Yagudo_Theologist', '8121', '-146.281', '0.154', '-62.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395734', 'Yagudo_Priest', '8115', '-129.627', '0.193', '-38.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395735', 'Yagudo_Votary', '8122', '-113.999', '0.193', '-42.068', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17395736', 'Yagudo_Priest', '8115', '-130.708', '-0.254', '-62.840', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395737', 'Bastion_Bats', '8078', '-136.419', '0.188', '-39.188', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17395738', 'Yagudo_Votary', '8122', '-58.965', '0.194', '4.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395739', 'Yagudo_Theologist', '8121', '-85.298', '0.187', '-16.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395740', 'Yagudo_Priest', '8115', '-56.523', '0.193', '-0.388', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17395741', 'Yagudo_Theologist', '8121', '-72.192', '0.181', '11.642', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17395742', 'Yagudo_Priest', '8115', '-67.844', '-0.250', '-11.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395743', 'Bastion_Bats', '8078', '-57.845', '0.195', '6.271', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17395744', 'Yagudo_Theologist', '8121', '-53.789', '0.193', '-58.643', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17395745', 'Yagudo_Priest', '8115', '-57.538', '-1.568', '-62.558', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17395746', 'Bastion_Bats', '8078', '-80.158', '0.193', '61.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395747', 'Bastion_Bats', '8078', '-90.142', '0.193', '59.388', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395748', 'Yagudo_Votary', '8122', '-60.484', '0.201', '64.361', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395749', 'Yagudo_Theologist', '8121', '-62.512', '0.246', '87.361', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17395750', 'Yagudo_Priest', '8115', '-59.000', '0.196', '75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395751', 'Bastion_Bats', '8078', '-58.674', '0.226', '61.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395752', 'Yagudo_Votary', '8122', '-123.507', '0.193', '103.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395753', 'Yagudo_Theologist', '8121', '-142.000', '0.194', '99.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17395754', 'Yagudo_Priest', '8115', '-110.230', '0.193', '98.511', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395755', 'Yagudo_Theologist', '8121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395756', 'Yagudo_Priest', '8115', '-88.431', '0.185', '103.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395757', 'Bastion_Bats', '8078', '-87.908', '0.190', '103.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395758', 'Yagudo_Herald', '8106', '-210.000', '0.500', '175.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17395759', 'Yagudo_Oracle', '8112', '-175.125', '-0.056', '121.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395760', 'Yagudo_s_Elemental', '8119', '124.837', '-32.930', '-91.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395761', 'Yagudo_Interrogator', '8109', '-207.370', '-0.056', '106.537', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17395762', 'Meat_Maggot', '8086', '-180.610', '-0.155', '109.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395763', 'Meat_Maggot', '8086', '-198.754', '-0.055', '105.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395764', 'Fire_Elemental', '8082', '-201.594', '-0.068', '94.285', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17395765', 'Earth_Elemental', '8081', '-195.635', '-0.056', '101.767', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395766', 'Yagudo_Drummer', '8104', '-178.119', '-0.644', '153.039', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17395767', 'Yagudo_Oracle', '8112', '-193.122', '0.067', '181.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395768', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395769', 'Yagudo_Interrogator', '8109', '-188.253', '-0.087', '158.955', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395770', 'Meat_Maggot', '8086', '-184.574', '-0.103', '148.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395771', 'Meat_Maggot', '8086', '-182.463', '-0.056', '156.978', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17395772', 'Fire_Elemental', '8082', '-214.079', '-0.661', '172.709', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17395773', 'Earth_Elemental', '8081', '-182.171', '-0.056', '166.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395774', 'Yagudo_Herald', '8106', '-236.547', '-0.056', '100.710', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17395775', 'Yagudo_Drummer', '8104', '-235.639', '-0.063', '103.280', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17395776', 'Yagudo_Oracle', '8112', '-265.410', '-0.056', '126.904', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17395777', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395778', 'Meat_Maggot', '8086', '-240.413', '-0.056', '88.079', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17395779', 'Meat_Maggot', '8086', '-253.523', '-0.030', '116.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395780', 'Fire_Elemental', '8082', '-250.997', '-0.002', '97.082', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395781', 'Earth_Elemental', '8081', '-258.182', '-0.087', '132.247', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17395782', 'Yagudo_Herald', '8106', '-250.830', '-0.810', '168.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395783', 'Yagudo_Drummer', '8104', '-233.116', '-0.741', '172.067', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17395784', 'Yagudo_Interrogator', '8109', '-254.302', '-0.057', '163.759', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395785', 'Meat_Maggot', '8086', '-261.321', '0.046', '144.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395786', 'Meat_Maggot', '8086', '-258.415', '-0.055', '142.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395787', 'Fire_Elemental', '8082', '-262.767', '-0.037', '164.827', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17395788', 'Earth_Elemental', '8081', '-260.311', '-0.056', '163.083', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17395789', 'Cutter', '8080', '-207.772', '0.943', '122.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395790', 'Cutter', '8080', '-240.441', '0.937', '159.183', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395791', 'Cutter', '8080', '-241.583', '0.973', '136.969', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17395792', 'Cutter', '8080', '-204.789', '0.943', '162.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395793', 'Cutter', '8080', '-198.139', '0.943', '148.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395794', 'Cutter', '8080', '-249.896', '0.638', '100.249', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17395795', 'Yagudo_Herald', '8106', '-227.325', '-4.340', '132.590', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395796', 'Yagudo_Oracle', '8112', '-212.000', '-4.340', '140.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17395797', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395798', 'Yagudo_Drummer', '8104', '-207.840', '-0.498', '109.939', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17395799', 'Yagudo_Interrogator', '8109', '-227.415', '-4.340', '145.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395800', 'Mee_Deggi_the_Punisher', '8087', '-223.000', '1.000', '119.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395801', 'Yagudo_Votary', '8122', '-19.162', '0.193', '-1.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395802', 'Yagudo_Theologist', '8121', '-18.395', '-0.250', '-9.963', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17395803', 'Yagudo_Priest', '8115', '-22.000', '0.193', '13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395804', 'Yagudo_Votary', '8122', '-17.896', '0.193', '-23.733', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17395805', 'Yagudo_Theologist', '8121', '11.364', '0.193', '-24.982', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17395806', 'Yagudo_Priest', '8115', '-4.376', '0.193', '-21.677', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17395807', 'Bastion_Bats', '8078', '11.054', '0.193', '-24.347', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17395808', 'Yagudo_Votary', '8122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395809', 'Yagudo_Theologist', '8121', '-18.415', '-0.075', '-92.889', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17395810', 'Yagudo_Priest', '8115', '-20.000', '0.112', '-70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395811', 'Bastion_Bats', '8078', '-17.728', '0.105', '-90.674', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395812', 'Yagudo_Votary', '8122', '-49.209', '0.193', '-100.432', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17395813', 'Yagudo_Theologist', '8121', '-38.689', '0.191', '-101.068', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17395814', 'Yagudo_Priest', '8115', '20.357', '-0.250', '-2.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395815', 'Bastion_Bats', '8078', '-32.671', '0.187', '-98.561', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17395816', 'Moo_Ouzi_the_Swiftblade', '8089', '-22.000', '-0.500', '-102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395817', 'Yagudo_Votary', '8122', '-84.000', '0.219', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395818', 'Yagudo_Theologist', '8121', '-99.249', '0.197', '-150.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395819', 'Yagudo_Priest', '8115', '-101.206', '0.193', '-114.424', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395820', 'Yagudo_Theologist', '8121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395821', 'Yagudo_Priest', '8115', '-97.480', '-0.250', '-127.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395822', 'Bastion_Bats', '8078', '-101.005', '0.195', '-128.113', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17395823', 'Yagudo_Votary', '8122', '-87.360', '0.194', '-181.676', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17395824', 'Yagudo_Theologist', '8121', '-18.678', '0.223', '-184.810', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17395825', 'Yagudo_Priest', '8115', '-52.225', '0.064', '-180.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395826', 'Yagudo_Theologist', '8121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395827', 'Yagudo_Priest', '8115', '-62.735', '0.193', '-184.059', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17395828', 'Bastion_Bats', '8078', '-35.722', '0.193', '-178.553', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395829', 'Yagudo_Herald', '8106', '33.832', '-0.068', '-176.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395830', 'Yagudo_Drummer', '8104', '34.493', '-0.382', '-174.446', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17395831', 'Yagudo_Oracle', '8112', '46.861', '0.343', '-176.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395832', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395833', 'Meat_Maggot', '8086', '24.150', '-0.892', '-179.815', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395834', 'Meat_Maggot', '8086', '24.916', '-0.086', '-146.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395835', 'Fire_Elemental', '8082', '38.138', '0.772', '-159.901', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395836', 'Earth_Elemental', '8081', '18.815', '-0.299', '-151.414', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17395837', 'Yagudo_Herald', '8106', '18.545', '-0.056', '-120.283', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395838', 'Yagudo_Drummer', '8104', '14.330', '-0.063', '-138.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395839', 'Yagudo_Interrogator', '8109', '45.000', '-0.070', '-104.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17395840', 'Meat_Maggot', '8086', '47.465', '-0.692', '-101.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395841', 'Meat_Maggot', '8086', '16.608', '-0.057', '-123.232', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17395842', 'Fire_Elemental', '8082', '44.348', '-0.234', '-107.838', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395843', 'Earth_Elemental', '8081', '17.769', '-0.174', '-132.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395844', 'Yagudo_Herald', '8106', '103.948', '-1.250', '-189.869', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17395845', 'Yagudo_Oracle', '8112', '67.103', '-0.079', '-176.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395846', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395847', 'Yagudo_Interrogator', '8109', '112.627', '-0.019', '-164.134', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17395848', 'Meat_Maggot', '8086', '80.179', '-0.056', '-182.006', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17395849', 'Meat_Maggot', '8086', '94.205', '-0.667', '-186.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395850', 'Fire_Elemental', '8082', '77.829', '-0.056', '-173.851', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395851', 'Earth_Elemental', '8081', '69.479', '0.336', '-181.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395852', 'Yagudo_Drummer', '8104', '95.000', '-0.084', '-123.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17395853', 'Yagudo_Oracle', '8112', '99.000', '-0.181', '-149.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17395854', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395855', 'Yagudo_Interrogator', '8109', '92.000', '0.500', '-107.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395856', 'Meat_Maggot', '8086', '77.120', '-0.108', '-109.023', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17395857', 'Meat_Maggot', '8086', '70.440', '0.035', '-100.072', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17395858', 'Fire_Elemental', '8082', '95.905', '-0.073', '-130.440', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17395859', 'Earth_Elemental', '8081', '89.790', '-0.618', '-104.329', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17395860', 'Cutter', '8080', '41.032', '0.943', '-153.535', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395861', 'Cutter', '8080', '46.070', '0.935', '-122.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395862', 'Cutter', '8080', '78.647', '0.943', '-138.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395863', 'Cutter', '8080', '73.126', '0.943', '-124.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395864', 'Cutter', '8080', '97.779', '0.495', '-179.811', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17395865', 'Yagudo_Drummer', '8104', '54.000', '-4.345', '-147.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17395866', 'Yagudo_Interrogator', '8109', '65.000', '-4.338', '-146.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17395867', 'Yagudo_Herald', '8106', '59.000', '-4.000', '-131.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395868', 'Yagudo_Oracle', '8112', '35.847', '-0.500', '-101.685', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17395869', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395870', 'Quu_Domi_the_Gallant', '8093', '58.000', '1.000', '-120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395871', 'Yagudo_Herald', '8106', '21.523', '40.193', '-30.067', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17395872', 'Yagudo_Oracle', '8112', '21.502', '23.876', '-123.360', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17395873', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395874', 'Yagudo_Interrogator', '8109', '21.733', '36.763', '-56.443', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395875', 'Bulwark_Bat', '8079', '20.873', '36.780', '-56.141', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395876', 'Yagudo_Herald', '8106', '30.809', '10.399', '-220.430', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17395877', 'Yagudo_Drummer', '8104', '61.747', '0.000', '-202.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395878', 'Yagudo_Interrogator', '8109', '20.650', '12.697', '-214.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395879', 'Bulwark_Bat', '8079', '33.782', '9.608', '-219.143', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395880', 'Yagudo_Herald', '8106', '25.399', '-0.250', '19.448', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17395881', 'Yagudo_Interrogator', '8109', '22.323', '-0.250', '15.782', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17395882', 'Yagudo_Drummer', '8104', '100.903', '-13.864', '10.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395883', 'Yagudo_Oracle', '8112', '100.668', '-12.064', '21.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395884', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395885', 'Bulwark_Bat', '8079', '79.331', '-7.796', '21.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395886', 'Yagudo_Herald', '8106', '39.000', '-15.806', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395887', 'Yagudo_Oracle', '8112', '59.480', '-15.806', '-20.658', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17395888', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395889', 'Yagudo_Drummer', '8104', '19.785', '-15.912', '-1.183', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17395890', 'Yagudo_Interrogator', '8109', '19.236', '-15.914', '-12.674', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17395891', 'Bulwark_Bat', '8079', '20.502', '-15.914', '-9.718', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17395892', 'Yagudo_Herald', '8106', '-21.880', '-15.817', '-39.619', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17395893', 'Yagudo_Drummer', '8104', '-19.029', '-15.836', '-71.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395894', 'Yagudo_Zealot', '8123', '-24.723', '-15.806', '-23.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395895', 'Yagudo_Prior', '8116', '-18.158', '-15.806', '-19.866', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17395897', 'Yagudo_Oracle', '8112', '-39.338', '-15.743', '-99.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395898', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395899', 'Yagudo_Interrogator', '8109', '-47.905', '-15.681', '-101.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395900', 'Bulwark_Bat', '8079', '-29.894', '-15.746', '-101.564', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17395901', 'Yagudo_Conquistador', '8103', '12.502', '-16.763', '-90.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395902', 'Yagudo_Lutenist', '8110', '17.461', '-16.750', '-88.240', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17395903', 'Yagudo_Zealot', '8123', '116.980', '-16.811', '-89.588', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395904', 'Yagudo_Conquistador', '8103', '110.238', '-16.744', '-92.145', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17395905', 'Yagudo_Lutenist', '8110', '5.145', '-16.067', '-191.162', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17395906', 'Yagudo_Prior', '8116', '1.000', '-16.056', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395907', 'Yagudo_Herald', '8106', '103.187', '-16.087', '-95.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395908', 'Yagudo_Oracle', '8112', '106.947', '-16.115', '-99.965', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17395909', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395910', 'Yagudo_Interrogator', '8109', '117.000', '-16.740', '-94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395911', 'Yagudo_Herald', '8106', '31.731', '-16.390', '-186.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395912', 'Yagudo_Drummer', '8104', '9.000', '-16.335', '-185.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17395913', 'Yagudo_Interrogator', '8109', '21.083', '-16.218', '-175.644', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17395914', 'Yagudo_Drummer', '8104', '-88.105', '-15.695', '-143.972', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17395915', 'Yagudo_Oracle', '8112', '-76.461', '-15.805', '-136.313', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17395916', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395917', 'Yagudo_Interrogator', '8109', '-53.310', '-15.806', '-141.892', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17395918', 'Bulwark_Bat', '8079', '-81.362', '-15.805', '-139.170', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17395919', 'Yagudo_Herald', '8106', '-101.182', '-15.766', '-100.123', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17395920', 'Yagudo_Drummer', '8104', '-102.180', '-15.676', '-128.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395921', 'Yagudo_Interrogator', '8109', '-104.009', '-15.676', '-131.288', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17395922', 'Bulwark_Bat', '8079', '-124.781', '-15.806', '-100.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395923', 'Bulwark_Bat', '8079', '-129.652', '-15.806', '-100.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395924', 'Yagudo_Herald', '8106', '-119.592', '-16.025', '-68.711', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17395925', 'Yagudo_Drummer', '8104', '-94.000', '-16.026', '-65.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395926', 'Yagudo_Oracle', '8112', '-146.893', '-16.052', '-65.967', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17395927', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395928', 'Yagudo_Herald', '8106', '-53.000', '-16.250', '-59.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17395929', 'Yagudo_Drummer', '8104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395930', 'Yagudo_Oracle', '8112', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395931', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395932', 'Yagudo_Interrogator', '8109', '-63.748', '-16.250', '-58.799', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17395933', 'Yagudo_Herald', '8106', '-92.246', '-16.055', '-31.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395934', 'Yagudo_Oracle', '8112', '-53.309', '-16.054', '-26.219', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17395935', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395936', 'Yagudo_Interrogator', '8109', '-78.026', '-16.032', '-28.644', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395937', 'Bulwark_Bat', '8079', '-51.301', '-16.056', '-14.542', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17395938', 'Yagudo_Zealot', '8123', '-168.793', '-16.250', '-20.133', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17395939', 'Yagudo_Conquistador', '8103', '-157.000', '-15.000', '-19.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17395940', 'Yagudo_Lutenist', '8110', '-178.082', '-15.795', '-23.954', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17395941', 'Yagudo_Prior', '8116', '-183.727', '-15.789', '-18.059', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17395942', 'Yagudo_Sentinel', '8117', '-258.835', '-19.608', '-55.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395943', 'Yagudo_Abbot', '8098', '-264.000', '-15.000', '-15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395944', 'Yagudo_Chanter', '8101', '-258.000', '-15.000', '-24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395945', 'Yagudo_Inquisitor', '8108', '-223.778', '-27.470', '-58.530', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17395946', 'Yagudo_Sentinel', '8117', '-141.000', '-39.758', '-57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395947', 'Yagudo_Chanter', '8101', '-137.946', '-39.800', '-26.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395948', 'Yagudo_Inquisitor', '8108', '-119.536', '-39.806', '-19.973', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395949', 'Yagudo_Abbot', '8098', '-130.385', '-39.762', '-21.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395950', 'Yagudo_Zealot', '8123', '-24.719', '-16.250', '-139.678', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17395951', 'Yagudo_Conquistador', '8103', '-22.395', '-16.250', '-139.341', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17395952', 'Yagudo_Lutenist', '8110', '-25.044', '-16.250', '-141.534', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17395953', 'Yagudo_Prior', '8116', '-32.302', '-16.250', '-139.169', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17395954', 'Yaa_Haqa_the_Profane', '8097', '-28.000', '-15.000', '-136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395955', 'Yagudo_Lutenist', '8110', '-23.662', '-15.806', '15.413', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17395956', 'Yagudo_Prior', '8116', '-17.070', '-17.557', '22.181', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17395957', 'Yagudo_Drummer', '8104', '23.565', '-15.799', '20.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395958', 'Yagudo_Oracle', '8112', '11.000', '-15.783', '60.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17395959', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395960', 'Yagudo_Interrogator', '8109', '22.362', '-15.803', '34.789', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17395961', 'Yagudo_Herald', '8106', '-56.441', '-15.811', '61.948', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17395962', 'Yagudo_Oracle', '8112', '-100.000', '-15.797', '44.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17395963', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395964', 'Yagudo_Interrogator', '8109', '-20.546', '-15.754', '57.481', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17395965', 'Bulwark_Bat', '8079', '-59.284', '-15.777', '60.135', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17395966', 'Yagudo_Herald', '8106', '-20.220', '-30.768', '149.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395967', 'Yagudo_Drummer', '8104', '-19.000', '-36.000', '181.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395968', 'Yagudo_Oracle', '8112', '-18.229', '-24.920', '126.353', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17395969', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395970', 'Yagudo_Herald', '8106', '-65.210', '-45.684', '180.450', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17395971', 'Yagudo_Drummer', '8104', '-100.000', '-52.000', '178.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17395972', 'Yagudo_Interrogator', '8109', '-34.416', '-38.955', '180.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395973', 'Bulwark_Bat', '8079', '-89.909', '-15.721', '59.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395974', 'Bulwark_Bat', '8079', '-70.243', '-15.745', '62.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395975', 'Yagudo_Drummer', '8104', '-94.461', '-16.013', '29.378', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17395976', 'Yagudo_Oracle', '8112', '-112.749', '-16.049', '28.546', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17395977', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395978', 'Yagudo_Interrogator', '8109', '-135.700', '-16.056', '28.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395979', 'Yagudo_Herald', '8106', '-176.442', '-15.806', '44.848', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395980', 'Yagudo_Drummer', '8104', '-178.082', '-15.943', '24.435', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395981', 'Yagudo_Interrogator', '8109', '-184.842', '-15.863', '50.073', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17395982', 'Yagudo_Herald', '8106', '-148.720', '-15.775', '61.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395983', 'Yagudo_Oracle', '8112', '-157.893', '-16.248', '62.906', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17395984', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395985', 'Yagudo_Interrogator', '8109', '-155.846', '-16.220', '58.959', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17395986', 'Yagudo_Herald', '8106', '-143.076', '-16.157', '83.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395987', 'Yagudo_Drummer', '8104', '-155.000', '-15.859', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395988', 'Yagudo_Oracle', '8112', '-139.762', '-15.775', '98.729', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17395989', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395990', 'Yagudo_Zealot', '8123', '-172.217', '-16.056', '90.840', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395991', 'Yagudo_Lutenist', '8110', '-176.668', '-16.712', '89.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395992', 'Yagudo_Conquistador', '8103', '-161.963', '-16.292', '190.577', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17395993', 'Yagudo_Prior', '8116', '-163.749', '-16.311', '194.545', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17395994', 'Yagudo_Zealot', '8123', '-273.852', '-16.308', '196.002', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17395995', 'Yagudo_Prior', '8116', '-267.665', '-16.364', '199.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17395996', 'Yagudo_Drummer', '8104', '-168.863', '-15.895', '101.614', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17395997', 'Yagudo_Oracle', '8112', '-178.439', '-15.957', '98.198', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17395998', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17395999', 'Yagudo_Interrogator', '8109', '-174.062', '-15.909', '109.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396000', 'Yagudo_Herald', '8106', '-263.420', '-16.055', '182.314', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396001', 'Yagudo_Drummer', '8104', '-258.679', '-16.109', '185.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396002', 'Yagudo_Oracle', '8112', '-257.620', '-15.939', '177.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396003', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396004', 'Bulwark_Bat', '8079', '-159.745', '-15.806', '218.863', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17396005', 'Bulwark_Bat', '8079', '-175.522', '-15.806', '216.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396006', 'Yagudo_Oracle', '8112', '-134.726', '-16.250', '219.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396007', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396008', 'Yagudo_Drummer', '8104', '-100.422', '-10.156', '210.819', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17396009', 'Yagudo_Oracle', '8112', '-109.774', '-13.555', '218.973', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17396010', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396011', 'Yagudo_Interrogator', '8109', '-98.000', '4.000', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396012', 'Bulwark_Bat', '8079', '-99.312', '2.458', '150.615', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396013', 'Bulwark_Bat', '8079', '-84.537', '7.244', '141.468', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17396014', 'Bulwark_Bat', '8079', '-70.485', '10.443', '138.775', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17396015', 'Yagudo_Herald', '8106', '-59.000', '12.000', '139.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17396016', 'Yagudo_Drummer', '8104', '-59.856', '22.370', '90.530', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17396017', 'Yagudo_Oracle', '8112', '-59.822', '24.193', '49.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396018', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396019', 'Bulwark_Bat', '8079', '-59.706', '24.168', '80.011', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17396020', 'Yagudo_Herald', '8106', '-41.547', '23.932', '21.990', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396021', 'Yagudo_Drummer', '8104', '-99.000', '24.193', '21.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17396022', 'Yagudo_Oracle', '8112', '-83.748', '24.197', '22.669', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396023', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396024', 'Yagudo_Interrogator', '8109', '-62.000', '24.193', '23.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17396025', 'Yagudo_Herald', '8106', '-17.799', '24.244', '17.870', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17396026', 'Yagudo_Oracle', '8112', '-21.326', '24.205', '-16.632', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17396027', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396028', 'Yagudo_Interrogator', '8109', '-15.415', '24.196', '-19.153', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17396029', 'Bulwark_Bat', '8079', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396030', 'Yagudo_Zealot', '8123', '-180.909', '23.823', '-4.724', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17396031', 'Yagudo_Conquistador', '8103', '-182.774', '24.199', '3.250', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17396032', 'Yagudo_Lutenist', '8110', '-176.748', '24.248', '21.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396033', 'Yagudo_Prior', '8116', '-155.793', '23.991', '16.085', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17396034', 'Bulwark_Bat', '8079', '-180.346', '24.193', '-39.221', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17396035', 'Yagudo_Zealot', '8123', '-177.804', '23.750', '-74.598', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17396036', 'Yagudo_Conquistador', '8103', '-179.000', '24.120', '-59.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17396037', 'Yagudo_Lutenist', '8110', '-159.000', '24.189', '-102.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17396038', 'Yagudo_Prior', '8116', '-176.591', '24.259', '-85.405', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17396039', 'Yagudo_Zealot', '8123', '-141.861', '24.193', '-58.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396040', 'Yagudo_Prior', '8116', '-57.000', '24.193', '-21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396041', 'Bulwark_Bat', '8079', '-138.259', '24.193', '-80.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396042', 'Yagudo_Conquistador', '8103', '-141.187', '23.750', '-24.069', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17396043', 'Yagudo_Lutenist', '8110', '-135.620', '23.750', '-18.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396044', 'Yagudo_Zealot', '8123', '-72.720', '23.939', '-54.616', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17396045', 'Yagudo_Conquistador', '8103', '-103.237', '24.173', '-38.368', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396046', 'Yagudo_Lutenist', '8110', '-98.641', '24.279', '-54.407', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17396047', 'Yagudo_Prior', '8116', '-83.000', '24.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396048', 'Yagudo_Zealot', '8123', '-59.000', '23.231', '-38.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17396049', 'Yagudo_Conquistador', '8103', '-93.363', '24.241', '-63.223', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396050', 'Ooze', '8092', '-82.411', '23.751', '-37.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396051', 'Ooze', '8092', '-81.208', '23.751', '-37.848', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396052', 'Yagudo_Lutenist', '8110', '-59.898', '22.414', '-101.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396053', 'Yagudo_Prior', '8116', '-60.000', '24.000', '-91.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17396054', 'Bulwark_Bat', '8079', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396055', 'Yagudo_Zealot', '8123', '-99.056', '24.193', '-101.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396056', 'Yagudo_Conquistador', '8103', '-139.000', '23.750', '-90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396057', 'Yagudo_Lutenist', '8110', '-120.000', '24.193', '-100.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17396058', 'Yagudo_Prior', '8116', '-150.000', '23.750', '-102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396059', 'Yagudo_Zealot', '8123', '-99.696', '24.223', '-142.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396060', 'Yagudo_Lutenist', '8110', '-139.277', '23.761', '-143.927', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17396061', 'Yagudo_Prior', '8116', '-119.910', '23.750', '-137.967', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17396062', 'Yagudo_Zealot', '8123', '-15.805', '24.203', '-101.711', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17396063', 'Yagudo_Conquistador', '8103', '-20.668', '24.195', '-131.974', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17396064', 'Yagudo_Lutenist', '8110', '-18.110', '24.237', '-98.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396065', 'Yagudo_Prior', '8116', '-40.158', '24.193', '-144.430', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17396066', 'Yagudo_Conquistador', '8103', '-18.411', '22.757', '-70.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396067', 'Yagudo_Sentinel', '8117', '-101.000', '-39.000', '-83.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17396068', 'Yagudo_Chanter', '8101', '-60.393', '-40.237', '-91.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396069', 'Yagudo_Inquisitor', '8108', '-94.323', '-40.221', '-54.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396070', 'Yagudo_Abbot', '8098', '-76.332', '-40.282', '-56.676', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396071', 'Yagudo_Sentinel', '8117', '-54.170', '-39.788', '-64.415', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17396072', 'Yagudo_Chanter', '8101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396073', 'Yagudo_Inquisitor', '8108', '-75.893', '-40.280', '-57.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396074', 'Yagudo_Abbot', '8098', '-64.359', '-40.282', '-81.741', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396075', 'Yagudo_Sentinel', '8117', '-58.000', '-39.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396076', 'Yagudo_Chanter', '8101', '-44.540', '-40.250', '-138.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396077', 'Yagudo_Inquisitor', '8108', '-19.000', '-40.201', '-178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396078', 'Yagudo_Abbot', '8098', '-17.487', '-40.232', '-138.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396079', 'Yagudo_Parasite', '8113', '-85.878', '-40.194', '-80.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396080', 'Yagudo_Parasite', '8113', '-77.619', '-40.370', '-74.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396081', 'Yagudo_Parasite', '8113', '-78.000', '-40.615', '-83.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17396082', 'Yagudo_Parasite', '8113', '-79.294', '-40.072', '-80.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396083', 'Yagudo_Sentinel', '8117', '-17.000', '-39.000', '-153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396084', 'Yagudo_Chanter', '8101', '-61.000', '-52.000', '-220.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17396085', 'Yagudo_Inquisitor', '8108', '-61.000', '-44.000', '-180.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17396086', 'Yagudo_Abbot', '8098', '-60.717', '-49.750', '-206.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396087', 'Yagudo_Sentinel', '8117', '-85.934', '-57.500', '-220.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396088', 'Yagudo_Chanter', '8101', '-96.978', '-60.250', '-219.307', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396089', 'Yagudo_Inquisitor', '8108', '-99.903', '-70.250', '-173.989', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17396090', 'Yagudo_Abbot', '8098', '-100.616', '-68.750', '-179.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396091', 'Yagudo_Sentinel', '8117', '70.000', '-39.000', '-101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396092', 'Yagudo_Chanter', '8101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396093', 'Yagudo_Inquisitor', '8108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396094', 'Yagudo_Abbot', '8098', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396095', 'Yagudo_Flagellant', '8105', '-97.000', '-72.210', '-139.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17396096', 'Yagudo_Prelate', '8114', '-103.000', '-72.231', '-124.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17396097', 'Yagudo_Conductor', '8102', '-87.000', '-72.250', '-102.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17396098', 'Yagudo_Assassin', '8099', '-97.465', '-72.250', '-65.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396099', 'Yagudo_Flagellant', '8105', '-76.000', '-72.246', '-97.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17396100', 'Yagudo_Conductor', '8102', '-59.000', '-72.250', '-88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396101', 'Yagudo_Assassin', '8099', '-110.000', '-72.250', '-102.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17396102', 'Yagudo_Prelate', '8114', '-140.000', '-71.000', '-84.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17396103', 'Yagudo_Flagellant', '8105', '-99.786', '-72.233', '-87.116', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396104', 'Yagudo_Assassin', '8099', '-97.000', '-72.250', '-85.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396105', 'Yagudo_Conductor', '8102', '-125.172', '-72.220', '-99.609', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396106', 'Yagudo_Prelate', '8114', '-131.914', '-71.816', '-95.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396107', 'Yagudo_Flagellant', '8105', '-61.300', '-72.363', '-62.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396108', 'Yagudo_Conductor', '8102', '-64.967', '-72.258', '-58.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396109', 'Yagudo_Assassin', '8099', '-59.281', '-72.258', '-134.001', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396110', 'Yagudo_Prelate', '8114', '-63.043', '-72.251', '-143.802', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17396111', 'Yagudo_Flagellant', '8105', '-144.710', '-72.250', '-61.402', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17396112', 'Yagudo_Prelate', '8114', '-135.000', '-72.250', '-58.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17396113', 'Yagudo_Conductor', '8102', '-138.199', '-72.259', '-135.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396114', 'Yagudo_Assassin', '8099', '-141.949', '-72.251', '-134.629', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396115', 'Yagudo_Flagellant', '8105', '-107.465', '-59.891', '42.158', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17396116', 'Yagudo_Prelate', '8114', '-85.000', '-56.000', '74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396117', 'Yagudo_Flagellant', '8105', '-66.924', '-57.276', '77.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396118', 'Yagudo_Conductor', '8102', '-89.351', '-57.276', '20.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396119', 'Yagudo_Assassin', '8099', '-74.425', '-57.398', '38.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396120', 'Yagudo_Prelate', '8114', '-69.108', '-57.502', '46.288', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17396121', 'Yagudo_Flagellant', '8105', '-126.312', '-57.293', '50.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396122', 'Yagudo_Conductor', '8102', '-129.033', '-57.279', '72.892', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396123', 'Yagudo_Assassin', '8099', '-120.691', '-57.276', '77.552', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17396124', 'Yagudo_Prelate', '8114', '-122.546', '-57.277', '36.929', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17396125', 'Yagudo_Conductor', '8102', '-103.241', '-64.389', '57.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396126', 'Yagudo_Assassin', '8099', '-94.544', '-64.352', '59.019', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17396127', 'Yagudo_High_Priest', '8107', '-106.000', '-72.000', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396128', 'Yagudo_Flagellant', '8105', '-55.000', '-63.000', '72.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17396129', 'Yagudo_Prelate', '8114', '-64.595', '-69.416', '92.016', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17396130', 'Yagudo_Conductor', '8102', '-143.004', '-65.656', '78.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396131', 'Yagudo_Assassin', '8099', '-136.733', '-68.447', '88.657', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396132', 'Yagudo_Templar', '8120', '-98.331', '-72.857', '101.593', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396133', 'Yagudo_High_Priest', '8107', '-102.000', '-63.000', '64.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396134', 'Yagudo_Avatar', '8100', '-96.516', '-73.255', '97.807', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17396135', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396136', 'Yagudo_s_Avatar', '8118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396137', 'Tzee_Xicu_the_Manifest', '8096', '-99.000', '-72.000', '93.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17396138', 'Yagudo_s_Elemental', '8119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396139', 'Yagudo_s_Avatar', '8118', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396140', 'Huu_Xalmo_the_Savage', '8083', '-97.000', '-71.000', '-129.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17396141', 'Odontotyrannus', '8091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396142', 'Tebhi', '8094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396143', 'Yagudo_Muralist', '8111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396144', 'Mimic', '8088', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396150', 'Ajido-Marujido', '8077', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396203', 'Treasure_Chest', '8095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396215', 'Kilhwch', '8084', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396217', 'Lhu_Mhakaracca', '8085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17396222', 'Noillurie', '8090', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399809', 'Yagudo_Avatar', '8132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399810', 'Yagudo_s_Elemental', '8135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399811', 'Yagudo_s_Avatar', '8134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399812', 'Laa_Yaku_the_Austere', '8129', '500.000', '500.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17399813', 'Duu_Masa_the_Onecut', '8125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399814', 'Fee_Jugu_the_Ramfist', '8126', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399815', 'Poo_Yozo_the_Babbler', '8130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399816', 'Kee_Taw_the_Nightingale', '8128', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399817', 'Goo_Pake_the_Bloodhound', '8127', '500.000', '500.000', '500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17399827', 'Yagudo_Avatar', '8132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399828', 'Yagudo_Templar', '8136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399829', 'Yagudo_Templar', '8136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399830', 'Yagudo_High_Priest', '8133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399831', 'Yagudo_High_Priest', '8133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399832', 'Yagudo_High_Priest', '8133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399833', 'Yagudo_High_Priest', '8133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399834', 'Ajido-Marujido', '8124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399848', 'Yagudo_Avatar', '8132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17399849', 'Tzee_Xicu_the_Manifest', '8131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404308', 'Bark_Tarantula', '8141', '-189.877', '11.709', '93.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404307', 'Bark_Tarantula', '8141', '-188.013', '11.561', '86.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404306', 'Boyahda_Sapling', '8145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404305', 'Bark_Tarantula', '8141', '-221.128', '14.624', '96.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404304', 'Boyahda_Sapling', '8145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404303', 'Boyahda_Sapling', '8145', '-209.326', '12.355', '101.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404302', 'Leshonki', '8154', '-219.000', '14.000', '59.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17404309', 'Demonic_Rose', '8149', '-210.000', '14.000', '64.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17404300', 'Bark_Tarantula', '8141', '-225.308', '13.363', '70.846', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17404299', 'Bark_Tarantula', '8141', '-215.661', '13.499', '68.583', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17404298', 'Boyahda_Sapling', '8145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404297', 'Boyahda_Sapling', '8145', '-220.000', '14.000', '42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404296', 'Boyahda_Sapling', '8145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404295', 'Boyahda_Sapling', '8145', '-220.998', '14.319', '24.264', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17404294', 'Boyahda_Sapling', '8145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404293', 'Boyahda_Sapling', '8145', '-178.235', '8.701', '4.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404301', 'Demonic_Rose', '8149', '-132.325', '5.676', '-220.278', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17404249', 'Mourning Crawler', '10745', '-189.000', '8.000', '-245.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404291', 'Elder_Goobbue', '8150', '-111.974', '8.697', '-235.837', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17404290', 'Elder_Goobbue', '8150', '-127.875', '8.700', '-230.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404289', 'Elder_Goobbue', '8150', '-124.170', '8.743', '-236.391', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17404248', 'Mourning Crawler', '10745', '-200.000', '8.000', '-275.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404247', 'Mourning Crawler', '10745', '-208.000', '8.000', '-323.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17404286', 'Elder_Goobbue', '8150', '-110.350', '8.330', '-215.901', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17404285', 'Elder_Goobbue', '8150', '-121.267', '8.811', '-197.854', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17404245', 'Mourning Crawler', '10745', '-199.000', '8.000', '-318.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404244', 'Mourning Crawler', '10745', '-199.000', '8.000', '-287.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404282', 'Thunder_Elemental', '8166', '-100.408', '7.899', '-344.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404281', 'Elder_Goobbue', '8150', '-97.166', '7.653', '-345.334', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17404280', 'Elder_Goobbue', '8150', '-104.171', '6.587', '-341.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404279', 'Korrigan', '8153', '-104.688', '7.811', '-346.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404278', 'Korrigan', '8153', '-95.133', '7.920', '-342.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404277', 'Korrigan', '8153', '-102.065', '8.499', '-302.238', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17404276', 'Korrigan', '8153', '-106.559', '8.591', '-297.640', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17404275', 'Korrigan', '8153', '-136.265', '8.335', '-286.351', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17404274', 'Korrigan', '8153', '-139.933', '8.593', '-291.672', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17404273', 'Korrigan', '8153', '-132.688', '8.699', '-292.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404272', 'Korrigan', '8153', '-134.207', '8.557', '-287.860', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17404271', 'Thunder_Elemental', '8166', '-142.242', '8.052', '-336.699', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17404243', 'Mourning Crawler', '10745', '-200.000', '8.000', '-330.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404240', 'Mourning Crawler', '10745', '-217.000', '8.000', '-279.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404268', 'Water_Elemental', '8169', '-241.667', '9.944', '-262.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404232', 'Blood_Ball', '8143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404229', 'Blood_Ball', '8143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404292', 'Ancient_Goobbue', '8138', '-117.000', '8.000', '-223.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404263', 'Water_Elemental', '8169', '-191.876', '9.801', '-295.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404225', 'Blood_Ball', '8143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404224', 'Blood_Ball', '8143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404259', 'Water_Elemental', '8169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404267', 'Snaggletooth Peapuk', '10744', '-225.419', '9.816', '-292.447', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17404266', 'Snaggletooth Peapuk', '10744', '-180.934', '9.935', '-292.409', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17404262', 'Snaggletooth Peapuk', '10744', '-182.452', '10.056', '-277.793', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17404239', 'Mourning Crawler', '10745', '-205.000', '8.000', '-244.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17404238', 'Mourning Crawler', '10745', '-207.000', '8.000', '-233.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17404288', 'Processionaire', '8160', '-129.000', '9.000', '-192.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17404258', 'Snaggletooth Peapuk', '10744', '-188.977', '9.960', '-260.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404255', 'Snaggletooth Peapuk', '10744', '-204.351', '8.171', '-317.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404287', 'Processionaire', '8160', '-112.000', '8.000', '-213.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17404284', 'Processionaire', '8160', '-130.000', '8.000', '-242.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17404254', 'Snaggletooth Peapuk', '10744', '-196.865', '8.149', '-317.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404251', 'Snaggletooth Peapuk', '10744', '-206.276', '8.751', '-279.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404250', 'Snaggletooth Peapuk', '10744', '-195.000', '8.742', '-283.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404283', 'Processionaire', '8160', '-116.000', '8.000', '-253.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17404270', 'Processionaire', '8160', '-139.000', '6.000', '-323.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404269', 'Processionaire', '8160', '-159.000', '8.000', '-339.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404237', 'Thunder_Elemental', '8166', '-182.589', '8.437', '-194.764', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404236', 'Processionaire', '8160', '-179.145', '8.257', '-197.990', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17404235', 'Processionaire', '8160', '-180.035', '8.454', '-201.815', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17404234', 'Water_Elemental', '8169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404233', 'Darter', '8146', '-158.000', '8.000', '-86.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17404231', 'Water_Elemental', '8169', '-152.312', '9.010', '-70.426', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17404230', 'Darter', '8146', '-165.000', '9.000', '-46.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17404228', 'Water_Elemental', '8169', '-101.258', '9.513', '-48.242', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17404227', 'Darter', '8146', '-135.000', '5.000', '-61.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17404226', 'Darter', '8146', '-117.000', '8.000', '-31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404223', 'Korrigan', '8153', '-170.501', '5.432', '-139.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404222', 'Korrigan', '8153', '-172.263', '6.130', '-148.181', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17404221', 'Korrigan', '8153', '-147.388', '5.356', '-141.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404220', 'Korrigan', '8153', '-143.420', '6.114', '-135.818', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17404219', 'Elder_Goobbue', '8150', '-152.963', '8.744', '-156.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404218', 'Korrigan', '8153', '-167.694', '8.706', '-160.002', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17404217', 'Korrigan', '8153', '-174.473', '8.078', '-168.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404216', 'Korrigan', '8153', '-150.398', '8.685', '-159.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404215', 'Darter', '8146', '-114.121', '8.733', '-79.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404214', 'Darter', '8146', '-122.944', '8.801', '-71.838', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404213', 'Elder_Goobbue', '8150', '-110.123', '7.593', '-88.642', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17404212', 'Korrigan', '8153', '-120.477', '8.267', '-90.829', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17404211', 'Korrigan', '8153', '-135.922', '6.024', '-52.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404210', 'Darter', '8146', '-171.000', '8.000', '-104.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17404209', 'Darter', '8146', '-154.189', '8.768', '-127.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404208', 'Steelshell', '8164', '-141.000', '9.000', '-83.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17404207', 'Steelshell', '8164', '-105.000', '10.000', '-62.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17404206', 'Steelshell', '8164', '-153.000', '9.000', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404205', 'Steelshell', '8164', '-118.000', '9.000', '-63.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17404204', 'Steelshell', '8164', '-143.000', '9.000', '-111.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17404203', 'Korrigan', '8153', '-110.964', '7.074', '-92.520', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17404202', 'Korrigan', '8153', '-173.625', '5.831', '-58.925', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17404201', 'Elder_Goobbue', '8150', '-164.760', '8.602', '-31.108', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17404200', 'Korrigan', '8153', '-166.474', '8.352', '-27.690', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404199', 'Korrigan', '8153', '-157.704', '8.741', '-36.093', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17404198', 'Korrigan', '8153', '-132.563', '6.116', '-24.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404197', 'Korrigan', '8153', '-142.457', '6.018', '-24.912', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17404196', 'Elder_Goobbue', '8150', '-149.472', '8.568', '-34.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404195', 'Korrigan', '8153', '-116.085', '8.695', '-45.284', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404194', 'Korrigan', '8153', '-121.694', '8.753', '-38.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404193', 'Thunder_Elemental', '8166', '-19.787', '8.530', '-318.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404192', 'Processionaire', '8160', '-13.604', '8.446', '-300.370', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17404191', 'Thunder_Elemental', '8166', '-39.326', '8.651', '-300.915', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17404190', 'Processionaire', '8160', '-55.627', '8.550', '-301.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404189', 'Thunder_Elemental', '8166', '-55.689', '4.950', '-264.934', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17404188', 'Processionaire', '8160', '-33.311', '5.868', '-258.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404187', 'Processionaire', '8160', '-68.516', '8.852', '-259.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404186', 'Processionaire', '8160', '-61.937', '8.762', '-259.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404185', 'Thunder_Elemental', '8166', '-60.726', '8.377', '-239.254', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17404184', 'Processionaire', '8160', '-83.769', '8.628', '-220.785', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404183', 'Processionaire', '8160', '-76.335', '8.564', '-221.839', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404182', 'Processionaire', '8160', '-58.143', '8.253', '-213.123', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17404181', 'Processionaire', '8160', '-51.604', '-14.821', '-176.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404180', 'Elder_Goobbue', '8150', '-41.000', '-19.000', '-114.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17404179', 'Processionaire', '8160', '-25.811', '-19.407', '-218.373', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17404178', 'Processionaire', '8160', '-24.791', '-19.549', '-200.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404177', 'Processionaire', '8160', '-62.077', '-9.621', '-170.265', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404176', 'Processionaire', '8160', '-34.867', '-19.694', '-179.009', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17404175', 'Thunder_Elemental', '8166', '59.946', '-19.485', '-201.797', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17404174', 'Steelshell', '8164', '32.888', '-18.666', '-162.157', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17404173', 'Skimmer', '8163', '57.865', '-19.234', '-201.817', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17404172', 'Skimmer', '8163', '60.206', '-17.164', '-214.804', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17404171', 'Water_Elemental', '8169', '-82.249', '-5.176', '-59.168', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17404170', 'Steelshell', '8164', '-87.611', '-0.894', '-58.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404169', 'Water_Elemental', '8169', '126.486', '-1.464', '-58.665', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17404168', 'Robber_Crab', '8161', '122.769', '-4.775', '-59.296', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404167', 'Water_Elemental', '8169', '20.970', '-2.285', '47.504', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17404166', 'Robber_Crab', '8161', '20.138', '-8.412', '36.608', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17404165', 'Water_Elemental', '8169', '45.649', '-18.689', '-159.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404164', 'Skimmer', '8163', '73.000', '-16.000', '-221.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17404163', 'Skimmer', '8163', '59.000', '-19.000', '-185.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17404162', 'Water_Elemental', '8169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404161', 'Steelshell', '8164', '43.000', '-18.000', '-90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404160', 'Steelshell', '8164', '21.000', '-18.000', '-122.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404159', 'Steelshell', '8164', '-10.000', '-18.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404158', 'Steelshell', '8164', '-26.000', '-18.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404157', 'Skimmer', '8163', '29.832', '-18.560', '-80.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404156', 'Skimmer', '8163', '22.808', '-18.661', '-115.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404155', 'Water_Elemental', '8169', '0.351', '-18.517', '-54.159', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17404154', 'Steelshell', '8164', '-4.926', '-18.539', '-64.224', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17404153', 'Steelshell', '8164', '-8.000', '-18.000', '-36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404152', 'Skimmer', '8163', '-14.300', '-18.531', '-64.066', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404151', 'Skimmer', '8163', '-10.081', '-18.627', '-46.367', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404150', 'Water_Elemental', '8169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404149', 'Steelshell', '8164', '21.000', '-18.000', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404148', 'Steelshell', '8164', '40.000', '-18.000', '-34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404147', 'Skimmer', '8163', '43.947', '-18.571', '-85.895', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404146', 'Skimmer', '8163', '50.000', '-18.000', '-59.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17404145', 'Water_Elemental', '8169', '83.000', '-18.000', '-61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404144', 'Steelshell', '8164', '-48.000', '-18.000', '-59.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17404143', 'Steelshell', '8164', '16.000', '-18.000', '-88.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17404142', 'Steelshell', '8164', '79.000', '-16.000', '-219.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17404141', 'Steelshell', '8164', '20.922', '-18.506', '-41.175', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17404140', 'Skimmer', '8163', '36.412', '-18.646', '-47.014', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17404139', 'Skimmer', '8163', '32.934', '-18.707', '-35.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404138', 'Skimmer', '8163', '31.905', '-20.899', '-50.140', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17404137', 'Skimmer', '8163', '9.747', '-21.103', '-72.190', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17404136', 'Skimmer', '8163', '5.289', '-20.676', '-58.534', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404135', 'Skimmer', '8163', '5.586', '-20.739', '-64.777', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17404134', 'Elder_Goobbue', '8150', '54.820', '-19.930', '-114.832', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17404133', 'Elder_Goobbue', '8150', '37.605', '-19.648', '-141.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404132', 'Moss_Eater', '8157', '42.263', '-19.767', '-109.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404131', 'Moss_Eater', '8157', '52.801', '-19.967', '-127.419', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17404130', 'Elder_Goobbue', '8150', '-17.000', '-19.000', '-117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404129', 'Elder_Goobbue', '8150', '-5.674', '-20.376', '-133.955', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404128', 'Elder_Goobbue', '8150', '-32.000', '-20.000', '-91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404127', 'Korrigan', '8153', '-28.000', '-19.000', '-106.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17404126', 'Korrigan', '8153', '-13.646', '-20.017', '-128.212', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17404125', 'Elder_Goobbue', '8150', '-55.836', '-19.982', '-90.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404124', 'Elder_Goobbue', '8150', '-32.373', '-19.780', '-73.969', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17404123', 'Elder_Goobbue', '8150', '-52.642', '-19.885', '-46.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404122', 'Korrigan', '8153', '-38.000', '-19.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404121', 'Korrigan', '8153', '-53.423', '-19.876', '-85.060', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404120', 'Elder_Goobbue', '8150', '43.000', '-19.000', '7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404119', 'Elder_Goobbue', '8150', '-49.000', '-19.000', '-27.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404118', 'Moss_Eater', '8157', '-31.100', '-19.696', '-47.620', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17404117', 'Moss_Eater', '8157', '-39.742', '-19.654', '-25.296', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17404116', 'Elder_Goobbue', '8150', '77.967', '-19.315', '-71.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404115', 'Elder_Goobbue', '8150', '75.000', '-19.000', '-91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404114', 'Moss_Eater', '8157', '62.780', '-19.207', '-79.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404113', 'Moss_Eater', '8157', '84.731', '-19.928', '-95.847', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404112', 'Elder_Goobbue', '8150', '71.069', '-19.774', '-49.705', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17404111', 'Elder_Goobbue', '8150', '82.438', '-19.734', '-29.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404110', 'Moss_Eater', '8157', '88.531', '-19.637', '-38.579', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17404109', 'Moss_Eater', '8157', '91.942', '-19.800', '-42.921', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17404108', 'Elder_Goobbue', '8150', '-15.616', '-19.574', '-1.819', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17404107', 'Elder_Goobbue', '8150', '3.000', '-19.000', '9.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17404106', 'Moss_Eater', '8157', '38.362', '-19.736', '3.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404105', 'Moss_Eater', '8157', '45.443', '-20.229', '15.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404104', 'Elder_Goobbue', '8150', '-35.862', '-19.745', '2.450', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17404103', 'Elder_Goobbue', '8150', '46.000', '-19.000', '-15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404102', 'Moss_Eater', '8157', '-29.680', '-19.686', '5.331', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17404101', 'Moss_Eater', '8157', '9.146', '-19.732', '-11.675', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17404100', 'Thunder_Elemental', '8166', '179.439', '7.903', '55.940', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17404099', 'Mourioche', '8158', '-106.351', '-7.713', '8.632', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17404098', 'Mourioche', '8158', '-110.573', '-3.756', '16.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404097', 'Mourioche', '8158', '-111.821', '-5.921', '9.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404096', 'Old_Goobbue', '8159', '-76.180', '8.489', '86.935', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404095', 'Moss_Eater', '8157', '-78.478', '8.778', '84.644', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17404094', 'Moss_Eater', '8157', '-83.081', '8.571', '69.745', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17404093', 'Mourioche', '8158', '-90.597', '8.744', '80.550', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17404092', 'Mourioche', '8158', '-80.766', '8.630', '65.491', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404091', 'Mourioche', '8158', '-96.417', '8.449', '67.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404090', 'Morbol_Menace', '8156', '-80.493', '8.315', '114.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404089', 'Morbol_Menace', '8156', '-85.000', '8.000', '78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404088', 'Mourioche', '8158', '-83.537', '8.757', '109.334', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17404087', 'Mourioche', '8158', '-76.656', '8.769', '98.449', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17404086', 'Mourioche', '8158', '-79.319', '8.791', '103.972', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17404085', 'Mourioche', '8158', '-80.395', '8.748', '99.972', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17404084', 'Old_Goobbue', '8159', '-87.637', '7.844', '127.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404083', 'Moss_Eater', '8157', '-78.689', '8.716', '125.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404082', 'Moss_Eater', '8157', '-84.231', '8.486', '134.456', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17404081', 'Mourioche', '8158', '-82.128', '8.778', '125.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404080', 'Mourioche', '8158', '-68.000', '8.725', '122.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404079', 'Mourioche', '8158', '-93.140', '8.577', '123.021', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17404078', 'Mourioche', '8158', '-94.083', '5.788', '98.602', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17404077', 'Mourioche', '8158', '-96.084', '6.093', '100.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404076', 'Mourioche', '8158', '-106.510', '6.590', '105.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404075', 'Mourioche', '8158', '-64.406', '6.079', '107.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404074', 'Mourioche', '8158', '-68.000', '8.000', '84.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17404073', 'Thunder_Elemental', '8166', '-40.348', '8.113', '139.178', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17404072', 'Mourioche', '8158', '-49.000', '8.571', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404071', 'Water_Elemental', '8169', '29.228', '9.585', '74.412', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17404070', 'Robber_Crab', '8161', '18.978', '9.495', '60.678', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17404069', 'Robber_Crab', '8161', '25.096', '9.778', '66.566', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17404068', 'Water_Elemental', '8169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404067', 'Robber_Crab', '8161', '7.371', '9.369', '89.434', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17404066', 'Robber_Crab', '8161', '22.581', '9.622', '81.884', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17404065', 'Robber_Crab', '8161', '13.954', '9.341', '84.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404064', 'Water_Elemental', '8169', '54.977', '9.430', '98.674', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17404063', 'Robber_Crab', '8161', '67.170', '9.525', '95.697', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17404062', 'Robber_Crab', '8161', '72.018', '9.461', '95.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404061', 'Old_Goobbue', '8159', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404060', 'Moss_Eater', '8157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404059', 'Moss_Eater', '8157', '6.832', '8.747', '78.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404058', 'Moss_Eater', '8157', '1.725', '8.846', '80.469', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404057', 'Mourioche', '8158', '-14.163', '7.016', '68.863', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17404056', 'Mourioche', '8158', '8.352', '8.697', '75.744', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17404055', 'Mourioche', '8158', '0.822', '8.820', '86.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404054', 'Old_Goobbue', '8159', '-10.000', '8.171', '127.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404053', 'Moss_Eater', '8157', '21.842', '6.164', '141.149', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404052', 'Moss_Eater', '8157', '-5.916', '9.047', '105.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404051', 'Moss_Eater', '8157', '-2.470', '8.787', '102.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404050', 'Mourioche', '8158', '-14.809', '8.578', '124.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404049', 'Mourioche', '8158', '-1.774', '9.332', '128.637', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17404048', 'Mourioche', '8158', '-7.262', '9.353', '118.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404047', 'Mourioche', '8158', '-1.645', '8.804', '115.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404046', 'Mourioche', '8158', '-8.387', '5.807', '99.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404045', 'Mourioche', '8158', '-16.539', '7.146', '93.905', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17404044', 'Old_Goobbue', '8159', '43.344', '8.189', '126.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404043', 'Moss_Eater', '8157', '17.066', '8.751', '121.329', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404042', 'Moss_Eater', '8157', '36.289', '8.711', '129.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404041', 'Moss_Eater', '8157', '55.445', '8.273', '114.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404040', 'Mourioche', '8158', '35.568', '8.002', '138.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404039', 'Mourioche', '8158', '20.343', '9.138', '125.880', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404038', 'Mourioche', '8158', '17.465', '8.946', '124.086', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17404037', 'Mourioche', '8158', '37.338', '8.788', '111.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404036', 'Mourioche', '8158', '13.376', '6.601', '135.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404035', 'Mourioche', '8158', '19.675', '5.997', '136.508', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17404034', 'Knight_Crawler', '8152', '10.850', '5.583', '106.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404033', 'Knight_Crawler', '8152', '21.401', '6.012', '110.080', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404032', 'Moss_Eater', '8157', '66.084', '6.115', '62.774', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17404031', 'Moss_Eater', '8157', '60.867', '6.316', '59.681', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17404030', 'Moss_Eater', '8157', '48.017', '8.369', '68.842', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17404029', 'Unut', '8167', '104.340', '8.423', '81.217', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17404028', 'Old_Goobbue', '8159', '92.136', '8.232', '77.106', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17404027', 'Moss_Eater', '8157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404026', 'Moss_Eater', '8157', '60.746', '8.751', '78.800', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404025', 'Moss_Eater', '8157', '66.787', '8.731', '77.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404024', 'Mourioche', '8158', '46.077', '8.131', '84.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404023', 'Mourioche', '8158', '46.000', '9.000', '74.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17404022', 'Mourioche', '8158', '74.270', '8.775', '88.744', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404021', 'Mourioche', '8158', '99.639', '8.749', '80.669', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17404020', 'Moss_Eater', '8157', '108.482', '8.068', '44.914', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17404019', 'Moss_Eater', '8157', '111.447', '8.405', '54.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404018', 'Moss_Eater', '8157', '110.957', '8.190', '49.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404017', 'Old_Goobbue', '8159', '134.134', '8.092', '74.035', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17404016', 'Moss_Eater', '8157', '131.683', '8.846', '37.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404015', 'Moss_Eater', '8157', '136.731', '8.308', '59.470', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17404014', 'Moss_Eater', '8157', '128.136', '10.245', '22.631', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17404013', 'Mourioche', '8158', '122.799', '8.163', '62.277', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17404012', 'Mourioche', '8158', '121.870', '8.790', '35.707', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404011', 'Mourioche', '8158', '132.888', '8.153', '57.160', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17404010', 'Mourioche', '8158', '122.006', '8.894', '28.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404009', 'Thunder_Elemental', '8166', '178.046', '8.328', '41.171', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17404008', 'Knight_Crawler', '8152', '175.248', '8.172', '65.143', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404007', 'Knight_Crawler', '8152', '178.478', '8.330', '40.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404006', 'Knight_Crawler', '8152', '160.928', '8.186', '58.721', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17404005', 'Water_Elemental', '8169', '157.388', '9.564', '-55.396', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17404004', 'Robber_Crab', '8161', '145.000', '9.004', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404003', 'Robber_Crab', '8161', '145.038', '9.631', '-50.137', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17404002', 'Robber_Crab', '8161', '150.282', '9.710', '-55.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404001', 'Water_Elemental', '8169', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404000', 'Aquarius', '8139', '192.000', '9.000', '-72.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17403999', 'Robber_Crab', '8161', '152.000', '9.000', '-61.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17403998', 'Robber_Crab', '8161', '162.832', '9.608', '-58.334', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17403997', 'Robber_Crab', '8161', '192.000', '9.000', '-52.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17403996', 'Water_Elemental', '8169', '174.858', '9.560', '-13.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403995', 'Robber_Crab', '8161', '171.000', '9.000', '-73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403994', 'Robber_Crab', '8161', '179.470', '9.490', '-28.296', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17403993', 'Robber_Crab', '8161', '174.000', '9.000', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403992', 'Mourioche', '8158', '147.329', '6.004', '-16.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403991', 'Mourioche', '8158', '143.336', '6.337', '-17.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403990', 'Old_Goobbue', '8159', '159.400', '8.412', '-13.029', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403989', 'Moss_Eater', '8157', '162.786', '8.618', '-2.516', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17403988', 'Moss_Eater', '8157', '151.746', '8.814', '-2.876', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17403987', 'Moss_Eater', '8157', '150.000', '8.000', '8.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403986', 'Mourioche', '8158', '164.557', '8.564', '6.511', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17403985', 'Mourioche', '8158', '160.470', '8.790', '-32.773', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17403984', 'Mourioche', '8158', '163.873', '8.738', '-14.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403983', 'Mourioche', '8158', '149.592', '8.659', '-35.839', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17403982', 'Knight_Crawler', '8152', '188.678', '6.585', '-62.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403981', 'Knight_Crawler', '8152', '185.654', '5.671', '-66.092', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17403980', 'Mourioche', '8158', '208.000', '8.000', '-77.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17403979', 'Mourioche', '8158', '212.354', '5.669', '-60.329', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403978', 'Moss_Eater', '8157', '214.620', '8.787', '-80.266', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17403977', 'Moss_Eater', '8157', '200.730', '8.740', '-58.253', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17403976', 'Mourioche', '8158', '205.046', '8.637', '-34.695', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17403975', 'Mourioche', '8158', '217.493', '8.171', '-18.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403974', 'Mourioche', '8158', '198.416', '8.819', '-41.405', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403973', 'Mourioche', '8158', '208.000', '8.000', '-77.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17403972', 'Moss_Eater', '8157', '151.000', '8.826', '-79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403971', 'Moss_Eater', '8157', '177.701', '8.363', '-85.333', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17403970', 'Mourioche', '8158', '162.000', '8.000', '-95.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17403969', 'Mourioche', '8158', '184.939', '8.640', '-79.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403968', 'Mourioche', '8158', '187.000', '7.000', '-95.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17403967', 'Bark_Spider', '8140', '222.452', '8.347', '-0.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403966', 'Bark_Spider', '8140', '216.000', '8.000', '15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403965', 'Bark_Spider', '8140', '254.225', '4.951', '21.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403964', 'Bark_Spider', '8140', '260.786', '4.913', '28.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403963', 'Bark_Spider', '8140', '260.135', '4.809', '23.251', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17403962', 'Bark_Spider', '8140', '257.070', '5.235', '55.353', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17403961', 'Bark_Spider', '8140', '258.201', '5.472', '51.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403960', 'Bark_Spider', '8140', '301.180', '1.003', '68.084', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17403959', 'Bark_Spider', '8140', '298.702', '-0.794', '80.092', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17403958', 'Bark_Spider', '8140', '326.896', '-3.695', '98.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403957', 'Bark_Spider', '8140', '337.536', '-3.814', '97.499', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17403956', 'Death_Cap', '8147', '266.044', '7.772', '-14.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403955', 'Death_Cap', '8147', '265.454', '7.683', '-18.175', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17403954', 'Death_Cap', '8147', '258.047', '7.999', '-26.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403953', 'Death_Cap', '8147', '259.280', '7.653', '-19.115', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17403952', 'Death_Cap', '8147', '266.861', '8.793', '14.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403951', 'Death_Cap', '8147', '258.522', '8.754', '9.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403950', 'Death_Cap', '8147', '259.281', '8.797', '16.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403949', 'Death_Cap', '8147', '321.550', '8.612', '19.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403948', 'Death_Cap', '8147', '324.122', '8.354', '25.109', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403947', 'Death_Cap', '8147', '331.642', '8.587', '17.660', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17403946', 'Death_Cap', '8147', '330.049', '8.612', '20.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403945', 'Bark_Spider', '8140', '304.430', '8.218', '24.479', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403944', 'Bark_Spider', '8140', '300.311', '8.442', '17.732', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17403943', 'Bark_Spider', '8140', '298.594', '8.540', '-6.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403942', 'Bark_Spider', '8140', '299.611', '8.631', '5.225', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403941', 'Bark_Spider', '8140', '180.999', '8.461', '-113.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403940', 'Bark_Spider', '8140', '179.086', '8.501', '-124.663', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17403939', 'Ellyllon', '8151', '203.000', '8.000', '-157.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403938', 'Death_Cap', '8147', '206.004', '6.910', '-179.673', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17403937', 'Death_Cap', '8147', '192.524', '8.275', '-148.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403936', 'Death_Cap', '8147', '197.308', '8.704', '-158.584', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17403935', 'Death_Cap', '8147', '207.882', '8.227', '-172.254', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403934', 'Death_Cap', '8147', '211.000', '8.000', '-158.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17403933', 'Death_Cap', '8147', '260.552', '8.382', '-94.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403932', 'Death_Cap', '8147', '258.622', '8.673', '-104.763', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17403931', 'Bark_Spider', '8140', '228.000', '8.000', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403930', 'Bark_Spider', '8140', '241.663', '8.341', '-102.155', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17403929', 'Bark_Spider', '8140', '259.623', '8.552', '-163.551', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17403928', 'Bark_Spider', '8140', '261.729', '8.536', '-172.792', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17403927', 'Bark_Spider', '8140', '248.371', '8.393', '-182.639', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17403926', 'Bark_Spider', '8140', '274.869', '8.222', '-139.721', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17403925', 'Bark_Spider', '8140', '287.969', '8.273', '-140.978', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17403924', 'Death_Cap', '8147', '293.844', '8.000', '-99.393', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403923', 'Death_Cap', '8147', '303.322', '8.379', '-102.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403922', 'Death_Cap', '8147', '295.025', '6.904', '-110.188', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17403921', 'Death_Cap', '8147', '287.373', '7.787', '-102.803', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17403920', 'Bark_Spider', '8140', '297.811', '8.492', '-71.119', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17403919', 'Bark_Spider', '8140', '298.003', '8.659', '-76.611', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403918', 'Death_Cap', '8147', '332.433', '8.519', '-52.860', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17403917', 'Death_Cap', '8147', '327.470', '8.006', '-29.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403916', 'Death_Cap', '8147', '334.971', '8.513', '-40.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403915', 'Death_Cap', '8147', '322.930', '8.553', '-31.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403914', 'Death_Cap', '8147', '312.973', '8.151', '-25.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403913', 'Bark_Spider', '8140', '348.632', '11.443', '-100.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403912', 'Bark_Spider', '8140', '345.595', '11.393', '-102.106', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403911', 'Bark_Spider', '8140', '420.718', '8.798', '-81.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403910', 'Bark_Spider', '8140', '420.082', '8.437', '-75.100', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17403909', 'Demonic_Pugil', '8148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17403908', 'Demonic_Pugil', '8148', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17403907', 'Bouncing_Ball', '8144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17403906', 'Stygian_Pugil', '8165', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17403905', 'Scavenger_Crab', '8162', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408001', 'Demonic_Pugil', '8173', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408002', 'Demonic_Pugil', '8173', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408003', 'Demonic_Pugil', '8173', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408004', 'Demonic_Pugil', '8173', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408005', 'Demonic_Pugil', '8173', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408006', 'Bark_Tarantula', '8171', '-63.387', '-1.556', '16.257', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17408007', 'Bark_Tarantula', '8171', '-60.867', '-1.549', '-11.126', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17408008', 'Bark_Tarantula', '8171', '-21.076', '-1.445', '19.181', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408009', 'Darter', '8172', '-18.263', '-1.482', '17.776', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17408010', 'Darter', '8172', '66.000', '6.000', '43.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17408011', 'Darter', '8172', '-20.941', '-1.635', '30.774', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17408012', 'Darter', '8172', '-20.982', '-2.159', '55.376', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408013', 'Darter', '8172', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408014', 'Demonic_Rose', '8174', '-25.000', '-2.000', '56.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17408015', 'Bark_Tarantula', '8171', '26.972', '4.508', '21.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408016', 'Bark_Tarantula', '8171', '26.789', '4.494', '20.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408017', 'Bark_Tarantula', '8171', '15.734', '1.820', '15.490', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17408018', 'Fafnir', '8175', '78.000', '6.000', '39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408019', 'Nidhogg', '8178', '78.000', '6.000', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408020', 'Darter', '8172', '89.269', '6.694', '37.407', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17408021', 'Darter', '8172', '69.184', '7.255', '28.361', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17408022', 'Darter', '8172', '66.712', '5.428', '50.071', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17408023', 'Darter', '8172', '73.435', '6.760', '36.762', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17408024', 'Darter', '8172', '70.227', '5.065', '53.669', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17408025', 'Darter', '8172', '83.171', '6.745', '46.852', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17408026', 'Bark_Tarantula', '8171', '100.240', '6.366', '85.874', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408027', 'Bark_Tarantula', '8171', '99.511', '6.450', '96.559', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17408028', 'Bark_Tarantula', '8171', '102.332', '6.606', '93.079', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17408029', 'Bark_Tarantula', '8171', '73.197', '-1.769', '141.583', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408030', 'Bark_Tarantula', '8171', '64.983', '-0.129', '139.136', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17408031', 'Bark_Tarantula', '8171', '65.581', '-0.232', '139.498', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17408047', 'Kilhwch', '8176', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408049', 'Lhu_Mhakaracca', '8177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17408054', 'Noillurie', '8179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420289', 'Mold_Bats', '8366', '-26.534', '-48.105', '20.348', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420290', 'Mold_Bats', '8366', '-19.000', '-48.105', '-3.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17420291', 'Mold_Bats', '8366', '-19.000', '-48.105', '38.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17420292', 'Stirge', '8374', '-59.000', '-48.081', '36.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17420293', 'Stirge', '8374', '-20.000', '-48.000', '-25.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17420294', 'Goblin_Pathfinder', '8358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420295', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420296', 'Goblin_Furrier', '8357', '27.184', '-48.099', '-64.062', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17420297', 'Goblin_Smithy', '8360', '23.201', '-47.705', '-59.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420298', 'Goblin_Shaman', '8359', '14.520', '-47.705', '-56.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420299', 'Goblin_Pathfinder', '8358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420300', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420301', 'Goblin_Furrier', '8357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420302', 'Goblin_Smithy', '8360', '20.149', '-47.705', '-69.412', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17420303', 'Goblin_Shaman', '8359', '28.000', '-48.099', '-52.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420304', 'Goblin_Pathfinder', '8358', '87.289', '-48.081', '-20.620', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17420305', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420306', 'Goblin_Furrier', '8357', '99.000', '-48.105', '-8.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420307', 'Goblin_Smithy', '8360', '76.000', '-48.105', '-59.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17420308', 'Goblin_Shaman', '8359', '54.698', '-48.106', '-20.117', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17420309', 'Goblin_Pathfinder', '8358', '99.000', '-48.105', '-39.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17420310', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420311', 'Goblin_Furrier', '8357', '94.950', '-48.105', '-19.987', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17420312', 'Goblin_Smithy', '8360', '37.000', '-48.105', '-20.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17420313', 'Goblin_Shaman', '8359', '44.000', '-48.500', '-59.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17420314', 'Giant_Gatekeeper', '8347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420315', 'Giant_Guard', '8348', '100.000', '-48.105', '47.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17420316', 'Giant_Sentry', '8350', '27.000', '-47.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420317', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420318', 'Giant_Lobber', '8349', '81.000', '-48.105', '19.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17420319', 'Giant_Gatekeeper', '8347', '59.000', '-48.105', '28.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17420320', 'Giant_Guard', '8348', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420321', 'Giant_Sentry', '8350', '11.000', '-47.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420322', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420323', 'Giant_Lobber', '8349', '59.000', '-48.500', '-4.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17420324', 'Eurytos', '8344', '20.000', '-47.000', '94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420325', 'Giant_Gatekeeper', '8347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420326', 'Giant_Guard', '8348', '-5.000', '-47.705', '60.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17420327', 'Giant_Sentry', '8350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420328', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420329', 'Giant_Lobber', '8349', '-58.557', '-64.105', '28.637', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420330', 'Goblin_Pathfinder', '8358', '-12.441', '-48.105', '-58.357', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420331', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420332', 'Goblin_Furrier', '8357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420333', 'Goblin_Smithy', '8360', '10.414', '-47.644', '-58.753', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17420334', 'Goblin_Shaman', '8359', '-28.625', '-48.093', '-57.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420335', 'Goblin_Pathfinder', '8358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420336', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420337', 'Goblin_Furrier', '8357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420338', 'Goblin_Smithy', '8360', '19.525', '-48.105', '-28.590', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17420339', 'Goblin_Shaman', '8359', '20.000', '-48.211', '-37.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17420340', 'Magic_Pot', '8365', '78.000', '-48.105', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420341', 'Panzer_Doll', '8369', '71.000', '-63.000', '45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420342', 'Panzer_Doll', '8369', '80.000', '-63.000', '27.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17420343', 'Mold_Bats', '8366', '79.000', '-63.000', '16.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17420344', 'Mold_Bats', '8366', '71.020', '-64.113', '66.365', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420345', 'Stirge', '8374', '68.810', '-64.085', '48.226', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17420346', 'Magic_Pot', '8365', '73.467', '-63.712', '8.356', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420347', 'Magic_Pot', '8365', '88.011', '-63.764', '4.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420348', 'Mold_Bats', '8366', '99.709', '-64.105', '10.060', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420349', 'Stirge', '8374', '97.621', '-64.085', '28.153', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17420350', 'Stirge', '8374', '75.912', '-63.660', '3.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420351', 'Banshee', '8342', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420352', 'Stirge', '8374', '60.000', '-64.000', '-36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420353', 'Stirge', '8374', '59.000', '-64.000', '-14.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17420354', 'Banshee', '8342', '39.000', '-72.000', '-60.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17420355', 'Goblin_Pathfinder', '8358', '-35.000', '-63.000', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420356', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420357', 'Goblin_Furrier', '8357', '-42.000', '-63.000', '72.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420358', 'Goblin_Smithy', '8360', '13.582', '-64.494', '62.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420359', 'Goblin_Shaman', '8359', '-8.000', '-64.232', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420360', 'Goblin_Pathfinder', '8358', '-28.213', '-64.036', '81.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420361', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420362', 'Goblin_Furrier', '8357', '-46.955', '-64.153', '82.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420363', 'Goblin_Smithy', '8360', '43.000', '-64.057', '60.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17420364', 'Goblin_Shaman', '8359', '29.483', '-64.500', '61.406', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17420365', 'Banshee', '8342', '15.000', '-63.000', '103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420366', 'Evil_Spirit', '8345', '24.365', '-63.707', '98.173', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17420367', 'Goblin_Pathfinder', '8358', '29.018', '-79.708', '104.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420368', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420369', 'Goblin_Furrier', '8357', '19.000', '-64.517', '76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420370', 'Goblin_Smithy', '8360', '-11.000', '-79.692', '99.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17420371', 'Goblin_Shaman', '8359', '-13.000', '-64.025', '59.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17420372', 'Goblin_Pathfinder', '8358', '20.603', '-79.714', '91.081', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17420373', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420374', 'Goblin_Furrier', '8357', '27.000', '-80.099', '94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420375', 'Goblin_Smithy', '8360', '14.848', '-79.706', '99.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420376', 'Goblin_Shaman', '8359', '14.942', '-79.709', '102.963', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17420377', 'Giant_Gatekeeper', '8347', '-59.000', '-64.500', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420378', 'Giant_Guard', '8348', '-59.370', '-64.105', '17.313', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17420379', 'Giant_Sentry', '8350', '-59.000', '-64.105', '45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420380', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420381', 'Giant_Lobber', '8349', '-48.936', '-64.114', '8.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420382', 'Polybotes', '8370', '-41.284', '-63.636', '3.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420383', 'Giant_Gatekeeper', '8347', '-42.392', '-63.535', '-0.946', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420384', 'Giant_Guard', '8348', '-31.000', '-63.713', '-3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420385', 'Giant_Sentry', '8350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420386', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420387', 'Giant_Lobber', '8349', '-0.500', '-72.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420388', 'Giant_Gatekeeper', '8347', '-19.753', '-65.961', '-46.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420389', 'Giant_Guard', '8348', '-12.474', '-69.003', '-58.865', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420390', 'Giant_Sentry', '8350', '19.000', '-75.000', '-44.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420391', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420392', 'Giant_Lobber', '8349', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420393', 'Giant_Gatekeeper', '8347', '4.750', '-80.055', '-10.193', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17420394', 'Giant_Guard', '8348', '20.440', '-80.055', '-12.671', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17420395', 'Giant_Sentry', '8350', '42.000', '-79.634', '-3.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420396', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420397', 'Giant_Lobber', '8349', '-12.000', '-80.000', '10.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17420398', 'Giant_Gatekeeper', '8347', '-11.786', '-80.040', '26.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420399', 'Giant_Guard', '8348', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420400', 'Giant_Sentry', '8350', '-7.143', '-79.603', '-2.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420401', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420402', 'Giant_Lobber', '8349', '50.131', '-79.984', '0.391', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17420403', 'Giant_Gatekeeper', '8347', '53.215', '-79.836', '18.673', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420404', 'Giant_Guard', '8348', '43.658', '-79.535', '14.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420405', 'Giant_Sentry', '8350', '58.297', '-80.105', '24.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420406', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420407', 'Giant_Lobber', '8349', '-4.000', '-79.612', '43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420408', 'Giant_Gatekeeper', '8347', '18.000', '-79.000', '49.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420409', 'Giant_Guard', '8348', '34.000', '-79.830', '48.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420410', 'Giant_Sentry', '8350', '46.000', '-79.844', '35.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420411', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420412', 'Giant_Lobber', '8349', '70.000', '-80.094', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420413', 'Panzer_Doll', '8369', '100.000', '-79.707', '28.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420414', 'Panzer_Doll', '8369', '106.248', '-79.743', '11.079', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17420415', 'Magic_Pot', '8365', '72.000', '-79.727', '-46.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17420416', 'Magic_Pot', '8365', '82.000', '-79.000', '-29.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17420417', 'Rhoitos', '8372', '88.000', '-79.000', '73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420418', 'Giant_Gatekeeper', '8347', '81.445', '-79.977', '71.427', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17420419', 'Giant_Guard', '8348', '77.924', '-80.084', '70.787', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17420420', 'Giant_Sentry', '8350', '75.000', '-79.823', '89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420421', 'Gigas_s_Bat', '8354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420422', 'Giant_Lobber', '8349', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420423', 'Goblin_Pathfinder', '8358', '-59.000', '-80.105', '45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420424', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420425', 'Goblin_Furrier', '8357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420426', 'Goblin_Smithy', '8360', '-59.569', '-80.093', '90.609', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420427', 'Goblin_Shaman', '8359', '20.172', '-79.757', '110.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420428', 'Goblin_Pathfinder', '8358', '-50.817', '-79.708', '23.273', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17420429', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420430', 'Goblin_Furrier', '8357', '-61.523', '-80.500', '71.229', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17420431', 'Goblin_Smithy', '8360', '-56.953', '-80.099', '28.442', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17420432', 'Goblin_Shaman', '8359', '-34.000', '-80.105', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420433', 'Goblin_Pathfinder', '8358', '-54.431', '-79.707', '20.690', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17420434', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420435', 'Goblin_Furrier', '8357', '-58.449', '-80.099', '22.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420436', 'Goblin_Smithy', '8360', '-67.942', '-79.599', '26.219', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420437', 'Goblin_Shaman', '8359', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420438', 'Thunder_Elemental', '8375', '-47.168', '-80.105', '98.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420439', 'Light_Elemental', '8363', '-56.000', '-80.105', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420440', 'Goblin_Pathfinder', '8358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420441', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420442', 'Goblin_Furrier', '8357', '-62.792', '-79.705', '21.362', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17420443', 'Goblin_Smithy', '8360', '-43.000', '-80.105', '-27.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420444', 'Goblin_Shaman', '8359', '-59.896', '-80.099', '13.802', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17420445', 'Goblin_Pathfinder', '8358', '-30.498', '-80.008', '-34.872', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420446', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420447', 'Goblin_Furrier', '8357', '-58.740', '-80.500', '-13.160', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420448', 'Goblin_Smithy', '8360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420449', 'Goblin_Shaman', '8359', '-59.421', '-80.105', '0.643', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17420450', 'Goblin_Pathfinder', '8358', '-450.284', '-95.529', '-35.169', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17420451', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420452', 'Goblin_Furrier', '8357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420453', 'Goblin_Smithy', '8360', '-482.261', '-95.529', '-20.183', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17420454', 'Goblin_Shaman', '8359', '-33.756', '-80.045', '-46.854', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420455', 'Goblin_Pathfinder', '8358', '-463.207', '-95.621', '-45.528', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17420456', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420457', 'Goblin_Furrier', '8357', '-483.339', '-95.620', '-9.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420458', 'Goblin_Smithy', '8360', '-469.929', '-95.529', '-23.335', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420459', 'Goblin_Shaman', '8359', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420460', 'Goblin_Pathfinder', '8358', '-477.408', '-95.529', '39.437', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17420461', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420462', 'Goblin_Furrier', '8357', '-470.382', '-95.533', '-42.850', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17420463', 'Goblin_Smithy', '8360', '-375.000', '-111.517', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420464', 'Goblin_Shaman', '8359', '-457.092', '-128.500', '98.334', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420465', 'Goblin_Pathfinder', '8358', '-350.000', '-111.525', '48.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420466', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420467', 'Goblin_Furrier', '8357', '-461.000', '-96.499', '55.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17420468', 'Goblin_Smithy', '8360', '-492.676', '-96.124', '16.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420469', 'Goblin_Shaman', '8359', '-404.000', '-96.109', '-38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420470', 'Tower_Bats', '8376', '-461.154', '-95.529', '-25.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420471', 'Tower_Bats', '8376', '-453.704', '-96.060', '-54.063', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17420472', 'Goblin_Pathfinder', '8358', '-386.654', '-95.529', '-28.523', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17420473', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420474', 'Goblin_Furrier', '8357', '-365.000', '-111.948', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420475', 'Goblin_Smithy', '8360', '-381.118', '-95.529', '-38.969', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17420476', 'Goblin_Shaman', '8359', '-482.337', '-95.554', '34.758', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420477', 'Goblin_Pathfinder', '8358', '-363.582', '-95.424', '57.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420478', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420479', 'Goblin_Furrier', '8357', '-372.057', '-95.924', '-37.517', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17420480', 'Goblin_Smithy', '8360', '-373.270', '-95.749', '-47.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420481', 'Goblin_Shaman', '8359', '-370.642', '-95.530', '-19.658', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420482', 'Big_Bat', '8343', '-488.086', '-95.848', '30.946', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17420483', 'Big_Bat', '8343', '-482.056', '-95.564', '51.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420484', 'Magic_Jar', '8364', '-479.000', '-96.095', '81.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17420485', 'Thunder_Elemental', '8375', '-410.892', '-96.115', '-53.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420486', 'Light_Elemental', '8363', '-421.455', '-95.703', '-45.212', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17420487', 'Goblin_Pathfinder', '8358', '-362.518', '-95.560', '55.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420488', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420489', 'Goblin_Furrier', '8357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420490', 'Goblin_Smithy', '8360', '-379.616', '-95.676', '54.279', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17420491', 'Goblin_Shaman', '8359', '-374.164', '-96.076', '-52.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420492', 'Goblin_Pathfinder', '8358', '-370.056', '-95.846', '66.555', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17420493', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420494', 'Goblin_Furrier', '8357', '-369.464', '-96.068', '64.833', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420495', 'Goblin_Smithy', '8360', '-357.950', '-95.552', '66.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420496', 'Goblin_Shaman', '8359', '-354.118', '-96.042', '56.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420497', 'Tower_Bats', '8376', '-378.372', '-95.529', '-22.519', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17420498', 'Tower_Bats', '8376', '-382.228', '-96.093', '-59.621', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17420499', 'Goblin_Pathfinder', '8358', '-458.423', '-112.411', '88.846', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17420500', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420501', 'Goblin_Furrier', '8357', '-356.416', '-95.605', '19.158', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17420502', 'Goblin_Smithy', '8360', '-438.463', '-111.940', '77.093', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420503', 'Goblin_Shaman', '8359', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420504', 'Goblin_Pathfinder', '8358', '-464.000', '-111.528', '56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420505', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420506', 'Goblin_Furrier', '8357', '-440.570', '-111.587', '69.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420507', 'Goblin_Smithy', '8360', '-480.349', '-111.585', '52.323', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17420508', 'Goblin_Shaman', '8359', '-432.313', '-111.983', '83.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420509', 'Big_Bat', '8343', '-349.806', '-95.865', '57.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420510', 'Big_Bat', '8343', '-363.599', '-95.533', '42.435', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420511', 'Gigas_Wallwatcher', '8356', '-462.342', '-95.529', '25.403', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17420512', 'Gigas_Jailer', '8351', '-400.769', '-95.529', '-22.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420513', 'Gigas_Kettlemaster', '8352', '-453.000', '-95.529', '-1.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17420514', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420515', 'Gigas_Quarrier', '8353', '-448.000', '-95.924', '45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420516', 'Gigas_Wallwatcher', '8356', '-404.695', '-95.529', '-7.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420517', 'Gigas_Jailer', '8351', '-378.080', '-95.924', '33.154', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17420518', 'Gigas_Kettlemaster', '8352', '-409.937', '-95.772', '48.785', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17420519', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420520', 'Gigas_Quarrier', '8353', '-429.483', '-95.529', '-9.635', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17420521', 'Tower_Bats', '8376', '-421.497', '-95.529', '-16.362', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17420522', 'Tower_Bats', '8376', '-457.872', '-95.529', '-10.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420523', 'Tower_Bats', '8376', '-409.111', '-95.529', '-23.852', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17420524', 'Big_Bat', '8343', '-384.993', '-95.529', '4.480', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17420525', 'Big_Bat', '8343', '-384.571', '-95.529', '9.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420526', 'Big_Bat', '8343', '-447.460', '-95.529', '-8.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420527', 'Gigas_Kettlemaster', '8352', '-384.000', '-95.529', '14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420528', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420529', 'Ophion', '8368', '-444.000', '-95.000', '-3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420530', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420531', 'Evil_Spirit', '8345', '-411.841', '-95.910', '94.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420532', 'Evil_Spirit', '8345', '-423.663', '-95.735', '104.889', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17420533', 'Thunder_Elemental', '8375', '-416.453', '-95.742', '90.580', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17420534', 'Light_Elemental', '8363', '-424.192', '-95.707', '93.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420535', 'Goblin_Pathfinder', '8358', '-421.268', '-127.708', '91.432', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17420536', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420537', 'Goblin_Furrier', '8357', '-453.533', '-111.924', '68.095', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17420538', 'Goblin_Smithy', '8360', '-423.547', '-127.721', '110.207', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17420539', 'Goblin_Shaman', '8359', '-431.006', '-111.916', '69.983', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17420540', 'Goblin_Pathfinder', '8358', '-475.000', '-127.000', '73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420541', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420542', 'Goblin_Furrier', '8357', '-474.206', '-128.109', '83.741', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17420543', 'Goblin_Smithy', '8360', '-427.000', '-127.724', '95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420544', 'Goblin_Shaman', '8359', '-412.074', '-128.099', '98.628', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17420545', 'Gigas_Wallwatcher', '8356', '-440.761', '-111.403', '43.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420546', 'Gigas_Jailer', '8351', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420547', 'Gigas_Kettlemaster', '8352', '-422.035', '-111.615', '54.405', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17420548', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420549', 'Gigas_Quarrier', '8353', '-442.085', '-111.529', '31.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420550', 'Gigas_Wallwatcher', '8356', '-455.994', '-111.560', '34.133', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17420551', 'Gigas_Jailer', '8351', '-457.782', '-112.104', '15.180', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17420552', 'Gigas_Kettlemaster', '8352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420553', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420554', 'Gigas_Quarrier', '8353', '-402.000', '-111.924', '46.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420555', 'Rhoikos', '8371', '-378.000', '-111.000', '47.000', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17420556', 'Gigas_Quarrier', '8353', '-416.718', '-112.115', '-13.175', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420557', 'Gigas_Wallwatcher', '8356', '-438.000', '-111.000', '-9.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17420558', 'Gigas_Jailer', '8351', '-452.000', '-112.119', '-0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420559', 'Gigas_Kettlemaster', '8352', '-396.400', '-111.620', '-1.636', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420560', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420561', 'Gigas_Quarrier', '8353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420562', 'Gigas_Wallwatcher', '8356', '-380.908', '-112.039', '21.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420563', 'Gigas_Jailer', '8351', '-387.000', '-111.530', '7.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17420564', 'Gigas_Kettlemaster', '8352', '-407.354', '-111.914', '-9.479', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17420565', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420566', 'Gigas_Quarrier', '8353', '-389.084', '-111.532', '35.374', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17420567', 'Tower_Bats', '8376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420568', 'Tower_Bats', '8376', '-366.817', '-111.696', '70.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420569', 'Tower_Bats', '8376', '-338.621', '-112.105', '57.921', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17420570', 'Big_Bat', '8343', '-361.840', '-111.533', '51.406', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17420571', 'Big_Bat', '8343', '-343.397', '-112.109', '49.597', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17420572', 'Jagd_Doll', '8362', '-429.000', '-111.706', '-61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420573', 'Jagd_Doll', '8362', '-412.113', '-111.705', '-67.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17420574', 'Thunder_Elemental', '8375', '-410.611', '-111.706', '-66.506', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17420575', 'Light_Elemental', '8363', '-422.932', '-111.705', '-64.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420576', 'Tower_Bats', '8376', '-355.000', '-127.000', '-30.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17420577', 'Big_Bat', '8343', '-340.000', '-128.000', '-24.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17420578', 'Big_Bat', '8343', '-370.677', '-112.104', '-56.921', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17420579', 'Tower_Bats', '8376', '-459.000', '-128.000', '-18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420580', 'Tower_Bats', '8376', '-460.000', '-111.529', '-60.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17420581', 'Big_Bat', '8343', '-467.000', '-111.695', '-58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420582', 'Evil_Spirit', '8345', '-338.116', '-127.705', '14.988', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420583', 'Big_Bat', '8343', '-350.000', '-127.705', '-42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420584', 'Big_Bat', '8343', '-339.000', '-127.706', '42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420585', 'Big_Bat', '8343', '-340.640', '-128.104', '53.507', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17420586', 'Big_Bat', '8343', '-351.000', '-128.105', '87.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17420587', 'Big_Bat', '8343', '-397.000', '-112.075', '-60.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17420588', 'Big_Bat', '8343', '-341.366', '-128.105', '-3.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420589', 'Magic_Jar', '8364', '-480.000', '-111.000', '-38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420590', 'Thunder_Elemental', '8375', '-500.822', '-128.105', '-24.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420591', 'Light_Elemental', '8363', '-501.792', '-128.105', '-15.040', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17420592', 'Ogygos', '8367', '-495.000', '-128.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420593', 'Gigas_Wallwatcher', '8356', '-503.000', '-127.715', '24.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17420594', 'Gigas_Jailer', '8351', '-499.000', '-127.705', '13.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17420595', 'Gigas_Wallwatcher', '8356', '-452.634', '-128.047', '7.759', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17420596', 'Gigas_Jailer', '8351', '-452.979', '-128.098', '19.036', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17420597', 'Gigas_Kettlemaster', '8352', '-445.955', '-127.615', '34.264', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17420598', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420599', 'Gigas_Quarrier', '8353', '-440.000', '-128.124', '-6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420600', 'Gigas_Wallwatcher', '8356', '-405.121', '-128.059', '-13.063', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420601', 'Gigas_Jailer', '8351', '-427.000', '-128.103', '-11.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17420602', 'Gigas_Kettlemaster', '8352', '-411.992', '-127.769', '-8.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420603', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420604', 'Gigas_Quarrier', '8353', '-386.504', '-128.517', '30.815', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420605', 'Gigas_Wallwatcher', '8356', '-393.471', '-127.614', '13.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420606', 'Gigas_Jailer', '8351', '-398.000', '-128.115', '-2.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17420607', 'Gigas_Kettlemaster', '8352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420608', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420609', 'Gigas_Quarrier', '8353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420610', 'Gigas_Wallwatcher', '8356', '-407.000', '-128.087', '49.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420611', 'Gigas_Jailer', '8351', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420612', 'Gigas_Kettlemaster', '8352', '-426.793', '-128.092', '46.668', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17420613', 'Gigas_s_Bats', '8355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420614', 'Gigas_Quarrier', '8353', '-398.000', '-127.000', '43.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17420615', 'Goblin_Pathfinder', '8358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420616', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420617', 'Goblin_Furrier', '8357', '-420.000', '-128.099', '98.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17420618', 'Goblin_Smithy', '8360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420619', 'Goblin_Shaman', '8359', '-419.558', '-127.705', '105.643', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17420620', 'Goblin_Pathfinder', '8358', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420621', 'Goblin_s_Bat', '8361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420622', 'Goblin_Furrier', '8357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420623', 'Goblin_Smithy', '8360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420624', 'Goblin_Shaman', '8359', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17420625', 'Magic_Jar', '8364', '-447.026', '-128.105', '99.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420626', 'Jagd_Doll', '8362', '-418.000', '-111.000', '-49.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17420627', 'Thunder_Elemental', '8375', '-486.591', '-128.005', '70.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420628', 'Light_Elemental', '8363', '-471.704', '-128.233', '82.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17420629', 'Gerwitz_s_Scythe', '8346', '85.000', '-79.000', '79.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17420630', 'Scythe_Victim', '8373', '84.000', '-79.000', '80.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17420631', 'Scythe_Victim', '8373', '86.000', '-79.000', '78.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17420645', 'Zeid', '8378', '-500.000', '-500.000', '-500.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17420653', 'Treasure_Chest', '8377', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424385', 'Enkelados', '8382', '-391.000', '-143.000', '25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424386', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424387', 'Gigas_Torturer', '8388', '-387.740', '-144.100', '16.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424388', 'Gigas_Bonecutter', '8383', '-371.586', '-144.367', '28.244', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17424389', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424390', 'Gigas_Stonemason', '8385', '-380.843', '-144.099', '11.526', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17424391', 'Gigas_Spirekeeper', '8384', '-312.000', '-144.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424392', 'Gigas_Torturer', '8388', '-301.000', '-144.000', '69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424393', 'Gigas_Bonecutter', '8383', '-333.951', '-144.500', '61.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424394', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424395', 'Gigas_Stonemason', '8385', '-342.136', '-144.500', '61.413', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17424396', 'Thunder_Elemental', '8402', '-326.772', '-144.500', '61.295', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17424397', 'Light_Elemental', '8395', '-346.861', '-144.490', '62.137', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17424398', 'Gigas_Spirekeeper', '8384', '-287.426', '-144.500', '100.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424399', 'Gigas_Torturer', '8388', '-268.000', '-144.000', '100.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17424400', 'Gigas_Bonecutter', '8383', '-255.000', '-144.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424401', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424402', 'Gigas_Stonemason', '8385', '-300.847', '-144.500', '89.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424403', 'Thunder_Elemental', '8402', '-300.776', '-144.500', '89.095', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17424404', 'Light_Elemental', '8395', '-298.147', '-144.500', '94.070', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17424405', 'Gigas_Spirekeeper', '8384', '-381.034', '-144.499', '43.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424406', 'Gigas_Torturer', '8388', '-377.000', '-143.000', '71.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17424407', 'Gigas_Bonecutter', '8383', '-379.000', '-144.499', '61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424408', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424409', 'Gigas_Stonemason', '8385', '-379.573', '-144.499', '51.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424410', 'Thunder_Elemental', '8402', '-379.430', '-144.499', '36.394', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17424411', 'Light_Elemental', '8395', '-378.961', '-144.499', '44.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424412', 'Gigas_Spirekeeper', '8384', '-218.606', '-144.499', '49.528', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17424413', 'Gigas_Torturer', '8388', '-210.000', '-143.000', '27.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17424414', 'Gigas_Bonecutter', '8383', '-225.982', '-144.490', '70.129', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17424415', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424416', 'Gigas_Stonemason', '8385', '-219.382', '-144.498', '65.117', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17424417', 'Thunder_Elemental', '8402', '-218.055', '-144.500', '58.839', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17424418', 'Light_Elemental', '8395', '-218.187', '-144.500', '54.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424419', 'Mimas', '8398', '-293.419', '-144.070', '53.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424420', 'Magic_Urn', '8397', '-238.899', '-144.002', '77.680', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17424421', 'Magic_Urn', '8397', '-236.313', '-144.298', '72.947', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17424422', 'Magic_Urn', '8397', '-241.098', '-144.076', '86.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424423', 'Enkelados', '8382', '-226.158', '-144.099', '28.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424424', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424425', 'Gigas_Spirekeeper', '8384', '-225.374', '-144.100', '19.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424426', 'Gigas_Bonecutter', '8383', '-215.194', '-144.099', '19.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424427', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424428', 'Gigas_Stonemason', '8385', '-225.728', '-144.103', '30.087', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17424429', 'Porphyrion', '8401', '-298.160', '-144.165', '12.439', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17424430', 'Thunder_Elemental', '8402', '-293.561', '-144.623', '24.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424431', 'Light_Elemental', '8395', '-284.995', '-143.924', '21.827', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17424432', 'Gigas_Spirekeeper', '8384', '-280.026', '-144.225', '35.292', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17424433', 'Gigas_Torturer', '8388', '-276.798', '-144.266', '15.071', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17424434', 'Gigas_Bonecutter', '8383', '-283.047', '-144.250', '33.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424435', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424436', 'Gigas_Stonemason', '8385', '-274.250', '-144.283', '27.049', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17424437', 'Gigas_Spirekeeper', '8384', '-313.391', '-144.524', '-12.468', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17424438', 'Gigas_Torturer', '8388', '-295.429', '-144.398', '-9.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424439', 'Gigas_Bonecutter', '8383', '-312.331', '-144.759', '-13.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424440', 'Gigas_s_Bats', '8387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424441', 'Gigas_Stonemason', '8385', '-293.688', '-144.120', '1.548', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17424442', 'Demonic_Doll', '8380', '-358.825', '-144.159', '-38.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424443', 'Demonic_Doll', '8380', '-226.754', '-144.728', '-32.811', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17424444', 'Pallas', '8399', '-302.000', '-159.000', '21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424445', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424446', 'Magic_Pot', '8396', '-303.825', '-159.924', '13.823', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17424447', 'Magic_Pot', '8396', '-314.460', '-159.924', '9.405', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17424448', 'Magic_Pot', '8396', '-312.528', '-159.924', '19.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424449', 'Dire_Bat', '8381', '-309.140', '-159.924', '13.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424450', 'Dire_Bat', '8381', '-307.942', '-159.924', '19.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424451', 'Dire_Bat', '8381', '-297.221', '-159.924', '5.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424452', 'Jotunn_Wallkeeper', '8393', '-315.000', '-160.517', '52.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424453', 'Jotunn_Gatekeeper', '8391', '-305.000', '-160.397', '51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424454', 'Jotunn_Hallkeeper', '8392', '-274.364', '-160.207', '46.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424455', 'Jotunn_Wildkeeper', '8394', '-280.230', '-160.519', '52.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424456', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424457', 'Jotunn_Wallkeeper', '8393', '-280.327', '-159.993', '-5.097', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17424458', 'Jotunn_Gatekeeper', '8391', '-320.534', '-159.924', '-3.678', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17424459', 'Jotunn_Hallkeeper', '8392', '-299.257', '-160.347', '-9.953', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17424460', 'Jotunn_Wildkeeper', '8394', '-287.423', '-160.466', '-11.309', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17424461', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424462', 'Jotunn_Wallkeeper', '8393', '-340.411', '-160.499', '20.166', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17424463', 'Jotunn_Gatekeeper', '8391', '-325.646', '-160.027', '1.424', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17424464', 'Jotunn_Hallkeeper', '8392', '-332.906', '-160.519', '39.799', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17424465', 'Jotunn_Wildkeeper', '8394', '-333.395', '-160.515', '1.424', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17424466', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424467', 'Jotunn_Wallkeeper', '8393', '-272.267', '-160.159', '27.723', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17424468', 'Jotunn_Gatekeeper', '8391', '-292.995', '-160.512', '54.141', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424469', 'Jotunn_Hallkeeper', '8392', '-274.787', '-160.000', '3.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424470', 'Jotunn_Wildkeeper', '8394', '-261.968', '-160.501', '25.806', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17424471', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424472', 'Phasma', '8400', '-366.908', '-160.336', '84.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424473', 'Phasma', '8400', '-359.458', '-160.002', '76.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424474', 'Phasma', '8400', '-358.249', '-159.924', '79.765', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17424475', 'Ixtab', '8390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424476', 'Incubus_Bats', '8389', '-341.847', '-160.482', '-29.294', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17424477', 'Incubus_Bats', '8389', '-338.958', '-160.497', '-20.548', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424478', 'Incubus_Bats', '8389', '-242.986', '-160.190', '73.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424479', 'Incubus_Bats', '8389', '-241.573', '-160.163', '72.702', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424480', 'Alkyoneus', '8379', '-300.000', '-175.000', '22.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17424481', 'Demonic_Doll', '8380', '-296.738', '-175.924', '17.698', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17424482', 'Demonic_Doll', '8380', '-285.348', '-175.924', '20.145', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424483', 'Demonic_Doll', '8380', '-299.740', '-175.924', '15.733', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424484', 'Magic_Pot', '8396', '-262.727', '-176.415', '59.132', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424485', 'Magic_Pot', '8396', '-264.870', '-175.924', '77.028', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17424486', 'Dire_Bat', '8381', '-279.608', '-175.952', '72.133', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424487', 'Dire_Bat', '8381', '-282.696', '-176.017', '82.517', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424489', 'Jotunn_Wallkeeper', '8393', '-296.098', '-175.924', '38.476', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17424490', 'Jotunn_Gatekeeper', '8391', '-316.738', '-175.924', '35.214', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17424491', 'Jotunn_Hallkeeper', '8392', '-333.000', '-176.000', '30.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17424492', 'Jotunn_Wildkeeper', '8394', '-300.000', '-175.000', '56.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17424493', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424494', 'Jotunn_Wallkeeper', '8393', '-293.086', '-175.925', '-4.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424495', 'Jotunn_Gatekeeper', '8391', '-292.705', '-176.507', '-14.928', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17424496', 'Jotunn_Hallkeeper', '8392', '-317.000', '-175.000', '50.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17424497', 'Jotunn_Wildkeeper', '8394', '-308.514', '-175.924', '-3.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424498', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424499', 'Jotunn_Wallkeeper', '8393', '-327.804', '-176.163', '17.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424500', 'Jotunn_Gatekeeper', '8391', '-335.000', '-176.000', '28.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17424501', 'Jotunn_Hallkeeper', '8392', '-320.705', '-175.924', '0.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424502', 'Jotunn_Wildkeeper', '8394', '-321.807', '-175.924', '15.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424503', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424504', 'Jotunn_Wallkeeper', '8393', '-265.683', '-176.511', '23.816', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17424505', 'Jotunn_Gatekeeper', '8391', '-268.000', '-176.000', '40.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424506', 'Jotunn_Hallkeeper', '8392', '-267.000', '-176.000', '3.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17424507', 'Jotunn_Wildkeeper', '8394', '-270.097', '-176.343', '17.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424508', 'Gigas_s_Bat', '8386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424509', 'Phasma', '8400', '-348.777', '-176.461', '76.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424510', 'Phasma', '8400', '-359.671', '-176.144', '86.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424511', 'Phasma', '8400', '-362.595', '-176.133', '85.139', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17424512', 'Ixtab', '8390', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17424513', 'Incubus_Bats', '8389', '-337.960', '-176.495', '58.230', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424514', 'Incubus_Bats', '8389', '-346.093', '-176.494', '71.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17424515', 'Incubus_Bats', '8389', '-346.228', '-176.491', '-31.345', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17424516', 'Incubus_Bats', '8389', '-341.833', '-176.469', '-27.273', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17424540', 'Treasure_Chest', '8403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428481', 'Uggalepih_Leech', '8447', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428482', 'Uggalepih_Leech', '8447', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428483', 'Bloodsucker', '8405', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428484', 'Bloodsucker', '8405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428485', 'Bouncing_Ball', '8407', '-500.000', '-500.000', '-500.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428486', 'Bonze_Marberry', '8406', '340.103', '-0.001', '222.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428487', 'Trompe_L_Oeil', '8446', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428488', 'Cook_Solberry', '8413', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428489', 'Cook_Nalberry', '8412', '-500.000', '-500.000', '-500.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428490', 'Cook_Minberry', '8411', '-500.000', '-500.000', '-500.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17428491', 'Cook_Fulberry', '8410', '-500.000', '-500.000', '-500.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428492', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428493', 'Tonberry_s_Avatar', '8443', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428494', 'Temple_Guardian', '8433', '-64.472', '-0.523', '-102.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428495', 'Nio-A', '8424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428496', 'Nio-Hum', '8425', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428497', 'Mimic', '8423', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428498', 'Temple_Opo-opo', '8434', '197.000', '-0.114', '20.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17428499', 'Wespe', '8449', '205.000', '-0.110', '19.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17428500', 'Temple_Opo-opo', '8434', '221.022', '0.000', '0.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428501', 'Wespe', '8449', '219.000', '-0.500', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428502', 'Wespe', '8449', '219.783', '-0.144', '17.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428503', 'Tonberry_Stalker', '8442', '201.376', '0.000', '-15.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428504', 'Tonberry_Cutter', '8435', '218.000', '-0.008', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428505', 'Tonberry_Harrier', '8437', '215.937', '0.000', '-23.522', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428506', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428507', 'Tonberry_Stalker', '8442', '188.266', '0.000', '-26.145', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17428508', 'Tonberry_Cutter', '8435', '193.974', '-0.010', '-25.406', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17428509', 'Temple_Opo-opo', '8434', '205.649', '-0.076', '-17.521', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428510', 'Wespe', '8449', '218.311', '-0.002', '-15.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428511', 'Temple_Opo-opo', '8434', '179.027', '0.000', '-29.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428512', 'Temple_Opo-opo', '8434', '181.338', '0.031', '-34.010', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17428513', 'Tonberry_Stalker', '8442', '154.379', '-0.013', '-59.144', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17428514', 'Tonberry_Cutter', '8435', '164.483', '-0.058', '-60.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428515', 'Tonberry_Harrier', '8437', '147.305', '0.000', '-54.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428516', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428517', 'Tonberry_Stalker', '8442', '153.026', '0.005', '-54.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428518', 'Tonberry_Cutter', '8435', '178.000', '-0.005', '-58.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17428519', 'Temple_Opo-opo', '8434', '139.000', '-0.001', '-45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428520', 'Temple_Opo-opo', '8434', '171.088', '0.000', '-53.794', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428521', 'Temple_Opo-opo', '8434', '141.802', '0.001', '-127.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428522', 'Temple_Opo-opo', '8434', '141.426', '0.000', '-101.040', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17428523', 'Temple_Opo-opo', '8434', '141.209', '0.000', '-121.406', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17428524', 'Tonberry_Cutter', '8435', '139.231', '0.000', '-103.779', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17428525', 'Temple_Opo-opo', '8434', '137.662', '0.000', '-27.156', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17428526', 'Temple_Opo-opo', '8434', '140.306', '0.000', '-27.823', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17428527', 'Temple_Opo-opo', '8434', '139.000', '-0.027', '-0.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428528', 'Tonberry_Harrier', '8437', '137.654', '0.000', '-27.622', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17428529', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428530', 'Temple_Opo-opo', '8434', '87.630', '0.000', '-138.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428531', 'Temple_Opo-opo', '8434', '128.000', '-0.022', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428532', 'Temple_Opo-opo', '8434', '117.730', '0.000', '-139.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428533', 'Tonberry_Stalker', '8442', '87.503', '0.000', '-138.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428534', 'Tonberry_Cutter', '8435', '100.000', '-0.023', '33.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17428535', 'Temple_Opo-opo', '8434', '114.000', '-0.066', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428536', 'Wespe', '8449', '133.000', '-0.010', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428537', 'Wespe', '8449', '100.388', '-0.010', '4.923', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17428538', 'Temple_Opo-opo', '8434', '80.478', '-7.963', '60.580', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428539', 'Temple_Opo-opo', '8434', '60.000', '-8.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428540', 'Tonberry_Stalker', '8442', '72.000', '-7.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428541', 'Tonberry_Stalker', '8442', '59.000', '-0.008', '-127.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17428542', 'Tonberry_Cutter', '8435', '46.773', '0.005', '-153.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428543', 'Tonberry_Harrier', '8437', '65.147', '0.001', '-151.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428544', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428545', 'Tonberry_Stalker', '8442', '74.012', '-0.001', '-136.539', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17428546', 'Temple_Opo-opo', '8434', '48.611', '-0.025', '-143.421', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17428547', 'Temple_Opo-opo', '8434', '34.000', '-0.500', '-140.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17428548', 'Temple_Opo-opo', '8434', '79.147', '0.499', '-18.072', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17428549', 'Temple_Opo-opo', '8434', '88.549', '0.499', '-32.525', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17428550', 'Tonberry_Stalker', '8442', '78.740', '0.500', '-13.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428551', 'Tonberry_Cutter', '8435', '89.000', '0.499', '-23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428552', 'Tonberry_Harrier', '8437', '72.000', '0.499', '-26.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17428553', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428554', 'Sozu_Sarberry', '8430', '94.330', '0.000', '-14.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428555', 'Tonberry_Cutter', '8435', '127.133', '-0.299', '-7.783', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17428556', 'Tonberry_Harrier', '8437', '126.252', '0.000', '-27.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428557', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428558', 'Tonberry_Stalker', '8442', '129.864', '0.000', '-89.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428559', 'Tonberry_Harrier', '8437', '128.000', '-0.060', '-110.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428560', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428561', 'Tonberry_Cutter', '8435', '113.322', '-0.068', '-128.806', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17428562', 'Tonberry_Harrier', '8437', '90.122', '0.000', '-127.217', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17428563', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428564', 'Rumble_Crawler', '8427', '60.000', '1.000', '-91.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17428565', 'Rumble_Crawler', '8427', '64.355', '1.440', '-106.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428566', 'Wespe', '8449', '64.000', '1.000', '-86.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428567', 'Wespe', '8449', '63.464', '0.775', '-112.489', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428568', 'Tonberry_Stalker', '8442', '60.109', '1.496', '-104.339', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17428569', 'Tonberry_Cutter', '8435', '56.000', '1.310', '-92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428570', 'Tonberry_Harrier', '8437', '70.000', '0.010', '-114.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17428571', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428572', 'Branding_Iron', '8408', '60.000', '1.461', '-64.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17428573', 'Rumble_Crawler', '8427', '53.801', '1.162', '-73.590', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17428574', 'Rumble_Crawler', '8427', '61.266', '1.346', '-70.879', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17428575', 'Rumble_Crawler', '8427', '-40.000', '-8.098', '60.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17428576', 'Wespe', '8449', '-60.000', '-8.000', '62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428577', 'Tonberry_Cutter', '8435', '-47.628', '-7.989', '60.723', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17428578', 'Wespe', '8449', '-89.730', '-6.892', '61.919', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428579', 'Rumble_Crawler', '8427', '-97.880', '-1.994', '48.941', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17428580', 'Tonberry_Cutter', '8435', '-101.279', '-4.373', '59.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428581', 'Wespe', '8449', '-100.000', '-0.620', '17.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17428582', 'Rumble_Crawler', '8427', '-112.000', '-0.500', '-8.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17428583', 'Tonberry_Stalker', '8442', '-97.808', '-1.120', '2.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428584', 'Rumble_Crawler', '8427', '-116.000', '-0.002', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428585', 'Rumble_Crawler', '8427', '-149.783', '0.000', '21.159', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17428586', 'Tonberry_Stalker', '8442', '-168.580', '0.000', '18.814', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17428587', 'Tonberry_Cutter', '8435', '-138.000', '-0.018', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428588', 'Tonberry_Stalker', '8442', '-126.492', '0.000', '29.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428589', 'Tonberry_Harrier', '8437', '-126.143', '0.000', '6.188', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17428590', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428591', 'Tonberry_Cutter', '8435', '-148.412', '0.000', '32.412', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17428592', 'Tonberry_Stalker', '8442', '-150.447', '0.000', '6.989', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17428593', 'Wespe', '8449', '-180.000', '-0.100', '32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428594', 'Wespe', '8449', '-179.000', '-0.100', '11.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17428595', 'Tonberry_Stalker', '8442', '-180.517', '-0.156', '22.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428596', 'Tonberry_Harrier', '8437', '-180.000', '0.018', '-3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428597', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428598', 'Wespe', '8449', '-179.665', '-0.239', '-17.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428599', 'Tonberry_Cutter', '8435', '-186.172', '-0.267', '-18.668', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428600', 'Wespe', '8449', '-179.000', '-0.105', '-31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428601', 'Tonberry_Harrier', '8437', '-198.592', '0.000', '-18.832', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428602', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428603', 'Rumble_Crawler', '8427', '-85.751', '0.000', '-22.677', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428604', 'Torama', '8445', '-88.000', '0.001', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428605', 'Tonberry_Cutter', '8435', '-112.000', '0.016', '-28.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17428606', 'Tonberry_Stalker', '8442', '-128.000', '-0.053', '-31.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17428607', 'Tonberry_Cutter', '8435', '-130.000', '1.000', '-19.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17428608', 'Tonberry_Harrier', '8437', '-122.000', '0.028', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428609', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428610', 'Wespe', '8449', '-124.361', '0.033', '-17.414', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17428611', 'Sozu_Terberry', '8431', '-131.000', '-0.600', '-7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428612', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428613', 'Tonberry_s_Avatar', '8443', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428614', 'Branding_Iron', '8408', '-146.000', '1.463', '-21.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17428615', 'Wespe', '8449', '-135.898', '1.462', '-24.791', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17428616', 'Wespe', '8449', '-139.891', '1.499', '-20.621', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17428617', 'Tonberry_Cutter', '8435', '-106.641', '-0.240', '-61.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428618', 'Torama', '8445', '-100.000', '-0.145', '-79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428619', 'Wespe', '8449', '-98.596', '-0.604', '-43.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428620', 'Wespe', '8449', '-165.000', '-0.100', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428621', 'Torama', '8445', '-139.000', '-0.005', '-59.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17428622', 'Wespe', '8449', '-151.200', '0.000', '-59.148', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17428623', 'Tonberry_Stalker', '8442', '-142.592', '0.000', '-57.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428624', 'Tonberry_Stalker', '8442', '-134.905', '0.000', '-49.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428625', 'Tonberry_Harrier', '8437', '-130.000', '-0.244', '-72.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428626', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428627', 'Tonberry_Cutter', '8435', '-150.859', '0.000', '-49.856', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428628', 'Tonberry_Stalker', '8442', '-151.187', '0.000', '-69.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428629', 'Tonberry_Stalker', '8442', '-112.000', '-0.193', '-99.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17428630', 'Tonberry_Cutter', '8435', '-150.000', '-0.285', '-47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428631', 'Tonberry_Cutter', '8435', '-75.838', '-0.162', '-99.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17428632', 'Rumble_Crawler', '8427', '-120.812', '0.000', '-99.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428633', 'Tonberry_Stalker', '8442', '-144.986', '-1.112', '-100.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428634', 'Tonberry_Harrier', '8437', '-128.450', '-0.001', '-97.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428635', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428636', 'Tonberry_Cutter', '8435', '-140.494', '0.000', '-90.177', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17428637', 'Tonberry_Cutter', '8435', '-29.943', '0.480', '-126.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428638', 'Tonberry_Cutter', '8435', '-45.054', '0.474', '-128.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428639', 'Tonberry_Stalker', '8442', '-27.101', '0.461', '-122.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428640', 'Tonberry_Stalker', '8442', '-21.393', '0.447', '-131.179', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17428641', 'Tonberry_Harrier', '8437', '-36.159', '0.500', '-94.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428642', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428643', 'Tonberry_Harrier', '8437', '-43.000', '0.468', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428644', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428645', 'Tonberry_Cutter', '8435', '-28.067', '0.456', '-95.842', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17428646', 'Tonberry_Cutter', '8435', '-34.636', '0.500', '-110.153', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17428647', 'Tonberry_Cutter', '8435', '-33.105', '0.471', '-65.243', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428648', 'Tonberry_Cutter', '8435', '-24.963', '0.393', '-68.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428649', 'Tonberry_Stalker', '8442', '-49.178', '0.433', '-73.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428650', 'Tonberry_Stalker', '8442', '-28.708', '0.499', '-76.642', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17428651', 'Manipulator', '8422', '-18.045', '-8.558', '-91.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428652', 'Torama', '8445', '-6.000', '0.002', '-140.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17428653', 'Tonberry_Cutter', '8435', '19.000', '-1.834', '-140.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17428654', 'Torama', '8445', '-19.000', '0.500', '-38.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17428655', 'Tonberry_Stalker', '8442', '-31.807', '0.001', '-18.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428656', 'Tonberry_Harrier', '8437', '-63.445', '-0.031', '-1.891', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428657', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428658', 'Tonberry_Cutter', '8435', '-63.000', '-0.036', '-19.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17428659', 'Tonberry_Harrier', '8437', '-62.887', '-0.064', '7.787', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17428660', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428661', 'Tonberry_Stalker', '8442', '-55.805', '-0.001', '14.412', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17428662', 'Tonberry_Harrier', '8437', '-221.767', '-0.045', '-26.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428663', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428664', 'Tonberry_Harrier', '8437', '-214.000', '-0.019', '-26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428665', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428666', 'Tonberry_Stalker', '8442', '-228.000', '-0.063', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428667', 'Tonberry_Cutter', '8435', '-226.000', '-0.035', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428668', 'Tonberry_Cutter', '8435', '-219.491', '-0.059', '-18.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428669', 'Tonberry_Stalker', '8442', '-237.788', '-2.000', '8.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17428670', 'Tonberry_Maledictor', '8439', '-211.000', '1.000', '15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428671', 'Tonberry_Pursuer', '8440', '-227.000', '0.895', '15.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17428672', 'Tonberry_Stabber', '8441', '-211.000', '1.000', '7.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17428673', 'Tonberry_Dismayer', '8436', '-221.717', '0.996', '12.819', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17428674', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428675', 'Tonberry_Dismayer', '8436', '-218.000', '-0.792', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428676', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428677', 'Tonberry_Kinq', '8438', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428678', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428679', 'Tonberry_s_Avatar', '8443', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428680', 'Tonberry_Harrier', '8437', '-188.367', '-2.306', '-61.110', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17428681', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428682', 'Tonberry_Cutter', '8435', '-182.270', '-1.996', '-57.030', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17428683', 'Tonberry_Harrier', '8437', '-18.000', '-9.000', '60.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17428684', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428685', 'Tonberry_Stalker', '8442', '20.000', '-3.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428686', 'Hover_Tank', '8420', '20.000', '-9.016', '-120.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17428687', 'Hover_Tank', '8420', '19.000', '-9.006', '-69.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17428688', 'Tonberry_Maledictor', '8439', '11.059', '-9.007', '-88.981', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17428689', 'Tonberry_Pursuer', '8440', '31.000', '-8.000', '-112.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17428690', 'Tonberry_Stabber', '8441', '13.414', '-9.006', '-112.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428691', 'Tonberry_Dismayer', '8436', '31.000', '-8.998', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428692', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428693', 'Fire_Elemental', '8416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428694', 'Hover_Tank', '8420', '0.600', '-17.000', '-139.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17428695', 'Tonberry_Maledictor', '8439', '-57.000', '-17.000', '-140.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17428696', 'Tonberry_Pursuer', '8440', '-1.000', '-17.000', '-139.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17428697', 'Tonberry_Stabber', '8441', '-31.476', '-17.000', '-138.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428698', 'Tonberry_Dismayer', '8436', '-81.536', '-17.000', '-139.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428699', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428700', 'Fire_Elemental', '8416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428701', 'Hover_Tank', '8420', '-100.000', '-11.000', '-131.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17428702', 'Iron_Maiden', '8421', '-86.000', '-8.000', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428703', 'Iron_Maiden', '8421', '-99.000', '-9.018', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428704', 'Tonberry_Maledictor', '8439', '-88.000', '-9.000', '-88.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17428705', 'Tonberry_Pursuer', '8440', '-111.000', '-8.000', '-88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428706', 'Tonberry_Stabber', '8441', '-88.000', '-9.027', '-112.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428707', 'Tonberry_Dismayer', '8436', '-111.000', '-9.025', '-112.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428708', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428709', 'Fire_Elemental', '8416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428710', 'Hover_Tank', '8420', '-11.770', '-17.059', '-149.142', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428711', 'Iron_Maiden', '8421', '-28.224', '-17.000', '-149.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428712', 'Iron_Maiden', '8421', '-69.000', '-17.000', '-152.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17428713', 'Hover_Tank', '8420', '5.482', '-8.997', '-70.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428714', 'Hover_Tank', '8420', '5.469', '-9.001', '-50.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428715', 'Iron_Maiden', '8421', '-18.000', '-20.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428716', 'Iron_Maiden', '8421', '20.988', '-12.135', '-26.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428717', 'Fire_Elemental', '8416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428718', 'Tonberry_Maledictor', '8439', '-46.137', '-24.522', '20.477', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428719', 'Tonberry_Pursuer', '8440', '-37.233', '-24.500', '25.364', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17428720', 'Tonberry_Stabber', '8441', '-40.197', '-24.500', '21.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428721', 'Tonberry_Dismayer', '8436', '-47.434', '-24.500', '25.879', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17428722', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428723', 'Iron_Maiden', '8421', '-100.000', '-12.000', '-21.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17428724', 'Iron_Maiden', '8421', '-61.000', '-21.530', '-19.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17428725', 'Fire_Elemental', '8416', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428726', 'Hover_Tank', '8420', '-99.603', '-9.001', '-50.245', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17428727', 'Hover_Tank', '8420', '-85.000', '-9.003', '-49.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17428728', 'Torama', '8445', '221.536', '0.000', '41.607', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17428729', 'Tonberry_Stalker', '8442', '227.256', '-0.009', '54.950', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428730', 'Tonberry_Cutter', '8435', '218.000', '-0.020', '61.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17428731', 'Tonberry_Harrier', '8437', '261.089', '-0.001', '57.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428732', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428733', 'Tonberry_Stalker', '8442', '227.570', '0.000', '56.848', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17428734', 'Tonberry_Cutter', '8435', '228.114', '-0.006', '59.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428735', 'Tonberry_Harrier', '8437', '245.480', '-0.045', '57.886', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17428736', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428737', 'Flauros', '8417', '240.000', '-0.500', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428738', 'Tonberry_Stalker', '8442', '259.000', '0.002', '103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428739', 'Tonberry_Cutter', '8435', '259.396', '0.000', '92.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428740', 'Torama', '8445', '259.000', '0.030', '80.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17428741', 'Torama', '8445', '261.000', '0.009', '129.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428742', 'Tonberry_Harrier', '8437', '259.000', '-0.005', '156.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17428743', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428744', 'Torama', '8445', '275.597', '-0.006', '135.314', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17428745', 'Tonberry_Stalker', '8442', '272.000', '-0.013', '90.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17428746', 'Tonberry_Cutter', '8435', '268.877', '0.000', '112.780', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17428747', 'Tonberry_Pursuer', '8440', '217.000', '-8.009', '247.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17428748', 'Tonberry_Stabber', '8441', '208.549', '-7.989', '258.477', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428749', 'Hover_Tank', '8420', '231.000', '-7.000', '249.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428750', 'Hover_Tank', '8420', '208.000', '-8.000', '271.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428751', 'Sozu_Rogberry', '8429', '223.000', '-8.000', '259.000', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17428752', 'Temple_Bee', '8432', '219.000', '-8.191', '222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428753', 'Temple_Bee', '8432', '220.000', '-8.000', '208.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428754', 'Temple_Bee', '8432', '260.000', '-8.438', '248.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17428755', 'Tonberry_Maledictor', '8439', '279.000', '0.600', '300.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17428756', 'Hover_Tank', '8420', '259.000', '-4.000', '297.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428757', 'Temple_Bee', '8432', '259.000', '-8.000', '277.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17428758', 'Temple_Bee', '8432', '245.000', '-8.182', '259.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17428759', 'Tonberry_Pursuer', '8440', '261.783', '-8.000', '237.911', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17428760', 'Hover_Tank', '8420', '259.000', '-6.906', '227.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17428761', 'Temple_Bee', '8432', '259.931', '-5.337', '222.493', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428762', 'Temple_Bee', '8432', '270.308', '-2.310', '221.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428763', 'Iron_Maiden', '8421', '279.684', '0.000', '221.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428764', 'Tonberry_Maledictor', '8439', '286.679', '-0.040', '229.838', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428765', 'Tonberry_Pursuer', '8440', '282.465', '-0.500', '220.166', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17428766', 'Tonberry_Stabber', '8441', '231.000', '-7.000', '268.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17428767', 'Tonberry_Dismayer', '8436', '310.930', '0.000', '229.744', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428768', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428769', 'Hover_Tank', '8420', '326.817', '0.000', '217.758', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428770', 'Tonberry_Pursuer', '8440', '340.000', '-0.001', '230.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17428771', 'Tonberry_Maledictor', '8439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428772', 'Tonberry_Stabber', '8441', '336.400', '-0.500', '218.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428773', 'Tonberry_Dismayer', '8436', '333.272', '-0.002', '227.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428774', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428775', 'Tonberry_Pursuer', '8440', '311.000', '-0.021', '294.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17428776', 'Tonberry_Maledictor', '8439', '289.681', '-0.008', '292.958', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17428777', 'Tonberry_Stabber', '8441', '305.576', '-0.006', '312.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428778', 'Tonberry_Dismayer', '8436', '288.633', '-0.002', '312.234', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17428779', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428780', 'Hover_Tank', '8420', '290.661', '-0.016', '275.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428781', 'Iron_Maiden', '8421', '299.000', '1.000', '252.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17428782', 'Water_Elemental', '8448', '294.355', '0.000', '277.660', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17428783', 'Water_Elemental', '8448', '308.612', '0.034', '272.225', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17428784', 'Temple_Bee', '8432', '301.085', '1.490', '260.047', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17428785', 'Temple_Bee', '8432', '300.268', '1.517', '263.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428786', 'Water_Elemental', '8448', '304.669', '0.734', '265.152', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428787', 'Tonberry_Pursuer', '8440', '361.000', '-0.024', '300.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17428788', 'Temple_Bee', '8432', '321.347', '0.000', '297.576', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17428789', 'Temple_Bee', '8432', '339.000', '-0.125', '317.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17428790', 'Iron_Maiden', '8421', '338.363', '0.000', '261.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428791', 'Tonberry_Maledictor', '8439', '375.565', '-0.006', '259.624', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17428792', 'Tonberry_Dismayer', '8436', '389.634', '0.000', '259.110', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428793', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428794', 'Tonberry_Pursuer', '8440', '406.000', '-0.029', '259.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17428795', 'Tonberry_Maledictor', '8439', '422.000', '-0.027', '248.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428796', 'Iron_Maiden', '8421', '408.000', '-0.032', '248.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17428797', 'Iron_Maiden', '8421', '433.000', '-0.040', '272.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17428798', 'Tonberry_Pursuer', '8440', '372.551', '0.000', '268.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428799', 'Tonberry_Maledictor', '8439', '372.693', '0.000', '248.883', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17428800', 'Tonberry_Stabber', '8441', '392.465', '0.000', '270.998', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428801', 'Tonberry_Dismayer', '8436', '388.315', '0.002', '248.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428802', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428803', 'Tonberry_Pursuer', '8440', '397.000', '-0.002', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428804', 'Tonberry_Maledictor', '8439', '381.000', '-1.000', '299.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17428805', 'Iron_Maiden', '8421', '417.000', '-0.004', '299.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17428806', 'Temple_Bee', '8432', '420.061', '-0.022', '292.620', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428807', 'Cleuvarion_M_Resoaix', '8409', '58.000', '1.000', '-70.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428808', 'Rompaulion_S_Citalle', '8426', '62.000', '1.000', '-70.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428809', 'Beryl-footed_Molberry', '8404', '-80.000', '-0.100', '-0.100', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17428810', 'Death_from_Above', '8415', '53.000', '1.000', '-62.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428811', 'Habetrot', '8419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428812', 'Rumble_Crawler', '8427', '-60.063', '-8.598', '60.123', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17428813', 'Crimson-toothed_Pawberry', '8414', '-40.000', '-24.000', '31.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17428814', 'Tonberry_s_Elemental', '8444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17428815', 'Tonberry_s_Avatar', '8443', '-38.000', '-24.000', '31.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17428816', 'Sacrificial_Goblet', '8428', '300.000', '1.000', '255.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17428817', 'Yallery_Brown', '8450', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17428854', 'Grav_iton', '8418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432577', 'Rock_Crab', '8473', '-500.000', '-500.000', '-500.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17432578', 'Razorjaw_Pugil', '8472', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432579', 'Bloodsucker', '8453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432580', 'Mousse', '8468', '179.920', '-28.000', '-106.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432581', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432582', 'Rancor_Torch', '8471', '-500.000', '-500.000', '-500.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17432583', 'Mimic', '8466', '185.654', '-28.001', '-107.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432584', 'Tonberry_Trailer', '8485', '3.000', '16.000', '-31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432585', 'Dire_Bat', '8460', '-3.824', '15.564', '-43.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432586', 'Tonberry_Trailer', '8485', '40.000', '16.000', '-33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432587', 'Dire_Bat', '8460', '8.000', '16.451', '-41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432588', 'Dire_Bat', '8460', '19.825', '16.453', '-33.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432589', 'Fire_Elemental', '8462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432590', 'Tonberry_Imprecator', '8480', '38.208', '15.843', '-46.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432591', 'Dire_Bat', '8460', '35.000', '36.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432592', 'Tonberry_Trailer', '8485', '-2.478', '15.667', '-42.535', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17432593', 'Tonberry_Imprecator', '8480', '29.000', '16.000', '-42.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17432594', 'Dire_Bat', '8460', '18.465', '15.362', '-69.896', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17432595', 'Dire_Bat', '8460', '0.500', '16.000', '-100.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17432596', 'Dire_Bat', '8460', '20.000', '16.000', '-79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432597', 'Tonberry_Trailer', '8485', '22.757', '15.738', '-102.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432598', 'Dire_Bat', '8460', '-7.000', '16.000', '-60.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17432599', 'Dire_Bat', '8460', '-19.592', '15.548', '-83.703', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17432600', 'Dire_Bat', '8460', '-15.042', '15.690', '-94.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432601', 'Dire_Bat', '8460', '39.857', '15.545', '-101.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432602', 'Dire_Bat', '8460', '52.693', '15.348', '-107.705', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17432603', 'Dire_Bat', '8460', '58.902', '15.249', '-70.684', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432604', 'Dire_Bat', '8460', '61.000', '16.000', '-92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432605', 'Dire_Bat', '8460', '49.000', '16.000', '-58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432606', 'Dire_Bat', '8460', '76.184', '15.092', '-61.292', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17432607', 'Tonberry_Trailer', '8485', '104.000', '16.000', '-31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432608', 'Tonberry_Imprecator', '8480', '95.000', '16.000', '-33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432609', 'Sozu_Bliberry', '8474', '98.830', '16.807', '-40.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432610', 'Dire_Bat', '8460', '98.000', '15.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432611', 'Dire_Bat', '8460', '141.943', '15.780', '-45.361', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17432612', 'Dire_Bat', '8460', '115.000', '16.000', '-19.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17432613', 'Dire_Bat', '8460', '138.706', '15.491', '-21.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432614', 'Tonberry_Trailer', '8485', '180.000', '16.000', '-74.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17432615', 'Dire_Bat', '8460', '159.000', '16.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432616', 'Dire_Bat', '8460', '175.000', '15.000', '-60.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17432617', 'Tonberry_Trailer', '8485', '101.000', '17.000', '-45.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17432618', 'Tonberry_Imprecator', '8480', '178.000', '16.000', '-87.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432619', 'Dire_Bat', '8460', '135.109', '15.709', '-65.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432620', 'Dire_Bat', '8460', '124.732', '15.610', '-59.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432621', 'Tonberry_Trailer', '8485', '134.000', '16.000', '-101.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17432622', 'Tonberry_Trailer', '8485', '146.000', '15.412', '-102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432623', 'Dire_Bat', '8460', '141.000', '15.000', '-123.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17432624', 'Celeste-eyed_Tozberry', '8457', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432625', 'Tonberry_Trailer', '8485', '145.000', '16.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432626', 'Dire_Bat', '8460', '109.478', '15.349', '-100.959', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17432627', 'Dire_Bat', '8460', '-29.100', '15.491', '-59.534', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17432628', 'Tonberry_Slasher', '8482', '-58.978', '15.486', '-72.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432629', 'Tonberry_Slasher', '8482', '-60.000', '16.000', '-85.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17432630', 'Dire_Bat', '8460', '-62.783', '15.784', '-74.063', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432631', 'Fire_Elemental', '8462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432632', 'Tonberry_Beleaguerer', '8478', '-64.433', '15.345', '-76.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432633', 'Tonberry_s_Elemental', '8483', '500.000', '500.000', '500.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17432634', 'Dire_Bat', '8460', '-59.125', '15.466', '-36.414', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432635', 'Dire_Bat', '8460', '-60.784', '15.514', '-28.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432636', 'Dire_Bat', '8460', '-70.634', '15.822', '-54.692', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17432637', 'Dire_Bat', '8460', '-67.000', '15.428', '-15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432638', 'Bifrons', '8451', '-87.587', '15.469', '-6.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432639', 'Bifrons', '8451', '-74.000', '16.000', '6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432640', 'Friar_Rush', '8463', '-86.000', '16.000', '2.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17432641', 'Dire_Bat', '8460', '59.000', '16.000', '0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432642', 'Dire_Bat', '8460', '30.508', '11.490', '24.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432643', 'Dire_Bat', '8460', '74.000', '15.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432644', 'Dire_Bat', '8460', '98.466', '25.212', '2.383', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17432645', 'Dire_Bat', '8460', '66.289', '35.479', '-20.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432646', 'Dire_Bat', '8460', '96.310', '21.805', '14.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432647', 'Tonberry_Imprecator', '8480', '44.037', '36.243', '-52.847', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432648', 'Dire_Bat', '8460', '40.740', '35.771', '-32.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432649', 'Cave_Worm', '8456', '35.315', '35.537', '-45.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432650', 'Cave_Worm', '8456', '22.000', '36.000', '-57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432651', 'Tonberry_Trailer', '8485', '31.801', '35.508', '-90.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432652', 'Cave_Worm', '8456', '44.000', '36.000', '-96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432653', 'Cave_Worm', '8456', '46.787', '35.815', '-82.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432654', 'Cave_Worm', '8456', '27.261', '35.652', '-72.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432655', 'Cave_Worm', '8456', '0.020', '35.468', '-68.012', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432656', 'Cave_Worm', '8456', '-5.459', '35.514', '-77.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432657', 'Dire_Bat', '8460', '-3.435', '35.468', '-92.258', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17432658', 'Dire_Bat', '8460', '4.481', '35.510', '-80.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432659', 'Carmine-tailed_Janberry', '8455', '0.500', '36.000', '-87.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17432660', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432661', 'Tonberry_Imprecator', '8480', '51.531', '36.125', '-105.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432662', 'Tonberry_Imprecator', '8480', '32.000', '36.000', '-109.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432663', 'Cave_Worm', '8456', '38.450', '35.835', '-123.768', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17432664', 'Cave_Worm', '8456', '49.194', '36.411', '-107.748', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17432665', 'Tonberry_Trailer', '8485', '42.774', '35.675', '-157.454', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17432666', 'Cave_Worm', '8456', '29.777', '36.128', '-147.050', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17432667', 'Cave_Worm', '8456', '47.107', '36.443', '-132.831', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432668', 'Tonberry_Imprecator', '8480', '-15.819', '35.574', '-134.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432669', 'Dire_Bat', '8460', '-26.316', '35.579', '-138.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432670', 'Tonberry_Trailer', '8485', '39.019', '35.896', '-38.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432671', 'Tonberry_Imprecator', '8480', '39.428', '36.480', '-136.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432672', 'Dire_Bat', '8460', '-24.381', '39.820', '-28.080', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17432673', 'Dire_Bat', '8460', '-22.115', '35.708', '-34.154', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17432674', 'Cave_Worm', '8456', '-36.897', '44.970', '-21.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432675', 'Cave_Worm', '8456', '-53.000', '45.000', '-19.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17432676', 'Tonberry_Trailer', '8485', '-56.660', '45.642', '-7.901', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17432677', 'Dire_Bat', '8460', '-56.468', '45.623', '-7.522', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17432678', 'Dire_Bat', '8460', '-60.935', '45.382', '-8.103', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432679', 'Tonberry_Trailer', '8485', '-72.978', '45.266', '21.533', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17432680', 'Tonberry_Imprecator', '8480', '-60.807', '45.480', '22.419', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17432681', 'Dire_Bat', '8460', '-61.651', '45.459', '24.353', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17432682', 'Dire_Bat', '8460', '-16.000', '36.000', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432683', 'Tonberry_Trailer', '8485', '-79.935', '45.373', '18.524', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17432684', 'Dire_Bat', '8460', '-82.567', '45.393', '21.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432685', 'Tonberry_Imprecator', '8480', '-36.701', '45.315', '19.801', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17432686', 'Dire_Bat', '8460', '-40.879', '45.440', '21.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432687', 'Tormentor', '8486', '322.000', '-3.000', '314.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432688', 'Tormentor', '8486', '313.000', '-3.000', '314.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17432689', 'Tormentor', '8486', '319.986', '-4.212', '326.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432690', 'Tormentor', '8486', '328.000', '-3.000', '321.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432691', 'Puck', '8470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432692', 'Bullbeggar', '8454', '367.312', '-4.837', '339.054', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17432693', 'Bullbeggar', '8454', '355.000', '-4.528', '338.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432694', 'Bullbeggar', '8454', '344.000', '-4.000', '338.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17432695', 'Tormentor', '8486', '341.328', '-5.020', '283.824', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432696', 'Tormentor', '8486', '341.432', '-4.585', '280.390', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17432697', 'Tormentor', '8486', '355.917', '-4.485', '260.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432698', 'Tormentor', '8486', '341.928', '-4.625', '269.246', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17432699', 'Puck', '8470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432700', 'Puck', '8470', '387.933', '-4.811', '238.677', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432701', 'Puck', '8470', '390.636', '-4.530', '237.156', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17432702', 'Puck', '8470', '393.884', '-4.971', '231.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432703', 'Puck', '8470', '401.000', '-3.000', '246.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432704', 'Puck', '8470', '404.117', '-4.120', '235.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432705', 'Tormentor', '8486', '383.952', '-1.659', '289.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432706', 'Tormentor', '8486', '393.675', '3.107', '297.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432707', 'Puck', '8470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432708', 'Bullbeggar', '8454', '453.809', '5.898', '299.736', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17432709', 'Bullbeggar', '8454', '435.111', '6.288', '299.550', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17432710', 'Bullbeggar', '8454', '451.030', '5.680', '303.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432711', 'Bullbeggar', '8454', '439.387', '6.627', '298.298', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17432712', 'Puck', '8470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432713', 'Puck', '8470', '461.042', '5.446', '315.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432714', 'Puck', '8470', '461.170', '5.173', '327.517', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432715', 'Puck', '8470', '456.495', '5.013', '324.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432716', 'Tormentor', '8486', '419.000', '26.000', '283.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17432717', 'Tormentor', '8486', '421.397', '23.761', '274.775', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17432718', 'Tormentor', '8486', '448.565', '10.772', '261.047', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17432719', 'Tormentor', '8486', '432.000', '18.000', '262.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432720', 'Puck', '8470', '463.000', '5.000', '321.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432721', 'Tonberry_Slasher', '8482', '417.368', '25.726', '304.131', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17432722', 'Tonberry_Slasher', '8482', '415.929', '25.497', '334.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432723', 'Tonberry_Beleaguerer', '8478', '418.611', '25.532', '295.349', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17432724', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432725', 'Bullbeggar', '8454', '382.936', '25.656', '300.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432726', 'Bullbeggar', '8454', '395.000', '26.000', '300.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432727', 'Bullbeggar', '8454', '379.048', '25.128', '304.550', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17432728', 'Den_Scorpion', '8459', '372.000', '26.000', '296.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432729', 'Bullbeggar', '8454', '452.788', '24.222', '294.637', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17432730', 'Bullbeggar', '8454', '453.933', '23.818', '303.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432731', 'Bullbeggar', '8454', '465.648', '24.239', '290.626', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17432732', 'Den_Scorpion', '8459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432733', 'Tonberry_Slasher', '8482', '424.000', '26.000', '302.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432734', 'Bifrons', '8451', '401.006', '25.500', '367.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432735', 'Bifrons', '8451', '409.028', '25.478', '357.297', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17432736', 'Tormentor', '8486', '336.014', '13.972', '262.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432737', 'Bullbeggar', '8454', '342.723', '15.533', '267.984', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432738', 'Bullbeggar', '8454', '346.569', '15.541', '264.690', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17432739', 'Tormentor', '8486', '306.863', '15.438', '261.714', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432740', 'Tormentor', '8486', '301.642', '15.498', '254.582', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17432741', 'Tormentor', '8486', '301.686', '15.675', '246.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432742', 'Puck', '8470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432743', 'Tormentor', '8486', '321.126', '15.561', '221.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432744', 'Tormentor', '8486', '330.195', '14.155', '226.603', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17432745', 'Tormentor', '8486', '320.590', '15.468', '219.446', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17432746', 'Puck', '8470', '337.340', '15.421', '219.902', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17432747', 'Puck', '8470', '304.252', '15.744', '225.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432748', 'Puck', '8470', '297.671', '15.160', '211.494', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17432749', 'Den_Scorpion', '8459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432750', 'Puck', '8470', '298.161', '15.558', '216.908', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17432751', 'Bullbeggar', '8454', '264.237', '15.513', '220.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432752', 'Bullbeggar', '8454', '258.328', '15.362', '217.138', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17432753', 'Bullbeggar', '8454', '260.043', '15.304', '216.279', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432754', 'Bullbeggar', '8454', '293.542', '14.304', '183.582', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17432755', 'Bullbeggar', '8454', '291.233', '15.090', '176.605', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17432756', 'Bullbeggar', '8454', '297.712', '15.496', '181.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432757', 'Bullbeggar', '8454', '254.574', '15.637', '180.203', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17432758', 'Bullbeggar', '8454', '256.488', '14.418', '172.967', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17432759', 'Den_Scorpion', '8459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432760', 'Tormentor', '8486', '230.716', '15.939', '181.216', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432761', 'Tormentor', '8486', '229.259', '15.710', '181.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432762', 'Tormentor', '8486', '242.483', '15.563', '178.874', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17432763', 'Puck', '8470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432764', 'Tormentor', '8486', '195.503', '13.635', '175.322', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17432765', 'Den_Scorpion', '8459', '174.244', '12.348', '182.149', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17432766', 'Den_Scorpion', '8459', '190.623', '12.233', '167.173', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17432767', 'Den_Scorpion', '8459', '180.158', '15.380', '174.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432768', 'Bullbeggar', '8454', '261.724', '15.463', '155.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432769', 'Bullbeggar', '8454', '277.583', '15.411', '138.868', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17432770', 'Bullbeggar', '8454', '274.013', '15.559', '141.389', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432771', 'Puck', '8470', '292.750', '15.288', '138.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432772', 'Puck', '8470', '305.438', '15.573', '139.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432773', 'Den_Scorpion', '8459', '301.739', '15.802', '145.633', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17432774', 'Puck', '8470', '303.871', '15.809', '141.949', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17432775', 'Tormentor', '8486', '378.717', '-14.702', '199.982', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17432776', 'Tormentor', '8486', '365.960', '-6.487', '183.332', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432777', 'Tormentor', '8486', '325.623', '12.592', '139.669', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17432778', 'Tormentor', '8486', '325.869', '12.458', '139.686', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17432779', 'Tormentor', '8486', '369.004', '-9.859', '180.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432780', 'Puck', '8470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432781', 'Dire_Bat', '8460', '33.033', '15.607', '-138.219', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17432782', 'Dire_Bat', '8460', '19.274', '15.834', '-122.787', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17432783', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432784', 'Tonberry_Slasher', '8482', '71.000', '16.000', '-113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432785', 'Tonberry_Slasher', '8482', '82.000', '16.000', '-126.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432786', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432787', 'Tonberry_Slasher', '8482', '76.568', '15.606', '-165.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432788', 'Tonberry_Slasher', '8482', '70.000', '16.000', '-155.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17432789', 'Tonberry_Beleaguerer', '8478', '79.000', '16.000', '-154.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17432790', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432791', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432792', 'Fire_Elemental', '8462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432793', 'Tonberry_Slasher', '8482', '125.000', '16.000', '-166.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432794', 'Tonberry_Slasher', '8482', '127.188', '15.306', '-154.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432795', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432796', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432797', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432798', 'Tawny-fingered_Mugberry', '8477', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432799', 'Tonberry_Beleaguerer', '8478', '85.000', '16.000', '-113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432800', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432801', 'Tonberry_Slasher', '8482', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432802', 'Tonberry_Beleaguerer', '8478', '117.267', '15.619', '-156.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432803', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432804', 'Dire_Bat', '8460', '70.000', '16.000', '-216.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17432805', 'Dire_Bat', '8460', '100.000', '16.000', '-197.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17432806', 'Dire_Bat', '8460', '90.000', '16.000', '-219.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17432807', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432808', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432809', 'Dire_Bat', '8460', '139.000', '15.000', '-192.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17432810', 'Dire_Bat', '8460', '-21.178', '15.583', '-115.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432811', 'Dire_Bat', '8460', '-27.224', '14.356', '-95.793', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432812', 'Dire_Bat', '8460', '-44.196', '15.733', '-98.313', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17432813', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432814', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432815', 'Dire_Bat', '8460', '-61.344', '15.310', '-160.511', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432816', 'Dire_Bat', '8460', '-56.219', '15.567', '-147.210', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17432817', 'Dire_Bat', '8460', '-60.618', '15.411', '-136.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432818', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432819', 'Tonberry_Slasher', '8482', '-39.000', '16.000', '-185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432820', 'Tonberry_Beleaguerer', '8478', '-48.577', '15.486', '-182.078', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17432821', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432822', 'Tonberry_Beleaguerer', '8478', '-32.000', '16.000', '-178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432823', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432824', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432825', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432826', 'Tonberry_Slasher', '8482', '-44.078', '16.081', '-177.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432827', 'Dire_Bat', '8460', '21.605', '15.513', '-145.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432828', 'Dire_Bat', '8460', '-2.000', '16.000', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432829', 'Dire_Bat', '8460', '-7.000', '16.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432830', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432831', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432832', 'Dire_Bat', '8460', '21.000', '16.000', '-162.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17432833', 'Dire_Bat', '8460', '32.000', '16.000', '-178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432834', 'Dire_Bat', '8460', '59.000', '15.000', '-195.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17432835', 'Dire_Bat', '8460', '52.804', '15.431', '-171.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432836', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432837', 'Dire_Bat', '8460', '17.000', '16.000', '-217.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432838', 'Dire_Bat', '8460', '-12.000', '15.000', '-224.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432839', 'Dire_Bat', '8460', '23.828', '14.180', '-191.198', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17432840', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432841', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432842', 'Dire_Bat', '8460', '-1.000', '16.000', '-218.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17432843', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432844', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432845', 'Bistre-hearted_Malberry', '8452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432846', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432847', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432848', 'Water_Elemental', '8487', '-24.064', '15.145', '-217.639', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17432849', 'Tonberry_Slasher', '8482', '139.000', '16.000', '-227.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17432850', 'Tonberry_Slasher', '8482', '132.000', '15.000', '-217.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17432851', 'Tonberry_Beleaguerer', '8478', '142.000', '16.000', '-216.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432852', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432853', 'Dire_Bat', '8460', '161.000', '15.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432854', 'Dire_Bat', '8460', '139.000', '16.000', '-250.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17432855', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432856', 'Tonberry_Slasher', '8482', '176.794', '16.135', '-247.532', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17432857', 'Tonberry_Beleaguerer', '8478', '184.000', '16.000', '-243.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17432858', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432859', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432860', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432861', 'Tonberry_Beleaguerer', '8478', '178.342', '16.701', '-236.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432862', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432863', 'Dire_Bat', '8460', '101.622', '15.542', '-240.184', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17432864', 'Dire_Bat', '8460', '114.019', '15.841', '-221.130', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17432865', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432866', 'Dire_Bat', '8460', '121.000', '16.000', '-260.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17432867', 'Tonberry_Slasher', '8482', '94.135', '15.775', '-255.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432868', 'Tonberry_Beleaguerer', '8478', '96.250', '15.805', '-258.654', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17432869', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432870', 'Dire_Bat', '8460', '106.080', '15.419', '-301.905', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432871', 'Tonberry_Slasher', '8482', '104.000', '15.000', '-257.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17432872', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432873', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432874', 'Dire_Bat', '8460', '57.764', '15.624', '-265.576', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17432875', 'Dire_Bat', '8460', '68.842', '15.621', '-257.319', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432876', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432877', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432878', 'Dire_Bat', '8460', '19.000', '15.000', '-235.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17432879', 'Dire_Bat', '8460', '19.103', '15.494', '-248.172', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17432880', 'Dire_Bat', '8460', '59.271', '15.220', '-228.050', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17432881', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432882', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432883', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432884', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432885', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432886', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432887', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432888', 'Dire_Bat', '8460', '139.137', '15.607', '-275.832', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17432889', 'Dire_Bat', '8460', '142.000', '20.000', '-301.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17432890', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432891', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432892', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432893', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432894', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432895', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432896', 'Stygian_Pugil', '8475', '121.841', '35.681', '-87.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432897', 'Stygian_Pugil', '8475', '126.783', '35.368', '-77.132', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17432898', 'Stygian_Pugil', '8475', '119.988', '35.577', '-80.647', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17432899', 'Doom_Toad', '8461', '109.631', '35.713', '-81.879', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17432900', 'Stygian_Pugil', '8475', '140.037', '35.501', '-99.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432901', 'Stygian_Pugil', '8475', '156.230', '35.879', '-96.370', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17432902', 'Stygian_Pugil', '8475', '160.192', '35.448', '-103.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432903', 'Doom_Toad', '8461', '160.794', '35.480', '-102.429', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17432904', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432905', 'Stygian_Pugil', '8475', '161.646', '35.298', '-114.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432906', 'Stygian_Pugil', '8475', '150.171', '35.905', '-123.389', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432907', 'Stygian_Pugil', '8475', '150.736', '35.915', '-123.950', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17432908', 'Doom_Toad', '8461', '161.607', '35.199', '-109.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432909', 'Stygian_Pugil', '8475', '159.362', '36.079', '-72.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432910', 'Stygian_Pugil', '8475', '173.155', '35.951', '-94.694', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17432911', 'Stygian_Pugil', '8475', '169.528', '36.155', '-76.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432912', 'Stygian_Pugil', '8475', '166.628', '36.586', '-73.233', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432913', 'Water_Elemental', '8487', '165.190', '35.999', '-80.587', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432914', 'Stygian_Pugil', '8475', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432915', 'Stygian_Pugil', '8475', '152.571', '35.836', '-98.602', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17432916', 'Succubus_Bats', '8476', '98.628', '25.889', '-170.538', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17432917', 'Succubus_Bats', '8476', '125.311', '35.486', '-139.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432918', 'Tonberry_Slasher', '8482', '27.715', '35.781', '-198.793', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432919', 'Tonberry_Beleaguerer', '8478', '2.868', '35.489', '-189.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432920', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432921', 'Succubus_Bats', '8476', '-9.865', '35.474', '-203.177', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17432922', 'Succubus_Bats', '8476', '21.559', '35.648', '-211.866', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17432923', 'Tonberry_Slasher', '8482', '67.407', '36.210', '-195.970', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17432924', 'Tonberry_Slasher', '8482', '47.220', '35.839', '-183.555', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17432925', 'Succubus_Bats', '8476', '78.228', '35.883', '-195.024', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17432926', 'Succubus_Bats', '8476', '54.894', '35.540', '-174.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432927', 'Tonberry_Slasher', '8482', '63.000', '37.000', '-241.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17432928', 'Tonberry_Beleaguerer', '8478', '33.939', '35.804', '-219.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432929', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432930', 'Succubus_Bats', '8476', '40.414', '36.409', '-212.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432931', 'Fire_Elemental', '8462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432932', 'Tonberry_Slasher', '8482', '74.599', '36.480', '-217.452', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17432933', 'Tonberry_Slasher', '8482', '96.343', '35.548', '-215.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432934', 'Succubus_Bats', '8476', '90.262', '35.542', '-242.478', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17432935', 'Cutlass_Scorpion', '8458', '121.000', '35.654', '-236.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432936', 'Succubus_Bats', '8476', '124.571', '35.889', '-281.581', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17432937', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432938', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432939', 'Cutlass_Scorpion', '8458', '114.666', '35.803', '-273.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432940', 'Tonberry_Beleaguerer', '8478', '52.761', '36.143', '-219.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432941', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432942', 'Succubus_Bats', '8476', '162.284', '35.436', '-299.334', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432943', 'Succubus_Bats', '8476', '149.437', '35.479', '-299.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432944', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432945', 'Mousse', '8468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432946', 'Bifrons', '8451', '207.491', '35.504', '-285.699', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17432947', 'Bifrons', '8451', '192.356', '35.534', '-275.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432948', 'Million_Eyes', '8465', '101.000', '25.000', '-346.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432949', 'Million_Eyes', '8465', '100.952', '25.789', '-336.591', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17432950', 'Million_Eyes', '8465', '96.601', '25.652', '-342.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432951', 'Million_Eyes', '8465', '101.609', '25.505', '-317.571', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17432952', 'Million_Eyes', '8465', '100.000', '25.000', '-301.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17432953', 'Million_Eyes', '8465', '16.937', '25.260', '-294.656', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17432954', 'Million_Eyes', '8465', '27.317', '24.133', '-293.822', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17432955', 'Million_Eyes', '8465', '16.986', '25.446', '-306.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432956', 'Million_Eyes', '8465', '58.204', '24.923', '-299.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432957', 'Million_Eyes', '8465', '28.000', '25.000', '-303.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432958', 'Tonberry_Slasher', '8482', '-20.122', '25.261', '-294.893', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432959', 'Tonberry_Slasher', '8482', '-32.897', '25.773', '-280.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432960', 'Tonberry_Slasher', '8482', '-38.351', '25.797', '-285.935', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17432961', 'Tonberry_Beleaguerer', '8478', '-35.517', '25.899', '-281.578', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17432962', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432963', 'Tonberry_Slasher', '8482', '-20.554', '25.456', '-251.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432964', 'Million_Eyes', '8465', '42.000', '26.000', '-303.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432965', 'Tonberry_Beleaguerer', '8478', '-58.316', '25.431', '-309.361', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432966', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432967', 'Million_Eyes', '8465', '42.000', '26.000', '-293.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17432968', 'Tonberry_Slasher', '8482', '-78.435', '15.436', '-221.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432969', 'Tonberry_Beleaguerer', '8478', '-59.361', '24.938', '-236.407', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17432970', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432971', 'Million_Eyes', '8465', '-63.918', '21.624', '-225.586', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432972', 'Million_Eyes', '8465', '-62.529', '23.176', '-233.277', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17432973', 'Million_Eyes', '8465', '-40.859', '35.731', '-365.540', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17432974', 'Million_Eyes', '8465', '-21.000', '36.000', '-349.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17432975', 'Million_Eyes', '8465', '-34.433', '35.838', '-350.511', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17432976', 'Doom_Toad', '8461', '-42.913', '35.360', '-350.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432977', 'Doom_Toad', '8461', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432978', 'Ogama', '8469', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432979', 'Million_Eyes', '8465', '8.104', '33.010', '-351.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432980', 'Million_Eyes', '8465', '-13.768', '36.211', '-372.854', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17432981', 'Million_Eyes', '8465', '-14.259', '36.542', '-369.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432982', 'Doom_Toad', '8461', '-2.000', '36.000', '-367.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17432983', 'Doom_Toad', '8461', '-21.000', '36.000', '-351.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17432984', 'Tonberry_Slasher', '8482', '-113.000', '6.000', '-215.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432985', 'Tonberry_Beleaguerer', '8478', '-124.000', '7.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432986', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432987', 'Tonberry_Slasher', '8482', '-139.000', '6.000', '-205.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17432988', 'Tonberry_Slasher', '8482', '-140.000', '7.000', '-193.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432989', 'Tonberry_Beleaguerer', '8478', '-145.220', '5.250', '-179.819', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432990', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432991', 'Tonberry_Beleaguerer', '8478', '-125.000', '5.000', '-177.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432992', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17432993', 'Tonberry_Decapitator', '8479', '-149.044', '5.434', '-176.297', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17432994', 'Doom_Toad', '8461', '-170.000', '5.479', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432995', 'Doom_Toad', '8461', '-111.213', '5.120', '-179.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432996', 'Tonberry_Slasher', '8482', '-141.721', '6.766', '-214.374', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17432997', 'Water_Elemental', '8487', '-141.878', '6.745', '-216.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432998', 'Million_Eyes', '8465', '62.381', '35.827', '-384.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17432999', 'Million_Eyes', '8465', '84.000', '34.000', '-378.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17433000', 'Million_Eyes', '8465', '69.618', '35.820', '-381.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17433001', 'Tonberry_Imprecator', '8480', '-164.833', '15.922', '-123.932', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17433002', 'Tonberry_Trailer', '8485', '-161.653', '15.810', '-121.665', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17433003', 'Tonberry_Beleaguerer', '8478', '-158.206', '15.636', '-123.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17433004', 'Tonberry_s_Elemental', '8483', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17433005', 'Tonberry_Tracker', '8484', '-167.336', '15.851', '-120.259', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17433006', 'Tonberry_Decapitator', '8479', '-165.510', '15.833', '-116.849', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17433007', 'Tonberry_Pontifex', '8481', '-209.505', '11.943', '-95.768', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17433008', 'Tonberry_Tracker', '8484', '-188.621', '15.588', '-100.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17433009', 'Hakutaku', '8464', '24.000', '25.000', '-306.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17433010', 'Mokumokuren', '8467', '179.921', '-28.008', '-107.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436673', 'Evil_Eye', '8511', '346.751', '-13.403', '-20.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436674', 'Evil_Eye', '8511', '319.763', '-16.508', '-20.658', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436675', 'Demon_Pawn', '8500', '300.791', '-20.495', '30.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436676', 'Evil_Eye', '8511', '301.373', '-16.892', '12.826', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17436677', 'Evil_Eye', '8511', '303.216', '-20.523', '41.740', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17436678', 'Dark_Elemental', '8492', '299.000', '-16.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436679', 'Ice_Elemental', '8519', '302.899', '-16.530', '6.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436680', 'Demon_Pawn', '8500', '226.000', '-24.000', '60.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17436681', 'Demon_Pawn', '8500', '283.799', '-20.515', '60.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436682', 'Evil_Eye', '8511', '262.000', '-21.229', '58.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17436683', 'Dark_Elemental', '8492', '292.259', '-20.517', '61.493', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17436684', 'Ice_Elemental', '8519', '220.000', '-24.525', '60.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17436685', 'Demon_Pawn', '8500', '209.000', '-24.532', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436686', 'Demon_Pawn', '8500', '219.226', '-24.511', '32.026', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17436687', 'Evil_Eye', '8511', '199.156', '-24.525', '22.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436688', 'Dark_Elemental', '8492', '186.604', '-24.507', '22.337', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17436689', 'Ice_Elemental', '8519', '193.767', '-24.504', '19.999', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17436690', 'Evil_Eye', '8511', '180.880', '-24.539', '22.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436691', 'Demon_Pawn', '8500', '115.760', '-24.510', '20.668', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436692', 'Demon_Knight', '8498', '139.135', '-24.559', '21.744', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436693', 'Demon_Pawn', '8500', '67.000', '-24.518', '20.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17436694', 'Demon_Knight', '8498', '75.000', '-24.512', '19.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17436695', 'Demon_Pawn', '8500', '99.000', '-24.544', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436696', 'Demon_Knight', '8498', '101.753', '-24.545', '53.163', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436697', 'Demon_Pawn', '8500', '98.292', '-24.511', '-3.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436698', 'Demon_Knight', '8498', '98.617', '-24.520', '-8.959', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17436699', 'Evil_Eye', '8511', '99.589', '-24.550', '20.144', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17436700', 'Demon_Pawn', '8500', '180.972', '-24.579', '47.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436701', 'Demon_Pawn', '8500', '181.241', '-24.539', '-35.040', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436702', 'Demon_Pawn', '8500', '180.358', '-24.539', '95.951', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17436703', 'Demon_Wizard', '8505', '147.000', '-24.562', '100.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17436704', 'Demon_Pawn', '8500', '183.383', '-24.578', '-53.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436705', 'Demon_Wizard', '8505', '136.000', '-24.547', '-59.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17436706', 'Demon_Pawn', '8500', '111.315', '-24.574', '100.773', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17436707', 'Dark_Elemental', '8492', '141.519', '-24.512', '101.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436708', 'Ice_Elemental', '8519', '103.154', '-24.502', '100.265', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17436709', 'Demon_Pawn', '8500', '107.339', '-24.547', '-57.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436710', 'Dark_Elemental', '8492', '155.857', '-24.593', '-58.556', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17436711', 'Ice_Elemental', '8519', '105.546', '-24.549', '-57.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436712', 'Evil_Eye', '8511', '135.484', '-24.538', '64.949', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436713', 'Evil_Eye', '8511', '134.806', '-24.522', '56.228', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17436714', 'Likho', '8522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436715', 'Evil_Eye', '8511', '141.048', '-24.503', '-18.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436716', 'Evil_Eye', '8511', '141.449', '-24.503', '-16.373', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17436717', 'Demon_Pawn', '8500', '89.000', '-20.646', '71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436718', 'Demon_Pawn', '8500', '112.000', '-20.000', '63.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17436719', 'Demon_Wizard', '8505', '106.000', '-20.591', '88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436720', 'Demon_Knight', '8498', '88.000', '-20.583', '92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436721', 'Demon_Pawn', '8500', '96.760', '-20.556', '-47.887', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17436722', 'Demon_Pawn', '8500', '87.000', '-20.547', '-1.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17436723', 'Demon_Wizard', '8505', '111.000', '-20.547', '-13.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17436724', 'Demon_Knight', '8498', '91.460', '-20.545', '-32.640', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17436725', 'Goblin_Poacher', '8512', '28.939', '-20.444', '120.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436726', 'Goblin_Trader', '8516', '12.644', '-20.465', '148.753', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436727', 'Goblin_s_Bats', '8515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436728', 'Goblin_Robber', '8514', '29.605', '-20.469', '132.302', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17436729', 'Goblin_Reaper', '8513', '-27.000', '-19.000', '150.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436730', 'Orcish_Bowshooter', '8528', '-7.000', '-24.512', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436731', 'Orcish_Footsoldier', '8529', '30.435', '-20.471', '-104.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436732', 'Orcish_Gladiator', '8530', '-27.000', '-20.000', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436733', 'Orcish_Trooper', '8531', '12.000', '-24.516', '-99.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17436734', 'Goblin_Poacher', '8512', '-37.000', '-20.498', '90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436735', 'Goblin_Trader', '8516', '7.238', '-20.499', '89.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436736', 'Goblin_s_Bats', '8515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436737', 'Goblin_Robber', '8514', '-14.376', '-20.482', '89.759', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436738', 'Goblin_Reaper', '8513', '9.000', '-20.499', '69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436739', 'Orcish_Bowshooter', '8528', '-1.000', '-20.496', '-50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436740', 'Orcish_Footsoldier', '8529', '11.226', '-20.462', '-29.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436741', 'Orcish_Gladiator', '8530', '-24.213', '-20.478', '-48.779', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17436742', 'Orcish_Trooper', '8531', '11.000', '-24.510', '-65.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436743', 'Demon_Wizard', '8505', '-18.911', '-20.500', '72.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436744', 'Demon_Knight', '8498', '-24.100', '-20.510', '72.867', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17436745', 'Demon_Warlock', '8504', '-24.251', '-20.500', '77.300', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17436746', 'Demon_s_Elemental', '8503', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436747', 'Demon_Wizard', '8505', '-25.130', '-20.502', '-31.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436748', 'Demon_Knight', '8498', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436749', 'Demon_Warlock', '8504', '-16.532', '-20.500', '-35.249', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17436750', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436751', 'Goblin_Poacher', '8512', '-22.511', '-24.505', '126.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436752', 'Goblin_Trader', '8516', '-15.000', '-24.506', '105.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17436753', 'Goblin_s_Bats', '8515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436754', 'Goblin_Robber', '8514', '2.477', '-24.510', '142.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436755', 'Goblin_Reaper', '8513', '11.289', '-24.536', '97.655', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436756', 'Orcish_Bowshooter', '8528', '-30.000', '-19.000', '-103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436757', 'Orcish_Footsoldier', '8529', '-20.417', '-24.508', '-71.174', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17436758', 'Orcish_Gladiator', '8530', '-2.000', '-20.000', '-110.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17436759', 'Orcish_Trooper', '8531', '-12.870', '-24.534', '-101.227', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17436760', 'Goblin_Poacher', '8512', '22.175', '-24.600', '67.195', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436761', 'Goblin_Trader', '8516', '20.000', '-24.576', '120.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17436762', 'Goblin_s_Bats', '8515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436763', 'Goblin_Robber', '8514', '22.357', '-24.502', '74.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436764', 'Goblin_Reaper', '8513', '22.996', '-24.549', '90.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436765', 'Orcish_Bowshooter', '8528', '29.000', '-20.000', '-74.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17436766', 'Orcish_Footsoldier', '8529', '21.000', '-24.271', '-78.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17436767', 'Orcish_Gladiator', '8530', '22.043', '-24.530', '-50.205', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17436768', 'Orcish_Trooper', '8531', '18.655', '-24.505', '-36.065', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436769', 'Demon_Knight', '8498', '19.000', '-24.000', '-7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436770', 'Demon_Knight', '8498', '20.293', '-24.545', '49.900', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17436771', 'Evil_Eye', '8511', '-48.000', '-24.518', '20.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436772', 'Evil_Eye', '8511', '-18.272', '-24.519', '21.043', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436773', 'Evil_Eye', '8511', '48.573', '-24.500', '21.315', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436774', 'Goblin_Poacher', '8512', '-51.349', '-24.564', '99.758', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17436775', 'Goblin_Trader', '8516', '-30.000', '-24.504', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436776', 'Goblin_s_Bats', '8515', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436777', 'Goblin_Robber', '8514', '-40.741', '-24.506', '101.272', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436778', 'Goblin_Reaper', '8513', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436779', 'Orcish_Bowshooter', '8528', '-44.190', '-24.505', '-61.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436780', 'Orcish_Footsoldier', '8529', '-32.000', '-25.162', '-59.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17436781', 'Orcish_Gladiator', '8530', '-51.806', '-24.613', '-56.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436782', 'Orcish_Trooper', '8531', '-20.000', '-24.503', '-82.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17436783', 'Elder_Quadav', '8509', '-99.000', '-24.552', '114.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17436784', 'Iron_Quadav', '8520', '-91.838', '-24.539', '98.611', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436785', 'Spinel_Quadav', '8532', '-77.531', '-24.500', '102.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436786', 'Emerald_Quadav', '8510', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436787', 'Yagudo_Zealot', '8538', '-95.000', '-24.505', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436788', 'Yagudo_Conquistador', '8535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436789', 'Yagudo_Lutenist', '8536', '-76.210', '-24.501', '-58.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436790', 'Yagudo_Prior', '8537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436791', 'Elder_Quadav', '8509', '-131.591', '-24.526', '97.043', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17436792', 'Iron_Quadav', '8520', '-97.734', '-24.525', '131.820', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17436793', 'Spinel_Quadav', '8532', '-140.973', '-24.500', '120.172', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17436794', 'Emerald_Quadav', '8510', '-139.819', '-24.467', '134.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436795', 'Yagudo_Zealot', '8538', '-114.910', '-24.512', '-103.393', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17436796', 'Yagudo_Conquistador', '8535', '-97.082', '-24.528', '-92.038', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17436797', 'Yagudo_Lutenist', '8536', '-140.339', '-24.522', '-74.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436798', 'Yagudo_Prior', '8537', '-97.493', '-24.505', '-87.147', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17436799', 'Elder_Quadav', '8509', '-140.000', '-24.000', '85.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436800', 'Iron_Quadav', '8520', '-140.268', '-40.401', '46.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436801', 'Spinel_Quadav', '8532', '-138.652', '-34.949', '57.572', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17436802', 'Emerald_Quadav', '8510', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436803', 'Yagudo_Zealot', '8538', '-139.644', '-36.281', '-14.001', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17436804', 'Yagudo_Conquistador', '8535', '-137.761', '-40.390', '-5.777', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17436805', 'Yagudo_Lutenist', '8536', '-140.000', '-24.000', '-40.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436806', 'Yagudo_Prior', '8537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436807', 'Morbid_Eye', '8527', '-139.645', '-42.569', '31.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436808', 'Morbid_Eye', '8527', '-142.132', '-42.505', '4.812', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17436809', 'Elder_Quadav', '8509', '-149.000', '-19.000', '123.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436810', 'Iron_Quadav', '8520', '-134.298', '-20.463', '151.484', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436811', 'Spinel_Quadav', '8532', '-90.595', '-20.449', '127.225', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436812', 'Emerald_Quadav', '8510', '-115.662', '-20.500', '151.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436813', 'Yagudo_Zealot', '8538', '-119.000', '-24.000', '-60.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436814', 'Yagudo_Conquistador', '8535', '-123.473', '-20.499', '-109.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436815', 'Yagudo_Lutenist', '8536', '-101.204', '-20.438', '-109.420', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436816', 'Yagudo_Prior', '8537', '-124.000', '-24.000', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436817', 'Demon_Pawn', '8500', '-151.493', '-38.467', '21.716', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436818', 'Demon_Pawn', '8500', '-151.470', '-38.447', '5.488', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17436819', 'Demon_Wizard', '8505', '-151.413', '-34.175', '-11.005', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17436820', 'Elder_Quadav', '8509', '-115.000', '-19.000', '90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436821', 'Iron_Quadav', '8520', '-65.000', '-19.000', '89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436822', 'Spinel_Quadav', '8532', '-67.000', '-19.000', '110.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17436823', 'Emerald_Quadav', '8510', '-92.000', '-20.505', '75.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436824', 'Yagudo_Zealot', '8538', '-93.000', '-20.514', '-52.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436825', 'Yagudo_Conquistador', '8535', '-83.000', '-20.475', '-50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436826', 'Yagudo_Lutenist', '8536', '-91.269', '-20.500', '-45.320', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436827', 'Yagudo_Prior', '8537', '-63.000', '-20.500', '-50.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436828', 'Demon_Pawn', '8500', '-129.202', '-38.469', '12.499', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17436829', 'Demon_Pawn', '8500', '-128.977', '-38.467', '17.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436830', 'Demon_Wizard', '8505', '-128.762', '-38.462', '29.008', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436831', 'Morbid_Eye', '8527', '-80.825', '-19.948', '51.409', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436832', 'Morbid_Eye', '8527', '-80.538', '-19.955', '-12.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436833', 'Morbid_Eye', '8527', '-67.000', '-19.952', '-1.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436834', 'Demon_Wizard', '8505', '-75.814', '-24.526', '32.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436835', 'Demon_Knight', '8498', '-83.000', '-24.500', '20.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17436836', 'Demon_Wizard', '8505', '-82.330', '-24.616', '-3.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436837', 'Demon_Warlock', '8504', '-74.742', '-24.639', '9.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436838', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436839', 'Morbid_Eye', '8527', '-75.280', '-24.542', '20.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436840', 'Morbid_Eye', '8527', '-59.661', '-7.727', '148.998', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436841', 'Morbid_Eye', '8527', '-59.977', '-3.968', '156.549', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17436842', 'Morbid_Eye', '8527', '-59.000', '-4.000', '-112.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436843', 'Morbid_Eye', '8527', '-60.570', '-11.150', '-98.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436844', 'Demon_Commander', '8496', '-27.090', '3.497', '180.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436845', 'Demon_General', '8497', '-34.899', '3.476', '-138.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436846', 'Demon_Chancellor', '8495', '-87.922', '3.473', '180.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436847', 'Demon_Magistrate', '8499', '-101.387', '3.494', '-133.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436848', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436849', 'Demon_Commander', '8496', '0.660', '3.499', '124.338', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17436850', 'Demon_General', '8497', '-6.266', '3.499', '125.143', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17436851', 'Demon_Chancellor', '8495', '-5.661', '3.499', '121.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436852', 'Demon_Magistrate', '8499', '-8.098', '3.499', '112.239', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17436853', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436854', 'Demon_Commander', '8496', '9.023', '3.499', '-79.536', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17436855', 'Demon_General', '8497', '-1.000', '4.000', '-76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436856', 'Demon_Chancellor', '8495', '5.968', '3.499', '-89.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436857', 'Demon_Magistrate', '8499', '-0.300', '3.499', '-90.580', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17436858', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436859', 'Demon_Commander', '8496', '-126.356', '3.499', '125.843', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436860', 'Demon_General', '8497', '-124.360', '3.499', '121.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436861', 'Demon_Chancellor', '8495', '-122.968', '3.499', '115.177', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17436862', 'Demon_Magistrate', '8499', '-113.000', '3.499', '124.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17436863', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436864', 'Demon_Commander', '8496', '-126.723', '3.499', '-86.485', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17436865', 'Demon_General', '8497', '-120.000', '3.499', '-86.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17436866', 'Demon_Chancellor', '8495', '-117.616', '3.499', '-70.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436867', 'Demon_Magistrate', '8499', '-113.756', '3.499', '-73.765', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17436868', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436869', 'Blood_Demon', '8491', '61.809', '-8.500', '181.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436870', 'Doom_Demon', '8506', '68.535', '-8.500', '163.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436871', 'Arch_Demon', '8490', '70.046', '-8.500', '140.958', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17436872', 'Blood_Demon', '8491', '85.764', '-8.500', '148.307', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436873', 'Doom_Demon', '8506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436874', 'Abyssal_Demon', '8488', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436875', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436877', 'Blood_Demon', '8491', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436878', 'Doom_Demon', '8506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436879', 'Abyssal_Demon', '8488', '59.559', '-8.500', '-131.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436880', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436882', 'Doom_Demon', '8506', '82.568', '-8.500', '-139.081', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17436883', 'Arch_Demon', '8490', '98.633', '-8.500', '-116.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436884', 'Abyssal_Demon', '8488', '90.912', '-8.500', '-101.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436885', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436886', 'Blood_Demon', '8491', '-214.089', '-8.500', '148.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436887', 'Arch_Demon', '8490', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436888', 'Abyssal_Demon', '8488', '-196.379', '-8.500', '146.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436889', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436890', 'Blood_Demon', '8491', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436891', 'Doom_Demon', '8506', '-189.000', '-8.500', '175.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17436892', 'Arch_Demon', '8490', '-212.282', '-8.500', '178.590', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436893', 'Doom_Demon', '8506', '-186.431', '-8.500', '-124.240', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17436894', 'Arch_Demon', '8490', '-193.323', '-8.500', '-133.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436895', 'Abyssal_Demon', '8488', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436896', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436897', 'Blood_Demon', '8491', '-211.546', '-8.500', '-140.293', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17436898', 'Arch_Demon', '8490', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436899', 'Abyssal_Demon', '8488', '-210.876', '-8.500', '-106.277', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17436900', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436901', 'Ahriman', '8489', '40.136', '-8.525', '140.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436902', 'Ahriman', '8489', '35.265', '-8.522', '-98.959', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436903', 'Ahriman', '8489', '-156.114', '-8.527', '141.314', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436904', 'Ahriman', '8489', '-145.473', '-8.502', '-98.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436905', 'Ahriman', '8489', '-19.288', '-4.509', '91.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436906', 'Ahriman', '8489', '20.031', '-4.505', '-23.839', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17436907', 'Ahriman', '8489', '-137.480', '-4.509', '62.304', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17436908', 'Ahriman', '8489', '-100.000', '-4.526', '-41.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17436909', 'Dread_Demon', '8507', '-35.475', '-4.500', '54.841', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17436910', 'Judicator_Demon', '8521', '-43.182', '-4.499', '61.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436911', 'Stygian_Demon', '8533', '-28.860', '-4.499', '46.750', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17436912', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436913', 'Marquis_Allocen', '8523', '-44.116', '-4.496', '37.549', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17436914', 'Gore_Demon', '8517', '-25.385', '-4.500', '-15.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436915', 'Judicator_Demon', '8521', '-38.739', '-4.500', '-10.996', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17436916', 'Stygian_Demon', '8533', '-27.689', '-4.500', '-3.916', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17436917', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436918', 'Marquis_Amon', '8524', '-30.715', '-4.500', '-20.455', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17436919', 'Gore_Demon', '8517', '-93.493', '-4.499', '41.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436920', 'Dread_Demon', '8507', '-94.673', '-4.500', '51.039', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17436921', 'Stygian_Demon', '8533', '-76.620', '-4.489', '36.243', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17436922', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436923', 'Duke_Haborym', '8508', '-93.769', '-4.499', '34.776', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17436924', 'Gore_Demon', '8517', '-93.000', '-4.500', '-15.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17436925', 'Dread_Demon', '8507', '-97.000', '-4.500', '-0.600', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17436926', 'Judicator_Demon', '8521', '-81.908', '-4.498', '-4.230', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17436927', 'Grand_Duke_Batym', '8518', '-78.000', '-4.000', '-15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436928', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436929', 'Demon_s_Avatar', '8502', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436930', 'Ahriman', '8489', '-60.697', '-0.500', '51.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436931', 'Ahriman', '8489', '-54.998', '-0.488', '38.771', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17436932', 'Ahriman', '8489', '-60.806', '-0.500', '-18.990', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436933', 'Ahriman', '8489', '-54.742', '-0.497', '-1.556', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17436934', 'Ahriman', '8489', '-20.213', '-0.500', '18.744', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17436935', 'Ahriman', '8489', '-39.000', '-0.499', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436936', 'Ahriman', '8489', '-85.431', '-0.499', '24.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436937', 'Ahriman', '8489', '-71.985', '-0.486', '18.013', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17436938', 'Ahriman', '8489', '-81.477', '-0.538', '101.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436939', 'Ahriman', '8489', '-59.472', '-0.504', '-52.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436940', 'Ahriman', '8489', '19.625', '-0.530', '40.196', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17436941', 'Ahriman', '8489', '20.000', '-0.527', '67.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17436942', 'Ahriman', '8489', '-140.000', '-0.505', '-7.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17436943', 'Ahriman', '8489', '-140.670', '-0.510', '18.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436944', 'Dread_Demon', '8507', '-36.260', '18.500', '35.977', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17436945', 'Judicator_Demon', '8521', '-36.280', '18.500', '58.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436946', 'Stygian_Demon', '8533', '-25.390', '18.500', '50.927', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17436947', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436948', 'Gore_Demon', '8517', '-58.820', '22.414', '48.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436949', 'Gore_Demon', '8517', '-25.151', '18.499', '1.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436950', 'Judicator_Demon', '8521', '-35.780', '18.500', '3.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436951', 'Stygian_Demon', '8533', '-37.358', '18.495', '-17.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436952', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436953', 'Dread_Demon', '8507', '-34.628', '22.394', '14.811', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17436954', 'Gore_Demon', '8517', '-99.000', '19.000', '47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436955', 'Dread_Demon', '8507', '-78.000', '19.000', '36.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17436956', 'Stygian_Demon', '8533', '-77.000', '19.000', '56.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17436957', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436958', 'Judicator_Demon', '8521', '-77.286', '22.499', '16.286', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17436959', 'Gore_Demon', '8517', '-72.937', '18.526', '-5.843', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17436960', 'Dread_Demon', '8507', '-90.243', '18.500', '2.566', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436961', 'Judicator_Demon', '8521', '-98.000', '19.000', '-18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436962', 'Stygian_Demon', '8533', '-61.297', '22.499', '4.468', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17436963', 'Demon_s_Elemental', '8503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436964', 'Dark_Spark', '8493', '62.000', '-24.000', '19.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17436965', 'Mimic', '8526', '189.783', '20.290', '20.761', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17436966', 'Marquis_Andrealphus', '8525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436967', 'Demon_Banneret', '8494', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436968', 'Demon_Secretary', '8501', '-500.000', '-500.000', '-500.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17436969', 'Demon_Banneret', '8494', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436970', 'Demon_Secretary', '8501', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17436990', 'Treasure_Chest', '8534', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440769', 'Demon_Pawn', '8544', '-35.504', '-0.131', '3.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440770', 'Evil_Eye', '8551', '-35.625', '-0.125', '-4.780', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17440771', 'Evil_Eye', '8551', '-54.752', '-0.117', '-4.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440772', 'Evil_Eye', '8551', '-57.415', '-0.194', '-14.821', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17440773', 'Demon_Wizard', '8548', '-67.979', '-0.125', '10.693', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17440774', 'Evil_Eye', '8551', '-78.884', '-0.125', '5.306', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17440775', 'Demon_Knight', '8543', '-53.612', '-0.125', '-54.788', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17440776', 'Evil_Eye', '8551', '-83.817', '-0.115', '-53.863', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17440777', 'Demon_Warlock', '8547', '-87.114', '-0.151', '-41.548', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17440778', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440779', 'Evil_Eye', '8551', '-94.874', '-0.125', '-38.550', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17440780', 'Goblin_Poacher', '8555', '-30.169', '0.474', '53.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440781', 'Goblin_Trader', '8559', '-9.924', '0.488', '58.942', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17440782', 'Goblin_s_Bat', '8558', '212.907', '8.019', '100.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440783', 'Goblin_Robber', '8557', '-6.933', '0.474', '69.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440784', 'Goblin_Reaper', '8556', '-31.000', '0.474', '69.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17440785', 'Goblin_Poacher', '8555', '-68.792', '0.474', '62.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440786', 'Goblin_Trader', '8559', '-71.228', '0.474', '68.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440787', 'Goblin_s_Bat', '8558', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440788', 'Goblin_Robber', '8557', '-58.277', '0.474', '47.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440789', 'Goblin_Reaper', '8556', '-64.163', '0.474', '53.005', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17440790', 'Goblin_Poacher', '8555', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440791', 'Goblin_Trader', '8559', '-47.733', '0.474', '72.509', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17440792', 'Goblin_s_Bat', '8558', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440793', 'Goblin_Robber', '8557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440794', 'Goblin_Reaper', '8556', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440795', 'Goblin_Poacher', '8555', '-86.709', '0.474', '69.348', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17440796', 'Goblin_Trader', '8559', '-99.000', '0.474', '66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440797', 'Goblin_s_Bat', '8558', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440798', 'Goblin_Robber', '8557', '-102.000', '0.474', '53.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17440799', 'Goblin_Reaper', '8556', '-91.000', '0.474', '49.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17440800', 'Goblin_Hunter', '8554', '-109.920', '0.570', '90.512', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17440801', 'Goblin_Bouncer', '8552', '-105.924', '0.485', '90.955', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17440802', 'Goblin_Enchanter', '8553', '-101.682', '0.474', '106.915', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17440803', 'Goblin_Hunter', '8554', '-90.124', '0.100', '90.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440804', 'Goblin_Bouncer', '8552', '-90.468', '0.100', '94.285', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17440805', 'Goblin_Enchanter', '8553', '-88.000', '0.474', '109.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440806', 'Goblin_Hunter', '8554', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440807', 'Goblin_Bouncer', '8552', '-69.460', '0.474', '93.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440808', 'Goblin_Enchanter', '8553', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440809', 'Goblin_Hunter', '8554', '-10.259', '0.474', '96.424', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440810', 'Goblin_Bouncer', '8552', '-9.000', '0.474', '110.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440811', 'Goblin_Enchanter', '8553', '-13.662', '0.474', '103.273', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17440812', 'Goblin_Hunter', '8554', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440813', 'Goblin_Bouncer', '8552', '-32.000', '0.474', '113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440814', 'Goblin_Enchanter', '8553', '-28.281', '0.100', '107.295', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17440815', 'Goblin_Hunter', '8554', '-30.000', '0.474', '88.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17440816', 'Goblin_Bouncer', '8552', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440817', 'Goblin_Enchanter', '8553', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440818', 'Goblin_Hunter', '8554', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440819', 'Goblin_Bouncer', '8552', '-51.613', '0.474', '88.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440820', 'Goblin_Enchanter', '8553', '-46.000', '0.100', '89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440821', 'Goblin_Hunter', '8554', '-52.323', '0.474', '106.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440822', 'Goblin_Bouncer', '8552', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440823', 'Goblin_Enchanter', '8553', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440824', 'Goblin_Hunter', '8554', '-71.564', '0.474', '108.222', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440825', 'Goblin_Bouncer', '8552', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440826', 'Goblin_Enchanter', '8553', '-70.866', '0.100', '110.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440827', 'Orcish_Bowshooter', '8564', '-27.192', '0.470', '-88.394', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17440828', 'Orcish_Footsoldier', '8565', '-30.374', '0.502', '-98.134', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440829', 'Orcish_Gladiator', '8566', '-13.759', '0.474', '-87.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440830', 'Orcish_Trooper', '8568', '-8.000', '0.474', '-90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440831', 'Orcish_Bowshooter', '8564', '-6.000', '0.474', '-106.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440832', 'Orcish_Footsoldier', '8565', '-13.000', '0.100', '-111.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17440833', 'Orcish_Gladiator', '8566', '-8.400', '0.100', '-105.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440834', 'Orcish_Trooper', '8568', '-6.000', '0.100', '-113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440835', 'Orcish_Bowshooter', '8564', '-31.000', '-0.113', '-108.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17440836', 'Orcish_Footsoldier', '8565', '-22.000', '0.524', '-92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440837', 'Orcish_Gladiator', '8566', '-22.576', '0.496', '-87.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440838', 'Orcish_Trooper', '8568', '-52.607', '0.147', '-87.350', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17440839', 'Orcish_Bowshooter', '8564', '-51.000', '0.100', '-96.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17440840', 'Orcish_Footsoldier', '8565', '-67.166', '0.100', '-106.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440841', 'Orcish_Gladiator', '8566', '-49.000', '0.100', '-111.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17440842', 'Orcish_Trooper', '8568', '-67.189', '0.100', '-112.422', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17440843', 'Orcish_Bowshooter', '8564', '-107.221', '0.474', '-103.519', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440844', 'Orcish_Footsoldier', '8565', '-101.000', '0.100', '-95.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17440845', 'Orcish_Gladiator', '8566', '-96.595', '0.474', '-105.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440846', 'Orcish_Trooper', '8568', '-109.000', '0.100', '-93.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17440847', 'Orcish_Veteran', '8569', '-95.697', '0.512', '-130.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440848', 'Orcish_Predator', '8567', '-111.349', '0.474', '-133.950', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17440849', 'Orcish_Zerker', '8571', '-87.169', '0.474', '-145.272', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17440850', 'Orcish_Warchief', '8570', '-87.361', '0.474', '-127.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440851', 'Orcish_Veteran', '8569', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440852', 'Orcish_Predator', '8567', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440853', 'Orcish_Zerker', '8571', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440854', 'Orcish_Warchief', '8570', '-106.776', '0.474', '-153.702', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17440855', 'Orcish_Veteran', '8569', '-9.447', '0.474', '-147.659', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17440856', 'Orcish_Predator', '8567', '-13.277', '0.474', '-131.837', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17440857', 'Orcish_Zerker', '8571', '-10.907', '0.474', '-140.131', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440858', 'Orcish_Warchief', '8570', '-32.415', '0.474', '-126.329', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440859', 'Orcish_Veteran', '8569', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440860', 'Orcish_Predator', '8567', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440861', 'Orcish_Zerker', '8571', '-33.150', '0.474', '-147.396', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440862', 'Orcish_Warchief', '8570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440863', 'Orcish_Veteran', '8569', '-46.166', '0.474', '-142.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440864', 'Orcish_Predator', '8567', '-52.705', '0.478', '-126.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440865', 'Orcish_Zerker', '8571', '-52.000', '0.475', '-129.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440866', 'Orcish_Warchief', '8570', '-51.591', '0.474', '-144.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440867', 'Orcish_Veteran', '8569', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440868', 'Orcish_Predator', '8567', '-70.000', '0.474', '-131.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440869', 'Orcish_Zerker', '8571', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440870', 'Orcish_Warchief', '8570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440871', 'Orcish_Veteran', '8569', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440872', 'Orcish_Predator', '8567', '-70.000', '0.474', '-149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440873', 'Orcish_Zerker', '8571', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440874', 'Orcish_Warchief', '8570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440875', 'Evil_Eye', '8551', '-69.201', '-8.160', '143.251', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17440876', 'Evil_Eye', '8551', '-50.262', '-8.125', '144.389', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440877', 'Evil_Eye', '8551', '-51.497', '-8.125', '-182.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440878', 'Evil_Eye', '8551', '-59.000', '-8.125', '-184.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440879', 'Elder_Quadav', '8549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440880', 'Iron_Quadav', '8561', '-49.907', '-15.525', '106.402', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17440881', 'Spinel_Quadav', '8572', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440882', 'Emerald_Quadav', '8550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440883', 'Elder_Quadav', '8549', '-65.000', '-15.525', '95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440884', 'Iron_Quadav', '8561', '-69.512', '-15.525', '102.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440885', 'Spinel_Quadav', '8572', '-73.291', '-15.525', '92.354', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17440886', 'Emerald_Quadav', '8550', '-73.744', '-15.533', '102.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440887', 'Elder_Quadav', '8549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440888', 'Iron_Quadav', '8561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440889', 'Spinel_Quadav', '8572', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440890', 'Emerald_Quadav', '8550', '-50.125', '-15.525', '88.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440891', 'Elder_Quadav', '8549', '-73.045', '-15.525', '68.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440892', 'Iron_Quadav', '8561', '-66.952', '-15.547', '52.226', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17440893', 'Spinel_Quadav', '8572', '-69.823', '-15.525', '70.224', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17440894', 'Emerald_Quadav', '8550', '-52.162', '-15.470', '49.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440895', 'Elder_Quadav', '8549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440896', 'Iron_Quadav', '8561', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440897', 'Spinel_Quadav', '8572', '-50.000', '-15.525', '68.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440898', 'Emerald_Quadav', '8550', '-46.196', '-15.899', '73.158', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17440899', 'Steel_Quadav', '8573', '-109.897', '-15.525', '55.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440900', 'Mythril_Quadav', '8563', '-99.460', '-15.525', '50.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440901', 'Gold_Quadav', '8560', '-104.818', '-15.525', '50.449', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17440902', 'Topaz_Quadav', '8574', '-85.805', '-15.526', '47.613', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17440903', 'Steel_Quadav', '8573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440904', 'Mythril_Quadav', '8563', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440905', 'Gold_Quadav', '8560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440906', 'Topaz_Quadav', '8574', '-109.000', '-15.525', '69.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17440907', 'Steel_Quadav', '8573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440908', 'Mythril_Quadav', '8563', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440909', 'Gold_Quadav', '8560', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440910', 'Topaz_Quadav', '8574', '-92.124', '-15.661', '72.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440911', 'Steel_Quadav', '8573', '-89.973', '-15.525', '103.982', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17440912', 'Mythril_Quadav', '8563', '-91.000', '-15.525', '90.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17440913', 'Gold_Quadav', '8560', '-113.586', '-15.525', '89.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440914', 'Topaz_Quadav', '8574', '-107.000', '-15.899', '102.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17440915', 'Yagudo_Zealot', '8584', '-48.290', '-15.525', '-151.794', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17440916', 'Yagudo_Conquistador', '8579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440917', 'Yagudo_Lutenist', '8581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440918', 'Yagudo_Prior', '8582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440919', 'Yagudo_Zealot', '8584', '-49.000', '-15.525', '-126.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17440920', 'Yagudo_Conquistador', '8579', '-65.787', '-15.525', '-131.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440921', 'Yagudo_Lutenist', '8581', '-47.548', '-15.525', '-134.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440922', 'Yagudo_Prior', '8582', '-57.906', '-15.525', '-129.907', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17440923', 'Yagudo_Zealot', '8584', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440924', 'Yagudo_Conquistador', '8579', '-68.865', '-15.525', '-149.875', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17440925', 'Yagudo_Lutenist', '8581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440926', 'Yagudo_Prior', '8582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440927', 'Yagudo_Zealot', '8584', '-47.059', '-15.525', '-109.504', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17440928', 'Yagudo_Conquistador', '8579', '-68.911', '-15.525', '-87.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440929', 'Yagudo_Lutenist', '8581', '-47.684', '-15.517', '-94.462', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17440930', 'Yagudo_Prior', '8582', '-59.000', '-15.525', '-91.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17440931', 'Yagudo_Zealot', '8584', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440932', 'Yagudo_Conquistador', '8579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440933', 'Yagudo_Lutenist', '8581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440934', 'Yagudo_Prior', '8582', '-66.412', '-15.525', '-113.307', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17440935', 'Yagudo_Sentinel', '8583', '-109.550', '-15.524', '-108.123', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17440936', 'Yagudo_Chanter', '8578', '-111.336', '-15.523', '-86.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440937', 'Yagudo_Inquisitor', '8580', '-96.000', '-15.525', '-91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440938', 'Yagudo_Abbot', '8577', '-112.566', '-15.596', '-99.019', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17440939', 'Yagudo_Sentinel', '8583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440940', 'Yagudo_Chanter', '8578', '-86.769', '-15.544', '-108.947', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17440941', 'Yagudo_Inquisitor', '8580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440942', 'Yagudo_Abbot', '8577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440943', 'Yagudo_Sentinel', '8583', '-97.069', '-15.525', '-128.862', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17440944', 'Yagudo_Chanter', '8578', '-107.000', '-15.566', '-134.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17440945', 'Yagudo_Inquisitor', '8580', '-93.000', '-15.525', '-144.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440946', 'Yagudo_Abbot', '8577', '-111.432', '-15.899', '-148.428', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17440947', 'Evil_Eye', '8551', '-72.411', '-16.125', '14.573', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17440948', 'Evil_Eye', '8551', '-95.000', '-16.202', '-5.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17440949', 'Evil_Eye', '8551', '-73.000', '-16.140', '-54.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17440950', 'Evil_Eye', '8551', '-95.228', '-16.144', '-34.694', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17440951', 'Demon_Pawn', '8544', '-109.000', '-16.064', '-19.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17440952', 'Demon_Pawn', '8544', '-139.327', '-22.108', '-9.449', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17440953', 'Demon_Pawn', '8544', '-220.000', '-48.146', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440954', 'Morbid_Eye', '8562', '-274.000', '-48.125', '-21.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17440955', 'Morbid_Eye', '8562', '-299.000', '-48.184', '4.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17440956', 'Morbid_Eye', '8562', '-296.896', '-48.125', '-53.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440957', 'Morbid_Eye', '8562', '-322.000', '-48.125', '-19.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17440958', 'Demon_Pawn', '8544', '-255.454', '-52.125', '64.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440959', 'Demon_Knight', '8543', '-217.482', '-52.125', '58.877', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17440960', 'Demon_Warlock', '8547', '-227.007', '-52.125', '83.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440961', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440962', 'Demon_Wizard', '8548', '-254.000', '-52.125', '86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440963', 'Baron_Vapula', '8540', '-241.000', '-52.000', '84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440964', 'Demon_Wizard', '8548', '-220.870', '-52.127', '-60.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440965', 'Demon_Pawn', '8544', '-191.470', '-52.125', '-57.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440966', 'Demon_Warlock', '8547', '-180.342', '-52.125', '-88.175', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440967', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440968', 'Demon_Knight', '8543', '-204.000', '-52.125', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440969', 'Count_Bifrons', '8541', '-199.000', '-52.000', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440970', 'Demon_Wizard', '8548', '-340.499', '-52.125', '-112.418', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17440971', 'Demon_Pawn', '8544', '-347.523', '-52.125', '-103.093', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17440972', 'Demon_Knight', '8543', '-345.000', '-52.125', '-136.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17440973', 'Demon_Warlock', '8547', '-365.684', '-52.125', '-136.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440974', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440975', 'Viscount_Morax', '8576', '-380.000', '-52.000', '-121.000', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17440976', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440977', 'Demon_s_Avatar', '8545', '-22.521', '20.773', '-2.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440978', 'Demon_Pawn', '8544', '-273.064', '-52.125', '14.150', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17440979', 'Demon_Pawn', '8544', '-260.921', '-52.125', '-4.598', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17440980', 'Demon_Pawn', '8544', '-267.690', '-52.125', '-61.368', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17440981', 'Demon_Pawn', '8544', '-262.791', '-52.125', '-35.704', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17440982', 'Demon_Pawn', '8544', '-336.838', '-52.125', '-42.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440983', 'Demon_Pawn', '8544', '-317.000', '-52.125', '-36.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17440984', 'Demon_Pawn', '8544', '-317.070', '-52.125', '14.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440985', 'Demon_Pawn', '8544', '-335.444', '-52.125', '15.148', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17440986', 'Baronet_Romwe', '8539', '-340.000', '-52.000', '3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440987', 'Deadly_Iris', '8542', '-379.086', '-61.762', '45.514', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17440988', 'Deadly_Iris', '8542', '-349.766', '-52.153', '18.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440989', 'Demon_Pawn', '8544', '-450.835', '-68.125', '115.535', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17440990', 'Demon_Wizard', '8548', '-433.192', '-68.266', '101.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440991', 'Demon_Knight', '8543', '-445.920', '-68.125', '133.453', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17440992', 'Demon_Warlock', '8547', '-443.406', '-68.125', '123.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440993', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440994', 'Demon_Pawn', '8544', '-420.548', '-68.125', '22.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17440995', 'Demon_Wizard', '8548', '-458.892', '-68.126', '6.941', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17440996', 'Demon_Knight', '8543', '-452.513', '-68.125', '16.750', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17440997', 'Demon_Warlock', '8547', '-428.000', '-68.125', '-18.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17440998', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17440999', 'Deadly_Iris', '8542', '-501.852', '-68.341', '101.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17441000', 'Deadly_Iris', '8542', '-499.201', '-68.126', '87.785', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17441001', 'Deadly_Iris', '8542', '-496.489', '-68.125', '31.761', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17441002', 'Deadly_Iris', '8542', '-503.966', '-68.226', '27.397', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17441003', 'Demon_Pawn', '8544', '-519.467', '-68.125', '62.050', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17441004', 'Demon_Wizard', '8548', '-535.460', '-68.125', '62.036', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17441005', 'Demon_Warlock', '8547', '-465.705', '-67.375', '68.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17441006', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17441007', 'Demon_Knight', '8543', '-537.000', '-72.140', '79.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17441008', 'Demon_Warlock', '8547', '-517.000', '-72.129', '98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17441009', 'Demon_s_Elemental', '8546', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17441010', 'Demon_Knight', '8543', '-520.753', '-72.125', '43.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17441011', 'Demon_Wizard', '8548', '-534.000', '-72.125', '25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17441081', 'Treasure_Chest', '8575', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444865', 'Grav_iton', '8588', '-283.000', '-32.000', '323.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17444866', 'Molyb_iton', '8591', '-285.000', '-32.000', '323.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17444867', 'Tungs_iton', '8600', '-281.000', '-32.000', '323.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17444868', 'Tonberry_s_Elemental', '8599', '-281.500', '-32.000', '323.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17444869', 'Tonberry_s_Avatar', '8598', '-281.500', '-32.000', '323.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17444870', 'Grav_iton', '8588', '-3.000', '0.500', '43.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17444871', 'Molyb_iton', '8591', '-1.000', '0.500', '43.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17444872', 'Tungs_iton', '8600', '-5.000', '0.500', '43.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17444873', 'Tonberry_s_Elemental', '8599', '-5.500', '0.500', '43.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17444874', 'Tonberry_s_Avatar', '8598', '-5.500', '0.500', '43.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17444875', 'Grav_iton', '8588', '276.000', '32.000', '-275.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17444876', 'Molyb_iton', '8591', '278.000', '32.000', '-273.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17444877', 'Tungs_iton', '8600', '274.000', '32.000', '-277.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17444878', 'Tonberry_s_Elemental', '8599', '274.500', '32.000', '-277.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17444879', 'Tonberry_s_Avatar', '8598', '274.500', '32.000', '-277.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17444880', 'Sable-tongued_Gonberry', '8595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444881', 'Virid-faced_Shanberry', '8602', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444882', 'Cyaneous-toed_Yallberry', '8586', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444883', 'Vermilion-eared_Noberry', '8601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444884', 'Armoury_Crate', '8585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444885', 'Tonberry_s_Elemental', '8599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444886', 'Tonberry_s_Avatar', '8598', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444887', 'Sable-tongued_Gonberry', '8595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444888', 'Virid-faced_Shanberry', '8602', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444889', 'Cyaneous-toed_Yallberry', '8586', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444890', 'Vermilion-eared_Noberry', '8601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444891', 'Armoury_Crate', '8585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444892', 'Tonberry_s_Elemental', '8599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444893', 'Tonberry_s_Avatar', '8598', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444894', 'Sable-tongued_Gonberry', '8595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444895', 'Virid-faced_Shanberry', '8602', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444896', 'Cyaneous-toed_Yallberry', '8586', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444897', 'Vermilion-eared_Noberry', '8601', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444898', 'Armoury_Crate', '8585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444899', 'Tonberry_s_Elemental', '8599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444900', 'Tonberry_s_Avatar', '8598', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444901', 'Qull_the_Fallstopper', '8593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444902', 'Rauu_the_Whaleswooner', '8594', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444903', 'Hyohh_the_Conchblower', '8589', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444904', 'Pevv_the_Riverleaper', '8592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444905', 'Armoury_Crate', '8585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444906', 'Sahagin_s_Wyvern', '8596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444907', 'Qull_the_Fallstopper', '8593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444908', 'Rauu_the_Whaleswooner', '8594', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444909', 'Hyohh_the_Conchblower', '8589', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444910', 'Pevv_the_Riverleaper', '8592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444911', 'Armoury_Crate', '8585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444912', 'Sahagin_s_Wyvern', '8596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444913', 'Qull_the_Fallstopper', '8593', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444914', 'Rauu_the_Whaleswooner', '8594', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444915', 'Hyohh_the_Conchblower', '8589', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444916', 'Pevv_the_Riverleaper', '8592', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444917', 'Armoury_Crate', '8585', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444918', 'Sahagin_s_Wyvern', '8596', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444919', 'Shantotto', '8597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444921', 'Shantotto', '8597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444923', 'Shantotto', '8597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444939', 'Grav_iton', '8588', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444942', 'Eald_narche', '8587', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17444943', 'Kam_lanaut', '8590', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17445001', 'Shantotto', '8597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17445002', 'Shantotto', '8597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17445003', 'Shantotto', '8597', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453057', 'Shadow_Lord', '8740', '-461.975', '-167.700', '-239.981', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17453058', 'Shadow_Lord', '8740', '-781.000', '-407.000', '-477.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17453059', 'Shadow_Lord', '8740', '-1101.000', '-647.000', '-716.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17453060', 'Shadow_Lord', '10890', '-461.975', '-167.700', '-239.981', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17453061', 'Shadow_Lord', '10890', '-781.000', '-407.000', '-477.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17453062', 'Shadow_Lord', '10890', '-1101.000', '-647.000', '-716.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17453063', 'Zeid', '8743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453064', 'Zeid', '8743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453065', 'Shadow_of_Rage', '8741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453066', 'Shadow_of_Rage', '8741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453067', 'Zeid', '8743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453068', 'Zeid', '8743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453069', 'Shadow_of_Rage', '8741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453070', 'Shadow_of_Rage', '8741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453071', 'Zeid', '8743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453072', 'Zeid', '8743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453073', 'Shadow_of_Rage', '8741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453074', 'Shadow_of_Rage', '8741', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453075', 'Grand_Marquis_Chomiel', '8736', '-133.642', '-0.500', '224.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17453076', 'Duke_Amduscias', '8734', '-134.385', '-0.500', '247.043', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17453077', 'Count_Andromalius', '8730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453078', 'Duke_Dantalian', '8735', '-135.842', '-0.515', '246.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17453079', 'Armoury_Crate', '8728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453080', 'Demon_s_Elemental', '8733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453081', 'Demon_s_Avatar', '8732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453082', 'Grand_Marquis_Chomiel', '8736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453083', 'Duke_Amduscias', '8734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453084', 'Count_Andromalius', '8730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453085', 'Duke_Dantalian', '8735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453086', 'Armoury_Crate', '8728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453087', 'Demon_s_Elemental', '8733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453088', 'Demon_s_Avatar', '8732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453089', 'Grand_Marquis_Chomiel', '8736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453090', 'Duke_Amduscias', '8734', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453091', 'Count_Andromalius', '8730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453092', 'Duke_Dantalian', '8735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453093', 'Armoury_Crate', '8728', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453094', 'Demon_s_Elemental', '8733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453095', 'Demon_s_Avatar', '8732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453096', 'Gunther', '8737', '-138.535', '-0.500', '233.810', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17453097', 'Crimson_Grimoire', '8731', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453098', 'Gunther', '8737', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453099', 'Crimson_Grimoire', '8731', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453100', 'Gunther', '8737', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453101', 'Crimson_Grimoire', '8731', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453102', 'Riko_Kupenreich', '8739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453103', 'Henchman_Moogle', '8738', '-145.299', '-0.500', '224.687', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17453104', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453105', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453106', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453107', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453108', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453109', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453110', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453111', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453112', 'Riko_Kupenreich', '8739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453113', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453114', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453115', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453116', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453117', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453118', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453119', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453120', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453121', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453122', 'Riko_Kupenreich', '8739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453123', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453124', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453125', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453126', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453127', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453128', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453129', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453130', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453131', 'Henchman_Moogle', '8738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453143', 'Shadow_Lord', '8740', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453144', 'Shadow_Lord', '8740', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453145', 'Zeid', '8743', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453157', 'Volker', '8742', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453159', 'Ayame', '8729', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453175', 'Riko_Kupenreich', '8739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17453176', 'Riko_Kupenreich', '8739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457153', 'Wind_Bats', '8769', '-193.830', '3.712', '-261.749', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17457154', 'Wind_Bats', '8769', '-217.222', '3.358', '-241.211', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457155', 'Blade_Bat', '8745', '-180.128', '3.450', '-265.574', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17457156', 'Blade_Bat', '8745', '-151.331', '4.137', '-256.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457157', 'Oil_Slick', '8762', '-171.489', '2.843', '-261.196', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17457158', 'Oil_Slick', '8762', '-220.195', '3.568', '-232.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457159', 'Goblin_Thug', '8758', '-169.638', '3.938', '-223.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457160', 'Goblin_Weaver', '8759', '-141.918', '4.101', '-221.867', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457161', 'Wind_Bats', '8769', '-135.130', '2.597', '-220.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457162', 'Wind_Bats', '8769', '-143.144', '3.863', '-235.005', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17457163', 'Wind_Bats', '8769', '-139.284', '3.868', '-222.732', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17457164', 'Blade_Bat', '8745', '-139.166', '4.577', '-234.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457165', 'Blade_Bat', '8745', '-149.415', '2.318', '-236.875', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17457166', 'Goblin_Thug', '8758', '-188.000', '5.000', '-191.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17457167', 'Goblin_Weaver', '8759', '-171.000', '5.000', '-165.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17457168', 'Goblin_Weaver', '8759', '-179.000', '5.000', '-182.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17457169', 'Blade_Bat', '8745', '-172.000', '5.000', '-191.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457170', 'Blade_Bat', '8745', '-186.000', '5.000', '-166.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17457171', 'Goblin_Mugger', '8753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457172', 'Goblin_Leecher', '8752', '-209.388', '4.470', '-144.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457173', 'Goblin_Gambler', '8751', '-207.632', '3.068', '-134.052', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17457174', 'Goblin_Mugger', '8753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457175', 'Goblin_Leecher', '8752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457176', 'Goblin_Gambler', '8751', '-187.556', '3.383', '-148.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457177', 'Seeker_Bats', '8764', '-219.000', '4.000', '-120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457178', 'Seeker_Bats', '8764', '-189.958', '4.596', '-144.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457179', 'Seeker_Bats', '8764', '-277.461', '3.449', '-138.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457180', 'Seeker_Bats', '8764', '-254.480', '4.118', '-140.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457181', 'Seeker_Bats', '8764', '-275.537', '2.603', '-143.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457182', 'Ooze', '8763', '-280.167', '3.502', '-140.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457183', 'Goblin_Mugger', '8753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457184', 'Goblin_Leecher', '8752', '-298.000', '4.000', '-173.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457185', 'Goblin_Gambler', '8751', '-296.000', '4.000', '-153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457186', 'Goblin_Mugger', '8753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457187', 'Goblin_Leecher', '8752', '-301.000', '5.000', '-162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457188', 'Goblin_Gambler', '8751', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457189', 'Seeker_Bats', '8764', '-296.000', '4.000', '-179.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17457190', 'Seeker_Bats', '8764', '-292.000', '3.000', '-145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457191', 'Goblin_Mugger', '8753', '-249.641', '5.000', '-174.069', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17457192', 'Goblin_Mugger', '8753', '-261.000', '5.000', '-188.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17457193', 'Goblin_Leecher', '8752', '-264.000', '5.000', '-179.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17457194', 'Cave_Scorpion', '8746', '-224.841', '4.010', '-185.155', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17457195', 'Seeker_Bats', '8764', '-220.595', '4.448', '-202.500', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17457196', 'Seeker_Bats', '8764', '-217.000', '4.000', '-189.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17457197', 'Seeker_Bats', '8764', '-219.000', '2.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457198', 'Seeker_Bats', '8764', '-214.290', '-0.633', '-104.787', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457199', 'Seeker_Bats', '8764', '-180.912', '-6.664', '-95.141', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457200', 'Seeker_Bats', '8764', '-152.136', '-5.216', '-89.814', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17457201', 'Seeker_Bats', '8764', '-163.000', '-6.000', '-81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457202', 'Seeker_Bats', '8764', '-114.841', '-5.545', '-86.773', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17457203', 'Stirge', '8765', '-138.837', '-3.900', '-75.286', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457205', 'Ooze', '8763', '-142.919', '-3.591', '-75.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457206', 'Ooze', '8763', '-146.860', '-3.566', '-68.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457207', 'Cave_Scorpion', '8746', '-60.224', '-6.502', '-68.529', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457208', 'Seeker_Bats', '8764', '-69.793', '-6.759', '-62.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457209', 'Seeker_Bats', '8764', '-58.367', '-6.498', '-56.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457210', 'Stirge', '8765', '-52.518', '-6.636', '-93.312', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457211', 'Stirge', '8765', '-88.000', '-6.000', '-60.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17457212', 'Stirge', '8765', '-16.311', '3.990', '-124.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457213', 'Taisai', '8766', '-18.325', '1.830', '-114.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457214', 'Taisai', '8766', '-5.188', '11.730', '-141.503', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17457215', 'Taisai', '8766', '59.000', '15.000', '-120.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17457216', 'Taisaijin', '8767', '-15.000', '7.000', '-131.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457217', 'Goblin_Mugger', '8753', '61.364', '12.520', '-108.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457218', 'Goblin_Leecher', '8752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457219', 'Goblin_Gambler', '8751', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457220', 'Goblin_Gambler', '8751', '46.000', '15.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457221', 'Goblin_Leecher', '8752', '59.122', '14.343', '-131.304', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17457222', 'Goblin_Gambler', '8751', '59.000', '13.000', '-151.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457223', 'Stirge', '8765', '27.241', '11.781', '-135.749', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457224', 'Stirge', '8765', '95.365', '9.704', '-94.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457225', 'Giant_Scorpion', '8749', '100.539', '4.808', '-84.262', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17457226', 'Bat_Eye', '8744', '163.997', '3.603', '-54.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457227', 'Seeker_Bats', '8764', '121.104', '4.308', '-54.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457228', 'Seeker_Bats', '8764', '152.000', '4.000', '-59.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17457229', 'Hecteyes', '8760', '125.987', '3.561', '-57.222', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457230', 'Hecteyes', '8760', '144.000', '3.000', '-57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457231', 'Hecteyes', '8760', '167.030', '3.665', '-57.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457232', 'Hecteyes', '8760', '135.251', '2.518', '-57.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457234', 'Stirge', '8765', '98.000', '24.000', '-184.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17457235', 'Stirge', '8765', '78.999', '23.490', '-182.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457236', 'Hyakume', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457237', 'Seeker_Bats', '8764', '150.930', '24.106', '-194.463', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17457238', 'Seeker_Bats', '8764', '158.639', '23.630', '-206.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457239', 'Seeker_Bats', '8764', '160.597', '23.678', '-195.648', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17457240', 'Seeker_Bats', '8764', '137.757', '26.140', '-205.335', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17457241', 'Stirge', '8765', '139.891', '26.256', '-201.758', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457243', 'Ooze', '8763', '-80.052', '-16.495', '-18.756', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457244', 'Ooze', '8763', '-62.992', '-10.174', '-25.971', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17457245', 'Mucoid_Mass', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457246', 'Seeker_Bats', '8764', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457247', 'Seeker_Bats', '8764', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457248', 'Hovering_Oculus', '10787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457249', 'Bilesucker', '10788', '-84.117', '-15.644', '24.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457250', 'Bilesucker', '10788', '-18.000', '-26.382', '65.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457251', 'Bilesucker', '10788', '-17.490', '-26.342', '82.798', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17457252', 'Bilesucker', '10788', '-26.224', '-20.459', '22.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457253', 'Bilesucker', '10788', '49.000', '-25.000', '100.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17457254', 'Goblin_Hoodoo', '10789', '-4.000', '-25.000', '97.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17457255', 'Goblin_Artificer', '10790', '7.000', '-26.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457256', 'Goblin_Tanner', '10791', '19.855', '-27.039', '104.258', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17457257', 'Goblin_Chaser', '10792', '44.000', '-24.000', '97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457258', 'Goblin_s_Bats', '8757', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457259', 'Bilesucker', '10788', '-164.884', '-36.507', '61.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457260', 'Bilesucker', '10788', '-114.298', '-16.622', '24.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457261', 'Bilesucker', '10788', '-136.449', '-22.125', '30.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457262', 'Goblin_Hoodoo', '10789', '-193.000', '-35.000', '123.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17457263', 'Goblin_Artificer', '10790', '-203.000', '-35.000', '92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457264', 'Goblin_Tanner', '10791', '-194.000', '-36.000', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457265', 'Goblin_Chaser', '10792', '-206.000', '-35.000', '123.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457266', 'Goblin_s_Bats', '8757', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457267', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457268', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457269', 'Bilesucker', '10788', '-191.000', '-34.000', '90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457270', 'Bilesucker', '10788', '-197.903', '-35.717', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457271', 'Bilesucker', '10788', '-197.000', '-35.000', '108.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457272', 'Bilesucker', '10788', '-199.782', '-36.425', '113.459', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457273', 'Evil_Weapon', '8747', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457274', 'Evil_Weapon', '8747', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457275', 'Evil_Weapon', '8747', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457276', 'Bilesucker', '10788', '-284.000', '-45.000', '203.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457277', 'Bilesucker', '10788', '-280.000', '-46.289', '200.366', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17457278', 'Bilesucker', '10788', '-277.000', '-45.000', '190.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457279', 'Hovering_Oculus', '10787', '-139.000', '-48.000', '171.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457280', 'Hovering_Oculus', '10787', '-140.325', '-43.994', '152.523', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17457281', 'Bilesucker', '10788', '-160.000', '-36.000', '140.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17457282', 'Bilesucker', '10788', '-119.514', '-56.514', '219.418', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17457283', 'Bilesucker', '10788', '-127.549', '-56.630', '216.994', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17457284', 'Hovering_Oculus', '10787', '-108.000', '-56.000', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457285', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457286', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457287', 'Goblin_Hoodoo', '10789', '6.000', '-35.000', '160.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457288', 'Goblin_Artificer', '10790', '3.000', '-36.000', '152.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457289', 'Goblin_Tanner', '10791', '-5.000', '-36.000', '167.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17457290', 'Goblin_Chaser', '10792', '-9.390', '-36.264', '160.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457291', 'Goblin_s_Bats', '8757', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457292', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457293', 'Bilesucker', '10788', '55.132', '-30.253', '131.912', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17457294', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457295', 'Hovering_Oculus', '10787', '101.505', '-26.586', '119.185', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17457296', 'Hovering_Oculus', '10787', '106.000', '-30.000', '135.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17457297', 'Bilesucker', '10788', '78.000', '-26.708', '98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457298', 'Bilesucker', '10788', '155.565', '-46.135', '176.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457299', 'Bilesucker', '10788', '141.305', '-37.082', '162.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457300', 'Bilesucker', '10788', '132.074', '-36.569', '147.083', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17457301', 'Bilesucker', '10788', '35.000', '-24.000', '100.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17457302', 'Hovering_Oculus', '10787', '214.702', '-56.501', '188.312', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457303', 'Hovering_Oculus', '10787', '221.848', '-57.475', '203.247', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17457304', 'Bilesucker', '10788', '204.387', '-57.225', '182.761', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457305', 'Bilesucker', '10788', '254.287', '-66.525', '225.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17457306', 'Bilesucker', '10788', '260.000', '-66.000', '241.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17457307', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457308', 'Bilesucker', '10788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457309', 'Tros', '8768', '-289.000', '-45.000', '212.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17461249', 'Bloodsucker', '8772', '-140.000', '16.000', '-231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461250', 'Acid_Grease', '8770', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461251', 'Bloodsucker', '8772', '-140.000', '16.000', '-216.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461252', 'Mousse', '8782', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461253', 'Mousse', '8782', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461254', 'Funnel_Bats', '8776', '-20.000', '-0.500', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461255', 'Funnel_Bats', '8776', '-16.000', '-0.400', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461256', 'Funnel_Bats', '8776', '-20.000', '0.054', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461257', 'Funnel_Bats', '8776', '-19.835', '-0.074', '-25.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461258', 'Funnel_Bats', '8776', '-33.395', '-0.032', '-57.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461259', 'Funnel_Bats', '8776', '-27.757', '-0.044', '-60.228', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17461260', 'Funnel_Bats', '8776', '-51.000', '-0.183', '-61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461261', 'Funnel_Bats', '8776', '-19.000', '-0.249', '-43.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17461262', 'Hecatomb_Hound', '8780', '-100.052', '-0.266', '-66.761', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17461263', 'Werebat', '8786', '-89.210', '-0.138', '-57.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461264', 'Werebat', '8786', '-103.685', '-0.371', '-57.044', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461265', 'Werebat', '8786', '-118.160', '-0.283', '-62.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461266', 'Werebat', '8786', '-139.000', '-0.075', '-60.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17461267', 'Hecatomb_Hound', '8780', '-139.384', '-0.047', '-99.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461268', 'Hecatomb_Hound', '8780', '-158.000', '-0.027', '-103.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17461269', 'Werebat', '8786', '-183.000', '-0.017', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461270', 'Werebat', '8786', '-174.000', '-0.030', '-102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461271', 'Hecatomb_Hound', '8780', '-202.000', '-0.347', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461272', 'Hecatomb_Hound', '8780', '-215.000', '-0.233', '-97.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17461273', 'Werebat', '8786', '-219.602', '-0.301', '-143.676', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461274', 'Werebat', '8786', '-217.597', '-0.084', '-129.310', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17461275', 'Haunt', '8779', '-220.000', '0.081', '-158.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461276', 'Garm', '8777', '-257.469', '-0.052', '-180.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461277', 'Garm', '8777', '-65.000', '-1.000', '-137.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17461278', 'Garm', '8777', '-270.000', '-0.284', '-180.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17461279', 'Garm', '8777', '-340.000', '-0.025', '-209.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17461280', 'Haunt', '8779', '-250.621', '-0.281', '-177.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461281', 'Haunt', '8779', '-236.000', '0.041', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461282', 'Werebat', '8786', '-307.000', '0.060', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461283', 'Werebat', '8786', '-287.242', '-0.026', '-179.766', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17461284', 'Werebat', '8786', '-339.000', '-0.156', '-195.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461285', 'Werebat', '8786', '-339.578', '-0.089', '-179.360', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461286', 'Werebat', '8786', '-323.000', '-0.199', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461287', 'Funnel_Bats', '8776', '-380.000', '-4.000', '-221.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461288', 'Funnel_Bats', '8776', '-347.000', '-0.010', '-220.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17461289', 'Dark_Aspic', '8774', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461290', 'Dark_Aspic', '8774', '-100.000', '1.000', '-132.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17461291', 'Funnel_Bats', '8776', '-110.395', '1.037', '-138.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461292', 'Funnel_Bats', '8776', '-99.332', '0.997', '-111.990', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17461293', 'Dark_Aspic', '8774', '-140.000', '-0.024', '-173.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17461294', 'Dark_Aspic', '8774', '-19.000', '1.000', '-173.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17461295', 'Haunt', '8779', '-138.000', '0.970', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461296', 'Funnel_Bats', '8776', '-120.679', '0.999', '-180.963', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17461297', 'Dark_Aspic', '8774', '-140.000', '1.000', '-210.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17461298', 'Funnel_Bats', '8776', '-83.000', '1.000', '-99.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17461299', 'Funnel_Bats', '8776', '-70.366', '1.167', '-99.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461300', 'Funnel_Bats', '8776', '-20.000', '1.000', '-113.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17461301', 'Mousse', '8782', '-18.828', '0.721', '-153.077', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17461302', 'Mousse', '8782', '-17.259', '0.166', '-178.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461303', 'Mousse', '8782', '-24.513', '0.930', '-141.280', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17461304', 'Mousse', '8782', '-42.173', '0.899', '-141.112', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17461305', 'Mousse', '8782', '-61.590', '0.002', '-134.439', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17461306', 'Mousse', '8782', '-52.310', '-0.019', '-138.850', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461307', 'Sewer_Syrup', '8784', '-20.000', '1.000', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461308', 'Garm', '8777', '-57.000', '0.998', '-135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461309', 'Garm', '8777', '-64.000', '0.950', '-132.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461310', 'Garm', '8777', '-179.000', '12.000', '-220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461311', 'Garm', '8777', '-59.000', '0.941', '-149.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17461312', 'Garm', '8777', '-53.000', '-0.500', '-137.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461313', 'Garm', '8777', '-180.000', '8.000', '-200.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461314', 'Garm', '8777', '-140.000', '1.000', '-242.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461315', 'Shii', '8785', '-65.000', '-0.500', '-134.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461316', 'Funnel_Bats', '8776', '-138.794', '0.912', '-252.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461317', 'Dark_Aspic', '8774', '-102.000', '1.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461318', 'Funnel_Bats', '8776', '-127.707', '0.926', '-260.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461319', 'Funnel_Bats', '8776', '-172.000', '1.000', '-259.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17461320', 'Dark_Aspic', '8774', '-20.000', '1.000', '-148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461321', 'Dark_Aspic', '8774', '-242.409', '0.992', '-220.431', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17461322', 'Werebat', '8786', '-259.000', '0.489', '-188.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17461323', 'Werebat', '8786', '-219.000', '0.979', '-260.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17461324', 'Werebat', '8786', '-220.000', '0.978', '-243.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461325', 'Dark_Aspic', '8774', '-259.000', '0.978', '-212.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461326', 'Dark_Aspic', '8774', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461327', 'Haunt', '8779', '-95.439', '0.152', '-244.265', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17461328', 'Werebat', '8786', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461329', 'Werebat', '8786', '-63.411', '16.000', '-247.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461330', 'Werebat', '8786', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461331', 'Werebat', '8786', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461332', 'Dark_Aspic', '8774', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461333', 'Dark_Aspic', '8774', '-23.000', '1.000', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461334', 'Garm', '8777', '-64.000', '-0.500', '-144.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461335', 'Garm', '8777', '-179.000', '4.000', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461336', 'Haunt', '8779', '-90.000', '-0.100', '-227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461337', 'Haunt', '8779', '-64.000', '-0.200', '-245.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461338', 'Drexerion_the_Condemned', '8775', '-62.000', '0.972', '-238.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17461339', 'Garm', '8777', '-219.000', '-0.400', '-179.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17461340', 'Garm', '8777', '-203.000', '-0.400', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461341', 'Haunt', '8779', '-81.000', '-0.500', '-255.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461342', 'Haunt', '8779', '-10.675', '-1.000', '-347.152', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461343', 'Phanduron_the_Condemned', '8783', '-84.000', '1.000', '-224.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461344', 'Blind_Bat', '10753', '-42.000', '0.537', '-339.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17461345', 'Blind_Bat', '10753', '-19.000', '0.923', '-254.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17461346', 'Blind_Bat', '10753', '-22.707', '-1.000', '-216.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461347', 'Blind_Bat', '10753', '-8.000', '-0.076', '-220.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17461348', 'Panna_Cotta', '10754', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461349', 'Panna_Cotta', '10754', '23.538', '1.027', '-220.399', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17461350', 'Blind_Bat', '10753', '101.077', '1.042', '-258.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461351', 'Blind_Bat', '10753', '60.000', '0.029', '-220.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17461352', 'Blind_Bat', '10753', '100.000', '0.999', '-230.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17461353', 'Panna_Cotta', '10754', '86.978', '1.042', '-220.093', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17461354', 'Panna_Cotta', '10754', '98.000', '-0.500', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461355', 'Nachtmahr', '10755', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461356', 'Nachtmahr', '10755', '-13.000', '-1.000', '-337.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461357', 'Panna_Cotta', '10754', '60.000', '-0.500', '-164.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461358', 'Panna_Cotta', '10754', '59.000', '-1.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461359', 'Nachtmahr', '10755', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461360', 'Blind_Bat', '10753', '59.000', '-1.000', '-84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461361', 'Blind_Bat', '10753', '99.000', '-1.000', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461362', 'Panna_Cotta', '10754', '-19.000', '-0.500', '-226.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461363', 'Nachtmahr', '10755', '-16.000', '-0.500', '-332.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461364', 'Blind_Bat', '10753', '76.000', '-1.000', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461365', 'Blind_Bat', '10753', '60.000', '1.017', '-209.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461366', 'Blind_Bat', '10753', '47.000', '-0.080', '-140.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17461367', 'Blind_Bat', '10753', '60.000', '-0.144', '-185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461368', 'Blind_Bat', '10753', '60.000', '-0.080', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461369', 'Panna_Cotta', '10754', '-19.000', '-0.500', '-284.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17461370', 'Panna_Cotta', '10754', '-60.000', '-0.500', '-281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461371', 'Dabilla', '10756', '84.000', '-0.500', '-263.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461372', 'Dabilla', '10756', '68.000', '-0.500', '-267.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461373', 'Dabilla', '10756', '62.000', '-0.600', '-280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461374', 'Dabilla', '10756', '65.000', '-0.500', '-293.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461375', 'Dabilla', '10756', '85.000', '-0.500', '-296.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461376', 'Dabilla', '10756', '96.000', '-0.500', '-285.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461377', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461378', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461379', 'Nachtmahr', '10755', '99.600', '1.107', '-131.985', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17461380', 'Nachtmahr', '10755', '60.000', '0.748', '-99.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17461381', 'Nachtmahr', '10755', '13.000', '-0.500', '-138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461382', 'Panna_Cotta', '10754', '77.000', '0.081', '-100.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17461383', 'Panna_Cotta', '10754', '59.000', '0.089', '-63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461384', 'Nachtmahr', '10755', '14.000', '-0.500', '-145.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461385', 'Nachtmahr', '10755', '-14.000', '-0.500', '-346.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461386', 'Nachtmahr', '10755', '0.000', '0.000', '0.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17461387', 'Blind_Bat', '10753', '208.000', '-1.000', '-26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461388', 'Blind_Bat', '10753', '70.019', '-1.000', '-21.377', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17461389', 'Panna_Cotta', '10754', '-45.000', '-0.500', '-299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461390', 'Nachtmahr', '10755', '23.000', '-0.500', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461391', 'Panna_Cotta', '10754', '-23.000', '-0.400', '-339.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17461392', 'Blind_Bat', '10753', '117.451', '0.260', '-55.470', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461393', 'Blind_Bat', '10753', '134.273', '0.160', '-34.971', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17461394', 'Blind_Bat', '10753', '208.000', '-1.000', '-53.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17461395', 'Blind_Bat', '10753', '77.003', '-0.250', '-55.795', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17461396', 'Panna_Cotta', '10754', '-59.000', '-0.500', '-336.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461397', 'Panna_Cotta', '10754', '175.310', '-1.000', '-20.617', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17461398', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461399', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461400', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461401', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461402', 'Wurdalak', '10752', '116.000', '-1.000', '-22.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17461403', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461404', 'Wurdalak', '10752', '80.000', '-1.000', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461405', 'Dabilla', '10756', '-210.469', '0.000', '-176.973', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17461406', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461407', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461408', 'Dabilla', '10756', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461409', 'Wurdalak', '10752', '100.000', '-1.000', '-41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461410', 'Blind_Bat', '10753', '197.000', '-1.000', '-56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461411', 'Blind_Bat', '10753', '214.000', '-1.000', '-44.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461412', 'Blind_Bat', '10753', '201.000', '-1.000', '-40.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461413', 'Blind_Bat', '10753', '194.000', '-1.000', '-25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461414', 'Blind_Bat', '10753', '188.000', '-1.000', '-49.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461415', 'Blind_Bat', '10753', '92.000', '-1.000', '-21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461416', 'Blind_Bat', '10753', '-26.000', '-0.500', '-300.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461417', 'Wurdalak', '10752', '127.000', '-1.000', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461418', 'Blind_Bat', '10753', '-59.000', '-0.500', '-314.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461419', 'Blind_Bat', '10753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461420', 'Blind_Bat', '10753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461421', 'Wurdalak', '10752', '86.000', '-1.000', '-57.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17461422', 'Werebat', '8786', '-74.000', '16.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461423', 'Werebat', '8786', '-60.000', '16.000', '-229.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461424', 'Werebat', '8786', '-55.000', '16.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461425', 'Werebat', '8786', '-20.000', '16.000', '-265.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461426', 'Werebat', '8786', '-20.000', '16.000', '-225.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461427', 'Werebat', '8786', '53.000', '16.000', '-220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461428', 'Werebat', '8786', '34.000', '16.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461429', 'Werebat', '8786', '1.000', '16.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461430', 'Werebat', '8786', '-20.000', '16.000', '-209.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461431', 'Werebat', '8786', '-19.000', '16.000', '-187.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461432', 'Werebat', '8786', '-95.000', '16.000', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461433', 'Arioch', '8771', '-68.000', '16.000', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461434', 'Bloodsucker', '8772', '-130.000', '16.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461435', 'Bloodsucker', '8772', '-59.000', '16.000', '-157.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461436', 'Bloodsucker', '8772', '-65.000', '16.000', '-143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461437', 'Bloodsucker', '8772', '-60.000', '16.000', '-135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461438', 'Bloodsucker', '8772', '-162.000', '16.000', '-259.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461439', 'Bloodsucker', '8772', '-48.000', '16.000', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461440', 'Bloodsucker', '8772', '-100.000', '16.000', '-282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461441', 'Bloodsucker', '8772', '-20.000', '16.000', '-159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461442', 'Bloodsucker', '8772', '-101.000', '16.000', '-237.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461443', 'Bloodsucker', '8772', '-19.000', '16.000', '-134.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461444', 'Bloodsucker', '8772', '-68.000', '16.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461445', 'Bloodsucker', '8772', '2.000', '16.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461446', 'Bloodsucker', '8772', '17.000', '16.000', '-144.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461447', 'Bloodsucker', '8772', '-21.000', '16.000', '-258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461448', 'Bloodsucker', '8772', '-19.000', '16.000', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461449', 'Bloodsucker', '8772', '-20.000', '16.000', '-220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461450', 'Bloodsucker', '8772', '-43.000', '16.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461451', 'Bloodsucker', '8772', '-59.000', '16.000', '-244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461452', 'Bloodsucker', '8772', '26.000', '16.000', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461453', 'Bloodsucker', '8772', '22.000', '16.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17465345', 'Centurio_V-III', '8790', '-2.000', '100.000', '-238.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465346', 'Triarius_V-VIII', '8812', '2.000', '100.000', '-238.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465347', 'Princeps_V-XI', '8805', '0.100', '100.000', '-238.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465348', 'Centurio_V-III', '8790', '-3.000', '-1.000', '1.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465349', 'Triarius_V-VIII', '8812', '1.000', '-1.000', '1.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465350', 'Princeps_V-XI', '8805', '-1.000', '-1.000', '1.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465351', 'Centurio_V-III', '8790', '-3.000', '-99.000', '241.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465352', 'Triarius_V-VIII', '8812', '1.000', '-99.000', '241.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465353', 'Princeps_V-XI', '8805', '-1.000', '-99.000', '241.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465354', 'Maat', '8802', '-1.000', '100.000', '-238.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465355', 'Maat', '8802', '-1.000', '-1.000', '1.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465356', 'Maat', '8802', '-1.000', '-99.000', '241.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465357', 'Maat', '8802', '-1.000', '100.000', '-238.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465358', 'Maat', '8802', '-1.000', '-1.000', '1.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465359', 'Maat', '8802', '-1.000', '-99.000', '241.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465360', 'Maat', '8802', '-1.000', '100.000', '-238.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465361', 'Maat_s_Wyvern', '8803', '-1.000', '100.000', '-240.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465362', 'Maat', '8802', '-1.000', '-1.000', '1.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465363', 'Maat_s_Wyvern', '8803', '-3.000', '-1.000', '1.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465364', 'Maat', '8802', '-1.000', '-99.000', '241.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465365', 'Maat_s_Wyvern', '8803', '-3.000', '-99.000', '241.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17465366', 'Secutor_XI-XXXII', '8811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465367', 'Retiarius_XI-XIX', '8808', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465368', 'Hoplomachus_XI-XXVI', '8799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465369', 'Centurio_XI-I', '8791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465370', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465371', 'Secutor_XI-XXXII', '8811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465372', 'Retiarius_XI-XIX', '8808', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465373', 'Hoplomachus_XI-XXVI', '8799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465374', 'Centurio_XI-I', '8791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465375', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465376', 'Secutor_XI-XXXII', '8811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465377', 'Retiarius_XI-XIX', '8808', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465378', 'Hoplomachus_XI-XXVI', '8799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465379', 'Centurio_XI-I', '8791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465380', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465381', 'Sabotender_Campeon', '8810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465382', 'Sabotender_Amante', '8809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465383', 'Sabotender_Amante', '8809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465384', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465385', 'Sabotender_Campeon', '8810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465386', 'Sabotender_Amante', '8809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465387', 'Sabotender_Amante', '8809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465388', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465389', 'Sabotender_Campeon', '8810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465390', 'Sabotender_Amante', '8809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465391', 'Sabotender_Amante', '8809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465392', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465393', 'Radiant_Wyvern', '8807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465394', 'Blizzard_Wyvern', '8788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465395', 'Lightning_Wyvern', '8801', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465396', 'Chaos_Wyvern', '8792', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465397', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465398', 'Radiant_Wyvern', '8807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465399', 'Blizzard_Wyvern', '8788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465400', 'Lightning_Wyvern', '8801', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465401', 'Chaos_Wyvern', '8792', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465402', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465403', 'Radiant_Wyvern', '8807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465404', 'Blizzard_Wyvern', '8788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465405', 'Lightning_Wyvern', '8801', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465406', 'Chaos_Wyvern', '8792', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465407', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465408', 'Purson', '8806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465409', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465410', 'Purson', '8806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465411', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465412', 'Purson', '8806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465413', 'Armoury_Crate', '8787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465414', 'Nanaa_Mihgo', '8804', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465415', 'Cha_Lebagta', '8793', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465416', 'Bopa_Greso', '8789', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465417', 'Goblin_Repossessor', '8797', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465418', 'Goblin_Intimidator', '8796', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465419', 'Goblin_Enforcer', '8795', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465420', 'Nanaa_Mihgo', '8804', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465421', 'Cha_Lebagta', '8793', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465422', 'Bopa_Greso', '8789', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465423', 'Goblin_Repossessor', '8797', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465424', 'Goblin_Intimidator', '8796', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465425', 'Goblin_Enforcer', '8795', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465426', 'Nanaa_Mihgo', '8804', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465427', 'Cha_Lebagta', '8793', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465428', 'Bopa_Greso', '8789', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465429', 'Goblin_Repossessor', '8797', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465430', 'Goblin_Intimidator', '8796', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465431', 'Goblin_Enforcer', '8795', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465440', 'Zeid', '8813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465441', 'Eald_narche', '8794', '-221.246', '-10.000', '26.307', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17465442', 'Kam_lanaut', '8800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465481', 'Grav_iton', '8798', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465482', 'Eald_narche', '8794', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465483', 'Kam_lanaut', '8800', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465507', 'Nanaa_Mihgo', '8804', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465508', 'Goblin_Repossessor', '8797', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465509', 'Goblin_Intimidator', '8796', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17465510', 'Goblin_Enforcer', '8795', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469441', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469442', 'Canal_Leech', '8818', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469443', 'Rock_Crab', '8838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469444', 'Bloodsucker', '8815', '-376.000', '22.000', '-14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469445', 'Mousse', '8836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469446', 'Canal_Bats', '8817', '-259.146', '15.531', '261.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469447', 'Canal_Bats', '8817', '-259.000', '15.498', '242.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17469448', 'Canal_Bats', '8817', '-175.432', '15.500', '179.273', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17469449', 'Canal_Bats', '8817', '-184.000', '16.099', '204.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469450', 'Hell_Bat', '8828', '-175.000', '15.499', '221.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469451', 'Hell_Bat', '8828', '-191.000', '15.499', '215.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469452', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469453', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469454', 'Fallen_Knight', '8825', '-157.000', '16.000', '135.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17469455', 'Canal_Bats', '8817', '-184.000', '15.499', '192.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17469456', 'Canal_Bats', '8817', '-176.000', '15.500', '187.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17469457', 'Hell_Bat', '8828', '-174.232', '15.500', '193.291', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17469458', 'Hell_Bat', '8828', '-184.506', '15.499', '171.125', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17469459', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469460', 'Fallen_Knight', '8825', '-95.000', '16.000', '70.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17469461', 'Canal_Bats', '8817', '-143.000', '15.500', '135.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469462', 'Canal_Bats', '8817', '-162.583', '15.519', '134.779', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17469463', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469464', 'Hell_Bat', '8828', '-150.000', '15.500', '135.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469465', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469466', 'Fallen_Knight', '8825', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469467', 'Canal_Bats', '8817', '-64.973', '15.500', '147.262', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17469468', 'Canal_Bats', '8817', '-86.091', '15.500', '134.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469469', 'Hell_Bat', '8828', '-24.255', '15.500', '86.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469470', 'Hell_Bat', '8828', '-23.456', '15.500', '90.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469471', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469472', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469473', 'Fallen_Knight', '8825', '-84.916', '15.500', '64.231', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17469474', 'Fallen_Knight', '8825', '-81.248', '15.506', '65.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469475', 'Lich', '8831', '-43.652', '15.500', '135.374', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17469476', 'Lich', '8831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469477', 'Canal_Bats', '8817', '-64.282', '15.499', '21.477', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469478', 'Canal_Bats', '8817', '-64.000', '15.499', '41.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17469479', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469480', 'Hell_Bat', '8828', '-64.197', '15.500', '10.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469481', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469482', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469483', 'Fallen_Knight', '8825', '-128.000', '16.000', '-66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469484', 'Canal_Bats', '8817', '-56.119', '15.500', '45.777', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17469485', 'Canal_Bats', '8817', '-24.000', '15.505', '71.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17469486', 'Hell_Bat', '8828', '-19.800', '15.500', '55.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469487', 'Hell_Bat', '8828', '-35.845', '15.500', '55.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469488', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469489', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469490', 'Fallen_Knight', '8825', '-63.931', '15.500', '35.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469491', 'Canal_Bats', '8817', '-16.170', '15.500', '143.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469492', 'Canal_Bats', '8817', '-34.973', '15.500', '143.776', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17469493', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469494', 'Hell_Bat', '8828', '-22.122', '15.494', '144.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469495', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469496', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469497', 'Fallen_Knight', '8825', '-15.069', '15.500', '140.792', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17469498', 'Canal_Bats', '8817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469499', 'Hell_Bat', '8828', '-86.872', '15.508', '144.230', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17469500', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469501', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469502', 'Fallen_Knight', '8825', '-64.223', '15.500', '167.435', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17469503', 'Dark_Aspic', '8821', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469504', 'Dark_Aspic', '8821', '-207.057', '15.500', '212.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469505', 'Dark_Aspic', '8821', '-136.000', '15.499', '149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469506', 'Dark_Aspic', '8821', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469507', 'Dark_Aspic', '8821', '-96.013', '15.500', '-26.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469508', 'Dark_Aspic', '8821', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469509', 'Bloodsucker', '8815', '-386.000', '22.000', '-14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469510', 'Bloodsucker', '8815', '-384.000', '22.000', '-24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469511', 'Fallen_Knight', '8825', '26.000', '16.500', '56.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17469512', 'Fallen_Knight', '8825', '17.100', '16.438', '55.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469513', 'Lich', '8831', '17.000', '16.500', '65.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17469514', 'Lich', '8831', '23.000', '16.468', '65.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469515', 'Girtab', '8827', '18.735', '16.495', '54.983', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17469516', 'Magic_Sludge', '8832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469517', 'Hell_Bat', '8828', '-139.192', '15.568', '-20.878', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17469518', 'Hell_Bat', '8828', '-179.920', '15.508', '-14.921', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469519', 'Hell_Bat', '8828', '-215.000', '15.508', '-2.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469520', 'Hell_Bat', '8828', '-187.097', '15.499', '-15.082', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469521', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469522', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469523', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469524', 'Fallen_Knight', '8825', '-185.688', '15.501', '-26.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469525', 'Hell_Bat', '8828', '-185.195', '15.501', '-31.962', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17469526', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469527', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469528', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469529', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469530', 'Fallen_Knight', '8825', '-257.000', '15.500', '-15.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17469531', 'Hell_Bat', '8828', '-233.504', '15.500', '-15.264', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17469532', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469533', 'Bigclaw', '8814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469534', 'Fallen_Knight', '8825', '-143.421', '15.503', '-78.236', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469535', 'Dark_Aspic', '8821', '-24.000', '16.000', '-5.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469536', 'Bloodsucker', '8815', '53.000', '22.000', '146.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469537', 'Bloodsucker', '8815', '-280.000', '15.524', '-59.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17469538', 'Hell_Bat', '8828', '-259.046', '15.533', '-60.241', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17469539', 'Hell_Bat', '8828', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469540', 'Girtab', '8827', '-320.000', '14.000', '-0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469541', 'Scavenger_Crab', '8840', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469542', 'Scavenger_Crab', '8840', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469543', 'Scavenger_Crab', '8840', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469544', 'Scavenger_Crab', '8840', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469545', 'Scavenger_Crab', '8840', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469546', 'Scavenger_Crab', '8840', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469547', 'Fleshcraver', '8826', '-340.000', '16.000', '40.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469548', 'Mindcraver', '8835', '-295.000', '25.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469549', 'Fleshcraver', '8826', '-300.775', '24.499', '58.034', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17469550', 'Fleshcraver', '8826', '-301.313', '24.374', '67.044', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17469551', 'Mindcraver', '8835', '-309.534', '23.975', '56.985', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469552', 'Mindcraver', '8835', '-300.122', '24.500', '62.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469553', 'Rotten_Sod', '8839', '-302.000', '25.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469554', 'Makara', '8833', '-180.755', '20.824', '175.774', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469555', 'Makara', '8833', '-180.000', '20.000', '121.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17469556', 'Makara', '8833', '-155.000', '20.000', '140.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17469557', 'Makara', '8833', '-180.000', '20.000', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469558', 'Makara', '8833', '-59.000', '20.000', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469559', 'Makara', '8833', '-68.720', '20.000', '141.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469560', 'Makara', '8833', '-44.000', '20.000', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469561', 'Makara', '8833', '-86.614', '20.000', '138.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469562', 'Makara', '8833', '-21.000', '20.000', '139.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17469563', 'Makara', '8833', '-60.000', '20.000', '54.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469564', 'Makara', '8833', '-16.532', '20.000', '107.823', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17469565', 'Makara', '8833', '15.000', '20.000', '99.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17469566', 'Makara', '8833', '-18.970', '20.000', '70.481', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17469567', 'Makara', '8833', '-201.055', '21.002', '59.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469568', 'Makara', '8833', '-171.301', '21.002', '60.010', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469569', 'Makara', '8833', '-186.459', '21.002', '60.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469570', 'Makara', '8833', '-160.790', '21.002', '60.459', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469571', 'Makara', '8833', '-134.000', '21.987', '25.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17469572', 'Makara', '8833', '-145.052', '21.925', '23.549', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17469573', 'Makara', '8833', '-137.115', '21.568', '11.895', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17469574', 'Makara', '8833', '-249.749', '20.000', '-18.844', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469575', 'Bouncing_Ball', '8816', '-376.000', '22.000', '-27.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469576', 'Bouncing_Ball', '8816', '-389.000', '22.000', '-21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469577', 'Bouncing_Ball', '8816', '-379.000', '22.000', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469578', 'Canal_Moocher', '8833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469579', 'Stygian_Pugil', '8842', '-328.654', '16.014', '10.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469580', 'Stygian_Pugil', '8842', '-312.642', '16.000', '-47.281', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17469581', 'Stygian_Pugil', '8842', '-327.968', '16.000', '-56.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469582', 'Stygian_Pugil', '8842', '-303.924', '17.500', '-5.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469583', 'Stygian_Pugil', '8842', '-300.000', '21.002', '-17.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469584', 'Stygian_Pugil', '8842', '-330.068', '18.520', '-13.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469585', 'Stygian_Pugil', '8842', '-327.340', '18.457', '-27.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469586', 'Stygian_Pugil', '8842', '-309.000', '16.000', '10.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469587', 'Oni_Carcass', '8837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469588', 'Makara', '8833', '-140.000', '20.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469589', 'Makara', '8833', '-179.000', '20.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469590', 'Makara', '8833', '-113.000', '21.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469591', 'Makara', '8833', '-26.000', '20.000', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469592', 'Bloodsucker', '8815', '-100.035', '21.002', '-90.690', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17469593', 'Bloodsucker', '8815', '-32.108', '21.002', '-141.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469594', 'Bloodsucker', '8815', '-59.259', '21.002', '-146.555', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17469595', 'Bloodsucker', '8815', '-28.980', '21.002', '-141.132', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469596', 'Blackwater_Pugil', '10816', '-44.000', '21.002', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469597', 'Blackwater_Pugil', '10816', '-178.000', '22.000', '-106.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17469598', 'Blackwater_Pugil', '10816', '-179.000', '21.501', '-91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469599', 'Blackwater_Pugil', '10816', '-188.037', '21.572', '-100.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469600', 'Blackwater_Pugil', '10816', '39.000', '21.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469601', 'Blackwater_Pugil', '10816', '19.000', '21.000', '-1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469602', 'Blackwater_Pugil', '10816', '20.000', '21.000', '-36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469603', 'Blackwater_Pugil', '10816', '19.000', '20.000', '-84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469604', 'Plunderer_Crab', '10817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469605', 'Plunderer_Crab', '10817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469606', 'Plunderer_Crab', '10817', '31.690', '16.000', '-149.699', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469607', 'Plunderer_Crab', '10817', '48.670', '15.999', '-149.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469608', 'Plunderer_Crab', '10817', '28.550', '16.000', '-211.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469609', 'Plunderer_Crab', '10817', '44.480', '16.000', '-203.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469610', 'Plunderer_Crab', '10817', '21.430', '17.500', '-165.925', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17469611', 'Plunderer_Crab', '10817', '32.690', '18.088', '-170.809', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469612', 'Plunderer_Crab', '10817', '47.682', '17.500', '-166.022', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17469613', 'Blackwater_Pugil', '10816', '-139.000', '21.000', '-115.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469614', 'Blackwater_Pugil', '10816', '90.587', '21.490', '-179.353', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17469615', 'Blackwater_Pugil', '10816', '105.980', '21.575', '-184.918', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17469616', 'Blackwater_Pugil', '10816', '-87.000', '21.000', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469617', 'Blackwater_Pugil', '10816', '60.000', '21.000', '42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469618', 'Blackwater_Pugil', '10816', '60.000', '21.000', '87.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469619', 'Blackwater_Pugil', '10816', '69.390', '20.999', '59.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469620', 'Blackwater_Pugil', '10816', '92.808', '20.180', '59.747', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17469621', 'Plunderer_Crab', '10817', '53.000', '18.000', '-192.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469622', 'Plunderer_Crab', '10817', '28.000', '18.000', '-193.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469623', 'Plunderer_Crab', '10817', '48.000', '19.000', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469625', 'Blackwater_Pugil', '10816', '220.000', '20.000', '-117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469626', 'Blackwater_Pugil', '10816', '220.000', '20.000', '-140.000', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17469627', 'Blackwater_Pugil', '10816', '140.000', '20.000', '-220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469628', 'Blackwater_Pugil', '10816', '116.000', '20.000', '-220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469629', 'Mousse', '8836', '20.770', '21.001', '1.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469630', 'Mousse', '8836', '28.669', '21.002', '19.210', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17469631', 'Mousse', '8836', '19.000', '20.000', '-78.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17469632', 'Konjac', '8819', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469633', 'Blackwater_Pugil', '10816', '299.000', '21.000', '-97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469634', 'Blackwater_Pugil', '10816', '299.000', '21.000', '-62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469635', 'Blackwater_Pugil', '10816', '125.000', '20.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469636', 'Blackwater_Pugil', '10816', '105.000', '22.000', '-174.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469637', 'Deviling_Bats', '10818', '32.919', '15.656', '-57.972', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17469638', 'Deviling_Bats', '10818', '25.375', '15.500', '-45.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469639', 'Sodden_Bones', '10819', '35.725', '15.499', '-66.609', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17469640', 'Sodden_Bones', '10819', '224.000', '17.000', '-61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469641', 'Drowned_Bones', '10820', '33.422', '15.518', '-53.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469642', 'Drowned_Bones', '10820', '24.000', '15.503', '-89.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17469643', 'Starborer', '10821', '39.815', '13.501', '-200.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469644', 'Starborer', '10821', '39.696', '14.438', '-194.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469645', 'Starborer', '10821', '23.000', '12.000', '-143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469646', 'Starborer', '10821', '51.156', '13.500', '-159.707', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469647', 'Starborer', '10821', '39.534', '13.501', '-159.153', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17469648', 'Starborer', '10821', '40.000', '11.500', '-138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469649', 'Starborer', '10821', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469650', 'Deviling_Bats', '10818', '104.215', '15.501', '-215.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469651', 'Deviling_Bats', '10818', '216.000', '16.000', '12.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469652', 'Sodden_Bones', '10819', '100.000', '15.500', '-225.036', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17469653', 'Sodden_Bones', '10819', '122.136', '15.500', '-215.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469654', 'Drowned_Bones', '10820', '214.000', '17.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469655', 'Drowned_Bones', '10820', '92.131', '15.526', '-216.719', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17469656', 'Sodden_Bones', '10819', '96.163', '16.500', '-258.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469657', 'Sodden_Bones', '10819', '103.030', '16.409', '-265.597', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469658', 'Drowned_Bones', '10820', '100.196', '16.499', '-259.885', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17469659', 'Drowned_Bones', '10820', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469660', 'Rapier_Scorpion', '10822', '104.912', '16.500', '-257.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469661', 'Impish_Bats', '8830', '56.939', '15.466', '-100.899', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17469662', 'Impish_Bats', '8830', '61.227', '18.510', '-69.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469663', 'Impish_Bats', '8830', '65.000', '19.944', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469664', 'Impish_Bats', '8830', '77.459', '19.933', '-39.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469665', 'Impish_Bats', '8830', '74.848', '20.276', '-45.041', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17469666', 'Hinge_Oil', '8829', '86.554', '24.000', '-23.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469667', 'Hinge_Oil', '8829', '77.785', '23.000', '-53.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469668', 'Hinge_Oil', '8829', '66.724', '24.000', '-45.332', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469669', 'Hinge_Oil', '8829', '89.413', '22.999', '-37.201', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17469670', 'Deviling_Bats', '10818', '215.000', '16.000', '-133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469671', 'Deviling_Bats', '10818', '180.463', '15.540', '74.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469672', 'Sodden_Bones', '10819', '140.415', '-0.372', '128.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469673', 'Sodden_Bones', '10819', '128.608', '15.500', '55.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469674', 'Drowned_Bones', '10820', '139.862', '2.250', '105.769', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469675', 'Drowned_Bones', '10820', '146.192', '15.792', '65.345', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469676', 'Sodden_Bones', '10819', '158.000', '15.500', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469677', 'Sodden_Bones', '10819', '134.593', '16.475', '22.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469678', 'Drowned_Bones', '10820', '136.004', '16.319', '14.861', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469679', 'Drowned_Bones', '10820', '139.312', '16.499', '26.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469680', 'Rapier_Scorpion', '10822', '139.309', '16.500', '19.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469681', 'Deviling_Bats', '10818', '233.000', '16.000', '-146.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469682', 'Deviling_Bats', '10818', '193.393', '15.511', '59.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469683', 'Deviling_Bats', '10818', '177.349', '15.489', '59.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469684', 'Deviling_Bats', '10818', '254.457', '15.500', '-7.799', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17469685', 'Deviling_Bats', '10818', '263.814', '15.543', '-3.453', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17469686', 'Sodden_Bones', '10819', '220.000', '17.000', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469687', 'Sodden_Bones', '10819', '215.000', '15.501', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469688', 'Drowned_Bones', '10820', '274.544', '15.500', '-15.501', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469689', 'Drowned_Bones', '10820', '248.516', '15.500', '-8.741', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17469690', 'Starborer', '10821', '300.342', '17.513', '-80.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469691', 'Starborer', '10821', '280.208', '13.500', '-80.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469692', 'Starborer', '10821', '329.000', '14.255', '-80.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469693', 'Starborer', '10821', '312.000', '14.158', '-56.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469694', 'Starborer', '10821', '268.000', '14.000', '-80.307', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17469695', 'Starborer', '10821', '310.140', '15.626', '-80.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469696', 'Starborer', '10821', '280.543', '13.499', '-68.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469697', 'Blackwater_Pugil', '10816', '247.710', '20.000', '-19.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469698', 'Blackwater_Pugil', '10816', '220.000', '20.000', '10.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17469699', 'Blackwater_Pugil', '10816', '229.000', '20.000', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469700', 'Blackwater_Pugil', '10816', '297.000', '21.000', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469701', 'Blackwater_Pugil', '10816', '292.415', '18.499', '-59.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469702', 'Blackwater_Pugil', '10816', '316.389', '17.500', '-74.108', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17469703', 'Blackwater_Pugil', '10816', '276.086', '16.000', '-63.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469704', 'Blackwater_Pugil', '10816', '324.645', '16.000', '-59.998', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17469705', 'Blackwater_Pugil', '10816', '307.475', '18.499', '-89.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469706', 'Blackwater_Pugil', '10816', '315.869', '17.500', '-94.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469707', 'Blackwater_Pugil', '10816', '263.000', '16.000', '-87.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469708', 'Blackwater_Pugil', '10816', '335.400', '16.000', '-87.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469709', 'Poroggo_Excavator', '10823', '281.368', '21.002', '-139.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469710', 'Flume_Toad', '10824', '258.984', '21.002', '-160.940', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17469711', 'Flume_Toad', '10824', '261.000', '21.002', '-144.790', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17469712', 'Flume_Toad', '10824', '261.000', '21.002', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469713', 'Flume_Toad', '10824', '306.761', '21.523', '-184.704', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17469714', 'Flume_Toad', '10824', '297.143', '22.001', '-175.179', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17469715', 'Flume_Toad', '10824', '-180.000', '22.000', '-133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469717', 'Flume_Toad', '10824', '179.048', '21.002', '-202.206', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17469718', 'Poroggo_Excavator', '10823', '186.995', '21.002', '-180.954', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17469719', 'Flume_Toad', '10824', '167.000', '20.002', '-219.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17469720', 'Flume_Toad', '10824', '214.000', '21.002', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469721', 'Flume_Toad', '10824', '180.706', '21.002', '-186.499', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17469722', 'Poroggo_Excavator', '10823', '246.000', '21.000', '-180.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17469723', 'Flume_Toad', '10824', '299.000', '21.000', '-121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469724', 'Flume_Toad', '10824', '219.000', '21.000', '-168.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469725', 'Flume_Toad', '10824', '180.000', '21.000', '-232.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469726', 'Flume_Toad', '10824', '186.000', '22.000', '-257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469727', 'Flume_Toad', '10824', '178.000', '22.000', '-257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469728', 'Flume_Toad', '10824', '173.000', '22.000', '-257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469729', 'Flume_Toad', '10824', '56.000', '22.000', '133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469730', 'Flume_Toad', '10824', '52.000', '22.000', '133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469731', 'Poroggo_Excavator', '10823', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469732', 'Flume_Toad', '10824', '67.000', '22.000', '141.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469733', 'Flume_Toad', '10824', '-187.000', '22.000', '-141.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469734', 'Flume_Toad', '10824', '-178.000', '22.000', '-148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469736', 'Stygian_Pugil', '8842', '-308.000', '18.000', '-33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469737', 'Dire_Bat', '8822', '162.000', '-4.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469738', 'Dire_Bat', '8822', '99.000', '-4.000', '-121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469739', 'Doom_Mage', '8823', '231.000', '16.000', '-148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469740', 'Doom_Mage', '8823', '152.000', '8.000', '-126.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469741', 'Doom_Soldier', '8824', '167.000', '11.000', '-128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469742', 'Doom_Soldier', '8824', '231.000', '16.000', '-132.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469743', 'Doom_Mage', '8823', '231.000', '16.000', '-139.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469744', 'Doom_Mage', '8823', '167.217', '8.259', '-112.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469745', 'Doom_Soldier', '8824', '161.490', '8.399', '-121.331', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469746', 'Doom_Soldier', '8824', '236.000', '16.486', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469747', 'Brazen_Bones', '8824', '160.000', '8.000', '-119.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17469748', 'Bouncing_Ball', '8816', '156.000', '12.000', '-133.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17469749', 'Bouncing_Ball', '8816', '146.000', '11.000', '-123.000', '210'); -INSERT INTO `mob_spawn_points` VALUES ('17469750', 'Bouncing_Ball', '8816', '172.000', '12.000', '-116.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17469751', 'Bouncing_Ball', '8816', '163.000', '11.000', '-106.000', '210'); -INSERT INTO `mob_spawn_points` VALUES ('17469756', 'Starmite', '8841', '111.000', '-8.000', '-86.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469757', 'Starmite', '8841', '125.000', '-8.000', '-90.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469758', 'Starmite', '8841', '131.000', '-8.000', '-77.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469759', 'Starmite', '8841', '124.000', '-8.000', '-66.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17469760', 'Starmite', '8841', '108.000', '-8.000', '-76.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473537', 'Fenrir_Prime', '8849', '340.000', '47.000', '-337.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17473538', 'Fenrir_Prime', '8849', '-60.000', '9.000', '61.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17473539', 'Fenrir_Prime', '8849', '-380.000', '-52.000', '421.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17473540', 'Ace_of_Cups', '8845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473541', 'Ace_of_Batons', '8843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473542', 'Ace_of_Swords', '8846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473543', 'Ace_of_Coins', '8844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473544', 'Tatzlwurm', '8862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473545', 'Yali', '8864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473546', 'Ace_of_Cups', '8845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473547', 'Ace_of_Batons', '8843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473548', 'Ace_of_Swords', '8846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473549', 'Ace_of_Coins', '8844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473550', 'Tatzlwurm', '8862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473551', 'Yali', '8864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473552', 'Ace_of_Cups', '8845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473553', 'Ace_of_Batons', '8843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473554', 'Ace_of_Swords', '8846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473555', 'Ace_of_Coins', '8844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473556', 'Tatzlwurm', '8862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473557', 'Yali', '8864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473558', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473559', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473560', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473561', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473562', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473563', 'Ifrit_Prime', '8851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473564', 'Shiva_Prime', '8861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473565', 'Garuda_Prime', '8850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473566', 'Titan_Prime', '8863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473567', 'Ramuh_Prime', '8859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473568', 'Leviathan_Prime', '8855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473569', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473570', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473571', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473572', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473573', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473574', 'Ifrit_Prime', '8851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473575', 'Shiva_Prime', '8861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473576', 'Garuda_Prime', '8850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473577', 'Titan_Prime', '8863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473578', 'Ramuh_Prime', '8859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473579', 'Leviathan_Prime', '8855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473580', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473581', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473582', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473583', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473584', 'Carbuncle_Prime', '8848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473585', 'Ifrit_Prime', '8851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473586', 'Shiva_Prime', '8861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473587', 'Garuda_Prime', '8850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473588', 'Titan_Prime', '8863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473589', 'Ramuh_Prime', '8859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473590', 'Leviathan_Prime', '8855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473659', 'Ajido-Marujido', '8847', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473676', 'King_of_Swords', '8854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473677', 'King_of_Cups', '8853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473678', 'King_of_Batons', '8852', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473680', 'Queen_of_Swords', '8858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473681', 'Queen_of_Cups', '8857', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473682', 'Queen_of_Batons', '8856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473704', 'Ace_of_Swords', '8846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473705', 'Ace_of_Cups', '8845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473706', 'Ace_of_Batons', '8843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473730', 'Shantotto', '8860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17473731', 'Shantotto', '8860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17481747', 'Colliery_Bat', '10748', '-18.000', '8.000', '-294.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481748', 'Colliery_Bat', '10748', '-60.000', '8.000', '-194.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481749', 'Colliery_Bat', '10748', '0.400', '9.000', '-149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481750', 'Burrower_Worm', '10749', '55.000', '8.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481751', 'Burrower_Worm', '10749', '64.000', '8.000', '-146.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481752', 'Burrower_Worm', '10749', '-43.000', '9.000', '-159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481753', 'Burrower_Worm', '10749', '-23.000', '10.000', '-132.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17481754', 'Colliery_Bat', '10748', '-13.224', '9.104', '-109.215', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17481755', 'Colliery_Bat', '10748', '-41.174', '9.346', '-138.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481769', 'Burrower_Worm', '10749', '-18.000', '10.000', '-139.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17481770', 'Burrower_Worm', '10749', '3.582', '9.462', '-136.122', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17481771', 'Soot_Crab', '10750', '-86.000', '8.000', '-341.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17481730', 'Ding_Bats', '8981', '-40.000', '-0.400', '60.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17481731', 'Ding_Bats', '8981', '-19.000', '-0.400', '60.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17481732', 'Ding_Bats', '8981', '-27.000', '-0.400', '47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481756', 'Burrower_Worm', '10749', '63.000', '8.000', '-135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481733', 'Ding_Bats', '8981', '-50.000', '-1.000', '20.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17481734', 'Ding_Bats', '8981', '-3.000', '-0.400', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481757', 'Burrower_Worm', '10749', '-60.799', '8.096', '-241.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481758', 'Colliery_Bat', '10748', '-51.000', '7.943', '-258.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17481772', 'Soot_Crab', '10750', '-80.000', '8.000', '-339.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17481773', 'Soot_Crab', '10750', '-74.000', '8.000', '-343.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17481735', 'River_Crab', '8986', '-32.000', '-1.000', '47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481736', 'Ding_Bats', '8981', '-53.000', '-1.000', '59.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17481737', 'River_Crab', '8986', '-32.000', '-1.000', '71.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17481738', 'Ding_Bats', '8981', '-59.000', '-1.000', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481739', 'River_Crab', '8986', '-7.000', '-1.000', '48.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17481759', 'Colliery_Bat', '10748', '-70.000', '8.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16793644', 'Kraken', '102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793643', 'Coralline_Urganite', '80', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793642', 'Coralline_Urganite', '80', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17481760', 'Colliery_Bat', '10748', '96.214', '7.921', '-174.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481761', 'Colliery_Bat', '10748', '51.707', '7.815', '-219.583', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17481774', 'Colliery_Bat', '10748', '62.000', '8.000', '-267.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17481775', 'Colliery_Bat', '10748', '60.875', '8.127', '-196.263', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17481764', 'Soot_Crab', '10750', '-87.000', '8.000', '-336.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481740', 'Ding_Bats', '8981', '-31.000', '-1.000', '19.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17481741', 'River_Crab', '8986', '-6.000', '-1.000', '71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481762', 'Colliery_Bat', '10748', '8.000', '9.000', '-119.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481742', 'Colliery_Bat', '10748', '138.000', '8.000', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481743', 'Colliery_Bat', '10748', '116.596', '8.159', '-180.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('16793641', 'Jagil', '101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793640', 'Jagil', '101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('16793639', 'Viscous_Clot', '121', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17481788', 'Veindigger_Leech', '10751', '-57.000', '8.000', '-325.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485825', 'Snipper', '9013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485826', 'Snipper', '9013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485827', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485828', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485829', 'Kraken', '9006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485830', 'Land_Worm', '9007', '386.274', '-24.993', '173.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485831', 'Land_Worm', '9007', '344.000', '-10.000', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485832', 'Seeker_Bats', '9012', '413.424', '-31.010', '181.159', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17485833', 'Land_Worm', '9007', '337.420', '-10.448', '119.198', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17485834', 'Land_Worm', '9007', '341.772', '-10.730', '130.722', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485835', 'Land_Worm', '9007', '325.230', '-9.872', '100.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485836', 'Seeker_Bats', '9012', '344.749', '-11.711', '129.316', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17485837', 'Land_Worm', '9007', '315.215', '-9.538', '99.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485838', 'Land_Worm', '9007', '289.851', '-10.836', '95.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485839', 'Seeker_Bats', '9012', '324.110', '-9.694', '103.247', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17485840', 'Land_Worm', '9007', '294.659', '-10.092', '97.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485841', 'Land_Worm', '9007', '278.180', '-10.501', '58.160', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17485842', 'Seeker_Bats', '9012', '279.278', '-9.948', '93.983', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17485843', 'Land_Worm', '9007', '297.274', '-10.618', '58.407', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17485844', 'Land_Worm', '9007', '262.828', '-3.784', '98.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485845', 'Seeker_Bats', '9012', '288.413', '-10.423', '60.180', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17485846', 'Land_Worm', '9007', '258.686', '-1.887', '92.601', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17485847', 'Land_Worm', '9007', '-346.096', '-4.487', '-11.640', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17485848', 'Thread_Leech', '9014', '238.017', '-0.147', '69.453', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485849', 'Huge_Spider', '9002', '211.591', '-0.426', '92.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485850', 'Huge_Spider', '9002', '247.230', '-0.268', '72.269', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17485851', 'Huge_Spider', '9002', '234.567', '-0.372', '83.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485852', 'Combat', '8992', '251.419', '-0.356', '82.783', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17485853', 'Jelly', '9004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485854', 'Thread_Leech', '9014', '171.752', '0.175', '75.321', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485855', 'Huge_Spider', '9002', '185.577', '0.590', '78.022', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17485856', 'Huge_Spider', '9002', '195.387', '-0.440', '78.987', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17485857', 'Huge_Spider', '9002', '156.627', '-0.340', '89.265', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485858', 'Combat', '8992', '164.151', '-0.333', '77.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485859', 'Jelly', '9004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485860', 'Thread_Leech', '9014', '139.680', '0.912', '79.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485861', 'Huge_Spider', '9002', '108.457', '0.127', '78.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485862', 'Huge_Spider', '9002', '93.052', '0.094', '79.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485863', 'Combat', '8992', '131.636', '0.300', '84.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485864', 'Jelly', '9004', '138.749', '0.902', '84.264', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17485865', 'Thread_Leech', '9014', '73.397', '-0.181', '85.807', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17485866', 'Huge_Spider', '9002', '59.437', '0.488', '73.231', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485867', 'Huge_Spider', '9002', '60.136', '0.556', '77.603', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485868', 'Combat', '8992', '57.588', '0.518', '79.398', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17485869', 'Thunder_Elemental', '9015', '63.012', '-0.132', '70.353', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17485870', 'Jelly', '9004', '54.816', '-0.047', '67.149', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17485871', 'Thread_Leech', '9014', '43.776', '0.096', '45.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485872', 'Huge_Spider', '9002', '39.990', '-0.040', '48.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485873', 'Huge_Spider', '9002', '11.429', '0.125', '40.576', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17485874', 'Combat', '8992', '25.459', '0.113', '37.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485875', 'Jelly', '9004', '46.708', '-0.070', '33.799', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485876', 'Thread_Leech', '9014', '-17.757', '0.791', '40.200', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17485877', 'Huge_Spider', '9002', '-34.651', '0.162', '38.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485878', 'Huge_Spider', '9002', '-37.671', '-0.107', '34.840', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17485879', 'Combat', '8992', '-37.202', '-0.052', '44.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485880', 'Jelly', '9004', '-40.367', '-0.098', '41.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485881', 'Sea_Monk', '9011', '-63.555', '0.656', '39.812', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485882', 'Thread_Leech', '9014', '-88.840', '0.013', '44.892', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17485883', 'Thread_Leech', '9014', '-76.951', '-0.482', '28.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485884', 'Thread_Leech', '9014', '-71.289', '-0.182', '35.505', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17485885', 'Huge_Spider', '9002', '-94.603', '-0.060', '31.576', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485886', 'Combat', '8992', '-73.223', '-0.374', '36.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485887', 'Jelly', '9004', '-76.797', '-0.040', '43.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485888', 'Thread_Leech', '9014', '-130.216', '0.081', '33.725', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17485889', 'Thread_Leech', '9014', '-151.944', '-0.077', '37.708', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485890', 'Huge_Spider', '9002', '-158.738', '-0.448', '41.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485891', 'Huge_Spider', '9002', '-160.843', '0.326', '25.456', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485892', 'Combat', '8992', '-151.395', '-0.096', '2.194', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17485893', 'Combat', '8992', '-130.953', '0.038', '43.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485894', 'Jelly', '9004', '-153.705', '-0.108', '38.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485895', 'Thread_Leech', '9014', '-160.077', '-0.024', '-4.975', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17485896', 'Thread_Leech', '9014', '-177.099', '0.443', '10.131', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17485897', 'Huge_Spider', '9002', '-183.242', '0.469', '-0.662', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17485898', 'Huge_Spider', '9002', '-175.007', '0.356', '-0.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485899', 'Combat', '8992', '-213.591', '0.208', '-3.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485900', 'Combat', '8992', '-172.989', '0.409', '9.861', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485901', 'Thunder_Elemental', '9015', '-160.678', '-0.500', '-1.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485902', 'Jelly', '9004', '-177.029', '-0.030', '-7.629', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485903', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485904', 'Clipper', '8991', '-190.456', '0.843', '-7.564', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17485905', 'Thread_Leech', '9014', '-245.812', '-0.327', '3.514', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17485906', 'Thread_Leech', '9014', '-218.668', '0.625', '6.391', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485907', 'Huge_Spider', '9002', '-223.750', '0.467', '0.921', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17485908', 'Huge_Spider', '9002', '-252.665', '0.333', '-4.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485909', 'Combat', '8992', '-304.123', '0.778', '3.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485910', 'Combat', '8992', '-297.707', '0.547', '0.166', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17485911', 'Jelly', '9004', '-254.348', '0.191', '-8.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485912', 'Thread_Leech', '9014', '-315.197', '-0.331', '-4.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485913', 'Huge_Spider', '9002', '-311.920', '-0.052', '-1.525', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17485914', 'Huge_Spider', '9002', '-323.000', '-0.066', '-1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485915', 'Combat', '8992', '-314.600', '-0.247', '7.328', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17485916', 'Jelly', '9004', '-315.935', '-0.058', '7.251', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17485917', 'Land_Worm', '9007', '-340.783', '-3.762', '-22.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485918', 'Land_Worm', '9007', '-336.260', '-1.977', '-19.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485919', 'Land_Worm', '9007', '-359.000', '-9.000', '-19.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17485920', 'Land_Worm', '9007', '-372.255', '-9.973', '-20.195', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17485921', 'Land_Worm', '9007', '-391.050', '-9.505', '-17.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485922', 'Seeker_Bats', '9012', '-392.000', '-10.114', '-24.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17485923', 'Land_Worm', '9007', '-399.017', '-9.252', '-17.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485924', 'Land_Worm', '9007', '-379.000', '-9.000', '-53.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17485925', 'Seeker_Bats', '9012', '-399.765', '-9.924', '-13.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485926', 'Land_Worm', '9007', '-379.330', '-10.624', '-34.685', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17485927', 'Land_Worm', '9007', '-421.933', '-10.204', '15.861', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485928', 'Seeker_Bats', '9012', '-378.173', '-10.720', '-33.437', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17485929', 'Land_Worm', '9007', '-421.785', '-10.432', '-1.907', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17485930', 'Land_Worm', '9007', '-462.364', '-10.646', '-19.954', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17485931', 'Seeker_Bats', '9012', '-439.000', '-10.521', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485932', 'Land_Worm', '9007', '-459.000', '-10.794', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485933', 'Land_Worm', '9007', '259.327', '-6.084', '28.839', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485934', 'Seeker_Bats', '9012', '-459.000', '-10.474', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485935', 'Seeker_Bats', '9012', '-463.219', '-10.488', '-13.501', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17485936', 'Land_Worm', '9007', '256.315', '-6.146', '22.184', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485937', 'Land_Worm', '9007', '-13.648', '-5.976', '100.926', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485938', 'Seeker_Bats', '9012', '230.000', '-6.000', '21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485939', 'Seeker_Bats', '9012', '221.000', '-6.147', '27.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17485940', 'Seeker_Bats', '9012', '183.927', '-5.414', '60.821', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17485941', 'Seeker_Bats', '9012', '198.827', '-6.063', '65.307', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17485942', 'Seeker_Bats', '9012', '144.167', '-5.261', '62.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485943', 'Seeker_Bats', '9012', '120.407', '-5.997', '64.892', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17485944', 'Seeker_Bats', '9012', '102.988', '-5.532', '60.047', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17485945', 'Jelly', '9004', '101.436', '-5.543', '32.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485946', 'Sea_Monk', '9011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485947', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485948', 'Clipper', '8991', '107.000', '-4.000', '17.000', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17485949', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485950', 'Clipper', '8991', '97.773', '-5.000', '11.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485951', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485952', 'Clipper', '8991', '92.000', '-4.000', '23.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17485953', 'Seeker_Bats', '9012', '96.374', '-5.446', '98.851', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485954', 'Seeker_Bats', '9012', '103.251', '-5.392', '97.456', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485955', 'Seeker_Bats', '9012', '42.021', '-5.986', '95.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485956', 'Seeker_Bats', '9012', '54.462', '-5.248', '97.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485957', 'Seeker_Bats', '9012', '24.134', '-5.749', '69.555', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17485958', 'Seeker_Bats', '9012', '25.376', '-6.051', '75.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485959', 'Seeker_Bats', '9012', '4.000', '-5.000', '54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485960', 'Seeker_Bats', '9012', '-18.000', '-5.657', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485961', 'Seeker_Bats', '9012', '-20.267', '-3.765', '-12.857', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17485962', 'Seeker_Bats', '9012', '-6.980', '-0.717', '-17.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485963', 'Seeker_Bats', '9012', '23.304', '0.195', '-24.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485964', 'Seeker_Bats', '9012', '17.629', '0.926', '-27.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485965', 'Jelly', '9004', '57.407', '-0.074', '-35.222', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17485966', 'Jelly', '9004', '44.000', '-0.227', '-21.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17485967', 'Water_Elemental', '9016', '54.057', '0.561', '-28.774', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17485968', 'Jelly', '9004', '58.000', '0.409', '-47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485969', 'Jelly', '9004', '54.907', '0.412', '-53.414', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17485970', 'Water_Elemental', '9016', '51.780', '1.144', '-51.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485971', 'Seeker_Bats', '9012', '-6.000', '0.962', '-60.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17485972', 'Seeker_Bats', '9012', '32.821', '0.845', '-60.258', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485973', 'Seeker_Bats', '9012', '-4.589', '-0.500', '-61.150', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17485974', 'Seeker_Bats', '9012', '-8.151', '-0.500', '-60.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485975', 'Seeker_Bats', '9012', '-43.000', '-0.500', '-45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485976', 'Seeker_Bats', '9012', '-27.879', '-0.731', '-40.855', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17485977', 'Combat', '8992', '-40.830', '-0.094', '-35.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485978', 'Combat', '8992', '-30.357', '0.058', '-48.158', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17485979', 'Sea_Monk', '9011', '-65.354', '0.514', '-39.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485980', 'Cargo_Crab_Colin', '8990', '-52.000', '-0.500', '-33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485981', 'Seeker_Bats', '9012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485982', 'Seeker_Bats', '9012', '-80.000', '-0.343', '-44.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17485983', 'Seeker_Bats', '9012', '-96.272', '-0.020', '-49.503', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485984', 'Combat', '8992', '-102.647', '0.477', '-40.374', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17485985', 'Combat', '8992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485986', 'Combat', '8992', '-73.930', '-0.360', '-38.025', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17485987', 'Seeker_Bats', '9012', '-98.000', '0.263', '-71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485988', 'Seeker_Bats', '9012', '-127.000', '0.319', '-42.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17485989', 'Combat', '8992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485990', 'Combat', '8992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485991', 'Seeker_Bats', '9012', '-154.000', '-0.565', '-71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485992', 'Combat', '8992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485993', 'Combat', '8992', '-151.000', '0.246', '-74.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17485994', 'Jelly', '9004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17485995', 'Water_Elemental', '9016', '-158.480', '-0.121', '-68.601', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17485996', 'Seeker_Bats', '9012', '-180.782', '-0.500', '-36.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485997', 'Seeker_Bats', '9012', '-180.983', '-0.500', '-41.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485998', 'Jammer_Leech', '9003', '-111.960', '1.000', '-101.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17485999', 'Jammer_Leech', '9003', '-102.275', '1.007', '-108.629', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17486000', 'Jammer_Leech', '9003', '-89.715', '0.988', '-105.495', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17486001', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486002', 'Clipper', '8991', '-30.384', '1.000', '-33.277', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17486003', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486004', 'Clipper', '8991', '-95.359', '1.000', '-34.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486005', 'Seeker_Bats', '9012', '-11.011', '-6.008', '97.416', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17486006', 'Seeker_Bats', '9012', '-6.467', '-5.889', '99.189', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17486007', 'Land_Worm', '9007', '-39.516', '-5.992', '98.014', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17486008', 'Land_Worm', '9007', '-45.084', '-5.607', '102.444', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17486009', 'Land_Worm', '9007', '-22.947', '-5.871', '98.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486010', 'Land_Worm', '9007', '-48.375', '-5.798', '98.059', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17486011', 'Land_Worm', '9007', '-84.737', '-6.015', '100.013', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17486012', 'Combat', '8992', '-120.494', '0.031', '-47.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486013', 'Combat', '8992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486014', 'Combat', '8992', '-119.156', '-0.041', '-31.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486015', 'Land_Worm', '9007', '-96.132', '-6.023', '90.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486016', 'Land_Worm', '9007', '-94.685', '-6.135', '95.930', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17486017', 'Land_Worm', '9007', '-92.235', '-6.100', '98.107', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17486018', 'Land_Worm', '9007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486019', 'Seeker_Bats', '9012', '-119.035', '-4.823', '51.323', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17486020', 'Seeker_Bats', '9012', '-131.541', '-5.091', '66.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486021', 'Seeker_Bats', '9012', '-140.000', '-6.141', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486022', 'Seeker_Bats', '9012', '-142.494', '-5.935', '101.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486023', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486024', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486025', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486026', 'Sea_Monk', '9011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486027', 'Huge_Spider', '9002', '-25.445', '-6.073', '142.192', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17486028', 'Huge_Spider', '9002', '-33.446', '-6.038', '141.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486029', 'Huge_Spider', '9002', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486030', 'Huge_Spider', '9002', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486031', 'Falcatus_Aranei', '8994', '-53.000', '-4.418', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486032', 'Huge_Spider', '9002', '-94.545', '-6.095', '136.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486033', 'Huge_Spider', '9002', '-68.852', '-5.029', '141.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486034', 'Huge_Spider', '9002', '-79.827', '-6.046', '133.982', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17486035', 'Huge_Spider', '9002', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486036', 'Huge_Spider', '9002', '-120.738', '-6.001', '140.605', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486037', 'Huge_Spider', '9002', '-132.819', '-6.004', '138.089', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17486038', 'Jelly', '9004', '-19.000', '-5.000', '174.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486039', 'Clipper', '8991', '-201.821', '-6.071', '75.180', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17486040', 'Clipper', '8991', '-212.000', '-4.000', '83.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17486041', 'Clipper', '8991', '-191.000', '-5.000', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486042', 'Clipper', '8991', '-195.032', '-5.991', '89.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486043', 'Clipper', '8991', '-216.851', '-5.544', '75.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486044', 'Clipper', '8991', '-245.000', '-5.000', '75.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17486045', 'Clipper', '8991', '-166.000', '-4.000', '124.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17486046', 'Clipper', '8991', '-240.811', '-6.191', '85.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486047', 'Clipper', '8991', '-229.000', '-6.279', '82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486048', 'Clipper', '8991', '-175.000', '-5.000', '109.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17486049', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486050', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486051', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486052', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486053', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486054', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486055', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486056', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486057', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486058', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486059', 'Seeker_Bats', '9012', '-219.000', '-5.999', '47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486060', 'Seeker_Bats', '9012', '-227.716', '-5.435', '18.382', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17486061', 'Seeker_Bats', '9012', '-244.762', '-6.285', '15.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486062', 'Seeker_Bats', '9012', '-261.000', '-4.000', '14.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17486063', 'Seeker_Bats', '9012', '-262.000', '-4.000', '-17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486064', 'Seeker_Bats', '9012', '-290.050', '-5.448', '-16.795', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17486065', 'Seeker_Bats', '9012', '-299.797', '-5.582', '-48.083', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486066', 'Seeker_Bats', '9012', '-295.297', '-5.639', '-59.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486067', 'Jelly', '9004', '-262.000', '-4.000', '-62.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17486068', 'Jelly', '9004', '-265.929', '-5.581', '-56.454', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17486069', 'Sea_Monk', '9011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486070', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486071', 'Clipper', '8991', '-164.000', '-0.500', '-84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486072', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486073', 'Clipper', '8991', '-153.000', '-0.500', '-83.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486074', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486075', 'Clipper', '8991', '-144.000', '-0.500', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486076', 'Seeker_Bats', '9012', '-356.678', '-6.000', '-60.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486077', 'Seeker_Bats', '9012', '-336.819', '-5.960', '-58.619', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17486078', 'Clipper', '8991', '-332.000', '-5.000', '62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486079', 'Clipper', '8991', '-304.000', '-5.697', '50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486080', 'Thread_Leech', '9014', '-307.970', '-5.520', '55.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486081', 'Clipper', '8991', '-301.676', '-5.224', '53.618', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17486082', 'Clipper', '8991', '-304.107', '-5.314', '55.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486083', 'Thread_Leech', '9014', '-324.330', '-5.841', '60.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486084', 'Thread_Leech', '9014', '-345.827', '-5.344', '63.384', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486085', 'Clipper', '8991', '-354.485', '-5.452', '60.017', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486086', 'Clipper', '8991', '-341.265', '-5.654', '67.398', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17486087', 'Thread_Leech', '9014', '-374.023', '-5.531', '62.376', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486088', 'Thread_Leech', '9014', '-381.765', '-5.300', '65.441', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17486089', 'Sea_Monk', '9011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486090', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486091', 'Clipper', '8991', '-106.000', '-0.500', '-49.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486092', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486093', 'Clipper', '8991', '-388.000', '-5.000', '62.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17486094', 'Greater_Pugil', '9001', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486095', 'Clipper', '8991', '-85.000', '-0.500', '-37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486096', 'Thread_Leech', '9014', '-378.000', '-5.000', '56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486097', 'Lacerator', '10785', '-321.000', '-5.958', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486098', 'Lacerator', '10785', '-341.000', '-5.000', '170.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17486099', 'Lacerator', '10785', '-344.037', '-5.600', '178.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486100', 'Lacerator', '10785', '-331.000', '-5.000', '178.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17486101', 'Lacerator', '10785', '-338.000', '-6.000', '176.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486102', 'Lacerator', '10785', '-370.000', '-9.000', '274.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17486103', 'Spool_Leech', '10786', '-359.000', '-10.000', '284.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17486104', 'Spool_Leech', '10786', '-301.141', '-10.386', '189.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486105', 'Spool_Leech', '10786', '-296.852', '-10.957', '210.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486106', 'Spool_Leech', '10786', '-361.000', '-10.000', '276.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486107', 'Spool_Leech', '10786', '-326.000', '-10.000', '220.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17486108', 'Spool_Leech', '10786', '-338.032', '-10.500', '239.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486109', 'Spool_Leech', '10786', '-352.950', '-10.693', '275.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486110', 'Lacerator', '10785', '-365.000', '-10.436', '270.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17486111', 'Thread_Leech', '9014', '-300.000', '-5.000', '40.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486112', 'Thread_Leech', '9014', '-339.000', '-5.000', '79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486113', 'Thread_Leech', '9014', '-277.713', '-10.557', '221.479', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486114', 'Thread_Leech', '9014', '-262.248', '-10.184', '217.201', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17486115', 'Bogy', '8989', '-259.769', '-11.088', '172.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486116', 'Thread_Leech', '9014', '-263.588', '-11.129', '150.893', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17486117', 'Thread_Leech', '9014', '-260.794', '-10.615', '178.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486118', 'Bogy', '8989', '-276.713', '-9.954', '135.353', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17486119', 'Bogy', '8989', '-277.338', '-9.352', '139.763', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17486120', 'Thread_Leech', '9014', '-259.065', '-10.188', '144.954', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486121', 'Thread_Leech', '9014', '-240.847', '-9.323', '138.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486122', 'Thread_Leech', '9014', '-209.978', '-10.217', '172.600', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17486123', 'Bogy', '8989', '-211.963', '-10.482', '173.593', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486124', 'Bogy', '8989', '-296.821', '-3.207', '131.239', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17486125', 'Bogy', '8989', '-292.487', '-5.993', '141.408', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486126', 'Bogy', '8989', '-319.225', '-0.146', '109.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486127', 'Bogy', '8989', '-319.266', '-0.244', '130.650', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486128', 'Bogy', '8989', '-345.369', '0.716', '119.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486129', 'Dame_Blanche', '8993', '-361.894', '-0.500', '121.675', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17486130', 'Water_Elemental', '9016', '-363.697', '-0.346', '129.631', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17486131', 'Lacerator', '10785', '-421.000', '-11.000', '224.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486132', 'Lacerator', '10785', '-459.000', '-10.000', '269.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17486133', 'Lacerator', '10785', '-380.000', '-10.000', '214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486134', 'Lacerator', '10785', '-395.000', '-9.000', '219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486135', 'Lacerator', '10785', '-366.000', '-7.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486136', 'Lacerator', '10785', '-434.705', '-10.298', '236.019', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17486137', 'Lacerator', '10785', '-443.527', '-10.522', '242.289', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17486138', 'Lacerator', '10785', '-427.000', '-9.000', '248.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17486139', 'Lacerator', '10785', '-436.000', '-9.971', '247.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486140', 'Spool_Leech', '10786', '-423.000', '-9.000', '309.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486141', 'Spool_Leech', '10786', '-428.000', '-9.000', '311.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486142', 'Lacerator', '10785', '-441.762', '-10.787', '300.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486143', 'Lacerator', '10785', '-460.000', '-11.000', '275.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17486144', 'Combat', '8992', '215.412', '-0.742', '71.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486145', 'Combat', '8992', '200.117', '-1.543', '93.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486146', 'Combat', '8992', '197.106', '-1.744', '73.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486147', 'Combat', '8992', '162.204', '-2.689', '94.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486148', 'Combat', '8992', '141.005', '0.241', '73.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486149', 'Combat', '8992', '120.228', '-1.719', '74.787', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486150', 'Combat', '8992', '107.125', '-0.821', '89.632', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486151', 'Combat', '8992', '98.966', '-0.934', '70.145', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17486152', 'Combat', '8992', '78.567', '-0.323', '87.251', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486153', 'Combat', '8992', '68.747', '-3.523', '92.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486154', 'Combat', '8992', '56.328', '-0.143', '86.890', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17486155', 'Combat', '8992', '34.242', '-1.574', '76.714', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486156', 'Combat', '8992', '35.968', '-1.166', '42.082', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486157', 'Combat', '8992', '51.663', '-1.361', '41.122', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17486158', 'Combat', '8992', '30.348', '-1.470', '27.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486159', 'Combat', '8992', '3.086', '-1.469', '46.108', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17486160', 'Combat', '8992', '-3.427', '-1.645', '27.233', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486161', 'Combat', '8992', '-39.139', '-1.560', '51.861', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17486162', 'Combat', '8992', '-40.824', '-1.664', '26.969', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17486163', 'Combat', '8992', '-80.994', '-2.317', '51.934', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17486164', 'Combat', '8992', '-101.860', '-2.349', '51.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486165', 'Combat', '8992', '-126.000', '-1.000', '26.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17486166', 'Gigas_Stonemason', '8998', '127.000', '-0.500', '79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486167', 'Gigas_Stonecarrier', '8996', '178.000', '1.000', '81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486168', 'Gigas_Stonegrinder', '8997', '154.000', '-0.500', '81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486169', 'Gigas_Foreman', '8995', '211.000', '-1.000', '82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486170', 'Gigas_s_Spider', '8999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486172', 'Gigas_Stonemason', '8998', '-6.000', '-0.500', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486173', 'Gigas_Stonecarrier', '8996', '100.000', '0.500', '79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486174', 'Gigas_Stonegrinder', '8997', '66.000', '-0.500', '76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486175', 'Gigas_Foreman', '8995', '38.000', '-0.500', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486176', 'Gigas_s_Spider', '8999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486177', 'Gigas_Stonemason', '8998', '-108.000', '-0.500', '37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486178', 'Gigas_Stonecarrier', '8996', '-165.000', '-0.500', '36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486179', 'Gigas_Stonegrinder', '8997', '-157.000', '-0.500', '15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486180', 'Gigas_Foreman', '8995', '-92.000', '-0.500', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486181', 'Gigas_s_Spider', '8999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486182', 'Gigas_Stonemason', '8998', '-150.000', '0.500', '25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486183', 'Gigas_Stonecarrier', '8996', '-239.000', '-0.500', '-2.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486184', 'Gigas_Stonegrinder', '8997', '-272.000', '-0.500', '0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486185', 'Gigas_Foreman', '8995', '-198.000', '-0.500', '0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486186', 'Gigas_s_Spider', '8999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486187', 'Korroloka_Leech', '9005', '-210.000', '-9.000', '176.000', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17486188', 'Korroloka_Leech', '9005', '-209.000', '-9.000', '172.000', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17486189', 'Korroloka_Leech', '9005', '-213.000', '-10.000', '169.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17486190', 'Morion_Worm', '9009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486191', 'Metallic_Slime', '9008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486192', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486193', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486194', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486195', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486196', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486197', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486198', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486199', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486200', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486201', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486202', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486203', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486204', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486205', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486206', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486207', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486208', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486209', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17486210', 'Goblin_Bounty_Hunter', '9000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489921', 'Scavenger_Crab', '9050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489922', 'Scavenger_Crab', '9050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489923', 'Stygian_Pugil', '9051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489924', 'Stygian_Pugil', '9051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489925', 'Devil_Manta', '9025', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489926', 'Gordov_s_Ghost', '9034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489927', 'Dervo_s_Ghost', '9024', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489928', 'Gizerl_s_Ghost', '9028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489929', 'Sand_Lizard', '9049', '-25.047', '-20.514', '-191.365', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489930', 'Sand_Lizard', '9049', '20.637', '-10.633', '-199.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489931', 'Sand_Lizard', '9049', '39.000', '-8.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489932', 'Sand_Lizard', '9049', '74.662', '-0.513', '3.685', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17489933', 'Sand_Lizard', '9049', '68.454', '-0.417', '-0.413', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17489934', 'Sand_Lizard', '9049', '92.000', '-0.396', '14.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17489935', 'Robber_Crab', '9046', '23.000', '-8.000', '-169.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17489936', 'Robber_Crab', '9046', '26.000', '-9.000', '-161.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17489937', 'Robber_Crab', '9046', '24.000', '-9.000', '-163.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17489938', 'Robber_Crab', '9046', '16.000', '-9.000', '-168.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17489939', 'Haunt', '9037', '19.481', '-10.113', '-153.281', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17489940', 'Robber_Crab', '9046', '17.000', '-8.000', '-158.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17489941', 'Robber_Crab', '9046', '3.003', '-10.342', '-180.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489942', 'Haunt', '9037', '-12.422', '-10.888', '-180.790', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489943', 'Haunt', '9037', '-21.604', '-9.474', '-178.783', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17489944', 'Haunt', '9037', '-17.000', '-9.528', '-169.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17489945', 'Haunt', '9037', '-27.167', '-10.924', '-167.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489946', 'Haunt', '9037', '-25.000', '-10.000', '-128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489947', 'Haunt', '9037', '-18.769', '-9.577', '-153.865', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489948', 'Robber_Crab', '9046', '10.000', '-9.000', '-174.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17489949', 'Robber_Crab', '9046', '37.000', '-9.000', '-139.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17489950', 'Robber_Crab', '9046', '55.000', '-9.000', '-140.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17489951', 'Robber_Crab', '9046', '60.944', '-10.780', '-108.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489952', 'Robber_Crab', '9046', '55.601', '-9.615', '-92.608', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17489953', 'Robber_Crab', '9046', '62.920', '-9.557', '-83.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489954', 'Robber_Crab', '9046', '41.529', '-9.276', '-101.297', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17489955', 'Robber_Crab', '9046', '57.972', '-9.376', '-77.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489956', 'Robber_Crab', '9046', '57.530', '-9.443', '-92.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489957', 'Cave_Worm', '9022', '31.167', '-6.652', '-98.787', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17489958', 'Cave_Worm', '9022', '19.824', '-2.248', '-93.466', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17489959', 'Fire_Elemental', '9027', '18.183', '-2.399', '-97.071', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17489960', 'Air_Elemental', '9017', '26.000', '-4.000', '-98.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17489961', 'Robber_Crab', '9046', '11.434', '-0.453', '-84.076', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489962', 'Robber_Crab', '9046', '-5.000', '0.500', '-78.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17489963', 'Sabotender_Sediendo', '9048', '2.990', '-0.227', '-75.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489964', 'Sabotender_Sediendo', '9048', '-4.000', '-0.578', '-86.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17489965', 'Cave_Worm', '9022', '-21.630', '-5.232', '-104.834', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17489966', 'Cave_Worm', '9022', '-18.147', '-5.498', '-107.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489967', 'Fire_Elemental', '9027', '-18.486', '-3.969', '-103.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489968', 'Air_Elemental', '9017', '-19.000', '-7.000', '-114.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489969', 'Haunt', '9037', '-18.990', '-11.364', '-131.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489970', 'Robber_Crab', '9046', '112.000', '-0.010', '-14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489971', 'Sabotender_Sediendo', '9048', '-17.217', '-0.956', '-57.647', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17489972', 'Robber_Crab', '9046', '109.000', '-0.041', '-30.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489973', 'Robber_Crab', '9046', '23.000', '-9.000', '-156.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17489974', 'Sabotender_Sediendo', '9048', '-41.000', '-0.488', '-31.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17489975', 'Sabotender_Sediendo', '9048', '-33.717', '-0.448', '-43.478', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17489976', 'Robber_Crab', '9046', '-59.000', '-9.000', '-137.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17489977', 'Sabotender_Sediendo', '9048', '-41.000', '0.088', '-3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489978', 'Sabotender_Sediendo', '9048', '-54.912', '0.347', '-1.681', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17489979', 'Sabotender_Sediendo', '9048', '-58.807', '-0.327', '-8.531', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17489980', 'Sabotender_Mariachi', '9047', '-56.081', '-1.546', '21.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489981', 'Sabotender_Sediendo', '9048', '-82.074', '-0.450', '-0.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489982', 'Sabotender_Sediendo', '9048', '-84.721', '-0.325', '-2.861', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489983', 'Sabotender_Sediendo', '9048', '-45.000', '-0.115', '39.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17489984', 'Sabotender_Sediendo', '9048', '-38.791', '0.230', '26.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489985', 'Sabotender_Sediendo', '9048', '-34.263', '-0.512', '30.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489986', 'Sabotender_Sediendo', '9048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17489987', 'Sabotender_Sediendo', '9048', '-23.543', '-0.396', '59.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489988', 'Recluse_Spider', '9045', '-19.870', '-0.512', '58.815', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489989', 'Cave_Worm', '9022', '18.000', '-5.000', '52.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489990', 'Cave_Worm', '9022', '17.796', '-2.336', '62.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489991', 'Fire_Elemental', '9027', '25.291', '-9.872', '39.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489992', 'Air_Elemental', '9017', '16.099', '-2.639', '60.780', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489993', 'Recluse_Spider', '9045', '20.000', '-8.000', '37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489994', 'Sand_Lizard', '9049', '112.135', '-0.278', '38.281', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17489995', 'Sabotender_Sediendo', '9048', '24.236', '-9.979', '22.979', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17489996', 'Cave_Worm', '9022', '59.339', '-2.674', '16.713', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17489997', 'Cave_Worm', '9022', '63.597', '-1.695', '15.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489998', 'Fire_Elemental', '9027', '56.034', '-4.812', '21.604', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17489999', 'Air_Elemental', '9017', '48.851', '-6.456', '16.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490000', 'Sand_Lizard', '9049', '123.046', '0.250', '18.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490001', 'Sand_Lizard', '9049', '112.008', '-0.530', '50.994', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490002', 'Sand_Lizard', '9049', '89.590', '-0.321', '-9.390', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17490003', 'Sand_Lizard', '9049', '122.654', '-0.491', '0.840', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17490004', 'Sand_Lizard', '9049', '96.365', '-0.269', '-7.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490005', 'Sand_Lizard', '9049', '118.633', '-0.470', '-43.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490006', 'Robber_Crab', '9046', '126.799', '-1.744', '17.497', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17490007', 'Robber_Crab', '9046', '105.000', '-0.010', '-3.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17490008', 'Sand_Lizard', '9049', '123.186', '0.213', '-24.716', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490009', 'Sand_Lizard', '9049', '67.998', '-0.500', '12.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490010', 'Sand_Lizard', '9049', '109.000', '-0.010', '-48.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17490011', 'Sand_Lizard', '9049', '-17.000', '-19.000', '-195.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490012', 'Sand_Lizard', '9049', '-20.000', '-20.000', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490013', 'Robber_Crab', '9046', '120.405', '-0.486', '-38.515', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490014', 'Robber_Crab', '9046', '116.000', '-0.010', '5.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490015', 'Sand_Lizard', '9049', '-17.000', '-19.000', '-203.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490016', 'Amemet', '9018', '102.000', '-0.191', '3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490017', 'Cave_Worm', '9022', '96.950', '-4.752', '-61.179', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17490018', 'Cave_Worm', '9022', '100.000', '-1.000', '-54.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17490019', 'Fire_Elemental', '9027', '97.151', '-3.692', '-54.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490020', 'Air_Elemental', '9017', '87.000', '-6.000', '-59.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17490021', 'Sand_Lizard', '9049', '-24.000', '-19.000', '-208.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490022', 'Robber_Crab', '9046', '62.853', '-9.587', '-61.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490023', 'Robber_Crab', '9046', '68.864', '-11.479', '-67.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490024', 'Cave_Worm', '9022', '142.746', '-4.510', '-60.750', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17490025', 'Cave_Worm', '9022', '140.489', '-2.781', '-55.044', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490026', 'Fire_Elemental', '9027', '140.524', '-3.562', '-59.846', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17490027', 'Air_Elemental', '9017', '130.918', '-0.667', '-51.060', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17490028', 'Haunt', '9037', '160.520', '-9.920', '-65.040', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17490029', 'Recluse_Spider', '9045', '-4.849', '-0.326', '88.515', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17490030', 'Recluse_Spider', '9045', '0.413', '-0.560', '84.238', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17490031', 'Recluse_Spider', '9045', '0.720', '-0.603', '99.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17490032', 'Recluse_Spider', '9045', '3.822', '-0.325', '72.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490033', 'Recluse_Spider', '9045', '2.521', '-0.494', '118.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490034', 'Recluse_Spider', '9045', '-9.229', '-0.499', '111.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490035', 'Recluse_Spider', '9045', '1.314', '-0.152', '127.644', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17490036', 'Recluse_Spider', '9045', '23.000', '-0.408', '143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490037', 'Recluse_Spider', '9045', '18.412', '-0.567', '135.520', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17490038', 'Recluse_Spider', '9045', '33.039', '-0.240', '153.498', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490039', 'Recluse_Spider', '9045', '5.000', '-0.462', '112.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490040', 'Robber_Crab', '9046', '41.000', '-0.402', '164.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17490041', 'Robber_Crab', '9046', '39.494', '-0.414', '155.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490042', 'Cave_Worm', '9022', '71.904', '-6.975', '138.743', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17490043', 'Cave_Worm', '9022', '58.622', '-1.742', '147.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490044', 'Cave_Worm', '9022', '80.432', '-9.433', '136.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490045', 'Fire_Elemental', '9027', '93.288', '-9.355', '144.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490046', 'Air_Elemental', '9017', '61.710', '-2.793', '144.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490047', 'Robber_Crab', '9046', '111.049', '-9.693', '136.598', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490048', 'Robber_Crab', '9046', '123.000', '-8.000', '138.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17490049', 'Robber_Crab', '9046', '112.033', '-9.633', '142.311', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490050', 'Robber_Crab', '9046', '104.457', '-9.820', '117.139', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17490051', 'Robber_Crab', '9046', '99.000', '-8.000', '88.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17490052', 'Robber_Crab', '9046', '101.000', '-9.000', '103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490053', 'Robber_Crab', '9046', '103.596', '-9.951', '129.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490054', 'Robber_Crab', '9046', '137.089', '-10.562', '126.914', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17490055', 'Robber_Crab', '9046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490056', 'Haunt', '9037', '141.261', '-10.451', '115.464', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17490057', 'Robber_Crab', '9046', '106.000', '-0.010', '-18.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17490058', 'Robber_Crab', '9046', '115.509', '-10.666', '101.878', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490059', 'Cave_Worm', '9022', '103.000', '-7.000', '73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490060', 'Cave_Worm', '9022', '105.000', '-2.000', '61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490061', 'Cave_Worm', '9022', '98.744', '-5.232', '66.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490062', 'Fire_Elemental', '9027', '100.572', '-4.258', '63.997', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17490063', 'Air_Elemental', '9017', '102.926', '-4.916', '66.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490064', 'Cave_Worm', '9022', '55.524', '-6.611', '190.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490065', 'Cave_Worm', '9022', '61.000', '-5.000', '185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490066', 'Fire_Elemental', '9027', '60.906', '-9.031', '198.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490067', 'Air_Elemental', '9017', '59.626', '-3.672', '180.909', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17490068', 'Robber_Crab', '9046', '57.000', '-10.000', '260.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17490069', 'Robber_Crab', '9046', '69.106', '-11.538', '209.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490070', 'Robber_Crab', '9046', '79.000', '-10.000', '220.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17490071', 'Robber_Crab', '9046', '112.000', '-8.000', '179.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17490072', 'Robber_Crab', '9046', '123.000', '-9.000', '173.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17490073', 'Robber_Crab', '9046', '102.000', '-8.000', '172.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490074', 'Robber_Crab', '9046', '100.000', '-8.000', '158.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490075', 'Robber_Crab', '9046', '121.000', '-9.000', '185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490076', 'Robber_Crab', '9046', '98.000', '-9.000', '145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490077', 'Diplopod', '9026', '104.058', '-9.469', '141.507', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17490078', 'Robber_Crab', '9046', '93.000', '-11.000', '109.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17490079', 'Robber_Crab', '9046', '99.755', '-10.762', '188.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490080', 'Robber_Crab', '9046', '100.000', '-9.000', '215.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490081', 'Robber_Crab', '9046', '91.000', '-9.000', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490082', 'Robber_Crab', '9046', '97.554', '-10.378', '202.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490083', 'Robber_Crab', '9046', '53.604', '-11.836', '251.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490084', 'Robber_Crab', '9046', '61.791', '-10.452', '244.355', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17490085', 'Robber_Crab', '9046', '60.398', '-10.361', '252.211', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490086', 'Ovinnik', '9042', '19.288', '-10.273', '-1.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490087', 'Ovinnik', '9042', '27.927', '-4.814', '-18.411', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17490088', 'Ovinnik', '9042', '89.790', '13.342', '-21.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490089', 'Ovinnik', '9042', '84.987', '10.225', '-23.175', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17490090', 'Ovinnik', '9042', '139.000', '19.000', '-77.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17490091', 'Ovinnik', '9042', '18.000', '-9.000', '3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490092', 'Ovinnik', '9042', '97.000', '18.000', '-34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490093', 'Greater_Cockatrice', '9035', '124.485', '20.011', '-60.334', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490094', 'Greater_Cockatrice', '9035', '180.000', '21.000', '-39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490095', 'Ovinnik', '9042', '55.000', '3.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490096', 'Ovinnik', '9042', '163.000', '20.000', '-58.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17490097', 'Greater_Cockatrice', '9035', '178.857', '20.256', '-44.151', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17490098', 'Greater_Cockatrice', '9035', '179.394', '20.061', '-34.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490099', 'Ladon', '9040', '143.000', '20.000', '-138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490100', 'Greater_Cockatrice', '9035', '142.047', '20.386', '-116.929', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17490101', 'Pelican', '9043', '185.000', '19.000', '-32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490102', 'Ovinnik', '9042', '159.314', '20.703', '-142.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490103', 'Ovinnik', '9042', '140.189', '20.654', '-127.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490104', 'Ladon', '9040', '131.000', '20.000', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490105', 'Greater_Cockatrice', '9035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490106', 'Greater_Cockatrice', '9035', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490107', 'Greater_Cockatrice', '9035', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490108', 'Ladon', '9040', '155.000', '20.000', '-135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490109', 'Ovinnik', '9042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490110', 'Ladon', '9040', '116.000', '20.000', '-63.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17490111', 'Kuftal_Delver', '10746', '125.000', '20.000', '-101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490112', 'Kuftal_Delver', '10746', '72.522', '20.231', '-144.640', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17490113', 'Machairodus', '10747', '79.747', '20.722', '-140.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490114', 'Machairodus', '10747', '61.778', '20.401', '-142.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490115', 'Kuftal_Delver', '10746', '57.967', '22.838', '-167.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490116', 'Kuftal_Delver', '10746', '60.508', '20.392', '-139.739', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490117', 'Kuftal_Delver', '10746', '40.573', '29.577', '-202.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490118', 'Kuftal_Delver', '10746', '34.961', '29.637', '-200.401', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17490119', 'Machairodus', '10747', '51.952', '29.498', '-197.993', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490120', 'Kuftal_Delver', '10746', '51.406', '29.502', '-196.359', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17490121', 'Machairodus', '10747', '34.000', '30.000', '-193.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17490122', 'Kuftal_Delver', '10746', '39.991', '29.559', '-210.066', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17490123', 'Machairodus', '10747', '84.000', '21.000', '-97.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17490124', 'Machairodus', '10747', '78.000', '21.000', '-100.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17490125', 'Kuftal_Delver', '10746', '113.000', '20.000', '-96.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17490126', 'Kuftal_Delver', '10746', '93.000', '19.000', '-91.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17490127', 'Machairodus', '10747', '93.000', '20.000', '-106.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490128', 'Machairodus', '10747', '60.000', '20.000', '-153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490129', 'Kuftal_Delver', '10746', '86.000', '19.000', '-90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490130', 'Kuftal_Delver', '10746', '84.000', '20.000', '-103.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490131', 'Machairodus', '10747', '60.000', '21.000', '-162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490132', 'Machairodus', '10747', '62.000', '20.000', '-149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490133', 'Kuftal_Delver', '10746', '78.000', '20.000', '-105.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490134', 'Machairodus', '10747', '49.000', '30.000', '-188.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17490135', 'Machairodus', '10747', '46.000', '30.000', '-201.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17490136', 'Machairodus', '10747', '37.000', '30.000', '-204.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490137', 'Kuftal_Delver', '10746', '99.000', '20.000', '-120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490138', 'Kuftal_Delver', '10746', '75.000', '21.000', '-134.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490139', 'Robber_Crab', '9046', '157.000', '-0.500', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490140', 'Robber_Crab', '9046', '140.000', '-9.000', '161.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490141', 'Deinonychus', '9023', '87.000', '21.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490142', 'Robber_Crab', '9046', '109.000', '-0.500', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490143', 'Robber_Crab', '9046', '121.000', '-0.500', '46.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490144', 'Deinonychus', '9023', '72.000', '21.000', '63.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17490145', 'Goblin_Mercenary', '9031', '141.000', '20.000', '78.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17490146', 'Deinonychus', '9023', '59.000', '21.000', '65.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490147', 'Goblin_Alchemist', '9029', '107.000', '21.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490148', 'Deinonychus', '9023', '58.000', '21.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490149', 'Goblin_Alchemist', '9029', '132.000', '19.000', '68.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490150', 'Goblin_Bandit', '9030', '133.000', '19.000', '92.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17490151', 'Goblin_Tamer', '9033', '122.000', '21.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490152', 'Goblin_s_Spider', '9032', '0.000', '0.000', '0.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17490153', 'Goblin_Mercenary', '9031', '97.000', '20.000', '64.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490154', 'Goblin_Alchemist', '9029', '177.000', '10.000', '35.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17490155', 'Goblin_Bandit', '9030', '119.000', '20.000', '66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490156', 'Goblin_Tamer', '9033', '91.000', '20.000', '54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490157', 'Goblin_s_Spider', '9032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490158', 'Goblin_Mercenary', '9031', '117.000', '20.000', '21.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17490159', 'Bloodthirster_Madkix', '9020', '259.000', '11.000', '39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490160', 'Deinonychus', '9023', '34.000', '21.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490161', 'Deinonychus', '9023', '23.000', '20.000', '75.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17490162', 'Goblin_Alchemist', '9029', '181.000', '10.000', '116.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490163', 'Goblin_Bandit', '9030', '99.000', '21.000', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490164', 'Goblin_Tamer', '9033', '160.000', '9.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490165', 'Goblin_s_Spider', '9032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490166', 'Goblin_Mercenary', '9031', '179.000', '11.000', '60.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17490167', 'Deinonychus', '9023', '18.000', '21.000', '82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490168', 'Deinonychus', '9023', '19.000', '18.000', '100.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17490169', 'Goblin_Alchemist', '9029', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490170', 'Goblin_Bandit', '9030', '179.000', '11.000', '79.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17490171', 'Goblin_Tamer', '9033', '197.000', '11.000', '59.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17490172', 'Goblin_s_Spider', '9032', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490173', 'Goblin_Mercenary', '9031', '265.000', '9.000', '30.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490174', 'Deinonychus', '9023', '20.000', '20.000', '118.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490175', 'Deinonychus', '9023', '27.000', '19.000', '132.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490176', 'Deinonychus', '9023', '19.000', '19.000', '55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490177', 'Deinonychus', '9023', '-2.000', '21.000', '22.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17490178', 'Goblin_Alchemist', '9029', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490179', 'Goblin_Bandit', '9030', '262.000', '11.000', '46.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490180', 'Goblin_Tamer', '9033', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490181', 'Goblin_s_Spider', '9032', '0.000', '0.000', '0.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17490182', 'Goblin_Mercenary', '9031', '256.000', '10.000', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490183', 'Deinonychus', '9023', '200.000', '11.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490184', 'Goblin_Mercenary', '9031', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490185', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17490186', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17490187', 'Goblin_Bandit', '9030', '215.000', '9.000', '90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490188', 'Kuftal_Digger', '9039', '95.000', '29.000', '107.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490189', 'Kuftal_Digger', '9039', '99.000', '27.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490190', 'Diplopod', '9026', '78.000', '30.000', '115.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490191', 'Diplopod', '9026', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490192', 'Kuftal_Digger', '9039', '108.000', '24.000', '102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490193', 'Kuftal_Digger', '9039', '68.000', '29.000', '104.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490194', 'Kuftal_Digger', '9039', '63.000', '28.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490195', 'Kuftal_Digger', '9039', '61.000', '24.000', '91.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17490196', 'Kuftal_Digger', '9039', '63.000', '29.000', '131.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490197', 'Kuftal_Digger', '9039', '57.000', '26.000', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490198', 'Kuftal_Digger', '9039', '47.000', '23.000', '137.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490199', 'Kuftal_Digger', '9039', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490200', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490201', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490202', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490203', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490204', 'Yowie', '9052', '42.000', '20.000', '65.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490205', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490206', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17490207', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490208', 'Kuftal_Digger', '9039', '0.000', '0.000', '0.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17490209', 'Kuftal_Digger', '9039', '0.000', '0.000', '0.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17490210', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17490211', 'Recluse_Spider', '9045', '-29.714', '20.124', '63.359', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17490212', 'Recluse_Spider', '9045', '-46.486', '1.776', '100.741', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490213', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490214', 'Recluse_Spider', '9045', '-58.000', '10.000', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490215', 'Recluse_Spider', '9045', '-17.000', '20.000', '78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490216', 'Recluse_Spider', '9045', '-16.000', '21.000', '69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490217', 'Arachne', '9019', '-20.000', '21.000', '-3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490218', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490219', 'Recluse_Spider', '9045', '-20.000', '20.000', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498113', 'Big_Jaw', '9183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498114', 'Big_Jaw', '9183', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498115', 'Bigclaw', '9182', '21.076', '9.020', '187.992', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17498116', 'Rock_Crab', '9225', '84.485', '9.948', '-27.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498117', 'Stygian_Pugil', '9234', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498118', 'Royal_Leech', '9226', '216.824', '-17.119', '270.492', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17498119', 'Undead_Bats', '9238', '221.151', '-19.925', '285.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498120', 'Royal_Leech', '9226', '185.676', '-10.250', '260.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498121', 'Undead_Bats', '9238', '177.981', '-9.436', '237.934', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498122', 'Undead_Bats', '9238', '176.014', '-9.930', '234.796', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17498123', 'Spring_Sahagin', '9233', '166.898', '-10.608', '261.566', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498124', 'Undead_Bats', '9238', '151.970', '-10.799', '261.472', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17498125', 'Royal_Leech', '9226', '154.964', '-11.250', '257.889', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17498126', 'Royal_Leech', '9226', '100.479', '-9.100', '245.852', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17498127', 'Undead_Bats', '9238', '99.290', '-9.440', '249.363', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498128', 'Undead_Bats', '9238', '99.314', '-11.095', '262.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498129', 'Pond_Sahagin', '9218', '88.368', '-11.611', '263.727', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498130', 'Lake_Sahagin', '9203', '99.536', '-8.855', '243.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498131', 'Royal_Leech', '9226', '154.972', '-11.559', '216.242', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17498132', 'Royal_Leech', '9226', '129.456', '-11.917', '215.465', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17498133', 'Undead_Bats', '9238', '146.013', '-10.470', '210.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498134', 'Undead_Bats', '9238', '155.562', '-11.592', '215.874', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17498135', 'Pond_Sahagin', '9218', '132.576', '-12.216', '208.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498136', 'Spring_Sahagin', '9233', '134.772', '-10.684', '217.400', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17498137', 'Royal_Leech', '9226', '58.499', '-1.294', '240.790', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17498138', 'Royal_Leech', '9226', '63.197', '-3.753', '247.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498139', 'Undead_Bats', '9238', '53.765', '5.043', '224.973', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17498140', 'Royal_Leech', '9226', '27.507', '8.572', '215.490', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17498141', 'Royal_Leech', '9226', '21.037', '9.478', '207.651', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17498142', 'Undead_Bats', '9238', '23.496', '9.510', '219.981', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17498143', 'Ironshell', '9200', '1.596', '11.249', '259.372', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17498144', 'Ironshell', '9200', '21.290', '9.944', '243.053', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17498145', 'Ghast', '9195', '9.529', '9.695', '262.521', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17498146', 'Ironshell', '9200', '-16.476', '10.603', '267.562', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17498147', 'Ghast', '9195', '-18.108', '9.881', '279.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498148', 'Ironshell', '9200', '-28.095', '9.335', '294.882', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17498149', 'Ghast', '9195', '-37.192', '9.480', '298.519', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17498150', 'Ironshell', '9200', '-22.714', '11.100', '262.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498151', 'Ghast', '9195', '-21.320', '11.197', '265.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498152', 'Ironshell', '9200', '-19.157', '7.343', '326.515', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17498153', 'Ghast', '9195', '-7.626', '8.816', '307.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498154', 'Ironshell', '9200', '-60.225', '-1.558', '352.395', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498155', 'Royal_Leech', '9226', '17.001', '9.340', '186.571', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498156', 'Royal_Leech', '9226', '18.702', '9.512', '183.594', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17498157', 'Ghast', '9195', '8.726', '10.542', '178.244', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498158', 'Ghast', '9195', '5.568', '10.480', '182.602', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17498159', 'Masan', '9206', '1.178', '10.799', '178.807', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17498160', 'Ironshell', '9200', '24.078', '10.134', '185.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498161', 'Royal_Leech', '9226', '-42.561', '9.935', '178.073', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17498162', 'Royal_Leech', '9226', '-37.128', '9.777', '179.305', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17498163', 'Royal_Leech', '9226', '-62.268', '10.724', '200.097', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17498164', 'Royal_Leech', '9226', '-64.019', '10.171', '204.232', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498165', 'Royal_Leech', '9226', '-59.206', '10.543', '196.816', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17498166', 'Ghast', '9195', '-81.981', '9.971', '215.529', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17498167', 'Ghast', '9195', '-78.035', '10.386', '223.933', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498168', 'Royal_Leech', '9226', '-67.866', '11.107', '221.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498169', 'Royal_Leech', '9226', '-54.612', '11.072', '211.888', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17498170', 'Ghast', '9195', '-141.487', '9.176', '202.794', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17498171', 'Ghast', '9195', '-114.745', '9.289', '219.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498172', 'Royal_Leech', '9226', '-74.449', '7.973', '176.444', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17498173', 'Royal_Leech', '9226', '-60.903', '9.193', '169.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498174', 'Ghast', '9195', '-68.739', '8.888', '173.893', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498175', 'Ghast', '9195', '-135.199', '9.864', '169.165', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17498176', 'Ghast', '9195', '-113.708', '7.884', '170.668', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17498177', 'Ghast', '9195', '-123.548', '9.711', '152.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498178', 'Ghast', '9195', '-128.762', '9.595', '164.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498179', 'Ooze', '9216', '-110.418', '7.728', '168.609', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498180', 'Ghast', '9195', '-145.430', '10.147', '169.840', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17498181', 'Ghast', '9195', '-147.772', '9.794', '156.299', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498182', 'Ghast', '9195', '-161.306', '9.856', '156.498', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17498183', 'Ghast', '9195', '-157.606', '9.905', '168.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498184', 'Namtar', '9211', '-148.457', '9.171', '175.332', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17498185', 'Ooze', '9216', '-187.253', '9.364', '142.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498186', 'Ghast', '9195', '-221.606', '18.158', '173.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498187', 'Ooze', '9216', '-220.938', '18.385', '169.899', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498188', 'Ghast', '9195', '-204.255', '18.932', '179.704', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498189', 'Ghast', '9195', '-213.394', '17.285', '178.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498190', 'Ooze', '9216', '-182.581', '25.268', '229.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498191', 'Undead_Bats', '9238', '11.454', '8.445', '152.169', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17498192', 'Royal_Leech', '9226', '14.644', '7.840', '154.508', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498193', 'Ironshell', '9200', '6.944', '6.429', '148.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498194', 'Royal_Leech', '9226', '10.411', '3.701', '138.396', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17498195', 'Spring_Sahagin', '9233', '14.044', '0.494', '109.487', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498196', 'Spring_Sahagin', '9233', '10.799', '-0.665', '102.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498197', 'Ironshell', '9200', '10.208', '-0.248', '101.421', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17498198', 'Royal_Leech', '9226', '10.359', '-0.992', '111.045', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17498199', 'Wuur_the_Sandcomber', '9244', '16.000', '-0.500', '120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498200', 'Undead_Bats', '9238', '151.858', '-5.922', '177.846', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17498201', 'Undead_Bats', '9238', '152.593', '-3.660', '169.867', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17498202', 'Undead_Bats', '9238', '147.285', '-1.795', '167.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498203', 'Ironshell', '9200', '135.468', '-0.837', '136.901', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17498204', 'Ironshell', '9200', '108.286', '-0.137', '126.032', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498205', 'Undead_Bats', '9238', '113.005', '-0.367', '124.333', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498206', 'Pond_Sahagin', '9218', '105.081', '0.164', '120.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498207', 'Spring_Sahagin', '9233', '120.978', '-0.326', '108.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498208', 'Ironshell', '9200', '79.076', '-0.002', '121.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498209', 'Undead_Bats', '9238', '81.833', '-0.068', '125.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498210', 'Lake_Sahagin', '9203', '80.243', '-0.274', '111.073', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17498211', 'Pond_Sahagin', '9218', '92.297', '-0.405', '114.592', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17498212', 'Undead_Bats', '9238', '41.207', '-0.687', '98.023', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17498213', 'Ironshell', '9200', '65.852', '-0.793', '60.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498214', 'Lake_Sahagin', '9203', '58.332', '-2.333', '53.849', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17498215', 'Pond_Sahagin', '9218', '46.447', '0.278', '64.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498216', 'Undead_Bats', '9238', '64.957', '-0.758', '60.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498217', 'Ooze', '9216', '18.169', '-0.357', '71.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498218', 'Spring_Sahagin', '9233', '102.616', '-0.105', '62.914', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17498219', 'Undead_Bats', '9238', '104.868', '-0.502', '54.735', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17498220', 'Ooze', '9216', '98.190', '-0.412', '49.753', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17498221', 'Ooze', '9216', '139.547', '6.661', '46.856', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17498222', 'Brook_Sahagin', '9186', '122.386', '9.949', '5.176', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17498223', 'Brook_Sahagin', '9186', '119.329', '9.727', '-6.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498224', 'Rivulet_Sahagin', '9223', '121.669', '9.777', '10.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498225', 'Rivulet_Sahagin', '9223', '120.921', '9.910', '4.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498226', 'Brook_Sahagin', '9186', '66.857', '9.707', '-12.339', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17498227', 'Brook_Sahagin', '9186', '66.500', '9.341', '-2.872', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498228', 'Rivulet_Sahagin', '9223', '64.857', '8.885', '-8.358', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498229', 'Rivulet_Sahagin', '9223', '87.278', '9.990', '0.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498230', 'Brook_Sahagin', '9186', '129.297', '10.098', '-22.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498231', 'Brook_Sahagin', '9186', '116.311', '9.519', '-30.376', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17498232', 'Rivulet_Sahagin', '9223', '127.511', '10.090', '-29.457', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498233', 'Rivulet_Sahagin', '9223', '128.504', '10.062', '-20.619', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498234', 'Brook_Sahagin', '9186', '90.335', '10.085', '-41.223', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17498235', 'Brook_Sahagin', '9186', '81.832', '9.615', '-47.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498236', 'Rivulet_Sahagin', '9223', '84.024', '10.153', '-23.689', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498237', 'Rivulet_Sahagin', '9223', '69.837', '9.724', '-49.668', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17498238', 'Vampire_Bat', '9239', '85.285', '9.988', '-27.526', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17498239', 'Vampire_Bat', '9239', '105.948', '10.803', '-39.078', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17498240', 'Vampire_Bat', '9239', '80.381', '10.050', '-11.735', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498241', 'Vampire_Bat', '9239', '177.344', '15.703', '-30.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498242', 'Vampire_Bat', '9239', '180.981', '19.619', '-42.972', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498243', 'Brook_Sahagin', '9186', '196.812', '19.992', '-76.213', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17498244', 'Brook_Sahagin', '9186', '204.873', '19.567', '-68.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498245', 'Rivulet_Sahagin', '9223', '189.679', '19.586', '-75.743', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17498246', 'Vampire_Bat', '9239', '222.655', '19.712', '-71.549', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17498247', 'Vampire_Bat', '9239', '225.231', '19.680', '-57.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498248', 'Brook_Sahagin', '9186', '241.998', '19.803', '-57.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498249', 'Brook_Sahagin', '9186', '239.682', '19.818', '-57.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498250', 'Rivulet_Sahagin', '9223', '231.757', '19.820', '-31.384', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17498251', 'Bigclaw', '9182', '228.563', '19.528', '-40.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498252', 'Brook_Sahagin', '9186', '245.916', '20.006', '-65.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498253', 'Brook_Sahagin', '9186', '249.885', '20.140', '-65.389', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17498254', 'Rivulet_Sahagin', '9223', '239.199', '19.916', '-71.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498255', 'Rivulet_Sahagin', '9223', '227.514', '20.001', '-88.078', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17498256', 'Bigclaw', '9182', '249.559', '20.054', '-66.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498257', 'Vampire_Bat', '9239', '242.888', '20.474', '-81.675', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17498258', 'Bigclaw', '9182', '219.739', '19.604', '-6.589', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17498259', 'Riparian_Sahagin', '9222', '217.570', '19.945', '22.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498260', 'Brook_Sahagin', '9186', '220.321', '19.637', '30.989', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17498261', 'Rivulet_Sahagin', '9223', '215.802', '18.537', '6.847', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17498262', 'Rivulet_Sahagin', '9223', '206.050', '21.018', '19.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498263', 'Brook_Sahagin', '9186', '225.190', '19.502', '29.157', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17498264', 'Bigclaw', '9182', '203.826', '20.534', '16.763', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17498265', 'Riparian_Sahagin', '9222', '178.251', '20.988', '25.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498266', 'Riparian_Sahagin', '9222', '185.074', '20.252', '39.317', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17498267', 'Brook_Sahagin', '9186', '182.106', '21.161', '16.598', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498268', 'Bigclaw', '9182', '181.908', '20.780', '30.264', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17498269', 'Fyuu_the_Seabellow', '9194', '175.000', '20.000', '41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498270', 'Grotto_Pugil', '9198', '217.491', '20.091', '52.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498271', 'Bigclaw', '9182', '220.315', '19.786', '48.919', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498272', 'Bigclaw', '9182', '210.726', '19.706', '51.657', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17498273', 'Brook_Sahagin', '9186', '293.123', '19.594', '-104.357', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17498274', 'Grotto_Pugil', '9198', '327.747', '19.554', '-104.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498275', 'Grotto_Pugil', '9198', '332.496', '19.487', '-108.875', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17498276', 'Brook_Sahagin', '9186', '365.103', '9.494', '-139.277', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498277', 'Riparian_Sahagin', '9222', '381.239', '9.064', '-106.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498278', 'Riparian_Sahagin', '9222', '383.876', '10.432', '-115.704', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17498279', 'Riparian_Sahagin', '9222', '335.787', '10.398', '-83.796', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17498280', 'Brook_Sahagin', '9186', '348.293', '10.133', '-65.543', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17498281', 'Rivulet_Sahagin', '9223', '344.055', '10.272', '-82.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498282', 'Grotto_Pugil', '9198', '349.246', '10.607', '-63.535', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17498283', 'Brook_Sahagin', '9186', '363.430', '10.578', '-62.752', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17498284', 'Rivulet_Sahagin', '9223', '359.599', '10.927', '-58.565', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498285', 'Qull_the_Shellbuster', '9219', '391.000', '9.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498286', 'Brook_Sahagin', '9186', '341.044', '10.751', '-40.065', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17498287', 'Rivulet_Sahagin', '9223', '340.227', '10.185', '-34.118', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17498288', 'Riparian_Sahagin', '9222', '407.176', '8.411', '-57.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498289', 'Bigclaw', '9182', '333.220', '9.666', '-74.693', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17498290', 'Brook_Sahagin', '9186', '302.870', '10.596', '-0.535', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17498291', 'Grotto_Pugil', '9198', '302.184', '9.097', '-14.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498292', 'Bigclaw', '9182', '276.478', '9.528', '18.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498293', 'Brook_Sahagin', '9186', '306.151', '9.238', '-21.365', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498294', 'Rivulet_Sahagin', '9223', '303.926', '10.000', '10.733', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17498295', 'Rivulet_Sahagin', '9223', '260.342', '7.425', '22.767', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17498296', 'Grotto_Pugil', '9198', '256.623', '9.172', '41.077', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17498297', 'Bigclaw', '9182', '255.000', '9.000', '57.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17498298', 'Riparian_Sahagin', '9222', '232.828', '9.860', '63.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498299', 'Brook_Sahagin', '9186', '237.969', '10.531', '62.663', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498300', 'Rivulet_Sahagin', '9223', '222.282', '10.012', '60.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498301', 'Seww_the_Squidlimbed', '9231', '245.000', '11.000', '61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498302', 'Bigclaw', '9182', '257.694', '9.423', '66.404', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17498303', 'Bigclaw', '9182', '259.027', '9.504', '63.345', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17498304', 'Grotto_Pugil', '9198', '262.638', '9.949', '60.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498305', 'Grotto_Pugil', '9198', '266.995', '9.971', '68.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498306', 'Riparian_Sahagin', '9222', '221.609', '8.829', '85.165', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17498307', 'Rivulet_Sahagin', '9223', '195.979', '9.612', '100.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498308', 'Bigclaw', '9182', '220.283', '8.845', '85.273', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17498309', 'Riparian_Sahagin', '9222', '253.677', '7.610', '98.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498310', 'Rivulet_Sahagin', '9223', '251.564', '8.661', '102.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498311', 'Riparian_Sahagin', '9222', '237.113', '28.438', '139.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498312', 'Rivulet_Sahagin', '9223', '218.425', '19.053', '120.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498313', 'Sea_Bonze', '9229', '252.763', '29.682', '152.098', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498314', 'Sea_Bonze', '9229', '315.034', '20.123', '20.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498315', 'Riparian_Sahagin', '9222', '296.476', '20.460', '75.565', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17498316', 'Brook_Sahagin', '9186', '302.029', '18.998', '56.097', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17498317', 'Rivulet_Sahagin', '9223', '288.426', '19.453', '100.078', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498318', 'Bigclaw', '9182', '298.100', '19.063', '93.538', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498319', 'Bigclaw', '9182', '265.335', '17.718', '99.335', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17498320', 'Bigclaw', '9182', '259.034', '18.894', '110.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498321', 'Riparian_Sahagin', '9222', '289.695', '19.177', '140.661', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17498322', 'Brook_Sahagin', '9186', '298.028', '19.815', '151.465', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17498323', 'Rivulet_Sahagin', '9223', '263.028', '19.640', '133.116', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17498324', 'Bigclaw', '9182', '290.654', '19.087', '139.911', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17498325', 'Sea_Bonze', '9229', '302.990', '28.354', '224.630', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17498326', 'Marsh_Sahagin', '9205', '18.758', '13.541', '15.815', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17498327', 'Sahagin_Parasite', '9227', '9.812', '16.740', '20.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498328', 'Thunder_Elemental', '9236', '8.197', '17.597', '22.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498329', 'Marsh_Sahagin', '9205', '-32.891', '18.340', '15.581', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17498330', 'Swamp_Sahagin', '9235', '-13.432', '19.882', '18.562', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17498331', 'Bog_Sahagin', '9185', '-19.128', '21.246', '5.998', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17498332', 'Bog_Sahagin', '9185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498333', 'Sahagin_Parasite', '9227', '-28.757', '19.827', '23.714', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17498334', 'Rock_Crab', '9225', '-16.542', '19.038', '23.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498335', 'Marsh_Sahagin', '9205', '-20.580', '20.066', '-26.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498336', 'Swamp_Sahagin', '9235', '-13.532', '21.301', '-20.861', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498337', 'Bog_Sahagin', '9185', '-21.280', '20.807', '-1.930', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498338', 'Bog_Sahagin', '9185', '-26.034', '19.041', '-5.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498339', 'Sahagin_Parasite', '9227', '3.097', '20.593', '-21.098', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17498340', 'Rock_Crab', '9225', '3.099', '20.317', '-18.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498341', 'Pahh_the_Gullcaller', '9217', '-2.000', '21.000', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498342', 'Marsh_Sahagin', '9205', '-61.334', '20.721', '-45.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498343', 'Swamp_Sahagin', '9235', '-59.613', '20.954', '-33.150', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17498344', 'Bog_Sahagin', '9185', '-64.066', '18.825', '-18.771', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17498345', 'Bog_Sahagin', '9185', '-54.471', '20.118', '-18.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498346', 'Sahagin_Parasite', '9227', '-56.666', '20.516', '-37.364', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498347', 'Marsh_Sahagin', '9205', '-62.435', '19.412', '25.642', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17498348', 'Swamp_Sahagin', '9235', '-75.162', '19.671', '20.503', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17498349', 'Sahagin_Parasite', '9227', '-59.485', '19.575', '37.330', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498350', 'Rock_Crab', '9225', '-61.931', '19.297', '33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498351', 'Sahagin_Parasite', '9227', '-103.972', '20.685', '47.566', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498352', 'Rock_Crab', '9225', '-102.571', '20.596', '47.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498353', 'Marsh_Sahagin', '9205', '-68.273', '19.980', '58.330', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17498354', 'Swamp_Sahagin', '9235', '-63.473', '19.953', '57.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498355', 'Bog_Sahagin', '9185', '-60.728', '19.884', '53.966', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17498356', 'Mouu_the_Waverider', '9210', '-82.000', '21.000', '62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498357', 'Sahagin_s_Wyvern', '9228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498358', 'Sahagin_Parasite', '9227', '-62.967', '19.951', '57.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498359', 'Sahagin_Parasite', '9227', '-59.778', '19.888', '53.927', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17498360', 'Sahagin_Parasite', '9227', '-58.164', '18.764', '83.793', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498361', 'Sahagin_Parasite', '9227', '-53.301', '18.964', '66.101', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17498362', 'Rock_Crab', '9225', '-97.687', '21.248', '56.343', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498363', 'Rock_Crab', '9225', '-97.378', '21.252', '56.860', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17498364', 'Marsh_Sahagin', '9205', '-86.182', '20.571', '-64.732', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17498365', 'Swamp_Sahagin', '9235', '-94.686', '19.983', '-71.170', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17498366', 'Bog_Sahagin', '9185', '-75.152', '20.229', '-59.936', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498367', 'Rock_Crab', '9225', '-57.883', '21.183', '-57.265', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17498368', 'Rock_Crab', '9225', '-56.100', '21.280', '-64.382', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17498369', 'Rock_Crab', '9225', '-98.054', '19.834', '-19.872', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17498370', 'Rock_Crab', '9225', '-97.944', '19.547', '-39.489', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17498371', 'Marsh_Sahagin', '9205', '-100.637', '19.848', '-16.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498372', 'Bog_Sahagin', '9185', '-97.807', '19.400', '0.911', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498373', 'Blubber_Eyes', '9184', '-122.229', '28.859', '23.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498374', 'Swamp_Sahagin', '9235', '-116.010', '28.332', '19.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498375', 'Rock_Crab', '9225', '-116.116', '19.336', '-61.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498376', 'Rock_Crab', '9225', '-125.595', '18.502', '-62.209', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17498377', 'Marsh_Sahagin', '9205', '-126.018', '18.448', '-62.197', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17498378', 'Bog_Sahagin', '9185', '-143.382', '19.273', '-84.352', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498379', 'Thunder_Elemental', '9236', '-117.144', '19.279', '-62.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498380', 'Marsh_Sahagin', '9205', '-158.095', '20.646', '-95.235', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498381', 'Blubber_Eyes', '9184', '-174.535', '21.246', '-104.180', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17498382', 'Rock_Crab', '9225', '-176.504', '21.427', '-101.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498383', 'Marsh_Sahagin', '9205', '-219.793', '19.209', '-95.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498384', 'Bog_Sahagin', '9185', '-196.332', '20.055', '-102.798', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17498385', 'Rock_Crab', '9225', '-217.119', '19.313', '-75.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498386', 'Rock_Crab', '9225', '-215.222', '19.862', '-71.408', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17498387', 'Bog_Sahagin', '9185', '-181.001', '17.694', '-53.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498388', 'Blubber_Eyes', '9184', '-156.348', '19.706', '-19.534', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17498389', 'Rock_Crab', '9225', '-165.536', '19.098', '-22.107', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17498390', 'Thunder_Elemental', '9236', '-182.623', '19.780', '-34.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498391', 'Swamp_Sahagin', '9235', '-140.146', '19.873', '-17.046', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498392', 'Rock_Crab', '9225', '-130.940', '19.919', '-24.797', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17498393', 'Rock_Crab', '9225', '-136.064', '19.379', '-11.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498394', 'Blubber_Eyes', '9184', '-181.596', '19.515', '35.978', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17498395', 'Blubber_Eyes', '9184', '-181.644', '19.331', '1.076', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17498396', 'Rock_Crab', '9225', '-177.407', '19.138', '41.533', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17498397', 'Thunder_Elemental', '9236', '-177.848', '19.863', '5.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498398', 'Bog_Sahagin', '9185', '-172.851', '19.895', '60.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498399', 'Rock_Crab', '9225', '-172.628', '19.766', '61.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498400', 'Marsh_Sahagin', '9205', '-219.782', '19.255', '23.530', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17498401', 'Razorjaw_Pugil', '9220', '-202.902', '19.307', '22.123', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17498402', 'Rock_Crab', '9225', '-221.292', '19.428', '21.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498403', 'Thunder_Elemental', '9236', '-198.402', '19.496', '19.564', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17498404', 'Marsh_Sahagin', '9205', '-216.753', '19.196', '40.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498405', 'Razorjaw_Pugil', '9220', '-254.581', '18.839', '-16.232', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17498406', 'Thunder_Elemental', '9236', '-255.918', '18.660', '-11.006', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498407', 'Razorjaw_Pugil', '9220', '-260.362', '19.967', '-43.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498408', 'Razorjaw_Pugil', '9220', '-268.168', '20.274', '-56.808', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17498409', 'Marsh_Sahagin', '9205', '-290.531', '19.207', '-58.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498410', 'Marsh_Sahagin', '9205', '-308.649', '17.344', '-52.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498411', 'Swamp_Sahagin', '9235', '-301.166', '18.051', '-53.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498412', 'Bog_Sahagin', '9185', '-276.327', '19.759', '-57.578', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17498413', 'Worr_the_Clawfisted', '9243', '-301.000', '20.000', '-64.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498414', 'Rock_Crab', '9225', '-299.728', '20.234', '-71.261', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17498415', 'Marsh_Sahagin', '9205', '-255.296', '9.773', '-64.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498416', 'Swamp_Sahagin', '9235', '-221.983', '9.501', '-45.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498417', 'Bog_Sahagin', '9185', '-240.371', '10.419', '-64.615', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498418', 'Razorjaw_Pugil', '9220', '-221.455', '9.542', '-44.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498419', 'Razorjaw_Pugil', '9220', '-249.000', '10.000', '-57.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17498420', 'Sea_Hog', '9230', '-233.000', '10.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498421', 'Marsh_Sahagin', '9205', '-261.027', '9.022', '-89.632', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17498422', 'Swamp_Sahagin', '9235', '-260.000', '9.000', '-108.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17498423', 'Bog_Sahagin', '9185', '-261.156', '9.705', '-96.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498424', 'Razorjaw_Pugil', '9220', '-270.535', '9.170', '-96.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498425', 'Razorjaw_Pugil', '9220', '-259.000', '10.000', '-77.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17498426', 'Marsh_Sahagin', '9205', '-337.035', '16.950', '-106.841', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17498427', 'Swamp_Sahagin', '9235', '-333.108', '16.949', '-101.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498428', 'Voll_the_Sharkfinned', '9240', '-320.000', '16.000', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498429', 'Mousse', '9209', '41.102', '19.361', '-99.853', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17498430', 'Water_Elemental', '9241', '41.364', '19.477', '-100.439', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498431', 'Shore_Sahagin', '9232', '5.489', '19.605', '-121.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498432', 'Coastal_Sahagin', '9188', '-4.433', '20.337', '-144.713', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498433', 'Delta_Sahagin', '9190', '11.536', '19.852', '-148.636', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17498434', 'Lagoon_Sahagin', '9202', '1.654', '19.914', '-113.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498435', 'Robber_Crab', '9224', '10.160', '19.965', '-132.712', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17498436', 'Yarr_the_Pearleyed', '9245', '3.000', '20.000', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498437', 'Shore_Sahagin', '9232', '3.906', '19.761', '-175.850', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498438', 'Coastal_Sahagin', '9188', '8.260', '20.091', '-154.102', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498439', 'Delta_Sahagin', '9190', '7.021', '19.542', '-154.208', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498440', 'Lagoon_Sahagin', '9202', '-5.765', '19.684', '-155.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498441', 'Shore_Sahagin', '9232', '-49.812', '19.500', '-211.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498442', 'Coastal_Sahagin', '9188', '-23.286', '19.983', '-206.217', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17498443', 'Delta_Sahagin', '9190', '-49.869', '19.500', '-212.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498444', 'Lagoon_Sahagin', '9202', '-38.302', '19.997', '-194.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498445', 'Novv_the_Whitehearted', '9214', '-37.000', '19.000', '-205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498446', 'Robber_Crab', '9224', '-0.453', '20.510', '-204.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498447', 'Robber_Crab', '9224', '0.142', '20.170', '-211.812', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17498448', 'Robber_Crab', '9224', '3.331', '20.581', '-206.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498449', 'Mousse', '9209', '-60.151', '28.412', '-170.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498450', 'Robber_Crab', '9224', '-62.202', '27.751', '-169.047', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17498451', 'Mousse', '9209', '-94.179', '15.182', '-219.216', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498452', 'Water_Elemental', '9241', '-94.268', '15.387', '-217.982', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17498453', 'Shore_Sahagin', '9232', '-144.342', '10.499', '-239.219', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17498454', 'Coastal_Sahagin', '9188', '-135.929', '9.981', '-247.460', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17498455', 'Delta_Sahagin', '9190', '-136.599', '9.680', '-231.107', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17498456', 'Lagoon_Sahagin', '9202', '-143.942', '10.487', '-244.352', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17498457', 'Robber_Crab', '9224', '-142.599', '10.173', '-249.760', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498458', 'Dire_Bat', '9193', '-105.617', '8.033', '-259.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498459', 'Water_Elemental', '9241', '-97.274', '6.832', '-262.231', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498460', 'Shore_Sahagin', '9232', '-102.877', '9.859', '-300.331', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17498461', 'Coastal_Sahagin', '9188', '-102.127', '9.797', '-308.149', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17498462', 'Dire_Bat', '9193', '-103.628', '9.862', '-307.753', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17498463', 'Dire_Bat', '9193', '-93.063', '9.768', '-302.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498464', 'Denn_the_Orcavoiced', '9191', '-94.000', '9.000', '-298.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498465', 'Dire_Bat', '9193', '-88.186', '27.963', '-177.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498466', 'Mousse', '9209', '-90.964', '26.347', '-167.792', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17498467', 'Dire_Bat', '9193', '-100.778', '23.525', '-168.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498468', 'Dire_Bat', '9193', '-114.103', '19.054', '-184.587', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498469', 'Delta_Sahagin', '9190', '-120.592', '20.970', '-179.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498470', 'Lagoon_Sahagin', '9202', '-108.938', '20.709', '-177.597', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498471', 'Mousse', '9209', '-140.067', '19.313', '-185.453', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498472', 'Robber_Crab', '9224', '-155.271', '20.025', '-219.068', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17498473', 'Robber_Crab', '9224', '-141.738', '20.266', '-209.348', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17498474', 'Robber_Crab', '9224', '-157.040', '20.008', '-218.859', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17498475', 'Shore_Sahagin', '9232', '-173.824', '19.701', '-256.787', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498476', 'Coastal_Sahagin', '9188', '-183.526', '20.514', '-243.165', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17498477', 'Delta_Sahagin', '9190', '-188.998', '18.857', '-237.105', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17498478', 'Lagoon_Sahagin', '9202', '-179.027', '20.754', '-242.398', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17498479', 'Robber_Crab', '9224', '-187.438', '19.687', '-247.982', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17498480', 'Dire_Bat', '9193', '-160.230', '19.610', '-261.433', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17498481', 'Dire_Bat', '9193', '-156.503', '19.977', '-260.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498482', 'Robber_Crab', '9224', '-152.049', '19.944', '-264.849', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17498483', 'Dire_Bat', '9193', '-141.677', '19.587', '-292.998', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498484', 'Dire_Bat', '9193', '-147.570', '18.263', '-295.399', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498485', 'Water_Elemental', '9241', '-148.874', '18.624', '-303.852', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17498486', 'Robber_Crab', '9224', '-193.993', '30.165', '-258.590', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498487', 'Robber_Crab', '9224', '-182.615', '30.105', '-270.584', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498488', 'Shore_Sahagin', '9232', '-225.688', '29.889', '-252.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498489', 'Delta_Sahagin', '9190', '-213.512', '29.842', '-260.535', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17498490', 'Lagoon_Sahagin', '9202', '-218.297', '29.904', '-258.458', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17498491', 'Devil_Manta', '9192', '-213.237', '29.721', '-226.106', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17498492', 'Robber_Crab', '9224', '-185.783', '29.856', '-216.996', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17498493', 'Devil_Manta', '9192', '-179.649', '30.063', '-206.458', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17498494', 'Robber_Crab', '9224', '-194.123', '37.583', '-181.515', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17498495', 'Water_Elemental', '9241', '-218.069', '39.815', '-195.359', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17498496', 'Devil_Manta', '9192', '-226.371', '40.195', '-213.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498497', 'Robber_Crab', '9224', '-258.321', '39.019', '-218.129', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17498498', 'Water_Elemental', '9241', '-249.349', '40.428', '-217.358', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17498499', 'Devil_Manta', '9192', '-299.994', '49.185', '-246.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498500', 'Water_Elemental', '9241', '-297.579', '50.847', '-277.280', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17498501', 'Robber_Crab', '9224', '-268.628', '50.157', '-302.061', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498502', 'Robber_Crab', '9224', '-263.387', '50.145', '-306.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498503', 'Robber_Crab', '9224', '-255.176', '47.969', '-333.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498504', 'Robber_Crab', '9224', '-258.214', '51.147', '-343.688', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17498505', 'Devil_Manta', '9192', '-230.814', '39.978', '-264.337', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17498506', 'Devil_Manta', '9192', '-225.144', '39.750', '-270.253', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17498507', 'Robber_Crab', '9224', '-258.586', '37.581', '-269.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498508', 'Robber_Crab', '9224', '-258.756', '39.571', '-280.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498509', 'Water_Elemental', '9241', '-258.784', '39.590', '-280.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498510', 'Shore_Sahagin', '9232', '-257.082', '39.975', '-300.625', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17498511', 'Coastal_Sahagin', '9188', '-227.521', '38.181', '-312.568', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17498512', 'Delta_Sahagin', '9190', '-223.455', '39.944', '-300.838', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17498513', 'Delta_Sahagin', '9190', '-231.975', '39.083', '-294.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498514', 'Lagoon_Sahagin', '9202', '-251.218', '39.500', '-304.529', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17498515', 'Devil_Manta', '9192', '-230.577', '39.077', '-294.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498516', 'Zuug_the_Shoreleaper', '9246', '-243.000', '41.000', '-298.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498517', 'Sahagin_s_Wyvern', '9228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498518', 'Devil_Manta', '9192', '-212.407', '38.538', '-342.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498519', 'Water_Elemental', '9241', '-218.690', '37.288', '-340.355', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17498520', 'Devil_Manta', '9192', '-138.181', '48.389', '-338.001', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498521', 'Devil_Manta', '9192', '-167.247', '48.358', '-336.823', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17498522', 'Charybdis', '9187', '-152.000', '48.000', '-328.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498523', 'Mindgazer', '9208', '110.662', '2.660', '12.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498524', 'Shore_Sahagin', '9232', '107.255', '2.561', '15.756', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498525', 'Greatclaw', '9197', '107.346', '2.639', '-30.873', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17498526', 'Delta_Sahagin', '9190', '96.536', '2.639', '-16.122', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17498527', 'Shore_Sahagin', '9232', '101.866', '-0.309', '-77.465', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17498528', 'Mindgazer', '9208', '98.005', '-0.298', '-73.668', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498529', 'Mindgazer', '9208', '129.396', '0.373', '-122.116', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498530', 'Mindgazer', '9208', '129.987', '0.271', '-121.081', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17498531', 'Greatclaw', '9197', '123.586', '0.455', '-124.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498532', 'Delta_Sahagin', '9190', '128.987', '0.347', '-120.294', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17498533', 'Nightmare_Bats', '9212', '125.055', '0.247', '-127.960', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17498534', 'Coastal_Sahagin', '9188', '144.636', '-0.231', '-113.699', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17498535', 'Lagoon_Sahagin', '9202', '150.970', '-0.278', '-114.216', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17498536', 'Mindgazer', '9208', '142.331', '0.295', '-110.359', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498537', 'Greatclaw', '9197', '136.934', '-0.044', '-128.207', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17498538', 'Mindgazer', '9208', '155.737', '-0.247', '-125.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498539', 'Nightmare_Bats', '9212', '138.663', '-0.011', '-123.767', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17498540', 'Mindgazer', '9208', '127.355', '-0.214', '-181.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498541', 'Mindgazer', '9208', '120.787', '0.421', '-174.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498542', 'Greatclaw', '9197', '106.670', '1.057', '-174.391', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17498543', 'Greatclaw', '9197', '99.944', '1.140', '-186.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498544', 'Delta_Sahagin', '9190', '103.753', '0.345', '-195.368', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17498545', 'Abyss_Sahagin', '9181', '100.499', '0.730', '-194.593', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498546', 'Greatclaw', '9197', '110.267', '3.557', '-218.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498547', 'Mindgazer', '9208', '112.778', '6.217', '-228.384', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498548', 'Greatclaw', '9197', '100.355', '7.887', '-233.598', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17498549', 'Delta_Sahagin', '9190', '98.817', '9.502', '-240.199', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17498550', 'Shore_Sahagin', '9232', '116.890', '9.911', '-284.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498551', 'Delta_Sahagin', '9190', '123.074', '9.601', '-291.974', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17498552', 'Shore_Sahagin', '9232', '95.517', '9.874', '-270.790', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17498553', 'Coastal_Sahagin', '9188', '99.182', '10.000', '-278.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498554', 'Delta_Sahagin', '9190', '103.901', '10.356', '-275.280', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17498555', 'Shore_Sahagin', '9232', '89.394', '9.950', '-282.594', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17498556', 'Delta_Sahagin', '9190', '72.941', '9.564', '-283.348', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17498557', 'Lagoon_Sahagin', '9202', '69.274', '10.500', '-264.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498558', 'Abyss_Sahagin', '9181', '127.653', '9.904', '-277.297', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17498559', 'Coral_Sahagin', '9189', '128.532', '9.997', '-284.626', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17498560', 'Ocean_Sahagin', '9215', '99.034', '9.626', '-250.518', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498561', 'Sahagin_s_Wyvern', '9228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498562', 'Mindgazer', '9208', '20.020', '10.232', '-256.663', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17498563', 'Mindgazer', '9208', '20.357', '10.235', '-257.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17498564', 'Mimic', '9207', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498565', 'Water_Leaper', '9242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498566', 'Glyryvilu', '9196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498593', 'Treasure_Chest', '9237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498604', 'Kilhwch', '9201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498606', 'Moogle', '9204', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498611', '???', '9213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498628', 'Umon-Paumon', '9221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17498629', 'Ghebben', '9199', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502209', 'Ornamental_Weapon', '9258', '42.537', '-0.344', '-389.454', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17502210', 'Ornamental_Weapon', '9258', '41.710', '0.081', '-393.413', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502211', 'Detector', '9250', '69.119', '-0.266', '-419.014', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502212', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502213', 'Ornamental_Weapon', '9258', '124.407', '-0.129', '-402.853', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17502214', 'Ornamental_Weapon', '9258', '137.351', '-0.460', '-391.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502215', 'Ornamental_Weapon', '9258', '36.471', '-0.500', '-459.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502216', 'Ornamental_Weapon', '9258', '128.023', '-1.147', '-353.348', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17502217', 'Ornamental_Weapon', '9258', '123.257', '-0.564', '-363.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502218', 'Ornamental_Weapon', '9258', '119.152', '-0.101', '-353.317', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17502219', 'Mystic_Weapon', '9257', '-41.685', '0.087', '-405.022', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17502220', 'Mystic_Weapon', '9257', '-36.867', '0.237', '-400.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502221', 'Detector', '9250', '-74.278', '-0.266', '-418.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502222', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502223', 'Mystic_Weapon', '9257', '-132.594', '-0.234', '-396.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502224', 'Mystic_Weapon', '9257', '-120.253', '0.075', '-393.750', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17502225', 'Mystic_Weapon', '9257', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502226', 'Mystic_Weapon', '9257', '-128.332', '-0.441', '-357.107', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502227', 'Mystic_Weapon', '9257', '-128.374', '-0.208', '-367.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502228', 'Mystic_Weapon', '9257', '-116.735', '0.212', '-372.901', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17502229', 'Detector', '9250', '28.824', '-0.266', '-341.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502230', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502231', 'Detector', '9250', '-25.799', '-0.396', '-341.519', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502232', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502233', 'Ornamental_Weapon', '9258', '-11.579', '-0.276', '-322.093', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17502234', 'Ornamental_Weapon', '9258', '-4.294', '-0.144', '-317.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502235', 'Mystic_Weapon', '9257', '11.855', '-0.392', '-302.641', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502236', 'Mystic_Weapon', '9257', '-3.286', '0.216', '-297.932', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502237', 'Ornamental_Weapon', '9258', '-5.331', '-0.920', '-271.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502238', 'Ornamental_Weapon', '9258', '-5.544', '0.051', '-281.384', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502239', 'Air_Elemental', '9247', '185.590', '-0.170', '-342.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502240', 'Air_Elemental', '9247', '189.879', '-0.170', '-340.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502241', 'Detector', '9250', '203.675', '-0.599', '-339.863', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502242', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502243', 'Detector', '9250', '236.197', '-0.326', '-342.493', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502244', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502245', 'Detector', '9250', '247.264', '-0.326', '-342.231', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17502246', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502247', 'Detector', '9250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502248', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502249', 'Detector', '9250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502250', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502251', 'Air_Elemental', '9247', '290.744', '-0.173', '-334.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502252', 'Air_Elemental', '9247', '287.963', '-0.173', '-345.248', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17502253', 'Ornamental_Weapon', '9258', '288.132', '-0.215', '-263.491', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17502254', 'Ornamental_Weapon', '9258', '268.175', '-0.501', '-283.575', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17502255', 'Ornamental_Weapon', '9258', '293.889', '-0.023', '-274.420', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502256', 'Ornamental_Weapon', '9258', '306.872', '-0.024', '-287.891', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502257', 'Ornamental_Weapon', '9258', '300.299', '-0.077', '-271.145', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17502258', 'Ornamental_Weapon', '9258', '323.546', '-0.016', '-284.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502259', 'Detector', '9250', '339.179', '-0.643', '-218.295', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17502260', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502261', 'Ornamental_Weapon', '9258', '369.554', '-0.756', '-196.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502262', 'Ornamental_Weapon', '9258', '360.965', '0.019', '-196.345', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17502263', 'Detector', '9250', '394.259', '-1.043', '-181.513', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502264', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502265', 'Ornamental_Weapon', '9258', '356.118', '5.451', '-141.279', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502266', 'Ornamental_Weapon', '9258', '380.303', '12.086', '-150.895', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17502267', 'Ornamental_Weapon', '9258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502268', 'Ornamental_Weapon', '9258', '370.184', '15.631', '-195.655', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17502269', 'Air_Elemental', '9247', '413.273', '15.706', '-174.443', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17502270', 'Air_Elemental', '9247', '416.898', '15.726', '-182.671', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17502271', 'Air_Elemental', '9247', '347.902', '15.699', '-185.487', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17502272', 'Air_Elemental', '9247', '345.443', '15.830', '-183.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502273', 'Ornamental_Weapon', '9258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502274', 'Ornamental_Weapon', '9258', '432.466', '15.733', '-230.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502275', 'Ornamental_Weapon', '9258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502276', 'Ornamental_Weapon', '9258', '330.195', '15.783', '-231.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502277', 'Air_Elemental', '9247', '424.461', '15.879', '-261.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502278', 'Air_Elemental', '9247', '415.056', '15.842', '-251.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502279', 'Air_Elemental', '9247', '344.223', '15.814', '-266.342', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17502280', 'Air_Elemental', '9247', '336.969', '15.814', '-256.268', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502281', 'Ornamental_Weapon', '9258', '366.653', '15.753', '-270.823', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17502282', 'Ornamental_Weapon', '9258', '387.827', '15.531', '-271.371', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17502283', 'Ornamental_Weapon', '9258', '380.113', '15.673', '-221.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502284', 'Earth_Elemental', '9252', '-176.570', '-0.184', '-332.456', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502285', 'Earth_Elemental', '9252', '-185.355', '-0.184', '-346.235', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17502286', 'Detector', '9250', '-208.635', '-0.511', '-339.608', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502287', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502288', 'Detector', '9250', '-250.144', '-0.342', '-338.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502289', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502290', 'Detector', '9250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502291', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502292', 'Detector', '9250', '-255.870', '-0.342', '-340.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502293', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502294', 'Detector', '9250', '-277.193', '-0.373', '-340.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502295', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502296', 'Earth_Elemental', '9252', '-301.690', '-0.226', '-336.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502297', 'Earth_Elemental', '9252', '-309.394', '-0.153', '-339.831', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17502298', 'Mystic_Weapon', '9257', '-320.948', '-0.281', '-288.151', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502299', 'Mystic_Weapon', '9257', '-311.421', '-0.178', '-288.808', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17502300', 'Mystic_Weapon', '9257', '-320.776', '0.026', '-282.093', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502301', 'Mystic_Weapon', '9257', '-283.637', '-0.378', '-294.782', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17502302', 'Mystic_Weapon', '9257', '-281.203', '0.158', '-278.934', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17502303', 'Mystic_Weapon', '9257', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502304', 'Detector', '9250', '-340.099', '-0.677', '-214.158', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17502305', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502306', 'Mystic_Weapon', '9257', '-358.051', '-1.113', '-187.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502307', 'Mystic_Weapon', '9257', '-365.424', '-0.197', '-200.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502308', 'Detector', '9250', '-403.111', '-0.909', '-178.893', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502309', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502310', 'Mystic_Weapon', '9257', '-349.657', '4.761', '-138.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502311', 'Mystic_Weapon', '9257', '-353.555', '6.000', '-138.375', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17502312', 'Mystic_Weapon', '9257', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502313', 'Mystic_Weapon', '9257', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502314', 'Earth_Elemental', '9252', '-340.603', '15.717', '-180.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502315', 'Earth_Elemental', '9252', '-336.353', '15.689', '-175.438', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17502316', 'Earth_Elemental', '9252', '-416.488', '15.764', '-172.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502317', 'Earth_Elemental', '9252', '-430.444', '15.764', '-180.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502318', 'Mystic_Weapon', '9257', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502319', 'Mystic_Weapon', '9257', '-328.778', '15.744', '-206.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502320', 'Earth_Elemental', '9252', '-345.408', '15.767', '-266.699', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17502321', 'Earth_Elemental', '9252', '-327.835', '15.807', '-266.510', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17502322', 'Mystic_Weapon', '9257', '-387.387', '15.400', '-272.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502323', 'Mystic_Weapon', '9257', '-373.630', '15.619', '-271.502', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17502324', 'Earth_Elemental', '9252', '-429.688', '15.700', '-264.752', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17502325', 'Earth_Elemental', '9252', '-423.536', '15.700', '-267.947', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17502326', 'Mystic_Weapon', '9257', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502327', 'Mystic_Weapon', '9257', '-431.277', '15.559', '-213.840', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17502328', 'Mystic_Weapon', '9257', '-393.255', '15.521', '-224.116', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17502329', 'Detector', '9250', '445.173', '-0.319', '-61.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502330', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502331', 'Dustbuster', '9251', '402.272', '-0.004', '-45.580', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502332', 'Dustbuster', '9251', '399.513', '0.045', '-36.566', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502333', 'Dustbuster', '9251', '392.457', '5.064', '-100.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502334', 'Dustbuster', '9251', '397.871', '6.338', '-100.498', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502335', 'Detector', '9250', '381.325', '-1.060', '-7.990', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502336', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502337', 'Dustbuster', '9251', '376.597', '0.153', '36.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502338', 'Dustbuster', '9251', '379.585', '-0.104', '47.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502339', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502340', 'Dustbuster', '9251', '390.349', '0.132', '40.231', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17502341', 'Dustbuster', '9251', '393.384', '-0.241', '50.630', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17502342', 'Dustbuster', '9251', '398.027', '-0.290', '30.814', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502343', 'Detector', '9250', '420.340', '-0.793', '66.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502344', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502345', 'Thunder_Elemental', '9260', '386.763', '-0.105', '104.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502346', 'Thunder_Elemental', '9260', '379.492', '-0.105', '101.150', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17502347', 'Detector', '9250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502348', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502349', 'Detector', '9250', '375.937', '-0.195', '180.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502350', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502351', 'Detector', '9250', '381.635', '-0.195', '160.944', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17502352', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502353', 'Detector', '9250', '376.087', '-0.195', '143.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502354', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502355', 'Detector', '9250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502356', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502357', 'Thunder_Elemental', '9260', '372.546', '-0.078', '206.185', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17502358', 'Thunder_Elemental', '9260', '380.078', '-0.087', '227.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502359', 'Detector', '9250', '340.711', '-0.212', '226.143', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502360', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502361', 'Dustbuster', '9251', '309.472', '-1.098', '279.829', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17502362', 'Dustbuster', '9251', '334.307', '0.275', '283.795', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17502363', 'Dustbuster', '9251', '314.612', '-1.002', '289.072', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502364', 'Dustbuster', '9251', '357.574', '-0.180', '268.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502365', 'Dustbuster', '9251', '373.462', '-0.208', '280.389', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502366', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502367', 'Detector', '9250', '301.372', '-0.212', '321.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502368', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502369', 'Dustbuster', '9251', '314.240', '-0.019', '356.705', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17502370', 'Dustbuster', '9251', '325.406', '-0.976', '364.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502371', 'Detector', '9250', '379.975', '-0.212', '347.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502372', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502373', 'Detector', '9250', '303.931', '-0.433', '373.065', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17502374', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502375', 'Dustbuster', '9251', '326.598', '8.390', '421.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502376', 'Dustbuster', '9251', '331.104', '9.618', '421.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502377', 'Dustbuster', '9251', '429.895', '15.476', '-46.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502378', 'Dustbuster', '9251', '443.961', '14.845', '-35.704', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17502379', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502380', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502381', 'Dustbuster', '9251', '465.418', '15.847', '63.408', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17502382', 'Dustbuster', '9251', '451.966', '15.514', '49.318', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17502383', 'Dustbuster', '9251', '367.510', '15.525', '-32.970', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17502384', 'Dustbuster', '9251', '367.138', '15.516', '-6.536', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502385', 'Dustbuster', '9251', '388.575', '15.550', '34.140', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17502386', 'Dustbuster', '9251', '401.337', '15.510', '50.821', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502387', 'Dustbuster', '9251', '318.550', '15.586', '370.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502388', 'Dustbuster', '9251', '320.598', '15.785', '354.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502389', 'Dustbuster', '9251', '329.615', '15.542', '284.499', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17502390', 'Dustbuster', '9251', '353.494', '15.519', '287.615', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502391', 'Dustbuster', '9251', '417.671', '15.931', '304.006', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17502392', 'Dustbuster', '9251', '417.877', '15.558', '312.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502393', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502394', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502395', 'Dustbuster', '9251', '390.174', '15.533', '370.923', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502396', 'Dustbuster', '9251', '392.756', '15.538', '382.645', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502397', 'Detector', '9250', '-357.142', '-0.242', '339.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502398', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502399', 'Dustbuster', '9251', '-324.620', '-0.525', '365.319', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17502400', 'Dustbuster', '9251', '-318.547', '0.154', '366.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502401', 'Dustbuster', '9251', '-313.784', '5.753', '420.303', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502402', 'Dustbuster', '9251', '-318.317', '6.821', '420.565', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17502403', 'Detector', '9250', '-298.713', '-0.185', '313.838', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17502404', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502405', 'Dustbuster', '9251', '-369.987', '-0.207', '287.915', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17502406', 'Dustbuster', '9251', '-365.128', '0.015', '276.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502407', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502408', 'Dustbuster', '9251', '-314.394', '-0.199', '292.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502409', 'Dustbuster', '9251', '-307.834', '-0.202', '276.816', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17502410', 'Dustbuster', '9251', '-328.854', '0.376', '281.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502411', 'Detector', '9250', '-341.703', '-0.185', '229.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502412', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502413', 'Water_Elemental', '9261', '-378.473', '-0.088', '216.515', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17502414', 'Water_Elemental', '9261', '-378.747', '-0.088', '223.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502415', 'Detector', '9250', '-380.828', '-0.436', '192.111', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17502416', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502417', 'Detector', '9250', '-378.065', '-0.130', '146.303', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17502418', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502419', 'Detector', '9250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502420', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502421', 'Detector', '9250', '-383.506', '-0.130', '175.246', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17502422', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502423', 'Detector', '9250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502424', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502425', 'Water_Elemental', '9261', '-380.221', '-0.359', '94.782', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17502426', 'Water_Elemental', '9261', '-382.781', '-0.359', '110.386', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17502427', 'Detector', '9250', '-419.206', '-0.130', '73.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502428', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502429', 'Dustbuster', '9251', '-406.623', '-0.869', '31.416', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17502430', 'Dustbuster', '9251', '-384.306', '0.380', '42.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502431', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502432', 'Dustbuster', '9251', '-351.980', '-1.007', '42.747', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17502433', 'Dustbuster', '9251', '-355.011', '-0.979', '42.716', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502434', 'Dustbuster', '9251', '-352.796', '-0.118', '31.338', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17502435', 'Detector', '9250', '-378.797', '-0.516', '-10.406', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17502436', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502437', 'Dustbuster', '9251', '-400.669', '0.156', '-32.973', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17502438', 'Dustbuster', '9251', '-396.054', '-0.258', '-27.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502439', 'Detector', '9250', '-452.673', '-0.486', '-56.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502440', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502441', 'Dustbuster', '9251', '-398.118', '6.433', '-98.574', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502442', 'Dustbuster', '9251', '-404.476', '7.911', '-98.537', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502443', 'Water_Elemental', '9261', '-332.599', '15.695', '384.905', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17502444', 'Water_Elemental', '9261', '-343.746', '16.073', '376.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502445', 'Dustbuster', '9251', '-349.080', '15.604', '322.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502446', 'Dustbuster', '9251', '-351.956', '15.067', '327.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502447', 'Dustbuster', '9251', '-412.200', '15.603', '308.544', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17502448', 'Dustbuster', '9251', '-421.048', '14.710', '303.298', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17502449', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502450', 'Dustbuster', '9251', '-285.427', '15.615', '329.731', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17502451', 'Dustbuster', '9251', '-402.475', '15.266', '-31.287', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502452', 'Dustbuster', '9251', '-400.711', '15.090', '-29.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502453', 'Dustbuster', '9251', '-369.279', '14.743', '12.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502454', 'Dustbuster', '9251', '-368.566', '14.688', '25.610', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17502455', 'Dustbuster', '9251', '-444.323', '15.134', '27.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502456', 'Dustbuster', '9251', '-451.554', '15.132', '42.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502457', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502458', 'Dustbuster', '9251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502459', 'Dustbuster', '9251', '-454.622', '15.483', '-68.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502460', 'Dustbuster', '9251', '-458.528', '15.503', '-54.550', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17502461', 'Detector', '9250', '-218.758', '-0.268', '434.645', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17502462', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502463', 'Enkidu', '9253', '-200.186', '0.047', '404.709', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502464', 'Enkidu', '9253', '-202.305', '-0.033', '395.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502465', 'Enkidu', '9253', '-258.695', '5.137', '392.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502466', 'Enkidu', '9253', '-258.651', '8.467', '407.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502467', 'Detector', '9250', '-171.230', '-0.718', '380.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502468', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502469', 'Enkidu', '9253', '-137.028', '-0.784', '408.836', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17502470', 'Enkidu', '9253', '-123.063', '0.273', '407.635', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17502471', 'Enkidu', '9253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502472', 'Enkidu', '9253', '-108.488', '-0.592', '427.106', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17502473', 'Enkidu', '9253', '-128.554', '0.005', '427.920', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17502474', 'Enkidu', '9253', '-108.323', '-0.249', '442.471', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17502475', 'Detector', '9250', '-62.668', '-0.659', '453.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502476', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502477', 'Ice_Elemental', '9255', '-68.946', '-0.082', '420.557', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17502478', 'Ice_Elemental', '9255', '-60.791', '-0.082', '425.105', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502479', 'Detector', '9250', '-23.158', '-0.250', '417.508', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17502480', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502481', 'Detector', '9250', '13.115', '-0.326', '421.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502482', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502483', 'Detector', '9250', '20.057', '-0.326', '421.014', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502484', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502485', 'Detector', '9250', '-16.124', '-0.326', '416.174', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17502486', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502487', 'Detector', '9250', '50.151', '-0.119', '419.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502488', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502489', 'Fire_Elemental', '9254', '68.145', '-0.156', '419.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502490', 'Fire_Elemental', '9254', '64.604', '-0.157', '420.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502491', 'Detector', '9250', '60.548', '-0.173', '443.991', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17502492', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502493', 'Enkidu', '9253', '124.206', '-1.045', '442.473', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502494', 'Enkidu', '9253', '117.646', '0.127', '442.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502495', 'Enkidu', '9253', '126.135', '0.355', '435.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502496', 'Enkidu', '9253', '118.235', '-0.188', '390.142', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17502497', 'Enkidu', '9253', '119.882', '0.125', '396.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502498', 'Enkidu', '9253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502499', 'Detector', '9250', '184.653', '-0.173', '381.001', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502500', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502501', 'Enkidu', '9253', '191.009', '-0.109', '404.808', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502502', 'Enkidu', '9253', '192.766', '-0.193', '392.565', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17502503', 'Detector', '9250', '218.387', '-0.173', '454.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502504', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502505', 'Enkidu', '9253', '258.682', '10.597', '417.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502506', 'Enkidu', '9253', '259.177', '9.152', '410.501', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17502507', 'Ice_Elemental', '9255', '-225.547', '15.752', '452.071', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17502508', 'Ice_Elemental', '9255', '-218.523', '15.749', '464.014', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502509', 'Ice_Elemental', '9255', '-225.688', '15.746', '367.441', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17502510', 'Ice_Elemental', '9255', '-218.462', '15.746', '371.749', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17502511', 'Enkidu', '9253', '-191.647', '15.704', '474.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502512', 'Enkidu', '9253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502513', 'Enkidu', '9253', '-187.580', '15.715', '368.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502514', 'Enkidu', '9253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502515', 'Enkidu', '9253', '-108.683', '15.700', '439.900', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502516', 'Enkidu', '9253', '-113.502', '15.558', '428.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502517', 'Enkidu', '9253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502518', 'Enkidu', '9253', '-115.316', '16.047', '396.926', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17502519', 'Enkidu', '9253', '-125.799', '16.108', '403.270', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17502520', 'Enkidu', '9253', '-120.728', '16.242', '404.489', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17502521', 'Enkidu', '9253', '-173.117', '15.684', '422.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502522', 'Fire_Elemental', '9254', '225.701', '15.676', '411.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502523', 'Fire_Elemental', '9254', '217.230', '15.676', '422.294', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502524', 'Enkidu', '9253', '194.244', '15.711', '368.082', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17502525', 'Enkidu', '9253', '171.232', '15.765', '367.796', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502526', 'Enkidu', '9253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502527', 'Enkidu', '9253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502528', 'Enkidu', '9253', '152.048', '15.770', '448.715', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17502529', 'Enkidu', '9253', '160.410', '15.781', '431.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502530', 'Enkidu', '9253', '162.979', '15.695', '451.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502531', 'Enkidu', '9253', '134.874', '16.156', '444.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502532', 'Enkidu', '9253', '136.084', '16.264', '439.695', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17502533', 'Enkidu', '9253', '134.490', '15.500', '461.072', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17502534', 'Enkidu', '9253', '113.764', '15.711', '377.556', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17502535', 'Detector', '9250', '406.299', '15.601', '-260.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502536', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502537', 'Detector', '9250', '388.640', '15.629', '-180.003', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502538', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502539', 'Detector', '9250', '-420.000', '15.573', '-199.804', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17502540', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502541', 'Detector', '9250', '-374.407', '15.549', '-180.005', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502542', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502543', 'Detector', '9250', '427.791', '15.502', '-22.908', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17502544', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502545', 'Detector', '9250', '408.816', '15.443', '-20.126', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502546', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502547', 'Detector', '9250', '-400.905', '15.396', '-33.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502548', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502549', 'Detector', '9250', '-379.768', '15.152', '31.326', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17502550', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502551', 'Detector', '9250', '348.057', '15.532', '300.066', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502552', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502553', 'Detector', '9250', '300.637', '15.485', '309.815', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502554', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502555', 'Detector', '9250', '-380.071', '15.569', '347.653', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17502556', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502557', 'Detector', '9250', '-299.789', '15.615', '350.784', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17502558', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502559', 'Detector', '9250', '220.013', '15.618', '429.744', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502560', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502561', 'Detector', '9250', '139.828', '15.711', '415.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502562', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502563', 'Detector', '9250', '-208.756', '15.524', '379.944', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502564', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502565', 'Detector', '9250', '-220.010', '15.587', '405.821', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17502566', 'Caretaker', '9249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502567', 'Mimic', '9256', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17502568', 'Brigandish_Blade', '9248', '-1.000', '-1.000', '-283.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17502569', 'Steam_Cleaner', '9259', '317.000', '-1.000', '361.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17502570', 'Zipacna', '9262', '-195.000', '-0.500', '396.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17506305', 'Aura_Weapon', '9268', '892.855', '99.501', '718.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506306', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506307', 'Aura_Weapon', '9268', '901.262', '99.500', '666.785', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506308', 'Aura_Weapon', '9268', '882.132', '99.785', '648.931', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17506309', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506310', 'Aura_Weapon', '9268', '831.815', '99.500', '621.467', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506311', 'Aura_Weapon', '9268', '807.126', '98.441', '651.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506312', 'Aura_Weapon', '9268', '771.008', '99.500', '661.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506313', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506314', 'Aura_Weapon', '9268', '728.706', '99.687', '638.851', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17506315', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506316', 'Aura_Weapon', '9268', '698.989', '99.500', '700.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506317', 'Aura_Pot', '9266', '724.036', '99.488', '707.119', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17506318', 'Aura_Pot', '9266', '870.288', '98.174', '475.697', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17506319', 'Aura_Pot', '9266', '898.633', '99.500', '500.722', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17506320', 'Aura_Pot', '9266', '898.887', '99.500', '524.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506321', 'Aura_Pot', '9266', '882.578', '98.978', '564.510', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17506322', 'Aura_Pot', '9266', '861.230', '99.500', '579.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506323', 'Aura_Pot', '9266', '823.885', '99.500', '579.242', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17506324', 'Aura_Pot', '9266', '796.015', '98.556', '570.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506325', 'Aura_Pot', '9266', '778.587', '99.500', '538.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506326', 'Aura_Pot', '9266', '748.390', '99.500', '538.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506327', 'Aura_Pot', '9266', '721.005', '99.871', '553.727', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17506328', 'Aura_Pot', '9266', '706.267', '99.516', '549.534', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506329', 'Ice_Elemental', '9277', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506330', 'Ice_Elemental', '9277', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506331', 'Aura_Pot', '9266', '740.813', '-0.390', '110.233', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17506332', 'Aura_Pot', '9266', '744.896', '-0.390', '93.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506333', 'Aura_Pot', '9266', '805.290', '-0.499', '97.778', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17506334', 'Aura_Pot', '9266', '820.133', '-0.499', '99.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506335', 'Aura_Pot', '9266', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506336', 'Aura_Pot', '9266', '789.166', '-0.484', '114.011', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17506337', 'Aura_Pot', '9266', '863.735', '-0.099', '96.116', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17506338', 'Aura_Pot', '9266', '830.516', '-0.386', '112.290', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17506339', 'Aura_Pot', '9266', '0.000', '0.000', '0.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17506340', 'Aura_Pot', '9266', '859.043', '-0.499', '76.672', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17506341', 'Ice_Elemental', '9277', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506342', 'Ice_Elemental', '9277', '0.000', '0.000', '0.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17506343', 'Aura_Pot', '9266', '0.000', '0.000', '0.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17506344', 'Aura_Pot', '9266', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506345', 'Aura_Pot', '9266', '815.349', '-0.500', '22.675', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506346', 'Aura_Pot', '9266', '0.000', '0.000', '0.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17506347', 'Aura_Pot', '9266', '766.005', '-0.499', '60.500', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17506348', 'Aura_Pot', '9266', '829.544', '-0.378', '8.722', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17506349', 'Aura_Pot', '9266', '0.000', '0.000', '0.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17506350', 'Aura_Pot', '9266', '777.993', '-0.500', '41.325', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506351', 'Aura_Pot', '9266', '769.463', '-0.373', '8.389', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17506352', 'Aura_Butler', '9264', '830.280', '-0.479', '-70.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506353', 'Aura_Butler', '9264', '809.899', '-0.481', '-72.464', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17506354', 'Aura_Butler', '9264', '823.292', '-0.498', '-23.729', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17506355', 'Aura_Butler', '9264', '783.882', '-0.500', '-22.334', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17506356', 'Aura_Butler', '9264', '835.336', '-0.500', '-58.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506357', 'Aura_Butler', '9264', '827.628', '-0.481', '-7.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506358', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506359', 'Aura_Butler', '9264', '789.592', '-0.394', '-8.444', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17506360', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506361', 'Fire_Elemental', '9275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506362', 'Fire_Elemental', '9275', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506363', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17506364', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506365', 'Aura_Butler', '9264', '809.596', '-0.499', '-99.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506366', 'Aura_Butler', '9264', '822.280', '-0.499', '-100.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506367', 'Aura_Butler', '9264', '830.558', '-0.378', '-111.957', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506368', 'Aura_Butler', '9264', '809.307', '-0.453', '-113.485', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17506369', 'Aura_Butler', '9264', '791.074', '-0.422', '-112.021', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17506370', 'Faust', '9274', '740.000', '-0.463', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506371', 'Aura_Butler', '9264', '736.913', '-0.189', '-94.920', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506372', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506373', 'Aura_Butler', '9264', '740.794', '-0.500', '-57.507', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17506374', 'Fire_Elemental', '9275', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506375', 'Fire_Elemental', '9275', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506376', 'Defender', '9272', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506377', 'Aura_Gear', '9265', '735.796', '-0.390', '-8.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506378', 'Defender', '9272', '857.389', '-100.498', '-541.590', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17506379', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506380', 'Defender', '9272', '843.426', '-100.019', '-556.288', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17506381', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506382', 'Defender', '9272', '861.161', '-100.278', '-608.230', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17506383', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506384', 'Defender', '9272', '880.221', '-100.004', '-604.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506385', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506386', 'Defender', '9272', '829.377', '-100.323', '-564.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506387', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506388', 'Defender', '9272', '830.183', '-100.216', '-591.594', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17506389', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506390', 'Defender', '9272', '900.457', '-100.499', '-586.158', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17506391', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506392', 'Defender', '9272', '889.733', '-100.269', '-592.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506393', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506394', 'Defender', '9272', '870.622', '-99.924', '-580.343', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17506395', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506396', 'Mother_Globe', '9280', '855.947', '-99.924', '-578.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506397', 'Slave_Globe', '9285', '854.947', '-99.924', '-577.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506398', 'Slave_Globe', '9285', '853.947', '-99.924', '-576.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506399', 'Slave_Globe', '9285', '852.947', '-99.924', '-575.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506400', 'Slave_Globe', '9285', '856.947', '-99.924', '-579.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506401', 'Slave_Globe', '9285', '857.947', '-99.924', '-580.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506402', 'Slave_Globe', '9285', '858.947', '-99.924', '-581.291', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506403', 'Aura_Statue', '9267', '713.000', '-99.000', '-588.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17506404', 'Aura_Statue', '9267', '740.000', '-100.000', '-546.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506405', 'Aura_Statue', '9267', '0.000', '0.000', '0.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17506406', 'Aura_Statue', '9267', '711.000', '-100.000', '-576.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17506407', 'Aura_Statue', '9267', '717.000', '-100.000', '-601.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17506408', 'Aura_Statue', '9267', '737.000', '-100.000', '-609.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506409', 'Aura_Statue', '9267', '765.000', '-100.000', '-595.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506410', 'Aura_Statue', '9267', '768.000', '-100.000', '-582.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506411', 'Aura_Statue', '9267', '763.000', '-100.000', '-557.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506412', 'Aura_Statue', '9267', '742.000', '-100.000', '-583.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506413', 'Aura_Statue', '9267', '733.000', '-100.000', '-575.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17506414', 'Aura_Statue', '9267', '739.000', '-100.000', '-557.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17506415', 'Aura_Statue', '9267', '717.000', '-100.000', '-559.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506416', 'Aura_Statue', '9267', '750.000', '-100.000', '-608.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506417', 'Aura_Statue', '9267', '0.000', '0.000', '0.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17506418', 'Ullikummi', '9288', '739.000', '-99.000', '-581.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17506419', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506420', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506421', 'Aura_Weapon', '9268', '35.774', '-16.032', '83.397', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17506422', 'Aura_Weapon', '9268', '51.640', '-16.020', '74.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506423', 'Aura_Weapon', '9268', '76.423', '-15.944', '68.107', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17506424', 'Aura_Weapon', '9268', '74.201', '-15.926', '66.724', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506425', 'Aura_Weapon', '9268', '75.049', '-16.499', '28.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506426', 'Aura_Weapon', '9268', '96.870', '-16.502', '60.091', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17506427', 'Aura_Weapon', '9268', '-75.416', '-16.451', '-27.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506428', 'Aura_Weapon', '9268', '-78.967', '-16.058', '-35.303', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506429', 'Aura_Weapon', '9268', '-53.543', '-16.498', '-61.579', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17506430', 'Aura_Weapon', '9268', '-68.529', '-16.098', '-87.042', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506431', 'Decorative_Weapon', '9271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506432', 'Decorative_Weapon', '9271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506433', 'Decorative_Weapon', '9271', '-38.585', '-16.042', '74.707', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17506434', 'Decorative_Weapon', '9271', '-34.961', '-16.337', '89.148', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17506435', 'Decorative_Weapon', '9271', '-70.621', '-15.913', '81.128', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506436', 'Decorative_Weapon', '9271', '-58.779', '-16.505', '59.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506437', 'Decorative_Weapon', '9271', '-78.634', '-16.050', '35.694', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17506438', 'Decorative_Weapon', '9271', '-79.102', '-16.398', '30.642', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17506439', 'Decorative_Weapon', '9271', '-19.706', '-16.499', '52.511', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506440', 'Decorative_Weapon', '9271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506441', 'Decorative_Weapon', '9271', '19.674', '-16.500', '-28.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506442', 'Decorative_Weapon', '9271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506443', 'Decorative_Weapon', '9271', '92.430', '-16.484', '-35.804', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17506444', 'Decorative_Weapon', '9271', '83.232', '-16.021', '-52.431', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506445', 'Decorative_Weapon', '9271', '57.678', '-16.103', '-67.347', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506446', 'Decorative_Weapon', '9271', '67.305', '-16.335', '-49.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506447', 'Decorative_Weapon', '9271', '57.254', '-16.500', '-96.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506448', 'Decorative_Weapon', '9271', '41.156', '-16.407', '-90.316', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17506449', 'Decorative_Weapon', '9271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506450', 'Decorative_Weapon', '9271', '138.504', '-16.499', '-51.485', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17506451', 'Decorative_Weapon', '9271', '145.464', '-16.511', '-84.865', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506452', 'Decorative_Weapon', '9271', '154.309', '-16.080', '-83.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506453', 'Decorative_Weapon', '9271', '179.127', '-16.500', '-109.612', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506454', 'Aura_Butler', '9264', '161.363', '-16.500', '-140.782', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506455', 'Aura_Butler', '9264', '162.566', '-16.500', '-140.763', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17506456', 'Aura_Butler', '9264', '115.691', '-16.928', '-125.780', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506457', 'Aura_Butler', '9264', '129.754', '-17.433', '-127.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506458', 'Decorative_Weapon', '9271', '105.549', '-16.506', '-147.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506459', 'Decorative_Weapon', '9271', '120.342', '-18.250', '-181.083', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17506460', 'Decorative_Weapon', '9271', '-149.424', '-16.186', '-19.270', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17506461', 'Decorative_Weapon', '9271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506462', 'Decorative_Weapon', '9271', '-159.452', '-15.955', '-78.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506463', 'Decorative_Weapon', '9271', '-153.373', '-16.101', '-76.615', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17506464', 'Decorative_Weapon', '9271', '-178.439', '-16.499', '-104.592', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17506465', 'Aura_Butler', '9264', '-166.240', '-16.500', '-139.846', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506466', 'Aura_Butler', '9264', '-164.002', '-16.500', '-139.769', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17506467', 'Aura_Butler', '9264', '-129.425', '-17.400', '-124.429', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17506468', 'Aura_Butler', '9264', '-123.482', '-16.900', '-111.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506469', 'Aura_Butler', '9264', '-108.502', '-16.500', '-146.966', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17506470', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506471', 'Aura_Butler', '9264', '250.059', '-1.481', '315.457', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17506472', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506473', 'Thunder_Elemental', '9287', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506474', 'Thunder_Elemental', '9287', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506475', 'Defender', '9272', '175.610', '-0.390', '311.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506476', 'Aura_Gear', '9265', '180.062', '-0.389', '305.637', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506477', 'Defender', '9272', '183.659', '-0.389', '304.750', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506478', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506479', 'Defender', '9272', '181.146', '-0.549', '221.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506480', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506481', 'Defender', '9272', '175.209', '-0.549', '256.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506482', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506483', 'Thunder_Elemental', '9287', '0.000', '0.000', '0.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17506484', 'Thunder_Elemental', '9287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506485', 'Defender', '9272', '177.780', '-0.390', '177.616', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17506486', 'Aura_Gear', '9265', '179.928', '-0.390', '172.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506487', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506488', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506489', 'Aura_Weapon', '9268', '156.179', '-0.500', '177.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506490', 'Aura_Weapon', '9268', '221.914', '-11.206', '147.732', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506491', 'Aura_Weapon', '9268', '209.610', '-14.274', '137.574', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17506492', 'Aura_Weapon', '9268', '166.207', '-16.029', '118.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506493', 'Aura_Weapon', '9268', '147.001', '-16.511', '123.888', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17506494', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506495', 'Aura_Butler', '9264', '132.067', '-16.474', '70.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506496', 'Aura_Butler', '9264', '-243.014', '-0.990', '295.257', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17506497', 'Aura_Butler', '9264', '-239.411', '-1.276', '311.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506498', 'Water_Elemental', '9289', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506499', 'Water_Elemental', '9289', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506500', 'Defender', '9272', '-185.181', '-0.390', '295.784', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17506501', 'Aura_Gear', '9265', '-188.470', '-0.390', '304.827', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17506502', 'Defender', '9272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506503', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506504', 'Defender', '9272', '-179.939', '-0.591', '224.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506505', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506506', 'Defender', '9272', '-179.478', '-0.591', '224.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506507', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506508', 'Water_Elemental', '9289', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506509', 'Water_Elemental', '9289', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506510', 'Defender', '9272', '-180.495', '-0.390', '189.280', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17506511', 'Aura_Gear', '9265', '-176.848', '-0.390', '169.559', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17506512', 'Aura_Weapon', '9268', '-177.495', '-0.390', '169.992', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17506513', 'Aura_Weapon', '9268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506514', 'Aura_Weapon', '9268', '-144.198', '-0.896', '174.210', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17506515', 'Aura_Weapon', '9268', '-221.505', '-9.741', '153.402', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506516', 'Aura_Weapon', '9268', '-206.693', '-14.965', '139.357', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17506517', 'Aura_Weapon', '9268', '-147.248', '-16.519', '123.975', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506518', 'Aura_Weapon', '9268', '-172.196', '-16.441', '118.402', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17506519', 'Aura_Butler', '9264', '-140.314', '-16.500', '97.644', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506520', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506521', 'Aura_Butler', '9264', '-46.645', '-0.524', '-182.652', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17506522', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506523', 'Decorative_Weapon', '9271', '-43.726', '-0.902', '-158.698', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17506524', 'Decorative_Weapon', '9271', '-43.415', '-0.931', '-164.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506525', 'Decorative_Weapon', '9271', '3.784', '-0.499', '-180.392', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17506526', 'Decorative_Weapon', '9271', '-6.927', '-1.031', '-121.793', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506527', 'Decorative_Weapon', '9271', '5.723', '-0.944', '-132.675', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17506528', 'Decorative_Weapon', '9271', '18.777', '-0.779', '-100.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506529', 'Decorative_Weapon', '9271', '120.183', '-1.115', '-101.225', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506530', 'Decorative_Weapon', '9271', '114.262', '-1.115', '-114.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506531', 'Decorative_Weapon', '9271', '77.707', '-0.125', '-76.494', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506532', 'Decorative_Weapon', '9271', '99.226', '-0.500', '-134.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506533', 'Decorative_Weapon', '9271', '141.820', '-0.502', '-103.816', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17506534', 'Decorative_Weapon', '9271', '89.260', '-0.496', '-62.898', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17506535', 'Air_Elemental', '9263', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506536', 'Air_Elemental', '9263', '0.000', '0.000', '0.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17506537', 'Defender', '9272', '184.779', '-0.390', '-95.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506538', 'Aura_Gear', '9265', '187.380', '-0.390', '-101.617', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17506539', 'Defender', '9272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506540', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506541', 'Defender', '9272', '232.103', '-0.473', '-102.387', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17506542', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506543', 'Defender', '9272', '241.552', '-0.473', '-99.038', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17506544', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506545', 'Air_Elemental', '9263', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506546', 'Air_Elemental', '9263', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506547', 'Defender', '9272', '298.281', '-0.390', '-106.312', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17506548', 'Aura_Gear', '9265', '309.307', '-0.390', '-101.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506549', 'Aura_Butler', '9264', '289.184', '-0.390', '-104.469', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17506550', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506551', 'Aura_Butler', '9264', '276.477', '-0.895', '-160.748', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17506552', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506553', 'Decorative_Weapon', '9271', '299.259', '-0.499', '-162.395', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506554', 'Decorative_Weapon', '9271', '305.629', '-0.499', '-164.516', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17506555', 'Decorative_Weapon', '9271', '100.897', '-0.525', '-12.985', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17506556', 'Decorative_Weapon', '9271', '-23.736', '-0.504', '-101.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506557', 'Decorative_Weapon', '9271', '-116.013', '-0.996', '-103.875', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506558', 'Decorative_Weapon', '9271', '-105.995', '-0.996', '-86.488', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506559', 'Decorative_Weapon', '9271', '-69.693', '-0.438', '-125.242', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17506560', 'Decorative_Weapon', '9271', '-92.615', '-0.315', '-129.430', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17506561', 'Decorative_Weapon', '9271', '-127.723', '-0.377', '-94.801', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17506562', 'Decorative_Weapon', '9271', '-119.784', '0.003', '-81.073', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17506563', 'Earth_Elemental', '9273', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506564', 'Earth_Elemental', '9273', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506565', 'Defender', '9272', '-180.045', '-0.390', '-92.724', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17506566', 'Aura_Gear', '9265', '-180.136', '-0.390', '-103.896', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17506567', 'Defender', '9272', '-173.869', '-0.390', '-100.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506568', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506569', 'Defender', '9272', '-254.085', '-0.405', '-96.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506570', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506571', 'Defender', '9272', '-257.116', '-0.405', '-98.455', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17506572', 'Aura_Gear', '9265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506573', 'Earth_Elemental', '9273', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506574', 'Earth_Elemental', '9273', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506575', 'Defender', '9272', '-295.967', '-0.390', '-105.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506576', 'Aura_Gear', '9265', '-295.517', '-0.390', '-98.783', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17506577', 'Aura_Butler', '9264', '-300.765', '-0.500', '-127.888', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17506578', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506579', 'Aura_Butler', '9264', '-279.527', '-0.900', '-166.075', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17506580', 'Aura_Butler', '9264', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506581', 'Decorative_Weapon', '9271', '-315.585', '-0.569', '-175.332', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17506582', 'Aura_Weapon', '9268', '-314.249', '-1.645', '-154.741', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506583', 'Aura_Weapon', '9268', '-101.059', '-1.350', '-0.318', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506584', 'Aura_Weapon', '9268', '138.571', '-0.531', '131.829', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17506585', 'Aura_Weapon', '9268', '92.787', '-0.894', '111.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506586', 'Aura_Weapon', '9268', '114.065', '-0.983', '106.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17506587', 'Aura_Weapon', '9268', '96.326', '-0.318', '124.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506588', 'Aura_Weapon', '9268', '96.752', '-0.235', '128.105', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17506589', 'Aura_Weapon', '9268', '66.909', '-0.495', '104.706', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17506590', 'Aura_Weapon', '9268', '69.478', '-0.397', '90.399', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506591', 'Aura_Weapon', '9268', '134.236', '-0.573', '82.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506592', 'Aura_Weapon', '9268', '134.047', '-0.719', '81.661', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506593', 'Aura_Weapon', '9268', '85.391', '-0.526', '64.718', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17506594', 'Aura_Weapon', '9268', '94.250', '-0.884', '60.467', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17506595', 'Aura_Weapon', '9268', '99.667', '-0.499', '21.054', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17506596', 'Aura_Weapon', '9268', '55.988', '-0.578', '141.198', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17506597', 'Aura_Weapon', '9268', '-139.265', '-0.626', '149.958', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17506598', 'Aura_Weapon', '9268', '-105.991', '-1.063', '114.929', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17506599', 'Aura_Weapon', '9268', '-86.495', '-1.056', '109.395', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17506600', 'Aura_Weapon', '9268', '-101.343', '-0.505', '136.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506601', 'Aura_Weapon', '9268', '-100.436', '-0.608', '139.225', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17506602', 'Aura_Weapon', '9268', '-130.716', '-0.227', '106.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506603', 'Aura_Weapon', '9268', '-127.542', '-0.085', '115.356', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506604', 'Aura_Weapon', '9268', '-69.960', '-0.928', '84.267', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17506605', 'Aura_Weapon', '9268', '-70.480', '-0.351', '89.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17506606', 'Aura_Weapon', '9268', '-99.777', '-0.499', '61.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506607', 'Aura_Weapon', '9268', '-104.759', '-0.423', '68.439', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17506608', 'Aura_Weapon', '9268', '-102.664', '-0.499', '35.817', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506609', 'Aura_Weapon', '9268', '-63.443', '-0.852', '139.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506610', 'Aura_Weapon', '9268', '-27.081', '-0.538', '139.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506611', 'Aura_Weapon', '9268', '19.502', '-0.749', '139.400', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506612', 'Dark_Elemental', '9270', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506613', 'Dark_Elemental', '9270', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506614', 'Aura_Statue', '9267', '19.426', '-0.500', '90.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506615', 'Aura_Statue', '9267', '15.448', '-0.389', '70.112', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17506616', 'Aura_Statue', '9267', '18.990', '-0.390', '55.927', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17506617', 'Aura_Statue', '9267', '60.261', '-0.499', '12.151', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17506618', 'Aura_Statue', '9267', '58.868', '-0.500', '43.261', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17506619', 'Aura_Statue', '9267', '58.891', '-0.500', '-36.427', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17506620', 'Aura_Statue', '9267', '61.016', '-0.500', '-33.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506621', 'Aura_Statue', '9267', '29.566', '-0.499', '-60.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506622', 'Aura_Statue', '9267', '44.547', '-0.499', '-62.175', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17506623', 'Aura_Statue', '9267', '-17.320', '-0.499', '59.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506624', 'Aura_Statue', '9267', '-32.150', '-0.499', '59.962', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17506625', 'Aura_Statue', '9267', '-57.418', '-0.499', '23.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506626', 'Aura_Statue', '9267', '-57.993', '-0.499', '36.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506627', 'Aura_Statue', '9267', '-60.907', '-0.498', '-16.499', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506628', 'Aura_Statue', '9267', '-59.334', '-0.500', '-40.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506629', 'Aura_Statue', '9267', '46.735', '-0.481', '28.666', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17506630', 'Aura_Statue', '9267', '60.428', '-0.500', '15.558', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506631', 'Aura_Statue', '9267', '48.544', '-0.498', '-13.077', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17506632', 'Aura_Statue', '9267', '59.844', '-0.500', '-20.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506633', 'Aura_Statue', '9267', '-8.727', '-0.457', '73.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506634', 'Aura_Statue', '9267', '-35.545', '-0.500', '60.360', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17506635', 'Aura_Statue', '9267', '-56.419', '-0.500', '30.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506636', 'Aura_Statue', '9267', '-50.530', '-0.481', '12.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506637', 'Aura_Statue', '9267', '-48.769', '-0.384', '-9.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506638', 'Dark_Elemental', '9270', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506639', 'Dark_Elemental', '9270', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506640', 'Aura_Statue', '9267', '31.079', '-0.480', '-73.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506641', 'Aura_Statue', '9267', '-22.600', '-0.390', '-50.290', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17506642', 'Aura_Statue', '9267', '-15.603', '-0.390', '-60.881', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506643', 'Aura_Statue', '9267', '-21.430', '-0.499', '-24.125', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17506644', 'Aura_Statue', '9267', '4.480', '-0.443', '-9.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506645', 'Aura_Statue', '9267', '3.453', '2.264', '8.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506646', 'Baelfyr', '10835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506647', 'Gefyrst', '10837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506648', 'Ungeweder', '10838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506649', 'Byrgen', '10836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506650', 'Aura_Sculpture', '10830', '81.000', '32.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506651', 'Baelfyr', '10835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506652', 'Gefyrst', '10837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506653', 'Ungeweder', '10838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506654', 'Byrgen', '10836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506655', 'Aura_Sculpture', '10830', '74.000', '32.000', '3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506656', 'Aura_Sculpture', '10830', '93.000', '32.000', '0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506657', 'Baelfyr', '10835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506658', 'Gefyrst', '10837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506659', 'Ungeweder', '10838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506660', 'Byrgen', '10836', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506661', 'Aura_Sculpture', '10830', '81.000', '32.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506662', 'Baelfyr', '10835', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17506663', 'Gefyrst', '10837', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510401', 'Kam_lanaut', '9299', '0.614', '202.000', '-368.994', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17510402', 'Kam_lanaut', '9299', '-3.888', '2.000', '34.567', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17510403', 'Kam_lanaut', '9299', '0.100', '-197.000', '439.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17510405', 'Trion', '9304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510406', 'Volker', '9305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510407', 'Ajido-Marujido', '9290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510409', 'Trion', '9304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510410', 'Volker', '9305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510411', 'Ajido-Marujido', '9290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510413', 'Trion', '9304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510414', 'Volker', '9305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510415', 'Ajido-Marujido', '9290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510417', 'Curilla', '9297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510418', 'Ayame', '9291', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510419', 'Shantotto', '9303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510420', 'Prishe', '9300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510423', 'Curilla', '9297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510424', 'Ayame', '9291', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510425', 'Shantotto', '9303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510426', 'Prishe', '9300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510429', 'Curilla', '9297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510430', 'Ayame', '9291', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510431', 'Shantotto', '9303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510432', 'Prishe', '9300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510435', 'Counselor_Rughadjeen', '9295', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510436', 'Counselor_Gadalar', '9292', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510437', 'Counselor_Najelith', '9294', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510438', 'Counselor_Zazarg', '9296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510439', 'Counselor_Mihli', '9293', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510441', 'Counselor_Rughadjeen', '9295', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510442', 'Counselor_Gadalar', '9292', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510443', 'Counselor_Najelith', '9294', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510444', 'Counselor_Zazarg', '9296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510445', 'Counselor_Mihli', '9293', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510447', 'Counselor_Rughadjeen', '9295', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510448', 'Counselor_Gadalar', '9292', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510449', 'Counselor_Najelith', '9294', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510450', 'Counselor_Zazarg', '9296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510451', 'Counselor_Mihli', '9293', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510452', 'Seed_Crystal', '9301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510453', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510454', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510455', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510456', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510457', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510458', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510459', 'Seed_Crystal', '9301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510460', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510461', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510462', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510463', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510464', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510465', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510466', 'Seed_Crystal', '9301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510467', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510468', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510469', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510470', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510471', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510472', 'Seed_Thrall', '9302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510479', 'Kam_lanaut', '9299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510480', 'Kam_lanaut', '9299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510482', 'Zeid', '9307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510484', 'Eald_narche', '9298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510513', 'Zazarg', '9306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17510519', 'Seed_Crystal', '9301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514497', 'Ark_Angel_HM', '9310', '-13.000', '-18.000', '12.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17514498', 'Ark_Angel_HM', '9310', '-561.000', '-242.000', '54.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17514499', 'Ark_Angel_HM', '9310', '478.000', '-317.000', '75.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17514500', 'Ark_Angel_MR', '9311', '-14.000', '-18.000', '13.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17514501', 'Ark_Angel_MR', '9311', '-564.000', '-242.000', '55.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17514502', 'Ark_Angel_MR', '9311', '475.000', '-317.000', '77.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17514503', 'Ark_Angel_s_Tiger', '9313', '-14.000', '-18.000', '13.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17514504', 'Ark_Angel_s_Tiger', '9313', '-562.000', '-242.000', '56.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17514505', 'Ark_Angel_s_Tiger', '9313', '477.000', '-317.000', '79.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17514506', 'Ark_Angel_s_Mandragora', '9312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514507', 'Ark_Angel_s_Mandragora', '9312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514508', 'Ark_Angel_s_Mandragora', '9312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514509', 'Ark_Angel_EV', '9308', '-13.000', '-18.000', '15.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17514510', 'Ark_Angel_EV', '9308', '-561.000', '-242.000', '57.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17514511', 'Ark_Angel_EV', '9308', '479.000', '-317.000', '79.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17514512', 'Ark_Angel_TT', '9315', '-12.000', '-18.000', '13.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17514513', 'Ark_Angel_TT', '9315', '-562.000', '-242.000', '56.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17514514', 'Ark_Angel_TT', '9315', '478.000', '-317.000', '81.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17514515', 'Ark_Angel_GK', '9309', '-16.000', '-18.000', '14.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17514516', 'Ark_Angel_GK', '9309', '-561.000', '-242.000', '57.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17514517', 'Ark_Angel_GK', '9309', '476.000', '-317.000', '81.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17514518', 'Ark_Angel_s_Wyvern', '9314', '-16.000', '-18.000', '14.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17514519', 'Ark_Angel_s_Wyvern', '9314', '-563.000', '-242.000', '58.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17514520', 'Ark_Angel_s_Wyvern', '9314', '475.000', '-317.000', '84.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17514521', 'Ark_Angel_HM', '9310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514522', 'Ark_Angel_MR', '9311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514523', 'Ark_Angel_s_Tiger', '9313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514524', 'Ark_Angel_s_Mandragora', '9312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514525', 'Ark_Angel_EV', '9308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514526', 'Ark_Angel_TT', '9315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514527', 'Ark_Angel_GK', '9309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514528', 'Ark_Angel_s_Wyvern', '9314', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514529', 'Ark_Angel_HM', '9310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514530', 'Ark_Angel_MR', '9311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514531', 'Ark_Angel_s_Tiger', '9313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514532', 'Ark_Angel_s_Mandragora', '9312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514533', 'Ark_Angel_EV', '9308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514534', 'Ark_Angel_TT', '9315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514535', 'Ark_Angel_GK', '9309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514536', 'Ark_Angel_s_Wyvern', '9314', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514537', 'Ark_Angel_HM', '9310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514538', 'Ark_Angel_MR', '9311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514539', 'Ark_Angel_s_Tiger', '9313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514540', 'Ark_Angel_s_Mandragora', '9312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514541', 'Ark_Angel_EV', '9308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514542', 'Ark_Angel_TT', '9315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514543', 'Ark_Angel_GK', '9309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514544', 'Ark_Angel_s_Wyvern', '9314', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514571', 'Ark_Angel_HM', '9310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514572', 'Ark_Angel_EV', '9308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514573', 'Ark_Angel_TT', '9315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514574', 'Ark_Angel_MR', '9311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17514575', 'Ark_Angel_GK', '9309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518593', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518594', 'Exoplates', '9317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518595', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518596', 'Orbital', '9319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518597', 'Orbital', '9319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518598', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518599', 'Exoplates', '9317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518600', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518601', 'Orbital', '9319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518602', 'Orbital', '9319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518603', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518604', 'Exoplates', '9317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518605', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518606', 'Orbital', '9319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518607', 'Orbital', '9319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518621', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518622', 'Zeid', '9320', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518627', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518628', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518629', 'Eald_narche', '9316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17518632', 'Grav_iton', '9318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522689', 'Caldera_Crab', '9325', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522690', 'Caldera_Crab', '9325', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522691', 'Caldera_Crab', '9325', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522692', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522693', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522694', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522695', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522696', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522697', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522698', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522699', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522700', 'Cyanic_Crab', '9327', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522701', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522702', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522703', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522704', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522705', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522706', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522707', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522708', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522709', 'Damask_Crab', '9328', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522710', 'Morbid_Molasses', '9337', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522711', 'Morbid_Molasses', '9337', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522712', 'Morbid_Molasses', '9337', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522713', 'Morbid_Molasses', '9337', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522714', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522715', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522716', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522717', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522718', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522719', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522720', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522721', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522722', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522723', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522724', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522725', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522726', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522727', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522728', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522729', 'Grenade_Syrup', '9331', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522730', 'Berry_Syrup', '9324', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522731', 'Berry_Syrup', '9324', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522732', 'Berry_Syrup', '9324', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522733', 'Berry_Syrup', '9324', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522734', 'Myrmeleontide', '9338', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522735', 'Myrmeleontide', '9338', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522736', 'Myrmeleontide', '9338', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522737', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522738', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522739', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522740', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522741', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522742', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522743', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522744', 'Anthracite_Antlion', '9323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522745', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522746', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522747', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522748', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522749', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522750', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522751', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522752', 'Albino_Antlion', '9321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522753', 'Harpeia', '9332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522754', 'Harpeia', '9332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522755', 'Harpeia', '9332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522756', 'Harpeia', '9332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522757', 'Harpeia', '9332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522758', 'Natrix', '9339', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522759', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522760', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522761', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522762', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522763', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522764', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522765', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522766', 'Saltopus', '9343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522767', 'Canis_Dirus', '9326', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522768', 'Canis_Dirus', '9326', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522769', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522770', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522771', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522772', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522773', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522774', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522775', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522776', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522777', 'Pardus', '9340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522778', 'Anguis', '9322', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522779', 'Varanus', '9344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522780', 'Varanus', '9344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522781', 'Varanus', '9344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522782', 'Ragelise', '9342', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522783', 'Portia', '9341', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522784', 'Larzos', '9334', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522785', 'Fourth_Spitewarden', '9330', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522786', 'Lady_Lilith', '9333', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522787', 'Lilith_Ascendant', '9336', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522788', 'Elemental_Gyves', '9329', '-4.616', '-7.236', '16.859', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17522789', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522790', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522791', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522792', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522793', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522794', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522795', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522796', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17522797', 'Elemental_Gyves', '9329', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523008', 'Larzos', '9334', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523009', 'Ragelise', '9342', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523010', 'Ragelise', '9342', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523011', 'Portia', '9341', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523015', 'Lady_Lilith', '9333', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523016', 'Lilith_Ascendant', '9336', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523017', 'Lilith_Ascendant', '9336', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523018', 'Lilisette', '9335', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523019', 'Lilisette', '9335', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523021', 'Lady_Lilith', '9333', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523022', 'Lady_Lilith', '9333', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523023', 'Lady_Lilith', '9333', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17523026', 'Portia', '9341', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530881', 'Epialtes', '9350', '477.096', '-0.522', '52.554', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17530882', 'Giant_Gatekeeper', '9353', '432.952', '-0.350', '-3.719', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530883', 'Giant_Guard', '9354', '451.661', '-0.287', '50.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530884', 'Giant_Sentry', '9356', '492.400', '-0.516', '40.195', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17530885', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530886', 'Giant_Lobber', '9355', '447.954', '0.075', '45.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530887', 'Giant_Gatekeeper', '9353', '484.735', '0.046', '23.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530888', 'Giant_Guard', '9354', '456.421', '-0.045', '-4.444', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17530889', 'Giant_Sentry', '9356', '486.190', '-0.111', '18.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530890', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530891', 'Giant_Lobber', '9355', '483.409', '-0.348', '-7.120', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17530892', 'Seeker_Bats', '9372', '442.732', '0.043', '45.460', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17530893', 'Seeker_Bats', '9372', '434.386', '0.052', '11.806', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17530894', 'Ancient_Bat', '9345', '424.940', '-0.521', '22.988', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530895', 'Ancient_Bat', '9345', '433.228', '-0.026', '32.506', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17530896', 'Giant_Gatekeeper', '9353', '351.257', '-0.172', '-37.661', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530897', 'Giant_Guard', '9354', '408.868', '-0.405', '-65.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530898', 'Giant_Sentry', '9356', '402.952', '-0.175', '-87.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530899', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530900', 'Giant_Lobber', '9355', '395.066', '0.017', '-77.208', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17530901', 'Giant_Gatekeeper', '9353', '386.059', '-0.242', '-66.214', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17530902', 'Giant_Guard', '9354', '386.928', '0.058', '-53.533', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530903', 'Giant_Sentry', '9356', '391.372', '0.075', '-48.658', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17530904', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530905', 'Giant_Lobber', '9355', '389.796', '-0.511', '-26.646', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17530906', 'Seeker_Bats', '9372', '404.174', '0.074', '-75.336', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530907', 'Seeker_Bats', '9372', '382.808', '-0.502', '-22.191', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17530908', 'Ancient_Bat', '9345', '410.573', '-0.357', '-76.986', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17530909', 'Seeker_Bats', '9372', '340.000', '-0.500', '37.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17530910', 'Seeker_Bats', '9372', '341.703', '-0.500', '15.569', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17530911', 'Ancient_Bat', '9345', '341.774', '-0.500', '8.530', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17530912', 'Bogy', '9347', '341.809', '-0.500', '8.751', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17530913', 'Goblin_Mugger', '9365', '514.000', '-0.524', '-84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530914', 'Goblin_Leecher', '9364', '524.744', '0.004', '-79.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530915', 'Goblin_Gambler', '9363', '477.777', '-15.971', '44.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530916', 'Goblin_Mugger', '9365', '524.000', '-0.106', '-92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530917', 'Goblin_Leecher', '9364', '522.000', '-0.443', '-71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530918', 'Goblin_Gambler', '9363', '521.577', '-0.006', '-82.548', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17530919', 'Goblin_Mugger', '9365', '570.874', '-0.494', '-40.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530920', 'Goblin_Leecher', '9364', '563.337', '0.057', '-37.342', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17530921', 'Goblin_Gambler', '9363', '488.000', '-16.021', '15.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530922', 'Goblin_Mugger', '9365', '554.329', '-0.429', '-47.452', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17530923', 'Goblin_Leecher', '9364', '555.126', '-0.071', '-36.019', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530924', 'Goblin_Gambler', '9363', '489.000', '-16.521', '33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530925', 'Seeker_Bats', '9372', '578.136', '-0.499', '9.996', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17530926', 'Seeker_Bats', '9372', '576.007', '-0.500', '19.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530927', 'Ancient_Bat', '9345', '567.660', '-0.500', '20.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530928', 'Ancient_Bat', '9345', '578.106', '-0.500', '-13.755', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17530929', 'Chaos_Idol', '9348', '538.413', '-0.100', '23.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530930', 'Chaos_Idol', '9348', '535.002', '-0.099', '20.051', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17530931', 'Chaos_Idol', '9348', '537.358', '-0.102', '12.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530933', 'Giant_Gatekeeper', '9353', '530.386', '0.045', '97.982', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530934', 'Giant_Guard', '9354', '521.797', '0.058', '112.611', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17530935', 'Giant_Sentry', '9356', '562.337', '-0.353', '87.536', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530936', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530937', 'Giant_Lobber', '9355', '530.244', '-0.385', '108.801', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17530938', 'Giant_Gatekeeper', '9353', '521.893', '-0.439', '128.833', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17530939', 'Giant_Guard', '9354', '543.000', '0.044', '63.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17530940', 'Giant_Sentry', '9356', '536.296', '0.075', '82.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530941', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530942', 'Giant_Lobber', '9355', '516.755', '0.046', '80.981', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17530943', 'Seeker_Bats', '9372', '539.166', '0.075', '75.689', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17530944', 'Seeker_Bats', '9372', '526.165', '0.033', '78.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530945', 'Ancient_Bat', '9345', '526.831', '-0.060', '121.585', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17530946', 'Seeker_Bats', '9372', '445.638', '-0.500', '140.371', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530947', 'Seeker_Bats', '9372', '454.476', '-0.500', '140.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530948', 'Ancient_Bat', '9345', '448.031', '-0.169', '140.606', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17530949', 'Ancient_Bat', '9345', '463.163', '-0.500', '136.265', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17530950', 'Giant_Gatekeeper', '9353', '390.530', '0.065', '88.231', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17530951', 'Giant_Guard', '9354', '383.763', '0.062', '79.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530952', 'Giant_Sentry', '9356', '421.000', '-31.000', '56.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17530953', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530954', 'Giant_Lobber', '9355', '396.680', '0.075', '107.052', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17530955', 'Giant_Gatekeeper', '9353', '410.000', '0.075', '89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530956', 'Giant_Guard', '9354', '374.000', '-0.485', '69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530957', 'Giant_Sentry', '9356', '389.962', '-0.286', '110.803', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17530958', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530959', 'Giant_Lobber', '9355', '407.000', '-0.471', '116.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530960', 'Seeker_Bats', '9372', '409.322', '-0.440', '97.657', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17530961', 'Seeker_Bats', '9372', '392.887', '0.050', '78.653', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530962', 'Ancient_Bat', '9345', '396.144', '0.054', '79.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530963', 'Gigas_Hallwatcher', '9358', '577.000', '16.000', '47.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17530964', 'Gigas_Punisher', '9359', '557.000', '16.000', '2.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17530965', 'Gigas_Butcher', '9357', '545.445', '15.480', '23.878', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17530966', 'Gigas_s_Bats', '9362', '-151.182', '0.000', '189.446', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17530967', 'Gigas_Sculptor', '9360', '548.553', '15.591', '34.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530968', 'Gigas_Hallwatcher', '9358', '570.005', '15.892', '15.095', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530969', 'Gigas_Punisher', '9359', '568.180', '16.075', '29.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530970', 'Gigas_Butcher', '9357', '557.133', '16.072', '39.655', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17530971', 'Gigas_s_Bats', '9362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530972', 'Gigas_Sculptor', '9360', '591.000', '16.000', '38.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17530973', 'Thunder_Elemental', '9374', '569.675', '15.721', '0.335', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17530974', 'Light_Elemental', '9368', '563.268', '15.634', '-10.249', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17530975', 'Bogy', '9347', '581.437', '18.992', '77.478', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530976', 'Bogy', '9347', '569.253', '23.499', '101.293', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17530977', 'Bogy', '9347', '582.097', '20.273', '84.635', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17530978', 'Magic_Urn', '9370', '643.175', '23.558', '110.105', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17530979', 'Magic_Urn', '9370', '639.762', '23.968', '116.359', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17530980', 'Magic_Urn', '9370', '639.467', '24.022', '120.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530981', 'Bogy', '9347', '508.000', '24.000', '-60.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('175309825', 'Bogy', '9347', '484.670', '23.500', '-58.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530983', 'Magic_Urn', '9370', '413.463', '15.899', '-19.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530984', 'Magic_Urn', '9370', '420.070', '15.900', '-20.234', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530985', 'Thunder_Elemental', '9374', '426.108', '15.900', '-16.844', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17530986', 'Light_Elemental', '9368', '417.762', '15.898', '-12.995', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17530987', 'Giant_Gatekeeper', '9353', '394.709', '-16.418', '-87.700', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530988', 'Giant_Guard', '9354', '403.492', '-16.065', '-77.135', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530989', 'Giant_Sentry', '9356', '380.616', '-16.497', '-18.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530990', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530991', 'Giant_Lobber', '9355', '382.119', '-15.994', '-30.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530992', 'Giant_Gatekeeper', '9353', '386.242', '-15.924', '-51.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530993', 'Giant_Guard', '9354', '364.634', '-13.746', '-31.971', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530994', 'Giant_Sentry', '9356', '410.957', '-16.496', '-54.612', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17530995', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17530996', 'Giant_Lobber', '9355', '405.166', '-16.363', '-33.931', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17530997', 'Seeker_Bats', '9372', '392.579', '-16.471', '-29.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17530998', 'Ancient_Bat', '9345', '388.913', '-16.402', '-69.057', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17530999', 'Hippolytos', '9366', '339.212', '-16.099', '16.733', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17531000', 'Giant_Gatekeeper', '9353', '337.079', '-16.100', '17.386', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17531001', 'Giant_Guard', '9354', '338.454', '-16.124', '28.625', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531002', 'Giant_Sentry', '9356', '346.244', '-16.126', '10.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531003', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531004', 'Giant_Lobber', '9355', '349.022', '-16.099', '24.566', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531005', 'Giant_Gatekeeper', '9353', '396.000', '-16.059', '115.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17531006', 'Giant_Guard', '9354', '409.000', '-15.000', '58.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17531007', 'Giant_Sentry', '9356', '400.765', '-15.972', '88.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531008', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531009', 'Giant_Lobber', '9355', '412.000', '-16.584', '41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531010', 'Goblin_Mugger', '9365', '396.612', '-16.420', '129.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531011', 'Goblin_Leecher', '9364', '397.000', '-16.276', '50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531012', 'Goblin_Gambler', '9363', '426.616', '-16.290', '50.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531013', 'Goblin_Mugger', '9365', '401.316', '-15.928', '74.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531014', 'Goblin_Leecher', '9364', '421.407', '-16.499', '102.876', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17531015', 'Goblin_Gambler', '9363', '375.000', '-16.500', '93.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17531016', 'Seeker_Bats', '9372', '392.966', '-15.924', '72.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531017', 'Seeker_Bats', '9372', '399.941', '-15.925', '40.788', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17531018', 'Ancient_Bat', '9345', '382.970', '-16.515', '110.902', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17531019', 'Ancient_Bat', '9345', '401.358', '-16.043', '125.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531020', 'Giant_Gatekeeper', '9353', '449.440', '-16.167', '-6.055', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17531021', 'Giant_Guard', '9354', '459.166', '-16.048', '46.992', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17531022', 'Giant_Sentry', '9356', '421.938', '-16.493', '11.322', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17531023', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531024', 'Giant_Lobber', '9355', '489.000', '-16.510', '28.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17531025', 'Goblin_Mugger', '9365', '455.521', '-16.516', '-14.372', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17531026', 'Goblin_Leecher', '9364', '465.775', '-16.499', '-18.613', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17531027', 'Goblin_Gambler', '9363', '483.396', '-16.159', '-5.794', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531028', 'Goblin_Mugger', '9365', '432.000', '-16.014', '16.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531029', 'Goblin_Leecher', '9364', '468.489', '-16.526', '52.121', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531030', 'Goblin_Gambler', '9363', '457.645', '-15.986', '43.651', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17531031', 'Seeker_Bats', '9372', '490.802', '-16.414', '23.444', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17531032', 'Ancient_Bat', '9345', '475.000', '-16.484', '50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531033', 'Seeker_Bats', '9372', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531034', 'Seeker_Bats', '9372', '461.000', '-16.499', '132.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531035', 'Ancient_Bat', '9345', '483.000', '-16.495', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531036', 'Ancient_Bat', '9345', '460.756', '-16.499', '113.009', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531037', 'Seeker_Bats', '9372', '470.882', '-16.499', '98.479', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17531038', 'Seeker_Bats', '9372', '459.000', '-16.495', '80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531039', 'Ancient_Bat', '9345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531040', 'Chaos_Idol', '9348', '518.000', '-16.507', '80.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17531041', 'Chaos_Idol', '9348', '522.000', '-16.506', '120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531042', 'Chaos_Idol', '9348', '515.085', '-16.075', '106.189', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17531043', 'Chaos_Idol', '9348', '519.735', '-15.969', '99.750', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531044', 'Giant_Gatekeeper', '9353', '381.000', '-16.499', '63.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17531045', 'Giant_Guard', '9354', '384.000', '-15.000', '102.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17531046', 'Giant_Sentry', '9356', '405.000', '-16.500', '35.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531047', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531048', 'Giant_Lobber', '9355', '410.000', '-16.499', '113.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17531049', 'Seeker_Bats', '9372', '579.945', '-16.499', '30.094', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17531050', 'Seeker_Bats', '9372', '579.544', '-16.499', '50.999', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17531051', 'Magic_Pot', '9369', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531052', 'Ancient_Bat', '9345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531053', 'Ancient_Bat', '9345', '498.203', '-32.073', '87.789', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17531054', 'Bogy', '9347', '548.778', '-16.100', '19.150', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531055', 'Bogy', '9347', '537.000', '-16.099', '29.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17531056', 'Bogy', '9347', '542.466', '-16.100', '16.147', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531057', 'Chaos_Idol', '9348', '529.673', '-32.100', '17.594', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17531058', 'Chaos_Idol', '9348', '540.000', '-32.099', '29.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531059', 'Chaos_Idol', '9348', '549.000', '-32.116', '15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531060', 'Giant_Gatekeeper', '9353', '510.000', '-32.045', '77.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17531061', 'Giant_Guard', '9354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531062', 'Giant_Sentry', '9356', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531063', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531064', 'Giant_Lobber', '9355', '488.414', '-32.033', '83.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531065', 'Giant_Gatekeeper', '9353', '449.000', '-32.011', '53.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531066', 'Giant_Guard', '9354', '503.595', '-32.487', '96.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531067', 'Giant_Sentry', '9356', '484.000', '-32.142', '63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531068', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531069', 'Giant_Lobber', '9355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531070', 'Goblin_Mugger', '9365', '496.417', '-32.162', '54.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531071', 'Goblin_Leecher', '9364', '519.720', '-32.374', '68.685', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531072', 'Goblin_Gambler', '9363', '491.000', '-31.930', '5.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17531073', 'Goblin_Mugger', '9365', '503.999', '-32.040', '85.415', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17531074', 'Goblin_Leecher', '9364', '431.000', '-32.497', '12.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17531075', 'Goblin_Gambler', '9363', '474.000', '-31.924', '71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531076', 'Seeker_Bats', '9372', '517.779', '-32.049', '86.619', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17531077', 'Seeker_Bats', '9372', '518.737', '-31.990', '77.379', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531078', 'Ancient_Bat', '9345', '435.540', '-31.954', '6.691', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17531079', 'Ancient_Bat', '9345', '448.476', '-31.924', '42.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531080', 'Giant_Gatekeeper', '9353', '493.084', '-32.263', '16.477', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17531081', 'Giant_Guard', '9354', '430.762', '-32.334', '-2.605', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17531082', 'Giant_Sentry', '9356', '484.846', '-32.001', '12.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531083', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531084', 'Giant_Lobber', '9355', '454.013', '-31.924', '-2.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531085', 'Giant_Gatekeeper', '9353', '488.000', '-32.022', '31.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17531086', 'Giant_Guard', '9354', '462.000', '-31.924', '51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531087', 'Giant_Sentry', '9356', '483.937', '-32.278', '-6.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531088', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531089', 'Giant_Lobber', '9355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531090', 'Goblin_Mugger', '9365', '482.514', '-31.945', '6.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531091', 'Goblin_Leecher', '9364', '467.394', '-32.509', '-16.307', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531092', 'Goblin_Gambler', '9363', '485.000', '-32.098', '22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531093', 'Goblin_Mugger', '9365', '444.000', '-32.490', '-11.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531094', 'Goblin_Leecher', '9364', '482.696', '-32.337', '-9.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531095', 'Goblin_Gambler', '9363', '432.000', '-32.126', '33.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17531096', 'Seeker_Bats', '9372', '460.000', '-32.270', '-36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531097', 'Ancient_Bat', '9345', '423.843', '-31.982', '49.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531098', 'Ancient_Bat', '9345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531099', 'Giant_Gatekeeper', '9353', '382.065', '-32.501', '64.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531100', 'Giant_Guard', '9354', '401.000', '-32.423', '39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531101', 'Giant_Sentry', '9356', '405.000', '-31.764', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531102', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531103', 'Giant_Lobber', '9355', '413.000', '-32.247', '29.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17531104', 'Goblin_Mugger', '9365', '387.329', '-32.515', '67.186', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17531105', 'Goblin_Leecher', '9364', '410.000', '-31.000', '72.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531106', 'Goblin_Gambler', '9363', '386.853', '-32.519', '56.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531107', 'Goblin_Mugger', '9365', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531108', 'Goblin_Leecher', '9364', '412.491', '-32.456', '24.470', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17531109', 'Goblin_Gambler', '9363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531110', 'Ancient_Bat', '9345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531111', 'Magic_Pot', '9369', '-49.781', '-3.500', '61.253', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17531112', 'Bogy', '9347', '469.000', '-32.099', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531113', 'Bogy', '9347', '454.746', '-32.099', '-63.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531114', 'Eurymedon', '9351', '405.000', '-31.000', '-32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17531115', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531116', 'Giant_Gatekeeper', '9353', '405.000', '-32.187', '-45.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17531117', 'Giant_Guard', '9354', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531118', 'Giant_Sentry', '9356', '397.252', '-32.128', '-32.807', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17531119', 'Gigas_s_Bat', '9361', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531120', 'Giant_Lobber', '9355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531121', 'Disaster_Idol', '9349', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531122', 'Orna', '9371', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531123', 'Fomorian_Spear', '9352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531124', 'Fomorian_Spear', '9352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531125', 'Illusory_Pot', '9367', '-254.835', '-12.021', '-66.756', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17531146', 'Zeid', '9375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531168', 'Bahamut', '9346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17531184', 'Tenzen', '9373', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555457', 'Ding_Bats', '9521', '-124.000', '-0.500', '249.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555458', 'Ding_Bats', '9521', '-147.000', '-0.500', '250.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555459', 'Carrion_Worm', '9512', '-151.473', '-0.512', '184.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555460', 'Carrion_Worm', '9512', '-124.000', '-0.561', '186.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17555461', 'Ding_Bats', '9521', '-141.134', '-0.500', '223.168', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555462', 'Ding_Bats', '9521', '-144.500', '-1.697', '204.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555463', 'Carrion_Worm', '9512', '-149.850', '-0.987', '196.421', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17555464', 'Carrion_Worm', '9512', '-92.972', '-0.500', '-63.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555465', 'Carrion_Worm', '9512', '-117.858', '-0.497', '-97.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555466', 'Carrion_Worm', '9512', '-83.776', '-0.500', '-134.931', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17555467', 'Carrion_Worm', '9512', '8.060', '-0.475', '-63.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555468', 'Goblin_Thug', '9530', '-139.000', '-0.933', '186.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17555469', 'Ding_Bats', '9521', '-130.115', '-0.688', '207.026', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555470', 'Ding_Bats', '9521', '-56.607', '-0.500', '-62.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555471', 'Mouse_Bat', '9537', '-148.087', '6.097', '144.072', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17555472', 'Mouse_Bat', '9537', '-138.000', '7.000', '169.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17555473', 'Goblin_Thug', '9530', '-182.057', '6.225', '90.120', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17555474', 'Goblin_Weaver', '9532', '-179.305', '5.689', '91.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555475', 'Mouse_Bat', '9537', '-181.000', '8.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555476', 'Mouse_Bat', '9537', '-179.136', '7.012', '124.175', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555477', 'Mouse_Bat', '9537', '-149.000', '7.000', '63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555478', 'Mouse_Bat', '9537', '-122.134', '6.999', '98.808', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555479', 'Mouse_Bat', '9537', '-139.000', '7.000', '84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555480', 'Mouse_Bat', '9537', '-107.000', '7.000', '134.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555481', 'Mouse_Bat', '9537', '-172.803', '7.209', '61.037', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17555482', 'Mouse_Bat', '9537', '-176.492', '6.617', '68.838', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17555483', 'Stone_Eater', '9545', '-245.101', '7.650', '60.645', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17555484', 'Stone_Eater', '9545', '-229.391', '6.499', '62.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555485', 'Mouse_Bat', '9537', '-244.230', '7.000', '20.952', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555486', 'Mouse_Bat', '9537', '-257.481', '7.360', '43.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555487', 'Goblin_Thug', '9530', '-192.490', '8.098', '17.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555488', 'Goblin_Weaver', '9532', '-206.690', '5.973', '14.909', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555489', 'Goblin_Thug', '9530', '-197.041', '5.831', '28.872', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555490', 'Goblin_Weaver', '9532', '-175.897', '6.017', '18.984', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17555491', 'Mouse_Bat', '9537', '-163.000', '7.000', '19.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17555492', 'Mouse_Bat', '9537', '-188.497', '7.388', '18.204', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17555493', 'Goblin_Thug', '9530', '-150.594', '5.943', '24.070', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17555494', 'Goblin_Weaver', '9532', '-164.067', '6.044', '28.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555495', 'Goblin_Thug', '9530', '27.334', '-0.387', '-105.918', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17555496', 'Goblin_Weaver', '9532', '-138.749', '6.092', '13.506', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17555497', 'Mouse_Bat', '9537', '-150.106', '7.318', '16.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555498', 'Mouse_Bat', '9537', '-140.563', '6.180', '21.867', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17555499', 'Goblin_Thug', '9530', '-138.000', '6.000', '27.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555500', 'Goblin_Weaver', '9532', '-114.544', '8.060', '18.850', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555501', 'Goblin_Thug', '9530', '-101.000', '8.000', '19.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17555502', 'Goblin_Weaver', '9532', '-121.243', '7.959', '16.111', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555503', 'Mouse_Bat', '9537', '-116.700', '8.048', '21.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555504', 'Mouse_Bat', '9537', '-118.388', '5.659', '10.684', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17555505', 'Mouse_Bat', '9537', '-105.750', '3.645', '-26.736', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17555506', 'Goblin_Thug', '9530', '-42.302', '-0.489', '-71.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555507', 'Goblin_Weaver', '9532', '-60.989', '-0.503', '-63.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555508', 'Ding_Bats', '9521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555509', 'Ding_Bats', '9521', '-114.273', '-0.483', '-104.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555510', 'Carrion_Worm', '9512', '37.767', '-0.498', '-91.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555511', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555512', 'Enchanted_Bones', '9523', '-106.000', '-0.498', '-62.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17555513', 'Goblin_Thug', '9530', '-118.000', '-0.400', '-124.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17555514', 'Goblin_Weaver', '9532', '-115.228', '-0.357', '-107.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555515', 'Ding_Bats', '9521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555516', 'Ding_Bats', '9521', '-69.513', '-0.431', '-132.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555517', 'Carrion_Worm', '9512', '-7.241', '-0.454', '-135.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555518', 'Enchanted_Bones', '9523', '-104.515', '-0.527', '-134.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555519', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555520', 'Goblin_Thug', '9530', '-107.227', '-0.507', '-136.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555521', 'Goblin_Weaver', '9532', '-87.490', '-0.499', '-136.924', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17555522', 'Ding_Bats', '9521', '-44.000', '-0.420', '-133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555523', 'Ding_Bats', '9521', '29.531', '-0.497', '-62.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555524', 'Carrion_Worm', '9512', '-33.309', '-0.498', '-84.766', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17555525', 'Enchanted_Bones', '9523', '-53.000', '-0.557', '-135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555526', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555527', 'Goblin_Thug', '9530', '-8.946', '-0.499', '-64.410', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17555528', 'Goblin_Weaver', '9532', '-15.714', '-0.501', '-61.331', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555529', 'Ding_Bats', '9521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555530', 'Ding_Bats', '9521', '37.000', '-0.498', '-75.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17555531', 'Carrion_Worm', '9512', '-35.000', '-0.500', '-120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555532', 'Enchanted_Bones', '9523', '10.455', '-0.467', '-65.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555533', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555534', 'Goblin_Thug', '9530', '34.057', '-0.468', '-109.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555535', 'Goblin_Weaver', '9532', '37.846', '-0.499', '-116.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555536', 'Ding_Bats', '9521', '38.015', '-0.493', '-107.866', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555537', 'Ding_Bats', '9521', '5.025', '-0.499', '-134.055', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555538', 'Carrion_Worm', '9512', '-58.342', '-0.499', '-120.062', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17555539', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555540', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555541', 'Goblin_Thug', '9530', '20.326', '-0.500', '-138.091', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17555542', 'Goblin_Weaver', '9532', '-3.905', '-0.490', '-133.447', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555544', 'Ding_Bats', '9521', '-107.868', '-0.431', '-106.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555545', 'Carrion_Worm', '9512', '-55.089', '-0.501', '-84.089', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17555546', 'Enchanted_Bones', '9523', '29.786', '-0.500', '-135.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555547', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555548', 'Goblin_Thug', '9530', '-37.189', '-0.493', '-78.729', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17555549', 'Goblin_Weaver', '9532', '-40.351', '-0.487', '-94.943', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17555550', 'Goblin_Thug', '9530', '-44.650', '-0.499', '-71.816', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17555551', 'Goblin_Weaver', '9532', '25.787', '-0.319', '-103.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555552', 'Carrion_Worm', '9512', '24.784', '-0.374', '-98.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555553', 'Goblin_Thug', '9530', '-31.701', '-0.500', '-108.574', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555554', 'Goblin_Weaver', '9532', '-40.376', '-0.500', '-125.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555555', 'Goblin_Thug', '9530', '-47.005', '-0.500', '-114.207', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17555556', 'Goblin_Weaver', '9532', '-33.542', '-0.500', '-129.279', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17555557', 'Carrion_Worm', '9512', '-21.699', '-0.370', '-99.520', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17555558', 'Goblin_Thug', '9530', '-57.168', '-0.428', '-99.760', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17555559', 'Goblin_Weaver', '9532', '-68.030', '-0.502', '-122.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555561', 'Ding_Bats', '9521', '-102.450', '-0.482', '-75.248', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17555562', 'Carrion_Worm', '9512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555563', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555564', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555565', 'Goblin_Thug', '9530', '-70.728', '-0.503', '-71.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555566', 'Goblin_Weaver', '9532', '-73.913', '-0.376', '-75.711', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17555568', 'Ding_Bats', '9521', '-83.716', '-1.406', '-92.992', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17555569', 'Carrion_Worm', '9512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555570', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555571', 'Enchanted_Bones', '9523', '-107.728', '-0.500', '-72.339', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555572', 'Ding_Bats', '9521', '-81.031', '-1.335', '-106.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555573', 'Ding_Bats', '9521', '28.499', '-0.500', '-90.582', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17555574', 'Enchanted_Bones', '9523', '-74.247', '-1.281', '-105.554', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17555575', 'Enchanted_Bones', '9523', '-75.679', '-1.392', '-93.122', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17555576', 'Enchanted_Bones', '9523', '-79.096', '-0.500', '-86.684', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555577', 'Enchanted_Bones', '9523', '-73.366', '-0.509', '-114.971', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17555578', 'Goblin_Thug', '9530', '-2.291', '-0.514', '-126.038', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17555579', 'Goblin_Weaver', '9532', '25.199', '-0.484', '-115.272', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17555581', 'Ding_Bats', '9521', '12.000', '-0.377', '-91.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17555582', 'Carrion_Worm', '9512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555583', 'Enchanted_Bones', '9523', '24.000', '-0.556', '-75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555584', 'Enchanted_Bones', '9523', '9.311', '-0.486', '-125.283', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17555585', 'Goblin_Thug', '9530', '1.500', '-0.500', '-75.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555586', 'Goblin_Weaver', '9532', '-21.778', '-0.504', '-74.101', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17555587', 'Ding_Bats', '9521', '9.605', '-0.376', '-75.397', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17555588', 'Ding_Bats', '9521', '2.544', '-0.500', '-81.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555589', 'Carrion_Worm', '9512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555590', 'Enchanted_Bones', '9523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555591', 'Enchanted_Bones', '9523', '-8.517', '-0.482', '-71.866', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555592', 'Ding_Bats', '9521', '-9.928', '-0.500', '-88.750', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17555594', 'Enchanted_Bones', '9523', '3.000', '-0.500', '-89.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17555595', 'Enchanted_Bones', '9523', '-10.407', '-0.500', '-98.700', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555596', 'Enchanted_Bones', '9523', '9.114', '-0.500', '-99.607', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17555597', 'Enchanted_Bones', '9523', '-15.104', '-0.500', '-94.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555598', 'Spook', '9544', '2.912', '-0.557', '-99.302', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555599', 'Wind_Bats', '9552', '35.000', '3.000', '-26.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17555600', 'Goblin_Ambusher', '9524', '39.683', '7.934', '23.472', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555601', 'Goblin_Tinkerer', '9531', '16.297', '7.766', '7.171', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17555602', 'Goblin_Butcher', '9525', '45.544', '7.293', '20.099', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17555603', 'Wind_Bats', '9552', '56.000', '6.000', '20.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17555604', 'Wind_Bats', '9552', '19.069', '7.577', '21.104', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17555605', 'Stone_Eater', '9545', '35.706', '8.252', '17.149', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555606', 'Goblin_Ambusher', '9524', '91.389', '6.287', '19.730', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17555607', 'Goblin_Tinkerer', '9531', '122.453', '6.902', '22.414', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17555608', 'Goblin_Butcher', '9525', '100.000', '7.000', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555609', 'Wind_Bats', '9552', '98.053', '5.888', '17.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555610', 'Wind_Bats', '9552', '113.000', '8.000', '18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555611', 'Stone_Eater', '9545', '83.184', '6.392', '17.438', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17555612', 'Goblin_Ambusher', '9524', '145.554', '7.114', '52.773', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17555613', 'Goblin_Tinkerer', '9531', '139.932', '6.613', '87.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555614', 'Goblin_Butcher', '9525', '146.358', '6.860', '60.245', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555615', 'Wind_Bats', '9552', '139.000', '7.000', '73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555616', 'Wind_Bats', '9552', '139.000', '7.000', '37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555617', 'Grave_Bat', '9533', '145.156', '7.016', '62.543', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17555618', 'Stone_Eater', '9545', '136.683', '6.864', '89.121', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17555619', 'Goblin_Ambusher', '9524', '180.134', '6.993', '86.147', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17555620', 'Goblin_Tinkerer', '9531', '162.825', '6.633', '63.211', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17555621', 'Goblin_Butcher', '9525', '155.000', '7.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555622', 'Wind_Bats', '9552', '178.706', '6.989', '75.891', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17555623', 'Wind_Bats', '9552', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555624', 'Grave_Bat', '9533', '168.000', '7.000', '97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555625', 'Stone_Eater', '9545', '179.446', '7.000', '86.443', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17555626', 'Goblin_Ambusher', '9524', '129.000', '8.000', '97.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17555627', 'Goblin_Tinkerer', '9531', '148.625', '5.706', '127.553', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17555628', 'Goblin_Butcher', '9525', '134.165', '7.653', '120.917', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555629', 'Goblin_Ambusher', '9524', '137.116', '8.034', '111.298', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555630', 'Goblin_Tinkerer', '9531', '120.000', '8.000', '140.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17555631', 'Goblin_Butcher', '9525', '130.811', '7.978', '139.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555632', 'Wind_Bats', '9552', '128.413', '7.248', '136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555633', 'Wind_Bats', '9552', '141.950', '7.613', '118.203', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17555634', 'Grave_Bat', '9533', '112.401', '7.282', '142.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555635', 'Goblin_Ambusher', '9524', '71.542', '7.011', '180.218', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17555636', 'Goblin_Tinkerer', '9531', '61.325', '7.008', '177.942', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17555637', 'Goblin_Butcher', '9525', '45.000', '7.096', '180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555638', 'Grave_Bat', '9533', '63.874', '7.082', '182.214', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17555639', 'Grave_Bat', '9533', '60.000', '6.980', '197.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17555640', 'Grave_Bat', '9533', '38.000', '6.938', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555641', 'Rock_Eater', '9541', '-17.000', '8.127', '188.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17555642', 'Rock_Eater', '9541', '-34.000', '8.000', '222.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17555643', 'Rock_Eater', '9541', '-22.824', '7.270', '204.175', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555644', 'Rock_Eater', '9541', '-43.642', '7.131', '216.682', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555645', 'Rock_Eater', '9541', '-63.000', '8.000', '196.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17555646', 'Rock_Eater', '9541', '-55.773', '7.885', '214.389', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17555647', 'Rock_Eater', '9541', '-62.000', '8.000', '205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555648', 'Rock_Eater', '9541', '-54.563', '7.799', '164.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555649', 'Goblin_Gruel', '9527', '-61.363', '7.574', '154.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555650', 'Goblin_Gruel', '9527', '-52.647', '6.039', '168.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555651', 'Grave_Bat', '9533', '2.000', '8.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555652', 'Grave_Bat', '9533', '-19.154', '6.802', '166.252', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17555653', 'Nachzehrer', '9538', '18.101', '7.225', '133.702', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17555654', 'Nachzehrer', '9538', '9.586', '7.299', '112.702', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555655', 'Nachzehrer', '9538', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555656', 'Nachzehrer', '9538', '9.740', '7.190', '121.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555657', 'Grave_Bat', '9533', '-3.000', '7.100', '120.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555658', 'Grave_Bat', '9533', '26.467', '7.792', '121.922', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555659', 'Nachzehrer', '9538', '-59.000', '8.000', '63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555660', 'Nachzehrer', '9538', '-62.002', '7.957', '84.353', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17555661', 'Nachzehrer', '9538', '-65.363', '7.726', '75.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555662', 'Nachzehrer', '9538', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555663', 'Grave_Bat', '9533', '-54.551', '7.214', '82.030', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555665', 'Tomb_Bat', '9547', '-92.699', '8.500', '51.933', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555666', 'Tomb_Bat', '9547', '-104.816', '8.500', '63.628', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17555667', 'Tomb_Bat', '9547', '-105.260', '8.500', '57.211', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17555668', 'Crypt_Ghost', '9518', '-114.991', '8.500', '60.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555669', 'Nachzehrer', '9538', '43.000', '7.069', '61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555670', 'Nachzehrer', '9538', '57.514', '6.599', '66.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555671', 'Nachzehrer', '9538', '63.373', '7.071', '61.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555672', 'Nachzehrer', '9538', '73.757', '7.026', '59.628', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555673', 'Grave_Bat', '9533', '60.523', '6.992', '61.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555674', 'Nachzehrer', '9538', '-26.000', '7.000', '21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555675', 'Nachzehrer', '9538', '-14.906', '6.195', '50.902', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17555676', 'Nachzehrer', '9538', '-22.000', '8.000', '40.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17555677', 'Nachzehrer', '9538', '31.170', '5.893', '63.256', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17555678', 'Grave_Bat', '9533', '-18.716', '7.568', '22.905', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17555679', 'Grave_Bat', '9533', '-17.000', '8.000', '41.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17555680', 'Goblin_Ambusher', '9524', '67.030', '6.949', '219.630', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555681', 'Goblin_Tinkerer', '9531', '83.000', '7.000', '219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555682', 'Goblin_Butcher', '9525', '217.561', '7.460', '311.702', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555683', 'Goblin_Ambusher', '9524', '59.560', '7.028', '219.102', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17555684', 'Goblin_Tinkerer', '9531', '39.793', '7.000', '221.272', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17555685', 'Goblin_Butcher', '9525', '61.000', '7.000', '201.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17555686', 'Grave_Bat', '9533', '32.178', '6.999', '223.231', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555687', 'Grave_Bat', '9533', '61.945', '6.792', '220.790', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17555688', 'Goblin_Ambusher', '9524', '88.278', '6.268', '262.178', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17555689', 'Goblin_Tinkerer', '9531', '131.000', '7.000', '263.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555690', 'Goblin_Butcher', '9525', '57.452', '6.575', '267.534', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555691', 'Goblin_Ambusher', '9524', '82.000', '6.787', '261.083', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555692', 'Goblin_Tinkerer', '9531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555693', 'Goblin_Butcher', '9525', '97.932', '5.994', '257.947', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17555694', 'Grave_Bat', '9533', '89.765', '6.131', '259.615', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17555695', 'Grave_Bat', '9533', '63.661', '7.084', '262.870', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17555696', 'Goblin_Ambusher', '9524', '123.000', '7.000', '260.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17555697', 'Goblin_Tinkerer', '9531', '142.000', '7.000', '287.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555698', 'Goblin_Butcher', '9525', '188.120', '6.256', '298.522', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17555699', 'Goblin_Ambusher', '9524', '212.056', '7.000', '305.725', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17555700', 'Goblin_Tinkerer', '9531', '159.000', '7.000', '299.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17555701', 'Goblin_Butcher', '9525', '173.051', '7.478', '299.890', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555702', 'Grave_Bat', '9533', '178.492', '5.867', '302.368', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17555703', 'Grave_Bat', '9533', '188.627', '6.004', '300.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555704', 'Nachzehrer', '9538', '109.676', '-1.130', '61.922', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555705', 'Nachzehrer', '9538', '106.740', '-0.634', '50.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555706', 'Nachzehrer', '9538', '108.914', '-0.500', '84.328', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555707', 'Nachzehrer', '9538', '104.293', '-0.504', '84.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555708', 'Plague_Bats', '9540', '126.609', '-1.889', '60.490', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555710', 'Plague_Bats', '9540', '144.138', '-0.557', '77.080', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555711', 'Plague_Bats', '9540', '147.856', '-0.505', '57.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555712', 'Rock_Eater', '9541', '143.678', '-0.513', '65.608', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17555713', 'Rock_Eater', '9541', '141.168', '-0.510', '55.764', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555714', 'Plague_Bats', '9540', '174.357', '-0.500', '35.717', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17555715', 'Plague_Bats', '9540', '160.396', '-0.499', '43.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555716', 'Rock_Eater', '9541', '171.564', '-0.500', '71.242', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17555717', 'Rock_Eater', '9541', '172.705', '-0.500', '79.142', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17555718', 'Plague_Bats', '9540', '107.771', '-0.500', '199.443', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555719', 'Plague_Bats', '9540', '105.686', '-0.500', '237.597', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17555720', 'Plague_Bats', '9540', '132.000', '-0.500', '219.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17555722', 'Plague_Bats', '9540', '148.736', '-0.500', '219.471', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17555723', 'Plague_Bats', '9540', '114.079', '-0.366', '242.807', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17555724', 'Rock_Eater', '9541', '143.056', '-0.500', '214.811', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555725', 'Rock_Eater', '9541', '151.836', '-0.500', '218.876', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17555726', 'Plague_Bats', '9540', '172.930', '-0.500', '196.654', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17555727', 'Plague_Bats', '9540', '159.128', '-0.499', '243.900', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555728', 'Rock_Eater', '9541', '151.927', '-0.500', '229.803', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555729', 'Rock_Eater', '9541', '165.039', '-0.500', '209.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555730', 'Goblin_Mugger', '9529', '211.851', '-0.500', '174.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555731', 'Goblin_Leecher', '9528', '218.613', '-0.612', '202.759', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555732', 'Goblin_Gambler', '9526', '223.592', '-0.500', '189.560', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17555733', 'Goblin_Mugger', '9529', '229.582', '-0.501', '178.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555734', 'Goblin_Leecher', '9528', '220.252', '-0.509', '148.951', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17555735', 'Goblin_Gambler', '9526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555736', 'Rock_Eater', '9541', '230.630', '-0.608', '185.269', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17555737', 'Rock_Eater', '9541', '227.869', '-0.500', '168.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555738', 'Plague_Bats', '9540', '217.177', '-0.488', '206.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555739', 'Goblin_Mugger', '9529', '220.630', '-0.497', '94.994', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17555740', 'Goblin_Leecher', '9528', '221.219', '-0.582', '118.230', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555741', 'Goblin_Gambler', '9526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555742', 'Goblin_Mugger', '9529', '213.585', '-0.500', '108.127', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17555743', 'Goblin_Leecher', '9528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555744', 'Goblin_Gambler', '9526', '213.064', '-0.494', '95.954', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17555745', 'Rock_Eater', '9541', '220.133', '-0.429', '125.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555746', 'Rock_Eater', '9541', '223.257', '-0.498', '131.648', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17555747', 'Plague_Bats', '9540', '211.029', '-0.500', '115.794', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17555748', 'Ossuary_Worm', '10793', '-131.892', '6.995', '-146.042', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17555749', 'Ossuary_Worm', '10793', '-137.540', '6.972', '-153.681', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17555751', 'Ogre_Bat', '10794', '-138.569', '6.947', '-163.948', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17555752', 'Ogre_Bat', '10794', '-107.000', '6.000', '-179.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17555753', 'Ogre_Bat', '10794', '-84.000', '7.000', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555757', 'Ogre_Bat', '10794', '-125.197', '6.999', '-139.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555750', 'Ossuary_Worm', '10793', '-74.894', '7.796', '-183.022', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17555754', 'Ossuary_Worm', '10793', '-70.797', '7.992', '-177.982', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555755', 'Ossuary_Worm', '10793', '-86.125', '7.702', '-178.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555758', 'Ogre_Bat', '10794', '-78.507', '7.906', '-175.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555759', 'Ogre_Bat', '10794', '-92.000', '7.000', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555760', 'Barrow_Scorpion', '10795', '-56.000', '8.074', '-199.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17555756', 'Ossuary_Worm', '10793', '-57.903', '6.942', '-208.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555761', 'Ossuary_Worm', '10793', '-49.000', '8.000', '-216.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17555762', 'Ossuary_Worm', '10793', '-66.650', '7.025', '-195.745', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555764', 'Ogre_Bat', '10794', '-56.094', '6.999', '-209.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555765', 'Ogre_Bat', '10794', '-65.980', '7.641', '-200.483', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555767', 'Barrow_Scorpion', '10795', '-65.000', '8.000', '-181.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555766', 'Ogre_Bat', '10794', '-67.000', '6.838', '-214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555770', 'Thousand_Eyes', '9546', '-61.639', '7.441', '-245.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555771', 'Thousand_Eyes', '9546', '-91.031', '7.998', '-258.592', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17555772', 'Thousand_Eyes', '9546', '-77.347', '7.695', '-255.917', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555773', 'Thousand_Eyes', '9546', '-95.000', '7.000', '-250.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555774', 'Thousand_Eyes', '9546', '-86.415', '7.683', '-260.237', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555775', 'Hati', '9534', '-111.602', '6.969', '-255.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555776', 'Spartoi_Warrior', '9543', '-140.987', '5.891', '-257.548', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17555777', 'Hati', '9534', '-180.262', '6.993', '-234.879', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17555778', 'Hati', '9534', '-202.000', '7.000', '-219.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17555779', 'Hati', '9534', '-178.240', '6.959', '-259.942', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17555780', 'Spartoi_Warrior', '9543', '-179.441', '6.946', '-255.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555781', 'Spartoi_Warrior', '9543', '-182.121', '6.812', '-237.643', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17555782', 'Hati', '9534', '-219.654', '6.074', '-302.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555783', 'Hati', '9534', '-181.000', '7.000', '-282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555784', 'Spartoi_Warrior', '9543', '-236.588', '6.776', '-298.363', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17555785', 'Spartoi_Warrior', '9543', '-206.000', '8.000', '-301.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555786', 'Spartoi_Warrior', '9543', '-224.845', '6.626', '-299.240', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555787', 'Spartoi_Sorcerer', '9542', '-193.950', '7.000', '-298.378', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17555788', 'Spartoi_Warrior', '9543', '-257.904', '7.789', '-228.357', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17555789', 'Spartoi_Sorcerer', '9542', '-259.000', '8.124', '-243.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17555790', 'Spartoi_Sorcerer', '9542', '-233.516', '7.689', '-222.043', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17555791', 'Spartoi_Sorcerer', '9542', '-246.384', '7.764', '-221.714', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17555792', 'Spartoi_Sorcerer', '9542', '-261.527', '8.261', '-223.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555793', 'Lemures', '9536', '-262.444', '8.005', '-231.842', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555794', 'Spartoi_Warrior', '9543', '-262.690', '8.048', '-282.070', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17555795', 'Spartoi_Sorcerer', '9542', '-263.780', '8.079', '-279.864', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17555796', 'Spartoi_Sorcerer', '9542', '-252.000', '6.000', '-294.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17555797', 'Lemures', '9536', '-255.601', '7.609', '-282.329', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555798', 'Spartoi_Warrior', '9543', '-259.000', '7.000', '-263.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17555799', 'Spartoi_Sorcerer', '9542', '-266.983', '6.008', '-253.365', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17555800', 'Lemures', '9536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555801', 'Hati', '9534', '-99.981', '7.001', '-313.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555802', 'Hati', '9534', '-100.758', '7.005', '-295.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555804', 'Spartoi_Warrior', '9543', '-122.051', '7.317', '-370.564', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17555807', 'Spartoi_Warrior', '9543', '-126.000', '7.306', '-354.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17555809', 'Spartoi_Warrior', '9543', '-119.621', '6.999', '-359.638', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555805', 'Spartoi_Sorcerer', '9542', '-110.324', '6.930', '-363.492', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17555803', 'Lemures', '9536', '-118.334', '7.024', '-366.906', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555810', 'Spartoi_Warrior', '9543', '-45.000', '6.000', '-300.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17555815', 'Spartoi_Warrior', '9543', '-12.317', '6.458', '-302.703', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555808', 'Spartoi_Sorcerer', '9542', '8.000', '7.000', '-299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555811', 'Spartoi_Sorcerer', '9542', '-17.337', '6.791', '-300.242', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555813', 'Hati', '9534', '-60.118', '7.411', '-302.356', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17555816', 'Spartoi_Warrior', '9543', '28.000', '8.000', '-339.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17555824', 'Spartoi_Warrior', '9543', '3.161', '6.591', '-341.692', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17555812', 'Spartoi_Sorcerer', '9542', '-12.000', '7.000', '-335.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555817', 'Spartoi_Sorcerer', '9542', '44.818', '6.960', '-338.885', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17555818', 'Spartoi_Sorcerer', '9542', '-20.000', '7.000', '-322.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17555819', 'Spartoi_Sorcerer', '9542', '56.000', '7.000', '-330.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17555806', 'Lemures', '9536', '64.331', '6.298', '-315.242', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17555820', 'Spartoi_Sorcerer', '9542', '28.000', '7.000', '-300.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17555814', 'Hati', '9534', '57.000', '7.000', '-325.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555825', 'Spartoi_Warrior', '9543', '54.592', '7.717', '-278.869', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17555826', 'Spartoi_Warrior', '9543', '126.000', '7.912', '-220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555871', 'Spartoi_Warrior', '9543', '43.000', '8.000', '-299.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17555822', 'Spartoi_Sorcerer', '9542', '62.291', '7.408', '-274.408', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17555827', 'Spartoi_Sorcerer', '9542', '59.653', '7.777', '-286.698', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555823', 'Hati', '9534', '49.000', '8.000', '-294.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17555829', 'Hati', '9534', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555763', 'Ossuary_Worm', '10793', '-20.000', '7.000', '-200.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555831', 'Ossuary_Worm', '10793', '6.482', '6.963', '-181.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555832', 'Ossuary_Worm', '10793', '-2.037', '7.000', '-180.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555833', 'Ossuary_Worm', '10793', '-16.915', '6.992', '-190.421', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555768', 'Ogre_Bat', '10794', '-2.773', '6.787', '-183.261', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555835', 'Ogre_Bat', '10794', '-39.367', '6.999', '-220.625', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17555769', 'Barrow_Scorpion', '10795', '-23.037', '6.997', '-208.673', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17555834', 'Ossuary_Worm', '10793', '60.715', '7.599', '-212.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555838', 'Ossuary_Worm', '10793', '60.614', '6.894', '-243.365', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17555839', 'Ossuary_Worm', '10793', '47.447', '6.988', '-251.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555840', 'Ossuary_Worm', '10793', '62.479', '5.964', '-221.913', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17555841', 'Ossuary_Worm', '10793', '49.000', '8.000', '-260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555836', 'Ogre_Bat', '10794', '52.873', '7.126', '-251.506', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17555837', 'Barrow_Scorpion', '10795', '60.000', '7.000', '-199.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555842', 'Ossuary_Worm', '10793', '14.131', '7.274', '-182.096', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17555846', 'Ossuary_Worm', '10793', '23.374', '6.608', '-184.498', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17555843', 'Ogre_Bat', '10794', '20.060', '7.049', '-177.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555847', 'Ossuary_Worm', '10793', '27.444', '-1.768', '-233.645', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17555848', 'Ossuary_Worm', '10793', '6.106', '-0.500', '-239.211', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17555849', 'Ossuary_Worm', '10793', '19.883', '-0.572', '-224.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555850', 'Ossuary_Worm', '10793', '34.838', '-0.500', '-239.036', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555866', 'Bonnet_Beetle', '10796', '12.243', '-0.555', '-224.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555867', 'Bonnet_Beetle', '10796', '23.385', '-0.567', '-249.217', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17555868', 'Bonnet_Beetle', '10796', '33.000', '0.500', '-226.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17555853', 'Cherry_Sapling', '9514', '43.824', '-0.500', '-282.762', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17555854', 'Cherry_Sapling', '9514', '36.356', '-0.500', '-276.178', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17555855', 'Cherry_Sapling', '9514', '43.242', '-0.500', '-272.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555851', 'Ossuary_Worm', '10793', '35.000', '-0.500', '-289.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17555852', 'Ossuary_Worm', '10793', '3.000', '-0.500', '-281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555858', 'Cherry_Sapling', '9514', '-2.604', '-0.500', '-274.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555859', 'Cherry_Sapling', '9514', '0.936', '-0.500', '-286.576', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555860', 'Cherry_Sapling', '9514', '-4.388', '-0.500', '-279.671', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17555856', 'Ossuary_Worm', '10793', '18.827', '-0.585', '-286.765', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17555863', 'Cemetery_Cherry', '9513', '33.000', '0.500', '-287.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555857', 'Ossuary_Worm', '10793', '-3.000', '-0.500', '-257.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555861', 'Ossuary_Worm', '10793', '10.133', '-0.500', '-260.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555864', 'Cherry_Sapling', '9514', '25.484', '-0.500', '-260.549', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555865', 'Cherry_Sapling', '9514', '45.287', '-0.385', '-259.305', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555869', 'Bonnet_Beetle', '10796', '18.215', '-0.500', '-264.181', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17555845', 'Barrow_Scorpion', '10795', '58.000', '6.000', '-238.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17555830', 'Hati', '9534', '94.741', '6.999', '-253.244', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17555873', 'Spartoi_Warrior', '9543', '84.347', '6.956', '-259.854', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17555870', 'Hati', '9534', '140.720', '6.999', '-245.491', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17555874', 'Spartoi_Warrior', '9543', '137.513', '7.144', '-292.859', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17555875', 'Spartoi_Warrior', '9543', '145.670', '7.734', '-279.373', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17555828', 'Spartoi_Sorcerer', '9542', '136.547', '7.881', '-283.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555876', 'Spartoi_Sorcerer', '9542', '143.175', '7.033', '-283.860', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555821', 'Lemures', '9536', '145.142', '7.820', '-276.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555879', 'Spartoi_Warrior', '9543', '156.000', '7.957', '-300.050', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555877', 'Spartoi_Sorcerer', '9542', '170.000', '7.257', '-300.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17555880', 'Spartoi_Sorcerer', '9542', '160.753', '8.012', '-303.339', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17555881', 'Spartoi_Sorcerer', '9542', '156.082', '7.849', '-295.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555878', 'Lemures', '9536', '164.000', '8.000', '-295.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555872', 'Hati', '9534', '200.473', '7.913', '-304.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555885', 'Spartoi_Warrior', '9543', '197.653', '7.113', '-317.833', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555882', 'Spartoi_Sorcerer', '9542', '197.000', '7.266', '-282.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17555884', 'Hati', '9534', '226.236', '7.778', '-287.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555888', 'Spartoi_Warrior', '9543', '227.908', '7.647', '-271.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17555886', 'Spartoi_Sorcerer', '9542', '231.449', '7.430', '-277.359', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17555890', 'Vrtra', '9551', '228.000', '7.134', '-311.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17555891', 'Pey', '9539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555892', 'Pey', '9539', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555893', 'Iruci', '9535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555894', 'Iruci', '9535', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555895', 'Airi', '9510', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555896', 'Airi', '9510', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555883', 'Lemures', '9536', '217.056', '7.683', '-286.875', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17555898', 'Corrupted_Yorgos', '9517', '-37.372', '7.500', '20.181', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17555899', 'Corrupted_Soffeil', '9515', '-37.477', '7.457', '22.113','180'); -INSERT INTO `mob_spawn_points` VALUES ('17555900', 'Corrupted_Ulbrig', '9516', '-37.429', '7.500', '18.147', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17555933', 'Trion', '9550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555936', 'Curilla', '9519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17555862', 'Ossuary_Worm', '10793', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17559553', 'Land_Crab', '9568', '-35.000', '3.000', '-228.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559554', 'Land_Crab', '9568', '-69.000', '3.000', '-244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559555', 'Coral_Crab', '9554', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17559556', 'Wadi_Leech', '9578', '-280.000', '4.000', '-86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559557', 'Thread_Leech', '9574', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17559558', 'Geyser_Lizard', '9556', '-363.000', '3.000', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559559', 'Rock_Lizard', '9569', '-70.052', '-0.343', '22.079', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17559560', 'Rock_Lizard', '9569', '-76.376', '-1.006', '23.138', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17559561', 'Rock_Lizard', '9569', '-57.706', '-0.553', '4.435', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17559562', 'Goblin_Thug', '9564', '-69.476', '3.228', '-88.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559563', 'Goblin_Thug', '9564', '-82.564', '3.309', '-71.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559564', 'Goblin_Weaver', '9566', '-68.894', '2.743', '-70.857', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17559565', 'Rock_Lizard', '9569', '-91.287', '2.991', '-74.035', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17559566', 'Rock_Lizard', '9569', '-71.016', '2.502', '-65.910', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17559567', 'Rock_Lizard', '9569', '-148.000', '-0.908', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559568', 'Rock_Lizard', '9569', '-135.000', '0.040', '67.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559569', 'Rock_Lizard', '9569', '-140.450', '-1.212', '45.842', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17559570', 'Goblin_Thug', '9564', '-144.859', '1.971', '90.456', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17559571', 'Goblin_Weaver', '9566', '-115.907', '2.991', '106.706', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17559572', 'Goblin_Thug', '9564', '-116.673', '2.695', '130.868', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17559573', 'Goblin_Weaver', '9566', '-127.628', '3.278', '127.378', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17559574', 'Hoarder_Hare', '9567', '-131.000', '3.000', '114.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559575', 'Hoarder_Hare', '9567', '-128.549', '4.003', '131.276', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17559576', 'Hoarder_Hare', '9567', '-109.000', '4.000', '118.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559577', 'Goblin_Thug', '9564', '-191.000', '4.000', '82.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17559578', 'Goblin_Weaver', '9566', '-347.000', '3.000', '-93.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559579', 'Goblin_Thug', '9564', '-389.000', '-0.600', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559580', 'Goblin_Weaver', '9566', '-206.000', '3.886', '86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559581', 'Hoarder_Hare', '9567', '-193.354', '4.223', '93.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559582', 'Hoarder_Hare', '9567', '-209.536', '3.524', '86.006', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17559583', 'Hoarder_Hare', '9567', '-189.000', '3.000', '79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559584', 'Teporingo', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17559585', 'Goblin_Ambusher', '9558', '-264.175', '2.767', '23.157', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559586', 'Goblin_Ambusher', '9558', '-273.220', '2.944', '-7.446', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17559587', 'Goblin_Tinkerer', '9565', '-280.000', '4.000', '32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559588', 'Goblin_Butcher', '9559', '-265.142', '3.638', '11.529', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17559589', 'Wadi_Hare', '9577', '-282.000', '4.000', '19.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17559590', 'Wadi_Hare', '9577', '-251.779', '4.286', '44.743', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17559591', 'Wadi_Hare', '9577', '-223.276', '3.596', '23.259', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17559592', 'Steam_Lizard', '9571', '-296.000', '3.000', '-81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559593', 'Goblin_Ambusher', '9558', '-253.833', '2.562', '33.486', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17559595', 'Goblin_Tinkerer', '9565', '-332.397', '3.861', '8.651', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17559596', 'Goblin_Butcher', '9559', '-310.890', '4.000', '1.750', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17559597', 'Wadi_Hare', '9577', '-331.563', '2.556', '45.812', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17559598', 'Wadi_Hare', '9577', '-290.000', '4.000', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559599', 'Wadi_Hare', '9577', '-310.947', '4.268', '16.451', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17559600', 'Steam_Lizard', '9571', '-269.000', '3.000', '-83.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559601', 'Wadi_Hare', '9577', '-323.249', '3.932', '-5.855', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17559602', 'Wadi_Hare', '9577', '-324.605', '2.908', '46.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559603', 'Rock_Lizard', '9569', '-315.000', '4.000', '35.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559604', 'Rock_Lizard', '9569', '-315.969', '3.331', '15.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559605', 'Rock_Lizard', '9569', '-219.672', '-0.050', '-34.149', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559606', 'Goblin_Thug', '9564', '-173.365', '-1.258', '-60.782', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17559607', 'Goblin_Weaver', '9566', '-181.926', '-1.334', '-11.977', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17559608', 'Goblin_Fisher', '9560', '-80.000', '4.000', '-219.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17559609', 'Goblin_Thug', '9564', '-49.791', '3.631', '-222.531', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17559610', 'Goblin_Weaver', '9566', '-41.003', '2.994', '-193.217', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17559611', 'Goblin_Fisher', '9560', '-28.016', '4.263', '-210.032', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17559612', 'Rock_Lizard', '9569', '-25.000', '3.000', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559613', 'Stone_Eater', '9573', '-59.778', '3.590', '-228.729', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559614', 'Stone_Eater', '9573', '-28.014', '3.265', '-202.174', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17559615', 'Stone_Eater', '9573', '-35.111', '3.108', '-202.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559616', 'Goblin_Thug', '9564', '-66.000', '3.872', '-233.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559617', 'Goblin_Weaver', '9566', '-35.768', '3.158', '-213.303', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17559618', 'Goblin_Fisher', '9560', '-48.540', '4.284', '-251.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559619', 'Goblin_Thug', '9564', '-51.000', '4.107', '-204.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559620', 'Goblin_Weaver', '9566', '-76.000', '4.241', '-204.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559621', 'Goblin_Fisher', '9560', '-92.024', '3.039', '-243.836', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559622', 'Rock_Lizard', '9569', '-86.255', '3.689', '-248.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559623', 'Stone_Eater', '9573', '-86.703', '3.537', '-231.260', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17559624', 'Stone_Eater', '9573', '-91.463', '2.385', '-192.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559625', 'Stone_Eater', '9573', '-63.000', '3.000', '-193.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559626', 'Rock_Lizard', '9569', '-90.095', '3.931', '-206.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559627', 'Rock_Lizard', '9569', '-65.000', '4.000', '-251.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17559628', 'Rock_Lizard', '9569', '-98.841', '2.869', '-222.689', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17559629', 'Goblin_Thug', '9564', '-144.646', '-0.927', '-219.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559630', 'Goblin_Weaver', '9566', '-209.478', '-1.024', '-219.290', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559631', 'Goblin_Fisher', '9560', '-220.000', '-1.006', '-230.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559632', 'Goblin_Thug', '9564', '-151.558', '3.024', '-108.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559633', 'Goblin_Weaver', '9566', '-169.611', '3.513', '-143.576', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17559634', 'Goblin_Fisher', '9560', '-172.085', '2.999', '-160.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559635', 'Rock_Lizard', '9569', '-169.718', '4.144', '-113.064', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17559636', 'Wadi_Crab', '9576', '-157.118', '4.119', '-146.662', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17559637', 'Wadi_Crab', '9576', '-197.655', '3.004', '-109.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559638', 'Wadi_Crab', '9576', '-202.781', '3.004', '-152.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559639', 'Goblin_Thug', '9564', '-195.335', '3.085', '-155.813', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17559640', 'Goblin_Weaver', '9566', '-166.618', '3.989', '-122.072', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17559641', 'Goblin_Fisher', '9560', '-156.209', '3.038', '-172.390', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17559642', 'Goblin_Thug', '9564', '-243.000', '3.198', '-128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559643', 'Goblin_Weaver', '9566', '-212.515', '3.344', '-125.240', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17559644', 'Goblin_Fisher', '9560', '-218.823', '3.006', '-158.359', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559645', 'Rock_Lizard', '9569', '-253.000', '3.000', '-171.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17559646', 'Wadi_Crab', '9576', '-232.126', '2.968', '-164.215', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559647', 'Wadi_Crab', '9576', '-247.893', '2.874', '-147.280', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17559648', 'Wadi_Crab', '9576', '-213.000', '3.571', '-110.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17559649', 'Rock_Lizard', '9569', '-227.734', '2.817', '-168.645', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17559650', 'Goblin_Thug', '9564', '-238.334', '4.038', '-107.629', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17559651', 'Goblin_Weaver', '9566', '-212.303', '2.938', '-161.825', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17559652', 'Goblin_Thug', '9564', '-305.000', '3.234', '-142.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17559653', 'Goblin_Weaver', '9566', '-325.448', '3.017', '-158.420', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17559654', 'Rock_Lizard', '9569', '-311.049', '2.980', '-169.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559655', 'Wadi_Crab', '9576', '-345.000', '4.000', '-171.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17559656', 'Goblin_Thug', '9564', '-309.595', '2.930', '-153.633', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559657', 'Goblin_Weaver', '9566', '-319.505', '2.999', '-161.306', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17559658', 'Goblin_Thug', '9564', '-332.129', '3.634', '-146.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559659', 'Goblin_Weaver', '9566', '-361.697', '3.500', '-152.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559660', 'Rock_Lizard', '9569', '-374.349', '3.788', '-151.361', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559661', 'Wadi_Crab', '9576', '-366.712', '3.274', '-148.171', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17559662', 'Goblin_Ambusher', '9558', '-375.000', '3.000', '-172.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17559663', 'Goblin_Ambusher', '9558', '-345.000', '3.651', '-155.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559664', 'Goblin_Tinkerer', '9565', '-351.825', '3.701', '-151.196', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17559665', 'Goblin_Butcher', '9559', '-299.046', '3.915', '-72.442', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17559666', 'Wadi_Leech', '9578', '-317.389', '3.500', '-76.478', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17559667', 'Wadi_Leech', '9578', '-338.000', '4.000', '-80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559668', 'Wadi_Leech', '9578', '-317.077', '3.977', '-66.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559669', 'Steam_Lizard', '9571', '-339.000', '3.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559670', 'Goblin_Ambusher', '9558', '-264.732', '3.445', '-68.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559671', 'Goblin_Ambusher', '9558', '-302.649', '3.894', '-89.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559672', 'Goblin_Tinkerer', '9565', '-285.000', '3.952', '-86.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17559673', 'Goblin_Butcher', '9559', '-378.000', '3.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559674', 'Wadi_Leech', '9578', '-345.000', '4.000', '-92.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17559675', 'Wadi_Leech', '9578', '-383.000', '2.000', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559676', 'Wadi_Leech', '9578', '-356.863', '2.937', '-92.540', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559677', 'Steam_Lizard', '9571', '-320.000', '3.000', '-88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559678', 'Goblin_Brigand', '10773', '-432.000', '4.000', '-6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559679', 'Goblin_Headsman', '10774', '-439.000', '4.000', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559680', 'Goblin_Healer', '10775', '-486.000', '3.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559681', 'Goblin_Brigand', '10773', '-266.000', '-1.000', '143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559682', 'Goblin_Headsman', '10774', '-226.000', '-1.000', '222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559683', 'Goblin_Healer', '10775', '-242.000', '3.000', '309.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559684', 'Witchetty_Grub', '10776', '-325.000', '3.000', '202.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559685', 'Witchetty_Grub', '10776', '-309.000', '3.000', '186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559686', 'Goblin_Brigand', '10773', '-201.000', '3.000', '556.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559687', 'Goblin_Headsman', '10774', '-344.000', '-1.000', '91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559688', 'Goblin_Healer', '10775', '-308.000', '3.000', '397.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559689', 'Couloir_Leech', '10777', '-272.000', '3.000', '328.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17559690', 'Couloir_Leech', '10777', '-488.000', '3.000', '-6.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17559691', 'Goblin_Brigand', '10773', '-133.237', '4.118', '205.484', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559692', 'Goblin_Headsman', '10774', '-114.533', '3.479', '209.173', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17559693', 'Goblin_Healer', '10775', '-121.262', '3.002', '241.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559694', 'Couloir_Leech', '10777', '-409.000', '4.000', '123.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559695', 'Couloir_Leech', '10777', '-428.000', '3.000', '118.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559696', 'Goblin_Brigand', '10773', '-127.748', '2.807', '252.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559697', 'Goblin_Headsman', '10774', '-117.000', '3.000', '287.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559698', 'Goblin_Healer', '10775', '-230.000', '3.000', '278.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559699', 'Couloir_Leech', '10777', '-401.000', '3.000', '-48.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17559700', 'Couloir_Leech', '10777', '-468.000', '3.000', '-1.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17559701', 'Goblin_Brigand', '10773', '-460.000', '3.000', '-85.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559702', 'Goblin_Brigand', '10773', '-402.000', '4.000', '2.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559703', 'Witchetty_Grub', '10776', '-462.000', '3.000', '248.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17559704', 'Witchetty_Grub', '10776', '-454.000', '3.000', '199.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559705', 'Goblin_Brigand', '10773', '-66.389', '2.981', '240.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559706', 'Goblin_Headsman', '10774', '-73.054', '3.000', '274.203', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17559707', 'Goblin_Healer', '10775', '-85.016', '3.001', '272.970', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559708', 'Prim_Pika', '10778', '-486.000', '3.000', '14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559709', 'Prim_Pika', '10778', '-447.000', '4.000', '17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559710', 'Prim_Pika', '10778', '-475.000', '4.000', '238.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559711', 'Goblin_Brigand', '10773', '-240.000', '3.000', '531.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559712', 'Goblin_Headsman', '10774', '-108.000', '3.000', '345.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559713', 'Goblin_Healer', '10775', '-460.000', '3.000', '325.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559714', 'Prim_Pika', '10778', '-120.436', '2.984', '402.132', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17559715', 'Prim_Pika', '10778', '-123.230', '2.679', '411.743', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17559716', 'Prim_Pika', '10778', '-100.657', '3.004', '386.181', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17559717', 'Goblin_Brigand', '10773', '-83.000', '3.000', '482.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559718', 'Goblin_Headsman', '10774', '-86.000', '3.514', '387.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559719', 'Goblin_Healer', '10775', '-122.580', '2.935', '376.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559720', 'Prim_Pika', '10778', '-307.000', '3.000', '395.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559721', 'Prim_Pika', '10778', '-99.666', '2.906', '408.084', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17559722', 'Prim_Pika', '10778', '-142.521', '3.593', '379.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559723', 'Goblin_Brigand', '10773', '-146.555', '3.003', '359.116', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17559724', 'Goblin_Headsman', '10774', '-159.001', '3.424', '367.912', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17559725', 'Goblin_Healer', '10775', '-196.000', '3.000', '335.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559726', 'Prim_Pika', '10778', '-443.000', '4.000', '200.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17559727', 'Prim_Pika', '10778', '-172.308', '2.872', '355.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559728', 'Prim_Pika', '10778', '-168.615', '3.000', '364.416', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17559729', 'Goblin_Headsman', '10774', '-380.000', '3.000', '397.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559730', 'Goblin_Headsman', '10774', '-434.000', '3.000', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559731', 'Goblin_Headsman', '10774', '-202.000', '3.000', '362.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17559732', 'Witchetty_Grub', '10776', '-127.000', '3.000', '192.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559733', 'Witchetty_Grub', '10776', '-433.000', '3.000', '251.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559734', 'Goblin_Healer', '10775', '-219.288', '2.982', '323.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559735', 'Goblin_Healer', '10775', '-202.393', '3.004', '348.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559736', 'Goblin_Healer', '10775', '-203.000', '3.000', '314.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559737', 'Witchetty_Grub', '10776', '-110.000', '3.000', '186.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17559738', 'Witchetty_Grub', '10776', '-106.000', '3.000', '220.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17559739', 'Natty_Gibbon', '10779', '-19.000', '-1.000', '600.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559740', 'Natty_Gibbon', '10779', '-39.000', '-1.000', '579.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559741', 'Natty_Gibbon', '10779', '-282.000', '4.000', '393.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559742', 'Natty_Gibbon', '10779', '-173.000', '4.000', '523.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17559743', 'Trimmer', '10780', '-185.000', '3.000', '544.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559744', 'Trimmer', '10780', '-322.000', '4.000', '427.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559745', 'Trimmer', '10780', '-290.000', '4.000', '444.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559746', 'Trimmer', '10780', '-246.000', '4.000', '551.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559747', 'Witchetty_Grub', '10776', '-313.000', '3.000', '208.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17559748', 'Witchetty_Grub', '10776', '-346.000', '3.000', '230.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17559749', 'Witchetty_Grub', '10776', '-478.000', '3.000', '11.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17559750', 'Witchetty_Grub', '10776', '-424.000', '3.000', '-6.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17559751', 'Witchetty_Grub', '10776', '-83.000', '3.000', '259.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559752', 'Witchetty_Grub', '10776', '-92.000', '3.000', '234.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17559753', 'Natty_Gibbon', '10779', '-197.000', '3.000', '522.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559754', 'Natty_Gibbon', '10779', '-210.000', '3.000', '555.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17559755', 'Natty_Gibbon', '10779', '-85.000', '3.000', '526.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17559756', 'Trimmer', '10780', '-256.000', '3.000', '297.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559757', 'Trimmer', '10780', '-249.000', '4.000', '325.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559758', 'Trimmer', '10780', '-256.000', '3.000', '423.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559759', 'Natty_Gibbon', '10779', '-237.000', '4.000', '521.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559760', 'Natty_Gibbon', '10779', '-59.000', '-1.000', '554.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17559761', 'Natty_Gibbon', '10779', '-73.000', '4.000', '519.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559762', 'Trimmer', '10780', '-85.000', '4.000', '510.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559763', 'Trimmer', '10780', '-76.000', '4.000', '489.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559764', 'Trimmer', '10780', '-86.000', '4.000', '407.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559765', 'Natty_Gibbon', '10779', '-79.000', '4.000', '501.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559766', 'Natty_Gibbon', '10779', '-73.000', '4.000', '470.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559767', 'Natty_Gibbon', '10779', '-86.000', '3.000', '472.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559768', 'Trimmer', '10780', '-175.000', '3.000', '345.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559769', 'Trimmer', '10780', '-322.000', '4.000', '389.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559770', 'Trimmer', '10780', '-210.000', '4.000', '564.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559771', 'Natty_Gibbon', '10779', '-278.000', '3.000', '413.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559772', 'Natty_Gibbon', '10779', '-219.000', '-1.000', '398.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17559773', 'Natty_Gibbon', '10779', '-142.000', '-2.000', '462.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559774', 'Fume_Lizard', '10781', '-60.000', '-0.880', '574.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17559775', 'Fume_Lizard', '10781', '-151.000', '3.000', '515.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17559776', 'Fume_Lizard', '10781', '-204.000', '3.000', '521.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559777', 'Natty_Gibbon', '10779', '-139.000', '-1.000', '558.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17559778', 'Natty_Gibbon', '10779', '-139.000', '-1.000', '441.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17559779', 'Natty_Gibbon', '10779', '-180.000', '-1.000', '412.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17559780', 'Fume_Lizard', '10781', '-217.236', '3.222', '572.496', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559781', 'Fume_Lizard', '10781', '-198.687', '3.500', '543.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559782', 'Fume_Lizard', '10781', '-191.000', '3.000', '563.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559783', 'Natty_Gibbon', '10779', '-277.000', '3.000', '435.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17559784', 'Natty_Gibbon', '10779', '-315.000', '4.000', '437.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17559785', 'Natty_Gibbon', '10779', '-309.000', '4.000', '410.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559786', 'Fume_Lizard', '10781', '-229.000', '4.000', '514.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17559787', 'Fume_Lizard', '10781', '-244.312', '2.973', '515.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559788', 'Fume_Lizard', '10781', '-218.675', '2.973', '524.223', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559789', 'Fume_Lizard', '10781', '-252.665', '4.351', '527.816', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17559790', 'Fume_Lizard', '10781', '-236.000', '4.000', '559.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17559791', 'Fume_Lizard', '10781', '-253.000', '3.000', '510.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559792', 'Fume_Lizard', '10781', '-160.000', '4.000', '523.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559793', 'Fume_Lizard', '10781', '-210.319', '2.993', '507.866', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17559794', 'Goblin_Conjurer', '10782', '-76.000', '3.000', '242.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559795', 'Goblin_Conjurer', '10782', '-420.000', '4.000', '353.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559796', 'Prim_Pika', '10778', '-178.332', '2.686', '535.476', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559797', 'Prim_Pika', '10778', '-404.000', '3.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559798', 'Prim_Pika', '10778', '-481.000', '4.000', '203.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559799', 'Goblin_Conjurer', '10782', '-101.000', '3.000', '250.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559800', 'Goblin_Conjurer', '10782', '-180.000', '-1.000', '279.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559801', 'Prim_Pika', '10778', '-247.714', '2.994', '440.037', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17559802', 'Prim_Pika', '10778', '-391.000', '3.000', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559803', 'Prim_Pika', '10778', '-263.421', '2.999', '437.599', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17559804', 'Goblin_Conjurer', '10782', '-336.000', '-1.000', '147.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559805', 'Goblin_Conjurer', '10782', '-231.000', '4.000', '447.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17559806', 'Witchetty_Grub', '10776', '-391.000', '3.000', '51.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17559807', 'Witchetty_Grub', '10776', '-309.000', '3.000', '222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559808', 'Witchetty_Grub', '10776', '-320.000', '3.000', '219.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17559809', 'Goblin_Bladesmith', '10783', '-332.031', '3.085', '385.725', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17559810', 'Goblin_Bladesmith', '10783', '-242.000', '4.000', '429.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559811', 'Witchetty_Grub', '10776', '-440.000', '3.000', '189.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559812', 'Witchetty_Grub', '10776', '-429.000', '3.000', '214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559813', 'Witchetty_Grub', '10776', '-480.000', '3.000', '213.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17559814', 'Goblin_Bladesmith', '10783', '-267.636', '2.956', '405.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559815', 'Goblin_Bladesmith', '10783', '-321.716', '3.000', '411.778', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559816', 'Prim_Pika', '10778', '-292.346', '2.999', '435.594', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17559817', 'Prim_Pika', '10778', '-313.659', '3.000', '449.162', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17559818', 'Prim_Pika', '10778', '-294.000', '4.000', '417.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17559819', 'Prim_Pika', '10778', '-316.000', '3.000', '418.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17559820', 'Prim_Pika', '10778', '-327.000', '3.000', '452.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17559821', 'Prim_Pika', '10778', '-277.000', '3.000', '443.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559822', 'Prim_Pika', '10778', '-435.000', '3.000', '243.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559823', 'Prim_Pika', '10778', '-329.396', '3.527', '428.075', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17559824', 'Goblin_Bushwhacker', '10784', '-400.000', '4.000', '379.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17559825', 'Goblin_Bushwhacker', '10784', '-460.000', '4.000', '-123.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559826', 'Goblin_Bushwhacker', '10784', '-444.000', '3.000', '339.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17559827', 'Witchetty_Grub', '10776', '-80.000', '3.000', '281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559828', 'Witchetty_Grub', '10776', '-399.000', '3.000', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559829', 'Witchetty_Grub', '10776', '-403.000', '3.000', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559830', 'Witchetty_Grub', '10776', '-311.000', '3.000', '238.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559831', 'Goblin_Bushwhacker', '10784', '-360.000', '-1.000', '180.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17559832', 'Couloir_Leech', '10777', '-385.000', '3.000', '107.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559833', 'Couloir_Leech', '10777', '-405.000', '3.000', '108.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559834', 'Couloir_Leech', '10777', '-388.000', '3.000', '133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559835', 'Couloir_Leech', '10777', '-413.000', '3.000', '44.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17559836', 'Couloir_Leech', '10777', '-437.000', '3.000', '48.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17559837', 'Couloir_Leech', '10777', '-452.000', '3.000', '234.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559838', 'Couloir_Leech', '10777', '-488.000', '3.000', '43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559839', 'Witchetty_Grub', '10776', '-402.000', '3.000', '16.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17559840', 'Witchetty_Grub', '10776', '-414.000', '3.000', '-50.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17559841', 'Goblin_Conjurer', '10782', '-485.586', '2.945', '246.359', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17559842', 'Goblin_Bladesmith', '10783', '-455.843', '3.284', '208.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559843', 'Goblin_Bushwhacker', '10784', '-123.000', '3.000', '266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559844', 'Couloir_Leech', '10777', '-433.000', '3.000', '110.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17559845', 'Couloir_Leech', '10777', '-449.000', '3.000', '122.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17559846', 'Goblin_Conjurer', '10782', '-228.000', '-1.000', '169.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17559847', 'Goblin_Bladesmith', '10783', '-483.696', '4.124', '189.013', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17559848', 'Goblin_Bushwhacker', '10784', '-432.509', '3.882', '201.789', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17559849', 'Couloir_Leech', '10777', '-334.000', '3.000', '213.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17559850', 'Couloir_Leech', '10777', '-362.000', '3.000', '227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559851', 'Couloir_Leech', '10777', '-354.000', '3.000', '252.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559852', 'Goblin_Conjurer', '10782', '-265.000', '3.000', '308.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17559853', 'Goblin_Bladesmith', '10783', '-341.000', '-1.000', '292.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559854', 'Goblin_Bushwhacker', '10784', '-78.000', '3.000', '524.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17559855', 'Couloir_Leech', '10777', '-485.000', '3.000', '225.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559856', 'Couloir_Leech', '10777', '-216.000', '3.000', '304.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17559857', 'Couloir_Leech', '10777', '-225.000', '3.000', '335.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559858', 'Goblin_Bladesmith', '10783', '-266.000', '-1.000', '181.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17559859', 'Goblin_Bushwhacker', '10784', '-233.000', '3.000', '295.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559860', 'Couloir_Leech', '10777', '-467.000', '3.000', '197.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559861', 'Couloir_Leech', '10777', '-437.000', '3.000', '216.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559862', 'Couloir_Leech', '10777', '-327.000', '3.000', '239.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559863', 'Witchetty_Grub', '10776', '-371.000', '3.000', '233.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559864', 'Witchetty_Grub', '10776', '-349.000', '3.000', '225.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17559865', 'Witchetty_Grub', '10776', '-453.000', '3.000', '42.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17559866', 'Witchetty_Grub', '10776', '-478.000', '3.000', '40.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17559867', 'Witchetty_Grub', '10776', '-353.000', '3.000', '238.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17559868', 'Witchetty_Grub', '10776', '-317.000', '3.000', '248.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17559869', 'Chocoboleech', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17559870', 'Fire_Elemental', '9555', '-327.998', '3.498', '251.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17486171', 'Thoon', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17457204', 'Gloom Eye', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563649', 'Battue_Bats', '9584', '463.290', '-8.046', '138.674', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17563650', 'Battue_Bats', '9584', '462.224', '-8.026', '133.832', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17563651', 'Battue_Bats', '9584', '384.000', '-0.005', '144.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17563652', 'Battue_Bats', '9584', '379.196', '-0.006', '139.133', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17563653', 'Goblin_Thug', '9597', '385.718', '-0.014', '98.594', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17563654', 'Goblin_Thug', '9597', '387.911', '-0.002', '25.103', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17563655', 'Goblin_Thug', '9597', '414.121', '0.700', '40.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563656', 'Goblin_Thug', '9597', '419.943', '0.600', '77.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563657', 'Goblin_Thug', '9597', '415.123', '-0.035', '87.088', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17563658', 'Battue_Bats', '9584', '411.750', '-0.016', '37.727', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563659', 'Battue_Bats', '9584', '404.042', '0.500', '41.396', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17563660', 'Goblin_Thug', '9597', '340.104', '-0.005', '49.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563661', 'Goblin_Thug', '9597', '355.384', '0.600', '55.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563662', 'Goblin_Thug', '9597', '343.866', '0.500', '55.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563663', 'Goblin_Thug', '9597', '350.168', '0.500', '86.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563664', 'Battue_Bats', '9584', '339.828', '0.500', '30.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563665', 'Battue_Bats', '9584', '390.465', '0.500', '-20.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563666', 'Blade_Bat', '9587', '349.845', '-0.058', '-20.503', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563667', 'Blade_Bat', '9587', '417.322', '-0.001', '-22.468', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563668', 'Goblin_Thug', '9597', '421.952', '-0.028', '-26.985', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17563669', 'Goblin_Weaver', '9599', '425.932', '-0.005', '-18.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563670', 'Magicked_Bones', '9601', '0.000', '0.000', '0.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17563671', 'Magicked_Bones', '9601', '0.000', '0.000', '0.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17563672', 'Goblin_Weaver', '9599', '452.927', '-0.500', '21.676', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17563673', 'Goblin_Thug', '9597', '456.238', '-0.523', '12.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563674', 'Goblin_Weaver', '9599', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563675', 'Goblin_Thug', '9597', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563676', 'Goblin_Weaver', '9599', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563677', 'Goblin_Thug', '9597', '0.000', '0.000', '0.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17563678', 'Goblin_Weaver', '9599', '453.000', '-1.000', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563679', 'Goblin_Thug', '9597', '452.000', '-1.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563680', 'Troika_Bats', '10797', '276.733', '-0.240', '138.466', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563681', 'Troika_Bats', '10797', '253.000', '-0.866', '94.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17563682', 'Deathwatch_Beetle', '10798', '37.000', '-1.000', '83.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17563683', 'Deathwatch_Beetle', '10798', '140.000', '-1.000', '-44.000', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17563684', 'Goblin_Flesher', '10799', '248.000', '-1.000', '82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563685', 'Goblin_Metallurgist', '10800', '242.000', '-1.000', '-38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563686', 'Goblin_Lurcher', '10801', '284.000', '-1.000', '-37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563687', 'Goblin_Lurcher', '10801', '263.009', '-0.258', '-36.001', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563688', 'Skinnymalinks', '10802', '211.000', '-1.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563689', 'Skinnymalinks', '10802', '186.000', '-1.000', '58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563690', 'Skinnymajinx', '10803', '198.000', '-1.000', '57.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17563691', 'Troika_Bats', '10797', '235.324', '-0.512', '-48.677', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17563692', 'Troika_Bats', '10797', '254.726', '-0.103', '-25.738', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563693', 'Troika_Bats', '10797', '268.817', '-0.629', '-37.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563694', 'Troika_Bats', '10797', '276.195', '-0.556', '-49.834', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17563695', 'Deathwatch_Beetle', '10798', '37.000', '-1.000', '74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563696', 'Deathwatch_Beetle', '10798', '71.000', '-1.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563697', 'Deathwatch_Beetle', '10798', '198.000', '-1.000', '20.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17563698', 'Troika_Bats', '10797', '259.000', '-0.456', '15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563699', 'Troika_Bats', '10797', '239.656', '-0.466', '19.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563700', 'Troika_Bats', '10797', '223.975', '-0.464', '18.162', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17563701', 'Troika_Bats', '10797', '227.192', '-0.378', '25.616', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17563702', 'Troika_Bats', '10797', '179.553', '-0.355', '-7.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563703', 'Troika_Bats', '10797', '179.961', '-0.500', '23.909', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17563704', 'Deathwatch_Beetle', '10798', '156.000', '-0.366', '-20.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17563705', 'Deathwatch_Beetle', '10798', '180.000', '-0.375', '2.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17563706', 'Deathwatch_Beetle', '10798', '89.000', '0.794', '11.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17563707', 'Deathwatch_Beetle', '10798', '118.000', '0.500', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563708', 'Covin_Bat', '10804', '103.593', '-0.640', '-8.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563709', 'Goblin_Metallurgist', '10800', '241.000', '-1.000', '72.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17563710', 'Goblin_Trailblazer', '10805', '231.000', '-1.000', '71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563711', 'Goblin_Lurcher', '10801', '236.000', '-1.000', '83.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17563712', 'Skinnymalinks', '10802', '108.658', '0.500', '60.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563713', 'Skinnymalinks', '10802', '74.000', '-1.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563714', 'Skinnymajinx', '10803', '171.000', '-1.000', '58.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17563715', 'Skinnymajinx', '10803', '95.000', '-1.000', '59.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17563716', 'Deathwatch_Beetle', '10798', '48.305', '-0.609', '76.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563717', 'Deathwatch_Beetle', '10798', '0.100', '0.721', '23.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17563718', 'Deathwatch_Beetle', '10798', '3.811', '0.244', '16.316', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17563719', 'Covin_Bat', '10804', '20.264', '-0.360', '40.554', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17563720', 'Covin_Bat', '10804', '22.673', '-0.522', '57.999', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563721', 'Covin_Bat', '10804', '-98.000', '7.000', '-142.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17563722', 'Covin_Bat', '10804', '82.693', '7.224', '-57.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563723', 'Covin_Bat', '10804', '133.181', '-0.289', '-58.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563724', 'Deathwatch_Beetle', '10798', '72.143', '7.423', '-60.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563725', 'Deathwatch_Beetle', '10798', '59.000', '7.129', '-83.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17563726', 'Deathwatch_Beetle', '10798', '102.643', '1.566', '-58.681', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17563727', 'Goblin_Metallurgist', '10800', '7.981', '7.995', '-128.597', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17563728', 'Goblin_Trailblazer', '10805', '13.000', '7.000', '-113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563729', 'Goblin_Flesher', '10799', '22.555', '8.310', '-122.473', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17563730', 'Goblin_Lurcher', '10801', '27.323', '7.435', '-133.300', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17563731', 'Goblin_Lurcher', '10801', '43.000', '8.000', '-115.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17563732', 'Covin_Bat', '10804', '-10.740', '7.495', '-122.897', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17563733', 'Covin_Bat', '10804', '-2.145', '7.434', '-120.633', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17563734', 'Covin_Bat', '10804', '43.211', '7.496', '-123.225', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17563735', 'Covin_Bat', '10804', '60.000', '-1.000', '37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563736', 'Deathwatch_Beetle', '10798', '-28.000', '7.687', '-138.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17563737', 'Deathwatch_Beetle', '10798', '-66.000', '8.000', '-178.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17563738', 'Deathwatch_Beetle', '10798', '-58.439', '7.593', '-149.664', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17563739', 'Goblin_Metallurgist', '10800', '-99.000', '7.000', '-189.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17563740', 'Goblin_Trailblazer', '10805', '-99.090', '8.000', '-168.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563741', 'Goblin_Flesher', '10799', '-99.228', '8.000', '-154.211', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17563742', 'Goblin_Lurcher', '10801', '-98.516', '7.991', '-122.994', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17563743', 'Goblin_Lurcher', '10801', '-97.000', '7.000', '-97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563744', 'Goblin_Lurcher', '10801', '-96.247', '7.998', '-134.372', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563745', 'Covin_Bat', '10804', '-95.748', '7.963', '-109.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563746', 'Covin_Bat', '10804', '-99.361', '7.999', '-178.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563747', 'Blob', '9588', '-63.000', '8.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563748', 'Blob', '9588', '-52.372', '7.413', '-58.898', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17563749', 'Maltha', '9602', '-57.347', '7.631', '-66.473', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17563750', 'Balloon', '9582', '306.000', '-1.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563751', 'Balloon', '9582', '306.000', '-1.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563752', 'Goblin_Mugger', '9596', '-216.181', '0.500', '-113.593', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17563753', 'Goblin_Leecher', '9595', '-218.062', '0.500', '-105.190', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17563754', 'Goblin_Gambler', '9594', '-207.757', '0.500', '-108.930', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17563755', 'Battle_Bat', '9583', '-208.926', '-0.036', '-104.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563756', 'Battle_Bat', '9583', '-196.341', '0.500', '-111.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563757', 'Goblin_Mugger', '9596', '-247.585', '0.500', '-175.485', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17563758', 'Goblin_Leecher', '9595', '-238.315', '-0.002', '-179.249', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17563759', 'Goblin_Gambler', '9594', '-206.993', '0.500', '-161.623', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563760', 'Battle_Bat', '9583', '-240.856', '0.500', '-161.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563761', 'Battle_Bat', '9583', '-215.154', '0.500', '-163.698', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563762', 'Goblin_Mugger', '9596', '-251.392', '0.500', '-125.838', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17563763', 'Goblin_Leecher', '9595', '-256.124', '-0.006', '-137.711', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17563764', 'Goblin_Gambler', '9594', '-253.468', '0.500', '-164.364', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17563765', 'Goblin_Mugger', '9596', '-255.395', '0.500', '-143.332', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563766', 'Goblin_Leecher', '9595', '-255.302', '-0.005', '-123.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563767', 'Goblin_Gambler', '9594', '-220.000', '-0.061', '-173.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17563768', 'Battle_Bat', '9583', '-259.965', '0.500', '-158.435', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17563769', 'Battle_Bat', '9583', '-255.843', '0.500', '-137.781', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17563770', 'Goblin_Mugger', '9596', '-241.000', '0.500', '-112.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17563771', 'Goblin_Leecher', '9595', '-185.000', '0.500', '-125.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563772', 'Goblin_Gambler', '9594', '-195.000', '0.500', '-120.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17563773', 'Goblin_Mugger', '9596', '-231.000', '0.500', '-123.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17563774', 'Goblin_Leecher', '9595', '-211.861', '0.500', '-145.508', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563775', 'Goblin_Gambler', '9594', '-206.146', '-0.055', '-138.555', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17563776', 'Goblin_Mugger', '9596', '-230.000', '0.500', '-162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563777', 'Goblin_Leecher', '9595', '-185.000', '0.500', '-161.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563778', 'Goblin_Gambler', '9594', '-227.319', '0.500', '-144.897', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563779', 'Goblin_Mugger', '9596', '-229.000', '0.500', '-126.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563780', 'Goblin_Leecher', '9595', '-232.183', '0.500', '-133.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563781', 'Goblin_Gambler', '9594', '-239.268', '0.401', '-143.190', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563782', 'Goblin_Mugger', '9596', '-258.280', '-0.035', '-217.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563783', 'Goblin_Leecher', '9595', '-266.376', '-0.002', '-221.677', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563784', 'Goblin_Gambler', '9594', '-267.058', '0.500', '-212.180', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17563785', 'Slendlix_Spindlethumb', '9605', '-238.000', '-0.500', '-167.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563786', 'Battle_Bat', '9583', '-221.806', '0.500', '-218.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563787', 'Battle_Bat', '9583', '-212.606', '0.500', '-218.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563788', 'Battle_Bat', '9583', '-200.221', '-0.012', '-218.714', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563789', 'Will-o-the-Wisp', '9609', '-300.000', '0.500', '-138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563790', 'Boggart', '9589', '-302.031', '-0.054', '-96.892', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17563791', 'Boggart', '9589', '-298.351', '-0.049', '-102.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563792', 'Will-o-the-Wisp', '9609', '-299.000', '0.500', '-71.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17563793', 'Boggart', '9589', '-291.075', '0.498', '-23.821', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563794', 'Boggart', '9589', '-278.463', '0.490', '-21.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563795', 'Boggart', '9589', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563796', 'Boggart', '9589', '-265.499', '0.499', '-37.448', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563797', 'Boggart', '9589', '-252.663', '0.482', '-28.931', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17563798', 'Boggart', '9589', '-236.855', '0.476', '-51.263', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563799', 'Boggart', '9589', '-237.426', '0.500', '-23.412', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17563800', 'Boggart', '9589', '-230.732', '-0.025', '-52.324', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563802', 'Will-o-the-Wisp', '9609', '-179.000', '-12.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563803', 'Battue_Bats', '9584', '-223.916', '-10.015', '14.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563804', 'Battue_Bats', '9584', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563805', 'Will-o-the-Wisp', '9609', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563806', 'Will-o-the-Wisp', '9609', '-298.000', '0.333', '180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563807', 'Boggart', '9589', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563808', 'Boggart', '9589', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563809', 'Wendigo', '9607', '-298.171', '0.031', '94.190', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17563810', 'Wendigo', '9607', '-254.494', '0.002', '118.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563811', 'Wendigo', '9607', '-269.475', '-0.005', '120.396', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17563812', 'Battle_Bat', '9583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563813', 'Battle_Bat', '9583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563814', 'Wendigo', '9607', '-297.305', '0.075', '124.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563815', 'Wendigo', '9607', '-280.044', '0.011', '133.051', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17563816', 'Wendigo', '9607', '-280.269', '0.500', '126.430', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563817', 'Battle_Bat', '9583', '-279.389', '0.500', '109.567', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17563818', 'Battle_Bat', '9583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563819', 'Wendigo', '9607', '-226.319', '0.037', '99.368', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563820', 'Wendigo', '9607', '-228.410', '0.500', '140.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563821', 'Wendigo', '9607', '-266.842', '0.500', '176.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563822', 'Battle_Bat', '9583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563823', 'Battle_Bat', '9583', '-283.843', '0.001', '127.683', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17563824', 'Wendigo', '9607', '-302.315', '-0.002', '177.821', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17563825', 'Wendigo', '9607', '-255.000', '-1.000', '143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563826', 'Wendigo', '9607', '-290.000', '-1.000', '144.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563827', 'Battle_Bat', '9583', '-263.944', '0.002', '120.664', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17563828', 'Battle_Bat', '9583', '-255.791', '-0.002', '137.732', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563829', 'Wendigo', '9607', '-278.000', '-1.000', '98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563830', 'Wendigo', '9607', '-259.000', '-1.000', '97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563831', 'Wendigo', '9607', '-301.000', '-1.000', '104.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563832', 'Wendigo', '9607', '-327.000', '-1.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563833', 'Wendigo', '9607', '-302.000', '-1.000', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563834', 'Wendigo', '9607', '-325.000', '-1.000', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563835', 'Wendigo', '9607', '-288.000', '-1.000', '116.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563836', 'Wendigo', '9607', '-258.000', '-1.000', '174.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563837', 'Wendigo', '9607', '-269.000', '-1.000', '142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17563854', 'Ajido-Marujido', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563858', 'Red_Circle', '9603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563859', 'White_Circle', '9590', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563860', 'Black_Circle', '9591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563861', 'Center_Circle', '9579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563863', 'DIRECTOR', '9580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563867', 'Ancient_Magical_Gizmo', '9600', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563891', 'Magic_Gate_of_Horutoto', '9606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17563893', 'Gate_of_Darkness', '9604', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567745', 'Stag_Crab', '9645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567746', 'Stag_Crab', '9645', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567747', 'Thread_Leech', '9650', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567748', 'Poison_Leech', '9638', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567749', 'Rancid_Ooze', '9640', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567750', 'Stink_Bats', '9647', '-115.000', '-0.511', '599.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567751', 'Stink_Bats', '9647', '-104.945', '0.329', '602.430', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17567752', 'Stink_Bats', '9647', '-93.354', '0.030', '607.544', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17567753', 'Stink_Bats', '9647', '-125.000', '-0.634', '593.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17567754', 'Snipper', '9644', '-79.310', '1.492', '602.613', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567755', 'Snipper', '9644', '-81.488', '1.499', '610.818', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567756', 'Stink_Bats', '9647', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567757', 'Stink_Bats', '9647', '4.000', '0.000', '580.520', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17567758', 'Stink_Bats', '9647', '-13.336', '0.000', '579.564', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17567759', 'Blood_Bunny', '9613', '6.311', '0.000', '580.042', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17567760', 'Blood_Bunny', '9613', '-11.677', '0.000', '579.401', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17567761', 'Stink_Bats', '9647', '23.519', '3.469', '543.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567762', 'Stink_Bats', '9647', '55.763', '9.492', '537.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567763', 'Blood_Bunny', '9613', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567764', 'Blood_Bunny', '9613', '58.085', '11.833', '520.742', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17567765', 'Goblin_Tinkerer', '9630', '0.000', '0.000', '0.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17567766', 'Goblin_Butcher', '9621', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567767', 'Goblin_Ambusher', '9620', '0.000', '0.000', '0.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17567768', 'Goblin_Tinkerer', '9630', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567769', 'Goblin_Butcher', '9621', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567770', 'Goblin_Ambusher', '9620', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567771', 'Goblin_Tinkerer', '9630', '0.000', '0.000', '0.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17567772', 'Goblin_Butcher', '9621', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567773', 'Blood_Bunny', '9613', '27.230', '11.097', '478.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567774', 'Blood_Bunny', '9613', '34.273', '11.995', '480.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567775', 'Goblin_Ambusher', '9620', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567776', 'Stink_Bats', '9647', '55.000', '12.000', '462.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567777', 'Stink_Bats', '9647', '59.686', '15.112', '411.961', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17567778', 'Blood_Bunny', '9613', '59.727', '12.874', '429.659', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17567779', 'Stink_Bats', '9647', '80.289', '20.017', '381.840', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17567780', 'Blood_Bunny', '9613', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567781', 'Stink_Bats', '9647', '59.000', '16.000', '391.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567782', 'Stink_Bats', '9647', '101.384', '20.000', '364.239', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17567783', 'Blood_Bunny', '9613', '101.805', '20.000', '363.770', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17567784', 'Blood_Bunny', '9613', '100.197', '20.304', '355.646', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17567785', 'Stink_Bats', '9647', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567786', 'Blood_Bunny', '9613', '100.000', '24.000', '312.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567787', 'Stink_Bats', '9647', '52.799', '30.935', '302.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567788', 'Stink_Bats', '9647', '33.000', '31.309', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567789', 'Hognosed_Bat', '9632', '-39.900', '31.755', '279.961', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17567790', 'Hognosed_Bat', '9632', '-3.800', '31.908', '272.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567791', 'Hognosed_Bat', '9632', '-47.896', '31.845', '284.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567792', 'Stalking_Sapling', '9646', '-18.024', '32.552', '280.706', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17567793', 'Stalking_Sapling', '9646', '-22.366', '32.251', '273.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567794', 'Stalking_Sapling', '9646', '11.226', '31.464', '282.813', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567795', 'Stalking_Sapling', '9646', '-22.389', '31.010', '293.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567796', 'Fly_Agaric', '9616', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567797', 'Fly_Agaric', '9616', '-6.000', '32.400', '282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567798', 'Fly_Agaric', '9616', '-45.116', '31.999', '281.057', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17567799', 'Fly_Agaric', '9616', '-51.365', '31.677', '276.296', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17567800', 'Fly_Agaric', '9616', '-6.000', '32.461', '282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567802', 'Stink_Bats', '9647', '-70.410', '31.976', '259.536', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567803', 'Stink_Bats', '9647', '-101.000', '31.999', '257.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567804', 'Hognosed_Bat', '9632', '-81.659', '31.999', '258.819', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567805', 'Goblin_Mugger', '9625', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567806', 'Goblin_Leecher', '9624', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567807', 'Goblin_Gambler', '9623', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567808', 'Goblin_Mugger', '9625', '0.000', '0.000', '0.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17567809', 'Goblin_Leecher', '9624', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567810', 'Goblin_Gambler', '9623', '0.000', '0.000', '0.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17567811', 'Stink_Bats', '9647', '-154.000', '31.066', '241.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17567812', 'Stink_Bats', '9647', '-131.223', '31.829', '229.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567813', 'Hognosed_Bat', '9632', '-141.381', '31.870', '227.623', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17567814', 'Stalking_Sapling', '9646', '-159.566', '31.552', '252.608', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17567815', 'Stalking_Sapling', '9646', '-148.964', '31.734', '247.280', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567816', 'Stalking_Sapling', '9646', '-139.227', '32.567', '236.084', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567817', 'Stalking_Sapling', '9646', '-143.823', '31.933', '249.053', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17567818', 'Goblin_Mugger', '9625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567819', 'Goblin_Leecher', '9624', '0.000', '0.000', '0.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17567820', 'Goblin_Gambler', '9623', '0.000', '0.000', '0.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17567821', 'Goblin_Mugger', '9625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567822', 'Goblin_Leecher', '9624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567823', 'Goblin_Gambler', '9623', '0.000', '0.000', '0.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17567824', 'Stink_Bats', '9647', '-162.021', '32.031', '189.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567825', 'Stink_Bats', '9647', '-161.186', '31.533', '202.394', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17567826', 'Hognosed_Bat', '9632', '-172.239', '31.678', '198.497', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17567827', 'Stalking_Sapling', '9646', '-152.119', '31.994', '198.045', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567828', 'Stalking_Sapling', '9646', '-152.921', '31.957', '188.976', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17567829', 'Stalking_Sapling', '9646', '-151.732', '31.810', '162.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567830', 'Stalking_Sapling', '9646', '-151.668', '31.681', '203.728', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567831', 'Goblin_Mugger', '9625', '0.000', '0.000', '0.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17567832', 'Hognosed_Bat', '9632', '-202.237', '32.000', '98.761', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17567833', 'Hognosed_Bat', '9632', '-183.523', '31.880', '102.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567834', 'Hognosed_Bat', '9632', '-179.669', '31.971', '122.725', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17567835', 'Buds_Bunny', '10809', '-203.621', '32.376', '43.877', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567836', 'Buds_Bunny', '10809', '-199.039', '31.767', '31.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567837', 'Buds_Bunny', '10809', '-163.884', '32.572', '20.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567838', 'Buds_Bunny', '10809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567839', 'Buds_Bunny', '10809', '-198.181', '32.408', '18.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567840', 'Buds_Bunny', '10809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567841', 'Buds_Bunny', '10809', '-159.096', '32.447', '17.420', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567842', 'Buds_Bunny', '10809', '-178.400', '32.348', '4.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567843', 'Buds_Bunny', '10809', '-173.914', '31.658', '17.879', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17567844', 'Buds_Bunny', '10809', '-193.632', '31.517', '1.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567845', 'Buds_Bunny', '10809', '-169.504', '32.007', '4.123', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17567846', 'Buds_Bunny', '10809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567847', 'Buds_Bunny', '10809', '-148.852', '31.574', '18.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567848', 'Buds_Bunny', '10809', '-149.726', '31.902', '41.014', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17567849', 'Buds_Bunny', '10809', '-109.002', '31.794', '38.186', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17567850', 'Buds_Bunny', '10809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567851', 'Bilis_Leech', '10810', '-148.297', '31.784', '48.155', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17567852', 'Bilis_Leech', '10810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567853', 'Bilis_Leech', '10810', '-137.851', '32.063', '46.760', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17567854', 'Bilis_Leech', '10810', '-111.551', '31.924', '16.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567855', 'Bilis_Leech', '10810', '-125.259', '31.592', '-2.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567856', 'Bilis_Leech', '10810', '-122.308', '32.010', '12.216', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17567857', 'Bilis_Leech', '10810', '-139.003', '31.699', '30.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567858', 'Bilis_Leech', '10810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567859', 'Bilis_Leech', '10810', '-145.056', '28.350', '-79.655', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17567860', 'Bilis_Leech', '10810', '-160.248', '27.851', '-32.999', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17567861', 'Bilis_Leech', '10810', '-135.000', '27.906', '-75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567862', 'Bilis_Leech', '10810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567863', 'Bilis_Leech', '10810', '-159.556', '27.824', '-87.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567864', 'Bilis_Leech', '10810', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567865', 'Bilis_Leech', '10810', '-106.850', '27.555', '-33.724', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17567866', 'Stink_Bats', '9647', '-121.348', '27.809', '-91.720', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17567867', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17567868', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567869', 'Dung_Beetle', '9615', '0.000', '0.000', '0.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17567870', 'Dung_Beetle', '9615', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567871', 'Dung_Beetle', '9615', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567873', 'Vorpal_Bunny', '9652', '-217.508', '27.699', '-101.191', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17567874', 'Dung_Beetle', '9615', '-220.709', '28.000', '-119.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567875', 'Dung_Beetle', '9615', '-220.201', '27.954', '-97.725', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567876', 'Dung_Beetle', '9615', '-208.797', '28.000', '-135.348', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17567877', 'Vorpal_Bunny', '9652', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567878', 'Vorpal_Bunny', '9652', '-117.192', '31.999', '180.506', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17567879', 'Dung_Beetle', '9615', '-135.985', '32.024', '180.850', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567880', 'Dung_Beetle', '9615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567881', 'Vorpal_Bunny', '9652', '-71.000', '31.903', '156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567882', 'Vorpal_Bunny', '9652', '-82.580', '31.655', '165.784', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17567883', 'Vorpal_Bunny', '9652', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567884', 'Dung_Beetle', '9615', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567885', 'Vorpal_Bunny', '9652', '-33.000', '31.953', '166.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17567886', 'Vorpal_Bunny', '9652', '-42.783', '31.801', '151.196', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567887', 'Vorpal_Bunny', '9652', '-86.269', '31.692', '153.426', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17567888', 'Vorpal_Bunny', '9652', '-82.191', '31.620', '160.945', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17567889', 'Poison_Leech', '9638', '-87.605', '32.530', '164.883', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17567890', 'Poison_Leech', '9638', '-71.367', '31.646', '166.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567891', 'Poison_Leech', '9638', '-55.613', '31.466', '170.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567892', 'Poison_Leech', '9638', '3.658', '32.089', '176.457', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17567893', 'Poison_Leech', '9638', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567894', 'Poison_Leech', '9638', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567895', 'Jelly', '9633', '-35.000', '31.922', '162.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567896', 'Jelly', '9633', '0.281', '31.541', '163.613', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567897', 'Jelly', '9633', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567898', 'Jelly', '9633', '3.000', '31.427', '196.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567899', 'Jelly', '9633', '10.358', '31.842', '160.556', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567900', 'Jelly', '9633', '-5.822', '32.408', '190.384', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17567901', 'Agar_Agar', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567902', 'Goblin_Mugger', '9625', '0.000', '0.000', '0.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17567903', 'Hognosed_Bat', '9632', '-4.000', '32.372', '201.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17567904', 'Hognosed_Bat', '9632', '-38.000', '31.969', '220.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17567905', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567906', 'Swagger_Spruce', '10811', '-59.000', '31.993', '217.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17567907', 'Swagger_Spruce', '10811', '-75.453', '31.958', '194.464', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17567908', 'Swagger_Spruce', '10811', '-72.000', '32.000', '202.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17567909', 'Swagger_Spruce', '10811', '-79.728', '31.128', '213.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567910', 'Swagger_Spruce', '10811', '-80.449', '31.560', '201.259', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17567911', 'Swagger_Spruce', '10811', '-93.079', '31.132', '200.477', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17567912', 'Swagger_Spruce', '10811', '-86.000', '31.159', '192.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17567913', 'Swagger_Spruce', '10811', '29.212', '32.000', '103.806', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17567914', 'Swagger_Spruce', '10811', '47.253', '31.999', '100.794', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17567915', 'Swagger_Spruce', '10811', '32.767', '32.000', '99.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567916', 'Swagger_Spruce', '10811', '32.666', '32.000', '99.221', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567917', 'Swagger_Spruce', '10811', '16.520', '32.455', '-6.117', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17567918', 'Swagger_Spruce', '10811', '39.000', '32.000', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567919', 'Swagger_Spruce', '10811', '43.371', '31.727', '3.223', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17567920', 'Swagger_Spruce', '10811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567921', 'Swagger_Spruce', '10811', '37.856', '31.964', '11.050', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17567922', 'Targe_Beetle', '10812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567923', 'Targe_Beetle', '10812', '21.215', '32.410', '39.789', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17567924', 'Targe_Beetle', '10812', '-0.556', '32.028', '9.359', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17567925', 'Targe_Beetle', '10812', '37.443', '31.765', '40.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567926', 'Targe_Beetle', '10812', '12.350', '31.438', '15.874', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17567927', 'Targe_Beetle', '10812', '38.006', '31.586', '-3.084', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17567928', 'Targe_Beetle', '10812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567929', 'Targe_Beetle', '10812', '-37.630', '31.507', '-0.780', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17567930', 'Targe_Beetle', '10812', '-9.000', '32.405', '36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567931', 'Targe_Beetle', '10812', '-30.264', '31.876', '36.356', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567932', 'Targe_Beetle', '10812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567933', 'Targe_Beetle', '10812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567934', 'Hognosed_Bat', '9632', '-12.000', '31.991', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567935', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567936', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567937', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17567938', 'Stalking_Sapling', '9646', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567939', 'Stalking_Sapling', '9646', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567940', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567941', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567942', 'Hognosed_Bat', '9632', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567943', 'Stalking_Sapling', '9646', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567944', 'Stalking_Sapling', '9646', '-23.000', '28.111', '-54.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17567945', 'Buds_Bunny', '10809', '-51.232', '27.804', '-29.604', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17567946', 'Buds_Bunny', '10809', '-6.414', '27.821', '-62.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567947', 'Buds_Bunny', '10809', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567948', 'Buds_Bunny', '10809', '-50.450', '27.484', '-57.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567949', 'Swagger_Spruce', '10811', '1.893', '28.213', '-67.408', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17567950', 'Buds_Bunny', '10809', '-21.836', '28.500', '-79.008', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17567951', 'Buds_Bunny', '10809', '-39.473', '27.636', '-41.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567952', 'Buds_Bunny', '10809', '-1.266', '27.746', '-46.910', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17567953', 'Buds_Bunny', '10809', '-39.789', '28.374', '-54.054', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567954', 'Swagger_Spruce', '10811', '-44.000', '28.007', '-78.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17567955', 'Swagger_Spruce', '10811', '1.627', '27.775', '-43.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567956', 'Swagger_Spruce', '10811', '-13.532', '27.812', '-42.527', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17567957', 'Buds_Bunny', '10809', '-34.057', '27.677', '-51.619', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567958', 'Swagger_Spruce', '10811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567959', 'Swagger_Spruce', '10811', '-38.000', '24.000', '99.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17567960', 'Swagger_Spruce', '10811', '-20.000', '31.864', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567961', 'Swagger_Spruce', '10811', '-55.499', '19.496', '95.676', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17567962', 'Buds_Bunny', '10809', '-22.000', '28.170', '105.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567963', 'Swagger_Spruce', '10811', '-42.299', '23.759', '100.025', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567964', 'Swagger_Spruce', '10811', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17567965', 'Stink_Bats', '9647', '-48.000', '9.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567966', 'Stink_Bats', '9647', '-34.080', '6.453', '60.472', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567967', 'Goblin_Ambusher', '9620', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567968', 'Goblin_Tinkerer', '9630', '0.000', '0.000', '0.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17567969', 'Goblin_Butcher', '9621', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567970', 'Goblin_Ambusher', '9620', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567971', 'Goblin_Tinkerer', '9630', '0.000', '0.000', '0.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17567972', 'Goblin_Butcher', '9621', '0.000', '0.000', '0.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17567973', 'Stink_Bats', '9647', '-35.280', '-0.292', '-68.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567974', 'Stink_Bats', '9647', '-39.818', '-0.826', '-92.515', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17567975', 'Blood_Bunny', '9613', '-85.291', '-0.068', '-19.465', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17567976', 'Blood_Bunny', '9613', '-89.544', '-0.012', '-18.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567977', 'Blood_Bunny', '9613', '-108.455', '-0.354', '0.028', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567978', 'Blood_Bunny', '9613', '-117.931', '-0.242', '-7.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567979', 'Goblin_Ambusher', '9620', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567980', 'Goblin_Tinkerer', '9630', '0.000', '0.000', '0.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17567981', 'Goblin_Butcher', '9621', '0.000', '0.000', '0.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17567982', 'Goblin_Ambusher', '9620', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567983', 'Goblin_Tinkerer', '9630', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567984', 'Goblin_Butcher', '9621', '0.000', '0.000', '0.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17567985', 'Stink_Bats', '9647', '-214.886', '0.193', '541.087', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17567986', 'Stink_Bats', '9647', '-218.062', '-0.049', '553.372', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17567987', 'Blood_Bunny', '9613', '-191.906', '-0.597', '584.634', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17567988', 'Blood_Bunny', '9613', '-210.543', '-0.624', '574.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567989', 'Blood_Bunny', '9613', '-216.496', '0.080', '564.788', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567990', 'Blood_Bunny', '9613', '-223.435', '-0.004', '556.410', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17567991', 'Stink_Bats', '9647', '-222.008', '0.088', '574.189', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567992', 'Stink_Bats', '9647', '-193.842', '0.184', '580.006', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17567993', 'Stink_Bats', '9647', '-214.737', '-0.029', '580.079', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17567994', 'Stink_Bats', '9647', '-214.782', '0.017', '569.271', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17567995', 'Hognosed_Bat', '9632', '-221.000', '1.000', '566.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567996', 'Hognosed_Bat', '9632', '-181.000', '-0.288', '507.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567997', 'Hognosed_Bat', '9632', '-185.095', '-0.082', '519.196', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17567998', 'Stalking_Sapling', '9646', '-157.841', '0.035', '496.791', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17567999', 'Stalking_Sapling', '9646', '-177.624', '0.000', '518.713', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17568000', 'Stalking_Sapling', '9646', '-170.723', '0.000', '494.901', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17568001', 'Thread_Leech', '9650', '-158.352', '0.000', '498.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568002', 'Thread_Leech', '9650', '-173.564', '0.336', '502.161', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17568003', 'Thread_Leech', '9650', '-199.549', '-0.029', '545.440', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568004', 'Thread_Leech', '9650', '-191.148', '0.113', '545.278', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568005', 'Stink_Bats', '9647', '-175.596', '-0.128', '497.701', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568006', 'Stink_Bats', '9647', '-155.802', '0.172', '500.338', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17568007', 'Hognosed_Bat', '9632', '-136.000', '0.138', '499.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17568008', 'Hognosed_Bat', '9632', '-100.622', '0.500', '483.051', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17568009', 'Hognosed_Bat', '9632', '-98.330', '0.500', '484.290', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17568010', 'Stalking_Sapling', '9646', '-44.026', '0.152', '462.639', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17568011', 'Stalking_Sapling', '9646', '-91.500', '-0.515', '457.187', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568012', 'Stalking_Sapling', '9646', '-53.343', '0.317', '463.263', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17568013', 'Thread_Leech', '9650', '-23.075', '0.190', '458.024', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17568014', 'Thread_Leech', '9650', '-83.572', '0.000', '458.975', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17568015', 'Thread_Leech', '9650', '-22.000', '-0.159', '481.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17568016', 'Thread_Leech', '9650', '-17.302', '-0.200', '461.530', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17568017', 'Stink_Bats', '9647', '-98.000', '0.467', '466.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17568018', 'Stink_Bats', '9647', '-74.187', '0.234', '460.714', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17568019', 'Stink_Bats', '9647', '-60.000', '-0.243', '457.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17568020', 'Stink_Bats', '9647', '-81.115', '0.000', '459.355', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17568021', 'Thread_Leech', '9650', '-18.327', '-0.029', '463.851', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17568022', 'Thread_Leech', '9650', '-22.000', '-0.007', '505.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568023', 'Stink_Bats', '9647', '-23.219', '0.002', '522.168', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17568024', 'Stink_Bats', '9647', '-38.000', '0.180', '542.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568025', 'Thread_Leech', '9650', '-18.947', '-0.110', '532.049', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568026', 'Stink_Bats', '9647', '-41.150', '0.020', '536.317', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568027', 'Stink_Bats', '9647', '-67.000', '-0.004', '539.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17568028', 'Thread_Leech', '9650', '-17.909', '0.318', '500.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568029', 'Thread_Leech', '9650', '-17.775', '-0.045', '532.530', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17568030', 'Fly_Agaric', '9616', '-22.000', '0.366', '505.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568031', 'Fly_Agaric', '9616', '-18.837', '-0.004', '519.712', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17568032', 'Fly_Agaric', '9616', '-29.056', '0.233', '537.967', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17568033', 'Fly_Agaric', '9616', '-13.691', '-0.012', '478.522', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17568034', 'Fly_Agaric', '9616', '-81.000', '-0.196', '540.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568035', 'Stink_Bats', '9647', '-52.711', '0.079', '539.456', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17568036', 'Stink_Bats', '9647', '-89.897', '12.213', '504.775', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568037', 'Stink_Bats', '9647', '-66.169', '17.181', '496.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568038', 'Thread_Leech', '9650', '-60.296', '18.574', '489.305', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17568039', 'Thread_Leech', '9650', '-69.813', '16.270', '499.591', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17568040', 'Stink_Bats', '9647', '-97.000', '29.000', '450.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568041', 'Stink_Bats', '9647', '-60.283', '20.310', '471.034', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568042', 'Hognosed_Bat', '9632', '-100.000', '32.000', '435.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17568043', 'Stink_Bats', '9647', '-26.000', '31.999', '421.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17568044', 'Hognosed_Bat', '9632', '-22.060', '31.970', '429.762', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17568045', 'Hognosed_Bat', '9632', '-41.341', '31.999', '421.066', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17568046', 'Hognosed_Bat', '9632', '-21.402', '31.999', '440.706', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17568047', 'Hognosed_Bat', '9632', '36.546', '31.570', '438.669', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568048', 'Hognosed_Bat', '9632', '48.047', '31.903', '437.223', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568049', 'Shrieker', '9642', '39.333', '31.984', '431.083', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17568050', 'Shrieker', '9642', '34.908', '31.787', '447.261', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568051', 'Shrieker', '9642', '42.782', '31.947', '438.056', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17568052', 'Shrieker', '9642', '140.324', '32.000', '480.129', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17568053', 'Shrieker', '9642', '140.000', '32.000', '515.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568054', 'Shrieker', '9642', '137.418', '32.000', '471.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568055', 'Shrieker', '9642', '112.602', '32.000', '459.524', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17568056', 'Shrieker', '9642', '121.009', '32.000', '459.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568057', 'Will-o-the-Wisp', '9654', '14.695', '29.407', '383.624', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17568058', 'Will-o-the-Wisp', '9654', '18.000', '31.050', '391.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17568059', 'Will-o-the-Wisp', '9654', '20.000', '32.000', '409.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17568060', 'Clipper', '9614', '0.000', '0.000', '0.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17568061', 'Clipper', '9614', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568062', 'Clipper', '9614', '0.000', '0.000', '0.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17568063', 'Jelly', '9633', '-129.047', '-0.142', '229.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568064', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17568065', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17568066', 'Seeker_Bats', '9641', '0.000', '0.000', '0.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17568067', 'Seeker_Bats', '9641', '-158.883', '-0.038', '289.902', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568068', 'Seeker_Bats', '9641', '-134.000', '1.000', '278.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568069', 'Seeker_Bats', '9641', '-147.217', '-0.039', '244.242', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568070', 'Seeker_Bats', '9641', '-114.659', '-0.007', '238.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568071', 'Seeker_Bats', '9641', '-120.118', '-0.103', '284.756', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568072', 'Seeker_Bats', '9641', '-124.361', '-0.524', '226.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568073', 'Seeker_Bats', '9641', '-108.388', '0.023', '254.695', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17568074', 'Seeker_Bats', '9641', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568075', 'Seeker_Bats', '9641', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568076', 'Seeker_Bats', '9641', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568077', 'Ancient_Bat', '9611', '0.000', '0.000', '0.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17568078', 'Ancient_Bat', '9611', '-165.000', '0.490', '239.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17568079', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17568080', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568081', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17568082', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568083', 'Stroper_Chyme', '9649', '-100.000', '-27.000', '-179.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17568084', 'Seeker_Bats', '9641', '98.958', '5.139', '-9.942', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568085', 'Seeker_Bats', '9641', '97.764', '0.632', '10.609', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17568086', 'Ancient_Bat', '9611', '38.000', '-7.000', '20.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17568087', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568088', 'Goliath_Beetle', '9631', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568089', 'Seeker_Bats', '9641', '1.000', '-11.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568090', 'Seeker_Bats', '9641', '-65.542', '-28.064', '41.987', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568091', 'Goblin_Pathfinder', '9626', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568092', 'Goblin_s_Bats', '9629', '0.000', '0.000', '0.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17568093', 'Goblin_Furrier', '9622', '0.000', '0.000', '0.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17568094', 'Goblin_Smithy', '9628', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568095', 'Goblin_Shaman', '9627', '0.000', '0.000', '0.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17568096', 'Goblin_Pathfinder', '9626', '0.000', '0.000', '0.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17568097', 'Goblin_s_Bats', '9629', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568098', 'Goblin_Furrier', '9622', '0.000', '0.000', '0.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17568099', 'Goblin_Smithy', '9628', '0.000', '0.000', '0.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17568100', 'Goblin_Shaman', '9627', '0.000', '0.000', '0.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17568101', 'Slash_Pine', '9643', '-138.250', '-5.592', '155.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568102', 'Slash_Pine', '9643', '-117.525', '-12.028', '141.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568103', 'Slash_Pine', '9643', '-136.392', '-8.578', '142.552', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17568104', 'Slash_Pine', '9643', '-98.736', '-28.015', '10.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568105', 'Seeker_Bats', '9641', '-99.647', '-28.000', '4.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568106', 'Seeker_Bats', '9641', '-97.000', '-27.995', '-98.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17568107', 'Ancient_Bat', '9611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568108', 'Seeker_Bats', '9641', '-104.745', '-28.000', '-80.081', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17568109', 'Seeker_Bats', '9641', '-97.843', '-27.921', '-25.632', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17568110', 'Ancient_Bat', '9611', '-106.887', '-28.037', '-67.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568111', 'Goblin_Pathfinder', '9626', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568112', 'Goblin_s_Bats', '9629', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568113', 'Goblin_Furrier', '9622', '0.000', '0.000', '0.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17568114', 'Goblin_Smithy', '9628', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568115', 'Goblin_Shaman', '9627', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568116', 'Goblin_Pathfinder', '9626', '0.000', '0.000', '0.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17568117', 'Goblin_s_Bats', '9629', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568118', 'Goblin_Furrier', '9622', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568119', 'Goblin_Smithy', '9628', '0.000', '0.000', '0.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17568120', 'Goblin_Shaman', '9627', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568121', 'Ancient_Bat', '9611', '-59.910', '-28.048', '-111.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568122', 'Ancient_Bat', '9611', '-76.000', '-28.043', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568123', 'Ancient_Bat', '9611', '-100.000', '-27.000', '-203.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568124', 'Stroper', '9648', '-75.000', '-28.069', '-280.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17568125', 'Stroper', '9648', '-120.000', '-28.213', '-280.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17568126', 'Stroper', '9648', '-104.237', '-27.504', '-239.353', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568127', 'Morbolger', '9635', '-96.898', '-27.154', '-258.763', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568128', 'Napalm', '9636', '-86.903', '-28.161', '-277.367', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568129', 'Napalm', '9636', '-74.259', '-27.743', '-259.827', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568130', 'Air_Elemental', '9610', '-111.292', '-28.000', '-274.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568131', 'Water_Elemental', '9653', '-104.545', '-27.440', '-256.225', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17568132', 'Bombast', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568133', 'Stroper_Chyme', '9649', '-100.551', '-27.500', '-279.349', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568134', 'Polevik', '9639', '-50.000', '-1.000', '3.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17568135', 'Gerwitz_s_Axe', '9617', '-52.000', '27.000', '-85.000', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17568136', 'Gerwitz_s_Sword', '9619', '-92.000', '-28.000', '-70.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17568137', 'Gerwitz_s_Soul', '9618', '-132.000', '-27.000', '-245.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17568138', 'Necroplasm', '9637', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568139', 'Air_Elemental', '9610', '-121.000', '-28.675', '-262.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17568140', 'Aroma_Leech', '9612', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568141', 'Metallic_Slime', '9634', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568142', 'Krabimanjaro', '9636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568143', 'Krabimanjaro', '9610', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568144', 'Krabimanjaro', '9653', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568146', '', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568147', '???', '9639', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568148', 'Treasure_Casket', '9617', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568149', 'Treasure_Casket', '9619', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568150', 'Treasure_Casket', '9618', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568151', 'Treasure_Casket', '9637', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568152', 'Treasure_Casket', '9610', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568153', 'Treasure_Casket', '9612', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568154', 'Treasure_Casket', '9634', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568170', 'Cermet_Door', '9655', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17568179', '', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17571841', 'Goblin_Ambusher', '9683', '-328.215', '-0.030', '775.789', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571842', 'Goblin_Tinkerer', '9686', '-264.000', '-1.000', '737.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571843', 'Goblin_Butcher', '9684', '-313.720', '-0.028', '773.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571844', 'Stink_Bats', '9708', '-257.000', '-1.000', '735.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571845', 'Goblin_Ambusher', '9683', '-333.084', '0.075', '724.188', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17571846', 'Goblin_Ambusher', '9683', '-327.814', '-0.002', '747.852', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17571847', 'Goblin_Tinkerer', '9686', '-328.626', '-0.030', '723.768', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17571848', 'Goblin_Tinkerer', '9686', '-339.942', '-0.032', '743.249', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17571849', 'Goblin_Butcher', '9684', '-332.262', '-0.023', '737.128', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17571850', 'Goblin_Butcher', '9684', '-334.873', '-0.032', '758.661', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571851', 'Stink_Bats', '9708', '-340.188', '-0.500', '728.517', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571852', 'Stink_Bats', '9708', '-339.928', '-0.500', '752.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571853', 'Goblin_Ambusher', '9683', '-300.876', '-0.032', '751.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571854', 'Goblin_Ambusher', '9683', '-312.753', '-0.032', '733.122', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571855', 'Goblin_Tinkerer', '9686', '-307.107', '-0.032', '723.564', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17571856', 'Goblin_Tinkerer', '9686', '-312.116', '-0.002', '746.626', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571857', 'Goblin_Butcher', '9684', '-308.000', '-1.000', '757.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17571858', 'Goblin_Butcher', '9684', '-303.000', '-1.000', '729.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571859', 'Stink_Bats', '9708', '-312.560', '-0.005', '726.908', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571860', 'Stink_Bats', '9708', '-312.577', '-0.500', '751.299', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571861', 'Goblin_Ambusher', '9683', '-382.000', '-1.000', '743.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571862', 'Goblin_Tinkerer', '9686', '-336.038', '-0.032', '711.782', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571863', 'Goblin_Butcher', '9684', '-327.000', '-1.000', '703.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17571864', 'Stink_Bats', '9708', '-319.000', '-0.007', '703.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571865', 'Goblin_Ambusher', '9683', '-331.832', '-0.047', '712.021', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571866', 'Goblin_Tinkerer', '9686', '-311.000', '-1.000', '704.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17571867', 'Goblin_Butcher', '9684', '-377.126', '-0.035', '741.117', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571868', 'Stink_Bats', '9708', '-377.758', '-0.054', '737.730', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17571869', 'Stink_Bats', '9708', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571870', 'Desmodont', '9666', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17571871', 'Rotten_Jam', '9699', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571872', 'Rotten_Jam', '9699', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571873', 'Legalox_Heftyhind', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17571874', 'Fetor_Bats', '10806', '-478.000', '-1.000', '728.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17571875', 'Fetor_Bats', '10806', '-478.000', '-1.000', '715.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571876', 'Fetor_Bats', '10806', '-465.000', '-1.000', '711.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571877', 'Fetor_Bats', '10806', '-454.000', '-1.000', '708.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17571878', 'Fetor_Bats', '10806', '-226.440', '-0.639', '712.425', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17571879', 'Fetor_Bats', '10806', '-234.000', '0.400', '738.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17571880', 'Fetor_Bats', '10806', '-234.000', '-0.727', '701.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571881', 'Fetor_Bats', '10806', '-219.336', '0.347', '725.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571882', 'Fetor_Bats', '10806', '-431.000', '-1.000', '710.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571883', 'Fuligo', '10807', '-381.000', '-1.000', '682.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571884', 'Fuligo', '10807', '-381.000', '-1.000', '694.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571885', 'Fuligo', '10807', '-380.000', '-1.000', '710.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571886', 'Fetor_Bats', '10806', '-478.000', '-1.000', '759.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571887', 'Fetor_Bats', '10806', '-453.000', '-1.000', '721.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17571888', 'Fetor_Bats', '10806', '-475.000', '-1.000', '739.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17571889', 'Fetor_Bats', '10806', '-486.000', '-1.000', '726.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571891', 'Black_Slime', '9660', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571892', 'Black_Slime', '9660', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571893', 'Ghoul', '9681', '-418.000', '-1.000', '629.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571894', 'Ghoul', '9681', '-419.000', '-1.000', '570.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571895', 'Ghoul', '9681', '-419.000', '-1.000', '581.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571896', 'Ghoul', '9681', '-418.000', '-1.000', '590.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571897', 'Ghoul', '9681', '-418.000', '-1.000', '597.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571898', 'Ghoul', '9681', '-417.000', '-1.000', '640.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571899', 'Ghoul', '9681', '-419.000', '-1.000', '615.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571900', 'Ghoul', '9681', '-417.000', '-1.000', '661.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571901', 'Combat', '9663', '0.000', '0.000', '0.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17571902', 'Combat', '9663', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571903', 'Ah_Puch', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17571904', 'Thorn_Bat', '10808', '-366.000', '-1.000', '628.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17571905', 'Thorn_Bat', '10808', '-352.000', '-1.000', '618.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17571906', 'Thorn_Bat', '10808', '-369.000', '-1.000', '609.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571907', 'Thorn_Bat', '10808', '-284.000', '-1.000', '644.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571908', 'Thorn_Bat', '10808', '-356.266', '-0.918', '636.034', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571909', 'Thorn_Bat', '10808', '-355.477', '-0.676', '604.946', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17571910', 'Thorn_Bat', '10808', '-366.000', '-1.000', '649.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571911', 'Thorn_Bat', '10808', '-367.000', '-1.000', '592.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571912', 'Thorn_Bat', '10808', '-286.000', '-1.000', '635.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571913', 'Thorn_Bat', '10808', '-271.000', '-1.000', '640.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571914', 'Thorn_Bat', '10808', '-278.000', '-1.000', '644.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17571915', 'Thorn_Bat', '10808', '-268.000', '-1.000', '648.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571916', 'Fetor_Bats', '10806', '-472.000', '-1.000', '722.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17571917', 'Fetor_Bats', '10806', '-442.000', '-1.000', '713.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571918', 'Fetor_Bats', '10806', '-434.000', '-1.000', '723.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571919', 'Fetor_Bats', '10806', '-460.000', '-1.000', '732.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571920', 'Fetor_Bats', '10806', '-487.000', '-1.000', '744.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571921', 'Fuligo', '10807', '-214.000', '-1.000', '659.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17571922', 'Fuligo', '10807', '-220.000', '-1.000', '656.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571923', 'Fuligo', '10807', '-258.000', '-1.000', '668.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571924', 'Fuligo', '10807', '-257.000', '-1.000', '693.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571925', 'Fuligo', '10807', '-223.000', '-1.000', '663.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571926', 'Fuligo', '10807', '-256.000', '-1.000', '708.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571927', 'Fuligo', '10807', '-382.000', '-1.000', '665.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571928', 'Fuligo', '10807', '-257.000', '-1.000', '678.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571929', 'Two_of_Cups', '9721', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571930', 'Two_of_Batons', '9719', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571931', 'Two_of_Swords', '9722', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571932', 'Two_of_Coins', '9720', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571934', 'Two_of_Batons', '9719', '-498.078', '-0.031', '-657.841', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17571935', 'Two_of_Swords', '9722', '-492.523', '-0.007', '-659.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571936', 'Two_of_Coins', '9720', '-501.813', '-0.034', '-665.172', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17571937', 'Two_of_Cups', '9721', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571938', 'Two_of_Batons', '9719', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571939', 'Two_of_Swords', '9722', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571940', 'Two_of_Coins', '9720', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571941', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571942', 'Three_of_Batons', '9713', '-506.281', '-0.032', '-698.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571943', 'Three_of_Swords', '9716', '-500.798', '-0.032', '-692.629', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571944', 'Three_of_Coins', '9714', '-506.610', '-0.032', '-700.430', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17571945', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571946', 'Three_of_Batons', '9713', '-462.328', '-0.032', '-692.904', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571947', 'Three_of_Swords', '9716', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571948', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571949', 'Three_of_Cups', '9715', '-453.915', '-0.029', '-701.776', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571950', 'Three_of_Batons', '9713', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571951', 'Three_of_Swords', '9716', '-459.524', '-0.044', '-701.417', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17571952', 'Three_of_Coins', '9714', '-454.497', '-0.050', '-692.678', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571953', 'Four_of_Cups', '9679', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571954', 'Four_of_Batons', '9677', '-425.585', '-0.036', '-703.299', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17571955', 'Four_of_Swords', '9680', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571956', 'Four_of_Coins', '9678', '-414.671', '-0.051', '-693.280', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571957', 'Four_of_Cups', '9679', '-427.093', '-0.028', '-702.706', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571958', 'Four_of_Batons', '9677', '-458.703', '-0.498', '-654.271', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17571959', 'Four_of_Swords', '9680', '-457.598', '-0.500', '-667.340', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571960', 'Four_of_Coins', '9678', '-458.321', '-0.521', '-663.434', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17571961', 'Five_of_Cups', '9675', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571962', 'Five_of_Batons', '9673', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571963', 'Five_of_Swords', '9676', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571964', 'Five_of_Coins', '9674', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571965', 'Five_of_Cups', '9675', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571966', 'Five_of_Batons', '9673', '-453.174', '-0.081', '-619.387', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17571967', 'Five_of_Swords', '9676', '-456.724', '-0.500', '-613.653', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17571968', 'Five_of_Coins', '9674', '-466.306', '-0.500', '-619.278', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17571969', 'Five_of_Cups', '9675', '-460.691', '-0.494', '-621.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571970', 'Five_of_Batons', '9673', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571971', 'Five_of_Swords', '9676', '-461.320', '-0.510', '-617.037', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17571972', 'Five_of_Coins', '9674', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571973', 'Six_of_Cups', '9706', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571974', 'Six_of_Batons', '9704', '-494.042', '-0.500', '-619.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571975', 'Six_of_Swords', '9707', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571976', 'Six_of_Coins', '9705', '-493.362', '-0.500', '-626.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571977', 'Six_of_Cups', '9706', '-505.799', '-0.004', '-626.233', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17571978', 'Six_of_Batons', '9704', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571979', 'Six_of_Swords', '9707', '-426.564', '-0.500', '-620.612', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571980', 'Six_of_Coins', '9705', '-413.163', '-0.500', '-616.367', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17571981', 'Six_of_Cups', '9706', '-413.316', '-0.500', '-616.404', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17571982', 'Six_of_Batons', '9704', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571983', 'Six_of_Swords', '9707', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571984', 'Six_of_Coins', '9705', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571985', 'Eight_of_Cups', '9671', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571986', 'Eight_of_Batons', '9669', '-427.588', '-0.500', '-653.787', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17571987', 'Eight_of_Swords', '9672', '-422.568', '-0.007', '-653.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571988', 'Eight_of_Coins', '9670', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571989', 'Eight_of_Cups', '9671', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571990', 'Eight_of_Batons', '9669', '-364.140', '-0.032', '-628.116', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17571991', 'Eight_of_Swords', '9672', '-348.598', '-0.032', '-629.850', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17571992', 'Eight_of_Coins', '9670', '-364.080', '0.600', '-631.249', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17571993', 'Eight_of_Cups', '9671', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571994', 'Eight_of_Batons', '9669', '-353.856', '-0.005', '-634.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571995', 'Eight_of_Swords', '9672', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571996', 'Eight_of_Coins', '9670', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571997', 'Eight_of_Cups', '9671', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571998', 'Eight_of_Batons', '9669', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17571999', 'Eight_of_Swords', '9672', '-379.256', '0.492', '-631.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572000', 'Eight_of_Coins', '9670', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572001', 'Dancing_Weapon', '9665', '-368.764', '-0.026', '-626.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572002', 'Dancing_Weapon', '9665', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572003', 'Dancing_Weapon', '9665', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572004', 'Dancing_Weapon', '9665', '-372.075', '0.500', '-624.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572005', 'Seven_of_Cups', '9702', '-353.648', '-0.033', '-620.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572006', 'Seven_of_Batons', '9700', '-361.489', '0.499', '-643.836', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17572007', 'Seven_of_Swords', '9703', '-371.495', '0.499', '-622.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572008', 'Seven_of_Coins', '9701', '-366.597', '0.440', '-629.285', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572009', 'Seven_of_Cups', '9702', '-361.605', '0.500', '-635.211', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17572010', 'Seven_of_Batons', '9700', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572011', 'Seven_of_Swords', '9703', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572012', 'Seven_of_Coins', '9701', '-369.619', '-0.050', '-661.636', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17572013', 'Seven_of_Cups', '9702', '-374.451', '0.499', '-651.348', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572014', 'Seven_of_Batons', '9700', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572015', 'Seven_of_Swords', '9703', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572016', 'Seven_of_Coins', '9701', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572017', 'Seven_of_Cups', '9702', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572018', 'Seven_of_Batons', '9700', '-351.137', '0.499', '-651.328', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17572019', 'Seven_of_Swords', '9703', '-343.863', '0.449', '-670.232', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17572020', 'Seven_of_Coins', '9701', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572021', 'Dancing_Weapon', '9665', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572022', 'Dancing_Weapon', '9665', '-379.923', '-0.034', '-658.924', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17572023', 'Dancing_Weapon', '9665', '-349.119', '0.485', '-652.426', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17572024', 'Dancing_Weapon', '9665', '-370.001', '-0.046', '-662.844', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17572025', 'Nine_of_Batons', '9692', '-361.568', '0.499', '-648.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572026', 'Nine_of_Cups', '9694', '-359.258', '0.498', '-663.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572027', 'Nine_of_Swords', '9695', '-352.707', '0.500', '-655.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572028', 'Nine_of_Coins', '9693', '-375.706', '0.439', '-657.786', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17572029', 'Nine_of_Batons', '9692', '-359.809', '0.488', '-656.887', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17572030', 'Nine_of_Cups', '9694', '-352.703', '-0.031', '-692.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572031', 'Nine_of_Swords', '9695', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572032', 'Nine_of_Coins', '9693', '-358.273', '0.230', '-682.692', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572033', 'Nine_of_Batons', '9692', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572034', 'Nine_of_Cups', '9694', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572035', 'Nine_of_Swords', '9695', '-340.205', '-0.032', '-684.778', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17572036', 'Nine_of_Coins', '9693', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572037', 'Nine_of_Batons', '9692', '-350.488', '0.465', '-682.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572038', 'Nine_of_Cups', '9694', '-344.683', '-0.020', '-687.393', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17572039', 'Nine_of_Swords', '9695', '-367.231', '0.144', '-691.065', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17572040', 'Nine_of_Coins', '9693', '-353.903', '-0.065', '-698.435', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572041', 'Dancing_Weapon', '9665', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572042', 'Dancing_Weapon', '9665', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572043', 'Dancing_Weapon', '9665', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572044', 'Dancing_Weapon', '9665', '-366.156', '-0.007', '-682.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572045', 'Ten_of_Cups', '9711', '-354.910', '-0.039', '-699.148', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17572046', 'Ten_of_Batons', '9709', '-376.317', '0.494', '-688.349', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17572047', 'Ten_of_Swords', '9712', '-348.894', '0.500', '-690.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572048', 'Ten_of_Coins', '9710', '-370.045', '0.494', '-698.814', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17572049', 'Ten_of_Cups', '9711', '-366.687', '-0.017', '-695.483', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17572050', 'Ten_of_Batons', '9709', '-293.907', '-0.500', '-660.873', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572051', 'Ten_of_Swords', '9712', '-294.352', '-0.001', '-657.342', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17572052', 'Ten_of_Coins', '9710', '-306.944', '-0.500', '-662.744', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17572053', 'Two_of_Cups', '9721', '-303.376', '-0.054', '-658.768', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572054', 'Two_of_Batons', '9719', '-299.470', '-0.522', '-667.281', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572055', 'Two_of_Swords', '9722', '-293.661', '-0.500', '-657.723', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17572056', 'Two_of_Coins', '9720', '-297.463', '-0.013', '-653.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572057', 'Two_of_Cups', '9721', '-322.712', '-0.506', '-661.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572058', 'Two_of_Batons', '9719', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572059', 'Two_of_Swords', '9722', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572060', 'Two_of_Coins', '9720', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572061', 'Two_of_Cups', '9721', '326.007', '-0.078', '732.903', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17572062', 'Two_of_Batons', '9719', '329.565', '-0.493', '741.433', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572063', 'Two_of_Swords', '9722', '330.707', '-0.021', '745.712', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572064', 'Two_of_Coins', '9720', '337.704', '-0.132', '745.790', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17572065', 'Two_of_Cups', '9721', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572066', 'Two_of_Batons', '9719', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572067', 'Two_of_Swords', '9722', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572068', 'Two_of_Coins', '9720', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572069', 'Two_of_Cups', '9721', '343.524', '-0.030', '746.637', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17572070', 'Two_of_Batons', '9719', '298.016', '-0.036', '745.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572071', 'Two_of_Swords', '9722', '297.777', '-0.024', '746.720', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17572072', 'Two_of_Coins', '9720', '310.117', '0.011', '738.354', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17572073', 'Two_of_Cups', '9721', '312.608', '0.006', '740.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572074', 'Two_of_Batons', '9719', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572075', 'Two_of_Swords', '9722', '306.384', '0.009', '735.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572076', 'Two_of_Coins', '9720', '300.544', '-0.022', '746.812', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17572077', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572078', 'Three_of_Batons', '9713', '312.762', '0.005', '740.297', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572079', 'Three_of_Swords', '9716', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572080', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572081', 'Three_of_Cups', '9715', '306.131', '-0.032', '744.716', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17572082', 'Three_of_Batons', '9713', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572083', 'Three_of_Swords', '9716', '349.259', '-0.032', '773.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572084', 'Three_of_Coins', '9714', '347.469', '-0.020', '772.566', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17572085', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572086', 'Three_of_Batons', '9713', '330.389', '-0.500', '775.062', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17572087', 'Three_of_Swords', '9716', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572088', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572089', 'Three_of_Cups', '9715', '334.586', '-0.118', '771.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572090', 'Three_of_Batons', '9713', '348.094', '-0.500', '707.764', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17572091', 'Three_of_Swords', '9716', '349.729', '-0.500', '705.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572092', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572093', 'Balloon', '9658', '503.000', '-1.000', '-736.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572094', 'Bomb_King', '9662', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572095', 'Doppelganger_Gog', '9668', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572096', 'Doppelganger_Dio', '9667', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572097', 'Three_of_Cups', '9715', '330.679', '-0.431', '704.728', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17572098', 'Three_of_Batons', '9713', '0.000', '0.000', '0.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17572099', 'Three_of_Swords', '9716', '308.000', '-1.000', '706.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17572100', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572101', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17572102', 'Three_of_Batons', '9713', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572103', 'Three_of_Swords', '9716', '290.559', '-0.001', '707.338', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17572104', 'Three_of_Coins', '9714', '290.530', '-0.052', '706.832', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572105', 'Two_of_Cups', '9721', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572106', 'Two_of_Batons', '9719', '297.348', '-0.032', '773.475', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17572107', 'Two_of_Swords', '9722', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572108', 'Two_of_Coins', '9720', '294.306', '-0.016', '780.288', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17572109', 'Two_of_Cups', '9721', '306.969', '-0.040', '787.240', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572110', 'Two_of_Batons', '9719', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572111', 'Two_of_Swords', '9722', '506.281', '0.001', '734.220', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17572112', 'Two_of_Coins', '9720', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572113', 'Two_of_Cups', '9721', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572114', 'Two_of_Batons', '9719', '496.436', '-0.012', '733.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572115', 'Two_of_Swords', '9722', '502.175', '-0.011', '746.217', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17572116', 'Two_of_Coins', '9720', '502.121', '-0.012', '745.976', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17572117', 'Two_of_Cups', '9721', '500.654', '-0.038', '745.869', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17572118', 'Two_of_Batons', '9719', '511.790', '-0.005', '738.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572119', 'Two_of_Swords', '9722', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572120', 'Two_of_Coins', '9720', '506.219', '-0.052', '733.015', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17572121', 'Two_of_Cups', '9721', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572122', 'Two_of_Batons', '9719', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572123', 'Two_of_Swords', '9722', '530.675', '0.006', '742.869', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17572124', 'Two_of_Coins', '9720', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572125', 'Two_of_Cups', '9721', '544.959', '-0.005', '743.066', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572126', 'Two_of_Batons', '9719', '526.105', '-0.012', '735.821', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572127', 'Two_of_Swords', '9722', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572128', 'Two_of_Coins', '9720', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572129', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572130', 'Three_of_Batons', '9713', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572131', 'Three_of_Swords', '9716', '530.975', '0.008', '737.750', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17572132', 'Three_of_Coins', '9714', '527.427', '0.007', '740.874', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17572133', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572134', 'Three_of_Batons', '9713', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572135', 'Three_of_Swords', '9716', '490.786', '-0.075', '770.830', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572136', 'Three_of_Coins', '9714', '492.054', '-0.016', '772.764', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17572137', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572138', 'Three_of_Batons', '9713', '509.489', '-0.500', '771.366', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572139', 'Three_of_Swords', '9716', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572140', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572141', 'Balloon', '9658', '509.000', '-1.000', '709.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17572142', 'Bomb_King', '9662', '0.000', '0.000', '0.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17572143', 'Doppelganger_Gog', '9668', '0.000', '0.000', '0.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17572144', 'Doppelganger_Dio', '9667', '310.000', '-1.000', '709.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17572145', 'Balloon', '9658', '549.000', '-1.000', '769.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572146', 'Bomb_King', '9662', '549.000', '-1.000', '772.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572147', 'Doppelganger_Gog', '9668', '508.000', '-1.000', '706.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572148', 'Doppelganger_Dio', '9667', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572149', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17572150', 'Three_of_Batons', '9713', '530.360', '-0.032', '775.007', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17572151', 'Three_of_Swords', '9716', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572152', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17572153', 'Three_of_Cups', '9715', '531.890', '-0.416', '769.860', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572154', 'Three_of_Batons', '9713', '540.941', '-0.001', '771.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572155', 'Three_of_Swords', '9716', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572156', 'Three_of_Coins', '9714', '0.000', '0.000', '0.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17572157', 'Three_of_Cups', '9715', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572158', 'Three_of_Batons', '9713', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572159', 'Three_of_Swords', '9716', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572160', 'Three_of_Coins', '9714', '530.893', '-0.002', '706.686', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17572161', 'Battue_Bats', '9659', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572162', 'Battue_Bats', '9659', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572163', 'Battue_Bats', '9659', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572164', 'Goblin_Thug', '9685', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572165', 'Goblin_Thug', '9685', '-256.000', '-1.000', '743.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572166', 'Goblin_Weaver', '9687', '455.939', '-0.032', '-670.601', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572167', 'Goblin_Thug', '9685', '455.931', '-0.036', '-665.456', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17572168', 'Goblin_Thug', '9685', '460.283', '-0.063', '-665.189', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17572169', 'Goblin_Weaver', '9687', '498.918', '-0.053', '-622.887', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572170', 'Goblin_Thug', '9685', '499.848', '-0.032', '-619.137', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17572171', 'Goblin_Thug', '9685', '489.352', '-0.063', '-614.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572172', 'Goblin_Weaver', '9687', '484.588', '-0.164', '-704.124', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17572173', 'Goblin_Thug', '9685', '488.685', '-0.063', '-694.733', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572174', 'Goblin_Weaver', '9687', '503.615', '-0.034', '-699.210', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17572175', 'Battue_Bats', '9659', '538.154', '-0.035', '-661.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572176', 'Battue_Bats', '9659', '539.415', '-0.038', '-653.386', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17572177', 'Goblin_Thug', '9685', '539.264', '-0.034', '-665.726', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572178', 'Goblin_Weaver', '9687', '458.797', '-0.005', '-628.340', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17572179', 'Battue_Bats', '9659', '470.578', '-0.030', '-615.191', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17572180', 'Battue_Bats', '9659', '454.735', '-0.032', '-632.719', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572181', 'Goblin_Thug', '9685', '463.580', '-0.035', '-632.432', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572182', 'Goblin_Weaver', '9687', '458.989', '-0.037', '-687.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572183', 'Blade_Bat', '9661', '470.505', '-0.508', '-705.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572184', 'Blade_Bat', '9661', '471.218', '-0.038', '-695.516', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17572185', 'Blade_Bat', '9661', '454.659', '-0.001', '-682.016', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572186', 'Goblin_Thug', '9685', '536.689', '-0.063', '-627.496', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17572187', 'Goblin_Weaver', '9687', '527.982', '-0.037', '-615.819', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572188', 'Blade_Bat', '9661', '461.000', '-1.000', '-655.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572189', 'Blade_Bat', '9661', '535.568', '-0.032', '-639.684', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17572190', 'Blade_Bat', '9661', '536.435', '-0.036', '-632.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572191', 'Balloon', '9658', '496.000', '-1.000', '-584.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572192', 'Goblin_Weaver', '9687', '522.520', '-0.005', '-700.354', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17572193', 'Balloon', '9658', '503.000', '-1.000', '-583.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572194', 'Goblin_Weaver', '9687', '532.532', '-0.041', '-692.563', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572195', 'Balloon', '9658', '496.000', '-1.000', '-737.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572196', 'Goblin_Weaver', '9687', '540.000', '-1.000', '-687.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17572197', 'Jack_of_Cups', '9690', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572198', 'Jack_of_Batons', '9688', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572199', 'Jack_of_Swords', '9691', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572200', 'Jack_of_Coins', '9689', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572201', 'Queen_of_Swords', '9698', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572202', 'Queen_of_Coins', '9696', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572203', 'Thunder_Elemental', '9717', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17572204', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572205', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572206', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572207', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572208', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572209', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572210', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572211', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572212', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572213', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572214', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572215', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572216', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572217', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572218', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572219', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572220', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572221', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572222', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572223', 'Custom_Cardian', '9664', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572269', 'Stone_Door', '9718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572271', 'Stone_Door', '9657', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572274', 'Stone_Door', '9656', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572277', 'Stone_Door', '9698', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17572278', '', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575937', 'Lich_C_Magnus', '9737', '299.000', '-0.005', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575938', 'Skull_of_Gluttony', '9748', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575939', 'Skull_of_Greed', '9749', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575940', 'Skull_of_Sloth', '9752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575941', 'Skull_of_Lust', '9750', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575942', 'Skull_of_Pride', '9751', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575943', 'Skull_of_Envy', '9747', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575944', 'Skull_of_Wrath', '9753', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575945', 'Marchosias', '9739', '0.000', '0.000', '0.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17575946', 'Lost_Soul', '9738', '-58.325', '-16.051', '301.997', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575947', 'Lost_Soul', '9738', '-58.712', '-16.051', '298.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575948', 'Lost_Soul', '9738', '-64.092', '-16.124', '309.005', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17575949', 'Lost_Soul', '9738', '-56.494', '-16.051', '308.932', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17575950', 'Marchosias', '9739', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575951', 'Marchosias', '9739', '0.000', '0.000', '0.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17575952', 'Marchosias', '9739', '0.000', '0.000', '0.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17575953', 'Shade', '9746', '-16.084', '-8.050', '225.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575954', 'Shade', '9746', '-22.541', '-8.057', '216.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575955', 'Shade', '9746', '-18.026', '-8.023', '218.745', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17575956', 'Shade', '9746', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575957', 'Lost_Soul', '9738', '425.000', '-48.000', '-70.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17575958', 'Lost_Soul', '9738', '424.000', '-48.000', '-62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575959', 'Hellbound_Warrior', '10813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575960', 'Hellbound_Warlock', '10814', '32.853', '-15.811', '307.143', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575961', 'Hellbound_Warrior', '10813', '30.000', '-14.000', '322.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575962', 'Hellbound_Warlock', '10814', '28.000', '-15.756', '331.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575963', 'Hellbound_Warrior', '10813', '43.000', '-15.828', '315.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575964', 'Hellbound_Warlock', '10814', '-5.536', '-6.475', '98.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575965', 'Hellbound_Warrior', '10813', '16.264', '-10.928', '104.716', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17575966', 'Hellbound_Warlock', '10814', '-5.998', '0.923', '49.564', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17575967', 'Marchosias', '9739', '0.000', '0.000', '0.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17575968', 'Marchosias', '9739', '0.000', '0.000', '0.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17575969', 'Lost_Soul', '9738', '3.907', '0.925', '48.518', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17575970', 'Lost_Soul', '9738', '14.233', '0.459', '41.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575971', 'Lost_Soul', '9738', '426.000', '-48.000', '-51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575972', 'Lost_Soul', '9738', '416.000', '-48.000', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575973', 'Lost_Soul', '9738', '416.000', '-48.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575974', 'Revenant', '9745', '372.000', '-40.000', '24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575975', 'Marchosias', '9739', '0.000', '0.000', '0.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17575976', 'Marchosias', '9739', '0.000', '0.000', '0.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17575977', 'Marchosias', '9739', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575978', 'Hellbound_Warrior', '10813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575979', 'Hellbound_Warlock', '10814', '112.014', '9.068', '-81.836', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17575980', 'Hellbound_Warrior', '10813', '110.085', '8.891', '-83.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575981', 'Hellbound_Warlock', '10814', '115.367', '8.994', '-89.142', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17575982', 'Hellbound_Warrior', '10813', '123.744', '8.960', '-77.027', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17575983', 'Hellbound_Warlock', '10814', '0.000', '0.000', '0.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17575984', 'Hellbound_Warrior', '10813', '0.000', '0.000', '0.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17575985', 'Hellbound_Warlock', '10814', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575986', 'Marchosias', '9739', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575987', 'Marchosias', '9739', '0.000', '0.000', '0.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17575988', 'Lost_Soul', '9738', '262.835', '-24.051', '308.205', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575989', 'Lost_Soul', '9738', '240.000', '-15.987', '341.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17575990', 'Lost_Soul', '9738', '219.397', '-15.972', '311.897', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575991', 'Lost_Soul', '9738', '192.000', '-15.000', '299.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17575992', 'Hell_Hound', '9733', '420.000', '-48.000', '-35.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17575993', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575994', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575995', 'Hellbound_Warrior', '10813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17575996', 'Hellbound_Warlock', '10814', '164.532', '-15.844', '293.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575997', 'Hellbound_Warrior', '10813', '171.890', '-15.330', '280.538', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17575998', 'Hellbound_Warlock', '10814', '160.077', '-15.686', '294.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17575999', 'Hellbound_Warrior', '10813', '153.154', '-15.046', '277.499', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17576000', 'Hellbound_Warlock', '10814', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576001', 'Hellbound_Warrior', '10813', '0.000', '0.000', '0.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17576002', 'Hellbound_Warlock', '10814', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576003', 'Revenant', '9745', '371.000', '-40.000', '15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576004', 'Revenant', '9745', '388.000', '-40.000', '14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576005', 'Lost_Soul', '9738', '-262.997', '-2.881', '174.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576006', 'Lost_Soul', '9738', '-248.000', '1.000', '122.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17576007', 'Lost_Soul', '9738', '-235.720', '0.151', '134.953', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576008', 'Gazer', '9731', '-237.571', '0.850', '118.155', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17576009', 'Anemone', '9723', '-234.000', '-0.500', '128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576010', 'Gazer', '9731', '-233.321', '0.943', '112.296', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17576011', 'Gazer', '9731', '-242.000', '0.733', '105.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17576012', 'Gazer', '9731', '-221.000', '-0.193', '84.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17576013', 'Gazer', '9731', '-261.000', '-0.093', '83.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17576014', 'Gazer', '9731', '-258.000', '-0.182', '68.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576015', 'Gazer', '9731', '-211.000', '-0.052', '62.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17576016', 'Gazer', '9731', '0.000', '0.000', '0.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17576017', 'Puroboros', '9744', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576018', 'Puroboros', '9744', '0.000', '0.000', '0.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17576019', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576020', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17576021', 'Mummy', '9741', '-484.895', '-8.110', '499.720', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576022', 'Mummy', '9741', '-482.000', '-8.110', '499.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576023', 'Lich', '9736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576024', 'Mummy', '9741', '-452.694', '-0.110', '454.679', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17576025', 'Mummy', '9741', '-459.853', '-0.110', '455.014', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17576026', 'Lich', '9736', '-460.000', '-0.110', '466.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576027', 'Mummy', '9741', '-452.000', '-0.110', '464.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17576028', 'Mummy', '9741', '-458.867', '1.466', '487.073', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576029', 'Lich', '9736', '-418.359', '7.889', '499.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576030', 'Lich', '9736', '-418.564', '7.889', '506.504', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576031', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576032', 'Blood_Soul', '9725', '294.000', '-27.000', '26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576033', 'Blood_Soul', '9725', '294.000', '-27.000', '6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576034', 'Blood_Soul', '9725', '305.000', '-27.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576035', 'Ka', '9735', '-424.233', '0.232', '400.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576036', 'Ka', '9735', '-430.009', '0.930', '393.691', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17576037', 'Ka', '9735', '-448.000', '1.000', '403.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17576038', 'Ka', '9735', '-435.000', '1.000', '409.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576039', 'Mummy', '9741', '-435.933', '0.807', '392.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576040', 'Mummy', '9741', '-441.399', '0.899', '330.140', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576041', 'Lich', '9736', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576042', 'Lich', '9736', '-452.647', '0.151', '313.580', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17576043', 'Ka', '9735', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576044', 'Ka', '9735', '-436.238', '0.869', '311.702', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576045', 'Ka', '9735', '-440.729', '0.913', '311.937', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17576046', 'Ka', '9735', '-433.796', '0.914', '322.976', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576047', 'Mummy', '9741', '-451.000', '1.000', '321.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17576048', 'Mummy', '9741', '-383.794', '0.611', '381.521', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576049', 'Lich', '9736', '-377.000', '0.685', '387.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17576050', 'Lich', '9736', '-382.866', '0.330', '387.005', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17576051', 'Tomb_Wolf', '9760', '-381.096', '0.725', '384.547', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576052', 'Tomb_Wolf', '9760', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576053', 'Tomb_Wolf', '9760', '-385.977', '0.519', '341.675', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17576054', 'Tomb_Wolf', '9760', '-376.974', '0.586', '343.750', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17576055', 'Cwn_Cyrff', '9726', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576056', 'Utukku', '9763', '173.000', '-27.000', '145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576057', 'Utukku', '9763', '191.000', '-28.000', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576058', 'Utukku', '9763', '67.000', '-27.000', '25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576059', 'Utukku', '9763', '45.000', '-27.000', '13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576060', 'Lost_Soul', '9738', '-623.000', '-0.079', '146.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576061', 'Lost_Soul', '9738', '-662.000', '0.072', '187.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576062', 'Lost_Soul', '9738', '-658.775', '0.842', '184.054', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17576063', 'Lost_Soul', '9738', '-657.076', '0.666', '180.460', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17576064', 'Gazer', '9731', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576065', 'Gazer', '9731', '0.000', '0.000', '0.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17576066', 'Gazer', '9731', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576067', 'Gazer', '9731', '342.399', '-32.017', '-331.157', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576068', 'Anemone', '9723', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576069', 'Puroboros', '9744', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576070', 'Nekros_Hound', '10815', '297.292', '-15.674', '-227.748', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576071', 'Nekros_Hound', '10815', '274.409', '-15.787', '-217.233', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576072', 'Nekros_Hound', '10815', '302.615', '-15.678', '-248.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576073', 'Nekros_Hound', '10815', '284.591', '-15.933', '-215.801', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576074', 'Nekros_Hound', '10815', '274.746', '-15.835', '-217.194', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576075', 'Nekros_Hound', '10815', '219.594', '-8.592', '-164.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576076', 'Nekros_Hound', '10815', '235.651', '-15.299', '-179.169', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17576077', 'Nekros_Hound', '10815', '252.057', '-16.086', '-178.557', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17576078', 'Nekros_Hound', '10815', '181.000', '-0.270', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576079', 'Nekros_Hound', '10815', '177.000', '-0.276', '-102.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576080', 'Nekros_Hound', '10815', '335.993', '-32.051', '-139.474', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17576081', 'Nekros_Hound', '10815', '381.006', '-36.014', '-138.896', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576082', 'Nekros_Hound', '10815', '378.637', '-38.236', '-128.672', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17576083', 'Nekros_Hound', '10815', '380.000', '-44.000', '-101.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17576084', 'Lich', '9736', '335.080', '-32.051', '-123.286', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17576085', 'Lich', '9736', '331.626', '-32.051', '-129.331', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17576086', 'Nekros_Hound', '10815', '332.004', '-32.051', '-151.386', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576087', 'Nekros_Hound', '10815', '347.385', '-32.052', '-151.381', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576088', 'Nekros_Hound', '10815', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576089', 'Nekros_Hound', '10815', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576090', 'Nekros_Hound', '10815', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576091', 'Nekros_Hound', '10815', '0.000', '0.000', '0.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17576092', 'Lost_Soul', '9738', '415.000', '-48.000', '-68.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576093', 'Lost_Soul', '9738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576094', 'Lost_Soul', '9738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576095', 'Lost_Soul', '9738', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576096', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576097', 'Revenant', '9745', '380.000', '-40.000', '25.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576098', 'Revenant', '9745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576099', 'Revenant', '9745', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576100', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576101', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17576102', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17576103', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576104', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576105', 'Hell_Hound', '9733', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576106', 'Ka', '9735', '309.893', '-27.513', '8.979', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576107', 'Ka', '9735', '282.710', '-27.778', '26.410', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17576108', 'Ka', '9735', '292.617', '-27.826', '38.385', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576109', 'Ka', '9735', '174.302', '-27.552', '128.758', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17576110', 'Blood_Soul', '9725', '318.000', '-28.000', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576111', 'Blood_Soul', '9725', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576112', 'Blood_Soul', '9725', '0.000', '0.000', '0.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17576113', 'Dark_Stalker', '9727', '179.440', '-27.552', '132.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576114', 'Dark_Stalker', '9727', '162.000', '-27.635', '156.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17576115', 'Dark_Stalker', '9727', '192.496', '-27.757', '151.476', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17576116', 'Dark_Stalker', '9727', '161.596', '-27.796', '-89.517', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576117', 'Utukku', '9763', '173.710', '-27.551', '-99.639', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17576118', 'Utukku', '9763', '197.057', '-28.250', '-106.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576119', 'Utukku', '9763', '197.881', '-28.250', '-87.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576120', 'Ka', '9735', '191.249', '-27.552', '-94.644', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17576121', 'Ka', '9735', '162.139', '-28.051', '-113.652', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576122', 'Ka', '9735', '173.573', '-27.564', '-88.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576123', 'Ka', '9735', '60.393', '-27.711', '17.644', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17576124', 'Blood_Soul', '9725', '0.000', '0.000', '0.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17576125', 'Blood_Soul', '9725', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576126', 'Blood_Soul', '9725', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576127', 'Dark_Stalker', '9727', '53.919', '-27.564', '7.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576128', 'Dark_Stalker', '9727', '78.000', '-27.589', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576129', 'Dark_Stalker', '9727', '54.631', '-27.549', '25.411', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576130', 'Dark_Stalker', '9727', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576131', 'Utukku', '9763', '73.000', '-27.000', '13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576132', 'Utukku', '9763', '166.000', '-27.000', '134.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576133', 'Utukku', '9763', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576134', 'Azer', '9724', '0.000', '0.000', '0.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17576135', 'Azer', '9724', '0.000', '0.000', '0.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17576136', 'Azer', '9724', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576137', 'Azer', '9724', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576138', 'Fallen_Knight', '9730', '260.199', '-33.167', '-61.602', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17576139', 'Lich', '9736', '266.324', '-32.051', '-58.523', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17576140', 'Lich', '9736', '96.490', '-33.176', '100.518', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17576141', 'Fallen_Knight', '9730', '98.989', '-33.243', '101.087', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17576142', 'Lich', '9736', '99.383', '-33.177', '103.352', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17576143', 'Lich', '9736', '106.115', '-32.051', '-60.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576144', 'Fallen_Knight', '9730', '100.000', '-32.051', '-53.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576145', 'Fallen_Knight', '9730', '93.044', '-32.231', '-60.118', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17576146', 'Lich', '9736', '261.000', '-33.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576147', 'Fallen_Knight', '9730', '264.000', '-32.000', '95.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17576148', 'Fallen_Knight', '9730', '254.000', '-32.000', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576149', 'Lich', '9736', '0.000', '0.000', '0.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17576150', 'Ka', '9735', '218.834', '-32.051', '10.271', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17576151', 'Ka', '9735', '220.991', '-32.051', '-11.670', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576152', 'Ka', '9735', '219.252', '-32.051', '5.199', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17576153', 'Ka', '9735', '224.151', '-32.156', '52.017', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576154', 'Tomb_Wolf', '9760', '219.000', '-32.051', '77.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17576155', 'Tomb_Wolf', '9760', '199.040', '-32.051', '58.793', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576156', 'Ice_Elemental', '9734', '209.530', '-32.053', '60.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576157', 'Earth_Elemental', '9729', '162.977', '-32.051', '59.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576158', 'Tomb_Wolf', '9760', '186.793', '-32.051', '-20.420', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576159', 'Tomb_Wolf', '9760', '202.783', '-32.051', '-20.642', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576160', 'Ice_Elemental', '9734', '176.147', '-32.051', '-19.970', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17576161', 'Earth_Elemental', '9729', '157.487', '-32.051', '-19.397', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576162', 'Tomb_Wolf', '9760', '140.903', '-32.051', '14.292', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576163', 'Tomb_Wolf', '9760', '141.104', '-32.051', '29.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576164', 'Ice_Elemental', '9734', '141.032', '-32.056', '3.038', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17576165', 'Earth_Elemental', '9729', '140.554', '-32.051', '24.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576166', 'Tomb_Wolf', '9760', '244.689', '-32.051', '141.367', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576167', 'Tomb_Wolf', '9760', '104.930', '-32.051', '135.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576168', 'Ice_Elemental', '9734', '59.862', '-32.051', '79.593', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576169', 'Earth_Elemental', '9729', '61.123', '-32.051', '-49.810', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576170', 'Tomb_Wolf', '9760', '108.579', '-32.051', '-97.813', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17576171', 'Tomb_Wolf', '9760', '250.518', '-32.051', '-97.434', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17576172', 'Tomb_Wolf', '9760', '183.000', '-0.102', '-87.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17576173', 'Tomb_Wolf', '9760', '185.268', '-0.123', '-90.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576174', 'Tomb_Wolf', '9760', '138.161', '4.758', '-107.085', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17576175', 'Tomb_Wolf', '9760', '154.854', '0.804', '-140.015', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17576176', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576177', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576178', 'Tomb_Warrior', '9759', '178.340', '-0.016', '-181.166', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17576179', 'Tomb_Warrior', '9759', '183.000', '-0.221', '-177.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17576180', 'Tomb_Mage', '9758', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576181', 'Shade', '9746', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576182', 'Shade', '9746', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576183', 'Shade', '9746', '182.000', '-8.051', '16.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576184', 'Shade', '9746', '179.386', '-8.051', '23.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576185', 'Lost_Soul', '9738', '265.793', '-0.051', '15.326', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576186', 'Lost_Soul', '9738', '260.481', '-1.092', '17.613', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17576187', 'Ka', '9735', '260.421', '-0.899', '22.653', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17576188', 'Ka', '9735', '334.257', '-0.051', '23.577', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576189', 'Ka', '9735', '341.236', '-0.051', '12.751', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17576190', 'Ka', '9735', '341.685', '-1.259', '19.050', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576191', 'Fallen_Knight', '9730', '260.000', '-32.000', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576192', 'Fallen_Knight', '9730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576193', 'Lich', '9736', '304.987', '-0.051', '60.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576194', 'Fallen_Knight', '9730', '305.194', '-0.051', '60.178', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576195', 'Fallen_Knight', '9730', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576196', 'Lich', '9736', '301.040', '-0.051', '-11.786', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17576197', 'Dark_Stalker', '9727', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576198', 'Dark_Stalker', '9727', '295.823', '-0.051', '-26.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576199', 'Dark_Stalker', '9727', '306.181', '0.948', '16.655', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17576200', 'Dark_Stalker', '9727', '299.997', '0.912', '28.600', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17576201', 'Dark_Stalker', '9727', '379.790', '-7.641', '41.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576202', 'Dark_Stalker', '9727', '379.881', '-5.028', '55.859', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17576203', 'Dark_Stalker', '9727', '379.000', '-0.500', '81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576204', 'Dark_Stalker', '9727', '416.791', '-0.234', '115.096', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17576205', 'Ice_Elemental', '9734', '413.379', '0.432', '99.305', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576206', 'Earth_Elemental', '9729', '415.827', '-0.265', '129.631', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17576207', 'Tomb_Warrior', '9759', '409.452', '0.215', '143.205', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17576208', 'Tomb_Warrior', '9759', '414.990', '-0.109', '104.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576209', 'Tomb_Mage', '9758', '385.291', '-0.293', '97.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576210', 'Spriggan', '9754', '0.000', '0.000', '0.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17576211', 'Spriggan', '9754', '0.000', '0.000', '0.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17576212', 'Spriggan', '9754', '0.000', '0.000', '0.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17576213', 'Spriggan', '9754', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576214', 'Spriggan', '9754', '0.000', '0.000', '0.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17576215', 'Spriggan', '9754', '0.000', '0.000', '0.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17576216', 'Spriggan', '9754', '0.000', '0.000', '0.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17576217', 'Spriggan', '9754', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576218', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576219', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576220', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576221', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576222', 'Tomb_Warrior', '9759', '72.787', '-0.089', '18.945', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576223', 'Tomb_Warrior', '9759', '53.227', '-0.057', '24.505', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576224', 'Tomb_Mage', '9758', '57.224', '0.000', '28.930', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17576225', 'Tomb_Mage', '9758', '64.000', '-0.095', '25.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17576226', 'Spriggan', '9754', '0.000', '0.000', '0.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17576227', 'Spriggan', '9754', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576228', 'Spriggan', '9754', '0.000', '0.000', '0.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17576229', 'Spriggan', '9754', '0.000', '0.000', '0.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17576230', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576231', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576232', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576233', 'Tomb_Warrior', '9759', '95.462', '-7.407', '143.334', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17576234', 'Tomb_Warrior', '9759', '97.976', '-7.284', '141.207', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576235', 'Tomb_Mage', '9758', '180.044', '-0.378', '153.672', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576236', 'Tomb_Mage', '9758', '159.000', '-7.000', '180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576237', 'Shade', '9746', '174.294', '-3.236', '174.627', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576238', 'Shade', '9746', '179.000', '-0.300', '139.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17576239', 'Shade', '9746', '190.537', '-0.165', '145.051', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576240', 'Shade', '9746', '171.000', '-0.086', '142.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17576241', 'Lost_Soul', '9738', '183.000', '-0.091', '131.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576242', 'Lost_Soul', '9738', '158.000', '-15.000', '219.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17576243', 'Lost_Soul', '9738', '121.000', '-15.922', '219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576244', 'Lost_Soul', '9738', '138.471', '-15.951', '214.560', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576245', 'Spriggan', '9754', '0.000', '0.000', '0.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17576246', 'Spriggan', '9754', '0.000', '0.000', '0.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17576247', 'Spriggan', '9754', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576248', 'Spriggan', '9754', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17576249', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576250', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576251', 'Haunt', '9732', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576252', 'Tomb_Warrior', '9759', '92.163', '-16.031', '256.756', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17576253', 'Tomb_Warrior', '9759', '111.000', '-16.220', '258.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17576254', 'Tomb_Warrior', '9759', '69.023', '-16.079', '261.597', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17576255', 'Tomb_Mage', '9758', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576256', 'Tomb_Mage', '9758', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576257', 'Tomb_Warrior', '9759', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576258', 'Tomb_Warrior', '9759', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576259', 'Tomb_Mage', '9758', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576260', 'Tomb_Mage', '9758', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576261', 'Tomb_Warrior', '9759', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576262', 'Tomb_Warrior', '9759', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576263', 'Tomb_Mage', '9758', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576264', 'Tomb_Mage', '9758', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576265', 'Yum_Kimil', '9764', '-414.000', '8.000', '499.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17576321', 'Titans_Gate', '9761', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576325', 'East_Plate', '9757', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580033', 'Pirate_Pugil', '9790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580034', 'Pirate_Pugil', '9790', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580035', 'Greater_Pugil', '9782', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580036', 'Ooze', '9788', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580037', 'Mush', '9786', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580038', 'Blind_Moby', '9770', '211.000', '-59.000', '-101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580039', 'Smothered_Schmidt', '9796', '202.000', '-59.000', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580040', 'Crushed_Krause', '9773', '167.000', '-39.000', '-18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580041', 'Pulverized_Pfeffer', '9792', '-124.000', '-59.000', '-101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580042', 'Burned_Bergmann', '9772', '128.000', '-19.000', '429.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580043', 'Wounded_Wurfel', '9804', '41.000', '-11.000', '430.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580044', 'Asphyxiated_Amsel', '9767', '-85.000', '-26.000', '431.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580045', 'Skeleton_Warrior', '9795', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580046', 'Skeleton_Warrior', '9795', '20.000', '-60.234', '-212.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17580047', 'Skeleton_Warrior', '9795', '19.490', '-60.205', '-225.113', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17580048', 'Skeleton_Warrior', '9795', '13.000', '-59.000', '-183.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17580049', 'Skeleton_Warrior', '9795', '18.982', '-59.922', '-169.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580050', 'Skeleton_Warrior', '9795', '19.282', '-59.874', '-175.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580051', 'Fly_Agaric', '9776', '-14.282', '-59.900', '-177.424', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17580052', 'Fly_Agaric', '9776', '-16.713', '-59.780', '-186.027', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17580053', 'Fly_Agaric', '9776', '-28.088', '-59.560', '-180.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580054', 'Fly_Agaric', '9776', '-27.976', '-59.560', '-180.089', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17580055', 'Fly_Agaric', '9776', '62.000', '-59.482', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580056', 'Fly_Agaric', '9776', '69.590', '-59.701', '-181.616', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580057', 'Fly_Agaric', '9776', '63.000', '-59.672', '-176.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17580058', 'Fly_Agaric', '9776', '56.344', '-59.622', '-178.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580059', 'Ghoul', '9780', '-47.129', '-60.036', '-218.823', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17580060', 'Ghoul', '9780', '-58.000', '-59.826', '-207.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580061', 'Ghoul', '9780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580062', 'Ghoul', '9780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580063', 'Bandersnatch', '9768', '-60.000', '-59.000', '-177.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580064', 'Bandersnatch', '9768', '-61.198', '-60.271', '-191.543', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17580065', 'Bandersnatch', '9768', '202.658', '-59.876', '-103.267', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580066', 'Ore_Eater', '9789', '175.318', '-59.894', '-97.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580067', 'Ore_Eater', '9789', '197.250', '-60.307', '-100.010', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580068', 'Ore_Eater', '9789', '193.099', '-60.213', '-101.646', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17580069', 'Bandersnatch', '9768', '-120.145', '-59.880', '-94.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580070', 'Ore_Eater', '9789', '-118.530', '-60.083', '-101.679', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580071', 'Ore_Eater', '9789', '-98.000', '-60.047', '-101.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580072', 'Ore_Eater', '9789', '-110.708', '-60.304', '-98.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580073', 'Ghoul', '9780', '5.000', '-54.000', '-92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580074', 'Ghoul', '9780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580075', 'Ghoul', '9780', '41.000', '-54.000', '-93.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17580076', 'Ghoul', '9780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580077', 'Ghoul', '9780', '-49.120', '-59.711', '-18.073', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17580078', 'Ghoul', '9780', '-59.538', '-59.908', '-39.890', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17580079', 'Ghoul', '9780', '-50.458', '-60.513', '-27.575', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580080', 'Bandersnatch', '9768', '-57.000', '-59.000', '-54.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580081', 'Bandersnatch', '9768', '-57.333', '-60.631', '-17.333', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580082', 'Spunkie', '9797', '7.620', '-60.100', '-21.739', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580083', 'Spunkie', '9797', '28.127', '-60.100', '-15.117', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580084', 'Ghoul', '9780', '-11.945', '-60.100', '-19.287', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17580085', 'Ghoul', '9780', '46.119', '-60.100', '-14.976', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17580086', 'Ghoul', '9780', '29.907', '-60.100', '-9.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580087', 'Ghoul', '9780', '38.126', '-60.100', '-10.173', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17580088', 'Ghoul', '9780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580089', 'Bogy', '9771', '104.604', '-59.958', '-17.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580090', 'Bogy', '9771', '138.946', '-59.893', '-29.308', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17580091', 'Spunkie', '9797', '145.552', '-60.832', '-25.795', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17580092', 'Ghoul', '9780', '117.546', '-60.340', '-17.278', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17580093', 'Ghoul', '9780', '109.061', '-60.314', '-21.235', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580094', 'Ghoul', '9780', '105.832', '-59.875', '-24.441', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17580095', 'Ghoul', '9780', '100.812', '-60.376', '-157.490', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17580096', 'Bandersnatch', '9768', '102.335', '-60.747', '-176.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580097', 'Bandersnatch', '9768', '91.546', '-60.376', '-140.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580098', 'Ghoul', '9780', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580099', 'Ghoul', '9780', '147.781', '-59.875', '-98.180', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17580100', 'Ghoul', '9780', '139.000', '-59.875', '-64.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17580101', 'Bandersnatch', '9768', '155.192', '-59.885', '-99.506', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580102', 'Ghoul', '9780', '140.000', '-59.875', '-130.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17580103', 'Ghoul', '9780', '15.000', '-59.876', '-217.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17580104', 'Bandersnatch', '9768', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580105', 'Bandersnatch', '9768', '-53.000', '-60.184', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580106', 'Skeleton_Warrior', '9795', '-37.053', '-59.916', '-139.118', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580107', 'Skeleton_Warrior', '9795', '-29.000', '-60.833', '-219.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17580108', 'Ghoul', '9780', '-65.438', '-59.875', '-102.330', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17580109', 'Ghoul', '9780', '19.000', '-59.922', '-143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580110', 'Bandersnatch', '9768', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580111', 'Bandersnatch', '9768', '-2.856', '-39.993', '-58.427', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17580112', 'Ghoul', '9780', '-7.466', '-40.038', '-66.125', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17580113', 'Ghoul', '9780', '-10.000', '-40.000', '-75.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17580114', 'Wendigo', '9801', '15.205', '-40.057', '-59.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580115', 'Sadfly', '9794', '1.344', '-40.122', '-60.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580116', 'Sadfly', '9794', '28.504', '-40.376', '-56.530', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17580117', 'Sadfly', '9794', '47.463', '-40.076', '-70.692', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17580118', 'Jelly', '9783', '38.790', '-40.118', '-60.209', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580119', 'Wendigo', '9801', '48.311', '-40.080', '-55.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580120', 'Sadfly', '9794', '32.684', '-40.500', '-65.629', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17580121', 'Sadfly', '9794', '-3.585', '-40.048', '-35.143', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17580122', 'Sadfly', '9794', '19.000', '-40.190', '-40.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17580123', 'Jelly', '9783', '44.304', '-40.007', '-39.709', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17580124', 'Bogy', '9771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580125', 'Bogy', '9771', '18.222', '-39.923', '67.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580126', 'Bogy', '9771', '18.522', '-39.872', '12.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580127', 'Wendigo', '9801', '23.891', '-40.158', '59.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580128', 'Wendigo', '9801', '16.490', '-39.864', '57.818', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17580129', 'Wendigo', '9801', '147.446', '-39.938', '-23.999', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17580130', 'Wight', '9803', '164.287', '-40.007', '-23.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580131', 'Wight', '9803', '155.627', '-40.123', '-22.690', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17580132', 'Ore_Eater', '9789', '154.702', '-40.259', '-16.378', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580133', 'Ore_Eater', '9789', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580134', 'Ore_Eater', '9789', '19.000', '-39.000', '98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580135', 'Jelly', '9783', '19.782', '-40.097', '109.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580136', 'Wendigo', '9801', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580137', 'Wendigo', '9801', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580138', 'Wight', '9803', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580139', 'Accursed_Soldier', '10769', '148.835', '-39.035', '73.702', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580140', 'Accursed_Soldier', '10769', '148.193', '-39.088', '48.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580141', 'Accursed_Sorcerer', '10770', '158.629', '-38.905', '44.903', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17580142', 'Accursed_Sorcerer', '10770', '155.302', '-38.749', '65.689', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580143', 'Accursed_Soldier', '10769', '156.313', '-39.302', '83.656', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17580144', 'Accursed_Soldier', '10769', '168.679', '-38.913', '56.022', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580145', 'Accursed_Sorcerer', '10770', '165.091', '-38.744', '57.852', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580146', 'Accursed_Sorcerer', '10770', '145.065', '-38.528', '161.221', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17580147', 'Accursed_Soldier', '10769', '162.557', '-39.000', '203.844', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17580148', 'Accursed_Soldier', '10769', '141.797', '-37.448', '179.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580149', 'Accursed_Sorcerer', '10770', '146.271', '-37.455', '184.352', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580150', 'Accursed_Sorcerer', '10770', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580151', 'Accursed_Soldier', '10769', '140.392', '-37.400', '179.124', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17580152', 'Accursed_Soldier', '10769', '144.577', '-37.508', '168.585', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17580153', 'Accursed_Sorcerer', '10770', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580154', 'Accursed_Sorcerer', '10770', '157.823', '-38.575', '172.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580155', 'Madfly', '10771', '171.149', '-38.999', '152.302', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580156', 'Madfly', '10771', '170.827', '-38.993', '204.143', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17580157', 'Madfly', '10771', '161.038', '-38.521', '185.052', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580158', 'Rockmill', '10772', '171.440', '-38.999', '157.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580159', 'Madfly', '10771', '161.681', '-38.984', '196.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580160', 'Madfly', '10771', '127.027', '-38.871', '154.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580161', 'Madfly', '10771', '114.768', '-38.751', '187.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580162', 'Rockmill', '10772', '-28.000', '-40.375', '181.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580163', 'Madfly', '10771', '133.888', '-38.749', '155.597', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17580164', 'Madfly', '10771', '111.589', '-39.010', '208.598', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17580165', 'Madfly', '10771', '131.605', '-39.152', '204.232', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17580166', 'Rockmill', '10772', '158.000', '-39.000', '161.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580167', 'Madfly', '10771', '-1.214', '-40.100', '191.291', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17580168', 'Madfly', '10771', '53.120', '-40.100', '185.975', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17580169', 'Madfly', '10771', '24.045', '-40.100', '179.298', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17580170', 'Rockmill', '10772', '82.725', '-40.729', '182.570', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17580171', 'Madfly', '10771', '0.771', '-40.100', '177.744', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17580172', 'Madfly', '10771', '3.582', '-40.599', '184.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580173', 'Madfly', '10771', '-10.330', '-40.123', '190.100', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580174', 'Rockmill', '10772', '-73.266', '-38.848', '10.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580175', 'Madfly', '10771', '-124.531', '-38.998', '-10.603', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17580176', 'Madfly', '10771', '-83.706', '-38.483', '64.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580177', 'Madfly', '10771', '-107.587', '-37.645', '56.142', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17580178', 'Madfly', '10771', '-100.220', '-37.268', '54.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580179', 'Madfly', '10771', '-101.193', '-36.960', '62.658', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17580180', 'Madfly', '10771', '-106.953', '-37.414', '23.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580181', 'Madfly', '10771', '-98.699', '-37.534', '27.802', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580182', 'Madfly', '10771', '-108.511', '-37.593', '28.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580183', 'Madfly', '10771', '-128.300', '-39.000', '89.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580184', 'Madfly', '10771', '-119.029', '-38.923', '76.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580185', 'Madfly', '10771', '-75.593', '-39.451', '82.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580186', 'Madfly', '10771', '-62.655', '-39.000', '58.365', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17580187', 'Madfly', '10771', '-67.531', '-39.000', '51.402', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17580188', 'Madfly', '10771', '-114.318', '-39.335', '83.255', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580189', 'Rockmill', '10772', '-82.731', '-38.715', '43.888', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580190', 'Rockmill', '10772', '-68.403', '-38.999', '74.256', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580191', 'Rockmill', '10772', '-118.523', '-38.812', '39.211', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17580192', 'Rockmill', '10772', '-123.359', '-38.826', '31.718', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17580193', 'Rockmill', '10772', '-122.368', '-38.570', '22.287', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580194', 'Rockmill', '10772', '-84.727', '-39.261', '-2.480', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580195', 'Rockmill', '10772', '-68.322', '-39.186', '32.622', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17580196', 'Rockmill', '10772', '-68.029', '-38.993', '9.971', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17580197', 'Rockmill', '10772', '-127.247', '-38.961', '-3.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580198', 'Rockmill', '10772', '-109.899', '-38.953', '-1.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580199', 'Rockmill', '10772', '-124.301', '-39.201', '5.975', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17580200', 'Rockmill', '10772', '-97.449', '-38.751', '-3.931', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580201', 'Rockmill', '10772', '-77.000', '-38.999', '219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580202', 'Rockmill', '10772', '-82.382', '-38.721', '208.557', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17580203', 'Rockmill', '10772', '-100.753', '-37.201', '214.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580204', 'Rockmill', '10772', '-103.985', '-37.210', '218.490', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17580205', 'Rockmill', '10772', '-108.354', '-37.680', '216.318', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17580206', 'Rockmill', '10772', '-107.267', '-37.449', '221.513', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17580207', 'Madfly', '10771', '-69.643', '-39.000', '232.303', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17580208', 'Madfly', '10771', '-90.052', '-38.742', '241.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580209', 'Madfly', '10771', '-96.304', '-39.500', '250.856', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580210', 'Rockmill', '10772', '-119.899', '-38.988', '237.614', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17580211', 'Madfly', '10771', '-87.089', '-38.951', '241.405', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17580212', 'Madfly', '10771', '-131.019', '-39.090', '245.138', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17580213', 'Madfly', '10771', '-115.524', '-39.253', '247.294', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580214', 'Rockmill', '10772', '-106.749', '-38.599', '199.089', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580215', 'Madfly', '10771', '-107.526', '-39.001', '188.622', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580216', 'Madfly', '10771', '-88.320', '-38.700', '200.174', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17580217', 'Madfly', '10771', '-120.894', '-39.009', '189.006', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17580218', 'Rockmill', '10772', '-106.938', '-38.740', '195.977', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17580219', 'Madfly', '10771', '-86.378', '-38.776', '205.330', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17580220', 'Madfly', '10771', '-99.824', '-38.886', '192.823', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17580221', 'Madfly', '10771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580222', 'Rockmill', '10772', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580223', 'Madfly', '10771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580224', 'Madfly', '10771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580225', 'Madfly', '10771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580226', 'Rockmill', '10772', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580227', 'Wendigo', '9801', '-11.000', '-36.000', '90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580228', 'Wendigo', '9801', '-19.680', '-40.375', '72.967', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17580229', 'Mauthe_Doog', '9785', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580230', 'Mauthe_Doog', '9785', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580231', 'Wendigo', '9801', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580232', 'Mauthe_Doog', '9785', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580233', 'Wendigo', '9801', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580234', 'Mauthe_Doog', '9785', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580235', 'Myconid', '9787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580236', 'Myconid', '9787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580237', 'Myconid', '9787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580238', 'Myconid', '9787', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580239', 'Myconid', '9787', '-128.309', '0.999', '252.445', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17580240', 'Feu_Follet', '9775', '-106.653', '0.110', '229.592', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17580241', 'Feu_Follet', '9775', '-113.939', '0.826', '243.349', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17580242', 'Thunder_Elemental', '9798', '-126.231', '0.936', '241.004', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17580243', 'Earth_Elemental', '9774', '-116.858', '0.999', '228.788', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17580244', 'Myconid', '9787', '-140.691', '0.206', '289.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580245', 'Myconid', '9787', '-140.619', '0.032', '271.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580246', 'Thunder_Elemental', '9798', '-149.308', '1.016', '307.837', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17580247', 'Earth_Elemental', '9774', '-147.864', '1.676', '354.624', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17580248', 'Juggler_Hecatomb', '9784', '-138.821', '2.603', '337.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580249', 'Rancid_Ooze', '9793', '-135.023', '2.282', '344.851', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17580250', 'Gallinipper', '9778', '-136.264', '1.118', '366.417', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580251', 'Gallinipper', '9778', '-123.744', '1.643', '338.494', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17580252', 'Gallinipper', '9778', '-123.402', '1.251', '353.086', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17580253', 'Gallinipper', '9778', '-124.567', '1.008', '370.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580254', 'Gallinipper', '9778', '-108.804', '1.000', '364.306', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17580255', 'Feu_Follet', '9775', '-121.453', '1.509', '348.138', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17580256', 'Feu_Follet', '9775', '-135.791', '1.387', '359.340', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580257', 'Gallinipper', '9778', '-166.269', '0.999', '322.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580258', 'Gallinipper', '9778', '-118.885', '1.290', '327.051', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17580259', 'Gallinipper', '9778', '-162.607', '1.000', '316.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580260', 'Gallinipper', '9778', '-113.764', '1.000', '320.106', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580261', 'Gallinipper', '9778', '-134.764', '1.539', '326.140', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17580262', 'Feu_Follet', '9775', '-114.935', '0.999', '309.604', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580263', 'Feu_Follet', '9775', '-156.254', '1.000', '309.429', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580264', 'Mauthe_Doog', '9785', '2.007', '-20.500', '133.159', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580265', 'Amphisbaena', '9765', '-7.618', '-20.086', '127.927', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17580266', 'Amphisbaena', '9765', '17.942', '-19.923', '134.436', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580267', 'Amphisbaena', '9765', '-10.110', '-19.871', '119.043', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17580268', 'Amphisbaena', '9765', '4.420', '-20.126', '141.170', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17580269', 'Rancid_Ooze', '9793', '-10.286', '-19.999', '147.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580270', 'Mauthe_Doog', '9785', '27.000', '-19.000', '139.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17580271', 'Amphisbaena', '9765', '44.893', '-20.118', '135.837', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580272', 'Amphisbaena', '9765', '46.211', '-20.071', '143.866', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580273', 'Amphisbaena', '9765', '41.461', '-19.806', '137.714', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17580274', 'Rancid_Ooze', '9793', '41.000', '-20.500', '121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580275', 'Banshee', '9769', '-6.562', '-20.169', '165.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580276', 'Banshee', '9769', '19.387', '-20.002', '164.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580277', 'Banshee', '9769', '43.677', '-19.995', '160.065', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580278', 'Wight', '9803', '-62.933', '-20.364', '267.300', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580279', 'Wight', '9803', '-54.719', '-20.446', '228.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580280', 'Wight', '9803', '-59.967', '-20.481', '241.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580281', 'Ghast', '9779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580282', 'Mauthe_Doog', '9785', '-56.266', '-20.273', '223.447', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17580283', 'Mauthe_Doog', '9785', '-60.379', '-19.931', '259.034', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17580284', 'Foul_Meat', '9777', '23.966', '-19.575', '303.201', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17580285', 'Myconid', '9787', '-57.553', '-19.891', '295.650', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17580286', 'Myconid', '9787', '-54.845', '-19.423', '299.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580287', 'Myconid', '9787', '-50.208', '-20.267', '305.226', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580288', 'Wight', '9803', '-63.263', '-27.905', '366.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580289', 'Wight', '9803', '-67.319', '-28.130', '370.269', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580290', 'Wight', '9803', '-72.866', '-28.691', '376.411', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17580291', 'Ghast', '9779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580292', 'Myconid', '9787', '-61.858', '-27.847', '345.394', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17580293', 'Myconid', '9787', '-56.390', '-27.992', '368.690', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17580294', 'Myconid', '9787', '-61.751', '-28.032', '351.250', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17580295', 'Wight', '9803', '20.000', '-20.000', '355.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580296', 'Wight', '9803', '18.667', '-19.863', '370.556', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17580297', 'Ghast', '9779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580298', 'Gallinipper', '9778', '30.118', '-20.570', '347.789', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17580299', 'Gallinipper', '9778', '27.791', '-19.876', '376.186', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17580300', 'Gallinipper', '9778', '20.000', '-20.000', '366.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580301', 'Wight', '9803', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580302', 'Wight', '9803', '108.000', '-19.000', '381.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17580303', 'Ghast', '9779', '124.000', '-19.000', '377.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17580304', 'Gallinipper', '9778', '121.000', '-19.000', '380.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17580305', 'Gallinipper', '9778', '133.000', '-19.000', '385.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17580306', 'Gallinipper', '9778', '109.071', '-19.874', '376.207', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17580307', 'Rancid_Ooze', '9793', '-147.030', '-27.782', '335.902', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17580308', 'Rancid_Ooze', '9793', '-137.520', '-28.069', '347.120', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580309', 'Greater_Pugil', '9782', '-86.000', '-27.829', '440.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580310', 'Greater_Pugil', '9782', '-75.000', '-27.000', '438.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580311', 'Greater_Pugil', '9782', '-95.063', '-27.684', '441.741', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17580312', 'Greater_Pugil', '9782', '-67.000', '-27.701', '436.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17580313', 'Greater_Pugil', '9782', '37.427', '-10.999', '438.737', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580314', 'Greater_Pugil', '9782', '29.000', '-11.772', '435.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580315', 'Greater_Pugil', '9782', '51.000', '-10.999', '434.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580316', 'Greater_Pugil', '9782', '42.996', '-10.997', '438.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580317', 'Greater_Pugil', '9782', '113.000', '-19.000', '434.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17580318', 'Greater_Pugil', '9782', '114.911', '-15.501', '446.585', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17580319', 'Greater_Pugil', '9782', '108.000', '-19.942', '435.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17580320', 'Foul_Meat', '9777', '141.000', '-19.878', '208.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17580321', 'Mauthe_Doog', '9785', '19.000', '-19.898', '198.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17580322', 'Mauthe_Doog', '9785', '20.884', '-19.895', '221.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580323', 'Wight', '9803', '99.541', '-19.887', '230.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580324', 'Wight', '9803', '105.000', '-19.886', '262.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580325', 'Mauthe_Doog', '9785', '106.715', '-19.826', '258.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580326', 'Wight', '9803', '60.324', '-19.874', '335.502', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580327', 'Wight', '9803', '61.247', '-19.875', '306.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580328', 'Ghast', '9779', '58.543', '-19.875', '307.874', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17580329', 'Mauthe_Doog', '9785', '77.000', '-19.875', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580330', 'Banshee', '9769', '-21.710', '-19.893', '212.099', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580331', 'Banshee', '9769', '-27.671', '-20.098', '301.934', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17580332', 'Mauthe_Doog', '9785', '-90.000', '-24.000', '339.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17580333', 'Wight', '9803', '-100.000', '-27.875', '402.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580334', 'Wight', '9803', '-100.000', '-28.067', '386.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580335', 'Ghast', '9779', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580336', 'Banshee', '9769', '60.000', '-11.000', '407.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17580337', 'Wandering_Ghost', '9800', '-177.000', '-1.000', '371.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17580338', 'Pudding', '9791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580339', 'Pudding', '9791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580340', 'Earth_Elemental', '9774', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580341', 'Aroma_Fly', '9766', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580364', 'Zeid', '9805', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17580377', 'Treasure_Chest', '9799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584129', 'Guardian_Crawler', '9818', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584130', 'Guardian_Crawler', '9818', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584131', 'Drone_Crawler', '9815', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584132', 'Drone_Crawler', '9815', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584133', 'Queen_Crawler', '9830', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584134', 'Matron_Crawler', '9824', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584135', 'Awd_Goggie', '9806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584136', 'Worker_Crawler', '9838', '299.000', '-32.000', '-28.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17584137', 'Worker_Crawler', '9838', '332.950', '-33.111', '-18.821', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17584138', 'Worker_Crawler', '9838', '315.000', '-32.781', '-17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584139', 'Death_Jacket', '9810', '259.954', '-32.979', '-53.917', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17584140', 'Death_Jacket', '9810', '258.524', '-32.700', '-44.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584141', 'Death_Jacket', '9810', '251.000', '-32.000', '-17.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17584142', 'Death_Jacket', '9810', '260.274', '-32.760', '-35.165', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584143', 'Death_Jacket', '9810', '189.705', '-32.861', '-18.955', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17584144', 'Death_Jacket', '9810', '173.000', '-32.000', '-20.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17584145', 'Death_Jacket', '9810', '139.119', '-32.817', '-23.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584146', 'Death_Jacket', '9810', '161.210', '-32.792', '-20.387', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584147', 'Death_Jacket', '9810', '174.830', '-35.742', '-99.401', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17584148', 'Death_Jacket', '9810', '179.216', '-40.246', '-82.177', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584149', 'Death_Jacket', '9810', '177.000', '-40.000', '-62.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584150', 'Death_Jacket', '9810', '170.128', '-34.525', '-101.688', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584151', 'Worker_Crawler', '9838', '218.000', '-32.787', '-18.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584152', 'Worker_Crawler', '9838', '218.647', '-32.709', '-34.425', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17584153', 'Worker_Crawler', '9838', '222.086', '-34.680', '-54.679', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17584154', 'Maze_Lizard', '9825', '116.000', '-32.000', '-78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584155', 'Maze_Lizard', '9825', '124.462', '-32.974', '-97.487', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17584156', 'Maze_Lizard', '9825', '127.145', '-32.544', '-82.651', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584157', 'Maze_Lizard', '9825', '108.575', '-33.041', '-71.041', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584158', 'Maze_Lizard', '9825', '130.711', '-33.303', '-91.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584159', 'Maze_Lizard', '9825', '134.000', '-32.000', '-84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584160', 'Worker_Crawler', '9838', '146.259', '-32.760', '-142.220', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17584161', 'Worker_Crawler', '9838', '139.087', '-32.681', '-125.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584162', 'Killer_Mushroom', '9821', '197.441', '-32.995', '-148.612', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17584163', 'Killer_Mushroom', '9821', '210.905', '-33.536', '-158.508', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17584164', 'Killer_Mushroom', '9821', '186.000', '-32.823', '-166.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17584165', 'Killer_Mushroom', '9821', '207.441', '-33.176', '-152.561', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584166', 'Killer_Mushroom', '9821', '194.000', '-32.000', '-174.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584167', 'Killer_Mushroom', '9821', '186.078', '-33.235', '-154.204', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584168', 'Worker_Crawler', '9838', '96.005', '-32.826', '-15.909', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17584169', 'Worker_Crawler', '9838', '101.519', '-32.723', '-31.983', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17584170', 'Doom_Scorpion', '9812', '107.701', '-32.833', '37.645', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584171', 'Doom_Scorpion', '9812', '126.028', '-33.118', '37.526', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17584172', 'Doom_Scorpion', '9812', '118.567', '-32.687', '38.869', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584173', 'Doom_Scorpion', '9812', '122.729', '-33.011', '31.191', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17584174', 'Worker_Crawler', '9838', '67.149', '-32.987', '-112.939', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584175', 'Worker_Crawler', '9838', '53.000', '-32.000', '-101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584176', 'Worker_Crawler', '9838', '59.000', '-33.000', '-111.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17584177', 'Worker_Crawler', '9838', '62.275', '-32.967', '-99.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584178', 'Caveberry', '9808', '-15.184', '-33.270', '-93.080', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584179', 'Caveberry', '9808', '9.940', '-32.794', '-59.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584180', 'Caveberry', '9808', '-2.401', '-32.830', '-59.663', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17584181', 'Caveberry', '9808', '-15.334', '-33.193', '-65.919', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17584182', 'Caveberry', '9808', '-51.904', '-32.752', '-105.202', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17584183', 'Caveberry', '9808', '-24.774', '-33.231', '-94.508', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17584184', 'Caveberry', '9808', '-34.189', '-33.213', '-104.244', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17584185', 'Caveberry', '9808', '19.000', '-32.000', '-65.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584186', 'Caveberry', '9808', '17.402', '-33.293', '-74.679', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17584187', 'Caveberry', '9808', '-30.553', '-33.770', '-105.858', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17584188', 'Nest_Beetle', '9828', '-133.000', '-32.000', '-71.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17584189', 'Nest_Beetle', '9828', '-119.760', '-32.660', '-78.171', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17584190', 'Nest_Beetle', '9828', '-129.000', '-32.873', '-80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584191', 'Nest_Beetle', '9828', '-127.537', '-33.344', '-95.039', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17584192', 'Nest_Beetle', '9828', '-135.130', '-33.594', '-87.847', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17584193', 'Nest_Beetle', '9828', '-113.791', '-32.958', '-90.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584194', 'Nest_Beetle', '9828', '-106.000', '-33.000', '-68.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584195', 'Doom_Scorpion', '9812', '-133.000', '-34.000', '16.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17584196', 'Soldier_Crawler', '9832', '-146.793', '-33.588', '18.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584197', 'Soldier_Crawler', '9832', '-137.215', '-32.906', '29.714', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17584198', 'Soldier_Crawler', '9832', '-142.622', '-33.100', '29.918', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584199', 'Hornfly', '9820', '99.000', '-28.000', '-216.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584200', 'Hornfly', '9820', '122.000', '-23.000', '-219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584201', 'Hornfly', '9820', '99.000', '-32.000', '-196.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584202', 'Hornfly', '9820', '139.000', '-15.000', '-197.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584203', 'Hornfly', '9820', '141.000', '-12.000', '-183.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584204', 'Exoray', '9816', '62.000', '-28.000', '13.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17584205', 'Hornfly', '9820', '137.000', '-20.000', '-221.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584206', 'Hornfly', '9820', '123.000', '-8.000', '-178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584207', 'Exoray', '9816', '38.000', '-23.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584208', 'Hornfly', '9820', '104.000', '-4.000', '-176.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584209', 'Exoray', '9816', '49.000', '-0.500', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584210', 'Exoray', '9816', '-73.000', '-8.000', '89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584211', 'Exoray', '9816', '-70.000', '-9.000', '67.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584212', 'Exoray', '9816', '-85.000', '-9.000', '76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584213', 'Exoray', '9816', '-85.000', '-9.000', '88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584214', 'King_Crawler', '10765', '136.000', '-0.524', '-342.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584215', 'King_Crawler', '10765', '8.535', '-1.172', '-244.792', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17584216', 'King_Crawler', '10765', '92.000', '-0.888', '-234.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17584217', 'King_Crawler', '10765', '65.000', '-1.000', '-230.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17584218', 'King_Crawler', '10765', '-20.212', '-0.903', '-251.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584219', 'Vespo', '10766', '37.349', '-0.846', '-253.101', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584220', 'Vespo', '10766', '7.475', '-1.099', '-230.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584221', 'Dancing_Jewel', '10767', '-11.289', '-0.873', '-245.309', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584222', 'Dancing_Jewel', '10767', '76.000', '-1.000', '-247.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584223', 'Dancing_Jewel', '10767', '40.000', '-0.619', '-240.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17584224', 'King_Crawler', '10765', '120.178', '-1.246', '-309.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584225', 'King_Crawler', '10765', '104.000', '-0.731', '-266.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17584226', 'King_Crawler', '10765', '130.000', '-1.000', '-274.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17584227', 'King_Crawler', '10765', '134.838', '-0.868', '-305.053', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584228', 'King_Crawler', '10765', '107.999', '-1.050', '-302.328', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17584229', 'Vespo', '10766', '121.000', '-0.529', '-276.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17584230', 'Vespo', '10766', '101.133', '-1.686', '-300.981', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584231', 'Vespo', '10766', '116.000', '-0.600', '-392.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584232', 'Dancing_Jewel', '10767', '108.000', '-1.000', '-248.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584233', 'Dancing_Jewel', '10767', '122.128', '-0.840', '-363.310', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17584234', 'King_Crawler', '10765', '108.000', '-0.861', '-352.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584235', 'King_Crawler', '10765', '106.116', '-0.920', '-385.524', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584236', 'King_Crawler', '10765', '-7.000', '-1.000', '-229.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17584237', 'Vespo', '10766', '122.000', '0.500', '-330.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584238', 'Vespo', '10766', '112.000', '-0.630', '-399.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17584239', 'Vespo', '10766', '129.046', '-1.844', '-410.618', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584240', 'Vespo', '10766', '86.000', '-0.600', '-248.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584241', 'Vespo', '10766', '104.291', '-0.901', '-364.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584242', 'Olid_Funguar', '10768', '88.954', '-0.810', '-405.070', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17584243', 'Olid_Funguar', '10768', '20.000', '-1.000', '-237.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584244', 'King_Crawler', '10765', '63.666', '-0.673', '-401.447', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17584245', 'King_Crawler', '10765', '54.138', '-0.797', '-404.847', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17584246', 'Vespo', '10766', '87.038', '-0.708', '-399.196', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17584247', 'Vespo', '10766', '64.000', '-1.517', '-413.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584248', 'Vespo', '10766', '78.000', '-1.288', '-408.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17584249', 'Vespo', '10766', '123.000', '-1.000', '-238.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17584250', 'Vespo', '10766', '57.000', '-1.000', '-231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584251', 'Olid_Funguar', '10768', '87.000', '-1.000', '-388.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17584253', 'Olid_Funguar', '10768', '-3.300', '-0.860', '-396.107', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17584254', 'King_Crawler', '10765', '32.884', '-1.298', '-411.971', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17584255', 'King_Crawler', '10765', '-10.693', '-0.801', '-405.769', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17584256', 'King_Crawler', '10765', '-44.000', '-1.315', '-388.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17584257', 'Dancing_Jewel', '10767', '-26.121', '-0.811', '-407.428', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584258', 'Dancing_Jewel', '10767', '-0.050', '-0.771', '-405.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584259', 'Dancing_Jewel', '10767', '29.729', '-0.647', '-403.940', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17584260', 'Dancing_Jewel', '10767', '8.000', '-1.000', '-393.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584261', 'Dancing_Jewel', '10767', '53.000', '-1.000', '-390.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584262', 'Olid_Funguar', '10768', '-36.987', '-0.729', '-409.968', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17584263', 'Olid_Funguar', '10768', '-56.167', '-0.903', '-258.753', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584264', 'King_Crawler', '10765', '-42.050', '-0.662', '-289.721', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17584265', 'King_Crawler', '10765', '-51.908', '-1.085', '-276.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584266', 'Dancing_Jewel', '10767', '-42.992', '-0.655', '-267.679', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17584267', 'Dancing_Jewel', '10767', '-28.000', '-1.298', '-311.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584268', 'Dancing_Jewel', '10767', '-31.841', '-1.447', '-290.484', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17584269', 'Dancing_Jewel', '10767', '-49.357', '-0.736', '-297.595', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17584270', 'Dancing_Jewel', '10767', '24.000', '-1.000', '-249.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584271', 'Olid_Funguar', '10768', '-59.195', '-2.186', '-305.709', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17584272', 'Olid_Funguar', '10768', '-24.000', '-1.000', '-227.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17584273', 'Olid_Funguar', '10768', '-44.166', '-0.783', '-362.947', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584274', 'Vespo', '10766', '-37.923', '-0.790', '-371.677', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17584275', 'Vespo', '10766', '-58.558', '-2.078', '-387.879', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584276', 'Vespo', '10766', '-52.019', '-1.037', '-323.884', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17584277', 'Dancing_Jewel', '10767', '-56.000', '-1.038', '-363.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17584278', 'Dancing_Jewel', '10767', '-27.520', '-1.154', '-354.861', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17584279', 'Olid_Funguar', '10768', '-55.313', '-0.482', '-336.811', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17584280', 'Olid_Funguar', '10768', '119.000', '-1.000', '-230.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17584281', 'Olid_Funguar', '10768', '-22.901', '-1.385', '-380.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584282', 'Olid_Funguar', '10768', '27.000', '-0.875', '-321.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584283', 'Olid_Funguar', '10768', '30.176', '-1.054', '-302.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584284', 'Vespo', '10766', '-37.000', '-1.000', '-253.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584285', 'Vespo', '10766', '129.000', '-1.000', '-293.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584286', 'Dancing_Jewel', '10767', '112.000', '-1.000', '-329.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584287', 'Dancing_Jewel', '10767', '128.000', '-1.000', '-320.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17584288', 'Dancing_Jewel', '10767', '-40.000', '-1.000', '-324.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17584289', 'Olid_Funguar', '10768', '47.000', '-1.000', '-306.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17584290', 'Olid_Funguar', '10768', '46.000', '-1.000', '-322.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584291', 'Olid_Funguar', '10768', '28.000', '-1.000', '-389.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17584292', 'Olid_Funguar', '10768', '36.000', '-1.000', '-327.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584293', 'Olid_Funguar', '10768', '129.000', '-1.000', '-398.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584294', 'Fire_Elemental', '9817', '126.000', '-32.000', '47.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17584295', 'Water_Elemental', '9835', '-26.000', '-1.000', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584296', 'Fire_Elemental', '9817', '-133.000', '-1.000', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584297', 'Water_Elemental', '9835', '132.000', '-1.000', '-329.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584298', 'Blazer_Beetle', '9807', '9.000', '-1.000', '276.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584299', 'Blazer_Beetle', '9807', '-5.000', '-1.000', '281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584300', 'Blazer_Beetle', '9807', '-12.000', '-1.000', '250.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584301', 'Fire_Elemental', '9817', '-49.000', '-1.000', '-310.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584302', 'Water_Elemental', '9835', '59.000', '-1.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584303', 'Blazer_Beetle', '9807', '-30.000', '-1.000', '292.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584304', 'Blazer_Beetle', '9807', '12.000', '-1.000', '282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584305', 'Fire_Elemental', '9817', '-93.000', '-1.000', '239.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584306', 'Water_Elemental', '9835', '64.000', '-1.000', '-387.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584307', 'Blazer_Beetle', '9807', '10.000', '-1.000', '268.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584308', 'Blazer_Beetle', '9807', '-10.000', '-1.000', '288.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584309', 'Blazer_Beetle', '9807', '28.000', '-1.000', '268.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17584310', 'Blazer_Beetle', '9807', '-2.000', '-1.000', '290.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17584311', 'Blazer_Beetle', '9807', '-9.000', '-1.000', '269.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17584312', 'Dynast_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584313', 'Fire_Elemental', '9817', '130.000', '-1.000', '-269.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584314', 'Water_Elemental', '9835', '-198.000', '-1.000', '-338.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584315', 'Helm_Beetle', '9819', '-223.000', '-1.000', '-309.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17584316', 'Helm_Beetle', '9819', '-221.000', '-1.000', '-327.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584317', 'Helm_Beetle', '9819', '-208.000', '-1.000', '-343.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584318', 'Helm_Beetle', '9819', '-189.000', '-1.000', '-336.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17584319', 'Helm_Beetle', '9819', '-179.000', '-1.000', '-356.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584320', 'Helm_Beetle', '9819', '-181.000', '-1.000', '-344.000', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17584321', 'Knight_Crawler', '9822', '-349.000', '-1.000', '-262.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584322', 'Knight_Crawler', '9822', '-235.000', '-1.000', '223.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584323', 'Knight_Crawler', '9822', '-339.000', '-1.000', '-266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584324', 'Worker_Crawler', '9838', '96.000', '-32.000', '-151.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17584325', 'Worker_Crawler', '9838', '99.000', '-32.000', '-160.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17584326', 'Worker_Crawler', '9838', '102.000', '-35.000', '-170.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584327', 'Worker_Crawler', '9838', '77.000', '-32.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584328', 'Worker_Crawler', '9838', '59.000', '-37.000', '-24.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584329', 'Worker_Crawler', '9838', '58.000', '-32.000', '-46.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584330', 'Worker_Crawler', '9838', '61.000', '-31.000', '-37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584331', 'Puroboros', '9829', '58.000', '-0.500', '17.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17584332', 'Puroboros', '9829', '60.000', '-0.500', '26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584333', 'Doom_Scorpion', '9812', '70.000', '-1.000', '19.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17584334', 'Soldier_Crawler', '9832', '-65.000', '-1.000', '237.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584335', 'Soldier_Crawler', '9832', '-88.000', '-1.000', '229.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584336', 'Soldier_Crawler', '9832', '-78.000', '-1.000', '252.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584337', 'Soldier_Crawler', '9832', '-109.000', '-1.000', '252.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584338', 'Soldier_Crawler', '9832', '-92.000', '-1.000', '210.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584339', 'Soldier_Crawler', '9832', '-51.000', '-1.000', '228.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17584340', 'Soldier_Crawler', '9832', '-68.000', '-1.000', '229.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584341', 'Labyrinth_Lizard', '9823', '52.000', '-1.000', '200.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584342', 'Labyrinth_Lizard', '9823', '33.000', '-1.000', '189.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584343', 'Labyrinth_Lizard', '9823', '29.000', '-1.000', '173.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17584344', 'Labyrinth_Lizard', '9823', '52.000', '-1.000', '229.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584345', 'Labyrinth_Lizard', '9823', '27.000', '-1.000', '195.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17584346', 'Labyrinth_Lizard', '9823', '27.000', '-1.000', '212.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584347', 'Witch_Hazel', '9837', '-22.000', '-1.000', '340.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584348', 'Witch_Hazel', '9837', '19.000', '-1.000', '255.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584349', 'Witch_Hazel', '9837', '21.000', '-1.000', '244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584350', 'Witch_Hazel', '9837', '19.000', '-1.000', '230.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584351', 'Witch_Hazel', '9837', '22.000', '-1.000', '222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584352', 'Witch_Hazel', '9837', '-35.000', '-1.000', '340.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584353', 'Exoray', '9816', '57.000', '-1.000', '254.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584354', 'Exoray', '9816', '60.000', '-2.000', '-13.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584355', 'Exoray', '9816', '19.000', '-16.000', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584356', 'Exoray', '9816', '24.000', '-20.000', '23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584357', 'Exoray', '9816', '55.000', '-4.000', '-23.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17584358', 'Witch_Hazel', '9837', '-19.000', '-1.000', '308.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584359', 'Witch_Hazel', '9837', '-19.000', '-1.000', '321.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584360', 'Labyrinth_Lizard', '9823', '24.000', '-1.000', '207.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584361', 'Labyrinth_Lizard', '9823', '14.000', '-1.000', '209.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17584362', 'Labyrinth_Lizard', '9823', '37.000', '-1.000', '196.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17584363', 'Labyrinth_Lizard', '9823', '47.000', '-1.000', '209.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17584364', 'Labyrinth_Lizard', '9823', '41.000', '-1.000', '188.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17584365', 'Labyrinth_Lizard', '9823', '44.000', '-1.000', '214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584366', 'Soul_Stinger', '9833', '68.000', '-0.500', '220.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17584367', 'Soul_Stinger', '9833', '102.000', '-0.500', '225.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584368', 'Soul_Stinger', '9833', '63.000', '-0.500', '296.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584369', 'Soul_Stinger', '9833', '102.000', '-0.500', '252.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17584370', 'Soul_Stinger', '9833', '60.000', '-0.500', '319.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584371', 'Soul_Stinger', '9833', '-78.000', '-8.000', '180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584372', 'Soul_Stinger', '9833', '-102.000', '-13.000', '172.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584373', 'Soul_Stinger', '9833', '80.000', '-0.500', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584374', 'Exoray', '9816', '15.000', '-12.000', '-15.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17584375', 'Exoray', '9816', '39.000', '-8.000', '-20.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17584376', 'Exoray', '9816', '-64.000', '-9.000', '78.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17584377', 'Mushussu', '9827', '40.000', '-1.000', '345.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17584378', 'Mushussu', '9827', '-242.000', '-1.000', '-231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584379', 'Mushussu', '9827', '43.000', '-1.000', '372.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584380', 'Mushussu', '9827', '44.000', '-1.000', '360.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17584381', 'Witch_Hazel', '9837', '-61.000', '-8.000', '142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584382', 'Witch_Hazel', '9837', '-17.000', '-8.000', '145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584383', 'Witch_Hazel', '9837', '-20.000', '-8.000', '133.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584384', 'Witch_Hazel', '9837', '-54.000', '-2.000', '342.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584385', 'Rumble_Crawler', '9831', '-93.000', '-1.000', '-392.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584386', 'Rumble_Crawler', '9831', '-93.000', '-1.000', '-375.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584387', 'Rumble_Crawler', '9831', '-95.000', '-1.000', '-385.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584388', 'Rumble_Crawler', '9831', '-81.000', '-1.000', '-379.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584389', 'Rumble_Crawler', '9831', '-100.000', '-1.000', '-391.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584390', 'Rumble_Crawler', '9831', '-101.000', '-1.000', '-378.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584391', 'Wespe', '9836', '-101.000', '-1.000', '285.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584392', 'Wespe', '9836', '-103.000', '-1.000', '311.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584393', 'Wespe', '9836', '-60.000', '-7.000', '321.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584395', 'Wespe', '9836', '-89.000', '-1.000', '301.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584396', 'Wespe', '9836', '-75.000', '-1.000', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584397', 'Wespe', '9836', '-57.000', '-4.000', '304.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584398', 'Demonic_Tiphia', '9811', '-98.000', '-0.637', '324.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584399', 'Dragonfly', '9813', '-134.000', '-1.000', '361.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584400', 'Dragonfly', '9813', '-163.000', '-1.000', '350.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584401', 'Dragonfly', '9813', '-125.000', '-1.000', '347.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17584402', 'Dragonfly', '9813', '-107.000', '-1.000', '363.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584403', 'Dragonfly', '9813', '-165.000', '-1.000', '366.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584426', 'Mimic', '9826', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588225', 'Ichorous_Ire', '9863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588226', 'Goblin_Ambusher', '9851', '-254.735', '-0.500', '-93.358', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588227', 'Goblin_Tinkerer', '9861', '-237.412', '-0.479', '-125.600', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588228', 'Goblin_Butcher', '9852', '-276.632', '-0.643', '-123.594', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17588229', 'Goblin_Ambusher', '9851', '-257.844', '-0.732', '-101.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588230', 'Goblin_Tinkerer', '9861', '-254.569', '0.459', '-122.541', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588231', 'Goblin_Butcher', '9852', '-283.476', '-0.834', '-129.095', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17588232', 'Maze_Maker', '9868', '-244.082', '0.020', '-107.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588233', 'Maze_Maker', '9868', '-247.073', '-0.042', '-107.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588234', 'Maze_Maker', '9868', '-243.629', '-0.554', '-87.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588235', 'Maze_Maker', '9868', '-248.963', '-0.183', '-105.216', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588236', 'Stink_Bats', '9873', '-230.526', '-0.040', '-83.876', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588237', 'Stink_Bats', '9873', '-247.033', '-0.034', '-108.140', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17588238', 'Stink_Bats', '9873', '-252.487', '-1.182', '-98.554', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588239', 'Stink_Bats', '9873', '-239.130', '-0.509', '-80.842', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17588240', 'Combat', '9846', '-220.000', '-0.549', '-37.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17588241', 'Goblin_Ambusher', '9851', '-149.000', '-0.199', '-5.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17588242', 'Goblin_Tinkerer', '9861', '-209.151', '-0.479', '-9.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588243', 'Goblin_Butcher', '9852', '-167.622', '-0.121', '11.456', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17588244', 'Goblin_Ambusher', '9851', '-161.915', '-0.493', '4.992', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588245', 'Goblin_Tinkerer', '9861', '-170.933', '-0.357', '2.048', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588246', 'Goblin_Butcher', '9852', '-195.733', '-0.187', '3.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588247', 'Maze_Maker', '9868', '-166.504', '-0.314', '19.498', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588248', 'Maze_Maker', '9868', '-172.884', '-0.513', '14.052', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17588249', 'Maze_Maker', '9868', '-139.419', '-0.431', '4.721', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588250', 'Maze_Maker', '9868', '-152.577', '-0.424', '20.509', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588251', 'Stink_Bats', '9873', '-175.399', '-1.297', '22.452', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17588252', 'Stink_Bats', '9873', '-181.548', '-0.559', '13.352', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588253', 'Stink_Bats', '9873', '-152.070', '-0.226', '15.689', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17588254', 'Combat', '9846', '-166.824', '-0.509', '27.559', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17588255', 'Combat', '9846', '-161.709', '-0.060', '-9.996', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17588256', 'Carnivorous_Crawler', '9844', '-158.023', '0.371', '12.234', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17588257', 'Stink_Bats', '9873', '-110.960', '-0.929', '13.249', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588258', 'Stink_Bats', '9873', '-111.829', '-0.434', '-0.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588259', 'Combat', '9846', '-116.773', '0.136', '-12.194', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588260', 'Combat', '9846', '-82.000', '-0.519', '-0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588261', 'Carnivorous_Crawler', '9844', '-158.000', '-0.376', '39.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588262', 'Carnivorous_Crawler', '9844', '-126.683', '-0.255', '-6.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588263', 'Goblin_Ambusher', '9851', '-131.836', '-0.803', '-31.636', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588264', 'Goblin_Tinkerer', '9861', '-125.000', '-0.602', '7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588265', 'Goblin_Butcher', '9852', '-99.687', '-0.507', '-69.124', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17588266', 'Goblin_Ambusher', '9851', '-112.000', '-0.500', '-45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588267', 'Goblin_Tinkerer', '9861', '-146.000', '0.003', '-2.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17588268', 'Goblin_Butcher', '9852', '-131.153', '-0.530', '-20.266', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17588269', 'Maze_Maker', '9868', '-78.576', '-0.491', '-36.482', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588270', 'Maze_Maker', '9868', '-71.875', '-0.086', '-41.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588271', 'Maze_Maker', '9868', '-94.825', '-0.154', '-42.396', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17588272', 'Stink_Bats', '9873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588273', 'Stink_Bats', '9873', '-109.124', '-0.509', '-51.728', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17588274', 'Combat', '9846', '-84.462', '-0.240', '-47.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588275', 'Combat', '9846', '-87.979', '-0.558', '-42.434', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17588276', 'Maze_Maker', '9868', '-108.589', '0.074', '-102.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588277', 'Maze_Maker', '9868', '-99.858', '-0.230', '-96.884', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17588279', 'Goblin_Ambusher', '9851', '-77.104', '-0.424', '-30.869', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17588280', 'Goblin_Tinkerer', '9861', '-90.926', '-0.771', '3.966', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17588281', 'Goblin_Butcher', '9852', '-20.339', '-0.178', '-11.621', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588282', 'Goblin_Ambusher', '9851', '-90.365', '-0.554', '-24.414', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17588283', 'Goblin_Tinkerer', '9861', '-28.000', '0.999', '-2.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17588284', 'Goblin_Butcher', '9852', '-6.626', '-0.503', '1.863', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17588285', 'Stink_Bats', '9873', '-88.596', '-0.229', '10.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588286', 'Stink_Bats', '9873', '-80.586', '0.065', '-13.315', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17588287', 'Stink_Bats', '9873', '-39.171', '-0.364', '-8.432', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588288', 'Combat', '9846', '-68.000', '0.999', '-7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588289', 'Combat', '9846', '-69.222', '-0.458', '-27.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588290', 'Carnivorous_Crawler', '9844', '-4.548', '-0.613', '-10.511', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17588291', 'Carnivorous_Crawler', '9844', '-46.773', '-0.140', '-8.097', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588292', 'Carnivorous_Crawler', '9844', '-66.828', '-0.375', '-29.026', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17588293', 'Stink_Bats', '9873', '-43.806', '-4.097', '19.983', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17588294', 'Stink_Bats', '9873', '-33.823', '-2.744', '29.213', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588295', 'Stink_Bats', '9873', '-44.332', '-4.467', '29.202', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17588296', 'Maze_Scorpion', '9869', '-30.703', '-4.600', '22.167', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588297', 'Goblin_Ambusher', '9851', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588298', 'Goblin_Tinkerer', '9861', '-27.000', '-0.495', '53.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588299', 'Goblin_Butcher', '9852', '-38.928', '-0.500', '39.845', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588300', 'Goblin_Ambusher', '9851', '-45.753', '-0.385', '44.830', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17588301', 'Goblin_Tinkerer', '9861', '-35.292', '-0.500', '39.556', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17588302', 'Goblin_Butcher', '9852', '-50.000', '-0.463', '51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588303', 'Combat', '9846', '-96.371', '-5.846', '102.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588304', 'Combat', '9846', '-119.753', '-10.003', '100.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588305', 'Carnivorous_Crawler', '9844', '-140.000', '-10.000', '114.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588306', 'Carnivorous_Crawler', '9844', '-82.310', '-0.726', '99.472', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588307', 'Goblin_Mugger', '9856', '-152.437', '-9.614', '139.240', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588308', 'Goblin_Leecher', '9855', '-143.200', '-10.723', '142.939', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17588309', 'Goblin_Gambler', '9854', '-151.251', '-11.381', '146.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588310', 'Goblin_Mugger', '9856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588311', 'Goblin_Leecher', '9855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588312', 'Goblin_Gambler', '9854', '-151.384', '-10.993', '132.841', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588313', 'Combat', '9846', '-87.489', '-10.240', '154.270', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588314', 'Combat', '9846', '-77.653', '-10.477', '161.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588315', 'Carnivorous_Crawler', '9844', '-91.072', '-10.521', '155.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588316', 'Carnivorous_Crawler', '9844', '-78.000', '-10.000', '155.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588317', 'Ghoul', '9849', '-31.122', '-10.770', '179.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588318', 'Ghoul', '9849', '-46.152', '-10.832', '176.788', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588319', 'Wendigo', '9875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588320', 'Combat', '9846', '-23.478', '-11.020', '183.311', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588321', 'Combat', '9846', '-29.403', '-10.562', '177.870', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17588322', 'Carnivorous_Crawler', '9844', '-50.812', '-10.662', '176.463', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17588323', 'Ghoul', '9849', '-187.317', '-1.029', '-11.248', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588324', 'Ghoul', '9849', '-58.784', '-1.294', '-21.340', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17588325', 'Ghoul', '9849', '-98.372', '-1.042', '-102.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588326', 'Ghoul', '9849', '231.000', '18.000', '-199.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588327', 'Ghoul', '9849', '276.000', '18.000', '-248.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588328', 'Wendigo', '9875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588329', 'Combat', '9846', '9.648', '13.267', '104.649', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588330', 'Combat', '9846', '19.000', '19.000', '127.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17588331', 'Carnivorous_Crawler', '9844', '-18.691', '-0.500', '79.565', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17588332', 'Carnivorous_Crawler', '9844', '-14.585', '5.719', '94.860', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588333', 'Carnivorous_Crawler', '9844', '51.730', '19.331', '193.134', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588334', 'Carnivorous_Crawler', '9844', '13.802', '20.296', '157.562', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17588335', 'Carnivorous_Crawler', '9844', '-4.000', '20.000', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588336', 'Carnivorous_Crawler', '9844', '9.203', '19.862', '152.573', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588337', 'Carnivorous_Crawler', '9844', '46.565', '19.688', '156.897', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17588338', 'Carnivorous_Crawler', '9844', '37.775', '20.327', '187.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588339', 'Carnivorous_Crawler', '9844', '32.330', '19.365', '165.273', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17588340', 'Carnivorous_Crawler', '9844', '20.000', '20.000', '148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588341', 'Maze_Scorpion', '9869', '45.796', '19.446', '177.932', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17588342', 'Maze_Scorpion', '9869', '3.608', '19.462', '150.398', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588343', 'Maze_Scorpion', '9869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588344', 'Carnivorous_Crawler', '9844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588345', 'Carnivorous_Crawler', '9844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588346', 'Jelly', '9864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588347', 'Jelly', '9864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588348', 'Poison_Leech', '9870', '283.000', '19.000', '-208.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588349', 'Poison_Leech', '9870', '270.000', '18.000', '-218.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588350', 'Bleeder_Leech', '10825', '87.337', '-0.165', '68.579', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588351', 'Bleeder_Leech', '10825', '96.107', '-0.516', '31.201', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17588352', 'Bleeder_Leech', '10825', '69.503', '-1.847', '41.507', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17588353', 'Bleeder_Leech', '10825', '204.000', '-1.000', '-89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588354', 'Bleeder_Leech', '10825', '110.000', '-1.000', '-90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588355', 'Air_Elemental', '9840', '70.000', '-1.311', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588356', 'Earth_Elemental', '9848', '84.885', '-0.750', '83.092', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588357', 'Bleeder_Leech', '10825', '94.840', '0.499', '39.860', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17588358', 'Bleeder_Leech', '10825', '282.000', '-5.000', '-154.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588359', 'Bleeder_Leech', '10825', '253.000', '-0.500', '-159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588360', 'Bleeder_Leech', '10825', '133.478', '-0.414', '83.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588361', 'Chaser_Bats', '10826', '121.918', '-0.246', '71.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588362', 'Chaser_Bats', '10826', '123.294', '-0.799', '86.650', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17588363', 'Air_Elemental', '9840', '126.463', '-0.487', '16.925', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588364', 'Earth_Elemental', '9848', '123.619', '-0.557', '79.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588365', 'Bleeder_Leech', '10825', '122.238', '-0.408', '75.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588366', 'Bleeder_Leech', '10825', '108.202', '-0.095', '35.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588367', 'Bleeder_Leech', '10825', '131.981', '-0.514', '53.732', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17588368', 'Bleeder_Leech', '10825', '125.120', '0.321', '26.717', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588369', 'Bleeder_Leech', '10825', '101.000', '-0.500', '-64.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588370', 'Crypterpillar', '10828', '141.811', '-0.808', '22.382', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17588371', 'Air_Elemental', '9840', '116.946', '0.234', '10.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588372', 'Earth_Elemental', '9848', '156.495', '-0.472', '5.078', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17588373', 'Bleeder_Leech', '10825', '169.982', '-5.503', '81.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588374', 'Bleeder_Leech', '10825', '105.680', '-1.380', '-54.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588375', 'Bleeder_Leech', '10825', '101.268', '-0.498', '-28.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588376', 'Bleeder_Leech', '10825', '111.925', '-0.489', '-97.185', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588377', 'Bleeder_Leech', '10825', '109.935', '-0.395', '-97.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588378', 'Air_Elemental', '9840', '180.820', '-0.273', '-86.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588379', 'Earth_Elemental', '9848', '166.515', '0.266', '-52.960', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17588380', 'Bleeder_Leech', '10825', '178.903', '-0.552', '-58.715', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588381', 'Chaser_Bats', '10826', '182.276', '-1.141', '-94.781', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588382', 'Chaser_Bats', '10826', '172.539', '-0.544', '-39.672', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588383', 'Chaser_Bats', '10826', '181.680', '-0.408', '-87.853', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17588384', 'Chaser_Bats', '10826', '170.418', '-0.021', '-52.407', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588385', 'Chaser_Bats', '10826', '168.862', '-0.504', '-91.176', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588386', 'Chaser_Bats', '10826', '186.320', '0.285', '-81.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588387', 'Chaser_Bats', '10826', '192.467', '-0.500', '-90.674', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17588388', 'Chaser_Bats', '10826', '165.039', '-0.307', '-45.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588389', 'Chaser_Bats', '10826', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588390', 'Bleeder_Leech', '10825', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588391', 'Chaser_Bats', '10826', '240.730', '-0.063', '-148.341', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17588392', 'Chaser_Bats', '10826', '204.834', '-0.353', '-129.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588393', 'Chaser_Bats', '10826', '255.611', '-0.499', '-152.424', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17588394', 'Chaser_Bats', '10826', '217.639', '-0.185', '-124.514', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588395', 'Chaser_Bats', '10826', '266.752', '-1.626', '-146.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588396', 'Bleeder_Leech', '10825', '241.663', '-0.473', '-117.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588397', 'Chaser_Bats', '10826', '253.188', '-0.768', '-132.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588398', 'Chaser_Bats', '10826', '221.137', '-0.661', '-129.479', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17588399', 'Chaser_Bats', '10826', '238.835', '0.339', '-143.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588400', 'Chaser_Bats', '10826', '209.000', '0.235', '-109.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588401', 'Crypterpillar', '10828', '224.580', '-0.513', '-146.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588402', 'Chaser_Bats', '10826', '240.309', '-0.461', '-115.896', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17588403', 'Crypterpillar', '10828', '235.304', '-0.447', '-157.752', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588404', 'Crypterpillar', '10828', '264.000', '-1.000', '-158.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588405', 'Crypterpillar', '10828', '234.000', '-1.000', '-134.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588406', 'Crypterpillar', '10828', '203.000', '-1.000', '-95.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588407', 'Crypterpillar', '10828', '226.000', '-1.000', '-113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588408', 'Chaser_Bats', '10826', '289.500', '-5.500', '-158.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588409', 'Crypterpillar', '10828', '190.000', '-1.000', '-106.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588410', 'Crypterpillar', '10828', '184.000', '-1.000', '-70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588411', 'Crypterpillar', '10828', '159.000', '-1.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588412', 'Crypterpillar', '10828', '155.000', '-1.000', '-17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588413', 'Crypterpillar', '10828', '139.000', '-1.000', '-8.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588414', 'Crypterpillar', '10828', '124.000', '-1.000', '7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588415', 'Crypterpillar', '10828', '121.000', '-1.000', '42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588416', 'Warren_Bat', '10827', '103.000', '-1.000', '70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588417', 'Warren_Bat', '10827', '122.000', '-1.000', '50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588418', 'Warren_Bat', '10827', '119.000', '-1.000', '-3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588419', 'Crypterpillar', '10828', '98.000', '-1.000', '58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588420', 'Crypterpillar', '10828', '79.000', '-1.000', '78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588421', 'Warren_Bat', '10827', '137.000', '-1.000', '-7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588422', 'Warren_Bat', '10827', '151.000', '-1.000', '-33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588423', 'Warren_Bat', '10827', '167.000', '-1.000', '-16.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588424', 'Crypterpillar', '10828', '135.000', '-1.000', '72.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588425', 'Crypterpillar', '10828', '161.000', '-1.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588426', 'Warren_Bat', '10827', '152.000', '-1.000', '-51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588427', 'Warren_Bat', '10827', '165.000', '-1.000', '-75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588429', 'Crypterpillar', '10828', '161.000', '-1.000', '-38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588430', 'Crypterpillar', '10828', '84.000', '-1.000', '32.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588431', 'Warren_Bat', '10827', '230.308', '-0.740', '45.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588432', 'Warren_Bat', '10827', '190.000', '-1.000', '-101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588433', 'Warren_Bat', '10827', '197.000', '-1.000', '-118.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588434', 'Crypterpillar', '10828', '113.000', '-1.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588435', 'Warren_Bat', '10827', '230.000', '-1.000', '-125.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588436', 'Warren_Bat', '10827', '-40.384', '-0.517', '-68.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588437', 'Warren_Bat', '10827', '142.000', '-1.000', '76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588438', 'Warren_Bat', '10827', '245.000', '-1.000', '-155.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588439', 'Crypterpillar', '10828', '161.000', '-1.000', '86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588440', 'Warren_Bat', '10827', '149.000', '-1.000', '-9.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588441', 'Warren_Bat', '10827', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588442', 'Warren_Bat', '10827', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588443', 'Warren_Bat', '10827', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588444', 'Ancient_Bat', '9841', '-24.000', '-0.588', '-97.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588445', 'Ancient_Bat', '9841', '-19.000', '-1.000', '-135.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17588446', 'Seeker_Bats', '9872', '-33.566', '-0.993', '-76.094', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17588447', 'Seeker_Bats', '9872', '-56.447', '-0.346', '-64.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588448', 'Poison_Leech', '9870', '254.000', '19.000', '-205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588449', 'Poison_Leech', '9870', '269.000', '17.000', '-186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588450', 'Ghoul', '9849', '-179.574', '9.567', '-67.017', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17588451', 'Wendigo', '9875', '-179.191', '9.316', '-118.260', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588452', 'Ancient_Bat', '9841', '-199.633', '-0.446', '-137.323', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17588453', 'Ancient_Bat', '9841', '-182.230', '8.430', '-101.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588454', 'Ancient_Bat', '9841', '-177.508', '9.296', '-80.173', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588455', 'Seeker_Bats', '9872', '-159.097', '9.344', '-60.809', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17588456', 'Seeker_Bats', '9872', '-145.306', '7.192', '-55.647', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588457', 'Jelly', '9864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588458', 'Jelly', '9864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588459', 'Ghoul', '9849', '-168.081', '9.327', '-56.418', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588460', 'Ghoul', '9849', '-210.673', '19.186', '-3.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588461', 'Ghoul', '9849', '-214.599', '19.087', '-16.841', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17588462', 'Ghoul', '9849', '290.000', '18.000', '-239.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588463', 'Wendigo', '9875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588464', 'Wendigo', '9875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588465', 'Ancient_Bat', '9841', '-194.389', '19.668', '-2.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588466', 'Ancient_Bat', '9841', '-194.336', '19.661', '-2.587', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588467', 'Seeker_Bats', '9872', '-217.799', '16.483', '-48.543', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17588468', 'Seeker_Bats', '9872', '-206.597', '19.660', '2.553', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17588469', 'Gloombound_Lurker', '9856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588470', 'Ghoul', '9849', '-197.695', '19.500', '1.674', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17588471', 'Wendigo', '9875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588472', 'Ghoul', '9849', '190.748', '2.905', '15.168', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17588473', 'Wendigo', '9875', '164.111', '17.934', '-20.229', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17588474', 'Goblin_Ambusher', '9851', '180.970', '8.882', '1.938', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588475', 'Goblin_Tinkerer', '9861', '173.000', '16.000', '-15.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17588476', 'Goblin_Butcher', '9852', '130.618', '19.463', '-1.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588477', 'Goblin_Ambusher', '9851', '123.440', '19.888', '6.572', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17588478', 'Goblin_Tinkerer', '9861', '110.566', '19.489', '6.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588479', 'Goblin_Butcher', '9852', '56.249', '18.985', '36.442', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17588480', 'Maze_Maker', '9868', '57.489', '19.315', '34.842', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17588481', 'Maze_Maker', '9868', '56.763', '19.530', '18.848', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17588482', 'Maze_Maker', '9868', '60.950', '19.456', '2.312', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17588483', 'Stink_Bats', '9873', '62.813', '19.271', '36.978', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17588484', 'Stink_Bats', '9873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588485', 'Combat', '9846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588486', 'Combat', '9846', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588487', 'Ghoul', '9849', '59.467', '19.499', '-4.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588488', 'Ghoul', '9849', '-18.157', '19.625', '-6.461', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588489', 'Jelly', '9864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588490', 'Jelly', '9864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588491', 'Maze_Maker', '9868', '-16.491', '19.328', '12.567', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17588492', 'Maze_Maker', '9868', '-24.239', '19.514', '-6.004', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588493', 'Stink_Bats', '9873', '-43.352', '19.643', '-5.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588494', 'Stink_Bats', '9873', '-29.015', '19.208', '-16.972', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17588495', 'Combat', '9846', '-31.596', '19.668', '-29.572', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588496', 'Maze_Maker', '9868', '-40.484', '20.464', '-19.352', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17588497', 'Maze_Maker', '9868', '-27.431', '20.419', '0.108', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17588498', 'Stink_Bats', '9873', '-43.000', '20.000', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588499', 'Stink_Bats', '9873', '-37.371', '19.931', '-11.191', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588500', 'Combat', '9846', '-41.572', '20.229', '-15.463', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588501', 'Goblin_Ambusher', '9851', '-30.120', '19.895', '-77.174', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588502', 'Goblin_Tinkerer', '9861', '-45.635', '19.472', '-89.965', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17588503', 'Goblin_Butcher', '9852', '-74.357', '19.485', '-40.783', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588504', 'Goblin_Ambusher', '9851', '-41.378', '20.436', '-61.455', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17588505', 'Goblin_Tinkerer', '9861', '-44.005', '19.468', '-48.241', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588506', 'Goblin_Butcher', '9852', '-57.979', '19.313', '-49.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588507', 'Stink_Bats', '9873', '-66.580', '20.354', '-39.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588508', 'Stink_Bats', '9873', '-55.380', '19.669', '-35.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588509', 'Combat', '9846', '-27.865', '19.571', '-80.994', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17588510', 'Goblin_Mugger', '9856', '-47.848', '19.576', '-47.172', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588511', 'Goblin_Leecher', '9855', '-45.615', '19.990', '-63.870', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588512', 'Goblin_Gambler', '9854', '-125.000', '19.000', '-34.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17588513', 'Abyss_Worm', '9839', '-92.158', '19.531', '-46.166', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588514', 'Seeker_Bats', '9872', '-81.271', '19.479', '-48.701', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17588515', 'Seeker_Bats', '9872', '-102.000', '21.000', '-39.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17588516', 'Ancient_Bat', '9841', '-83.924', '19.663', '-52.192', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17588517', 'Abyss_Worm', '9839', '-118.473', '19.851', '-29.671', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588518', 'Abyss_Worm', '9839', '-89.712', '19.555', '-51.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588519', 'Abyss_Worm', '9839', '-113.607', '19.466', '-44.403', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588520', 'Wight', '9877', '-101.750', '20.142', '-49.487', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17588521', 'Abyss_Worm', '9839', '-100.098', '20.044', '-44.894', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17588522', 'Abyss_Worm', '9839', '-81.224', '19.302', '-34.271', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588523', 'Abyss_Worm', '9839', '-99.000', '20.000', '-81.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17588524', 'Seeker_Bats', '9872', '-100.000', '19.000', '-86.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17588525', 'Wight', '9877', '-105.838', '17.690', '-96.894', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17588526', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588527', 'Wight', '9877', '-23.429', '20.218', '10.213', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17588528', 'Wight', '9877', '-49.120', '18.633', '-13.697', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17588529', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588530', 'Wight', '9877', '-31.433', '20.181', '-57.606', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17588531', 'Wight', '9877', '-28.286', '19.967', '-58.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588532', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588533', 'Abyss_Worm', '9839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588534', 'Abyss_Worm', '9839', '-70.574', '19.698', '-30.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588535', 'Abyss_Worm', '9839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588536', 'Abyss_Worm', '9839', '-102.079', '19.387', '-28.898', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588537', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588538', 'Ancient_Bat', '9841', '-123.896', '19.222', '-47.462', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17588539', 'Labyrinth_Scorpion', '9865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588540', 'Labyrinth_Scorpion', '9865', '-34.000', '19.000', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588541', 'Air_Elemental', '9840', '-61.000', '18.000', '-132.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588542', 'Earth_Elemental', '9848', '5.000', '20.000', '-157.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588543', 'Wight', '9877', '2.016', '19.501', '-160.332', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17588544', 'Wight', '9877', '-2.865', '19.442', '-156.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588546', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588547', 'Abyss_Worm', '9839', '19.000', '7.000', '-68.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17588548', 'Abyss_Worm', '9839', '20.848', '11.420', '-86.479', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588549', 'Abyss_Worm', '9839', '23.065', '1.385', '-46.883', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17588550', 'Abyss_Worm', '9839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588551', 'Ancient_Bat', '9841', '41.000', '20.000', '-98.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588552', 'Ancient_Bat', '9841', '71.510', '19.500', '-108.464', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588553', 'Labyrinth_Scorpion', '9865', '112.326', '19.923', '-107.904', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17588554', 'Labyrinth_Scorpion', '9865', '104.821', '19.395', '-110.147', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17588555', 'Wight', '9877', '139.280', '19.166', '-89.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588556', 'Wight', '9877', '143.663', '19.629', '-91.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588557', 'Wight', '9877', '150.351', '20.400', '-82.203', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17588558', 'Abyss_Worm', '9839', '120.000', '21.000', '-104.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588559', 'Abyss_Worm', '9839', '93.277', '20.382', '-120.162', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588560', 'Abyss_Worm', '9839', '130.865', '19.704', '-82.555', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17588561', 'Ancient_Bat', '9841', '163.000', '20.000', '-73.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17588562', 'Ancient_Bat', '9841', '119.000', '21.000', '-92.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588563', 'Labyrinth_Scorpion', '9865', '101.242', '18.025', '-132.160', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17588564', 'Labyrinth_Scorpion', '9865', '125.572', '19.732', '-120.216', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588565', 'Air_Elemental', '9840', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588566', 'Earth_Elemental', '9848', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588567', 'Labyrinth_Scorpion', '9865', '98.572', '18.706', '-97.871', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588568', 'Labyrinth_Scorpion', '9865', '285.000', '20.000', '-78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588569', 'Protozoan', '9871', '262.000', '19.000', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588570', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588571', 'Wight', '9877', '99.726', '12.857', '-185.486', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17588572', 'Wight', '9877', '102.059', '19.287', '-164.017', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17588573', 'Wight', '9877', '111.173', '19.993', '-144.990', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588574', 'Wight', '9877', '141.000', '9.000', '-224.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588575', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588576', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588577', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588578', 'Wight', '9877', '141.000', '10.000', '-201.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17588579', 'Wight', '9877', '150.059', '3.787', '-184.561', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17588580', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588581', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588582', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588583', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588584', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588585', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588586', 'Labyrinth_Scorpion', '9865', '246.000', '20.000', '-80.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588587', 'Protozoan', '9871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588588', 'Protozoan', '9871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588589', 'Lesath', '9857', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588590', 'Goblin_Mugger', '9856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588591', 'Goblin_Leecher', '9855', '393.000', '-0.532', '-66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588592', 'Goblin_Gambler', '9854', '402.418', '-0.705', '-40.711', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17588593', 'Goblin_Mugger', '9856', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588594', 'Goblin_Leecher', '9855', '399.393', '-0.499', '-79.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588595', 'Goblin_Gambler', '9854', '410.000', '-0.563', '-50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588596', 'Goblin_Mugger', '9856', '392.675', '-0.221', '-37.733', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17588597', 'Goblin_Leecher', '9855', '404.000', '-1.000', '-74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588598', 'Goblin_Gambler', '9854', '388.996', '-0.168', '-78.355', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588599', 'Goblin_Mugger', '9856', '389.000', '-0.547', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588600', 'Goblin_Leecher', '9855', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588601', 'Goblin_Gambler', '9854', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588602', 'Carnivorous_Crawler', '9844', '423.000', '-9.000', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588603', 'Carnivorous_Crawler', '9844', '361.000', '9.000', '-178.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588604', 'Carnivorous_Crawler', '9844', '350.000', '8.000', '-179.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17588605', 'Carnivorous_Crawler', '9844', '381.187', '-0.599', '-158.538', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588606', 'Carnivorous_Crawler', '9844', '376.111', '-0.893', '-143.759', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17588607', 'Maze_Scorpion', '9869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588608', 'Maze_Scorpion', '9869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588609', 'Ghoul', '9849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588610', 'Wendigo', '9875', '322.000', '19.517', '-140.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17588611', 'Ghoul', '9849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588612', 'Wendigo', '9875', '292.198', '20.132', '-138.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588613', 'Ghoul', '9849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588614', 'Wendigo', '9875', '300.796', '19.791', '-132.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588615', 'Carnivorous_Crawler', '9844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588616', 'Carnivorous_Crawler', '9844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588617', 'Carnivorous_Crawler', '9844', '414.000', '-9.000', '-177.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588618', 'Ghoul', '9849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588619', 'Wendigo', '9875', '229.046', '19.457', '-86.832', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17588620', 'Ghoul', '9849', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588621', 'Wendigo', '9875', '262.238', '18.940', '-85.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588622', 'Poison_Leech', '9870', '276.000', '18.000', '-237.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588623', 'Poison_Leech', '9870', '277.000', '20.000', '-214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588624', 'Ancient_Bat', '9841', '249.691', '19.335', '-93.422', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17588625', 'Ancient_Bat', '9841', '252.300', '20.173', '-77.145', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17588626', 'Caterchipillar', '9845', '396.000', '-1.000', '-63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588627', 'Caterchipillar', '9845', '395.000', '-1.000', '-52.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588628', 'Goblin_Pathfinder', '9857', '271.000', '19.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588629', 'Goblin_s_Bat', '9862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588630', 'Goblin_Furrier', '9853', '231.000', '20.000', '-79.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17588631', 'Goblin_Smithy', '9859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588632', 'Goblin_Shaman', '9858', '297.000', '20.000', '-140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588633', 'Goblin_Pathfinder', '9857', '297.000', '20.000', '-135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588634', 'Goblin_s_Bat', '9862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588635', 'Goblin_Furrier', '9853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588636', 'Goblin_Smithy', '9859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588637', 'Goblin_Shaman', '9858', '219.000', '20.000', '-134.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588638', 'Ancient_Bat', '9841', '218.000', '20.000', '-130.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588639', 'Ancient_Bat', '9841', '227.000', '19.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588640', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588641', 'Caterchipillar', '9845', '410.000', '-1.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588642', 'Caterchipillar', '9845', '406.000', '-1.000', '-81.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588643', 'Caterchipillar', '9845', '400.000', '-1.000', '-88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588644', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588645', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588646', 'Caterchipillar', '9845', '385.000', '-1.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588647', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588648', 'Ancient_Bat', '9841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588649', 'Caterchipillar', '9845', '409.000', '-1.000', '-35.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588650', 'Caterchipillar', '9845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588651', 'Goblin_Pathfinder', '9857', '300.000', '20.000', '-147.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588652', 'Goblin_s_Bat', '9862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588653', 'Goblin_Furrier', '9853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588654', 'Goblin_Smithy', '9859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588655', 'Goblin_Shaman', '9858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588656', 'Goblin_Pathfinder', '9857', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588657', 'Goblin_s_Bat', '9862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588658', 'Goblin_Furrier', '9853', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588659', 'Goblin_Smithy', '9859', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588660', 'Goblin_Shaman', '9858', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588661', 'Goblin_Pathfinder', '9857', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588662', 'Goblin_s_Bat', '9862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588696', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588697', 'Wight', '9877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17588703', 'Wyrmfly', '9878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596417', 'Borer_Beetle', '9882', '-340.000', '-0.010', '310.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17596418', 'Siege_Bat', '9911', '-299.000', '-0.500', '286.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596419', 'Siege_Bat', '9911', '-361.000', '-0.050', '299.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596420', 'Borer_Beetle', '9882', '-256.254', '-0.012', '301.226', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17596421', 'Siege_Bat', '9911', '-313.000', '-0.510', '300.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17596422', 'Siege_Bat', '9911', '-288.000', '-0.012', '298.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596423', 'Siege_Bat', '9911', '-338.000', '-1.000', '315.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596424', 'Siege_Bat', '9911', '-269.947', '-0.012', '302.357', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596425', 'Siege_Bat', '9911', '-340.000', '-0.500', '300.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596426', 'Wingrats', '9917', '-355.923', '-0.012', '265.697', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17596427', 'Wingrats', '9917', '-348.814', '-0.012', '275.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596428', 'Wingrats', '9917', '-324.047', '-0.012', '274.592', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17596429', 'Wingrats', '9917', '-331.096', '-0.012', '272.960', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596430', 'Fallen_Evacuee', '9891', '-316.194', '-0.012', '269.743', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596431', 'Fallen_Evacuee', '9891', '-312.714', '-0.012', '269.265', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596432', 'Fallen_Evacuee', '9891', '-353.108', '-0.012', '249.415', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596433', 'Fallen_Evacuee', '9891', '-354.134', '-0.012', '256.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596434', 'Borer_Beetle', '9882', '-229.000', '-0.012', '224.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17596435', 'Siege_Bat', '9911', '-298.469', '-0.012', '234.062', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596436', 'Siege_Bat', '9911', '-342.002', '-0.012', '196.171', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596437', 'Siege_Bat', '9911', '-222.000', '-0.012', '235.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596438', 'Siege_Bat', '9911', '-354.589', '-0.012', '221.007', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596439', 'Puroboros', '9907', '-332.043', '-0.012', '248.698', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596440', 'Oil_Spill', '9904', '-315.897', '-0.012', '248.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596441', 'Oil_Spill', '9904', '-313.554', '-0.012', '251.152', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596442', 'Siege_Bat', '9911', '-298.429', '-0.012', '258.423', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596443', 'Wingrats', '9917', '-283.710', '-0.012', '270.310', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17596444', 'Wingrats', '9917', '-283.515', '-0.012', '274.795', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596445', 'Siege_Bat', '9911', '-259.657', '-0.012', '273.530', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17596446', 'Wingrats', '9917', '-267.537', '-0.012', '270.599', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17596447', 'Wingrats', '9917', '-272.148', '-0.012', '270.044', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17596448', 'Wingrats', '9917', '-251.252', '-0.012', '269.233', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596449', 'Wingrats', '9917', '-248.218', '-0.012', '276.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596450', 'Fallen_Evacuee', '9891', '-247.371', '-0.012', '244.900', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17596451', 'Fallen_Evacuee', '9891', '-244.040', '-0.013', '245.388', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17596452', 'Siege_Bat', '9911', '-257.990', '-0.012', '243.882', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596453', 'Puroboros', '9907', '-269.613', '-0.012', '248.123', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17596454', 'Clockwork_Pod', '9886', '-283.853', '-0.012', '251.367', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17596455', 'Clockwork_Pod', '9886', '-284.190', '-0.012', '244.200', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17596456', 'Borer_Beetle', '9882', '-250.329', '-0.012', '219.461', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17596457', 'Siege_Bat', '9911', '-259.000', '-0.012', '211.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17596458', 'Siege_Bat', '9911', '-261.433', '-0.012', '197.214', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596459', 'Borer_Beetle', '9882', '-350.000', '-0.012', '300.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17596460', 'Siege_Bat', '9911', '-222.194', '-0.012', '316.006', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17596461', 'Siege_Bat', '9911', '-229.317', '-0.012', '299.519', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17596462', 'Revenant', '9909', '-196.720', '-0.012', '301.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596463', 'Revenant', '9909', '-237.000', '-0.012', '379.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596464', 'Borer_Beetle', '9882', '-222.245', '-0.012', '266.224', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17596465', 'Siege_Bat', '9911', '-226.786', '-0.012', '261.578', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17596466', 'Siege_Bat', '9911', '-222.109', '-0.012', '271.106', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17596467', 'Borer_Beetle', '9882', '-221.429', '-0.012', '218.243', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596468', 'Siege_Bat', '9911', '-220.000', '-0.012', '202.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596469', 'Siege_Bat', '9911', '-230.988', '-0.012', '220.625', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596470', 'Citadel_Bats', '9885', '-178.650', '-0.012', '189.311', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17596471', 'Citadel_Bats', '9885', '-179.814', '-0.123', '225.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596472', 'Citadel_Bats', '9885', '-181.150', '-0.012', '194.416', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596473', 'Citadel_Bats', '9885', '-176.123', '-0.012', '176.741', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596474', 'Citadel_Bats', '9885', '-170.087', '-0.012', '261.739', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17596475', 'Demonic_Weapon', '9887', '-167.104', '-0.012', '252.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596476', 'Demonic_Weapon', '9887', '-170.384', '-0.013', '250.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596477', 'Fallen_Soldier', '9895', '-168.538', '-0.012', '233.226', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17596478', 'Fallen_Soldier', '9895', '-171.124', '-0.013', '230.522', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17596479', 'Fallen_Soldier', '9895', '-167.714', '-0.012', '204.540', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17596480', 'Fallen_Soldier', '9895', '-163.777', '-0.012', '214.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596481', 'Bhuta', '9881', '-164.283', '-0.012', '188.818', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17596482', 'Citadel_Bats', '9885', '-143.992', '-0.012', '261.247', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17596483', 'Citadel_Bats', '9885', '-128.074', '-0.012', '255.904', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17596484', 'Citadel_Bats', '9885', '-138.482', '-0.012', '283.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596485', 'Bhuta', '9881', '-126.921', '-0.012', '236.445', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596486', 'Demonic_Weapon', '9887', '-125.764', '-0.012', '215.450', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596487', 'Demonic_Weapon', '9887', '-124.569', '-0.013', '210.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596488', 'Citadel_Bats', '9885', '-129.816', '-0.012', '185.680', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596489', 'Citadel_Bats', '9885', '-140.659', '-0.012', '197.486', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596490', 'Citadel_Bats', '9885', '-143.622', '-0.012', '177.338', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17596491', 'Bhuta', '9881', '-156.316', '-0.012', '209.731', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596492', 'Demonic_Weapon', '9887', '-148.881', '-0.012', '229.897', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596493', 'Demonic_Weapon', '9887', '-149.300', '-0.500', '236.268', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17596494', 'Citadel_Bats', '9885', '-114.455', '-0.012', '178.561', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17596495', 'Citadel_Bats', '9885', '-93.000', '-0.012', '217.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596496', 'Citadel_Bats', '9885', '-101.210', '-0.012', '181.931', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17596497', 'Citadel_Bats', '9885', '-101.821', '-0.012', '263.534', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17596498', 'Citadel_Bats', '9885', '-87.675', '-0.012', '224.675', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596499', 'Demonic_Weapon', '9887', '-114.825', '-0.012', '246.148', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17596500', 'Demonic_Weapon', '9887', '-110.000', '-0.013', '251.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17596501', 'Fallen_Soldier', '9895', '-111.642', '-0.012', '229.557', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17596502', 'Fallen_Soldier', '9895', '-116.271', '-0.012', '234.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596503', 'Fallen_Soldier', '9895', '-115.679', '-0.012', '203.911', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17596504', 'Fallen_Soldier', '9895', '-115.891', '-0.013', '208.444', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596505', 'Bhuta', '9881', '-111.482', '-0.012', '189.914', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596506', 'Old_Two-Wings', '9905', '-99.000', '-0.500', '226.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596507', 'Skewer_Sam', '9912', '-108.000', '-0.500', '177.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596661', 'Fortalice_Bats', '10764', '-206.000', '-0.500', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596662', 'Fortalice_Bats', '10764', '-180.000', '-0.500', '91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596510', 'Fetid_Flesh', '9896', '-79.947', '6.265', '139.543', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596663', 'Fortalice_Bats', '10764', '-180.000', '-0.500', '77.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596664', 'Fortalice_Bats', '10764', '-137.000', '-0.500', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596669', 'Fortalice_Bats', '10764', '-43.000', '-0.500', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596670', 'Fortalice_Bats', '10764', '-19.000', '2.000', '101.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596515', 'Explosure', '9890', '5.839', '7.014', '197.462', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596516', 'Explosure', '9890', '-3.358', '7.014', '203.070', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596517', 'Explosure', '9890', '-6.000', '7.033', '194.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596519', 'Earth_Elemental', '9889', '-2.969', '7.009', '203.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596521', 'Droma', '9888', '13.034', '6.088', '186.750', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17596522', 'Droma', '9888', '7.220', '6.184', '215.250', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17596523', 'Explosure', '9890', '-40.392', '6.987', '248.727', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596524', 'Explosure', '9890', '-35.084', '7.121', '233.937', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17596525', 'Explosure', '9890', '-41.691', '7.014', '232.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596527', 'Earth_Elemental', '9889', '-41.805', '6.929', '232.613', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17596528', 'Droma', '9888', '-49.427', '6.191', '225.777', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17596529', 'Fallen_Officer', '9894', '18.042', '-0.012', '300.997', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17596530', 'Fallen_Officer', '9894', '19.000', '2.000', '261.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17596531', 'Fallen_Officer', '9894', '19.000', '-0.032', '310.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17596532', 'Fallen_Officer', '9894', '0.500', '-0.012', '300.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17596533', 'Chandelier', '9884', '19.000', '1.000', '325.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17596682', 'Fortalice_Bats', '10764', '-15.000', '7.000', '140.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596683', 'Fortalice_Bats', '10764', '-20.000', '5.000', '153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596536', 'Fetid_Flesh', '9896', '-83.768', '6.232', '298.557', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17596684', 'Fortalice_Bats', '10764', '-30.000', '7.000', '138.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596538', 'Acid_Grease', '9880', '-98.000', '-0.012', '350.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596539', 'Acid_Grease', '9880', '-99.122', '-0.012', '345.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596685', 'Fortalice_Bats', '10764', '-52.000', '6.000', '137.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596688', 'Fortalice_Bats', '10764', '-59.000', '-0.500', '203.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596542', 'Explosure', '9890', '-133.299', '-0.012', '352.527', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17596543', 'Droma', '9888', '-126.082', '-0.012', '331.379', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596544', 'Droma', '9888', '-132.560', '-0.012', '331.301', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596545', 'Fallen_Officer', '9894', '-154.216', '-0.012', '348.454', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17596546', 'Fallen_Officer', '9894', '-148.501', '-0.015', '355.582', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596547', 'Explosure', '9890', '-155.169', '-0.012', '331.356', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596548', 'Explosure', '9890', '-168.253', '-0.012', '356.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596549', 'Fallen_Officer', '9894', '-176.009', '-0.012', '326.569', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17596550', 'Fallen_Officer', '9894', '-170.244', '-0.013', '329.409', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17596551', 'Droma', '9888', '-186.369', '-0.012', '331.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596552', 'Droma', '9888', '-192.966', '-0.012', '328.089', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17596689', 'Fortalice_Bats', '10764', '-59.000', '6.000', '164.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596554', 'Acid_Grease', '9880', '-186.585', '-0.012', '357.410', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596555', 'Acid_Grease', '9880', '-193.897', '-0.012', '348.605', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17596617', 'Wraith', '9918', '-123.784', '-0.012', '382.057', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596557', 'Fallen_Officer', '9894', '-32.452', '-6.012', '380.480', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17596558', 'Fallen_Officer', '9894', '-101.462', '-0.012', '374.125', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596559', 'Fallen_Officer', '9894', '-67.676', '-1.235', '378.957', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17596560', 'Fallen_Officer', '9894', '-53.249', '-4.866', '378.682', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17596561', 'Fallen_Officer', '9894', '-23.802', '-6.012', '379.575', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17596562', 'Fallen_Officer', '9894', '-19.216', '-0.007', '325.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596563', 'Fallen_Officer', '9894', '-18.934', '-6.008', '353.788', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17596564', 'Fallen_Officer', '9894', '-19.159', '-4.763', '346.668', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17596690', 'Fortalice_Bats', '10764', '-60.000', '6.000', '281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596693', 'Fortalice_Bats', '10764', '-58.000', '6.000', '307.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596694', 'Fortalice_Bats', '10764', '-84.000', '-0.500', '339.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596568', 'Droma', '9888', '-43.432', '-0.012', '107.841', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17596569', 'Droma', '9888', '-43.692', '-0.012', '112.568', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17596570', 'Explosure', '9890', '-43.381', '-0.012', '86.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596571', 'Fallen_Officer', '9894', '-70.490', '-0.012', '114.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596572', 'Fallen_Officer', '9894', '-64.477', '-0.012', '110.816', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596573', 'Explosure', '9890', '-74.377', '-0.012', '87.216', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596574', 'Acid_Grease', '9880', '-103.000', '-0.012', '90.301', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17596575', 'Acid_Grease', '9880', '-96.844', '-0.012', '89.250', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596576', 'Explosure', '9890', '-124.122', '-0.012', '115.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596577', 'Fallen_Officer', '9894', '-135.031', '-0.012', '91.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596578', 'Fallen_Officer', '9894', '-129.436', '-0.012', '92.358', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17596579', 'Explosure', '9890', '-149.240', '-0.012', '113.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596580', 'Droma', '9888', '-156.000', '-0.012', '84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596581', 'Droma', '9888', '-146.876', '-0.012', '92.394', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596695', 'Fortalice_Bats', '10764', '-141.000', '-0.500', '340.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596699', 'Fortalice_Bats', '10764', '-169.000', '-0.500', '340.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596700', 'Fortalice_Bats', '10764', '-194.000', '-0.500', '339.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596585', 'Fallen_Officer', '9894', '-230.000', '-0.012', '139.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17596586', 'Fallen_Officer', '9894', '-220.527', '-0.012', '146.295', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17596587', 'Fallen_Officer', '9894', '-246.609', '-0.012', '138.841', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17596588', 'Fallen_Officer', '9894', '-219.007', '-0.012', '163.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596589', 'Droma', '9888', '-193.536', '-0.012', '139.115', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17596590', 'Chamber_Beetle', '9883', '-52.751', '4.500', '58.767', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596591', 'Chamber_Beetle', '9883', '-131.501', '-0.012', '57.797', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596592', 'Chamber_Beetle', '9883', '-172.277', '-2.444', '58.797', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17596593', 'Chamber_Beetle', '9883', '-18.004', '6.693', '53.469', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596594', 'Chamber_Beetle', '9883', '18.674', '6.208', '68.199', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17596595', 'Chamber_Beetle', '9883', '20.401', '7.701', '51.551', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17596596', 'Chamber_Beetle', '9883', '-0.500', '6.000', '57.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17596641', 'Tainted_Flesh', '9913', '-20.609', '5.673', '80.024', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596642', 'Tainted_Flesh', '9913', '16.000', '7.000', '11.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596726', 'Hellmine', '9899', '26.000', '6.000', '131.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17596727', 'Hellmine', '9899', '52.000', '6.000', '132.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17596655', 'Kaboom', '10763', '-186.000', '18.000', '269.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596518', 'Thunder_Elemental', '9914', '40.763', '6.987', '110.887', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17596604', 'Earth_Elemental', '9889', '32.256', '6.952', '120.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596605', 'Over_Weapon', '9906', '-319.000', '18.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596606', 'Vault_Weapon', '9916', '-305.000', '19.000', '171.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17596607', 'Over_Weapon', '9906', '-300.000', '20.000', '176.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596608', 'Vault_Weapon', '9916', '-297.000', '18.000', '171.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596609', 'Chamber_Beetle', '9883', '105.536', '-3.684', '99.849', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596610', 'Chamber_Beetle', '9883', '98.667', '-3.264', '98.537', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17596611', 'Chamber_Beetle', '9883', '60.848', '5.781', '77.250', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596612', 'Chamber_Beetle', '9883', '98.803', '-0.033', '75.963', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17596613', 'Fallen_Major', '9893', '130.547', '-0.012', '61.572', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17596614', 'Fallen_Major', '9893', '144.236', '-0.012', '61.857', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596615', 'Fallen_Mage', '9892', '122.036', '-0.012', '61.392', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17596616', 'Fallen_Mage', '9892', '168.021', '-0.013', '60.349', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17596622', 'Wraith', '9918', '124.213', '-0.012', '72.559', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596618', 'Over_Weapon', '9906', '-293.000', '19.000', '177.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17596619', 'Vault_Weapon', '9916', '-291.000', '18.000', '185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596620', 'Over_Weapon', '9906', '-284.000', '18.000', '184.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17596621', 'Vault_Weapon', '9916', '-285.000', '18.000', '176.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596627', 'Wraith', '9918', '143.409', '-0.012', '52.118', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17596623', 'Fallen_Major', '9893', '182.157', '-0.012', '29.941', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596625', 'Fallen_Mage', '9892', '188.229', '-0.018', '20.151', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596716', 'Wraith', '9918', '183.809', '-0.012', '32.565', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596629', 'Citadel_Bats', '9885', '-249.324', '-1.638', '340.192', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17596630', 'Citadel_Bats', '9885', '-334.939', '5.987', '376.117', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17596631', 'Citadel_Bats', '9885', '-270.546', '-0.012', '380.962', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596632', 'Citadel_Bats', '9885', '-309.070', '13.709', '338.301', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17596633', 'Citadel_Bats', '9885', '-339.027', '8.657', '341.651', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17596634', 'Citadel_Bats', '9885', '-312.715', '12.611', '339.912', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17596704', 'Fortalice_Bats', '10764', '-330.668', '18.578', '239.779', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596705', 'Fortalice_Bats', '10764', '-366.945', '19.163', '245.823', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17596708', 'Fortalice_Bats', '10764', '-340.000', '19.000', '283.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596709', 'Fortalice_Bats', '10764', '-285.000', '19.000', '283.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596671', 'Warden_Beetle', '10762', '-363.000', '19.071', '262.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17596672', 'Warden_Beetle', '10762', '-320.000', '18.603', '241.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596677', 'Warden_Beetle', '10762', '-354.501', '19.203', '280.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596678', 'Warden_Beetle', '10762', '-177.000', '19.000', '320.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17596526', 'Thunder_Elemental', '9914', '-313.318', '19.522', '254.342', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17596710', 'Fortalice_Bats', '10764', '-306.000', '19.000', '258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596713', 'Fortalice_Bats', '10764', '-346.633', '12.126', '249.586', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17596714', 'Fortalice_Bats', '10764', '-274.000', '19.000', '233.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17596715', 'Fortalice_Bats', '10764', '-340.000', '12.000', '261.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596508', 'Funnel_Bats', '9897', '-135.000', '19.000', '197.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596540', 'Funnel_Bats', '9897', '-115.000', '19.000', '222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596691', 'Warden_Beetle', '10762', '-197.000', '19.111', '297.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596696', 'Warden_Beetle', '10762', '-280.779', '19.495', '256.943', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17596697', 'Warden_Beetle', '10762', '-262.279', '19.374', '286.762', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17596644', 'Warden_Beetle', '10762', '-291.276', '19.608', '270.227', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596603', 'Thunder_Elemental', '9914', '-283.894', '19.033', '235.495', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17596553', 'Funnel_Bats', '9897', '-146.000', '14.000', '215.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596582', 'Funnel_Bats', '9897', '-136.000', '13.000', '229.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596645', 'Warden_Beetle', '10762', '-235.000', '19.000', '265.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596624', 'Fallen_Major', '9893', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596626', 'Fallen_Mage', '9892', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596717', 'Wraith', '9918', '-159.000', '19.000', '217.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596723', 'Magic_Jug', '9902', '-106.000', '18.000', '189.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596724', 'Magic_Jug', '9902', '-109.000', '18.000', '253.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596725', 'Magic_Jug', '9902', '-174.000', '18.000', '251.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596722', 'Magic_Jug', '9902', '-171.000', '18.000', '186.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596718', 'Wraith', '9918', '-152.174', '19.138', '193.684', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17596719', 'Wraith', '9918', '-115.204', '19.038', '192.837', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17596721', 'Wraith', '9918', '-145.818', '12.250', '226.362', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596660', 'Kaboom', '10763', '-148.000', '18.000', '333.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596676', 'Kaboom', '10763', '-146.000', '18.000', '308.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596681', 'Kaboom', '10763', '-373.000', '18.000', '291.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596687', 'Kaboom', '10763', '-371.000', '18.000', '227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596635', 'Over_Weapon', '9906', '-280.000', '17.000', '175.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596636', 'Over_Weapon', '9906', '-271.000', '19.000', '179.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17596637', 'Over_Weapon', '9906', '-305.000', '20.000', '177.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596638', 'Vault_Weapon', '9916', '-278.000', '18.000', '181.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596639', 'Vault_Weapon', '9916', '-266.000', '19.000', '181.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596640', 'Vault_Weapon', '9916', '-280.000', '18.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596597', 'Tainted_Flesh', '9913', '-260.000', '18.000', '201.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596598', 'Tainted_Flesh', '9913', '-209.000', '19.000', '145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596643', 'Guardian_Statue', '9898', '-164.000', '-1.000', '231.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17596720', 'Serket', '9910', '-155.000', '19.000', '244.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17596728', 'Mimic', '9903', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596729', 'Light_Elemental', '9900', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596735', 'Treasure_Chest', '9915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596806', 'Rainemard', '9908', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596829', 'Lycopodium', '9901', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612801', 'Undead_Bats', '9956', '-168.000', '-23.000', '-163.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612802', 'Undead_Bats', '9956', '-159.000', '-23.000', '-167.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17612803', 'Undead_Bats', '9956', '-155.000', '-23.000', '-157.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612804', 'Undead_Bats', '9956', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612805', 'Undead_Bats', '9956', '70.000', '-15.000', '127.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612806', 'Revenant', '9949', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612807', 'Revenant', '9949', '-81.295', '-16.131', '-92.158', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612808', 'Drone', '9939', '-73.340', '-15.726', '-78.097', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17612809', 'Vampire_Bat', '9959', '-83.890', '-15.734', '-71.927', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612810', 'Vampire_Bat', '9959', '-119.325', '-15.586', '-83.112', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17612812', 'Revenant', '9949', '-158.375', '-15.565', '-82.978', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612813', 'Revenant', '9949', '-129.448', '-15.535', '-71.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612814', 'Drone', '9939', '-124.933', '-16.098', '-93.833', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17612815', 'Vampire_Bat', '9959', '-150.635', '-16.113', '-63.286', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17612816', 'Vampire_Bat', '9959', '-144.790', '-16.108', '-95.634', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17612817', 'Revenant', '9949', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612818', 'Revenant', '9949', '-113.721', '-15.755', '-41.425', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17612819', 'Drone', '9939', '-115.213', '-15.555', '-53.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612820', 'Vampire_Bat', '9959', '-120.234', '-15.847', '-32.685', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17612821', 'Vampire_Bat', '9959', '-132.324', '-16.053', '-47.288', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17612822', 'Undead_Bats', '9956', '50.000', '-15.000', '110.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612823', 'Undead_Bats', '9956', '36.000', '-15.000', '131.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17612824', 'Undead_Bats', '9956', '32.000', '-15.000', '151.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612825', 'Drone', '9939', '-190.000', '-15.000', '-7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612826', 'Drone', '9939', '-171.503', '-16.112', '-11.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612827', 'Undead_Bats', '9956', '56.000', '-15.000', '128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612828', 'Undead_Bats', '9956', '-52.000', '-16.000', '60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612829', 'Drone', '9939', '-112.000', '-15.000', '9.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612830', 'Drone', '9939', '-86.937', '-16.028', '10.160', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17612831', 'Drone', '9939', '-112.000', '-15.000', '29.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612832', 'Drone', '9939', '-85.829', '-16.097', '31.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612833', 'Revenant', '9949', '-38.341', '-16.035', '34.320', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17612834', 'Vampire_Bat', '9959', '-28.991', '-15.932', '39.096', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612835', 'Vampire_Bat', '9959', '-41.627', '-15.989', '50.070', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17612836', 'Altedour_I_Tavnazia', '9929', '-58.000', '-16.000', '72.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17612837', 'Revenant', '9949', '9.572', '-16.256', '40.884', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17612838', 'Vampire_Bat', '9959', '12.620', '-16.509', '46.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612839', 'Vampire_Bat', '9959', '-34.203', '-16.059', '86.495', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612840', 'Jenglot', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612841', 'Revenant', '9949', '-29.656', '-16.498', '93.139', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17612842', 'Vampire_Bat', '9959', '-1.313', '-15.973', '71.522', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17612843', 'Vampire_Bat', '9959', '-2.945', '-15.946', '83.062', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17612844', 'Revenant', '9949', '-0.413', '-16.147', '88.446', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17612845', 'Vampire_Bat', '9959', '-5.212', '-16.140', '54.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612846', 'Vampire_Bat', '9959', '-22.569', '-16.140', '40.642', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17612847', 'Clockwork_Pod', '9932', '-14.000', '-16.000', '74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612848', 'Clockwork_Pod', '9932', '-8.682', '-16.438', '28.952', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612849', 'Miser_Murphy', '9945', '-31.000', '-16.408', '74.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612850', 'Ore_Golem', '9947', '206.000', '-24.000', '-51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612851', 'Ore_Golem', '9947', '197.000', '-24.000', '-29.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612852', 'Undead_Bats', '9956', '3.000', '-15.000', '50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612853', 'Undead_Bats', '9956', '-17.000', '-15.000', '91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612854', 'Drone', '9939', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612855', 'Drone', '9939', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612856', 'Clockwork_Pod', '9932', '46.000', '-15.000', '-36.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612858', 'Clockwork_Pod', '9932', '31.000', '-15.000', '-42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612859', 'Mind_Hoarder', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612860', 'Drone', '9939', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612861', 'Drone', '9939', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612862', 'Ore_Golem', '9947', '-29.000', '-16.476', '-47.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17612863', 'Ore_Golem', '9947', '-11.784', '-16.113', '-46.828', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612864', 'Drone', '9939', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612865', 'Drone', '9939', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612866', 'Ore_Golem', '9947', '201.000', '-24.000', '170.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612867', 'Ore_Golem', '9947', '201.000', '-24.000', '149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612868', 'Undead_Bats', '9956', '-97.000', '-15.000', '-66.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612869', 'Undead_Bats', '9956', '-134.000', '-15.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612870', 'Shadow', '9950', '140.000', '-24.000', '-17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612871', 'Shadow', '9950', '197.000', '-24.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612872', 'Shadow', '9950', '141.000', '-24.000', '19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612873', 'Shadow', '9950', '138.000', '-24.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612874', 'Shadow', '9950', '139.000', '-24.000', '142.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17612875', 'Shadow', '9950', '138.000', '-24.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612876', 'Shadow', '9950', '293.000', '-23.000', '-50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612877', 'Shadow', '9950', '139.369', '-24.113', '-60.505', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17612878', 'Shadow', '9950', '180.000', '-24.000', '177.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17612879', 'Shadow', '9950', '80.000', '-24.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612880', 'Shadow', '9950', '26.000', '-16.000', '220.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17612881', 'Shadow', '9950', '19.000', '-16.000', '180.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17612882', 'Wekufe', '10757', '122.000', '-24.000', '-50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612883', 'Wekufe', '10757', '115.000', '-24.000', '-41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612884', 'Wekufe', '10757', '124.000', '-24.000', '-33.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17612885', 'Wekufe', '10757', '128.000', '-24.000', '-41.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17612886', 'Wekufe', '10757', '118.000', '-23.000', '149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612887', 'Wekufe', '10757', '164.126', '-24.055', '-11.047', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17612888', 'Wekufe', '10757', '128.000', '-24.000', '160.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612889', 'Wekufe', '10757', '160.782', '-23.541', '0.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612890', 'Shadow', '9950', '100.000', '-24.000', '-10.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612891', 'Shadow', '9950', '-84.000', '-16.000', '59.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17612892', 'Shadow', '9950', '185.375', '-24.127', '18.323', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612893', 'Shadow', '9950', '180.000', '-24.000', '-55.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17612894', 'Shadow', '9950', '123.000', '-24.000', '-100.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17612895', 'Shadow', '9950', '59.000', '-16.000', '-126.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612896', 'Shadow', '9950', '24.000', '-16.000', '-139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612897', 'Shadow', '9950', '219.000', '-24.000', '45.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17612898', 'Shadow', '9950', '220.000', '-24.000', '75.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17612899', 'Shadow', '9950', '173.000', '-24.000', '101.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17612900', 'Shadow', '9950', '197.000', '-24.000', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612901', 'Shadow', '9950', '-180.000', '-16.000', '-46.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17612902', 'Wekufe', '10757', '155.000', '-24.000', '128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612903', 'Wekufe', '10757', '123.000', '-23.000', '169.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612904', 'Wekufe', '10757', '155.000', '-24.000', '9.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612905', 'Wekufe', '10757', '170.000', '-24.000', '5.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612906', 'Sentient_Carafe', '10758', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612907', 'Sentient_Carafe', '10758', '218.280', '-23.713', '97.393', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17612908', 'Sentient_Carafe', '10758', '224.242', '-24.099', '100.953', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17612909', 'Sentient_Carafe', '10758', '226.000', '-24.099', '110.000', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17612911', 'Sentient_Carafe', '10758', '211.000', '-24.000', '17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612912', 'Sentient_Carafe', '10758', '228.000', '-24.000', '17.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17612913', 'Sentient_Carafe', '10758', '224.000', '-24.000', '28.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612914', 'Wekufe', '10757', '167.000', '-24.522', '122.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17612915', 'Wekufe', '10757', '149.575', '-23.942', '120.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612916', 'Wekufe', '10757', '160.000', '-24.000', '110.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612917', 'Wekufe', '10757', '115.000', '-23.000', '164.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17612918', 'Balayang', '10759', '121.000', '-24.000', '85.000', '110'); -INSERT INTO `mob_spawn_points` VALUES ('17612919', 'Balayang', '10759', '131.000', '-24.000', '78.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17612920', 'Balayang', '10759', '134.000', '-24.000', '63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612921', 'Balayang', '10759', '123.000', '-24.000', '58.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17612922', 'Balayang', '10759', '120.000', '-24.000', '42.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612923', 'Balayang', '10759', '154.784', '-24.003', '199.732', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17612924', 'Balayang', '10759', '165.000', '-24.000', '204.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612925', 'Balayang', '10759', '154.830', '-24.169', '194.128', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17612926', 'Balayang', '10759', '165.758', '-24.000', '193.060', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17612927', 'Balayang', '10759', '109.000', '-24.000', '42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612928', 'Balayang', '10759', '104.000', '-24.000', '57.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612929', 'Balayang', '10759', '129.000', '-24.000', '39.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17612930', 'Balayang', '10759', '135.000', '-24.000', '51.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612931', 'Balayang', '10759', '149.000', '-23.000', '204.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17612932', 'Balayang', '10759', '121.000', '-23.000', '30.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17612933', 'Balayang', '10759', '159.000', '-23.000', '209.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612934', 'Balayang', '10759', '157.000', '-23.000', '-82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612935', 'Balayang', '10759', '171.000', '-24.000', '205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612936', 'Balayang', '10759', '153.000', '-24.000', '-72.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17612937', 'Balayang', '10759', '168.000', '-23.000', '-86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612938', 'Balayang', '10759', '166.000', '-24.000', '-78.000', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17612939', 'Balayang', '10759', '160.000', '-24.000', '-73.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17612940', 'Balayang', '10759', '152.000', '-24.000', '-86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612941', 'Balayang', '10759', '162.000', '-24.000', '-91.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612942', 'Shadow', '9950', '-99.000', '-16.000', '-7.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612943', 'Shadow', '9950', '-43.000', '-16.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612944', 'Shadow', '9950', '2.000', '-16.000', '-100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612945', 'Shadow', '9950', '-3.905', '-16.116', '138.898', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17612946', 'Shadow', '9950', '-20.000', '-16.001', '127.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17612947', 'Shadow', '9950', '16.000', '-16.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612948', 'Shadow', '9950', '3.000', '-16.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612949', 'Shadow', '9950', '-20.000', '-16.000', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612950', 'Shadow', '9950', '37.000', '-16.000', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612951', 'Shadow', '9950', '59.000', '-16.000', '82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612952', 'Shadow', '9950', '86.000', '-24.000', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612953', 'Shadow', '9950', '0.000', '0.000', '0.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17612954', 'Vampire_Bat', '9959', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612955', 'Vampire_Bat', '9959', '0.000', '0.000', '0.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17612956', 'Vampire_Bat', '9959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612957', 'Clockwork_Pod', '9932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612958', 'Ore_Golem', '9947', '-10.000', '-15.000', '-31.000', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17612959', 'Vampire_Bat', '9959', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612960', 'Vampire_Bat', '9959', '0.000', '0.000', '0.000', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17612961', 'Vampire_Bat', '9959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612962', 'Clockwork_Pod', '9932', '42.000', '-15.000', '-47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612963', 'Ore_Golem', '9947', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612964', 'Undead_Bats', '9956', '-140.000', '-15.000', '-84.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612965', 'Undead_Bats', '9956', '-99.000', '-15.000', '-90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612966', 'Undead_Bats', '9956', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612967', 'Underworld_Bats', '9957', '10.000', '-0.500', '212.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612968', 'Underworld_Bats', '9957', '-14.000', '-0.500', '209.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612969', 'Talos', '9953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17612970', 'Talos', '9953', '79.000', '-0.131', '128.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612971', 'Talos', '9953', '85.000', '-0.071', '114.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17612972', 'Talos', '9953', '-50.000', '-0.500', '33.000', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17612973', 'Droma', '9938', '-152.000', '-0.500', '240.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612974', 'Droma', '9938', '-161.000', '-0.600', '244.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612975', 'Droma', '9938', '-167.000', '-0.600', '236.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17612976', 'Camazotz', '9930', '-82.000', '-0.500', '156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612977', 'Underworld_Bats', '9957', '-46.000', '-0.500', '200.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612978', 'Underworld_Bats', '9957', '-90.000', '-0.500', '195.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612979', 'Camazotz', '9930', '-73.000', '-0.500', '207.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17612980', 'Camazotz', '9930', '-51.000', '-0.500', '182.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17612981', 'Camazotz', '9930', '-30.000', '-0.500', '205.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17612982', 'Camazotz', '9930', '0.500', '-0.500', '200.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612983', 'Underworld_Bats', '9957', '-70.000', '-0.500', '161.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612984', 'Underworld_Bats', '9957', '-44.000', '-0.500', '154.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612985', 'Underworld_Bats', '9957', '-33.000', '-0.500', '175.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612986', 'Utukku', '9958', '-87.834', '0.165', '175.657', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17612987', 'Utukku', '9958', '-68.818', '0.462', '181.410', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17612988', 'Specter', '9952', '-199.000', '-15.000', '111.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612989', 'Specter', '9952', '-206.000', '-15.000', '124.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612990', 'Specter', '9952', '-194.000', '-15.000', '126.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612991', 'Specter', '9952', '-170.000', '-15.000', '162.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17612992', 'Underworld_Bats', '9957', '-60.000', '-0.500', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612993', 'Underworld_Bats', '9957', '-20.000', '-0.500', '78.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612994', 'Underworld_Bats', '9957', '19.000', '-0.500', '71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612995', 'Utukku', '9958', '-51.000', '-0.600', '148.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612996', 'Utukku', '9958', '-23.000', '-0.500', '182.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612997', 'Camazotz', '9930', '20.000', '-0.500', '243.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612998', 'Camazotz', '9930', '-219.000', '-16.000', '96.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17612999', 'Droma', '9938', '9.000', '-0.500', '42.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613000', 'Droma', '9938', '-7.000', '-0.500', '41.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613001', 'Colossus', '9933', '-194.000', '-0.500', '43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613002', 'Camazotz', '9930', '-219.000', '-16.000', '26.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613003', 'Camazotz', '9930', '-178.000', '-16.000', '21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613004', 'Utukku', '9958', '7.000', '-0.500', '230.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613005', 'Camazotz', '9930', '-179.000', '-16.000', '56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613006', 'Camazotz', '9930', '-180.000', '-16.000', '103.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17613007', 'Utukku', '9958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613008', 'Camazotz', '9930', '-140.000', '-16.000', '45.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613009', 'Camazotz', '9930', '-119.000', '-16.000', '99.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17613010', 'Utukku', '9958', '0.000', '0.000', '0.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17613011', 'Colossus', '9933', '-10.000', '-0.500', '233.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613012', 'Ice_Elemental', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613013', 'Dark_Elemental', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613014', 'Underworld_Bats', '9957', '56.000', '-0.500', '100.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613015', 'Specter', '9952', '-158.000', '-15.000', '165.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17613016', 'Specter', '9952', '-160.000', '-15.000', '151.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613017', 'Specter', '9952', '-80.000', '-15.000', '169.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17613018', 'Specter', '9952', '-72.000', '-15.000', '160.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17613019', 'Underworld_Bats', '9957', '21.000', '-0.500', '143.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613020', 'Specter', '9952', '-83.000', '-15.000', '153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613021', 'Specter', '9952', '-49.000', '-0.500', '275.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17613022', 'Specter', '9952', '-44.000', '-0.500', '282.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613023', 'Specter', '9952', '-35.000', '-0.500', '278.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613024', 'Underworld_Bats', '9957', '-64.000', '-0.500', '99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613025', 'Specter', '9952', '-39.000', '-0.500', '271.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613026', 'Specter', '9952', '-6.000', '-0.500', '324.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613027', 'Specter', '9952', '-2.000', '-0.500', '314.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613028', 'Specter', '9952', '6.000', '-0.500', '320.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613029', 'Killing_Weapon', '9944', '47.000', '-0.500', '280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613030', 'Killing_Weapon', '9944', '35.000', '-0.500', '281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613031', 'Hellish_Weapon', '9942', '42.000', '-0.500', '290.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613032', 'Hellish_Weapon', '9942', '39.000', '-0.500', '273.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613033', 'Underworld_Bats', '9957', '-139.000', '-0.500', '106.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613034', 'Underworld_Bats', '9957', '-106.000', '-0.500', '139.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613035', 'Droma', '9938', '1.000', '-0.500', '34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613036', 'Droma', '9938', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613037', 'Droma', '9938', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613038', 'Underworld_Bats', '9957', '-180.000', '-0.500', '142.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613039', 'Killing_Weapon', '9944', '100.000', '-0.500', '250.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17613040', 'Hellish_Weapon', '9942', '99.000', '-0.600', '239.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17613041', 'Hellish_Weapon', '9942', '97.000', '-0.600', '227.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613042', 'Utukku', '9958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613043', 'Utukku', '9958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613044', 'Utukku', '9958', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613045', 'Colossus', '9933', '-89.663', '-0.059', '89.320', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17613046', 'Goliath', '9941', '-168.000', '-0.500', '130.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17613047', 'Colossus', '9933', '-201.000', '-0.500', '31.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613048', 'Goliath', '9941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613049', 'Colossus', '9933', '-110.000', '-0.500', '112.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613050', 'Colossus', '9933', '-191.000', '-0.500', '150.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613051', 'Colossus', '9933', '-48.000', '-0.113', '110.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17613052', 'Goliath', '9941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613053', 'Colossus', '9933', '-47.000', '-0.113', '89.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613054', 'Goliath', '9941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613055', 'Colossus', '9933', '-90.082', '-0.037', '72.024', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17613056', 'Underworld_Bats', '9957', '-179.000', '-0.500', '204.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613057', 'Underworld_Bats', '9957', '-140.000', '-0.500', '214.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17613058', 'Underworld_Bats', '9957', '-122.000', '-0.500', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613059', 'Underworld_Bats', '9957', '-100.000', '-0.500', '223.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17613060', 'Talos', '9953', '-69.000', '-0.500', '6.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613061', 'Talos', '9953', '-31.000', '-0.500', '109.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613062', 'Talos', '9953', '29.000', '-0.500', '110.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613063', 'Talos', '9953', '9.000', '-0.500', '126.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17613064', 'Talos', '9953', '0.000', '0.000', '0.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17613065', 'Talos', '9953', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613066', 'Underworld_Bats', '9957', '-77.000', '-0.500', '59.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17613067', 'Underworld_Bats', '9957', '-100.000', '-0.500', '38.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17613068', 'Underworld_Bats', '9957', '-140.000', '-0.500', '43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613069', 'Underworld_Bats', '9957', '-181.000', '-0.500', '60.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17613070', 'Camazotz', '9930', '-99.000', '-16.000', '135.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613071', 'Camazotz', '9930', '-125.000', '-16.000', '179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613072', 'Camazotz', '9930', '-180.000', '-16.000', '137.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613073', 'Camazotz', '9930', '-19.000', '-16.000', '191.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17613074', 'Killing_Weapon', '9944', '73.000', '-0.600', '220.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613075', 'Hellish_Weapon', '9942', '84.000', '-0.500', '219.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613076', 'Killing_Weapon', '9944', '59.000', '-0.500', '233.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613077', 'Hellish_Weapon', '9942', '60.000', '-0.600', '251.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613078', 'Killing_Weapon', '9944', '-131.000', '-0.500', '175.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613079', 'Hellish_Weapon', '9942', '-146.000', '-0.600', '174.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613080', 'Killing_Weapon', '9944', '-132.000', '-0.500', '185.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17613081', 'Hellish_Weapon', '9942', '-143.000', '-0.500', '187.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17613082', 'Utukku', '9958', '0.000', '0.000', '0.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17613083', 'Utukku', '9958', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613084', 'Underworld_Bats', '9957', '-161.000', '-0.500', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613085', 'Underworld_Bats', '9957', '-219.000', '-0.500', '73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613086', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17613087', 'Colossus', '9933', '-167.000', '-0.500', '169.000', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17613088', 'Colossus', '9933', '-167.000', '-0.500', '189.000', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17613089', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17613090', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17613091', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613092', 'Specter', '9952', '2.000', '-0.500', '327.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613093', 'Specter', '9952', '0.000', '0.000', '0.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17613094', 'Specter', '9952', '0.000', '0.000', '0.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17613095', 'Specter', '9952', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613096', 'Western_Shadow', '9960', '-196.000', '-15.000', '120.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17613097', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613098', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17613099', 'Specter', '9952', '-170.685', '-16.073', '86.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613100', 'Specter', '9952', '-155.000', '-16.458', '73.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613101', 'Specter', '9952', '-158.000', '-16.474', '87.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613102', 'Specter', '9952', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613103', 'Northern_Shadow', '9946', '-154.000', '-15.000', '158.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613104', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17613105', 'Underworld_Bats', '9957', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613106', 'Specter', '9952', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613107', 'Specter', '9952', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613108', 'Specter', '9952', '0.000', '0.000', '0.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613109', 'Specter', '9952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613110', 'Eastern_Shadow', '9940', '-85.000', '-16.000', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613125', 'Droma', '9938', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613183', 'Treasure_Chest', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613184', 'Dalzakk', '9936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613186', 'Rainemard', '9948', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613194', 'Trion', '9955', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613197', 'Curilla', '9934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616897', 'Salamander', '9987', '171.260', '0.042', '-25.204', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17616898', 'Magma', '9982', '173.160', '-0.900', '-26.986', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17616899', 'Volcanic_Gas', '9992', '37.842', '3.999', '-276.772', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616900', 'Old_Opo-opo', '9986', '45.000', '3.724', '-288.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616901', 'Old_Opo-opo', '9986', '28.481', '3.858', '-276.021', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17616902', 'Old_Opo-opo', '9986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616903', 'Dire_Bat', '9969', '31.587', '3.678', '-290.794', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17616904', 'Volcanic_Gas', '9992', '0.279', '4.000', '-269.457', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616905', 'Old_Opo-opo', '9986', '-14.216', '3.908', '-278.581', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17616906', 'Old_Opo-opo', '9986', '0.851', '4.052', '-292.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616907', 'Old_Opo-opo', '9986', '7.392', '3.917', '-283.708', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616908', 'Dire_Bat', '9969', '11.646', '3.818', '-282.359', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17616909', 'Old_Opo-opo', '9986', '-62.700', '0.168', '-294.868', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17616910', 'Old_Opo-opo', '9986', '-39.907', '-0.030', '-300.534', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17616911', 'Dire_Bat', '9969', '-59.585', '0.201', '-275.523', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17616912', 'Volcanic_Gas', '9992', '-78.274', '3.999', '-239.592', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616913', 'Old_Opo-opo', '9986', '-70.178', '3.939', '-243.403', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17616914', 'Old_Opo-opo', '9986', '-90.679', '3.521', '-250.711', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616915', 'Old_Opo-opo', '9986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616916', 'Dire_Bat', '9969', '-72.064', '3.749', '-231.827', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17616917', 'Volcanic_Gas', '9992', '-72.961', '3.518', '-213.680', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616918', 'Old_Opo-opo', '9986', '-81.335', '3.950', '-189.289', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616919', 'Old_Opo-opo', '9986', '-84.560', '3.710', '-213.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616920', 'Old_Opo-opo', '9986', '-86.214', '3.720', '-211.784', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616921', 'Old_Opo-opo', '9986', '-90.518', '3.298', '-188.687', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616922', 'Dire_Bat', '9969', '-93.270', '3.920', '-188.666', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616923', 'Old_Opo-opo', '9986', '61.404', '-0.003', '-240.311', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616924', 'Dire_Bat', '9969', '61.535', '-0.002', '-240.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616925', 'Volcanic_Gas', '9992', '52.351', '3.988', '-187.027', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616926', 'Old_Opo-opo', '9986', '35.718', '3.998', '-200.014', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17616927', 'Old_Opo-opo', '9986', '45.551', '3.917', '-190.099', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17616928', 'Old_Opo-opo', '9986', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616929', 'Dire_Bat', '9969', '41.027', '3.999', '-185.866', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616930', 'Volcanic_Gas', '9992', '24.003', '-2.417', '-130.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616931', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616932', 'Old_Opo-opo', '9986', '23.178', '-0.452', '-159.253', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616933', 'Old_Opo-opo', '9986', '18.225', '-0.349', '-114.804', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17616934', 'Volcanic_Gas', '9992', '17.605', '-2.043', '-89.338', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616935', 'Volcanic_Gas', '9992', '18.081', '-1.554', '-131.876', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17616936', 'Old_Opo-opo', '9986', '20.313', '-1.062', '-72.645', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616937', 'Old_Opo-opo', '9986', '20.709', '0.354', '-104.546', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616938', 'Volcanic_Gas', '9992', '-62.382', '-0.223', '-155.679', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17616939', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616940', 'Old_Opo-opo', '9986', '-60.019', '-0.901', '-121.786', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616941', 'Old_Opo-opo', '9986', '-60.755', '-1.666', '-129.369', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616942', 'Volcanic_Gas', '9992', '-61.678', '0.211', '-107.661', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17616943', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616944', 'Old_Opo-opo', '9986', '-70.984', '-0.890', '-100.914', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17616945', 'Volcanic_Gas', '9992', '-26.507', '-2.208', '-90.589', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616946', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616947', 'Volcano_Wasp', '9993', '259.271', '16.085', '-44.711', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17616948', 'Volcano_Wasp', '9993', '259.000', '16.149', '-97.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17616949', 'Volcano_Wasp', '9993', '218.466', '0.521', '-7.005', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17616950', 'Volcano_Wasp', '9993', '242.000', '7.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616951', 'Volcanic_Gas', '9992', '198.525', '-0.054', '19.455', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616952', 'Volcanic_Gas', '9992', '259.981', '16.183', '-76.597', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616953', 'Volcano_Wasp', '9993', '219.125', '13.874', '-130.187', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17616954', 'Volcanic_Gas', '9992', '178.639', '7.201', '-117.269', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17616955', 'Volcano_Wasp', '9993', '178.808', '4.217', '-103.602', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616956', 'Dire_Bat', '9969', '176.987', '7.959', '-136.522', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616957', 'Volcanic_Gas', '9992', '123.752', '3.784', '-88.643', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616958', 'Volcano_Wasp', '9993', '118.757', '3.955', '-88.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616959', 'Volcano_Wasp', '9993', '110.000', '3.000', '-76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616960', 'Dire_Bat', '9969', '125.225', '3.872', '-67.741', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17616961', 'Volcanic_Gas', '9992', '63.036', '-0.340', '-58.449', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17616962', 'Volcano_Wasp', '9993', '204.784', '7.766', '-58.360', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616963', 'Dire_Bat', '9969', '220.811', '13.291', '-67.858', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616964', 'Volcano_Wasp', '9993', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616965', 'Dire_Bat', '9969', '156.921', '0.008', '20.651', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616966', 'Volcanic_Gas', '9992', '151.697', '0.030', '20.708', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17616967', 'Dire_Bat', '9969', '148.212', '0.242', '-18.665', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17616968', 'Volcanic_Gas', '9992', '142.047', '-0.035', '-16.502', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17616969', 'Volcanic_Gas', '9992', '116.445', '0.003', '21.253', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17616970', 'Volcanic_Gas', '9992', '39.214', '-0.328', '62.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616971', 'Volcanic_Gas', '9992', '58.643', '-0.472', '30.969', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17616972', 'Volcanic_Gas', '9992', '17.381', '-0.321', '-60.440', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17616973', 'Volcanic_Gas', '9992', '0.722', '-0.742', '24.969', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17616974', 'Goblin_Bandit', '9974', '-54.710', '-0.722', '21.528', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17616975', 'Goblin_Shepherd', '9976', '-22.895', '9.009', '-202.532', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17616976', 'Goblin_s_Bats', '9977', '-19.616', '5.916', '-215.074', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616977', 'Dodomeki', '9970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616978', 'Goblin_Alchemist', '9973', '-23.175', '0.437', '-232.478', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17616979', 'Goblin_Mercenary', '9975', '-20.415', '19.385', '-160.327', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616980', 'Dodomeki', '9970', '-23.307', '16.264', '-173.865', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17616981', 'Volcanic_Gas', '9992', '-22.228', '19.257', '-163.388', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616982', 'Sulfur_Scorpion', '9988', '-21.664', '4.899', '-220.954', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17616983', 'Dodomeki', '9970', '-19.494', '20.273', '-137.881', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17616984', 'Volcanic_Gas', '9992', '0.585', '20.934', '-143.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616985', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17616986', 'Sulfur_Scorpion', '9988', '21.493', '18.562', '-141.862', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17616987', 'Dodomeki', '9970', '61.041', '20.668', '-124.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616988', 'Volcanic_Gas', '9992', '40.053', '21.137', '-139.979', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17616989', 'Dodomeki', '9970', '59.451', '20.539', '-123.274', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616990', 'Volcanic_Gas', '9992', '59.412', '19.477', '-78.462', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17616991', 'Volcanic_Gas', '9992', '55.819', '19.426', '-69.438', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17616992', 'Volcanic_Gas', '9992', '23.779', '18.958', '-82.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616993', 'Volcanic_Gas', '9992', '0.314', '19.533', '-64.091', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616994', 'Volcanic_Gas', '9992', '-47.022', '19.782', '-62.974', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17616995', 'Sulfur_Scorpion', '9988', '-65.492', '19.028', '-58.921', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616996', 'Sulfur_Scorpion', '9988', '-116.064', '19.683', '-69.784', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17616997', 'Volcanic_Gas', '9992', '-126.497', '19.624', '-79.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17616998', 'Volcanic_Gas', '9992', '-115.071', '19.870', '-72.246', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17616999', 'Tyrannic_Tunnok', '9990', '-119.790', '19.797', '-106.198', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617000', 'Sulfur_Scorpion', '9988', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617001', 'Sulfur_Scorpion', '9988', '-116.185', '20.097', '-114.903', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617002', 'Volcanic_Gas', '9992', '-130.000', '20.000', '-121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617003', 'Volcanic_Gas', '9992', '-131.166', '18.952', '-115.474', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617004', 'Volcanic_Gas', '9992', '-143.146', '19.071', '-157.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617005', 'Volcanic_Gas', '9992', '-198.058', '-0.373', '-179.105', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17617006', 'Sulfur_Scorpion', '9988', '-237.557', '3.916', '-147.887', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17617007', 'Eotyrannus', '9971', '-281.299', '3.875', '-142.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617008', 'Eotyrannus', '9971', '-229.694', '3.861', '-163.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617009', 'Volcanic_Gas', '9992', '-286.109', '3.787', '-143.551', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617010', 'Sulfur_Scorpion', '9988', '-237.827', '3.983', '-113.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617011', 'Eotyrannus', '9971', '-245.853', '3.978', '-133.425', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617012', 'Eotyrannus', '9971', '-233.159', '3.586', '-138.710', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17617013', 'Lindwurm', '9981', '-113.000', '4.000', '141.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617014', 'Goblin_Bandit', '9974', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617015', 'Goblin_Shepherd', '9976', '-258.793', '3.212', '-138.442', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617016', 'Goblin_s_Bats', '9977', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617017', 'Goblin_Alchemist', '9973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617018', 'Goblin_Mercenary', '9975', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617019', 'Goblin_Bandit', '9974', '-256.826', '3.475', '-154.644', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17617020', 'Goblin_Shepherd', '9976', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617021', 'Goblin_s_Bats', '9977', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617022', 'Goblin_Alchemist', '9973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617023', 'Goblin_Mercenary', '9975', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617024', 'Goblin_Bandit', '9974', '-275.782', '3.605', '-107.773', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617025', 'Goblin_Shepherd', '9976', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617026', 'Goblin_s_Bats', '9977', '-269.227', '3.602', '-77.686', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617027', 'Goblin_Alchemist', '9973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617028', 'Goblin_Mercenary', '9975', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617029', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617030', 'Sulfur_Scorpion', '9988', '-286.989', '3.864', '-82.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617031', 'Eotyrannus', '9971', '-284.466', '3.859', '-89.794', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617032', 'Eotyrannus', '9971', '-292.248', '3.984', '-118.252', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17617033', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617034', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617035', 'Volcanic_Gas', '9992', '-205.335', '-0.285', '-63.179', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17617036', 'Volcanic_Gas', '9992', '-179.198', '0.047', '-76.405', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17617037', 'Eotyrannus', '9971', '-140.097', '-1.338', '-92.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617038', 'Volcanic_Gas', '9992', '-155.911', '0.119', '-102.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617039', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617040', 'Volcanic_Gas', '9992', '-65.489', '-0.177', '-43.694', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617041', 'Dodomeki', '9970', '-93.205', '-0.503', '25.236', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617042', 'Volcanic_Gas', '9992', '-101.773', '-0.003', '11.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617043', 'Volcanic_Gas', '9992', '-107.998', '0.135', '17.356', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17617044', 'Dodomeki', '9970', '-120.482', '-0.500', '61.259', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17617045', 'Volcanic_Gas', '9992', '-124.741', '-0.333', '59.693', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617046', 'Eotyrannus', '9971', '-113.463', '3.429', '130.441', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617047', 'Eotyrannus', '9971', '-130.319', '3.125', '131.947', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17617048', 'Volcanic_Gas', '9992', '-276.000', '4.000', '-168.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617049', 'Eotyrannus', '9971', '-129.077', '3.993', '157.121', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17617050', 'Eotyrannus', '9971', '-116.634', '3.999', '162.210', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617051', 'Volcanic_Gas', '9992', '-124.058', '3.691', '143.329', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17617052', 'Eotyrannus', '9971', '-89.951', '3.383', '147.945', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17617053', 'Goblin_Shepherd', '9976', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617054', 'Goblin_s_Bats', '9977', '-109.376', '3.932', '133.455', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17617055', 'Goblin_Alchemist', '9973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617056', 'Goblin_Alchemist', '9973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617057', 'Goblin_Mercenary', '9975', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617058', 'Goblin_Bandit', '9974', '-112.344', '3.806', '154.593', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17617059', 'Goblin_Shepherd', '9976', '-91.462', '3.201', '168.680', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17617060', 'Goblin_s_Bats', '9977', '-125.000', '3.750', '166.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17617061', 'Goblin_Mercenary', '9975', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617062', 'Foreseer_Oramix', '9972', '-111.470', '3.764', '141.784', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617063', 'Goblin_Bandit', '9974', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617064', 'Goblin_Shepherd', '9976', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617065', 'Goblin_s_Bats', '9977', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617066', 'Goblin_Alchemist', '9973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617067', 'Goblin_Mercenary', '9975', '-77.860', '3.454', '171.253', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617068', 'Goblin_Bandit', '9974', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617069', 'Goblin_Alchemist', '9973', '-75.000', '4.000', '156.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617070', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617071', 'Volcanic_Gas', '9992', '-60.534', '-0.604', '120.002', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617072', 'Volcanic_Gas', '9992', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617073', 'Eotyrannus', '9971', '-98.707', '0.121', '226.709', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617074', 'Volcanic_Gas', '9992', '-106.075', '-0.103', '225.664', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17617075', 'Volcanic_Bomb', '9991', '-101.545', '-0.622', '-24.244', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17617076', 'Volcanic_Bomb', '9991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617077', 'Volcanic_Bomb', '9991', '33.998', '8.878', '177.265', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617078', 'Nightmare_Bats', '9984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617079', 'Volcanic_Bomb', '9991', '78.634', '10.115', '139.751', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617080', 'Nightmare_Bats', '9984', '87.651', '9.811', '136.409', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17617081', 'Volcanic_Bomb', '9991', '84.236', '9.808', '132.039', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617082', 'Nightmare_Bats', '9984', '83.724', '9.702', '122.956', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617083', 'Nightmare_Bats', '9984', '29.974', '10.549', '142.148', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617084', 'Volcanic_Bomb', '9991', '42.136', '8.747', '98.798', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17617085', 'Nightmare_Bats', '9984', '41.574', '8.933', '97.157', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17617086', 'Volcanic_Bomb', '9991', '-17.279', '16.588', '84.915', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617087', 'Volcanic_Bomb', '9991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617088', 'Volcanic_Bomb', '9991', '-59.822', '19.720', '12.848', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17617089', 'Volcanic_Bomb', '9991', '24.177', '20.115', '6.122', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17617090', 'Volcanic_Bomb', '9991', '77.900', '19.804', '8.656', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17617091', 'Nightmare_Bats', '9984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617092', 'Nightmare_Bats', '9984', '79.265', '20.050', '-7.035', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617093', 'Nightmare_Bats', '9984', '74.386', '19.880', '2.493', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617094', 'Volcanic_Bomb', '9991', '76.326', '19.930', '-3.021', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17617095', 'Nightmare_Bats', '9984', '99.063', '19.152', '24.114', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17617096', 'Volcanic_Bomb', '9991', '95.855', '18.679', '18.542', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617097', 'Nightmare_Bats', '9984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617098', 'Volcanic_Bomb', '9991', '100.331', '19.046', '97.752', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17617099', 'Nightmare_Bats', '9984', '121.639', '20.000', '120.695', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17617100', 'Ash_Lizard', '9963', '113.040', '19.982', '116.984', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17617101', 'Ash_Lizard', '9963', '117.804', '19.999', '118.061', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617102', 'Volcanic_Bomb', '9991', '119.881', '20.200', '111.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617103', 'Volcanic_Bomb', '9991', '118.555', '20.141', '146.449', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617104', 'Nightmare_Bats', '9984', '129.236', '18.916', '155.481', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17617105', 'Ash_Lizard', '9963', '125.896', '19.959', '158.532', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617106', 'Ash_Lizard', '9963', '115.651', '20.085', '167.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617107', 'Volcanic_Bomb', '9991', '111.820', '19.906', '168.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617108', 'Nightmare_Bats', '9984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617109', 'Volcanic_Bomb', '9991', '97.047', '18.887', '202.442', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17617110', 'Nightmare_Bats', '9984', '100.133', '6.473', '246.564', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617111', 'Volcanic_Bomb', '9991', '102.251', '9.723', '233.434', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17617112', 'Volcanic_Bomb', '9991', '61.050', '0.325', '254.599', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617113', 'Ash_Lizard', '9963', '29.234', '0.941', '259.918', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17617114', 'Volcanic_Bomb', '9991', '55.607', '-0.003', '252.734', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617115', 'Ash_Lizard', '9963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617116', 'Ash_Lizard', '9963', '-1.819', '3.886', '270.924', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17617117', 'Hurricane_Wyvern', '9978', '-0.059', '3.978', '267.515', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17617118', 'Hurricane_Wyvern', '9978', '-53.235', '2.988', '224.760', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17617119', 'Volcanic_Bomb', '9991', '-55.713', '3.258', '223.837', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17617120', 'Ash_Lizard', '9963', '-21.164', '3.013', '264.162', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17617121', 'Hurricane_Wyvern', '9978', '-33.458', '3.965', '280.170', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617122', 'Hurricane_Wyvern', '9978', '-57.154', '3.346', '223.026', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17617123', 'Volcanic_Bomb', '9991', '-266.000', '40.000', '116.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617124', 'Ash_Lizard', '9963', '-12.018', '3.173', '229.885', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617125', 'Hurricane_Wyvern', '9978', '2.031', '3.955', '228.014', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17617126', 'Volcanic_Bomb', '9991', '-56.656', '3.346', '224.066', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17617127', 'Ash_Lizard', '9963', '-56.642', '3.363', '224.356', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17617128', 'Ash_Lizard', '9963', '-57.392', '3.536', '223.639', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17617129', 'Hurricane_Wyvern', '9978', '-56.323', '3.422', '225.070', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17617130', 'Vouivre', '9994', '-38.587', '3.815', '259.578', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617131', 'Volcanic_Bomb', '9991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617132', 'Volcanic_Bomb', '9991', '-35.923', '3.999', '281.606', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17617133', 'Volcanic_Bomb', '9991', '6.606', '3.717', '241.692', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17617134', 'Volcanic_Bomb', '9991', '6.082', '2.801', '262.556', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17617135', 'Volcanic_Bomb', '9991', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617136', 'Volcanic_Bomb', '9991', '-62.885', '20.606', '49.506', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17617137', 'Ash_Lizard', '9963', '-136.322', '40.328', '82.723', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617138', 'Volcanic_Bomb', '9991', '-136.301', '39.429', '100.458', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617139', 'Ash_Lizard', '9963', '-143.043', '39.689', '65.178', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17617140', 'Volcanic_Bomb', '9991', '-140.916', '40.080', '62.123', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17617141', 'Hurricane_Wyvern', '9978', '-172.192', '38.247', '60.119', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617142', 'Volcanic_Bomb', '9991', '-247.000', '40.000', '88.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617143', 'Volcanic_Bomb', '9991', '-233.567', '39.968', '78.839', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17617144', 'Volcanic_Bomb', '9991', '-247.832', '39.794', '81.815', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17617145', 'Ash_Lizard', '9963', '-252.651', '40.613', '118.465', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17617146', 'Ash_Lizard', '9963', '-248.300', '39.863', '120.906', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17617147', 'Ash_Dragon', '9962', '-280.018', '39.995', '120.030', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17617148', 'Volcanic_Bomb', '9991', '-286.018', '39.995', '124.030', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17617149', 'Volcanic_Bomb', '9991', '-286.096', '39.958', '124.192', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617150', 'Volcanic_Bomb', '9991', '-276.073', '39.785', '123.248', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17617151', 'Volcanic_Bomb', '9991', '-257.731', '41.556', '104.099', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17617152', 'Volcanic_Bomb', '9991', '-339.842', '39.743', '142.112', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617153', 'Volcanic_Bomb', '9991', '-341.043', '38.824', '189.606', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617154', 'Volcanic_Bomb', '9991', '-342.528', '37.957', '211.550', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617155', 'Volcanic_Bomb', '9991', '-382.992', '27.940', '259.001', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17617156', 'Volcanic_Bomb', '9991', '-21.588', '39.921', '62.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17617157', 'Mimic', '9983', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617158', 'Bomb_Queen', '9967', '14.682', '20.058', '-104.121', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617159', 'Bomb_Princess', '9966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617160', 'Bomb_Prince', '9965', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617161', 'Bomb_Princess', '9966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617162', 'Bomb_Prince', '9965', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617163', 'Bomb_Bastard', '9964', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617164', 'Tarasque', '9989', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617165', 'Cailleach_Bheur', '9968', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617166', 'Ildebrann', '9968', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617200', 'Kilhwch', '9979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617202', 'Altar_of_Ashes', '9980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17617207', '', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17620993', 'Archlich_Taber_quoan', '10001', '0.081', '-1.625', '-12.371', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17620994', 'Ancient_Sorcerer', '9998', '-16.322', '-1.625', '9.607', '204'); -INSERT INTO `mob_spawn_points` VALUES ('17620995', 'Ancient_Sorcerer', '9998', '17.085', '-1.625', '-9.633', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17620996', 'Ancient_Warrior', '9999', '26.304', '0.875', '76.151', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17620997', 'Ancient_Warrior', '9999', '26.256', '0.875', '62.866', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17620998', 'Ancient_Warrior', '9999', '-26.202', '0.875', '62.874', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17620999', 'Ancient_Warrior', '9999', '-26.267', '0.875', '77.125', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17621000', 'Archlich_Taber_quoan', '10001', '399.927', '198.375', '-413.382', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621001', 'Ancient_Sorcerer', '9998', '416.923', '198.375', '-390.193', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621002', 'Ancient_Sorcerer', '9998', '383.286', '198.375', '-390.409', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621003', 'Ancient_Warrior', '9999', '373.827', '200.875', '-336.381', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621004', 'Ancient_Warrior', '9999', '373.825', '200.875', '-323.251', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621005', 'Ancient_Warrior', '9999', '426.391', '200.875', '-323.158', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621006', 'Ancient_Warrior', '9999', '426.228', '200.875', '-336.813', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621007', 'Archlich_Taber_quoan', '10001', '-399.908', '-201.625', '386.934', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621008', 'Ancient_Sorcerer', '9998', '-416.616', '-201.625', '409.581', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621009', 'Ancient_Sorcerer', '9998', '-382.831', '-201.625', '409.757', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621010', 'Ancient_Warrior', '9999', '-426.327', '-199.125', '463.157', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621011', 'Ancient_Warrior', '9999', '-426.188', '-199.125', '476.989', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621012', 'Ancient_Warrior', '9999', '-373.796', '-199.125', '476.857', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621013', 'Ancient_Warrior', '9999', '-373.951', '-199.125', '463.279', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621014', 'Warlord_Rojgnoj', '10049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621015', 'Rojgnoj_s_Left_Hand', '10035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621016', 'Rojgnoj_s_Right_Hand', '10036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621017', 'Yukvok_of_Clan_Death', '10054', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621018', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621019', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621020', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621021', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621022', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621023', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621024', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621025', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621026', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621027', 'Death_Clan_Destroyer', '10010', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621028', 'Warlord_Rojgnoj', '10049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621029', 'Rojgnoj_s_Left_Hand', '10035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621030', 'Rojgnoj_s_Right_Hand', '10036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621031', 'Yukvok_of_Clan_Death', '10054', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621032', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621033', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621034', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621035', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621036', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621037', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621038', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621039', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621040', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621041', 'Death_Clan_Destroyer', '10010', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621042', 'Warlord_Rojgnoj', '10049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621043', 'Rojgnoj_s_Left_Hand', '10035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621044', 'Rojgnoj_s_Right_Hand', '10036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621045', 'Yukvok_of_Clan_Death', '10054', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621046', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621047', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621048', 'Vangknok_of_Clan_Death', '10047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621049', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621050', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621051', 'Rallbrog_of_Clan_Death', '10034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621052', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621053', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621054', 'Worgbut_of_Clan_Death', '10053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621055', 'Death_Clan_Destroyer', '10010', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621056', 'Maat', '10026', '-399.000', '-201.000', '399.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621057', 'Maat', '10026', '-1.000', '-1.000', '-1.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621058', 'Maat', '10026', '400.000', '198.000', '-400.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621059', 'Maat', '10026', '-399.000', '-201.000', '399.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621060', 'Maat', '10026', '-1.000', '-1.000', '-1.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621061', 'Maat', '10026', '400.000', '198.000', '-400.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621062', 'Maat', '10026', '-399.000', '-201.000', '399.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621063', 'Maat', '10026', '-1.000', '-1.000', '-1.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621064', 'Maat', '10026', '400.000', '198.000', '-400.000', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17621065', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621066', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621067', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621069', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621070', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621071', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621073', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621074', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621075', 'Gladiatorial_Weapon', '10020', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621077', 'Capelthwaite', '10004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621078', 'Freybug', '10017', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621079', 'Rongeur_D_os', '10037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621080', 'Guytrash', '10021', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621082', 'Capelthwaite', '10004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621083', 'Freybug', '10017', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621084', 'Rongeur_D_os', '10037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621085', 'Guytrash', '10021', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621087', 'Capelthwaite', '10004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621088', 'Freybug', '10017', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621089', 'Rongeur_D_os', '10037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621090', 'Guytrash', '10021', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621092', 'Doll_Factory', '10012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621093', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621094', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621095', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621096', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621097', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621099', 'Doll_Factory', '10012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621100', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621101', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621102', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621103', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621104', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621106', 'Doll_Factory', '10012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621107', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621108', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621109', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621110', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621111', 'Generic_Doll', '10018', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621113', 'Ghul-I-Beaban', '10019', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621114', 'Ghul-I-Beaban', '10019', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621116', 'Ghul-I-Beaban', '10019', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621117', 'Ghul-I-Beaban', '10019', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621119', 'Ghul-I-Beaban', '10019', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621120', 'Ghul-I-Beaban', '10019', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621122', 'Fire_Golem', '10015', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621123', 'Water_Golem', '10050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621124', 'Wind_Golem', '10052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621125', 'Earth_Golem', '10013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621127', 'Fire_Golem', '10015', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621128', 'Water_Golem', '10050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621129', 'Wind_Golem', '10052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621130', 'Earth_Golem', '10013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621132', 'Fire_Golem', '10015', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621133', 'Water_Golem', '10050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621134', 'Wind_Golem', '10052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621135', 'Earth_Golem', '10013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621137', 'Nephiyl_Rampartbreacher', '10032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621138', 'Nephiyl_Keepcollapser', '10029', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621139', 'Nephiyl_Moatfiller', '10030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621140', 'Nephiyl_Pinnacletosser', '10031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621142', 'Nephiyl_Rampartbreacher', '10032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621143', 'Nephiyl_Keepcollapser', '10029', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621144', 'Nephiyl_Moatfiller', '10030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621145', 'Nephiyl_Pinnacletosser', '10031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621147', 'Nephiyl_Rampartbreacher', '10032', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621148', 'Nephiyl_Keepcollapser', '10029', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621149', 'Nephiyl_Moatfiller', '10030', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621150', 'Nephiyl_Pinnacletosser', '10031', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621152', 'Vaicoliaux_B_D_Aurphe', '10046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621153', 'Maldaramet_B_D_Aurphe', '10027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621154', 'Disfaurit_B_D_Aurphe', '10011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621155', 'Jeumouque_B_D_Aurphe', '10024', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621157', 'Vaicoliaux_B_D_Aurphe', '10046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621158', 'Maldaramet_B_D_Aurphe', '10027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621159', 'Disfaurit_B_D_Aurphe', '10011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621160', 'Jeumouque_B_D_Aurphe', '10024', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621162', 'Vaicoliaux_B_D_Aurphe', '10046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621163', 'Maldaramet_B_D_Aurphe', '10027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621164', 'Disfaurit_B_D_Aurphe', '10011', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621165', 'Jeumouque_B_D_Aurphe', '10024', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621167', 'Chahnameed_s_Stomach', '10008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621168', 'Chahnameed_s_Intestines', '10006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621169', 'Chahnameed_s_Liver', '10007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621170', 'Chahnameed', '10005', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621172', 'Chahnameed_s_Stomach', '10008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621173', 'Chahnameed_s_Intestines', '10006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621174', 'Chahnameed_s_Liver', '10007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621175', 'Chahnameed', '10005', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621177', 'Chahnameed_s_Stomach', '10008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621178', 'Chahnameed_s_Intestines', '10006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621179', 'Chahnameed_s_Liver', '10007', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621180', 'Chahnameed', '10005', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621182', 'Annihilated_Anthony', '10000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621183', 'Shredded_Samson', '10042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621184', 'Mauled_Murdock', '10028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621185', 'Punctured_Percy', '10033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621187', 'Annihilated_Anthony', '10000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621188', 'Shredded_Samson', '10042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621189', 'Mauled_Murdock', '10028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621190', 'Punctured_Percy', '10033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621192', 'Annihilated_Anthony', '10000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621193', 'Shredded_Samson', '10042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621194', 'Mauled_Murdock', '10028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621195', 'Punctured_Percy', '10033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621197', 'Anansi', '9997', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621199', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621200', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621201', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621202', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621203', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621204', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621205', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621206', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621207', 'Anansi', '9997', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621209', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621210', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621211', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621212', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621213', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621214', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621215', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621216', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621217', 'Anansi', '9997', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621219', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621220', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621221', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621222', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621223', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621224', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621225', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621226', 'Son_of_Anansi', '10043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621227', 'Fire_Pot', '10016', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621228', 'Ice_Pot', '10023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621229', 'Air_Pot', '9996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621230', 'Earth_Pot', '10014', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621231', 'Thunder_Pot', '10044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621232', 'Water_Pot', '10051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621234', 'Fire_Pot', '10016', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621235', 'Ice_Pot', '10023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621236', 'Air_Pot', '9996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621237', 'Earth_Pot', '10014', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621238', 'Thunder_Pot', '10044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621239', 'Water_Pot', '10051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621241', 'Fire_Pot', '10016', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621242', 'Ice_Pot', '10023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621243', 'Air_Pot', '9996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621244', 'Earth_Pot', '10014', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621245', 'Thunder_Pot', '10044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621246', 'Water_Pot', '10051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621248', 'Beelzebub', '10003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621249', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621250', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621251', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621252', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621253', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621254', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621255', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621256', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621258', 'Beelzebub', '10003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621259', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621260', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621261', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621262', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621263', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621264', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621265', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621266', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621268', 'Beelzebub', '10003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621269', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621270', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621271', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621272', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621273', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621274', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621275', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621276', 'Hell_Fly', '10022', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621278', 'Vassago', '10048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621279', 'Vassago', '10048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621280', 'Vassago', '10048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621281', 'Laila', '10025', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621282', 'Laila', '10025', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621283', 'Laila', '10025', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621284', 'Adam', '9995', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621285', 'Crabshaw', '10009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621286', 'Adam', '9995', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621287', 'Crabshaw', '10009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621288', 'Adam', '9995', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621289', 'Crabshaw', '10009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621290', 'Seed_Orc', '10039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621291', 'Seed_Quadav', '10040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621292', 'Seed_Yagudo', '10041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621293', 'Seed_Goblin', '10038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621294', 'Seed_Orc', '10039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621295', 'Seed_Quadav', '10040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621296', 'Seed_Yagudo', '10041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621297', 'Seed_Goblin', '10038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621298', 'Seed_Orc', '10039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621299', 'Seed_Quadav', '10040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621300', 'Seed_Yagudo', '10041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17621301', 'Seed_Goblin', '10038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629185', 'Valor', '10096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629186', 'Honor', '10080', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629187', 'Centurio_IV-VII', '10073', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629188', 'Triarius_IV-XIV', '10093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629189', 'Princeps_IV-XLV', '10083', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629190', 'Mimic', '10081', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629191', 'Sand_Spider', '10090', '939.385', '-8.785', '-302.224', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629192', 'Sand_Spider', '10090', '895.545', '-8.312', '-296.011', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629193', 'Sand_Spider', '10090', '862.492', '-8.314', '-340.744', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17629194', 'Helm_Beetle', '10079', '862.099', '-8.566', '-303.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629195', 'Helm_Beetle', '10079', '878.853', '-8.311', '-296.485', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629196', 'Sand_Spider', '10090', '858.844', '-8.244', '-355.697', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629197', 'Sand_Spider', '10090', '820.304', '-8.243', '-409.973', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17629198', 'Sand_Spider', '10090', '856.258', '-8.333', '-379.770', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629199', 'Helm_Beetle', '10079', '855.000', '-8.000', '-330.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17629200', 'Helm_Beetle', '10079', '826.000', '-8.243', '-382.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17629201', 'Sand_Spider', '10090', '840.853', '-8.243', '-417.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629202', 'Helm_Beetle', '10079', '826.309', '-8.243', '-428.021', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17629203', 'Antican_Hastatus', '10062', '844.359', '-8.258', '-418.008', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629204', 'Antican_Princeps', '10067', '835.177', '-8.246', '-444.737', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17629205', 'Antican_Signifer', '10070', '835.000', '-8.244', '-385.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629206', 'Sand_Eater', '10088', '828.146', '-5.599', '-458.059', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17629207', 'Sand_Eater', '10088', '800.873', '0.572', '-461.734', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629208', 'Sand_Eater', '10088', '791.115', '-0.040', '-465.715', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17629209', 'Antican_Hastatus', '10062', '782.000', '1.000', '-462.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629210', 'Antican_Princeps', '10067', '754.155', '0.405', '-461.555', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629211', 'Antican_Signifer', '10070', '766.760', '0.729', '-460.304', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629212', 'Antican_Hastatus', '10062', '714.192', '-0.340', '-416.910', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629213', 'Antican_Princeps', '10067', '671.000', '-0.236', '-418.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17629214', 'Antican_Signifer', '10070', '740.920', '-0.333', '-419.052', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17629215', 'Helm_Beetle', '10079', '696.363', '-0.311', '-424.149', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17629216', 'Helm_Beetle', '10079', '744.240', '-0.303', '-417.043', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629217', 'Helm_Beetle', '10079', '768.221', '-0.677', '-419.689', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629218', 'Antican_Princeps', '10067', '701.360', '-0.474', '-442.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629219', 'Helm_Beetle', '10079', '635.025', '-0.803', '-419.127', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629220', 'Helm_Beetle', '10079', '660.000', '-4.000', '-380.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629221', 'Helm_Beetle', '10079', '635.213', '-8.500', '-378.810', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17629222', 'Sand_Spider', '10090', '829.455', '0.462', '-499.682', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17629223', 'Sand_Eater', '10088', '863.115', '0.430', '-488.201', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629224', 'Sand_Eater', '10088', '848.000', '0.420', '-498.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17629225', 'Antican_Hastatus', '10062', '841.000', '1.010', '-499.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629226', 'Antican_Princeps', '10067', '823.355', '0.631', '-502.165', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17629227', 'Antican_Signifer', '10070', '859.669', '0.213', '-475.005', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629228', 'Sand_Spider', '10090', '794.682', '0.780', '-545.765', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629229', 'Sand_Eater', '10088', '818.000', '1.000', '-521.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17629230', 'Antican_Hastatus', '10062', '810.547', '1.096', '-553.264', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629231', 'Antican_Princeps', '10067', '784.003', '1.522', '-573.316', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629232', 'Antican_Signifer', '10070', '802.116', '1.553', '-561.101', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17629233', 'Sand_Spider', '10090', '758.430', '1.701', '-569.807', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629234', 'Sand_Eater', '10088', '744.061', '1.100', '-564.481', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629235', 'Antican_Hastatus', '10062', '749.153', '1.149', '-550.129', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629236', 'Antican_Princeps', '10067', '763.763', '1.698', '-563.585', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629237', 'Antican_Signifer', '10070', '773.581', '1.576', '-568.904', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17629238', 'Centurio_X-I', '10074', '746.000', '2.000', '-567.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629239', 'Sand_Spider', '10090', '726.073', '0.260', '-542.381', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17629240', 'Antican_Hastatus', '10062', '684.840', '-0.459', '-557.011', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17629241', 'Antican_Princeps', '10067', '699.034', '-0.816', '-551.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629242', 'Antican_Signifer', '10070', '691.290', '-0.563', '-548.361', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17629243', 'Antican_Hastatus', '10062', '669.187', '-0.465', '-555.607', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17629244', 'Antican_Princeps', '10067', '686.369', '-0.456', '-550.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629245', 'Sand_Spider', '10090', '694.936', '-0.489', '-557.194', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629246', 'Sand_Eater', '10088', '674.982', '2.683', '-577.115', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629247', 'Sand_Spider', '10090', '597.529', '8.720', '-542.094', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17629248', 'Sand_Spider', '10090', '621.082', '8.718', '-562.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629249', 'Sand_Spider', '10090', '635.709', '8.269', '-582.331', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17629250', 'Sand_Eater', '10088', '621.000', '9.000', '-549.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17629251', 'Sand_Eater', '10088', '624.000', '9.000', '-580.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629252', 'Antican_Hastatus', '10062', '694.470', '9.189', '-622.438', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17629253', 'Antican_Princeps', '10067', '685.199', '8.996', '-619.940', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17629254', 'Antican_Signifer', '10070', '659.323', '-3.607', '-651.918', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17629257', 'Sand_Eater', '10088', '702.304', '8.800', '-611.370', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629258', 'Antican_Hastatus', '10062', '605.201', '-6.379', '-675.614', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629259', 'Antican_Princeps', '10067', '593.132', '-6.507', '-667.235', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17629260', 'Antican_Signifer', '10070', '605.950', '-6.668', '-689.637', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17629263', 'Sand_Eater', '10088', '590.627', '-6.529', '-688.632', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629267', 'Sand_Eater', '10088', '544.470', '-11.304', '-701.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629268', 'Sand_Eater', '10088', '779.000', '0.353', '-613.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17629269', 'Sand_Eater', '10088', '798.469', '0.297', '-623.418', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17629270', 'Antican_Hastatus', '10062', '816.599', '-0.308', '-675.139', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629271', 'Antican_Princeps', '10067', '816.347', '-0.309', '-698.611', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17629272', 'Antican_Signifer', '10070', '817.223', '-0.294', '-651.321', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629273', 'Antican_Princeps', '10067', '822.000', '-0.495', '-666.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17629274', 'Antican_Signifer', '10070', '823.292', '-0.500', '-687.831', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17629275', 'Sand_Spider', '10090', '820.871', '-1.196', '-595.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629276', 'Antican_Hastatus', '10062', '851.024', '0.472', '-616.822', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17629277', 'Antican_Signifer', '10070', '856.777', '0.923', '-625.639', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629278', 'Sand_Eater', '10088', '848.629', '0.494', '-623.347', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17629279', 'Antican_Hastatus', '10062', '864.832', '0.272', '-669.787', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629280', 'Antican_Princeps', '10067', '856.187', '1.120', '-657.310', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17629281', 'Antican_Praefectus', '10065', '869.240', '1.045', '-655.214', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17629282', 'Sand_Eater', '10088', '845.790', '0.446', '-657.654', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629283', 'Antican_Hastatus', '10062', '854.856', '0.625', '-704.626', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17629284', 'Antican_Princeps', '10067', '837.636', '0.336', '-699.673', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17629285', 'Antican_Signifer', '10070', '859.393', '1.324', '-700.998', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17629286', 'Sand_Eater', '10088', '864.252', '0.473', '-689.710', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629287', 'Antican_Hastatus', '10062', '796.562', '0.059', '-660.970', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17629288', 'Antican_Signifer', '10070', '789.407', '-0.243', '-664.033', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629289', 'Sand_Eater', '10088', '777.764', '0.078', '-649.239', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629290', 'Antican_Hastatus', '10062', '772.800', '0.898', '-703.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629291', 'Antican_Princeps', '10067', '797.255', '0.171', '-697.342', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629292', 'Sand_Eater', '10088', '778.953', '1.261', '-702.644', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17629293', 'Sand_Eater', '10088', '815.635', '2.774', '-729.980', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629294', 'Helm_Beetle', '10079', '689.112', '-19.977', '-739.351', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629295', 'Antican_Hastatus', '10062', '618.951', '-16.794', '-764.071', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629296', 'Antican_Princeps', '10067', '641.000', '-16.786', '-774.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629297', 'Antican_Signifer', '10070', '657.000', '-16.770', '-756.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629298', 'Antican_Hastatus', '10062', '626.061', '-16.773', '-742.354', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629299', 'Antican_Signifer', '10070', '636.565', '-16.770', '-741.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629300', 'Helm_Beetle', '10079', '658.435', '-16.770', '-771.204', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17629301', 'Sagittarius_X-XIII', '10086', '624.000', '-16.500', '-775.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629302', 'Helm_Beetle', '10079', '659.372', '-16.582', '-798.875', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629303', 'Antican_Hastatus', '10062', '771.067', '-16.281', '-821.200', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629304', 'Antican_Princeps', '10067', '734.575', '-16.291', '-824.047', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17629305', 'Antican_Signifer', '10070', '696.879', '-16.306', '-822.760', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17629306', 'Antican_Hastatus', '10062', '748.837', '-16.466', '-825.250', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17629307', 'Antican_Princeps', '10067', '770.906', '-16.321', '-817.823', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629308', 'Antican_Signifer', '10070', '671.000', '-16.313', '-819.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629309', 'Helm_Beetle', '10079', '690.591', '-16.310', '-818.376', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629310', 'Antican_Signifer', '10070', '638.697', '-16.774', '-820.689', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629311', 'Antican_Princeps', '10067', '741.730', '-17.135', '-793.624', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629315', 'Antican_Hastatus', '10062', '785.390', '-15.496', '-774.523', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17629316', 'Antican_Princeps', '10067', '789.937', '-15.827', '-775.943', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17629317', 'Antican_Signifer', '10070', '801.494', '-14.022', '-746.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629318', 'Antican_Hastatus', '10062', '793.705', '-14.623', '-764.716', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629319', 'Antican_Princeps', '10067', '789.963', '-14.918', '-749.028', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629320', 'Helm_Beetle', '10079', '599.440', '-17.030', '-738.592', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17629321', 'Antican_Hastatus', '10062', '526.102', '-16.377', '-741.960', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17629322', 'Antican_Princeps', '10067', '471.751', '-16.281', '-735.965', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629323', 'Antican_Signifer', '10070', '517.549', '-16.362', '-735.959', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629324', 'Antican_Hastatus', '10062', '463.753', '-16.368', '-738.934', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17629325', 'Antican_Princeps', '10067', '539.537', '-16.365', '-739.406', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17629326', 'Antican_Signifer', '10070', '495.524', '-16.389', '-735.728', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629327', 'Helm_Beetle', '10079', '502.480', '-16.375', '-742.219', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17629328', 'Antican_Signifer', '10070', '538.443', '-16.794', '-763.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629329', 'Antican_Princeps', '10067', '434.647', '-17.071', '-740.283', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629330', 'Helm_Beetle', '10079', '458.348', '-15.786', '-759.040', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629331', 'Helm_Beetle', '10079', '476.665', '-14.930', '-784.702', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629332', 'Antican_Hastatus', '10062', '468.000', '-14.000', '-788.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629333', 'Antican_Princeps', '10067', '477.000', '-14.000', '-812.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629334', 'Antican_Signifer', '10070', '491.770', '-14.510', '-794.003', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629335', 'Antican_Hastatus', '10062', '474.000', '-13.000', '-802.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17629336', 'Antican_Signifer', '10070', '493.991', '-14.705', '-799.610', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629337', 'Antican_Hastatus', '10062', '481.283', '0.248', '-863.329', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629338', 'Antican_Princeps', '10067', '500.361', '0.442', '-843.281', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17629339', 'Antican_Signifer', '10070', '458.000', '1.000', '-879.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17629342', 'Sand_Eater', '10088', '476.102', '0.438', '-862.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629344', 'Sand_Eater', '10088', '455.674', '0.640', '-863.175', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17629346', 'Sand_Eater', '10088', '462.791', '0.237', '-895.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629349', 'Sand_Eater', '10088', '521.983', '16.125', '-941.631', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17629350', 'Antican_Hastatus', '10062', '545.164', '17.626', '-936.259', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629351', 'Antican_Princeps', '10067', '560.492', '17.387', '-935.749', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17629352', 'Antican_Signifer', '10070', '559.615', '17.705', '-940.331', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17629355', 'Sand_Eater', '10088', '561.188', '17.709', '-941.526', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629356', 'Helm_Beetle', '10079', '140.000', '-8.465', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629357', 'Helm_Beetle', '10079', '128.943', '-3.264', '-139.320', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629358', 'Helm_Beetle', '10079', '139.000', '-4.530', '-140.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629359', 'Antican_Hastatus', '10062', '67.001', '-0.183', '-111.719', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17629360', 'Antican_Princeps', '10067', '62.000', '-0.269', '-137.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629361', 'Antican_Signifer', '10070', '91.659', '-0.318', '-104.664', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629362', 'Antican_Hastatus', '10062', '98.012', '-0.187', '-127.086', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629363', 'Antican_Princeps', '10067', '26.909', '-0.370', '-111.065', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629364', 'Antican_Signifer', '10070', '44.000', '-0.198', '-107.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629365', 'Helm_Beetle', '10079', '75.782', '-0.182', '-133.419', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629366', 'Antican_Hastatus', '10062', '9.228', '-0.140', '-109.471', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629367', 'Antican_Princeps', '10067', '3.906', '-0.214', '-149.905', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17629368', 'Antican_Signifer', '10070', '19.588', '-0.230', '-159.924', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629369', 'Antican_Hastatus', '10062', '-18.703', '-0.141', '-116.004', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17629370', 'Antican_Princeps', '10067', '13.054', '-0.140', '-127.584', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17629371', 'Antican_Signifer', '10070', '-8.967', '-0.146', '-109.180', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17629372', 'Helm_Beetle', '10079', '-18.656', '-0.215', '-147.475', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17629373', 'Sand_Lizard', '10089', '1.000', '-0.194', '-136.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629374', 'Antican_Hastatus', '10062', '14.769', '-0.609', '-34.873', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17629375', 'Antican_Princeps', '10067', '4.298', '-0.500', '-21.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629376', 'Antican_Signifer', '10070', '13.362', '-0.635', '-54.434', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629377', 'Antican_Princeps', '10067', '0.445', '-0.580', '-60.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629378', 'Antican_Signifer', '10070', '-8.788', '-0.615', '-32.283', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17629379', 'Helm_Beetle', '10079', '-17.900', '-0.607', '-45.412', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629380', 'Sand_Lizard', '10089', '7.208', '-0.607', '-19.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629381', 'Antican_Hastatus', '10062', '-2.843', '-0.230', '-176.409', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17629382', 'Antican_Princeps', '10067', '20.112', '-0.230', '-192.478', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17629383', 'Antican_Signifer', '10070', '12.329', '-0.260', '-172.469', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629384', 'Antican_Princeps', '10067', '18.449', '-0.318', '-209.322', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17629385', 'Antican_Signifer', '10070', '-20.013', '-0.432', '-188.390', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629387', 'Sand_Lizard', '10089', '34.189', '-0.670', '-18.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629388', 'Antican_Hastatus', '10062', '96.000', '-0.204', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629389', 'Antican_Princeps', '10067', '80.647', '-0.193', '-15.392', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629390', 'Antican_Signifer', '10070', '111.761', '-0.203', '-16.203', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629391', 'Antican_Hastatus', '10062', '63.000', '-0.215', '-22.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629392', 'Antican_Princeps', '10067', '193.000', '1.000', '15.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629393', 'Antican_Signifer', '10070', '136.322', '-0.173', '-23.657', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17629394', 'Sand_Lizard', '10089', '62.393', '-0.173', '-18.184', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629395', 'Sand_Lizard', '10089', '150.054', '0.298', '19.067', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629396', 'Sand_Lizard', '10089', '189.000', '2.000', '4.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629397', 'Sand_Lizard', '10089', '200.000', '2.000', '-4.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17629398', 'Antican_Hastatus', '10062', '211.000', '2.000', '-0.500', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629399', 'Antican_Princeps', '10067', '192.640', '1.541', '-1.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629400', 'Antican_Signifer', '10070', '202.477', '1.398', '7.968', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629401', 'Antican_Hastatus', '10062', '183.639', '0.774', '2.511', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629402', 'Antican_Signifer', '10070', '200.211', '1.131', '-15.712', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17629403', 'Nussknacker', '10082', '195.000', '1.000', '5.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629404', 'Sand_Eater', '10088', '308.322', '0.678', '17.829', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629405', 'Sand_Eater', '10088', '271.464', '1.585', '19.790', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629408', 'Sand_Lizard', '10089', '-36.531', '-0.409', '-60.063', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17629409', 'Antican_Hastatus', '10062', '-90.010', '-0.567', '-29.424', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629410', 'Antican_Princeps', '10067', '-73.523', '-0.500', '-41.681', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629411', 'Antican_Signifer', '10070', '-84.865', '-0.428', '-43.475', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629412', 'Antican_Magister', '10064', '-77.000', '-0.500', '-56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629413', 'Sand_Lizard', '10089', '-89.033', '-0.574', '-49.804', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17629414', 'Sand_Lizard', '10089', '-76.697', '-0.407', '-28.568', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629415', 'Sand_Lizard', '10089', '-73.936', '-0.444', '-27.393', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17629416', 'Antican_Princeps', '10067', '-43.556', '-0.926', '-138.569', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629417', 'Helm_Beetle', '10079', '36.273', '-0.240', '-178.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629418', 'Antican_Hastatus', '10062', '84.296', '-0.295', '-209.098', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17629419', 'Antican_Princeps', '10067', '73.919', '-0.240', '-201.451', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17629420', 'Antican_Signifer', '10070', '89.575', '-0.299', '-196.206', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629421', 'Antican_Proconsul', '10068', '76.000', '-0.600', '-194.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629422', 'Helm_Beetle', '10079', '66.932', '-0.252', '-197.068', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629423', 'Helm_Beetle', '10079', '90.213', '-0.297', '-197.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629424', 'Helm_Beetle', '10079', '74.090', '-0.241', '-210.722', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17629425', 'Antican_Hastatus', '10062', '-114.821', '-0.272', '-223.974', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17629426', 'Antican_Princeps', '10067', '-138.969', '-0.263', '-216.730', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629427', 'Antican_Signifer', '10070', '-77.365', '-0.252', '-221.736', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17629428', 'Antican_Princeps', '10067', '-89.338', '-0.295', '-223.608', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17629429', 'Antican_Signifer', '10070', '-57.035', '-0.251', '-223.260', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17629430', 'Diamond_Daig', '10075', '-81.000', '-0.500', '-217.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629431', 'Antican_Hastatus', '10062', '-56.268', '1.134', '-184.020', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629432', 'Antican_Signifer', '10070', '-51.980', '0.216', '-187.433', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17629433', 'Helm_Beetle', '10079', '-64.478', '1.344', '-179.473', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17629434', 'Antican_Princeps', '10067', '-61.526', '0.526', '-249.894', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629435', 'Antican_Signifer', '10070', '-60.173', '1.007', '-268.644', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629436', 'Helm_Beetle', '10079', '-69.158', '-0.286', '-223.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629437', 'Antican_Hastatus', '10062', '-91.584', '0.167', '-171.865', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17629438', 'Antican_Princeps', '10067', '-104.196', '1.317', '-186.740', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17629439', 'Helm_Beetle', '10079', '-95.632', '-0.500', '-214.732', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17629440', 'Antican_Hastatus', '10062', '-96.292', '1.168', '-265.018', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629441', 'Antican_Signifer', '10070', '-94.136', '0.817', '-265.075', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629442', 'Helm_Beetle', '10079', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629443', 'Antican_Princeps', '10067', '-138.574', '0.161', '-200.910', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17629444', 'Antican_Princeps', '10067', '-130.062', '0.335', '-260.830', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17629445', 'Antican_Princeps', '10067', '-141.169', '1.133', '-252.699', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629446', 'Helm_Beetle', '10079', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629447', 'Helm_Beetle', '10079', '-163.159', '-0.681', '-218.455', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17629448', 'Antican_Hastatus', '10062', '-164.000', '16.000', '-181.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17629449', 'Antican_Princeps', '10067', '-181.485', '8.405', '-160.682', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17629450', 'Sand_Eater', '10088', '-180.601', '9.447', '-166.662', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629452', 'Antican_Hastatus', '10062', '-214.000', '9.000', '-117.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629453', 'Antican_Princeps', '10067', '-203.542', '9.694', '-128.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629454', 'Antican_Signifer', '10070', '-195.642', '9.477', '-109.776', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17629455', 'Sand_Eater', '10088', '-191.667', '8.301', '-133.642', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17629458', 'Sand_Eater', '10088', '-262.550', '-7.116', '-74.393', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17629461', 'Sand_Eater', '10088', '-300.378', '-7.738', '-111.882', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17629462', 'Sand_Lizard', '10089', '-740.514', '-7.185', '-567.286', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17629463', 'Sand_Lizard', '10089', '-783.828', '-0.620', '-543.411', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17629464', 'Sand_Lizard', '10089', '-777.354', '-0.355', '-539.346', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629465', 'Antican_Triarius', '10071', '-776.107', '-0.284', '-479.755', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17629466', 'Antican_Antesignanus', '10060', '-764.415', '-0.443', '-464.398', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17629467', 'Antican_Quaestor', '10069', '-779.000', '-0.167', '-514.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17629468', 'Sand_Lizard', '10089', '-767.383', '-0.409', '-463.025', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17629469', 'Antican_Triarius', '10071', '-703.118', '-0.514', '-463.110', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17629470', 'Antican_Aedilis', '10059', '-741.000', '-0.520', '-462.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17629471', 'Antican_Quaestor', '10069', '-695.915', '-0.515', '-456.078', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17629472', 'Sand_Lizard', '10089', '-694.778', '-0.515', '-454.188', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17629473', 'Antican_Triarius', '10071', '-701.410', '-0.700', '-392.659', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629474', 'Antican_Antesignanus', '10060', '-700.551', '-0.500', '-399.747', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629475', 'Antican_Aedilis', '10059', '-700.000', '-0.710', '-436.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629476', 'Antican_Quaestor', '10069', '-701.186', '-0.715', '-382.428', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17629477', 'Sand_Lizard', '10089', '-701.676', '-0.739', '-421.499', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17629478', 'Sand_Lizard', '10089', '-678.511', '-0.239', '-418.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629479', 'Antican_Triarius', '10071', '-579.159', '-0.319', '-394.261', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629480', 'Antican_Aedilis', '10059', '-606.985', '-0.686', '-380.910', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17629481', 'Antican_Antesignanus', '10060', '-652.994', '-0.517', '-379.169', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629482', 'Antican_Quaestor', '10069', '-599.336', '-0.304', '-462.077', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17629483', 'Antican_Tribunus', '10072', '-582.000', '-0.500', '-412.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629484', 'Girtab', '10076', '-578.666', '-0.427', '-438.065', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17629485', 'Girtab', '10076', '-602.709', '-0.284', '-461.465', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17629486', 'Girtab', '10076', '-665.522', '-0.675', '-397.934', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17629487', 'Antican_Triarius', '10071', '-641.175', '-0.794', '-381.075', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17629488', 'Antican_Aedilis', '10059', '-645.434', '-0.831', '-383.598', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17629489', 'Antican_Triarius', '10071', '-658.462', '-0.595', '-393.404', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629490', 'Sand_Lizard', '10089', '-637.120', '-0.678', '-383.624', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17629491', 'Antican_Antesignanus', '10060', '-659.345', '-0.303', '-457.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629492', 'Antican_Antesignanus', '10060', '-664.999', '-0.838', '-434.944', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629493', 'Antican_Quaestor', '10069', '-631.566', '-0.506', '-459.155', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629494', 'Sand_Lizard', '10089', '-657.694', '-0.484', '-453.705', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629495', 'Antican_Quaestor', '10069', '-577.000', '-0.317', '-381.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629496', 'Antican_Antesignanus', '10060', '-595.000', '-0.500', '-381.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17629497', 'Antican_Quaestor', '10069', '-576.495', '-0.379', '-408.712', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17629498', 'Sand_Lizard', '10089', '-614.088', '-0.546', '-384.258', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17629499', 'Antican_Triarius', '10071', '-581.487', '-0.780', '-425.375', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629500', 'Antican_Aedilis', '10059', '-575.600', '-0.325', '-450.031', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629501', 'Antican_Aedilis', '10059', '-575.455', '-0.401', '-433.802', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629502', 'Sand_Lizard', '10089', '-596.779', '-0.303', '-464.170', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17629503', 'Sand_Lizard', '10089', '-563.592', '-0.596', '-420.432', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629504', 'Antican_Antesignanus', '10060', '-539.296', '-0.794', '-415.977', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629505', 'Antican_Quaestor', '10069', '-517.000', '-0.842', '-420.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629506', 'Sand_Lizard', '10089', '-515.226', '-0.911', '-409.546', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17629507', 'Sand_Digger', '10087', '-497.415', '16.580', '-396.780', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17629508', 'Antican_Antesignanus', '10060', '-467.229', '17.244', '-352.626', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17629509', 'Antican_Triarius', '10071', '-471.247', '16.933', '-371.805', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629510', 'Girtab', '10076', '-488.860', '17.687', '-351.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629511', 'Girtab', '10076', '-492.000', '17.630', '-365.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17629512', 'Girtab', '10076', '-480.959', '17.615', '-353.208', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17629513', 'Girtab', '10076', '-466.866', '17.369', '-360.635', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629514', 'Sand_Digger', '10087', '-477.478', '17.186', '-372.616', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17629515', 'Sand_Digger', '10087', '-423.965', '11.524', '-336.588', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629516', 'Sand_Digger', '10087', '-412.449', '2.111', '-300.201', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17629517', 'Sand_Lizard', '10089', '-781.469', '-0.540', '-435.966', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629518', 'Sand_Lizard', '10089', '-721.292', '-0.385', '-379.210', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629519', 'Girtab', '10076', '-791.952', '-0.540', '-416.951', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629520', 'Girtab', '10076', '-744.493', '-0.404', '-414.195', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17629521', 'Girtab', '10076', '-744.405', '-0.385', '-345.919', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629522', 'Girtab', '10076', '-811.708', '-0.540', '-416.990', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629523', 'Girtab', '10076', '-784.345', '-0.491', '-344.698', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17629524', 'Triarius_X-XV', '10094', '-815.000', '-0.500', '-340.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629525', 'Antican_Triarius', '10071', '-740.000', '-0.766', '-378.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17629526', 'Antican_Quaestor', '10069', '-744.294', '-0.472', '-415.398', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17629527', 'Antican_Antesignanus', '10060', '-744.303', '-0.896', '-394.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629528', 'Antican_Aedilis', '10059', '-742.738', '-0.961', '-403.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629529', 'Antican_Triarius', '10071', '-750.658', '-0.385', '-339.890', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17629530', 'Antican_Quaestor', '10069', '-743.671', '-0.385', '-339.510', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629531', 'Antican_Antesignanus', '10060', '-741.555', '-0.397', '-361.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629532', 'Antican_Aedilis', '10059', '-759.160', '-0.487', '-338.492', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629533', 'Antican_Triarius', '10071', '-786.730', '-0.500', '-343.963', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629534', 'Antican_Quaestor', '10069', '-815.457', '-0.477', '-363.034', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17629535', 'Antican_Antesignanus', '10060', '-771.000', '-0.484', '-340.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17629536', 'Antican_Aedilis', '10059', '-818.000', '-0.219', '-375.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629537', 'Antican_Triarius', '10071', '-817.089', '-0.500', '-386.251', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17629538', 'Antican_Quaestor', '10069', '-819.465', '-0.315', '-395.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629539', 'Antican_Antesignanus', '10060', '-815.695', '-0.259', '-392.322', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629540', 'Antican_Aedilis', '10059', '-806.177', '-0.540', '-420.397', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17629541', 'Sand_Lizard', '10089', '-838.801', '-0.203', '-378.739', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629542', 'Girtab', '10076', '-873.525', '-0.247', '-379.137', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629543', 'Antican_Triarius', '10071', '-860.000', '-0.150', '-385.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629544', 'Antican_Quaestor', '10069', '-870.568', '-0.896', '-388.963', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17629545', 'Spelunking_Sabotender', '10092', '-899.706', '16.298', '-408.929', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629546', 'Girtab', '10076', '-938.853', '16.716', '-350.715', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17629547', 'Girtab', '10076', '-937.550', '16.377', '-365.590', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17629548', 'Spelunking_Sabotender', '10092', '-943.413', '16.439', '-383.595', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629549', 'Spelunking_Sabotender', '10092', '-968.873', '16.173', '-299.110', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629550', 'Spelunking_Sabotender', '10092', '-902.482', '16.756', '-268.916', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629551', 'Spelunking_Sabotender', '10092', '-857.108', '3.088', '-259.528', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629552', 'Sand_Tarantula', '10091', '-341.637', '-0.638', '858.015', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629553', 'Antican_Triarius', '10071', '-344.737', '-0.750', '807.798', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629554', 'Antican_Quaestor', '10069', '-341.940', '-0.411', '780.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629555', 'Antican_Antesignanus', '10060', '-338.000', '-0.407', '764.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17629556', 'Antican_Aedilis', '10059', '-340.359', '-0.441', '787.535', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17629557', 'Antican_Triarius', '10071', '-343.859', '-0.411', '751.608', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17629558', 'Antican_Quaestor', '10069', '-352.597', '-0.408', '735.832', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17629559', 'Antican_Antesignanus', '10060', '-366.824', '-0.757', '741.668', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629560', 'Antican_Aedilis', '10059', '-337.671', '-0.408', '750.764', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17629561', 'Hastatus_XI-XII', '10078', '-336.000', '-0.500', '739.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629562', 'Antican_Triarius', '10071', '-409.000', '-0.471', '740.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629563', 'Antican_Quaestor', '10069', '-423.000', '-0.473', '743.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629564', 'Antican_Antesignanus', '10060', '-274.000', '-0.500', '677.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17629565', 'Antican_Aedilis', '10059', '-375.004', '-0.474', '741.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629566', 'Antican_Triarius', '10071', '-295.614', '-0.573', '742.520', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629567', 'Antican_Quaestor', '10069', '-271.773', '-0.641', '735.717', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17629568', 'Antican_Antesignanus', '10060', '-312.000', '-0.790', '737.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17629569', 'Antican_Aedilis', '10059', '-291.112', '-0.597', '738.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629570', 'Antican_Triarius', '10071', '-343.000', '-0.379', '657.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17629571', 'Antican_Quaestor', '10069', '-336.662', '-0.138', '688.979', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17629572', 'Antican_Antesignanus', '10060', '-336.562', '-0.191', '704.886', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629573', 'Antican_Aedilis', '10059', '-268.000', '-0.364', '669.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17629574', 'Sand_Tarantula', '10091', '-356.499', '-0.274', '822.123', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629575', 'Antican_Triarius', '10071', '-398.218', '-0.360', '797.507', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17629576', 'Antican_Antesignanus', '10060', '-404.766', '-0.330', '811.761', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17629577', 'Antican_Quaestor', '10069', '-387.000', '-0.330', '790.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17629578', 'Antican_Aedilis', '10059', '-401.499', '-0.330', '787.916', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629579', 'Girtab', '10076', '-389.000', '-0.495', '797.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629580', 'Sand_Tarantula', '10091', '-445.977', '-0.450', '780.958', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629581', 'Spelunking_Sabotender', '10092', '-449.077', '-0.450', '780.775', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17629582', 'Spelunking_Sabotender', '10092', '-456.949', '-0.456', '780.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629583', 'Sand_Tarantula', '10091', '-504.271', '-0.219', '779.170', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17629584', 'Antican_Antesignanus', '10060', '-508.244', '-0.219', '784.757', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629585', 'Antican_Quaestor', '10069', '-506.540', '-0.219', '775.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629586', 'Spelunking_Sabotender', '10092', '-523.227', '0.475', '778.691', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629588', 'Sand_Tarantula', '10091', '-553.761', '0.338', '736.461', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17629589', 'Spelunking_Sabotender', '10092', '-536.109', '0.481', '780.740', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629590', 'Spelunking_Sabotender', '10092', '-541.972', '0.586', '757.460', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629591', 'Sand_Tarantula', '10091', '-264.000', '-0.213', '767.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629592', 'Antican_Triarius', '10071', '-271.943', '-0.348', '811.516', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629593', 'Antican_Antesignanus', '10060', '-285.000', '-0.348', '789.736', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629594', 'Antican_Quaestor', '10069', '-274.000', '-0.352', '794.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17629595', 'Antican_Aedilis', '10059', '-290.621', '-0.348', '809.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629596', 'Girtab', '10076', '-282.011', '-0.348', '797.983', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17629597', 'Sand_Tarantula', '10091', '-420.850', '-0.237', '720.530', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629598', 'Sand_Tarantula', '10091', '-411.186', '-0.183', '664.776', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17629599', 'Antican_Triarius', '10071', '-389.000', '-0.181', '670.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17629600', 'Antican_Antesignanus', '10060', '-405.147', '-0.185', '666.524', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17629601', 'Antican_Quaestor', '10069', '-387.951', '-0.183', '687.835', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629602', 'Antican_Aedilis', '10059', '-406.000', '-0.181', '686.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629603', 'Girtab', '10076', '-386.701', '-0.181', '682.371', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17629604', 'Sand_Tarantula', '10091', '-435.000', '-0.417', '619.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629605', 'Sand_Tarantula', '10091', '-419.299', '-0.417', '624.127', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17629606', 'Antican_Triarius', '10071', '-464.501', '-0.127', '620.732', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629607', 'Antican_Quaestor', '10069', '-459.715', '-0.127', '616.667', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17629608', 'Antican_Aedilis', '10059', '-463.927', '-0.127', '614.274', '78'); -INSERT INTO `mob_spawn_points` VALUES ('17629609', 'Sand_Tarantula', '10091', '-321.438', '-0.196', '659.428', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17629610', 'Sand_Tarantula', '10091', '-283.980', '0.000', '678.531', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629611', 'Antican_Triarius', '10071', '-292.758', '0.000', '677.361', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629612', 'Antican_Antesignanus', '10060', '-268.451', '0.000', '674.586', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629613', 'Antican_Quaestor', '10069', '-285.000', '-0.007', '678.087', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17629614', 'Antican_Aedilis', '10059', '-296.336', '0.000', '673.000', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17629615', 'Girtab', '10076', '-293.665', '-0.183', '688.239', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17629616', 'Antican_Antesignanus', '10060', '-62.758', '-15.134', '325.986', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629617', 'Antican_Aedilis', '10059', '-74.722', '-9.020', '341.819', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629618', 'Antican_Triarius', '10071', '-113.476', '-0.038', '381.607', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629619', 'Antican_Quaestor', '10069', '-131.934', '-0.243', '376.613', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629620', 'Antican_Antesignanus', '10060', '-180.728', '0.597', '398.357', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17629621', 'Antican_Praetor', '10066', '-179.000', '1.000', '378.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17629622', 'Antican_Triarius', '10071', '-173.679', '1.791', '439.512', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629623', 'Antican_Antesignanus', '10060', '-147.381', '1.801', '438.591', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629624', 'Antican_Aedilis', '10059', '-167.085', '1.632', '432.282', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629625', 'Antican_Quaestor', '10069', '-158.000', '2.000', '452.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17629626', 'Spelunking_Sabotender', '10092', '-179.558', '0.612', '350.955', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17629627', 'Antican_Triarius', '10071', '-171.000', '1.000', '323.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629628', 'Antican_Antesignanus', '10060', '-155.780', '1.398', '312.822', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629629', 'Antican_Aedilis', '10059', '-163.000', '1.326', '304.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17629630', 'Antican_Quaestor', '10069', '-150.073', '1.374', '327.523', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629631', 'Antican_Triarius', '10071', '-209.224', '0.520', '381.028', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629632', 'Antican_Quaestor', '10069', '-229.713', '0.671', '382.562', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629633', 'Antican_Antesignanus', '10060', '-269.939', '1.545', '396.833', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629634', 'Antican_Quaestor', '10069', '-285.743', '1.169', '394.868', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17629635', 'Antican_Aedilis', '10059', '-273.053', '1.824', '381.200', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17629636', 'Antican_Triarius', '10071', '-293.644', '1.500', '357.930', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629637', 'Antican_Antesignanus', '10060', '-270.000', '2.000', '364.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17629638', 'Antican_Aedilis', '10059', '-271.000', '1.692', '351.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629639', 'Antican_Praetor', '10066', '-289.386', '1.183', '344.079', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629640', 'Antican_Legatus', '10063', '-293.956', '1.475', '349.329', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17629641', 'Antican_Consul', '10061', '-292.788', '1.005', '364.436', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629642', 'Ancient_Vessel', '10058', '-500.000', '19.000', '-422.000', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17629643', 'Tribunus_VII-I', '10095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629644', 'Proconsul_XII', '10084', '-392.671', '-0.181', '692.656', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17629645', 'Girtablulu', '10077', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629694', 'Zeid', '10097', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645569', 'Greater_Gaylas', '10125', '-181.109', '-5.000', '-221.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17645570', 'Greater_Gaylas', '10125', '-202.642', '-12.303', '-221.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645571', 'Goblin_Poacher', '10120', '-136.767', '-10.536', '-178.842', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17645572', 'Greater_Gaylas', '10125', '-140.398', '-10.278', '-194.284', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17645573', 'Goblin_Robber', '10122', '-116.000', '-10.788', '-179.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645574', 'Labyrinth_Lizard', '10129', '-73.506', '-11.059', '-186.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645575', 'Labyrinth_Lizard', '10129', '-82.130', '-10.626', '-186.347', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645576', 'Labyrinth_Leech', '10128', '-77.606', '-10.830', '-162.111', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17645577', 'Labyrinth_Leech', '10128', '-66.000', '-11.391', '-180.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645578', 'Bune', '10107', '-72.000', '-10.000', '-170.000', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17645579', 'Goblin_Poacher', '10120', '-40.559', '-11.375', '-168.806', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645580', 'Labyrinth_Lizard', '10129', '8.870', '-10.025', '-161.612', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17645581', 'Labyrinth_Lizard', '10129', '-3.637', '-10.405', '-162.565', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17645582', 'Labyrinth_Leech', '10128', '-51.843', '-11.465', '-151.114', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645583', 'Labyrinth_Leech', '10128', '-13.004', '-9.725', '-165.081', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645584', 'Goblin_Robber', '10122', '-13.256', '-10.286', '-133.926', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645585', 'Labyrinth_Lizard', '10129', '0.700', '-10.053', '-122.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645586', 'Labyrinth_Lizard', '10129', '-14.000', '-10.000', '-153.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645587', 'Labyrinth_Leech', '10128', '-8.879', '-10.022', '-145.581', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645588', 'Labyrinth_Lizard', '10129', '29.000', '-9.000', '-90.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17645589', 'Labyrinth_Lizard', '10129', '54.211', '-11.234', '-66.683', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645590', 'Hell_Bat', '10127', '334.000', '-33.000', '53.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17645591', 'Greater_Gaylas', '10125', '-77.000', '-10.205', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645592', 'Goblin_Reaper', '10121', '153.000', '-10.000', '-53.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645593', 'Hawker', '10126', '91.285', '-16.214', '-59.834', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645594', 'Goblin_Poacher', '10120', '102.000', '-11.000', '-55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645595', 'Goblin_Poacher', '10120', '131.971', '-10.497', '-48.832', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645596', 'Hawker', '10126', '113.526', '-10.072', '-51.426', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645597', 'Hawker', '10126', '123.000', '-9.000', '-43.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645598', 'Labyrinth_Leech', '10128', '124.000', '-9.000', '-35.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17645599', 'Goblin_Robber', '10122', '163.000', '-10.443', '-52.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17645600', 'Goblin_Robber', '10122', '158.286', '-10.664', '-36.631', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17645601', 'Hawker', '10126', '141.000', '-10.000', '-51.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17645602', 'Hawker', '10126', '149.570', '-10.345', '-38.308', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645603', 'Labyrinth_Leech', '10128', '158.259', '-10.838', '-39.341', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645604', 'Goblin_Reaper', '10121', '165.558', '-10.647', '-68.537', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645605', 'Goblin_Reaper', '10121', '152.325', '-10.702', '-77.007', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17645606', 'Hawker', '10126', '157.534', '-10.069', '-67.156', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645607', 'Hawker', '10126', '165.974', '-10.632', '-75.974', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645608', 'Labyrinth_Leech', '10128', '155.141', '-10.550', '-78.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645609', 'Goblinsavior_Heronox', '10117', '166.000', '-9.000', '-83.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645610', 'Goblin_Robber', '10122', '176.948', '-11.418', '-28.134', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17645611', 'Hawker', '10126', '164.000', '-10.000', '-39.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17645612', 'Goblin_Reaper', '10121', '259.000', '-18.000', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645613', 'Hawker', '10126', '238.000', '-18.000', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645614', 'Hawker', '10126', '216.000', '-20.000', '-21.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645615', 'Goblin_Poacher', '10120', '245.000', '-19.000', '-20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645616', 'Hawker', '10126', '261.059', '-19.390', '-7.422', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645617', 'Hell_Bat', '10127', '300.000', '-25.000', '21.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17645618', 'Hell_Bat', '10127', '278.257', '-20.612', '20.825', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645619', 'Hell_Bat', '10127', '323.000', '-30.884', '20.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645620', 'Makara', '10131', '-73.000', '-8.000', '-211.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645621', 'Makara', '10131', '-69.000', '-9.397', '-206.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645622', 'Makara', '10131', '-10.000', '-9.440', '-113.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645623', 'Makara', '10131', '-4.710', '-9.735', '-108.126', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17645624', 'Makara', '10131', '46.752', '-9.360', '-90.668', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17645625', 'Makara', '10131', '52.894', '-9.189', '-88.940', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645626', 'Makara', '10131', '165.000', '-9.450', '-90.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17645627', 'Makara', '10131', '171.000', '-8.000', '-87.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645628', 'Labyrinth_Lizard', '10129', '-60.000', '-10.679', '-121.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645629', 'Greater_Gaylas', '10125', '-98.000', '0.500', '-82.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17645630', 'Greater_Gaylas', '10125', '-61.058', '-10.695', '-100.916', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645631', 'Robber_Crab', '10134', '-63.022', '0.081', '-43.061', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17645632', 'Robber_Crab', '10134', '-80.527', '0.662', '-56.477', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17645633', 'Goblin_Mercenary', '10119', '-100.000', '1.000', '-44.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645634', 'Goblin_Mercenary', '10119', '-101.000', '1.000', '-29.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17645635', 'Goblin_Alchemist', '10118', '-54.613', '0.375', '-38.078', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17645636', 'Goblin_Shepherd', '10123', '-72.681', '0.673', '-58.353', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17645637', 'Goblin_s_Leech', '10124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645638', 'Goblin_Shepherd', '10123', '-94.000', '0.454', '-56.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645639', 'Goblin_s_Leech', '10124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645640', 'Wyvernpoacher_Drachlox', '10138', '-63.000', '1.000', '-61.000', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17645641', 'Robber_Crab', '10134', '-105.218', '0.644', '-21.270', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17645642', 'Robber_Crab', '10134', '-166.444', '0.121', '-16.104', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645643', 'Goblin_Mercenary', '10119', '-150.673', '-0.067', '-20.914', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17645644', 'Goblin_Mercenary', '10119', '-165.598', '0.218', '-21.966', '66'); -INSERT INTO `mob_spawn_points` VALUES ('17645645', 'Goblin_Alchemist', '10118', '-124.415', '0.161', '-16.182', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645646', 'Goblin_Shepherd', '10123', '-111.000', '1.000', '-19.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645647', 'Goblin_s_Leech', '10124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645648', 'Goblin_Shepherd', '10123', '-144.000', '-0.895', '-22.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17645649', 'Goblin_s_Leech', '10124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645650', 'Robber_Crab', '10134', '-47.000', '-0.035', '-17.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645651', 'Goblin_Shepherd', '10123', '-42.807', '0.986', '-19.715', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17645652', 'Goblin_s_Leech', '10124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645653', 'Goblin_Alchemist', '10118', '-52.833', '0.628', '-19.013', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645654', 'Robber_Crab', '10134', '-12.979', '-0.013', '50.313', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645655', 'Robber_Crab', '10134', '-16.398', '-0.638', '63.503', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645656', 'Doom_Soldier', '10111', '-0.583', '0.624', '52.888', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17645657', 'Doom_Soldier', '10111', '-11.541', '-0.070', '28.884', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645658', 'Doom_Mage', '10110', '-24.355', '-0.035', '51.432', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17645659', 'Doom_Mage', '10110', '-15.701', '0.744', '36.913', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645660', 'Robber_Crab', '10134', '7.303', '-0.163', '71.181', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645661', 'Robber_Crab', '10134', '-7.000', '-0.107', '81.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17645662', 'Doom_Soldier', '10111', '11.541', '-0.577', '63.837', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17645663', 'Doom_Soldier', '10111', '-5.000', '0.500', '68.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17645664', 'Doom_Mage', '10110', '4.861', '0.171', '70.683', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17645665', 'Doom_Mage', '10110', '4.000', '-0.653', '83.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17645666', 'Robber_Crab', '10134', '-29.000', '0.008', '46.521', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645667', 'Robber_Crab', '10134', '-27.988', '-0.324', '35.437', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645668', 'Doom_Soldier', '10111', '-34.535', '0.076', '45.989', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645669', 'Robber_Crab', '10134', '-45.000', '0.237', '52.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645670', 'Robber_Crab', '10134', '-5.000', '0.481', '61.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645671', 'Doom_Soldier', '10111', '-20.875', '-7.994', '113.746', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645672', 'Doom_Soldier', '10111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645673', 'Boulder_Eater', '10760', '15.780', '-4.681', '145.630', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17645674', 'Boulder_Eater', '10760', '-0.896', '-9.250', '140.501', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17645675', 'Boulder_Eater', '10760', '32.030', '0.095', '167.957', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17645676', 'Pygmytoise', '10761', '36.000', '-0.713', '188.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17645677', 'Boulder_Eater', '10760', '41.932', '-0.001', '156.427', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645678', 'Boulder_Eater', '10760', '28.479', '-0.933', '152.120', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17645679', 'Pygmytoise', '10761', '62.000', '-0.726', '190.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645680', 'Pygmytoise', '10761', '120.000', '1.000', '176.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645681', 'Pygmytoise', '10761', '43.000', '0.240', '164.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645682', 'Boulder_Eater', '10760', '61.000', '0.105', '177.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17645683', 'Boulder_Eater', '10760', '53.000', '0.354', '170.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645684', 'Boulder_Eater', '10760', '32.633', '0.166', '198.310', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17645685', 'Boulder_Eater', '10760', '62.000', '-1.000', '212.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17645686', 'Boulder_Eater', '10760', '115.732', '-0.378', '201.708', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17645687', 'Earth_Elemental', '10113', '118.136', '-0.290', '195.442', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17645688', 'Pygmytoise', '10761', '91.658', '0.587', '200.137', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17645689', 'Pygmytoise', '10761', '96.086', '-0.943', '187.523', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17645690', 'Pygmytoise', '10761', '124.000', '-0.167', '203.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17645691', 'Boulder_Eater', '10760', '93.139', '0.152', '205.912', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645692', 'Boulder_Eater', '10760', '90.476', '-0.584', '185.519', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645693', 'Boulder_Eater', '10760', '116.348', '0.186', '164.146', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17645694', 'Boulder_Eater', '10760', '131.556', '-0.681', '164.154', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645695', 'Boulder_Eater', '10760', '119.058', '-0.500', '148.624', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17645696', 'Boulder_Eater', '10760', '80.000', '-1.000', '210.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645697', 'Earth_Elemental', '10113', '73.000', '-1.000', '196.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17645698', 'Robber_Crab', '10134', '-19.000', '0.695', '-1.000', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17645699', 'Robber_Crab', '10134', '30.000', '-0.500', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645700', 'Doom_Guard', '10109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645701', 'Doom_Guard', '10109', '63.097', '0.027', '22.216', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17645702', 'Doom_Warlock', '10112', '58.659', '-0.266', '31.539', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645703', 'Doom_Warlock', '10112', '82.000', '1.000', '19.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17645704', 'Doom_Guard', '10109', '56.256', '0.382', '45.635', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17645705', 'Doom_Warlock', '10112', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645706', 'Doom_Warlock', '10112', '161.000', '10.000', '82.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17645707', 'Doom_Guard', '10109', '129.068', '10.001', '41.063', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645708', 'Fire_Elemental', '10115', '131.752', '10.305', '48.990', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17645709', 'Doom_Warlock', '10112', '136.348', '9.155', '36.651', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17645710', 'Doom_Warlock', '10112', '150.750', '9.828', '60.647', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17645711', 'Doom_Guard', '10109', '149.966', '9.942', '50.755', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645712', 'Doom_Guard', '10109', '136.565', '9.661', '61.238', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645713', 'Typhoon_Wyvern', '10136', '143.000', '10.161', '44.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17645714', 'Demonic_Pugil', '10108', '171.000', '10.000', '35.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17645715', 'Doom_Warlock', '10112', '157.000', '10.000', '70.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645716', 'Typhoon_Wyvern', '10136', '170.285', '9.454', '63.650', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17645717', 'Erlik', '10114', '171.000', '9.194', '55.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645718', 'Erlik', '10114', '187.000', '9.000', '105.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645719', 'Baobhan_Sith', '10105', '206.000', '10.000', '76.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645720', 'Doom_Warlock', '10112', '184.895', '9.723', '93.099', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17645721', 'Doom_Guard', '10109', '196.673', '9.969', '76.631', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645722', 'Doom_Guard', '10109', '199.000', '19.000', '90.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645723', 'Typhoon_Wyvern', '10136', '188.227', '10.461', '71.997', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17645724', 'Demonic_Pugil', '10108', '212.000', '10.000', '124.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645725', 'Doom_Warlock', '10112', '201.555', '9.809', '116.058', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645726', 'Doom_Warlock', '10112', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645727', 'Doom_Guard', '10109', '194.808', '9.995', '118.887', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17645728', 'Demonic_Pugil', '10108', '166.625', '10.203', '31.359', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645729', 'Demonic_Pugil', '10108', '206.802', '9.942', '127.849', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17645730', 'Demonic_Pugil', '10108', '-109.000', '0.456', '33.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645731', 'Doom_Warlock', '10112', '-172.941', '-1.220', '55.577', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645732', 'Doom_Guard', '10109', '-219.000', '-8.000', '-2.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645733', 'Doom_Guard', '10109', '-193.000', '-0.583', '43.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17645734', 'Doom_Warlock', '10112', '-237.000', '0.001', '131.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645735', 'Doom_Guard', '10109', '-199.209', '0.499', '59.455', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17645736', 'Demonic_Pugil', '10108', '-188.000', '1.000', '87.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17645737', 'Antares', '10104', '-206.330', '0.044', '73.926', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17645738', 'Doom_Warlock', '10112', '-137.334', '-0.108', '48.105', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17645739', 'Doom_Warlock', '10112', '-118.000', '-0.515', '79.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645740', 'Demonic_Pugil', '10108', '-191.000', '1.000', '88.000', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17645741', 'Erlik', '10114', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645742', 'Taxim', '10135', '-151.000', '0.048', '47.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645743', 'Doom_Guard', '10109', '-179.000', '-0.502', '42.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17645744', 'Doom_Warlock', '10112', '-125.000', '0.635', '59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645745', 'Demonic_Pugil', '10108', '-116.434', '0.214', '29.811', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645746', 'Demonic_Pugil', '10108', '-270.000', '-8.000', '-50.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17645747', 'Doom_Guard', '10109', '-293.000', '-9.000', '3.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645748', 'Doom_Warlock', '10112', '-280.910', '-10.031', '4.991', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645749', 'Doom_Warlock', '10112', '-286.879', '-10.412', '-8.943', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17645750', 'Demonic_Pugil', '10108', '-273.000', '-8.000', '-50.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645751', 'Doom_Guard', '10109', '-310.781', '-10.012', '-4.037', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645752', 'Demonic_Pugil', '10108', '-325.000', '-9.000', '11.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17645753', 'Erlik', '10114', '-295.000', '-9.000', '-25.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17645754', 'Typhoon_Wyvern', '10136', '-316.000', '-9.000', '3.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17645755', 'Ungur', '10137', '-316.000', '-9.000', '3.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17645756', 'Doom_Guard', '10109', '-279.607', '-9.443', '-29.088', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645757', 'Demonic_Pugil', '10108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645758', 'Typhoon_Wyvern', '10136', '-277.000', '-10.000', '-34.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645759', 'Demonic_Pugil', '10108', '-268.764', '-9.302', '8.063', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17645760', 'Demonic_Pugil', '10108', '-332.175', '-9.379', '8.431', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17645761', 'Demonic_Pugil', '10108', '-246.000', '-0.005', '170.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645762', 'Doom_Guard', '10109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645763', 'Antares', '10104', '-245.000', '-0.045', '146.000', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17645764', 'Typhoon_Wyvern', '10136', '-242.000', '-0.577', '120.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17645765', 'Doom_Warlock', '10112', '-242.206', '-0.268', '163.853', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645766', 'Demonic_Pugil', '10108', '-251.000', '-0.531', '166.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17645767', 'Antares', '10104', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645768', 'Antares', '10104', '-228.872', '-0.264', '144.689', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17645769', 'Earth_Elemental', '10113', '-204.660', '-0.059', '159.318', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17645770', 'Doom_Guard', '10109', '-203.823', '-0.411', '170.144', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645771', 'Demonic_Pugil', '10108', '-194.000', '-0.405', '150.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17645772', 'Antares', '10104', '-209.552', '-0.257', '161.728', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645773', 'Fire_Elemental', '10115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645774', 'Amikiri', '10103', '-219.000', '0.332', '152.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17645775', 'Demonic_Pugil', '10108', '-190.195', '0.294', '154.754', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645776', 'Demonic_Pugil', '10108', '-73.000', '0.563', '210.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17645777', 'Doom_Guard', '10109', '-100.407', '-7.337', '126.912', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17645778', 'Doom_Warlock', '10112', '-99.000', '-0.205', '204.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17645779', 'Doom_Warlock', '10112', '-78.000', '-0.600', '163.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645780', 'Demonic_Pugil', '10108', '-70.000', '0.185', '204.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17645781', 'Doom_Warlock', '10112', '-102.334', '-0.987', '185.746', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17645782', 'Doom_Warlock', '10112', '-121.065', '-0.019', '191.866', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17645783', 'Demonic_Pugil', '10108', '-50.000', '1.000', '48.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645784', 'Typhoon_Wyvern', '10136', '-123.856', '0.239', '223.303', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17645785', 'Doom_Guard', '10109', '-116.249', '0.239', '243.809', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17645786', 'Doom_Guard', '10109', '-111.847', '-0.151', '218.968', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645787', 'Demonic_Pugil', '10108', '-125.000', '0.186', '246.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17645788', 'Erlik', '10114', '-170.945', '-0.669', '199.067', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17645789', 'Doom_Guard', '10109', '-153.043', '-0.153', '190.665', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645790', 'Doom_Warlock', '10112', '-158.354', '-0.033', '204.064', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645791', 'Erlik', '10114', '-151.609', '0.348', '206.383', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645792', 'Typhoon_Wyvern', '10136', '-88.000', '0.735', '190.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17645793', 'Demonic_Pugil', '10108', '-132.640', '-0.190', '245.236', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17645794', 'Gigaplasm', '10116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645795', 'Macroplasm', '10130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645796', 'Macroplasm', '10130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645797', 'Microplasm', '10132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645798', 'Microplasm', '10132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645799', 'Microplasm', '10132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645800', 'Microplasm', '10132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645801', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645802', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645803', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645804', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645805', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645806', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645807', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645808', 'Nanoplasm', '10133', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17645809', 'Baronial_Bat', '10106', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649665', 'Goblin_Poacher', '10149', '-18.780', '-10.640', '-255.732', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17649666', 'Goblin_Robber', '10151', '-23.164', '-10.905', '-252.212', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649667', 'Goblin_Reaper', '10150', '-28.722', '-10.970', '-256.546', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17649668', 'Labyrinth_Leech', '10156', '-18.489', '-0.381', '-198.924', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17649669', 'Labyrinth_Leech', '10156', '-20.202', '-4.076', '-210.275', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649670', 'Labyrinth_Leech', '10156', '-17.229', '-11.049', '-239.161', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649671', 'Air_Elemental', '10139', '-21.180', '-0.540', '-201.859', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17649672', 'Labyrinth_Leech', '10156', '-16.000', '-0.500', '-182.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649673', 'Labyrinth_Leech', '10156', '-18.000', '-0.560', '-191.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17649674', 'Cockatrice', '10140', '-9.163', '0.025', '-160.618', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17649675', 'Cockatrice', '10140', '1.615', '-0.356', '-167.300', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17649676', 'Goblin_Poacher', '10149', '3.811', '-0.541', '-169.964', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649677', 'Goblin_Trader', '10154', '-2.466', '0.194', '-133.180', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649678', 'Goblin_s_Leech', '10153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649679', 'Goblin_Robber', '10151', '1.650', '-0.189', '-135.925', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17649680', 'Goblin_Reaper', '10150', '-7.633', '-0.526', '-130.087', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649681', 'Cockatrice', '10140', '-1.871', '0.142', '-133.446', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649682', 'Cockatrice', '10140', '10.529', '-0.785', '-133.438', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649683', 'Mushussu', '10160', '-10.641', '-0.414', '-130.287', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17649684', 'Cockatrice', '10140', '49.789', '-0.642', '-140.212', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17649685', 'Cockatrice', '10140', '87.188', '0.097', '-129.898', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17649686', 'Cockatrice', '10140', '74.401', '-0.485', '-125.714', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17649687', 'Cockatrice', '10140', '92.255', '-0.494', '-125.586', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649688', 'Goblin_Miner', '10148', '130.570', '-0.500', '-122.544', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649689', 'Goblin_Bouncer', '10144', '120.560', '-0.353', '-118.467', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649690', 'Goblin_Hunter', '10146', '122.013', '0.263', '-101.010', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17649691', 'Cockatrice', '10140', '81.000', '-0.010', '-112.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649692', 'Cockatrice', '10140', '-104.000', '5.000', '-82.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17649693', 'Mysticmaker_Profblix', '10161', '124.811', '-0.363', '-100.604', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17649694', 'Goblin_Enchanter', '10145', '111.970', '-0.342', '-87.012', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649695', 'Goblin_Hunter', '10146', '131.358', '-0.158', '-81.496', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17649696', 'Cockatrice', '10140', '-5.000', '-0.214', '-113.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17649697', 'Cockatrice', '10140', '32.000', '-0.500', '-134.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17649698', 'Cockatrice', '10140', '-119.000', '5.000', '-75.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17649699', 'Cockatrice', '10140', '82.000', '-1.000', '-121.000', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17649701', 'Mushussu', '10160', '-73.000', '4.000', '-43.000', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17649700', 'Cockatrice', '10140', '69.726', '-1.462', '-104.983', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17649703', 'Goblin_Miner', '10148', '50.710', '-0.945', '-81.306', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649704', 'Goblin_Bouncer', '10144', '46.618', '-0.144', '-85.193', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649702', 'Cockatrice', '10140', '41.936', '-0.390', '-67.656', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17649706', 'Goblin_Enchanter', '10145', '55.777', '-1.018', '-61.923', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17649707', 'Goblin_Hunter', '10146', '54.114', '-0.127', '-59.617', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649708', 'Flying_Manta', '10141', '60.418', '4.432', '-34.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649705', 'Cockatrice', '10140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649710', 'Goblin_Enchanter', '10145', '55.292', '3.376', '-29.237', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17649709', 'Cockatrice', '10140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649716', 'Goblin_Enchanter', '10145', '134.835', '-0.863', '-63.138', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649717', 'Goblin_Hunter', '10146', '133.308', '8.726', '-27.965', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17649711', 'Flying_Manta', '10141', '118.588', '13.677', '-20.099', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17649712', 'Goblin_Miner', '10148', '109.529', '12.465', '-17.995', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649713', 'Air_Elemental', '10139', '104.094', '11.088', '-20.411', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17649714', 'Mushussu', '10160', '36.248', '9.921', '-7.776', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17649715', 'Mushussu', '10160', '56.306', '10.235', '4.023', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649720', 'Goblin_Enchanter', '10145', '76.987', '8.440', '-11.766', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649718', 'Goblin_Miner', '10148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649719', 'Goblin_Bouncer', '10144', '56.541', '9.632', '-8.646', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649724', 'Goblin_Enchanter', '10145', '37.937', '10.184', '25.490', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17649732', 'Goblin_Hunter', '10146', '44.053', '10.022', '34.597', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649722', 'Goblin_Miner', '10148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649723', 'Goblin_Bouncer', '10144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649752', 'Goblin_Enchanter', '10145', '16.671', '9.611', '-24.344', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17649725', 'Air_Elemental', '10139', '20.170', '9.331', '-23.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649726', 'Goblin_Miner', '10148', '1.546', '9.691', '-28.864', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649727', 'Goblin_Bouncer', '10144', '-11.000', '9.892', '-51.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17649728', 'Mushussu', '10160', '-4.768', '9.598', '-49.266', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649729', 'Goblin_Miner', '10148', '-30.588', '12.114', '-60.534', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17649730', 'Flying_Manta', '10141', '-39.356', '14.265', '-60.406', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649731', 'Lord_of_Onzozo', '10158', '-44.000', '14.000', '-58.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17649751', 'Goblin_Hunter', '10146', '-50.923', '13.378', '-63.153', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17649733', 'Goblin_Bouncer', '10144', '-13.983', '8.882', '-22.718', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649734', 'Cockatrice', '10140', '-39.082', '3.591', '-101.549', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17649735', 'Mushussu', '10160', '-79.000', '4.000', '-75.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649736', 'Cockatrice', '10140', '-70.538', '4.583', '-83.044', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649737', 'Mushussu', '10160', '-98.632', '4.310', '-65.822', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17649738', 'Cockatrice', '10140', '-58.418', '4.204', '-93.767', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17649739', 'Mushussu', '10160', '-94.387', '4.563', '-94.413', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17649740', 'Cockatrice', '10140', '-105.492', '3.964', '-94.441', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17649741', 'Cockatrice', '10140', '-68.502', '3.884', '-77.907', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649742', 'Mushussu', '10160', '-114.508', '3.720', '-67.311', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649743', 'Mushussu', '10160', '-92.129', '4.334', '-60.648', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649744', 'Mushussu', '10160', '-90.194', '5.141', '-49.998', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649745', 'Mushussu', '10160', '-89.312', '4.225', '-34.839', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17649746', 'Mushussu', '10160', '-70.555', '4.891', '-66.983', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649747', 'Cockatrice', '10140', '-83.278', '4.992', '-49.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17649748', 'Goblin_Bouncer', '10144', '-140.886', '5.510', '-65.254', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17649749', 'Air_Elemental', '10139', '-144.420', '5.812', '-59.667', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649750', 'Goblin_Miner', '10148', '-181.767', '9.333', '-76.967', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649764', 'Goblin_Hunter', '10146', '-171.551', '9.752', '-64.130', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649768', 'Goblin_Enchanter', '10145', '-180.890', '9.336', '-76.762', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649753', 'Goblin_Bouncer', '10144', '-179.000', '10.000', '-63.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649754', 'Goblin_Miner', '10148', '-168.862', '9.809', '-97.066', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17649755', 'Flying_Manta', '10141', '-100.912', '4.263', '-21.983', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17649756', 'Mushussu', '10160', '-110.555', '4.825', '3.417', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649757', 'Mushussu', '10160', '-110.859', '4.581', '20.368', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649758', 'Flying_Manta', '10141', '-111.183', '5.357', '44.411', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17649759', 'Flying_Manta', '10141', '-128.471', '4.952', '0.489', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649760', 'Flying_Manta', '10141', '-104.000', '4.000', '28.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649761', 'Peg_Powler', '10164', '-77.000', '4.000', '58.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649762', 'Flying_Manta', '10141', '-81.567', '5.013', '37.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649763', 'Flying_Manta', '10141', '-72.956', '4.943', '39.293', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649775', 'Goblin_Hunter', '10146', '-74.760', '4.532', '43.525', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649765', 'Goblin_Bouncer', '10144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649766', 'Flying_Manta', '10141', '-64.269', '5.441', '72.382', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649767', 'Goblin_Miner', '10148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649772', 'Goblin_Enchanter', '10145', '-85.038', '5.181', '62.810', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17649769', 'Flying_Manta', '10141', '-51.745', '4.288', '46.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649770', 'Flying_Manta', '10141', '-33.112', '4.735', '34.742', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17649771', 'Goblin_Miner', '10148', '-44.537', '4.992', '31.114', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17649799', 'Goblin_Enchanter', '10145', '-40.033', '4.917', '43.545', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649773', 'Flying_Manta', '10141', '-65.089', '5.386', '81.363', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649774', 'Flying_Manta', '10141', '-54.100', '5.462', '81.680', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17649792', 'Goblin_Hunter', '10146', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649776', 'Goblin_Bouncer', '10144', '-42.191', '5.050', '70.169', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17649777', 'Water_Elemental', '10170', '-47.494', '3.177', '94.569', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649778', 'Torama', '10167', '-63.170', '4.417', '101.432', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17649779', 'Torama', '10167', '-62.446', '4.076', '127.246', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649780', 'Torama', '10167', '-75.873', '4.679', '139.577', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649781', 'Air_Elemental', '10139', '-90.324', '2.007', '136.288', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17649782', 'Torama', '10167', '-124.874', '0.000', '124.742', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649783', 'Labyrinth_Manticore', '10157', '-119.897', '0.275', '127.060', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649784', 'Narasimha', '10162', '-123.000', '-0.600', '119.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649785', 'Water_Elemental', '10170', '-117.092', '-0.101', '114.090', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649786', 'Torama', '10167', '-98.000', '-1.072', '136.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17649787', 'Labyrinth_Manticore', '10157', '-126.841', '-0.554', '129.681', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17649788', 'Air_Elemental', '10139', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649789', 'Torama', '10167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649790', 'Labyrinth_Manticore', '10157', '-140.000', '-0.955', '144.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17649791', 'Goblin_Bouncer', '10144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649793', 'Goblin_Hunter', '10146', '67.934', '11.652', '57.001', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17649805', 'Goblin_Hunter', '10146', '90.790', '11.967', '48.486', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17649794', 'Goblin_Miner', '10148', '92.244', '12.611', '51.699', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649795', 'Hellion', '10155', '129.000', '15.000', '215.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17649796', 'Flying_Manta', '10141', '121.000', '14.000', '59.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17649797', 'Tainted_Flesh', '10166', '136.566', '14.708', '70.077', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649798', 'Goblin_Bouncer', '10144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649802', 'Goblin_Enchanter', '10145', '101.387', '14.531', '107.883', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649800', 'Goblin_Miner', '10148', '95.406', '14.698', '98.696', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649801', 'Goblin_Miner', '10148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649803', 'Goblin_Bouncer', '10144', '137.750', '12.727', '143.599', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17649804', 'Goblin_Enchanter', '10145', '116.743', '14.863', '156.634', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649806', 'Goblin_Hunter', '10146', '128.789', '14.306', '146.893', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17649721', 'Goblin_Hunter', '10146', '139.430', '14.176', '184.465', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649807', 'Air_Elemental', '10139', '137.411', '14.599', '197.831', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17649809', 'Water_Elemental', '10170', '132.765', '14.227', '205.942', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17649810', 'Tainted_Flesh', '10166', '127.523', '14.327', '210.258', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17649811', 'Torama', '10167', '55.890', '4.021', '131.186', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649812', 'Torama', '10167', '62.397', '4.334', '119.532', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649813', 'Torama', '10167', '-1.758', '4.982', '153.412', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17649814', 'Torama', '10167', '8.113', '5.055', '159.197', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649815', 'Torama', '10167', '39.858', '4.364', '164.961', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649816', 'Torama', '10167', '48.440', '5.070', '174.352', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649817', 'Torama', '10167', '53.826', '4.287', '143.153', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649819', 'Torama', '10167', '-7.000', '4.467', '184.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17649820', 'Torama', '10167', '-7.233', '4.976', '204.202', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17649821', 'Labyrinth_Manticore', '10157', '49.000', '4.000', '196.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649822', 'Ose', '10163', '17.000', '4.000', '152.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17649823', 'Torama', '10167', '26.971', '4.440', '216.229', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649824', 'Torama', '10167', '9.000', '4.000', '176.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649826', 'Labyrinth_Manticore', '10157', '4.000', '3.000', '201.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649825', 'Goblin_Alchemist', '10142', '24.384', '5.471', '197.938', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17649828', 'Water_Elemental', '10170', '30.421', '5.318', '156.935', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17649830', 'Water_Elemental', '10170', '-7.370', '5.106', '170.640', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649829', 'Goblin_Alchemist', '10142', '13.729', '4.814', '166.295', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649831', 'Goblin_Bandit', '10143', '5.096', '3.930', '166.865', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17649832', 'Goblin_Shepherd', '10152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649833', 'Goblin_s_Leech', '10153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649835', 'Water_Elemental', '10170', '19.981', '4.995', '167.218', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649838', 'Goblin_Shepherd', '10152', '38.347', '5.500', '178.050', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17649839', 'Goblin_s_Leech', '10153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649834', 'Goblin_Mercenary', '10147', '43.103', '5.677', '181.977', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17649841', 'Water_Elemental', '10170', '45.618', '4.666', '179.014', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649843', 'Goblin_Shepherd', '10152', '41.150', '5.026', '204.483', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17649844', 'Goblin_s_Leech', '10153', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649846', 'Water_Elemental', '10170', '42.836', '4.980', '202.594', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649836', 'Goblin_Alchemist', '10142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649840', 'Goblin_Mercenary', '10147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649858', 'Air_Elemental', '10139', '20.325', '4.091', '233.179', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649827', 'Wyvern', '10171', '16.000', '5.000', '185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649837', 'Goblin_Bandit', '10143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649845', 'Goblin_Mercenary', '10147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649818', 'Soulstealer_Skullnix', '10165', '38.000', '5.000', '159.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649859', 'Water_Elemental', '10170', '15.764', '5.079', '268.452', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649860', 'Ubume', '10169', '-176.000', '10.000', '-59.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17649861', 'Megapod_Megalops', '10159', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678337', 'Sea_Pugil', '10445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678338', 'Ocean_Crab', '10438', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678339', 'Ocean_Pugil', '10439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678340', 'Pirate_Pugil', '10441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678341', 'Sea_Monk', '10444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678342', 'Sea_Crab', '10442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678343', 'Sea_Crab', '10442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678344', 'Sea_Pugil', '10445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678345', 'Sea_Pugil', '10445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678346', 'Sea_Monk', '10444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678347', 'Phantom', '10440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678348', 'Thunder_Elemental', '10446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678349', 'Water_Elemental', '10447', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678350', 'Sea_Horror', '10443', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17678351', 'Enagakure', '10437', '1.000', '-7.000', '13.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17682433', 'Sea_Pugil', '10455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682434', 'Ocean_Crab', '10448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682435', 'Ocean_Pugil', '10449', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682436', 'Pirate_Pugil', '10451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682437', 'Sea_Monk', '10454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682438', 'Sea_Crab', '10452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682439', 'Sea_Crab', '10452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682440', 'Sea_Pugil', '10455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682441', 'Sea_Pugil', '10455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682442', 'Sea_Monk', '10454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682443', 'Phantom', '10450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682444', 'Thunder_Elemental', '10456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682445', 'Water_Elemental', '10457', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17682446', 'Sea_Horror', '10453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707009', 'Sea_Pugil', '10467', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707010', 'Ocean_Crab', '10461', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707011', 'Ocean_Pugil', '10462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707012', 'Pirate_Pugil', '10464', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707013', 'Sea_Monk', '10466', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707014', 'Sea_Crab', '10465', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707015', 'Sea_Crab', '10465', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707016', 'Sea_Pugil', '10467', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707017', 'Sea_Pugil', '10467', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707018', 'Sea_Monk', '10466', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707019', 'Phantom', '10463', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707020', 'Crossbones', '10459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707021', 'Crossbones', '10459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707022', 'Crossbones', '10459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707023', 'Crossbones', '10459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707024', 'Ship_Wight', '10468', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707025', 'Blackbeard', '10458', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17707026', 'Enagakure', '10460', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711105', 'Sea_Pugil', '10476', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711106', 'Ocean_Crab', '10470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711107', 'Ocean_Pugil', '10471', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711108', 'Pirate_Pugil', '10473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711109', 'Sea_Monk', '10475', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711110', 'Sea_Crab', '10474', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711111', 'Sea_Crab', '10474', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711112', 'Sea_Pugil', '10476', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711113', 'Sea_Pugil', '10476', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711114', 'Sea_Monk', '10475', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711115', 'Phantom', '10472', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711116', 'Crossbones', '10469', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711117', 'Crossbones', '10469', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711118', 'Crossbones', '10469', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711119', 'Crossbones', '10469', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711120', 'Ship_Wight', '10477', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17711121', 'Silverhook', '10478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404320', 'Demonic_Rose', '8149', '-184.000', '11.000', '94.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404310', 'Boyahda_Sapling', '8145', '-141.932', '8.470', '56.094', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404311', 'Boyahda_Sapling', '8145', '-140.404', '8.321', '43.047', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17404312', 'Bark_Tarantula', '8141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404313', 'Boyahda_Sapling', '8145', '-145.123', '7.878', '97.928', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404314', 'Boyahda_Sapling', '8145', '-138.823', '8.373', '80.228', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404315', 'Bark_Tarantula', '8141', '-135.164', '8.184', '95.777', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404316', 'Bark_Tarantula', '8141', '-137.104', '8.644', '93.374', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404317', 'Boyahda_Sapling', '8145', '-180.198', '8.859', '131.069', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404318', 'Bark_Tarantula', '8141', '-178.366', '8.578', '116.310', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404319', 'Bark_Tarantula', '8141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404332', 'Demonic_Rose', '8149', '-181.337', '8.908', '133.996', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404321', 'Boyahda_Sapling', '8145', '-220.754', '5.531', '159.804', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404322', 'Bark_Tarantula', '8141', '-220.124', '5.576', '163.124', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404323', 'Bark_Tarantula', '8141', '-220.333', '5.512', '169.893', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404324', 'Bark_Tarantula', '8141', '-182.065', '4.585', '195.889', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404325', 'Bark_Tarantula', '8141', '-203.905', '5.572', '192.868', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404326', 'Bark_Tarantula', '8141', '-178.995', '5.518', '170.992', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17404327', 'Bark_Tarantula', '8141', '-186.440', '5.144', '185.892', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17404328', 'Bark_Tarantula', '8141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404329', 'Boyahda_Sapling', '8145', '-183.375', '4.610', '196.373', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404330', 'Boyahda_Sapling', '8145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404331', 'Boyahda_Sapling', '8145', '-200.195', '5.624', '214.879', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17404333', 'Voluptuous_Vivian', '8168', '-198.000', '5.000', '203.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404334', 'Bark_Tarantula', '8141', '-178.897', '5.180', '159.977', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17404335', 'Bark_Tarantula', '8141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404336', 'Bark_Tarantula', '8141', '-139.648', '5.398', '170.288', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404337', 'Bark_Tarantula', '8141', '-141.047', '5.051', '153.710', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17404338', 'Mimic', '8155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404339', 'Agas', '8137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404340', 'Beet_Leafhopper', '8142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17404384', 'Zonpa-Zippa', '8170', '189.414', '-32.840', '-157.059', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17404241', 'Snaggletooth Peapuk', '10744', '-191.151', '8.487', '-235.017', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404242', 'Snaggletooth Peapuk', '10744', '-198.140', '8.696', '-236.961', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17404246', 'Snaggletooth Peapuk', '10744', '-208.375', '8.464', '-250.122', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17490220', 'Recluse_Spider', '9045', '-20.000', '21.000', '1.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490221', 'Recluse_Spider', '9045', '-10.000', '20.000', '14.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490222', 'Recluse_Spider', '9045', '19.000', '20.000', '37.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17490223', 'Deinonychus', '9023', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490224', 'Recluse_Spider', '9045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490225', 'Recluse_Spider', '9045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490226', 'Recluse_Spider', '9045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490227', 'Recluse_Spider', '9045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490228', 'Recluse_Spider', '9045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490229', 'Recluse_Spider', '9045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490230', 'Mimic', '9041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490231', 'Cancer', '9021', '-25.000', '-10.000', '-152.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17490232', 'Robber_Crab', '9046', '-25.000', '-10.000', '-152.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17490233', 'Phantom_Worm', '9044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17490234', 'Guivre', '9036', '119.000', '-0.010', '38.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17461479', 'Bodach', '8773', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17461471', 'Manes', '8771', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17613130', 'Capricious_Cassie', '9931', '-69.000', '0.075', '189.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613121', 'Southern_Shadow', '9951', '-152.000', '-16.474', '82.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17613129', 'Dabotz_s_Ghost', '9935', '-170.000', '0.100', '245.000', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17596520', 'Hazmat', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584410', 'Knight_Crawler', '9822', '-255.000', '-1.000', '214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588674', 'Argus', '9842', '233.000', '20.000', '-71.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17588685', 'Leech_King', '9866', '270.000', '18.000', '-205.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404252', 'Viseclaw', '10829', '-186.000', '9.000', '-301.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404253', 'Viseclaw', '10829', '-186.000', '9.000', '-264.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404256', 'Viseclaw', '10829', '-215.000', '9.000', '-264.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404257', 'Viseclaw', '10829', '-233.000', '9.000', '-270.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404260', 'Viseclaw', '10829', '-246.000', '9.000', '-271.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404261', 'Viseclaw', '10829', '-251.000', '9.000', '-283.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404264', 'Viseclaw', '10829', '-243.000', '9.000', '-290.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17404265', 'Viseclaw', '10829', '-217.000', '9.000', '-295.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649847', 'Babaulas', '10832', '28.000', '5.000', '290.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649848', 'Babaulas', '10832', '13.000', '4.000', '292.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649849', 'Babaulas', '10832', '2.000', '4.000', '278.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649850', 'Boribaba', '10833', '19.000', '5.000', '272.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649851', 'Boribaba', '10833', '39.000', '3.000', '280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649852', 'Babaulas', '10832', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17649853', 'Babaulas', '10832', '18.000', '5.000', '267.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649854', 'Babaulas', '10832', '25.000', '5.000', '271.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649855', 'Babaulas', '10832', '10.000', '5.000', '280.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649856', 'Boribaba', '10833', '22.000', '6.000', '279.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17649857', 'Boribaba', '10833', '4.000', '5.000', '287.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506666', 'Aura_Sculpture', '10830', '82.000', '32.000', '-5.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17506667', 'Olla_Pequena', '9283', '851.000', '-1.000', '92.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17506668', 'Olla_Media', '9282', '851.000', '-1.000', '92.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17506669', 'Olla_Grande', '9281', '851.000', '-1.000', '92.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17506670', 'Kirin', '9278', '-76.000', '32.000', '-4.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17506671', 'Genbu', '9276', '-76.000', '32.000', '-4.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17506672', 'Seiryu', '9284', '-76.000', '32.000', '-4.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17506673', 'Byakko', '9269', '-76.000', '32.000', '-4.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17506674', 'Suzaku', '9286', '-76.000', '32.000', '-4.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17506675', 'Kirin_s_Avatar', '9279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596673', 'Donjon_Bat', '10831', '-166.000', '19.000', '311.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596674', 'Donjon_Bat', '10831', '-266.000', '14.000', '266.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596675', 'Donjon_Bat', '10831', '-253.000', '13.000', '253.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596679', 'Donjon_Bat', '10831', '-319.000', '19.000', '260.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596680', 'Donjon_Bat', '10831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596686', 'Donjon_Bat', '10831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596701', 'Donjon_Bat', '10831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596702', 'Donjon_Bat', '10831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596706', 'Donjon_Bat', '10831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596711', 'Donjon_Bat', '10831', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17596667', 'Donjon_Bat', '10831', '-197.000', '19.000', '307.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596668', 'Donjon_Bat', '10831', '-166.000', '19.000', '327.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596659', 'Donjon_Bat', '10831', '-217.000', '19.000', '281.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596653', 'Donjon_Bat', '10831', '-266.000', '19.000', '236.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596654', 'Donjon_Bat', '10831', '-234.000', '19.000', '249.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596647', 'Donjon_Bat', '10831', '-306.000', '19.000', '277.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596648', 'Donjon_Bat', '10831', '-352.000', '19.000', '238.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596649', 'Donjon_Bat', '10831', '-310.000', '19.000', '239.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596650', 'Warden_Beetle', '10762', '-211.000', '19.000', '272.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596651', 'Warden_Beetle', '10762', '-193.000', '19.000', '323.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17596652', 'Warden_Beetle', '10762', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17289638', 'Picolaton', '6791', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17629264', 'Sabotender_Bailarina', '10081', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584411', 'Knight_Crawler', '9822', '-343.000', '-1.000', '-252.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584412', 'Knight_Crawler', '9822', '-243.000', '-1.000', '246.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584413', 'Knight_Crawler', '9822', '-223.000', '-1.000', '214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584419', 'Knight_Crawler', '9822', '-192.000', '-1.000', '201.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584420', 'Knight_Crawler', '9822', '-200.000', '-1.000', '222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584421', 'Knight_Crawler', '9822', '-209.000', '-1.000', '250.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584422', 'Knight_Crawler', '9822', '-189.000', '-1.000', '231.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584407', 'Crawler_Hunter', '9809', '-137.000', '-1.000', '211.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584408', 'Crawler_Hunter', '9809', '-205.000', '-1.000', '190.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584409', 'Crawler_Hunter', '9809', '-248.000', '-1.000', '202.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584417', 'Crawler_Hunter', '9809', '-227.000', '-1.000', '185.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584418', 'Crawler_Hunter', '9809', '-229.000', '-1.000', '255.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584486', 'Grounds_Tome', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17584487', 'Grounds_Tome', '1', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17481786', 'Veindigger_Leech', '10751', '-57.000', '8.000', '-315.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481787', 'Veindigger_Leech', '10751', '-57.000', '7.000', '-302.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481789', 'Veindigger_Leech', '10751', '-62.000', '8.000', '-308.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481765', 'Soot_Crab', '10750', '-69.000', '8.000', '-335.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481744', 'Colliery_Bat', '10748', '114.000', '8.000', '-140.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17481745', 'Colliery_Bat', '10748', '-41.000', '8.000', '-60.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481746', 'Colliery_Bat', '10748', '-1.000', '8.000', '-59.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481763', 'Colliery_Bat', '10748', '-19.000', '8.000', '-86.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481766', 'Burrower_Worm', '10749', '-2.000', '9.000', '-130.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481767', 'Burrower_Worm', '10749', '142.000', '8.000', '-195.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481768', 'Burrower_Worm', '10749', '139.000', '7.000', '-214.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481776', 'Colliery_Bat', '10748', '-39.000', '9.000', '-169.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481777', 'Colliery_Bat', '10748', '44.000', '8.000', '-99.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481778', 'Colliery_Bat', '10748', '51.000', '8.000', '-258.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481779', 'Colliery_Bat', '10748', '64.000', '8.000', '-255.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481780', 'Burrower_Worm', '10749', '-13.000', '10.000', '-145.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481781', 'Burrower_Worm', '10749', '-35.000', '9.000', '-149.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481782', 'Burrower_Worm', '10749', '-39.000', '9.000', '-109.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481783', 'Burrower_Worm', '10749', '6.000', '9.000', '-165.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481784', 'Burrower_Worm', '10749', '-84.000', '8.000', '-222.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17481785', 'Burrower_Worm', '10749', '-67.000', '8.000', '-265.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17584425', 'Dreadbug', '9814', '-18.000', '-8.000', '124.000', '133'); -INSERT INTO `mob_spawn_points` VALUES ('16797969', 'Jormungand', '141', '-220.000', '-175.000', '122.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17108993', 'Snipper', '3084', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17108994', 'Mud_Pugil', '3035', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17108995', 'Pug_Pugil', '3057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17108996', 'Clipper', '2980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17108997', 'Fighting_Pugil', '3004', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17108998', 'Scarab_Beetle', '3073', '330.000', '-40.000', '68.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17108999', 'Scarab_Beetle', '3073', '282.000', '-49.000', '150.000', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17109000', 'Mouse_Bat', '3034', '694.000', '-60.000', '431.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17109001', 'Mouse_Bat', '3034', '502.000', '-57.000', '419.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17109002', 'Ding_Bats', '2990', '412.000', '-20.000', '-111.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17109003', 'Ding_Bats', '2990', '379.000', '-19.000', '-159.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17109004', 'Scarab_Beetle', '3073', '315.000', '-41.000', '94.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109005', 'Scarab_Beetle', '3073', '262.000', '-49.000', '157.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17109006', 'Scarab_Beetle', '3073', '90.000', '-50.000', '73.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17109007', 'Scarab_Beetle', '3073', '203.000', '-49.000', '112.000', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17109008', 'Scarab_Beetle', '3073', '209.000', '-39.000', '83.000', '136'); -INSERT INTO `mob_spawn_points` VALUES ('17109009', 'Scarab_Beetle', '3073', '243.000', '-40.000', '88.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17109010', 'Colibri', '2981', '326.000', '-40.000', '63.000', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17109011', 'Colibri', '2981', '282.000', '-38.000', '50.000', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17109012', 'Colibri', '2981', '135.000', '-45.000', '23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17109013', 'Colibri', '2981', '222.000', '-30.000', '-75.000', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17109014', 'Forest_Hare', '3005', '586.000', '-61.000', '374.000', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17109015', 'Forest_Hare', '3005', '666.000', '-57.000', '367.000', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17109016', 'Forest_Hare', '3005', '565.000', '-49.000', '325.000', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17109017', 'Forest_Hare', '3005', '511.000', '-59.000', '437.000', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17109018', 'Forest_Hare', '3005', '393.000', '-61.000', '400.000', '181'); -INSERT INTO `mob_spawn_points` VALUES ('17109019', 'Forest_Hare', '3005', '396.000', '-59.000', '448.000', '233'); -INSERT INTO `mob_spawn_points` VALUES ('17109020', 'Forest_Hare', '3005', '330.000', '-59.000', '439.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17109021', 'Forest_Hare', '3005', '290.000', '-57.000', '411.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17109022', 'Forest_Hare', '3005', '237.000', '-57.000', '425.000', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17109023', 'River_Crab', '3063', '221.000', '-57.000', '441.000', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17109024', 'River_Crab', '3063', '257.000', '-57.000', '372.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109025', 'River_Crab', '3063', '419.000', '-47.000', '161.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17109026', 'River_Crab', '3063', '385.000', '-47.000', '88.000', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17109027', 'River_Crab', '3063', '258.000', '-43.000', '102.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17109028', 'Pugil', '3056', '227.000', '-57.000', '387.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17109029', 'Pugil', '3056', '289.000', '-57.000', '341.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17109030', 'Pugil', '3056', '253.000', '-57.000', '372.000', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17109031', 'Pugil', '3056', '420.000', '-47.000', '117.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17109032', 'Pugil', '3056', '378.000', '-36.000', '17.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17109033', 'Mouse_Bat', '3034', '376.000', '-61.000', '431.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17109034', 'Ding_Bats', '2990', '771.000', '-59.000', '476.000', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17109035', 'Wild_Sheep', '3094', '480.000', '-36.000', '23.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17109036', 'Wild_Sheep', '3094', '512.000', '-40.000', '90.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17109037', 'Wild_Sheep', '3094', '523.000', '-39.000', '55.000', '147'); -INSERT INTO `mob_spawn_points` VALUES ('17109038', 'Wild_Sheep', '3094', '512.000', '-39.000', '87.000', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17109039', 'Wild_Sheep', '3094', '544.000', '-50.000', '140.000', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17109040', 'Wild_Sheep', '3094', '484.000', '-41.000', '94.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17109041', 'Wild_Sheep', '3094', '541.000', '-49.000', '148.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17109042', 'Mouse_Bat', '3034', '224.000', '-59.000', '367.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17109043', 'Mouse_Bat', '3034', '490.000', '-50.000', '231.000', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17109044', 'Ding_Bats', '2990', '403.000', '-61.000', '391.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17109045', 'Ding_Bats', '2990', '221.000', '-53.000', '274.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17109046', 'Scarab_Beetle', '3073', '290.000', '-37.000', '51.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17109047', 'Scarab_Beetle', '3073', '231.000', '-39.000', '18.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17109048', 'Scarab_Beetle', '3073', '175.000', '-46.000', '45.000', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17109049', 'Scarab_Beetle', '3073', '172.000', '-46.000', '39.000', '111'); -INSERT INTO `mob_spawn_points` VALUES ('17109050', 'Scarab_Beetle', '3073', '156.000', '-48.000', '48.000', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17109051', 'Scarab_Beetle', '3073', '185.000', '-40.000', '24.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17109052', 'Scarab_Beetle', '3073', '193.000', '-37.000', '-50.000', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17109053', 'Scarab_Beetle', '3073', '155.000', '-30.000', '-83.000', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17109054', 'Scarab_Beetle', '3073', '205.000', '-30.000', '-69.000', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17109055', 'Scarab_Beetle', '3073', '258.000', '-33.000', '-63.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17109056', 'Scarab_Beetle', '3073', '177.000', '-25.000', '-99.000', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17109057', 'Scarab_Beetle', '3073', '172.000', '-30.000', '-66.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17109058', 'Colibri', '2981', '225.000', '-35.000', '-59.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17109059', 'Colibri', '2981', '226.000', '-39.000', '-48.000', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17109060', 'Colibri', '2981', '236.000', '-25.000', '-97.000', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17109061', 'Colibri', '2981', '195.000', '-39.000', '-28.000', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17109062', 'Colibri', '2981', '217.000', '-20.000', '-111.000', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17109063', 'Colibri', '2981', '418.000', '-29.000', '-72.000', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17109064', 'Ladybug', '3026', '496.000', '-28.000', '-79.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17109065', 'Ladybug', '3026', '492.000', '-27.000', '-76.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17109066', 'Ladybug', '3026', '489.000', '-29.000', '-71.000', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17109067', 'Ladybug', '3026', '470.000', '-29.000', '-61.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17109068', 'Ladybug', '3026', '410.000', '-28.000', '-62.000', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17109069', 'Ladybug', '3026', '427.000', '-27.000', '-94.000', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17109070', 'Ladybug', '3026', '417.000', '-29.000', '-77.000', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17109071', 'Ladybug', '3026', '418.000', '-19.000', '-119.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17109072', 'Ladybug', '3026', '461.000', '-21.000', '-99.000', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17109073', 'Ladybug', '3026', '479.000', '-19.000', '-142.000', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17109074', 'Ladybug', '3026', '471.000', '-18.000', '-173.000', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17109075', 'Ladybug', '3026', '472.000', '-18.000', '-155.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17109076', 'Ladybug', '3026', '478.000', '-20.000', '-156.000', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17109077', 'Ladybug', '3026', '443.000', '-19.000', '-270.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17109078', 'Ladybug', '3026', '438.000', '-20.000', '-282.000', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17109079', 'Ladybug', '3026', '556.000', '-20.000', '-274.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17109080', 'Enchanted_Bones', '2995', '235.000', '-20.000', '-157.000', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17109081', 'Enchanted_Bones', '2995', '434.000', '-17.000', '-227.000', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17109082', 'Enchanted_Bones', '2995', '504.000', '-7.000', '-353.000', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17109083', 'Enchanted_Bones', '2995', '534.000', '-8.000', '-471.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17109084', 'Mouse_Bat', '3034', '365.000', '-49.000', '120.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17109085', 'Ding_Bats', '2990', '508.000', '-48.000', '306.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17109086', 'Forest_Hare', '3005', '147.000', '-59.000', '427.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17109087', 'Forest_Hare', '3005', '246.000', '-59.000', '403.000', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17109088', 'Forest_Hare', '3005', '252.000', '-59.000', '338.000', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17109089', 'Forest_Hare', '3005', '213.000', '-57.000', '292.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17109090', 'Forest_Hare', '3005', '197.000', '-39.000', '287.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17109091', 'Forest_Hare', '3005', '121.000', '-59.000', '221.000', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17109092', 'Forest_Hare', '3005', '447.000', '-54.000', '341.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109093', 'Mouse_Bat', '3034', '387.000', '-52.000', '171.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17109094', 'Ding_Bats', '2990', '559.000', '-50.000', '208.000', '68'); -INSERT INTO `mob_spawn_points` VALUES ('17109095', 'Goblin_Patrolman', '3013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109096', 'Goblin_s_Ladybug', '3016', '477.000', '-60.000', '403.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17109097', 'Goblin_Franctireur', '3010', '733.000', '-61.000', '466.000', '157'); -INSERT INTO `mob_spawn_points` VALUES ('17109098', 'Goblin_Draftee', '3009', '795.000', '-59.000', '476.000', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17109099', 'Goblin_Skirmisher', '3015', '731.000', '-59.000', '479.000', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17109100', 'Goblin_Mine', '3012', '721.000', '-60.000', '473.000', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17109101', 'Goblin_Franctireur', '3010', '754.000', '-60.000', '406.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17109102', 'Goblin_Draftee', '3009', '689.000', '-60.000', '412.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17109103', 'Goblin_Franctireur', '3010', '683.000', '-58.000', '418.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17109104', 'Goblin_Patrolman', '3013', '679.000', '-52.000', '421.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17109105', 'Goblin_s_Ladybug', '3016', '551.000', '-49.000', '278.000', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17109106', 'Forest_Hare', '3005', '608.000', '-50.000', '269.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17109107', 'Forest_Hare', '3005', '363.000', '-49.000', '153.000', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17109108', 'Forest_Hare', '3005', '399.000', '-46.000', '136.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17109109', 'Forest_Hare', '3005', '344.000', '-49.000', '127.000', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17109110', 'Forest_Hare', '3005', '316.000', '-39.000', '66.000', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17109111', 'Forest_Hare', '3005', '280.000', '-49.000', '127.000', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17109112', 'Forest_Hare', '3005', '242.000', '-46.000', '106.000', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17109113', 'Wild_Sheep', '3094', '668.000', '-48.000', '303.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17109114', 'Wild_Sheep', '3094', '621.000', '-51.000', '200.000', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17109115', 'Wild_Sheep', '3094', '615.000', '-51.000', '223.000', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17109116', 'Wild_Sheep', '3094', '546.000', '-53.000', '262.000', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17109117', 'Wild_Sheep', '3094', '511.000', '-48.000', '345.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17109118', 'Wild_Sheep', '3094', '501.000', '-50.000', '270.000', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17109119', 'Wild_Sheep', '3094', '483.000', '-50.000', '303.000', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17109120', 'Wild_Sheep', '3094', '453.000', '-49.000', '319.000', '172'); -INSERT INTO `mob_spawn_points` VALUES ('17109121', 'Wild_Sheep', '3094', '481.000', '-59.000', '405.000', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17109122', 'Wild_Sheep', '3094', '516.000', '-60.000', '483.000', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17109123', 'Wild_Sheep', '3094', '512.000', '-60.000', '418.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17109124', 'Wild_Sheep', '3094', '569.000', '-61.000', '428.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17109125', 'Wild_Sheep', '3094', '564.000', '-60.000', '404.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17109126', 'Wild_Sheep', '3094', '621.000', '-55.000', '341.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17109127', 'Mouse_Bat', '3034', '42.000', '-50.000', '172.000', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17109128', 'Ding_Bats', '2990', '284.000', '-49.000', '149.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17109129', 'Goblin_Franctireur', '3010', '499.000', '-61.000', '488.000', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17109130', 'Goblin_Draftee', '3009', '636.000', '-59.000', '390.000', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17109131', 'Goblin_Skirmisher', '3015', '581.000', '-49.000', '314.000', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17109132', 'Goblin_Mine', '3012', '562.000', '-46.000', '305.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17109133', 'Goblin_Franctireur', '3010', '526.000', '-49.000', '322.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17109134', 'Goblin_Draftee', '3009', '517.000', '-59.000', '396.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17109135', 'Goblin_Skirmisher', '3015', '511.000', '-48.000', '345.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17109136', 'Goblin_Mine', '3012', '526.000', '-49.000', '335.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17109137', 'Goblin_Patrolman', '3013', '764.000', '-59.000', '548.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17109138', 'Goblin_s_Ladybug', '3016', '765.000', '-60.000', '549.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17109139', 'Wild_Sheep', '3094', '789.000', '-60.000', '488.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17109140', 'Wild_Sheep', '3094', '735.000', '-59.000', '478.000', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17109141', 'Wild_Sheep', '3094', '670.000', '-61.000', '462.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17109142', 'Wild_Sheep', '3094', '691.000', '-61.000', '420.000', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17109143', 'Wild_Sheep', '3094', '730.000', '-61.000', '414.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17109144', 'Wild_Sheep', '3094', '576.000', '-52.000', '334.000', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17109145', 'Giant_Spider', '3007', '751.000', '-61.000', '471.000', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17109146', 'Giant_Spider', '3007', '794.000', '-59.000', '519.000', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17109147', 'Melusine', '11001', '794.000', '-59.000', '510.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17109148', 'Giant_Spider', '3007', '806.000', '-60.000', '640.000', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17109149', 'Giant_Spider', '3007', '782.000', '-59.000', '639.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17109150', 'Giant_Spider', '3007', '760.000', '-60.000', '596.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17109151', 'Giant_Spider', '3007', '754.000', '-60.000', '555.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17109152', 'Mouse_Bat', '3034', '225.000', '-40.000', '26.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17109153', 'Ding_Bats', '2990', '275.000', '-39.000', '82.000', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17109154', 'Forest_Hare', '3005', '267.000', '-49.000', '160.000', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17109155', 'Forest_Hare', '3005', '276.000', '-50.000', '157.000', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17109156', 'Forest_Hare', '3005', '320.000', '-46.000', '178.000', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17109157', 'Carrion_Worm', '2974', '199.000', '-60.000', '440.000', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17109158', 'Carrion_Worm', '2974', '165.000', '-59.000', '376.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17109159', 'Carrion_Worm', '2974', '195.000', '-59.000', '384.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17109160', 'Carrion_Worm', '2974', '183.000', '-56.000', '346.000', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17109161', 'Mouse_Bat', '3034', '266.000', '-20.000', '-146.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17109162', 'Ding_Bats', '2990', '81.000', '-30.000', '119.000', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17109163', 'Forest_Hare', '3005', '337.000', '-47.000', '185.000', '210'); -INSERT INTO `mob_spawn_points` VALUES ('17109164', 'Forest_Hare', '3005', '334.000', '-46.000', '187.000', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17109165', 'Forest_Hare', '3005', '339.000', '-49.000', '189.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17109166', 'Carrion_Worm', '2974', '247.000', '-49.000', '272.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17109167', 'Carrion_Worm', '2974', '150.000', '-59.000', '313.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109168', 'Carrion_Worm', '2974', '195.000', '-58.000', '271.000', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17109169', 'Carrion_Worm', '2974', '183.000', '-56.000', '309.000', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17109170', 'Carrion_Worm', '2974', '134.000', '-60.000', '263.000', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17109171', 'Carrion_Worm', '2974', '188.000', '-49.000', '188.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109172', 'Carrion_Worm', '2974', '161.000', '-59.000', '169.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17109173', 'Carrion_Worm', '2974', '86.000', '-59.000', '182.000', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17109174', 'Carrion_Worm', '2974', '28.000', '50.000', '167.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17109175', 'Carrion_Worm', '2974', '19.000', '-49.000', '158.000', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17109176', 'Carrion_Worm', '2974', '4.000', '-49.000', '156.000', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17109177', 'Carrion_Worm', '2974', '18.000', '-49.000', '139.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17109178', 'Carrion_Worm', '2974', '71.000', '-58.000', '166.000', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17109179', 'Carrion_Worm', '2974', '84.000', '-50.000', '126.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17109180', 'Carrion_Worm', '2974', '73.000', '-49.000', '122.000', '172'); -INSERT INTO `mob_spawn_points` VALUES ('17109181', 'Carrion_Worm', '2974', '43.000', '-50.000', '144.000', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17109182', 'Carrion_Worm', '2974', '57.000', '-49.000', '137.000', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17109183', 'Carrion_Worm', '2974', '62.000', '-49.000', '129.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109184', 'River_Crab', '3063', '181.000', '-49.000', '179.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17109185', 'River_Crab', '3063', '112.000', '-57.000', '182.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17109186', 'Pugil', '3056', '223.000', '-47.000', '149.000', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17109187', 'Pugil', '3056', '142.000', '-57.000', '178.000', '147'); -INSERT INTO `mob_spawn_points` VALUES ('17109188', 'Pugil', '3056', '261.000', '-38.000', '92.000', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17109189', 'Mouse_Bat', '3034', '432.000', '-29.000', '-79.000', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17109190', 'Ding_Bats', '2990', '267.000', '-39.000', '23.000', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17109191', 'Scarab_Beetle', '3073', '242.000', '-39.000', '10.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17109192', 'Scarab_Beetle', '3073', '246.000', '-39.000', '-4.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17109193', 'Scarab_Beetle', '3073', '154.000', '-26.000', '-96.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17109194', 'Colibri', '2981', '423.000', '-28.000', '-92.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109195', 'Colibri', '2981', '403.000', '-22.000', '-103.000', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17109196', 'Colibri', '2981', '416.000', '-20.000', '-110.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17109197', 'Ladybug', '3026', '495.000', '-12.000', '-336.000', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17109198', 'Ladybug', '3026', '546.000', '-16.000', '-336.000', '156'); -INSERT INTO `mob_spawn_points` VALUES ('17109199', 'Ladybug', '3026', '549.000', '-10.000', '-350.000', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17109200', 'Ladybug', '3026', '531.000', '-11.000', '-348.000', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17109201', 'Ladybug', '3026', '492.000', '-7.000', '-360.000', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17109202', 'Ladybug', '3026', '476.000', '-10.000', '-363.000', '199'); -INSERT INTO `mob_spawn_points` VALUES ('17109203', 'Ladybug', '3026', '424.000', '-11.000', '-346.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17109204', 'Ladybug', '3026', '434.000', '-9.000', '-362.000', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17109205', 'Ladybug', '3026', '421.000', '-9.000', '-364.000', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17109206', 'Ladybug', '3026', '525.000', '-11.000', '-487.000', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17109207', 'River_Crab', '3063', '262.000', '-37.000', '89.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17109208', 'River_Crab', '3063', '381.000', '-26.000', '-51.000', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17109209', 'River_Crab', '3063', '417.000', '-16.000', '-198.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17109210', 'River_Crab', '3063', '433.000', '-9.000', '-235.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109211', 'River_Crab', '3063', '469.000', '-6.000', '-412.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17109212', 'Pugil', '3056', '259.000', '-37.000', '65.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17109213', 'Pugil', '3056', '270.000', '-37.000', '24.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17109214', 'Pugil', '3056', '382.000', '-37.000', '9.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17109215', 'Pugil', '3056', '392.000', '-16.000', '-135.000', '172'); -INSERT INTO `mob_spawn_points` VALUES ('17109216', 'Pugil', '3056', '452.000', '-16.000', '-309.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109217', 'Pugil', '3056', '498.000', '-6.000', '-428.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17109218', 'Pugil', '3056', '386.000', '-16.000', '-126.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17109219', 'Mouse_Bat', '3034', '307.000', '-21.000', '-222.000', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17109220', 'Ding_Bats', '2990', '145.000', '-46.000', '23.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17109221', 'Scarab_Beetle', '3073', '329.000', '-29.000', '-83.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17109222', 'Scarab_Beetle', '3073', '303.000', '-39.000', '0.000', '60'); -INSERT INTO `mob_spawn_points` VALUES ('17109223', 'Scarab_Beetle', '3073', '325.000', '-39.000', '-25.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17109224', 'Scarab_Beetle', '3073', '354.000', '-32.000', '-24.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17109225', 'Scarab_Beetle', '3073', '357.000', '-19.000', '-181.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17109226', 'Scarab_Beetle', '3073', '272.000', '-22.000', '-141.000', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17109227', 'Colibri', '2981', '520.000', '-20.000', '-197.000', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17109228', 'Colibri', '2981', '521.000', '-20.000', '-162.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17109229', 'Colibri', '2981', '519.000', '-20.000', '-157.000', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17109230', 'Colibri', '2981', '515.000', '-19.000', '-201.000', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17109231', 'Colibri', '2981', '499.000', '-19.000', '-224.000', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17109232', 'Colibri', '2981', '526.000', '-19.000', '-275.000', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17109233', 'Colibri', '2981', '515.000', '-19.000', '-283.000', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17109234', 'Colibri', '2981', '537.000', '-19.000', '-286.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17109235', 'Myradrosh', '11002', '470.000', '-18.000', '-241.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17109236', 'Colibri', '2981', '535.000', '-18.000', '-331.000', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17109237', 'Colibri', '2981', '314.000', '-21.000', '-222.000', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17109238', 'Colibri', '2981', '374.000', '-19.000', '-200.000', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17109239', 'Colibri', '2981', '385.000', '-16.000', '-219.000', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17109240', 'Ladybug', '3026', '-563.000', '-9.000', '-379.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17109241', 'Enchanted_Bones', '2995', '519.000', '-10.000', '-481.000', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17109242', 'Ladybug', '3026', '535.000', '-10.000', '-484.000', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17109243', 'Ladybug', '3026', '363.000', '-19.000', '-221.000', '181'); -INSERT INTO `mob_spawn_points` VALUES ('17109244', 'Ladybug', '3026', '355.000', '-19.000', '-209.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17109245', 'Ladybug', '3026', '367.000', '-19.000', '-219.000', '156'); -INSERT INTO `mob_spawn_points` VALUES ('17109246', 'Ladybug', '3026', '288.000', '-18.000', '-248.000', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17109247', 'Ladybug', '3026', '289.000', '-18.000', '-271.000', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17109248', 'Ladybug', '3026', '290.000', '-18.000', '-249.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17109249', 'Ladybug', '3026', '242.000', '-20.000', '-243.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17109250', 'Ladybug', '3026', '219.000', '-19.000', '-236.000', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17109251', 'Ladybug', '3026', '222.000', '-21.000', '262.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17109252', 'Ladybug', '3026', '272.000', '-19.000', '-293.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17109253', 'Ladybug', '3026', '241.000', '-19.000', '-302.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17109254', 'Ladybug', '3026', '252.000', '-19.000', '-314.000', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17109255', 'Ladybug', '3026', '247.000', '-19.000', '-287.000', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17109256', 'Ladybug', '3026', '241.000', '-19.000', '-287.000', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17109257', 'Enchanted_Bones', '2995', '400.000', '-19.000', '-186.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17109258', 'Enchanted_Bones', '2995', '274.000', '-18.000', '-247.000', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17109259', 'Enchanted_Bones', '2995', '232.000', '-20.000', '-282.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17109260', 'Scarab_Beetle', '3073', '325.000', '-52.000', '-125.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17109261', 'Scarab_Beetle', '3073', '354.000', '-58.000', '-124.000', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17109262', 'Colibri', '2981', '181.000', '-19.000', '-325.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17109263', 'Colibri', '2981', '157.000', '-20.000', '-320.000', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17109264', 'Colibri', '2981', '182.000', '-20.000', '-311.000', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17109265', 'Ladybug', '3026', '274.000', '-19.000', '-286.000', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17109266', 'Ladybug', '3026', '267.000', '-19.000', '-312.000', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17109267', 'Ladybug', '3026', '210.000', '-10.000', '-363.000', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17109268', 'Ladybug', '3026', '293.000', '-11.000', '-384.000', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17109269', 'Enchanted_Bones', '2995', '180.000', '-19.000', '-324.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17109270', 'Enchanted_Bones', '2995', '251.000', '-19.000', '-348.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17109271', 'Scarab_Beetle', '3073', '357.000', '-19.000', '-181.000', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17109272', 'Scarab_Beetle', '3073', '368.000', '-49.000', '165.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17109273', 'Colibri', '2981', '216.000', '-13.000', '-351.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17109274', 'Colibri', '2981', '359.000', '-3.000', '-460.000', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17109275', 'Colibri', '2981', '339.000', '0.000', '-466.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17109276', 'Colibri', '2981', '350.000', '-9.000', '-406.000', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17109277', 'Colibri', '2981', '378.000', '-11.000', '-410.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17109278', 'Colibri', '2981', '346.000', '-20.000', '343.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17109279', 'Djinn', '2992', '166.000', '-10.000', '-394.000', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17109280', 'Djinn', '2992', '162.000', '-10.000', '-398.000', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17109281', 'Djinn', '2992', '159.000', '-10.000', '-401.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17109282', 'Djinn', '2992', '255.000', '-20.000', '-354.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17109283', 'Djinn', '2992', '246.000', '-19.000', '-361.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17109284', 'Djinn', '2992', '215.000', '3.000', '-482.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17109285', 'Djinn', '2992', '299.000', '4.000', '-448.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17109286', 'Djinn', '2992', '239.000', '0.000', '-485.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17109287', 'Djinn', '2992', '264.000', '0.000', '-481.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17109288', 'Djinn', '2992', '267.000', '0.000', '-474.000', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17109289', 'Djinn', '2992', '298.000', '0.000', '-507.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109290', 'Djinn', '2992', '357.000', '0.000', '-477.000', '33'); -INSERT INTO `mob_spawn_points` VALUES ('17109291', 'Djinn', '2992', '221.000', '1.000', '-507.000', '46'); -INSERT INTO `mob_spawn_points` VALUES ('17109292', 'Djinn', '2992', '236.000', '0.000', '-538.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17109293', 'Djinn', '2992', '166.000', '0.000', '-465.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17109294', 'Djinn', '2992', '156.000', '0.000', '-518.000', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17109295', 'Battrap', '2969', '156.000', '0.000', '-438.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17109296', 'Goblintrap', '11003', '168.000', '0.000', '-440.000', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17109297', 'Battrap', '2969', '265.000', '0.000', '-430.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17109298', 'Battrap', '2969', '287.000', '-6.000', '-416.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17109299', 'Battrap', '2969', '307.000', '-16.000', '-372.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17109300', 'Battrap', '2969', '272.000', '-16.000', '-376.000', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17109301', 'Battrap', '2969', '291.000', '-2.000', '-423.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17109302', 'Battrap', '2969', '219.000', '2.000', '-457.000', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17109303', 'Battrap', '2969', '292.000', '0.000', '-492.000', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17109304', 'Battrap', '2969', '125.000', '0.000', '-478.000', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17109305', 'Battrap', '2969', '108.000', '0.000', '-532.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17109306', 'Ladybug', '3026', '292.000', '-7.000', '-398.000', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17109307', 'Ladybug', '3026', '274.000', '-9.000', '-394.000', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17109308', 'Ladybug', '3026', '296.000', '-13.000', '-372.000', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17109309', 'Ladybug', '3026', '366.000', '-10.000', '-410.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17109310', 'Ladybug', '3026', '431.000', '-9.000', '-358.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17109311', 'Ladybug', '3026', '410.000', '-9.000', '-366.000', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17109312', 'Ladybug', '3026', '419.000', '-10.000', '-375.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17109313', 'Ladybug', '3026', '428.000', '-17.000', '-334.000', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17109314', 'Ladybug', '3026', '384.000', '-12.000', '-352.000', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17109315', 'Ladybug', '3026', '361.000', '-19.000', '-352.000', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17109316', 'Ladybug', '3026', '443.000', '-9.000', '-447.000', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17109317', 'Ladybug', '3026', '461.000', '-7.000', '-454.000', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17109318', 'Ladybug', '3026', '474.000', '-9.000', '-479.000', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17109319', 'Ladybug', '3026', '392.000', '-18.000', '-268.000', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17109320', 'Ladybug', '3026', '388.000', '-19.000', '-289.000', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17109321', 'Enchanted_Bones', '2995', '189.000', '0.000', '-450.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17109322', 'Enchanted_Bones', '2995', '296.000', '4.000', '-453.000', '150'); -INSERT INTO `mob_spawn_points` VALUES ('17109323', 'Enchanted_Bones', '2995', '224.000', '5.000', '-467.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17109324', 'Enchanted_Bones', '2995', '291.000', '0.000', '-512.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17109325', 'Enchanted_Bones', '2995', '281.000', '0.000', '-509.000', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17109326', 'Enchanted_Bones', '2995', '315.000', '0.000', '-533.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17109327', 'Enchanted_Bones', '2995', '237.000', '0.000', '-518.000', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17109328', 'Enchanted_Bones', '2995', '141.000', '-2.000', '-466.000', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17109329', 'Enchanted_Bones', '2995', '144.000', '0.000', '-524.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17109330', 'Enchanted_Bones', '2995', '316.000', '-19.000', '-346.000', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17109331', 'Enchanted_Bones', '2995', '354.000', '-19.000', '-339.000', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17109332', 'Enchanted_Bones', '2995', '366.000', '-19.000', '-292.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17109333', 'Walking_Tree', '3092', '301.000', '3.000', '-453.000', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17109334', 'Walking_Tree', '3092', '278.000', '0.000', '-519.000', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17109335', 'Walking_Tree', '3092', '163.000', '0.000', '-471.000', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17109336', 'Walking_Tree', '3092', '160.000', '0.000', '-527.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17109337', 'Walking_Tree', '3092', '164.000', '0.000', '-476.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17109338', 'Skogs_Fru', '3083', '273.000', '-15.000', '-377.000', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17109339', 'Orcish_Mesmerizer', '3043', '450.000', '0.000', '-480.000', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17109340', 'Orcish_Stonechucker', '3045', '444.000', '-5.000', '-457.000', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17109341', 'Orcish_Fodder', '3041', '460.000', '-5.000', '-466.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17109342', 'Orcish_Neckchopper', '3044', '435.000', '-3.000', '-461.000', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17109343', 'Orcish_Mesmerizer', '3043', '363.000', '-20.000', '-317.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17109344', 'Orcish_Neckchopper', '3044', '353.000', '-19.000', '-324.000', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17109345', 'Orcish_Fodder', '3041', '327.000', '-20.000', '-343.000', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17109346', 'Orcish_Stonechucker', '3045', '337.000', '-19.000', '-355.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109347', 'Orcish_Neckchopper', '3044', '338.000', '-20.000', '-350.000', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17109348', 'Orcish_Fodder', '3041', '340.000', '-21.000', '-346.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109349', 'Pixie', '3050', '691.000', '-63.000', '371.000', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17109350', 'Pixie', '3050', '243.000', '-56.000', '304.000', '243'); -INSERT INTO `mob_spawn_points` VALUES ('17109351', 'Pixie', '3050', '474.000', '-39.000', '62.000', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17109352', 'Pixie', '3050', '302.000', '-48.000', '192.000', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17109353', 'Pixie', '3050', '274.000', '-39.000', '75.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17109354', 'Pixie', '3050', '256.000', '-29.000', '-87.000', '58'); -INSERT INTO `mob_spawn_points` VALUES ('17109355', 'Pixie', '3050', '467.000', '-18.000', '-210.000', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17109356', 'Pixie', '3050', '176.000', '0.000', '-436.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17109357', 'Sandworm', '3071', '713.000', '-59.000', '402.000', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17109358', 'Goblin_Picaroon', '3014', '714.000', '-60.000', '394.000', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17109359', 'Goblin_Picaroon', '3014', '686.000', '-60.000', '396.000', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17109360', 'Goblin_Picaroon', '3014', '615.000', '-59.000', '398.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17109361', 'Goblin_Picaroon', '3014', '505.000', '-51.000', '378.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17109362', 'Goblin_Picaroon', '3014', '503.000', '-50.000', '378.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17109363', 'Goblin_Picaroon', '3014', '276.000', '-49.000', '138.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17109364', 'Orcish_Transporter', '3047', '631.000', '-9.000', '-497.000', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17109365', 'Orcish_Guard', '3042', '627.000', '-9.000', '-491.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17109366', 'Orcish_Guard', '3042', '617.000', '-9.000', '-493.000', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17109367', 'Dark_Ixion', '2987', '236.000', '-20.000', '-323.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17109368', 'Queenbug', '3058', '479.000', '-19.000', '-165.000', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17109369', 'Ancilla_Beetle', '2960', '482.000', '-20.000', '-161.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17109370', 'Ancilla_Beetle', '2960', '480.000', '-20.000', '-162.000', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17109371', 'Ancilla_Beetle', '2960', '476.000', '-19.000', '-166.000', '141'); -INSERT INTO `mob_spawn_points` VALUES ('17109372', 'Ancilla_Beetle', '2960', '479.000', '-19.000', '-170.000', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17109373', 'Ancilla_Beetle', '2960', '482.000', '-19.000', '-171.000', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17109374', 'Ancilla_Beetle', '2960', '484.000', '-18.000', '-172.000', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17109375', 'Faytrapper_Vashgash', '3000', '550.000', '-39.000', '40.000', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17109376', 'Faygorger_Ram', '2998', '551.000', '-39.000', '36.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17109377', 'Faygorger_Ram', '2998', '550.000', '-39.000', '39.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17109378', 'Faygorger_Sheep', '2999', '551.000', '-39.000', '42.000', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17109379', 'Faygorger_Sheep', '2999', '561.000', '-40.000', '45.000', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17109380', 'Faygorger_Sheep', '2999', '565.000', '-40.000', '37.000', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17109381', 'Faygorger_Sheep', '2999', '566.000', '-41.000', '40.000', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17109382', 'Yilbegan', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109383', 'Krabkatoa', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109384', 'Yacumama', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109385', 'Capricornus', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109386', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109387', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109388', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109389', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109390', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109391', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109392', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17109393', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137665', 'Stone_Crab', '3998', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137666', 'Sand_Crab', '3988', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137667', 'Land_Crab', '3950', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137668', 'Pug_Pugil', '3973', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137669', 'Fighting_Pugil', '3920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137670', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137671', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137672', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137673', 'Ding_Bats', '3905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137674', 'Ding_Bats', '3905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137675', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137676', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137677', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137678', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137679', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137680', 'Revenant', '3981', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137681', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137682', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137683', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137684', 'Ding_Bats', '3905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137685', 'Ding_Bats', '3905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137686', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137687', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137688', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137689', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137690', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137691', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137692', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137693', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137694', 'Ornery_Sheep', '3966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137695', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137696', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137697', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137698', 'Ding_Bats', '3905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137699', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137700', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137701', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137702', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137703', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137704', 'Ding_Bats', '3905', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137705', 'Ankabut', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137706', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137707', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137708', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137709', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137710', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137711', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137712', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137713', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137714', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137715', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137716', 'River_Crab', '3983', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137717', 'River_Crab', '3983', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137718', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137719', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137720', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137721', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137722', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137723', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137724', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137725', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137726', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137727', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137728', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137729', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137730', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137731', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137732', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137733', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137734', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137735', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137736', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137737', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137738', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137739', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137740', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137741', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137742', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137743', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137744', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137745', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137746', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137747', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137748', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137749', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137750', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137751', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137752', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137753', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137754', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137755', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137756', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137757', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137758', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137759', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137760', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137761', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137762', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137763', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137764', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137765', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137766', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137767', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137768', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137769', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137770', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137771', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137772', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137773', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137774', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137775', 'Goblin_Franctireur', '3929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137776', 'Goblin_Draftee', '3928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137777', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137778', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137779', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137780', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137781', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137782', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137783', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137784', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137785', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137786', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137787', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137788', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137789', 'Walking_Sapling', '4009', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137790', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137791', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137792', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137793', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137794', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137795', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137796', 'Tunnel_Worm', '4003', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137797', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137798', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137799', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137800', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137801', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137802', 'Vulture', '4008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137803', 'Black_Wolf', '3887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137804', 'Young_Quadav', '4012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137805', 'Amethyst_Quadav', '3877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137806', 'Amber_Quadav', '3876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137807', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137808', 'Enchanted_Bones', '3912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137809', 'Enchanted_Bones', '3912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137810', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137811', 'River_Crab', '3983', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137812', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137813', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137814', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137815', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137816', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137817', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137818', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137819', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137820', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137821', 'Gloomanita', '3925', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137822', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137823', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137824', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137825', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137826', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137827', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137828', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137829', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137830', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137831', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137832', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137833', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137834', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137835', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137836', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137837', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137838', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137839', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137840', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137841', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137842', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137843', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137844', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137845', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137846', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137847', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137848', 'Fledermaus', '3922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137849', 'Fledermaus', '3922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137850', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137851', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137852', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137853', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137854', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137855', 'Fledermaus', '3922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137856', 'Fledermaus', '3922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137857', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137858', 'Rock_Eater', '3984', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137859', 'Olgoi-Khorkhoi', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137860', 'Veteran_Quadav', '4006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137861', 'Greater_Quadav', '3939', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137862', 'Onyx_Quadav', '3965', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137863', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137864', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137865', 'Goblin_Chapman', '3927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137866', 'Goblin_Aidman', '3926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137867', 'Goblin_Chapman', '3927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137868', 'Goblin_Aidman', '3926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137869', 'Goblin_Chapman', '3927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137870', 'Goblin_Aidman', '3926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137871', 'Goblin_Chapman', '3927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137872', 'Goblin_Aidman', '3926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137873', 'Goblin_Freelance', '3930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137874', 'Goblin_Aidman', '3926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137875', 'Goblin_Chapman', '3927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137876', 'Goblin_Freelance', '3930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137877', 'Goblin_Aidman', '3926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137878', 'Goblin_Chapman', '3927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137879', 'Goblin_Freelance', '3930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137880', 'Goblin_Aidman', '3926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137881', 'Goblin_Chapman', '3927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137882', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137883', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137884', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137885', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137886', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137887', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137888', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137889', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137890', 'Goblin_Draftee', '3928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137891', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137892', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137893', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137894', 'Goblin_Franctireur', '3929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137895', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137896', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137897', 'Goblin_Patrolman', '3933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137898', 'Goblin_s_Bee', '3936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137899', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137900', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137901', 'Goblin_Franctireur', '3929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137902', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137903', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137904', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137905', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137906', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137907', 'Goblin_Draftee', '3928', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137908', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137909', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137910', 'Coppercap', '3898', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137911', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137912', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137913', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137914', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137915', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137916', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137917', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137918', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137919', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137920', 'Goblin_Patrolman', '3933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137921', 'Goblin_s_Bee', '3936', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137922', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137923', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137924', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137925', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137926', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137927', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137928', 'Huge_Hornet', '3940', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137929', 'Maneating_Hornet', '3958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137930', 'Maneating_Hornet', '3958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137931', 'Maneating_Hornet', '3958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137932', 'Maneating_Hornet', '3958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137933', 'Maneating_Hornet', '3958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137934', 'Pixie', '3968', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137935', 'Revenant', '3981', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137936', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137937', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137938', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137939', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137940', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137941', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137942', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137943', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137944', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137945', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137946', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137947', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137948', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137949', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137950', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137951', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137952', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137953', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137954', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137955', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137956', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137957', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137958', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137959', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137960', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137961', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137962', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137963', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137964', 'Stone_Eater', '3999', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137965', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137966', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137967', 'Revenant', '3981', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137968', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137969', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137970', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137971', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137972', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137973', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137974', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137975', 'Huge_Spider', '3941', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137976', 'Peaseblossom', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137977', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137978', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137979', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137980', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137981', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137982', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137983', 'Lesser_Wivre', '3952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137984', 'Lesser_Wivre', '3952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137985', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137986', 'Lesser_Wivre', '3952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137987', 'Black_Wolf', '3887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137988', 'Copper_Quadav', '3899', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137989', 'Amethyst_Quadav', '3877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137990', 'Lesser_Wivre', '3952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137991', 'Young_Quadav', '4012', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137992', 'Amber_Quadav', '3876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137993', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137994', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137995', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137996', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137997', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137998', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17137999', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138000', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138001', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138002', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138003', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138004', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138005', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138006', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138007', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138008', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138009', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138010', 'Enchanted_Bones', '3912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138011', 'Enchanted_Bones', '3912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138012', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138013', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138014', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138015', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138016', 'Lesser_Wivre', '3952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138017', 'Rock_Lizard', '3985', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138018', 'Lesser_Wivre', '3952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138019', 'Lesser_Wivre', '3952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138020', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138021', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138022', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138023', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138024', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138025', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138026', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138027', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138028', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138029', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138030', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138031', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138032', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138033', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138034', 'Drachenlizard', '10860', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138036', 'Goblin_Mine', '3932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138035', 'Goblin_Skirmisher', '3935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138037', 'Goblin_Skirmisher', '3935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138038', 'Goblin_Mine', '3932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138039', 'Goblin_Skirmisher', '3935', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138040', 'Goblin_Mine', '3932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138041', 'Sandworm', '3987', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138042', 'Goblin_Picaroon', '3934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138043', 'Goblin_Picaroon', '3934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138044', 'Goblin_Picaroon', '3934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138045', 'Goblin_Picaroon', '3934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138046', 'Goblin_Picaroon', '3934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138047', 'Goblin_Picaroon', '3934', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138048', 'Quadav_Transporter', '3975', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138049', 'Quadav_Guard', '3974', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138050', 'Quadav_Guard', '3974', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138051', 'Feeorin', '3916', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138052', 'Fay', '3915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138053', 'Fay', '3915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138054', 'Fay', '3915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138055', 'Fay', '3915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138056', 'Fay', '3915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138057', 'Fay', '3915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138058', 'Stabnix_Skewerfinger', '3995', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138059', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138060', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138061', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138062', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138063', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138064', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138065', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138066', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138067', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138068', 'Pixie_Impaler', '3969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138069', 'Yilbegan', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138070', 'Blobdingnag', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138071', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138072', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138073', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138074', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138075', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138076', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138077', 'Shoggoth', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138078', 'Lamprey_Lord', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138079', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138080', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138081', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138082', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138083', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138084', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138085', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17138086', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166337', 'Savanna_Crab', '4895', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166338', 'Mugger_Crab', '4869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166339', 'Mud_Pugil', '4868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166340', 'Pug_Pugil', '4884', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166341', 'Fighting_Pugil', '4833', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166342', 'Mad_Fox', '4864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166343', 'Mad_Fox', '4864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166344', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166345', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166346', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166347', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166348', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166349', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166350', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166351', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166352', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166353', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166354', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166355', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166356', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166357', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166358', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166359', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166360', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166361', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166362', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166363', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166364', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166365', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166366', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166367', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166368', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166369', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166370', 'Savanna_Dhalmel', '4896', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166371', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166372', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166373', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166374', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166375', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166376', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166377', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166378', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166379', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166380', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166381', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166382', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166383', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166384', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166385', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166386', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166387', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166388', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166389', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166390', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166391', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166392', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166393', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166394', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166395', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166396', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166397', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166398', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166399', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166400', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166401', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166402', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166403', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166404', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166405', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166406', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166407', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166408', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166409', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166410', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166411', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166412', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166413', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166414', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166415', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166416', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166417', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166418', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166419', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166420', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166421', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166422', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166423', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166424', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166425', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166426', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166427', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166428', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166429', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166430', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166431', 'Goblin_Patrolman', '4842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166432', 'Goblin_s_Rarab', '4845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166433', 'Goblin_Draftee', '4838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166434', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166435', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166436', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166437', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166438', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166439', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166440', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166441', 'Belladonna', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166442', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166443', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166444', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166445', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166446', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166447', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166448', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166449', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166450', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166451', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166452', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166453', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166454', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166455', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166456', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166457', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166458', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166459', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166460', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166461', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166462', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166463', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166464', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166465', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166466', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166467', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166468', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166469', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166470', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166471', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166472', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166473', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166474', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166475', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166476', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166477', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166478', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166479', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166480', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166481', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166482', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166483', 'Goblin_Franctireur', '4839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166484', 'Goblin_Patrolman', '4842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166485', 'Goblin_s_Rarab', '4845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166486', 'Goblin_Franctireur', '4839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166487', 'Goblin_Draftee', '4838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166488', 'Goblin_Patrolman', '4842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166489', 'Goblin_s_Rarab', '4845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166490', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166491', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166492', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166493', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166494', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166495', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166496', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166497', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166498', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166499', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166500', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166501', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166502', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166503', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166504', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166505', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166506', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166507', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166508', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166509', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166510', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166511', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166512', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166513', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166514', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166515', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166516', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166517', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166518', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166519', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166520', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166521', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166522', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166523', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166524', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166525', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166526', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166527', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166528', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166529', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166530', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166531', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166532', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166533', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166534', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166535', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166536', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166537', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166538', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166539', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166540', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166541', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166542', 'Tiny_Lycopodium', '4910', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166543', 'Jeduah', '4850', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166544', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166545', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166546', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166547', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166548', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166549', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166550', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166551', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166552', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166553', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166554', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166555', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166556', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166557', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166558', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166559', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166560', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166561', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166562', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166563', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166564', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166565', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166566', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166567', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166568', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166569', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166570', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166571', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166572', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166573', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166574', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166575', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166576', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166577', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166578', 'Goblin_Franctireur', '4839', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166579', 'Goblin_Patrolman', '4842', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166580', 'Goblin_s_Rarab', '4845', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166581', 'Goblin_Draftee', '4838', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166582', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166583', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166584', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166585', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166586', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166587', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166588', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166589', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166590', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166591', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166592', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166593', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166594', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166595', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166596', 'Hispid_Rarab', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166597', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166598', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166599', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166600', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166601', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166602', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166603', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166604', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166605', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166606', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166607', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166608', 'River_Crab', '4891', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166609', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166610', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166611', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166612', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166613', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166614', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166615', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166616', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166617', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166618', 'Carrion_Crow', '4806', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166619', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166620', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166621', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166622', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166623', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166624', 'Crawler', '4814', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166625', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166626', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166627', 'Yagudo_Mendicant', '4927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166628', 'Yagudo_s_Elemental', '4932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166629', 'Yagudo_Piper', '4930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166630', 'Yagudo_Scribe', '4931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166631', 'Yagudo_Acolyte', '4922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166632', 'Yagudo_Initiate', '4926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166633', 'Yagudo_Mendicant', '4927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166634', 'Yagudo_s_Elemental', '4932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166635', 'Yagudo_Initiate', '4926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166636', 'Yagudo_Piper', '4930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166637', 'Yagudo_Scribe', '4931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166638', 'Yagudo_Mendicant', '4927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166639', 'Yagudo_s_Elemental', '4932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166640', 'Yagudo_Acolyte', '4922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166641', 'Yagudo_Piper', '4930', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166642', 'Yagudo_Initiate', '4926', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166643', 'Yagudo_Scribe', '4931', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166644', 'Yagudo_Acolyte', '4922', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166645', 'Yagudo_Mendicant', '4927', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166646', 'Yagudo_s_Elemental', '4932', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166647', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166648', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166649', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166650', 'Savanna_Rarab', '4897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166651', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166652', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166653', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166654', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166655', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166656', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166657', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166658', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166659', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166660', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166661', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166662', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166663', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166664', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166665', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166666', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166667', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166668', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166669', 'Tiffenotte', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166670', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166671', 'Rafflesia', '4887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166672', 'Bumblebee', '4802', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166673', 'Yagudo_Persecutor', '4929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166674', 'Yagudo_Persecutor', '4929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166675', 'Yagudo_Condottiere', '4923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166676', 'Yagudo_Condottiere', '4923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166677', 'Yagudo_Persecutor', '4929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166678', 'Yagudo_Condottiere', '4923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166679', 'Yagudo_Persecutor', '4929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166680', 'Yagudo_Condottiere', '4923', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166681', 'Goblin_Skirmisher', '4844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166682', 'Goblin_Mine', '4841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166683', 'Goblin_Skirmisher', '4844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166684', 'Goblin_Mine', '4841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166685', 'Goblin_Skirmisher', '4844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166686', 'Goblin_Mine', '4841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166687', 'Goblin_Skirmisher', '4844', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166688', 'Goblin_Mine', '4841', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166689', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166690', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166691', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166692', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166693', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166694', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166695', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166696', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166697', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166698', 'Pixie', '4876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166699', 'Poroggo_Gent', '4879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166700', 'Poroggo_Gent', '4879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166701', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166702', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166703', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166704', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166705', 'Ramponneau', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166706', 'Poroggo_Gent', '4879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166707', 'Poroggo_Gent', '4879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166708', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166709', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166710', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166711', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166712', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166713', 'Poroggo_Gent', '4879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166714', 'Poroggo_Gent', '4879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166715', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166716', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166717', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166718', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166719', 'Toad', '4912', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166720', 'Sandworm', '4894', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166721', 'Goblin_Picaroon', '4843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166722', 'Goblin_Picaroon', '4843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166723', 'Goblin_Picaroon', '4843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166724', 'Goblin_Picaroon', '4843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166725', 'Goblin_Picaroon', '4843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166726', 'Goblin_Picaroon', '4843', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166727', 'Yagudo_Transporter', '4933', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166728', 'Yagudo_Guard', '4925', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166729', 'Yagudo_Guard', '4925', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166730', 'Dark_Ixion', '4817', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166731', 'Cosmos_Cocora', '4812', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166732', 'Cosmos_Stamen', '4813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166733', 'Cosmos_Stamen', '4813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166734', 'Cosmos_Stamen', '4813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166735', 'Cosmos_Stamen', '4813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166736', 'Cosmos_Stamen', '4813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166737', 'Cosmos_Stamen', '4813', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166738', 'Poroggo_Gourmand', '4880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166739', 'Poroggo_s_Toady', '4883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166740', 'Poroggo_s_Toady', '4883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166741', 'Poroggo_s_Toady', '4883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166742', 'Poroggo_s_Toady', '4883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166743', 'Poroggo_s_Toady', '4883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166744', 'Poroggo_s_Toady', '4883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166745', 'Yagudo_Parivir', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166746', 'Yagudo_Parivir', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166747', 'Yagudo_Parivir', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166748', 'Yagudo_Parivir', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166749', 'Yagudo_Parivir', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166750', 'Yagudo_Parivir', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166751', 'Giganotaur', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166752', 'Giganotaur', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166753', 'Giganotaur', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166754', 'Kindred_Incantor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166755', 'Kindred_Incantor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166756', 'Kindred_Incantor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166757', 'Kindred_Incantor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166758', 'Kindred_Incantor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166759', 'Kindred_Incantor', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166760', 'Blurry_Eye', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166761', 'Blurry_Eye', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166762', 'Blurry_Eye', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166763', 'Romaa_Mihgo', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166764', 'Protective_Ward', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166765', 'Protective_Ward', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166766', 'Protective_Ward', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166767', 'Yilbegan', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166768', 'Orcus', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166769', 'Farruca_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166770', 'Jyeshtha', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166771', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166772', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166773', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166774', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166775', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166776', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166777', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17166778', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113089', 'Stag_Crab', '3227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113090', 'Spring_Pugil', '3224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113091', 'Ferocious_Pugil', '3138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113092', 'Thread_Leech', '3231', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113093', 'Huge_Leech', '3157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113094', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113095', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113096', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113097', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113098', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113099', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113100', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113101', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113102', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113103', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113104', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113105', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113106', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113107', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113108', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113109', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113110', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113111', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113112', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113113', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113114', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113115', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113116', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113117', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113118', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113119', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113120', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113121', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113122', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113123', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113124', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113125', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113126', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113127', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113128', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113129', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113130', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113131', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113132', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113133', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113134', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113135', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113136', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113137', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113138', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113139', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113140', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113141', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113142', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113143', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113144', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113145', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113146', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113147', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113148', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113149', 'Ghoul', '3144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113150', 'Ghoul', '3145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113151', 'Thunder_Elemental', '3232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113152', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113153', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113154', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113155', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113156', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113157', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113158', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113159', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113160', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113161', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113162', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113163', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113164', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113165', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113166', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113167', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113168', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113169', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113170', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113171', 'Thunder_Elemental', '3232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113172', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113173', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113174', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113175', 'Voirloup', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113176', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113177', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113178', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113179', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113180', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113181', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113182', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113183', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113184', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113185', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113186', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113187', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113188', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113189', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113190', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113191', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113192', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113193', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113194', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113195', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113196', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113197', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113198', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113199', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113200', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113201', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113202', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113203', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113204', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113205', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113206', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113207', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113208', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113209', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113210', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113211', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113212', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113213', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113214', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113215', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113216', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113217', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113218', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113219', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113220', 'Water_Elemental', '3243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113221', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113222', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113223', 'Ignis_Djinn', '3158', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113224', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113225', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113226', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113227', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113228', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113229', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113230', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113231', 'Thunder_Elemental', '3232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113232', 'Walking_Tree', '3240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113233', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113234', 'Walking_Tree', '3240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113235', 'Water_Elemental', '3243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113236', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113237', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113238', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113239', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113240', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113241', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113242', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113243', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113244', 'Lobison', '3175', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113245', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113246', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113247', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113248', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113249', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113250', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113251', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113252', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113253', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113254', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113255', 'Hawkertrap', '3156', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113256', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113257', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113258', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113259', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113260', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113261', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113262', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113263', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113264', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113265', 'Water_Elemental', '3243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113266', 'Water_Elemental', '3243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113267', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113268', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113269', 'Biddybug', '3111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113270', 'War_Smilodon', '3242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113271', 'Ghoul', '3144', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113272', 'Ghoul', '3145', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113273', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113274', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113275', 'Orcish_Veteran', '3192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113276', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113277', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113278', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113279', 'Orcish_Veteran', '3192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113280', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113281', 'Orcish_Protector', '3188', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113282', 'Orcish_Veteran', '3192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113283', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113284', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113285', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113286', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113287', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113288', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113289', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113290', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113291', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113292', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113293', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113294', 'Orcish_Veteran', '3192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113295', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113296', 'Orcish_Veteran', '3192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113297', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113298', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113299', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113300', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113301', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113302', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113303', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113304', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113305', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113306', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113307', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113308', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113309', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113310', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113311', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113312', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113313', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113314', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113315', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113316', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113317', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113318', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113319', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113320', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113321', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113322', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113323', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113324', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113325', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113326', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113327', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113328', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113329', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113330', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113331', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113332', 'Boll_Weevil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113333', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113334', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113335', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113336', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113337', 'Ignis_Djinn', '3158', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113338', 'Walking_Tree', '3240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113339', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113340', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113341', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113342', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113343', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113344', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113345', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113346', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113347', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113348', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113349', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113350', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113351', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113352', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113353', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113354', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113355', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113356', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113357', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113358', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113359', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113360', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113361', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113362', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113363', 'Gnoletrap', '10862', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113364', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113365', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113366', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113367', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113368', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113369', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113370', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113371', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113372', 'Stag_Beetle', '3226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113373', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113374', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113375', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113376', 'Snipper', '3222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113377', 'Ignis_Djinn', '3158', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113378', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113379', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113380', 'Orcish_Veteran', '3192', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113381', 'Drumskull_Zogdregg', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113382', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113383', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113384', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113385', 'Orcish_Protector', '3188', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113386', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113387', 'Orcish_Protector', '3188', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113388', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113389', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113390', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113391', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113392', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113393', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113394', 'Land_Pugil', '3170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113395', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113396', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113397', 'Screamer', '3210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113398', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113399', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113400', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113401', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113402', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113403', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113404', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113405', 'Decrepit_Gnole', '3131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113406', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113407', 'Jugner_Funguar', '3163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113408', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113409', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113410', 'Forest_Leech', '3142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113411', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113412', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113413', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113414', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113415', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113416', 'Goblin_Bombardier', '3147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113417', 'Goblin_Field_Doctor', '3148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113418', 'Goblin_Paratrooper', '3151', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113419', 'Goblin_Picket', '3152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113420', 'Goblin_Mine', '3150', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113421', 'Goblin_Bombardier', '3147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113422', 'Goblin_Field_Doctor', '3148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113423', 'Goblin_Paratrooper', '3151', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113424', 'Goblin_Picket', '3152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113425', 'Goblin_Mine', '3150', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113426', 'Goblin_Bombardier', '3147', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113427', 'Goblin_Paratrooper', '3151', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113428', 'Goblin_Picket', '3152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113429', 'Goblin_Mine', '3150', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113430', 'Orcish_Bowshooter', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113431', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113432', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113433', 'Orcish_Champion', '3185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113434', 'Orcish_Dragonbrander', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113435', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113436', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113437', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113438', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113439', 'Wandering_Sapling', '3241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113440', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113441', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113442', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113443', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113444', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113445', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113446', 'Brutal_Sheep', '3115', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113447', 'Skeleton_Esquire', '3221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113448', 'Skeleton_Esquire', '3221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113449', 'Skeleton_Esquire', '3221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113450', 'Skeleton_Esquire', '3221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113451', 'Thunder_Elemental', '3232', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113452', 'Walking_Tree', '3240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113453', 'Walking_Tree', '3240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113454', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113455', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113456', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113457', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113458', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113459', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113460', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113461', 'Sprite', '3225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113462', 'Fingerfilcher_Dradzad', '3141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113463', 'Vulkodlac', '3239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113464', 'Cobraclaw_Buchzvotch', '3123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113465', 'Orcish_Transporter', '3190', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113466', 'Orcish_Guard', '3187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113467', 'Orcish_Guard', '3187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113468', 'Dark_Ixion', '3129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113469', 'Zmag_Ognjeni_Vuk', '3245', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113470', 'Greater_Gnole', '3154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113471', 'Greater_Gnole', '3154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113472', 'Greater_Gnole', '3154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113473', 'Greater_Gnole', '3154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113474', 'Greater_Gnole', '3154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113475', 'Greater_Gnole', '3154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113476', 'Treefeller_Snogrog', '3235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113477', 'Tainted_Treant', '3230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113478', 'Tainted_Treant', '3230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113479', 'Tainted_Treant', '3230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113480', 'Pixietrap', '3194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113481', 'Pixietrap', '3194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113482', 'Pixietrap', '3194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113483', 'Pixietrap', '3194', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113484', 'Sentry_Sapling', '3211', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113485', 'Sentry_Sapling', '3211', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113486', 'Sentry_Sapling', '3211', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113487', 'Sentry_Sapling', '3211', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113488', 'Sentry_Sapling', '3211', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113489', 'Yilbegan', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113490', 'Krabkatoa', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113491', 'Yacumama', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113492', 'Capricornus', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113493', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113494', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113495', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113496', 'Quagmire_Pugil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113497', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113498', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113499', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17113500', 'Sunderclaw', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117186', 'Thalassic_Pugil', '3386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117187', 'Abyssal_Pugil', '3247', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117188', 'Bloodsucker', '3265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117189', 'Bloodsucker', '3265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117190', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117191', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117192', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117193', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117194', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117195', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117196', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117197', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117198', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117199', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117200', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117201', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117202', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117203', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117204', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117205', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117206', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117207', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117208', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117209', 'Duriumshell', '10863', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117210', 'Fierce_Smilodon', '3296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117211', 'Fierce_Smilodon', '3296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117212', 'Fierce_Smilodon', '3296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117213', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117214', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117215', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117216', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117217', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117218', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117219', 'Air_Elemental', '3249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117220', 'Fierce_Smilodon', '3296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117221', 'Fierce_Smilodon', '3296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117222', 'Fierce_Smilodon', '3296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117223', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117224', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117225', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117226', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117227', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117228', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117229', 'Air_Elemental', '3249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117230', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117231', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117232', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117233', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117234', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117235', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117236', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117237', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117238', 'Gigas_Marine', '3302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117239', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117240', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117241', 'Gigas_Helmsman', '3300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117242', 'Gigas_s_Tiger', '3304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117243', 'Gigas_Marine', '3302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117244', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117245', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117246', 'Gigas_Helmsman', '3300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117247', 'Gigas_s_Tiger', '3304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117248', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117249', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117250', 'Pallas', '3351', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117251', 'Pallas_s_Tiger', '3352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117252', 'Pallas_s_Tiger', '3352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117253', 'Pallas_s_Tiger', '3352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117254', 'Goblin_Flagman', '3307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117255', 'Goblin_Grenadier', '3308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117256', 'Goblin_Guerrilla', '3309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117257', 'Goblin_s_Bat', '3312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117258', 'Goblin_Flagman', '3307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117259', 'Goblin_Grenadier', '3308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117260', 'Goblin_Toxophilite', '3313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117261', 'Goblin_Mine', '3311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117262', 'Goblin_Flagman', '3307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117263', 'Goblin_Grenadier', '3308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117264', 'Goblin_Guerrilla', '3309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117265', 'Goblin_s_Bat', '3312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117266', 'Goblin_Flagman', '3307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117267', 'Goblin_Grenadier', '3308', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117268', 'Goblin_Toxophilite', '3313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117269', 'Goblin_Mine', '3311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117270', 'Goblin_Guerrilla', '3309', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117271', 'Goblin_s_Bat', '3312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117272', 'Doom_Soldier', '3286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117273', 'Doom_Mage', '3285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117274', 'Doom_Soldier', '3286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117275', 'Doom_Mage', '3285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117276', 'Doom_Soldier', '3286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117277', 'Doom_Mage', '3285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117278', 'Doom_Soldier', '3286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117279', 'Doom_Mage', '3285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117280', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117281', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117282', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117283', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117284', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117285', 'Gigas_Marine', '3302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117286', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117287', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117288', 'Gigas_Helmsman', '3300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117289', 'Gigas_s_Tiger', '3304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117290', 'Gigas_Marine', '3302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117291', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117292', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117293', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117294', 'Bugard', '3269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117295', 'Warabouc', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117296', 'Bugard', '3269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117297', 'Bugard', '3269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117298', 'Bugard', '3269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117299', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117300', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117301', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117302', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117303', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117304', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117305', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117306', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117307', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117308', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117309', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117310', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117311', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117312', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117313', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117314', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117315', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117316', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117317', 'Robber_Crab', '3362', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117318', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117319', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117320', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117321', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117322', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117323', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117324', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117325', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117326', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117327', 'Stygian_Pugil', '3384', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117328', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117329', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117330', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117331', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117332', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117333', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117334', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117335', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117336', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117337', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117338', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117339', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117340', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117341', 'Haunt', '3317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117342', 'Haunt', '3317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117343', 'Thunder_Elemental', '3389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117344', 'Thunder_Elemental', '3389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117345', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117346', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117347', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117348', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117349', 'Big_Bang', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117350', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117351', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117352', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117353', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117354', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117355', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117356', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117357', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117358', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117359', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117360', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117361', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117362', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117363', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117364', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117365', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117366', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117367', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117368', 'Doom_Soldier', '3286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117369', 'Doom_Mage', '3285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117370', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117371', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117372', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117373', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117374', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117375', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117376', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117377', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117378', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117379', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117380', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117381', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117382', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117383', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117384', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117385', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117386', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117387', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117388', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117389', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117390', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117391', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117392', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117393', 'Gigas_Marine', '3302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117394', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117395', 'Gigas_Helmsman', '3300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117396', 'Gigas_s_Tiger', '3304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117397', 'Gigas_Marine', '3302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117398', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117399', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117400', 'Gigas_Helmsman', '3300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117401', 'Gigas_s_Tiger', '3304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117402', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117403', 'Gigas_Jack', '3301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117404', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117405', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117406', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117407', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117408', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117409', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117410', 'Doom_Soldier', '3286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117411', 'Doom_Mage', '3285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117412', 'Doom_Soldier', '3286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117413', 'Doom_Mage', '3285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117414', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117415', 'Gigas_Helmsman', '3300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117416', 'Gigas_s_Tiger', '3304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117417', 'Gigas_Marine', '3302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117418', 'Gigas_Deckhand', '3299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117419', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117420', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117421', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117422', 'Judgmental_Julika', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117423', 'Demonic_Rose', '3283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117424', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117425', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117426', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117427', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117428', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117429', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117430', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117431', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117432', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117433', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117434', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117435', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117436', 'Haunt', '3317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117437', 'Thunder_Elemental', '3389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117438', 'Thunder_Elemental', '3389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117439', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117440', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117441', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117442', 'Treant', '3392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117443', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117444', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117445', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117446', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117447', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117448', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117449', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117450', 'Ignis_Djinn', '3318', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117451', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117452', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117453', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117454', 'Orcish_Hexspinner', '3346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117455', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117456', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117457', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117458', 'Orcish_Zerker', '3350', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117459', 'Orcish_Footsoldier', '3343', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117460', 'Orcish_Gladiator', '3344', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117461', 'Dragonfly', '3287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117462', 'Dragonfly', '3287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117463', 'Dragonfly', '3287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117464', 'Dragonfly', '3287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117465', 'Dragonfly', '3287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117466', 'Dragonfly', '3287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117467', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117468', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117469', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117470', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117471', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117472', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117473', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117474', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117475', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117476', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117477', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117478', 'Chigoe', '3272', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117479', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117480', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117481', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117482', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117483', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117484', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117485', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117486', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117487', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117488', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117489', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117490', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117491', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117492', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117493', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117494', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117495', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117496', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117497', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117498', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117499', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117500', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117501', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117502', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117503', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117504', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117505', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117506', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117507', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117508', 'Carrion_Marabou', '3271', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117509', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117510', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117511', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117512', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117513', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117514', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117515', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117516', 'Goliath_Beetle', '3315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117517', 'Gnole', '3306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117518', 'Gnole', '3306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117519', 'Gnole', '3306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117520', 'Gnole', '3306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117521', 'Gnole', '3306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117522', 'Gnole', '3306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117523', 'Air_Elemental', '3249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117524', 'Dire_Bat', '3284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117525', 'Dire_Bat', '3284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117526', 'Dire_Bat', '3284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117527', 'Dire_Bat', '3284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117528', 'Dire_Bat', '3284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117529', 'Dire_Bat', '3284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117530', 'Dire_Bat', '3284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117531', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117532', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117533', 'Royal_Leech', '3368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117534', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117535', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117536', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117537', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117538', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117539', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117540', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117541', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117542', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117543', 'Wandering_Sapling', '3397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117544', 'Sprite', '3382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117545', 'Sprite', '3382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117546', 'Sprite', '3382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117547', 'Sprite', '3382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117548', 'Sprite', '3382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117549', 'Sprite', '3382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117550', 'Orcish_Transporter', '3348', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117551', 'Orcish_Guard', '3345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117552', 'Orcish_Guard', '3345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117553', 'Procrustes', '3357', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117554', 'Jotunn_Ruffian', '3323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117555', 'Jotunn_Ruffian', '3323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117556', 'Jotunn_Ruffian', '3323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117557', 'Jotunn_Ruffian', '3323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117558', 'Jotunn_Ruffian', '3323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117559', 'Jotunn_Ruffian', '3323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117560', 'Madthrasher_Zradbodd', '3333', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117561', 'Almops', '3254', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117562', 'Edonus', '3290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117563', 'Glacial_Wisp', '3305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117564', 'Glacial_Wisp', '3305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117565', 'Glacial_Wisp', '3305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117566', 'Glacial_Wisp', '3305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17117185', 'Submarine_Nipper', '3385', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170433', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170434', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170435', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170436', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170437', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170438', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170439', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170440', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170441', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170442', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170443', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170444', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170445', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170446', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170447', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170448', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170449', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170450', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170451', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170452', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170453', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170454', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170455', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170456', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170457', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170458', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170459', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170460', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170461', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170462', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170463', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170464', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170465', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170466', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170467', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170468', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170469', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170470', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170471', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170472', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170473', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170474', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170475', 'Ratatoskr', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170476', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170477', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170478', 'Vorpal_Bunny', '5057', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170479', 'Lycopodium', '5013', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170480', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170481', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170482', 'Wandering_Sapling', '5058', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170483', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170484', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170485', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170486', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170487', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170488', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170489', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170490', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170491', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170492', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170493', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170494', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170495', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170496', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170497', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170498', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170499', 'Kirtimukha', '5006', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170500', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170501', 'Air_Elemental', '4939', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170502', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170503', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170504', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170505', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170506', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170507', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170508', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170509', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170510', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170511', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170512', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170513', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170514', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170515', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170516', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170517', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170518', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170519', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170520', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170521', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170522', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170523', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170524', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170525', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170526', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170527', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170528', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170529', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170530', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170531', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170532', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170533', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170534', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170535', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170536', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170537', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170538', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170539', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170540', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170541', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170542', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170543', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170544', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170545', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170546', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170547', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170548', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170549', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170550', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170551', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170552', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170553', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170554', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170555', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170556', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170557', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170558', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170559', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170560', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170561', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170562', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170563', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170564', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170565', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170566', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170567', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170568', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170569', 'Demoiselle_Desolee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170570', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170571', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170572', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170573', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170574', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170575', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170576', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170577', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170578', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170579', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170580', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170581', 'Dragonfly', '4979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170582', 'Jumbo_Rafflesia', '5000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170583', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170584', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170585', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170586', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170587', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170588', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170589', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170590', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170591', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170592', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170593', 'War_Lizard', '5059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170594', 'Emela-ntouka', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170595', 'Yagudo_Interrogator', '5067', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170596', 'Yagudo_Drummer', '5063', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170597', 'Yagudo_Votary', '5072', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170598', 'Yagudo_Priest', '5068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170599', 'Yagudo_Theologist', '5069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170600', 'Yagudo_Herald', '5066', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170601', 'Yagudo_Herald', '5066', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170602', 'Yagudo_Herald', '5066', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170603', 'Carrion_Crow', '4959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170604', 'Carrion_Crow', '4959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170605', 'Carrion_Crow', '4959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170606', 'Earth_Elemental', '4982', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170607', 'Carrion_Crow', '4959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170608', 'Carrion_Crow', '4959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170609', 'Carrion_Crow', '4959', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170610', 'Yagudo_Herald', '5066', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170611', 'Yagudo_Herald', '5066', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170612', 'Yagudo_Votary', '5072', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170613', 'Yagudo_Priest', '5068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170614', 'Yagudo_Drummer', '5063', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170615', 'Yagudo_Theologist', '5069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170616', 'Yagudo_Drummer', '5063', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170617', 'Yagudo_Votary', '5072', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170618', 'Yagudo_Priest', '5068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170619', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170620', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170621', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170622', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170623', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170624', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170625', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170626', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170627', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170628', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170629', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170630', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170631', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170632', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170633', 'Death_Jacket', '4970', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170634', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170635', 'Rafflesia', '5034', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170636', 'Pixie', '5026', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170637', 'Pixie', '5026', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170638', 'Pixie', '5026', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170639', 'Goblin_Pioneer', '4994', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170640', 'Goblin_Mine', '4993', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170641', 'Goblin_Pioneer', '4994', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170642', 'Goblin_Mine', '4993', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170643', 'Goblin_Pioneer', '4994', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170644', 'Goblin_Mine', '4993', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170645', 'War_Lynx', '5060', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170646', 'Yagudo_Transporter', '5070', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170647', 'Yagudo_Guard', '5065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170648', 'Yagudo_Guard', '5065', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170649', 'Dark_Ixion', '4969', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170650', 'Amaranth', '4945', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170651', 'Honey_Fly', '4996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170652', 'Honey_Fly', '4996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170653', 'Honey_Fly', '4996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170654', 'Honey_Fly', '4996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170655', 'Honey_Fly', '4996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170656', 'Honey_Fly', '4996', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170657', 'Count_Furfur', '4965', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170658', 'Count_Murmur', '4966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170659', 'Count_Murmur', '4966', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170660', 'Tartalo', '5049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170661', 'Tartalo', '5049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170662', 'Laa_Vaqu_the_Sutler', '5008', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170663', 'Pixiebane', '5027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170664', 'Pixiebane', '5027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170665', 'Pixiebane', '5027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17170666', 'Pixiebane', '5027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141761', 'River_Crab', '4137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141762', 'Pug_Pugil', '4128', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141763', 'Hill_Crab', '4094', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141764', 'Fighting_Pugil', '4078', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141765', 'Gill_Pugil', '4082', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141766', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141767', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141768', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141769', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141770', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141771', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141772', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141773', 'Air_Elemental', '4027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141774', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141775', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141776', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141777', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141778', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141779', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141780', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141781', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141782', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141783', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141784', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141785', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141786', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141787', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141788', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141789', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141790', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141791', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141792', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141793', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141794', 'Black_Wolf', '4044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141795', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141796', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141797', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141798', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141799', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141800', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141801', 'Rock_Eater', '4138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141802', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141803', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141804', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141805', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141806', 'Wingrats', '4170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141807', 'Wingrats', '4170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141808', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141809', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141810', 'Wingrats', '4170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141811', 'Wingrats', '4170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141812', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141813', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141814', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141815', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141816', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141817', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141818', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141819', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141820', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141821', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141822', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141823', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141824', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141825', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141826', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141827', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141828', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141829', 'Black_Wolf', '4044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141830', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141831', 'Goblin_Freesword', '4085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141832', 'Goblin_Corpsman', '4084', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141833', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141834', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141835', 'Black_Wolf', '4044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141836', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141837', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141838', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141839', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141840', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141841', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141842', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141843', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141844', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141845', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141846', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141847', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141848', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141849', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141850', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141851', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141852', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141853', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141854', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141855', 'Feyweald_Sapling', '10864', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141856', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141857', 'Goblin_Freesword', '4085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141858', 'Goblin_Blastmaster', '4083', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141859', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141860', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141861', 'Thunder_Elemental', '4157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141862', 'Goblin_Corpsman', '4084', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141863', 'Goblin_Blastmaster', '4083', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141864', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141865', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141866', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141867', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141868', 'Goblin_Corpsman', '4084', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141869', 'Goblin_Blastmaster', '4083', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141870', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141871', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141872', 'Sarcopsylla', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141873', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141874', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141875', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141876', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141877', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141878', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141879', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141880', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141881', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141882', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141883', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141884', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141885', 'Vasiliceratops', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141886', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141887', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141888', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141889', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141890', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141891', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141892', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141893', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141894', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141895', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141896', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141897', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141898', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141899', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141900', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141901', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141902', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141903', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141904', 'Knotty_Treant', '4102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141905', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141906', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141907', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141908', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141909', 'War_Lizard', '4168', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141910', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141911', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141912', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141913', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141914', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141915', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141916', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141917', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141918', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141919', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141920', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141921', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141922', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141923', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141924', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141925', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141926', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141927', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141928', 'Vampire_Bat', '4163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141929', 'Vampire_Bat', '4163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141930', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141931', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141932', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141933', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141934', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141935', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141936', 'Thunder_Elemental', '4157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141937', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141938', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141939', 'Wandering_Sapling', '4166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141940', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141941', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141942', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141943', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141944', 'Onyx_Quadav', '4120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141945', 'Young_Quadav', '4172', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141946', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141947', 'Copper_Quadav', '4059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141948', 'Amethyst_Quadav', '4033', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141949', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141950', 'Wivre', '4171', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141951', 'Doom_Mage', '4068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141952', 'Doom_Soldier', '4069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141953', 'Air_Elemental', '4027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141954', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141955', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141956', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141957', 'Vampire_Bat', '4163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141958', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141959', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141960', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141961', 'Vampire_Bat', '4163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141962', 'Kotan-kor_Kamuy', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141963', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141964', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141965', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141966', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141967', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141968', 'Vampire_Bat', '4163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141969', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141970', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141971', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141972', 'Vampire_Bat', '4163', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141973', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141974', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141975', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141976', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141977', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141978', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141979', 'Scitalis', '4142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141980', 'Grauberg_Hippogryph', '4091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141981', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141982', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141983', 'Doom_Mage', '4068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141984', 'Doom_Soldier', '4069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141985', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141986', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141987', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141988', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141989', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141990', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141991', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141992', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141993', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141994', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141995', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141996', 'Air_Elemental', '4027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141997', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141998', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17141999', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142000', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142001', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142002', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142003', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142004', 'Air_Elemental', '4027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142005', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142006', 'Sidhe', '4152', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142007', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142008', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142009', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142010', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142011', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142012', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142013', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142014', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142015', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142016', 'Air_Elemental', '4027', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142017', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142018', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142019', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142020', 'Ajattara', '4028', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142021', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142022', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142023', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142024', 'Thunder_Elemental', '4157', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142025', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142026', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142027', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142028', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142029', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142030', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142031', 'Doom_Mage', '4068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142032', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142033', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142034', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142035', 'Doom_Soldier', '4069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142036', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142037', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142038', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142039', 'Doom_Soldier', '4069', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142040', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142041', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142042', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142043', 'Doom_Mage', '4068', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142044', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142045', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142046', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142047', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142048', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142049', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142050', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142051', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142052', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142053', 'Brasscap', '4049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142054', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142055', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142056', 'Sapphirine_Quadav', '4141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142057', 'Heliodor_Quadav', '4093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142058', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142059', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142060', 'Bronze_Quadav', '4052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142061', 'Silver_Quadav', '4154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142062', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142063', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142064', 'Old_Quadav', '4119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142065', 'Sapphirine_Quadav', '4141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142066', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142067', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142068', 'Brass_Quadav', '4050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142069', 'Silver_Quadav', '4154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142070', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142071', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142072', 'Heliodor_Quadav', '4093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142073', 'Sapphirine_Quadav', '4141', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142074', 'Black_Wolf', '4044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142075', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142076', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142077', 'Silver_Quadav', '4154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142078', 'Brass_Quadav', '4050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142079', 'Wingrats', '4170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142080', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142081', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142082', 'Old_Quadav', '4119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142083', 'Heliodor_Quadav', '4093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142084', 'Wingrats', '4170', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142085', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142086', 'Chigoe', '4055', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142087', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142088', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142089', 'Veteran_Quadav', '4164', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142090', 'Copper_Quadav', '4059', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142091', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142092', 'Onyx_Quadav', '4120', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142093', 'Greater_Quadav', '4092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142094', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142095', 'Peiste', '4123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142096', 'Greater_Quadav', '4092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142097', 'Young_Quadav', '4172', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142098', 'Blood_Soul', '4045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142099', 'Blood_Soul', '4045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142100', 'Blood_Soul', '4045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142101', 'Blood_Soul', '4045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142102', 'Pixie', '4124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142103', 'Pixie', '4124', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142104', 'Goblin_Pioneer', '4088', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142105', 'Goblin_Mine', '4087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142106', 'Goblin_Pioneer', '4088', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142107', 'Goblin_Mine', '4087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142108', 'Migratory_Hippogryph', '4112', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142109', 'Quadav_Transporter', '4130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142110', 'Quadav_Guard', '4129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142111', 'Quadav_Guard', '4129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142112', 'Dark_Ixion', '4063', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142113', 'Simorg', '4155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142114', 'Hippocentaur', '4095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142115', 'Hippocentaur', '4095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142116', 'Hippocentaur', '4095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142117', 'Hippocentaur', '4095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142118', 'Hippocentaur', '4095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17142119', 'Hippocentaur', '4095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17149953', 'Snipper', '4461', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17149954', 'Big_Jaw', '4346', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17149955', 'Horrid_Fluke', '4408', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17149956', 'Greater_Pugil', '4402', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17149957', 'Big_Leech', '4347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17149958', 'Lycopodium', '4423', '155.793', '22.953', '390.715', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17149959', 'Lycopodium', '4423', '187.615', '24.174', '393.626', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17149960', 'Lycopodium', '4423', '150.266', '23.478', '428.533', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17149961', 'Lycopodium', '4423', '145.298', '23.105', '395.942', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17149962', 'Lycopodium', '4423', '202.793', '23.794', '410.636', '136'); -INSERT INTO `mob_spawn_points` VALUES ('17149963', 'Death_Wasp', '4368', '177.233', '23.998', '414.890', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17149964', 'Death_Wasp', '4368', '132.817', '18.293', '408.440', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17149965', 'Lycopodium', '4423', '233.031', '15.671', '314.225', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17149966', 'Lycopodium', '4423', '156.806', '15.508', '323.647', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17149967', 'Lycopodium', '4423', '218.747', '18.996', '361.616', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17149968', 'Lycopodium', '4423', '238.236', '15.333', '345.172', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17149969', 'Death_Wasp', '4368', '215.946', '19.179', '353.112', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17149970', 'Death_Wasp', '4368', '218.640', '15.453', '322.988', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17149971', 'Death_Wasp', '4368', '173.184', '17.106', '331.844', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17149972', 'Lycopodium', '4423', '16.702', '18.193', '375.405', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17149973', 'Lycopodium', '4423', '-14.273', '18.447', '338.363', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17149974', 'Lycopodium', '4423', '80.899', '15.396', '352.587', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17149975', 'Death_Wasp', '4368', '57.610', '17.715', '385.454', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17149976', 'Death_Wasp', '4368', '-7.910', '17.761', '329.158', '75'); -INSERT INTO `mob_spawn_points` VALUES ('17149977', 'Death_Wasp', '4368', '43.816', '19.194', '375.601', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17149978', 'Death_Wasp', '4368', '108.481', '15.985', '393.978', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17149979', 'Lycopodium', '4423', '75.487', '23.116', '497.459', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17149980', 'Lycopodium', '4423', '102.870', '20.612', '445.254', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17149981', 'Lycopodium', '4423', '122.995', '23.797', '459.192', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17149982', 'Lycopodium', '4423', '94.998', '23.683', '479.988', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17149983', 'Lycopodium', '4423', '70.498', '23.792', '519.037', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17149984', 'Death_Wasp', '4368', '81.937', '25.585', '505.038', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17149985', 'Death_Wasp', '4368', '85.234', '43.438', '493.546', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17149986', 'Lamina', '4417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17149987', 'Death_Wasp', '4368', '291.526', '10.320', '259.151', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17149988', 'Death_Wasp', '4368', '277.035', '12.667', '266.862', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17149989', 'Death_Wasp', '4368', '265.835', '12.332', '266.794', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17149990', 'Death_Wasp', '4368', '198.581', '15.768', '212.650', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17149991', 'Death_Wasp', '4368', '187.662', '15.771', '161.741', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17149992', 'Death_Wasp', '4368', '191.607', '15.951', '210.947', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17149993', 'Goobbue_Farmer', '4399', '171.938', '16.317', '230.197', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17149994', 'Death_Wasp', '4368', '351.480', '-0.085', '146.362', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17149995', 'Death_Wasp', '4368', '348.173', '-0.042', '183.952', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17149996', 'Goobbue_Farmer', '4399', '292.271', '6.936', '216.648', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17149997', 'Goobbue_Farmer', '4399', '351.542', '-0.149', '170.952', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17149998', 'Fire_Elemental', '4387', '333.267', '0.278', '144.642', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17149999', 'Death_Wasp', '4368', '440.435', '-8.530', '97.739', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17150000', 'Death_Wasp', '4368', '409.481', '-7.930', '124.747', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17150001', 'Goobbue_Farmer', '4399', '386.114', '-3.944', '141.734', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17150002', 'Goobbue_Farmer', '4399', '506.748', '-9.516', '31.053', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17150003', 'Goobbue_Farmer', '4399', '479.599', '-15.754', '7.905', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17150004', 'Chigoe', '4358', '266.854', '7.827', '83.333', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17150005', 'Chigoe', '4358', '265.835', '7.775', '84.083', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17150006', 'Chigoe', '4358', '206.202', '7.728', '77.292', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17150007', 'Chigoe', '4358', '212.222', '7.836', '76.419', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17150008', 'Chigoe', '4358', '216.088', '7.617', '45.986', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17150009', 'Chigoe', '4358', '217.536', '7.622', '46.158', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17150010', 'Goobbue_Farmer', '4399', '293.262', '-0.223', '129.226', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17150011', 'Goobbue_Farmer', '4399', '226.393', '8.572', '98.008', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17150012', 'Moon_Bat', '4428', '245.746', '7.692', '131.824', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17150013', 'Moon_Bat', '4428', '233.781', '8.546', '117.343', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17150014', 'Wight', '4472', '224.506', '8.205', '76.302', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17150015', 'Wight', '4472', '254.576', '6.762', '100.264', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17150016', 'Wight', '4472', '489.364', '-8.416', '42.185', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17150017', 'Wight', '4472', '491.424', '-16.248', '0.404', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17150018', 'Wight', '4472', '499.150', '-15.190', '13.604', '40'); -INSERT INTO `mob_spawn_points` VALUES ('17150019', 'Coppercap', '4363', '308.643', '15.367', '317.947', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17150020', 'Coppercap', '4363', '311.262', '10.260', '292.699', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17150021', 'Coppercap', '4363', '326.304', '10.928', '300.922', '212'); -INSERT INTO `mob_spawn_points` VALUES ('17150022', 'Midnight_Wings', '4426', '313.070', '15.281', '314.882', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17150023', 'Midnight_Wings', '4426', '322.088', '8.076', '283.960', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17150024', 'Poison_Leech', '4435', '440.837', '-24.607', '-103.721', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17150025', 'Poison_Leech', '4435', '473.379', '-24.308', '-109.207', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17150026', 'Poison_Leech', '4435', '356.728', '-32.604', '-132.630', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17150027', 'Poison_Leech', '4435', '290.681', '-32.994', '-163.277', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17150028', 'Goblin_Patrolman', '4396', '278.120', '-32.830', '-154.692', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17150029', 'Goblin_Franctireur', '4393', '278.558', '-32.780', '-153.627', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17150030', 'Goblin_s_Crawler', '4398', '278.145', '-32.833', '-155.812', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17150031', 'Scabrous_Slug', '4451', '231.862', '-32.356', '-215.169', '160'); -INSERT INTO `mob_spawn_points` VALUES ('17150032', 'Poison_Leech', '4435', '283.474', '-32.044', '-258.815', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17150033', 'Poison_Leech', '4435', '279.773', '-32.148', '-230.465', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17150034', 'Goblin_Draftee', '4392', '288.504', '-33.133', '-226.043', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17150035', 'Scabrous_Slug', '4451', '255.539', '-32.304', '-290.565', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17150036', 'Scabrous_Slug', '4451', '290.361', '-31.785', '-284.707', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17150037', 'Poison_Leech', '4435', '288.911', '-32.398', '-292.797', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17150038', 'Poison_Leech', '4435', '276.503', '-31.788', '-300.983', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17150039', 'Goblin_Franctireur', '4393', '268.113', '-31.972', '-293.084', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17150040', 'Scabrous_Slug', '4451', '230.561', '-32.049', '-274.021', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17150041', 'Scabrous_Slug', '4451', '218.928', '-28.927', '-255.199', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17150042', 'Poison_Leech', '4435', '212.936', '-26.722', '-242.596', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17150043', 'Poison_Leech', '4435', '213.730', '-25.402', '-300.587', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17150044', 'Goblin_Draftee', '4392', '198.224', '-24.363', '-283.999', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17150045', 'Scabrous_Slug', '4451', '187.742', '-31.716', '-181.268', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17150046', 'Scabrous_Slug', '4451', '211.340', '-33.181', '-183.412', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17150047', 'Dyinyinga', '4377', '214.413', '-32.048', '-202.084', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17150048', 'Scabrous_Slug', '4451', '246.507', '-32.216', '-276.959', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17150049', 'Water_Elemental', '4470', '248.577', '-31.266', '-246.796', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17150050', 'Goblin_Patrolman', '4396', '270.234', '-30.584', '-322.113', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17150051', 'Goblin_Franctireur', '4393', '226.486', '-23.623', '-323.140', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17150052', 'Evil_Spirit', '4382', '277.921', '-24.578', '-360.716', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17150053', 'Goblin_s_Crawler', '4398', '269.391', '-30.565', '-321.063', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17150054', 'Coppercap', '4363', '332.264', '-26.264', '-374.374', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17150055', 'Coppercap', '4363', '351.269', '-32.533', '-335.930', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17150056', 'Coppercap', '4363', '348.862', '-31.402', '-388.657', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17150057', 'Coppercap', '4363', '365.152', '-32.804', '-330.563', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17150058', 'Midnight_Wings', '4426', '332.275', '-26.117', '-392.428', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17150059', 'Midnight_Wings', '4426', '340.085', '-30.936', '-339.102', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17150060', 'Death_Jacket', '4367', '-73.189', '8.061', '300.119', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17150061', 'Death_Jacket', '4367', '-76.750', '7.712', '308.208', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17150062', 'Death_Jacket', '4367', '-92.169', '9.252', '312.716', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17150063', 'Goobbue_Farmer', '4399', '-113.178', '7.560', '363.442', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17150064', 'Goobbue_Farmer', '4399', '-79.892', '7.696', '261.790', '15'); -INSERT INTO `mob_spawn_points` VALUES ('17150065', 'Death_Jacket', '4367', '-211.945', '9.240', '226.504', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17150066', 'Death_Jacket', '4367', '-168.623', '11.610', '258.893', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17150067', 'Death_Jacket', '4367', '-151.115', '9.263', '250.351', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17150068', 'Death_Jacket', '4367', '-195.654', '9.049', '234.009', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17150069', 'Goobbue_Farmer', '4399', '-157.963', '7.730', '202.571', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17150070', 'Death_Jacket', '4367', '-298.794', '11.977', '165.673', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17150071', 'Death_Jacket', '4367', '-296.255', '10.417', '151.609', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17150072', 'Death_Jacket', '4367', '-297.823', '11.938', '165.192', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17150073', 'Death_Jacket', '4367', '-255.715', '11.409', '201.212', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17150074', 'Death_Jacket', '4367', '-272.278', '9.304', '165.427', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17150075', 'Death_Jacket', '4367', '-338.848', '3.421', '4.416', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17150076', 'Death_Jacket', '4367', '-291.736', '1.840', '36.256', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17150077', 'Death_Jacket', '4367', '-345.477', '1.357', '14.024', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17150078', 'Death_Jacket', '4367', '-310.885', '0.601', '39.123', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17150079', 'Death_Jacket', '4367', '-289.958', '1.561', '75.027', '26'); -INSERT INTO `mob_spawn_points` VALUES ('17150080', 'Goobbue_Farmer', '4399', '-314.240', '0.057', '0.261', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17150081', 'Erle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150082', 'Death_Jacket', '4367', '-289.922', '2.566', '-47.701', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17150083', 'Death_Jacket', '4367', '-273.995', '2.856', '-60.481', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17150084', 'Death_Jacket', '4367', '-286.945', '1.385', '-67.724', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17150085', 'Death_Jacket', '4367', '-310.257', '0.815', '-41.244', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17150086', 'Death_Jacket', '4367', '-303.593', '3.041', '-20.640', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17150087', 'Death_Jacket', '4367', '-145.137', '2.523', '-240.730', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17150088', 'Death_Jacket', '4367', '-133.982', '2.120', '-235.901', '5'); -INSERT INTO `mob_spawn_points` VALUES ('17150089', 'Death_Jacket', '4367', '-191.592', '0.754', '-192.332', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17150090', 'Death_Jacket', '4367', '-209.444', '0.943', '-159.594', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17150091', 'Death_Jacket', '4367', '-136.699', '2.178', '-234.289', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17150092', 'Death_Jacket', '4367', '-189.819', '2.109', '-330.087', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17150093', 'Death_Jacket', '4367', '-221.147', '3.131', '-336.867', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17150094', 'Death_Jacket', '4367', '-212.860', '0.958', '-359.115', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17150095', 'Death_Jacket', '4367', '-182.042', '2.379', '-303.212', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17150096', 'Death_Jacket', '4367', '-144.647', '3.604', '-287.900', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17150097', 'Goobbue_Farmer', '4399', '-179.057', '1.794', '-334.290', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17150098', 'Death_Jacket', '4367', '-342.564', '-7.894', '-333.693', '156'); -INSERT INTO `mob_spawn_points` VALUES ('17150099', 'Death_Jacket', '4367', '-272.167', '0.354', '-351.003', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17150100', 'Death_Jacket', '4367', '-252.274', '1.593', '-350.688', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17150101', 'Death_Jacket', '4367', '-231.541', '1.454', '-403.440', '174'); -INSERT INTO `mob_spawn_points` VALUES ('17150102', 'Death_Jacket', '4367', '-215.759', '2.282', '-405.868', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17150103', 'Death_Jacket', '4367', '-230.154', '1.341', '-376.925', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17150104', 'Death_Jacket', '4367', '-231.821', '0.943', '-467.342', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17150105', 'Death_Jacket', '4367', '-141.986', '4.256', '-514.727', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17150106', 'Death_Jacket', '4367', '-126.691', '0.267', '-510.548', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17150107', 'Death_Jacket', '4367', '-192.668', '1.699', '-511.878', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17150108', 'Death_Jacket', '4367', '-204.748', '1.494', '-511.260', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17150109', 'Death_Jacket', '4367', '-29.483', '0.397', '-647.183', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17150110', 'Death_Jacket', '4367', '-34.456', '2.148', '-576.775', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17150111', 'Death_Jacket', '4367', '-17.750', '2.514', '-642.363', '181'); -INSERT INTO `mob_spawn_points` VALUES ('17150112', 'Death_Jacket', '4367', '-28.701', '1.389', '-621.522', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17150113', 'Goobbue_Farmer', '4399', '-29.839', '3.197', '-583.455', '79'); -INSERT INTO `mob_spawn_points` VALUES ('17150114', 'Death_Jacket', '4367', '9.371', '-4.290', '-704.871', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17150115', 'Death_Jacket', '4367', '14.986', '-6.501', '-731.098', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17150116', 'Death_Jacket', '4367', '-2.976', '-5.863', '-705.560', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17150117', 'Chigoe', '4358', '-372.091', '7.906', '317.414', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17150118', 'Chigoe', '4358', '-372.196', '7.899', '317.456', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17150119', 'Chigoe', '4358', '-379.877', '7.646', '316.121', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17150120', 'Chigoe', '4358', '-372.644', '7.905', '317.852', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17150121', 'Dragonfly', '4373', '-403.227', '-0.500', '283.534', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17150122', 'Dragonfly', '4373', '-402.341', '-0.184', '282.622', '102'); -INSERT INTO `mob_spawn_points` VALUES ('17150123', 'Dragonfly', '4373', '-403.277', '-0.500', '282.648', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17150124', 'Dragonfly', '4373', '-400.890', '0.090', '285.534', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17150125', 'Dragonfly', '4373', '-402.042', '-0.496', '284.028', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17150126', 'Dragonfly', '4373', '-403.954', '-0.500', '281.765', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17150127', 'Goobbue_Farmer', '4399', '-300.446', '7.618', '219.607', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17150128', 'Fire_Elemental', '4387', '-342.509', '3.732', '210.069', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17150129', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150130', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150131', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150132', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150133', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150134', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150135', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150136', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150137', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150138', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150139', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150140', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150141', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150142', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150143', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150144', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150145', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150146', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150147', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150148', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150149', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150150', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150151', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150152', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150153', 'Champion_Crawler', '10865', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150154', 'Berry_Grub', '4345', '-445.277', '-8.541', '46.104', '156'); -INSERT INTO `mob_spawn_points` VALUES ('17150155', 'Berry_Grub', '4345', '-431.405', '-8.482', '34.934', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150156', 'Berry_Grub', '4345', '-431.833', '-8.983', '68.043', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17150157', 'Midnight_Wings', '4426', '-425.107', '-8.114', '69.187', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17150158', 'Berry_Grub', '4345', '-429.161', '-7.563', '-35.045', '223'); -INSERT INTO `mob_spawn_points` VALUES ('17150159', 'Berry_Grub', '4345', '-438.325', '-8.247', '-12.654', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17150160', 'Berry_Grub', '4345', '-414.714', '-3.075', '-54.938', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17150161', 'Berry_Grub', '4345', '-447.195', '-8.254', '-4.576', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17150162', 'Midnight_Wings', '4426', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150163', 'Midnight_Wings', '4426', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150164', 'Scabrous_Slug', '4451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150165', 'Scabrous_Slug', '4451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150166', 'Scabrous_Slug', '4451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150167', 'Scabrous_Slug', '4451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150168', 'Scabrous_Slug', '4451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150169', 'Poison_Leech', '4435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150170', 'Poison_Leech', '4435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150171', 'Water_Elemental', '4470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150172', 'Berry_Grub', '4345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150173', 'Berry_Grub', '4345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150174', 'Berry_Grub', '4345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150175', 'Berry_Grub', '4345', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150176', 'Poison_Leech', '4435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150177', 'Poison_Leech', '4435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150178', 'Scabrous_Slug', '4451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150179', 'Scabrous_Slug', '4451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150180', 'Poison_Leech', '4435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150181', 'Poison_Leech', '4435', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150182', 'Evil_Spirit', '4382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150183', 'Clipper', '4360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150184', 'Clipper', '4360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150185', 'Clipper', '4360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150186', 'Water_Elemental', '4470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150187', 'Goblin_Draftee', '4392', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150188', 'Clipper', '4360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150189', 'Clipper', '4360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150190', 'Clipper', '4360', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150191', 'Goblin_Patrolman', '4396', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150192', 'Goblin_s_Crawler', '4398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150193', 'Evil_Spirit', '4382', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150194', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150195', 'Moon_Bat', '4428', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150196', 'Moon_Bat', '4428', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150197', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150198', 'Moon_Bat', '4428', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150199', 'Moon_Bat', '4428', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150200', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150201', 'Moon_Bat', '4428', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150202', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150203', 'Old_Quadav', '4433', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150204', 'Heliodor_Quadav', '4406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150205', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150206', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150207', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150208', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150209', 'Fire_Elemental', '4387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150210', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150211', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150212', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150213', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150214', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150215', 'Hawker', '4405', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150216', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150217', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150218', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150219', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150220', 'Fire_Elemental', '4387', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150221', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150222', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150223', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150224', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150225', 'Midnight_Wings', '4426', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150226', 'Midnight_Wings', '4426', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150227', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150228', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150229', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150230', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150231', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150232', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150233', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150234', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150235', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150236', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150237', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150238', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150239', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150240', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150241', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150242', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150243', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150244', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150245', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150246', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150247', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150248', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150249', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150250', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150251', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150252', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150253', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150254', 'Goobbue_Farmer', '4399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150255', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150256', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150257', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150258', 'Coppercap', '4363', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150259', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150260', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150261', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150262', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150263', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150264', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150265', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150266', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150267', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150268', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150269', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150270', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150271', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150272', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150273', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150274', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150275', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150276', 'Worker_Crawler', '4473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150277', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150278', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150279', 'Ochu', '4430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150280', 'Delicieuse_Delphine', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150281', 'Silver_Quadav', '4460', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150282', 'Emerald_Quadav', '4380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150283', 'Bronze_Quadav', '4355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150284', 'Sapphirine_Quadav', '4450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150285', 'Brass_Quadav', '4353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150286', 'Emerald_Quadav', '4380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150287', 'Old_Quadav', '4433', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150288', 'Bronze_Quadav', '4355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150289', 'Brass_Quadav', '4353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150290', 'Silver_Quadav', '4460', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150291', 'Heliodor_Quadav', '4406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150292', 'Old_Quadav', '4433', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150293', 'Sapphirine_Quadav', '4450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150294', 'Emerald_Quadav', '4380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150295', 'Bronze_Quadav', '4355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150296', 'Heliodor_Quadav', '4406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150297', 'Brass_Quadav', '4353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150298', 'Bronze_Quadav', '4355', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150299', 'Silver_Quadav', '4460', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150300', 'Old_Quadav', '4433', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150301', 'Brass_Quadav', '4353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150302', 'Heliodor_Quadav', '4406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150303', 'Emerald_Quadav', '4380', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150304', 'Sprite', '4462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150305', 'Sprite', '4462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150306', 'Sprite', '4462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150307', 'Sprite', '4462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150308', 'Sprite', '4462', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150309', 'Goblin_Skirmisher', '4397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150310', 'Goblin_Mine', '4395', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150311', 'Goblin_Skirmisher', '4397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150312', 'Goblin_Mine', '4395', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150313', 'Goblin_Skirmisher', '4397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150314', 'Goblin_Mine', '4395', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150315', 'Goblin_Skirmisher', '4397', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150316', 'Goblin_Mine', '4395', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150317', 'Sandworm', '4449', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150318', 'Quadav_Transporter', '4440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150319', 'Quadav_Guard', '4439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150320', 'Quadav_Guard', '4439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17150321', 'Dark_Ixion', '4366', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145857', 'Swamp_Leech', '4303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145858', 'Stag_Crab', '4302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145859', 'Swamp_Pugil', '4305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145860', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145861', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145862', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145863', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145864', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145865', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145866', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145867', 'Sugaar', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145868', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145869', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145870', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145871', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145872', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145873', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145874', 'Virulent_Peiste', '4313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145875', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145876', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145877', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145878', 'Goblin_Guerrilla', '4237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145879', 'Goblin_s_Dragonfly', '4240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145880', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145881', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145882', 'Water_Elemental', '4316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145883', 'Malboro', '4261', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145884', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145885', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145886', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145887', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145888', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145889', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145890', 'Goblin_Grenadier', '4236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145891', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145892', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145893', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145894', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145895', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145896', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145897', 'Goblin_Flagman', '4235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145898', 'Thunder_Elemental', '4307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145899', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145901', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145900', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145902', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145903', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145904', 'Goblin_Grenadier', '4236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145905', 'Goblin_Flagman', '4235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145906', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145907', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145908', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145909', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145910', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145911', 'Goblin_Grenadier', '4236', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145912', 'Goblin_Flagman', '4235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145913', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145914', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145915', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145916', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145917', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145918', 'Goblin_Guerrilla', '4237', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145919', 'Goblin_Flagman', '4235', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145920', 'Goblin_s_Dragonfly', '4240', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145921', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145922', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145923', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145924', 'Water_Elemental', '4316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145925', 'Malboro', '4261', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145926', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145927', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145928', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145929', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145930', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145931', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145932', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145933', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145934', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145935', 'Elder_Quadav', '4217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145936', 'Garnet_Quadav', '4228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145937', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145938', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145939', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145940', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145941', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145942', 'Ruby_Quadav', '4288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145943', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145944', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145945', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145946', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145947', 'Peiste', '4274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145948', 'Zircon_Quadav', '4319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145949', 'Nickel_Quadav', '4269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145950', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145951', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145952', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145953', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145954', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145955', 'Mythril_Quadav', '4267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145956', 'Elder_Quadav', '4217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145957', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145958', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145959', 'Bog_Bunny', '4198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145960', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145961', 'Goobbue', '4243', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145962', 'Garnet_Quadav', '4228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145963', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145964', 'Thunder_Elemental', '4307', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145965', 'Croque-mitaine', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145966', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145967', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145968', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145969', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145970', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145971', 'Nickel_Quadav', '4269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145972', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145973', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145974', 'Water_Elemental', '4316', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145975', 'Malboro', '4261', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145976', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145977', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145978', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145979', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145980', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145981', 'Mythril_Quadav', '4267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145982', 'Ruby_Quadav', '4288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145983', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145984', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145985', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145986', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145987', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145988', 'Elder_Quadav', '4217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145989', 'Zircon_Quadav', '4319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145990', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145991', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145992', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145993', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145994', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145995', 'Nickel_Quadav', '4269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145996', 'Ruby_Quadav', '4288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145997', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145998', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17145999', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146000', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146001', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146002', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146003', 'Zircon_Quadav', '4319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146004', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146005', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146006', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146007', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146008', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146009', 'Elder_Quadav', '4217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146010', 'Nickel_Quadav', '4269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146011', 'Zircon_Quadav', '4319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146012', 'Nommo', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146013', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146014', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146015', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146016', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146017', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146018', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146019', 'Ruby_Quadav', '4288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146020', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146021', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146022', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146023', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146024', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146025', 'Mythril_Quadav', '4267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146026', 'Garnet_Quadav', '4228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146027', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146028', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146029', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146030', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146031', 'Nickel_Quadav', '4269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146032', 'Mythril_Quadav', '4267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146033', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146034', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146035', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146036', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146037', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146038', 'Ruby_Quadav', '4288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146039', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146040', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146041', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146042', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146043', 'Elder_Quadav', '4217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146044', 'Garnet_Quadav', '4228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146045', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146046', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146047', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146048', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146049', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146050', 'Mythril_Quadav', '4267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146051', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146052', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146053', 'Snipper', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146054', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146055', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146056', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146057', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146058', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146059', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146060', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146061', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146062', 'Thread_Leech', '4306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146063', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146064', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146065', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146066', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146067', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146068', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146069', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146070', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146071', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146072', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146073', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146074', 'Gadfly', '4227', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146075', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146076', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146077', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146078', 'Elder_Quadav', '4217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146079', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146080', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146081', 'Garnet_Quadav', '4228', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146082', 'Zircon_Quadav', '4319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146083', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146084', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146085', 'Ruby_Quadav', '4288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146086', 'Mythril_Quadav', '4267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146087', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146088', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146089', 'Lou_Carcolh', '4258', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146090', 'Zircon_Quadav', '4319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146091', 'Silver_Quadav', '4298', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146092', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146093', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146094', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146095', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146096', 'Mousse', '4266', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146097', 'Mousse', '4266', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146098', 'Nickel_Quadav', '4269', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146099', 'Elder_Quadav', '4217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146100', 'Ruby_Quadav', '4288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146101', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146102', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146103', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146104', 'Mythril_Quadav', '4267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146105', 'Zircon_Quadav', '4319', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146106', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146107', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146108', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146109', 'Electrumcap', '4218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146110', 'Mousse', '4266', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146111', 'Mousse', '4266', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146112', 'Ancient_Quadav', '4187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146113', 'Gold_Quadav', '4242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146114', 'Vajra_Quadav', '4312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146115', 'Ancient_Quadav', '4187', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146116', 'Gold_Quadav', '4242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146117', 'Vajra_Quadav', '4312', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146118', 'Sanguine_Bat', '4289', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146119', 'Sanguine_Bat', '4289', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146120', 'Ghoul', '4229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146121', 'Ghoul', '4230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146122', 'Zombie', '4320', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146123', 'Sanguine_Bat', '4289', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146124', 'Sanguine_Bat', '4289', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146125', 'Zombie', '4320', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146126', 'Zombie', '4320', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146127', 'Ghoul', '4229', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146128', 'Bogy', '4197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146129', 'Night_Bats', '4270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146130', 'Night_Bats', '4270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146131', 'Night_Bats', '4270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146132', 'Night_Bats', '4270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146133', 'Night_Bats', '4270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146134', 'Bogy', '4197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146135', 'Moor_Hound', '4265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146136', 'Night_Bats', '4270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146137', 'Night_Bats', '4270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146138', 'Bogy', '4197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146139', 'Moor_Hound', '4265', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146140', 'Sprite', '4301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146141', 'Sprite', '4301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146142', 'Sprite', '4301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146143', 'Goblin_Toxophilite', '4241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146144', 'Goblin_Mine', '4239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146145', 'Goblin_Toxophilite', '4241', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146146', 'Goblin_Mine', '4239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146147', 'Kinepikwa', '4254', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146148', 'Quadav_Transporter', '4280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146149', 'Quadav_Guard', '4279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146150', 'Quadav_Guard', '4279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146151', 'Groot_Slang', '4247', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146152', 'Poison_Peiste', '4275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146153', 'Poison_Peiste', '4275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146154', 'Poison_Peiste', '4275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146155', 'Poison_Peiste', '4275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146156', 'Poison_Peiste', '4275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146157', 'Poison_Peiste', '4275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146158', 'Go_Rha_Sludgewater', '4246', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146159', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146160', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146161', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146162', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146163', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146164', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146165', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146166', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146167', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146168', 'Swamp_Muck', '4304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146169', 'Yilbegan', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146170', 'Blobdingnag', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146171', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146172', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146173', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146174', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146175', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146176', 'Septic_Boil', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146177', 'Shoggoth', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146178', 'Lamprey_Lord', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146179', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146180', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146181', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146182', 'Ground_Guzzler', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146183', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146184', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146185', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17146186', 'Globster', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174529', 'Yagudo_Chanter', '5213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174530', 'Yagudo_Prioress', '5220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174531', 'Yagudo_s_Elemental', '5222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174532', 'Yagudo_Knight_Templar', '5218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174533', 'Yagudo_High_Priest', '5217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174534', 'Yagudo_Eradicator', '5214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174535', 'Yagudo_Prelate', '5219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174536', 'Yagudo_Sentinel', '5221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174537', 'Yagudo_Prioress', '5220', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174538', 'Yagudo_s_Elemental', '5222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174539', 'Yagudo_Chanter', '5213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174540', 'Yagudo_Knight_Templar', '5218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174541', 'Yagudo_Eradicator', '5214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174542', 'Yagudo_Sentinel', '5221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174543', 'Yagudo_High_Priest', '5217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174544', 'Yagudo_Prelate', '5219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174545', 'Yagudo_Knight_Templar', '5218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174546', 'Yagudo_Eradicator', '5214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174547', 'Yagudo_High_Priest', '5217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174548', 'Yagudo_Eradicator', '5214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174549', 'Yagudo_Knight_Templar', '5218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174550', 'Yagudo_Prelate', '5219', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174551', 'Yagudo_High_Priest', '5217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174552', 'Yagudo_Eradicator', '5214', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174553', 'Yagudo_Chanter', '5213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174554', 'Yagudo_Sentinel', '5221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174555', 'Yagudo_High_Priest', '5217', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174556', 'Yagudo_Sentinel', '5221', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174557', 'Yagudo_Knight_Templar', '5218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174558', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174559', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174560', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174561', 'Muq_Shabeel', '5162', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174562', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174563', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174564', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174565', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174566', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174567', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174568', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174569', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174570', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174571', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174572', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174573', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174574', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174575', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174576', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174577', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174578', 'War_Lynx', '5210', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174579', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174580', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174581', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174582', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174583', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174584', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174585', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174586', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174587', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174588', 'Night_Bats', '5165', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174589', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174590', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174591', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174592', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174593', 'Black_Bat', '5091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174594', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174595', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174596', 'Scavenging_Hound', '5185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174597', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174598', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174599', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174600', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174601', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174602', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174603', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174604', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174605', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174606', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174607', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174608', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174609', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174610', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174611', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174612', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174613', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174614', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174615', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174616', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174617', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174618', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174619', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174620', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174621', 'Goblin_Paratrooper', '5135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174622', 'Goblin_Bombardier', '5131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174623', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174624', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174625', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174626', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174627', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174628', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174629', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174630', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174631', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174632', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174633', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174634', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174635', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174636', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174637', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174638', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174639', 'Goblin_Paratrooper', '5135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174640', 'Goblin_Field_Doctor', '5132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174641', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174642', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174643', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174644', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174645', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174646', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174647', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174648', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174649', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174650', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174651', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174652', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174653', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174654', 'Lynx', '5155', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174655', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174656', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174657', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174658', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174659', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174660', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174661', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174662', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174663', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174664', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174665', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174666', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174667', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174668', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174669', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174670', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174671', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174672', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174673', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174674', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174675', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174676', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174677', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174678', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174679', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174680', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174681', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174682', 'Hemodrosophila', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174683', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174684', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174685', 'Dragonfly', '5116', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174686', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174687', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174688', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174689', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174690', 'Stag_Beetle', '5198', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174691', 'Black_Bat', '5091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174692', 'Night_Bats', '5165', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174693', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174694', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174695', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174696', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174697', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174698', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174699', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174700', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174701', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174702', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174703', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174704', 'Scolopendrid', '5186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174705', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174706', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174707', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174708', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174709', 'Centipedal_Centruroides', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174710', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174711', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174712', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174713', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174714', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174715', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174716', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174717', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174718', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174719', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174720', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174721', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174722', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174723', 'Mountain_Scolopendrid', '5161', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174724', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174725', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174726', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174727', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174728', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174729', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174730', 'Goblin_Paratrooper', '5135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174731', 'Goblin_Field_Doctor', '5132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174732', 'Goblin_Bombardier', '5131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174733', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174734', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174735', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174736', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174737', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174738', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174739', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174740', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174741', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174742', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174743', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174744', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174745', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174746', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174747', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174748', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174749', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174750', 'Mountain_Jubjub', '5160', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174751', 'Mountain_Jubjub', '5160', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174752', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174753', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174754', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174755', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174756', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174757', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174758', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174759', 'Mountain_Jubjub', '5160', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174760', 'Mountain_Jubjub', '5160', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174761', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174762', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174763', 'Scavenging_Hound', '5185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174764', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174765', 'Scavenging_Hound', '5185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174766', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174767', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174768', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174769', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174770', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174771', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174772', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174773', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174774', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174775', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174776', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174777', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174778', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174779', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174780', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174781', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174782', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174783', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174784', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174785', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174786', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174787', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174788', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174789', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174790', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174791', 'Scavenging_Hound', '5185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174792', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174793', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174794', 'Goblin_Field_Doctor', '5132', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174795', 'Goblin_Bombardier', '5131', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174796', 'Goblin_Paratrooper', '5135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174797', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174798', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174799', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174800', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174801', 'Black_Bat', '5091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174802', 'Night_Bats', '5165', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174803', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174804', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174805', 'Black_Bat', '5091', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174806', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174807', 'Night_Bats', '5165', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174808', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174809', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174810', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174811', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174812', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174813', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174814', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174815', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174816', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174817', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174818', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174819', 'Wandering_Sapling', '5209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174820', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174821', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174822', 'Axe_Beak', '5087', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174823', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174824', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174825', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174826', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174827', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174828', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174829', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174830', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174831', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174832', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174833', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174834', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174835', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174836', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174837', 'Condor', '10866', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174838', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174839', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174840', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174841', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174842', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174843', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174844', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174845', 'Lycopodium', '5154', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174846', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174847', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174848', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174849', 'Hill_Lizard', '5138', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174850', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174851', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174852', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174853', 'Treant_Sapling', '5202', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174854', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174855', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174856', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174857', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174858', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174859', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174860', 'Jubjub', '5142', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174861', 'Scavenging_Hound', '5185', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174862', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174863', 'Raptor', '5180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174864', 'Earth_Elemental', '5119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174865', 'Earth_Elemental', '5119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174866', 'Earth_Elemental', '5119', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174867', 'Fire_Elemental', '5125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174868', 'Fire_Elemental', '5125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174869', 'Fire_Elemental', '5125', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174870', 'Sprite', '5197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174871', 'Sprite', '5197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174872', 'Sprite', '5197', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174873', 'Goblin_Picket', '5136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174874', 'Goblin_Picket', '5136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174875', 'Goblin_Picket', '5136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174876', 'Goblin_Mine', '5134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174877', 'Goblin_Mine', '5134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174878', 'Goblin_Mine', '5134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174879', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174880', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174881', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174882', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174883', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174884', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174885', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174886', 'Gnat', '5130', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174887', 'Jumbo_Rafflesia', '5143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174888', 'Sandworm', '5184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174889', 'Bloodlapper', '5092', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174890', 'Yagudo_Transporter', '5223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174891', 'Yagudo_Guard', '5216', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174892', 'Yagudo_Guard', '5216', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174893', 'Brummbar', '5095', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174894', 'Brummer', '5096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174895', 'Brummer', '5096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174896', 'Brummer', '5096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174897', 'Brummer', '5096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174898', 'Brummer', '5096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174899', 'Brummer', '5096', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174900', 'Yii_Haqi_the_Threnodist', '5225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174901', 'Nuu_Gazo_the_Dirgerimer', '5166', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174902', 'Slate_Scorpion', '5196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174903', 'Slate_Scorpion', '5196', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174904', 'Ochre_Scorpion', '5167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174905', 'Ochre_Scorpion', '5167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174906', 'Yilbegan', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174907', 'Orcus', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174908', 'Farruca_Fly', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174909', 'Jyeshtha', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174910', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174911', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174912', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174913', 'Rummager_Beetle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174914', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174915', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174916', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17174917', 'Raker_Bee', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178625', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178626', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178627', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178628', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178629', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178630', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178631', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178632', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178633', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178634', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178635', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178636', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178637', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178638', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178639', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178640', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178641', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178642', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178643', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178644', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178645', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178646', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178647', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178648', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178649', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178650', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178651', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178652', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178653', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178654', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178655', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178656', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178657', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178658', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178659', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178660', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178661', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178662', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178663', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178664', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178665', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178666', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178667', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178668', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178669', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178670', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178671', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178672', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178673', 'Gnat', '5280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178674', 'Gnat', '5280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178675', 'Gnat', '5280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178676', 'Gnat', '5280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178677', 'Gnat', '5280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178678', 'Gnat', '5280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178679', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178680', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178681', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178682', 'Gnat', '5280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178683', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178684', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178685', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178686', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178687', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178688', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178689', 'Coquecigrue', '5255', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178690', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178691', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178692', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178693', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178694', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178695', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178696', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178697', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178698', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178699', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178700', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178701', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178702', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178703', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178704', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178705', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178706', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178707', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178708', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178709', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178710', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178711', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178712', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178713', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178714', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178715', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178716', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178717', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178718', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178719', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178720', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178721', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178722', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178723', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178724', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178725', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178726', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178727', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178728', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178729', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178730', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178731', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178732', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178733', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178734', 'Goblin_Toxophilite', '5287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178735', 'Goblin_Mine', '5285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178736', 'Goblin_Toxophilite', '5287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178737', 'Goblin_Mine', '5285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178738', 'Goblin_Grenadier', '5282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178739', 'Goblin_Flagman', '5281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178740', 'Goblin_Guerrilla', '5283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178741', 'Goblin_s_Beetle', '5286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178742', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178743', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178744', 'Tabar_Beak', '5353', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178745', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178746', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178747', 'Goblin_Grenadier', '5282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178748', 'Goblin_Flagman', '5281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178749', 'Goblin_Grenadier', '5282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178750', 'Goblin_Flagman', '5281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178751', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178752', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178753', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178754', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178755', 'Gouger_Beetle', '10867', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178756', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178757', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178758', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178759', 'Goblin_Grenadier', '5282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178760', 'Goblin_Flagman', '5281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178761', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178762', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178763', 'Herensugue', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178764', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178765', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178766', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178767', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178768', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178769', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178770', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178771', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178772', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178773', 'Goblin_Guerrilla', '5283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178774', 'Goblin_s_Beetle', '5286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178775', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178776', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178777', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178778', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178779', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178780', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178781', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178782', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178783', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178784', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178785', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178786', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178787', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178788', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178789', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178790', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178791', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178792', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178793', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178794', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178795', 'Scavenging_Hound', '5341', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178796', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178797', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178798', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178799', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178800', 'Sauromugue_Skink', '5340', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178801', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178802', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178803', 'Balam-Quitz', '5242', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178804', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178805', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178806', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178807', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178808', 'Lynx', '5311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178809', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178810', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178811', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178812', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178813', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178814', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178815', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178816', 'Scavenging_Hound', '5341', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178817', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178818', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178819', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178820', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178821', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178822', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178823', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178824', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178825', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178826', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178827', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178828', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178829', 'Yagudo_Abbot', '5368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178830', 'Yagudo_Missionary', '5373', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178831', 'Yagudo_Zealot', '5379', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178832', 'Yagudo_Prior', '5374', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178833', 'Yagudo_Inquisitor', '5371', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178834', 'Yagudo_Lutenist', '5372', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178835', 'Yagudo_Pythoness', '5375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178836', 'Yagudo_s_Elemental', '5376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178837', 'Yagudo_Zealot', '5379', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178838', 'Yagudo_Prior', '5374', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178839', 'Yagudo_Abbot', '5368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178840', 'Yagudo_Missionary', '5373', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178841', 'Yagudo_Pythoness', '5375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178842', 'Yagudo_s_Elemental', '5376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178843', 'Yagudo_Missionary', '5373', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178844', 'Yagudo_Inquisitor', '5371', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178845', 'Yagudo_Lutenist', '5372', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178846', 'Yagudo_Abbot', '5368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178847', 'Yagudo_Prior', '5374', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178848', 'Yagudo_Inquisitor', '5371', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178849', 'Yagudo_Lutenist', '5372', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178850', 'Yagudo_Pythoness', '5375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178851', 'Yagudo_s_Elemental', '5376', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178852', 'Yagudo_Zealot', '5379', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178853', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178854', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178855', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178856', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178857', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178858', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178859', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178860', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178861', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178862', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178863', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178864', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178865', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178866', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178867', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178868', 'Goblin_Guerrilla', '5283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178869', 'Goblin_s_Beetle', '5286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178870', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178871', 'Hill_Lizard', '5290', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178872', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178873', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178874', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178875', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178876', 'Earth_Elemental', '5270', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178877', 'Goblin_Guerrilla', '5283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178878', 'Goblin_s_Beetle', '5286', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178879', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178880', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178881', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178882', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178883', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178884', 'Lycopodium', '5310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178885', 'Hyakinthos', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178886', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178887', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178888', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178889', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178890', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178891', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178892', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178893', 'Midnight_Wings', '5313', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178894', 'Moon_Bat', '5315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178895', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178896', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178897', 'Diving_Beetle', '5267', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178898', 'Sprite', '5352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178899', 'Sprite', '5352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178900', 'Sprite', '5352', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178901', 'Sandworm', '5339', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178902', 'Yagudo_Transporter', '5377', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178903', 'Yagudo_Guard', '5370', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178904', 'Yagudo_Guard', '5370', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178905', 'Iqi-Balam', '5292', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178906', 'Raid_Raptor', '5332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178907', 'Raid_Raptor', '5332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178908', 'Raid_Raptor', '5332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178909', 'Raid_Raptor', '5332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178910', 'Raid_Raptor', '5332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178911', 'Raid_Raptor', '5332', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178912', 'Laa_Heha_the_Falconer', '5302', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178913', 'Cinderwing', '5251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178914', 'Cinderwing', '5251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178915', 'Cinderwing', '5251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178916', 'Cinderwing', '5251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178917', 'Gorebeak', '5288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178918', 'Gorebeak', '5288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178919', 'Gorebeak', '5288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17178920', 'Gorebeak', '5288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121281', 'Snipper', '3531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121282', 'Land_Pugil', '3471', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121283', 'Cutter', '3429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121284', 'Greater_Pugil', '3459', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121285', 'Kraken', '3470', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121286', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121287', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121288', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121289', 'Earth_Elemental', '3439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121290', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121291', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121292', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121293', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121294', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121295', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121296', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121297', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121298', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121299', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121300', 'Goblin_Freesword', '3453', '123.511', '-0.501', '152.240', '252'); -INSERT INTO `mob_spawn_points` VALUES ('17121301', 'Goblin_Corpsman', '3452', '101.277', '-1.186', '105.001', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17121302', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121303', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121304', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121305', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121306', 'Goblin_Pioneer', '3456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121307', 'Goblin_Mine', '3455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121308', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121309', 'Smilodon', '3530', '137.835', '-0.260', '141.786', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17121310', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121311', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121312', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121313', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121314', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121315', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121316', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121317', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121318', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121319', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121320', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121321', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121322', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121323', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121324', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121325', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121326', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121327', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121328', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121329', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121330', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121331', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121332', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121333', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121334', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121335', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121336', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121337', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121338', 'Evil_Spirit', '3441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121339', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121340', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121341', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121342', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121343', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121344', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121345', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121346', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121347', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121348', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121349', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121350', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121351', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121352', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121353', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121354', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121355', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121356', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121357', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121358', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121359', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121360', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121361', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121362', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121363', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121364', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121365', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121366', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121367', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121368', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121369', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121370', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121371', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121372', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121373', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121374', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121375', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121376', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121377', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121378', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121379', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121380', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121381', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121382', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121383', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121384', 'Goblin_Pioneer', '3456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121385', 'Goblin_Mine', '3455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121386', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121387', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121388', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121389', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121390', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121391', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121392', 'Goblin_Pioneer', '3456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121393', 'Goblin_Mine', '3455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121394', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121395', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121396', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121397', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121398', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121399', 'Burlibix_Brawnback', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121400', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121401', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121402', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121403', 'Goblin_Pioneer', '3456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121404', 'Goblin_Mine', '3455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121405', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121406', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121407', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121408', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121409', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121410', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121411', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121412', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121413', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121414', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121415', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121416', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121417', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121418', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121419', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121420', 'Goblin_Blastmaster', '3451', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121421', 'Goblin_Pioneer', '3456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121422', 'Goblin_Mine', '3455', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121423', 'Goblin_Freesword', '3453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121424', 'Goblin_Corpsman', '3452', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121425', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121426', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121427', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121428', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121429', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121430', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121431', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121432', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121433', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121434', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121435', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121436', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121437', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121438', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121439', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121440', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121441', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121442', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121443', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121444', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121445', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121446', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121447', 'Evil_Spirit', '3441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121448', 'Ice_Elemental', '3461', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121449', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121450', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121451', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121452', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121453', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121454', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121455', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121456', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121457', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121458', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121459', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121460', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121461', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121462', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121463', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121464', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121466', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121465', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121467', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121468', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121469', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121470', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121471', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121472', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121473', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121474', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121475', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121476', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121477', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121478', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121479', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121480', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121481', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121482', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121483', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121484', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121485', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121486', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121487', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121488', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121489', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121490', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121491', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121492', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121493', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121494', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121495', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121496', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121497', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121498', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121499', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121500', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121501', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121502', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121503', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121504', 'Forester_Beetle', '3446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121505', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121506', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121507', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121508', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121509', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121510', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121511', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121512', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121513', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121514', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121515', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121516', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121517', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121518', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121519', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121520', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121521', 'Tsetse_Fly', '10868', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121522', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121523', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121524', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121525', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121526', 'Djinn', '3436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121527', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121528', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121529', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121530', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121531', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121532', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121533', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121534', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121535', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121536', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121537', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121538', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121539', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121540', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121541', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121542', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121543', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121544', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121545', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121546', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121547', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121548', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121549', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121550', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121551', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121552', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121553', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121554', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121555', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121556', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121557', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121558', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121559', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121560', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121561', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121562', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121563', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121564', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121565', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121566', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121567', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121568', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121569', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121570', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121571', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121572', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121573', 'Smilodon', '3530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121574', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121575', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121576', 'La_Velue', '3473', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121577', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121578', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121579', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121580', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121581', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121582', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121583', 'Clipper', '3424', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121584', 'Clipper', '3424', '75.231', '7.803', '-374.628', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17121585', 'Lycopodium', '3478', '158.271', '7.636', '-444.974', '121'); -INSERT INTO `mob_spawn_points` VALUES ('17121586', 'Lycopodium', '3478', '154.123', '-2.352', '-400.313', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17121587', 'Lycopodium', '3478', '102.770', '4.846', '-407.626', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17121588', 'Lycopodium', '3478', '58.791', '8.004', '-350.876', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17121589', 'Lycopodium', '3478', '139.907', '-6.483', '-380.044', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17121590', 'Lycopodium', '3478', '166.549', '2.088', '-356.808', '233'); -INSERT INTO `mob_spawn_points` VALUES ('17121591', 'Lycopodium', '3478', '152.054', '0.283', '-353.000', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17121592', 'Lycopodium', '3478', '180.754', '4.293', '-378.362', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17121593', 'Lycopodium', '3478', '241.584', '7.594', '-357.503', '213'); -INSERT INTO `mob_spawn_points` VALUES ('17121594', 'Lycopodium', '3478', '271.227', '7.981', '-375.439', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17121595', 'Ice_Elemental', '3461', '133.241', '6.134', '-492.061', '20'); -INSERT INTO `mob_spawn_points` VALUES ('17121596', 'Stalking_Sapling', '3533', '125.275', '5.365', '-338.875', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17121597', 'Stalking_Sapling', '3533', '165.788', '-1.597', '-370.252', '137'); -INSERT INTO `mob_spawn_points` VALUES ('17121598', 'Stalking_Sapling', '3533', '220.081', '8.091', '-366.771', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17121599', 'Stalking_Sapling', '3533', '262.428', '7.203', '-358.300', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17121600', 'Wight', '3542', '167.566', '6.323', '-486.024', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17121601', 'Wight', '3542', '268.304', '7.103', '-353.472', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17121602', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121603', 'Habergoass', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121604', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121605', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121606', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121607', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121608', 'Earth_Elemental', '3439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121609', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121610', 'Chaneque', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121611', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121612', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121613', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121614', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121615', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121616', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121617', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121618', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121619', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121620', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121621', 'Sadfly', '3517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121622', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121623', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121624', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121625', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121626', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121627', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121628', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121629', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121630', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121631', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121632', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121633', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121634', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121635', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121636', 'Lycopodium', '3478', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121637', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121638', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121639', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121640', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121641', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121642', 'Stalking_Sapling', '3533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121643', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121644', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121645', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121646', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121647', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121648', 'Ba', '3414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121649', 'Earth_Elemental', '3439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121650', 'Orcish_Impaler', '3492', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121651', 'Orcish_Chasseur', '3490', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121652', 'Orcish_Brawler', '3489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121653', 'Orcish_Impaler', '3492', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121654', 'Orcish_Chasseur', '3490', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121655', 'Orcish_Brawler', '3489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121656', 'Orcish_Impaler', '3492', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121657', 'Orcish_Trooper', '3495', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121658', 'Orcish_Impaler', '3492', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121659', 'Orcish_Chasseur', '3490', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121660', 'Orcish_Brawler', '3489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121661', 'Orcish_Chasseur', '3490', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121662', 'Orcish_Trooper', '3495', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121663', 'Orcish_Brawler', '3489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121664', 'Orcish_Trooper', '3495', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121665', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121666', 'Wight', '3542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121667', 'Gnole', '3450', '-565.646', '-16.206', '113.748', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17121668', 'Gnole', '3450', '-632.760', '-16.341', '173.129', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17121669', 'Gnole', '3450', '-625.186', '-18.856', '177.683', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17121670', 'Gnole', '3450', '-658.093', '-18.713', '187.254', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17121671', 'Gnole', '3450', '-564.153', '-16.497', '-120.131', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17121672', 'Gnole', '3450', '-601.876', '-11.030', '53.762', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17121673', 'Smilodon', '3530', '-380.031', '-20.806', '-37.405', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17121674', 'Smilodon', '3530', '-458.944', '-16.324', '-101.952', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17121675', 'Smilodon', '3530', '-537.596', '-14.193', '-60.206', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17121676', 'Smilodon', '3530', '-275.782', '-8.037', '72.071', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17121677', 'Smilodon', '3530', '-340.233', '-19.308', '-24.224', '240'); -INSERT INTO `mob_spawn_points` VALUES ('17121678', 'Gnole', '3450', '-359.697', '-21.570', '-25.024', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17121679', 'Gnole', '3450', '-343.945', '-19.182', '10.215', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17121680', 'Gnole', '3450', '-394.337', '-16.000', '-2.788', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17121681', 'Gnole', '3450', '-404.198', '-16.598', '-85.237', '123'); -INSERT INTO `mob_spawn_points` VALUES ('17121682', 'Gnole', '3450', '-526.350', '-23.655', '-44.933', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17121683', 'Gnole', '3450', '-524.958', '-10.063', '8.051', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17121684', 'Gnole', '3450', '-479.063', '-7.941', '16.823', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17121685', 'Pixie', '3498', '296.633', '5.168', '-258.014', '108'); -INSERT INTO `mob_spawn_points` VALUES ('17121686', 'Pixie', '3498', '344.727', '7.844', '-87.338', '98'); -INSERT INTO `mob_spawn_points` VALUES ('17121687', 'Pixie', '3498', '-228.283', '-6.713', '285.002', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17121688', 'Pixie', '3498', '-197.167', '-25.834', '-9.873', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17121689', 'Pixie', '3498', '-372.721', '-17.256', '-85.458', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17121690', 'Pixie', '3498', '-312.813', '-16.995', '145.661', '226'); -INSERT INTO `mob_spawn_points` VALUES ('17121691', 'Pixie', '3498', '-566.500', '-8.810', '26.022', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17121692', 'Pixie', '3498', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121693', 'Sandworm', '3518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121694', 'Orcish_Transporter', '3494', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121695', 'Orcish_Guard', '3491', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121696', 'Orcish_Guard', '3491', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121697', 'Dark_Ixion', '3432', '-83.030', '-8.500', '35.260', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17121698', 'Scythefang_Liger', '3521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121699', 'Tusked_Tigon', '3537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121700', 'Tusked_Tigon', '3537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121701', 'Tusked_Tigon', '3537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121702', 'Tusked_Tigon', '3537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121703', 'Tusked_Tigon', '3537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121704', 'Tusked_Tigon', '3537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121705', 'Gnashfang_Rahskhas', '3449', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121706', 'Rahskhas_s_Pet', '3504', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121707', 'Rahskhas_s_Pet', '3504', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121708', 'Rahskhas_s_Pet', '3504', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121709', 'Rahskhas_s_Pet', '3504', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17121710', 'Rahskhas_s_Pet', '3504', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334273', 'Angler_Crab', '7253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334274', 'Angler_Crab', '7253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334275', 'Angler_Crab', '7253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334276', 'Angler_Crab', '7253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334277', 'Angler_Crab', '7253', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334278', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334279', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334280', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334281', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334282', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334283', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334284', 'Ekimmu', '7288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334285', 'Ekimmu', '7288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334286', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334287', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334288', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334289', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334290', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334291', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334292', 'Ekimmu', '7288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334293', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334294', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334295', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334296', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334297', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334298', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334299', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334300', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334301', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334302', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334303', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334304', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334305', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334306', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334307', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334308', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334309', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334310', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334311', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334312', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334313', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334314', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334315', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334316', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334317', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334318', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334319', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334320', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334321', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334322', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334323', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334324', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334325', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334326', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334327', 'Thawed_Bones', '7368', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334328', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334329', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334330', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334331', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334332', 'Ekimmu', '7288', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334333', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334334', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334335', 'Ruszor', '7347', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334336', 'Scylla', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334337', 'Amphiptere', '7251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334338', 'Gigas_Flesher', '7301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334339', 'Gigas_s_Tiger', '7305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334340', 'Gigas_Flesher', '7301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334341', 'Gigas_s_Tiger', '7305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334342', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334343', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334344', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334345', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334346', 'Gigas_Flesher', '7301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334347', 'Gigas_s_Tiger', '7305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334348', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334349', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334350', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334351', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334352', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334353', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334354', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334355', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334356', 'Becut', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334357', 'Gigas_Flesher', '7301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334358', 'Gigas_s_Tiger', '7305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334359', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334360', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334361', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334362', 'Gigas_Flesher', '7301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334363', 'Gigas_s_Tiger', '7305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334364', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334365', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334366', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334367', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334368', 'Gigas_Flesher', '7301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334369', 'Gigas_s_Tiger', '7305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334370', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334371', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334372', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334373', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334374', 'Gigas_Pelter', '7303', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334375', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334376', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334377', 'Gigas_Flesher', '7301', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334378', 'Gigas_s_Tiger', '7305', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334379', 'Icefang_Tiger', '7310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334380', 'Amphiptere', '7251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334381', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334382', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334383', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334384', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334385', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334386', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334387', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334388', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334389', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334390', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334391', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334392', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334393', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334394', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334395', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334396', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334397', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334398', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334399', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334400', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334401', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334402', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334403', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334404', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334405', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334406', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334407', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334408', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334409', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334410', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334411', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334412', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334413', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334414', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334415', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334416', 'Gigas_Cleaver', '7300', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334417', 'Gigas_Pounder', '7304', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334418', 'Fulminator', '7296', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334419', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334420', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334421', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334422', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334423', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334424', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334425', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334426', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334427', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334428', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334429', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334430', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334431', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334432', 'Dark_Elemental', '7279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334433', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334434', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334435', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334436', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334437', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334438', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334439', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334440', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334441', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334442', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334443', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334444', 'Dryptotaur', '7285', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334445', 'Dark_Elemental', '7279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334446', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334447', 'Gawper', '7299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334448', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334449', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334450', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334451', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334452', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334453', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334454', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334455', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334456', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334457', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334458', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334459', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334460', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334461', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334462', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334463', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334464', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334465', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334466', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334467', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334468', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334469', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334470', 'Dark_Elemental', '7279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334471', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334472', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334473', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334474', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334475', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334476', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334477', 'Gargouille', '7297', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334478', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334479', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334480', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334481', 'Dark_Elemental', '7279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334482', 'Grand_Goule', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334483', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334484', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334485', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334486', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334487', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334488', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334489', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334490', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334491', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334492', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334493', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334494', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334495', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334496', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334497', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334498', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334499', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334500', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334501', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334502', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334503', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334504', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334505', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334506', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334507', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334508', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334509', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334510', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334511', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334512', 'Dark_Elemental', '7279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334513', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334514', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334515', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334516', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334517', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334518', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334519', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334520', 'Glacial_Imp', '7306', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334521', 'Ice_Elemental', '7311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334522', 'Dark_Elemental', '7279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334523', 'Came-cruse', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334524', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334525', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334526', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334527', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334528', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334529', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334530', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334531', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334532', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334533', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334534', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334535', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334536', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334537', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334538', 'Cyhiraeth', '7275', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334539', 'Amphiptere', '7251', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334540', 'Count_Halphas', '7274', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334541', 'Dark_Demon', '7278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334542', 'Dark_Demon', '7278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334543', 'Dark_Demon', '7278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334544', 'Dark_Demon', '7278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334545', 'Shesha', '7364', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334546', 'Vasuki', '7375', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334547', 'Kaliya', '7317', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17334548', 'Astika', '7256', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338369', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338370', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338371', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338372', 'Gigas_Lopper', '7442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338373', 'Gigas_Lopper', '7442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338374', 'Gigas_Slugger', '7444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338375', 'Gigas_Slugger', '7444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338376', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338377', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338378', 'Gigas_Slugger', '7444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338379', 'Gigas_Lopper', '7442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338380', 'Gigas_Slugger', '7444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338381', 'Gigas_Flogger', '7440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338382', 'Gigas_s_Tiger', '7445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338383', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338384', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338385', 'Gigas_Hurler', '7441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338386', 'Graoully', '7449', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338387', 'Gigas_Hurler', '7441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338388', 'Gigas_Flogger', '7440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338389', 'Gigas_s_Tiger', '7445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338390', 'Gigas_Flogger', '7440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338391', 'Gigas_s_Tiger', '7445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338392', 'Gigas_Lopper', '7442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338393', 'Gigas_Slugger', '7444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338394', 'Gigas_Hurler', '7441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338395', 'Gigas_Hurler', '7441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338396', 'Gigas_Flogger', '7440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338397', 'Gigas_s_Tiger', '7445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338398', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338399', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338400', 'Gigas_Hurler', '7441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338401', 'Gigas_Hurler', '7441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338402', 'Gigas_Flogger', '7440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338403', 'Gigas_s_Tiger', '7445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338404', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338405', 'Ice_Elemental', '7454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338406', 'Demon_Warrior', '7421', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338407', 'Gigas_Lopper', '7442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338408', 'Gigas_Slugger', '7444', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338409', 'Gigas_Hurler', '7441', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338410', 'Harum-scarum', '7453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338411', 'Harum-scarum', '7453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338412', 'Harum-scarum', '7453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338413', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338414', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338415', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338416', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338417', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338418', 'Ice_Elemental', '7454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338419', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338420', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338421', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338422', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338423', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338424', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338425', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338426', 'Gigas_Lopper', '7442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338427', 'Gigas_Flogger', '7440', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338428', 'Gigas_s_Tiger', '7445', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338429', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338430', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338431', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338432', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338433', 'Berserker_Demon', '7400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338434', 'Demon_Warrior', '7421', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338435', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338436', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338437', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338438', 'Demon_Justiciar', '7418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338439', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338440', 'Eclipse_Demon', '7429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338441', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338442', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338443', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338444', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338445', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338446', 'Demon_Warrior', '7421', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338447', 'Adjudicator_Demon', '7386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338448', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338449', 'Demon_Magus', '7419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338450', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338451', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338452', 'Inferno_Demon', '7456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338453', 'Demon_Magus', '7419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338454', 'Ruly_Imp', '7497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338455', 'Demon_Justiciar', '7418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338456', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338457', 'Gidim', '7439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338458', 'Gidim', '7439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338459', 'Gidim', '7439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338460', 'Demon_Justiciar', '7418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338461', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338462', 'Prince_Orobas', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338463', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338464', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338465', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338466', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338467', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338468', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338469', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338470', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338471', 'Dire_Gargouille', '7422', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338472', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338473', 'Tarbotaur', '7521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338474', 'Demon_Magus', '7419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338475', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338476', 'Demon_Warrior', '7421', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338477', 'Demon_Warrior', '7421', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338478', 'Demon_Magus', '7419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338479', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338480', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338481', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338482', 'Demon_Magus', '7419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338483', 'Demon_Warrior', '7421', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338484', 'Adjudicator_Demon', '7386', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338485', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338486', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338487', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338488', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338489', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338490', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338491', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338492', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338493', 'Gorgotaur', '7448', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338494', 'Berserker_Demon', '7400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338495', 'Demon_Magus', '7419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338496', 'Demon_Justiciar', '7418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338497', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338498', 'Inferno_Demon', '7456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338499', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338500', 'Demon_Justiciar', '7418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338501', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338502', 'Eclipse_Demon', '7429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338503', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338504', 'Demon_Justiciar', '7418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338505', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338506', 'Tarbotaur', '7521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338507', 'Tarbotaur', '7521', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338508', 'Ice_Elemental', '7454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338509', 'Berserker_Demon', '7400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338510', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338511', 'Eclipse_Demon', '7429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338512', 'Demon_Justiciar', '7418', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338513', 'Demon_s_Elemental', '7420', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338514', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338515', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338516', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338517', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338518', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338519', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338520', 'Savage_Ruszor', '7499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338521', 'Harum-scarum', '7453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338522', 'Harum-scarum', '7453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338523', 'Harum-scarum', '7453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338524', 'Harum-scarum', '7453', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338525', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338526', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338527', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338528', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338529', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338530', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338531', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338532', 'Demon_Magus', '7419', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338533', 'Demon_Befouler', '7417', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338534', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338535', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338536', 'Snow_Wight', '7518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338537', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338538', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338539', 'Ice_Elemental', '7454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338540', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338541', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338542', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338543', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338544', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338545', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338546', 'Gidim', '7439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338547', 'Gidim', '7439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338548', 'Gidim', '7439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338549', 'Gidim', '7439', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338550', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338551', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338552', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338553', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338554', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338555', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338556', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338557', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338558', 'Cointeach', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338559', 'Tikbalang', '7409', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338560', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338561', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338562', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338563', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338564', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338565', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338566', 'Ice_Elemental', '7454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338567', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338568', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338569', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338570', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338571', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338572', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338573', 'Fusty_Gnole', '7437', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338574', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338575', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338576', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338577', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338578', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338579', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338580', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338581', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338582', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338583', 'Caracal', '7406', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338584', 'Ice_Elemental', '7454', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338585', 'Zirnitra', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338586', 'Greater_Amphiptere', '7450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338587', 'Greater_Amphiptere', '7450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338588', 'Greater_Amphiptere', '7450', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338589', 'Dark_Elemental', '7415', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338590', 'Dark_Elemental', '7415', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338591', 'Dark_Elemental', '7415', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338592', 'Dark_Elemental', '7415', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338593', 'Dark_Elemental', '7415', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338594', 'Megalotaur', '7475', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17338595', 'Torvotaur', '7525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477633', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477634', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477635', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477636', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477637', 'Puroboros', '8953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477638', 'Puroboros', '8953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477639', 'Fire_Elemental', '8920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477640', 'Morille_Mortelle', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477641', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477642', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477643', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477644', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477645', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477646', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477647', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477648', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477649', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477650', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477651', 'Electrumcap', '8911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477652', 'Wespe', '8979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477653', 'Wespe', '8979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477654', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477655', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477656', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477657', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477658', 'Witch_Hazel', '8980', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477659', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477660', 'Wespe', '8979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477661', 'Wespe', '8979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477662', 'Wespe', '8979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477663', 'Wespe', '8979', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477664', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477665', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477666', 'Old_Quadav', '8947', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477667', 'Heliodor_Quadav', '8929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477668', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477669', 'Silver_Quadav', '8972', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477670', 'Emerald_Quadav', '8914', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477671', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477672', 'Puroboros', '8953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477673', 'Puroboros', '8953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477674', 'Fire_Elemental', '8920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477675', 'Abatwa', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477676', 'Bronze_Quadav', '8894', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477677', 'Silver_Quadav', '8972', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477678', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477679', 'Brass_Quadav', '8892', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477680', 'Sapphirine_Quadav', '8963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477681', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477682', 'Doom_Scorpion', '8908', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477683', 'Doom_Scorpion', '8908', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477684', 'Doom_Scorpion', '8908', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477685', 'Old_Quadav', '8947', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477686', 'Sapphirine_Quadav', '8963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477687', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477688', 'Bronze_Quadav', '8894', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477689', 'Brass_Quadav', '8892', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477690', 'Labyrinth_Lizard', '8937', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477691', 'Puroboros', '8953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477692', 'Puroboros', '8953', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477693', 'Fire_Elemental', '8920', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477694', 'Electrumcap', '8911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477695', 'Electrumcap', '8911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477696', 'Electrumcap', '8911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477697', 'Electrumcap', '8911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477698', 'Electrumcap', '8911', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477699', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477700', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477701', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477702', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477703', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477704', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477705', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477706', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477707', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477708', 'Lugh', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477709', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477710', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477711', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477712', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477713', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477714', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477715', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477716', 'Silver_Quadav', '8972', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477717', 'Sapphirine_Quadav', '8963', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477718', 'Emerald_Quadav', '8914', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477719', 'Heliodor_Quadav', '8929', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477720', 'Old_Quadav', '8947', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477721', 'Silver_Quadav', '8972', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477722', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477723', 'Processionaire', '8952', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477724', 'Water_Elemental', '8977', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477725', 'Water_Elemental', '8977', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477726', 'Quadav_Transporter', '8955', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477727', 'Quadav_Guard', '8954', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477728', 'Quadav_Guard', '8954', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477729', 'Goldcap', '8924', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477730', 'Cap_Chomper', '8897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477731', 'Cap_Chomper', '8897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477732', 'Cap_Chomper', '8897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477733', 'Cap_Chomper', '8897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477734', 'Cap_Chomper', '8897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17477735', 'Cap_Chomper', '8897', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448961', 'Dire_Bat', '8631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448962', 'Yagudo_Zealot', '8726', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448963', 'Incubus_Bats', '8654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448964', 'Yagudo_Abbot', '8715', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448965', 'Dire_Bat', '8631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448966', 'Incubus_Bats', '8654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448967', 'Incubus_Bats', '8654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448968', 'Dire_Bat', '8631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448969', 'Yagudo_Prior', '8720', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448970', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448971', 'Yagudo_Templar', '8723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448972', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448973', 'Yagudo_Missionary', '8719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448974', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448975', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448976', 'Yagudo_Lutenist', '8718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448977', 'Yagudo_Pythoness', '8721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448978', 'Yagudo_s_Elemental', '8722', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448979', 'Dire_Bat', '8631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448980', 'Incubus_Bats', '8654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448981', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448982', 'Dire_Bat', '8631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448983', 'Yagudo_Abbot', '8715', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448984', 'Yagudo_Prior', '8720', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448985', 'Thunder_Elemental', '8702', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448986', 'Explosure', '8642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448987', 'Explosure', '8642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448988', 'Incubus_Bats', '8654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448989', 'Dire_Bat', '8631', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448990', 'Citadel_Pipistrelles', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448991', 'Incubus_Bats', '8654', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448992', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448993', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448994', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448995', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448996', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448997', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448998', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17448999', 'Mousse', '8674', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449000', 'Yagudo_Templar', '8723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449001', 'Yagudo_Lutenist', '8718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449002', 'Yagudo_Missionary', '8719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449003', 'Yagudo_Pythoness', '8721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449004', 'Yagudo_s_Elemental', '8722', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449005', 'Yagudo_Zealot', '8726', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449006', 'Explosure', '8642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449007', 'Explosure', '8642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449008', 'Elatha', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449009', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449010', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449011', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449012', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449013', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449014', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449015', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449016', 'Earth_Elemental', '8640', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449017', 'Buarainech', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449018', 'Scolopendrid', '8692', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449019', 'Yagudo_Missionary', '8719', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449020', 'Yagudo_Lutenist', '8718', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449021', 'Yagudo_Zealot', '8726', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449022', 'Yagudo_Templar', '8723', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449023', 'Yagudo_Pythoness', '8721', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449024', 'Yagudo_s_Elemental', '8722', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449025', 'Yagudo_Abbot', '8715', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449026', 'Yagudo_Prior', '8720', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449027', 'Explosure', '8642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449028', 'Explosure', '8642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449029', 'Yagudo_Transporter', '8724', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449030', 'Yagudo_Guard', '8717', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449031', 'Yagudo_Guard', '8717', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449032', 'Khadem_Quemquoma', '8661', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449033', 'Wildfire', '8714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449034', 'Wildfire', '8714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449035', 'Wildfire', '8714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449036', 'Wildfire', '8714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449037', 'Wildfire', '8714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17449038', 'Wildfire', '8714', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494017', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494018', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494019', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494020', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494021', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494022', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494023', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494024', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494025', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494026', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494027', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494028', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494029', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494030', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494031', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494032', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494033', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494034', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494035', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494036', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494037', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494038', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494039', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494040', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494041', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494042', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494043', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494044', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494045', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494046', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494047', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494048', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494049', 'Orcish_Brawler', '9134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494050', 'Orcish_Chasseur', '9135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494051', 'Orcish_Cursemaker', '9136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494052', 'Orcish_Trooper', '9140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494053', 'Orcish_Brawler', '9134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494054', 'Orcish_Chasseur', '9135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494055', 'Orcish_Cursemaker', '9136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494056', 'Orcish_Trooper', '9140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494057', 'Orcish_Brawler', '9134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494058', 'Orcish_Chasseur', '9135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494059', 'Orcish_Cursemaker', '9136', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494060', 'Orcish_Trooper', '9140', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494061', 'Orcish_Brawler', '9134', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494062', 'Orcish_Chasseur', '9135', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494063', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494064', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494065', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494066', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494067', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494068', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494069', 'Southern_Spriggan', '9167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494070', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494071', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494072', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494073', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494074', 'Southern_Spriggan', '9167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494075', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494076', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494077', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494078', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494079', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494080', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494081', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494082', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494083', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494084', 'Southern_Spriggan', '9167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494085', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494086', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494087', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494088', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494089', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494090', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494091', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494092', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494093', 'Ethniu', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494094', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494095', 'Gazer', '9099', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494096', 'Goblin_Freesword', '9103', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494097', 'Goblin_Blastmaster', '9101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494098', 'Goblin_Corpsman', '9102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494099', 'Goblin_Freesword', '9103', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494100', 'Goblin_Blastmaster', '9101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494101', 'Goblin_Corpsman', '9102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494102', 'Goblin_Freesword', '9103', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494103', 'Goblin_Blastmaster', '9101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494104', 'Goblin_Corpsman', '9102', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494105', 'Goblin_Freesword', '9103', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494106', 'Goblin_Blastmaster', '9101', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494107', 'Goblin_Pioneer', '9106', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494108', 'Goblin_Mine', '9105', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494109', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494110', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494111', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494112', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494113', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494114', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494115', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494116', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494117', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494118', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494119', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494120', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494121', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494122', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494123', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494124', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494125', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494126', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494127', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494128', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494129', 'War_Smilodon', '9177', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494130', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494131', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494132', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494133', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494134', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494135', 'Laelaps', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494136', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494137', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494138', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494139', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494140', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494141', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494142', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494143', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494144', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494145', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494146', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494147', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494148', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494149', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494150', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494151', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494152', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494153', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494154', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494155', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494156', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494157', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494158', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494159', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494160', 'Hell_Hound', '9109', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494161', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494162', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494163', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494164', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494165', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494166', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494167', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494168', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494169', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494170', 'Southern_Spriggan', '9167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494171', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494172', 'Northern_Spriggan', '9129', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494173', 'Southern_Spriggan', '9167', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494174', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494175', 'Eastern_Spriggan', '9089', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494176', 'Western_Spriggan', '9178', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494177', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494178', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494179', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494180', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494181', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494182', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494183', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494184', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494185', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494186', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494187', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494188', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494189', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494190', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494191', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494192', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494193', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494194', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494195', 'Revenant', '9148', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494196', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494197', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494198', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494199', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494200', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494201', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494202', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494203', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494204', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494205', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494206', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494207', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494208', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494209', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494210', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494211', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494212', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494213', 'Tethra', '0', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494214', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494215', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494216', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494217', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494218', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494219', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494220', 'Ignis_Djinn', '9111', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494221', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494222', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494223', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494224', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494225', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494226', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494227', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494228', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494229', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494230', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494231', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494232', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494233', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494234', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494235', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494236', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494237', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494238', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494239', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494240', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494241', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494242', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494243', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494244', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494245', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494246', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494247', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494248', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494249', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494250', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494251', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494252', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494253', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494254', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494255', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494256', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494257', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494258', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494259', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494260', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494261', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494262', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494263', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494264', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494265', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494266', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494267', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494268', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494269', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494270', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494271', 'Lost_Soul', '9123', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494272', 'Lich', '9122', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494273', 'Earth_Elemental', '9088', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494274', 'Earth_Elemental', '9088', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494275', 'Ice_Elemental', '9110', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494276', 'Orcish_Transporter', '9139', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494277', 'Orcish_Guard', '9137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494278', 'Orcish_Guard', '9137', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494279', 'Ellylldan', '9090', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494280', 'Dhoul', '9085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494281', 'Dhoul', '9085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494282', 'Dhoul', '9085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494283', 'Dhoul', '9085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494284', 'Dhoul', '9085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17494285', 'Dhoul', '9085', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342465', 'Icefall', '7603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342466', 'Icefall', '7603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342467', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342468', 'Icefall', '7603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342469', 'Icefall', '7603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342470', 'Dark_Elemental', '7573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342471', 'Ice_Elemental', '7604', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342472', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342473', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342474', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342475', 'Icefall', '7603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342476', 'Icefall', '7603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342477', 'Dark_Elemental', '7573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342478', 'Ice_Elemental', '7604', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342479', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342480', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342481', 'Icefall', '7603', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342482', 'Dark_Elemental', '7573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342483', 'Ice_Elemental', '7604', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342484', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342485', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342486', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342487', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342488', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342489', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342490', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342491', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342492', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342493', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342494', 'Dark_Elemental', '7573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342495', 'Ice_Elemental', '7604', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342496', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342497', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342498', 'Dark_Elemental', '7573', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342499', 'Ice_Elemental', '7604', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342500', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342501', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342502', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342503', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342504', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342505', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342506', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342507', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342508', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342509', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342510', 'Orcish_Bowshooter', '7638', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342511', 'Orcish_Augur', '7637', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342512', 'Orcish_Champion', '7639', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342513', 'Orcish_Protector', '7641', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342514', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342515', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342516', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342517', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342518', 'Orcish_Augur', '7637', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342519', 'Orcish_Dragonbrander', '7640', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342520', 'Orcish_Champion', '7639', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342521', 'Orcish_Dragonbrander', '7640', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342522', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342523', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342524', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342525', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342526', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342527', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342528', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342529', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342530', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342531', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342532', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342533', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342534', 'Orcish_Bowshooter', '7638', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342535', 'Orcish_Veteran', '7642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342536', 'Orcish_Champion', '7639', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342537', 'Orcish_Protector', '7641', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342538', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342539', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342540', 'Orcish_Dragonbrander', '7640', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342541', 'Orcish_Veteran', '7642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342542', 'Orcish_Warlord', '7643', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342543', 'Orcish_Protector', '7641', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342544', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342545', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342546', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342547', 'Errand_Imp', '10869', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342548', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342549', 'Dire_Gargouille', '7583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342550', 'Orcish_Bowshooter', '7638', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342551', 'Orcish_Veteran', '7642', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342552', 'Orcish_Augur', '7637', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342553', 'Orcish_Warlord', '7643', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342554', 'Adaman_Quadav', '7542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342555', 'Gold_Quadav', '7599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342556', 'Magnes_Quadav', '7625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342557', 'Star_Ruby_Quadav', '7676', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342558', 'Yagudo_Knight_Templar', '7686', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342559', 'Yagudo_Eradicator', '7684', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342560', 'Yagudo_Chanter', '7683', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342561', 'Yagudo_Prelate', '7687', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342562', 'Adaman_Quadav', '7542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342563', 'Iron_Quadav', '7606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342564', 'Gold_Quadav', '7599', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342565', 'Vajra_Quadav', '7680', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342566', 'Yagudo_Sentinel', '7688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342567', 'Yagudo_Knight_Templar', '7686', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342568', 'Yagudo_Chanter', '7683', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342569', 'Yagudo_Prelate', '7687', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342570', 'Ancient_Quadav', '7550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342571', 'Iron_Quadav', '7606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342572', 'Adaman_Quadav', '7542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342573', 'Vajra_Quadav', '7680', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342574', 'Yagudo_Sentinel', '7688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342575', 'Yagudo_Eradicator', '7684', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342576', 'Yagudo_Chanter', '7683', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342577', 'Yagudo_High_Priest', '7685', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342578', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342579', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342580', 'Ancient_Quadav', '7550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342581', 'Iron_Quadav', '7606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342582', 'Magnes_Quadav', '7625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342583', 'Star_Ruby_Quadav', '7676', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342584', 'Yagudo_Sentinel', '7688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342585', 'Yagudo_Eradicator', '7684', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342586', 'Yagudo_Chanter', '7683', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342587', 'Yagudo_High_Priest', '7685', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342588', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342589', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342590', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342591', 'Ancient_Quadav', '7550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342592', 'Iron_Quadav', '7606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342593', 'Magnes_Quadav', '7625', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342594', 'Star_Ruby_Quadav', '7676', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342595', 'Yagudo_Sentinel', '7688', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342596', 'Yagudo_Eradicator', '7684', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342597', 'Yagudo_High_Priest', '7685', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342598', 'Yagudo_Prelate', '7687', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342599', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342600', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342601', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342602', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342603', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342604', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342605', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342606', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342607', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342609', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342610', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342611', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342613', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342614', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342615', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342616', 'Ogler', '7636', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342617', 'Demon_Warrior', '7581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342618', 'Demon_Befouler', '7577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342619', 'Demon_Magus', '7579', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342620', 'Demon_Justiciar', '7578', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342621', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342622', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342623', 'Demon_Corrupter', '10872', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342624', 'Demon_Entomber', '10873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342625', 'Demon_Condemner', '10874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342626', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342627', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342628', 'Demon_Suppressor', '10876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342629', 'Demon_Corrupter', '10872', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342630', 'Demon_Condemner', '10874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342631', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342632', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342633', 'Demon_Suppressor', '10876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342634', 'Demon_Entomber', '10873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342635', 'Demon_Condemner', '10874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342636', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342637', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342638', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342639', 'Demon_Suppressor', '10876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342640', 'Demon_Corrupter', '10872', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342641', 'Demon_Entomber', '10873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342642', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342643', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342644', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342645', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342646', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342647', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342648', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342649', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342650', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342651', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342652', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342653', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342654', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342655', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342656', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342657', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342658', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342659', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342660', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342661', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342662', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342663', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342664', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342665', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342666', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342667', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342668', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342669', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342670', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342671', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342672', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342673', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342674', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342675', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342676', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342677', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342678', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342679', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342680', 'Deathwreaker_Demon', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342681', 'Demon_Entomber', '10873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342682', 'Demon_Condemner', '10874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342683', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342684', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342685', 'Demon_Suppressor', '10876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342686', 'Demon_Corrupter', '10872', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342687', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342688', 'Demon_Entomber', '10873', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342689', 'Demon_Condemner', '10874', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342690', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342691', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342692', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342693', 'Demon_Suppressor', '10876', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342694', 'Demon_Corrupter', '10872', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342695', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342696', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342697', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342698', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342699', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342700', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342701', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342702', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342703', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342704', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342705', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342706', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342707', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342708', 'Doom_Lens', '10870', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342709', 'Deathwreaker_Demon', '10861', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342710', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342711', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342712', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342713', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342714', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342715', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342716', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342717', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342718', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342719', 'Soulsearer_Demon', '10875', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342720', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342721', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342722', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342723', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342724', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342725', 'Deathwreaker_Demon', '10871', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342726', 'Woebringer_Demon', '10877', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342727', 'Foredoomer_Demon', '10878', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17342728', 'Demon_s_Elemental', '7580', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412097', 'Cointeach', '8213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412098', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412099', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412100', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412101', 'Cointeach', '8213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412102', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412103', 'Cointeach', '8213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412104', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412105', 'Cointeach', '8213', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412106', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412107', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412108', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412109', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412110', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412111', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412112', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412113', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412114', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412115', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412116', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412117', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412118', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412119', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412120', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412121', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412122', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412123', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412124', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412125', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412126', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412127', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412128', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412129', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412130', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412131', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412132', 'Gnarled_Gargouille', '10879', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412133', 'Orcish_Prophetess', '8282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412134', 'Orcish_Dreadnought', '8279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412135', 'Orcish_Strategist', '8283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412136', 'Orcish_Wyrmbrander', '8284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412137', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412138', 'Orcish_Prophetess', '8282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412139', 'Orcish_Dreadnought', '8279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412140', 'Orcish_Cupholder', '8278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412141', 'Orcish_Wyrmbrander', '8284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412142', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412143', 'Orcish_Prophetess', '8282', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412144', 'Orcish_Dreadnought', '8279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412145', 'Orcish_Cupholder', '8278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412146', 'Orcish_Wyrmbrander', '8284', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412147', 'Orcish_Cupholder', '8278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412148', 'Orcish_Farkiller', '8280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412149', 'Orcish_Strategist', '8283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412150', 'Orcish_Imperial_Guard', '8281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412151', 'Orcish_Dreadnought', '8279', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412152', 'Orcish_Farkiller', '8280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412153', 'Orcish_Strategist', '8283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412154', 'Orcish_Imperial_Guard', '8281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412155', 'Orcish_Cupholder', '8278', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412156', 'Orcish_Farkiller', '8280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412157', 'Orcish_Strategist', '8283', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412158', 'Orcish_Imperial_Guard', '8281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412159', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412160', 'Orcish_Farkiller', '8280', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412161', 'Orcish_Imperial_Guard', '8281', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412162', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412163', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412164', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412165', 'Ogler', '8277', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412166', 'Doyen_Quadav', '8230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412167', 'Meteor_Quadav', '8268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412168', 'Doyen_Quadav', '8230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412169', 'Steel_Quadav', '8315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412170', 'Baetyl_Quadav', '8201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412171', 'Meteor_Quadav', '8268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412172', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412173', 'Doyen_Quadav', '8230', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412174', 'Platinum_Quadav', '8287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412175', 'Baetyl_Quadav', '8201', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412176', 'Meteor_Quadav', '8268', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412177', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412178', 'Chatoyant_Quadav', '8209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412179', 'Ferroalloy_Quadav', '8239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412180', 'Platinum_Quadav', '8287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412181', 'Chatoyant_Quadav', '8209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412182', 'Steel_Quadav', '8315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412183', 'Ferroalloy_Quadav', '8239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412184', 'Platinum_Quadav', '8287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412185', 'Chatoyant_Quadav', '8209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412186', 'Steel_Quadav', '8315', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412187', 'Ferroalloy_Quadav', '8239', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412188', 'Platinum_Quadav', '8287', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412189', 'Chatoyant_Quadav', '8209', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412190', 'Yagudo_Nokizaru', '8325', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412191', 'Yagudo_Hierogrammat', '8324', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412192', 'Yagudo_Yojimbo', '8326', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412193', 'Yagudo_Nokizaru', '8325', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412194', 'Yagudo_Conductor', '8322', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412195', 'Yagudo_Hierogrammat', '8324', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412196', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412197', 'Yagudo_Yojimbo', '8326', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412198', 'Yagudo_Nokizaru', '8325', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412199', 'Yagudo_Conductor', '8322', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412200', 'Yagudo_Hierogrammat', '8324', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412201', 'Errand_Imp', '10880', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412202', 'Yagudo_Flagellant', '8323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412203', 'Yagudo_Conductor', '8322', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412204', 'Yagudo_Yojimbo', '8326', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412205', 'Yagudo_Abbot', '8321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412206', 'Yagudo_Flagellant', '8323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412207', 'Yagudo_Abbot', '8321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412208', 'Yagudo_Flagellant', '8323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412209', 'Yagudo_Conductor', '8322', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412210', 'Yagudo_Yojimbo', '8326', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412211', 'Yagudo_Abbot', '8321', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412212', 'Doom_Lens', '10881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412213', 'Doom_Lens', '10881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412214', 'Doom_Lens', '10881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412215', 'Doom_Lens', '10881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412216', 'Demon_Warrior', '8226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412217', 'Demon_Befouler', '8222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412218', 'Demon_Warrior', '8226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412219', 'Keep_Imp', '10882', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412220', 'Keep_Imp', '10882', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412221', 'Keep_Imp', '10882', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412222', 'Keep_Imp', '10882', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412223', 'Demon_Befouler', '8222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412224', 'Demon_Justiciar', '8223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412225', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412226', 'Demon_Magus', '8224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412228', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412229', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412230', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412231', 'Varkolak', '10884', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412232', 'Demon_Magus', '8224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412233', 'Demon_Warrior', '8226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412234', 'Demon_Justiciar', '8223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412235', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412236', 'Demon_Befouler', '8222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412238', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412239', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412240', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412241', 'Varkolak', '10884', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412242', 'Demon_Magus', '8224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412243', 'Demon_Warrior', '8226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412244', 'Demon_Befouler', '8222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412246', 'Demon_Justiciar', '8223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412247', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412248', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412249', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412250', 'Desmodus', '10883', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412251', 'Varkolak', '10884', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412252', 'Demon_Warrior', '8226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412253', 'Demon_Warrior', '8226', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412254', 'Demon_Magus', '8224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412255', 'Demon_Magus', '8224', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412256', 'Demon_Justiciar', '8223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412257', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412258', 'Demon_Justiciar', '8223', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412259', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412260', 'Demon_Befouler', '8222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412261', 'Demon_Befouler', '8222', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412262', 'Doom_Lens', '10881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412263', 'Doom_Lens', '10881', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412264', 'Demon_Suppressor', '10886', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412265', 'Demon_Entomber', '10887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412266', 'Demon_Corrupter', '10888', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412267', 'Demon_Condemner', '10889', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412268', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412269', 'Berserker_Demon', '8203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412270', 'Eclipse_Demon', '8233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412271', 'Demon_Suppressor', '10886', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412272', 'Demon_Entomber', '10887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412273', 'Demon_Corrupter', '10888', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412274', 'Demon_Condemner', '10889', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412275', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412276', 'Inferno_Demon', '8250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412277', 'Adjudicator_Demon', '8186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412278', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412279', 'Titanotaur', '10885', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412280', 'Titanotaur', '10885', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412281', 'Demon_Suppressor', '10886', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412282', 'Demon_Entomber', '10887', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412283', 'Dark_Elemental', '8218', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412284', 'Ice_Elemental', '8249', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412285', 'Inferno_Demon', '8250', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412286', 'Adjudicator_Demon', '8186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412287', 'Demon_s_Elemental', '8225', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412288', 'Berserker_Demon', '8203', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17412289', 'Eclipse_Demon', '8233', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182721', 'Odontotyrannus', '5469', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182722', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182723', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182724', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182725', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182726', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182727', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182728', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182729', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182730', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182731', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182732', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182733', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182734', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182735', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182736', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182737', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182738', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182739', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182740', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182741', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182742', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182743', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182744', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182745', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182746', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182747', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182748', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182749', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182750', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182751', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182752', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182753', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182754', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182755', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182756', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182757', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182758', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182759', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182760', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182761', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182762', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182763', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182764', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182765', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182766', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182767', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182768', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182769', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182770', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182771', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182772', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182773', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182774', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182775', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182776', 'Blooming_Rafflesia', '5399', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182777', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182778', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182779', 'Antlion_Fly', '5389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182780', 'Antlion_Fly', '5389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182781', 'Antlion_Fly', '5389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182782', 'Antlion_Fly', '5389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182783', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182784', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182785', 'Antlion_Fly', '5389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182786', 'Antlion_Fly', '5389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182787', 'Antlion_Fly', '5389', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182788', 'Earth_Elemental', '5430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182789', 'Fire_Elemental', '5436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182790', 'Duu_Masa_the_Onecut', '5428', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182791', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182792', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182793', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182794', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182795', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182796', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182797', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182798', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182799', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182800', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182801', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182802', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182803', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182804', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182805', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182806', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182807', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182808', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182809', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182810', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182811', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182812', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182813', 'Zhuu_Buxu_the_Silent', '5536', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182814', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182815', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182816', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182817', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182818', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182819', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182820', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182821', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182822', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182823', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182824', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182825', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182826', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182827', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182828', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182829', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182830', 'War_Lynx', '5512', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182831', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182832', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182833', 'Immolatory_Pugil', '5446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182834', 'Immolatory_Pugil', '5446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182835', 'Immolatory_Pugil', '5446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182836', 'Immolatory_Pugil', '5446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182837', 'Immolatory_Pugil', '5446', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182838', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182839', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182840', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182841', 'Earth_Elemental', '5430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182842', 'Fire_Elemental', '5436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182843', 'Aa_Xalmo_the_Savage', '5381', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182844', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182845', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182846', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182847', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182848', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182849', 'Seneschal_Imp', '5487', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182850', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182851', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182852', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182853', 'Seneschal_Imp', '5487', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182854', 'Bastion_Bats', '5398', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182855', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182856', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182857', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182858', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182859', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182860', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182861', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182862', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182863', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182864', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182865', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182866', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182867', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182868', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182869', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182870', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182871', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182872', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182873', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182874', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182875', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182876', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182877', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182878', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182879', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182880', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182881', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182882', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182883', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182884', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182885', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182886', 'Seneschal_Imp', '5487', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182887', 'Seneschal_Imp', '5487', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182888', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182889', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182890', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182891', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182892', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182893', 'Bulwark_Bat', '5403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182894', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182895', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182896', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182897', 'Bulwark_Bat', '5403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182898', 'Yagudo_Sentinel', '5529', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182899', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182900', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182901', 'Yagudo_Knight_Templar', '5524', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182902', 'Yagudo_Eradicator', '5519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182903', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182904', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182905', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182906', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182907', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182908', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182909', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182910', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182911', 'Earth_Elemental', '5430', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182912', 'Fire_Elemental', '5436', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182913', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182914', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182915', 'Yagudo_Prioress', '5528', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182916', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182917', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182918', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182919', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182920', 'Gnat', '5442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182921', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182922', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182923', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182924', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182925', 'Yagudo_High_Priest', '5523', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182926', 'Bulwark_Bat', '5403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182927', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182928', 'Yagudo_Prelate', '5527', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182929', 'Yagudo_Chanter', '5517', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182930', 'Bulwark_Bat', '5403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182931', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182932', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182933', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182934', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182935', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182936', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182937', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182938', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182939', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182940', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182941', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182942', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182943', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182944', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182945', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182946', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182947', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182948', 'Seneschal_Imp', '5487', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182949', 'Seneschal_Imp', '5487', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182950', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182951', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182952', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182953', 'Gnat', '5442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182954', 'Bulwark_Bat', '5403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182955', 'Bulwark_Bat', '5403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182956', 'Seneschal_Imp', '5487', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182957', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182958', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182959', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182960', 'Gnat', '5442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182961', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182962', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182963', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182964', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182965', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182966', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182967', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182968', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182969', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182970', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182971', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182972', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182973', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182974', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182975', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182976', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182977', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182978', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182979', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182980', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182981', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182982', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182983', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182984', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182985', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182986', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182987', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182988', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182989', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182990', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182991', 'Yagudo_Parasite', '5526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182992', 'Yagudo_Parasite', '5526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182993', 'Yagudo_Parasite', '5526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182994', 'Yagudo_Parasite', '5526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182995', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182996', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182997', 'Gnat', '5442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182998', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17182999', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183000', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183001', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183002', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183003', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183004', 'Gnat', '5442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183005', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183006', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183007', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183008', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183009', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183010', 'Gnat', '5442', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183011', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183012', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183013', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183014', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183015', 'Yagudo_Conductor', '5518', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183016', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183017', 'Yagudo_Nokizaru', '5525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183018', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183019', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183020', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183021', 'Yagudo_Superior', '5530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183022', 'Yagudo_s_Elemental', '5531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183023', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183024', 'Yagudo_Flagellant', '5520', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183025', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183026', 'Yagudo_Yojimbo', '5533', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183027', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183028', 'Yagudo_Abbot', '5516', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183029', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183030', 'Yagudo_Hierogrammat', '5522', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183031', 'Dee_Zelko_the_Esoteric', '5414', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183032', 'Marquis_Forneus', '5464', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183033', 'Loo_Kutto_the_Pensive', '5461', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183034', 'Fleshgnasher', '5438', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183035', 'Vee_Ladu_the_Titterer', '5506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183036', 'Maa_Illmu_the_Bestower', '5463', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183037', 'Asterion', '5393', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183038', 'Suu_Xicu_the_Cantabile', '5497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183039', 'Vee_Ladu_the_Titterer', '5506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183040', 'Vee_Ladu_the_Titterer', '5506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183041', 'Vee_Ladu_the_Titterer', '5506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183042', 'Vee_Ladu_the_Titterer', '5506', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183043', 'Duu_Nazo_the_Spryfooted', '5429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183044', 'Duu_Nazo_the_Spryfooted', '5429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183045', 'Duu_Nazo_the_Spryfooted', '5429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17183046', 'Duu_Nazo_the_Spryfooted', '5429', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154049', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154050', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154051', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154053', 'Edible_Slug', '4531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154052', 'Edible_Slug', '4531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154054', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154055', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154056', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154057', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154058', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154059', 'Edible_Slug', '4531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154060', 'Edible_Slug', '4531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154061', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154062', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154063', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154064', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154065', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154066', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154067', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154068', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154069', 'Ea_Tho_Cruelheart', '4530', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154070', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154071', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154072', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154073', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154074', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154075', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154076', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154077', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154078', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154079', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154080', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154081', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154082', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154083', 'Edible_Slug', '4531', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154084', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154085', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154086', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154087', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154088', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154089', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154090', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154091', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154092', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154093', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154094', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154095', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154096', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154097', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154098', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154099', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154100', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154101', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154102', 'Electrumcap', '4532', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154103', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154104', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154105', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154106', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154107', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154108', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154109', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154110', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154111', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154112', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154113', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154114', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154115', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154116', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154117', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154118', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154119', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154120', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154121', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154122', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154123', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154124', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154125', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154126', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154127', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154128', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154129', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154130', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154131', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154132', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154133', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154134', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154135', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154136', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154137', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154138', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154139', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154140', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154141', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154142', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154143', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154144', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154145', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154146', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154147', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154148', 'Ba_Tho_Mercifulheart', '4499', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154149', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154150', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154151', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154152', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154153', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154154', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154155', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154156', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154157', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154158', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154159', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154160', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154161', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154162', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154163', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154164', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154165', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154166', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154167', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154168', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154169', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154170', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154171', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154172', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154173', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154174', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154175', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154176', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154177', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154178', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154179', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154180', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154181', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154182', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154183', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154184', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154185', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154186', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154187', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154188', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154189', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154190', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154191', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154192', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154193', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154194', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154195', 'Da_Dha_Hundredmask', '4519', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154196', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154197', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154198', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154199', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154200', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154201', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154202', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154203', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154204', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154205', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154206', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154207', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154208', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154209', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154210', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154211', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154212', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154213', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154214', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154215', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154216', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154217', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154218', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154219', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154220', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154221', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154222', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154223', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154224', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154225', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154226', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154227', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154228', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154229', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154230', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154231', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154232', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154233', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154234', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154235', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154236', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154237', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154238', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154239', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154240', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154241', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154242', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154243', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154244', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154245', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154246', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154247', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154248', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154249', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154250', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154251', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154252', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154253', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154254', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154255', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154256', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154257', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154258', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154259', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154260', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154261', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154262', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154263', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154264', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154265', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154266', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154267', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154268', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154269', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154270', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154271', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154272', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154273', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154274', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154275', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154276', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154277', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154278', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154279', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154280', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154281', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154282', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154283', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154284', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154285', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154286', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154287', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154288', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154289', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154290', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154291', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154292', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154293', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154294', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154295', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154296', 'Pitchy_Pudding', '4582', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154297', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154298', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154299', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154300', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154301', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154302', 'Magnes_Quadav', '4568', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154303', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154304', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154305', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154306', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154307', 'Ancient_Quadav', '4489', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154308', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154309', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154310', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154311', 'Adaman_Quadav', '4484', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154312', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154313', 'Vajra_Quadav', '4611', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154314', 'Star_Ruby_Quadav', '4605', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154315', 'Gold_Quadav', '4550', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154316', 'Iron_Quadav', '4557', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154317', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154318', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154319', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154320', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154321', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154322', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154323', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154324', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154325', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154326', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154327', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154328', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154329', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154330', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154331', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154332', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154333', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154334', 'Seneschal_Imp', '4595', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154335', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154336', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154337', 'Virulent_Peiste', '4614', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154338', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154339', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154340', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154341', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154342', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154343', 'Ferroalloy_Quadav', '4537', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154344', 'Chatoyant_Quadav', '4511', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154345', 'Steel_Quadav', '4606', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154346', 'Doyen_Quadav', '4526', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154347', 'Meteor_Quadav', '4570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154348', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154349', 'Platinum_Quadav', '4583', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154350', 'Baetyl_Quadav', '4497', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154351', 'Thunder_Elemental', '4607', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154352', 'Thunder_Elemental', '4607', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154353', 'Thunder_Elemental', '4607', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154354', 'Water_Elemental', '4616', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154355', 'Water_Elemental', '4616', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154356', 'Ga_Lhu_Nevermolt', '4543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154357', 'Bres', '4508', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154358', 'Di_Zho_Spongeshell', '4525', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154359', 'Observant_Zekka', '4577', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154360', 'Mu_Nhi_Thimbletail', '4572', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154361', 'Paralyzing_Tube', '4581', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154362', 'Silencing_Tube', '4604', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154363', 'Binding_Tube', '4501', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154364', 'Blifnix_Oilycheeks', '4503', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154365', 'Goblin_Mine', '4549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154366', 'Goblin_Mine', '4549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154367', 'Goblin_Mine', '4549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154368', 'Goblin_Mine', '4549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154369', 'Goblin_Mine', '4549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154370', 'Va_Gho_Bloodbasked', '4612', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17154371', 'Ra_Dha_Scarscute', '4591', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326204', 'Adamantking_Effigy', '7000', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326222', 'Vanguard_Amputator', '7093', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326250', 'Vanguard_Footsoldier', '7108', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326587', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326588', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326613', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326614', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326615', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326616', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326617', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326618', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326619', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326620', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326621', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326622', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326623', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326624', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326625', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326626', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326627', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326628', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326629', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326630', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326631', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326632', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326633', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326634', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326635', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326636', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326637', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326638', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326639', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326640', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326641', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326642', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326643', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326644', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326645', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326646', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326647', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326648', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326649', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326650', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326651', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326652', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326653', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326654', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326655', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326656', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326657', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326658', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326659', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326660', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326661', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326662', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326663', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326664', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326665', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326666', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326667', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326668', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326669', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326670', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326671', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326672', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326673', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326674', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326675', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326676', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326677', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326678', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326679', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326680', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326681', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326682', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326683', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326684', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326685', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326686', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326687', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326688', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326689', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326690', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326691', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326692', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326693', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326694', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326695', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326696', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326697', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326698', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326699', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326700', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326701', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326702', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326703', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326704', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326705', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326706', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326707', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326708', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326709', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326710', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326711', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326712', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326713', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326714', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326715', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326716', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326717', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326718', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326719', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326720', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326721', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326722', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326723', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326724', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326725', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326726', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326727', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326728', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326729', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326730', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326731', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326732', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326733', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326734', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326735', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326736', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326737', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326738', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326739', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326740', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326741', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326743', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326744', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326745', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326746', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326747', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326749', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326750', 'Hydra_Samurai', '7046', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326751', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326752', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326753', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326755', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326756', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326757', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326758', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326759', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326761', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326762', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326763', 'Hydra_Ranger', '7044', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326764', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326766', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326767', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326768', 'Hydra_Ninja', '7042', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326769', 'Hydra_Dragoon', '7040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326770', 'Hydra_s_Wyvern', '7050', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326772', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326773', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326774', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326775', 'Hydra_Summoner', '7047', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326776', 'Hydra_s_Avatar', '7048', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326777', 'Hydra_Bard', '7036', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326778', 'Hydra_White_Mage', '7053', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326779', 'Hydra_Thief', '7051', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326780', 'Hydra_Paladin', '7043', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326781', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326782', 'Hydra_Warrior', '7052', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326783', 'Hydra_Beastmaster', '7037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326784', 'Hydra_s_Hound', '7049', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326785', 'Hydra_Monk', '7041', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326786', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326787', 'Hydra_Black_Mage', '7038', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326788', 'Hydra_Red_Mage', '7045', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326789', 'Hydra_Dark_Knight', '7039', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17326790', 'Vanguard_Eye', '7107', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17576266', 'Dog_Guardian', '9728', '-414.000', '8.000', '497.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17576267', 'Owl_Guardian', '9743', '-414.000', '8.000', '501.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125377', 'FerociousPugil', '1323', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125378', 'OgrishPugil', '2955', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125379', 'GreaterPugil', '1807', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125380', 'Gloop', '1624', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125381', 'OilSpill', '2958', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125382', 'Mariehene', '10900', '216.898', '3.438', '-72.800', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17125383', 'WarLizard', '10901', '221.998', '3.472', '-79.213', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17125384', 'WolfBat', '10902', '211.504', '3.663', '-75.772', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17125385', 'WolfBat', '10902', '218.178', '3.338', '-70.968', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17125386', 'Mariehene', '10900', '190.791', '3.499', '-76.590', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17125387', 'WoodBats', '10908', '191.049', '3.499', '-78.978', '13'); -INSERT INTO `mob_spawn_points` VALUES ('17125388', 'OrcishVeteran', '10903', '162.774', '3.532', '-75.368', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17125389', 'Mariehene', '10900', '158.950', '3.367', '-83.703', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17125390', 'OrcishAugur', '10904', '150.404', '3.410', '-102.112', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17125391', 'WaterElemental', '10905', '156.053', '3.538', '-107.163', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17125392', 'WarLizard', '10901', '155.962', '3.430', '-100.339', '168'); -INSERT INTO `mob_spawn_points` VALUES ('17125393', 'OrcishChampion', '10906', '150.169', '3.489', '-120.479', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17125394', 'Mariehene', '10900', '155.802', '3.647', '-114.167', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17125395', 'WoodBats', '10908', '159.255', '3.461', '-117.845', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17125396', 'Mariehene', '10900', '173.106', '3.432', '-134.099', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17125397', 'Mariehene', '10900', '196.831', '3.027', '-116.532', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17125398', 'WolfBat', '10902', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125399', 'OrcishAugur', '10904', '219.436', '3.304', '-127.550', '61'); -INSERT INTO `mob_spawn_points` VALUES ('17125400', 'OrcishDragonbr', '10909', '221.544', '3.437', '-120.379', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17125401', 'WolfBat', '10902', '234.154', '3.481', '-119.946', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17125402', 'Mariehene', '10900', '233.120', '3.500', '-117.900', '217'); -INSERT INTO `mob_spawn_points` VALUES ('17125403', 'OrcishVeteran', '10903', '240.409', '3.499', '-114.297', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17125404', 'OrcishChampion', '10906', '250.282', '3.215', '-125.529', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17125405', 'Mariehene', '10900', '244.452', '3.499', '-117.864', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17125406', 'WarLizard', '10901', '238.354', '3.498', '-113.596', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17125407', 'Mariehene', '10900', '236.032', '3.261', '-100.161', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17125408', 'WoodBats', '10908', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125409', 'Mariehene', '10900', '236.007', '3.499', '-80.132', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17125410', 'WarLizard', '10901', '235.496', '3.499', '-78.565', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17125411', 'WarLizard', '10901', '275.268', '-0.028', '-59.599', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125412', 'OrcishVeteran', '10903', '316.487', '-0.796', '-62.860', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17125413', 'OrcishBowshoot', '10910', '303.871', '-0.653', '-49.729', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17125414', 'Mariehene', '10900', '312.309', '-0.878', '-51.108', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17125415', 'OrcishAugur', '10904', '332.373', '-0.531', '-58.493', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17125416', 'OrcishDragonbr', '10909', '323.586', '-0.585', '-60.639', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17125417', 'Mariehene', '10900', '340.801', '-0.548', '-57.385', '169'); -INSERT INTO `mob_spawn_points` VALUES ('17125418', 'WarLizard', '10901', '337.801', '-0.405', '-34.237', '177'); -INSERT INTO `mob_spawn_points` VALUES ('17125419', 'OrcishVeteran', '10903', '306.858', '0.275', '-20.558', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17125420', 'OrcishAugur', '10904', '301.430', '0.142', '-14.711', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17125421', 'Mariehene', '10900', '304.680', '-0.003', '-20.004', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17125422', 'WarLizard', '10901', '340.079', '-0.634', '-83.883', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17125423', 'OrcishDragonbr', '10909', '346.811', '-0.422', '-99.417', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17125424', 'OrcishVeteran', '10903', '344.398', '-0.401', '-99.274', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17125425', 'Mariehene', '10900', '335.533', '-1.034', '-113.519', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17125426', 'OrcishBowshoot', '10910', '329.480', '-0.694', '-143.623', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17125427', 'OrcishAugur', '10904', '330.234', '-0.459', '-140.488', '158'); -INSERT INTO `mob_spawn_points` VALUES ('17125428', 'WarLizard', '10901', '339.116', '-0.719', '-141.672', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17125429', 'WarLizard', '10901', '347.143', '0.236', '-176.749', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17125430', 'OrcishDragonbr', '10909', '378.265', '-0.293', '-177.083', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17125431', 'OrcishBowshoot', '10910', '375.737', '0.272', '-174.487', '220'); -INSERT INTO `mob_spawn_points` VALUES ('17125432', 'Mariehene', '10900', '377.311', '-0.637', '-179.525', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17125433', 'HawkeyedDnatba', '10911', '358.667', '-0.500', '-181.406', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17125434', 'SeneschalImp', '10912', '323.062', '3.385', '-208.695', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17125435', 'OrcishDragonbr', '10909', '273.604', '3.362', '-205.907', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17125436', 'OrcishVeteran', '10903', '276.181', '3.499', '-241.593', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17125437', 'OrcishVeteran', '10903', '293.086', '3.000', '-251.187', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125438', 'FightingSmilod', '10913', '284.862', '3.348', '-261.813', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17125439', 'FightingSmilod', '10913', '269.025', '3.483', '-273.445', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17125440', 'FightingSmilod', '10913', '269.435', '3.534', '-276.066', '201'); -INSERT INTO `mob_spawn_points` VALUES ('17125441', 'OrcishBowshoot', '10910', '278.032', '3.583', '-275.711', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17125442', 'OrcishAugur', '10904', '283.592', '3.505', '-288.773', '171'); -INSERT INTO `mob_spawn_points` VALUES ('17125443', 'OrcishDragonbr', '10909', '289.487', '2.403', '-290.839', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17125444', 'OrcishAugur', '10904', '263.839', '3.249', '-224.237', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17125445', 'FightingSmilod', '10913', '262.931', '3.522', '-228.881', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17125446', 'ThunderElement', '10914', '262.099', '3.537', '-234.577', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17125447', 'SeneschalImp', '10912', '262.092', '3.709', '-245.552', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17125448', 'OrcishVeteran', '10903', '239.600', '3.500', '-239.113', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17125449', 'ercishFirebelc', '10915', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125450', 'OrcishAugur', '10904', '234.481', '3.424', '-241.751', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125451', 'OrcishDragonbr', '10909', '238.026', '3.499', '-246.238', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125452', 'AshmakerGotblu', '10916', '137.606', '3.346', '-279.050', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17125453', 'FightingSmilod', '10913', '339.582', '0.182', '-231.878', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17125454', 'FightingSmilod', '10913', '329.336', '0.036', '-255.052', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17125455', 'FightingSmilod', '10913', '236.585', '-0.611', '-301.684', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17125456', 'FightingSmilod', '10913', '208.388', '-0.603', '-299.173', '190'); -INSERT INTO `mob_spawn_points` VALUES ('17125457', 'FightingSmilod', '10913', '217.842', '-0.505', '-289.718', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17125458', 'OrcishVeteran', '10903', '163.657', '-0.696', '-263.169', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17125459', 'OrcishChampion', '10906', '171.432', '-1.158', '-258.328', '9'); -INSERT INTO `mob_spawn_points` VALUES ('17125460', 'OrcishAugur', '10904', '167.864', '-0.860', '-256.054', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17125461', 'OrcishDragonbr', '10909', '169.436', '-0.924', '-253.377', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17125462', 'OrcishVeteran', '10903', '160.586', '-0.433', '-24.797', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17125463', 'OrcishChampion', '10906', '158.629', '-0.627', '-15.235', '142'); -INSERT INTO `mob_spawn_points` VALUES ('17125464', 'Mariehene', '10900', '159.436', '-0.509', '-21.646', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17125465', 'Mariehene', '10900', '161.233', '-0.548', '-15.296', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17125466', 'OrcishAugur', '10904', '137.190', '-0.648', '-20.398', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17125467', 'WarLizard', '10901', '144.897', '-0.725', '-22.377', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17125468', 'Mariehene', '10900', '110.886', '-0.464', '-15.915', '141'); -INSERT INTO `mob_spawn_points` VALUES ('17125469', 'WarLizard', '10901', '120.760', '-0.510', '-20.616', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17125470', 'OrcishDragonbr', '10909', '83.264', '-0.540', '-18.783', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17125471', 'OrcishVeteran', '10903', '85.776', '-0.772', '-22.006', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17125472', 'Mariehene', '10900', '85.443', '-0.805', '-22.788', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17125473', 'Mariehene', '10900', '93.124', '-0.717', '-14.006', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17125474', 'OrcishBowshoot', '10910', '31.847', '-1.229', '-16.491', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17125475', 'OrcishWarlord', '10917', '40.509', '-0.499', '-18.506', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17125476', 'FightingSmilod', '10913', '32.625', '-1.205', '-15.091', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17125477', 'ThunderElement', '10914', '35.972', '-0.683', '-24.584', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17125478', 'OrcishChampion', '10906', '-9.502', '-0.563', '-19.355', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17125479', 'OrcishBowshoot', '10910', '-19.265', '-0.697', '-21.431', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17125480', 'FightingSmilod', '10913', '0.006', '-0.503', '-19.290', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17125481', 'OrcishBowshoot', '10910', '-22.230', '0.162', '-44.869', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17125482', 'OrcishWarlord', '10917', '-17.829', '0.202', '-54.810', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17125483', 'FightingSmilod', '10913', '-21.685', '0.669', '-64.272', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17125484', 'OrcishChampion', '10906', '-19.797', '-0.645', '8.310', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17125485', 'OrcishBowshoot', '10910', '-19.375', '-0.535', '2.173', '172'); -INSERT INTO `mob_spawn_points` VALUES ('17125486', 'FightingSmilod', '10913', '-26.057', '-0.596', '22.910', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17125487', 'FightingSmilod', '10913', '-22.959', '-0.434', '44.523', '183'); -INSERT INTO `mob_spawn_points` VALUES ('17125488', 'ercishFirebelc', '10915', '-55.587', '-0.508', '23.795', '43'); -INSERT INTO `mob_spawn_points` VALUES ('17125489', 'OrcishChampion', '10906', '-64.222', '-0.418', '21.641', '157'); -INSERT INTO `mob_spawn_points` VALUES ('17125490', 'OrcishBowshoot', '10910', '-64.758', '-0.819', '33.197', '141'); -INSERT INTO `mob_spawn_points` VALUES ('17125491', 'OrcishWarlord', '10917', '-60.166', '-0.637', '64.819', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17125492', 'OrcishChampion', '10906', '-61.291', '-0.524', '61.806', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17125493', 'OrcishBowshoot', '10910', '-67.648', '-0.669', '60.762', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17125494', 'ShatterskullMi', '10918', '-25.695', '0.363', '51.234', '209'); -INSERT INTO `mob_spawn_points` VALUES ('17125495', 'OrcishChampion', '10906', '-113.274', '3.304', '15.776', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17125496', 'OrcishBowshoot', '10910', '-112.783', '3.702', '26.602', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17125497', 'OrcishWarlord', '10917', '-131.319', '3.386', '13.436', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17125498', 'OrcishProtecto', '10907', '-132.731', '3.255', '12.224', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17125499', 'OrcishChampion', '10906', '-124.242', '3.449', '33.679', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17125500', 'OrcishBowshoot', '10910', '-117.213', '3.556', '-6.992', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17125501', 'OrcishWarlord', '10917', '-118.457', '3.500', '-1.296', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17125502', 'OrcishChampion', '10906', '-135.909', '3.661', '-10.226', '219'); -INSERT INTO `mob_spawn_points` VALUES ('17125503', 'OrcishBowshoot', '10910', '-133.881', '3.507', '-0.682', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17125504', 'OrcishProtecto', '10907', '-126.506', '3.529', '-2.477', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17125505', 'OrcishWarlord', '10917', '-165.702', '3.505', '0.254', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17125506', 'OrcishChampion', '10906', '-161.155', '3.490', '2.534', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17125507', 'OrcishWarlord', '10917', '-161.351', '3.297', '-4.396', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125508', 'OrcishBowshoot', '10910', '-117.589', '3.499', '-24.191', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17125509', 'OrcishWarlord', '10917', '-111.168', '3.395', '-17.547', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17125510', 'OrcishProtecto', '10907', '-124.360', '3.627', '-16.586', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17125511', 'OrcishWarlord', '10917', '-104.095', '3.518', '-38.359', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17125512', 'OrcishBowshoot', '10910', '-98.954', '3.717', '-33.327', '63'); -INSERT INTO `mob_spawn_points` VALUES ('17125513', 'OrcishChampion', '10906', '-115.389', '3.454', '-49.948', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17125514', 'OrcishChampion', '10906', '-97.533', '-0.014', '72.476', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17125515', 'OrcishBowshoot', '10910', '-97.976', '-0.136', '73.225', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17125516', 'OrcishWarlord', '10917', '-141.116', '-0.495', '80.769', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125517', 'OrcishProtecto', '10907', '-141.335', '-0.447', '80.048', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17125518', 'OrcishChampion', '10906', '-181.118', '-0.536', '53.294', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17125519', 'OrcishBowshoot', '10910', '-184.765', '-0.733', '60.683', '119'); -INSERT INTO `mob_spawn_points` VALUES ('17125520', 'OrcishWarlord', '10917', '-221.087', '-0.500', '43.320', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17125521', 'OrcishProtecto', '10907', '-205.108', '-0.037', '58.895', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17125522', 'OrcishChampion', '10906', '-219.811', '-0.956', '-7.456', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17125523', 'OrcishWarlord', '10917', '-219.796', '-1.183', '10.351', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17125524', 'OrcishBowshoot', '10910', '-224.433', '-0.496', '-5.157', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17125525', 'OrcishWarlord', '10917', '-224.226', '-0.720', '2.062', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125526', 'OrcishBowshoot', '10910', '-216.009', '-0.400', '-67.191', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17125527', 'OrcishChampion', '10906', '-214.859', '-0.369', '-66.564', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17125528', 'OrcishBowshoot', '10910', '-218.658', '-0.564', '-60.247', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17125529', 'OrcishChampion', '10906', '-200.370', '-0.500', '-61.117', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17125530', 'OrcishWarlord', '10917', '-189.329', '-0.971', '-66.954', '100'); -INSERT INTO `mob_spawn_points` VALUES ('17125531', 'OrcishWarlord', '10917', '-219.293', '-0.301', '-90.661', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17125532', 'OrcishBowshoot', '10910', '-221.938', '-0.444', '-91.929', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17125533', 'OrcishChampion', '10906', '-156.305', '-0.501', '-60.981', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125534', 'OrcishBowshoot', '10910', '-152.841', '-0.431', '-61.019', '135'); -INSERT INTO `mob_spawn_points` VALUES ('17125535', 'OrcishWarlord', '10917', '-105.532', '-0.060', '-104.971', '149'); -INSERT INTO `mob_spawn_points` VALUES ('17125536', 'OrcishBowshoot', '10910', '-97.407', '-0.645', '-101.176', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17125537', 'OrcishWarlord', '10917', '-98.792', '-0.381', '-106.198', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17125538', 'OrcishChampion', '10906', '-97.703', '-0.509', '-117.352', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17125539', 'OrcishWarlord', '10917', '-95.919', '-0.534', '-121.810', '47'); -INSERT INTO `mob_spawn_points` VALUES ('17125540', 'OrcishChampion', '10906', '-94.392', '-0.508', '-119.748', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17125541', 'OrcishDreadnou', '10919', '-94.980', '3.755', '-243.913', '2'); -INSERT INTO `mob_spawn_points` VALUES ('17125542', 'OrcishStrategi', '10920', '-88.269', '3.520', '-244.557', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17125543', 'OrcishFarkille', '10921', '-104.418', '3.595', '-242.356', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17125544', 'OrcishCupholde', '10922', '-67.572', '3.363', '-243.690', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17125545', 'OrcishStrategi', '10920', '-66.932', '3.523', '-232.115', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17125546', 'OrcishFarkille', '10921', '-65.322', '3.512', '-232.077', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17125547', 'OrcishFarkille', '10921', '-65.457', '3.545', '-231.545', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17125548', 'OrcishDreadnou', '10919', '-54.030', '3.629', '-220.160', '107'); -INSERT INTO `mob_spawn_points` VALUES ('17125549', 'OrcishStrategi', '10920', '-46.056', '3.596', '-217.494', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17125550', 'OrcishFarkille', '10921', '-25.223', '3.529', '-211.956', '196'); -INSERT INTO `mob_spawn_points` VALUES ('17125551', 'OrcishDreadnou', '10919', '-34.764', '3.524', '-207.204', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17125552', 'OrcishCupholde', '10922', '-16.769', '3.426', '-205.870', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17125553', 'OrcishStrategi', '10920', '-24.433', '3.427', '-214.613', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17125554', 'OrcishFarkille', '10921', '3.931', '3.393', '-201.663', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17125555', 'OrcishCupholde', '10922', '-1.171', '3.496', '-200.731', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17125556', 'OrcishFarkille', '10921', '17.149', '-4.032', '-189.977', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17125557', 'OrcishStrategi', '10920', '-72.147', '3.739', '-261.717', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17125558', 'OrcishDreadnou', '10919', '-75.314', '3.537', '-271.076', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17125559', 'OrcishCupholde', '10922', '-77.143', '3.499', '-280.161', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17125560', 'OrcishStrategi', '10920', '-78.533', '3.491', '-283.242', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17125561', 'OrcishStrategi', '10920', '-114.446', '3.744', '-234.673', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17125562', 'OrcishFarkille', '10921', '-116.643', '3.603', '-235.557', '249'); -INSERT INTO `mob_spawn_points` VALUES ('17125563', 'OrcishCupholde', '10922', '-141.663', '3.367', '-238.131', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17125564', 'OrcishFarkille', '10921', '-137.074', '3.441', '-242.783', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17125565', 'OrcishStrategi', '10920', '-156.719', '3.500', '-246.271', '101'); -INSERT INTO `mob_spawn_points` VALUES ('17125566', 'OrcishFarkille', '10921', '-165.281', '2.766', '-230.644', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17125567', 'OrcishDreadnou', '10919', '-162.861', '3.499', '-241.706', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17125568', 'OrcishDreadnou', '10919', '-180.810', '-0.419', '-276.766', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17125569', 'OrcishCupholde', '10922', '-181.539', '-0.759', '-298.130', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17125570', 'OrcishStrategi', '10920', '-161.422', '-0.500', '-299.840', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17125571', 'OrcishFarkille', '10921', '-164.264', '-0.643', '-300.004', '55'); -INSERT INTO `mob_spawn_points` VALUES ('17125572', 'OrcishDreadnou', '10919', '-144.729', '-0.883', '-302.983', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17125573', 'OrcishCupholde', '10922', '-116.051', '-0.377', '-298.661', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17125574', 'OrcishFarkille', '10921', '-90.396', '3.028', '-288.648', '148'); -INSERT INTO `mob_spawn_points` VALUES ('17125575', 'OrcishDreadnou', '10919', '-71.587', '3.288', '-289.116', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17125576', 'Lobison', '10923', '57.251', '-0.991', '-209.832', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17125577', 'Lobison', '10923', '62.851', '-0.563', '-201.199', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17125578', 'Lobison', '10923', '58.756', '-1.054', '-253.432', '163'); -INSERT INTO `mob_spawn_points` VALUES ('17125579', 'Lobison', '10923', '84.989', '-0.726', '-261.109', '17'); -INSERT INTO `mob_spawn_points` VALUES ('17125580', 'Lobison', '10923', '103.274', '-0.949', '-261.528', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17125581', 'Lobison', '10923', '111.717', '-1.042', '-255.943', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17125582', 'Lobison', '10923', '63.617', '-1.307', '-291.507', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17125583', 'Lobison', '10923', '62.544', '0.330', '-334.965', '41'); -INSERT INTO `mob_spawn_points` VALUES ('17125584', 'Lobison', '10923', '55.841', '0.705', '-345.166', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17125585', 'Lobison', '10923', '19.317', '-0.984', '-262.277', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17125586', 'Lobison', '10923', '16.601', '-0.369', '-267.218', '95'); -INSERT INTO `mob_spawn_points` VALUES ('17125587', 'Lobison', '10923', '25.783', '-0.769', '-302.170', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17125588', 'Lobison', '10923', '0.909', '-0.500', '-298.354', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17125589', 'Lobison', '10923', '-17.658', '-0.541', '-291.923', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17125590', 'OrcishDreadnou', '10919', '80.739', '-3.838', '-119.441', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17125591', 'OrcishImperial', '10924', '76.560', '-4.126', '-115.748', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17125592', 'OrcishDreadnou', '10919', '63.068', '-1.479', '-107.846', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17125593', 'SeneschalImp', '10912', '63.504', '-1.433', '-104.902', '3'); -INSERT INTO `mob_spawn_points` VALUES ('17125594', 'OrcishImperial', '10924', '62.985', '-3.753', '-114.289', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17125595', 'OrcishWyrmbran', '10926', '39.686', '-4.307', '-118.717', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17125596', 'OrcishDreadnou', '10919', '45.130', '-3.946', '-111.883', '205'); -INSERT INTO `mob_spawn_points` VALUES ('17125597', 'OrcishImperial', '10924', '32.413', '-3.183', '-141.315', '170'); -INSERT INTO `mob_spawn_points` VALUES ('17125598', 'OrcishProphete', '10925', '25.297', '-2.653', '-144.735', '144'); -INSERT INTO `mob_spawn_points` VALUES ('17125599', 'OrcishWyrmbran', '10926', '41.224', '-4.486', '-162.141', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17125600', 'OrcishDreadnou', '10919', '72.654', '-3.767', '-172.063', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17125601', 'OrcishProphete', '10925', '85.207', '-4.470', '-158.838', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17125602', 'OrcishWyrmbran', '10926', '88.565', '-4.738', '-160.000', '179'); -INSERT INTO `mob_spawn_points` VALUES ('17125603', 'OrcishProphete', '10925', '79.549', '-3.528', '-147.615', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17125604', 'OrcishWyrmbran', '10926', '90.264', '-3.350', '-138.634', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17125605', 'SeneschalImp', '10912', '91.395', '-3.841', '-133.087', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17125606', 'SeneschalImp', '10912', '75.047', '-7.049', '-123.700', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17125607', 'OrcishImperial', '10924', '58.867', '-8.946', '-126.363', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17125608', 'OrcishWyrmbran', '10926', '54.764', '-8.671', '-119.811', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17125609', 'OrcishDreadnou', '10919', '49.356', '-9.008', '-124.908', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17125610', 'OrcishImperial', '10924', '38.710', '-9.261', '-151.783', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17125611', 'OrcishProphete', '10925', '38.420', '-9.261', '-149.276', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17125612', 'OrcishWyrmbran', '10926', '53.036', '-9.111', '-162.729', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17125613', 'OrcishProphete', '10925', '55.196', '-9.140', '-165.539', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17125614', 'OrcishProphete', '10925', '67.001', '-8.741', '-158.433', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17125615', 'OrcishWyrmbran', '10926', '69.700', '-8.496', '-159.827', '109'); -INSERT INTO `mob_spawn_points` VALUES ('17125616', 'Morbol', '10927', '58.900', '2.960', '61.346', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17125617', 'LaVaulePugil', '10928', '57.380', '3.322', '38.622', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17125618', 'LaVaulePugil', '10928', '57.192', '3.534', '-9.203', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17125619', 'LaVaulePugil', '10928', '57.620', '3.330', '-83.806', '57'); -INSERT INTO `mob_spawn_points` VALUES ('17125620', 'LaVaulePugil', '10928', '96.027', '3.166', '-112.741', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17125621', 'LaVaulePugil', '10928', '102.056', '3.046', '-144.108', '250'); -INSERT INTO `mob_spawn_points` VALUES ('17125622', 'LaVaulePugil', '10928', '100.637', '3.409', '-175.765', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17125623', 'LaVaulePugil', '10928', '99.831', '3.347', '-202.139', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17125624', 'LaVaulePugil', '10928', '128.051', '3.382', '-222.697', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17125625', 'LaVaulePugil', '10928', '142.624', '3.445', '-259.783', '136'); -INSERT INTO `mob_spawn_points` VALUES ('17125626', 'LaVaulePugil', '10928', '141.858', '3.334', '-288.769', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17125627', 'LaVaulePugil', '10928', '169.508', '3.335', '-303.615', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17125628', 'LaVaulePugil', '10928', '183.162', '3.290', '-361.669', '194'); -INSERT INTO `mob_spawn_points` VALUES ('17125629', 'Morbol', '10927', '181.620', '3.472', '-367.949', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17125630', 'LaVaulePugil', '10928', '60.549', '3.354', '-182.606', '191'); -INSERT INTO `mob_spawn_points` VALUES ('17125631', 'LaVaulePugil', '10928', '25.422', '3.366', '-176.359', '221'); -INSERT INTO `mob_spawn_points` VALUES ('17125632', 'LaVaulePugil', '10928', '19.697', '3.169', '-141.376', '214'); -INSERT INTO `mob_spawn_points` VALUES ('17125633', 'LaVaulePugil', '10928', '-39.671', '3.336', '-141.403', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17125634', 'LaVaulePugil', '10928', '-80.309', '3.343', '-141.523', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17125635', 'LaVaulePugil', '10928', '-167.551', '3.260', '-137.084', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17125636', 'LaVaulePugil', '10928', '-220.530', '3.207', '-144.336', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17125637', 'LaVaulePugil', '10928', '-245.532', '3.268', '-134.497', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17125638', 'LaVaulePugil', '10928', '-257.548', '3.340', '-122.421', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17125639', 'LaVaulePugil', '10928', '-262.356', '3.300', '-87.265', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17125640', 'OrcishDreadnou', '10919', '129.427', '-0.132', '-140.620', '143'); -INSERT INTO `mob_spawn_points` VALUES ('17125641', 'OrcishImperial', '10924', '111.346', '-3.504', '-142.193', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17125642', 'OrcishProphete', '10925', '138.344', '-0.482', '-155.041', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17125643', 'OrcishDreadnou', '10919', '137.719', '-0.266', '-177.233', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17125644', 'OrcishWyrmbran', '10926', '162.073', '-0.532', '-179.371', '127'); -INSERT INTO `mob_spawn_points` VALUES ('17125645', 'SeneschalImp', '10912', '151.657', '-0.206', '-184.422', '22'); -INSERT INTO `mob_spawn_points` VALUES ('17125646', 'OrcishProphete', '10925', '154.061', '-0.668', '-180.638', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17125647', 'OrcishDreadnou', '10919', '186.821', '-0.846', '-179.810', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17125648', 'OrcishProphete', '10925', '176.084', '-0.537', '-185.010', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17125649', 'SeneschalImp', '10912', '174.628', '-0.388', '-180.031', '53'); -INSERT INTO `mob_spawn_points` VALUES ('17125650', 'OrcishWyrmbran', '10926', '182.606', '-2.151', '-146.684', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17125651', 'OrcishImperial', '10924', '179.611', '0.016', '-220.550', '122'); -INSERT INTO `mob_spawn_points` VALUES ('17125652', 'OrcishProphete', '10925', '175.522', '0.021', '-229.067', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17125653', 'OrcishWyrmbran', '10926', '188.894', '0.350', '-220.212', '21'); -INSERT INTO `mob_spawn_points` VALUES ('17125654', 'CoinbiterCjakn', '10929', '-128.493', '3.745', '20.947', '99'); -INSERT INTO `mob_spawn_points` VALUES ('17125655', 'DraketraderZlo', '10930', '-17.291', '0.243', '-57.281', '195'); -INSERT INTO `mob_spawn_points` VALUES ('17125656', 'FeebleschemeBh', '10931', '-176.207', '-0.384', '-298.763', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125657', 'Bhogbigg sGren', '402', '-67.806', '3.486', '-136.062', '248'); -INSERT INTO `mob_spawn_points` VALUES ('17125658', 'Bhogbigg sGren', '402', '-137.050', '3.651', '-135.831', '167'); -INSERT INTO `mob_spawn_points` VALUES ('17125659', 'Bhogbigg sGren', '402', '-128.929', '3.759', '-137.367', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17125660', 'Bhogbigg sVial', '403', '-136.904', '3.711', '-135.566', '153'); -INSERT INTO `mob_spawn_points` VALUES ('17125661', 'All-seeingOnyx', '10932', '173.407', '3.171', '-374.932', '96'); -INSERT INTO `mob_spawn_points` VALUES ('17125662', 'CogtoothSkagno', '10937', '142.595', '-0.377', '-176.132', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17125663', 'Agrios', '10934', '101.244', '-0.570', '60.608', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17125664', 'FalsespinnerBh', '10935', '-221.122', '-0.915', '-96.614', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17125665', 'Rugaroo', '10936', '17.596', '-0.289', '-259.902', '164'); -INSERT INTO `mob_spawn_points` VALUES ('17125666', 'DarkheirGrradh', '904', '-328.304', '-120.798', '375.812', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17125667', 'ArmouryCrate', '248', '-465.702', '-116.500', '363.461', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125668', 'MalicearmRazbh', '2497', '-389.522', '-120.702', '385.301', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17125669', 'SlitherwordRaz', '3672', '-363.947', '-120.572', '383.704', '8'); -INSERT INTO `mob_spawn_points` VALUES ('17125670', 'GorepledgeRozz', '1765', '-374.276', '-120.705', '387.812', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17125671', 'DarkheirGrradh', '904', '-61.000', '-56.625', '363.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125672', 'ArmouryCrate', '248', '-65.813', '-56.500', '363.410', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125673', 'MalicearmRazbh', '2497', '-65.000', '-56.500', '363.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125674', 'SlitherwordRaz', '3672', '-62.000', '-56.750', '366.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125675', 'GorepledgeRozz', '1765', '-62.000', '-56.500', '360.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125676', 'DarkheirGrradh', '904', '450.438', '-120.918', '377.510', '146'); -INSERT INTO `mob_spawn_points` VALUES ('17125677', 'ArmouryCrate', '248', '334.221', '-116.500', '363.343', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125678', 'MalicearmRazbh', '2497', '347.106', '-116.544', '365.294', '245'); -INSERT INTO `mob_spawn_points` VALUES ('17125679', 'SlitherwordRaz', '3672', '339.749', '-116.726', '365.811', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17125680', 'GorepledgeRozz', '3672', '451.496', '-120.974', '377.200', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125681', 'Galarhigg', '1449', '-449.661', '-116.500', '361.521', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17125682', 'Galarhigg', '1449', '-53.744', '-56.500', '364.829', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17125683', 'Galarhigg', '1449', '343.990', '-116.501', '364.433', '16'); -INSERT INTO `mob_spawn_points` VALUES ('17125684', 'BloodcrownBrra', '456', '-434.550', '-116.500', '365.666', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17125685', 'Brradhod sFlet', '543', '-448.536', '-116.597', '366.779', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17125686', 'Brradhod sFlet', '543', '-447.668', '-116.500', '363.926', '94'); -INSERT INTO `mob_spawn_points` VALUES ('17125687', 'Brradhod sDonz', '542', '-440.943', '-116.506', '370.376', '115'); -INSERT INTO `mob_spawn_points` VALUES ('17125688', 'Brradhod sDonz', '542', '-438.018', '-116.545', '352.865', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17125689', 'ArmouryCrate', '248', '-465.702', '-116.500', '363.461', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125690', 'BloodcrownBrra', '456', '-53.110', '-56.500', '365.278', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17125691', 'Brradhod sFlet', '543', '-26.157', '-56.544', '375.644', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17125692', 'Brradhod sFlet', '543', '-13.808', '-58.071', '380.834', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17125693', 'Brradhod sDonz', '542', '-42.081', '-56.500', '362.965', '222'); -INSERT INTO `mob_spawn_points` VALUES ('17125694', 'Brradhod sDonz', '542', '-40.050', '-56.500', '354.920', '23'); -INSERT INTO `mob_spawn_points` VALUES ('17125695', 'ArmouryCrate', '248', '-65.813', '-56.500', '363.410', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125696', 'BloodcrownBrra', '456', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125697', 'Brradhod sFlet', '543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125698', 'Brradhod sFlet', '543', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125699', 'Brradhod sDonz', '542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125700', 'Brradhod sDonz', '542', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125701', 'ArmouryCrate', '248', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125702', 'ValaineralRDavilles', '4121', '274.748', '3.388', '-188.999', '138'); -INSERT INTO `mob_spawn_points` VALUES ('17125703', 'RoyalGuard', '3403', '-500.000', '-500.000', '-500.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17125704', 'RoyalGuard1', '3403', '-500.000', '-500.000', '-500.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17125705', 'RoyalGuard2', '3403', '-500.000', '-500.000', '-500.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17125706', 'RoyalGuard3', '3403', '-500.000', '-500.000', '-500.000', '161'); -INSERT INTO `mob_spawn_points` VALUES ('17125707', 'RoyalGuard4', '3403', '-500.000', '-500.000', '-500.000', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17125708', 'RoyalGuard5', '3403', '-500.000', '-500.000', '-500.000', '165'); -INSERT INTO `mob_spawn_points` VALUES ('17125709', 'RoyalGuard6', '3403', '-500.000', '-500.000', '-500.000', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17125710', 'RoyalGuard7', '3403', '-500.000', '-500.000', '-500.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125711', 'RoyalGuard8', '3403', '-500.000', '-500.000', '-500.000', '186'); -INSERT INTO `mob_spawn_points` VALUES ('17125712', 'Leonoyne', '2390', '272.609', '3.326', '-195.338', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17125713', 'SavageHoundCondottiere', '3486', '-500.000', '-500.000', '-500.000', '235'); -INSERT INTO `mob_spawn_points` VALUES ('17125714', 'SavageHoundCondottiere1', '3486', '-500.000', '-500.000', '-500.000', '182'); -INSERT INTO `mob_spawn_points` VALUES ('17125715', 'SavageHoundCondottiere2', '3486', '-500.000', '-500.000', '-500.000', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17125716', 'SavageHoundCondottiere3', '3486', '-500.000', '-500.000', '-500.000', '12'); -INSERT INTO `mob_spawn_points` VALUES ('17125717', 'SavageHoundCondottiere4', '3486', '-500.000', '-500.000', '-500.000', '180'); -INSERT INTO `mob_spawn_points` VALUES ('17125718', 'SavageHoundCondottiere5', '3486', '-500.000', '-500.000', '-500.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17125719', 'SavageHoundCondottiere6', '3486', '-500.000', '-500.000', '-500.000', '71'); -INSERT INTO `mob_spawn_points` VALUES ('17125720', 'SavageHoundCondottiere7', '3486', '-500.000', '-500.000', '-500.000', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17125721', 'SavageHoundCondottiere8', '3486', '-500.000', '-500.000', '-500.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17125722', 'AshmeaBGreinner', '260', '280.685', '3.500', '-234.608', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17125723', 'ScarletBoarEsquire', '3495', '-500.000', '-500.000', '-500.000', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17125724', 'ScarletBoarEsquire1', '3495', '-500.000', '-500.000', '-500.000', '151'); -INSERT INTO `mob_spawn_points` VALUES ('17125725', 'ScarletBoarEsquire2', '3495', '-500.000', '-500.000', '-500.000', '237'); -INSERT INTO `mob_spawn_points` VALUES ('17125726', 'ScarletBoarEsquire3', '3495', '-500.000', '-500.000', '-500.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17125727', 'ScarletBoarEsquire4', '3495', '-500.000', '-500.000', '-500.000', '56'); -INSERT INTO `mob_spawn_points` VALUES ('17125728', 'ScarletBoarEsquire5', '3495', '-500.000', '-500.000', '-500.000', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17125729', 'ScarletBoarEsquire6', '3495', '-500.000', '-500.000', '-500.000', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17125730', 'ScarletBoarEsquire7', '3495', '-500.000', '-500.000', '-500.000', '69'); -INSERT INTO `mob_spawn_points` VALUES ('17125731', 'ScarletBoarEsquire8', '3495', '-500.000', '-500.000', '-500.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17125732', 'FeldrautteIRouhent', '1321', '275.943', '3.500', '-196.921', '51'); -INSERT INTO `mob_spawn_points` VALUES ('17125733', 'NorvallenKnight', '2909', '-500.000', '-500.000', '-500.000', '88'); -INSERT INTO `mob_spawn_points` VALUES ('17125734', 'NorvallenKnight1', '2909', '-500.000', '-500.000', '-500.000', '229'); -INSERT INTO `mob_spawn_points` VALUES ('17125735', 'NorvallenKnight2', '2909', '-500.000', '-500.000', '-500.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17125736', 'NorvallenKnight3', '2909', '-500.000', '-500.000', '-500.000', '234'); -INSERT INTO `mob_spawn_points` VALUES ('17125737', 'NorvallenKnight4', '2909', '-500.000', '-500.000', '-500.000', '233'); -INSERT INTO `mob_spawn_points` VALUES ('17125738', 'NorvallenKnight5', '2909', '-500.000', '-500.000', '-500.000', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17125739', 'NorvallenKnight6', '2909', '-500.000', '-500.000', '-500.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17125740', 'NorvallenKnight7', '2909', '-500.000', '-500.000', '-500.000', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17125741', 'NorvallenKnight8', '2909', '-500.000', '-500.000', '-500.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17125742', 'YrvaulairSCousseraux', '4481', '269.639', '2.801', '-185.693', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17125743', 'RoyalKnight', '3405', '-500.000', '-500.000', '-500.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17125744', 'RoyalKnight1', '3405', '-500.000', '-500.000', '-500.000', '54'); -INSERT INTO `mob_spawn_points` VALUES ('17125745', 'RoyalKnight2', '3405', '-500.000', '-500.000', '-500.000', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17125746', 'RoyalKnight3', '3405', '-500.000', '-500.000', '-500.000', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17125747', 'RoyalKnight4', '3405', '-500.000', '-500.000', '-500.000', '39'); -INSERT INTO `mob_spawn_points` VALUES ('17125748', 'RoyalKnight5', '3405', '-500.000', '-500.000', '-500.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17125749', 'RoyalKnight6', '3405', '-500.000', '-500.000', '-500.000', '34'); -INSERT INTO `mob_spawn_points` VALUES ('17125750', 'RoyalKnight7', '3405', '-500.000', '-500.000', '-500.000', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17125751', 'RoyalKnight8', '3405', '-500.000', '-500.000', '-500.000', '89'); -INSERT INTO `mob_spawn_points` VALUES ('17125752', 'GoldBadgerEsq', '1752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125753', 'GoldBadgerEsq', '1752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125754', 'GoldBadgerEsq', '1752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125755', 'GoldBadgerEsq', '1752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125756', 'GoldBadgerEsq', '1752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125757', 'GoldBadgerEsq', '1752', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125758', 'AlliedMantelet', '91', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125759', 'AlliedMantelet', '91', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125760', 'AlliedMantelet', '91', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125761', 'AlliedMantelet', '91', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125762', 'AlliedMantelet', '91', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125763', 'AlliedMantelet', '91', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125764', 'NailBomb', '2799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125765', 'NailBomb', '2799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125766', 'NailBomb', '2799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125767', 'NailBomb', '2799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125768', 'NailBomb', '2799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125769', 'NailBomb', '2799', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125770', 'AlliedBelfry', '90', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125771', 'RoyalBanneret', '3400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125772', 'RoyalBanneret', '3400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125773', 'RoyalBanneret', '3400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125774', 'RoyalBanneret', '3400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125775', 'RoyalBanneret', '3400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125776', 'RoyalBanneret', '3400', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125777', 'AlliedArmored', '89', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125778', 'RoyalEsquire', '3401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125779', 'RoyalEsquire', '3401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125780', 'RoyalEsquire', '3401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125781', 'RoyalEsquire', '3401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125782', 'RoyalEsquire', '3401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125783', 'RoyalEsquire', '3401', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125784', 'RoyalPalliator', '3407', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125785', 'RoyalPalliator', '3407', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125786', 'RoyalPalliator', '3407', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125787', 'RoyalPalliator', '3407', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125788', 'RoyalPalliator', '3407', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125789', 'RoyalPalliator', '3407', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125790', 'RoyalProvisioner', '3408', '272.482', '3.447', '-203.322', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17125791', 'RoyalProvisioner1', '3408', '273.673', '3.500', '-228.081', '90'); -INSERT INTO `mob_spawn_points` VALUES ('17125792', 'RoyalProvisioner2', '3408', '278.857', '3.537', '-226.787', '113'); -INSERT INTO `mob_spawn_points` VALUES ('17125793', 'ConquerorBakgo', '777', '285.297', '3.517', '-204.902', '238'); -INSERT INTO `mob_spawn_points` VALUES ('17125794', 'SteelhideProte', '3767', '294.754', '3.113', '-228.436', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17125795', 'SteelhideProte', '3767', '285.269', '3.527', '-198.534', '112'); -INSERT INTO `mob_spawn_points` VALUES ('17125796', 'SteelhideProte', '3767', '283.418', '3.458', '-240.383', '97'); -INSERT INTO `mob_spawn_points` VALUES ('17125797', 'SteelhideProte', '3767', '292.556', '3.331', '-202.794', '116'); -INSERT INTO `mob_spawn_points` VALUES ('17125798', 'SteelhideProte', '3767', '280.391', '3.498', '-235.744', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17125799', 'SteelhideProte', '3767', '275.437', '3.626', '-222.164', '139'); -INSERT INTO `mob_spawn_points` VALUES ('17125800', 'SteelhideProte', '3767', '291.069', '2.851', '-231.134', '106'); -INSERT INTO `mob_spawn_points` VALUES ('17125801', 'SteelhideProte', '3767', '277.327', '3.500', '-224.658', '48'); -INSERT INTO `mob_spawn_points` VALUES ('17125802', 'SteelhideProte', '3767', '281.213', '3.448', '-236.759', '133'); -INSERT INTO `mob_spawn_points` VALUES ('17125803', 'One-eyedGwajbo', '2980', '500.000', '500.000', '500.000', '172'); -INSERT INTO `mob_spawn_points` VALUES ('17125804', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '216'); -INSERT INTO `mob_spawn_points` VALUES ('17125805', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '67'); -INSERT INTO `mob_spawn_points` VALUES ('17125806', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '237'); -INSERT INTO `mob_spawn_points` VALUES ('17125807', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '154'); -INSERT INTO `mob_spawn_points` VALUES ('17125808', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '246'); -INSERT INTO `mob_spawn_points` VALUES ('17125809', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '197'); -INSERT INTO `mob_spawn_points` VALUES ('17125810', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17125811', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '236'); -INSERT INTO `mob_spawn_points` VALUES ('17125812', 'GutrenderTroop', '1852', '500.000', '500.000', '500.000', '125'); -INSERT INTO `mob_spawn_points` VALUES ('17125813', 'DeathlordRojgn', '935', '500.000', '500.000', '500.000', '159'); -INSERT INTO `mob_spawn_points` VALUES ('17125814', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '157'); -INSERT INTO `mob_spawn_points` VALUES ('17125815', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17125816', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17125817', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17125818', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '14'); -INSERT INTO `mob_spawn_points` VALUES ('17125819', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '211'); -INSERT INTO `mob_spawn_points` VALUES ('17125820', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '10'); -INSERT INTO `mob_spawn_points` VALUES ('17125821', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '232'); -INSERT INTO `mob_spawn_points` VALUES ('17125822', 'SpinebeakNeckc', '3730', '500.000', '500.000', '500.000', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17125823', 'Jagidbod sWarm', '2127', '297.807', '2.913', '-219.016', '84'); -INSERT INTO `mob_spawn_points` VALUES ('17125824', 'JagidbodofCla', '2126', '500.000', '500.000', '500.000', '225'); -INSERT INTO `mob_spawn_points` VALUES ('17125825', 'ClanReaperGru', '737', '283.987', '3.526', '-206.732', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17125826', 'ClanReaperGru', '737', '275.160', '3.420', '-208.777', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17125827', 'ClanReaperGru', '737', '279.563', '3.501', '-207.437', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17125828', 'ClanReaperGru', '737', '296.419', '2.986', '-220.271', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17125829', 'ClanReaperGru', '737', '299.451', '3.560', '-202.653', '45'); -INSERT INTO `mob_spawn_points` VALUES ('17125830', 'ClanReaperGru', '737', '284.897', '3.520', '-203.474', '241'); -INSERT INTO `mob_spawn_points` VALUES ('17125831', 'ClanReaperGru', '737', '293.388', '2.965', '-229.699', '224'); -INSERT INTO `mob_spawn_points` VALUES ('17125832', 'ClanReaperGru', '737', '285.257', '3.587', '-205.861', '42'); -INSERT INTO `mob_spawn_points` VALUES ('17125833', 'ClanReaperGru', '737', '294.948', '3.578', '-222.825', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17125834', 'AlphaGnoleAnd', '96', '500.000', '500.000', '500.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17125835', 'Anders sGuard', '132', '500.000', '500.000', '500.000', '175'); -INSERT INTO `mob_spawn_points` VALUES ('17125836', 'Anders sGuard', '132', '500.000', '500.000', '500.000', '176'); -INSERT INTO `mob_spawn_points` VALUES ('17125837', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '28'); -INSERT INTO `mob_spawn_points` VALUES ('17125838', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '80'); -INSERT INTO `mob_spawn_points` VALUES ('17125839', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '77'); -INSERT INTO `mob_spawn_points` VALUES ('17125840', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '242'); -INSERT INTO `mob_spawn_points` VALUES ('17125841', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17125842', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '208'); -INSERT INTO `mob_spawn_points` VALUES ('17125843', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17125844', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17125845', 'MoonfangWarrio', '2734', '500.000', '500.000', '500.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17125846', 'PoisonhandGnad', '3162', '500.000', '500.000', '500.000', '244'); -INSERT INTO `mob_spawn_points` VALUES ('17125847', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '35'); -INSERT INTO `mob_spawn_points` VALUES ('17125848', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17125849', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17125850', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125851', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17125852', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '50'); -INSERT INTO `mob_spawn_points` VALUES ('17125853', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '206'); -INSERT INTO `mob_spawn_points` VALUES ('17125854', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '76'); -INSERT INTO `mob_spawn_points` VALUES ('17125855', 'DismembermentG', '1051', '500.000', '500.000', '500.000', '37'); -INSERT INTO `mob_spawn_points` VALUES ('17125856', 'SteelbiterGudr', '3765', '500.000', '500.000', '500.000', '36'); -INSERT INTO `mob_spawn_points` VALUES ('17125857', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '189'); -INSERT INTO `mob_spawn_points` VALUES ('17125858', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '253'); -INSERT INTO `mob_spawn_points` VALUES ('17125859', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '162'); -INSERT INTO `mob_spawn_points` VALUES ('17125860', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '120'); -INSERT INTO `mob_spawn_points` VALUES ('17125861', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '228'); -INSERT INTO `mob_spawn_points` VALUES ('17125862', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17125863', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17125864', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '239'); -INSERT INTO `mob_spawn_points` VALUES ('17125865', 'BloodwingImpal', '464', '500.000', '500.000', '500.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17125866', 'Three-eyedProz', '3902', '277.462', '3.499', '-240.437', '19'); -INSERT INTO `mob_spawn_points` VALUES ('17125867', 'ThroatripperPr', '3907', '280.896', '3.500', '-203.284', '81'); -INSERT INTO `mob_spawn_points` VALUES ('17125868', 'ThroatripperPr', '3907', '278.315', '3.499', '-238.355', '237'); -INSERT INTO `mob_spawn_points` VALUES ('17125869', 'ThroatripperPr', '3907', '288.447', '3.462', '-207.272', '152'); -INSERT INTO `mob_spawn_points` VALUES ('17125870', 'ThroatripperPr', '3907', '285.876', '3.709', '-195.986', '202'); -INSERT INTO `mob_spawn_points` VALUES ('17125871', 'ThroatripperPr', '3907', '282.190', '3.513', '-204.267', '252'); -INSERT INTO `mob_spawn_points` VALUES ('17125872', 'ThroatripperPr', '3907', '281.389', '3.514', '-208.197', '93'); -INSERT INTO `mob_spawn_points` VALUES ('17125873', 'ThroatripperPr', '3907', '284.314', '3.561', '-205.978', '185'); -INSERT INTO `mob_spawn_points` VALUES ('17125874', 'ThroatripperPr', '3907', '279.409', '3.500', '-206.540', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17125875', 'ThroatripperPr', '3907', '276.884', '3.500', '-242.736', '129'); -INSERT INTO `mob_spawn_points` VALUES ('17125876', 'DirtyhandedGoc', '1046', '500.000', '500.000', '500.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17125877', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17125878', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '126'); -INSERT INTO `mob_spawn_points` VALUES ('17125879', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17125880', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '59'); -INSERT INTO `mob_spawn_points` VALUES ('17125881', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '92'); -INSERT INTO `mob_spawn_points` VALUES ('17125882', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17125883', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '130'); -INSERT INTO `mob_spawn_points` VALUES ('17125884', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '117'); -INSERT INTO `mob_spawn_points` VALUES ('17125885', 'GravemakerMesm', '1795', '500.000', '500.000', '500.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125886', 'BattlemasterVa', '366', '500.000', '500.000', '500.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125887', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '166'); -INSERT INTO `mob_spawn_points` VALUES ('17125888', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17125889', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17125890', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17125891', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '187'); -INSERT INTO `mob_spawn_points` VALUES ('17125892', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '193'); -INSERT INTO `mob_spawn_points` VALUES ('17125893', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17125894', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '31'); -INSERT INTO `mob_spawn_points` VALUES ('17125895', 'ClanLongtooth', '736', '500.000', '500.000', '500.000', '83'); -INSERT INTO `mob_spawn_points` VALUES ('17125896', 'ClanBearFight', '735', '500.000', '500.000', '500.000', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17125897', 'ClanBearFight', '735', '500.000', '500.000', '500.000', '203'); -INSERT INTO `mob_spawn_points` VALUES ('17125898', 'ClanBearFight', '735', '500.000', '500.000', '500.000', '215'); -INSERT INTO `mob_spawn_points` VALUES ('17125899', 'ClanBearFight', '735', '500.000', '500.000', '500.000', '118'); -INSERT INTO `mob_spawn_points` VALUES ('17125900', 'ClanBearFight', '735', '500.000', '500.000', '500.000', '198'); -INSERT INTO `mob_spawn_points` VALUES ('17125901', 'ClanBearFight', '735', '500.000', '500.000', '500.000', '73'); -INSERT INTO `mob_spawn_points` VALUES ('17125902', 'ConfederateMan', '776', '285.513', '3.500', '-239.789', '65'); -INSERT INTO `mob_spawn_points` VALUES ('17125903', 'ConfederateMan', '776', '283.236', '3.500', '-201.919', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125904', 'ConfederateMan', '776', '272.832', '3.354', '-195.457', '192'); -INSERT INTO `mob_spawn_points` VALUES ('17125905', 'ConfederateMan', '776', '273.200', '3.139', '-206.779', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125906', 'ConfederateMan', '776', '274.236', '3.561', '-230.985', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125907', 'ConfederateMan', '776', '274.651', '3.500', '-238.272', '64'); -INSERT INTO `mob_spawn_points` VALUES ('17125908', 'IronBomb', '2100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125909', 'IronBomb', '2100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125910', 'IronBomb', '2100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125911', 'IronBomb', '2100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125912', 'IronBomb', '2100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125913', 'IronBomb', '2100', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125914', 'ConfederateBel', '775', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125915', 'OrcishStrongar', '3037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125916', 'OrcishStrongar', '3037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125917', 'OrcishStrongar', '3037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125918', 'OrcishStrongar', '3037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125919', 'OrcishStrongar', '3037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125920', 'OrcishStrongar', '3037', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125921', 'OrcishTurret', '3040', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125922', 'WarSmilodon', '4299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125923', 'WarSmilodon', '4299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125924', 'WarSmilodon', '4299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125925', 'WarSmilodon', '4299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125926', 'WarSmilodon', '4299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125927', 'WarSmilodon', '4299', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125928', 'FiendishLeechk', '1333', '500.000', '500.000', '500.000', '70'); -INSERT INTO `mob_spawn_points` VALUES ('17125929', 'FiendishLeechk', '1333', '500.000', '500.000', '500.000', '131'); -INSERT INTO `mob_spawn_points` VALUES ('17125930', 'FiendishLeechk', '1333', '500.000', '500.000', '500.000', '184'); -INSERT INTO `mob_spawn_points` VALUES ('17125931', 'FiendishLeechk', '1333', '500.000', '500.000', '500.000', '85'); -INSERT INTO `mob_spawn_points` VALUES ('17125932', 'FiendishLeechk', '1333', '500.000', '500.000', '500.000', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17125933', 'FiendishLeechk', '1333', '500.000', '500.000', '500.000', '200'); -INSERT INTO `mob_spawn_points` VALUES ('17125934', 'Shadowhorn', '3569', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125935', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125936', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125937', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125938', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125939', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125940', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125941', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125942', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125943', 'ShadowhornStor', '3570', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125944', 'Shadowhand', '3565', '287.344', '3.533', '-207.155', '178'); -INSERT INTO `mob_spawn_points` VALUES ('17125945', 'ShadowhandCuirassier', '3566', '500.000', '500.000', '500.000', '114'); -INSERT INTO `mob_spawn_points` VALUES ('17125946', 'ShadowhandCuirassier1', '3566', '500.000', '500.000', '500.000', '52'); -INSERT INTO `mob_spawn_points` VALUES ('17125947', 'ShadowhandCuirassier2', '3566', '500.000', '500.000', '500.000', '62'); -INSERT INTO `mob_spawn_points` VALUES ('17125948', 'ShadowhandCuirassier3', '3566', '500.000', '500.000', '500.000', '38'); -INSERT INTO `mob_spawn_points` VALUES ('17125949', 'ShadowhandCuirassier4', '3566', '500.000', '500.000', '500.000', '1'); -INSERT INTO `mob_spawn_points` VALUES ('17125950', 'ShadowhandCuirassier5', '3566', '500.000', '500.000', '500.000', '128'); -INSERT INTO `mob_spawn_points` VALUES ('17125951', 'ShadowhandCuirassier6', '3566', '500.000', '500.000', '500.000', '104'); -INSERT INTO `mob_spawn_points` VALUES ('17125952', 'ShadowhandCuirassier7', '3566', '500.000', '500.000', '500.000', '124'); -INSERT INTO `mob_spawn_points` VALUES ('17125953', 'ShadowhandCuirassier8', '3566', '500.000', '500.000', '500.000', '134'); -INSERT INTO `mob_spawn_points` VALUES ('17125954', 'Shadowfang', '3563', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125955', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125956', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125957', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125958', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125959', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125960', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125961', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125962', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125963', 'ShadowfangVoid', '3564', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125964', 'Shadoweye', '3576', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125965', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125966', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125967', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125968', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125969', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125970', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125971', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125972', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125973', 'ShadoweyeGnat', '3562', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125974', 'Fortification', '1408', '286.595', '3.000', '-210.380', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125975', 'Fortification', '1408', '287.130', '3.000', '-229.631', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125976', 'Fortification', '1408', '280.888', '3.000', '-226.842', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125977', 'Fortification', '1408', '280.899', '3.000', '-213.302', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125978', 'RikohWahcondal', '3366', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125979', 'Kagetora', '2179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125980', 'Kagetora', '2179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125981', 'Kagetora', '2179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125982', 'Kagetora', '2179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125983', 'Kagetora', '2179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125984', 'Kagetora', '2179', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125985', 'Dalzakk', '896', '-500.000', '-500.000', '-500.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17125986', 'Oggbi', '2949', '-500.000', '-500.000', '-500.000', '255'); -INSERT INTO `mob_spawn_points` VALUES ('17125987', 'Rainemard', '3312', '275.695', '3.778', '-221.410', '27'); -INSERT INTO `mob_spawn_points` VALUES ('17125988', 'Maat', '2460', '281.526', '3.500', '-207.620', '247'); -INSERT INTO `mob_spawn_points` VALUES ('17125989', 'Degenhard', '960', '270.861', '3.214', '-186.669', '32'); -INSERT INTO `mob_spawn_points` VALUES ('17125990', 'Azima', '311', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17125991', 'ChohMoui', '725', '278.044', '3.500', '-204.740', '155'); -INSERT INTO `mob_spawn_points` VALUES ('17125992', 'Chigoe', '714', '273.952', '3.500', '-229.993', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17125993', 'Chigoe', '714', '273.919', '3.500', '-229.975', '29'); -INSERT INTO `mob_spawn_points` VALUES ('17125994', 'Chigoe', '714', '274.364', '3.514', '-230.264', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17125995', 'Chigoe', '714', '274.003', '3.526', '-229.928', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17125996', 'Chigoe', '714', '273.977', '3.523', '-229.916', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17125997', 'Chigoe', '714', '273.693', '3.542', '-230.398', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17125998', 'Chigoe', '714', '273.695', '3.538', '-230.399', '24'); -INSERT INTO `mob_spawn_points` VALUES ('17125999', 'Chigoe', '714', '273.977', '3.517', '-229.916', '30'); -INSERT INTO `mob_spawn_points` VALUES ('17126000', 'Azo', '312', '271.686', '3.210', '-195.297', '49'); -INSERT INTO `mob_spawn_points` VALUES ('17126001', 'Vahi', '4118', '275.302', '3.624', '-231.987', '103'); -INSERT INTO `mob_spawn_points` VALUES ('17126002', 'RongoNango', '3391', '292.636', '3.177', '-229.909', '231'); -INSERT INTO `mob_spawn_points` VALUES ('17126003', 'Lerren', '2391', '267.334', '1.757', '-207.494', '18'); -INSERT INTO `mob_spawn_points` VALUES ('17126004', 'Jajaro', '2137', '292.558', '2.772', '-230.741', '86'); -INSERT INTO `mob_spawn_points` VALUES ('17126005', 'Popochu', '3176', '292.732', '3.033', '-230.580', '87'); -INSERT INTO `mob_spawn_points` VALUES ('17126006', 'Papako', '3096', '283.306', '3.500', '-239.092', '254'); -INSERT INTO `mob_spawn_points` VALUES ('17126007', 'Momowa', '2730', '267.348', '1.832', '-207.016', '44'); -INSERT INTO `mob_spawn_points` VALUES ('17126008', 'Ulla', '4081', '291.822', '2.172', '-232.006', '230'); -INSERT INTO `mob_spawn_points` VALUES ('17126009', 'Kilhwch', '2226', '-500.000', '-500.000', '-500.000', '218'); -INSERT INTO `mob_spawn_points` VALUES ('17126010', 'Alfons', '84', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126011', 'Achtelle', '37', '-500.000', '-500.000', '-500.000', '137'); -INSERT INTO `mob_spawn_points` VALUES ('17126012', 'Bravo', '526', '-500.000', '-500.000', '-500.000', '227'); -INSERT INTO `mob_spawn_points` VALUES ('17126013', 'Duskraven', '1143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126014', 'DuskRaider', '1143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126015', 'DuskRaider', '1143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126016', 'DuskRaider', '1143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126017', 'DuskRaider', '1143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126018', 'DuskRaider', '1143', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126019', 'Areuhat', '227', '273.677', '3.352', '-189.078', '74'); -INSERT INTO `mob_spawn_points` VALUES ('17126020', 'Odzmanouk', '2946', '264.708', '3.500', '-181.447', '140'); -INSERT INTO `mob_spawn_points` VALUES ('17126021', 'Boodlix', '502', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126022', 'GoblinLansquen', '1681', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126023', 'GoblinLansquen', '1681', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126024', 'GoblinLansquen', '1681', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126025', 'Titania', '3926', '280.807', '3.500', '-203.386', '6'); -INSERT INTO `mob_spawn_points` VALUES ('17126026', 'Faerie', '1279', '284.321', '3.479', '-204.674', '91'); -INSERT INTO `mob_spawn_points` VALUES ('17126027', 'Faerie', '1279', '286.947', '3.451', '-205.438', '132'); -INSERT INTO `mob_spawn_points` VALUES ('17126028', 'Faerie', '1279', '279.689', '3.500', '-205.099', '251'); -INSERT INTO `mob_spawn_points` VALUES ('17126029', 'Faerie', '1279', '-500.000', '-500.000', '-500.000', '82'); -INSERT INTO `mob_spawn_points` VALUES ('17126030', 'Faerie', '1279', '-500.000', '-500.000', '-500.000', '105'); -INSERT INTO `mob_spawn_points` VALUES ('17126031', 'Faerie', '1279', '-500.000', '-500.000', '-500.000', '4'); -INSERT INTO `mob_spawn_points` VALUES ('17126032', 'Faerie', '1279', '-500.000', '-500.000', '-500.000', '7'); -INSERT INTO `mob_spawn_points` VALUES ('17126033', 'Faerie', '1279', '273.711', '3.500', '-240.403', '25'); -INSERT INTO `mob_spawn_points` VALUES ('17126034', 'Faerie', '1279', '-500.000', '-500.000', '-500.000', '11'); -INSERT INTO `mob_spawn_points` VALUES ('17126035', 'BabbanNyMheil', '320', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126036', 'Abenzio', '18', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126037', 'Bryher', '549', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126038', 'Camlin', '616', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126039', 'Darach', '903', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126040', 'RaigegueRd Or', '3310', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126041', 'AncientRoyalK', '126', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126042', 'AncientRoyalK', '126', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126043', 'AncientRoyalK', '126', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126044', 'AncientRoyalK', '126', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126045', 'Eurytos', '1262', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126046', 'GigasMercenary', '1574', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126047', 'GigasMercenary', '1574', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126048', 'PoroggoPrince', '3184', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126049', 'PoroggoServant', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126050', 'PoroggoServant', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126051', 'PoroggoServant', '3186', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126052', 'KaiserBehemoth', '2180', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126053', 'FerreousCoffin', '1324', '-500.000', '-500.000', '-500.000', '72'); -INSERT INTO `mob_spawn_points` VALUES ('17126054', 'Lewenhart', '2403', '0.000', '0.000', '0.000', '0'); -INSERT INTO `mob_spawn_points` VALUES ('17126055', 'AuroralAlicorn', '291', '-500.000', '-500.000', '-500.000', '171'); -INSERT INTO `mob_spawn_points` VALUES ('17109718', 'Cottus','11004','312.000','-60.000','489.000','163'); -INSERT INTO `mob_spawn_points` VALUES ('17109719', 'Cottus','11004','504.000','-49.000','279.000','233'); -INSERT INTO `mob_spawn_points` VALUES ('17109720', 'Cottus','11004','174.000','-10.000','-374.000','49'); - - - - +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET NAMES utf8 */; +/*!40014 SET FOREIGN_KEY_CHECKS=0 */; +-- Dumping data for table dsp.mob_spawn_points: 46,986 rows +/*!40000 ALTER TABLE `mob_spawn_points` DISABLE KEYS */; +INSERT INTO `mob_spawn_points` (`mobid`, `mobname`, `groupid`, `pos_x`, `pos_y`, `pos_z`, `pos_rot`) VALUES + (16781313, 'Snipper', 9, -6.482, -3.250, 15.208, 194), + (16781314, 'Snipper', 9, -4.696, -3.250, 14.614, 200), + (16781315, 'Big_Jaw', 2, 2.069, -3.250, 15.170, 194), + (16781316, 'Fishtrap', 3, -4.425, -3.250, 15.175, 182), + (16781317, 'Protozoan', 8, -4.756, -3.250, 15.154, 197), + (16781318, 'Aipaloovik', 1, 0.000, 0.000, 0.000, 0), + (16781319, 'Thickshell', 11, 0.500, -2.890, 8.324, 184), + (16781320, 'Giant_Pugil', 5, 1.412, -2.630, 4.838, 115), + (16781321, 'Flytrap', 4, 0.048, -2.891, 8.345, 182), + (16781322, 'Flytrap', 4, -7.286, -2.100, -11.850, 64), + (16781323, 'Ooze', 6, 0.290, -3.072, 13.613, 163), + (16781324, 'Thunder_Elemental', 12, -2.211, -3.082, 13.667, 229), + (16781325, 'Water_Elemental', 14, -0.557, -3.007, 9.753, 94), + (16781326, 'Vodyanoi', 13, -2.032, -3.010, 9.679, 28), + (16781327, 'Stubborn_Dredvodd', 10, -8.187, -2.500, -2.242, 32), + (16781328, 'Orcs_Wyvern', 7, -7.120, -2.500, -2.167, 46), + (16785409, 'Snipper', 49, -137.041, -2.468, 60.478, 43), + (16785410, 'Triangle_Crab', 58, -302.990, -2.478, 505.966, 87), + (16785411, 'Clipper', 20, -304.842, -2.469, 503.888, 183), + (16785412, 'Greater_Pugil', 32, 0.000, 0.000, 0.000, 0), + (16785413, 'Greater_Pugil', 32, 0.000, 0.000, 0.000, 0), + (16785414, 'Beady_Beetle', 16, -464.334, -5.733, 560.188, 163), + (16785415, 'Beady_Beetle', 16, -437.388, -6.613, 620.786, 66), + (16785416, 'Poison_Funguar', 46, -426.143, -10.551, 575.439, 229), + (16785417, 'Poison_Funguar', 46, -433.717, -6.324, 619.831, 10), + (16785418, 'Poison_Funguar', 46, -481.440, -7.758, 558.733, 123), + (16785419, 'Poison_Funguar', 46, -464.457, -6.306, 565.127, 25), + (16785420, 'Poison_Funguar', 46, -489.261, -9.881, 566.951, 102), + (16785421, 'Specter_Bat', 50, -389.435, -6.159, 482.650, 62), + (16785422, 'Specter_Bat', 50, -414.363, -7.640, 509.791, 124), + (16785423, 'Bulldog_Bats', 18, -386.536, -6.130, 514.231, 193), + (16785424, 'Bulldog_Bats', 18, -453.944, -9.202, 568.941, 135), + (16785425, 'Digger_Wasp', 23, -391.527, -6.185, 480.265, 14), + (16785426, 'Digger_Wasp', 23, -450.383, -6.605, 562.573, 211), + (16785427, 'Digger_Wasp', 23, -464.051, -6.306, 564.839, 153), + (16785428, 'Digger_Wasp', 23, -437.986, -6.894, 515.911, 96), + (16785429, 'Digger_Wasp', 23, -409.341, -9.618, 479.896, 118), + (16785430, 'Digger_Wasp', 23, -430.105, -10.071, 508.206, 18), + (16785431, 'Digger_Wasp', 23, -438.187, -7.593, 513.376, 184), + (16785432, 'Glide_Bomb', 31, -439.283, -6.633, 556.400, 27), + (16785433, 'Thunder_Elemental', 55, -385.271, -6.864, 525.519, 93), + (16785434, 'Beady_Beetle', 16, -335.949, -5.719, 478.649, 124), + (16785435, 'Beady_Beetle', 16, -321.216, -2.922, 491.995, 215), + (16785436, 'Beady_Beetle', 16, -342.956, -2.937, 566.254, 32), + (16785437, 'Beady_Beetle', 16, -365.883, -7.865, 560.624, 38), + (16785438, 'Flytrap', 26, -350.668, -5.621, 578.519, 86), + (16785439, 'Flytrap', 26, -363.202, -6.899, 565.777, 252), + (16785440, 'Orcish_Grunt', 39, -359.144, -7.524, 584.733, 114), + (16785441, 'Orcish_Stonechucker', 42, -368.445, -8.333, 556.915, 0), + (16785442, 'Orcish_Neckchopper', 40, -354.621, -6.437, 602.234, 244), + (16785443, 'Beady_Beetle', 16, -339.997, -8.971, 612.350, 158), + (16785444, 'Flytrap', 26, -307.765, -3.949, 641.184, 109), + (16785445, 'Flytrap', 26, -306.766, -3.549, 607.559, 94), + (16785446, 'Orcish_Grunt', 39, -325.589, -5.086, 593.002, 95), + (16785447, 'Orcish_Stonechucker', 42, -333.378, -7.103, 608.361, 192), + (16785448, 'Orcish_Neckchopper', 40, -316.529, -3.861, 589.973, 144), + (16785449, 'Poison_Funguar', 46, -327.533, -6.910, 623.093, 138), + (16785450, 'Poison_Funguar', 46, -329.237, -9.500, 643.018, 135), + (16785451, 'Beady_Beetle', 16, -399.799, -9.676, 471.544, 113), + (16785452, 'Beady_Beetle', 16, -402.209, -6.799, 486.158, 231), + (16785453, 'Beady_Beetle', 16, -348.590, -3.305, 517.342, 171), + (16785454, 'Beady_Beetle', 16, -375.517, -6.626, 488.461, 228), + (16785455, 'Beady_Beetle', 16, -370.762, -5.991, 499.119, 223), + (16785456, 'Beady_Beetle', 16, -352.169, -4.296, 525.040, 38), + (16785457, 'Orcish_Grunt', 39, -452.212, -7.247, 566.750, 255), + (16785458, 'Orcish_Stonechucker', 42, -411.333, -6.253, 514.804, 135), + (16785459, 'Orcish_Neckchopper', 40, -380.643, -5.788, 482.517, 73), + (16785460, 'Land_Pugil', 34, -307.527, -2.518, 632.049, 8), + (16785461, 'Water_Elemental', 59, -311.574, -2.599, 589.306, 54), + (16785462, 'Land_Pugil', 34, -313.397, -2.230, 584.863, 17), + (16785463, 'Water_Elemental', 59, -338.290, -4.719, 589.018, 127), + (16785464, 'Land_Pugil', 34, -349.544, -4.409, 510.372, 199), + (16785465, 'Land_Pugil', 34, -344.846, -3.198, 501.799, 44), + (16785466, 'Stag_Beetle', 54, -218.935, -7.296, 104.965, 142), + (16785467, 'Stag_Beetle', 54, -246.624, -8.421, 74.547, 63), + (16785468, 'Battrap', 15, -248.427, -8.431, 88.221, 180), + (16785469, 'Battrap', 15, -237.978, -6.095, 92.375, 34), + (16785470, 'Battrap', 15, -235.010, -9.578, 70.093, 80), + (16785471, 'Battrap', 15, -216.748, -6.218, 92.468, 189), + (16785472, 'Orcish_Fighter', 38, -238.191, -6.130, 92.944, 155), + (16785473, 'Orcish_Cursemaker', 37, -195.146, -5.524, 107.354, 221), + (16785474, 'Orcish_Serjeant', 41, -185.002, -3.777, 97.356, 55), + (16785475, 'Stag_Beetle', 54, -195.852, -6.068, 50.289, 109), + (16785476, 'Ghoul', 29, -208.157, -8.963, 32.215, 205), + (16785477, 'Battrap', 15, -190.561, -6.062, 47.356, 112), + (16785478, 'Battrap', 15, -216.384, -9.797, 63.080, 68), + (16785479, 'Orcish_Fighter', 38, -198.771, -6.156, 30.383, 22), + (16785480, 'Orcish_Cursemaker', 37, -177.345, -5.598, 45.523, 94), + (16785481, 'Orcish_Serjeant', 41, -178.475, -5.576, 43.545, 11), + (16785482, 'Ghoul', 30, -228.107, -8.897, 70.026, 79), + (16785483, 'Stag_Beetle', 54, -196.100, -6.508, 1.276, 140), + (16785484, 'Stag_Beetle', 54, -155.465, -7.625, -6.708, 132), + (16785485, 'Stag_Beetle', 54, -158.532, -6.073, 5.699, 228), + (16785486, 'Battrap', 15, -145.154, -3.113, 13.601, 214), + (16785487, 'Battrap', 15, -193.680, -6.549, 5.105, 215), + (16785488, 'Orcish_Fighter', 38, -162.352, -8.415, -5.296, 234), + (16785489, 'Orcish_Serjeant', 41, -188.867, -6.357, 12.107, 126), + (16785490, 'Stag_Beetle', 54, -160.465, -5.211, 45.835, 121), + (16785491, 'Battrap', 15, -146.437, -2.583, 40.065, 214), + (16785492, 'Battrap', 15, -154.466, -4.559, 29.836, 133), + (16785493, 'Stag_Beetle', 54, -250.683, -9.745, -38.160, 187), + (16785494, 'Ghoul', 29, -238.460, -5.914, -23.102, 145), + (16785495, 'Battrap', 15, -233.781, -7.252, -33.852, 177), + (16785496, 'Battrap', 15, -230.843, -9.683, -41.461, 235), + (16785497, 'Ghoul', 30, -239.034, -6.424, -34.668, 90), + (16785498, 'Thunder_Elemental', 55, -249.785, -8.286, -59.781, 183), + (16785499, 'Marsh_Funguar', 35, -232.077, -7.548, -49.582, 125), + (16785500, 'Marsh_Funguar', 35, -230.106, -9.410, -71.125, 103), + (16785501, 'Stag_Beetle', 54, -232.913, -6.581, -101.839, 178), + (16785502, 'Stag_Beetle', 54, -239.637, -6.379, -87.761, 130), + (16785503, 'Ghoul', 29, -200.922, -5.552, 58.787, 180), + (16785504, 'Will-o-the-Wisp', 63, -253.399, -5.968, -122.636, 57), + (16785505, 'Battrap', 15, -235.444, -6.667, -90.875, 105), + (16785506, 'Battrap', 15, -271.489, -8.713, -70.236, 213), + (16785507, 'Orcish_Fighter', 38, -245.291, -8.244, -126.324, 100), + (16785508, 'Orcish_Cursemaker', 37, -282.015, -5.977, -102.919, 32), + (16785509, 'Ghoul', 30, -248.942, -6.209, -120.169, 243), + (16785510, 'Forest_Tiger', 27, -264.448, -6.789, -83.638, 139), + (16785511, 'Forest_Tiger', 27, -277.310, -6.487, -79.704, 186), + (16785512, 'Stag_Beetle', 54, -329.283, -9.398, -80.276, 61), + (16785513, 'Marsh_Funguar', 35, -313.305, -7.808, -70.286, 163), + (16785514, 'Marsh_Funguar', 35, -299.195, -6.382, -81.654, 243), + (16785515, 'Thunder_Elemental', 55, -305.662, -6.703, -85.943, 37), + (16785516, 'Stag_Beetle', 54, -201.663, -9.517, -110.325, 227), + (16785517, 'Battrap', 15, -192.561, -6.214, -115.744, 8), + (16785518, 'Battrap', 15, -211.446, -8.049, -127.191, 18), + (16785519, 'Fosse_Pugil', 28, -191.942, -4.888, 120.563, 109), + (16785520, 'Fosse_Pugil', 28, -179.426, -3.962, 55.459, 253), + (16785521, 'Water_Elemental', 59, -183.668, -3.833, 58.717, 12), + (16785522, 'Fosse_Pugil', 28, -149.339, -3.472, -1.601, 54), + (16785523, 'Water_Elemental', 59, -150.286, -4.698, 13.489, 81), + (16785524, 'Fosse_Pugil', 28, -194.156, -5.367, -121.381, 160), + (16785525, 'Water_Elemental', 59, -167.507, -2.253, -140.955, 12), + (16785526, 'Stag_Beetle', 54, -273.997, -6.888, 58.618, 126), + (16785527, 'Stag_Beetle', 54, -305.001, -8.283, 68.216, 211), + (16785528, 'Stag_Beetle', 54, -304.607, -8.240, 68.541, 208), + (16785529, 'Spider_Wasp', 51, -337.680, -6.887, -155.193, 103), + (16785530, 'Spider_Wasp', 51, -338.018, -5.977, -191.210, 191), + (16785531, 'Stag_Beetle', 54, -337.556, -5.549, -181.870, 185), + (16785532, 'Stag_Beetle', 54, -293.595, -8.528, -170.716, 227), + (16785533, 'Stag_Beetle', 54, -297.509, -8.315, -171.651, 229), + (16785534, 'Stag_Beetle', 54, -298.379, -8.705, -177.242, 85), + (16785535, 'Marsh_Funguar', 35, -364.036, -7.322, -223.420, 2), + (16785536, 'Spider_Wasp', 51, -298.146, -7.593, -231.348, 9), + (16785537, 'Spider_Wasp', 51, -313.159, -6.990, -220.563, 146), + (16785538, 'Stag_Beetle', 54, -303.590, -7.443, -231.119, 201), + (16785539, 'Spider_Wasp', 51, -301.298, -5.268, -266.297, 180), + (16785540, 'Marsh_Funguar', 35, -303.957, -5.000, -262.085, 156), + (16785541, 'Stag_Beetle', 54, -359.800, -0.741, -319.699, 209), + (16785542, 'Stag_Beetle', 54, -359.879, -0.800, -300.676, 95), + (16785543, 'Stag_Beetle', 54, -352.503, -0.724, -265.460, 207), + (16785544, 'Marsh_Funguar', 35, -373.195, -0.784, -281.702, 161), + (16785545, 'Marsh_Funguar', 35, -346.027, -1.117, -282.084, 37), + (16785546, 'Marsh_Funguar', 35, -378.462, -1.074, -318.296, 80), + (16785547, 'Marsh_Funguar', 35, -349.679, -0.764, -321.082, 203), + (16785548, 'Marsh_Funguar', 35, -355.477, -0.815, -281.366, 122), + (16785549, 'Stag_Beetle', 54, -412.732, -0.448, -275.285, 140), + (16785550, 'Marsh_Funguar', 35, -426.800, -1.097, -304.946, 85), + (16785551, 'Marsh_Funguar', 35, -411.649, -0.778, -292.593, 55), + (16785552, 'Marsh_Funguar', 35, -405.471, -1.060, -267.902, 202), + (16785553, 'Marsh_Funguar', 35, -416.561, -1.053, -273.026, 118), + (16785554, 'Marsh_Funguar', 35, -299.021, -6.085, -331.577, 172), + (16785555, 'Spider_Wasp', 51, -295.078, -5.123, -342.965, 225), + (16785556, 'Spider_Wasp', 51, -299.291, -7.657, -370.869, 69), + (16785557, 'Spider_Wasp', 51, -296.858, -7.490, -369.838, 223), + (16785558, 'Stag_Beetle', 54, -296.323, -8.634, -377.114, 117), + (16785559, 'Stag_Beetle', 54, -265.267, -8.464, -341.247, 138), + (16785560, 'Spider_Wasp', 51, -258.318, -7.062, -443.038, 5), + (16785561, 'Spider_Wasp', 51, -297.450, -5.601, -458.867, 3), + (16785562, 'Spider_Wasp', 51, -297.546, -5.122, -455.092, 226), + (16785563, 'Stag_Beetle', 54, -264.168, -8.327, -452.475, 114), + (16785564, 'Marsh_Funguar', 35, -300.938, -5.748, -451.476, 125), + (16785565, 'Stag_Beetle', 54, -219.470, -10.064, -422.164, 27), + (16785566, 'Stag_Beetle', 54, -338.210, -6.547, -366.438, 183), + (16785567, 'Spider_Wasp', 51, -332.372, -5.581, -375.114, 147), + (16785568, 'Stag_Beetle', 54, -325.335, -6.430, -378.280, 10), + (16785569, 'Marsh_Funguar', 35, -324.984, -6.472, -378.393, 133), + (16785570, 'Marsh_Funguar', 35, -298.710, -5.941, -418.719, 59), + (16785571, 'Stag_Beetle', 54, -348.670, -6.470, -378.735, 131), + (16785572, 'Marsh_Funguar', 35, -391.066, -1.152, -358.302, 233), + (16785573, 'Marsh_Funguar', 35, -392.351, -0.908, -358.387, 110), + (16785574, 'Marsh_Funguar', 35, -382.671, -1.185, -361.662, 196), + (16785575, 'Marsh_Funguar', 35, -404.977, -0.834, -360.796, 126), + (16785576, 'Marsh_Funguar', 35, -441.742, -7.108, -337.168, 245), + (16785577, 'Stag_Beetle', 54, -356.682, -0.696, -505.765, 102), + (16785578, 'Stag_Beetle', 54, -352.396, -1.215, -514.294, 125), + (16785579, 'Stag_Beetle', 54, -348.509, -1.503, -511.246, 177), + (16785580, 'Marsh_Funguar', 35, -362.262, -0.799, -478.146, 165), + (16785581, 'Marsh_Funguar', 35, -360.554, -0.798, -509.553, 65), + (16785582, 'Marsh_Funguar', 35, -351.988, -1.262, -511.883, 205), + (16785583, 'Marsh_Funguar', 35, -354.523, -0.855, -465.541, 4), + (16785584, 'Marsh_Funguar', 35, -360.919, -1.824, -465.033, 237), + (16785585, 'Stag_Beetle', 54, -226.414, -1.927, -249.618, 85), + (16785586, 'Forest_Tiger', 27, -251.100, -9.633, -275.452, 75), + (16785587, 'Forest_Tiger', 27, -233.614, -5.602, -237.999, 122), + (16785588, 'Forest_Tiger', 27, -246.394, -6.667, -273.357, 182), + (16785589, 'Stag_Beetle', 54, -242.768, -7.704, -327.943, 146), + (16785590, 'Forest_Tiger', 27, -223.394, -1.737, -316.434, 242), + (16785591, 'Forest_Tiger', 27, -230.406, -4.695, -322.428, 55), + (16785592, 'Forest_Tiger', 27, -251.374, -8.376, -312.009, 186), + (16785593, 'Tempest_Tigon', 0, 0.000, 0.000, 0.000, 0), + (16785594, 'Ghoul', 29, -227.685, -4.017, -270.562, 6), + (16785595, 'Ghoul', 30, -241.715, -6.112, -309.397, 195), + (16785596, 'Thunder_Elemental', 55, -230.087, -3.934, -257.482, 135), + (16785597, 'Fosse_Pugil', 28, -225.082, -2.533, -243.197, 71), + (16785598, 'Fosse_Pugil', 28, -221.948, -1.523, -271.461, 49), + (16785599, 'Water_Elemental', 59, -221.994, -1.848, -243.383, 57), + (16785600, 'Stag_Beetle', 54, -200.848, -11.407, -501.738, 109), + (16785601, 'Stag_Beetle', 54, -203.162, -14.040, -533.492, 63), + (16785602, 'Stag_Beetle', 54, -193.427, -14.342, -525.122, 100), + (16785603, 'Battrap', 15, -180.536, -13.822, -515.952, 194), + (16785604, 'Battrap', 15, -169.280, -14.388, -523.741, 38), + (16785605, 'Battrap', 15, -154.594, -14.321, -515.499, 207), + (16785606, 'Thunder_Elemental', 55, -202.413, -14.640, -512.259, 164), + (16785607, 'Stag_Beetle', 54, -202.301, -5.918, -457.783, 242), + (16785608, 'Stag_Beetle', 54, -132.827, -5.975, -477.566, 208), + (16785609, 'Stag_Beetle', 54, -127.280, -6.456, -444.728, 89), + (16785610, 'Stag_Beetle', 54, -136.010, -6.145, -488.296, 71), + (16785611, 'Ghoul', 29, -119.015, -6.473, -436.377, 17), + (16785612, 'Will-o-the-Wisp', 63, -165.768, -6.455, -484.900, 42), + (16785613, 'Battrap', 15, -197.891, -6.668, -483.915, 250), + (16785614, 'Battrap', 15, -147.686, -5.948, -439.387, 236), + (16785615, 'Battrap', 15, -198.507, -6.474, -475.145, 73), + (16785616, 'Battrap', 15, -118.606, -6.220, -439.423, 199), + (16785617, 'Battrap', 15, -164.584, -6.498, -486.632, 99), + (16785618, 'Battrap', 15, -182.448, -6.162, -455.018, 83), + (16785619, 'Battrap', 15, -200.297, -6.709, -439.760, 27), + (16785620, 'Ghoul', 30, -133.585, -5.998, -478.969, 194), + (16785621, 'Forest_Tiger', 27, -182.181, -6.234, -457.888, 175), + (16785622, 'Forest_Tiger', 27, -192.944, -5.897, -465.147, 4), + (16785623, 'Stag_Beetle', 54, -122.516, -6.506, -517.379, 7), + (16785624, 'Battrap', 15, -111.779, -5.042, -519.453, 1), + (16785625, 'Battrap', 15, -109.525, -4.585, -518.780, 91), + (16785626, 'Stag_Beetle', 54, -201.487, -13.783, -545.323, 207), + (16785627, 'Marsh_Funguar', 35, -197.944, -15.804, -558.448, 1), + (16785628, 'Marsh_Funguar', 35, -205.959, -15.479, -559.817, 38), + (16785629, 'Marsh_Funguar', 35, -203.044, -14.292, -551.420, 202), + (16785630, 'Fosse_Pugil', 28, -102.478, -1.700, -472.954, 218), + (16785631, 'Fosse_Pugil', 28, -110.568, -4.821, -447.269, 106), + (16785632, 'Water_Elemental', 59, -103.059, -2.202, -518.582, 189), + (16785633, 'Diving_Beetle', 24, 115.971, -5.058, -396.149, 212), + (16785634, 'Diving_Beetle', 24, 107.969, -1.998, -388.574, 127), + (16785635, 'Birdtrap', 17, 87.973, -6.792, -453.187, 13), + (16785636, 'Birdtrap', 17, 96.163, -7.595, -449.269, 119), + (16785637, 'Birdtrap', 17, 96.496, -5.811, -439.908, 222), + (16785638, 'Birdtrap', 17, 114.096, -5.287, -407.948, 164), + (16785639, 'Sabertooth_Tiger', 47, 100.580, -8.068, -447.473, 217), + (16785640, 'Diving_Beetle', 24, 90.095, -9.940, -474.784, 65), + (16785641, 'Birdtrap', 17, 72.371, -8.666, -487.816, 176), + (16785642, 'Birdtrap', 17, 88.308, -8.634, -511.316, 210), + (16785643, 'Birdtrap', 17, 71.098, -8.401, -508.509, 119), + (16785644, 'Sabertooth_Tiger', 47, 75.330, -6.827, -519.412, 192), + (16785645, 'Diving_Beetle', 24, 120.025, -9.342, -550.147, 146), + (16785646, 'Diving_Beetle', 24, 76.990, -6.395, -591.402, 2), + (16785647, 'Diving_Beetle', 24, 81.969, -5.939, -582.913, 150), + (16785648, 'Wight', 62, 120.235, -6.455, -594.603, 27), + (16785649, 'Spunkie', 53, 132.456, -8.736, -577.646, 80), + (16785650, 'Birdtrap', 17, 83.912, -6.462, -601.722, 111), + (16785651, 'Birdtrap', 17, 106.150, -6.356, -605.173, 41), + (16785652, 'Birdtrap', 17, 70.010, -9.490, -599.298, 179), + (16785653, 'Birdtrap', 17, 111.988, -6.525, -557.005, 125), + (16785654, 'Birdtrap', 17, 133.245, -9.191, -550.339, 233), + (16785655, 'Wendigo', 60, 116.439, -5.979, -573.776, 85), + (16785656, 'Sabertooth_Tiger', 47, 65.836, -6.675, -555.414, 106), + (16785657, 'Sabertooth_Tiger', 47, 60.376, -10.022, -577.245, 58), + (16785658, 'Shrieker', 48, 42.170, -6.900, -565.374, 174), + (16785659, 'Shrieker', 48, 53.161, -8.180, -552.534, 11), + (16785660, 'Shrieker', 48, 42.352, -6.936, -565.457, 41), + (16785661, 'Diving_Beetle', 24, 150.699, -9.994, -573.825, 101), + (16785662, 'Diving_Beetle', 24, 169.704, -6.479, -553.800, 206), + (16785663, 'Birdtrap', 17, 146.864, -7.997, -545.079, 86), + (16785664, 'Birdtrap', 17, 182.203, -6.302, -544.080, 214), + (16785665, 'Birdtrap', 17, 185.444, -6.113, -550.452, 201), + (16785666, 'Birdtrap', 17, 201.119, -7.180, -565.250, 0), + (16785667, 'Sabertooth_Tiger', 47, 206.713, -5.156, -544.245, 140), + (16785668, 'Diving_Beetle', 24, 193.492, -6.412, -515.418, 255), + (16785669, 'Diving_Beetle', 24, 183.098, -5.796, -520.757, 12), + (16785670, 'Diving_Beetle', 24, 198.596, -9.162, -470.644, 180), + (16785671, 'Birdtrap', 17, 162.090, -7.384, -513.428, 178), + (16785672, 'Birdtrap', 17, 198.066, -6.861, -486.625, 23), + (16785673, 'Birdtrap', 17, 181.819, -5.887, -524.872, 240), + (16785674, 'Sabertooth_Tiger', 47, 172.109, -6.010, -521.574, 224), + (16785675, 'Birdtrap', 17, 94.823, -7.406, -448.129, 90), + (16785676, 'Orctrap', 43, 73.902, -7.286, -519.767, 81), + (16785677, 'Thunder_Elemental', 55, 120.160, -6.383, -403.071, 29), + (16785678, 'Diving_Beetle', 24, 211.475, -3.183, -523.171, 120), + (16785679, 'Birdtrap', 17, 201.393, -5.994, -518.779, 112), + (16785680, 'Birdtrap', 17, 206.427, -4.845, -524.823, 179), + (16785681, 'Spinous_Pugil', 52, 91.909, -3.748, -427.408, 119), + (16785682, 'Spinous_Pugil', 52, 116.364, -4.547, -390.233, 62), + (16785683, 'Water_Elemental', 59, 102.608, -1.819, -407.930, 41), + (16785684, 'Spinous_Pugil', 52, 216.680, -2.328, -505.582, 4), + (16785685, 'Water_Elemental', 59, 211.388, -3.003, -485.415, 164), + (16785686, 'Spinous_Pugil', 52, 208.209, -4.477, -551.424, 79), + (16785687, 'Water_Elemental', 59, 213.699, -3.762, -544.886, 64), + (16785688, 'Diving_Beetle', 24, 140.441, -6.602, -644.138, 181), + (16785689, 'Diving_Beetle', 24, 137.797, -7.908, -653.669, 228), + (16785690, 'Diving_Beetle', 24, 95.947, -6.724, -629.716, 175), + (16785691, 'Diving_Beetle', 24, 102.683, -6.790, -641.948, 63), + (16785692, 'Shrieker', 48, 102.950, -6.802, -641.809, 67), + (16785693, 'Diving_Beetle', 24, 71.131, -7.212, -701.377, 188), + (16785694, 'Diving_Beetle', 24, 59.089, -4.885, -742.790, 181), + (16785695, 'Shrieker', 48, 75.760, -6.569, -702.024, 119), + (16785696, 'Shrieker', 48, 64.889, -8.310, -704.111, 135), + (16785697, 'Shrieker', 48, 65.725, -7.812, -709.077, 244), + (16785698, 'Diving_Beetle', 24, 143.678, -8.428, -687.710, 152), + (16785699, 'Diving_Beetle', 24, 134.167, -8.112, -698.280, 228), + (16785700, 'Diving_Beetle', 24, 143.221, -8.104, -694.076, 136), + (16785701, 'Diving_Beetle', 24, 100.734, -0.470, -792.745, 45), + (16785702, 'Diving_Beetle', 24, 105.741, -0.325, -780.691, 78), + (16785703, 'Diving_Beetle', 24, 75.337, -0.799, -811.779, 193), + (16785704, 'Shrieker', 48, 93.988, -0.727, -772.688, 247), + (16785705, 'Shrieker', 48, 75.153, -0.577, -798.960, 140), + (16785706, 'Shrieker', 48, 96.106, -0.377, -777.956, 167), + (16785707, 'Shrieker', 48, 94.700, -0.249, -781.280, 125), + (16785708, 'Shrieker', 48, 92.461, -0.500, -794.489, 252), + (16785709, 'Overgrown_Ivy', 44, -120.000, -6.150, -469.000, 107), + (16785710, 'Cryptonberry_Executor', 22, 216.585, -2.520, -529.226, 35), + (16785711, 'Cryptonberry_Assassin', 21, 123.349, -6.012, -392.730, 70), + (16785712, 'Cryptonberry_Assassin', 21, 116.204, -5.352, -390.562, 51), + (16785713, 'Cryptonberry_Assassin', 21, 117.117, -5.658, -394.907, 49), + (16785714, 'Tonberry_s_Elemental', 57, 113.945, -5.497, -408.742, 87), + (16785715, 'Tonberry_s_Avatar', 56, 121.374, -5.153, -391.891, 248), + (16785716, 'Para', 45, -415.948, -0.704, -358.041, 76), + (16785717, 'Para', 45, -412.548, -0.500, -361.108, 111), + (16785718, 'Para', 45, -412.864, -0.094, -359.222, 26), + (16785719, 'Para', 45, 0.000, 0.000, 0.000, 0), + (16785720, 'Para', 45, 0.000, 0.000, 0.000, 0), + (16785721, 'Bullheaded_Grosvez', 19, 37.861, -8.684, -568.912, 198), + (16785722, 'Mycophile', 36, 145.500, -9.483, -699.000, 74), + (16785723, 'Hercules_Beetle', 33, -238.000, -5.950, -93.500, 180), + (16789505, 'Ghost_Crab', 69, -18.114, -3.500, 0.996, 137), + (16789506, 'Ghost_Crab', 69, 7.620, -3.499, -16.197, 177), + (16789507, 'Greater_Pugil', 70, -17.597, -3.500, 0.486, 128), + (16789508, 'Kraken', 72, 2.802, -3.500, -17.156, 48), + (16789509, 'Harajnite', 71, 7.867, -2.995, 6.623, 188), + (16789510, 'Cyclopean_Conch', 67, 18.083, -3.500, 2.247, 244), + (16789511, 'Cutter', 66, -0.836, -3.595, -6.232, 217), + (16789512, 'Fatty_Pugil', 68, 6.267, -3.080, -4.481, 228), + (16789513, 'Uragnite', 73, -6.395, -3.074, -4.525, 160), + (16789514, 'Uragnite', 73, 0.496, -3.484, -5.277, 145), + (16789515, 'Clot', 64, 5.363, -3.087, -4.880, 206), + (16789516, 'Clot', 64, 4.576, -3.594, -9.640, 252), + (16789517, 'Colossal_Calamari', 65, -1.969, -3.598, -12.433, 241), + (16789518, 'Zoredonite', 74, 5.969, -3.067, -5.345, 202), + (16793601, 'Ghost_Crab', 83, 0.000, 0.000, 0.000, 0), + (16793602, 'Grindylow', 88, 0.000, 0.000, 0.000, 0), + (16793603, 'Greater_Pugil', 87, 0.000, 0.000, 0.000, 0), + (16793604, 'Apsaras', 76, 0.000, 0.000, 0.000, 0), + (16793605, 'Kraken', 102, 0.000, 0.000, 0.000, 0), + (16793606, 'Lancet_Jagil', 104, 0.000, 0.000, 0.000, 0), + (16793607, 'Jagil', 101, -125.000, 0.001, -620.000, 60), + (16793608, 'Coralline_Urganite', 80, -383.000, -3.000, -450.000, 90), + (16793609, 'Coralline_Urganite', 80, -352.000, -3.000, -443.000, 30), + (16793610, 'Coralline_Urganite', 80, -321.000, -3.000, -435.000, 80), + (16793611, 'Coralline_Urganite', 80, -316.000, 0.001, -401.000, 30), + (16793612, 'Kraken', 102, -125.000, -0.001, -605.000, 248), + (16793613, 'Viscous_Clot', 121, -336.000, 0.001, -916.000, 125), + (16793614, 'Coralline_Urganite', 80, -339.000, 0.001, -413.000, 114), + (16793615, 'Coralline_Urganite', 80, -313.000, 0.001, 414.000, 249), + (16793616, 'Viscous_Clot', 121, -124.000, -0.001, -638.000, 179), + (16793617, 'Coralline_Urganite', 80, 0.000, 0.000, 0.000, 0), + (16793618, 'Ignis_Fatuus', 98, 0.000, 0.000, 0.000, 0), + (16793619, 'Coastal_Opo-opo', 79, -565.000, -2.000, -742.000, 26), + (16793620, 'Coastal_Opo-opo', 79, -569.000, -3.000, -776.000, 70), + (16793621, 'Alraune', 75, -480.000, -3.000, -708.000, 70), + (16793622, 'Toucan', 118, -154.000, -2.000, -629.000, 80), + (16793623, 'Alraune', 75, -483.000, -3.000, -674.000, 6), + (16793624, 'Alraune', 75, -513.000, -3.000, -629.000, 30), + (16793625, 'Coastal_Opo-opo', 79, -534.000, -2.000, -798.000, 8), + (16793626, 'Coastal_Opo-opo', 79, -472.000, -3.000, -834.000, 8), + (16793627, 'Coastal_Opo-opo', 79, -363.000, -3.000, -808.000, 229), + (16793628, 'Toucan', 118, -165.000, -3.000, -673.000, 96), + (16793629, 'Coastal_Opo-opo', 79, -424.000, -2.000, -845.000, 9), + (16793630, 'Coastal_Opo-opo', 79, -326.000, -3.000, -760.000, 6), + (16793631, 'Toucan', 118, -237.000, -3.000, -758.000, 30), + (16793633, 'Alraune', 75, -519.000, -2.000, -573.000, 70), + (16793634, 'Alraune', 75, -503.000, -1.000, -543.000, 1), + (16793635, 'Alraune', 75, -483.000, -3.000, -519.000, 80), + (16793637, 'Coralline_Urganite', 80, -132.000, 0.001, 604.000, 1), + (16793636, 'Jagil', 101, -389.000, 0.001, 914.000, 80), + (16793632, 'Ignis_Fatuus', 98, 0.000, 0.000, 0.000, 0), + (16793638, 'Coralline_Urganite', 80, -134.000, 0.001, -636.000, 1), + (17481729, 'Ding_Bats', 8981, 0.000, 0.000, 0.000, 0), + (16793645, 'Jagil', 101, -348.000, 0.001, -904.000, 182), + (16793646, 'Serra', 110, -634.000, 0.001, -669.000, 50), + (16793647, 'Viscous_Clot', 121, -614.000, 0.001, -708.000, 152), + (16793648, 'Coastal_Opo-opo', 79, -324.000, -2.000, -739.000, 87), + (16793649, 'Jagil', 101, -636.000, 0.001, -683.000, 60), + (16793650, 'Toucan', 118, -607.000, -3.000, -680.000, 122), + (16793651, 'Jagil', 101, 634.000, 0.001, -725.000, 50), + (16793652, 'Alraune', 75, -446.000, -3.000, -526.000, 70), + (16793653, 'Coastal_Opo-opo', 79, -326.000, -3.000, -753.000, 70), + (16793654, 'Coastal_Opo-opo', 79, -440.000, -2.000, -694.000, 60), + (16793655, 'Alraune', 75, -293.000, -2.000, -506.000, 20), + (16793657, 'Alraune', 75, -277.000, -3.000, -523.000, 70), + (16793656, 'Coastal_Opo-opo', 79, -489.000, -2.000, -673.000, 5), + (16793658, 'Alraune', 75, -253.000, -3.000, -530.000, 50), + (16793659, 'Coastal_Opo-opo', 79, -516.000, -3.000, -640.000, 80), + (16793660, 'Alraune', 75, -221.000, -1.000, -539.000, 70), + (16793661, 'Alraune', 75, -209.000, -2.000, -554.000, 10), + (16793662, 'Coralline_Urganite', 80, -138.000, 0.001, -662.000, 1), + (16793663, 'Coralline_Urganite', 80, -128.000, 0.001, -694.000, 1), + (16793664, 'Jagil', 101, -634.000, 0.001, -620.000, 80), + (16793665, 'Coralline_Urganite', 80, -309.000, 0.001, -914.000, 56), + (16793667, 'Kraken', 102, -635.000, 0.001, -763.000, 50), + (16793666, 'Coralline_Urganite', 80, -363.000, 0.001, -915.000, 87), + (16793668, 'Toucan', 118, -483.000, -3.000, -720.000, 60), + (16793669, 'Toucan', 118, -515.000, -2.000, -612.000, 70), + (16793670, 'Viscous_Clot', 121, -603.000, 0.001, 662.000, 196), + (16793672, 'Alraune', 75, -191.000, -2.000, -575.000, 126), + (16793671, 'Viscous_Clot', 121, -358.000, 0.001, -402.000, 218), + (16793673, 'Coastal_Opo-opo', 79, 560.000, -2.000, -581.000, 50), + (16793674, 'Coastal_Opo-opo', 79, -485.000, -3.000, -526.000, 80), + (16793675, 'Toucan', 118, -399.000, -3.000, -481.000, 70), + (16793676, 'Jagil', 101, 0.000, 0.000, 0.000, 0), + (16793677, 'Toucan', 118, -345.000, -2.000, -481.000, 80), + (16793678, 'Jagil', 101, -318.000, 0.001, -399.000, 70), + (16793679, 'Toucan', 118, -171.000, -2.000, -587.000, 20), + (16793680, 'Alraune', 75, -224.000, -1.000, -744.000, 70), + (16793681, 'Alraune', 75, -196.000, -3.000, -724.000, 20), + (16793682, 'Alraune', 75, -193.000, -2.000, -709.000, 70), + (16793683, 'Coastal_Opo-opo', 79, -425.000, -2.000, -526.000, 70), + (16793684, 'Coastal_Opo-opo', 79, -425.000, -3.000, -509.000, 40), + (16793685, 'Coastal_Opo-opo', 79, -290.000, -3.000, -515.000, 70), + (16793686, 'Coralline_Urganite', 80, -631.000, 0.001, -711.000, 10), + (16793687, 'Coralline_Urganite', 80, -626.000, 0.001, -683.000, 50), + (16793688, 'Viscous_Clot', 121, -646.000, 0.001, -653.000, 80), + (16793689, 'Coralline_Urganite', 80, -626.000, 0.001, -648.000, 80), + (16793690, 'Coralline_Urganite', 80, -339.000, 0.001, -414.000, 60), + (16793691, 'Kraken', 102, -119.000, 0.001, -555.000, 70), + (16793692, 'Toucan', 118, -140.000, -2.000, -595.000, 40), + (16793693, 'Alraune', 75, -20.000, -3.000, -719.000, 60), + (16793694, 'Ignis_Fatuus', 98, 0.000, 0.000, 0.000, 0), + (16793695, 'Viscous_Clot', 121, -330.000, -0.001, -914.000, 75), + (16793697, 'Coastal_Opo-opo', 79, -269.000, -3.000, -521.000, 30), + (16793696, 'Coastal_Opo-opo', 79, -229.000, -2.000, -530.000, 70), + (16793698, 'Shankha', 0, -114.000, 0.001, -591.000, 60), + (16793699, 'Jagil', 101, -108.000, 0.001, -637.000, 9), + (16793700, 'Jagil', 101, -114.000, 0.001, -669.000, 80), + (16793701, 'Toucan', 118, -214.000, -1.000, -785.000, 50), + (16793702, 'Coastal_Opo-opo', 79, -208.000, -2.000, -548.000, 5), + (16793703, 'Alraune', 75, -323.000, -2.000, -742.000, 30), + (16793704, 'Alraune', 75, -320.000, -3.000, -717.000, 70), + (16793705, 'Toucan', 118, -248.000, -3.000, -830.000, 20), + (16793706, 'Jagil', 101, -285.000, 0.001, -907.000, 70), + (16793707, 'Alraune', 75, -312.000, -2.000, -738.000, 7), + (16793708, 'Alraune', 75, -311.000, -3.000, -759.000, 60), + (16793709, 'Coastal_Opo-opo', 79, -192.000, -2.000, -570.000, 70), + (16793710, 'Ignis_Fatuus', 98, 0.000, 0.000, 0.000, 0), + (16793711, 'Peerifool', 107, -315.100, -2.000, -736.100, 111), + (16793712, 'Peerifool', 107, -315.200, -2.000, -736.200, 111), + (16793713, 'Peerifool', 107, -315.300, -2.000, -736.300, 111), + (16793714, 'Peerifool', 107, -315.400, -2.000, -736.400, 111), + (16793715, 'Peerifool', 107, -315.500, -2.000, -736.500, 111), + (16793716, 'Peerifool', 107, -315.600, -2.000, -736.600, 111), + (16793717, 'Island_Rarab', 100, 638.000, -19.000, 875.000, 20), + (16793718, 'Island_Rarab', 100, 633.000, -19.000, 858.000, 95), + (16793719, 'Marine_Dhalmel', 106, 625.000, -19.000, 845.000, 150), + (16793720, 'Marine_Dhalmel', 106, 594.000, -19.000, 831.000, 114), + (16793721, 'Raven', 108, 599.000, -19.000, 818.000, 178), + (16793722, 'Marine_Dhalmel', 106, 580.000, -19.000, 808.000, 93), + (16793723, 'Eft', 82, 558.000, -19.000, 775.000, 42), + (16793724, 'Raven', 108, 534.000, -19.000, 803.000, 128), + (16793725, 'Island_Rarab', 100, 499.000, -19.000, 795.000, 120), + (16793726, 'Ignis_Fatuus', 98, 550.000, -19.000, 794.000, 126), + (16793727, 'Marine_Dhalmel', 106, 550.000, -20.000, 806.000, 17), + (16793728, 'Island_Rarab', 100, 564.000, -19.000, 823.000, 220), + (16793729, 'Goblin_Shaman', 85, 520.000, -15.000, 784.000, 51), + (16793730, 'Eft', 82, 458.000, -3.000, 728.000, 121), + (16793732, 'Eft', 82, 481.000, -5.000, 760.000, 238), + (16793731, 'Eft', 82, 461.000, -2.000, 711.000, 37), + (16793734, 'Eft', 82, 513.000, -5.000, 743.000, 96), + (16793733, 'Eft', 82, 471.000, -3.000, 743.000, 130), + (16793735, 'Eft', 82, 500.000, -5.000, 757.000, 251), + (16793736, 'Eft', 82, 492.000, -3.000, 739.000, 142), + (16793737, 'Eft', 82, 522.000, -8.000, 765.000, 248), + (16793738, 'Raven', 108, 484.000, -5.000, 768.000, 47), + (16793739, 'Raven', 108, 476.000, -5.000, 753.000, 36), + (16793740, 'Raven', 108, 472.000, -5.000, 760.000, 109), + (16793741, 'Eft', 82, 480.000, -3.000, 743.000, 28), + (16793742, 'Intulo', 99, 523.000, -8.000, 762.000, 10), + (16793743, 'Marine_Dhalmel', 106, 475.000, -19.000, 793.000, 240), + (16793744, 'Marine_Dhalmel', 106, 446.000, -19.000, 781.000, 113), + (16793745, 'Eft', 82, 442.000, -19.000, 764.000, 123), + (16793746, 'Goblin_Pathfinder', 84, 442.000, -20.000, 836.000, 20), + (16793747, 'Goblin_s_Rarab', 86, 0.000, 0.000, 0.000, 0), + (16793748, 'Marine_Dhalmel', 106, 457.000, -19.000, 799.000, 39), + (16793749, 'Island_Rarab', 100, 400.000, -28.000, 839.000, 149), + (16793750, 'Hobgoblin_Martialist', 94, 335.000, -27.000, 875.000, 118), + (16793751, 'Hobgoblin_Animalier', 91, 316.000, -27.000, 846.000, 86), + (16793752, 'Goblin_s_Rarab', 86, 0.000, 0.000, 0.000, 0), + (16793753, 'Teine_Sith', 117, 313.000, -27.000, 824.000, 67), + (16793754, 'Tropical_Rarab', 120, 314.000, -28.000, 804.000, 183), + (16793755, 'Tropical_Rarab', 120, 126.000, -36.000, 710.000, 175), + (16793756, 'Tropical_Rarab', 120, 201.000, -36.000, 759.000, 228), + (16793757, 'Hobgoblin_Venerer', 97, 238.000, -27.000, 780.000, 102), + (16793758, 'Catoblepas', 77, 231.000, -33.000, 821.000, 103), + (16793759, 'Hobgoblin_Fascinator', 93, 207.000, -34.000, 771.000, 153), + (16793760, 'Tragopan', 119, 204.000, -38.000, 812.000, 62), + (16793761, 'Tragopan', 119, 236.000, -34.000, 830.000, 23), + (16793762, 'Tropical_Rarab', 120, 269.000, -36.000, 853.000, 53), + (16793763, 'Tropical_Rarab', 120, 283.000, -36.000, 829.000, 170), + (16793764, 'Tropical_Rarab', 120, 124.000, -41.000, 746.000, 115), + (16793765, 'Tragopan', 119, 166.000, -43.000, 825.000, 232), + (16793766, 'Tragopan', 119, 178.000, -40.000, 803.000, 48), + (16793767, 'Teine_Sith', 117, 0.000, 0.000, 0.000, 0), + (16793768, 'Catoblepas', 77, 157.000, -43.000, 818.000, 229), + (16793769, 'Catoblepas', 77, 133.000, -43.000, 799.000, 223), + (16793770, 'Tragopan', 119, 207.000, -37.000, 785.000, 182), + (16793771, 'Catoblepas', 77, 189.000, -37.000, 807.000, 145), + (16793772, 'Catoblepas', 77, 256.000, -27.000, 802.000, 5), + (16793773, 'Tropical_Rarab', 120, 122.000, -44.000, 877.000, 165), + (16793774, 'Tartarus_Eft', 116, 95.000, -44.000, 936.000, 89), + (16793775, 'Tartarus_Eft', 116, 88.000, -45.000, 920.000, 65), + (16793776, 'Splacknuck', 0, 0.000, 0.000, 0.000, 0), + (16793777, 'Hobgoblin_Animalier', 91, 122.000, -36.000, 683.000, 238), + (16793778, 'Goblin_s_Rarab', 86, 0.000, 0.000, 0.000, 0), + (16793779, 'Tartarus_Eft', 116, 90.000, -45.000, 904.000, 77), + (16793780, 'Hobgoblin_Fascinator', 93, 151.000, -36.000, 723.000, 96), + (16793781, 'Tartarus_Eft', 116, 281.000, -20.000, 601.000, 146), + (16793782, 'Catoblepas', 77, 125.000, -43.000, 779.000, 170), + (16793783, 'Tragopan', 119, 120.000, -35.000, 700.000, 75), + (16793784, 'Hobgoblin_Martialist', 94, 141.000, -35.000, 712.000, 105), + (16793785, 'Hobgoblin_Venerer', 97, 152.000, -36.000, 714.000, 223), + (16793786, 'Tragopan', 119, 146.000, -43.000, 805.000, 169), + (16793787, 'Tropical_Rarab', 120, 81.000, -36.000, 556.000, 93), + (16793788, 'Tartarus_Eft', 116, 284.000, -19.000, 559.000, 163), + (16793789, 'Tartarus_Eft', 116, 297.000, -16.000, 584.000, 98), + (16793790, 'Catoblepas', 77, 133.000, -35.000, 716.000, 240), + (16793791, 'Tropical_Rarab', 120, 166.000, -43.000, 835.000, 101), + (16793793, 'Tragopan', 119, 200.000, -44.000, 840.000, 253), + (16793792, 'Hobgoblin_Fascinator', 93, 157.000, -36.000, 644.000, 11), + (16793794, 'Catoblepas', 77, 253.000, -28.000, 791.000, 229), + (16793795, 'Catoblepas', 77, 201.000, -41.000, 825.000, 237), + (16793796, 'Hobgoblin_Martialist', 94, 154.000, -36.000, 634.000, 7), + (16793797, 'Hobgoblin_Animalier', 91, 120.000, -36.000, 602.000, 221), + (16793798, 'Goblin_s_Rarab', 86, 0.000, 0.000, 0.000, 0), + (16793799, 'Hobgoblin_Venerer', 97, 80.000, -28.000, 520.000, 226), + (16793800, 'Hobgoblin_Blagger', 92, 106.000, -27.000, 513.000, 15), + (16793801, 'Hobgoblin_Toreador', 96, 133.000, -27.000, 476.000, 52), + (16793802, 'Bight_Rarab', 10839, 117.000, -27.000, 513.000, 211), + (16793803, 'Camelopard', 10840, 123.000, -27.000, 503.000, 167), + (16793804, 'Bight_Rarab', 10839, 138.000, -27.000, 442.000, 42), + (16793805, 'Hobgoblin_Toreador', 96, 125.000, -27.000, 453.000, 66), + (16793806, 'Camelopard', 10840, 203.000, -19.000, 295.000, 14), + (16793807, 'Bight_Rarab', 10839, 227.000, -22.000, 545.000, 223), + (16793808, 'Bight_Rarab', 10839, 205.000, -27.000, 539.000, 70), + (16793809, 'Bight_Rarab', 10839, 191.000, -27.000, 397.000, 150), + (16793810, 'Hobgoblin_Physician', 95, 161.000, -27.000, 457.000, 245), + (16793811, 'Hobgoblin_Blagger', 92, 184.000, -27.000, 481.000, 241), + (16793812, 'Camelopard', 10840, 199.000, -27.000, 507.000, 95), + (16793813, 'Camelopard', 10840, 121.000, -27.000, 469.000, 103), + (16793814, 'Bight_Rarab', 10839, 236.000, -20.000, 322.000, 21), + (16793815, 'Camelopard', 10840, 148.000, -27.000, 476.000, 250), + (16793816, 'Camelopard', 10840, 199.000, -27.000, 497.000, 233), + (16793817, 'Camelopard', 10840, 163.000, -27.000, 419.000, 16), + (16793818, 'Hobgoblin_Alastor', 89, 210.000, -27.000, 520.000, 85), + (16793819, 'Hobgoblin_Alastor', 89, 277.000, -19.000, 568.000, 228), + (16793820, 'Hobgoblin_Blagger', 92, 152.000, -28.000, 431.000, 80), + (16793821, 'Camelopard', 10840, 230.000, -27.000, 359.000, 140), + (16793822, 'Camelopard', 10840, 216.000, -28.000, 370.000, 9), + (16793823, 'Hypnos_Eft', 10841, 63.000, -28.000, 214.000, 27), + (16793824, 'Hypnos_Eft', 10841, 79.000, -29.000, 208.000, 251), + (16793825, 'Hypnos_Eft', 10841, 101.000, -29.000, 214.000, 227), + (16793826, 'Hypnos_Eft', 10841, 261.000, -1.000, 177.000, 26), + (16793827, 'Hobgoblin_Toreador', 96, 182.000, -27.000, 395.000, 33), + (16793828, 'Hobgoblin_Blagger', 92, 212.000, -27.000, 357.000, 214), + (16793829, 'Hypnos_Eft', 10841, 278.000, -1.000, 168.000, 1), + (16793830, 'Hypnos_Eft', 10841, 312.000, -1.000, 191.000, 197), + (16793831, 'Hypnos_Eft', 10841, 299.000, -10.000, 208.000, 254), + (16793832, 'Hypnos_Eft', 10841, 285.000, -19.000, 159.000, 130), + (16793833, 'Hobgoblin_Physician', 95, 205.000, -19.000, 316.000, 70), + (16793834, 'Hobgoblin_Alastor', 89, 307.000, -19.000, 312.000, 10), + (16793835, 'Hypnos_Eft', 10841, 326.000, -19.000, 249.000, 19), + (16793836, 'Hypnos_Eft', 10841, 328.000, -18.000, 301.000, 2), + (16793837, 'Hobgoblin_Alastor', 89, 323.000, -19.000, 259.000, 187), + (16793838, 'Hobgoblin_Toreador', 96, 196.000, -19.000, 252.000, 49), + (16793839, 'Camelopard', 10840, 198.000, -27.000, 378.000, 127), + (16793840, 'Camelopard', 10840, 164.000, -28.000, 476.000, 115), + (16793841, 'Bight_Rarab', 10839, 197.000, -19.000, 269.000, 87), + (16793842, 'Bight_Rarab', 10839, 277.000, -20.000, 319.000, 4), + (16793843, 'Hypnos_Eft', 10841, 359.000, -20.000, 322.000, 251), + (16793844, 'Hypnos_Eft', 10841, 117.000, -28.000, 239.000, 251), + (16793845, 'Hobgoblin_Alastor', 89, 241.000, -20.000, 200.000, 29), + (16793846, 'Hobgoblin_Toreador', 96, 150.000, -21.000, 242.000, 7), + (16793847, 'Hobgoblin_Physician', 95, 176.000, -19.000, 240.000, 1), + (16793848, 'Bight_Rarab', 10839, 234.000, -20.000, 205.000, 19), + (16793849, 'Hypnos_Eft', 10841, 131.000, -26.000, 240.000, 255), + (16793850, 'Hobgoblin_Physician', 95, 239.000, -20.000, 553.000, 104), + (16793851, 'Hobgoblin_Angler', 90, 310.000, -2.000, 201.000, 57), + (16793852, 'Hobgoblin_Angler', 90, 309.000, -2.000, 175.000, 59), + (16793853, 'Hobgoblin_Angler', 90, 290.000, -17.000, 165.000, 73), + (16793854, 'Hypnos_Eft', 10841, 339.000, -15.000, 249.000, 153), + (16793855, 'Hypnos_Eft', 10841, 360.000, -15.000, 301.000, 189), + (16793856, 'Hypnos_Eft', 10841, 339.000, -17.000, 304.000, 123), + (16793857, 'Rohemolipaud', 109, 0.000, 0.000, 0.000, 0), + (16793858, 'Dalham', 81, 98.000, -44.000, 938.000, 228), + (16793859, 'Shen', 111, -111.000, 0.001, -729.000, 159), + (16793860, 'Shen_s_Filtrate', 112, -111.300, 0.001, -729.000, 159), + (16793861, 'Shen_s_Filtrate', 112, -111.500, 0.001, -729.000, 159), + (16793862, 'Bismarck', 0, 0.000, 0.000, 0.000, 0), + (16793863, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793864, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793865, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793866, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793867, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793868, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793869, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793870, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793871, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793872, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793873, 'Bismarck', 0, 0.000, 0.000, 0.000, 0), + (16793874, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793875, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793876, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793877, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793878, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793879, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793880, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793881, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793882, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793883, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793884, 'Bismarck', 0, 0.000, 0.000, 0.000, 0), + (16793885, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793886, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793887, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793888, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793889, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793890, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793891, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793892, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793893, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16793894, 'Primordial_Pugil', 0, 0.000, 0.000, 0.000, 0), + (16797697, 'Variable_Hare', 164, -204.304, -40.228, -436.225, 87), + (16797698, 'Variable_Hare', 164, -206.951, -40.224, -444.406, 145), + (16797699, 'Variable_Hare', 164, -220.830, -41.026, -422.868, 53), + (16797700, 'Uleguerand_Tiger', 163, -200.406, -39.718, -419.865, 89), + (16797701, 'Uleguerand_Tiger', 163, -195.515, -40.304, -435.601, 116), + (16797702, 'Uleguerand_Tiger', 163, -286.263, -41.006, -426.854, 85), + (16797703, 'Cwn_Annwn', 128, -206.437, -39.935, -422.099, 249), + (16797704, 'Variable_Hare', 164, -172.742, -40.102, -478.117, 195), + (16797705, 'Variable_Hare', 164, -192.682, -40.311, -507.482, 109), + (16797706, 'Variable_Hare', 164, -187.555, -40.467, -487.638, 165), + (16797707, 'Uleguerand_Tiger', 163, -201.529, -40.042, -491.900, 202), + (16797708, 'Uleguerand_Tiger', 163, -216.095, -40.580, -527.706, 180), + (16797709, 'Uleguerand_Tiger', 163, -240.477, -40.618, -513.717, 229), + (16797710, 'Cwn_Annwn', 128, -176.374, -39.899, -508.813, 242), + (16797711, 'Variable_Hare', 164, -111.324, -40.623, -384.458, 178), + (16797712, 'Variable_Hare', 164, -84.328, -40.567, -363.666, 79), + (16797713, 'Variable_Hare', 164, -118.546, -40.147, -411.098, 226), + (16797714, 'Uleguerand_Tiger', 163, -84.427, -40.570, -364.785, 77), + (16797715, 'Uleguerand_Tiger', 163, -108.979, -39.980, -359.136, 213), + (16797716, 'Uleguerand_Tiger', 163, -117.657, -40.375, -360.106, 125), + (16797717, 'Cwn_Annwn', 128, -105.838, -40.767, -376.426, 120), + (16797718, 'Snoll', 157, -177.363, -40.360, -526.081, 49), + (16797719, 'Snoll', 157, -211.505, -41.186, -475.139, 177), + (16797720, 'Snoll', 157, -241.736, -40.505, -437.921, 184), + (16797721, 'Snoll', 157, -119.181, -40.437, -435.867, 112), + (16797722, 'Buffalo', 127, -222.076, -20.040, -365.434, 215), + (16797723, 'Buffalo', 127, -237.504, -20.583, -403.376, 92), + (16797724, 'Buffalo', 127, -177.387, -20.098, -305.579, 212), + (16797725, 'Buffalo', 127, -195.386, -19.946, -318.472, 22), + (16797726, 'Cwn_Annwn', 128, -215.641, -19.920, -275.673, 8), + (16797727, 'Variable_Hare', 164, -246.264, -20.664, -329.403, 96), + (16797728, 'Variable_Hare', 164, -241.400, -20.487, -404.671, 9), + (16797729, 'Variable_Hare', 164, -241.929, -20.039, -385.480, 196), + (16797730, 'Variable_Hare', 164, -176.753, -20.019, -336.196, 137), + (16797731, 'Variable_Hare', 164, -165.718, -20.353, -277.484, 154), + (16797732, 'Variable_Hare', 164, -194.941, -20.006, -254.374, 185), + (16797733, 'Variable_Hare', 164, -247.877, -20.668, -271.093, 46), + (16797734, 'Snoll', 157, -234.928, -20.422, -237.607, 1), + (16797735, 'Variable_Hare', 164, -268.701, -20.291, -241.916, 214), + (16797736, 'Ice_Elemental', 140, -244.712, -20.895, -230.418, 169), + (16797737, 'Snoll', 157, -281.939, -20.373, -361.255, 195), + (16797738, 'Frost_Flambeau', 0, 0.000, 0.000, 0.000, 0), + (16797739, 'Snoll', 157, -204.207, -19.863, -344.031, 161), + (16797740, 'Snoll', 157, -166.512, -19.774, -344.752, 62), + (16797741, 'Snoll', 157, -179.590, -20.047, -301.980, 185), + (16797742, 'Snoll', 157, -228.958, -19.727, -301.690, 143), + (16797743, 'Ice_Elemental', 140, -109.524, -39.547, -308.800, 183), + (16797744, 'Variable_Hare', 164, -27.179, -40.465, -381.301, 1), + (16797745, 'Variable_Hare', 164, -23.241, -40.632, -378.437, 227), + (16797746, 'Variable_Hare', 164, -180.843, -40.620, -245.675, 177), + (16797747, 'Esbat', 133, 31.204, -34.881, -379.973, 133), + (16797748, 'Glacier_Eater', 138, 32.187, -34.818, -380.325, 132), + (16797749, 'Glacier_Eater', 138, 18.702, -36.895, -383.353, 136), + (16797750, 'Esbat', 133, 102.740, -11.727, -422.020, 244), + (16797751, 'Glacier_Eater', 138, 89.797, -15.998, -422.376, 18), + (16797752, 'Glacier_Eater', 138, 102.902, -11.849, -422.215, 246), + (16797753, 'Nival_Raptor', 153, 264.814, 0.228, -282.811, 114), + (16797754, 'Nival_Raptor', 153, 252.523, 1.086, -295.596, 42), + (16797755, 'Polar_Hare', 155, 295.808, -0.624, -272.415, 97), + (16797756, 'Polar_Hare', 155, 178.823, 0.046, -292.228, 218), + (16797757, 'Nival_Raptor', 153, 189.588, -0.195, -285.338, 82), + (16797758, 'Nival_Raptor', 153, 172.816, 0.033, -286.592, 99), + (16797759, 'Nival_Raptor', 153, 192.323, -0.318, -327.768, 243), + (16797760, 'Polar_Hare', 155, 306.325, 0.152, -398.291, 209), + (16797761, 'Polar_Hare', 155, 273.359, -0.704, -395.063, 83), + (16797762, 'Polar_Hare', 155, 264.686, -2.157, -377.852, 155), + (16797763, 'Nival_Raptor', 153, 219.632, 0.207, -363.980, 15), + (16797764, 'Nival_Raptor', 153, 290.567, -0.840, -329.203, 147), + (16797765, 'Nival_Raptor', 153, 219.529, 0.374, -357.614, 209), + (16797766, 'Nival_Raptor', 153, 294.883, 0.080, -361.041, 59), + (16797767, 'Nival_Raptor', 153, 280.851, -0.466, -355.494, 111), + (16797768, 'Polar_Hare', 155, 182.392, 0.373, -282.477, 10), + (16797769, 'Polar_Hare', 155, 186.278, 0.072, -278.215, 48), + (16797770, 'Skvader', 0, 0.000, 0.000, 0.000, 0), + (16797771, 'Polar_Hare', 155, 269.572, -0.456, -366.089, 65), + (16797772, 'Polar_Hare', 155, 269.764, -0.460, -367.311, 157), + (16797773, 'Polar_Hare', 155, 406.381, -0.389, -409.344, 60), + (16797774, 'Polar_Hare', 155, 422.738, -0.210, -420.712, 98), + (16797775, 'Polar_Hare', 155, 382.482, -1.361, -419.944, 69), + (16797776, 'Polar_Hare', 155, 393.675, -0.479, -430.633, 160), + (16797777, 'Morozko', 150, 221.977, -0.241, -340.985, 190), + (16797778, 'Ice_Elemental', 140, 305.892, 0.552, -244.565, 35), + (16797779, 'Nival_Raptor', 153, 343.932, -0.465, -406.960, 101), + (16797780, 'Nival_Raptor', 153, 395.794, -0.466, -403.594, 227), + (16797781, 'Nival_Raptor', 153, 411.861, -0.331, -411.431, 209), + (16797782, 'Nival_Raptor', 153, 437.765, -0.505, -400.005, 155), + (16797783, 'Polar_Hare', 155, 394.275, -8.285, -318.762, 10), + (16797784, 'Polar_Hare', 155, 391.552, -7.146, -332.340, 157), + (16797785, 'Nival_Raptor', 153, 399.683, -5.935, -338.146, 100), + (16797786, 'Nival_Raptor', 153, 382.632, -5.702, -302.810, 74), + (16797787, 'Nival_Raptor', 153, 399.184, -4.050, -344.261, 64), + (16797788, 'Nival_Raptor', 153, 362.693, -0.788, -303.713, 93), + (16797789, 'Nival_Raptor', 153, 355.903, -0.210, -365.298, 101), + (16797790, 'Giant_Buffalo', 137, 437.512, 4.297, -225.916, 236), + (16797791, 'Giant_Buffalo', 137, 368.496, 1.483, -151.150, 62), + (16797792, 'Giant_Buffalo', 137, 466.406, -8.150, -148.853, 176), + (16797793, 'Giant_Buffalo', 137, 344.449, 5.539, -206.028, 238), + (16797794, 'Giant_Buffalo', 137, 363.174, 3.284, -172.279, 233), + (16797795, 'Giant_Buffalo', 137, 425.147, -12.124, -144.370, 163), + (16797796, 'Giant_Buffalo', 137, 332.092, 19.609, -254.148, 211), + (16797797, 'Nival_Raptor', 153, 369.204, 18.491, -285.884, 1), + (16797798, 'Nival_Raptor', 153, 368.985, 18.529, -284.663, 57), + (16797799, 'Brontotaur', 126, 321.197, 20.264, -302.461, 181), + (16797800, 'Nival_Raptor', 153, 340.623, 3.800, -190.562, 94), + (16797801, 'Brontotaur', 126, 381.943, -5.072, -104.943, 6), + (16797802, 'Brontotaur', 126, 368.277, -5.308, -95.566, 238), + (16797803, 'Nival_Raptor', 153, 463.623, -17.209, -128.153, 156), + (16797804, 'Brontotaur', 126, 448.732, -4.261, -175.115, 149), + (16797805, 'Brontotaur', 126, 443.400, -4.330, -200.510, 42), + (16797806, 'Morozko', 150, 426.057, -19.073, -72.291, 5), + (16797807, 'Morozko', 150, 412.776, -16.669, -87.179, 242), + (16797808, 'Morozko', 150, 427.732, -18.466, -122.624, 93), + (16797809, 'Snow_Maiden', 158, 439.147, -20.270, -88.217, 80), + (16797810, 'Father_Frost', 135, 379.470, -12.048, -82.365, 87), + (16797811, 'Ice_Elemental', 140, 410.431, -14.440, -76.753, 71), + (16797812, 'Phasma', 154, 371.727, 2.158, -175.359, 197), + (16797813, 'Succubus_Bats', 161, 417.175, 39.853, -298.959, 206), + (16797814, 'Succubus_Bats', 161, 418.899, 34.203, -320.425, 74), + (16797815, 'Succubus_Bats', 161, 416.197, 38.336, -303.062, 77), + (16797816, 'Succubus_Bats', 161, 379.839, 42.292, -242.154, 184), + (16797817, 'Doom_Soldier', 131, 376.983, 38.594, -220.008, 178), + (16797818, 'Doom_Soldier', 131, 341.926, 31.321, -139.790, 50), + (16797819, 'Succubus_Bats', 161, 340.286, 33.720, -125.366, 190), + (16797820, 'Morozko', 150, 344.407, 29.318, -145.023, 51), + (16797821, 'Doom_Soldier', 131, 423.042, 37.160, -135.723, 187), + (16797822, 'Succubus_Bats', 161, 421.188, 40.913, -151.920, 193), + (16797823, 'Morozko', 150, 421.409, 40.918, -151.566, 193), + (16797824, 'Fachan', 134, 502.664, -74.107, 261.610, 53), + (16797825, 'Fachan', 134, 462.565, -48.882, 152.612, 119), + (16797826, 'Fachan', 134, 609.477, -43.444, 137.082, 50), + (16797827, 'Fachan', 134, 479.475, -60.466, 204.559, 63), + (16797828, 'Fachan', 134, 450.845, -51.751, 158.898, 158), + (16797829, 'Fachan', 134, 577.114, -47.894, 148.204, 139), + (16797830, 'Fachan', 134, 444.992, -68.793, 254.601, 187), + (16797831, 'Dread_Demon', 132, 598.078, -36.259, 111.342, 75), + (16797832, 'Judicator_Demon', 142, 578.789, -36.414, -15.669, 39), + (16797833, 'Tyrannotaur', 162, 595.740, -36.326, 49.260, 54), + (16797834, 'Tyrannotaur', 162, 605.320, -36.784, 107.747, 72), + (16797835, 'Gore_Demon', 139, 458.346, -52.599, 135.958, 231), + (16797836, 'Dread_Demon', 132, 457.713, -52.421, 111.009, 106), + (16797837, 'Tyrannotaur', 162, 439.584, -52.674, 113.229, 29), + (16797838, 'Tyrannotaur', 162, 507.677, -46.182, 109.160, 11), + (16797839, 'Judicator_Demon', 142, 370.710, -52.535, 153.311, 107), + (16797840, 'Stygian_Demon', 160, 479.085, -60.441, 205.250, 188), + (16797841, 'Demon_s_Elemental', 129, 478.862, -60.334, 207.932, 60), + (16797842, 'Tyrannotaur', 162, 435.946, -60.502, 199.879, 208), + (16797843, 'Tyrannotaur', 162, 480.231, -60.198, 212.382, 79), + (16797844, 'Gore_Demon', 139, 458.316, -84.325, 360.317, 216), + (16797845, 'Stygian_Demon', 160, 517.718, -75.940, 271.068, 240), + (16797846, 'Demon_s_Elemental', 129, 515.653, -75.468, 267.957, 211), + (16797847, 'Tyrannotaur', 162, 477.134, -60.853, 239.812, 148), + (16797848, 'Tyrannotaur', 162, 516.453, -76.538, 276.738, 92), + (16797849, 'Akselloak', 123, 598.026, -36.229, 110.417, 44), + (16797850, 'Ice_Elemental', 140, 494.817, -49.455, 126.936, 129), + (16797851, 'Akselloak', 123, 534.643, -53.182, 172.291, 50), + (16797852, 'Akselloak', 123, 398.527, -58.095, 181.483, 59), + (16797853, 'Akselloak', 123, 446.484, -69.360, 258.820, 173), + (16797854, 'Ice_Elemental', 140, 511.982, -76.232, 285.049, 15), + (16797855, 'Srei_Ap', 159, 541.764, -37.127, 91.331, 100), + (16797856, 'Srei_Ap', 159, 470.540, -61.492, 219.000, 229), + (16797857, 'Srei_Ap', 159, 502.754, -77.197, 292.843, 10), + (16797858, 'Nightmare_Bats', 152, 595.450, -20.868, 102.400, 17), + (16797859, 'Doom_Mage', 130, 609.440, -24.543, 100.455, 251), + (16797860, 'Doom_Mage', 130, 500.705, -14.144, 135.941, 188), + (16797861, 'Doom_Mage', 130, 503.770, -9.840, 105.306, 161), + (16797862, 'Doom_Mage', 130, 527.336, -12.549, 139.527, 129), + (16797863, 'Doom_Mage', 130, 538.408, -9.122, 136.192, 176), + (16797864, 'Nightmare_Bats', 152, 485.248, -21.199, 179.951, 130), + (16797865, 'Doom_Mage', 130, 490.104, -19.716, 179.691, 2), + (16797866, 'Nightmare_Bats', 152, 500.597, -38.654, 247.710, 197), + (16797867, 'Doom_Mage', 130, 499.642, -38.156, 243.339, 66), + (16797868, 'Nightmare_Bats', 152, 456.619, -82.153, 415.307, 43), + (16797869, 'Nightmare_Bats', 152, 389.237, -80.122, 421.278, 15), + (16797870, 'Nightmare_Bats', 152, 379.077, -94.247, 482.547, 60), + (16797871, 'Smolenkos', 156, 218.885, -107.582, 465.195, 18), + (16797872, 'Smolenkos', 156, 220.854, -104.478, 485.441, 212), + (16797873, 'Kindred_Warrior', 146, 200.967, -115.939, 414.366, 60), + (16797874, 'Kindred_Black_Mage', 143, 210.337, -108.298, 502.360, 243), + (16797875, 'Kindred_Dark_Knight', 144, 228.538, -103.454, 496.757, 87), + (16797876, 'Kindred_Summoner', 145, 262.754, -99.917, 479.471, 2), + (16797877, 'Demon_s_Elemental', 129, 258.466, -99.954, 479.404, 10), + (16797878, 'Molech', 149, 208.176, -108.742, 490.486, 143), + (16797879, 'Smolenkos', 156, 147.311, -119.269, 439.621, 98), + (16797880, 'Kindred_Warrior', 146, 117.241, -125.020, 461.079, 22), + (16797881, 'Kindred_Black_Mage', 143, 130.838, -123.023, 433.264, 1), + (16797882, 'Kindred_Dark_Knight', 144, 129.336, -124.018, 510.896, 61), + (16797883, 'Kindred_Summoner', 145, 101.948, -124.035, 516.005, 10), + (16797884, 'Demon_s_Elemental', 129, 94.305, -125.279, 528.114, 113), + (16797885, 'Molech', 149, 158.580, -108.995, 553.986, 47), + (16797886, 'Molech', 149, 174.474, -108.261, 524.561, 191), + (16797887, 'Smolenkos', 156, 55.366, -137.981, 463.012, 184), + (16797888, 'Kindred_Warrior', 146, 83.256, -124.039, 413.042, 113), + (16797889, 'Kindred_Black_Mage', 143, 42.013, -140.152, 451.075, 14), + (16797890, 'Kindred_Dark_Knight', 144, 32.313, -140.324, 471.851, 240), + (16797891, 'Kindred_Summoner', 145, 49.989, -125.104, 520.042, 28), + (16797892, 'Demon_s_Elemental', 129, 76.482, -127.855, 509.222, 234), + (16797893, 'Molech', 149, 1.757, -140.579, 525.583, 184), + (16797894, 'Agloolik', 122, 186.739, -108.181, 539.063, 167), + (16797895, 'Ice_Elemental', 140, 193.677, -107.982, 530.481, 137), + (16797896, 'Agloolik', 122, 25.711, -140.939, 461.323, 115), + (16797897, 'Ice_Elemental', 140, 33.070, -140.341, 477.051, 198), + (16797898, 'Nightmare_Bats', 152, 303.104, -74.178, 504.358, 243), + (16797899, 'Doom_Mage', 130, 261.729, -69.676, 456.262, 195), + (16797900, 'Nightmare_Bats', 152, 259.494, -71.609, 432.747, 64), + (16797901, 'Doom_Mage', 130, 220.096, -77.106, 446.044, 63), + (16797902, 'Doom_Mage', 130, 179.854, -77.072, 475.022, 64), + (16797903, 'Nightmare_Bats', 152, 178.606, -70.516, 436.144, 186), + (16797904, 'Doom_Mage', 130, 227.526, -71.331, 500.897, 246), + (16797905, 'Nightmare_Bats', 152, 138.577, -87.653, 471.888, 65), + (16797906, 'Doom_Mage', 130, 138.666, -85.881, 478.574, 71), + (16797907, 'Doom_Mage', 130, 100.359, -93.613, 495.277, 54), + (16797908, 'Doom_Mage', 130, 98.181, -94.242, 509.503, 188), + (16797909, 'Doom_Mage', 130, 51.262, -99.320, 497.116, 133), + (16797910, 'Doom_Mage', 130, 18.460, -101.869, 506.340, 198), + (16797911, 'Doom_Mage', 130, 19.786, -101.994, 477.401, 188), + (16797912, 'Smolenkos', 156, -326.426, -156.297, 364.947, 69), + (16797913, 'Smolenkos', 156, -315.547, -156.347, 376.694, 197), + (16797914, 'Kindred_Warrior', 146, -276.052, -164.001, 390.657, 144), + (16797915, 'Kindred_Black_Mage', 143, -238.025, -162.847, 385.024, 255), + (16797916, 'Kindred_Dark_Knight', 144, -242.226, -159.623, 371.278, 198), + (16797917, 'Kindred_Summoner', 145, -151.307, -164.463, 417.930, 241), + (16797918, 'Demon_s_Elemental', 129, -193.620, -164.385, 419.492, 242), + (16797919, 'Molech', 149, -313.731, -156.800, 403.086, 245), + (16797920, 'Ice_Elemental', 140, -351.920, -156.310, 359.701, 3), + (16797921, 'Smolenkos', 156, -309.256, -156.350, 277.413, 149), + (16797922, 'Kindred_Warrior', 146, -279.792, -156.430, 274.843, 178), + (16797923, 'Kindred_Black_Mage', 143, -295.926, -155.707, 280.725, 27), + (16797924, 'Kindred_Dark_Knight', 144, -245.346, -159.834, 259.293, 126), + (16797925, 'Kindred_Summoner', 145, -322.605, -156.289, 288.259, 182), + (16797926, 'Demon_s_Elemental', 129, -304.873, -155.980, 283.176, 157), + (16797927, 'Molech', 149, -279.038, -156.510, 277.728, 113), + (16797928, 'Agloolik', 122, -286.664, -156.652, 238.933, 55), + (16797929, 'Scowlenkos', 10842, -167.968, -175.723, 264.459, 212), + (16797930, 'Scowlenkos', 10842, -235.000, -175.000, 299.000, 154), + (16797931, 'Scowlenkos', 10842, -250.000, -175.000, 320.000, 157), + (16797932, 'Scowlenkos', 10842, -277.000, -176.000, 324.000, 132), + (16797933, 'Scowlenkos', 10842, -215.000, -176.000, 334.000, 228), + (16797934, 'Scowlenkos', 10842, -168.000, -175.000, 359.000, 222), + (16797935, 'Scowlenkos', 10842, -191.000, -182.000, 385.000, 25), + (16797936, 'Scowlenkos', 10842, -158.000, -184.000, 403.000, 245), + (16797937, 'Scowlenkos', 10842, -189.000, -183.000, 440.000, 25), + (16797938, 'Scowlenkos', 10842, -208.000, -183.000, 442.000, 25), + (16797939, 'Scowlenkos', 10842, -279.000, -184.000, 435.000, 5), + (16797940, 'Scowlenkos', 10842, -180.000, -178.000, 374.000, 5), + (16797941, 'Scowlenkos', 10842, -201.000, -175.000, 349.000, 5), + (16797942, 'Scowlenkos', 10842, -216.000, -175.000, 306.000, 3), + (16797943, 'Scowlenkos', 10842, -245.000, -176.000, 282.000, 54), + (16797944, 'Scowlenkos', 10842, -190.000, -175.000, 288.000, 54), + (16797945, 'Scowlenkos', 10842, -216.000, -184.000, 395.000, 48), + (16797946, 'Scowlenkos', 10842, -170.000, -183.000, 407.000, 45), + (16797947, 'Scowlenkos', 10842, -242.000, -184.000, 479.000, 54), + (16797948, 'Scowlenkos', 10842, -282.000, -176.000, 478.000, 45), + (16797949, 'Scowlenkos', 10842, -319.000, -175.000, 446.000, 54), + (16797950, 'Scowlenkos', 10842, -242.000, -184.000, 423.000, 68), + (16797951, 'Scowlenkos', 10842, -202.000, -176.000, 366.000, 45), + (16797952, 'Scowlenkos', 10842, 0.000, 0.000, 0.000, 0), + (16797953, 'Scowlenkos', 10842, 0.000, 0.000, 0.000, 0), + (16797954, 'Scowlenkos', 10842, 0.000, 0.000, 0.000, 0), + (16797955, 'Scowlenkos', 10842, 0.000, 0.000, 0.000, 0), + (16797956, 'Kindred_Warrior', 146, -313.194, -176.433, 475.499, 188), + (16797957, 'Kindred_Black_Mage', 143, -247.772, -184.408, 436.204, 37), + (16797958, 'Kindred_Dark_Knight', 144, -224.398, -185.436, 463.428, 157), + (16797959, 'Kindred_Summoner', 145, -296.837, -176.289, 474.892, 119), + (16797960, 'Demon_s_Elemental', 129, -266.050, -178.640, 476.842, 104), + (16797961, 'Kindred_Warrior', 146, 0.000, 0.000, 0.000, 0), + (16797962, 'Kindred_Black_Mage', 143, 0.000, 0.000, 0.000, 0), + (16797963, 'Kindred_Dark_Knight', 144, 0.000, 0.000, 0.000, 0), + (16797964, 'Kindred_Summoner', 145, 0.000, 0.000, 0.000, 0), + (16797965, 'Demon_s_Elemental', 129, 0.000, 0.000, 0.000, 0), + (16797966, 'Molech', 149, -250.987, -184.423, 446.010, 49), + (16797967, 'Molech', 149, -254.694, -185.189, 454.681, 213), + (16797968, 'Magnotaur', 0, 0.000, 0.000, 0.000, 0), + (16797970, 'Agloolik', 122, -235.115, -176.468, 161.660, 30), + (16797971, 'Agloolik', 122, -258.656, -175.550, 120.868, 120), + (16797972, 'Agloolik', 122, -206.634, -175.941, 142.038, 131), + (16797973, 'Agloolik', 122, -203.889, -176.162, 142.840, 55), + (16797974, 'Agloolik', 122, -279.671, -176.558, 125.860, 227), + (16797975, 'Ice_Elemental', 140, -214.466, -176.230, 96.574, 73), + (16797976, 'Ice_Elemental', 140, -263.192, -176.403, 129.517, 154), + (16797977, 'Ice_Elemental', 140, -214.474, -175.876, 82.718, 125), + (16797978, 'King_Buffalo', 147, -136.766, -176.338, 59.383, 47), + (16797979, 'King_Buffalo', 147, -73.557, -176.203, 74.767, 216), + (16797980, 'King_Buffalo', 147, -91.040, -176.493, 63.484, 207), + (16797981, 'King_Buffalo', 147, -121.793, -176.522, 37.339, 250), + (16797982, 'Ice_Elemental', 140, -48.536, -176.686, 42.082, 111), + (16797983, 'Agloolik', 122, -57.080, -175.670, 43.679, 145), + (16797984, 'Agloolik', 122, -1.453, -175.487, 49.072, 102), + (16797985, 'Agloolik', 122, -1.945, -175.521, 48.643, 100), + (16797986, 'Agloolik', 122, -9.119, -175.727, 40.359, 214), + (16797987, 'Agloolik', 122, 59.121, -186.285, 79.945, 197), + (16797988, 'Agloolik', 122, 69.666, -202.109, 138.957, 1), + (16797989, 'Agloolik', 122, 133.337, -193.152, 20.962, 123), + (16797990, 'Agloolik', 122, -276.597, -176.064, -20.398, 250), + (16797991, 'King_Buffalo', 147, -271.717, -176.558, -29.576, 207), + (16797992, 'Ice_Elemental', 140, -293.223, -175.696, -50.581, 22), + (16797993, 'Agloolik', 122, -245.377, -176.348, -110.434, 112), + (16797994, 'King_Buffalo', 147, -241.923, -175.841, -99.779, 32), + (16797995, 'Ice_Elemental', 140, -284.220, -176.352, -108.144, 149), + (16797996, 'Agloolik', 122, -318.044, -176.346, -77.465, 116), + (16797997, 'Agloolik', 122, -257.588, -175.895, -120.017, 136), + (16797998, 'Nightmare_Bats', 152, -326.743, -91.600, 20.303, 126), + (16797999, 'Mountain_Worm', 151, -332.469, -92.798, 18.810, 115), + (16798000, 'Nightmare_Bats', 152, -259.142, -75.522, 9.744, 62), + (16798001, 'Mountain_Worm', 151, -261.409, -77.423, 16.778, 14), + (16798002, 'Mindgazer', 148, -222.894, -77.277, -20.646, 182), + (16798003, 'Mountain_Worm', 151, -252.428, -74.208, -18.755, 122), + (16798004, 'Mountain_Worm', 151, -268.212, -73.622, -20.277, 132), + (16798005, 'Mountain_Worm', 151, -299.841, -66.413, -1.124, 193), + (16798006, 'Mountain_Worm', 151, -173.013, -84.771, -137.789, 7), + (16798007, 'Mountain_Worm', 151, -178.976, -87.258, -130.209, 63), + (16798008, 'Mindgazer', 148, -182.906, -86.813, -66.624, 182), + (16798009, 'Mountain_Worm', 151, -182.756, -87.661, -69.116, 50), + (16798010, 'Mindgazer', 148, -255.094, -78.313, -61.816, 120), + (16798011, 'Mountain_Worm', 151, -255.150, -78.190, -62.047, 120), + (16798012, 'Nightmare_Bats', 152, -221.184, -97.579, -117.261, 72), + (16798013, 'Mindgazer', 148, -223.581, -81.774, -61.812, 113), + (16798014, 'Nightmare_Bats', 152, -379.618, -29.694, -29.109, 67), + (16798015, 'Nightmare_Bats', 152, -381.726, -30.233, -11.016, 187), + (16798016, 'Mountain_Worm', 151, -349.191, -38.122, -61.419, 0), + (16798017, 'Mindgazer', 148, -339.614, -37.803, -62.799, 50), + (16798018, 'Mountain_Worm', 151, -340.753, -38.088, -58.215, 192), + (16798019, 'Mindgazer', 148, -297.488, -39.781, -22.862, 246), + (16798020, 'Mountain_Worm', 151, -290.790, -39.171, -21.472, 246), + (16798021, 'Mindgazer', 148, -261.113, -43.822, -31.690, 196), + (16798022, 'Mountain_Worm', 151, -299.320, -53.884, -72.240, 58), + (16798023, 'Mountain_Worm', 151, -295.773, -54.044, -63.953, 221), + (16798024, 'Mindgazer', 148, -259.620, -40.566, -108.202, 192), + (16798025, 'Mountain_Worm', 151, -259.410, -39.323, -114.367, 189), + (16798026, 'Mindgazer', 148, -254.368, -38.147, -140.217, 29), + (16798027, 'Nightmare_Bats', 152, -240.243, -38.049, -140.942, 1), + (16798028, 'Nightmare_Bats', 152, -243.370, -38.243, -140.262, 131), + (16798029, 'Mountain_Worm', 151, -266.782, -37.691, -141.898, 128), + (16798030, 'Mountain_Worm', 151, -195.957, -30.044, -179.551, 130), + (16798031, 'Mountain_Worm', 151, -258.362, -75.951, -70.371, 64), + (16798032, 'Mindgazer', 148, -357.572, -21.631, -58.661, 122), + (16798033, 'Mindgazer', 148, -339.627, -13.594, -35.626, 184), + (16798034, 'Mindgazer', 148, -338.259, -7.443, -13.892, 56), + (16798035, 'Variable_Hare', 164, -490.210, -21.070, -27.209, 158), + (16798036, 'Uleguerand_Tiger', 163, -480.380, -20.463, -31.586, 191), + (16798037, 'Uleguerand_Tiger', 163, -491.693, -21.124, -27.196, 36), + (16798038, 'Cwn_Annwn', 128, -465.291, -20.128, -62.233, 177), + (16798039, 'Variable_Hare', 164, -528.760, -20.639, 21.391, 139), + (16798040, 'Uleguerand_Tiger', 163, -552.328, -20.281, 2.412, 98), + (16798041, 'Uleguerand_Tiger', 163, -538.330, -20.642, -7.380, 9), + (16798042, 'Uleguerand_Tiger', 163, -533.018, -20.464, 32.687, 109), + (16798043, 'Cwn_Annwn', 128, -547.685, -19.961, 33.929, 45), + (16798044, 'Variable_Hare', 164, -446.213, -19.879, -23.628, 147), + (16798045, 'Variable_Hare', 164, -444.338, -20.388, -32.742, 93), + (16798046, 'Ice_Elemental', 140, -445.940, -20.329, -38.507, 74), + (16798047, 'Snoll', 157, -559.396, -20.077, 25.426, 225), + (16798048, 'Snoll', 157, -454.750, -19.829, -35.170, 38), + (16798049, 'Snoll', 157, -478.458, -19.923, -66.313, 113), + (16798050, 'Buffalo', 127, -623.154, -40.604, -51.621, 52), + (16798051, 'Buffalo', 127, -587.026, -40.994, -22.551, 82), + (16798052, 'Buffalo', 127, -513.416, -40.490, -43.706, 0), + (16798053, 'Buffalo', 127, -553.844, -38.958, -53.864, 135), + (16798054, 'Buffalo', 127, -631.268, -40.257, 0.709, 221), + (16798055, 'Buffalo', 127, -513.999, -40.541, -34.928, 140), + (16798056, 'Bonnacon', 125, -615.121, -40.062, 6.126, 213), + (16798057, 'Cwn_Annwn', 128, -573.105, -47.959, -121.868, 46), + (16798058, 'Variable_Hare', 164, -486.974, -39.809, -96.588, 108), + (16798059, 'Variable_Hare', 164, -495.358, -40.482, -95.474, 61), + (16798060, 'Variable_Hare', 164, -488.739, -40.627, -99.858, 50), + (16798061, 'Variable_Hare', 164, -616.741, -42.880, 19.139, 70), + (16798062, 'Variable_Hare', 164, -617.563, -39.876, 5.595, 120), + (16798063, 'Variable_Hare', 164, -596.183, -40.342, 7.414, 33), + (16798064, 'Variable_Hare', 164, -509.718, -40.700, -42.585, 149), + (16798065, 'Variable_Hare', 164, -593.097, -39.733, 23.745, 96), + (16798066, 'Ice_Elemental', 140, -476.928, -40.367, -97.938, 205), + (16798067, 'Variable_Hare', 164, -492.624, -40.719, 26.843, 146), + (16798068, 'Variable_Hare', 164, -486.989, -40.709, 24.926, 142), + (16798069, 'Snoll', 157, -523.246, -40.413, -84.278, 135), + (16798070, 'Snoll', 157, -642.823, -39.944, -24.647, 12), + (16798071, 'Esbat', 133, -420.507, -19.510, -126.689, 62), + (16798072, 'Glacier_Eater', 138, -420.791, -18.638, -123.874, 187), + (16798073, 'Esbat', 133, -344.427, -30.194, -143.944, 36), + (16798074, 'Glacier_Eater', 138, -351.543, -27.905, -139.644, 140), + (16798075, 'Esbat', 133, -341.978, -26.225, -196.624, 63), + (16798076, 'Glacier_Eater', 138, -332.651, -20.566, -218.957, 10), + (16798077, 'Glacier_Eater', 138, -380.545, -26.000, -161.122, 188), + (16798078, 'Geush_Urvan', 136, 0.000, 0.000, 0.000, 0), + (16798079, 'White_Coney', 165, 404.040, -0.588, -445.810, 72), + (16798080, 'Black_Coney', 124, 413.462, -0.353, -409.845, 0), + (16798081, 'Isarukitsck', 0, 0.000, 0.000, 0.000, 0), + (16798082, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798083, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798084, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798085, 'Isarukitsck', 0, 0.000, 0.000, 0.000, 0), + (16798086, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798087, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798088, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798089, 'Isarukitsck', 0, 0.000, 0.000, 0.000, 0), + (16798090, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798091, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16798092, 'Little Wingman', 0, 0.000, 0.000, 0.000, 0), + (16801793, 'Snoll_Tzar', 176, -457.617, -0.097, 885.874, 222), + (16801794, 'Snoll_Tzar', 176, -220.434, 0.254, 473.211, 68), + (16801795, 'Snoll_Tzar', 176, -620.000, -0.097, 222.000, 64), + (16801796, 'Bearclaw_Rabbit', 169, -458.421, 0.054, 871.617, 85), + (16801797, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801798, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801799, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801800, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801801, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801803, 'Bearclaw_Rabbit', 169, -216.306, 0.146, 435.474, 86), + (16801804, 'Bearclaw_Leveret', 168, -220.137, -0.348, 445.886, 200), + (16801805, 'Bearclaw_Leveret', 168, -220.694, -0.247, 443.391, 181), + (16801806, 'Bearclaw_Leveret', 168, -220.725, -0.276, 444.223, 201), + (16801807, 'Bearclaw_Leveret', 168, -221.081, -0.266, 443.480, 201), + (16801808, 'Bearclaw_Leveret', 168, -220.503, -0.301, 444.383, 200), + (16801810, 'Bearclaw_Rabbit', 169, 0.000, 0.000, 0.000, 0), + (16801811, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801812, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801813, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801814, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801815, 'Bearclaw_Leveret', 168, 0.000, 0.000, 0.000, 0), + (16801818, 'Snow_Devil', 177, -462.692, 0.250, 880.938, 91), + (16801819, 'Snow_Devil', 177, -453.162, -0.507, 830.879, 28), + (16801820, 'Snow_Devil', 177, -435.474, -0.752, 834.031, 249), + (16801821, 'Snow_Devil', 177, -460.852, 0.250, 882.456, 141), + (16801822, 'Snow_Devil', 177, -463.816, 0.265, 887.357, 231), + (16801823, 'Snow_Devil', 177, -475.098, 0.178, 891.279, 74), + (16801826, 'Snow_Devil', 177, -213.098, -0.484, 431.451, 153), + (16801827, 'Snow_Devil', 177, -216.136, -0.276, 433.651, 128), + (16801828, 'Snow_Devil', 177, -214.199, -0.365, 432.397, 154), + (16801829, 'Snow_Devil', 177, -215.730, -0.370, 434.179, 7), + (16801830, 'Snow_Devil', 177, -218.011, -0.086, 472.772, 45), + (16801831, 'Snow_Devil', 177, -215.884, -0.248, 432.800, 248), + (16801834, 'Snow_Devil', 177, 0.000, 0.000, 0.000, 0), + (16801835, 'Snow_Devil', 177, 0.000, 0.000, 0.000, 0), + (16801836, 'Snow_Devil', 177, 0.000, 0.000, 0.000, 0), + (16801837, 'Snow_Devil', 177, 0.000, 0.000, 0.000, 0), + (16801838, 'Snow_Devil', 177, 0.000, 0.000, 0.000, 0), + (16801839, 'Snow_Devil', 177, 0.000, 0.000, 0.000, 0), + (16801841, 'Eldertaur', 170, -460.820, -0.237, 866.176, 208), + (16801842, 'Mindertaur', 171, -463.609, 0.250, 896.161, 33), + (16801844, 'Eldertaur', 170, -220.496, -0.457, 439.583, 62), + (16801845, 'Mindertaur', 171, -206.673, 0.403, 497.299, 41), + (16801847, 'Eldertaur', 170, 0.000, 0.000, 0.000, 0), + (16801848, 'Mindertaur', 171, 0.000, 0.000, 0.000, 0), + (16801850, 'Apis', 166, -457.658, -0.150, 872.873, 201), + (16801852, 'Apis', 166, -219.623, -0.485, 449.696, 221), + (16801854, 'Apis', 166, -617.728, -0.139, 195.775, 87), + (16805889, 'Tracer_Antlion', 220, 80.322, -4.363, -127.408, 166), + (16805890, 'Tracer_Antlion', 220, 49.165, -4.619, -158.809, 181), + (16805891, 'Gallinipper', 196, 101.294, -1.128, -108.061, 95), + (16805892, 'Gallinipper', 196, 100.440, -2.416, -134.028, 62), + (16805893, 'Goblin_Smithy', 203, 112.589, 1.491, -125.555, 97), + (16805894, 'Goblin_Shaman', 202, 54.108, -4.383, -153.151, 25), + (16805895, 'Tracer_Antlion', 220, 202.810, 17.074, -251.292, 204), + (16805896, 'Doom_Scorpion', 191, 168.889, 16.059, -131.866, 222), + (16805897, 'Doom_Scorpion', 191, 175.036, 8.964, -179.117, 131), + (16805898, 'Gallinipper', 196, 162.235, 11.240, -237.731, 180), + (16805899, 'Gallinipper', 196, 188.224, 11.298, -271.724, 69), + (16805900, 'Tracer_Antlion', 220, 122.911, 11.509, 9.030, 99), + (16805901, 'Tracer_Antlion', 220, 118.270, 11.613, 19.449, 213), + (16805902, 'Goblin_Shaman', 202, 143.522, 16.513, -25.016, 185), + (16805903, 'Goblin_Furrier', 197, 132.461, 13.960, -53.973, 135), + (16805904, 'Goblin_Pathfinder', 198, 178.156, 19.350, 106.954, 153), + (16805905, 'Goblin_s_Gallinipper', 204, 179.377, 19.297, 105.580, 153), + (16805906, 'Goblin_Furrier', 197, 175.486, 18.827, 104.459, 127), + (16805907, 'Gallinipper', 196, 155.135, 13.281, 89.358, 51), + (16805908, 'Gallinipper', 196, 189.144, 19.574, 99.721, 177), + (16805909, 'Attohwa_Coeurl', 182, 215.394, 20.033, 160.155, 75), + (16805910, 'Tracer_Antlion', 220, 268.794, 19.412, 208.108, 9), + (16805911, 'Gallinipper', 196, 295.219, 20.005, 211.012, 138), + (16805912, 'Goblin_Furrier', 197, 303.095, 19.525, 227.607, 45), + (16805913, 'Goblin_Smithy', 203, 272.565, 19.416, 208.033, 120), + (16805914, 'Doom_Scorpion', 191, 348.324, 19.278, 208.357, 31), + (16805915, 'Doom_Scorpion', 191, 327.023, 19.632, 211.856, 70), + (16805916, 'Gallinipper', 196, 332.418, 20.060, 231.097, 230), + (16805917, 'Goblin_Furrier', 197, 339.884, 20.165, 233.752, 158), + (16805918, 'Goblin_Shaman', 202, 352.776, 18.972, 219.553, 166), + (16805919, 'Gallinipper', 196, 416.543, 19.421, 188.729, 244), + (16805920, 'Gallinipper', 196, 406.224, 19.537, 162.703, 118), + (16805921, 'Goblin_Smithy', 203, 405.073, 19.854, 176.547, 63), + (16805922, 'Attohwa_Coeurl', 182, 451.399, 19.733, 121.772, 32), + (16805923, 'Attohwa_Coeurl', 182, 498.184, 20.144, 122.246, 112), + (16805924, 'Tracer_Antlion', 220, 561.302, 3.901, 40.729, 226), + (16805925, 'Tracer_Antlion', 220, 541.464, 12.883, 30.460, 71), + (16805926, 'Goblin_Pathfinder', 198, 539.388, 14.012, 55.905, 92), + (16805927, 'Goblin_s_Gallinipper', 204, 538.500, 14.394, 59.230, 116), + (16805928, 'Tracer_Antlion', 220, 561.638, 10.640, -30.700, 207), + (16805929, 'Doom_Scorpion', 191, 548.377, 12.271, -29.443, 230), + (16805930, 'Gallinipper', 196, 530.680, 16.535, 4.273, 73), + (16805931, 'Attohwa_Coeurl', 182, 494.193, 20.039, 42.692, 38), + (16805932, 'Attohwa_Coeurl', 182, 484.326, 19.451, 5.196, 7), + (16805933, 'Doom_Scorpion', 191, 427.675, 20.057, 20.065, 223), + (16805934, 'Doom_Scorpion', 191, 437.363, 19.766, 28.650, 223), + (16805935, 'Gallinipper', 196, 420.332, 19.673, 13.799, 53), + (16805936, 'Chasm_Lizard', 187, 433.896, 19.522, 31.039, 157), + (16805937, 'Burrow_Antlion', 185, 489.833, 19.405, 9.159, 0), + (16805938, 'Chasm_Lizard', 187, 354.240, 19.485, 86.343, 117), + (16805939, 'Goblin_Smithy', 203, 383.506, 19.893, 72.745, 152), + (16805940, 'Chasm_Lizard', 187, 330.744, 19.910, 75.933, 88), + (16805941, 'Gallinipper', 196, 0.000, 0.000, 0.000, 0), + (16805942, 'Chasm_Lizard', 187, 267.996, 19.709, 82.348, 120), + (16805943, 'Gallinipper', 196, 245.313, 19.500, 73.922, 48), + (16805944, 'Goblin_Smithy', 203, 243.920, 19.897, 61.758, 130), + (16805945, 'Gallinipper', 196, 242.463, 19.494, 4.170, 251), + (16805946, 'Tracer_Antlion', 220, 243.115, 19.519, 5.547, 23), + (16805947, 'Tracer_Antlion', 220, 238.338, 20.037, -98.758, 70), + (16805948, 'Goblin_Furrier', 197, 256.660, 19.849, -116.995, 234), + (16805949, 'Chasm_Lizard', 187, 327.707, 19.557, -127.261, 94), + (16805950, 'Goblin_Furrier', 197, 323.047, 19.815, -131.022, 12), + (16805951, 'Chasm_Lizard', 187, 408.473, 19.555, -116.800, 83), + (16805952, 'Gallinipper', 196, 408.077, 19.575, -117.357, 82), + (16805953, 'Goblin_Shaman', 202, 373.054, 19.636, -115.031, 70), + (16805954, 'Goblin_Shaman', 202, 410.011, 19.328, -49.711, 29), + (16805955, 'Goblin_Shaman', 202, 395.191, 20.410, -62.311, 162), + (16805956, 'Tracer_Antlion', 220, 245.809, 18.955, -244.343, 233), + (16805957, 'Goblin_Pathfinder', 198, 235.475, 19.497, -236.198, 158), + (16805958, 'Goblin_s_Gallinipper', 204, 238.277, 19.482, -235.524, 123), + (16805959, 'Gallinipper', 196, 200.799, 20.381, -55.908, 146), + (16805960, 'Gallinipper', 196, 206.675, 19.431, -84.397, 30), + (16805961, 'Attohwa_Coeurl', 182, 200.412, 19.509, -43.709, 142), + (16805962, 'Sekhmet', 0, 0.000, 0.000, 0.000, 0), + (16805963, 'Tracer_Antlion', 220, 216.266, 19.903, -18.894, 244), + (16805964, 'Attohwa_Coeurl', 182, 207.144, 19.502, 2.484, 184), + (16805965, 'Attohwa_Coeurl', 182, 287.465, 19.699, 171.901, 227), + (16805966, 'Burrow_Antlion', 185, 276.375, 19.518, 122.663, 0), + (16805967, 'Attohwa_Coeurl', 182, 274.305, 19.218, 119.289, 141), + (16805968, 'Chasm_Lizard', 187, 265.225, 19.485, 137.783, 128), + (16805969, 'Tracer_Antlion', 220, 236.923, 19.655, 109.854, 138), + (16805970, 'Tracer_Antlion', 220, 243.700, 19.619, 110.519, 217), + (16805971, 'Goblin_Smithy', 203, 236.959, 19.500, 118.408, 211), + (16805972, 'Goblin_Shaman', 202, 244.717, 19.463, 111.637, 86), + (16805973, 'Chasm_Lizard', 187, 244.914, 19.514, 110.189, 158), + (16805974, 'Burrow_Antlion', 185, 405.358, 19.500, 116.128, 0), + (16805975, 'Gallinipper', 196, 317.953, 19.222, 113.011, 9), + (16805976, 'Attohwa_Coeurl', 182, 318.316, 19.193, 113.339, 25), + (16805977, 'Gallinipper', 196, 356.441, 19.761, 132.206, 144), + (16805978, 'Gallinipper', 196, 406.286, 19.446, 114.402, 68), + (16805979, 'Goblin_Robber', 201, 236.625, 19.916, -190.582, 124), + (16805980, 'Goblin_Trader', 206, 240.374, 20.205, -184.065, 24), + (16805981, 'Goblin_s_Ogrefly', 205, 239.992, 20.159, -183.333, 30), + (16805982, 'Goblin_Reaper', 200, 282.098, 19.558, -153.468, 59), + (16805983, 'Master_Coeurl', 211, 282.113, 20.276, -145.646, 66), + (16805984, 'Burrow_Antlion', 185, 315.398, 19.822, -146.192, 0), + (16805985, 'Goblin_Poacher', 199, 276.928, 19.103, -209.525, 74), + (16805986, 'Goblin_Robber', 201, 317.342, 18.897, -168.920, 227), + (16805987, 'Goblin_Reaper', 200, 0.000, 0.000, 0.000, 0), + (16805988, 'Ogrefly', 214, 327.005, 19.115, -161.465, 195), + (16805989, 'Ogrefly', 214, 309.039, 19.500, -172.038, 115), + (16805990, 'Master_Coeurl', 211, 323.990, 18.704, -191.271, 72), + (16805991, 'Burrow_Antlion', 185, 328.095, 19.770, -213.731, 0), + (16805992, 'Hunter_Antlion', 208, 325.276, 19.436, -235.635, 134), + (16805993, 'Ogrefly', 214, 331.887, 19.794, -240.364, 117), + (16805994, 'Burrow_Antlion', 185, 374.945, 19.200, -171.876, 0), + (16805995, 'Ogrefly', 214, 357.934, 19.509, -192.182, 141), + (16805996, 'Goblin_Poacher', 199, 356.001, 19.430, -193.283, 220), + (16805997, 'Goblin_Trader', 206, 366.070, 19.263, -164.897, 40), + (16805998, 'Goblin_s_Ogrefly', 205, 354.704, 19.305, -160.498, 226), + (16805999, 'Hunter_Antlion', 208, 398.063, 19.858, -266.955, 54), + (16806000, 'Ogrefly', 214, 423.049, 18.759, -251.938, 62), + (16806001, 'Ogrefly', 214, 408.118, 19.162, -252.777, 38), + (16806002, 'Doom_Scorpion', 191, 442.853, 19.390, -167.999, 3), + (16806003, 'Doom_Scorpion', 191, 405.102, 19.753, -182.622, 27), + (16806004, 'Doom_Scorpion', 191, 429.535, 19.502, -169.001, 248), + (16806005, 'Bane_Lizard', 183, 403.006, 19.516, -202.014, 245), + (16806006, 'Bane_Lizard', 183, 0.000, 0.000, 0.000, 0), + (16806007, 'Ogrefly', 214, 411.090, 19.679, -195.224, 174), + (16806008, 'Ogrefly', 214, 400.494, 19.507, -209.790, 131), + (16806009, 'Bane_Lizard', 183, 468.430, 19.778, -238.776, 253), + (16806010, 'Bane_Lizard', 183, 474.912, 19.465, -239.781, 5), + (16806011, 'Pit_Antlion', 215, 479.291, 20.358, -219.867, 0), + (16806012, 'Hunter_Antlion', 208, 525.660, 19.815, -219.666, 24), + (16806013, 'Hunter_Antlion', 208, 497.087, 20.096, -240.821, 136), + (16806014, 'Bane_Lizard', 183, 477.041, 19.994, -186.060, 180), + (16806015, 'Ogrefly', 214, 479.199, 19.693, -191.518, 152), + (16806016, 'Master_Coeurl', 211, 484.620, 20.080, -140.051, 249), + (16806017, 'Ogrefly', 214, 485.466, 19.602, -149.158, 6), + (16806018, 'Master_Coeurl', 211, 443.506, 19.761, -54.193, 207), + (16806019, 'Ogrefly', 214, 433.970, 19.260, -49.312, 129), + (16806020, 'Pit_Antlion', 215, 464.744, 19.539, -97.982, 0), + (16806021, 'Hunter_Antlion', 208, 525.026, 19.096, -170.930, 37), + (16806022, 'Hunter_Antlion', 208, 515.487, 19.221, -156.200, 87), + (16806023, 'Ogrefly', 214, 518.024, 20.279, -136.975, 135), + (16806024, 'Pit_Antlion', 215, 468.221, 19.500, -27.535, 0), + (16806025, 'Bane_Lizard', 183, 522.248, 19.372, -69.892, 7), + (16806026, 'Bane_Lizard', 183, 515.341, 19.624, -69.014, 233), + (16806027, 'Ogrefly', 214, 518.216, 19.468, -84.104, 66), + (16806028, 'Master_Coeurl', 211, 475.047, 19.840, -67.224, 49), + (16806029, 'Ogrefly', 214, 479.107, 19.874, -67.201, 193), + (16806030, 'Master_Coeurl', 211, 463.945, 19.521, -21.781, 152), + (16806031, 'Lioumere', 210, 492.918, 19.991, 39.803, 45), + (16806032, 'Hecteyes', 207, -141.163, 19.522, -177.592, 242), + (16806033, 'Hecteyes', 207, -147.190, 19.523, -180.455, 112), + (16806034, 'Hecteyes', 207, -119.954, 28.434, -140.748, 248), + (16806035, 'Hecteyes', 207, -133.818, 25.172, -146.486, 224), + (16806036, 'Flesh_Eater', 195, -106.171, 29.083, -139.945, 127), + (16806037, 'Hecteyes', 207, 19.016, 17.660, -144.703, 185), + (16806038, 'Hecteyes', 207, 15.491, 15.940, -170.003, 220), + (16806039, 'Flesh_Eater', 195, 20.328, 18.987, -154.173, 201), + (16806040, 'Flesh_Eater', 195, 19.627, 19.291, -158.682, 69), + (16806041, 'Will-o_-the-Wykes', 224, 14.866, 17.643, -142.142, 141), + (16806042, 'Hecteyes', 207, -20.752, -0.410, -225.373, 207), + (16806043, 'Hecteyes', 207, -26.159, -0.341, -223.461, 155), + (16806044, 'Hecteyes', 207, -141.081, 19.510, -107.033, 165), + (16806045, 'Hecteyes', 207, -135.366, 19.549, -104.132, 61), + (16806046, 'Flesh_Eater', 195, -136.637, 19.490, -104.517, 24), + (16806047, 'Will-o_-the-Wykes', 224, -140.483, 19.510, -106.370, 163), + (16806048, 'Flesh_Eater', 195, -171.886, 5.321, -133.910, 150), + (16806049, 'Flesh_Eater', 195, -177.922, 0.656, -123.218, 61), + (16806050, 'Earth_Elemental', 192, -166.215, 6.970, -136.877, 25), + (16806051, 'Flesh_Eater', 195, -66.644, 33.364, -124.787, 59), + (16806052, 'Flesh_Eater', 195, -66.044, 33.584, -112.793, 77), + (16806053, 'Flesh_Eater', 195, -66.906, 33.318, -118.755, 63), + (16806054, 'Air_Elemental', 178, -66.360, 33.540, -113.313, 203), + (16806055, 'Flesh_Eater', 195, -47.072, 33.576, -124.999, 55), + (16806056, 'Flesh_Eater', 195, -43.016, 33.447, -99.669, 197), + (16806057, 'Air_Elemental', 178, -43.024, 33.439, -99.252, 186), + (16806058, 'Hecteyes', 207, -5.137, 9.512, -60.035, 249), + (16806059, 'Hecteyes', 207, 3.527, 8.247, -58.682, 249), + (16806060, 'Will-o_-the-Wykes', 224, 22.869, 9.697, -58.103, 8), + (16806061, 'Hecteyes', 207, 59.196, 19.660, -17.623, 66), + (16806062, 'Flesh_Eater', 195, 60.732, 19.459, -24.585, 8), + (16806063, 'Flesh_Eater', 195, 61.619, 19.505, -16.435, 196), + (16806064, 'Hecteyes', 207, 20.537, 9.551, 25.418, 230), + (16806065, 'Flesh_Eater', 195, 19.792, 9.633, 21.980, 98), + (16806066, 'Hecteyes', 207, 18.429, -0.355, 98.809, 154), + (16806067, 'Hecteyes', 207, 13.069, -0.512, 103.148, 127), + (16806068, 'Earth_Elemental', 192, -6.251, -4.495, 163.401, 176), + (16806069, 'Earth_Elemental', 192, -8.149, -4.528, 166.173, 32), + (16806070, 'Flesh_Eater', 195, -44.297, 13.533, -64.628, 199), + (16806071, 'Flesh_Eater', 195, -44.175, 13.537, -64.597, 198), + (16806072, 'Air_Elemental', 178, -44.209, 13.384, -54.472, 184), + (16806073, 'Flesh_Eater', 195, -44.387, 13.508, -67.087, 70), + (16806074, 'Flesh_Eater', 195, -67.754, 13.622, -79.705, 71), + (16806075, 'Hecteyes', 207, -97.773, 1.990, -48.507, 54), + (16806076, 'Hecteyes', 207, -119.071, -0.259, 4.869, 242), + (16806077, 'Will-o_-the-Wykes', 224, -109.352, -0.594, 5.199, 186), + (16806078, 'Will-o_-the-Wykes', 224, -116.214, -0.305, 4.772, 188), + (16806079, 'Hecteyes', 207, -98.510, -0.684, 39.135, 191), + (16806080, 'Hecteyes', 207, -100.272, -5.451, 56.987, 186), + (16806081, 'Flesh_Eater', 195, -82.557, -6.404, 92.554, 129), + (16806082, 'Flesh_Eater', 195, -99.886, -6.651, 96.867, 251), + (16806083, 'Flesh_Eater', 195, -88.931, -6.553, 114.353, 155), + (16806084, 'Flesh_Eater', 195, -106.365, -6.495, 115.745, 119), + (16806085, 'Hecteyes', 207, -99.593, -11.279, 167.302, 188), + (16806086, 'Hecteyes', 207, -98.298, -12.267, 174.679, 200), + (16806087, 'Flesh_Eater', 195, -177.043, -1.749, 182.397, 47), + (16806088, 'Will-o_-the-Wykes', 224, -178.778, -2.068, 184.575, 170), + (16806089, 'Flesh_Eater', 195, -178.654, -0.302, 222.098, 130), + (16806090, 'Flesh_Eater', 195, -186.179, -0.760, 219.930, 69), + (16806091, 'Hecteyes', 207, -212.924, 9.475, 262.232, 119), + (16806092, 'Hecteyes', 207, -207.244, 9.541, 262.006, 7), + (16806093, 'Flesh_Eater', 195, -243.773, 13.509, 263.760, 194), + (16806094, 'Flesh_Eater', 195, -244.097, 13.395, 259.748, 187), + (16806095, 'Air_Elemental', 178, -244.173, 13.396, 259.431, 187), + (16806096, 'Flesh_Eater', 195, -265.675, 13.614, 249.451, 67), + (16806097, 'Air_Elemental', 178, -265.409, 13.913, 253.321, 64), + (16806098, 'Hecteyes', 207, -302.311, -1.248, 208.861, 57), + (16806099, 'Hecteyes', 207, -300.372, -0.043, 230.674, 53), + (16806100, 'Hecteyes', 207, -301.367, -0.440, 237.618, 66), + (16806101, 'Hecteyes', 207, -318.958, -1.213, 378.072, 139), + (16806102, 'Flesh_Eater', 195, -301.555, -9.314, 363.238, 50), + (16806103, 'Flesh_Eater', 195, -266.379, -6.415, 326.152, 207), + (16806104, 'Flesh_Eater', 195, -245.274, -6.571, 310.659, 49), + (16806105, 'Flesh_Eater', 195, -244.641, -6.546, 308.944, 184), + (16806106, 'Air_Elemental', 178, -242.673, -6.408, 301.300, 51), + (16806107, 'Tulwar_Scorpion', 223, -215.289, -4.067, -45.893, 4), + (16806108, 'Tulwar_Scorpion', 223, -215.448, -5.729, -25.983, 245), + (16806109, 'Sand_Lizard', 216, -214.428, -6.092, -23.647, 16), + (16806110, 'Sand_Lizard', 216, -223.688, -4.342, -48.650, 188), + (16806111, 'Tulwar_Scorpion', 223, -277.357, -4.380, -111.582, 71), + (16806112, 'Tulwar_Scorpion', 223, -260.861, -1.819, -115.510, 14), + (16806113, 'Monarch_Ogrefly', 212, -244.291, -4.588, -84.426, 81), + (16806114, 'Tulwar_Scorpion', 223, -276.014, -4.432, -125.539, 163), + (16806115, 'Tulwar_Scorpion', 223, -261.324, -4.106, -158.575, 66), + (16806116, 'Monarch_Ogrefly', 212, -253.714, -4.277, -156.678, 40), + (16806117, 'Sargas', 0, 0.000, 0.000, 0.000, 0), + (16806118, 'Monarch_Ogrefly', 212, -254.336, -4.055, -135.764, 56), + (16806119, 'Sand_Lizard', 216, -259.625, -1.212, -112.666, 162), + (16806120, 'Sand_Lizard', 216, -238.726, 2.702, -110.446, 238), + (16806121, 'Tracker_Antlion', 221, -273.407, -4.445, -38.484, 18), + (16806122, 'Trench_Antlion', 222, -257.640, -4.016, -25.562, 0), + (16806123, 'Sand_Lizard', 216, -293.650, -4.499, -66.973, 201), + (16806124, 'Sand_Lizard', 216, -321.960, -4.633, -74.762, 217), + (16806125, 'Sand_Lizard', 216, -332.777, -4.508, -93.261, 186), + (16806126, 'Monarch_Ogrefly', 212, -316.825, -4.597, -120.007, 51), + (16806127, 'Monarch_Ogrefly', 212, -322.174, -4.610, -117.842, 45), + (16806128, 'Tracker_Antlion', 221, -312.419, -4.661, -174.976, 90), + (16806129, 'Tracker_Antlion', 221, -309.063, -5.564, -182.130, 37), + (16806130, 'Tracker_Antlion', 221, -380.710, -3.938, -161.812, 149), + (16806131, 'Tracker_Antlion', 221, -399.103, -1.905, -176.661, 96), + (16806132, 'Tracker_Antlion', 221, -364.340, -4.556, -158.787, 31), + (16806133, 'Sand_Lizard', 216, -357.530, -4.717, -122.963, 245), + (16806134, 'Sand_Lizard', 216, -358.604, -4.905, -127.003, 35), + (16806135, 'Trench_Antlion', 222, -370.080, -4.500, -92.914, 0), + (16806136, 'Sand_Lizard', 216, -362.663, -4.536, -80.851, 123), + (16806137, 'Sand_Lizard', 216, -369.656, -4.528, -92.314, 215), + (16806138, 'Cutlass_Scorpion', 190, -354.074, -4.443, -44.666, 229), + (16806139, 'Cutlass_Scorpion', 190, -365.761, -4.362, -73.034, 172), + (16806140, 'Tracker_Antlion', 221, -426.882, -4.152, -117.556, 204), + (16806141, 'Tracker_Antlion', 221, -441.293, -4.523, -79.352, 64), + (16806142, 'Tracker_Antlion', 221, -400.515, -4.708, -84.644, 41), + (16806143, 'Monarch_Ogrefly', 212, -410.654, -4.600, -92.504, 98), + (16806144, 'Monarch_Ogrefly', 212, -394.650, -4.567, -47.589, 244), + (16806145, 'Tomb_Mage', 218, -394.680, -4.200, -51.493, 32), + (16806146, 'Monarch_Ogrefly', 212, -423.547, -4.163, -35.554, 139), + (16806147, 'Tomb_Warrior', 219, -421.867, -3.889, -38.910, 48), + (16806148, 'Trench_Antlion', 222, -435.829, -3.961, -64.691, 0), + (16806149, 'Cutlass_Scorpion', 190, -347.833, -7.600, 15.470, 76), + (16806150, 'Cutlass_Scorpion', 190, -327.150, -5.824, 9.870, 1), + (16806151, 'Mummy', 213, -383.966, -4.497, 15.007, 34), + (16806152, 'Lich', 209, -328.003, -5.485, 8.727, 101), + (16806153, 'Cutlass_Scorpion', 190, -366.650, -12.873, 60.825, 62), + (16806154, 'Monarch_Ogrefly', 212, -339.744, -12.877, 37.023, 47), + (16806155, 'Corse', 189, -328.973, -12.876, 67.481, 80), + (16806156, 'Lich', 209, -356.237, -11.971, 60.229, 152), + (16806157, 'Cutlass_Scorpion', 190, -384.274, -7.088, 47.381, 228), + (16806158, 'Corse', 189, -398.931, -4.536, 79.640, 70), + (16806159, 'Monarch_Ogrefly', 212, -315.764, -4.224, -26.523, 74), + (16806160, 'Mummy', 213, -322.096, -3.784, -24.343, 219), + (16806161, 'Corse', 189, -381.284, -9.233, 40.054, 101), + (16806162, 'Citipati', 188, -364.014, -4.634, -2.627, 91), + (16806163, 'Tracker_Antlion', 221, -438.804, -3.987, 24.828, 202), + (16806164, 'Sand_Lizard', 216, -453.664, -4.261, 2.662, 197), + (16806165, 'Mummy', 213, -484.588, -4.506, -2.396, 58), + (16806166, 'Sand_Lizard', 216, -485.899, -4.433, 40.006, 29), + (16806167, 'Tomb_Warrior', 219, -479.819, -4.425, 44.356, 62), + (16806168, 'Tomb_Mage', 218, -492.616, -4.179, 39.044, 3), + (16806169, 'Sand_Lizard', 216, -479.865, -4.329, 70.812, 165), + (16806170, 'Monarch_Ogrefly', 212, -476.480, -4.186, 89.606, 163), + (16806171, 'Trench_Antlion', 222, -433.309, -4.300, 113.841, 0), + (16806172, 'Monarch_Ogrefly', 212, -441.632, -4.508, 81.413, 98), + (16806173, 'Lich', 209, -434.748, -4.419, 76.056, 114), + (16806174, 'Cutlass_Scorpion', 190, -394.293, -4.776, 114.338, 204), + (16806175, 'Cutlass_Scorpion', 190, -396.533, -4.441, 123.389, 184), + (16806176, 'Monarch_Ogrefly', 212, -402.516, -4.476, 153.974, 15), + (16806177, 'Monarch_Ogrefly', 212, -432.401, -4.518, 167.410, 16), + (16806178, 'Sand_Lizard', 216, -469.863, -4.607, 131.530, 218), + (16806179, 'Sand_Lizard', 216, -487.640, -4.860, 110.831, 0), + (16806180, 'Sand_Lizard', 216, -507.580, -4.500, 138.564, 135), + (16806181, 'Tracker_Antlion', 221, -514.156, -4.806, 154.678, 52), + (16806182, 'Tracker_Antlion', 221, -549.122, -4.304, 160.856, 250), + (16806183, 'Trench_Antlion', 222, -548.200, -4.123, 157.878, 0), + (16806184, 'Cutlass_Scorpion', 190, -474.531, -4.808, 153.173, 25), + (16806185, 'Monarch_Ogrefly', 212, -474.420, -4.567, 173.201, 229), + (16806186, 'Trench_Antlion', 222, -481.588, -3.384, 181.697, 0), + (16806187, 'Monarch_Ogrefly', 212, -494.499, -4.534, 185.624, 3), + (16806188, 'Tracker_Antlion', 221, -340.748, -3.690, 160.021, 98), + (16806189, 'Sand_Lizard', 216, -318.283, -4.875, 159.519, 14), + (16806190, 'Tracker_Antlion', 221, -364.093, -4.586, 240.468, 47), + (16806191, 'Sand_Lizard', 216, -356.131, -5.052, 239.842, 29), + (16806192, 'Tracker_Antlion', 221, -383.793, -5.501, 254.761, 139), + (16806193, 'Monarch_Ogrefly', 212, -392.879, -4.311, 243.059, 53), + (16806194, 'Tracker_Antlion', 221, -389.630, -4.299, 195.920, 5), + (16806195, 'Monarch_Ogrefly', 212, -385.031, -4.496, 190.256, 6), + (16806196, 'Monarch_Ogrefly', 212, -441.274, -4.515, 196.690, 48), + (16806197, 'Monarch_Ogrefly', 212, -445.071, -4.547, 201.332, 34), + (16806198, 'Monarch_Ogrefly', 212, -459.260, -4.496, 222.530, 89), + (16806199, 'Sand_Lizard', 216, -438.906, -4.568, 238.854, 108), + (16806200, 'Sand_Lizard', 216, -436.888, -4.479, 240.435, 17), + (16806201, 'Cutlass_Scorpion', 190, -415.784, -3.924, 278.796, 253), + (16806202, 'Tracker_Antlion', 221, -408.580, -4.365, 319.582, 122), + (16806203, 'Tracker_Antlion', 221, -426.127, -4.110, 319.673, 176), + (16806204, 'Sand_Lizard', 216, -379.538, -3.901, 352.239, 223), + (16806205, 'Sand_Lizard', 216, -368.881, -4.090, 348.619, 245), + (16806206, 'Monarch_Ogrefly', 212, -370.792, -4.340, 324.982, 159), + (16806207, 'Monarch_Ogrefly', 212, -379.342, -4.468, 342.932, 87), + (16806208, 'Monarch_Ogrefly', 212, -357.064, -3.743, 341.061, 158), + (16806209, 'Sand_Lizard', 216, -444.997, -4.615, 323.551, 137), + (16806210, 'Monarch_Ogrefly', 212, -459.860, -3.534, 321.076, 204), + (16806211, 'Cutlass_Scorpion', 190, -481.223, -4.241, 250.693, 220), + (16806212, 'Cutlass_Scorpion', 190, -486.552, -4.495, 244.389, 187), + (16806213, 'Cutlass_Scorpion', 190, 0.000, 0.000, 0.000, 0), + (16806214, 'Cutlass_Scorpion', 190, -518.033, -4.572, 205.002, 214), + (16806215, 'Xolotl', 225, -565.482, -4.459, 203.424, 241), + (16806216, 'Xolotl_s_Hound_Warrior', 226, -571.774, -4.667, 203.999, 150), + (16806217, 'Xolotl_s_Sacrifice', 227, -571.866, -4.834, 203.969, 204), + (16806218, 'Sand_Lizard', 216, -569.621, -4.421, 188.422, 90), + (16806219, 'Tracker_Antlion', 221, -601.427, -3.721, 139.441, 174), + (16806220, 'Tracker_Antlion', 221, -600.466, -4.425, 193.295, 169), + (16806221, 'Earth_Elemental', 192, -595.549, -4.594, 125.744, 242), + (16806222, 'Cutlass_Scorpion', 190, -534.832, -4.202, 115.373, 183), + (16806223, 'Tomb_Warrior', 219, -528.724, -4.063, 103.839, 151), + (16806224, 'Tomb_Mage', 218, -520.684, -4.085, 93.842, 97), + (16806225, 'Arch_Corse', 181, -547.188, -4.043, 117.866, 114), + (16806226, 'Tracker_Antlion', 221, -523.199, -4.348, 67.710, 227), + (16806227, 'Tiamat', 217, -515.011, -12.732, -78.101, 50), + (16806228, 'Arch_Corse', 181, -539.500, -4.149, 1.902, 94), + (16806229, 'Arch_Corse', 181, -539.261, -6.330, -17.907, 82), + (16806230, 'Arch_Corse', 181, -535.274, -12.030, -58.210, 86), + (16806231, 'Bifrons', 184, -529.017, -10.952, -63.586, 84), + (16806232, 'Bifrons', 184, -557.638, -12.510, -79.143, 202), + (16806233, 'Air_Elemental', 178, -537.051, -4.142, -1.143, 120), + (16806234, 'Air_Elemental', 178, -528.577, -12.203, -79.319, 97), + (16806235, 'Earth_Elemental', 192, -539.852, -13.034, -66.840, 194), + (16806236, 'Earth_Elemental', 192, -548.882, -12.733, -71.128, 15), + (16806237, 'Cave_Antlion', 186, -520.369, -3.507, 19.853, 0), + (16806238, 'Cave_Antlion', 186, -512.585, -4.334, -12.006, 0), + (16806239, 'Cave_Antlion', 186, -506.345, -4.300, -28.542, 0), + (16806240, 'Cave_Antlion', 186, -529.017, -5.834, -49.659, 0), + (16806241, 'Cave_Antlion', 186, -532.046, -13.000, -68.401, 0), + (16806242, 'Feeler_Antlion', 194, 0.000, 0.000, 0.000, 0), + (16806243, 'Executioner_Antlion', 193, 0.000, 0.000, 0.000, 0), + (16806244, 'Executioner_Antlion', 193, 0.000, 0.000, 0.000, 0), + (16806245, 'Executioner_Antlion', 193, 0.000, 0.000, 0.000, 0), + (16806246, 'Executioner_Antlion', 193, 0.000, 0.000, 0.000, 0), + (16806247, 'Executioner_Antlion', 193, 0.000, 0.000, 0.000, 0), + (16806248, 'Alastor_Antlion', 179, 0.000, 0.000, 0.000, 0), + (16806249, 'Ambusher_Antlion', 180, -490.195, -4.503, 145.451, 201), + (16806250, 'Fjalar', 0, 0.000, 0.000, 0.000, 0), + (16806251, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806252, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806253, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806254, 'Fjalar', 0, 0.000, 0.000, 0.000, 0), + (16806255, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806256, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806257, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806258, 'Fjalar', 0, 0.000, 0.000, 0.000, 0), + (16806259, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806260, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16806261, 'Bloody_Skull', 0, 0.000, 0.000, 0.000, 0), + (16809985, 'Shikaree_Z', 243, -591.104, -0.255, -480.332, 115), + (16809986, 'Shikaree_Y', 242, -595.638, -0.481, -480.260, 252), + (16809987, 'Shikaree_X', 240, -595.522, -0.476, -482.310, 225), + (16809988, 'ShikareeZs_Wyvern', 244, -602.931, -0.713, -486.636, 113), + (16809989, 'ShikareeXs_Rabbit', 241, -603.996, -1.004, -486.474, 98), + (16809990, 'Shikaree_Z', 243, -1.753, 0.130, 104.166, 186), + (16809991, 'Shikaree_Y', 242, -0.993, 2.384, 115.606, 254), + (16809992, 'Shikaree_X', 240, -12.570, 2.380, 125.595, 18), + (16809993, 'ShikareeZs_Wyvern', 244, 1.824, 0.290, 94.219, 43), + (16809994, 'ShikareeXs_Rabbit', 241, -2.911, 0.806, 108.764, 47), + (16809995, 'Shikaree_Z', 243, 478.783, -0.221, 568.772, 14), + (16809996, 'Shikaree_Y', 242, 476.466, -0.500, 559.514, 83), + (16809997, 'Shikaree_X', 240, 480.120, -0.087, 569.119, 9), + (16809998, 'ShikareeZs_Wyvern', 244, 475.771, 0.041, 580.569, 15), + (16809999, 'ShikareeXs_Rabbit', 241, 476.300, 0.290, 581.488, 29), + (16810001, 'Tuchulcha', 247, -553.888, 1.546, -444.477, 171), + (16810002, 'Swift_Hunter', 246, -545.000, 0.749, -416.000, 64), + (16810003, 'Shrewd_Hunter', 245, -517.000, -0.500, -518.000, 46), + (16810004, 'Armored_Hunter', 228, -536.364, -0.500, -458.000, 175), + (16810007, 'Tuchulcha', 247, 1.000, -0.425, 83.000, 7), + (16810008, 'Swift_Hunter', 246, 43.000, -0.500, 42.000, 64), + (16810009, 'Shrewd_Hunter', 245, 9.000, 0.899, 114.000, 64), + (16810010, 'Armored_Hunter', 228, -15.000, -3.820, 97.000, 64), + (16810013, 'Tuchulcha', 247, 481.000, -0.424, 563.000, 240), + (16810014, 'Swift_Hunter', 246, 509.000, -0.149, 560.000, 64), + (16810015, 'Shrewd_Hunter', 245, 484.000, 2.725, 605.000, 179), + (16810016, 'Armored_Hunter', 228, 475.834, -1.015, 571.575, 78), + (16810018, 'Race_Runner', 239, -538.865, 0.443, -481.338, 135), + (16810020, 'Race_Runner', 239, 37.554, 0.412, 58.256, 158), + (16810022, 'Race_Runner', 239, 460.198, 1.034, 610.066, 34), + (16810024, 'Parata', 237, -562.047, 0.234, -458.254, 57), + (16810025, 'Bladmall', 230, -530.052, -0.256, -497.436, 41), + (16810026, 'Nepionic_Parata', 236, -534.587, -0.510, -457.221, 163), + (16810027, 'Nepionic_Parata', 236, -552.944, 0.109, -452.943, 245), + (16810028, 'Nepionic_Parata', 236, -564.000, 2.999, -428.000, 64), + (16810029, 'Nepionic_Bladmall', 235, -525.613, -0.502, -511.032, 175), + (16810030, 'Nepionic_Bladmall', 235, -569.366, 2.361, -442.028, 102), + (16810031, 'Nepionic_Bladmall', 235, -566.953, 2.989, -434.218, 87), + (16810033, 'Parata', 237, 16.745, 0.313, 75.797, 107), + (16810034, 'Bladmall', 230, 0.511, -0.198, 86.629, 5), + (16810035, 'Nepionic_Parata', 236, -14.651, -2.493, 89.240, 115), + (16810036, 'Nepionic_Parata', 236, 5.148, 1.711, 117.842, 215), + (16810037, 'Nepionic_Parata', 236, -19.253, 1.058, 124.802, 125), + (16810038, 'Nepionic_Bladmall', 235, 11.121, -0.006, 109.369, 102), + (16810039, 'Nepionic_Bladmall', 235, -3.471, 3.065, 126.786, 129), + (16810040, 'Nepionic_Bladmall', 235, 0.000, 0.000, 0.000, 0), + (16810041, 'ArmouryCrate', 0, -3.236, 2.996, 130.630, 64), + (16810042, 'Parata', 237, 487.166, -0.092, 564.898, 167), + (16810043, 'Bladmall', 230, 480.773, -0.022, 569.494, 185), + (16810044, 'Nepionic_Parata', 236, 470.970, -1.064, 582.378, 233), + (16810045, 'Nepionic_Parata', 236, 0.000, 0.000, 0.000, 0), + (16810046, 'Nepionic_Parata', 236, 0.000, 0.000, 0.000, 0), + (16810047, 'Nepionic_Bladmall', 235, 496.615, -0.168, 557.260, 152), + (16810048, 'Nepionic_Bladmall', 235, 0.000, 0.000, 0.000, 0), + (16810049, 'Nepionic_Bladmall', 235, 0.000, 0.000, 0.000, 0), + (16810051, 'Gwyn_Ap_Knudd', 234, -565.000, 2.999, -431.000, 107), + (16810052, 'Cadaver_Warrior', 231, -539.103, -0.004, -425.733, 64), + (16810053, 'Cadaver_Warrior', 231, -540.587, -0.213, -430.560, 64), + (16810054, 'Cadaver_Warrior', 231, -562.209, 3.068, -434.418, 64), + (16810055, 'Cadaver_Witch', 232, -570.718, 2.169, -429.408, 64), + (16810056, 'Cadaver_Witch', 232, -580.026, 0.498, -480.156, 64), + (16810057, 'Cadaver_Witch', 232, -542.928, -0.250, -445.372, 64), + (16810058, 'Erdgeist', 233, -565.825, 2.274, -447.007, 193), + (16810059, 'Erdgeist', 233, -544.757, -0.042, -443.543, 64), + (16810060, 'Erdgeist', 233, -587.746, -1.557, -471.799, 64), + (16810062, 'Gwyn_Ap_Knudd', 234, -6.000, 2.924, 129.000, 124), + (16810063, 'Cadaver_Warrior', 231, 35.344, -0.654, 43.299, 64), + (16810064, 'Cadaver_Warrior', 231, 1.409, 1.384, 110.937, 64), + (16810065, 'Cadaver_Warrior', 231, -8.425, 2.191, 132.875, 64), + (16810066, 'Cadaver_Witch', 232, 30.085, -0.672, 56.401, 64), + (16810067, 'Cadaver_Witch', 232, -19.973, 0.296, 75.118, 64), + (16810068, 'Cadaver_Witch', 232, -17.127, 0.356, 78.930, 64), + (16810069, 'Erdgeist', 233, 44.393, -0.592, 79.196, 64), + (16810070, 'Erdgeist', 233, -22.840, 0.017, 123.209, 64), + (16810071, 'Erdgeist', 233, 22.781, -0.506, 72.405, 64), + (16810073, 'Gwyn_Ap_Knudd', 234, 0.000, 0.000, 0.000, 0), + (16810074, 'Cadaver_Warrior', 231, 0.000, 0.000, 0.000, 0), + (16810075, 'Cadaver_Warrior', 231, 0.000, 0.000, 0.000, 0), + (16810076, 'Cadaver_Warrior', 231, 0.000, 0.000, 0.000, 0), + (16810077, 'Cadaver_Witch', 232, 0.000, 0.000, 0.000, 0), + (16810078, 'Cadaver_Witch', 232, 0.000, 0.000, 0.000, 0), + (16810079, 'Cadaver_Witch', 232, 0.000, 0.000, 0.000, 0), + (16810080, 'Erdgeist', 233, 0.000, 0.000, 0.000, 0), + (16810081, 'Erdgeist', 233, 0.000, 0.000, 0.000, 0), + (16810082, 'Erdgeist', 233, 0.000, 0.000, 0.000, 0), + (16810084, 'Shikaree_Z', 243, -565.000, 2.999, -431.000, 64), + (16810085, 'Shikaree_Y', 242, -632.976, -1.229, -512.702, 107), + (16810086, 'Shikaree_X', 240, -629.494, -1.833, -510.405, 54), + (16810087, 'ShikareeZs_Wyvern', 244, -633.473, -1.089, -513.574, 108), + (16810088, 'ShikareeXs_Rabbit', 241, -634.263, -0.590, -515.028, 188), + (16810090, 'Shikaree_Z', 243, -50.568, -1.880, 69.468, 225), + (16810091, 'Shikaree_Y', 242, -6.940, 2.646, 118.801, 252), + (16810092, 'Shikaree_X', 240, -12.463, 1.303, 115.980, 208), + (16810093, 'ShikareeZs_Wyvern', 244, -39.735, -0.492, 81.069, 79), + (16810094, 'ShikareeXs_Rabbit', 241, -3.145, -0.180, 96.250, 219), + (16810096, 'Shikaree_Z', 243, 0.000, 0.000, 0.000, 0), + (16810097, 'Shikaree_Y', 242, 0.000, 0.000, 0.000, 0), + (16810098, 'Shikaree_X', 240, 0.000, 0.000, 0.000, 0), + (16810099, 'ShikareeZs_Wyvern', 244, 0.000, 0.000, 0.000, 0), + (16810100, 'ShikareeXs_Rabbit', 241, 0.000, 0.000, 0.000, 0), + (16810102, 'Antiphus', 0, 0.000, 0.000, 0.000, 0), + (16810103, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810104, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810105, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810106, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810108, 'Antiphus', 0, 0.000, 0.000, 0.000, 0), + (16810109, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810110, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810111, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810112, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810114, 'Antiphus', 0, 0.000, 0.000, 0.000, 0), + (16810115, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810116, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810117, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810118, 'Antiphuss_Spawn', 0, 0.000, 0.000, 0.000, 0), + (16810128, 'Dark_Miasma', 0, 0.000, 0.000, 0.000, 0), + (16810129, 'Dark_Miasma', 0, 0.000, 0.000, 0.000, 0), + (16810131, 'Dark_Miasma', 0, 0.000, 0.000, 0.000, 0), + (16810133, 'Dark_Miasma', 0, 0.000, 0.000, 0.000, 0), + (16814081, 'Gargoyle', 264, 349.025, -0.252, -52.998, 39), + (16814082, 'Gargoyle', 264, 352.064, -0.484, -58.078, 186), + (16814083, 'Gargoyle', 264, 342.314, -0.500, -71.547, 1), + (16814084, 'Gargoyle', 264, 325.934, -0.252, -71.462, 229), + (16814085, 'Gargoyle', 264, 310.387, -0.252, -91.664, 186), + (16814086, 'Gargoyle', 264, 301.733, -0.500, -111.636, 22), + (16814087, 'Gargoyle', 264, 286.291, -0.252, -113.107, 176), + (16814088, 'Gargoyle', 264, 290.117, -0.252, -88.170, 35), + (16814089, 'Gargoyle', 264, 264.903, -0.252, -69.597, 20), + (16814090, 'Gargoyle', 264, 247.179, -0.252, -69.981, 72), + (16814091, 'Gargoyle', 264, 249.343, -0.252, -49.767, 241), + (16814092, 'Gargoyle', 264, 271.505, -0.252, -50.557, 190), + (16814093, 'Gargoyle', 264, 288.403, -0.500, -22.912, 65), + (16814094, 'Gargoyle', 264, 295.676, -0.252, -8.973, 184), + (16814095, 'Gargoyle', 264, 311.641, -0.500, -18.207, 151), + (16814096, 'Gargoyle', 264, 312.470, -0.500, -36.500, 186), + (16814097, 'Vampire_Bat', 298, 329.121, -0.651, -25.621, 192), + (16814098, 'Vampire_Bat', 298, 0.000, 0.000, 0.000, 0), + (16814099, 'Maze_Lizard', 285, 335.297, -0.595, -20.519, 127), + (16814100, 'Maze_Lizard', 285, 330.072, -0.606, -20.802, 126), + (16814101, 'Maze_Lizard', 285, 333.166, -0.352, -51.561, 221), + (16814102, 'Maze_Lizard', 285, 353.551, -0.252, -54.351, 224), + (16814103, 'Maze_Lizard', 285, 354.423, -0.352, -70.365, 29), + (16814104, 'Maze_Lizard', 285, 349.015, -0.352, -72.081, 230), + (16814105, 'Blubber_Eyes', 250, 306.893, -0.352, -86.273, 116), + (16814106, 'Cryptonberry_Plaguer', 254, 310.074, -0.500, -82.671, 156), + (16814107, 'Cryptonberry_Plaguer', 254, 306.509, -0.352, -115.074, 131), + (16814108, 'Blubber_Eyes', 250, 315.040, -0.352, -106.701, 189), + (16814109, 'Blubber_Eyes', 250, 295.367, -0.352, -110.508, 226), + (16814110, 'Cryptonberry_Cutter', 252, 307.032, -0.252, -110.326, 95), + (16814111, 'Cryptonberry_Cutter', 252, 286.349, -0.352, -93.857, 62), + (16814112, 'Blubber_Eyes', 250, 290.335, -0.352, -94.594, 32), + (16814113, 'Camazotz', 251, 275.341, -0.352, -69.524, 32), + (16814114, 'Camazotz', 251, 275.769, -0.352, -70.052, 183), + (16814115, 'Magic_Millstone', 283, 254.884, -0.352, -69.860, 226), + (16814116, 'Magic_Millstone', 283, 252.255, -0.252, -47.289, 89), + (16814117, 'Snoll', 291, 274.205, -0.352, -45.420, 230), + (16814118, 'Cryptonberry_Plaguer', 254, 292.653, -0.352, -27.137, 162), + (16814119, 'Cryptonberry_Harrier', 253, 289.380, -0.252, -9.615, 168), + (16814120, 'Tonberry_s_Elemental', 296, 288.899, -0.352, -4.998, 130), + (16814121, 'Cryptonberry_Stalker', 255, 289.844, -0.352, -7.601, 67), + (16814122, 'Cryptonberry_Harrier', 253, 313.961, -0.352, -12.742, 59), + (16814123, 'Tonberry_s_Elemental', 296, 306.301, -0.352, -7.055, 7), + (16814124, 'Cryptonberry_Stalker', 255, 310.423, -0.252, -7.205, 141), + (16814125, 'Cryptonberry_Cutter', 252, 312.889, -0.352, -25.157, 254), + (16814126, 'Diremite_Stalker', 261, 285.971, 31.482, -59.412, 127), + (16814127, 'Diremite_Stalker', 261, 148.725, 47.686, -338.430, 164), + (16814128, 'Diremite_Stalker', 261, 306.191, 31.405, -49.336, 163), + (16814129, 'Diremite_Stalker', 261, 305.727, 31.485, -70.211, 74), + (16814130, 'Ice_Elemental', 281, 128.552, 47.466, -333.477, 121), + (16814131, 'Cryptonberry_Plaguer', 254, 339.113, 31.455, -53.374, 63), + (16814132, 'Cryptonberry_Plaguer', 254, 339.236, 31.420, -50.089, 192), + (16814133, 'Cryptonberry_Harrier', 253, 338.470, 31.399, -61.028, 254), + (16814134, 'Tonberry_s_Elemental', 296, 337.079, 31.420, -62.839, 152), + (16814135, 'Cryptonberry_Stalker', 255, 339.696, 31.462, -66.289, 56), + (16814136, 'Cryptonberry_Cutter', 252, 340.026, 31.411, -62.193, 192), + (16814137, 'Blubber_Eyes', 250, 322.356, 38.944, -100.870, 255), + (16814138, 'Snoll', 291, 346.425, 31.381, -27.715, 4), + (16814139, 'Goblin_Hunter', 274, 0.000, 0.000, 0.000, 0), + (16814140, 'Goblin_Enchanter', 273, 217.998, 0.003, -330.764, 128), + (16814141, 'Magic_Millstone', 283, 190.267, -0.352, -326.117, 196), + (16814142, 'Goblin_Jeweler', 275, 186.119, -0.352, -351.311, 176), + (16814143, 'Goblin_Bouncer', 272, 174.977, -0.352, -332.946, 194), + (16814144, 'Goblin_Mercenary', 276, 125.582, 9.917, -335.412, 81), + (16814145, 'Goblin_Alchemist', 270, 131.430, 6.599, -327.248, 100), + (16814146, 'Goblin_Bandit', 271, 0.000, 0.000, 0.000, 0), + (16814147, 'Maledict_Millstone', 284, 106.029, -0.352, -349.024, 79), + (16814148, 'Dire_Bat', 262, 90.780, -0.352, -354.238, 113), + (16814149, 'Dire_Bat', 262, 90.765, -0.352, -354.147, 112), + (16814150, 'Maledict_Millstone', 284, 90.620, -0.352, -330.525, 190), + (16814151, 'Diremite_Assaulter', 259, 190.153, 7.399, -296.359, 63), + (16814152, 'Diremite_Assaulter', 259, 189.959, 7.131, -300.470, 64), + (16814153, 'Dire_Bat', 262, 188.628, 7.399, -289.160, 251), + (16814154, 'Diremite_Assaulter', 259, 188.360, 7.399, -388.995, 3), + (16814155, 'Diremite_Assaulter', 259, 188.406, 7.399, -389.199, 255), + (16814156, 'Dire_Bat', 262, 189.329, 7.389, -382.164, 192), + (16814157, 'Diremite_Assaulter', 259, 89.309, 7.400, -388.456, 68), + (16814158, 'Diremite_Assaulter', 259, 96.480, 7.399, -389.645, 0), + (16814159, 'Thousand_Eyes', 295, 89.049, 7.408, -388.748, 64), + (16814160, 'Diremite_Assaulter', 259, 89.032, 7.400, -291.138, 192), + (16814161, 'Diremite_Assaulter', 259, 89.039, 7.400, -295.433, 192), + (16814162, 'Thousand_Eyes', 295, 89.084, 7.392, -297.645, 64), + (16814163, 'Goblin_Mercenary', 276, 0.000, 0.000, 0.000, 0), + (16814164, 'Goblin_Alchemist', 270, 147.901, 6.211, -353.534, 99), + (16814165, 'Goblin_Bandit', 271, 145.196, 5.254, -354.865, 110), + (16814166, 'Goblin_Alchemist', 270, 145.861, 15.647, -374.296, 85), + (16814167, 'Thousand_Eyes', 295, 0.000, 0.000, 0.000, 0), + (16814168, 'Goblin_Bandit', 271, 134.796, 15.647, -390.004, 48), + (16814169, 'Thousand_Eyes', 295, 126.412, 15.653, -367.480, 166), + (16814170, 'Goblin_Alchemist', 270, 0.000, 0.000, 0.000, 0), + (16814171, 'Thousand_Eyes', 295, 150.900, 15.659, -305.802, 146), + (16814172, 'Goblin_Bandit', 271, 128.203, 15.647, -312.117, 87), + (16814173, 'Thousand_Eyes', 295, 129.779, 15.673, -286.189, 239), + (16814174, 'Goblin_Veterinarian', 278, 170.818, 15.647, -346.439, 191), + (16814175, 'Goblin_s_Bat', 277, 170.774, 15.651, -349.212, 192), + (16814176, 'Diremite_Assaulter', 259, 109.879, 15.647, -334.809, 17), + (16814177, 'Maledict_Millstone', 284, 142.020, 47.608, -330.415, 4), + (16814178, 'Maledict_Millstone', 284, 140.022, 47.621, -329.928, 118), + (16814179, 'Maledict_Millstone', 284, 139.786, 47.440, -326.674, 225), + (16814180, 'Goblin_Veterinarian', 278, 151.197, 47.423, -346.772, 231), + (16814181, 'Goblin_s_Bat', 277, 149.033, 47.665, -345.550, 255), + (16814182, 'Goblin_Mercenary', 276, 141.811, 47.409, -298.935, 128), + (16814183, 'Goblin_Mercenary', 276, 141.557, 47.411, -298.885, 128), + (16814184, 'Goblin_Alchemist', 270, 143.716, 47.429, -299.222, 245), + (16814185, 'Goblin_Bandit', 271, 139.925, 47.402, -300.223, 245), + (16814186, 'Goblin_Veterinarian', 278, 138.075, 47.406, -298.930, 0), + (16814187, 'Goblin_s_Bat', 277, 134.718, 47.419, -298.706, 2), + (16814188, 'Thousand_Eyes', 295, 179.288, 53.311, -310.393, 64), + (16814189, 'Thousand_Eyes', 295, 179.149, 54.943, -317.164, 192), + (16814190, 'Morozko', 287, 100.200, 47.376, -306.618, 122), + (16814191, 'Snoll', 291, 178.873, -0.582, 300.629, 64), + (16814192, 'Snoll', 291, 178.772, -0.601, 309.160, 191), + (16814193, 'Labyrinth_Lizard', 282, 207.795, -0.352, 310.893, 37), + (16814194, 'Snoll', 291, 233.731, -0.352, 314.148, 180), + (16814195, 'Labyrinth_Lizard', 282, 229.782, -0.449, 290.124, 99), + (16814196, 'Cryptonberry_Plaguer', 254, 274.900, -0.600, 304.077, 46), + (16814197, 'Cryptonberry_Cutter', 252, 267.422, -0.600, 313.774, 9), + (16814198, 'Labyrinth_Lizard', 282, 249.385, -0.352, 349.501, 57), + (16814199, 'Snoll', 291, 269.157, -0.352, 329.402, 32), + (16814200, 'Labyrinth_Lizard', 282, 313.664, -0.352, 308.303, 228), + (16814201, 'Snoll', 291, 294.330, -0.352, 284.888, 252), + (16814202, 'Labyrinth_Lizard', 282, 273.644, -0.352, 245.899, 31), + (16814203, 'Snoll', 291, 250.826, -0.352, 274.303, 140), + (16814204, 'Cryptonberry_Stalker', 255, 206.821, 15.647, 309.570, 124), + (16814205, 'Morozko', 287, 235.604, 15.647, 309.443, 199), + (16814206, 'Cryptonberry_Harrier', 253, 231.320, 15.647, 285.346, 94), + (16814207, 'Tonberry_s_Elemental', 296, 233.317, 15.647, 286.294, 107), + (16814208, 'Snow_Lizard', 293, 247.713, 15.647, 351.328, 99), + (16814209, 'Snow_Lizard', 293, 275.371, 15.647, 327.010, 66), + (16814210, 'Dark_Elemental', 256, 252.536, 15.647, 330.527, 127), + (16814211, 'Ice_Elemental', 281, 251.408, 15.613, 325.790, 136), + (16814212, 'Dark_Elemental', 256, 284.748, 15.647, 316.017, 160), + (16814213, 'Ice_Elemental', 281, 295.768, 15.647, 315.793, 197), + (16814214, 'Cryptonberry_Plaguer', 254, 311.174, 15.647, 311.890, 93), + (16814215, 'Cryptonberry_Stalker', 255, 294.002, 15.647, 291.081, 11), + (16814216, 'Snow_Lizard', 293, 251.158, 15.647, 272.231, 100), + (16814217, 'Dark_Elemental', 256, 269.895, 15.641, 272.527, 70), + (16814218, 'Ice_Elemental', 281, 270.518, 15.660, 265.691, 136), + (16814219, 'Snow_Lizard', 293, 272.256, 15.647, 253.860, 229), + (16814220, 'Maledict_Millstone', 284, 247.629, 47.423, 295.336, 77), + (16814221, 'Maledict_Millstone', 284, 249.203, 47.598, 299.132, 34), + (16814222, 'Maledict_Millstone', 284, 264.351, 47.487, 289.734, 27), + (16814223, 'Cryptonberry_Harrier', 253, 268.274, 47.593, 303.822, 73), + (16814224, 'Tonberry_s_Elemental', 296, 267.458, 47.510, 306.255, 58), + (16814225, 'Diremite_Assaulter', 259, 259.159, 47.406, 259.864, 0), + (16814226, 'Diremite_Assaulter', 259, 255.703, 47.407, 259.844, 118), + (16814227, 'Diremite_Assaulter', 259, 259.401, 47.400, 259.445, 128), + (16814228, 'Thousand_Eyes', 295, 219.211, 52.962, 269.206, 64), + (16814229, 'Thousand_Eyes', 295, 219.445, 55.120, 277.703, 63), + (16814230, 'Morozko', 287, 305.485, 45.248, 259.733, 3), + (16814231, 'Gargoyle-Iota', 265, -290.077, -0.514, -208.383, 80), + (16814232, 'Gargoyle-Kappa', 266, -289.890, -0.600, -211.801, 108), + (16814233, 'Gargoyle-Lambda', 267, -332.126, 31.747, -171.480, 18), + (16814234, 'Gargoyle-Mu', 268, -328.666, 31.747, -170.666, 49), + (16814235, 'Cryptonberry_Harrier', 253, -300.832, 15.397, -260.900, 0), + (16814236, 'Tonberry_s_Elemental', 296, -300.239, 15.396, -260.856, 129), + (16814237, 'Cryptonberry_Stalker', 255, -295.306, 15.405, -260.699, 0), + (16814238, 'Cryptonberry_Cutter', 252, -304.713, 15.647, -206.166, 200), + (16814239, 'Cryptonberry_Plaguer', 254, -305.102, 15.647, -230.931, 225), + (16814240, 'Labyrinth_Lizard', 282, -309.767, 15.647, -224.797, 127), + (16814241, 'Labyrinth_Lizard', 282, -308.629, 15.647, -234.860, 113), + (16814242, 'Gargoyle', 264, -288.151, 15.647, -204.994, 137), + (16814243, 'Gargoyle', 264, 0.000, 0.000, 0.000, 0), + (16814244, 'Labyrinth_Lizard', 282, -293.654, -0.352, -233.640, 91), + (16814245, 'Labyrinth_Lizard', 282, -304.297, -0.600, -224.811, 183), + (16814246, 'Cryptonberry_Stalker', 255, -315.541, 11.617, -214.288, 56), + (16814247, 'Treasure_Chest', 297, -328.000, -0.252, -272.000, 192), + (16814248, 'Labyrinth_Lizard', 282, -330.914, -0.515, -255.319, 3), + (16814249, 'Magic_Millstone', 283, -386.250, -0.600, -268.900, 8), + (16814250, 'Magic_Millstone', 283, -390.592, -0.600, -268.168, 68), + (16814251, 'Camazotz', 251, -395.057, -0.265, -210.290, 51), + (16814252, 'Cryptonberry_Plaguer', 254, -366.158, 1.089, -169.320, 128), + (16814253, 'Cryptonberry_Harrier', 253, -362.413, -0.546, -169.483, 0), + (16814254, 'Tonberry_s_Elemental', 296, -364.555, 0.178, -169.351, 4), + (16814255, 'Cryptonberry_Stalker', 255, -357.226, -0.696, -169.794, 255), + (16814256, 'Cryptonberry_Cutter', 252, -357.246, -0.683, -169.998, 0), + (16814257, 'Camazotz', 251, -331.550, 15.401, -184.204, 252), + (16814258, 'Treasure_Chest', 297, -350.000, 15.747, -170.000, 64), + (16814259, 'Camazotz', 251, -333.416, 15.397, -176.313, 127), + (16814260, 'Cryptonberry_Plaguer', 254, -390.285, 23.400, -174.004, 70), + (16814261, 'Cryptonberry_Stalker', 255, -375.158, 21.523, -170.925, 126), + (16814262, 'Cryptonberry_Cutter', 252, -390.405, 27.131, -190.420, 64), + (16814263, 'Treasure_Chest', 297, -393.000, 15.747, -212.000, 0), + (16814264, 'Labyrinth_Lizard', 282, -375.974, 15.400, -205.252, 63), + (16814265, 'Labyrinth_Lizard', 282, -375.356, 15.400, -215.738, 190), + (16814266, 'Magic_Millstone', 283, -351.192, 15.647, -250.858, 5), + (16814267, 'Magic_Millstone', 283, -344.482, 15.647, -254.369, 57), + (16814268, 'Magic_Millstone', 283, -325.295, 15.647, -246.890, 220), + (16814269, 'Magic_Millstone', 283, -325.065, 15.647, -246.481, 226), + (16814270, 'Camazotz', 251, -387.936, 15.400, -270.425, 124), + (16814271, 'Camazotz', 251, -389.032, 15.400, -251.278, 190), + (16814272, 'Cryptonberry_Cutter', 252, -388.932, 15.400, -263.799, 64), + (16814273, 'Cryptonberry_Harrier', 253, -345.076, 15.647, -269.580, 13), + (16814274, 'Tonberry_s_Elemental', 296, -345.956, 15.647, -268.752, 21), + (16814275, 'Ice_Elemental', 281, -390.039, 31.650, -225.223, 228), + (16814276, 'Treasure_Chest', 297, -392.000, 31.747, -210.000, 0), + (16814277, 'Magic_Millstone', 283, -366.261, 31.647, -213.913, 14), + (16814278, 'Magic_Millstone', 283, -368.888, 31.647, -205.598, 169), + (16814279, 'Labyrinth_Lizard', 282, -369.362, 31.647, -214.687, 168), + (16814280, 'Labyrinth_Lizard', 282, -369.815, 31.647, -205.765, 186), + (16814281, 'Labyrinth_Lizard', 282, -355.073, 31.647, -168.943, 70), + (16814282, 'Magic_Millstone', 283, -354.491, 31.647, -192.876, 91), + (16814283, 'Magic_Millstone', 283, -351.469, 31.647, -185.365, 229), + (16814284, 'Camazotz', 251, -344.946, 31.647, -185.696, 160), + (16814285, 'Camazotz', 251, -354.176, 31.647, -188.828, 112), + (16814286, 'Diremite_Stalker', 261, -310.910, 31.400, -220.607, 192), + (16814287, 'Diremite_Stalker', 261, -311.119, 31.413, -240.839, 64), + (16814288, 'Diremite_Stalker', 261, -311.013, 31.413, -231.607, 192), + (16814289, 'Cryptonberry_Plaguer', 254, -311.045, 31.401, -246.844, 63), + (16814290, 'Treasure_Chest', 297, -331.000, 31.747, -268.000, 0), + (16814291, 'Gargoyle', 264, -334.765, 31.621, -213.437, 32), + (16814292, 'Gargoyle', 264, -339.965, 31.463, -208.986, 164), + (16814293, 'Gargoyle', 264, -346.101, 31.402, -233.222, 134), + (16814294, 'Gargoyle', 264, -331.821, 31.638, -217.685, 43), + (16814295, 'Diremite_Assaulter', 259, -348.082, 47.415, -231.724, 39), + (16814296, 'Diremite_Assaulter', 259, -340.320, 47.522, -232.743, 163), + (16814297, 'Diremite_Assaulter', 259, -347.229, 47.401, -210.785, 218), + (16814298, 'Diremite_Assaulter', 259, -332.406, 47.454, -231.560, 70), + (16814299, 'Treasure_Chest', 297, -300.000, 47.500, -220.000, 128), + (16814300, 'Dire_Bat', 262, -299.257, 49.599, -250.944, 64), + (16814301, 'Dire_Bat', 262, -299.091, 50.797, -255.955, 63), + (16814302, 'Ice_Elemental', 281, -313.181, 54.100, -260.448, 128), + (16814303, 'Labyrinth_Lizard', 282, -299.049, 47.410, -206.922, 191), + (16814304, 'Labyrinth_Lizard', 282, -304.199, 45.272, -177.383, 16), + (16814305, 'Gazer', 269, -165.786, -0.594, -9.836, 0), + (16814306, 'Gazer', 269, -179.062, -0.489, -18.431, 64), + (16814307, 'Gazer', 269, -145.616, -0.334, -6.076, 218), + (16814308, 'Gazer', 269, -152.234, -0.350, -33.625, 2), + (16814309, 'Diremite', 258, -145.325, -0.352, -23.095, 57), + (16814310, 'Diremite', 258, -149.966, -0.352, -7.503, 54), + (16814311, 'Snowball', 292, -125.408, -0.352, -29.115, 190), + (16814312, 'Gazer', 269, -141.453, -0.407, 10.801, 151), + (16814313, 'Diremite', 258, -141.567, -0.584, 8.699, 19), + (16814314, 'Diremite', 258, -131.665, -0.358, 22.927, 235), + (16814315, 'Diremite', 258, -138.929, -0.410, 31.134, 29), + (16814316, 'Gazer', 269, -70.878, -0.352, 194.606, 252), + (16814317, 'Diremite', 258, -66.201, -0.352, 189.181, 202), + (16814318, 'Diremite', 258, -56.059, -0.352, 186.055, 2), + (16814319, 'Diremite', 258, 0.000, 0.000, 0.000, 0), + (16814320, 'Gyre-Carlin', 280, 0.000, 0.000, 0.000, 0), + (16814321, 'Snowball', 292, -67.754, -0.352, 172.520, 219), + (16814322, 'Gazer', 269, -6.496, -0.352, 206.056, 63), + (16814323, 'Gazer', 269, -10.365, -0.351, 229.970, 97), + (16814324, 'Diremite', 258, -13.760, -0.352, 224.323, 122), + (16814325, 'Diremite', 258, -6.011, -0.352, 205.851, 67), + (16814326, 'Gazer', 269, -25.874, -0.350, 228.803, 206), + (16814327, 'Gazer', 269, 25.536, -0.336, 172.547, 157), + (16814328, 'Diremite', 258, 9.065, -0.352, 168.035, 227), + (16814329, 'Diremite', 258, 34.530, -0.352, 165.232, 58), + (16814330, 'Diremite', 258, 34.057, -0.352, 165.306, 28), + (16814331, 'Gyre-Carlin', 280, 0.000, 0.000, 0.000, 0), + (16814332, 'Snowball', 292, 35.097, -0.352, 189.678, 25), + (16814333, 'Maze_Lizard', 285, 106.600, -0.352, 62.976, 188), + (16814334, 'Maze_Lizard', 285, 114.906, -0.352, 69.700, 157), + (16814335, 'Diremite', 258, 114.908, -0.352, 69.501, 185), + (16814336, 'Diremite', 258, 110.890, -0.352, 56.216, 56), + (16814337, 'Maze_Lizard', 285, 90.985, -0.352, 65.361, 73), + (16814338, 'Maze_Lizard', 285, -5.180, -0.352, -69.379, 62), + (16814339, 'Maze_Lizard', 285, -8.337, -0.352, -50.556, 168), + (16814340, 'Diremite', 258, -7.832, -0.352, -53.986, 118), + (16814341, 'Diremite', 258, -6.390, -0.352, -54.637, 245), + (16814342, 'Maze_Lizard', 285, -26.477, -0.352, -45.056, 254), + (16814343, 'Diremite', 258, 0.000, 0.000, 0.000, 0), + (16814344, 'Gyre-Carlin', 280, 0.000, 0.000, 0.000, 0), + (16814345, 'Diremite', 258, -5.647, -0.352, 70.154, 230), + (16814346, 'Vampire_Bat', 298, -24.834, -0.410, 70.804, 127), + (16814347, 'Vampire_Bat', 298, -30.233, -0.352, 72.591, 75), + (16814348, 'Diremite', 258, -27.963, -0.352, 71.557, 168), + (16814349, 'Diremite', 258, -20.396, 31.544, 29.376, 69), + (16814350, 'Diremite', 258, -33.217, 31.407, 15.718, 61), + (16814351, 'Vampire_Bat', 298, -11.682, 31.447, 13.006, 245), + (16814352, 'Vampire_Bat', 298, -8.807, 31.428, 21.752, 45), + (16814353, 'Dark_Elemental', 256, -9.175, 31.435, 21.146, 34), + (16814354, 'Ice_Elemental', 281, -34.109, 31.419, 17.884, 171), + (16814355, 'Vampire_Bat', 298, -40.065, 31.422, 59.410, 128), + (16814356, 'Vampire_Bat', 298, -52.684, 34.030, 59.214, 0), + (16814357, 'Vampire_Bat', 298, -32.558, 31.455, 59.096, 0), + (16814358, 'Vampire_Bat', 298, 19.582, 35.943, 54.931, 63), + (16814359, 'Snowball', 292, 1.611, 31.673, 58.896, 127), + (16814360, 'Snowball', 292, -21.259, 29.197, -22.383, 204), + (16814361, 'Nunyunuwi', 288, -329.033, -0.252, 310.297, 167), + (16814362, 'Maze_Lizard', 285, -310.931, -0.598, 269.001, 255), + (16814363, 'Maze_Lizard', 285, -301.034, -0.617, 268.740, 252), + (16814364, 'Diremite', 258, -329.786, -0.601, 281.294, 89), + (16814365, 'Diremite', 258, -322.060, -0.605, 288.863, 137), + (16814366, 'Maze_Lizard', 285, -315.324, -0.605, 293.710, 248), + (16814367, 'Maze_Lizard', 285, -310.239, -0.605, 290.537, 20), + (16814368, 'Snowball', 292, -332.405, -0.352, 306.398, 107), + (16814369, 'Snowball', 292, -307.487, -0.352, 309.282, 156), + (16814370, 'Thousand_Eyes', 295, -345.522, 15.653, 293.738, 218), + (16814371, 'Dire_Bat', 262, -349.214, 15.400, 308.378, 191), + (16814372, 'Dire_Bat', 262, -349.340, 15.403, 310.953, 64), + (16814373, 'Maledict_Millstone', 284, -334.267, 15.409, 329.161, 252), + (16814374, 'Maledict_Millstone', 284, -340.780, 15.432, 328.697, 29), + (16814375, 'Maledict_Millstone', 284, -329.437, 15.449, 348.670, 4), + (16814376, 'Thousand_Eyes', 295, -348.665, 15.626, 337.321, 178), + (16814377, 'Thousand_Eyes', 295, -338.136, 15.563, 330.787, 201), + (16814378, 'Dire_Bat', 262, -365.902, 15.647, 349.672, 95), + (16814379, 'Dire_Bat', 262, -373.498, 15.647, 354.071, 147), + (16814380, 'Diremite_Assaulter', 259, -287.088, 15.647, 294.096, 225), + (16814381, 'Dire_Bat', 262, -291.361, 15.400, 322.873, 186), + (16814382, 'Dire_Bat', 262, -290.857, 15.402, 306.064, 63), + (16814383, 'Diremite_Assaulter', 259, -309.743, 15.615, 344.070, 77), + (16814384, 'Diremite_Assaulter', 259, -304.979, 15.588, 330.573, 246), + (16814385, 'Diremite_Assaulter', 259, -307.896, 15.488, 350.001, 176), + (16814386, 'Snow_Lizard', 293, -291.726, 15.603, 338.394, 79), + (16814387, 'Snow_Lizard', 293, -312.489, 15.462, 344.389, 173), + (16814388, 'Dire_Bat', 262, -269.933, 15.647, 325.460, 93), + (16814389, 'Dire_Bat', 262, -270.162, 15.647, 333.899, 188), + (16814390, 'Avalanche', 249, -365.847, 31.647, 331.058, 188), + (16814391, 'Purgatory_Bat', 290, -370.142, 31.447, 359.042, 63), + (16814392, 'Purgatory_Bat', 290, -369.968, 31.409, 362.266, 191), + (16814393, 'Avalanche', 249, -353.739, 31.647, 368.147, 163), + (16814394, 'Million_Eyes', 286, -330.492, 31.676, 367.667, 220), + (16814395, 'Million_Eyes', 286, -330.315, 31.650, 364.430, 16), + (16814396, 'Million_Eyes', 286, -388.411, 31.647, 344.639, 111), + (16814397, 'Million_Eyes', 286, -392.781, 31.647, 353.024, 160), + (16814398, 'Purgatory_Bat', 290, -389.041, 31.420, 365.941, 64), + (16814399, 'Avalanche', 249, -384.919, 31.647, 390.542, 35), + (16814400, 'Demonic_Millstone', 257, -364.899, 31.647, 389.633, 228), + (16814401, 'Demonic_Millstone', 257, -367.122, 31.647, 390.072, 133), + (16814402, 'Frost_Lizard', 263, -253.055, 31.647, 329.825, 154), + (16814403, 'Frost_Lizard', 263, -250.237, 31.647, 334.397, 241), + (16814404, 'Purgatory_Bat', 290, -249.221, 31.414, 356.740, 63), + (16814405, 'Diremite_Dominator', 260, -252.607, 31.647, 386.307, 133), + (16814406, 'Diremite_Dominator', 260, -250.901, 31.647, 395.012, 92), + (16814407, 'Frost_Lizard', 263, -265.662, 31.647, 351.419, 25), + (16814408, 'Frost_Lizard', 263, -265.742, 31.647, 351.414, 26), + (16814409, 'Purgatory_Bat', 290, -274.100, 31.400, 370.943, 126), + (16814410, 'Diremite_Dominator', 260, -313.743, 31.647, 366.382, 136), + (16814411, 'Diremite_Dominator', 260, -310.748, 31.647, 375.167, 228), + (16814412, 'Dark_Elemental', 256, -318.859, 31.410, 354.628, 0), + (16814413, 'Ice_Elemental', 281, -319.990, 31.433, 354.437, 0), + (16814414, 'Demonic_Millstone', 257, -395.175, 47.647, 386.973, 62), + (16814415, 'Million_Eyes', 286, -352.864, 47.647, 389.809, 246), + (16814416, 'Million_Eyes', 286, 0.000, 0.000, 0.000, 0), + (16814417, 'Million_Eyes', 286, -331.425, 47.650, 385.865, 36), + (16814418, 'Million_Eyes', 286, -333.869, 47.741, 385.515, 216), + (16814419, 'Diremite_Dominator', 260, -255.370, 47.647, 372.930, 191), + (16814420, 'Diremite_Dominator', 260, -245.768, 47.647, 389.822, 23), + (16814421, 'Purgatory_Bat', 290, -295.371, 47.446, 389.103, 128), + (16814422, 'Purgatory_Bat', 290, -287.224, 47.409, 389.100, 126), + (16814423, 'Frost_Lizard', 263, -271.698, 47.647, 389.047, 9), + (16814424, 'Frost_Lizard', 263, -270.231, 47.647, 390.259, 56), + (16814425, 'Archaic_Chest', 248, -350.000, 47.747, 370.000, 0), + (16814426, 'Dark_Elemental', 256, -345.400, 47.647, 369.238, 3), + (16814427, 'Ice_Elemental', 281, -353.686, 47.647, 368.596, 155), + (16814428, 'Archaic_Chest', 248, -290.000, 47.747, 370.000, 128), + (16814429, 'Dark_Elemental', 256, -289.372, 47.647, 368.792, 224), + (16814430, 'Ice_Elemental', 281, -289.229, 47.647, 365.682, 59), + (16814431, 'Cryptonberry_Stalker', 255, -323.011, 47.400, 313.519, 42), + (16814432, 'Golden-Tongued_Culberry', 279, -344.008, 43.500, 315.976, 127), + (16818177, 'Diabolos', 10899, -247.434, -32.500, 290.977, 164), + (16818178, 'Diremite', 301, -244.669, -17.251, 289.089, 190), + (16818179, 'Diremite', 301, -238.802, -17.235, 280.202, 77), + (16818180, 'Diremite', 301, -233.937, -17.251, 280.147, 38), + (16818181, 'Diremite', 301, -233.497, -17.251, 289.611, 194), + (16818182, 'Diremite', 301, -240.546, -17.233, 279.588, 7), + (16818183, 'Diremite', 301, -239.507, -17.245, 283.781, 188), + (16818184, 'Diabolos', 10899, -3.000, 7.500, 11.800, 69), + (16818185, 'Diremite', 301, -5.781, 23.379, 0.724, 75), + (16818186, 'Diremite', 301, -1.500, 23.379, 4.119, 218), + (16818187, 'Diremite', 301, 4.309, 23.378, -0.016, 27), + (16818188, 'Diremite', 301, 4.731, 23.378, 5.745, 57), + (16818189, 'Diremite', 301, 0.452, 23.378, 5.108, 121), + (16818190, 'Diremite', 301, -5.521, 23.378, 10.179, 135), + (16818191, 'Diabolos', 10899, 279.000, 48.000, -267.000, 65), + (16818192, 'Diremite', 301, 280.000, 64.000, -278.000, 0), + (16818193, 'Diremite', 301, 284.000, 64.000, -273.000, 0), + (16818194, 'Diremite', 301, 274.000, 64.000, -270.000, 0), + (16818195, 'Diremite', 301, 284.000, 64.000, -280.000, 0), + (16818196, 'Diremite', 301, 277.000, 64.000, -281.000, 0), + (16818197, 'Diremite', 301, 275.000, 64.000, -276.000, 0), + (16818198, 'Pasuk', 303, -249.257, -16.252, 235.102, 99), + (16818200, 'Pasuk', 303, -0.037, 23.500, -5.449, 16), + (16818202, 'Pasuk', 303, 0.000, 0.000, 0.000, 0), + (16818204, 'Diabolos', 300, -247.434, -32.500, 290.977, 164), + (16818205, 'Diremite_Dominator', 302, -234.496, -17.251, 284.421, 27), + (16818206, 'Diremite_Dominator', 302, -238.295, -17.251, 288.600, 154), + (16818207, 'Diremite_Dominator', 302, -244.340, -17.251, 285.129, 73), + (16818208, 'Diremite_Dominator', 302, -236.980, -17.250, 283.415, 214), + (16818209, 'Diremite_Dominator', 302, -234.217, -17.247, 278.493, 3), + (16818210, 'Diremite_Dominator', 302, -238.437, -17.245, 282.914, 187), + (16818211, 'Diabolos', 300, -3.000, 7.500, 11.800, 69), + (16818212, 'Diremite_Dominator', 302, -5.781, 23.379, 0.724, 75), + (16818213, 'Diremite_Dominator', 302, -1.500, 23.379, 4.119, 218), + (16818214, 'Diremite_Dominator', 302, 4.309, 23.378, -0.016, 27), + (16818215, 'Diremite_Dominator', 302, 4.731, 23.378, 5.745, 57), + (16818216, 'Diremite_Dominator', 302, 0.452, 23.378, 5.108, 121), + (16818217, 'Diremite_Dominator', 302, -5.521, 23.378, 10.179, 135), + (16818218, 'Diabolos', 300, 279.000, 48.000, -267.000, 65), + (16818219, 'Diremite_Dominator', 302, 280.000, 64.000, -278.000, 0), + (16818220, 'Diremite_Dominator', 302, 284.000, 64.000, -273.000, 0), + (16818221, 'Diremite_Dominator', 302, 274.000, 64.000, -270.000, 0), + (16818222, 'Diremite_Dominator', 302, 284.000, 64.000, -280.000, 0), + (16818223, 'Diremite_Dominator', 302, 277.000, 64.000, -281.000, 0), + (16818224, 'Diremite_Dominator', 302, 275.000, 64.000, -276.000, 0), + (16822273, 'Snipper', 346, -87.905, 22.426, -37.478, 131), + (16822274, 'Blind_Crab', 308, -87.933, 22.426, -36.581, 111), + (16822275, 'Cutter', 316, -110.676, 15.500, -59.936, 211), + (16822276, 'Ghost_Crab', 320, -123.777, 22.334, -99.180, 131), + (16822277, 'Amoebic_Nodule', 306, -123.750, 22.334, -99.273, 129), + (16822278, 'Dark_Bats', 317, -338.902, -8.475, 432.077, 61), + (16822279, 'Goblin_Craftsman', 321, -342.399, -8.641, 392.582, 227), + (16822280, 'Goblin_Gutterman', 324, -349.847, -7.047, 381.117, 77), + (16822281, 'Moblin_Pickman', 339, -341.333, -8.595, 393.867, 226), + (16822282, 'Goblin_Leadman', 326, -324.904, -1.161, 301.081, 111), + (16822283, 'Goblin_s_Bat', 330, -323.105, -0.793, 301.241, 220), + (16822284, 'Dark_Bats', 317, -338.743, -4.744, 308.922, 175), + (16822285, 'Moblin_Witchman', 344, -339.601, -5.038, 309.783, 53), + (16822286, 'Goblin_Hammerman', 325, -301.488, -0.475, 289.243, 57), + (16822287, 'Moblin_Witchman', 344, -317.037, -0.627, 301.926, 149), + (16822288, 'Dark_Bats', 317, -301.040, -0.475, 282.423, 63), + (16822289, 'Goblin_Gutterman', 324, -302.154, -0.599, 245.488, 68), + (16822290, 'Moblin_Ragman', 341, -301.034, -0.511, 256.201, 195), + (16822291, 'Moblin_Chapman', 335, -288.073, -0.608, 181.377, 139), + (16822292, 'Goblin_Craftsman', 321, -289.639, -0.608, 181.996, 21), + (16822293, 'Moblin_Witchman', 344, -250.938, -0.600, 170.398, 200), + (16822294, 'Moblin_Ragman', 341, -250.830, -0.600, 170.277, 200), + (16822295, 'Moblin_Pickman', 339, -254.220, -0.589, 214.869, 102), + (16822296, 'Bugbear_Servingman', 313, -225.088, -0.500, 219.323, 210), + (16822297, 'Bugbear_Servingman', 313, -250.441, -0.610, 184.015, 41), + (16822298, 'Bugbear_Servingman', 313, -261.572, -0.669, 189.076, 88), + (16822299, 'Goblin_Hammerman', 325, -298.767, -0.475, 268.803, 60), + (16822300, 'Dark_Bats', 317, -298.794, -0.475, 263.206, 66), + (16822301, 'Moblin_Chapman', 335, -142.705, 7.366, 212.871, 37), + (16822302, 'Dark_Bats', 317, -155.832, 7.508, 219.742, 16), + (16822303, 'Goblin_Craftsman', 321, -259.123, -0.457, 111.152, 188), + (16822304, 'Moblin_Witchman', 344, -260.402, 3.556, 95.377, 76), + (16822305, 'Goblin_Leadman', 326, -259.028, -0.343, 110.494, 188), + (16822306, 'Goblin_s_Bat', 330, -258.342, 0.019, 108.448, 182), + (16822307, 'Moblin_Ragman', 341, -267.557, 7.282, 23.819, 214), + (16822308, 'Bugbear_Servingman', 313, -266.781, 7.288, 24.949, 96), + (16822309, 'Earth_Elemental', 319, -269.619, 7.240, 20.834, 181), + (16822310, 'Goblin_Leadman', 326, -204.737, 7.400, 20.663, 120), + (16822311, 'Goblin_s_Bat', 330, -202.319, 7.400, 21.319, 249), + (16822312, 'Goblin_Hammerman', 325, -207.971, 11.400, 27.491, 74), + (16822313, 'Bugbear_Servingman', 313, -209.203, 11.407, 29.280, 108), + (16822314, 'Moblin_Chapman', 335, -230.769, 11.374, 34.554, 164), + (16822315, 'Bugbear_Servingman', 313, -230.316, 11.380, 33.700, 165), + (16822316, 'Goblin_Gutterman', 324, -220.552, 7.399, -1.009, 61), + (16822317, 'Goblin_Craftsman', 321, -239.708, 7.397, -19.745, 135), + (16822318, 'Moblin_Ragman', 341, -228.709, 7.397, -27.425, 187), + (16822319, 'Dark_Bats', 317, -229.384, 7.400, -29.475, 137), + (16822320, 'Bugbear_Servingman', 313, -229.463, 7.398, -28.687, 67), + (16822321, 'Bugbear_Servingman', 313, -222.679, 7.393, -14.738, 227), + (16822322, 'Bugbear_Servingman', 313, 0.000, 0.000, 0.000, 0), + (16822323, 'Moblin_Chapman', 335, -269.272, 7.329, -17.276, 209), + (16822324, 'Goblin_Leadman', 326, -257.443, 7.400, -31.041, 176), + (16822325, 'Goblin_s_Bat', 330, -258.138, 7.392, -29.681, 44), + (16822326, 'Stirge', 347, -260.631, 6.710, -85.859, 63), + (16822327, 'Stirge', 347, -260.693, 6.398, -87.689, 204), + (16822328, 'Dark_Bats', 317, -260.729, 7.524, -74.066, 188), + (16822329, 'Stirge', 347, -180.227, 7.586, 44.878, 190), + (16822330, 'Moblin_Ragman', 341, -179.827, 7.537, 41.892, 65), + (16822331, 'Ancient_Bomb', 307, -84.798, 7.524, 59.067, 129), + (16822332, 'Moblin_Pickman', 339, -133.651, 7.524, 58.440, 126), + (16822333, 'Goblin_Hammerman', 325, -133.556, 7.525, 58.565, 126), + (16822334, 'Ancient_Bomb', 307, -115.394, 7.625, 59.177, 137), + (16822335, 'Moblin_Witchman', 344, -126.046, 7.525, 99.448, 8), + (16822336, 'Bugbear_Servingman', 313, -139.297, 7.525, 120.369, 64), + (16822337, 'Moblin_Chapman', 335, -135.030, 7.525, 105.700, 36), + (16822338, 'Goblin_Gutterman', 324, -83.871, 7.586, 100.021, 128), + (16822339, 'Goblin_Leadman', 326, -82.986, 7.580, 100.188, 128), + (16822340, 'Goblin_s_Bat', 330, -75.931, 7.530, 100.251, 3), + (16822341, 'Goblin_Hammerman', 325, -99.191, 7.524, 75.167, 63), + (16822342, 'Goblin_Craftsman', 321, -86.615, 7.524, 61.223, 19), + (16822343, 'Moblin_Pickman', 339, -90.932, 7.519, 63.349, 16), + (16822344, 'Bugbear_Servingman', 313, -77.429, 7.524, 60.780, 0), + (16822345, 'Goblin_Craftsman', 321, -25.777, 7.338, 55.171, 23), + (16822346, 'Moblin_Witchman', 344, -21.539, 7.500, 47.918, 170), + (16822347, 'Dark_Bats', 317, -20.308, 7.644, 2.209, 193), + (16822348, 'Dark_Bats', 317, -51.742, 15.514, -20.646, 117), + (16822349, 'Thunder_Elemental', 349, -22.734, 11.482, -11.395, 224), + (16822350, 'Dark_Bats', 317, -167.189, 14.455, -59.755, 127), + (16822351, 'Stirge', 347, -177.612, 11.789, -52.810, 34), + (16822352, 'Earth_Elemental', 319, -177.525, 12.113, -53.812, 159), + (16822353, 'Stirge', 347, -136.452, 12.355, -145.609, 225), + (16822354, 'Stirge', 347, -140.778, 8.520, -154.863, 68), + (16822355, 'Thunder_Elemental', 349, -139.230, 11.257, -148.610, 97), + (16822356, 'Ancient_Bomb', 307, -123.209, 15.248, -140.667, 129), + (16822357, 'Goblin_Hammerman', 325, -135.515, 7.323, -213.963, 40), + (16822358, 'Moblin_Chapman', 335, -130.480, 7.393, -217.316, 144), + (16822359, 'Bugbear_Servingman', 313, -103.709, 7.394, -228.962, 31), + (16822360, 'Bugbear_Servingman', 313, -132.708, 7.399, -259.142, 218), + (16822361, 'Moblin_Ragman', 341, -145.666, 7.326, -301.033, 115), + (16822362, 'Moblin_Pickman', 339, -139.391, 7.400, -292.889, 63), + (16822363, 'Moblin_Chapman', 335, -101.851, 7.390, -289.246, 212), + (16822364, 'Moblin_Witchman', 344, -103.635, 7.338, -292.645, 81), + (16822365, 'Goblin_Craftsman', 321, -95.307, 7.407, -269.276, 93), + (16822366, 'Goblin_Leadman', 326, -47.263, 7.525, -261.467, 124), + (16822367, 'Goblin_s_Bat', 330, -43.837, 7.525, -261.416, 128), + (16822368, 'Stirge', 347, -47.182, 7.525, -261.039, 124), + (16822369, 'Ancient_Bomb', 307, -37.836, 7.525, -260.220, 234), + (16822370, 'Dark_Bats', 317, -190.382, 7.525, -299.359, 250), + (16822371, 'Ancient_Bomb', 307, -199.891, 7.525, -299.827, 126), + (16822372, 'Moblin_Ragman', 341, -218.636, 7.322, -286.006, 60), + (16822373, 'Bugbear_Servingman', 313, -223.573, 11.259, -253.970, 213), + (16822374, 'Moblin_Pickman', 339, -245.861, 7.400, -259.352, 0), + (16822375, 'Goblin_Gutterman', 324, -262.485, 8.008, -258.935, 128), + (16822376, 'Stirge', 347, -302.889, 7.524, -258.524, 1), + (16822377, 'Moblin_Rodman', 343, -90.912, 19.400, -77.579, 73), + (16822378, 'Moblin_Rodman', 343, -92.880, 19.400, -88.345, 150), + (16822379, 'Moblin_Rodman', 343, -69.323, 19.400, -70.863, 181), + (16822380, 'Moblin_Rodman', 343, -89.454, 19.400, -66.410, 199), + (16822381, 'Goblin_Craftsman', 321, -60.711, 15.316, -32.379, 209), + (16822382, 'Goblin_Hammerman', 325, -109.702, 15.400, -61.195, 10), + (16822383, 'Moblin_Pickman', 339, -83.567, 22.258, -40.432, 187), + (16822384, 'Moblin_Ragman', 341, -61.856, 15.490, -109.998, 43), + (16822385, 'Goblin_Hammerman', 325, -133.184, 15.493, -59.940, 121), + (16822386, 'Goblin_Craftsman', 321, -61.169, 15.400, -39.019, 193), + (16822387, 'Moblin_Chapman', 335, -117.142, 22.219, -101.548, 224), + (16822388, 'Moblin_Witchman', 344, -67.894, 22.236, -116.576, 220), + (16822389, 'Goblin_Gutterman', 324, -94.689, 17.212, -102.255, 85), + (16822390, 'Moblin_Pickman', 339, -87.738, 22.426, -40.063, 166), + (16822391, 'Moblin_Witchman', 344, -74.310, 22.230, -118.047, 149), + (16822392, 'Moblin_Chapman', 335, -116.212, 22.239, -102.201, 195), + (16822393, 'Moblin_Ragman', 341, -60.763, 15.205, -111.960, 173), + (16822394, 'Goblin_Gutterman', 324, -99.134, 15.405, -112.742, 80), + (16822395, 'Dark_Bats', 317, -20.979, 11.525, -131.922, 220), + (16822396, 'Stirge', 347, -19.547, 11.525, -126.138, 200), + (16822397, 'Earth_Elemental', 319, -40.804, 11.525, -140.924, 127), + (16822398, 'Ancient_Bomb', 307, -19.649, 11.525, -129.601, 67), + (16822399, 'Bugbear_Bondman', 310, -38.215, 7.500, 101.636, 126), + (16822400, 'Bugbear_Bondman', 310, -38.805, 7.494, 98.486, 121), + (16822401, 'Goblin_Tollman', 331, -11.411, 7.400, 99.932, 127), + (16822402, 'Goblin_s_Bat', 330, -10.263, 7.400, 100.151, 255), + (16822403, 'Bugbear_Bondman', 310, -6.487, 11.389, 112.951, 215), + (16822404, 'Moblin_Gasman', 337, -24.221, 11.483, 115.363, 157), + (16822405, 'Moblin_Coalman', 336, -24.441, 11.400, 115.286, 21), + (16822406, 'Moblin_Repairman', 342, -18.566, 7.392, 73.039, 176), + (16822407, 'Goblin_Doorman', 322, -0.470, 7.398, 60.986, 126), + (16822408, 'Goblin_Oilman', 327, -9.879, 7.398, 62.559, 25), + (16822409, 'Moblin_Pikeman', 340, 21.122, 7.416, 74.014, 154), + (16822410, 'Goblin_Oilman', 327, 20.964, 7.415, 74.008, 154), + (16822411, 'Moblin_Pikeman', 340, 18.839, 7.392, 53.374, 19), + (16822412, 'Goblin_Oilman', 327, 18.409, 7.388, 52.763, 164), + (16822413, 'Bugbear_Bondman', 310, 14.779, 7.393, 57.043, 163), + (16822414, 'Bugbear_Bondman', 310, 14.654, 7.393, 57.062, 163), + (16822415, 'Bugbear_Bondman', 310, 13.489, 7.324, 107.779, 204), + (16822416, 'Bugbear_Bondman', 310, 23.551, 7.240, 108.883, 9), + (16822417, 'Dark_Bats', 317, 18.393, 7.526, 13.115, 62), + (16822418, 'Ancient_Bomb', 307, 19.683, 7.525, -10.264, 189), + (16822419, 'Goblin_Doorman', 322, 8.102, 7.399, -52.163, 220), + (16822420, 'Moblin_Repairman', 342, 10.878, 7.398, -50.647, 141), + (16822421, 'Bugbear_Bondman', 310, -0.920, 11.500, -98.408, 156), + (16822422, 'Bugbear_Bondman', 310, -0.750, 11.500, -101.360, 3), + (16822423, 'Bugbear_Strongman', 314, 4.609, 11.472, -101.235, 6), + (16822424, 'Goblin_Oilman', 327, 35.601, 9.395, -117.086, 208), + (16822425, 'Bugbear_Bondman', 310, 58.013, 15.500, -121.928, 99), + (16822426, 'Bugbear_Bondman', 310, 83.343, 15.559, -138.551, 24), + (16822427, 'Bugbear_Strongman', 314, 60.728, 15.487, -118.886, 198), + (16822428, 'Goblin_Shovelman', 329, 62.179, 15.399, -110.208, 120), + (16822429, 'Moblin_Repairman', 342, 59.176, 14.643, -97.226, 127), + (16822430, 'Goblin_Shovelman', 329, 65.799, 11.393, -76.488, 249), + (16822431, 'Goblin_Tollman', 331, 60.426, 11.395, -76.399, 4), + (16822432, 'Goblin_s_Bat', 330, 73.469, 11.463, -69.204, 200), + (16822433, 'Goblin_Freelance', 323, 38.604, 13.398, -56.002, 63), + (16822434, 'Moblin_Gasman', 337, 38.746, 13.023, -54.641, 189), + (16822435, 'Moblin_Coalman', 336, 38.496, 13.275, -55.778, 192), + (16822436, 'Moblin_Pikeman', 340, 38.420, 13.470, -56.808, 192), + (16822437, 'Goblin_Freelance', 323, 30.656, 9.400, -87.978, 19), + (16822438, 'Moblin_Gasman', 337, 31.066, 9.403, -86.041, 47), + (16822439, 'Moblin_Coalman', 336, 27.858, 9.604, -87.672, 224), + (16822440, 'Moblin_Pikeman', 340, 27.082, 9.500, -89.526, 208), + (16822441, 'Stirge', 347, 114.531, 11.525, -59.633, 252), + (16822442, 'Stirge', 347, 107.317, 11.625, -60.234, 84), + (16822443, 'Ancient_Bomb', 307, -138.448, 7.524, 108.444, 159), + (16822444, 'Moblin_Gasman', 337, 166.154, 11.400, -58.184, 166), + (16822445, 'Moblin_Coalman', 336, 154.628, 11.400, -60.391, 109), + (16822446, 'Moblin_Pikeman', 340, 171.413, 16.994, -76.517, 9), + (16822447, 'Moblin_Repairman', 342, 169.720, 17.259, -76.891, 127), + (16822448, 'Goblin_Oilman', 327, 165.128, 16.423, -77.001, 88), + (16822449, 'Goblin_Doorman', 322, 163.757, 11.399, -86.965, 67), + (16822450, 'Moblin_Ashman', 334, 172.310, 19.400, -59.064, 238), + (16822451, 'Thunder_Elemental', 349, 178.930, 7.384, -36.095, 59), + (16822452, 'Earth_Elemental', 319, 175.782, 7.400, -42.404, 131), + (16822453, 'Dark_Bats', 317, 179.178, 7.524, -100.272, 197), + (16822454, 'Thunder_Elemental', 349, 179.332, 7.526, -100.500, 197), + (16822455, 'Earth_Elemental', 319, 179.676, 7.519, -98.111, 63), + (16822456, 'Bugallug', 309, 165.065, 13.500, -41.919, 93), + (16822457, 'Moblin_Gurneyman', 338, -18.203, 7.400, 98.253, 126), + (16822458, 'Moblin_Gurneyman', 338, 30.326, 9.405, -86.705, 229), + (16822459, 'Goblin_Wolfman', 332, -150.910, 7.499, -251.817, 57), + (16822460, 'Goblin_Preceptor', 328, -140.000, 7.493, 146.000, 192), + (16822461, 'Grimoire_Guru_Grimogek', 333, -141.111, 7.488, 148.984, 192), + (16822462, 'Dread_Dealing_Dredodak', 318, -140.000, 7.576, 143.000, 192), + (16822463, 'Bugbear_Porterman', 312, -143.000, 7.500, 150.000, 32), + (16822464, 'Bugbear_Porterman', 312, -137.000, 7.500, 150.000, 96), + (16822465, 'Bugbear_Porterman', 312, -142.000, 7.294, 142.000, 224), + (16822466, 'Bugbear_Porterman', 312, -138.000, 7.541, 142.000, 160), + (16826369, 'Goblin_Foreman', 360, -267.675, 7.394, -180.138, 255), + (16826370, 'Goblin_s_Bat', 368, -269.449, 7.396, -179.932, 0), + (16826371, 'Goblin_Packman', 366, -296.435, 7.368, -148.179, 220), + (16826372, 'Bugbear_Trashman', 354, -298.961, 7.345, -160.778, 192), + (16826373, 'Goblin_Fireman', 359, -290.474, 11.372, -186.794, 134), + (16826374, 'Goblin_Lengthman', 364, -310.599, 11.399, -195.083, 119), + (16826375, 'Bugbear_Trashman', 354, -304.452, 11.379, -194.800, 118), + (16826376, 'Goblin_Fireman', 359, -230.992, 7.626, -179.058, 121), + (16826377, 'Goblin_Packman', 366, -227.663, 7.864, -178.602, 249), + (16826378, 'Goblin_Lengthman', 364, -219.257, 8.878, -179.271, 14), + (16826379, 'Bugbear_Watchman', 355, -178.542, 11.500, -161.705, 63), + (16826380, 'Bugbear_Watchman', 355, -181.544, 11.500, -161.569, 64), + (16826381, 'Goblin_Foreman', 360, -184.704, 15.400, 132.289, 147), + (16826382, 'Goblin_s_Bat', 368, -184.776, 15.407, 130.686, 191), + (16826383, 'Bugbear_Trashman', 354, -223.124, 19.259, 134.124, 128), + (16826384, 'Moblin_Workman', 378, -181.816, 15.399, 153.368, 212), + (16826385, 'Goblin_Packman', 366, -188.825, 15.400, 135.555, 166), + (16826386, 'Goblin_Lengthman', 364, -225.930, 19.245, 145.125, 122), + (16826387, 'Moblin_Tankman', 376, -179.922, 15.399, 130.415, 115), + (16826388, 'Goblin_Fireman', 359, -175.868, 15.399, 131.557, 110), + (16826389, 'Goblin_Fireman', 359, -169.226, 15.399, 132.608, 55), + (16826390, 'Moblin_Draftsman', 371, -169.467, 15.399, 138.933, 130), + (16826391, 'Moblin_Workman', 378, -180.085, 15.424, 183.490, 118), + (16826392, 'Bugbear_Trashman', 354, -181.339, 15.337, 183.507, 5), + (16826393, 'Dire_Bat', 356, -140.106, 15.526, 199.535, 63), + (16826394, 'Dire_Bat', 356, -139.995, 15.537, 204.656, 69), + (16826395, 'Bugbear_Trashman', 354, -117.686, 15.387, 219.081, 127), + (16826396, 'Goblin_Foreman', 360, -96.017, 15.291, 227.871, 33), + (16826397, 'Goblin_s_Bat', 368, -93.840, 15.280, 225.666, 161), + (16826398, 'Goblin_Lengthman', 364, -90.759, 15.399, 214.696, 222), + (16826399, 'Bugbear_Trashman', 354, -88.275, 15.399, 218.446, 216), + (16826400, 'Moblin_Workman', 378, -45.743, 15.525, 219.343, 124), + (16826401, 'Moblin_Yardman', 379, -35.744, 15.525, 220.100, 121), + (16826402, 'Goblin_Fireman', 359, 7.642, 15.375, 220.219, 169), + (16826403, 'Goblin_Packman', 366, 9.259, 15.337, 217.607, 41), + (16826404, 'Goblin_Lengthman', 364, 26.584, 15.324, 212.878, 238), + (16826405, 'Goblin_Fireman', 359, 22.163, 15.324, 210.710, 1), + (16826406, 'Goblin_Packman', 366, 10.013, 15.336, 216.450, 158), + (16826407, 'Goblin_Lengthman', 364, 23.486, 15.424, 211.588, 84), + (16826408, 'Succubus_Bats', 382, 69.990, 19.760, 181.623, 24), + (16826409, 'Succubus_Bats', 382, 74.650, 19.691, 180.936, 5), + (16826410, 'Moblin_Yardman', 379, 99.195, 19.399, 163.205, 191), + (16826411, 'Moblin_Tankman', 376, 99.036, 19.418, 162.961, 191), + (16826412, 'Moblin_Tankman', 376, 140.860, 20.019, 140.711, 6), + (16826413, 'Moblin_Draftsman', 371, 88.669, 19.394, 139.116, 178), + (16826414, 'Moblin_Workman', 378, 117.794, 19.500, 140.053, 119), + (16826415, 'Goblin_Foreman', 360, 120.503, 19.399, 139.846, 254), + (16826416, 'Goblin_s_Bat', 368, 117.065, 19.399, 139.514, 254), + (16826417, 'Bugbear_Trashman', 354, 104.256, 19.439, 132.672, 226), + (16826418, 'Goblin_Fireman', 359, 101.497, 19.235, 109.187, 254), + (16826419, 'Bugbear_Trashman', 354, 93.119, 19.279, 94.534, 34), + (16826420, 'Goblin_Packman', 366, 123.229, 19.500, 99.319, 132), + (16826421, 'Goblin_Lengthman', 364, 129.995, 19.399, 99.138, 0), + (16826422, 'Moblin_Workman', 378, 151.028, 19.500, 102.483, 250), + (16826423, 'Moblin_Yardman', 379, 131.597, 19.392, 108.013, 144), + (16826424, 'Moblin_Draftsman', 371, 138.673, 19.345, 99.673, 119), + (16826425, 'Moblin_Draftsman', 371, -116.386, 15.534, 98.785, 132), + (16826426, 'Moblin_Tankman', 376, -107.479, 15.525, 96.453, 143), + (16826427, 'Dire_Bat', 356, 0.000, 0.000, 0.000, 0), + (16826428, 'Moblin_Workman', 378, -99.479, 15.625, 88.526, 63), + (16826429, 'Moblin_Draftsman', 371, -99.311, 15.524, 80.257, 192), + (16826430, 'Succubus_Bats', 382, -98.916, 15.525, 62.031, 193), + (16826431, 'Moblin_Workman', 378, -59.210, 15.550, 78.697, 190), + (16826432, 'Moblin_Tankman', 376, -59.367, 15.525, 86.048, 57), + (16826433, 'Succubus_Bats', 382, -64.224, 15.525, 95.107, 32), + (16826434, 'Thunder_Elemental', 384, -88.364, 15.257, 100.705, 188), + (16826435, 'Earth_Elemental', 357, -88.231, 15.148, 97.782, 11), + (16826436, 'Bugbear_Trashman', 354, -59.235, 15.400, 38.020, 64), + (16826437, 'Goblin_Lengthman', 364, -27.429, 15.399, 34.499, 7), + (16826438, 'Goblin_Foreman', 360, -30.391, 15.393, 31.705, 83), + (16826439, 'Goblin_s_Bat', 368, -28.595, 15.397, 34.652, 86), + (16826440, 'Bugbear_Watchman', 355, -221.513, 15.500, 163.820, 180), + (16826441, 'Bugbear_Watchman', 355, -218.485, 15.500, 163.395, 191), + (16826442, 'Goblin_Fireman', 359, -149.441, 11.378, -141.095, 182), + (16826443, 'Goblin_Lengthman', 364, -141.419, 11.504, -151.860, 36), + (16826444, 'Goblin_Foreman', 360, -125.060, 11.382, -139.344, 129), + (16826445, 'Goblin_s_Bat', 368, -123.280, 11.389, -139.331, 126), + (16826446, 'Moblin_Workman', 378, -73.975, 12.018, -139.917, 133), + (16826447, 'Goblin_Packman', 366, -74.243, 12.400, -140.118, 133), + (16826448, 'Moblin_Yardman', 379, -137.004, 11.384, -131.219, 33), + (16826449, 'Moblin_Draftsman', 371, -129.134, 15.405, -93.537, 30), + (16826450, 'Goblin_Packman', 366, -127.780, 15.396, -91.049, 20), + (16826451, 'Bugbear_Trashman', 354, -149.912, 15.324, -90.407, 147), + (16826452, 'Moblin_Tankman', 376, -148.858, 11.432, -100.771, 130), + (16826453, 'Bugbear_Trashman', 354, -148.757, 11.400, -100.877, 129), + (16826454, 'Bugbear_Trashman', 354, -148.607, 11.400, -100.968, 130), + (16826455, 'Goblin_Packman', 366, -55.261, 13.638, -100.676, 7), + (16826456, 'Moblin_Yardman', 379, -60.802, 12.547, -100.417, 123), + (16826457, 'Succubus_Bats', 382, -57.820, 13.213, -100.049, 138), + (16826458, 'Moblin_Draftsman', 371, -5.583, 15.524, -100.689, 130), + (16826459, 'Goblin_Foreman', 360, -5.562, 15.524, -100.585, 131), + (16826460, 'Goblin_s_Bat', 368, -2.332, 15.524, -100.959, 123), + (16826461, 'Succubus_Bats', 382, -4.248, 15.524, -100.150, 6), + (16826462, 'Thunder_Elemental', 384, -18.556, 15.409, -92.883, 66), + (16826463, 'Earth_Elemental', 357, -30.672, 15.525, -99.318, 109), + (16826464, 'Goblin_Lengthman', 364, -24.844, 16.169, -31.990, 255), + (16826465, 'Moblin_Tankman', 376, -25.753, 15.400, -23.066, 120), + (16826466, 'Moblin_Draftsman', 371, 48.265, 15.334, -99.780, 1), + (16826467, 'Moblin_Workman', 378, 61.639, 15.525, -134.861, 67), + (16826468, 'Moblin_Yardman', 379, 61.692, 15.525, -132.393, 195), + (16826469, 'Goblin_Fireman', 359, -24.781, 15.866, -179.264, 252), + (16826470, 'Goblin_Fireman', 359, 0.000, 0.000, 0.000, 0), + (16826471, 'Goblin_Packman', 366, -19.334, 15.777, -178.900, 254), + (16826472, 'Goblin_Lengthman', 364, 32.273, 15.392, -182.360, 90), + (16826473, 'Moblin_Draftsman', 371, 11.672, 15.385, -185.609, 35), + (16826474, 'Sword_Sorcerer_Solisoq', 0, 0.000, 0.000, 0.000, 0), + (16826475, 'Goblin_Foreman', 360, 60.078, 15.398, -163.398, 52), + (16826476, 'Goblin_s_Bat', 368, 59.497, 15.399, -160.158, 57), + (16826477, 'Goblin_Lengthman', 364, 50.827, 15.392, -185.153, 188), + (16826478, 'Bugbear_Trashman', 354, 50.743, 15.392, -185.247, 187), + (16826479, 'Bugbear_Watchman', 355, 94.011, 15.494, -176.779, 116), + (16826480, 'Goblin_Headman', 362, 98.648, 15.525, -142.444, 192), + (16826481, 'Goblin_s_Bat', 368, 98.133, 15.544, -145.032, 197), + (16826482, 'Nightmare_Bats', 380, 98.777, 15.525, -140.029, 67), + (16826483, 'Goblin_Junkman', 363, 110.066, 19.852, -100.950, 125), + (16826484, 'Moblin_Aidman', 370, 113.128, 19.815, -100.989, 253), + (16826485, 'Purgatory_Bat', 381, 123.166, 19.525, -101.338, 1), + (16826486, 'Goblin_Junkman', 363, 149.913, 19.388, -54.711, 26), + (16826487, 'Moblin_Topsman', 377, 148.288, 19.398, -53.638, 183), + (16826488, 'Bugbear_Deathsman', 352, 140.638, 19.331, -64.984, 210), + (16826489, 'Bugbear_Watchman', 355, -87.807, 15.500, -21.246, 125), + (16826490, 'Bugbear_Watchman', 355, -87.459, 15.500, -18.783, 125), + (16826491, 'Goblin_Marksman', 365, -54.553, 13.114, -22.448, 58), + (16826492, 'Goblin_Headman', 362, -54.520, 13.112, -21.782, 61), + (16826493, 'Goblin_s_Bat', 368, -73.969, 15.576, -19.966, 75), + (16826494, 'Bugbear_Deathsman', 352, -51.329, 14.156, 6.366, 54), + (16826495, 'Moblin_Aidman', 370, 0.000, 0.000, 0.000, 0), + (16826496, 'Moblin_Engineman', 372, -22.522, 13.814, 3.219, 123), + (16826497, 'Moblin_Roadman', 374, -11.518, 15.402, 4.404, 113), + (16826498, 'Moblin_Aidman', 370, 0.000, 0.000, 0.000, 0), + (16826499, 'Moblin_Engineman', 372, -4.755, 15.397, -18.004, 61), + (16826500, 'Goblin_Hangman', 361, -8.552, 15.045, -7.898, 139), + (16826501, 'Goblin_Junkman', 363, 39.470, 15.524, 20.392, 126), + (16826502, 'Purgatory_Bat', 381, 42.544, 15.525, 20.641, 254), + (16826503, 'Purgatory_Bat', 381, 28.502, 15.525, 19.636, 125), + (16826504, 'Moblin_Engineman', 372, 38.866, 15.525, -19.243, 2), + (16826505, 'Nightmare_Bats', 380, 38.772, 15.525, -19.219, 2), + (16826506, 'Nightmare_Bats', 380, 43.806, 15.525, -19.070, 254), + (16826507, 'Goblin_Swordsman', 367, 92.145, 15.500, 66.595, 140), + (16826508, 'Moblin_Aidman', 370, 94.866, 15.500, 66.412, 220), + (16826509, 'Moblin_Engineman', 372, 100.779, 15.500, 57.094, 181), + (16826510, 'Swashstox_Beadblinker', 383, 0.000, 0.000, 0.000, 0), + (16826511, 'Moblin_Aidman', 370, 0.000, 0.000, 0.000, 0), + (16826512, 'Moblin_Engineman', 372, 0.000, 0.000, 0.000, 0), + (16826513, 'Moblin_Groundman', 373, 98.089, 15.347, 32.749, 72), + (16826514, 'Goblin_Swordsman', 367, 88.412, 15.421, -19.950, 131), + (16826515, 'Moblin_Aidman', 370, 90.206, 15.468, -20.318, 131), + (16826516, 'Moblin_Engineman', 372, 91.269, 15.460, -20.597, 131), + (16826517, 'Swashstox_Beadblinker', 383, 0.000, 0.000, 0.000, 0), + (16826518, 'Moblin_Aidman', 370, 0.000, 0.000, 0.000, 0), + (16826519, 'Moblin_Engineman', 372, 0.000, 0.000, 0.000, 0), + (16826520, 'Moblin_Groundman', 373, 100.323, 15.884, -21.343, 127), + (16826521, 'Goblin_Junkman', 363, 85.468, 15.392, 19.121, 119), + (16826522, 'Moblin_Roadman', 374, 0.000, 0.000, 0.000, 0), + (16826523, 'Goblin_Headman', 362, 89.343, 15.392, 19.926, 247), + (16826524, 'Goblin_s_Bat', 368, 87.256, 15.393, 19.635, 248), + (16826525, 'Bugbear_Deathsman', 352, 95.465, 15.394, 63.613, 137), + (16826526, 'Goblin_Marksman', 365, 141.676, 15.321, 37.324, 62), + (16826527, 'Goblin_Junkman', 363, 139.557, 15.391, 49.859, 38), + (16826528, 'Goblin_Headman', 362, 169.323, 15.399, 25.309, 199), + (16826529, 'Goblin_s_Bat', 368, 171.206, 15.399, 22.581, 176), + (16826530, 'Moblin_Aidman', 370, 0.000, 0.000, 0.000, 0), + (16826531, 'Moblin_Engineman', 372, 93.205, 15.404, -19.526, 2), + (16826532, 'Goblin_Hangman', 361, 95.537, 15.508, -19.385, 130), + (16826533, 'Bugbear_Deathsman', 352, 141.665, 15.400, -20.561, 251), + (16826534, 'Goblin_Hangman', 361, 136.570, 19.399, -8.283, 77), + (16826535, 'Moblin_Topsman', 377, 150.301, 19.391, -12.183, 62), + (16826536, 'Bugbear_Deathsman', 352, 153.388, 19.365, -9.501, 250), + (16826537, 'Moblin_Aidman', 370, 213.443, 15.500, 17.938, 15), + (16826538, 'Moblin_Engineman', 372, 174.667, 15.404, 9.855, 114), + (16826539, 'Moblin_Topsman', 377, 182.884, 15.509, 10.512, 96), + (16826540, 'Goblin_Headman', 362, 179.136, 15.554, 31.559, 54), + (16826541, 'Goblin_s_Bat', 368, 154.308, 15.342, 60.777, 150), + (16826542, 'Goblin_Hangman', 361, 142.441, 15.472, 67.302, 176), + (16826543, 'Goblin_Marksman', 365, 144.080, 15.500, 65.720, 167), + (16826544, 'Moblin_Roadman', 374, 188.420, 15.399, 24.762, 114), + (16826545, 'Goblin_Marksman', 365, 148.187, 19.370, -13.413, 7), + (16826546, 'Moblin_Engineman', 372, 152.874, 19.364, -9.537, 33), + (16826547, 'Goblin_Swordsman', 367, 225.368, 19.242, -25.398, 78), + (16826548, 'Moblin_Aidman', 370, 225.408, 19.252, -23.399, 67), + (16826549, 'Moblin_Topsman', 377, 226.060, 19.169, -22.524, 72), + (16826550, 'Moblin_Aidman', 370, 273.166, 20.029, -60.481, 35), + (16826551, 'Moblin_Roadman', 374, 270.892, 19.816, -60.278, 133), + (16826552, 'Moblin_Roadman', 374, 0.000, 0.000, 0.000, 0), + (16826553, 'Moblin_Topsman', 377, 279.199, 19.575, -61.027, 2), + (16826554, 'Moblin_Roadman', 374, 316.332, 23.381, -21.206, 253), + (16826555, 'Moblin_Roadman', 374, 303.316, 23.535, -27.475, 215), + (16826556, 'Moblin_Topsman', 377, 370.367, 23.406, -20.742, 123), + (16826557, 'Moblin_Topsman', 377, 362.459, 23.410, -21.093, 255), + (16826558, 'Moblin_Aidman', 370, 348.525, 25.400, -0.912, 60), + (16826559, 'Moblin_Aidman', 370, 345.287, 25.459, 2.796, 97), + (16826560, 'Moblin_Engineman', 372, 349.717, 25.460, -43.664, 181), + (16826561, 'Moblin_Engineman', 372, 345.902, 25.454, -42.570, 90), + (16826562, 'Thunder_Elemental', 384, 430.128, 26.532, -20.308, 243), + (16826563, 'Earth_Elemental', 357, 426.107, 25.734, -21.560, 13), + (16826564, 'Mimic', 369, -46.013, 17.481, -26.274, 65), + (16826565, 'Moblin_Scalpelman', 375, 100.665, 19.400, 155.449, 60), + (16826566, 'Moblin_Scalpelman', 375, 69.702, 15.380, -177.221, 36), + (16826567, 'Moblin_Scalpelman', 375, -27.861, 13.375, 4.197, 125), + (16826568, 'Moblin_Scalpelman', 375, 300.284, 23.536, -33.227, 70), + (16826569, 'Goblin_Collector', 358, 0.000, 0.000, 0.000, 0), + (16826570, 'Bugbear_Matman', 353, 139.986, 19.500, -84.659, 246), + (16830465, 'Movamuq', 404, -459.709, 121.532, 19.837, 135), + (16830466, 'Chekochuk', 388, -461.940, 121.637, 15.079, 62), + (16830467, 'Trikotrak', 410, -468.082, 121.500, 21.940, 63), + (16830468, 'Swipostik', 407, -465.584, 121.704, 24.009, 57), + (16830469, 'Bugbby', 386, -459.238, 119.500, -42.363, 179), + (16830470, 'Movamuq', 404, 17.298, 1.637, 23.970, 77), + (16830471, 'Chekochuk', 388, 21.653, 1.532, 21.318, 170), + (16830472, 'Trikotrak', 410, 20.868, 1.500, 29.671, 1), + (16830473, 'Swipostik', 407, 23.614, 1.704, 25.832, 240), + (16830474, 'Bugbby', 386, 19.492, 1.532, 24.940, 20), + (16830475, 'Movamuq', 404, 0.000, 0.000, 0.000, 0), + (16830476, 'Chekochuk', 388, 0.000, 0.000, 0.000, 0), + (16830477, 'Trikotrak', 410, 0.000, 0.000, 0.000, 0), + (16830478, 'Swipostik', 407, 0.000, 0.000, 0.000, 0), + (16830479, 'Bugbby', 386, 0.000, 0.000, 0.000, 0), + (16830480, 'Twilotak', 411, -460.000, 121.532, 20.000, 64), + (16830481, 'Moblin_Wisewoman', 403, -465.500, 121.500, 28.000, 64), + (16830482, 'Moblin_Clergyman', 401, -463.500, 121.500, 30.000, 64), + (16830483, 'Moblin_Wisewoman', 403, -461.500, 121.486, 32.000, 64), + (16830484, 'Moblin_Clergyman', 401, -458.500, 121.500, 32.000, 64), + (16830485, 'Moblin_Wisewoman', 403, -456.500, 121.500, 30.000, 64), + (16830486, 'Moblin_Clergyman', 401, -454.500, 121.500, 28.000, 64), + (16830487, 'Twilotak', 411, 0.000, 0.000, 0.000, 0), + (16830488, 'Moblin_Wisewoman', 403, 0.000, 0.000, 0.000, 0), + (16830489, 'Moblin_Clergyman', 401, 0.000, 0.000, 0.000, 0), + (16830490, 'Moblin_Wisewoman', 403, 0.000, 0.000, 0.000, 0), + (16830491, 'Moblin_Clergyman', 401, 0.000, 0.000, 0.000, 0), + (16830492, 'Moblin_Wisewoman', 403, 0.000, 0.000, 0.000, 0), + (16830493, 'Moblin_Clergyman', 401, 0.000, 0.000, 0.000, 0), + (16830494, 'Twilotak', 411, 0.000, 0.000, 0.000, 0), + (16830495, 'Moblin_Wisewoman', 403, 0.000, 0.000, 0.000, 0), + (16830496, 'Moblin_Clergyman', 401, 0.000, 0.000, 0.000, 0), + (16830497, 'Moblin_Wisewoman', 403, 0.000, 0.000, 0.000, 0), + (16830498, 'Moblin_Clergyman', 401, 0.000, 0.000, 0.000, 0), + (16830499, 'Moblin_Wisewoman', 403, 0.000, 0.000, 0.000, 0), + (16830500, 'Moblin_Clergyman', 401, 0.000, 0.000, 0.000, 0), + (16830501, 'Bugboy', 387, -459.589, 121.532, 16.424, 27), + (16830503, 'Bugboy', 387, 20.138, 1.532, 16.883, 83), + (16830505, 'Bugboy', 387, 0.000, 0.000, 0.000, 0), + (16830507, 'Moblin_Fantoccinian', 402, -460.744, 121.500, 9.581, 64), + (16830509, 'Fantoccini', 391, -460.877, 120.524, 3.321, 40), + (16830510, 'Fantoccini_Monster', 394, -458.769, 121.532, 19.387, 39), + (16830511, 'Fantoccini_Wyvern', 395, 0.000, 0.000, 0.000, 0), + (16830512, 'Fantoccini_Avatar', 393, -461.058, 119.431, -14.295, 192), + (16830513, 'Fantoccini_Automaton', 392, -461.140, 121.491, 8.490, 63), + (16830514, 'Moblin_Fantoccinian', 402, 16.000, 1.704, 26.000, 40), + (16830516, 'Fantoccini', 391, 20.000, 1.532, 20.000, 190), + (16830517, 'Fantoccini_Monster', 394, 0.000, 0.000, 0.000, 0), + (16830518, 'Fantoccini_Wyvern', 395, 0.000, 0.000, 0.000, 0), + (16830519, 'Fantoccini_Avatar', 393, 21.996, 1.521, 14.000, 76), + (16830520, 'Fantoccini_Automaton', 392, 20.773, 1.532, 18.013, 69), + (16830521, 'Moblin_Fantoccinian', 402, 500.144, -119.946, 1.794, 61), + (16830523, 'Fantoccini', 391, 500.503, -120.500, -3.613, 71), + (16830524, 'Fantoccini_Monster', 394, 0.000, 0.000, 0.000, 0), + (16830525, 'Fantoccini_Wyvern', 395, 0.000, 0.000, 0.000, 0), + (16830526, 'Fantoccini_Avatar', 393, 0.000, 0.000, 0.000, 0), + (16830527, 'Fantoccini_Automaton', 392, 501.054, -118.864, 5.299, 67), + (16830529, 'Hume_Automaton', 397, -462.139, 119.625, -91.037, 96), + (16830530, 'Elvaan_Automaton', 390, -469.964, 119.625, -99.018, 239), + (16830531, 'Tarutaru_Automaton', 408, -460.115, 119.625, -66.674, 61), + (16830532, 'Mithran_Automaton', 400, -459.948, 119.525, -70.782, 191), + (16830533, 'Galkan_Automaton', 396, -459.356, 119.829, 1.849, 54), + (16830535, 'Hume_Automaton', 397, 20.090, -0.500, -40.919, 124), + (16830536, 'Elvaan_Automaton', 390, 19.860, -0.569, -47.449, 213), + (16830537, 'Tarutaru_Automaton', 408, 18.000, 1.637, 26.000, 64), + (16830538, 'Mithran_Automaton', 400, 19.543, -0.599, -26.051, 57), + (16830539, 'Galkan_Automaton', 396, 18.733, -0.475, -68.619, 65), + (16830541, 'Hume_Automaton', 397, 0.000, 0.000, 0.000, 0), + (16830542, 'Elvaan_Automaton', 390, 0.000, 0.000, 0.000, 0), + (16830543, 'Tarutaru_Automaton', 408, 0.000, 0.000, 0.000, 0), + (16830544, 'Mithran_Automaton', 400, 0.000, 0.000, 0.000, 0), + (16830545, 'Galkan_Automaton', 396, 0.000, 0.000, 0.000, 0), + (16830546, 'Buggesy', 0, 0.000, 0.000, 0.000, 0), + (16830547, 'Bugafrod', 0, 0.000, 0.000, 0.000, 0), + (16830548, 'Viovek', 0, 0.000, 0.000, 0.000, 0), + (16830549, 'Lustilok', 0, 0.000, 0.000, 0.000, 0), + (16830550, 'Glutogroc', 0, 0.000, 0.000, 0.000, 0), + (16830551, 'Gredogreq', 0, 0.000, 0.000, 0.000, 0), + (16830552, 'Angoraq', 0, 0.000, 0.000, 0.000, 0), + (16830553, 'Limbolaq', 0, 0.000, 0.000, 0.000, 0), + (16830554, 'Trechitrac', 0, 0.000, 0.000, 0.000, 0), + (16830556, 'Trechitracs_Bat', 0, 0.000, 0.000, 0.000, 0), + (16830557, 'Buggesy', 0, 0.000, 0.000, 0.000, 0), + (16830558, 'Bugafrod', 0, 0.000, 0.000, 0.000, 0), + (16830559, 'Viovek', 0, 0.000, 0.000, 0.000, 0), + (16830560, 'Lustilok', 0, 0.000, 0.000, 0.000, 0), + (16830561, 'Glutogroc', 0, 0.000, 0.000, 0.000, 0), + (16830562, 'Gredogreq', 0, 0.000, 0.000, 0.000, 0), + (16830563, 'Angoraq', 0, 0.000, 0.000, 0.000, 0), + (16830564, 'Limbolaq', 0, 0.000, 0.000, 0.000, 0), + (16830565, 'Trechitrac', 0, 0.000, 0.000, 0.000, 0), + (16830567, 'Trechitracs_Bat', 0, 0.000, 0.000, 0.000, 0), + (16830568, 'Buggesy', 0, 0.000, 0.000, 0.000, 0), + (16830569, 'Bugafrod', 0, 0.000, 0.000, 0.000, 0), + (16830570, 'Viovek', 0, 0.000, 0.000, 0.000, 0), + (16830571, 'Lustilok', 0, 0.000, 0.000, 0.000, 0), + (16830572, 'Glutogroc', 0, 0.000, 0.000, 0.000, 0), + (16830573, 'Gredogreq', 0, 0.000, 0.000, 0.000, 0), + (16830574, 'Angoraq', 0, 0.000, 0.000, 0.000, 0), + (16830575, 'Limbolaq', 0, 0.000, 0.000, 0.000, 0), + (16830576, 'Trechitrac', 0, 0.000, 0.000, 0.000, 0), + (16830578, 'Trechitracs_Bat', 0, 0.000, 0.000, 0.000, 0), + (16842753, 'Wanderer', 478, -5.962, -0.500, 87.876, 111), + (16842754, 'Wanderer', 478, -10.542, -0.500, 77.325, 136), + (16842755, 'Weeper', 479, 5.814, -0.500, 76.078, 252), + (16842756, 'Wanderer', 478, -47.473, -0.500, 70.414, 47), + (16842757, 'Wanderer', 478, -32.533, -0.500, 67.382, 73), + (16842758, 'Weeper', 479, -46.092, -0.500, 114.253, 32), + (16842759, 'Wanderer', 478, -75.417, -0.500, 128.722, 7), + (16842760, 'Wanderer', 478, -72.809, -0.500, 118.016, 105), + (16842761, 'Wanderer', 478, -72.437, -0.500, 124.149, 177), + (16842762, 'Weeper', 479, -66.302, -0.500, 122.134, 129), + (16842763, 'Weeper', 479, -76.687, -0.500, 127.114, 105), + (16842764, 'Weeper', 479, -29.181, -0.500, 151.434, 118), + (16842765, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842766, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842767, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842768, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842769, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842770, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842771, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842772, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842773, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842774, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842775, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842776, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842777, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842778, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842779, 'Thinker', 477, -4.040, -0.500, 86.028, 74), + (16842780, '1', 0, -40.000, -1.000, 200.000, 0), + (16842781, 'Memory_Receptacle', 474, -40.000, -1.000, 200.000, 0), + (16842782, 'Stray', 476, -39.583, -0.692, 199.017, 205), + (16842783, 'Stray', 476, -41.171, -0.680, 199.822, 186), + (16842784, 'Stray', 476, -51.648, -0.500, 198.884, 28), + (16842785, 'Wanderer', 478, -132.144, -0.500, -25.717, 131), + (16842786, 'Wanderer', 478, -136.304, -0.511, -38.108, 194), + (16842787, 'Wanderer', 478, -134.564, -0.500, -58.315, 185), + (16842788, 'Weeper', 479, -153.400, -0.500, -58.931, 174), + (16842789, 'Wanderer', 478, -188.352, -0.384, 4.805, 139), + (16842790, 'Wanderer', 478, -188.938, -0.500, -16.897, 232), + (16842791, 'Weeper', 479, -174.813, -0.500, -59.644, 57), + (16842792, 'Wanderer', 478, -189.682, -0.500, -65.234, 44), + (16842793, 'Wanderer', 478, -159.674, -0.500, -47.771, 98), + (16842794, 'Wanderer', 478, -189.643, -0.500, 10.150, 41), + (16842795, 'Wanderer', 478, -128.343, -0.500, -22.115, 104), + (16842796, 'Wanderer', 478, -140.453, -0.500, -23.754, 246), + (16842797, 'Weeper', 479, -118.566, -0.500, -106.176, 245), + (16842798, 'Weeper', 479, -128.440, -0.363, -140.199, 215), + (16842799, 'Wanderer', 478, -114.354, -0.500, -157.804, 41), + (16842800, 'Weeper', 479, -113.106, -0.500, -162.196, 129), + (16842801, 'Weeper', 479, -121.926, -0.500, -164.188, 134), + (16842802, 'Weeper', 479, -213.926, -0.500, -123.792, 69), + (16842803, 'Weeper', 479, -197.735, -0.500, -133.468, 56), + (16842804, 'Seether', 475, -197.098, -0.500, -118.692, 193), + (16842805, 'Weeper', 479, -76.994, -0.500, -45.091, 105), + (16842806, 'Weeper', 479, -24.897, -0.500, -192.224, 4), + (16842807, 'Weeper', 479, -34.378, -0.499, -203.671, 65), + (16842808, 'Weeper', 479, -46.672, -0.499, -205.729, 152), + (16842809, 'Wanderer', 478, -242.418, -0.499, -81.957, 253), + (16842810, 'Weeper', 479, -246.220, -0.500, -73.175, 216), + (16842811, 'Weeper', 479, -239.221, -0.500, -79.945, 176), + (16842812, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842813, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842814, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842815, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842816, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16842817, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842818, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842819, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842820, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16842821, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842822, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842823, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842824, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842825, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842826, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842827, 'Wanderer', 478, -98.951, -0.500, -36.536, 153), + (16842828, 'Weeper', 479, -239.221, -0.500, -79.945, 176), + (16842829, 'Seether', 475, -244.223, -0.500, -72.475, 136), + (16842830, 'Weeper', 479, -75.609, -0.500, -77.306, 152), + (16842831, 'Seether', 475, -65.277, -0.500, -56.293, 125), + (16842832, 'Seether', 475, -51.927, -0.499, -27.221, 103), + (16842833, 'Wanderer', 478, -241.525, -0.500, 4.336, 220), + (16842834, 'Wanderer', 478, -225.615, -0.500, -5.941, 180), + (16842835, 'Seether', 475, -140.980, -0.499, -159.506, 105), + (16842836, 'Thinker', 477, -44.742, -0.500, -32.877, 153), + (16842837, 'Thinker', 477, -204.746, -0.499, -131.716, 112), + (16842838, '2', 0, -240.000, -1.000, 40.000, 0), + (16842839, 'Memory_Receptacle', 474, -240.000, -1.000, 40.000, 59), + (16842840, 'Stray', 476, -238.796, -0.689, 39.590, 77), + (16842841, 'Stray', 476, -237.544, -0.063, 34.100, 179), + (16842842, 'Stray', 476, -238.806, -0.160, 34.224, 58), + (16842843, 'Stray', 476, -250.335, -0.265, 36.246, 166), + (16842844, 'Stray', 476, -233.104, -0.500, 47.956, 44), + (16842845, '3', 0, -280.000, -1.000, -40.000, 0), + (16842846, 'Memory_Receptacle', 474, -280.000, -1.000, -40.000, 184), + (16842847, 'Stray', 476, -281.078, -0.479, -34.570, 70), + (16842848, 'Stray', 476, -269.731, -0.500, -35.538, 44), + (16842849, 'Stray', 476, -280.938, -0.500, -46.000, 201), + (16842850, 'Stray', 476, -283.458, -0.500, -47.125, 24), + (16842851, 'Stray', 476, -273.129, -0.496, -48.029, 248), + (16842852, '4', 0, -160.000, -1.000, -200.000, 0), + (16842853, 'Memory_Receptacle', 474, -160.000, -1.000, -200.000, 0), + (16842854, 'Stray', 476, -151.115, -0.499, -196.920, 44), + (16842855, 'Stray', 476, -151.076, -0.500, -204.238, 29), + (16842856, 'Stray', 476, -149.934, -0.499, -199.271, 185), + (16842857, 'Stray', 476, -150.741, -0.500, -194.490, 168), + (16842858, 'Stray', 476, -162.923, -0.499, -214.126, 125), + (16842859, '5', 0, 0.000, -1.000, -40.000, 0), + (16842860, 'Memory_Receptacle', 474, 0.001, -1.000, -40.000, 0), + (16842861, 'Stray', 476, 0.639, -0.499, -36.694, 200), + (16842862, 'Stray', 476, -7.478, -0.499, -42.588, 92), + (16842863, 'Stray', 476, 14.092, -0.489, -37.944, 253), + (16842864, 'Stray', 476, 9.300, -0.500, -39.587, 241), + (16842865, 'Stray', 476, 3.029, -0.499, -47.573, 47), + (16842866, 'Wanderer', 478, -201.264, -0.500, 117.605, 195), + (16842867, 'Wanderer', 478, -206.214, -0.500, 122.567, 127), + (16842868, 'Weeper', 479, -230.528, -0.500, 128.969, 153), + (16842869, 'Weeper', 479, -252.354, -0.500, 142.579, 200), + (16842870, 'Seether', 475, -275.310, -0.500, 146.110, 75), + (16842871, 'Weeper', 479, -256.546, -0.500, 159.924, 130), + (16842872, 'Weeper', 479, -268.043, -0.500, 131.921, 176), + (16842873, 'Weeper', 479, -385.142, -0.500, 152.135, 1), + (16842874, 'Wanderer', 478, -309.114, -0.500, 191.507, 203), + (16842875, 'Weeper', 479, -321.252, -0.500, 193.871, 217), + (16842876, 'Seether', 475, -373.642, -0.500, 193.694, 118), + (16842877, 'Wanderer', 478, -412.329, -0.500, 201.536, 113), + (16842878, 'Seether', 475, -403.114, -0.500, 214.095, 134), + (16842879, 'Seether', 475, -399.664, -0.500, 150.529, 179), + (16842880, 'Seether', 475, -329.357, -0.500, 237.207, 44), + (16842881, 'Weeper', 479, -327.887, -0.500, 144.484, 106), + (16842882, 'Weeper', 479, -320.168, -0.500, 171.270, 171), + (16842883, 'Thinker', 477, -323.502, -0.500, 198.383, 109), + (16842884, 'Thinker', 477, -403.208, -0.500, 156.410, 168), + (16842885, '6', 0, -280.000, -1.000, 280.000, 0), + (16842886, 'Memory_Receptacle', 474, -280.000, -1.000, 280.000, 0), + (16842887, 'Stray', 476, -279.965, -0.500, 280.148, 64), + (16842888, 'Stray', 476, -274.320, -0.500, 279.218, 120), + (16842889, 'Stray', 476, -270.169, -0.500, 271.248, 69), + (16842890, 'Stray', 476, -292.654, -0.500, 263.813, 105), + (16842891, 'Stray', 476, -285.544, -0.500, 287.311, 121), + (16842892, 'Stray', 476, -286.984, -0.500, 271.565, 67), + (16842893, 'Stray', 476, -279.096, -0.500, 274.589, 200), + (16842894, '7', 0, -360.000, -1.000, 240.000, 0), + (16842895, 'Memory_Receptacle', 474, -360.000, -1.000, 240.000, 56), + (16842896, 'Stray', 476, -357.691, -0.501, 232.181, 175), + (16842897, 'Stray', 476, -353.630, -0.112, 246.793, 175), + (16842898, 'Stray', 476, -347.261, 0.117, 232.012, 19), + (16842899, 'Stray', 476, -353.135, -0.500, 250.543, 147), + (16842900, 'Stray', 476, -358.748, -0.499, 237.990, 209), + (16842901, 'Stray', 476, -359.550, -0.499, 239.813, 246), + (16842902, 'Stray', 476, -373.236, -0.171, 238.767, 119), + (16842903, '8', 0, -360.000, -1.000, 120.000, 0), + (16842904, 'Memory_Receptacle', 474, -360.000, -1.000, 120.000, 153), + (16842905, 'Stray', 476, -360.250, -0.762, 122.574, 190), + (16842906, 'Stray', 476, -361.520, -0.500, 121.195, 90), + (16842907, 'Stray', 476, -361.104, -0.611, 120.590, 166), + (16842908, 'Stray', 476, -371.287, -0.217, 113.087, 108), + (16842909, 'Stray', 476, -371.127, -0.500, 112.150, 102), + (16842910, 'Stray', 476, -373.128, -0.365, 112.510, 40), + (16842911, 'Stray', 476, -349.608, -0.127, 122.851, 197), + (16842912, 'Weeper', 479, 240.959, -0.500, 241.143, 219), + (16842913, 'Seether', 475, 236.707, -0.500, 243.690, 120), + (16842914, 'Wanderer', 478, 198.627, -0.500, 277.887, 69), + (16842915, 'Weeper', 479, 186.546, -0.500, 265.294, 119), + (16842916, 'Weeper', 479, 186.279, -0.500, 265.240, 80), + (16842917, 'Wanderer', 478, 83.300, -0.500, 226.677, 64), + (16842918, 'Weeper', 479, 81.294, -0.500, 251.134, 204), + (16842919, 'Weeper', 479, 69.552, -0.499, 250.983, 103), + (16842920, 'Weeper', 479, 91.884, -0.500, 237.323, 67), + (16842921, 'Seether', 475, 76.142, -0.500, 240.673, 70), + (16842922, 'Wanderer', 478, 82.201, -0.500, 290.205, 39), + (16842923, 'Weeper', 479, 84.706, -0.500, 274.148, 82), + (16842924, 'Seether', 475, 85.479, -0.500, 288.154, 206), + (16842925, 'Seether', 475, 38.792, -0.499, 280.823, 174), + (16842926, 'Weeper', 479, 122.432, -0.500, 299.200, 139), + (16842927, 'Seether', 475, 154.014, -0.500, 315.077, 78), + (16842928, 'Weeper', 479, 142.382, -0.500, 338.381, 2), + (16842929, 'Weeper', 479, 144.767, -0.500, 334.552, 249), + (16842930, 'Weeper', 479, 163.509, -0.500, 310.323, 214), + (16842931, 'Wanderer', 478, 111.549, -0.500, 313.472, 18), + (16842932, 'Weeper', 479, 110.975, -0.500, 327.613, 193), + (16842933, 'Weeper', 479, 115.018, -0.500, 313.396, 182), + (16842934, 'Weeper', 479, 113.407, -0.500, 279.683, 147), + (16842935, 'Thinker', 477, 147.693, -0.500, 313.940, 72), + (16842936, 'Thinker', 477, 107.073, -0.499, 267.809, 24), + (16842937, '9', 0, 40.000, -1.000, 320.000, 0), + (16842938, 'Memory_Receptacle', 474, 40.000, -1.000, 320.000, 0), + (16842939, 'Stray', 476, 34.405, -0.500, 309.536, 121), + (16842940, 'Stray', 476, 45.256, -0.500, 320.494, 110), + (16842941, 'Stray', 476, 39.761, -0.500, 320.361, 130), + (16842942, 'Stray', 476, 39.754, -0.500, 314.391, 163), + (16842943, 'Stray', 476, 39.137, -0.500, 319.127, 63), + (16842944, 'Stray', 476, 47.206, -0.500, 310.865, 237), + (16842945, 'Stray', 476, 49.724, -0.500, 324.535, 190), + (16842946, '10', 0, 160.000, -1.000, 360.000, 0), + (16842947, 'Memory_Receptacle', 474, 160.000, -1.000, 360.000, 37), + (16842948, 'Stray', 476, 159.253, -0.500, 364.437, 53), + (16842949, 'Stray', 476, 157.571, -0.500, 350.603, 130), + (16842950, 'Stray', 476, 154.101, -0.500, 351.878, 47), + (16842951, 'Stray', 476, 177.059, -0.499, 345.940, 68), + (16842952, 'Stray', 476, 177.179, -0.500, 345.025, 68), + (16842953, 'Stray', 476, 155.308, -0.500, 366.665, 218), + (16842954, 'Stray', 476, 157.333, -0.249, 349.367, 34), + (16842955, '11', 0, 280.000, -1.000, 200.000, 0), + (16842956, 'Memory_Receptacle', 474, 280.000, -1.000, 200.000, 30), + (16842957, 'Stray', 476, 263.992, -0.234, 211.204, 114), + (16842958, 'Stray', 476, 262.914, -0.246, 214.643, 94), + (16842959, 'Stray', 476, 290.851, -0.500, 191.986, 71), + (16842960, 'Stray', 476, 277.809, -0.245, 212.148, 137), + (16842961, 'Stray', 476, 271.505, -0.404, 195.520, 67), + (16842962, 'Stray', 476, 267.876, -0.478, 210.241, 178), + (16842963, 'Stray', 476, 284.041, -0.500, 188.484, 143), + (16842964, 'Weeper', 479, 69.487, -0.499, -284.740, 158), + (16842965, 'Weeper', 479, 81.274, -0.501, -229.116, 59), + (16842966, 'Seether', 475, 76.861, -0.499, -225.849, 205), + (16842967, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842968, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842969, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842970, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842971, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842972, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842973, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842974, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842975, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842976, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842977, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842978, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842979, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16842980, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842981, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842982, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842983, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842984, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842985, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842986, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842987, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842988, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842989, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16842990, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842991, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842992, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16842993, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16842994, 'Weeper', 479, 34.205, -0.500, -117.434, 111), + (16842995, 'Seether', 475, 44.818, -0.500, -112.988, 189), + (16842996, 'Weeper', 479, 0.000, 0.000, 0.000, 0), + (16842997, 'Weeper', 479, 71.654, -0.500, -110.068, 145), + (16842998, 'Seether', 475, 60.396, -0.500, -96.845, 205), + (16842999, 'Weeper', 479, 48.329, -0.500, -71.935, 103), + (16843000, 'Weeper', 479, 46.371, -0.500, -71.844, 23), + (16843001, 'Weeper', 479, 71.698, -0.500, -79.387, 139), + (16843002, 'Seether', 475, 71.748, -0.500, -86.392, 95), + (16843003, 'Weeper', 479, 77.469, -0.499, -171.519, 62), + (16843004, 'Weeper', 479, 79.053, -0.500, -150.973, 167), + (16843005, 'Seether', 475, 82.458, -0.500, -163.443, 245), + (16843006, 'Seether', 475, 69.580, -0.500, -32.928, 203), + (16843007, 'Seether', 475, 101.554, -0.500, -41.530, 86), + (16843008, 'Weeper', 479, 130.819, -0.500, -238.709, 230), + (16843009, 'Seether', 475, 133.374, -0.500, -231.645, 32), + (16843010, 'Weeper', 479, 0.000, 0.000, 0.000, 0), + (16843011, 'Wanderer', 478, 196.337, -0.500, -239.459, 224), + (16843012, 'Wanderer', 478, 193.126, -0.500, -231.016, 97), + (16843013, 'Weeper', 479, 186.888, -0.500, -232.736, 190), + (16843014, 'Weeper', 479, 189.092, -0.500, -221.920, 183), + (16843015, 'Seether', 475, 196.087, -0.500, -238.644, 81), + (16843016, 'Weeper', 479, 218.154, -0.500, -193.986, 228), + (16843017, 'Weeper', 479, 212.340, -0.500, -123.001, 189), + (16843018, 'Seether', 475, 218.850, -0.500, -125.849, 38), + (16843019, 'Weeper', 479, 249.236, -0.500, -196.052, 131), + (16843020, 'Weeper', 479, 235.505, -0.500, -199.072, 134), + (16843021, 'Weeper', 479, 271.314, -0.500, -178.092, 140), + (16843022, 'Seether', 475, 257.672, -0.499, -186.887, 67), + (16843023, 'Seether', 475, 280.118, -0.500, -176.340, 166), + (16843024, 'Seether', 475, 267.088, -0.500, -125.993, 53), + (16843025, 'Weeper', 479, 228.907, -0.500, -121.811, 42), + (16843026, 'Thinker', 477, 269.023, -0.500, -202.799, 132), + (16843027, 'Seether', 475, 237.025, -0.500, -83.779, 129), + (16843028, 'Wanderer', 478, 229.363, -0.500, -2.340, 165), + (16843029, 'Weeper', 479, 244.691, -0.499, -14.879, 82), + (16843030, 'Seether', 475, 236.724, -0.499, -7.771, 209), + (16843031, 'Weeper', 479, 323.859, -0.499, -9.119, 104), + (16843032, 'Weeper', 479, 329.222, -0.496, -5.746, 103), + (16843033, 'Weeper', 479, 311.310, -0.500, 3.594, 76), + (16843034, 'Seether', 475, 315.656, -0.500, -0.674, 95), + (16843035, 'Wanderer', 478, 163.132, -0.500, -65.894, 120), + (16843036, 'Seether', 475, 166.846, -0.500, -81.668, 192), + (16843037, 'Thinker', 477, 103.413, -0.500, -38.147, 204), + (16843038, 'Thinker', 477, 227.626, -0.500, -24.808, 122), + (16843039, 'Thinker', 477, -27.832, -0.499, -205.353, 161), + (16843040, 'Thinker', 477, 70.992, -0.500, -111.582, 88), + (16843041, 'Cerebrator', 472, -289.048, -0.500, 120.584, 95), + (16846849, 'Wreaker', 485, -240.000, -59.000, 0.100, 190), + (16846850, 'Wreaker', 485, -240.000, -59.000, 0.100, 190), + (16846851, 'Wreaker', 485, -240.000, -59.000, 0.100, 190), + (16846852, 'Cogitator', 480, -242.064, -59.750, -6.482, 55), + (16846853, 'Weeper', 484, -236.834, -59.917, -12.388, 88), + (16846854, 'Weeper', 484, -239.856, -60.062, -15.734, 73), + (16846855, 'Weeper', 484, -234.087, -59.759, -11.478, 29), + (16846857, 'Cogitator', 480, 0.000, 0.250, 0.000, 64), + (16846858, 'Weeper', 484, -3.446, 0.695, -5.120, 12), + (16846859, 'Weeper', 484, -0.483, 0.289, -9.623, 172), + (16846860, 'Weeper', 484, -1.129, 0.728, -5.545, 91), + (16846862, 'Cogitator', 480, 0.000, 0.000, 0.000, 0), + (16846863, 'Weeper', 484, 0.000, 0.000, 0.000, 0), + (16846864, 'Weeper', 484, 0.000, 0.000, 0.000, 0), + (16846865, 'Weeper', 484, 0.000, 0.000, 0.000, 0), + (16850945, 'Wanderer', 492, 117.845, -0.500, -126.946, 115), + (16850946, 'Wanderer', 492, 171.140, -0.500, -192.866, 35), + (16850947, 'Wanderer', 492, 173.125, -0.500, -207.701, 26), + (16850948, 'Wanderer', 492, 163.562, -0.500, -215.313, 102), + (16850949, 'Wanderer', 492, 199.114, -0.499, -189.588, 6), + (16850950, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16850951, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16850952, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16850953, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16850954, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16850955, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16850956, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16850957, 'Weeper', 493, 188.485, -0.500, -266.623, 121), + (16850958, 'Wanderer', 492, 181.106, -0.500, -250.421, 207), + (16850959, 'Wanderer', 492, 176.954, -0.500, -270.756, 207), + (16850960, 'Weeper', 493, 184.129, -0.500, -274.728, 90), + (16850961, 'Wanderer', 492, 190.162, -0.500, -260.013, 149), + (16850962, 'Wanderer', 492, 187.080, -0.499, -285.989, 184), + (16850963, 'Wanderer', 492, 210.818, -0.500, -280.696, 38), + (16850964, 'Weeper', 493, 192.111, -0.500, -280.201, 252), + (16850965, 'Weeper', 493, 213.635, -0.500, -267.152, 65), + (16850966, 'Wanderer', 492, 177.360, -0.500, -272.399, 199), + (16850967, 'Gorger', 486, 173.957, -0.500, -264.893, 147), + (16850968, 'Weeper', 493, 142.881, -0.500, -297.819, 129), + (16850969, 'Weeper', 493, 211.881, -0.500, -233.630, 74), + (16850970, '1', 0, 120.000, -1.000, -280.000, 0), + (16850971, 'Memory_Receptacle', 488, 120.000, -1.000, -280.000, 0), + (16850972, 'Stray', 491, 112.453, -0.499, -272.518, 210), + (16850973, 'Stray', 491, 120.416, -0.499, -274.408, 52), + (16850974, 'Stray', 491, 131.458, -0.500, -285.670, 217), + (16850975, 'Weeper', 493, -235.705, -0.500, -38.505, 34), + (16850976, 'Wanderer', 492, -242.698, -0.500, -42.368, 80), + (16850977, 'Weeper', 493, -243.015, -0.500, -45.901, 60), + (16850978, 'Weeper', 493, -222.963, -0.500, -79.295, 23), + (16850979, 'Wanderer', 492, -209.153, -0.500, -75.019, 252), + (16850980, 'Weeper', 493, -223.954, -0.500, -69.992, 206), + (16850981, 'Wanderer', 492, -164.282, -0.500, -8.810, 169), + (16850982, 'Weeper', 493, -200.811, -0.500, -40.589, 68), + (16850983, 'Wanderer', 492, -176.654, -0.500, 14.926, 19), + (16850984, 'Weeper', 493, -174.017, -0.500, 11.541, 182), + (16850985, 'Weeper', 493, -159.855, -0.500, -3.599, 7), + (16850986, 'Weeper', 493, -125.668, -0.500, -57.870, 33), + (16850987, 'Wanderer', 492, -132.515, -0.500, -52.362, 78), + (16850988, 'Wanderer', 492, -112.989, -0.500, -54.361, 7), + (16850989, 'Weeper', 493, -160.075, -0.500, -114.016, 30), + (16850990, 'Weeper', 493, -155.577, -0.500, -111.897, 221), + (16850991, 'Weeper', 493, -174.657, -0.500, -116.089, 170), + (16850992, 'Wanderer', 492, -218.326, -0.500, -164.121, 79), + (16850993, 'Wanderer', 492, -206.613, -0.500, -102.992, 62), + (16850994, 'Weeper', 493, -208.253, -0.500, -123.437, 93), + (16850995, 'Seether', 490, -195.639, -0.500, -139.619, 29), + (16850996, 'Wanderer', 492, -210.195, -0.500, -134.551, 132), + (16850997, 'Seether', 490, -243.005, -0.500, -160.751, 22), + (16850998, 'Wanderer', 492, -243.462, -0.500, -168.787, 99), + (16850999, 'Seether', 490, -282.069, -0.500, -122.485, 109), + (16851000, 'Weeper', 493, -287.294, -0.500, -122.632, 102), + (16851001, 'Wanderer', 492, -289.620, -0.499, -82.280, 12), + (16851002, 'Weeper', 493, -293.495, -0.493, -80.952, 72), + (16851003, 'Wanderer', 492, -145.582, -0.500, 35.675, 140), + (16851004, 'Weeper', 493, -130.317, -0.500, 20.754, 138), + (16851005, 'Weeper', 493, -146.571, -0.498, 74.804, 72), + (16851006, 'Weeper', 493, -146.549, -0.498, 74.717, 71), + (16851007, 'Weeper', 493, 0.000, 0.000, 0.000, 0), + (16851008, 'Seether', 490, -214.044, -0.500, 76.703, 248), + (16851009, 'Weeper', 493, -225.424, -0.500, 84.309, 255), + (16851010, 'Wanderer', 492, -229.489, -0.500, 70.175, 238), + (16851011, 'Wanderer', 492, -233.293, -0.500, 44.723, 79), + (16851012, 'Seether', 490, -241.232, -0.500, 40.654, 110), + (16851013, 'Wanderer', 492, -268.327, -0.500, 83.541, 91), + (16851014, 'Wanderer', 492, -282.039, -0.500, 89.744, 156), + (16851015, 'Wanderer', 492, -331.895, -0.500, 68.061, 101), + (16851016, 'Wanderer', 492, -263.797, -0.500, 76.303, 228), + (16851017, 'Weeper', 493, -306.557, -0.500, 77.405, 128), + (16851018, 'Seether', 490, -365.698, -0.500, 3.335, 188), + (16851019, 'Gorger', 486, -235.802, -0.500, 47.883, 152), + (16851020, 'Gorger', 486, -205.356, -0.500, -99.392, 142), + (16851021, 'Gorger', 486, 0.000, 0.000, 0.000, 0), + (16851022, 'Gorger', 486, -224.483, -0.500, -72.095, 146), + (16851023, 'Gorger', 486, -108.726, -0.500, -32.381, 180), + (16851024, '2', 0, -80.000, -1.000, -80.000, 0), + (16851025, 'Memory_Receptacle', 488, -80.000, -1.000, -80.000, 0), + (16851026, 'Stray', 491, -92.786, -0.490, -90.017, 150), + (16851027, 'Stray', 491, -95.152, -0.497, -84.634, 172), + (16851028, 'Stray', 491, -72.106, -0.500, -75.896, 206), + (16851029, 'Stray', 491, -83.601, -0.500, -89.465, 112), + (16851030, 'Stray', 491, -72.282, -0.500, -82.883, 181), + (16851031, '3', 0, -80.000, -1.000, 80.000, 0), + (16851032, 'Memory_Receptacle', 488, -80.000, -1.000, 80.000, 0), + (16851033, 'Stray', 491, -79.916, -0.500, 74.083, 207), + (16851034, 'Stray', 491, -89.525, -0.500, 81.961, 186), + (16851035, 'Stray', 491, -86.869, -0.500, 85.270, 184), + (16851036, 'Stray', 491, -81.724, -0.500, 88.676, 237), + (16851037, 'Stray', 491, -86.268, -0.500, 85.852, 106), + (16851038, '4', 0, -280.000, -1.000, -200.000, 0), + (16851039, 'Memory_Receptacle', 488, -280.000, -1.000, -200.000, 0), + (16851040, 'Stray', 491, -274.998, -0.500, -209.008, 36), + (16851041, 'Stray', 491, -269.809, -0.500, -207.922, 240), + (16851042, 'Stray', 491, -267.529, -0.500, -193.114, 191), + (16851043, 'Stray', 491, -271.139, -0.500, -190.772, 14), + (16851044, 'Stray', 491, -268.419, -0.500, -200.966, 205), + (16851045, '5', 0, -360.000, -1.000, 40.000, 0), + (16851046, 'Memory_Receptacle', 488, -360.000, -1.000, 40.000, 0), + (16851047, 'Stray', 491, -369.826, -0.500, 32.754, 73), + (16851048, 'Stray', 491, -349.229, -0.500, 37.652, 75), + (16851049, 'Stray', 491, -352.212, -0.500, 31.881, 253), + (16851050, 'Stray', 491, -352.653, -0.500, 50.857, 112), + (16851051, 'Stray', 491, -358.965, -0.500, 31.828, 44), + (16851052, 'Wanderer', 492, -31.735, -0.500, -307.212, 155), + (16851053, 'Weeper', 493, -35.681, -0.500, -314.025, 9), + (16851054, 'Wanderer', 492, -6.965, -0.500, -287.951, 69), + (16851055, 'Weeper', 493, 10.886, -0.500, -279.896, 35), + (16851056, 'Wanderer', 492, -80.633, -0.500, -361.416, 75), + (16851057, 'Weeper', 493, -79.377, -0.500, -358.981, 162), + (16851058, 'Weeper', 493, -123.403, -0.500, -344.293, 191), + (16851059, 'Wanderer', 492, -134.465, -0.500, -331.363, 120), + (16851060, 'Weeper', 493, -126.993, -0.499, -302.946, 196), + (16851061, 'Wanderer', 492, -115.469, -0.499, -309.574, 91), + (16851062, 'Weeper', 493, -115.695, -0.500, -305.733, 112), + (16851063, 'Seether', 490, -121.262, -0.500, -318.955, 69), + (16851064, 'Weeper', 493, -120.996, -0.500, -277.463, 131), + (16851065, 'Weeper', 493, 11.280, -0.500, -196.136, 132), + (16851066, 'Weeper', 493, -39.389, -0.500, -233.116, 141), + (16851067, 'Seether', 490, -41.386, -0.500, -245.241, 59), + (16851068, 'Weeper', 493, -74.072, -0.500, -240.813, 98), + (16851069, 'Gorger', 486, -106.209, -0.500, -346.684, 187), + (16851070, 'Gorger', 486, -27.464, -0.498, -196.861, 157), + (16851071, '6', 0, 40.000, -1.000, -200.000, 0), + (16851072, 'Memory_Receptacle', 488, 40.000, -1.000, -200.000, 0), + (16851073, 'Stray', 491, 32.083, -0.493, -197.299, 194), + (16851074, 'Stray', 491, 53.466, -0.500, -203.767, 246), + (16851075, 'Stray', 491, 52.875, -0.500, -203.717, 245), + (16851076, 'Stray', 491, 45.124, -0.499, -198.824, 123), + (16851077, 'Stray', 491, 40.762, -0.500, -192.851, 81), + (16851078, 'Stray', 491, 40.374, -0.499, -204.523, 186), + (16851079, 'Stray', 491, 32.148, -0.499, -199.505, 112), + (16851080, '7', 0, -120.000, -1.000, -239.998, 0), + (16851081, 'Memory_Receptacle', 488, -120.000, -1.000, -239.998, 0), + (16851082, 'Stray', 491, -123.465, -0.499, -229.346, 156), + (16851083, 'Stray', 491, -115.922, -0.500, -239.282, 0), + (16851084, 'Stray', 491, -123.733, -0.499, -228.824, 131), + (16851085, 'Stray', 491, -123.137, -0.499, -248.102, 91), + (16851086, 'Stray', 491, -128.104, -0.499, -237.832, 174), + (16851087, 'Stray', 491, -111.049, -0.499, -232.721, 78), + (16851088, 'Stray', 491, -120.846, -0.499, -233.497, 186), + (16851089, '8', 0, -119.999, -1.000, -400.000, 0), + (16851090, 'Memory_Receptacle', 488, -119.999, -1.000, -400.000, 0), + (16851091, 'Stray', 491, -121.506, -0.500, -391.424, 130), + (16851092, 'Stray', 491, -120.747, -0.500, -399.472, 66), + (16851093, 'Stray', 491, -130.379, -0.500, -407.510, 77), + (16851094, 'Stray', 491, -130.817, -0.500, -395.864, 194), + (16851095, 'Stray', 491, -109.535, -0.500, -396.488, 196), + (16851096, 'Stray', 491, -108.724, -0.500, -398.827, 52), + (16851097, 'Stray', 491, -118.011, -0.500, -391.782, 249), + (16851098, 'Weeper', 493, -200.470, -0.500, 395.640, 97), + (16851099, 'Wanderer', 492, -195.218, -0.500, 370.405, 216), + (16851100, 'Weeper', 493, -200.936, -0.500, 372.956, 92), + (16851101, 'Weeper', 493, -242.178, -0.500, 362.254, 30), + (16851102, 'Wanderer', 492, -233.071, -0.500, 362.512, 59), + (16851103, 'Weeper', 493, -280.982, -0.500, 319.987, 54), + (16851104, 'Wanderer', 492, -284.557, -0.500, 322.394, 146), + (16851105, 'Wanderer', 492, -281.034, -0.500, 321.708, 167), + (16851106, 'Weeper', 493, -275.688, -0.500, 317.277, 191), + (16851107, 'Weeper', 493, -251.465, -0.500, 279.979, 107), + (16851108, 'Weeper', 493, -203.370, -0.500, 273.671, 95), + (16851109, 'Weeper', 493, -205.099, -0.500, 224.996, 86), + (16851110, 'Wanderer', 492, -197.519, -0.500, 210.487, 238), + (16851111, 'Weeper', 493, 0.000, 0.000, 0.000, 0), + (16851112, 'Weeper', 493, -180.588, -0.500, 209.144, 182), + (16851113, 'Seether', 490, -176.670, -0.500, 210.682, 234), + (16851114, 'Weeper', 493, -171.385, -0.500, 224.237, 107), + (16851115, 'Weeper', 493, 0.000, 0.000, 0.000, 0), + (16851116, 'Seether', 490, -161.673, -0.500, 214.359, 169), + (16851117, 'Weeper', 493, 0.000, 0.000, 0.000, 0), + (16851118, 'Weeper', 493, -155.061, -0.500, 227.662, 32), + (16851119, 'Weeper', 493, -125.543, -0.500, 235.978, 29), + (16851120, 'Weeper', 493, -137.598, -0.500, 220.484, 123), + (16851121, 'Seether', 490, -132.877, -0.500, 220.109, 146), + (16851122, 'Weeper', 493, -143.397, -0.500, 206.162, 237), + (16851123, 'Wanderer', 492, -234.346, -0.500, 206.912, 140), + (16851124, 'Weeper', 493, -192.433, -0.500, 204.886, 64), + (16851125, 'Weeper', 493, -244.064, -0.485, 168.846, 120), + (16851126, 'Seether', 490, -236.669, -0.500, 156.074, 163), + (16851127, 'Seether', 490, -32.500, -0.500, 158.423, 1), + (16851128, 'Weeper', 493, -39.023, -0.500, 150.621, 6), + (16851129, 'Weeper', 493, -44.193, -0.500, 167.537, 105), + (16851130, 'Gorger', 486, -247.805, -0.500, 298.182, 216), + (16851131, 'Gorger', 486, -154.557, -0.500, 187.882, 127), + (16851132, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851133, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851134, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851135, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851136, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851137, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851138, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16851139, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851140, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851141, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851142, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851143, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851144, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851145, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851146, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851147, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16851148, '9', 0, -320.000, -1.000, 160.000, 0), + (16851149, 'Memory_Receptacle', 488, -320.000, -1.000, 160.000, 0), + (16851150, 'Stray', 491, -324.410, -0.499, 160.867, 126), + (16851151, 'Stray', 491, -319.459, -0.499, 161.820, 63), + (16851152, 'Stray', 491, -320.221, -0.499, 167.856, 46), + (16851153, 'Stray', 491, -310.256, -0.499, 155.581, 61), + (16851154, 'Stray', 491, -318.091, -0.487, 147.655, 53), + (16851155, 'Stray', 491, -310.422, -0.499, 157.942, 198), + (16851156, 'Stray', 491, -317.311, -0.499, 151.990, 24), + (16851157, '10', 0, -40.000, -1.000, 320.000, 0), + (16851158, 'Memory_Receptacle', 488, -40.000, -1.000, 320.000, 0), + (16851159, 'Stray', 491, -39.072, -0.500, 304.686, 30), + (16851160, 'Stray', 491, -42.400, -0.500, 308.483, 161), + (16851161, 'Stray', 491, -34.705, -0.500, 319.964, 0), + (16851162, 'Stray', 491, -36.528, -0.500, 330.231, 235), + (16851163, 'Stray', 491, -51.748, -0.500, 317.563, 102), + (16851164, 'Stray', 491, -34.276, -0.500, 309.487, 243), + (16851165, 'Stray', 491, -38.627, -0.500, 309.146, 29), + (16851166, '11', 0, -120.000, -1.000, 160.000, 0), + (16851167, 'Memory_Receptacle', 488, -120.000, -1.000, 160.000, 0), + (16851168, 'Stray', 491, -130.271, -0.500, 153.934, 159), + (16851169, 'Stray', 491, -119.243, -0.500, 166.022, 107), + (16851170, 'Stray', 491, -123.725, -0.500, 168.316, 110), + (16851171, 'Stray', 491, -112.804, -0.500, 167.133, 163), + (16851172, 'Stray', 491, -121.053, -0.500, 147.858, 22), + (16851173, 'Stray', 491, -130.513, -0.500, 170.127, 101), + (16851174, 'Stray', 491, -128.802, -0.500, 171.352, 103), + (16851175, 'Seether', 490, 246.245, -0.500, 379.188, 21), + (16851176, 'Seether', 490, 277.233, -0.500, 309.370, 117), + (16851177, 'Seether', 490, 0.000, 0.000, 0.000, 0), + (16851178, 'Seether', 490, 282.813, -0.500, 286.659, 19), + (16851179, 'Weeper', 493, 270.864, -0.500, 290.770, 4), + (16851180, 'Wanderer', 492, 271.347, -0.500, 279.069, 224), + (16851181, 'Weeper', 493, 305.590, -0.499, 270.512, 229), + (16851182, 'Weeper', 493, 307.407, -0.500, 279.055, 185), + (16851183, 'Seether', 490, 315.224, -0.500, 251.052, 89), + (16851184, 'Seether', 490, 312.961, -0.500, 216.045, 31), + (16851185, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851186, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851187, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851188, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851189, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851190, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851191, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851192, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851193, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851194, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16851195, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851196, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16851197, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16851198, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851199, 'Wanderer', 492, 316.124, -0.500, 200.401, 129), + (16851200, 'Seether', 490, 311.126, -0.500, 171.400, 158), + (16851201, 'Weeper', 493, 326.136, -0.500, 171.986, 210), + (16851202, 'Weeper', 493, 311.192, -0.500, 68.066, 136), + (16851203, 'Seether', 490, 332.629, -0.500, 84.016, 68), + (16851204, 'Seether', 490, 269.101, -0.500, 94.034, 94), + (16851205, 'Weeper', 493, 263.390, -0.500, 94.328, 130), + (16851206, 'Weeper', 493, 249.580, -0.500, 99.575, 177), + (16851207, 'Seether', 490, 204.456, -0.500, 122.906, 209), + (16851208, 'Weeper', 493, 194.216, -0.500, 123.852, 157), + (16851209, 'Wanderer', 492, 276.830, -0.500, 54.121, 204), + (16851210, 'Seether', 490, 288.483, -0.500, 45.074, 91), + (16851211, 'Seether', 490, 209.465, -0.500, 49.706, 13), + (16851212, 'Wanderer', 492, 207.937, -0.500, 45.457, 115), + (16851213, 'Weeper', 493, 216.695, -0.500, 61.103, 149), + (16851214, 'Wanderer', 492, 164.015, -0.499, 74.866, 132), + (16851215, 'Seether', 490, 166.446, -0.500, 72.015, 78), + (16851216, 'Seether', 490, 156.527, -0.500, -0.911, 64), + (16851217, 'Weeper', 493, 161.882, -0.499, 9.121, 177), + (16851218, 'Weeper', 493, 152.568, -0.500, -0.094, 102), + (16851219, 'Weeper', 493, 313.683, -0.500, -88.266, 28), + (16851220, 'Weeper', 493, 334.094, -0.500, -73.077, 31), + (16851221, 'Wanderer', 492, 160.313, -0.500, 290.352, 2), + (16851222, 'Weeper', 493, 173.029, -0.500, 283.379, 56), + (16851223, 'Weeper', 493, 139.738, -0.500, 250.928, 142), + (16851224, 'Seether', 490, 124.020, -0.500, 233.858, 190), + (16851225, 'Weeper', 493, 147.835, -0.500, 159.764, 15), + (16851226, 'Weeper', 493, 120.785, -0.500, 178.982, 194), + (16851227, 'Weeper', 493, 91.536, -0.500, 164.053, 228), + (16851228, 'Weeper', 493, 75.978, -0.500, 145.179, 18), + (16851229, 'Seether', 490, 84.138, -0.500, 145.968, 141), + (16851230, 'Seether', 490, 89.672, -0.500, 89.722, 29), + (16851231, 'Wanderer', 492, 19.959, -0.500, 65.949, 224), + (16851232, 'Wanderer', 492, 49.269, -0.500, 76.908, 19), + (16851233, 'Gorger', 486, 295.158, -0.500, 296.400, 0), + (16851234, 'Gorger', 486, 0.000, 0.000, 0.000, 0), + (16851235, 'Gorger', 486, 240.924, -0.500, 311.069, 82), + (16851236, 'Gorger', 486, 239.670, -0.500, 57.823, 226), + (16851237, 'Gorger', 486, 0.000, 0.000, 0.000, 0), + (16851238, 'Gorger', 486, 0.000, 0.000, 0.000, 0), + (16851239, 'Gorger', 486, 121.660, -0.500, 190.141, 156), + (16851240, 'Gorger', 486, 180.310, -0.499, 298.051, 246), + (16851241, 'Gorger', 486, 0.000, 0.000, 0.000, 0), + (16851242, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851243, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851244, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851245, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851246, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16851247, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851248, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851249, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851250, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851251, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851252, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16851253, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851254, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851255, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851256, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16851257, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16851258, 'Satiator', 489, -65.131, -0.500, -244.187, 154), + (16855041, 'Progenerator', 502, -240.000, 60.000, 1.000, 190), + (16855042, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855043, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855044, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855045, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855046, 'Progenerator', 502, 1.000, 1.000, 1.000, 190), + (16855047, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855048, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855049, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855050, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855051, 'Progenerator', 502, -239.000, -59.000, 0.000, 190), + (16855052, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855053, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855054, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855055, 'Offspring', 500, 0.000, 0.000, 0.000, 0), + (16855056, 'Ingester', 496, 0.000, 0.000, 0.000, 0), + (16855057, 'Neoingester', 498, 0.000, 0.000, 0.000, 0), + (16855058, 'Neogorger', 497, 0.000, 0.000, 0.000, 0), + (16855059, 'Neosatiator', 499, 0.000, 0.000, 0.000, 0), + (16855060, 'Wanderer', 503, 0.000, 0.000, 0.000, 0), + (16855062, 'Ingester', 496, 0.000, 0.000, 0.000, 0), + (16855063, 'Neoingester', 498, 0.000, 0.000, 0.000, 0), + (16855064, 'Neogorger', 497, 0.000, 0.000, 0.000, 0), + (16855065, 'Neosatiator', 499, 0.000, 0.000, 0.000, 0), + (16855066, 'Wanderer', 503, 0.000, 0.000, 0.000, 0), + (16855068, 'Ingester', 496, 0.000, 0.000, 0.000, 0), + (16855069, 'Neoingester', 498, 0.000, 0.000, 0.000, 0), + (16855070, 'Neogorger', 497, 0.000, 0.000, 0.000, 0), + (16855071, 'Neosatiator', 499, 0.000, 0.000, 0.000, 0), + (16855072, 'Wanderer', 503, 0.000, 0.000, 0.000, 0), + (16855075, 'Insatiable_Gorger', 0, 0.000, 0.000, 0.000, 0), + (16855076, 'Insatiable_Offspring', 0, 0.000, 0.000, 0.000, 0), + (16855077, 'Insatiable_Offspring', 0, 0.000, 0.000, 0.000, 0), + (16855078, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855079, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855080, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855081, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855082, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855083, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855084, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855085, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855086, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855087, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855088, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855089, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855090, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855091, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855092, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855093, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855094, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855095, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855097, 'Insatiable_Gorger', 0, 0.000, 0.000, 0.000, 0), + (16855098, 'Insatiable_Offspring', 0, 0.000, 0.000, 0.000, 0), + (16855099, 'Insatiable_Offspring', 0, 0.000, 0.000, 0.000, 0), + (16855100, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855101, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855102, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855103, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855104, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855105, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855106, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855107, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855108, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855109, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855110, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855111, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855112, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855113, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855114, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855115, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855116, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855117, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855119, 'Insatiable_Gorger', 0, 0.000, 0.000, 0.000, 0), + (16855120, 'Insatiable_Offspring', 0, 0.000, 0.000, 0.000, 0), + (16855121, 'Insatiable_Offspring', 0, 0.000, 0.000, 0.000, 0), + (16855122, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855123, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855124, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855125, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855126, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855127, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855128, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855129, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855130, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855131, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855132, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855133, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855134, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855135, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855136, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855137, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855138, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16855139, 'Disconsolate_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16859137, 'Wanderer', 510, -108.636, -0.388, 235.840, 18), + (16859138, 'Wanderer', 510, -186.925, -0.409, 261.575, 37), + (16859139, 'Weeper', 511, -195.349, -1.632, 257.150, 133), + (16859140, 'Weeper', 511, -215.739, -0.500, 251.899, 246), + (16859141, 'Wanderer', 510, -211.186, -0.499, 261.568, 108), + (16859142, 'Weeper', 511, -190.115, -0.380, 293.423, 34), + (16859143, 'Wanderer', 510, -199.362, -0.473, 300.787, 84), + (16859144, 'Wanderer', 510, -200.990, -0.471, 306.244, 108), + (16859145, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859146, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859147, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859148, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859149, 'Craver', 505, -212.287, -0.499, 245.005, 166), + (16859150, '1', 0, -279.998, -1.000, 239.998, 0), + (16859151, 'Memory_Receptacle', 507, -279.997, -1.000, 239.998, 0), + (16859152, 'Stray', 509, -275.333, -0.381, 249.460, 237), + (16859153, 'Stray', 509, -284.936, -0.432, 246.534, 3), + (16859154, 'Stray', 509, -270.918, -0.499, 232.273, 235), + (16859155, 'Wanderer', 510, -136.509, -2.384, -257.472, 238), + (16859156, 'Wanderer', 510, -99.204, -0.500, -261.551, 65), + (16859157, 'Wanderer', 510, -82.241, -0.499, -267.625, 151), + (16859158, 'Weeper', 511, -88.422, -0.500, -277.896, 143), + (16859159, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859160, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859161, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859162, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859163, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859164, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859165, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859166, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859167, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859168, 'Weeper', 511, 35.448, -0.500, -219.906, 238), + (16859169, 'Wanderer', 510, -90.389, -0.474, -155.526, 144), + (16859170, 'Wanderer', 510, -104.383, -0.499, -151.682, 154), + (16859171, 'Wanderer', 510, -75.188, -0.500, -91.609, 156), + (16859172, 'Weeper', 511, -144.598, -0.499, -71.480, 247), + (16859173, 'Wanderer', 510, -161.108, -0.500, -117.595, 198), + (16859174, 'Weeper', 511, -147.776, -0.500, -117.447, 59), + (16859175, 'Seether', 508, -180.827, -2.203, -174.982, 182), + (16859176, 'Wanderer', 510, -172.540, -1.490, -177.559, 77), + (16859177, 'Wanderer', 510, -169.668, -1.221, -186.045, 45), + (16859178, 'Seether', 508, -221.981, -0.500, -244.427, 89), + (16859179, 'Wanderer', 510, -231.713, -0.500, -228.290, 244), + (16859180, 'Weeper', 511, -229.592, -0.500, -232.512, 42), + (16859181, 'Wanderer', 510, -206.473, -0.500, -268.272, 190), + (16859182, 'Weeper', 511, -235.439, -0.500, -258.615, 37), + (16859183, 'Weeper', 511, -244.410, -0.501, -248.898, 72), + (16859184, 'Wanderer', 510, -187.990, -0.500, -259.776, 171), + (16859185, 'Weeper', 511, -186.232, -0.906, -303.110, 225), + (16859186, 'Wanderer', 510, -180.823, -0.539, -316.842, 199), + (16859187, 'Seether', 508, -196.020, -0.500, -359.628, 42), + (16859188, 'Weeper', 511, -192.669, -0.499, -343.086, 181), + (16859189, 'Weeper', 511, -199.746, -0.499, -365.710, 87), + (16859190, 'Weeper', 511, -218.465, -0.500, -292.709, 171), + (16859191, 'Seether', 508, -295.987, -0.500, -299.901, 96), + (16859192, 'Weeper', 511, -287.470, -0.500, -292.241, 0), + (16859193, 'Weeper', 511, -288.181, -0.500, -294.665, 185), + (16859194, 'Craver', 505, 44.227, -0.500, -190.163, 73), + (16859195, 'Craver', 505, -199.137, -0.500, -230.073, 33), + (16859196, 'Craver', 505, -177.808, -0.499, -267.022, 250), + (16859197, '2', 0, -80.000, -1.000, -40.000, 0), + (16859198, 'Memory_Receptacle', 507, -80.000, -1.000, -40.000, 0), + (16859199, 'Stray', 509, -79.329, -0.500, -47.329, 191), + (16859200, 'Stray', 509, -87.698, -0.500, -47.842, 152), + (16859201, 'Stray', 509, -78.568, -0.500, -29.947, 197), + (16859202, 'Stray', 509, -82.452, -0.500, -29.517, 124), + (16859203, 'Stray', 509, -72.245, -0.500, -39.771, 95), + (16859204, '3', 0, -320.000, -1.000, -360.000, 0), + (16859205, 'Memory_Receptacle', 507, -320.000, -1.000, -360.000, 158), + (16859206, 'Stray', 509, -323.034, -0.665, -360.290, 149), + (16859207, 'Stray', 509, -318.832, -0.695, -359.605, 31), + (16859208, 'Stray', 509, -328.270, -0.500, -351.093, 47), + (16859209, 'Stray', 509, -315.828, -0.372, -368.088, 10), + (16859210, 'Stray', 509, -314.756, -0.129, -367.704, 27), + (16859211, '4', 0, -40.000, -1.000, -320.000, 0), + (16859212, 'Memory_Receptacle', 507, -40.000, -1.000, -320.000, 109), + (16859213, 'Stray', 509, -39.388, -0.759, -319.055, 46), + (16859214, 'Stray', 509, -40.313, -0.789, -319.412, 204), + (16859215, 'Stray', 509, -40.000, -1.000, -320.000, 109), + (16859216, 'Stray', 509, -43.788, -0.499, -307.222, 180), + (16859217, 'Stray', 509, -39.719, -0.499, -304.500, 109), + (16859218, '5', 0, 80.000, -1.000, -240.000, 0), + (16859219, 'Memory_Receptacle', 507, 80.000, -1.000, -240.000, 0), + (16859220, 'Stray', 509, 86.610, -0.500, -239.732, 108), + (16859221, 'Stray', 509, 78.847, -0.500, -247.141, 238), + (16859222, 'Stray', 509, 89.804, -0.500, -238.992, 47), + (16859223, 'Stray', 509, 86.305, -0.500, -241.408, 172), + (16859224, 'Stray', 509, 86.910, -0.500, -241.467, 155), + (16859225, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859226, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859227, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859228, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859229, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859230, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859231, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859232, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859233, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859234, 'Wanderer', 510, -167.937, -0.500, 102.816, 149), + (16859235, 'Weeper', 511, -156.676, -0.500, 93.687, 24), + (16859236, 'Weeper', 511, -156.750, -0.500, 77.143, 237), + (16859237, 'Weeper', 511, -165.153, -0.500, 62.514, 79), + (16859238, 'Weeper', 511, -177.732, -0.500, 42.450, 76), + (16859239, 'Seether', 508, -186.911, -0.500, 61.734, 16), + (16859240, 'Weeper', 511, -215.795, -0.500, 62.249, 68), + (16859241, 'Weeper', 511, -219.264, -0.500, 64.849, 169), + (16859242, 'Wanderer', 510, -209.045, -0.500, 92.462, 153), + (16859243, 'Wanderer', 510, -187.436, -0.500, 46.738, 233), + (16859244, 'Weeper', 511, -208.696, -0.500, 47.346, 197), + (16859245, 'Weeper', 511, -242.563, -0.500, 69.663, 113), + (16859246, 'Weeper', 511, -249.452, -0.500, 86.626, 185), + (16859247, 'Seether', 508, -240.429, -0.500, 66.228, 235), + (16859248, 'Seether', 508, -234.512, -0.500, 121.851, 39), + (16859249, 'Wanderer', 510, -241.957, -0.500, 131.379, 84), + (16859250, 'Wanderer', 510, -266.830, -0.500, 83.358, 36), + (16859251, 'Weeper', 511, -257.948, -0.500, 75.032, 33), + (16859252, 'Weeper', 511, -150.757, -0.412, 39.636, 75), + (16859253, 'Weeper', 511, -212.371, -0.500, 11.279, 94), + (16859254, 'Wanderer', 510, -194.447, -0.500, -17.602, 42), + (16859255, 'Wanderer', 510, -210.875, -0.500, -8.482, 127), + (16859256, 'Weeper', 511, -273.118, -0.500, 29.459, 35), + (16859257, 'Seether', 508, -278.117, -0.500, 14.342, 220), + (16859258, 'Weeper', 511, -115.938, -0.500, 43.951, 45), + (16859259, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859260, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16859261, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859262, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859263, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859264, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859265, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859266, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859267, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16859268, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859269, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859270, 'Craver', 505, -189.459, -0.499, -3.169, 81), + (16859271, 'Craver', 505, -151.064, -0.499, 41.801, 28), + (16859272, '6', 0, -320.000, -1.000, -40.000, 0), + (16859273, 'Memory_Receptacle', 507, -320.000, -1.000, -40.000, 0), + (16859274, 'Stray', 509, -309.894, -0.500, -45.206, 41), + (16859275, 'Stray', 509, -318.752, -0.500, -53.807, 109), + (16859276, 'Stray', 509, -308.787, -0.500, -39.645, 201), + (16859277, 'Stray', 509, -321.507, -0.500, -53.025, 26), + (16859278, 'Stray', 509, -319.326, -0.500, -41.493, 190), + (16859279, 'Stray', 509, -325.569, -0.500, -40.573, 126), + (16859280, 'Stray', 509, -313.453, -0.500, -51.635, 252), + (16859281, '7', 0, -240.000, -1.000, -40.000, 0), + (16859282, 'Memory_Receptacle', 507, -240.000, -1.000, -40.000, 0), + (16859283, 'Stray', 509, -241.190, -0.499, -51.426, 124), + (16859284, 'Stray', 509, -235.470, -0.470, -28.909, 245), + (16859285, 'Stray', 509, -235.553, -0.498, -50.795, 6), + (16859286, 'Stray', 509, -239.279, -0.378, -32.834, 65), + (16859287, 'Stray', 509, -239.868, -0.499, -46.247, 236), + (16859288, 'Stray', 509, -240.026, -0.391, -30.512, 54), + (16859289, 'Stray', 509, -250.774, -0.489, -40.149, 173), + (16859290, '8', 0, -40.000, -1.000, 0.000, 0), + (16859291, 'Memory_Receptacle', 507, -40.000, -1.000, 0.001, 0), + (16859292, 'Stray', 509, -49.517, -0.500, -3.692, 89), + (16859293, 'Stray', 509, -41.151, -0.500, 8.359, 25), + (16859294, 'Stray', 509, -30.104, -0.500, -1.140, 61), + (16859295, 'Stray', 509, -43.082, -0.500, -9.562, 119), + (16859296, 'Stray', 509, -31.190, -0.500, -2.920, 46), + (16859297, 'Stray', 509, -33.978, -0.500, -0.672, 185), + (16859298, 'Stray', 509, -33.360, -0.500, -0.561, 158), + (16859299, 'Weeper', 511, 113.179, -0.434, -156.440, 71), + (16859300, 'Weeper', 511, 122.500, -0.499, -182.387, 81), + (16859301, 'Weeper', 511, 185.034, -0.469, -275.616, 99), + (16859302, 'Weeper', 511, 246.188, -0.402, -278.906, 202), + (16859303, 'Weeper', 511, 139.591, -0.499, -104.974, 58), + (16859304, 'Weeper', 511, 153.311, -0.475, -100.359, 125), + (16859305, 'Wanderer', 510, 141.352, -0.481, -122.371, 22), + (16859306, 'Wanderer', 510, 169.647, -0.500, -109.546, 8), + (16859307, 'Weeper', 511, 157.702, -0.493, -79.434, 37), + (16859308, 'Weeper', 511, 171.991, -0.500, -85.071, 215), + (16859309, 'Seether', 508, 185.003, -0.496, -56.851, 141), + (16859310, 'Weeper', 511, 183.886, -0.499, -63.195, 201), + (16859311, 'Seether', 508, 253.183, -0.979, -102.911, 114), + (16859312, 'Weeper', 511, 245.850, -0.500, -98.217, 246), + (16859313, 'Weeper', 511, 267.163, -0.381, -86.523, 128), + (16859314, 'Weeper', 511, 224.533, -0.463, -110.644, 153), + (16859315, 'Weeper', 511, 217.290, -0.499, -147.239, 33), + (16859316, 'Weeper', 511, 228.364, -0.671, -160.024, 105), + (16859317, 'Wanderer', 510, 245.390, -0.500, -158.588, 230), + (16859318, 'Seether', 508, 214.020, -0.626, -180.373, 157), + (16859319, 'Weeper', 511, 213.727, -0.598, -180.144, 240), + (16859320, 'Wanderer', 510, 278.815, -0.500, -155.700, 2), + (16859321, 'Weeper', 511, 223.097, -1.076, -188.075, 76), + (16859322, 'Weeper', 511, 249.167, -0.502, -178.617, 14), + (16859323, 'Weeper', 511, 292.183, -0.500, -161.121, 161), + (16859324, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859325, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859326, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859327, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859328, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859329, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859330, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859331, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16859332, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859333, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859334, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859335, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16859336, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859337, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859338, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859339, 'Weeper', 511, 331.601, -0.500, -121.115, 206), + (16859340, 'Seether', 508, 342.531, -0.500, -101.410, 228), + (16859341, 'Weeper', 511, 318.200, -0.500, -94.074, 108), + (16859342, 'Wanderer', 510, 339.560, -0.500, -104.426, 192), + (16859343, 'Weeper', 511, 347.456, -0.542, -85.998, 59), + (16859344, 'Wanderer', 510, 369.988, -0.499, -157.200, 54), + (16859345, 'Weeper', 511, 362.720, -0.499, -159.116, 39), + (16859346, 'Craver', 505, 247.281, -0.494, -71.208, 120), + (16859347, 'Craver', 505, 117.174, -0.481, -198.018, 221), + (16859348, '9', 0, 200.000, -1.000, 0.000, 0), + (16859349, 'Memory_Receptacle', 507, 200.000, -1.000, 0.001, 32), + (16859350, 'Stray', 509, 201.175, -0.693, 0.430, 137), + (16859351, 'Stray', 509, 194.268, -0.439, 8.305, 92), + (16859352, 'Stray', 509, 192.472, -0.351, 6.402, 73), + (16859353, 'Stray', 509, 195.644, -0.418, -13.591, 20), + (16859354, 'Stray', 509, 198.820, -0.256, -15.121, 91), + (16859355, 'Stray', 509, 200.111, -0.419, -0.928, 57), + (16859356, 'Stray', 509, 211.858, -0.330, 2.104, 71), + (16859357, '10', 0, 360.000, -1.000, -40.000, 0), + (16859358, 'Memory_Receptacle', 507, 360.000, -1.000, -40.000, 0), + (16859359, 'Stray', 509, 359.955, -0.500, -37.790, 63), + (16859360, 'Stray', 509, 353.531, -0.500, -39.150, 131), + (16859361, 'Stray', 509, 365.710, -0.500, -28.998, 165), + (16859362, 'Stray', 509, 352.564, -0.500, -38.665, 39), + (16859363, 'Stray', 509, 366.568, -0.500, -46.495, 96), + (16859364, 'Stray', 509, 360.805, -0.500, -48.203, 38), + (16859365, 'Stray', 509, 357.736, -0.500, -39.525, 3), + (16859366, '11', 0, 240.000, -1.000, -320.000, 0), + (16859367, 'Memory_Receptacle', 507, 240.000, -1.000, -320.000, 0), + (16859368, 'Stray', 509, 242.211, -0.499, -309.640, 217), + (16859369, 'Stray', 509, 249.371, -0.417, -320.378, 10), + (16859370, 'Stray', 509, 239.282, -0.499, -314.339, 192), + (16859371, 'Stray', 509, 228.055, -0.480, -325.469, 58), + (16859372, 'Stray', 509, 247.629, -0.499, -328.871, 237), + (16859373, 'Stray', 509, 233.075, -0.499, -320.911, 220), + (16859374, 'Stray', 509, 236.830, -0.499, -331.548, 88), + (16859375, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859376, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859377, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859378, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859379, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859380, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16859381, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859382, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859383, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859384, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16859385, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859386, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859387, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859388, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16859389, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859390, 'Idle_Wanderer', 0, 0.000, 0.000, 0.000, 0), + (16859391, 'Seether', 508, -30.508, -0.500, 209.501, 143), + (16859392, 'Weeper', 511, -33.657, -0.500, 222.947, 89), + (16859393, 'Weeper', 511, -52.560, -0.500, 212.107, 250), + (16859394, 'Seether', 508, 2.222, -0.500, 160.467, 116), + (16859395, 'Wanderer', 510, -5.940, -0.500, 168.821, 89), + (16859396, 'Weeper', 511, 7.745, -0.500, 153.839, 118), + (16859397, 'Weeper', 511, 7.743, -0.500, 175.530, 212), + (16859398, 'Seether', 508, -2.973, -0.500, 318.091, 65), + (16859399, 'Weeper', 511, 46.669, -0.500, 209.512, 172), + (16859400, 'Weeper', 511, 93.512, -0.500, 258.735, 38), + (16859401, 'Weeper', 511, 73.866, -0.500, 265.717, 32), + (16859402, 'Weeper', 511, 100.709, -0.500, 263.961, 64), + (16859403, 'Seether', 508, 109.340, -0.500, 250.284, 134), + (16859404, 'Wanderer', 510, 98.991, -0.500, 250.297, 94), + (16859405, 'Weeper', 511, 0.000, 0.000, 0.000, 0), + (16859406, 'Weeper', 511, 114.777, -0.500, 227.028, 23), + (16859407, 'Weeper', 511, 0.000, 0.000, 0.000, 0), + (16859408, 'Weeper', 511, 141.514, -0.500, 242.130, 70), + (16859409, 'Seether', 508, 142.184, -0.500, 230.811, 120), + (16859410, 'Seether', 508, 161.352, -0.500, 222.534, 30), + (16859411, 'Weeper', 511, 149.276, -0.500, 222.001, 201), + (16859412, 'Weeper', 511, 187.061, -0.500, 224.729, 221), + (16859413, 'Seether', 508, 194.391, -0.500, 236.743, 230), + (16859414, 'Weeper', 511, 160.589, -0.500, 202.569, 58), + (16859415, 'Weeper', 511, 170.955, -0.500, 193.664, 247), + (16859416, 'Weeper', 511, 0.000, 0.000, 0.000, 0), + (16859417, 'Seether', 508, 216.988, -0.500, 177.638, 51), + (16859418, 'Wanderer', 510, 205.243, -0.500, 190.276, 62), + (16859419, 'Weeper', 511, 193.544, -0.500, 187.130, 190), + (16859420, 'Weeper', 511, 221.958, -0.500, 200.634, 177), + (16859421, 'Weeper', 511, 226.400, -0.500, 196.211, 0), + (16859422, 'Weeper', 511, 206.072, -0.500, 161.737, 187), + (16859423, 'Seether', 508, 244.791, -0.500, 119.973, 210), + (16859424, 'Weeper', 511, 242.953, -0.500, 129.011, 195), + (16859425, 'Weeper', 511, 237.865, -0.500, 129.620, 178), + (16859426, 'Seether', 508, 240.494, -0.500, 239.203, 184), + (16859427, 'Wanderer', 510, 239.575, -0.500, 235.309, 245), + (16859428, 'Weeper', 511, 240.046, -0.499, 222.866, 94), + (16859429, 'Weeper', 511, 215.171, -0.500, 238.758, 61), + (16859430, 'Seether', 508, 231.834, -0.499, 243.818, 70), + (16859431, 'Seether', 508, 243.396, -0.487, 276.426, 197), + (16859432, 'Seether', 508, 279.283, -0.500, 286.033, 147), + (16859433, 'Weeper', 511, 276.506, -0.500, 292.731, 231), + (16859434, 'Weeper', 511, 0.000, 0.000, 0.000, 0), + (16859435, 'Wanderer', 510, 102.336, -0.500, 208.517, 192), + (16859436, 'Wanderer', 510, 0.000, 0.000, 0.000, 0), + (16859437, 'Weeper', 511, 71.083, -0.500, 205.944, 190), + (16859438, 'Craver', 505, -37.804, -0.499, 284.830, 32), + (16859439, 'Craver', 505, 70.571, -0.499, 287.866, 220), + (16859440, 'Craver', 505, 122.304, -0.500, 255.579, 94), + (16859441, 'Craver', 505, 238.522, -0.499, 221.277, 47), + (16859442, 'Craver', 505, 156.251, -0.499, 220.050, 126), + (16859443, 'Coveter', 504, 297.036, -0.500, -91.995, 149), + (16863233, 'Delver', 512, -240.000, 60.000, 0.100, 190), + (16863234, 'Delver', 512, -240.000, 60.000, 0.100, 190), + (16863235, 'Delver', 512, -240.000, 60.000, 0.100, 190), + (16863236, 'Envier', 0, -238.711, 60.250, 2.542, 155), + (16863237, 'Seether', 528, -242.555, 60.726, 0.361, 243), + (16863238, 'Seether', 528, -236.362, 60.258, 4.628, 0), + (16863239, 'Seether', 528, -240.037, 59.650, 18.111, 193), + (16863240, 'EnigmaticSpher', 0, -240.058, 60.250, 0.000, 0), + (16863241, 'Envier', 0, 2.505, 0.250, 5.513, 239), + (16863242, 'Seether', 528, -4.754, -0.345, 17.500, 50), + (16863243, 'Seether', 528, 1.792, 0.562, 7.711, 134), + (16863244, 'Seether', 528, -8.912, 0.266, 2.025, 105), + (16863245, 'EnigmaticSpher', 0, 0.000, 0.250, 0.001, 0), + (16863246, 'Envier', 0, 240.000, -59.750, 0.000, 192), + (16863247, 'Seether', 528, 238.268, -59.418, 2.370, 52), + (16863248, 'Seether', 528, 238.623, -59.520, 3.705, 61), + (16863249, 'Seether', 528, 236.561, -59.470, 3.377, 40), + (16867329, 'Ponderer', 525, -330.731, -0.500, 139.518, 242), + (16867330, 'Propagator', 526, 190.417, -0.500, -60.518, 127), + (16867331, 'Offspring', 524, 189.375, -0.500, -71.869, 185), + (16867332, 'Offspring', 524, 188.783, -0.294, -62.597, 160), + (16867333, 'Solicitor', 529, 396.936, -0.500, 132.095, 8), + (16867334, 'Wanderer', 534, 29.397, -0.500, -106.333, 10), + (16867335, 'Wanderer', 534, 35.879, -0.500, -99.157, 57), + (16867336, 'Weeper', 535, 44.005, -0.500, -79.189, 166), + (16867337, 'Wanderer', 534, 33.095, -0.382, -67.236, 211), + (16867338, 'Wanderer', 534, 46.737, -0.499, -83.048, 1), + (16867339, 'Wanderer', 534, 38.563, -0.500, -158.091, 238), + (16867340, 'Wanderer', 534, 48.293, -0.500, -152.553, 69), + (16867341, 'Wanderer', 534, 27.290, -0.422, -202.119, 180), + (16867342, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867343, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867344, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867345, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867346, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867347, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867348, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867349, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867350, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867351, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867352, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867353, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867354, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867355, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867356, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867357, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867358, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867359, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867360, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867361, 'Wanderer', 534, 38.663, -0.500, -280.430, 178), + (16867362, 'Weeper', 535, 0.000, 0.000, 0.000, 0), + (16867363, 'Wanderer', 534, 30.032, -0.500, -290.140, 188), + (16867364, 'Weeper', 535, 33.773, -0.500, -288.757, 63), + (16867365, 'Wanderer', 534, 40.941, -0.642, -304.044, 187), + (16867366, 'Weeper', 535, 1.193, -0.500, -245.127, 117), + (16867367, 'Wanderer', 534, 1.040, -0.500, -230.573, 150), + (16867368, 'Weeper', 535, -5.956, -0.500, -233.113, 253), + (16867369, 'Wanderer', 534, 14.423, -0.500, -257.050, 85), + (16867370, 'Wanderer', 534, 8.373, -0.500, -253.472, 213), + (16867371, 'Weeper', 535, -15.701, -0.500, -290.874, 250), + (16867372, 'Wanderer', 534, -20.330, -0.500, -288.228, 115), + (16867373, 'Weeper', 535, -27.646, -0.500, -298.804, 90), + (16867374, 'Wanderer', 534, 7.440, -0.500, -295.336, 8), + (16867375, 'Thinker', 532, -12.532, -0.422, -117.062, 166), + (16867376, 'Gorger', 520, -11.601, -0.500, -123.706, 80), + (16867377, 'Craver', 518, 9.827, -0.500, -254.532, 148), + (16867378, 'Thinker', 532, 31.870, -0.500, -140.305, 210), + (16867379, 'Gorger', 520, -11.180, -0.374, -129.141, 63), + (16867380, 'Craver', 518, 2.020, -0.500, -131.695, 112), + (16867382, 'Memory_Receptacle', 523, -40.000, -1.000, -360.000, 196), + (16867383, 'Stray', 530, -38.525, -0.370, -351.374, 4), + (16867384, 'Stray', 530, -35.896, -0.500, -349.082, 207), + (16867385, 'Stray', 530, -35.680, -0.500, -349.168, 129), + (16867387, 'Memory_Receptacle', 523, 80.000, -1.000, -40.000, 0), + (16867388, 'Stray', 530, 79.943, -0.499, -31.534, 134), + (16867389, 'Stray', 530, 80.538, -0.499, -34.976, 191), + (16867390, 'Stray', 530, 94.142, -0.475, -44.307, 61), + (16867391, 'Weeper', 535, 118.122, -0.500, 234.720, 125), + (16867392, 'Wanderer', 534, 121.924, -0.499, 249.845, 95), + (16867393, 'Weeper', 535, 112.094, -0.500, 193.227, 254), + (16867394, 'Weeper', 535, 94.127, -0.500, 198.574, 183), + (16867395, 'Wanderer', 534, 57.061, -0.500, 195.246, 38), + (16867396, 'Wanderer', 534, 49.857, -0.500, 207.426, 31), + (16867397, 'Seether', 528, 44.349, -0.500, 243.028, 7), + (16867398, 'Wanderer', 534, 35.427, -0.500, 239.738, 229), + (16867399, 'Wanderer', 534, 50.151, -0.499, 249.756, 29), + (16867400, 'Weeper', 535, 32.863, -0.499, 237.852, 54), + (16867401, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867402, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867403, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16867404, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867405, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867406, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867407, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16867408, 'Wanderer', 534, 26.451, -0.499, 191.991, 172), + (16867409, 'Weeper', 535, -4.394, -0.500, 208.563, 78), + (16867410, 'Weeper', 535, -17.413, -0.500, 195.624, 105), + (16867411, 'Weeper', 535, -32.374, -0.500, 158.465, 223), + (16867412, 'Weeper', 535, -40.167, -0.500, 155.932, 128), + (16867413, 'Weeper', 535, -93.117, -0.529, 167.409, 199), + (16867414, 'Weeper', 535, -80.111, -0.500, 156.987, 161), + (16867415, 'Weeper', 535, -122.102, -0.500, 173.335, 242), + (16867416, 'Weeper', 535, -122.126, -0.500, 153.801, 185), + (16867417, 'Wanderer', 534, -140.412, -0.500, 138.600, 212), + (16867418, 'Wanderer', 534, -138.405, -0.500, 168.941, 102), + (16867419, 'Seether', 528, -154.805, -0.500, 147.756, 241), + (16867420, 'Seether', 528, 0.000, 0.000, 0.000, 0), + (16867421, 'Thinker', 532, 49.928, -0.500, 213.503, 149), + (16867422, 'Gorger', 520, 0.000, 0.000, 0.000, 0), + (16867423, 'Craver', 518, 0.000, 0.000, 0.000, 0), + (16867424, 'Thinker', 532, -124.423, -0.500, 170.694, 164), + (16867425, 'Gorger', 520, 0.000, 0.000, 0.000, 0), + (16867426, 'Craver', 518, -81.853, -0.500, 171.194, 214), + (16867427, 'Seether', 528, -97.068, -0.500, 156.236, 64), + (16867429, 'Memory_Receptacle', 523, -160.000, -1.000, 200.000, 0), + (16867430, 'Stray', 530, -160.803, -0.500, 188.925, 123), + (16867431, 'Stray', 530, -159.183, -0.500, 206.488, 194), + (16867432, 'Stray', 530, -152.607, -0.500, 200.362, 118), + (16867433, 'Stray', 530, -151.861, -0.500, 200.335, 133), + (16867434, 'Stray', 530, -167.452, -0.500, 195.666, 72), + (16867436, 'Memory_Receptacle', 523, -160.000, -1.000, 120.000, 0), + (16867437, 'Stray', 530, -159.822, -0.500, 114.407, 71), + (16867438, 'Stray', 530, -161.954, -0.500, 129.092, 146), + (16867439, 'Stray', 530, -160.851, -0.500, 132.208, 233), + (16867440, 'Stray', 530, -149.592, -0.500, 124.521, 191), + (16867441, 'Stray', 530, -153.526, -0.500, 129.458, 152), + (16867442, 'Wanderer', 534, 377.060, -0.500, -236.088, 93), + (16867443, 'Weeper', 535, 389.160, -0.500, -237.280, 198), + (16867444, 'Seether', 528, 381.022, -0.405, -167.684, 147), + (16867445, 'Wanderer', 534, 390.975, -0.381, -164.604, 24), + (16867446, 'Wanderer', 534, 372.218, -0.689, -171.985, 237), + (16867447, 'Weeper', 535, 391.878, -0.380, -176.257, 109), + (16867448, 'Seether', 528, 342.524, -0.500, -221.616, 170), + (16867449, 'Weeper', 535, 352.648, -0.500, -228.196, 51), + (16867450, 'Weeper', 535, 348.656, -0.500, -229.722, 65), + (16867451, 'Seether', 528, 277.559, -0.500, -229.868, 55), + (16867452, 'Wanderer', 534, 270.483, -0.500, -244.328, 70), + (16867453, 'Wanderer', 534, 225.356, -0.469, -232.537, 199), + (16867454, 'Wanderer', 534, 319.676, -0.500, -215.638, 63), + (16867455, 'Deviator', 519, 302.756, -2.244, -179.892, 13), + (16867456, 'Wanderer', 534, 286.548, -0.379, -186.639, 163), + (16867457, 'Wanderer', 534, 0.000, 0.000, 0.000, 0), + (16867458, 'Weeper', 535, 265.449, -0.500, -195.305, 182), + (16867459, 'Weeper', 535, 0.000, 0.000, 0.000, 0), + (16867460, 'Seether', 528, 335.447, -1.916, -142.382, 111), + (16867461, 'Weeper', 535, 349.359, -0.665, -148.027, 72), + (16867462, 'Weeper', 535, 356.414, -0.385, -150.874, 105), + (16867463, 'Weeper', 535, 320.195, -1.199, -131.984, 114), + (16867464, 'Seether', 528, 307.997, -0.500, -89.998, 239), + (16867465, 'Wanderer', 534, 288.709, -0.500, -93.974, 197), + (16867466, 'Weeper', 535, 283.518, -0.500, -97.680, 55), + (16867467, 'Weeper', 535, 308.045, -0.500, -75.125, 246), + (16867468, 'Wanderer', 534, 277.609, -0.500, -84.455, 112), + (16867469, 'Seether', 528, 256.398, -0.500, -119.611, 57), + (16867470, 'Weeper', 535, 251.914, -0.500, -124.644, 237), + (16867471, 'Weeper', 535, 263.689, -0.500, -117.806, 155), + (16867472, 'Wanderer', 534, 255.814, -0.500, -137.391, 8), + (16867473, 'Wanderer', 534, 0.000, 0.000, 0.000, 0), + (16867474, 'Wanderer', 534, 231.045, -0.500, -114.055, 129), + (16867475, 'Seether', 528, 194.421, -0.500, -143.891, 41), + (16867476, 'Wanderer', 534, 201.990, -0.500, -141.478, 159), + (16867477, 'Weeper', 535, 200.477, -0.500, -148.031, 115), + (16867478, 'Weeper', 535, 0.000, 0.000, 0.000, 0), + (16867479, 'Weeper', 535, 197.141, -0.500, -123.608, 158), + (16867480, 'Weeper', 535, 157.653, -0.500, -119.510, 124), + (16867481, 'Seether', 528, 228.358, -0.500, -64.514, 232), + (16867482, 'Seether', 528, 201.686, -0.500, -40.178, 54), + (16867483, 'Weeper', 535, 215.819, -0.500, -73.213, 223), + (16867484, 'Thinker', 532, 0.000, 0.000, 0.000, 0), + (16867485, 'Gorger', 520, 205.289, -0.500, -163.458, 150), + (16867486, 'Craver', 518, 0.000, 0.000, 0.000, 0), + (16867487, 'Thinker', 532, 275.000, -0.500, -172.191, 237), + (16867488, 'Gorger', 520, 268.231, -0.500, -213.667, 254), + (16867489, 'Craver', 518, 299.070, -0.500, -216.775, 95), + (16867490, 'Thinker', 532, 387.617, -0.509, -203.178, 19), + (16867491, 'Gorger', 520, 378.721, -1.215, -179.871, 249), + (16867492, 'Craver', 518, 376.505, -0.499, -124.650, 1), + (16867494, 'Memory_Receptacle', 523, 160.000, -1.000, -160.000, 0), + (16867495, 'Stray', 530, 154.205, -0.500, -158.990, 60), + (16867496, 'Stray', 530, 158.344, -0.500, -169.377, 89), + (16867497, 'Stray', 530, 153.640, -0.500, -159.663, 240), + (16867498, 'Stray', 530, 150.709, -0.500, -162.766, 57), + (16867499, 'Stray', 530, 166.402, -0.500, -168.723, 93), + (16867501, 'Memory_Receptacle', 523, 240.000, -1.000, -40.000, 0), + (16867502, 'Stray', 530, 239.963, -0.500, -32.733, 57), + (16867503, 'Stray', 530, 235.512, -0.500, -39.297, 125), + (16867504, 'Stray', 530, 234.491, -0.500, -48.636, 114), + (16867505, 'Stray', 530, 232.072, -0.500, -40.339, 242), + (16867506, 'Stray', 530, 231.627, -0.500, -33.158, 100), + (16867508, 'Memory_Receptacle', 523, 240.000, -1.000, -240.000, 0), + (16867509, 'Stray', 530, 231.343, -0.500, -237.256, 48), + (16867510, 'Stray', 530, 241.582, -0.500, -231.359, 1), + (16867511, 'Stray', 530, 238.723, -0.500, -231.060, 134), + (16867512, 'Stray', 530, 238.142, -0.500, -240.412, 254), + (16867513, 'Stray', 530, 246.951, -0.500, -232.936, 7), + (16867515, 'Memory_Receptacle', 523, 360.000, -1.000, -80.000, 0), + (16867516, 'Stray', 530, 365.289, -0.500, -72.367, 163), + (16867517, 'Stray', 530, 367.665, -0.500, -82.635, 50), + (16867518, 'Stray', 530, 360.521, -0.500, -81.068, 130), + (16867519, 'Stray', 530, 372.012, -0.500, -80.296, 38), + (16867520, 'Stray', 530, 349.687, -0.500, -79.880, 8), + (16867521, 'Wanderer', 534, 267.711, -0.499, 166.540, 161), + (16867522, 'Weeper', 535, 272.033, -0.479, 170.316, 159), + (16867523, 'Weeper', 535, 300.748, -0.407, 134.554, 62), + (16867524, 'Wanderer', 534, 243.031, -0.480, 76.440, 65), + (16867525, 'Weeper', 535, 244.186, -0.397, 81.724, 91), + (16867526, 'Weeper', 535, 232.961, -0.500, 70.185, 185), + (16867527, 'Seether', 528, 237.174, -0.499, 79.427, 189), + (16867528, 'Wanderer', 534, 201.790, -0.497, 173.367, 158), + (16867529, 'Wanderer', 534, 158.511, -0.499, 122.567, 155), + (16867530, 'Weeper', 535, 159.092, -0.409, 118.722, 144), + (16867531, 'Weeper', 535, 0.000, 0.000, 0.000, 0), + (16867532, 'Weeper', 535, 191.939, -0.474, 80.315, 184), + (16867533, 'Seether', 528, 178.154, -0.500, 78.070, 67), + (16867534, 'Weeper', 535, 186.274, -0.385, 89.648, 139), + (16867535, 'Seether', 528, 119.997, -0.500, 75.094, 91), + (16867536, 'Wanderer', 534, 281.499, -0.380, 82.406, 191), + (16867537, 'Weeper', 535, 272.804, -0.403, 68.907, 154), + (16867538, 'Seether', 528, 299.456, -0.840, 98.794, 74), + (16867539, 'Wanderer', 534, 311.721, -0.384, 86.610, 117), + (16867540, 'Weeper', 535, 304.652, -1.181, 101.970, 244), + (16867541, 'Weeper', 535, 308.002, -0.690, 109.443, 53), + (16867542, 'Seether', 528, 343.243, -0.500, 88.373, 2), + (16867543, 'Seether', 528, 0.000, 0.000, 0.000, 0), + (16867544, 'Wailer', 533, 0.000, 0.000, 0.000, 0), + (16867545, 'Weeper', 535, 0.000, 0.000, 0.000, 0), + (16867546, 'Weeper', 535, 362.978, -0.828, 133.112, 135), + (16867547, 'Seether', 528, 293.617, -0.391, 206.510, 200), + (16867548, 'Seether', 528, 381.586, -1.468, 99.707, 161), + (16867549, 'Weeper', 535, 379.144, -0.613, 86.197, 146), + (16867550, 'Weeper', 535, 376.120, -1.065, 96.991, 44), + (16867551, 'Seether', 528, 286.257, -0.499, 242.693, 19), + (16867552, 'Seether', 528, 307.923, -0.481, 179.264, 164), + (16867553, 'Wanderer', 534, 392.438, -0.498, 177.595, 21), + (16867554, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867555, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867556, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867557, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867558, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867559, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867560, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16867561, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867562, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867563, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867564, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867565, 'Woeful_Weeper', 522, 0.000, 0.000, 0.000, 0), + (16867566, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867567, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867568, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867569, 'Woeful_Weeper', 522, 0.000, 0.000, 0.000, 0), + (16867570, 'Wanderer', 534, 441.540, -0.498, 211.099, 72), + (16867571, 'Wanderer', 534, 384.847, -1.430, 229.312, 216), + (16867572, 'Weeper', 535, 434.162, -0.495, 227.073, 221), + (16867573, 'Thinker', 532, 174.477, -0.499, 103.434, 238), + (16867574, 'Gorger', 520, 0.000, 0.000, 0.000, 0), + (16867575, 'Craver', 518, 0.000, 0.000, 0.000, 0), + (16867576, 'Thinker', 532, 156.066, -0.499, 92.101, 120), + (16867577, 'Gorger', 520, 0.000, 0.000, 0.000, 0), + (16867578, 'Craver', 518, 0.000, 0.000, 0.000, 0), + (16867579, 'Thinker', 532, 370.613, -1.707, 211.253, 241), + (16867580, 'Gorger', 520, 361.304, -1.107, 207.999, 105), + (16867581, 'Craver', 518, 348.076, -0.485, 175.042, 34), + (16867582, 'Thinker', 532, 331.893, -0.481, 83.126, 151), + (16867583, 'Gorger', 520, 291.500, -0.676, 92.133, 76), + (16867584, 'Craver', 518, 314.188, -0.674, 94.395, 26), + (16867586, 'Memory_Receptacle', 523, 120.000, -1.000, 40.000, 0), + (16867587, 'Stray', 530, 131.079, -0.381, 33.185, 71), + (16867588, 'Stray', 530, 113.829, -0.499, 39.078, 127), + (16867589, 'Stray', 530, 109.314, -0.387, 36.442, 169), + (16867590, 'Stray', 530, 133.316, -0.381, 37.038, 214), + (16867591, 'Stray', 530, 127.122, -0.499, 39.322, 252), + (16867592, 'Stray', 530, 132.805, -0.383, 35.945, 71), + (16867593, 'Stray', 530, 123.165, -0.395, 28.639, 10), + (16867595, 'Memory_Receptacle', 523, 440.000, -1.000, 40.000, 0), + (16867596, 'Stray', 530, 444.260, -0.496, 30.228, 25), + (16867597, 'Stray', 530, 438.510, -0.432, 31.515, 100), + (16867598, 'Stray', 530, 449.161, -0.484, 46.775, 164), + (16867599, 'Stray', 530, 434.588, -0.415, 32.342, 37), + (16867600, 'Stray', 530, 438.999, -0.495, 41.091, 2), + (16867601, 'Stray', 530, 439.965, -0.489, 48.194, 51), + (16867602, 'Stray', 530, 437.224, -0.405, 31.192, 123), + (16867604, 'Memory_Receptacle', 523, 440.000, -1.000, 279.997, 0), + (16867605, 'Stray', 530, 439.551, -0.499, 287.040, 194), + (16867606, 'Stray', 530, 449.416, -0.484, 285.537, 186), + (16867607, 'Stray', 530, 439.951, -0.499, 280.496, 128), + (16867608, 'Stray', 530, 440.160, -0.499, 269.793, 7), + (16867609, 'Stray', 530, 449.247, -0.484, 275.089, 69), + (16867610, 'Stray', 530, 447.161, -0.494, 269.915, 212), + (16867611, 'Stray', 530, 431.134, -0.499, 282.275, 163), + (16867612, 'Seether', 528, 16.187, -2.192, 13.982, 43), + (16867613, 'Wanderer', 534, 27.259, -1.276, 17.615, 1), + (16867614, 'Weeper', 535, 10.304, -1.260, 34.166, 75), + (16867615, 'Weeper', 535, -4.023, -0.464, 6.399, 154), + (16867616, 'Wanderer', 534, 48.703, -0.500, 83.455, 244), + (16867617, 'Weeper', 535, 35.764, -0.500, 92.168, 156), + (16867618, 'Weeper', 535, 46.840, -0.500, 91.120, 142), + (16867619, 'Seether', 528, -12.474, -0.500, 54.198, 110), + (16867620, 'Weeper', 535, 5.146, -0.500, 68.213, 160), + (16867621, 'Weeper', 535, -0.905, -0.500, 49.673, 41), + (16867622, 'Wanderer', 534, -27.704, -0.480, 29.752, 92), + (16867623, 'Wanderer', 534, -82.805, -0.499, 35.926, 93), + (16867624, 'Wanderer', 534, -69.762, -0.500, 27.278, 87), + (16867625, 'Seether', 528, -138.895, -0.500, -12.013, 119), + (16867626, 'Weeper', 535, -117.381, -0.500, -3.277, 189), + (16867627, 'Weeper', 535, -160.739, -0.490, -8.207, 157), + (16867628, 'Wanderer', 534, -140.698, -0.500, -37.528, 125), + (16867629, 'Seether', 528, -170.399, -0.500, 36.116, 232), + (16867630, 'Weeper', 535, -184.740, -0.499, 34.664, 163), + (16867631, 'Weeper', 535, -206.479, -0.499, 31.963, 80), + (16867632, 'Seether', 528, -252.233, -0.500, -17.639, 99), + (16867633, 'Wanderer', 534, -247.307, -0.500, -46.574, 220), + (16867634, 'Weeper', 535, -259.434, -0.500, -31.996, 244), + (16867635, 'Weeper', 535, -259.513, -0.500, -30.153, 185), + (16867636, 'Seether', 528, -317.458, -0.500, -2.882, 97), + (16867637, 'Weeper', 535, -314.327, -0.500, -0.636, 118), + (16867638, 'Weeper', 535, -315.481, -0.499, -9.400, 113), + (16867639, 'Seether', 528, -324.501, -0.419, 35.309, 140), + (16867640, 'Weeper', 535, -286.561, -0.499, 57.792, 255), + (16867641, 'Weeper', 535, -286.526, -0.387, 51.102, 155), + (16867642, 'Provoker', 527, 0.000, 0.000, 0.000, 0), + (16867643, 'Seether', 528, -235.964, -0.487, 58.541, 203), + (16867644, 'Seether', 528, 0.000, 0.000, 0.000, 0), + (16867645, 'Seether', 528, 0.000, 0.000, 0.000, 0), + (16867646, 'Weeper', 535, -272.117, -0.499, 84.527, 40), + (16867647, 'Wanderer', 534, -250.281, -0.500, 140.458, 229), + (16867648, 'Weeper', 535, -242.396, -0.500, 135.967, 252), + (16867649, 'Seether', 528, -234.755, -0.500, 159.795, 36), + (16867650, 'Wanderer', 534, -251.014, -0.500, 164.832, 85), + (16867651, 'Weeper', 535, -238.268, -0.500, 163.130, 252), + (16867652, 'Weeper', 535, -286.162, -0.483, 127.478, 152), + (16867653, 'Seether', 528, -298.393, -0.500, 134.789, 203), + (16867654, 'Weeper', 535, -297.943, -0.494, 151.044, 204), + (16867655, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867656, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867657, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16867658, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867659, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867660, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867661, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867662, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867663, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867664, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867665, 'Woeful_Weeper', 0, 0.000, 0.000, 0.000, 0), + (16867666, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16867667, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867668, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867669, 'Idle_Wanderer', 522, 0.000, 0.000, 0.000, 0), + (16867670, 'Livid_Seether', 0, 0.000, 0.000, 0.000, 0), + (16867671, 'Thinker', 532, 0.000, 0.000, 0.000, 0), + (16867672, 'Gorger', 520, -393.155, -0.500, 80.157, 102), + (16867673, 'Craver', 518, 0.000, 0.000, 0.000, 0), + (16867674, 'Thinker', 532, -451.858, -0.500, 53.940, 73), + (16867675, 'Gorger', 520, 0.000, 0.000, 0.000, 0), + (16867676, 'Craver', 518, 0.000, 0.000, 0.000, 0), + (16867677, 'Thinker', 532, 0.000, 0.000, 0.000, 0), + (16867678, 'Gorger', 520, 0.000, 0.000, 0.000, 0), + (16867679, 'Craver', 518, -123.970, -0.500, -31.381, 205), + (16867680, 'Thinker', 532, -262.538, -0.499, 63.169, 122), + (16867681, 'Gorger', 520, -332.156, -0.380, 40.900, 171), + (16867682, 'Craver', 518, -263.599, -0.499, 67.871, 189), + (16867683, 'Gorger', 520, -257.970, -0.499, 115.315, 120), + (16867684, 'Craver', 518, -277.323, -0.498, 161.215, 132), + (16871425, 'Agonizer', 536, -239.000, 57.000, 1.000, 187), + (16871426, 'Procreator', 546, -234.000, 57.000, -5.000, 187), + (16871427, 'Offspring', 544, -239.942, 57.928, 25.105, 5), + (16871428, 'Offspring', 544, -239.725, 57.704, 24.082, 236), + (16871429, 'Offspring', 544, -238.722, 57.500, 26.771, 53), + (16871430, 'Offspring', 544, -238.722, 57.500, 26.771, 53), + (16871431, 'Cumulator', 538, -246.000, 57.000, -5.000, 187), + (16871432, 'Agonizer', 536, 1.000, -1.000, 1.000, 129), + (16871433, 'Procreator', 546, 8.000, -1.000, 5.000, 129), + (16871434, 'Offspring', 544, -3.142, -0.176, 14.475, 155), + (16871435, 'Offspring', 544, 0.210, -0.448, 19.275, 88), + (16871436, 'Offspring', 544, 0.000, 0.000, 0.000, 0), + (16871437, 'Offspring', 544, 0.000, 0.000, 0.000, 0), + (16871438, 'Cumulator', 538, 7.000, -1.000, -6.000, 129), + (16871439, 'Agonizer', 536, 240.000, -59.000, 1.000, 190), + (16871440, 'Procreator', 546, 247.000, -59.000, -7.000, 190), + (16871441, 'Offspring', 544, 0.000, 0.000, 0.000, 0), + (16871442, 'Offspring', 544, 0.000, 0.000, 0.000, 0), + (16871443, 'Offspring', 544, 0.000, 0.000, 0.000, 0), + (16871444, 'Offspring', 544, 0.000, 0.000, 0.000, 0), + (16871445, 'Cumulator', 538, 232.000, -59.000, -7.000, 190), + (16871450, 'Contemplator', 537, -243.269, 60.250, -4.152, 29), + (16871451, 'Ingurgitator', 541, -239.992, 60.250, -8.003, 192), + (16871452, 'Repiner', 547, -247.669, 60.250, -7.666, 192), + (16871453, 'Neoingurgitator', 543, -239.252, 60.493, -6.065, 71), + (16871454, 'Neoingurgitator', 543, -240.151, 57.500, 30.111, 170), + (16871456, 'Memory_Receptacle', 542, 0.000, 0.250, 0.000, 26), + (16871457, 'Memory_Receptacle', 542, -7.991, 0.250, 7.999, 164), + (16871458, 'Memory_Receptacle', 542, -7.994, 0.250, 0.006, 1), + (16871459, 'Memory_Receptacle', 542, -15.509, -0.500, 0.492, 29), + (16871460, 'Contemplator', 537, -0.037, -2.405, 32.481, 51), + (16871461, 'Ingurgitator', 541, 0.000, 0.000, 0.000, 0), + (16871462, 'Repiner', 547, -15.508, -0.500, 0.492, 192), + (16871463, 'Neoingurgitator', 543, 0.000, 0.000, 0.000, 0), + (16871464, 'Neoingurgitator', 543, 0.000, 0.000, 0.000, 0), + (16871466, 'Memory_Receptacle', 542, 240.000, -59.750, 0.000, 242), + (16871467, 'Memory_Receptacle', 542, 248.148, -59.750, 8.154, 187), + (16871468, 'Memory_Receptacle', 542, 240.133, -59.750, 7.893, 69), + (16871469, 'Memory_Receptacle', 542, 231.892, -59.750, 8.112, 34), + (16871470, 'Contemplator', 537, 240.402, -59.657, 1.928, 68), + (16871471, 'Ingurgitator', 541, 0.000, 0.000, 0.000, 0), + (16871472, 'Repiner', 547, 0.000, 0.000, 0.000, 0), + (16871473, 'Neoingurgitator', 543, 0.000, 0.000, 0.000, 0), + (16871474, 'Neoingurgitator', 543, 0.000, 0.000, 0.000, 0), + (16875521, 'Clipper', 562, -244.945, -1.945, -219.766, 32), + (16875522, 'Grindylow', 597, -242.869, -1.980, -220.789, 48), + (16875523, 'Greater_Pugil', 596, -237.192, -1.994, -218.082, 51), + (16875524, 'Greater_Pugil', 596, -477.666, -3.959, 0.582, 174), + (16875525, 'Apsaras', 554, 0.000, 0.000, 0.000, 0), + (16875526, 'Asrai', 555, -236.690, -2.010, -218.215, 226), + (16875527, 'Abhac', 549, 0.000, 0.000, 0.000, 0), + (16875528, 'Vu-Murt', 626, 0.000, 0.000, 0.000, 0), + (16875529, 'Petrocrab', 616, 0.000, 0.000, 0.000, 0), + (16875530, 'Cetic_Parasite', 560, 0.000, 0.000, 0.000, 0), + (16875531, 'Ferrocrab', 569, 0.000, 0.000, 0.000, 0), + (16875532, 'Nakki', 605, 0.000, 0.000, 0.000, 0), + (16875533, 'Miner_Bee', 604, -278.200, -7.360, -244.511, 28), + (16875534, 'Miner_Bee', 604, -307.126, -8.183, -247.748, 148), + (16875535, 'Miner_Bee', 604, -278.724, -7.688, -241.273, 248), + (16875536, 'Tavnazian_Sheep', 622, -273.327, -7.439, -262.658, 206), + (16875537, 'Miner_Bee', 604, -198.170, -6.169, -208.347, 63), + (16875538, 'Miner_Bee', 604, -152.830, -6.544, -178.107, 123), + (16875539, 'Miner_Bee', 604, -171.447, -6.473, -183.676, 115), + (16875540, 'Bugard', 559, -84.516, -7.517, -179.615, 214), + (16875541, 'Tavnazian_Sheep', 622, -91.521, -8.115, -164.149, 179), + (16875542, 'Cluster', 563, -57.600, -7.828, -224.434, 208), + (16875543, 'Bugard', 559, 2.265, -7.947, -216.432, 131), + (16875544, 'Bugard', 559, -30.570, -8.034, -210.656, 86), + (16875545, 'Orcish_Brawler', 608, -43.909, -8.043, -237.766, 173), + (16875546, 'Orcish_Beastrider', 606, -24.108, -7.762, -227.153, 154), + (16875547, 'Orcish_Nightraider', 612, -1.546, -8.388, -205.208, 146), + (16875548, 'Orcish_Impaler', 611, -31.883, -8.176, -209.379, 35), + (16875549, 'Tavnazian_Sheep', 622, -73.708, -7.737, -216.692, 201), + (16875550, 'Tavnazian_Sheep', 622, 5.503, -8.561, -242.438, 127), + (16875551, 'Tavnazian_Sheep', 622, -59.843, -8.334, -246.711, 254), + (16875552, 'Padfoot', 615, -43.689, 0.487, -328.028, 93), + (16875553, 'Tavnazian_Sheep', 622, -73.365, -8.793, -265.309, 236), + (16875554, 'Bugard', 559, -3.341, -8.321, -192.426, 184), + (16875555, 'Tavnazian_Sheep', 622, 8.563, -8.770, -190.128, 235), + (16875556, 'Orcish_Brawler', 608, 4.677, -8.579, -240.320, 102), + (16875557, 'Bugard', 559, -26.119, -0.093, -276.386, 31), + (16875558, 'Bugard', 559, 15.107, 1.017, -284.389, 131), + (16875559, 'Orcish_Stonelauncher', 613, -20.298, 1.093, -283.231, 243), + (16875560, 'Tavnazian_Sheep', 622, -49.379, -1.670, -268.793, 221), + (16875561, 'Tavnazian_Sheep', 622, -45.469, -0.662, -273.120, 208), + (16875562, 'Air_Elemental', 552, 6.073, -0.429, -275.848, 126), + (16875563, 'Crimson_Knight_Crab', 565, -18.517, 2.121, -292.268, 122), + (16875564, 'Crimson_Knight_Crab', 565, 23.050, 0.532, -281.080, 210), + (16875565, 'Crimson_Knight_Crab', 565, -22.599, 2.136, -293.854, 249), + (16875566, 'Miner_Bee', 604, 8.122, -8.012, -134.174, 19), + (16875567, 'Miner_Bee', 604, 11.119, -7.715, -126.645, 237), + (16875568, 'Tavnazian_Sheep', 622, 11.901, -7.809, -126.639, 69), + (16875569, 'Bugard', 559, 125.713, -7.872, -22.757, 50), + (16875570, 'Bugard', 559, 99.942, -7.840, -47.623, 127), + (16875571, 'Orcish_Brawler', 608, 77.271, -7.955, -28.175, 125), + (16875572, 'Orcish_Beastrider', 606, 107.484, -7.656, -22.451, 35), + (16875573, 'Orcish_Nightraider', 612, 132.459, -8.255, -42.018, 160), + (16875574, 'Orcish_Impaler', 611, 90.265, -8.048, -81.754, 200), + (16875575, 'Tavnazian_Sheep', 622, 80.787, -8.340, -83.517, 189), + (16875576, 'Tavnazian_Sheep', 622, 88.054, -7.749, -29.009, 186), + (16875577, 'Tavnazian_Sheep', 622, 97.701, -8.356, -56.846, 24), + (16875578, 'Padfoot', 615, 260.445, -1.761, -27.862, 221), + (16875579, 'Orcish_Beastrider', 606, 54.121, -8.023, 40.232, 211), + (16875580, 'Orcish_Nightraider', 612, 32.274, -9.370, 43.459, 192), + (16875581, 'Orcish_Impaler', 611, 42.960, -8.443, 36.204, 54), + (16875582, 'Bugard', 559, 211.421, -8.828, -163.271, 248), + (16875583, 'Orcish_Brawler', 608, 175.360, -8.262, -164.524, 101), + (16875584, 'Orcish_Beastrider', 606, 126.296, -8.507, -146.293, 255), + (16875585, 'Orcish_Nightraider', 612, 205.524, -8.693, -166.225, 154), + (16875586, 'Orcish_Impaler', 611, 150.528, -8.255, -145.560, 151), + (16875587, 'Tavnazian_Sheep', 622, 212.188, -8.951, -162.681, 218), + (16875588, 'Acrophies', 551, 54.727, -8.028, 42.936, 204), + (16875589, 'Acrophies', 551, 42.103, -8.457, 38.048, 147), + (16875590, 'Acrophies', 551, 76.058, -8.236, 8.524, 234), + (16875591, 'Acrophies', 551, 75.816, -8.240, 8.602, 234), + (16875592, 'Thunder_Elemental', 624, 107.661, -7.776, 4.989, 23), + (16875593, 'Cluster', 563, 236.418, -0.573, -118.742, 247), + (16875594, 'Bugard', 559, 168.421, -0.027, -82.286, 139), + (16875595, 'Bugard', 559, 187.322, 0.233, -92.680, 152), + (16875596, 'Gigas_Fighter', 590, 164.785, -0.099, -84.165, 222), + (16875597, 'Gigas_Wrestler', 595, 179.305, 0.160, -97.658, 64), + (16875598, 'Gigas_Slinger', 592, 185.885, 0.261, -94.130, 165), + (16875599, 'Tavnazian_Sheep', 622, 176.672, 0.303, -94.354, 2), + (16875600, 'Yal-un_Eke', 0, 0.000, 0.000, 0.000, 0), + (16875601, 'Miner_Bee', 604, 276.938, 1.707, -139.416, 10), + (16875602, 'Miner_Bee', 604, 279.934, 1.717, -140.521, 138), + (16875603, 'Bugard', 559, 233.906, 1.363, -61.884, 119), + (16875604, 'Cluster', 563, 387.196, 0.060, -115.952, 160), + (16875605, 'Bugard', 559, 383.606, 0.144, -116.511, 217), + (16875606, 'Bugard', 559, 347.142, -0.011, -151.566, 180), + (16875607, 'Bugard', 559, 327.044, -0.357, -159.844, 133), + (16875608, 'Gigas_Fighter', 590, 397.499, 0.344, -185.032, 170), + (16875609, 'Gigas_Wrestler', 595, 393.756, -0.159, -209.366, 114), + (16875610, 'Gigas_Slinger', 592, 332.257, -0.074, -162.149, 136), + (16875611, 'Tavnazian_Sheep', 622, 351.604, -0.035, -175.640, 74), + (16875612, 'Tavnazian_Sheep', 622, 418.616, 0.354, -128.368, 172), + (16875613, 'Tavnazian_Sheep', 622, 429.069, 0.365, -183.489, 229), + (16875614, 'Tavnazian_Sheep', 622, 364.576, -0.474, -122.278, 219), + (16875615, 'Padfoot', 615, 412.447, -0.057, -200.161, 129), + (16875616, 'Bugard', 559, 483.802, -0.678, -196.261, 227), + (16875617, 'Bugard', 559, 474.904, 0.865, -211.016, 11), + (16875618, 'Gigas_Wrestler', 595, 505.944, 2.437, -223.772, 21), + (16875619, 'Gigas_Slinger', 592, 521.125, -0.203, -232.286, 181), + (16875620, 'Tavnazian_Sheep', 622, 511.289, 1.103, -216.610, 207), + (16875621, 'Tavnazian_Sheep', 622, 520.497, -0.167, -233.193, 67), + (16875622, 'Air_Elemental', 552, 511.731, 0.864, -215.654, 186), + (16875623, 'Bugard', 559, 388.925, -0.130, -78.662, 249), + (16875624, 'Tavnazian_Sheep', 622, 391.258, -0.043, -83.619, 11), + (16875625, 'Tavnazian_Sheep', 622, 393.293, -0.340, -85.179, 181), + (16875626, 'Vampire_Bat', 625, 290.840, -3.775, -14.724, 93), + (16875627, 'Vampire_Bat', 625, 299.352, -7.990, 26.895, 208), + (16875628, 'Wingrats', 627, 299.890, -7.920, 24.661, 50), + (16875629, 'Wingrats', 627, 298.976, -8.959, 7.264, 68), + (16875630, 'Abraxas', 550, 340.432, -8.022, 149.143, 28), + (16875631, 'Abraxas', 550, 361.242, -7.827, 140.411, 3), + (16875632, 'Abraxas', 550, 285.879, -8.190, 168.533, 205), + (16875633, 'Abraxas', 550, 319.753, -8.605, 198.310, 22), + (16875634, 'Abraxas', 550, 293.993, -7.725, 187.928, 250), + (16875635, 'Abraxas', 550, 439.958, -8.395, 151.919, 213), + (16875636, 'Abraxas', 550, 436.690, -8.158, 130.407, 48), + (16875637, 'Abraxas', 550, 446.660, -8.382, 134.987, 237), + (16875638, 'Flockbock', 0, 0.000, 0.000, 0.000, 0), + (16875639, 'Abraxas', 550, 447.966, -8.429, 134.193, 186), + (16875640, 'Abraxas', 550, 472.787, -0.456, 187.341, 244), + (16875641, 'Abraxas', 550, 477.012, -0.321, 166.282, 120), + (16875642, 'Abraxas', 550, 464.043, -2.899, 177.736, 184), + (16875643, 'Abraxas', 550, 475.370, -0.504, 194.903, 253), + (16875644, 'Abraxas', 550, 0.000, 0.000, 0.000, 0), + (16875645, 'Abraxas', 550, 0.000, 0.000, 0.000, 0), + (16875646, 'Abraxas', 550, 0.000, 0.000, 0.000, 0), + (16875647, 'Abraxas', 550, 0.000, 0.000, 0.000, 0), + (16875648, 'Abraxas', 550, 0.000, 0.000, 0.000, 0), + (16875649, 'Abraxas', 550, 0.000, 0.000, 0.000, 0), + (16875650, 'Fomor_Ninja', 576, 486.665, 1.381, 217.986, 211), + (16875651, 'Fomor_Monk', 575, 487.147, 1.377, 217.471, 239), + (16875652, 'Air_Elemental', 552, 524.890, 1.046, 166.338, 237), + (16875653, 'Tavnazian_Ram', 621, 414.594, -7.817, 196.800, 246), + (16875654, 'Tavnazian_Ram', 621, 299.599, -7.723, 198.687, 155), + (16875655, 'Abraxas', 550, 389.153, -7.893, 211.123, 46), + (16875656, 'Abraxas', 550, 0.000, 0.000, 0.000, 0), + (16875657, 'Fomor_Bard', 570, 223.393, -22.600, 270.423, 164), + (16875658, 'Fomor_Red_Mage', 579, 224.852, -22.600, 269.983, 155), + (16875659, 'Fomor_Samurai', 580, 226.840, -22.597, 266.448, 36), + (16875660, 'Fomor_Red_Mage', 579, 227.405, -22.597, 267.808, 33), + (16875661, 'Fomor_Warrior', 586, 226.839, -22.614, 267.288, 162), + (16875662, 'Fomor_Red_Mage', 579, 227.757, -22.679, 266.107, 136), + (16875663, 'Air_Elemental', 552, 208.841, -22.804, 348.086, 232), + (16875664, 'Dark_Elemental', 566, 194.465, -23.366, 334.911, 44), + (16875665, 'Fomor_Paladin', 577, 200.000, -22.999, 348.500, 192), + (16875666, 'Fomor_Dragoon', 574, 197.000, -23.239, 345.000, 224), + (16875667, 'Fomor_s_Wyvern', 584, 197.001, -23.239, 345.001, 224), + (16875668, 'Fomor_Dark_Knight', 573, 203.000, -23.239, 345.000, 160), + (16875669, 'Fomor_Black_Mage', 572, 200.000, -23.394, 344.500, 192), + (16875670, 'Fomor_Bard', 570, 200.000, -22.999, 348.500, 192), + (16875671, 'Fomor_Ranger', 578, 197.000, -23.239, 345.000, 224), + (16875672, 'Fomor_Dark_Knight', 573, 203.000, -23.239, 345.000, 160), + (16875673, 'Fomor_Summoner', 581, 200.000, -23.394, 344.500, 192), + (16875674, 'Fomor_s_Elemental', 583, 200.001, -23.393, 344.501, 192), + (16875675, 'Fomor_Beastmaster', 571, 200.000, -22.999, 348.500, 192), + (16875676, 'Fomor_s_Bat', 582, 200.001, -22.999, 348.501, 192), + (16875677, 'Fomor_Samurai', 580, 197.000, -23.239, 345.000, 224), + (16875678, 'Fomor_Dark_Knight', 573, 203.000, -23.239, 345.000, 160), + (16875679, 'Fomor_Monk', 575, 200.000, -23.394, 344.500, 192), + (16875680, 'Death_Jacket', 567, -518.050, -7.747, -21.661, 63), + (16875681, 'Death_Jacket', 567, -513.149, -6.496, -40.274, 32), + (16875682, 'Death_Jacket', 567, -444.065, -6.665, -3.485, 197), + (16875683, 'Death_Jacket', 567, -436.436, -8.378, 8.220, 21), + (16875684, 'Death_Jacket', 567, -464.323, -7.665, 75.736, 155), + (16875685, 'Death_Jacket', 567, -457.684, -6.727, 70.196, 175), + (16875686, 'Gigantobugard', 587, -410.761, -8.093, 80.719, 185), + (16875687, 'Gigantobugard', 587, -436.707, -8.262, 39.068, 25), + (16875688, 'Gigantobugard', 587, -412.672, -7.966, 59.247, 168), + (16875689, 'Air_Elemental', 552, -456.800, -6.363, 68.642, 40), + (16875690, 'Sengann', 0, 0.000, 0.000, 0.000, 0), + (16875691, 'Thunder_Elemental', 624, -426.442, -7.827, 64.270, 7), + (16875692, 'Gigantobugard', 587, -433.289, -16.412, 203.463, 151), + (16875693, 'Atomic_Cluster', 556, -419.441, -15.704, 132.393, 114), + (16875694, 'Gigantobugard', 587, -421.697, -15.826, 137.951, 197), + (16875695, 'Gigantobugard', 587, -444.165, -16.558, 123.181, 32), + (16875696, 'Gigas_Braver', 588, -351.167, -15.833, 136.454, 138), + (16875697, 'Gigas_Martialist', 591, -436.445, -16.233, 125.024, 102), + (16875698, 'Gigas_Catapulter', 589, -408.331, -16.262, 161.179, 79), + (16875699, 'Orcish_Bowshooter', 607, -439.666, -16.033, 149.232, 228), + (16875700, 'Orcish_Footsoldier', 609, -398.970, -16.182, 147.463, 56), + (16875701, 'Orcish_Gladiator', 610, -399.145, -16.308, 152.287, 60), + (16875702, 'Orcish_Trooper', 614, -416.730, -15.634, 158.893, 220), + (16875703, 'Padfoot', 615, -378.950, -15.742, 144.215, 165), + (16875704, 'Fomor_Thief', 585, -425.299, -24.562, 155.699, 123), + (16875705, 'Fomor_Ranger', 578, -422.399, -24.562, 154.100, 48), + (16875706, 'Fomor_Ranger', 578, -423.600, -24.562, 158.350, 176), + (16875707, 'Gigantobugard', 587, -363.466, -16.582, 71.100, 224), + (16875708, 'Leshachikha', 600, -308.495, -14.561, 222.527, 122), + (16875709, 'Gigantobugard', 587, -219.842, -16.102, 111.420, 5), + (16875710, 'Gigantobugard', 587, -238.274, -16.281, 82.138, 155), + (16875711, 'Gigantobugard', 587, -216.320, -16.066, 114.812, 201), + (16875712, 'Gigas_Warwolf', 594, -225.577, -16.142, 74.691, 123), + (16875713, 'Gigas_Catapulter', 589, -250.058, -15.775, 133.786, 213), + (16875714, 'Orcish_Footsoldier', 609, -194.952, -15.873, 137.391, 49), + (16875715, 'Orcish_Gladiator', 610, -240.621, -15.768, 95.317, 19), + (16875716, 'Gigas_s_Sheep', 593, -222.223, -15.988, 74.955, 31), + (16875717, 'Gigantobugard', 587, -235.025, -16.484, 55.871, 3), + (16875718, 'Gigantobugard', 587, -136.802, -15.740, 102.353, 160), + (16875719, 'Gigantobugard', 587, -161.907, -16.067, 89.947, 164), + (16875720, 'Gigantobugard', 587, -137.168, -15.390, 91.016, 178), + (16875721, 'Gigas_Braver', 588, -172.756, -15.699, 108.476, 15), + (16875722, 'Gigas_Martialist', 591, -177.538, -15.731, 98.229, 75), + (16875723, 'Orcish_Trooper', 614, -168.415, -16.482, 83.560, 132), + (16875724, 'Orcish_Bowshooter', 607, -179.608, -15.828, 91.401, 198), + (16875725, 'Gigantobugard', 587, -112.255, -16.476, 48.314, 174), + (16875726, 'Gigantobugard', 587, -70.481, -17.081, 4.946, 204), + (16875727, 'Gigas_Warwolf', 594, -80.077, -16.654, 6.845, 163), + (16875728, 'Gigas_Catapulter', 589, -87.231, -16.338, 0.412, 91), + (16875729, 'Orcish_Footsoldier', 609, -119.404, -15.637, 17.246, 115), + (16875730, 'Orcish_Gladiator', 610, -97.605, -16.860, 16.476, 186), + (16875731, 'Gigas_s_Sheep', 593, -81.104, -16.658, 6.402, 161), + (16875732, 'Fomor_Warrior', 586, -131.850, -24.693, 0.850, 143), + (16875733, 'Fomor_Summoner', 581, -129.149, -24.693, 2.150, 208), + (16875734, 'Fomor_s_Elemental', 583, -129.147, -24.693, 2.151, 208), + (16875735, 'Fomor_Beastmaster', 571, -130.600, -24.693, -1.850, 80), + (16875736, 'Fomor_s_Bat', 582, -130.598, -24.693, -1.848, 80), + (16875737, 'Atomic_Cluster', 556, -175.110, -7.998, 28.168, 101), + (16875738, 'Gigantobugard', 587, -152.241, -9.074, 33.694, 32), + (16875739, 'Gigantobugard', 587, -160.108, -8.190, 26.923, 229), + (16875740, 'Gigantobugard', 587, -176.351, -7.828, 21.201, 139), + (16875741, 'Megalobugard', 603, -175.852, -7.811, 22.823, 60), + (16875742, 'Gigas_Braver', 588, -186.342, -7.802, -3.732, 35), + (16875743, 'Orcish_Bowshooter', 607, -187.044, -7.750, 27.306, 199), + (16875744, 'Gigantobugard', 587, -84.850, -8.457, -39.115, 237), + (16875745, 'Gigantobugard', 587, -114.617, -9.383, -28.697, 249), + (16875746, 'Gigas_Martialist', 591, -150.885, -8.070, -74.378, 158), + (16875747, 'Orcish_Trooper', 614, -116.422, -8.215, -71.765, 226), + (16875748, 'Padfoot', 615, -141.523, -15.529, 91.709, 171), + (16875749, 'Gigas_Braver', 588, -147.849, -8.059, -57.288, 24), + (16875750, 'Orcish_Footsoldier', 609, -141.783, -7.838, -64.267, 232), + (16875751, 'Gigas_Slinger', 592, -7.156, -6.528, -22.935, 117), + (16875752, 'Orcish_Nightraider', 612, -10.793, -6.506, -23.254, 253), + (16875753, 'Leshachikha', 600, -102.923, -15.193, 182.600, 186), + (16875754, 'Leshy', 601, -237.318, -16.234, 247.806, 56), + (16875755, 'Leshy', 601, -220.012, -15.863, 261.451, 12), + (16875756, 'Leshy', 601, -187.899, -15.586, 302.102, 187), + (16875757, 'Leshy', 601, -172.688, -15.561, 259.879, 51), + (16875758, 'Leshy', 601, -203.044, -15.720, 300.686, 211), + (16875759, 'Leshy', 601, -202.126, -16.378, 279.849, 30), + (16875760, 'Leshy', 601, -162.452, -15.927, 294.936, 25), + (16875761, 'Leshy', 601, -215.894, -15.391, 308.678, 1), + (16875762, 'Colorful_Leshy', 564, 0.000, 0.000, 0.000, 0), + (16875763, 'Defoliate_Leshy', 568, 0.000, 0.000, 0.000, 0), + (16875764, 'Fomor_Samurai', 580, -178.000, -16.122, 304.700, 64), + (16875765, 'Fomor_Thief', 585, -180.600, -15.888, 301.899, 224), + (16875766, 'Fomor_Monk', 575, -178.199, -16.096, 299.299, 192), + (16875767, 'Fomor_Ninja', 576, -175.500, -15.782, 302.100, 160), + (16875768, 'Thunder_Elemental', 624, -229.644, -15.840, 277.295, 140), + (16875769, 'Leshachikha', 600, -192.454, -15.638, 295.613, 44), + (16875770, 'Leshachikha', 600, -220.173, -15.815, 257.934, 177), + (16875771, 'Leshachikha', 600, -214.795, -16.083, 254.454, 25), + (16875772, 'Leshachikha', 600, -151.252, -16.278, 238.010, 181), + (16875773, 'Leshachikha', 600, -261.916, -31.163, 360.330, 53), + (16875774, 'Splinterspine_Grukjuk', 620, -46.334, -3.950, -281.757, 37), + (16875775, 'Blackbone_Frazdiz', 558, 44.512, -8.387, 34.310, 160), + (16875776, 'Rainbringer_Yjatvot', 618, 44.037, -8.287, 32.906, 67), + (16875777, 'Baumesel', 557, -208.665, -16.151, 283.491, 136), + (16875778, 'Kurrea', 599, 0.000, 0.000, 0.000, 0), + (16875779, 'Amaltheia', 553, 186.538, -0.136, -123.833, 122), + (16875780, 'Abununnu', 0, 0.000, 0.000, 0.000, 0), + (16875781, 'Gloam_Servitor', 0, 0.000, 0.000, 0.000, 0), + (16875782, 'Gloam_Servitor', 0, 0.000, 0.000, 0.000, 0), + (16875783, 'Abununnu', 0, 0.000, 0.000, 0.000, 0), + (16875784, 'Gloam_Servitor', 0, 0.000, 0.000, 0.000, 0), + (16875785, 'Gloam_Servitor', 0, 0.000, 0.000, 0.000, 0), + (16875786, 'Abununnu', 0, 0.000, 0.000, 0.000, 0), + (16875787, 'Gloam_Servitor', 0, 0.000, 0.000, 0.000, 0), + (16875788, 'Gloam_Servitor', 0, 0.000, 0.000, 0.000, 0), + (16879617, 'Clipper', 636, 0.000, 0.000, 0.000, 0), + (16879618, 'Grindylow', 665, -161.916, -15.996, 627.242, 138), + (16879619, 'Greater_Pugil', 664, -172.445, -16.031, 604.757, 156), + (16879620, 'Greater_Pugil', 664, 0.000, 0.000, 0.000, 0), + (16879621, 'Mantrap', 669, 0.000, 0.000, 0.000, 0), + (16879622, 'Miner_Bee', 670, 554.555, 15.942, -290.167, 57), + (16879623, 'Miner_Bee', 670, 540.118, 16.274, -285.154, 111), + (16879624, 'Tavnazian_Sheep', 679, 499.580, 14.667, -268.467, 68), + (16879625, 'Tavnazian_Sheep', 679, 506.655, 15.436, -285.210, 174), + (16879626, 'Miner_Bee', 670, 528.842, 15.994, -387.671, 163), + (16879627, 'Miner_Bee', 670, 523.932, 16.036, -335.584, 186), + (16879628, 'Bugard', 634, 557.432, 15.800, -367.781, 1), + (16879629, 'Tavnazian_Sheep', 679, 544.969, 16.162, -396.009, 71), + (16879630, 'Tavnazian_Sheep', 679, 543.167, 15.888, -408.143, 242), + (16879631, 'Miner_Bee', 670, 498.699, 16.149, -400.874, 106), + (16879632, 'Miner_Bee', 670, 501.905, 16.231, -409.519, 74), + (16879633, 'Bugard', 634, 441.343, 15.475, -448.382, 172), + (16879634, 'Tavnazian_Sheep', 679, 517.531, 15.561, -439.667, 58), + (16879635, 'Tavnazian_Sheep', 679, 479.447, 15.472, -401.339, 36), + (16879636, 'Miner_Bee', 670, 406.958, 14.814, -454.806, 222), + (16879637, 'Miner_Bee', 670, 355.002, 15.282, -449.350, 210), + (16879638, 'Bugard', 634, 352.178, 15.460, -441.960, 246), + (16879639, 'Tavnazian_Sheep', 679, 371.844, 15.940, -442.614, 78), + (16879640, 'Miner_Bee', 670, 476.637, 23.376, -315.903, 165), + (16879641, 'Bugard', 634, 477.346, 23.481, -320.421, 39), + (16879642, 'Tavnazian_Sheep', 679, 477.272, 23.609, -324.571, 226), + (16879643, 'Miner_Bee', 670, 429.090, 24.051, -358.246, 188), + (16879644, 'Bugard', 634, 476.446, 23.798, -359.849, 202), + (16879645, 'Tavnazian_Sheep', 679, 458.988, 24.346, -355.272, 192), + (16879646, 'Miner_Bee', 670, 409.597, 23.576, -377.043, 159), + (16879647, 'Bugard', 634, 374.880, 23.629, -406.586, 122), + (16879648, 'Tavnazian_Sheep', 679, 366.408, 23.561, -402.157, 142), + (16879649, 'Miner_Bee', 670, 346.852, 23.667, -391.028, 25), + (16879650, 'Miner_Bee', 670, 276.046, 24.352, -337.878, 51), + (16879651, 'Miner_Bee', 670, 260.461, 24.216, -323.194, 112), + (16879652, 'Miner_Bee', 670, 268.123, 23.869, -319.070, 240), + (16879653, 'Bugard', 634, 244.181, 23.271, -314.225, 163), + (16879654, 'Bugard', 634, 281.930, 23.846, -347.058, 17), + (16879655, 'Tavnazian_Sheep', 679, 278.112, 23.544, -394.461, 139), + (16879656, 'Tavnazian_Sheep', 679, 282.178, 23.913, -370.356, 29), + (16879657, 'Thunder_Elemental', 681, 242.958, 23.229, -313.518, 164), + (16879658, 'Miner_Bee', 670, 603.952, 1.414, -459.805, 8), + (16879659, 'Miner_Bee', 670, 611.291, 1.523, -462.352, 141), + (16879660, 'Bugard', 634, 662.538, 0.074, -469.946, 96), + (16879661, 'Bugard', 634, 700.650, 0.371, -444.538, 34), + (16879662, 'Bugard', 634, 711.554, -0.197, -479.981, 210), + (16879663, 'Tavnazian_Sheep', 679, 642.351, 0.801, -502.198, 155), + (16879664, 'Tavnazian_Sheep', 679, 699.412, 0.141, -462.468, 93), + (16879665, 'Goaftrap', 0, 747.299, -7.765, -490.100, 96), + (16879666, 'Fomor_Monk', 646, 747.950, -7.765, -487.049, 160), + (16879667, 'Fomor_Samurai', 651, 750.400, -7.765, -490.250, 32), + (16879668, 'Fomor_Warrior', 656, 750.799, -7.765, -487.299, 224), + (16879669, 'Fomor_Thief', 655, 747.228, 1.933, -505.230, 178), + (16879670, 'Air_Elemental', 628, 668.822, 1.308, -490.898, 103), + (16879671, 'Crimson_Knight_Crab', 637, 679.591, 0.836, -488.766, 122), + (16879672, 'Crimson_Knight_Crab', 637, 647.720, 1.017, -518.554, 16), + (16879673, 'Crimson_Knight_Crab', 637, 690.198, 0.836, -487.673, 249), + (16879675, 'Dark_Elemental', 638, 425.363, 24.058, -322.601, 198), + (16879676, 'Fomor_Monk', 646, 435.754, 24.508, -338.469, 5), + (16879677, 'Fomor_Black_Mage', 643, 439.741, 24.491, -340.192, 223), + (16879678, 'Fomor_Ranger', 649, 447.604, 23.468, -317.250, 127), + (16879679, 'Fomor_Samurai', 651, 446.632, 23.439, -317.274, 251), + (16879680, 'Fomor_Dark_Knight', 644, 442.460, 23.655, -332.225, 139), + (16879681, 'Fomor_Ninja', 647, 444.018, 23.847, -333.255, 150), + (16879682, 'Fomor_Paladin', 648, 444.624, 24.246, -336.812, 119), + (16879683, 'Fomor_Bard', 642, 445.020, 24.421, -338.033, 143), + (16879684, 'Miner_Bee', 670, 315.928, 23.660, -321.513, 6), + (16879685, 'Miner_Bee', 670, 205.677, 10.101, -300.146, 11), + (16879686, 'Vampire_Bat', 683, 140.969, -8.597, -238.037, 65), + (16879687, 'Vampire_Bat', 683, 195.611, 8.590, -296.917, 44), + (16879688, 'Wingrats', 687, 140.751, -8.922, -232.993, 190), + (16879689, 'Wingrats', 687, 158.349, -0.972, -258.186, 11), + (16879690, 'Gigantobugard', 657, 100.079, -6.998, -200.158, 55), + (16879691, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879692, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879693, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879694, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879695, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879696, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879697, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879698, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879699, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879700, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879701, 'Gigantobugard', 657, 442.370, -15.991, 144.682, 232), + (16879702, 'Gigantobugard', 657, 455.549, -15.579, 129.280, 180), + (16879703, 'Gigas_Braver', 658, 461.474, -15.724, 193.835, 153), + (16879704, 'Gigas_Martialist', 660, 436.551, -15.743, 177.084, 34), + (16879705, 'Orcish_Stonelauncher', 675, 478.421, -15.896, 131.921, 198), + (16879706, 'Orcish_Trooper', 676, 462.042, -15.917, 147.510, 46), + (16879707, 'Orcish_Bowshooter', 672, 460.784, -15.466, 121.204, 89), + (16879708, 'Gigantobugard', 657, 516.069, -16.326, 231.285, 215), + (16879709, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879710, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879711, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879712, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879713, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879714, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879715, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879716, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879717, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879718, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879719, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879720, 'Death_Jacket', 639, 369.138, -14.585, 182.471, 250), + (16879721, 'Death_Jacket', 639, 349.735, -14.283, 183.841, 4), + (16879722, 'Atomic_Cluster', 630, 283.536, -16.358, 198.592, 54), + (16879723, 'Gigantobugard', 657, 288.101, -15.844, 180.517, 225), + (16879724, 'Gigantobugard', 657, 296.868, -15.787, 210.934, 5), + (16879725, 'Gigantobugard', 657, 269.914, -15.907, 137.722, 68), + (16879726, 'Gigas_Braver', 658, 295.228, -15.848, 193.672, 220), + (16879727, 'Gigas_Warwolf', 662, 261.867, -15.614, 158.110, 172), + (16879728, 'Gigas_Catapulter', 659, 249.661, -16.245, 241.592, 135), + (16879729, 'Orcish_Stonelauncher', 675, 295.009, -15.828, 208.166, 224), + (16879730, 'Orcish_Footsoldier', 673, 255.242, -15.936, 184.664, 228), + (16879731, 'Orcish_Trooper', 676, 202.142, -16.014, 207.170, 190), + (16879732, 'Orcish_Bowshooter', 672, 245.320, -16.052, 172.078, 74), + (16879733, 'Gigas_s_Sheep', 661, 264.764, -15.883, 159.706, 232), + (16879734, 'Gigas_Martialist', 660, 264.486, -15.678, 178.746, 200), + (16879735, 'Orcish_Gladiator', 674, 268.533, -15.921, 186.561, 243), + (16879736, 'Gigantobugard', 657, 178.099, -23.999, 269.087, 235), + (16879737, 'Odqan', 671, 240.502, -23.726, 303.277, 44), + (16879738, 'Gigantobugard', 657, 266.579, -24.052, 314.474, 94), + (16879739, 'Gigas_Braver', 658, 236.144, -23.861, 299.934, 232), + (16879740, 'Gigas_Warwolf', 662, 232.690, -24.151, 290.288, 133), + (16879741, 'Gigas_Catapulter', 659, 276.877, -24.527, 314.459, 228), + (16879742, 'Orcish_Footsoldier', 673, 240.178, -24.500, 317.701, 37), + (16879743, 'Orcish_Trooper', 676, 242.039, -24.500, 317.658, 22), + (16879744, 'Orcish_Bowshooter', 672, 228.260, -23.936, 288.422, 235), + (16879745, 'Gigas_s_Sheep', 661, 247.258, -24.423, 289.187, 251), + (16879746, 'Gigantobugard', 657, 181.080, -23.707, 356.987, 203), + (16879747, 'Death_Jacket', 639, 176.516, -14.439, 142.335, 250), + (16879748, 'Death_Jacket', 639, 159.164, -14.696, 139.068, 245), + (16879749, 'Death_Jacket', 639, 109.293, -22.452, 336.170, 115), + (16879750, 'Death_Jacket', 639, 135.343, -22.415, 343.101, 248), + (16879751, 'Gigantobugard', 657, 82.890, -7.502, -102.181, 52), + (16879752, 'Gigantobugard', 657, 91.839, -8.006, -90.566, 177), + (16879753, 'Gigas_Braver', 658, 73.139, -8.114, -116.963, 114), + (16879754, 'Gigas_Catapulter', 659, 66.333, -7.982, -117.375, 145), + (16879755, 'Orcish_Footsoldier', 673, 55.847, -7.772, -112.059, 165), + (16879756, 'Orcish_Gladiator', 674, 87.181, -7.736, -133.355, 81), + (16879757, 'Orcish_Bowshooter', 672, 44.092, -8.033, -108.637, 173), + (16879758, 'Odqan', 671, 90.172, -8.210, -167.632, 53), + (16879759, 'Gigantobugard', 657, 46.897, -9.124, -26.731, 93), + (16879760, 'Gigantobugard', 657, 74.006, -8.048, -48.528, 69), + (16879761, 'Gigas_Martialist', 660, 118.473, -8.114, -51.182, 116), + (16879762, 'Gigas_Warwolf', 662, 90.785, -7.844, -63.689, 123), + (16879763, 'Orcish_Trooper', 676, 97.494, -7.874, -47.165, 108), + (16879764, 'Gigas_s_Sheep', 661, 84.498, -7.833, -61.679, 214), + (16879765, 'Gigantobugard', 657, 7.599, -16.050, 27.097, 84), + (16879766, 'Gigantobugard', 657, -54.078, -16.137, 32.742, 111), + (16879767, 'Gigantobugard', 657, -61.765, -15.902, 22.071, 228), + (16879768, 'Gigas_Braver', 658, -33.206, -16.319, 2.709, 197), + (16879769, 'Gigas_Martialist', 660, -3.884, -16.368, -30.965, 223), + (16879770, 'Gigas_Warwolf', 662, 9.974, -16.648, -27.887, 58), + (16879771, 'Gigas_Catapulter', 659, 12.182, -16.597, -8.346, 113), + (16879772, 'Orcish_Footsoldier', 673, -34.124, -16.299, 4.751, 18), + (16879773, 'Orcish_Gladiator', 674, -11.871, -15.991, -11.794, 81), + (16879774, 'Orcish_Trooper', 676, 23.128, -16.079, 51.124, 132), + (16879775, 'Orcish_Bowshooter', 672, -40.241, -15.976, 26.608, 148), + (16879776, 'Gigas_s_Sheep', 661, 10.721, -16.681, -25.793, 54), + (16879777, 'Atomic_Cluster', 630, 85.956, -16.174, 21.129, 180), + (16879778, 'Gigantobugard', 657, 91.187, -16.137, 79.948, 63), + (16879779, 'Gigantobugard', 657, 58.171, -15.937, 26.889, 223), + (16879780, 'Gigantobugard', 657, 89.142, -15.858, 66.614, 60), + (16879781, 'Gigas_Braver', 658, 51.841, -15.829, 56.624, 72), + (16879782, 'Gigas_Martialist', 660, 75.522, -16.128, 3.785, 96), + (16879783, 'Gigas_Warwolf', 662, 94.281, -15.871, 78.703, 45), + (16879784, 'Gigas_Catapulter', 659, 94.340, -15.780, 96.553, 5), + (16879785, 'Orcish_Footsoldier', 673, 91.642, -16.243, 84.326, 78), + (16879786, 'Orcish_Gladiator', 674, 93.423, -15.769, 64.240, 16), + (16879787, 'Orcish_Trooper', 676, 53.171, -16.043, 45.699, 59), + (16879788, 'Orcish_Bowshooter', 672, 63.482, -15.465, 4.182, 222), + (16879789, 'Gigas_s_Sheep', 661, 110.188, -15.724, 70.784, 1), + (16879790, 'Orcish_Stonelauncher', 675, -22.738, -16.598, -11.623, 228), + (16879791, 'Death_Jacket', 639, -102.784, -30.534, 91.491, 57), + (16879792, 'Mantrap', 669, -166.138, -31.603, 101.541, 33), + (16879793, 'Mantrap', 669, -200.630, -32.142, 132.330, 78), + (16879794, 'Mantrap', 669, -174.230, -31.921, 83.330, 8), + (16879795, 'Mantrap', 669, -192.791, -32.230, 147.524, 19), + (16879796, 'Mantrap', 669, -193.079, -32.337, 128.493, 248), + (16879797, 'Overgrown_Rose', 677, -204.762, -31.994, 96.332, 44), + (16879798, 'Overgrown_Rose', 677, -191.992, -31.736, 96.535, 72), + (16879799, 'Thunder_Elemental', 681, -203.083, -31.888, 95.328, 72), + (16879800, 'Mantrap', 669, -258.952, -31.597, 196.021, 22), + (16879801, 'Mantrap', 669, -281.805, -32.227, 168.953, 252), + (16879802, 'Mantrap', 669, -279.017, -32.659, 161.160, 234), + (16879803, 'Mantrap', 669, -257.876, -31.886, 158.073, 11), + (16879804, 'Mantrap', 669, -261.829, -31.846, 139.750, 90), + (16879805, 'Mantrap', 669, -275.086, -32.127, 172.591, 14), + (16879806, 'Overgrown_Rose', 677, -258.476, -31.460, 183.306, 176), + (16879807, 'Overgrown_Rose', 677, -272.655, -31.691, 181.528, 80), + (16879808, 'Thunder_Elemental', 681, -246.822, -31.982, 192.550, 203), + (16879809, 'Dark_Elemental', 638, -301.690, -31.860, 178.700, 206), + (16879810, 'Upyri', 682, -136.075, -31.790, 114.824, 235), + (16879811, 'Fomor_Red_Mage', 650, -281.524, -31.605, 175.863, 185), + (16879812, 'Fomor_Ranger', 649, -280.896, -31.728, 174.150, 183), + (16879813, 'Fomor_Paladin', 648, -302.500, -32.145, 175.850, 0), + (16879814, 'Fomor_Dark_Knight', 644, -300.799, -32.248, 173.000, 208), + (16879815, 'Fomor_Thief', 655, -300.399, -32.125, 178.199, 56), + (16879816, 'Fomor_Ranger', 649, -297.600, -32.222, 173.800, 160), + (16879817, 'Fomor_Paladin', 648, -303.839, -31.743, 175.848, 249), + (16879818, 'Fomor_Summoner', 652, -300.399, -32.125, 178.199, 114), + (16879819, 'Fomor_Monk', 646, -300.799, -32.248, 173.000, 60), + (16879820, 'Fomor_s_Elemental', 653, -301.128, -31.727, 174.866, 172), + (16879821, 'Fomor_Paladin', 648, -302.500, -32.145, 175.850, 0), + (16879822, 'Fomor_Ninja', 647, -300.799, -32.248, 173.000, 208), + (16879823, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879824, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879825, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879826, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879827, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879828, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879829, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879830, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879831, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879832, 'Seaboard_Vulture', 10848, 0.000, 0.000, 0.000, 0), + (16879833, 'Atomic_Cluster', 630, 42.898, -24.515, 312.440, 78), + (16879834, 'Gigantobugard', 657, 26.054, -24.132, 320.669, 66), + (16879835, 'Gigantobugard', 657, 36.647, -24.227, 328.922, 203), + (16879836, 'Gigas_Catapulter', 659, 8.174, -23.812, 340.684, 109), + (16879837, 'Orcish_Stonelauncher', 675, 48.639, -24.113, 325.859, 71), + (16879838, 'Orcish_Bowshooter', 672, 27.412, -24.321, 365.838, 209), + (16879839, 'Diatryma', 640, -44.180, -24.518, 511.993, 101), + (16879840, 'Diatryma', 640, -4.782, -24.487, 519.082, 152), + (16879841, 'Diatryma', 640, 0.732, -23.892, 464.811, 104), + (16879842, 'Diatryma', 640, -21.696, -25.021, 535.522, 221), + (16879843, 'Mantrap', 669, -37.856, -24.174, 486.841, 236), + (16879844, 'Mantrap', 669, -45.148, -24.272, 506.671, 201), + (16879845, 'Mantrap', 669, -32.340, -24.429, 479.483, 149), + (16879846, 'Mantrap', 669, -106.182, -23.568, 527.889, 26), + (16879847, 'Okyupete', 0, 0.000, 0.000, 0.000, 0), + (16879848, 'Air_Elemental', 628, -27.041, -24.033, 558.039, 202), + (16879849, 'Diatryma', 640, -14.012, -24.500, 538.473, 16), + (16879850, 'Bigclaw', 631, 264.787, -16.288, 353.238, 114), + (16879851, 'Bigclaw', 631, 227.625, -19.531, 351.276, 123), + (16879852, 'Bigclaw', 631, 247.060, -16.000, 409.175, 120), + (16879853, 'Bigclaw', 631, 305.543, -16.009, 366.710, 121), + (16879854, 'Makara', 667, 244.925, -16.021, 404.314, 135), + (16879855, 'Makara', 667, 247.053, -16.068, 395.070, 207), + (16879856, 'Bigclaw', 631, 237.660, -16.004, 457.988, 153), + (16879857, 'Bigclaw', 631, 199.331, -16.007, 521.977, 174), + (16879858, 'Bigclaw', 631, 212.822, -16.000, 489.745, 226), + (16879859, 'Makara', 667, 207.305, -16.001, 490.584, 158), + (16879860, 'Makara', 667, 212.445, -16.000, 496.370, 147), + (16879861, 'Makara', 667, 213.653, -16.000, 484.705, 210), + (16879862, 'Makara', 667, 210.215, -16.000, 495.537, 217), + (16879863, 'Bigclaw', 631, 45.057, -16.064, 538.244, 63), + (16879864, 'Bigclaw', 631, 57.697, -16.012, 540.965, 241), + (16879865, 'Bigclaw', 631, 29.049, -17.288, 521.991, 104), + (16879866, 'Makara', 667, 33.172, -16.120, 559.720, 65), + (16879867, 'Makara', 667, 47.836, -16.032, 534.541, 10), + (16879868, 'Diatryma', 640, 11.837, -19.352, 543.611, 42), + (16879869, 'Bigclaw', 631, 14.867, -17.651, 581.800, 108), + (16879870, 'Bigclaw', 631, -25.437, -16.145, 598.056, 160), + (16879871, 'Makara', 667, -8.258, -16.831, 563.997, 112), + (16879872, 'Mantrap', 669, -10.050, -16.081, 602.093, 101), + (16879873, 'Diatryma', 640, -73.796, -16.068, 590.468, 178), + (16879874, 'Bigclaw', 631, -76.000, -16.135, 574.984, 64), + (16879875, 'Bigclaw', 631, -60.597, -16.124, 602.757, 56), + (16879876, 'Makara', 667, -93.583, -16.059, 600.700, 204), + (16879877, 'Mantrap', 669, -108.157, -16.182, 569.798, 122), + (16879878, 'Bigclaw', 631, -119.737, -16.111, 624.074, 85), + (16879879, 'Bigclaw', 631, -123.522, -16.093, 630.968, 10), + (16879880, 'Makara', 667, -131.431, -16.034, 633.252, 102), + (16879881, 'Diatryma', 640, -157.445, -16.098, 651.861, 176), + (16879882, 'Makara', 667, -155.782, -16.147, 665.183, 35), + (16879883, 'Diatryma', 640, -48.730, -23.874, 637.362, 94), + (16879884, 'Mantrap', 669, -79.988, -24.529, 678.014, 86), + (16879885, 'Mantrap', 669, -72.106, -24.398, 645.904, 21), + (16879886, 'Fomor_Dragoon', 645, -90.251, -24.558, 674.780, 126), + (16879887, 'Fomor_s_Wyvern', 654, -85.891, -24.512, 675.518, 124), + (16879888, 'Fomor_Bard', 642, -88.523, -24.539, 675.570, 124), + (16879889, 'Fomor_Ranger', 649, -87.552, -24.524, 675.811, 125), + (16879890, 'Mantrap', 669, 8.130, -24.451, 639.102, 196), + (16879891, 'Diatryma', 640, 35.501, -24.318, 628.844, 8), + (16879892, 'Mantrap', 669, 42.532, -24.682, 598.982, 12), + (16879893, 'Warder_Aglaia', 684, 262.868, 13.636, -422.508, 78), + (16879894, 'Warder_Euphrosyne', 685, 264.788, 17.053, -415.758, 222), + (16879895, 'Warder_Thalia', 686, 276.303, 23.592, -396.958, 31), + (16879896, 'Bloody_Coffin', 632, 638.262, -0.608, -518.056, 84), + (16879897, 'Boggelmann', 633, -310.703, -32.941, 181.617, 238), + (16879898, 'Alsha', 629, -155.804, -16.191, 644.617, 195), + (16879899, 'Gration', 663, 106.000, -15.000, 38.000, 92), + (16879900, 'Ziphius', 688, 148.401, -16.018, 520.438, 224), + (16879901, 'Tsui-Goab', 0, 0.000, 0.000, 0.000, 0), + (16879902, 'Bloodswiller_Fly', 0, 0.000, 0.000, 0.000, 0), + (16879903, 'Bloodswiller_Fly', 0, 0.000, 0.000, 0.000, 0), + (16879904, 'Tsui-Goab', 0, 0.000, 0.000, 0.000, 0), + (16879905, 'Bloodswiller_Fly', 0, 0.000, 0.000, 0.000, 0), + (16879906, 'Bloodswiller_Fly', 0, 0.000, 0.000, 0.000, 0), + (16879907, 'Tsui-Goab', 0, 0.000, 0.000, 0.000, 0), + (16879908, 'Bloodswiller_Fly', 0, 0.000, 0.000, 0.000, 0), + (16879909, 'Bloodswiller_Fly', 0, 0.000, 0.000, 0.000, 0), + (16887809, 'Sponge', 733, 0.000, 0.000, 0.000, 0), + (16887810, 'Water_Pumpkin', 739, 0.000, 0.000, 0.000, 0), + (16887811, 'Freshwater_Trepang', 724, 0.000, 0.000, 0.000, 0), + (16887812, 'Ogreish_Risotto', 730, 0.000, 0.000, 0.000, 0), + (16887813, 'Bavarois', 699, 0.000, 0.000, 0.000, 0), + (16887814, 'Big_Jaw', 700, 220.272, 0.518, -233.074, 192), + (16887815, 'Gloop', 725, 220.125, 0.510, -245.211, 63), + (16887816, 'Big_Jaw', 700, 150.770, 0.433, -219.099, 128), + (16887817, 'Big_Jaw', 700, 155.824, 0.389, -219.137, 128), + (16887818, 'Gloop', 725, 170.367, 0.436, -219.276, 126), + (16887819, 'Gloop', 725, 158.429, 0.399, -219.338, 0), + (16887820, 'Addled_Tumor', 697, 139.267, 0.503, -228.279, 64), + (16887821, 'Gloop', 725, 139.425, 0.368, -243.299, 63), + (16887822, 'Big_Jaw', 700, 179.132, 0.399, -198.768, 64), + (16887823, 'Big_Jaw', 700, 151.710, 0.540, -180.047, 128), + (16887824, 'Big_Jaw', 700, 140.050, 0.382, -180.155, 127), + (16887825, 'Taurus', 735, 113.814, -0.301, -131.408, 92), + (16887826, 'Taurus', 735, 124.707, -0.350, -131.528, 58), + (16887827, 'Taurus', 735, 112.343, -0.314, -109.906, 206), + (16887828, 'Vampire_Bat', 738, 123.517, -0.350, -133.351, 8), + (16887829, 'Vampire_Bat', 738, 136.514, -0.356, -125.455, 42), + (16887830, 'Vampire_Bat', 738, 107.836, -0.352, -106.765, 109), + (16887831, 'Diremite', 703, 99.994, -6.618, -89.889, 63), + (16887832, 'Diremite', 703, 99.396, -6.610, -61.224, 0), + (16887833, 'Canal_Bats', 701, 60.456, -6.498, -49.547, 63), + (16887834, 'Diremite', 703, 61.784, -6.602, -60.978, 122), + (16887835, 'Canal_Bats', 701, 51.965, -6.623, -20.745, 128), + (16887836, 'Diremite', 703, 61.356, -6.566, -20.660, 127), + (16887837, 'Gloop', 725, 14.566, -6.691, -14.551, 125), + (16887838, 'Canal_Bats', 701, 6.495, -6.546, -60.178, 127), + (16887839, 'Canal_Bats', 701, 2.013, -6.589, -59.978, 127), + (16887840, 'Diremite', 703, -18.946, -6.580, -60.141, 192), + (16887841, 'Diremite', 703, -19.011, -6.533, -50.515, 192), + (16887842, 'Hell_Bat', 726, -33.898, -6.404, -19.398, 128), + (16887843, 'Diremite', 703, -33.243, -6.419, -19.248, 128), + (16887844, 'Stegotaur', 734, 109.800, -0.349, 1.013, 137), + (16887845, 'Stegotaur', 734, 113.852, -0.373, 13.002, 194), + (16887846, 'Stegotaur', 734, 133.155, -0.349, 6.993, 174), + (16887847, 'Canal_Bats', 701, 125.360, -0.373, -12.092, 217), + (16887848, 'Canal_Bats', 701, 106.443, -0.340, -4.828, 8), + (16887849, 'Diremite', 703, 99.618, -0.555, 45.861, 63), + (16887850, 'Fomor_Beastmaster', 707, 0.000, 0.000, 0.000, 0), + (16887851, 'Fomor_s_Bat', 718, 0.000, 0.000, 0.000, 0), + (16887852, 'Stegotaur', 734, 54.327, -0.288, 88.089, 77), + (16887853, 'Makara', 728, 54.134, -0.358, 119.927, 179), + (16887854, 'Makara', 728, 58.361, -0.577, 92.922, 204), + (16887855, 'Fomor_Dragoon', 710, 19.756, -0.539, 92.929, 166), + (16887856, 'Fomor_s_Wyvern', 720, 20.080, -0.539, 90.955, 177), + (16887857, 'Fomor_Ninja', 712, 20.825, -0.487, 92.510, 148), + (16887858, 'Stegotaur', 734, 32.912, -0.345, 134.978, 40), + (16887859, 'Stegotaur', 734, 20.934, -0.507, 104.494, 75), + (16887860, 'Oil_Spill', 731, 34.587, -0.600, 98.983, 127), + (16887861, 'Makara', 728, 99.648, 0.491, 144.277, 64), + (16887862, 'Makara', 728, 114.390, 0.597, 99.127, 0), + (16887863, 'Oil_Spill', 731, 109.369, 0.468, 99.107, 0), + (16887864, 'Fomor_Warrior', 722, 140.150, 0.420, 114.948, 63), + (16887865, 'Fomor_Thief', 721, 140.349, 0.440, 116.490, 64), + (16887866, 'Fomor_Summoner', 717, 140.459, 0.441, 117.049, 63), + (16887867, 'Fomor_s_Elemental', 719, 140.774, 0.476, 118.791, 56), + (16887868, 'Foul_Meat', 723, 140.759, 0.410, 50.024, 64), + (16887869, 'Stegotaur', 734, 185.103, -0.595, 58.749, 222), + (16887870, 'Diremite', 703, -14.443, -6.490, 140.679, 8), + (16887871, 'Hell_Bat', 726, -12.867, -6.490, 140.767, 128), + (16887872, 'Diremite', 703, -59.456, -6.412, 165.316, 191), + (16887873, 'Diremite', 703, -59.567, -6.528, 171.492, 63), + (16887874, 'Diremite', 703, -22.449, -6.630, 181.002, 0), + (16887875, 'Canal_Bats', 701, 0.000, 0.000, 0.000, 0), + (16887876, 'Hell_Bat', 726, -24.546, -6.670, 180.884, 136), + (16887877, 'Diremite', 703, 30.313, -6.489, 220.958, 128), + (16887878, 'Diremite', 703, 23.879, -6.444, 220.884, 0), + (16887879, 'Diremite', 703, 60.470, -6.600, 180.694, 127), + (16887880, 'Canal_Bats', 701, 68.669, -6.528, 180.568, 255), + (16887881, 'Stegotaur', 734, 104.575, -0.310, 193.471, 169), + (16887882, 'Stegotaur', 734, 132.241, -0.597, 215.437, 23), + (16887883, 'Fomor_Paladin', 713, 134.171, -0.240, 195.206, 74), + (16887884, 'Fomor_Bard', 706, 103.521, -0.596, 185.689, 40), + (16887885, 'Mahisha', 727, 134.242, -0.366, 198.999, 174), + (16887886, 'Makara', 728, 108.767, 0.446, 259.461, 0), + (16887887, 'Makara', 728, 79.001, 0.404, 259.367, 0), + (16887888, 'Makara', 728, 58.238, 0.598, 259.250, 255), + (16887889, 'Minotaur', 729, 60.000, 0.500, 304.000, 64), + (16887890, 'Stegotaur', 734, -105.220, -0.387, 103.450, 131), + (16887891, 'Canal_Bats', 701, -92.506, -0.366, 103.174, 139), + (16887892, 'Makara', 728, -120.952, -0.510, 99.925, 29), + (16887893, 'Stegotaur', 734, -61.399, -0.598, 122.775, 47), + (16887894, 'Canal_Bats', 701, -118.091, -0.590, 138.525, 129), + (16887895, 'Canal_Bats', 701, -106.263, -0.376, 134.827, 20), + (16887896, 'Makara', 728, -93.524, -0.595, 139.117, 254), + (16887897, 'Stegotaur', 734, -98.815, -0.598, 120.856, 63), + (16887898, 'Air_Elemental', 698, -98.258, -0.547, 134.849, 127), + (16887899, 'Thunder_Elemental', 736, -118.053, -0.373, 104.136, 153), + (16887900, 'Dark_Elemental', 702, -103.666, -0.574, 100.725, 114), + (16887901, 'Diremite', 703, -138.893, -0.589, 158.838, 191), + (16887902, 'Fomor_Monk', 711, 0.000, 0.000, 0.000, 0), + (16887903, 'Fomor_Samurai', 716, -160.000, -0.250, 200.000, 64), + (16887904, 'Fomor_Ranger', 714, -166.000, -0.183, 196.000, 64), + (16887905, 'Fomor_Dark_Knight', 709, -164.000, -0.250, 200.000, 64), + (16887906, 'Fomor_Ninja', 712, -156.000, -0.250, 200.000, 64), + (16887907, 'Fomor_Black_Mage', 708, -165.782, -0.279, 212.618, 180), + (16887908, 'Tres_Duendes', 737, -140.217, -0.500, 166.331, 130), + (16887909, 'Duendes_Amoroso', 704, -144.755, -0.231, 205.802, 28), + (16887910, 'Fomor_Monk', 711, -166.544, -0.403, 187.079, 182), + (16887911, 'Diremite', 703, -180.809, -0.592, 159.672, 192), + (16887912, 'Fomor_Monk', 711, -180.954, -0.594, 161.204, 63), + (16887913, 'Foul_Meat', 723, -208.251, -0.375, 135.233, 245), + (16887914, 'Foul_Meat', 723, -201.572, -0.387, 136.026, 47), + (16887915, 'Foul_Meat', 723, -220.962, -0.578, 113.039, 78), + (16887916, 'Canal_Bats', 701, -216.162, -0.335, 126.784, 65), + (16887917, 'Diremite', 703, -160.715, -0.597, 99.580, 127), + (16887918, 'Makara', 728, -60.892, -0.595, 79.999, 63), + (16887919, 'Stegotaur', 734, -89.994, -0.445, 59.213, 255), + (16887920, 'Fomor_Paladin', 713, -142.000, -0.500, 60.000, 0), + (16887921, 'Fomor_Samurai', 716, -142.000, -0.500, 55.000, 0), + (16887922, 'Fomor_Red_Mage', 715, -142.000, -0.468, 65.000, 0), + (16887923, 'Makara', 728, -60.032, 0.412, 24.960, 64), + (16887924, 'Oil_Spill', 731, -59.872, 0.434, 33.623, 191), + (16887925, 'Oil_Spill', 731, -139.514, -0.586, -36.465, 195), + (16887926, 'Makara', 728, -40.509, 0.399, 59.370, 255), + (16887927, 'Makara', 728, -19.406, 0.398, 45.352, 63), + (16887928, 'Oil_Spill', 731, -19.300, 0.419, 68.460, 192), + (16887929, 'Foul_Meat', 723, -19.680, 0.437, 94.549, 3), + (16887930, 'Makara', 728, -13.002, 0.408, 19.839, 127), + (16887931, 'Oil_Spill', 731, -0.069, 0.395, 20.023, 255), + (16887932, 'Makara', 728, 30.373, 0.405, 20.153, 0), + (16887933, 'Oil_Spill', 731, 20.713, 0.376, 25.457, 64), + (16887934, 'Foul_Meat', 723, 60.511, 0.402, 19.890, 216), + (16887935, 'Stegotaur', 734, -112.007, -0.330, 17.178, 73), + (16887936, 'Diremite', 703, -104.221, -0.591, 20.028, 151), + (16887937, 'Stegotaur', 734, -118.550, -0.385, -14.839, 154), + (16887938, 'Diremite', 703, -94.306, -0.593, -18.536, 0), + (16887939, 'Diremite', 703, -92.830, -0.574, -18.173, 114), + (16887940, 'Stegotaur', 734, -100.221, -0.560, 12.509, 63), + (16887941, 'Dark_Elemental', 702, -86.124, -0.295, 16.518, 121), + (16887942, 'Diremite', 703, -169.203, -0.590, 21.030, 128), + (16887943, 'Diremite', 703, -140.861, -0.572, -45.032, 191), + (16887944, 'Fomor_Dragoon', 710, -172.503, -0.339, -85.693, 134), + (16887945, 'Fomor_s_Wyvern', 720, -170.995, -0.344, -86.150, 133), + (16887946, 'Fomor_Beastmaster', 707, -153.670, -0.359, -92.603, 139), + (16887947, 'Fomor_s_Bat', 718, -154.704, -0.391, -93.570, 254), + (16887948, 'Fomor_Thief', 721, -155.120, -0.352, -87.905, 178), + (16887949, 'Fomor_Ranger', 714, -141.075, -0.500, -41.265, 201), + (16887950, 'Fomor_Ninja', 712, -165.451, -0.349, -86.819, 119), + (16887951, 'Hell_Bat', 726, -156.640, -0.346, -74.303, 11), + (16887952, 'Hell_Bat', 726, -150.308, -0.350, -93.845, 254), + (16887953, 'Eba', 705, -139.212, -0.486, -23.191, 66), + (16887954, 'Diremite', 703, -180.238, -0.593, -39.901, 63), + (16887955, 'Makara', 728, -199.449, -0.348, -16.254, 123), + (16887956, 'Makara', 728, -211.787, -0.463, -13.194, 44), + (16887957, 'Hell_Bat', 726, -200.648, -0.387, -16.910, 233), + (16887958, 'Hell_Bat', 726, -198.610, -0.563, -20.075, 97), + (16887959, 'Fomor_Summoner', 717, -205.947, -0.597, -20.548, 125), + (16887960, 'Fomor_s_Elemental', 719, -202.636, -0.584, -20.240, 126), + (16887961, 'Fomor_Dark_Knight', 709, -181.060, -0.500, -21.653, 196), + (16887962, 'Fomor_Ninja', 712, -217.391, -0.571, 8.462, 107), + (16887963, 'Air_Elemental', 698, -245.194, -6.415, 19.977, 0), + (16887964, 'Thunder_Elemental', 736, -239.953, -6.550, 20.186, 0), + (16887965, 'Dark_Elemental', 702, -248.113, -6.499, 20.402, 128), + (16887966, 'Fomor_Black_Mage', 708, -211.500, -7.500, 60.000, 128), + (16887967, 'Fomor_Warrior', 722, -216.000, -6.500, 62.000, 128), + (16887968, 'Fomor_Dark_Knight', 709, -216.000, -6.500, 58.000, 128), + (16887969, 'Diremite', 703, 183.680, -24.600, 62.676, 29), + (16887970, 'Stegotaur', 734, 161.526, -24.548, 101.221, 127), + (16887971, 'Stegotaur', 734, 168.612, -24.496, 101.242, 0), + (16887972, 'Fomor_Ranger', 714, 102.393, -24.600, 101.266, 7), + (16887973, 'Fomor_Bard', 706, 105.313, -24.602, 99.834, 19), + (16887974, 'Fomor_Bard', 706, 93.986, -24.598, 102.827, 225), + (16887975, 'Fomor_Ranger', 714, 93.966, -24.599, 101.513, 198), + (16887976, 'Fomor_Ranger', 714, 0.000, 0.000, 0.000, 0), + (16887977, 'Fomor_Paladin', 713, 0.000, 0.000, 0.000, 0), + (16887978, 'Fomor_Paladin', 713, 87.294, -24.600, 17.648, 114), + (16887979, 'Fomor_Ranger', 714, 88.565, -24.600, 18.205, 109), + (16887980, 'Stegotaur', 734, 165.169, -24.537, 19.750, 128), + (16887981, 'Stegotaur', 734, 159.732, -24.591, 19.495, 127), + (16887982, 'Fomor_Red_Mage', 715, 92.652, -24.599, 22.016, 246), + (16887983, 'Fomor_Black_Mage', 708, 90.775, -24.599, 22.105, 1), + (16887984, 'Fomor_Black_Mage', 708, 105.271, -24.597, 21.806, 143), + (16887985, 'Fomor_Red_Mage', 715, 106.729, -24.599, 21.212, 143), + (16887986, 'Fomor_Red_Mage', 715, 178.758, -24.311, 96.099, 36), + (16887987, 'Fomor_Monk', 711, 181.903, -24.471, 64.585, 179), + (16887988, 'Fomor_Monk', 711, 99.930, -24.600, 96.959, 9), + (16887989, 'Fomor_Red_Mage', 715, 96.810, -24.574, 96.044, 110), + (16887990, 'Stegotaur', 734, -99.299, -24.599, 99.108, 127), + (16887991, 'Stegotaur', 734, -125.748, -24.524, 99.198, 0), + (16887992, 'Diremite', 703, -135.225, -24.600, 54.712, 15), + (16887993, 'Fomor_Warrior', 722, -47.883, -24.600, 89.706, 97), + (16887994, 'Fomor_Samurai', 716, -47.146, -24.600, 91.087, 87), + (16887995, 'Fomor_Samurai', 716, -65.883, -24.600, 97.532, 29), + (16887996, 'Fomor_Warrior', 722, -67.487, -24.600, 98.196, 13), + (16887997, 'Fomor_Warrior', 722, -58.956, -24.490, 62.089, 188), + (16887998, 'Fomor_Ranger', 714, -59.043, -24.572, 65.470, 197), + (16887999, 'Fomor_Ranger', 714, -63.956, -24.600, 22.912, 10), + (16888000, 'Fomor_Warrior', 722, -65.284, -24.600, 22.448, 203), + (16888001, 'Stegotaur', 734, -125.110, -24.408, 21.004, 0), + (16888002, 'Stegotaur', 734, -121.003, -24.549, 21.115, 255), + (16888003, 'Fomor_Bard', 706, -62.877, -24.600, 21.522, 25), + (16888004, 'Fomor_Thief', 721, -64.383, -24.600, 22.606, 243), + (16888005, 'Fomor_Thief', 721, -52.343, -24.600, 31.314, 3), + (16888006, 'Fomor_Bard', 706, -53.926, -24.591, 31.870, 13), + (16888007, 'Fomor_Bard', 706, -68.970, -24.500, 101.802, 55), + (16888008, 'Fomor_Thief', 721, -90.416, -24.599, 100.585, 254), + (16888009, 'Fomor_Thief', 721, -73.028, -24.600, 98.501, 67), + (16888010, 'Fomor_Bard', 706, -73.722, -24.592, 99.549, 52), + (16888011, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888012, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888013, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888014, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888015, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888016, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888017, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888018, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888019, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888020, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888021, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888022, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888023, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888024, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888025, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888026, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888027, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888028, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888029, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888030, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888031, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16888032, 'Aqueduct_Spider', 10849, 0.000, 0.000, 0.000, 0), + (16891905, 'Gazer', 767, -138.799, -8.510, 70.808, 181), + (16891906, 'Gazer', 767, -140.398, -4.771, 20.559, 255), + (16891907, 'Greater_Gaylas', 768, -146.190, -5.777, 20.733, 255), + (16891908, 'Stegotaur', 778, -154.995, -7.500, 20.633, 8), + (16891909, 'Gazer', 767, -207.824, -10.250, 61.267, 126), + (16891910, 'Stegotaur', 778, -179.476, -8.532, 28.622, 35), + (16891911, 'Stegotaur', 778, -159.186, -8.500, 20.975, 5), + (16891912, 'Greater_Gaylas', 768, -140.210, -8.584, 66.913, 65), + (16891913, 'Mummy', 775, -106.464, -0.600, 36.007, 254), + (16891914, 'Mummy', 775, -115.217, -0.600, 28.080, 65), + (16891915, 'Lich', 771, 0.000, 0.000, 0.000, 0), + (16891916, 'Mummy', 775, -101.052, -0.600, 3.468, 16), + (16891917, 'Lich', 771, -114.312, -0.599, 5.858, 129), + (16891918, 'Mummy', 775, -116.300, -0.600, -16.764, 195), + (16891919, 'Lich', 771, -116.683, -0.600, -17.067, 201), + (16891920, 'Mummy', 775, -86.922, -0.600, -31.886, 61), + (16891921, 'Lich', 771, 0.000, 0.000, 0.000, 0), + (16891922, 'Lich', 771, -95.721, -0.599, -31.786, 179), + (16891923, 'Mummy', 775, -66.121, -0.600, 12.150, 189), + (16891924, 'Lich', 771, -66.314, -0.599, 8.019, 209), + (16891925, 'Blubber_Eyes', 744, 18.965, -0.500, 75.703, 243), + (16891926, 'Mummy', 775, -43.518, -0.600, 19.788, 21), + (16891927, 'Blubber_Eyes', 744, -43.546, -0.593, 19.849, 22), + (16891928, 'Mummy', 775, -74.792, -0.600, -8.546, 192), + (16891929, 'Lich', 771, -74.294, -0.599, -13.701, 66), + (16891930, 'Blubber_Eyes', 744, 0.000, 0.000, 0.000, 0), + (16891931, 'Mummy', 775, -52.217, -0.600, -6.288, 126), + (16891932, 'Lich', 771, 0.000, 0.000, 0.000, 0), + (16891933, 'Blubber_Eyes', 744, -50.221, -0.598, -6.317, 238), + (16891934, 'Mummy', 775, -28.420, -0.600, 34.458, 126), + (16891935, 'Lich', 771, -25.017, -0.599, 34.621, 0), + (16891936, 'Mummy', 775, -7.407, -0.600, 14.904, 129), + (16891937, 'Mummy', 775, -11.635, -0.600, 15.197, 129), + (16891938, 'Lich', 771, -21.192, -0.594, -4.474, 128), + (16891939, 'Lich', 771, -4.061, -0.592, -5.914, 195), + (16891940, 'Mummy', 775, -4.401, -0.600, -30.555, 193), + (16891941, 'Lich', 771, -10.581, -0.599, -23.900, 3), + (16891942, 'Utukku', 783, 0.000, 0.000, 0.000, 0), + (16891943, 'Utukku', 783, -62.752, -0.600, 26.318, 132), + (16891944, 'Utukku', 783, 0.000, 0.000, 0.000, 0), + (16891945, 'Utukku', 783, -85.526, -0.600, -5.575, 192), + (16891946, 'Utukku', 783, 0.000, 0.000, 0.000, 0), + (16891947, 'Utukku', 783, 0.000, 0.000, 0.000, 0), + (16891948, 'Elel', 748, -100.618, -0.600, -2.194, 27), + (16891949, 'Stegotaur', 778, -73.802, -0.500, 35.677, 84), + (16891950, 'Stegotaur', 778, -60.533, -0.622, -43.264, 196), + (16891951, 'Fomor_Ranger', 757, 17.141, -0.589, 60.246, 0), + (16891952, 'Fomor_Ninja', 755, -2.744, -0.603, 59.920, 128), + (16891953, 'Fomor_Bard', 749, -2.526, -0.596, 59.671, 128), + (16891954, 'Fomor_Dragoon', 753, 62.989, -0.593, 69.532, 255), + (16891955, 'Fomor_s_Wyvern', 764, 58.658, -0.585, 69.230, 254), + (16891956, 'Fomor_Ranger', 757, 63.441, -0.597, 69.218, 255), + (16891957, 'Fomor_Black_Mage', 751, 112.967, -0.590, 58.976, 0), + (16891958, 'Fomor_Bard', 749, 101.271, -0.500, 58.629, 125), + (16891959, 'Fomor_Beastmaster', 750, 96.561, -0.643, 58.681, 131), + (16891960, 'Fomor_s_Bats', 762, 99.721, -0.577, 58.097, 117), + (16891961, 'Fomor_Monk', 754, 4.142, -0.623, -61.058, 127), + (16891962, 'Fomor_Red_Mage', 758, 18.738, -0.589, -61.339, 2), + (16891963, 'Fomor_Samurai', 759, 13.592, -0.665, -60.879, 0), + (16891964, 'Fomor_Dark_Knight', 752, 67.020, -0.606, -70.348, 118), + (16891965, 'Fomor_Summoner', 760, 62.627, -0.580, -70.675, 126), + (16891966, 'Fomor_s_Elemental', 763, 66.565, -0.603, -70.545, 120), + (16891967, 'Fomor_Warrior', 766, 92.272, -0.628, -60.298, 128), + (16891968, 'Fomor_Thief', 765, 105.191, -0.509, -60.044, 0), + (16891969, 'Fomor_Paladin', 756, 92.243, -0.621, -59.854, 128), + (16891970, 'Old_Professor_Mariselle', 776, 106.000, -2.437, 130.026, 55), + (16891971, 'Mariselle_s_Pupil', 774, 107.000, -2.597, 134.555, 60), + (16891972, 'Mariselle_s_Pupil', 774, 108.926, -2.600, 135.169, 30), + (16891973, 'Fomor_Ranger', 757, 9.070, -2.600, 105.308, 67), + (16891974, 'Fomor_Samurai', 759, 15.100, -2.600, 116.606, 254), + (16891975, 'Fomor_Dragoon', 753, 21.183, -2.600, 116.769, 132), + (16891976, 'Fomor_s_Wyvern', 764, 20.221, -2.600, 117.635, 10), + (16891977, 'Fomor_Ranger', 757, 15.251, -2.600, 124.876, 180), + (16891978, 'Fomor_Samurai', 759, 12.504, -2.651, 128.936, 20), + (16891979, 'Fomor_Dragoon', 753, 16.090, -2.600, 110.162, 149), + (16891980, 'Fomor_s_Wyvern', 764, 16.772, -2.600, 108.526, 164), + (16891981, 'Greater_Gaylas', 768, 18.718, -2.600, 109.581, 215), + (16891982, 'Fomor_Warrior', 766, 70.715, -2.599, 109.683, 214), + (16891983, 'Fomor_Thief', 765, 58.066, -2.599, 104.462, 230), + (16891984, 'Fomor_Ranger', 757, 63.926, -2.600, 123.186, 72), + (16891985, 'Fomor_Warrior', 766, 55.845, -2.599, 115.863, 128), + (16891986, 'Fomor_Thief', 765, 57.956, -2.599, 104.801, 7), + (16891987, 'Fomor_Ranger', 757, 59.272, -2.599, 120.919, 191), + (16891988, 'Greater_Gaylas', 768, 62.707, -2.600, 109.125, 237), + (16891989, 'Fomor_Monk', 754, 99.690, -2.600, 112.228, 197), + (16891990, 'Fomor_Black_Mage', 751, 110.530, -2.768, 129.705, 206), + (16891991, 'Fomor_Summoner', 760, 91.278, -2.769, 129.920, 0), + (16891992, 'Fomor_s_Elemental', 763, 91.635, -2.609, 127.287, 125), + (16891993, 'Fomor_Monk', 754, 112.082, -2.600, 118.169, 194), + (16891994, 'Fomor_Black_Mage', 751, 111.081, -2.599, 106.002, 184), + (16891995, 'Fomor_Summoner', 760, 89.623, -2.614, 125.060, 63), + (16891996, 'Fomor_s_Elemental', 763, 90.736, -2.600, 126.162, 203), + (16891997, 'Greater_Gaylas', 768, 90.918, -2.639, 128.278, 49), + (16891998, 'Fomor_Red_Mage', 758, 16.115, -2.595, -123.056, 200), + (16891999, 'Fomor_Dark_Knight', 752, 21.164, -2.600, -109.338, 78), + (16892000, 'Fomor_Ninja', 755, 8.577, -2.600, -119.422, 188), + (16892001, 'Fomor_Red_Mage', 758, 9.074, -2.589, -121.956, 128), + (16892002, 'Fomor_Dark_Knight', 752, 28.953, -2.774, -130.381, 133), + (16892003, 'Fomor_Ninja', 755, 25.128, -2.746, -129.513, 82), + (16892004, 'Greater_Gaylas', 768, 27.890, -2.750, -129.663, 35), + (16892005, 'Fomor_Paladin', 756, 72.167, -2.588, -118.851, 199), + (16892006, 'Fomor_Beastmaster', 750, 71.689, -2.600, -121.579, 249), + (16892007, 'Fomor_s_Bats', 762, 71.839, -2.600, -120.765, 196), + (16892008, 'Fomor_Bard', 749, 53.174, -2.625, -128.176, 233), + (16892009, 'Fomor_Paladin', 756, 68.910, -2.581, -122.070, 172), + (16892010, 'Fomor_Beastmaster', 750, 63.441, -2.600, -108.804, 30), + (16892011, 'Fomor_s_Bats', 762, 59.991, -2.600, -105.359, 32), + (16892012, 'Fomor_Bard', 749, 58.242, -2.617, -104.533, 246), + (16892013, 'Greater_Gaylas', 768, 65.580, -2.620, -127.706, 153), + (16892014, 'Fomor_Bard', 749, 100.000, -3.000, -129.000, 192), + (16892015, 'Fomor_Monk', 754, 94.000, -2.500, -116.000, 64), + (16892016, 'Fomor_Samurai', 759, 92.000, -2.500, -110.000, 64), + (16892017, 'Fomor_Ninja', 755, 96.000, -2.500, -110.000, 64), + (16892018, 'Fomor_Black_Mage', 751, 106.000, -2.500, -116.000, 64), + (16892019, 'Fomor_Ranger', 757, 104.000, -2.500, -110.000, 64), + (16892020, 'Fomor_Red_Mage', 758, 104.084, -2.473, -111.336, 163), + (16892021, 'Greater_Gaylas', 768, 89.425, -2.599, -108.069, 157), + (16892022, 'Fomor_Thief', 765, 99.517, -0.551, 17.474, 191), + (16892023, 'Fomor_Samurai', 759, 99.241, -0.545, 15.584, 190), + (16892024, 'Blubber_Eyes', 744, 99.992, -0.476, 12.820, 192), + (16892025, 'Fomor_Summoner', 760, 100.188, -0.657, 25.158, 63), + (16892026, 'Fomor_s_Elemental', 763, 100.498, -0.618, 23.703, 193), + (16892027, 'Fomor_Monk', 754, 76.898, -0.559, 19.066, 127), + (16892028, 'Fomor_Warrior', 766, 78.635, -0.569, 18.661, 135), + (16892029, 'Teratotaur', 780, 103.120, -2.599, -39.471, 38), + (16892030, 'Teratotaur', 780, 91.379, -2.600, -40.668, 78), + (16892031, 'Teratotaur', 780, 94.424, -2.773, -49.507, 99), + (16892032, 'Teratotaur', 780, 111.469, -2.599, -31.681, 197), + (16892033, 'Teratotaur', 780, 140.437, -0.599, 65.480, 63), + (16892034, 'Fomor_Warrior', 766, 141.252, -0.615, 2.142, 63), + (16892035, 'Fomor_Dragoon', 753, 141.380, -0.615, 1.817, 189), + (16892036, 'Fomor_s_Wyvern', 764, 141.372, -0.600, -0.241, 204), + (16892037, 'Fomor_Bard', 749, 140.753, -0.544, -7.389, 64), + (16892038, 'Fomor_Dark_Knight', 752, 141.329, -0.545, -5.629, 64), + (16892039, 'Fomor_Black_Mage', 751, 140.938, -0.528, -4.551, 60), + (16892040, 'Blubber_Eyes', 744, 140.958, 3.212, 97.330, 192), + (16892041, 'Blubber_Eyes', 744, 142.713, 3.550, 99.234, 127), + (16892042, 'Teratotaur', 780, 139.995, -0.599, -62.067, 64), + (16892043, 'Teratotaur', 780, 225.084, -2.599, 5.740, 209), + (16892044, 'Teratotaur', 780, 239.634, -1.048, -16.866, 126), + (16892045, 'Greater_Gaylas', 768, 250.198, 0.399, 4.311, 225), + (16892046, 'Greater_Gaylas', 768, 237.032, 0.180, -4.255, 3), + (16892047, 'Greater_Gaylas', 768, 250.293, 0.399, -9.393, 71), + (16892048, 'Greater_Gaylas', 768, 246.091, 0.399, -5.094, 120), + (16892049, 'Keremet', 770, 261.000, -0.001, 0.100, 124), + (16892050, 'Azren_Kuguza', 742, 169.000, -0.500, 17.000, 192), + (16892051, 'Azren_Kuba', 741, 169.000, -0.500, 23.000, 64), + (16892052, 'Azren_Kuguza', 742, 180.000, -0.500, 17.000, 192), + (16892053, 'Azren_Kuba', 741, 180.000, -0.500, 23.000, 64), + (16892054, 'Azren_Kuguza', 742, 191.000, -0.500, 17.000, 192), + (16892055, 'Azren_Kuba', 741, 191.000, -0.500, 23.000, 64), + (16892056, 'Azren_Kuguza', 742, 169.000, -0.500, -17.000, 64), + (16892057, 'Azren_Kuba', 741, 169.000, -0.500, -23.000, 192), + (16892058, 'Azren_Kuguza', 742, 180.000, -0.500, -17.000, 64), + (16892059, 'Azren_Kuba', 741, 180.000, -0.500, -23.000, 192), + (16892060, 'Azren_Kuguza', 742, 191.000, -0.500, -17.000, 64), + (16892061, 'Azren_Kuba', 741, 191.000, -0.500, -23.000, 192), + (16892062, 'Air_Elemental', 740, 144.962, 3.696, 99.027, 242), + (16892063, 'Thunder_Elemental', 781, 148.038, 4.274, 99.701, 129), + (16892064, 'Dark_Elemental', 746, 141.309, 2.844, 95.861, 65), + (16892065, 'Air_Elemental', 740, 171.398, -3.255, -58.742, 128), + (16892066, 'Thunder_Elemental', 781, 180.004, -4.830, -60.290, 192), + (16892067, 'Dark_Elemental', 746, 179.735, -8.314, -77.256, 64), + (16892068, 'Balor', 743, 28.000, -2.500, 116.000, 98), + (16892069, 'Luaith', 773, 69.000, -2.500, 116.000, 65), + (16892070, 'Lobais', 772, 109.000, -2.500, 116.000, 103), + (16892071, 'Fomor_s_Elemental', 763, 99.000, -1.014, 81.350, 102), + (16892072, 'Fomor_s_Avatar', 761, 102.910, -2.500, 90.210, 131), + (16892073, 'Caithleann', 745, 11.000, -2.500, -115.000, 2), + (16892074, 'Indich', 769, 50.000, -2.250, -115.000, 238), + (16892075, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892076, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892077, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892078, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892079, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892080, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892081, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892082, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892083, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892084, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892085, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892086, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892087, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892088, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892089, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892090, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892091, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892092, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892093, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892094, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16892095, 'Aqueduct_Spider', 10850, 0.000, 0.000, 0.000, 0), + (16896001, 'Lesser_Roc', 795, 618.810, 0.123, -488.764, 60), + (16896002, 'Lesser_Roc', 795, 653.816, -0.973, -501.472, 22), + (16896003, 'Lesser_Roc', 795, 595.901, -0.313, -437.104, 106), + (16896004, 'Lesser_Roc', 795, 595.278, -0.317, -437.254, 146), + (16896005, 'Lesser_Roc', 795, 615.926, 0.180, -477.959, 178), + (16896006, 'Lesser_Roc', 795, 625.942, -0.542, -535.296, 243), + (16896007, 'Lesser_Roc', 795, 591.439, -0.359, -457.962, 31), + (16896008, 'Lesser_Roc', 795, 584.806, -0.862, -451.951, 83), + (16896009, 'Lesser_Roc', 795, 614.596, 0.102, -557.893, 125), + (16896010, 'Lesser_Roc', 795, 630.723, 0.070, -505.659, 121), + (16896011, 'Pyrodrake', 802, 613.121, -0.019, -536.535, 29), + (16896012, 'Pyrodrake', 802, 651.604, 0.123, -519.428, 233), + (16896013, 'Nimbus_Hippogryph', 797, 587.008, -0.308, -445.816, 208), + (16896014, 'Nimbus_Hippogryph', 797, 599.071, -0.238, -568.322, 232), + (16896015, 'Nimbus_Hippogryph', 797, 613.809, 0.549, -550.257, 3), + (16896016, 'Nimbus_Hippogryph', 797, 601.118, 0.077, -614.305, 52), + (16896017, 'Nimbus_Hippogryph', 797, 0.000, 0.000, 0.000, 0), + (16896018, 'Pyrodrake', 802, 514.670, -0.379, -670.552, 224), + (16896019, 'Nimbus_Hippogryph', 797, 513.445, 0.182, -662.266, 48), + (16896020, 'Nimbus_Hippogryph', 797, 514.554, -0.567, -638.158, 135), + (16896021, 'Thunder_Elemental', 805, 506.769, 0.020, -645.987, 111), + (16896022, 'Lesser_Roc', 795, 600.060, -0.250, -734.012, 136), + (16896023, 'Lesser_Roc', 795, 648.905, -0.229, -674.654, 24), + (16896024, 'Pyrodrake', 802, 636.084, -0.348, -723.841, 146), + (16896025, 'Pyrodrake', 802, 730.898, -0.854, -711.873, 227), + (16896026, 'Pyrodrake', 802, 587.255, 0.138, -737.694, 123), + (16896027, 'Pyrodrake', 802, 651.705, 0.074, -690.234, 144), + (16896028, 'Pyrodrake', 802, 731.094, -0.064, -712.722, 66), + (16896029, 'Nimbus_Hippogryph', 797, 603.136, -0.227, -730.605, 100), + (16896030, 'Nimbus_Hippogryph', 797, 683.102, -0.298, -708.909, 56), + (16896031, 'Pyrodrake', 802, 472.589, -2.392, -776.482, 97), + (16896032, 'Lesser_Roc', 795, 450.692, 0.009, -551.232, 175), + (16896033, 'Lesser_Roc', 795, 442.295, 0.337, -542.456, 75), + (16896034, 'Lesser_Roc', 795, 476.566, 0.029, -543.082, 13), + (16896035, 'Pyrodrake', 802, 465.879, 0.405, -554.974, 182), + (16896036, 'Pyrodrake', 802, 0.000, 0.000, 0.000, 0), + (16896037, 'Nimbus_Hippogryph', 797, 462.032, -0.071, -572.373, 141), + (16896038, 'Nimbus_Hippogryph', 797, 534.589, 0.158, -642.776, 222), + (16896039, 'Nimbus_Hippogryph', 797, 0.000, 0.000, 0.000, 0), + (16896040, 'Lesser_Roc', 795, 475.634, -0.048, -449.884, 61), + (16896041, 'Lesser_Roc', 795, 450.941, -0.258, -429.690, 61), + (16896042, 'Lesser_Roc', 795, 485.204, 0.082, -429.527, 2), + (16896043, 'Strato_Hippogryph', 804, 247.924, -0.301, -477.450, 135), + (16896044, 'Strato_Hippogryph', 804, 274.299, -0.227, -550.473, 71), + (16896045, 'Strato_Hippogryph', 804, 259.419, 0.449, -550.037, 117), + (16896046, 'Strato_Hippogryph', 804, -121.400, 0.236, -510.828, 217), + (16896047, 'Lunantishee', 796, 223.477, -0.688, -531.422, 163), + (16896048, 'Lunantishee', 796, 277.505, -0.489, -526.063, 149), + (16896049, 'Lunantishee', 796, 243.094, 0.022, -571.019, 225), + (16896050, 'Lunantishee', 796, 320.442, -0.571, -475.134, 222), + (16896051, 'Thunder_Elemental', 805, 260.291, 0.259, -562.562, 26), + (16896052, 'Ignidrake', 791, 215.434, -0.206, -647.990, 176), + (16896053, 'Ignidrake', 791, 175.255, 0.126, -717.020, 86), + (16896054, 'Ignidrake', 791, 185.168, 0.144, -708.308, 119), + (16896055, 'Ignidrake', 791, 202.454, -0.521, -640.357, 11), + (16896056, 'Ignidrake', 791, 238.923, -0.063, -628.503, 59), + (16896057, 'Nitro_Cluster', 798, 207.764, 0.081, -671.089, 53), + (16896058, 'Nitro_Cluster', 798, 206.187, 0.107, -668.646, 2), + (16896059, 'Nitro_Cluster', 798, 228.802, -0.129, -681.036, 148), + (16896060, 'Nitro_Cluster', 798, 214.879, 0.227, -685.514, 244), + (16896061, 'Nitro_Cluster', 798, 292.114, -2.324, -739.978, 211), + (16896062, 'Nitro_Cluster', 798, 299.109, -2.647, -739.329, 191), + (16896063, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896064, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896065, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896066, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896067, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896068, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896069, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896070, 'Strato_Hippogryph', 804, 176.387, 0.171, -524.297, 44), + (16896071, 'Strato_Hippogryph', 804, 186.870, -0.095, -523.303, 71), + (16896072, 'Lunantishee', 796, 179.170, 1.293, -514.385, 47), + (16896073, 'Lunantishee', 796, 169.471, -0.180, -564.510, 42), + (16896074, 'Strato_Hippogryph', 804, 71.891, -0.169, -552.702, 205), + (16896075, 'Strato_Hippogryph', 804, -102.130, 1.107, -528.474, 58), + (16896076, 'Lunantishee', 796, 78.601, -0.599, -479.845, 59), + (16896077, 'Lunantishee', 796, 78.136, -0.141, -489.038, 131), + (16896078, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896079, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896080, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896081, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896082, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896083, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896084, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896085, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896086, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896087, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896088, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896089, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896090, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896091, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896092, 'Blazedrake', 10851, 0.000, 0.000, 0.000, 0), + (16896093, 'Lesser_Roc', 795, 696.633, -23.858, 382.928, 118), + (16896094, 'Lesser_Roc', 795, 714.023, -24.393, 360.448, 179), + (16896095, 'Lesser_Roc', 795, 710.847, -24.086, 367.262, 18), + (16896096, 'Lesser_Roc', 795, 707.822, -24.046, 398.240, 178), + (16896097, 'Air_Elemental', 785, 720.442, 20.146, 611.040, 21), + (16896098, 'Lesser_Roc', 795, 693.918, 20.605, 594.055, 105), + (16896099, 'Lesser_Roc', 795, 672.010, 20.139, 597.014, 103), + (16896100, 'Lesser_Roc', 795, 686.424, 21.042, 664.805, 79), + (16896101, 'Nimbus_Hippogryph', 797, 650.770, 20.052, 676.513, 251), + (16896102, 'Nimbus_Hippogryph', 797, 643.308, 20.049, 652.354, 117), + (16896103, 'Nimbus_Hippogryph', 797, 669.574, 19.215, 623.129, 91), + (16896104, 'Nimbus_Hippogryph', 797, 691.504, 21.296, 583.884, 42), + (16896105, 'Nimbus_Hippogryph', 797, 687.199, 21.161, 582.560, 148), + (16896106, 'Nimbus_Hippogryph', 797, 666.737, 20.012, 652.352, 230), + (16896107, 'Imdugud', 792, 0.000, 0.000, 0.000, 0), + (16896108, 'Nimbus_Hippogryph', 797, 475.684, 40.421, 804.828, 146), + (16896109, 'Nimbus_Hippogryph', 797, 486.543, 39.473, 795.095, 218), + (16896110, 'Nimbus_Hippogryph', 797, 484.526, 39.938, 790.070, 98), + (16896111, 'Lesser_Roc', 795, 391.337, 49.176, 678.110, 169), + (16896112, 'Pyrodrake', 802, 255.390, 88.066, 843.930, 234), + (16896113, 'Pyrodrake', 802, 266.573, 88.338, 860.591, 128), + (16896114, 'Pyrodrake', 802, 276.105, 87.788, 850.710, 52), + (16896115, 'Air_Elemental', 785, 232.608, 16.200, 707.083, 83), + (16896116, 'Lesser_Roc', 795, 203.486, 15.891, 677.698, 250), + (16896117, 'Nimbus_Hippogryph', 797, 191.509, 15.659, 693.253, 150), + (16896118, 'Nitro_Cluster', 798, 45.369, 27.648, 645.879, 21), + (16896119, 'Nitro_Cluster', 798, 51.006, 27.843, 648.323, 125), + (16896120, 'Lunantishee', 796, -0.388, 51.633, 756.477, 189), + (16896121, 'Lunantishee', 796, -4.750, 51.865, 715.134, 192), + (16896122, 'Lunantishee', 796, -14.528, 52.393, 714.203, 157), + (16896123, 'Air_Elemental', 785, -273.963, 33.189, 771.901, 135), + (16896124, 'Strato_Hippogryph', 804, -283.275, 31.493, 758.843, 120), + (16896125, 'Strato_Hippogryph', 804, -246.398, 31.837, 751.851, 208), + (16896126, 'Lunantishee', 796, -218.859, 32.876, 723.408, 139), + (16896127, 'Lunantishee', 796, -244.246, 32.447, 682.405, 97), + (16896128, 'Lunantishee', 796, -210.129, 32.458, 699.510, 159), + (16896129, 'Lunantishee', 796, -297.237, 33.343, 749.449, 72), + (16896130, 'Lunantishee', 796, -289.992, 32.595, 748.227, 90), + (16896131, 'Boroka', 788, -360.140, -31.428, 484.944, 205), + (16896132, 'Ignidrake', 791, -523.516, -20.443, 527.961, 26), + (16896133, 'Lunantishee', 796, -515.576, -20.433, 553.466, 125), + (16896134, 'Air_Elemental', 785, -559.831, 0.417, 683.287, 18), + (16896135, 'Ignidrake', 791, -583.543, -0.957, 664.552, 222), + (16896136, 'Ignidrake', 791, -520.531, 0.002, 724.910, 14), + (16896137, 'Ignidrake', 791, -522.255, 0.968, 702.339, 238), + (16896138, 'Ignidrake', 791, -492.938, 0.284, 713.088, 68), + (16896139, 'Ignidrake', 791, -490.431, 0.068, 725.166, 164), + (16896140, 'Nitro_Cluster', 798, -531.553, 1.967, 707.604, 213), + (16896141, 'Nitro_Cluster', 798, -539.071, 0.528, 678.572, 58), + (16896142, 'Air_Elemental', 785, -734.320, 0.965, 514.659, 135), + (16896143, 'Strato_Hippogryph', 804, -761.440, -0.057, 559.738, 242), + (16896144, 'Strato_Hippogryph', 804, -722.330, 1.070, 510.879, 18), + (16896145, 'Strato_Hippogryph', 804, -724.472, -0.296, 527.988, 239), + (16896146, 'Strato_Hippogryph', 804, -720.065, -0.378, 519.007, 31), + (16896147, 'Strato_Hippogryph', 804, -852.282, -31.591, 327.270, 80), + (16896148, 'Lunantishee', 796, -859.450, -31.179, 319.511, 225), + (16896149, 'Ignidrake', 791, -533.237, 2.037, 735.261, 78), + (16896150, 'Nitro_Cluster', 798, -817.561, -44.201, 145.977, 126), + (16896151, 'Nitro_Cluster', 798, -821.235, -44.020, 148.528, 247), + (16896152, 'Spell_Spitter_Spilospok', 803, 293.671, 91.900, 825.778, 49), + (16896153, 'Chemical_Cook_Chemachiq', 789, 290.854, 90.566, 834.649, 84), + (16896154, 'Book_Browser_Bokabraq', 787, 289.313, 91.846, 828.107, 232), + (16896155, 'Unstable_Cluster', 807, 255.449, 1.790, -708.272, 186), + (16896156, 'Bahamut', 786, -691.716, 0.411, 817.579, 198), + (16896157, 'Bahamut', 786, -704.021, 0.168, 822.955, 229), + (16896158, 'Ouryu', 799, -694.789, 0.099, 825.472, 255), + (16896159, 'Tiamat', 806, -696.976, 0.151, 821.501, 208), + (16896160, 'Jormungand', 794, -704.433, 0.464, 798.733, 150), + (16896161, 'Vrtra', 808, -694.231, 0.024, 830.624, 57), + (16896162, 'Ziryu', 810, -689.244, -0.146, 841.483, 49), + (16896163, 'Ziryu', 810, 0.000, 0.000, 0.000, 0), + (16896164, 'Ziryu', 810, 0.000, 0.000, 0.000, 0), + (16896165, 'Ziryu', 810, 0.000, 0.000, 0.000, 0), + (16896166, 'Water_Elemental', 809, 0.000, 0.000, 0.000, 0), + (16896167, 'Earth_Elemental', 790, 0.000, 0.000, 0.000, 0), + (16896168, 'Pey', 800, -688.086, -0.043, 836.809, 113), + (16896169, 'Pey', 800, -684.670, 0.217, 824.265, 181), + (16896170, 'Iruci', 793, -699.758, 0.285, 802.629, 104), + (16896171, 'Iruci', 793, -686.287, 0.157, 828.709, 165), + (16896172, 'Airi', 784, -701.484, 0.481, 802.338, 96), + (16896173, 'Airi', 784, -709.580, 0.302, 827.196, 94), + (16900097, 'Hawkertrap', 822, 693.819, -32.751, -503.217, 43), + (16900098, 'Hawkertrap', 822, 705.637, -31.839, -534.773, 123), + (16900099, 'Riverne_Vulture', 829, 700.224, -32.043, -514.225, 190), + (16900100, 'Riverne_Vulture', 829, 707.295, -32.160, -519.021, 160), + (16900101, 'Riverne_Vulture', 829, 682.667, -31.748, -499.528, 237), + (16900102, 'Riverne_Vulture', 829, 715.769, -31.856, -548.255, 112), + (16900103, 'Hippogryph', 824, 710.930, -31.738, -542.260, 255), + (16900104, 'Riverne_Vulture', 829, 732.478, -4.860, -664.436, 175), + (16900105, 'Riverne_Vulture', 829, 724.413, -4.278, -678.600, 219), + (16900106, 'Hippogryph', 824, 718.305, -3.849, -681.160, 24), + (16900107, 'Hippogryph', 824, 711.059, 49.839, -858.788, 115), + (16900108, 'Hippogryph', 824, 740.838, 48.098, -857.409, 125), + (16900109, 'Hippogryph', 824, 752.828, 48.064, -847.364, 165), + (16900110, 'Heliodromos', 823, 749.721, 47.778, -873.713, 219), + (16900111, 'Heliodromos', 823, 723.370, 47.914, -847.557, 159), + (16900112, 'Heliodromos', 823, 718.589, 48.546, -863.098, 41), + (16900113, 'Air_Elemental', 812, 591.054, 18.821, -786.139, 157), + (16900114, 'Hawkertrap', 822, 559.606, 16.887, -753.728, 58), + (16900115, 'Hawkertrap', 822, 576.733, 17.019, -804.188, 248), + (16900116, 'Riverne_Vulture', 829, 549.769, 17.219, -801.933, 63), + (16900117, 'Riverne_Vulture', 829, 556.116, 16.198, -764.888, 191), + (16900118, 'Riverne_Vulture', 829, 607.797, 16.809, -797.439, 241), + (16900119, 'Hippogryph', 824, 550.360, 17.752, -780.494, 74), + (16900120, 'Hippogryph', 824, 579.288, 17.953, -810.903, 26), + (16900121, 'Air_Elemental', 812, 443.903, 39.743, -847.977, 109), + (16900122, 'Hawkertrap', 822, 391.337, 40.206, -876.378, 111), + (16900123, 'Hawkertrap', 822, 488.417, 40.306, -884.382, 221), + (16900124, 'Riverne_Vulture', 829, 391.468, 39.488, -834.507, 183), + (16900125, 'Riverne_Vulture', 829, 435.634, 40.014, -849.227, 26), + (16900126, 'Riverne_Vulture', 829, 456.496, 40.287, -881.914, 34), + (16900127, 'Riverne_Vulture', 829, 412.330, 39.910, -873.700, 236), + (16900128, 'Hippogryph', 824, 415.245, 40.258, -862.515, 222), + (16900129, 'Hawkertrap', 822, 310.581, 30.827, -793.779, 185), + (16900130, 'Riverne_Vulture', 829, 310.865, 31.242, -790.816, 88), + (16900131, 'Riverne_Vulture', 829, 329.846, 31.182, -806.894, 144), + (16900132, 'Hawkertrap', 822, 284.788, 75.673, -911.230, 71), + (16900133, 'Riverne_Vulture', 829, 277.253, 76.467, -932.074, 71), + (16900134, 'Riverne_Vulture', 829, 271.914, 76.036, -926.589, 60), + (16900135, 'Riverne_Vulture', 829, 182.685, 96.209, -885.471, 139), + (16900136, 'Riverne_Vulture', 829, 168.653, 95.765, -873.945, 171), + (16900137, 'Riverne_Vulture', 829, 181.885, 96.295, -884.878, 93), + (16900138, 'Riverne_Vulture', 829, 177.421, 96.399, -839.646, 199), + (16900139, 'Riverne_Vulture', 829, 199.056, 95.519, -840.559, 202), + (16900140, 'Riverne_Vulture', 829, 173.691, 96.168, -838.445, 5), + (16900141, 'Riverne_Vulture', 829, 190.304, 95.856, -848.669, 194), + (16900142, 'Riverne_Vulture', 829, 165.854, 96.035, -869.040, 110), + (16900143, 'Hawkertrap', 822, 587.982, -0.193, 445.777, 55), + (16900144, 'Hawkertrap', 822, 594.067, -0.162, 448.997, 219), + (16900145, 'Hawkertrap', 822, 600.014, 0.099, 536.605, 30), + (16900146, 'Hawkertrap', 822, 587.939, -0.119, 560.021, 116), + (16900147, 'Hawkertrap', 822, 592.096, 0.201, 570.623, 84), + (16900148, 'Riverne_Vulture', 829, 632.451, -0.379, 522.501, 191), + (16900149, 'Riverne_Vulture', 829, 635.077, -0.323, 523.062, 147), + (16900150, 'Riverne_Vulture', 829, 606.533, -0.044, 432.307, 58), + (16900151, 'Riverne_Vulture', 829, 617.124, -0.048, 473.343, 132), + (16900152, 'Hippogryph', 824, 633.992, -0.214, 509.755, 93), + (16900153, 'Hippogryph', 824, 598.465, -0.286, 549.038, 165), + (16900154, 'Hippogryph', 824, 609.810, -0.351, 470.194, 119), + (16900155, 'Hawkertrap', 822, 521.579, 0.273, 374.951, 20), + (16900156, 'Hawkertrap', 822, 515.211, -0.127, 419.466, 183), + (16900157, 'Hawkertrap', 822, 565.056, 0.756, 338.603, 167), + (16900158, 'Hawkertrap', 822, 513.547, -0.305, 378.507, 183), + (16900159, 'Hawkertrap', 822, 588.029, 0.494, 356.651, 242), + (16900160, 'Riverne_Vulture', 829, 609.411, 0.140, 364.558, 214), + (16900161, 'Riverne_Vulture', 829, 516.883, -0.073, 378.105, 12), + (16900162, 'Riverne_Vulture', 829, 548.947, -0.138, 359.642, 41), + (16900163, 'Firedrake', 819, 500.486, -0.429, 409.154, 222), + (16900164, 'Firedrake', 819, 559.997, -0.488, 400.659, 143), + (16900165, 'Firedrake', 819, 562.264, -0.300, 409.969, 101), + (16900166, 'Hippogryph', 824, 524.615, 0.414, 424.255, 15), + (16900167, 'Hippogryph', 824, 498.581, 0.032, 396.776, 252), + (16900168, 'Firedrake', 819, 443.888, -0.263, 476.837, 60), + (16900169, 'Firedrake', 819, 461.421, 0.211, 491.858, 150), + (16900170, 'Firedrake', 819, 449.353, -0.019, 476.432, 10), + (16900171, 'Firedrake', 819, 449.962, 0.001, 476.335, 125), + (16900172, 'Firedrake', 819, 470.728, -0.196, 481.793, 187), + (16900173, 'Firedrake', 819, 450.575, -0.490, 469.279, 193), + (16900174, 'Hippogryph', 824, 464.559, 0.181, 489.231, 52), + (16900175, 'Thunder_Elemental', 831, 485.958, -0.241, 477.660, 210), + (16900176, 'Hawkertrap', 822, 405.967, -0.438, 342.572, 27), + (16900177, 'Hawkertrap', 822, 349.772, -0.050, 289.305, 162), + (16900178, 'Hawkertrap', 822, 364.385, 0.660, 305.104, 129), + (16900179, 'Hawkertrap', 822, 438.280, -0.390, 356.140, 28), + (16900180, 'Riverne_Vulture', 829, 401.433, -0.170, 347.822, 249), + (16900181, 'Riverne_Vulture', 829, 359.293, -0.453, 317.077, 184), + (16900182, 'Riverne_Vulture', 829, 355.924, -0.245, 308.559, 116), + (16900183, 'Firedrake', 819, 397.070, -0.326, 349.629, 89), + (16900184, 'Firedrake', 819, 445.120, -0.086, 373.773, 34), + (16900185, 'Firedrake', 819, 440.442, -0.375, 405.990, 195), + (16900186, 'Hippogryph', 824, 430.103, -0.024, 367.260, 122), + (16900187, 'Hippogryph', 824, 458.318, -1.548, 384.250, 246), + (16900188, 'Hawkertrap', 822, 188.729, -0.601, 344.967, 103), + (16900189, 'Hawkertrap', 822, 212.485, 0.341, 367.384, 255), + (16900190, 'Hawkertrap', 822, 275.733, 0.940, 299.735, 45), + (16900191, 'Riverne_Vulture', 829, 310.515, -0.043, 280.344, 245), + (16900192, 'Riverne_Vulture', 829, 202.856, 0.353, 347.397, 43), + (16900193, 'Riverne_Vulture', 829, 207.167, -0.349, 361.564, 57), + (16900194, 'Firedrake', 819, 254.087, 0.012, 384.908, 233), + (16900195, 'Firedrake', 819, 243.943, 0.224, 378.384, 98), + (16900196, 'Firedrake', 819, 280.344, -0.154, 286.889, 185), + (16900197, 'Hippogryph', 824, 244.820, 0.882, 314.464, 108), + (16900198, 'Hippogryph', 824, 244.560, -0.512, 351.048, 172), + (16900199, 'Hawkertrap', 822, 287.296, -0.684, 407.860, 97), + (16900200, 'Hawkertrap', 822, 296.995, 1.596, 431.155, 69), + (16900201, 'Hawkertrap', 822, 224.929, 0.219, 542.671, 104), + (16900202, 'Hawkertrap', 822, 160.851, -0.087, 509.133, 207), + (16900203, 'Hawkertrap', 822, 176.537, 0.323, 518.689, 85), + (16900204, 'Hawkertrap', 822, 223.793, 0.165, 534.987, 58), + (16900205, 'Hawkertrap', 822, 268.751, 0.009, 508.195, 44), + (16900206, 'Hawkertrap', 822, 244.419, -0.262, 526.006, 178), + (16900207, 'Hawkertrap', 822, 156.301, -0.109, 493.647, 70), + (16900208, 'Hawkertrap', 822, 181.931, 0.255, 521.039, 148), + (16900209, 'Thunder_Elemental', 831, 0.000, 0.000, 0.000, 0), + (16900210, 'Hippogryph', 824, 302.062, -0.131, 528.965, 146), + (16900211, 'Hippogryph', 824, 318.422, -0.452, 553.460, 121), + (16900212, 'Firedrake', 819, 231.761, -0.153, 550.893, 205), + (16900213, 'Firedrake', 819, 196.376, 0.267, 543.318, 240), + (16900214, 'Firedrake', 819, 234.812, -0.148, 551.123, 202), + (16900215, 'Firedrake', 819, 206.716, -0.224, 525.405, 244), + (16900216, 'Hawker', 821, 38.483, 0.360, 342.305, 178), + (16900217, 'Hawker', 821, 112.097, -0.117, 393.246, 26), + (16900218, 'Hawker', 821, 27.232, -0.032, 368.672, 169), + (16900219, 'Hawker', 821, -1.794, 0.362, 348.839, 99), + (16900220, 'Hawker', 821, 102.135, 0.261, 393.251, 20), + (16900221, 'Hawker', 821, 89.522, 0.213, 416.398, 75), + (16900222, 'Hawker', 821, 30.730, -0.254, 356.301, 97), + (16900223, 'Hawker', 821, 113.885, 0.135, 424.963, 194), + (16900224, 'Cloud_Hippogryph', 817, 20.448, 0.123, 344.520, 135), + (16900225, 'Cloud_Hippogryph', 817, 75.741, 0.059, 367.753, 0), + (16900226, 'Cloud_Hippogryph', 817, 44.290, 0.089, 384.847, 215), + (16900227, 'Atomic_Cluster', 814, -166.162, 47.957, -846.369, 160), + (16900228, 'Atomic_Cluster', 814, -189.743, 48.030, -845.295, 196), + (16900229, 'Flamedrake', 820, -172.414, 47.650, -870.828, 12), + (16900230, 'Carmine_Dobsonfly', 815, -191.213, 47.667, -833.249, 1), + (16900231, 'Carmine_Dobsonfly', 815, -204.626, 47.720, -841.965, 33), + (16900232, 'Carmine_Dobsonfly', 815, -201.089, 47.674, -833.030, 125), + (16900233, 'Carmine_Dobsonfly', 815, -204.132, 47.551, -836.828, 63), + (16900234, 'Carmine_Dobsonfly', 815, -200.232, 47.846, -846.612, 29), + (16900235, 'Carmine_Dobsonfly', 815, -211.737, 48.365, -835.052, 108), + (16900236, 'Carmine_Dobsonfly', 815, -207.250, 47.918, -825.761, 149), + (16900237, 'Carmine_Dobsonfly', 815, -218.367, 47.091, -823.597, 155), + (16900238, 'Carmine_Dobsonfly', 815, -157.935, 48.325, -828.412, 245), + (16900239, 'Carmine_Dobsonfly', 815, -204.985, 47.566, -837.901, 225), + (16900240, 'Air_Elemental', 812, -323.929, 19.479, -760.383, 168), + (16900241, 'Atomic_Cluster', 814, -403.540, 19.563, -678.607, 210), + (16900242, 'Atomic_Cluster', 814, -269.430, 19.268, -737.621, 65), + (16900243, 'Atomic_Cluster', 814, -313.255, 19.586, -758.593, 125), + (16900244, 'Atomic_Cluster', 814, -375.187, 19.790, -672.464, 123), + (16900245, 'Atomic_Cluster', 814, -314.348, 19.887, -766.076, 243), + (16900246, 'Flamedrake', 820, -319.945, 19.602, -766.937, 34), + (16900247, 'Hawker', 821, -275.981, 19.835, -762.189, 4), + (16900248, 'Hawker', 821, -308.545, 19.593, -688.468, 145), + (16900249, 'Hawker', 821, -240.238, 20.270, -710.471, 145), + (16900250, 'Hawker', 821, 0.000, 0.000, 0.000, 0), + (16900251, 'Hawker', 821, -445.213, 20.030, -707.490, 143), + (16900252, 'Hawker', 821, -440.078, 19.527, -723.007, 56), + (16900253, 'Hawker', 821, -425.474, 19.928, -715.620, 62), + (16900254, 'Hawker', 821, -397.387, 20.257, -701.375, 79), + (16900255, 'Atomic_Cluster', 814, -281.896, 0.059, -602.578, 208), + (16900256, 'Atomic_Cluster', 814, -281.812, 0.052, -602.402, 205), + (16900257, 'Hawker', 821, -439.766, -19.481, -573.439, 175), + (16900258, 'Hawker', 821, -433.397, -20.199, -523.192, 217), + (16900259, 'Hawker', 821, -449.826, -19.942, -550.822, 228), + (16900260, 'Hawker', 821, -446.515, -20.112, -526.448, 158), + (16900261, 'Hawker', 821, -426.310, -20.787, -535.081, 202), + (16900262, 'Hawker', 821, -433.546, -19.744, -572.876, 214), + (16900263, 'Hawker', 821, -439.647, -18.767, -509.084, 123), + (16900264, 'Air_Elemental', 812, -611.918, 19.844, -521.152, 117), + (16900265, 'Cloud_Hippogryph', 817, -625.003, 19.812, -526.410, 251), + (16900266, 'Cloud_Hippogryph', 817, -587.268, 22.250, -572.424, 2), + (16900267, 'Cloud_Hippogryph', 817, -588.708, 21.239, -527.682, 251), + (16900268, 'Cloud_Hippogryph', 817, -599.470, 20.645, -579.340, 176), + (16900269, 'Cloud_Hippogryph', 817, -578.880, 20.984, -590.069, 237), + (16900270, 'Hawker', 821, -533.021, -4.578, -411.727, 117), + (16900271, 'Hawker', 821, -532.439, -5.606, -404.109, 87), + (16900272, 'Hawker', 821, -711.395, -42.173, -364.387, 7), + (16900273, 'Hawker', 821, -732.923, -43.510, -361.716, 71), + (16900274, 'Hawker', 821, -722.482, -43.381, -305.491, 184), + (16900275, 'Atomic_Cluster', 814, -734.935, -43.505, -314.061, 93), + (16900276, 'Cloud_Hippogryph', 817, -721.544, -44.453, -324.695, 189), + (16900277, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900278, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900279, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900280, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900281, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900282, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900283, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900284, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900285, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900286, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900287, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900288, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900289, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900290, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900291, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900292, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900293, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900294, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900295, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900296, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900297, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900298, 'Darner', 10852, 0.000, 0.000, 0.000, 0), + (16900299, 'Atomic_Cluster', 814, 22.109, -1.749, 615.145, 117), + (16900300, 'Atomic_Cluster', 814, 19.059, -0.130, 623.459, 115), + (16900301, 'Flamedrake', 820, -66.021, 0.006, 736.744, 10), + (16900302, 'Flamedrake', 820, -85.180, -0.127, 712.223, 89), + (16900303, 'Flamedrake', 820, -96.319, 0.201, 726.792, 87), + (16900304, 'Flamedrake', 820, -85.989, 0.013, 750.143, 84), + (16900305, 'Flamedrake', 820, -87.850, 0.271, 694.471, 178), + (16900306, 'Aiatar', 811, 0.000, 0.000, 0.000, 0), + (16900307, 'Thunder_Elemental', 831, -73.717, -0.153, 727.296, 54), + (16900308, 'Atomic_Cluster', 814, -68.188, 0.044, 690.441, 158), + (16900309, 'Atomic_Cluster', 814, -55.660, 0.360, 700.921, 48), + (16900310, 'Atomic_Cluster', 814, -44.145, -0.274, 689.191, 31), + (16900311, 'Atomic_Cluster', 814, -53.459, -0.055, 678.762, 140), + (16900312, 'Water_Elemental', 832, 45.802, 76.114, -711.050, 165), + (16900313, 'Earth_Elemental', 818, 43.430, 75.886, -711.758, 214), + (16900314, 'Ouryu', 827, 43.295, 76.478, -739.572, 8), + (16900315, 'Ziryu', 833, -8.300, 75.828, -757.276, 100), + (16900316, 'Ziryu', 833, 0.680, 76.098, -728.375, 143), + (16900317, 'Ziryu', 833, 20.744, 76.462, -756.730, 229), + (16900318, 'Ziryu', 833, 52.704, 76.034, -713.611, 109), + (16900319, 'Arcane_Phantasm', 813, 0.000, 0.000, 0.000, 0), + (16900320, 'Shieldtrap', 830, 0.000, 0.000, 0.000, 0), + (16904193, 'Mammet-19_Epsilon', 842, -607.789, 81.699, -5.607, 243), + (16904194, 'Mammet-19_Epsilon', 842, -609.317, 81.699, 1.053, 14), + (16904195, 'Mammet-19_Epsilon', 842, -598.712, 81.699, -1.929, 94), + (16904196, 'Mammet-19_Epsilon', 842, 22.562, 1.500, 2.789, 135), + (16904197, 'Mammet-19_Epsilon', 842, 26.262, 1.489, -0.090, 239), + (16904198, 'Mammet-19_Epsilon', 842, 13.706, 1.500, -2.872, 226), + (16904199, 'Mammet-19_Epsilon', 842, 623.902, -78.500, 1.290, 31), + (16904200, 'Mammet-19_Epsilon', 842, 601.661, -78.300, -3.457, 213), + (16904201, 'Mammet-19_Epsilon', 842, 616.727, -78.300, 10.345, 144), + (16904202, 'Ouryu', 845, -605.000, 81.699, 1.000, 1), + (16904203, 'Ouryu', 845, 26.200, 1.500, 1.000, 1), + (16904204, 'Ouryu', 845, 623.000, -78.300, 1.290, 1), + (16904205, 'Hamadryad', 838, -599.141, 81.699, -8.370, 189), + (16904207, 'Hamadryad', 838, 2.982, 1.900, 1.882, 50), + (16904209, 'Hamadryad', 838, 595.000, -78.300, 0.000, 0), + (16904211, 'Razon', 847, -548.619, 79.683, -0.941, 1), + (16904213, 'Razon', 847, 17.436, 1.500, -4.149, 240), + (16904215, 'Razon', 847, 618.808, -78.699, -6.534, 218), + (16904217, 'Watch_Hippogryph', 849, -580.226, 81.500, 4.074, 188), + (16904218, 'Guard_Hippogryph', 837, -578.245, 81.500, 3.045, 101), + (16904220, 'Watch_Hippogryph', 849, 79.964, -0.836, 3.686, 81), + (16904221, 'Guard_Hippogryph', 837, 59.134, -0.216, 0.040, 100), + (16904223, 'Watch_Hippogryph', 849, 616.280, -78.699, -9.550, 120), + (16904224, 'Guard_Hippogryph', 837, 612.415, -78.416, -8.278, 96), + (16904226, 'Hotupuku', 839, -593.932, 81.900, 0.009, 75), + (16904228, 'Hotupuku', 839, 8.718, 1.500, -8.058, 72), + (16904230, 'Hotupuku', 839, 610.142, -78.061, 3.980, 28), + (16904232, 'Mammet_Master', 844, -595.000, 81.900, 0.000, 0), + (16904233, 'Mammet-800', 843, -595.000, 81.900, 0.000, 248), + (16904234, 'Mammet-800', 843, -574.600, 81.500, 1.128, 116), + (16904235, 'Mammet-800', 843, -545.470, 79.670, 0.680, 55), + (16904236, 'Mammet-800', 843, -617.431, 81.365, 14.301, 21), + (16904237, 'Mammet-800', 843, -585.461, 81.699, 16.317, 202), + (16904238, 'Mammet-800', 843, -617.715, 81.300, 14.349, 244), + (16904239, 'Mammet-800', 843, -620.681, 81.256, 11.280, 165), + (16904240, 'Mammet-800', 843, -586.365, 81.500, 10.033, 212), + (16904241, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904242, 'Mammet_Master', 844, 5.000, 1.900, 0.000, 0), + (16904243, 'Mammet-800', 843, 14.013, 1.500, -1.237, 233), + (16904244, 'Mammet-800', 843, 13.020, 1.299, -4.349, 6), + (16904245, 'Mammet-800', 843, 18.435, 1.500, -4.281, 21), + (16904246, 'Mammet-800', 843, 16.507, 1.700, 12.222, 225), + (16904247, 'Mammet-800', 843, 21.192, 1.500, -3.822, 49), + (16904248, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904249, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904250, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904251, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904252, 'Mammet_Master', 844, 605.000, -78.099, 0.000, 0), + (16904253, 'Mammet-800', 843, 630.065, -78.968, -0.423, 33), + (16904254, 'Mammet-800', 843, 605.162, -78.500, 15.273, 94), + (16904255, 'Mammet-800', 843, 619.805, -78.699, -8.381, 209), + (16904256, 'Mammet-800', 843, 605.446, -78.500, 9.029, 207), + (16904257, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904258, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904259, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904260, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16904261, 'Mammet-800', 843, 0.000, 0.000, 0.000, 0), + (16908289, 'Mammet-22_Zeta', 854, -645.925, -231.648, 522.879, 79), + (16908290, 'Mammet-22_Zeta', 854, -639.956, -231.847, 516.463, 51), + (16908291, 'Mammet-22_Zeta', 854, -649.916, -231.648, 522.747, 203), + (16908292, 'Mammet-22_Zeta', 854, -645.447, -231.648, 526.406, 113), + (16908293, 'Mammet-22_Zeta', 854, -641.032, -231.847, 527.751, 80), + (16908294, 'Omega', 855, -633.358, -231.656, 521.835, 129), + (16908295, 'Ultima', 861, -641.973, -231.678, 521.906, 151), + (16908296, 'Mammet-22_Zeta', 854, 6.379, -151.746, 166.527, 58), + (16908297, 'Mammet-22_Zeta', 854, 5.000, -151.648, 151.000, 192), + (16908298, 'Mammet-22_Zeta', 854, -5.000, -151.648, 151.000, 192), + (16908299, 'Mammet-22_Zeta', 854, 2.500, -151.847, 151.000, 192), + (16908300, 'Mammet-22_Zeta', 854, -2.500, -151.847, 151.000, 192), + (16908301, 'Omega', 855, 0.000, -151.847, 154.000, 192), + (16908302, 'Ultima', 861, 0.000, 0.000, 0.000, 0), + (16908303, 'Mammet-22_Zeta', 854, 0.000, 0.000, 0.000, 0), + (16908304, 'Mammet-22_Zeta', 854, 0.000, 0.000, 0.000, 0), + (16908305, 'Mammet-22_Zeta', 854, 0.000, 0.000, 0.000, 0), + (16908306, 'Mammet-22_Zeta', 854, 0.000, 0.000, 0.000, 0), + (16908307, 'Mammet-22_Zeta', 854, 0.000, 0.000, 0.000, 0), + (16908308, 'Omega', 855, 0.000, 0.000, 0.000, 0), + (16908309, 'Ultima', 861, 0.000, 0.000, 0.000, 0), + (16908310, 'Tenzen', 860, -635.607, -231.648, 528.888, 131), + (16908311, 'Makki-Chebukki', 853, -640.000, -235.378, 509.700, 191), + (16908312, 'Kukki-Chebukki', 852, -641.000, -235.378, 509.700, 194), + (16908313, 'Cherukiki', 851, -639.000, -235.378, 509.700, 189), + (16908314, 'Tenzen', 860, -4.642, -151.648, 169.616, 149), + (16908315, 'Makki-Chebukki', 853, 0.000, -155.378, 149.699, 193), + (16908316, 'Kukki-Chebukki', 852, -1.000, -155.378, 149.699, 196), + (16908317, 'Cherukiki', 851, 1.000, -155.378, 149.699, 191), + (16908318, 'Tenzen', 860, 0.000, 0.000, 0.000, 0), + (16908319, 'Makki-Chebukki', 853, 0.000, 0.000, 0.000, 0), + (16908320, 'Kukki-Chebukki', 852, 0.000, 0.000, 0.000, 0), + (16908321, 'Cherukiki', 851, 0.000, 0.000, 0.000, 0), + (16912385, 'Ul_aern', 887, -24.763, -0.501, -501.989, 4), + (16912386, 'Ul_aern', 887, 16.921, -0.500, -577.787, 36), + (16912387, 'Ul_aern', 887, -77.701, -0.500, -501.892, 201), + (16912388, 'Ul_aern', 887, 65.450, -0.692, -509.138, 142), + (16912389, 'Ul_aern', 887, 26.227, -0.500, -508.040, 186), + (16912390, 'Ul_aern', 887, -38.579, -0.499, -538.948, 239), + (16912391, 'Ul_aern', 887, -20.686, -0.500, -567.651, 159), + (16912392, 'Ul_aern', 887, -0.802, -1.055, -542.784, 199), + (16912393, 'Ul_aern', 887, -46.533, -0.500, -590.850, 172), + (16912394, 'Ul_xzomit', 890, -33.752, -0.499, -574.796, 253), + (16912395, 'Ul_xzomit', 890, -34.370, -0.499, -575.361, 252), + (16912396, 'Ul_xzomit', 890, -22.536, -0.499, -582.664, 241), + (16912397, 'Ul_hpemde', 888, 23.815, -0.499, -510.957, 21), + (16912398, 'Ul_hpemde', 888, 21.091, -0.500, -567.471, 147), + (16912399, 'Ul_hpemde', 888, -26.899, -0.499, -498.517, 226), + (16912400, 'Ul_hpemde', 888, -1.009, -10.429, -471.938, 188), + (16912401, 'Ul_phuabo', 889, -33.437, -0.150, -605.090, 52), + (16912402, 'Ul_phuabo', 889, 40.749, -0.500, -552.929, 43), + (16912403, 'Ul_aern', 887, -19.533, -0.500, -753.547, 38), + (16912404, 'Ul_aern', 887, -50.180, -0.500, -635.818, 140), + (16912405, 'Ul_aern', 887, -27.579, -0.500, -669.759, 215), + (16912406, 'Ul_aern', 887, -131.038, -0.500, -641.104, 168), + (16912407, 'Aern_s_Wynav', 864, -30.533, -0.500, -612.794, 210), + (16912408, 'Aern_s_Xzomit', 865, -24.409, -0.500, -631.601, 158), + (16912409, 'Ul_xzomit', 890, -119.239, -0.566, -694.690, 149), + (16912410, 'Ul_xzomit', 890, -120.985, -0.566, -693.450, 148), + (16912411, 'Ul_xzomit', 890, -128.992, -0.527, -688.283, 148), + (16912412, 'Ul_hpemde', 888, -55.030, -0.499, -714.380, 79), + (16912413, 'Ul_hpemde', 888, -49.407, -0.499, -699.956, 51), + (16912414, 'Ul_phuabo', 889, -62.890, -0.500, -652.477, 31), + (16912415, 'Ul_aern', 887, 15.703, -0.500, -698.349, 109), + (16912416, 'Ul_aern', 887, 15.523, -0.500, -701.454, 68), + (16912417, 'Ul_aern', 887, 62.303, -0.500, -721.327, 239), + (16912418, 'Ul_aern', 887, 13.532, -0.500, -710.448, 205), + (16912419, 'Ul_hpemde', 888, 90.127, -0.499, -691.918, 229), + (16912420, 'Ul_hpemde', 888, 48.374, -0.500, -663.020, 212), + (16912421, 'Aern_s_Elemental', 863, -0.282, -4.256, -725.572, 211), + (16912422, 'Ul_xzomit', 890, 54.769, -0.500, -673.411, 143), + (16912423, 'Ul_xzomit', 890, 48.954, -0.500, -693.270, 193), + (16912424, 'Ul_xzomit', 890, 45.356, -0.500, -670.993, 141), + (16912425, 'Ul_phuabo', 889, 18.869, -0.500, -675.623, 169), + (16912426, 'Ul_xzomit', 890, 139.832, -0.822, -659.773, 63), + (16912427, 'Ul_xzomit', 890, 140.099, -0.815, -658.390, 58), + (16912428, 'Ul_xzomit', 890, 186.926, -0.499, -580.286, 223), + (16912429, 'Ul_xzomit', 890, 210.690, -0.500, -562.239, 238), + (16912430, 'Ul_xzomit', 890, 168.202, -0.499, -594.353, 128), + (16912431, 'Ul_xzomit', 890, 168.345, -0.499, -593.776, 123), + (16912432, 'Ul_xzomit', 890, 132.210, -0.498, -591.649, 29), + (16912433, 'Ul_xzomit', 890, 130.843, -0.501, -590.595, 31), + (16912434, 'Ul_xzomit', 890, 138.555, -0.879, -664.966, 178), + (16912435, 'Ul_xzomit', 890, 202.714, -0.499, -550.121, 151), + (16912436, 'Ul_xzomit', 890, 117.878, -0.499, -646.069, 182), + (16912437, 'Ul_xzomit', 890, 168.981, -0.499, -626.061, 243), + (16912438, 'Ul_hpemde', 888, 117.456, -0.499, -635.053, 170), + (16912439, 'Ul_hpemde', 888, 129.026, -0.499, -660.397, 126), + (16912440, 'Ul_hpemde', 888, 210.765, -0.500, -586.077, 176), + (16912441, 'Ul_phuabo', 889, 191.549, -0.499, -599.093, 248), + (16912442, 'Ul_hpemde', 888, 241.693, -0.499, -705.110, 127), + (16912443, 'Ul_xzomit', 890, 255.142, -0.499, -686.007, 178), + (16912444, 'Ul_xzomit', 890, 254.966, -0.499, -684.283, 178), + (16912445, 'Ul_xzomit', 890, 255.342, -0.499, -699.151, 200), + (16912446, 'Ul_xzomit', 890, 255.049, -0.499, -700.470, 247), + (16912447, 'Ul_xzomit', 890, 259.631, -0.499, -669.653, 204), + (16912448, 'Ul_xzomit', 890, 254.990, -0.499, -685.684, 189), + (16912449, 'Ul_xzomit', 890, 343.508, -0.499, -596.818, 175), + (16912450, 'Ul_xzomit', 890, 342.456, -0.499, -594.745, 176), + (16912451, 'Ul_xzomit', 890, 310.918, -0.499, -550.688, 227), + (16912452, 'Ul_xzomit', 890, 311.020, -0.499, -548.440, 236), + (16912453, 'Ul_xzomit', 890, 290.684, -0.499, -567.039, 177), + (16912454, 'Ul_xzomit', 890, 290.975, -0.499, -565.852, 106), + (16912455, 'Ul_xzomit', 890, 313.472, -0.559, -630.736, 116), + (16912456, 'Ul_xzomit', 890, 322.758, -0.499, -548.738, 236), + (16912457, 'Ul_xzomit', 890, 277.204, -0.499, -577.142, 90), + (16912458, 'Ul_hpemde', 888, 284.018, -0.499, -626.997, 28), + (16912459, 'Ul_hpemde', 888, 300.810, -0.499, -575.083, 254), + (16912460, 'Ul_phuabo', 889, 284.498, -0.499, -629.419, 27), + (16912461, 'Ul_phuabo', 889, 224.022, -0.499, -485.665, 235), + (16912462, 'Ul_hpemde', 888, 345.717, -0.499, -452.754, 157), + (16912463, 'Ul_hpemde', 888, 351.639, -0.499, -351.230, 208), + (16912464, 'Ul_hpemde', 888, 365.008, -0.499, -369.495, 2), + (16912465, 'Ul_hpemde', 888, 358.206, -0.499, -460.584, 32), + (16912466, 'Ul_hpemde', 888, 312.292, -0.499, -440.218, 11), + (16912467, 'Ul_hpemde', 888, 240.752, -0.499, -409.107, 21), + (16912468, 'Ul_xzomit', 890, 363.791, -0.499, -364.680, 49), + (16912469, 'Ul_xzomit', 890, 365.074, -0.499, -366.881, 49), + (16912470, 'Ul_xzomit', 890, 396.299, -0.500, -371.731, 231), + (16912471, 'Ul_phuabo', 889, 339.561, -0.499, -359.644, 3), + (16912472, 'Om_aern', 874, 543.330, -0.500, -386.170, 144), + (16912473, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912474, 'Om_aern', 874, 500.969, -0.500, -364.315, 253), + (16912475, 'Om_aern', 874, 492.901, -0.500, -352.552, 204), + (16912476, 'Om_hpemde', 875, 476.125, -0.500, -348.004, 201), + (16912477, 'Om_hpemde', 875, 474.663, -0.500, -355.781, 90), + (16912478, 'Om_hpemde', 875, 507.004, -0.500, -393.637, 19), + (16912479, 'Om_hpemde', 875, 529.395, -0.500, -379.566, 207), + (16912480, 'Om_hpemde', 875, 523.492, -0.500, -407.406, 4), + (16912481, 'Aern_s_Wynav', 864, 0.000, 0.000, 0.000, 0), + (16912482, 'Aern_s_Elemental', 863, 591.286, -0.500, -352.283, 211), + (16912483, 'Aern_s_Xzomit', 865, 0.000, 0.000, 0.000, 0), + (16912484, 'Om_xzomit', 877, 506.064, -0.500, -364.918, 159), + (16912485, 'Om_xzomit', 877, 476.294, -0.500, -329.184, 139), + (16912486, 'Om_xzomit', 877, 510.987, -0.500, -351.639, 71), + (16912487, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912488, 'Om_aern', 874, 469.287, -0.500, -465.071, 30), + (16912489, 'Om_aern', 874, 485.531, -0.500, -550.973, 241), + (16912490, 'Om_aern', 874, 510.266, -0.500, -511.437, 225), + (16912491, 'Om_aern', 874, 450.987, -0.500, -502.135, 3), + (16912492, 'Om_aern', 874, 534.819, -0.500, -484.959, 155), + (16912493, 'Om_aern', 874, 506.135, -0.500, -460.467, 94), + (16912494, 'Om_aern', 874, 516.833, -0.514, -513.890, 153), + (16912495, 'Om_aern', 874, 551.018, -0.500, -415.910, 138), + (16912496, 'Om_hpemde', 875, 526.996, -0.500, -469.357, 86), + (16912497, 'Om_hpemde', 875, 556.088, -0.500, -444.888, 173), + (16912498, 'Om_hpemde', 875, 470.923, -0.500, -480.616, 75), + (16912499, 'Om_aern', 874, 455.566, -1.217, -597.924, 251), + (16912500, 'Om_aern', 874, 561.407, -1.533, -527.602, 66), + (16912501, 'Om_aern', 874, 430.611, -1.386, -606.282, 119), + (16912502, 'Om_aern', 874, 574.313, -1.340, -518.119, 251), + (16912503, 'Om_aern', 874, 446.590, -1.515, -601.785, 91), + (16912504, 'Om_xzomit', 877, 640.544, -0.500, -231.153, 63), + (16912505, 'Om_xzomit', 877, 577.404, -0.500, -256.567, 73), + (16912506, 'Om_xzomit', 877, 609.692, -0.506, -292.897, 240), + (16912507, 'Om_hpemde', 875, 570.265, -0.500, -221.508, 81), + (16912508, 'Om_hpemde', 875, 665.655, -0.500, -285.681, 196), + (16912509, 'Om_hpemde', 875, 665.970, -0.500, -325.826, 71), + (16912510, 'Om_hpemde', 875, 637.906, -0.500, -246.592, 212), + (16912511, 'Om_hpemde', 875, 611.378, -0.500, -330.444, 119), + (16912512, 'Om_hpemde', 875, 618.827, -0.500, -206.135, 158), + (16912513, 'Om_hpemde', 875, 653.347, -0.500, -301.092, 252), + (16912514, 'Om_hpemde', 875, 571.652, -0.500, -254.126, 180), + (16912515, 'Om_phuabo', 876, 620.084, -0.500, -305.210, 224), + (16912516, 'Om_phuabo', 876, 643.844, -0.500, -219.270, 149), + (16912517, 'Om_aern', 874, 717.709, -0.500, -132.940, 155), + (16912518, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912519, 'Om_aern', 874, 666.793, -1.495, -138.628, 119), + (16912520, 'Aern_s_Wynav', 864, 0.000, 0.000, 0.000, 0), + (16912521, 'Om_xzomit', 877, 639.020, -1.207, -121.952, 47), + (16912522, 'Om_xzomit', 877, 650.586, -0.500, -149.685, 15), + (16912523, 'Om_xzomit', 877, 664.391, -0.500, -68.372, 10), + (16912524, 'Om_xzomit', 877, 621.909, -0.509, -123.923, 158), + (16912525, 'Om_xzomit', 877, 668.624, -1.362, -151.423, 165), + (16912526, 'Om_xzomit', 877, 609.636, -0.500, -106.903, 222), + (16912527, 'Om_aern', 874, 672.171, -2.115, -144.511, 165), + (16912528, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912529, 'Om_aern', 874, 692.106, -1.249, -158.938, 238), + (16912530, 'Aern_s_Elemental', 863, 620.980, -0.500, -54.430, 196), + (16912531, 'Aern_s_Xzomit', 865, 0.000, 0.000, 0.000, 0), + (16912532, 'Om_hpemde', 875, 590.587, -0.500, -125.389, 1), + (16912533, 'Om_hpemde', 875, 638.080, -0.500, -190.328, 230), + (16912534, 'Om_hpemde', 875, 694.155, -0.500, -92.538, 111), + (16912535, 'Om_hpemde', 875, 712.543, -0.500, -125.105, 61), + (16912536, 'Om_phuabo', 876, 650.020, -0.500, -177.482, 112), + (16912537, 'Om_phuabo', 876, 622.863, -0.500, -194.815, 150), + (16912538, 'Om_hpemde', 875, 563.139, -0.500, -53.854, 28), + (16912539, 'Om_hpemde', 875, 611.677, -0.500, 35.774, 7), + (16912540, 'Om_hpemde', 875, 669.484, -1.321, 22.052, 134), + (16912541, 'Om_hpemde', 875, 578.093, -0.500, -37.125, 180), + (16912542, 'Om_phuabo', 876, 596.130, -0.500, -38.411, 93), + (16912543, 'Om_phuabo', 876, 622.712, -0.500, 7.729, 192), + (16912544, 'Om_phuabo', 876, 620.234, -0.500, 5.521, 150), + (16912545, 'Ul_xzomit', 890, -203.655, -0.500, -648.053, 235), + (16912546, 'Ul_xzomit', 890, -202.020, -0.500, -646.848, 234), + (16912547, 'Ul_xzomit', 890, -186.566, -0.500, -640.645, 251), + (16912548, 'Ul_xzomit', 890, -336.628, -0.347, -516.950, 44), + (16912549, 'Ul_xzomit', 890, -338.677, -0.372, -517.808, 119), + (16912550, 'Ul_xzomit', 890, -303.153, -0.585, -532.679, 10), + (16912551, 'Ul_hpemde', 888, -188.775, -0.499, -588.949, 80), + (16912552, 'Ul_hpemde', 888, -193.644, -0.500, -530.474, 43), + (16912553, 'Ul_hpemde', 888, -143.504, -0.500, -557.268, 199), + (16912554, 'Ul_hpemde', 888, -166.959, -0.500, -562.059, 43), + (16912555, 'Ul_hpemde', 888, -182.000, -0.500, -508.531, 202), + (16912556, 'Ul_hpemde', 888, -369.195, -0.499, -539.680, 222), + (16912557, 'Ul_hpemde', 888, -332.073, -0.500, -550.827, 97), + (16912558, 'Ul_hpemde', 888, -321.517, -0.500, -571.178, 249), + (16912559, 'Ul_hpemde', 888, -411.282, -0.500, -541.439, 202), + (16912560, 'Ul_phuabo', 889, -202.703, -0.500, -610.505, 224), + (16912561, 'Ul_phuabo', 889, -337.656, -0.500, -589.152, 73), + (16912562, 'Om_aern', 874, -482.645, -0.500, -435.285, 132), + (16912563, 'Om_aern', 874, -423.828, -0.460, -318.176, 182), + (16912564, 'Om_aern', 874, -458.958, -0.500, -415.218, 114), + (16912565, 'Om_aern', 874, -564.880, -0.499, -301.281, 162), + (16912566, 'Om_aern', 874, -549.711, -0.184, -366.400, 60), + (16912567, 'Om_aern', 874, -546.770, -0.499, -414.794, 216), + (16912568, 'Om_aern', 874, -466.757, -0.500, -455.492, 229), + (16912569, 'Om_aern', 874, -561.278, -0.499, -316.129, 141), + (16912570, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912571, 'Om_aern', 874, -541.120, -0.500, -306.263, 233), + (16912572, 'Om_aern', 874, -596.300, -0.500, -438.041, 131), + (16912573, 'Aern_s_Wynav', 864, -452.575, -0.014, -483.415, 213), + (16912574, 'Aern_s_Wynav', 864, -451.440, -0.076, -484.080, 197), + (16912575, 'Om_xzomit', 877, -502.104, -0.645, -347.942, 169), + (16912576, 'Om_xzomit', 877, -567.074, -0.500, -431.010, 240), + (16912577, 'Om_phuabo', 876, -536.584, -0.499, -358.063, 20), + (16912578, 'Om_xzomit', 877, -379.560, -0.499, -299.704, 108), + (16912579, 'Om_xzomit', 877, -375.163, -0.500, -358.036, 172), + (16912580, 'Om_xzomit', 877, -384.453, -0.495, -336.126, 81), + (16912581, 'Om_xzomit', 877, -353.257, -1.598, -387.206, 84), + (16912582, 'Om_xzomit', 877, -299.907, -0.466, -439.106, 107), + (16912583, 'Om_xzomit', 877, -280.681, -0.521, -422.117, 165), + (16912584, 'Om_aern', 874, -533.074, -0.500, -176.443, 143), + (16912585, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912586, 'Om_aern', 874, -485.739, -0.500, -113.174, 132), + (16912587, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912588, 'Om_aern', 874, -437.124, -0.499, -143.701, 9), + (16912589, 'Om_hpemde', 875, -497.896, -0.500, -127.075, 205), + (16912590, 'Om_hpemde', 875, -444.238, -0.499, -143.084, 207), + (16912591, 'Om_hpemde', 875, -528.600, -0.714, -121.099, 44), + (16912592, 'Om_hpemde', 875, -446.037, -0.499, -151.000, 45), + (16912593, 'Aern_s_Elemental', 863, 0.000, 0.000, 0.000, 0), + (16912594, 'Om_xzomit', 877, -475.609, -0.500, -209.707, 98), + (16912595, 'Om_xzomit', 877, -428.862, -0.500, -163.323, 108), + (16912596, 'Om_phuabo', 876, -511.711, -0.500, -149.700, 164), + (16912597, 'Om_phuabo', 876, -482.399, -0.500, -107.132, 238), + (16912598, 'Om_phuabo', 876, -478.710, -0.215, -122.847, 206), + (16912599, 'Om_hpemde', 875, -636.537, -0.500, -227.542, 254), + (16912600, 'Om_hpemde', 875, -648.821, -0.500, -258.818, 96), + (16912601, 'Om_hpemde', 875, -713.883, -0.499, -259.451, 125), + (16912602, 'Om_hpemde', 875, -708.732, -0.499, -244.867, 57), + (16912603, 'Om_hpemde', 875, -700.527, -0.499, -205.911, 121), + (16912604, 'Om_hpemde', 875, -679.182, -0.499, -206.506, 79), + (16912605, 'Om_aern', 874, -691.572, -1.531, -120.841, 255), + (16912606, 'Om_aern', 874, -566.106, -0.468, -108.021, 5), + (16912607, 'Om_aern', 874, 0.000, 0.000, 0.000, 0), + (16912608, 'Om_aern', 874, -578.799, -0.315, -96.729, 0), + (16912609, 'Om_aern', 874, -703.417, -0.228, -109.922, 68), + (16912610, 'Om_hpemde', 875, -597.671, -0.500, -122.198, 253), + (16912611, 'Om_hpemde', 875, -635.631, -0.500, -103.855, 81), + (16912612, 'Om_hpemde', 875, -576.210, -0.429, -102.110, 95), + (16912613, 'Om_hpemde', 875, -613.509, -0.500, -122.283, 139), + (16912614, 'Aern_s_Xzomit', 865, -710.651, -0.794, -107.571, 141), + (16912615, 'Om_xzomit', 877, -619.041, -0.500, -113.369, 55), + (16912616, 'Om_xzomit', 877, -597.635, -0.500, -143.193, 25), + (16912617, 'Om_phuabo', 876, -571.158, -0.500, -84.592, 44), + (16912618, 'Om_aern', 874, -509.101, -0.500, -7.457, 38), + (16912619, 'Om_aern', 874, -518.829, -0.500, 5.110, 235), + (16912620, 'Om_yovra', 878, -546.665, -0.499, -113.184, 137), + (16912621, 'Om_yovra', 878, -630.781, -0.499, -105.857, 43), + (16912622, 'Om_yovra', 878, 681.541, -1.542, 0.895, 182), + (16912623, 'Om_yovra', 878, 505.352, -0.500, -349.365, 97), + (16912624, 'Ul_yovra', 891, 221.982, -1.035, -418.158, 11), + (16912625, 'Ul_yovra', 891, -268.439, -0.500, -673.408, 57), + (16912626, 'Om_xzomit', 877, 57.399, -0.500, 488.138, 64), + (16912627, 'Om_xzomit', 877, 73.271, -0.500, 486.775, 29), + (16912628, 'Om_xzomit', 877, 120.094, -0.500, 486.778, 23), + (16912629, 'Om_xzomit', 877, 135.161, -0.500, 478.212, 31), + (16912630, 'Om_phuabo', 876, 52.953, -0.500, 527.101, 123), + (16912631, 'Om_xzomit', 877, -95.765, -0.508, 456.085, 226), + (16912632, 'Om_xzomit', 877, -95.212, -0.500, 470.493, 203), + (16912633, 'Om_xzomit', 877, -100.665, -0.525, 450.131, 148), + (16912634, 'Om_xzomit', 877, -94.766, -0.500, 514.248, 108), + (16912635, 'Om_phuabo', 876, -97.777, -0.500, 487.792, 38), + (16912636, 'Om_xzomit', 877, 217.052, -0.608, 512.160, 31), + (16912637, 'Om_xzomit', 877, 209.830, -0.500, 557.693, 127), + (16912638, 'Om_hpemde', 875, 236.065, -0.500, 481.134, 99), + (16912639, 'Om_hpemde', 875, 230.124, -0.500, 566.161, 53), + (16912640, 'Om_phuabo', 876, 229.344, -0.500, 519.927, 188), + (16912641, 'Om_phuabo', 876, 162.175, -0.500, 561.019, 103), + (16912642, 'Om_xzomit', 877, 296.336, -0.500, 402.699, 206), + (16912643, 'Om_xzomit', 877, 271.665, -0.500, 458.742, 158), + (16912644, 'Om_xzomit', 877, 267.096, -0.500, 420.949, 205), + (16912645, 'Om_hpemde', 875, 280.858, -0.500, 424.260, 65), + (16912646, 'Om_hpemde', 875, 256.915, -0.500, 449.729, 117), + (16912647, 'Om_phuabo', 876, 274.330, -0.500, 399.221, 77), + (16912648, 'Om_aern', 874, 249.395, -0.500, 704.224, 160), + (16912649, 'Om_aern', 874, 231.519, -0.511, 665.902, 240), + (16912650, 'Om_aern', 874, 241.815, -0.500, 677.466, 180), + (16912651, 'Om_hpemde', 875, 252.520, -0.500, 697.739, 71), + (16912652, 'Om_hpemde', 875, 255.055, -0.500, 707.010, 70), + (16912653, 'Om_phuabo', 876, 241.420, -0.500, 718.730, 191), + (16912654, 'Om_phuabo', 876, 283.545, -0.500, 624.386, 16), + (16912655, 'Om_aern', 874, 141.917, -0.592, 715.162, 199), + (16912656, 'Om_aern', 874, 100.125, -0.500, 685.546, 41), + (16912657, 'Om_hpemde', 875, 126.574, -0.500, 700.641, 219), + (16912658, 'Om_hpemde', 875, 143.549, -1.370, 633.611, 86), + (16912659, 'Om_phuabo', 876, 78.189, -0.500, 675.578, 60), + (16912660, 'Om_xzomit', 877, -237.376, -0.500, 492.931, 163), + (16912661, 'Om_xzomit', 877, -208.509, -0.500, 479.947, 30), + (16912662, 'Om_hpemde', 875, -221.756, -0.500, 529.594, 63), + (16912663, 'Om_hpemde', 875, -190.576, -0.500, 477.939, 170), + (16912664, 'Om_phuabo', 876, -204.786, -0.500, 485.141, 34), + (16912665, 'Om_aern', 874, -241.683, -1.781, 589.913, 206), + (16912666, 'Om_aern', 874, -247.768, -1.205, 586.929, 26), + (16912667, 'Aern_s_Xzomit', 865, -270.208, -0.500, 602.288, 173), + (16912668, 'Om_hpemde', 875, -292.034, -1.783, 504.907, 11), + (16912669, 'Om_hpemde', 875, -328.269, -0.344, 603.161, 92), + (16912670, 'Om_phuabo', 876, -282.155, -0.499, 602.850, 25), + (16912671, 'Om_aern', 874, -194.066, -0.500, 657.384, 60), + (16912672, 'Om_aern', 874, -211.679, -0.500, 680.880, 159), + (16912673, 'Om_aern', 874, -257.840, -0.500, 639.256, 201), + (16912674, 'Aern_s_Wynav', 864, -203.387, -0.500, 640.486, 75), + (16912675, 'Om_hpemde', 875, -220.791, -0.500, 668.645, 252), + (16912676, 'Om_hpemde', 875, -201.366, -0.509, 667.603, 150), + (16912677, 'Om_phuabo', 876, -188.629, -0.500, 641.861, 74), + (16912678, 'Om_aern', 874, -85.250, -0.500, 662.399, 37), + (16912679, 'Om_aern', 874, -74.896, -0.500, 698.574, 173), + (16912680, 'Om_hpemde', 875, -73.500, -0.869, 647.196, 103), + (16912681, 'Om_hpemde', 875, -82.417, -0.507, 698.158, 207), + (16912682, 'Om_xzomit', 877, -691.479, -1.362, 48.709, 65), + (16912683, 'Om_xzomit', 877, -692.536, -1.559, 40.482, 70), + (16912684, 'Om_xzomit', 877, -652.975, -0.527, 59.025, 242), + (16912685, 'Om_xzomit', 877, -643.112, -0.535, 56.192, 8), + (16912686, 'Om_phuabo', 876, -680.817, -0.500, 76.843, 227), + (16912687, 'Om_xzomit', 877, -589.775, -0.500, 64.854, 121), + (16912688, 'Om_xzomit', 877, -598.513, -0.500, 60.877, 129), + (16912689, 'Om_xzomit', 877, -508.874, -0.611, 66.508, 106), + (16912690, 'Om_xzomit', 877, -514.871, -0.575, 64.629, 147), + (16912691, 'Om_xzomit', 877, -606.339, -0.500, 22.398, 99), + (16912692, 'Om_xzomit', 877, -603.620, -0.500, 22.738, 233), + (16912693, 'Om_phuabo', 876, -545.934, -0.500, 81.762, 123), + (16912694, 'Om_aern', 874, -471.674, -0.500, 168.467, 61), + (16912695, 'Om_aern', 874, -409.794, -0.594, 221.139, 1), + (16912696, 'Om_aern', 874, -527.248, -0.500, 121.254, 60), + (16912697, 'Om_xzomit', 877, -501.214, -0.501, 203.028, 37), + (16912698, 'Om_xzomit', 877, -454.523, -0.791, 211.311, 15), + (16912699, 'Om_xzomit', 877, -477.173, -0.499, 185.965, 239), + (16912700, 'Om_xzomit', 877, -424.570, -0.528, 196.319, 233), + (16912701, 'Om_xzomit', 877, -470.174, -0.500, 143.776, 133), + (16912702, 'Om_phuabo', 876, -509.141, -0.491, 112.419, 113), + (16912703, 'Om_phuabo', 876, -486.828, -0.338, 122.752, 23), + (16912704, 'Om_phuabo', 876, -480.574, -0.500, 195.754, 115), + (16912705, 'Om_phuabo', 876, -404.723, -0.500, 200.846, 40), + (16912706, 'Om_aern', 874, -609.048, -1.339, 234.374, 229), + (16912707, 'Om_xzomit', 877, -612.748, -1.458, 262.210, 159), + (16912708, 'Om_xzomit', 877, -602.742, -1.514, 230.383, 15), + (16912709, 'Om_aern', 874, -380.931, -0.500, 231.698, 188), + (16912710, 'Om_aern', 874, -414.094, -0.500, 283.512, 238), + (16912711, 'Om_aern', 874, -398.074, -0.500, 345.357, 233), + (16912712, 'Om_aern', 874, -383.119, -0.500, 296.867, 50), + (16912713, 'Aern_s_Elemental', 863, -415.886, -0.500, 357.405, 254), + (16912714, 'Om_phuabo', 876, -393.990, -0.500, 319.269, 193), + (16912715, 'Om_aern', 874, -604.434, -1.199, 340.220, 135), + (16912716, 'Om_aern', 874, -512.265, -0.500, 318.198, 83), + (16912717, 'Om_aern', 874, -578.605, -0.633, 335.276, 250), + (16912718, 'Om_hpemde', 875, -465.430, -0.528, 364.680, 9), + (16912719, 'Om_hpemde', 875, -607.364, -1.256, 335.819, 163), + (16912720, 'Om_phuabo', 876, -511.476, -0.500, 317.812, 12), + (16912721, 'Om_phuabo', 876, -488.003, -0.673, 312.771, 227), + (16912722, 'Om_aern', 874, -248.673, -0.500, 380.025, 30), + (16912723, 'Om_aern', 874, -315.681, -1.047, 429.560, 44), + (16912724, 'Om_aern', 874, -313.165, -1.437, 449.155, 153), + (16912725, 'Aern_s_Xzomit', 865, -406.667, -0.500, 346.498, 147), + (16912726, 'Om_aern', 874, -308.196, -1.276, 447.089, 9), + (16912727, 'Aern_s_Wynav', 864, -397.483, -0.500, 348.177, 61), + (16912728, 'Om_hpemde', 875, -279.827, -0.500, 391.582, 228), + (16912729, 'Om_hpemde', 875, -379.001, -0.512, 359.527, 88), + (16912730, 'Om_phuabo', 876, -362.102, -0.500, 419.196, 199), + (16912731, 'Om_phuabo', 876, -307.345, -0.500, 388.343, 121), + (16912732, 'Om_aern', 874, -478.784, -0.521, 455.564, 101), + (16912733, 'Om_hpemde', 875, -471.320, -0.535, 446.995, 45), + (16912734, 'Om_phuabo', 876, -511.901, -0.501, 462.503, 163), + (16912735, 'Om_phuabo', 876, -453.387, -0.500, 437.704, 134), + (16912736, 'Om_hpemde', 875, -429.287, -0.500, 546.756, 125), + (16912737, 'Om_hpemde', 875, -403.135, -0.500, 594.240, 162), + (16912738, 'Om_hpemde', 875, -372.144, -0.500, 520.158, 70), + (16912739, 'Om_phuabo', 876, -402.932, -0.500, 511.574, 54), + (16912740, 'Om_phuabo', 876, 0.000, 0.000, 0.000, 0), + (16912741, 'Om_phuabo', 876, -416.871, -0.500, 600.716, 149), + (16912742, 'Om_aern', 874, 494.180, -0.538, 128.042, 150), + (16912743, 'Om_aern', 874, 588.641, -0.499, 193.289, 199), + (16912744, 'Om_phuabo', 876, 525.270, -0.499, 115.817, 35), + (16912745, 'Om_aern', 874, 571.069, -0.517, 222.743, 105), + (16912746, 'Om_aern', 874, 511.847, -0.499, 260.037, 216), + (16912747, 'Om_aern', 874, 492.568, -0.500, 212.692, 137), + (16912748, 'Aern_s_Wynav', 864, 423.436, -1.636, 224.125, 119), + (16912749, 'Om_hpemde', 875, 513.663, -0.499, 160.608, 14), + (16912750, 'Om_hpemde', 875, 433.698, -1.460, 188.236, 178), + (16912751, 'Om_phuabo', 876, 536.705, -0.499, 188.967, 14), + (16912752, 'Om_phuabo', 876, 518.883, -0.499, 167.999, 102), + (16912753, 'Om_aern', 874, 427.621, -0.499, 7.552, 56), + (16912754, 'Om_aern', 874, 479.367, -1.444, 44.568, 38), + (16912755, 'Om_aern', 874, 461.203, -0.499, -32.603, 115), + (16912756, 'Om_aern', 874, 419.514, -0.499, 1.181, 169), + (16912757, 'Om_phuabo', 876, 486.245, -0.499, 75.681, 37), + (16912758, 'Om_phuabo', 876, 440.746, -0.499, 0.828, 241), + (16912759, 'Om_phuabo', 876, 484.078, -0.499, -43.947, 17), + (16912760, 'Om_aern', 874, 427.998, -0.478, -139.899, 200), + (16912761, 'Om_aern', 874, 483.472, -0.499, -180.924, 82), + (16912762, 'Om_aern', 874, 455.227, -0.499, -128.448, 126), + (16912763, 'Aern_s_Elemental', 863, 0.000, 0.000, 0.000, 0), + (16912764, 'Om_phuabo', 876, 467.404, -0.499, -145.444, 221), + (16912765, 'Om_aern', 874, 453.129, -0.499, -226.633, 228), + (16912766, 'Om_aern', 874, 457.224, -0.499, -242.766, 66), + (16912767, 'Om_phuabo', 876, 429.140, -0.499, -227.312, 3), + (16912768, 'Om_hpemde', 875, 452.138, -0.503, 326.725, 175), + (16912769, 'Om_hpemde', 875, 365.068, -1.152, 336.879, 151), + (16912770, 'Om_hpemde', 875, 394.594, -0.500, 363.055, 201), + (16912771, 'Om_hpemde', 875, 429.248, -1.501, 274.109, 234), + (16912772, 'Om_hpemde', 875, 380.031, -0.499, 323.910, 87), + (16912773, 'Om_hpemde', 875, 411.516, -0.499, 378.069, 153), + (16912774, 'Om_phuabo', 876, 414.196, -0.499, 325.757, 22), + (16912775, 'Om_xzomit', 877, 489.662, -1.540, 465.775, 23), + (16912776, 'Om_xzomit', 877, 432.955, -0.500, 447.193, 30), + (16912777, 'Om_hpemde', 875, 374.842, -0.499, 424.323, 32), + (16912778, 'Om_hpemde', 875, 479.223, -1.307, 465.753, 78), + (16912779, 'Om_phuabo', 876, 372.695, -0.371, 458.869, 124), + (16912780, 'Om_xzomit', 877, 527.917, -1.475, 326.471, 254), + (16912781, 'Om_xzomit', 877, 527.943, -1.484, 326.101, 130), + (16912782, 'Om_hpemde', 875, 472.731, -0.499, 393.955, 225), + (16912783, 'Om_hpemde', 875, 462.997, -0.499, 362.123, 18), + (16912784, 'Om_phuabo', 876, 485.539, -0.499, 358.051, 249), + (16912785, 'Om_xzomit', 877, 614.296, -0.676, 384.595, 121), + (16912786, 'Om_xzomit', 877, 607.423, -0.594, 385.434, 133), + (16912787, 'Om_xzomit', 877, 570.624, -1.037, 381.022, 115), + (16912788, 'Om_xzomit', 877, 562.285, -1.286, 378.490, 124), + (16912789, 'Om_xzomit', 877, 564.360, -1.371, 345.454, 129), + (16912790, 'Om_xzomit', 877, 558.471, -1.494, 347.075, 151), + (16912791, 'Om_phuabo', 876, 606.915, -0.500, 379.300, 95), + (16912792, 'Om_xzomit', 877, 546.118, -0.500, 443.252, 26), + (16912793, 'Om_xzomit', 877, 552.278, -0.499, 440.269, 16), + (16912794, 'Om_xzomit', 877, 574.833, -0.499, 438.873, 20), + (16912795, 'Om_xzomit', 877, 584.423, -0.500, 435.209, 28), + (16912796, 'Om_xzomit', 877, 523.996, -0.357, 534.035, 29), + (16912797, 'Om_xzomit', 877, 535.233, -0.439, 526.466, 175), + (16912798, 'Om_phuabo', 876, 534.749, -0.500, 508.948, 167), + (16912799, 'Om_phuabo', 876, 541.465, -0.499, 428.426, 173), + (16912800, 'Om_xzomit', 877, 340.366, -0.500, 517.327, 69), + (16912801, 'Om_xzomit', 877, 395.429, -0.500, 522.600, 111), + (16912802, 'Om_hpemde', 875, 367.869, -0.500, 475.951, 168), + (16912803, 'Om_hpemde', 875, 404.899, -0.500, 525.966, 3), + (16912804, 'Om_phuabo', 876, 350.720, -0.500, 501.396, 64), + (16912805, 'Om_xzomit', 877, 420.680, -0.432, 552.482, 243), + (16912806, 'Om_xzomit', 877, 419.036, -0.499, 612.138, 228), + (16912807, 'Om_hpemde', 875, 380.860, -0.362, 559.122, 122), + (16912808, 'Om_hpemde', 875, 398.002, -0.477, 572.006, 254), + (16912809, 'Om_phuabo', 876, 408.074, -0.499, 601.659, 224), + (16912810, 'Om_phuabo', 876, 0.000, 0.000, 0.000, 0), + (16912811, 'Aw_euvhi', 866, 229.002, -0.500, 670.376, 122), + (16912812, 'Om_yovra', 878, 255.675, -0.500, 408.339, 73), + (16912813, 'Aw_euvhi', 866, -132.606, -1.215, 613.625, 143), + (16912814, 'Om_yovra', 878, -312.937, -0.500, 616.047, 17), + (16912815, 'Aw_euvhi', 866, -106.117, -0.500, 686.510, 101), + (16912816, 'Om_yovra', 878, -5.828, -0.330, 700.806, 197), + (16912817, 'Aw_euvhi', 866, -327.327, -0.500, 390.728, 152), + (16912818, 'Om_yovra', 878, -339.313, -0.500, 388.378, 191), + (16912819, 'Aw_euvhi', 866, -527.065, -0.500, 325.493, 23), + (16912820, 'Om_yovra', 878, -539.618, -0.582, 301.062, 173), + (16912821, 'Aw_euvhi', 866, -438.697, -0.500, 167.835, 48), + (16912822, 'Om_yovra', 878, -369.420, -0.500, 209.518, 252), + (16912823, 'Aw_euvhi', 866, 374.303, -0.500, 337.132, 180), + (16912824, 'Om_yovra', 878, 378.929, -0.500, 392.557, 171), + (16912825, 'Aw_euvhi', 866, 458.536, -0.500, 73.932, 99), + (16912826, 'Om_yovra', 878, 538.746, -0.499, 176.065, 232), + (16912827, 'Aw_euvhi', 866, 424.797, -0.500, -149.903, 132), + (16912828, 'Om_yovra', 878, 488.996, -0.499, -113.181, 187), + (16912829, 'Ru_aern', 883, -0.850, -4.256, -730.659, 179), + (16912830, 'Ru_aern', 883, 1.361, -3.785, -720.858, 60), + (16912831, 'Ru_aern', 883, 1.755, -1.331, -704.503, 194), + (16912832, 'Ru_aern', 883, -676.769, -4.256, -219.395, 211), + (16912833, 'Ru_aern', 883, -673.647, -4.256, -217.548, 132), + (16912834, 'Ru_aern', 883, -678.090, -4.256, -220.056, 26), + (16912835, 'Ru_aern', 883, 676.133, -4.256, -218.238, 25), + (16912836, 'Ru_aern', 883, 675.760, -4.256, -220.229, 144), + (16912837, 'Ru_aern', 883, 669.889, -4.256, -217.530, 143), + (16912838, 'Jailer_of_Hope', 868, -683.592, -0.500, -61.571, 233), + (16912839, 'Jailer_of_Justice', 869, -284.194, -0.500, -470.362, 246), + (16912840, 'Qn_xzomit', 882, -284.194, -0.500, -470.361, 246), + (16912841, 'Qn_xzomit', 882, -295.663, -0.060, -448.272, 149), + (16912842, 'Qn_xzomit', 882, -287.525, -0.500, -464.500, 69), + (16912843, 'Qn_xzomit', 882, 0.000, 0.000, 0.000, 0), + (16912844, 'Qn_xzomit', 882, 0.000, 0.000, 0.000, 0), + (16912845, 'Qn_xzomit', 882, 0.000, 0.000, 0.000, 0), + (16912846, 'Jailer_of_Prudence', 871, 694.977, -1.519, -1.231, 168), + (16912847, 'Jailer_of_Prudence', 871, 693.977, -1.849, -11.310, 116), + (16912848, 'Jailer_of_Love', 870, 461.267, -1.643, -580.192, 4), + (16912849, 'Ru_phuabo', 884, 477.480, -1.111, -565.864, 39), + (16912850, 'Ru_phuabo', 884, 477.550, -1.114, -566.001, 38), + (16912851, 'Ru_phuabo', 884, 477.622, -1.110, -566.194, 37), + (16912852, 'Ru_phuabo', 884, 480.104, -1.506, -561.952, 252), + (16912853, 'Ru_phuabo', 884, 480.242, -1.498, -561.964, 252), + (16912854, 'Ru_phuabo', 884, 480.110, -1.466, -562.257, 248), + (16912855, 'Ru_phuabo', 884, 476.961, -1.279, -560.968, 247), + (16912856, 'Ru_phuabo', 884, 477.169, -1.295, -560.921, 247), + (16912857, 'Ru_phuabo', 884, 477.550, -1.328, -561.215, 242), + (16912858, 'Qn_xzomit', 882, 482.157, -1.504, -561.017, 92), + (16912859, 'Qn_xzomit', 882, 478.351, -1.358, -561.169, 31), + (16912860, 'Qn_xzomit', 882, 479.613, -1.395, -561.400, 46), + (16912861, 'Qn_xzomit', 882, 480.343, -1.461, -562.054, 250), + (16912862, 'Qn_xzomit', 882, 480.538, -1.380, -561.452, 4), + (16912863, 'Qn_xzomit', 882, 480.093, -1.473, -561.951, 252), + (16912864, 'Qn_xzomit', 882, 479.049, -1.470, -560.512, 248), + (16912865, 'Qn_xzomit', 882, 478.548, -1.473, -560.292, 40), + (16912866, 'Qn_xzomit', 882, 477.643, -1.564, -561.005, 26), + (16912867, 'Qn_hpemde', 881, 480.014, -1.804, -560.765, 13), + (16912868, 'Qn_hpemde', 881, 479.857, -1.848, -560.908, 10), + (16912869, 'Qn_hpemde', 881, 479.691, -1.850, -560.698, 41), + (16912870, 'Qn_hpemde', 881, 480.161, -1.889, -560.058, 59), + (16912871, 'Qn_hpemde', 881, 479.138, -1.738, -560.684, 119), + (16912872, 'Qn_hpemde', 881, 481.643, -1.676, -560.652, 83), + (16912873, 'Qn_hpemde', 881, 479.042, -1.840, -559.745, 28), + (16912874, 'Qn_hpemde', 881, 478.761, -1.550, -559.849, 25), + (16912875, 'Qn_hpemde', 881, 479.025, -1.534, -559.847, 27), + (16912876, 'Absolute_Virtue', 862, 461.266, -1.643, -580.192, 4), + (16912877, 'Aern_s_Wynav', 864, 463.115, -1.346, -571.896, 181), + (16912878, 'Aern_s_Wynav', 864, 463.214, -1.336, -573.022, 202), + (16912879, 'Aern_s_Wynav', 864, 463.557, -1.360, -574.178, 193), + (16912880, 'Aern_s_Wynav', 864, 0.000, 0.000, 0.000, 0), + (16912881, 'Aern_s_Wynav', 864, 0.000, 0.000, 0.000, 0), + (16912882, 'Aern_s_Wynav', 864, 0.000, 0.000, 0.000, 0), + (16916481, 'Eo_ghrah', 898, -459.476, -0.500, 687.234, 25), + (16916482, 'Eo_zdei', 899, -460.000, -0.500, 740.000, 120), + (16916483, 'Eo_ghrah', 898, -413.271, -0.500, 733.264, 124), + (16916484, 'Eo_ghrah', 898, -417.520, -0.500, 733.892, 106), + (16916485, 'Eo_zdei', 899, -380.000, -0.500, 740.000, 228), + (16916486, 'Eo_ghrah', 898, -371.766, -0.500, 702.747, 54), + (16916487, 'Eo_zdei', 899, -380.000, -0.500, 660.000, 220), + (16916488, 'Eo_zdei', 899, -460.000, -0.500, 660.000, 244), + (16916489, 'Eo_zdei', 899, -420.000, -1.500, 757.000, 64), + (16916490, 'Eo_euvhi', 897, -388.000, -0.500, 700.000, 0), + (16916491, 'Eo_euvhi', 897, -394.000, -0.500, 700.000, 0), + (16916492, 'Eo_euvhi', 897, -452.000, -0.500, 700.000, 128), + (16916493, 'Eo_euvhi', 897, -446.000, -0.500, 700.000, 128), + (16916494, 'Eo_ghrah', 898, -420.259, -0.500, 715.047, 2), + (16916495, 'Eo_ghrah', 898, -422.845, -0.625, 616.907, 254), + (16916496, 'Eo_ghrah', 898, -422.432, -0.625, 619.533, 65), + (16916497, 'Eo_ghrah', 898, -420.598, -0.450, 612.990, 62), + (16916498, 'Eo_ghrah', 898, -113.072, -0.500, 500.165, 108), + (16916499, 'Eo_zdei', 899, -60.000, -0.500, 500.000, 194), + (16916500, 'Eo_ghrah', 898, -67.099, -0.500, 450.180, 79), + (16916501, 'Eo_ghrah', 898, -60.853, -0.500, 471.768, 211), + (16916502, 'Eo_zdei', 899, -60.000, -0.500, 420.000, 14), + (16916503, 'Eo_ghrah', 898, -98.187, -0.500, 411.890, 104), + (16916504, 'Eo_zdei', 899, -140.000, -0.500, 420.000, 12), + (16916505, 'Eo_zdei', 899, -140.000, -0.500, 500.000, 244), + (16916506, 'Eo_euvhi', 897, -100.000, -0.500, 492.000, 192), + (16916507, 'Eo_euvhi', 897, -100.000, -0.500, 486.000, 192), + (16916508, 'Eo_zdei', 899, -43.000, -1.500, 460.000, 128), + (16916509, 'Eo_euvhi', 897, -100.000, -0.500, 428.000, 64), + (16916510, 'Eo_euvhi', 897, -100.000, -0.500, 434.000, 64), + (16916511, 'Eo_euvhi', 897, -124.715, -0.569, 458.137, 26), + (16916512, 'Eo_ghrah', 898, -201.825, -0.449, 460.000, 127), + (16916513, 'Eo_ghrah', 898, -176.115, -0.627, 459.107, 190), + (16916514, 'Eo_ghrah', 898, -213.462, -0.500, 90.375, 235), + (16916515, 'Eo_zdei', 899, -220.000, -0.500, 60.000, 204), + (16916516, 'Eo_ghrah', 898, -257.461, -0.500, 68.077, 152), + (16916517, 'Eo_ghrah', 898, -250.422, -0.500, 67.975, 31), + (16916518, 'Eo_zdei', 899, -300.000, -0.500, 60.000, 100), + (16916519, 'Eo_ghrah', 898, -300.220, -0.500, 113.813, 231), + (16916520, 'Eo_zdei', 899, -300.000, -0.500, 140.000, 20), + (16916521, 'Eo_zdei', 899, -220.000, -0.500, 140.000, 216), + (16916522, 'Eo_euvhi', 897, -262.460, -0.625, 126.211, 32), + (16916523, 'Eo_euvhi', 897, -228.000, -0.500, 100.000, 0), + (16916524, 'Eo_euvhi', 897, -234.000, -0.500, 100.000, 0), + (16916525, 'Eo_zdei', 899, -260.000, -1.500, 43.000, 192), + (16916526, 'Eo_euvhi', 897, -292.000, -0.500, 100.000, 128), + (16916527, 'Eo_euvhi', 897, -286.000, -0.500, 100.000, 128), + (16916528, 'Eo_ghrah', 898, -260.522, -0.449, 229.995, 193), + (16916529, 'Eo_ghrah', 898, -260.516, -0.449, 209.732, 193), + (16916530, 'Eo_euvhi', 897, -255.978, -0.500, 264.477, 240), + (16916531, 'Eo_ghrah', 898, -540.467, -0.500, 86.848, 83), + (16916532, 'Eo_zdei', 899, -540.000, -0.500, 60.000, 198), + (16916533, 'Eo_ghrah', 898, -580.321, -0.500, 61.940, 107), + (16916534, 'Eo_ghrah', 898, -582.122, -0.500, 65.773, 235), + (16916535, 'Eo_zdei', 899, -620.000, -0.500, 60.000, 82), + (16916536, 'Eo_ghrah', 898, -627.830, -0.500, 97.120, 186), + (16916537, 'Eo_zdei', 899, -620.000, -0.500, 140.000, 180), + (16916538, 'Eo_zdei', 899, -540.000, -0.500, 140.000, 244), + (16916539, 'Eo_euvhi', 897, -548.000, -0.500, 100.000, 0), + (16916540, 'Eo_euvhi', 897, -554.000, -0.500, 100.000, 0), + (16916541, 'Eo_zdei', 899, -580.000, -1.500, 43.000, 192), + (16916542, 'Eo_euvhi', 897, -612.000, -0.500, 100.000, 128), + (16916543, 'Eo_euvhi', 897, -606.000, -0.500, 100.000, 128), + (16916544, 'Eo_ghrah', 898, -579.424, -0.449, 192.245, 192), + (16916545, 'Eo_ghrah', 898, -579.407, -0.449, 202.605, 192), + (16916546, 'Eo_euvhi', 897, -578.077, -0.500, 257.780, 113), + (16916547, 'Eo_ghrah', 898, -745.466, -0.500, 415.081, 238), + (16916548, 'Eo_zdei', 899, -780.000, -0.500, 420.000, 8), + (16916549, 'Eo_ghrah', 898, -771.539, -0.500, 462.670, 53), + (16916550, 'Eo_ghrah', 898, -763.496, -0.500, 460.120, 227), + (16916551, 'Eo_zdei', 899, -780.000, -0.500, 500.000, 32), + (16916552, 'Eo_ghrah', 898, -731.097, -0.500, 508.222, 32), + (16916553, 'Eo_zdei', 899, -700.000, -0.500, 500.000, 220), + (16916554, 'Eo_zdei', 899, -700.000, -0.500, 420.000, 8), + (16916555, 'Eo_euvhi', 897, -740.000, -0.500, 492.000, 192), + (16916556, 'Eo_euvhi', 897, -740.000, -0.500, 486.000, 192), + (16916557, 'Eo_euvhi', 897, -717.713, -0.501, 460.307, 97), + (16916558, 'Eo_euvhi', 897, -740.000, -0.500, 428.000, 64), + (16916559, 'Eo_euvhi', 897, -740.000, -0.500, 434.000, 64), + (16916560, 'Eo_zdei', 899, -797.000, -1.500, 460.000, 0), + (16916561, 'Eo_ghrah', 898, -663.696, -0.623, 461.880, 128), + (16916562, 'Eo_ghrah', 898, -655.579, -0.558, 458.527, 111), + (16916563, 'Eo_aern', 896, -361.967, -0.499, 530.738, 127), + (16916564, 'Eo_aern', 896, -340.935, -0.500, 530.809, 174), + (16916565, 'Eo_aern', 896, -379.893, -0.482, 544.504, 186), + (16916566, 'Eo_aern', 896, -380.369, -0.460, 536.796, 186), + (16916567, 'Eo_aern', 896, -342.098, -0.458, 538.817, 6), + (16916568, 'Eo_aern', 896, -355.377, -0.500, 537.818, 206), + (16916569, 'Aern_s_Elemental', 892, -355.463, -0.500, 536.815, 140), + (16916570, 'Eo_euvhi', 897, -334.869, -0.500, 494.648, 81), + (16916571, 'Eo_euvhi', 897, -295.599, -0.500, 503.828, 239), + (16916572, 'Eo_ghrah', 898, -331.126, -0.500, 499.578, 255), + (16916573, 'Eo_aern', 896, -310.587, -0.499, 461.147, 67), + (16916574, 'Eo_aern', 896, -269.885, -0.500, 454.917, 181), + (16916575, 'Eo_aern', 896, -267.858, -0.499, 451.066, 128), + (16916576, 'Eo_aern', 896, -309.873, -0.499, 467.716, 194), + (16916577, 'Eo_aern', 896, -300.165, -0.499, 468.973, 250), + (16916578, 'Eo_aern', 896, -298.866, -0.500, 451.997, 114), + (16916579, 'Aern_s_Wynav', 894, -299.414, -0.500, 450.106, 5), + (16916580, 'Eo_zdei', 899, -260.000, -1.500, 497.000, 64), + (16916581, 'Eo_zdei', 899, -256.939, -0.500, 433.111, 213), + (16916582, 'Eo_euvhi', 897, -335.807, -0.500, 416.267, 16), + (16916583, 'Eo_ghrah', 898, -321.333, -0.500, 420.581, 142), + (16916584, 'Eo_aern', 896, -301.791, -0.459, 341.440, 253), + (16916585, 'Eo_aern', 896, -307.192, -0.500, 371.113, 3), + (16916586, 'Eo_aern', 896, -291.326, -0.499, 341.480, 62), + (16916587, 'Eo_aern', 896, -292.190, -0.496, 380.507, 250), + (16916588, 'Eo_aern', 896, -300.891, -0.474, 358.240, 62), + (16916589, 'Eo_aern', 896, -293.163, -0.499, 350.425, 255), + (16916590, 'Aern_s_Euvhi', 893, -301.153, -0.500, 346.252, 205), + (16916591, 'Eo_euvhi', 897, -333.730, -0.500, 339.464, 211), + (16916592, 'Eo_ghrah', 898, -341.745, -0.500, 297.393, 75), + (16916593, 'Eo_aern', 896, -330.757, -0.499, 260.924, 69), + (16916594, 'Eo_aern', 896, -350.598, -0.500, 259.456, 129), + (16916595, 'Eo_aern', 896, -290.249, -0.499, 251.838, 55), + (16916596, 'Eo_aern', 896, -299.706, -0.455, 258.682, 135), + (16916597, 'Eo_aern', 896, -350.542, -0.496, 258.777, 127), + (16916598, 'Eo_aern', 896, -349.412, -0.500, 258.956, 101), + (16916599, 'Aern_s_Wynav', 894, -356.295, -0.340, 258.339, 60), + (16916600, 'Eo_zdei', 899, -300.003, -1.000, 297.135, 63), + (16916601, 'Eo_zdei', 899, -300.000, -1.500, 223.000, 192), + (16916602, 'Eo_aern', 896, -498.334, -0.500, 268.135, 133), + (16916603, 'Eo_aern', 896, -499.512, -0.498, 268.030, 185), + (16916604, 'Eo_aern', 896, -524.983, -0.500, 261.058, 112), + (16916605, 'Eo_aern', 896, -529.845, -0.500, 268.233, 1), + (16916606, 'Eo_aern', 896, -518.352, -0.499, 268.298, 132), + (16916607, 'Eo_aern', 896, -548.104, -0.495, 259.705, 128), + (16916608, 'Eo_zdei', 899, -520.875, -0.500, 268.783, 0), + (16916609, 'Eo_zdei', 899, -540.000, -1.500, 223.000, 192), + (16916610, 'Eo_ghrah', 898, -500.439, -0.541, 301.782, 169), + (16916611, 'Eo_euvhi', 897, -503.295, -0.500, 345.600, 111), + (16916612, 'Eo_aern', 896, -538.834, -0.487, 330.483, 67), + (16916613, 'Eo_aern', 896, -530.809, -0.500, 369.683, 60), + (16916614, 'Eo_aern', 896, -540.564, -0.500, 361.080, 158), + (16916615, 'Eo_aern', 896, -539.526, -0.500, 370.931, 126), + (16916616, 'Eo_aern', 896, -549.001, -0.499, 380.206, 190), + (16916617, 'Eo_aern', 896, -548.339, -0.499, 330.241, 130), + (16916618, 'Aern_s_Elemental', 892, -546.963, -0.475, 342.600, 26), + (16916619, 'Eo_euvhi', 897, -500.942, -0.500, 421.341, 35), + (16916620, 'Eo_ghrah', 898, -506.520, -0.500, 420.828, 239), + (16916621, 'Eo_aern', 896, -550.781, -0.499, 457.064, 63), + (16916622, 'Eo_aern', 896, -529.797, -0.500, 463.771, 247), + (16916623, 'Eo_aern', 896, -580.375, -0.454, 460.368, 125), + (16916624, 'Eo_aern', 896, -576.762, -0.499, 468.885, 129), + (16916625, 'Eo_aern', 896, -541.297, -0.499, 450.878, 3), + (16916626, 'Eo_aern', 896, -591.940, -0.500, 456.780, 191), + (16916627, 'Aern_s_Euvhi', 893, -570.093, -0.500, 462.790, 98), + (16916628, 'Aern_s_Elemental', 892, -592.714, -0.500, 457.600, 203), + (16916629, 'Eo_zdei', 899, -577.005, -0.500, 464.330, 126), + (16916630, 'Eo_zdei', 899, -580.000, -1.500, 423.000, 192), + (16916631, 'Eo_euvhi', 897, -540.345, -0.500, 505.982, 206), + (16916632, 'Eo_euvhi', 897, -498.604, -0.500, 499.120, 120), + (16916633, 'Eo_ghrah', 898, -527.851, -0.500, 499.424, 128), + (16916634, 'Eo_aern', 896, -509.446, -0.493, 538.992, 121), + (16916635, 'Eo_aern', 896, -466.171, -0.499, 547.847, 129), + (16916636, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916637, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916638, 'Eo_aern', 896, -499.896, -0.454, 539.353, 252), + (16916639, 'Eo_aern', 896, -509.901, -0.499, 545.771, 193), + (16916640, 'Aern_s_Wynav', 894, 0.000, 0.000, 0.000, 0), + (16916641, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916642, 'Eo_aern', 896, -427.530, -0.373, 551.194, 117), + (16916643, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916644, 'Eo_aern', 896, -420.661, -0.494, 550.621, 56), + (16916645, 'Eo_aern', 896, -426.989, -0.499, 510.598, 133), + (16916646, 'Eo_aern', 896, -417.645, -0.499, 551.989, 130), + (16916647, 'Aern_s_Euvhi', 893, 0.000, 0.000, 0.000, 0), + (16916648, 'Eo_zdei', 899, -412.607, -0.500, 501.685, 66), + (16916649, 'Eo_zdei', 899, -457.000, -1.500, 500.000, 0), + (16916650, 'Eo_zdei', 899, 372.000, -0.500, 700.000, 94), + (16916651, 'Eo_ghrah', 898, 383.949, -0.500, 745.138, 232), + (16916652, 'Eo_ghrah', 898, 419.614, -0.500, 724.254, 66), + (16916653, 'Eo_ghrah', 898, 429.207, -0.500, 735.376, 83), + (16916654, 'Eo_ghrah', 898, 459.027, -0.500, 739.405, 189), + (16916655, 'Eo_zdei', 899, 468.000, -0.500, 700.000, 230), + (16916656, 'Eo_ghrah', 898, 459.601, -0.500, 653.424, 77), + (16916657, 'Eo_ghrah', 898, 386.217, -0.500, 660.370, 37), + (16916658, 'Eo_zdei', 899, 420.000, -1.500, 757.000, 64), + (16916659, 'Eo_euvhi', 897, 452.000, -0.500, 700.000, 0), + (16916660, 'Eo_euvhi', 897, 446.000, -0.500, 700.000, 0), + (16916661, 'Eo_euvhi', 897, 419.989, -0.510, 672.085, 82), + (16916662, 'Eo_euvhi', 897, 388.000, -0.500, 700.000, 128), + (16916663, 'Eo_euvhi', 897, 0.000, 0.000, 0.000, 0), + (16916664, 'Eo_ghrah', 898, 419.999, -0.500, 591.919, 58), + (16916665, 'Eo_ghrah', 898, 419.815, -0.475, 625.911, 208), + (16916666, 'Eo_ghrah', 898, 421.889, -0.594, 615.689, 214), + (16916667, 'Eo_ghrah', 898, 420.444, -0.500, 605.862, 191), + (16916668, 'Eo_zdei', 899, 740.000, -0.500, 508.000, 58), + (16916669, 'Eo_ghrah', 898, 775.911, -0.500, 495.024, 79), + (16916670, 'Eo_ghrah', 898, 780.138, -0.500, 446.967, 25), + (16916671, 'Eo_ghrah', 898, 778.904, -0.500, 471.695, 107), + (16916672, 'Eo_ghrah', 898, 780.510, -0.500, 426.906, 204), + (16916673, 'Eo_zdei', 899, 740.000, -0.500, 412.000, 142), + (16916674, 'Eo_ghrah', 898, 695.983, -0.499, 415.565, 101), + (16916675, 'Eo_ghrah', 898, 697.064, -0.503, 504.219, 51), + (16916676, 'Eo_euvhi', 897, 740.000, -0.500, 492.000, 192), + (16916677, 'Eo_euvhi', 897, 740.000, -0.500, 486.000, 192), + (16916678, 'Eo_zdei', 899, 775.321, -0.500, 460.661, 90), + (16916679, 'Eo_euvhi', 897, 740.000, -0.500, 428.000, 64), + (16916680, 'Eo_euvhi', 897, 740.000, -0.500, 434.000, 64), + (16916681, 'Eo_ghrah', 898, 669.780, -0.451, 460.527, 3), + (16916682, 'Eo_ghrah', 898, 662.907, -0.619, 459.063, 58), + (16916683, 'Eo_zdei', 899, 628.000, -0.500, 100.000, 56), + (16916684, 'Eo_ghrah', 898, 626.763, -0.500, 60.368, 211), + (16916685, 'Eo_ghrah', 898, 580.023, -0.500, 76.566, 163), + (16916686, 'Eo_ghrah', 898, 587.256, -0.500, 66.957, 0), + (16916687, 'Eo_ghrah', 898, 543.979, -0.500, 64.854, 222), + (16916688, 'Eo_zdei', 899, 532.000, -0.500, 100.000, 130), + (16916689, 'Eo_ghrah', 898, 536.473, -0.500, 140.215, 174), + (16916690, 'Eo_ghrah', 898, 619.569, -0.500, 139.567, 128), + (16916691, 'Eo_euvhi', 897, 579.202, -0.511, 127.288, 217), + (16916692, 'Eo_euvhi', 897, 612.000, -0.500, 100.000, 0), + (16916693, 'Eo_euvhi', 897, 606.000, -0.500, 100.000, 0), + (16916694, 'Eo_zdei', 899, 580.000, -1.500, 43.000, 192), + (16916695, 'Eo_euvhi', 897, 548.000, -0.500, 100.000, 128), + (16916696, 'Eo_euvhi', 897, 554.000, -0.500, 100.000, 128), + (16916697, 'Eo_ghrah', 898, 580.104, -0.449, 209.352, 191), + (16916698, 'Eo_ghrah', 898, 580.204, -0.452, 209.296, 191), + (16916699, 'Eo_euvhi', 897, 580.329, -0.500, 266.563, 195), + (16916700, 'Eo_zdei', 899, 308.000, -0.500, 100.000, 232), + (16916701, 'Eo_ghrah', 898, 300.301, -0.500, 53.104, 50), + (16916702, 'Eo_ghrah', 898, 258.007, -0.500, 73.161, 94), + (16916703, 'Eo_ghrah', 898, 257.557, -0.500, 72.936, 219), + (16916704, 'Eo_ghrah', 898, 221.391, -0.500, 64.110, 182), + (16916705, 'Eo_zdei', 899, 212.000, -0.500, 100.000, 24), + (16916706, 'Eo_ghrah', 898, 216.671, -0.500, 136.377, 92), + (16916707, 'Eo_ghrah', 898, 293.213, -0.499, 140.510, 42), + (16916708, 'Eo_euvhi', 897, 292.000, -0.500, 100.000, 0), + (16916709, 'Eo_euvhi', 897, 286.000, -0.500, 100.000, 0), + (16916710, 'Eo_zdei', 899, 260.000, -1.500, 43.000, 192), + (16916711, 'Eo_euvhi', 897, 228.000, -0.500, 100.000, 128), + (16916712, 'Eo_euvhi', 897, 234.000, -0.500, 100.000, 128), + (16916713, 'Eo_ghrah', 898, 258.157, -0.603, 217.772, 88), + (16916714, 'Eo_ghrah', 898, 259.404, -0.481, 179.908, 212), + (16916715, 'Eo_euvhi', 897, 259.553, -0.500, 253.605, 48), + (16916716, 'Eo_zdei', 899, 100.000, -0.500, 412.000, 90), + (16916717, 'Eo_ghrah', 898, 59.378, -0.503, 413.459, 48), + (16916718, 'Eo_ghrah', 898, 59.678, -0.500, 472.802, 167), + (16916719, 'Eo_ghrah', 898, 65.799, -0.500, 461.594, 42), + (16916720, 'Eo_ghrah', 898, 59.321, -0.500, 493.433, 59), + (16916721, 'Eo_zdei', 899, 100.000, -0.500, 508.000, 24), + (16916722, 'Eo_ghrah', 898, 134.551, -0.500, 504.524, 128), + (16916723, 'Eo_ghrah', 898, 139.130, -0.508, 412.670, 19), + (16916724, 'Eo_euvhi', 897, 100.000, -0.500, 492.000, 192), + (16916725, 'Eo_euvhi', 897, 100.000, -0.500, 486.000, 192), + (16916726, 'Eo_euvhi', 897, 100.000, -0.500, 428.000, 64), + (16916727, 'Eo_euvhi', 897, 100.000, -0.500, 434.000, 64), + (16916728, 'Eo_zdei', 899, 43.000, -1.500, 460.000, 0), + (16916729, 'Eo_ghrah', 898, 173.599, -0.449, 459.391, 127), + (16916730, 'Eo_ghrah', 898, 196.363, -0.449, 459.426, 0), + (16916731, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916732, 'Eo_aern', 896, 450.296, -0.499, 537.254, 194), + (16916733, 'Eo_aern', 896, 491.027, -0.499, 532.009, 69), + (16916734, 'Eo_aern', 896, 512.187, -0.499, 544.636, 185), + (16916735, 'Eo_aern', 896, 513.137, -0.499, 538.309, 201), + (16916736, 'Eo_aern', 896, 483.904, -0.500, 542.385, 174), + (16916737, 'Aern_s_Elemental', 892, 472.640, -0.500, 540.240, 255), + (16916738, 'Eo_ghrah', 898, 507.726, -0.500, 500.261, 44), + (16916739, 'Eo_ghrah', 898, 536.023, -0.500, 505.133, 143), + (16916740, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916741, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916742, 'Eo_aern', 896, 540.309, -0.499, 451.916, 70), + (16916743, 'Eo_aern', 896, 589.263, -0.493, 461.498, 0), + (16916744, 'Eo_aern', 896, 580.153, -0.460, 463.355, 67), + (16916745, 'Eo_aern', 896, 549.018, -0.496, 460.996, 2), + (16916746, 'Aern_s_Wynav', 894, 700.251, -0.499, 453.704, 102), + (16916747, 'Eo_zdei', 899, 540.000, -1.500, 423.000, 192), + (16916748, 'Eo_euvhi', 897, 579.621, -0.500, 427.569, 160), + (16916749, 'Eo_euvhi', 897, 592.384, -4.438, 383.096, 246), + (16916750, 'Eo_euvhi', 897, 577.819, -4.499, 371.810, 202), + (16916751, 'Eo_ghrah', 898, 539.428, -6.500, 372.871, 55), + (16916752, 'Eo_euvhi', 897, 534.426, -6.500, 340.013, 255), + (16916753, 'Eo_euvhi', 897, 528.083, -6.500, 335.722, 219), + (16916754, 'Eo_ghrah', 898, 539.451, -6.500, 372.693, 64), + (16916755, 'Eo_euvhi', 897, 499.412, -0.500, 346.783, 225), + (16916756, 'Eo_aern', 896, 530.047, -0.499, 250.603, 127), + (16916757, 'Eo_aern', 896, 519.475, -0.497, 251.080, 62), + (16916758, 'Eo_aern', 896, 489.708, -0.496, 258.620, 127), + (16916759, 'Eo_aern', 896, 529.500, -0.499, 250.378, 4), + (16916760, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916761, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916762, 'Aern_s_Wynav', 894, 0.000, 0.000, 0.000, 0), + (16916763, 'Aern_s_Wynav', 894, 0.000, 0.000, 0.000, 0), + (16916764, 'Eo_zdei', 899, 540.000, -1.500, 297.000, 64), + (16916765, 'Eo_ghrah', 898, 455.904, -0.500, 263.539, 189), + (16916766, 'Eo_ghrah', 898, 460.533, -0.500, 220.042, 30), + (16916767, 'Eo_euvhi', 897, 420.896, -0.500, 230.677, 200), + (16916768, 'Eo_euvhi', 897, 432.615, -6.500, 188.587, 190), + (16916769, 'Eo_euvhi', 897, 405.141, -6.500, 192.108, 254), + (16916770, 'Eo_euvhi', 897, 416.176, -6.500, 173.915, 32), + (16916771, 'Eo_ghrah', 898, 380.359, -0.500, 213.219, 22), + (16916772, 'Eo_ghrah', 898, 382.402, -0.500, 258.008, 57), + (16916773, 'Eo_ghrah', 898, 428.145, -0.500, 220.594, 121), + (16916774, 'Eo_aern', 896, 331.271, -0.496, 260.938, 125), + (16916775, 'Eo_aern', 896, 340.193, -0.499, 269.732, 131), + (16916776, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916777, 'Eo_aern', 896, 309.811, -0.500, 268.648, 191), + (16916778, 'Eo_aern', 896, 299.386, -0.455, 260.186, 192), + (16916779, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916780, 'Eo_zdei', 899, 299.523, -0.500, 271.597, 132), + (16916781, 'Eo_euvhi', 897, 339.515, -0.500, 347.395, 187), + (16916782, 'Eo_euvhi', 897, 300.960, -4.609, 332.341, 128), + (16916783, 'Eo_euvhi', 897, 291.315, -4.500, 338.783, 68), + (16916784, 'Eo_ghrah', 898, 303.718, -6.500, 384.779, 253), + (16916785, 'Eo_euvhi', 897, 259.804, -4.500, 372.308, 30), + (16916786, 'Eo_euvhi', 897, 261.809, -4.500, 366.123, 51), + (16916787, 'Eo_ghrah', 898, 299.510, -6.500, 372.571, 64), + (16916788, 'Eo_euvhi', 897, 252.814, -0.499, 419.990, 97), + (16916789, 'Eo_aern', 896, 269.351, -0.499, 460.312, 58), + (16916790, 'Eo_aern', 896, 259.770, -0.464, 461.541, 69), + (16916791, 'Eo_aern', 896, 310.616, -0.499, 466.510, 188), + (16916792, 'Eo_aern', 896, 251.179, -0.493, 458.547, 127), + (16916793, 'Eo_aern', 896, 307.854, -0.416, 464.423, 37), + (16916794, 'Eo_aern', 896, 257.263, -0.465, 460.441, 20), + (16916795, 'Aern_s_Elemental', 892, 305.336, -0.500, 457.934, 251), + (16916796, 'Aern_s_Elemental', 892, 247.675, -0.250, 467.613, 142), + (16916797, 'Eo_zdei', 899, 0.000, 0.000, 0.000, 0), + (16916798, 'Eo_ghrah', 898, 300.049, -0.500, 492.941, 25), + (16916799, 'Eo_ghrah', 898, 338.607, -0.500, 498.809, 51), + (16916800, 'Eo_aern', 896, 392.075, -0.499, 541.988, 61), + (16916801, 'Eo_aern', 896, 327.221, -0.500, 531.471, 107), + (16916802, 'Eo_aern', 896, 388.705, -0.209, 541.737, 251), + (16916803, 'Eo_aern', 896, 370.264, -0.499, 545.329, 59), + (16916804, 'Eo_aern', 896, 380.172, -0.488, 547.261, 199), + (16916805, 'Eo_aern', 896, 330.612, -0.494, 541.529, 121), + (16916806, 'Aern_s_Wynav', 894, 125.872, -0.499, 460.541, 214), + (16916807, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916808, 'Eo_aern', 896, 428.594, -0.499, 519.912, 197), + (16916809, 'Eo_aern', 896, 411.679, -0.497, 500.796, 126), + (16916810, 'Eo_aern', 896, 419.406, -0.494, 550.289, 192), + (16916811, 'Eo_aern', 896, 0.000, 0.000, 0.000, 0), + (16916812, 'Aern_s_Euvhi', 893, 0.000, 0.000, 0.000, 0), + (16916813, 'Ix_ghrah', 901, 419.673, -0.500, 403.349, 224), + (16916814, 'Jailer_of_Temperance', 902, -426.739, -0.500, 687.728, 140), + (16916815, 'Ix_aern', 900, 112.783, -0.500, 453.875, 193), + (16916816, 'Qn_aern', 906, 460.000, -0.500, 543.000, 128), + (16916817, 'Qn_aern', 906, 460.000, -0.500, 537.000, 128), + (16920577, 'Qn_zdei', 927, -429.000, -1.000, 427.000, 216), + (16920578, 'Qn_zdei', 927, -411.000, -1.000, 427.000, 216), + (16920579, 'Qn_zdei', 927, -429.000, -1.000, 413.000, 131), + (16920580, 'Qn_zdei', 927, -411.000, -1.000, 413.000, 144), + (16920581, 'Qn_zdei', 927, -467.000, -1.000, 371.000, 17), + (16920582, 'Qn_zdei', 927, -467.000, -1.000, 389.000, 61), + (16920583, 'Qn_zdei', 927, -453.000, -1.000, 371.000, 76), + (16920584, 'Qn_zdei', 927, -453.000, -1.000, 389.000, 170), + (16920585, 'Qn_zdei', 927, -373.000, -1.000, 389.000, 28), + (16920586, 'Qn_zdei', 927, -373.000, -1.000, 371.000, 218), + (16920587, 'Qn_zdei', 927, -387.000, -1.000, 389.000, 205), + (16920588, 'Qn_zdei', 927, -387.000, -1.000, 371.000, 182), + (16920589, 'Aw_aern', 912, -548.509, -0.589, 339.320, 244), + (16920590, 'Aw_aern', 912, -547.530, -0.599, 325.165, 102), + (16920591, 'Aw_aern', 912, -553.217, -0.599, 380.165, 252), + (16920592, 'Aw_aern', 912, -535.541, -0.584, 381.429, 119), + (16920593, 'Aw_aern', 912, -429.625, -0.598, 468.718, 189), + (16920594, 'Aw_aern', 912, -415.463, -0.593, 479.030, 252), + (16920595, 'Aw_aern', 912, -413.488, -0.599, 514.165, 184), + (16920596, 'Aw_aern', 912, -420.218, -0.600, 516.003, 116), + (16920597, 'Aern_s_Wynav', 911, 0.000, 0.000, 0.000, 0), + (16920598, 'Aw_aern', 912, -300.026, -0.599, 396.202, 161), + (16920599, 'Aw_aern', 912, -300.090, -0.563, 360.661, 69), + (16920600, 'Aw_aern', 912, -308.556, -0.599, 347.083, 189), + (16920601, 'Aw_aern', 912, -307.286, -0.599, 329.338, 139), + (16920602, 'Aw_ghrah', 914, -504.728, -0.582, 245.963, 127), + (16920603, 'Aw_ghrah', 914, -336.642, -0.579, 246.126, 128), + (16920604, 'Aw_ghrah', 914, -489.188, -0.597, 468.245, 171), + (16920605, 'Aw_ghrah', 914, -326.892, -0.589, 461.949, 52), + (16920606, 'Aw_aern', 912, -499.184, -3.560, 298.118, 199), + (16920607, 'Aern_s_Euvhi', 910, -418.138, -0.579, 276.082, 65), + (16920608, 'Aw_aern', 912, -497.752, -3.801, 293.193, 127), + (16920609, 'Aw_aern', 912, -505.033, -4.579, 426.579, 134), + (16920610, 'Aern_s_Elemental', 909, -593.929, 4.500, 436.190, 22), + (16920611, 'Aw_aern', 912, -487.695, -0.774, 427.142, 255), + (16920612, 'Aw_aern', 912, -339.114, -4.185, 428.657, 68), + (16920613, 'Aw_aern', 912, -332.157, -4.856, 413.972, 126), + (16920614, 'Aw_aern', 912, -345.665, -4.593, 307.345, 130), + (16920615, 'Aw_aern', 912, -343.505, -3.000, 294.098, 126), + (16920616, 'Aw_ghrah', 914, -460.326, -0.599, 307.020, 217), + (16920617, 'Aw_ghrah', 914, -498.997, -0.539, 343.077, 92), + (16920618, 'Aw_ghrah', 914, -506.674, -0.599, 380.256, 146), + (16920619, 'Aw_ghrah', 914, -462.836, -0.599, 417.660, 120), + (16920620, 'Aw_ghrah', 914, -538.530, -0.599, 425.427, 21), + (16920621, 'Aw_ghrah', 914, -382.342, -0.598, 422.991, 47), + (16920622, 'Aw_ghrah', 914, -296.895, -0.598, 417.378, 93), + (16920623, 'Aw_ghrah', 914, -378.367, -0.599, 342.681, 216), + (16920624, 'Aw_ghrah', 914, -338.803, -0.599, 382.425, 229), + (16920625, 'Aw_ghrah', 914, -343.272, -0.600, 339.849, 2), + (16920626, 'Aw_ghrah', 914, -500.491, -6.599, 366.498, 192), + (16920627, 'Aw_ghrah', 914, -340.497, -6.504, 361.467, 192), + (16920628, 'Aw_euvhi', 913, -547.000, 1.500, 293.000, 224), + (16920629, 'Aw_euvhi', 913, -548.432, 1.399, 300.749, 218), + (16920630, 'Aw_ghrah', 914, -547.818, 1.401, 300.438, 203), + (16920631, 'Aw_euvhi', 913, -547.000, 1.500, 467.000, 32), + (16920632, 'Aw_euvhi', 913, -547.040, -0.291, 450.548, 65), + (16920633, 'Aw_ghrah', 914, -551.824, 1.444, 456.408, 79), + (16920634, 'Aw_euvhi', 913, -467.000, 1.500, 507.000, 32), + (16920635, 'Aw_euvhi', 913, -463.362, 1.394, 507.511, 102), + (16920636, 'Aw_ghrah', 914, -466.225, -0.314, 490.800, 66), + (16920637, 'Aw_euvhi', 913, -373.000, 1.500, 507.000, 96), + (16920638, 'Aw_euvhi', 913, -384.016, 0.648, 506.646, 0), + (16920639, 'Aw_ghrah', 914, -382.987, 0.702, 507.466, 123), + (16920640, 'Aw_euvhi', 913, -293.000, 1.500, 467.000, 96), + (16920641, 'Aw_euvhi', 913, -285.436, 1.399, 455.968, 45), + (16920642, 'Aw_ghrah', 914, -299.379, 1.443, 470.836, 223), + (16920643, 'Aw_euvhi', 913, -293.000, 1.500, 293.000, 160), + (16920644, 'Aw_euvhi', 913, -286.113, 1.399, 301.312, 65), + (16920645, 'Aw_ghrah', 914, -293.606, 1.400, 293.941, 251), + (16920646, 'Aw_aern', 912, -565.475, 3.429, 225.344, 121), + (16920647, 'Aw_aern', 912, -572.602, 3.400, 250.923, 220), + (16920648, 'Aw_aern', 912, -560.618, 4.400, 238.588, 9), + (16920649, 'Aern_s_Elemental', 909, -565.458, 4.500, 246.404, 29), + (16920650, 'Aw_ghrah', 914, -580.375, -0.549, 176.519, 191), + (16920651, 'Aw_aern', 912, -592.210, 3.400, 456.318, 145), + (16920652, 'Aw_aern', 912, -584.828, 3.400, 439.509, 193), + (16920653, 'Aw_aern', 912, -608.558, 3.414, 424.864, 23), + (16920654, 'Aw_ghrah', 914, -647.097, -0.529, 460.204, 128), + (16920655, 'Aw_aern', 912, -428.841, 5.400, 530.952, 43), + (16920656, 'Aw_aern', 912, -413.601, 5.400, 590.178, 190), + (16920657, 'Aw_aern', 912, -427.387, 5.400, 579.235, 46), + (16920658, 'Aern_s_Euvhi', 910, 0.000, 0.000, 0.000, 0), + (16920659, 'Aw_ghrah', 914, -420.617, -0.549, 623.350, 192), + (16920660, 'Aw_aern', 912, -232.885, 4.399, 439.697, 30), + (16920661, 'Aw_aern', 912, -238.990, 4.409, 447.597, 129), + (16920662, 'Aw_aern', 912, -235.860, 4.402, 437.321, 66), + (16920663, 'Aern_s_Wynav', 911, -228.985, 4.131, 450.995, 248), + (16920664, 'Aw_ghrah', 914, -183.206, -0.545, 458.967, 127), + (16920665, 'Aw_aern', 912, -271.243, 4.445, 231.240, 58), + (16920666, 'Aw_aern', 912, -286.324, 3.400, 223.187, 128), + (16920667, 'Aw_aern', 912, -271.153, 4.445, 231.735, 49), + (16920668, 'Aw_ghrah', 914, -259.459, -0.545, 175.219, 192), + (16920669, 'Aw_zdei', 915, -580.000, -0.500, 140.000, 33), + (16920670, 'Aw_ghrah', 914, -539.873, -0.599, 133.373, 67), + (16920671, 'Aw_euvhi', 913, -533.000, 1.500, 147.000, 96), + (16920672, 'Aw_euvhi', 913, -536.009, 1.399, 151.768, 159), + (16920673, 'Aw_ghrah', 914, -541.239, -0.595, 61.221, 0), + (16920674, 'Aw_euvhi', 913, -533.000, 1.500, 53.000, 160), + (16920675, 'Aw_euvhi', 913, -532.485, 1.399, 51.917, 234), + (16920676, 'Aw_ghrah', 914, -618.402, -0.599, 67.211, 189), + (16920677, 'Aw_euvhi', 913, -627.000, 1.500, 53.000, 224), + (16920678, 'Aw_euvhi', 913, -617.518, 1.399, 53.591, 224), + (16920679, 'Aw_ghrah', 914, -611.827, -0.599, 140.404, 109), + (16920680, 'Aw_euvhi', 913, -627.000, 1.500, 147.000, 32), + (16920681, 'Aw_euvhi', 913, -627.370, 1.003, 137.211, 192), + (16920682, 'Aw_ghrah', 914, -533.356, -0.587, 91.805, 69), + (16920683, 'Aw_ghrah', 914, -633.916, -0.599, 101.540, 116), + (16920684, 'Aw_zdei', 915, -552.000, -0.500, 128.000, 208), + (16920685, 'Aw_zdei', 915, -552.000, -0.500, 72.000, 0), + (16920686, 'Aw_zdei', 915, -608.000, -0.500, 72.000, 48), + (16920687, 'Aw_zdei', 915, -608.000, -0.500, 128.000, 128), + (16920688, 'Aw_zdei', 915, -700.000, -0.500, 460.000, 100), + (16920689, 'Aw_ghrah', 914, -712.238, -0.599, 419.144, 113), + (16920690, 'Aw_euvhi', 913, -693.000, 1.500, 413.000, 160), + (16920691, 'Aw_euvhi', 913, -702.478, 1.399, 411.930, 147), + (16920692, 'Aw_ghrah', 914, -778.945, -0.599, 419.964, 128), + (16920693, 'Aw_euvhi', 913, -787.000, 1.500, 413.000, 224), + (16920694, 'Aw_euvhi', 913, -786.057, 1.399, 410.173, 121), + (16920695, 'Aw_ghrah', 914, -769.289, -0.599, 499.216, 243), + (16920696, 'Aw_euvhi', 913, -787.000, 1.500, 507.000, 32), + (16920697, 'Aw_euvhi', 913, -788.453, 1.399, 501.722, 52), + (16920698, 'Aw_ghrah', 914, -710.532, -0.595, 499.309, 142), + (16920699, 'Aw_euvhi', 913, -693.000, 1.500, 507.000, 96), + (16920700, 'Aw_euvhi', 913, -692.238, 1.390, 497.736, 58), + (16920701, 'Aw_ghrah', 914, -748.916, -0.599, 411.822, 134), + (16920702, 'Aw_ghrah', 914, -770.663, -0.599, 464.144, 190), + (16920703, 'Aw_zdei', 915, -768.000, -0.500, 432.000, 240), + (16920704, 'Aw_zdei', 915, -712.000, -0.500, 432.000, 144), + (16920705, 'Aw_zdei', 915, -712.000, -0.500, 488.000, 48), + (16920706, 'Aw_zdei', 915, -768.000, -0.500, 488.000, 0), + (16920707, 'Aw_zdei', 915, -420.000, -0.500, 660.000, 115), + (16920708, 'Aw_ghrah', 914, -453.101, -0.571, 661.764, 2), + (16920709, 'Aw_euvhi', 913, -467.000, 1.500, 653.000, 224), + (16920710, 'Aw_euvhi', 913, -455.640, 1.399, 648.065, 134), + (16920711, 'Aw_ghrah', 914, -453.807, -0.570, 740.228, 2), + (16920712, 'Aw_euvhi', 913, -467.000, 1.500, 747.000, 32), + (16920713, 'Aw_euvhi', 913, -462.504, 1.391, 753.460, 222), + (16920714, 'Aw_ghrah', 914, -381.516, -0.598, 738.419, 191), + (16920715, 'Aw_euvhi', 913, -373.000, 1.500, 747.000, 96), + (16920716, 'Aw_euvhi', 913, -381.933, 1.399, 753.926, 2), + (16920717, 'Aw_ghrah', 914, -391.405, -0.599, 660.393, 116), + (16920718, 'Aw_euvhi', 913, -373.000, 1.500, 653.000, 160), + (16920719, 'Aw_euvhi', 913, -374.473, 1.396, 661.219, 203), + (16920720, 'Aw_ghrah', 914, -469.672, -0.598, 704.744, 194), + (16920721, 'Aw_ghrah', 914, -424.204, -0.596, 731.651, 1), + (16920722, 'Aw_zdei', 915, -448.000, -0.500, 728.000, 112), + (16920723, 'Aw_zdei', 915, -448.000, -0.500, 672.000, 112), + (16920724, 'Aw_zdei', 915, -392.000, -0.500, 672.000, 112), + (16920725, 'Aw_zdei', 915, -392.000, -0.500, 728.000, 112), + (16920726, 'Aw_zdei', 915, -140.000, -0.500, 460.000, 148), + (16920727, 'Aw_ghrah', 914, -139.511, -0.590, 495.742, 194), + (16920728, 'Aw_euvhi', 913, -147.000, 1.500, 507.000, 32), + (16920729, 'Aw_euvhi', 913, -149.779, 1.377, 501.621, 101), + (16920730, 'Aw_ghrah', 914, -68.218, -0.598, 498.553, 12), + (16920731, 'Aw_euvhi', 913, -53.000, 1.500, 507.000, 96), + (16920732, 'Aw_euvhi', 913, -59.956, 1.399, 506.553, 121), + (16920733, 'Aw_ghrah', 914, -59.675, -0.578, 421.131, 60), + (16920734, 'Aw_euvhi', 913, -53.000, 1.500, 413.000, 160), + (16920735, 'Aw_euvhi', 913, -62.912, 1.400, 406.322, 117), + (16920736, 'Aw_ghrah', 914, -132.637, -0.572, 420.842, 255), + (16920737, 'Aw_euvhi', 913, -147.000, 1.500, 413.000, 224), + (16920738, 'Aw_euvhi', 913, -151.258, 1.399, 420.708, 58), + (16920739, 'Aw_ghrah', 914, -88.265, -0.599, 507.994, 7), + (16920740, 'Aw_ghrah', 914, -66.876, -0.594, 465.531, 194), + (16920741, 'Aw_zdei', 915, -128.000, -0.500, 488.000, 32), + (16920742, 'Aw_zdei', 915, -72.000, -0.500, 488.000, 224), + (16920743, 'Aw_zdei', 915, -72.000, -0.500, 432.000, 208), + (16920744, 'Aw_zdei', 915, -128.000, -0.500, 432.000, 48), + (16920745, 'Aw_zdei', 915, -260.000, -0.500, 140.000, 180), + (16920746, 'Aw_ghrah', 914, -221.488, -0.599, 134.422, 51), + (16920747, 'Aw_euvhi', 913, -213.000, 1.500, 147.000, 96), + (16920748, 'Aw_euvhi', 913, -213.594, 0.061, 133.471, 191), + (16920749, 'Aw_ghrah', 914, -220.493, -0.599, 71.725, 203), + (16920750, 'Aw_euvhi', 913, -213.000, 1.500, 53.000, 160), + (16920751, 'Aw_euvhi', 913, -222.663, 1.399, 53.311, 120), + (16920752, 'Aw_ghrah', 914, -299.107, -0.599, 60.871, 129), + (16920753, 'Aw_euvhi', 913, -307.000, 1.500, 53.000, 224), + (16920754, 'Aw_euvhi', 913, -298.992, 1.399, 51.616, 208), + (16920755, 'Aw_ghrah', 914, -300.095, -0.599, 136.103, 185), + (16920756, 'Aw_euvhi', 913, -307.000, 1.500, 147.000, 32), + (16920757, 'Aw_euvhi', 913, -312.144, 1.383, 141.022, 99), + (16920758, 'Aw_ghrah', 914, -212.725, -0.599, 100.067, 60), + (16920759, 'Aw_ghrah', 914, -262.191, -0.595, 65.998, 255), + (16920760, 'Aw_zdei', 915, -232.000, -0.500, 128.000, 144), + (16920761, 'Aw_zdei', 915, -232.000, -0.500, 72.000, 96), + (16920762, 'Aw_zdei', 915, -288.000, -0.500, 72.000, 128), + (16920763, 'Aw_zdei', 915, -288.000, -0.500, 128.000, 32), + (16920764, 'Qn_zdei', 927, -429.000, -1.000, -373.000, 234), + (16920765, 'Qn_zdei', 927, -411.000, -1.000, -373.000, 149), + (16920766, 'Qn_zdei', 927, -429.000, -1.000, -387.000, 60), + (16920767, 'Qn_zdei', 927, -411.000, -1.000, -387.000, 221), + (16920768, 'Aw_aern', 912, -420.312, -3.654, -460.286, 248), + (16920769, 'Aw_aern', 912, -417.416, -3.556, -460.041, 135), + (16920770, 'Aw_aern', 912, -425.464, -2.964, -455.729, 178), + (16920771, 'Aw_aern', 912, -492.350, -3.399, -460.640, 196), + (16920772, 'Aw_aern', 912, -505.800, -6.338, -470.415, 64), + (16920773, 'Aw_aern', 912, -486.890, -6.595, -457.648, 61), + (16920774, 'Aw_aern', 912, -333.968, -3.607, -459.017, 254), + (16920775, 'Aw_aern', 912, -346.391, -2.505, -452.703, 64), + (16920776, 'Aw_aern', 912, -333.169, -3.887, -457.433, 63), + (16920777, 'Aw_aern', 912, -532.995, 3.500, -506.245, 192), + (16920778, 'Aw_aern', 912, -532.986, 3.680, -505.017, 195), + (16920779, 'Aw_aern', 912, -543.676, 0.036, -498.230, 242), + (16920780, 'Aern_s_Euvhi', 910, -537.314, 2.842, -501.968, 43), + (16920781, 'Aw_aern', 912, -514.866, 4.500, -362.770, 155), + (16920782, 'Aw_aern', 912, -499.933, 1.352, -380.886, 46), + (16920783, 'Aw_aern', 912, -524.369, 4.399, -362.952, 100), + (16920784, 'Aern_s_Wynav', 911, -499.750, 2.309, -379.131, 237), + (16920785, 'Aw_aern', 912, -302.937, 3.411, -374.330, 127), + (16920786, 'Aw_aern', 912, -296.189, -0.030, -381.328, 18), + (16920787, 'Aw_aern', 912, -325.021, 4.399, -363.585, 80), + (16920788, 'Aern_s_Elemental', 909, -302.380, 3.500, -370.701, 57), + (16920789, 'Aw_aern', 912, -307.159, 3.379, -501.486, 243), + (16920790, 'Aw_aern', 912, -321.046, 4.500, -514.021, 4), + (16920791, 'Aw_aern', 912, -296.017, 3.500, -508.078, 250), + (16920792, 'Aw_ghrah', 914, -467.884, -0.600, -507.205, 196), + (16920793, 'Aw_ghrah', 914, -452.724, -0.599, -503.761, 44), + (16920794, 'Aw_ghrah', 914, -502.685, -0.593, -407.392, 226), + (16920795, 'Aw_aern', 912, -451.041, -0.599, -373.024, 170), + (16920796, 'Aw_aern', 912, -469.833, -0.600, -378.931, 77), + (16920797, 'Aw_aern', 912, -467.028, -0.600, -348.445, 53), + (16920798, 'Aw_aern', 912, -451.191, -0.600, -348.206, 68), + (16920799, 'Aw_aern', 912, -372.293, -0.600, -339.884, 149), + (16920800, 'Aw_aern', 912, -388.516, -0.600, -342.930, 22), + (16920801, 'Aw_aern', 912, -376.797, -0.600, -380.679, 120), + (16920802, 'Aw_aern', 912, -372.458, -0.600, -380.009, 106), + (16920803, 'Aw_ghrah', 914, -332.706, -0.599, -408.921, 170), + (16920804, 'Aw_ghrah', 914, -390.402, -0.598, -505.635, 177), + (16920805, 'Aw_ghrah', 914, -383.599, -0.599, -498.066, 127), + (16920806, 'Aw_ghrah', 914, -459.451, -6.594, -524.223, 62), + (16920807, 'Aw_ghrah', 914, -528.077, -6.599, -462.764, 51), + (16920808, 'Aw_ghrah', 914, -529.344, -6.599, -407.352, 135), + (16920809, 'Aw_ghrah', 914, -488.110, -0.585, -411.422, 192), + (16920810, 'Aw_zdei', 915, -448.000, -0.500, -312.000, 84), + (16920811, 'Aw_zdei', 915, -392.000, -0.500, -312.000, 132), + (16920812, 'Aw_ghrah', 914, -353.395, -0.599, -430.252, 77), + (16920813, 'Aw_ghrah', 914, -311.365, -6.597, -419.133, 130), + (16920814, 'Aw_ghrah', 914, -312.603, -6.599, -451.001, 58), + (16920815, 'Aw_ghrah', 914, -393.609, -6.599, -528.754, 32), + (16920816, 'Aw_ghrah', 914, -451.742, -0.599, -548.831, 230), + (16920817, 'Aw_ghrah', 914, -550.827, -0.500, -449.812, 176), + (16920818, 'Aw_ghrah', 914, -551.522, -0.500, -410.960, 105), + (16920819, 'Aw_ghrah', 914, -289.596, -0.500, -416.517, 222), + (16920820, 'Aw_ghrah', 914, -294.084, -0.500, -472.323, 244), + (16920821, 'Aw_ghrah', 914, -391.093, -0.570, -550.404, 153), + (16920822, 'Aw_euvhi', 913, -467.000, 1.500, -293.000, 32), + (16920823, 'Aw_ghrah', 914, -457.211, -0.599, -302.283, 123), + (16920824, 'Aw_euvhi', 913, -373.000, 1.500, -293.000, 96), + (16920825, 'Aw_ghrah', 914, -388.326, -0.599, -301.548, 12), + (16920826, 'Aw_zdei', 915, -580.000, -0.500, -740.000, 247), + (16920827, 'Aw_euvhi', 913, -617.043, 1.399, -748.900, 196), + (16920828, 'Aw_euvhi', 913, -610.577, -0.384, -747.911, 250), + (16920829, 'Aw_euvhi', 913, -627.000, 1.500, -747.000, 224), + (16920830, 'Aw_euvhi', 913, -615.473, 1.146, -653.445, 131), + (16920831, 'Aw_euvhi', 913, -625.770, 1.399, -656.256, 200), + (16920832, 'Aw_euvhi', 913, -627.000, 1.500, -653.000, 32), + (16920833, 'Aw_euvhi', 913, -525.285, 1.388, -664.470, 50), + (16920834, 'Aw_euvhi', 913, -543.779, 1.399, -646.128, 137), + (16920835, 'Aw_euvhi', 913, -533.000, 1.500, -653.000, 96), + (16920836, 'Aw_euvhi', 913, -539.564, 1.399, -746.591, 252), + (16920837, 'Aw_euvhi', 913, -538.699, -0.598, -727.993, 204), + (16920838, 'Aw_euvhi', 913, -533.000, 1.500, -747.000, 160), + (16920839, 'Aw_ghrah', 914, -627.517, -0.599, -705.942, 185), + (16920840, 'Aw_ghrah', 914, -571.839, -0.578, -666.179, 120), + (16920841, 'Aw_ghrah', 914, -532.101, -0.598, -700.414, 194), + (16920842, 'Aw_zdei', 915, -608.000, -0.500, -728.000, 20), + (16920843, 'Aw_zdei', 915, -608.000, -0.500, -672.000, 40), + (16920844, 'Aw_zdei', 915, -552.000, -0.500, -672.000, 200), + (16920845, 'Aw_zdei', 915, -552.000, -0.500, -728.000, 104), + (16920846, 'Aw_euvhi', 913, -580.000, -0.500, -645.000, 64), + (16920847, 'Aw_zdei', 915, -780.000, -0.500, -340.000, 240), + (16920848, 'Aw_euvhi', 913, -793.093, 1.399, -297.228, 97), + (16920849, 'Aw_euvhi', 913, -793.470, 1.394, -297.748, 93), + (16920850, 'Aw_euvhi', 913, -787.000, 1.500, -293.000, 32), + (16920851, 'Aw_euvhi', 913, -693.559, -0.264, -308.901, 69), + (16920852, 'Aw_euvhi', 913, -701.768, 1.399, -288.941, 24), + (16920853, 'Aw_euvhi', 913, -693.000, 1.500, -293.000, 96), + (16920854, 'Aw_euvhi', 913, -696.589, 1.399, -392.340, 238), + (16920855, 'Aw_euvhi', 913, -693.039, -0.483, -371.779, 187), + (16920856, 'Aw_euvhi', 913, -693.000, 1.500, -387.000, 160), + (16920857, 'Aw_euvhi', 913, -781.880, 1.399, -393.034, 42), + (16920858, 'Aw_euvhi', 913, -775.178, 0.651, -388.060, 255), + (16920859, 'Aw_euvhi', 913, -787.000, 1.500, -387.000, 224), + (16920860, 'Aw_ghrah', 914, -743.657, -0.597, -293.102, 127), + (16920861, 'Aw_ghrah', 914, -706.188, -0.593, -351.072, 58), + (16920862, 'Aw_ghrah', 914, -728.239, -0.565, -388.122, 251), + (16920863, 'Aw_zdei', 915, -768.000, -0.500, -312.000, 80), + (16920864, 'Aw_zdei', 915, -712.000, -0.500, -312.000, 244), + (16920865, 'Aw_zdei', 915, -712.000, -0.500, -368.000, 128), + (16920866, 'Aw_zdei', 915, -768.000, -0.500, -368.000, 184), + (16920867, 'Aw_euvhi', 913, -685.000, -0.500, -340.000, 128), + (16920868, 'Aw_zdei', 915, -420.000, -0.500, -60.000, 41), + (16920869, 'Aw_euvhi', 913, -378.254, 1.399, -47.147, 209), + (16920870, 'Aw_euvhi', 913, -388.895, -0.510, -51.975, 127), + (16920871, 'Aw_euvhi', 913, -373.000, 1.500, -53.000, 96), + (16920872, 'Aw_euvhi', 913, -371.965, 1.399, -137.570, 164), + (16920873, 'Aw_euvhi', 913, -373.121, 1.080, -135.337, 63), + (16920874, 'Aw_euvhi', 913, -373.000, 1.500, -147.000, 160), + (16920875, 'Aw_euvhi', 913, -466.654, 1.359, -146.865, 145), + (16920876, 'Aw_euvhi', 913, -451.421, -0.527, -146.453, 255), + (16920877, 'Aw_euvhi', 913, -467.000, 1.500, -147.000, 224), + (16920878, 'Aw_euvhi', 913, -461.693, -0.599, -70.658, 83), + (16920879, 'Aw_euvhi', 913, -463.402, -0.599, -71.297, 15), + (16920880, 'Aw_euvhi', 913, -467.000, 1.500, -53.000, 32), + (16920881, 'Aw_ghrah', 914, -469.078, -0.584, -111.078, 60), + (16920882, 'Aw_ghrah', 914, -429.300, -0.569, -132.755, 250), + (16920883, 'Aw_ghrah', 914, -373.624, -0.597, -92.850, 56), + (16920884, 'Aw_zdei', 915, -392.000, -0.500, -72.000, 180), + (16920885, 'Aw_zdei', 915, -392.000, -0.500, -128.000, 200), + (16920886, 'Aw_zdei', 915, -448.000, -0.500, -128.000, 96), + (16920887, 'Aw_zdei', 915, -448.000, -0.500, -72.000, 52), + (16920888, 'Aw_euvhi', 913, -420.000, -0.500, -155.000, 192), + (16920889, 'Aw_zdei', 915, -60.000, -0.500, -340.000, 187), + (16920890, 'Aw_euvhi', 913, -46.491, 1.399, -381.494, 66), + (16920891, 'Aw_euvhi', 913, -58.599, 1.368, -392.997, 36), + (16920892, 'Aw_euvhi', 913, -53.000, 1.500, -387.000, 160), + (16920893, 'Aw_euvhi', 913, -130.869, -0.583, -380.606, 156), + (16920894, 'Aw_euvhi', 913, -141.500, 1.334, -390.304, 140), + (16920895, 'Aw_euvhi', 913, -147.000, 1.500, -387.000, 224), + (16920896, 'Aw_euvhi', 913, -146.028, 1.040, -303.716, 192), + (16920897, 'Aw_euvhi', 913, -145.074, -0.585, -309.761, 139), + (16920898, 'Aw_euvhi', 913, -147.000, 1.500, -293.000, 32), + (16920899, 'Aw_euvhi', 913, -68.202, -0.436, -292.255, 120), + (16920900, 'Aw_euvhi', 913, -55.981, 1.397, -286.962, 157), + (16920901, 'Aw_euvhi', 913, -53.000, 1.500, -293.000, 96), + (16920902, 'Aw_ghrah', 914, -91.836, -0.573, -386.476, 120), + (16920903, 'Aw_ghrah', 914, -130.771, -0.599, -340.603, 200), + (16920904, 'Aw_ghrah', 914, -97.599, -0.594, -289.866, 136), + (16920905, 'Aw_zdei', 915, -72.000, -0.500, -368.000, 60), + (16920906, 'Aw_zdei', 915, -128.000, -0.500, -368.000, 92), + (16920907, 'Aw_zdei', 915, -128.000, -0.500, -312.000, 240), + (16920908, 'Aw_zdei', 915, -72.000, -0.500, -312.000, 96), + (16920909, 'Aw_euvhi', 913, -155.000, -0.500, -340.000, 0), + (16920910, 'Aw_zdei', 915, -260.000, -0.500, -740.000, 158), + (16920911, 'Aw_euvhi', 913, -314.666, 1.399, -734.752, 174), + (16920912, 'Aw_euvhi', 913, -302.095, 1.399, -749.517, 230), + (16920913, 'Aw_euvhi', 913, -307.000, 1.500, -747.000, 224), + (16920914, 'Aw_euvhi', 913, -308.934, 1.399, -662.179, 31), + (16920915, 'Aw_euvhi', 913, -300.549, 1.399, -648.037, 120), + (16920916, 'Aw_euvhi', 913, -307.000, 1.500, -653.000, 32), + (16920917, 'Aw_euvhi', 913, -213.385, -0.330, -669.294, 65), + (16920918, 'Aw_euvhi', 913, -223.927, -0.599, -662.169, 131), + (16920919, 'Aw_euvhi', 913, -213.000, 1.500, -653.000, 96), + (16920920, 'Aw_euvhi', 913, -215.266, 1.399, -750.347, 9), + (16920921, 'Aw_euvhi', 913, -212.833, 1.399, -739.652, 198), + (16920922, 'Aw_euvhi', 913, -213.000, 1.500, -747.000, 160), + (16920923, 'Aw_ghrah', 914, -306.541, -0.599, -711.428, 57), + (16920924, 'Aw_ghrah', 914, -250.991, -0.599, -668.875, 123), + (16920925, 'Aw_ghrah', 914, -210.566, -0.597, -696.170, 186), + (16920926, 'Aw_zdei', 915, -288.000, -0.500, -728.000, 164), + (16920927, 'Aw_zdei', 915, -288.000, -0.500, -672.000, 232), + (16920928, 'Aw_zdei', 915, -232.000, -0.500, -672.000, 56), + (16920929, 'Aw_zdei', 915, -232.000, -0.500, -728.000, 244), + (16920930, 'Aw_euvhi', 913, -260.000, -0.500, -645.000, 64), + (16920931, 'Aw_zdei', 915, 236.000, -6.500, 98.000, 136), + (16920932, 'Aw_zdei', 915, 236.000, -6.500, 102.000, 120), + (16920933, 'Aw_ghrah', 914, 225.943, -0.599, 112.077, 199), + (16920934, 'Aw_zdei', 915, 284.000, -6.100, 98.000, 217), + (16920935, 'Aw_zdei', 915, 284.000, -6.500, 102.000, 8), + (16920936, 'Aw_ghrah', 914, 295.777, -0.579, 112.669, 143), + (16920937, 'Aw_zdei', 915, 220.000, -0.500, 60.000, 205), + (16920938, 'Aw_zdei', 915, 220.000, -0.500, 140.000, 19), + (16920939, 'Aw_zdei', 915, 300.000, -0.500, 140.000, 136), + (16920940, 'Aw_zdei', 915, 300.000, -0.500, 60.000, 149), + (16920941, 'Aw_ghrah', 914, 263.954, -0.599, 48.747, 0), + (16920942, 'Aw_ghrah', 914, 268.732, -0.599, 149.266, 25), + (16920943, 'Aw_ghrah', 914, 263.777, -6.600, 72.129, 119), + (16920944, 'Aw_ghrah', 914, 258.738, -6.599, 130.127, 72), + (16920945, 'Aw_zdei', 915, 208.000, -0.500, 88.000, 96), + (16920946, 'Aw_zdei', 915, 312.000, -0.500, 112.000, 0), + (16920947, 'Aw_zdei', 915, 98.000, -6.100, 436.000, 62), + (16920948, 'Aw_zdei', 915, 102.000, -6.500, 436.000, 72), + (16920949, 'Aw_ghrah', 914, 108.255, -0.599, 422.319, 153), + (16920950, 'Aw_zdei', 915, 98.000, -6.500, 484.000, 200), + (16920951, 'Aw_zdei', 915, 102.000, -6.500, 484.000, 184), + (16920952, 'Aw_ghrah', 914, 90.898, -0.599, 494.848, 255), + (16920953, 'Aw_zdei', 915, 60.000, -0.500, 420.000, 144), + (16920954, 'Aw_zdei', 915, 60.000, -0.500, 500.000, 80), + (16920955, 'Aw_zdei', 915, 140.000, -0.500, 500.000, 59), + (16920956, 'Aw_zdei', 915, 140.000, -0.500, 420.000, 150), + (16920957, 'Aw_ghrah', 914, 51.367, -0.597, 468.402, 103), + (16920958, 'Aw_ghrah', 914, 152.386, -0.500, 450.120, 230), + (16920959, 'Aw_ghrah', 914, 73.170, -6.600, 461.253, 53), + (16920960, 'Aw_ghrah', 914, 131.252, -6.599, 472.227, 213), + (16920961, 'Aw_zdei', 915, 88.000, -0.500, 408.000, 0), + (16920962, 'Aw_zdei', 915, 88.000, -0.500, 512.000, 96), + (16920963, 'Aw_zdei', 915, 396.000, -6.500, 702.000, 120), + (16920964, 'Aw_zdei', 915, 396.000, -6.500, 698.000, 136), + (16920965, 'Aw_ghrah', 914, 385.689, -0.599, 711.953, 212), + (16920966, 'Aw_zdei', 915, 444.000, -6.500, 702.000, 8), + (16920967, 'Aw_zdei', 915, 444.000, -6.500, 698.000, 217), + (16920968, 'Aw_ghrah', 914, 454.669, -0.572, 709.052, 4), + (16920969, 'Aw_zdei', 915, 380.000, -0.500, 660.000, 225), + (16920970, 'Aw_zdei', 915, 380.000, -0.500, 740.000, 125), + (16920971, 'Aw_zdei', 915, 460.000, -0.500, 740.000, 87), + (16920972, 'Aw_zdei', 915, 460.000, -0.500, 660.000, 26), + (16920973, 'Aw_ghrah', 914, 414.718, -0.588, 648.855, 126), + (16920974, 'Aw_ghrah', 914, 420.722, -0.595, 752.968, 128), + (16920975, 'Aw_ghrah', 914, 415.305, -6.599, 672.063, 254), + (16920976, 'Aw_ghrah', 914, 411.416, -6.599, 727.929, 240), + (16920977, 'Aw_zdei', 915, 368.000, -0.500, 688.000, 176), + (16920978, 'Aw_zdei', 915, 472.000, -0.500, 712.000, 16), + (16920979, 'Aw_zdei', 915, 738.000, -6.500, 436.000, 62), + (16920980, 'Aw_zdei', 915, 742.000, -6.500, 436.000, 72), + (16920981, 'Aw_ghrah', 914, 750.323, -0.593, 427.621, 209), + (16920982, 'Aw_zdei', 915, 738.000, -6.100, 484.000, 200), + (16920983, 'Aw_zdei', 915, 742.000, -6.500, 484.000, 184), + (16920984, 'Aw_ghrah', 914, 730.006, -0.599, 493.881, 128), + (16920985, 'Aw_zdei', 915, 700.000, -0.500, 420.000, 226), + (16920986, 'Aw_zdei', 915, 700.000, -0.500, 500.000, 145), + (16920987, 'Aw_zdei', 915, 0.000, 0.000, 0.000, 0), + (16920988, 'Aw_zdei', 915, 0.000, 0.000, 0.000, 0), + (16920989, 'Aw_ghrah', 914, 690.920, -0.599, 450.259, 153), + (16920990, 'Aw_ghrah', 914, 794.087, -0.577, 453.540, 61), + (16920991, 'Aw_ghrah', 914, 712.559, -6.601, 464.088, 62), + (16920992, 'Aw_ghrah', 914, 768.601, -6.600, 463.878, 192), + (16920993, 'Aw_zdei', 915, 752.000, -0.500, 408.000, 128), + (16920994, 'Aw_zdei', 915, 752.000, -0.500, 512.000, 208), + (16920995, 'Aw_zdei', 915, 556.000, -6.100, 102.000, 120), + (16920996, 'Aw_zdei', 915, 556.000, -6.500, 98.000, 136), + (16920997, 'Aw_ghrah', 914, 547.995, -0.558, 110.124, 30), + (16920998, 'Aw_zdei', 915, 604.000, -6.500, 102.000, 8), + (16920999, 'Aw_zdei', 915, 604.000, -6.500, 98.000, 217), + (16921000, 'Aw_ghrah', 914, 612.323, -0.599, 91.252, 106), + (16921001, 'Aw_zdei', 915, 540.000, -0.500, 60.000, 184), + (16921002, 'Aw_zdei', 915, 540.000, -0.500, 140.000, 149), + (16921003, 'Aw_zdei', 915, 620.000, -0.500, 140.000, 149), + (16921004, 'Aw_zdei', 915, 620.000, -0.500, 60.000, 84), + (16921005, 'Aw_ghrah', 914, 572.851, -0.599, 48.673, 127), + (16921006, 'Aw_ghrah', 914, 584.180, -0.600, 153.000, 253), + (16921007, 'Aw_ghrah', 914, 571.970, -6.600, 72.054, 127), + (16921008, 'Aw_ghrah', 914, 583.715, -6.599, 127.916, 137), + (16921009, 'Aw_zdei', 915, 632.000, -0.500, 112.000, 240), + (16921010, 'Aw_zdei', 915, 528.000, -0.500, 88.000, 96), + (16921011, 'Ix_zdei', 918, 418.132, -0.500, 408.208, 7), + (16921012, 'Ix_zdei', 918, 419.841, -0.500, 435.417, 156), + (16921013, 'Ix_zdei', 918, 419.199, -0.500, 422.145, 43), + (16921014, 'Ix_zdei', 918, 417.910, -0.500, 417.746, 190), + (16921015, 'Jailer_of_Fortitude', 920, -434.100, -0.500, 697.849, 190), + (16921016, 'Kf_ghrah', 921, -433.362, -0.500, 700.028, 186), + (16921017, 'Kf_ghrah', 921, -406.510, -0.500, 699.651, 237), + (16921018, 'Ix_aern', 917, -590.082, -0.592, 110.876, 235), + (16921019, 'Qn_aern', 926, -575.403, 3.500, 228.466, 108), + (16921020, 'Qn_aern', 926, -548.878, 3.449, 253.894, 145), + (16921021, 'Jailer_of_Faith', 919, -272.831, -0.500, -703.309, 66), + (16921022, 'Ix_aern', 917, -347.931, -0.500, -377.922, 147), + (16921023, 'Aern_s_Wynav', 911, -350.158, -0.607, -379.099, 66), + (16921024, 'Aern_s_Wynav', 911, -347.785, -0.379, -380.105, 94), + (16921025, 'Aern_s_Wynav', 911, -349.207, -0.499, -380.000, 79), + (16924673, 'Promathia', 0, -530.459, -120.500, 520.516, 203), + (16924674, 'Promathia', 0, -529.753, -120.500, 503.630, 234), + (16924675, 'Promathia', 0, 526.400, -0.500, 544.765, 0), + (16924676, 'Promathia', 0, 525.205, -0.499, 495.344, 53), + (16924677, 'Promathia', 0, 0.000, 0.000, 0.000, 0), + (16924678, 'Promathia', 0, 0.000, 0.000, 0.000, 0), + (16924679, 'Kam_lanaut', 0, -518.190, -120.500, 524.392, 173), + (16924680, 'Eald_narche', 0, -529.274, -120.000, 516.185, 167), + (16924681, 'Kam_lanaut', 0, 511.559, -0.500, 528.348, 146), + (16924682, 'Eald_narche', 0, 516.331, -0.500, 518.179, 199), + (16924683, 'Kam_lanaut', 0, 0.000, 0.000, 0.000, 0), + (16924684, 'Eald narche', 0, 0.000, 0.000, 0.000, 0), + (16932868, 'FirBholg', 0, -396.988, -0.496, -548.817, 7), + (16932869, 'FirBholg', 0, -420.667, -0.486, -535.516, 255), + (16932870, 'FirBholg', 0, -426.185, -0.411, -529.013, 5), + (16932871, 'FirBholg', 0, -404.352, -0.500, -554.551, 134), + (16932872, 'FirBholg', 0, -393.528, -0.463, -543.536, 16), + (16932873, 'FirBholg', 0, -399.696, -0.496, -535.582, 27), + (16932874, 'FirBholg', 0, -407.513, -0.384, -537.297, 240), + (16932875, 'FirBholg', 0, -408.324, -0.499, -554.723, 28), + (16932876, 'FirBholg', 0, -411.247, -0.500, -553.286, 136), + (16932877, 'FirBholg', 0, -383.654, -0.500, -541.223, 22), + (16932881, 'Jidra', 0, -188.651, -0.500, -613.478, 129), + (16932882, 'Jidra', 0, -191.297, -0.500, -481.057, 206), + (16932883, 'Jidra', 0, -218.947, -0.500, -420.081, 250), + (16932884, 'Jidra', 0, -185.952, -0.500, -565.775, 144), + (16932885, 'Jidra', 0, -105.521, -0.500, -575.232, 51), + (16932886, 'Jidra', 0, -128.503, -0.509, -523.877, 195), + (16932887, 'Jidra', 0, -118.119, -0.491, -475.240, 59), + (16932888, 'Jidra', 0, -152.613, -0.500, -515.516, 197), + (16932889, 'Arboricole_Hornet', 0, -179.879, -0.500, -476.623, 154), + (16932890, 'Arboricole_Raven', 0, -211.035, -0.500, -426.522, 20), + (16932891, 'Arboricole_Opo-opo', 0, -193.048, -0.500, -573.836, 126), + (16932892, 'Arboricole_Spider', 0, -116.767, -0.500, -573.876, 38), + (16932893, 'Arboricole_Beetle', 0, -142.143, -0.500, -525.237, 9), + (16932894, 'Arboricole_Crawler', 0, -119.788, -0.500, -475.870, 127), + (16932895, 'Apollyon_Sapling', 0, -155.530, -0.500, -532.987, 51), + (16932910, 'Air_Elemental', 0, -527.376, -0.500, -337.286, 245), + (16932911, 'Dark_Elemental', 0, -596.522, 0.000, -369.874, 239), + (16932912, 'Earth_Elemental', 0, -513.697, -0.506, -327.875, 100), + (16932913, 'Fire_Elemental', 0, -513.739, -0.500, -328.219, 94), + (16932914, 'Ice_Elemental', 0, -590.000, 0.000, -372.000, 204), + (16932915, 'Light_Elemental', 0, -516.007, -0.438, -336.163, 206), + (16932916, 'Water_Elemental', 0, -522.596, -0.500, -335.072, 251), + (16932917, 'ThunderElement', 0, -582.635, -0.500, -423.374, 136), + (16932918, 'Air_Elemental', 0, -525.312, -0.500, -336.952, 242), + (16932919, 'Dark_Elemental', 0, -585.000, 0.000, -365.000, 120), + (16932920, 'Earth_Elemental', 0, -524.413, -0.500, -332.393, 57), + (16932921, 'Fire_Elemental', 0, -517.603, -0.500, -329.037, 181), + (16932922, 'Ice_Elemental', 0, -595.000, 0.000, -388.000, 229), + (16932923, 'Light_Elemental', 0, -514.594, -0.422, -337.083, 55), + (16932924, 'Water_Elemental', 0, -524.895, -0.500, -331.915, 254), + (16932925, 'ThunderElement', 0, -583.478, -0.500, -415.835, 219), + (16932926, 'Air_Elemental', 0, -525.352, -0.500, -338.655, 230), + (16932927, 'Dark_Elemental', 0, -590.255, 0.000, -366.051, 119), + (16932928, 'Earth_Elemental', 0, -522.288, -0.500, -329.750, 22), + (16932929, 'Fire_Elemental', 0, -505.132, -0.500, -318.336, 75), + (16932930, 'Ice_Elemental', 0, -595.000, 0.000, -388.000, 67), + (16932931, 'Light_Elemental', 0, -514.963, -0.500, -329.281, 74), + (16932932, 'Water_Elemental', 0, -523.304, -0.500, -329.782, 251), + (16932933, 'Thunder_Elemental', 0, -583.564, -0.500, -417.534, 28), + (16932937, 'Pluto', 0, -483.404, -0.500, 25.815, 15), + (16932938, 'Bardha', 0, -423.538, -0.500, 22.165, 106), + (16932939, 'Bardha', 0, -417.520, -0.500, 21.314, 194), + (16932940, 'Bardha', 0, -494.544, -0.500, 25.158, 231), + (16932941, 'Bardha', 0, -489.120, -0.500, -11.164, 51), + (16932942, 'Bardha', 0, -502.541, -0.500, 30.053, 49), + (16932943, 'Bardha', 0, -442.008, -0.500, -52.849, 13), + (16932944, 'Bardha', 0, -424.761, -0.500, 21.696, 106), + (16932950, 'Zlatorog', 0, -358.583, -0.481, 236.646, 228), + (16932951, 'Mountain_Buffalo', 0, -294.339, -0.500, 354.403, 20), + (16932952, 'Mountain_Buffalo', 0, -340.282, -0.816, 284.544, 164), + (16932953, 'Mountain_Buffalo', 0, -329.818, -0.500, 217.735, 65), + (16932954, 'Mountain_Buffalo', 0, -327.324, -0.500, 195.225, 59), + (16932955, 'Mountain_Buffalo', 0, -318.440, -0.500, 206.571, 30), + (16932956, 'Mountain_Buffalo', 0, -352.216, -0.859, 244.921, 151), + (16932957, 'Mountain_Buffalo', 0, -335.081, -0.500, 319.489, 142), + (16932963, 'Millenary_Mossback', 0, -318.000, -0.500, 595.000, 95), + (16932964, 'Apollyon_Scavenger', 0, -243.891, -0.500, 533.246, 218), + (16932965, 'Apollyon_Scavenger', 0, -301.489, -0.500, 498.404, 222), + (16932966, 'Apollyon_Scavenger', 0, -307.566, -0.774, 542.412, 233), + (16932967, 'Apollyon_Scavenger', 0, -336.161, -0.611, 546.656, 223), + (16932968, 'Apollyon_Scavenger', 0, -308.599, 0.000, 575.052, 159), + (16932969, 'Apollyon_Scavenger', 0, -359.054, -0.500, 512.131, 49), + (16932970, 'Apollyon_Scavenger', 0, -352.104, -0.500, 511.257, 190), + (16932976, 'Cynoprosopi', 0, -603.724, -0.726, 552.088, 134), + (16932977, 'Gorynich', 0, -546.086, -0.500, 544.469, 153), + (16932978, 'Gorynich', 0, -531.294, -0.500, 521.829, 35), + (16932979, 'Gorynich', 0, -624.687, -0.500, 497.069, 134), + (16932980, 'Gorynich', 0, -589.855, -0.500, 511.147, 142), + (16932981, 'Gorynich', 0, -536.150, -0.500, 637.393, 27), + (16932985, 'Kaiser_Behemoth', 0, -523.042, -0.469, 280.802, 191), + (16932986, 'Kronprinz_Behemoth', 0, -553.586, -0.476, 183.457, 142), + (16932987, 'Kronprinz_Behemoth', 0, -542.243, -0.466, 180.559, 175), + (16932988, 'Kronprinz_Behemoth', 0, -545.215, -0.454, 178.676, 76), + (16932992, 'Ghost_Clot', 0, 416.231, -0.500, -517.729, 8), + (16932993, 'Metalloid_Amoeba', 0, 442.679, -0.500, -590.150, 57), + (16932994, 'Metalloid_Amoeba', 0, 460.108, -0.500, -610.478, 175), + (16932995, 'Metalloid_Amoeba', 0, 386.693, -0.500, -552.865, 25), + (16932996, 'Metalloid_Amoeba', 0, 426.747, -0.500, -506.603, 12), + (16932997, 'Metalloid_Amoeba', 0, 437.930, -0.500, -563.140, 59), + (16932998, 'Metalloid_Amoeba', 0, 438.841, -0.582, -576.316, 176), + (16932999, 'Metalloid_Amoeba', 0, 370.087, -0.500, -554.406, 253), + (16933000, 'Metalloid_Amoeba', 0, 369.594, -0.500, -558.288, 244), + (16933001, 'Metalloid_Amoeba', 0, 0.000, 0.000, 0.000, 0), + (16933002, 'Metalloid_Amoeba', 0, 0.000, 0.000, 0.000, 0), + (16933006, 'Tieholtsodi', 0, 149.879, 0.000, -511.197, 61), + (16933007, 'Adamantshell', 0, 176.428, -0.529, -532.477, 182), + (16933008, 'Adamantshell', 0, 185.961, -0.500, -519.646, 118), + (16933009, 'Adamantshell', 0, 172.945, -0.500, -510.277, 19), + (16933010, 'Adamantshell', 0, 177.989, -0.500, -571.156, 49), + (16933011, 'Adamantshell', 0, 177.559, -0.500, -575.400, 29), + (16933012, 'Adamantshell', 0, 179.401, -0.185, -443.616, 191), + (16933013, 'Adamantshell', 0, 181.178, -0.046, -446.372, 125), + (16933014, 'Adamantshell', 0, 171.873, -0.506, -506.756, 21), + (16933015, 'Adamantshell', 0, 0.000, 0.000, 0.000, 0), + (16933016, 'Adamantshell', 0, 0.000, 0.000, 0.000, 0), + (16933020, 'Grave_Digger', 0, 288.290, -0.500, -282.002, 213), + (16933021, 'Inhumer', 0, 399.021, -0.500, -359.661, 95), + (16933022, 'Inhumer', 0, 369.667, -0.500, -331.554, 217), + (16933023, 'Inhumer', 0, 385.610, -0.500, -344.221, 206), + (16933024, 'Inhumer', 0, 387.920, -0.500, -346.788, 125), + (16933025, 'Inhumer', 0, 363.561, -0.500, -327.410, 54), + (16933026, 'Inhumer', 0, 365.054, -0.500, -315.842, 125), + (16933027, 'Inhumer', 0, 389.151, -0.500, -345.362, 72), + (16933028, 'Inhumer', 0, 393.045, -0.500, -353.061, 24), + (16933029, 'Inhumer', 0, 0.000, 0.000, 0.000, 0), + (16933030, 'Inhumer', 0, 0.000, 0.000, 0.000, 0), + (16933032, 'Evil_Armory', 0, 516.519, -1.000, -319.486, 135), + (16933033, 'Flying_Spear', 0, 498.166, -0.500, -303.294, 126), + (16933034, 'Flying_Spear', 0, 563.272, -0.543, -341.100, 247), + (16933035, 'Flying_Spear', 0, 619.837, -0.500, -335.944, 39), + (16933036, 'Flying_Spear', 0, 591.278, -0.500, -389.078, 51), + (16933037, 'Flying_Spear', 0, 542.576, -0.500, -367.419, 67), + (16933038, 'Flying_Spear', 0, 583.014, -0.500, -354.473, 179), + (16933039, 'Flying_Spear', 0, 611.096, -0.500, -373.520, 149), + (16933040, 'Flying_Spear', 0, 583.444, -0.500, -362.715, 207), + (16933044, 'Goobbue_Harvestet', 0, 419.807, -0.500, 40.291, 237), + (16933045, 'Barometz', 0, 444.923, -0.500, -39.620, 150), + (16933046, 'Borametz', 0, 445.406, -0.500, 53.342, 120), + (16933047, 'Barometz', 0, 465.325, -0.500, 3.318, 54), + (16933048, 'Borametz', 0, 430.229, -0.500, 1.900, 195), + (16933049, 'Barometz', 0, 455.138, -0.500, -36.295, 231), + (16933050, 'Borametz', 0, 483.768, -0.500, 31.777, 9), + (16933051, 'Barometz', 0, 458.221, -0.500, -34.967, 238), + (16933052, 'Borametz', 0, 486.436, -0.500, 38.185, 204), + (16933055, 'Barometz', 0, 462.853, -0.500, -27.454, 115), + (16933056, 'Borametz', 0, 412.058, -0.500, 45.077, 19), + (16933057, 'Barometz', 0, 456.842, -0.500, -25.991, 123), + (16933058, 'Borametz', 0, 414.341, -0.500, 42.908, 29), + (16933062, 'Thiazi', 0, 316.000, -0.500, 359.000, 64), + (16933063, 'Thiazi', 0, 367.000, -0.500, 321.000, 81), + (16933064, 'Bialozar', 0, 405.000, -0.500, 280.000, 128), + (16933065, 'Bialozar', 0, 335.523, -0.500, 236.009, 62), + (16933066, 'Cornu', 0, 319.000, -0.500, 359.000, 64), + (16933067, 'Cornu', 0, 313.000, -0.500, 359.000, 64), + (16933068, 'Cornu', 0, 370.000, -0.500, 321.000, 81), + (16933069, 'Cornu', 0, 364.000, -0.559, 321.000, 81), + (16933070, 'Sirin', 0, 364.348, -0.500, 284.072, 242), + (16933071, 'Sirin', 0, 367.406, -0.500, 276.263, 207), + (16933072, 'Sirin', 0, 314.675, -0.500, 216.800, 48), + (16933073, 'Sirin', 0, 317.286, -0.500, 212.491, 122), + (16933081, 'Apollyon_Sweeper', 0, 317.825, -0.444, 487.696, 237), + (16933082, 'Apollyon_Cleaner', 0, 301.845, -0.445, 550.428, 197), + (16933083, 'Apollyon_Cleaner', 0, 300.287, -0.499, 540.540, 93), + (16933084, 'Apollyon_Cleaner', 0, 303.966, -0.380, 521.720, 35), + (16933085, 'Apollyon_Cleaner', 0, 294.664, -0.499, 555.455, 175), + (16933086, 'Apollyon_Sweeper', 0, 326.550, -0.474, 542.858, 209), + (16933087, 'Apollyon_Cleaner', 0, 312.713, -0.406, 594.577, 127), + (16933088, 'Apollyon_Cleaner', 0, 327.726, -0.499, 591.391, 229), + (16933089, 'Apollyon_Cleaner', 0, 333.459, -0.500, 565.051, 0), + (16933090, 'Apollyon_Cleaner', 0, 337.937, -0.500, 559.812, 78), + (16933091, 'Apollyon_Sweeper', 0, 321.294, -0.500, 490.523, 92), + (16933092, 'Apollyon_Cleaner', 0, 325.514, -0.500, 502.881, 72), + (16933093, 'Apollyon_Cleaner', 0, 339.300, -0.500, 518.345, 97), + (16933094, 'Apollyon_Cleaner', 0, 361.428, -0.391, 540.602, 138), + (16933095, 'Apollyon_Cleaner', 0, 333.445, -0.500, 516.713, 108), + (16933099, 'Hyperion', 0, 551.942, -0.500, 619.478, 68), + (16933100, 'Okeanos', 0, 560.385, -0.499, 585.433, 55), + (16933101, 'Cronos', 0, 509.713, -0.500, 645.516, 208), + (16933102, 'Kerkopes', 0, 583.405, -0.499, 540.242, 149), + (16933103, 'Kerkopes', 0, 576.942, -0.480, 586.207, 99), + (16933104, 'Kerkopes', 0, 587.429, -0.500, 593.418, 12), + (16933105, 'Kerkopes', 0, 571.751, -0.481, 554.473, 161), + (16933106, 'Kerkopes', 0, 568.912, -0.500, 583.597, 244), + (16933107, 'Kerkopes', 0, 595.427, -0.486, 540.516, 133), + (16933108, 'Kerkopes', 0, 599.645, -0.500, 594.747, 248), + (16933109, 'Kerkopes', 0, 591.129, -0.483, 602.821, 24), + (16933113, 'Criosphinx', 0, 532.886, -0.500, 328.844, 231), + (16933114, 'Hieracosphinx', 0, 565.000, -0.500, 347.000, 64), + (16933115, 'Troglodyte_Dhalmel', 0, 557.856, -0.500, 226.776, 211), + (16933116, 'Troglodyte_Dhalmel', 0, 559.136, -0.500, 227.692, 177), + (16933117, 'Troglodyte_Dhalmel', 0, 558.508, -0.500, 229.798, 49), + (16933118, 'Troglodyte_Dhalmel', 0, 555.551, -0.500, 223.357, 191), + (16933119, 'Troglodyte_Dhalmel', 0, 578.299, -0.500, 228.391, 62), + (16933120, 'Troglodyte_Dhalmel', 0, 593.756, -0.500, 279.373, 41), + (16933121, 'Troglodyte_Dhalmel', 0, 563.367, -0.500, 228.131, 78), + (16933122, 'Troglodyte_Dhalmel', 0, 589.718, -0.500, 273.523, 209), + (16933124, 'Proto-Omega', 0, 12.377, -0.500, 167.199, 50), + (16933125, 'Gunpod', 0, 7.943, -0.358, 159.710, 162), + (16933129, 'Carnagechief_Jackbodokk', 0, 0.000, 0.000, 0.000, 0), + (16933130, 'Grognard_Mesmerizer', 0, 0.000, 0.000, 0.000, 0), + (16933131, 'Grognard_Neckchopper', 0, 0.000, 0.000, 0.000, 0), + (16933132, 'GrognardFootso', 0, 0.000, 0.000, 0.000, 0), + (16933133, 'GrognardGrappl', 0, 0.000, 0.000, 0.000, 0), + (16933134, 'GrognardPredat', 0, 0.000, 0.000, 0.000, 0), + (16933135, 'GrognardImpale', 0, 0.000, 0.000, 0.000, 0), + (16933136, 'Orc sWyvern', 0, 0.000, 0.000, 0.000, 0), + (16933137, 'Na QbaChirurge', 0, 0.000, 0.000, 0.000, 0), + (16933138, 'StarRubyQuada', 0, 0.000, 0.000, 0.000, 0), + (16933139, 'WootzQuadav', 0, 0.000, 0.000, 0.000, 0), + (16933140, 'FossilQuadav', 0, 0.000, 0.000, 0.000, 0), + (16933141, 'StarSapphireQ', 0, 0.000, 0.000, 0.000, 0), + (16933142, 'WhitegoldQuada', 0, 0.000, 0.000, 0.000, 0), + (16933143, 'LightsteelQuad', 0, 0.000, 0.000, 0.000, 0), + (16933144, 'DeeWapatheDe', 0, 0.000, 0.000, 0.000, 0), + (16933145, 'Yagudo sElemen', 0, 0.000, 0.000, 0.000, 0), + (16933146, 'Yagudo sAvatar', 0, 0.000, 0.000, 0.000, 0), + (16933147, 'YagudoArchprie', 0, 0.000, 0.000, 0.000, 0), + (16933148, 'YagudoKnightT', 0, 0.000, 0.000, 0.000, 0), + (16933149, 'YagudoDiscipli', 0, 0.000, 0.000, 0.000, 0), + (16933150, 'YagudoPrelates', 0, 0.000, 0.000, 0.000, 0), + (16933151, 'YagudoKapellme', 0, 0.000, 0.000, 0.000, 0), + (16933152, 'YagudoEradicat', 0, 0.000, 0.000, 0.000, 0), + (16933159, 'SentinelColumn', 0, -597.500, -2.000, -602.500, 0), + (16933160, 'SentinelColumn', 0, 597.500, -2.000, -602.500, 0), + (16973825, 'Mamool_Ja_Sapper', 1546, -91.000, 2.000, 57.000, 1), + (16973826, 'Mamool_Ja_Hospitaler', 1543, -91.000, 2.000, 57.000, 1), + (16973827, 'Mamool_Ja_Fetial', 1541, -91.000, 2.000, 57.000, 1), + (16973828, 'Mamool_Ja_Spotter', 1547, -91.000, 2.000, 57.000, 1), + (16973829, 'Mamool_Ja_Handler', 1542, -91.000, 2.000, 57.000, 1), + (16973830, 'Mamool_Ja_Lizard', 1548, -91.000, 2.000, 57.000, 1), + (16973831, 'Mamool_Ja_Cataphract', 1539, -91.000, 2.000, 57.000, 1), + (16973832, 'Mamool_Ja_Wyvern', 1549, -91.000, 2.000, 57.000, 1), + (16973833, 'Mamool_Ja_Entrancer', 1540, -91.000, 2.000, 57.000, 1), + (16973834, 'Mamool_Ja_Sapper', 1546, -91.000, 2.000, 57.000, 1), + (16973835, 'Mamool_Ja_Hospitaler', 1543, -91.000, 2.000, 57.000, 1), + (16973836, 'Mamool_Ja_Fetial', 1541, -91.000, 2.000, 57.000, 1), + (16973837, 'Mamool_Ja_Spotter', 1547, -91.000, 2.000, 57.000, 1), + (16973838, 'Mamool_Ja_Handler', 1542, -91.000, 2.000, 57.000, 1), + (16973839, 'Mamool_Ja_Lizard', 1548, -91.000, 2.000, 57.000, 1), + (16973840, 'Mamool_Ja_Cataphract', 1539, -91.000, 2.000, 57.000, 1), + (16973841, 'Mamool_Ja_Wyvern', 1549, -91.000, 2.000, 57.000, 1), + (16973842, 'Mamool_Ja_Entrancer', 1540, -91.000, 2.000, 57.000, 1), + (16973843, 'Mamool_Ja_Sapper', 1546, -91.000, 2.000, 57.000, 1), + (16973844, 'Mamool_Ja_Hospitaler', 1543, -91.000, 2.000, 57.000, 1), + (16973845, 'Mamool_Ja_Fetial', 1541, -91.000, 2.000, 57.000, 1), + (16973846, 'Mamool_Ja_Spotter', 1547, -91.000, 2.000, 57.000, 1), + (16973847, 'Mamool_Ja_Handler', 1542, -91.000, 2.000, 57.000, 1), + (16973848, 'Mamool_Ja_Lizard', 1548, -91.000, 2.000, 57.000, 1), + (16973849, 'Mamool_Ja_Cataphract', 1539, -91.000, 2.000, 57.000, 1), + (16973850, 'Mamool_Ja_Wyvern', 1549, -91.000, 2.000, 57.000, 1), + (16973851, 'Mamool_Ja_Entrancer', 1540, -91.000, 2.000, 57.000, 1), + (16973852, 'Scout_Puk', 1569, -91.000, 2.000, 57.000, 1), + (16973853, 'Scout_Puk', 1569, -91.000, 2.000, 57.000, 1), + (16973854, 'Scout_Puk', 1569, -91.000, 2.000, 57.000, 1), + (16973855, 'Scout_Puk', 1569, -91.000, 2.000, 57.000, 1), + (16973856, 'Scout_Puk', 1569, -91.000, 2.000, 57.000, 1), + (16973857, 'Raid_Raptor', 1566, -91.000, 2.000, 57.000, 1), + (16973858, 'Raid_Raptor', 1566, -91.000, 2.000, 57.000, 1), + (16973859, 'Raid_Raptor', 1566, -91.000, 2.000, 57.000, 1), + (16973860, 'Raid_Raptor', 1566, -91.000, 2.000, 57.000, 1), + (16973861, 'Raid_Raptor', 1566, -91.000, 2.000, 57.000, 1), + (16973862, 'Attack_Ziz', 1490, -91.000, 2.000, 57.000, 1), + (16973863, 'Attack_Ziz', 1490, -91.000, 2.000, 57.000, 1), + (16973864, 'Attack_Ziz', 1490, -91.000, 2.000, 57.000, 1), + (16973865, 'Attack_Ziz', 1490, -91.000, 2.000, 57.000, 1), + (16973866, 'Attack_Ziz', 1490, -91.000, 2.000, 57.000, 1), + (16973867, 'Battering_Bugard', 1491, -91.000, 2.000, 57.000, 1), + (16973868, 'Battering_Bugard', 1491, -91.000, 2.000, 57.000, 1), + (16973869, 'Battering_Bugard', 1491, -91.000, 2.000, 57.000, 1), + (16973870, 'Battering_Bugard', 1491, -91.000, 2.000, 57.000, 1), + (16973871, 'Battering_Bugard', 1491, -91.000, 2.000, 57.000, 1), + (16973872, 'War_Wyvern', 1593, -91.000, 2.000, 57.000, 1), + (16973873, 'War_Wyvern', 1593, -91.000, 2.000, 57.000, 1), + (16973874, 'War_Wyvern', 1593, -91.000, 2.000, 57.000, 1), + (16973875, 'War_Wyvern', 1593, -91.000, 2.000, 57.000, 1), + (16973876, 'War_Wyvern', 1593, -91.000, 2.000, 57.000, 1), + (16973877, 'Poroggo_Charmer', 1560, -91.000, 2.000, 57.000, 1), + (16973878, 'Poroggo_Charmer', 1560, -91.000, 2.000, 57.000, 1), + (16973879, 'Poroggo_Charmer', 1560, -91.000, 2.000, 57.000, 1), + (16973880, 'Poroggo_Charmer', 1560, -91.000, 2.000, 57.000, 1), + (16973881, 'Poroggo_Charmer', 1560, -91.000, 2.000, 57.000, 1), + (16973882, 'Phantasmal_Puk', 1558, -91.000, 2.000, 57.000, 1), + (16973883, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973884, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973885, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973886, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973887, 'Phantasmal_Puk', 1558, -91.000, 2.000, 57.000, 1), + (16973888, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973889, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973890, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973891, 'Dive-Puk', 1501, -91.000, 2.000, 57.000, 1), + (16973892, 'Fleetfingered_Mobel_Ja', 1507, -91.000, 2.000, 57.000, 1), + (16973893, 'Mamool_Ja_Ravager', 1545, -91.000, 2.000, 57.000, 1), + (16973894, 'Mamool_Ja_Ravager', 1545, -91.000, 2.000, 57.000, 1), + (16973895, 'Mamool_Ja_Ravager', 1545, -91.000, 2.000, 57.000, 1), + (16973896, 'Brontobugard', 1495, -91.000, 2.000, 57.000, 1), + (16973897, 'Bull_Bugard', 1496, -91.000, 2.000, 57.000, 1), + (16973898, 'Bull_Bugard', 1496, -91.000, 2.000, 57.000, 1), + (16973899, 'Bull_Bugard', 1496, -91.000, 2.000, 57.000, 1), + (16973900, 'Gulool_Ja_Ja', 1517, -91.000, 2.000, 57.000, 1), + (16973901, 'Illuyankas', 1520, -91.000, 2.000, 57.000, 1), + (16973902, 'Decimator_Mabel_Ja', 1500, -91.000, 2.000, 57.000, 1), + (16973903, 'Thunderclap_Sareel_Ja', 1576, -91.000, 2.000, 57.000, 1), + (16973904, 'Thunderbolt_Piraal_Ja', 1575, -91.000, 2.000, 57.000, 1), + (16973905, 'Panurgic_Ryubool_Ja', 1557, -91.000, 2.000, 57.000, 1), + (16973906, 'Sagelord_Molaal_Ja', 1567, -91.000, 2.000, 57.000, 1), + (16973907, 'Strifelord_Bakool_Ja', 1573, -91.000, 2.000, 57.000, 1), + (16973908, 'Mamool_Ja_Wyvern', 1549, -91.000, 2.000, 57.000, 1), + (16973909, 'Mamool_Ja_Wyvern', 1549, -91.000, 2.000, 57.000, 1), + (16973910, 'Mamool_Ja_Wyvern', 1549, -91.000, 2.000, 57.000, 1), + (16973911, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973912, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973913, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973914, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973915, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973916, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973917, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973918, 'Eidolic_Qufeel_Ja', 1503, -91.000, 2.000, 57.000, 1), + (16973919, 'Searing_Vogaal_Ja', 1570, -91.000, 2.000, 57.000, 1), + (16973920, 'Scalding_Fafool_Ja', 1568, -91.000, 2.000, 57.000, 1), + (16973921, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973922, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973923, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973924, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973925, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973926, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973927, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973928, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973929, 'Mamool_Ja_Hussar', 1544, -91.000, 2.000, 57.000, 1), + (16973930, 'Troll_Paviser', 1581, -91.000, 2.000, 57.000, 1), + (16973931, 'Troll_Stormer', 1584, -91.000, 2.000, 57.000, 1), + (16973932, 'Troll_Hoplite', 1580, -91.000, 2.000, 57.000, 1), + (16973933, 'Troll_Pezhetairoi', 1582, -91.000, 2.000, 57.000, 1), + (16973934, 'Troll_Cannoneer', 1577, -91.000, 2.000, 57.000, 1), + (16973935, 'Troll_Velites', 1586, -91.000, 2.000, 57.000, 1), + (16973936, 'Troll_Speculator', 1583, -91.000, 2.000, 57.000, 1), + (16973937, 'Troll_Automaton', 1585, -91.000, 2.000, 57.000, 1), + (16973938, 'Troll_Paviser', 1581, -91.000, 2.000, 57.000, 1), + (16973939, 'Troll_Stormer', 1584, -91.000, 2.000, 57.000, 1), + (16973940, 'Troll_Hoplite', 1580, -91.000, 2.000, 57.000, 1), + (16973941, 'Troll_Pezhetairoi', 1582, -91.000, 2.000, 57.000, 1), + (16973942, 'Troll_Cannoneer', 1577, -91.000, 2.000, 57.000, 1), + (16973943, 'Troll_Velites', 1586, -91.000, 2.000, 57.000, 1), + (16973944, 'Troll_Speculator', 1583, -91.000, 2.000, 57.000, 1), + (16973945, 'Troll_Automaton', 1585, -91.000, 2.000, 57.000, 1), + (16973946, 'Troll_Paviser', 1581, -91.000, 2.000, 57.000, 1), + (16973947, 'Troll_Stormer', 1584, -91.000, 2.000, 57.000, 1), + (16973948, 'Troll_Hoplite', 1580, -91.000, 2.000, 57.000, 1), + (16973949, 'Troll_Pezhetairoi', 1582, -91.000, 2.000, 57.000, 1), + (16973950, 'Troll_Cannoneer', 1577, -91.000, 2.000, 57.000, 1), + (16973951, 'Troll_Velites', 1586, -91.000, 2.000, 57.000, 1), + (16973952, 'Troll_Speculator', 1583, -91.000, 2.000, 57.000, 1), + (16973953, 'Troll_Automaton', 1585, -91.000, 2.000, 57.000, 1), + (16973954, 'Flame_Eruca', 1506, -91.000, 2.000, 57.000, 1), + (16973955, 'Flame_Eruca', 1506, -91.000, 2.000, 57.000, 1), + (16973956, 'Flame_Eruca', 1506, -91.000, 2.000, 57.000, 1), + (16973957, 'Flame_Eruca', 1506, -91.000, 2.000, 57.000, 1), + (16973958, 'Flame_Eruca', 1506, -91.000, 2.000, 57.000, 1), + (16973959, 'War_Wamouracampa', 1592, -91.000, 2.000, 57.000, 1), + (16973960, 'War_Wamouracampa', 1592, -91.000, 2.000, 57.000, 1), + (16973961, 'War_Wamouracampa', 1592, -91.000, 2.000, 57.000, 1), + (16973962, 'War_Wamouracampa', 1592, -91.000, 2.000, 57.000, 1), + (16973963, 'War_Wamouracampa', 1592, -91.000, 2.000, 57.000, 1), + (16973964, 'Incendiary_Bombs', 1523, -91.000, 2.000, 57.000, 1), + (16973965, 'Incendiary_Bombs', 1523, -91.000, 2.000, 57.000, 1), + (16973966, 'Incendiary_Bombs', 1523, -91.000, 2.000, 57.000, 1), + (16973967, 'Incendiary_Bombs', 1523, -91.000, 2.000, 57.000, 1), + (16973968, 'Incendiary_Bombs', 1523, -91.000, 2.000, 57.000, 1), + (16973969, 'Fighting_Flan', 1505, -91.000, 2.000, 57.000, 1), + (16973970, 'Fighting_Flan', 1505, -91.000, 2.000, 57.000, 1), + (16973971, 'Fighting_Flan', 1505, -91.000, 2.000, 57.000, 1), + (16973972, 'Fighting_Flan', 1505, -91.000, 2.000, 57.000, 1), + (16973973, 'Fighting_Flan', 1505, -91.000, 2.000, 57.000, 1), + (16973974, 'Siege_Scorpion', 1571, -91.000, 2.000, 57.000, 1), + (16973975, 'Siege_Scorpion', 1571, -91.000, 2.000, 57.000, 1), + (16973976, 'Siege_Scorpion', 1571, -91.000, 2.000, 57.000, 1), + (16973977, 'Siege_Scorpion', 1571, -91.000, 2.000, 57.000, 1), + (16973978, 'Siege_Scorpion', 1571, -91.000, 2.000, 57.000, 1), + (16973979, 'War_Wamoura', 1592, -91.000, 2.000, 57.000, 1), + (16973980, 'War_Wamoura', 1592, -91.000, 2.000, 57.000, 1), + (16973981, 'War_Wamoura', 1592, -91.000, 2.000, 57.000, 1), + (16973982, 'War_Wamoura', 1592, -91.000, 2.000, 57.000, 1), + (16973983, 'War_Wamoura', 1592, -91.000, 2.000, 57.000, 1), + (16973984, 'Aerial_Torpedo', 1487, -91.000, 2.000, 57.000, 1), + (16973985, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973986, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973987, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973988, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973989, 'Aerial_Torpedo', 1487, -91.000, 2.000, 57.000, 1), + (16973990, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973991, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973992, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973993, 'Bombshells', 1493, -91.000, 2.000, 57.000, 1), + (16973994, 'Vyurvarjur_the_Nimble', 1590, -91.000, 2.000, 57.000, 1), + (16973995, 'Troll_Forager', 1579, -91.000, 2.000, 57.000, 1), + (16973996, 'Troll_Forager', 1579, -91.000, 2.000, 57.000, 1), + (16973997, 'Troll_Forager', 1579, -91.000, 2.000, 57.000, 1), + (16973998, 'Killing_Claw', 1524, -91.000, 2.000, 57.000, 1), + (16973999, 'Slaughterous_Scorpion', 1572, -91.000, 2.000, 57.000, 1), + (16974000, 'Slaughterous_Scorpion', 1572, -91.000, 2.000, 57.000, 1), + (16974001, 'Slaughterous_Scorpion', 1572, -91.000, 2.000, 57.000, 1), + (16974002, 'Gurfurlur_the_Menacing', 1518, -91.000, 2.000, 57.000, 1), + (16974003, 'Gere', 1513, -91.000, 2.000, 57.000, 1), + (16974004, 'Girzorhor_the_Imprudent', 1515, -91.000, 2.000, 57.000, 1), + (16974005, 'Surmerdar_the_Unbridled', 1574, -91.000, 2.000, 57.000, 1), + (16974006, 'Dartorgor_the_Austere', 1499, -91.000, 2.000, 57.000, 1), + (16974007, 'Vorporlor_the_Barbaric', 1589, -91.000, 2.000, 57.000, 1), + (16974008, 'Vorjirzur_the_Valiant', 1588, -91.000, 2.000, 57.000, 1), + (16974009, 'Wordorbor_the_Artificer', 1595, -91.000, 2.000, 57.000, 1), + (16974010, 'Cobalt_Sentinel', 1498, -91.000, 2.000, 57.000, 1), + (16974011, 'White_Sentinel', 1594, -91.000, 2.000, 57.000, 1), + (16974012, 'Hazel_Sentinel', 1519, -91.000, 2.000, 57.000, 1), + (16974013, 'Carmine_Sentinel', 1497, -91.000, 2.000, 57.000, 1), + (16974014, 'Xarhorkur_the_Claviger', 1596, -91.000, 2.000, 57.000, 1), + (16974015, 'Zurmurwur_the_Ruthless', 1598, -91.000, 2.000, 57.000, 1), + (16974016, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974017, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974018, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974019, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974020, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974021, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974022, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974023, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974024, 'Troll_Destroyer', 1578, -91.000, 2.000, 57.000, 1), + (16974025, 'Lamia_Immolator', 1527, -91.000, 2.000, 57.000, 1), + (16974026, 'Lamia_Jaeger', 1528, -91.000, 2.000, 57.000, 1), + (16974027, 'Lamia_Commandress', 1525, -91.000, 2.000, 57.000, 1), + (16974028, 'Lamia_Elemental', 1538, -91.000, 2.000, 57.000, 1), + (16974029, 'Lamia_Avatar', 1537, -91.000, 2.000, 57.000, 1), + (16974030, 'Lamia_Rover', 1536, -91.000, 2.000, 57.000, 1), + (16974031, 'Merrow_Seafarer', 1554, -91.000, 2.000, 57.000, 1), + (16974032, 'Merrow_Cantatrice', 1551, -91.000, 2.000, 57.000, 1), + (16974033, 'Merrow_Shiranuhi', 1555, -91.000, 2.000, 57.000, 1), + (16974034, 'Lamia_Immolator', 1527, -91.000, 2.000, 57.000, 1), + (16974035, 'Lamia_Jaeger', 1528, -91.000, 2.000, 57.000, 1), + (16974036, 'Lamia_Commandress', 1525, -91.000, 2.000, 57.000, 1), + (16974037, 'Lamia_Elemental', 1538, -91.000, 2.000, 57.000, 1), + (16974038, 'Lamia_Avatar', 1537, -91.000, 2.000, 57.000, 1), + (16974039, 'Lamia_Rover', 1536, -91.000, 2.000, 57.000, 1), + (16974040, 'Merrow_Seafarer', 1554, -91.000, 2.000, 57.000, 1), + (16974041, 'Merrow_Cantatrice', 1551, -91.000, 2.000, 57.000, 1), + (16974042, 'Merrow_Shiranuhi', 1555, -91.000, 2.000, 57.000, 1), + (16974043, 'Lamia_Immolator', 1527, -91.000, 2.000, 57.000, 1), + (16974044, 'Lamia_Jaeger', 1528, -91.000, 2.000, 57.000, 1), + (16974045, 'Lamia_Commandress', 1525, -91.000, 2.000, 57.000, 1), + (16974046, 'Lamia_Elemental', 1538, -91.000, 2.000, 57.000, 1), + (16974047, 'Lamia_Avatar', 1537, -91.000, 2.000, 57.000, 1), + (16974048, 'Lamia_Rover', 1536, -91.000, 2.000, 57.000, 1), + (16974049, 'Merrow_Seafarer', 1554, -91.000, 2.000, 57.000, 1), + (16974050, 'Merrow_Cantatrice', 1551, -91.000, 2.000, 57.000, 1), + (16974051, 'Merrow_Shiranuhi', 1555, -91.000, 2.000, 57.000, 1), + (16974052, 'Gespenst', 1514, -91.000, 2.000, 57.000, 1), + (16974053, 'Gespenst', 1514, -91.000, 2.000, 57.000, 1), + (16974054, 'Gespenst', 1514, -91.000, 2.000, 57.000, 1), + (16974055, 'Gespenst', 1514, -91.000, 2.000, 57.000, 1), + (16974056, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974057, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974058, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974059, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974060, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974061, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974062, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974063, 'Draugar_Wyvern', 1502, -91.000, 2.000, 57.000, 1), + (16974064, 'Assault_Draugar', 1489, -91.000, 2.000, 57.000, 1), + (16974065, 'Draugar_Wyvern', 1502, -91.000, 2.000, 57.000, 1), + (16974066, 'Assault_Bhoot', 1488, -91.000, 2.000, 57.000, 1), + (16974067, 'Assault_Bhoot', 1488, -91.000, 2.000, 57.000, 1), + (16974068, 'Assault_Bhoot', 1488, -91.000, 2.000, 57.000, 1), + (16974069, 'Assault_Bhoot', 1488, -91.000, 2.000, 57.000, 1), + (16974070, 'Assault_Bhoot', 1488, -91.000, 2.000, 57.000, 1), + (16974071, 'Qutrub_Extortionist', 1563, -91.000, 2.000, 57.000, 1), + (16974072, 'Qutrub_Extortionist', 1563, -91.000, 2.000, 57.000, 1), + (16974073, 'Qutrub_Extortionist', 1563, -91.000, 2.000, 57.000, 1), + (16974074, 'Qutrub_Extortionist', 1563, -91.000, 2.000, 57.000, 1), + (16974075, 'Qutrub_Wastrel', 1565, -91.000, 2.000, 57.000, 1), + (16974076, 'Qutrub_Wastrel', 1565, -91.000, 2.000, 57.000, 1), + (16974077, 'Qutrub_Wastrel', 1565, -91.000, 2.000, 57.000, 1), + (16974078, 'Qutrub_Wastrel', 1565, -91.000, 2.000, 57.000, 1), + (16974079, 'Expunger', 1504, -91.000, 2.000, 57.000, 1), + (16974080, 'Expunger', 1504, -91.000, 2.000, 57.000, 1), + (16974081, 'Expunger', 1504, -91.000, 2.000, 57.000, 1), + (16974082, 'Expunger', 1504, -91.000, 2.000, 57.000, 1), + (16974083, 'Expunger', 1504, -91.000, 2.000, 57.000, 1), + (16974084, 'Bhoot_Invader', 1493, -91.000, 2.000, 57.000, 1), + (16974085, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974086, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974087, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974088, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974089, 'Bhoot_Invader', 1493, -91.000, 2.000, 57.000, 1), + (16974090, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974091, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974092, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974093, 'Bhoot_Intruder', 1492, -91.000, 2.000, 57.000, 1), + (16974094, 'Lamia_No.4', 1534, -91.000, 2.000, 57.000, 1), + (16974095, 'Lamia_Freebooter', 1526, -91.000, 2.000, 57.000, 1), + (16974096, 'Lamia_Freebooter', 1526, -91.000, 2.000, 57.000, 1), + (16974097, 'Lamia_Freebooter', 1526, -91.000, 2.000, 57.000, 1), + (16974098, 'Pining_Abazohn', 1559, -91.000, 2.000, 57.000, 1), + (16974099, 'Qutrub_Forayer', 1564, -91.000, 2.000, 57.000, 1), + (16974100, 'Qutrub_Forayer', 1564, -91.000, 2.000, 57.000, 1), + (16974101, 'Qutrub_Forayer', 1564, -91.000, 2.000, 57.000, 1), + (16974102, 'Medusa', 1550, -91.000, 2.000, 57.000, 1), + (16974103, 'Nemean_Lion', 1556, -91.000, 2.000, 57.000, 1), + (16974104, 'Lamia_No.34', 1533, -91.000, 2.000, 57.000, 1), + (16974105, 'Lamia_No.21', 1531, -91.000, 2.000, 57.000, 1), + (16974106, 'Lamia_No.15', 1529, -91.000, 2.000, 57.000, 1), + (16974107, 'Merrow_No.11', 1552, -91.000, 2.000, 57.000, 1), + (16974108, 'Lamia_No.9', 1535, -91.000, 2.000, 57.000, 1), + (16974109, 'Lamia_Elemental', 1538, -91.000, 2.000, 57.000, 1), + (16974110, 'Lamia_Elemental', 1538, -91.000, 2.000, 57.000, 1), + (16974111, 'Lamia_Elemental', 1538, -91.000, 2.000, 57.000, 1), + (16974112, 'Lamia_Avatar', 1537, -91.000, 2.000, 57.000, 1), + (16974113, 'Lamia_Avatar', 1537, -91.000, 2.000, 57.000, 1), + (16974114, 'Lamia_Avatar', 1537, -91.000, 2.000, 57.000, 1), + (16974115, 'Merrow_No.12', 1553, -91.000, 2.000, 57.000, 1), + (16974116, 'Lamia_No.3', 1532, -91.000, 2.000, 57.000, 1), + (16974117, 'Lamia _No.2', 1530, -91.000, 2.000, 57.000, 1), + (16974118, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974119, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974120, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974121, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974122, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974123, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974124, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974125, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974126, 'Acrolith', 1486, -91.000, 2.000, 57.000, 1), + (16974127, 'Bastion_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974128, 'Bastion_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974129, 'City_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974130, 'City_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974131, 'City_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974132, 'City_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974133, 'City_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974134, 'City_Gate', 0, 0.000, 0.000, 0.000, 0), + (16974135, 'General_Rughadjeen', 1511, 0.000, 0.000, 0.000, 0), + (16974136, 'General_Gadalar', 1508, 0.000, 0.000, 0.000, 0), + (16974137, 'General_Najelith', 1510, 0.000, 0.000, 0.000, 0), + (16974138, 'General_Zazarg', 1512, 0.000, 0.000, 0.000, 0), + (16974139, 'General_Mihli', 1509, 0.000, 0.000, 0.000, 0), + (16974140, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974141, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974142, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974143, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974144, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974145, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974146, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974147, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974148, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974149, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974150, 'Immortal_Guard', 1521, 0.000, 0.000, 0.000, 0), + (16974151, 'Immortal_Guard', 1521, 0.000, 0.000, 0.000, 0), + (16974152, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974153, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974154, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974155, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974156, 'Immortal_Guard', 1521, 0.000, 0.000, 0.000, 0), + (16974157, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974158, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974159, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974160, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974161, 'Immortal_Guard', 1521, 0.000, 0.000, 0.000, 0), + (16974162, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974163, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974164, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974165, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974166, 'Immortal_Guard', 1521, 0.000, 0.000, 0.000, 0), + (16974167, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974168, 'Volunteer', 1587, 0.000, 0.000, 0.000, 0), + (16974169, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974170, 'Imperial_Trooper', 1522, 0.000, 0.000, 0.000, 0), + (16974171, 'Immortal_Guard', 1521, 0.000, 0.000, 0.000, 0), + (16974172, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974173, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974174, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974175, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974176, 'Qiqirn_Mine', 1562, 0.000, 0.000, 0.000, 0), + (16974177, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974178, 'Qiqirn_Mine', 1562, 0.000, 0.000, 0.000, 0), + (16974179, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974180, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974181, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974182, 'Qiqirn_Mine', 1562, 0.000, 0.000, 0.000, 0), + (16974183, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974184, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974185, 'Qiqirn_Mine', 1562, 0.000, 0.000, 0.000, 0), + (16974186, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974187, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974188, 'Qiqirn_Mine', 1562, 0.000, 0.000, 0.000, 0), + (16974189, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974190, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974191, 'Qiqirn_Mine', 1562, 0.000, 0.000, 0.000, 0), + (16974192, 'Qiqirn_Freelance', 1561, 0.000, 0.000, 0.000, 0), + (16974193, 'Goblin_Lansquenet', 1516, 0.000, 0.000, 0.000, 0), + (16974194, 'Goblin_Lansquenet', 1516, 0.000, 0.000, 0.000, 0), + (16974195, 'Goblin_Lansquenet', 1516, 0.000, 0.000, 0.000, 0), + (16974196, 'Goblin_Lansquenet', 1516, 0.000, 0.000, 0.000, 0), + (16974197, 'Goblin_Lansquenet', 1516, 0.000, 0.000, 0.000, 0), + (16986113, 'Red_Smoocher', 1685, 0.000, 0.000, 0.000, 0), + (16986114, 'Azoth_Apsaras', 1619, 0.000, 0.000, 0.000, 0), + (16986115, 'Red_Osculator', 1684, 0.000, 0.000, 0.000, 0), + (16986116, 'Kissing_Leech', 1655, 0.000, 0.000, 0.000, 0), + (16986117, 'Mercurial_Makara', 1673, 0.000, 0.000, 0.000, 0), + (16986118, 'Chigoe', 1624, 0.000, 0.000, 0.000, 0), + (16986119, 'Chigoe', 1624, 0.000, 0.000, 0.000, 0), + (16986120, 'Chigoe', 1624, 0.000, 0.000, 0.000, 0), + (16986121, 'Chigoe', 1624, 0.000, 0.000, 0.000, 0), + (16986122, 'Chigoe', 1624, 0.000, 0.000, 0.000, 0), + (16986123, 'Lesser_Colibri', 1656, 663.000, -18.000, 198.000, 127), + (16986124, 'Lesser_Colibri', 1656, 676.000, -18.000, 181.000, 127), + (16986125, 'Lesser_Colibri', 1656, 605.000, -18.000, 180.000, 127), + (16986126, 'Lesser_Colibri', 1656, 580.000, -18.000, 199.000, 127), + (16986127, 'Lesser_Colibri', 1656, 561.000, -18.000, 220.000, 127), + (16986128, 'Lesser_Colibri', 1656, 479.000, -24.000, 244.000, 127), + (16986129, 'Lesser_Colibri', 1656, 440.000, -23.000, 232.000, 127), + (16986130, 'Lesser_Colibri', 1656, 459.000, -26.000, 217.000, 127), + (16986131, 'Lesser_Colibri', 1656, 474.000, -27.000, 258.000, 127), + (16986132, 'Fomor_Thief', 1641, 402.000, -23.000, 250.000, 127), + (16986133, 'Fomor_Beastmaster', 1638, 389.000, -23.000, 270.000, 127), + (16986134, 'Fomor_s_Bats', 1640, 0.000, 0.000, 0.000, 0), + (16986135, 'Lesser_Colibri', 1656, 358.000, -26.000, 297.000, 127), + (16986136, 'Fomor_Paladin', 1639, 377.000, -25.000, 294.000, 127), + (16986137, 'Fomor_Bard', 1637, 360.000, -26.000, 263.000, 127), + (16986138, 'Lesser_Colibri', 1656, 399.000, -23.000, 230.000, 127), + (16986139, 'Lesser_Colibri', 1656, 119.000, -28.000, 297.000, 127), + (16986140, 'Soldier_Pephredo', 1691, 169.000, -23.000, 294.000, 127), + (16986141, 'Worker_Pephredo', 1721, 163.000, -23.000, 304.000, 127), + (16986142, 'Worker_Pephredo', 1721, 154.000, -23.000, 303.000, 127), + (16986143, 'Worker_Pephredo', 1721, 152.000, -24.000, 294.000, 127), + (16986144, 'Marid', 1672, 142.000, -26.000, 284.000, 127), + (16986145, 'Marid', 1672, 133.000, -26.000, 304.000, 127), + (16986146, 'Red_Kisser', 1683, 185.000, -23.000, 277.000, 127), + (16986147, 'Red_Kisser', 1683, 169.000, -23.000, 277.000, 127), + (16986148, 'Red_Kisser', 1683, 175.000, -23.000, 280.000, 127), + (16986149, 'Grand_Marid', 1645, 138.000, -26.000, 296.000, 127), + (16986150, 'Marid', 1672, 203.000, -24.000, 279.000, 127), + (16986151, 'Marid', 1672, 207.000, -25.000, 294.000, 127), + (16986152, 'Lesser_Colibri', 1656, 164.000, -18.000, 341.000, 127), + (16986153, 'Lesser_Colibri', 1656, 159.000, -16.000, 354.000, 127), + (16986154, 'Lesser_Colibri', 1656, 152.000, -16.000, 364.000, 127), + (16986155, 'Lesser_Colibri', 1656, 144.000, -18.000, 357.000, 127), + (16986156, 'Lesser_Colibri', 1656, 115.000, -23.000, 358.000, 127), + (16986157, 'Lesser_Colibri', 1656, 121.000, -23.000, 325.000, 127), + (16986158, 'Fomor_Thief', 1641, -122.000, -26.000, 379.000, 127), + (16986159, 'Fomor_Paladin', 1639, -85.000, -26.000, 420.000, 127), + (16986160, 'Fomor_Thief', 1641, 9.000, -26.000, 379.000, 127), + (16986161, 'Fomor_Paladin', 1639, 258.000, -26.000, 274.000, 127), + (16986162, 'Fomor_Bard', 1637, -323.000, -26.000, 419.000, 127), + (16986163, 'Fomor_Bard', 1637, -340.000, -25.000, 393.000, 127), + (16986164, 'Fomor_Beastmaster', 1638, -353.000, -26.000, 419.000, 127), + (16986165, 'Fomor_s_Bats', 1640, 0.000, 0.000, 0.000, 0), + (16986166, 'Soldier_Pephredo', 1691, 232.000, -19.000, 96.000, 127), + (16986167, 'Worker_Pephredo', 1721, 240.000, -19.000, 100.000, 127), + (16986168, 'Worker_Pephredo', 1721, 248.000, -19.000, 94.000, 127), + (16986169, 'Soldier_Pephredo', 1691, 250.000, -17.000, 82.000, 127), + (16986170, 'Worker_Pephredo', 1721, 245.000, -17.000, 70.000, 127), + (16986171, 'Worker_Pephredo', 1721, 235.000, -16.000, 76.000, 127), + (16986172, 'Marid', 1672, 286.000, -24.000, 125.000, 127), + (16986178, 'Marid', 1672, 157.000, -24.000, 122.000, 127), + (16986173, 'Marid', 1672, 278.000, -23.000, 113.000, 127), + (16986174, 'Grand_Marid', 1645, 264.000, -23.000, 105.000, 127), + (16986175, 'Lesser_Colibri', 1656, 146.000, -23.000, 317.000, 127), + (16986176, 'Lesser_Colibri', 1656, 400.000, -23.000, 287.000, 127), + (16986177, 'Marid', 1672, 188.000, -24.000, 143.000, 127), + (16986179, 'Lesser_Colibri', 1656, 427.000, -26.000, 265.000, 127), + (16986180, 'Lesser_Colibri', 1656, 456.000, -23.000, 241.000, 127), + (16986181, 'Red_Kisser', 1683, 250.000, -23.000, 124.000, 127), + (16986182, 'Red_Kisser', 1683, 258.000, -23.000, 121.000, 127), + (16986183, 'Ameretat', 1616, 395.000, -16.000, -33.000, 127), + (16986184, 'Ameretat', 1616, 401.000, -24.000, 3.000, 127), + (16986185, 'Ameretat', 1616, 357.000, -16.000, -34.000, 127), + (16986186, 'Wajaom_Tiger', 1710, -416.000, -26.000, 280.000, 127), + (16986187, 'Wajaom_Tiger', 1710, -394.000, -23.000, 263.000, 127), + (16986188, 'Chelicerata', 1624, 0.000, 0.000, 0.000, 0), + (16986189, 'Wajaom_Tiger', 1710, -435.000, -10.000, 59.000, 127), + (16986190, 'Wajaom_Tiger', 1710, -456.000, -9.000, 60.000, 127), + (16986191, 'Lesser_Colibri', 1656, 181.000, -18.000, -63.000, 127), + (16986192, 'Lesser_Colibri', 1656, 181.000, -19.000, -77.000, 127), + (16986193, 'Lesser_Colibri', 1656, 195.000, -18.000, -95.000, 127), + (16986194, 'Lesser_Colibri', 1656, 220.000, -19.000, -80.000, 127), + (16986195, 'Lesser_Colibri', 1656, 219.000, -18.000, -59.000, 127), + (16986196, 'Lesser_Colibri', 1656, 203.000, -16.000, -74.000, 127), + (16986197, 'Zoraal_Ja_s_Pkuucha', 1725, 208.000, -17.000, -93.000, 127), + (16986198, 'Percipient_Zoraal_Ja', 1676, 0.000, 0.000, 0.000, 0), + (16986199, 'Aht_Urhgan_Attercop', 1614, 143.000, -19.000, -232.000, 127), + (16986200, 'Aht_Urhgan_Attercop', 1614, 123.000, -17.000, -250.000, 127), + (16986201, 'Aht_Urhgan_Attercop', 1614, 105.000, -18.000, -239.000, 127), + (16986202, 'Aht_Urhgan_Attercop', 1614, 96.000, -18.000, -257.000, 127), + (16986203, 'Ameretat', 1616, 91.000, -17.000, 26.000, 127), + (16986204, 'Ameretat', 1616, 23.000, -18.000, 18.000, 127), + (16986205, 'Aht_Urhgan_Attercop', 1614, 101.000, -19.000, 41.000, 127), + (16986206, 'Aht_Urhgan_Attercop', 1614, 67.000, -16.000, 31.000, 127), + (16986207, 'Ameretat', 1616, 0.600, -16.000, 39.000, 127), + (16986208, 'Aht_Urhgan_Attercop', 1614, 2.000, -15.000, 21.000, 127), + (16986209, 'Aht_Urhgan_Attercop', 1614, -523.000, -16.000, 162.000, 127), + (16986210, 'Lesser_Colibri', 1656, -326.000, -18.000, 94.000, 127), + (16986211, 'Lesser_Colibri', 1656, -369.000, -10.000, 100.000, 127), + (16986213, 'Lesser_Colibri', 1656, -421.000, -9.000, 59.000, 127), + (16986212, 'Lesser_Colibri', 1656, -420.000, -10.000, 91.000, 127), + (16986214, 'Haunt', 1649, 0.000, 0.000, 0.000, 0), + (16986215, 'Ameretat', 1616, -37.000, -16.000, -81.000, 127), + (16986216, 'Soldier_Pephredo', 1691, 6.000, -16.000, -290.000, 127), + (16986217, 'Worker_Pephredo', 1721, 0.500, -15.000, -294.000, 127), + (16986218, 'Worker_Pephredo', 1721, 2.000, -15.000, -302.000, 127), + (16986219, 'Worker_Pephredo', 1721, 10.000, -16.000, -300.000, 127), + (16986220, 'Ameretat', 1616, 12.000, -18.000, -263.000, 127), + (16986221, 'Aht_Urhgan_Attercop', 1614, 2.000, -16.000, -282.000, 127), + (16986222, 'Aht_Urhgan_Attercop', 1614, -45.000, -18.000, -303.000, 127), + (16986223, 'Puk', 1678, -540.000, -11.000, -82.000, 127), + (16986224, 'Puk', 1678, -609.000, -17.000, -362.000, 127), + (16986225, 'Puk', 1678, -239.000, -16.000, -401.000, 127), + (16986227, 'Puk', 1678, -43.000, -18.000, -337.000, 127), + (16986226, 'Puk', 1678, -54.000, -19.000, -353.000, 127), + (16986228, 'Ameretat', 1616, -70.000, -15.000, -318.000, 127), + (16986229, 'Aht_Urhgan_Attercop', 1614, -81.000, -19.000, -378.000, 127), + (16986230, 'Aht_Urhgan_Attercop', 1614, -77.000, -15.000, -352.000, 127), + (16986231, 'Aht_Urhgan_Attercop', 1614, -80.000, -8.000, -593.000, 127), + (16986232, 'Aht_Urhgan_Attercop', 1614, -71.000, -12.000, -576.000, 127), + (16986234, 'Woodland_Runner', 1715, -484.000, -11.000, -500.000, 127), + (16986233, 'Mamool_Ja_Mimicker', 1664, 0.000, 0.000, 0.000, 0), + (16986235, 'Aht_Urhgan_Attercop', 1614, -100.000, -18.000, -486.000, 127), + (16986236, 'Aht_Urhgan_Attercop', 1614, -89.000, -17.000, -459.000, 127), + (16986237, 'Aht_Urhgan_Attercop', 1614, -60.000, -17.000, -457.000, 127), + (16986238, 'Aht_Urhgan_Attercop', 1614, -59.000, -17.000, -425.000, 127), + (16986239, 'Puk', 1678, -12.000, -17.000, -332.000, 127), + (16986240, 'Aht_Urhgan_Attercop', 1614, -41.000, -15.000, -106.000, 127), + (16986241, 'Aht_Urhgan_Attercop', 1614, -84.000, -16.000, -323.000, 127), + (16986243, 'Aht_Urhgan_Attercop', 1614, -7.000, -15.000, -77.000, 127), + (16986242, 'Aht_Urhgan_Attercop', 1614, -581.000, -19.000, 162.000, 127), + (16986244, 'Aht_Urhgan_Attercop', 1614, -556.000, -16.000, 156.000, 127), + (16986245, 'Puk', 1678, -179.000, -17.000, -460.000, 127), + (16986246, 'Puk', 1678, -178.000, -19.000, -487.000, 127), + (16986247, 'Haunt', 1649, -56.000, -12.000, -639.000, 127), + (16986250, 'Puk', 1678, -173.000, -19.000, -528.000, 127), + (16986248, 'Puk', 1678, -176.000, -18.000, -504.000, 127), + (16986249, 'Haunt', 1649, -64.000, -15.000, -564.000, 127), + (16986251, 'Puk', 1678, -171.000, -20.000, -545.000, 127), + (16986252, 'Puk', 1678, -180.000, -18.000, -415.000, 127), + (16986253, 'Puk', 1678, -182.000, -18.000, -399.000, 127), + (16986254, 'Soldier_Pephredo', 1691, -190.000, -17.000, -413.000, 127), + (16986255, 'Worker_Pephredo', 1721, -199.000, -17.000, -410.000, 127), + (16986256, 'Worker_Pephredo', 1721, -203.000, -18.000, -413.000, 127), + (16986257, 'Worker_Pephredo', 1721, -199.000, -19.000, -419.000, 127), + (16986258, 'Puk', 1678, -13.000, -15.000, -314.000, 127), + (16986259, 'Puk', 1678, -27.000, -18.000, -335.000, 127), + (16986260, 'Red_Kisser', 1683, -228.000, -15.000, -394.000, 127), + (16986261, 'Red_Kisser', 1683, -222.000, -15.000, -396.000, 127), + (16986262, 'Red_Kisser', 1683, -213.000, -15.000, -395.000, 127), + (16986263, 'Red_Kisser', 1683, -85.000, -15.000, -336.000, 127), + (16986264, 'Red_Kisser', 1683, -84.000, -15.000, -344.000, 127), + (16986265, 'Red_Kisser', 1683, -85.000, -15.000, -348.000, 127), + (16986266, 'Soldier_Pephredo', 1691, -203.000, -16.000, -395.000, 127), + (16986267, 'Worker_Pephredo', 1721, -322.000, -8.000, -512.000, 127), + (16986268, 'Worker_Pephredo', 1721, -205.000, -15.000, -403.000, 127), + (16986269, 'Soldier_Pephredo', 1691, -325.000, -8.000, -521.000, 127), + (16986270, 'Worker_Pephredo', 1721, -320.000, -8.000, -524.000, 127), + (16986271, 'Worker_Pephredo', 1721, -315.000, -8.000, -520.000, 127), + (16986272, 'Soldier_Pephredo', 1691, -263.000, -23.000, 396.000, 127), + (16986273, 'Worker_Pephredo', 1721, -286.000, -25.000, 408.000, 127), + (16986274, 'Worker_Pephredo', 1721, -290.000, -25.000, 402.000, 127), + (16986275, 'Defoliate_Treant', 1633, -237.000, -23.000, 366.000, 127), + (16986276, 'Treant_Sapling', 1697, -528.000, -8.000, 20.000, 127), + (16986277, 'Treant_Sapling', 1697, -519.000, -7.000, 9.000, 127), + (16986278, 'Treant_Sapling', 1697, -510.000, -8.000, 24.000, 127), + (16986279, 'Defoliate_Treant', 1633, -240.000, -24.000, 398.000, 127), + (16986280, 'Defoliate_Treant', 1633, -297.000, -25.000, 500.000, 127), + (16986281, 'Defoliate_Treant', 1633, -306.000, -26.000, 580.000, 127), + (16986282, 'Aht_Urhgan_Attercop', 1614, -323.000, -26.000, 585.000, 127), + (16986283, 'Aht_Urhgan_Attercop', 1614, -299.000, -27.000, 607.000, 127), + (16986284, 'Aht_Urhgan_Attercop', 1614, -334.000, -27.000, 612.000, 127), + (16986285, 'Aht_Urhgan_Attercop', 1614, -421.000, -26.000, 417.000, 127), + (16986286, 'Aht_Urhgan_Attercop', 1614, -433.000, -25.000, 411.000, 127), + (16986287, 'Aht_Urhgan_Attercop', 1614, -426.000, -26.000, 396.000, 127), + (16986288, 'Aht_Urhgan_Attercop', 1614, -432.000, -26.000, 383.000, 127), + (16986289, 'Colorful_Treant', 1627, 0.000, 0.000, 0.000, 0), + (16986290, 'Defoliate_Treant', 1633, -395.000, -24.000, 284.000, 127), + (16986291, 'Wajaom_Tiger', 1710, -495.000, -10.000, 58.000, 127), + (16986292, 'Wajaom_Tiger', 1710, -511.000, -8.000, 43.000, 127), + (16986293, 'Defoliate_Treant', 1633, -382.000, -26.000, 293.000, 127), + (16986294, 'Wajaom_Tiger', 1710, -533.000, -10.000, 43.000, 127), + (16986295, 'Defoliate_Treant', 1633, -402.000, -24.000, 241.000, 127), + (16986296, 'Wajaom_Tiger', 1710, -421.000, -26.000, 231.000, 127), + (16986297, 'Wajaom_Tiger', 1710, -419.000, -26.000, 258.000, 127), + (16986298, 'Wajaom_Tiger', 1710, -498.000, -18.000, 175.000, 127), + (16986299, 'Wajaom_Tiger', 1710, -517.000, -18.000, 148.000, 127), + (16986300, 'Wajaom_Tiger', 1710, -539.000, -15.000, 157.000, 127), + (16986301, 'Aht_Urhgan_Attercop', 1614, -506.000, -18.000, 159.000, 127), + (16986302, 'Aht_Urhgan_Attercop', 1614, -18.000, -18.000, -260.000, 127), + (16986303, 'Wajaom_Tiger', 1710, -417.000, -26.000, 231.000, 127), + (16986304, 'Aht_Urhgan_Attercop', 1614, -1.000, -15.000, -63.000, 127), + (16986305, 'Carmine_Eruca', 1622, -776.000, -23.000, 115.000, 127), + (16986306, 'Carmine_Eruca', 1622, -803.000, -23.000, 130.000, 127), + (16986307, 'Carmine_Eruca', 1622, -814.000, -26.000, 160.000, 127), + (16986308, 'Woodtroll_Warrior', 1719, -824.000, -22.000, 101.000, 127), + (16986309, 'Woodtroll_Monk', 1717, -816.000, -25.000, 113.000, 127), + (16986310, 'Woodtroll_Dark_Knight', 1716, -805.000, -26.000, 100.000, 127), + (16986311, 'Woodtroll_Ranger', 1718, -819.000, -27.000, 121.000, 127), + (16986312, 'Treant_Sapling', 1697, -509.000, -10.000, 60.000, 127), + (16986313, 'Defoliate_Treant', 1633, -739.000, -18.000, 220.000, 127), + (16986314, 'Wajaom_Tiger', 1710, -389.000, -26.000, 300.000, 127), + (16986315, 'Wajaom_Tiger', 1710, 386.000, -23.000, -2.000, 127), + (16986316, 'Treant_Sapling', 1697, -499.000, -11.000, 43.000, 127), + (16986317, 'Treant_Sapling', 1697, -294.000, -27.000, 592.000, 127), + (16986318, 'Wajaom_Tiger', 1710, 343.000, -18.000, -22.000, 127), + (16986319, 'Wajaom_Tiger', 1710, 394.000, -28.000, 24.000, 127), + (16986320, 'Gharial', 0, 0.000, 0.000, 0.000, 0), + (16986321, 'Colorful_Treant', 1627, 0.000, 0.000, 0.000, 0), + (16986322, 'Treant_Sapling', 1697, -311.000, -24.000, 595.000, 127), + (16986323, 'Treant_Sapling', 1697, -250.000, -24.000, 414.000, 127), + (16986324, 'Defoliate_Treant', 1633, -761.000, -16.000, 197.000, 127), + (16986325, 'Defoliate_Treant', 1633, -725.000, -15.000, 199.000, 127), + (16986326, 'Treant_Sapling', 1697, -216.000, -28.000, 363.000, 127), + (16986327, 'Treant_Sapling', 1697, -537.000, -10.000, 59.000, 127), + (16986328, 'Treant_Sapling', 1697, -253.000, -24.000, 349.000, 127), + (16986329, 'Wajaom_Tiger', 1710, -660.000, -17.000, 114.000, 127), + (16986330, 'Wajaom_Tiger', 1710, -675.000, -18.000, 180.000, 127), + (16986331, 'Wajaom_Tiger', 1710, 413.000, -26.000, 20.000, 127), + (16986332, 'Wajaom_Tiger', 1710, 376.000, -18.000, -22.000, 127), + (16986333, 'Lesser_Colibri', 1656, -100.000, -17.000, 53.000, 127), + (16986334, 'Lesser_Colibri', 1656, -100.000, -17.000, 24.000, 127), + (16986335, 'Lesser_Colibri', 1656, -134.000, -18.000, 18.000, 127), + (16986336, 'Lesser_Colibri', 1656, -161.000, -20.000, 14.000, 127), + (16986337, 'Defoliate_Treant', 1633, -296.000, -15.000, 80.000, 127), + (16986338, 'Defoliate_Treant', 1633, -322.000, -16.000, 83.000, 127), + (16986339, 'Lesser_Colibri', 1656, -194.000, -20.000, 14.000, 127), + (16986340, 'Lesser_Colibri', 1656, -214.000, -19.000, 25.000, 127), + (16986341, 'Lesser_Colibri', 1656, -204.000, -11.000, 60.000, 127), + (16986342, 'Lesser_Colibri', 1656, -189.000, -11.000, 62.000, 127), + (16986343, 'Lesser_Colibri', 1656, -179.000, -11.000, 74.000, 127), + (16986344, 'Lesser_Colibri', 1656, -198.000, -11.000, 100.000, 127), + (16986345, 'Lesser_Colibri', 1656, -218.000, -11.000, 86.000, 127), + (16986346, 'Lesser_Colibri', 1656, -235.000, -15.000, 86.000, 127), + (16986347, 'Lesser_Colibri', 1656, -247.000, -15.000, 74.000, 127), + (16986348, 'Lesser_Colibri', 1656, -228.000, -19.000, 55.000, 127), + (16986349, 'Lesser_Colibri', 1656, -219.000, -11.000, 75.000, 127), + (16986350, 'Lesser_Colibri', 1656, 0.000, 0.000, 0.000, 0), + (16986351, 'Lesser_Colibri', 1656, 0.000, 0.000, 0.000, 0), + (16986352, 'Lesser_Colibri', 1656, 0.000, 0.000, 0.000, 0), + (16986353, 'Air_Elemental', 1615, -240.000, -23.000, 32.000, 127), + (16986354, 'Air_Elemental', 1615, -253.000, -24.000, -22.000, 127), + (16986355, 'Hydra', 1651, -282.000, -24.000, -1.000, 127), + (16986356, 'Soldier_Pephredo', 1691, -671.000, -8.000, -162.000, 127), + (16986357, 'Worker_Pephredo', 1721, -682.000, -8.000, -160.000, 127), + (16986358, 'Worker_Pephredo', 1721, -678.000, -7.000, -155.000, 127), + (16986359, 'Soldier_Pephredo', 1691, -688.000, -7.000, -156.000, 127), + (16986360, 'Worker_Pephredo', 1721, -683.000, -7.000, -147.000, 127), + (16986361, 'Worker_Pephredo', 1721, -694.000, -7.000, -148.000, 127), + (16986362, 'Mamool_Ja_Sophist', 1667, -677.000, -12.000, -493.000, 127), + (16986363, 'Mamool_Ja_Bounder', 1657, -714.000, -12.000, -494.000, 127), + (16986365, 'Mamool_Ja_Savant', 1666, -742.000, -7.000, -538.000, 127), + (16986364, 'Mamool_Ja_Mimicker', 1664, -743.000, -11.000, -511.000, 127), + (16986366, 'Great_Ameretat', 1646, -520.000, -8.000, -77.000, 127), + (16986367, 'Puk', 1678, -596.000, -16.000, -199.000, 127), + (16986368, 'Puk', 1678, -622.000, -18.000, -181.000, 127), + (16986369, 'Air_Elemental', 1615, 0.000, 0.000, 0.000, 0), + (16986370, 'Great_Ameretat', 1646, -637.000, -8.000, -122.000, 127), + (16986371, 'Puk', 1678, -618.000, -14.000, -139.000, 127), + (16986372, 'Puk', 1678, -653.000, -10.000, -132.000, 127), + (16986373, 'Puk', 1678, -685.000, -7.000, -115.000, 127), + (16986374, 'Puk', 1678, -86.000, -16.000, -561.000, 127), + (16986375, 'Great_Ameretat', 1646, -603.000, -15.000, -170.000, 127), + (16986376, 'Great_Ameretat', 1646, -560.000, -8.000, -360.000, 127), + (16986377, 'Great_Ameretat', 1646, -468.000, -9.000, -449.000, 127), + (16986378, 'Jaded_Jody', 1654, -486.000, -7.000, -438.000, 127), + (16986379, 'Puk', 1678, -644.000, -16.000, -313.000, 127), + (16986380, 'Great_Ameretat', 1646, -505.000, -7.000, -439.000, 127), + (16986381, 'Great_Ameretat', 1646, -519.000, -8.000, -362.000, 127), + (16986382, 'Woodland_Runner', 1715, -455.000, -11.000, -464.000, 127), + (16986383, 'Woodland_Runner', 1715, -658.000, -11.000, -472.000, 127), + (16986384, 'Mamool_Ja_Zenist', 1671, -478.000, -8.000, -478.000, 127), + (16986385, 'Mamool_Ja_Savant', 1666, -463.000, -10.000, -480.000, 127), + (16986386, 'Woodland_Runner', 1715, -499.000, -11.000, -476.000, 127), + (16986387, 'Mamool_Ja_Sophist', 1667, -460.000, -6.000, -501.000, 127), + (16986388, 'Mamool_Ja_Bounder', 1657, -461.000, -9.000, -492.000, 127), + (16986389, 'Puk', 1678, -641.000, -16.000, -166.000, 127), + (16986390, 'Great_Ameretat', 1646, -565.000, -7.000, -324.000, 127), + (16986391, 'Wajaom_Tiger', 1710, -539.000, -10.000, 81.000, 127), + (16986392, 'Wajaom_Tiger', 1710, -642.000, -18.000, 138.000, 127), + (16986393, 'Wajaom_Tiger', 1710, -537.000, -16.000, 103.000, 127), + (16986394, 'Puk', 1678, -41.000, -16.000, -321.000, 127), + (16986395, 'Puk', 1678, -174.000, -19.000, -514.000, 127), + (16986396, 'Puk', 1678, -179.000, -18.000, -442.000, 127), + (16986397, 'Air_Elemental', 1615, 0.000, 0.000, 0.000, 0), + (16986398, 'Soldier_Pephredo', 1691, -286.000, -25.000, 389.000, 127), + (16986399, 'Worker_Pephredo', 1721, -278.000, -24.000, 395.000, 127), + (16986400, 'Worker_Pephredo', 1721, -276.000, -24.000, 403.000, 127), + (16986401, 'Worker_Pephredo', 1721, -270.000, -24.000, 407.000, 127), + (16986402, 'Puk', 1678, -66.000, -11.000, -585.000, 127), + (16986403, 'Puk', 1678, -83.000, -12.000, -574.000, 127), + (16986404, 'Puk', 1678, -528.000, -8.000, -54.000, 127), + (16986405, 'Puk', 1678, -517.000, -11.000, -82.000, 127), + (16986406, 'Puk', 1678, -615.000, -18.000, -206.000, 127), + (16986407, 'Puk', 1678, -228.000, -18.000, -417.000, 127), + (16986408, 'Mamool_Ja_Sophist', 1667, -645.000, -10.000, -102.000, 127), + (16986409, 'Woodland_Runner', 1715, -646.000, -7.000, -512.000, 127), + (16986410, 'Woodland_Runner', 1715, -641.000, -8.000, -482.000, 127), + (16986411, 'Mamool_Ja_Bounder', 1657, 0.000, 0.000, 0.000, 0), + (16986412, 'Mamool_Ja_Mimicker', 1664, 0.000, 0.000, 0.000, 0), + (16986413, 'Air_Elemental', 1615, 0.000, 0.000, 0.000, 0), + (16986414, 'Air_Elemental', 1615, 0.000, 0.000, 0.000, 0), + (16986415, 'Mamool_Ja_Mimicker', 1664, 0.000, 0.000, 0.000, 0), + (16986416, 'Berried_Chigoe', 1621, 0.000, 0.000, 0.000, 0), + (16986417, 'Chigoe_s_Nit', 1625, 0.000, 0.000, 0.000, 0), + (16986418, 'Chigoe_s_Nit', 1625, 0.000, 0.000, 0.000, 0), + (16986419, 'Chigoe_s_Nit', 1625, 0.000, 0.000, 0.000, 0), + (16986420, 'Chigoe_s_Nit', 1625, 0.000, 0.000, 0.000, 0), + (16986421, 'Dark_Rider', 1630, 0.000, 0.000, 0.000, 0), + (16986422, 'Dark_Bugler', 1628, 0.000, 0.000, 0.000, 0), + (16986423, 'Dark_Bugler', 1628, 0.000, 0.000, 0.000, 0), + (16986424, 'Dark_Bugler', 1628, 0.000, 0.000, 0.000, 0), + (16986425, 'Dark_Esquire', 1629, 0.000, 0.000, 0.000, 0), + (16986426, 'Dark_Esquire', 1629, 0.000, 0.000, 0.000, 0), + (16986427, 'Dark_Esquire', 1629, 0.000, 0.000, 0.000, 0), + (16986428, 'Vulpangue', 1709, -697.000, -7.000, -123.000, 20), + (16986429, 'Iriz_Ima', 1653, 253.000, -23.000, 116.000, 245), + (16986430, 'Gotoh_Zha_the_Redolent', 1643, -337.000, -31.000, 676.000, 162), + (16986431, 'Tinnin', 1696, 278.000, 0.100, -703.000, 176), + (16990209, 'Red_Smoocher', 1795, 0.000, 0.000, 0.000, 0), + (16990210, 'Azoth_Apsaras', 1733, 0.000, 0.000, 0.000, 0), + (16990211, 'Red_Osculator', 1794, 0.000, 0.000, 0.000, 0), + (16990212, 'Kissing_Leech', 1757, 0.000, 0.000, 0.000, 0), + (16990213, 'Mercurial_Makara', 1783, 0.000, 0.000, 0.000, 0), + (16990214, 'Aht_Urhgan_Attercop', 1728, 380.000, -10.000, 6.000, 127), + (16990215, 'Aht_Urhgan_Attercop', 1728, 374.000, -9.000, 20.000, 127), + (16990216, 'Lesser_Colibri', 1770, 338.000, -10.000, 26.000, 127), + (16990217, 'Lesser_Colibri', 1770, 307.000, -10.000, 23.000, 127), + (16990218, 'Aht_Urhgan_Attercop', 1728, 310.000, -8.000, 34.000, 127), + (16990219, 'Aht_Urhgan_Attercop', 1728, 315.000, -8.000, 41.000, 127), + (16990220, 'Aht_Urhgan_Attercop', 1728, 321.000, -8.000, 36.000, 127), + (16990221, 'Lesser_Colibri', 1770, 335.000, -9.000, 50.000, 127), + (16990222, 'Lesser_Colibri', 1770, 319.000, -11.000, 59.000, 127), + (16990223, 'Fomor_Beastmaster', 1748, 272.000, -8.000, 164.000, 127), + (16990224, 'Fomor_s_Bats', 1750, 0.000, 0.000, 0.000, 0), + (16990225, 'Fomor_Bard', 1747, 0.000, 0.000, 0.000, 0), + (16990226, 'Aht_Urhgan_Attercop', 1728, 424.000, -17.000, 265.000, 127), + (16990227, 'Aht_Urhgan_Attercop', 1728, 431.000, -15.000, 286.000, 127), + (16990228, 'Haunt', 1755, 324.000, -10.000, 100.000, 127), + (16990229, 'Lesser_Colibri', 1770, 384.000, -16.000, 302.000, 127), + (16990230, 'Lesser_Colibri', 1770, 361.000, -10.000, 299.000, 127), + (16990231, 'Fomor_Paladin', 1749, 499.000, -10.000, 227.000, 127), + (16990232, 'Fomor_Beastmaster', 1748, 306.000, -11.000, 54.000, 127), + (16990233, 'Fomor_s_Bats', 1750, 0.000, 0.000, 0.000, 0), + (16990234, 'Ameretat', 1730, 324.000, -8.000, 194.000, 127), + (16990235, 'Ameretat', 1730, 323.000, -7.000, 231.000, 127), + (16990236, 'Wajaom_Tiger', 1803, 281.000, -16.000, 241.000, 127), + (16990237, 'Wajaom_Tiger', 1803, 269.000, -18.000, 259.000, 127), + (16990238, 'Lesser_Colibri', 1770, 335.000, -10.000, 256.000, 127), + (16990239, 'Ameretat', 1730, 298.000, -8.000, 210.000, 127), + (16990240, 'Wajaom_Tiger', 1803, 258.000, -18.000, 251.000, 127), + (16990241, 'Lesser_Colibri', 1770, 307.000, -10.000, 184.000, 127), + (16990242, 'Wajaom_Tiger', 1803, 265.000, -18.000, 241.000, 127), + (16990243, 'Wajaom_Tiger', 1803, 217.000, -17.000, 299.000, 127), + (16990244, 'Lesser_Colibri', 1770, 279.000, -7.000, 172.000, 127), + (16990245, 'Wajaom_Tiger', 1803, 206.000, -18.000, 299.000, 127), + (16990246, 'Fomor_Thief', 1751, 322.000, -10.000, 24.000, 127), + (16990247, 'Fomor_Beastmaster', 1748, 499.000, -10.000, 212.000, 127), + (16990248, 'Fomor_s_Bats', 1750, 0.000, 0.000, 0.000, 0), + (16990249, 'Aht_Urhgan_Attercop', 1728, 438.000, -16.000, 272.000, 127), + (16990250, 'Aht_Urhgan_Attercop', 1728, 450.000, -15.000, 295.000, 127), + (16990251, 'Fomor_Thief', 1751, 499.000, -10.000, 191.000, 127), + (16990252, 'Harvestman', 0, 0.000, 0.000, 0.000, 0), + (16990253, 'Lesser_Colibri', 1770, 448.000, -17.000, 271.000, 127), + (16990254, 'Lesser_Colibri', 1770, 431.000, -15.000, 279.000, 127), + (16990255, 'Lesser_Colibri', 1770, 438.000, -15.000, 286.000, 127), + (16990256, 'Lesser_Colibri', 1770, 448.000, -15.000, 291.000, 127), + (16990257, 'Haunt', 1755, 354.000, -10.000, 300.000, 127), + (16990258, 'Aht_Urhgan_Attercop', 1728, 501.000, -10.000, 248.000, 127), + (16990259, 'Aht_Urhgan_Attercop', 1728, 481.000, -10.000, 260.000, 127), + (16990260, 'Lesser_Colibri', 1770, 419.000, -9.000, 185.000, 127), + (16990261, 'Aht_Urhgan_Attercop', 1728, 571.000, -8.000, 165.000, 127), + (16990262, 'Aht_Urhgan_Attercop', 1728, 554.000, -7.000, 146.000, 127), + (16990263, 'Lesser_Colibri', 1770, 544.000, -10.000, 130.000, 127), + (16990264, 'Lesser_Colibri', 1770, 550.000, -10.000, 178.000, 127), + (16990265, 'Lesser_Colibri', 1770, 419.000, -11.000, 206.000, 127), + (16990266, 'Ameretat', 1730, 436.000, -16.000, 324.000, 127), + (16990267, 'Ameretat', 1730, 449.000, -15.000, 309.000, 127), + (16990268, 'Treant_Sapling', 1798, 59.000, -34.000, 616.000, 127), + (16990269, 'Treant_Sapling', 1798, 425.000, -18.000, 339.000, 127), + (16990270, 'Treant_Sapling', 1798, 444.000, -16.000, 325.000, 127), + (16990271, 'Aht_Urhgan_Attercop', 1728, 457.000, -17.000, 375.000, 127), + (16990272, 'Aht_Urhgan_Attercop', 1728, 455.000, -20.000, 365.000, 127), + (16990273, 'Aht_Urhgan_Attercop', 1728, 370.000, -10.000, 179.000, 127), + (16990274, 'Aht_Urhgan_Attercop', 1728, 390.000, -10.000, 180.000, 127), + (16990275, 'Aht_Urhgan_Attercop', 1728, 405.000, -10.000, 179.000, 127), + (16990276, 'Fomor_Bard', 1747, 299.000, -11.000, 36.000, 127), + (16990277, 'Fomor_Paladin', 1749, 0.000, 0.000, 0.000, 0), + (16990278, 'Aht_Urhgan_Attercop', 1728, 424.000, -18.000, 253.000, 127), + (16990279, 'Aht_Urhgan_Attercop', 1728, 448.000, -16.000, 277.000, 127), + (16990280, 'Lesser_Colibri', 1770, 275.000, -12.000, 136.000, 127), + (16990281, 'Lesser_Colibri', 1770, 297.000, -10.000, 149.000, 127), + (16990282, 'Lesser_Colibri', 1770, 289.000, -16.000, 252.000, 127), + (16990283, 'Lesser_Colibri', 1770, 584.000, -7.000, 164.000, 127), + (16990284, 'Aht_Urhgan_Attercop', 1728, 603.000, -11.000, 98.000, 127), + (16990285, 'Aht_Urhgan_Attercop', 1728, 611.000, -11.000, 105.000, 127), + (16990286, 'Aht_Urhgan_Attercop', 1728, 621.000, -11.000, 117.000, 127), + (16990287, 'Wajaom_Tiger', 1803, 315.000, -7.000, 214.000, 127), + (16990288, 'Wajaom_Tiger', 1803, 279.000, -8.000, 208.000, 127), + (16990289, 'Chigoe', 1735, 0.000, 0.000, 0.000, 0), + (16990290, 'Chigoe', 1735, 0.000, 0.000, 0.000, 0), + (16990291, 'Chigoe', 1735, 0.000, 0.000, 0.000, 0), + (16990292, 'Chigoe', 1735, 0.000, 0.000, 0.000, 0), + (16990293, 'Chigoe', 1735, 0.000, 0.000, 0.000, 0), + (16990294, 'Grand_Marid', 1753, 184.000, -18.000, 335.000, 127), + (16990295, 'Grand_Marid', 1753, 137.000, -18.000, 334.000, 127), + (16990296, 'Marid', 1781, 215.000, -18.000, 372.000, 127), + (16990297, 'Marid', 1781, 209.000, -19.000, 341.000, 127), + (16990298, 'Marid', 1781, 153.000, -15.000, 355.000, 127), + (16990299, 'Marid', 1781, 149.000, -17.000, 310.000, 127), + (16990300, 'Colibri', 1737, 15.000, -26.000, 122.000, 127), + (16990301, 'Colibri', 1737, 166.000, -15.000, 343.000, 127), + (16990302, 'Colibri', 1737, 198.000, -16.000, 352.000, 127), + (16990303, 'Colibri', 1737, 147.000, -18.000, 322.000, 127), + (16990304, 'Marid', 1781, 160.000, -15.000, 328.000, 127), + (16990305, 'Marid', 1781, 163.000, -16.000, 312.000, 127), + (16990306, 'Mahishasura', 0, 0.000, 0.000, 0.000, 0), + (16990307, 'Red_Kisser', 1793, 185.000, -15.000, 363.000, 127), + (16990308, 'Red_Kisser', 1793, 179.000, -15.000, 363.000, 127), + (16990309, 'Red_Kisser', 1793, 172.000, -15.000, 366.000, 127), + (16990310, 'Fomor_Paladin', 1749, 0.000, 0.000, 0.000, 0), + (16990311, 'Fomor_Bard', 1747, 275.000, -8.000, 153.000, 127), + (16990312, 'Haunt', 1755, 340.000, -10.000, 288.000, 127), + (16990313, 'Fomor_Thief', 1751, 380.000, -9.000, 179.000, 127), + (16990314, 'Fomor_Paladin', 1749, 262.000, -11.000, 153.000, 127), + (16990315, 'Colibri', 1737, 116.000, -18.000, 260.000, 127), + (16990316, 'Colibri', 1737, 86.000, -18.000, 259.000, 127), + (16990317, 'Colibri', 1737, 55.000, -17.000, 269.000, 127), + (16990318, 'Colibri', 1737, 38.000, -19.000, 258.000, 127), + (16990319, 'Troll_Surveillant', 1801, 17.000, -14.000, 298.000, 127), + (16990320, 'Troll_s_Automaton', 1802, 0.000, 0.000, 0.000, 0), + (16990321, 'Troll_Shieldbearer', 1800, 28.000, -17.000, 298.000, 127), + (16990322, 'Troll_Sabreur', 1799, 28.000, -17.000, 289.000, 127), + (16990323, 'Troll_Surveillant', 1801, 40.000, -18.000, 293.000, 127), + (16990324, 'Troll_s_Automaton', 1802, 0.000, 0.000, 0.000, 0), + (16990325, 'Date_Eruca', 1742, 32.000, -16.000, 282.000, 127), + (16990326, 'Date_Eruca', 1742, 39.000, -16.000, 277.000, 127), + (16990327, 'Date_Eruca', 1742, 43.000, -16.000, 281.000, 127), + (16990328, 'Date_Eruca', 1742, 43.000, -16.000, 286.000, 127), + (16990329, 'Date_Eruca', 1742, 25.000, -18.000, 280.000, 127), + (16990330, 'Colibri', 1737, 179.000, -19.000, 127.000, 127), + (16990331, 'Colibri', 1737, 5.000, -24.000, 161.000, 127), + (16990332, 'Colibri', 1737, 7.000, -23.000, 142.000, 127), + (16990333, 'Colibri', 1737, 3.000, -26.000, 103.000, 127), + (16990334, 'Colibri', 1737, -20.000, -26.000, 99.000, 127), + (16990335, 'Colibri', 1737, -57.000, -27.000, 111.000, 127), + (16990336, 'Colibri', 1737, 61.000, -19.000, 283.000, 127), + (16990337, 'Treant_Sapling', 1798, 343.000, -19.000, 390.000, 127), + (16990338, 'Treant_Sapling', 1798, 320.000, -18.000, 416.000, 127), + (16990339, 'Treant_Sapling', 1798, 273.000, -23.000, 462.000, 127), + (16990340, 'Wajaom_Tiger', 1803, 260.000, -17.000, 385.000, 127), + (16990341, 'Wajaom_Tiger', 1803, 260.000, -19.000, 406.000, 127), + (16990342, 'Air_Elemental', 1729, 0.000, 0.000, 0.000, 0), + (16990343, 'Treant_Sapling', 1798, 45.000, -32.000, 552.000, 127), + (16990344, 'Treant_Sapling', 1798, 81.000, -32.000, 634.000, 127), + (16990345, 'Treant_Sapling', 1798, 192.000, -32.000, 517.000, 127), + (16990346, 'Olden_Treant', 1789, 239.000, -32.000, 477.000, 127), + (16990347, 'Olden_Treant', 1789, 224.000, -32.000, 500.000, 127), + (16990348, 'Wajaom_Tiger', 1803, 311.000, -19.000, 378.000, 127), + (16990349, 'Wajaom_Tiger', 1803, 298.000, -19.000, 408.000, 127), + (16990350, 'Treant_Sapling', 1798, 312.000, -16.000, 398.000, 127), + (16990351, 'Wajaom_Tiger', 1803, 335.000, -19.000, 412.000, 127), + (16990352, 'Treant_Sapling', 1798, 331.000, -17.000, 393.000, 127), + (16990353, 'Wajaom_Tiger', 1803, 334.000, -18.000, 380.000, 127), + (16990354, 'Olden_Treant', 1789, 323.000, -16.000, 392.000, 127), + (16990355, 'Colorful_Treant', 1738, 320.000, -17.000, 410.000, 127), + (16990356, 'Olden_Treant', 1789, 279.000, -24.000, 483.000, 127), + (16990357, 'Colibri', 1737, 140.000, -34.000, 502.000, 127), + (16990358, 'Colibri', 1737, 102.000, -33.000, 500.000, 127), + (16990359, 'Colibri', 1737, 100.000, -34.000, 523.000, 127), + (16990360, 'Olden_Treant', 1789, -29.000, -35.000, 462.000, 127), + (16990361, 'Olden_Treant', 1789, 32.000, -34.000, 543.000, 127), + (16990362, 'Colorful_Treant', 1738, 44.000, -32.000, 568.000, 127), + (16990363, 'Colibri', 1737, 60.000, -34.000, 544.000, 127), + (16990364, 'Colibri', 1737, 56.000, -34.000, 569.000, 127), + (16990365, 'Colibri', 1737, 32.000, -33.000, 568.000, 127), + (16990366, 'Colibri', 1737, 22.000, -34.000, 550.000, 127), + (16990367, 'Incubus_Bats', 1756, -9.000, -33.000, 540.000, 127), + (16990368, 'Incubus_Bats', 1756, -23.000, -34.000, 501.000, 127), + (16990369, 'Incubus_Bats', 1756, -37.000, -32.000, 476.000, 127), + (16990370, 'Incubus_Bats', 1756, -20.000, -35.000, 530.000, 127), + (16990371, 'Treant_Sapling', 1798, 288.000, -23.000, 436.000, 127), + (16990372, 'Treant_Sapling', 1798, 231.000, -31.000, 487.000, 127), + (16990373, 'Air_Elemental', 1729, 0.000, 0.000, 0.000, 0), + (16990374, 'Olden_Treant', 1789, 86.000, -35.000, 621.000, 127), + (16990375, 'Colorful_Treant', 1738, 94.000, -34.000, 637.000, 127), + (16990376, 'Emergent_Elm', 1745, 71.000, -33.000, 627.000, 127), + (16990377, 'Treant_Sapling', 1798, -31.000, -32.000, 483.000, 127), + (16990378, 'Treant_Sapling', 1798, -17.000, -35.000, 483.000, 127), + (16990379, 'Treant_Sapling', 1798, -37.000, -34.000, 494.000, 127), + (16990380, 'Treant_Sapling', 1798, -19.000, -35.000, 468.000, 127), + (16990381, 'Olden_Treant', 1789, 200.000, -31.000, 511.000, 127), + (16990382, 'Colorful_Treant', 1738, 178.000, -35.000, 526.000, 127), + (16990383, 'Sea_Puk', 1796, -135.000, -18.000, -648.000, 127), + (16990384, 'Sea_Puk', 1796, -104.000, -18.000, -636.000, 127), + (16990385, 'Sea_Puk', 1796, -123.000, -16.000, -638.000, 127), + (16990386, 'Mamool_Ja_Stabler', 1778, -142.000, -20.000, -640.000, 127), + (16990387, 'Mamool_Ja_s_Raptor', 1779, 0.000, 0.000, 0.000, 0), + (16990388, 'Mamool_Ja_Infiltrator', 1773, -134.000, -18.000, -632.000, 127), + (16990389, 'Mamool_Ja_Mimer', 1775, -118.000, -15.000, -630.000, 127), + (16990390, 'Mamool_Ja_Philosopher', 1776, -133.000, -17.000, -622.000, 127), + (16990391, 'Sea_Puk', 1796, -106.000, -16.000, -613.000, 127), + (16990392, 'Sea_Puk', 1796, -109.000, -15.000, -600.000, 127), + (16990393, 'Sea_Puk', 1796, -128.000, -15.000, -602.000, 127), + (16990394, 'Sea_Puk', 1796, -132.000, -16.000, -612.000, 127), + (16990395, 'Skoffin', 1797, -157.000, -18.000, -611.000, 127), + (16990396, 'Mamool_Ja_Pikeman', 1777, -96.000, -18.000, -621.000, 127), + (16990397, 'Mamool_Ja_s_Wyvern', 1780, 0.000, 0.000, 0.000, 0), + (16990398, 'Sea_Puk', 1796, -119.000, -15.000, -651.000, 127), + (16990399, 'Skoffin', 1797, -170.000, -16.000, -605.000, 127), + (16990400, 'Skoffin', 1797, -173.000, -15.000, -592.000, 127), + (16990401, 'Skoffin', 1797, -188.000, -15.000, -582.000, 127), + (16990402, 'Air_Elemental', 1729, 0.000, 0.000, 0.000, 0), + (16990403, 'Nis_Puk', 0, 0.000, 0.000, 0.000, 0), + (16990404, 'Skoffin', 1797, -196.000, -16.000, -599.000, 127), + (16990405, 'Mamool_Ja_Stabler', 1778, -113.000, -16.000, -643.000, 127), + (16990406, 'Mamool_Ja_s_Raptor', 1779, 0.000, 0.000, 0.000, 0), + (16990407, 'Mamool_Ja_Lurker', 1774, -195.000, -15.000, -563.000, 127), + (16990408, 'Mamool_Ja_Infiltrator', 1773, -190.000, -18.000, -547.000, 127), + (16990409, 'Mamool_Ja_Infiltrator', 1773, 150.000, -18.000, -496.000, 127), + (16990410, 'Mamool_Ja_Pikeman', 1777, -181.000, -19.000, -511.000, 127), + (16990411, 'Mamool_Ja_s_Wyvern', 1780, 0.000, 0.000, 0.000, 0), + (16990412, 'Sea_Puk', 1796, -145.000, -16.000, -610.000, 127), + (16990413, 'Mamool_Ja_Blusterer', 1772, -167.000, -19.000, -498.000, 127), + (16990414, 'Sea_Puk', 1796, -144.000, -18.000, -626.000, 127), + (16990415, 'Mamool_Ja_Blusterer', 1772, -187.000, -19.000, -528.000, 127), + (16990416, 'Mamool_Ja_Philosopher', 1776, -138.000, -14.000, -500.000, 127), + (16990417, 'Plague_Chigoe', 1790, 0.000, 0.000, 0.000, 0), + (16990418, 'Berried_Chigoe', 1734, 0.000, 0.000, 0.000, 0), + (16990419, 'Chigoe_s_Nit', 1736, 0.000, 0.000, 0.000, 0), + (16990420, 'Chigoe_s_Nit', 1736, 0.000, 0.000, 0.000, 0), + (16990421, 'Chigoe_s_Nit', 1736, 0.000, 0.000, 0.000, 0), + (16990422, 'Chigoe_s_Nit', 1736, 0.000, 0.000, 0.000, 0), + (16990423, 'Dark_Rider', 1741, 0.000, 0.000, 0.000, 0), + (16990424, 'Dark_Bugler', 1739, 0.000, 0.000, 0.000, 0), + (16990425, 'Dark_Bugler', 1739, 0.000, 0.000, 0.000, 0), + (16990426, 'Dark_Bugler', 1739, 0.000, 0.000, 0.000, 0), + (16990427, 'Dark_Esquire', 1740, 0.000, 0.000, 0.000, 0), + (16990428, 'Dark_Esquire', 1740, 0.000, 0.000, 0.000, 0), + (16990429, 'Dark_Esquire', 1740, 0.000, 0.000, 0.000, 0), + (16990430, 'Mamool_Ja_Philosopher', 1776, -110.000, -16.000, -627.000, 127), + (16990431, 'Mamool_Ja_Blusterer', 1772, -379.000, -10.000, -102.000, 127), + (16990432, 'Mamool_Ja_Mimer', 1775, -390.000, -14.000, -97.000, 127), + (16990433, 'Mamool_Ja_Blusterer', 1772, -401.000, -16.000, -95.000, 127), + (16990434, 'Mamool_Ja_Lurker', 1774, -418.000, -14.000, -97.000, 127), + (16990435, 'Mamool_Ja_Stabler', 1778, -434.000, -14.000, -98.000, 127), + (16990436, 'Mamool_Ja_s_Raptor', 1779, 0.000, 0.000, 0.000, 0), + (16990437, 'Mamool_Ja_Stabler', 1778, -474.000, -22.000, -95.000, 127), + (16990438, 'Mamool_Ja_s_Raptor', 1779, 0.000, 0.000, 0.000, 0), + (16990439, 'Mamool_Ja_Infiltrator', 1773, -455.000, -18.000, -98.000, 127), + (16990440, 'Mamool_Ja_Pikeman', 1777, -470.000, -20.000, -82.000, 127), + (16990441, 'Mamool_Ja_s_Wyvern', 1780, 0.000, 0.000, 0.000, 0), + (16990442, 'Mamool_Ja_Pikeman', 1777, -465.000, -21.000, -94.000, 127), + (16990443, 'Mamool_Ja_s_Wyvern', 1780, 0.000, 0.000, 0.000, 0), + (16990444, 'Greater_Colibri', 1754, -514.000, -11.000, -74.000, 127), + (16990445, 'Greater_Colibri', 1754, -517.000, -11.000, -51.000, 127), + (16990446, 'Wivre', 1804, -540.000, -11.000, -74.000, 127), + (16990447, 'Greater_Colibri', 1754, -529.000, -11.000, -43.000, 127), + (16990448, 'Greater_Colibri', 1754, -545.000, -11.000, -41.000, 127), + (16990449, 'Greater_Colibri', 1754, -560.000, -11.000, -66.000, 127), + (16990450, 'Greater_Colibri', 1754, -564.000, -15.000, -100.000, 127), + (16990451, 'Greater_Colibri', 1754, -533.000, -11.000, -74.000, 127), + (16990452, 'Greater_Colibri', 1754, -540.000, -12.000, -58.000, 127), + (16990453, 'Wivre', 1804, -596.000, -3.000, -16.000, 127), + (16990454, 'Greater_Colibri', 1754, -622.000, -7.000, -45.000, 127), + (16990455, 'Greater_Colibri', 1754, -606.000, -7.000, -60.000, 127), + (16990456, 'Wivre', 1804, -597.000, -3.000, -24.000, 127), + (16990457, 'Greater_Colibri', 1754, -581.000, -7.000, -49.000, 127), + (16990458, 'Greater_Colibri', 1754, -577.000, -6.000, -22.000, 127), + (16990459, 'Wivre', 1804, -598.000, -4.000, -37.000, 127), + (16990460, 'Wivre', 1804, -607.000, -4.000, -30.000, 127), + (16990461, 'Greater_Colibri', 1754, -576.000, -8.000, -1.000, 127), + (16990462, 'Greater_Colibri', 1754, -597.000, -3.000, 4.000, 127), + (16990463, 'Greater_Colibri', 1754, -572.000, -13.000, -90.000, 127), + (16990464, 'Wivre', 1804, -562.000, -12.000, -81.000, 127), + (16990465, 'Greater_Colibri', 1754, -561.000, -11.000, -49.000, 127), + (16990466, 'Wivre', 1804, -607.000, -4.000, -17.000, 127), + (16990467, 'Greater_Colibri', 1754, -587.000, -6.000, -42.000, 127), + (16990468, 'Greater_Colibri', 1754, -594.000, -7.000, -62.000, 127), + (16990469, 'Greater_Colibri', 1754, -589.000, -4.000, -25.000, 127), + (16990470, 'Wivre', 1804, -606.000, -4.000, -39.000, 127), + (16990471, 'Greater_Colibri', 1754, -597.000, -5.000, -49.000, 127), + (16990472, 'Greater_Colibri', 1754, -593.000, -4.000, -8.000, 127), + (16990473, 'Lividroot_Amooshah', 1771, 334.000, -10.000, 184.000, 129), + (16990474, 'Dea', 1743, -34.000, -32.000, 481.000, 221), + (16998401, 'Wootzshell', 1887, 0.000, 0.000, 0.000, 0), + (16998402, 'Arrapago_Leech', 1809, 0.000, 0.000, 0.000, 0), + (16998403, 'Chimera_Clot', 1814, 0.000, 0.000, 0.000, 0), + (16998404, 'Lahama', 1831, 0.000, 0.000, 0.000, 0), + (16998405, 'Llamhigyn_Y_Dwr', 1858, 0.000, 0.000, 0.000, 0), + (16998406, 'Giant_Orobon', 1826, 0.000, 0.000, 0.000, 0), + (16998407, 'Reserve_Draugar', 1883, 453.738, -8.966, 66.754, 94), + (16998408, 'Reserve_Draugar', 1883, 478.340, -9.761, 81.387, 62), + (16998409, 'Merrow_Chantress', 1861, 464.402, -7.000, 70.480, 221), + (16998410, 'Arrapago_Apkallu', 1808, 501.650, -4.689, 63.597, 155), + (16998411, 'Arrapago_Apkallu', 1808, 501.842, -4.320, 63.759, 143), + (16998412, 'Arrapago_Apkallu', 1808, 498.835, -5.698, 38.346, 248), + (16998413, 'Arrapago_Apkallu', 1808, 527.960, -4.381, 65.446, 113), + (16998414, 'Arrapago_Apkallu', 1808, 528.548, -4.398, 65.503, 74), + (16998415, 'Arrapago_Apkallu', 1808, 535.506, -3.954, 76.329, 220), + (16998416, 'Arrapago_Apkallu', 1808, 523.203, -4.225, 63.675, 93), + (16998417, 'Arrapago_Apkallu', 1808, 536.240, -6.112, 69.699, 85), + (16998418, 'Arrapago_Apkallu', 1808, 522.265, -6.520, 102.385, 45), + (16998419, 'Arrapago_Apkallu', 1808, 535.435, -5.065, 86.186, 6), + (16998420, 'Arrapago_Apkallu', 1808, 523.873, -5.793, 99.753, 166), + (16998421, 'Lamia_Graverobber', 1838, 578.524, -11.681, 92.020, 116), + (16998422, 'Reserve_Draugar', 1883, 570.648, -9.900, 95.594, 140), + (16998423, 'Phasma', 1876, 548.300, -15.790, 138.810, 17), + (16998424, 'Reserve_Draugar', 1883, 580.159, -15.931, 158.282, 192), + (16998425, 'Reserve_Draugar', 1883, 578.517, -16.336, 170.692, 44), + (16998426, 'Lamia_Dartist', 1834, 576.729, -15.771, 218.744, 116), + (16998427, 'Lamia_Dancer', 1833, 576.209, -15.925, 223.869, 219), + (16998428, 'Lamia_s_Elemental', 1847, 575.367, -15.911, 222.264, 213), + (16998429, 'Reserve_Draugar', 1883, 489.866, -8.295, 216.724, 193), + (16998430, 'Reserve_Draugar', 1883, 488.244, -8.263, 219.296, 255), + (16998431, 'Arrapago_Apkallu', 1808, 431.375, -3.723, 173.280, 23), + (16998432, 'Arrapago_Apkallu', 1808, 418.079, -3.919, 179.725, 83), + (16998433, 'Arrapago_Apkallu', 1808, 453.380, -4.948, 178.304, 179), + (16998434, 'Arrapago_Apkallu', 1808, 445.640, -4.621, 177.627, 146), + (16998435, 'Arrapago_Apkallu', 1808, 491.510, -3.652, 173.026, 21), + (16998436, 'Arrapago_Apkallu', 1808, 483.552, -6.448, 182.237, 129), + (16998437, 'Merrow_Chantress', 1861, 446.761, -7.025, 114.934, 135), + (16998438, 'Reserve_Draugar', 1883, 444.331, -7.151, 113.642, 182), + (16998439, 'Reserve_Draugar', 1883, 452.400, -7.033, 109.170, 129), + (16998440, 'Reserve_Draugar', 1883, 449.850, -4.022, 146.264, 9), + (16998441, 'Draugar_s_Wyvern', 1818, 448.138, -3.944, 147.115, 2), + (16998442, 'Jnun', 1830, 412.283, -2.050, 142.585, 195), + (16998443, 'Jnun', 1830, 426.945, -2.164, 151.652, 240), + (16998444, 'Reserve_Draugar', 1883, 379.898, -3.907, 104.154, 255), + (16998445, 'Draugar_s_Wyvern', 1818, 370.188, -4.228, 105.690, 136), + (16998446, 'Nipper', 1869, 367.553, -7.752, 94.833, 254), + (16998447, 'Nipper', 1869, 416.041, -4.407, 62.900, 245), + (16998448, 'Nipper', 1869, 414.431, -6.126, 57.203, 97), + (16998449, 'Reserve_Draugar', 1883, 416.026, -4.570, 61.856, 240), + (16998450, 'Reserve_Draugar', 1883, 413.303, -4.829, 60.422, 149), + (16998451, 'Reserve_Draugar', 1883, 413.749, -7.500, 50.244, 27), + (16998452, 'Nipper', 1869, 389.595, -6.874, 58.002, 144), + (16998453, 'Nipper', 1869, 414.330, -7.033, 52.090, 185), + (16998454, 'Reserve_Draugar', 1883, 335.845, -3.940, 83.942, 31), + (16998455, 'Reserve_Draugar', 1883, 337.496, -4.007, 83.863, 67), + (16998456, 'Reserve_Draugar', 1883, 342.927, -8.469, 72.756, 68), + (16998457, 'Draugar_s_Wyvern', 1818, 349.408, -8.123, 90.415, 248), + (16998458, 'Reserve_Draugar', 1883, 340.365, -7.802, 59.806, 85), + (16998459, 'Reserve_Draugar', 1883, 331.126, -4.645, 68.510, 134), + (16998460, 'Lamia_Graverobber', 1838, 333.047, -4.693, 66.705, 72), + (16998461, 'Reserve_Draugar', 1883, 309.582, -3.325, 109.187, 229), + (16998462, 'Reserve_Draugar', 1883, 303.667, -4.724, 107.417, 71), + (16998463, 'Lamia_Fatedealer', 1837, 280.990, -5.714, 100.413, 207), + (16998464, 'Reserve_Draugar', 1883, 259.023, -6.857, 80.959, 29), + (16998465, 'Reserve_Draugar', 1883, 256.537, -6.655, 71.742, 90), + (16998466, 'Qutrub', 1882, 175.354, -4.453, 194.553, 200), + (16998467, 'Qutrub', 1882, 166.579, -4.275, 183.503, 69), + (16998468, 'Qutrub', 1882, 180.858, -6.612, 206.617, 9), + (16998469, 'Lamia_Graverobber', 1838, 179.047, -5.868, 125.533, 228), + (16998470, 'Qutrub', 1882, 177.407, -5.362, 117.696, 183), + (16998471, 'Qutrub', 1882, 176.522, -4.964, 114.927, 101), + (16998472, 'Qutrub', 1882, 158.956, -7.834, 93.741, 53), + (16998473, 'Qutrub', 1882, 143.423, -4.307, 103.696, 52), + (16998474, 'Qutrub', 1882, 166.520, -6.924, 95.377, 147), + (16998475, 'Lamia_Dartist', 1834, 103.396, -4.469, 174.964, 154), + (16998476, 'Qutrub', 1882, 103.336, -4.666, 170.270, 88), + (16998477, 'Qutrub', 1882, 102.725, -5.168, 156.753, 67), + (16998478, 'Qutrub', 1882, 101.715, -5.516, 154.859, 226), + (16998479, 'Qutrub', 1882, 96.077, -5.962, 177.590, 231), + (16998480, 'Qutrub', 1882, 97.576, -7.186, 172.472, 217), + (16998481, 'Lamie_No8', 1854, 144.706, -2.687, 136.081, 85), + (16998482, 'Qutrub', 1882, 43.717, -6.508, 218.501, 21), + (16998483, 'Qutrub', 1882, 51.589, -4.992, 222.870, 194), + (16998484, 'Ashakku', 1810, 21.466, -6.317, 197.733, 231), + (16998485, 'Ashakku', 1810, 19.170, -4.503, 215.449, 192), + (16998486, 'Lahama', 1831, 28.081, -6.256, 221.555, 170), + (16998487, 'Ashakku', 1810, -2.918, -4.468, 103.204, 167), + (16998488, 'Ashakku', 1810, -0.249, -6.348, 99.796, 207), + (16998489, 'Ashakku', 1810, -16.668, -5.021, 126.240, 118), + (16998490, 'Lahama', 1831, -17.024, -4.786, 126.146, 61), + (16998491, 'Purgatory_Bat', 1877, 59.817, -8.229, 120.056, 67), + (16998492, 'Purgatory_Bat', 1877, 59.365, -8.243, 116.521, 191), + (16998493, 'Qutrub', 1882, -0.567, -13.298, 166.169, 64), + (16998494, 'Qutrub', 1882, -0.686, -13.313, 166.233, 64), + (16998495, 'Purgatory_Bat', 1877, -59.732, -15.900, 150.619, 157), + (16998496, 'Purgatory_Bat', 1877, -69.916, -16.064, 150.846, 235), + (16998497, 'Lamia_Fatedealer', 1837, -100.917, -16.018, 29.445, 58), + (16998498, 'Lamia_Fatedealer', 1837, -100.928, -16.016, 28.945, 57), + (16998499, 'Qiqirn_Treasure_Hunter', 1880, -63.241, -18.419, 68.532, 64), + (16998500, 'Qiqirn_Mine', 1878, 0.000, 0.000, 0.000, 0), + (16998501, 'Qiqirn_Trailer', 1879, -60.205, -15.389, 59.698, 20), + (16998502, 'Heraldic_Imp', 1828, -20.904, -5.209, 244.174, 45), + (16998503, 'Heraldic_Imp', 1828, -24.759, -7.135, 233.791, 162), + (16998504, 'Heraldic_Imp', 1828, -11.924, -3.873, 227.791, 146), + (16998505, 'Heraldic_Imp', 1828, -23.571, -6.300, 228.986, 101), + (16998506, 'Ashakku', 1810, -53.405, -8.107, 245.580, 73), + (16998507, 'Ashakku', 1810, -47.995, -7.947, 252.143, 6), + (16998508, 'Ashakku', 1810, -63.058, -4.004, 244.557, 55), + (16998509, 'Ashakku', 1810, -81.177, -5.650, 217.825, 160), + (16998510, 'Ashakku', 1810, -96.631, -3.443, 225.858, 138), + (16998511, 'Ashakku', 1810, -90.482, -4.307, 223.649, 210), + (16998512, 'Qutrub', 1882, -85.393, -4.411, 222.232, 18), + (16998513, 'Qutrub', 1882, -98.650, -5.649, 203.361, 132), + (16998514, 'Qutrub', 1882, -100.711, -4.962, 197.865, 194), + (16998515, 'Qutrub', 1882, -136.164, -4.278, 151.517, 247), + (16998516, 'Qutrub', 1882, -98.753, -5.782, 160.862, 226), + (16998517, 'Qutrub', 1882, -113.749, -8.164, 134.420, 30), + (16998518, 'Lamia_Dancer', 1833, -120.267, -4.951, 143.092, 254), + (16998519, 'Lamia_s_Elemental', 1847, -120.585, -5.069, 143.067, 135), + (16998520, 'Lamie_No7', 1853, -146.615, -3.912, 186.245, 125), + (16998521, 'Reserve_Draugar', 1883, -21.870, -7.000, 301.769, 49), + (16998522, 'Merrow_Chantress', 1861, -15.137, -9.758, 315.406, 121), + (16998523, 'Nipper', 1869, 376.685, -4.415, 236.571, 225), + (16998524, 'Reserve_Draugar', 1883, 380.910, -6.613, 241.675, 99), + (16998525, 'Nipper', 1869, 408.809, -4.590, 265.793, 192), + (16998526, 'Reserve_Draugar', 1883, 409.909, -6.071, 259.603, 206), + (16998527, 'Reserve_Draugar', 1883, 482.196, -4.575, 262.881, 253), + (16998528, 'Merrow_Shadowdancer', 1865, 483.883, -6.482, 258.280, 57), + (16998529, 'Merrow_Icedancer', 1862, 548.469, -4.559, 308.033, 20), + (16998530, 'Reserve_Draugar', 1883, 531.599, -4.572, 305.537, 120), + (16998531, 'Reserve_Draugar', 1883, 577.710, -5.820, 324.168, 137), + (16998532, 'Merrow_Shadowdancer', 1865, 23.431, -4.753, 303.952, 9), + (16998533, 'Merrow_Kabukidancer', 1863, 48.413, -3.709, 311.738, 149), + (16998534, 'Reserve_Draugar', 1883, 54.902, -2.338, 295.513, 154), + (16998535, 'Draugar_s_Wyvern', 1818, 56.780, -2.189, 295.527, 139), + (16998536, 'Merrow_Kabukidancer', 1863, -14.500, -3.220, 341.368, 210), + (16998537, 'Merrow_Icedancer', 1862, -64.128, -4.176, 333.745, 39), + (16998538, 'Reserve_Draugar', 1883, -92.686, -4.072, 347.132, 43), + (16998539, 'Reserve_Draugar', 1883, -90.080, -2.761, 363.521, 178), + (16998540, 'Reserve_Draugar', 1883, -91.336, -3.749, 339.428, 62), + (16998541, 'Draugar_s_Wyvern', 1818, -91.748, -3.699, 337.574, 201), + (16998542, 'Merrow_Icedancer', 1862, -90.231, -3.447, 364.203, 135), + (16998543, 'Reserve_Draugar', 1883, -113.091, -7.299, 342.845, 133), + (16998544, 'Reserve_Draugar', 1883, -142.164, -3.234, 341.893, 60), + (16998545, 'Reserve_Draugar', 1883, -133.965, -5.502, 342.290, 161), + (16998546, 'Reserve_Draugar', 1883, -87.614, -2.603, 364.611, 13), + (16998547, 'Jnun', 1830, -135.643, -5.825, 376.026, 43), + (16998548, 'Merrow_Chantress', 1861, -156.152, -9.749, 409.965, 177), + (16998549, 'Phasma', 1876, -153.688, -9.750, 410.645, 164), + (16998550, 'Bhoot', 1811, 0.000, 0.000, 0.000, 0), + (16998551, 'Phasma', 1876, -130.481, -10.000, 434.866, 167), + (16998552, 'Merrow_Shadowdancer', 1865, -101.676, -4.227, 425.811, 216), + (16998553, 'Reserve_Draugar', 1883, -106.043, -3.982, 419.083, 221), + (16998554, 'Jnun', 1830, -69.108, -2.019, 458.504, 146), + (16998555, 'Ashakku', 1810, -33.804, -4.253, 496.581, 24), + (16998556, 'Ashakku', 1810, -67.688, -4.910, 498.917, 166), + (16998557, 'Ashakku', 1810, -102.675, -5.109, 507.220, 64), + (16998558, 'Ashakku', 1810, -102.165, -4.006, 497.080, 133), + (16998559, 'Phasma', 1876, -99.762, -6.488, 511.802, 81), + (16998560, 'Merrow_No5', 1864, 0.000, 0.000, 0.000, 0), + (16998561, 'Heraldic_Imp', 1828, -27.055, -8.312, 544.488, 185), + (16998562, 'Heraldic_Imp', 1828, -36.039, -8.388, 539.103, 3), + (16998563, 'Heraldic_Imp', 1828, -18.348, -8.012, 544.107, 8), + (16998564, 'Phasma', 1876, -225.228, -3.950, 120.541, 37), + (16998565, 'Jnun', 1830, -272.921, -3.784, 153.575, 160), + (16998566, 'Jnun', 1830, -264.514, -2.322, 133.911, 32), + (16998567, 'Fallen_Volunteer', 1824, -299.996, -5.226, 82.993, 6), + (16998568, 'Fallen_Imperial_Wizard', 1823, -298.882, -4.910, 81.100, 199), + (16998569, 'Fallen_Imperial_Trooper', 1822, -303.000, -6.973, 81.438, 70), + (16998570, 'Merrow_Chantress', 1861, -299.718, -5.885, 41.159, 219), + (16998571, 'Fallen_Imperial_Trooper', 1822, -293.815, -4.964, 58.560, 181), + (16998572, 'Fallen_Volunteer', 1824, -297.212, -7.838, 52.944, 88), + (16998573, 'Fallen_Imperial_Wizard', 1823, -298.459, -8.152, 48.920, 200), + (16998574, 'Merrow_Chantress', 1861, -339.724, -15.920, -19.294, 168), + (16998575, 'Fallen_Imperial_Trooper', 1822, -343.657, -15.960, -12.920, 110), + (16998576, 'Fallen_Imperial_Trooper', 1822, -336.092, -15.543, 13.891, 35), + (16998577, 'Fallen_Volunteer', 1824, -338.811, -15.606, 13.444, 0), + (16998578, 'Jnun', 1830, -369.107, -5.278, 88.784, 130), + (16998579, 'Merrow_Chantress', 1861, -415.250, -7.011, 105.964, 206), + (16998580, 'Fallen_Volunteer', 1824, -412.762, -8.312, 111.995, 199), + (16998581, 'Fallen_Imperial_Wizard', 1823, -421.265, -6.882, 103.021, 92), + (16998582, 'Merrow_Kabukidancer', 1863, -431.939, -7.597, 16.595, 91), + (16998583, 'Fallen_Imperial_Wizard', 1823, -422.703, -4.545, 36.309, 216), + (16998584, 'Fallen_Imperial_Trooper', 1822, -417.099, -6.852, 39.106, 235), + (16998585, 'Merrow_Shadowdancer', 1865, -430.966, -4.858, 22.117, 16), + (16998586, 'Fallen_Imperial_Trooper', 1822, -455.548, -7.365, 15.447, 207), + (16998587, 'Fallen_Imperial_Wizard', 1823, -435.503, -7.612, 17.074, 31), + (16998588, 'Fallen_Volunteer', 1824, -480.056, -6.943, -20.272, 175), + (16998589, 'Fallen_Imperial_Wizard', 1823, -478.474, -8.294, -24.249, 127), + (16998590, 'Merrow_Shadowdancer', 1865, -568.947, -4.478, 93.906, 66), + (16998591, 'Fallen_Imperial_Wizard', 1823, -565.185, -8.001, 103.779, 170), + (16998592, 'Fallen_Imperial_Trooper', 1822, -583.868, -7.466, 73.816, 78), + (16998593, 'Fallen_Imperial_Trooper', 1822, -577.125, -4.282, 74.963, 244), + (16998594, 'Jnun', 1830, -488.007, -5.158, 85.171, 35), + (16998595, 'Merrow_Icedancer', 1862, -508.004, -4.535, 134.384, 204), + (16998596, 'Fallen_Volunteer', 1824, -505.940, -6.618, 139.016, 195), + (16998597, 'Fallen_Imperial_Wizard', 1823, -508.123, -4.281, 134.828, 128), + (16998598, 'Fallen_Imperial_Trooper', 1822, -507.661, -3.993, 133.939, 151), + (16998599, 'Merrow_Chantress', 1861, -554.195, -15.943, 178.926, 166), + (16998600, 'Merrow_Chantress', 1861, -579.072, -15.855, 205.624, 185), + (16998601, 'Fallen_Volunteer', 1824, -587.679, -15.923, 225.450, 149), + (16998602, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998603, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998604, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998605, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998606, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998607, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998608, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998609, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998610, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998611, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998612, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998613, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998614, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998615, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998616, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998617, 'Naraka_Bat', 10853, 0.000, 0.000, 0.000, 0), + (16998618, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998619, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998620, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998621, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998622, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998623, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998624, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998625, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998626, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998627, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998628, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998629, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998630, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998631, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998632, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998633, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998634, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998635, 'Nergal', 10854, 0.000, 0.000, 0.000, 0), + (16998636, 'Lamia_Bellydancer', 1832, -14.836, -2.132, 426.619, 132), + (16998637, 'Lamia_s_Elemental', 1847, -10.923, -1.673, 421.162, 6), + (16998638, 'Draugar_Servant', 1817, -23.721, -2.099, 429.445, 203), + (16998639, 'Soulflayer', 1885, 17.253, -6.861, 469.799, 104), + (16998640, 'Soulflayer', 1885, 18.424, -6.575, 516.575, 248), + (16998641, 'Soulflayer', 1885, 46.629, -4.518, 537.435, 24), + (16998642, 'Soulflayer', 1885, 99.388, -7.961, 494.575, 59), + (16998643, 'Soulflayer', 1885, 96.645, -7.979, 495.247, 114), + (16998644, 'Soulflayer', 1885, 56.308, -5.215, 494.926, 18), + (16998645, 'Lahama', 1831, 51.454, -3.692, 416.163, 52), + (16998646, 'Draugar_Servant', 1817, 55.915, -4.598, 428.031, 217), + (16998647, 'Lahama', 1831, 65.240, -7.741, 394.962, 196), + (16998648, 'Draugar_Servant', 1817, 54.808, -5.067, 391.589, 80), + (16998649, 'Draugar_s_Wyvern', 1818, 55.592, -4.784, 393.364, 79), + (16998650, 'Lahama', 1831, 99.805, -4.487, 417.637, 166), + (16998651, 'Lahama', 1831, 106.160, -3.832, 427.454, 57), + (16998652, 'Lamia_Deathdancer', 1835, 139.117, -5.489, 463.415, 137), + (16998653, 'Draugar_Servant', 1817, 136.234, -6.831, 468.779, 94), + (16998654, 'Draugar_Servant', 1817, 134.976, -7.049, 464.915, 121), + (16998655, 'Bloody_Bones', 1812, 136.000, -6.000, 476.000, 29), + (16998656, 'Bhoot', 1811, 107.258, -2.060, 258.006, 170), + (16998657, 'Phasma', 1876, 109.564, -4.015, 226.246, 255), + (16998658, 'Phasma', 1876, 148.004, -7.453, 254.834, 77), + (16998659, 'Draugar_Servant', 1817, 150.777, -6.003, 259.533, 65), + (16998660, 'Draugar_s_Wyvern', 1818, 152.358, -5.036, 260.901, 83), + (16998661, 'Merrow_Songstress', 1866, 185.787, -7.755, 288.889, 158), + (16998662, 'Draugar_Servant', 1817, 184.278, -7.011, 295.976, 194), + (16998663, 'Merrow_Bladedancer', 1860, 203.712, -11.008, 280.946, 25), + (16998664, 'Ice_Elemental', 1829, 0.000, 0.000, 0.000, 0), + (16998665, 'Draugar_Servant', 1817, 228.061, -2.306, 302.545, 59), + (16998666, 'Lahama', 1831, 229.657, -8.053, 350.198, 24), + (16998667, 'Nipper', 1869, 231.114, -7.497, 345.863, 41), + (16998668, 'Nipper', 1869, 224.796, -8.045, 355.511, 45), + (16998669, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998670, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998671, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998672, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998673, 'Nipper', 1869, 267.470, -3.796, 387.522, 102), + (16998674, 'Nipper', 1869, 265.520, -3.549, 389.204, 177), + (16998675, 'Soulflayer', 1885, 253.587, -6.575, 377.290, 99), + (16998676, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998677, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998678, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998679, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998680, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998681, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998682, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998683, 'Nostokulshedra', 10855, 0.000, 0.000, 0.000, 0), + (16998684, 'Merrow_Wavedancer', 1868, 399.311, -9.675, 409.513, 30), + (16998685, 'Merrow_Songstress', 1866, 388.981, -6.999, 412.720, 124), + (16998686, 'Draugar_Servant', 1817, 390.568, -7.000, 415.169, 190), + (16998687, 'Jnun', 1830, 384.438, -5.386, 483.383, 180), + (16998688, 'Jnun', 1830, 457.608, -4.638, 483.610, 124), + (16998689, 'Lamia_Idolater', 1839, 435.828, -6.650, 498.971, 136), + (16998690, 'Lamia_Idolater', 1839, 453.882, -4.398, 488.655, 116), + (16998691, 'Lamia_Necromancer', 1840, 453.156, -4.413, 454.844, 15), + (16998692, 'Lamia_Idolater', 1839, 456.929, -4.437, 435.391, 68), + (16998693, 'Lamia_Idolater', 1839, 460.929, -6.256, 436.833, 46), + (16998694, 'Lamia_Idolater', 1839, 471.316, -4.598, 373.679, 38), + (16998695, 'Lamia_Idolater', 1839, 461.189, -5.364, 380.427, 79), + (16998696, 'Euryale', 0, 0.000, 0.000, 0.000, 0), + (16998697, 'Lamia_Toxophilite', 1849, 478.243, -4.440, 376.926, 106), + (16998698, 'Lamia_Idolater', 1839, 478.383, -4.204, 376.524, 131), + (16998699, 'Lamia_Idolater', 1839, 509.667, -4.119, 374.475, 251), + (16998700, 'Lamia_Idolater', 1839, 540.471, -7.718, 419.559, 234), + (16998701, 'Lamia_Idolater', 1839, 540.914, -8.192, 414.372, 14), + (16998702, 'Lamia_Idolater', 1839, 590.554, -8.332, 419.471, 252), + (16998703, 'Lamia_Toxophilite', 1849, 612.876, -7.516, 420.208, 132), + (16998704, 'Seneschal_Imp', 1884, 500.061, -7.934, 453.926, 21), + (16998705, 'Seneschal_Imp', 1884, 500.651, -8.034, 460.968, 166), + (16998706, 'Phasma', 1876, 542.821, -7.383, 500.978, 29), + (16998707, 'Phasma', 1876, 542.961, -7.376, 499.831, 220), + (16998708, 'Bhoot', 1811, 0.000, 0.000, 0.000, 0), + (16998709, 'Lamia_Idolater', 1839, 552.397, -7.933, 461.480, 127), + (16998710, 'Merrow_Typhoondancer', 1867, -472.506, -7.281, 203.831, 179), + (16998711, 'Merrow_Songstress', 1866, -471.002, -10.034, 223.183, 52), + (16998712, 'Draugar_Servant', 1817, -468.697, -7.000, 213.653, 59), + (16998713, 'Jnun', 1830, -430.928, -4.511, 224.673, 172), + (16998714, 'Jnun', 1830, -388.065, -3.500, 174.204, 30), + (16998715, 'Jnun', 1830, -395.839, -3.926, 176.414, 7), + (16998716, 'Jnun', 1830, -362.737, -4.510, 218.437, 91), + (16998717, 'Seneschal_Imp', 1884, -470.420, -8.127, 345.022, 116), + (16998718, 'Seneschal_Imp', 1884, -461.562, -7.781, 338.614, 219), + (16998719, 'Emperor_Apkallu', 1819, -494.744, -7.879, 277.639, 203), + (16998720, 'Emperor_Apkallu', 1819, -504.467, -4.355, 287.005, 141), + (16998721, 'Emperor_Apkallu', 1819, -544.549, -5.514, 283.550, 101), + (16998722, 'Emperor_Apkallu', 1819, -522.960, -4.773, 296.819, 94), + (16998723, 'Emperor_Apkallu', 1819, -560.360, -6.503, 300.053, 228), + (16998724, 'Emperor_Apkallu', 1819, -563.219, -5.425, 298.768, 47), + (16998725, 'Emperor_Apkallu', 1819, -552.426, -4.974, 295.491, 168), + (16998726, 'Emperor_Apkallu', 1819, -615.801, -4.150, 282.712, 196), + (16998727, 'Emperor_Apkallu', 1819, -621.930, -7.316, 274.629, 93), + (16998728, 'Emperor_Apkallu', 1819, -548.843, -5.359, 279.953, 194), + (16998729, 'Emperor_Apkallu', 1819, -547.344, -5.553, 283.658, 233), + (16998730, 'Emperor_Apkallu', 1819, -535.718, -3.905, 261.840, 174), + (16998731, 'Emperor_Apkallu', 1819, -538.165, -5.608, 232.292, 35), + (16998732, 'Emperor_Apkallu', 1819, -530.804, -3.698, 231.523, 164), + (16998733, 'Nix_Songstress', 1871, -286.216, -10.000, 282.547, 31), + (16998734, 'Nix_Songstress', 1871, -284.578, -10.000, 283.936, 83), + (16998735, 'Merrow_Typhoondancer', 1867, -295.847, -7.008, 301.477, 167), + (16998736, 'Merrow_Bladedancer', 1860, -343.062, -2.162, 338.935, 30), + (16998737, 'Merrow_Wavedancer', 1868, -367.927, -6.069, 379.936, 161), + (16998738, 'Merrow_Typhoondancer', 1867, -367.189, -4.933, 373.970, 137), + (16998739, 'Merrow_Wavedancer', 1868, -334.357, -4.029, 392.697, 1), + (16998740, 'Ice_Elemental', 1829, 0.000, 0.000, 0.000, 0), + (16998741, 'Dark_Elemental', 1816, -264.843, -2.823, 385.519, 29), + (16998742, 'Lamie_No9', 1855, -228.367, -4.690, 342.671, 55), + (16998743, 'Lamia_s_Avatar', 1846, -228.270, -4.850, 344.900, 62), + (16998744, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998745, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998746, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998747, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998748, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998749, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998750, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998751, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998752, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998753, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998754, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998755, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998756, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998757, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998758, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998759, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998760, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998761, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998762, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998763, 'Dweomershell', 10856, 0.000, 0.000, 0.000, 0), + (16998764, 'Draugar_Servant', 1817, 101.646, -8.352, 9.579, 229), + (16998765, 'Draugar_Servant', 1817, 100.980, -10.576, -13.382, 187), + (16998766, 'Nix_Wavedancer', 1873, 48.595, -17.999, -38.460, 83), + (16998767, 'Nix_Bladedancer', 1870, -23.315, -17.245, -65.709, 59), + (16998768, 'Draugar_Servant', 1817, -66.210, -10.476, -107.233, 110), + (16998769, 'Draugar_Servant', 1817, -67.177, -10.645, -106.580, 71), + (16998770, 'Draugar_s_Wyvern', 1818, -64.681, -9.714, -110.244, 156), + (16998771, 'Nix_Typhoondancer', 1872, -97.817, -5.425, -136.776, 134), + (16998772, 'Draugar_Servant', 1817, -85.653, -3.807, -145.799, 218), + (16998773, 'Draugar_Servant', 1817, -108.944, -3.078, -133.708, 126), + (16998774, 'Draugar_Servant', 1817, -108.936, -2.915, -134.978, 175), + (16998775, 'Nix_Typhoondancer', 1872, -50.343, -7.333, -174.662, 182), + (16998776, 'Draugar_Servant', 1817, -55.730, -7.035, -173.188, 155), + (16998777, 'Draugar_Servant', 1817, -55.000, -7.161, -173.334, 156), + (16998778, 'Draugar_Servant', 1817, -56.681, -5.865, -178.079, 54), + (16998779, 'Draugar_Servant', 1817, -12.875, -5.043, -183.565, 224), + (16998780, 'Draugar_Servant', 1817, -8.203, -5.554, -180.136, 114), + (16998781, 'Ice_Elemental', 1829, 0.000, 0.000, 0.000, 0), + (16998782, 'Dark_Elemental', 1816, -49.301, -4.160, -205.069, 33), + (16998783, 'Lamia_Idolater', 1839, -105.143, -4.337, -286.469, 112), + (16998784, 'Lamia_Idolater', 1839, -102.079, -4.372, -277.244, 200), + (16998785, 'Lamie_Necromancer', 1852, -143.731, -4.318, -304.728, 181), + (16998786, 'Lamia_Idolater', 1839, -138.159, -6.468, -319.563, 66), + (16998787, 'Lamia_Idolater', 1839, -137.978, -6.580, -311.553, 163), + (16998788, 'Lamia_Idolater', 1839, -135.169, -6.047, -299.013, 44), + (16998789, 'Lamie_Bellydancer', 1850, -145.956, -4.678, -324.576, 106), + (16998790, 'Lamia_s_Elemental', 1847, -148.746, -4.909, -338.040, 54), + (16998791, 'Lamia_Idolater', 1839, -146.510, -4.729, -342.959, 8), + (16998792, 'Lamia_Idolater', 1839, -148.872, -5.138, -328.479, 187), + (16998793, 'Lamie_Deathdancer', 1851, -100.001, -6.387, -397.049, 39), + (16998794, 'Lamia_Idolater', 1839, -100.259, -6.200, -398.179, 64), + (16998795, 'Lamia_Idolater', 1839, -107.298, -7.215, -380.027, 8), + (16998796, 'Lamia_Idolater', 1839, -101.720, -6.343, -391.693, 44), + (16998797, 'Draugar_Servant', 1817, -59.434, -4.834, -285.954, 215), + (16998798, 'Draugar_Servant', 1817, -62.860, -6.284, -288.629, 141), + (16998799, 'Draugar_s_Wyvern', 1818, -60.910, -5.587, -289.592, 133), + (16998800, 'Lamie_Necromancer', 1852, -17.540, -4.235, -298.143, 177), + (16998801, 'Draugar_Servant', 1817, -19.003, -4.334, -297.752, 250), + (16998802, 'Draugar_Servant', 1817, -21.954, -6.585, -309.300, 86), + (16998803, 'Draugar_Servant', 1817, -14.346, -3.683, -305.165, 199), + (16998804, 'Draugar_Servant', 1817, -33.970, -4.306, -297.894, 132), + (16998805, 'Draugar_Servant', 1817, 0.760, -8.075, -347.902, 19), + (16998806, 'Draugar_Servant', 1817, 1.495, -7.701, -346.751, 36), + (16998807, 'Draugar_Servant', 1817, 3.958, -4.915, -338.886, 228), + (16998808, 'Lamie_Toxophilite', 1856, 22.856, -5.518, -361.903, 52), + (16998809, 'Draugar_Servant', 1817, 17.995, -7.450, -361.254, 186), + (16998810, 'Draugar_Servant', 1817, 24.362, -5.528, -371.546, 51), + (16998811, 'Draugar_Servant', 1817, 19.123, -6.904, -366.064, 28), + (16998812, 'Lamie_Toxophilite', 1856, 23.952, -4.992, -398.956, 63), + (16998813, 'Draugar_Servant', 1817, 17.145, -7.802, -402.501, 86), + (16998814, 'Draugar_Servant', 1817, 22.604, -6.513, -405.572, 76), + (16998815, 'Draugar_s_Wyvern', 1818, 23.481, -4.977, -395.472, 191), + (16998816, 'Lamie_Bellydancer', 1850, -98.405, -5.966, -409.375, 76), + (16998817, 'Lamia_s_Elemental', 1847, -99.682, -5.446, -407.016, 11), + (16998818, 'Lamia_Idolater', 1839, -103.234, -4.023, -415.711, 236), + (16998819, 'Lamia_Idolater', 1839, -103.561, -4.833, -408.813, 133), + (16998820, 'Ice_Elemental', 1829, 0.000, 0.000, 0.000, 0), + (16998821, 'Dark_Elemental', 1816, -58.725, -5.003, -421.843, 231), + (16998822, 'Jnun', 1830, -78.375, -4.854, -483.804, 96), + (16998823, 'Jnun', 1830, -89.975, -1.096, -496.171, 42), + (16998824, 'Ice_Elemental', 1829, 0.000, 0.000, 0.000, 0), + (16998825, 'Dark_Elemental', 1816, -137.756, -4.280, -507.863, 167), + (16998826, 'Ephramadian_Shade', 1820, -451.155, -6.424, -460.168, 108), + (16998827, 'Ephramadian_Shade', 1820, -443.097, -7.151, -462.784, 205), + (16998828, 'Ephramadian_Shade', 1820, -446.920, -7.288, -464.979, 45), + (16998829, 'Ephramadian_Shade', 1820, -418.862, -6.831, -360.970, 67), + (16998830, 'Ephramadian_Shade', 1820, -424.810, -4.748, -371.961, 112), + (16998831, 'Ephramadian_Shade', 1820, -428.033, -4.640, -379.461, 29), + (16998832, 'Ephramadian_Shade', 1820, -456.876, -4.398, -350.909, 79), + (16998833, 'Ephramadian_Shade', 1820, -443.369, -4.463, -343.948, 121), + (16998834, 'Bukki', 1813, 0.000, 0.000, 0.000, 0), + (16998835, 'Lamia_No11', 1841, 0.000, 0.000, 0.000, 0), + (16998836, 'Lamia_No24', 1844, 0.000, 0.000, 0.000, 0), + (16998837, 'Lamia_No18', 1842, 0.000, 0.000, 0.000, 0), + (16998838, 'Archaic_Mirror', 1807, 624.111, -15.790, 139.620, 164), + (16998839, 'Archaic_Mirror', 1807, 436.132, -7.135, 181.723, 251), + (16998840, 'Archaic_Mirror', 1807, 133.243, -3.285, 150.255, 27), + (16998841, 'Archaic_Mirror', 1807, -139.504, -4.149, 187.627, 132), + (16998842, 'Archaic_Mirror', 1807, -371.776, -16.516, 51.963, 164), + (16998843, 'Archaic_Mirror', 1807, -502.025, -8.578, -62.024, 232), + (16998844, 'Archaic_Mirror', 1807, -574.105, -15.442, 261.351, 12), + (16998845, 'Archaic_Mirror', 1807, -150.020, -6.549, -501.904, 96), + (16998846, 'Lamia_Palace_Guard', 1845, 630.185, -15.481, 139.951, 255), + (16998847, 'Lamia_Palace_Guard', 1845, 618.654, -15.317, 137.708, 96), + (16998848, 'Lamia_Palace_Guard', 1845, 435.476, -7.153, 184.263, 28), + (16998849, 'Lamia_Palace_Guard', 1845, 428.557, -7.860, 191.688, 169), + (16998850, 'Lamia_Palace_Guard', 1845, 143.400, -2.372, 144.604, 231), + (16998851, 'Lamia_Palace_Guard', 1845, 147.187, -2.576, 138.588, 189), + (16998852, 'Lamia_Palace_Guard', 1845, -146.201, -4.060, 187.705, 253), + (16998853, 'Lamia_Palace_Guard', 1845, -143.338, -4.417, 188.159, 6), + (16998854, 'Lamia_Palace_Guard', 1845, -374.297, -15.995, 54.175, 29), + (16998855, 'Lamia_Palace_Guard', 1845, -381.340, -15.354, 62.192, 5), + (16998856, 'Lamia_Palace_Guard', 1845, -520.475, -7.982, -59.101, 131), + (16998857, 'Lamia_Palace_Guard', 1845, -514.474, -7.662, -59.672, 135), + (16998858, 'Lamia_Palace_Guard', 1845, -590.476, -15.888, 256.825, 112), + (16998859, 'Lamia_Palace_Guard', 1845, -577.597, -15.460, 259.740, 244), + (16998860, 'Lamia_Palace_Guard', 1845, -149.378, -5.374, -498.903, 158), + (16998861, 'Lamia_Palace_Guard', 1845, -141.828, -4.789, -501.637, 205), + (16998862, 'Medusa', 1859, -460.000, -20.500, 460.000, 32), + (16998863, 'Lamia_Exon', 1836, -458.000, -20.500, 458.000, 7), + (16998864, 'Lamia_Exon', 1836, -458.000, -20.500, 458.000, 7), + (16998865, 'Lamia_Exon', 1836, -462.000, -20.500, 458.000, 7), + (16998866, 'Lamia_Exon', 1836, -462.000, -20.500, 458.000, 7), + (16998867, 'Ornery_Orobon', 1875, 0.000, 0.000, 0.000, 0), + (16998868, 'Lamia_No19', 1843, -115.989, -4.700, -500.147, 254), + (16998869, 'Lamia_s_Skeleton', 1848, -114.989, -4.700, -501.147, 254), + (16998870, 'Lamia_s_Skeleton', 1848, -116.989, -4.700, -499.147, 254), + (16998871, 'Lil_Apkallu', 1857, 488.000, -1.000, 166.000, 230), + (16998872, 'Velionis', 1886, 311.000, -3.000, 27.000, 20), + (16998873, 'Zareehkl_the_Jubilant', 1889, 176.000, -4.000, 182.000, 41), + (16998874, 'Nuhn', 1874, -451.000, -7.000, 389.000, 86), + (17027073, 'Sicklemoon_Crab', 2061, 0.000, 0.000, 0.000, 0), + (17027074, 'Zazalda_Clot', 2076, 0.000, 0.000, 0.000, 0), + (17027075, 'Vozold_Clot', 2071, 0.000, 0.000, 0.000, 0), + (17027076, 'Zazalda_Jagil', 2077, 0.000, 0.000, 0.000, 0), + (17027077, 'Vozold_Jagil', 2072, 0.000, 0.000, 0.000, 0), + (17027078, 'Giant_Orobon', 2045, 0.000, 0.000, 0.000, 0), + (17027079, 'Wootzshell', 2075, 304.793, -15.012, -336.217, 182), + (17027080, 'Wootzshell', 2075, 283.740, -14.925, -330.960, 63), + (17027081, 'Wootzshell', 2075, 339.950, -14.775, -350.863, 34), + (17027082, 'Wootzshell', 2075, 352.973, -15.194, -331.511, 174), + (17027083, 'Wootzshell', 2075, 379.785, -14.343, -321.177, 7), + (17027084, 'Sicklemoon_Jagil', 2062, 379.750, -14.330, -321.339, 9), + (17027085, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027086, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027087, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027088, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027089, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027090, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027091, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027092, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027093, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027094, 'Wootzshell', 2075, 377.716, -14.061, -286.807, 35), + (17027095, 'Sicklemoon_Jagil', 2062, 378.617, -14.318, -276.745, 191), + (17027096, 'Phasma', 2057, 396.749, -14.470, -261.470, 247), + (17027097, 'Sicklemoon_Jagil', 2062, 402.781, -14.850, -252.083, 118), + (17027098, 'Wootzshell', 2075, 388.014, -14.146, -240.990, 109), + (17027099, 'Phasma', 2057, 219.203, -14.535, -279.678, 184), + (17027100, 'Sicklemoon_Jagil', 2062, 188.028, -14.018, -219.423, 29), + (17027101, 'Sicklemoon_Jagil', 2062, 200.799, -14.467, -210.992, 120), + (17027102, 'Sicklemoon_Jagil', 2062, 150.118, -14.350, -198.505, 241), + (17027103, 'Sicklemoon_Jagil', 2062, 160.756, -14.234, -222.475, 143), + (17027104, 'Wootzshell', 2075, 167.812, -14.942, -219.431, 37), + (17027105, 'Wootzshell', 2075, 143.143, -14.937, -167.995, 131), + (17027106, 'Wootzshell', 2075, 142.102, -14.593, -161.721, 59), + (17027107, 'Sicklemoon_Jagil', 2062, 124.638, -14.778, -135.874, 42), + (17027108, 'Sicklemoon_Jagil', 2062, 116.657, -14.801, -132.452, 247), + (17027109, 'Phasma', 2057, 117.568, -14.388, -138.580, 32), + (17027110, 'Wootzshell', 2075, 125.307, -14.603, -114.143, 25), + (17027111, 'Earth_Elemental', 2038, 113.531, -14.222, -129.269, 132), + (17027112, 'Phasma', 2057, 112.713, -14.762, -107.141, 135), + (17027113, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027114, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027115, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027116, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027117, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027118, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027119, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027120, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027121, 'Sulphuric_Jagil', 10845, 0.000, 0.000, 0.000, 0), + (17027122, 'Earth_Elemental', 2038, 0.000, 0.000, 0.000, 0), + (17027123, 'Assassin_Fly', 2030, 367.282, -13.740, -251.227, 102), + (17027124, 'Assassin_Fly', 2030, 367.465, -14.012, -252.159, 117), + (17027125, 'Assassin_Fly', 2030, 369.323, -14.031, -251.049, 113), + (17027126, 'Magmatic_Eruca', 2055, 350.835, -14.533, -272.755, 132), + (17027127, 'Magmatic_Eruca', 2055, 354.417, -14.649, -274.803, 213), + (17027128, 'Magmatic_Eruca', 2055, 0.000, 0.000, 0.000, 0), + (17027129, 'Magmatic_Eruca', 2055, 0.000, 0.000, 0.000, 0), + (17027130, 'Magmatic_Eruca', 2055, 0.000, 0.000, 0.000, 0), + (17027131, 'Magmatic_Eruca', 2055, 0.000, 0.000, 0.000, 0), + (17027132, 'Assassin_Fly', 2030, 322.369, -14.436, -316.353, 223), + (17027133, 'Assassin_Fly', 2030, 316.574, -14.473, -316.827, 89), + (17027134, 'Assassin_Fly', 2030, 316.933, -14.481, -317.091, 155), + (17027135, 'Magmatic_Eruca', 2055, 307.393, -14.557, -312.680, 234), + (17027136, 'Magmatic_Eruca', 2055, 286.937, -14.661, -310.205, 109), + (17027137, 'Magmatic_Eruca', 2055, 340.767, -14.164, -313.480, 84), + (17027138, 'Fire_Elemental', 2041, 283.073, -21.778, -247.568, 230), + (17027139, 'Magmatic_Eruca', 2055, 284.527, -22.012, -221.266, 243), + (17027140, 'Magmatic_Eruca', 2055, 329.264, -22.485, -171.017, 136), + (17027141, 'Magmatic_Eruca', 2055, 273.053, -22.398, -154.449, 169), + (17027142, 'Magmatic_Eruca', 2055, 277.542, -22.479, -149.749, 227), + (17027143, 'Phasma', 2057, 236.822, -22.594, -168.138, 139), + (17027144, 'Magmatic_Eruca', 2055, 251.475, -22.175, -161.305, 105), + (17027145, 'Magmatic_Eruca', 2055, 181.601, -14.120, -166.218, 145), + (17027146, 'Magmatic_Eruca', 2055, 175.315, -14.444, -173.589, 137), + (17027147, 'Assassin_Fly', 2030, 196.481, -13.950, -181.328, 133), + (17027148, 'Assassin_Fly', 2030, 194.855, -14.079, -182.906, 58), + (17027149, 'Assassin_Fly', 2030, 199.981, -14.242, -185.831, 107), + (17027150, 'Magmatic_Eruca', 2055, 159.965, -14.531, -112.429, 49), + (17027151, 'Magmatic_Eruca', 2055, 157.203, -14.474, -152.229, 129), + (17027152, 'Magmatic_Eruca', 2055, 381.564, -26.343, -139.063, 55), + (17027153, 'Mountain_Clot', 2056, 418.754, -26.267, -70.059, 58), + (17027154, 'Mountain_Clot', 2056, 371.070, -25.707, -58.587, 14), + (17027155, 'Mountain_Clot', 2056, 416.366, -26.895, -38.457, 189), + (17027156, 'Mountain_Clot', 2056, 417.224, -26.156, 8.728, 190), + (17027157, 'Magmatic_Eruca', 2055, 438.640, -26.355, 20.013, 128), + (17027158, 'Magmatic_Eruca', 2055, 177.926, -18.031, -68.280, 187), + (17027159, 'Magmatic_Eruca', 2055, 218.921, -18.495, -32.420, 194), + (17027160, 'Magmatic_Eruca', 2055, 219.455, -17.989, -54.949, 61), + (17027161, 'Hilltroll_Warrior', 2052, 151.675, -14.475, -1.662, 197), + (17027162, 'Hilltroll_Puppetmaster', 2049, 154.779, -14.479, 2.513, 103), + (17027163, 'Troll_s_Automaton', 2069, 156.544, -14.484, 3.277, 103), + (17027164, 'Hilltroll_Dark_Knight', 2046, 130.422, -14.415, 23.213, 50), + (17027165, 'Hilltroll_Monk', 2047, 107.297, -15.296, 17.291, 127), + (17027166, 'Volcanic_Leech', 2070, 102.021, -14.465, -11.374, 1), + (17027167, 'Volcanic_Leech', 2070, 107.519, -13.319, -16.140, 51), + (17027168, 'Hilltroll_Red_Mage', 2051, 109.137, -14.005, -24.914, 141), + (17027169, 'Earth_Elemental', 2038, 105.581, -14.071, -29.519, 111), + (17027170, 'Hilltroll_Paladin', 2048, 55.555, -14.465, 51.772, 201), + (17027171, 'Hilltroll_Monk', 2047, 62.432, -14.301, 55.035, 195), + (17027172, 'Volcanic_Leech', 2070, 54.185, -13.063, 22.472, 219), + (17027173, 'Hilltroll_Dark_Knight', 2046, 33.066, -14.331, 24.500, 146), + (17027174, 'Volcanic_Leech', 2070, 23.859, -14.741, 39.605, 89), + (17027175, 'Hilltroll_Red_Mage', 2051, 26.120, -13.981, 56.128, 209), + (17027176, 'Volcanic_Leech', 2070, 4.369, -14.299, 100.303, 17), + (17027177, 'Hilltroll_Paladin', 2048, 19.610, -14.782, 98.865, 179), + (17027178, 'Hilltroll_Warrior', 2052, -4.649, -14.669, 109.482, 6), + (17027179, 'Hilltroll_Red_Mage', 2051, 49.660, -14.259, 103.998, 11), + (17027180, 'Hilltroll_Puppetmaster', 2049, 21.487, -14.052, 114.273, 187), + (17027181, 'Troll_s_Automaton', 2069, 22.171, -14.283, 112.688, 64), + (17027182, 'Fire_Elemental', 2041, 31.693, -14.459, 128.698, 227), + (17027183, 'Fahrafahr_the_Bloodied', 0, 0.000, 0.000, 0.000, 0), + (17027184, 'Volcanic_Leech', 2070, 3.601, -14.677, 113.450, 210), + (17027185, 'Hilltroll_Dark_Knight', 2046, 131.429, -22.494, -9.608, 228), + (17027186, 'Hilltroll_Paladin', 2048, 114.761, -22.494, -48.453, 154), + (17027187, 'Hilltroll_Red_Mage', 2051, 48.030, -22.500, 75.463, 140), + (17027188, 'Hilltroll_Monk', 2047, 84.057, -22.500, 67.469, 63), + (17027189, 'Hilltroll_Warrior', 2052, 91.219, -22.499, 47.162, 107), + (17027190, 'Mountain_Clot', 2056, 41.696, -6.474, 180.135, 135), + (17027191, 'Mountain_Clot', 2056, 18.948, -6.174, 172.407, 209), + (17027192, 'Mountain_Clot', 2056, 7.263, -6.246, 139.439, 126), + (17027193, 'Mountain_Clot', 2056, -0.587, -6.790, 139.294, 1), + (17027194, 'Mountain_Clot', 2056, -4.779, -6.377, 218.715, 129), + (17027195, 'Mountain_Clot', 2056, -7.421, -6.649, 219.813, 39), + (17027196, 'Wamoura_Prince', 2074, 10.043, -24.648, 189.008, 112), + (17027197, 'Wamoura_Prince', 2074, 5.080, -24.665, 187.885, 1), + (17027198, 'Wamoura', 2073, 9.359, -24.454, 207.213, 235), + (17027199, 'Wamoura_Prince', 2074, 36.686, -24.736, 194.192, 40), + (17027200, 'Wamoura_Prince', 2074, 35.402, -24.455, 193.138, 178), + (17027201, 'Wamoura', 2073, 71.107, -24.494, 191.556, 101), + (17027202, 'Wamoura_Prince', 2074, 76.363, -24.463, 188.246, 31), + (17027203, 'Wamoura_Prince', 2074, 37.459, -24.408, 233.502, 51), + (17027204, 'Wamoura_Prince', 2074, 42.163, -24.518, 243.209, 208), + (17027205, 'Sweeping_Cluster', 2063, 40.559, -24.036, 225.849, 91), + (17027206, 'Sweeping_Cluster', 2063, 90.401, -25.037, 212.192, 243), + (17027207, 'Mountain_Clot', 2056, 102.039, -16.361, 149.837, 61), + (17027208, 'Assassin_Fly', 2030, 486.876, -21.993, -5.876, 3), + (17027209, 'Assassin_Fly', 2030, 484.263, -22.422, -0.975, 185), + (17027210, 'Assassin_Fly', 2030, 484.010, -22.238, -4.558, 4), + (17027211, 'Magmatic_Eruca', 2055, 482.629, -15.649, -30.330, 2), + (17027212, 'Magmatic_Eruca', 2055, 487.559, -17.739, -21.307, 225), + (17027213, 'Magmatic_Eruca', 2055, 474.469, -22.053, -7.037, 125), + (17027214, 'Magmatic_Eruca', 2055, 268.843, -14.664, -276.194, 108), + (17027215, 'Sicklemoon_Jagil', 2062, 467.094, -15.358, -56.345, 139), + (17027216, 'Phasma', 2057, 506.138, -13.943, -55.622, 32), + (17027217, 'Sicklemoon_Jagil', 2062, 467.545, -15.095, -58.709, 51), + (17027218, 'Sicklemoon_Jagil', 2062, 502.703, -13.824, -47.142, 166), + (17027219, 'Magmatic_Eruca', 2055, 506.681, -13.948, -54.759, 34), + (17027220, 'Zhayolm_Apkallu', 2078, 569.836, -14.761, -16.577, 78), + (17027221, 'Zhayolm_Apkallu', 2078, 550.109, -15.449, -12.117, 73), + (17027222, 'Zhayolm_Apkallu', 2078, 561.253, -14.494, 3.636, 117), + (17027223, 'Earth_Elemental', 2038, 567.368, -14.311, 3.572, 31), + (17027224, 'Zhayolm_Apkallu', 2078, 608.981, -15.642, -17.272, 41), + (17027225, 'Sicklemoon_Jagil', 2062, 636.180, -14.830, -56.586, 176), + (17027226, 'Zhayolm_Apkallu', 2078, 646.493, -13.781, -62.950, 25), + (17027227, 'Phasma', 2057, 625.256, -15.668, -30.698, 208), + (17027228, 'Chary_Apkallu', 0, 0.000, 0.000, 0.000, 0), + (17027229, 'Zhayolm_Apkallu', 2078, 685.602, -14.693, -57.207, 235), + (17027230, 'Sicklemoon_Jagil', 2062, 674.706, -14.295, -61.259, 22), + (17027231, 'Sicklemoon_Jagil', 2062, 528.809, -14.269, -15.651, 206), + (17027232, 'Sicklemoon_Jagil', 2062, 719.116, -14.422, -61.660, 119), + (17027233, 'Zhayolm_Apkallu', 2078, 718.829, -14.463, -61.660, 116), + (17027234, 'Magmatic_Eruca', 2055, 596.246, -16.097, 8.355, 32), + (17027235, 'Magmatic_Eruca', 2055, 599.530, -14.496, 29.500, 144), + (17027236, 'Fire_Elemental', 2041, 603.126, -14.374, -6.110, 114), + (17027237, 'Magmatic_Eruca', 2055, 607.155, -14.496, 41.312, 129), + (17027238, 'Magmatic_Eruca', 2055, 594.479, -14.385, 49.023, 201), + (17027239, 'Zhayolm_Apkallu', 2078, 620.079, -14.155, 10.405, 58), + (17027240, 'Zhayolm_Apkallu', 2078, 614.866, -14.162, 7.755, 101), + (17027241, 'Magmatic_Eruca', 2055, 657.926, -17.610, 11.615, 75), + (17027242, 'Magmatic_Eruca', 2055, 654.314, -16.964, -3.073, 219), + (17027243, 'Zhayolm_Apkallu', 2078, 635.526, -14.843, -19.869, 101), + (17027244, 'Zhayolm_Apkallu', 2078, 642.161, -14.733, -11.617, 227), + (17027245, 'Zhayolm_Apkallu', 2078, 675.793, -14.453, -38.919, 87), + (17027246, 'Zhayolm_Apkallu', 2078, 681.555, -20.019, -12.209, 206), + (17027247, 'Zhayolm_Apkallu', 2078, 723.046, -14.465, -38.886, 88), + (17027248, 'Magmatic_Eruca', 2055, 727.647, -14.238, -40.754, 10), + (17027249, 'Zhayolm_Apkallu', 2078, 751.389, -14.238, -40.106, 75), + (17027250, 'Magmatic_Eruca', 2055, 747.094, -14.328, -21.493, 93), + (17027251, 'Phasma', 2057, 747.895, -14.989, 0.656, 153), + (17027252, 'Magmatic_Eruca', 2055, 701.316, -21.805, -0.875, 219), + (17027253, 'Magmatic_Eruca', 2055, 693.697, -22.401, 10.895, 245), + (17027254, 'Assassin_Fly', 2030, 678.313, -19.433, -18.783, 66), + (17027255, 'Assassin_Fly', 2030, 674.695, -18.631, -20.878, 26), + (17027256, 'Assassin_Fly', 2030, 679.604, -20.183, -14.506, 233), + (17027257, 'Phasma', 2057, 712.536, -22.659, -10.500, 86), + (17027258, 'Magmatic_Eruca', 2055, 725.399, -22.054, -16.094, 111), + (17027259, 'Magmatic_Eruca', 2055, 730.182, -22.576, 31.139, 61), + (17027260, 'Magmatic_Eruca', 2055, 712.752, -22.677, 29.615, 167), + (17027261, 'Magmatic_Eruca', 2055, 760.512, -22.368, 24.396, 100), + (17027262, 'Magmatic_Eruca', 2055, 744.607, -22.590, 31.027, 83), + (17027263, 'Mountain_Clot', 2056, 558.113, -6.549, 98.229, 17), + (17027264, 'Mountain_Clot', 2056, 563.446, -6.422, 98.488, 251), + (17027265, 'Mountain_Clot', 2056, 541.409, -6.339, 83.393, 191), + (17027266, 'Mountain_Clot', 2056, 541.701, -6.416, 82.443, 62), + (17027267, 'Mountain_Clot', 2056, 520.280, -6.546, 60.163, 120), + (17027268, 'Mountain_Clot', 2056, 477.645, -16.589, 60.160, 13), + (17027269, 'Mountain_Clot', 2056, 774.725, -20.796, 107.121, 94), + (17027270, 'Mountain_Clot', 2056, 782.897, -16.612, 161.278, 190), + (17027271, 'Mountain_Clot', 2056, 781.575, -8.376, 189.288, 209), + (17027272, 'Zhayolm_Apkallu', 2078, 821.575, -18.144, 189.966, 217), + (17027273, 'Magmatic_Eruca', 2055, 740.466, -26.256, 291.581, 185), + (17027274, 'Magmatic_Eruca', 2055, 740.773, -18.382, 240.715, 64), + (17027275, 'Mountain_Clot', 2056, 708.831, -20.361, 220.486, 132), + (17027276, 'Mountain_Clot', 2056, 666.262, -28.252, 219.931, 236), + (17027277, 'Volcanic_Leech', 2070, 841.491, -14.568, 240.488, 149), + (17027278, 'Zhayolm_Apkallu', 2078, 856.535, -14.584, 237.322, 10), + (17027279, 'Zhayolm_Apkallu', 2078, 850.373, -14.564, 297.496, 112), + (17027280, 'Volcanic_Leech', 2070, 841.978, -14.183, 272.780, 249), + (17027281, 'Zhayolm_Apkallu', 2078, 873.545, -14.468, 310.262, 108), + (17027282, 'Volcanic_Leech', 2070, 898.522, -14.412, 327.180, 166), + (17027283, 'Zhayolm_Apkallu', 2078, 824.125, -14.804, 229.109, 14), + (17027284, 'Zhayolm_Apkallu', 2078, 811.657, -14.075, 235.573, 233), + (17027285, 'Zhayolm_Apkallu', 2078, 802.782, -14.442, 235.299, 218), + (17027286, 'Zhayolm_Apkallu', 2078, 823.296, -16.928, 278.648, 198), + (17027287, 'Fire_Elemental', 2041, 796.508, -22.292, 281.193, 150), + (17027288, 'Earth_Elemental', 2038, 811.798, -18.077, 264.221, 119), + (17027289, 'Zhayolm_Apkallu', 2078, 826.498, -15.868, 309.616, 56), + (17027290, 'Zhayolm_Apkallu', 2078, 874.480, -14.518, 311.174, 171), + (17027291, 'Volcanic_Leech', 2070, 861.790, -13.919, 320.739, 171), + (17027292, 'Zhayolm_Apkallu', 2078, 813.018, -21.236, 300.464, 224), + (17027293, 'Zhayolm_Apkallu', 2078, 794.490, -22.177, 303.214, 179), + (17027294, 'Phasma', 2057, 817.907, -22.478, 325.029, 209), + (17027295, 'Zhayolm_Apkallu', 2078, 791.039, -22.899, 311.705, 113), + (17027296, 'Assassin_Fly', 2030, 598.312, -24.461, 233.893, 33), + (17027297, 'Assassin_Fly', 2030, 600.639, -24.484, 239.546, 139), + (17027298, 'Assassin_Fly', 2030, 601.138, -24.426, 235.755, 61), + (17027299, 'Sweeping_Cluster', 2063, 610.333, -24.418, 229.682, 209), + (17027300, 'Sweeping_Cluster', 2063, 586.839, -24.524, 232.717, 139), + (17027301, 'Sweeping_Cluster', 2063, 594.532, -24.343, 211.330, 54), + (17027302, 'Assassin_Fly', 2030, 582.315, -23.706, 198.610, 17), + (17027303, 'Assassin_Fly', 2030, 581.772, -23.754, 198.312, 7), + (17027304, 'Assassin_Fly', 2030, 581.813, -23.718, 199.476, 17), + (17027305, 'Phasma', 2057, 604.365, -24.276, 213.107, 212), + (17027306, 'Sweeping_Cluster', 2063, 574.967, -24.579, 188.115, 52), + (17027307, 'Sweeping_Cluster', 2063, 534.308, -25.132, 181.776, 213), + (17027308, 'Sweeping_Cluster', 2063, 567.478, -24.489, 171.879, 20), + (17027309, 'Sweeping_Cluster', 2063, 545.610, -24.815, 149.165, 170), + (17027310, 'Assassin_Fly', 2030, 559.543, -23.960, 134.540, 74), + (17027311, 'Assassin_Fly', 2030, 560.330, -24.045, 133.413, 91), + (17027312, 'Assassin_Fly', 2030, 557.182, -23.685, 137.536, 129), + (17027313, 'Phasma', 2057, 552.949, -24.838, 124.206, 45), + (17027314, 'Sweeping_Cluster', 2063, 590.001, -24.437, 115.356, 183), + (17027315, 'Phasma', 2057, 584.466, -24.374, 113.202, 23), + (17027316, 'Sweeping_Cluster', 2063, 618.010, -28.912, 304.406, 148), + (17027317, 'Sweeping_Cluster', 2063, 661.651, -28.844, 297.839, 4), + (17027318, 'Ebony_Pudding', 2039, 162.008, -28.113, 98.799, 128), + (17027319, 'Ebony_Pudding', 2039, 180.353, -23.638, 160.674, 73), + (17027320, 'Ebony_Pudding', 2039, 179.375, -25.430, 139.550, 69), + (17027321, 'Ebony_Pudding', 2039, 207.945, -24.925, 176.602, 138), + (17027322, 'Ebony_Pudding', 2039, 179.585, -28.226, 116.254, 58), + (17027323, 'Ebony_Pudding', 2039, 237.171, -24.310, 170.034, 5), + (17027324, 'Ebony_Pudding', 2039, 225.913, -24.195, 208.945, 120), + (17027325, 'Fire_Elemental', 2041, 231.469, -24.242, 207.846, 107), + (17027326, 'Phasma', 2057, 244.199, -24.562, 200.120, 244), + (17027327, 'Ebony_Pudding', 2039, 234.793, -24.133, 134.944, 169), + (17027328, 'Hilltroll_Ranger', 2050, 285.957, -24.513, 81.057, 19), + (17027329, 'Hilltroll_Monk', 2047, 291.387, -24.452, 55.966, 100), + (17027330, 'Fire_Elemental', 2041, 281.499, -23.939, 62.560, 16), + (17027331, 'Hilltroll_Puppetmaster', 2049, 240.090, -23.838, 99.491, 162), + (17027332, 'Troll_s_Automaton', 2069, 243.029, -23.838, 96.731, 170), + (17027333, 'Phasma', 2057, 264.432, -24.467, 52.949, 145), + (17027334, 'Hilltroll_Red_Mage', 2051, 233.466, -24.370, 67.564, 53), + (17027335, 'Hilltroll_Dark_Knight', 2046, 298.967, -23.862, 35.362, 145), + (17027336, 'Hilltroll_Paladin', 2048, 343.439, -23.914, 33.319, 183), + (17027337, 'Earth_Elemental', 2038, 338.008, -23.913, 37.099, 249), + (17027338, 'Wamoura_Prince', 2074, 377.279, -24.190, 115.440, 89), + (17027339, 'Sweeping_Cluster', 2063, 392.050, -24.504, 164.733, 107), + (17027340, 'Wamoura_Prince', 2074, 397.626, -24.348, 155.411, 56), + (17027341, 'Wamoura_Prince', 2074, 410.605, -24.475, 144.718, 150), + (17027342, 'Wamoura', 2073, 604.294, -24.309, 229.292, 213), + (17027343, 'Wamoura_Prince', 2074, 423.326, -23.860, 155.593, 238), + (17027344, 'Wamoura_Prince', 2074, 425.473, -23.929, 143.020, 67), + (17027345, 'Wamoura_Prince', 2074, 426.621, -23.978, 143.791, 0), + (17027346, 'Wamoura_Prince', 2074, 416.689, -24.849, 134.284, 73), + (17027347, 'Wamoura', 2073, 464.107, -26.214, 142.440, 4), + (17027348, 'Hilltroll_Monk', 2047, 290.243, -24.230, -12.739, 44), + (17027349, 'Hilltroll_Ranger', 2050, 349.542, -24.350, -8.484, 19), + (17027350, 'Hilltroll_Paladin', 2048, 311.699, -24.305, -44.784, 164), + (17027351, 'Earth_Elemental', 2038, 322.453, -24.475, -90.639, 0), + (17027352, 'Fire_Elemental', 2041, 304.122, -24.177, -59.587, 113), + (17027353, 'Hilltroll_Warrior', 2052, 355.629, -24.337, 69.184, 195), + (17027354, 'Hilltroll_Ranger', 2050, 355.482, -24.416, 90.702, 122), + (17027355, 'Hilltroll_Ranger', 2050, 247.755, -32.509, 54.422, 64), + (17027356, 'Hilltroll_Red_Mage', 2051, 273.530, -32.509, 22.250, 11), + (17027357, 'Hilltroll_Ranger', 2050, 331.752, -32.509, 5.812, 254), + (17027358, 'Hilltroll_Dark_Knight', 2046, 369.679, -32.490, 50.233, 231), + (17027359, 'Hilltroll_Paladin', 2048, 287.543, -32.509, -25.004, 60), + (17027360, 'Hilltroll_Red_Mage', 2051, 284.959, -32.509, -51.959, 36), + (17027361, 'Hilltroll_Warrior', 2052, 364.041, -32.490, 9.920, 174), + (17027362, 'Troll_Speculator', 2068, 846.093, -14.254, 251.413, 219), + (17027363, 'Troll_s_Automaton', 2069, 840.928, -14.290, 248.188, 183), + (17027364, 'Wamoura_Prince', 2074, -518.005, -11.959, -184.429, 101), + (17027365, 'Wamoura_Prince', 2074, -535.545, -12.923, -208.579, 64), + (17027366, 'King_Apkallu', 2054, -532.287, -12.890, -202.650, 232), + (17027367, 'King_Apkallu', 2054, -535.502, -13.320, -183.693, 86), + (17027368, 'King_Apkallu', 2054, -571.069, -12.009, -175.306, 31), + (17027369, 'King_Apkallu', 2054, -576.432, -11.951, -167.818, 177), + (17027370, 'King_Apkallu', 2054, -561.746, -12.693, -174.806, 80), + (17027371, 'Phasma', 2057, -556.627, -13.000, -152.901, 74), + (17027372, 'Wamoura_Prince', 2074, -518.997, -12.062, -171.272, 95), + (17027373, 'Wamoura_Prince', 2074, -542.519, -14.837, -135.242, 21), + (17027374, 'Phasma', 2057, -521.516, -12.945, -133.871, 106), + (17027375, 'Wamoura_Prince', 2074, -580.809, -13.403, -147.001, 178), + (17027376, 'King_Apkallu', 2054, -601.325, -12.910, -148.680, 243), + (17027377, 'King_Apkallu', 2054, -582.335, -12.183, -152.076, 103), + (17027378, 'King_Apkallu', 2054, -613.543, -12.272, -174.535, 110), + (17027379, 'King_Apkallu', 2054, -590.823, -12.398, -178.271, 236), + (17027380, 'King_Apkallu', 2054, -610.158, -12.348, -177.719, 23), + (17027381, 'King_Apkallu', 2054, -648.173, -12.529, -171.994, 85), + (17027382, 'King_Apkallu', 2054, -649.527, -12.209, -171.949, 142), + (17027383, 'King_Apkallu', 2054, -645.944, -12.489, -170.151, 10), + (17027384, 'King_Apkallu', 2054, -653.348, -13.477, -151.778, 180), + (17027385, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027386, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027387, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027388, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027389, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027390, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027391, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027392, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027393, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027394, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027395, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027396, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027397, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027398, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027399, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027400, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027401, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027402, 'Orichalcumshell', 10846, 0.000, 0.000, 0.000, 0), + (17027403, 'Wamoura_Prince', 2074, -642.158, -12.377, -129.189, 150), + (17027404, 'Wamoura_Prince', 2074, -649.549, -12.302, -110.796, 212), + (17027405, 'Sweeping_Cluster', 2063, -649.290, -14.411, 22.190, 122), + (17027406, 'Sweeping_Cluster', 2063, -660.275, -14.453, 79.304, 166), + (17027407, 'Ebony_Pudding', 2039, -649.545, -14.429, 102.087, 135), + (17027408, 'Sweeping_Cluster', 2063, -581.804, -5.088, 82.812, 198), + (17027409, 'Sweeping_Cluster', 2063, -649.410, -7.423, 137.758, 242), + (17027410, 'Sweeping_Cluster', 2063, -621.947, -5.286, 167.020, 61), + (17027411, 'Ebony_Pudding', 2039, -621.129, -4.364, 155.247, 185), + (17027412, 'Wamoura_Prince', 2074, -585.528, -19.219, 240.810, 58), + (17027413, 'Wamoura_Prince', 2074, -572.885, -16.347, 240.296, 124), + (17027414, 'Wamoura_Prince', 2074, -559.843, -14.527, 271.462, 180), + (17027415, 'Wamoura_Prince', 2074, -555.357, -14.490, 261.943, 253), + (17027416, 'Wamoura_Prince', 2074, -606.421, -15.350, 272.939, 44), + (17027417, 'Wamoura_Prince', 2074, -576.456, -14.476, 270.932, 177), + (17027418, 'Wamoura', 2073, -549.547, -14.594, 257.283, 79), + (17027419, 'Wamoura_Prince', 2074, -587.514, -18.386, 250.864, 244), + (17027420, 'Wamoura', 2073, -592.795, -15.129, 266.523, 18), + (17027421, 'Wamoura', 2073, -600.072, -18.317, 258.022, 104), + (17027422, 'Wamoura', 2073, -568.180, -14.438, 281.130, 178), + (17027423, 'Ignamoth', 0, 0.000, 0.000, 0.000, 0), + (17027424, 'Phasma', 2057, -548.307, -14.893, 309.239, 193), + (17027425, 'Wamoura_Prince', 2074, -505.462, -14.185, 275.726, 218), + (17027426, 'Wamoura', 2073, -521.956, -14.776, 270.333, 110), + (17027427, 'Wamoura_Prince', 2074, -488.683, -14.979, 288.084, 190), + (17027428, 'Wamoura_Prince', 2074, -469.804, -14.493, 275.151, 246), + (17027429, 'Wamoura', 2073, -472.728, -14.498, 276.049, 143), + (17027430, 'Wamoura_Prince', 2074, -469.567, -14.416, 310.702, 75), + (17027431, 'Wamoura_Prince', 2074, -450.968, -14.263, 354.254, 51), + (17027432, 'Phasma', 2057, -429.584, -14.341, 371.675, 219), + (17027433, 'Wamoura_Prince', 2074, -406.719, -14.307, 361.891, 233), + (17027434, 'Wamoura_Prince', 2074, -389.578, -14.309, 359.526, 51), + (17027435, 'Wamoura_Prince', 2074, -348.760, -14.282, 336.121, 188), + (17027436, 'Phasma', 2057, -367.402, -14.512, 317.723, 162), + (17027437, 'Wamoura_Prince', 2074, -312.784, -14.418, 311.668, 34), + (17027438, 'Wamoura_Prince', 2074, -303.388, -14.497, 272.557, 124), + (17027439, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027440, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027441, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027442, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027443, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027444, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027445, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027446, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027447, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027448, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027449, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027450, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027451, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027452, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027453, 'Scoriaceous_Eruca', 10847, 0.000, 0.000, 0.000, 0), + (17027454, 'Dahak', 2034, -430.707, -14.747, 393.959, 121), + (17027455, 'Dahak', 2034, -325.500, -14.363, 272.210, 111), + (17027456, 'Dahak', 2034, -330.483, -14.078, 272.573, 187), + (17027457, 'Dahak', 2034, -374.059, -14.503, 342.837, 132), + (17027458, 'Cerberus', 2032, 316.000, -23.000, -84.000, 127), + (17027459, 'Dark_Rider', 2037, 0.000, 0.000, 0.000, 0), + (17027460, 'Dark_Bugler', 2035, 0.000, 0.000, 0.000, 0), + (17027461, 'Dark_Bugler', 2035, 0.000, 0.000, 0.000, 0), + (17027462, 'Dark_Bugler', 2035, 0.000, 0.000, 0.000, 0), + (17027463, 'Dark_Esquire', 2036, 0.000, 0.000, 0.000, 0), + (17027464, 'Dark_Esquire', 2036, 0.000, 0.000, 0.000, 0), + (17027465, 'Dark_Esquire', 2036, 0.000, 0.000, 0.000, 0), + (17027466, 'Energetic_Eruca', 2040, 0.000, 0.000, 0.000, 0), + (17027467, 'Garharlor_the_Unruly', 2043, 99.854, -13.485, -11.898, 108), + (17027468, 'Garfurlar_the_Rabid', 2042, 102.073, -14.899, -8.096, 122), + (17027469, 'Garhorlur_the_Brutal', 2044, 101.207, -14.232, -10.283, 92), + (17027470, 'Ancient_Bombs', 2029, 0.000, 0.000, 0.000, 0), + (17027471, 'Brass_Borer', 2031, 399.386, -27.022, 120.479, 245), + (17027472, 'Claret', 2033, 497.000, -9.000, 52.000, 248), + (17027473, 'Anantaboga', 2028, -368.341, -13.742, 366.448, 58), + (17027474, 'Khromasoul_Bhurborlor', 2053, 88.000, -22.029, 70.000, 134), + (17027475, 'Troll_Grenadier', 2066, -59.047, -18.848, 277.051, 189), + (17027476, 'Troll_Grenadier', 2066, -58.460, -18.039, 284.568, 201), + (17027477, 'Troll_Grenadier', 2066, -59.054, -18.362, 282.803, 201), + (17027478, 'Troll_Cuirasser', 2065, -59.422, -18.752, 277.522, 192), + (17027479, 'Troll_Cuirasser', 2065, -59.489, -18.850, 275.941, 189), + (17027480, 'Troll_Cuirasser', 2065, -59.720, -18.602, 280.275, 192), + (17027481, 'Troll_Artilleryman', 2064, -59.313, -19.340, 272.362, 182), + (17027482, 'Troll_Artilleryman', 2064, -60.150, -18.702, 278.084, 192), + (17027483, 'Troll_Hammersmith', 2067, -59.578, -17.712, 289.274, 203), + (17027484, 'Troll_Hammersmith', 2067, -59.649, -17.738, 288.015, 200), + (17027485, 'Sarameya', 2059, 322.548, -14.706, -581.653, 233), + (17031169, 'Qiqirn_Mercenary', 2107, 19.915, 9.469, -394.658, 87), + (17031170, 'Qiqirn_Diamantaire', 2106, 27.494, 9.581, -384.026, 218), + (17031171, 'Qiqirn_Mine', 2108, 0.000, 0.000, 0.000, 0), + (17031172, 'Volcanic_Bats', 2126, -39.988, 11.155, -376.391, 136), + (17031173, 'Purgatory_Bat', 2105, -46.471, 11.220, -379.294, 112), + (17031174, 'Troll_Gemologist', 2115, -54.597, 11.173, -378.272, 182), + (17031175, 'Volcanic_Bats', 2126, -58.289, 9.539, -325.582, 211), + (17031176, 'Purgatory_Bat', 2105, -61.379, 9.483, -323.274, 128), + (17031177, 'Troll_Stoneworker', 2123, -70.798, 10.606, -338.718, 60), + (17031178, 'Troll_Lapidarist', 2118, -96.372, 11.336, -335.486, 181), + (17031179, 'Troll_Smelter', 2122, -98.541, 11.247, -324.827, 226), + (17031180, 'Purgatory_Bat', 2105, -116.743, 9.515, -298.647, 253), + (17031181, 'Volcanic_Bats', 2126, -136.316, 16.137, -291.154, 159), + (17031182, 'Volcanic_Bats', 2126, -139.569, 19.570, -259.457, 91), + (17031183, 'Purgatory_Bat', 2105, -138.050, 19.508, -256.802, 37), + (17031184, 'Troll_Stoneworker', 2123, -129.397, 19.660, -224.564, 197), + (17031185, 'Troll_Engraver', 2114, -104.671, 20.376, -218.008, 200), + (17031186, 'Troll_s_Automaton', 2124, -116.059, 21.152, -220.382, 97), + (17031187, 'Troll_Cameist', 2111, -61.992, 9.515, -197.072, 190), + (17031188, 'Troll_Stoneworker', 2123, -59.237, 9.628, -188.438, 102), + (17031189, 'Troll_Ironworker', 2117, -102.044, 21.491, -199.827, 185), + (17031190, 'Troll_Cameist', 2111, -99.443, 21.399, -196.519, 227), + (17031191, 'Earth_Elemental', 2090, -102.311, 21.321, -206.772, 186), + (17031192, 'Black_Pudding', 2085, -190.273, 19.457, -180.082, 239), + (17031193, 'Troll_Smelter', 2122, -173.628, 20.818, -177.829, 242), + (17031194, 'Troll_Lapidarist', 2118, -175.689, 19.732, -144.138, 34), + (17031195, 'Black_Pudding', 2085, -178.349, 20.148, -144.046, 87), + (17031196, 'Black_Pudding', 2085, -181.638, 21.229, -119.331, 119), + (17031197, 'Troll_Engraver', 2114, -180.901, 21.106, -101.008, 79), + (17031198, 'Troll_s_Automaton', 2124, -181.846, 21.098, -100.302, 255), + (17031199, 'Troll_Ironworker', 2117, -220.389, 18.647, -100.097, 254), + (17031200, 'Troll_Gemologist', 2115, -219.888, 21.495, -120.034, 81), + (17031201, 'Wamouracampa', 2128, -287.053, 9.867, -184.264, 166), + (17031202, 'Black_Pudding', 2085, -271.480, 11.121, -177.918, 204), + (17031203, 'Wamouracampa', 2128, -274.768, 11.270, -177.216, 156), + (17031204, 'Troll_Cameist', 2111, -217.361, 19.502, -80.403, 218), + (17031205, 'Troll_Smelter', 2122, -209.201, 19.425, -65.857, 83), + (17031206, 'Troll_Gemologist', 2115, -199.051, 21.446, -61.277, 145), + (17031207, 'Black_Pudding', 2085, -181.690, 21.094, -43.215, 111), + (17031208, 'Troll_Lapidarist', 2118, -176.937, 18.423, -12.740, 49), + (17031209, 'Troll_Ironworker', 2117, -213.306, 19.579, -19.184, 128), + (17031210, 'Troll_Cameist', 2111, -17.330, 10.898, -165.046, 72), + (17031211, 'Black_Pudding', 2085, -21.687, 10.996, -166.583, 116), + (17031212, 'Black_Pudding', 2085, -23.717, 11.229, -117.255, 190), + (17031213, 'Troll_Stoneworker', 2123, -21.628, 10.918, -143.225, 81), + (17031214, 'Volcanic_Bats', 2126, 17.701, 9.463, -194.148, 196), + (17031215, 'Purgatory_Bat', 2105, 21.190, 9.083, -206.688, 57), + (17031216, 'Purgatory_Bat', 2105, 23.252, 6.235, -251.953, 159), + (17031217, 'Magmatic_Eruca', 2101, 62.365, -0.552, -270.637, 78), + (17031218, 'Magmatic_Eruca', 2101, 59.825, -0.401, -255.846, 106), + (17031219, 'Volcanic_Bats', 2126, 58.404, 0.281, -296.515, 214), + (17031220, 'Copper_Borer', 0, 65.405, -4.914, -334.971, 32), + (17031221, 'Purgatory_Bat', 2105, -58.985, 9.232, -101.977, 133), + (17031222, 'Troll_Cameist', 2111, -42.940, 11.254, -99.142, 211), + (17031223, 'Black_Pudding', 2085, -59.264, 9.077, -102.081, 133), + (17031224, 'Troll_Gemologist', 2115, -139.751, -0.503, -86.978, 194), + (17031225, 'Troll_Gemologist', 2115, -126.269, -0.306, -102.526, 126), + (17031226, 'Troll_Lapidarist', 2118, -60.961, 11.332, -74.657, 198), + (17031227, 'Black_Pudding', 2085, -54.608, 9.930, -60.178, 202), + (17031228, 'Troll_Ironworker', 2117, -27.421, 10.605, -61.225, 117), + (17031229, 'Troll_Smelter', 2122, -12.497, 11.149, -63.075, 113), + (17031230, 'Black_Pudding', 2085, -3.065, 11.428, -60.980, 119), + (17031231, 'Troll_Engraver', 2114, 0.308, 11.322, -60.117, 119), + (17031232, 'Troll_s_Automaton', 2124, -10.904, 11.139, -59.658, 165), + (17031233, 'Black_Pudding', 2085, 50.488, 8.208, -21.755, 10), + (17031234, 'Magmatic_Eruca', 2101, 80.787, 9.544, -20.195, 22), + (17031235, 'Magmatic_Eruca', 2101, 61.666, 9.410, -3.463, 60), + (17031236, 'Magmatic_Eruca', 2101, 62.367, 9.754, -13.423, 40), + (17031237, 'Magmatic_Eruca', 2101, 21.978, 9.319, 38.564, 184), + (17031238, 'Magmatic_Eruca', 2101, 16.465, 9.696, 65.591, 211), + (17031239, 'Magmatic_Eruca', 2101, 12.601, 9.492, 64.514, 170), + (17031240, 'Magmatic_Eruca', 2101, -184.450, 19.508, 23.336, 26), + (17031241, 'Troll_Lapidarist', 2118, -185.787, 19.505, 24.225, 187), + (17031242, 'Moblin_Millionaire', 2103, -218.842, 19.509, -182.045, 235), + (17031243, 'Troll_Gemologist', 2115, -35.890, 9.559, -269.105, 214), + (17031244, 'Troll_Engraver', 2114, -42.469, 9.684, -284.989, 150), + (17031245, 'Troll_s_Automaton', 2124, -38.650, 9.574, -275.146, 59), + (17031246, 'Troll_Ironworker', 2117, -48.473, 9.781, -272.423, 168), + (17031247, 'Troll_Lapidarist', 2118, 177.618, -0.432, 286.954, 59), + (17031248, 'Magmatic_Eruca', 2101, 183.152, 9.192, 231.737, 39), + (17031249, 'Magmatic_Eruca', 2101, 181.225, 9.371, 233.423, 159), + (17031250, 'Magmatic_Eruca', 2101, 182.060, -9.869, 225.762, 82), + (17031251, 'Magmatic_Eruca', 2101, 162.860, -10.359, 218.231, 249), + (17031252, 'Magmatic_Eruca', 2101, 204.458, -6.589, 227.072, 201), + (17031253, 'Troll_Stoneworker', 2123, 203.393, -6.315, 184.265, 201), + (17031254, 'Troll_Cameist', 2111, 222.703, -6.459, 182.120, 83), + (17031255, 'Troll_Gemologist', 2115, 225.728, -6.490, 225.848, 90), + (17031256, 'Fire_Elemental', 2093, 226.004, -6.796, 229.440, 196), + (17031257, 'Troll_Lapidarist', 2118, 246.405, -9.918, 180.935, 242), + (17031258, 'Magmatic_Eruca', 2101, 298.383, 8.415, 165.047, 48), + (17031259, 'Magmatic_Eruca', 2101, 203.491, 13.621, 219.797, 187), + (17031260, 'Friar_s_Lantern', 2094, 219.067, 13.523, 259.601, 128), + (17031261, 'Friar_s_Lantern', 2094, 245.805, 9.497, 258.777, 132), + (17031262, 'Wamouracampa', 2128, 259.731, 9.855, 254.424, 188), + (17031263, 'Friar_s_Lantern', 2094, 271.343, 3.520, 223.863, 146), + (17031264, 'Wamouracampa', 2128, 278.332, 0.666, 220.843, 129), + (17031265, 'Friar_s_Lantern', 2094, 340.296, -0.857, 272.736, 205), + (17031266, 'Troll_Cameist', 2111, 338.852, -0.875, 271.359, 187), + (17031267, 'Troll_Gemologist', 2115, 455.977, 9.723, 219.862, 64), + (17031268, 'Volcanic_Bats', 2126, 422.510, 6.742, 216.325, 7), + (17031269, 'Qiqirn_Mercenary', 2107, 459.921, 9.477, 201.813, 159), + (17031270, 'Volcanic_Bats', 2126, 420.900, -0.248, 170.390, 73), + (17031271, 'Volcanic_Bats', 2126, 424.743, -1.699, 170.287, 228), + (17031272, 'Purgatory_Bat', 2105, 421.196, -1.192, 149.438, 32), + (17031273, 'Purgatory_Bat', 2105, 424.213, -0.387, 99.938, 188), + (17031274, 'Magmatic_Eruca', 2101, 423.659, -0.355, 97.293, 89), + (17031275, 'Magmatic_Eruca', 2101, 381.563, -0.614, 102.034, 6), + (17031276, 'Magmatic_Eruca', 2101, 372.375, -0.102, 97.074, 55), + (17031277, 'Magmatic_Eruca', 2101, 333.871, 4.918, 97.272, 155), + (17031278, 'Magmatic_Eruca', 2101, 307.000, 9.099, 21.881, 253), + (17031279, 'Magmatic_Eruca', 2101, 299.309, 9.700, 14.164, 249), + (17031280, 'Magmatic_Eruca', 2101, 177.206, 9.345, 78.758, 61), + (17031281, 'Magmatic_Eruca', 2101, 176.989, 9.208, 81.641, 188), + (17031282, 'Magmatic_Eruca', 2101, 142.051, -7.173, 109.647, 35), + (17031283, 'Magmatic_Eruca', 2101, 140.556, -8.340, 111.468, 160), + (17031284, 'Magmatic_Eruca', 2101, 157.652, 9.546, 18.899, 9), + (17031285, 'Magmatic_Eruca', 2101, 149.462, 9.559, 21.001, 143), + (17031286, 'Magmatic_Eruca', 2101, 106.279, 13.484, 19.623, 124), + (17031287, 'Friar_s_Lantern', 2094, 116.040, 13.396, 15.516, 201), + (17031288, 'Friar_s_Lantern', 2094, 100.580, 13.551, -20.543, 253), + (17031289, 'Friar_s_Lantern', 2094, 116.875, 13.600, -16.120, 87), + (17031290, 'Fire_Elemental', 2093, 316.119, -0.328, 240.585, 252), + (17031291, 'Troll_Lapidarist', 2118, 323.329, -0.469, 235.995, 165), + (17031292, 'Troll_Gemologist', 2115, 362.751, -0.545, 241.103, 215), + (17031293, 'Troll_Stoneworker', 2123, 355.613, -1.096, 226.129, 112), + (17031294, 'Troll_Ironworker', 2117, 289.842, 9.482, 130.854, 3), + (17031295, 'Troll_Cameist', 2111, 298.005, 9.485, 96.407, 34), + (17031296, 'Troll_Engraver', 2114, 296.638, 9.490, 98.083, 32), + (17031297, 'Troll_s_Automaton', 2124, 291.207, 9.509, 69.469, 5), + (17031298, 'Troll_Gemologist', 2115, 240.236, 9.804, 42.917, 171), + (17031299, 'Troll_Lapidarist', 2118, 235.430, 9.270, 31.992, 92), + (17031300, 'Magmatic_Eruca', 2101, 196.273, 9.555, 42.020, 100), + (17031301, 'Magmatic_Eruca', 2101, 208.714, 9.677, 38.832, 139), + (17031302, 'Troll_Engraver', 2114, 203.129, 9.865, 36.989, 166), + (17031303, 'Troll_s_Automaton', 2124, -440.577, 19.422, 142.158, 124), + (17031304, 'Wamouracampa', 2128, -369.373, 19.461, 140.090, 110), + (17031305, 'Wamouracampa', 2128, -363.069, 19.488, 142.127, 156), + (17031306, 'Wamouracampa', 2128, -385.877, 20.049, 142.518, 254), + (17031307, 'Earth_Elemental', 2090, -371.502, 19.244, 140.750, 62), + (17031308, 'Wamouracampa', 2128, -379.732, 18.893, 133.608, 1), + (17031309, 'Black_Pudding', 2085, -342.458, 19.246, 101.174, 250), + (17031310, 'Wamouracampa', 2128, -344.318, 19.881, 100.907, 162), + (17031311, 'Wamouracampa', 2128, -348.376, 21.050, 94.951, 154), + (17031312, 'Flammeri', 0, -340.766, 19.274, 66.116, 61), + (17031313, 'Black_Pudding', 2085, -300.185, 19.456, 116.487, 72), + (17031314, 'Wamouracampa', 2128, -296.899, 19.693, 101.177, 234), + (17031315, 'Wamouracampa', 2128, -254.473, 19.599, 96.958, 49), + (17031316, 'Wamouracampa', 2128, -261.515, 19.604, 103.486, 251), + (17031317, 'Friar_s_Lantern', 2094, -283.769, 9.948, 138.526, 117), + (17031318, 'Friar_s_Lantern', 2094, -270.433, 8.833, 139.342, 34), + (17031319, 'Wamouracampa', 2128, -51.294, 17.595, 417.047, 117), + (17031320, 'Wamouracampa', 2128, 95.080, -0.217, 337.514, 61), + (17031321, 'Wamouracampa', 2128, 94.641, -0.200, 337.118, 5), + (17031322, 'Magmatic_Eruca', 2101, 101.466, -0.078, 334.957, 17), + (17031323, 'Magmatic_Eruca', 2101, 107.750, -1.112, 337.074, 126), + (17031324, 'Magmatic_Eruca', 2101, 102.173, -10.944, 228.679, 205), + (17031325, 'Earth_Elemental', 2090, 102.523, -10.889, 231.988, 54), + (17031326, 'Magmatic_Eruca', 2101, 81.959, -10.516, 258.803, 34), + (17031327, 'Magmatic_Eruca', 2101, 99.998, -3.987, 301.912, 81), + (17031328, 'Magmatic_Eruca', 2101, 101.640, -10.371, 272.385, 61), + (17031329, 'Magmatic_Eruca', 2101, -256.952, 19.036, 18.185, 96), + (17031330, 'Magmatic_Eruca', 2101, -214.999, 19.740, 16.419, 68), + (17031331, 'Wamouracampa', 2128, -209.786, 19.026, 23.088, 30), + (17031332, 'Friar_s_Lantern', 2094, -30.028, 9.497, 345.778, 194), + (17031333, 'Friar_s_Lantern', 2094, -28.278, 9.500, 355.355, 189), + (17031334, 'Wamouracampa', 2128, -25.357, 9.518, 352.628, 166), + (17031335, 'Wamoura', 2127, -23.974, 9.488, 338.396, 27), + (17031336, 'Wamouracampa', 2128, -31.885, 9.493, 340.232, 164), + (17031337, 'Wamoura', 2127, 5.300, 7.533, 342.018, 255), + (17031338, 'Wamouracampa', 2128, 12.065, 5.615, 339.104, 15), + (17031339, 'Wamoura', 2127, 27.090, 2.223, 337.044, 104), + (17031340, 'Wamouracampa', 2128, 52.517, -0.118, 336.910, 65), + (17031341, 'Wamouracampa', 2128, 147.342, -0.573, 322.738, 204), + (17031342, 'Wamoura', 2127, 148.554, -0.587, 320.037, 21), + (17031343, 'Troll_Engraver', 2114, 166.454, -0.501, 322.482, 156), + (17031344, 'Troll_s_Automaton', 2124, 161.887, -0.492, 316.717, 197), + (17031345, 'Troll_Ironworker', 2117, -54.250, 9.538, 261.525, 225), + (17031346, 'Troll_Cameist', 2111, -278.796, 19.459, 43.625, 145), + (17031347, 'Troll_Gemologist', 2115, -289.095, 19.698, 34.346, 216), + (17031348, 'Troll_Cameist', 2111, -273.924, 20.093, 24.642, 253), + (17031349, 'Moblin_Billionaire', 2102, -280.657, 20.288, 23.085, 114), + (17031350, 'Troll_Gemologist', 2115, -285.124, 19.127, 4.294, 197), + (17031351, 'Troll_Lapidarist', 2118, -278.422, 19.654, 1.755, 142), + (17031352, 'Troll_Ironworker', 2117, -311.852, 19.912, 0.449, 5), + (17031353, 'Troll_Smelter', 2122, -309.197, 19.892, -2.814, 152), + (17031354, 'Troll_Engraver', 2114, -317.114, 19.438, 8.803, 236), + (17031355, 'Troll_s_Automaton', 2124, 118.426, -10.722, 194.349, 100), + (17031356, 'Moblin_Billionaire', 2102, 115.955, -10.492, 202.828, 75), + (17031357, 'Troll_Ironworker', 2117, 94.041, -9.633, 200.244, 60), + (17031358, 'Troll_Cameist', 2111, 95.986, -9.552, 198.291, 148), + (17031359, 'Troll_Engraver', 2114, 77.198, -10.496, 200.190, 99), + (17031360, 'Troll_s_Automaton', 2124, 76.091, -10.641, 193.153, 236), + (17031361, 'Troll_Stoneworker', 2123, 127.001, -10.301, 185.966, 17), + (17031362, 'Moblin_Millionaire', 2103, 114.952, -10.387, 160.247, 77), + (17031363, 'Troll_Gemologist', 2115, 122.782, -10.484, 160.851, 15), + (17031364, 'Troll_Smelter', 2122, -89.805, -10.499, 234.209, 189), + (17031365, 'Troll_Ironworker', 2117, -27.775, -10.415, 225.233, 188), + (17031366, 'Troll_Artilleryman', 2110, -69.850, -10.505, 228.401, 67), + (17031367, 'Troll_Combatant', 2112, -55.342, -10.481, 234.368, 246), + (17031368, 'Troll_Targeteer', 2125, -503.098, -23.613, 414.043, 64), + (17031369, 'Friar_s_Lantern', 2094, -474.463, -16.486, 392.102, 74), + (17031370, 'Wamouracampa', 2128, -477.007, -16.499, 383.491, 203), + (17031371, 'Friar_s_Lantern', 2094, -455.217, -16.456, 409.965, 65), + (17031372, 'Friar_s_Lantern', 2094, -455.301, -16.530, 409.321, 193), + (17031373, 'Friar_s_Lantern', 2094, -430.383, -23.412, 416.523, 161), + (17031374, 'Friar_s_Lantern', 2094, -539.377, 8.691, 210.486, 53), + (17031375, 'Wamouracampa', 2128, -541.911, 9.604, 224.735, 134), + (17031376, 'Ebony_Pudding', 2091, -500.600, -0.049, 261.223, 104), + (17031377, 'Ebony_Pudding', 2091, -476.660, 3.421, 263.961, 193), + (17031378, 'Ebony_Pudding', 2091, -476.706, 3.423, 263.714, 202), + (17031379, 'Friar_s_Lantern', 2094, -455.623, 3.595, 255.829, 186), + (17031380, 'Fire_Elemental', 2093, -499.573, 9.465, 197.286, 5), + (17031381, 'Friar_s_Lantern', 2094, -498.963, 9.437, 200.867, 226), + (17031382, 'Ebony_Pudding', 2091, -509.270, 9.603, 138.771, 157), + (17031383, 'Ebony_Pudding', 2091, -501.764, 9.589, 133.431, 232), + (17031384, 'Friar_s_Lantern', 2094, -348.092, 9.547, 179.200, 249), + (17031385, 'Friar_s_Lantern', 2094, -361.100, 9.497, 180.665, 248), + (17031386, 'Friar_s_Lantern', 2094, -456.800, 3.627, 382.568, 192), + (17031387, 'Friar_s_Lantern', 2094, -453.576, 3.594, 367.246, 51), + (17031388, 'Friar_s_Lantern', 2094, -380.633, -0.382, 253.348, 179), + (17031389, 'Friar_s_Lantern', 2094, -472.197, 3.508, 357.071, 206), + (17031390, 'Friar_s_Lantern', 2094, -472.011, 3.499, 357.679, 61), + (17031391, 'Friar_s_Lantern', 2094, -496.945, -0.587, 360.195, 211), + (17031392, 'Fire_Elemental', 2093, -497.133, -0.497, 361.664, 32), + (17031393, 'Ebony_Pudding', 2091, -257.595, 9.538, 242.892, 65), + (17031394, 'Ebony_Pudding', 2091, -257.527, 9.621, 246.878, 193), + (17031395, 'Friar_s_Lantern', 2094, -266.262, 13.403, 284.490, 7), + (17031396, 'Friar_s_Lantern', 2094, -186.128, -0.680, 292.494, 148), + (17031397, 'Friar_s_Lantern', 2094, -173.412, -6.308, 286.956, 138), + (17031398, 'Friar_s_Lantern', 2094, -180.653, -2.570, 289.471, 148), + (17031399, 'Friar_s_Lantern', 2094, 0.000, 0.000, 0.000, 0), + (17031400, 'Fire_Elemental', 2093, -147.702, -10.299, 260.760, 145), + (17031401, 'Big_Bomb', 2084, -143.323, -10.231, 259.039, 18), + (17031402, 'Troll_Machinist', 2119, -140.457, -10.516, 260.121, 137), + (17031403, 'Troll_s_Automaton', 2124, -141.732, -10.481, 250.667, 60), + (17031404, 'Troll_Scrimer', 2121, -170.989, -11.289, 219.349, 0), + (17031405, 'Troll_Grenadier', 2116, -137.387, -10.830, 220.232, 144), + (17031406, 'Troll_Targeteer', 2125, -181.568, -3.574, 176.179, 79), + (17031407, 'Troll_Cuirasser', 2113, -196.492, -0.464, 139.056, 64), + (17031408, 'Troll_Artilleryman', 2110, -193.997, -0.497, 140.210, 12), + (17031409, 'Friar_s_Lantern', 2094, -295.864, 7.075, 386.079, 121), + (17031410, 'Friar_s_Lantern', 2094, -289.116, 8.528, 380.425, 133), + (17031411, 'Ebony_Pudding', 2091, -529.961, 7.552, 22.053, 143), + (17031412, 'Ebony_Pudding', 2091, -499.805, 19.553, -13.978, 177), + (17031413, 'Ebony_Pudding', 2091, -508.653, 19.548, -59.953, 112), + (17031414, 'Ebony_Pudding', 2091, -540.639, 9.916, -82.226, 73), + (17031415, 'Ebony_Pudding', 2091, -483.958, 19.486, -32.278, 221), + (17031416, 'Ebony_Pudding', 2091, -472.953, 19.822, -43.234, 253), + (17031417, 'Antares', 2082, -536.706, -10.433, 339.088, 44), + (17031418, 'Antares', 2082, -399.748, -0.586, 361.037, 94), + (17031419, 'Troll_Targeteer', 2125, -405.503, -0.298, 354.889, 47), + (17031420, 'Troll_Targeteer', 2125, -373.490, 0.432, 355.336, 42), + (17031421, 'Troll_Cuirasser', 2113, -375.404, -0.021, 363.026, 218), + (17031422, 'Troll_Artilleryman', 2110, -351.077, -0.039, 361.248, 30), + (17031423, 'Ebony_Pudding', 2091, -370.709, 0.336, 352.600, 49), + (17031424, 'Troll_Combatant', 2112, -369.257, 0.252, 353.115, 203), + (17031425, 'Troll_Machinist', 2119, -391.963, -0.184, 321.543, 183), + (17031426, 'Troll_s_Automaton', 2124, -391.344, -0.326, 318.281, 163), + (17031427, 'Troll_Scrimer', 2121, -404.847, -0.438, 322.396, 82), + (17031428, 'Ebony_Pudding', 2091, -400.626, -0.435, 328.657, 222), + (17031429, 'Troll_Grenadier', 2116, -413.264, -0.837, 288.393, 62), + (17031430, 'Ebony_Pudding', 2091, -401.941, -0.441, 288.106, 113), + (17031431, 'Antares', 2082, -317.397, 9.373, 211.918, 199), + (17031432, 'Antares', 2082, -322.540, 9.549, 211.369, 179), + (17031433, 'Troll_Artilleryman', 2110, -317.465, 9.660, 205.581, 71), + (17031434, 'Friar_s_Lantern', 2094, -320.451, 9.602, 198.391, 198), + (17031435, 'Friar_s_Lantern', 2094, -319.752, 10.068, 192.856, 102), + (17031436, 'Troll_Combatant', 2112, -279.578, 9.803, 206.937, 177), + (17031437, 'Troll_Scrimer', 2121, -277.894, 9.684, 209.009, 59), + (17031438, 'Troll_Machinist', 2119, -285.221, 9.340, 188.297, 248), + (17031439, 'Troll_s_Automaton', 2124, -286.384, 9.469, 188.095, 109), + (17031440, 'Mythril_Mouth_Monamaq', 2104, -284.489, 9.373, 188.170, 113), + (17031441, 'Troll_Mythril_Guard', 2120, -280.546, 9.855, 447.419, 92), + (17031442, 'Troll_Mythril_Guard', 2120, -283.990, 9.399, 443.130, 90), + (17031443, 'Troll_Grenadier', 2116, -280.572, 9.885, 439.017, 219), + (17031444, 'Antares', 2082, -280.345, 9.561, 428.096, 65), + (17031445, 'Antares', 2082, -260.215, 10.080, 430.503, 70), + (17031446, 'Kirlirger_the_Abhorrent', 2100, -250.667, 9.739, 430.127, 20), + (17031447, 'Antares', 2082, -245.082, 9.505, 443.662, 164), + (17031448, 'Troll_Cuirasser', 2113, -342.912, 19.571, 138.607, 163), + (17031449, 'Antares', 2082, -208.268, 9.614, 457.153, 118), + (17031450, 'Troll_Stoneworker', 2123, -201.053, 9.498, 458.808, 121), + (17031451, 'Ebony_Pudding', 2091, -137.100, 11.386, 446.266, 195), + (17031452, 'Ebony_Pudding', 2091, -158.017, 11.429, 458.094, 143), + (17031453, 'Ebony_Pudding', 2091, -150.071, 10.304, 455.602, 93), + (17031454, 'Antares', 2082, -178.255, 9.748, 408.495, 73), + (17031455, 'Earth_Elemental', 2090, -164.585, 9.491, 419.736, 250), + (17031456, 'Ebony_Pudding', 2091, -139.052, 8.552, 418.258, 190), + (17031457, 'Ebony_Pudding', 2091, -251.629, 9.486, 344.222, 81), + (17031458, 'Antares', 2082, -139.392, 9.496, 321.796, 1), + (17031459, 'Ebony_Pudding', 2091, -140.112, 9.899, 336.429, 181), + (17031460, 'Ebony_Pudding', 2091, -138.980, 13.322, 285.560, 152), + (17031461, 'Ebony_Pudding', 2091, -139.167, 13.420, 303.878, 99), + (17031462, 'Friar_s_Lantern', 2094, -139.272, 9.969, 261.813, 205), + (17031463, 'Fire_Elemental', 2093, -139.665, 9.930, 261.413, 204), + (17031464, 'Friar_s_Lantern', 2094, 18.275, -10.387, 215.194, 109), + (17031465, 'Friar_s_Lantern', 2094, 25.984, -10.569, 225.542, 169), + (17031466, 'Friar_s_Lantern', 2094, -61.272, -10.742, 209.965, 62), + (17031467, 'Friar_s_Lantern', 2094, -48.598, -11.909, 177.701, 203), + (17031468, 'Troll_Artilleryman', 2110, -237.054, 9.755, 367.657, 153), + (17031469, 'Troll_Cuirasser', 2113, -232.543, 9.637, 354.679, 184), + (17031470, 'Antares', 2082, -245.868, 9.523, 357.415, 228), + (17031471, 'Troll_Machinist', 2119, -203.951, 9.648, 369.352, 146), + (17031472, 'Troll_s_Automaton', 2124, -193.195, 9.518, 356.990, 23), + (17031473, 'Troll_Scrimer', 2121, -102.851, -10.534, 264.593, 227), + (17031474, 'Antares', 2082, -106.083, -10.472, 256.673, 132), + (17031475, 'Troll_Targeteer', 2125, -135.749, 9.532, 217.819, 2), + (17031476, 'Moblin_Millionaire', 2103, -224.432, -10.746, 222.514, 114), + (17031477, 'Troll_Artilleryman', 2110, -224.812, -10.487, 214.418, 9), + (17031478, 'Troll_Machinist', 2119, -225.158, -10.507, 212.777, 69), + (17031479, 'Troll_s_Automaton', 2124, -282.504, 19.463, 46.862, 148), + (17031480, 'Moblin_Billionaire', 2102, 116.233, -10.173, 162.353, 232), + (17031481, 'Farlarder_the_Shrewd', 2092, -92.032, -10.417, 222.387, 73), + (17031482, 'Dorgerwor_the_Astute', 2089, -54.246, -10.473, 230.946, 223), + (17031483, 'Troll_Targeteer', 2125, -52.332, -10.479, 226.754, 187), + (17031484, 'Troll_Scrimer', 2121, -27.502, -10.394, 222.139, 61), + (17031485, 'Troll_Grenadier', 2116, 655.143, 25.904, 103.811, 7), + (17031486, 'Troll_Artilleryman', 2110, 529.731, 29.555, 60.053, 255), + (17031487, 'Troll_Combatant', 2112, 493.694, 29.536, 63.234, 166), + (17031488, 'Friar_s_Lantern', 2094, 459.800, 31.310, 7.947, 70), + (17031489, 'Friar_s_Lantern', 2094, 463.892, 31.125, 4.205, 58), + (17031490, 'Troll_Grenadier', 2116, 460.745, 29.506, -34.524, 138), + (17031491, 'Troll_Targeteer', 2125, 459.038, 29.154, -31.273, 186), + (17031492, 'Troll_Cuirasser', 2113, 488.475, 31.212, -18.119, 241), + (17031493, 'Troll_Artilleryman', 2110, 502.680, 31.030, -47.499, 209), + (17031494, 'Troll_Targeteer', 2125, 577.840, 29.627, -24.693, 139), + (17031495, 'Troll_Grenadier', 2116, 588.997, 29.063, -18.436, 219), + (17031496, 'Friar_s_Lantern', 2094, 522.610, 31.515, -59.828, 52), + (17031497, 'Friar_s_Lantern', 2094, 501.070, 29.403, -76.193, 90), + (17031498, 'Troll_Scrimer', 2121, 496.075, 29.614, -104.810, 142), + (17031499, 'Friar_s_Lantern', 2094, 446.818, 29.473, -139.689, 130), + (17031500, 'Troll_Cuirasser', 2113, 450.283, 29.106, -174.644, 227), + (17031501, 'Troll_Artilleryman', 2110, 463.102, 29.619, -178.346, 58), + (17031502, 'Troll_Combatant', 2112, 442.298, 29.470, -180.534, 251), + (17031503, 'Troll_Machinist', 2119, 365.938, 29.510, -259.047, 122), + (17031504, 'Troll_s_Automaton', 2124, 235.267, 29.584, -259.767, 130), + (17031505, 'Friar_s_Lantern', 2094, 217.058, 29.424, -249.400, 109), + (17031506, 'Friar_s_Lantern', 2094, 218.227, 30.232, -119.386, 196), + (17031507, 'Ebony_Pudding', 2091, 220.476, 31.772, -113.207, 92), + (17031508, 'Friar_s_Lantern', 2094, 257.516, 41.317, -83.141, 121), + (17031509, 'Ebony_Pudding', 2091, 258.192, 41.036, -82.379, 221), + (17031510, 'Ebony_Pudding', 2091, 276.881, 41.406, -59.750, 168), + (17031511, 'Troll_Artilleryman', 2110, 300.197, 38.647, -61.220, 4), + (17031512, 'Ebony_Pudding', 2091, 284.111, 41.022, -63.997, 118), + (17031513, 'Troll_Machinist', 2119, 357.055, 29.623, -61.641, 201), + (17031514, 'Troll_s_Automaton', 2124, 369.587, 29.553, -62.904, 2), + (17031515, 'Ebony_Pudding', 2091, 300.519, 29.364, -272.600, 189), + (17031516, 'Ebony_Pudding', 2091, 302.108, 28.495, -286.147, 164), + (17031517, 'Friar_s_Lantern', 2094, 301.663, 27.794, -326.135, 58), + (17031518, 'Troll_Targeteer', 2125, 296.086, 23.891, -340.032, 73), + (17031519, 'Friar_s_Lantern', 2094, 605.038, 29.798, 86.692, 254), + (17031520, 'Troll_Cuirasser', 2113, 593.282, 29.494, 81.551, 116), + (17031521, 'Troll_Combatant', 2112, 581.938, 29.779, 84.216, 131), + (17031522, 'Antares', 2082, 554.199, 29.831, 82.011, 148), + (17031523, 'Friar_s_Lantern', 2094, 558.769, 29.614, 70.736, 41), + (17031524, 'Antares', 2082, 557.880, 29.624, 73.947, 50), + (17031525, 'Troll_Machinist', 2119, 608.705, 29.761, 53.434, 109), + (17031526, 'Troll_s_Automaton', 2124, 596.622, 30.218, 56.359, 212), + (17031527, 'Friar_s_Lantern', 2094, 609.098, 29.331, 32.103, 69), + (17031528, 'Antares', 2082, 435.069, 29.518, -74.468, 179), + (17031529, 'Troll_Scrimer', 2121, 439.120, 29.504, -75.829, 174), + (17031530, 'Troll_Grenadier', 2116, 433.122, 29.892, -84.005, 251), + (17031531, 'Friar_s_Lantern', 2094, 401.050, 29.519, -87.375, 146), + (17031532, 'Troll_Targeteer', 2125, 398.869, 30.456, -98.881, 60), + (17031533, 'Dahak', 2087, 397.740, 29.473, -118.962, 91), + (17031534, 'Friar_s_Lantern', 2094, 402.271, 29.407, -126.620, 149), + (17031535, 'Troll_Cuirasser', 2113, 404.404, 29.360, -128.443, 7), + (17031536, 'Antares', 2082, 402.536, 30.002, -149.776, 42), + (17031537, 'Troll_Artilleryman', 2110, 400.167, 30.369, -137.393, 75), + (17031538, 'Troll_Combatant', 2112, 402.039, 30.413, -143.268, 38), + (17031539, 'Friar_s_Lantern', 2094, 405.963, 29.542, -158.980, 193), + (17031540, 'Troll_Machinist', 2119, 395.146, 29.562, -160.051, 12), + (17031541, 'Troll_s_Automaton', 2124, 402.529, 29.349, -193.174, 186), + (17031542, 'Antares', 2082, 396.498, 29.325, -191.362, 178), + (17031543, 'Friar_s_Lantern', 2094, 409.360, 29.406, -248.112, 216), + (17031544, 'Troll_Scrimer', 2121, 398.819, 29.564, -236.803, 148), + (17031545, 'Troll_Grenadier', 2116, 331.531, 29.505, -248.258, 64), + (17031546, 'Troll_Targeteer', 2125, 302.789, 29.531, -255.315, 127), + (17031547, 'Troll_Cuirasser', 2113, 304.620, 29.506, -251.661, 98), + (17031548, 'Troll_Artilleryman', 2110, 303.646, 29.493, -251.651, 247), + (17031549, 'Troll_Combatant', 2112, 269.169, 29.581, -256.524, 207), + (17031550, 'Troll_Machinist', 2119, 201.734, 29.499, -199.513, 246), + (17031551, 'Troll_s_Automaton', 2124, 201.493, 29.917, -194.151, 210), + (17031552, 'Troll_Scrimer', 2121, 193.472, 29.577, -197.939, 231), + (17031553, 'Troll_Targeteer', 2125, 204.760, 29.069, -163.481, 10), + (17031554, 'Troll_Cuirasser', 2113, -45.772, -15.929, 50.843, 69), + (17031555, 'Friar_s_Lantern', 2094, -68.771, -16.479, 52.034, 18), + (17031556, 'Troll_Artilleryman', 2110, -87.267, -15.532, 33.738, 220), + (17031557, 'Troll_Scrimer', 2121, -90.325, -15.727, 30.121, 228), + (17031558, 'Troll_Scrimer', 2121, -17.496, -16.499, 27.487, 203), + (17031559, 'Troll_Cuirasser', 2113, -27.514, -15.968, 29.238, 22), + (17031560, 'Troll_Cuirasser', 2113, -57.326, -16.618, 30.144, 174), + (17031561, 'Troll_Combatant', 2112, -64.150, -16.500, 37.521, 134), + (17031562, 'Troll_Combatant', 2112, 0.000, 0.000, 0.000, 0), + (17031563, 'Troll_Targeteer', 2125, 0.000, 0.000, 0.000, 0), + (17031564, 'Troll_Targeteer', 2125, 0.000, 0.000, 0.000, 0), + (17031565, 'Chiliarch_Gordarvor', 2086, 244.736, 9.609, 35.778, 142), + (17031566, 'Hetairoi_Vuryargur', 2096, 76.800, -10.655, 208.697, 176), + (17031567, 'Hetairoi_Zarwarkur', 2097, -52.487, 9.378, -278.094, 68), + (17031568, 'Archaic_Mirror', 2083, -307.698, 20.485, 1.280, 168), + (17031569, 'Archaic_Mirror', 2083, -399.518, -0.500, 278.460, 3), + (17031570, 'Archaic_Mirror', 2083, 159.932, -0.220, 309.118, 183), + (17031571, 'Archaic_Mirror', 2083, -477.384, 19.747, -33.054, 89), + (17031572, 'Archaic_Mirror', 2083, -201.007, 9.501, 355.383, 189), + (17031573, 'Archaic_Mirror', 2083, 234.783, 9.537, 35.281, 126), + (17031574, 'Archaic_Mirror', 2083, 237.007, 9.409, 28.991, 213), + (17031575, 'Archaic_Mirror', 2083, 83.849, -10.741, 204.371, 40), + (17031576, 'Hilltroll_Mirror_Guard', 2099, 88.519, -10.288, 206.014, 34), + (17031577, 'Woodtroll_Mirror_Guard', 2131, -33.595, 9.566, -279.727, 220), + (17031578, 'Hilltroll_Mirror_Guard', 2099, -49.703, 9.518, -277.651, 109), + (17031579, 'Woodtroll_Mirror_Guard', 2131, -325.638, 19.700, 5.475, 137), + (17031580, 'Hilltroll_Mirror_Guard', 2099, -319.979, 19.512, 4.135, 35), + (17031581, 'Woodtroll_Mirror_Guard', 2131, -403.607, -0.378, 274.049, 5), + (17031582, 'Hilltroll_Mirror_Guard', 2099, -398.870, -0.424, 283.941, 145), + (17031583, 'Woodtroll_Mirror_Guard', 2131, 169.243, -0.775, 314.196, 164), + (17031584, 'Hilltroll_Mirror_Guard', 2099, 164.085, -0.411, 309.486, 114), + (17031585, 'Woodtroll_Mirror_Guard', 2131, -480.062, 19.432, -41.579, 5), + (17031586, 'Hilltroll_Mirror_Guard', 2099, -475.973, 19.461, -38.513, 181), + (17031587, 'Woodtroll_Mirror_Guard', 2131, -193.520, 9.583, 361.682, 21), + (17031588, 'Hilltroll_Mirror_Guard', 2099, -199.185, 9.723, 363.917, 39), + (17031589, 'Woodtroll_Mirror_Guard', 2131, -60.000, -24.200, 2.000, 192), + (17031590, 'Hilltroll_Mirror_Guard', 2099, 0.000, 0.000, 0.000, 0), + (17031591, 'Woodtroll_Mirror_Guard', 2131, 0.000, 0.000, 0.000, 0), + (17031592, 'Gurfurlur_the_Menacing', 2095, -59.000, -23.000, 3.000, 195), + (17031593, 'Hilltroll_Elite_Guard', 2098, -57.000, -23.000, 5.000, 195), + (17031594, 'Hilltroll_Elite_Guard', 2098, -57.000, -23.000, 5.000, 195), + (17031595, 'Woodtroll_Elite_Guard', 2130, -62.000, -23.000, 5.000, 195), + (17031596, 'Woodtroll_Elite_Guard', 2130, -62.000, -23.000, 5.000, 195), + (17031597, 'Wheel_Wamoura', 2129, 0.000, 0.000, 0.000, 0), + (17031598, 'Dextrose', 2088, -144.000, 11.000, 464.000, 48), + (17031599, 'Reacton', 2109, 18.000, -9.000, 213.000, 224), + (17031600, 'Achamoth', 2079, -34.000, 10.000, 336.000, 238), + (17031601, 'Achamothcampa', 2080, -33.000, 10.000, 336.000, 238), + (17031602, 'Achamothcampa', 2080, -35.000, 10.000, 336.000, 238), + (17031603, 'Achamoth_Nympha', 2081, -33.000, 10.000, 336.000, 238), + (17031604, 'Achamoth_Nympha', 2081, -35.000, 10.000, 336.000, 238), + (17043457, 'Suhur_Mas', 2223, 0.000, 0.000, 0.000, 0), + (17043458, 'Suhur_Mas', 2223, 0.000, 0.000, 0.000, 0), + (17043459, 'Mamool_Ja_Bloodsucker', 2183, 0.000, 0.000, 0.000, 0), + (17043460, 'Mamook_Mush', 2181, 0.000, 0.000, 0.000, 0), + (17043461, 'Mamook_Crab', 2180, 0.000, 0.000, 0.000, 0), + (17043462, 'Mamool_Ja_Mimicker', 2193, 377.193, -15.538, -260.668, 246), + (17043463, 'Hunting_Raptor', 2178, 319.555, -3.836, -248.520, 30), + (17043464, 'Hunting_Raptor', 2178, 319.844, -3.835, -245.466, 183), + (17043465, 'Hunting_Raptor', 2178, 308.294, -3.931, -240.199, 202), + (17043466, 'Venomfang', 0, 0.000, 0.000, 0.000, 0), + (17043467, 'Hunting_Raptor', 2178, 315.200, -3.618, -207.531, 188), + (17043468, 'Hunting_Raptor', 2178, 332.040, -3.851, -202.487, 216), + (17043469, 'Colibri', 2171, 326.689, -3.742, -208.678, 86), + (17043470, 'Colibri', 2171, 0.000, 0.000, 0.000, 0), + (17043471, 'Mamool_Ja_Zenist', 2206, 337.722, -12.386, -263.579, 161), + (17043472, 'Mamool_Ja_Savant', 2197, 295.658, -12.348, -258.343, 213), + (17043473, 'Mamool_Ja_Sophist', 2198, 300.928, -12.262, -180.927, 47), + (17043474, 'Mamool_Ja_Bounder', 2185, 342.460, -12.435, -179.400, 221), + (17043475, 'Mamool_Ja_Mimicker', 2193, 338.402, -11.263, -221.273, 39), + (17043476, 'Colibri', 2171, 348.482, -11.352, -222.502, 3), + (17043477, 'Mamool_Ja_Strapper', 2201, 330.140, -5.368, -217.872, 42), + (17043478, 'Mamool_Ja_s_Lizard', 2202, 332.529, -7.407, -222.452, 174), + (17043479, 'Carriage_Lizard', 2169, 335.206, -6.462, -139.112, 152), + (17043480, 'Carriage_Lizard', 2169, 308.808, -0.776, -140.532, 132), + (17043481, 'Mamool_Ja_Zenist', 2206, 220.293, 14.009, -166.162, 64), + (17043482, 'Mamool_Ja_Zenist', 2206, 237.575, 14.358, -206.391, 150), + (17043483, 'Mamool_Ja_Savant', 2197, 242.202, 14.331, -196.030, 23), + (17043484, 'Mamool_Ja_Sophist', 2198, 245.493, 14.271, -197.686, 25), + (17043485, 'Ziz', 2228, 232.861, 14.290, -239.674, 127), + (17043486, 'Ziz', 2228, 242.580, 14.086, -248.770, 143), + (17043487, 'Ziz', 2228, 207.710, 14.263, -202.225, 241), + (17043488, 'Ziz', 2228, 210.435, 14.336, -197.230, 212), + (17043489, 'Ziz', 2228, 203.815, 14.288, -244.966, 102), + (17043490, 'Ziz', 2228, 0.000, 0.000, 0.000, 0), + (17043491, 'Ziz', 2228, 202.255, 14.308, -296.150, 220), + (17043492, 'Mamool_Ja_Savant', 2197, 200.825, 14.366, -311.397, 3), + (17043493, 'Mamool_Ja_Sophist', 2198, 202.018, 14.240, -328.705, 172), + (17043494, 'Ziz', 2228, 173.419, 14.276, -313.898, 79), + (17043495, 'Ziz', 2228, 178.695, 14.357, -323.707, 101), + (17043496, 'Suhur_Mas', 2223, 208.645, 15.699, -252.735, 112), + (17043497, 'Suhur_Mas', 2223, 220.307, 15.698, -197.431, 170), + (17043498, 'Suhur_Mas', 2223, 222.046, 15.699, -193.154, 211), + (17043499, 'Suhur_Mas', 2223, 238.820, 15.685, -185.415, 146), + (17043500, 'Colibri', 2171, 199.916, 14.348, -185.266, 183), + (17043501, 'Colibri', 2171, 234.645, 14.454, -235.865, 175), + (17043502, 'Colibri', 2171, 184.933, 14.391, -242.019, 190), + (17043503, 'Colibri', 2171, 208.050, 14.258, -290.529, 124), + (17043504, 'Colibri', 2171, 161.668, 14.250, -328.189, 204), + (17043505, 'Mamool_Ja_Spearman', 2199, 166.546, 14.483, -318.082, 193), + (17043506, 'Mamool_Ja_s_Wyvern', 2204, 166.186, 14.496, -321.109, 185), + (17043507, 'Mamool_Ja_Savant', 2197, 257.741, 5.732, -259.162, 143), + (17043508, 'Mamool_Ja_Sophist', 2198, 218.191, 5.649, -343.766, 145), + (17043509, 'Mamool_Ja_Bounder', 2185, 136.821, 5.681, -338.787, 236), + (17043510, 'Mamool_Ja_Spearman', 2199, 142.152, 5.685, -298.380, 73), + (17043511, 'Mamool_Ja_s_Wyvern', 2204, 139.826, 5.542, -297.783, 218), + (17043512, 'Mamool_Ja_Mimicker', 2193, 175.280, 5.506, -180.038, 169), + (17043513, 'Mamool_Ja_Zenist', 2206, 179.272, 6.589, -348.464, 178), + (17043514, 'Mamool_Ja_Sophist', 2198, 178.103, 6.809, -254.215, 236), + (17043515, 'Mamool_Ja_Savant', 2197, 211.280, 6.467, -221.790, 69), + (17043516, 'Mamool_Ja_Bounder', 2185, 221.741, 5.635, -249.850, 64), + (17043517, 'Mamool_Ja_Zenist', 2206, 299.195, 13.202, -307.288, 144), + (17043518, 'Mamool_Ja_Savant', 2197, 262.917, 13.311, -334.459, 174), + (17043519, 'Carriage_Lizard', 2169, 257.779, 13.455, -347.484, 153), + (17043520, 'Carriage_Lizard', 2169, 260.056, 13.649, -349.754, 190), + (17043521, 'Mamool_Ja_Sophist', 2198, 255.873, 13.959, -373.855, 117), + (17043522, 'Carriage_Lizard', 2169, 253.004, 13.874, -375.217, 163), + (17043523, 'Carriage_Lizard', 2169, 0.000, 0.000, 0.000, 0), + (17043524, 'Carriage_Lizard', 2169, 224.391, 13.986, -419.616, 33), + (17043525, 'Mamool_Ja_Bounder', 2185, 223.772, 13.932, -418.925, 146), + (17043526, 'Carriage_Lizard', 2169, 261.272, 10.359, -409.574, 186), + (17043527, 'Carriage_Lizard', 2169, 260.846, 10.413, -410.160, 191), + (17043528, 'Mamool_Ja_Zenist', 2206, 178.605, -21.871, -84.760, 70), + (17043529, 'Hunting_Raptor', 2178, 105.553, -3.652, -84.117, 57), + (17043530, 'Hunting_Raptor', 2178, 121.290, -3.889, -80.806, 38), + (17043531, 'Puk', 2215, 121.916, -4.045, -77.586, 142), + (17043532, 'Devout_Radol_Ja', 2173, 106.430, -3.784, -79.590, 19), + (17043533, 'Hunting_Raptor', 2178, 93.268, -3.774, -94.671, 17), + (17043534, 'Hunting_Raptor', 2178, 77.686, -3.798, -74.535, 230), + (17043535, 'Hunting_Raptor', 2178, 93.120, -3.774, -95.222, 15), + (17043536, 'Hunting_Raptor', 2178, 77.722, -4.080, -39.302, 120), + (17043537, 'Hunting_Raptor', 2178, 76.792, -3.794, -31.279, 37), + (17043538, 'Puk', 2215, 83.293, -4.070, -31.128, 192), + (17043539, 'Mamool_Ja_Mimicker', 2193, 96.856, -5.744, -66.629, 155), + (17043540, 'Colibri', 2171, 70.093, -3.761, -80.979, 194), + (17043541, 'Mamool_Ja_Strapper', 2201, 91.957, -3.878, -38.719, 164), + (17043542, 'Mamool_Ja_s_Lizard', 2202, 93.899, -3.658, -42.066, 189), + (17043543, 'Mamool_Ja_Savant', 2197, 140.467, -12.324, -60.960, 2), + (17043544, 'Mamool_Ja_Sophist', 2198, 143.138, -11.548, -85.275, 191), + (17043545, 'Mamool_Ja_Bounder', 2185, 63.278, -12.249, -22.429, 52), + (17043546, 'Mamool_Ja_Zenist', 2206, 100.820, -12.460, -16.495, 150), + (17043547, 'Mamool_Ja_Mimicker', 2193, 54.794, -11.469, -67.751, 67), + (17043548, 'Puk', 2215, 57.353, -11.334, -59.787, 143), + (17043549, 'Mamool_Ja_Mimicker', 2193, 10.238, 3.340, -62.198, 17), + (17043550, 'Carriage_Lizard', 2169, 21.469, -2.276, -47.128, 189), + (17043551, 'Carriage_Lizard', 2169, 20.902, 1.731, -58.541, 71), + (17043552, 'Ziz', 2228, 118.859, 14.166, -196.702, 48), + (17043553, 'Ziz', 2228, 115.616, 14.335, -197.514, 135), + (17043554, 'Zizzy_Zillah', 2229, 0.000, 0.000, 0.000, 0), + (17043555, 'Ziz', 2228, 121.454, 14.157, -155.157, 239), + (17043556, 'Puk', 2215, 125.460, 14.294, -168.590, 55), + (17043557, 'Ziz', 2228, 84.828, 14.170, -154.138, 251), + (17043558, 'Ziz', 2228, 85.579, 14.052, -159.276, 115), + (17043559, 'Puk', 2215, 98.414, 14.155, -154.380, 223), + (17043560, 'Ziz', 2228, 81.399, 14.187, -213.744, 37), + (17043561, 'Ziz', 2228, 70.200, 14.344, -240.492, 17), + (17043562, 'Ziz', 2228, 76.799, 14.232, -223.224, 153), + (17043563, 'Ziz', 2228, 89.980, 13.361, -228.060, 246), + (17043564, 'Ziz', 2228, 40.034, 14.189, -225.441, 231), + (17043565, 'Suhur_Mas', 2223, 115.584, 15.635, -183.418, 102), + (17043566, 'Suhur_Mas', 2223, 101.191, 15.525, -195.504, 127), + (17043567, 'Suhur_Mas', 2223, 61.306, 15.638, -164.484, 46), + (17043568, 'Colibri', 2171, 35.943, 14.117, -173.692, 42), + (17043569, 'Colibri', 2171, 87.530, 14.266, -212.849, 92), + (17043570, 'Colibri', 2171, 44.633, 14.193, -238.727, 185), + (17043571, 'Mamool_Ja_Spearman', 2199, 38.269, 14.044, -163.766, 132), + (17043572, 'Mamool_Ja_s_Wyvern', 2204, 39.726, 14.084, -164.405, 143), + (17043573, 'Mamool_Ja_Sophist', 2198, 141.823, 6.674, -184.373, 3), + (17043574, 'Mamool_Ja_Bounder', 2185, 139.115, 6.833, -183.399, 55), + (17043575, 'Mamool_Ja_Savant', 2197, 140.208, 5.663, -222.886, 6), + (17043576, 'Mamool_Ja_Mimicker', 2193, 105.849, 5.592, -257.383, 44), + (17043577, 'Mamool_Ja_Zenist', 2206, 55.904, 6.680, -262.882, 212), + (17043578, 'Mamool_Ja_Savant', 2197, 61.080, 6.684, -261.264, 104), + (17043579, 'Mamool_Ja_Sophist', 2198, 17.645, 5.677, -258.015, 177), + (17043580, 'Mamool_Ja_Bounder', 2185, 25.864, 5.700, -216.139, 3), + (17043581, 'Mamool_Ja_Spearman', 2199, 20.540, 5.679, -177.573, 152), + (17043582, 'Mamool_Ja_s_Wyvern', 2204, 22.843, 5.705, -181.081, 119), + (17043583, 'Mamool_Ja_Mimicker', 2193, 60.810, 6.715, -139.362, 183), + (17043584, 'Mamool_Ja_Savant', 2197, 66.885, 6.698, -134.822, 230), + (17043585, 'Mamool_Ja_Zenist', 2206, 92.103, 6.530, -181.126, 45), + (17043586, 'Mamool_Ja_Bounder', 2185, 105.661, 6.287, -186.819, 111), + (17043587, 'Mamool_Ja_Sophist', 2198, -20.379, 12.441, -167.358, 199), + (17043588, 'Carriage_Lizard', 2169, -21.107, 11.542, -174.908, 60), + (17043589, 'Carriage_Lizard', 2169, -15.808, 10.117, -179.548, 128), + (17043590, 'Mamool_Ja_Bounder', 2185, -67.433, 8.529, -139.524, 254), + (17043591, 'Mamool_Ja_Savant', 2197, -52.622, 12.203, -136.553, 135), + (17043592, 'Carriage_Lizard', 2169, -63.701, 9.663, -138.654, 102), + (17043593, 'Suhur_Mas', 2223, -61.750, 9.867, -74.480, 194), + (17043594, 'Mamool_Ja_Frogman', 2189, -62.159, 10.011, -77.030, 65), + (17043595, 'Suhur_Mas', 2223, -81.493, 10.089, -97.649, 8), + (17043596, 'Suhur_Mas', 2223, -131.332, 9.589, -95.871, 188), + (17043597, 'Suhur_Mas', 2223, -138.956, 10.096, -76.499, 192), + (17043598, 'Mamool_Ja_Diver', 2188, -140.885, 9.850, -33.170, 166), + (17043599, 'Mamool_Ja_Diver', 2188, -103.489, 10.618, -50.374, 201), + (17043600, 'Mamool_Ja_Frogman', 2189, -102.463, 10.065, -41.199, 65), + (17043601, 'Mamool_Ja_Diver', 2188, -83.665, 9.974, -62.175, 127), + (17043602, 'Mamool_Ja_Frogman', 2189, -80.013, 10.181, -62.259, 128), + (17043603, 'Mamool_Ja_Strapper', 2201, -99.978, 10.117, -99.603, 111), + (17043604, 'Mamool_Ja_s_Lizard', 2202, -98.805, 10.121, -99.240, 104), + (17043605, 'Mamool_Ja_Spearman', 2199, -132.804, 10.693, -67.110, 217), + (17043606, 'Mamool_Ja_s_Wyvern', 2204, -128.911, 11.154, -61.484, 213), + (17043607, 'Poroggo', 2213, -63.089, 5.769, -63.125, 65), + (17043608, 'Poroggo', 2213, -59.252, 5.711, -102.188, 150), + (17043609, 'Poroggo', 2213, -89.912, 6.790, -105.309, 21), + (17043610, 'Poroggo', 2213, -141.619, 5.653, -100.557, 63), + (17043611, 'Poroggo', 2213, -140.750, 8.851, -57.468, 46), + (17043612, 'Poroggo', 2213, -139.925, 5.689, -23.550, 81), + (17043613, 'Poroggo', 2213, -96.503, 5.944, -27.153, 49), + (17043614, 'Air_Elemental', 2164, -106.814, 5.808, -59.126, 128), + (17043615, 'Poroggo', 2213, -115.221, 6.495, -78.901, 32), + (17043616, 'Mamool_Ja_Mimicker', 2193, -191.706, 5.090, -60.376, 143), + (17043617, 'Carriage_Lizard', 2169, -178.539, 2.417, -39.271, 193), + (17043618, 'Carriage_Lizard', 2169, -178.742, 2.692, -46.328, 190), + (17043619, 'Mamool_Ja_Zenist', 2206, -172.849, 4.191, -94.084, 48), + (17043620, 'Carriage_Lizard', 2169, -177.742, 4.355, -104.358, 93), + (17043621, 'Carriage_Lizard', 2169, -155.252, 5.286, -98.869, 1), + (17043622, 'Battle_Bugard', 2166, -252.555, 14.323, -80.588, 113), + (17043623, 'Battle_Bugard', 2166, -282.912, 14.000, -66.064, 103), + (17043624, 'Battle_Bugard', 2166, -279.121, 14.176, -83.446, 157), + (17043625, 'Puk', 2215, -284.384, 14.145, -80.079, 114), + (17043626, 'Dragonscaled_Bugaal_Ja', 2174, -280.843, 14.159, -84.556, 193), + (17043627, 'Tyrannobugard', 2224, -280.726, 14.314, -87.118, 71), + (17043628, 'Tyrannobugard', 2224, -268.874, 14.338, -76.130, 34), + (17043629, 'Tyrannobugard', 2224, -273.781, 14.232, -78.504, 254), + (17043630, 'Mamool_Ja_Strapper', 2201, -242.226, 13.867, -81.800, 180), + (17043631, 'Mamool_Ja_s_Lizard', 2202, -245.085, 14.117, -83.398, 146), + (17043632, 'Mamool_Ja_Zenist', 2206, -223.144, 5.646, -102.124, 120), + (17043633, 'Mamool_Ja_Savant', 2197, -256.791, 6.506, -100.915, 229), + (17043634, 'Mamool_Ja_Sophist', 2198, -304.459, 5.699, -96.455, 184), + (17043635, 'Mamool_Ja_Zenist', 2206, -299.744, 5.659, -58.372, 15), + (17043636, 'Mamool_Ja_Sophist', 2198, -222.085, 5.740, -62.813, 103), + (17043637, 'Carriage_Lizard', 2169, -258.543, 11.409, -19.656, 41), + (17043638, 'Carriage_Lizard', 2169, -299.541, 10.929, -15.405, 49), + (17043639, 'Carriage_Lizard', 2169, -297.834, 10.930, -21.516, 149), + (17043640, 'Mamool_Ja_Bounder', 2185, -300.220, 10.525, 22.827, 215), + (17043641, 'Carriage_Lizard', 2169, -307.218, 10.308, 20.039, 114), + (17043642, 'Carriage_Lizard', 2169, -341.063, 18.054, 29.493, 199), + (17043643, 'Carriage_Lizard', 2169, -325.108, 12.461, 18.977, 0), + (17043644, 'Carriage_Lizard', 2169, -304.268, 17.656, 61.538, 255), + (17043645, 'Carriage_Lizard', 2169, -313.058, 18.938, 59.689, 110), + (17043646, 'Mamool_Ja_Mimicker', 2193, -351.693, 19.978, 100.702, 250), + (17043647, 'Carriage_Lizard', 2169, -337.067, 20.071, 106.404, 211), + (17043648, 'Carriage_Lizard', 2169, -339.996, 19.949, 102.627, 93), + (17043649, 'Carriage_Lizard', 2169, -336.996, 19.931, 89.142, 198), + (17043650, 'Mamool_Ja_Savant', 2197, -378.054, 11.050, 135.592, 102), + (17043651, 'Mamool_Ja_Mimicker', 2193, -376.089, 11.007, 134.542, 18), + (17043652, 'Carriage_Lizard', 2169, -379.697, 12.619, 114.231, 197), + (17043653, 'Air_Elemental', 2164, -398.202, 8.208, 140.989, 122), + (17043654, 'Puk', 2215, -298.646, 4.909, -137.004, 58), + (17043655, 'Puk', 2215, -298.563, 4.903, -138.439, 162), + (17043656, 'Puk', 2215, -224.570, 4.993, -137.970, 152), + (17043657, 'Puk', 2215, -234.793, 5.052, -140.220, 127), + (17043658, 'Brei', 2167, -257.519, 3.943, -179.919, 63), + (17043659, 'Brei', 2167, -258.333, 3.880, -182.342, 210), + (17043660, 'Brei', 2167, -260.235, 4.451, -170.249, 169), + (17043661, 'Puk', 2215, -204.046, 14.150, -187.571, 72), + (17043662, 'Puk', 2215, -174.279, 14.402, -200.320, 94), + (17043663, 'Battle_Bugard', 2166, -151.709, 14.223, -156.671, 72), + (17043664, 'Battle_Bugard', 2166, -161.439, 14.074, -157.542, 196), + (17043665, 'Hundredfaced_Hapool_Ja', 2177, -160.301, 14.121, -157.572, 158), + (17043666, 'Hundredfaced_Hapool_Ja', 2177, -159.159, 14.148, -161.583, 23), + (17043667, 'Hundredfaced_Hapool_Ja', 2177, 0.000, 0.000, 0.000, 0), + (17043668, 'Hundredfaced_Hapool_Ja', 2177, 0.000, 0.000, 0.000, 0), + (17043669, 'Hundredfaced_Hapool_Ja', 2177, 0.000, 0.000, 0.000, 0), + (17043670, 'Battle_Bugard', 2166, -129.538, 14.248, -160.361, 78), + (17043671, 'Battle_Bugard', 2166, -199.583, 14.282, -214.714, 42), + (17043672, 'Suhur_Mas', 2223, -143.732, 15.673, -165.829, 99), + (17043673, 'Suhur_Mas', 2223, -175.704, 15.609, -194.779, 98), + (17043674, 'Suhur_Mas', 2223, -144.877, 15.760, -212.749, 104), + (17043675, 'Suhur_Mas', 2223, -155.325, 15.669, -215.349, 21), + (17043676, 'Colibri', 2171, -107.753, 13.814, -166.339, 118), + (17043677, 'Colibri', 2171, -166.598, 14.267, -169.469, 106), + (17043678, 'Colibri', 2171, -214.085, 13.857, -195.462, 204), + (17043679, 'Mamool_Ja_Spearman', 2199, -123.717, 14.119, -160.691, 95), + (17043680, 'Mamool_Ja_s_Wyvern', 2204, -122.920, 14.059, -159.821, 96), + (17043681, 'Mamool_Ja_Spearman', 2199, -127.398, 14.235, -159.204, 104), + (17043682, 'Mamool_Ja_s_Wyvern', 2204, -127.036, 14.182, -160.650, 147), + (17043683, 'Mamool_Ja_Strapper', 2201, -196.573, 14.228, -210.078, 232), + (17043684, 'Mamool_Ja_s_Lizard', 2202, -194.602, 14.207, -199.826, 84), + (17043685, 'Mamool_Ja_Strapper', 2201, -204.230, 14.261, -200.476, 81), + (17043686, 'Mamool_Ja_s_Lizard', 2202, -203.665, 14.256, -197.745, 76), + (17043687, 'Mamool_Ja_Zenist', 2206, -188.309, 6.504, -225.501, 98), + (17043688, 'Mamool_Ja_Bounder', 2185, -218.736, 5.543, -224.376, 19), + (17043689, 'Mamool_Ja_Savant', 2197, -222.973, 5.727, -182.383, 216), + (17043690, 'Mamool_Ja_Sophist', 2198, -179.850, 5.652, -137.151, 148), + (17043691, 'Mamool_Ja_Mimicker', 2193, -136.130, 6.677, -137.201, 82), + (17043692, 'Mamool_Ja_Bounder', 2185, -130.546, 6.893, -138.435, 107), + (17043693, 'Mamool_Ja_Mimicker', 2193, -97.869, 5.944, -146.627, 47), + (17043694, 'Puk', 2215, -262.919, 8.029, -253.764, 61), + (17043695, 'Puk', 2215, -270.212, 8.144, -257.333, 125), + (17043696, 'Qiqirn_Poulterer', 2218, -298.296, 7.176, -261.856, 77), + (17043697, 'Qiqirn_Goldsmith', 2216, -298.344, 7.173, -262.018, 74), + (17043698, 'Qiqirn_Mine', 2217, 0.000, 0.000, 0.000, 0), + (17043699, 'Spinner', 2222, -88.702, -0.183, -260.926, 0), + (17043700, 'Spinner', 2222, -101.148, 1.903, -258.868, 35), + (17043701, 'Spinner', 2222, -73.490, 1.866, -221.274, 252), + (17043702, 'Spinner', 2222, -67.104, 1.504, -221.309, 0), + (17043703, 'Spinner', 2222, -58.514, 1.972, -255.331, 95), + (17043704, 'Spinner', 2222, -57.476, 1.899, -251.773, 179), + (17043705, 'Spinner', 2222, -58.465, 1.956, -254.781, 79), + (17043706, 'Spinner', 2222, -19.362, 5.726, -287.289, 195), + (17043707, 'Spinner', 2222, -18.740, 5.324, -282.927, 77), + (17043708, 'Spinner', 2222, -56.905, 4.930, -209.103, 52), + (17043709, 'Spinner', 2222, -51.366, 5.028, -218.324, 192), + (17043710, 'Spinner', 2222, -9.111, 8.057, -302.384, 0), + (17043711, 'Spinner', 2222, -17.789, 7.957, -300.154, 55), + (17043712, 'Mamool_Ja_Lurker', 2191, 62.932, 1.394, -308.304, 68), + (17043713, 'Spinner', 2222, 56.619, 4.236, -295.211, 139), + (17043714, 'Spinner', 2222, 93.539, 5.798, -339.003, 127), + (17043715, 'Spinner', 2222, 100.324, 8.026, -340.093, 169), + (17043716, 'Mamool_Ja_Lurker', 2191, 99.207, 8.898, -376.548, 116), + (17043717, 'Spinner', 2222, 101.574, 7.873, -378.060, 220), + (17043718, 'Mamool_Ja_Philosopher', 2195, 128.838, 7.911, -380.602, 11), + (17043719, 'Spinner', 2222, 131.380, 7.907, -382.196, 155), + (17043720, 'Spinner', 2222, 135.529, 8.029, -381.338, 185), + (17043721, 'Mamool_Ja_Mimer', 2192, 181.937, 14.905, -427.681, 55), + (17043722, 'Mamool_Ja_Infiltrator', 2190, 176.984, 16.847, -450.802, 225), + (17043723, 'Spinner', 2222, 178.893, 17.149, -443.876, 194), + (17043724, 'Spinner', 2222, 178.594, 17.164, -445.513, 66), + (17043725, 'Mamool_Ja_Infiltrator', 2190, 163.420, 14.052, -498.544, 164), + (17043726, 'Mamool_Ja_Blusterer', 2184, 161.356, 14.149, -497.391, 16), + (17043727, 'Mamool_Ja_Philosopher', 2195, 136.860, 13.971, -498.702, 69), + (17043728, 'Mamool_Ja_Lurker', 2191, 136.782, 13.900, -498.076, 66), + (17043729, 'Mamool_Ja_Mimer', 2192, 101.417, 13.698, -500.708, 2), + (17043730, 'Mamool_Ja_Infiltrator', 2190, 90.047, 16.994, -499.380, 89), + (17043731, 'Mamool_Ja_Blusterer', 2184, 84.153, 17.142, -501.062, 133), + (17043732, 'Watch_Wyvern', 2226, 55.533, 17.134, -426.193, 65), + (17043733, 'Watch_Wyvern', 2226, 49.968, 17.246, -429.856, 52), + (17043734, 'Sea_Puk', 2220, 42.990, 17.046, -398.697, 128), + (17043735, 'Sea_Puk', 2220, 40.500, 17.266, -392.493, 79), + (17043736, 'Darting_Kachaal_Ja', 2172, 38.759, 17.138, -391.052, 151), + (17043737, 'Watch_Wyvern', 2226, 39.336, 17.356, -448.440, 33), + (17043738, 'Watch_Wyvern', 2226, 1.045, 16.973, -441.961, 151), + (17043739, 'Sea_Puk', 2220, 4.397, 17.138, -444.925, 133), + (17043740, 'Sea_Puk', 2220, -14.823, 17.132, -430.276, 72), + (17043741, 'Watch_Wyvern', 2226, -6.692, 17.512, -424.130, 131), + (17043742, 'Sea_Puk', 2220, -6.524, 17.441, -411.966, 148), + (17043743, 'Sea_Puk', 2220, -6.584, 17.313, -398.698, 192), + (17043744, 'Watch_Wyvern', 2226, 13.987, 17.306, -363.552, 248), + (17043745, 'Nipper', 2212, 5.447, 18.550, -424.703, 63), + (17043746, 'Nipper', 2212, 20.206, 18.601, -442.089, 42), + (17043747, 'Nipper', 2212, 12.386, 18.565, -389.924, 168), + (17043748, 'Nipper', 2212, 21.870, 18.532, -396.796, 50), + (17043749, 'Mamool_Ja_Pikeman', 2196, 4.631, 18.379, -378.557, 254), + (17043750, 'Mamool_Ja_s_Wyvern', 2204, 0.254, 18.611, -378.665, 126), + (17043751, 'Sea_Puk', 2220, 47.805, 17.236, -438.480, 31), + (17043752, 'Sea_Puk', 2220, -8.365, 17.454, -441.001, 69), + (17043753, 'Mamool_Ja_Stabler', 2200, 3.509, 17.241, -363.488, 23), + (17043754, 'Mamool_Ja_s_Raptor', 2203, 0.613, 17.094, -361.244, 170), + (17043755, 'Mamool_Ja_Pikeman', 2196, -12.092, 17.105, -356.231, 160), + (17043756, 'Mamool_Ja_s_Wyvern', 2204, -11.327, 17.075, -356.116, 46), + (17043757, 'Mamool_Ja_Mimer', 2192, 62.531, 8.555, -460.627, 6), + (17043758, 'Mamool_Ja_Blusterer', 2184, 18.888, 9.646, -464.320, 250), + (17043759, 'Mamool_Ja_Philosopher', 2195, -21.949, 8.680, -459.991, 76), + (17043760, 'Mamool_Ja_Lurker', 2191, -26.460, 8.546, -459.128, 165), + (17043761, 'Mamool_Ja_Lurker', 2191, -25.282, 9.660, -375.810, 81), + (17043762, 'Mamool_Ja_Mimer', 2192, -19.323, 8.737, -342.231, 26), + (17043763, 'Mamool_Ja_Infiltrator', 2190, 16.373, 8.724, -341.976, 60), + (17043764, 'Mamool_Ja_Philosopher', 2195, 17.913, 8.649, -339.685, 238), + (17043765, 'Mamool_Ja_Mimer', 2192, 3.701, 9.634, -399.523, 31), + (17043766, 'Mamool_Ja_Blusterer', 2184, 21.999, 8.993, -406.813, 186), + (17043767, 'Mamool_Ja_Philosopher', 2195, 26.882, 9.381, -426.261, 208), + (17043768, 'Spinner', 2222, -74.183, 7.618, -381.981, 3), + (17043769, 'Spinner', 2222, -59.501, 8.153, -364.628, 195), + (17043770, 'Watch_Wyvern', 2226, -131.006, 17.377, -352.236, 202), + (17043771, 'Watch_Wyvern', 2226, -141.862, 13.735, -346.815, 230), + (17043772, 'Watch_Wyvern', 2226, -157.176, 17.529, -352.736, 12), + (17043773, 'Watch_Wyvern', 2226, -201.522, 17.209, -363.865, 202), + (17043774, 'Watch_Wyvern', 2226, -206.458, 17.525, -373.798, 75), + (17043775, 'Mamool_Ja_Stabler', 2200, -194.964, 17.289, -395.082, 45), + (17043776, 'Mamool_Ja_s_Raptor', 2203, -187.180, 17.393, -361.572, 135), + (17043777, 'Mamool_Ja_Stabler', 2200, -196.575, 17.380, -394.319, 142), + (17043778, 'Mamool_Ja_s_Raptor', 2203, -198.830, 17.201, -405.240, 171), + (17043779, 'Firedance_Magmaal_Ja', 0, 0.000, 0.000, 0.000, 0), + (17043780, 'Nipper', 2212, -201.380, 17.555, -374.217, 216), + (17043781, 'Nipper', 2212, -204.976, 18.231, -407.149, 26), + (17043782, 'Nipper', 2212, -206.565, 18.257, -405.626, 65), + (17043783, 'Nipper', 2212, -136.096, 9.596, -342.326, 8), + (17043784, 'Sea_Puk', 2220, -154.239, 17.305, -358.505, 29), + (17043785, 'Sea_Puk', 2220, -169.821, 17.272, -358.039, 167), + (17043786, 'Sea_Puk', 2220, -185.992, 17.253, -399.973, 56), + (17043787, 'Sea_Puk', 2220, -100.289, 8.793, -375.665, 91), + (17043788, 'Mamool_Ja_Philosopher', 2195, -100.979, 8.851, -380.132, 121), + (17043789, 'Mamool_Ja_Blusterer', 2184, -135.087, 9.960, -379.276, 3), + (17043790, 'Mamool_Ja_Lurker', 2191, -199.182, 17.365, -406.510, 158), + (17043791, 'Mamool_Ja_Mimer', 2192, -183.919, 8.610, -423.437, 67), + (17043792, 'Mamool_Ja_Infiltrator', 2190, -140.133, 9.563, -339.250, 214), + (17043793, 'Mamool_Ja_Infiltrator', 2190, -97.729, 9.699, -359.662, 183), + (17043794, 'Mamool_Ja_Pikeman', 2196, -97.073, 9.699, -361.623, 181), + (17043795, 'Mamool_Ja_s_Wyvern', 2204, 458.515, 30.018, 538.062, 166), + (17043796, 'Hunting_Raptor', 2178, 461.187, 30.488, 535.133, 34), + (17043797, 'Hunting_Raptor', 2178, 462.312, 32.444, 495.706, 32), + (17043798, 'Hunting_Raptor', 2178, 458.829, 38.807, 459.853, 90), + (17043799, 'Mamool_Ja_Lurker', 2191, 459.490, 38.933, 459.684, 222), + (17043800, 'Mamool_Ja_Mimer', 2192, 420.302, 41.396, 425.591, 62), + (17043801, 'Hunting_Raptor', 2178, 416.170, 41.200, 417.559, 202), + (17043802, 'Mamool_Ja_Blusterer', 2184, 404.178, 42.165, 458.889, 15), + (17043803, 'Mamool_Ja_Infiltrator', 2190, 379.922, 41.833, 466.181, 61), + (17043804, 'Air_Elemental', 2164, 365.996, 42.021, 458.191, 7), + (17043805, 'Hunting_Raptor', 2178, 341.973, 41.894, 448.772, 170), + (17043806, 'Hunting_Raptor', 2178, 381.678, 42.055, 399.134, 190), + (17043807, 'Spinner', 2222, 423.364, 44.935, 374.484, 42), + (17043808, 'Spinner', 2222, 417.241, 44.390, 380.297, 0), + (17043809, 'Spinner', 2222, 413.086, 43.754, 380.365, 132), + (17043810, 'Spinner', 2222, 420.544, 44.516, 350.283, 199), + (17043811, 'Mamool_Ja_Pikeman', 2196, 421.339, 44.410, 348.254, 182), + (17043812, 'Mamool_Ja_s_Wyvern', 2204, 380.335, 45.247, 363.246, 54), + (17043813, 'Mamool_Ja_Blusterer', 2184, 372.139, 45.034, 378.171, 24), + (17043814, 'Mamool_Ja_Philosopher', 2195, 375.911, 44.953, 375.220, 154), + (17043815, 'Mamool_Ja_Mimer', 2192, 314.598, 45.017, 380.187, 247), + (17043816, 'Spinner', 2222, 314.476, 45.019, 380.208, 248), + (17043817, 'Spinner', 2222, 299.086, 45.065, 375.541, 183), + (17043818, 'Spinner', 2222, 339.238, 44.645, 351.569, 196), + (17043819, 'Spinner', 2222, 338.285, 44.525, 342.815, 190), + (17043820, 'Mamool_Ja_Lurker', 2191, 369.271, 44.949, 304.126, 226), + (17043821, 'Mamool_Ja_Blusterer', 2184, 377.059, 42.712, 302.634, 193), + (17043822, 'Mamool_Ja_Mimer', 2192, 379.778, 42.413, 278.055, 191), + (17043823, 'Mamool_Ja_Philosopher', 2195, 378.993, 41.781, 283.585, 186), + (17043824, 'Hunting_Raptor', 2178, 299.838, 44.958, 327.372, 216), + (17043825, 'Ziz', 2228, 302.055, 44.974, 315.629, 230), + (17043826, 'Mamool_Ja_Stabler', 2200, 298.703, 45.064, 314.594, 158), + (17043827, 'Mamool_Ja_s_Raptor', 2203, 296.314, 45.159, 320.151, 87), + (17043828, 'Ziz', 2228, 258.646, 47.938, 328.430, 186), + (17043829, 'Spinner', 2222, 259.400, 48.155, 324.643, 56), + (17043830, 'Spinner', 2222, 257.444, 47.957, 333.961, 96), + (17043831, 'Spinner', 2222, 257.948, 47.968, 303.653, 193), + (17043832, 'Spinner', 2222, 261.117, 47.822, 299.611, 36), + (17043833, 'Spinner', 2222, 261.535, 47.809, 299.330, 33), + (17043834, 'Spinner', 2222, 305.385, 44.849, 256.281, 16), + (17043835, 'Air_Elemental', 2164, 287.929, 44.980, 257.925, 133), + (17043836, 'Ziz', 2228, 323.894, 44.967, 258.623, 60), + (17043837, 'Mamool_Ja_Lurker', 2191, 323.917, 44.968, 256.494, 0), + (17043838, 'Mamool_Ja_Infiltrator', 2190, 348.351, 45.051, 217.098, 0), + (17043839, 'Mamool_Ja_Philosopher', 2195, 300.332, 45.011, 222.394, 129), + (17043840, 'Mamool_Ja_Lurker', 2191, 300.829, 44.785, 181.686, 196), + (17043841, 'Mamool_Ja_Blusterer', 2184, 294.665, 47.753, 175.888, 32), + (17043842, 'Mamool_Ja_Philosopher', 2195, 260.078, 48.051, 186.062, 60), + (17043843, 'Mamool_Ja_Lurker', 2191, 259.882, 47.949, 168.238, 172), + (17043844, 'Mamool_Ja_Infiltrator', 2190, 263.785, 47.925, 143.573, 60), + (17043845, 'Mamool_Ja_Stabler', 2200, 263.423, 47.882, 145.461, 189), + (17043846, 'Mamool_Ja_s_Raptor', 2203, 311.558, -3.574, -202.708, 241), + (17043847, 'Archaic_Mirror', 2165, 257.033, 10.230, -212.733, 116), + (17043848, 'Archaic_Mirror', 2165, 196.623, 14.294, -323.475, 61), + (17043849, 'Archaic_Mirror', 2165, 107.382, -5.313, -68.111, 231), + (17043850, 'Archaic_Mirror', 2165, 52.593, 6.483, -185.993, 77), + (17043851, 'Archaic_Mirror', 2165, -158.511, 14.457, -186.469, 246), + (17043852, 'Archaic_Mirror', 2165, -177.825, 4.320, -103.452, 15), + (17043853, 'Archaic_Mirror', 2165, -264.420, 14.627, -72.116, 217), + (17043854, 'Archaic_Mirror', 2165, 312.911, -3.949, -191.286, 93), + (17043855, 'Mamool_Ja_Conservator', 2187, 314.308, -3.563, -215.844, 211), + (17043856, 'Mamool_Ja_Treasurer', 2205, 256.222, 10.106, -224.927, 51), + (17043857, 'Mamool_Ja_Conservator', 2187, 258.309, 10.094, -222.629, 219), + (17043858, 'Mamool_Ja_Treasurer', 2205, 196.535, 14.130, -320.899, 143), + (17043859, 'Mamool_Ja_Conservator', 2187, 201.042, 14.054, -323.392, 108), + (17043860, 'Mamool_Ja_Treasurer', 2205, 99.511, -5.566, -68.750, 27), + (17043861, 'Mamool_Ja_Conservator', 2187, 96.927, -5.764, -66.587, 149), + (17043862, 'Mamool_Ja_Treasurer', 2205, 55.567, 6.320, -211.038, 54), + (17043863, 'Mamool_Ja_Conservator', 2187, 55.886, 6.436, -193.293, 185), + (17043864, 'Mamool_Ja_Treasurer', 2205, -161.711, 14.464, -188.286, 170), + (17043865, 'Mamool_Ja_Conservator', 2187, -159.059, 14.365, -188.416, 229), + (17043866, 'Mamool_Ja_Treasurer', 2205, -172.794, 4.195, -97.999, 47), + (17043867, 'Mamool_Ja_Conservator', 2187, -173.039, 4.187, -95.576, 182), + (17043868, 'Mamool_Ja_Treasurer', 2205, -254.567, 14.432, -73.429, 177), + (17043869, 'Mamool_Ja_Conservator', 2187, -256.132, 14.414, -78.581, 243), + (17043870, 'Mamool_Ja_Treasurer', 2205, 0.000, 0.000, 0.000, 0), + (17043871, 'Mamool_Ja', 2182, 0.000, 0.000, 0.000, 0), + (17043872, 'Sagelord_Molaal_Ja', 2219, 0.000, 0.000, 0.000, 0), + (17043873, 'Shadelurking_Zolool_Ja', 2221, 0.000, 0.000, 0.000, 0), + (17043874, 'Forbidding_Koheel_Ja', 2175, -302.000, 15.024, -380.000, 0), + (17043875, 'Gulool_Ja_Ja', 2176, -301.000, 15.000, -380.000, 1), + (17043876, 'Mamool_Ja_Chamberlain', 2186, -297.000, 15.000, -378.000, 253), + (17043877, 'Mamool_Ja_Chamberlain', 2186, -297.000, 15.000, -380.000, 253), + (17043878, 'Mamool_Ja_Palatine', 2194, -295.000, 18.000, -384.000, 253), + (17043879, 'Mamool_Ja_Palatine', 2194, -295.000, 18.000, -376.000, 253), + (17043880, 'Carpophagous_Puk', 2168, 0.000, 0.000, 0.000, 0), + (17043881, 'Poroggo_Casanova', 2214, 0.000, 0.000, 0.000, 0), + (17043882, 'Mikilulu', 2207, 0.000, 0.000, 0.000, 0), + (17043883, 'Mikiruru', 2210, 0.000, 0.000, 0.000, 0), + (17043884, 'Nikilulu', 2211, -37.477, 5.704, -98.310, 90), + (17043885, 'Mikiluru', 2208, 0.000, 0.000, 0.000, 0), + (17043886, 'Mikirulu', 2209, 0.000, 0.000, 0.000, 0), + (17043887, 'Chamrosh', 2170, 206.000, 14.000, -285.000, 249), + (17043888, 'Iriri_Samariri', 2179, -118.000, 7.000, -80.000, 193), + (17043889, 'Wartkin', 2225, 0.000, 0.000, 0.000, 0), + (17043890, 'Wartkin', 2225, 0.000, 0.000, 0.000, 0), + (17043891, 'Wartkin', 2225, 0.000, 0.000, 0.000, 0), + (17043892, 'Wartkin', 2225, 0.000, 0.000, 0.000, 0), + (17055745, 'Cave_Mold', 2281, 0.000, 0.000, 0.000, 0), + (17055746, 'Cave_Mold', 2281, 0.000, 0.000, 0.000, 0), + (17055747, 'Anautogenous_Slug', 2277, 0.000, 0.000, 0.000, 0), + (17055748, 'Cave_Pugil', 2282, 0.000, 0.000, 0.000, 0), + (17055749, 'Aydeewa_Crab', 2278, 0.000, 0.000, 0.000, 0), + (17055750, 'Treant_Sapling', 2309, 87.411, 11.167, 141.437, 2), + (17055751, 'Treant_Sapling', 2309, 49.761, 28.975, 141.887, 170), + (17055752, 'Puktrap', 2300, 65.010, 38.870, 102.266, 146), + (17055753, 'Puktrap', 2300, 74.007, 38.991, 101.806, 247), + (17055754, 'Puktrap', 2300, 102.214, 38.870, 65.088, 65), + (17055755, 'Puktrap', 2300, 135.296, 38.870, 64.267, 226), + (17055756, 'Treant_Sapling', 2309, 113.989, 39.203, 102.845, 140), + (17055757, 'Treant_Sapling', 2309, 99.882, 39.157, 103.207, 117), + (17055758, 'Treant_Sapling', 2309, 153.914, 39.268, 140.867, 2), + (17055759, 'Treant_Sapling', 2309, 141.371, 39.180, 105.628, 201), + (17055760, 'Treant_Sapling', 2309, 141.712, 35.447, 59.155, 220), + (17055761, 'Slime_Mold', 2308, 166.946, 36.042, 59.545, 114), + (17055762, 'Slime_Mold', 2308, 171.040, 36.268, 61.457, 236), + (17055763, 'Treant_Sapling', 2309, 180.662, 38.565, 19.716, 45), + (17055764, 'Treant_Sapling', 2309, 221.328, 39.141, 16.765, 129), + (17055765, 'Treant_Sapling', 2309, 217.865, 38.914, 47.172, 188), + (17055766, 'Qiqirn_Enterpriser', 2302, 26.794, 38.750, 16.141, 10), + (17055767, 'Qiqirn_Enterpriser', 2302, 19.920, 36.402, 34.811, 70), + (17055768, 'Slime_Mold', 2308, 56.952, 39.198, 17.310, 254), + (17055769, 'Slime_Mold', 2308, 65.061, 39.253, 15.117, 118), + (17055770, 'Qiqirn_Enterpriser', 2302, 68.356, 37.558, -21.609, 255), + (17055771, 'Qiqirn_Enterpriser', 2302, 28.424, 36.094, 99.262, 248), + (17055772, 'Qiqirn_Lieuter', 2303, 59.579, 36.049, 71.324, 76), + (17055773, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055774, 'Qiqirn_Enterpriser', 2302, 24.251, 36.015, 98.948, 120), + (17055775, 'Qiqirn_Enterpriser', 2302, 100.467, 35.843, 35.787, 70), + (17055776, 'Treant_Sapling', 2309, -9.029, 36.101, 59.520, 11), + (17055777, 'Treant_Sapling', 2309, -72.477, 36.029, 62.868, 87), + (17055778, 'Slime_Mold', 2308, -66.085, 35.925, 26.810, 146), + (17055779, 'Slime_Mold', 2308, -52.744, 36.068, 21.226, 197), + (17055780, 'Treant_Sapling', 2309, -21.007, 38.391, 20.203, 6), + (17055781, 'Treant_Sapling', 2309, -100.815, 36.012, 98.085, 186), + (17055782, 'Treant_Sapling', 2309, -102.980, 36.092, 68.655, 58), + (17055783, 'Treant_Sapling', 2309, -108.939, 11.798, 18.442, 26), + (17055784, 'Puktrap', 2300, -11.594, 38.879, -19.133, 123), + (17055785, 'Puktrap', 2300, -10.946, 38.870, -10.844, 21), + (17055786, 'Slime_Mold', 2308, 13.210, 39.287, -17.209, 184), + (17055787, 'Slime_Mold', 2308, 13.015, 39.292, -17.285, 183), + (17055788, 'Qiqirn_Enterpriser', 2302, 18.761, 39.022, -44.815, 205), + (17055789, 'Qiqirn_Enterpriser', 2302, 53.772, 36.025, -58.877, 139), + (17055790, 'Qiqirn_Enterpriser', 2302, 34.199, 33.765, -97.981, 147), + (17055791, 'Qiqirn_Enterpriser', 2302, 64.997, 36.217, -102.386, 4), + (17055792, 'Qiqirn_Lieuter', 2303, 99.410, 35.697, -65.010, 79), + (17055793, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055794, 'Qiqirn_Enterpriser', 2302, -181.231, 7.746, -12.479, 68), + (17055795, 'Qiqirn_Enterpriser', 2302, -181.290, 8.398, 83.462, 66), + (17055796, 'Qiqirn_Enterpriser', 2302, -182.332, 7.961, 137.032, 35), + (17055797, 'Qiqirn_Enterpriser', 2302, -220.488, 8.431, 121.764, 70), + (17055798, 'Qiqirn_Lieuter', 2303, -205.300, 7.884, 98.171, 124), + (17055799, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055800, 'Qiqirn_Enterpriser', 2302, -217.032, 17.676, 70.216, 1), + (17055801, 'Fossorial_Flea', 2287, -216.890, 35.339, 24.295, 47), + (17055802, 'Fossorial_Flea', 2287, -217.841, 33.632, 44.626, 88), + (17055803, 'Phlebotomic_Slug', 2299, -299.030, 23.155, 34.922, 217), + (17055804, 'Phlebotomic_Slug', 2299, -226.831, 11.189, -62.185, 127), + (17055805, 'Phlebotomic_Slug', 2299, -156.920, 22.071, -59.211, 135), + (17055806, 'Puktrap', 2300, 199.342, 39.431, 135.068, 163), + (17055807, 'Defoliator', 2286, 212.600, 38.174, 108.121, 32), + (17055808, 'Defoliator', 2286, 219.605, 37.469, 105.100, 176), + (17055809, 'Puktrap', 2300, 216.375, 37.454, 110.274, 49), + (17055810, 'Defoliator', 2286, 217.250, 37.375, 108.473, 31), + (17055811, 'Puktrap', 2300, 247.957, 39.264, 135.411, 186), + (17055812, 'Defoliator', 2286, 217.723, 37.308, 109.667, 38), + (17055813, 'Defoliator', 2286, 220.199, 37.513, 107.314, 169), + (17055814, 'Defoliator', 2286, 218.997, 37.506, 106.507, 62), + (17055815, 'Puktrap', 2300, 254.656, 39.446, 80.596, 148), + (17055816, 'Puktrap', 2300, 230.209, 39.442, 79.496, 48), + (17055817, 'Defoliator', 2286, 219.577, 36.240, 104.155, 142), + (17055818, 'Defoliator', 2286, 218.707, 37.391, 105.001, 142), + (17055819, 'Air_Elemental', 2275, 238.879, 39.332, 64.798, 17), + (17055820, 'Defoliator', 2286, 285.942, 39.137, 53.618, 80), + (17055821, 'Defoliator', 2286, 272.198, 38.957, 51.760, 244), + (17055822, 'Defoliator', 2286, 271.117, 39.246, 26.121, 2), + (17055823, 'Defoliator', 2286, 287.931, 39.040, 24.056, 249), + (17055824, 'Defoliator', 2286, 123.968, 36.368, 0.898, 55), + (17055825, 'Defoliator', 2286, 109.757, 36.117, 10.187, 216), + (17055826, 'Aydeewa_Diremite', 2279, 113.382, 36.621, -24.621, 255), + (17055827, 'Defoliator', 2286, 109.201, 36.615, -22.939, 161), + (17055828, 'Aydeewa_Diremite', 2279, 121.658, 36.440, -14.949, 90), + (17055829, 'Defoliator', 2286, 102.314, 36.276, -40.757, 189), + (17055830, 'Air_Elemental', 2275, 102.082, 35.996, -33.863, 147), + (17055831, 'Defoliator', 2286, 131.840, 36.354, -36.497, 221), + (17055832, 'Defoliator', 2286, 123.774, 36.446, -56.686, 96), + (17055833, 'Aydeewa_Diremite', 2279, 150.825, 36.351, -34.078, 186), + (17055834, 'Defoliator', 2286, 154.719, 36.466, -50.159, 97), + (17055835, 'Aydeewa_Diremite', 2279, 156.403, 36.407, -32.229, 213), + (17055836, 'Fossorial_Flea', 2287, 147.038, 34.895, -26.367, 167), + (17055837, 'Fossorial_Flea', 2287, 136.776, 34.428, -23.794, 2), + (17055838, 'Mycohopper', 2292, -169.183, 8.183, 43.208, 21), + (17055839, 'Mycohopper', 2292, -161.007, 8.121, 51.822, 44), + (17055840, 'Mycohopper', 2292, -167.085, 8.166, 34.089, 250), + (17055841, 'Mycohopper', 2292, -146.095, 8.070, 34.628, 28), + (17055842, 'Great_Ameretat', 2289, -330.039, 8.271, 85.481, 96), + (17055843, 'Fossorial_Flea', 2287, -204.931, 8.234, -34.898, 138), + (17055844, 'Fossorial_Flea', 2287, -205.600, 8.357, -32.933, 111), + (17055845, 'Fossorial_Flea', 2287, -204.698, 8.316, -34.676, 131), + (17055846, 'Fossorial_Flea', 2287, -204.312, 8.444, -29.844, 131), + (17055847, 'Fossorial_Flea', 2287, -209.714, 8.182, -51.376, 13), + (17055848, 'Fossorial_Flea', 2287, -188.735, 7.966, -56.756, 49), + (17055849, 'Fossorial_Flea', 2287, -193.368, 8.129, -57.395, 125), + (17055850, 'Fossorial_Flea', 2287, -203.676, 8.027, -90.090, 109), + (17055851, 'Fossorial_Flea', 2287, -214.504, 8.000, -77.395, 183), + (17055852, 'Fossorial_Flea', 2287, -187.320, 7.880, -72.326, 251), + (17055853, 'Fossorial_Flea', 2287, -212.586, 8.159, -82.361, 160), + (17055854, 'Great_Ameretat', 2289, -185.981, 7.866, -74.073, 221), + (17055855, 'Great_Ameretat', 2289, -129.378, 8.112, -150.366, 255), + (17055856, 'Defoliator', 2286, -123.339, 8.349, -150.838, 164), + (17055857, 'Defoliator', 2286, -69.199, 7.886, -148.811, 207), + (17055858, 'Defoliator', 2286, -74.574, 8.412, -153.870, 8), + (17055859, 'Air_Elemental', 2275, -65.378, 7.918, -151.859, 192), + (17055860, 'Great_Ameretat', 2289, -84.445, 8.304, -166.659, 254), + (17055861, 'Defoliator', 2286, -65.837, 8.357, -165.008, 112), + (17055862, 'Defoliator', 2286, -125.327, 8.314, -159.939, 231), + (17055863, 'Defoliator', 2286, -111.997, 8.320, -172.168, 92), + (17055864, 'Great_Ameretat', 2289, -126.617, 8.470, -199.277, 103), + (17055865, 'Defoliator', 2286, -115.225, 8.398, -204.887, 190), + (17055866, 'Defoliator', 2286, -104.397, 8.629, -193.503, 254), + (17055867, 'Fossorial_Flea', 2287, -105.301, 6.313, -182.975, 24), + (17055868, 'Fossorial_Flea', 2287, -107.248, 6.545, -179.613, 205), + (17055874, 'Deforester', 10857, -84.445, 8.304, -166.659, 254), + (17055875, 'Deforester', 10857, -65.837, 8.357, -165.008, 112), + (17055876, 'Deforester', 10857, -125.327, 8.314, -159.939, 231), + (17055877, 'Deforester', 10857, -111.997, 8.320, -172.168, 92), + (17055878, 'Deforester', 10857, -126.617, 8.470, -199.277, 103), + (17055879, 'Deforester', 10857, -115.225, 8.398, -204.887, 190), + (17055880, 'Deforester', 10857, -104.397, 8.629, -193.503, 254), + (17055881, 'Deforester', 10857, -105.301, 6.313, -182.975, 24), + (17055882, 'Deforester', 10857, -107.248, 6.545, -179.613, 205), + (17055883, 'Qiqirn_Archaeologist', 2301, -474.051, 11.114, -217.725, 5), + (17055884, 'Qiqirn_Archaeologist', 2301, -476.899, 11.050, -222.978, 234), + (17055885, 'Fossorial_Flea', 2287, -504.605, 11.213, -220.390, 6), + (17055886, 'Fossorial_Flea', 2287, -504.025, 11.164, -221.470, 211), + (17055887, 'Fossorial_Flea', 2287, -502.431, 11.147, -218.827, 232), + (17055888, 'Fossorial_Flea', 2287, -482.661, 11.237, -217.867, 142), + (17055889, 'Fossorial_Flea', 2287, -478.640, 11.396, -219.606, 117), + (17055890, 'Qiqirn_Mosstrooper', 2305, -481.772, 11.095, -223.113, 162), + (17055891, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055892, 'Fossorial_Flea', 2287, -460.404, 11.098, -216.271, 143), + (17055893, 'Fossorial_Flea', 2287, -457.919, 11.180, -217.590, 239), + (17055894, 'Qiqirn_Archaeologist', 2301, -479.733, 11.005, -224.742, 91), + (17055895, 'Qiqirn_Archaeologist', 2301, -441.135, 11.195, -220.198, 127), + (17055896, 'Qiqirn_Mosstrooper', 2305, -425.035, 7.718, -190.114, 147), + (17055897, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055898, 'Qiqirn_Mosstrooper', 2305, -402.722, 8.103, -180.587, 120), + (17055899, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055900, 'Qiqirn_Archaeologist', 2301, -295.291, 29.551, -173.437, 40), + (17055901, 'Qiqirn_Archaeologist', 2301, -313.260, 10.343, -182.406, 150), + (17055902, 'Qiqirn_Mosstrooper', 2305, -366.428, 36.769, -101.339, 121), + (17055903, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055904, 'Fossorial_Flea', 2287, -355.512, 35.916, -100.138, 250), + (17055905, 'Fossorial_Flea', 2287, -381.824, 38.935, -71.838, 203), + (17055906, 'Fossorial_Flea', 2287, -379.949, 39.231, -80.335, 186), + (17055907, 'Fossorial_Flea', 2287, -384.873, 38.870, -60.507, 10), + (17055908, 'Qiqirn_Archaeologist', 2301, -459.090, 11.376, -238.682, 192), + (17055909, 'Mold_Eater', 2291, -455.944, 11.268, -257.780, 173), + (17055910, 'Mold_Eater', 2291, -451.531, 13.716, -264.687, 242), + (17055911, 'Mold_Eater', 2291, -453.355, 12.346, -262.038, 131), + (17055912, 'Slime_Mold', 2308, -417.660, 14.250, -263.022, 145), + (17055913, 'Slime_Mold', 2308, -411.374, 13.828, -267.357, 36), + (17055914, 'Fossorial_Flea', 2287, -418.027, 13.943, -266.023, 46), + (17055915, 'Qiqirn_Archaeologist', 2301, -415.833, 13.633, -300.224, 49), + (17055916, 'Mold_Eater', 2291, -355.908, 14.364, -338.839, 250), + (17055917, 'Qiqirn_Mosstrooper', 2305, -359.412, 13.990, -339.046, 121), + (17055918, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055919, 'Mold_Eater', 2291, -330.137, 14.091, -335.040, 255), + (17055920, 'Mold_Eater', 2291, -338.618, 14.266, -351.563, 194), + (17055921, 'Mold_Eater', 2291, -309.827, 13.870, -337.811, 190), + (17055922, 'Mold_Eater', 2291, -301.559, 13.870, -343.196, 229), + (17055923, 'Qiqirn_Archaeologist', 2301, -301.189, 13.870, -343.500, 191), + (17055924, 'Mold_Eater', 2291, -283.212, 14.293, -378.393, 4), + (17055925, 'Mold_Eater', 2291, -294.684, 14.049, -378.992, 123), + (17055926, 'Qiqirn_Archaeologist', 2301, -301.914, 14.159, -398.059, 189), + (17055927, 'Mold_Eater', 2291, -299.889, 14.030, -416.852, 65), + (17055928, 'Mold_Eater', 2291, -301.772, 13.970, -407.153, 63), + (17055929, 'Qiqirn_Archaeologist', 2301, -270.180, 10.953, -340.369, 135), + (17055930, 'Mold_Eater', 2291, -267.971, 13.827, -377.910, 46), + (17055931, 'Mold_Eater', 2291, -270.320, 13.870, -382.386, 237), + (17055932, 'Qiqirn_Mosstrooper', 2305, -298.557, 16.789, -494.319, 54), + (17055933, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055934, 'Fossorial_Flea', 2287, -299.378, 16.502, -470.404, 214), + (17055935, 'Fossorial_Flea', 2287, -301.447, 16.408, -468.189, 146), + (17055936, 'Qiqirn_Archaeologist', 2301, -299.505, 16.418, -468.843, 16), + (17055937, 'Qiqirn_Archaeologist', 2301, -298.850, 10.361, -332.673, 30), + (17055938, 'Slime_Mold', 2308, -304.653, 11.226, -300.950, 97), + (17055939, 'Slime_Mold', 2308, -294.436, 11.158, -306.006, 166), + (17055940, 'Qiqirn_Archaeologist', 2301, -339.157, 10.332, -298.433, 43), + (17055941, 'Qiqirn_Archaeologist', 2301, -339.839, 10.173, -296.616, 64), + (17055942, 'Qiqirn_Archaeologist', 2301, -222.109, 13.591, -381.042, 128), + (17055943, 'Qiqirn_Archaeologist', 2301, -218.626, 14.076, -363.479, 62), + (17055944, 'Slime_Mold', 2308, -185.291, 11.140, -338.382, 218), + (17055945, 'Slime_Mold', 2308, -182.015, 11.211, -341.120, 106), + (17055946, 'Qiqirn_Mosstrooper', 2305, -138.153, 7.966, -317.582, 67), + (17055947, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055948, 'Qiqirn_Archaeologist', 2301, -135.743, 7.331, -304.934, 83), + (17055949, 'Puktrap', 2300, -176.487, 11.131, -299.289, 224), + (17055950, 'Puktrap', 2300, -201.526, 11.064, -295.608, 99), + (17055951, 'Qiqirn_Archaeologist', 2301, -193.649, 11.040, -295.829, 142), + (17055952, 'Puktrap', 2300, -221.570, 10.979, -302.639, 105), + (17055953, 'Qiqirn_Archaeologist', 2301, -194.105, 11.042, -295.588, 138), + (17055954, 'Fossorial_Flea', 2287, -156.684, 11.175, -299.343, 146), + (17055955, 'Fossorial_Flea', 2287, -148.681, 10.833, -297.575, 35), + (17055956, 'Qiqirn_Archaeologist', 2301, -102.534, 7.870, -295.503, 236), + (17055957, 'Qiqirn_Mosstrooper', 2305, -98.085, 8.155, -249.664, 139), + (17055958, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055959, 'Fossorial_Flea', 2287, -102.643, 7.870, -289.173, 179), + (17055960, 'Fossorial_Flea', 2287, -95.458, 7.861, -261.504, 62), + (17055961, 'Fossorial_Flea', 2287, -95.351, 7.829, -261.682, 65), + (17055962, 'Fossorial_Flea', 2287, -93.623, 7.761, -252.003, 204), + (17055963, 'Treant_Sapling', 2309, -184.870, 7.980, -139.837, 165), + (17055964, 'Slime_Mold', 2308, -184.234, 8.276, -176.355, 243), + (17055965, 'Slime_Mold', 2308, -184.205, 8.276, -176.481, 243), + (17055966, 'Treant_Sapling', 2309, -65.708, 13.143, -214.773, 222), + (17055967, 'Phlebotomic_Slug', 2299, -100.916, 22.725, -117.695, 174), + (17055968, 'Qiqirn_Archaeologist', 2301, -27.244, 35.370, -21.071, 251), + (17055969, 'Qiqirn_Mosstrooper', 2305, -18.205, 36.116, -101.309, 176), + (17055970, 'Qiqirn_Mine', 2304, 0.000, 0.000, 0.000, 0), + (17055971, 'Qiqirn_Archaeologist', 2301, -20.639, 36.247, -60.636, 182), + (17055972, 'Qiqirn_Archaeologist', 2301, -16.749, 36.230, -93.773, 196), + (17055973, 'Fossorial_Flea', 2287, -360.893, 36.176, -60.816, 135), + (17055974, 'Fossorial_Flea', 2287, -364.424, 36.058, -60.590, 249), + (17055975, 'Slime_Mold', 2308, -383.028, 35.843, -30.586, 144), + (17055976, 'Slime_Mold', 2308, -378.903, 36.348, -1.321, 190), + (17055977, 'Mycohopper', 2292, -402.984, 14.225, -311.258, 247), + (17055978, 'Mycohopper', 2292, -409.910, 13.826, -331.014, 137), + (17055979, 'Mycohopper', 2292, -391.598, 14.084, -331.623, 183), + (17055980, 'Mycohopper', 2292, -397.076, 14.229, -332.496, 88), + (17055981, 'Mycohopper', 2292, -359.499, 8.143, -205.138, 227), + (17055982, 'Mycohopper', 2292, -366.308, 8.178, -211.226, 245), + (17055983, 'Mycohopper', 2292, -362.044, 8.193, -194.323, 116), + (17055984, 'Mycohopper', 2292, -350.612, 8.214, -199.486, 79), + (17055985, 'Aydeewa_Diremite', 2279, -336.169, 36.262, -123.310, 177), + (17055986, 'Aydeewa_Diremite', 2279, -316.517, 36.541, -115.247, 117), + (17055987, 'Aydeewa_Diremite', 2279, -332.362, 35.987, -108.615, 169), + (17055988, 'Cave_Tiger', 2283, -354.560, 14.816, -403.151, 64), + (17055989, 'Phlebotomic_Slug', 2299, -365.328, 14.410, -411.066, 194), + (17055990, 'Cave_Tiger', 2283, -347.412, 14.367, -422.801, 155), + (17055991, 'Phlebotomic_Slug', 2299, -365.161, 14.762, -422.376, 89), + (17055992, 'Fossorial_Flea', 2287, -366.637, 14.750, -425.048, 235), + (17055993, 'Fossorial_Flea', 2287, -406.862, 13.915, -433.578, 130), + (17055994, 'Fossorial_Flea', 2287, -398.617, 14.422, -424.352, 138), + (17055995, 'Cave_Tiger', 2283, -347.271, 14.354, -441.849, 162), + (17055996, 'Phlebotomic_Slug', 2299, -358.791, 14.123, -442.012, 203), + (17055997, 'Fossorial_Flea', 2287, -352.069, 14.437, -441.671, 158), + (17055998, 'Cave_Tiger', 2283, -384.283, 12.595, -451.431, 120), + (17055999, 'Phlebotomic_Slug', 2299, -369.103, 14.381, -444.936, 198), + (17056000, 'Fossorial_Flea', 2287, -393.097, 14.587, -452.726, 201), + (17056001, 'Fossorial_Flea', 2287, -388.929, 13.758, -453.785, 39), + (17056002, 'Cave_Tiger', 2283, -359.611, 14.390, -472.853, 56), + (17056003, 'Fossorial_Flea', 2287, -373.471, 14.377, -475.117, 226), + (17056004, 'Cave_Tiger', 2283, -353.672, 14.383, -473.876, 56), + (17056005, 'Cave_Tiger', 2283, -359.921, 14.458, -487.198, 1), + (17056006, 'Fossorial_Flea', 2287, -370.888, 14.101, -489.157, 141), + (17056007, 'Fossorial_Flea', 2287, -364.219, 14.219, -495.000, 56), + (17056008, 'Cave_Tiger', 2283, -327.198, 36.020, 14.664, 186), + (17056009, 'Great_Ameretat', 2289, -283.361, 36.306, 9.096, 20), + (17056010, 'Cave_Tiger', 2283, -297.620, 36.237, -1.131, 35), + (17056011, 'Cave_Tiger', 2283, -283.798, 36.350, -21.527, 68), + (17056012, 'Great_Ameretat', 2289, -305.223, 36.301, -24.299, 8), + (17056013, 'Cave_Tiger', 2283, -286.534, 36.367, -40.112, 216), + (17056014, 'Cave_Tiger', 2283, -266.881, 36.737, -32.654, 90), + (17056015, 'Great_Ameretat', 2289, -278.904, 36.313, -62.112, 167), + (17056016, 'Cave_Tiger', 2283, -284.184, 36.138, -94.899, 52), + (17056017, 'Cave_Tiger', 2283, -266.444, 36.018, -88.562, 65), + (17056018, 'Cave_Tiger', 2283, -327.426, 36.283, -49.140, 32), + (17056019, 'Great_Ameretat', 2289, -324.156, 36.418, -46.670, 227), + (17056020, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056021, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056022, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056023, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056024, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056025, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056026, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056027, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056028, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056029, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056030, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056031, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056032, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056033, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056034, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056035, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056036, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056037, 'Mycoskulker', 10858, 0.000, 0.000, 0.000, 0), + (17056038, 'Phlebotomic_Slug', 2299, -231.326, -8.293, -462.801, 201), + (17056039, 'Phlebotomic_Slug', 2299, -173.241, 11.135, -460.912, 3), + (17056040, 'Phlebotomic_Slug', 2299, -173.998, 11.154, -460.930, 4), + (17056041, 'Phlebotomic_Slug', 2299, -140.811, 10.883, -432.833, 186), + (17056042, 'Phlebotomic_Slug', 2299, -76.372, 11.350, -421.764, 133), + (17056043, 'Phlebotomic_Slug', 2299, -75.313, 11.310, -381.164, 3), + (17056044, 'Phlebotomic_Slug', 2299, -58.059, 10.451, -342.289, 99), + (17056045, 'Phlebotomic_Slug', 2299, -16.641, 5.165, -300.639, 180), + (17056046, 'Phlebotomic_Slug', 2299, -98.682, 4.066, -304.216, 91), + (17056048, 'Phlebotomic_Slug', 2299, 10.544, 32.635, -261.154, 3), + (17056049, 'Slime_Mold', 2308, 16.350, 33.188, -262.581, 35), + (17056050, 'Slime_Mold', 2308, 20.230, 32.993, -224.041, 195), + (17056051, 'Phlebotomic_Slug', 2299, 11.922, 33.148, -219.285, 14), + (17056052, 'Phlebotomic_Slug', 2299, 53.581, 32.957, -221.043, 128), + (17056053, 'Phlebotomic_Slug', 2299, 50.234, 33.015, -220.172, 15), + (17056054, 'Phlebotomic_Slug', 2299, 63.092, 32.788, -178.140, 41), + (17056055, 'Phlebotomic_Slug', 2299, 99.553, 29.463, -142.806, 6), + (17056056, 'Phlebotomic_Slug', 2299, 111.207, 32.797, -180.107, 238), + (17056057, 'Phlebotomic_Slug', 2299, 100.167, 32.889, -124.334, 63), + (17056058, 'Phlebotomic_Slug', 2299, 261.094, 32.967, -172.328, 43), + (17056059, 'Phlebotomic_Slug', 2299, 256.145, 32.990, -178.525, 247), + (17056060, 'Phlebotomic_Slug', 2299, 336.567, 32.443, -67.589, 76), + (17056061, 'Phlebotomic_Slug', 2299, -125.304, 11.033, -415.798, 0), + (17056062, 'Slime_Mold', 2308, -133.891, 11.260, -403.498, 32), + (17056063, 'Slime_Mold', 2308, -131.190, 11.059, -392.546, 19), + (17056064, 'Slime_Mold', 2308, -111.409, 11.063, -391.381, 44), + (17056065, 'Slime_Mold', 2308, -123.128, 11.258, -387.143, 96), + (17056066, 'Slime_Mold', 2308, -110.382, 11.154, -401.301, 98), + (17056067, 'Slime_Mold', 2308, 168.926, 33.380, -150.586, 4), + (17056068, 'Phlebotomic_Slug', 2299, 157.377, 33.259, -178.121, 31), + (17056069, 'Phlebotomic_Slug', 2299, 165.966, 33.299, -166.401, 68), + (17056070, 'Slime_Mold', 2308, 186.156, 32.109, -182.402, 9), + (17056071, 'Phlebotomic_Slug', 2299, 176.218, 33.677, -151.573, 226), + (17056072, 'Slime_Mold', 2308, 196.458, 33.784, -137.522, 143), + (17056073, 'Slime_Mold', 2308, 204.365, 33.912, -139.716, 189), + (17056074, 'Air_Elemental', 2275, 205.621, 33.404, -173.263, 18), + (17056075, 'Phlebotomic_Slug', 2299, 198.372, 33.311, -171.664, 73), + (17056076, 'Phlebotomic_Slug', 2299, 192.636, 33.493, -123.775, 3), + (17056077, 'Phlebotomic_Slug', 2299, 208.572, 33.312, -130.384, 188), + (17056078, 'Phlebotomic_Slug', 2299, 221.975, 33.353, -119.462, 234), + (17056079, 'Slime_Mold', 2308, 224.375, 33.298, -111.200, 144), + (17056080, 'Phlebotomic_Slug', 2299, 224.371, 33.287, -110.303, 107), + (17056081, 'Phlebotomic_Slug', 2299, 245.366, 33.364, -128.251, 38), + (17056082, 'Phlebotomic_Slug', 2299, 243.773, 33.272, -102.782, 139), + (17056083, 'Phlebotomic_Slug', 2299, 169.337, 31.044, -140.493, 164), + (17056084, 'Phlebotomic_Slug', 2299, 215.482, 32.471, -149.090, 159), + (17056085, 'Phlebotomic_Slug', 2299, 271.850, 33.734, -91.103, 77), + (17056086, 'Phlebotomic_Slug', 2299, 276.863, 33.259, -82.735, 148), + (17056087, 'Slime_Mold', 2308, 280.758, 33.304, -85.255, 197), + (17056088, 'Air_Elemental', 2275, 294.601, 32.986, -68.529, 185), + (17056089, 'Phlebotomic_Slug', 2299, 274.738, 33.442, -72.922, 228), + (17056090, 'Phlebotomic_Slug', 2299, 281.373, 33.261, -61.728, 130), + (17056091, 'Slime_Mold', 2308, 433.486, -26.616, 396.415, 34), + (17056092, 'Qiqirn_Enterpriser', 2302, 443.296, -26.530, 393.441, 174), + (17056093, 'Qiqirn_Lieuter', 2303, 455.915, -27.282, 415.785, 234), + (17056094, 'Qiqirn_Mine', 2304, 537.400, -26.825, 377.582, 191), + (17056095, 'Qiqirn_Lieuter', 2303, 0.000, 0.000, 0.000, 0), + (17056096, 'Qiqirn_Mine', 2304, 337.713, -26.978, 494.900, 75), + (17056097, 'Slime_Eater', 10859, 337.817, -27.010, 492.618, 173), + (17056098, 'Slime_Eater', 10859, 379.231, -26.783, 491.234, 190), + (17056099, 'Slime_Eater', 10859, 383.573, -26.875, 502.811, 245), + (17056100, 'Slime_Eater', 10859, 412.916, -5.312, 266.291, 215), + (17056101, 'Mold_Eater', 2291, 417.654, -0.485, 274.594, 212), + (17056102, 'Mold_Eater', 2291, 407.510, -12.814, 252.971, 76), + (17056103, 'Mold_Eater', 2291, 459.431, -26.822, 273.465, 196), + (17056104, 'Mold_Eater', 2291, 458.876, -27.080, 266.544, 68), + (17056105, 'Qiqirn_Enterpriser', 2302, 455.429, -26.878, 259.160, 140), + (17056106, 'Mold_Eater', 2291, 463.957, -27.018, 256.598, 21), + (17056107, 'Mold_Eater', 2291, 455.224, -26.893, 258.651, 169), + (17056108, 'Mold_Eater', 2291, 258.445, 1.235, 338.055, 7), + (17056109, 'Slime_Mold', 2308, 260.036, 0.789, 347.393, 228), + (17056110, 'Slime_Mold', 2308, 262.049, 0.563, 350.790, 60), + (17056111, 'Mold_Eater', 2291, 299.469, 0.653, 341.503, 244), + (17056112, 'Mold_Eater', 2291, 221.504, 1.420, 358.999, 197), + (17056113, 'Treant_Sapling', 2309, 223.234, 1.035, 341.924, 50), + (17056114, 'Qiqirn_Enterpriser', 2302, 222.751, 1.104, 392.133, 184), + (17056115, 'Treant_Sapling', 2309, 219.351, 1.097, 419.815, 189), + (17056116, 'Treant_Sapling', 2309, 178.015, -0.109, 377.565, 135), + (17056117, 'Qiqirn_Enterpriser', 2302, 185.087, 0.213, 377.308, 101), + (17056118, 'Qiqirn_Lieuter', 2303, 192.826, 0.728, 381.197, 3), + (17056119, 'Qiqirn_Mine', 2304, 273.047, -18.702, 455.060, 54), + (17056120, 'Treant_Sapling', 2309, 188.692, 0.502, 380.687, 230), + (17056121, 'Qiqirn_Enterpriser', 2302, 445.790, -26.568, 410.122, 89), + (17056122, 'Puktrap', 2300, 442.627, -26.834, 402.953, 136), + (17056123, 'Puktrap', 2300, 429.210, -26.738, 401.321, 22), + (17056124, 'Puktrap', 2300, 479.677, -26.578, 372.501, 89), + (17056125, 'Aydeewa_Diremite', 2279, 473.339, -26.682, 364.982, 81), + (17056126, 'Aydeewa_Diremite', 2279, 496.913, -27.563, 337.864, 72), + (17056127, 'Aydeewa_Diremite', 2279, 496.632, -27.134, 347.581, 192), + (17056128, 'Aydeewa_Diremite', 2279, 474.624, -26.581, 309.734, 157), + (17056129, 'Aydeewa_Diremite', 2279, 486.450, -26.584, 317.157, 113), + (17056130, 'Aydeewa_Diremite', 2279, 348.268, -26.958, 451.147, 125), + (17056131, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056132, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056133, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056134, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056135, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056136, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056137, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056138, 'Slime_Eater', 10859, 0.000, 0.000, 0.000, 0), + (17056139, 'Puktrap', 2300, 282.813, 1.208, 415.894, 1), + (17056140, 'Puktrap', 2300, 271.583, 1.323, 399.902, 90), + (17056141, 'Lizardtrap', 0, 0.000, 0.000, 0.000, 0), + (17056142, 'Puktrap', 2300, 277.328, 1.012, 391.083, 123), + (17056143, 'Qiqirn_Enterpriser', 2302, 316.520, 1.142, 369.647, 215), + (17056144, 'Qiqirn_Enterpriser', 2302, 314.393, 1.104, 370.587, 94), + (17056145, 'Phlebotomic_Slug', 2299, 345.800, 1.312, 369.395, 248), + (17056146, 'Qiqirn_Enterpriser', 2302, 346.089, 1.725, 327.730, 36), + (17056147, 'Qiqirn_Lieuter', 2303, 415.158, 0.942, 369.165, 248), + (17056148, 'Qiqirn_Mine', 2304, 391.213, 1.042, 378.871, 145), + (17056149, 'Phlebotomic_Slug', 2299, 416.993, 1.291, 353.699, 182), + (17056150, 'Phlebotomic_Slug', 2299, 409.100, 1.290, 368.676, 168), + (17056151, 'Phlebotomic_Slug', 2299, 407.952, 1.100, 332.187, 126), + (17056152, 'Phlebotomic_Slug', 2299, 412.307, 1.183, 327.982, 92), + (17056153, 'Qiqirn_Enterpriser', 2302, 408.393, 1.184, 334.455, 14), + (17056154, 'Qiqirn_Enterpriser', 2302, 394.688, 1.551, 306.341, 127), + (17056155, 'Phlebotomic_Slug', 2299, 353.782, 1.326, 326.442, 54), + (17056156, 'Crystal_Eater', 2285, 0.000, 0.000, 0.000, 0), + (17056157, 'Bluestreak_Gyugyuroon', 2280, -219.199, 13.483, -340.343, 241), + (17056158, 'Nosferatu', 2293, -199.000, 8.000, -62.000, 187), + (17056159, 'Nosferatu_Bats', 2294, -198.000, 8.000, -61.000, 187), + (17056160, 'Nosferatu_Bats', 2294, -197.000, 8.000, -60.000, 187), + (17056161, 'Nosferatu_Bats', 2294, -200.000, 8.000, -63.000, 187), + (17056162, 'Nosferatu_Wolf', 2296, -197.000, 8.000, -60.000, 187), + (17056163, 'Nosferatu_Wolf', 2296, -199.000, 8.000, -62.000, 187), + (17056164, 'Nosferatu_Wolf', 2296, -200.000, 8.000, -63.000, 187), + (17056165, 'Nosferatu_Murk', 2295, -198.000, 8.000, -61.000, 187), + (17056166, 'Nosferatu_Murk', 2295, -197.000, 8.000, -60.000, 187), + (17056167, 'Nosferatu_Murk', 2295, -200.000, 8.000, -63.000, 187), + (17056168, 'Pandemonium_Warden', 2298, 0.000, 0.000, 0.000, 0), + (17056169, 'Pandemonium_Warden', 2298, 0.000, 0.000, 0.000, 0), + (17056170, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056171, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056172, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056173, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056174, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056175, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056176, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056177, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056178, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056179, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056180, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056181, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056182, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056183, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056184, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056185, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056186, 'Pandemonium_Lamp', 2297, 0.000, 0.000, 0.000, 0), + (17056187, 'Chigre', 2284, -217.569, 35.754, 12.182, 183), + (17072129, 'Nepionic_Soulflayer', 2370, -526.000, -0.449, 646.000, 183), + (17072130, 'Qiqirn_Poulterer', 2376, 103.860, -0.486, 145.245, 1), + (17072131, 'Qiqirn_Goldsmith', 2374, 94.937, -0.441, 135.866, 245), + (17072132, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072133, 'Boompadu', 2365, 0.000, 0.000, 0.000, 0), + (17072134, 'Qiqirn_Poulterer', 2376, 60.181, -4.000, 114.084, 248), + (17072135, 'Qiqirn_Poulterer', 2376, 51.574, -4.004, 108.471, 192), + (17072136, 'Qiqirn_Goldsmith', 2374, 70.022, -4.018, 110.663, 67), + (17072137, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072138, 'Qiqirn_Goldsmith', 2374, -31.616, -4.441, 128.273, 126), + (17072139, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072140, 'Qiqirn_Goldsmith', 2374, -14.382, -4.488, 144.050, 31), + (17072141, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072142, 'Qiqirn_Goldsmith', 2374, -112.599, -8.000, 104.053, 239), + (17072143, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072144, 'Qiqirn_Goldsmith', 2374, -92.370, -7.999, 93.103, 66), + (17072145, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072146, 'Qiqirn_Poulterer', 2376, -113.187, -7.999, 103.088, 147), + (17072147, 'Qiqirn_Poulterer', 2376, -188.666, -8.484, 59.816, 44), + (17072148, 'Qiqirn_Goldsmith', 2374, -171.052, -8.343, 59.996, 222), + (17072149, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072150, 'Cookieduster_Lipiroon', 2367, 0.000, 0.000, 0.000, 0), + (17072151, 'Qiqirn_Poulterer', 2376, -185.782, -8.249, -33.147, 56), + (17072152, 'Qiqirn_Goldsmith', 2374, -174.194, -8.441, -17.681, 138), + (17072153, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072154, 'Qiqirn_Goldsmith', 2374, -112.401, -8.058, -58.387, 187), + (17072155, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072156, 'Qiqirn_Goldsmith', 2374, -87.459, -8.058, -73.269, 116), + (17072157, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072158, 'Qiqirn_Poulterer', 2376, -93.193, -8.058, -59.126, 191), + (17072159, 'Qiqirn_Goldsmith', 2374, -16.070, -4.487, -105.433, 1), + (17072160, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072161, 'Qiqirn_Goldsmith', 2374, -10.483, -4.457, -102.846, 217), + (17072162, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072163, 'Qiqirn_Goldsmith', 2374, 53.516, -4.002, -49.170, 88), + (17072164, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072165, 'Qiqirn_Poulterer', 2376, 50.524, -4.002, -45.605, 129), + (17072166, 'Qiqirn_Poulterer', 2376, 71.085, -4.002, -55.531, 184), + (17072167, 'Qiqirn_Poulterer', 2376, 95.994, -0.445, -91.888, 54), + (17072168, 'Qiqirn_Goldsmith', 2374, 98.206, -0.210, -111.793, 126), + (17072169, 'Qiqirn_Mine', 2375, 0.000, 0.000, 0.000, 0), + (17072170, 'Oupire', 2373, 90.000, 0.100, -100.000, 0), + (17072171, 'Ob', 2371, 552.914, -0.112, -135.001, 50), + (17072172, 'Cheese_Hoarder_Gigiroon', 2366, -184.112, -8.105, 24.555, 26), + (17072173, 'Qiqirn_Mine', 2375, -99.441, -8.499, 30.888, 217), + (17072174, 'Qiqirn_Mine', 2375, -100.259, -9.000, 25.517, 191), + (17072175, 'Qiqirn_Mine', 2375, -144.175, -8.450, 63.390, 224), + (17072176, 'Qiqirn_Mine', 2375, -174.429, -8.500, 67.694, 13), + (17072177, 'Qiqirn_Mine', 2375, -176.807, -8.449, 73.492, 65), + (17072178, 'Armed_Gears', 2364, -19.160, -4.386, -98.957, 188), + (17072179, 'Wulgaru', 10891, -22.265, -4.449, 204.588, 114), + (17100801, 'Caedarva_Pondscum', 2778, 0.000, 0.000, 0.000, 0), + (17100802, 'Caedarva_Marshscum', 2777, 0.000, 0.000, 0.000, 0), + (17100803, 'Suhur_Mas', 2826, 0.000, 0.000, 0.000, 0), + (17100804, 'Llamhigyn_Y_Dwr', 2803, -294.156, -3.509, -697.951, 96), + (17100805, 'Llamhigyn_Y_Dwr', 2803, 0.000, 0.000, 0.000, 0), + (17100806, 'Chigoe', 2780, 237.115, -8.949, -352.812, 20), + (17100807, 'Chigoe', 2780, 314.347, -8.709, -446.945, 110), + (17100808, 'Chigoe', 2780, 318.988, -10.787, -455.924, 43), + (17100809, 'Chigoe', 2780, 318.605, -10.500, -453.678, 232), + (17100810, 'Chigoe', 2780, 239.320, -8.268, -353.714, 25), + (17100811, 'Chigoe', 2780, 270.933, -20.099, -328.418, 152), + (17100812, 'Chigoe', 2780, 270.459, -20.098, -328.045, 151), + (17100813, 'Chigoe', 2780, 0.000, 0.000, 0.000, 0), + (17100814, 'Chigoe', 2780, 0.000, 0.000, 0.000, 0), + (17100815, 'Chigoe', 2780, 0.000, 0.000, 0.000, 0), + (17100816, 'Puktrap', 2816, 77.643, -0.004, -662.026, 64), + (17100817, 'Marsh_Murre', 2805, 69.789, -1.395, -686.672, 10), + (17100818, 'Marsh_Murre', 2805, 97.524, -2.660, -702.212, 202), + (17100819, 'Treant_Sapling', 2828, 102.668, -2.973, -710.723, 105), + (17100820, 'Chigoe', 2780, 109.851, -2.114, -722.536, 229), + (17100821, 'Chigoe', 2780, 101.782, -3.237, -722.503, 239), + (17100822, 'Treant_Sapling', 2828, 102.652, -3.114, -723.679, 222), + (17100823, 'Chigoe', 2780, 143.027, -0.267, -721.995, 137), + (17100824, 'Chigoe', 2780, 133.035, -0.711, -729.098, 136), + (17100825, 'Treant_Sapling', 2828, 143.673, -2.687, -735.248, 153), + (17100826, 'Marsh_Murre', 2805, 101.851, 0.106, -680.454, 100), + (17100827, 'Puktrap', 2816, 115.163, -0.361, -678.845, 182), + (17100828, 'Puktrap', 2816, 155.530, -0.318, -686.965, 12), + (17100829, 'Water_Elemental', 2831, 135.250, -0.130, -697.086, 119), + (17100830, 'Puktrap', 2816, 79.576, -0.162, -625.786, 62), + (17100831, 'Caedarva_Leech', 2776, 79.806, -0.366, -633.271, 59), + (17100832, 'Puktrap', 2816, 81.100, -0.422, -594.534, 125), + (17100833, 'Puktrap', 2816, 90.932, 0.432, -570.434, 201), + (17100834, 'Marsh_Murre', 2805, 86.479, -1.534, -551.657, 168), + (17100835, 'Treant_Sapling', 2828, 100.068, -2.502, -540.649, 204), + (17100836, 'Puktrap', 2816, 223.067, -2.593, -658.884, 128), + (17100837, 'Caedarva_Leech', 2776, 226.666, -1.731, -663.362, 80), + (17100838, 'Treant_Sapling', 2828, 204.046, -0.173, -665.355, 245), + (17100839, 'Marsh_Murre', 2805, 242.040, -2.519, -665.639, 65), + (17100840, 'Orderly_Imp', 2814, 247.416, -6.512, -665.639, 167), + (17100841, 'Marsh_Murre', 2805, 257.759, -3.655, -723.823, 56), + (17100842, 'Puktrap', 2816, 217.048, -2.416, -623.363, 213), + (17100843, 'Puktrap', 2816, 198.090, -0.080, -628.673, 58), + (17100844, 'Caedarva_Leech', 2776, 213.904, -2.182, -628.527, 151), + (17100845, 'Puktrap', 2816, 210.373, -1.240, -584.526, 209), + (17100846, 'Puktrap', 2816, 220.682, -3.794, -592.348, 142), + (17100847, 'Caedarva_Leech', 2776, 199.728, -0.367, -592.413, 64), + (17100848, 'Puktrap', 2816, 116.434, -3.389, -542.424, 8), + (17100849, 'Caedarva_Leech', 2776, 122.136, -4.310, -537.750, 236), + (17100850, 'Marsh_Murre', 2805, 154.186, -0.845, -521.133, 20), + (17100851, 'Treant_Sapling', 2828, 149.245, -2.295, -514.904, 193), + (17100852, 'Chigoe', 2780, 154.945, -0.447, -527.749, 76), + (17100853, 'Chigoe', 2780, 150.162, -2.618, -513.488, 189), + (17100854, 'Puktrap', 2816, 140.499, -1.690, -546.469, 98), + (17100855, 'Puktrap', 2816, 146.624, -1.093, -549.054, 254), + (17100856, 'Caedarva_Leech', 2776, 144.817, -1.033, -533.961, 213), + (17100857, 'Marsh_Murre', 2805, 212.483, -0.421, -536.630, 2), + (17100858, 'Treant_Sapling', 2828, 221.352, -0.015, -520.642, 195), + (17100859, 'Puktrap', 2816, 213.336, -0.203, -562.730, 53), + (17100860, 'Puktrap', 2816, 209.658, -0.066, -549.177, 219), + (17100861, 'Water_Elemental', 2831, 202.899, -0.445, -560.923, 135), + (17100862, 'Marsh_Murre', 2805, 257.944, -4.001, -574.422, 87), + (17100863, 'Puktrap', 2816, 250.870, -1.399, -547.116, 161), + (17100864, 'Marsh_Murre', 2805, 242.823, -0.234, -532.756, 139), + (17100865, 'Puktrap', 2816, 240.966, -3.321, -501.756, 77), + (17100866, 'Puktrap', 2816, 186.973, 0.650, -618.610, 53), + (17100867, 'Puktrap', 2816, 158.850, 0.696, -623.267, 145), + (17100868, 'Caedarva_Leech', 2776, 310.961, -2.192, -498.219, 132), + (17100869, 'Caedarva_Leech', 2776, 340.746, -5.161, -472.618, 192), + (17100870, 'Wild_Karakul', 2832, 333.885, -9.646, -447.557, 54), + (17100871, 'Wild_Karakul', 2832, 309.638, -8.548, -447.557, 42), + (17100872, 'Wild_Karakul', 2832, 307.320, -10.088, -451.786, 95), + (17100873, 'Wild_Karakul', 2832, 295.122, -12.271, -414.418, 17), + (17100874, 'Wild_Karakul', 2832, 287.607, -16.220, -387.671, 242), + (17100875, 'Wild_Karakul', 2832, 315.793, -16.336, -402.407, 9), + (17100876, 'Wild_Karakul', 2832, 321.809, -16.843, -373.780, 34), + (17100877, 'Water_Elemental', 2831, 317.504, -16.525, -360.700, 70), + (17100878, 'Wild_Karakul', 2832, 281.140, -18.075, -348.381, 152), + (17100879, 'Wild_Karakul', 2832, 260.111, -13.056, -360.906, 65), + (17100880, 'Jnun', 2794, 301.229, -15.545, -368.114, 241), + (17100881, 'Jnun', 2794, 300.517, -15.085, -382.627, 149), + (17100882, 'Oil_Slick', 2813, 289.886, -16.354, -354.381, 159), + (17100883, 'Oil_Slick', 2813, 289.808, -15.989, -365.526, 176), + (17100884, 'Jnun', 2794, 301.042, -15.186, -348.030, 226), + (17100885, 'Marsh_Murre', 2805, 177.414, -8.032, -360.826, 14), + (17100886, 'Mature_Treant', 2806, 160.508, -13.850, -428.824, 192), + (17100887, 'Treant_Sapling', 2828, 160.308, -8.130, -391.696, 198), + (17100888, 'Treant_Sapling', 2828, 152.911, -15.315, -433.563, 16), + (17100889, 'Wild_Karakul', 2832, 176.997, -16.000, -467.398, 166), + (17100890, 'Chigoe', 2780, 187.802, -18.847, -464.582, 208), + (17100891, 'Chigoe', 2780, 188.127, -20.461, -448.535, 52), + (17100892, 'Wild_Karakul', 2832, 158.929, -13.270, -448.535, 202), + (17100893, 'Chigoe', 2780, 159.511, -15.088, -451.697, 223), + (17100894, 'Chigoe', 2780, 152.389, -8.369, -478.375, 21), + (17100895, 'Orderly_Imp', 2814, 156.782, -15.587, -449.138, 148), + (17100896, 'Mature_Treant', 2806, 160.747, -8.941, -317.219, 22), + (17100897, 'Treant_Sapling', 2828, 139.542, -12.199, -310.651, 6), + (17100898, 'Treant_Sapling', 2828, 154.067, -9.907, -317.982, 99), + (17100899, 'Caedarva_Leech', 2776, 136.702, -12.388, -449.138, 73), + (17100900, 'Chigoe', 2780, 139.498, -8.821, -258.579, 197), + (17100901, 'Chigoe', 2780, 138.588, -10.458, -262.847, 69), + (17100902, 'Chigoe', 2780, 138.829, -8.794, -257.940, 197), + (17100903, 'Mature_Treant', 2806, 155.820, -8.918, -257.940, 98), + (17100904, 'Treant_Sapling', 2828, 145.883, -10.686, -198.577, 21), + (17100905, 'Treant_Sapling', 2828, 154.025, -8.722, -187.901, 232), + (17100906, 'Treant_Sapling', 2828, 186.147, -13.270, -170.683, 191), + (17100907, 'Treant_Sapling', 2828, 149.663, -8.174, -167.340, 119), + (17100908, 'Oil_Slick', 2813, 153.467, -8.632, -187.892, 237), + (17100909, 'Oil_Slick', 2813, 156.673, -7.939, -175.915, 32), + (17100910, 'Jnun', 2794, 135.303, -7.233, -181.500, 166), + (17100911, 'Mature_Treant', 2806, 178.210, -10.729, -175.915, 203), + (17100912, 'Treant_Sapling', 2828, 180.646, -12.370, -144.911, 8), + (17100913, 'Mature_Treant', 2806, 223.936, -19.729, -147.195, 203), + (17100914, 'Treant_Sapling', 2828, 223.746, -19.645, -146.763, 218), + (17100915, 'Orderly_Imp', 2814, 207.406, -16.269, -118.341, 248), + (17100916, 'Mature_Treant', 2806, 221.061, -17.534, -127.531, 80), + (17100917, 'Treant_Sapling', 2828, 193.311, -16.105, -123.216, 154), + (17100918, 'Treant_Sapling', 2828, 210.429, -17.002, -143.903, 105), + (17100919, 'Lamia_Fatedealer', 2798, 206.152, -18.436, -107.400, 239), + (17100920, 'Reserve_Draugar', 2823, 250.464, -16.490, -103.434, 35), + (17100921, 'Reserve_Draugar', 2823, 235.684, -17.142, -88.495, 107), + (17100922, 'Mature_Treant', 2806, 215.091, -20.413, -89.899, 217), + (17100923, 'Lamia_Fatedealer', 2798, 185.710, -18.445, -64.390, 6), + (17100924, 'Reserve_Draugar', 2823, 167.057, -12.932, -61.003, 129), + (17100925, 'Reserve_Draugar', 2823, 174.713, -14.737, -60.372, 115), + (17100926, 'Marsh_Murre', 2805, 372.028, -20.270, -372.126, 92), + (17100927, 'Heraldic_Imp', 2792, 423.378, -13.028, -334.817, 191), + (17100928, 'Spongilla_Fly', 2825, 442.652, -8.889, -323.589, 61), + (17100929, 'Spongilla_Fly', 2825, 424.772, -11.627, -315.783, 6), + (17100930, 'Heraldic_Imp', 2792, 428.771, -8.495, -284.147, 111), + (17100931, 'Heraldic_Imp', 2792, 413.847, -9.297, -284.147, 88), + (17100932, 'Spongilla_Fly', 2825, 430.920, -8.647, -293.809, 160), + (17100933, 'Jnun', 2794, 461.390, -6.250, -332.261, 11), + (17100934, 'Jnun', 2794, 464.310, -6.500, -300.164, 70), + (17100935, 'Water_Elemental', 2831, 446.211, -7.513, -302.275, 21), + (17100936, 'Jnun', 2794, 450.107, -6.307, -299.079, 135), + (17100937, 'Jnun', 2794, 0.000, 0.000, 0.000, 0), + (17100938, 'Spongilla_Fly', 2825, 507.369, -14.861, -263.301, 245), + (17100939, 'Heraldic_Imp', 2792, 482.615, -8.601, -275.191, 224), + (17100940, 'Spongilla_Fly', 2825, 507.553, -14.857, -264.262, 215), + (17100941, 'Spongilla_Fly', 2825, 494.283, -12.196, -333.344, 247), + (17100942, 'Heraldic_Imp', 2792, 480.307, -10.084, -269.108, 174), + (17100943, 'Spongilla_Fly', 2825, 521.668, -16.675, -328.506, 158), + (17100944, 'Heraldic_Imp', 2792, 504.064, -13.485, -309.410, 99), + (17100945, 'Heraldic_Imp', 2792, 543.692, -20.689, -348.679, 74), + (17100946, 'Heraldic_Imp', 2792, 386.437, -10.218, -348.679, 216), + (17100947, 'Spongilla_Fly', 2825, 386.427, -10.244, -242.520, 219), + (17100948, 'Spongilla_Fly', 2825, 378.102, -12.192, -241.274, 174), + (17100949, 'Heraldic_Imp', 2792, 419.034, -11.175, -160.950, 214), + (17100950, 'Heraldic_Imp', 2792, 419.949, -11.175, -160.029, 205), + (17100951, 'Heraldic_Imp', 2792, 419.386, -11.175, -156.165, 42), + (17100952, 'Spongilla_Fly', 2825, 405.615, -11.963, -180.786, 169), + (17100953, 'Caedarva_Leech', 2776, 363.055, -16.916, -348.679, 122), + (17100954, 'Caedarva_Leech', 2776, 375.492, -2.158, -141.140, 150), + (17100955, 'Caedarva_Leech', 2776, 304.826, -15.771, -137.513, 162), + (17100956, 'Chigoe', 2780, 296.269, -18.788, -145.077, 65), + (17100957, 'Chigoe', 2780, 296.716, -17.647, -139.260, 112), + (17100958, 'Chigoe', 2780, 282.815, -20.726, -145.789, 0), + (17100959, 'Spongilla_Fly', 2825, 421.901, -14.715, -146.777, 62), + (17100960, 'Heraldic_Imp', 2792, 425.512, -19.996, -69.732, 7), + (17100961, 'Heraldic_Imp', 2792, 421.662, -11.621, -154.296, 82), + (17100962, 'Thunder_Elemental', 2827, 431.515, -17.970, -77.292, 231), + (17100963, 'Marsh_Murre', 2805, 67.652, -4.333, -495.225, 56), + (17100964, 'Heraldic_Imp', 2792, 455.918, -25.896, -495.225, 188), + (17100965, 'Mosshorn', 2810, 454.036, -26.372, 19.013, 188), + (17100966, 'Wild_Karakul', 2832, 458.627, -26.934, 28.263, 0), + (17100967, 'Mosshorn', 2810, 491.195, -26.668, -14.971, 116), + (17100968, 'Wild_Karakul', 2832, 485.604, -28.590, -14.971, 143), + (17100969, 'Elder_Treant', 2787, 526.363, -24.955, -12.199, 34), + (17100970, 'Elder_Treant', 2787, 533.487, -26.468, -48.179, 182), + (17100971, 'Mosshorn', 2810, 517.760, -24.461, 41.428, 217), + (17100972, 'Wild_Karakul', 2832, 539.797, -26.764, 18.675, 170), + (17100973, 'Mosshorn', 2810, 500.611, -24.188, 4.185, 105), + (17100974, 'Elder_Treant', 2787, 486.090, -24.065, 18.675, 85), + (17100975, 'Mosshorn', 2810, 501.606, -35.940, 88.169, 16), + (17100976, 'Elder_Treant', 2787, 494.093, -32.024, 100.613, 14), + (17100977, 'Treant_Sapling', 2828, -317.412, -3.144, -704.942, 48), + (17100978, 'Treant_Sapling', 2828, -318.633, -2.597, -709.119, 234), + (17100979, 'Marsh_Murre', 2805, -305.182, -2.835, -704.891, 57), + (17100980, 'Caedarva_Leech', 2776, -325.668, -2.934, -703.149, 82), + (17100981, 'Marsh_Murre', 2805, -349.457, -0.076, -722.039, 169), + (17100982, 'Marsh_Murre', 2805, -372.831, -0.883, -724.590, 59), + (17100983, 'Caedarva_Leech', 2776, -333.187, -0.432, -719.233, 50), + (17100984, 'Marsh_Murre', 2805, -412.012, -2.745, -724.464, 33), + (17100985, 'Marsh_Murre', 2805, -410.568, -1.882, -737.293, 184), + (17100986, 'Treant_Sapling', 2828, -405.388, -2.346, -731.385, 0), + (17100987, 'Treant_Sapling', 2828, -412.409, -2.822, -727.566, 19), + (17100988, 'Marsh_Murre', 2805, -418.184, 4.699, -679.452, 65), + (17100989, 'Marsh_Murre', 2805, -414.845, 4.764, -626.959, 197), + (17100990, 'Qiqirn_Rock_Hound', 2819, -383.550, 4.364, -611.443, 146), + (17100991, 'Guard_Skeleton', 2791, -401.996, 6.751, -608.053, 131), + (17100992, 'Orderly_Imp', 2814, -427.570, 7.885, -596.115, 1), + (17100993, 'Marsh_Murre', 2805, -414.725, 7.020, -609.893, 5), + (17100994, 'Qiqirn_Rock_Hound', 2819, -445.583, 7.748, -606.324, 253), + (17100995, 'Guard_Skeleton', 2791, -445.001, 7.734, -606.421, 123), + (17100996, 'Qiqirn_Mireguide', 2818, -441.161, 7.831, -577.821, 40), + (17100997, 'Qiqirn_Mine', 2817, 0.000, 0.000, 0.000, 0), + (17100998, 'Guard_Skeleton', 2791, -445.639, 7.406, -572.427, 250), + (17100999, 'Qiqirn_Rock_Hound', 2819, -420.630, 7.504, -585.338, 127), + (17101000, 'Guard_Skeleton', 2791, -405.310, 7.643, -585.286, 126), + (17101001, 'Marsh_Murre', 2805, -386.580, 7.852, -556.033, 182), + (17101002, 'Qiqirn_Mireguide', 2818, -426.312, 7.629, -574.422, 2), + (17101003, 'Qiqirn_Mine', 2817, 0.000, 0.000, 0.000, 0), + (17101004, 'Guard_Skeleton', 2791, -420.376, 7.917, -563.785, 197), + (17101005, 'Marsh_Murre', 2805, -438.897, 7.521, -563.835, 5), + (17101006, 'Marsh_Murre', 2805, -362.341, 4.303, -579.876, 23), + (17101007, 'Qiqirn_Mireguide', 2818, -367.418, 7.722, -552.142, 179), + (17101008, 'Qiqirn_Mine', 2817, 0.000, 0.000, 0.000, 0), + (17101009, 'Guard_Skeleton', 2791, -367.819, 7.657, -556.383, 62), + (17101010, 'Marsh_Murre', 2805, -349.849, 6.372, -547.437, 6), + (17101011, 'Orderly_Imp', 2814, -343.280, 4.409, -556.486, 7), + (17101012, 'Qiqirn_Mireguide', 2818, -343.185, 4.934, -583.392, 5), + (17101013, 'Qiqirn_Mine', 2817, 0.000, 0.000, 0.000, 0), + (17101014, 'Guard_Skeleton', 2791, -342.967, 4.479, -567.506, 253), + (17101015, 'Marsh_Murre', 2805, -463.839, 5.685, -586.081, 31), + (17101016, 'Chigoe', 2780, -494.846, 5.224, -579.510, 245), + (17101017, 'Chigoe', 2780, -493.151, 4.865, -579.481, 240), + (17101018, 'Orderly_Imp', 2814, -512.107, 10.812, -581.521, 129), + (17101019, 'Marsh_Murre', 2805, -276.206, 5.121, -581.571, 3), + (17101020, 'Marsh_Murre', 2805, -321.764, 3.386, -506.753, 249), + (17101021, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101022, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101023, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101024, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101025, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101026, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101027, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101028, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101029, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101030, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101031, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101032, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101033, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101034, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101035, 'Slough_Skua', 10844, 0.000, 0.000, 0.000, 0), + (17101036, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101037, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101038, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101039, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101040, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101041, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101042, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101043, 'Jnun', 2794, -616.565, 12.820, -172.268, 1), + (17101044, 'Jnun', 2794, -616.358, 12.786, -189.502, 22), + (17101045, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101046, 'Ephramadian_Shade', 2788, 0.000, 0.000, 0.000, 0), + (17101047, 'Water_Elemental', 2831, 0.000, 0.000, 0.000, 0), + (17101048, 'Ephramadian_Shade', 2788, -616.584, 9.154, -198.319, 227), + (17101049, 'Ephramadian_Shade', 2788, -585.003, 9.207, -228.285, 101), + (17101050, 'Ephramadian_Shade', 2788, -700.407, 8.859, -238.871, 61), + (17101051, 'Ephramadian_Shade', 2788, -692.213, 8.748, -256.118, 163), + (17101052, 'Ephramadian_Shade', 2788, -694.823, 9.095, -281.523, 11), + (17101053, 'Ephramadian_Shade', 2788, -667.038, 10.350, -272.912, 119), + (17101054, 'Ephramadian_Shade', 2788, -667.174, 9.701, -280.261, 98), + (17101055, 'Guard_Bhoot', 2790, -589.839, 7.268, -133.674, 235), + (17101056, 'Dark_Elemental', 2782, -598.417, 9.389, -146.678, 69), + (17101057, 'Draugar_Servant', 2785, -533.845, 11.673, -219.798, 128), + (17101058, 'Draugar_s_Wyvern', 2786, -455.589, -1.167, -213.318, 249), + (17101059, 'Draugar_Servant', 2785, -454.477, -1.333, -212.574, 8), + (17101060, 'Lamia_Idolater', 2799, -487.856, 2.341, -208.063, 110), + (17101061, 'Draugar_Servant', 2785, -495.212, 0.967, -199.070, 254), + (17101062, 'Draugar_Servant', 2785, -469.694, -0.092, -181.117, 220), + (17101063, 'Lamia_Idolater', 2799, -391.379, -4.868, -208.017, 160), + (17101064, 'Lamia_Idolater', 2799, -414.498, -4.170, -203.790, 169), + (17101065, 'Heraldic_Imp', 2792, -438.119, -3.959, -215.370, 253), + (17101066, 'Jnun', 2794, -423.378, -3.326, -177.261, 28), + (17101067, 'Jnun', 2794, -412.104, -3.153, -179.663, 206), + (17101068, 'Jnun', 2794, -376.003, -3.389, -141.075, 22), + (17101069, 'Oil_Slick', 2813, -378.321, -3.375, -141.927, 11), + (17101070, 'Oil_Slick', 2813, -387.203, -3.184, -132.252, 196), + (17101071, 'Lamia_Idolater', 2799, -375.094, -8.272, -212.641, 64), + (17101072, 'Lamia_Idolater', 2799, -437.576, -4.501, -147.246, 189), + (17101073, 'Lamia_Idolater', 2799, -448.851, -4.498, -171.398, 34), + (17101074, 'Water_Elemental', 2831, -415.382, -4.145, -148.733, 6), + (17101075, 'Draugar_s_Wyvern', 2786, -456.659, -4.477, -134.523, 174), + (17101076, 'Draugar_Servant', 2785, -457.167, -6.659, -103.128, 187), + (17101077, 'Guard_Bhoot', 2790, -451.186, -8.082, -96.648, 107), + (17101078, 'Lamia_Idolater', 2799, -413.169, -4.624, -125.640, 46), + (17101079, 'Draugar_Servant', 2785, -390.047, -5.886, -122.493, 144), + (17101080, 'Lamia_Toxophilite', 2802, -406.186, -4.583, -67.275, 10), + (17101081, 'Draugar_Servant', 2785, -402.911, -4.399, -76.348, 134), + (17101082, 'Draugar_Servant', 2785, -420.100, -7.476, -67.552, 142), + (17101083, 'Lamia_Idolater', 2799, -381.891, -6.157, -179.885, 112), + (17101084, 'Lamia_Idolater', 2799, -366.781, -8.024, -185.720, 106), + (17101085, 'Dark_Elemental', 2782, -390.410, -4.971, -179.850, 82), + (17101086, 'Lamia_Idolater', 2799, -419.353, -5.841, -24.661, 202), + (17101087, 'Lamia_Idolater', 2799, -418.813, 0.575, 7.096, 193), + (17101088, 'Lamia_Idolater', 2799, -440.589, -0.146, 19.770, 1), + (17101089, 'Lamia_Idolater', 2799, -504.927, -5.359, 10.987, 222), + (17101090, 'Lamia_Chaukidar', 2796, 0.000, 0.000, 0.000, 0), + (17101091, 'Lamia_Idolater', 2799, -504.715, -6.359, -13.371, 255), + (17101092, 'Lamia_Idolater', 2799, -545.739, -4.696, 12.616, 253), + (17101093, 'Lamia_Idolater', 2799, -550.126, -4.525, 13.647, 72), + (17101094, 'Lamia_Idolater', 2799, -511.669, -5.350, -2.577, 83), + (17101095, 'Heraldic_Imp', 2792, -557.408, 1.206, 7.276, 223), + (17101096, 'Lamia_Necromancer', 2800, -544.586, -4.957, 59.477, 47), + (17101097, 'Lamia_Idolater', 2799, -538.947, -6.269, 57.073, 0), + (17101098, 'Lamia_Idolater', 2799, -542.428, -4.849, 59.084, 95), + (17101099, 'Aynu-Kaysey', 0, 0.000, 0.000, 0.000, 0), + (17101100, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101101, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101102, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101103, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101104, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101105, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101106, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101107, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101108, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101109, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101110, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101111, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101112, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101113, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101114, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101115, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101116, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101117, 'Vauxia_Fly', 10843, 0.000, 0.000, 0.000, 0), + (17101118, 'Lamia_Idolater', 2799, -540.578, 2.241, 94.610, 195), + (17101119, 'Ephramadian_Shade', 2788, -696.603, -8.458, 195.633, 69), + (17101120, 'Ephramadian_Shade', 2788, -691.253, -4.471, 236.739, 100), + (17101121, 'Ephramadian_Shade', 2788, -732.935, -6.320, 230.375, 195), + (17101122, 'Ephramadian_Shade', 2788, -709.866, -5.275, 245.583, 251), + (17101123, 'Draugar_Servant', 2785, -709.488, -13.977, 287.609, 166), + (17101124, 'Draugar_Servant', 2785, -763.510, -12.136, 265.749, 57), + (17101125, 'Lamia_Toxophilite', 2802, -767.739, -12.103, 298.050, 86), + (17101126, 'Draugar_Servant', 2785, -771.479, -12.114, 314.370, 182), + (17101127, 'Draugar_Servant', 2785, -765.735, -12.217, 311.841, 158), + (17101128, 'Draugar_s_Wyvern', 2786, -727.482, -13.194, 325.415, 212), + (17101129, 'Draugar_Servant', 2785, -726.279, -13.844, 329.654, 208), + (17101130, 'Lamia_Chaukidar', 2796, -704.582, -22.941, 382.998, 173), + (17101131, 'Lamia_Idolater', 2799, -713.201, -24.341, 384.328, 126), + (17101132, 'Lamia_Idolater', 2799, -720.085, -21.235, 367.472, 83), + (17101133, 'Lamia_Idolater', 2799, -742.321, -24.522, 365.433, 186), + (17101134, 'Lamia_Idolater', 2799, -659.207, -14.244, 375.733, 28), + (17101135, 'Lamia_Deathdancer', 2797, 0.000, 0.000, 0.000, 0), + (17101136, 'Dark_Rider', 2784, 322.703, -8.500, -440.885, 74), + (17101137, 'Dark_Bugler', 2781, 499.695, -24.050, 2.663, 106), + (17101138, 'Dark_Bugler', 2781, 472.333, -26.335, -12.995, 216), + (17101139, 'Dark_Bugler', 2781, 415.727, -20.088, -126.116, 115), + (17101140, 'Dark_Esquire', 2783, 390.531, -9.046, -217.579, 44), + (17101141, 'Dark_Esquire', 2783, 484.556, -8.619, -275.598, 215), + (17101142, 'Dark_Esquire', 2783, 332.531, -15.760, -404.727, 84), + (17101143, 'Peallaidh', 2815, 279.313, -16.214, -390.119, 69), + (17101144, 'Zikko', 2833, -608.491, 11.279, -186.516, 205), + (17101145, 'Caedarva_Toad', 2779, 136.189, -0.100, -626.997, 240), + (17101146, 'Jazaraat', 2793, -386.184, 7.398, -568.084, 24), + (17101147, 'Ravin_Raven', 2821, 0.000, 0.000, 0.000, 0), + (17101148, 'Lamia_No27', 2801, 0.000, 0.000, 0.000, 0), + (17101149, 'Moshdahn', 2809, 0.000, 0.000, 0.000, 0), + (17101150, 'Heraldic_Imp', 2792, 649.962, -15.671, 305.927, 0), + (17101151, 'Heraldic_Imp', 2792, 678.346, -16.286, 321.246, 182), + (17101152, 'Heraldic_Imp', 2792, 664.742, -16.023, 318.925, 95), + (17101153, 'Soulflayer', 2824, 685.310, -16.069, 322.434, 20), + (17101154, 'Soulflayer', 2824, 660.378, -16.027, 321.801, 43), + (17101155, 'Heraldic_Imp', 2792, 590.212, -9.579, 316.257, 48), + (17101156, 'Heraldic_Imp', 2792, 603.396, -10.131, 307.451, 238), + (17101157, 'Soulflayer', 2824, 595.185, -12.565, 2.663, 123), + (17101158, 'Vidhuwa_the_Wrathborn', 0, 0.000, 0.000, 0.000, 0), + (17101159, 'Heraldic_Imp', 2792, 615.252, -10.053, 332.985, 76), + (17101160, 'Heraldic_Imp', 2792, 604.560, -8.885, 307.451, 23), + (17101161, 'Heraldic_Imp', 2792, 607.169, -9.897, 307.451, 180), + (17101162, 'Soulflayer', 2824, 613.762, -9.539, 333.714, 38), + (17101163, 'Heraldic_Imp', 2792, 624.124, -12.168, 365.521, 83), + (17101164, 'Heraldic_Imp', 2792, 628.110, -12.306, 365.521, 212), + (17101165, 'Soulflayer', 2824, 705.356, -10.659, 357.058, 129), + (17101166, 'Heraldic_Imp', 2792, 607.042, -10.390, 365.521, 68), + (17101167, 'Soulflayer', 2824, 727.927, -8.092, 357.058, 43), + (17101168, 'Soulflayer', 2824, 745.556, -18.744, 357.058, 67), + (17101169, 'Heraldic_Imp', 2792, 743.943, -4.534, 405.475, 66), + (17101170, 'Heraldic_Imp', 2792, 732.018, -2.257, 400.642, 71), + (17101171, 'Heraldic_Imp', 2792, 724.158, -2.436, 400.642, 89), + (17101172, 'Heraldic_Imp', 2792, 726.535, -4.180, 400.642, 150), + (17101173, 'Soulflayer', 2824, 688.969, -8.216, 483.855, 64), + (17101174, 'Soulflayer', 2824, 781.213, -11.234, 483.855, 65), + (17101175, 'Heraldic_Imp', 2792, 706.433, -2.724, 400.642, 15), + (17101176, 'Heraldic_Imp', 2792, 703.235, -3.754, 400.642, 197), + (17101177, 'Heraldic_Imp', 2792, 691.875, -2.672, 457.231, 47), + (17101178, 'Soulflayer', 2824, 715.447, -8.410, 515.005, 217), + (17101179, 'Soulflayer', 2824, 626.853, -11.114, 483.855, 5), + (17101180, 'Heraldic_Imp', 2792, 694.531, -3.681, 400.642, 207), + (17101181, 'Heraldic_Imp', 2792, 732.428, -10.292, 519.477, 23), + (17101182, 'Heraldic_Imp', 2792, 718.751, -8.251, 510.526, 5), + (17101183, 'Heraldic_Imp', 2792, 717.430, -8.237, 519.477, 224), + (17101184, 'Soulflayer', 2824, 576.502, -20.757, 483.855, 188), + (17101185, 'Soulflayer', 2824, 0.000, 0.000, 0.000, 0), + (17101186, 'Soulflayer', 2824, 0.000, 0.000, 0.000, 0), + (17101187, 'Soulflayer', 2824, 0.000, 0.000, 0.000, 0), + (17101188, 'Heraldic_Imp', 2792, 710.961, -30.384, 519.477, 173), + (17101189, 'Heraldic_Imp', 2792, 729.816, -9.478, 519.477, 230), + (17101190, 'Soulflayer', 2824, 0.000, 0.000, 0.000, 0), + (17101191, 'Heraldic_Imp', 2792, 701.351, -30.504, 519.477, 154), + (17101192, 'Heraldic_Imp', 2792, 674.681, -8.267, 512.274, 160), + (17101193, 'Heraldic_Imp', 2792, 668.944, -9.789, 512.274, 13), + (17101194, 'Heraldic_Imp', 2792, 781.188, -10.670, 549.499, 65), + (17101195, 'Heraldic_Imp', 2792, 636.666, -12.750, 494.878, 10), + (17101196, 'Heraldic_Imp', 2792, 578.602, -18.818, 450.053, 77), + (17101197, 'Heraldic_Imp', 2792, 602.871, -16.326, 450.053, 229), + (17101198, 'Heraldic_Imp', 2792, 577.569, -19.937, 414.582, 120), + (17101199, 'Soulflayer', 2824, 603.692, -16.260, 409.457, 84), + (17101200, 'Soulflayer', 2824, 0.000, 0.000, 0.000, 0), + (17101201, 'Khimaira', 2795, 842.000, -1.000, 365.000, 127), + (17101202, 'Verdelet', 2830, 417.020, -19.295, -69.990, 63), + (17101203, 'Tyger', 2829, -766.000, -12.000, 632.000, 239), + (17101204, 'Mahjlaef_the_Paintorn', 2804, 695.369, -7.147, 527.646, 42), + (17101205, 'Experimental_Lamia', 2789, -773.369, -11.824, 322.298, 15), + (17101206, 'Merrow_Shadowdancer', 2807, -699.225, -3.760, 180.461, 106), + (17101207, 'Merrow_Typhoondancer', 2808, -701.965, 3.331, 147.010, 87), + (17101208, 'Merrow_Typhoondancer', 2808, -701.174, 0.354, 154.094, 212), + (17326081, 'Angra_Mainyu', 7001, 0.000, 0.000, 0.000, 0), + (17326082, 'Fire_Pukis', 7022, -30.107, -20.007, -106.709, 127), + (17326083, 'Poison_Pukis', 7072, -219.429, -1.232, -100.724, 127), + (17326084, 'Wind_Pukis', 7160, 0.000, 0.000, 0.000, 0), + (17326085, 'Petro_Pukis', 7071, 0.000, 0.000, 0.000, 0), + (17326086, 'Goublefaupe', 7028, 0.000, 0.000, 0.000, 0), + (17326087, 'Quiebitiel', 7074, 0.000, 0.000, 0.000, 0), + (17326088, 'Mildaunegeux', 7062, 0.000, 0.000, 0.000, 0), + (17326089, 'Velosareon', 7158, 4.462, -28.000, -58.251, 45), + (17326090, 'Dagourmarche', 7010, 0.000, 0.000, 0.000, 0), + (17326099, 'Vanguard_Vindicator', 7155, 0.000, 0.000, 0.000, 0), + (17326100, 'Vanguard_Vindicator', 7155, 0.000, 0.000, 0.000, 0), + (17326101, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326102, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326103, 'Vanguard_Beasttender', 7097, 0.000, 0.000, 0.000, 0), + (17326104, 'Vanguard_s_Scorpion', 7146, 0.000, 0.000, 0.000, 0), + (17326105, 'Vanguard_Minstrel', 7122, 0.000, 0.000, 0.000, 0), + (17326106, 'Gu_Nha_Wallstormer', 7032, 0.000, 0.000, 0.000, 0), + (17326107, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326108, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326109, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326110, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326111, 'Vanguard_Drakekeeper', 7104, 0.000, 0.000, 0.000, 0), + (17326112, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326113, 'Vanguard_Minstrel', 7122, 0.000, 0.000, 0.000, 0), + (17326114, 'Na_Hya_Floodmaker', 7068, 0.000, 0.000, 0.000, 0), + (17326115, 'Vanguard_Constable', 7100, -15.080, -20.243, -99.670, 127), + (17326116, 'Vanguard_Defender', 7101, 0.000, 0.000, 0.000, 0), + (17326117, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326118, 'Vanguard_Hatamoto', 7111, 0.000, 0.000, 0.000, 0), + (17326119, 'Vanguard_Kusa', 7116, 0.000, 0.000, 0.000, 0), + (17326120, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326121, 'Vanguard_Purloiner', 7136, 0.000, 0.000, 0.000, 0), + (17326122, 'Vanguard_Mason', 7119, 0.000, 0.000, 0.000, 0), + (17326123, 'Vanguard_Mason', 7119, 0.000, 0.000, 0.000, 0), + (17326124, 'Vanguard_Undertaker', 7152, 0.000, 0.000, 0.000, 0), + (17326125, 'Vanguard_s_Avatar', 7143, -229.086, -1.342, -98.568, 127), + (17326126, 'Ji_Fhu_Infiltrator', 7055, 0.000, 0.000, 0.000, 0), + (17326127, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326128, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326129, 'Vanguard_Purloiner', 7136, 0.000, 0.000, 0.000, 0), + (17326130, 'Vanguard_Vigilante', 7154, 0.000, 0.000, 0.000, 0), + (17326131, 'Vanguard_Vindicator', 7155, 0.000, 0.000, 0.000, 0), + (17326132, 'Vanguard_Vindicator', 7155, 0.000, 0.000, 0.000, 0), + (17326133, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326134, 'Vanguard_Constable', 7100, 0.000, 0.000, 0.000, 0), + (17326135, 'Ga_Fho_Venomtouch', 7142, -391.215, 93.484, -74.221, 127), + (17326136, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326137, 'Vanguard_Purloiner', 7136, 0.000, 0.000, 0.000, 0), + (17326138, 'Vanguard_Defender', 7101, 0.000, 0.000, 0.000, 0), + (17326139, 'Vanguard_Vigilante', 7154, 0.000, 0.000, 0.000, 0), + (17326140, 'Vanguard_Vigilante', 7154, 0.000, 0.000, 0.000, 0), + (17326141, 'Vanguard_Constable', 7100, 0.000, 0.000, 0.000, 0), + (17326142, 'Vanguard_Constable', 7100, 0.000, 0.000, 0.000, 0), + (17326143, 'Vanguard_Beasttender', 7097, 0.000, 0.000, 0.000, 0), + (17326144, 'Vanguard_s_Scorpion', 7146, 0.000, 0.000, 0.000, 0), + (17326145, 'Ta_Hyu_Gallanthunter', 7088, 0.000, 0.000, 0.000, 0), + (17326146, 'Vanguard_Undertaker', 7152, 0.000, 0.000, 0.000, 0), + (17326147, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326148, 'Vanguard_Vindicator', 7155, 0.000, 0.000, 0.000, 0), + (17326149, 'Vanguard_Vindicator', 7155, 0.000, 0.000, 0.000, 0), + (17326150, 'Vanguard_Minstrel', 7122, 0.000, 0.000, 0.000, 0), + (17326151, 'Nu_Bhi_Spiraleye', 7070, 0.000, 0.000, 0.000, 0), + (17326152, 'Vanguard_Constable', 7100, 0.000, 0.000, 0.000, 0), + (17326153, 'Vanguard_Thaumaturge', 7149, 0.000, 0.000, 0.000, 0), + (17326154, 'Vanguard_Thaumaturge', 7149, 0.000, 0.000, 0.000, 0), + (17326155, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326156, 'De_Bho_Pyrohand', 7013, 0.000, 0.000, 0.000, 0), + (17326157, 'Vanguard_Drakekeeper', 7104, 0.000, 0.000, 0.000, 0), + (17326158, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326159, 'Vanguard_Hatamoto', 7111, 0.000, 0.000, 0.000, 0), + (17326160, 'Vanguard_Hatamoto', 7111, 0.000, 0.000, 0.000, 0), + (17326161, 'Vanguard_Kusa', 7116, 0.000, 0.000, 0.000, 0), + (17326162, 'Go_Tyo_Magenapper', 7029, 0.000, 0.000, 0.000, 0), + (17326163, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326164, 'Vanguard_Thaumaturge', 7149, 0.000, 0.000, 0.000, 0), + (17326165, 'Vanguard_Vigilante', 7154, 0.000, 0.000, 0.000, 0), + (17326166, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326167, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326168, 'So_Zho_Metalbender', 7084, 0.000, 0.000, 0.000, 0), + (17326169, 'Vanguard_Vindicator', 7155, 0.000, 0.000, 0.000, 0), + (17326170, 'Vanguard_Constable', 7100, 0.000, 0.000, 0.000, 0), + (17326171, 'Vanguard_Defender', 7101, 0.000, 0.000, 0.000, 0), + (17326172, 'Vanguard_Defender', 7101, 0.000, 0.000, 0.000, 0), + (17326173, 'Mu_Gha_Legionkiller', 7067, 0.000, 0.000, 0.000, 0), + (17326174, 'Vanguard_Purloiner', 7136, 0.000, 0.000, 0.000, 0), + (17326175, 'Vanguard_Purloiner', 7136, 0.000, 0.000, 0.000, 0), + (17326176, 'Vanguard_Minstrel', 7122, 0.000, 0.000, 0.000, 0), + (17326177, 'Vanguard_Beasttender', 7097, 0.000, 0.000, 0.000, 0), + (17326178, 'Vanguard_s_Scorpion', 7146, 0.000, 0.000, 0.000, 0), + (17326179, 'So_Gho_Adderhandler', 7083, 0.000, 0.000, 0.000, 0), + (17326180, 'Vanguard_s_Scorpion', 7146, 0.000, 0.000, 0.000, 0), + (17326181, 'Vanguard_Vigilante', 7154, -400.000, 94.313, -63.500, 127), + (17326182, 'Vanguard_Hatamoto', 7111, 0.000, 0.000, 0.000, 0), + (17326183, 'Vanguard_Mason', 7119, 0.000, 0.000, 0.000, 0), + (17326184, 'Vanguard_Mason', 7119, 0.000, 0.000, 0.000, 0), + (17326185, 'Gu_Khu_Dukesniper', 7031, 0.000, 0.000, 0.000, 0), + (17326186, 'Vanguard_Constable', 7100, 0.000, 0.000, 0.000, 0), + (17326187, 'Vanguard_Thaumaturge', 7149, 0.000, 0.000, 0.000, 0), + (17326188, 'Vanguard_Hatamoto', 7111, 0.000, 0.000, 0.000, 0), + (17326189, 'Vanguard_Hatamoto', 7111, 0.000, 0.000, 0.000, 0), + (17326190, 'Ji_Khu_Towercleaver', 7056, 0.000, 0.000, 0.000, 0), + (17326191, 'Vanguard_Protector', 7135, 0.000, 0.000, 0.000, 0), + (17326192, 'Vanguard_Militant', 7121, 0.000, 0.000, 0.000, 0), + (17326193, 'Vanguard_Kusa', 7116, 0.000, 0.000, 0.000, 0), + (17326194, 'Vanguard_Kusa', 7116, 0.000, 0.000, 0.000, 0), + (17326195, 'Mi_Rhe_Whisperblade', 7064, 0.000, 0.000, 0.000, 0), + (17326196, 'Vanguard_Thaumaturge', 7149, 0.000, 0.000, 0.000, 0), + (17326197, 'Vanguard_Thaumaturge', 7149, 0.000, 0.000, 0.000, 0), + (17326198, 'Vanguard_Thaumaturge', 7149, 0.000, 0.000, 0.000, 0), + (17326199, 'Vanguard_Undertaker', 7152, 0.000, 0.000, 0.000, 0), + (17326200, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326201, 'Be_Zhe_Keeprazer', 7004, 0.000, 0.000, 0.000, 0), + (17326202, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326203, 'Adamantking_Effigy', 7000, 0.000, 0.000, 0.000, 0), + (17326205, 'Adamantking_Effigy', 7000, 0.000, 0.000, 0.000, 0), + (17326206, 'Adamantking_Effigy', 7000, 0.000, 0.000, 0.000, 0), + (17326208, 'Vanguard_Trooper', 7151, 0.000, 0.000, 0.000, 0), + (17326209, 'Vanguard_Neckchopper', 7123, 0.000, 0.000, 0.000, 0), + (17326210, 'Vanguard_Footsoldier', 7108, 0.000, 0.000, 0.000, 0), + (17326211, 'Vanguard_Footsoldier', 7108, 0.000, 0.000, 0.000, 0), + (17326212, 'Humegutter_Adzjbadj', 7035, 0.000, 0.000, 0.000, 0), + (17326213, 'Vanguard_Vexer', 7153, 0.000, 0.000, 0.000, 0), + (17326214, 'Vanguard_Vexer', 7153, 0.000, 0.000, 0.000, 0), + (17326215, 'Vanguard_Backstabber', 7096, 0.000, 0.000, 0.000, 0), + (17326216, 'Jeunoraider_Gepkzip', 7054, 0.000, 0.000, 0.000, 0), + (17326217, 'Vanguard_Grappler', 7109, 0.000, 0.000, 0.000, 0), + (17326218, 'Cobraclaw_Buchzvotch', 7009, 0.000, 0.000, 0.000, 0), + (17326219, 'Vanguard_Footsoldier', 7108, 0.000, 0.000, 0.000, 0), + (17326220, 'Vanguard_Gutslasher', 7110, 0.000, 0.000, 0.000, 0), + (17326221, 'Vanguard_Amputator', 7093, 0.000, 0.000, 0.000, 0), + (17326223, 'Wraithdancer_Gidbnod', 7161, 0.000, 0.000, 0.000, 0), + (17326224, 'Vanguard_Backstabber', 7096, 0.000, 0.000, 0.000, 0), + (17326225, 'Vanguard_Impaler', 7114, 0.000, 0.000, 0.000, 0), + (17326226, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326227, 'Vanguard_Predator', 7132, 0.000, 0.000, 0.000, 0), + (17326228, 'Vanguard_Predator', 7132, 0.000, 0.000, 0.000, 0), + (17326229, 'Galkarider_Retzpratz', 7024, 0.000, 0.000, 0.000, 0), + (17326230, 'Vanguard_Grappler', 7109, 0.000, 0.000, 0.000, 0), + (17326231, 'Vanguard_Dollmaster', 7102, 0.000, 0.000, 0.000, 0), + (17326232, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326233, 'Deathcaller_Bidfbid', 7012, 0.000, 0.000, 0.000, 0), + (17326234, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326235, 'Vanguard_Vexer', 7153, 0.000, 0.000, 0.000, 0), + (17326236, 'Vanguard_Vexer', 7153, 0.000, 0.000, 0.000, 0), + (17326237, 'Spinalsucker_Galflmall', 7085, 0.000, 0.000, 0.000, 0), + (17326238, 'Vanguard_Mesmerizer', 7120, 0.000, 0.000, 0.000, 0), + (17326239, 'Vanguard_Hawker', 7112, 0.000, 0.000, 0.000, 0), + (17326240, 'Vanguard_s_Hecteyes', 7145, 0.000, 0.000, 0.000, 0), + (17326241, 'Vanguard_Pillager', 7130, 0.000, 0.000, 0.000, 0), + (17326242, 'Vanguard_Pillager', 7130, 0.000, 0.000, 0.000, 0), + (17326243, 'Lockbuster_Zapdjipp', 7060, 0.000, 0.000, 0.000, 0), + (17326244, 'Vanguard_Pillager', 7130, 0.000, 0.000, 0.000, 0), + (17326245, 'Vanguard_Predator', 7132, 0.000, 0.000, 0.000, 0), + (17326246, 'Vanguard_Trooper', 7151, -195.866, -10.500, 39.163, 120), + (17326247, 'Vanguard_Trooper', 7151, 0.000, 0.000, 0.000, 0), + (17326248, 'Heavymail_Djidzbad', 7033, 0.000, 0.000, 0.000, 0), + (17326249, 'Vanguard_Neckchopper', 7123, 0.000, 0.000, 0.000, 0), + (17326251, 'Vanguard_Bugler', 7098, 0.000, 0.000, 0.000, 0), + (17326252, 'Vanguard_Dollmaster', 7102, 0.000, 0.000, 0.000, 0), + (17326253, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326254, 'Vanguard_Gutslasher', 7110, 0.000, 0.000, 0.000, 0), + (17326255, 'Elvaanlopper_Grokdok', 7021, 0.000, 0.000, 0.000, 0), + (17326256, 'Vanguard_Neckchopper', 7123, 0.000, 0.000, 0.000, 0), + (17326257, 'Vanguard_Neckchopper', 7123, 0.000, 0.000, 0.000, 0), + (17326258, 'Skinmask_Ugghfogg', 7080, 0.000, 0.000, 0.000, 0), + (17326259, 'Vanguard_Amputator', 7093, 0.000, 0.000, 0.000, 0), + (17326260, 'Vanguard_Mesmerizer', 7120, 0.000, 0.000, 0.000, 0), + (17326261, 'Vanguard_Mesmerizer', 7120, 0.000, 0.000, 0.000, 0), + (17326262, 'Taruroaster_Biggsjig', 7087, 0.000, 0.000, 0.000, 0), + (17326263, 'Vanguard_Hawker', 7112, -30.245, -20.006, -106.834, 127), + (17326264, 'Vanguard_s_Hecteyes', 7145, 0.000, 0.000, 0.000, 0), + (17326265, 'Mithraslaver_Debhabob', 7063, 0.000, 0.000, 0.000, 0), + (17326266, 'Vanguard_s_Hecteyes', 7145, 0.357, -28.024, -58.155, 127), + (17326267, 'Vanguard_Bugler', 7098, 0.000, 0.000, 0.000, 0), + (17326268, 'Vanguard_Bugler', 7098, 0.000, 0.000, 0.000, 0), + (17326269, 'Vanguard_Bugler', 7098, 0.000, 0.000, 0.000, 0), + (17326270, 'Ultrasonic_Zeknajak', 7090, 0.000, 0.000, 0.000, 0), + (17326271, 'Vanguard_Impaler', 7114, 0.000, 0.000, 0.000, 0), + (17326272, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326273, 'Drakefeast_Wubmfub', 7014, 0.000, 0.000, 0.000, 0), + (17326274, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326275, 'Serjeant_Tombstone', 7078, 0.000, 0.000, 0.000, 0), + (17326276, 'Serjeant_Tombstone', 7078, 0.000, 0.000, 0.000, 0), + (17326277, 'Serjeant_Tombstone', 7078, 0.000, 0.000, 0.000, 0), + (17326278, 'Serjeant_Tombstone', 7078, 0.000, 0.000, 0.000, 0), + (17326280, 'Vanguard_Sentinel', 7139, 0.000, 0.000, 0.000, 0), + (17326281, 'Vanguard_Assassin', 7095, 0.000, 0.000, 0.000, 0), + (17326282, 'Vanguard_Skirmisher', 7141, 0.000, 0.000, 0.000, 0), + (17326283, 'Vanguard_Skirmisher', 7141, 0.000, 0.000, 0.000, 0), + (17326284, 'Foo_Peku_the_Bloodcloak', 7023, 0.000, 0.000, 0.000, 0), + (17326285, 'Vanguard_Visionary', 7156, 0.000, 0.000, 0.000, 0), + (17326286, 'Vanguard_Liberator', 7117, 0.000, 0.000, 0.000, 0), + (17326287, 'Vanguard_Sentinel', 7139, 0.000, 0.000, 0.000, 0), + (17326288, 'Vanguard_Sentinel', 7139, 0.000, 0.000, 0.000, 0), + (17326289, 'Xaa_Chau_the_Roctalon', 7162, 0.000, 0.000, 0.000, 0), + (17326290, 'Vanguard_Exemplar', 7106, 0.000, 0.000, 0.000, 0), + (17326291, 'Vanguard_Ogresoother', 7125, 0.000, 0.000, 0.000, 0), + (17326292, 'Vanguard_s_Crow', 7144, 0.000, 0.000, 0.000, 0), + (17326293, 'Vanguard_Priest', 7134, 0.000, 0.000, 0.000, 0), + (17326294, 'Vanguard_Priest', 7134, 0.000, 0.000, 0.000, 0), + (17326295, 'Koo_Saxu_the_Everfast', 7058, 0.000, 0.000, 0.000, 0), + (17326296, 'Vanguard_Inciter', 7115, 0.000, 0.000, 0.000, 0), + (17326297, 'Vanguard_Chanter', 7099, 0.000, 0.000, 0.000, 0), + (17326298, 'Vanguard_Prelate', 7133, 0.000, 0.000, 0.000, 0), + (17326299, 'Vanguard_Prelate', 7133, 0.000, 0.000, 0.000, 0), + (17326300, 'Bhuu_Wjato_the_Firepool', 7005, 0.000, 0.000, 0.000, 0), + (17326301, 'Vanguard_Skirmisher', 7141, 0.000, 0.000, 0.000, 0), + (17326302, 'Vanguard_Visionary', 7156, 0.000, 0.000, 0.000, 0), + (17326303, 'Vanguard_Visionary', 7156, 0.000, 0.000, 0.000, 0), + (17326304, 'Caa_Xaza_the_Madpiercer', 7008, 0.000, 0.000, 0.000, 0), + (17326305, 'Vanguard_Partisan', 7127, 0.000, 0.000, 0.000, 0), + (17326306, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326307, 'Maa_Zaua_the_Wyrmkeeper', 7061, 0.000, 0.000, 0.000, 0), + (17326308, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326309, 'Vanguard_Skirmisher', 7141, 0.000, 0.000, 0.000, 0), + (17326310, 'Vanguard_Priest', 7134, 0.000, 0.000, 0.000, 0), + (17326311, 'Vanguard_Liberator', 7117, 0.000, 0.000, 0.000, 0), + (17326312, 'Vanguard_Liberator', 7117, 0.000, 0.000, 0.000, 0), + (17326313, 'Ryy_Qihi_the_Idolrobber', 7077, 0.000, 0.000, 0.000, 0), + (17326314, 'Vanguard_Salvager', 7138, 0.000, 0.000, 0.000, 0), + (17326315, 'Vanguard_Oracle', 7126, 0.000, 0.000, 0.000, 0), + (17326316, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326317, 'Vanguard_Exemplar', 7106, 0.000, 0.000, 0.000, 0), + (17326318, 'Vanguard_Exemplar', 7106, 0.000, 0.000, 0.000, 0), + (17326319, 'Guu_Waji_the_Preacher', 7030, 0.000, 0.000, 0.000, 0), + (17326320, 'Vanguard_Prelate', 7133, 0.000, 0.000, 0.000, 0), + (17326321, 'Vanguard_Inciter', 7115, 0.000, 0.000, 0.000, 0), + (17326322, 'Vanguard_Inciter', 7115, 0.000, 0.000, 0.000, 0), + (17326323, 'Nee_Huxa_the_Judgmental', 7069, 0.000, 0.000, 0.000, 0), + (17326324, 'Vanguard_Assassin', 7095, 0.000, 0.000, 0.000, 0), + (17326325, 'Kuu_Xuka_the_Nimble', 7059, 0.000, 0.000, 0.000, 0), + (17326326, 'Vanguard_Ogresoother', 7125, 0.000, 0.000, 0.000, 0), + (17326327, 'Vanguard_s_Crow', 7144, 0.000, 0.000, 0.000, 0), + (17326328, 'Soo_Jopo_the_Fiendking', 7082, 0.000, 0.000, 0.000, 0), + (17326329, 'Vanguard_s_Crow', 7144, 0.000, 0.000, 0.000, 0), + (17326330, 'Vanguard_Persecutor', 7129, 0.000, 0.000, 0.000, 0), + (17326331, 'Vanguard_Partisan', 7127, 0.000, 0.000, 0.000, 0), + (17326332, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326333, 'Vanguard_Chanter', 7099, 0.000, 0.000, 0.000, 0), + (17326334, 'Vanguard_Chanter', 7099, 0.000, 0.000, 0.000, 0), + (17326335, 'Xhoo_Fuza_the_Sublime', 7163, 0.000, 0.000, 0.000, 0), + (17326336, 'Vanguard_Liberator', 7117, 0.000, 0.000, 0.000, 0), + (17326337, 'Vanguard_Prelate', 7133, 0.000, 0.000, 0.000, 0), + (17326338, 'Vanguard_Salvager', 7138, 0.000, 0.000, 0.000, 0), + (17326339, 'Vanguard_Salvager', 7138, 0.000, 0.000, 0.000, 0), + (17326340, 'Hee_Mida_the_Meticulous', 7034, 0.000, 0.000, 0.000, 0), + (17326341, 'Vanguard_Assassin', 7095, 0.000, 0.000, 0.000, 0), + (17326342, 'Vanguard_Persecutor', 7129, 0.000, 0.000, 0.000, 0), + (17326343, 'Vanguard_Persecutor', 7129, 0.000, 0.000, 0.000, 0), + (17326344, 'Knii_Hoqo_the_Bisector', 7057, 0.000, 0.000, 0.000, 0), + (17326345, 'Vanguard_Oracle', 7126, 0.000, 0.000, 0.000, 0), + (17326346, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326347, 'Puu_Timu_the_Phantasmal', 7073, 0.000, 0.000, 0.000, 0), + (17326348, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326349, 'Avatar_Icon', 7003, 0.000, 0.000, 0.000, 0), + (17326350, 'Avatar_Icon', 7003, 0.000, 0.000, 0.000, 0), + (17326351, 'Avatar_Icon', 7003, 0.000, 0.000, 0.000, 0), + (17326352, 'Avatar_Icon', 7003, 0.000, 0.000, 0.000, 0), + (17326354, 'Vanguard_Smithy', 7142, 0.000, 0.000, 0.000, 0), + (17326355, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326356, 'Vanguard_Shaman', 7140, 0.000, 0.000, 0.000, 0), + (17326357, 'Vanguard_Enchanter', 7105, 0.000, 0.000, 0.000, 0), + (17326358, 'Vanguard_Pathfinder', 7128, 0.000, 0.000, 0.000, 0), + (17326359, 'Vanguard_s_Slime', 7147, 0.000, 0.000, 0.000, 0), + (17326360, 'Vanguard_Maestro', 7118, 0.000, 0.000, 0.000, 0), + (17326361, 'Vanguard_Enchanter', 7105, 0.000, 0.000, 0.000, 0), + (17326362, 'Vanguard_Welldigger', 7157, 0.000, 0.000, 0.000, 0), + (17326363, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326364, 'Vanguard_Shaman', 7140, 0.000, 0.000, 0.000, 0), + (17326365, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326366, 'Vanguard_Maestro', 7118, 0.000, 0.000, 0.000, 0), + (17326367, 'Vanguard_Ambusher', 7092, 0.000, 0.000, 0.000, 0), + (17326368, 'Vanguard_Necromancer', 7124, 0.000, 0.000, 0.000, 0), + (17326369, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326370, 'Vanguard_Welldigger', 7157, 0.000, 0.000, 0.000, 0), + (17326371, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326372, 'Vanguard_Smithy', 7142, 0.000, 0.000, 0.000, 0), + (17326373, 'Vanguard_Smithy', 7142, 0.000, 0.000, 0.000, 0), + (17326374, 'Moltenox_Stubthumbs', 7065, 0.000, 0.000, 0.000, 0), + (17326375, 'Vanguard_Ronin', 7137, 0.000, 0.000, 0.000, 0), + (17326376, 'Vanguard_Hitman', 7113, 0.000, 0.000, 0.000, 0), + (17326377, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326378, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326379, 'Droprix_Granitepalms', 7016, 0.000, 0.000, 0.000, 0), + (17326380, 'Vanguard_Shaman', 7140, 0.000, 0.000, 0.000, 0), + (17326381, 'Vanguard_Enchanter', 7105, 0.000, 0.000, 0.000, 0), + (17326382, 'Vanguard_Welldigger', 7157, 0.000, 0.000, 0.000, 0), + (17326384, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326385, 'Vanguard_Alchemist', 7091, 0.000, 0.000, 0.000, 0), + (17326386, 'Vanguard_Alchemist', 7091, 0.000, 0.000, 0.000, 0), + (17326387, 'Brewnix_Bittypupils', 7007, 0.000, 0.000, 0.000, 0), + (17326388, 'Vanguard_Smithy', 7142, 0.000, 0.000, 0.000, 0), + (17326389, 'Vanguard_Enchanter', 7105, 0.000, 0.000, 0.000, 0), + (17326390, 'Vanguard_Alchemist', 7091, 0.000, 0.000, 0.000, 0), + (17326391, 'Vanguard_Necromancer', 7124, 0.000, 0.000, 0.000, 0), + (17326392, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326393, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326394, 'Vanguard_Ambusher', 7092, 0.000, 0.000, 0.000, 0), + (17326395, 'Vanguard_Shaman', 7140, 0.000, 0.000, 0.000, 0), + (17326396, 'Vanguard_Shaman', 7140, 0.000, 0.000, 0.000, 0), + (17326397, 'Ascetox_Ratgums', 7002, 0.000, 0.000, 0.000, 0), + (17326398, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326399, 'Vanguard_Enchanter', 7105, 0.000, 0.000, 0.000, 0), + (17326400, 'Vanguard_Enchanter', 7105, 0.000, 0.000, 0.000, 0), + (17326401, 'Gibberox_Pimplebeak', 7026, 0.000, 0.000, 0.000, 0), + (17326402, 'Vanguard_Welldigger', 7157, 0.000, 0.000, 0.000, 0), + (17326403, 'Vanguard_Hitman', 7113, 0.000, 0.000, 0.000, 0), + (17326404, 'Vanguard_Hitman', 7113, 0.000, 0.000, 0.000, 0), + (17326405, 'Swypestix_Tigershins', 7086, 0.000, 0.000, 0.000, 0), + (17326406, 'Vanguard_Pathfinder', 7128, 0.000, 0.000, 0.000, 0), + (17326407, 'Vanguard_s_Slime', 7147, 0.000, 0.000, 0.000, 0), + (17326408, 'Vanguard_Welldigger', 7157, 0.000, 0.000, 0.000, 0), + (17326409, 'Vanguard_Welldigger', 7157, 0.000, 0.000, 0.000, 0), + (17326410, 'Bordox_Kittyback', 7006, 0.000, 0.000, 0.000, 0), + (17326411, 'Vanguard_Tinkerer', 7150, 0.000, 0.000, 0.000, 0), + (17326412, 'Vanguard_Maestro', 7118, 0.000, 0.000, 0.000, 0), + (17326413, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326414, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326415, 'Ruffbix_Jumbolobes', 7076, 0.000, 0.000, 0.000, 0), + (17326416, 'Vanguard_Maestro', 7118, 0.000, 0.000, 0.000, 0), + (17326417, 'Vanguard_Pathfinder', 7128, 0.000, 0.000, 0.000, 0), + (17326418, 'Vanguard_s_Slime', 7147, 0.000, 0.000, 0.000, 0), + (17326420, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326421, 'Draklix_Scalecrust', 7015, 0.000, 0.000, 0.000, 0), + (17326422, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326423, 'Vanguard_Smithy', 7142, 0.000, 0.000, 0.000, 0), + (17326424, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326425, 'Vanguard_Tinkerer', 7150, 0.000, 0.000, 0.000, 0), + (17326426, 'Vanguard_Tinkerer', 7150, 0.000, 0.000, 0.000, 0), + (17326427, 'Tocktix_Thinlids', 7089, 0.000, 0.000, 0.000, 0), + (17326428, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326429, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326430, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326431, 'Vanguard_Alchemist', 7091, 0.000, 0.000, 0.000, 0), + (17326432, 'Vanguard_Alchemist', 7091, 0.000, 0.000, 0.000, 0), + (17326433, 'Vanguard_Alchemist', 7091, 0.000, 0.000, 0.000, 0), + (17326434, 'Vanguard_Maestro', 7118, 149.257, -17.658, -114.080, 127), + (17326436, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326437, 'Vanguard_Pathfinder', 7128, 0.000, 0.000, 0.000, 0), + (17326438, 'Vanguard_s_Slime', 7147, -388.488, 93.467, -76.863, 127), + (17326439, 'Routsix_Rubbertendon', 7075, 0.000, 0.000, 0.000, 0), + (17326440, 'Vanguard_s_Slime', 7147, 0.000, 0.000, 0.000, 0), + (17326441, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326442, 'Vanguard_Shaman', 7140, 0.000, 0.000, 0.000, 0), + (17326443, 'Vanguard_Enchanter', 7105, 0.000, 0.000, 0.000, 0), + (17326444, 'Vanguard_Necromancer', 7124, 0.000, 0.000, 0.000, 0), + (17326445, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326446, 'Morblox_Chubbychin', 7066, 0.000, 0.000, 0.000, 0), + (17326447, 'Vanguard_s_Avatar', 7143, 0.000, 0.000, 0.000, 0), + (17326448, 'Vanguard_Armorer', 7094, 0.000, 0.000, 0.000, 0), + (17326449, 'Vanguard_Ronin', 7137, 0.000, 0.000, 0.000, 0), + (17326450, 'Vanguard_Maestro', 7118, 0.000, 0.000, 0.000, 0), + (17326451, 'Vanguard_Maestro', 7118, 0.000, 0.000, 0.000, 0), + (17326452, 'Whistrix_Toadthroat', 7159, 0.000, 0.000, 0.000, 0), + (17326453, 'Vanguard_Welldigger', 7157, 0.000, 0.000, 0.000, 0), + (17326455, 'Vanguard_s_Wyvern', 7148, 0.000, 0.000, 0.000, 0), + (17326456, 'Vanguard_Ambusher', 7092, 0.000, 0.000, 0.000, 0), + (17326457, 'Vanguard_Ambusher', 7092, 0.000, 0.000, 0.000, 0), + (17326458, 'Slinkix_Trufflesniff', 7081, 0.000, 0.000, 0.000, 0), + (17326459, 'Vanguard_Pitfighter', 7131, 0.000, 0.000, 0.000, 0), + (17326460, 'Vanguard_Hitman', 7113, -155.100, -25.748, 113.500, 46), + (17326461, 'Vanguard_Ronin', 7137, 0.000, 0.000, 0.000, 0), + (17326462, 'Vanguard_Ronin', 7137, 0.000, 0.000, 0.000, 0), + (17326463, 'Shisox_Widebrow', 7079, 0.000, 0.000, 0.000, 0), + (17326464, 'Goblin_Statue', 7027, 0.000, 0.000, 0.000, 0), + (17326465, 'Goblin_Statue', 7027, 0.000, 0.000, 0.000, 0), + (17326466, 'Goblin_Statue', 7027, 0.000, 0.000, 0.000, 0), + (17326467, 'Goblin_Statue', 7027, 0.000, 0.000, 0.000, 0), + (17326469, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326470, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326471, 'Hydra_White_Mage', 7053, -158.100, -25.686, 112.000, 46), + (17326472, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326473, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326474, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326475, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326476, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326477, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326478, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326479, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326480, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326481, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326482, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326483, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326484, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326485, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326486, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326487, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326488, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326489, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326490, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326491, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326492, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326493, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326494, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326495, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326496, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326497, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326498, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326499, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326500, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326501, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326502, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326503, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326504, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326505, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326506, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326507, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326508, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326509, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326510, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326511, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326512, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326513, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326514, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326515, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326516, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326517, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326518, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326519, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326520, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326521, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326522, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326523, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326524, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326525, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326526, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326527, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326528, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326529, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326530, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326531, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326532, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326533, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326534, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326535, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326536, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326537, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326538, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326539, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326540, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326541, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326542, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326543, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326544, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326545, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326546, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326547, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326548, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326549, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326550, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326551, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326552, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326553, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326554, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326555, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326556, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326557, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326558, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326559, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326560, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326561, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326562, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326563, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326564, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326565, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326566, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326567, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326568, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326569, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326570, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326571, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326572, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326573, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326574, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326575, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326576, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326577, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326578, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326579, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326580, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326581, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326582, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326583, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326584, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326585, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326586, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326589, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326590, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326591, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326592, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326593, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326594, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326595, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326596, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326597, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326598, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326599, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326600, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326601, 'Hydra_Beastmaster', 7037, -394.100, 94.313, -60.849, 100), + (17326602, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326603, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326604, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326605, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326606, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326607, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326608, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326609, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326610, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326611, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326612, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17330177, 'Dynamis_Lord', 7187, 0.000, 0.000, 0.000, 0), + (17330178, 'Dynamis_Lord', 7187, 0.000, 0.000, 0.000, 0), + (17330179, 'Dynamis_Lord', 7187, 0.000, 0.000, 0.000, 0), + (17330180, 'Dynamis_Lord', 7187, 0.000, 0.000, 0.000, 0), + (17330181, 'Dynamis_Lord', 7187, 0.000, 0.000, 0.000, 0), + (17330182, 'Dynamis_Lord', 7187, 0.000, 0.000, 0.000, 0), + (17330183, 'Ying', 7239, 0.000, 0.000, 0.000, 0), + (17330184, 'Yang', 7238, 0.000, 0.000, 0.000, 0), + (17330199, 'Animated_Knuckles', 7171, 0.000, 0.000, 0.000, 0), + (17330200, 'Animated_Dagger', 7166, 0.000, 0.000, 0.000, 0), + (17330201, 'Animated_Longsword', 7174, 0.000, 0.000, 0.000, 0), + (17330202, 'Animated_Claymore', 7165, 0.000, 0.000, 0.000, 0), + (17330203, 'Animated_Tabar', 7179, 0.000, 0.000, 0.000, 0), + (17330204, 'Animated_Great_Axe', 7167, 0.000, 0.000, 0.000, 0), + (17330205, 'Animated_Spear', 7177, 0.000, 0.000, 0.000, 0), + (17330206, 'Animated_Scythe', 7175, 0.000, 0.000, 0.000, 0), + (17330207, 'Animated_Kunai', 7172, 0.000, 0.000, 0.000, 0), + (17330208, 'Animated_Tachi', 7180, 0.000, 0.000, 0.000, 0), + (17330209, 'Animated_Hammer', 7169, 0.000, 0.000, 0.000, 0), + (17330210, 'Animated_Staff', 7178, 0.000, 0.000, 0.000, 0), + (17330211, 'Animated_Longbow', 7173, 0.000, 0.000, 0.000, 0), + (17330212, 'Animated_Gun', 7168, 0.000, 0.000, 0.000, 0), + (17330213, 'Animated_Horn', 7170, 0.000, 0.000, 0.000, 0), + (17330214, 'Animated_Shield', 7176, 0.000, 0.000, 0.000, 0), + (17330215, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330216, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330217, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330218, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330219, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330220, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330221, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330222, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330223, 'Marquis_Decarabia', 7211, 0.000, 0.000, 0.000, 0), + (17330224, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330225, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330226, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330227, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330228, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330229, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330232, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330233, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330234, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330235, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330236, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330237, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330238, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330239, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330242, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330243, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330244, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330245, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330246, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330247, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330250, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330251, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330252, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330253, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330254, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330255, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330258, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330259, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330260, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330261, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330262, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330263, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330264, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330265, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330266, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330267, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330268, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330269, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330270, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330271, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330272, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330275, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330276, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330277, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330278, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330279, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330280, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330281, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330282, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330283, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330284, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330287, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330288, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330289, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330290, 'Satellite_Shield', 7229, 0.000, 0.000, 0.000, 0), + (17330291, 'Satellite_Shield', 7229, 0.000, 0.000, 0.000, 0), + (17330292, 'Satellite_Shield', 7229, 0.000, 0.000, 0.000, 0), + (17330293, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330294, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330295, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330296, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330297, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330298, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330299, 'Satellite_Shield', 7229, 0.000, 0.000, 0.000, 0), + (17330300, 'Satellite_Shield', 7229, 0.000, 0.000, 0.000, 0), + (17330301, 'Satellite_Shield', 7229, 0.000, 0.000, 0.000, 0), + (17330302, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330303, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330304, 'Duke_Gomory', 7185, 0.000, 0.000, 0.000, 0), + (17330305, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330306, 'Satellite_Daggers', 7219, 0.000, 0.000, 0.000, 0), + (17330307, 'Satellite_Daggers', 7219, 0.000, 0.000, 0.000, 0), + (17330308, 'Satellite_Daggers', 7219, 0.000, 0.000, 0.000, 0), + (17330309, 'Satellite_Knuckles', 7224, 0.000, 0.000, 0.000, 0), + (17330310, 'Satellite_Knuckles', 7224, 0.000, 0.000, 0.000, 0), + (17330311, 'Satellite_Knuckles', 7224, 0.000, 0.000, 0.000, 0), + (17330312, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330313, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330314, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330315, 'Count_Raum', 7181, 0.000, 0.000, 0.000, 0), + (17330316, 'Satellite_Daggers', 7219, 0.000, 0.000, 0.000, 0), + (17330317, 'Satellite_Daggers', 7219, 0.000, 0.000, 0.000, 0), + (17330318, 'Satellite_Daggers', 7219, 0.000, 0.000, 0.000, 0), + (17330319, 'Satellite_Knuckles', 7224, 0.000, 0.000, 0.000, 0), + (17330320, 'Satellite_Knuckles', 7224, 0.000, 0.000, 0.000, 0), + (17330321, 'Satellite_Knuckles', 7224, 0.000, 0.000, 0.000, 0), + (17330322, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330323, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330324, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330325, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330326, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330327, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330328, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330329, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330330, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330331, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330332, 'Prince_Seere', 7217, 0.000, 0.000, 0.000, 0), + (17330333, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330334, 'Satellite_Hammers', 7222, 0.000, 0.000, 0.000, 0), + (17330335, 'Satellite_Hammers', 7222, 0.000, 0.000, 0.000, 0), + (17330336, 'Satellite_Hammers', 7222, 0.000, 0.000, 0.000, 0), + (17330337, 'Satellite_Staves', 7231, 0.000, 0.000, 0.000, 0), + (17330338, 'Satellite_Staves', 7231, 0.000, 0.000, 0.000, 0), + (17330339, 'Satellite_Staves', 7231, 0.000, 0.000, 0.000, 0), + (17330340, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330341, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330342, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330343, 'Marquis_Orias', 7214, 0.000, 0.000, 0.000, 0), + (17330344, 'Satellite_Hammers', 7222, 0.000, 0.000, 0.000, 0), + (17330345, 'Satellite_Hammers', 7222, 0.000, 0.000, 0.000, 0), + (17330346, 'Satellite_Hammers', 7222, 0.000, 0.000, 0.000, 0), + (17330347, 'Satellite_Staves', 7231, 0.000, 0.000, 0.000, 0), + (17330348, 'Satellite_Staves', 7231, 0.000, 0.000, 0.000, 0), + (17330349, 'Satellite_Staves', 7231, 0.000, 0.000, 0.000, 0), + (17330350, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330351, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330352, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330353, 'Duke_Berith', 7184, 0.000, 0.000, 0.000, 0), + (17330354, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330355, 'Satellite_Longswords', 7227, 0.000, 0.000, 0.000, 0), + (17330356, 'Satellite_Longswords', 7227, 0.000, 0.000, 0.000, 0), + (17330357, 'Satellite_Longswords', 7227, 0.000, 0.000, 0.000, 0), + (17330358, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330359, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330360, 'Marquis_Sabnak', 7215, 0.000, 0.000, 0.000, 0), + (17330361, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330362, 'Satellite_Longswords', 7227, 0.000, 0.000, 0.000, 0), + (17330363, 'Satellite_Longswords', 7227, 0.000, 0.000, 0.000, 0), + (17330364, 'Satellite_Longswords', 7227, 0.000, 0.000, 0.000, 0), + (17330365, 'Satellite_Claymores', 7218, 0.000, 0.000, 0.000, 0), + (17330366, 'Satellite_Claymores', 7218, 0.000, 0.000, 0.000, 0), + (17330367, 'Satellite_Claymores', 7218, 0.000, 0.000, 0.000, 0), + (17330368, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330369, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330370, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330371, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330372, 'Satellite_Claymores', 7218, 0.000, 0.000, 0.000, 0), + (17330373, 'Satellite_Claymores', 7218, 0.000, 0.000, 0.000, 0), + (17330374, 'Satellite_Claymores', 7218, 0.000, 0.000, 0.000, 0), + (17330375, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330376, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330377, 'Count_Zaebos', 7183, 0.000, 0.000, 0.000, 0), + (17330378, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330379, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330380, 'Satellite_Tabars', 7232, 0.000, 0.000, 0.000, 0), + (17330381, 'Satellite_Tabars', 7232, 0.000, 0.000, 0.000, 0), + (17330382, 'Satellite_Tabars', 7232, 0.000, 0.000, 0.000, 0), + (17330383, 'Satellite_Great_Axes', 7220, 0.000, 0.000, 0.000, 0), + (17330384, 'Satellite_Great_Axes', 7220, 0.000, 0.000, 0.000, 0), + (17330385, 'Satellite_Great_Axes', 7220, 0.000, 0.000, 0.000, 0), + (17330386, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330387, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330388, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330389, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330390, 'Marquis_Andras', 7209, 0.000, 0.000, 0.000, 0), + (17330391, 'Andras_s_Vouivre', 7164, 0.000, 0.000, 0.000, 0), + (17330392, 'Satellite_Tabars', 7232, 0.000, 0.000, 0.000, 0), + (17330393, 'Satellite_Tabars', 7232, 0.000, 0.000, 0.000, 0), + (17330394, 'Satellite_Tabars', 7232, 0.000, 0.000, 0.000, 0), + (17330395, 'Satellite_Great_Axes', 7220, 0.000, 0.000, 0.000, 0), + (17330396, 'Satellite_Great_Axes', 7220, 0.000, 0.000, 0.000, 0), + (17330397, 'Satellite_Great_Axes', 7220, 0.000, 0.000, 0.000, 0), + (17330398, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330399, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330400, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330401, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330402, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330403, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330404, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330405, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330406, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330407, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330408, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330409, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330410, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330411, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330412, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330413, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330414, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330415, 'Marquis_Cimeries', 7210, 0.000, 0.000, 0.000, 0), + (17330416, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330417, 'Duke_Scox', 7186, 0.000, 0.000, 0.000, 0), + (17330418, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330419, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330420, 'Satellite_Scythes', 7228, 0.000, 0.000, 0.000, 0), + (17330421, 'Satellite_Scythes', 7228, 0.000, 0.000, 0.000, 0), + (17330422, 'Satellite_Scythes', 7228, 0.000, 0.000, 0.000, 0), + (17330423, 'Satellite_Spears', 7230, 0.000, 0.000, 0.000, 0), + (17330424, 'Satellite_Spears', 7230, 0.000, 0.000, 0.000, 0), + (17330425, 'Satellite_Spears', 7230, 0.000, 0.000, 0.000, 0), + (17330426, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330427, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330428, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330429, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330430, 'King_Zagan', 7208, 0.000, 0.000, 0.000, 0), + (17330431, 'Zagan_s_Wyvern', 7240, 0.000, 0.000, 0.000, 0), + (17330432, 'Satellite_Scythes', 7228, 0.000, 0.000, 0.000, 0), + (17330433, 'Satellite_Scythes', 7228, 0.000, 0.000, 0.000, 0), + (17330434, 'Satellite_Scythes', 7228, 0.000, 0.000, 0.000, 0), + (17330435, 'Satellite_Spears', 7230, 0.000, 0.000, 0.000, 0), + (17330436, 'Satellite_Spears', 7230, 0.000, 0.000, 0.000, 0), + (17330437, 'Satellite_Spears', 7230, 0.000, 0.000, 0.000, 0), + (17330438, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330439, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330440, 'Count_Vine', 7182, 0.000, 0.000, 0.000, 0), + (17330441, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330442, 'Satellite_Kunai', 7225, 0.000, 0.000, 0.000, 0), + (17330443, 'Satellite_Kunai', 7225, 0.000, 0.000, 0.000, 0), + (17330444, 'Satellite_Kunai', 7225, 0.000, 0.000, 0.000, 0), + (17330445, 'Satellite_Tachi', 7233, 0.000, 0.000, 0.000, 0), + (17330446, 'Satellite_Tachi', 7233, 0.000, 0.000, 0.000, 0), + (17330447, 'Satellite_Tachi', 7233, 0.000, 0.000, 0.000, 0), + (17330448, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330449, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330450, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330451, 'Marquis_Gamygyn', 7212, 0.000, 0.000, 0.000, 0), + (17330452, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330453, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330454, 'Satellite_Kunai', 7225, 0.000, 0.000, 0.000, 0), + (17330455, 'Satellite_Kunai', 7225, 0.000, 0.000, 0.000, 0), + (17330456, 'Satellite_Kunai', 7225, 0.000, 0.000, 0.000, 0), + (17330457, 'Satellite_Tachi', 7233, 0.000, 0.000, 0.000, 0), + (17330458, 'Satellite_Tachi', 7233, 0.000, 0.000, 0.000, 0), + (17330459, 'Satellite_Tachi', 7233, 0.000, 0.000, 0.000, 0), + (17330460, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330461, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330462, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330463, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330464, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330465, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330466, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330467, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330468, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330469, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330470, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330473, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330474, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330475, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330476, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330477, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330478, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330479, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330480, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330481, 'Marquis_Nebiros', 7213, 0.000, 0.000, 0.000, 0), + (17330482, 'Nebiros_s_Avatar', 7216, 0.000, 0.000, 0.000, 0), + (17330485, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330486, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330487, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330488, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330489, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330490, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330491, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330492, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330493, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330494, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330495, 'Satellite_Horns', 7223, 0.000, 0.000, 0.000, 0), + (17330496, 'Satellite_Horns', 7223, 0.000, 0.000, 0.000, 0), + (17330497, 'Satellite_Horns', 7223, 0.000, 0.000, 0.000, 0), + (17330498, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330499, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330500, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330501, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330502, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330503, 'Satellite_Horns', 7223, 0.000, 0.000, 0.000, 0), + (17330504, 'Satellite_Horns', 7223, 0.000, 0.000, 0.000, 0), + (17330505, 'Satellite_Horns', 7223, 0.000, 0.000, 0.000, 0), + (17330506, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330507, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330508, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330509, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330510, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330511, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330512, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330513, 'Satellite_Guns', 7221, 0.000, 0.000, 0.000, 0), + (17330514, 'Satellite_Guns', 7221, 0.000, 0.000, 0.000, 0), + (17330515, 'Satellite_Guns', 7221, 0.000, 0.000, 0.000, 0), + (17330516, 'Satellite_Guns', 7221, 0.000, 0.000, 0.000, 0), + (17330517, 'Satellite_Guns', 7221, 0.000, 0.000, 0.000, 0), + (17330518, 'Satellite_Guns', 7221, 0.000, 0.000, 0.000, 0), + (17330519, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330520, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330521, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330522, 'Satellite_Longbows', 7226, 0.000, 0.000, 0.000, 0), + (17330523, 'Satellite_Longbows', 7226, 0.000, 0.000, 0.000, 0), + (17330524, 'Satellite_Longbows', 7226, 0.000, 0.000, 0.000, 0), + (17330525, 'Satellite_Longbows', 7226, 0.000, 0.000, 0.000, 0), + (17330526, 'Satellite_Longbows', 7226, 0.000, 0.000, 0.000, 0), + (17330527, 'Satellite_Longbows', 7226, 0.000, 0.000, 0.000, 0), + (17330528, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330529, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330530, 'Vanguard_Dragon', 7236, 0.000, 0.000, 0.000, 0), + (17330531, 'Tombstone_Prototype', 7235, 0.000, 0.000, 0.000, 0), + (17330532, 'Effigy_Prototype', 7188, 0.000, 0.000, 0.000, 0), + (17330533, 'Icon_Prototype', 7189, 0.000, 0.000, 0.000, 0), + (17330534, 'Statue_Prototype', 7234, 0.000, 0.000, 0.000, 0), + (17330536, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330537, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330538, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330539, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330540, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330541, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330542, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330543, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330544, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330545, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330546, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330547, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330548, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330549, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330550, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330551, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330552, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330553, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330554, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330555, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330556, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330557, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330558, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330559, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330560, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330561, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330562, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330563, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330564, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330565, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330566, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330567, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330568, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330569, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330570, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330571, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330572, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330573, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330574, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330575, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330576, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330577, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330578, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330579, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330580, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330581, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330582, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330583, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330584, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330585, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330586, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330587, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330588, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330589, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330590, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330591, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330592, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330593, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330594, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330595, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330596, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330597, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330598, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330599, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330600, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330601, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330602, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330603, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330604, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330605, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330606, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330607, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330608, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330609, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330610, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330611, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330612, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330613, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330614, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330615, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330616, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330617, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330618, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330619, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330620, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330621, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330622, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330623, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330624, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330625, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330626, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330627, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330628, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330629, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330630, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330631, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330632, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330633, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330634, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330635, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330636, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330637, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330638, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330639, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330640, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330641, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330642, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330643, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330644, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330645, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330646, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330647, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330648, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330649, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330650, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330651, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330652, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330653, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330654, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330655, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330656, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330657, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330658, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330659, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330660, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330661, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330662, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330663, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330664, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330665, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330666, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330667, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330668, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330669, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330670, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330671, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330672, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330673, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330674, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330675, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330676, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330677, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330678, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330679, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330680, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330681, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330682, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330683, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330684, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330685, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330686, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330687, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330688, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330689, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330690, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330691, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330692, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330693, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330694, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330695, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330696, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330697, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330698, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330699, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330700, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330701, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330702, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330703, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330704, 'Kindred_Paladin', 7197, 0.000, 0.000, 0.000, 0), + (17330705, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330706, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330707, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330708, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330709, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330710, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330711, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330712, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330713, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330714, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330715, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330716, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330717, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330718, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330719, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330720, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330721, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330722, 'Kindred_Monk', 7195, -59.333, 0.227, -448.239, 25), + (17330723, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330724, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330725, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330726, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330727, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330728, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330729, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330730, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330731, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330732, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330733, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330734, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330735, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330736, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330737, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330738, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330739, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330740, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330741, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330742, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330743, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330744, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330745, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330746, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330747, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330748, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330749, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330750, 'Kindred_Warrior', 7206, 0.000, 0.000, 0.000, 0), + (17330751, 'Kindred_Monk', 7195, 0.000, 0.000, 0.000, 0), + (17330752, 'Kindred_White_Mage', 7207, 0.000, 0.000, 0.000, 0), + (17330753, 'Kindred_Black_Mage', 7192, 0.000, 0.000, 0.000, 0), + (17330754, 'Kindred_Red_Mage', 7199, 0.000, 0.000, 0.000, 0), + (17330755, 'Kindred_Thief', 7205, 0.000, 0.000, 0.000, 0), + (17330756, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330757, 'Kindred_Paladin', 7197, 15.202, 0.188, -426.599, 127), + (17330758, 'Kindred_Dark_Knight', 7193, 0.000, 0.000, 0.000, 0), + (17330759, 'Kindred_Beastmaster', 7191, 0.000, 0.000, 0.000, 0), + (17330760, 'Kindred_s_Vouivre', 7203, 0.000, 0.000, 0.000, 0), + (17330761, 'Kindred_Bard', 7190, 0.000, 0.000, 0.000, 0), + (17330762, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17330763, 'Kindred_Ranger', 7198, 0.000, 0.000, 0.000, 0), + (17330764, 'Kindred_Samurai', 7200, 0.000, 0.000, 0.000, 0), + (17330765, 'Kindred_Ninja', 7196, 0.000, 0.000, 0.000, 0), + (17330766, 'Kindred_Dragoon', 7194, 0.000, 0.000, 0.000, 0), + (17330767, 'Kindred_s_Wyvern', 7204, 0.000, 0.000, 0.000, 0), + (17330768, 'Kindred_Summoner', 7201, 0.000, 0.000, 0.000, 0), + (17330769, 'Kindred_s_Avatar', 7202, 0.000, 0.000, 0.000, 0), + (17330770, 'Vanguard_Eye', 7237, 0.000, 0.000, 0.000, 0), + (17534977, 'Overlord_s_Tombstone', 9377, 0.027, -2.000, 42.099, 65), + (17534978, 'Battlechoir_Gitchfotch', 9376, 2.027, -2.000, 42.099, 65), + (17534979, 'Soulsender_Fugbrag', 9380, -2.027, -2.000, 42.099, 65), + (17534980, 'Vanguard_Footsoldier', 9385, 142.000, -2.000, 102.000, 65), + (17534981, 'Vanguard_Trooper', 9397, 136.000, -2.000, 108.000, 24), + (17534982, 'Vanguard_Amputator', 9381, 125.000, 0.400, 99.000, 22), + (17534983, 'Vanguard_Vexer', 9398, 130.000, -1.000, 93.000, 25), + (17534984, 'Vanguard_Pillager', 9392, 131.000, -1.000, 82.000, 52), + (17534985, 'Vanguard_Mesmerizer', 9390, 109.000, -1.000, 97.000, 52), + (17534986, 'Vanguard_Grappler', 9386, 102.000, -1.000, 91.000, 24), + (17534987, 'Vanguard_Neckchopper', 9391, 115.000, -1.000, 76.000, 25), + (17534988, 'Vanguard_Mesmerizer', 9390, 135.000, -1.000, 63.000, 54), + (17534989, 'Vanguard_Bugler', 9383, 146.000, -1.000, 50.000, 5), + (17534990, 'Vanguard_Gutslasher', 9387, 148.000, -1.000, 36.000, 54), + (17534991, 'Vanguard_Impaler', 9389, 137.000, -1.000, 22.000, 45), + (17534992, 'Vanguard_s_Wyvern', 9396, 137.000, -1.000, 22.000, 45), + (17534993, 'Vanguard_Backstabber', 9382, 103.000, 4.000, 14.000, 54), + (17534994, 'Vanguard_Hawker', 9388, 96.000, 4.000, 25.000, 45), + (17534995, 'Vanguard_s_Hecteyes', 9395, 96.000, 4.000, 25.000, 45), + (17534996, 'Vanguard_Dollmaster', 9384, 97.000, 4.000, 39.000, 25), + (17534997, 'Vanguard_s_Avatar', 9394, 97.000, 4.000, 39.000, 25), + (17534998, 'Vanguard_Vexer', 9398, 96.000, 4.000, 49.000, 54), + (17534999, 'Vanguard_Predator', 9393, 98.000, 4.000, 61.000, 24), + (17535000, 'Vanguard_Footsoldier', 9385, 86.000, 2.000, 4.000, 45), + (17535001, 'Vanguard_Grappler', 9386, 78.000, 2.000, -5.000, 85), + (17535002, 'Vanguard_Predator', 9393, 72.000, 2.000, -11.000, 54), + (17535003, 'Serjeant_Tombstone', 9379, 66.764, 2.000, -2.546, 30), + (17535004, 'Serjeant_Tombstone', 9379, -66.764, 2.000, -2.546, 30), + (17535005, 'Serjeant_Tombstone', 9379, -256.311, -3.600, 112.475, 125), + (17535006, 'Reapertongue_Gadgquok', 9378, 111.000, 0.500, 78.000, 2), + (17535007, 'Vanguard_s_Avatar', 9394, 111.000, 0.500, 78.000, 2), + (17535008, 'Vanguard_Trooper', 9397, 116.000, 1.000, -30.000, 54), + (17535009, 'Vanguard_Amputator', 9381, 108.000, 2.000, -22.000, 45), + (17535010, 'Vanguard_Dollmaster', 9384, 99.000, 2.000, -22.000, 85), + (17535011, 'Vanguard_s_Avatar', 9394, 99.000, 2.000, -22.000, 85), + (17535012, 'Vanguard_Footsoldier', 9385, 91.000, 2.000, -30.000, 85), + (17535013, 'Vanguard_Backstabber', 9382, 82.000, 2.000, -38.000, 84), + (17535014, 'Vanguard_Impaler', 9389, 76.000, 2.000, -48.000, 54), + (17535015, 'Vanguard_s_Wyvern', 9396, 76.000, 2.000, -48.000, 54), + (17535016, 'Vanguard_Footsoldier', 9385, 81.000, 1.000, -62.000, 54), + (17535017, 'Vanguard_Grappler', 9386, 89.000, 1.000, -53.000, 42), + (17535018, 'Vanguard_Amputator', 9381, 96.000, 1.000, -46.000, 54), + (17535019, 'Vanguard_Trooper', 9397, 104.000, 1.000, -39.000, 45), + (17535020, 'Vanguard_Neckchopper', 9391, 43.000, 2.000, -18.000, 45), + (17535021, 'Vanguard_Pillager', 9392, 41.000, 2.000, -13.000, 54), + (17535022, 'Vanguard_Bugler', 9383, 31.000, 2.000, -24.000, 45), + (17535023, 'Vanguard_Predator', 9393, 19.000, 2.000, -22.000, 45), + (17535024, 'Vanguard_Vexer', 9398, 16.000, 2.000, 1.000, 45), + (17535025, 'Vanguard_Trooper', 9397, 25.000, 2.000, 1.000, 44), + (17535026, 'Warchief_Tombstone', 9400, 148.990, -6.800, 56.931, 93), + (17535027, 'Vanguard_Bugler', 9383, -25.000, 2.000, 2.000, 45), + (17535028, 'Vanguard_Hawker', 9388, -18.000, 2.000, 5.000, 54), + (17535029, 'Vanguard_s_Hecteyes', 9395, -18.000, 2.000, 5.000, 54), + (17535030, 'Vanguard_Gutslasher', 9387, -16.000, 2.000, -17.000, 5), + (17535031, 'Vanguard_Backstabber', 9382, -27.000, 2.000, -22.000, 45), + (17535032, 'Wyrmgnasher_Bjakdek', 9401, 102.736, 1.000, -46.729, 155), + (17535033, 'Vanguard_s_Wyvern', 9396, 103.736, 1.000, -46.729, 155), + (17535034, 'Vanguard_Footsoldier', 9385, -40.000, 2.000, -30.000, 45), + (17535035, 'Vanguard_Grappler', 9386, -40.000, 2.000, -15.000, 54), + (17535036, 'Vanguard_Pillager', 9392, -51.000, 2.000, -18.000, 65), + (17535037, 'Vanguard_Trooper', 9397, -72.000, 2.000, -11.000, 54), + (17535038, 'Vanguard_Neckchopper', 9391, -78.000, 2.000, -5.000, 24), + (17535039, 'Vanguard_Predator', 9393, -87.000, 2.000, 3.000, 45), + (17535040, 'Vanguard_Gutslasher', 9387, -102.000, -2.000, 27.000, 45), + (17535041, 'Vanguard_Backstabber', 9382, -111.000, -2.000, 21.000, 45), + (17535042, 'Vanguard_Impaler', 9389, -105.000, -2.000, 15.000, 46), + (17535043, 'Vanguard_s_Wyvern', 9396, -105.000, -2.000, 15.000, 46), + (17535044, 'Voidstreaker_Butchnotch', 9399, -267.133, -4.000, 98.228, 255), + (17535045, 'Vanguard_Amputator', 9381, -104.000, -2.000, 32.000, 45), + (17535046, 'Vanguard_Mesmerizer', 9390, -90.000, 1.000, -58.000, 45), + (17535047, 'Vanguard_Vexer', 9398, -77.000, 2.000, -46.000, 65), + (17535048, 'Vanguard_Bugler', 9383, -84.000, 2.000, -38.000, 45), + (17535049, 'Vanguard_Dollmaster', 9384, -89.000, 2.000, -31.000, 5), + (17535050, 'Vanguard_s_Avatar', 9394, -89.000, 2.000, -31.000, 5), + (17535051, 'Vanguard_Mesmerizer', 9390, -96.000, 2.000, -24.000, 45), + (17535052, 'Vanguard_Bugler', 9383, -107.000, 2.000, -20.000, 45), + (17535053, 'Vanguard_Neckchopper', 9391, -114.000, 1.000, -30.000, 58), + (17535054, 'Vanguard_Pillager', 9392, -106.000, 1.000, -34.000, 54), + (17535055, 'Vanguard_Vexer', 9398, -100.000, 1.000, -40.000, 45), + (17535056, 'Vanguard_Trooper', 9397, -92.000, 1.000, -48.000, 85), + (17535057, 'Warchief_Tombstone', 9400, 155.743, -6.800, 41.786, 128), + (17535058, 'Vanguard_Footsoldier', 9385, -132.000, -2.000, 17.000, 45), + (17535059, 'Vanguard_Grappler', 9386, -143.000, -2.000, 17.000, 45), + (17535060, 'Vanguard_Amputator', 9381, -159.000, -1.000, 17.000, 54), + (17535061, 'Vanguard_Mesmerizer', 9390, -170.000, -1.000, 26.000, 52), + (17535062, 'Vanguard_Vexer', 9398, -184.000, -1.000, 40.000, 54), + (17535063, 'Vanguard_Pillager', 9392, -192.000, -1.000, 48.000, 84), + (17535064, 'Vanguard_Trooper', 9397, -193.000, -2.000, 80.000, 45), + (17535065, 'Vanguard_Neckchopper', 9391, -203.000, -2.000, 90.000, 45), + (17535066, 'Vanguard_Hawker', 9388, -254.000, -3.000, 81.000, 54), + (17535067, 'Vanguard_s_Hecteyes', 9395, -254.000, -3.000, 81.000, 54), + (17535068, 'Vanguard_Bugler', 9383, -264.000, -3.000, 83.000, 54), + (17535069, 'Vanguard_Predator', 9393, -265.000, -4.000, 95.000, 84), + (17535070, 'Vanguard_Gutslasher', 9387, -265.000, -3.000, 105.000, 54), + (17535071, 'Vanguard_Backstabber', 9382, -271.000, -3.000, 115.000, 54), + (17535072, 'Vanguard_Impaler', 9389, -260.000, -3.000, 112.000, 21), + (17535073, 'Vanguard_s_Wyvern', 9396, -260.000, -3.000, 112.000, 21), + (17535074, 'Vanguard_Dollmaster', 9384, -256.000, -3.000, 112.000, 54), + (17535075, 'Vanguard_s_Avatar', 9394, -256.000, -3.000, 112.000, 54), + (17535076, 'Vanguard_Hawker', 9388, -258.000, -4.000, 97.000, 45), + (17535077, 'Vanguard_s_Hecteyes', 9395, -258.000, -4.000, 97.000, 45), + (17535078, 'Vanguard_Bugler', 9383, -166.000, -2.000, 64.000, 45), + (17535079, 'Vanguard_Grappler', 9386, -171.000, -2.000, 52.000, 25), + (17535080, 'Vanguard_Mesmerizer', 9390, -170.000, -2.000, 57.000, 45), + (17535081, 'Vanguard_Pillager', 9392, -165.000, -2.000, 52.000, 74), + (17535082, 'Vanguard_Gutslasher', 9387, -153.000, -2.000, 51.000, 45), + (17535083, 'Vanguard_Backstabber', 9382, -156.000, -2.000, 63.000, 55), + (17535084, 'Vanguard_Trooper', 9397, -149.000, -2.000, 62.000, 54), + (17535085, 'Vanguard_Footsoldier', 9385, -148.000, -2.000, 55.000, 45), + (17535086, 'Vanguard_Amputator', 9381, -132.000, -6.000, 89.000, 54), + (17535087, 'Vanguard_Neckchopper', 9391, -114.000, -6.000, 85.000, 84), + (17535088, 'Vanguard_Bugler', 9383, -102.000, -6.000, 81.000, 87), + (17535089, 'Vanguard_Predator', 9393, -92.000, -6.000, 73.000, 45), + (17535090, 'Vanguard_Backstabber', 9382, -91.000, -6.000, 61.000, 45), + (17535091, 'Vanguard_Grappler', 9386, -92.000, -4.000, 44.000, 84), + (17535092, 'Vanguard_Gutslasher', 9387, -23.000, 2.000, -92.000, 54), + (17535093, 'Vanguard_Predator', 9393, -24.000, 2.000, -86.000, 45), + (17535094, 'Vanguard_Hawker', 9388, -23.000, 2.000, -77.000, 44), + (17535095, 'Vanguard_s_Hecteyes', 9395, -23.000, 2.000, -77.000, 44), + (17535096, 'Vanguard_Impaler', 9389, -16.000, 2.000, -71.000, 45), + (17535097, 'Vanguard_s_Wyvern', 9396, -16.000, 2.000, -71.000, 45), + (17535098, 'Vanguard_Footsoldier', 9385, -14.000, 2.000, -76.000, 54), + (17535099, 'Vanguard_Amputator', 9381, -4.000, 2.000, -82.000, 45), + (17535100, 'Vanguard_Bugler', 9383, -3.000, 2.000, -74.000, 45), + (17535101, 'Vanguard_Predator', 9393, 3.000, 2.000, -72.000, 45), + (17535102, 'Vanguard_Backstabber', 9382, 9.000, 2.000, -76.000, 54), + (17535103, 'Vanguard_Grappler', 9386, 14.000, 2.000, -70.000, 45), + (17535104, 'Vanguard_Gutslasher', 9387, 21.000, 2.000, -76.000, 55), + (17535105, 'Vanguard_Trooper', 9397, 141.000, -2.000, 114.000, 45), + (17535106, 'Vanguard_Predator', 9393, 133.000, -1.000, 74.000, 21), + (17535107, 'Vanguard_Mesmerizer', 9390, 124.000, -1.000, 74.000, 54), + (17535108, 'Vanguard_Vexer', 9398, 96.000, 1.000, 98.000, 84), + (17535109, 'Vanguard_Neckchopper', 9391, 104.000, 1.000, 105.000, 54), + (17535110, 'Vanguard_Dollmaster', 9384, 114.000, -1.000, 101.000, 25), + (17535111, 'Vanguard_s_Avatar', 9394, 114.000, -1.000, 101.000, 25), + (17535112, 'Vanguard_Backstabber', 9382, 108.000, -1.000, 85.000, 54), + (17535113, 'Serjeant_Tombstone', 9379, -256.238, -3.600, 82.232, 125), + (17535114, 'Serjeant_Tombstone', 9379, -131.804, -4.000, 69.627, 190), + (17535115, 'Serjeant_Tombstone', 9379, -131.804, -4.000, 70.627, 190), + (17535116, 'Vanguard_Footsoldier', 9385, 103.000, 4.000, 62.000, 54), + (17535117, 'Vanguard_Amputator', 9381, 130.000, -1.000, 14.000, 54), + (17535118, 'Vanguard_Bugler', 9383, 148.000, -6.000, 57.000, 54), + (17535119, 'Vanguard_Predator', 9393, 146.000, -6.000, 25.000, 45), + (17535120, 'Vanguard_Predator', 9393, -6.000, -3.000, -34.000, 54), + (17535121, 'Vanguard_Vexer', 9398, 5.000, -3.000, -33.000, 45), + (17535122, 'Vanguard_Neckchopper', 9391, -98.000, -2.000, 20.000, 45), + (17535123, 'Vanguard_Backstabber', 9382, -81.000, 2.000, 3.000, 54), + (17535124, 'Vanguard_Grappler', 9386, -61.000, 2.000, -19.000, 54), + (17535125, 'Vanguard_Trooper', 9397, -45.000, 2.000, -24.000, 45), + (17535126, 'Vanguard_Vexer', 9398, -106.000, -6.000, 85.000, 45), + (17535127, 'Vanguard_Trooper', 9397, -122.000, -6.000, 88.000, 48), + (17535128, 'Warchief_Tombstone', 9400, -80.000, -7.000, -21.000, 31), + (17535129, 'Vanguard_Vexer', 9398, -162.000, -2.000, 56.000, 45), + (17535130, 'Vanguard_Trooper', 9397, -209.000, -2.000, 95.000, 54), + (17535131, 'Warchief_Tombstone', 9400, 154.000, -6.000, 42.000, 251), + (17535132, 'Vanguard_Vexer', 9398, -194.000, -2.000, 72.000, 45), + (17535133, 'Vanguard_Mesmerizer', 9390, -181.000, -8.000, 26.000, 65), + (17535134, 'Vanguard_Footsoldier', 9385, -186.000, -8.000, 30.000, 24), + (17535135, 'Vanguard_Pillager', 9392, -164.000, -8.000, 70.000, 45), + (17535136, 'Vanguard_Predator', 9393, -152.000, -8.000, 69.000, 48), + (17535137, 'Vanguard_Vexer', 9398, -82.000, -7.000, -19.000, 94), + (17535138, 'Vanguard_Trooper', 9397, -73.000, -7.000, -28.000, 45), + (17535139, 'Warchief_Tombstone', 9400, -159.000, -8.000, 70.000, 127), + (17535140, 'Vanguard_Footsoldier', 9385, 2.000, 2.000, -18.000, 45), + (17535141, 'Vanguard_Amputator', 9381, -5.000, 2.000, -17.000, 45), + (17535142, 'Vanguard_Trooper', 9397, -5.000, 2.000, -9.000, 45), + (17535143, 'Vanguard_Gutslasher', 9387, 147.000, -2.000, 106.000, 65), + (17535144, 'Vanguard_Footsoldier', 9385, 98.000, 4.000, 52.000, 42), + (17535145, 'Vanguard_Grappler', 9386, 100.000, 4.000, 39.000, 45), + (17535146, 'Vanguard_Pillager', 9392, 97.000, 4.000, 30.000, 45), + (17535147, 'Vanguard_Trooper', 9397, 96.000, 4.000, 17.000, 84), + (17535148, 'Vanguard_Neckchopper', 9391, 98.000, 2.000, -17.000, 54), + (17535149, 'Vanguard_Hawker', 9388, 51.000, 2.000, -24.000, 54), + (17535150, 'Vanguard_s_Hecteyes', 9395, 51.000, 2.000, -24.000, 54), + (17535151, 'Vanguard_Predator', 9393, 16.000, 2.000, -15.000, 54), + (17535152, 'Vanguard_Impaler', 9389, -64.000, 2.000, -25.000, 45), + (17535153, 'Vanguard_s_Wyvern', 9396, -64.000, 2.000, -25.000, 45), + (17535154, 'Serjeant_Tombstone', 9379, -254.000, -4.000, 100.000, 45), + (17535155, 'Serjeant_Tombstone', 9379, -159.000, -2.000, 58.000, 45), + (17535156, 'Vanguard_Footsoldier', 9385, -70.000, 2.000, -44.000, 54), + (17535157, 'Vanguard_Grappler', 9386, -99.000, 2.000, -14.000, 54), + (17535158, 'Vanguard_Pillager', 9392, -119.000, -2.000, 19.000, 45), + (17535159, 'Vanguard_Trooper', 9397, -89.000, -4.000, 47.000, 54), + (17535160, 'Vanguard_Neckchopper', 9391, -93.000, -6.000, 66.000, 85), + (17535161, 'Vanguard_Hawker', 9388, -97.000, -6.000, 76.000, 74), + (17535162, 'Vanguard_s_Hecteyes', 9395, -97.000, -6.000, 76.000, 74), + (17535163, 'Vanguard_Predator', 9393, -110.000, -6.000, 86.000, 34), + (17535164, 'Vanguard_Impaler', 9389, -132.000, -6.000, 82.000, 25), + (17535165, 'Vanguard_s_Wyvern', 9396, -132.000, -6.000, 82.000, 25), + (17535166, 'Serjeant_Tombstone', 9379, -102.000, -6.000, 86.000, 12), + (17535167, 'Serjeant_Tombstone', 9379, -110.000, -2.000, 27.000, 5), + (17535168, 'Vanguard_Gutslasher', 9387, -149.000, -2.000, 65.000, 25), + (17535169, 'Vanguard_Gutslasher', 9387, -163.000, -2.000, 59.000, 46), + (17535170, 'Vanguard_Footsoldier', 9385, -193.000, -2.000, 78.000, 87), + (17535171, 'Vanguard_Pillager', 9392, -199.000, -2.000, 78.000, 88), + (17535172, 'Vanguard_Neckchopper', 9391, -205.000, -2.000, 96.000, 45), + (17535173, 'Vanguard_Hawker', 9388, -251.000, -4.000, 95.000, 58), + (17535174, 'Vanguard_s_Hecteyes', 9395, -251.000, -4.000, 95.000, 58), + (17535175, 'Vanguard_Backstabber', 9382, -255.000, -3.000, 88.000, 84), + (17535176, 'Vanguard_Backstabber', 9382, -272.000, -3.000, 77.000, 87), + (17535177, 'Vanguard_Grappler', 9386, -261.000, -3.000, 117.000, 78), + (17535178, 'Vanguard_Trooper', 9397, 141.000, -1.000, 59.000, 54), + (17535179, 'Vanguard_Impaler', 9389, 143.000, -1.000, 27.000, 45), + (17535180, 'Vanguard_s_Wyvern', 9396, 143.000, -1.000, 27.000, 45), + (17535181, 'Vanguard_Dollmaster', 9384, 101.000, 4.000, 23.000, 35), + (17535182, 'Vanguard_s_Avatar', 9394, 101.000, 4.000, 23.000, 35), + (17535183, 'Vanguard_Amputator', 9381, 85.000, 2.000, 8.000, 45), + (17535184, 'Vanguard_Amputator', 9381, 105.000, 1.000, -32.000, 45), + (17535185, 'Vanguard_Mesmerizer', 9390, 74.000, 2.000, -53.000, 45), + (17535186, 'Vanguard_Mesmerizer', 9390, 20.000, 2.000, -71.000, 45), + (17535187, 'Vanguard_Vexer', 9398, -12.000, 2.000, -80.000, 45), + (17535188, 'Vanguard_Vexer', 9398, -85.000, 1.000, -62.000, 45), + (17535189, 'Vanguard_Bugler', 9383, -113.000, -2.000, 15.000, 75), + (17535190, 'Vanguard_Bugler', 9383, -177.000, -1.000, 34.000, 84), + (17535191, 'Vanguard_Dollmaster', 9384, -166.000, -1.000, 20.000, 45), + (17535192, 'Vanguard_s_Avatar', 9394, -166.000, -1.000, 20.000, 45), + (17535193, 'Serjeant_Tombstone', 9379, -9.000, 2.000, -74.000, 45), + (17535194, 'Serjeant_Tombstone', 9379, 69.000, 2.000, -15.000, 54), + (17535195, 'Vanguard_Amputator', 9381, 130.000, -1.000, 86.000, 84), + (17535196, 'Vanguard_Amputator', 9381, 119.000, -1.000, 76.000, 52), + (17535197, 'Vanguard_Mesmerizer', 9390, 98.000, 4.000, 65.000, 52), + (17535198, 'Vanguard_Mesmerizer', 9390, 108.000, -1.000, 89.000, 52), + (17535199, 'Vanguard_Vexer', 9398, 133.000, -2.000, 114.000, 25), + (17535200, 'Vanguard_Vexer', 9398, -33.000, 2.000, -19.000, 74), + (17535201, 'Vanguard_Bugler', 9383, -125.000, -2.000, 20.000, 64), + (17535202, 'Vanguard_Bugler', 9383, -137.000, -6.000, 89.000, 84), + (17535203, 'Vanguard_Dollmaster', 9384, -157.000, -2.000, 52.000, 45), + (17535204, 'Vanguard_s_Avatar', 9394, -157.000, -2.000, 52.000, 45), + (17535205, 'Serjeant_Tombstone', 9379, -157.000, -2.000, 52.000, 45), + (17535206, 'Serjeant_Tombstone', 9379, -157.000, -2.000, 52.000, 45), + (17535250, 'Serjeant_Tombstone', 9379, 136.688, -2.000, 105.391, 90), + (17535251, 'Serjeant_Tombstone', 9379, 119.913, 0.100, 95.374, 190), + (17535252, 'Serjeant_Tombstone', 9379, 126.682, 0.100, 88.107, 5), + (17535253, 'Serjeant_Tombstone', 9379, 112.427, 0.100, 87.995, 130), + (17535254, 'Serjeant_Tombstone', 9379, 119.876, 0.100, 81.210, 70), + (17535255, 'Serjeant_Tombstone', 9379, 99.192, 1.000, 105.045, 25), + (17535256, 'Serjeant_Tombstone', 9379, 104.360, 1.739, 72.454, 225), + (17535257, 'Serjeant_Tombstone', 9379, 94.124, 4.000, 67.970, 5), + (17535258, 'Serjeant_Tombstone', 9379, 93.551, 4.000, 57.181, 255), + (17535259, 'Serjeant_Tombstone', 9379, 101.437, 4.000, 49.919, 128), + (17535260, 'Serjeant_Tombstone', 9379, 94.517, 4.000, 38.095, 255), + (17535261, 'Serjeant_Tombstone', 9379, 101.365, 4.000, 31.923, 128), + (17535262, 'Serjeant_Tombstone', 9379, 98.076, 4.000, 43.770, 190), + (17535263, 'Serjeant_Tombstone', 9379, 113.037, 2.000, 13.811, 255), + (17535264, 'Serjeant_Tombstone', 9379, 125.664, 0.100, 14.071, 255), + (17535265, 'Serjeant_Tombstone', 9379, 146.385, 0.100, 25.423, 155), + (17535266, 'Serjeant_Tombstone', 9379, 153.443, 0.100, 41.915, 128), + (17535267, 'Serjeant_Tombstone', 9379, 144.434, 0.100, 50.906, 165), + (17535268, 'Serjeant_Tombstone', 9379, 147.277, 0.100, 53.352, 165), + (17535269, 'Serjeant_Tombstone', 9379, 81.960, 2.000, 10.032, 225), + (17535270, 'Serjeant_Tombstone', 9379, 85.910, 2.000, 6.150, 225), + (17535271, 'Serjeant_Tombstone', 9379, 89.895, 2.000, 1.904, 225), + (17535272, 'Serjeant_Tombstone', 9379, 84.160, -7.400, -17.395, 155), + (17535273, 'Serjeant_Tombstone', 9379, 78.887, -7.400, -22.825, 155), + (17535274, 'Serjeant_Tombstone', 9379, 73.609, -7.400, -28.174, 155), + (17535275, 'Serjeant_Tombstone', 9379, 91.528, 2.000, -19.360, 155), + (17535276, 'Serjeant_Tombstone', 9379, 83.408, 2.000, -27.379, 155), + (17535277, 'Serjeant_Tombstone', 9379, 75.633, 2.000, -35.393, 155), + (17535278, 'Serjeant_Tombstone', 9379, 106.661, 1.000, -42.704, 155), + (17535279, 'Serjeant_Tombstone', 9379, 102.736, 1.000, -46.729, 155), + (17535280, 'Serjeant_Tombstone', 9379, 98.765, 1.000, -50.868, 155), + (17535281, 'Serjeant_Tombstone', 9379, 85.317, 1.000, -69.369, 190), + (17535282, 'Serjeant_Tombstone', 9379, 55.858, -8.600, -30.485, 190), + (17535283, 'Serjeant_Tombstone', 9379, 40.007, 2.000, -29.999, 190), + (17535284, 'Serjeant_Tombstone', 9379, 28.071, 2.000, -17.941, 65), + (17535285, 'Serjeant_Tombstone', 9379, 19.138, 2.100, -2.147, 65), + (17535286, 'Serjeant_Tombstone', 9379, 25.969, 2.100, 14.172, 65), + (17535287, 'Serjeant_Tombstone', 9379, -0.086, 0.627, 12.160, 65), + (17535288, 'Serjeant_Tombstone', 9379, 3.958, 1.601, 6.318, 65), + (17535289, 'Serjeant_Tombstone', 9379, -4.098, 1.595, 6.354, 65), + (17535290, 'Serjeant_Tombstone', 9379, -0.075, 2.000, -3.755, 65), + (17535291, 'Serjeant_Tombstone', 9379, -25.969, 2.100, 14.172, 65), + (17535292, 'Serjeant_Tombstone', 9379, -19.138, 2.100, -2.147, 65), + (17535293, 'Serjeant_Tombstone', 9379, -28.071, 2.000, -17.941, 65), + (17535294, 'Serjeant_Tombstone', 9379, -40.007, 2.000, -29.999, 190), + (17535295, 'Serjeant_Tombstone', 9379, -14.034, 1.700, -30.551, 190), + (17535296, 'Serjeant_Tombstone', 9400, -11.855, -3.000, -34.075, 190), + (17535297, 'Serjeant_Tombstone', 9379, -0.078, 1.700, -25.982, 190), + (17535298, 'Serjeant_Tombstone', 9400, 0.068, -3.000, -32.329, 190), + (17535299, 'Serjeant_Tombstone', 9379, 14.034, 1.700, -30.551, 190), + (17535300, 'Serjeant_Tombstone', 9400, 11.855, -3.000, -34.075, 190), + (17535301, 'Serjeant_Tombstone', 9379, -10.351, 2.000, -76.692, 190), + (17535302, 'Serjeant_Tombstone', 9379, -6.200, 2.000, -83.441, 190), + (17535303, 'Serjeant_Tombstone', 9379, 3.020, 2.000, -76.773, 190), + (17535304, 'Serjeant_Tombstone', 9379, 6.916, 2.200, -87.229, 155), + (17535305, 'Serjeant_Tombstone', 9379, 16.217, 2.200, -96.770, 190), + (17535306, 'Serjeant_Tombstone', 9379, 26.094, 2.200, -96.770, 190), + (17535307, 'Serjeant_Tombstone', 9379, -55.735, -8.600, -30.619, 195), + (17535308, 'Serjeant_Tombstone', 9379, -73.609, -7.400, -28.174, 155), + (17535309, 'Serjeant_Tombstone', 9379, -78.887, -7.400, -22.825, 155), + (17535310, 'Serjeant_Tombstone', 9379, -84.160, -7.400, -17.395, 155), + (17535311, 'Serjeant_Tombstone', 9379, -75.633, 2.000, -35.393, 155), + (17535312, 'Serjeant_Tombstone', 9379, -83.408, 2.000, -27.379, 155), + (17535313, 'Serjeant_Tombstone', 9379, -91.528, 2.000, -19.360, 155), + (17535314, 'Serjeant_Tombstone', 9379, -98.765, 1.000, -50.868, 155), + (17535315, 'Serjeant_Tombstone', 9379, -102.736, 1.000, -46.729, 155), + (17535316, 'Serjeant_Tombstone', 9379, -106.661, 1.000, -42.704, 155), + (17535317, 'Serjeant_Tombstone', 9379, -126.651, 1.000, -29.291, 255), + (17535318, 'Serjeant_Tombstone', 9379, -95.900, -2.000, 23.701, 25), + (17535319, 'Serjeant_Tombstone', 9379, -100.900, -2.000, 20.701, 25), + (17535320, 'Serjeant_Tombstone', 9379, -105.900, -2.000, 16.701, 25), + (17535321, 'Serjeant_Tombstone', 9379, -111.600, -2.000, 31.857, 25), + (17535322, 'Serjeant_Tombstone', 9379, -114.020, -2.000, 13.153, 190), + (17535323, 'Serjeant_Tombstone', 9379, -124.114, -2.000, 15.237, 190), + (17535324, 'Serjeant_Tombstone', 9379, -144.053, -2.000, 14.465, 190), + (17535325, 'Serjeant_Tombstone', 9379, -161.881, -1.000, 24.125, 60), + (17535326, 'Serjeant_Tombstone', 9379, -177.702, -1.000, 28.398, 225), + (17535327, 'Serjeant_Tombstone', 9379, -175.075, -1.500, 36.880, 100), + (17535328, 'Serjeant_Tombstone', 9379, -183.367, -1.000, 34.208, 225), + (17535329, 'Serjeant_Tombstone', 9379, -173.159, -8.800, 16.215, 225), + (17535330, 'Serjeant_Tombstone', 9379, -183.730, -8.800, 27.698, 225), + (17535331, 'Serjeant_Tombstone', 9379, -195.499, -8.800, 38.713, 225), + (17535332, 'Serjeant_Tombstone', 9379, -193.875, -1.000, 54.937, 65), + (17535333, 'Serjeant_Tombstone', 9379, -193.875, -2.000, 68.196, 65), + (17535334, 'Serjeant_Tombstone', 9379, -188.946, -8.800, 87.053, 105), + (17535335, 'Serjeant_Tombstone', 9379, -201.774, -2.000, 88.746, 30), + (17535336, 'Serjeant_Tombstone', 9379, -213.153, -2.000, 98.015, 0), + (17535337, 'Serjeant_Tombstone', 9379, -223.966, -2.000, 98.015, 0), + (17535338, 'Serjeant_Tombstone', 9379, -267.133, -4.000, 98.228, 255), + (17535339, 'Serjeant_Tombstone', 9379, -163.956, -2.000, 54.866, 190), + (17535340, 'Serjeant_Tombstone', 9379, -159.058, -2.000, 65.685, 65), + (17535341, 'Serjeant_Tombstone', 9379, -152.404, -2.000, 54.866, 190), + (17535342, 'Serjeant_Tombstone', 9379, -131.804, -4.000, 68.627, 190), + (17535343, 'Serjeant_Tombstone', 9379, -139.782, -6.000, 90.329, 255), + (17535344, 'Serjeant_Tombstone', 9379, -122.706, -6.000, 85.879, 190), + (17535345, 'Serjeant_Tombstone', 9379, -137.122, -10.800, 64.746, 30), + (17535346, 'Serjeant_Tombstone', 9379, -105.611, -6.000, 85.224, 30), + (17535347, 'Serjeant_Tombstone', 9379, -93.840, -6.000, 72.156, 65), + (17535348, 'Serjeant_Tombstone', 9379, -89.938, -4.000, 51.306, 65), + (17535349, 'Serjeant_Tombstone', 9379, -93.582, -4.000, 42.906, 95), + (17535350, 'Serjeant_Tombstone', 9379, -3.041, -1.190, 35.001, 65), + (17535351, 'Serjeant_Tombstone', 9379, 3.041, -1.190, 35.001, 65), + (17535352, 'Serjeant_Tombstone', 9379, -24.031, 0.100, 36.070, 65), + (17535353, 'Serjeant_Tombstone', 9379, -15.950, 0.100, 36.070, 65), + (17535354, 'Serjeant_Tombstone', 9379, 24.031, 0.100, 36.070, 65), + (17535355, 'Serjeant_Tombstone', 9379, 15.950, 0.100, 36.070, 65), + (17535356, 'Serjeant_Tombstone', 9379, -38.080, 0.100, 28.045, 255), + (17535357, 'Serjeant_Tombstone', 9379, -38.080, 0.100, 16.084, 255), + (17535358, 'Serjeant_Tombstone', 9379, 38.080, 0.100, 28.045, 128), + (17535359, 'Serjeant_Tombstone', 9379, 38.080, 0.100, 16.084, 128), + (17535360, 'Serjeant_Tombstone', 9379, 0.061, -3.000, -31.935, 190), + (17535361, 'Serjeant_Tombstone', 9379, -156.147, -2.000, 58.214, 190), + (17535362, 'Serjeant_Tombstone', 9379, -163.962, -2.000, 58.214, 190), + (17535363, 'Serjeant_Tombstone', 9379, -196.889, -8.801, 91.419, 100), + (17535364, 'Serjeant_Tombstone', 9379, -198.425, -1.000, 40.948, 225), + (17535365, 'Serjeant_Tombstone', 9379, -171.219, -1.000, 11.529, 225), + (17535366, 'Serjeant_Tombstone', 9379, -105.429, 2.000, -7.109, 28), + (17535367, 'Serjeant_Tombstone', 9379, -124.838, 1.000, -27.548, 28), + (17535368, 'Serjeant_Tombstone', 9379, -83.118, 1.000, -68.873, 160), + (17535369, 'Serjeant_Tombstone', 9379, -63.351, 2.000, -48.860, 160), + (17535370, 'Serjeant_Tombstone', 9379, 29.013, 2.200, -90.241, 128), + (17535371, 'Serjeant_Tombstone', 9379, 29.013, 2.200, -95.279, 128), + (17535372, 'Serjeant_Tombstone', 9379, 63.351, 2.000, -48.860, 225), + (17535373, 'Serjeant_Tombstone', 9379, 83.118, 1.000, -68.873, 225), + (17535374, 'Serjeant_Tombstone', 9379, 124.838, 1.000, -27.548, 100), + (17535375, 'Serjeant_Tombstone', 9379, 105.429, 2.000, -7.109, 100), + (17535376, 'Serjeant_Tombstone', 9379, 76.743, 2.000, 2.838, 30), + (17535377, 'Serjeant_Tombstone', 9379, 103.993, 4.000, 25.963, 128), + (17535378, 'Serjeant_Tombstone', 9379, 103.993, 4.000, 40.856, 128), + (17535379, 'Serjeant_Tombstone', 9379, 91.726, 3.800, 48.005, 0), + (17535380, 'Serjeant_Tombstone', 9379, 132.813, 0.100, 9.676, 190), + (17535381, 'Serjeant_Tombstone', 9379, 130.742, -1.000, 105.412, 100), + (17535382, 'Serjeant_Tombstone', 9379, 137.398, -1.000, 98.619, 100), + (17535383, 'Serjeant_Tombstone', 9379, 112.427, 0.100, 87.995, 130), + (17535384, 'Serjeant_Tombstone', 9379, 119.876, 0.100, 81.210, 70), + (17535385, 'Serjeant_Tombstone', 9379, -208.518, -2.000, 95.513, 30), + (17535386, 'Serjeant_Tombstone', 9379, -200.056, -2.000, 86.224, 30), + (17535387, 'Serjeant_Tombstone', 9379, -17.986, 2.000, -11.770, 65), + (17535388, 'Serjeant_Tombstone', 9379, -5.973, 2.000, -11.770, 65), + (17535389, 'Serjeant_Tombstone', 9379, 17.986, 2.000, -11.770, 65), + (17535390, 'Serjeant_Tombstone', 9379, 5.973, 2.000, -11.770, 65), + (17539073, 'Gu_Dha_Effigy', 9407, -16.032, -1.001, -126.959, 195), + (17539074, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539075, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539076, 'Vanguard_Beasttender', 9410, 41.000, 0.100, -90.000, 195), + (17539077, 'Vanguard_s_Scorpion', 9422, 41.500, 0.100, -90.000, 195), + (17539078, 'Vanguard_Thaumaturge', 9424, 7.000, 0.100, -74.000, 60), + (17539079, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539080, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539081, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539082, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539083, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539084, 'Vanguard_Constable', 9411, -10.000, 0.100, -73.000, 67), + (17539085, 'Vanguard_Thaumaturge', 9424, 81.000, 0.100, -72.000, 255), + (17539086, 'Vanguard_Hatamoto', 9414, 62.000, 0.100, -68.000, 255), + (17539087, 'Vanguard_Kusa', 9415, 79.000, 0.100, -72.000, 255), + (17539088, 'Vanguard_Drakekeeper', 9413, 37.000, 0.100, -41.000, 60), + (17539089, 'Vanguard_s_Wyvern', 9423, 37.000, 0.100, -41.000, 60), + (17539090, 'Vanguard_Vindicator', 9427, 62.000, 0.100, -79.000, 255), + (17539091, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539092, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539093, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539094, 'Vanguard_Minstrel', 9418, 64.000, 0.100, -68.000, 255), + (17539095, 'Vanguard_Mason', 9416, 395.000, 0.100, 342.000, 60), + (17539096, 'Vanguard_Hatamoto', 9414, 18.000, 0.100, -72.000, 50), + (17539097, 'Vanguard_Kusa', 9415, 10.000, 0.100, -74.000, 60), + (17539098, 'Vanguard_Undertaker', 9425, 395.000, 0.100, 342.000, 60), + (17539099, 'Vanguard_s_Avatar', 9421, 395.000, 0.100, 342.000, 60), + (17539100, 'Vanguard_Protector', 9419, 64.000, 0.100, -79.000, 255), + (17539101, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539102, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539103, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539104, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539105, 'Vanguard_Drakekeeper', 9413, 0.500, 0.100, -74.000, 60), + (17539106, 'Vanguard_s_Wyvern', 9423, 0.800, 0.100, -74.000, 60), + (17539107, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539108, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539109, 'Vanguard_Minstrel', 9418, 39.000, 0.100, -41.000, 60), + (17539110, 'Vanguard_Beasttender', 9410, 39.000, 0.100, -90.000, 195), + (17539111, 'Vanguard_s_Scorpion', 9422, 39.500, 0.100, -90.000, 195), + (17539112, 'Vanguard_Drakekeeper', 9413, 395.000, 0.100, 342.000, 60), + (17539113, 'Vanguard_s_Wyvern', 9423, 395.000, 0.100, 342.000, 60), + (17539114, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539115, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539116, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539117, 'Vanguard_Mason', 9416, 395.000, 0.100, 342.000, 60), + (17539118, 'Adamantking_Effigy', 9403, -21.294, -1.001, -122.276, 189), + (17539119, 'Adamantking_Effigy', 9403, -37.627, 0.100, -56.767, 64), + (17539120, 'Adamantking_Effigy', 9403, -64.729, 0.100, 38.325, 64), + (17539121, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539122, 'Vanguard_Minstrel', 9418, 20.000, 0.100, -72.000, 50), + (17539123, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539124, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539125, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539126, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539127, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539128, 'Vanguard_Minstrel', 9418, 17.000, 0.100, -92.000, 188), + (17539129, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539130, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539131, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539132, 'Vanguard_Mason', 9416, 395.000, 0.100, 342.000, 60), + (17539133, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539134, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539135, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539136, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539137, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539138, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539139, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539140, 'Vanguard_Vigilante', 9426, -18.000, 0.100, -71.000, 79), + (17539141, 'Vanguard_Thaumaturge', 9424, -20.000, 0.100, -71.000, 79), + (17539142, 'Adamantking_Image', 9402, 395.000, 0.100, 342.000, 60), + (17539143, 'Gu_Nhi_Noondozer', 9408, 71.414, 7.000, -34.489, 189), + (17539144, 'Vanguard_s_Avatar', 9421, 395.000, 0.100, 342.000, 60), + (17539145, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539146, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539147, 'Ze_Vho_Fallsplitter', 9428, -186.984, -8.527, -21.746, 251), + (17539148, 'Adamantking_Image', 9402, 395.000, 0.100, 342.000, 60), + (17539149, 'Adamantking_Image', 9402, 395.000, 0.100, 342.000, 60), + (17539150, 'Vanguard_Hatamoto', 9414, 15.000, 0.100, -92.000, 188), + (17539151, 'Vanguard_Kusa', 9415, -8.000, 0.100, -73.000, 67), + (17539152, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539153, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539154, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539155, 'Vanguard_Mason', 9416, 395.000, 0.100, 342.000, 60), + (17539156, 'Vanguard_Kusa', 9415, 395.000, 0.100, 342.000, 60), + (17539157, 'Vanguard_Purloiner', 9420, 43.000, 0.100, -54.000, 60), + (17539158, 'Vanguard_Vindicator', 9427, 41.000, 0.100, -54.000, 60), + (17539159, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539160, 'Vanguard_Mason', 9416, 395.000, 0.100, 342.000, 60), + (17539161, 'Adamantking_Effigy', 9403, -64.729, 0.100, 38.325, 64), + (17539162, 'Adamantking_Effigy', 9403, 90.687, 7.000, -4.318, 128), + (17539163, 'Adamantking_Effigy', 9403, -64.729, 0.100, 38.325, 64), + (17539164, 'Vanguard_Drakekeeper', 9413, 395.000, 0.100, 342.000, 60), + (17539165, 'Vanguard_s_Wyvern', 9423, 395.000, 0.100, 342.000, 60), + (17539166, 'Vanguard_Undertaker', 9425, 395.000, 0.100, 342.000, 60), + (17539167, 'Vanguard_s_Avatar', 9421, 395.000, 0.100, 342.000, 60), + (17539168, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539169, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539170, 'Vanguard_Mason', 9416, 395.000, 0.100, 342.000, 60), + (17539171, 'Adamantking_Effigy', 9403, -21.294, -1.001, -122.276, 189), + (17539172, 'Adamantking_Effigy', 9403, 19.000, 0.100, -72.000, 50), + (17539173, 'Adamantking_Effigy', 9403, 16.000, 0.100, -92.000, 188), + (17539174, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539175, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539176, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539177, 'Vanguard_Beasttender', 9410, 46.000, 0.100, -90.000, 195), + (17539178, 'Vanguard_s_Scorpion', 9422, 46.500, 0.100, -90.000, 195), + (17539179, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539180, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539181, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539182, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539183, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539184, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539185, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539186, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539187, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539188, 'Gi_Pha_Manameister', 9406, 71.414, 7.000, -34.489, 189), + (17539189, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539190, 'Ko_Dho_Cannonball', 9409, -102.901, 12.000, 75.354, 64), + (17539191, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539192, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539193, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539194, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539195, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539196, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539197, 'Vanguard_Beasttender', 9410, 48.000, 0.100, -90.000, 195), + (17539198, 'Vanguard_s_Scorpion', 9422, 48.500, 0.100, -90.000, 195), + (17539199, 'Vanguard_Drakekeeper', 9413, 395.000, 0.100, 342.000, 60), + (17539200, 'Vanguard_s_Wyvern', 9423, 395.000, 0.100, 342.000, 60), + (17539201, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539202, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539203, 'Vanguard_Minstrel', 9418, 1.100, 0.100, -74.000, 60), + (17539204, 'Vanguard_Hatamoto', 9414, -1.100, 0.100, -74.000, 60), + (17539205, 'Vanguard_Minstrel', 9418, 395.000, 0.100, 342.000, 60), + (17539206, 'Vanguard_Mason', 9416, 395.000, 0.100, 342.000, 60), + (17539207, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539208, 'Vanguard_Kusa', 9415, 395.000, 0.100, 342.000, 60), + (17539209, 'Vanguard_Undertaker', 9425, 395.000, 0.100, 342.000, 60), + (17539210, 'Vanguard_s_Avatar', 9421, 395.000, 0.100, 342.000, 60), + (17539211, 'Vanguard_Undertaker', 9425, 395.000, 0.100, 342.000, 60), + (17539212, 'Vanguard_s_Avatar', 9421, 395.000, 0.100, 342.000, 60), + (17539213, 'Vanguard_Beasttender', 9410, 29.000, 0.100, -92.000, 195), + (17539214, 'Vanguard_s_Scorpion', 9422, 29.000, 0.100, -92.000, 195), + (17539215, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539216, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539217, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539218, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539219, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539220, 'Vanguard_Kusa', 9415, 395.000, 0.100, 342.000, 60), + (17539221, 'Vanguard_Kusa', 9415, 395.000, 0.100, 342.000, 60), + (17539222, 'Vanguard_Undertaker', 9425, 395.000, 0.100, 342.000, 60), + (17539223, 'Vanguard_s_Avatar', 9421, 395.000, 0.100, 342.000, 60), + (17539224, 'Vanguard_Minstrel', 9418, 395.000, 0.100, 342.000, 60), + (17539225, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539226, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539227, 'Adamantking_Effigy', 9403, 9.000, 0.100, -74.000, 60), + (17539228, 'Adamantking_Effigy', 9403, 0.100, 0.100, -74.000, 60), + (17539229, 'Adamantking_Effigy', 9403, 30.000, 0.100, -92.000, 195), + (17539230, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539231, 'Vanguard_Kusa', 9415, 395.000, 0.100, 342.000, 60), + (17539232, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539233, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539234, 'Adamantking_Effigy', 9403, -9.000, 0.100, -73.000, 67), + (17539235, 'Adamantking_Effigy', 9403, -19.000, 0.100, -71.000, 79), + (17539236, 'Adamantking_Effigy', 9403, -33.522, 0.100, -80.036, 0), + (17539237, 'Vanguard_Beasttender', 9410, 31.000, 0.100, -92.000, 195), + (17539238, 'Vanguard_s_Scorpion', 9422, 31.000, 0.100, -92.000, 195), + (17539239, 'Vanguard_Drakekeeper', 9413, 395.000, 0.100, 342.000, 60), + (17539240, 'Vanguard_s_Wyvern', 9423, 395.000, 0.100, 342.000, 60), + (17539241, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539242, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539243, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539244, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539245, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539246, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539247, 'Vanguard_Beasttender', 9410, 395.000, 0.100, 342.000, 60), + (17539248, 'Vanguard_s_Scorpion', 9422, 395.000, 0.100, 342.000, 60), + (17539249, 'Vanguard_Drakekeeper', 9413, 395.000, 0.100, 342.000, 60), + (17539250, 'Vanguard_s_Wyvern', 9423, 395.000, 0.100, 342.000, 60), + (17539251, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539252, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539253, 'Adamantking_Image', 9402, 395.000, 0.100, 342.000, 60), + (17539254, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539255, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539256, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539257, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539258, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539259, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539260, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539261, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539262, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539263, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539264, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539265, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539266, 'Adamantking_Effigy', 9403, -37.627, 0.100, -56.767, 61), + (17539267, 'Adamantking_Effigy', 9403, -37.627, 0.100, -37.326, 61), + (17539268, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539269, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539270, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539271, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539272, 'Vanguard_Undertaker', 9425, 395.000, 0.100, 342.000, 60), + (17539273, 'Vanguard_s_Avatar', 9421, 395.000, 0.100, 342.000, 60), + (17539274, 'Adamantking_Effigy', 9403, -26.426, 0.100, -25.160, 130), + (17539275, 'Adamantking_Effigy', 9403, -44.800, 0.100, -20.042, 63), + (17539276, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539277, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539278, 'Vanguard_Defender', 9412, 395.000, 0.100, 342.000, 60), + (17539279, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539280, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539281, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539282, 'Vanguard_Kusa', 9415, 395.000, 0.100, 342.000, 60), + (17539283, 'Vanguard_Minstrel', 9418, 395.000, 0.100, 342.000, 60), + (17539284, 'Vanguard_Beasttender', 9410, 395.000, 0.100, 342.000, 60), + (17539285, 'Vanguard_s_Scorpion', 9422, 395.000, 0.100, 342.000, 60), + (17539286, 'Adamantking_Effigy', 9403, -43.961, 0.100, -2.568, 129), + (17539287, 'Adamantking_Effigy', 9403, -43.961, 0.100, 4.788, 129), + (17539288, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539289, 'Vanguard_Kusa', 9415, 395.000, 0.100, 342.000, 60), + (17539290, 'Vanguard_Minstrel', 9418, 395.000, 0.100, 342.000, 60), + (17539291, 'Vanguard_Drakekeeper', 9413, 395.000, 0.100, 342.000, 60), + (17539292, 'Vanguard_s_Wyvern', 9423, 395.000, 0.100, 342.000, 60), + (17539293, 'Adamantking_Effigy', 9403, -40.612, -3.493, 11.618, 129), + (17539294, 'Adamantking_Effigy', 9403, -53.001, 0.100, 38.570, 67), + (17539295, 'Vanguard_Hatamoto', 9414, 395.000, 0.100, 342.000, 60), + (17539296, 'Vanguard_Minstrel', 9418, 395.000, 0.100, 342.000, 60), + (17539297, 'Vanguard_Purloiner', 9420, 395.000, 0.100, 342.000, 60), + (17539298, 'Vanguard_Thaumaturge', 9424, 395.000, 0.100, 342.000, 60), + (17539299, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539300, 'Vanguard_Vindicator', 9427, 395.000, 0.100, 342.000, 60), + (17539301, 'Vanguard_Militant', 9417, 395.000, 0.100, 342.000, 60), + (17539302, 'Vanguard_Vigilante', 9426, 395.000, 0.100, 342.000, 60), + (17539303, 'Vanguard_Protector', 9419, 395.000, 0.100, 342.000, 60), + (17539304, 'Vanguard_Constable', 9411, 395.000, 0.100, 342.000, 60), + (17539305, 'Vanguard_Minstrel', 9418, 395.000, 0.100, 342.000, 60), + (17539306, 'Adamantking_Image', 9402, -215.000, 0.100, 58.000, 16), + (17539307, 'Zo_Pha_Forgesoul', 0, 395.000, 0.100, 342.000, 60), + (17539308, 'Ra_Gho_Darkfount', 0, 395.000, 0.100, 342.000, 60), + (17539309, 'Ra_Gho_s_Avatar', 0, 395.000, 0.100, 342.000, 60), + (17539310, 'Va_Zhe_Pummelsong', 0, 395.000, 0.100, 342.000, 60), + (17539311, 'Bu_Bho_Truesteel', 0, 395.000, 0.100, 342.000, 60), + (17539350, 'Adamantking_Effigy', 9403, 80.000, 0.100, -72.000, 255), + (17539351, 'Adamantking_Effigy', 9403, 63.000, 0.100, -68.000, 255), + (17539352, 'Adamantking_Effigy', 9403, 63.000, 0.100, -79.000, 255), + (17539353, 'Adamantking_Effigy', 9403, 42.000, 0.100, -54.000, 60), + (17539354, 'Adamantking_Effigy', 9403, 38.000, 0.100, -41.000, 60), + (17539355, 'Adamantking_Effigy', 9403, 40.000, 0.100, -90.000, 195), + (17539356, 'Adamantking_Effigy', 9403, 47.000, 0.100, -90.000, 195), + (17539357, 'Adamantking_Effigy', 9403, 30.000, 0.100, -92.000, 195), + (17539358, 'Adamantking_Effigy', 9403, 19.000, 0.100, -72.000, 50), + (17539359, 'Adamantking_Effigy', 9403, 16.000, 0.100, -92.000, 188), + (17539360, 'Adamantking_Effigy', 9403, 9.000, 0.100, -74.000, 60), + (17539361, 'Adamantking_Effigy', 9403, 0.100, 0.100, -74.000, 60), + (17539362, 'Adamantking_Effigy', 9403, -9.000, 0.100, -73.000, 67), + (17539363, 'Adamantking_Effigy', 9403, -19.000, 0.100, -71.000, 79), + (17539364, 'Adamantking_Effigy', 9403, 16.742, -3.000, -50.091, 45), + (17539365, 'Adamantking_Effigy', 9403, 8.515, -3.000, -51.904, 54), + (17539366, 'Adamantking_Effigy', 9403, -0.013, -3.000, -52.621, 62), + (17539367, 'Adamantking_Effigy', 9403, -8.220, -3.000, -51.746, 72), + (17539368, 'Adamantking_Effigy', 9403, -15.944, -3.000, -49.777, 74), + (17539369, 'Adamantking_Effigy', 9403, -33.522, 0.100, -80.036, 0), + (17539370, 'Adamantking_Effigy', 9403, -26.634, -1.001, -108.440, 189), + (17539371, 'Adamantking_Effigy', 9403, -16.294, -1.001, -115.393, 189), + (17539372, 'Adamantking_Effigy', 9403, -26.634, -1.001, -115.393, 189), + (17539373, 'Adamantking_Effigy', 9403, -5.827, -1.001, -122.276, 189), + (17539374, 'Adamantking_Effigy', 9403, -16.294, -1.001, -122.276, 189), + (17539375, 'Adamantking_Effigy', 9403, -26.634, -1.001, -122.276, 189), + (17539376, 'Adamantking_Effigy', 9403, -37.627, 0.100, -56.767, 61), + (17539377, 'Adamantking_Effigy', 9403, -37.627, 0.100, -37.326, 61), + (17539378, 'Adamantking_Effigy', 9403, -26.426, 0.100, -25.160, 130), + (17539379, 'Adamantking_Effigy', 9403, -44.800, 0.100, -20.042, 63), + (17539380, 'Adamantking_Effigy', 9403, -1.262, 0.100, -24.863, 0), + (17539381, 'Adamantking_Effigy', 9403, -4.799, 0.100, -19.634, 64), + (17539382, 'Adamantking_Effigy', 9403, 30.215, 0.100, -25.692, 64), + (17539383, 'Adamantking_Effigy', 9403, -43.961, 0.100, -2.568, 129), + (17539384, 'Adamantking_Effigy', 9403, -43.961, 0.100, 4.788, 129), + (17539385, 'Adamantking_Effigy', 9403, -40.612, -3.493, 11.618, 129), + (17539386, 'Adamantking_Effigy', 9403, -53.001, 0.100, 38.570, 67), + (17539387, 'Adamantking_Effigy', 9403, -64.729, 0.100, 38.325, 64), + (17539388, 'Adamantking_Effigy', 9403, -15.686, 7.000, 31.901, 128), + (17539389, 'Adamantking_Effigy', 9403, -15.686, 7.000, 28.285, 128), + (17539390, 'Adamantking_Effigy', 9403, 2.372, 7.000, 12.613, 189), + (17539391, 'Adamantking_Effigy', 9403, 2.242, 7.000, -7.880, 194), + (17539392, 'Adamantking_Effigy', 9403, 21.475, 7.000, 0.743, 128), + (17539393, 'Adamantking_Effigy', 9403, 21.475, 7.000, -4.066, 128), + (17539394, 'Adamantking_Effigy', 9403, 31.200, 7.000, 8.167, 64), + (17539395, 'Adamantking_Effigy', 9403, 31.477, 0.100, 24.376, 64), + (17539396, 'Adamantking_Effigy', 9403, 72.666, 7.000, 2.452, 64), + (17539397, 'Adamantking_Effigy', 9403, 82.185, 7.000, 2.838, 64), + (17539398, 'Adamantking_Effigy', 9403, 90.687, 7.000, -4.318, 128), + (17539399, 'Adamantking_Effigy', 9403, 71.414, 7.000, -34.489, 189), + (17539400, 'Adamantking_Effigy', 9403, 78.414, 7.000, -34.489, 189), + (17539401, 'Adamantking_Effigy', 9403, 64.414, 7.000, -34.489, 189), + (17539402, 'Adamantking_Effigy', 9403, -73.720, 0.100, 5.067, 251), + (17539403, 'Adamantking_Effigy', 9403, -73.720, 0.100, -0.067, 251), + (17539404, 'Adamantking_Effigy', 9403, -73.720, 0.100, -5.067, 251), + (17539405, 'Adamantking_Effigy', 9403, -88.095, 0.100, 5.067, 251), + (17539406, 'Adamantking_Effigy', 9403, -88.095, 0.100, -0.067, 251), + (17539407, 'Adamantking_Effigy', 9403, -88.095, 0.100, -5.067, 251), + (17539408, 'Adamantking_Effigy', 9403, -109.673, 0.100, -11.081, 226), + (17539409, 'Adamantking_Effigy', 9403, -96.758, 8.000, 41.372, 128), + (17539410, 'Adamantking_Effigy', 9403, -102.447, 8.000, 51.057, 64), + (17539411, 'Adamantking_Effigy', 9403, -107.964, 12.000, 67.738, 64), + (17539412, 'Adamantking_Effigy', 9403, -98.207, 12.000, 67.738, 64), + (17539413, 'Adamantking_Effigy', 9403, -103.901, 12.000, 75.354, 64), + (17539414, 'Adamantking_Effigy', 9403, -107.813, 0.100, -35.067, 189), + (17539415, 'Adamantking_Effigy', 9403, -101.693, -8.000, -59.783, 128), + (17539416, 'Adamantking_Effigy', 9403, -51.157, -8.000, -54.751, 128), + (17539417, 'Adamantking_Effigy', 9403, -51.157, -8.000, -62.671, 128), + (17539418, 'Adamantking_Effigy', 9403, -61.375, -8.326, -77.963, 0), + (17539419, 'Adamantking_Effigy', 9403, -126.877, -0.503, -1.482, 64), + (17539420, 'Adamantking_Effigy', 9403, -131.574, -0.503, -1.482, 64), + (17539421, 'Adamantking_Effigy', 9403, -135.340, 0.100, -28.985, 236), + (17539422, 'Adamantking_Effigy', 9403, -127.116, 0.100, -36.239, 189), + (17539423, 'Adamantking_Effigy', 9403, -119.221, 0.100, -37.095, 189), + (17539424, 'Adamantking_Effigy', 9403, -125.663, 0.100, -63.316, 189), + (17539425, 'Adamantking_Effigy', 9403, -121.518, -3.493, -74.536, 189), + (17539426, 'Adamantking_Effigy', 9403, -137.012, -11.917, 28.544, 251), + (17539427, 'Adamantking_Effigy', 9403, -146.968, 0.100, 2.770, 64), + (17539428, 'Adamantking_Effigy', 9403, -153.321, 0.100, -0.427, 64), + (17539429, 'Adamantking_Effigy', 9403, -165.745, -3.493, -0.417, 0), + (17539430, 'Adamantking_Effigy', 9403, -158.790, 0.100, -16.950, 236), + (17539431, 'Adamantking_Effigy', 9403, -153.024, 0.100, -31.128, 189), + (17539432, 'Adamantking_Effigy', 9403, -153.453, 0.100, -41.707, 189), + (17539433, 'Adamantking_Effigy', 9403, -182.264, -8.527, -27.226, 189), + (17539434, 'Adamantking_Effigy', 9403, -186.984, -8.527, -21.746, 251), + (17539435, 'Adamantking_Effigy', 9403, -186.984, -8.617, -15.014, 251), + (17539436, 'Adamantking_Effigy', 9403, -29.770, 0.100, 22.304, 189), + (17539437, 'Adamantking_Effigy', 9403, -13.889, 0.100, 29.555, 128), + (17539438, 'Adamantking_Effigy', 9403, -0.850, 0.100, 37.738, 128), + (17539439, 'Adamantking_Effigy', 9403, 8.737, 0.100, 24.564, 64), + (17539440, 'Adamantking_Effigy', 9403, 2.153, 0.100, 9.722, 189), + (17539441, 'Adamantking_Effigy', 9403, 9.009, 0.100, -0.958, 189), + (17539442, 'Adamantking_Effigy', 9403, 9.009, 0.100, -15.261, 189), + (17539443, 'Adamantking_Effigy', 9403, 16.576, 0.100, 7.992, 128), + (17539444, 'Adamantking_Effigy', 9403, 37.086, 0.100, 7.992, 128), + (17539445, 'Adamantking_Effigy', 9403, 36.552, 0.100, 18.912, 64), + (17539446, 'Adamantking_Effigy', 9403, 54.062, 0.100, 7.992, 128), + (17539447, 'Adamantking_Effigy', 9403, 60.116, 0.100, -1.510, 189), + (17539448, 'Adamantking_Effigy', 9403, 53.258, 0.100, -13.116, 251), + (17539449, 'Adamantking_Effigy', 9403, 61.273, 0.100, -20.293, 191), + (17539450, 'Adamantking_Effigy', 9403, 70.144, 0.100, 10.093, 64), + (17539451, 'Adamantking_Effigy', 9403, 86.028, 0.100, 10.093, 64), + (17539452, 'Adamantking_Effigy', 9403, -32.925, -1.001, -125.035, 190), + (17539453, 'Adamantking_Effigy', 9403, -18.015, -3.000, -57.577, 85), + (17539454, 'Adamantking_Effigy', 9403, -9.105, -3.000, -60.061, 75), + (17539455, 'Adamantking_Effigy', 9403, -0.005, -3.000, -61.163, 65), + (17539456, 'Adamantking_Effigy', 9403, 9.118, -3.000, -60.061, 55), + (17539457, 'Adamantking_Effigy', 9403, 18.210, -3.000, -57.577, 45), + (17539458, 'Adamantking_Effigy', 9403, 17.969, 0.100, -95.147, 128), + (17539459, 'Adamantking_Effigy', 9403, 17.969, 0.100, -108.054, 128), + (17539460, 'Adamantking_Effigy', 9403, 17.969, 0.100, -122.116, 190), + (17539461, 'Adamantking_Effigy', 9403, 10.969, 0.100, -122.116, 190), + (17539462, 'Adamantking_Effigy', 9403, 32.588, 0.100, -64.799, 65), + (17539463, 'Adamantking_Effigy', 9403, 41.227, 0.100, -58.170, 65), + (17539464, 'Adamantking_Effigy', 9403, 61.546, 0.100, -64.799, 65), + (17539465, 'Adamantking_Effigy', 9403, 72.279, 0.100, -64.799, 65), + (17539466, 'Adamantking_Effigy', 9403, 80.239, 0.100, -64.799, 65), + (17539467, 'Adamantking_Effigy', 9403, 60.884, 0.100, -89.686, 190), + (17539468, 'Adamantking_Effigy', 9403, 66.785, 0.100, -87.552, 190), + (17539469, 'Adamantking_Effigy', 9403, 79.696, 0.100, -82.015, 190), + (17539470, 'Adamantking_Effigy', 9403, 90.606, 0.623, -72.265, 128), + (17539471, 'Adamantking_Effigy', 9403, 90.680, 0.994, -55.919, 65), + (17539472, 'Adamantking_Effigy', 9403, 90.680, 0.994, -87.822, 190), + (17539473, 'Adamantking_Effigy', 9403, 100.150, 0.994, -53.841, 65), + (17539474, 'Adamantking_Effigy', 9403, 100.150, 0.994, -89.889, 190), + (17539475, 'Adamantking_Effigy', 9403, 108.048, 0.994, -53.841, 65), + (17539476, 'Adamantking_Effigy', 9403, 108.048, 0.994, -89.889, 190), + (17539477, 'Adamantking_Effigy', 9403, 100.944, 0.994, -64.925, 255), + (17539478, 'Adamantking_Effigy', 9403, 100.944, 0.994, -78.505, 255), + (17539479, 'Adamantking_Effigy', 9403, 117.986, 0.994, -56.536, 128), + (17539480, 'Adamantking_Effigy', 9403, 117.986, 0.994, -87.082, 128), + (17539481, 'Adamantking_Effigy', 9403, 117.986, 0.994, -66.305, 128), + (17539482, 'Adamantking_Effigy', 9403, 117.986, 0.994, -78.241, 128), + (17539483, 'Adamantking_Effigy', 9403, 117.986, 0.994, -72.221, 128), + (17543169, 'Tzee_Xicu_Idol', 9436, 44.340, -2.500, -62.903, 65), + (17543170, 'Maa_Febi_the_Steadfast', 9433, 44.340, -2.500, -62.903, 65), + (17543171, 'Muu_Febi_the_Steadfast', 9435, 44.340, -2.500, -62.903, 65), + (17543172, 'Vanguard_Skirmisher', 9429, 0.100, -16.000, 167.000, 128), + (17543173, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543174, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543175, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543176, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543177, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543178, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543179, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543180, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543181, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543182, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543183, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543184, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543185, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543186, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543187, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543188, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543189, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543190, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543191, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543192, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543193, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543194, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543195, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543196, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543197, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543198, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543199, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543200, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543201, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543202, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543203, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543204, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543205, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543206, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543207, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543208, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543209, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543210, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543211, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543212, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543213, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543214, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543215, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543216, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543217, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543218, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543219, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543220, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543221, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543222, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543223, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543224, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543225, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543226, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543227, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543228, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543229, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543230, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543231, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543232, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543233, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543234, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543235, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543236, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543237, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543238, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543239, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543240, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543241, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543242, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543243, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543244, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543245, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543246, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543247, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543248, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543249, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543250, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543251, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543252, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543253, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543254, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543255, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543256, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543257, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543258, 'Avatar_Idol', 9430, 0.100, -16.000, 167.000, 128), + (17543259, 'Avatar_Idol', 9430, 0.100, -16.000, 167.000, 128), + (17543260, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543261, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543262, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543263, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543264, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543265, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543266, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543267, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543268, 'Avatar_Icon', 9429, 69.775, -2.500, -79.669, 35), + (17543269, 'Avatar_Icon', 9429, 69.783, -2.500, -83.391, 35), + (17543270, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543271, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543272, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543273, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543274, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543275, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543276, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543277, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543278, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543279, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543280, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543281, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543282, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543283, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543284, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543285, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543286, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543287, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543288, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543289, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543290, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543291, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543292, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543293, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543294, 'Haa_Pevi_the_Stentorian', 9431, -24.873, -13.000, 258.246, 65), + (17543295, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543296, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543297, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543298, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543299, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543300, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543301, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543302, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543303, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543304, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543305, 'Avatar_Icon', 9429, 65.160, -2.500, -64.518, 65), + (17543306, 'Avatar_Icon', 9429, 32.764, -10.000, 11.753, 105), + (17543307, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543308, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543309, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543310, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543311, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543312, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543313, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543314, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543315, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543316, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543317, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543318, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543319, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543320, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543321, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543322, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543323, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543324, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543325, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543326, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543327, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543328, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543329, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543330, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543331, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543332, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543333, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543334, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543335, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543336, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543337, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543338, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543339, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543340, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543341, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543342, 'Avatar_Idol', 9430, 0.100, -16.000, 167.000, 128), + (17543343, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543344, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543345, 'Loo_Hepe_the_Eyepiercer', 9432, -0.070, -16.750, 129.980, 65), + (17543346, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543347, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543348, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543349, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543350, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543351, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543352, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543353, 'Avatar_Icon', 9429, 49.945, -10.000, 19.538, 105), + (17543354, 'Avatar_Icon', 9429, 46.486, -9.857, 22.679, 105), + (17543355, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543356, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543357, 'Wuu_Qoho_the_Razorclaw', 9455, 120.041, -11.500, 151.849, 135), + (17543358, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543359, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543360, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543361, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543362, 'Avatar_Icon', 9429, 67.321, -9.481, 40.699, 105), + (17543363, 'Avatar_Icon', 9429, 64.803, -8.615, 47.109, 105), + (17543364, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543365, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543366, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543367, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543368, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543369, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543370, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543371, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543372, 'Avatar_Idol', 9430, 0.100, -16.000, 167.000, 128), + (17543373, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543374, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543375, 'Xoo_Kaza_the_Solemn', 9456, -97.159, -18.000, 194.119, 35), + (17543376, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543377, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543378, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543379, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543380, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543381, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543382, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543383, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543384, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543385, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543386, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543387, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543388, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543389, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543390, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543391, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543392, 'Avatar_Icon', 9429, 85.336, -5.004, 53.503, 135), + (17543393, 'Avatar_Icon', 9429, 79.112, -2.500, 98.806, 35), + (17543394, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543395, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543396, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543397, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543398, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543399, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543400, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543401, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543402, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543403, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543404, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543405, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543406, 'Vanguard_Ogresoother', 9442, 0.100, -16.000, 167.000, 128), + (17543407, 'Vanguard_s_Crow', 9452, 0.100, -16.000, 167.000, 128), + (17543408, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543409, 'Avatar_Icon', 9429, 0.100, -16.000, 167.000, 128), + (17543410, 'Avatar_Icon', 9429, 0.100, -16.000, 167.000, 128), + (17543411, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543412, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543413, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543414, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543415, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543416, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543417, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543418, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543419, 'Avatar_Icon', 9429, 0.100, -16.000, 167.000, 128), + (17543420, 'Avatar_Icon', 9429, 0.100, -16.000, 167.000, 128), + (17543421, 'Avatar_Icon', 9429, 0.100, -16.000, 167.000, 128), + (17543422, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543423, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543424, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543425, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543426, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543427, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543428, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543429, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543430, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543431, 'Vanguard_Partisan', 9444, 0.100, -16.000, 167.000, 128), + (17543432, 'Vanguard_s_Wyvern', 9453, 0.100, -16.000, 167.000, 128), + (17543433, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543434, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543435, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543436, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543437, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543438, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543439, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543440, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543441, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543442, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543443, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543444, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543445, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543446, 'Avatar_Idol', 9430, 0.100, -16.000, 167.000, 128), + (17543447, 'Vanguard_Skirmisher', 9450, 0.100, -16.000, 167.000, 128), + (17543448, 'Vanguard_Sentinel', 9449, 0.100, -16.000, 167.000, 128), + (17543449, 'Vanguard_Priest', 9447, 0.100, -16.000, 167.000, 128), + (17543450, 'Vanguard_Prelate', 9446, 0.100, -16.000, 167.000, 128), + (17543451, 'Vanguard_Visionary', 9454, 0.100, -16.000, 167.000, 128), + (17543452, 'Vanguard_Liberator', 9441, 0.100, -16.000, 167.000, 128), + (17543453, 'Vanguard_Exemplar', 9439, 0.100, -16.000, 167.000, 128), + (17543454, 'Vanguard_Inciter', 9440, 0.100, -16.000, 167.000, 128), + (17543455, 'Vanguard_Chanter', 9438, 0.100, -16.000, 167.000, 128), + (17543456, 'Vanguard_Salvager', 9448, 0.100, -16.000, 167.000, 128), + (17543457, 'Vanguard_Persecutor', 9445, 0.100, -16.000, 167.000, 128), + (17543458, 'Vanguard_Assassin', 9437, 0.100, -16.000, 167.000, 128), + (17543459, 'Vanguard_Oracle', 9443, 0.100, -16.000, 167.000, 128), + (17543460, 'Vanguard_s_Avatar', 9451, 0.100, -16.000, 167.000, 128), + (17543461, 'Avatar_Icon', 9429, -187.639, -1.046, -118.963, 125), + (17543462, 'Avatar_Icon', 9429, -161.145, -1.227, -122.154, 165), + (17543463, 'Avatar_Icon', 9429, -158.535, -1.162, -118.347, 165), + (17543490, 'Avatar_Icon', 9429, -144.618, -1.982, -139.346, 85), + (17543491, 'Avatar_Icon', 9429, -136.794, -2.823, -138.889, 65), + (17543492, 'Avatar_Icon', 9429, -126.172, -2.590, -142.082, 65), + (17543493, 'Avatar_Icon', 9429, -108.605, -2.549, -134.611, 85), + (17543494, 'Avatar_Icon', 9434, -79.651, -2.500, -118.350, 115), + (17543495, 'Avatar_Icon', 9429, -52.504, -2.500, -111.144, 165), + (17543496, 'Avatar_Icon', 9429, -38.032, -2.500, -85.584, 85), + (17543497, 'Avatar_Icon', 9429, -23.906, -2.500, -61.261, 85), + (17543498, 'Avatar_Icon', 9429, -3.274, -4.019, -64.248, 200), + (17543499, 'Avatar_Icon', 9429, 0.370, -5.944, -37.463, 65), + (17543500, 'Avatar_Icon', 9429, -0.461, -6.674, -31.350, 65), + (17543501, 'Avatar_Icon', 9429, 3.824, -6.994, -31.350, 65), + (17543502, 'Avatar_Icon', 9429, 21.205, -2.812, -50.742, 65), + (17543503, 'Avatar_Icon', 9429, 36.275, -2.500, -58.587, 65), + (17543504, 'Avatar_Icon', 9429, 44.125, -2.500, -59.244, 65), + (17543505, 'Avatar_Icon', 9429, 52.323, -2.500, -58.587, 65), + (17543506, 'Avatar_Icon', 9429, 40.207, -1.453, -78.510, 185), + (17543507, 'Avatar_Icon', 9429, 83.963, -2.500, -96.033, 175), + (17543508, 'Avatar_Icon', 9429, 90.652, -2.727, -148.551, 185), + (17543509, 'Avatar_Icon', 9429, 65.185, -7.500, -57.768, 195), + (17543510, 'Avatar_Icon', 9429, 42.378, -7.500, -51.584, 195), + (17543511, 'Avatar_Icon', 9429, 30.451, -6.572, -39.108, 65), + (17543512, 'Avatar_Icon', 9429, -8.801, -9.033, -17.102, 195), + (17543513, 'Avatar_Icon', 9429, 9.895, -9.313, -14.138, 195), + (17543514, 'Avatar_Icon', 9429, 27.652, -10.000, 8.739, 105), + (17543515, 'Avatar_Icon', 9429, 46.422, -9.835, 28.752, 5), + (17543516, 'Avatar_Icon', 9429, 49.930, -9.942, 41.450, 80), + (17543517, 'Avatar_Icon', 9429, 64.334, -9.874, 26.454, 155), + (17543518, 'Avatar_Icon', 9429, 86.974, -2.500, 85.454, 135), + (17543519, 'Avatar_Icon', 9429, 101.048, -2.500, 109.966, 135), + (17543520, 'Avatar_Icon', 9429, 102.260, -2.560, 120.680, 135), + (17543521, 'Avatar_Icon', 9429, 110.463, -8.000, 113.824, 135), + (17543522, 'Avatar_Icon', 9429, 120.041, -11.500, 151.849, 135), + (17543523, 'Avatar_Icon', 9429, 120.041, -11.500, 148.919, 135), + (17543524, 'Avatar_Icon', 9429, 120.041, -11.500, 155.017, 135), + (17543525, 'Avatar_Icon', 9429, 118.004, -11.500, 151.849, 135), + (17543526, 'Avatar_Icon', 9429, 99.246, -8.784, 152.172, 135), + (17543527, 'Avatar_Icon', 9429, 102.710, -10.386, 137.261, 250), + (17543528, 'Avatar_Icon', 9429, 106.473, -10.270, 173.311, 155), + (17543529, 'Avatar_Icon', 9429, 92.322, -7.608, 188.556, 95), + (17543530, 'Avatar_Icon', 9429, 99.466, -7.500, 187.188, 95), + (17543531, 'Avatar_Icon', 9429, 91.105, -7.500, 195.459, 95), + (17543532, 'Avatar_Icon', 9429, 95.517, -8.026, 191.536, 95), + (17543533, 'Avatar_Icon', 9429, 117.729, -12.500, 201.286, 95), + (17543534, 'Avatar_Icon', 9429, -87.922, -2.500, 40.738, 30), + (17543535, 'Avatar_Icon', 9429, -74.119, -2.500, 26.479, 155), + (17543536, 'Avatar_Icon', 9429, -72.609, -2.500, 25.107, 155), + (17543537, 'Avatar_Icon', 9429, -70.349, -2.500, 23.216, 155), + (17543538, 'Avatar_Icon', 9429, -88.225, -5.000, 83.377, 65), + (17543539, 'Avatar_Icon', 9429, -88.225, -6.071, 86.674, 65), + (17543540, 'Avatar_Icon', 9429, -88.225, -6.944, 89.527, 65), + (17543541, 'Avatar_Icon', 9429, -87.144, -9.464, 104.559, 65), + (17543542, 'Avatar_Icon', 9429, -70.664, -5.342, 121.321, 160), + (17543543, 'Avatar_Icon', 9429, -70.798, -5.000, 125.080, 160), + (17543544, 'Avatar_Icon', 9429, -72.933, -5.347, 122.258, 160), + (17543545, 'Avatar_Icon', 9429, -99.357, -5.500, 130.757, 240), + (17543546, 'Avatar_Icon', 9429, -97.498, -5.500, 127.194, 5), + (17543547, 'Avatar_Icon', 9429, -100.114, 5.250, 134.822, 225), + (17543548, 'Avatar_Icon', 9429, -98.051, -5.250, 124.362, 15), + (17543549, 'Avatar_Icon', 9429, -85.803, -5.805, 121.716, 65), + (17543550, 'Avatar_Icon', 9429, -102.751, -5.250, 136.649, 210), + (17543551, 'Avatar_Icon', 9429, -98.692, -5.320, 148.536, 75), + (17543552, 'Avatar_Icon', 9429, -95.698, -5.450, 148.536, 75), + (17543553, 'Avatar_Icon', 9429, -104.634, -10.500, 128.782, 240), + (17543554, 'Avatar_Icon', 9429, -111.592, -10.000, 132.734, 240), + (17543555, 'Avatar_Icon', 9429, -107.430, -10.000, 121.499, 240), + (17543556, 'Avatar_Icon', 9429, -182.000, -2.412, 148.050, 0), + (17543557, 'Avatar_Icon', 9429, -153.000, -2.500, 148.050, 125), + (17543558, 'Avatar_Icon', 9429, -150.000, -2.500, 148.050, 125), + (17543559, 'Avatar_Icon', 9429, -147.000, -2.500, 148.050, 125), + (17543560, 'Avatar_Icon', 9429, -97.159, -18.000, 194.119, 35), + (17543561, 'Avatar_Icon', 9429, -93.864, -13.000, 190.184, 35), + (17543562, 'Avatar_Icon', 9429, -88.022, -12.461, 202.448, 35), + (17543563, 'Avatar_Icon', 9429, -101.304, -17.500, 198.942, 35), + (17543564, 'Avatar_Icon', 9429, -115.146, -17.500, 201.803, 35), + (17543565, 'Avatar_Icon', 9429, -56.762, -12.500, 228.704, 75), + (17543566, 'Avatar_Icon', 9429, -38.636, -12.500, 242.795, 235), + (17543567, 'Avatar_Icon', 9429, -53.402, -12.500, 233.396, 235), + (17543568, 'Avatar_Icon', 9429, -60.255, -12.500, 212.912, 75), + (17543569, 'Avatar_Icon', 9429, -25.873, -13.000, 259.246, 65), + (17543570, 'Avatar_Icon', 9429, -29.947, -17.500, 270.230, 65), + (17543571, 'Avatar_Icon', 9429, -21.944, -17.500, 270.230, 65), + (17543572, 'Avatar_Icon', 9429, -18.366, -17.500, 279.317, 65), + (17543573, 'Avatar_Icon', 9429, 14.390, -7.654, 257.319, 85), + (17543574, 'Avatar_Icon', 9429, 11.831, -7.357, 264.341, 15), + (17543575, 'Avatar_Icon', 9429, -3.533, -9.872, 273.694, 30), + (17543576, 'Avatar_Icon', 9429, -3.829, -10.021, 282.654, 65), + (17543577, 'Avatar_Icon', 9434, 7.691, -2.500, 279.700, 225), + (17543578, 'Avatar_Icon', 9429, 22.171, 0.264, 241.186, 90), + (17543579, 'Avatar_Icon', 9429, 26.716, 0.796, 237.578, 90), + (17543580, 'Avatar_Icon', 9429, 47.893, -7.500, 223.349, 155), + (17543581, 'Avatar_Icon', 9429, 44.804, -7.500, 219.557, 155), + (17543582, 'Avatar_Icon', 9429, 51.560, -7.500, 220.141, 155), + (17543583, 'Avatar_Icon', 9429, 48.472, -7.500, 216.492, 155), + (17543584, 'Avatar_Icon', 9429, -51.232, -13.500, 127.080, 115), + (17543585, 'Avatar_Icon', 9429, -49.690, -13.500, 124.414, 115), + (17543586, 'Avatar_Icon', 9429, -43.232, -14.931, 132.080, 115), + (17543587, 'Avatar_Icon', 9429, -41.690, -14.931, 129.414, 115), + (17543588, 'Avatar_Icon', 9429, -36.232, -16.000, 136.080, 115), + (17543589, 'Avatar_Icon', 9429, -34.690, -16.000, 133.414, 115), + (17543590, 'Avatar_Icon', 9429, -28.483, -16.000, 188.262, 35), + (17543591, 'Avatar_Icon', 9429, 28.483, -16.000, 188.262, 95), + (17543592, 'Avatar_Icon', 9429, -0.070, -16.750, 129.980, 65), + (17543593, 'Avatar_Icon', 9429, -2.908, -16.000, 123.861, 65), + (17543594, 'Avatar_Icon', 9429, 4.149, -16.000, 124.250, 65), + (17543595, 'Avatar_Icon', 9429, -79.800, -9.704, 113.360, 105), + (17543596, 'Avatar_Icon', 9429, -76.392, -9.776, 107.696, 105), + (17543597, 'Avatar_Icon', 9429, 40.315, -2.500, -61.442, 65), + (17543598, 'Avatar_Icon', 9429, 47.650, -2.500, -61.442, 65), + (17543599, 'Avatar_Icon', 9429, 40.315, -1.550, -68.442, 65), + (17543600, 'Avatar_Icon', 9429, 47.650, -1.550, -68.442, 65), + (17543601, 'Avatar_Icon', 9429, 4.147, -9.901, 6.136, 60), + (17543602, 'Avatar_Icon', 9429, -12.381, -8.153, 2.166, 25), + (17543603, 'Avatar_Icon', 9429, 15.401, -9.737, -17.574, 195), + (17543604, 'Avatar_Icon', 9429, -15.088, -9.495, -20.768, 205), + (17543605, 'Avatar_Icon', 9429, -26.035, -2.500, -64.961, 215), + (17543606, 'Avatar_Icon', 9429, -38.918, -2.500, -87.322, 215), + (17543607, 'Avatar_Icon', 9429, -52.687, -2.500, -111.177, 215), + (17543608, 'Avatar_Icon', 9429, -98.824, -2.472, -123.423, 245), + (17543609, 'Avatar_Icon', 9429, -202.861, 0.100, -104.074, 125), + (17543610, 'Avatar_Icon', 9429, -202.861, -0.355, -136.023, 125), + (17543611, 'Avatar_Icon', 9429, -223.398, -0.250, -103.917, 255), + (17543612, 'Avatar_Icon', 9429, -223.398, -0.250, -135.853, 255), + (17543613, 'Avatar_Icon', 9429, 84.384, -2.500, 83.686, 80), + (17543614, 'Avatar_Icon', 9429, 81.743, -2.500, 83.686, 80), + (17543615, 'Avatar_Icon', 9429, 90.490, -6.344, 149.464, 125), + (17543616, 'Avatar_Icon', 9429, 90.490, -5.985, 153.994, 125), + (17543617, 'Avatar_Icon', 9429, 102.906, -10.829, 162.540, 0), + (17543618, 'Avatar_Icon', 9429, -17.355, -12.464, 241.171, 155), + (17543619, 'Avatar_Icon', 9429, -88.050, -12.460, 202.490, 35), + (17543620, 'Avatar_Icon', 9429, -67.930, -11.853, 183.343, 195), + (17543621, 'Avatar_Icon', 9429, -71.897, -9.092, 172.724, 220), + (17543622, 'Avatar_Icon', 9429, -78.294, -8.335, 164.902, 225), + (17543623, 'Avatar_Icon', 9429, -155.621, -2.500, 148.177, 0), + (17543624, 'Avatar_Icon', 9429, -0.082, -16.000, 194.644, 60), + (17543625, 'Avatar_Icon', 9429, 29.097, -16.000, 189.386, 95), + (17547265, 'Goblin_Golem', 9467, 0.058, 0.003, -102.143, 195), + (17547266, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547267, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547268, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547269, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547270, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547271, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547272, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547273, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547274, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547275, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547276, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547277, 'Gabblox_Magpietongue', 9466, 18.037, 9.000, -35.956, 125), + (17547278, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547279, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547280, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547281, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547282, 'Vanguard_Dragontamer', 10898, 4.484, 9.000, -76.822, 185), + (17547283, 'Vanguard_s_Wyvern', 9505, 4.484, 9.000, -76.822, 185), + (17547284, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547285, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547287, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547288, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547289, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547290, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547291, 'Tufflix_Loglimbs', 9489, -18.230, 9.000, -49.996, 255), + (17547292, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547293, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547294, 'Cloktix_Longnail', 9462, 4.484, 9.000, -76.822, 185), + (17547296, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547297, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547298, 'Smeltix_Thickhide', 9484, 5.906, 9.000, -43.921, 255), + (17547299, 'Jabkix_Pigeonpecs', 9473, -6.038, 9.000, -44.088, 125), + (17547300, 'Wasabix_Callusdigit', 9508, 0.079, 9.000, -49.934, 65), + (17547301, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547302, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547303, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547304, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547305, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547306, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547307, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547308, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547309, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547310, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547311, 'Hermitrix_Toothrot', 9470, 23.987, 0.003, -35.930, 255), + (17547312, 'Wyrmwix_Snakespecs', 9509, 50.890, 0.003, -18.868, 65), + (17547313, 'Vanguard_s_Wyvern', 9505, 4.484, 9.000, -76.822, 185), + (17547314, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547315, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547316, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547317, 'Vanguard_Necromancer', 9497, 4.484, 9.000, -76.822, 185), + (17547318, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547319, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547320, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547321, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547322, 'Morgmox_Moldnoggin', 9478, 0.043, 0.002, -89.892, 195), + (17547323, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547324, 'Sparkspox_Sweatbrow', 9486, -31.780, 3.000, -5.957, 125), + (17547325, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547326, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547327, 'Vanguard_Necromancer', 9497, 4.484, 9.000, -76.822, 185), + (17547328, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547329, 'Sparkspox_Sweatbrow', 9486, 4.484, 9.000, -76.822, 185), + (17547331, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547332, 'Vanguard_Dragontamer', 10898, 4.484, 9.000, -76.822, 185), + (17547333, 'Vanguard_s_Wyvern', 9505, 4.484, 9.000, -76.822, 185), + (17547334, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547335, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547336, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547337, 'Morgmox_Moldnoggin', 9478, 4.484, 9.000, -76.822, 185), + (17547338, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547339, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547340, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547341, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547342, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547343, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547344, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547345, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547346, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547347, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547348, 'Vanguard_Dragontamer', 10898, 4.484, 9.000, -76.822, 185), + (17547349, 'Vanguard_s_Wyvern', 9505, 4.484, 9.000, -76.822, 185), + (17547350, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547351, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547352, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547353, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547354, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547355, 'Elixmix_Hooknose', 9464, -70.342, 5.591, -16.037, 255), + (17547356, 'Bandrix_Rockjaw', 9458, 0.003, 3.000, 10.123, 65), + (17547357, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547358, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547359, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547360, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547361, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547362, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547363, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547364, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547365, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547366, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547367, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547368, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547369, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547370, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547371, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547372, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547373, 'Vanguard_Necromancer', 9497, 4.484, 9.000, -76.822, 185), + (17547374, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547375, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547376, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547377, 'Buffrix_Eargone', 9461, -22.225, 0.003, -50.051, 125), + (17547378, 'Humnox_Drumbelly', 9471, -39.084, 0.005, -54.677, 65), + (17547379, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547380, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547381, 'Buffrix_Eargone', 9461, 4.484, 9.000, -76.822, 185), + (17547382, 'Humnox_Drumbelly', 9471, 4.484, 9.000, -76.822, 185), + (17547383, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547384, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547385, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547386, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547387, 'Buffrix_Eargone', 9461, 4.484, 9.000, -76.822, 185), + (17547388, 'Humnox_Drumbelly', 9471, 4.484, 9.000, -76.822, 185), + (17547389, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547390, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547391, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547392, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547393, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547394, 'Ticktox_Beadyeyes', 9487, -1.993, 3.100, 115.998, 65), + (17547395, 'Lurklox_Dhalmelneck', 9476, 0.108, -2.500, 56.484, 65), + (17547396, 'Trailblix_Goatmug', 9488, -56.008, 12.000, -34.180, 195), + (17547397, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547398, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547399, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547401, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547402, 'Kikklix_Longlegs', 9475, -1.039, 0.003, -88.171, 195), + (17547403, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547404, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547405, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547406, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547408, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547409, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547410, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547411, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547412, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547413, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547414, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547415, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547416, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547417, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547418, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547419, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547420, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547421, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547422, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547423, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547424, 'Karashix_Swollenskull', 9474, 4.484, 9.000, -76.822, 185), + (17547425, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547426, 'Vanguard_Dragontamer', 10898, 4.484, 9.000, -76.822, 185), + (17547427, 'Vanguard_s_Wyvern', 9505, 4.484, 9.000, -76.822, 185), + (17547429, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547430, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547431, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547432, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547433, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547434, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547435, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547436, 'Vanguard_Necromancer', 9497, 4.484, 9.000, -76.822, 185), + (17547437, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547438, 'Mortilox_Wartpaws', 9479, -70.342, 5.591, -7.988, 255), + (17547439, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547440, 'Karashix_Swollenskull', 9474, -0.001, 2.000, 36.015, 195), + (17547441, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547442, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547443, 'Vanguard_Necromancer', 9497, 4.484, 9.000, -76.822, 185), + (17547444, 'Vanguard_s_Avatar', 9503, 4.484, 9.000, -76.822, 185), + (17547445, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547446, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547447, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547448, 'Vanguard_Maestro', 9496, 4.484, 9.000, -76.822, 185), + (17547449, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547450, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547451, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547452, 'Vanguard_Dragontamer', 10898, 4.484, 9.000, -76.822, 185), + (17547453, 'Vanguard_s_Wyvern', 9505, 4.484, 9.000, -76.822, 185), + (17547454, 'Rutrix_Hamgams', 9481, 0.001, 3.000, 16.220, 195), + (17547455, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547456, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547457, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547458, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547459, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547460, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547461, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547462, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547463, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547464, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547465, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547466, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547467, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547468, 'Snypestix_Eaglebeak', 9485, 0.001, 3.000, 1.679, 195), + (17547469, 'Vanguard_Smithy', 9502, 4.484, 9.000, -76.822, 185), + (17547470, 'Vanguard_Pitfighter', 9499, 4.484, 9.000, -76.822, 185), + (17547471, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547472, 'Anvilix_Sootwrists', 9457, 7.286, 3.000, -4.979, 125), + (17547473, 'Bootrix_Jaggedelbow', 9460, -0.030, 3.000, 10.150, 65), + (17547474, 'Mobpix_Mucousmouth', 9477, 21.010, 0.002, -3.774, 65), + (17547475, 'Vanguard_Alchemist', 9491, 4.484, 9.000, -76.822, 185), + (17547476, 'Vanguard_Shaman', 9501, 4.484, 9.000, -76.822, 185), + (17547477, 'Vanguard_Enchanter', 9494, 4.484, 9.000, -76.822, 185), + (17547479, 'Eremix_Snottynostril', 9465, 48.977, 9.000, -54.201, 195), + (17547480, 'Jabbrox_Grannyguise', 9472, -8.274, 9.000, -34.073, 255), + (17547481, 'Vanguard_Armorer', 9493, 4.484, 9.000, -76.822, 185), + (17547482, 'Vanguard_Tinkerer', 9506, 4.484, 9.000, -76.822, 185), + (17547483, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547484, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547485, 'Scruffix_Shaggychest', 9482, 4.484, 9.000, -76.822, 185), + (17547486, 'Tymexox_Ninefingers', 9490, -30.024, 0.002, -35.735, 65), + (17547487, 'Blazox_Boneybod', 9459, 49.604, 5.250, -38.548, 195), + (17547488, 'Vanguard_s_Slime', 9504, 4.484, 9.000, -76.822, 185), + (17547489, 'Vanguard_Ambusher', 9492, 4.484, 9.000, -76.822, 185), + (17547490, 'Prowlox_Barrelbelly', 9480, 7.925, 9.000, -33.894, 65), + (17547491, 'Vanguard_Hitman', 9495, 4.484, 9.000, -76.822, 185), + (17547295, 'Goblin_Replica', 9468, 4.484, 9.000, -76.822, 185), + (17547286, 'Vanguard_Necromancer', 9497, 4.484, 9.000, -76.822, 185), + (17547330, 'Vanguard_Ronin', 9500, 4.484, 9.000, -76.822, 185), + (17547400, 'Vanguard_Welldigger', 9507, 4.484, 9.000, -76.822, 185), + (17547407, 'Kikklix_Longlegs', 9475, 4.484, 9.000, -76.822, 185), + (17547428, 'Vanguard_Pathfinder', 9498, 4.484, 9.000, -76.822, 185), + (17547478, 'Distilix_Stickytoes', 9463, 0.048, 3.501, -12.474, 195), + (17547530, 'Goblin_Statue', 9469, 42.031, 9.001, -52.002, 255), + (17547531, 'Goblin_Replica', 9468, 35.902, 9.001, -52.002, 255), + (17547532, 'Goblin_Statue', 9469, 50.890, 0.003, -18.868, 65), + (17547533, 'Goblin_Replica', 9468, 39.993, 0.003, -23.990, 195), + (17547534, 'Goblin_Statue', 9469, 39.993, 0.003, -26.255, 195), + (17547535, 'Goblin_Statue', 9469, 33.900, 0.005, -17.879, 65), + (17547536, 'Goblin_Statue', 9469, 32.055, 0.005, -19.827, 65), + (17547537, 'Goblin_Statue', 9469, 29.999, 0.005, -17.887, 65), + (17547538, 'Goblin_Statue', 9469, 31.933, 0.002, -1.946, 65), + (17547539, 'Goblin_Statue', 9469, 23.987, 0.003, -35.930, 255), + (17547540, 'Goblin_Statue', 9469, 34.200, 0.003, -45.012, 125), + (17547541, 'Goblin_Statue', 9469, 26.098, -0.528, -50.030, 255), + (17547542, 'Goblin_Statue', 9469, 32.132, 0.002, -77.904, 195), + (17547543, 'Goblin_Statue', 9469, 19.902, 0.002, -74.003, 255), + (17547544, 'Goblin_Statue', 9469, 11.864, 0.003, -78.092, 195), + (17547545, 'Goblin_Statue', 9469, 4.077, 0.002, -66.135, 65), + (17547546, 'Goblin_Statue', 9469, 1.829, 0.005, -75.964, 255), + (17547547, 'Goblin_Statue', 9469, 0.043, 0.002, -89.892, 195), + (17547548, 'Goblin_Statue', 9469, -18.040, 0.005, -77.966, 195), + (17547549, 'Goblin_Statue', 9469, -23.298, 0.005, -73.038, 255), + (17547550, 'Goblin_Statue', 9469, -25.764, 0.004, -62.986, 125), + (17547551, 'Goblin_Statue', 9469, -37.003, 0.005, -60.858, 25), + (17547552, 'Goblin_Statue', 9469, -39.084, 0.005, -54.677, 65), + (17547553, 'Goblin_Statue', 9469, -38.896, 0.005, -49.237, 195), + (17547554, 'Goblin_Statue', 9469, -30.186, 0.002, -52.067, 255), + (17547555, 'Goblin_Statue', 9469, -22.225, 0.003, -50.051, 125), + (17547556, 'Goblin_Statue', 9469, -31.883, 1.000, -31.527, 195), + (17547557, 'Goblin_Statue', 9469, -27.438, 1.000, -31.466, 195), + (17547558, 'Goblin_Replica', 9468, -31.780, 3.000, -5.957, 125), + (17547559, 'Goblin_Statue', 9469, -29.750, 3.000, -7.973, 125), + (17547560, 'Goblin_Statue', 9469, -29.750, 3.000, -4.064, 125), + (17547561, 'Goblin_Statue', 9469, -7.977, 3.000, -3.870, 65), + (17547562, 'Goblin_Statue', 9469, -0.011, 3.000, -10.099, 195), + (17547563, 'Goblin_Statue', 9469, 19.519, 1.000, -4.004, 125), + (17547564, 'Goblin_Statue', 9469, -56.195, 6.000, -5.991, 255), + (17547565, 'Goblin_Statue', 9469, -60.094, 6.000, 0.016, 255), + (17547566, 'Goblin_Statue', 9469, -60.094, 6.000, -12.016, 255), + (17547567, 'Goblin_Statue', 9469, -58.265, 6.000, 5.970, 255), + (17547568, 'Goblin_Statue', 9469, -70.342, 5.591, -7.988, 255), + (17547569, 'Goblin_Statue', 9469, -70.342, 5.591, -16.037, 255), + (17547570, 'Goblin_Statue', 9469, -40.818, 8.000, -18.949, 125), + (17547571, 'Goblin_Statue', 9469, -57.936, 12.000, -24.241, 195), + (17547572, 'Goblin_Statue', 9469, -56.008, 12.000, -34.180, 195), + (17547573, 'Goblin_Statue', 9469, -65.015, 12.000, -32.986, 255), + (17547574, 'Goblin_Replica', 9468, 0.003, 3.000, 10.123, 65), + (17547575, 'Goblin_Statue', 9469, -7.981, 2.000, 37.791, 195), + (17547576, 'Goblin_Statue', 9469, 7.981, 2.000, 37.791, 195), + (17547577, 'Goblin_Statue', 9469, -0.047, 2.000, 44.222, 65), + (17547578, 'Goblin_Statue', 9469, 0.108, -2.500, 56.484, 65), + (17547579, 'Goblin_Statue', 9469, -14.259, 2.000, 45.917, 255), + (17547580, 'Goblin_Statue', 9469, -14.259, 2.000, 57.953, 255), + (17547581, 'Goblin_Statue', 9469, -21.586, 2.000, 63.964, 255), + (17547582, 'Goblin_Statue', 9469, 14.259, 2.000, 45.917, 125), + (17547583, 'Goblin_Statue', 9469, 14.259, 2.000, 57.953, 125), + (17547584, 'Goblin_Statue', 9469, 21.586, 2.000, 63.964, 125), + (17547585, 'Goblin_Statue', 9469, -9.961, 2.000, 74.192, 65), + (17547586, 'Goblin_Statue', 9469, 9.961, 2.000, 74.192, 65), + (17547587, 'Goblin_Statue', 9469, 0.059, 2.000, 76.138, 65), + (17547588, 'Goblin_Statue', 9469, -0.007, 3.000, 104.065, 65), + (17547589, 'Goblin_Statue', 9469, -1.993, 3.100, 112.205, 65), + (17547590, 'Goblin_Statue', 9469, 1.993, 3.100, 112.205, 65), + (17547591, 'Goblin_Statue', 9469, -1.993, 3.100, 115.998, 65), + (17547592, 'Goblin_Statue', 9469, 1.993, 3.100, 115.998, 65), + (17547593, 'Goblin_Statue', 9469, -0.037, 2.000, 126.924, 65), + (17547594, 'Goblin_Statue', 9469, -0.046, -5.000, 66.181, 65), + (17547595, 'Goblin_Statue', 9469, -0.036, -5.000, 28.083, 65), + (17547596, 'Goblin_Statue', 9469, -1.999, 9.000, -32.074, 195), + (17547597, 'Goblin_Statue', 9469, 1.999, 9.000, -32.074, 195), + (17547598, 'Goblin_Statue', 9469, 0.024, 9.000, -38.129, 195), + (17547599, 'Goblin_Statue', 9469, -6.038, 9.000, -44.088, 125), + (17547600, 'Goblin_Statue', 9469, 0.079, 9.000, -49.934, 65), + (17547601, 'Goblin_Statue', 9469, 5.906, 9.000, -43.921, 255), + (17547602, 'Goblin_Statue', 9469, 18.037, 9.000, -35.956, 125), + (17547603, 'Goblin_Statue', 9469, -18.230, 9.000, -49.996, 255), + (17547604, 'Goblin_Statue', 9469, 4.024, 9.000, -61.976, 195), + (17547605, 'Goblin_Statue', 9469, 20.247, 9.000, -50.072, 125), + (17547606, 'Goblin_Statue', 9469, 20.247, 9.000, -53.965, 125), + (17547607, 'Goblin_Statue', 9469, -5.977, 2.000, 74.189, 65), + (17547608, 'Goblin_Statue', 9469, 5.977, 2.000, 74.189, 65), + (17547609, 'Goblin_Statue', 9469, -14.189, 2.000, 59.955, 255), + (17547610, 'Goblin_Statue', 9469, 14.189, 2.000, 59.955, 125), + (17547611, 'Goblin_Statue', 9469, -14.206, 2.000, 43.929, 255), + (17547612, 'Goblin_Statue', 9469, 14.206, 2.000, 43.929, 125), + (17547613, 'Goblin_Statue', 9469, -3.970, 2.000, 37.803, 195), + (17547614, 'Goblin_Statue', 9469, 3.970, 2.000, 37.803, 195), + (17547615, 'Goblin_Statue', 9469, -0.001, 2.000, 36.015, 195), + (17547616, 'Goblin_Statue', 9469, 0.001, 3.000, 16.220, 195), + (17547617, 'Goblin_Statue', 9469, 0.001, 3.000, 1.679, 195), + (17547618, 'Goblin_Statue', 9469, -39.257, 3.000, -2.081, 255), + (17547619, 'Goblin_Statue', 9469, -39.257, 3.000, -6.052, 255), + (17547620, 'Goblin_Statue', 9469, -39.257, 3.000, -10.086, 255), + (17547621, 'Goblin_Statue', 9469, -54.111, 6.000, -6.052, 255), + (17547622, 'Goblin_Statue', 9469, -59.950, 6.000, 6.145, 65), + (17547623, 'Goblin_Statue', 9469, -64.020, 6.000, 6.145, 65), + (17547624, 'Goblin_Statue', 9469, -70.342, 5.591, -7.988, 255), + (17547625, 'Goblin_Statue', 9469, -57.969, 6.000, -16.259, 195), + (17547626, 'Goblin_Statue', 9469, -40.818, 8.000, -18.949, 125), + (17547627, 'Goblin_Statue', 9469, 48.125, 8.250, -46.554, 195), + (17547628, 'Goblin_Statue', 9469, 49.975, 9.001, -48.554, 195), + (17547629, 'Goblin_Statue', 9469, 51.587, 8.250, -46.554, 195), + (17547630, 'Goblin_Statue', 9469, -1.999, 9.000, -32.074, 195), + (17547631, 'Goblin_Statue', 9469, 1.999, 9.000, -32.074, 195), + (17547632, 'Goblin_Statue', 9469, -1.999, 9.000, -36.222, 195), + (17547633, 'Goblin_Statue', 9469, 1.999, 9.000, -36.222, 195), + (17547634, 'Goblin_Statue', 9469, -6.038, 9.000, -44.088, 125), + (17547635, 'Goblin_Statue', 9469, 0.079, 9.000, -49.934, 65), + (17547636, 'Goblin_Statue', 9469, 5.906, 9.000, -43.921, 255), + (17547637, 'Goblin_Statue', 9469, 18.037, 9.000, -35.956, 125), + (17547638, 'Goblin_Statue', 9469, -18.230, 9.000, -49.996, 255), + (17547639, 'Goblin_Statue', 9469, 4.024, 9.000, -61.976, 195), + (17547640, 'Goblin_Statue', 9469, 20.247, 9.000, -50.072, 125), + (17547641, 'Goblin_Statue', 9469, 20.247, 9.000, -53.965, 125), + (17547642, 'Goblin_Statue', 9469, 4.019, 0.003, -74.136, 195), + (17547643, 'Goblin_Statue', 9469, 2.303, 0.003, -75.929, 125), + (17547644, 'Goblin_Statue', 9469, 5.633, 0.005, -76.001, 255), + (17547645, 'Goblin_Statue', 9469, 3.993, 0.005, -77.656, 65), + (17547646, 'Goblin_Statue', 9469, -1.053, 0.003, -84.196, 195), + (17547647, 'Goblin_Statue', 9469, 1.989, 0.003, -84.077, 195), + (17547648, 'Goblin_Statue', 9469, -1.039, 0.003, -88.171, 195), + (17547649, 'Goblin_Statue', 9469, -30.038, 0.005, -63.811, 65), + (17547650, 'Goblin_Statue', 9469, -39.098, 0.002, -51.851, 65), + (17547651, 'Goblin_Statue', 9469, -27.958, 0.002, -51.851, 65), + (17547652, 'Goblin_Statue', 9469, -30.024, 0.002, -35.735, 65), + (17547653, 'Goblin_Statue', 9469, -30.024, 3.000, -19.905, 65), + (17547654, 'Goblin_Statue', 9469, -33.067, 3.000, -4.907, 65), + (17547655, 'Goblin_Statue', 9469, -27.053, 3.000, -4.907, 65), + (17547656, 'Goblin_Statue', 9469, -33.067, 3.000, -8.852, 65), + (17547657, 'Goblin_Statue', 9469, -27.053, 3.000, -8.852, 65), + (17547658, 'Goblin_Statue', 9469, -13.765, 3.000, -6.053, 125), + (17547659, 'Goblin_Statue', 9469, -9.687, 3.000, -6.053, 125), + (17547660, 'Goblin_Statue', 9469, -5.782, 3.000, -6.053, 125), + (17547661, 'Goblin_Statue', 9469, -0.030, 3.000, 10.150, 65), + (17547662, 'Goblin_Statue', 9469, 7.286, 3.000, -4.979, 125), + (17547663, 'Goblin_Statue', 9469, 21.010, 0.002, -3.774, 65), + (17547664, 'Goblin_Statue', 9469, 28.010, 0.002, -5.871, 65), + (17547665, 'Goblin_Statue', 9469, 32.010, 0.002, -5.871, 65), + (17547666, 'Goblin_Statue', 9469, 36.010, 0.002, -5.871, 65), + (17547667, 'Goblin_Statue', 9469, 44.213, 0.002, -18.012, 125), + (17547668, 'Goblin_Statue', 9469, 29.037, 0.005, -31.801, 65), + (17547669, 'Goblin_Statue', 9469, 32.973, 0.004, -31.801, 65), + (17547670, 'Goblin_Statue', 9469, 4.484, 9.000, -76.822, 185), + (17547671, 'Goblin_Statue', 9469, 34.176, 0.002, -41.942, 125), + (17547672, 'Goblin_Statue', 9469, 34.192, -1.500, -57.993, 125), + (17547673, 'Goblin_Statue', 9469, 49.604, 5.250, -38.548, 195), + (17547674, 'Goblin_Statue', 9469, 48.977, 9.000, -54.201, 195), + (17547675, 'Goblin_Statue', 9469, 4.059, 9.000, -54.136, 195), + (17547676, 'Goblin_Statue', 9469, -8.274, 9.000, -34.073, 255), + (17547677, 'Goblin_Statue', 9469, 7.925, 9.000, -33.894, 65), + (17547678, 'Goblin_Statue', 9469, 0.048, 3.501, -12.474, 195), + (17600513, 'Garuda_Prime', 10897, 503.000, 41.000, -367.000, 105), + (17600514, 'Garuda_Prime', 10897, 21.000, -18.000, 29.000, 100), + (17600515, 'Garuda_Prime', 10897, -377.000, -78.000, 510.000, 95), + (17600516, 'Ogmios', 9921, 0.000, 0.000, 0.000, 0), + (17600517, 'Ogmios', 9921, 0.000, 0.000, 0.000, 0), + (17600518, 'Ogmios', 9921, 0.000, 0.000, 0.000, 0), + (17600519, 'Garuda_Prime', 9920, 503.000, 41.000, -367.000, 105), + (17600520, 'Garuda_Prime', 9920, 21.000, -18.000, 29.000, 100), + (17600521, 'Garuda_Prime', 9920, -377.000, -78.000, 510.000, 95), + (17600522, 'Garuda_Prime', 9920, 502.000, 41.362, -370.000, 96), + (17600523, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600524, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600525, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600526, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600527, 'Garuda_Prime', 9920, 0.000, 0.000, 0.000, 0), + (17600528, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600529, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600530, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600531, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600532, 'Garuda_Prime', 9920, 0.000, 0.000, 0.000, 0), + (17600533, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600534, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600535, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600536, 'Air_Elemental', 9919, 0.000, 0.000, 0.000, 0), + (17600537, 'Garuda_Prime', 9920, 0.000, 0.000, 0.000, 0), + (17600538, 'Garuda_Prime', 9920, 0.000, 0.000, 0.000, 0), + (17600539, 'Garuda_Prime', 9920, 0.000, 0.000, 0.000, 0), + (17604609, 'Ramuh_Prime', 10893, 503.000, 41.000, -367.000, 105), + (17604610, 'Ramuh_Prime', 10893, 21.000, -18.000, 29.000, 100), + (17604611, 'Ramuh_Prime', 10893, -377.000, -78.000, 510.000, 95), + (17604612, 'Lightning_Gremlin', 9922, 0.000, 0.000, 0.000, 0), + (17604613, 'Thunder_Gremlin', 9925, 0.000, 0.000, 0.000, 0), + (17604614, 'Lightning_Gremlin', 9922, 0.000, 0.000, 0.000, 0), + (17604615, 'Thunder_Gremlin', 9925, 0.000, 0.000, 0.000, 0), + (17604616, 'Lightning_Gremlin', 9922, 0.000, 0.000, 0.000, 0), + (17604617, 'Thunder_Gremlin', 9925, 0.000, 0.000, 0.000, 0), + (17604618, 'Ramuh_Prime', 9923, 503.000, 41.000, -367.000, 105), + (17604619, 'Ramuh_Prime', 9923, 21.000, -18.000, 29.000, 100), + (17604620, 'Ramuh_Prime', 9923, -377.000, -78.000, 510.000, 95), + (17604621, 'Ramuh_Prime', 9923, 0.000, 0.000, 0.000, 0), + (17604622, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604623, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604624, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604625, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604626, 'Ramuh_Prime', 9923, 0.000, 0.000, 0.000, 0), + (17604627, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604628, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604629, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604630, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604631, 'Ramuh_Prime', 9923, 0.000, 0.000, 0.000, 0), + (17604632, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604633, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604634, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604635, 'Thunder_Elemental', 9924, 0.000, 0.000, 0.000, 0), + (17604636, 'Ramuh_Prime', 9923, 0.000, 0.000, 0.000, 0), + (17604637, 'Ramuh_Prime', 9923, 0.000, 0.000, 0.000, 0), + (17604638, 'Ramuh_Prime', 9923, 0.000, 0.000, 0.000, 0), + (17608705, 'Shiva_Prime', 10892, 503.000, 41.000, -367.000, 105), + (17608706, 'Shiva_Prime', 10892, 21.000, -18.000, 29.000, 100), + (17608707, 'Shiva_Prime', 10892, -377.000, -78.000, 510.000, 95), + (17608708, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608709, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608710, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608711, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608712, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608713, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608714, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608715, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608716, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608717, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608718, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608719, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608720, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608721, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608722, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608723, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608724, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608725, 'Dryad', 9926, 0.000, 0.000, 0.000, 0), + (17608726, 'Shiva_Prime', 9928, 503.000, 41.000, -367.000, 105), + (17608727, 'Shiva_Prime', 9928, 21.000, -18.000, 29.000, 100), + (17608728, 'Shiva_Prime', 9928, -377.000, -78.000, 510.000, 95), + (17608729, 'Shiva_Prime', 9928, 0.000, 0.000, 0.000, 0), + (17608730, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608731, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608732, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608733, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608734, 'Shiva_Prime', 9928, 0.000, 0.000, 0.000, 0), + (17608735, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608736, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608737, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608738, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608739, 'Shiva_Prime', 9928, 0.000, 0.000, 0.000, 0), + (17608740, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608741, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608742, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608743, 'Ice_Elemental', 9927, 0.000, 0.000, 0.000, 0), + (17608744, 'Shiva_Prime', 9928, 0.000, 0.000, 0.000, 0), + (17608745, 'Shiva_Prime', 9928, 0.000, 0.000, 0.000, 0), + (17608746, 'Shiva_Prime', 9928, 0.000, 0.000, 0.000, 0), + (17625089, 'Ifrit_Prime', 10895, 503.000, 41.000, -367.000, 105), + (17625090, 'Ifrit_Prime', 10895, 21.000, -18.000, 29.000, 100), + (17625091, 'Ifrit_Prime', 10895, -377.000, -78.000, 510.000, 95), + (17625092, 'Ifrit_Prime', 10057, 503.000, 41.000, -367.000, 105), + (17625093, 'Ifrit_Prime', 10057, 21.000, -18.000, 29.000, 100), + (17625094, 'Ifrit_Prime', 10057, -377.000, -78.000, 510.000, 95), + (17625095, 'Ifrit_Prime', 10057, 0.000, 0.000, 0.000, 0), + (17625096, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625097, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625098, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625099, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625100, 'Ifrit_Prime', 10057, 0.000, 0.000, 0.000, 0), + (17625101, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625102, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625103, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625104, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625105, 'Ifrit_Prime', 10057, 0.000, 0.000, 0.000, 0), + (17625106, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625107, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625108, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625109, 'Fire_Elemental', 10056, 0.000, 0.000, 0.000, 0), + (17625110, 'Ifrit_Prime', 10057, 0.000, 0.000, 0.000, 0), + (17625111, 'Ifrit_Prime', 10057, 0.000, 0.000, 0.000, 0), + (17625112, 'Ifrit_Prime', 10057, 0.000, 0.000, 0.000, 0), + (17633281, 'Titan_Prime', 10894, 503.000, 41.000, -367.000, 105), + (17633282, 'Titan_Prime', 10894, 21.000, -18.000, 29.000, 100), + (17633283, 'Titan_Prime', 10894, -377.000, -78.000, 510.000, 95), + (17633284, 'Galgalim', 10099, 0.000, 0.000, 0.000, 0), + (17633285, 'Galgalim', 10099, 0.000, 0.000, 0.000, 0), + (17633286, 'Galgalim', 10099, 0.000, 0.000, 0.000, 0), + (17633287, 'Titan_Prime', 10100, 503.000, 41.000, -367.000, 105), + (17633288, 'Titan_Prime', 10100, 21.000, -18.000, 29.000, 100), + (17633289, 'Titan_Prime', 10100, -377.000, -78.000, 510.000, 95), + (17633290, 'Titan_Prime', 10100, 0.000, 0.000, 0.000, 0), + (17633291, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633292, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633293, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633294, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633295, 'Titan_Prime', 10100, 0.000, 0.000, 0.000, 0), + (17633296, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633297, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633298, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633299, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633300, 'Titan_Prime', 10100, 0.000, 0.000, 0.000, 0), + (17633301, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633302, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633303, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633304, 'Earth_Elemental', 10098, 0.000, 0.000, 0.000, 0), + (17633305, 'Titan_Prime', 10100, 0.000, 0.000, 0.000, 0), + (17633306, 'Titan_Prime', 10100, 0.000, 0.000, 0.000, 0), + (17633307, 'Titan_Prime', 10100, 0.000, 0.000, 0.000, 0), + (17641473, 'Leviathan_Prime', 10896, 503.000, 41.000, -367.000, 105), + (17641474, 'Leviathan_Prime', 10896, 21.000, -18.000, 29.000, 100), + (17641475, 'Leviathan_Prime', 10896, -377.000, -78.000, 510.000, 95), + (17641476, 'Leviathan_Prime', 10101, 503.000, 41.000, -367.000, 105), + (17641477, 'Leviathan_Prime', 10101, 21.000, -18.000, 29.000, 100), + (17641478, 'Leviathan_Prime', 10101, -377.000, -78.000, 510.000, 95), + (17641479, 'Leviathan_Prime', 10101, 0.000, 0.000, 0.000, 0), + (17641480, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641481, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641482, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641483, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641484, 'Leviathan_Prime', 10101, 0.000, 0.000, 0.000, 0), + (17641485, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641486, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641487, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641488, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641489, 'Leviathan_Prime', 10101, 0.000, 0.000, 0.000, 0), + (17641490, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641491, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641492, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641493, 'Water_Elemental', 10102, 0.000, 0.000, 0.000, 0), + (17641494, 'Leviathan_Prime', 10101, 0.000, 0.000, 0.000, 0), + (17641495, 'Leviathan_Prime', 10101, 0.000, 0.000, 0.000, 0), + (17641496, 'Leviathan_Prime', 10101, 0.000, 0.000, 0.000, 0), + (17186817, 'Tree_Crab', 5580, 0.000, 0.000, 0.000, 0), + (17186818, 'Limicoline_Crab', 5563, 0.000, 0.000, 0.000, 0), + (17186819, 'Land_Crab', 5562, 0.000, 0.000, 0.000, 0), + (17186820, 'Vermivorous_Crab', 5582, 0.000, 0.000, 0.000, 0), + (17186821, 'Passage_Crab', 5574, 0.000, 0.000, 0.000, 0), + (17186822, 'Wild_Rabbit', 5583, -317.406, -52.494, 308.691, 127), + (17186823, 'Wild_Rabbit', 5583, -290.112, -51.758, 283.010, 110), + (17186824, 'Wild_Rabbit', 5583, -285.310, -51.238, 279.846, 127), + (17186825, 'Wild_Rabbit', 5583, -308.546, -54.114, 292.606, 127), + (17186826, 'Wild_Rabbit', 5583, -299.600, -50.404, 233.362, 127), + (17186827, 'Wild_Rabbit', 5583, -358.797, -51.084, 284.365, 48), + (17186828, 'Wild_Rabbit', 5583, -358.191, -51.277, 279.353, 90), + (17186829, 'Wild_Rabbit', 5583, -273.576, -50.833, 289.626, 50), + (17186830, 'Wild_Rabbit', 5583, -262.360, -51.535, 289.459, 127), + (17186831, 'Wild_Rabbit', 5583, -267.991, -50.926, 280.206, 39), + (17186832, 'Tunnel_Worm', 5581, -294.916, -48.807, 224.711, 53), + (17186833, 'Tunnel_Worm', 5581, -274.086, -50.896, 300.383, 108), + (17186834, 'Tunnel_Worm', 5581, -257.362, -50.351, 277.963, 127), + (17186835, 'Tunnel_Worm', 5581, -328.279, -52.661, 257.137, 96), + (17186836, 'Tunnel_Worm', 5581, -302.445, -46.825, 210.115, 22), + (17186837, 'Ding_Bats', 5551, -361.734, -51.292, 287.212, 36), + (17186838, 'Ding_Bats', 5551, -262.382, -57.576, 338.512, 127), + (17186839, 'Ding_Bats', 5551, -368.478, -51.486, 288.054, 127), + (17186840, 'Ding_Bats', 5551, -348.563, -52.022, 290.422, 110), + (17186841, 'Ding_Bats', 5551, -325.233, -51.573, 244.775, 122), + (17186842, 'Wild_Rabbit', 5583, -290.236, -57.095, 348.928, 127), + (17186843, 'Wild_Rabbit', 5583, -335.348, -60.451, 432.868, 127), + (17186844, 'Wild_Rabbit', 5583, -241.807, -62.061, 482.554, 127), + (17186845, 'Wild_Rabbit', 5583, -369.617, -51.133, 384.805, 95), + (17186846, 'Wild_Rabbit', 5583, -341.644, -51.049, 400.353, 127), + (17186847, 'Wild_Rabbit', 5583, -278.248, -60.909, 357.864, 99), + (17186848, 'Wild_Rabbit', 5583, -303.789, -50.596, 383.583, 127), + (17186849, 'Wild_Rabbit', 5583, -325.415, -50.164, 347.586, 18), + (17186850, 'Wild_Rabbit', 5583, -203.516, -61.777, 447.034, 22), + (17186851, 'Wild_Rabbit', 5583, -284.713, -58.657, 370.573, 127), + (17186852, 'Tunnel_Worm', 5581, -294.540, -59.857, 427.896, 127), + (17186853, 'Tunnel_Worm', 5581, -291.435, -59.994, 419.789, 85), + (17186854, 'Tunnel_Worm', 5581, -319.000, -60.000, 437.000, 127), + (17186855, 'Tunnel_Worm', 5581, -279.694, -61.399, 487.512, 127), + (17186856, 'Tunnel_Worm', 5581, -245.664, -60.849, 438.214, 6), + (17186857, 'Ding_Bats', 5551, -299.293, -56.888, 410.847, 107), + (17186858, 'Ding_Bats', 5551, -372.723, -51.130, 383.975, 127), + (17186859, 'Ding_Bats', 5551, -206.750, -61.157, 435.540, 78), + (17186860, 'Ding_Bats', 5551, -338.457, -46.415, 369.468, 127), + (17186861, 'Ding_Bats', 5551, -288.360, -62.068, 466.684, 117), + (17186862, 'Wild_Rabbit', 5583, -254.837, -49.813, 185.473, 9), + (17186863, 'Wild_Rabbit', 5583, -103.230, -60.843, 205.067, 127), + (17186864, 'Wild_Rabbit', 5583, -73.064, -51.090, 155.878, 40), + (17186865, 'Wild_Rabbit', 5583, -150.419, -55.059, 210.916, 6), + (17186866, 'Wild_Rabbit', 5583, -238.903, -51.039, 195.659, 127), + (17186867, 'Wild_Rabbit', 5583, -155.253, -52.134, 189.074, 127), + (17186868, 'Wild_Rabbit', 5583, -240.137, -50.790, 213.072, 127), + (17186869, 'Tunnel_Worm', 5581, -63.095, -59.686, 186.563, 127), + (17186870, 'Tunnel_Worm', 5581, -121.693, -60.846, 200.180, 127), + (17186871, 'Tunnel_Worm', 5581, -106.959, -60.709, 219.878, 127), + (17186872, 'Tunnel_Worm', 5581, -44.565, -57.133, 188.743, 59), + (17186873, 'Ding_Bats', 5551, -145.567, -54.988, 206.655, 127), + (17186874, 'Ding_Bats', 5551, -138.724, -52.485, 173.835, 106), + (17186875, 'Ding_Bats', 5551, -214.186, -51.276, 195.838, 53), + (17186876, 'Forest_Hare', 5554, -509.104, -50.348, 363.434, 51), + (17186877, 'Forest_Hare', 5554, -392.787, -48.261, 347.656, 127), + (17186878, 'Forest_Hare', 5554, -467.232, -50.634, 325.569, 127), + (17186879, 'Forest_Hare', 5554, -438.266, -49.611, 328.799, 127), + (17186880, 'Forest_Hare', 5554, -392.015, -47.007, 341.781, 37), + (17186881, 'Forest_Hare', 5554, -450.605, -53.079, 414.357, 127), + (17186882, 'Carrion_Worm', 5546, -399.198, -51.490, 312.041, 127), + (17186883, 'Carrion_Worm', 5546, -458.859, -52.473, 312.503, 2), + (17186884, 'Carrion_Worm', 5546, -487.628, -47.040, 339.495, 127), + (17186885, 'Scarab_Beetle', 5578, -471.841, -50.340, 405.305, 8), + (17186886, 'Orcish_Fodder', 5570, -452.464, -50.248, 328.077, 94), + (17186887, 'Orcish_Grappler', 5571, -392.339, -48.701, 335.370, 127), + (17186888, 'Ding_Bats', 5551, -476.246, -50.299, 330.157, 3), + (17186889, 'Ding_Bats', 5551, -453.293, -51.407, 385.121, 7), + (17186890, 'Mouse_Bat', 5565, -488.047, -49.127, 351.711, 127), + (17186891, 'Mouse_Bat', 5565, -412.932, -56.522, 390.416, 104), + (17186892, 'Forest_Hare', 5554, -401.460, -50.720, 215.880, 22), + (17186893, 'Forest_Hare', 5554, -378.024, -52.016, 213.032, 12), + (17186894, 'Forest_Hare', 5554, -344.863, -52.579, 217.845, 127), + (17186895, 'Forest_Hare', 5554, -402.630, -52.460, 257.521, 98), + (17186896, 'Forest_Hare', 5554, -420.323, -53.253, 255.919, 98), + (17186897, 'Forest_Hare', 5554, -373.300, -52.503, 218.248, 127), + (17186898, 'Carrion_Worm', 5546, -430.639, -52.058, 247.452, 127), + (17186899, 'Carrion_Worm', 5546, -495.189, -41.331, 208.464, 127), + (17186900, 'Carrion_Worm', 5546, -408.628, -41.186, 161.190, 76), + (17186901, 'Forest_Funguar', 5553, -342.150, -51.240, 207.024, 108), + (17186902, 'Scarab_Beetle', 5578, -360.001, -51.693, 207.696, 74), + (17186903, 'Orcish_Fodder', 5570, -366.087, -52.215, 215.323, 127), + (17186904, 'Orcish_Grappler', 5571, -383.285, -50.990, 200.481, 39), + (17186905, 'Ding_Bats', 5551, -499.020, -50.749, 240.648, 127), + (17186906, 'Ding_Bats', 5551, -471.963, -50.583, 239.061, 127), + (17186907, 'Mouse_Bat', 5565, -404.716, -50.107, 206.425, 127), + (17186908, 'Mouse_Bat', 5565, -402.751, -42.119, 171.158, 127), + (17186909, 'Orcish_Fodder', 5570, -289.602, -39.223, 137.827, 15), + (17186910, 'Forest_Hare', 5554, -248.519, -48.480, 120.813, 6), + (17186911, 'Forest_Hare', 5554, -274.583, -40.888, 117.833, 46), + (17186912, 'Forest_Hare', 5554, -236.465, -45.326, 99.797, 127), + (17186913, 'Forest_Hare', 5554, -262.514, -40.588, 74.948, 127), + (17186914, 'Forest_Hare', 5554, -316.737, -39.908, 128.140, 127), + (17186915, 'Forest_Hare', 5554, -237.844, -40.420, 39.005, 112), + (17186916, 'Carrion_Worm', 5546, -269.385, -37.912, 69.438, 83), + (17186917, 'Carrion_Worm', 5546, -286.374, -40.894, 108.378, 127), + (17186918, 'Carrion_Worm', 5546, -268.035, -40.839, 93.052, 127), + (17186919, 'Forest_Funguar', 5553, -353.930, -41.070, 103.845, 7), + (17186920, 'Scarab_Beetle', 5578, -293.048, -40.729, 100.819, 43), + (17186921, 'Orcish_Fodder', 5570, -299.000, -37.000, 136.000, 55), + (17186922, 'Orcish_Fodder', 5570, -364.029, -39.683, 75.880, 93), + (17186923, 'Ding_Bats', 5551, -259.520, -37.641, 59.634, 127), + (17186924, 'Ding_Bats', 5551, -243.500, -45.022, 100.957, 127), + (17186925, 'Mouse_Bat', 5565, -326.102, -41.179, 106.263, 127), + (17186926, 'Mouse_Bat', 5565, -239.218, -39.136, 32.184, 64), + (17186928, 'Forest_Hare', 5554, -508.771, -60.601, 488.617, 127), + (17186929, 'Forest_Hare', 5554, -595.214, -59.788, 516.145, 127), + (17186930, 'Forest_Hare', 5554, -603.110, -60.404, 507.573, 127), + (17186931, 'Carrion_Worm', 5546, -558.024, -59.134, 404.287, 127), + (17186932, 'Carrion_Worm', 5546, -520.678, -57.760, 426.915, 113), + (17186933, 'Orcish_Fodder', 5570, -623.685, -60.867, 515.693, 127), + (17186934, 'Orcish_Fodder', 5570, -551.982, -57.411, 490.599, 127), + (17186935, 'Orcish_Mesmerizer', 5572, -563.264, -59.769, 485.841, 127), + (17186936, 'Orcish_Mesmerizer', 5572, -539.440, -55.899, 472.007, 127), + (17186937, 'Orcish_Grappler', 5571, -545.967, -59.793, 508.296, 127), + (17186938, 'Orcish_Grappler', 5571, -583.161, -58.021, 500.491, 127), + (17186939, 'Ding_Bats', 5551, -541.131, -60.251, 431.693, 97), + (17186940, 'Ding_Bats', 5551, -593.119, -59.831, 514.229, 127), + (17186941, 'Mouse_Bat', 5565, 0.000, 0.000, 0.000, 0), + (17186942, 'Orcish_Fodder', 5570, -506.264, -63.156, 499.804, 32), + (17186943, 'Orcish_Mesmerizer', 5572, -504.790, -63.089, 497.584, 29), + (17186944, 'Orcish_Grappler', 5571, -511.659, -60.909, 495.146, 80), + (17186945, 'Orcish_Fodder', 5570, -572.030, -61.785, 465.120, 127), + (17186946, 'Orcish_Mesmerizer', 5572, -573.030, -61.661, 464.767, 45), + (17186947, 'Orcish_Grappler', 5571, -571.694, -61.140, 470.693, 126), + (17186948, 'Orcish_Fodder', 5570, -686.695, -62.956, 571.229, 18), + (17186949, 'Orcish_Mesmerizer', 5572, -725.150, -61.128, 572.109, 127), + (17186950, 'Orcish_Grappler', 5571, -701.576, -62.077, 571.670, 56), + (17186951, 'Orcish_Fodder', 5570, -284.394, -60.339, 399.875, 23), + (17186952, 'Orcish_Fodder', 5570, -641.506, -61.714, 545.992, 4), + (17186953, 'Mouse_Bat', 5565, -718.996, -60.181, 587.463, 127), + (17186954, 'Orcish_Fodder', 5570, -655.000, -62.000, 544.000, 127), + (17186955, 'Orcish_Mesmerizer', 5572, -656.000, -60.000, 549.000, 71), + (17186956, 'Orcish_Grappler', 5571, -652.000, -61.000, 546.000, 127), + (17186957, 'Forest_Hare', 5554, -547.493, -47.821, 317.417, 6), + (17186958, 'Forest_Hare', 5554, -627.706, -53.535, 269.065, 17), + (17186959, 'Forest_Hare', 5554, -529.673, -50.181, 243.944, 127), + (17186960, 'Forest_Hare', 5554, -612.907, -51.876, 295.111, 71), + (17186961, 'Forest_Hare', 5554, -508.314, -53.825, 261.115, 48), + (17186962, 'Carrion_Worm', 5546, -578.310, -50.089, 275.938, 13), + (17186963, 'Carrion_Worm', 5546, -548.727, -49.109, 263.825, 24), + (17186964, 'Scarab_Beetle', 5578, -547.669, -47.903, 279.646, 127), + (17186965, 'Scarab_Beetle', 5578, -567.110, -48.085, 303.385, 55), + (17186966, 'Orcish_Mesmerizer', 5572, -563.442, -50.839, 236.078, 67), + (17186967, 'Orcish_Grappler', 5571, -593.965, -50.580, 257.523, 43), + (17186968, 'Ding_Bats', 5551, -511.680, -52.652, 266.901, 127), + (17186969, 'Ding_Bats', 5551, -566.539, -50.563, 327.035, 127), + (17186970, 'Mouse_Bat', 5565, -512.280, -50.724, 312.462, 15), + (17186971, 'Mouse_Bat', 5565, -553.355, -49.999, 274.258, 69), + (17186972, 'Forest_Hare', 5554, -473.464, -40.449, 153.490, 119), + (17186973, 'Forest_Hare', 5554, -573.838, -41.763, 189.116, 108), + (17186974, 'Forest_Hare', 5554, -436.024, -38.198, 143.918, 71), + (17186975, 'Forest_Hare', 5554, -404.082, -39.344, 129.266, 97), + (17186976, 'Forest_Hare', 5554, -551.198, -39.752, 196.076, 127), + (17186977, 'Carrion_Worm', 5546, -554.753, -40.476, 173.333, 52), + (17186978, 'Carrion_Worm', 5546, -554.914, -40.626, 178.984, 127), + (17186979, 'Forest_Funguar', 5553, -498.066, -37.076, 138.677, 114), + (17186980, 'Forest_Funguar', 5553, -458.031, -37.740, 161.727, 127), + (17186981, 'Orcish_Fodder', 5570, -570.453, -43.341, 177.916, 26), + (17186982, 'Orcish_Grappler', 5571, -562.992, -40.777, 206.291, 127), + (17186983, 'Ding_Bats', 5551, -482.392, -40.019, 133.287, 127), + (17186984, 'Ding_Bats', 5551, -437.665, -39.830, 154.549, 127), + (17186985, 'Mouse_Bat', 5565, -582.110, -41.916, 194.012, 21), + (17186986, 'Mouse_Bat', 5565, -559.964, -41.352, 182.598, 127), + (17186987, 'Forest_Hare', 5554, -449.311, -32.757, 69.678, 127), + (17186988, 'Forest_Hare', 5554, -399.008, -32.957, 96.441, 127), + (17186989, 'Forest_Hare', 5554, -366.933, -31.017, 5.846, 127), + (17186990, 'Forest_Hare', 5554, -469.690, -34.497, 97.297, 127), + (17186991, 'Forest_Hare', 5554, -469.288, -32.379, 63.754, 127), + (17186992, 'Carrion_Worm', 5546, -392.650, -30.776, 59.367, 65), + (17186993, 'Carrion_Worm', 5546, -522.488, -30.994, 115.268, 127), + (17186994, 'Scarab_Beetle', 5578, -471.862, -34.165, 94.160, 127), + (17186995, 'Wild_Sheep', 5584, -470.905, -32.891, 59.864, 127), + (17186996, 'Wild_Sheep', 5584, -376.618, -31.074, 29.591, 127), + (17186997, 'Orcish_Mesmerizer', 5572, -407.561, -30.823, 74.202, 127), + (17186998, 'Orcish_Grappler', 5571, -533.786, -30.779, 118.118, 127), + (17186999, 'Ding_Bats', 5551, -511.688, -30.809, 74.260, 121), + (17187000, 'Ding_Bats', 5551, -514.300, -30.869, 94.965, 127), + (17187001, 'Mouse_Bat', 5565, -393.587, -31.192, 76.965, 30), + (17187002, 'Mouse_Bat', 5565, -498.717, -30.827, 82.183, 127), + (17187003, 'Forest_Hare', 5554, -241.716, -31.495, 0.550, 67), + (17187004, 'Forest_Hare', 5554, -344.640, -31.514, 29.366, 127), + (17187005, 'Forest_Hare', 5554, -207.436, -31.480, -23.877, 88), + (17187006, 'Forest_Hare', 5554, -291.041, -33.204, 52.927, 127), + (17187007, 'Forest_Hare', 5554, -335.245, -32.156, 48.195, 127), + (17187008, 'Carrion_Worm', 5546, -271.955, -30.979, 16.845, 127), + (17187009, 'Carrion_Worm', 5546, -347.272, -31.632, 8.159, 87), + (17187010, 'Wild_Sheep', 5584, -199.560, -31.236, -42.519, 127), + (17187011, 'Wild_Sheep', 5584, -306.972, -31.234, 49.119, 127), + (17187012, 'Wild_Sheep', 5584, -322.626, -31.349, 34.156, 41), + (17187013, 'Orcish_Fodder', 5570, -251.174, -32.634, 18.299, 127), + (17187014, 'Orcish_Mesmerizer', 5572, -209.416, -31.685, -26.239, 127), + (17187015, 'Ding_Bats', 5551, -226.481, -34.369, 18.027, 127), + (17187016, 'Ding_Bats', 5551, -324.467, -30.783, 33.118, 0), + (17187017, 'Mouse_Bat', 5565, -282.783, -30.562, 30.724, 127), + (17187018, 'Mouse_Bat', 5565, -304.298, -32.869, 17.966, 127), + (17187019, 'Forest_Hare', 5554, -263.119, -23.078, -104.781, 127), + (17187020, 'Forest_Hare', 5554, -345.966, -31.259, -31.184, 127), + (17187021, 'Forest_Hare', 5554, -328.851, -31.224, -30.548, 53), + (17187022, 'Forest_Hare', 5554, -321.520, -30.975, -40.241, 30), + (17187023, 'Carrion_Worm', 5546, -281.779, -31.000, -77.874, 73), + (17187024, 'Carrion_Worm', 5546, -361.538, -20.537, -85.867, 5), + (17187025, 'Scarab_Beetle', 5578, -361.132, -21.630, -69.650, 9), + (17187026, 'Scarab_Beetle', 5578, -332.722, -21.032, -112.044, 127), + (17187027, 'Scarab_Beetle', 5578, -356.446, -20.882, -90.154, 127), + (17187028, 'Wild_Sheep', 5584, -347.398, -32.359, -13.490, 127), + (17187029, 'Wild_Sheep', 5584, -309.741, -32.002, -52.802, 127), + (17187030, 'Wild_Sheep', 5584, -282.781, -21.430, -132.301, 127), + (17187031, 'Goblin_Thug', 5558, -250.723, -21.010, -112.751, 45), + (17187032, 'Goblin_Thug', 5558, -319.937, -20.641, -112.556, 127), + (17187033, 'Goblin_Weaver', 5559, -257.216, -30.927, -78.628, 91), + (17187034, 'Orcish_Fodder', 5570, -343.971, -23.195, -85.691, 127), + (17187035, 'Orcish_Mesmerizer', 5572, -317.483, -31.629, -29.603, 127), + (17187036, 'Orcish_Grappler', 5571, -281.517, -30.900, -77.639, 127), + (17187037, 'Ding_Bats', 5551, -255.607, -22.016, -129.466, 90), + (17187038, 'Mouse_Bat', 5565, -398.180, -30.448, -43.745, 36), + (17187039, 'Tainted_Hound', 5579, -262.154, -46.238, 145.268, 127), + (17187040, 'Enchanted_Bones', 5552, -379.400, -23.232, -66.426, 127), + (17187041, 'Forest_Hare', 5554, -190.091, -21.507, -113.276, 83), + (17187042, 'Forest_Hare', 5554, -248.681, -21.336, -163.987, 98), + (17187043, 'Forest_Hare', 5554, -174.587, -25.272, -82.141, 28), + (17187044, 'Carrion_Worm', 5546, -148.417, -21.865, -91.381, 127), + (17187045, 'Carrion_Worm', 5546, -203.663, -20.410, -147.106, 34), + (17187046, 'Scarab_Beetle', 5578, -133.001, -20.636, -141.110, 81), + (17187047, 'Fungus_Beetle', 5555, -226.570, -20.740, -164.240, 127), + (17187048, 'Wild_Sheep', 5584, -200.816, -20.563, -127.398, 20), + (17187049, 'Wild_Sheep', 5584, -161.503, -21.762, -69.417, 127), + (17187050, 'Wild_Sheep', 5584, -151.460, -22.258, -101.877, 127), + (17187051, 'Wild_Sheep', 5584, -195.087, -20.557, -149.734, 127), + (17187052, 'Wild_Sheep', 5584, -236.839, -20.601, -127.955, 127), + (17187053, 'Goblin_Thug', 5558, -200.735, -21.746, -171.563, 127), + (17187054, 'Goblin_Thug', 5558, -173.753, -20.929, -114.816, 127), + (17187055, 'Goblin_Weaver', 5559, -216.867, -20.138, -153.579, 115), + (17187056, 'Orcish_Fodder', 5570, -167.142, -20.261, -151.021, 127), + (17187057, 'Orcish_Mesmerizer', 5572, -216.779, -21.336, -130.775, 48), + (17187058, 'Orcish_Grappler', 5571, -195.160, -20.595, -150.190, 53), + (17187059, 'Tainted_Hound', 5579, -195.854, -22.578, -177.986, 127), + (17187060, 'Enchanted_Bones', 5552, -247.484, -21.044, -146.460, 127), + (17187061, 'Bomb', 5539, -166.845, -20.983, -101.616, 1), + (17187062, 'Forest_Hare', 5554, -499.646, -30.845, -3.509, 127), + (17187063, 'Forest_Hare', 5554, -530.774, -31.090, -10.966, 7), + (17187064, 'Forest_Hare', 5554, -515.047, -30.691, -2.917, 127), + (17187065, 'Forest_Hare', 5554, -451.738, -31.896, -28.348, 127), + (17187066, 'Forest_Hare', 5554, -475.967, -31.032, -37.925, 82), + (17187067, 'Carrion_Worm', 5546, -478.215, -30.934, -39.120, 7), + (17187068, 'Forest_Funguar', 5553, -568.057, -29.179, -7.768, 38), + (17187069, 'Forest_Funguar', 5553, -525.043, -33.124, 8.298, 127), + (17187070, 'Forest_Funguar', 5553, -599.739, -30.352, -36.912, 127), + (17187071, 'Scarab_Beetle', 5578, -575.202, -30.616, -85.697, 127), + (17187072, 'Scarab_Beetle', 5578, -509.420, -29.782, -53.035, 12), + (17187073, 'Wild_Sheep', 5584, -585.141, -29.781, 30.144, 127), + (17187074, 'Wild_Sheep', 5584, -567.164, -27.594, -94.903, 127), + (17187075, 'Wild_Sheep', 5584, -658.327, -31.016, 0.794, 0), + (17187076, 'Orcish_Fodder', 5570, -443.646, -32.196, -20.914, 105), + (17187077, 'Orcish_Mesmerizer', 5572, 0.000, 0.000, 0.000, 0), + (17187078, 'Orcish_Grappler', 5571, -405.707, -30.286, -39.989, 91), + (17187079, 'Ding_Bats', 5551, 0.000, 0.000, 0.000, 0), + (17187080, 'Ding_Bats', 5551, -524.473, -30.315, -74.362, 127), + (17187081, 'Mouse_Bat', 5565, 0.000, 0.000, 0.000, 0), + (17187082, 'Mouse_Bat', 5565, -588.494, -28.992, -55.002, 44), + (17187083, 'Tainted_Hound', 5579, 0.000, 0.000, 0.000, 0), + (17187084, 'Enchanted_Bones', 5552, -597.599, -30.918, -118.268, 58), + (17187085, 'Enchanted_Bones', 5552, 0.000, 0.000, 0.000, 0), + (17187086, 'Bomb', 5539, -618.393, -31.276, -3.409, 100), + (17187087, 'Orcish_Fodder', 5570, -502.975, -30.850, -25.544, 77), + (17187088, 'Orcish_Mesmerizer', 5572, -508.975, -29.926, -23.503, 108), + (17187089, 'Orcish_Grappler', 5571, -502.717, -30.829, -24.875, 127), + (17187090, 'Forest_Hare', 5554, -558.598, -20.282, -149.304, 119), + (17187091, 'Forest_Hare', 5554, -457.900, -23.635, -65.964, 127), + (17187092, 'Forest_Hare', 5554, -452.208, -22.315, -96.455, 89), + (17187093, 'Forest_Hare', 5554, -567.694, -21.492, -120.678, 9), + (17187094, 'Carrion_Worm', 5546, -562.581, -20.634, -149.626, 26), + (17187095, 'Carrion_Worm', 5546, -537.148, -20.730, -163.945, 48), + (17187096, 'Wild_Sheep', 5584, -581.355, -21.568, -148.810, 127), + (17187097, 'Wild_Sheep', 5584, -397.254, -20.500, -199.885, 121), + (17187098, 'Wild_Sheep', 5584, -453.205, -19.516, -193.234, 39), + (17187099, 'Wild_Sheep', 5584, -585.255, -25.233, -136.678, 127), + (17187100, 'Wild_Sheep', 5584, -454.020, -23.146, -107.418, 127), + (17187101, 'Goblin_Thug', 5558, -490.954, -17.624, -144.704, 104), + (17187102, 'Goblin_Weaver', 5559, -597.272, -23.579, -149.790, 127), + (17187103, 'Orcish_Fodder', 5570, -492.824, -20.263, -193.635, 127), + (17187104, 'Orcish_Mesmerizer', 5572, -492.493, -22.624, -92.210, 60), + (17187105, 'Orcish_Grappler', 5571, -473.440, -19.602, -185.777, 67), + (17187106, 'Tainted_Hound', 5579, -467.511, -21.374, -129.909, 88), + (17187107, 'Enchanted_Bones', 5552, -535.541, -20.807, -162.468, 15), + (17187108, 'Forest_Hare', 5554, -273.558, -19.943, -284.081, 10), + (17187109, 'Forest_Hare', 5554, -267.389, -21.669, -252.720, 62), + (17187110, 'Forest_Hare', 5554, -262.780, -22.384, -253.873, 127), + (17187111, 'Jaggedy-Eared_Jack', 5561, -281.000, -19.000, -220.000, 127), + (17187112, 'Carrion_Worm', 5546, -308.217, -17.521, -251.759, 80), + (17187113, 'Forest_Funguar', 5553, -383.082, -17.755, -214.620, 127), + (17187114, 'Scarab_Beetle', 5578, -295.626, -21.389, -192.191, 127), + (17187115, 'Scarab_Beetle', 5578, -287.202, -20.826, -199.075, 127), + (17187116, 'Wild_Sheep', 5584, -273.718, -21.152, -272.119, 111), + (17187117, 'Wild_Sheep', 5584, -266.716, -21.910, -236.199, 67), + (17187118, 'Wild_Sheep', 5584, -268.082, -23.869, -212.744, 34), + (17187119, 'Wild_Sheep', 5584, -266.759, -20.843, -275.994, 101), + (17187120, 'Goblin_Thug', 5558, -266.740, -22.340, -225.214, 127), + (17187121, 'Goblin_Weaver', 5559, -280.643, -20.812, -260.392, 127), + (17187122, 'Orcish_Fodder', 5570, -427.064, -20.484, -268.616, 127), + (17187123, 'Orcish_Mesmerizer', 5572, -297.445, -17.277, -263.485, 4), + (17187124, 'Orcish_Grappler', 5571, -408.339, -19.225, -233.759, 127), + (17187125, 'Ding_Bats', 5551, -285.119, -20.504, -235.154, 31), + (17187126, 'Ding_Bats', 5551, -280.440, -20.639, -267.189, 77), + (17187127, 'Mouse_Bat', 5565, -330.536, -18.775, -236.444, 127), + (17187128, 'Tainted_Hound', 5579, -252.045, -21.687, -211.079, 49), + (17187129, 'Enchanted_Bones', 5552, -294.289, -21.377, -222.991, 127), + (17187130, 'Enchanted_Bones', 5552, -279.841, -20.769, -277.004, 31), + (17187131, 'Forest_Hare', 5554, -193.095, -22.473, -224.214, 127), + (17187132, 'Forest_Hare', 5554, -204.492, -20.754, -324.770, 67), + (17187133, 'Forest_Hare', 5554, -184.500, -19.875, -329.064, 127), + (17187134, 'Forest_Hare', 5554, -136.789, -20.599, -246.881, 127), + (17187135, 'Carrion_Worm', 5546, -226.097, -17.825, -299.958, 87), + (17187136, 'Carrion_Worm', 5546, -141.156, -20.690, -242.584, 0), + (17187137, 'Scarab_Beetle', 5578, -155.587, -20.838, -239.860, 127), + (17187138, 'Scarab_Beetle', 5578, -183.406, -17.549, -280.891, 127), + (17187139, 'Wild_Sheep', 5584, -145.718, -20.305, -270.807, 7), + (17187140, 'Wild_Sheep', 5584, -230.916, -18.161, -331.386, 127), + (17187141, 'Wild_Sheep', 5584, -181.585, -17.217, -297.098, 127), + (17187142, 'Wild_Sheep', 5584, -171.509, -18.785, -288.034, 127), + (17187143, 'Goblin_Thug', 5558, -246.327, -14.319, -339.605, 18), + (17187144, 'Goblin_Thug', 5558, -286.605, -19.193, -319.686, 127), + (17187145, 'Goblin_Weaver', 5559, -225.738, -20.301, -276.817, 127), + (17187146, 'Tainted_Hound', 5579, -243.312, -22.399, -261.817, 127), + (17187147, 'Enchanted_Bones', 5552, -157.270, -20.306, -274.198, 127), + (17187148, 'Goblin_Thug', 5558, -220.544, -22.468, -258.674, 48), + (17187149, 'Goblin_Thug', 5558, -208.132, -20.237, -268.112, 127), + (17187150, 'Goblin_Weaver', 5559, -220.643, -22.487, -258.889, 127), + (17187151, 'Forest_Hare', 5554, -413.997, -11.151, -314.490, 127), + (17187152, 'Forest_Hare', 5554, -278.421, -11.691, -351.425, 127), + (17187153, 'Forest_Hare', 5554, -210.184, -11.155, -380.814, 127), + (17187154, 'Forest_Hare', 5554, -329.892, -9.702, -313.713, 127), + (17187155, 'Carrion_Worm', 5546, -280.445, -10.986, -364.915, 127), + (17187156, 'Forest_Funguar', 5553, -312.302, -11.164, -359.621, 127), + (17187157, 'Forest_Funguar', 5553, -286.929, -11.617, -371.379, 127), + (17187158, 'Scarab_Beetle', 5578, -364.557, -11.164, -277.356, 102), + (17187159, 'Scarab_Beetle', 5578, -310.060, -12.204, -371.366, 25), + (17187160, 'Scarab_Beetle', 5578, -347.181, -8.127, -286.770, 127), + (17187161, 'Wild_Sheep', 5584, -126.000, -0.010, -475.000, 93), + (17187162, 'Wild_Sheep', 5584, -311.053, -8.917, -304.898, 127), + (17187163, 'Wild_Sheep', 5584, -227.000, -0.010, -469.000, 127), + (17187164, 'Goblin_Thug', 5558, -289.023, -15.025, -339.470, 8), + (17187165, 'Goblin_Weaver', 5559, -421.202, -13.127, -332.585, 17), + (17187166, 'Ding_Bats', 5551, -422.409, -12.200, -357.227, 127), + (17187167, 'Ding_Bats', 5551, -222.000, -11.000, -392.000, 62), + (17187168, 'Mouse_Bat', 5565, -353.007, -9.840, -289.095, 122), + (17187169, 'Mouse_Bat', 5565, -367.294, -11.133, -308.043, 127), + (17187170, 'Tainted_Hound', 5579, -274.522, -10.964, -362.660, 127), + (17187171, 'Enchanted_Bones', 5552, -266.648, -10.760, -361.773, 127), + (17187172, 'Bomb', 5539, -347.524, -11.704, -324.355, 0), + (17187173, 'Forest_Hare', 5554, -570.598, -3.047, -458.597, 90), + (17187174, 'Forest_Hare', 5554, -542.571, 0.528, -450.497, 9), + (17187175, 'Forest_Hare', 5554, -495.277, -8.525, -375.365, 69), + (17187176, 'Forest_Hare', 5554, -495.217, -11.482, -349.563, 121), + (17187177, 'Carrion_Worm', 5546, -529.807, -0.014, -507.887, 5), + (17187178, 'Forest_Funguar', 5553, -502.652, 3.074, -456.385, 33), + (17187179, 'Forest_Funguar', 5553, -540.773, 1.580, -459.048, 120), + (17187180, 'Forest_Funguar', 5553, -487.684, -10.939, -352.006, 127), + (17187181, 'Scarab_Beetle', 5578, -552.742, -1.485, -430.462, 127), + (17187182, 'Scarab_Beetle', 5578, -476.752, -10.115, -355.581, 127), + (17187183, 'Scarab_Beetle', 5578, -489.565, -0.436, -470.961, 127), + (17187184, 'Wild_Sheep', 5584, -552.738, -0.185, -460.377, 102), + (17187185, 'Wild_Sheep', 5584, -497.010, 0.701, -431.808, 127), + (17187186, 'Wild_Sheep', 5584, -497.273, -10.175, -368.350, 47), + (17187187, 'Goblin_Thug', 5558, -571.314, -4.891, -424.566, 127), + (17187188, 'Goblin_Thug', 5558, -474.355, -9.646, -354.995, 123), + (17187189, 'Goblin_Weaver', 5559, -499.146, 2.701, -446.113, 127), + (17187190, 'Orcish_Mesmerizer', 5572, -506.325, -8.905, -380.270, 13), + (17187191, 'Orcish_Grappler', 5571, -489.617, -8.710, -400.801, 127), + (17187192, 'Ding_Bats', 5551, -494.555, -4.687, -420.227, 19), + (17187193, 'Ding_Bats', 5551, -556.951, -0.759, -494.387, 127), + (17187194, 'Mouse_Bat', 5565, -509.389, 3.513, -452.541, 69), + (17187195, 'Mouse_Bat', 5565, -511.673, -9.764, -402.839, 127), + (17187196, 'Tainted_Hound', 5579, -554.837, -9.018, -410.552, 57), + (17187197, 'Enchanted_Bones', 5552, -511.874, -10.888, -362.958, 127), + (17187198, 'Enchanted_Bones', 5552, -542.330, -13.572, -389.272, 127), + (17187199, 'Goblin_Thug', 5558, -457.000, -8.000, -381.000, 127), + (17187200, 'Goblin_Thug', 5558, -452.880, -8.914, -382.727, 127), + (17187201, 'Goblin_Weaver', 5559, -454.647, -8.725, -386.029, 127), + (17187202, 'Forest_Hare', 5554, -427.368, -11.073, -390.658, 120), + (17187203, 'Forest_Hare', 5554, -362.217, -10.653, -411.561, 85), + (17187204, 'Forest_Hare', 5554, -326.748, -14.368, -428.166, 127), + (17187205, 'Forest_Funguar', 5553, -432.811, -10.793, -391.709, 127), + (17187206, 'Forest_Funguar', 5553, -336.508, -13.313, -426.846, 127), + (17187207, 'Forest_Funguar', 5553, -366.493, -11.553, -393.226, 127), + (17187208, 'Scarab_Beetle', 5578, -367.882, -10.565, -402.501, 41), + (17187209, 'Scarab_Beetle', 5578, -362.226, -10.171, -485.212, 6), + (17187210, 'Goblin_Weaver', 5559, -348.687, -12.927, -417.672, 126), + (17187211, 'Goblin_Fisher', 5557, -347.153, -9.215, -491.523, 11), + (17187212, 'Goblin_Fisher', 5557, -283.676, -10.550, -468.413, 31), + (17187213, 'Goblin_Fisher', 5557, -346.011, -13.573, -421.896, 127), + (17187214, 'Goblin_Fisher', 5557, -458.830, -8.580, -417.782, 127), + (17187215, 'River_Crab', 5577, -423.298, -9.982, -421.121, 127), + (17187216, 'River_Crab', 5577, -317.000, -9.000, -469.000, 61), + (17187217, 'River_Crab', 5577, -440.790, -10.699, -422.078, 127), + (17187218, 'River_Crab', 5577, -318.527, -10.790, -445.413, 127), + (17187219, 'River_Crab', 5577, -393.201, -10.374, -438.516, 4), + (17187220, 'River_Crab', 5577, -390.448, -10.042, -433.274, 127), + (17187221, 'River_Crab', 5577, -372.494, -9.452, -412.679, 127), + (17187222, 'River_Crab', 5577, -388.631, -10.004, -453.983, 49), + (17187223, 'Forest_Hare', 5554, -386.211, -1.722, -517.241, 127), + (17187224, 'Forest_Hare', 5554, -388.392, -5.133, -503.495, 127), + (17187225, 'Forest_Hare', 5554, -461.510, -2.892, -464.823, 127), + (17187226, 'Forest_Hare', 5554, -323.028, -2.628, -509.947, 127), + (17187227, 'Carrion_Worm', 5546, -438.758, -0.796, -491.137, 127), + (17187228, 'Carrion_Worm', 5546, -333.938, -3.065, -506.181, 127), + (17187229, 'Wild_Sheep', 5584, -267.409, -2.477, -569.117, 63), + (17187230, 'Wild_Sheep', 5584, -383.645, -0.998, -524.807, 69), + (17187231, 'Wild_Sheep', 5584, -258.993, -2.285, -507.174, 127), + (17187232, 'Goblin_Thug', 5558, -431.813, -0.898, -508.493, 127), + (17187233, 'Goblin_Thug', 5558, -457.283, -1.561, -470.320, 127), + (17187234, 'Goblin_Weaver', 5559, -279.277, -0.254, -539.925, 127), + (17187235, 'Ding_Bats', 5551, -240.034, -0.782, -510.641, 127), + (17187236, 'Mouse_Bat', 5565, -420.589, -3.855, -484.502, 15), + (17187237, 'Tainted_Hound', 5579, -268.645, -2.602, -567.280, 36), + (17187238, 'Goblin_Thug', 5558, -221.000, -0.010, -490.000, 47), + (17187239, 'Goblin_Thug', 5558, -213.535, 0.071, -493.327, 127), + (17187240, 'Goblin_Weaver', 5559, -213.567, 0.071, -493.319, 47), + (17187241, 'Forest_Hare', 5554, -242.754, -11.587, -429.597, 57), + (17187242, 'Forest_Hare', 5554, -171.546, -10.575, -442.178, 7), + (17187243, 'Forest_Hare', 5554, -71.418, -13.127, -387.106, 49), + (17187244, 'Forest_Hare', 5554, -148.501, -10.611, -433.316, 127), + (17187245, 'Carrion_Worm', 5546, -176.603, -11.731, -384.857, 127), + (17187246, 'Scarab_Beetle', 5578, -121.392, -10.697, -407.655, 127), + (17187247, 'Wild_Sheep', 5584, -133.077, -11.525, -417.199, 109), + (17187248, 'Wild_Sheep', 5584, -138.936, -10.868, -412.483, 127), + (17187249, 'Wild_Sheep', 5584, -226.711, -10.736, -433.386, 127), + (17187250, 'Wild_Sheep', 5584, -174.123, -10.646, -443.763, 35), + (17187251, 'Goblin_Thug', 5558, -98.112, -7.772, -417.954, 71), + (17187252, 'Goblin_Weaver', 5559, -141.909, -10.589, -447.453, 23), + (17187253, 'Tainted_Hound', 5579, -154.910, -11.698, -412.007, 13), + (17187254, 'Enchanted_Bones', 5552, -179.432, -10.953, -417.258, 127), + (17187255, 'Enchanted_Bones', 5552, -138.188, -10.915, -410.870, 62), + (17187256, 'Forest_Hare', 5554, -182.570, -1.968, -471.333, 112), + (17187257, 'Forest_Hare', 5554, -133.293, -0.704, -527.213, 127), + (17187258, 'Forest_Hare', 5554, -26.959, -0.592, -479.554, 127), + (17187259, 'Carrion_Worm', 5546, -153.686, -0.898, -503.473, 127), + (17187260, 'Carrion_Worm', 5546, -162.809, -0.632, -486.602, 90), + (17187261, 'Forest_Funguar', 5553, -167.949, -0.417, -532.281, 116), + (17187262, 'Forest_Funguar', 5553, -48.394, -0.220, -519.359, 124), + (17187263, 'Forest_Funguar', 5553, -132.828, -0.626, -519.406, 127), + (17187264, 'Wild_Sheep', 5584, -147.457, -1.016, -502.118, 127), + (17187265, 'Wild_Sheep', 5584, -46.144, -0.004, -522.112, 35), + (17187266, 'Wild_Sheep', 5584, -97.848, -0.825, -498.400, 127), + (17187267, 'Goblin_Thug', 5558, -157.457, -0.870, -510.161, 46), + (17187268, 'Goblin_Weaver', 5559, -18.790, -0.288, -510.140, 7), + (17187269, 'Ding_Bats', 5551, -36.748, -0.744, -449.276, 92), + (17187270, 'Mouse_Bat', 5565, -70.230, -0.501, -528.282, 127), + (17187271, 'Enchanted_Bones', 5552, 0.000, 0.000, 0.000, 0), + (17187272, 'Goblin_Digger', 5556, -442.939, -22.108, -92.488, 12), + (17187273, 'Marauder_Dvogzog', 5564, 0.000, 0.000, 0.000, 0), + (17187274, 'Orcish_Cursemaker', 5567, 0.000, 0.000, 0.000, 0), + (17187275, 'Orcish_Cursemaker', 5567, 0.000, 0.000, 0.000, 0), + (17187276, 'Orcish_Serjeant', 5573, 0.000, 0.000, 0.000, 0), + (17187277, 'Orcish_Serjeant', 5573, 0.000, 0.000, 0.000, 0), + (17187278, 'Orcish_Fighter', 5568, 0.000, 0.000, 0.000, 0), + (17187279, 'Orcish_Fighter', 5568, 0.000, 0.000, 0.000, 0), + (17187280, 'Orcish_Chasseur', 5566, 0.000, 0.000, 0.000, 0), + (17187281, 'Orcish_Chasseur', 5566, 0.000, 0.000, 0.000, 0), + (17187282, 'Orcish_Fighterchief', 5569, 0.000, 0.000, 0.000, 0), + (17187283, 'Pixie', 5575, 0.000, 0.000, 0.000, 0), + (17187284, 'Pixie', 5575, 0.000, 0.000, 0.000, 0), + (17187285, 'Pixie', 5575, 0.000, 0.000, 0.000, 0), + (17187286, 'Pixie', 5575, 0.000, 0.000, 0.000, 0), + (17187287, 'Pixie', 5575, 0.000, 0.000, 0.000, 0), + (17187288, 'Gougetooth_Ganzaga', 5560, 0.000, 0.000, 0.000, 0), + (17187330, 'Bull_[Herd1]', 5540, 0.000, 0.000, 0.000, 0), + (17187331, 'Cow_[Herd1]', 5548, 0.000, 0.000, 0.000, 0), + (17187332, 'Cow_[Herd1]', 5548, 0.000, 0.000, 0.000, 0), + (17187333, 'Cow_[Herd1]', 5548, 0.000, 0.000, 0.000, 0), + (17187334, 'Calf_[Herd1]', 5543, 0.000, 0.000, 0.000, 0), + (17187335, 'Calf_[Herd1]', 5543, 0.000, 0.000, 0.000, 0), + (17187336, 'Calf_[Herd1]', 5543, 0.000, 0.000, 0.000, 0), + (17187337, 'Calf_[Herd1]', 5543, 0.000, 0.000, 0.000, 0), + (17187338, 'Calf_[Herd1]', 5543, 0.000, 0.000, 0.000, 0), + (17187339, 'Calf_[Herd1]', 5543, 0.000, 0.000, 0.000, 0), + (17187340, 'Bull_[Herd2]', 5541, 0.000, 0.000, 0.000, 0), + (17187341, 'Cow_[Herd2]', 5549, 0.000, 0.000, 0.000, 0), + (17187342, 'Cow_[Herd2]', 5549, 0.000, 0.000, 0.000, 0), + (17187343, 'Cow_[Herd2]', 5549, 0.000, 0.000, 0.000, 0), + (17187344, 'Calf_[Herd2]', 5544, 0.000, 0.000, 0.000, 0), + (17187345, 'Calf_[Herd2]', 5544, 0.000, 0.000, 0.000, 0), + (17187346, 'Calf_[Herd2]', 5544, 0.000, 0.000, 0.000, 0), + (17187347, 'Calf_[Herd2]', 5544, 0.000, 0.000, 0.000, 0), + (17187348, 'Calf_[Herd2]', 5544, 0.000, 0.000, 0.000, 0), + (17187349, 'Calf_[Herd2]', 5544, 0.000, 0.000, 0.000, 0), + (17187350, 'Bull_[Herd3]', 5542, 0.000, 0.000, 0.000, 0), + (17187351, 'Cow_[Herd3]', 5550, 0.000, 0.000, 0.000, 0), + (17187352, 'Cow_[Herd3]', 5550, 0.000, 0.000, 0.000, 0), + (17187353, 'Cow_[Herd3]', 5550, 0.000, 0.000, 0.000, 0), + (17187354, 'Calf_[Herd3]', 5545, 0.000, 0.000, 0.000, 0), + (17187355, 'Calf_[Herd3]', 5545, 0.000, 0.000, 0.000, 0), + (17187356, 'Calf_[Herd3]', 5545, 0.000, 0.000, 0.000, 0), + (17187357, 'Calf_[Herd3]', 5545, 0.000, 0.000, 0.000, 0), + (17187358, 'Calf_[Herd3]', 5545, 0.000, 0.000, 0.000, 0), + (17187359, 'Calf_[Herd3]', 5545, 0.000, 0.000, 0.000, 0), + (17187360, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187361, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187362, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187363, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187364, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187365, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187366, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187367, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187368, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187369, 'Chigoe', 5547, 0.000, 0.000, 0.000, 0), + (17187370, 'Pyracmon', 5576, 0.000, 0.000, 0.000, 0), + (17187371, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187372, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187373, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187374, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187375, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187376, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187377, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187378, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187379, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17187380, 'Wraith_Bat', 5585, 0.000, 0.000, 0.000, 0), + (17190913, 'Pugil', 5616, 0.000, 0.000, 0.000, 0), + (17190914, 'Cheval_Pugil', 5595, 0.000, 0.000, 0.000, 0), + (17190915, 'Mud_Pugil', 5611, 0.000, 0.000, 0.000, 0), + (17190916, 'Pug_Pugil', 5617, 0.000, 0.000, 0.000, 0), + (17190917, 'Fighting_Pugil', 5602, 0.000, 0.000, 0.000, 0), + (17190918, 'Wild_Rabbit', 5623, 62.038, -61.123, 197.420, 0), + (17190919, 'Wild_Rabbit', 5623, 191.465, -51.549, 163.504, 127), + (17190920, 'Wild_Rabbit', 5623, 175.964, -56.624, 166.883, 127), + (17190921, 'Wild_Rabbit', 5623, 103.367, -49.532, 96.027, 127), + (17190922, 'Wild_Rabbit', 5623, 2.055, -51.779, 171.888, 127), + (17190923, 'Wild_Rabbit', 5623, 91.093, -60.216, 156.719, 125), + (17190924, 'Wild_Rabbit', 5623, 50.684, -53.575, 157.139, 127), + (17190925, 'Wild_Rabbit', 5623, 103.405, -51.104, 126.848, 127), + (17190926, 'Wild_Rabbit', 5623, 99.713, -51.221, 118.488, 73), + (17190927, 'Wild_Rabbit', 5623, 90.839, -59.576, 151.981, 127), + (17190928, 'Tunnel_Worm', 5622, 125.395, -60.091, 155.165, 127), + (17190929, 'Tunnel_Worm', 5622, 123.848, -52.228, 130.293, 127), + (17190930, 'Tunnel_Worm', 5622, 157.967, -58.224, 148.771, 123), + (17190931, 'Tunnel_Worm', 5622, 74.428, -60.267, 156.622, 127), + (17190932, 'Tunnel_Worm', 5622, 165.038, -56.115, 141.497, 22), + (17190933, 'Ding_Bats', 5600, 131.281, -60.112, 151.963, 127), + (17190934, 'Ding_Bats', 5600, 152.522, -50.249, 106.600, 95), + (17190935, 'Ding_Bats', 5600, 139.633, -60.523, 164.973, 30), + (17190936, 'Ding_Bats', 5600, 150.374, -56.465, 137.090, 127), + (17190937, 'Ding_Bats', 5600, 84.318, -53.967, 134.274, 83), + (17190938, 'Wild_Rabbit', 5623, 203.152, -50.763, 186.146, 9), + (17190939, 'Wild_Rabbit', 5623, 211.157, -60.437, 296.724, 127), + (17190940, 'Wild_Rabbit', 5623, 251.760, -50.862, 264.760, 127), + (17190941, 'Wild_Rabbit', 5623, 190.622, -59.376, 269.825, 63), + (17190942, 'Wild_Rabbit', 5623, 179.912, -55.407, 188.949, 125), + (17190943, 'Wild_Rabbit', 5623, 263.845, -50.883, 238.956, 43), + (17190944, 'Wild_Rabbit', 5623, 289.251, -51.716, 208.100, 127), + (17190945, 'Wild_Rabbit', 5623, 197.206, -61.285, 284.972, 42), + (17190946, 'Wild_Rabbit', 5623, 208.316, -50.447, 201.510, 67), + (17190947, 'Wild_Rabbit', 5623, 208.541, -60.706, 405.060, 127), + (17190948, 'Tunnel_Worm', 5622, 239.338, -47.596, 218.915, 127), + (17190949, 'Tunnel_Worm', 5622, 241.761, -49.757, 206.520, 20), + (17190950, 'Tunnel_Worm', 5622, 256.103, -50.171, 285.001, 127), + (17190951, 'Tunnel_Worm', 5622, 222.380, -50.230, 183.092, 20), + (17190952, 'Tunnel_Worm', 5622, 274.559, -49.663, 194.656, 127), + (17190953, 'Ding_Bats', 5600, 238.284, -60.631, 330.343, 127), + (17190954, 'Ding_Bats', 5600, 171.518, -60.203, 300.702, 100), + (17190955, 'Ding_Bats', 5600, 263.937, -49.883, 171.960, 127), + (17190956, 'Ding_Bats', 5600, 240.781, -52.801, 296.859, 90), + (17190957, 'Ding_Bats', 5600, 270.308, -50.123, 156.411, 36), + (17190958, 'Pugil', 5616, 137.709, -57.751, 180.734, 127), + (17190959, 'Pugil', 5616, 98.660, -58.176, 205.185, 127), + (17190960, 'Pugil', 5616, 129.266, -59.444, 184.651, 127), + (17190961, 'Pugil', 5616, 212.814, -48.075, 169.202, 127), + (17190962, 'Pugil', 5616, 233.257, -49.502, 139.521, 127), + (17190963, 'Pugil', 5616, 222.000, -47.000, 156.000, 127), + (17190964, 'Wild_Rabbit', 5623, 172.054, -59.918, 411.093, 127), + (17190965, 'Wild_Rabbit', 5623, 195.736, -57.860, 413.344, 12), + (17190966, 'Wild_Rabbit', 5623, 154.537, -60.391, 409.925, 127), + (17190967, 'Wild_Rabbit', 5623, 165.081, -60.593, 397.431, 127), + (17190968, 'Wild_Rabbit', 5623, 0.000, 0.000, 0.000, 0), + (17190969, 'Tunnel_Worm', 5622, 191.008, -60.463, 431.765, 113), + (17190970, 'Tunnel_Worm', 5622, 211.437, -60.412, 443.561, 127), + (17190971, 'Tunnel_Worm', 5622, 154.725, -60.567, 325.400, 28), + (17190972, 'Ding_Bats', 5600, 161.727, -60.823, 401.959, 10), + (17190973, 'Ding_Bats', 5600, 170.676, -60.558, 412.059, 127), + (17190974, 'Ding_Bats', 5600, 187.581, -57.375, 414.847, 16), + (17190975, 'Forest_Hare', 5604, 239.961, -40.622, 26.195, 127), + (17190976, 'Forest_Hare', 5604, 253.552, -39.734, 41.629, 59), + (17190977, 'Forest_Hare', 5604, 160.171, -48.890, 28.661, 92), + (17190978, 'Forest_Hare', 5604, 210.416, -48.311, 108.840, 100), + (17190979, 'Forest_Hare', 5604, 145.214, -43.997, 14.161, 97), + (17190980, 'Forest_Hare', 5604, 148.477, -50.166, 35.038, 127), + (17190981, 'Carrion_Worm', 5594, 232.501, -49.949, 135.986, 21), + (17190982, 'Carrion_Worm', 5594, 177.378, -40.669, -2.045, 104), + (17190983, 'Carrion_Worm', 5594, 257.182, -41.210, 11.295, 127), + (17190984, 'Forest_Funguar', 5603, 227.176, -40.221, 16.856, 70), + (17190985, 'Scarab_Beetle', 5619, 219.390, -39.925, 47.773, 127), + (17190986, 'Scarab_Beetle', 5619, 179.476, -41.791, 14.600, 127), + (17190987, 'Orcish_Fodder', 5612, 231.425, -40.400, 45.023, 98), + (17190988, 'Orcish_Fodder', 5612, 223.272, -49.865, 138.079, 95), + (17190989, 'Ding_Bats', 5600, 151.832, -48.889, 51.622, 127), + (17190990, 'Ding_Bats', 5600, 165.010, -34.879, -22.506, 49), + (17190991, 'Mouse_Bat', 5610, 213.303, -40.458, 42.826, 127), + (17190992, 'Mouse_Bat', 5610, 233.828, -40.540, 36.619, 110), + (17190993, 'Orcish_Mesmerizer', 5614, 219.955, -39.358, 15.652, 127), + (17190994, 'Orcish_Grappler', 5613, 220.812, -39.185, 10.878, 108), + (17190995, 'Forest_Hare', 5604, 320.270, -40.657, 47.843, 127), + (17190996, 'Forest_Hare', 5604, 362.421, -43.850, 55.777, 49), + (17190997, 'Forest_Hare', 5604, 324.203, -40.931, 40.938, 80), + (17190998, 'Forest_Hare', 5604, 310.885, -40.122, 28.847, 127), + (17190999, 'Forest_Hare', 5604, 358.027, -45.914, 61.247, 45), + (17191000, 'Forest_Hare', 5604, 363.119, -42.008, 50.788, 127), + (17191001, 'Carrion_Worm', 5594, 340.464, -44.710, 65.061, 97), + (17191002, 'Carrion_Worm', 5594, 338.890, -40.813, 45.145, 56), + (17191003, 'Carrion_Worm', 5594, 345.958, -47.239, 164.075, 127), + (17191004, 'Forest_Funguar', 5603, 366.299, -50.187, 73.633, 74), + (17191005, 'Forest_Funguar', 5603, 365.860, -48.584, 67.332, 20), + (17191006, 'Scarab_Beetle', 5619, 318.184, -46.813, 103.691, 127), + (17191007, 'Orcish_Fodder', 5612, 289.535, -50.375, 150.856, 127), + (17191008, 'Orcish_Fodder', 5612, 300.724, -40.949, 94.131, 127), + (17191009, 'Ding_Bats', 5600, 339.814, -40.946, 46.781, 56), + (17191010, 'Ding_Bats', 5600, 303.073, -50.816, 157.592, 127), + (17191011, 'Mouse_Bat', 5610, 370.259, -52.363, 175.979, 127), + (17191012, 'Mouse_Bat', 5610, 315.809, -48.396, 128.888, 127), + (17191013, 'Goblin_Fisher', 5607, 388.603, -38.643, -0.148, 5), + (17191014, 'Goblin_Fisher', 5607, 343.744, -39.710, 14.704, 68), + (17191015, 'Goblin_Fisher', 5607, 386.054, -40.979, 53.575, 127), + (17191016, 'Goblin_Fisher', 5607, 380.207, -37.557, 15.165, 52), + (17191017, 'Pugil', 5616, 259.554, -39.345, 94.038, 127), + (17191018, 'Pugil', 5616, 325.000, -37.000, 19.000, 100), + (17191019, 'Pugil', 5616, 373.619, -37.093, 8.811, 127), + (17191020, 'Pugil', 5616, 353.000, -37.000, 18.000, 99), + (17191021, 'Pugil', 5616, 314.253, -39.510, 16.650, 104), + (17191022, 'Forest_Hare', 5604, 333.134, -38.425, -35.591, 127), + (17191023, 'Forest_Hare', 5604, 334.070, -39.824, -14.956, 127), + (17191024, 'Forest_Hare', 5604, 315.130, -21.439, -150.701, 125), + (17191025, 'Forest_Hare', 5604, 352.242, -37.952, -13.127, 115), + (17191026, 'Forest_Hare', 5604, 206.401, -31.438, -75.402, 127), + (17191027, 'Forest_Hare', 5604, 274.035, -40.428, 10.388, 127), + (17191028, 'Carrion_Worm', 5594, 326.773, -40.334, 10.158, 127), + (17191029, 'Carrion_Worm', 5594, 195.140, -32.896, -65.083, 105), + (17191030, 'Carrion_Worm', 5594, 280.927, -40.759, 3.231, 127), + (17191031, 'Forest_Funguar', 5603, 320.091, -40.705, -5.987, 53), + (17191032, 'Scarab_Beetle', 5619, 184.888, -31.244, -81.956, 52), + (17191033, 'Scarab_Beetle', 5619, 313.201, -40.620, -0.467, 99), + (17191034, 'Wild_Sheep', 5624, 298.620, -40.299, -41.269, 127), + (17191035, 'Wild_Sheep', 5624, 183.534, -26.278, -101.308, 127), + (17191036, 'Orcish_Fodder', 5612, 351.789, -21.110, -152.175, 43), + (17191037, 'Orcish_Mesmerizer', 5614, 228.361, -23.476, -133.104, 127), + (17191038, 'Orcish_Grappler', 5613, 187.060, -31.264, -80.026, 45), + (17191039, 'Ding_Bats', 5600, 295.823, -31.816, -97.569, 127), + (17191040, 'Ding_Bats', 5600, 275.507, -40.878, -29.107, 54), + (17191041, 'Mouse_Bat', 5610, 314.057, -30.559, -79.170, 127), + (17191042, 'Mouse_Bat', 5610, 257.748, -25.870, -107.156, 75), + (17191043, 'Tainted_Hound', 5621, 355.125, -20.975, -149.927, 94), + (17191045, 'Pugil', 5616, 221.216, -58.155, 436.247, 127), + (17191046, 'Pugil', 5616, 219.000, -57.000, 403.000, 80), + (17191047, 'Pugil', 5616, 238.000, -57.000, 380.000, 127), + (17191048, 'Pugil', 5616, 258.462, -57.974, 370.537, 28), + (17191049, 'Forest_Hare', 5604, 275.610, -60.458, 405.042, 127), + (17191050, 'Forest_Hare', 5604, 304.751, -58.448, 426.377, 16), + (17191051, 'Forest_Hare', 5604, 246.419, -59.453, 386.827, 127), + (17191052, 'Forest_Hare', 5604, 231.286, -60.028, 429.929, 113), + (17191053, 'Forest_Hare', 5604, 294.571, -62.604, 395.085, 45), + (17191054, 'Carrion_Worm', 5594, 295.247, -61.761, 490.655, 127), + (17191055, 'Carrion_Worm', 5594, 309.086, -59.568, 435.499, 127), + (17191056, 'Carrion_Worm', 5594, 433.591, -60.911, 390.574, 76), + (17191057, 'Scarab_Beetle', 5619, 290.372, -60.281, 469.923, 127), + (17191058, 'Goblin_Thug', 5608, 327.949, -61.729, 430.564, 127), + (17191059, 'Ding_Bats', 5600, 286.383, -60.144, 451.346, 6), + (17191060, 'Ding_Bats', 5600, 275.225, -60.684, 392.657, 104), + (17191061, 'Mouse_Bat', 5610, 276.453, -60.349, 368.563, 115), + (17191062, 'Forest_Hare', 5604, 561.488, -61.536, 443.483, 127), + (17191063, 'Forest_Hare', 5604, 575.338, -62.021, 403.795, 127), + (17191064, 'Forest_Hare', 5604, 515.515, -50.322, 345.815, 127), + (17191065, 'Forest_Hare', 5604, 477.678, -60.594, 449.008, 127), + (17191066, 'Forest_Hare', 5604, 557.033, -52.703, 333.883, 87), + (17191067, 'Forest_Hare', 5604, 463.023, -51.898, 345.606, 127), + (17191068, 'Carrion_Worm', 5594, 567.665, -51.925, 330.350, 24), + (17191069, 'Carrion_Worm', 5594, 526.943, -60.655, 415.417, 5), + (17191070, 'Carrion_Worm', 5594, 479.606, -60.498, 409.991, 127), + (17191071, 'Carrion_Worm', 5594, 521.812, -60.703, 396.743, 12), + (17191072, 'Forest_Funguar', 5603, 472.329, -50.778, 335.361, 127), + (17191073, 'Forest_Funguar', 5603, 537.760, -50.679, 313.630, 127), + (17191074, 'Scarab_Beetle', 5619, 516.878, -56.486, 383.029, 127), + (17191075, 'Goblin_Thug', 5608, 557.448, -60.671, 373.980, 127), + (17191076, 'Goblin_Thug', 5608, 505.290, -47.610, 325.669, 127), + (17191077, 'Goblin_Weaver', 5609, 472.802, -61.855, 426.394, 127), + (17191078, 'Ding_Bats', 5600, 0.000, 0.000, 0.000, 0), + (17191079, 'Ding_Bats', 5600, 459.510, -60.433, 398.450, 127), + (17191080, 'Mouse_Bat', 5610, 0.000, 0.000, 0.000, 0), + (17191081, 'Mouse_Bat', 5610, 524.659, -60.630, 448.115, 112), + (17191082, 'Enchanted_Bones', 5601, 531.569, -60.721, 398.531, 11), + (17191083, 'Forest_Hare', 5604, 697.107, -61.896, 405.046, 127), + (17191084, 'Forest_Hare', 5604, 616.668, -57.355, 341.628, 127), + (17191085, 'Forest_Hare', 5604, 709.552, -64.853, 430.455, 127), + (17191086, 'Forest_Hare', 5604, 634.315, -61.037, 424.032, 127), + (17191087, 'Forest_Hare', 5604, 630.042, -48.883, 309.281, 127), + (17191088, 'Carrion_Worm', 5594, 691.554, -63.016, 426.718, 127), + (17191089, 'Carrion_Worm', 5594, 620.014, -59.825, 349.651, 58), + (17191090, 'Carrion_Worm', 5594, 625.691, -50.897, 270.652, 80), + (17191091, 'Scarab_Beetle', 5619, 678.586, -60.975, 432.219, 127), + (17191092, 'Scarab_Beetle', 5619, 628.103, -62.474, 412.170, 58), + (17191093, 'Goblin_Thug', 5608, 628.722, -50.498, 257.198, 97), + (17191094, 'Goblin_Thug', 5608, 668.199, -60.117, 424.533, 127), + (17191095, 'Goblin_Weaver', 5609, 641.606, -60.781, 364.548, 127), + (17191096, 'Ding_Bats', 5600, 0.000, 0.000, 0.000, 0), + (17191097, 'Ding_Bats', 5600, 663.587, -60.071, 418.189, 127), + (17191098, 'Mouse_Bat', 5610, 682.366, -60.803, 442.144, 117), + (17191099, 'Mouse_Bat', 5610, 652.826, -47.057, 296.720, 127), + (17191100, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191101, 'Bomb', 5587, 0.000, 0.000, 0.000, 0), + (17191102, 'Goblin_Thug', 5608, 0.000, 0.000, 0.000, 0), + (17191103, 'Goblin_Weaver', 5609, 0.000, 0.000, 0.000, 0), + (17191104, 'Forest_Hare', 5604, 716.520, -61.957, 463.509, 109), + (17191105, 'Forest_Hare', 5604, 754.718, -61.490, 495.185, 127), + (17191106, 'Forest_Hare', 5604, 781.329, -61.026, 522.012, 62), + (17191107, 'Carrion_Worm', 5594, 718.521, -60.923, 480.961, 43), + (17191108, 'Carrion_Worm', 5594, 768.719, -60.478, 618.105, 71), + (17191109, 'Goblin_Thug', 5608, 788.000, -60.000, 6.000, 127), + (17191110, 'Goblin_Thug', 5608, 721.564, -62.065, 465.549, 127), + (17191111, 'Goblin_Weaver', 5609, 738.667, -64.206, 496.091, 106), + (17191112, 'Ding_Bats', 5600, 0.000, 0.000, 0.000, 0), + (17191113, 'Ding_Bats', 5600, 0.000, 0.000, 0.000, 0), + (17191114, 'Mouse_Bat', 5610, 765.824, -60.888, 502.530, 19), + (17191115, 'Mouse_Bat', 5610, 697.408, -62.561, 466.032, 53), + (17191116, 'Goblin_Thug', 5608, 784.190, -60.770, 500.722, 13), + (17191117, 'Goblin_Weaver', 5609, 781.404, -60.886, 505.384, 127), + (17191118, 'Pugil', 5616, 421.083, -48.095, 147.612, 127), + (17191119, 'Pugil', 5616, 400.294, -48.798, 96.244, 127), + (17191120, 'Pugil', 5616, 383.557, -40.789, 54.079, 127), + (17191121, 'Forest_Hare', 5604, 414.339, -50.316, 94.081, 105), + (17191122, 'Forest_Hare', 5604, 579.727, -52.394, 186.888, 35), + (17191123, 'Forest_Hare', 5604, 511.026, -50.521, 191.270, 127), + (17191124, 'Forest_Hare', 5604, 495.363, -48.254, 162.008, 127), + (17191125, 'Carrion_Worm', 5594, 561.981, -51.030, 200.824, 127), + (17191126, 'Carrion_Worm', 5594, 429.015, -50.732, 159.266, 117), + (17191127, 'Scarab_Beetle', 5619, 549.797, -50.726, 149.763, 90), + (17191128, 'Wild_Sheep', 5624, 394.093, -50.511, 76.783, 123), + (17191129, 'Wild_Sheep', 5624, 561.571, -51.728, 189.344, 15), + (17191130, 'Wild_Sheep', 5624, 442.913, -49.673, 128.250, 41), + (17191131, 'Wild_Sheep', 5624, 579.946, -51.404, 167.472, 104), + (17191132, 'Wild_Sheep', 5624, 554.904, -50.138, 98.665, 127), + (17191133, 'Goblin_Thug', 5608, 482.065, -50.236, 167.659, 0), + (17191134, 'Goblin_Thug', 5608, 546.098, -50.623, 166.715, 44), + (17191135, 'Goblin_Weaver', 5609, 475.040, -41.827, 74.369, 122), + (17191136, 'Tainted_Hound', 5621, 499.207, -52.434, 226.130, 127), + (17191137, 'Enchanted_Bones', 5601, 499.692, -46.731, 114.824, 127), + (17191138, 'Forest_Hare', 5604, 507.212, -40.746, 5.111, 127), + (17191139, 'Forest_Hare', 5604, 484.556, -34.973, -21.272, 127), + (17191140, 'Forest_Hare', 5604, 445.536, -30.267, -79.686, 50), + (17191141, 'Forest_Hare', 5604, 456.147, -27.775, -73.537, 101), + (17191142, 'Carrion_Worm', 5594, 403.967, -36.822, -16.285, 127), + (17191143, 'Carrion_Worm', 5594, 413.229, -38.467, 7.047, 10), + (17191144, 'Scarab_Beetle', 5619, 403.331, -40.347, -1.390, 17), + (17191145, 'Wild_Sheep', 5624, 517.978, -31.852, -31.063, 67), + (17191146, 'Wild_Sheep', 5624, 495.985, -39.148, -6.646, 127), + (17191147, 'Wild_Sheep', 5624, 486.619, -39.700, 59.445, 127), + (17191148, 'Wild_Sheep', 5624, 460.108, -39.476, -9.602, 41), + (17191149, 'Wild_Sheep', 5624, 462.854, -33.269, -25.742, 127), + (17191150, 'Goblin_Thug', 5608, 437.399, -40.600, 0.260, 108), + (17191151, 'Goblin_Thug', 5608, 460.847, -28.678, -56.390, 127), + (17191152, 'Goblin_Weaver', 5609, 408.447, -39.063, -5.595, 65), + (17191153, 'Orcish_Fodder', 5612, 480.248, -30.544, -55.194, 127), + (17191154, 'Orcish_Mesmerizer', 5614, 485.236, -39.451, 6.472, 127), + (17191155, 'Orcish_Grappler', 5613, 405.498, -39.522, -6.356, 18), + (17191156, 'Bomb', 5587, 467.978, -41.702, 72.949, 127), + (17191157, 'Tainted_Hound', 5621, 406.840, -42.245, 50.201, 32), + (17191158, 'Enchanted_Bones', 5601, 517.577, -40.488, 13.393, 73), + (17191159, 'Enchanted_Bones', 5601, 399.666, -37.235, -18.780, 127), + (17191160, 'Forest_Hare', 5604, 404.712, -20.673, -199.010, 127), + (17191161, 'Forest_Hare', 5604, 275.081, -18.165, -266.404, 21), + (17191162, 'Forest_Hare', 5604, 328.741, -19.007, -250.198, 127), + (17191163, 'Forest_Hare', 5604, 408.825, -19.633, -260.623, 12), + (17191164, 'Forest_Hare', 5604, 283.929, -20.815, -240.951, 127), + (17191165, 'Carrion_Worm', 5594, 319.043, -20.431, -341.646, 81), + (17191166, 'Forest_Funguar', 5603, 354.804, -21.289, -215.870, 127), + (17191167, 'Forest_Funguar', 5603, 312.310, -21.979, -226.885, 127), + (17191168, 'Forest_Funguar', 5603, 326.899, -20.475, -275.411, 127), + (17191169, 'Scarab_Beetle', 5619, 359.878, -18.440, -252.685, 9), + (17191170, 'Scarab_Beetle', 5619, 239.850, -20.790, -260.269, 127), + (17191171, 'Wild_Sheep', 5624, 263.047, -20.561, -268.955, 97), + (17191172, 'Wild_Sheep', 5624, 270.649, -19.351, -264.466, 127), + (17191173, 'Wild_Sheep', 5624, 312.077, -17.212, -258.733, 91), + (17191174, 'Orcish_Fodder', 5612, 280.287, -20.181, -313.448, 127), + (17191175, 'Orcish_Mesmerizer', 5614, 326.687, -20.859, -346.239, 24), + (17191176, 'Orcish_Grappler', 5613, 369.438, -20.498, -294.390, 127), + (17191177, 'Ding_Bats', 5600, 332.154, -22.508, -223.977, 127), + (17191178, 'Ding_Bats', 5600, 240.970, -20.375, -248.212, 127), + (17191179, 'Mouse_Bat', 5610, 369.485, -20.499, -294.462, 127), + (17191180, 'Mouse_Bat', 5610, 263.697, -21.805, -231.649, 127), + (17191181, 'Tainted_Hound', 5621, 0.000, 0.000, 0.000, 0), + (17191182, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191183, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191184, 'Orcish_Fodder', 5612, 385.000, -19.000, -183.000, 47), + (17191185, 'Orcish_Mesmerizer', 5614, 383.000, -19.000, -189.000, 127), + (17191186, 'Orcish_Grappler', 5613, 379.677, -20.216, -185.262, 127), + (17191187, 'Pugil', 5616, 379.120, -27.898, -46.436, 17), + (17191188, 'Pugil', 5616, 417.542, -17.210, -177.883, 127), + (17191189, 'Swamfisk', 5620, 458.000, -16.000, -316.000, 128), + (17191190, 'Forest_Hare', 5604, 464.491, -18.989, -172.013, 127), + (17191191, 'Forest_Hare', 5604, 452.656, -16.988, -223.546, 127), + (17191192, 'Forest_Hare', 5604, 497.177, -20.700, -240.256, 127), + (17191193, 'Forest_Hare', 5604, 431.256, -19.966, -181.523, 108), + (17191194, 'Carrion_Worm', 5594, 453.625, -18.436, -127.048, 45), + (17191195, 'Carrion_Worm', 5594, 480.384, -17.286, -265.147, 127), + (17191196, 'Bigmouth_Billy', 5586, 476.000, -30.000, -32.000, 127), + (17191197, 'Scarab_Beetle', 5619, 519.894, -20.768, -224.701, 50), + (17191198, 'Wild_Sheep', 5624, 479.302, -20.744, -204.474, 127), + (17191199, 'Wild_Sheep', 5624, 476.632, -17.204, -257.336, 127), + (17191200, 'Wild_Sheep', 5624, 442.311, -20.365, -146.430, 71), + (17191201, 'Goblin_Thug', 5608, 440.615, -19.760, -231.831, 127), + (17191202, 'Goblin_Weaver', 5609, 491.947, -14.569, -337.076, 121), + (17191203, 'Goblin_Weaver', 5609, 465.276, -16.639, -131.524, 127), + (17191204, 'Orcish_Fodder', 5612, 467.998, -18.949, -210.121, 24), + (17191205, 'Orcish_Mesmerizer', 5614, 466.021, -17.899, -114.728, 115), + (17191206, 'Orcish_Grappler', 5613, 526.426, -21.177, -258.394, 127), + (17191207, 'Ding_Bats', 5600, 0.000, 0.000, 0.000, 0), + (17191208, 'Ding_Bats', 5600, 465.871, -20.894, -279.978, 127), + (17191209, 'Mouse_Bat', 5610, 564.787, -20.629, -311.000, 127), + (17191210, 'Mouse_Bat', 5610, 463.116, -17.666, -116.548, 127), + (17191211, 'Tainted_Hound', 5621, 440.196, -20.709, -158.935, 127), + (17191212, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191213, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191214, 'Forest_Hare', 5604, 192.314, -20.439, -321.246, 127), + (17191215, 'Forest_Hare', 5604, 168.333, -19.169, -329.956, 127), + (17191216, 'Forest_Hare', 5604, 205.527, -11.189, -363.539, 60), + (17191217, 'Forest_Hare', 5604, 259.669, -20.024, -371.511, 28), + (17191218, 'Forest_Hare', 5604, 170.180, -13.298, -345.349, 71), + (17191219, 'Carrion_Worm', 5594, 328.869, -6.610, -418.020, 127), + (17191220, 'Forest_Funguar', 5603, 156.460, -10.674, -375.569, 127), + (17191221, 'Forest_Funguar', 5603, 234.143, -20.202, -342.069, 127), + (17191222, 'Forest_Funguar', 5603, 177.423, -8.300, -417.341, 74), + (17191223, 'Scarab_Beetle', 5619, 266.354, -9.111, -412.385, 127), + (17191224, 'Scarab_Beetle', 5619, 168.446, -19.924, -329.925, 25), + (17191225, 'Wild_Sheep', 5624, 281.711, -20.583, -354.080, 127), + (17191226, 'Wild_Sheep', 5624, 246.152, -10.816, -395.365, 30), + (17191227, 'Wild_Sheep', 5624, 193.056, -10.595, -372.595, 127), + (17191228, 'Orcish_Fodder', 5612, 226.858, -19.627, -335.959, 37), + (17191229, 'Orcish_Mesmerizer', 5614, 195.507, -21.083, -319.388, 54), + (17191230, 'Orcish_Grappler', 5613, 261.384, -11.947, -391.963, 38), + (17191231, 'Ding_Bats', 5600, 0.000, 0.000, 0.000, 0), + (17191232, 'Ding_Bats', 5600, 266.609, -10.881, -398.952, 32), + (17191233, 'Mouse_Bat', 5610, 0.000, 0.000, 0.000, 0), + (17191234, 'Mouse_Bat', 5610, 235.012, -3.217, -424.266, 11), + (17191235, 'Bomb', 5587, 0.000, 0.000, 0.000, 0), + (17191236, 'Tainted_Hound', 5621, 0.000, 0.000, 0.000, 0), + (17191237, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191238, 'Forest_Hare', 5604, 140.826, -3.357, -468.523, 127), + (17191239, 'Forest_Hare', 5604, 83.162, -2.472, -514.456, 127), + (17191240, 'Forest_Hare', 5604, 151.578, -0.557, -484.878, 127), + (17191241, 'Goblin_Thug', 5608, 141.636, -0.811, -531.508, 97), + (17191242, 'Goblin_Weaver', 5609, 167.362, -0.518, -447.993, 127), + (17191243, 'Ding_Bats', 5600, 138.388, -0.786, -497.775, 80), + (17191244, 'Ding_Bats', 5600, 106.188, -0.998, -511.451, 104), + (17191245, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191246, 'Forest_Hare', 5604, 238.788, -0.937, -519.567, 127), + (17191247, 'Forest_Hare', 5604, 305.663, -0.927, -493.446, 73), + (17191248, 'Forest_Hare', 5604, 345.141, -1.002, -527.738, 124), + (17191249, 'Wild_Sheep', 5624, 280.436, -1.533, -433.457, 127), + (17191250, 'Wild_Sheep', 5624, 248.671, 0.986, -468.740, 19), + (17191251, 'Wild_Sheep', 5624, 314.000, -0.010, -515.000, 127), + (17191252, 'Goblin_Thug', 5608, 281.416, -0.010, -488.727, 38), + (17191253, 'Goblin_Weaver', 5609, 246.861, -0.341, -488.349, 80), + (17191254, 'Goblin_Weaver', 5609, 351.398, -0.998, -557.823, 127), + (17191255, 'Ding_Bats', 5600, 267.012, 0.922, -473.695, 3), + (17191256, 'Ding_Bats', 5600, 261.255, -0.993, -495.776, 28), + (17191257, 'Tainted_Hound', 5621, 0.000, 0.000, 0.000, 0), + (17191258, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191259, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191260, 'Goblin_Thug', 5608, 300.313, 0.065, -496.409, 11), + (17191261, 'Goblin_Weaver', 5609, 297.018, 0.309, -492.617, 127), + (17191262, 'Forest_Hare', 5604, 440.611, -10.543, -386.549, 127), + (17191263, 'Forest_Hare', 5604, 348.801, -20.533, -327.184, 67), + (17191264, 'Forest_Hare', 5604, 436.160, -11.247, -414.904, 127), + (17191265, 'Forest_Funguar', 5603, 385.055, -14.983, -347.995, 127), + (17191266, 'Forest_Funguar', 5603, 402.037, -10.510, -368.526, 86), + (17191267, 'Forest_Funguar', 5603, 379.263, -20.763, -316.885, 127), + (17191268, 'Scarab_Beetle', 5619, 400.181, -20.804, -299.633, 127), + (17191269, 'Scarab_Beetle', 5619, 369.467, -19.634, -333.443, 96), + (17191270, 'Wild_Sheep', 5624, 422.202, -19.916, -327.748, 77), + (17191271, 'Wild_Sheep', 5624, 370.157, -20.720, -306.139, 127), + (17191272, 'Wild_Sheep', 5624, 441.383, -10.433, -388.673, 103), + (17191273, 'Orcish_Fodder', 5612, 392.228, -19.185, -330.174, 127), + (17191274, 'Orcish_Mesmerizer', 5614, 381.560, -20.963, -310.741, 127), + (17191275, 'Orcish_Grappler', 5613, 416.470, -10.948, -369.691, 127), + (17191276, 'Ding_Bats', 5600, 0.000, 0.000, 0.000, 0), + (17191277, 'Ding_Bats', 5600, 427.567, -10.161, -388.767, 107), + (17191278, 'Mouse_Bat', 5610, 448.447, -10.732, -417.660, 23), + (17191279, 'Enchanted_Bones', 5601, 0.000, 0.000, 0.000, 0), + (17191280, 'Forest_Hare', 5604, 463.428, -7.598, -485.614, 41), + (17191281, 'Goblin_Thug', 5608, 461.148, -7.993, -465.875, 56), + (17191282, 'Goblin_Weaver', 5609, 474.941, -9.779, -471.781, 3), + (17191283, 'Goblin_Weaver', 5609, 445.066, -9.562, -447.695, 127), + (17191284, 'Goblin_Fisher', 5607, 442.865, -10.249, -357.357, 127), + (17191285, 'Goblin_Fisher', 5607, 447.000, -19.000, -285.000, 97), + (17191286, 'Goblin_Fisher', 5607, 470.062, -12.166, -347.448, 127), + (17191287, 'Pugil', 5616, 443.334, -17.000, -303.275, 127), + (17191288, 'Pugil', 5616, 423.000, -16.000, -285.000, 20), + (17191289, 'Pugil', 5616, 461.268, -6.674, -391.342, 55), + (17191290, 'Pugil', 5616, 459.345, -6.686, -363.842, 127), + (17191291, 'Swamfisk', 5620, 461.000, -6.000, -356.000, 127), + (17191292, 'Forest_Hare', 5604, 599.111, -10.987, -440.922, 2), + (17191293, 'Forest_Hare', 5604, 570.556, -6.544, -461.640, 58), + (17191294, 'Forest_Hare', 5604, 508.261, -10.604, -413.391, 127), + (17191295, 'Forest_Hare', 5604, 561.314, -10.394, -413.734, 127), + (17191296, 'Carrion_Worm', 5594, 540.405, -7.531, -424.258, 94), + (17191297, 'Scarab_Beetle', 5619, 586.555, -11.469, -433.392, 127), + (17191298, 'Scarab_Beetle', 5619, 503.825, -9.165, -347.860, 120), + (17191299, 'Wild_Sheep', 5624, 580.757, -12.062, -429.875, 127), + (17191300, 'Wild_Sheep', 5624, 534.881, -10.381, -477.078, 102), + (17191301, 'Orcish_Fodder', 5612, 0.000, 0.000, 0.000, 0), + (17191302, 'Orcish_Mesmerizer', 5614, 538.979, -11.088, -357.675, 37), + (17191303, 'Orcish_Grappler', 5613, 521.805, -9.964, -366.619, 118), + (17191304, 'Ding_Bats', 5600, 527.311, -12.251, -345.848, 127), + (17191305, 'Mouse_Bat', 5610, 551.047, -6.201, -452.388, 36), + (17191306, 'Enchanted_Bones', 5601, 520.549, -9.949, -390.652, 54), + (17191307, 'Forest_Hare', 5604, 654.552, -14.247, -499.155, 19), + (17191308, 'Forest_Hare', 5604, 632.629, -11.020, -474.346, 112), + (17191309, 'Scarab_Beetle', 5619, 638.048, -10.223, -531.692, 127), + (17191310, 'Scarab_Beetle', 5619, 635.663, -10.773, -490.983, 120), + (17191311, 'Wild_Sheep', 5624, 632.242, -12.033, -540.019, 127), + (17191312, 'Wild_Sheep', 5624, 648.064, -14.130, -478.684, 23), + (17191313, 'Wild_Sheep', 5624, 592.992, -7.864, -500.549, 74), + (17191314, 'Ding_Bats', 5600, 629.663, -10.078, -505.404, 127), + (17191315, 'Mouse_Bat', 5610, 570.908, -9.424, -506.854, 127), + (17191316, 'Goblin_Digger', 5606, 357.813, -10.344, -411.927, 11), + (17191317, 'Pixie', 5615, 0.000, 0.000, 0.000, 0), + (17191318, 'Pixie', 5615, 0.000, 0.000, 0.000, 0), + (17191319, 'Pixie', 5615, 0.000, 0.000, 0.000, 0), + (17191320, 'Pixie', 5615, 0.000, 0.000, 0.000, 0), + (17191321, 'Pixie', 5615, 0.000, 0.000, 0.000, 0), + (17191322, 'Gawky_Gawain', 5605, 0.000, 0.000, 0.000, 0), + (17191340, 'Bull_[Herd1]', 5588, 0.000, 0.000, 0.000, 0), + (17191341, 'Cow_[Herd1]', 5597, 0.000, 0.000, 0.000, 0), + (17191342, 'Cow_[Herd1]', 5597, 0.000, 0.000, 0.000, 0), + (17191343, 'Cow_[Herd1]', 5597, 0.000, 0.000, 0.000, 0), + (17191344, 'Calf_[Herd1]', 5591, 0.000, 0.000, 0.000, 0), + (17191345, 'Calf_[Herd1]', 5591, 0.000, 0.000, 0.000, 0), + (17191346, 'Calf_[Herd1]', 5591, 0.000, 0.000, 0.000, 0), + (17191347, 'Calf_[Herd1]', 5591, 0.000, 0.000, 0.000, 0), + (17191348, 'Calf_[Herd1]', 5591, 0.000, 0.000, 0.000, 0), + (17191349, 'Calf_[Herd1]', 5591, 0.000, 0.000, 0.000, 0), + (17191350, 'Bull_[Herd2]', 5589, 0.000, 0.000, 0.000, 0), + (17191351, 'Cow_[Herd2]', 5598, 0.000, 0.000, 0.000, 0), + (17191352, 'Cow_[Herd2]', 5598, 0.000, 0.000, 0.000, 0), + (17191353, 'Cow_[Herd2]', 5598, 0.000, 0.000, 0.000, 0), + (17191354, 'Calf_[Herd2]', 5592, 0.000, 0.000, 0.000, 0), + (17191355, 'Calf_[Herd2]', 5592, 0.000, 0.000, 0.000, 0), + (17191356, 'Calf_[Herd2]', 5592, 0.000, 0.000, 0.000, 0), + (17191357, 'Calf_[Herd2]', 5592, 0.000, 0.000, 0.000, 0), + (17191358, 'Calf_[Herd2]', 5592, 0.000, 0.000, 0.000, 0), + (17191359, 'Calf_[Herd2]', 5592, 0.000, 0.000, 0.000, 0), + (17191360, 'Bull_[Herd3]', 5590, 0.000, 0.000, 0.000, 0), + (17191361, 'Cow_[Herd3]', 5599, 0.000, 0.000, 0.000, 0), + (17191362, 'Cow_[Herd3]', 5599, 0.000, 0.000, 0.000, 0), + (17191363, 'Cow_[Herd3]', 5599, 0.000, 0.000, 0.000, 0), + (17191364, 'Calf_[Herd3]', 5593, 0.000, 0.000, 0.000, 0), + (17191365, 'Calf_[Herd3]', 5593, 0.000, 0.000, 0.000, 0), + (17191366, 'Calf_[Herd3]', 5593, 0.000, 0.000, 0.000, 0), + (17191367, 'Calf_[Herd3]', 5593, 0.000, 0.000, 0.000, 0), + (17191368, 'Calf_[Herd3]', 5593, 0.000, 0.000, 0.000, 0), + (17191369, 'Calf_[Herd3]', 5593, 0.000, 0.000, 0.000, 0), + (17191370, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191371, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191372, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191373, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191374, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191375, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191376, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191377, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191378, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191379, 'Chigoe', 5596, 0.000, 0.000, 0.000, 0), + (17191380, 'Pyracmon', 5618, 0.000, 0.000, 0.000, 0), + (17191381, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191382, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191383, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191384, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191385, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191386, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191387, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191388, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191389, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17191390, 'Wraith_Bat', 5625, 0.000, 0.000, 0.000, 0), + (17195009, 'Coral_Crab', 5632, 0.000, 0.000, 0.000, 0), + (17195010, 'Pug_Pugil', 5663, 0.000, 0.000, 0.000, 0), + (17195011, 'Thickshell', 5671, 0.000, 0.000, 0.000, 0), + (17195012, 'Giant_Pugil', 5635, 0.000, 0.000, 0.000, 0), + (17195013, 'Puffer_Pugil', 5662, 0.000, 0.000, 0.000, 0), + (17195014, 'Steppe_Hare', 5668, -569.111, 0.179, 427.624, 127), + (17195015, 'Steppe_Hare', 5668, -461.206, -7.107, 426.898, 127), + (17195016, 'Steppe_Hare', 5668, -643.862, -0.484, 567.551, 127), + (17195017, 'Steppe_Hare', 5668, -619.829, -0.774, 572.865, 127), + (17195018, 'Strolling_Sapling', 5669, -613.000, -1.173, 545.740, 127), + (17195019, 'Strolling_Sapling', 5669, -565.836, 0.496, 409.022, 127), + (17195020, 'Strolling_Sapling', 5669, -618.160, -0.510, 551.103, 39), + (17195021, 'Akbaba', 5628, -494.196, -0.679, 411.655, 127), + (17195022, 'Akbaba', 5628, -551.953, -0.989, 428.700, 127), + (17195023, 'Steppe_Hare', 5668, -451.130, -8.154, 327.724, 104), + (17195024, 'Steppe_Hare', 5668, -475.076, -2.124, 350.723, 127), + (17195025, 'Steppe_Hare', 5668, -396.429, -7.708, 382.092, 122), + (17195026, 'Steppe_Hare', 5668, -446.909, -8.218, 318.012, 83), + (17195027, 'Strolling_Sapling', 5669, -445.455, -7.900, 371.497, 127), + (17195028, 'Strolling_Sapling', 5669, -439.734, -8.357, 320.161, 127), + (17195029, 'Strolling_Sapling', 5669, -513.242, -8.871, 309.191, 127), + (17195030, 'Akbaba', 5628, -517.849, -8.392, 325.777, 127), + (17195031, 'Akbaba', 5628, -544.576, -3.279, 324.945, 127), + (17195032, 'Steppe_Hare', 5668, -493.385, -9.343, 234.282, 89), + (17195033, 'Steppe_Hare', 5668, -525.946, -9.059, 204.428, 127), + (17195034, 'Steppe_Hare', 5668, -521.998, -8.913, 208.325, 87), + (17195035, 'Steppe_Hare', 5668, -577.741, -5.129, 239.094, 8), + (17195036, 'Strolling_Sapling', 5669, -497.197, -8.938, 251.498, 127), + (17195037, 'Strolling_Sapling', 5669, -582.458, -0.519, 268.284, 93), + (17195038, 'Strolling_Sapling', 5669, -590.581, -1.498, 234.886, 59), + (17195039, 'Akbaba', 5628, -519.313, -7.977, 263.293, 98), + (17195040, 'Akbaba', 5628, -592.012, -0.695, 248.865, 38), + (17195041, 'Orcish_Fodder', 5651, -556.929, -1.509, 274.564, 98), + (17195042, 'Orcish_Fodder', 5651, -563.201, -8.326, 207.066, 118), + (17195043, 'Orcish_Mesmerizer', 5654, -519.854, -8.876, 209.912, 118), + (17195044, 'Orcish_Mesmerizer', 5654, -560.767, -7.905, 245.597, 29), + (17195045, 'Orcish_Grappler', 5652, -544.848, -8.250, 246.057, 58), + (17195046, 'Orcish_Grappler', 5652, -540.770, -0.937, 415.025, 127), + (17195047, 'Skeleton_Warrior', 5667, -447.785, -7.568, 364.309, 25), + (17195048, 'Skeleton_Sorcerer', 5666, -542.106, 0.009, 359.761, 118), + (17195049, 'Rock_Eater', 5664, -775.669, 16.050, 592.004, 0), + (17195050, 'Rock_Eater', 5664, -755.718, 17.071, 434.323, 28), + (17195051, 'Rock_Eater', 5664, -765.624, 15.425, 629.229, 89), + (17195052, 'Rock_Eater', 5664, -772.805, 14.617, 615.783, 124), + (17195053, 'Mad_Sheep', 5648, -819.312, 13.927, 491.376, 118), + (17195054, 'Mad_Sheep', 5648, -763.074, 15.837, 409.163, 127), + (17195055, 'Mad_Sheep', 5648, -714.219, 17.001, 346.638, 127), + (17195056, 'Huge_Wasp', 5646, -832.536, 15.778, 478.473, 127), + (17195057, 'Huge_Wasp', 5646, -771.501, 16.512, 443.928, 127), + (17195058, 'Huge_Wasp', 5646, -642.102, 17.318, 408.567, 127), + (17195059, 'Goblin_Thug', 5641, -669.909, 15.852, 316.319, 127), + (17195060, 'Goblin_Weaver', 5643, -691.804, 16.460, 509.183, 127), + (17195061, 'Gale_Bats', 5633, -641.803, 15.647, 284.085, 81), + (17195062, 'Gale_Bats', 5633, -729.369, 15.997, 345.898, 127), + (17195063, 'Acro_Bat', 5626, -770.667, 15.812, 430.172, 127), + (17195064, 'Acro_Bat', 5626, -678.788, 15.604, 285.241, 55), + (17195065, 'Wolf_Zombie', 5674, -691.147, 16.296, 511.835, 41), + (17195066, 'Skeleton_Warrior', 5667, -637.319, 16.660, 415.225, 127), + (17195067, 'Skeleton_Sorcerer', 5666, -706.155, 16.084, 321.659, 2), + (17195068, 'Air_Elemental', 5627, -747.962, 16.951, 554.251, 34), + (17195069, 'Steppe_Hare', 5668, -735.676, -9.553, 117.771, 127), + (17195070, 'Steppe_Hare', 5668, -672.172, -1.804, 192.140, 127), + (17195071, 'Strolling_Sapling', 5669, -601.263, -1.393, 231.396, 127), + (17195072, 'Strolling_Sapling', 5669, -687.984, -7.689, 166.833, 29), + (17195073, 'Akbaba', 5628, -672.536, -9.401, 144.945, 64), + (17195074, 'Akbaba', 5628, -674.203, -0.299, 223.138, 127), + (17195075, 'Akbaba', 5628, -686.063, -8.892, 113.404, 127), + (17195076, 'Akbaba', 5628, -763.344, -0.289, 296.731, 70), + (17195077, 'Steppe_Hare', 5668, -509.176, -14.591, 170.398, 127), + (17195078, 'Steppe_Hare', 5668, -517.727, -17.252, 110.671, 98), + (17195079, 'Steppe_Hare', 5668, -549.888, -17.133, 144.929, 127), + (17195080, 'Strolling_Sapling', 5669, -487.110, -16.384, 94.624, 60), + (17195081, 'Strolling_Sapling', 5669, -538.996, -17.297, 128.255, 127), + (17195082, 'Strolling_Sapling', 5669, -512.109, -16.232, 125.731, 127), + (17195083, 'Akbaba', 5628, -547.347, -16.560, 104.988, 109), + (17195084, 'Akbaba', 5628, -580.285, -16.898, 112.219, 127), + (17195085, 'Steppe_Hare', 5668, -636.934, -15.520, -18.395, 97), + (17195086, 'Steppe_Hare', 5668, -684.098, -16.853, -6.251, 127), + (17195087, 'Steppe_Hare', 5668, -600.148, -16.887, 42.171, 73), + (17195088, 'Strolling_Sapling', 5669, -699.192, -15.874, -42.969, 105), + (17195089, 'Strolling_Sapling', 5669, -693.792, -17.202, -6.458, 127), + (17195090, 'Strolling_Sapling', 5669, -622.323, -11.018, -84.293, 127), + (17195091, 'Akbaba', 5628, -638.756, -15.495, -20.729, 127), + (17195092, 'Akbaba', 5628, -637.724, -16.465, 0.775, 99), + (17195093, 'Orcish_Grunt', 5653, -601.405, -16.749, 156.004, 30), + (17195094, 'Orcish_Stonechucker', 5656, -494.187, -16.785, 79.165, 96), + (17195095, 'Orcish_Fodder', 5651, -695.099, -8.826, 57.484, 127), + (17195096, 'Orcish_Neckchopper', 5655, -687.336, 0.919, 211.439, 89), + (17195097, 'Orcish_Mesmerizer', 5654, -542.876, -15.334, 173.351, 33), + (17195098, 'Orcish_Grappler', 5652, -686.762, 0.944, 212.200, 98), + (17195099, 'Skeleton_Warrior', 5667, -625.411, -8.093, 209.626, 127), + (17195100, 'Skeleton_Sorcerer', 5666, -92.850, 24.480, -517.110, 0), + (17195101, 'Grenade', 5645, -673.187, -0.666, 237.325, 127), + (17195102, 'Rock_Eater', 5664, -577.921, -0.098, -61.198, 127), + (17195103, 'Rock_Eater', 5664, -421.338, 0.069, -243.534, 127), + (17195104, 'Rock_Eater', 5664, -574.953, 0.226, -38.718, 127), + (17195105, 'Rock_Eater', 5664, -557.649, -0.470, -43.488, 127), + (17195106, 'Mad_Sheep', 5648, -510.167, -0.850, -164.895, 127), + (17195107, 'Mad_Sheep', 5648, -582.382, -0.197, -60.706, 89), + (17195108, 'Mad_Sheep', 5648, -566.000, -0.010, -93.000, 44), + (17195109, 'Huge_Wasp', 5646, -493.481, 0.048, -36.172, 127), + (17195110, 'Huge_Wasp', 5646, -577.318, -0.035, -52.082, 64), + (17195111, 'Huge_Wasp', 5646, -530.559, 0.877, -112.892, 127), + (17195112, 'Goblin_Thug', 5641, -490.080, -0.608, -165.858, 127), + (17195113, 'Goblin_Ambusher', 5636, -579.942, -0.107, -57.606, 127), + (17195114, 'Goblin_Weaver', 5643, -395.174, -0.368, -302.753, 127), + (17195115, 'Goblin_Tinkerer', 5642, -502.935, 0.353, -160.183, 127), + (17195116, 'Goblin_Butcher', 5638, -393.850, 0.219, -142.850, 42), + (17195117, 'Gale_Bats', 5633, -459.512, 1.765, -230.322, 127), + (17195118, 'Gale_Bats', 5633, -396.730, -0.428, -283.364, 127), + (17195119, 'Acro_Bat', 5626, 0.000, 0.000, 0.000, 0), + (17195120, 'Acro_Bat', 5626, -540.873, -0.181, -131.257, 117), + (17195121, 'Wolf_Zombie', 5674, -544.000, -0.010, -153.000, 127), + (17195122, 'Skeleton_Warrior', 5667, -361.000, -0.010, -206.000, 58), + (17195123, 'Skeleton_Sorcerer', 5666, -392.862, -0.161, -270.653, 127), + (17195124, 'Air_Elemental', 5627, -513.363, 1.380, -129.464, 127), + (17195125, 'Steppe_Hare', 5668, -388.689, -16.668, 8.393, 106), + (17195126, 'Steppe_Hare', 5668, -345.321, -8.033, 43.502, 127), + (17195127, 'Steppe_Hare', 5668, -441.716, -9.264, 67.069, 68), + (17195128, 'Strolling_Sapling', 5669, -448.288, -10.112, 60.669, 122), + (17195129, 'Strolling_Sapling', 5669, -384.685, -17.378, -2.351, 90), + (17195130, 'Strolling_Sapling', 5669, -346.978, -16.790, -29.122, 4), + (17195131, 'Akbaba', 5628, -392.516, -15.663, -35.118, 127), + (17195132, 'Akbaba', 5628, -446.938, -10.390, 50.928, 31), + (17195133, 'Akbaba', 5628, -417.815, -10.484, 28.609, 70), + (17195134, 'Steppe_Hare', 5668, -324.065, -17.288, -100.671, 127), + (17195135, 'Steppe_Hare', 5668, -214.716, -10.708, -139.620, 127), + (17195136, 'Steppe_Hare', 5668, -335.076, -16.757, -67.822, 105), + (17195137, 'Strolling_Sapling', 5669, -249.527, -14.242, -147.788, 127), + (17195138, 'Strolling_Sapling', 5669, -338.932, -16.898, -57.716, 127), + (17195139, 'Strolling_Sapling', 5669, -250.487, -13.216, -136.010, 13), + (17195140, 'Akbaba', 5628, -360.599, -16.532, -76.348, 127), + (17195141, 'Akbaba', 5628, -328.727, -16.975, -106.635, 78), + (17195142, 'Akbaba', 5628, -269.880, -15.722, -103.493, 80), + (17195143, 'Battering_Ram', 5630, -372.000, -16.000, -6.000, 74), + (17195144, 'Orcish_Grunt', 5653, -294.534, -10.771, -10.386, 8), + (17195145, 'Orcish_Stonechucker', 5656, -257.470, -11.481, -76.180, 127), + (17195146, 'Orcish_Fodder', 5651, -372.872, -8.332, 64.551, 127), + (17195147, 'Orcish_Neckchopper', 5655, -155.425, -8.459, -173.113, 127), + (17195148, 'Orcish_Mesmerizer', 5654, -184.764, -9.216, -168.382, 21), + (17195149, 'Orcish_Grappler', 5652, -247.296, -10.299, -106.122, 127), + (17195150, 'Skeleton_Warrior', 5667, 167.500, 23.310, -13.920, 0), + (17195151, 'Skeleton_Sorcerer', 5666, 614.800, 40.440, -445.470, 0), + (17195152, 'Rock_Eater', 5664, -277.566, 7.728, 195.442, 110), + (17195153, 'Rock_Eater', 5664, -238.929, 7.662, 126.499, 127), + (17195154, 'Rock_Eater', 5664, -261.398, 7.660, 174.642, 127), + (17195155, 'Rock_Eater', 5664, -272.000, 8.000, 155.000, 28), + (17195156, 'Mad_Sheep', 5648, -368.054, 8.680, 320.960, 0), + (17195157, 'Mad_Sheep', 5648, -275.134, 7.593, 206.912, 127), + (17195158, 'Mad_Sheep', 5648, -242.165, 7.530, 201.635, 2), + (17195159, 'Huge_Wasp', 5646, -254.260, 9.112, 144.110, 48), + (17195160, 'Huge_Wasp', 5646, -275.670, 7.192, 422.252, 117), + (17195161, 'Goblin_Thug', 5641, -284.473, 6.416, 443.827, 127), + (17195162, 'Goblin_Ambusher', 5636, -218.938, 6.790, 106.551, 127), + (17195163, 'Goblin_Weaver', 5643, -226.046, 7.168, 119.257, 127), + (17195164, 'Goblin_Tinkerer', 5642, -420.553, 7.984, 219.972, 127), + (17195165, 'Goblin_Butcher', 5638, -280.544, 7.534, 196.238, 36), + (17195166, 'Gale_Bats', 5633, -259.060, 7.681, 177.466, 80), + (17195167, 'Gale_Bats', 5633, -360.071, 7.940, 348.026, 127), + (17195168, 'Acro_Bat', 5626, -249.343, 7.798, 203.903, 127), + (17195169, 'Wolf_Zombie', 5674, -283.847, 7.903, 125.578, 127), + (17195170, 'Skeleton_Warrior', 5667, -271.977, 7.778, 123.114, 3), + (17195171, 'Skeleton_Sorcerer', 5666, -237.896, 7.997, 174.070, 58), + (17195172, 'Air_Elemental', 5627, -317.796, 8.171, 367.753, 89), + (17195173, 'Poison_Funguar', 5660, -333.093, 38.609, 197.367, 127), + (17195174, 'Poison_Funguar', 5660, -359.184, 38.433, 208.004, 127), + (17195175, 'Poison_Funguar', 5660, -356.179, 38.952, 260.370, 127), + (17195176, 'Huge_Wasp', 5646, -359.974, 38.438, 208.225, 127), + (17195177, 'Huge_Wasp', 5646, -341.460, 38.842, 274.794, 127), + (17195178, 'Grass_Funguar', 5644, -195.180, 6.572, 405.260, 127), + (17195179, 'Grass_Funguar', 5644, -201.419, 7.725, 370.997, 127), + (17195180, 'Rock_Eater', 5664, -94.350, 11.852, 101.461, 119), + (17195181, 'Rock_Eater', 5664, -121.251, 7.872, 79.005, 127), + (17195182, 'Rock_Eater', 5664, -78.916, 16.600, 139.455, 30), + (17195183, 'Rock_Eater', 5664, -50.109, 15.021, 68.094, 127), + (17195184, 'Mad_Sheep', 5648, -153.327, 7.802, 185.070, 127), + (17195185, 'Mad_Sheep', 5648, -170.070, 7.251, 116.682, 25), + (17195186, 'Gale_Bats', 5633, -140.852, 11.048, 157.686, 127), + (17195187, 'Gale_Bats', 5633, -55.779, 16.105, 113.610, 127), + (17195188, 'Acro_Bat', 5626, -117.957, 12.251, 176.916, 87), + (17195189, 'Wolf_Zombie', 5674, -70.273, 13.870, 70.512, 5), + (17195190, 'Ghost', 5634, -168.140, 7.247, 263.068, 110), + (17195191, 'Ghost', 5634, -207.221, 6.556, 248.880, 127), + (17195192, 'Ghost', 5634, -205.333, 7.648, 254.766, 127), + (17195193, 'Ghost', 5634, -165.173, 7.976, 253.087, 11), + (17195194, 'Thickshell', 5671, 55.288, 19.240, 135.725, 55), + (17195195, 'Thickshell', 5671, 65.584, 16.917, 132.965, 8), + (17195196, 'Thickshell', 5671, -7.969, 17.572, 50.047, 54), + (17195197, 'Thickshell', 5671, 63.325, 16.635, 104.173, 127), + (17195198, 'Thickshell', 5671, 58.963, 18.807, 106.272, 127), + (17195199, 'Thickshell', 5671, 6.474, 18.715, 146.594, 46), + (17195200, 'Goblin_Fisher', 5640, -33.593, 16.530, 86.346, 116), + (17195201, 'Goblin_Fisher', 5640, -1.151, 19.413, 144.238, 127), + (17195202, 'Water_Elemental', 5673, -27.697, 19.004, 107.885, 127), + (17195203, 'Rock_Eater', 5664, 249.931, 25.867, 310.849, 127), + (17195204, 'Rock_Eater', 5664, 71.708, 15.887, 284.346, 123), + (17195205, 'Mad_Sheep', 5648, -41.846, 15.039, 245.096, 127), + (17195206, 'Mad_Sheep', 5648, 204.354, 21.286, 368.695, 127), + (17195207, 'Mad_Sheep', 5648, 250.566, 26.041, 311.184, 127), + (17195208, 'Gale_Bats', 5633, 236.631, 24.276, 301.066, 117), + (17195209, 'Acro_Bat', 5626, 214.247, 23.349, 248.841, 127), + (17195210, 'Wolf_Zombie', 5674, 0.000, 0.000, 0.000, 0), + (17195211, 'Rock_Eater', 5664, 57.991, 18.741, 40.699, 81), + (17195212, 'Rock_Eater', 5664, 73.617, 16.187, 72.521, 88), + (17195213, 'Rock_Eater', 5664, 61.400, 17.990, 59.308, 127), + (17195214, 'Rock_Eater', 5664, 69.692, 16.464, 172.986, 65), + (17195215, 'Mad_Sheep', 5648, 39.511, 18.984, 94.134, 100), + (17195216, 'Mad_Sheep', 5648, 60.961, 16.519, 165.188, 114), + (17195217, 'Gale_Bats', 5633, -8.489, 16.185, 156.331, 111), + (17195218, 'Gale_Bats', 5633, 9.589, 19.941, 60.373, 127), + (17195219, 'Acro_Bat', 5626, 70.247, 15.805, 157.807, 127), + (17195220, 'Wolf_Zombie', 5674, 82.941, 15.672, 131.355, 54); +INSERT INTO `mob_spawn_points` (`mobid`, `mobname`, `groupid`, `pos_x`, `pos_y`, `pos_z`, `pos_rot`) VALUES + (17195222, 'Goblin_Thug', 5641, 197.510, 24.056, 299.701, 127), + (17195223, 'Goblin_Ambusher', 5636, -100.510, 15.349, 169.832, 82), + (17195224, 'Goblin_Weaver', 5643, 116.081, 15.776, 299.264, 127), + (17195225, 'Goblin_Tinkerer', 5642, -181.523, 7.406, 126.572, 127), + (17195226, 'Goblin_Butcher', 5638, 151.099, 19.998, 303.803, 127), + (17195227, 'Skeleton_Warrior', 5667, 44.812, 15.913, 273.886, 127), + (17195228, 'Skeleton_Sorcerer', 5666, 46.633, 16.646, 153.610, 94), + (17195229, 'Grenade', 5645, 146.492, 15.478, 231.995, 122), + (17195230, 'Goblin_Tinkerer', 5642, 117.067, 14.803, 194.508, 90), + (17195231, 'Poison_Funguar', 5660, 48.000, 46.000, 230.000, 127), + (17195232, 'Poison_Funguar', 5660, 34.786, 46.434, 201.579, 127), + (17195233, 'Huge_Wasp', 5646, 45.935, 46.352, 240.037, 127), + (17195234, 'Huge_Wasp', 5646, 45.008, 46.626, 214.560, 73), + (17195235, 'Huge_Wasp', 5646, 21.949, 43.415, 190.019, 5), + (17195236, 'Plague_Bats', 5658, 191.780, 44.901, 336.824, 110), + (17195237, 'Plague_Bats', 5658, 180.553, 39.436, 318.565, 127), + (17195238, 'Poison_Bat', 5659, 180.396, 39.412, 318.581, 127), + (17195239, 'Poison_Bat', 5659, 174.314, 35.906, 308.137, 85), + (17195240, 'Plague_Bats', 5658, 260.609, 55.891, 262.126, 127), + (17195241, 'Plague_Bats', 5658, 264.212, 54.431, 256.941, 14), + (17195242, 'Poison_Bat', 5659, 263.967, 54.400, 257.062, 127), + (17195243, 'Poison_Bat', 5659, 250.814, 54.182, 257.266, 57), + (17195244, 'Poison_Funguar', 5660, 409.262, 70.535, 361.634, 127), + (17195245, 'Poison_Funguar', 5660, 421.619, 71.030, 356.129, 127), + (17195246, 'Poison_Funguar', 5660, 416.130, 70.250, 351.413, 127), + (17195247, 'Huge_Wasp', 5646, 395.316, 70.263, 355.922, 127), + (17195248, 'Huge_Wasp', 5646, 400.407, 70.249, 360.909, 19), + (17195249, 'Plague_Bats', 5658, 537.250, 54.139, 383.530, 22), + (17195250, 'Plague_Bats', 5658, 537.237, 54.514, 377.591, 127), + (17195251, 'Plague_Bats', 5658, 539.190, 53.581, 342.768, 57), + (17195252, 'Plague_Bats', 5658, 583.388, 54.399, 336.789, 4), + (17195253, 'Poison_Bat', 5659, 536.568, 54.875, 396.889, 127), + (17195254, 'Poison_Bat', 5659, 547.811, 53.123, 336.654, 127), + (17195255, 'Poison_Bat', 5659, 562.169, 55.356, 340.974, 127), + (17195256, 'Poison_Funguar', 5660, 450.472, 70.657, 238.237, 0), + (17195257, 'Poison_Funguar', 5660, 467.668, 70.772, 238.214, 127), + (17195258, 'Poison_Funguar', 5660, 484.999, 70.710, 259.801, 127), + (17195259, 'Tumbling_Truffle', 5672, 434.000, 70.000, 241.000, 127), + (17195260, 'Huge_Wasp', 5646, 426.435, 70.791, 239.353, 2), + (17195261, 'Huge_Wasp', 5646, 474.362, 70.515, 237.761, 4), + (17195262, 'Rock_Eater', 5664, 317.457, 38.720, 364.230, 127), + (17195263, 'Rock_Eater', 5664, 339.359, 36.490, 374.007, 127), + (17195264, 'Mad_Sheep', 5648, 480.091, 39.487, 471.964, 127), + (17195265, 'Mad_Sheep', 5648, 460.751, 39.659, 422.720, 127), + (17195266, 'Mad_Sheep', 5648, 333.726, 36.990, 371.466, 107), + (17195267, 'Mad_Sheep', 5648, 297.045, 40.009, 311.250, 44), + (17195268, 'Gale_Bats', 5633, 413.218, 41.687, 398.735, 61), + (17195269, 'Gale_Bats', 5633, 489.486, 39.152, 472.298, 127), + (17195270, 'Acro_Bat', 5626, 378.033, 38.146, 410.284, 127), + (17195271, 'Wolf_Zombie', 5674, 312.946, 39.309, 346.220, 73), + (17195272, 'Rock_Eater', 5664, 360.320, 40.932, 289.276, 127), + (17195273, 'Rock_Eater', 5664, 500.982, 40.140, 346.405, 53), + (17195274, 'Mad_Sheep', 5648, 480.427, 39.803, 328.745, 13), + (17195275, 'Mad_Sheep', 5648, 623.012, 39.986, 323.182, 2), + (17195276, 'Mad_Sheep', 5648, 429.306, 40.132, 281.653, 127), + (17195277, 'Mad_Sheep', 5648, 473.552, 40.487, 347.507, 65), + (17195278, 'Gale_Bats', 5633, 313.539, 39.571, 280.556, 127), + (17195279, 'Acro_Bat', 5626, 509.089, 39.733, 321.258, 127), + (17195280, 'Wolf_Zombie', 5674, 529.041, 38.412, 337.009, 50), + (17195281, 'Rock_Eater', 5664, 434.813, 39.563, 161.009, 5), + (17195282, 'Rock_Eater', 5664, 590.027, 41.364, 270.643, 88), + (17195283, 'Mad_Sheep', 5648, 359.884, 39.733, 149.639, 127), + (17195284, 'Mad_Sheep', 5648, 411.664, 42.216, 170.126, 127), + (17195285, 'Huge_Wasp', 5646, 722.208, 39.015, 283.366, 127), + (17195286, 'Huge_Wasp', 5646, 402.397, 40.576, 160.542, 125), + (17195287, 'Gale_Bats', 5633, 430.667, 41.562, 186.610, 73), + (17195288, 'Wolf_Zombie', 5674, 434.465, 40.334, 173.772, 56), + (17195289, 'Goblin_Thug', 5641, 438.444, 40.118, 281.220, 3), + (17195290, 'Goblin_Ambusher', 5636, 314.386, 39.863, 268.215, 127), + (17195291, 'Goblin_Weaver', 5643, 508.514, 39.880, 325.601, 38), + (17195292, 'Goblin_Tinkerer', 5642, 438.438, 39.841, 402.819, 127), + (17195293, 'Goblin_Butcher', 5638, 569.473, 40.399, 244.254, 54), + (17195294, 'Skeleton_Warrior', 5667, 478.864, 39.551, 470.317, 101), + (17195295, 'Skeleton_Sorcerer', 5666, 463.564, 39.991, 408.103, 127), + (17195296, 'Air_Elemental', 5627, 446.414, 40.047, 416.790, 6), + (17195297, 'Steppe_Hare', 5668, -146.114, -7.648, -177.114, 127), + (17195298, 'Steppe_Hare', 5668, -94.966, 0.383, -226.835, 127), + (17195299, 'Steppe_Hare', 5668, -125.777, -0.943, -266.492, 37), + (17195300, 'Strolling_Sapling', 5669, -69.318, 0.002, -86.231, 35), + (17195301, 'Strolling_Sapling', 5669, -78.877, 7.470, -275.341, 116), + (17195302, 'Akbaba', 5628, -56.535, 3.712, -145.625, 101), + (17195303, 'Akbaba', 5628, -61.123, 1.607, -176.809, 127), + (17195304, 'Steppe_Hare', 5668, 25.918, 7.431, -193.682, 83), + (17195305, 'Steppe_Hare', 5668, 38.434, 7.407, -156.916, 109), + (17195306, 'Strolling_Sapling', 5669, 32.503, 7.961, -217.716, 0), + (17195307, 'Strolling_Sapling', 5669, -9.412, 14.633, -261.996, 42), + (17195308, 'Strolling_Sapling', 5669, -22.377, 7.030, -136.783, 127), + (17195309, 'Akbaba', 5628, -28.924, 4.850, -92.920, 127), + (17195310, 'Akbaba', 5628, 39.760, 8.105, -225.162, 127), + (17195311, 'Steppe_Hare', 5668, 84.817, 7.230, -259.772, 127), + (17195312, 'Steppe_Hare', 5668, 71.767, 7.253, -214.830, 127), + (17195313, 'Strolling_Sapling', 5669, 74.467, 7.451, -224.702, 36), + (17195314, 'Strolling_Sapling', 5669, 59.229, 8.550, -248.943, 107), + (17195315, 'Akbaba', 5628, 62.038, 8.173, -236.849, 127), + (17195316, 'Battering_Ram', 5630, -117.000, -1.000, -136.000, 127), + (17195317, 'Lumbering_Lambert', 5647, -216.000, -8.000, -107.000, 3), + (17195318, 'Bloodtear_Baldurf', 5631, 88.000, 8.000, -239.000, 127), + (17195319, 'Orcish_Grunt', 5653, 36.490, 10.931, -252.906, 121), + (17195320, 'Orcish_Stonechucker', 5656, -48.619, 5.895, -180.298, 127), + (17195321, 'Orcish_Fodder', 5651, -19.760, 0.669, 4.516, 127), + (17195322, 'Orcish_Neckchopper', 5655, -97.747, -1.189, -172.382, 127), + (17195323, 'Orcish_Mesmerizer', 5654, 90.820, 6.981, -259.792, 98), + (17195324, 'Orcish_Grappler', 5652, -105.468, 8.533, -327.419, 42), + (17195325, 'Skeleton_Warrior', 5667, 43.992, 7.516, -200.883, 127), + (17195326, 'Skeleton_Sorcerer', 5666, -676.470, -16.610, -20.970, 0), + (17195327, 'Rock_Eater', 5664, -162.621, 23.813, -509.297, 127), + (17195328, 'Rock_Eater', 5664, -153.415, 23.617, -481.810, 41), + (17195329, 'Rock_Eater', 5664, 93.000, 24.000, -397.000, 32), + (17195330, 'Mad_Sheep', 5648, -156.691, 23.392, -520.868, 127), + (17195331, 'Mad_Sheep', 5648, -9.289, 25.471, -328.792, 112), + (17195332, 'Mad_Sheep', 5648, -180.653, 23.524, -433.461, 127), + (17195333, 'Gale_Bats', 5633, -166.255, 23.667, -482.947, 127), + (17195334, 'Gale_Bats', 5633, -108.509, 26.348, -405.721, 63), + (17195335, 'Acro_Bat', 5626, -31.802, 25.350, -362.623, 62), + (17195336, 'Wolf_Zombie', 5674, 0.000, 0.000, 0.000, 0), + (17195337, 'Rock_Eater', 5664, 15.268, 25.134, -431.033, 127), + (17195338, 'Rock_Eater', 5664, 89.648, 24.257, -525.667, 127), + (17195339, 'Rock_Eater', 5664, 15.739, 23.777, -515.755, 67), + (17195340, 'Mad_Sheep', 5648, 55.041, 23.550, -528.972, 104), + (17195341, 'Mad_Sheep', 5648, -141.090, 24.149, -519.019, 4), + (17195342, 'Mad_Sheep', 5648, -18.736, 23.021, -514.108, 127), + (17195343, 'Gale_Bats', 5633, 53.265, 24.007, -366.546, 123), + (17195344, 'Gale_Bats', 5633, -10.988, 24.977, -437.217, 127), + (17195345, 'Acro_Bat', 5626, -67.923, 23.974, -505.544, 86), + (17195346, 'Wolf_Zombie', 5674, 35.401, 26.198, -576.162, 127), + (17195347, 'Goblin_Thug', 5641, -39.902, 23.535, -319.635, 120), + (17195348, 'Goblin_Ambusher', 5636, -173.329, 23.988, -492.328, 127), + (17195349, 'Goblin_Weaver', 5643, 52.489, 23.999, -371.480, 127), + (17195350, 'Goblin_Tinkerer', 5642, -154.259, 23.789, -486.021, 66), + (17195351, 'Goblin_Butcher', 5638, -1.955, 24.277, -304.986, 127), + (17195352, 'Skeleton_Warrior', 5667, 161.380, 7.000, -213.880, 0), + (17195353, 'Skeleton_Sorcerer', 5666, -542.730, -0.430, 463.610, 0), + (17195354, 'Air_Elemental', 5627, -101.377, 26.730, -382.920, 127), + (17195355, 'Steppe_Hare', 5668, 128.198, 23.989, -18.946, 101), + (17195356, 'Steppe_Hare', 5668, 158.207, 20.340, 52.311, 60), + (17195357, 'Steppe_Hare', 5668, 219.711, 12.688, 132.801, 102), + (17195358, 'Steppe_Hare', 5668, 257.957, 18.983, 112.246, 127), + (17195359, 'Strolling_Sapling', 5669, 174.597, 19.201, 56.638, 127), + (17195360, 'Strolling_Sapling', 5669, 232.706, 16.267, 171.865, 55), + (17195361, 'Akbaba', 5628, 195.897, 15.642, 103.222, 127), + (17195362, 'Akbaba', 5628, 233.080, 15.623, 123.643, 10), + (17195363, 'Steppe_Hare', 5668, 336.981, 23.502, -37.457, 105), + (17195364, 'Steppe_Hare', 5668, 514.251, 23.732, -11.959, 127), + (17195365, 'Strolling_Sapling', 5669, 305.876, 23.681, 68.224, 127), + (17195366, 'Strolling_Sapling', 5669, 333.629, 23.857, -14.778, 63), + (17195367, 'Akbaba', 5628, 220.130, 23.925, -6.810, 30), + (17195368, 'Akbaba', 5628, 307.389, 24.078, 14.979, 30), + (17195369, 'Akbaba', 5628, 269.096, 23.596, -13.276, 123), + (17195370, 'Akbaba', 5628, 226.242, 23.853, 11.075, 127), + (17195371, 'Steppe_Hare', 5668, 561.945, 23.596, 54.837, 49), + (17195372, 'Steppe_Hare', 5668, 279.896, 23.452, -87.640, 127), + (17195373, 'Strolling_Sapling', 5669, 578.646, 22.474, -44.393, 34), + (17195374, 'Strolling_Sapling', 5669, 484.732, 23.921, 65.470, 127), + (17195375, 'Strolling_Sapling', 5669, 491.894, 23.904, 36.726, 98), + (17195376, 'Akbaba', 5628, 628.717, 27.858, -43.243, 127), + (17195377, 'Akbaba', 5628, 490.572, 23.168, 132.324, 127), + (17195378, 'Orcish_Grunt', 5653, 560.229, 23.533, 78.879, 60), + (17195379, 'Orcish_Stonechucker', 5656, 376.685, 23.758, -181.683, 0), + (17195380, 'Orcish_Fodder', 5651, 221.406, 15.457, 114.466, 25), + (17195381, 'Orcish_Neckchopper', 5655, 560.375, 24.325, 96.550, 125), + (17195382, 'Orcish_Mesmerizer', 5654, 267.476, 21.642, 127.518, 127), + (17195383, 'Orcish_Grappler', 5652, 489.978, 23.161, 130.244, 127), + (17195384, 'Skeleton_Warrior', 5667, 661.501, 23.621, 150.391, 68), + (17195385, 'Skeleton_Sorcerer', 5666, 235.300, 20.812, 90.810, 121), + (17195386, 'Ghost', 5634, 640.468, 31.085, -0.465, 127), + (17195387, 'Grenade', 5645, 484.343, 23.432, 78.368, 127), + (17195388, 'Steppe_Hare', 5668, 298.810, 23.820, -256.236, 83), + (17195389, 'Steppe_Hare', 5668, 481.025, 23.520, -142.674, 127), + (17195390, 'Strolling_Sapling', 5669, 258.943, 17.696, -214.482, 127), + (17195391, 'Strolling_Sapling', 5669, 327.321, 23.928, -184.745, 127), + (17195392, 'Akbaba', 5628, 258.465, 17.958, -189.472, 37), + (17195393, 'Akbaba', 5628, 325.329, 23.710, -249.542, 127), + (17195394, 'Akbaba', 5628, 267.708, 19.941, -212.752, 127), + (17195395, 'Steppe_Hare', 5668, 598.214, 23.096, -106.561, 127), + (17195396, 'Steppe_Hare', 5668, 0.000, 0.000, 0.000, 0), + (17195397, 'Strolling_Sapling', 5669, 472.274, 23.589, -202.938, 127), + (17195398, 'Strolling_Sapling', 5669, 438.486, 23.562, -179.584, 82), + (17195399, 'Akbaba', 5628, 545.962, 22.285, -193.671, 85), + (17195400, 'Akbaba', 5628, 491.634, 23.572, -165.683, 127), + (17195401, 'Orcish_Grunt', 5653, 345.248, 23.546, -283.247, 64), + (17195402, 'Orcish_Stonechucker', 5656, 409.000, 24.000, -473.000, 127), + (17195403, 'Orcish_Fodder', 5651, 520.997, 24.200, -131.800, 38), + (17195404, 'Orcish_Neckchopper', 5655, 296.710, 22.585, -137.493, 127), + (17195405, 'Orcish_Mesmerizer', 5654, 258.625, 21.598, -139.681, 127), + (17195406, 'Orcish_Grappler', 5652, 433.694, 23.152, -205.512, 127), + (17195407, 'Skeleton_Warrior', 5667, 272.895, 23.595, -82.048, 53), + (17195408, 'Skeleton_Sorcerer', 5666, 457.756, 23.202, -247.262, 127), + (17195409, 'Ghost', 5634, 376.145, 23.645, -206.133, 127), + (17195410, 'Grass_Funguar', 5644, 685.833, 30.082, 72.224, 81), + (17195411, 'Grass_Funguar', 5644, 517.750, 23.018, 152.239, 61), + (17195412, 'Grass_Funguar', 5644, 675.269, 23.636, 162.615, 127), + (17195413, 'Grass_Funguar', 5644, 691.018, 31.384, 82.823, 65), + (17195414, 'Grass_Funguar', 5644, 595.760, 22.764, 73.396, 14), + (17195415, 'Gale_Bats', 5633, 675.699, 30.501, 94.018, 64), + (17195416, 'Gale_Bats', 5633, 632.332, 24.106, 204.195, 7), + (17195417, 'Acro_Bat', 5626, 0.000, 0.000, 0.000, 0), + (17195418, 'Acro_Bat', 5626, 641.061, 24.375, 178.502, 127), + (17195419, 'Poltergeist', 5661, 622.020, 24.173, -65.574, 127), + (17195420, 'Poltergeist', 5661, 615.098, 23.451, -82.333, 119), + (17195421, 'Rock_Eater', 5664, 591.867, 37.391, -475.991, 127), + (17195422, 'Rock_Eater', 5664, 632.421, 39.863, -413.987, 34), + (17195423, 'Grass_Funguar', 5644, 609.082, 38.952, -382.628, 39), + (17195424, 'Grass_Funguar', 5644, 612.626, 39.887, -404.522, 127), + (17195425, 'Grass_Funguar', 5644, 621.000, 40.000, -431.000, 102), + (17195426, 'Gale_Bats', 5633, 624.108, 39.720, -405.962, 7), + (17195427, 'Acro_Bat', 5626, 636.107, 40.266, -463.140, 24), + (17195428, 'Thickshell', 5671, 594.052, 39.246, -408.251, 27), + (17195429, 'Thickshell', 5671, 565.638, 39.780, -433.877, 127), + (17195430, 'Goblin_Fisher', 5640, 562.669, 39.785, -430.168, 49), + (17195431, 'Water_Elemental', 5673, 562.188, 39.787, -429.819, 49), + (17195432, 'Rock_Eater', 5664, 436.662, 23.515, -317.437, 127), + (17195433, 'Rock_Eater', 5664, 570.681, 26.374, -320.869, 127), + (17195434, 'Grass_Funguar', 5644, 399.396, 23.450, -431.465, 46), + (17195435, 'Grass_Funguar', 5644, 381.262, 22.414, -530.608, 127), + (17195436, 'Grass_Funguar', 5644, 546.536, 23.689, -335.346, 127), + (17195437, 'Grass_Funguar', 5644, 436.615, 20.714, -568.976, 88), + (17195438, 'Gale_Bats', 5633, 521.864, 23.679, -350.856, 16), + (17195439, 'Acro_Bat', 5626, 410.836, 22.641, -441.076, 127), + (17195440, 'Thickshell', 5671, 439.566, 24.328, -536.999, 127), + (17195441, 'Thickshell', 5671, 408.598, 23.637, -524.288, 127), + (17195442, 'Goblin_Fisher', 5640, 439.550, 24.327, -537.357, 127), + (17195443, 'Water_Elemental', 5673, 421.290, 24.056, -523.976, 127), + (17195444, 'Rock_Eater', 5664, 245.873, 23.836, -466.020, 49), + (17195445, 'Rock_Eater', 5664, 246.176, 23.757, -467.687, 127), + (17195446, 'Grass_Funguar', 5644, 377.384, 24.223, -480.526, 70), + (17195447, 'Grass_Funguar', 5644, 241.963, 26.022, -538.111, 127), + (17195448, 'Grass_Funguar', 5644, 268.901, 22.987, -464.366, 127), + (17195449, 'Grass_Funguar', 5644, 347.495, 23.299, -503.467, 63), + (17195450, 'Gale_Bats', 5633, 319.942, 23.054, -469.378, 127), + (17195451, 'Acro_Bat', 5626, 242.057, 24.189, -455.078, 69), + (17195452, 'Rock_Eater', 5664, 118.227, 24.385, -460.372, 127), + (17195453, 'Rock_Eater', 5664, 136.160, 31.647, -563.783, 127), + (17195454, 'Grass_Funguar', 5644, 158.285, 25.426, -451.387, 50), + (17195455, 'Grass_Funguar', 5644, 216.248, 28.899, -529.675, 127), + (17195456, 'Grass_Funguar', 5644, 218.982, 26.587, -465.601, 127), + (17195457, 'Grass_Funguar', 5644, 134.491, 31.539, -561.745, 45), + (17195458, 'Gale_Bats', 5633, 140.787, 26.757, -510.900, 127), + (17195459, 'Acro_Bat', 5626, 224.662, 32.181, -560.638, 127), + (17195460, 'Orcish_Grunt', 5653, 373.000, 24.000, -503.000, 63), + (17195461, 'Orcish_Stonechucker', 5656, 0.000, 0.000, 0.000, 0), + (17195462, 'Orcish_Fodder', 5651, 402.327, 23.451, -434.056, 127), + (17195463, 'Orcish_Neckchopper', 5655, 324.000, 24.000, -512.000, 104), + (17195464, 'Orcish_Mesmerizer', 5654, 290.560, 24.085, -513.395, 127), + (17195465, 'Orcish_Grappler', 5652, 119.805, 23.656, -486.319, 127), + (17195466, 'Skeleton_Warrior', 5667, 425.227, 22.794, -505.269, 13), + (17195467, 'Skeleton_Sorcerer', 5666, 154.112, 31.476, -562.003, 127), + (17195468, 'Grenade', 5645, 387.628, 23.675, -488.808, 24), + (17195469, 'Poison_Funguar', 5660, -61.828, 55.075, -404.018, 127), + (17195470, 'Poison_Funguar', 5660, -23.177, 55.067, -394.806, 127), + (17195471, 'Huge_Wasp', 5646, -60.042, 54.931, -403.778, 127), + (17195472, 'Huge_Wasp', 5646, -74.231, 54.691, -413.188, 80), + (17195473, 'Goblin_Digger', 5639, -578.235, -17.008, 49.606, 126), + (17195474, 'Goblin_Archaeologist', 5637, 0.000, 0.000, 0.000, 0), + (17195475, 'Nihniknoovi', 5650, 0.000, 0.000, 0.000, 0), + (17195476, 'Pixie', 5657, 260.000, 55.000, 263.000, 127), + (17195477, 'Pixie', 5657, 0.000, 0.000, 0.000, 0), + (17195478, 'Pixie', 5657, 0.000, 0.000, 0.000, 0), + (17195479, 'Pixie', 5657, 0.000, 0.000, 0.000, 0), + (17195480, 'Pixie', 5657, 0.000, 0.000, 0.000, 0), + (17199105, 'Stag_Crab', 5739, 0.000, 0.000, 0.000, 0), + (17199106, 'Puffer_Pugil', 5735, 0.000, 0.000, 0.000, 0), + (17199107, 'Snipper', 5738, 293.910, 0.240, -37.480, 127), + (17199108, 'Beach_Pugil', 5678, -759.940, -4.000, 143.560, 127), + (17199109, 'Cutter', 5682, 0.000, 0.000, 0.000, 0), + (17199110, 'Sand_Hare', 5737, 838.306, -8.681, 315.540, 34), + (17199111, 'Sand_Hare', 5737, 842.441, -8.530, 362.193, 56), + (17199112, 'Sand_Hare', 5737, 796.302, -8.730, 331.457, 127), + (17199113, 'Sand_Hare', 5737, 783.624, -8.187, 244.997, 3), + (17199114, 'Goblin_Ambusher', 5691, 815.000, -7.000, 327.000, 127), + (17199115, 'Goblin_Ambusher', 5691, 834.932, -7.762, 340.870, 126), + (17199116, 'Goblin_Butcher', 5693, 823.633, -7.854, 355.712, 127), + (17199117, 'Night_Bats', 5731, 843.528, -8.347, 345.099, 127), + (17199118, 'Night_Bats', 5731, 788.540, -8.338, 305.820, 68), + (17199119, 'Night_Bats', 5731, 821.959, -8.416, 346.915, 37), + (17199120, 'Star_Bat', 5740, 801.083, -8.295, 342.576, 127), + (17199121, 'Sand_Hare', 5737, 567.715, -10.634, 172.673, 127), + (17199122, 'Sand_Hare', 5737, 619.266, -15.725, 233.874, 0), + (17199123, 'Sand_Hare', 5737, 599.905, -14.391, 185.652, 127), + (17199124, 'Sand_Hare', 5737, 650.210, -14.373, 227.680, 127), + (17199125, 'Brutal_Sheep', 5681, 604.627, -15.880, 223.546, 67), + (17199126, 'Brutal_Sheep', 5681, 544.650, -14.409, 180.738, 95), + (17199127, 'Brutal_Sheep', 5681, 591.402, -16.486, 220.546, 127), + (17199128, 'Brutal_Sheep', 5681, 600.847, -15.505, 191.485, 67), + (17199129, 'Damselfly', 5683, 621.793, -13.137, 209.307, 8), + (17199130, 'Damselfly', 5683, 608.386, -14.629, 189.286, 89), + (17199131, 'Damselfly', 5683, 696.975, -13.703, 236.128, 127), + (17199132, 'Damselfly', 5683, 634.235, -16.233, 258.714, 127), + (17199133, 'Damselfly', 5683, 552.808, -9.920, 153.494, 127), + (17199134, 'Damselfly', 5683, 552.521, -10.194, 160.236, 72), + (17199135, 'Goblin_Ambusher', 5691, 676.363, -15.197, 230.873, 67), + (17199136, 'Goblin_Tinkerer', 5702, 616.585, -9.187, 167.145, 82), + (17199137, 'Goblin_Butcher', 5693, 627.826, -15.618, 236.013, 54), + (17199138, 'Ghoul', 5688, 595.615, -16.444, 234.548, 127), + (17199139, 'Ghoul', 5689, 549.022, -8.323, 127.781, 127), + (17199140, 'Will-o-the-Wisp', 5743, 0.000, 0.000, 0.000, 0), + (17199141, 'Sand_Hare', 5737, 505.509, -15.802, 363.246, 94), + (17199142, 'Sand_Hare', 5737, 496.323, -16.239, 291.652, 127), + (17199143, 'Sand_Hare', 5737, 516.633, -16.304, 286.051, 93), + (17199144, 'Brutal_Sheep', 5681, 524.339, -16.280, 350.291, 115), + (17199145, 'Brutal_Sheep', 5681, 566.999, -15.964, 338.589, 108), + (17199146, 'Brutal_Sheep', 5681, 506.017, -15.850, 315.970, 127), + (17199147, 'Snipper', 5738, 485.342, -16.222, 289.718, 0), + (17199148, 'Snipper', 5738, 564.885, -15.844, 337.682, 127), + (17199149, 'Snipper', 5738, 483.788, -16.974, 369.202, 127), + (17199150, 'Snipper', 5738, 510.593, -16.337, 348.784, 127), + (17199151, 'Snipper', 5738, 502.788, -15.774, 360.338, 127), + (17199152, 'Goblin_Ambusher', 5691, 479.701, -16.068, 291.897, 113), + (17199153, 'Goblin_Ambusher', 5691, 532.249, -16.119, 361.671, 36), + (17199154, 'Goblin_Butcher', 5693, 484.938, -16.269, 351.782, 127), + (17199155, 'Night_Bats', 5731, 554.615, -16.303, 286.043, 93), + (17199156, 'Night_Bats', 5731, 504.693, -16.865, 298.972, 16), + (17199157, 'Night_Bats', 5731, 494.876, -16.504, 333.994, 127), + (17199158, 'Star_Bat', 5740, 558.444, -16.496, 320.016, 32), + (17199159, 'Ghoul', 5689, 534.922, -16.123, 353.027, 42), + (17199160, 'Ghoul', 5688, 528.294, -16.202, 305.390, 107), + (17199162, 'Sand_Hare', 5737, 402.654, -16.627, 243.662, 127), + (17199163, 'Sand_Hare', 5737, 524.051, -16.484, 156.971, 73), + (17199164, 'Sand_Hare', 5737, 472.700, -16.526, 211.377, 127), + (17199165, 'Sand_Hare', 5737, 338.691, -14.678, 235.512, 94), + (17199166, 'Brutal_Sheep', 5681, 450.209, -16.087, 180.410, 90), + (17199167, 'Brutal_Sheep', 5681, 387.586, -15.360, 153.761, 85), + (17199168, 'Brutal_Sheep', 5681, 484.380, -16.463, 204.683, 2), + (17199169, 'Brutal_Sheep', 5681, 511.000, -16.000, 226.000, 127), + (17199170, 'Damselfly', 5683, 459.428, -15.739, 239.928, 127), + (17199171, 'Damselfly', 5683, 519.000, -15.000, 195.000, 24), + (17199172, 'Damselfly', 5683, 455.667, -16.586, 181.168, 50), + (17199173, 'Damselfly', 5683, 465.968, -15.942, 166.042, 127), + (17199174, 'Damselfly', 5683, 494.907, -15.533, 157.664, 127), + (17199175, 'Damselfly', 5683, 456.987, -16.685, 225.751, 127), + (17199176, 'Goblin_Mugger', 5698, 413.057, -15.994, 157.095, 127), + (17199177, 'Goblin_Leecher', 5697, 392.349, -16.688, 167.015, 15), + (17199178, 'Goblin_Gambler', 5695, 388.775, -15.596, 174.358, 21), + (17199179, 'Ghoul', 5688, 433.000, -15.000, 201.000, 0), + (17199180, 'Ghoul', 5688, 381.858, -16.281, 202.908, 127), + (17199181, 'Ghoul', 5689, 628.000, -8.000, 131.000, 0), + (17199182, 'Will-o-the-Wisp', 5743, 0.000, 0.000, 0.000, 0), + (17199183, 'Goblin_Mugger', 5698, 500.830, -16.374, 255.148, 127), + (17199184, 'Goblin_Leecher', 5697, 496.000, -16.000, 259.000, 127), + (17199185, 'Goblin_Gambler', 5695, 501.000, -16.000, 259.000, 27), + (17199186, 'Fire_Elemental', 5687, -425.130, -15.950, 268.240, 0), + (17199187, 'Fire_Elemental', 5687, 641.780, 0.160, -192.760, 0), + (17199188, 'Sand_Hare', 5737, 444.571, -8.865, 116.631, 78), + (17199189, 'Sand_Hare', 5737, 440.678, 0.099, 21.047, 32), + (17199190, 'Sand_Hare', 5737, 379.772, -8.404, 88.805, 1), + (17199191, 'Brutal_Sheep', 5681, 421.362, -9.702, 95.518, 127), + (17199192, 'Brutal_Sheep', 5681, 491.462, -8.280, 81.535, 127), + (17199193, 'Brutal_Sheep', 5681, 445.069, -9.146, 118.162, 59), + (17199194, 'Damselfly', 5683, 527.754, -8.783, 79.790, 71), + (17199195, 'Damselfly', 5683, 435.689, -8.010, 84.652, 127), + (17199196, 'Damselfly', 5683, 347.964, -7.957, 57.429, 127), + (17199197, 'Damselfly', 5683, 390.794, -7.339, 27.918, 127), + (17199198, 'Damselfly', 5683, 510.742, -8.666, 68.229, 127), + (17199199, 'Goblin_Mugger', 5698, 464.000, -7.000, 85.000, 9), + (17199200, 'Goblin_Ambusher', 5691, 377.401, -7.736, 41.813, 127), + (17199201, 'Goblin_Leecher', 5697, 491.871, -8.340, 108.904, 127), + (17199202, 'Goblin_Tinkerer', 5702, 423.694, -9.816, 101.138, 93), + (17199203, 'Goblin_Gambler', 5695, 441.502, 0.046, 22.957, 76), + (17199204, 'Goblin_Butcher', 5693, 321.273, -8.212, 35.836, 63), + (17199205, 'Ghoul', 5689, 488.712, -8.066, 62.432, 127), + (17199206, 'Ghoul', 5689, 353.475, -7.926, 67.711, 119), + (17199207, 'Ghoul', 5689, 417.220, -6.023, 49.461, 127), + (17199208, 'Will-o-the-Wisp', 5743, 0.000, 0.000, 0.000, 0), + (17199209, 'Sand_Hare', 5737, 518.734, -8.354, -46.098, 110), + (17199210, 'Sand_Hare', 5737, 468.618, -8.189, -34.734, 66), + (17199211, 'Brutal_Sheep', 5681, 483.078, -8.397, 3.186, 127), + (17199212, 'Brutal_Sheep', 5681, 483.399, -7.851, -12.692, 50), + (17199213, 'Snipper', 5738, 561.246, -8.739, -32.775, 120), + (17199214, 'Snipper', 5738, 542.763, -7.798, -47.509, 127), + (17199215, 'Snipper', 5738, 511.650, -7.831, -61.283, 127), + (17199216, 'Snipper', 5738, 454.000, -8.000, -32.000, 90), + (17199217, 'Snipper', 5738, 530.264, -7.210, -53.955, 111), + (17199218, 'Snipper', 5738, 492.821, -8.392, -21.260, 1), + (17199219, 'Goblin_Mugger', 5698, 522.000, -7.000, 29.000, 83), + (17199220, 'Goblin_Leecher', 5697, 488.533, -8.436, -45.714, 116), + (17199221, 'Goblin_Gambler', 5695, 544.843, -8.038, -84.742, 127), + (17199222, 'Night_Bats', 5731, 536.754, -7.364, -65.812, 127), + (17199223, 'Night_Bats', 5731, 480.593, -8.492, -36.449, 110), + (17199224, 'Night_Bats', 5731, 463.386, -7.924, -46.146, 119), + (17199225, 'Star_Bat', 5740, 479.056, -8.444, -0.168, 127), + (17199226, 'Ghoul', 5689, 526.017, -8.617, 5.618, 127), + (17199227, 'Ghoul', 5688, 513.000, -7.000, -44.000, 127), + (17199228, 'Sand_Hare', 5737, 670.132, -0.350, -79.247, 54), + (17199229, 'Sand_Hare', 5737, 661.184, 0.464, -42.230, 69), + (17199230, 'Sand_Hare', 5737, 646.958, -0.157, -13.537, 125), + (17199231, 'Sand_Hare', 5737, 708.000, 0.008, -70.000, 112), + (17199232, 'Sand_Hare', 5737, 691.123, -0.188, -32.850, 60), + (17199233, 'Sand_Hare', 5737, 647.616, 0.312, -97.308, 126), + (17199234, 'Sand_Hare', 5737, 656.762, 0.634, -109.534, 67), + (17199235, 'Sand_Hare', 5737, 658.876, 0.375, -0.055, 91), + (17199236, 'Brutal_Sheep', 5681, 619.392, 0.925, -57.765, 127), + (17199237, 'Brutal_Sheep', 5681, 657.561, -0.011, -48.512, 127), + (17199238, 'Brutal_Sheep', 5681, 607.827, -0.253, -50.523, 127), + (17199239, 'Goblin_Mugger', 5698, 596.000, -0.010, -42.000, 99), + (17199240, 'Goblin_Leecher', 5697, 524.000, -7.000, -79.000, 127), + (17199241, 'Goblin_Gambler', 5695, 609.029, -0.210, -74.814, 0), + (17199242, 'Hill_Lizard', 5712, 678.850, -0.536, -197.851, 81), + (17199243, 'Hill_Lizard', 5712, 663.000, -0.360, -203.000, 47), + (17199244, 'Hill_Lizard', 5712, 740.000, -7.000, -203.000, 46), + (17199245, 'Goblin_Ambusher', 5691, 631.000, -0.010, -202.000, 29), + (17199246, 'Goblin_Leecher', 5697, 630.388, -0.996, -158.715, 71), + (17199247, 'Goblin_Tinkerer', 5702, 397.000, -0.010, -48.000, 127), + (17199248, 'Goblin_Butcher', 5693, 643.789, 0.070, -175.597, 36), + (17199249, 'Earth_Elemental', 5686, 638.383, 0.017, -187.154, 127), + (17199250, 'Hill_Lizard', 5712, 736.947, -8.662, -237.352, 67), + (17199251, 'Hill_Lizard', 5712, 741.815, -9.802, -224.794, 127), + (17199252, 'Hill_Lizard', 5712, 742.699, -9.582, -216.739, 127), + (17199253, 'Hill_Lizard', 5712, 743.618, -10.773, -184.629, 15), + (17199254, 'Sand_Bats', 5736, 773.021, -10.497, -261.473, 127), + (17199255, 'Sand_Bats', 5736, 742.750, -10.630, -259.645, 127), + (17199256, 'Hill_Lizard', 5712, 913.959, -0.376, -199.575, 127), + (17199257, 'Hill_Lizard', 5712, 919.000, -0.010, -312.000, 127), + (17199258, 'Hill_Lizard', 5712, 879.000, -0.010, -276.000, 127), + (17199259, 'Hill_Lizard', 5712, 901.989, 0.770, -230.450, 127), + (17199260, 'Hill_Lizard', 5712, 901.000, -0.489, -262.000, 116), + (17199261, 'Hill_Lizard', 5712, 866.795, -0.203, -154.407, 127), + (17199262, 'Hill_Lizard', 5712, 909.781, -0.421, -291.997, 42), + (17199263, 'Hill_Lizard', 5712, 946.613, 0.029, -324.045, 53), + (17199264, 'Hill_Lizard', 5712, 940.706, -0.733, -226.328, 127), + (17199265, 'Goblin_Ambusher', 5691, 834.000, 0.489, -196.000, 127), + (17199266, 'Goblin_Ambusher', 5691, 884.874, -0.248, -222.742, 127), + (17199267, 'Goblin_Tinkerer', 5702, 843.000, -0.456, -155.000, 127), + (17199268, 'Goblin_Tinkerer', 5702, 902.000, 1.000, -258.000, 127), + (17199269, 'Goblin_Butcher', 5693, 853.000, 1.000, -212.000, 127), + (17199270, 'Goblin_Butcher', 5693, 921.000, -0.026, -211.000, 13), + (17199271, 'Night_Bats', 5731, 799.610, -1.056, -189.998, 17), + (17199272, 'Night_Bats', 5731, 913.000, -0.010, -226.000, 127), + (17199273, 'Night_Bats', 5731, 854.591, 0.108, -231.170, 121), + (17199274, 'Star_Bat', 5740, 810.000, -0.529, -195.698, 73), + (17199275, 'Star_Bat', 5740, 844.000, -0.010, -204.000, 127), + (17199276, 'Goblin_Ambusher', 5691, 861.000, -0.010, -176.000, 73), + (17199277, 'Goblin_Tinkerer', 5702, 863.000, -0.010, -182.000, 84), + (17199278, 'Goblin_Butcher', 5693, 858.865, -0.375, -182.564, 111), + (17199279, 'Fire_Elemental', 5687, 805.780, 0.090, -196.650, 0), + (17199280, 'Fire_Elemental', 5687, 868.990, 0.460, -165.170, 0), + (17199281, 'Snipper', 5738, 310.289, -8.250, 95.197, 127), + (17199282, 'Snipper', 5738, 317.000, -8.000, 74.000, 24), + (17199283, 'Snipper', 5738, 324.450, -8.750, 80.387, 127), + (17199284, 'Snipper', 5738, 320.000, -8.000, 87.000, 108), + (17199285, 'Snipper', 5738, 312.000, -7.000, 101.000, 127), + (17199286, 'Thread_Leech', 5741, 313.743, -8.482, 69.959, 127), + (17199287, 'Thread_Leech', 5741, 318.000, -7.000, 91.000, 42), + (17199288, 'Thread_Leech', 5741, 309.244, -7.982, 94.925, 3), + (17199289, 'Thread_Leech', 5741, 309.000, -8.000, 107.000, 65), + (17199290, 'Thread_Leech', 5741, 305.402, -8.287, 75.366, 127), + (17199291, 'Sand_Hare', 5737, 342.078, -7.800, 157.842, 127), + (17199292, 'Sand_Hare', 5737, 282.040, -8.433, 115.765, 125), + (17199293, 'Sand_Hare', 5737, 336.733, -9.651, 192.617, 127), + (17199294, 'Brutal_Sheep', 5681, 295.928, -8.263, 191.759, 124), + (17199295, 'Brutal_Sheep', 5681, 318.568, -8.453, 119.892, 127), + (17199296, 'Brutal_Sheep', 5681, 219.652, -7.865, 91.792, 107), + (17199297, 'Damselfly', 5683, 183.859, -7.960, 145.373, 96), + (17199298, 'Damselfly', 5683, 372.506, -9.593, 134.997, 57), + (17199299, 'Damselfly', 5683, 243.008, -8.575, 164.169, 60), + (17199300, 'Damselfly', 5683, 326.674, -8.468, 205.112, 57), + (17199301, 'Damselfly', 5683, 353.917, -8.395, 165.425, 127), + (17199302, 'Damselfly', 5683, 349.000, -7.000, 89.000, 127), + (17199303, 'Goblin_Mugger', 5698, 289.000, -7.000, 143.000, 127), + (17199304, 'Goblin_Ambusher', 5691, 238.461, -8.452, 156.770, 127), + (17199305, 'Goblin_Leecher', 5697, 184.673, -7.710, 106.691, 127), + (17199306, 'Goblin_Tinkerer', 5702, 343.107, -8.211, 149.552, 94), + (17199307, 'Goblin_Gambler', 5695, 269.000, -7.000, 88.000, 127), + (17199308, 'Goblin_Butcher', 5693, 362.298, -8.570, 132.902, 127), + (17199309, 'Ghoul', 5688, 175.208, -7.985, 116.529, 31), + (17199310, 'Ghoul', 5689, 309.000, -7.000, 159.000, 127), + (17199311, 'Ghoul', 5689, 259.000, -0.010, -3.000, 120), + (17199312, 'Will-o-the-Wisp', 5743, 0.000, 0.000, 0.000, 0), + (17199313, 'Snipper', 5738, 162.231, -9.147, 170.091, 11), + (17199314, 'Snipper', 5738, 168.485, -8.698, 168.036, 127), + (17199315, 'Snipper', 5738, 154.124, -8.627, 160.229, 111), + (17199316, 'Snipper', 5738, 162.413, -8.616, 164.806, 127), + (17199317, 'Thread_Leech', 5741, 155.454, -8.754, 166.380, 40), + (17199318, 'Thread_Leech', 5741, 156.882, -8.267, 149.093, 24), + (17199319, 'Thread_Leech', 5741, 148.571, -9.705, 162.649, 127), + (17199320, 'Thread_Leech', 5741, 168.474, -8.271, 156.662, 54), + (17199321, 'Snipper', 5738, 291.000, 4.000, -158.000, 106), + (17199322, 'Snipper', 5738, 325.675, -0.677, -1.372, 50), + (17199323, 'Snipper', 5738, 237.312, -0.483, 39.863, 127), + (17199324, 'Snipper', 5738, 270.000, 4.000, -158.000, 127), + (17199325, 'Snipper', 5738, 217.519, -1.537, -12.253, 100), + (17199326, 'Damselfly', 5683, 326.351, -1.935, -27.758, 34), + (17199327, 'Damselfly', 5683, 300.011, -1.542, -49.760, 81), + (17199328, 'Damselfly', 5683, 212.740, -0.369, 9.392, 62), + (17199329, 'Damselfly', 5683, 347.002, 0.146, -129.876, 127), + (17199330, 'Thread_Leech', 5741, 333.604, -0.942, -112.431, 45), + (17199331, 'Thread_Leech', 5741, 331.657, -1.102, -53.421, 1), + (17199332, 'Thread_Leech', 5741, 238.759, -0.150, -88.724, 64), + (17199333, 'Thread_Leech', 5741, 379.733, -0.255, -39.744, 127), + (17199334, 'Thread_Leech', 5741, 339.391, -0.065, -119.563, 127), + (17199335, 'Goblin_Mugger', 5698, 196.050, -0.361, 2.497, 123), + (17199336, 'Goblin_Leecher', 5697, 333.760, -0.076, 8.915, 127), + (17199337, 'Goblin_Gambler', 5695, 249.656, -0.539, -107.488, 53), + (17199338, 'Ghoul', 5688, 194.026, -0.395, -43.196, 127), + (17199339, 'Ghoul', 5689, 310.515, -0.595, -2.791, 127), + (17199340, 'Ghoul', 5689, 355.994, 0.076, -95.293, 7), + (17199341, 'Bogy', 5680, 363.878, -0.233, -83.667, 47), + (17199342, 'Bogy', 5680, 341.519, -1.624, -48.729, 86), + (17199343, 'Snipper', 5738, 340.220, 3.490, -159.621, 33), + (17199344, 'Snipper', 5738, 256.000, 4.000, -160.000, 127), + (17199345, 'Snipper', 5738, 235.372, 2.857, -160.216, 127), + (17199346, 'Beach_Pugil', 5678, 329.111, 3.496, -162.561, 127), + (17199347, 'Beach_Pugil', 5678, 270.170, 3.498, -166.390, 20), + (17199348, 'Beach_Pugil', 5678, 323.090, 3.499, -167.403, 4), + (17199349, 'Beach_Pugil', 5678, 289.000, 4.000, -168.000, 127), + (17199350, 'Bogy', 5680, 351.885, 3.793, -189.068, 64), + (17199352, 'Sand_Bats', 5736, 418.616, -0.519, -203.428, 127), + (17199353, 'Sand_Bats', 5736, 418.335, -0.552, -206.461, 74), + (17199354, 'Sand_Hare', 5737, 163.605, -8.052, 37.602, 22), + (17199355, 'Sand_Hare', 5737, 141.354, 0.229, -6.764, 127), + (17199356, 'Brutal_Sheep', 5681, 158.418, -4.101, 13.863, 127), + (17199357, 'Brutal_Sheep', 5681, 100.680, -8.507, 54.424, 127), + (17199358, 'Brutal_Sheep', 5681, 189.663, -3.277, 46.026, 34), + (17199359, 'Damselfly', 5683, 114.528, -0.439, -27.694, 127), + (17199360, 'Damselfly', 5683, 55.483, -0.010, 0.803, 127), + (17199361, 'Damselfly', 5683, 79.000, -0.193, -36.000, 127), + (17199362, 'Damselfly', 5683, 50.610, -0.400, -37.508, 124), + (17199363, 'Damselfly', 5683, 158.035, -8.500, 36.896, 8), + (17199364, 'Goblin_Mugger', 5698, 104.700, 0.048, -29.976, 127), + (17199365, 'Goblin_Ambusher', 5691, 99.531, -6.610, 31.901, 98), + (17199366, 'Goblin_Leecher', 5697, 182.970, -0.849, -25.663, 127), + (17199367, 'Goblin_Tinkerer', 5702, 136.144, -7.543, 68.237, 127), + (17199368, 'Goblin_Gambler', 5695, 132.591, -0.259, -7.825, 127), + (17199369, 'Goblin_Butcher', 5693, 60.000, -0.010, -12.000, 127), + (17199370, 'Will-o-the-Wisp', 5743, 0.000, 0.000, 0.000, 0), + (17199371, 'Sand_Hare', 5737, 7.561, -8.702, 97.386, 25), + (17199372, 'Sand_Hare', 5737, 29.640, -8.109, 100.402, 25), + (17199373, 'Sand_Hare', 5737, 11.916, -7.866, 154.661, 22), + (17199374, 'Sand_Hare', 5737, 69.085, -7.950, 107.103, 127), + (17199375, 'Brutal_Sheep', 5681, -53.578, -8.061, 194.423, 11), + (17199376, 'Brutal_Sheep', 5681, 69.144, -7.934, 104.270, 127), + (17199377, 'Brutal_Sheep', 5681, 6.166, -8.372, 132.958, 108), + (17199378, 'Brutal_Sheep', 5681, 32.072, -8.222, 106.394, 127), + (17199379, 'Damselfly', 5683, -60.736, -7.447, 200.640, 127), + (17199380, 'Damselfly', 5683, -63.272, -8.005, 183.130, 127), + (17199381, 'Damselfly', 5683, 27.814, -8.250, 122.069, 127), + (17199382, 'Damselfly', 5683, -15.722, -8.274, 163.710, 103), + (17199383, 'Damselfly', 5683, 47.577, -8.348, 124.543, 81), + (17199384, 'Goblin_Mugger', 5698, 51.091, -8.047, 40.478, 24), + (17199385, 'Goblin_Mugger', 5698, -62.947, -8.000, 182.762, 127), + (17199386, 'Goblin_Leecher', 5697, 95.627, -8.718, 98.019, 127), + (17199387, 'Goblin_Leecher', 5697, -36.494, -8.894, 205.983, 32), + (17199388, 'Goblin_Gambler', 5695, 30.000, -7.000, 78.000, 101), + (17199389, 'Goblin_Gambler', 5695, -85.129, -8.291, 188.442, 63), + (17199390, 'Ghoul', 5689, 30.022, -7.452, 40.693, 127), + (17199391, 'Ghoul', 5688, -50.370, -9.117, 100.492, 127), + (17199392, 'Ghoul', 5688, 35.915, -8.303, 127.852, 40), + (17199393, 'Will-o-the-Wisp', 5743, 0.000, 0.000, 0.000, 0), + (17199394, 'Goblin_Mugger', 5698, -58.000, -8.000, 175.000, 28), + (17199395, 'Goblin_Leecher', 5697, -55.000, -8.000, 179.000, 127), + (17199396, 'Goblin_Gambler', 5695, -34.000, -7.000, 152.000, 76), + (17199397, 'Fire_Elemental', 5687, 914.750, 0.060, -282.620, 0), + (17199398, 'Fire_Elemental', 5687, 964.060, -0.010, -242.180, 0), + (17199399, 'Snipper', 5738, 499.000, -7.000, -40.000, 127), + (17199400, 'Snipper', 5738, -130.176, -9.630, 166.322, 127), + (17199401, 'Snipper', 5738, -100.365, -7.518, 203.045, 127), + (17199402, 'Snipper', 5738, -129.337, -9.041, 157.305, 127), + (17199403, 'Snipper', 5738, -110.569, -8.238, 158.143, 127), + (17199404, 'Thread_Leech', 5741, -120.158, -7.955, 174.121, 54), + (17199405, 'Thread_Leech', 5741, -119.252, -9.471, 211.935, 127), + (17199406, 'Thread_Leech', 5741, -124.371, -9.035, 208.532, 127), + (17199407, 'Thread_Leech', 5741, -112.846, -8.288, 198.793, 105), + (17199408, 'Thread_Leech', 5741, -119.973, -8.661, 206.531, 125), + (17199409, 'Sand_Hare', 5737, -146.887, -0.439, -6.110, 79), + (17199410, 'Sand_Hare', 5737, -108.826, -0.375, -34.876, 127), + (17199411, 'Sand_Hare', 5737, -94.787, -0.735, 89.573, 69), + (17199412, 'Sand_Hare', 5737, -90.679, -0.605, 81.382, 127), + (17199413, 'Brutal_Sheep', 5681, -178.321, -0.477, 76.402, 127), + (17199414, 'Brutal_Sheep', 5681, -185.630, 0.221, 39.791, 26), + (17199415, 'Brutal_Sheep', 5681, 4.067, 0.020, 13.094, 127), + (17199416, 'Brutal_Sheep', 5681, -82.000, -8.000, 122.000, 125), + (17199417, 'Damselfly', 5683, -93.273, -1.856, 94.568, 127), + (17199418, 'Damselfly', 5683, -22.663, -0.062, 40.538, 92), + (17199419, 'Damselfly', 5683, -144.284, -1.103, 4.202, 39), + (17199420, 'Damselfly', 5683, -95.250, -0.268, -49.386, 78), + (17199421, 'Damselfly', 5683, -206.327, -1.183, 76.800, 127), + (17199422, 'Goblin_Mugger', 5698, -137.622, -0.637, -1.351, 127), + (17199423, 'Goblin_Leecher', 5697, -184.039, -0.660, 22.379, 90), + (17199424, 'Goblin_Gambler', 5695, -146.987, -1.446, 42.349, 127), + (17199425, 'Ghoul', 5688, 1000.000, 1000.000, 1000.000, 110), + (17199426, 'Ghoul', 5688, -258.000, 0.000, 7.000, 127), + (17199427, 'Ghoul', 5689, -41.842, -2.220, 27.345, 115), + (17199428, 'Will-o-the-Wisp', 5743, 0.000, 0.000, 0.000, 0), + (17199429, 'Snipper', 5738, -285.076, -0.602, 32.184, 127), + (17199430, 'Snipper', 5738, -346.008, -1.149, -16.801, 127), + (17199431, 'Snipper', 5738, -222.848, -1.610, -21.365, 107), + (17199432, 'Snipper', 5738, -178.000, 4.000, -124.000, 78), + (17199433, 'Snipper', 5738, -222.000, 4.000, -136.000, 127), + (17199434, 'Damselfly', 5683, -228.957, 2.776, -101.226, 63), + (17199435, 'Damselfly', 5683, -270.823, -2.168, -16.349, 37), + (17199436, 'Damselfly', 5683, -327.000, -1.000, -21.000, 127), + (17199437, 'Damselfly', 5683, -264.829, -0.843, -91.306, 79), + (17199438, 'Valkurm_Emperor', 5742, -211.000, -0.010, -34.000, 39), + (17199439, 'Thread_Leech', 5741, -176.766, -0.606, -16.640, 127), + (17199440, 'Thread_Leech', 5741, -335.133, 0.030, 0.840, 127), + (17199441, 'Thread_Leech', 5741, -141.871, -1.405, -60.873, 47), + (17199442, 'Thread_Leech', 5741, -146.684, -0.041, -28.595, 2), + (17199443, 'Thread_Leech', 5741, -254.226, -0.527, -12.283, 42), + (17199444, 'Goblin_Mugger', 5698, -219.614, 0.521, -83.245, 127), + (17199445, 'Goblin_Leecher', 5697, -159.355, -0.734, -44.018, 83), + (17199446, 'Goblin_Gambler', 5695, -193.791, -0.732, -64.968, 95), + (17199447, 'Ghoul', 5688, -288.000, 0.000, -72.000, 57), + (17199448, 'Ghoul', 5689, -148.685, -0.390, -51.254, 47), + (17199449, 'Ghoul', 5688, -363.070, -0.519, -1.725, 127), + (17199450, 'Bogy', 5680, -283.466, -0.873, -6.393, 39), + (17199451, 'Bogy', 5680, -145.925, -0.006, -29.174, 16), + (17199452, 'Snipper', 5738, -245.166, 3.799, -158.698, 127), + (17199453, 'Snipper', 5738, -202.304, 3.500, -129.171, 45), + (17199454, 'Snipper', 5738, -125.693, 3.500, -125.942, 127), + (17199455, 'Beach_Pugil', 5678, -240.795, 3.800, -158.520, 127), + (17199456, 'Beach_Pugil', 5678, -218.329, 3.508, -125.573, 127), + (17199457, 'Beach_Pugil', 5678, -135.973, 3.500, -116.578, 127), + (17199458, 'Beach_Pugil', 5678, -231.692, 3.500, -130.444, 127), + (17199459, 'Bogy', 5680, -117.000, 1.000, -95.000, 127), + (17199460, 'Sand_Bats', 5736, -299.954, -0.514, -156.769, 34), + (17199461, 'Giant_Bat', 5690, -296.679, -0.510, -164.298, 127), + (17199462, 'Sand_Hare', 5737, -309.918, -8.006, 43.559, 127), + (17199463, 'Sand_Hare', 5737, -267.843, -8.503, 102.574, 127), + (17199464, 'Hill_Lizard', 5712, -276.365, -8.502, 119.944, 127), + (17199465, 'Hill_Lizard', 5712, -348.477, -9.487, 131.730, 127), + (17199466, 'Hill_Lizard', 5712, -288.878, -8.266, 144.344, 127), + (17199467, 'Damselfly', 5683, -339.324, -7.787, 127.145, 121), + (17199468, 'Damselfly', 5683, -346.000, -7.000, 60.000, 127), + (17199469, 'Damselfly', 5683, -319.947, -8.201, 116.113, 127), + (17199470, 'Goblin_Mugger', 5698, -310.867, -8.964, 185.501, 53), + (17199471, 'Goblin_Leecher', 5697, -270.245, -7.933, 78.255, 127), + (17199472, 'Goblin_Gambler', 5695, -343.000, -8.000, 100.000, 19), + (17199473, 'Ghoul', 5689, 0.000, 0.000, 0.000, 0), + (17199474, 'Ghoul', 5689, -300.981, -8.126, 91.143, 88), + (17199475, 'Ghoul', 5688, -255.921, -8.279, 103.468, 127), + (17199476, 'Goblin_Mugger', 5698, -341.240, -8.345, 94.707, 127), + (17199477, 'Goblin_Leecher', 5697, -336.000, -8.000, 97.000, 127), + (17199478, 'Goblin_Gambler', 5695, -343.312, -7.603, 78.234, 53), + (17199479, 'Fire_Elemental', 5687, -340.550, -8.375, 94.746, 102), + (17199480, 'Fire_Elemental', 5687, -305.000, -7.000, 119.000, 29), + (17199481, 'Sand_Hare', 5737, -442.398, -8.361, 153.150, 127), + (17199482, 'Sand_Hare', 5737, -496.844, -8.499, 129.520, 17), + (17199483, 'Sand_Hare', 5737, -471.851, -8.047, 122.547, 16), + (17199484, 'Sand_Hare', 5737, -493.671, -7.923, 147.362, 127), + (17199485, 'Hill_Lizard', 5712, -442.677, -8.172, 145.926, 127), + (17199486, 'Hill_Lizard', 5712, -493.801, -8.263, 140.969, 68), + (17199487, 'Hill_Lizard', 5712, -472.339, -8.022, 145.092, 127), + (17199488, 'Hill_Lizard', 5712, -460.076, -8.386, 103.078, 127), + (17199489, 'Goblin_Mugger', 5698, -505.861, -8.183, 159.858, 114), + (17199490, 'Goblin_Leecher', 5697, -459.038, -7.815, 81.496, 124), + (17199491, 'Goblin_Gambler', 5695, -485.488, -8.900, 76.517, 127), + (17199492, 'Sand_Hare', 5737, -391.810, -8.056, 221.576, 127), + (17199493, 'Sand_Hare', 5737, -439.281, -8.443, 196.195, 89), + (17199494, 'Sand_Hare', 5737, -354.452, -7.877, 226.038, 116), + (17199495, 'Sand_Hare', 5737, -435.338, -16.468, 252.609, 65), + (17199496, 'Hill_Lizard', 5712, -370.000, -7.000, 239.000, 24), + (17199497, 'Hill_Lizard', 5712, -331.000, -7.000, 228.000, 127), + (17199498, 'Hill_Lizard', 5712, -352.000, -7.000, 214.000, 107), + (17199499, 'Hill_Lizard', 5712, -358.000, -7.000, 266.000, 127), + (17199500, 'Hill_Lizard', 5712, -382.000, -7.000, 218.000, 127), + (17199501, 'Hill_Lizard', 5712, -355.000, -7.000, 203.000, 57), + (17199502, 'Hill_Lizard', 5712, -379.000, -7.000, 244.000, 127), + (17199503, 'Hill_Lizard', 5712, -372.000, -8.000, 209.000, 127), + (17199504, 'Goblin_Mugger', 5698, -388.000, -14.000, 278.000, 127), + (17199505, 'Goblin_Leecher', 5697, -316.581, -8.625, 243.828, 106), + (17199506, 'Goblin_Gambler', 5695, -379.526, -11.894, 309.577, 91), + (17199507, 'Ghoul', 5688, -400.470, -8.466, 201.231, 28), + (17199508, 'Ghoul', 5689, -402.766, -16.500, 317.849, 6), + (17199509, 'Ghoul', 5688, 0.000, 0.000, 0.000, 0), + (17199510, 'Hill_Lizard', 5712, -399.000, -7.000, 204.000, 61), + (17199511, 'Hill_Lizard', 5712, -476.718, -15.608, 297.838, 127), + (17199512, 'Hill_Lizard', 5712, -492.805, -16.153, 357.125, 64), + (17199513, 'Hill_Lizard', 5712, -469.852, -17.232, 313.553, 92), + (17199514, 'Goblin_Mugger', 5698, -501.617, -15.694, 358.242, 58), + (17199515, 'Goblin_Leecher', 5697, -442.263, -16.944, 288.140, 127), + (17199516, 'Goblin_Gambler', 5695, -447.084, -16.320, 277.472, 121), + (17199517, 'Earth_Elemental', 5686, -464.056, -15.745, 277.444, 59), + (17199518, 'Hill_Lizard', 5712, -570.348, -18.995, 308.838, 127), + (17199519, 'Hill_Lizard', 5712, -567.265, -16.788, 361.039, 0), + (17199520, 'Hill_Lizard', 5712, -564.212, -15.696, 341.660, 15), + (17199521, 'Goblin_Mugger', 5698, -542.966, -17.220, 338.602, 73), + (17199522, 'Goblin_Leecher', 5697, -556.413, -16.434, 355.926, 78), + (17199523, 'Goblin_Gambler', 5695, -562.131, -16.501, 317.919, 106), + (17199524, 'Earth_Elemental', 5686, -546.493, -16.134, 359.843, 127), + (17199525, 'Hill_Lizard', 5712, -580.847, -16.249, 204.063, 63), + (17199526, 'Hill_Lizard', 5712, -567.150, -22.229, 259.991, 127), + (17199527, 'Hill_Lizard', 5712, -559.315, -24.368, 259.435, 26), + (17199528, 'Hill_Lizard', 5712, -580.999, -17.490, 230.048, 127), + (17199529, 'Sand_Bats', 5736, -576.245, -18.219, 193.226, 69), + (17199530, 'Sand_Bats', 5736, -580.149, -17.266, 230.296, 127), + (17199531, 'Giant_Bat', 5690, -580.745, -17.135, 196.796, 96), + (17199532, 'Snipper', 5738, -741.004, -8.628, 221.160, 127), + (17199533, 'Snipper', 5738, -765.000, -4.000, 172.000, 127), + (17199534, 'Snipper', 5738, -736.594, -8.897, 224.458, 127), + (17199535, 'Snipper', 5738, -769.000, -4.000, 201.000, 1), + (17199536, 'Snipper', 5738, -769.000, -4.000, 157.000, 103), + (17199537, 'Damselfly', 5683, -722.822, -8.159, 130.903, 127), + (17199538, 'Damselfly', 5683, -741.271, -8.591, 221.042, 127), + (17199539, 'Damselfly', 5683, -696.000, -8.000, 172.000, 78), + (17199540, 'Damselfly', 5683, -639.294, -8.597, 204.886, 127), + (17199541, 'Thread_Leech', 5741, -720.470, -7.523, 103.710, 68), + (17199542, 'Thread_Leech', 5741, -713.142, -8.830, 117.353, 127), + (17199543, 'Thread_Leech', 5741, -693.947, -7.931, 195.652, 108), + (17199544, 'Thread_Leech', 5741, -722.366, -8.009, 106.914, 127), + (17199545, 'Thread_Leech', 5741, -734.361, -7.296, 202.986, 91), + (17199546, 'Goblin_Mugger', 5698, -679.798, -7.695, 183.237, 127), + (17199547, 'Goblin_Leecher', 5697, -697.086, -8.565, 147.299, 121), + (17199548, 'Goblin_Gambler', 5695, -661.662, -8.600, 204.031, 127), + (17199549, 'Ghoul', 5688, -681.756, -8.734, 206.890, 13), + (17199550, 'Ghoul', 5688, -715.970, -8.019, 224.952, 51), + (17199551, 'Ghoul', 5689, 0.000, 0.000, 0.000, 0), + (17199552, 'Bogy', 5680, -731.161, -10.862, 248.973, 127), + (17199553, 'Bogy', 5680, -725.000, -7.000, 89.000, 39), + (17199554, 'Snipper', 5738, -755.907, -4.500, 133.773, 127), + (17199555, 'Snipper', 5738, -759.581, -4.500, 183.185, 127), + (17199556, 'Snipper', 5738, -767.133, -4.500, 115.282, 111), + (17199557, 'Beach_Pugil', 5678, -773.541, -4.450, 97.403, 127), + (17199558, 'Beach_Pugil', 5678, -756.403, -4.500, 176.461, 65), + (17199559, 'Beach_Pugil', 5678, -753.497, -4.500, 109.832, 4), + (17199560, 'Beach_Pugil', 5678, -765.295, -4.500, 208.006, 127), + (17199561, 'Bogy', 5680, -763.527, -4.500, 94.163, 127), + (17199562, 'Giant_Bat', 5690, -804.502, -8.567, 22.082, 127), + (17199563, 'Giant_Bat', 5690, -798.674, -8.672, 19.204, 41), + (17199564, 'Golden_Bat', 5703, -810.440, -8.270, 33.978, 127), + (17199565, 'Goblin_Digger', 5694, -250.989, 0.629, -91.871, 80), + (17199566, 'Marchelute', 5723, -716.000, -10.000, 66.000, 188), + (17199567, 'Doman', 5685, -768.000, -4.000, 197.000, 91), + (17199568, 'Onryo', 5732, -767.000, -4.000, 196.000, 91), + (17199569, 'Hobgoblin_Warrior', 5719, 0.000, 0.000, 0.000, 0), + (17199570, 'Hobgoblin_White_Mage', 5720, 0.000, 0.000, 0.000, 0), + (17199571, 'Hobgoblin_Black_Mage', 5714, 0.000, 0.000, 0.000, 0), + (17199572, 'Hobgoblin_Red_Mage', 5717, 0.000, 0.000, 0.000, 0), + (17199573, 'Hobgoblin_Thief', 5718, 0.000, 0.000, 0.000, 0), + (17199574, 'Hobgoblin_Dark_Knight', 5715, 0.000, 0.000, 0.000, 0), + (17199575, 'Hobgoblin_Ranger', 5716, 0.000, 0.000, 0.000, 0), + (17199576, 'Hobgoblin_Beastmaster', 5713, 0.000, 0.000, 0.000, 0), + (17199577, 'Goblin_s_Dragonfly', 5701, 0.000, 0.000, 0.000, 0), + (17199578, 'Halforc_Warrior', 5710, 0.000, 0.000, 0.000, 0), + (17199579, 'Halforc_Monk', 5707, 0.000, 0.000, 0.000, 0), + (17199580, 'Halforc_Black_Mage', 5704, 0.000, 0.000, 0.000, 0), + (17199581, 'Halforc_Paladin', 5708, 0.000, 0.000, 0.000, 0), + (17199582, 'Halforc_Dark_Knight', 5705, 0.000, 0.000, 0.000, 0), + (17199583, 'Halforc_Ranger', 5709, 0.000, 0.000, 0.000, 0), + (17199584, 'Halforc_Dragoon', 5706, 0.000, 0.000, 0.000, 0), + (17199585, 'Orc_s_Wyvern', 5733, 0.000, 0.000, 0.000, 0), + (17199586, 'Metaquadav_Warrior', 5729, 0.000, 0.000, 0.000, 0), + (17199587, 'Metaquadav_White_Mage', 5730, 0.000, 0.000, 0.000, 0), + (17199588, 'Metaquadav_Black_Mage', 5724, 0.000, 0.000, 0.000, 0), + (17199589, 'Metaquadav_Red_Mage', 5727, 0.000, 0.000, 0.000, 0), + (17199590, 'Metaquadav_Thief', 5728, 0.000, 0.000, 0.000, 0), + (17199591, 'Metaquadav_Paladin', 5726, 0.000, 0.000, 0.000, 0), + (17199592, 'Metaquadav_Dark_Knight', 5725, 0.000, 0.000, 0.000, 0), + (17199593, 'Goblin_Swordmaker', 5700, 0.000, 0.000, 0.000, 0), + (17199594, 'Goblin_Swordmaker', 5700, 0.000, 0.000, 0.000, 0), + (17199595, 'Goblin_Leecher', 5697, 0.000, 0.000, 0.000, 0), + (17199596, 'Goblin_Leecher', 5697, 0.000, 0.000, 0.000, 0), + (17199597, 'Goblin_Gaoler', 5696, 0.000, 0.000, 0.000, 0), + (17199598, 'Goblin_Gaoler', 5696, 0.000, 0.000, 0.000, 0), + (17199599, 'Goblin_Gambler', 5695, 0.000, 0.000, 0.000, 0), + (17199600, 'Goblin_Gambler', 5695, 0.000, 0.000, 0.000, 0), + (17199601, 'Goblin_Swindler', 5699, 0.000, 0.000, 0.000, 0), + (17199602, 'Houu_the_Shoalwader', 5721, 0.000, 0.000, 0.000, 0), + (17199603, 'Beach_Monk', 5677, 0.000, 0.000, 0.000, 0), + (17199604, 'Heike_Crab', 5711, 0.000, 0.000, 0.000, 0), + (17199606, 'Pixie', 5734, 0.000, 0.000, 0.000, 0), + (17199607, 'Pixie', 5734, 0.000, 0.000, 0.000, 0), + (17199608, 'Pixie', 5734, 0.000, 0.000, 0.000, 0), + (17199609, 'Pixie', 5734, 0.000, 0.000, 0.000, 0), + (17199610, 'Pixie', 5734, 0.000, 0.000, 0.000, 0), + (17199611, 'Blue_Bascinet', 5679, 0.000, 0.000, 0.000, 0), + (17199644, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199645, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199646, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199647, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199648, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199649, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199650, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199651, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199652, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199653, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199654, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17199655, 'Goblin_Bounty_Hunter', 5692, 0.000, 0.000, 0.000, 0), + (17203201, 'Stag_Crab', 5807, 0.000, 0.000, 0.000, 0), + (17203202, 'Spring_Pugil', 5804, 0.000, 0.000, 0.000, 0), + (17203203, 'Thread_Leech', 5808, 0.000, 0.000, 0.000, 0), + (17203204, 'Ferocious_Pugil', 5749, 0.000, 0.000, 0.000, 0), + (17203205, 'Huge_Leech', 5780, 0.000, 0.000, 0.000, 0), + (17203206, 'Knight_Crab', 5784, -181.000, -0.100, 441.000, 68), + (17203207, 'Knight_Crab', 5784, -167.580, 0.354, 456.594, 127), + (17203208, 'Knight_Crab', 5784, -181.442, 0.085, 458.466, 32), + (17203209, 'Knight_Crab', 5784, -191.000, -0.100, 481.000, 127), + (17203210, 'Knight_Crab', 5784, -183.000, -0.100, 471.000, 8), + (17203211, 'Knight_Crab', 5784, -158.182, -0.272, 479.933, 127), + (17203212, 'Knight_Crab', 5784, -199.000, -0.100, 447.000, 127), + (17203213, 'Knight_Crab', 5784, -165.000, -0.100, 434.000, 127), + (17203214, 'Knight_Crab', 5784, -162.514, 0.416, 458.331, 127), + (17203215, 'Knight_Crab', 5784, -160.162, 0.248, 470.313, 127), + (17203216, 'King_Arthro', 5783, -144.000, 5.000, 474.000, 93), + (17203217, 'Stag_Beetle', 5806, -486.549, -0.491, -442.085, 58), + (17203218, 'Stag_Beetle', 5806, -441.338, -1.202, -387.056, 127), + (17203219, 'Wandering_Sapling', 5811, -455.000, -0.100, -439.000, 54), + (17203220, 'Wandering_Sapling', 5811, -421.321, 0.394, -402.087, 91), + (17203221, 'Wandering_Sapling', 5811, -424.544, 2.594, -420.503, 0), + (17203222, 'Wandering_Sapling', 5811, -398.624, -0.465, -438.867, 113), + (17203223, 'Wandering_Sapling', 5811, -480.388, -1.116, -349.509, 127), + (17203224, 'Brutal_Sheep', 5746, -483.414, -0.354, -448.827, 127), + (17203225, 'Brutal_Sheep', 5746, -521.717, -0.843, -410.474, 2), + (17203226, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203227, 'Stag_Beetle', 5806, -313.503, -0.534, -346.715, 127), + (17203228, 'Stag_Beetle', 5806, -403.890, -0.149, -341.631, 106), + (17203229, 'Wandering_Sapling', 5811, -304.177, -4.003, -301.595, 127), + (17203230, 'Wandering_Sapling', 5811, -365.215, -0.447, -290.687, 110), + (17203231, 'Wandering_Sapling', 5811, -344.940, -0.647, -254.034, 106), + (17203232, 'Wandering_Sapling', 5811, -333.419, -0.851, -209.097, 127), + (17203233, 'Brutal_Sheep', 5746, -327.273, -0.477, -219.411, 40), + (17203234, 'Brutal_Sheep', 5746, -309.685, -2.112, -350.515, 44), + (17203235, 'Brutal_Sheep', 5746, -409.936, -1.321, -343.822, 112), + (17203236, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203237, 'Jugner_Funguar', 5781, 0.000, 0.000, 0.000, 0), + (17203238, 'Jugner_Funguar', 5781, -332.386, 4.227, -307.485, 127), + (17203239, 'Jugner_Funguar', 5781, -373.155, 5.372, -356.504, 66), + (17203240, 'Forest_Leech', 5750, -368.945, 6.702, -342.683, 112), + (17203241, 'Forest_Leech', 5750, -346.586, 3.940, -311.593, 127), + (17203242, 'Forest_Leech', 5750, -351.000, 6.000, -340.000, 127), + (17203243, 'Stag_Beetle', 5806, -330.027, -0.753, -168.662, 55), + (17203244, 'Stag_Beetle', 5806, -217.275, -3.145, -67.138, 127), + (17203245, 'Stag_Beetle', 5806, -247.831, -0.589, -177.674, 59), + (17203246, 'Screamer', 5801, -323.990, -0.257, -126.933, 86), + (17203247, 'Screamer', 5801, -330.377, -0.734, -138.560, 76), + (17203248, 'Wandering_Sapling', 5811, -320.961, -0.792, -164.284, 41), + (17203249, 'Wandering_Sapling', 5811, -154.404, -0.476, -158.484, 127), + (17203250, 'Brutal_Sheep', 5746, -152.588, -0.010, -156.448, 8), + (17203251, 'Brutal_Sheep', 5746, -248.634, 0.078, -118.946, 83), + (17203252, 'Walking_Tree', 5810, -260.656, -0.175, -197.937, 127), + (17203253, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203254, 'Jugner_Funguar', 5781, -263.680, 4.220, -222.881, 127), + (17203255, 'Jugner_Funguar', 5781, -224.915, 6.544, -214.044, 94), + (17203256, 'Forest_Leech', 5750, -219.772, 5.432, -185.540, 127), + (17203257, 'Forest_Leech', 5750, -242.127, 6.901, -220.973, 127), + (17203258, 'Forest_Leech', 5750, -219.682, 5.056, -181.907, 54), + (17203259, 'Jugner_Funguar', 5781, -207.130, -0.111, -151.818, 100), + (17203260, 'Jugner_Funguar', 5781, -216.693, 5.223, -120.139, 127), + (17203261, 'Jugner_Funguar', 5781, -231.764, -0.048, -160.692, 120), + (17203262, 'Forest_Leech', 5750, -231.637, -0.067, -160.362, 120), + (17203263, 'Forest_Leech', 5750, -259.657, 6.714, -73.650, 23), + (17203264, 'Forest_Leech', 5750, -261.878, 3.930, -56.626, 127), + (17203265, 'Forest_Tiger', 5751, -318.638, -0.306, -128.971, 127), + (17203266, 'Forest_Tiger', 5751, -298.290, -3.713, -294.712, 127), + (17203267, 'Orcish_Grunt', 5794, -277.445, -0.423, -232.704, 127), + (17203268, 'Orcish_Stonechucker', 5797, -293.285, -4.486, -165.290, 127), + (17203269, 'Orcish_Neckchopper', 5795, -363.507, -0.561, -240.277, 127), + (17203270, 'Orcish_Fighter', 5792, -446.533, 0.141, -461.684, 37), + (17203271, 'Orcish_Cursemaker', 5791, -486.000, 0.000, -402.000, 127), + (17203272, 'Orcish_Serjeant', 5796, -164.097, 0.045, -145.450, 127), + (17203273, 'Ghoul', 5754, 0.000, 0.000, 0.000, 0), + (17203274, 'Zombie', 5814, -467.444, -0.739, -368.853, 127), + (17203275, 'Thunder_Elemental', 5809, 0.000, 0.000, 0.000, 0), + (17203276, 'Stag_Beetle', 5806, -328.942, -0.470, 56.844, 127), + (17203277, 'Stag_Beetle', 5806, -318.553, -0.467, 81.186, 127), + (17203278, 'Wandering_Sapling', 5811, -266.466, 3.871, 104.161, 127), + (17203279, 'Wandering_Sapling', 5811, -298.076, 6.005, 101.844, 127), + (17203280, 'Wandering_Sapling', 5811, -335.332, -1.217, -10.567, 67), + (17203281, 'Wandering_Sapling', 5811, -274.781, -0.467, 81.917, 127), + (17203282, 'Brutal_Sheep', 5746, -289.932, 7.870, 128.573, 127), + (17203283, 'Brutal_Sheep', 5746, -294.475, 9.978, 133.342, 127), + (17203284, 'Jugner_Funguar', 5781, 0.000, 0.000, 0.000, 0), + (17203285, 'Jugner_Funguar', 5781, -300.263, 7.051, 38.264, 127), + (17203286, 'Forest_Leech', 5750, -312.208, 0.916, 25.971, 107), + (17203287, 'Forest_Leech', 5750, -299.186, 6.604, 48.272, 127), + (17203288, 'Forest_Leech', 5750, -296.937, 3.922, 14.291, 74), + (17203289, 'Stag_Beetle', 5806, -226.729, 4.201, 159.070, 10), + (17203290, 'Stag_Beetle', 5806, -367.215, -0.620, 190.053, 127), + (17203291, 'Wandering_Sapling', 5811, -241.839, 2.193, 180.614, 127), + (17203292, 'Wandering_Sapling', 5811, -253.920, 5.527, 167.542, 127), + (17203293, 'Wandering_Sapling', 5811, -295.216, 7.707, 145.387, 127), + (17203294, 'Wandering_Sapling', 5811, -224.256, 0.060, 189.293, 127), + (17203295, 'Brutal_Sheep', 5746, -218.982, 0.793, 189.121, 127), + (17203296, 'Brutal_Sheep', 5746, -214.894, 0.648, 172.762, 127), + (17203297, 'Scavenging_Hound', 5800, -278.434, 4.831, 173.891, 115), + (17203298, 'Stag_Beetle', 5806, -95.617, 0.311, 114.614, 127), + (17203299, 'Stag_Beetle', 5806, -6.579, -4.265, 107.794, 127), + (17203300, 'Stag_Beetle', 5806, -52.450, -0.100, 43.953, 127), + (17203301, 'Wandering_Sapling', 5811, 6.152, -0.503, 81.679, 103), + (17203302, 'Wandering_Sapling', 5811, -132.879, -2.400, 130.235, 127), + (17203303, 'Wandering_Sapling', 5811, -46.832, 1.684, 61.370, 127), + (17203304, 'Wandering_Sapling', 5811, 2.144, -0.289, 33.631, 127), + (17203305, 'Brutal_Sheep', 5746, -59.511, 1.589, 78.700, 127), + (17203306, 'Brutal_Sheep', 5746, -136.100, -2.363, 130.568, 127), + (17203307, 'Scavenging_Hound', 5800, -21.138, -1.934, 133.956, 86), + (17203308, 'Jugner_Funguar', 5781, -104.368, 3.504, 105.769, 56), + (17203309, 'Jugner_Funguar', 5781, -123.246, 5.073, 94.443, 74), + (17203310, 'Forest_Leech', 5750, -116.284, 7.007, 100.649, 45), + (17203311, 'Forest_Leech', 5750, -129.710, 6.860, 101.721, 29), + (17203312, 'Jugner_Funguar', 5781, 47.837, -0.224, -0.673, 127), + (17203313, 'Jugner_Funguar', 5781, 4.242, 6.983, 59.801, 28), + (17203314, 'Jugner_Funguar', 5781, -21.241, 4.850, 59.121, 112), + (17203315, 'Forest_Leech', 5750, 6.593, 7.013, 56.883, 127), + (17203316, 'Forest_Leech', 5750, 59.267, 4.675, 18.892, 127), + (17203317, 'Forest_Leech', 5750, 27.673, 6.452, 24.715, 127), + (17203318, 'Forest_Tiger', 5751, -167.977, 1.837, 99.293, 127), + (17203319, 'Forest_Tiger', 5751, -292.819, 8.204, 120.412, 94), + (17203320, 'Goblin_Mugger', 5762, -166.064, 0.077, 129.445, 127), + (17203321, 'Goblin_Ambusher', 5757, -340.562, -3.166, 51.088, 127), + (17203322, 'Goblin_Leecher', 5761, -50.701, -0.498, 90.041, 120), + (17203323, 'Goblin_Tinkerer', 5764, 13.341, -0.882, 12.348, 127), + (17203324, 'Goblin_Gambler', 5760, -256.860, 5.348, 106.010, 117), + (17203325, 'Goblin_Butcher', 5758, -184.545, -0.307, 107.038, 127), + (17203326, 'Ghoul', 5754, -27.630, 0.155, 69.012, 79), + (17203327, 'Zombie', 5814, -61.207, 1.788, 89.480, 127), + (17203328, 'Thunder_Elemental', 5809, 0.000, 0.000, 0.000, 0), + (17203329, 'Snipper', 5803, -492.154, 8.047, 279.137, 16), + (17203330, 'Snipper', 5803, -490.595, 7.110, 326.604, 127), + (17203331, 'Land_Pugil', 5786, -515.088, 7.524, 321.950, 110), + (17203332, 'Land_Pugil', 5786, -479.000, 8.000, 309.000, 14), + (17203333, 'Bogy', 5745, -474.886, 6.651, 326.386, 127), + (17203334, 'Water_Elemental', 5812, -500.637, 8.492, 281.808, 127), + (17203335, 'Stag_Beetle', 5806, -1.000, -0.100, 274.000, 15), + (17203336, 'Stag_Beetle', 5806, -152.644, -0.646, 280.821, 127), + (17203337, 'Screamer', 5801, -58.018, -0.395, 338.201, 127), + (17203338, 'Screamer', 5801, -18.424, 0.411, 325.723, 127), + (17203339, 'Wandering_Sapling', 5811, 8.552, 1.223, 288.255, 66), + (17203340, 'Wandering_Sapling', 5811, -81.000, -0.100, 354.000, 127), + (17203341, 'Brutal_Sheep', 5746, -12.979, -2.284, 302.219, 127), + (17203342, 'Brutal_Sheep', 5746, -75.000, -0.010, 319.000, 127), + (17203343, 'Snipper', 5803, -14.551, 0.603, 325.919, 119), + (17203344, 'Snipper', 5803, -76.284, 2.734, 370.433, 20), + (17203345, 'Land_Pugil', 5786, 0.000, 0.000, 0.000, 0), + (17203346, 'Land_Pugil', 5786, -29.000, 4.000, 332.000, 41), + (17203347, 'Bogy', 5745, -142.531, -0.223, 372.135, 127), + (17203348, 'Water_Elemental', 5812, -13.701, 0.385, 330.864, 127), + (17203349, 'Snipper', 5803, 106.745, 1.270, 425.970, 32), + (17203350, 'Snipper', 5803, 76.000, 5.000, 375.000, 56), + (17203351, 'Land_Pugil', 5786, 0.000, 0.000, 0.000, 0), + (17203352, 'Land_Pugil', 5786, 103.732, 3.165, 419.004, 54), + (17203353, 'Bogy', 5745, 77.701, 0.415, 474.031, 127), + (17203354, 'Water_Elemental', 5812, 105.628, 3.643, 439.504, 127), + (17203355, 'Stag_Beetle', 5806, 171.238, 1.363, -15.358, 127), + (17203356, 'Screamer', 5801, 59.464, -1.193, -55.392, 127), + (17203357, 'Screamer', 5801, 116.226, -0.048, -93.775, 57), + (17203358, 'Screamer', 5801, 123.574, 0.451, 166.172, 127), + (17203359, 'Wandering_Sapling', 5811, 91.276, -0.686, -15.679, 127), + (17203360, 'Wandering_Sapling', 5811, 161.402, 0.203, -9.635, 127), + (17203361, 'Brutal_Sheep', 5746, 168.471, 0.366, 1.601, 127), + (17203362, 'Brutal_Sheep', 5746, 163.577, 0.984, -28.064, 127), + (17203363, 'Scavenging_Hound', 5800, 104.576, 2.607, 171.745, 2), + (17203364, 'Jugner_Funguar', 5781, 145.004, 4.216, 22.830, 19), + (17203365, 'Jugner_Funguar', 5781, 122.952, 4.991, 28.192, 124), + (17203366, 'Forest_Leech', 5750, 128.852, 3.340, 28.181, 90), + (17203367, 'Forest_Leech', 5750, 132.353, 6.085, 20.119, 127), + (17203368, 'Stag_Beetle', 5806, -66.653, -0.960, -167.013, 127), + (17203369, 'Screamer', 5801, -35.917, -0.860, -212.018, 69), + (17203370, 'Screamer', 5801, 114.848, -0.290, -124.722, 83), + (17203371, 'Screamer', 5801, -1.305, 0.281, -257.878, 73), + (17203372, 'Wandering_Sapling', 5811, -75.036, -0.505, -201.984, 127), + (17203373, 'Brutal_Sheep', 5746, -12.174, -0.623, -238.774, 30), + (17203374, 'Brutal_Sheep', 5746, -47.470, -0.370, -201.782, 101), + (17203375, 'Stag_Beetle', 5806, -56.184, 0.011, -350.440, 12), + (17203376, 'Screamer', 5801, -77.000, -0.100, -373.000, 127), + (17203377, 'Screamer', 5801, -121.041, -0.200, -390.800, 127), + (17203378, 'Screamer', 5801, -76.491, -8.044, -479.031, 127), + (17203379, 'Wandering_Sapling', 5811, -89.763, -8.905, -505.230, 122), + (17203380, 'Wandering_Sapling', 5811, -69.394, 2.594, -422.199, 127), + (17203381, 'Brutal_Sheep', 5746, -110.052, -1.719, -342.944, 127), + (17203382, 'Brutal_Sheep', 5746, -39.000, -0.010, -353.000, 127), + (17203383, 'Snipper', 5803, 123.652, -0.246, 200.019, 127), + (17203384, 'Snipper', 5803, 142.921, 0.594, 184.510, 16), + (17203385, 'Snipper', 5803, 129.669, 1.127, 181.535, 82), + (17203386, 'Land_Pugil', 5786, 77.292, -0.180, 165.504, 80), + (17203387, 'Land_Pugil', 5786, 69.133, -0.923, 170.872, 127), + (17203388, 'Land_Pugil', 5786, 103.590, 0.549, 200.879, 127), + (17203389, 'Snipper', 5803, 153.113, 0.498, -119.906, 127), + (17203390, 'Land_Pugil', 5786, 176.790, 0.001, -112.012, 127), + (17203391, 'Snipper', 5803, 17.263, -0.252, -215.902, 127), + (17203392, 'Land_Pugil', 5786, 121.866, -0.314, -202.114, 86), + (17203393, 'Snipper', 5803, -28.595, -7.073, -533.500, 77), + (17203394, 'Snipper', 5803, -48.458, -8.403, -555.806, 127), + (17203395, 'Land_Pugil', 5786, -10.716, -8.444, -533.209, 127), + (17203396, 'Land_Pugil', 5786, -28.055, -7.026, -533.702, 127), + (17203397, 'Forest_Tiger', 5751, -121.324, 0.254, -374.264, 86), + (17203398, 'Orcish_Grunt', 5794, -89.733, -3.987, -453.776, 79), + (17203399, 'Orcish_Stonechucker', 5797, -90.646, -0.413, -351.899, 24), + (17203400, 'Orcish_Neckchopper', 5795, 131.238, -0.845, -65.458, 69), + (17203401, 'Orcish_Fighter', 5792, -26.085, 0.461, -336.253, 127), + (17203402, 'Orcish_Cursemaker', 5791, 48.614, -0.041, -200.038, 86), + (17203403, 'Orcish_Serjeant', 5796, -7.862, -0.242, -208.725, 127), + (17203404, 'Ghoul', 5754, -99.057, 0.279, -365.504, 127), + (17203405, 'Zombie', 5814, -8.231, -0.457, -242.167, 127), + (17203406, 'Will-o-the-Wisp', 5813, 0.000, 0.000, 0.000, 0), + (17203407, 'Orcish_Grunt', 5794, -171.444, -2.921, -423.883, 127), + (17203408, 'Orcish_Stonechucker', 5797, -201.273, -8.273, -492.004, 127), + (17203409, 'Orcish_Neckchopper', 5795, -181.852, -6.686, -469.303, 5), + (17203410, 'Orcish_Fighter', 5792, -192.900, -3.760, -457.319, 127), + (17203411, 'Orcish_Fighter', 5792, -193.727, -0.383, -439.764, 127), + (17203412, 'Orcish_Cursemaker', 5791, -173.710, -0.385, -443.941, 127), + (17203413, 'Orcish_Serjeant', 5796, -139.000, -0.100, -398.000, 127), + (17203414, 'Meteormauler_Zhagtegg', 5788, -172.000, -7.000, -476.000, 127), + (17203415, 'Orcish_Cursemaker', 5791, -142.000, -1.000, -411.000, 127), + (17203416, 'Orcish_Serjeant', 5796, -160.949, -1.982, -392.046, 127), + (17203417, 'Snipper', 5803, -38.098, -16.064, -610.356, 13), + (17203418, 'Snipper', 5803, -67.786, -15.708, -593.466, 92), + (17203419, 'Land_Pugil', 5786, -65.658, -14.156, -584.181, 127), + (17203420, 'Land_Pugil', 5786, -50.166, -16.268, -606.709, 127), + (17203421, 'Bogy', 5745, 7.247, -17.477, -595.894, 65), + (17203422, 'Water_Elemental', 5812, -8.196, -15.777, -588.725, 127), + (17203423, 'Forest_Tiger', 5751, -47.585, -19.117, -648.590, 127), + (17203424, 'Forest_Tiger', 5751, -53.845, -20.874, -654.784, 106), + (17203425, 'Stag_Beetle', 5806, -28.516, -4.882, -457.200, 16), + (17203426, 'Screamer', 5801, -14.046, -7.892, -528.575, 127), + (17203427, 'Screamer', 5801, -34.868, 2.087, -389.940, 127), + (17203428, 'Screamer', 5801, -34.763, 2.225, -388.771, 127), + (17203429, 'Brutal_Sheep', 5746, 37.867, -0.208, -324.206, 26), + (17203430, 'Stag_Beetle', 5806, 167.082, 0.438, -270.784, 1), + (17203431, 'Screamer', 5801, 205.000, -8.000, -426.000, 8), + (17203432, 'Screamer', 5801, 199.812, -2.396, -370.343, 17), + (17203433, 'Screamer', 5801, 154.851, -0.044, -259.719, 127), + (17203434, 'Brutal_Sheep', 5746, 189.057, -3.507, -344.603, 127), + (17203435, 'Forest_Tiger', 5751, -52.768, -6.714, -468.317, 127), + (17203436, 'Forest_Tiger', 5751, 195.195, -1.062, -360.968, 84), + (17203437, 'Orcish_Grunt', 5794, 50.114, -0.184, -240.493, 127), + (17203438, 'Orcish_Stonechucker', 5797, 212.926, 1.887, -334.793, 57), + (17203439, 'Orcish_Neckchopper', 5795, 146.642, 0.576, -227.858, 127), + (17203440, 'Orcish_Fighter', 5792, -47.952, -6.456, -463.572, 127), + (17203441, 'Orcish_Cursemaker', 5791, 243.974, -8.257, -478.280, 127), + (17203442, 'Orcish_Serjeant', 5796, 133.598, -0.381, -219.910, 127), + (17203443, 'Ghoul', 5754, -42.065, -8.565, -476.637, 127), + (17203444, 'Zombie', 5814, 0.000, 0.000, 0.000, 0), + (17203445, 'Will-o-the-Wisp', 5813, 0.000, 0.000, 0.000, 0), + (17203446, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203447, 'Fraelissa', 5753, -10.000, 0.000, -394.000, 4), + (17203448, 'Fradubio', 5752, 116.000, 0.000, -222.000, 4), + (17203449, 'Duessa', 5748, 0.000, 0.000, 0.000, 0), + (17203450, 'Duessa', 5748, 0.000, 0.000, 0.000, 0), + (17203451, 'Duessa', 5748, 0.000, 0.000, 0.000, 0), + (17203452, 'Duessa', 5748, 0.000, 0.000, 0.000, 0), + (17203453, 'Duessa', 5748, 0.000, 0.000, 0.000, 0), + (17203454, 'Snipper', 5803, 187.730, 0.171, -310.319, 127), + (17203455, 'Snipper', 5803, 205.542, 2.282, -307.884, 83), + (17203456, 'Land_Pugil', 5786, 196.016, 0.046, -281.713, 56), + (17203457, 'Land_Pugil', 5786, 228.000, -0.200, -298.000, 2), + (17203458, 'Snipper', 5803, 276.000, -15.000, -525.000, 37), + (17203459, 'Land_Pugil', 5786, 256.385, -13.462, -533.550, 83), + (17203460, 'Snipper', 5803, 281.643, -17.193, -559.917, 60), + (17203461, 'Snipper', 5803, 250.350, -14.905, -530.317, 127), + (17203462, 'Land_Pugil', 5786, 298.623, -16.412, -512.526, 4), + (17203463, 'Land_Pugil', 5786, 251.670, -17.079, -511.027, 127), + (17203464, 'Bogy', 5745, 248.386, -17.344, -504.192, 127), + (17203465, 'Water_Elemental', 5812, 246.856, -17.062, -503.959, 127), + (17203466, 'Stag_Beetle', 5806, 301.650, -3.339, -333.811, 127), + (17203467, 'Stag_Beetle', 5806, 306.488, -8.009, -383.645, 21), + (17203468, 'Wandering_Sapling', 5811, 322.790, -8.260, -384.349, 53), + (17203469, 'Wandering_Sapling', 5811, 301.000, -7.000, -406.000, 127), + (17203470, 'Wandering_Sapling', 5811, 302.513, -14.231, -442.508, 0), + (17203471, 'Brutal_Sheep', 5746, 231.392, -7.723, -398.107, 127), + (17203472, 'Brutal_Sheep', 5746, 329.158, -4.676, -340.108, 127), + (17203473, 'Walking_Tree', 5810, 309.485, -7.577, -354.754, 101), + (17203474, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203476, 'Stag_Beetle', 5806, 477.529, -8.222, -268.915, 127), + (17203477, 'Stag_Beetle', 5806, 409.344, -16.039, -391.269, 127), + (17203478, 'Wandering_Sapling', 5811, 433.447, -9.097, -324.256, 127), + (17203479, 'Wandering_Sapling', 5811, 432.619, -16.040, -396.059, 127), + (17203480, 'Wandering_Sapling', 5811, 435.364, -8.491, -359.499, 49), + (17203481, 'Brutal_Sheep', 5746, 427.821, -9.499, -346.105, 127), + (17203482, 'Brutal_Sheep', 5746, 412.052, -13.554, -385.619, 127), + (17203483, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203484, 'Stag_Beetle', 5806, 264.665, 0.038, -156.324, 44), + (17203485, 'Screamer', 5801, 245.220, -1.078, -126.221, 127), + (17203486, 'Wandering_Sapling', 5811, 208.608, -1.398, -102.051, 127), + (17203487, 'Wandering_Sapling', 5811, 186.444, -0.121, -117.545, 24), + (17203488, 'Wandering_Sapling', 5811, 205.765, -0.279, -254.331, 2), + (17203489, 'Brutal_Sheep', 5746, 183.965, 0.349, -199.394, 127), + (17203490, 'Brutal_Sheep', 5746, 187.378, -0.199, -119.018, 127), + (17203491, 'Scavenging_Hound', 5800, 214.848, -4.148, -259.123, 30), + (17203492, 'Forest_Tiger', 5751, 194.127, 0.284, -235.659, 35), + (17203493, 'Orcish_Grunt', 5794, 434.152, -9.488, -280.957, 127), + (17203494, 'Orcish_Stonechucker', 5797, 359.079, -8.438, -333.106, 115), + (17203495, 'Orcish_Neckchopper', 5795, 424.600, -7.910, -358.124, 127), + (17203496, 'Orcish_Fighter', 5792, 279.671, -7.684, -420.773, 93), + (17203497, 'Orcish_Cursemaker', 5791, 169.877, -0.236, -117.480, 127), + (17203498, 'Orcish_Serjeant', 5796, 285.176, -8.292, -384.524, 127), + (17203499, 'Ghoul', 5754, 0.000, 0.000, 0.000, 0), + (17203500, 'Zombie', 5814, 0.000, 0.000, 0.000, 0), + (17203501, 'Will-o-the-Wisp', 5813, 0.000, 0.000, 0.000, 0), + (17203502, 'Boggart', 5744, 276.370, -12.807, -342.771, 73), + (17203503, 'Boggart', 5744, 277.960, -13.695, -333.422, 76), + (17203504, 'Snipper', 5803, 316.625, 0.419, -174.346, 57), + (17203505, 'Snipper', 5803, 284.027, -0.793, -169.585, 127), + (17203506, 'Land_Pugil', 5786, 304.000, 2.000, -194.000, 71), + (17203507, 'Land_Pugil', 5786, 316.000, -0.100, -180.000, 15), + (17203508, 'Bogy', 5745, 311.543, -1.084, -210.094, 123), + (17203509, 'Water_Elemental', 5812, 321.833, -0.025, -188.876, 127), + (17203510, 'Boggart', 5744, 346.533, -1.902, -195.983, 127), + (17203511, 'Boggart', 5744, 309.905, -5.090, -242.002, 63), + (17203512, 'Boggart', 5744, 337.171, -6.513, -221.572, 97), + (17203513, 'Jugner_Funguar', 5781, 439.532, -0.549, -160.937, 34), + (17203514, 'Jugner_Funguar', 5781, 453.987, -1.789, -153.816, 127), + (17203515, 'Jugner_Funguar', 5781, 460.000, 3.000, -123.000, 9), + (17203516, 'Jugner_Funguar', 5781, 463.963, -2.388, -174.703, 105), + (17203517, 'Jugner_Funguar', 5781, 465.000, 1.000, -114.000, 23), + (17203518, 'Jugner_Funguar', 5781, 481.119, -0.285, -153.254, 127), + (17203519, 'Stag_Beetle', 5806, 195.970, 0.608, -61.862, 127), + (17203520, 'Stag_Beetle', 5806, 198.456, -0.493, 0.273, 48), + (17203521, 'Screamer', 5801, 75.720, -0.376, 314.619, 127), + (17203522, 'Screamer', 5801, 107.365, 0.280, 203.743, 127), + (17203523, 'Screamer', 5801, 221.477, -2.177, -10.568, 104), + (17203524, 'Wandering_Sapling', 5811, 171.954, -0.157, 102.283, 127), + (17203525, 'Wandering_Sapling', 5811, 36.558, 0.669, 302.676, 34), + (17203526, 'Brutal_Sheep', 5746, 200.881, -0.462, -57.100, 127), + (17203527, 'Brutal_Sheep', 5746, 212.422, -3.020, 96.026, 127), + (17203528, 'Stag_Beetle', 5806, 350.856, -0.933, 165.274, 73), + (17203529, 'Stag_Beetle', 5806, 320.004, -0.058, 53.325, 75), + (17203530, 'Wandering_Sapling', 5811, 341.421, 1.300, 100.145, 127), + (17203531, 'Wandering_Sapling', 5811, 335.660, -0.414, 157.197, 106), + (17203532, 'Wandering_Sapling', 5811, 277.932, -1.513, 118.789, 11), + (17203533, 'Brutal_Sheep', 5746, 275.504, -0.481, 138.749, 127), + (17203534, 'Brutal_Sheep', 5746, 257.060, -1.614, 87.350, 127), + (17203535, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203536, 'Forest_Tiger', 5751, 325.443, -1.678, 40.651, 82), + (17203537, 'Forest_Tiger', 5751, 316.655, -1.970, 35.257, 77), + (17203538, 'Stag_Beetle', 5806, 216.012, 2.153, 302.857, 127), + (17203539, 'Wandering_Sapling', 5811, 185.004, -1.930, 265.227, 51), + (17203540, 'Wandering_Sapling', 5811, 257.391, -0.376, 266.918, 127), + (17203541, 'Wandering_Sapling', 5811, 192.807, -0.927, 252.992, 127), + (17203542, 'Wandering_Sapling', 5811, 203.248, 0.093, 285.642, 127), + (17203543, 'Brutal_Sheep', 5746, 243.889, -0.287, 297.285, 127), + (17203544, 'Brutal_Sheep', 5746, 233.655, -0.507, 274.010, 127), + (17203545, 'Walking_Tree', 5810, 242.488, 0.449, 264.070, 127), + (17203546, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203548, 'Jugner_Funguar', 5781, 251.603, 3.366, 212.978, 127), + (17203549, 'Jugner_Funguar', 5781, 298.692, 7.003, 153.327, 65), + (17203550, 'Forest_Leech', 5750, 302.129, 5.032, 143.801, 127), + (17203551, 'Forest_Leech', 5750, 278.559, 5.416, 173.170, 61), + (17203552, 'Stag_Beetle', 5806, 409.233, -0.323, 162.262, 19), + (17203553, 'Stag_Beetle', 5806, 383.540, 0.168, 160.292, 49), + (17203554, 'Wandering_Sapling', 5811, 396.325, -0.357, 159.895, 117), + (17203555, 'Wandering_Sapling', 5811, 408.789, -0.348, 163.332, 17), + (17203556, 'Wandering_Sapling', 5811, 465.047, -1.752, 192.348, 127), + (17203557, 'Wandering_Sapling', 5811, 411.199, -4.694, 184.688, 127), + (17203558, 'Brutal_Sheep', 5746, 453.126, -4.172, 192.713, 85), + (17203559, 'Brutal_Sheep', 5746, 475.742, -0.691, 193.489, 127), + (17203560, 'Scavenging_Hound', 5800, 490.611, -0.319, 169.448, 42), + (17203561, 'Forest_Tiger', 5751, 268.917, -0.504, 157.936, 127), + (17203562, 'Goblin_Mugger', 5762, 470.573, -0.518, 174.185, 68), + (17203563, 'Goblin_Ambusher', 5757, 264.070, -3.138, 312.419, 127), + (17203564, 'Goblin_Leecher', 5761, 285.035, -0.141, 259.006, 90), + (17203565, 'Goblin_Tinkerer', 5764, 323.786, -0.260, 111.260, 127), + (17203566, 'Goblin_Gambler', 5760, 310.599, -0.511, 90.009, 127), + (17203567, 'Goblin_Butcher', 5758, 252.609, 1.023, 258.211, 127), + (17203568, 'Ghoul', 5754, 265.531, -2.347, 301.585, 127), + (17203569, 'Zombie', 5814, 467.420, -0.556, 170.924, 127), + (17203570, 'Thunder_Elemental', 5809, 0.000, 0.000, 0.000, 0), + (17203571, 'Jugner_Funguar', 5781, 410.886, -0.177, 234.980, 127), + (17203572, 'Jugner_Funguar', 5781, 459.336, -0.350, 230.766, 127), + (17203573, 'Jugner_Funguar', 5781, 394.633, -0.622, 235.558, 127), + (17203574, 'Jugner_Funguar', 5781, 457.877, -2.355, 219.823, 127), + (17203575, 'Jugner_Funguar', 5781, 437.841, -1.081, 226.259, 17), + (17203576, 'Jugner_Funguar', 5781, 439.440, -0.296, 271.526, 13), + (17203577, 'Jugner_Funguar', 5781, 395.654, -0.301, 267.247, 127), + (17203578, 'Jugner_Funguar', 5781, 460.622, -2.056, 221.504, 59), + (17203579, 'Jugner_Funguar', 5781, 440.610, -0.480, 239.822, 121), + (17203580, 'Jugner_Funguar', 5781, 408.899, -0.566, 247.431, 127), + (17203581, 'Stag_Beetle', 5806, 535.504, -1.517, 152.171, 53), + (17203582, 'Stag_Beetle', 5806, 568.892, 0.296, 218.002, 127), + (17203583, 'Stag_Beetle', 5806, 567.550, -0.304, 230.711, 109), + (17203584, 'Stag_Beetle', 5806, 555.169, -0.574, 172.624, 68), + (17203585, 'Panzer_Percival', 5799, 585.027, 0.044, 203.418, 13), + (17203586, 'Boggart', 5744, 578.635, -1.257, 190.915, 127), + (17203587, 'Boggart', 5744, 553.174, -0.535, 171.070, 127), + (17203588, 'Stag_Beetle', 5806, 209.239, -0.831, 319.428, 127), + (17203589, 'Screamer', 5801, 218.201, 1.015, 321.946, 127), + (17203590, 'Wandering_Sapling', 5811, 198.804, 0.368, 379.857, 127), + (17203591, 'Wandering_Sapling', 5811, 204.284, 0.002, 344.775, 19), + (17203592, 'Wandering_Sapling', 5811, 180.857, -0.306, 342.564, 127), + (17203593, 'Brutal_Sheep', 5746, 151.373, -0.907, 341.510, 42), + (17203594, 'Brutal_Sheep', 5746, 189.590, -0.248, 319.314, 127), + (17203595, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203596, 'Jugner_Funguar', 5781, 229.675, 6.268, 378.956, 94), + (17203597, 'Jugner_Funguar', 5781, 224.984, 5.554, 363.139, 14), + (17203598, 'Jugner_Funguar', 5781, 243.032, 6.783, 379.025, 127), + (17203599, 'Forest_Leech', 5750, 246.972, 1.469, 367.769, 34), + (17203600, 'Forest_Leech', 5750, 225.948, 3.559, 346.335, 1), + (17203601, 'Forest_Leech', 5750, 216.453, 5.338, 345.295, 11), + (17203602, 'Stag_Beetle', 5806, 278.070, -1.032, 451.973, 127), + (17203603, 'Stag_Beetle', 5806, 324.553, -1.241, 364.649, 127), + (17203604, 'Wandering_Sapling', 5811, 345.469, -3.330, 388.473, 77), + (17203605, 'Wandering_Sapling', 5811, 336.910, -0.003, 451.603, 127), + (17203606, 'Wandering_Sapling', 5811, 350.453, -0.097, 431.406, 127), + (17203607, 'Wandering_Sapling', 5811, 279.925, -0.046, 391.272, 43), + (17203608, 'Brutal_Sheep', 5746, 322.312, -0.404, 474.388, 101), + (17203609, 'Brutal_Sheep', 5746, 348.132, 1.886, 453.822, 127), + (17203610, 'Scavenging_Hound', 5800, 0.000, 0.000, 0.000, 0), + (17203611, 'Stag_Beetle', 5806, 443.206, -0.106, 508.016, 109), + (17203612, 'Stag_Beetle', 5806, 447.578, -0.246, 529.386, 123), + (17203613, 'Wandering_Sapling', 5811, 408.079, -1.378, 365.169, 127), + (17203614, 'Wandering_Sapling', 5811, 432.107, -0.530, 560.422, 17), + (17203615, 'Wandering_Sapling', 5811, 441.884, -0.598, 445.014, 127), + (17203616, 'Wandering_Sapling', 5811, 489.311, -1.619, 581.602, 127), + (17203617, 'Brutal_Sheep', 5746, 419.809, -0.559, 551.337, 120), + (17203618, 'Brutal_Sheep', 5746, 509.724, 1.353, 541.722, 99), + (17203619, 'Scavenging_Hound', 5800, 476.953, -0.516, 586.987, 127), + (17203620, 'Jugner_Funguar', 5781, 0.000, 0.000, 0.000, 0), + (17203621, 'Jugner_Funguar', 5781, 422.455, 6.169, 492.610, 61), + (17203622, 'Jugner_Funguar', 5781, 422.053, 2.767, 462.964, 68), + (17203623, 'Forest_Leech', 5750, 410.000, 5.000, 470.000, 127), + (17203624, 'Forest_Leech', 5750, 426.616, 5.316, 482.723, 127), + (17203625, 'Forest_Leech', 5750, 383.386, 5.032, 462.836, 88), + (17203626, 'Forest_Tiger', 5751, 436.767, -0.450, 484.182, 61), + (17203627, 'Forest_Tiger', 5751, 432.517, -1.305, 430.399, 127), + (17203628, 'Goblin_Mugger', 5762, 396.454, -0.401, 486.946, 70), + (17203629, 'Goblin_Ambusher', 5757, 191.000, -0.100, 358.000, 13), + (17203630, 'Goblin_Leecher', 5761, 280.272, -0.414, 394.888, 126), + (17203631, 'Goblin_Tinkerer', 5764, 285.092, -1.111, 453.041, 127), + (17203632, 'Goblin_Gambler', 5760, 257.470, -0.260, 412.842, 6), + (17203633, 'Goblin_Butcher', 5758, 459.253, -0.788, 587.803, 101), + (17203634, 'Ghoul', 5754, 0.000, 0.000, 0.000, 0), + (17203635, 'Zombie', 5814, 262.618, -4.596, 321.318, 127), + (17203636, 'Thunder_Elemental', 5809, 0.000, 0.000, 0.000, 0), + (17203637, 'Stag_Beetle', 5806, 239.541, -0.365, 559.722, 127), + (17203638, 'Stag_Beetle', 5806, 296.088, -0.622, 510.656, 91), + (17203639, 'Stag_Beetle', 5806, 274.083, 0.250, 537.848, 0), + (17203640, 'Stag_Beetle', 5806, 326.435, -0.877, 493.729, 55), + (17203641, 'Stag_Beetle', 5806, 242.000, -0.100, 528.000, 127), + (17203642, 'Panzer_Percival', 5799, 0.000, 0.000, 0.000, 0), + (17203643, 'Jugner_Funguar', 5781, 517.852, -2.598, 314.514, 58), + (17203644, 'Jugner_Funguar', 5781, 546.199, -0.485, 351.607, 127), + (17203645, 'Jugner_Funguar', 5781, 524.622, -0.344, 346.098, 127), + (17203646, 'Jugner_Funguar', 5781, 558.115, 0.195, 337.402, 39), + (17203647, 'Jugner_Funguar', 5781, 550.402, -0.134, 357.202, 1), + (17203648, 'Goblin_Digger', 5759, 19.052, 0.400, 159.707, 127), + (17203649, 'Hobgoblin_Warrior', 5778, 0.000, 0.000, 0.000, 0), + (17203650, 'Hobgoblin_White_Mage', 5779, 0.000, 0.000, 0.000, 0), + (17203651, 'Hobgoblin_Black_Mage', 5773, 0.000, 0.000, 0.000, 0), + (17203652, 'Hobgoblin_Red_Mage', 5776, 0.000, 0.000, 0.000, 0), + (17203653, 'Hobgoblin_Thief', 5777, 0.000, 0.000, 0.000, 0), + (17203654, 'Hobgoblin_Dark_Knight', 5774, 0.000, 0.000, 0.000, 0), + (17203655, 'Hobgoblin_Ranger', 5775, 0.000, 0.000, 0.000, 0), + (17203656, 'Hobgoblin_Beastmaster', 5772, 0.000, 0.000, 0.000, 0), + (17203657, 'Goblin_s_Beetle', 5763, 0.000, 0.000, 0.000, 0), + (17203658, 'Halforc_Warrior', 5771, 0.000, 0.000, 0.000, 0), + (17203659, 'Halforc_Monk', 5768, 0.000, 0.000, 0.000, 0), + (17203660, 'Halforc_Black_Mage', 5765, 0.000, 0.000, 0.000, 0), + (17203661, 'Halforc_Paladin', 5769, 0.000, 0.000, 0.000, 0), + (17203662, 'Halforc_Dark_Knight', 5766, 0.000, 0.000, 0.000, 0), + (17203663, 'Halforc_Ranger', 5770, 0.000, 0.000, 0.000, 0), + (17203664, 'Halforc_Dragoon', 5767, 0.000, 0.000, 0.000, 0), + (17203665, 'Orc_s_Wyvern', 5798, 0.000, 0.000, 0.000, 0), + (17203666, 'Giollemitte_B_Feroun', 5756, 0.000, 0.000, 0.000, 0), + (17203667, 'Skeleton_Esquire', 5802, 0.000, 0.000, 0.000, 0), + (17203668, 'Orcish_Fighter', 5792, 0.000, 0.000, 0.000, 0), + (17203669, 'Orcish_Fighter', 5792, 0.000, 0.000, 0.000, 0), + (17203670, 'Orcish_Chasseur', 5789, 0.000, 0.000, 0.000, 0), + (17203671, 'Orcish_Chasseur', 5789, 0.000, 0.000, 0.000, 0), + (17203672, 'Orcish_Serjeant', 5796, 0.000, 0.000, 0.000, 0), + (17203673, 'Orcish_Serjeant', 5796, 0.000, 0.000, 0.000, 0), + (17203674, 'Orcish_Cursemaker', 5791, 0.000, 0.000, 0.000, 0), + (17203675, 'Orcish_Cursemaker', 5791, 0.000, 0.000, 0.000, 0), + (17203676, 'Orcish_Colonel', 5790, 0.000, 0.000, 0.000, 0), + (17203677, 'Cernunnos', 5747, 0.000, 0.000, 0.000, 0), + (17203678, 'Sprite', 5805, 0.000, 0.000, 0.000, 0), + (17203679, 'Sprite', 5805, 0.000, 0.000, 0.000, 0), + (17203680, 'Sprite', 5805, 0.000, 0.000, 0.000, 0), + (17203681, 'Sprite', 5805, 0.000, 0.000, 0.000, 0), + (17203682, 'Sprite', 5805, 0.000, 0.000, 0.000, 0), + (17203683, 'Kumbaba', 5785, 0.000, 0.000, 0.000, 0), + (17203901, 'Kingslayer_Doggvdegg', 5782, 0.000, 0.000, 0.000, 0), + (17203904, 'Orcish_Fodder', 5793, 0.000, 0.000, 0.000, 0), + (17207297, 'Snipper', 5854, 0.000, 0.000, 0.000, 0), + (17207298, 'Land_Pugil', 5837, 0.000, 0.000, 0.000, 0), + (17207299, 'Cutter', 5819, 0.000, 0.000, 0.000, 0), + (17207300, 'Greater_Pugil', 5833, 0.000, 0.000, 0.000, 0), + (17207301, 'Kraken', 5836, 0.000, 0.000, 0.000, 0), + (17207302, 'Weeping_Willow', 5864, -670.000, -23.000, 352.000, 127), + (17207303, 'Sobbing_Sapling', 5855, 0.000, 0.000, 0.000, 0), + (17207304, 'Sobbing_Sapling', 5855, 0.000, 0.000, 0.000, 0), + (17207305, 'Sobbing_Sapling', 5855, 0.000, 0.000, 0.000, 0), + (17207306, 'Sobbing_Sapling', 5855, 0.000, 0.000, 0.000, 0), + (17207307, 'Sobbing_Sapling', 5855, 0.000, 0.000, 0.000, 0), + (17207308, 'Lumber_Jack', 5841, 0.000, 0.000, 0.000, 0), + (17207309, 'May_Fly', 5844, -437.673, -15.122, -27.501, 30), + (17207310, 'May_Fly', 5844, -355.464, -22.956, -33.150, 127), + (17207311, 'May_Fly', 5844, -380.352, -20.430, -40.223, 67), + (17207312, 'Stalking_Sapling', 5857, -404.148, -8.277, 53.753, 127), + (17207313, 'Stalking_Sapling', 5857, -413.942, -13.988, 0.847, 45), + (17207314, 'Stalking_Sapling', 5857, -408.318, -15.498, -101.179, 121), + (17207315, 'Stalking_Sapling', 5857, -422.108, -15.615, -101.071, 127), + (17207316, 'Sabertooth_Tiger', 5853, -404.364, -15.319, -15.756, 99), + (17207317, 'Sabertooth_Tiger', 5853, -440.952, -7.999, 41.350, 127), + (17207318, 'Sabertooth_Tiger', 5853, -367.588, -8.867, 29.823, 127), + (17207319, 'Mauthe_Doog', 5843, -372.827, -14.081, 10.748, 41), + (17207320, 'May_Fly', 5844, -226.785, -38.870, -79.401, 127), + (17207321, 'May_Fly', 5844, -260.851, -16.735, -15.995, 127), + (17207322, 'May_Fly', 5844, -265.996, -31.153, -75.883, 91), + (17207323, 'Stalking_Sapling', 5857, -266.735, -23.511, -41.636, 92), + (17207324, 'Stalking_Sapling', 5857, -267.664, -8.467, 25.409, 127), + (17207325, 'Stalking_Sapling', 5857, -259.597, -29.612, -107.049, 41), + (17207326, 'Stalking_Sapling', 5857, -274.153, -12.419, 17.065, 127), + (17207327, 'Sabertooth_Tiger', 5853, -255.082, -35.233, -65.987, 127), + (17207328, 'Sabertooth_Tiger', 5853, -258.475, -7.258, 38.578, 2), + (17207329, 'Sabertooth_Tiger', 5853, -241.950, -36.225, -59.763, 108), + (17207330, 'Mauthe_Doog', 5843, -296.567, -19.759, 5.115, 127), + (17207331, 'May_Fly', 5844, -172.063, -9.635, 75.178, 76), + (17207332, 'May_Fly', 5844, -220.421, -20.214, 33.306, 25), + (17207333, 'May_Fly', 5844, -157.260, -17.963, -59.561, 82), + (17207334, 'Stalking_Sapling', 5857, -177.126, -15.524, 65.538, 74), + (17207335, 'Stalking_Sapling', 5857, -229.287, -16.540, 52.590, 61), + (17207336, 'Stalking_Sapling', 5857, -228.297, -14.497, 13.797, 54), + (17207337, 'Stalking_Sapling', 5857, -162.278, -10.369, 21.659, 127), + (17207338, 'Sabertooth_Tiger', 5853, -164.181, -11.920, 57.689, 88), + (17207339, 'Sabertooth_Tiger', 5853, -174.839, -29.257, -52.891, 127), + (17207340, 'Sabertooth_Tiger', 5853, -239.735, -9.649, 52.519, 96), + (17207341, 'Mauthe_Doog', 5843, -215.882, -21.505, 60.215, 29), + (17207342, 'Evil_Spirit', 5821, -209.015, -4.200, 39.787, 127), + (17207343, 'Goblin_Mugger', 5828, -382.291, -19.448, -34.468, 55), + (17207344, 'Goblin_Pathfinder', 5829, -272.815, -27.607, -66.452, 127), + (17207345, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207346, 'Goblin_Leecher', 5827, -397.021, -9.133, 39.474, 127), + (17207347, 'Goblin_Furrier', 5825, -292.926, -16.493, -7.768, 88), + (17207348, 'Goblin_Gambler', 5826, -272.506, -7.902, 29.885, 33), + (17207349, 'Goblin_Smithy', 5831, -349.451, -21.181, -50.632, 127), + (17207350, 'Goblin_Shaman', 5830, -452.714, -7.732, 27.960, 127), + (17207351, 'Wight', 5865, -225.173, -35.449, -99.367, 119), + (17207352, 'Wight', 5865, -317.979, -21.608, -62.346, 31), + (17207353, 'Ignis_Fatuus', 5835, -269.239, -27.089, -56.951, 127), + (17207354, 'May_Fly', 5844, -473.685, -15.889, -96.289, 48), + (17207355, 'May_Fly', 5844, -489.103, -8.255, 7.012, 35), + (17207356, 'May_Fly', 5844, -466.067, -16.836, -71.818, 127), + (17207357, 'Stalking_Sapling', 5857, -481.413, -8.457, -7.620, 127), + (17207358, 'Stalking_Sapling', 5857, -489.032, -7.996, 6.224, 127), + (17207359, 'Stalking_Sapling', 5857, -483.701, -18.189, -68.357, 127), + (17207360, 'Stalking_Sapling', 5857, -495.610, -22.010, -45.332, 127), + (17207361, 'Sabertooth_Tiger', 5853, -499.176, -15.771, -78.909, 127), + (17207362, 'Sabertooth_Tiger', 5853, -557.794, -8.514, -27.658, 0), + (17207363, 'Sabertooth_Tiger', 5853, -471.726, -17.072, -76.308, 101), + (17207364, 'Mauthe_Doog', 5843, -534.931, -20.567, -27.813, 120), + (17207365, 'Stalking_Sapling', 5857, -605.252, -16.057, 120.099, 127), + (17207366, 'Stalking_Sapling', 5857, -592.215, -8.498, 49.151, 105), + (17207367, 'Stalking_Sapling', 5857, -581.703, -15.735, 98.497, 89), + (17207368, 'Stalking_Sapling', 5857, -550.207, -8.169, 9.007, 127), + (17207369, 'Sabertooth_Tiger', 5853, -553.518, -8.910, 45.760, 127), + (17207370, 'Sabertooth_Tiger', 5853, -570.449, -16.041, 80.207, 127), + (17207371, 'Mauthe_Doog', 5843, -583.280, -15.389, 82.938, 23), + (17207372, 'May_Fly', 5844, -685.653, -16.948, 118.205, 0), + (17207373, 'May_Fly', 5844, -722.768, -16.120, 117.829, 47), + (17207374, 'Stalking_Sapling', 5857, -677.226, -32.331, 149.730, 127), + (17207375, 'Stalking_Sapling', 5857, -704.723, -22.042, 206.648, 72), + (17207376, 'Stalking_Sapling', 5857, -634.786, -16.713, 159.465, 93), + (17207377, 'Sabertooth_Tiger', 5853, -631.703, -16.473, 139.838, 80), + (17207378, 'Sabertooth_Tiger', 5853, -664.213, -28.159, 142.129, 127), + (17207379, 'Mauthe_Doog', 5843, -653.519, -21.142, 174.410, 16), + (17207380, 'Goblin_Mugger', 5828, -478.550, -15.802, -118.248, 17), + (17207381, 'Goblin_Pathfinder', 5829, -455.375, -14.655, -58.153, 8), + (17207382, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207383, 'Goblin_Leecher', 5827, -536.689, -22.037, -40.951, 92), + (17207384, 'Goblin_Furrier', 5825, -633.035, -16.298, 155.467, 110), + (17207385, 'Goblin_Gambler', 5826, -608.920, -16.854, 106.907, 71), + (17207386, 'Goblin_Smithy', 5831, -598.370, -10.646, 52.293, 59), + (17207387, 'Goblin_Shaman', 5830, -504.915, -12.759, -8.353, 127), + (17207388, 'Wight', 5865, -512.256, -24.897, -52.702, 81), + (17207389, 'Wight', 5865, -712.999, -16.617, 125.180, 92), + (17207390, 'Earth_Elemental', 5820, -584.468, -14.038, 64.203, 127), + (17207391, 'Goblin_Furrier', 5825, -457.282, -15.717, -93.748, 127), + (17207392, 'Goblin_Smithy', 5831, -459.340, -15.765, -88.176, 54), + (17207393, 'Goblin_Shaman', 5830, -460.460, -16.276, -99.022, 14), + (17207394, 'May_Fly', 5844, -427.010, -15.653, 234.443, 127), + (17207395, 'May_Fly', 5844, -435.559, -15.455, 211.837, 127), + (17207396, 'Stalking_Sapling', 5857, -416.381, -15.615, 104.341, 127), + (17207397, 'Stalking_Sapling', 5857, -378.958, -15.425, 233.706, 127), + (17207398, 'Stalking_Sapling', 5857, -455.891, -13.305, 75.227, 127), + (17207399, 'Sabertooth_Tiger', 5853, -319.684, -15.949, 235.122, 90), + (17207400, 'Sabertooth_Tiger', 5853, -429.729, -15.348, 160.158, 127), + (17207401, 'Mauthe_Doog', 5843, -493.853, -16.205, 212.750, 127), + (17207402, 'May_Fly', 5844, -363.924, -30.724, 176.899, 127), + (17207403, 'May_Fly', 5844, -347.173, -27.320, 183.713, 23), + (17207404, 'Stalking_Sapling', 5857, -406.130, -17.012, 145.446, 127), + (17207405, 'Stalking_Sapling', 5857, -363.937, -30.527, 176.968, 3), + (17207406, 'Stalking_Sapling', 5857, -356.165, -16.328, 205.229, 127), + (17207407, 'Sabertooth_Tiger', 5853, -379.437, -13.565, 218.747, 127), + (17207408, 'Sabertooth_Tiger', 5853, -366.620, -15.444, 103.644, 127), + (17207409, 'Mauthe_Doog', 5843, -354.006, -14.066, 216.305, 127), + (17207411, 'Evil_Spirit', 5821, -358.742, -12.200, 169.096, 127), + (17207412, 'May_Fly', 5844, -333.783, -16.332, 418.247, 127), + (17207413, 'May_Fly', 5844, -353.629, -15.378, 267.942, 127), + (17207414, 'Stalking_Sapling', 5857, -323.466, -16.127, 404.902, 127), + (17207415, 'Stalking_Sapling', 5857, -359.600, -15.195, 297.904, 71), + (17207416, 'Stalking_Sapling', 5857, -318.392, -15.973, 411.753, 14), + (17207417, 'Sabertooth_Tiger', 5853, -325.634, -15.662, 276.124, 127), + (17207418, 'Sabertooth_Tiger', 5853, -355.310, -16.086, 327.694, 127), + (17207419, 'Mauthe_Doog', 5843, -273.072, -15.422, 399.232, 116), + (17207420, 'Orcish_Fighter', 5848, -460.107, -16.240, 125.468, 101), + (17207421, 'Orcish_Impaler', 5849, -409.579, -15.891, 96.963, 127), + (17207422, 'Orcish_Beastrider', 5845, -345.000, -15.000, 259.000, 121), + (17207423, 'Orcish_Nightraider', 5850, -370.804, -24.062, 346.997, 127), + (17207424, 'Orcish_Cursemaker', 5847, -405.241, -15.518, 192.912, 127), + (17207425, 'Orcish_Serjeant', 5851, -382.118, -23.163, 136.329, 91), + (17207426, 'Orcish_Brawler', 5846, -367.261, -16.106, 271.735, 15), + (17207427, 'Goblin_Mugger', 5828, -332.994, -16.504, 104.951, 127), + (17207428, 'Goblin_Pathfinder', 5829, -468.976, -15.130, 71.247, 119), + (17207429, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207430, 'Goblin_Leecher', 5827, -474.332, -15.937, 86.952, 127), + (17207431, 'Goblin_Furrier', 5825, -448.950, -14.149, 99.818, 127), + (17207432, 'Goblin_Gambler', 5826, -269.661, -15.487, 371.036, 0), + (17207433, 'Goblin_Smithy', 5831, -368.028, -15.730, 226.336, 117), + (17207434, 'Goblin_Shaman', 5830, -336.147, -17.056, 435.056, 81), + (17207435, 'Wight', 5865, -312.745, -15.894, 121.672, 48), + (17207436, 'Wight', 5865, -355.105, -16.033, 73.755, 127), + (17207437, 'Wight', 5865, 0.000, 0.000, 0.000, 0), + (17207438, 'Wight', 5865, 0.000, 0.000, 0.000, 0), + (17207439, 'Earth_Elemental', 5820, -433.559, -15.529, 118.233, 127), + (17207440, 'Orcish_Impaler', 5849, -349.935, -15.665, 256.478, 127), + (17207441, 'Orcish_Beastrider', 5845, 0.000, 0.000, 0.000, 0), + (17207442, 'Orcish_Nightraider', 5850, -344.000, -15.000, 252.000, 34), + (17207443, 'Orcish_Brawler', 5846, 0.000, 0.000, 0.000, 0), + (17207444, 'Goblin_Furrier', 5825, -380.918, -16.254, 102.267, 8), + (17207445, 'Goblin_Smithy', 5831, -385.019, -15.724, 101.838, 36), + (17207446, 'Goblin_Shaman', 5830, -382.000, -15.000, 106.000, 127), + (17207447, 'May_Fly', 5844, -284.098, -8.458, 168.517, 83), + (17207448, 'May_Fly', 5844, -229.074, -22.653, 149.905, 127), + (17207449, 'Stalking_Sapling', 5857, -194.234, -18.485, 132.208, 127), + (17207450, 'Stalking_Sapling', 5857, -248.150, -12.502, 174.407, 127), + (17207451, 'Sabertooth_Tiger', 5853, -188.728, -10.144, 176.061, 52), + (17207452, 'Sabertooth_Tiger', 5853, -254.056, -17.582, 140.688, 127), + (17207453, 'Mauthe_Doog', 5843, -297.336, -7.993, 94.787, 110), + (17207454, 'May_Fly', 5844, -133.204, -3.004, 203.766, 127), + (17207455, 'May_Fly', 5844, -229.475, -8.636, 259.270, 127), + (17207456, 'Stalking_Sapling', 5857, -134.039, -0.842, 289.313, 79), + (17207457, 'Stalking_Sapling', 5857, -145.230, -0.170, 334.642, 60), + (17207458, 'Sabertooth_Tiger', 5853, -229.511, -8.638, 265.929, 53), + (17207459, 'Sabertooth_Tiger', 5853, -180.705, 2.017, 290.824, 28), + (17207460, 'Sabertooth_Tiger', 5853, -147.023, -4.680, 218.997, 107), + (17207461, 'Mauthe_Doog', 5843, -160.211, 0.239, 310.123, 127), + (17207462, 'May_Fly', 5844, -256.091, -6.157, 257.306, 94), + (17207463, 'Stalking_Sapling', 5857, -236.333, -7.819, 343.322, 70), + (17207464, 'Stalking_Sapling', 5857, -259.618, -5.921, 251.595, 127), + (17207465, 'Sabertooth_Tiger', 5853, -288.633, -8.700, 247.175, 55), + (17207466, 'Orcish_Fighter', 5848, -194.696, -1.280, 238.555, 94), + (17207467, 'Orcish_Impaler', 5849, -294.798, -8.457, 166.382, 111), + (17207468, 'Orcish_Beastrider', 5845, -171.490, 0.439, 280.843, 125), + (17207469, 'Orcish_Nightraider', 5850, -116.580, 1.521, 268.260, 41), + (17207470, 'Orcish_Cursemaker', 5847, -197.528, -19.387, 134.829, 118), + (17207471, 'Orcish_Serjeant', 5851, -253.675, -7.288, 284.542, 72), + (17207472, 'Orcish_Brawler', 5846, -264.835, -6.625, 233.731, 125), + (17207473, 'Wight', 5865, 0.000, 0.000, 0.000, 0), + (17207474, 'Wight', 5865, 0.000, 0.000, 0.000, 0), + (17207475, 'Ice_Elemental', 5834, -287.589, -7.776, 267.616, 127), + (17207476, 'Tottering_Toby', 5861, -255.542, -7.872, 185.826, 64), + (17207477, 'Orcish_Fighter', 5848, -135.000, -1.000, 306.000, 84), + (17207478, 'Orcish_Cursemaker', 5847, -140.461, -2.034, 304.404, 82), + (17207479, 'Orcish_Serjeant', 5851, -136.141, -2.335, 302.232, 70), + (17207480, 'Stalking_Sapling', 5857, -208.758, -8.838, 419.572, 124), + (17207481, 'Stalking_Sapling', 5857, -133.751, -2.463, 447.619, 29), + (17207482, 'Stalking_Sapling', 5857, -162.014, -7.932, 437.153, 101), + (17207483, 'Treant', 5862, -200.893, -7.460, 413.715, 89), + (17207484, 'Ba', 5816, -117.481, -14.422, 26.009, 105), + (17207485, 'May_Fly', 5844, -161.046, -22.031, -110.183, 45), + (17207486, 'May_Fly', 5844, -159.572, -23.218, -53.278, 127), + (17207487, 'Stalking_Sapling', 5857, -59.508, -6.508, 16.582, 27), + (17207488, 'Stalking_Sapling', 5857, -83.104, -9.973, 3.155, 57), + (17207489, 'Stalking_Sapling', 5857, -94.664, -13.760, 25.854, 30), + (17207490, 'Sabertooth_Tiger', 5853, -160.895, -22.131, -108.871, 27), + (17207491, 'Sabertooth_Tiger', 5853, -144.083, -18.408, -59.297, 127), + (17207492, 'Mauthe_Doog', 5843, -125.802, -20.425, -18.400, 127), + (17207493, 'Ba', 5816, -100.137, -12.526, -104.811, 127), + (17207494, 'May_Fly', 5844, 9.189, -1.839, 32.945, 127), + (17207495, 'May_Fly', 5844, -35.040, -25.124, -30.282, 127), + (17207496, 'Stalking_Sapling', 5857, -73.937, -12.847, -112.168, 122), + (17207497, 'Stalking_Sapling', 5857, -83.380, -23.509, -65.910, 65), + (17207498, 'Sabertooth_Tiger', 5853, 23.961, -3.862, -0.414, 127), + (17207499, 'Sabertooth_Tiger', 5853, -76.125, -12.891, -112.317, 0), + (17207500, 'Mauthe_Doog', 5843, -19.493, -8.294, 9.690, 119), + (17207501, 'Evil_Spirit', 5821, -87.610, -4.200, -76.529, 100), + (17207502, 'Evil_Spirit', 5821, -41.392, -4.199, -46.433, 90), + (17207503, 'Ba', 5816, -140.854, -16.819, -112.163, 123), + (17207504, 'May_Fly', 5844, -32.322, -8.260, -135.297, 127), + (17207505, 'Stalking_Sapling', 5857, -52.828, -8.073, -124.487, 61), + (17207506, 'Stalking_Sapling', 5857, -120.313, -14.188, -148.782, 127), + (17207507, 'Sabertooth_Tiger', 5853, 25.599, -8.275, -159.757, 27), + (17207508, 'Sabertooth_Tiger', 5853, -17.403, -10.182, -135.829, 104), + (17207509, 'Mauthe_Doog', 5843, -149.951, -22.071, -116.049, 127), + (17207510, 'Goblin_Mugger', 5828, -158.721, -11.926, -91.412, 88), + (17207511, 'Goblin_Pathfinder', 5829, -47.000, -23.000, -40.000, 67), + (17207512, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207513, 'Goblin_Leecher', 5827, -94.650, -15.954, -4.670, 27), + (17207514, 'Goblin_Furrier', 5825, 8.347, -8.530, -18.713, 4), + (17207515, 'Goblin_Gambler', 5826, -12.137, -10.280, -139.193, 127), + (17207516, 'Goblin_Smithy', 5831, -22.321, -22.539, -40.461, 67), + (17207517, 'Goblin_Shaman', 5830, -55.018, -2.856, 25.830, 127), + (17207518, 'Wight', 5865, -101.580, -7.548, -121.676, 90), + (17207519, 'Wight', 5865, -36.178, -6.963, 8.459, 53), + (17207520, 'Earth_Elemental', 5820, -44.231, -16.123, -67.942, 127), + (17207521, 'Ba', 5816, -51.563, 1.160, 125.463, 17), + (17207522, 'May_Fly', 5844, -17.167, 0.358, 172.815, 127), + (17207523, 'May_Fly', 5844, -97.281, 2.581, 174.942, 127), + (17207524, 'Stalking_Sapling', 5857, 12.310, -0.773, 109.888, 124), + (17207525, 'Stalking_Sapling', 5857, -55.491, -0.383, 94.328, 127), + (17207526, 'Sabertooth_Tiger', 5853, -136.765, -7.237, 77.978, 127), + (17207527, 'Sabertooth_Tiger', 5853, -32.118, 0.844, 142.400, 86), + (17207528, 'Sabertooth_Tiger', 5853, -29.227, 0.754, 136.722, 127), + (17207529, 'Mauthe_Doog', 5843, 7.559, 0.174, 91.985, 110), + (17207530, 'Ba', 5816, 14.298, -6.602, 294.479, 9), + (17207531, 'May_Fly', 5844, -28.226, -0.568, 250.751, 5), + (17207532, 'May_Fly', 5844, -86.515, -0.588, 343.237, 25), + (17207533, 'Stalking_Sapling', 5857, -76.849, 0.010, 278.366, 127), + (17207534, 'Stalking_Sapling', 5857, -54.940, 0.214, 352.421, 127), + (17207535, 'Stalking_Sapling', 5857, -59.485, 0.482, 350.564, 127), + (17207536, 'Sabertooth_Tiger', 5853, -65.403, 0.538, 249.590, 28), + (17207537, 'Sabertooth_Tiger', 5853, -52.261, -6.713, 290.427, 63), + (17207538, 'Sabertooth_Tiger', 5853, -17.144, -8.538, 332.205, 37), + (17207539, 'Mauthe_Doog', 5843, 23.218, -1.774, 277.585, 127), + (17207540, 'Evil_Spirit', 5821, -15.644, 3.800, 301.852, 127), + (17207541, 'Ba', 5816, 83.353, -13.409, 140.458, 127), + (17207542, 'Ba', 5816, 41.901, -12.936, 145.479, 15), + (17207543, 'May_Fly', 5844, 110.466, 0.670, 82.699, 79), + (17207544, 'Stalking_Sapling', 5857, 149.486, -0.085, 58.981, 127), + (17207545, 'Stalking_Sapling', 5857, 136.503, -0.395, 54.974, 127), + (17207546, 'Stalking_Sapling', 5857, 75.946, -8.709, 170.619, 90), + (17207547, 'Sabertooth_Tiger', 5853, 80.171, -5.880, 176.626, 127), + (17207548, 'Sabertooth_Tiger', 5853, 133.736, 0.326, 137.378, 127), + (17207549, 'Mauthe_Doog', 5843, 76.969, -13.122, 157.650, 127), + (17207550, 'Orcish_Fighter', 5848, 129.645, 0.627, 95.151, 32), + (17207551, 'Orcish_Impaler', 5849, -8.338, -12.377, 319.863, 127), + (17207552, 'Orcish_Beastrider', 5845, 45.535, -9.173, 160.923, 33), + (17207553, 'Orcish_Nightraider', 5850, -44.620, 0.147, 207.200, 56), + (17207554, 'Orcish_Cursemaker', 5847, -37.381, 0.569, 210.052, 127), + (17207555, 'Orcish_Serjeant', 5851, 103.247, -3.214, 121.931, 127), + (17207556, 'Orcish_Brawler', 5846, -57.271, -2.745, 279.160, 127), + (17207557, 'Wight', 5865, 15.459, -1.375, 110.064, 113), + (17207558, 'Wight', 5865, -73.646, 0.774, 101.020, 127), + (17207559, 'Ignis_Fatuus', 5835, -75.515, 0.144, 246.614, 49), + (17207560, 'Ba', 5816, 67.652, 2.931, 259.031, 75), + (17207561, 'Ba', 5816, 61.597, 2.639, 223.766, 127), + (17207562, 'Ba', 5816, 155.344, 2.688, 176.752, 119), + (17207563, 'Ba', 5816, 140.947, 0.625, 174.896, 51), + (17207564, 'Stalking_Sapling', 5857, 135.681, 5.340, 237.914, 127), + (17207565, 'Stalking_Sapling', 5857, 160.980, 7.086, 192.181, 111), + (17207566, 'Sabertooth_Tiger', 5853, 74.219, 0.147, 210.095, 127), + (17207567, 'Sabertooth_Tiger', 5853, 96.718, 9.802, 288.423, 127), + (17207568, 'Sabertooth_Tiger', 5853, 143.545, 7.032, 253.503, 127), + (17207569, 'Mauthe_Doog', 5843, 97.134, 9.954, 289.177, 55), + (17207570, 'Ba', 5816, 271.952, 8.387, 49.686, 127), + (17207571, 'Ba', 5816, 143.123, 5.035, 12.486, 41), + (17207572, 'Ba', 5816, 157.993, 6.890, -6.711, 115), + (17207573, 'Ba', 5816, 210.104, 8.044, 145.312, 127), + (17207574, 'Stalking_Sapling', 5857, 245.694, 8.570, 6.884, 111), + (17207575, 'Stalking_Sapling', 5857, 151.542, 6.272, 7.468, 127), + (17207576, 'Sabertooth_Tiger', 5853, 210.440, 8.098, 139.945, 127), + (17207577, 'Sabertooth_Tiger', 5853, 240.452, 7.600, 117.858, 40), + (17207578, 'Sabertooth_Tiger', 5853, 258.734, 10.356, 8.107, 127), + (17207579, 'Mauthe_Doog', 5843, 245.778, 8.461, 38.333, 66), + (17207580, 'Ba', 5816, 185.411, 7.753, 251.811, 127), + (17207581, 'Ba', 5816, 218.764, 7.001, 248.810, 127), + (17207582, 'Ba', 5816, 259.845, 8.181, 148.774, 127), + (17207583, 'Clipper', 5818, 202.000, 8.000, 316.000, 127), + (17207584, 'Clipper', 5818, 335.403, 8.502, 123.316, 127), + (17207585, 'Clipper', 5818, 237.000, 7.000, 246.000, 127), + (17207586, 'Clipper', 5818, 264.952, 8.195, 201.897, 67), + (17207587, 'Clipper', 5818, 298.000, 6.000, 174.000, 127), + (17207588, 'Clipper', 5818, 249.103, 8.262, 219.070, 127), + (17207589, 'Ice_Elemental', 5834, 380.161, 7.038, 116.525, 102), + (17207590, 'Orcish_Fighter', 5848, 231.977, 8.388, 147.600, 94), + (17207591, 'Orcish_Impaler', 5849, 52.827, -0.294, 251.994, 127), + (17207592, 'Orcish_Beastrider', 5845, 247.955, 8.380, 220.773, 127), + (17207593, 'Orcish_Nightraider', 5850, 145.577, 5.919, 222.270, 125), + (17207594, 'Orcish_Cursemaker', 5847, 214.970, 7.828, 191.133, 34), + (17207595, 'Orcish_Serjeant', 5851, 100.516, 0.311, 180.387, 113), + (17207596, 'Orcish_Brawler', 5846, 230.913, 8.951, 50.825, 107), + (17207597, 'Wight', 5865, 83.356, 2.038, 222.500, 1), + (17207598, 'Wight', 5865, 218.427, 8.282, 175.146, 127), + (17207599, 'Ba', 5816, 172.660, -3.176, -26.259, 40), + (17207600, 'Ba', 5816, 235.492, 3.964, -36.209, 127), + (17207601, 'Stalking_Sapling', 5857, 110.116, -1.040, -152.355, 127), + (17207602, 'Stalking_Sapling', 5857, 74.132, -9.002, -148.682, 127), + (17207603, 'Stalking_Sapling', 5857, 94.924, -7.156, -165.068, 127), + (17207604, 'Stalking_Sapling', 5857, 195.523, -8.511, -57.747, 18), + (17207605, 'Sabertooth_Tiger', 5853, 91.029, -8.968, -132.720, 127), + (17207606, 'Sabertooth_Tiger', 5853, 140.485, -3.297, -88.773, 23), + (17207607, 'Mauthe_Doog', 5843, 241.633, 6.130, -36.608, 26), + (17207609, 'Evil_Spirit', 5821, 79.883, 3.799, -200.221, 123), + (17207610, 'Evil_Spirit', 5821, 197.963, 11.795, -42.483, 70), + (17207611, 'Ba', 5816, 324.000, -0.010, -236.000, 18), + (17207612, 'Ba', 5816, 353.988, 6.763, -238.638, 127), + (17207613, 'Stalking_Sapling', 5857, 265.047, 2.213, -274.616, 60), + (17207614, 'Stalking_Sapling', 5857, 310.778, 6.340, -267.915, 2), + (17207615, 'Stalking_Sapling', 5857, 371.691, 8.115, -229.386, 127), + (17207616, 'Stalking_Sapling', 5857, 378.083, 8.404, -117.193, 60), + (17207617, 'Sabertooth_Tiger', 5853, 343.866, 7.994, -132.220, 26), + (17207618, 'Ba', 5816, 213.057, 6.085, -309.779, 127), + (17207619, 'Stalking_Sapling', 5857, 197.000, -0.010, -278.000, 22), + (17207620, 'Stalking_Sapling', 5857, 125.249, 7.376, -286.015, 127), + (17207621, 'Stalking_Sapling', 5857, 103.821, -1.672, -236.194, 6), + (17207622, 'Sabertooth_Tiger', 5853, 161.678, -0.346, -258.670, 24), + (17207623, 'Goblin_Mugger', 5828, 337.850, 9.894, -144.450, 109), + (17207624, 'Goblin_Pathfinder', 5829, 302.763, 9.855, -86.882, 109), + (17207625, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207626, 'Goblin_Leecher', 5827, 321.896, 8.638, -55.760, 61), + (17207627, 'Goblin_Furrier', 5825, 331.889, 8.267, -111.792, 115), + (17207628, 'Goblin_Gambler', 5826, 376.989, 8.778, -187.110, 37), + (17207629, 'Goblin_Smithy', 5831, 99.791, -0.425, -245.630, 88), + (17207630, 'Goblin_Shaman', 5830, 162.461, -0.999, -97.343, 127), + (17207631, 'Ignis_Fatuus', 5835, 382.330, 8.601, -238.537, 127), + (17207632, 'Goblin_Furrier', 5825, 377.113, 7.714, -99.702, 85), + (17207633, 'Goblin_Smithy', 5831, 378.000, 8.000, -107.000, 127), + (17207634, 'Goblin_Shaman', 5830, 376.587, 7.715, -99.686, 123), + (17207635, 'Evil_Weapon', 5822, 236.000, 8.000, -315.000, 127), + (17207636, 'Evil_Weapon', 5822, 184.104, 7.963, -319.193, 127), + (17207637, 'Evil_Weapon', 5822, 101.996, 8.687, -314.354, 55), + (17207638, 'Evil_Weapon', 5822, 231.965, 8.258, -339.033, 12), + (17207639, 'Evil_Weapon', 5822, 146.673, -1.421, -325.945, 127), + (17207641, 'Ba', 5816, 151.625, -6.821, -368.713, 127), + (17207642, 'Ba', 5816, 281.549, 6.681, -407.764, 10), + (17207643, 'Ba', 5816, 114.330, 7.708, -464.227, 16), + (17207644, 'Clipper', 5818, 120.000, 7.000, -480.000, 127), + (17207645, 'Clipper', 5818, 209.999, 6.271, -427.619, 67), + (17207646, 'Clipper', 5818, 204.562, 6.320, -487.567, 59), + (17207647, 'Clipper', 5818, 187.502, 8.128, -447.893, 40), + (17207648, 'Clipper', 5818, 196.134, 7.184, -394.396, 10), + (17207649, 'Goblin_Pathfinder', 5829, 164.553, 7.658, -444.811, 118), + (17207650, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207651, 'Goblin_Furrier', 5825, 191.097, 7.862, -428.419, 127), + (17207652, 'Goblin_Smithy', 5831, 61.511, 7.260, -379.198, 13), + (17207653, 'Goblin_Shaman', 5830, 201.329, 6.026, -487.133, 123), + (17207654, 'Wight', 5865, 0.000, 0.000, 0.000, 0), + (17207655, 'Wight', 5865, 272.070, 7.847, -363.923, 127), + (17207656, 'Ice_Elemental', 5834, 105.596, 4.769, -404.876, 62), + (17207657, 'Ahtu', 5815, 187.811, 15.258, -554.714, 43), + (17207658, 'May_Fly', 5844, -397.718, -24.000, 318.029, 39), + (17207659, 'May_Fly', 5844, -489.165, -25.103, 297.365, 127), + (17207660, 'May_Fly', 5844, -471.058, -24.205, 253.110, 127), + (17207661, 'May_Fly', 5844, -515.118, -23.979, 320.734, 127), + (17207662, 'Stalking_Sapling', 5857, -577.881, -23.388, 311.255, 127), + (17207663, 'Stalking_Sapling', 5857, -541.000, -23.000, 294.000, 127), + (17207664, 'Stalking_Sapling', 5857, -493.332, -25.334, 300.248, 127), + (17207665, 'Sabertooth_Tiger', 5853, -446.909, -24.949, 292.482, 127), + (17207666, 'Sabertooth_Tiger', 5853, -477.516, -23.917, 234.393, 127), + (17207667, 'May_Fly', 5844, -419.327, -24.354, 421.872, 127), + (17207668, 'Stalking_Sapling', 5857, -473.976, -31.721, 452.679, 78), + (17207669, 'Stalking_Sapling', 5857, -428.721, -30.550, 464.839, 127), + (17207670, 'Stalking_Sapling', 5857, -497.606, -31.373, 439.847, 7), + (17207671, 'Stalking_Sapling', 5857, -502.800, -29.528, 420.526, 127), + (17207672, 'May_Fly', 5844, -481.408, -37.672, 345.270, 127), + (17207673, 'May_Fly', 5844, -472.923, -39.561, 327.550, 127), + (17207674, 'May_Fly', 5844, -361.943, -23.548, 346.794, 80), + (17207675, 'Stalking_Sapling', 5857, -501.991, -24.754, 368.246, 127), + (17207676, 'Stalking_Sapling', 5857, -365.657, -23.873, 397.241, 104), + (17207677, 'Stalking_Sapling', 5857, -429.597, -33.173, 340.934, 127), + (17207678, 'Sabertooth_Tiger', 5853, -373.350, -24.242, 342.742, 83), + (17207679, 'Sabertooth_Tiger', 5853, -469.529, -40.282, 331.047, 94), + (17207680, 'Sabertooth_Tiger', 5853, -491.984, -29.658, 318.641, 127), + (17207681, 'Goblin_Pathfinder', 5829, -443.000, -25.000, 385.000, 127), + (17207682, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207683, 'Goblin_Furrier', 5825, -373.571, -23.707, 405.476, 103), + (17207684, 'Goblin_Smithy', 5831, -442.821, -39.333, 339.757, 127), + (17207685, 'Goblin_Shaman', 5830, -395.000, -23.000, 451.000, 127), + (17207686, 'Goblin_Pathfinder', 5829, -463.318, -25.002, 290.862, 127), + (17207687, 'Goblin_s_Dragonfly', 5832, 0.000, 0.000, 0.000, 0), + (17207688, 'Goblin_Furrier', 5825, -390.102, -23.825, 366.081, 117), + (17207689, 'Goblin_Smithy', 5831, -462.000, -31.000, 442.000, 127), + (17207690, 'Goblin_Shaman', 5830, -421.663, -24.338, 415.697, 101), + (17207691, 'Wight', 5865, -501.185, -24.787, 371.361, 127), + (17207692, 'Wight', 5865, -465.029, -23.954, 405.164, 127), + (17207693, 'Ignis_Fatuus', 5835, -395.401, -23.494, 413.703, 127), + (17207694, 'Treant', 5862, -623.325, -19.178, 333.455, 116), + (17207695, 'Goblin_Digger', 5824, -28.133, -0.181, 354.895, 117), + (17207696, 'Sturmtiger', 5858, 145.373, 16.462, -548.560, 0), + (17207697, 'Suparna', 5859, 0.000, 0.000, 0.000, 0), + (17207698, 'Suparna_Fledgling', 5860, 0.000, 0.000, 0.000, 0), + (17207699, 'Badshah', 5817, 0.000, 0.000, 0.000, 0), + (17207700, 'Badshah', 5817, 0.000, 0.000, 0.000, 0), + (17207701, 'Badshah', 5817, 0.000, 0.000, 0.000, 0), + (17207702, 'Badshah', 5817, 0.000, 0.000, 0.000, 0), + (17207703, 'Badshah', 5817, 0.000, 0.000, 0.000, 0), + (17207704, 'Sprite', 5856, 0.000, 0.000, 0.000, 0), + (17207705, 'Sprite', 5856, 0.000, 0.000, 0.000, 0), + (17207706, 'Sprite', 5856, 0.000, 0.000, 0.000, 0), + (17207707, 'Sprite', 5856, 0.000, 0.000, 0.000, 0), + (17207708, 'Sprite', 5856, 0.000, 0.000, 0.000, 0), + (17207709, 'Lanky_Lenglen', 5838, 0.000, 0.000, 0.000, 0), + (17207710, 'Vegnix_Greenthumb', 5863, 0.000, 0.000, 0.000, 0), + (17207764, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207765, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207766, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207767, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207768, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207769, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207770, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207771, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207772, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207773, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207774, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207775, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207776, 'Goblin_Bounty_Hunter', 5823, 0.000, 0.000, 0.000, 0), + (17207864, 'Ragelise', 5852, 0.000, 0.000, 0.000, 0), + (17211393, 'Stone_Crab', 5915, 0.000, 0.000, 0.000, 0), + (17211394, 'Sand_Crab', 5910, 0.000, 0.000, 0.000, 0), + (17211395, 'Land_Crab', 5896, 0.000, 0.000, 0.000, 0), + (17211396, 'Pug_Pugil', 5906, 0.000, 0.000, 0.000, 0), + (17211397, 'Fighting_Pugil', 5883, 0.000, 0.000, 0.000, 0), + (17211398, 'Huge_Hornet', 5894, 717.037, -0.503, 478.574, 117), + (17211399, 'Huge_Hornet', 5894, 707.389, -0.619, 367.114, 41), + (17211400, 'Huge_Hornet', 5894, 646.482, -0.888, 430.266, 11), + (17211401, 'Huge_Hornet', 5894, 760.369, -1.109, 440.386, 105), + (17211402, 'Huge_Hornet', 5894, 632.144, -0.303, 413.641, 8), + (17211403, 'Huge_Hornet', 5894, 717.268, -1.246, 360.553, 62), + (17211404, 'Huge_Hornet', 5894, 679.805, -0.561, 396.573, 18), + (17211405, 'Huge_Hornet', 5894, 661.191, -2.941, 459.172, 22), + (17211406, 'Tunnel_Worm', 5917, 635.418, -0.697, 413.852, 97), + (17211407, 'Tunnel_Worm', 5917, 654.290, -4.362, 460.722, 127), + (17211408, 'Tunnel_Worm', 5917, 700.533, -1.576, 355.145, 53), + (17211409, 'Tunnel_Worm', 5917, 734.182, -2.663, 453.948, 127), + (17211410, 'Ding_Bats', 5881, 676.608, -0.637, 437.112, 87), + (17211411, 'Ding_Bats', 5881, 730.553, -2.621, 457.043, 25), + (17211412, 'Ding_Bats', 5881, 642.443, -0.039, 366.534, 64), + (17211413, 'Ding_Bats', 5881, 622.370, -0.127, 435.040, 109), + (17211414, 'Huge_Hornet', 5894, 537.342, 0.062, 475.117, 111), + (17211415, 'Huge_Hornet', 5894, 548.776, 2.250, 412.706, 127), + (17211416, 'Huge_Hornet', 5894, 556.943, -0.553, 457.778, 127), + (17211417, 'Huge_Hornet', 5894, 527.787, -1.315, 475.104, 127), + (17211418, 'Huge_Hornet', 5894, 524.141, -1.036, 461.284, 121), + (17211419, 'Huge_Hornet', 5894, 542.093, -1.303, 352.770, 109), + (17211420, 'Huge_Hornet', 5894, 588.706, -2.262, 484.678, 16), + (17211421, 'Huge_Hornet', 5894, 508.715, 0.341, 387.441, 127), + (17211422, 'Tunnel_Worm', 5917, 512.645, -0.341, 416.949, 127), + (17211423, 'Tunnel_Worm', 5917, 608.678, -1.095, 448.070, 127), + (17211424, 'Tunnel_Worm', 5917, 498.515, 0.222, 409.013, 116), + (17211425, 'Tunnel_Worm', 5917, 515.188, -1.607, 495.021, 127), + (17211426, 'Ding_Bats', 5881, 580.802, -0.868, 439.269, 113), + (17211427, 'Ding_Bats', 5881, 541.974, 0.338, 378.054, 51), + (17211428, 'Ding_Bats', 5881, 605.192, 1.278, 425.553, 65), + (17211429, 'Ding_Bats', 5881, 585.187, 0.132, 475.060, 114), + (17211430, 'Huge_Hornet', 5894, 424.486, -0.323, 364.357, 127), + (17211431, 'Huge_Hornet', 5894, 371.745, 0.035, 233.102, 127), + (17211432, 'Huge_Hornet', 5894, 368.323, -2.044, 183.731, 83), + (17211433, 'Huge_Hornet', 5894, 377.859, 1.615, 333.445, 127), + (17211434, 'Huge_Hornet', 5894, 416.651, -1.238, 317.864, 68), + (17211435, 'Huge_Hornet', 5894, 316.644, 0.854, 266.637, 127), + (17211436, 'Huge_Hornet', 5894, 406.166, -2.337, 301.692, 13), + (17211437, 'Huge_Hornet', 5894, 410.946, -0.736, 369.732, 107), + (17211438, 'Huge_Hornet', 5894, 391.226, -1.237, 199.400, 76), + (17211439, 'Huge_Hornet', 5894, 443.492, -0.808, 392.880, 121), + (17211440, 'Tunnel_Worm', 5917, 458.778, -0.355, 360.748, 127), + (17211441, 'Tunnel_Worm', 5917, 427.831, -0.084, 352.726, 127), + (17211442, 'Tunnel_Worm', 5917, 446.202, -0.842, 362.610, 52), + (17211443, 'Tunnel_Worm', 5917, 374.717, -0.358, 364.194, 127), + (17211444, 'Tunnel_Worm', 5917, 399.188, 0.815, 333.421, 65), + (17211445, 'Ding_Bats', 5881, 323.233, -0.721, 293.771, 96), + (17211446, 'Ding_Bats', 5881, 348.555, 2.170, 258.482, 95), + (17211447, 'Ding_Bats', 5881, 396.369, -0.696, 223.970, 127), + (17211448, 'Ding_Bats', 5881, 385.483, -0.074, 245.560, 110), + (17211449, 'Ding_Bats', 5881, 428.409, -0.437, 374.070, 127), + (17211450, 'Maneating_Hornet', 5901, 373.235, -19.987, 642.562, 127), + (17211451, 'Maneating_Hornet', 5901, 403.252, -20.672, 601.387, 74), + (17211452, 'Maneating_Hornet', 5901, 357.932, -20.454, 659.748, 89), + (17211453, 'Stone_Eater', 5916, 367.350, -19.979, 647.062, 127), + (17211454, 'Stone_Eater', 5916, 349.298, -20.214, 663.793, 84), + (17211455, 'Stone_Eater', 5916, 369.183, -20.332, 633.069, 127), + (17211456, 'Ornery_Sheep', 5904, 380.248, -20.406, 641.414, 11), + (17211457, 'Ornery_Sheep', 5904, 356.340, -20.252, 667.740, 127), + (17211458, 'Goblin_Thug', 5891, 398.764, -20.456, 622.887, 70), + (17211459, 'Goblin_Thug', 5891, 398.059, -20.625, 642.851, 61), + (17211460, 'Ding_Bats', 5881, 359.737, -20.508, 645.112, 126), + (17211461, 'Ding_Bats', 5881, 397.966, -20.496, 633.527, 127), + (17211462, 'Ding_Bats', 5881, 342.958, -20.335, 674.696, 127), + (17211463, 'Fledermaus', 5884, 401.308, -20.496, 573.396, 127), + (17211464, 'Black_Wolf', 5868, 0.000, 0.000, 0.000, 0), + (17211465, 'Maneating_Hornet', 5901, 312.000, -20.000, 678.000, 127), + (17211466, 'Maneating_Hornet', 5901, 275.964, -20.740, 721.397, 127), + (17211467, 'Maneating_Hornet', 5901, 244.852, -20.460, 683.652, 127), + (17211468, 'Maneating_Hornet', 5901, 197.696, -20.688, 679.911, 127), + (17211469, 'Stone_Eater', 5916, 223.343, -20.390, 648.015, 0), + (17211470, 'Stone_Eater', 5916, 190.672, -20.467, 623.274, 86), + (17211471, 'Stone_Eater', 5916, 221.106, -21.233, 656.173, 127), + (17211472, 'Ornery_Sheep', 5904, 208.780, -21.350, 670.386, 97), + (17211473, 'Ornery_Sheep', 5904, 272.000, -20.000, 676.000, 65), + (17211474, 'Goblin_Thug', 5891, 285.743, -20.991, 704.507, 117), + (17211475, 'Goblin_Weaver', 5892, 209.410, -20.521, 640.227, 96), + (17211476, 'Ding_Bats', 5881, 211.411, -20.519, 681.456, 127), + (17211477, 'Ding_Bats', 5881, 197.928, -20.393, 620.463, 127), + (17211478, 'Fledermaus', 5884, 276.456, -20.757, 712.285, 127), + (17211479, 'Fledermaus', 5884, 237.875, -20.500, 663.270, 91), + (17211480, 'Black_Wolf', 5868, 0.000, 0.000, 0.000, 0), + (17211481, 'Maneating_Hornet', 5901, 143.295, -20.495, 556.405, 127), + (17211482, 'Maneating_Hornet', 5901, 165.030, -20.469, 583.699, 108), + (17211483, 'Maneating_Hornet', 5901, 122.405, -20.478, 544.060, 97), + (17211484, 'Maneating_Hornet', 5901, 128.131, -20.287, 455.103, 127), + (17211485, 'Stone_Eater', 5916, 149.939, -19.858, 567.014, 127), + (17211486, 'Stone_Eater', 5916, 184.949, -20.500, 593.308, 73), + (17211487, 'Stone_Eater', 5916, 155.697, -20.068, 565.530, 127), + (17211488, 'Ornery_Sheep', 5904, 113.645, -20.793, 460.213, 127), + (17211489, 'Ornery_Sheep', 5904, 175.315, -20.569, 582.728, 127), + (17211490, 'Goblin_Thug', 5891, 105.508, -20.654, 493.344, 59), + (17211491, 'Goblin_Thug', 5891, 120.876, -20.578, 553.292, 97), + (17211492, 'Ding_Bats', 5881, 162.251, -20.423, 575.700, 127), + (17211493, 'Ding_Bats', 5881, 118.505, -20.402, 448.993, 91), + (17211494, 'Ding_Bats', 5881, 124.000, -20.000, 521.000, 127), + (17211495, 'Fledermaus', 5884, 239.000, -20.000, 640.000, 72), + (17211496, 'Black_Wolf', 5868, 0.000, 0.000, 0.000, 0), + (17211497, 'Maneating_Hornet', 5901, 238.064, -20.778, 322.383, 123), + (17211498, 'Maneating_Hornet', 5901, 187.000, -20.000, 362.000, 127), + (17211499, 'Maneating_Hornet', 5901, 158.000, -19.000, 427.000, 127), + (17211500, 'Stone_Eater', 5916, 230.848, -21.165, 336.810, 46), + (17211501, 'Stone_Eater', 5916, 171.894, -20.730, 398.063, 127), + (17211502, 'Stone_Eater', 5916, 235.862, -20.535, 363.318, 127), + (17211503, 'Ornery_Sheep', 5904, 187.720, -20.342, 404.865, 85), + (17211504, 'Ornery_Sheep', 5904, 149.412, -19.895, 429.194, 46), + (17211505, 'Goblin_Thug', 5891, 171.492, -20.491, 407.989, 119), + (17211506, 'Goblin_Weaver', 5892, 146.952, -20.285, 447.383, 127), + (17211507, 'Ding_Bats', 5881, 248.730, -19.929, 352.612, 127), + (17211508, 'Ding_Bats', 5881, 209.393, -20.386, 376.771, 127), + (17211509, 'Fledermaus', 5884, 196.863, -20.496, 376.963, 127), + (17211510, 'Fledermaus', 5884, 211.259, -20.306, 361.402, 127), + (17211511, 'Black_Wolf', 5868, 0.000, 0.000, 0.000, 0), + (17211512, 'Maneating_Hornet', 5901, 422.603, -20.899, 432.660, 127), + (17211513, 'Maneating_Hornet', 5901, 437.782, -20.715, 443.095, 10), + (17211514, 'Stone_Eater', 5916, 397.499, -20.911, 456.764, 127), + (17211515, 'Stone_Eater', 5916, 424.835, -21.000, 433.221, 43), + (17211516, 'Ornery_Sheep', 5904, 394.092, -20.384, 411.639, 127), + (17211517, 'Ornery_Sheep', 5904, 408.466, -20.150, 426.289, 41), + (17211518, 'Goblin_Thug', 5891, 368.441, -20.763, 396.331, 100), + (17211519, 'Ding_Bats', 5881, 403.638, -20.017, 423.385, 110), + (17211520, 'Fledermaus', 5884, 439.133, -20.722, 443.996, 5), + (17211521, 'Black_Wolf', 5868, 391.087, -20.643, 418.648, 97), + (17211522, 'Maneating_Hornet', 5901, 273.439, -20.480, 357.536, 98), + (17211523, 'Maneating_Hornet', 5901, 311.416, -20.410, 379.125, 26), + (17211524, 'Stone_Eater', 5916, 306.698, -20.118, 387.934, 127), + (17211525, 'Ornery_Sheep', 5904, 312.118, -20.487, 372.288, 7), + (17211526, 'Ornery_Sheep', 5904, 278.890, -20.545, 363.406, 127), + (17211527, 'Goblin_Weaver', 5892, 329.406, -20.522, 378.805, 127), + (17211528, 'Ding_Bats', 5881, 307.688, -20.373, 363.768, 48), + (17211529, 'Fledermaus', 5884, 262.618, -21.077, 353.507, 42), + (17211530, 'Black_Wolf', 5868, 295.680, -20.470, 364.715, 38), + (17211531, 'Maneating_Hornet', 5901, 196.873, -40.415, 500.153, 124), + (17211532, 'Maneating_Hornet', 5901, 352.974, -40.359, 472.914, 127), + (17211533, 'Maneating_Hornet', 5901, 216.150, -41.182, 445.157, 127), + (17211534, 'Maneating_Hornet', 5901, 353.313, -40.347, 463.609, 127), + (17211535, 'Maneating_Hornet', 5901, 237.753, -40.500, 469.738, 127), + (17211536, 'Maneating_Hornet', 5901, 197.369, -40.612, 453.688, 5), + (17211537, 'Stinging_Sophie', 5914, 234.104, -40.332, 462.288, 127), + (17211538, 'Stone_Eater', 5916, 352.231, -40.463, 449.782, 37), + (17211539, 'Stone_Eater', 5916, 284.956, -40.107, 433.187, 118), + (17211540, 'Stone_Eater', 5916, 357.715, -40.449, 458.521, 56), + (17211541, 'Ornery_Sheep', 5904, 191.280, -40.715, 481.208, 29), + (17211542, 'Ornery_Sheep', 5904, 201.342, -40.532, 508.101, 85), + (17211543, 'Ornery_Sheep', 5904, 158.149, -40.746, 520.429, 127), + (17211544, 'Ornery_Sheep', 5904, 232.560, -40.970, 441.616, 127), + (17211545, 'Goblin_Thug', 5891, 309.252, -40.757, 434.078, 127), + (17211546, 'Goblin_Thug', 5891, 249.642, -40.667, 400.371, 101), + (17211547, 'Goblin_Weaver', 5892, 203.886, -40.540, 511.164, 45), + (17211548, 'Ding_Bats', 5881, 0.000, 0.000, 0.000, 0), + (17211549, 'Ding_Bats', 5881, 239.271, -40.592, 454.496, 22), + (17211550, 'Ding_Bats', 5881, 313.805, -40.511, 440.396, 110), + (17211551, 'Fledermaus', 5884, 294.288, -40.193, 430.849, 86), + (17211552, 'Fledermaus', 5884, 208.982, -40.607, 440.760, 127), + (17211553, 'Black_Wolf', 5868, 212.715, -41.427, 446.869, 127), + (17211554, 'Enchanted_Bones', 5882, 181.012, -40.808, 526.818, 127), + (17211555, 'Enchanted_Bones', 5882, 249.912, -40.183, 457.021, 113), + (17211556, 'Maneating_Hornet', 5901, 210.607, -40.478, 566.096, 119), + (17211557, 'Maneating_Hornet', 5901, 288.447, -40.842, 634.161, 82), + (17211558, 'Maneating_Hornet', 5901, 295.890, -41.593, 614.738, 123), + (17211559, 'Maneating_Hornet', 5901, 363.973, -40.774, 562.355, 127), + (17211560, 'Maneating_Hornet', 5901, 356.544, -40.528, 570.302, 110), + (17211561, 'Stinging_Sophie', 5914, 340.381, -40.473, 601.786, 127), + (17211562, 'Stone_Eater', 5916, 203.635, -40.536, 553.291, 4), + (17211563, 'Stone_Eater', 5916, 248.579, -40.262, 571.739, 93), + (17211564, 'Stone_Eater', 5916, 241.917, -40.487, 587.815, 36), + (17211565, 'Ornery_Sheep', 5904, 293.122, -41.467, 608.224, 9), + (17211566, 'Ornery_Sheep', 5904, 290.358, -41.496, 620.583, 127), + (17211567, 'Ornery_Sheep', 5904, 357.596, -40.593, 567.682, 31), + (17211568, 'Ornery_Sheep', 5904, 225.424, -40.346, 569.426, 127), + (17211569, 'Goblin_Thug', 5891, 206.341, -40.507, 552.500, 98), + (17211570, 'Goblin_Thug', 5891, 328.874, -40.022, 605.846, 42), + (17211571, 'Goblin_Weaver', 5892, 197.502, -40.498, 542.843, 127), + (17211572, 'Ding_Bats', 5881, 250.113, -40.375, 592.222, 127), + (17211573, 'Ding_Bats', 5881, 302.809, -41.405, 606.049, 127), + (17211574, 'Ding_Bats', 5881, 299.039, -41.417, 621.521, 65), + (17211575, 'Fledermaus', 5884, 298.166, -41.518, 618.534, 127), + (17211576, 'Black_Wolf', 5868, 324.353, -40.596, 615.870, 127), + (17211577, 'Enchanted_Bones', 5882, 288.459, -41.108, 603.843, 127), + (17211578, 'Enchanted_Bones', 5882, 200.711, -40.413, 535.023, 11), + (17211579, 'Maneating_Hornet', 5901, 283.958, -60.926, 530.016, 127), + (17211580, 'Maneating_Hornet', 5901, 310.309, -60.634, 521.404, 127), + (17211581, 'Maneating_Hornet', 5901, 308.116, -60.352, 550.771, 27), + (17211582, 'Maneating_Hornet', 5901, 308.975, -61.082, 525.690, 127), + (17211583, 'Maneating_Hornet', 5901, 285.813, -60.784, 518.539, 127), + (17211584, 'Goblin_Thug', 5891, 324.134, -60.926, 509.240, 40), + (17211585, 'Goblin_Thug', 5891, 287.072, -60.645, 515.808, 21), + (17211586, 'Goblin_Weaver', 5892, 268.041, -60.118, 532.003, 127), + (17211587, 'Ding_Bats', 5881, 327.337, -60.788, 530.183, 91), + (17211588, 'Ding_Bats', 5881, 335.943, -60.319, 507.148, 9), + (17211589, 'Fledermaus', 5884, 304.646, -61.022, 547.930, 127), + (17211590, 'Fledermaus', 5884, 318.704, -60.101, 545.960, 127), + (17211591, 'Enchanted_Bones', 5882, 318.531, -60.104, 545.945, 127), + (17211592, 'Enchanted_Bones', 5882, 278.751, -60.549, 545.385, 127), + (17211593, 'Enchanted_Bones', 5882, 262.853, -60.219, 509.673, 89), + (17211594, 'River_Crab', 5908, 277.886, -0.645, 236.391, 127), + (17211595, 'River_Crab', 5908, 311.557, 1.666, 258.714, 43), + (17211596, 'River_Crab', 5908, 321.083, -0.543, 290.178, 65), + (17211597, 'River_Crab', 5908, 316.929, -0.644, 202.669, 5), + (17211598, 'Stone_Eater', 5916, 317.031, -0.829, 200.952, 127), + (17211599, 'Stone_Eater', 5916, 66.444, -0.979, 284.167, 74), + (17211600, 'Stone_Eater', 5916, 115.743, 0.142, 309.780, 127), + (17211601, 'Stone_Eater', 5916, 133.203, 2.019, 294.903, 127), + (17211602, 'Stone_Eater', 5916, 104.007, 1.999, 254.672, 127), + (17211603, 'Rock_Lizard', 5909, 228.582, 2.577, 258.864, 37), + (17211604, 'Walking_Sapling', 5919, 97.642, 2.582, 275.671, 69), + (17211605, 'Vulture', 5918, 261.593, -0.540, 293.156, 19), + (17211606, 'Vulture', 5918, 80.009, -0.340, 257.167, 127), + (17211607, 'Vulture', 5918, 118.552, 0.077, 285.532, 104), + (17211608, 'Young_Quadav', 5921, 255.370, 2.261, 262.118, 127), + (17211609, 'Young_Quadav', 5921, 199.648, 0.035, 270.736, 127), + (17211610, 'Amber_Quadav', 5866, 278.357, -0.247, 273.979, 118), + (17211611, 'Young_Quadav', 5921, 176.000, 1.000, 259.000, 127), + (17211612, 'Young_Quadav', 5921, 185.000, 2.000, 254.000, 127), + (17211613, 'Amber_Quadav', 5866, 178.586, 1.468, 256.145, 49), + (17211614, 'Stone_Eater', 5916, -25.184, 0.784, 118.137, 127), + (17211615, 'Stone_Eater', 5916, -99.142, 1.975, 82.611, 127), + (17211616, 'Stone_Eater', 5916, -61.402, -0.433, 119.843, 110), + (17211617, 'Stone_Eater', 5916, -1.401, 0.713, 147.759, 127), + (17211618, 'Stone_Eater', 5916, -11.005, 0.937, 121.217, 26), + (17211619, 'Stone_Eater', 5916, -11.325, 0.826, 109.344, 34), + (17211620, 'Rock_Lizard', 5909, -49.977, 2.435, 97.906, 81), + (17211621, 'Rock_Lizard', 5909, -130.599, 0.074, 119.179, 127), + (17211622, 'Walking_Sapling', 5919, -114.833, -0.122, 121.876, 127), + (17211623, 'Walking_Sapling', 5919, -1.500, -0.786, 83.630, 127), + (17211624, 'Vulture', 5918, 13.076, 1.917, 146.693, 16), + (17211625, 'Vulture', 5918, 36.737, -0.834, 97.292, 93), + (17211626, 'Vulture', 5918, 50.015, -0.667, 120.202, 127), + (17211627, 'Young_Quadav', 5921, 41.411, 1.672, 145.536, 70), + (17211628, 'Young_Quadav', 5921, -0.856, 2.263, 137.781, 127), + (17211629, 'Stone_Eater', 5916, 70.503, 0.718, 430.991, 127), + (17211630, 'Stone_Eater', 5916, 51.357, -0.909, 415.332, 20), + (17211631, 'Walking_Sapling', 5919, 7.052, -1.366, 416.591, 127), + (17211632, 'Vulture', 5918, -6.669, 0.058, 423.016, 100), + (17211633, 'Young_Quadav', 5921, 65.000, -0.010, 423.000, 25), + (17211634, 'Amethyst_Quadav', 5867, -49.000, -0.010, 479.000, 127), + (17211635, 'Amber_Quadav', 5866, -0.010, -0.020, 468.000, 72), + (17211636, 'Shrapnel', 5913, 94.794, -0.299, 408.927, 24), + (17211637, 'Young_Quadav', 5921, 59.000, -0.010, 427.000, 83), + (17211638, 'Young_Quadav', 5921, -83.000, -0.010, 399.000, 80), + (17211639, 'Amber_Quadav', 5866, 57.553, -0.465, 420.584, 125), + (17211640, 'Stone_Eater', 5916, -47.607, 0.091, 276.050, 127), + (17211641, 'Stone_Eater', 5916, -69.251, 2.413, 337.290, 127), + (17211642, 'Stone_Eater', 5916, -61.914, 2.288, 292.800, 127), + (17211643, 'Walking_Sapling', 5919, -40.831, 0.372, 265.314, 114), + (17211644, 'Vulture', 5918, -10.685, -0.680, 282.842, 127), + (17211645, 'Vulture', 5918, -143.801, 2.173, 263.195, 119), + (17211646, 'Young_Quadav', 5921, -52.748, 1.732, 269.750, 64), + (17211647, 'Amethyst_Quadav', 5867, -29.703, -1.834, 291.623, 59), + (17211648, 'Amber_Quadav', 5866, -124.225, -0.398, 293.719, 127), + (17211649, 'Shrapnel', 5913, -101.454, 2.560, 369.232, 127), + (17211650, 'Young_Quadav', 5921, -58.840, 1.551, 254.026, 76), + (17211651, 'Young_Quadav', 5921, -58.817, 1.514, 254.668, 76), + (17211652, 'Amethyst_Quadav', 5867, -63.361, 2.143, 256.942, 29), + (17211653, 'Stone_Eater', 5916, -128.683, 2.497, 260.351, 89), + (17211654, 'Stone_Eater', 5916, -177.332, 2.529, 109.169, 127), + (17211655, 'Stone_Eater', 5916, -196.763, -0.488, 306.674, 127), + (17211656, 'Stone_Eater', 5916, -117.328, -0.716, 288.055, 8), + (17211657, 'Stone_Eater', 5916, -252.976, -2.938, 218.517, 127), + (17211658, 'Rock_Lizard', 5909, -189.073, -0.627, 303.085, 18), + (17211659, 'Rock_Lizard', 5909, -167.021, -0.901, 142.762, 85), + (17211660, 'Walking_Sapling', 5919, -170.329, 2.521, 258.660, 31), + (17211661, 'Vulture', 5918, -204.365, -0.221, 239.463, 121), + (17211662, 'Vulture', 5918, -124.834, -0.146, 276.328, 85), + (17211663, 'Young_Quadav', 5921, -154.828, -0.084, 118.134, 127), + (17211664, 'Amethyst_Quadav', 5867, -144.316, -0.823, 247.344, 107), + (17211665, 'Amber_Quadav', 5866, -229.970, 0.361, 183.627, 93), + (17211667, 'Ornery_Sheep', 5904, -81.450, -20.693, 158.438, 44), + (17211668, 'Ornery_Sheep', 5904, -87.629, -20.981, 176.370, 103), + (17211669, 'Goblin_Thug', 5891, 0.000, 0.000, 0.000, 0), + (17211670, 'Goblin_Weaver', 5892, 0.000, 0.000, 0.000, 0), + (17211671, 'Maneating_Hornet', 5901, -194.643, -0.530, 355.499, 56), + (17211672, 'Maneating_Hornet', 5901, -185.608, -1.038, 409.255, 34), + (17211673, 'Maneating_Hornet', 5901, 34.843, -0.248, 505.412, 127), + (17211674, 'Stone_Eater', 5916, -138.399, -0.285, 395.959, 2), + (17211675, 'Stone_Eater', 5916, -139.823, -0.925, 416.100, 127), + (17211676, 'Stone_Eater', 5916, -21.056, 2.694, 450.167, 76), + (17211677, 'Walking_Sapling', 5919, -214.908, -0.620, 363.117, 9), + (17211678, 'Walking_Sapling', 5919, -154.114, -0.553, 437.674, 127), + (17211679, 'Shrapnel', 5913, -192.786, -0.674, 368.604, 127), + (17211680, 'River_Crab', 5908, -19.161, 2.741, 513.607, 127), + (17211681, 'River_Crab', 5908, -67.897, -0.653, 492.144, 76), + (17211682, 'River_Crab', 5908, -31.595, -0.135, 517.629, 118), + (17211683, 'River_Crab', 5908, -18.429, 2.334, 488.857, 127), + (17211684, 'Goblin_Fisher', 5887, 6.798, -0.298, 530.272, 83), + (17211685, 'Goblin_Fisher', 5887, -33.943, -0.327, 520.372, 69), + (17211686, 'Goblin_Fisher', 5887, -55.393, -0.146, 509.024, 127), + (17211687, 'Maneating_Hornet', 5901, -32.037, -0.929, 607.363, 127), + (17211688, 'Maneating_Hornet', 5901, 86.374, -0.457, 594.108, 127), + (17211689, 'Maneating_Hornet', 5901, 79.209, -0.167, 604.668, 5), + (17211690, 'Stone_Eater', 5916, 74.347, -0.244, 562.026, 39), + (17211691, 'Stone_Eater', 5916, 35.425, -0.368, 561.337, 127), + (17211692, 'Walking_Sapling', 5919, 50.108, -0.042, 556.192, 13), + (17211693, 'Walking_Sapling', 5919, -72.028, -0.688, 500.205, 97), + (17211694, 'Walking_Sapling', 5919, -38.203, -1.043, 589.731, 127), + (17211695, 'Young_Quadav', 5921, 59.420, 0.359, 571.596, 31), + (17211696, 'Young_Quadav', 5921, -38.834, -1.084, 588.504, 127), + (17211697, 'Walking_Sapling', 5919, 164.140, 1.981, 740.020, 127), + (17211698, 'Walking_Sapling', 5919, 121.242, -0.500, 654.504, 127), + (17211699, 'Walking_Sapling', 5919, 94.521, 2.365, 648.439, 124), + (17211700, 'Walking_Sapling', 5919, 203.606, -0.607, 721.541, 86), + (17211701, 'Walking_Sapling', 5919, 176.458, -0.347, 722.666, 109), + (17211702, 'Maighdean_Uaine', 5900, 272.000, -0.324, 797.800, 0), + (17211703, 'Vulture', 5918, 170.252, 0.972, 761.254, 127), + (17211704, 'Vulture', 5918, 150.107, -0.465, 652.312, 2), + (17211705, 'Vulture', 5918, 122.959, -0.533, 650.810, 127), + (17211706, 'Young_Quadav', 5921, 101.556, 2.204, 657.896, 71), + (17211707, 'Amethyst_Quadav', 5867, 141.242, 0.523, 690.146, 23), + (17211708, 'Amber_Quadav', 5866, 114.107, -0.309, 620.033, 127), + (17211709, 'Walking_Sapling', 5919, 290.544, -2.638, 840.552, 76), + (17211710, 'Walking_Sapling', 5919, 239.992, -0.493, 788.037, 99), + (17211711, 'Walking_Sapling', 5919, 289.709, -0.297, 750.252, 127), + (17211712, 'Walking_Sapling', 5919, 233.074, -1.709, 853.486, 127), + (17211713, 'Walking_Sapling', 5919, 313.953, -0.642, 728.251, 119), + (17211714, 'Maighdean_Uaine', 5900, 0.000, 0.000, 0.000, 0), + (17211715, 'Vulture', 5918, 269.443, 0.002, 832.791, 127), + (17211716, 'Vulture', 5918, 336.660, -0.344, 722.842, 127), + (17211717, 'Vulture', 5918, 266.694, -0.114, 806.914, 127), + (17211718, 'Young_Quadav', 5921, 291.029, -10.192, 884.272, 127), + (17211719, 'Amethyst_Quadav', 5867, 247.536, -0.454, 753.714, 12), + (17211720, 'Amber_Quadav', 5866, 359.681, -1.191, 733.395, 97), + (17211721, 'Stone_Eater', 5916, 437.497, -1.061, 558.592, 25), + (17211722, 'Stone_Eater', 5916, 529.159, -1.641, 640.117, 127), + (17211723, 'Stone_Eater', 5916, 507.254, -8.200, 681.224, 127), + (17211724, 'Stone_Eater', 5916, 561.892, -11.574, 682.501, 127), + (17211725, 'Stone_Eater', 5916, 540.457, -7.681, 611.901, 127), + (17211726, 'Walking_Sapling', 5919, 558.099, -10.447, 627.732, 64), + (17211727, 'Walking_Sapling', 5919, 539.036, -7.376, 613.732, 26), + (17211728, 'Vulture', 5918, 441.918, -0.578, 596.643, 127), + (17211729, 'Vulture', 5918, 511.364, -7.837, 671.786, 32), + (17211730, 'Young_Quadav', 5921, 473.676, -0.244, 663.515, 24), + (17211731, 'Young_Quadav', 5921, 0.000, 0.000, 0.000, 0), + (17211732, 'Amethyst_Quadav', 5867, 483.867, -1.661, 676.336, 127), + (17211733, 'Amber_Quadav', 5866, 0.000, 0.000, 0.000, 0), + (17211734, 'Young_Quadav', 5921, 502.000, -0.010, 620.000, 93), + (17211735, 'Amethyst_Quadav', 5867, 496.614, -0.448, 617.949, 82), + (17211736, 'Amber_Quadav', 5866, 499.721, -0.048, 614.631, 26), + (17211737, 'Walking_Sapling', 5919, 345.004, -30.776, 991.871, 127), + (17211738, 'Walking_Sapling', 5919, 330.734, -28.984, 988.544, 20), + (17211739, 'Walking_Sapling', 5919, 349.559, -30.534, 1077.590, 123), + (17211740, 'Walking_Sapling', 5919, 310.277, -30.478, 1065.680, 105), + (17211741, 'Walking_Sapling', 5919, 326.652, -29.986, 1033.510, 18), + (17211742, 'Walking_Sapling', 5919, 245.591, -20.437, 1001.330, 127), + (17211743, 'Vulture', 5918, 244.202, -20.418, 1002.880, 127), + (17211744, 'Vulture', 5918, 357.973, -30.557, 1032.320, 61), + (17211745, 'Vulture', 5918, 249.912, -19.523, 982.728, 127), + (17211746, 'Young_Quadav', 5921, 305.395, -20.580, 966.156, 127), + (17211747, 'Young_Quadav', 5921, 214.797, -9.239, 899.943, 121), + (17211748, 'Amethyst_Quadav', 5867, 245.872, -7.874, 902.640, 127), + (17211749, 'Amber_Quadav', 5866, 0.000, 0.000, 0.000, 0), + (17211750, 'Young_Quadav', 5921, 258.734, -18.407, 1019.530, 127), + (17211751, 'Amethyst_Quadav', 5867, 261.622, -18.137, 1025.840, 127), + (17211752, 'Amber_Quadav', 5866, 256.728, -19.312, 1023.630, 127), + (17211753, 'Young_Quadav', 5921, 357.467, -31.420, 1121.850, 127), + (17211754, 'Young_Quadav', 5921, 469.548, -31.563, 1165.480, 127), + (17211755, 'Stone_Eater', 5916, -472.145, 49.293, 45.652, 10), + (17211756, 'Stone_Eater', 5916, -379.546, 43.164, 2.284, 0), + (17211757, 'Stone_Eater', 5916, -366.389, 40.237, 1.897, 1), + (17211758, 'Rock_Lizard', 5909, -450.864, 51.437, -26.670, 127), + (17211759, 'Rock_Lizard', 5909, -435.400, 48.607, 23.684, 121), + (17211760, 'Rock_Lizard', 5909, -394.567, 47.032, 4.769, 127), + (17211761, 'Vulture', 5918, -419.596, 49.841, -4.919, 127), + (17211762, 'Vulture', 5918, -380.843, 47.750, -28.829, 127), + (17211763, 'Young_Quadav', 5921, -421.847, 41.812, -94.981, 0), + (17211764, 'Amethyst_Quadav', 5867, -467.000, 39.000, -78.000, 32), + (17211765, 'Amber_Quadav', 5866, -372.994, 45.743, -91.644, 70), + (17211766, 'Enchanted_Bones', 5882, -394.238, 46.593, -56.040, 0), + (17211767, 'Shrapnel', 5913, -407.531, 48.691, -55.234, 127), + (17211768, 'Stone_Eater', 5916, -507.241, 40.132, 115.592, 45), + (17211769, 'Stone_Eater', 5916, -467.662, 40.266, 89.362, 70), + (17211770, 'Stone_Eater', 5916, -529.458, 40.311, 2.227, 127), + (17211771, 'Rock_Lizard', 5909, -537.127, 42.265, 17.690, 127), + (17211772, 'Rock_Lizard', 5909, -549.567, 40.003, -15.043, 127), + (17211773, 'Rock_Lizard', 5909, -555.020, 40.116, 79.087, 127), + (17211774, 'Vulture', 5918, -516.819, 40.514, 89.991, 91), + (17211775, 'Vulture', 5918, -472.150, 40.193, 142.478, 127), + (17211776, 'Young_Quadav', 5921, -488.432, 39.408, 159.413, 127), + (17211777, 'Amethyst_Quadav', 5867, -524.790, 40.248, -8.803, 127), + (17211778, 'Amber_Quadav', 5866, -511.649, 38.992, 34.954, 64), + (17211779, 'Enchanted_Bones', 5882, -489.722, 39.199, 115.754, 127), + (17211780, 'Shrapnel', 5913, -555.042, 40.099, 81.509, 127), + (17211781, 'Stone_Eater', 5916, -272.108, 39.700, 392.405, 104), + (17211782, 'Stone_Eater', 5916, -281.025, 39.598, 289.938, 127), + (17211783, 'Rock_Lizard', 5909, -322.589, 40.511, 210.612, 79), + (17211784, 'Rock_Lizard', 5909, -309.436, 40.449, 242.257, 127), + (17211785, 'Walking_Sapling', 5919, -315.447, 39.724, 317.924, 25), + (17211786, 'Walking_Sapling', 5919, -303.492, 39.597, 202.056, 116), + (17211787, 'Vulture', 5918, -316.117, 40.477, 230.502, 127), + (17211788, 'Vulture', 5918, -283.000, 40.000, 213.000, 127), + (17211789, 'Young_Quadav', 5921, -365.500, 40.439, 191.942, 127), + (17211790, 'Amethyst_Quadav', 5867, -319.444, 39.838, 294.777, 127), + (17211791, 'Amber_Quadav', 5866, -353.513, 40.800, 203.890, 127), + (17211792, 'Black_Wolf', 5868, -293.111, 40.714, 245.035, 9), + (17211793, 'Enchanted_Bones', 5882, -326.239, 40.276, 181.709, 127), + (17211794, 'Shrapnel', 5913, -454.318, 38.097, 274.242, 87), + (17211795, 'Stone_Eater', 5916, -633.260, 39.241, 289.333, 127), + (17211796, 'Stone_Eater', 5916, -613.668, 39.460, 293.966, 127), + (17211797, 'Stone_Eater', 5916, -407.882, 39.814, 374.188, 104), + (17211798, 'Rock_Lizard', 5909, -610.187, 39.390, 273.496, 3), + (17211799, 'Rock_Lizard', 5909, -496.295, 39.552, 356.616, 127), + (17211800, 'Rock_Lizard', 5909, -474.521, 38.281, 342.159, 127), + (17211801, 'Walking_Sapling', 5919, -563.778, 39.553, 317.016, 60), + (17211802, 'Walking_Sapling', 5919, -621.717, 40.199, 303.203, 8), + (17211803, 'Walking_Sapling', 5919, -523.001, 39.369, 318.381, 127), + (17211804, 'Goblin_Thug', 5891, -619.436, 39.607, 274.386, 85), + (17211805, 'Goblin_Weaver', 5892, -475.529, 39.070, 349.114, 127), + (17211806, 'Enchanted_Bones', 5882, 0.000, 0.000, 0.000, 0), + (17211807, 'Stone_Eater', 5916, -401.566, 39.289, 476.323, 117), + (17211808, 'Stone_Eater', 5916, -327.871, 39.161, 461.720, 30), + (17211809, 'Stone_Eater', 5916, -408.493, 38.851, 489.700, 127), + (17211810, 'Rock_Lizard', 5909, -339.948, 41.326, 453.674, 127), + (17211811, 'Rock_Lizard', 5909, -269.649, 39.878, 521.024, 127), + (17211812, 'Rock_Lizard', 5909, -378.343, 41.391, 463.796, 127), + (17211813, 'Walking_Sapling', 5919, -382.144, 42.897, 456.806, 127), + (17211814, 'Walking_Sapling', 5919, -328.114, 42.717, 449.949, 72), + (17211815, 'Walking_Sapling', 5919, -370.407, 41.048, 460.262, 117), + (17211816, 'Young_Quadav', 5921, -311.067, 39.868, 477.737, 127), + (17211817, 'Amethyst_Quadav', 5867, -435.000, 40.000, 495.000, 25), + (17211818, 'Amber_Quadav', 5866, -371.501, 41.039, 460.377, 115), + (17211819, 'Stone_Eater', 5916, -534.755, 45.451, 404.160, 101), + (17211820, 'Stone_Eater', 5916, -616.327, 38.771, 443.984, 127), + (17211821, 'Stone_Eater', 5916, 0.000, 0.000, 0.000, 0), + (17211822, 'Rock_Lizard', 5909, -660.151, 42.272, 379.111, 127), + (17211823, 'Rock_Lizard', 5909, -651.326, 39.404, 394.331, 18), + (17211824, 'Rock_Lizard', 5909, -526.910, 38.940, 421.342, 95), + (17211825, 'Walking_Sapling', 5919, -469.713, 39.504, 460.650, 127), + (17211826, 'Walking_Sapling', 5919, -578.946, 38.814, 413.808, 108), + (17211827, 'Walking_Sapling', 5919, -594.757, 40.024, 401.742, 95), + (17211828, 'Goblin_Thug', 5891, -522.142, 39.203, 479.123, 127), + (17211829, 'Goblin_Weaver', 5892, -668.758, 40.494, 383.766, 10), + (17211830, 'Enchanted_Bones', 5882, 0.000, 0.000, 0.000, 0), + (17211831, 'Sand_Pugil', 5911, -509.907, 97.984, 367.478, 127), + (17211832, 'Sand_Pugil', 5911, -476.696, 98.011, 384.146, 127), + (17211833, 'Sand_Pugil', 5911, -459.322, 98.045, 391.937, 93), + (17211834, 'Goblin_Mugger', 5890, -469.495, 97.708, 385.188, 127), + (17211835, 'Goblin_Leecher', 5889, -458.824, 98.046, 392.089, 93), + (17211836, 'Goblin_Gambler', 5888, -365.987, 98.463, 402.765, 127), + (17211837, 'Goblin_Leecher', 5889, -438.101, 98.071, 402.872, 125), + (17211838, 'Goblin_Gambler', 5888, -508.792, 97.785, 367.850, 118), + (17211839, 'Sand_Pugil', 5911, -452.580, 98.718, 428.282, 98), + (17211840, 'Sand_Pugil', 5911, -464.530, 98.564, 423.110, 127), + (17211841, 'Sand_Pugil', 5911, -426.398, 99.621, 434.696, 127), + (17211842, 'Goblin_Mugger', 5890, -506.945, 98.923, 399.842, 103), + (17211843, 'Goblin_Leecher', 5889, -465.830, 98.186, 422.527, 94), + (17211844, 'Goblin_Gambler', 5888, -375.029, 97.960, 437.695, 125), + (17211845, 'Goblin_Leecher', 5889, -485.323, 98.103, 416.005, 127), + (17211846, 'Goblin_Gambler', 5888, -390.051, 97.756, 437.450, 4), + (17211847, 'Goblin_Digger', 5886, 197.132, -40.437, 501.941, 81), + (17211848, 'Gambilox_Wanderling', 5885, -230.000, 98.000, 440.000, 0), + (17211849, 'Old_Quadav', 5903, 0.000, 0.000, 0.000, 0), + (17211850, 'Old_Quadav', 5903, 0.000, 0.000, 0.000, 0), + (17211851, 'Heliodor_Quadav', 5893, 0.000, 0.000, 0.000, 0), + (17211852, 'Heliodor_Quadav', 5893, 0.000, 0.000, 0.000, 0), + (17211853, 'Brass_Quadav', 5869, 0.000, 0.000, 0.000, 0), + (17211854, 'Brass_Quadav', 5869, 0.000, 0.000, 0.000, 0), + (17211855, 'Sapphirine_Quadav', 5912, 0.000, 0.000, 0.000, 0), + (17211856, 'Sapphirine_Quadav', 5912, 0.000, 0.000, 0.000, 0), + (17211857, 'Lead_Quadav', 5897, 0.000, 0.000, 0.000, 0), + (17211858, 'Pixie', 5905, 0.000, 0.000, 0.000, 0), + (17211859, 'Pixie', 5905, 0.000, 0.000, 0.000, 0), + (17211860, 'Pixie', 5905, 0.000, 0.000, 0.000, 0), + (17211861, 'Pixie', 5905, 0.000, 0.000, 0.000, 0), + (17211862, 'Pixie', 5905, 0.000, 0.000, 0.000, 0), + (17211863, 'Deathly_Stinger', 5880, 0.000, 0.000, 0.000, 0), + (17211887, 'Bull_[Herd1]', 5870, 0.000, 0.000, 0.000, 0), + (17211888, 'Cow_[Herd1]', 5877, 0.000, 0.000, 0.000, 0), + (17211889, 'Cow_[Herd1]', 5877, 0.000, 0.000, 0.000, 0), + (17211890, 'Cow_[Herd1]', 5877, 0.000, 0.000, 0.000, 0), + (17211891, 'Calf_[Herd1]', 5873, 0.000, 0.000, 0.000, 0), + (17211892, 'Calf_[Herd1]', 5873, 0.000, 0.000, 0.000, 0), + (17211893, 'Calf_[Herd1]', 5873, 0.000, 0.000, 0.000, 0), + (17211894, 'Calf_[Herd1]', 5873, 0.000, 0.000, 0.000, 0), + (17211895, 'Calf_[Herd1]', 5873, 0.000, 0.000, 0.000, 0), + (17211896, 'Calf_[Herd1]', 5873, 0.000, 0.000, 0.000, 0), + (17211897, 'Bull_[Herd2]', 5871, 0.000, 0.000, 0.000, 0), + (17211898, 'Cow_[Herd2]', 5878, 0.000, 0.000, 0.000, 0), + (17211899, 'Cow_[Herd2]', 5878, 0.000, 0.000, 0.000, 0), + (17211900, 'Cow_[Herd2]', 5878, 0.000, 0.000, 0.000, 0), + (17211901, 'Calf_[Herd2]', 5874, 0.000, 0.000, 0.000, 0), + (17211902, 'Calf_[Herd2]', 5874, 0.000, 0.000, 0.000, 0), + (17211903, 'Calf_[Herd2]', 5874, 0.000, 0.000, 0.000, 0), + (17211904, 'Calf_[Herd2]', 5874, 0.000, 0.000, 0.000, 0), + (17211905, 'Calf_[Herd2]', 5874, 0.000, 0.000, 0.000, 0), + (17211906, 'Calf_[Herd2]', 5874, 0.000, 0.000, 0.000, 0), + (17211907, 'Bull_[Herd3]', 5872, 0.000, 0.000, 0.000, 0), + (17211908, 'Cow_[Herd3]', 5879, 0.000, 0.000, 0.000, 0), + (17211909, 'Cow_[Herd3]', 5879, 0.000, 0.000, 0.000, 0), + (17211910, 'Cow_[Herd3]', 5879, 0.000, 0.000, 0.000, 0), + (17211911, 'Calf_[Herd3]', 5875, 0.000, 0.000, 0.000, 0), + (17211912, 'Calf_[Herd3]', 5875, 0.000, 0.000, 0.000, 0), + (17211913, 'Calf_[Herd3]', 5875, 0.000, 0.000, 0.000, 0), + (17211914, 'Calf_[Herd3]', 5875, 0.000, 0.000, 0.000, 0), + (17211915, 'Calf_[Herd3]', 5875, 0.000, 0.000, 0.000, 0), + (17211916, 'Calf_[Herd3]', 5875, 0.000, 0.000, 0.000, 0), + (17211917, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211918, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211919, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211920, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211921, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211922, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211923, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211924, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211925, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211926, 'Chigoe', 5876, 0.000, 0.000, 0.000, 0), + (17211927, 'Pyracmon', 5907, 0.000, 0.000, 0.000, 0), + (17211928, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211929, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211930, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211931, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211932, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211933, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211934, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211935, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211936, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17211937, 'Wraith_Bat', 5920, 0.000, 0.000, 0.000, 0), + (17212036, 'Gambilox_Wanderling', 5885, -230.000, 98.000, 440.000, 0), + (17212051, 'Kilhwch', 5895, 0.000, 0.000, 0.000, 0), + (17212053, 'Lhu_Mhakaracca', 5898, 0.000, 0.000, 0.000, 0), + (17212058, 'Noillurie', 5902, 0.000, 0.000, 0.000, 0), + (17212068, 'Lycopodium', 5899, 0.000, 0.000, 0.000, 0), + (17215489, 'Stone_Crab', 5958, -101.526, -7.039, 211.728, 58), + (17215490, 'Sand_Crab', 5956, 0.000, 0.000, 0.000, 0), + (17215491, 'Land_Crab', 5946, 0.000, 0.000, 0.000, 0), + (17215492, 'Mole_Crab', 5949, 0.000, 0.000, 0.000, 0), + (17215493, 'Passage_Crab', 5951, 0.000, 0.000, 0.000, 0), + (17215494, 'Bubbly_Bernie', 5925, 745.000, -2.000, -671.000, 22), + (17215495, 'Huge_Hornet', 5945, 519.620, -1.317, -330.270, 37), + (17215496, 'Huge_Hornet', 5945, 540.734, -0.629, -333.375, 127), + (17215497, 'Huge_Hornet', 5945, 566.213, 2.295, -374.238, 98), + (17215498, 'Huge_Hornet', 5945, 528.476, -0.623, -328.999, 2), + (17215499, 'Huge_Hornet', 5945, 612.031, -1.635, -390.567, 45), + (17215500, 'Huge_Hornet', 5945, 527.409, -0.578, -368.226, 93), + (17215501, 'Huge_Hornet', 5945, 590.000, -1.000, -412.000, 113), + (17215502, 'Tunnel_Worm', 5960, 569.106, 2.450, -379.642, 105), + (17215503, 'Tunnel_Worm', 5960, 520.220, -0.447, -362.865, 127), + (17215504, 'Tunnel_Worm', 5960, 556.721, 1.743, -376.171, 0), + (17215505, 'Tunnel_Worm', 5960, 607.512, -1.911, -370.388, 73), + (17215506, 'Ding_Bats', 5937, 543.305, -0.733, -337.072, 70), + (17215507, 'Ding_Bats', 5937, 537.899, 1.948, -390.116, 121), + (17215508, 'Ding_Bats', 5937, 566.450, 2.497, -382.151, 20), + (17215509, 'Ding_Bats', 5937, 508.497, -0.069, -358.864, 100), + (17215510, 'Huge_Hornet', 5945, 499.821, 1.649, -461.902, 127), + (17215511, 'Huge_Hornet', 5945, 552.621, -0.749, -463.848, 75), + (17215512, 'Huge_Hornet', 5945, 486.871, 0.163, -461.877, 5), + (17215513, 'Huge_Hornet', 5945, 499.724, 0.594, -449.531, 52), + (17215514, 'Huge_Hornet', 5945, 568.683, -1.240, -488.904, 127), + (17215515, 'Huge_Hornet', 5945, 511.320, 0.011, -446.909, 16), + (17215516, 'Tunnel_Worm', 5960, 536.828, 2.006, -412.025, 127), + (17215517, 'Tunnel_Worm', 5960, 519.182, -0.016, -435.046, 127), + (17215518, 'Tunnel_Worm', 5960, 526.741, 2.007, -458.386, 127), + (17215519, 'Tunnel_Worm', 5960, 545.263, 2.526, -441.363, 127), + (17215520, 'Ding_Bats', 5937, 484.304, -0.125, -441.789, 17), + (17215521, 'Ding_Bats', 5937, 553.909, 0.435, -448.707, 31), + (17215522, 'Ding_Bats', 5937, 533.716, 1.628, -426.093, 127), + (17215523, 'Ding_Bats', 5937, 539.315, 2.431, -411.778, 127), + (17215524, 'Huge_Hornet', 5945, 263.752, 0.106, -267.112, 127), + (17215525, 'Huge_Hornet', 5945, 276.000, -0.263, -217.000, 127), + (17215526, 'Huge_Hornet', 5945, 348.825, -0.190, -247.886, 71), + (17215527, 'Huge_Hornet', 5945, 347.371, 0.223, -277.198, 127), + (17215528, 'Huge_Hornet', 5945, 264.191, -0.100, -275.011, 1), + (17215529, 'Huge_Hornet', 5945, 232.397, 0.015, -266.777, 64), + (17215530, 'Tunnel_Worm', 5960, 313.868, 0.019, -287.789, 127), + (17215531, 'Tunnel_Worm', 5960, 326.005, 0.250, -267.903, 46), + (17215532, 'Tunnel_Worm', 5960, 260.961, 0.181, -244.791, 20), + (17215533, 'Ding_Bats', 5937, 330.083, 0.733, -268.639, 110), + (17215534, 'Ding_Bats', 5937, 268.838, 0.178, -274.946, 29), + (17215535, 'Ding_Bats', 5937, 334.808, 0.367, -253.910, 127), + (17215536, 'Huge_Hornet', 5945, 132.867, 2.433, -221.391, 127), + (17215537, 'Huge_Hornet', 5945, 153.091, 2.002, -227.955, 127), + (17215538, 'Huge_Hornet', 5945, 191.000, -0.010, -170.000, 51), + (17215539, 'Huge_Hornet', 5945, 231.147, 1.986, -225.692, 51), + (17215540, 'Huge_Hornet', 5945, 127.002, -0.304, -168.788, 109), + (17215541, 'Huge_Hornet', 5945, 153.224, -0.164, -170.525, 127), + (17215542, 'Huge_Hornet', 5945, 223.892, -0.757, -199.853, 114), + (17215543, 'Tunnel_Worm', 5960, 230.921, 1.693, -229.096, 127), + (17215544, 'Tunnel_Worm', 5960, 164.742, -0.170, -176.135, 99), + (17215545, 'Tunnel_Worm', 5960, 221.462, -0.432, -234.466, 127), + (17215546, 'Ding_Bats', 5937, 172.818, 0.395, -213.949, 53), + (17215547, 'Ding_Bats', 5937, 158.828, 2.292, -218.533, 123), + (17215548, 'Ding_Bats', 5937, 100.796, 2.075, -216.289, 127), + (17215549, 'Ding_Bats', 5937, 130.213, -0.458, -191.607, 125), + (17215550, 'Maneating_Hornet', 5948, 272.194, -19.842, -318.087, 49), + (17215551, 'Maneating_Hornet', 5948, 199.325, -19.891, -294.631, 127), + (17215552, 'Maneating_Hornet', 5948, 203.761, -20.054, -288.250, 45), + (17215553, 'Stone_Eater', 5959, 253.159, -19.789, -327.498, 96), + (17215554, 'Stone_Eater', 5959, 295.616, -19.675, -354.268, 127), + (17215555, 'Ornery_Sheep', 5950, 202.118, -20.004, -281.196, 127), + (17215556, 'Ornery_Sheep', 5950, 193.961, -19.725, -297.893, 94), + (17215557, 'Goblin_Thug', 5942, 178.955, -19.810, -292.161, 50), + (17215558, 'Ding_Bats', 5937, 214.194, -19.663, -313.586, 120), + (17215559, 'Ding_Bats', 5937, 231.240, -20.007, -318.040, 120), + (17215560, 'Fledermaus', 5939, 166.099, -19.993, -281.073, 127), + (17215561, 'Fledermaus', 5939, 220.319, -19.984, -319.241, 126), + (17215562, 'Black_Wolf', 5924, 296.878, -19.968, -348.444, 14), + (17215563, 'Maneating_Hornet', 5948, 97.678, -20.225, -450.120, 28), + (17215564, 'Maneating_Hornet', 5948, 88.465, -19.668, -425.441, 51), + (17215565, 'Maneating_Hornet', 5948, 127.374, -20.081, -518.502, 45), + (17215566, 'Stone_Eater', 5959, 116.088, -20.228, -488.391, 127), + (17215567, 'Ornery_Sheep', 5950, 115.881, -20.194, -461.588, 127), + (17215568, 'Ornery_Sheep', 5950, 106.803, -19.585, -451.447, 12), + (17215569, 'Goblin_Thug', 5942, 86.466, -19.990, -439.452, 127), + (17215570, 'Goblin_Thug', 5942, 79.277, -20.024, -408.258, 117), + (17215571, 'Ding_Bats', 5937, 117.184, -20.108, -477.581, 48), + (17215572, 'Ding_Bats', 5937, 139.653, -19.766, -526.990, 116), + (17215573, 'Fledermaus', 5939, 82.808, -19.888, -424.995, 113), + (17215574, 'Black_Wolf', 5924, 179.860, -19.972, -560.195, 119), + (17215575, 'Maneating_Hornet', 5948, 339.385, -19.957, -362.257, 127), + (17215576, 'Maneating_Hornet', 5948, 357.954, -19.975, -375.078, 127), + (17215577, 'Stone_Eater', 5959, 353.498, -19.918, -370.776, 127), + (17215578, 'Ornery_Sheep', 5950, 340.414, -19.892, -436.967, 127), + (17215579, 'Ornery_Sheep', 5950, 336.571, -19.965, -438.015, 127), + (17215580, 'Goblin_Thug', 5942, 342.150, -19.925, -363.022, 27), + (17215581, 'Goblin_Thug', 5942, 345.980, -20.146, -448.015, 47), + (17215582, 'Ding_Bats', 5937, 354.605, -19.791, -417.520, 83), + (17215583, 'Fledermaus', 5939, 354.196, -20.061, -377.609, 19), + (17215584, 'Fledermaus', 5939, 328.524, -20.061, -437.201, 125), + (17215585, 'Black_Wolf', 5924, 353.951, -19.841, -407.709, 127), + (17215586, 'Maneating_Hornet', 5948, 119.541, -19.834, -355.162, 127), + (17215587, 'Maneating_Hornet', 5948, 137.660, -19.830, -287.674, 121), + (17215588, 'Stone_Eater', 5959, 124.217, -20.101, -313.059, 127), + (17215589, 'Ornery_Sheep', 5950, 98.350, -19.790, -365.045, 101), + (17215590, 'Ornery_Sheep', 5950, 100.416, -20.709, -350.646, 127), + (17215591, 'Goblin_Thug', 5942, 131.977, -19.903, -281.355, 127), + (17215592, 'Goblin_Weaver', 5943, 135.309, -19.829, -291.289, 125), + (17215593, 'Ding_Bats', 5937, 140.796, -20.516, -290.858, 127), + (17215594, 'Fledermaus', 5939, 91.791, -19.942, -374.605, 11), + (17215595, 'Fledermaus', 5939, 121.293, -19.942, -328.526, 45), + (17215596, 'Black_Wolf', 5924, 104.376, -19.878, -353.739, 73), + (17215597, 'Maneating_Hornet', 5948, 268.067, -20.875, -528.187, 127), + (17215598, 'Maneating_Hornet', 5948, 318.198, -19.927, -485.416, 127), + (17215599, 'Stone_Eater', 5959, 294.411, -20.124, -511.495, 127), + (17215600, 'Ornery_Sheep', 5950, 260.531, -20.127, -523.547, 84), + (17215601, 'Ornery_Sheep', 5950, 298.771, -19.800, -512.994, 16), + (17215602, 'Goblin_Thug', 5942, 234.559, -19.838, -524.823, 8), + (17215603, 'Goblin_Weaver', 5943, 228.667, -19.833, -549.457, 127), + (17215604, 'Ding_Bats', 5937, 247.799, -19.390, -527.615, 120), + (17215605, 'Fledermaus', 5939, 223.590, -19.902, -559.140, 127), + (17215606, 'Fledermaus', 5939, 231.102, -20.353, -532.572, 126), + (17215607, 'Black_Wolf', 5924, 306.745, -19.750, -511.381, 127), + (17215608, 'Maneating_Hornet', 5948, 171.557, -39.688, -348.654, 127), + (17215609, 'Maneating_Hornet', 5948, 149.367, -39.474, -401.623, 54), + (17215610, 'Stone_Eater', 5959, 165.276, -40.183, -413.860, 55), + (17215611, 'Ornery_Sheep', 5950, 186.081, -39.990, -367.942, 34), + (17215612, 'Ornery_Sheep', 5950, 164.245, -39.900, -347.878, 127), + (17215613, 'Carnero', 5932, 160.748, -40.010, -423.153, 83), + (17215614, 'Goblin_Thug', 5942, 152.618, -41.221, -427.077, 127), + (17215615, 'Goblin_Weaver', 5943, 151.264, -39.476, -407.135, 127), + (17215616, 'Ding_Bats', 5937, 169.835, -39.785, -347.248, 127), + (17215617, 'Fledermaus', 5939, 156.821, -40.015, -415.995, 127), + (17215618, 'Black_Wolf', 5924, 0.000, 0.000, 0.000, 0), + (17215619, 'Enchanted_Bones', 5938, 169.821, -39.787, -346.405, 127), + (17215620, 'Enchanted_Bones', 5938, 155.352, -40.353, -420.845, 76), + (17215621, 'Maneating_Hornet', 5948, 207.225, -40.063, -506.726, 69), + (17215622, 'Maneating_Hornet', 5948, 203.847, -39.601, -493.471, 127), + (17215623, 'Stone_Eater', 5959, 193.578, -40.548, -506.382, 71), + (17215624, 'Ornery_Sheep', 5950, 160.304, -39.990, -460.400, 122), + (17215625, 'Ornery_Sheep', 5950, 201.021, -39.904, -500.721, 32), + (17215626, 'Carnero', 5932, 159.616, -39.970, -461.112, 127), + (17215627, 'Goblin_Thug', 5942, 214.216, -40.024, -479.124, 127), + (17215628, 'Goblin_Weaver', 5943, 183.213, -39.986, -479.180, 127), + (17215629, 'Ding_Bats', 5937, 201.565, -39.919, -502.445, 127), + (17215630, 'Fledermaus', 5939, 196.767, -40.092, -507.552, 127), + (17215631, 'Black_Wolf', 5924, 0.000, 0.000, 0.000, 0), + (17215632, 'Enchanted_Bones', 5938, 195.947, -39.960, -494.888, 127), + (17215633, 'Enchanted_Bones', 5938, 0.000, 0.000, 0.000, 0), + (17215634, 'Maneating_Hornet', 5948, 249.970, -39.947, -395.177, 127), + (17215635, 'Maneating_Hornet', 5948, 218.023, -39.954, -363.102, 127), + (17215636, 'Stone_Eater', 5959, 255.281, -39.483, -390.584, 27), + (17215637, 'Stone_Eater', 5959, 251.818, -39.978, -403.469, 20), + (17215638, 'Ornery_Sheep', 5950, 277.891, -39.854, -413.354, 103), + (17215639, 'Goblin_Thug', 5942, 228.607, -39.892, -369.553, 127), + (17215640, 'Goblin_Thug', 5942, 263.175, -39.794, -395.255, 127), + (17215641, 'Ding_Bats', 5937, 282.744, -40.103, -436.489, 36), + (17215642, 'Fledermaus', 5939, 255.802, -39.845, -404.797, 127), + (17215643, 'Black_Wolf', 5924, 259.514, -39.700, -399.115, 110), + (17215644, 'Enchanted_Bones', 5938, 284.085, -39.835, -421.564, 127), + (17215645, 'Ornery_Sheep', 5950, 274.561, -39.972, -476.762, 94), + (17215646, 'Ornery_Sheep', 5950, 275.135, -39.977, -477.840, 122), + (17215647, 'Black_Wolf', 5924, 274.602, -40.002, -470.081, 127), + (17215648, 'Ornery_Sheep', 5950, 213.010, -59.983, -442.766, 105), + (17215649, 'Ornery_Sheep', 5950, 211.745, -59.938, -441.313, 127), + (17215650, 'Black_Wolf', 5924, 210.600, -59.942, -441.231, 40), + (17215651, 'Stone_Eater', 5959, 408.552, -0.452, -342.091, 127), + (17215652, 'Stone_Eater', 5959, 436.921, -0.470, -342.960, 53), + (17215653, 'Stone_Eater', 5959, 425.940, -0.171, -355.247, 127), + (17215654, 'Stone_Eater', 5959, 440.175, -0.541, -328.963, 37), + (17215655, 'Stone_Eater', 5959, 365.740, -1.293, -295.515, 72), + (17215656, 'Stone_Eater', 5959, 367.050, -0.432, -281.855, 91), + (17215657, 'Stone_Eater', 5959, 429.354, -0.352, -320.313, 66), + (17215658, 'Stone_Eater', 5959, 362.820, -0.072, -270.662, 127), + (17215659, 'Rock_Lizard', 5955, 408.230, 0.040, -372.040, 38), + (17215660, 'Walking_Sapling', 5962, 385.957, 0.007, -307.337, 82), + (17215661, 'Walking_Sapling', 5962, 405.598, -0.071, -360.543, 127), + (17215662, 'Vulture', 5961, 346.151, -0.266, -297.003, 127), + (17215663, 'Vulture', 5961, 403.909, -0.060, -332.823, 127), + (17215664, 'Stone_Eater', 5959, -4.871, -0.779, -137.804, 92), + (17215665, 'Stone_Eater', 5959, -0.404, 0.194, -146.564, 94), + (17215666, 'Stone_Eater', 5959, 16.560, 2.498, -145.646, 109), + (17215667, 'Stone_Eater', 5959, 28.346, 0.959, -125.205, 127), + (17215668, 'Stone_Eater', 5959, -21.527, -0.588, -39.222, 7), + (17215669, 'Stone_Eater', 5959, -0.050, -0.405, -117.528, 127), + (17215670, 'Stone_Eater', 5959, 19.963, 2.234, -160.361, 78), + (17215671, 'Stone_Eater', 5959, 1.523, 0.289, -151.209, 127), + (17215672, 'Rock_Lizard', 5955, -22.750, 2.149, -175.666, 80), + (17215673, 'Walking_Sapling', 5962, 20.911, 2.761, -173.123, 57), + (17215674, 'Walking_Sapling', 5962, 56.216, -1.146, -156.771, 127), + (17215675, 'Vulture', 5961, 27.419, 0.395, -111.129, 61), + (17215676, 'Vulture', 5961, 35.049, 0.180, -86.413, 127), + (17215677, 'Young_Quadav', 5964, 66.100, -0.671, -161.368, 127), + (17215678, 'Young_Quadav', 5964, -15.261, 1.846, -183.948, 105), + (17215679, 'Stone_Eater', 5959, 17.672, 9.953, -275.941, 127), + (17215680, 'Stone_Eater', 5959, 16.448, 1.124, -210.873, 127), + (17215681, 'Stone_Eater', 5959, -25.211, 8.542, -234.240, 127), + (17215682, 'Stone_Eater', 5959, -0.936, -0.273, -201.183, 103), + (17215683, 'Stone_Eater', 5959, 51.848, 7.819, -275.364, 83), + (17215684, 'Stone_Eater', 5959, 7.678, 9.863, -270.105, 127), + (17215685, 'Stone_Eater', 5959, 25.894, 9.537, -273.201, 127), + (17215686, 'Rock_Lizard', 5955, 52.063, 7.362, -278.991, 127), + (17215687, 'Rock_Lizard', 5955, 18.124, 4.902, -323.676, 37), + (17215688, 'Walking_Sapling', 5962, 65.818, 2.477, -277.559, 127), + (17215689, 'Walking_Sapling', 5962, 64.381, 2.264, -284.402, 69), + (17215690, 'Vulture', 5961, 9.185, 0.899, -191.630, 126), + (17215691, 'Vulture', 5961, 7.844, 9.532, -253.657, 59), + (17215692, 'Young_Quadav', 5964, 72.994, 0.359, -303.385, 67), + (17215693, 'Young_Quadav', 5964, 39.851, 4.402, -222.056, 65), + (17215694, 'Amethyst_Quadav', 5923, 47.222, 8.291, -281.950, 79), + (17215695, 'Amber_Quadav', 5922, -15.452, -0.190, -211.107, 127), + (17215696, 'Young_Quadav', 5964, 19.122, 8.858, -258.690, 127), + (17215697, 'Amethyst_Quadav', 5923, 16.476, 8.980, -263.387, 127), + (17215698, 'Amber_Quadav', 5922, 19.677, 9.054, -265.293, 89), + (17215699, 'Stone_Eater', 5959, 378.144, 1.173, -508.440, 105), + (17215700, 'Stone_Eater', 5959, 394.935, 0.084, -564.740, 127), + (17215701, 'Stone_Eater', 5959, 416.090, 1.187, -512.914, 127), + (17215702, 'Stone_Eater', 5959, 364.371, -0.114, -493.123, 94), + (17215703, 'Stone_Eater', 5959, 350.826, -0.306, -565.244, 127), + (17215704, 'Stone_Eater', 5959, 366.497, -0.447, -508.456, 85), + (17215705, 'Stone_Eater', 5959, 484.486, 2.102, -495.024, 7), + (17215706, 'Stone_Eater', 5959, 381.843, 1.860, -541.829, 127), + (17215707, 'Rock_Lizard', 5955, 485.078, 0.005, -484.273, 15), + (17215708, 'Rock_Lizard', 5955, 396.674, -0.009, -468.967, 17), + (17215709, 'Walking_Sapling', 5962, 492.782, -0.003, -525.087, 76), + (17215710, 'Walking_Sapling', 5962, 504.008, 2.336, -491.080, 127), + (17215711, 'Vulture', 5961, 421.247, 0.082, -479.516, 96), + (17215712, 'Vulture', 5961, 435.966, 2.489, -497.017, 127), + (17215713, 'Young_Quadav', 5964, 385.152, 1.620, -551.201, 127), + (17215714, 'Young_Quadav', 5964, 363.282, 0.168, -546.527, 127), + (17215715, 'Amber_Quadav', 5922, 387.905, -0.027, -462.550, 127), + (17215716, 'Stone_Eater', 5959, 585.606, -0.207, -518.277, 127), + (17215717, 'Stone_Eater', 5959, 604.691, 0.093, -559.773, 45), + (17215718, 'Stone_Eater', 5959, 537.890, 2.247, -498.168, 73), + (17215719, 'Stone_Eater', 5959, 539.863, 2.615, -528.773, 127), + (17215720, 'Stone_Eater', 5959, 580.874, 2.908, -587.121, 72), + (17215721, 'Stone_Eater', 5959, 580.790, 1.834, -555.383, 127), + (17215722, 'Walking_Sapling', 5962, 561.895, -0.031, -577.052, 45), + (17215723, 'Vulture', 5961, 577.447, -2.458, -492.123, 127), + (17215724, 'Vulture', 5961, 549.031, 1.250, -493.561, 75), + (17215725, 'Goblin_Thug', 5942, 569.821, -1.834, -485.959, 127), + (17215726, 'Goblin_Fisher', 5941, 567.343, 0.259, -589.735, 62), + (17215727, 'Goblin_Fisher', 5941, 578.983, 2.236, -573.558, 34), + (17215728, 'Stone_Eater', 5959, 611.905, -2.781, -653.299, 5), + (17215729, 'Stone_Eater', 5959, 587.236, 2.327, -619.357, 127), + (17215730, 'Stone_Eater', 5959, 692.389, -2.301, -636.574, 127), + (17215731, 'Stone_Eater', 5959, 551.823, 0.153, -662.000, 5), + (17215732, 'Stone_Eater', 5959, 523.435, -0.287, -715.621, 127), + (17215733, 'Stone_Eater', 5959, 512.416, -1.118, -726.876, 77), + (17215734, 'Stone_Eater', 5959, 669.495, -3.146, -650.674, 127), + (17215735, 'Stone_Eater', 5959, 640.992, 0.158, -636.970, 127), + (17215736, 'Walking_Sapling', 5962, 658.407, -0.047, -634.852, 127), + (17215737, 'Walking_Sapling', 5962, 618.189, -0.510, -642.752, 123), + (17215738, 'Vulture', 5961, 695.065, -2.474, -638.304, 127), + (17215739, 'Vulture', 5961, 561.772, -0.594, -686.303, 127), + (17215740, 'Vulture', 5961, 654.677, -1.732, -613.874, 127), + (17215741, 'Goblin_Weaver', 5943, 521.125, -0.115, -712.584, 125), + (17215742, 'Goblin_Fisher', 5941, 580.261, -0.124, -649.032, 73), + (17215743, 'Goblin_Fisher', 5941, 620.288, 1.240, -616.886, 90), + (17215744, 'Stone_Eater', 5959, 284.345, -0.095, -637.362, 38), + (17215745, 'Stone_Eater', 5959, 246.533, 0.032, -598.447, 127), + (17215746, 'Stone_Eater', 5959, 284.826, 0.113, -575.533, 108), + (17215747, 'Rock_Lizard', 5955, 280.688, 0.070, -591.116, 127), + (17215748, 'Rock_Lizard', 5955, 237.144, 2.124, -614.938, 72), + (17215749, 'Walking_Sapling', 5962, 308.043, 1.106, -576.371, 33), + (17215750, 'Walking_Sapling', 5962, 278.625, 0.526, -630.545, 125), + (17215751, 'Walking_Sapling', 5962, 290.027, 0.008, -569.761, 127), + (17215752, 'Walking_Sapling', 5962, 403.059, -0.726, -636.092, 3), + (17215753, 'Walking_Sapling', 5962, 329.433, 0.616, -563.283, 37), + (17215754, 'Walking_Sapling', 5962, 313.454, 2.012, -578.594, 127), + (17215755, 'Vulture', 5961, 382.021, -0.700, -633.344, 127), + (17215756, 'Vulture', 5961, 385.672, -0.545, -606.360, 127), + (17215757, 'Young_Quadav', 5964, 300.423, 0.905, -627.372, 15), + (17215758, 'Amethyst_Quadav', 5923, 397.093, -0.190, -612.581, 117), + (17215759, 'Amber_Quadav', 5922, 425.413, -0.038, -635.822, 127), + (17215760, 'Enchanted_Bones', 5938, 307.451, 0.069, -564.155, 127), + (17215761, 'Shrapnel', 5957, 328.320, -0.341, -610.653, 85), + (17215762, 'Stone_Eater', 5959, -117.670, 4.213, -222.344, 41), + (17215763, 'Stone_Eater', 5959, -103.161, 10.961, -231.914, 56), + (17215764, 'Rock_Lizard', 5955, -23.045, 2.678, -179.826, 127), + (17215765, 'Rock_Lizard', 5955, -109.813, -0.014, -170.340, 11), + (17215766, 'Walking_Sapling', 5962, -49.418, 0.130, -163.973, 127), + (17215767, 'Walking_Sapling', 5962, -17.642, 0.186, -215.824, 89), + (17215768, 'Walking_Sapling', 5962, -114.716, 4.194, -223.261, 64), + (17215769, 'Walking_Sapling', 5962, -58.276, 2.713, -184.743, 127), + (17215770, 'Walking_Sapling', 5962, -5.499, 0.697, -196.360, 127), + (17215771, 'Walking_Sapling', 5962, -67.238, 0.153, -196.045, 40), + (17215772, 'Vulture', 5961, -9.553, 2.330, -180.860, 47), + (17215773, 'Vulture', 5961, -77.699, 0.814, -193.808, 127), + (17215774, 'Young_Quadav', 5964, -91.834, 2.559, -190.379, 127), + (17215775, 'Amethyst_Quadav', 5923, -27.208, -0.230, -206.404, 127), + (17215776, 'Amber_Quadav', 5922, -126.297, -0.909, -204.614, 61), + (17215777, 'Enchanted_Bones', 5938, -65.648, 1.363, -219.441, 127), + (17215779, 'Ornery_Sheep', 5950, 450.883, -20.452, -583.066, 70), + (17215780, 'Ornery_Sheep', 5950, 463.673, -20.205, -590.366, 26), + (17215781, 'Goblin_Thug', 5942, 447.349, -20.641, -570.559, 127), + (17215782, 'Goblin_Thug', 5942, 449.762, -20.456, -584.155, 127), + (17215783, 'Goblin_Weaver', 5943, 451.079, -20.833, -583.523, 127), + (17215784, 'Goblin_Weaver', 5943, 498.044, -20.172, -594.537, 127), + (17215785, 'Enchanted_Bones', 5938, 447.715, -20.701, -589.586, 41), + (17215786, 'Enchanted_Bones', 5938, 442.160, -20.455, -590.081, 61), + (17215787, 'Goblin_Thug', 5942, 464.716, -20.946, -579.741, 127), + (17215788, 'Goblin_Weaver', 5943, 461.568, -21.130, -582.489, 28), + (17215789, 'Goblin_Weaver', 5943, 459.527, -20.269, -555.846, 0), + (17215790, 'Stone_Eater', 5959, -155.829, 11.148, -329.826, 127), + (17215791, 'Stone_Eater', 5959, -103.015, 10.062, -320.065, 127), + (17215792, 'Rock_Lizard', 5955, -87.582, 9.947, -280.148, 127), + (17215793, 'Rock_Lizard', 5955, -101.407, 12.003, -256.547, 127), + (17215794, 'Walking_Sapling', 5962, -211.480, 10.891, -327.839, 110), + (17215795, 'Walking_Sapling', 5962, -135.214, 11.819, -287.585, 127), + (17215796, 'Vulture', 5961, -172.689, 11.238, -351.716, 117), + (17215797, 'Vulture', 5961, -121.932, 12.166, -340.014, 13), + (17215798, 'Vulture', 5961, -151.198, 10.898, -282.222, 83), + (17215799, 'Vulture', 5961, -120.199, 10.330, -248.540, 127), + (17215800, 'Vulture', 5961, -121.216, 10.433, -327.163, 127), + (17215801, 'Vulture', 5961, -144.523, 11.951, -266.704, 7), + (17215802, 'Young_Quadav', 5964, -90.116, 9.701, -335.284, 44), + (17215803, 'Young_Quadav', 5964, -130.215, 10.333, -310.776, 2), + (17215804, 'Amethyst_Quadav', 5923, -106.455, 12.054, -340.457, 127), + (17215805, 'Enchanted_Bones', 5938, -157.468, 10.477, -319.813, 127), + (17215806, 'Shrapnel', 5957, -161.855, 10.163, -359.714, 17), + (17215807, 'Stone_Eater', 5959, -116.375, 19.793, -461.837, 68), + (17215808, 'Stone_Eater', 5959, 0.910, 1.994, -428.347, 87), + (17215809, 'Rock_Lizard', 5955, -35.076, 9.775, -418.659, 127), + (17215810, 'Rock_Lizard', 5955, -86.826, 13.435, -461.713, 0), + (17215811, 'Walking_Sapling', 5962, -45.212, 11.076, -471.567, 127), + (17215812, 'Walking_Sapling', 5962, -65.272, 10.943, -442.355, 84), + (17215813, 'Vulture', 5961, 12.775, 8.131, -381.857, 60), + (17215814, 'Vulture', 5961, -111.792, 12.776, -411.412, 37), + (17215815, 'Vulture', 5961, -61.609, 9.827, -355.694, 127), + (17215816, 'Vulture', 5961, -58.635, 12.932, -445.011, 48), + (17215817, 'Vulture', 5961, -1.730, 8.798, -404.458, 127), + (17215818, 'Vulture', 5961, -36.482, 9.206, -492.341, 37), + (17215819, 'Young_Quadav', 5964, -22.604, 6.982, -424.051, 127), + (17215820, 'Young_Quadav', 5964, -62.016, 11.941, -430.520, 127), + (17215821, 'Amber_Quadav', 5922, -98.294, 12.510, -369.689, 37), + (17215822, 'Enchanted_Bones', 5938, -85.446, 10.361, -362.531, 101), + (17215823, 'Shrapnel', 5957, -116.110, 19.076, -449.929, 127), + (17215824, 'Stone_Eater', 5959, 41.121, -0.052, -577.450, 127), + (17215825, 'Stone_Eater', 5959, 43.614, 2.049, -497.341, 87), + (17215826, 'Rock_Lizard', 5955, 66.149, 0.232, -556.592, 127), + (17215827, 'Rock_Lizard', 5955, 74.291, 0.249, -524.750, 11), + (17215828, 'Walking_Sapling', 5962, 46.075, 0.962, -555.163, 127), + (17215829, 'Walking_Sapling', 5962, 88.822, 0.252, -552.338, 127), + (17215830, 'Walking_Sapling', 5962, 97.321, 0.105, -551.379, 127), + (17215831, 'Walking_Sapling', 5962, 65.563, -0.420, -483.268, 127), + (17215832, 'Walking_Sapling', 5962, 89.366, 0.253, -565.779, 127), + (17215833, 'Walking_Sapling', 5962, 60.198, 2.214, -506.415, 127), + (17215834, 'Walking_Sapling', 5962, 31.549, 2.792, -501.300, 127), + (17215835, 'Walking_Sapling', 5962, 53.454, 0.406, -488.130, 127), + (17215836, 'Vulture', 5961, 24.794, -0.049, -445.489, 127), + (17215837, 'Vulture', 5961, 45.600, 0.101, -574.685, 90), + (17215838, 'Young_Quadav', 5964, 16.735, 0.380, -428.331, 85), + (17215839, 'Young_Quadav', 5964, 34.000, 0.373, -534.000, 127), + (17215840, 'Amethyst_Quadav', 5923, 171.000, -1.000, -649.000, 103), + (17215841, 'Amber_Quadav', 5922, 36.000, -0.550, -468.000, 38), + (17215842, 'Enchanted_Bones', 5938, 43.376, 0.516, -512.072, 14), + (17215843, 'Shrapnel', 5957, 23.111, 2.749, -487.916, 65), + (17215844, 'Young_Quadav', 5964, 100.203, 1.896, -582.310, 91), + (17215845, 'Amethyst_Quadav', 5923, 91.179, 1.358, -574.910, 127), + (17215846, 'Amber_Quadav', 5922, 101.035, 1.424, -573.742, 127), + (17215847, 'Stone_Eater', 5959, 126.154, -0.057, -579.490, 110), + (17215848, 'Stone_Eater', 5959, 152.407, 0.087, -593.848, 127), + (17215849, 'Rock_Lizard', 5955, 150.942, 0.186, -593.710, 127), + (17215850, 'Rock_Lizard', 5955, 145.402, 0.164, -608.888, 51), + (17215851, 'Walking_Sapling', 5962, 130.431, 0.048, -593.460, 127), + (17215852, 'Walking_Sapling', 5962, 145.049, 0.164, -608.967, 56), + (17215853, 'Walking_Sapling', 5962, 143.975, -0.092, -597.474, 84), + (17215854, 'Walking_Sapling', 5962, 110.622, 0.611, -578.704, 127), + (17215855, 'Walking_Sapling', 5962, 136.306, -0.402, -669.923, 29), + (17215856, 'Vulture', 5961, 157.795, -0.008, -599.790, 127), + (17215857, 'Vulture', 5961, 98.744, 0.337, -631.894, 17), + (17215858, 'Young_Quadav', 5964, 179.000, -0.046, -603.000, 127), + (17215859, 'Amethyst_Quadav', 5923, 123.558, -0.374, -655.455, 127), + (17215860, 'Amber_Quadav', 5922, 87.968, 0.781, -607.762, 127), + (17215861, 'Enchanted_Bones', 5938, 111.540, 0.518, -579.167, 112), + (17215862, 'Shrapnel', 5957, 210.098, 2.158, -616.197, 127), + (17215863, 'Rock_Lizard', 5955, -260.662, 22.417, -357.882, 127), + (17215864, 'Rock_Lizard', 5955, -228.159, 18.045, -411.726, 29), + (17215865, 'Rock_Lizard', 5955, -270.019, 20.612, -389.970, 127), + (17215866, 'Rock_Lizard', 5955, -276.306, 20.355, -345.704, 127), + (17215867, 'Rock_Lizard', 5955, -275.441, 20.451, -347.294, 20), + (17215868, 'Leaping_Lizzy', 5947, -283.760, 21.444, -412.182, 127), + (17215869, 'Walking_Sapling', 5962, -252.808, 20.950, -329.127, 127), + (17215870, 'Walking_Sapling', 5962, -224.595, 19.724, -437.165, 87), + (17215871, 'Walking_Sapling', 5962, -255.520, 20.243, -439.260, 31), + (17215872, 'Vulture', 5961, -269.047, 20.008, -439.325, 7), + (17215873, 'Vulture', 5961, -224.777, 17.958, -421.627, 127), + (17215874, 'Vulture', 5961, -241.895, 20.016, -390.936, 13), + (17215875, 'Young_Quadav', 5964, -249.278, 20.348, -379.294, 127), + (17215876, 'Amethyst_Quadav', 5923, -245.384, 20.488, -394.565, 76), + (17215877, 'Amber_Quadav', 5922, -261.807, 22.838, -408.475, 127), + (17215878, 'Amber_Quadav', 5922, -279.381, 19.500, -393.718, 80), + (17215879, 'Enchanted_Bones', 5938, -274.122, 20.257, -355.209, 87), + (17215880, 'Young_Quadav', 5964, -218.000, 14.000, -379.000, 127), + (17215881, 'Amethyst_Quadav', 5923, -221.428, 15.547, -382.506, 86), + (17215882, 'Amber_Quadav', 5922, -224.901, 16.142, -380.003, 92), + (17215883, 'Rock_Lizard', 5955, -341.113, 32.862, -333.188, 127), + (17215884, 'Rock_Lizard', 5955, -362.393, 29.985, -393.530, 18), + (17215885, 'Rock_Lizard', 5955, -327.621, 31.526, -410.456, 11), + (17215886, 'Rock_Lizard', 5955, -376.273, 32.776, -441.078, 127), + (17215887, 'Rock_Lizard', 5955, -322.871, 30.052, -401.184, 127), + (17215888, 'Leaping_Lizzy', 5947, -339.499, 29.731, -441.475, 127), + (17215889, 'Walking_Sapling', 5962, -388.955, 37.529, -383.622, 127), + (17215890, 'Walking_Sapling', 5962, -322.421, 29.970, -383.104, 99), + (17215891, 'Walking_Sapling', 5962, -319.987, 31.544, -426.122, 127), + (17215892, 'Vulture', 5961, -321.229, 29.318, -333.781, 126), + (17215893, 'Vulture', 5961, -354.882, 38.491, -328.393, 127), + (17215894, 'Vulture', 5961, -403.019, 39.947, -446.894, 127), + (17215895, 'Young_Quadav', 5964, -315.369, 29.483, -353.413, 67), + (17215896, 'Young_Quadav', 5964, -362.289, 30.496, -449.346, 127), + (17215897, 'Amber_Quadav', 5922, -372.868, 34.819, -422.473, 16), + (17215898, 'Enchanted_Bones', 5938, -316.208, 32.233, -420.296, 53), + (17215899, 'Rock_Lizard', 5955, -432.400, 39.961, -279.234, 127), + (17215900, 'Rock_Lizard', 5955, -438.730, 39.718, -257.323, 127), + (17215901, 'Rock_Lizard', 5955, -459.357, 40.485, -245.516, 45), + (17215902, 'Rock_Lizard', 5955, -391.425, 38.893, -302.177, 127), + (17215903, 'Rock_Lizard', 5955, -441.996, 39.806, -266.942, 70), + (17215904, 'Walking_Sapling', 5962, -380.461, 38.309, -312.457, 21), + (17215905, 'Walking_Sapling', 5962, -405.407, 39.626, -327.381, 43), + (17215906, 'Walking_Sapling', 5962, -403.213, 39.556, -289.577, 8), + (17215907, 'Vulture', 5961, -455.705, 42.726, -296.243, 127), + (17215908, 'Vulture', 5961, -465.532, 42.423, -283.568, 53), + (17215909, 'Vulture', 5961, -448.904, 42.891, -336.342, 61), + (17215910, 'Young_Quadav', 5964, -466.963, 41.179, -255.718, 127), + (17215911, 'Young_Quadav', 5964, -468.602, 40.914, -328.583, 56), + (17215912, 'Amethyst_Quadav', 5923, -433.453, 39.996, -313.779, 127), + (17215913, 'Enchanted_Bones', 5938, -434.146, 39.363, -275.784, 67), + (17215914, 'Maneating_Hornet', 5948, -427.092, 42.035, -452.141, 108), + (17215915, 'Maneating_Hornet', 5948, -514.777, 39.729, -474.870, 127), + (17215916, 'Maneating_Hornet', 5948, -509.202, 40.457, -464.245, 29), + (17215917, 'Maneating_Hornet', 5948, -487.848, 43.719, -450.860, 127), + (17215918, 'Maneating_Hornet', 5948, -471.935, 43.544, -453.752, 127), + (17215919, 'Maneating_Hornet', 5948, -539.924, 39.545, -524.807, 127), + (17215920, 'Land_Crab', 5946, -419.252, 39.447, -480.446, 52), + (17215921, 'Land_Crab', 5946, -475.188, 42.576, -462.339, 127), + (17215922, 'Land_Crab', 5946, -519.015, 40.342, -457.071, 98), + (17215923, 'Land_Crab', 5946, -500.190, 42.932, -456.261, 127), + (17215924, 'Land_Crab', 5946, -432.026, 39.943, -439.890, 127), + (17215925, 'Land_Crab', 5946, -432.457, 40.634, -465.487, 127), + (17215926, 'Land_Crab', 5946, -489.722, 43.341, -457.325, 5), + (17215927, 'Land_Crab', 5946, -410.372, 40.448, -448.121, 40), + (17215928, 'Goblin_Thug', 5942, -513.987, 41.054, -453.395, 0), + (17215929, 'Goblin_Weaver', 5943, -527.638, 39.125, -511.567, 127), + (17215930, 'Shrapnel', 5957, -519.726, 40.060, -526.655, 127), + (17215931, 'Maneating_Hornet', 5948, -473.406, 42.574, -381.102, 58), + (17215932, 'Maneating_Hornet', 5948, -561.127, 39.421, -394.850, 67), + (17215933, 'Maneating_Hornet', 5948, -500.889, 40.416, -332.337, 127), + (17215934, 'Maneating_Hornet', 5948, -533.526, 38.953, -344.445, 127), + (17215935, 'Maneating_Hornet', 5948, -513.167, 40.023, -404.951, 15), + (17215936, 'Maneating_Hornet', 5948, -482.726, 40.190, -350.593, 127), + (17215937, 'Land_Crab', 5946, -476.993, 39.648, -351.034, 50), + (17215938, 'Land_Crab', 5946, -506.451, 40.819, -350.408, 127), + (17215939, 'Land_Crab', 5946, -529.080, 39.939, -376.079, 48), + (17215940, 'Land_Crab', 5946, -457.107, 42.593, -382.682, 127), + (17215941, 'Land_Crab', 5946, -482.046, 43.300, -381.715, 66), + (17215942, 'Land_Crab', 5946, -512.666, 40.151, -410.802, 127), + (17215943, 'Land_Crab', 5946, -485.681, 43.334, -381.310, 127), + (17215944, 'Land_Crab', 5946, -506.210, 39.782, -328.295, 32), + (17215945, 'Goblin_Thug', 5942, -521.799, 39.445, -431.978, 127), + (17215946, 'Goblin_Weaver', 5943, -476.069, 40.148, -339.751, 127), + (17215947, 'Shrapnel', 5957, -512.816, 39.345, -366.324, 127), + (17215948, 'Goblin_Digger', 5940, 295.555, -19.973, -515.608, 127), + (17215949, 'Pixie', 5952, 0.000, 0.000, 0.000, 0), + (17215950, 'Pixie', 5952, 0.000, 0.000, 0.000, 0), + (17215951, 'Pixie', 5952, 0.000, 0.000, 0.000, 0), + (17215952, 'Pixie', 5952, 0.000, 0.000, 0.000, 0), + (17215953, 'Pixie', 5952, 0.000, 0.000, 0.000, 0), + (17215954, 'Grylio', 5944, 0.000, 0.000, 0.000, 0), + (17215996, 'Bull_[Herd1]', 5926, 0.000, 0.000, 0.000, 0), + (17215997, 'Cow_[Herd1]', 5934, 0.000, 0.000, 0.000, 0), + (17215998, 'Cow_[Herd1]', 5934, 0.000, 0.000, 0.000, 0), + (17215999, 'Cow_[Herd1]', 5934, 0.000, 0.000, 0.000, 0), + (17216000, 'Calf_[Herd1]', 5929, 0.000, 0.000, 0.000, 0), + (17216001, 'Calf_[Herd1]', 5929, 0.000, 0.000, 0.000, 0), + (17216002, 'Calf_[Herd1]', 5929, 0.000, 0.000, 0.000, 0), + (17216003, 'Calf_[Herd1]', 5929, 0.000, 0.000, 0.000, 0), + (17216004, 'Calf_[Herd1]', 5929, 0.000, 0.000, 0.000, 0), + (17216005, 'Calf_[Herd1]', 5929, 0.000, 0.000, 0.000, 0), + (17216006, 'Bull_[Herd2]', 5927, 0.000, 0.000, 0.000, 0), + (17216007, 'Cow_[Herd2]', 5935, 0.000, 0.000, 0.000, 0), + (17216008, 'Cow_[Herd2]', 5935, 0.000, 0.000, 0.000, 0), + (17216009, 'Cow_[Herd2]', 5935, 0.000, 0.000, 0.000, 0), + (17216010, 'Calf_[Herd2]', 5930, 0.000, 0.000, 0.000, 0), + (17216011, 'Calf_[Herd2]', 5930, 0.000, 0.000, 0.000, 0), + (17216012, 'Calf_[Herd2]', 5930, 0.000, 0.000, 0.000, 0), + (17216013, 'Calf_[Herd2]', 5930, 0.000, 0.000, 0.000, 0), + (17216014, 'Calf_[Herd2]', 5930, 0.000, 0.000, 0.000, 0), + (17216015, 'Calf_[Herd2]', 5930, 0.000, 0.000, 0.000, 0), + (17216016, 'Bull_[Herd3]', 5928, 0.000, 0.000, 0.000, 0), + (17216017, 'Cow_[Herd3]', 5936, 0.000, 0.000, 0.000, 0), + (17216018, 'Cow_[Herd3]', 5936, 0.000, 0.000, 0.000, 0), + (17216019, 'Cow_[Herd3]', 5936, 0.000, 0.000, 0.000, 0), + (17216020, 'Calf_[Herd3]', 5931, 0.000, 0.000, 0.000, 0), + (17216021, 'Calf_[Herd3]', 5931, 0.000, 0.000, 0.000, 0), + (17216022, 'Calf_[Herd3]', 5931, 0.000, 0.000, 0.000, 0), + (17216023, 'Calf_[Herd3]', 5931, 0.000, 0.000, 0.000, 0), + (17216024, 'Calf_[Herd3]', 5931, 0.000, 0.000, 0.000, 0), + (17216025, 'Calf_[Herd3]', 5931, 0.000, 0.000, 0.000, 0), + (17216026, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216027, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216028, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216029, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216030, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216031, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216032, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216033, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216034, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216035, 'Chigoe', 5933, 0.000, 0.000, 0.000, 0), + (17216036, 'Pyracmon', 5954, 0.000, 0.000, 0.000, 0), + (17216037, 'Wraith_Bat', 5963, -81.990, 1.699, 220.305, 101), + (17216038, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216039, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216040, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216041, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216042, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216043, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216044, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216045, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216046, 'Wraith_Bat', 5963, 0.000, 0.000, 0.000, 0), + (17216135, 'Prishe', 5953, 0.000, 0.000, 0.000, 0), + (17219585, 'Mist_Lizard', 5984, -151.078, -44.856, -420.416, 127), + (17219586, 'Mist_Lizard', 5984, -128.529, -45.684, -422.671, 120), + (17219587, 'Mist_Lizard', 5984, -118.322, -57.970, -552.020, 117), + (17219588, 'Mist_Lizard', 5984, -37.356, -57.312, -555.165, 127), + (17219589, 'Mist_Lizard', 5984, -136.629, -48.501, -446.881, 61), + (17219590, 'Mist_Lizard', 5984, -136.946, -47.878, -436.023, 73), + (17219591, 'Strolling_Sapling', 5994, -136.140, -47.109, -429.799, 72), + (17219592, 'Strolling_Sapling', 5994, -141.556, -49.490, -484.126, 77), + (17219593, 'Strolling_Sapling', 5994, -271.000, 64.000, 802.000, 127), + (17219594, 'Strolling_Sapling', 5994, -107.398, -41.361, -410.242, 127), + (17219595, 'Strolling_Sapling', 5994, -128.878, -56.599, -540.855, 26), + (17219596, 'Strolling_Sapling', 5994, -125.524, -44.968, -420.723, 127), + (17219597, 'Rock_Eater', 5989, -85.130, -55.812, -649.846, 127), + (17219598, 'Rock_Eater', 5989, -141.348, -60.499, -686.762, 127), + (17219599, 'Rock_Eater', 5989, -156.754, -63.381, -708.210, 68), + (17219600, 'Rock_Eater', 5989, -139.552, -59.568, -693.188, 23), + (17219601, 'Rock_Eater', 5989, -145.564, -62.700, -707.349, 127), + (17219602, 'Rock_Eater', 5989, -118.425, -57.893, -670.267, 127), + (17219603, 'Goblin_Thug', 5976, -121.538, -62.743, -649.776, 70), + (17219604, 'Goblin_Ambusher', 5972, -154.998, -63.308, -711.235, 127), + (17219605, 'Goblin_Weaver', 5978, -148.807, -62.782, -679.582, 78), + (17219606, 'Goblin_Butcher', 5974, -101.000, -57.000, -660.000, 127), + (17219607, 'Goblin_Thug', 5976, -77.823, -56.275, -670.291, 34), + (17219608, 'Goblin_Weaver', 5978, -98.272, -57.775, -662.657, 127), + (17219609, 'Goblin_Butcher', 5974, -97.796, -57.493, -660.834, 127), + (17219610, 'Mist_Lizard', 5984, 284.143, -25.878, -443.590, 0), + (17219611, 'Mist_Lizard', 5984, 295.701, -24.757, -443.328, 127), + (17219612, 'Mist_Lizard', 5984, 390.079, -12.310, -363.865, 127), + (17219613, 'Mist_Lizard', 5984, 355.577, -16.953, -430.784, 127), + (17219614, 'Mist_Lizard', 5984, 318.848, -20.918, -455.298, 101), + (17219615, 'Strolling_Sapling', 5994, 399.077, -8.335, -347.126, 127), + (17219616, 'Strolling_Sapling', 5994, 317.842, -20.406, -450.267, 127), + (17219617, 'Strolling_Sapling', 5994, 310.948, -19.847, -440.027, 127), + (17219618, 'Strolling_Sapling', 5994, 337.950, -18.622, -451.718, 102), + (17219620, 'Rock_Eater', 5989, 431.979, -13.461, -378.283, 127), + (17219621, 'Rock_Eater', 5989, 402.186, -23.473, -431.614, 16), + (17219622, 'Rock_Eater', 5989, 498.291, -15.424, -411.506, 127), + (17219623, 'Young_Quadav', 6000, 0.000, 0.000, 0.000, 0), + (17219624, 'Onyx_Quadav', 5985, 438.241, -13.320, -381.263, 127), + (17219625, 'Amethyst_Quadav', 5966, 0.000, 0.000, 0.000, 0), + (17219626, 'Amber_Quadav', 5965, 514.000, -16.000, -407.000, 127), + (17219627, 'Young_Quadav', 6000, 503.000, -15.000, -424.000, 127), + (17219628, 'Amethyst_Quadav', 5966, 496.785, -16.114, -421.315, 93), + (17219629, 'Amber_Quadav', 5965, 499.752, -15.779, -418.372, 127), + (17219630, 'Mist_Lizard', 5984, 377.877, 2.503, 22.975, 60), + (17219631, 'Mist_Lizard', 5984, 256.498, 15.021, 47.851, 127), + (17219632, 'Mist_Lizard', 5984, 396.703, 10.477, 62.373, 127), + (17219633, 'Mist_Lizard', 5984, 356.308, 14.155, 73.873, 110), + (17219634, 'Mist_Lizard', 5984, 412.980, 9.439, 65.270, 121), + (17219635, 'Mist_Lizard', 5984, 271.910, 0.040, -41.566, 127), + (17219636, 'Huge_Wasp', 5982, 323.175, 21.954, 83.038, 127), + (17219637, 'Huge_Wasp', 5982, 351.935, 8.713, 46.532, 22), + (17219638, 'Huge_Wasp', 5982, 226.604, 17.372, 54.632, 127), + (17219639, 'Huge_Wasp', 5982, 236.707, 15.692, 31.187, 68), + (17219640, 'Huge_Wasp', 5982, 330.447, 0.636, 6.374, 127), + (17219641, 'Huge_Wasp', 5982, 424.544, 3.380, 49.856, 127), + (17219642, 'Strolling_Sapling', 5994, 390.404, 0.392, -1.681, 47), + (17219643, 'Strolling_Sapling', 5994, 380.121, 13.019, 67.683, 127), + (17219644, 'Mist_Lizard', 5984, 336.272, 23.248, 192.169, 127), + (17219645, 'Mist_Lizard', 5984, 362.136, 23.264, 193.400, 127), + (17219646, 'Mist_Lizard', 5984, 459.062, 19.708, 178.461, 13), + (17219647, 'Huge_Wasp', 5982, 324.302, 24.120, 189.477, 66), + (17219648, 'Huge_Wasp', 5982, 244.243, 23.581, 141.043, 127), + (17219649, 'Huge_Wasp', 5982, 359.407, 16.573, 105.864, 127), + (17219650, 'Huge_Wasp', 5982, 283.673, 24.345, 109.079, 127), + (17219651, 'Strolling_Sapling', 5994, 272.901, 23.728, 146.096, 127), + (17219652, 'Strolling_Sapling', 5994, 463.239, 10.861, 127.264, 127), + (17219653, 'Strolling_Sapling', 5994, 317.589, 23.516, 110.541, 127), + (17219654, 'Strolling_Sapling', 5994, 348.560, 23.998, 208.237, 127), + (17219655, 'Strolling_Sapling', 5994, 382.000, 24.000, 259.000, 127), + (17219656, 'Strolling_Sapling', 5994, 261.549, 24.830, 110.827, 127), + (17219657, 'Huge_Wasp', 5982, 506.118, 14.962, 185.235, 59), + (17219658, 'Huge_Wasp', 5982, 549.752, 15.969, 173.121, 127), + (17219659, 'Strolling_Sapling', 5994, 535.929, 11.202, 161.218, 127), + (17219660, 'Strolling_Sapling', 5994, 565.252, 19.966, 183.923, 127), + (17219661, 'Rock_Eater', 5989, 593.340, 23.285, 165.846, 77), + (17219662, 'Rock_Eater', 5989, 642.249, 23.050, 131.419, 59), + (17219663, 'Rock_Eater', 5989, 619.719, 21.037, 134.751, 127), + (17219664, 'Rock_Eater', 5989, 633.091, 22.233, 161.557, 127), + (17219665, 'Rock_Eater', 5989, 676.117, 22.210, 197.821, 123), + (17219666, 'Rock_Eater', 5989, 575.445, 18.641, 156.881, 127), + (17219667, 'Ghost', 5971, 623.298, 22.060, 135.687, 127), + (17219668, 'Ghost', 5971, 514.723, 10.530, 172.762, 67), + (17219669, 'Ghost', 5971, 673.379, 23.427, 176.089, 122), + (17219670, 'Young_Quadav', 6000, 265.113, 15.431, 42.001, 44), + (17219671, 'Young_Quadav', 6000, 422.499, 23.466, 190.715, 127), + (17219672, 'Veteran_Quadav', 5998, 593.000, 23.000, 205.000, 127), + (17219673, 'Greater_Quadav', 5979, 418.088, 10.790, 79.852, 127), + (17219674, 'Onyx_Quadav', 5985, 610.562, 20.472, 139.956, 91), + (17219675, 'Amethyst_Quadav', 5966, 628.755, 22.110, 129.301, 42), + (17219676, 'Amber_Quadav', 5965, 402.109, 9.193, 52.888, 125), + (17219677, 'Skeleton_Warrior', 5991, 526.456, 8.858, 167.034, 75), + (17219678, 'Skeleton_Warrior', 5991, 345.299, 19.741, 166.122, 115), + (17219679, 'Skeleton_Sorcerer', 5990, 412.034, 16.215, 130.671, 73), + (17219680, 'Thunder_Elemental', 5996, 261.908, 15.172, 45.673, 127), + (17219681, 'Mist_Lizard', 5984, 287.124, 23.877, 310.817, 127), + (17219682, 'Mist_Lizard', 5984, 451.325, 32.107, 308.275, 27), + (17219683, 'Mist_Lizard', 5984, 400.329, 26.317, 296.178, 127), + (17219684, 'Huge_Wasp', 5982, 335.788, 28.020, 378.874, 127), + (17219685, 'Huge_Wasp', 5982, 420.849, 33.556, 356.294, 127), + (17219686, 'Huge_Wasp', 5982, 349.606, 24.127, 234.694, 66), + (17219687, 'Huge_Wasp', 5982, 442.869, 24.722, 247.804, 86), + (17219688, 'Strolling_Sapling', 5994, 408.942, 32.251, 340.512, 102), + (17219689, 'Strolling_Sapling', 5994, 240.040, 23.555, 304.287, 112), + (17219690, 'Strolling_Sapling', 5994, 458.664, 34.098, 319.992, 25), + (17219691, 'Strolling_Sapling', 5994, 355.742, 31.208, 357.561, 12), + (17219692, 'Strolling_Sapling', 5994, 452.427, 26.806, 260.520, 127), + (17219693, 'Strolling_Sapling', 5994, 336.417, 24.705, 246.563, 124), + (17219694, 'Poltergeist', 5987, 555.848, 36.815, 408.295, 80), + (17219695, 'Poltergeist', 5987, 573.000, 40.000, 465.000, 127), + (17219696, 'Poltergeist', 5987, 583.771, 22.467, 462.726, 127), + (17219697, 'Poltergeist', 5987, 0.000, 0.000, 0.000, 0), + (17219698, 'Poltergeist', 5987, 483.000, 28.000, 261.000, 82), + (17219699, 'Mist_Lizard', 5984, 190.147, 24.048, 390.542, 127), + (17219700, 'Mist_Lizard', 5984, 186.661, 23.108, 410.509, 127), + (17219701, 'Mist_Lizard', 5984, 232.005, 23.172, 478.276, 127), + (17219702, 'Mist_Lizard', 5984, 392.252, 32.010, 524.866, 127), + (17219703, 'Mist_Lizard', 5984, 318.304, 23.949, 399.301, 127), + (17219704, 'Mist_Lizard', 5984, 392.067, 32.111, 506.365, 65), + (17219705, 'Huge_Wasp', 5982, 337.655, 30.838, 592.660, 127), + (17219706, 'Huge_Wasp', 5982, 336.797, 24.456, 415.198, 127), + (17219707, 'Huge_Wasp', 5982, 207.898, 31.171, 540.164, 127), + (17219708, 'Strolling_Sapling', 5994, 387.572, 31.485, 470.046, 95), + (17219709, 'Strolling_Sapling', 5994, 286.738, 23.044, 391.069, 127), + (17219710, 'Strolling_Sapling', 5994, 343.980, 30.059, 496.523, 19), + (17219711, 'Mist_Lizard', 5984, 485.090, 38.439, 549.859, 127), + (17219712, 'Mist_Lizard', 5984, 485.686, 30.929, 628.414, 71), + (17219713, 'Mist_Lizard', 5984, 419.216, 31.774, 393.886, 127), + (17219714, 'Mist_Lizard', 5984, 533.717, 38.451, 467.773, 27), + (17219715, 'Huge_Wasp', 5982, 442.329, 31.772, 474.729, 127), + (17219716, 'Huge_Wasp', 5982, 428.978, 32.009, 405.513, 127), + (17219717, 'Huge_Wasp', 5982, 523.876, 32.314, 440.735, 127), + (17219718, 'Huge_Wasp', 5982, 538.706, 38.568, 469.883, 102), + (17219719, 'Strolling_Sapling', 5994, 438.292, 30.881, 447.383, 127), + (17219720, 'Strolling_Sapling', 5994, 476.989, 31.878, 355.308, 108), + (17219721, 'Strolling_Sapling', 5994, 389.672, 32.343, 401.477, 127), + (17219722, 'Strolling_Sapling', 5994, 416.931, 31.624, 444.195, 127), + (17219723, 'Veteran_Quadav', 5998, 435.249, 31.537, 322.498, 101), + (17219724, 'Greater_Quadav', 5979, 357.755, 30.160, 563.380, 72), + (17219725, 'Onyx_Quadav', 5985, 439.154, 24.478, 245.863, 95), + (17219726, 'Amethyst_Quadav', 5966, 531.658, 34.300, 438.085, 22), + (17219727, 'Amber_Quadav', 5965, 446.000, 32.000, 563.000, 59), + (17219728, 'Skeleton_Warrior', 5991, 449.625, 32.242, 287.894, 127), + (17219729, 'Skeleton_Warrior', 5991, 0.000, 0.000, 0.000, 0), + (17219730, 'Skeleton_Sorcerer', 5990, 385.827, 32.136, 505.072, 127), + (17219731, 'Grenade', 5980, 391.101, 32.505, 538.061, 127), + (17219732, 'Veteran_Quadav', 5998, 379.400, 32.014, 537.655, 42), + (17219733, 'Amethyst_Quadav', 5966, 380.042, 32.098, 543.204, 127), + (17219734, 'Amber_Quadav', 5965, 385.000, 31.000, 541.000, 127), + (17219735, 'Rock_Eater', 5989, 634.746, 38.172, 431.791, 127), + (17219736, 'Rock_Eater', 5989, 600.325, 38.463, 431.430, 127), + (17219737, 'Rock_Eater', 5989, 561.872, 38.436, 398.344, 127), + (17219738, 'Rock_Eater', 5989, 590.080, 32.746, 399.377, 90), + (17219739, 'Mist_Lizard', 5984, -128.765, -20.678, -174.672, 127), + (17219740, 'Mist_Lizard', 5984, -213.016, -23.638, -238.328, 127), + (17219741, 'Mist_Lizard', 5984, -200.179, -24.009, -220.467, 127), + (17219742, 'Mist_Lizard', 5984, -217.934, -22.283, -204.046, 127), + (17219743, 'Mist_Lizard', 5984, -125.299, -21.000, -173.030, 127), + (17219744, 'Huge_Wasp', 5982, -195.499, -33.296, -260.058, 127), + (17219745, 'Huge_Wasp', 5982, -153.597, -24.152, -187.899, 99), + (17219746, 'Huge_Wasp', 5982, -314.898, -39.294, -285.747, 127), + (17219747, 'Huge_Wasp', 5982, -163.560, -10.082, -77.174, 127), + (17219748, 'Huge_Wasp', 5982, -88.475, -25.663, -186.376, 38), + (17219749, 'Mad_Sheep', 5983, -165.785, -33.939, -245.381, 107), + (17219750, 'Mad_Sheep', 5983, -217.379, -24.069, -218.222, 73), + (17219751, 'Strolling_Sapling', 5994, -294.884, -30.160, -227.337, 104), + (17219752, 'Strolling_Sapling', 5994, -232.511, -24.538, -241.239, 59), + (17219753, 'Wolf_Zombie', 5999, -167.521, -13.832, -105.744, 64), + (17219754, 'Mist_Lizard', 5984, -417.989, -21.214, -215.004, 33), + (17219755, 'Mist_Lizard', 5984, -359.283, -27.213, -271.390, 98), + (17219756, 'Huge_Wasp', 5982, -369.620, -7.965, -149.380, 127), + (17219757, 'Huge_Wasp', 5982, -403.001, -0.460, -159.636, 115), + (17219758, 'Mad_Sheep', 5983, -446.567, -16.371, -198.068, 91), + (17219759, 'Mad_Sheep', 5983, -472.242, -26.109, -234.299, 127), + (17219760, 'Mad_Sheep', 5983, -415.904, -26.456, -230.069, 1), + (17219761, 'Mad_Sheep', 5983, -397.968, -13.670, -183.734, 3), + (17219762, 'Mad_Sheep', 5983, -436.817, -19.236, -210.597, 27), + (17219763, 'Strolling_Sapling', 5994, -353.452, -19.243, -202.403, 127), + (17219764, 'Strolling_Sapling', 5994, -446.937, -14.418, -189.802, 127), + (17219765, 'Wolf_Zombie', 5999, -319.756, -18.233, -168.804, 127), + (17219766, 'Goblin_Thug', 5976, -182.379, -13.165, -131.896, 48), + (17219767, 'Goblin_Thug', 5976, -250.719, -25.973, -212.339, 127), + (17219768, 'Goblin_Ambusher', 5972, -208.004, -14.059, -140.714, 9), + (17219769, 'Goblin_Weaver', 5978, -249.414, -27.726, -240.165, 127), + (17219770, 'Goblin_Tinkerer', 5977, -274.849, -37.622, -258.608, 127), + (17219771, 'Goblin_Butcher', 5974, -423.118, -14.719, -192.018, 127), + (17219772, 'Skeleton_Warrior', 5991, -403.593, -0.936, -164.908, 127), + (17219773, 'Skeleton_Sorcerer', 5990, -177.810, -48.472, -447.798, 67), + (17219774, 'Earth_Elemental', 5969, -227.102, -19.883, -177.863, 31), + (17219775, 'Mist_Lizard', 5984, -509.539, 3.559, -20.947, 127), + (17219776, 'Mist_Lizard', 5984, -540.274, 0.174, 32.872, 22), + (17219777, 'Huge_Wasp', 5982, -495.243, -1.238, -96.943, 3), + (17219778, 'Huge_Wasp', 5982, -478.452, 0.207, -65.931, 127), + (17219779, 'Huge_Wasp', 5982, -467.165, 9.483, -20.798, 55), + (17219780, 'Huge_Wasp', 5982, -490.504, -2.313, -66.083, 127), + (17219781, 'Huge_Wasp', 5982, -516.484, -8.992, -133.965, 127), + (17219782, 'Mad_Sheep', 5983, -503.612, -1.722, -102.185, 127), + (17219783, 'Mad_Sheep', 5983, -470.446, 11.605, -4.980, 127), + (17219784, 'Strolling_Sapling', 5994, -463.714, 10.293, 116.188, 127), + (17219785, 'Strolling_Sapling', 5994, -476.309, -0.848, -69.801, 127), + (17219786, 'Wolf_Zombie', 5999, 0.000, 0.000, 0.000, 0), + (17219788, 'Huge_Wasp', 5982, -188.999, -3.852, -75.076, 127), + (17219789, 'Huge_Wasp', 5982, -289.566, -16.031, -130.469, 21), + (17219790, 'Mad_Sheep', 5983, -239.915, 0.420, -63.100, 127), + (17219791, 'Mad_Sheep', 5983, -305.204, -11.695, -96.078, 127), + (17219792, 'Mad_Sheep', 5983, -329.002, -13.798, -138.143, 21), + (17219793, 'Mad_Sheep', 5983, -324.817, -15.194, -107.909, 33), + (17219794, 'Mad_Sheep', 5983, -247.377, -10.703, -101.932, 127), + (17219795, 'Stray_Mary', 5993, -257.465, -15.805, -117.638, 87), + (17219796, 'Strolling_Sapling', 5994, -319.557, -9.450, -88.829, 127), + (17219797, 'Strolling_Sapling', 5994, -367.359, -1.358, -80.909, 127), + (17219798, 'Wolf_Zombie', 5999, -248.949, -15.684, -116.538, 66), + (17219799, 'Huge_Wasp', 5982, -449.655, 7.795, -35.259, 127), + (17219800, 'Huge_Wasp', 5982, -442.376, 0.444, -76.893, 53), + (17219801, 'Mad_Sheep', 5983, -416.266, 7.679, -43.406, 116), + (17219802, 'Mad_Sheep', 5983, -287.883, 6.687, -44.247, 127), + (17219803, 'Mad_Sheep', 5983, -347.809, 7.395, -39.588, 114), + (17219804, 'Mad_Sheep', 5983, -371.691, 7.960, -41.922, 90), + (17219805, 'Mad_Sheep', 5983, -326.295, 2.626, -51.917, 127), + (17219806, 'Strolling_Sapling', 5994, -322.256, 9.907, -23.008, 127), + (17219807, 'Strolling_Sapling', 5994, -311.160, 8.416, -29.650, 74), + (17219808, 'Wolf_Zombie', 5999, 0.000, 0.000, 0.000, 0), + (17219809, 'Huge_Wasp', 5982, -338.548, 16.385, 32.223, 127), + (17219810, 'Huge_Wasp', 5982, -284.019, 16.797, 63.026, 85), + (17219811, 'Mad_Sheep', 5983, -340.713, 14.194, -7.811, 127), + (17219812, 'Mad_Sheep', 5983, -304.142, 15.649, 12.997, 127), + (17219813, 'Mad_Sheep', 5983, -409.109, 8.325, -0.051, 24), + (17219814, 'Mad_Sheep', 5983, -300.065, 15.686, -4.972, 48), + (17219815, 'Mad_Sheep', 5983, -310.238, 14.263, -12.270, 23), + (17219816, 'Strolling_Sapling', 5994, -408.437, 9.932, 19.378, 127), + (17219817, 'Strolling_Sapling', 5994, -317.482, 16.244, 71.595, 73), + (17219818, 'Wolf_Zombie', 5999, -346.462, 16.385, 39.794, 127), + (17219819, 'Goblin_Thug', 5976, -351.140, 17.653, 20.863, 127), + (17219820, 'Goblin_Thug', 5976, -445.620, 5.596, -47.321, 127), + (17219821, 'Goblin_Ambusher', 5972, -491.389, 5.425, -41.113, 127), + (17219822, 'Goblin_Ambusher', 5972, -317.114, -12.594, -96.270, 47), + (17219823, 'Goblin_Weaver', 5978, -362.332, -6.352, -105.161, 127), + (17219824, 'Goblin_Weaver', 5978, -530.297, -3.517, -121.232, 111), + (17219825, 'Goblin_Weaver', 5978, -504.892, -2.654, -92.849, 127), + (17219826, 'Goblin_Tinkerer', 5977, -267.360, -7.594, -86.026, 127), + (17219827, 'Goblin_Tinkerer', 5977, -398.894, -7.350, -121.618, 127), + (17219828, 'Goblin_Butcher', 5974, -443.405, 7.740, -34.818, 127), + (17219829, 'Goblin_Butcher', 5974, -293.112, 16.183, 46.898, 31), + (17219830, 'Skeleton_Warrior', 5991, -365.392, 10.289, -25.143, 90), + (17219831, 'Skeleton_Sorcerer', 5990, -409.075, -7.404, -123.000, 123), + (17219832, 'Grenade', 5980, -408.726, -7.683, -111.981, 127), + (17219833, 'Goblin_Weaver', 5978, -416.207, -2.123, -138.556, 43), + (17219834, 'Goblin_Tinkerer', 5977, -401.835, -0.770, -162.697, 35), + (17219835, 'Goblin_Butcher', 5974, -419.927, -1.628, -137.729, 127), + (17219836, 'Goblin_Thug', 5976, -516.770, 0.199, 48.224, 127), + (17219837, 'Goblin_Ambusher', 5972, -457.036, 14.437, 22.029, 27), + (17219838, 'Goblin_Weaver', 5978, -457.000, 14.000, 15.000, 94), + (17219839, 'Huge_Wasp', 5982, -265.894, 16.179, 83.950, 93), + (17219840, 'Huge_Wasp', 5982, -207.190, 16.057, 118.505, 76), + (17219841, 'Mad_Sheep', 5983, -242.350, 15.382, 130.056, 127), + (17219842, 'Mad_Sheep', 5983, -165.358, -6.626, 11.518, 19), + (17219843, 'Mad_Sheep', 5983, -192.169, 16.161, 150.273, 119), + (17219844, 'Mad_Sheep', 5983, -170.910, -2.111, 17.204, 127), + (17219845, 'Strolling_Sapling', 5994, -193.743, 15.727, 104.013, 127), + (17219846, 'Strolling_Sapling', 5994, -267.710, 16.146, 122.522, 70), + (17219847, 'Wolf_Zombie', 5999, -235.061, 16.179, 62.048, 83), + (17219848, 'Mist_Lizard', 5984, 37.776, 25.694, 100.565, 127), + (17219849, 'Mist_Lizard', 5984, -124.106, 3.105, 96.303, 127), + (17219850, 'Mist_Lizard', 5984, -121.159, 15.959, 192.146, 115), + (17219851, 'Huge_Wasp', 5982, -20.377, 10.973, 57.164, 127), + (17219852, 'Huge_Wasp', 5982, -110.187, 15.679, 201.149, 127), + (17219853, 'Huge_Wasp', 5982, 23.786, 24.612, 98.126, 100), + (17219854, 'Mad_Sheep', 5983, -117.470, 17.649, 179.461, 127), + (17219855, 'Mad_Sheep', 5983, -23.760, 24.094, 143.500, 115), + (17219856, 'Strolling_Sapling', 5994, -5.794, 23.965, 116.450, 127), + (17219857, 'Strolling_Sapling', 5994, -94.607, 16.258, 132.585, 127), + (17219858, 'Strolling_Sapling', 5994, -108.899, 9.108, 102.933, 127), + (17219859, 'Mist_Lizard', 5984, 31.283, 23.646, 119.293, 94), + (17219860, 'Mist_Lizard', 5984, 81.433, 24.005, 131.512, 127), + (17219861, 'Mist_Lizard', 5984, 112.690, 16.277, 86.202, 55), + (17219862, 'Huge_Wasp', 5982, 97.412, 25.639, 307.538, 127), + (17219863, 'Huge_Wasp', 5982, 133.932, 23.691, 272.197, 127), + (17219864, 'Huge_Wasp', 5982, 21.576, 31.637, 266.038, 127), + (17219865, 'Huge_Wasp', 5982, 92.501, 23.942, 283.316, 77), + (17219866, 'Strolling_Sapling', 5994, 85.546, 25.572, 299.375, 127), + (17219867, 'Strolling_Sapling', 5994, 57.736, 23.556, 167.877, 125), + (17219868, 'Strolling_Sapling', 5994, 171.849, 23.426, 123.046, 56), + (17219869, 'Strolling_Sapling', 5994, 130.324, 29.236, 368.290, 127), + (17219870, 'Strolling_Sapling', 5994, 129.762, 23.541, 228.520, 91), + (17219871, 'Strolling_Sapling', 5994, 99.896, 24.237, 158.377, 59), + (17219872, 'Mist_Lizard', 5984, 43.954, 32.015, 355.865, 31), + (17219873, 'Mist_Lizard', 5984, -32.385, 16.524, 256.354, 127), + (17219874, 'Mist_Lizard', 5984, 31.619, 32.916, 355.227, 0), + (17219875, 'Huge_Wasp', 5982, 92.228, 30.532, 355.147, 37), + (17219876, 'Huge_Wasp', 5982, 11.582, 32.672, 383.923, 127), + (17219877, 'Huge_Wasp', 5982, 95.229, 31.629, 393.755, 83), + (17219878, 'Huge_Wasp', 5982, -6.121, 28.372, 313.331, 126), + (17219879, 'Strolling_Sapling', 5994, 71.913, 26.336, 335.107, 72), + (17219880, 'Strolling_Sapling', 5994, -35.268, 24.980, 336.103, 25), + (17219881, 'Strolling_Sapling', 5994, -17.077, 23.121, 211.570, 96), + (17219882, 'Strolling_Sapling', 5994, -9.890, 31.602, 350.609, 127), + (17219883, 'Strolling_Sapling', 5994, 57.296, 27.094, 316.368, 50), + (17219884, 'Strolling_Sapling', 5994, -30.941, 16.898, 244.216, 67), + (17219885, 'Tremor_Ram', 5997, 21.000, 50.000, 514.000, 52), + (17219886, 'Rampaging_Ram', 5988, 160.000, 24.000, 121.000, 0), + (17219887, 'Steelfleece_Baldarich', 5992, -10.000, 7.000, 45.000, 127), + (17219888, 'Young_Quadav', 6000, -58.290, 19.993, 170.944, 127), + (17219889, 'Veteran_Quadav', 5998, 31.138, 31.181, 279.142, 106), + (17219890, 'Greater_Quadav', 5979, -48.357, 22.944, 157.082, 127), + (17219891, 'Onyx_Quadav', 5985, -43.285, 23.709, 129.506, 127), + (17219892, 'Amethyst_Quadav', 5966, 120.910, 25.134, 333.690, 127), + (17219893, 'Amber_Quadav', 5965, 16.430, 33.668, 317.535, 6), + (17219894, 'Skeleton_Warrior', 5991, -37.801, 31.560, 365.201, 127), + (17219895, 'Skeleton_Sorcerer', 5990, -43.670, 15.382, 228.732, 127), + (17219896, 'Ghost', 5971, 145.403, 23.314, 328.634, 127), + (17219897, 'Grenade', 5980, 91.756, 31.798, 375.136, 68), + (17219898, 'Earth_Elemental', 5969, 153.706, 25.947, 380.316, 92), + (17219899, 'Huge_Wasp', 5982, -253.292, 17.686, 210.338, 35), + (17219900, 'Huge_Wasp', 5982, -246.899, 17.114, 209.235, 110), + (17219901, 'Huge_Wasp', 5982, -365.239, 24.284, 283.399, 38), + (17219902, 'Mad_Sheep', 5983, -348.821, 15.891, 189.028, 9), + (17219903, 'Mad_Sheep', 5983, -198.288, 22.359, 231.806, 127), + (17219904, 'Mad_Sheep', 5983, -344.333, 15.798, 177.111, 123), + (17219905, 'Mad_Sheep', 5983, -269.326, 24.327, 177.639, 127), + (17219906, 'Strolling_Sapling', 5994, -367.442, 17.600, 250.331, 119), + (17219907, 'Strolling_Sapling', 5994, -326.983, 16.028, 168.777, 127), + (17219908, 'Wolf_Zombie', 5999, -317.749, 19.378, 226.035, 64), + (17219909, 'Mist_Lizard', 5984, -485.444, 15.016, 258.927, 108), + (17219910, 'Mist_Lizard', 5984, -476.976, 16.062, 306.094, 127), + (17219911, 'Mist_Lizard', 5984, -375.551, 27.853, 374.034, 24), + (17219912, 'Huge_Wasp', 5982, -397.546, 15.874, 231.916, 127), + (17219913, 'Huge_Wasp', 5982, -402.850, 15.720, 225.889, 2), + (17219914, 'Huge_Wasp', 5982, -433.126, 24.203, 300.786, 127), + (17219915, 'Mad_Sheep', 5983, -376.042, 27.595, 349.055, 127), + (17219916, 'Mad_Sheep', 5983, -416.793, 16.134, 203.900, 82), + (17219917, 'Strolling_Sapling', 5994, -407.033, 17.637, 258.944, 44), + (17219918, 'Strolling_Sapling', 5994, -542.023, 10.276, 238.412, 127), + (17219919, 'Rock_Eater', 5989, -608.988, 6.865, 209.440, 127), + (17219920, 'Rock_Eater', 5989, -646.112, 6.744, 152.706, 127), + (17219921, 'Rock_Eater', 5989, -591.892, 6.914, 230.358, 127), + (17219922, 'Rock_Eater', 5989, -604.658, 6.650, 228.666, 123), + (17219923, 'Rock_Eater', 5989, -620.555, 6.968, 193.688, 127), + (17219924, 'Ghost', 5971, -710.913, 2.309, 101.913, 119), + (17219925, 'Earth_Elemental', 5969, -700.529, 2.963, 104.203, 104), + (17219926, 'Huge_Wasp', 5982, -282.166, 32.214, 347.932, 3), + (17219927, 'Huge_Wasp', 5982, -200.524, 39.031, 313.235, 127), + (17219928, 'Mad_Sheep', 5983, -293.900, 33.393, 342.710, 127), + (17219929, 'Mad_Sheep', 5983, -287.231, 33.606, 370.184, 3), + (17219930, 'Mad_Sheep', 5983, -267.999, 38.243, 375.792, 127), + (17219931, 'Mad_Sheep', 5983, -241.079, 41.500, 370.690, 127), + (17219932, 'Mad_Sheep', 5983, -196.172, 39.019, 364.924, 127), + (17219933, 'Stray_Mary', 5993, -212.268, 39.477, 329.581, 127), + (17219934, 'Strolling_Sapling', 5994, -236.657, 48.537, 407.580, 127), + (17219935, 'Strolling_Sapling', 5994, -202.888, 42.076, 377.649, 127), + (17219936, 'Wolf_Zombie', 5999, -303.063, 35.144, 358.863, 66), + (17219937, 'Huge_Wasp', 5982, -172.615, 32.425, 352.625, 101), + (17219938, 'Huge_Wasp', 5982, -174.030, 33.518, 328.957, 88), + (17219939, 'Mad_Sheep', 5983, -199.627, 31.887, 279.948, 49), + (17219940, 'Mad_Sheep', 5983, -149.799, 34.637, 373.558, 127), + (17219941, 'Mad_Sheep', 5983, -180.461, 29.707, 286.903, 127), + (17219942, 'Mad_Sheep', 5983, -69.298, 29.682, 354.510, 1), + (17219943, 'Strolling_Sapling', 5994, -68.612, 32.495, 363.465, 3), + (17219944, 'Strolling_Sapling', 5994, -120.629, 32.208, 360.805, 80), + (17219945, 'Wolf_Zombie', 5999, -115.370, 22.901, 326.005, 127), + (17219946, 'Goblin_Tinkerer', 5977, -111.048, 11.646, 270.473, 49), + (17219947, 'Goblin_Thug', 5976, -272.050, 47.916, 438.280, 88), + (17219948, 'Goblin_Ambusher', 5972, -437.997, 23.814, 289.640, 59), + (17219949, 'Goblin_Ambusher', 5972, -271.111, 23.983, 176.806, 127), + (17219950, 'Goblin_Weaver', 5978, -419.973, 18.267, 251.836, 127), + (17219951, 'Goblin_Weaver', 5978, -323.749, 33.429, 299.870, 127), + (17219952, 'Goblin_Tinkerer', 5977, -332.610, 31.912, 301.545, 127), + (17219953, 'Goblin_Butcher', 5974, -101.245, 25.323, 345.416, 2), + (17219954, 'Goblin_Butcher', 5974, -302.195, 34.384, 359.779, 1), + (17219955, 'Skeleton_Warrior', 5991, 0.000, 0.000, 0.000, 0), + (17219956, 'Skeleton_Sorcerer', 5990, -191.612, 38.647, 318.807, 127), + (17219957, 'Thunder_Elemental', 5996, -262.450, 37.507, 298.166, 32), + (17219958, 'Mist_Lizard', 5984, -226.308, 55.074, 499.403, 127), + (17219959, 'Mist_Lizard', 5984, -114.160, 53.858, 511.536, 71), + (17219960, 'Huge_Wasp', 5982, -200.992, 55.263, 472.933, 6), + (17219961, 'Huge_Wasp', 5982, -110.590, 49.154, 461.188, 127), + (17219962, 'Mad_Sheep', 5983, -79.219, 40.243, 419.502, 127), + (17219963, 'Mad_Sheep', 5983, -182.413, 61.025, 507.831, 127), + (17219964, 'Mad_Sheep', 5983, -124.758, 46.843, 395.038, 28), + (17219965, 'Strolling_Sapling', 5994, -151.138, 48.443, 444.856, 115), + (17219966, 'Strolling_Sapling', 5994, -76.391, 47.095, 437.487, 62), + (17219967, 'Wolf_Zombie', 5999, -129.429, 48.880, 448.089, 127), + (17219968, 'Mist_Lizard', 5984, -53.891, 61.019, 551.878, 87), + (17219969, 'Mist_Lizard', 5984, 39.121, 55.307, 562.402, 127), + (17219970, 'Mist_Lizard', 5984, -10.088, 41.101, 462.604, 127), + (17219971, 'Huge_Wasp', 5982, -3.054, 47.224, 492.709, 127), + (17219972, 'Huge_Wasp', 5982, 5.772, 50.656, 508.624, 127), + (17219973, 'Mad_Sheep', 5983, -70.546, 60.651, 590.867, 127), + (17219974, 'Mad_Sheep', 5983, -36.803, 38.999, 436.784, 127), + (17219975, 'Mad_Sheep', 5983, -26.991, 40.043, 445.767, 127), + (17219976, 'Strolling_Sapling', 5994, 29.173, 54.945, 553.949, 127), + (17219977, 'Strolling_Sapling', 5994, -38.410, 65.063, 588.457, 127), + (17219978, 'Mist_Lizard', 5984, -182.885, 63.846, 546.826, 127), + (17219979, 'Mist_Lizard', 5984, -242.412, 69.623, 804.250, 35), + (17219980, 'Mist_Lizard', 5984, -144.661, 59.622, 556.399, 63), + (17219981, 'Huge_Wasp', 5982, -154.289, 72.074, 704.687, 122), + (17219982, 'Huge_Wasp', 5982, -180.776, 67.439, 610.628, 127), + (17219983, 'Mad_Sheep', 5983, -237.864, 69.753, 762.710, 19), + (17219984, 'Mad_Sheep', 5983, -222.549, 70.860, 636.883, 127), + (17219985, 'Strolling_Sapling', 5994, -298.840, 58.113, 609.951, 127), + (17219986, 'Strolling_Sapling', 5994, -285.782, 55.255, 569.554, 127), + (17219987, 'Tremor_Ram', 5997, -163.198, 62.392, 568.282, 74), + (17219988, 'Goblin_Ambusher', 5972, 8.997, 37.803, 441.582, 1), + (17219989, 'Goblin_Tinkerer', 5977, -148.111, 71.708, 654.867, 127), + (17219990, 'Goblin_Butcher', 5974, -39.868, 68.265, 566.478, 111), + (17219991, 'Veteran_Quadav', 5998, -167.325, 63.785, 589.155, 127), + (17219992, 'Greater_Quadav', 5979, -129.975, 47.678, 399.490, 127), + (17219993, 'Onyx_Quadav', 5985, -103.799, 50.135, 458.197, 127), + (17219994, 'Skeleton_Warrior', 5991, -155.997, 59.753, 511.910, 43), + (17219995, 'Skeleton_Sorcerer', 5990, -176.029, 53.167, 463.645, 101), + (17219996, 'Thunder_Elemental', 5996, -154.221, 49.092, 420.093, 33), + (17219997, 'Goblin_Digger', 5975, -82.375, 70.154, 676.150, 127), + (17219998, 'Goblin_Archaeologist', 5973, 0.000, 0.000, 0.000, 0), + (17219999, 'Forger', 5970, -710.000, 2.000, 102.000, 6), + (17220000, 'Haty', 5981, -204.271, 8.118, 36.959, 0), + (17220001, 'Bendigeit_Vran', 5968, -2.110, 24.440, 105.396, 127), + (17220002, 'Pixie', 5986, 0.000, 0.000, 0.000, 0), + (17220003, 'Pixie', 5986, 0.000, 0.000, 0.000, 0), + (17220004, 'Pixie', 5986, 0.000, 0.000, 0.000, 0), + (17220005, 'Pixie', 5986, 0.000, 0.000, 0.000, 0), + (17220006, 'Pixie', 5986, 0.000, 0.000, 0.000, 0), + (17220007, 'Thunderhead', 5995, 0.000, 0.000, 0.000, 0), + (17220147, 'Ayame', 5967, 0.000, 0.000, 0.000, 0), + (17223681, 'Swamp_Leech', 6055, 0.000, 0.000, 0.000, 0), + (17223682, 'Stag_Crab', 6054, 0.000, 0.000, 0.000, 0), + (17223683, 'Swamp_Pugil', 6056, 0.000, 0.000, 0.000, 0), + (17223684, 'Thread_Leech', 6057, 0.000, 0.000, 0.000, 0), + (17223685, 'Snipper', 6052, 473.217, 24.418, 381.678, 44), + (17223686, 'Gadfly', 6015, -432.783, 24.499, -468.515, 7), + (17223687, 'Gadfly', 6015, -489.786, 24.382, -446.619, 51), + (17223688, 'Gadfly', 6015, -474.169, 24.455, -505.832, 127), + (17223689, 'Bog_Bunny', 6006, -391.433, 23.776, -457.910, 61), + (17223690, 'Bog_Bunny', 6006, -402.197, 24.290, -466.432, 127), + (17223691, 'Bog_Bunny', 6006, -431.000, 24.000, -415.000, 74), + (17223692, 'Bog_Bunny', 6006, -506.010, 25.080, -454.664, 108), + (17223693, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223694, 'Night_Bats', 6048, -402.081, 24.439, -402.341, 127), + (17223695, 'Night_Bats', 6048, -408.054, 24.994, -447.957, 43), + (17223696, 'Night_Bats', 6048, -492.691, 23.890, -439.952, 127), + (17223697, 'Black_Bat', 6003, -413.467, 24.076, -460.910, 127), + (17223698, 'Black_Bat', 6003, -488.107, 25.012, -440.112, 127), + (17223699, 'Bog_Dog', 6007, 0.000, 0.000, 0.000, 0), + (17223700, 'Gadfly', 6015, -396.202, 24.499, -356.742, 121), + (17223701, 'Gadfly', 6015, -430.770, 24.408, -349.902, 127), + (17223702, 'Bog_Bunny', 6006, -313.092, 24.471, -287.729, 125), + (17223703, 'Bog_Bunny', 6006, -461.045, 24.594, -306.542, 127), + (17223704, 'Snipper', 6052, -363.278, 24.482, -355.731, 112), + (17223705, 'Snipper', 6052, -418.000, 24.000, -224.000, 127), + (17223706, 'Snipper', 6052, -418.578, 24.500, -315.766, 70), + (17223707, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223708, 'Night_Bats', 6048, -319.887, 24.173, -302.109, 127), + (17223709, 'Night_Bats', 6048, -344.000, 24.217, -303.000, 84), + (17223710, 'Night_Bats', 6048, -371.317, 24.824, -379.919, 5), + (17223711, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223712, 'Black_Bat', 6003, -382.456, 24.523, -375.005, 57), + (17223713, 'Thread_Leech', 6057, -419.476, 25.000, -240.085, 127), + (17223714, 'Thread_Leech', 6057, -412.730, 24.295, -240.147, 127), + (17223715, 'Thread_Leech', 6057, -387.735, 23.789, -239.694, 64), + (17223716, 'Land_Pugil', 6038, 0.000, 0.000, 0.000, 0), + (17223717, 'Land_Pugil', 6038, -390.541, 24.219, -245.252, 57), + (17223718, 'Land_Pugil', 6038, -440.000, 24.000, -225.000, 46), + (17223719, 'Snipper', 6052, -440.002, 24.269, -251.905, 10), + (17223720, 'Snipper', 6052, -398.823, 24.139, -241.384, 45), + (17223721, 'Snipper', 6052, -427.600, 24.283, -241.284, 127), + (17223722, 'Bogy', 6005, 0.000, 0.000, 0.000, 0), + (17223723, 'Water_Elemental', 6060, -388.841, 23.661, -231.705, 127), + (17223724, 'Gadfly', 6015, -239.897, 24.954, -298.754, 56), + (17223725, 'Gadfly', 6015, -250.355, 24.712, -285.601, 1), + (17223726, 'Gadfly', 6015, -286.149, 24.232, -246.315, 16), + (17223727, 'Bog_Bunny', 6006, -271.417, 24.915, -299.683, 127), + (17223728, 'Bog_Bunny', 6006, -247.410, 24.686, -286.485, 127), + (17223729, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223730, 'Night_Bats', 6048, -288.245, 24.899, -241.318, 46), + (17223731, 'Night_Bats', 6048, -263.484, 23.764, -233.289, 127), + (17223732, 'Night_Bats', 6048, -249.827, 24.075, -252.123, 127), + (17223733, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223734, 'Black_Bat', 6003, -213.028, 23.848, -237.543, 127), + (17223735, 'Bog_Dog', 6007, 0.000, 0.000, 0.000, 0), + (17223736, 'Goobbue', 6026, -259.698, 25.058, -240.661, 117), + (17223737, 'Goobbue', 6026, -469.842, 24.841, -499.118, 127), + (17223738, 'Malboro', 6039, -466.689, 24.499, -477.170, 127), + (17223739, 'Old_Quadav', 6049, -230.700, 24.491, -227.403, 127), + (17223740, 'Veteran_Quadav', 6059, -429.953, 24.500, -305.450, 127), + (17223741, 'Greater_Quadav', 6027, -374.670, 24.145, -304.256, 127), + (17223742, 'Copper_Quadav', 6012, -381.158, 24.804, -280.207, 127), + (17223743, 'Brass_Quadav', 6009, -357.558, 24.500, -281.098, 63), + (17223744, 'Onyx_Quadav', 6050, -398.976, 24.183, -341.508, 127), + (17223745, 'Ghoul', 6016, -282.481, 24.407, -308.416, 9), + (17223746, 'Zombie', 6062, -458.000, 24.000, -439.000, 127), + (17223747, 'Thunder_Elemental', 6058, -265.393, 23.856, -251.569, 32), + (17223748, 'Gadfly', 6015, -142.089, 25.139, -276.774, 61), + (17223749, 'Gadfly', 6015, -51.000, 24.000, -181.000, 45), + (17223750, 'Gadfly', 6015, -90.630, 24.449, -196.285, 127), + (17223751, 'Bog_Bunny', 6006, -148.697, 24.466, -274.172, 127), + (17223752, 'Bog_Bunny', 6006, -103.988, 25.089, -133.926, 127), + (17223753, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223754, 'Night_Bats', 6048, -199.818, 24.463, -291.725, 127), + (17223755, 'Night_Bats', 6048, -153.537, 24.498, -249.705, 114), + (17223756, 'Night_Bats', 6048, -188.836, 24.258, -240.138, 108), + (17223757, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223758, 'Black_Bat', 6003, -154.023, 24.499, -201.149, 30), + (17223759, 'Carnivorous_Crawler', 6010, -210.127, 23.562, -269.801, 123), + (17223760, 'Carnivorous_Crawler', 6010, -209.181, 24.219, -290.013, 24), + (17223761, 'Gadfly', 6015, 40.665, 24.477, -237.905, 107), + (17223762, 'Gadfly', 6015, -30.425, 24.500, -231.156, 127), + (17223763, 'Gadfly', 6015, 11.097, 23.949, -339.143, 10), + (17223764, 'Bog_Bunny', 6006, 24.874, 24.406, -339.193, 0), + (17223765, 'Bog_Bunny', 6006, -58.020, 24.444, -197.354, 42), + (17223766, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223767, 'Night_Bats', 6048, 26.785, 24.190, -294.350, 86), + (17223768, 'Night_Bats', 6048, 45.105, 24.495, -281.738, 69), + (17223769, 'Night_Bats', 6048, -5.660, 24.499, -285.510, 127), + (17223770, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223771, 'Black_Bat', 6003, -44.261, 24.499, -160.930, 62), + (17223772, 'Bog_Dog', 6007, 0.000, 0.000, 0.000, 0), + (17223773, 'Water_Wasp', 6061, 151.733, 24.500, -233.964, 127), + (17223774, 'Water_Wasp', 6061, 223.522, 24.499, -247.088, 127), + (17223775, 'Water_Wasp', 6061, 185.319, 24.201, -239.008, 34), + (17223776, 'Water_Wasp', 6061, 254.320, 24.498, -241.242, 107), + (17223777, 'Gadfly', 6015, 109.724, 23.853, -305.302, 78), + (17223778, 'Gadfly', 6015, 147.186, 24.540, -230.533, 100), + (17223779, 'Bog_Bunny', 6006, 174.210, 24.500, -238.652, 68), + (17223780, 'Bog_Bunny', 6006, 125.415, 24.675, -222.683, 127), + (17223781, 'Night_Bats', 6048, 259.260, 24.499, -226.845, 127), + (17223782, 'Night_Bats', 6048, 91.915, 23.930, -295.095, 127), + (17223783, 'Night_Bats', 6048, 106.000, 24.000, -268.000, 27), + (17223784, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223785, 'Goobbue', 6026, 36.888, 24.603, -246.089, 8), + (17223786, 'Goobbue', 6026, 242.780, 24.472, -234.786, 49), + (17223787, 'Malboro', 6039, -179.516, 23.957, -224.629, 127), + (17223788, 'Old_Quadav', 6049, -151.227, 24.618, -293.790, 127), + (17223789, 'Veteran_Quadav', 6059, 11.309, 23.904, -337.923, 22), + (17223790, 'Greater_Quadav', 6027, 5.363, 24.491, -237.168, 127), + (17223791, 'Copper_Quadav', 6012, -101.870, 24.299, -146.963, 127), + (17223792, 'Brass_Quadav', 6009, 43.302, 24.499, -327.626, 102), + (17223793, 'Onyx_Quadav', 6050, -13.632, 24.500, -291.379, 127), + (17223794, 'Ghoul', 6016, -52.122, 24.499, -236.132, 78), + (17223795, 'Zombie', 6062, 269.040, 24.499, -245.784, 127), + (17223796, 'Thunder_Elemental', 6058, -150.561, 24.606, -286.158, 127), + (17223798, 'Thread_Leech', 6057, 150.611, 24.683, -323.848, 75), + (17223799, 'Thread_Leech', 6057, 246.603, 24.916, -280.466, 14), + (17223800, 'Thread_Leech', 6057, 162.226, 24.043, -329.625, 127), + (17223801, 'Land_Pugil', 6038, 186.353, 24.852, -290.747, 45), + (17223802, 'Land_Pugil', 6038, 164.269, 24.133, -316.996, 79), + (17223803, 'Land_Pugil', 6038, 136.000, 24.000, -383.000, 127), + (17223804, 'Snipper', 6052, 241.754, 24.216, -287.939, 35), + (17223805, 'Snipper', 6052, 188.921, 24.142, -299.927, 127), + (17223806, 'Snipper', 6052, 137.000, 24.000, -402.000, 127), + (17223807, 'Bogy', 6005, 118.394, 24.192, -402.939, 127), + (17223808, 'Water_Elemental', 6060, 143.798, 23.889, -306.916, 102), + (17223809, 'Carnivorous_Crawler', 6010, 215.935, 23.694, -296.831, 127), + (17223810, 'Carnivorous_Crawler', 6010, 221.718, 24.778, -279.932, 117), + (17223811, 'Carnivorous_Crawler', 6010, 215.010, 24.479, -286.251, 100), + (17223812, 'Gadfly', 6015, 403.476, 24.499, -152.294, 101), + (17223813, 'Gadfly', 6015, 290.853, 24.461, -143.963, 124), + (17223814, 'Gadfly', 6015, 297.878, 24.719, -130.871, 127), + (17223815, 'Gadfly', 6015, 369.026, 24.526, -157.784, 127), + (17223816, 'Bog_Bunny', 6006, 457.891, 25.091, -118.520, 71), + (17223817, 'Bog_Bunny', 6006, 395.051, 24.506, -104.520, 79), + (17223818, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223819, 'Night_Bats', 6048, 303.346, 24.164, -144.139, 127), + (17223820, 'Night_Bats', 6048, 341.315, 24.441, -152.445, 43), + (17223821, 'Night_Bats', 6048, 274.121, 25.097, -105.220, 127), + (17223822, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223823, 'Black_Bat', 6003, 349.737, 24.500, -216.798, 127), + (17223824, 'Bog_Dog', 6007, 0.000, 0.000, 0.000, 0), + (17223825, 'Water_Wasp', 6061, 379.571, 24.522, -45.914, 5), + (17223826, 'Water_Wasp', 6061, 363.157, 24.343, 11.906, 127), + (17223827, 'Water_Wasp', 6061, 391.958, 24.554, 10.252, 127), + (17223828, 'Water_Wasp', 6061, 371.363, 24.161, 19.047, 127), + (17223829, 'Gadfly', 6015, 378.079, 24.500, -30.273, 91), + (17223830, 'Gadfly', 6015, 366.823, 24.828, -49.332, 46), + (17223831, 'Night_Bats', 6048, 359.736, 25.029, 47.220, 10), + (17223832, 'Night_Bats', 6048, 409.956, 24.499, -51.639, 127), + (17223833, 'Night_Bats', 6048, 381.992, 24.498, 15.329, 21), + (17223834, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223835, 'Black_Bat', 6003, 421.673, 24.125, -55.718, 19), + (17223836, 'Carnivorous_Crawler', 6010, 384.000, 25.000, -17.000, 127), + (17223837, 'Carnivorous_Crawler', 6010, 340.000, 24.000, -14.000, 122), + (17223838, 'Carnivorous_Crawler', 6010, 345.000, 24.000, -6.000, 0), + (17223839, 'Goobbue', 6026, 382.669, 24.497, 15.451, 127), + (17223840, 'Old_Quadav', 6049, 413.822, 24.548, -90.777, 126), + (17223841, 'Veteran_Quadav', 6059, 371.818, 24.789, 24.373, 127), + (17223842, 'Greater_Quadav', 6027, 386.557, 24.110, 47.842, 127), + (17223843, 'Copper_Quadav', 6012, 307.804, 24.490, -110.022, 127), + (17223844, 'Brass_Quadav', 6009, 370.634, 24.531, -168.383, 51), + (17223845, 'Onyx_Quadav', 6050, 358.280, 24.579, 21.642, 33), + (17223846, 'Ghoul', 6016, 0.000, 0.000, 0.000, 0), + (17223847, 'Zombie', 6062, 325.435, 24.498, -105.109, 5), + (17223848, 'Thunder_Elemental', 6058, 278.651, 24.501, -172.610, 25), + (17223849, 'Gadfly', 6015, 277.656, 24.108, -15.135, 31), + (17223850, 'Gadfly', 6015, 283.808, 24.038, 12.811, 0), + (17223851, 'Bog_Bunny', 6006, 270.166, 25.003, -19.442, 127), + (17223852, 'Bog_Bunny', 6006, 279.816, 23.874, -51.326, 127), + (17223853, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223854, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223855, 'Night_Bats', 6048, 264.847, 25.000, -32.341, 127), + (17223856, 'Night_Bats', 6048, 187.751, 24.499, -51.376, 81), + (17223857, 'Black_Bat', 6003, 287.031, 24.256, 2.031, 127), + (17223858, 'Black_Bat', 6003, 248.850, 24.963, -22.105, 127), + (17223859, 'Gadfly', 6015, 175.505, 24.981, 91.121, 113), + (17223860, 'Gadfly', 6015, 182.841, 24.026, 29.175, 41), + (17223861, 'Gadfly', 6015, 184.211, 24.106, 97.943, 64), + (17223862, 'Bog_Bunny', 6006, 185.079, 24.301, -17.048, 127), + (17223863, 'Bog_Bunny', 6006, 145.284, 24.461, 43.309, 62), + (17223864, 'Night_Bats', 6048, 187.000, 24.000, 158.000, 113), + (17223865, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223866, 'Night_Bats', 6048, 195.256, 24.120, 18.136, 127), + (17223867, 'Night_Bats', 6048, 183.654, 24.718, 113.315, 12), + (17223868, 'Black_Bat', 6003, 169.780, 24.499, -10.876, 60), + (17223869, 'Black_Bat', 6003, 187.957, 24.286, 5.215, 127), + (17223870, 'Carnivorous_Crawler', 6010, 188.888, 24.162, 66.968, 74), + (17223871, 'Carnivorous_Crawler', 6010, 189.081, 24.048, 68.424, 18), + (17223872, 'Carnivorous_Crawler', 6010, 185.285, 24.182, 77.643, 127), + (17223873, 'Gadfly', 6015, 81.716, 24.459, 160.161, 115), + (17223874, 'Gadfly', 6015, 108.630, 24.068, 169.298, 127), + (17223875, 'Gadfly', 6015, 147.899, 23.974, 178.281, 2), + (17223876, 'Bog_Bunny', 6006, 153.571, 24.771, 176.870, 18), + (17223877, 'Bog_Bunny', 6006, 172.776, 24.285, 201.970, 30), + (17223878, 'Night_Bats', 6048, 98.174, 24.948, 80.238, 122), + (17223879, 'Night_Bats', 6048, 148.825, 23.895, 177.814, 127), + (17223880, 'Night_Bats', 6048, 52.188, 24.815, 100.874, 127), + (17223881, 'Black_Bat', 6003, 111.000, 25.000, 118.000, 127), + (17223882, 'Black_Bat', 6003, 132.618, 24.441, 202.334, 97), + (17223883, 'Bog_Dog', 6007, 160.748, 24.325, 148.884, 127), + (17223884, 'Carnivorous_Crawler', 6010, 99.136, 24.062, 167.203, 27), + (17223885, 'Carnivorous_Crawler', 6010, 116.638, 24.343, 169.582, 127), + (17223886, 'Carnivorous_Crawler', 6010, 160.535, 23.962, 194.483, 127), + (17223887, 'Carnivorous_Crawler', 6010, 163.460, 24.207, 190.428, 127), + (17223888, 'Goobbue', 6026, 184.993, 24.499, -41.790, 127), + (17223889, 'Jolly_Green', 6037, 276.084, 24.146, -1.695, 20), + (17223890, 'Malboro', 6039, 243.284, 23.603, -51.946, 127), + (17223891, 'Goblin_Mugger', 6023, 320.796, 24.427, 3.086, 127), + (17223892, 'Goblin_Ambusher', 6018, 136.850, 24.278, 188.282, 50), + (17223893, 'Goblin_Leecher', 6022, 318.712, 23.901, 11.798, 5), + (17223894, 'Goblin_Tinkerer', 6025, 58.877, 24.471, 77.283, 127), + (17223895, 'Goblin_Gambler', 6021, 183.835, 23.928, 186.367, 127), + (17223896, 'Goblin_Butcher', 6019, 188.812, 24.500, -26.934, 127), + (17223897, 'Ghoul', 6016, 53.000, 25.000, 207.000, 127), + (17223898, 'Zombie', 6062, 203.000, 24.000, 184.000, 127), + (17223899, 'Bog_Dog', 6007, 178.177, 24.846, 109.312, 127), + (17223900, 'Thunder_Elemental', 6058, 248.224, 24.171, -34.989, 127), + (17223901, 'Thread_Leech', 6057, 235.493, 23.654, 211.525, 127), + (17223902, 'Thread_Leech', 6057, 249.886, 24.065, 95.393, 127), + (17223903, 'Thread_Leech', 6057, 233.579, 24.038, 211.440, 127), + (17223904, 'Land_Pugil', 6038, 206.769, 24.083, 136.136, 100), + (17223905, 'Land_Pugil', 6038, 233.627, 24.253, 69.020, 28), + (17223906, 'Land_Pugil', 6038, 192.873, 24.991, 113.494, 127), + (17223907, 'Snipper', 6052, 217.156, 23.817, 108.515, 127), + (17223908, 'Snipper', 6052, 220.727, 23.587, 209.029, 52), + (17223909, 'Snipper', 6052, 250.429, 25.088, 73.174, 127), + (17223910, 'Bogy', 6005, 239.193, 25.016, 72.731, 125), + (17223911, 'Water_Elemental', 6060, 210.247, 24.083, 113.703, 127), + (17223912, 'Gadfly', 6015, 30.789, 24.554, 244.656, 127), + (17223913, 'Gadfly', 6015, 61.131, 24.140, 170.991, 127), + (17223914, 'Gadfly', 6015, 58.062, 24.398, 304.195, 127), + (17223915, 'Bog_Bunny', 6006, 21.140, 24.275, 184.926, 39), + (17223916, 'Bog_Bunny', 6006, 49.265, 24.499, 282.042, 48), + (17223917, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223918, 'Night_Bats', 6048, 30.300, 24.565, 176.038, 127), + (17223919, 'Night_Bats', 6048, 26.929, 23.894, 160.385, 127), + (17223920, 'Night_Bats', 6048, 67.441, 24.483, 216.773, 127), + (17223921, 'Black_Bat', 6003, 24.641, 24.499, 195.546, 76), + (17223922, 'Black_Bat', 6003, -2.559, 24.146, 299.582, 127), + (17223923, 'Gadfly', 6015, -40.794, 24.493, 306.079, 118), + (17223924, 'Gadfly', 6015, 17.126, 24.500, 355.433, 19), + (17223925, 'Gadfly', 6015, -15.478, 24.272, 305.579, 87), + (17223926, 'Gadfly', 6015, -32.207, 24.491, 310.655, 44), + (17223927, 'Bog_Bunny', 6006, -13.817, 24.499, 348.948, 89), + (17223928, 'Bog_Bunny', 6006, 33.446, 24.499, 371.721, 127), + (17223929, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223930, 'Night_Bats', 6048, 46.891, 24.499, 351.707, 19), + (17223931, 'Night_Bats', 6048, 41.390, 24.496, 320.351, 62), + (17223932, 'Black_Bat', 6003, 0.000, 0.000, 0.000, 0), + (17223933, 'Black_Bat', 6003, -49.506, 24.757, 412.827, 127), + (17223934, 'Bog_Dog', 6007, 0.000, 0.000, 0.000, 0), + (17223935, 'Carnivorous_Crawler', 6010, 18.000, 24.000, 380.000, 52), + (17223936, 'Carnivorous_Crawler', 6010, 17.000, 24.000, 370.000, 32), + (17223937, 'Gadfly', 6015, -96.612, 24.665, 427.704, 34), + (17223938, 'Gadfly', 6015, -175.140, 24.870, 362.336, 9), + (17223939, 'Gadfly', 6015, -163.990, 24.499, 452.572, 125), + (17223940, 'Bog_Bunny', 6006, -254.329, 25.031, 394.744, 127), + (17223941, 'Bog_Bunny', 6006, -191.078, 24.529, 332.128, 127), + (17223942, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223943, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223944, 'Night_Bats', 6048, -253.848, 24.643, 455.241, 122), + (17223945, 'Night_Bats', 6048, -116.867, 24.508, 411.196, 87), + (17223946, 'Black_Bat', 6003, -260.127, 23.498, 410.234, 73), + (17223947, 'Black_Bat', 6003, -112.944, 24.501, 403.775, 40), + (17223948, 'Goobbue', 6026, -136.491, 24.500, 370.605, 127), + (17223949, 'Goobbue', 6026, 10.028, 24.635, 373.820, 127), + (17223950, 'Malboro', 6039, -69.474, 24.503, 406.352, 31), + (17223951, 'Goblin_Mugger', 6023, -186.980, 24.470, 431.970, 127), + (17223952, 'Goblin_Ambusher', 6018, -219.603, 24.238, 418.661, 56), + (17223953, 'Goblin_Leecher', 6022, 18.872, 24.500, 356.830, 99), + (17223954, 'Goblin_Tinkerer', 6025, 19.141, 24.637, 259.927, 127), + (17223955, 'Goblin_Gambler', 6021, -157.846, 24.499, 452.966, 127), + (17223956, 'Goblin_Butcher', 6019, -39.421, 24.474, 411.138, 127), + (17223957, 'Ghoul', 6016, 36.721, 24.146, 299.012, 127), + (17223958, 'Zombie', 6062, 59.221, 24.155, 180.085, 127), + (17223959, 'Thunder_Elemental', 6058, -64.796, 24.495, 400.051, 127), + (17223960, 'Gadfly', 6015, -219.402, 24.519, -157.698, 9), + (17223961, 'Gadfly', 6015, -211.420, 24.781, -141.611, 127), + (17223962, 'Gadfly', 6015, -248.390, 24.406, -114.083, 127), + (17223963, 'Marsh_Funguar', 6040, -245.555, 24.537, -174.276, 19), + (17223964, 'Marsh_Funguar', 6040, -248.130, 24.902, -120.593, 8), + (17223965, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223966, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17223967, 'Marsh_Funguar', 6040, -182.273, 25.162, -161.658, 127), + (17223968, 'Marsh_Funguar', 6040, -67.638, 24.499, -10.570, 47), + (17223969, 'Marsh_Funguar', 6040, -198.436, 24.521, -146.861, 25), + (17223970, 'Marsh_Funguar', 6040, -185.429, 25.052, -153.860, 10), + (17223971, 'Marsh_Funguar', 6040, -263.991, 25.050, -135.451, 101), + (17223972, 'Goblin_Mugger', 6023, 0.000, 0.000, 0.000, 0), + (17223973, 'Goblin_Ambusher', 6018, 0.000, 0.000, 0.000, 0), + (17223974, 'Goblin_Leecher', 6022, -66.508, 24.547, 17.508, 122), + (17223975, 'Goblin_Tinkerer', 6025, 0.000, 0.000, 0.000, 0), + (17223976, 'Goblin_Gambler', 6021, -229.695, 24.500, -124.502, 48), + (17223977, 'Goblin_Butcher', 6019, -247.417, 24.472, -112.257, 81), + (17223978, 'Black_Bat', 6003, -105.449, 24.500, 10.602, 127), + (17223979, 'Black_Bat', 6003, -255.199, 24.501, -152.564, 126), + (17223980, 'Malboro', 6039, -127.950, 24.500, 12.544, 127), + (17223981, 'Fox_Fire', 6014, -119.592, 24.485, -51.208, 103), + (17223983, 'Marsh_Funguar', 6040, 10.398, 24.500, 53.011, 54), + (17223984, 'Marsh_Funguar', 6040, 9.259, 24.500, 61.267, 127), + (17223985, 'Marsh_Funguar', 6040, 16.489, 24.500, 54.799, 27), + (17223986, 'Marsh_Funguar', 6040, -192.824, 24.500, 157.626, 127), + (17223987, 'Marsh_Funguar', 6040, -149.925, 24.500, 135.522, 127), + (17223988, 'Marsh_Funguar', 6040, -182.543, 24.502, 138.036, 124), + (17223989, 'Marsh_Funguar', 6040, -190.244, 24.539, 155.708, 127), + (17223990, 'Marsh_Funguar', 6040, -160.890, 23.886, 107.797, 11), + (17223991, 'Goblin_Mugger', 6023, -191.083, 24.500, 108.768, 127), + (17223992, 'Goblin_Ambusher', 6018, 0.000, 0.000, 0.000, 0), + (17223993, 'Goblin_Leecher', 6022, 0.000, 0.000, 0.000, 0), + (17223994, 'Goblin_Tinkerer', 6025, -120.999, 24.499, 143.024, 127), + (17223995, 'Goblin_Gambler', 6021, 0.000, 0.000, 0.000, 0), + (17223996, 'Goblin_Butcher', 6019, -158.622, 23.902, 107.891, 127), + (17223997, 'Black_Bat', 6003, -253.259, 24.911, 171.320, 14), + (17223998, 'Black_Bat', 6003, -147.766, 24.500, 136.073, 86), + (17223999, 'Water_Wasp', 6061, -191.491, 24.500, 139.160, 127), + (17224000, 'Water_Wasp', 6061, -183.372, 24.500, 139.000, 21), + (17224001, 'Water_Wasp', 6061, -176.508, 24.500, 122.060, 42), + (17224002, 'Water_Wasp', 6061, -182.746, 24.500, 131.046, 127), + (17224003, 'Fox_Fire', 6014, -199.601, 24.500, 109.454, 107), + (17224004, 'Malboro', 6039, -280.469, 24.493, 296.551, 11), + (17224005, 'Bogy', 6005, 0.000, 0.000, 0.000, 0), + (17224006, 'Water_Wasp', 6061, -296.522, 24.502, 506.162, 127), + (17224007, 'Water_Wasp', 6061, -252.280, 24.843, 473.232, 127), + (17224008, 'Water_Wasp', 6061, -271.000, 25.000, 500.000, 13), + (17224009, 'Water_Wasp', 6061, -250.825, 24.501, 496.916, 40), + (17224010, 'Water_Wasp', 6061, -298.313, 24.500, 500.628, 127), + (17224011, 'Water_Wasp', 6061, -297.749, 24.500, 499.637, 127), + (17224012, 'Marsh_Funguar', 6040, -332.040, 24.585, 462.730, 127), + (17224013, 'Marsh_Funguar', 6040, -229.695, 24.500, 483.202, 44), + (17224014, 'Thread_Leech', 6057, -351.884, 24.014, 513.531, 127), + (17224015, 'Thread_Leech', 6057, -391.035, 24.001, 506.440, 127), + (17224016, 'Thread_Leech', 6057, -408.334, 23.810, 498.029, 127), + (17224017, 'Thread_Leech', 6057, -373.586, 24.978, 530.964, 120), + (17224018, 'Thread_Leech', 6057, -368.005, 24.120, 496.423, 127), + (17224019, 'Bloodpool_Vorax', 6004, -405.854, 24.113, 513.944, 30), + (17224020, 'Land_Pugil', 6038, -434.575, 24.121, 473.957, 127), + (17224021, 'Land_Pugil', 6038, -397.402, 24.138, 522.640, 127), + (17224022, 'Snipper', 6052, -397.329, 24.190, 489.712, 113), + (17224023, 'Snipper', 6052, -351.122, 24.027, 511.478, 127), + (17224024, 'Snipper', 6052, -361.592, 25.100, 536.449, 127), + (17224025, 'Bogy', 6005, -436.305, 23.717, 467.589, 35), + (17224026, 'Water_Elemental', 6060, -349.332, 24.048, 505.222, 127), + (17224027, 'Carnivorous_Crawler', 6010, -371.613, 24.317, 519.235, 39), + (17224028, 'Carnivorous_Crawler', 6010, -357.229, 24.147, 501.144, 127), + (17224029, 'Carnivorous_Crawler', 6010, -411.379, 23.849, 526.777, 82), + (17224030, 'Carnivorous_Crawler', 6010, -402.159, 24.212, 506.417, 104), + (17224031, 'Carnivorous_Crawler', 6010, -407.645, 24.149, 519.246, 50), + (17224032, 'Carnivorous_Crawler', 6010, -458.017, 23.676, 469.532, 127), + (17224033, 'Gadfly', 6015, 174.142, 24.500, 307.704, 118), + (17224034, 'Gadfly', 6015, 253.458, 24.498, 316.937, 65), + (17224035, 'Gadfly', 6015, 186.336, 24.499, 405.170, 127), + (17224036, 'Bog_Bunny', 6006, 224.508, 24.143, 354.278, 127), + (17224037, 'Bog_Bunny', 6006, 192.308, 24.435, 410.099, 127), + (17224038, 'Night_Bats', 6048, 0.000, 0.000, 0.000, 0), + (17224039, 'Night_Bats', 6048, 136.858, 24.491, 370.245, 127), + (17224040, 'Night_Bats', 6048, 115.019, 24.499, 393.647, 106), + (17224041, 'Night_Bats', 6048, 119.595, 24.158, 381.071, 127), + (17224042, 'Black_Bat', 6003, 285.500, 24.499, 322.013, 122), + (17224043, 'Black_Bat', 6003, 208.808, 24.499, 399.270, 112), + (17224044, 'Bog_Dog', 6007, 0.000, 0.000, 0.000, 0), + (17224045, 'Gadfly', 6015, 425.015, 25.090, 410.140, 93), + (17224046, 'Gadfly', 6015, 313.615, 24.470, 407.377, 120), + (17224047, 'Gadfly', 6015, 333.226, 24.272, 378.772, 64), + (17224048, 'Bog_Bunny', 6006, 428.762, 24.343, 466.700, 127), + (17224049, 'Bog_Bunny', 6006, 329.995, 24.469, 408.353, 111), + (17224050, 'Night_Bats', 6048, 303.966, 24.493, 388.489, 87), + (17224051, 'Night_Bats', 6048, 378.589, 24.084, 418.308, 127), + (17224052, 'Night_Bats', 6048, 420.333, 24.283, 423.218, 127), + (17224053, 'Night_Bats', 6048, 351.708, 24.495, 358.451, 21), + (17224054, 'Black_Bat', 6003, 359.566, 24.499, 391.712, 127), + (17224055, 'Black_Bat', 6003, 299.902, 24.150, 360.323, 80), + (17224056, 'Gadfly', 6015, 499.559, 24.509, 631.720, 127), + (17224057, 'Gadfly', 6015, 570.094, 24.499, 455.267, 127), + (17224058, 'Gadfly', 6015, 499.972, 24.149, 522.188, 127), + (17224059, 'Bog_Bunny', 6006, 468.487, 24.499, 518.506, 127), + (17224060, 'Bog_Bunny', 6006, 504.890, 24.657, 627.833, 27), + (17224061, 'Bog_Bunny', 6006, 499.789, 24.186, 521.978, 127), + (17224062, 'Night_Bats', 6048, 464.291, 24.740, 481.018, 101), + (17224063, 'Night_Bats', 6048, 450.796, 24.539, 498.222, 96), + (17224064, 'Night_Bats', 6048, 503.735, 24.500, 642.797, 127), + (17224065, 'Night_Bats', 6048, 536.164, 24.504, 434.735, 127), + (17224066, 'Black_Bat', 6003, 500.481, 24.502, 632.045, 127), + (17224067, 'Black_Bat', 6003, 518.210, 24.455, 483.500, 127), + (17224068, 'Bog_Dog', 6007, 483.629, 24.499, 554.905, 4), + (17224069, 'Carnivorous_Crawler', 6010, 381.000, 24.000, -12.000, 99), + (17224070, 'Carnivorous_Crawler', 6010, 111.000, 24.000, 158.000, 127), + (17224071, 'Goobbue', 6026, 186.837, 24.499, 358.359, 121), + (17224072, 'Goobbue', 6026, 407.000, 25.000, 447.000, 44), + (17224073, 'Malboro', 6039, 143.202, 25.036, 322.889, 127), + (17224074, 'Goblin_Mugger', 6023, 471.589, 24.541, 475.735, 61), + (17224075, 'Goblin_Ambusher', 6018, 490.000, 25.000, 485.000, 127), + (17224076, 'Goblin_Leecher', 6022, 381.054, 24.542, 454.263, 87), + (17224077, 'Goblin_Tinkerer', 6025, 498.320, 24.095, 425.201, 88), + (17224078, 'Goblin_Gambler', 6021, 199.749, 25.045, 408.697, 12), + (17224079, 'Goblin_Butcher', 6019, 314.388, 24.396, 390.681, 127), + (17224080, 'Ghoul', 6016, 159.906, 24.499, 400.323, 39), + (17224081, 'Zombie', 6062, 271.116, 24.885, 406.670, 107), + (17224082, 'Thunder_Elemental', 6058, 181.564, 24.499, 309.228, 127), + (17224083, 'Thread_Leech', 6057, 462.670, 24.027, 378.554, 127), + (17224084, 'Thread_Leech', 6057, 466.206, 25.060, 387.886, 127), + (17224085, 'Thread_Leech', 6057, 463.225, 24.112, 395.225, 80), + (17224086, 'Land_Pugil', 6038, 425.799, 24.209, 361.182, 127), + (17224087, 'Land_Pugil', 6038, 433.978, 24.637, 363.261, 127), + (17224088, 'Snipper', 6052, 490.000, 24.000, 379.000, 127), + (17224089, 'Snipper', 6052, 435.000, 24.000, 344.000, 127), + (17224090, 'Bogy', 6005, 436.522, 24.399, 367.572, 10), + (17224091, 'Water_Elemental', 6060, 448.528, 23.973, 349.051, 16), + (17224092, 'Water_Wasp', 6061, 533.367, 24.500, -278.730, 127), + (17224093, 'Water_Wasp', 6061, 549.596, 24.368, -286.150, 127), + (17224094, 'Water_Wasp', 6061, 523.714, 24.500, -146.966, 127), + (17224095, 'Marsh_Funguar', 6040, 532.442, 24.500, -336.997, 65), + (17224096, 'Marsh_Funguar', 6040, 549.040, 24.500, -238.262, 110), + (17224097, 'Marsh_Funguar', 6040, 533.245, 24.500, -209.986, 84), + (17224098, 'Old_Quadav', 6049, 572.792, 24.500, -262.081, 127), + (17224099, 'Veteran_Quadav', 6059, 536.514, 24.520, -275.386, 127), + (17224100, 'Greater_Quadav', 6027, 520.929, 24.500, -304.434, 122), + (17224101, 'Copper_Quadav', 6012, 546.975, 24.656, -238.541, 127), + (17224102, 'Brass_Quadav', 6009, 573.000, 24.000, -232.000, 127), + (17224103, 'Onyx_Quadav', 6050, 517.762, 24.500, -332.798, 9), + (17224104, 'Bo_Who_Warmonger', 6008, 467.436, 24.500, -342.082, 127), + (17224105, 'Brass_Quadav', 6009, 0.000, 0.000, 0.000, 0), + (17224106, 'Onyx_Quadav', 6050, 0.000, 0.000, 0.000, 0), + (17224107, 'Old_Quadav', 6049, 557.060, 24.501, -273.559, 127), + (17224108, 'Veteran_Quadav', 6059, 548.598, 24.500, -256.296, 115), + (17224109, 'Greater_Quadav', 6027, 538.112, 24.483, -287.791, 17), + (17224110, 'Copper_Quadav', 6012, 528.242, 24.561, -157.735, 127), + (17224111, 'Brass_Quadav', 6009, 550.079, 24.500, -226.286, 127), + (17224112, 'Onyx_Quadav', 6050, 457.000, 25.000, -301.000, 43), + (17224113, 'Water_Wasp', 6061, 536.947, 24.648, 2.443, 108), + (17224114, 'Water_Wasp', 6061, 560.827, 24.500, 22.657, 127), + (17224115, 'Water_Wasp', 6061, 578.834, 23.989, -136.811, 105), + (17224116, 'Marsh_Funguar', 6040, 563.147, 24.500, 22.760, 127), + (17224117, 'Marsh_Funguar', 6040, 543.083, 24.587, -0.002, 43), + (17224118, 'Marsh_Funguar', 6040, 541.141, 24.500, 26.280, 127), + (17224119, 'Old_Quadav', 6049, 611.652, 24.854, 18.120, 115), + (17224120, 'Veteran_Quadav', 6059, 553.525, 24.500, 23.033, 73), + (17224121, 'Greater_Quadav', 6027, 607.192, 24.562, 13.641, 127), + (17224122, 'Copper_Quadav', 6012, 0.000, 0.000, 0.000, 0), + (17224123, 'Brass_Quadav', 6009, 541.180, 24.998, -50.831, 127), + (17224124, 'Onyx_Quadav', 6050, 557.238, 24.902, -65.519, 16), + (17224125, 'Water_Wasp', 6061, 560.510, 24.500, 16.992, 83), + (17224126, 'Water_Wasp', 6061, 607.140, 24.508, 15.253, 36), + (17224127, 'Water_Wasp', 6061, 641.491, 24.500, 96.578, 17), + (17224128, 'Water_Wasp', 6061, 576.222, 24.911, -59.074, 42), + (17224129, 'Marsh_Funguar', 6040, 613.858, 24.792, 249.610, 127), + (17224130, 'Marsh_Funguar', 6040, 650.948, 25.000, 184.669, 13), + (17224131, 'Marsh_Funguar', 6040, 578.406, 24.388, 185.970, 4), + (17224132, 'Marsh_Funguar', 6040, 561.377, 24.817, 185.055, 57), + (17224133, 'Malboro', 6039, 585.771, 24.663, 205.030, 123), + (17224134, 'Fox_Fire', 6014, 622.112, 25.095, 229.125, 127), + (17224135, 'Goblin_Digger', 6020, 107.818, 23.883, 44.235, 127), + (17224136, 'Hobgoblin_Warrior', 6035, 0.000, 0.000, 0.000, 0), + (17224137, 'Hobgoblin_White_Mage', 6036, 0.000, 0.000, 0.000, 0), + (17224138, 'Hobgoblin_Black_Mage', 6030, 0.000, 0.000, 0.000, 0), + (17224139, 'Hobgoblin_Red_Mage', 6033, 0.000, 0.000, 0.000, 0), + (17224140, 'Hobgoblin_Thief', 6034, 0.000, 0.000, 0.000, 0), + (17224141, 'Hobgoblin_Dark_Knight', 6031, 0.000, 0.000, 0.000, 0), + (17224142, 'Hobgoblin_Ranger', 6032, 0.000, 0.000, 0.000, 0), + (17224143, 'Hobgoblin_Beastmaster', 6029, 0.000, 0.000, 0.000, 0), + (17224144, 'Goblin_s_Bee', 6024, 0.000, 0.000, 0.000, 0), + (17224145, 'Metaquadav_Warrior', 6046, 0.000, 0.000, 0.000, 0), + (17224146, 'Metaquadav_White_Mage', 6047, 0.000, 0.000, 0.000, 0), + (17224147, 'Metaquadav_Black_Mage', 6041, 0.000, 0.000, 0.000, 0), + (17224148, 'Metaquadav_Red_Mage', 6044, 0.000, 0.000, 0.000, 0), + (17224149, 'Metaquadav_Thief', 6045, 0.000, 0.000, 0.000, 0), + (17224150, 'Metaquadav_Paladin', 6043, 0.000, 0.000, 0.000, 0), + (17224151, 'Metaquadav_Dark_Knight', 6042, 0.000, 0.000, 0.000, 0), + (17224152, 'Old_Quadav', 6049, 0.000, 0.000, 0.000, 0), + (17224153, 'Old_Quadav', 6049, 0.000, 0.000, 0.000, 0), + (17224154, 'Heliodor_Quadav', 6028, 0.000, 0.000, 0.000, 0), + (17224155, 'Heliodor_Quadav', 6028, 0.000, 0.000, 0.000, 0), + (17224156, 'Brass_Quadav', 6009, 0.000, 0.000, 0.000, 0), + (17224157, 'Brass_Quadav', 6009, 0.000, 0.000, 0.000, 0), + (17224158, 'Sapphirine_Quadav', 6051, 0.000, 0.000, 0.000, 0), + (17224159, 'Sapphirine_Quadav', 6051, 0.000, 0.000, 0.000, 0), + (17224160, 'Cobalt_Quadav', 6011, 0.000, 0.000, 0.000, 0), + (17224161, 'Sprite', 6053, 0.000, 0.000, 0.000, 0), + (17224162, 'Sprite', 6053, 0.000, 0.000, 0.000, 0), + (17224163, 'Sprite', 6053, 0.000, 0.000, 0.000, 0), + (17224164, 'Sprite', 6053, 0.000, 0.000, 0.000, 0), + (17224165, 'Sprite', 6053, 0.000, 0.000, 0.000, 0), + (17224166, 'Ballistosporer', 6002, 0.000, 0.000, 0.000, 0), + (17224290, 'Ayame', 6001, 0.000, 0.000, 0.000, 0), + (17224292, 'Dalzakk', 6013, 0.000, 0.000, 0.000, 0), + (17227777, 'Snipper', 6100, 0.000, 0.000, 0.000, 0), + (17227778, 'Big_Jaw', 6064, 0.000, 0.000, 0.000, 0), + (17227779, 'Horrid_Fluke', 6089, 0.000, 0.000, 0.000, 0), + (17227780, 'Greater_Pugil', 6088, 0.000, 0.000, 0.000, 0), + (17227781, 'Big_Leech', 6065, 0.000, 0.000, 0.000, 0), + (17227782, 'Silk_Caterpillar', 6097, 0.000, 0.000, 0.000, 0), + (17227783, 'Death_Wasp', 6072, -48.345, -9.267, -693.279, 127), + (17227784, 'Death_Wasp', 6072, -5.195, 0.136, -813.223, 40), + (17227785, 'Death_Wasp', 6072, 48.698, -8.080, -689.458, 17), + (17227786, 'Death_Wasp', 6072, -25.934, -4.863, -689.032, 127), + (17227787, 'Moon_Bat', 6093, 15.146, -3.192, -826.552, 61), + (17227788, 'Moon_Bat', 6093, -21.000, -6.187, -706.617, 127), + (17227789, 'Moon_Bat', 6093, -19.937, -3.435, -675.620, 120), + (17227790, 'Goobbue_Farmer', 6087, -4.981, -1.130, -648.119, 116), + (17227791, 'Berry_Grub', 6063, -36.544, -6.517, -735.386, 127), + (17227792, 'Berry_Grub', 6063, -21.073, -5.854, -742.824, 107), + (17227793, 'Berry_Grub', 6063, 66.267, -8.551, -737.068, 31), + (17227794, 'Berry_Grub', 6063, -100.847, -5.859, -619.436, 127), + (17227795, 'Death_Wasp', 6072, -160.248, -7.737, -607.978, 127), + (17227796, 'Death_Wasp', 6072, -88.124, -7.194, -654.235, 119), + (17227797, 'Death_Wasp', 6072, -28.365, 2.392, -598.413, 122), + (17227798, 'Death_Wasp', 6072, -57.795, 3.730, -555.583, 112), + (17227799, 'Moon_Bat', 6093, -8.326, 2.292, -625.871, 127), + (17227800, 'Moon_Bat', 6093, -180.067, -8.347, -615.935, 90), + (17227801, 'Moon_Bat', 6093, -40.960, 0.436, -550.934, 75), + (17227802, 'Goobbue_Farmer', 6087, -27.249, 0.437, -565.683, 35), + (17227803, 'Berry_Grub', 6063, -96.468, -7.567, -647.508, 127), + (17227804, 'Berry_Grub', 6063, -149.619, -7.521, -621.630, 127), + (17227805, 'Berry_Grub', 6063, -130.993, -7.599, -627.434, 15), + (17227806, 'Berry_Grub', 6063, -72.994, 0.361, -584.919, 127), + (17227807, 'Berry_Grub', 6063, -63.000, -0.736, -511.000, 87), + (17227808, 'Berry_Grub', 6063, -79.000, -0.174, -499.000, 127), + (17227809, 'Death_Wasp', 6072, -139.300, 2.284, -500.728, 127), + (17227810, 'Death_Wasp', 6072, -205.050, -0.037, -525.542, 31), + (17227811, 'Death_Wasp', 6072, -191.042, -3.095, -536.380, 23), + (17227812, 'Death_Wasp', 6072, -93.089, -0.574, -510.639, 127), + (17227813, 'Moon_Bat', 6093, -167.886, -1.098, -561.463, 127), + (17227814, 'Moon_Bat', 6093, -166.256, 4.350, -497.802, 125), + (17227815, 'Moon_Bat', 6093, -208.633, 4.604, -498.459, 127), + (17227816, 'Goobbue_Farmer', 6087, -120.482, 3.952, -536.600, 16), + (17227817, 'Berry_Grub', 6063, -54.000, -0.908, -516.000, 127), + (17227818, 'Berry_Grub', 6063, -58.352, -0.268, -493.549, 127), + (17227819, 'Berry_Grub', 6063, -165.483, -1.284, -529.779, 127), + (17227820, 'Berry_Grub', 6063, -169.323, -0.389, -539.580, 33), + (17227821, 'Berry_Grub', 6063, 32.164, -7.845, -620.960, 127), + (17227822, 'Old_Quadav', 6095, -24.467, 4.113, -614.182, 127), + (17227823, 'Copper_Quadav', 6071, -73.795, -0.009, -612.551, 50), + (17227824, 'Bronze_Quadav', 6068, 4.514, -1.232, -646.615, 127), + (17227825, 'Brass_Quadav', 6067, -167.058, -7.940, -639.854, 64), + (17227826, 'Silver_Quadav', 6098, -160.927, -0.170, -552.050, 72), + (17227827, 'Zircon_Quadav', 6105, -84.198, 1.905, -550.255, 127), + (17227828, 'Garnet_Quadav', 6077, 19.438, -7.346, -683.309, 117), + (17227829, 'Wight', 6104, -78.953, 0.637, -557.610, 127), + (17227830, 'Wight', 6104, -44.751, -6.203, -672.086, 127), + (17227831, 'Fire_Elemental', 6076, 0.000, 0.000, 0.000, 0), + (17227832, 'Berry_Grub', 6063, 43.695, -7.928, -630.779, 127), + (17227833, 'Berry_Grub', 6063, 124.023, -15.647, -746.315, 44), + (17227834, 'Berry_Grub', 6063, 43.453, -7.982, -640.625, 69), + (17227835, 'Berry_Grub', 6063, -290.302, -8.695, -526.615, 88), + (17227836, 'Ochu', 6094, 77.579, -15.219, -662.028, 42), + (17227837, 'Ochu', 6094, 91.236, -13.909, -699.929, 3), + (17227838, 'Midnight_Wings', 6092, 41.242, -7.858, -606.041, 125), + (17227839, 'Midnight_Wings', 6092, 60.196, -9.902, -623.181, 116), + (17227840, 'Midnight_Wings', 6092, 45.353, -7.620, -586.829, 45), + (17227841, 'Midnight_Wings', 6092, 44.105, -7.858, -635.237, 60), + (17227842, 'Berry_Grub', 6063, -265.341, -7.059, -513.174, 127), + (17227843, 'Berry_Grub', 6063, -154.000, -0.010, -559.000, 127), + (17227844, 'Berry_Grub', 6063, -282.169, -8.812, -572.090, 51), + (17227845, 'Berry_Grub', 6063, -340.788, -15.637, -507.732, 127), + (17227846, 'Ochu', 6094, -403.530, -8.815, -451.048, 35), + (17227847, 'Ochu', 6094, -254.000, -8.000, -555.000, 127), + (17227848, 'Midnight_Wings', 6092, -262.392, -7.868, -528.647, 127), + (17227849, 'Midnight_Wings', 6092, -349.945, -8.147, -428.828, 127), + (17227850, 'Midnight_Wings', 6092, -279.732, -7.661, -514.795, 127), + (17227851, 'Midnight_Wings', 6092, -348.589, -8.285, -442.198, 127), + (17227852, 'Berry_Grub', 6063, -406.366, -15.792, -477.113, 127), + (17227853, 'Berry_Grub', 6063, -430.333, -14.946, -440.119, 6), + (17227854, 'Berry_Grub', 6063, -345.522, -15.568, -523.987, 127), + (17227855, 'Berry_Grub', 6063, -258.313, -15.478, -611.462, 127), + (17227856, 'Ochu', 6094, -445.144, -15.406, -462.756, 127), + (17227857, 'Ochu', 6094, -425.421, -15.142, -453.780, 127), + (17227858, 'Midnight_Wings', 6092, -348.014, -16.460, -527.984, 33), + (17227859, 'Midnight_Wings', 6092, -325.323, -15.629, -486.789, 127), + (17227860, 'Midnight_Wings', 6092, -366.173, -15.564, -496.296, 127), + (17227861, 'Midnight_Wings', 6092, -397.305, -15.959, -485.936, 127), + (17227862, 'Berry_Grub', 6063, -332.400, -20.837, -619.828, 127), + (17227863, 'Berry_Grub', 6063, -342.535, -23.796, -655.053, 96), + (17227864, 'Berry_Grub', 6063, -327.119, -17.102, -595.016, 127), + (17227865, 'Berry_Grub', 6063, -377.955, -23.664, -549.600, 127), + (17227866, 'Ochu', 6094, -374.000, -23.000, -652.000, 103), + (17227867, 'Ochu', 6094, -294.930, -23.551, -672.106, 57), + (17227868, 'Midnight_Wings', 6092, -215.999, -16.155, -631.995, 100), + (17227869, 'Midnight_Wings', 6092, -214.104, -16.429, -647.805, 3), + (17227870, 'Midnight_Wings', 6092, -239.950, -15.511, -652.671, 57), + (17227871, 'Midnight_Wings', 6092, -216.190, -14.830, -618.737, 19), + (17227872, 'Berry_Grub', 6063, -400.104, -23.663, -539.452, 115), + (17227873, 'Berry_Grub', 6063, -371.935, -23.684, -582.112, 127), + (17227874, 'Berry_Grub', 6063, -458.088, -24.278, -506.554, 126), + (17227875, 'Berry_Grub', 6063, -128.599, -5.169, -456.551, 127), + (17227876, 'Ochu', 6094, -363.640, -23.747, -570.474, 113), + (17227877, 'Ochu', 6094, -378.243, -23.479, -569.385, 96), + (17227878, 'Midnight_Wings', 6092, -505.831, -24.654, -460.309, 127), + (17227879, 'Midnight_Wings', 6092, -398.391, -23.580, -604.347, 51), + (17227880, 'Midnight_Wings', 6092, -490.055, -23.910, -482.000, 127), + (17227881, 'Midnight_Wings', 6092, -396.133, -23.966, -523.818, 127), + (17227882, 'Goblin_Mugger', 6082, -249.152, -14.598, -588.042, 125), + (17227883, 'Goblin_Pathfinder', 6083, -451.295, -22.926, -505.127, 3), + (17227884, 'Goblin_s_Bee', 6086, 0.000, 0.000, 0.000, 0), + (17227885, 'Goblin_Leecher', 6081, -345.903, -23.349, -690.102, 2), + (17227886, 'Goblin_Furrier', 6079, -409.305, -14.243, -462.304, 127), + (17227887, 'Goblin_Gambler', 6080, -442.402, -15.925, -472.100, 124), + (17227888, 'Goblin_Smithy', 6085, -457.203, -17.109, -426.492, 127), + (17227889, 'Goblin_Shaman', 6084, -195.414, -15.090, -630.760, 127), + (17227890, 'Wight', 6104, -380.972, -24.197, -544.068, 127), + (17227891, 'Wight', 6104, -514.596, -23.573, -449.658, 81), + (17227892, 'Berry_Grub', 6063, -100.946, -5.847, -456.680, 127), + (17227893, 'Berry_Grub', 6063, -89.768, -4.642, -342.903, 127), + (17227894, 'Berry_Grub', 6063, 1.802, -0.524, -390.863, 18), + (17227895, 'Berry_Grub', 6063, -322.126, -8.578, -379.559, 127), + (17227896, 'Ochu', 6094, -132.000, -7.000, -429.000, 127), + (17227897, 'Ochu', 6094, -81.081, -3.824, -386.116, 71), + (17227898, 'Midnight_Wings', 6092, -69.560, 0.156, -403.596, 31), + (17227899, 'Midnight_Wings', 6092, -17.360, -1.243, -378.408, 127), + (17227900, 'Midnight_Wings', 6092, -135.849, -7.756, -378.543, 127), + (17227901, 'Midnight_Wings', 6092, -169.616, -6.691, -425.617, 79), + (17227902, 'Ignis_Fatuus', 6090, -79.347, -5.668, -455.139, 127), + (17227903, 'Death_Wasp', 6072, -206.375, 1.572, -370.296, 127), + (17227904, 'Death_Wasp', 6072, -231.450, 2.095, -358.873, 127), + (17227905, 'Death_Wasp', 6072, -169.280, -0.529, -375.054, 107), + (17227906, 'Death_Wasp', 6072, -220.703, 4.314, -413.192, 59), + (17227907, 'Moon_Bat', 6093, -191.384, 0.775, -371.158, 127), + (17227908, 'Moon_Bat', 6093, -154.408, -0.114, -357.811, 95), + (17227909, 'Moon_Bat', 6093, -234.951, 0.854, -452.044, 127), + (17227910, 'Goobbue_Farmer', 6087, -150.186, -0.468, -363.019, 127), + (17227911, 'Berry_Grub', 6063, -336.439, -8.063, -441.305, 124), + (17227912, 'Berry_Grub', 6063, -356.931, -8.497, -397.144, 44), + (17227913, 'Berry_Grub', 6063, -291.646, -7.053, -411.692, 19), + (17227914, 'Berry_Grub', 6063, -105.940, 0.497, -260.391, 127), + (17227915, 'Death_Wasp', 6072, -190.258, 2.374, -349.430, 37), + (17227916, 'Death_Wasp', 6072, -176.718, 1.966, -344.592, 12), + (17227917, 'Death_Wasp', 6072, -166.053, 4.087, -301.327, 127), + (17227918, 'Death_Wasp', 6072, -188.422, 2.200, -316.902, 122), + (17227919, 'Moon_Bat', 6093, -251.008, 2.422, -330.970, 92), + (17227920, 'Moon_Bat', 6093, -166.625, 2.855, -310.951, 104), + (17227921, 'Moon_Bat', 6093, -172.462, 2.492, -321.957, 63), + (17227922, 'Goobbue_Farmer', 6087, -198.047, 3.735, -341.258, 127), + (17227923, 'Berry_Grub', 6063, -69.630, 0.590, -300.581, 127), + (17227924, 'Berry_Grub', 6063, -182.731, -0.741, -250.018, 127), + (17227925, 'Death_Wasp', 6072, -150.938, -0.275, -156.961, 127), + (17227926, 'Death_Wasp', 6072, -132.152, 2.231, -274.935, 57), + (17227927, 'Death_Wasp', 6072, -143.714, 0.449, -195.824, 127), + (17227928, 'Death_Wasp', 6072, -126.880, 1.001, -263.441, 127), + (17227929, 'Moon_Bat', 6093, -150.078, 1.112, -253.592, 127), + (17227930, 'Moon_Bat', 6093, -167.621, 0.545, -172.933, 101), + (17227931, 'Moon_Bat', 6093, -54.582, 0.516, -279.421, 27), + (17227932, 'Goobbue_Farmer', 6087, -138.928, 0.170, -192.667, 127), + (17227933, 'Berry_Grub', 6063, -172.925, -0.643, -261.184, 51), + (17227934, 'Berry_Grub', 6063, 16.507, -9.113, -265.656, 127), + (17227935, 'Old_Quadav', 6095, -172.898, 0.672, -290.526, 6), + (17227936, 'Copper_Quadav', 6071, -171.747, -0.688, -377.078, 127), + (17227937, 'Bronze_Quadav', 6068, -212.832, 4.157, -343.416, 106), + (17227938, 'Brass_Quadav', 6067, -342.398, -7.317, -355.302, 57), + (17227939, 'Silver_Quadav', 6098, -178.260, -0.225, -375.509, 122), + (17227940, 'Zircon_Quadav', 6105, -271.315, 1.174, -323.625, 127), + (17227941, 'Garnet_Quadav', 6077, -189.326, 3.087, -194.854, 127), + (17227942, 'Wight', 6104, -137.336, 1.896, -210.520, 127), + (17227943, 'Wight', 6104, -182.234, 4.636, -328.340, 127), + (17227944, 'Fire_Elemental', 6076, 0.000, 0.000, 0.000, 0), + (17227945, 'Berry_Grub', 6063, -15.801, -8.053, -261.255, 127), + (17227946, 'Berry_Grub', 6063, -32.693, -7.951, -246.288, 127), + (17227947, 'Berry_Grub', 6063, -43.824, -8.130, -107.980, 127), + (17227948, 'Ochu', 6094, 0.500, -7.715, -324.000, 127), + (17227949, 'Ochu', 6094, -54.074, -7.557, -235.799, 110), + (17227950, 'Midnight_Wings', 6092, -28.000, -8.777, -210.000, 127), + (17227951, 'Midnight_Wings', 6092, 1.416, -8.117, -230.862, 108), + (17227952, 'Midnight_Wings', 6092, 11.100, -8.389, -336.433, 34), + (17227953, 'Midnight_Wings', 6092, -29.921, -7.663, -231.135, 118), + (17227954, 'Berry_Grub', 6063, -63.000, -8.281, -205.000, 127), + (17227955, 'Berry_Grub', 6063, -110.334, -7.781, -175.172, 109), + (17227956, 'Berry_Grub', 6063, -6.000, -16.012, -144.000, 127), + (17227957, 'Ochu', 6094, -38.837, -7.707, -149.442, 102), + (17227958, 'Ochu', 6094, -80.000, -7.000, -129.000, 20), + (17227959, 'Midnight_Wings', 6092, -102.000, -7.000, -135.000, 63), + (17227960, 'Midnight_Wings', 6092, -63.000, -7.000, -141.000, 34), + (17227961, 'Midnight_Wings', 6092, -25.620, -9.951, -143.526, 127), + (17227962, 'Midnight_Wings', 6092, -52.000, -7.000, -151.000, 78), + (17227963, 'Berry_Grub', 6063, 53.256, -16.367, -161.702, 48), + (17227964, 'Berry_Grub', 6063, 13.898, -16.373, -102.201, 80), + (17227965, 'Berry_Grub', 6063, 32.874, -15.989, -280.514, 127), + (17227966, 'Ochu', 6094, -0.500, -15.661, -69.000, 29), + (17227967, 'Ochu', 6094, 22.000, -15.000, -162.000, 119), + (17227968, 'Midnight_Wings', 6092, 4.000, -16.000, -119.000, 54), + (17227969, 'Midnight_Wings', 6092, 5.551, -15.261, -175.506, 127), + (17227970, 'Midnight_Wings', 6092, 42.119, -15.519, -174.449, 127), + (17227971, 'Midnight_Wings', 6092, -8.722, -15.518, -183.142, 127), + (17227972, 'Black_Triple_Stars', 6066, 5.000, -15.000, -142.000, 127), + (17227973, 'Goblin_Mugger', 6082, -66.749, -8.112, -177.084, 127), + (17227974, 'Goblin_Pathfinder', 6083, -89.561, -7.541, -194.824, 127), + (17227975, 'Goblin_s_Bee', 6086, 0.000, 0.000, 0.000, 0), + (17227976, 'Goblin_Leecher', 6081, -177.742, -7.293, -83.656, 127), + (17227977, 'Goblin_Furrier', 6079, -138.070, -8.189, -90.229, 22), + (17227978, 'Goblin_Gambler', 6080, -198.803, -7.191, -62.552, 18), + (17227979, 'Goblin_Smithy', 6085, 16.133, -7.884, -344.030, 127), + (17227980, 'Goblin_Shaman', 6084, 30.000, -7.000, -239.000, 104), + (17227981, 'Wight', 6104, 0.000, 0.000, 0.000, 0), + (17227982, 'Wight', 6104, 0.000, 0.000, 0.000, 0), + (17227983, 'Berry_Grub', 6063, 75.799, -15.591, -345.296, 68), + (17227984, 'Berry_Grub', 6063, 28.734, -14.819, -313.646, 11), + (17227985, 'Berry_Grub', 6063, 25.707, -23.276, -102.957, 102), + (17227986, 'Ochu', 6094, 48.792, -15.319, -301.595, 127), + (17227987, 'Ochu', 6094, 79.000, -15.000, -368.000, 87), + (17227988, 'Midnight_Wings', 6092, 0.000, 0.000, 0.000, 0), + (17227989, 'Midnight_Wings', 6092, 81.784, -15.991, -310.662, 108), + (17227990, 'Midnight_Wings', 6092, 47.666, -15.005, -212.265, 45), + (17227991, 'Midnight_Wings', 6092, 83.638, -15.754, -296.826, 30), + (17227992, 'Black_Triple_Stars', 6066, 76.000, -15.000, -209.000, 127), + (17227993, 'Berry_Grub', 6063, 48.333, -24.076, -127.291, 127), + (17227994, 'Berry_Grub', 6063, 119.000, -24.000, -284.000, 58), + (17227995, 'Berry_Grub', 6063, 259.110, -31.674, -225.993, 127), + (17227996, 'Ochu', 6094, 79.093, -23.601, -149.828, 127), + (17227997, 'Ochu', 6094, 37.000, -24.257, -82.000, 127), + (17227998, 'Midnight_Wings', 6092, 64.809, -23.823, -124.777, 94), + (17227999, 'Midnight_Wings', 6092, 105.463, -20.885, -308.107, 76), + (17228000, 'Midnight_Wings', 6092, 106.064, -22.612, -281.583, 59), + (17228001, 'Midnight_Wings', 6092, 141.045, -23.636, -262.190, 127), + (17228002, 'Berry_Grub', 6063, 274.333, -31.865, -295.219, 127), + (17228003, 'Berry_Grub', 6063, -169.319, 0.052, -153.956, 4), + (17228004, 'Poison_Leech', 6096, 241.131, -31.509, -264.584, 127), + (17228005, 'Poison_Leech', 6096, 165.320, -31.103, -208.931, 44), + (17228006, 'Poison_Leech', 6096, 268.763, -31.550, -272.414, 107), + (17228007, 'Poison_Leech', 6096, 284.150, -31.462, -303.105, 33), + (17228008, 'Midnight_Wings', 6092, 283.970, -32.379, -281.682, 65), + (17228009, 'Midnight_Wings', 6092, 312.314, -31.605, -272.031, 127), + (17228010, 'Goblin_Mugger', 6082, 198.025, -31.749, -162.098, 127), + (17228011, 'Goblin_Pathfinder', 6083, 83.539, -23.976, -162.273, 55), + (17228012, 'Goblin_s_Bee', 6086, 0.000, 0.000, 0.000, 0), + (17228013, 'Goblin_Leecher', 6081, 134.000, -23.983, -248.000, 84), + (17228014, 'Goblin_Furrier', 6079, 188.016, -24.141, -281.973, 127), + (17228015, 'Goblin_Gambler', 6080, 226.007, -31.349, -223.786, 117), + (17228016, 'Goblin_Smithy', 6085, 126.692, -23.672, -208.948, 12), + (17228017, 'Goblin_Shaman', 6084, 114.000, -23.000, -267.000, 88), + (17228018, 'Wight', 6104, 0.000, 0.000, 0.000, 0), + (17228019, 'Wight', 6104, 0.000, 0.000, 0.000, 0), + (17228020, 'Clipper', 6070, 255.294, -30.470, -244.418, 29), + (17228021, 'Clipper', 6070, 249.267, -32.009, -239.087, 127), + (17228022, 'Clipper', 6070, 266.707, -31.791, -287.295, 67), + (17228023, 'Water_Elemental', 6103, 241.765, -31.873, -252.888, 49), + (17228024, 'Goobbue_Farmer', 6087, 312.789, -24.434, -369.710, 127), + (17228025, 'Midnight_Wings', 6092, 0.000, 0.000, 0.000, 0), + (17228026, 'Midnight_Wings', 6092, 357.413, -31.790, -394.848, 127), + (17228027, 'Evil_Weapon', 6075, 318.000, -31.000, -313.000, 106), + (17228028, 'Evil_Weapon', 6075, 311.664, -32.634, -339.734, 127), + (17228029, 'Evil_Weapon', 6075, 297.323, -37.509, -344.220, 127), + (17228030, 'Death_Wasp', 6072, -146.539, -0.572, -114.044, 127), + (17228031, 'Death_Wasp', 6072, -295.590, -0.717, -106.140, 109), + (17228032, 'Death_Wasp', 6072, -275.505, 0.159, -162.957, 126), + (17228033, 'Death_Wasp', 6072, -216.863, -1.201, -98.084, 127), + (17228034, 'Moon_Bat', 6093, -240.712, -0.078, -162.300, 127), + (17228035, 'Moon_Bat', 6093, -279.689, 0.131, -160.676, 117), + (17228036, 'Moon_Bat', 6093, -287.821, -0.278, -126.565, 79), + (17228037, 'Goobbue_Farmer', 6087, -237.291, 0.208, -76.225, 119), + (17228038, 'Berry_Grub', 6063, -193.538, 0.085, -112.884, 127), + (17228039, 'Berry_Grub', 6063, -165.029, 0.015, -121.767, 127), + (17228040, 'Berry_Grub', 6063, -376.729, 0.313, -63.612, 72), + (17228041, 'Death_Wasp', 6072, -339.377, 0.449, -39.040, 127), + (17228042, 'Death_Wasp', 6072, -311.894, -0.663, -90.253, 77), + (17228043, 'Death_Wasp', 6072, -354.374, -0.369, -47.299, 17), + (17228044, 'Death_Wasp', 6072, -302.336, 4.452, -43.631, 127), + (17228045, 'Moon_Bat', 6093, -331.659, 3.176, -4.463, 113), + (17228046, 'Moon_Bat', 6093, -307.587, 0.546, -84.692, 127), + (17228047, 'Moon_Bat', 6093, -317.082, 4.374, 20.068, 127), + (17228048, 'Goobbue_Farmer', 6087, -335.921, 2.559, -30.674, 127), + (17228049, 'Berry_Grub', 6063, -350.392, 0.294, -65.868, 127), + (17228050, 'Berry_Grub', 6063, -369.420, 0.224, -43.718, 127), + (17228051, 'Berry_Grub', 6063, -345.207, 7.950, 132.697, 127), + (17228052, 'Death_Wasp', 6072, -343.463, 5.993, 174.766, 127), + (17228053, 'Death_Wasp', 6072, -375.910, -0.380, 49.592, 127), + (17228054, 'Death_Wasp', 6072, -394.637, -0.265, 157.155, 127), + (17228055, 'Death_Wasp', 6072, -286.482, 1.127, 34.380, 127), + (17228056, 'Moon_Bat', 6093, -284.299, 2.635, 89.738, 11), + (17228057, 'Moon_Bat', 6093, -299.732, 11.821, 156.942, 27), + (17228058, 'Moon_Bat', 6093, -287.995, 4.557, 98.496, 127), + (17228059, 'Goobbue_Farmer', 6087, -307.039, 3.278, 36.413, 58), + (17228060, 'Berry_Grub', 6063, -332.109, 6.161, 197.918, 127), + (17228061, 'Berry_Grub', 6063, -360.074, 7.500, 117.610, 123), + (17228062, 'Berry_Grub', 6063, -413.877, -0.345, 151.339, 46), + (17228063, 'Berry_Grub', 6063, -413.412, -0.229, 175.936, 127), + (17228064, 'Berry_Grub', 6063, -389.175, 1.059, 156.439, 24), + (17228065, 'Berry_Grub', 6063, -415.570, -0.116, 167.766, 127), + (17228066, 'Berry_Grub', 6063, -470.360, -8.117, -19.607, 127), + (17228067, 'Old_Quadav', 6095, -211.654, 1.636, -130.779, 127), + (17228068, 'Copper_Quadav', 6071, -293.837, 1.801, 22.596, 127), + (17228069, 'Bronze_Quadav', 6068, -265.024, 2.707, -107.130, 127), + (17228070, 'Brass_Quadav', 6067, -290.007, 2.170, 58.365, 13), + (17228071, 'Silver_Quadav', 6098, -316.402, 1.616, -32.242, 91), + (17228072, 'Zircon_Quadav', 6105, -339.519, 0.288, 70.384, 127), + (17228073, 'Garnet_Quadav', 6077, -314.952, 8.651, 178.544, 127), + (17228074, 'Wight', 6104, -264.730, 0.571, -158.487, 114), + (17228075, 'Wight', 6104, -240.617, 0.340, -90.076, 127), + (17228076, 'Ignis_Fatuus', 6090, -299.428, 2.090, -19.368, 83), + (17228077, 'Berry_Grub', 6063, -397.000, -0.010, -39.000, 127), + (17228078, 'Berry_Grub', 6063, -400.311, -4.175, -98.375, 127), + (17228079, 'Berry_Grub', 6063, -387.592, -6.455, 13.234, 12), + (17228080, 'Ochu', 6094, -423.847, -7.602, -15.953, 127), + (17228081, 'Ochu', 6094, -312.866, -7.012, -125.709, 25), + (17228082, 'Midnight_Wings', 6092, -398.790, -7.774, -128.887, 127), + (17228083, 'Midnight_Wings', 6092, -421.903, -3.132, -47.701, 127), + (17228084, 'Midnight_Wings', 6092, -445.000, -7.000, -58.000, 127), + (17228085, 'Midnight_Wings', 6092, -480.611, -7.983, -47.753, 72), + (17228087, 'Berry_Grub', 6063, -470.705, -15.174, -95.671, 40), + (17228088, 'Ochu', 6094, -423.345, -8.063, 50.354, 127), + (17228089, 'Midnight_Wings', 6092, -453.823, -0.952, 150.970, 56), + (17228090, 'Midnight_Wings', 6092, -442.230, -6.999, 98.825, 127), + (17228091, 'Midnight_Wings', 6092, -427.697, -0.139, 177.070, 127), + (17228092, 'Berry_Grub', 6063, -435.343, -15.870, -307.545, 127), + (17228093, 'Ochu', 6094, -456.189, -12.442, -139.450, 127), + (17228094, 'Midnight_Wings', 6092, -505.275, -15.729, -97.115, 127), + (17228095, 'Midnight_Wings', 6092, -463.346, -13.499, -118.013, 63), + (17228096, 'Midnight_Wings', 6092, -501.013, -15.526, -77.520, 58), + (17228097, 'Goblin_Mugger', 6082, -398.073, -4.168, -98.574, 127), + (17228098, 'Goblin_Pathfinder', 6083, -312.993, -6.988, -131.676, 127), + (17228099, 'Goblin_s_Bee', 6086, 0.000, 0.000, 0.000, 0), + (17228100, 'Goblin_Leecher', 6081, -432.370, -8.009, -13.862, 105), + (17228101, 'Goblin_Furrier', 6079, -423.891, -7.464, 79.309, 127), + (17228102, 'Goblin_Gambler', 6080, -418.656, -7.846, -100.935, 127), + (17228103, 'Goblin_Smithy', 6085, -451.570, -6.621, -12.140, 46), + (17228104, 'Goblin_Shaman', 6084, -445.684, -7.829, 4.001, 127), + (17228105, 'Wight', 6104, -391.094, -7.790, 42.948, 36), + (17228106, 'Wight', 6104, -475.890, -15.913, -157.121, 116), + (17228107, 'Berry_Grub', 6063, -450.610, -16.112, -248.336, 127), + (17228108, 'Berry_Grub', 6063, -525.639, -15.183, -213.920, 44), + (17228109, 'Evil_Spirit', 6074, -413.499, -9.333, -297.513, 127), + (17228110, 'Fire_Elemental', 6076, 0.000, 0.000, 0.000, 0), + (17228111, 'Berry_Grub', 6063, -590.097, -21.987, -267.555, 127), + (17228112, 'Berry_Grub', 6063, -563.633, -23.455, -101.543, 127), + (17228113, 'Poison_Leech', 6096, -575.114, -18.694, -196.455, 127), + (17228114, 'Poison_Leech', 6096, -577.861, -15.802, -242.438, 65), + (17228115, 'Midnight_Wings', 6092, -564.362, -15.688, -188.096, 127), + (17228116, 'Midnight_Wings', 6092, -511.883, -17.998, -197.738, 127), + (17228117, 'Clipper', 6070, -556.725, -15.764, -186.266, 64), + (17228118, 'Clipper', 6070, -549.375, -15.618, -160.806, 127), + (17228119, 'Water_Elemental', 6103, -535.719, -15.530, -202.402, 14), + (17228120, 'Berry_Grub', 6063, -574.904, -23.699, -102.693, 14), + (17228121, 'Berry_Grub', 6063, 225.101, 15.273, 269.709, 127), + (17228122, 'Ochu', 6094, -552.216, -23.530, -121.511, 95), + (17228123, 'Poison_Leech', 6096, -616.189, -23.978, -74.471, 108), + (17228124, 'Poison_Leech', 6096, -636.574, -23.366, -241.027, 127), + (17228125, 'Poison_Leech', 6096, -568.272, -23.738, -114.040, 67), + (17228126, 'Poison_Leech', 6096, -613.317, -22.723, -189.383, 127), + (17228127, 'Poison_Leech', 6096, -620.110, -24.201, -94.421, 127), + (17228128, 'Midnight_Wings', 6092, -587.139, -22.992, -47.234, 127), + (17228129, 'Midnight_Wings', 6092, -654.688, -24.972, -308.366, 63), + (17228130, 'Clipper', 6070, -637.324, -20.230, -136.400, 127), + (17228131, 'Clipper', 6070, -711.374, -22.413, -156.395, 127), + (17228132, 'Clipper', 6070, -605.731, -22.742, -168.206, 127), + (17228133, 'Clipper', 6070, -708.801, -20.812, -171.996, 1), + (17228134, 'Water_Elemental', 6103, -660.632, -20.111, -132.782, 112), + (17228135, 'Ochu', 6094, -568.150, -23.749, -113.643, 127), + (17228136, 'Goblin_Mugger', 6082, -705.388, -22.693, -215.646, 33), + (17228137, 'Goblin_Pathfinder', 6083, -549.026, -22.840, -73.052, 127), + (17228138, 'Goblin_s_Bee', 6086, 0.000, 0.000, 0.000, 0), + (17228139, 'Goblin_Leecher', 6081, -584.484, -23.273, -115.127, 127), + (17228140, 'Goblin_Furrier', 6079, -723.717, -23.647, -165.072, 66), + (17228141, 'Goblin_Gambler', 6080, -594.636, -19.979, -259.418, 35), + (17228142, 'Goblin_Smithy', 6085, -608.632, -22.499, -210.415, 84), + (17228143, 'Goblin_Shaman', 6084, -621.052, -20.572, -150.984, 48), + (17228144, 'Wight', 6104, -543.954, -21.037, -111.476, 48), + (17228145, 'Wight', 6104, -428.833, -15.218, -262.510, 127), + (17228146, 'Evil_Spirit', 6074, 386.833, -25.657, -123.291, 127), + (17228147, 'Evil_Spirit', 6074, 455.675, -23.779, -81.502, 127), + (17228148, 'Evil_Weapon', 6075, 396.992, -24.010, -152.613, 59), + (17228149, 'Evil_Weapon', 6075, 389.529, -25.065, -146.909, 127), + (17228151, 'Evil_Weapon', 6075, 0.000, 0.000, 0.000, 0), + (17228152, 'Evil_Weapon', 6075, 440.000, -28.000, -44.000, 57), + (17228153, 'Evil_Weapon', 6075, 312.000, 8.000, 252.000, 7), + (17228154, 'Evil_Weapon', 6075, 292.517, 15.263, 292.345, 127), + (17228155, 'Evil_Weapon', 6075, 300.000, 16.000, 316.000, 40), + (17228156, 'Evil_Weapon', 6075, 300.000, 9.000, 258.000, 127), + (17228157, 'Death_Wasp', 6072, -185.633, 12.954, 226.421, 127), + (17228158, 'Death_Wasp', 6072, -177.362, 10.939, 225.128, 25), + (17228159, 'Death_Wasp', 6072, -112.765, 8.627, 271.178, 127), + (17228160, 'Death_Wasp', 6072, -260.077, 10.025, 224.356, 52), + (17228161, 'Midnight_Wings', 6092, -66.674, 9.899, 357.464, 127), + (17228162, 'Midnight_Wings', 6092, -294.377, 8.311, 211.237, 127), + (17228163, 'Midnight_Wings', 6092, -108.151, 10.237, 318.696, 127), + (17228164, 'Moon_Bat', 6093, -245.706, 9.357, 182.077, 2), + (17228165, 'Moon_Bat', 6093, -184.755, 10.762, 218.230, 11), + (17228166, 'Moon_Bat', 6093, -150.708, 12.753, 263.780, 127), + (17228167, 'Goobbue_Farmer', 6087, -259.361, 10.163, 224.918, 127), + (17228168, 'Death_Wasp', 6072, -322.781, 7.861, 253.564, 18), + (17228169, 'Death_Wasp', 6072, -391.419, 1.054, 254.959, 99), + (17228170, 'Death_Wasp', 6072, -405.963, -0.001, 219.556, 38), + (17228171, 'Death_Wasp', 6072, -378.057, 7.430, 314.015, 127), + (17228172, 'Midnight_Wings', 6092, 0.000, 0.000, 0.000, 0), + (17228173, 'Midnight_Wings', 6092, -346.120, 8.258, 262.868, 127), + (17228174, 'Moon_Bat', 6093, 0.000, 0.000, 0.000, 0), + (17228175, 'Moon_Bat', 6093, -371.133, 5.281, 266.123, 127), + (17228176, 'Berry_Grub', 6063, 279.190, 1.589, 105.115, 36), + (17228177, 'Berry_Grub', 6063, 250.593, 8.152, 84.543, 56), + (17228178, 'Berry_Grub', 6063, 0.000, 0.000, 0.000, 0), + (17228179, 'Death_Wasp', 6072, 253.982, 8.847, 238.760, 86), + (17228180, 'Death_Wasp', 6072, 222.043, 8.028, 74.158, 83), + (17228181, 'Midnight_Wings', 6092, 230.844, 9.100, 246.190, 44), + (17228182, 'Midnight_Wings', 6092, 270.055, 16.429, 296.999, 118), + (17228183, 'Moon_Bat', 6093, 250.788, 15.208, 290.330, 127), + (17228184, 'Moon_Bat', 6093, 327.152, -2.302, 182.623, 41), + (17228185, 'Goobbue_Farmer', 6087, 232.941, 14.955, 266.017, 13), + (17228186, 'Ochu', 6094, 236.797, 16.297, 280.600, 127), + (17228187, 'Evil_Spirit', 6074, 214.643, 10.583, 102.784, 81), + (17228188, 'Old_Quadav', 6095, -39.093, 14.304, 249.033, 127), + (17228189, 'Copper_Quadav', 6071, -41.406, 15.977, 293.650, 127), + (17228190, 'Bronze_Quadav', 6068, 133.517, 16.086, 185.229, 127), + (17228191, 'Brass_Quadav', 6067, -168.563, 12.857, 257.298, 127), + (17228192, 'Silver_Quadav', 6098, -50.351, 14.265, 312.475, 55), + (17228193, 'Zircon_Quadav', 6105, -187.337, 10.025, 250.075, 127), + (17228194, 'Garnet_Quadav', 6077, -178.581, 8.010, 287.152, 118), + (17228195, 'Wight', 6104, 168.783, 16.038, 200.582, 127), + (17228196, 'Wight', 6104, -68.807, 9.012, 359.016, 61), + (17228197, 'Ignis_Fatuus', 6090, -56.221, 14.263, 347.572, 14), + (17228198, 'Evil_Spirit', 6074, -171.952, 10.553, 267.279, 127), + (17228199, 'Death_Wasp', 6072, 50.971, 18.725, 389.813, 127), + (17228200, 'Death_Wasp', 6072, -31.431, 16.347, 320.568, 43), + (17228201, 'Death_Wasp', 6072, 98.247, 16.377, 398.480, 127), + (17228202, 'Death_Wasp', 6072, 6.940, 16.000, 323.061, 116), + (17228203, 'Midnight_Wings', 6092, 98.836, 17.190, 368.134, 11), + (17228204, 'Midnight_Wings', 6092, 1.237, 20.095, 340.612, 119), + (17228205, 'Moon_Bat', 6093, -30.324, 17.473, 332.220, 2), + (17228206, 'Moon_Bat', 6093, -37.016, 16.056, 365.179, 127), + (17228207, 'Death_Wasp', 6072, 166.385, 17.345, 332.870, 127), + (17228208, 'Death_Wasp', 6072, 189.780, 16.248, 319.691, 127), + (17228209, 'Death_Wasp', 6072, 148.503, 26.288, 378.935, 127), + (17228210, 'Death_Wasp', 6072, 212.250, 22.823, 363.977, 116), + (17228211, 'Midnight_Wings', 6092, 180.296, 24.392, 357.572, 127), + (17228212, 'Midnight_Wings', 6092, 133.434, 22.388, 377.057, 36), + (17228213, 'Moon_Bat', 6093, 215.375, 17.979, 338.073, 127), + (17228214, 'Moon_Bat', 6093, 148.790, 15.477, 310.068, 74), + (17228215, 'Death_Wasp', 6072, 221.402, 24.006, 432.802, 127), + (17228216, 'Death_Wasp', 6072, 183.776, 24.773, 429.114, 55), + (17228217, 'Death_Wasp', 6072, 113.316, 16.202, 402.408, 127), + (17228218, 'Death_Wasp', 6072, 72.191, 15.526, 426.605, 73), + (17228219, 'Midnight_Wings', 6092, 211.982, 23.026, 450.594, 122), + (17228220, 'Midnight_Wings', 6092, 197.365, 24.412, 451.771, 103), + (17228221, 'Moon_Bat', 6093, 112.260, 24.041, 450.105, 127), + (17228222, 'Moon_Bat', 6093, 80.640, 24.053, 522.384, 65), + (17228223, 'Goblin_Mugger', 6082, 289.971, 23.379, 435.686, 126), + (17228224, 'Goblin_Pathfinder', 6083, 168.013, 24.104, 480.386, 9), + (17228225, 'Goblin_s_Bee', 6086, 0.000, 0.000, 0.000, 0), + (17228226, 'Goblin_Leecher', 6081, 15.291, 18.615, 355.977, 112), + (17228227, 'Goblin_Furrier', 6079, 211.911, 17.588, 333.557, 19), + (17228228, 'Goblin_Gambler', 6080, 119.034, 24.700, 469.874, 27), + (17228229, 'Goblin_Smithy', 6085, 145.377, 23.483, 385.610, 6), + (17228230, 'Goblin_Shaman', 6084, 100.416, 21.475, 469.245, 57), + (17228231, 'Poison_Leech', 6096, -660.565, -31.932, -342.338, 127), + (17228232, 'Poison_Leech', 6096, -635.103, -31.766, -357.275, 64), + (17228233, 'Poison_Leech', 6096, -756.205, -31.688, -451.196, 127), + (17228234, 'Poison_Leech', 6096, -686.605, -31.476, -471.422, 75), + (17228235, 'Ochu', 6094, -691.786, -34.802, -335.763, 127), + (17228236, 'Drooling_Daisy', 6073, -763.000, -31.000, -414.000, 127), + (17228237, 'Clipper', 6070, -749.667, -28.636, -428.092, 127), + (17228238, 'Clipper', 6070, -723.348, -28.962, -464.443, 123), + (17228239, 'Clipper', 6070, -745.057, -27.493, -421.336, 127), + (17228240, 'Clipper', 6070, -748.740, -31.345, -363.878, 127), + (17228241, 'Goblin_Digger', 6078, -124.602, 1.062, -218.029, 18), + (17228242, 'Simurgh', 6099, -681.000, -31.000, -447.000, 127), + (17228243, 'Sprite', 6101, 0.000, 0.000, 0.000, 0), + (17228244, 'Sprite', 6101, 0.000, 0.000, 0.000, 0), + (17228245, 'Sprite', 6101, 0.000, 0.000, 0.000, 0), + (17228246, 'Sprite', 6101, 0.000, 0.000, 0.000, 0), + (17228247, 'Sprite', 6101, 0.000, 0.000, 0.000, 0), + (17228248, 'Urayuli', 6102, 0.000, 0.000, 0.000, 0), + (17228249, 'Chuglix_Berrypaws', 6069, 0.000, 0.000, 0.000, 0), + (17228357, 'Larzos', 6091, 0.000, 0.000, 0.000, 0), + (17231873, 'Greater_Pugil', 6132, 0.000, 0.000, 0.000, 0), + (17231874, 'Vepar', 6160, 0.000, 0.000, 0.000, 0), + (17231875, 'Kraken', 6144, 0.000, 0.000, 0.000, 0), + (17231876, 'Apsaras', 6106, 0.000, 0.000, 0.000, 0), + (17231877, 'Morgawr', 6150, 0.000, 0.000, 0.000, 0), + (17231878, 'Tundra_Tiger', 6159, -338.382, -40.242, -439.634, 127), + (17231879, 'Tundra_Tiger', 6159, -297.594, -40.450, -440.903, 18), + (17231880, 'Tundra_Tiger', 6159, -276.112, -40.370, -311.064, 124), + (17231881, 'Tundra_Tiger', 6159, -285.346, -40.137, -331.538, 71), + (17231882, 'Goblin_Pathfinder', 6124, -236.777, -40.363, -350.607, 127), + (17231883, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17231884, 'Goblin_Furrier', 6122, -279.553, -40.479, -282.671, 108), + (17231885, 'Goblin_Smithy', 6129, -268.590, -41.283, -293.339, 127), + (17231886, 'Goblin_Shaman', 6128, -286.704, -40.528, -321.591, 52), + (17231887, 'Tundra_Tiger', 6159, -362.162, -40.626, -205.827, 39), + (17231888, 'Tundra_Tiger', 6159, -140.732, -40.299, -221.573, 2), + (17231889, 'Tundra_Tiger', 6159, -165.870, -40.421, -236.312, 82), + (17231890, 'Tundra_Tiger', 6159, -216.808, -40.251, -200.842, 21), + (17231891, 'Goblin_Pathfinder', 6124, -153.747, -40.326, -213.986, 49), + (17231892, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17231893, 'Goblin_Furrier', 6122, -276.310, -40.453, -157.469, 127), + (17231894, 'Goblin_Smithy', 6129, -206.710, -40.447, -196.797, 127), + (17231895, 'Goblin_Shaman', 6128, -285.763, -40.522, -165.218, 69), + (17231896, 'Living_Statue', 6147, -179.000, -40.792, -227.000, 127), + (17231897, 'Living_Statue', 6147, -178.000, -40.792, -213.000, 7), + (17231898, 'Bat_Eye', 6107, -41.507, -40.111, -263.544, 27), + (17231899, 'Tundra_Tiger', 6159, 22.752, -40.338, -183.917, 41), + (17231900, 'Tundra_Tiger', 6159, -56.298, -40.611, -211.902, 127), + (17231901, 'Cold_Gigas', 6109, -40.696, -40.500, -200.725, 127), + (17231902, 'Snow_Gigas', 6157, -44.012, -39.683, -216.355, 127), + (17231903, 'Rime_Gigas', 6154, -7.000, -40.500, -218.000, 9), + (17231904, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17231905, 'Sleet_Gigas', 6156, -34.469, -40.410, -244.993, 30), + (17231906, 'Dark_Elemental', 6110, -80.464, -40.528, -257.926, 127), + (17231907, 'Bat_Eye', 6107, -71.998, -59.837, -164.926, 59), + (17231908, 'Bat_Eye', 6107, -86.978, -60.574, -145.852, 127), + (17231909, 'Cold_Gigas', 6109, -123.000, -59.000, -188.000, 127), + (17231910, 'Snow_Gigas', 6157, -100.333, -61.044, -148.729, 127), + (17231911, 'Rime_Gigas', 6154, -106.000, -60.693, -185.000, 127), + (17231912, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17231913, 'Sleet_Gigas', 6156, -104.955, -59.795, -158.247, 127), + (17231914, 'Bat_Eye', 6107, 14.170, -60.523, -129.457, 127), + (17231915, 'Bat_Eye', 6107, -50.725, -60.436, -89.640, 127), + (17231916, 'Tundra_Tiger', 6159, 37.572, -60.235, -110.706, 127), + (17231917, 'Tundra_Tiger', 6159, 29.210, -60.209, -124.234, 127), + (17231918, 'Tundra_Tiger', 6159, 76.000, -59.000, -46.000, 31), + (17231919, 'Goblin_Pathfinder', 6124, 108.724, -60.563, -46.068, 127), + (17231920, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17231921, 'Goblin_Furrier', 6122, 10.761, -59.893, -78.065, 6), + (17231922, 'Goblin_Smithy', 6129, -45.777, -60.257, -123.953, 127), + (17231923, 'Goblin_Shaman', 6128, 54.978, -59.688, -76.874, 7), + (17231924, 'Cold_Gigas', 6109, -5.000, -59.000, -147.000, 126), + (17231925, 'Snow_Gigas', 6157, 74.699, -60.435, -86.162, 127), + (17231926, 'Rime_Gigas', 6154, 3.862, -60.044, -67.446, 127), + (17231927, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17231928, 'Sleet_Gigas', 6156, 20.000, -59.000, -29.000, 72), + (17231929, 'Ice_Elemental', 6141, 16.771, -59.732, -118.364, 5), + (17231930, 'Ice_Elemental', 6141, 30.556, -60.248, -85.907, 18), + (17231931, 'Living_Statue', 6147, -18.221, -60.811, -62.991, 127), + (17231932, 'Living_Statue', 6147, -25.224, -60.750, -63.465, 67), + (17231933, 'Bat_Eye', 6107, 5.458, -60.027, 103.260, 10), + (17231934, 'Bat_Eye', 6107, 18.926, -59.849, 67.539, 127), + (17231935, 'Bat_Eye', 6107, 2.577, -59.975, -13.931, 127), + (17231936, 'Bat_Eye', 6107, 60.000, -59.000, 190.000, 110), + (17231937, 'Bat_Eye', 6107, 44.120, -60.278, 150.809, 91), + (17231938, 'Bat_Eye', 6107, 28.000, -60.000, 112.000, 47), + (17231939, 'Bat_Eye', 6107, -104.457, -79.966, 84.139, 127), + (17231940, 'Bat_Eye', 6107, -104.233, -80.048, 164.126, 94), + (17231941, 'Bat_Eye', 6107, -38.573, -80.464, 77.343, 0), + (17231942, 'Bat_Eye', 6107, -60.423, -79.826, 153.728, 58), + (17231943, 'Ghast', 6113, -134.000, -79.000, 191.000, 127), + (17231944, 'Ghast', 6113, -86.659, -80.063, 126.655, 115), + (17231945, 'Lugat', 6148, -85.555, -80.385, 79.752, 127), + (17231946, 'Lugat', 6148, -43.716, -79.726, 143.426, 127), + (17231947, 'Dark_Elemental', 6110, 20.284, -80.413, 162.845, 127), + (17231948, 'Tundra_Tiger', 6159, 119.488, -40.784, -97.727, 89), + (17231949, 'Tundra_Tiger', 6159, 141.415, -40.765, -62.974, 108), + (17231950, 'Bat_Eye', 6107, -242.065, -80.585, -114.293, 127), + (17231951, 'Bat_Eye', 6107, -207.649, -80.701, -162.074, 88), + (17231952, 'Bat_Eye', 6107, -210.483, -80.316, -114.857, 127), + (17231953, 'Ghast', 6113, -212.285, -80.178, -129.582, 44), + (17231954, 'Ghast', 6113, -298.191, -80.576, -99.135, 127), + (17231955, 'Ghast', 6113, -186.000, -79.801, -129.000, 88), + (17231956, 'Lugat', 6148, -160.587, -79.662, -143.186, 127), + (17231957, 'Bat_Eye', 6107, -151.470, -99.779, -58.512, 107), + (17231958, 'Bat_Eye', 6107, -129.904, -100.714, -108.818, 127), + (17231959, 'Bat_Eye', 6107, -146.850, -100.357, -12.938, 127), + (17231960, 'Ghast', 6113, -117.120, -99.935, -57.036, 127), + (17231961, 'Ghast', 6113, -118.639, -99.719, -105.549, 127), + (17231962, 'Lugat', 6148, -87.337, -100.048, -23.391, 73), + (17231963, 'Dark_Elemental', 6110, -120.503, -100.061, 62.239, 127), + (17231964, 'Bat_Eye', 6107, -227.953, -100.117, 1.678, 127), + (17231965, 'Bat_Eye', 6107, -193.374, -100.286, -96.079, 127), + (17231966, 'Ghast', 6113, -205.022, -100.061, 24.677, 78), + (17231967, 'Ghast', 6113, -202.811, -99.900, -56.688, 127), + (17231968, 'Lugat', 6148, -186.212, -99.826, -8.122, 127), + (17231969, 'Tundra_Tiger', 6159, -342.830, -100.584, 168.662, 66), + (17231970, 'Tundra_Tiger', 6159, -322.000, -100.000, 116.000, 93), + (17231971, 'Nue', 6152, -313.911, -100.308, 147.196, 127), + (17231972, 'Goblin_Poacher', 6125, -353.794, -100.212, 113.486, 103), + (17231973, 'Goblin_Trader', 6131, -341.602, -101.128, 100.605, 90), + (17231974, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17231975, 'Goblin_Robber', 6127, -361.000, -99.000, 137.000, 127), + (17231976, 'Goblin_Reaper', 6126, -357.067, -100.590, 165.815, 105), + (17231977, 'Living_Statue', 6147, -338.813, -100.750, 135.320, 101), + (17231978, 'Living_Statue', 6147, -346.530, -100.750, 138.735, 127), + (17231979, 'Tundra_Tiger', 6159, 61.524, -39.935, -124.777, 127), + (17231980, 'Tundra_Tiger', 6159, 124.036, -40.494, -85.855, 79), + (17231981, 'Bat_Eye', 6107, 68.157, -40.141, 38.558, 44), + (17231982, 'Bat_Eye', 6107, 57.812, -40.350, 129.452, 127), + (17231983, 'Tundra_Tiger', 6159, 74.000, -39.576, 76.000, 112), + (17231984, 'Tundra_Tiger', 6159, 48.000, -39.914, 35.000, 34), + (17231985, 'Tundra_Tiger', 6159, 91.499, -40.137, 2.398, 127), + (17231986, 'Cold_Gigas', 6109, 81.000, -40.298, 73.000, 64), + (17231987, 'Snow_Gigas', 6157, 101.103, -40.766, -9.657, 39), + (17231988, 'Rime_Gigas', 6154, 100.963, -39.548, 38.275, 76), + (17231989, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17231990, 'Sleet_Gigas', 6156, 119.704, -40.500, 1.879, 9), + (17231991, 'Bat_Eye', 6107, 165.739, -20.398, 1.169, 63), + (17231992, 'Bat_Eye', 6107, 167.906, -20.166, -21.757, 127), + (17231993, 'Tundra_Tiger', 6159, 192.051, -20.307, 30.125, 127), + (17231994, 'Tundra_Tiger', 6159, 206.941, -20.381, 9.241, 127), + (17231995, 'Tundra_Tiger', 6159, 244.138, -20.585, 23.669, 127), + (17231996, 'Stone_Golem', 6158, 212.459, -20.151, 55.561, 97), + (17231997, 'Tundra_Tiger', 6159, 0.000, 0.000, 0.000, 0), + (17231998, 'Tundra_Tiger', 6159, 141.846, -20.338, 112.787, 51), + (17231999, 'Goblin_Pathfinder', 6124, 168.650, -20.369, 168.016, 84), + (17232000, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232001, 'Goblin_Furrier', 6122, 108.898, -20.521, 106.636, 127), + (17232002, 'Goblin_Smithy', 6129, 153.518, -20.427, 75.435, 127), + (17232003, 'Goblin_Shaman', 6128, 157.562, -19.867, 186.439, 70), + (17232004, 'Living_Statue', 6147, 96.398, -20.750, 137.904, 123), + (17232005, 'Living_Statue', 6147, 94.726, -20.750, 144.150, 127), + (17232006, 'Dark_Elemental', 6110, 223.772, -19.969, 241.855, 64), + (17232007, 'Bat_Eye', 6107, 176.823, -20.976, -61.574, 127), + (17232008, 'Bat_Eye', 6107, 261.394, -19.535, -173.356, 115), + (17232009, 'Tundra_Tiger', 6159, 267.788, -20.110, -121.961, 127), + (17232010, 'Tundra_Tiger', 6159, 280.584, -20.769, -176.003, 127), + (17232011, 'Tundra_Tiger', 6159, 240.625, -20.453, -123.604, 127), + (17232012, 'Stone_Golem', 6158, 164.139, -19.731, -98.799, 127), + (17232013, 'Stone_Golem', 6158, 237.620, -20.916, -104.170, 127), + (17232014, 'Tundra_Tiger', 6159, 126.371, -20.328, -120.307, 91), + (17232015, 'Tundra_Tiger', 6159, 46.908, -20.190, -197.252, 127), + (17232016, 'Goblin_Poacher', 6125, 131.988, -20.634, -225.408, 127), + (17232017, 'Goblin_Trader', 6131, 140.858, -21.001, -132.187, 127), + (17232018, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232019, 'Goblin_Robber', 6127, 73.085, -19.751, -260.586, 92), + (17232020, 'Goblin_Reaper', 6126, 78.714, -20.423, -162.036, 3), + (17232021, 'Tundra_Tiger', 6159, 19.317, -20.088, -296.734, 127), + (17232022, 'Tundra_Tiger', 6159, 17.197, -21.034, -252.714, 3), + (17232023, 'Goblin_Poacher', 6125, 6.205, -20.575, -321.356, 125), + (17232024, 'Goblin_Trader', 6131, -25.000, -19.000, -279.000, 97), + (17232025, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232026, 'Goblin_Robber', 6127, 31.994, -20.627, -252.614, 63), + (17232027, 'Goblin_Reaper', 6126, -4.499, -20.480, -291.376, 127), + (17232028, 'Tundra_Tiger', 6159, -111.198, -20.313, -336.627, 8), + (17232029, 'Tundra_Tiger', 6159, -90.623, -20.489, -310.065, 127), + (17232030, 'Goblin_Poacher', 6125, -76.410, -19.932, -304.909, 23), + (17232031, 'Goblin_Trader', 6131, -137.145, -20.445, -338.747, 89), + (17232032, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232033, 'Goblin_Robber', 6127, -158.104, -20.562, -314.146, 127), + (17232034, 'Goblin_Reaper', 6126, -139.301, -20.031, -327.513, 127), + (17232035, 'Tundra_Tiger', 6159, 154.045, -0.519, -165.473, 84), + (17232036, 'Cold_Gigas', 6109, 186.015, 0.098, -203.197, 68), + (17232037, 'Snow_Gigas', 6157, 153.830, -0.007, -180.089, 93), + (17232038, 'Rime_Gigas', 6154, 198.823, -0.102, -172.670, 127), + (17232039, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17232040, 'Sleet_Gigas', 6156, -62.000, -0.600, -397.000, 0), + (17232041, 'Tundra_Tiger', 6159, 141.115, -0.407, -280.373, 19), + (17232042, 'Tundra_Tiger', 6159, 75.797, -0.335, -323.659, 24), + (17232043, 'Tundra_Tiger', 6159, 69.336, -0.234, -276.561, 127), + (17232044, 'Kirata', 6143, 63.000, -0.500, -303.000, 127), + (17232045, 'Goblin_Poacher', 6125, 68.155, -0.308, -353.963, 127), + (17232046, 'Goblin_Trader', 6131, 65.000, -0.426, -309.000, 30), + (17232047, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232048, 'Goblin_Robber', 6127, 39.512, -0.426, -324.832, 28), + (17232049, 'Goblin_Reaper', 6126, 75.273, 0.451, -340.582, 127), + (17232050, 'Living_Statue', 6147, 0.000, 0.000, 0.000, 0), + (17232051, 'Living_Statue', 6147, 59.218, -0.750, -339.465, 68), + (17232052, 'Tundra_Tiger', 6159, 61.532, -0.359, -487.095, 62), + (17232053, 'Tundra_Tiger', 6159, -58.297, -0.432, -323.913, 18), + (17232054, 'Cold_Gigas', 6109, -107.000, -0.611, -358.000, 57), + (17232055, 'Snow_Gigas', 6157, 0.000, 0.000, 0.000, 0), + (17232056, 'Rime_Gigas', 6154, 0.000, 0.000, 0.000, 0), + (17232057, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17232058, 'Sleet_Gigas', 6156, 0.000, 0.000, 0.000, 0), + (17232059, 'Cold_Gigas', 6109, -116.000, 0.600, -385.000, 0), + (17232060, 'Snow_Gigas', 6157, 0.000, 0.000, 0.000, 0), + (17232061, 'Rime_Gigas', 6154, 0.000, 0.000, 0.000, 0), + (17232062, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17232063, 'Sleet_Gigas', 6156, -87.000, -0.402, -391.000, 127), + (17232064, 'Ice_Elemental', 6141, -95.191, 0.259, -362.142, 35), + (17232065, 'Ice_Elemental', 6141, -111.703, 0.038, -370.741, 45), + (17232066, 'Tundra_Tiger', 6159, 382.007, 0.143, -164.481, 127), + (17232067, 'Tundra_Tiger', 6159, 336.238, -0.007, -220.174, 27), + (17232068, 'Tundra_Tiger', 6159, 402.850, 0.021, -132.421, 18), + (17232069, 'Stone_Golem', 6158, 297.258, -0.320, -221.660, 90), + (17232070, 'Goblin_Poacher', 6125, 370.118, -0.035, -212.499, 127), + (17232071, 'Goblin_Trader', 6131, 361.977, -0.450, -195.040, 127), + (17232072, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232073, 'Goblin_Robber', 6127, 386.899, 0.053, -255.845, 127), + (17232074, 'Goblin_Reaper', 6126, 365.654, -0.344, -113.558, 127), + (17232075, 'Tundra_Tiger', 6159, 180.040, -0.431, 156.870, 127), + (17232076, 'Tundra_Tiger', 6159, 294.000, -0.164, -0.500, 127), + (17232077, 'Tundra_Tiger', 6159, 249.728, -0.193, 0.890, 14), + (17232078, 'Stone_Golem', 6158, 339.000, -0.472, -20.000, 127), + (17232079, 'Gargantua', 6112, 348.000, -0.500, 17.000, 127), + (17232080, 'Goblin_Poacher', 6125, 321.415, 0.391, -59.770, 103), + (17232081, 'Goblin_Trader', 6131, 237.287, -0.141, -69.579, 127), + (17232082, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232083, 'Goblin_Robber', 6127, 324.291, -0.370, 68.649, 107), + (17232084, 'Goblin_Reaper', 6126, 304.167, -0.335, 51.648, 127), + (17232085, 'Living_Statue', 6147, 260.757, -0.750, -27.547, 10), + (17232086, 'Living_Statue', 6147, 262.060, -0.750, -19.645, 76), + (17232087, 'Tundra_Tiger', 6159, 214.000, -0.656, 114.000, 127), + (17232088, 'Tundra_Tiger', 6159, 173.000, -0.587, 116.000, 67), + (17232089, 'Cold_Gigas', 6109, 251.000, -0.462, 86.000, 127), + (17232090, 'Snow_Gigas', 6157, 213.589, -0.297, 92.374, 3), + (17232091, 'Rime_Gigas', 6154, 199.006, 0.272, 94.903, 127), + (17232092, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17232093, 'Sleet_Gigas', 6156, 0.000, 0.000, 0.000, 0), + (17232095, 'Cold_Gigas', 6109, 250.927, -0.153, 202.299, 127), + (17232096, 'Snow_Gigas', 6157, 241.108, -0.266, 231.962, 120), + (17232097, 'Rime_Gigas', 6154, 270.161, -0.208, 241.759, 20), + (17232098, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17232099, 'Sleet_Gigas', 6156, 263.175, 0.377, 241.131, 112), + (17232100, 'Cold_Gigas', 6109, 0.000, 0.000, 0.000, 0), + (17232101, 'Snow_Gigas', 6157, 279.137, -0.745, 248.435, 111), + (17232102, 'Rime_Gigas', 6154, 278.000, -0.563, 206.000, 83), + (17232103, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17232104, 'Sleet_Gigas', 6156, 294.860, -0.382, 218.798, 127), + (17232105, 'Ice_Elemental', 6141, 245.001, -0.088, 232.427, 127), + (17232106, 'Ice_Elemental', 6141, 272.986, -0.248, 212.098, 127), + (17232107, 'Goblin_Poacher', 6125, 369.224, -0.445, 277.115, 127), + (17232108, 'Goblin_Trader', 6131, 369.299, 0.593, 350.937, 127), + (17232109, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232110, 'Goblin_Robber', 6127, 366.013, -0.017, 296.045, 127), + (17232111, 'Goblin_Reaper', 6126, 345.544, -0.045, 355.322, 127), + (17232112, 'Living_Statue', 6147, 268.587, 19.631, 433.296, 127), + (17232113, 'Living_Statue', 6147, 335.119, 18.318, 464.060, 86), + (17232114, 'Living_Statue', 6147, 346.418, 19.530, 408.894, 127), + (17232115, 'Living_Statue', 6147, 244.244, 19.720, 488.251, 127), + (17232116, 'Living_Statue', 6147, 302.187, 19.953, 489.584, 127), + (17232118, 'Goblin_Poacher', 6125, 352.314, 19.874, 502.571, 76), + (17232119, 'Goblin_Trader', 6131, 235.321, 19.767, 451.143, 97), + (17232120, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232121, 'Goblin_Robber', 6127, 238.454, 19.565, 482.173, 127), + (17232122, 'Goblin_Reaper', 6126, 197.315, 19.515, 475.386, 89), + (17232123, 'Living_Statue', 6147, 0.000, 0.000, 0.000, 0), + (17232124, 'Hobgoblin_Warrior', 6139, 0.000, 0.000, 0.000, 0), + (17232125, 'Hobgoblin_White_Mage', 6140, 0.000, 0.000, 0.000, 0), + (17232126, 'Hobgoblin_Black_Mage', 6134, 0.000, 0.000, 0.000, 0), + (17232127, 'Hobgoblin_Red_Mage', 6137, 0.000, 0.000, 0.000, 0), + (17232128, 'Hobgoblin_Thief', 6138, 0.000, 0.000, 0.000, 0), + (17232129, 'Hobgoblin_Dark_Knight', 6135, 0.000, 0.000, 0.000, 0), + (17232130, 'Hobgoblin_Ranger', 6136, 0.000, 0.000, 0.000, 0), + (17232131, 'Hobgoblin_Beastmaster', 6133, 0.000, 0.000, 0.000, 0), + (17232132, 'Goblin_s_Tiger', 6130, 0.000, 0.000, 0.000, 0), + (17232133, 'Gigas_Warrior', 6121, 0.000, 0.000, 0.000, 0), + (17232134, 'Gigas_Monk', 6117, 0.000, 0.000, 0.000, 0), + (17232135, 'Gigas_Beastmaster', 6114, 0.000, 0.000, 0.000, 0), + (17232136, 'Gigas_Ranger', 6119, 0.000, 0.000, 0.000, 0), + (17232137, 'Gigas_s_Tiger', 6120, 0.000, 0.000, 0.000, 0), + (17232138, 'Gigas_Hillrazer', 6116, 0.000, 0.000, 0.000, 0), + (17232139, 'Gigas_Hillrazer', 6116, 0.000, 0.000, 0.000, 0), + (17232140, 'Gigas_Clearcutter', 6115, 0.000, 0.000, 0.000, 0), + (17232141, 'Gigas_Clearcutter', 6115, 0.000, 0.000, 0.000, 0), + (17232142, 'Gigas_Hillrazer', 6116, 0.000, 0.000, 0.000, 0), + (17232143, 'Gigas_Hillrazer', 6116, 0.000, 0.000, 0.000, 0), + (17232144, 'Gigas_Clearcutter', 6115, 0.000, 0.000, 0.000, 0), + (17232145, 'Gigas_Clearcutter', 6115, 0.000, 0.000, 0.000, 0), + (17232146, 'Gigas_Overseer', 6118, 0.000, 0.000, 0.000, 0), + (17232147, 'Plumbago', 6153, 0.000, 0.000, 0.000, 0), + (17232233, 'Diabolos', 6111, 0.000, 0.000, 0.000, 0), + (17232234, 'Diabolos', 6111, 0.000, 0.000, 0.000, 0), + (17232235, 'Diabolos', 6111, 0.000, 0.000, 0.000, 0), + (17232239, 'Kilhwch', 6142, 0.000, 0.000, 0.000, 0), + (17232241, 'Lhu_Mhakaracca', 6146, 0.000, 0.000, 0.000, 0), + (17232246, 'Noillurie', 6151, 0.000, 0.000, 0.000, 0), + (17232261, 'Makki-Chebukki', 6149, 0.000, 0.000, 0.000, 0), + (17232262, 'Kukki-Chebukki', 6145, 0.000, 0.000, 0.000, 0), + (17232263, 'Cherukiki', 6108, 0.000, 0.000, 0.000, 0), + (17232264, 'Shikaree_Y', 6155, 0.000, 0.000, 0.000, 0), + (17232284, 'Goblin_Grenadier', 6123, 0.000, 0.000, 0.000, 0), + (17235969, 'Lost_Soul', 6199, 516.950, 0.007, -260.931, 127), + (17235970, 'Lost_Soul', 6199, 564.529, -0.527, -279.526, 25), + (17235971, 'Lost_Soul', 6199, 535.266, -1.340, -254.953, 127), + (17235972, 'Lost_Soul', 6199, 518.664, -0.342, -269.722, 127), + (17235973, 'Lost_Soul', 6199, 316.884, 7.037, -210.776, 127), + (17235974, 'Lost_Soul', 6199, 309.298, 4.974, -237.709, 127), + (17235975, 'Lost_Soul', 6199, 403.335, -0.300, -165.684, 127), + (17235976, 'Lost_Soul', 6199, 370.381, 6.034, -166.986, 127), + (17235977, 'Lost_Soul', 6199, 252.159, -14.285, -190.496, 127), + (17235978, 'Lost_Soul', 6199, 321.246, 0.685, -267.019, 49), + (17235979, 'Lost_Soul', 6199, 444.050, -0.593, -199.797, 16), + (17235980, 'Lost_Soul', 6199, 238.092, -16.383, -191.151, 63), + (17235981, 'Lost_Soul', 6199, 423.001, -1.352, -212.330, 127), + (17235982, 'Lost_Soul', 6199, 242.262, -14.507, -203.133, 48), + (17235983, 'Etemmu', 6177, 262.723, -7.677, -191.815, 127), + (17235984, 'Etemmu', 6177, 426.335, -0.087, -200.880, 40), + (17235985, 'Evil_Eye', 6178, 315.214, 6.887, -195.901, 124), + (17235986, 'Evil_Eye', 6178, 324.648, -0.263, -274.715, 127), + (17235987, 'Shadow_Dragon', 6200, 347.000, 7.223, -205.000, 127), + (17235988, 'Biast', 6161, 180.000, -19.000, -147.000, 127), + (17235989, 'Ice_Elemental', 6196, 383.716, 0.619, -186.026, 16), + (17235990, 'Cursed_Weapon', 6167, 399.390, 0.007, -140.021, 127), + (17235991, 'Cursed_Weapon', 6167, 412.379, -0.455, -147.695, 127), + (17235992, 'Cursed_Weapon', 6167, 298.000, -5.000, -124.000, 95), + (17235993, 'Cursed_Weapon', 6167, 290.000, -6.000, -131.000, 1), + (17235994, 'Etemmu', 6177, 341.333, -0.292, -325.756, 127), + (17235995, 'Etemmu', 6177, 338.000, -0.357, -378.000, 67), + (17235996, 'Dark_Elemental', 6168, 340.112, -0.375, -324.439, 127), + (17235997, 'Lost_Soul', 6199, 355.552, -8.061, -83.315, 127), + (17235998, 'Lost_Soul', 6199, 388.310, -3.152, -100.755, 127), + (17235999, 'Lost_Soul', 6199, 249.699, -8.552, -85.061, 116), + (17236000, 'Lost_Soul', 6199, 404.585, 0.237, -104.467, 127), + (17236001, 'Evil_Eye', 6178, 318.388, -8.243, -78.416, 127), + (17236002, 'Evil_Eye', 6178, 375.296, -6.742, -78.524, 127), + (17236003, 'Ice_Elemental', 6196, 399.422, -0.237, -124.894, 127), + (17236004, 'Cursed_Weapon', 6167, 246.000, -13.000, -105.000, 67), + (17236005, 'Cursed_Weapon', 6167, 0.000, 0.000, 0.000, 0), + (17236006, 'Lost_Soul', 6199, 221.000, -12.000, -241.000, 55), + (17236007, 'Lost_Soul', 6199, 186.625, -19.280, -164.310, 127), + (17236008, 'Lost_Soul', 6199, 218.001, -9.818, -60.722, 127), + (17236009, 'Lost_Soul', 6199, 227.906, -16.930, -130.877, 81), + (17236010, 'Etemmu', 6177, 200.180, -19.108, -102.046, 127), + (17236011, 'Etemmu', 6177, 198.677, -9.263, -80.090, 75), + (17236012, 'Evil_Eye', 6178, 143.023, -19.077, -124.367, 15), + (17236013, 'Evil_Eye', 6178, 167.485, -18.628, -106.740, 127), + (17236014, 'Ice_Elemental', 6196, 130.626, -22.859, -121.418, 47), + (17236015, 'Demon_Pawn', 6171, 234.942, -20.900, -166.407, 81), + (17236016, 'Lost_Soul', 6199, 27.160, -16.359, 46.947, 127), + (17236017, 'Lost_Soul', 6199, 32.610, -24.390, -48.243, 127), + (17236018, 'Lost_Soul', 6199, 72.509, -16.394, -12.208, 127), + (17236019, 'Lost_Soul', 6199, 37.898, -15.779, 23.346, 48), + (17236020, 'Etemmu', 6177, 50.213, -16.356, 19.807, 127), + (17236021, 'Etemmu', 6177, 79.417, -15.913, -19.673, 127), + (17236022, 'Evil_Eye', 6178, 87.849, -17.619, -17.633, 0), + (17236023, 'Evil_Eye', 6178, 39.244, -16.179, 11.642, 28), + (17236024, 'Ice_Elemental', 6196, 63.820, -23.664, -81.960, 80), + (17236025, 'Cursed_Weapon', 6167, 66.983, -19.594, -16.816, 127), + (17236026, 'Cursed_Weapon', 6167, 57.000, -21.108, -24.000, 16), + (17236028, 'Lost_Soul', 6199, 35.494, -24.380, -192.142, 127), + (17236029, 'Lost_Soul', 6199, 69.364, -23.955, -99.908, 0), + (17236030, 'Lost_Soul', 6199, 89.333, -24.406, -122.686, 90), + (17236031, 'Lost_Soul', 6199, 34.611, -24.147, -71.175, 127), + (17236032, 'Etemmu', 6177, 67.559, -24.470, -133.876, 127), + (17236033, 'Etemmu', 6177, 41.778, -23.914, -226.056, 127), + (17236034, 'Evil_Eye', 6178, 9.794, -24.005, -98.235, 127), + (17236035, 'Evil_Eye', 6178, 69.062, -24.006, -239.102, 127), + (17236036, 'Ice_Elemental', 6196, 87.570, -24.128, -90.441, 127), + (17236037, 'Demon_Pawn', 6171, 118.887, -29.056, -112.005, 72), + (17236038, 'Demon_Pawn', 6171, 39.646, -28.883, -138.735, 71), + (17236039, 'Demon_Pawn', 6171, 60.258, -28.549, -196.303, 127), + (17236040, 'Demon_Pawn', 6171, -6.399, -28.425, -98.901, 121), + (17236041, 'Lost_Soul', 6199, 102.529, -24.412, -356.760, 58), + (17236042, 'Lost_Soul', 6199, 35.164, -24.746, -350.609, 127), + (17236043, 'Lost_Soul', 6199, 67.800, -24.676, -377.157, 12), + (17236044, 'Lost_Soul', 6199, 77.025, -24.402, -376.238, 121), + (17236046, 'Lost_Soul', 6199, 11.412, -24.659, -351.330, 127), + (17236047, 'Lost_Soul', 6199, 4.805, -24.397, -356.666, 127), + (17236048, 'Lost_Soul', 6199, 25.773, -25.829, -340.764, 31), + (17236049, 'Lost_Soul', 6199, 39.591, -24.502, -363.713, 127), + (17236050, 'Etemmu', 6177, 29.233, -24.343, -354.310, 56), + (17236051, 'Etemmu', 6177, 21.059, -24.399, -319.573, 72), + (17236052, 'Etemmu', 6177, 22.728, -24.086, -349.482, 127), + (17236053, 'Dark_Elemental', 6168, 100.807, -25.921, -329.665, 127), + (17236054, 'Lost_Soul', 6199, -21.723, -15.907, 44.006, 99), + (17236055, 'Lost_Soul', 6199, -77.387, -24.414, -80.855, 111), + (17236056, 'Lost_Soul', 6199, -28.236, -24.504, -108.620, 111), + (17236057, 'Lost_Soul', 6199, -17.110, -16.141, 33.260, 62), + (17236058, 'Etemmu', 6177, -70.418, -24.425, -60.984, 127), + (17236059, 'Ereshkigal', 6176, 0.000, 0.000, 0.000, 0), + (17236060, 'Evil_Eye', 6178, -38.836, -24.534, -76.967, 127), + (17236061, 'Evil_Eye', 6178, -86.391, -25.110, -67.980, 112), + (17236062, 'Ice_Elemental', 6196, -65.995, -16.391, 29.262, 127), + (17236063, 'Blizzard_Gigas', 6162, 327.137, -8.639, 36.454, 63), + (17236064, 'Graupel_Gigas', 6186, 404.920, -8.363, 0.310, 24), + (17236065, 'Frost_Gigas', 6179, 392.108, -8.442, 9.572, 78), + (17236066, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236067, 'Hail_Gigas', 6187, 471.575, -0.450, 33.917, 13), + (17236068, 'Blizzard_Gigas', 6162, 387.054, -8.294, -4.420, 117), + (17236069, 'Graupel_Gigas', 6186, 429.613, -1.549, 31.720, 127), + (17236070, 'Frost_Gigas', 6179, 334.454, -7.854, -3.705, 39), + (17236071, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236072, 'Hail_Gigas', 6187, 366.142, -8.469, 0.203, 127), + (17236073, 'Evil_Eye', 6178, 332.018, -8.108, -0.751, 52), + (17236074, 'Evil_Eye', 6178, 438.182, -0.118, -9.131, 49), + (17236075, 'Ice_Elemental', 6196, 359.639, -8.513, 2.314, 102), + (17236076, 'Blizzard_Gigas', 6162, 467.004, -1.228, 50.394, 114), + (17236077, 'Graupel_Gigas', 6186, 432.443, -8.272, 111.015, 127), + (17236078, 'Frost_Gigas', 6179, 417.490, -7.641, 118.970, 127), + (17236079, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236080, 'Hail_Gigas', 6187, 421.711, -8.188, 126.325, 127), + (17236081, 'Blizzard_Gigas', 6162, 358.000, -8.545, 118.000, 127), + (17236082, 'Graupel_Gigas', 6186, 393.550, -8.622, 36.518, 42), + (17236083, 'Frost_Gigas', 6179, 403.692, -8.301, 72.023, 70), + (17236084, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236085, 'Hail_Gigas', 6187, 393.255, -7.872, 104.054, 65), + (17236086, 'Evil_Eye', 6178, 426.847, -6.517, 61.033, 127), + (17236087, 'Evil_Eye', 6178, 429.904, -8.425, 125.345, 127), + (17236088, 'Ice_Elemental', 6196, 388.451, -8.440, 105.193, 115), + (17236089, 'Blizzard_Gigas', 6162, 521.065, -0.428, 15.732, 127), + (17236090, 'Graupel_Gigas', 6186, 537.606, -0.720, 16.767, 11), + (17236091, 'Frost_Gigas', 6179, 490.627, -0.690, 28.100, 127), + (17236092, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236093, 'Hail_Gigas', 6187, 529.152, -0.307, 18.568, 127), + (17236094, 'Dark_Elemental', 6168, 542.231, -1.406, 21.863, 127), + (17236095, 'Blizzard_Gigas', 6162, 527.207, -8.455, 216.028, 9), + (17236096, 'Graupel_Gigas', 6186, 503.929, -8.392, 195.907, 76), + (17236097, 'Frost_Gigas', 6179, 545.021, -9.697, 220.422, 96), + (17236098, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236099, 'Hail_Gigas', 6187, 495.777, -8.618, 191.381, 67), + (17236100, 'Blizzard_Gigas', 6162, 537.354, -8.529, 220.852, 127), + (17236101, 'Graupel_Gigas', 6186, 499.691, -9.731, 172.810, 63), + (17236102, 'Frost_Gigas', 6179, 503.498, -8.689, 183.349, 86), + (17236103, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236104, 'Hail_Gigas', 6187, 503.026, -8.408, 205.434, 127), + (17236105, 'Dark_Elemental', 6168, 525.282, -8.370, 222.145, 127), + (17236106, 'Blizzard_Gigas', 6162, 325.000, -7.000, 116.000, 127), + (17236107, 'Graupel_Gigas', 6186, 332.279, -8.652, 136.227, 79), + (17236108, 'Frost_Gigas', 6179, 313.188, -8.604, 162.241, 127), + (17236109, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236110, 'Hail_Gigas', 6187, 294.283, -7.733, 118.252, 11), + (17236111, 'Evil_Eye', 6178, 284.347, -8.091, 60.823, 113), + (17236112, 'Evil_Eye', 6178, 298.419, -8.102, 47.876, 64), + (17236113, 'Lost_Soul', 6199, 189.838, -8.771, 30.705, 127), + (17236114, 'Lost_Soul', 6199, -156.053, -23.945, -65.562, 127), + (17236115, 'Evil_Eye', 6178, 235.256, -28.326, 71.488, 80), + (17236116, 'Demon_Pawn', 6171, 280.667, -27.808, 174.356, 127), + (17236117, 'Demon_Wizard', 6174, 248.606, -28.407, 164.681, 66), + (17236118, 'Demon_Knight', 6170, 225.827, -26.534, 102.761, 127), + (17236119, 'Demon_Pawn', 6171, 262.974, -27.632, 86.652, 127), + (17236120, 'Demon_Wizard', 6174, 256.814, -27.762, 163.982, 127), + (17236121, 'Demon_Knight', 6170, 217.376, -19.896, 119.688, 64), + (17236122, 'Evil_Eye', 6178, 258.928, -27.040, 92.852, 29), + (17236123, 'Evil_Eye', 6178, 176.223, -33.200, 68.192, 127), + (17236124, 'Ice_Elemental', 6196, 253.569, -27.926, 155.087, 23), + (17236125, 'Demon_Pawn', 6171, 338.790, -28.379, 281.877, 127), + (17236126, 'Demon_Wizard', 6174, 329.047, -28.399, 261.570, 108), + (17236127, 'Demon_Knight', 6170, 338.358, -28.418, 279.117, 70), + (17236128, 'Dark_Elemental', 6168, 341.531, -28.359, 290.617, 127), + (17236129, 'Demon_Pawn', 6171, 189.303, -30.767, 97.939, 127), + (17236130, 'Demon_Wizard', 6174, 160.644, -35.672, 61.269, 127), + (17236131, 'Demon_Knight', 6170, 164.899, -29.132, 152.740, 127), + (17236132, 'Demon_Pawn', 6171, 183.525, -28.218, 167.305, 45), + (17236133, 'Demon_Wizard', 6174, 167.181, -36.086, 72.935, 127), + (17236134, 'Demon_Knight', 6170, 145.561, -35.826, 123.377, 117), + (17236135, 'Evil_Eye', 6178, 161.427, -36.963, 29.772, 127), + (17236136, 'Evil_Eye', 6178, 0.688, -35.653, 140.513, 127), + (17236137, 'Ice_Elemental', 6196, 171.895, -28.767, 169.665, 127), + (17236138, 'Demon_Pawn', 6171, 20.905, -33.916, 143.355, 127), + (17236139, 'Demon_Wizard', 6174, 25.293, -35.709, 155.195, 76), + (17236140, 'Demon_Knight', 6170, 73.755, -36.448, 161.694, 127), + (17236141, 'Demon_Pawn', 6171, 42.954, -36.485, 122.532, 41), + (17236142, 'Demon_Wizard', 6174, -3.380, -36.416, 125.926, 127), + (17236143, 'Demon_Knight', 6170, 28.705, -36.193, 151.206, 125), + (17236144, 'Evil_Eye', 6178, -4.963, -35.992, 99.595, 39), + (17236145, 'Evil_Eye', 6178, -90.015, -36.373, 58.299, 48), + (17236147, 'Demon_Pawn', 6171, -37.707, -36.024, 55.407, 10), + (17236148, 'Demon_Pawn', 6171, -54.874, -35.544, 57.911, 123), + (17236149, 'Evil_Eye', 6178, -223.872, -11.784, 80.972, 127), + (17236150, 'Demon_Pawn', 6171, -105.421, -40.059, 40.246, 127), + (17236151, 'Demon_Knight', 6170, -110.155, -39.986, 38.252, 105), + (17236152, 'Demon_Pawn', 6171, -138.463, -36.629, 35.923, 127), + (17236153, 'Demon_Wizard', 6174, -110.765, -36.251, 61.612, 21), + (17236154, 'Demon_Knight', 6170, -128.863, -36.525, 126.693, 127), + (17236155, 'Demon_Warlock', 6173, -118.558, -35.772, 62.275, 127), + (17236156, 'Demon_s_Elemental', 6172, 0.000, 0.000, 0.000, 0), + (17236157, 'Demon_Wizard', 6174, -138.592, -27.520, 86.084, 101), + (17236158, 'Demon_Knight', 6170, -142.574, -20.233, 113.974, 127), + (17236159, 'Demon_Warlock', 6173, -139.587, -21.634, 122.550, 127), + (17236160, 'Demon_s_Elemental', 6172, 0.000, 0.000, 0.000, 0), + (17236161, 'Lost_Soul', 6199, -156.414, -15.620, 19.402, 18), + (17236162, 'Lost_Soul', 6199, -146.592, -24.390, -46.382, 62), + (17236163, 'Lost_Soul', 6199, -155.385, -16.622, -3.505, 45), + (17236164, 'Lost_Soul', 6199, -151.388, -16.481, 34.608, 34), + (17236165, 'Lost_Soul', 6199, -146.616, -20.181, -19.438, 127), + (17236166, 'Lost_Soul', 6199, -180.184, -3.083, 39.267, 127), + (17236167, 'Lost_Soul', 6199, -200.346, -4.477, -80.225, 79), + (17236168, 'Lost_Soul', 6199, -184.714, -3.297, -0.147, 127), + (17236169, 'Lost_Soul', 6199, -206.051, -5.284, 38.246, 117), + (17236170, 'Lost_Soul', 6199, 0.000, 0.000, 0.000, 0), + (17236171, 'Etemmu', 6177, -201.098, -4.082, 17.762, 65), + (17236172, 'Etemmu', 6177, -205.500, -4.216, -61.530, 127), + (17236173, 'Etemmu', 6177, -188.468, -3.805, 37.832, 127), + (17236174, 'Evil_Eye', 6178, -254.799, -15.003, -8.120, 127), + (17236175, 'Evil_Eye', 6178, -240.218, -12.523, 42.568, 46), + (17236176, 'Evil_Eye', 6178, -245.251, -11.741, 106.221, 67), + (17236177, 'Evil_Eye', 6178, -217.075, -8.306, 51.115, 127), + (17236178, 'Evil_Eye', 6178, -234.354, -11.492, 63.501, 12), + (17236179, 'Evil_Eye', 6178, -390.274, -42.630, 20.932, 127), + (17236180, 'Shadow_Eye', 6201, -238.000, -12.000, 83.000, 127), + (17236181, 'Demon_Pawn', 6171, -228.561, -10.890, -127.956, 63), + (17236182, 'Demon_Pawn', 6171, -283.275, -20.379, -81.644, 108), + (17236183, 'Demon_Wizard', 6174, -277.136, -20.172, -122.657, 127), + (17236184, 'Demon_Pawn', 6171, -289.381, -21.263, 14.761, 115), + (17236185, 'Demon_Knight', 6170, -257.241, -19.400, 26.355, 30), + (17236186, 'Demon_Pawn', 6171, -315.028, -27.839, 113.455, 127), + (17236187, 'Demon_Pawn', 6171, -301.468, -25.176, 50.633, 71), + (17236188, 'Demon_Pawn', 6171, -258.130, -20.270, 99.651, 36), + (17236189, 'Demon_Wizard', 6174, -280.919, -20.602, 123.686, 51), + (17236190, 'Demon_Pawn', 6171, -303.283, -26.507, -27.451, 127), + (17236191, 'Demon_Pawn', 6171, -314.592, -27.955, -13.729, 60), + (17236192, 'Demon_Knight', 6170, -315.601, -28.511, 31.759, 2), + (17236193, 'Demon_Pawn', 6171, -340.222, -35.576, 39.506, 127), + (17236194, 'Demon_Wizard', 6174, -344.199, -34.562, 30.032, 127), + (17236195, 'Demon_Knight', 6170, -359.344, -36.528, -38.528, 127), + (17236196, 'Evil_Eye', 6178, 0.000, 0.000, 0.000, 0), + (17236197, 'Demon_Wizard', 6174, -412.146, -44.632, 49.683, 127), + (17236198, 'Demon_Knight', 6170, -400.393, -44.522, 65.374, 65), + (17236199, 'Demon_Wizard', 6174, -404.000, -43.000, -12.000, 42), + (17236200, 'Demon_Knight', 6170, -399.107, -44.431, -34.532, 127), + (17236201, 'Chaos_Elemental', 6166, -331.000, -29.000, -49.000, 3), + (17236202, 'Boreal_Hound', 6164, -22.162, -24.674, -495.609, 127), + (17236203, 'Boreal_Coeurl', 6163, 583.522, -8.858, 295.294, 64), + (17236204, 'Boreal_Tiger', 6165, 342.267, -28.927, 373.998, 64), + (17236205, 'Koenigstiger', 6197, 0.000, 0.000, 0.000, 0), + (17236206, 'Hobgoblin_Warrior', 6194, 0.000, 0.000, 0.000, 0), + (17236207, 'Hobgoblin_White_Mage', 6195, 0.000, 0.000, 0.000, 0), + (17236208, 'Hobgoblin_Black_Mage', 6189, 0.000, 0.000, 0.000, 0), + (17236209, 'Hobgoblin_Red_Mage', 6192, 0.000, 0.000, 0.000, 0), + (17236210, 'Hobgoblin_Thief', 6193, 0.000, 0.000, 0.000, 0), + (17236211, 'Hobgoblin_Dark_Knight', 6190, 0.000, 0.000, 0.000, 0), + (17236212, 'Hobgoblin_Ranger', 6191, 0.000, 0.000, 0.000, 0), + (17236213, 'Hobgoblin_Beastmaster', 6188, 0.000, 0.000, 0.000, 0), + (17236214, 'Goblin_s_Tiger', 6185, 0.000, 0.000, 0.000, 0), + (17236215, 'Gigas_Warrior', 6184, 0.000, 0.000, 0.000, 0), + (17236216, 'Gigas_Monk', 6181, 0.000, 0.000, 0.000, 0), + (17236217, 'Gigas_Beastmaster', 6180, 0.000, 0.000, 0.000, 0), + (17236218, 'Gigas_Ranger', 6182, 0.000, 0.000, 0.000, 0), + (17236219, 'Gigas_s_Tiger', 6183, 0.000, 0.000, 0.000, 0), + (17236220, 'Demon_Wizard', 6174, 0.000, 0.000, 0.000, 0), + (17236221, 'Demon_Wizard', 6174, 0.000, 0.000, 0.000, 0), + (17236222, 'Demon_Knight', 6170, 0.000, 0.000, 0.000, 0), + (17236223, 'Demon_Knight', 6170, 0.000, 0.000, 0.000, 0), + (17236224, 'Demon_Wizard', 6174, 0.000, 0.000, 0.000, 0), + (17236225, 'Demon_Wizard', 6174, 0.000, 0.000, 0.000, 0), + (17236226, 'Demon_Knight', 6170, 0.000, 0.000, 0.000, 0), + (17236227, 'Demon_Knight', 6170, 0.000, 0.000, 0.000, 0), + (17236228, 'Demon_Aristocrat', 6169, 0.000, 0.000, 0.000, 0), + (17236229, 'Kulili', 6198, 0.000, 0.000, 0.000, 0), + (17236325, 'Diabolos', 6175, 0.000, 0.000, 0.000, 0), + (17236326, 'Diabolos', 6175, 0.000, 0.000, 0.000, 0), + (17236327, 'Diabolos', 6175, 0.000, 0.000, 0.000, 0), + (17240065, 'Razorjaw_Pugil', 6236, 0.000, 0.000, 0.000, 0), + (17240066, 'Rock_Crab', 6238, 0.000, 0.000, 0.000, 0), + (17240067, 'Stygian_Pugil', 6242, 0.000, 0.000, 0.000, 0), + (17240068, 'Stygian_Pugil', 6242, 0.000, 0.000, 0.000, 0), + (17240069, 'Stygian_Pugil', 6242, 0.000, 0.000, 0.000, 0), + (17240070, 'Devil_Manta', 6205, 408.144, 36.728, 451.457, 127), + (17240071, 'Goblin_Mercenary', 6217, -175.334, 7.677, -247.300, 2), + (17240072, 'Sand_Lizard', 6240, -166.229, 7.588, -248.090, 127), + (17240073, 'Beach_Bunny', 6204, -168.000, 8.000, -257.000, 127), + (17240074, 'Beach_Bunny', 6204, -164.000, 8.000, -267.000, 76), + (17240075, 'Beach_Bunny', 6204, -155.872, 7.236, -250.314, 47), + (17240076, 'Goblin_Mercenary', 6217, -198.000, 8.000, -197.000, 127), + (17240077, 'Sand_Lizard', 6240, -204.697, 7.351, -195.497, 127), + (17240078, 'Sand_Lizard', 6240, -196.127, 6.926, -248.968, 90), + (17240079, 'Sand_Lizard', 6240, -197.000, 8.000, -221.000, 55), + (17240080, 'Beach_Bunny', 6204, -201.014, 7.552, -235.712, 127), + (17240081, 'Beach_Bunny', 6204, -207.000, 8.000, -221.000, 127), + (17240082, 'Beach_Bunny', 6204, -193.657, 7.792, -186.730, 13), + (17240083, 'Goblin_Shepherd', 6220, -195.995, 7.300, -155.712, 83), + (17240084, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240085, 'Sand_Lizard', 6240, -191.037, 7.670, -164.467, 127), + (17240086, 'Sand_Lizard', 6240, -158.229, 7.453, -164.615, 127), + (17240087, 'Sand_Lizard', 6240, -165.648, 7.725, -153.970, 0), + (17240088, 'Beach_Bunny', 6204, -171.000, 7.000, -147.000, 127), + (17240089, 'Beach_Bunny', 6204, -158.293, 7.941, -147.586, 127), + (17240090, 'Beach_Bunny', 6204, -176.717, 8.222, -165.130, 127), + (17240091, 'Goblin_Shepherd', 6220, -166.429, 7.910, -105.478, 127), + (17240092, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240093, 'Goblin_Bandit', 6213, -134.000, 7.000, -96.000, 127), + (17240094, 'Sand_Lizard', 6240, -183.952, 8.302, -80.728, 98), + (17240095, 'Sand_Lizard', 6240, -204.000, 7.000, -88.000, 24), + (17240096, 'Beach_Bunny', 6204, -132.288, 7.287, -129.783, 73), + (17240097, 'Beach_Bunny', 6204, -210.000, 6.000, -70.000, 30), + (17240098, 'Beach_Bunny', 6204, -159.083, 7.533, -122.425, 1), + (17240099, 'Beach_Bunny', 6204, -146.340, 7.415, -107.721, 127), + (17240100, 'Doom_Soldier', 6207, -152.000, 7.000, -232.000, 127), + (17240101, 'Goblin_Alchemist', 6212, -216.118, 7.328, -26.906, 127), + (17240102, 'Beach_Bunny', 6204, -230.918, 7.693, -38.703, 85), + (17240103, 'Beach_Bunny', 6204, -195.903, 7.851, -51.057, 39), + (17240104, 'Doom_Mage', 6206, -244.000, 7.000, -38.000, 5), + (17240105, 'Goblin_Mercenary', 6217, -100.360, 3.991, -67.480, 94), + (17240106, 'Beach_Bunny', 6204, -121.000, 8.000, -97.000, 83), + (17240107, 'Beach_Bunny', 6204, -106.491, 4.685, -75.981, 20), + (17240108, 'Beach_Bunny', 6204, -88.494, -0.149, -108.119, 37), + (17240109, 'Sand_Lizard', 6240, -81.310, -0.594, -123.310, 124), + (17240110, 'Sand_Lizard', 6240, -104.996, 4.655, -95.891, 127), + (17240111, 'Sand_Lizard', 6240, -70.000, -0.500, -80.000, 4), + (17240112, 'Doom_Soldier', 6207, -92.985, 1.141, -96.138, 118), + (17240113, 'Goblin_Mercenary', 6217, -139.706, 7.167, -61.223, 87), + (17240114, 'Goblin_Shepherd', 6220, -121.744, 8.367, -62.640, 53), + (17240115, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240116, 'Sand_Lizard', 6240, -162.000, 8.176, -72.000, 45), + (17240117, 'Sand_Lizard', 6240, -133.098, 8.009, -40.367, 45), + (17240118, 'Beach_Bunny', 6204, -117.025, 7.551, -73.857, 127), + (17240119, 'Beach_Bunny', 6204, -190.642, 7.660, -84.615, 127), + (17240120, 'Beach_Bunny', 6204, -155.540, 8.345, -58.054, 15), + (17240121, 'Doom_Soldier', 6207, -136.996, 7.685, -66.934, 127), + (17240122, 'Doom_Soldier', 6207, -128.000, 8.000, -120.000, 127), + (17240123, 'Fire_Elemental', 6210, -117.450, 7.652, -49.839, 127), + (17240124, 'Goblin_Mercenary', 6217, -144.000, 8.000, -21.000, 127), + (17240125, 'Goblin_Bandit', 6213, -154.915, 7.554, -38.958, 72), + (17240126, 'Sand_Lizard', 6240, -163.965, 8.149, -18.008, 126), + (17240127, 'Sand_Lizard', 6240, -159.152, 7.447, 36.063, 16), + (17240128, 'Beach_Bunny', 6204, -174.123, 7.144, -17.756, 96), + (17240129, 'Beach_Bunny', 6204, -140.000, 6.000, -0.400, 127), + (17240130, 'Velociraptor', 6244, -66.000, -0.500, 58.000, 98), + (17240131, 'Doom_Soldier', 6207, -155.341, 7.185, 42.764, 127), + (17240132, 'Fantasma', 6209, -156.436, 7.507, 4.787, 124), + (17240133, 'Goblin_Bandit', 6213, -70.337, -0.260, -33.754, 4), + (17240134, 'Goblin_Alchemist', 6212, -70.871, -0.336, -54.624, 127), + (17240135, 'Robber_Crab', 6237, 56.000, 4.000, -154.000, 127), + (17240136, 'Robber_Crab', 6237, 70.000, -0.500, -123.000, 127), + (17240137, 'Sand_Lizard', 6240, -94.377, 1.777, -77.286, 0), + (17240138, 'Sand_Lizard', 6240, -43.455, -0.249, -73.865, 5), + (17240139, 'Sand_Lizard', 6240, -178.318, 7.524, -61.697, 112), + (17240140, 'Sand_Lizard', 6240, -93.664, 0.596, -40.317, 127), + (17240141, 'Velociraptor', 6244, 55.000, 0.014, -76.000, 74), + (17240142, 'Doom_Soldier', 6207, -88.000, 0.491, 9.000, 26), + (17240143, 'Doom_Mage', 6206, -74.664, 0.207, -60.099, 69), + (17240144, 'Fire_Elemental', 6210, -97.820, 0.706, -40.265, 73), + (17240145, 'Goblin_Shepherd', 6220, -104.159, 0.129, 40.355, 81), + (17240146, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240147, 'Sand_Lizard', 6240, -114.000, -0.279, 4.000, 127), + (17240148, 'Sand_Lizard', 6240, -114.504, -0.896, 33.370, 127), + (17240149, 'Sand_Lizard', 6240, -112.928, -0.438, 43.572, 45), + (17240150, 'Sand_Lizard', 6240, -95.426, -0.066, 45.530, 127), + (17240151, 'Sand_Lizard', 6240, -130.306, -0.168, 43.241, 87), + (17240152, 'Velociraptor', 6244, -110.073, -1.307, 26.077, 21), + (17240153, 'Doom_Mage', 6206, -94.875, -0.915, -18.312, 66), + (17240154, 'Fantasma', 6209, -106.212, -0.514, 12.486, 127), + (17240155, 'Goblin_Bandit', 6213, -79.146, -0.346, 44.272, 82), + (17240156, 'Goblin_Shepherd', 6220, -68.883, -1.638, -16.536, 38), + (17240157, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240158, 'Velociraptor', 6244, -57.000, -1.000, 24.000, 127), + (17240159, 'Velociraptor', 6244, -44.000, -0.600, -19.000, 52), + (17240160, 'Sand_Lizard', 6240, -64.508, -2.753, -8.592, 71), + (17240161, 'Sand_Lizard', 6240, -74.319, -2.164, 14.002, 127), + (17240162, 'Sand_Lizard', 6240, -56.000, -0.500, 37.000, 127), + (17240163, 'Sand_Lizard', 6240, -45.379, -0.754, 17.195, 127), + (17240164, 'Sand_Lizard', 6240, -35.078, -0.603, 53.982, 127), + (17240165, 'Goblin_Mercenary', 6217, -75.551, -0.279, 96.352, 127), + (17240166, 'Velociraptor', 6244, -41.000, 0.351, 120.000, 127), + (17240167, 'Velociraptor', 6244, -41.767, 0.338, 96.766, 127), + (17240168, 'Velociraptor', 6244, -67.000, 0.120, 87.000, 127), + (17240169, 'Sand_Lizard', 6240, -42.998, -0.480, 83.220, 127), + (17240170, 'Sand_Lizard', 6240, -55.436, -0.006, 84.424, 54), + (17240171, 'Sand_Lizard', 6240, -66.102, -0.359, 111.204, 97), + (17240172, 'Enna-enna', 6208, -32.322, -1.542, 136.790, 127), + (17240173, 'Goblin_Alchemist', 6212, -4.805, -0.686, 159.007, 37), + (17240174, 'Sand_Lizard', 6240, -7.000, -0.414, 136.000, 127), + (17240175, 'Sand_Lizard', 6240, 5.519, -0.369, 163.169, 127), + (17240176, 'Sand_Lizard', 6240, -10.586, -0.285, 116.435, 95), + (17240177, 'Sand_Cockatrice', 6239, -9.302, -1.162, 150.034, 127), + (17240178, 'Sand_Cockatrice', 6239, 27.000, 0.426, 175.000, 127), + (17240179, 'Enna-enna', 6208, -13.332, 0.079, 126.550, 127), + (17240181, 'Velociraptor', 6244, 24.988, -0.343, -73.873, 3), + (17240182, 'Velociraptor', 6244, 78.989, -0.260, -88.796, 127), + (17240183, 'Robber_Crab', 6237, -22.613, -0.105, 4.000, 127), + (17240184, 'Robber_Crab', 6237, 25.958, -0.677, -97.172, 31), + (17240185, 'Robber_Crab', 6237, 9.000, -0.549, -89.000, 127), + (17240186, 'Robber_Crab', 6237, 85.161, -0.292, -109.526, 60), + (17240187, 'Robber_Crab', 6237, 6.641, -0.809, -71.173, 127), + (17240188, 'Beach_Bunny', 6204, 93.335, -0.896, -103.247, 127), + (17240189, 'Beach_Bunny', 6204, 42.553, -0.326, -93.871, 95), + (17240190, 'Sand_Cockatrice', 6239, 36.000, -0.708, -54.000, 127), + (17240191, 'Velociraptor', 6244, 34.647, -0.801, -31.008, 3), + (17240192, 'Velociraptor', 6244, 33.784, 0.154, -19.485, 127), + (17240193, 'Sand_Cockatrice', 6239, 41.630, -0.508, -35.939, 23), + (17240194, 'Sand_Cockatrice', 6239, 51.086, -1.282, -43.654, 68), + (17240195, 'Velociraptor', 6244, 38.182, -0.199, 10.715, 127), + (17240196, 'Velociraptor', 6244, 51.400, -0.453, -23.167, 41), + (17240197, 'Sand_Cockatrice', 6239, 39.000, -0.489, 24.000, 34), + (17240198, 'Sand_Cockatrice', 6239, 12.561, -0.062, 2.844, 127), + (17240199, 'Velociraptor', 6244, 86.691, -0.656, 43.022, 17), + (17240200, 'Velociraptor', 6244, 42.329, -0.510, 39.127, 84), + (17240201, 'Velociraptor', 6244, 51.230, -0.500, 26.599, 46), + (17240202, 'Sand_Cockatrice', 6239, 56.212, 0.078, 44.545, 127), + (17240203, 'Sand_Cockatrice', 6239, 59.761, -0.955, 54.414, 127), + (17240204, 'Velociraptor', 6244, 55.343, 1.897, -136.475, 127), + (17240205, 'Velociraptor', 6244, 94.603, -1.320, -99.259, 127), + (17240206, 'Velociraptor', 6244, 9.000, -0.400, -114.000, 80), + (17240207, 'Velociraptor', 6244, 49.251, -0.499, -113.419, 127), + (17240208, 'Velociraptor', 6244, 108.000, -0.500, -116.000, 127), + (17240209, 'Velociraptor', 6244, 71.000, -0.959, -100.000, 0), + (17240210, 'Beach_Bunny', 6204, 98.263, 2.167, -140.957, 38), + (17240211, 'Beach_Bunny', 6204, 92.488, 0.657, -131.323, 127), + (17240212, 'Robber_Crab', 6237, 104.530, 3.490, -158.634, 127), + (17240213, 'Robber_Crab', 6237, 31.000, -0.856, -126.000, 123), + (17240214, 'Robber_Crab', 6237, 24.381, 0.204, -140.896, 71), + (17240215, 'Terror_Pugil', 6243, 102.000, 4.000, -180.000, 26), + (17240216, 'Terror_Pugil', 6243, 80.000, 4.000, -164.000, 52), + (17240217, 'Terror_Pugil', 6243, 93.000, 4.000, -172.000, 6), + (17240218, 'Air_Elemental', 6202, 97.352, -0.201, -112.898, 127), + (17240219, 'Robber_Crab', 6237, 38.558, 3.500, -168.933, 127), + (17240220, 'Robber_Crab', 6237, 89.622, 3.500, -170.979, 17), + (17240221, 'Robber_Crab', 6237, 108.865, 4.237, -180.776, 70), + (17240222, 'Terror_Pugil', 6243, 50.000, 4.000, -162.000, 58), + (17240223, 'Terror_Pugil', 6243, 111.573, 3.800, -196.562, 127), + (17240224, 'Terror_Pugil', 6243, 35.361, 3.500, -162.366, 97), + (17240225, 'Terror_Pugil', 6243, 66.428, 3.500, -158.479, 127), + (17240226, 'Fantasma', 6209, 111.000, -0.700, -120.000, 127), + (17240227, 'Beach_Bunny', 6204, -56.000, -0.500, -76.000, 127), + (17240228, 'Beach_Bunny', 6204, 16.047, -0.645, -131.422, 44), + (17240229, 'Robber_Crab', 6237, -49.000, -0.443, -99.000, 127), + (17240230, 'Robber_Crab', 6237, 6.949, -0.722, -126.390, 115), + (17240231, 'Robber_Crab', 6237, -6.214, -0.684, -107.975, 127), + (17240233, 'Beach_Bunny', 6204, 127.332, 3.498, -158.919, 10), + (17240234, 'Beach_Bunny', 6204, 120.368, 1.303, -137.158, 127), + (17240235, 'Robber_Crab', 6237, 127.138, 3.499, -159.234, 127), + (17240236, 'Robber_Crab', 6237, 99.000, 1.000, -128.000, 45), + (17240237, 'Beach_Bunny', 6204, 73.000, 2.000, -142.000, 127), + (17240238, 'Robber_Crab', 6237, 120.321, 3.800, -196.135, 127), + (17240239, 'Robber_Crab', 6237, 99.000, 3.000, -176.000, 12), + (17240240, 'Terror_Pugil', 6243, 125.407, 3.800, -188.326, 68), + (17240241, 'Velociraptor', 6244, 86.360, -0.320, 168.701, 78), + (17240242, 'Velociraptor', 6244, 61.334, -2.689, 196.676, 127), + (17240243, 'Velociraptor', 6244, 99.596, 0.244, 156.647, 127), + (17240244, 'Sand_Cockatrice', 6239, 32.029, -0.501, 155.008, 127), + (17240245, 'Sand_Cockatrice', 6239, 98.098, 0.105, 161.568, 33), + (17240246, 'Sand_Cockatrice', 6239, 68.949, -0.966, 180.558, 86), + (17240247, 'Sand_Cockatrice', 6239, 109.000, 1.000, 225.000, 71), + (17240248, 'Sand_Cockatrice', 6239, 61.000, -2.000, 219.000, 127), + (17240249, 'Sand_Cockatrice', 6239, 93.000, 1.000, 189.000, 127), + (17240250, 'Sand_Cockatrice', 6239, 54.518, -1.507, 202.054, 127), + (17240251, 'Velociraptor', 6244, 139.000, 6.000, 180.000, 122), + (17240252, 'Velociraptor', 6244, 168.083, 0.900, 213.647, 127), + (17240253, 'Sand_Cockatrice', 6239, 150.518, 7.749, 199.094, 127), + (17240254, 'Sand_Cockatrice', 6239, 144.348, 4.111, 161.584, 127), + (17240255, 'Sand_Cockatrice', 6239, 157.000, 8.000, 175.000, 16), + (17240256, 'Sand_Cockatrice', 6239, 117.718, 6.747, 198.080, 18), + (17240257, 'Sand_Cockatrice', 6239, 114.439, 2.856, 180.074, 75), + (17240258, 'Velociraptor', 6244, 82.003, 1.170, 95.608, 127), + (17240259, 'Sand_Cockatrice', 6239, 82.067, -0.316, 127.873, 127), + (17240260, 'Sand_Cockatrice', 6239, 83.253, -1.790, 112.033, 49), + (17240261, 'Velociraptor', 6244, 91.000, -0.600, 231.000, 127), + (17240262, 'Velociraptor', 6244, 119.591, 0.109, 266.963, 32), + (17240263, 'Sand_Cockatrice', 6239, 103.527, -1.083, 258.867, 97), + (17240264, 'Sand_Cockatrice', 6239, 128.933, -0.817, 263.799, 127), + (17240265, 'Air_Elemental', 6202, 121.440, 0.423, 261.537, 127), + (17240266, 'Velociraptor', 6244, 137.000, 0.158, 242.000, 125), + (17240267, 'Velociraptor', 6244, 122.793, -0.198, 236.149, 94), + (17240268, 'Sand_Cockatrice', 6239, 145.641, 0.236, 236.808, 42), + (17240269, 'Sand_Cockatrice', 6239, 164.000, -0.271, 237.000, 79), + (17240270, 'Velociraptor', 6244, 50.567, -0.924, 247.046, 127), + (17240271, 'Velociraptor', 6244, 31.773, -1.048, 211.751, 127), + (17240272, 'Sand_Cockatrice', 6239, 91.793, -0.254, 247.486, 35), + (17240273, 'Sand_Cockatrice', 6239, 45.611, -0.419, 241.266, 36), + (17240274, 'Goblin_Mercenary', 6217, -5.629, -0.759, 236.711, 101), + (17240275, 'Goblin_Alchemist', 6212, 9.977, -0.432, 237.051, 33), + (17240276, 'Velociraptor', 6244, -10.869, -1.958, 244.579, 26), + (17240277, 'Velociraptor', 6244, -19.223, -4.428, 273.239, 85), + (17240278, 'Velociraptor', 6244, 26.689, -2.211, 210.332, 102), + (17240279, 'Doom_Soldier', 6207, 5.822, 0.018, 255.433, 127), + (17240280, 'Doom_Mage', 6206, -1.278, -0.747, 285.251, 127), + (17240281, 'Goblin_Alchemist', 6212, -40.444, -8.500, 278.100, 4), + (17240282, 'Velociraptor', 6244, -44.221, -8.504, 274.782, 127), + (17240283, 'Velociraptor', 6244, -32.415, -7.534, 262.930, 15), + (17240284, 'Velociraptor', 6244, -31.271, -8.417, 238.722, 95), + (17240285, 'Velociraptor', 6244, -38.159, -8.356, 245.696, 127), + (17240286, 'Doom_Mage', 6206, -47.960, -10.331, 284.954, 127), + (17240287, 'Fantasma', 6209, -29.000, -7.000, 287.000, 127), + (17240288, 'Goblin_Mercenary', 6217, -78.000, -7.000, 233.000, 127), + (17240289, 'Goblin_Mercenary', 6217, -92.657, -8.133, 202.634, 84), + (17240290, 'Goblin_Shepherd', 6220, -58.783, -8.391, 227.263, 94), + (17240291, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240292, 'Velociraptor', 6244, -50.000, -7.000, 236.000, 127), + (17240293, 'Velociraptor', 6244, -68.787, -8.437, 218.052, 0), + (17240294, 'Doom_Soldier', 6207, 0.000, 0.000, 0.000, 0), + (17240295, 'Doom_Soldier', 6207, -63.026, -9.126, 223.178, 127), + (17240296, 'Goblin_Shepherd', 6220, -103.667, -7.724, 198.084, 51), + (17240297, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240298, 'Goblin_Alchemist', 6212, -148.605, -8.728, 224.892, 39), + (17240299, 'Goblin_Bandit', 6213, -119.385, -10.890, 224.180, 67), + (17240300, 'Velociraptor', 6244, -146.404, -8.334, 206.000, 127), + (17240301, 'Velociraptor', 6244, -139.723, -9.936, 222.956, 127), + (17240302, 'Velociraptor', 6244, -152.773, -8.364, 235.812, 89), + (17240303, 'Fire_Elemental', 6210, -133.441, -9.796, 232.733, 120), + (17240304, 'Goblin_Shepherd', 6220, -170.000, -7.000, 234.000, 123), + (17240305, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240306, 'Goblin_Mercenary', 6217, -196.058, -0.664, 242.764, 127), + (17240307, 'Goblin_Mercenary', 6217, -199.529, -0.529, 239.002, 127), + (17240308, 'Goblin_Alchemist', 6212, -186.032, -7.719, 196.377, 127), + (17240309, 'Velociraptor', 6244, -186.606, -5.249, 222.630, 127), + (17240310, 'Velociraptor', 6244, 0.000, 0.000, 0.000, 0), + (17240311, 'Velociraptor', 6244, -202.256, -0.473, 236.764, 29), + (17240312, 'Doom_Soldier', 6207, 0.000, 0.000, 0.000, 0), + (17240313, 'Doom_Mage', 6206, 0.000, 0.000, 0.000, 0), + (17240314, 'Fire_Elemental', 6210, -205.226, -0.811, 244.788, 82), + (17240316, 'Goblin_Mercenary', 6217, -61.664, -8.015, 163.289, 86), + (17240317, 'Velociraptor', 6244, -65.404, 0.159, 120.915, 127), + (17240318, 'Sand_Cockatrice', 6239, -22.969, -7.305, 159.582, 126), + (17240319, 'Sand_Cockatrice', 6239, -8.855, -0.258, 121.569, 16), + (17240320, 'Sand_Cockatrice', 6239, 0.000, 0.000, 0.000, 0), + (17240321, 'Sand_Cockatrice', 6239, -66.669, -7.936, 158.061, 127), + (17240322, 'Doom_Soldier', 6207, -86.270, -8.911, 152.536, 93), + (17240323, 'Enna-enna', 6208, -58.308, -7.562, 154.104, 127), + (17240324, 'Robber_Crab', 6237, -121.445, -9.426, 251.172, 127), + (17240325, 'Robber_Crab', 6237, -114.396, -8.419, 241.882, 100), + (17240326, 'Robber_Crab', 6237, -129.904, -8.313, 238.074, 127), + (17240327, 'Robber_Crab', 6237, -97.410, -7.675, 239.510, 127), + (17240328, 'Robber_Crab', 6237, -126.317, -10.140, 252.654, 10), + (17240329, 'Robber_Crab', 6237, 0.000, 0.000, 0.000, 0), + (17240330, 'Robber_Crab', 6237, -163.870, -8.497, 196.435, 90), + (17240331, 'Robber_Crab', 6237, -146.095, -8.316, 190.249, 33), + (17240332, 'Robber_Crab', 6237, -160.245, -8.501, 199.611, 127), + (17240333, 'Robber_Crab', 6237, 0.000, 0.000, 0.000, 0), + (17240334, 'Robber_Crab', 6237, 0.000, 0.000, 0.000, 0), + (17240335, 'Goblin_Shepherd', 6220, -220.137, -7.809, 167.873, 127), + (17240336, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240337, 'Goblin_Alchemist', 6212, -231.748, -9.503, 171.745, 127), + (17240338, 'Goblin_Bandit', 6213, -236.574, -8.496, 162.404, 92), + (17240339, 'Velociraptor', 6244, -246.015, -8.619, 160.529, 127), + (17240340, 'Velociraptor', 6244, -216.020, -8.280, 156.083, 84), + (17240341, 'Velociraptor', 6244, 0.000, 0.000, 0.000, 0), + (17240342, 'Enna-enna', 6208, -199.121, -7.927, 184.343, 127), + (17240343, 'Doom_Soldier', 6207, 0.000, 0.000, 0.000, 0), + (17240344, 'Doom_Soldier', 6207, -196.000, -8.000, 157.000, 127), + (17240345, 'Goblin_Bandit', 6213, -303.225, -16.748, 157.660, 66), + (17240346, 'Goblin_Bandit', 6213, 0.000, 0.000, 0.000, 0), + (17240347, 'Goblin_Mercenary', 6217, -276.030, -16.436, 137.363, 13), + (17240348, 'Goblin_Shepherd', 6220, -340.797, -0.621, 200.935, 127), + (17240349, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240350, 'Goblin_Alchemist', 6212, -328.559, -1.750, 258.524, 127), + (17240351, 'Doom_Soldier', 6207, 0.000, 0.000, 0.000, 0), + (17240352, 'Goblin_Shepherd', 6220, -302.833, -9.386, 290.335, 127), + (17240353, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240354, 'Goblin_Mercenary', 6217, -297.632, -10.542, 339.524, 127), + (17240355, 'Goblin_Bandit', 6213, -299.758, -8.114, 301.156, 76), + (17240356, 'Goblin_Alchemist', 6212, -303.906, -6.464, 272.455, 82), + (17240357, 'Sand_Cockatrice', 6239, 118.001, 7.499, 362.037, 127), + (17240358, 'Sand_Cockatrice', 6239, 111.987, 7.027, 324.558, 127), + (17240359, 'Greater_Manticore', 6222, 167.452, 7.262, 360.168, 127), + (17240360, 'Greater_Manticore', 6222, 110.548, 6.964, 357.024, 7), + (17240361, 'Greater_Manticore', 6222, 131.227, 7.632, 337.879, 127), + (17240362, 'Greater_Manticore', 6222, 112.925, 7.222, 356.178, 127), + (17240363, 'Sand_Cockatrice', 6239, -192.312, -1.160, 354.857, 115), + (17240364, 'Greater_Manticore', 6222, -202.000, -0.500, 370.000, 127), + (17240365, 'Greater_Manticore', 6222, -231.989, -0.542, 366.856, 18), + (17240366, 'Sand_Cockatrice', 6239, -212.000, -0.388, 433.000, 127), + (17240367, 'Greater_Manticore', 6222, -205.943, -0.545, 394.386, 117), + (17240368, 'Greater_Manticore', 6222, -208.434, -0.057, 417.289, 127), + (17240369, 'Greater_Manticore', 6222, -199.000, -0.430, 405.000, 127), + (17240370, 'Sand_Cockatrice', 6239, -246.452, -0.893, 447.796, 81), + (17240371, 'Greater_Manticore', 6222, -262.000, -0.700, 442.000, 127), + (17240372, 'Greater_Manticore', 6222, -272.224, -0.942, 461.321, 127), + (17240373, 'Greater_Manticore', 6222, -268.000, -0.558, 440.000, 127), + (17240374, 'Greater_Manticore', 6222, -283.874, -0.660, 485.504, 127), + (17240375, 'Greater_Manticore', 6222, -224.000, -0.535, 435.000, 127), + (17240376, 'Frostmane', 6211, -281.000, -0.500, 471.000, 127), + (17240377, 'Air_Elemental', 6202, -273.408, -0.727, 481.573, 127), + (17240378, 'Sand_Cockatrice', 6239, -174.099, -0.560, 447.000, 79), + (17240379, 'Greater_Manticore', 6222, 0.000, 0.000, 0.000, 0), + (17240380, 'Greater_Manticore', 6222, -164.323, -0.465, 438.714, 127), + (17240381, 'Greater_Manticore', 6222, -189.945, -0.276, 441.843, 66), + (17240382, 'Greater_Manticore', 6222, -177.000, -0.494, 474.000, 127), + (17240383, 'Greater_Manticore', 6222, -161.472, 0.184, 461.402, 43), + (17240384, 'Air_Elemental', 6202, -173.940, -0.392, 467.717, 61), + (17240385, 'Goblin_Mercenary', 6217, -98.000, -10.000, 423.000, 24), + (17240386, 'Goblin_Alchemist', 6212, 0.000, 0.000, 0.000, 0), + (17240387, 'Goblin_Bandit', 6213, 0.000, 0.000, 0.000, 0), + (17240388, 'Goblin_Mercenary', 6217, -100.000, -8.000, 437.000, 36), + (17240389, 'Sand_Cockatrice', 6239, 0.000, 0.000, 0.000, 0), + (17240390, 'Sand_Cockatrice', 6239, 88.973, -1.498, 68.817, 127), + (17240391, 'Sand_Cockatrice', 6239, 86.488, -0.434, 79.905, 127), + (17240392, 'Greater_Manticore', 6222, 119.613, -0.526, 78.168, 90), + (17240393, 'Greater_Manticore', 6222, 102.000, 0.940, 75.000, 97), + (17240394, 'Sand_Cockatrice', 6239, 195.000, 8.000, 53.000, 33), + (17240395, 'Sand_Cockatrice', 6239, 177.000, 8.000, 78.000, 44), + (17240396, 'Sand_Cockatrice', 6239, 154.603, 7.326, 82.811, 127), + (17240397, 'Greater_Manticore', 6222, 198.231, 7.527, 82.958, 127), + (17240398, 'Greater_Manticore', 6222, 133.334, 0.147, 89.726, 127), + (17240399, 'Greater_Manticore', 6222, 200.418, 7.510, -2.290, 127), + (17240400, 'Greater_Manticore', 6222, 219.000, 7.000, 20.000, 127), + (17240401, 'Sand_Cockatrice', 6239, 214.181, 7.617, -1.953, 127), + (17240402, 'Sand_Cockatrice', 6239, 0.000, 0.000, 0.000, 0), + (17240403, 'Sand_Cockatrice', 6239, 188.874, 6.415, 1.711, 127), + (17240404, 'Sand_Cockatrice', 6239, 195.000, 8.000, 67.000, 121), + (17240405, 'Greater_Manticore', 6222, 241.310, 7.412, 40.969, 127), + (17240406, 'Greater_Manticore', 6222, 0.000, 0.000, 0.000, 0), + (17240407, 'Greater_Manticore', 6222, 244.008, 6.942, -9.908, 127), + (17240408, 'Greater_Manticore', 6222, 240.000, 8.000, 19.000, 43), + (17240409, 'Sand_Cockatrice', 6239, 211.000, 8.000, 13.000, 38), + (17240410, 'Sand_Cockatrice', 6239, 195.000, 8.000, 29.000, 21), + (17240411, 'Sand_Cockatrice', 6239, 202.000, 7.000, 31.000, 127), + (17240412, 'Sand_Cockatrice', 6239, 189.000, 8.000, 18.000, 17), + (17240413, 'Kreutzet', 6233, 207.000, 8.000, 1.000, 79), + (17240414, 'Axesarion_the_Wanderer', 6203, -107.000, -8.000, 454.000, 64), + (17240415, 'Hobgoblin_Warrior', 6229, 0.000, 0.000, 0.000, 0), + (17240416, 'Hobgoblin_White_Mage', 6230, 0.000, 0.000, 0.000, 0), + (17240417, 'Hobgoblin_Black_Mage', 6224, 0.000, 0.000, 0.000, 0), + (17240418, 'Hobgoblin_Red_Mage', 6227, 0.000, 0.000, 0.000, 0), + (17240419, 'Hobgoblin_Thief', 6228, 0.000, 0.000, 0.000, 0), + (17240420, 'Hobgoblin_Dark_Knight', 6225, 0.000, 0.000, 0.000, 0), + (17240421, 'Hobgoblin_Ranger', 6226, 0.000, 0.000, 0.000, 0), + (17240422, 'Hobgoblin_Beastmaster', 6223, 0.000, 0.000, 0.000, 0), + (17240423, 'Goblin_s_Rabbit', 6221, 0.000, 0.000, 0.000, 0), + (17240424, 'Stolas', 6241, 0.000, 0.000, 0.000, 0), + (17240425, 'Goblin_Pirate', 6218, 0.000, 0.000, 0.000, 0), + (17240426, 'Goblin_Pirate', 6218, 0.000, 0.000, 0.000, 0), + (17240427, 'Goblin_Duelist', 6216, 0.000, 0.000, 0.000, 0), + (17240428, 'Goblin_Duelist', 6216, 0.000, 0.000, 0.000, 0), + (17240429, 'Goblin_Doctor', 6215, 0.000, 0.000, 0.000, 0), + (17240430, 'Goblin_Doctor', 6215, 0.000, 0.000, 0.000, 0), + (17240431, 'Goblin_Professor', 6219, 0.000, 0.000, 0.000, 0), + (17240432, 'Goblin_Professor', 6219, 0.000, 0.000, 0.000, 0), + (17240433, 'Goblin_Boss', 6214, 0.000, 0.000, 0.000, 0), + (17240434, 'Kaneakeluh', 6231, 0.000, 0.000, 0.000, 0), + (17240493, 'Kilhwch', 6232, 0.000, 0.000, 0.000, 0), + (17240495, 'Lhu_Mhakaracca', 6234, 0.000, 0.000, 0.000, 0), + (17240500, 'Noillurie', 6235, 0.000, 0.000, 0.000, 0), + (17244161, 'Greater_Pugil', 6279, 0.000, 0.000, 0.000, 0), + (17244162, 'Cutter', 6261, 0.000, 0.000, 0.000, 0), + (17244163, 'Ironshell', 6291, 0.000, 0.000, 0.000, 0), + (17244164, 'Makara', 6294, 0.000, 0.000, 0.000, 0), + (17244165, 'Bigclaw', 6253, 0.000, 0.000, 0.000, 0), + (17244166, 'Giant_Spider', 6271, 367.705, -0.851, -22.012, 104), + (17244167, 'Giant_Spider', 6271, 427.525, -8.071, -36.398, 127), + (17244168, 'Giant_Spider', 6271, 430.431, -8.920, -46.863, 127), + (17244169, 'Desert_Dhalmel', 6264, 386.000, -5.000, -57.000, 124), + (17244170, 'Giant_Spider', 6271, 389.266, -8.211, 38.132, 127), + (17244171, 'Giant_Spider', 6271, 361.979, -8.645, 78.117, 8), + (17244172, 'Sand_Beetle', 6298, 336.000, -8.000, 63.000, 127), + (17244173, 'Desert_Dhalmel', 6264, 431.126, -8.257, 43.523, 127), + (17244174, 'Giant_Spider', 6271, 484.842, -8.826, 86.814, 127), + (17244175, 'Sand_Beetle', 6298, 433.313, -8.401, 92.985, 127), + (17244176, 'Sand_Beetle', 6298, 483.355, -8.417, 122.598, 127), + (17244177, 'Antican_Auxiliarius', 6245, 482.908, -8.183, 109.409, 79), + (17244178, 'Antican_Auxiliarius', 6245, 520.000, -8.000, 117.000, 47), + (17244179, 'Giant_Spider', 6271, 481.731, -8.374, 160.496, 111), + (17244180, 'Sand_Beetle', 6298, 485.130, -7.971, 170.767, 127), + (17244181, 'Sand_Beetle', 6298, 517.000, -7.000, 157.000, 112), + (17244182, 'Antican_Auxiliarius', 6245, 434.512, -8.435, 158.666, 127), + (17244183, 'Antican_Auxiliarius', 6245, 483.444, -7.973, 153.995, 127), + (17244184, 'Giant_Spider', 6271, 404.004, -9.165, 151.673, 7), + (17244185, 'Sand_Beetle', 6298, 401.002, -10.710, 171.748, 127), + (17244186, 'Antican_Auxiliarius', 6245, 440.000, -8.000, 116.000, 69), + (17244187, 'Giant_Spider', 6271, 486.558, -8.142, 209.911, 127), + (17244188, 'Sand_Beetle', 6298, 491.368, -9.293, 243.587, 127), + (17244189, 'Antican_Auxiliarius', 6245, 474.798, -8.466, 213.207, 39), + (17244190, 'Diatryma', 6265, 0.000, 0.000, 0.000, 0), + (17244191, 'Sand_Beetle', 6298, 471.259, 3.093, 139.651, 2), + (17244192, 'Sand_Beetle', 6298, 493.538, 1.699, 138.490, 127), + (17244193, 'Antican_Auxiliarius', 6245, 505.485, 1.699, 142.937, 127), + (17244194, 'Antican_Auxiliarius', 6245, 460.009, 2.050, 121.400, 127), + (17244195, 'Giant_Spider', 6271, 278.000, -7.000, 128.000, 67), + (17244196, 'Giant_Spider', 6271, 259.742, -10.595, 151.979, 127), + (17244197, 'Sand_Beetle', 6298, 285.148, -8.632, 161.064, 90), + (17244198, 'Desert_Dhalmel', 6264, 246.878, -7.880, 78.363, 71), + (17244199, 'Fire_Elemental', 6269, 278.699, -10.467, 173.905, 8), + (17244200, 'Giant_Spider', 6271, 257.037, -1.314, -4.891, 0), + (17244201, 'Giant_Spider', 6271, 233.642, -0.767, -13.562, 32), + (17244202, 'Giant_Spider', 6271, 312.983, -7.195, -56.530, 127), + (17244203, 'Sand_Beetle', 6298, 255.600, -3.298, -53.565, 79), + (17244204, 'Desert_Dhalmel', 6264, 218.816, -0.498, -6.406, 127), + (17244205, 'Fire_Elemental', 6269, 287.674, -0.558, -37.520, 78), + (17244206, 'Giant_Spider', 6271, 407.623, -6.792, -135.941, 127), + (17244207, 'Giant_Spider', 6271, 354.285, -0.225, -193.395, 57), + (17244208, 'Sand_Beetle', 6298, 346.358, -3.346, -137.466, 127), + (17244209, 'Desert_Dhalmel', 6264, 371.011, -1.082, -142.273, 127), + (17244210, 'Fire_Elemental', 6269, 372.205, -3.309, -113.198, 123), + (17244211, 'Giant_Spider', 6271, 261.790, 1.174, -241.639, 127), + (17244212, 'Giant_Spider', 6271, 291.437, 6.614, -216.855, 37), + (17244213, 'Sand_Beetle', 6298, 328.354, -3.245, -155.435, 127), + (17244214, 'Desert_Dhalmel', 6264, 292.025, 6.610, -194.107, 10), + (17244215, 'Fire_Elemental', 6269, 306.207, 2.790, -188.849, 127), + (17244216, 'Giant_Spider', 6271, 275.000, 8.000, -306.000, 127), + (17244217, 'Giant_Spider', 6271, 251.913, 7.257, -278.501, 79), + (17244218, 'Desert_Dhalmel', 6264, 312.908, 7.532, -324.231, 127), + (17244219, 'Diatryma', 6265, 231.360, 6.563, -355.726, 127), + (17244220, 'Giant_Spider', 6271, 226.773, -11.539, 104.043, 106), + (17244221, 'Giant_Spider', 6271, 247.317, -9.339, 149.357, 35), + (17244222, 'Sand_Beetle', 6298, 241.535, -8.484, 195.955, 11), + (17244223, 'Fire_Elemental', 6269, 223.252, -11.188, 181.899, 127), + (17244224, 'Giant_Spider', 6271, 159.632, -8.798, 30.849, 127), + (17244225, 'Giant_Spider', 6271, 152.816, -9.276, -50.128, 84), + (17244226, 'Sand_Beetle', 6298, 140.162, -11.474, -20.926, 101), + (17244227, 'Antican_Funditor', 6249, 185.780, -3.871, -2.377, 127), + (17244228, 'Flesh_Eater', 6270, 152.964, -8.985, -21.664, 7), + (17244229, 'Flesh_Eater', 6270, 180.239, -4.856, 15.706, 85), + (17244230, 'Sabotender', 6296, 127.000, -7.000, -51.000, 97), + (17244231, 'Giant_Spider', 6271, 206.966, -8.346, -129.425, 82), + (17244232, 'Giant_Spider', 6271, 149.465, -25.435, -145.035, 22), + (17244233, 'Sand_Beetle', 6298, 195.287, -9.042, -104.346, 16), + (17244234, 'Sand_Beetle', 6298, 196.768, -9.115, -152.534, 37), + (17244235, 'Desert_Dhalmel', 6264, 131.991, -23.825, -143.318, 127), + (17244236, 'Sabotender', 6296, 164.121, -8.397, -79.793, 127), + (17244237, 'Giant_Spider', 6271, 159.137, -7.774, -217.836, 123), + (17244238, 'Giant_Spider', 6271, 154.926, -8.525, -245.400, 127), + (17244239, 'Sand_Beetle', 6298, 240.813, -0.526, -199.644, 12), + (17244240, 'Desert_Dhalmel', 6264, 204.202, -2.265, -226.292, 35), + (17244241, 'Sabotender', 6296, -15.853, -2.639, -186.411, 127), + (17244242, 'Giant_Spider', 6271, 190.789, -0.566, -279.081, 53), + (17244243, 'Giant_Spider', 6271, 178.364, -2.648, -265.913, 127), + (17244244, 'Sand_Beetle', 6298, 197.369, 1.520, -294.749, 127), + (17244245, 'Desert_Dhalmel', 6264, 165.064, -0.115, -287.405, 121), + (17244246, 'Giant_Spider', 6271, 132.890, -8.355, 231.648, 117), + (17244247, 'Sand_Beetle', 6298, 148.657, -9.447, 204.256, 116), + (17244248, 'Desert_Dhalmel', 6264, 183.000, -7.000, 166.000, 59), + (17244249, 'Desert_Dhalmel', 6264, 125.779, -13.043, 245.123, 112), + (17244250, 'Fire_Elemental', 6269, 126.004, -9.943, 233.344, 30), + (17244251, 'Giant_Spider', 6271, 230.188, -9.189, 310.199, 127), + (17244252, 'Sand_Beetle', 6298, 219.589, -7.964, 314.726, 127), + (17244253, 'Desert_Dhalmel', 6264, 215.767, -9.706, 299.306, 127), + (17244254, 'Desert_Dhalmel', 6264, 184.075, -8.134, 286.394, 127), + (17244255, 'Earth_Elemental', 6268, 203.461, -8.648, 276.465, 127), + (17244256, 'Giant_Spider', 6271, 216.201, -7.847, 351.475, 127), + (17244257, 'Sand_Beetle', 6298, 164.000, -7.000, 347.000, 87), + (17244258, 'Sand_Beetle', 6298, 180.847, -9.309, 369.009, 127), + (17244259, 'Desert_Dhalmel', 6264, 249.897, -8.584, 315.085, 127), + (17244260, 'Desert_Dhalmel', 6264, 180.000, -7.000, 318.000, 81), + (17244261, 'Earth_Elemental', 6268, 255.583, -7.863, 323.665, 127), + (17244262, 'Giant_Spider', 6271, 202.605, -9.334, 409.203, 12), + (17244263, 'Sand_Beetle', 6298, 226.994, -8.488, 390.203, 93), + (17244264, 'Sand_Beetle', 6298, 232.000, -7.000, 350.000, 127), + (17244265, 'Desert_Dhalmel', 6264, 249.077, -8.979, 364.442, 64), + (17244266, 'Desert_Dhalmel', 6264, 201.000, -7.000, 351.000, 127), + (17244267, 'Earth_Elemental', 6268, 212.229, -8.565, 394.020, 88), + (17244269, 'Giant_Spider', 6271, 71.000, -7.000, 399.000, 35), + (17244270, 'Sand_Beetle', 6298, 97.531, -11.872, 267.981, 3), + (17244271, 'Sand_Beetle', 6298, 48.501, -8.903, 296.003, 127), + (17244272, 'Antican_Faber', 6248, 76.870, -11.282, 287.906, 127), + (17244273, 'Antican_Faber', 6248, 65.415, -12.496, 274.662, 24), + (17244274, 'Desert_Dhalmel', 6264, 78.905, -9.605, 275.537, 127), + (17244275, 'Giant_Spider', 6271, 80.253, -8.391, 367.001, 123), + (17244276, 'Sand_Beetle', 6298, 92.000, -9.905, 396.421, 127), + (17244277, 'Sand_Beetle', 6298, 75.000, -7.000, 336.000, 127), + (17244278, 'Desert_Dhalmel', 6264, 48.000, -7.000, 316.000, 51), + (17244279, 'Desert_Dhalmel', 6264, 103.000, -7.000, 310.000, 23), + (17244280, 'Earth_Elemental', 6268, 55.154, -8.408, 391.697, 127), + (17244281, 'Giant_Spider', 6271, -75.000, -7.000, -1.000, 71), + (17244282, 'Giant_Spider', 6271, 47.659, -16.343, 179.715, 127), + (17244283, 'Sand_Beetle', 6298, -12.873, -12.902, 211.880, 127), + (17244284, 'Sand_Beetle', 6298, 37.723, -16.289, 200.109, 37), + (17244285, 'Antican_Decurio', 6247, 82.623, -12.787, 241.447, 112), + (17244286, 'Flesh_Eater', 6270, 87.183, -14.956, 226.406, 127), + (17244287, 'Sabotender', 6296, 79.251, -16.262, 209.981, 107), + (17244288, 'Giant_Spider', 6271, -111.639, -7.560, 220.470, 127), + (17244289, 'Sand_Beetle', 6298, -17.000, -7.000, 284.000, 32), + (17244290, 'Sand_Beetle', 6298, 29.215, -30.914, 113.260, 127), + (17244291, 'Antican_Funditor', 6249, 39.302, -17.220, 40.186, 29), + (17244292, 'Antican_Decurio', 6247, 2.986, -7.901, 257.183, 73), + (17244293, 'Antican_Decurio', 6247, 119.980, -17.571, 179.128, 127), + (17244294, 'Flesh_Eater', 6270, -32.383, -7.980, 244.529, 41), + (17244295, 'Antican_Faber', 6248, 105.137, -12.519, 38.927, 49), + (17244296, 'Antican_Funditor', 6249, 74.751, -8.401, -81.522, 127), + (17244297, 'Antican_Decurio', 6247, 54.910, -19.563, 93.139, 57), + (17244298, 'Giant_Spider', 6271, 47.116, -20.374, 141.333, 127), + (17244299, 'Sand_Beetle', 6298, 71.859, -8.363, -0.051, 127), + (17244300, 'Antican_Decurio', 6247, 91.975, -14.343, 20.694, 33), + (17244301, 'Antican_Decurio', 6247, 81.867, -8.442, -37.715, 79), + (17244302, 'Flesh_Eater', 6270, 32.115, -28.308, 87.105, 116), + (17244303, 'Flesh_Eater', 6270, 37.414, -24.589, 100.910, 76), + (17244304, 'Sabotender', 6296, 73.024, -16.841, 73.549, 127), + (17244305, 'Earth_Elemental', 6268, 106.592, -19.279, 173.353, 126), + (17244306, 'Sand_Beetle', 6298, 51.174, -15.691, 36.141, 14), + (17244307, 'Sand_Beetle', 6298, 71.007, -8.153, -77.437, 91), + (17244308, 'Antican_Faber', 6248, 7.375, -7.692, -58.473, 127), + (17244309, 'Antican_Funditor', 6249, -46.133, -7.868, -106.357, 90), + (17244310, 'Antican_Decurio', 6247, 73.668, -7.782, -17.672, 127), + (17244311, 'Flesh_Eater', 6270, 111.454, -9.141, 52.383, 127), + (17244312, 'Sabotender', 6296, 67.723, -14.316, 25.241, 127), + (17244313, 'Sand_Beetle', 6298, 53.985, 3.499, -86.702, 57), + (17244314, 'Antican_Faber', 6248, 0.000, 0.000, 0.000, 0), + (17244315, 'Antican_Decurio', 6247, 40.441, 0.643, -307.768, 127), + (17244316, 'Antican_Decurio', 6247, 0.000, 0.000, 0.000, 0), + (17244317, 'Flesh_Eater', 6270, 49.570, -7.917, -17.198, 127), + (17244318, 'Antican_Veles', 6252, 16.923, 4.699, -60.239, 72), + (17244319, 'Antican_Veles', 6252, 43.965, 1.734, -63.137, 1), + (17244320, 'Antican_Veles', 6252, 62.498, 1.623, -44.142, 127), + (17244321, 'Antican_Centurio', 6246, 63.667, 1.497, -54.497, 50), + (17244322, 'Antican_Centurio', 6246, 37.521, 2.691, -58.087, 127), + (17244323, 'Sand_Beetle', 6298, 56.019, -11.632, -119.283, 127), + (17244324, 'Antican_Centurio', 6246, 48.550, 3.497, -86.337, 91), + (17244325, 'Giant_Spider', 6271, 133.444, -10.997, -83.867, 127), + (17244326, 'Sand_Beetle', 6298, 46.507, -8.325, -80.705, 127), + (17244327, 'Sand_Beetle', 6298, -4.754, -6.221, -171.667, 127), + (17244328, 'Antican_Funditor', 6249, -139.587, -8.145, 176.036, 127), + (17244329, 'Flesh_Eater', 6270, 38.210, -8.269, -90.711, 127), + (17244330, 'Lost_Soul', 6293, 60.424, -14.219, -121.676, 100), + (17244331, 'Lost_Soul', 6293, 25.582, -9.979, -100.847, 73), + (17244332, 'Sabotender', 6296, 36.000, -8.000, -123.000, 120), + (17244333, 'Giant_Spider', 6271, -2.826, -7.274, -166.777, 52), + (17244334, 'Sand_Beetle', 6298, 1.824, -2.741, -182.993, 18), + (17244335, 'Sand_Beetle', 6298, 115.516, 7.458, -317.852, 127), + (17244336, 'Antican_Sagittarius', 6250, 25.477, -5.245, -211.835, 127), + (17244337, 'Flesh_Eater', 6270, 20.571, 0.082, -236.279, 127), + (17244338, 'Lost_Soul', 6293, -0.353, -10.706, -108.070, 126), + (17244339, 'Lost_Soul', 6293, 40.689, -1.694, -239.960, 127), + (17244340, 'Sabotender', 6296, 0.000, 0.000, 0.000, 0), + (17244341, 'Sand_Beetle', 6298, 37.870, -0.213, -288.740, 71), + (17244342, 'Sand_Beetle', 6298, 19.865, 7.306, -370.127, 127), + (17244343, 'Antican_Speculator', 6251, 34.031, 0.187, -310.776, 127), + (17244344, 'Antican_Decurio', 6247, -61.451, -15.917, 157.987, 127), + (17244345, 'Desert_Dhalmel', 6264, 68.318, 5.905, -319.531, 127), + (17244346, 'Flesh_Eater', 6270, 30.569, 4.645, -343.652, 106), + (17244347, 'Lost_Soul', 6293, 81.000, 2.852, -299.046, 25), + (17244348, 'Lost_Soul', 6293, 25.450, 2.539, -336.672, 127), + (17244349, 'Sabotender', 6296, 128.292, -1.787, -275.567, 127), + (17244351, 'Sand_Beetle', 6298, 49.359, 7.686, -404.093, 6), + (17244352, 'Sand_Beetle', 6298, -52.093, 4.488, -291.439, 127), + (17244353, 'Desert_Dhalmel', 6264, 73.901, 7.804, -359.890, 127), + (17244354, 'Flesh_Eater', 6270, 45.074, 7.784, -389.747, 73), + (17244355, 'Lost_Soul', 6293, 129.982, 7.551, -342.344, 127), + (17244356, 'Lost_Soul', 6293, 120.767, 5.065, -373.282, 123), + (17244357, 'Diatryma', 6265, -193.000, 7.000, -326.000, 127), + (17244358, 'Sand_Beetle', 6298, -126.819, 6.855, -300.160, 127), + (17244359, 'Sand_Beetle', 6298, -16.082, 0.257, -201.382, 127), + (17244360, 'Antican_Sagittarius', 6250, -118.242, 6.623, -329.353, 92), + (17244361, 'Antican_Sagittarius', 6250, -27.233, 6.265, -322.527, 81), + (17244362, 'Goblin_Robber', 6276, -7.476, 4.158, -338.205, 127), + (17244363, 'Desert_Dhalmel', 6264, -96.000, 7.000, -304.000, 15), + (17244364, 'Flesh_Eater', 6270, -34.202, 7.779, -351.015, 16), + (17244365, 'Lost_Soul', 6293, -129.580, 6.474, -314.463, 127), + (17244366, 'Lost_Soul', 6293, -48.298, 8.073, -330.059, 127), + (17244367, 'Diatryma', 6265, -40.313, 8.092, -340.381, 127), + (17244368, 'Sand_Beetle', 6298, -4.000, -6.000, -171.000, 127), + (17244369, 'Antican_Speculator', 6251, -21.492, 0.278, -276.466, 82), + (17244370, 'Antican_Speculator', 6251, 3.378, 0.233, -248.304, 109), + (17244371, 'Antican_Sagittarius', 6250, 1.629, -0.492, -242.412, 25), + (17244372, 'Centurio_XII-I', 6255, -44.353, -0.433, -243.704, 127), + (17244373, 'Antican_Decurio', 6247, -71.918, -12.450, 176.819, 127), + (17244374, 'Antican_Speculator', 6251, 0.000, 0.000, 0.000, 0), + (17244375, 'Sand_Beetle', 6298, -77.198, 4.659, -225.729, 104), + (17244376, 'Antican_Speculator', 6251, 23.000, 10.000, -260.000, 127), + (17244377, 'Antican_Speculator', 6251, 0.926, 9.701, -262.476, 70), + (17244378, 'Antican_Sagittarius', 6250, -20.818, 10.338, -255.974, 70), + (17244379, 'Sand_Beetle', 6298, -125.033, 7.769, -252.723, 26), + (17244380, 'Sand_Beetle', 6298, -23.701, -8.078, -73.650, 6), + (17244381, 'Antican_Speculator', 6251, -134.793, -1.790, -205.309, 127), + (17244382, 'Antican_Sagittarius', 6250, -68.891, -0.205, -205.578, 90), + (17244383, 'Goblin_Robber', 6276, -98.004, -6.534, -161.494, 127), + (17244384, 'Goblin_Poacher', 6274, -110.036, -4.941, -181.201, 127), + (17244385, 'Lost_Soul', 6293, -94.881, 8.040, -268.801, 23), + (17244386, 'Lost_Soul', 6293, -77.967, 7.784, -252.070, 127), + (17244387, 'Giant_Spider', 6271, -38.000, -7.000, -35.000, 11), + (17244388, 'Sand_Beetle', 6298, -58.202, -4.171, -86.039, 22), + (17244389, 'Sand_Beetle', 6298, -157.269, 1.799, -50.136, 127), + (17244390, 'Antican_Funditor', 6249, 0.000, 0.000, 0.000, 0), + (17244391, 'Flesh_Eater', 6270, 7.392, -9.480, -86.863, 6), + (17244392, 'Lost_Soul', 6293, -40.980, -7.783, -134.159, 127), + (17244393, 'Lost_Soul', 6293, -11.770, -10.045, -91.064, 53), + (17244394, 'Sabotender', 6296, 0.000, 0.000, 0.000, 0), + (17244395, 'Giant_Spider', 6271, -85.000, 2.952, -46.000, 28), + (17244396, 'Dune_Widow', 6267, -124.890, -8.576, 32.533, 64), + (17244397, 'Giant_Spider', 6271, -110.259, -11.813, 54.668, 127), + (17244398, 'Sand_Beetle', 6298, -93.491, -3.433, -57.018, 71), + (17244399, 'Sand_Beetle', 6298, -76.084, -16.367, 73.398, 127), + (17244400, 'Flesh_Eater', 6270, -166.360, 6.692, -71.013, 127), + (17244401, 'Flesh_Eater', 6270, -153.801, 5.918, -75.302, 41), + (17244402, 'Lost_Soul', 6293, -88.297, -0.991, -60.190, 33), + (17244403, 'Lost_Soul', 6293, -57.281, -11.566, 17.443, 127), + (17244404, 'Sabotender', 6296, -19.684, -9.312, 9.270, 127), + (17244405, 'Earth_Elemental', 6268, -118.511, -6.920, -11.769, 127), + (17244406, 'Giant_Spider', 6271, -63.693, -15.468, 37.550, 32), + (17244407, 'Sand_Beetle', 6298, -53.873, -16.019, 75.358, 78), + (17244408, 'Sand_Beetle', 6298, 7.007, -23.652, 134.978, 26), + (17244409, 'Flesh_Eater', 6270, -8.441, -21.510, 67.931, 127), + (17244410, 'Flesh_Eater', 6270, -9.341, -19.025, 52.817, 127), + (17244411, 'Sabotender', 6296, 9.555, -18.837, 48.225, 114), + (17244412, 'Earth_Elemental', 6268, 11.804, -31.675, 81.634, 127), + (17244413, 'Giant_Spider', 6271, -36.319, -16.343, 127.472, 67), + (17244414, 'Sand_Beetle', 6298, -78.232, -15.851, 144.444, 22), + (17244415, 'Sand_Beetle', 6298, -101.116, -7.910, 302.738, 14), + (17244416, 'Antican_Decurio', 6247, -106.067, -7.938, 330.504, 31), + (17244417, 'Antican_Decurio', 6247, -65.245, -10.943, 404.254, 127), + (17244418, 'Flesh_Eater', 6270, -48.356, -12.090, 179.856, 127), + (17244419, 'Sabotender', 6296, 267.000, -0.922, -146.000, 91), + (17244420, 'Giant_Spider', 6271, -98.459, -7.756, 356.935, 38), + (17244421, 'Sand_Beetle', 6298, -211.152, -3.569, 253.670, 127), + (17244422, 'Antican_Decurio', 6247, -153.581, -7.471, 273.678, 127), + (17244423, 'Antican_Decurio', 6247, -158.383, -7.869, 302.302, 127), + (17244424, 'Desert_Dhalmel', 6264, -106.869, -8.254, 309.918, 127), + (17244425, 'Flesh_Eater', 6270, -117.565, -8.452, 361.908, 127), + (17244426, 'Flesh_Eater', 6270, -45.536, -8.235, 297.201, 127), + (17244427, 'Diatryma', 6265, -39.000, -8.000, 326.000, 75), + (17244428, 'Giant_Spider', 6271, -161.333, -8.412, 327.637, 33), + (17244429, 'Sand_Beetle', 6298, -120.702, -13.240, 146.331, 127), + (17244430, 'Antican_Decurio', 6247, -111.851, -10.070, 113.363, 127), + (17244431, 'Antican_Decurio', 6247, -209.431, -1.413, 218.416, 114), + (17244432, 'Desert_Dhalmel', 6264, -182.000, -0.010, 204.000, 121), + (17244433, 'Flesh_Eater', 6270, -161.004, -4.603, 262.892, 123), + (17244434, 'Flesh_Eater', 6270, -193.262, -9.657, 290.523, 127), + (17244435, 'Diatryma', 6265, -147.101, -7.989, 360.490, 57), + (17244436, 'Giant_Spider', 6271, -129.646, -10.544, 106.096, 127), + (17244437, 'Sand_Beetle', 6298, -199.234, -0.320, 209.325, 16), + (17244438, 'Antican_Funditor', 6249, 0.000, 0.000, 0.000, 0), + (17244439, 'Antican_Decurio', 6247, 0.000, 0.000, 0.000, 0), + (17244440, 'Desert_Dhalmel', 6264, -137.974, -7.935, 165.269, 127), + (17244441, 'Flesh_Eater', 6270, -114.096, -8.550, 101.389, 72), + (17244442, 'Sabotender', 6296, -118.895, -9.397, 159.682, 99), + (17244443, 'Giant_Spider', 6271, -189.983, -3.048, 150.850, 127), + (17244444, 'Sand_Beetle', 6298, -202.024, -0.500, 157.086, 52), + (17244445, 'Sand_Beetle', 6298, -17.925, -28.571, 98.593, 41), + (17244446, 'Antican_Decurio', 6247, 0.000, 0.000, 0.000, 0), + (17244447, 'Desert_Dhalmel', 6264, -201.265, -0.233, 165.669, 127), + (17244448, 'Flesh_Eater', 6270, -157.449, -1.464, 195.122, 127), + (17244449, 'Goblin_Reaper', 6275, -239.743, -0.559, 164.315, 127), + (17244450, 'Goblin_Trader', 6278, -270.000, -0.010, 119.000, 11), + (17244451, 'Goblin_s_Spider', 6277, 0.000, 0.000, 0.000, 0), + (17244452, 'Desert_Dhalmel', 6264, -239.922, -2.566, 111.553, 127), + (17244453, 'Lesser_Manticore', 6292, -223.508, -7.196, 118.673, 12), + (17244454, 'Lesser_Manticore', 6292, -328.707, -0.026, 103.614, 82), + (17244455, 'Goblin_Trader', 6278, -139.081, -8.041, 84.939, 127), + (17244456, 'Goblin_s_Spider', 6277, 0.000, 0.000, 0.000, 0), + (17244457, 'Goblin_Trader', 6278, -124.274, -9.301, 73.439, 33), + (17244458, 'Goblin_s_Spider', 6277, 0.000, 0.000, 0.000, 0), + (17244459, 'Desert_Dhalmel', 6264, -232.940, -1.520, 54.335, 127), + (17244460, 'Lost_Soul', 6293, -173.143, -7.243, 18.870, 72), + (17244461, 'Sabotender', 6296, -219.352, -0.461, 70.676, 36), + (17244462, 'Lesser_Manticore', 6292, -217.199, -0.504, 63.937, 72), + (17244463, 'Lesser_Manticore', 6292, -225.954, -1.753, 95.539, 127), + (17244464, 'Goblin_Reaper', 6275, -327.522, 0.125, 54.481, 97), + (17244465, 'Goblin_Trader', 6278, -289.630, -0.833, 38.324, 127), + (17244466, 'Goblin_s_Spider', 6277, 0.000, 0.000, 0.000, 0), + (17244467, 'Desert_Dhalmel', 6264, -287.000, -0.206, 59.000, 33), + (17244468, 'Lost_Soul', 6293, -313.490, -0.219, 83.868, 89), + (17244469, 'Lesser_Manticore', 6292, -322.240, 0.030, 13.309, 5), + (17244470, 'Lesser_Manticore', 6292, -348.485, -0.125, 40.435, 11), + (17244472, 'Goblin_Reaper', 6275, -249.378, -1.141, 0.770, 127), + (17244473, 'Goblin_Reaper', 6275, -318.553, 2.562, -57.503, 60), + (17244474, 'Desert_Dhalmel', 6264, -304.093, 0.318, -11.623, 127), + (17244475, 'Lost_Soul', 6293, -329.810, -1.833, -40.677, 45), + (17244476, 'Lost_Soul', 6293, -310.616, -0.153, -43.730, 17), + (17244477, 'Lost_Soul', 6293, -286.270, -0.161, -48.349, 127), + (17244478, 'Lesser_Manticore', 6292, -176.000, -7.000, 1.000, 127), + (17244479, 'Lesser_Manticore', 6292, -158.000, -8.000, 79.000, 47), + (17244480, 'Goblin_Robber', 6276, -202.655, 7.808, -90.198, 127), + (17244481, 'Goblin_Robber', 6276, -235.042, 7.571, -161.943, 87), + (17244482, 'Goblin_Trader', 6278, -188.603, 7.162, -108.062, 27), + (17244483, 'Goblin_s_Spider', 6277, 0.000, 0.000, 0.000, 0), + (17244484, 'Goblin_Poacher', 6274, -95.093, 0.003, -118.523, 127), + (17244485, 'Lost_Soul', 6293, -218.446, 8.227, -150.448, 59), + (17244486, 'Lost_Soul', 6293, -164.947, 7.994, -141.689, 106), + (17244487, 'Sabotender', 6296, -212.677, 9.197, -180.840, 99), + (17244488, 'Goblin_Robber', 6276, -239.932, 8.205, -222.775, 127), + (17244489, 'Goblin_Poacher', 6274, -163.688, 7.066, -245.234, 98), + (17244490, 'Goblin_Poacher', 6274, -191.705, 5.937, -249.128, 35), + (17244491, 'Goblin_Robber', 6276, -206.000, 8.000, -207.000, 53), + (17244492, 'Goblin_Robber', 6276, -226.305, 7.683, -194.950, 10), + (17244493, 'Goblin_Poacher', 6274, -207.000, 8.000, -186.000, 127), + (17244494, 'Goblin_Reaper', 6275, -179.070, 8.453, -162.468, 65), + (17244495, 'Goblin_Robber', 6276, -178.490, 9.323, -217.944, 109), + (17244496, 'Goblin_Poacher', 6274, -183.157, 9.550, -212.402, 32), + (17244497, 'Goblin_Poacher', 6274, -195.000, 8.000, -166.000, 127), + (17244498, 'Goblin_Trader', 6278, -293.924, 7.675, -127.310, 127), + (17244499, 'Goblin_s_Spider', 6277, 0.000, 0.000, 0.000, 0), + (17244500, 'Goblin_Robber', 6276, -323.000, 8.000, -111.000, 64), + (17244501, 'Desert_Dhalmel', 6264, -293.997, 5.249, -160.445, 127), + (17244502, 'Lost_Soul', 6293, -304.181, 7.303, -113.645, 127), + (17244503, 'Lesser_Manticore', 6292, -174.000, -0.030, 237.000, 75), + (17244504, 'Lesser_Manticore', 6292, -158.000, -8.000, 35.000, 127), + (17244505, 'Goblin_Poacher', 6274, -315.267, 7.273, -194.591, 127), + (17244506, 'Goblin_Reaper', 6275, -303.745, 5.910, -190.736, 23), + (17244507, 'Desert_Dhalmel', 6264, -307.000, 8.000, -206.000, 127), + (17244508, 'Lost_Soul', 6293, -269.004, 7.931, -200.935, 127), + (17244509, 'Goblin_Robber', 6276, -232.230, 7.024, -273.263, 127), + (17244510, 'Goblin_Poacher', 6274, -247.130, 6.922, -322.046, 59), + (17244511, 'Desert_Dhalmel', 6264, -223.968, 7.115, -309.742, 127), + (17244512, 'Lost_Soul', 6293, -220.176, 8.170, -316.996, 94), + (17244513, 'Diatryma', 6265, 0.000, 0.000, 0.000, 0), + (17244514, 'Doom_Scorpion', 6266, 291.630, -7.680, 61.766, 127), + (17244515, 'Flesh_Eater', 6270, 76.028, -16.212, 191.072, 127), + (17244516, 'Doom_Scorpion', 6266, 59.561, -15.721, 195.336, 127), + (17244517, 'Flesh_Eater', 6270, 40.000, -8.000, 242.000, 127), + (17244518, 'Doom_Scorpion', 6266, 20.147, -8.216, 275.655, 127), + (17244519, 'Flesh_Eater', 6270, -58.996, -16.280, 74.222, 127), + (17244520, 'Doom_Scorpion', 6266, -71.603, -15.605, 57.610, 127), + (17244521, 'Doom_Scorpion', 6266, -269.405, -0.099, -6.951, 94), + (17244522, 'Goblin_Digger', 6272, -211.184, 7.776, -136.339, 127), + (17244523, 'Decurio_I-III', 6262, 111.000, -7.000, -75.000, 173), + (17244524, 'Tsuchigumo', 6301, 45.000, -8.000, 404.000, 33), + (17244525, 'Tsuchigumo', 6301, 46.000, -8.000, 404.000, 33), + (17244526, 'Hobgoblin_Warrior', 6289, 0.000, 0.000, 0.000, 0), + (17244527, 'Hobgoblin_White_Mage', 6290, 0.000, 0.000, 0.000, 0), + (17244528, 'Hobgoblin_Black_Mage', 6284, 0.000, 0.000, 0.000, 0), + (17244529, 'Hobgoblin_Red_Mage', 6287, 0.000, 0.000, 0.000, 0), + (17244530, 'Hobgoblin_Thief', 6288, 0.000, 0.000, 0.000, 0), + (17244531, 'Hobgoblin_Dark_Knight', 6285, 0.000, 0.000, 0.000, 0), + (17244532, 'Hobgoblin_Ranger', 6286, 0.000, 0.000, 0.000, 0), + (17244533, 'Hobgoblin_Beastmaster', 6283, 0.000, 0.000, 0.000, 0), + (17244534, 'Goblin_s_Spider', 6277, 0.000, 0.000, 0.000, 0), + (17244535, 'Contantican_Warrior', 6260, 0.000, 0.000, 0.000, 0), + (17244536, 'Contantican_Black_Mage', 6257, 0.000, 0.000, 0.000, 0), + (17244537, 'Contantican_Paladin', 6258, 0.000, 0.000, 0.000, 0), + (17244538, 'Contantican_Ranger', 6259, 0.000, 0.000, 0.000, 0), + (17244539, 'Cactrot_Rapido', 6254, -43.733, 0.029, -205.890, 66), + (17244540, 'Hastatus_XIII-LXXV', 6281, 0.000, 0.000, 0.000, 0), + (17244541, 'Hastatus_XIII-XCVI', 6282, 0.000, 0.000, 0.000, 0), + (17244542, 'Sagittarius_XIII-XXVI', 6297, -20.295, -28.901, 118.493, 114), + (17244543, 'Princeps_XIII-LXXXIX', 6295, 0.000, 0.000, 0.000, 0), + (17244545, 'Hastatus_XIII-CXXVIII', 6280, 0.000, 0.000, 0.000, 0), + (17244546, 'Triarius_XIII-LIX', 6300, 0.000, 0.000, 0.000, 0), + (17244547, 'Decurio_XIII-LV', 6263, 0.000, 0.000, 0.000, 0), + (17244548, 'Centurio_XIII-V', 6256, 0.000, 0.000, 0.000, 0), + (17244549, 'Satyral', 6299, 0.000, 0.000, 0.000, 0), + (17248257, 'Palm_Crab', 6333, 0.000, 0.000, 0.000, 0), + (17248258, 'Savanna_Crab', 6338, 0.000, 0.000, 0.000, 0), + (17248259, 'Land_Crab', 6327, 0.000, 0.000, 0.000, 0), + (17248260, 'Mugger_Crab', 6331, 0.000, 0.000, 0.000, 0), + (17248261, 'Passage_Crab', 6334, 0.000, 0.000, 0.000, 0), + (17248262, 'Tiny_Mandragora', 6341, 81.748, -0.563, -271.270, 34), + (17248263, 'Tiny_Mandragora', 6341, 22.326, 0.281, -350.662, 127), + (17248264, 'Tiny_Mandragora', 6341, 58.595, -1.558, -324.030, 127), + (17248265, 'Tiny_Mandragora', 6341, 58.004, -0.139, -298.099, 127), + (17248266, 'Tiny_Mandragora', 6341, 100.000, -1.000, -281.000, 39), + (17248267, 'Tiny_Mandragora', 6341, 2.766, -1.250, -347.136, 127), + (17248268, 'Bumblebee', 6310, 48.190, -1.231, -364.085, 62), + (17248269, 'Bumblebee', 6310, 47.589, -1.071, -266.796, 127), + (17248270, 'Bumblebee', 6310, 47.658, -0.944, -274.880, 127), + (17248271, 'Bumblebee', 6310, 53.268, 0.135, -316.739, 119), + (17248272, 'Savanna_Rarab', 6339, 22.597, -1.500, -341.177, 127), + (17248273, 'Savanna_Rarab', 6339, 79.112, -1.608, -258.494, 49), + (17248274, 'Tiny_Mandragora', 6341, 284.223, -5.116, 65.791, 127), + (17248275, 'Tiny_Mandragora', 6341, 330.459, -5.012, 75.235, 115), + (17248276, 'Tiny_Mandragora', 6341, 300.000, -5.000, 5.000, 35), + (17248277, 'Tiny_Mandragora', 6341, 313.477, -6.017, 59.351, 127), + (17248278, 'Tiny_Mandragora', 6341, 390.056, -4.899, 38.792, 29), + (17248279, 'Bumblebee', 6310, 285.000, -4.000, 33.000, 127), + (17248280, 'Bumblebee', 6310, 301.933, -3.752, 89.062, 78), + (17248281, 'Bumblebee', 6310, 380.585, -5.476, 38.678, 97), + (17248282, 'Savanna_Rarab', 6339, 353.000, -4.000, 5.000, 82), + (17248283, 'Savanna_Rarab', 6339, 307.870, -4.357, 29.711, 88), + (17248284, 'Tiny_Mandragora', 6341, 98.126, 2.825, -438.103, 121), + (17248285, 'Tiny_Mandragora', 6341, 104.000, -1.000, -312.000, 21), + (17248286, 'Tiny_Mandragora', 6341, 122.000, -1.000, -322.000, 127), + (17248287, 'Tiny_Mandragora', 6341, 104.000, -1.000, -359.000, 128), + (17248288, 'Tiny_Mandragora', 6341, 145.399, 2.798, -440.488, 127), + (17248289, 'Tiny_Mandragora', 6341, 75.947, 2.990, -477.340, 126), + (17248290, 'Bumblebee', 6310, -1.417, -1.053, -414.101, 127), + (17248291, 'Bumblebee', 6310, 73.000, 3.000, -441.000, 104), + (17248292, 'Bumblebee', 6310, -24.000, -2.000, -360.000, 12), + (17248293, 'River_Crab', 6337, 104.000, 6.000, -459.000, 127), + (17248294, 'River_Crab', 6337, 89.000, 4.000, -481.000, 75), + (17248295, 'River_Crab', 6337, 135.246, 5.407, -453.189, 21), + (17248296, 'Crawler', 6320, -72.222, -4.813, -389.866, 71), + (17248297, 'Crawler', 6320, -212.867, -0.963, -360.607, 127), + (17248298, 'Savanna_Rarab', 6339, -207.333, -0.990, -382.393, 127), + (17248299, 'Savanna_Rarab', 6339, -194.350, -1.381, -337.210, 127), + (17248300, 'Savanna_Rarab', 6339, -245.000, -1.000, -396.000, 59), + (17248301, 'Savanna_Rarab', 6339, -99.186, -5.492, -392.620, 100), + (17248302, 'Carrion_Crow', 6315, -21.189, -2.700, -391.333, 127), + (17248303, 'Carrion_Crow', 6315, -144.452, -2.608, -406.263, 101), + (17248304, 'Carrion_Crow', 6315, -72.216, -5.086, -375.708, 127), + (17248305, 'Goblin_Thug', 6325, -139.589, -2.895, -397.908, 127), + (17248306, 'Goblin_Thug', 6325, -212.323, -0.941, -345.777, 95), + (17248307, 'Crawler', 6320, 6.613, -0.936, -226.094, 127), + (17248308, 'Crawler', 6320, 65.001, -1.353, -168.179, 127), + (17248309, 'Crawler', 6320, 40.065, -1.351, -141.516, 127), + (17248310, 'Crawler', 6320, 79.000, -1.000, -54.000, 127), + (17248311, 'Savanna_Rarab', 6339, 75.122, -0.672, -88.027, 127), + (17248312, 'Savanna_Rarab', 6339, 46.000, -0.425, -88.000, 92), + (17248313, 'Savanna_Rarab', 6339, -56.825, -5.050, -241.828, 127), + (17248314, 'Savanna_Rarab', 6339, 42.376, -0.526, -183.944, 127), + (17248315, 'Savanna_Rarab', 6339, -4.000, -1.000, -192.000, 127), + (17248316, 'Savanna_Rarab', 6339, 59.340, -0.218, -123.724, 102), + (17248317, 'Savanna_Rarab', 6339, 86.000, -1.000, -191.000, 114), + (17248318, 'Savanna_Rarab', 6339, -280.000, -16.000, 395.000, 127), + (17248319, 'Savanna_Rarab', 6339, -49.068, -4.617, -225.605, 79), + (17248320, 'Carrion_Crow', 6315, 95.000, -1.000, -128.000, 127), + (17248321, 'Carrion_Crow', 6315, 67.748, -0.632, -230.707, 101), + (17248322, 'Carrion_Crow', 6315, 121.173, -1.140, -99.807, 127), + (17248323, 'Carrion_Crow', 6315, -95.000, -17.000, 383.000, 62), + (17248324, 'Goblin_Thug', 6325, 111.537, -0.873, -106.274, 35), + (17248325, 'Goblin_Thug', 6325, 68.281, -0.238, -205.215, 127), + (17248326, 'Goblin_Weaver', 6326, 77.567, -0.470, -114.337, 2), + (17248327, 'Crawler', 6320, 81.690, -0.034, -5.733, 127), + (17248328, 'Crawler', 6320, 116.754, -0.181, -35.827, 90), + (17248329, 'Crawler', 6320, 109.907, -1.571, -64.519, 111), + (17248330, 'Crawler', 6320, 157.779, -2.478, -22.602, 127), + (17248331, 'Savanna_Rarab', 6339, 205.994, -5.347, 45.930, 43), + (17248332, 'Savanna_Rarab', 6339, 137.914, -1.489, -38.924, 127), + (17248333, 'Savanna_Rarab', 6339, 152.480, -4.072, 42.575, 127), + (17248334, 'Savanna_Rarab', 6339, 155.870, -4.997, 23.399, 127), + (17248335, 'Savanna_Rarab', 6339, -351.000, -17.000, 377.000, 127), + (17248336, 'Savanna_Rarab', 6339, 170.490, -5.161, 85.110, 127), + (17248337, 'Savanna_Rarab', 6339, 203.852, -5.016, -11.164, 127), + (17248338, 'Savanna_Rarab', 6339, 162.373, -1.026, -49.043, 127), + (17248339, 'Savanna_Rarab', 6339, 194.818, -4.637, 75.189, 127), + (17248340, 'Carrion_Crow', 6315, 89.010, -0.143, 3.944, 29), + (17248341, 'Carrion_Crow', 6315, 167.464, -4.039, 16.278, 127), + (17248342, 'Carrion_Crow', 6315, 152.307, -4.855, 23.984, 12), + (17248343, 'Carrion_Crow', 6315, 217.000, -5.000, 121.000, 54), + (17248344, 'Goblin_Thug', 6325, 113.715, -1.764, -19.344, 116), + (17248345, 'Goblin_Thug', 6325, 195.092, -3.833, 103.430, 70), + (17248346, 'Goblin_Weaver', 6326, 147.163, -2.764, -6.098, 127), + (17248347, 'Crawler', 6320, 306.486, -6.960, 156.738, 127), + (17248348, 'Crawler', 6320, 338.455, -5.653, 118.878, 110), + (17248349, 'Savanna_Rarab', 6339, 281.549, -5.410, 137.158, 127), + (17248350, 'Savanna_Rarab', 6339, 394.767, -4.811, 119.513, 127), + (17248351, 'Savanna_Rarab', 6339, 274.379, -4.602, 111.067, 127), + (17248352, 'Savanna_Rarab', 6339, 359.353, -7.621, 148.047, 2), + (17248353, 'Savanna_Rarab', 6339, 301.072, -5.142, 117.693, 105), + (17248354, 'Carrion_Crow', 6315, 354.165, -4.839, 115.266, 30), + (17248355, 'Carrion_Crow', 6315, 323.993, -7.883, 151.359, 127), + (17248356, 'Goblin_Thug', 6325, 403.347, -5.239, 109.722, 127), + (17248357, 'Goblin_Weaver', 6326, 337.866, -9.447, 161.174, 127), + (17248358, 'River_Crab', 6337, -272.000, 5.000, -450.000, 127), + (17248359, 'River_Crab', 6337, -369.000, 4.000, -388.000, 127), + (17248360, 'River_Crab', 6337, -398.622, 3.926, -364.970, 18), + (17248361, 'River_Crab', 6337, -351.000, 4.000, -446.000, 52), + (17248362, 'River_Crab', 6337, -259.000, 8.000, -481.000, 89), + (17248363, 'River_Crab', 6337, -323.000, 4.000, -446.000, 107), + (17248364, 'River_Crab', 6337, -258.000, 6.000, -458.000, 127), + (17248365, 'River_Crab', 6337, -287.000, 4.000, -449.000, 127), + (17248366, 'Goblin_Thug', 6325, -303.000, 2.000, -379.000, 23), + (17248367, 'Goblin_Weaver', 6326, -320.772, 2.897, -425.115, 54), + (17248368, 'Goblin_Fisher', 6324, -301.183, 2.639, -410.352, 24), + (17248369, 'Goblin_Fisher', 6324, -268.584, 3.702, -447.277, 127), + (17248370, 'Goblin_Fisher', 6324, -348.723, 2.397, -435.091, 13), + (17248371, 'Crawler', 6320, -114.125, -4.721, -236.760, 93), + (17248372, 'Crawler', 6320, -124.677, -4.717, -168.971, 127), + (17248373, 'Crawler', 6320, -233.943, -0.433, -283.561, 127), + (17248374, 'Crawler', 6320, -265.000, -1.000, -318.000, 127), + (17248375, 'Savanna_Rarab', 6339, -141.823, -5.610, -219.243, 127), + (17248376, 'Savanna_Rarab', 6339, -160.801, -4.953, -212.011, 50), + (17248377, 'Savanna_Rarab', 6339, -243.363, -0.196, -251.188, 127), + (17248378, 'Savanna_Rarab', 6339, -94.268, -5.387, -123.833, 103), + (17248379, 'Savanna_Rarab', 6339, -327.000, -1.000, -315.000, 11), + (17248380, 'Savanna_Rarab', 6339, -289.689, -1.394, -276.775, 110), + (17248381, 'Savanna_Rarab', 6339, -305.869, 2.114, -343.517, 62), + (17248382, 'Savanna_Rarab', 6339, -293.258, 0.271, -329.474, 127), + (17248383, 'Savanna_Rarab', 6339, -99.691, -5.717, -116.898, 13), + (17248384, 'Carrion_Crow', 6315, -105.614, -5.432, -246.014, 127), + (17248385, 'Carrion_Crow', 6315, -90.983, -5.230, -215.546, 127), + (17248386, 'Carrion_Crow', 6315, -114.432, -5.455, -137.033, 127), + (17248387, 'Carrion_Crow', 6315, -204.473, -4.037, -209.063, 113), + (17248388, 'Goblin_Thug', 6325, -185.940, -1.753, -280.140, 108), + (17248389, 'Goblin_Thug', 6325, -113.459, -5.259, -209.271, 61), + (17248390, 'Goblin_Weaver', 6326, 0.000, 0.000, 0.000, 0), + (17248391, 'Goblin_Thug', 6325, -174.000, -5.000, -149.000, 127), + (17248392, 'Goblin_Thug', 6325, -178.407, -6.279, -147.221, 127), + (17248393, 'Goblin_Weaver', 6326, -179.000, -6.352, -150.000, 124), + (17248394, 'Mandragora', 6330, 63.437, -5.960, 90.056, 127), + (17248395, 'Mandragora', 6330, 139.062, -5.285, 81.947, 127), + (17248396, 'Mandragora', 6330, 36.716, -1.162, 18.953, 127), + (17248397, 'Mandragora', 6330, 26.555, -7.943, 106.358, 127), + (17248398, 'Mandragora', 6330, 98.374, -7.019, 99.096, 127), + (17248399, 'Crawler', 6320, 35.482, -8.730, 128.151, 79), + (17248400, 'Crawler', 6320, 58.854, -2.690, 56.479, 23), + (17248401, 'Crawler', 6320, 64.530, -9.016, 142.134, 127), + (17248402, 'Savanna_Rarab', 6339, 57.796, -0.477, 40.589, 127), + (17248403, 'Savanna_Rarab', 6339, 96.258, -2.705, 58.418, 127), + (17248404, 'Savanna_Rarab', 6339, 71.590, -3.392, 64.300, 127), + (17248405, 'Savanna_Rarab', 6339, 113.086, -6.353, 92.558, 26), + (17248406, 'Carrion_Crow', 6315, 81.418, -2.899, 59.641, 127), + (17248407, 'Carrion_Crow', 6315, -3.000, -4.000, 80.000, 127), + (17248408, 'Carrion_Crow', 6315, -10.968, -5.529, 22.895, 20), + (17248409, 'Yagudo_Initiate', 6347, 54.514, -8.106, 129.178, 127), + (17248410, 'Yagudo_Acolyte', 6344, 64.588, -9.160, 144.923, 43), + (17248411, 'Yagudo_Scribe', 6349, 37.018, -1.042, 37.272, 3), + (17248412, 'Balloon', 6305, -41.426, -8.619, 78.680, 127), + (17248413, 'Mandragora', 6330, -95.384, -17.345, 299.281, 127), + (17248414, 'Mandragora', 6330, -4.269, -12.729, 242.019, 100), + (17248415, 'Mandragora', 6330, -4.703, -13.400, 270.752, 124), + (17248416, 'Mandragora', 6330, -39.000, -12.000, 319.000, 77), + (17248417, 'Mandragora', 6330, -26.243, -12.678, 291.313, 50), + (17248418, 'Crawler', 6320, -132.460, -17.463, 396.822, 127), + (17248419, 'Crawler', 6320, -161.935, -16.904, 382.379, 27), + (17248420, 'Crawler', 6320, -69.529, -15.934, 366.459, 58), + (17248421, 'Savanna_Rarab', 6339, -59.030, -13.682, 265.524, 127), + (17248422, 'Savanna_Rarab', 6339, -40.023, -12.607, 242.778, 127), + (17248423, 'Savanna_Rarab', 6339, -69.117, -16.029, 297.000, 31), + (17248424, 'Savanna_Rarab', 6339, -86.680, -13.155, 246.950, 127), + (17248425, 'Carrion_Crow', 6315, -81.266, -11.619, 230.977, 127), + (17248426, 'Carrion_Crow', 6315, -21.812, -12.382, 231.438, 127), + (17248427, 'Carrion_Crow', 6315, -40.312, -10.860, 224.928, 127), + (17248428, 'Yagudo_Initiate', 6347, -6.424, -11.815, 231.389, 127), + (17248429, 'Yagudo_Acolyte', 6344, -81.267, -16.657, 291.470, 68), + (17248430, 'Yagudo_Scribe', 6349, -44.192, -12.603, 356.077, 127), + (17248431, 'Mad_Fox', 6328, -67.601, -15.030, 281.626, 127), + (17248432, 'Magicked_Bones', 6329, -28.931, -12.587, 232.717, 49), + (17248433, 'Balloon', 6305, -108.252, -16.115, 356.243, 29), + (17248434, 'Mandragora', 6330, 314.790, -19.904, 288.276, 64), + (17248435, 'Mandragora', 6330, 315.783, -17.755, 411.539, 127), + (17248436, 'Crawler', 6320, 317.414, -16.674, 365.212, 34), + (17248437, 'Crawler', 6320, 271.000, -21.000, 296.000, 40), + (17248438, 'Crawler', 6320, 354.532, -20.357, 356.230, 6), + (17248439, 'Savanna_Rarab', 6339, 320.690, -17.507, 408.743, 127), + (17248440, 'Savanna_Rarab', 6339, 345.752, -19.460, 397.321, 20), + (17248441, 'Savanna_Rarab', 6339, 321.151, -16.727, 365.545, 74), + (17248442, 'Carrion_Crow', 6315, 320.256, -17.712, 411.364, 127), + (17248443, 'Mad_Fox', 6328, 294.765, -17.118, 437.473, 125), + (17248444, 'Mandragora', 6330, 57.000, -18.000, 260.000, 92), + (17248445, 'Mandragora', 6330, 246.967, -24.908, 261.980, 47), + (17248446, 'Crawler', 10834, 123.000, -32.000, 282.000, 93), + (17248447, 'Crawler', 10834, 158.000, -40.000, 318.000, 91), + (17248448, 'Giant_Bee', 6322, 92.305, -14.906, 202.505, 127), + (17248449, 'Giant_Bee', 6322, 259.497, -17.572, 217.120, 75), + (17248450, 'Giant_Bee', 6322, 112.397, -18.985, 198.166, 127), + (17248451, 'Giant_Bee', 6322, 269.468, -17.978, 237.457, 91), + (17248452, 'Giant_Bee', 6322, 278.620, -16.619, 200.447, 57), + (17248453, 'Giant_Bee', 6322, 194.175, -22.256, 214.724, 123), + (17248454, 'Carrion_Crow', 6315, 154.520, -32.600, 281.810, 126), + (17248455, 'Carrion_Crow', 6315, 190.000, -24.000, 248.000, 127), + (17248456, 'Yagudo_Initiate', 6347, 59.789, -13.359, 202.220, 127), + (17248457, 'Yagudo_Acolyte', 6344, 256.561, -20.374, 252.968, 101), + (17248458, 'Yagudo_Scribe', 6349, 116.202, -12.585, 170.251, 66), + (17248459, 'Magicked_Bones', 6329, 0.000, 0.000, 0.000, 0), + (17248460, 'Magicked_Bones', 6329, 222.063, -17.300, 161.724, 32), + (17248461, 'Magicked_Bones', 6329, 153.772, -21.525, 210.283, 127), + (17248462, 'Balloon', 6305, 224.298, -25.643, 264.326, 18), + (17248463, 'Yagudo_Initiate', 6347, 221.277, -17.128, 183.560, 127), + (17248464, 'Yagudo_Acolyte', 6344, 224.896, -16.854, 181.709, 65), + (17248465, 'Yagudo_Scribe', 6349, 222.568, -17.130, 184.717, 127), + (17248466, 'Mandragora', 6330, 77.509, -20.719, 434.757, 127), + (17248467, 'Mandragora', 6330, 31.149, -20.045, 358.265, 61), + (17248468, 'Tom_Tit_Tat', 6342, 139.943, -35.719, 299.835, 127), + (17248469, 'Crawler', 10834, 221.000, -34.000, 360.000, 127), + (17248470, 'Crawler', 10834, 119.000, -30.000, 378.000, 127), + (17248471, 'Giant_Bee', 6322, 36.269, -19.959, 332.570, 127), + (17248472, 'Giant_Bee', 6322, 27.459, -18.435, 328.847, 127), + (17248473, 'Giant_Bee', 6322, 99.666, -22.386, 439.796, 40), + (17248474, 'Giant_Bee', 6322, 94.159, -23.862, 388.244, 51), + (17248475, 'Giant_Bee', 6322, 76.958, -22.995, 373.200, 106), + (17248476, 'Carrion_Crow', 6315, 120.934, -35.018, 324.168, 53), + (17248477, 'Yagudo_Initiate', 6347, 98.998, -22.746, 424.631, 115), + (17248478, 'Yagudo_Acolyte', 6344, 114.098, -31.118, 356.473, 5), + (17248479, 'Yagudo_Scribe', 6349, 150.000, -31.000, 397.000, 127), + (17248480, 'Magicked_Bones', 6329, 68.268, -20.073, 443.830, 127), + (17248481, 'Magicked_Bones', 6329, 148.756, -24.347, 455.157, 117), + (17248482, 'Magicked_Bones', 6329, 102.507, -25.211, 386.947, 103), + (17248483, 'Balloon', 6305, 11.546, -13.848, 287.677, 91), + (17248484, 'Mandragora', 6330, 284.830, -23.668, 350.717, 41), + (17248485, 'Mandragora', 6330, 245.293, -22.125, 423.282, 127), + (17248486, 'Tom_Tit_Tat', 6342, 0.000, 0.000, 0.000, 0), + (17248487, 'Crawler', 10834, 212.000, -28.000, 282.000, 127), + (17248488, 'Crawler', 10834, 157.000, -40.000, 363.000, 48), + (17248489, 'Giant_Bee', 6322, 198.575, -20.399, 474.479, 113), + (17248490, 'Giant_Bee', 6322, 190.000, -34.000, 384.000, 122), + (17248491, 'Giant_Bee', 6322, 253.999, -22.043, 412.483, 69), + (17248492, 'Giant_Bee', 6322, 281.750, -22.548, 380.852, 34), + (17248493, 'Giant_Bee', 6322, 230.849, -26.081, 394.268, 127), + (17248494, 'Carrion_Crow', 6315, 241.934, -21.235, 454.672, 127), + (17248495, 'Yagudo_Initiate', 6347, 257.360, -18.633, 436.611, 127), + (17248496, 'Yagudo_Acolyte', 6344, 191.000, -21.000, 505.000, 127), + (17248497, 'Yagudo_Scribe', 6349, 208.795, -23.330, 445.269, 30), + (17248498, 'Magicked_Bones', 6329, 280.695, -18.393, 414.562, 127), + (17248499, 'Magicked_Bones', 6329, 0.000, 0.000, 0.000, 0), + (17248500, 'Magicked_Bones', 6329, 227.888, -29.861, 314.742, 110), + (17248501, 'Balloon', 6305, 283.609, -21.045, 391.122, 46), + (17248502, 'Yagudo_Initiate', 6347, 225.000, -20.000, 459.000, 127), + (17248503, 'Yagudo_Acolyte', 6344, 223.539, -20.782, 463.885, 127), + (17248504, 'Yagudo_Scribe', 6349, 221.744, -21.470, 459.561, 127), + (17248505, 'Mandragora', 6330, 22.027, -21.285, 496.959, 127), + (17248506, 'Mandragora', 6330, 151.484, -21.133, 494.038, 120), + (17248507, 'Mandragora', 6330, 139.154, -21.418, 505.416, 127), + (17248508, 'Crawler', 6320, -32.000, -16.000, 424.000, 20), + (17248509, 'Crawler', 6320, 41.512, -21.361, 527.488, 47), + (17248510, 'Crawler', 6320, -42.076, -16.246, 393.777, 41), + (17248511, 'Savanna_Rarab', 6339, -1.344, -16.886, 407.080, 127), + (17248512, 'Savanna_Rarab', 6339, 41.973, -21.007, 497.173, 127), + (17248513, 'Savanna_Rarab', 6339, 14.576, -17.892, 420.890, 127), + (17248514, 'Carrion_Crow', 6315, 159.501, -20.117, 485.528, 31), + (17248515, 'Carrion_Crow', 6315, -7.194, -17.288, 431.604, 127), + (17248516, 'Carrion_Crow', 6315, 53.159, -24.540, 554.652, 93), + (17248517, 'Nunyenunc', 6332, -25.000, -15.000, 385.000, 127), + (17248518, 'Yagudo_Initiate', 6347, 150.455, -20.699, 507.810, 127), + (17248519, 'Yagudo_Acolyte', 6344, -8.391, -12.875, 349.658, 127), + (17248520, 'Yagudo_Scribe', 6349, 92.937, -20.202, 508.446, 2), + (17248521, 'Mad_Fox', 6328, 45.260, -20.880, 477.101, 98), + (17248522, 'Magicked_Bones', 6329, 93.773, -20.881, 519.139, 127), + (17248523, 'Mandragora', 6330, -84.265, -21.114, 141.736, 127), + (17248524, 'Mandragora', 6330, -93.778, -20.823, 169.774, 127), + (17248525, 'Giant_Bee', 6322, -49.558, -16.782, 8.425, 125), + (17248526, 'Giant_Bee', 6322, -146.672, -16.711, -119.087, 127), + (17248527, 'Giant_Bee', 6322, -81.736, -20.260, 79.743, 127), + (17248528, 'Giant_Bee', 6322, -154.370, -16.508, -122.088, 75), + (17248529, 'Giant_Bee', 6322, -165.337, -16.696, -115.157, 106), + (17248530, 'Savanna_Rarab', 6339, -69.954, -20.381, 160.661, 127), + (17248531, 'Savanna_Rarab', 6339, -154.131, -17.372, -93.350, 127), + (17248532, 'Savanna_Rarab', 6339, -156.730, -16.653, -82.972, 127), + (17248533, 'Carrion_Crow', 6315, -148.594, -17.902, -102.452, 127), + (17248534, 'Carrion_Crow', 6315, -156.382, -16.986, -110.534, 50), + (17248535, 'Yagudo_Initiate', 6347, 0.000, 0.000, 0.000, 0), + (17248536, 'Yagudo_Acolyte', 6344, -70.360, -20.528, 146.665, 98), + (17248537, 'Yagudo_Scribe', 6349, -77.158, -16.652, 31.548, 127), + (17248538, 'Mad_Fox', 6328, 0.000, 0.000, 0.000, 0), + (17248539, 'Magicked_Bones', 6329, 0.000, 0.000, 0.000, 0), + (17248540, 'Yagudo_Initiate', 6347, -106.383, -21.996, 174.206, 127), + (17248541, 'Yagudo_Acolyte', 6344, -105.760, -21.972, 172.212, 52), + (17248542, 'Yagudo_Scribe', 6349, 0.000, 0.000, 0.000, 0), + (17248543, 'Mandragora', 6330, 211.910, -19.944, 546.316, 127), + (17248544, 'Mandragora', 6330, 239.421, -19.659, 583.122, 127), + (17248545, 'Mandragora', 6330, 274.296, -20.357, 587.339, 41), + (17248546, 'Mandragora', 6330, 211.099, -20.673, 568.574, 127), + (17248547, 'Crawler', 6320, 199.047, -21.135, 585.533, 71), + (17248548, 'Crawler', 6320, 317.483, -20.557, 598.166, 127), + (17248549, 'Crawler', 6320, 225.119, -20.828, 517.797, 19), + (17248550, 'Savanna_Rarab', 6339, 262.505, -20.891, 603.184, 118), + (17248551, 'Savanna_Rarab', 6339, 233.839, -20.301, 573.959, 127), + (17248552, 'Savanna_Rarab', 6339, 218.250, -20.617, 554.114, 11), + (17248553, 'Carrion_Crow', 6315, 236.674, -22.824, 628.339, 11), + (17248554, 'Carrion_Crow', 6315, 238.949, -20.703, 609.123, 127), + (17248555, 'Yagudo_Initiate', 6347, 199.254, -21.107, 597.438, 75), + (17248556, 'Yagudo_Acolyte', 6344, 219.428, -21.102, 543.320, 127), + (17248557, 'Yagudo_Scribe', 6349, 237.409, -20.230, 527.789, 127), + (17248558, 'Mad_Fox', 6328, 0.000, 0.000, 0.000, 0), + (17248559, 'Magicked_Bones', 6329, 193.058, -20.576, 541.771, 109), + (17248560, 'Mandragora', 6330, -297.408, -17.063, 353.975, 35), + (17248561, 'Mandragora', 6330, -332.558, -16.703, 312.921, 127), + (17248562, 'Mandragora', 6330, -296.594, -19.359, 307.971, 127), + (17248563, 'Crawler', 6320, -284.501, -20.023, 324.259, 80), + (17248564, 'Crawler', 6320, -369.781, -17.120, 334.355, 4), + (17248565, 'Crawler', 6320, -323.237, -21.425, 209.837, 127), + (17248566, 'Crawler', 6320, -348.550, -16.861, 278.209, 127), + (17248567, 'Savanna_Rarab', 6339, -202.432, -16.838, 372.774, 61), + (17248568, 'Savanna_Rarab', 6339, -308.507, -17.808, 388.128, 127), + (17248569, 'Savanna_Rarab', 6339, -226.000, -16.000, 419.000, 127), + (17248570, 'Carrion_Crow', 6315, -217.757, -17.191, 386.133, 39), + (17248571, 'Carrion_Crow', 6315, -320.000, -18.000, 262.000, 47), + (17248572, 'Yagudo_Initiate', 6347, -279.063, -17.032, 363.694, 127), + (17248573, 'Yagudo_Initiate', 6347, -335.178, -21.551, 215.658, 35), + (17248574, 'Yagudo_Initiate', 6347, -321.661, -17.446, 302.626, 2), + (17248575, 'Yagudo_Acolyte', 6344, -303.209, -22.500, 241.839, 127), + (17248576, 'Yagudo_Scribe', 6349, -356.598, -17.427, 312.453, 127), + (17248577, 'Magicked_Bones', 6329, -226.596, -17.639, 438.999, 127), + (17248578, 'Magicked_Bones', 6329, -257.514, -17.409, 360.324, 11), + (17248579, 'Yagudo_Initiate', 6347, -301.329, -16.715, 415.405, 37), + (17248580, 'Yagudo_Initiate', 6347, -298.932, -16.906, 418.458, 127), + (17248581, 'Yagudo_Acolyte', 6344, -301.233, -16.749, 419.537, 127), + (17248582, 'Giant_Bee', 6322, -380.650, -29.324, 447.569, 127), + (17248583, 'Giant_Bee', 6322, -371.527, -29.366, 432.002, 100), + (17248584, 'Giant_Bee', 6322, -396.253, -28.661, 375.657, 127), + (17248585, 'Giant_Bee', 6322, -393.979, -28.336, 367.297, 127), + (17248586, 'Savanna_Rarab', 6339, -374.194, -29.453, 452.951, 127), + (17248587, 'Savanna_Rarab', 6339, -328.583, -28.676, 468.765, 113), + (17248589, 'Mandragora', 6330, -210.731, -25.499, 524.202, 127), + (17248590, 'Mandragora', 6330, -168.139, -20.956, 637.569, 57), + (17248591, 'Giant_Bee', 6322, -245.488, -29.477, 501.622, 70), + (17248592, 'Giant_Bee', 6322, -212.206, -25.496, 504.904, 127), + (17248593, 'Giant_Bee', 6322, -206.040, -24.749, 488.029, 66), + (17248594, 'Giant_Bee', 6322, -166.924, -22.862, 617.294, 46), + (17248595, 'Savanna_Rarab', 6339, -241.855, -31.463, 547.105, 127), + (17248596, 'Carrion_Crow', 6315, -203.581, -25.260, 495.907, 70), + (17248597, 'Goblin_Digger', 6323, 237.793, -16.801, 204.498, 104), + (17248598, 'Yagudo_Votary', 6351, 0.000, 0.000, 0.000, 0), + (17248599, 'Yagudo_Votary', 6351, 0.000, 0.000, 0.000, 0), + (17248600, 'Yagudo_Theologist', 6350, 0.000, 0.000, 0.000, 0), + (17248601, 'Yagudo_Theologist', 6350, 0.000, 0.000, 0.000, 0), + (17248602, 'Yagudo_Follower', 6346, 0.000, 0.000, 0.000, 0), + (17248603, 'Yagudo_Follower', 6346, 0.000, 0.000, 0.000, 0), + (17248604, 'Yagudo_Priest', 6348, 0.000, 0.000, 0.000, 0), + (17248605, 'Yagudo_Priest', 6348, 0.000, 0.000, 0.000, 0), + (17248606, 'Yagudo_Condottiere', 6345, 0.000, 0.000, 0.000, 0), + (17248607, 'Pixie', 6335, 0.000, 0.000, 0.000, 0), + (17248608, 'Pixie', 6335, 0.000, 0.000, 0.000, 0), + (17248609, 'Pixie', 6335, 0.000, 0.000, 0.000, 0), + (17248610, 'Pixie', 6335, 0.000, 0.000, 0.000, 0), + (17248611, 'Pixie', 6335, 0.000, 0.000, 0.000, 0), + (17248612, 'Bakru', 6304, 0.000, 0.000, 0.000, 0), + (17248630, 'Bull_[Herd1]', 6307, 0.000, 0.000, 0.000, 0), + (17248631, 'Cow_[Herd1]', 6317, 0.000, 0.000, 0.000, 0), + (17248632, 'Cow_[Herd1]', 6317, 0.000, 0.000, 0.000, 0), + (17248633, 'Cow_[Herd1]', 6317, 0.000, 0.000, 0.000, 0), + (17248634, 'Calf_[Herd1]', 6311, 0.000, 0.000, 0.000, 0), + (17248635, 'Calf_[Herd1]', 6311, 0.000, 0.000, 0.000, 0), + (17248636, 'Calf_[Herd1]', 6311, 0.000, 0.000, 0.000, 0), + (17248637, 'Calf_[Herd1]', 6311, 0.000, 0.000, 0.000, 0), + (17248638, 'Calf_[Herd1]', 6311, 0.000, 0.000, 0.000, 0), + (17248639, 'Calf_[Herd1]', 6311, 0.000, 0.000, 0.000, 0), + (17248640, 'Bull_[Herd2]', 6308, 0.000, 0.000, 0.000, 0), + (17248641, 'Cow_[Herd2]', 6318, 0.000, 0.000, 0.000, 0), + (17248642, 'Cow_[Herd2]', 6318, 0.000, 0.000, 0.000, 0), + (17248643, 'Cow_[Herd2]', 6318, 0.000, 0.000, 0.000, 0), + (17248644, 'Calf_[Herd2]', 6312, 0.000, 0.000, 0.000, 0), + (17248645, 'Calf_[Herd2]', 6312, 0.000, 0.000, 0.000, 0), + (17248646, 'Calf_[Herd2]', 6312, 0.000, 0.000, 0.000, 0), + (17248647, 'Calf_[Herd2]', 6312, 0.000, 0.000, 0.000, 0), + (17248648, 'Calf_[Herd2]', 6312, 0.000, 0.000, 0.000, 0), + (17248649, 'Calf_[Herd2]', 6312, 0.000, 0.000, 0.000, 0), + (17248650, 'Bull_[Herd3]', 6309, 0.000, 0.000, 0.000, 0), + (17248651, 'Cow_[Herd3]', 6319, 0.000, 0.000, 0.000, 0), + (17248652, 'Cow_[Herd3]', 6319, 0.000, 0.000, 0.000, 0), + (17248653, 'Cow_[Herd3]', 6319, 0.000, 0.000, 0.000, 0), + (17248654, 'Calf_[Herd3]', 6313, 0.000, 0.000, 0.000, 0), + (17248655, 'Calf_[Herd3]', 6313, 0.000, 0.000, 0.000, 0), + (17248656, 'Calf_[Herd3]', 6313, 0.000, 0.000, 0.000, 0), + (17248657, 'Calf_[Herd3]', 6313, 0.000, 0.000, 0.000, 0), + (17248658, 'Calf_[Herd3]', 6313, 0.000, 0.000, 0.000, 0), + (17248659, 'Calf_[Herd3]', 6313, 0.000, 0.000, 0.000, 0), + (17248660, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248661, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248662, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248663, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248664, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248665, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248666, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248667, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248668, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248669, 'Chigoe', 6316, 0.000, 0.000, 0.000, 0), + (17248670, 'Pyracmon', 6336, 0.000, 0.000, 0.000, 0), + (17248671, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248672, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248673, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248674, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248675, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248676, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248677, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248678, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248679, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248680, 'Wraith_Bat', 6343, 0.000, 0.000, 0.000, 0), + (17248824, 'Shantotto', 6340, 0.000, 0.000, 0.000, 0), + (17248850, 'Babban_Ny_Mheillea', 6303, 0.000, 0.000, 0.000, 0), + (17248852, 'Abenzio', 6302, 0.000, 0.000, 0.000, 0), + (17248853, 'Bryher', 6306, 0.000, 0.000, 0.000, 0), + (17248854, 'Camlin', 6314, 0.000, 0.000, 0.000, 0), + (17248855, 'Darach', 6321, 0.000, 0.000, 0.000, 0), + (17252353, 'Palm_Crab', 6379, 0.000, 0.000, 0.000, 0), + (17252354, 'Savanna_Crab', 6384, 0.000, 0.000, 0.000, 0), + (17252355, 'Mud_Pugil', 6378, 0.000, 0.000, 0.000, 0), + (17252356, 'Pug_Pugil', 6381, 24.000, 1.000, -182.000, 80), + (17252357, 'Fighting_Pugil', 6369, 0.000, 0.000, 0.000, 0), + (17252358, 'Tiny_Mandragora', 6389, -71.880, -0.276, -606.767, 40), + (17252359, 'Tiny_Mandragora', 6389, -102.000, 2.000, -630.000, 35), + (17252360, 'Tiny_Mandragora', 6389, -64.064, -1.624, -595.490, 35), + (17252361, 'Tiny_Mandragora', 6389, -82.000, 3.000, -650.000, 68), + (17252362, 'Tiny_Mandragora', 6389, -81.305, 7.709, -697.327, 8), + (17252363, 'Bumblebee', 6359, -65.428, 1.072, -615.994, 127), + (17252364, 'Bumblebee', 6359, -74.490, 3.368, -681.391, 127), + (17252365, 'Bumblebee', 6359, -58.793, -1.506, -596.501, 28), + (17252366, 'Bumblebee', 6359, -81.650, -0.396, -594.010, 51), + (17252367, 'Savanna_Rarab', 6385, -74.568, 2.266, -664.749, 127), + (17252368, 'Savanna_Rarab', 6385, -46.617, -0.677, -599.755, 3), + (17252369, 'Tiny_Mandragora', 6389, -56.482, -5.184, -438.670, 127), + (17252370, 'Tiny_Mandragora', 6389, -64.736, -5.506, -507.120, 127), + (17252371, 'Tiny_Mandragora', 6389, -36.922, -4.647, -477.283, 121), + (17252372, 'Tiny_Mandragora', 6389, -87.000, -4.000, -512.000, 127), + (17252373, 'Bumblebee', 6359, -56.783, -4.685, -432.613, 41), + (17252374, 'Bumblebee', 6359, -33.854, -5.062, -453.999, 127), + (17252375, 'Bumblebee', 6359, -37.350, -3.616, -426.772, 127), + (17252376, 'Bumblebee', 6359, -78.663, -3.830, -415.516, 127), + (17252377, 'Savanna_Rarab', 6385, -47.101, -5.323, -493.976, 89), + (17252378, 'Savanna_Rarab', 6385, -92.137, -5.072, -454.461, 26), + (17252379, 'Crawler', 6368, -8.926, -4.718, -428.373, 127), + (17252380, 'Crawler', 6368, 74.999, -4.920, -391.037, 11), + (17252381, 'Savanna_Rarab', 6385, 56.099, -5.221, -368.477, 48), + (17252382, 'Savanna_Rarab', 6385, 45.930, -4.753, -394.595, 46), + (17252383, 'Savanna_Rarab', 6385, 37.265, -4.683, -405.645, 99), + (17252384, 'Savanna_Rarab', 6385, -51.000, -5.000, -463.000, 127), + (17252385, 'Savanna_Rarab', 6385, -103.000, -5.000, -419.000, 47), + (17252386, 'Savanna_Rarab', 6385, 2.271, -4.765, -434.073, 127), + (17252387, 'Carrion_Crow', 6363, 28.178, -4.999, -390.729, 127), + (17252388, 'Carrion_Crow', 6363, 38.700, -4.197, -428.140, 127), + (17252389, 'Carrion_Crow', 6363, 56.057, -5.000, -400.949, 127), + (17252390, 'Yagudo_Initiate', 6392, 84.730, -3.827, -345.743, 103), + (17252391, 'Yagudo_Initiate', 6392, 30.169, -4.915, -434.413, 7), + (17252392, 'Crawler', 6368, -89.560, -4.824, -360.586, 4), + (17252393, 'Crawler', 6368, -120.778, -5.646, -380.143, 127), + (17252394, 'Savanna_Rarab', 6385, -76.226, -0.733, -280.424, 127), + (17252395, 'Savanna_Rarab', 6385, -119.424, -4.352, -314.641, 127), + (17252396, 'Savanna_Rarab', 6385, -79.841, -4.642, -353.841, 127), + (17252397, 'Savanna_Rarab', 6385, -38.744, -1.975, -227.388, 127), + (17252398, 'Savanna_Rarab', 6385, -109.896, -4.947, -353.416, 127), + (17252399, 'Savanna_Rarab', 6385, -81.213, -5.143, -376.059, 127), + (17252400, 'Carrion_Crow', 6363, -61.984, -0.812, -255.469, 27), + (17252401, 'Carrion_Crow', 6363, -65.374, -0.916, -273.278, 127), + (17252402, 'Carrion_Crow', 6363, -102.500, -2.331, -203.921, 127), + (17252403, 'Yagudo_Initiate', 6392, -116.727, -3.066, -303.972, 127), + (17252404, 'Yagudo_Initiate', 6392, -121.562, -4.677, -327.899, 127), + (17252405, 'Crawler', 6368, 176.940, -1.548, -120.330, 3), + (17252406, 'Crawler', 6368, 142.344, -4.968, -322.974, 13), + (17252407, 'Savanna_Rarab', 6385, 195.209, -0.775, -122.774, 127), + (17252408, 'Savanna_Rarab', 6385, 161.588, -0.340, -114.559, 127), + (17252409, 'Savanna_Rarab', 6385, 158.269, -0.800, -155.563, 127), + (17252410, 'Savanna_Rarab', 6385, 112.817, -0.826, -199.820, 1), + (17252411, 'Savanna_Rarab', 6385, 155.765, -0.536, -117.073, 127), + (17252412, 'Savanna_Rarab', 6385, 76.728, -5.431, -297.661, 83), + (17252413, 'Carrion_Crow', 6363, 152.349, -4.297, -265.932, 85), + (17252414, 'Carrion_Crow', 6363, 102.073, -1.423, -201.173, 127), + (17252415, 'Carrion_Crow', 6363, 190.976, -3.744, -163.539, 127), + (17252416, 'Yagudo_Initiate', 6392, 103.917, -5.631, -259.352, 54), + (17252417, 'Yagudo_Acolyte', 6391, 174.008, -1.333, -145.974, 73), + (17252418, 'Yagudo_Scribe', 6393, 111.023, -5.115, -290.580, 17), + (17252419, 'Mad_Fox', 6375, 119.265, -4.682, -243.420, 127), + (17252420, 'Magicked_Bones', 6376, 169.323, -0.811, -115.913, 16), + (17252421, 'Crawler', 6368, 389.381, -5.002, -280.818, 127), + (17252422, 'Crawler', 6368, 220.863, -5.798, -262.327, 127), + (17252423, 'Crawler', 6368, 306.784, -5.142, -253.116, 61), + (17252424, 'Savanna_Rarab', 6385, 234.558, -4.842, -280.506, 12), + (17252425, 'Savanna_Rarab', 6385, 0.000, 0.000, 0.000, 127), + (17252426, 'Savanna_Rarab', 6385, 254.569, -5.234, -231.884, 47), + (17252427, 'Savanna_Rarab', 6385, 349.836, -5.322, -277.430, 127), + (17252428, 'Savanna_Rarab', 6385, 258.525, 0.521, -132.858, 127), + (17252429, 'Savanna_Rarab', 6385, 256.003, -5.252, -254.971, 80), + (17252430, 'Carrion_Crow', 6363, 311.673, -6.531, -260.485, 25), + (17252431, 'Carrion_Crow', 6363, 267.512, -4.509, -224.268, 97), + (17252432, 'Carrion_Crow', 6363, 250.166, 0.630, -124.469, 127), + (17252433, 'Yagudo_Initiate', 6392, 278.597, -0.712, -164.992, 54), + (17252434, 'Yagudo_Acolyte', 6391, 232.656, -4.092, -225.834, 127), + (17252435, 'Yagudo_Scribe', 6393, 277.028, 1.930, -134.682, 31), + (17252436, 'Mad_Fox', 6375, 226.255, -5.342, -268.842, 58), + (17252437, 'Magicked_Bones', 6376, 356.002, -4.684, -246.877, 13), + (17252438, 'Crawler', 6368, -46.944, -3.859, -189.331, 89), + (17252439, 'Crawler', 6368, -37.784, -0.295, -159.817, 127), + (17252440, 'Savanna_Rarab', 6385, -79.459, -0.503, -120.896, 127), + (17252441, 'Savanna_Rarab', 6385, -53.684, -0.168, -38.814, 127), + (17252442, 'Savanna_Rarab', 6385, -81.228, -0.555, -37.102, 108), + (17252443, 'Savanna_Rarab', 6385, -82.574, -0.773, -127.758, 127), + (17252444, 'Savanna_Rarab', 6385, -54.203, -0.700, -135.348, 127), + (17252445, 'Savanna_Rarab', 6385, -52.883, 0.521, -120.933, 31), + (17252446, 'Carrion_Crow', 6363, -115.530, -4.694, -75.970, 127), + (17252447, 'Carrion_Crow', 6363, -66.498, -0.895, -156.409, 102), + (17252448, 'Carrion_Crow', 6363, -62.277, -1.517, -46.608, 127), + (17252449, 'Yagudo_Initiate', 6392, -58.819, 0.201, -62.076, 121), + (17252450, 'Yagudo_Acolyte', 6391, -76.520, -0.797, -85.861, 70), + (17252451, 'Yagudo_Scribe', 6393, -36.021, -0.684, -169.454, 127), + (17252452, 'Mad_Fox', 6375, -25.937, -3.446, -188.722, 127), + (17252453, 'Magicked_Bones', 6376, -65.009, -2.200, -167.989, 35), + (17252454, 'Crawler', 6368, -234.129, -2.415, -181.229, 127), + (17252455, 'Crawler', 6368, -359.996, -0.336, -156.495, 127), + (17252456, 'Savanna_Rarab', 6385, -82.000, -4.000, -530.000, 127), + (17252457, 'Savanna_Rarab', 6385, -108.000, -1.000, -238.000, 127), + (17252458, 'Savanna_Rarab', 6385, -114.004, -0.796, -162.506, 54), + (17252459, 'Savanna_Rarab', 6385, -164.000, -2.000, -173.000, 118), + (17252460, 'Savanna_Rarab', 6385, -250.068, -0.817, -197.632, 127), + (17252461, 'Savanna_Rarab', 6385, -47.000, 3.000, -641.000, 127), + (17252462, 'Carrion_Crow', 6363, -303.568, -2.858, -197.411, 121), + (17252463, 'Carrion_Crow', 6363, -342.570, -2.589, -198.561, 30), + (17252464, 'Carrion_Crow', 6363, -121.339, -1.597, -180.442, 10), + (17252465, 'Yagudo_Initiate', 6392, -231.422, -0.868, -200.266, 127), + (17252466, 'Yagudo_Acolyte', 6391, -191.668, -0.720, -195.702, 127), + (17252467, 'Yagudo_Scribe', 6393, -200.490, -1.026, -173.356, 127), + (17252468, 'Crawler', 6368, -201.941, -4.984, -27.481, 127), + (17252469, 'Crawler', 6368, -169.198, -4.790, -31.971, 18), + (17252470, 'Crawler', 6368, -187.730, -5.257, -72.398, 58), + (17252471, 'Savanna_Rarab', 6385, -230.215, -4.749, 37.343, 127), + (17252472, 'Savanna_Rarab', 6385, -197.665, -4.708, -113.854, 56), + (17252473, 'Savanna_Rarab', 6385, -251.000, -4.000, -32.000, 127), + (17252474, 'Savanna_Rarab', 6385, -198.503, -4.587, 40.909, 113), + (17252475, 'Savanna_Rarab', 6385, -143.187, -5.431, -64.200, 127), + (17252476, 'Savanna_Rarab', 6385, -193.508, -4.296, -89.642, 127), + (17252477, 'Carrion_Crow', 6363, -180.877, -4.919, -81.622, 127), + (17252478, 'Carrion_Crow', 6363, -154.857, -1.472, -115.223, 127), + (17252479, 'Carrion_Crow', 6363, -212.080, -3.446, -115.172, 106), + (17252480, 'Yagudo_Initiate', 6392, -240.201, -4.972, 51.552, 127), + (17252481, 'Yagudo_Acolyte', 6391, -248.095, -2.436, -63.407, 127), + (17252482, 'Yagudo_Scribe', 6393, -184.301, -5.285, -69.559, 66), + (17252483, 'Mad_Fox', 6375, 0.000, 0.000, 0.000, 0), + (17252484, 'Magicked_Bones', 6376, -238.946, -4.829, 49.344, 127), + (17252485, 'Crawler', 6368, 201.868, -16.720, -431.986, 127), + (17252486, 'Crawler', 6368, 215.175, -17.432, -474.680, 25), + (17252487, 'Savanna_Rarab', 6385, 224.258, -17.858, -486.256, 127), + (17252488, 'Savanna_Rarab', 6385, 227.825, -16.978, -317.467, 82), + (17252489, 'Sharp-Eared_Ropipi', 6387, 332.000, -13.000, -325.000, 0), + (17252490, 'Carrion_Crow', 6363, 255.261, -17.926, -419.045, 127), + (17252491, 'Carrion_Crow', 6363, 243.252, -17.615, -418.619, 77), + (17252492, 'Carrion_Crow', 6363, 0.000, 0.000, 0.000, 79), + (17252493, 'Carrion_Crow', 6363, 227.528, -17.062, -448.979, 127), + (17252494, 'Carrion_Crow', 6363, 248.114, -17.009, -435.476, 60), + (17252495, 'Goblin_Thug', 6373, 226.729, -17.104, -447.153, 93), + (17252496, 'Goblin_Thug', 6373, 301.000, -17.222, -466.000, 76), + (17252497, 'Goblin_Weaver', 6374, 240.703, -17.374, -383.767, 45), + (17252498, 'Goblin_Weaver', 6374, 198.222, -16.900, -432.542, 96), + (17252499, 'Magicked_Bones', 6376, 199.149, -16.676, -359.507, 127), + (17252500, 'Magicked_Bones', 6376, 0.000, 0.000, 0.000, 0), + (17252501, 'Goblin_Thug', 6373, 216.562, -17.983, -460.089, 127), + (17252502, 'Goblin_Thug', 6373, 218.673, -17.996, -458.735, 97), + (17252503, 'Goblin_Weaver', 6374, 215.000, -17.188, -454.000, 79), + (17252504, 'Crawler', 6368, 309.383, -17.521, -381.142, 127), + (17252505, 'Crawler', 6368, 286.941, -17.010, -413.542, 97), + (17252506, 'Savanna_Rarab', 6385, 303.282, -17.642, -415.870, 31), + (17252507, 'Savanna_Rarab', 6385, 363.152, -16.705, -326.213, 127), + (17252508, 'Sharp-Eared_Ropipi', 6387, 0.000, 0.000, 0.000, 0), + (17252509, 'Carrion_Crow', 6363, 298.657, -17.453, -481.918, 123), + (17252510, 'Carrion_Crow', 6363, 361.248, -17.138, -336.774, 127), + (17252511, 'Carrion_Crow', 6363, 276.831, -18.159, -493.418, 127), + (17252512, 'Carrion_Crow', 6363, 290.583, -16.889, -390.865, 117), + (17252513, 'Carrion_Crow', 6363, 360.200, -15.924, -312.248, 99), + (17252514, 'Goblin_Thug', 6373, 339.533, -17.544, -360.241, 127), + (17252515, 'Goblin_Thug', 6373, 269.640, -19.525, -505.516, 127), + (17252516, 'Goblin_Weaver', 6374, 286.468, -17.063, -447.647, 68), + (17252517, 'Mad_Fox', 6375, 380.571, -17.459, -324.576, 95), + (17252518, 'Magicked_Bones', 6376, 383.729, -17.439, -317.982, 23), + (17252519, 'River_Crab', 6383, 186.110, 0.881, -90.012, 124), + (17252520, 'River_Crab', 6383, -11.742, 0.969, -141.733, 127), + (17252521, 'River_Crab', 6383, -16.460, 0.979, -110.380, 127), + (17252522, 'River_Crab', 6383, 135.856, 0.997, -166.236, 68), + (17252523, 'River_Crab', 6383, -21.955, 0.982, -155.975, 127), + (17252524, 'Pug_Pugil', 6381, -13.659, 0.975, -142.457, 127), + (17252525, 'Pug_Pugil', 6381, 136.876, 0.999, -177.389, 64), + (17252526, 'Pug_Pugil', 6381, -16.570, 0.933, -154.455, 71), + (17252527, 'Pug_Pugil', 6381, 90.968, 0.830, -182.257, 95), + (17252528, 'Pug_Pugil', 6381, -19.272, 0.999, -167.501, 42), + (17252529, 'Mandragora', 6377, 81.015, -0.888, -120.849, 126), + (17252530, 'Mandragora', 6377, 117.949, -5.088, -69.419, 127), + (17252531, 'Mandragora', 6377, 101.619, -5.521, -20.018, 127), + (17252532, 'Mandragora', 6377, 104.214, -4.313, 6.509, 127), + (17252533, 'Giant_Bee', 6370, 95.574, -5.372, -40.878, 12), + (17252534, 'Giant_Bee', 6370, 30.919, -3.754, -82.165, 127), + (17252535, 'Giant_Bee', 6370, 13.439, -2.165, -40.250, 127), + (17252536, 'Giant_Bee', 6370, 76.116, -4.561, -81.496, 127), + (17252537, 'Giant_Bee', 6370, 71.960, -3.498, -94.784, 42), + (17252538, 'Giant_Bee', 6370, 105.472, -4.620, -88.400, 127), + (17252539, 'Crawler', 6368, 65.622, -0.853, -163.000, 127), + (17252540, 'Crawler', 6368, 34.441, -4.143, -51.154, 127), + (17252541, 'Savanna_Rarab', 6385, 22.212, -5.269, -5.463, 28), + (17252542, 'Savanna_Rarab', 6385, 59.953, -5.680, -62.374, 127), + (17252543, 'Yagudo_Initiate', 6392, -2.221, -0.698, -109.529, 127), + (17252544, 'Yagudo_Acolyte', 6391, 90.174, -0.961, -120.336, 2), + (17252545, 'Yagudo_Scribe', 6393, 67.404, -0.890, -160.207, 127), + (17252546, 'Mad_Fox', 6375, 4.725, -0.970, -148.243, 33), + (17252547, 'Magicked_Bones', 6376, -6.863, -0.386, -84.694, 127), + (17252548, 'Balloon', 6354, 57.321, -5.688, -31.624, 35), + (17252549, 'Mandragora', 6377, 83.368, -8.740, 203.538, 127), + (17252550, 'Mandragora', 6377, 115.893, -10.517, 57.645, 11), + (17252551, 'Mandragora', 6377, 84.499, -12.614, 86.106, 127), + (17252552, 'Giant_Bee', 6370, 105.898, -11.096, 68.381, 127), + (17252553, 'Giant_Bee', 6370, 78.448, -12.583, 119.631, 127), + (17252554, 'Giant_Bee', 6370, 109.270, -12.899, 159.137, 127), + (17252555, 'Giant_Bee', 6370, 94.870, -13.160, 86.860, 127), + (17252556, 'Giant_Bee', 6370, 116.239, -10.611, 59.226, 71), + (17252557, 'Crawler', 6368, 94.269, -11.619, 62.994, 127), + (17252558, 'Crawler', 6368, 118.403, -11.750, 171.801, 127), + (17252559, 'Savanna_Rarab', 6385, 114.699, -12.846, 112.821, 39), + (17252560, 'Savanna_Rarab', 6385, 122.908, -10.480, 55.630, 56), + (17252561, 'Yagudo_Initiate', 6392, 114.728, -12.311, 163.527, 127), + (17252562, 'Yagudo_Initiate', 6392, 17.574, -11.215, 187.995, 127), + (17252563, 'Yagudo_Acolyte', 6391, 22.395, -12.748, 157.753, 127), + (17252564, 'Yagudo_Scribe', 6393, 115.570, -11.449, 67.592, 127), + (17252565, 'Mad_Fox', 6375, 79.305, -9.948, 183.985, 127), + (17252566, 'Magicked_Bones', 6376, 42.719, -12.458, 157.910, 127), + (17252567, 'Balloon', 6354, 124.201, -10.728, 177.435, 104), + (17252568, 'Yagudo_Initiate', 6392, 58.109, -11.249, 174.864, 6), + (17252569, 'Yagudo_Acolyte', 6391, 56.450, -10.866, 178.541, 127), + (17252570, 'Yagudo_Scribe', 6393, 59.000, -11.000, 177.000, 65), + (17252571, 'Mandragora', 6377, 200.851, -2.351, -64.179, 127), + (17252572, 'Mandragora', 6377, 432.899, 3.228, -129.496, 127), + (17252573, 'Mandragora', 6377, 165.574, -4.141, -48.067, 127), + (17252574, 'Giant_Bee', 6370, 214.057, -3.110, -51.440, 127), + (17252575, 'Giant_Bee', 6370, 301.656, 2.439, -75.426, 127), + (17252576, 'Giant_Bee', 6370, 362.739, 1.702, -105.153, 80), + (17252577, 'Giant_Bee', 6370, 389.578, 2.892, -113.949, 127), + (17252578, 'Yagudo_Acolyte', 6391, 401.834, 3.473, -118.365, 127), + (17252579, 'Yagudo_Scribe', 6393, 377.403, 1.519, -105.948, 127), + (17252580, 'River_Crab', 6383, 239.870, 1.000, -100.914, 72), + (17252581, 'Pug_Pugil', 6381, 225.155, 1.000, -100.336, 127), + (17252582, 'River_Crab', 6383, 256.735, 5.300, -102.501, 127), + (17252583, 'River_Crab', 6383, 348.102, 4.806, -134.012, 127), + (17252584, 'River_Crab', 6383, 423.978, 5.161, -146.680, 29), + (17252585, 'River_Crab', 6383, 288.442, 5.393, -96.658, 8), + (17252586, 'Pug_Pugil', 6381, 328.183, 4.868, -104.875, 127), + (17252587, 'Pug_Pugil', 6381, 262.797, 5.000, -97.021, 127), + (17252588, 'Pug_Pugil', 6381, 247.849, 5.119, -95.430, 127), + (17252589, 'Pug_Pugil', 6381, 337.354, 5.106, -134.251, 127), + (17252590, 'River_Crab', 6383, 463.212, 9.057, -138.723, 127), + (17252591, 'Pug_Pugil', 6381, 473.023, 9.490, -142.342, 127), + (17252592, 'Mandragora', 6377, -134.474, -6.207, 158.717, 127), + (17252593, 'Mandragora', 6377, -205.488, -8.729, 282.169, 79), + (17252594, 'Mandragora', 6377, -251.998, -10.571, 412.535, 127), + (17252595, 'Mandragora', 6377, -158.265, -7.357, 171.713, 114), + (17252596, 'Mandragora', 6377, -151.358, -7.246, 172.811, 9), + (17252597, 'Savanna_Rarab', 6385, -271.251, -11.736, 399.382, 26), + (17252598, 'Savanna_Rarab', 6385, -163.127, -8.633, 272.582, 17), + (17252599, 'Savanna_Rarab', 6385, -270.996, -15.735, 437.492, 127), + (17252600, 'Goblin_Fisher', 6372, -157.214, -7.441, 168.660, 127), + (17252601, 'Goblin_Fisher', 6372, -182.637, -8.890, 284.653, 127), + (17252602, 'Mandragora', 6377, -124.996, -4.863, 204.974, 127), + (17252603, 'Mandragora', 6377, -70.072, -8.976, 261.247, 127), + (17252604, 'Mandragora', 6377, -42.965, -9.482, 218.965, 127), + (17252605, 'Mandragora', 6377, -109.069, -8.601, 231.478, 127), + (17252606, 'Mandragora', 6377, -25.045, -11.795, 168.607, 127), + (17252607, 'Savanna_Rarab', 6385, -81.655, -6.560, 176.803, 77), + (17252608, 'Savanna_Rarab', 6385, -111.852, -8.833, 249.441, 12), + (17252609, 'Savanna_Rarab', 6385, -76.217, -11.191, 252.775, 127), + (17252610, 'Goblin_Fisher', 6372, -23.476, -10.161, 159.923, 5), + (17252611, 'Goblin_Fisher', 6372, -38.012, -8.894, 208.369, 127), + (17252612, 'River_Crab', 6383, -141.950, -2.578, 190.210, 127), + (17252613, 'River_Crab', 6383, -96.131, -2.998, 113.005, 35), + (17252614, 'River_Crab', 6383, -96.219, -2.912, 43.850, 7), + (17252615, 'Pug_Pugil', 6381, -143.050, -2.579, 191.400, 118), + (17252616, 'Pug_Pugil', 6381, -96.150, -3.020, 58.269, 109), + (17252617, 'Pug_Pugil', 6381, -102.230, -2.654, 167.140, 127), + (17252618, 'River_Crab', 6383, -74.804, 0.849, -13.925, 119), + (17252619, 'River_Crab', 6383, -98.037, 1.005, 22.814, 127), + (17252620, 'Pug_Pugil', 6381, -98.221, 1.000, -0.159, 85), + (17252621, 'Pug_Pugil', 6381, -87.184, 0.878, -17.737, 127), + (17252622, 'Mandragora', 6377, 270.193, -11.107, 59.750, 84), + (17252623, 'Mandragora', 6377, 347.738, -13.014, 119.894, 127), + (17252624, 'Mandragora', 6377, 296.475, -12.108, 100.394, 127), + (17252625, 'Mandragora', 6377, 354.225, -12.520, -42.922, 64), + (17252626, 'Mandragora', 6377, 313.395, -9.178, 4.171, 9), + (17252627, 'Giant_Bee', 6370, 358.018, -12.739, -0.411, 127), + (17252628, 'Giant_Bee', 6370, 291.074, -9.573, 56.504, 43), + (17252629, 'Giant_Bee', 6370, 253.459, -9.486, 25.147, 57), + (17252630, 'Giant_Bee', 6370, 297.119, -9.414, 46.480, 34), + (17252631, 'Giant_Bee', 6370, 223.000, -9.221, -6.230, 127), + (17252632, 'Crawler', 6368, 221.907, -8.457, -3.421, 52), + (17252633, 'Crawler', 6368, 343.228, -11.095, -44.051, 55), + (17252634, 'Crawler', 6368, 367.961, -12.894, 83.454, 127), + (17252635, 'Goblin_Thug', 6373, 346.851, -13.728, 100.262, 127), + (17252636, 'Goblin_Thug', 6373, 255.012, -9.500, 24.750, 79), + (17252637, 'Goblin_Weaver', 6374, 225.562, -7.647, -16.070, 127), + (17252638, 'Goblin_Weaver', 6374, 233.846, -8.944, 6.562, 127), + (17252639, 'Magicked_Bones', 6376, 343.525, -10.760, -43.632, 24), + (17252640, 'Magicked_Bones', 6376, 0.000, 0.000, 0.000, 0), + (17252641, 'Goblin_Thug', 6373, 342.020, -11.164, -25.738, 127), + (17252642, 'Goblin_Thug', 6373, 338.607, -10.764, -24.184, 127), + (17252643, 'Goblin_Weaver', 6374, 342.000, -11.000, -21.000, 92), + (17252644, 'Mandragora', 6377, 285.583, -13.219, 150.224, 25), + (17252645, 'Mandragora', 6377, 260.850, -13.455, 131.218, 127), + (17252646, 'Mandragora', 6377, 202.206, -8.528, 249.093, 127), + (17252647, 'Mandragora', 6377, 289.938, -13.238, 153.200, 127), + (17252648, 'Mandragora', 6377, 244.999, -12.883, 137.826, 127), + (17252649, 'Giant_Bee', 6370, 298.561, -13.583, 143.858, 127), + (17252650, 'Giant_Bee', 6370, 173.081, -12.869, 160.985, 127), + (17252651, 'Giant_Bee', 6370, 201.636, -11.695, 212.581, 79), + (17252652, 'Giant_Bee', 6370, 132.548, -10.468, 196.356, 22), + (17252653, 'Giant_Bee', 6370, 172.120, -12.935, 203.085, 127), + (17252654, 'Crawler', 6368, 421.795, -5.536, 277.605, 119), + (17252655, 'Crawler', 6368, 354.185, -4.590, 244.205, 120), + (17252656, 'Crawler', 6368, 285.575, -12.656, 126.129, 127), + (17252657, 'Spiny_Spipi', 6388, 270.957, -12.815, 118.668, 114), + (17252658, 'Goblin_Thug', 6373, 145.945, -12.714, 146.844, 84), + (17252659, 'Goblin_Weaver', 6374, 284.834, -13.302, 148.180, 118), + (17252660, 'Magicked_Bones', 6376, 293.397, -12.334, 131.336, 127), + (17252661, 'Balloon', 6354, 401.367, -4.198, 288.178, 127), + (17252662, 'Mandragora', 6377, 118.743, -9.928, 251.348, 127), + (17252663, 'Mandragora', 6377, 162.675, -8.580, 243.604, 6), + (17252664, 'Mandragora', 6377, 367.980, -7.412, 304.259, 127), + (17252665, 'Mandragora', 6377, 206.825, -9.548, 284.967, 127), + (17252666, 'Savanna_Rarab', 6385, 280.733, -8.685, 283.407, 127), + (17252667, 'Savanna_Rarab', 6385, 105.021, -10.168, 250.330, 127), + (17252668, 'Savanna_Rarab', 6385, 139.217, -11.417, 291.081, 127), + (17252669, 'Goblin_Fisher', 6372, 242.134, -8.868, 324.348, 127), + (17252670, 'Goblin_Fisher', 6372, 397.710, -4.601, 314.140, 29), + (17252671, 'Goblin_Fisher', 6372, 112.015, -8.985, 242.603, 127), + (17252672, 'Goblin_Weaver', 6374, 366.694, -4.995, 288.701, 79), + (17252673, 'Balloon', 6354, 179.688, -9.698, 286.191, 127), + (17252674, 'River_Crab', 6383, 414.089, -3.105, 296.954, 52), + (17252675, 'River_Crab', 6383, 369.604, -2.939, 257.418, 28), + (17252676, 'River_Crab', 6383, 437.112, -3.047, 296.705, 101), + (17252677, 'Pug_Pugil', 6381, 370.830, -3.000, 258.478, 67), + (17252678, 'Pug_Pugil', 6381, 346.000, -2.000, 258.000, 103), + (17252679, 'Pug_Pugil', 6381, 383.976, -2.999, 271.131, 29), + (17252680, 'Mandragora', 6377, -202.521, -8.883, 350.614, 127), + (17252681, 'Mandragora', 6377, -201.400, -20.769, 567.029, 1), + (17252682, 'Mandragora', 6377, -202.000, -17.000, 534.000, 127), + (17252683, 'Mandragora', 6377, -121.598, -8.584, 328.574, 127), + (17252684, 'Savanna_Rarab', 6385, -193.045, -12.752, 435.059, 38), + (17252685, 'Savanna_Rarab', 6385, -204.871, -8.505, 402.307, 127), + (17252686, 'Savanna_Rarab', 6385, -107.110, -9.364, 320.761, 49), + (17252687, 'Goblin_Fisher', 6372, -196.274, -9.238, 367.233, 120), + (17252688, 'Goblin_Fisher', 6372, -202.000, -18.000, 545.000, 127), + (17252689, 'Goblin_Fisher', 6372, -144.156, -9.002, 325.594, 127), + (17252690, 'Goblin_Weaver', 6374, -201.678, -10.500, 416.209, 51), + (17252691, 'River_Crab', 6383, 263.629, -7.103, 254.491, 9), + (17252692, 'River_Crab', 6383, 140.807, -6.873, 245.632, 16), + (17252693, 'River_Crab', 6383, 174.481, -7.107, 260.892, 127), + (17252694, 'River_Crab', 6383, 34.989, -7.022, 221.648, 127), + (17252695, 'Pug_Pugil', 6381, 18.897, -7.000, 256.100, 125), + (17252696, 'Pug_Pugil', 6381, 23.978, -7.032, 244.295, 127), + (17252697, 'Pug_Pugil', 6381, 246.499, -7.031, 260.807, 127), + (17252698, 'Pug_Pugil', 6381, 266.786, -7.104, 254.506, 127), + (17252699, 'River_Crab', 6383, -226.041, -14.503, 495.600, 127), + (17252700, 'Pug_Pugil', 6381, -223.502, -14.581, 486.551, 127), + (17252701, 'River_Crab', 6383, -218.948, -10.533, 448.540, 127), + (17252702, 'Pug_Pugil', 6381, -215.251, -10.638, 463.871, 127), + (17252703, 'River_Crab', 6383, -222.789, -7.035, 367.037, 68), + (17252704, 'River_Crab', 6383, -112.639, -2.944, 184.287, 26), + (17252705, 'River_Crab', 6383, -182.737, -7.090, 300.198, 93), + (17252706, 'River_Crab', 6383, -54.836, -6.887, 277.762, 127), + (17252707, 'Pug_Pugil', 6381, -138.450, -6.550, 243.550, 127), + (17252708, 'Pug_Pugil', 6381, -218.860, -6.500, 324.930, 0), + (17252709, 'Pug_Pugil', 6381, -124.396, -7.117, 305.695, 127), + (17252710, 'Pug_Pugil', 6381, -225.605, -7.078, 392.051, 127), + (17252711, 'Mandragora', 6377, -356.567, -21.296, 505.270, 127), + (17252712, 'Mandragora', 6377, -356.284, -21.351, 502.639, 71), + (17252713, 'Mandragora', 6377, -357.983, -21.152, 494.585, 127), + (17252714, 'Mandragora', 6377, -251.449, -16.807, 503.436, 127), + (17252715, 'Crawler', 6368, -241.987, -24.503, 636.318, 121), + (17252716, 'Crawler', 6368, -329.554, -20.863, 512.980, 127), + (17252717, 'Savanna_Rarab', 6385, -325.828, -20.179, 501.297, 127), + (17252718, 'Savanna_Rarab', 6385, -323.818, -21.135, 492.490, 127), + (17252719, 'Goblin_Fisher', 6372, -241.000, -16.000, 483.000, 99), + (17252720, 'Goblin_Weaver', 6374, -288.000, -16.000, 521.000, 127), + (17252721, 'River_Crab', 6383, -226.092, -23.175, 624.680, 123), + (17252722, 'River_Crab', 6383, -238.093, -22.999, 656.609, 126), + (17252723, 'Pug_Pugil', 6381, -221.205, -23.049, 622.597, 127), + (17252724, 'Pug_Pugil', 6381, -254.978, -22.771, 658.906, 121), + (17252726, 'River_Crab', 6383, 121.560, -6.500, 220.370, 0), + (17252727, 'Pug_Pugil', 6381, -20.480, 1.500, -33.610, 0), + (17252728, 'River_Crab', 6383, 145.910, 1.500, -105.160, 0), + (17252729, 'Pug_Pugil', 6381, 308.330, -2.500, 260.010, 0), + (17252730, 'Mandragora', 6377, -104.413, -20.107, 489.779, 16), + (17252731, 'Mandragora', 6377, -135.747, -21.229, 477.988, 16), + (17252732, 'Mandragora', 6377, -82.585, -20.867, 430.809, 16), + (17252733, 'Crawler', 6368, -76.076, -21.329, 502.899, 52), + (17252734, 'Crawler', 6368, -89.217, -21.207, 437.312, 96), + (17252735, 'Carrion_Crow', 6363, -154.149, -20.481, 354.432, 89), + (17252736, 'Carrion_Crow', 6363, -127.395, -21.053, 456.680, 28), + (17252737, 'Carrion_Crow', 6363, -81.341, -20.750, 449.769, 40), + (17252738, 'Carrion_Crow', 6363, -117.528, -20.586, 516.991, 127), + (17252739, 'Savanna_Rarab', 6385, -151.557, -23.943, 445.798, 127), + (17252740, 'Savanna_Rarab', 6385, -159.321, -23.740, 434.247, 51), + (17252741, 'Yagudo_Initiate', 6392, -87.227, -21.397, 496.354, 127), + (17252742, 'Yagudo_Acolyte', 6391, -118.018, -20.731, 402.520, 127), + (17252743, 'Yagudo_Scribe', 6393, -94.659, -21.441, 390.897, 99), + (17252744, 'Magicked_Bones', 6376, 0.000, 0.000, 0.000, 0), + (17252745, 'Magicked_Bones', 6376, 0.000, 0.000, 0.000, 0), + (17252746, 'Mandragora', 6377, 40.606, -26.396, 533.401, 127), + (17252747, 'Mandragora', 6377, 78.115, -24.601, 484.043, 127), + (17252748, 'Crawler', 6368, 53.689, -25.048, 446.502, 127), + (17252749, 'Crawler', 6368, 66.905, -28.226, 585.997, 32), + (17252750, 'Crawler', 6368, -30.802, -24.326, 457.240, 96), + (17252751, 'Savanna_Rarab', 6385, 39.723, -26.408, 532.749, 127), + (17252752, 'Savanna_Rarab', 6385, -16.778, -24.858, 476.026, 127), + (17252753, 'Carrion_Crow', 6363, 24.659, -25.360, 454.397, 3), + (17252754, 'Carrion_Crow', 6363, 70.791, -25.557, 554.430, 55), + (17252755, 'Carrion_Crow', 6363, 47.309, -25.361, 486.588, 98), + (17252756, 'Carrion_Crow', 6363, 84.442, -24.444, 436.418, 97), + (17252757, 'Yagudo_Initiate', 6392, 52.235, -25.082, 448.565, 122), + (17252758, 'Yagudo_Initiate', 6392, 85.695, -24.992, 515.371, 54), + (17252759, 'Yagudo_Acolyte', 6391, 119.321, -24.500, 442.207, 127), + (17252760, 'Yagudo_Scribe', 6393, 96.434, -25.761, 462.073, 127), + (17252761, 'Mad_Fox', 6375, 93.933, -23.924, 440.186, 127), + (17252762, 'Magicked_Bones', 6376, 0.000, 0.000, 0.000, 0), + (17252763, 'Magicked_Bones', 6376, 81.191, -25.190, 451.326, 127), + (17252764, 'Balloon', 6354, 24.592, -25.151, 482.157, 127), + (17252765, 'Yagudo_Initiate', 6392, 103.555, -25.248, 497.301, 22), + (17252766, 'Yagudo_Acolyte', 6391, 103.766, -25.216, 497.118, 127), + (17252767, 'Yagudo_Scribe', 6393, 104.400, -24.869, 495.291, 127), + (17252768, 'Crawler', 6368, 38.482, -36.499, 559.111, 117), + (17252769, 'Crawler', 6368, -49.770, -33.826, 680.062, 127), + (17252770, 'Crawler', 6368, -38.489, -36.400, 716.315, 25), + (17252771, 'Crawler', 6368, -29.863, -37.429, 741.291, 127), + (17252772, 'Savanna_Rarab', 6385, -20.867, -34.336, 698.648, 127), + (17252773, 'Savanna_Rarab', 6385, -40.219, -32.881, 683.197, 127), + (17252774, 'Carrion_Crow', 6363, -16.150, -33.767, 692.080, 37), + (17252775, 'Carrion_Crow', 6363, -74.724, -36.568, 724.062, 127), + (17252776, 'Goblin_Thug', 6373, 49.052, -35.204, 574.248, 127), + (17252777, 'Goblin_Weaver', 6374, -71.796, -35.209, 683.063, 127), + (17252778, 'Goblin_Weaver', 6374, -44.098, -33.060, 668.485, 127), + (17252779, 'Mandragora', 6377, 212.527, -20.467, 326.215, 73), + (17252780, 'Mandragora', 6377, 222.636, -21.314, 369.431, 102), + (17252781, 'Giant_Bee', 6370, 164.668, -23.471, 386.990, 1), + (17252782, 'Giant_Bee', 6370, 196.057, -20.370, 315.148, 127), + (17252783, 'Giant_Bee', 6370, 154.483, -20.077, 309.328, 109), + (17252784, 'Crawler', 6368, 234.812, -21.285, 381.560, 127), + (17252785, 'Crawler', 6368, 101.628, -24.283, 389.814, 56), + (17252786, 'Savanna_Rarab', 6385, 108.792, -24.944, 362.655, 127), + (17252787, 'Savanna_Rarab', 6385, 204.619, -20.718, 401.818, 41), + (17252788, 'Yagudo_Initiate', 6392, 223.792, -21.669, 344.509, 28), + (17252789, 'Yagudo_Acolyte', 6391, 168.355, -23.110, 384.658, 127), + (17252790, 'Yagudo_Scribe', 6393, 240.000, -20.000, 396.000, 102), + (17252791, 'Mad_Fox', 6375, 0.000, 0.000, 0.000, 0), + (17252792, 'Magicked_Bones', 6376, 188.018, -21.657, 392.761, 127), + (17252793, 'Balloon', 6354, 158.009, -25.183, 369.984, 127), + (17252794, 'Mandragora', 6377, 279.887, -20.612, 440.250, 27), + (17252795, 'Mandragora', 6377, 282.701, -25.486, 539.365, 127), + (17252796, 'Giant_Bee', 6370, 205.862, -20.645, 478.402, 127), + (17252797, 'Giant_Bee', 6370, 261.443, -19.970, 470.299, 82), + (17252798, 'Giant_Bee', 6370, 305.461, -26.026, 529.244, 127), + (17252799, 'Crawler', 6368, 260.407, -25.490, 557.029, 127), + (17252800, 'Crawler', 6368, 300.569, -25.565, 514.759, 121), + (17252801, 'Savanna_Rarab', 6385, 271.176, -21.234, 433.314, 123), + (17252802, 'Savanna_Rarab', 6385, 262.700, -20.041, 469.898, 127), + (17252803, 'Yagudo_Initiate', 6392, 227.439, -20.484, 445.245, 7), + (17252804, 'Yagudo_Acolyte', 6391, 285.147, -25.605, 570.016, 127), + (17252805, 'Yagudo_Scribe', 6393, 276.579, -20.796, 437.770, 70), + (17252806, 'Mad_Fox', 6375, 0.000, 0.000, 0.000, 0), + (17252807, 'Magicked_Bones', 6376, 239.149, -21.494, 420.748, 127), + (17252808, 'Magicked_Bones', 6376, 282.657, -25.722, 572.524, 70), + (17252809, 'Goblin_Digger', 6371, 112.816, -4.761, -40.004, 6), + (17252810, 'Pixie', 6380, 0.000, 0.000, 0.000, 0), + (17252811, 'Pixie', 6380, 0.000, 0.000, 0.000, 0), + (17252812, 'Pixie', 6380, 0.000, 0.000, 0.000, 0), + (17252813, 'Pixie', 6380, 0.000, 0.000, 0.000, 0), + (17252814, 'Pixie', 6380, 0.000, 0.000, 0.000, 0), + (17252815, 'Bolster', 6355, 0.000, 0.000, 0.000, 0), + (17252857, 'Bull_[Herd1]', 6356, 0.000, 0.000, 0.000, 0), + (17252858, 'Cow_[Herd1]', 6365, 0.000, 0.000, 0.000, 0), + (17252859, 'Cow_[Herd1]', 6365, 0.000, 0.000, 0.000, 0), + (17252860, 'Cow_[Herd1]', 6365, 0.000, 0.000, 0.000, 0), + (17252861, 'Calf_[Herd1]', 6360, 0.000, 0.000, 0.000, 0), + (17252862, 'Calf_[Herd1]', 6360, 0.000, 0.000, 0.000, 0), + (17252863, 'Calf_[Herd1]', 6360, 0.000, 0.000, 0.000, 0), + (17252864, 'Calf_[Herd1]', 6360, 0.000, 0.000, 0.000, 0), + (17252865, 'Calf_[Herd1]', 6360, 0.000, 0.000, 0.000, 0), + (17252866, 'Calf_[Herd1]', 6360, 0.000, 0.000, 0.000, 0), + (17252867, 'Bull_[Herd2]', 6357, 0.000, 0.000, 0.000, 0), + (17252868, 'Cow_[Herd2]', 6366, 0.000, 0.000, 0.000, 0), + (17252869, 'Cow_[Herd2]', 6366, 0.000, 0.000, 0.000, 0), + (17252870, 'Cow_[Herd2]', 6366, 0.000, 0.000, 0.000, 0), + (17252871, 'Calf_[Herd2]', 6361, 0.000, 0.000, 0.000, 0), + (17252872, 'Calf_[Herd2]', 6361, 0.000, 0.000, 0.000, 0), + (17252873, 'Calf_[Herd2]', 6361, 0.000, 0.000, 0.000, 0), + (17252874, 'Calf_[Herd2]', 6361, 0.000, 0.000, 0.000, 0), + (17252875, 'Calf_[Herd2]', 6361, 0.000, 0.000, 0.000, 0), + (17252876, 'Calf_[Herd2]', 6361, 0.000, 0.000, 0.000, 0), + (17252877, 'Bull_[Herd3]', 6358, 0.000, 0.000, 0.000, 0), + (17252878, 'Cow_[Herd3]', 6367, 0.000, 0.000, 0.000, 0), + (17252879, 'Cow_[Herd3]', 6367, 0.000, 0.000, 0.000, 0), + (17252880, 'Cow_[Herd3]', 6367, 0.000, 0.000, 0.000, 0), + (17252881, 'Calf_[Herd3]', 6362, 0.000, 0.000, 0.000, 0), + (17252882, 'Calf_[Herd3]', 6362, 0.000, 0.000, 0.000, 0), + (17252883, 'Calf_[Herd3]', 6362, 0.000, 0.000, 0.000, 0), + (17252884, 'Calf_[Herd3]', 6362, 0.000, 0.000, 0.000, 0), + (17252885, 'Calf_[Herd3]', 6362, 0.000, 0.000, 0.000, 0), + (17252886, 'Calf_[Herd3]', 6362, 0.000, 0.000, 0.000, 0), + (17252887, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252888, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252889, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252890, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252891, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252892, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252893, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252894, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252895, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252896, 'Chigoe', 6364, 0.000, 0.000, 0.000, 0), + (17252897, 'Pyracmon', 6382, 0.000, 0.000, 0.000, 0), + (17252898, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252899, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252900, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252901, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252902, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252903, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252904, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252905, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252906, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17252907, 'Wraith_Bat', 6390, 0.000, 0.000, 0.000, 0), + (17253030, 'Shantotto', 6386, 0.000, 0.000, 0.000, 0), + (17256449, 'Canyon_Rarab', 6400, 196.579, 15.514, -654.120, 24), + (17256450, 'Canyon_Rarab', 6400, 17.660, 28.881, -639.324, 127), + (17256451, 'Canyon_Rarab', 6400, 147.808, 7.078, -464.066, 27), + (17256452, 'Canyon_Rarab', 6400, 81.180, 5.320, -469.030, 127), + (17256453, 'Pygmaioi', 6414, 194.616, 15.205, -662.679, 127), + (17256454, 'Pygmaioi', 6414, 88.685, -0.086, -453.282, 121), + (17256455, 'Pygmaioi', 6414, 95.690, -0.438, -441.616, 45), + (17256456, 'Pygmaioi', 6414, 36.338, 14.769, -482.994, 107), + (17256457, 'Strolling_Sapling', 6418, 24.211, 26.370, -639.226, 5), + (17256458, 'Strolling_Sapling', 6418, 118.139, -0.145, -451.105, 59), + (17256459, 'Strolling_Sapling', 6418, 161.419, 7.987, -466.674, 127), + (17256460, 'Strolling_Sapling', 6418, 132.342, 7.678, -473.500, 17), + (17256461, 'Strolling_Sapling', 6418, 108.789, -1.799, -449.060, 127), + (17256462, 'Canyon_Rarab', 6400, 282.795, 12.545, -584.595, 90), + (17256463, 'Canyon_Rarab', 6400, 372.220, -8.849, -419.398, 81), + (17256464, 'Canyon_Rarab', 6400, 349.953, -8.549, -478.699, 41), + (17256465, 'Canyon_Rarab', 6400, 255.095, 7.011, -567.043, 26), + (17256466, 'Pygmaioi', 6414, 382.814, -8.816, -450.699, 14), + (17256467, 'Pygmaioi', 6414, 317.759, -3.959, -542.744, 127), + (17256468, 'Pygmaioi', 6414, 255.026, 13.712, -589.668, 72), + (17256469, 'Strolling_Sapling', 6418, 256.362, 8.393, -558.956, 127), + (17256470, 'Strolling_Sapling', 6418, 399.020, -9.033, -438.850, 61), + (17256471, 'Strolling_Sapling', 6418, 364.028, -8.639, -466.186, 127), + (17256472, 'Strolling_Sapling', 6418, 356.844, -8.267, -473.418, 127), + (17256473, 'Canyon_Rarab', 6400, -45.727, 7.559, -403.234, 127), + (17256474, 'Canyon_Rarab', 6400, -55.263, 7.273, -411.071, 127), + (17256475, 'Canyon_Rarab', 6400, -85.158, 7.315, -415.545, 127), + (17256476, 'Canyon_Rarab', 6400, -55.942, 7.797, -396.485, 127), + (17256477, 'Pygmaioi', 6414, -44.872, 7.568, -388.691, 66), + (17256478, 'Pygmaioi', 6414, -79.366, 0.513, -369.817, 127), + (17256479, 'Pygmaioi', 6414, -47.115, 7.323, -373.863, 76), + (17256480, 'Strolling_Sapling', 6418, 362.000, -0.468, -366.000, 127), + (17256481, 'Strolling_Sapling', 6418, 285.000, -0.020, -339.000, 5), + (17256482, 'Strolling_Sapling', 6418, -68.684, 1.468, -361.440, 31), + (17256483, 'Strolling_Sapling', 6418, -72.819, 2.392, -375.246, 127), + (17256484, 'Akbaba', 6395, -267.998, 15.549, -547.885, 28), + (17256485, 'Akbaba', 6395, -273.036, 15.081, -525.081, 127), + (17256486, 'Akbaba', 6395, -280.107, 16.398, -577.995, 127), + (17256487, 'Akbaba', 6395, -256.087, 10.512, -525.818, 11), + (17256488, 'Skeleton_Warrior', 6417, 0.000, 0.000, 0.000, 0), + (17256489, 'Skeleton_Warrior', 6417, -310.207, 15.192, -564.568, 127), + (17256490, 'Skeleton_Sorcerer', 6416, -257.411, 13.516, -544.189, 38), + (17256491, 'Ghost', 6402, -232.878, 15.425, -562.632, 127), + (17256492, 'Ghost', 6402, -240.271, 15.509, -597.355, 127), + (17256494, 'Canyon_Rarab', 6400, 105.216, -10.251, -156.114, 54), + (17256495, 'Canyon_Rarab', 6400, 106.581, -9.958, -204.772, 127), + (17256496, 'Canyon_Rarab', 6400, 214.212, -15.925, -118.899, 127), + (17256497, 'Canyon_Rarab', 6400, 143.147, -14.146, -160.133, 127), + (17256498, 'Pygmaioi', 6414, 122.942, -7.048, -147.250, 127), + (17256499, 'Pygmaioi', 6414, 109.682, -0.623, -124.707, 127), + (17256500, 'Pygmaioi', 6414, 118.556, -8.320, -159.627, 41), + (17256501, 'Strolling_Sapling', 6418, 135.325, -8.939, -140.047, 127), + (17256502, 'Strolling_Sapling', 6418, 90.592, -1.560, -128.205, 120), + (17256503, 'Strolling_Sapling', 6418, 96.915, -15.063, -183.539, 13), + (17256504, 'Killer_Bee', 6411, 42.899, -1.177, -125.179, 117), + (17256505, 'Killer_Bee', 6411, 164.469, -16.564, -159.911, 32), + (17256506, 'Killer_Bee', 6411, 71.025, -0.454, -124.833, 30), + (17256507, 'Canyon_Rarab', 6400, -19.026, -12.297, -163.079, 122), + (17256508, 'Canyon_Rarab', 6400, -47.061, -14.525, -177.864, 127), + (17256509, 'Canyon_Rarab', 6400, -77.850, -16.319, -144.624, 39), + (17256510, 'Canyon_Rarab', 6400, -40.122, -16.283, -222.907, 127), + (17256511, 'Pygmaioi', 6414, -6.501, -7.178, -112.247, 127), + (17256512, 'Pygmaioi', 6414, -60.921, -13.122, -236.127, 105), + (17256513, 'Pygmaioi', 6414, 27.757, -16.207, -164.368, 18), + (17256514, 'Strolling_Sapling', 6418, -87.408, -8.802, -95.046, 97), + (17256515, 'Strolling_Sapling', 6418, -48.550, -16.360, -160.917, 88), + (17256516, 'Strolling_Sapling', 6418, -47.009, -14.565, -176.369, 127), + (17256517, 'Killer_Bee', 6411, -48.181, -16.334, -161.073, 106), + (17256518, 'Killer_Bee', 6411, -78.608, -16.464, -145.996, 127), + (17256519, 'Killer_Bee', 6411, -68.090, -13.583, -105.194, 111), + (17256520, 'Canyon_Crawler', 6399, -11.158, -7.240, -131.867, 28), + (17256521, 'Canyon_Crawler', 6399, -10.493, -7.192, -133.032, 20), + (17256522, 'Canyon_Crawler', 6399, 6.853, -9.796, -131.746, 67), + (17256523, 'Goblin_Thug', 6407, 166.205, -17.159, -157.195, 127), + (17256524, 'Goblin_Ambusher', 6403, -83.004, -16.474, -147.824, 127), + (17256525, 'Goblin_Weaver', 6409, 108.865, -8.469, -215.222, 81), + (17256526, 'Goblin_Tinkerer', 6408, -80.041, -15.714, -206.174, 125), + (17256527, 'Goblin_Butcher', 6405, -19.554, -10.171, -149.242, 67), + (17256528, 'Skeleton_Warrior', 6417, 81.827, -11.955, -146.143, 11), + (17256529, 'Skeleton_Sorcerer', 6416, -56.470, -16.525, -217.264, 127), + (17256530, 'Air_Elemental', 6394, -2.192, -16.228, -152.326, 112), + (17256531, 'Canyon_Rarab', 6400, 150.397, 1.672, 3.892, 35), + (17256532, 'Canyon_Rarab', 6400, 226.798, -16.123, -49.654, 27), + (17256533, 'Pygmaioi', 6414, 187.805, -7.869, -46.213, 127), + (17256534, 'Strolling_Sapling', 6418, 182.245, -5.819, -43.027, 127), + (17256535, 'Killer_Bee', 6411, 139.360, 2.601, -45.275, 127), + (17256536, 'Killer_Bee', 6411, 229.801, -3.960, 20.499, 0), + (17256537, 'Wild_Dhalmel', 6419, 144.949, 5.837, 4.633, 74), + (17256538, 'Wild_Dhalmel', 6419, 195.715, -8.535, -22.420, 127), + (17256539, 'Wild_Dhalmel', 6419, 235.165, -15.257, -33.349, 42), + (17256540, 'Barghest', 6398, 168.783, -2.139, -43.124, 127), + (17256541, 'Canyon_Rarab', 6400, 95.015, 7.500, 26.557, 9), + (17256542, 'Canyon_Rarab', 6400, 103.167, 10.817, -41.762, 30), + (17256543, 'Pygmaioi', 6414, 130.242, 9.218, 24.304, 127), + (17256544, 'Strolling_Sapling', 6418, 99.928, 10.564, -45.040, 127), + (17256545, 'Killer_Bee', 6411, 72.264, 11.733, -31.729, 101), + (17256546, 'Killer_Bee', 6411, 137.352, 9.888, 5.148, 127), + (17256547, 'Wild_Dhalmel', 6419, 95.075, 0.277, -84.655, 120), + (17256548, 'Wild_Dhalmel', 6419, 96.424, 7.844, -49.402, 31), + (17256549, 'Wild_Dhalmel', 6419, 133.403, 8.353, -14.439, 26), + (17256550, 'Barghest', 6398, 90.813, 15.545, -8.750, 127), + (17256551, 'Canyon_Crawler', 6399, 174.854, -3.915, -17.372, 127), + (17256552, 'Canyon_Crawler', 6399, 166.695, -1.724, -21.398, 127), + (17256553, 'Canyon_Crawler', 6399, 160.792, -0.511, -19.334, 127), + (17256554, 'Canyon_Rarab', 6400, -17.862, -8.601, -35.348, 47), + (17256555, 'Canyon_Rarab', 6400, -16.153, -8.755, -32.248, 127), + (17256556, 'Pygmaioi', 6414, 12.961, -4.806, -26.344, 127), + (17256557, 'Strolling_Sapling', 6418, -8.477, -8.215, -48.331, 34), + (17256558, 'Killer_Bee', 6411, -25.406, -7.163, 37.166, 92), + (17256559, 'Killer_Bee', 6411, -9.360, -2.016, 33.085, 73), + (17256560, 'Wild_Dhalmel', 6419, -9.176, -8.191, -64.347, 127), + (17256561, 'Wild_Dhalmel', 6419, -16.284, -8.116, -39.142, 104), + (17256562, 'Wild_Dhalmel', 6419, 56.769, 5.684, -48.289, 127), + (17256563, 'Serpopard_Ishtar', 6415, 49.540, 0.843, -61.629, 127), + (17256564, 'Barghest', 6398, 22.270, -4.695, -66.531, 127), + (17256565, 'Yagudo_Initiate', 6421, 95.801, 2.461, -63.735, 127), + (17256566, 'Yagudo_Mendicant', 6422, 159.002, -0.936, -9.052, 127), + (17256567, 'Yagudo_s_Elemental', 6427, 0.000, 0.000, 0.000, 0), + (17256568, 'Yagudo_Acolyte', 6420, 63.353, 10.996, 4.245, 127), + (17256569, 'Yagudo_Scribe', 6426, 9.186, -0.816, 11.193, 115), + (17256570, 'Yagudo_Piper', 6425, 17.160, -5.115, -46.590, 28), + (17256571, 'Yagudo_Persecutor', 6423, -15.353, -7.621, -55.287, 123), + (17256572, 'Skeleton_Warrior', 6417, 225.928, -8.287, 8.898, 127), + (17256573, 'Skeleton_Sorcerer', 6416, 200.577, -8.193, -29.877, 107), + (17256574, 'Earth_Elemental', 6401, 40.017, -0.684, -49.741, 0), + (17256575, 'Canyon_Rarab', 6400, -179.561, -16.888, -98.619, 28), + (17256576, 'Canyon_Rarab', 6400, -188.077, -16.800, -90.490, 23), + (17256577, 'Canyon_Rarab', 6400, -222.564, -22.688, -85.137, 108), + (17256578, 'Canyon_Rarab', 6400, -152.824, -8.560, -44.112, 127), + (17256579, 'Pygmaioi', 6414, -286.939, -25.024, -76.681, 127), + (17256580, 'Pygmaioi', 6414, -186.790, -16.811, -99.774, 5), + (17256581, 'Strolling_Sapling', 6418, -213.161, -15.008, -67.559, 127), + (17256582, 'Strolling_Sapling', 6418, -207.453, -18.153, -144.985, 123), + (17256583, 'Killer_Bee', 6411, -186.890, -16.834, -90.675, 127), + (17256584, 'Killer_Bee', 6411, -190.880, -16.449, -116.036, 127), + (17256585, 'Canyon_Crawler', 6399, -160.533, -7.993, -50.124, 34), + (17256586, 'Canyon_Crawler', 6399, -169.234, -8.841, -47.694, 127), + (17256587, 'Canyon_Rarab', 6400, -291.707, -8.481, 81.603, 127), + (17256588, 'Canyon_Rarab', 6400, -266.330, -15.951, -26.299, 79), + (17256589, 'Canyon_Rarab', 6400, -299.368, -12.365, 43.743, 127), + (17256590, 'Pygmaioi', 6414, -279.458, -8.504, 35.888, 4), + (17256591, 'Pygmaioi', 6414, -287.519, -3.982, 99.774, 21), + (17256592, 'Strolling_Sapling', 6418, -287.803, -16.549, -25.254, 127), + (17256593, 'Strolling_Sapling', 6418, -311.017, -8.237, 76.729, 30), + (17256594, 'Strolling_Sapling', 6418, -270.192, -16.818, -10.797, 127), + (17256595, 'Killer_Bee', 6411, -301.179, -8.681, 89.548, 108), + (17256596, 'Killer_Bee', 6411, -320.359, -16.263, 41.423, 127), + (17256597, 'Canyon_Rarab', 6400, -243.192, -2.863, 27.673, 73), + (17256598, 'Canyon_Rarab', 6400, -224.419, 7.043, 137.732, 32), + (17256599, 'Canyon_Rarab', 6400, -206.837, -1.034, 3.070, 127), + (17256600, 'Pygmaioi', 6414, -213.059, 11.744, 92.619, 127), + (17256601, 'Pygmaioi', 6414, -234.360, -10.388, -50.070, 42), + (17256602, 'Pygmaioi', 6414, -209.411, 12.896, 108.454, 72), + (17256603, 'Strolling_Sapling', 6418, -238.330, -1.251, 38.626, 127), + (17256604, 'Strolling_Sapling', 6418, -221.681, -5.743, -1.158, 127), + (17256605, 'Killer_Bee', 6411, -223.556, 1.054, 33.355, 127), + (17256606, 'Killer_Bee', 6411, -229.445, -0.061, 72.962, 127), + (17256607, 'Goblin_Thug', 6407, -225.526, -8.529, -39.715, 127), + (17256608, 'Goblin_Ambusher', 6403, -142.153, -6.290, -60.945, 127), + (17256609, 'Goblin_Weaver', 6409, -267.237, -4.582, 87.481, 122), + (17256610, 'Goblin_Tinkerer', 6408, -251.889, -9.012, 20.710, 127), + (17256611, 'Goblin_Butcher', 6405, -178.272, -11.084, -57.065, 92), + (17256612, 'Skeleton_Warrior', 6417, -295.779, -8.335, 80.956, 104), + (17256613, 'Skeleton_Sorcerer', 6416, 0.000, 0.000, 0.000, 0), + (17256614, 'Air_Elemental', 6394, -288.489, -8.461, 60.919, 28), + (17256615, 'Killer_Bee', 6411, -443.338, -39.764, -177.571, 127), + (17256616, 'Killer_Bee', 6411, -469.907, -40.846, -130.147, 100), + (17256617, 'Killer_Bee', 6411, -461.855, -40.427, -133.302, 7), + (17256618, 'Killer_Bee', 6411, -479.482, -34.757, -89.635, 100), + (17256619, 'Killer_Bee', 6411, -444.015, -37.448, -98.560, 127), + (17256620, 'Goblin_Ambusher', 6403, 0.000, 0.000, 0.000, 0), + (17256621, 'Goblin_Ambusher', 6403, -424.192, -41.502, -184.821, 127), + (17256622, 'Goblin_Tinkerer', 6408, -471.854, -36.848, -97.356, 127), + (17256623, 'Goblin_Butcher', 6405, -451.919, -32.410, -81.987, 127), + (17256624, 'Goblin_Butcher', 6405, 0.000, 0.000, 0.000, 0), + (17256625, 'Grenade', 6410, -470.838, -40.806, -132.707, 127), + (17256626, 'Killer_Bee', 6411, -284.030, 7.871, 237.254, 127), + (17256627, 'Killer_Bee', 6411, -310.167, 7.783, 260.843, 22), + (17256628, 'Killer_Bee', 6411, -305.719, 6.515, 250.152, 127), + (17256629, 'Killer_Bee', 6411, -299.195, 7.219, 267.372, 127), + (17256630, 'Killer_Bee', 6411, -305.278, 8.043, 267.787, 26), + (17256631, 'Goblin_Ambusher', 6403, 0.000, 0.000, 0.000, 0), + (17256632, 'Goblin_Ambusher', 6403, -306.998, 6.918, 247.736, 127), + (17256633, 'Goblin_Tinkerer', 6408, -319.968, 8.097, 269.458, 127), + (17256634, 'Goblin_Tinkerer', 6408, -311.666, 7.580, 278.834, 56), + (17256635, 'Goblin_Butcher', 6405, -292.705, 7.555, 265.709, 49), + (17256636, 'Grenade', 6410, -283.314, 7.685, 231.691, 127), + (17256637, 'Canyon_Rarab', 6400, -105.185, 15.642, 226.167, 127), + (17256638, 'Canyon_Rarab', 6400, -173.728, 15.283, 126.290, 33), + (17256639, 'Pygmaioi', 6414, -92.583, 20.148, 215.968, 83), + (17256640, 'Pygmaioi', 6414, -155.745, 15.412, 129.796, 119), + (17256641, 'Pygmaioi', 6414, -114.448, 15.814, 204.214, 34), + (17256642, 'Strolling_Sapling', 6418, -114.466, 12.863, 145.843, 127), + (17256643, 'Strolling_Sapling', 6418, -90.875, 15.734, 170.875, 74), + (17256644, 'Strolling_Sapling', 6418, -147.474, 15.272, 167.674, 127), + (17256645, 'Killer_Bee', 6411, -107.120, 17.234, 242.777, 82), + (17256646, 'Killer_Bee', 6411, -109.566, 16.871, 244.688, 127), + (17256647, 'Killer_Bee', 6411, -126.225, 10.750, 140.486, 2), + (17256648, 'Canyon_Crawler', 6399, -146.665, 14.477, 137.528, 105), + (17256649, 'Canyon_Crawler', 6399, -146.043, 13.431, 136.957, 127), + (17256650, 'Canyon_Crawler', 6399, -125.457, 8.007, 129.961, 127), + (17256651, 'Canyon_Rarab', 6400, -106.944, 6.467, 82.235, 41), + (17256652, 'Canyon_Rarab', 6400, -151.758, 6.164, 32.225, 26), + (17256653, 'Pygmaioi', 6414, -72.703, -1.987, -12.149, 11), + (17256654, 'Pygmaioi', 6414, -111.963, 5.484, 71.610, 124), + (17256655, 'Strolling_Sapling', 6418, -93.287, 0.674, 58.965, 127), + (17256656, 'Strolling_Sapling', 6418, -67.675, -3.471, -6.043, 127), + (17256657, 'Killer_Bee', 6411, -107.519, -5.836, -45.853, 117), + (17256658, 'Killer_Bee', 6411, -117.966, 7.382, 79.568, 71), + (17256659, 'Wild_Dhalmel', 6419, -80.393, -1.015, -1.459, 112), + (17256660, 'Wild_Dhalmel', 6419, -66.343, -8.763, 33.038, 127), + (17256661, 'Wild_Dhalmel', 6419, -72.317, -8.347, 48.111, 127), + (17256662, 'Barghest', 6398, -91.695, -7.409, 38.993, 127), + (17256663, 'Canyon_Crawler', 6399, -156.502, 13.495, 69.142, 25), + (17256664, 'Canyon_Crawler', 6399, -144.292, 11.484, 71.484, 127), + (17256665, 'Canyon_Rarab', 6400, -30.842, 13.091, 143.570, 98), + (17256666, 'Canyon_Rarab', 6400, -25.577, -0.221, 79.942, 127), + (17256667, 'Pygmaioi', 6414, -38.685, -4.165, 61.448, 127), + (17256668, 'Pygmaioi', 6414, -52.911, 5.402, 102.571, 127), + (17256669, 'Strolling_Sapling', 6418, 0.903, -0.269, 70.050, 36), + (17256670, 'Strolling_Sapling', 6418, -43.744, 12.726, 142.359, 127), + (17256671, 'Killer_Bee', 6411, -29.160, 6.752, 128.120, 42), + (17256672, 'Wild_Dhalmel', 6419, -42.356, 1.927, 93.778, 94), + (17256673, 'Wild_Dhalmel', 6419, -7.844, -2.262, 52.429, 108), + (17256674, 'Wild_Dhalmel', 6419, -21.292, 23.951, 198.988, 127), + (17256675, 'Barghest', 6398, 2.106, 22.236, 191.766, 80), + (17256676, 'Canyon_Crawler', 6399, -44.046, -8.814, 44.657, 85), + (17256677, 'Canyon_Crawler', 6399, -32.008, -8.640, 35.544, 73), + (17256678, 'Canyon_Rarab', 6400, -27.594, 21.948, 228.288, 16), + (17256679, 'Canyon_Rarab', 6400, -108.521, 24.907, 352.712, 11), + (17256680, 'Pygmaioi', 6414, -13.633, 30.280, 375.914, 43), + (17256681, 'Pygmaioi', 6414, -73.234, 31.822, 356.132, 127), + (17256682, 'Strolling_Sapling', 6418, 31.764, 23.916, 265.404, 127), + (17256683, 'Strolling_Sapling', 6418, -22.250, 30.276, 374.690, 127), + (17256684, 'Killer_Bee', 6411, -75.205, 23.747, 400.920, 127), + (17256685, 'Killer_Bee', 6411, 26.312, 23.578, 264.949, 127), + (17256686, 'Wild_Dhalmel', 6419, -23.900, 27.960, 282.280, 125), + (17256687, 'Wild_Dhalmel', 6419, 22.360, 23.757, 281.584, 127), + (17256688, 'Wild_Dhalmel', 6419, -30.321, 22.966, 261.095, 111), + (17256689, 'Wild_Dhalmel', 6419, -80.168, 31.321, 357.076, 27), + (17256690, 'Serpopard_Ishtar', 6415, -0.048, 21.041, 266.381, 31), + (17256691, 'Barghest', 6398, 35.900, 23.476, 283.122, 127), + (17256692, 'Canyon_Crawler', 6399, -144.303, 17.927, 359.219, 127), + (17256693, 'Canyon_Crawler', 6399, -172.147, 16.631, 351.996, 59), + (17256694, 'Yagudo_Initiate', 6421, -72.634, 4.361, 69.972, 127), + (17256695, 'Yagudo_Mendicant', 6422, -110.360, -0.534, 22.560, 31), + (17256696, 'Yagudo_s_Elemental', 6427, 0.000, 0.000, 0.000, 0), + (17256697, 'Yagudo_Acolyte', 6420, -94.946, 26.449, 368.698, 127), + (17256698, 'Yagudo_Scribe', 6426, -52.770, 8.527, 122.400, 127), + (17256699, 'Yagudo_Piper', 6425, -97.174, -3.689, 22.136, 83), + (17256700, 'Yagudo_Persecutor', 6423, -13.152, -3.068, 51.097, 31), + (17256701, 'Skeleton_Warrior', 6417, -153.171, 0.832, 10.678, 58), + (17256702, 'Skeleton_Sorcerer', 6416, -31.847, 13.202, 144.081, 32), + (17256703, 'Earth_Elemental', 6401, 46.427, 23.979, 250.787, 69), + (17256704, 'Akbaba', 6395, 217.948, 7.332, 95.634, 127), + (17256705, 'Akbaba', 6395, 202.276, 10.713, 100.761, 127), + (17256706, 'Akbaba', 6395, 209.970, 7.333, 68.532, 11), + (17256707, 'Akbaba', 6395, 180.785, 5.545, 34.598, 45), + (17256708, 'Akbaba', 6395, 204.647, 9.256, 92.878, 127), + (17256709, 'Skeleton_Warrior', 6417, 196.006, 4.859, 30.510, 59), + (17256710, 'Skeleton_Warrior', 6417, 222.389, 7.105, 94.453, 127), + (17256711, 'Skeleton_Sorcerer', 6416, 206.987, 7.605, 79.054, 69), + (17256712, 'Ghost', 6402, 196.335, 8.083, 64.670, 127), + (17256713, 'Ghost', 6402, 207.089, 7.308, 85.789, 95), + (17256714, 'Canyon_Rarab', 6400, 231.654, 16.573, 171.726, 127), + (17256715, 'Canyon_Rarab', 6400, 230.047, 23.951, 196.040, 122), + (17256716, 'Pygmaioi', 6414, 214.991, 25.780, 194.665, 127), + (17256717, 'Pygmaioi', 6414, 236.569, 10.232, 95.082, 114), + (17256718, 'Strolling_Sapling', 6418, 209.952, 22.096, 173.232, 79), + (17256719, 'Strolling_Sapling', 6418, 270.661, 23.122, 192.782, 127), + (17256720, 'Killer_Bee', 6411, 223.074, 15.519, 126.936, 127), + (17256721, 'Killer_Bee', 6411, 251.918, 12.742, 115.614, 127), + (17256722, 'Wild_Dhalmel', 6419, 244.407, 10.260, 96.489, 120), + (17256723, 'Wild_Dhalmel', 6419, 269.891, 7.215, 75.897, 34), + (17256724, 'Wild_Dhalmel', 6419, 238.692, 23.311, 200.930, 127), + (17256725, 'Barghest', 6398, 241.947, 7.959, 84.138, 60), + (17256726, 'Canyon_Rarab', 6400, 265.657, 39.913, 242.848, 127), + (17256727, 'Canyon_Rarab', 6400, 263.671, 24.547, 204.994, 86), + (17256728, 'Canyon_Rarab', 6400, 343.496, 23.819, 280.157, 99), + (17256729, 'Pygmaioi', 6414, 215.709, 32.343, 212.332, 66), + (17256730, 'Pygmaioi', 6414, 312.035, 26.164, 232.832, 101), + (17256731, 'Pygmaioi', 6414, 200.283, 36.593, 224.214, 127), + (17256732, 'Strolling_Sapling', 6418, 227.829, 39.996, 239.797, 106), + (17256733, 'Strolling_Sapling', 6418, 228.961, 34.760, 225.574, 94), + (17256734, 'Strolling_Sapling', 6418, 280.932, 34.274, 225.020, 127), + (17256735, 'Killer_Bee', 6411, 318.826, 24.252, 279.256, 127), + (17256736, 'Killer_Bee', 6411, 196.321, 39.055, 261.345, 100), + (17256737, 'Killer_Bee', 6411, 312.719, 26.392, 233.902, 103), + (17256738, 'Canyon_Rarab', 6400, 253.038, 39.635, 367.197, 62), + (17256739, 'Canyon_Rarab', 6400, 201.414, 39.496, 443.829, 21), + (17256740, 'Canyon_Rarab', 6400, 285.470, 39.646, 469.264, 127), + (17256741, 'Pygmaioi', 6414, 273.178, 39.737, 478.000, 127), + (17256742, 'Pygmaioi', 6414, 311.356, 32.910, 407.829, 37), + (17256743, 'Pygmaioi', 6414, 259.418, 40.262, 455.768, 103), + (17256744, 'Strolling_Sapling', 6418, 266.565, 39.862, 372.784, 127), + (17256745, 'Strolling_Sapling', 6418, 229.024, 43.677, 461.609, 36), + (17256746, 'Strolling_Sapling', 6418, 318.024, 31.376, 364.913, 127), + (17256747, 'Killer_Bee', 6411, 221.724, 39.525, 426.767, 96), + (17256748, 'Killer_Bee', 6411, 315.924, 31.928, 398.854, 127), + (17256749, 'Killer_Bee', 6411, 280.652, 39.338, 451.916, 127), + (17256750, 'Goblin_Thug', 6407, 234.000, -0.050, 43.000, 114), + (17256751, 'Goblin_Ambusher', 6403, 254.622, 12.325, 122.867, 17), + (17256752, 'Goblin_Weaver', 6409, 351.536, 23.688, 282.219, 48), + (17256753, 'Goblin_Tinkerer', 6408, 333.533, 29.152, 300.807, 72), + (17256754, 'Goblin_Butcher', 6405, 253.529, 40.102, 453.158, 127), + (17256755, 'Skeleton_Warrior', 6417, 298.267, 34.669, 384.571, 127), + (17256756, 'Skeleton_Sorcerer', 6416, 225.368, 39.908, 453.501, 18), + (17256757, 'Air_Elemental', 6394, 312.231, 32.584, 298.481, 127), + (17256758, 'Akbaba', 6395, 318.245, 40.258, 462.532, 94), + (17256759, 'Akbaba', 6395, 372.618, 39.772, 506.311, 79), + (17256760, 'Akbaba', 6395, 365.927, 38.622, 506.841, 85), + (17256761, 'Akbaba', 6395, 343.041, 39.101, 468.955, 11), + (17256762, 'Akbaba', 6395, 411.771, 47.603, 479.952, 75), + (17256763, 'Akbaba', 6395, 438.906, 46.975, 473.134, 23), + (17256764, 'Skeleton_Warrior', 6417, 396.251, 47.004, 488.965, 127), + (17256765, 'Skeleton_Warrior', 6417, 422.002, 48.177, 484.431, 8), + (17256766, 'Skeleton_Sorcerer', 6416, 0.000, 0.000, 0.000, 0), + (17256767, 'Ghost', 6402, 402.252, 47.439, 522.647, 127), + (17256768, 'Ghost', 6402, 344.810, 40.087, 522.528, 127), + (17256769, 'Ghost', 6402, 85.974, 14.978, 117.838, 66), + (17256770, 'Grenade', 6410, 88.784, 14.910, 126.078, 85), + (17256771, 'Air_Elemental', 6394, 94.692, 13.853, 138.586, 75), + (17256772, 'Earth_Elemental', 6401, 88.575, 14.913, 126.565, 86), + (17256773, 'Canyon_Rarab', 6400, 174.552, 31.979, 218.838, 9), + (17256774, 'Canyon_Rarab', 6400, 70.516, 23.936, 208.161, 127), + (17256775, 'Canyon_Rarab', 6400, 151.661, 32.238, 212.758, 9), + (17256776, 'Pygmaioi', 6414, 105.506, 40.205, 249.516, 127), + (17256777, 'Pygmaioi', 6414, 88.875, 24.938, 211.443, 73), + (17256778, 'Pygmaioi', 6414, 179.700, 31.359, 204.207, 127), + (17256779, 'Strolling_Sapling', 6418, 88.981, 25.573, 214.372, 127), + (17256780, 'Strolling_Sapling', 6418, 117.027, 39.500, 252.233, 22), + (17256781, 'Strolling_Sapling', 6418, 192.795, 28.314, 184.444, 127), + (17256782, 'Killer_Bee', 6411, 153.185, 38.959, 231.341, 9), + (17256783, 'Killer_Bee', 6411, 182.199, 32.014, 217.664, 71), + (17256784, 'Killer_Bee', 6411, 162.457, 35.367, 220.323, 91), + (17256785, 'Canyon_Rarab', 6400, 98.993, 39.572, 312.512, 127), + (17256786, 'Canyon_Rarab', 6400, 10.515, 31.984, 334.352, 127), + (17256787, 'Canyon_Rarab', 6400, 71.312, 37.046, 464.167, 127), + (17256788, 'Pygmaioi', 6414, 39.562, 34.116, 373.099, 83), + (17256789, 'Pygmaioi', 6414, 74.875, 38.795, 405.079, 28), + (17256790, 'Pygmaioi', 6414, 93.560, 39.844, 389.905, 55), + (17256791, 'Strolling_Sapling', 6418, 93.620, 39.788, 304.435, 127), + (17256792, 'Strolling_Sapling', 6418, 48.650, 34.235, 335.895, 127), + (17256793, 'Strolling_Sapling', 6418, 91.636, 39.990, 309.449, 24), + (17256794, 'Killer_Bee', 6411, 14.134, 31.486, 314.434, 85), + (17256795, 'Killer_Bee', 6411, 7.411, 37.203, 369.962, 124), + (17256796, 'Killer_Bee', 6411, 49.218, 32.304, 315.351, 127), + (17256797, 'Canyon_Rarab', 6400, 137.999, 44.889, 504.708, 93), + (17256798, 'Canyon_Rarab', 6400, 70.215, 36.210, 440.359, 69), + (17256799, 'Canyon_Rarab', 6400, -166.857, 31.593, 465.392, 127), + (17256800, 'Pygmaioi', 6414, 104.672, 45.539, 506.861, 44), + (17256801, 'Pygmaioi', 6414, 104.628, 45.531, 507.104, 43), + (17256802, 'Pygmaioi', 6414, 102.928, 43.638, 483.067, 18), + (17256803, 'Strolling_Sapling', 6418, 169.912, 39.579, 433.323, 127), + (17256804, 'Strolling_Sapling', 6418, 156.822, 39.345, 418.997, 71), + (17256805, 'Strolling_Sapling', 6418, 57.196, 29.008, 435.151, 59), + (17256806, 'Killer_Bee', 6411, 74.137, 39.567, 482.722, 62), + (17256807, 'Killer_Bee', 6411, 121.911, 43.054, 459.437, 127), + (17256808, 'Killer_Bee', 6411, 54.951, 29.297, 457.049, 127), + (17256809, 'Yagudo_Initiate', 6421, 142.617, 39.428, 445.506, 127), + (17256810, 'Yagudo_Mendicant', 6422, 103.983, 45.831, 505.957, 127), + (17256811, 'Yagudo_s_Elemental', 6427, 0.000, 0.000, 0.000, 0), + (17256812, 'Yagudo_Acolyte', 6420, 9.037, 37.500, 354.696, 43), + (17256813, 'Yagudo_Scribe', 6426, 160.388, 39.727, 519.323, 127), + (17256814, 'Yagudo_Piper', 6425, 173.332, 39.783, 238.166, 127), + (17256815, 'Yagudo_Persecutor', 6423, 60.614, 32.068, 411.351, 33), + (17256816, 'Skeleton_Warrior', 6417, 132.338, 39.592, 457.858, 127), + (17256817, 'Skeleton_Sorcerer', 6416, 128.364, 39.570, 263.277, 127), + (17256818, 'Grenade', 6410, 143.195, 40.078, 243.133, 21), + (17256819, 'Poltergeist', 6413, 169.879, 42.940, 507.707, 75), + (17256820, 'Poltergeist', 6413, 179.489, 39.506, 508.486, 21), + (17256821, 'Poltergeist', 6413, 178.488, 38.758, 504.493, 87), + (17256822, 'Canyon_Rarab', 6400, -91.176, 29.509, 503.701, 47), + (17256823, 'Canyon_Rarab', 6400, -243.727, 15.214, 357.556, 127), + (17256824, 'Pygmaioi', 6414, -139.705, 28.991, 456.564, 127), + (17256825, 'Pygmaioi', 6414, -76.864, 24.045, 449.654, 66), + (17256826, 'Strolling_Sapling', 6418, -119.188, 31.269, 473.597, 127), + (17256827, 'Strolling_Sapling', 6418, -106.846, 26.394, 460.920, 127), + (17256828, 'Killer_Bee', 6411, -192.983, 38.839, 520.494, 127), + (17256829, 'Killer_Bee', 6411, -121.967, 23.683, 437.607, 68), + (17256830, 'Wild_Dhalmel', 6419, -130.153, 26.582, 453.472, 20), + (17256831, 'Wild_Dhalmel', 6419, -72.947, 31.544, 545.207, 8), + (17256832, 'Wild_Dhalmel', 6419, -169.690, 29.332, 427.324, 42), + (17256833, 'Barghest', 6398, -146.897, 29.485, 436.341, 30), + (17256834, 'Canyon_Crawler', 6399, -103.488, 23.716, 449.949, 115), + (17256835, 'Canyon_Crawler', 6399, -119.301, 24.087, 448.636, 111), + (17256837, 'Canyon_Rarab', 6400, -113.991, 15.504, 265.304, 127), + (17256838, 'Canyon_Rarab', 6400, -226.656, 10.343, 332.687, 127), + (17256839, 'Canyon_Rarab', 6400, -284.792, 30.990, 463.290, 44), + (17256840, 'Pygmaioi', 6414, -234.495, 16.148, 370.433, 52), + (17256841, 'Pygmaioi', 6414, -87.504, 28.374, 267.194, 113), + (17256842, 'Pygmaioi', 6414, -99.850, 27.222, 318.049, 127), + (17256843, 'Strolling_Sapling', 6418, -217.004, 12.838, 328.205, 127), + (17256844, 'Strolling_Sapling', 6418, -83.575, 32.289, 329.359, 127), + (17256845, 'Strolling_Sapling', 6418, -223.236, 10.856, 324.387, 127), + (17256846, 'Killer_Bee', 6411, -88.589, 31.651, 328.274, 127), + (17256847, 'Killer_Bee', 6411, -132.560, 15.220, 292.798, 127), + (17256848, 'Killer_Bee', 6411, -231.930, 12.237, 340.659, 127), + (17256849, 'Canyon_Rarab', 6400, -249.540, 39.236, 490.474, 25), + (17256850, 'Canyon_Rarab', 6400, -318.250, 15.575, 363.074, 112), + (17256851, 'Pygmaioi', 6414, -236.265, 35.490, 458.709, 67), + (17256852, 'Pygmaioi', 6414, -236.907, 38.703, 474.699, 53), + (17256853, 'Strolling_Sapling', 6418, -265.987, 28.703, 404.058, 127), + (17256854, 'Strolling_Sapling', 6418, -231.238, 31.578, 428.557, 127), + (17256855, 'Killer_Bee', 6411, -269.325, 31.552, 488.438, 0), + (17256856, 'Wild_Dhalmel', 6419, -236.976, 39.525, 515.551, 96), + (17256857, 'Wild_Dhalmel', 6419, -246.599, 39.088, 482.859, 62), + (17256858, 'Wild_Dhalmel', 6419, -264.803, 22.525, 384.910, 93), + (17256859, 'Barghest', 6398, -253.538, 25.557, 396.842, 109), + (17256860, 'Canyon_Rarab', 6400, -321.075, 23.549, 439.710, 127), + (17256861, 'Canyon_Rarab', 6400, -483.463, 14.085, 363.631, 12), + (17256862, 'Pygmaioi', 6414, -295.154, 27.391, 453.067, 46), + (17256863, 'Pygmaioi', 6414, -302.429, 26.186, 483.448, 127), + (17256864, 'Strolling_Sapling', 6418, -316.804, 15.092, 355.981, 127), + (17256865, 'Strolling_Sapling', 6418, -297.223, 27.773, 474.725, 127), + (17256866, 'Killer_Bee', 6411, -304.335, 24.885, 433.515, 127), + (17256867, 'Wild_Dhalmel', 6419, -318.483, 19.604, 382.689, 127), + (17256868, 'Wild_Dhalmel', 6419, -346.580, 17.603, 400.303, 51), + (17256869, 'Wild_Dhalmel', 6419, -344.059, 15.506, 367.262, 43), + (17256870, 'Barghest', 6398, -324.516, 23.643, 435.492, 127), + (17256871, 'Yagudo_Mendicant', 6422, -250.217, 36.715, 477.466, 127), + (17256872, 'Yagudo_s_Elemental', 6427, 0.000, 0.000, 0.000, 0), + (17256873, 'Yagudo_Mendicant', 6422, -141.456, 19.111, 330.878, 114), + (17256874, 'Yagudo_s_Elemental', 6427, 0.000, 0.000, 0.000, 0), + (17256875, 'Yagudo_Piper', 6425, -233.905, 16.214, 369.882, 109), + (17256876, 'Yagudo_Persecutor', 6423, -290.326, 15.533, 368.190, 127), + (17256877, 'Yagudo_Piper', 6425, -248.334, 10.693, 340.366, 127), + (17256878, 'Yagudo_Persecutor', 6423, -122.145, 15.517, 283.982, 127), + (17256879, 'Skeleton_Warrior', 6417, -370.163, 15.715, 400.086, 127), + (17256880, 'Skeleton_Sorcerer', 6416, -332.396, 22.359, 392.825, 119), + (17256881, 'Earth_Elemental', 6401, -184.514, 17.372, 339.742, 127), + (17256882, 'Akbaba', 6395, -396.000, 14.883, 412.129, 127), + (17256883, 'Akbaba', 6395, -427.928, 15.621, 432.554, 2), + (17256884, 'Akbaba', 6395, -396.732, 14.975, 412.229, 127), + (17256885, 'Akbaba', 6395, -406.744, 15.005, 407.171, 117), + (17256886, 'Akbaba', 6395, -407.236, 15.355, 429.605, 118), + (17256887, 'Akbaba', 6395, -411.442, 15.574, 401.423, 127), + (17256888, 'Skeleton_Warrior', 6417, 0.000, 0.000, 0.000, 0), + (17256889, 'Skeleton_Warrior', 6417, -430.313, 15.383, 423.858, 127), + (17256890, 'Skeleton_Sorcerer', 6416, 0.000, 0.000, 0.000, 0), + (17256891, 'Skeleton_Sorcerer', 6416, -435.759, 15.471, 435.182, 127), + (17256892, 'Ghost', 6402, -437.388, 16.136, 427.008, 5), + (17256893, 'Ghost', 6402, -421.112, 16.418, 396.453, 39), + (17256894, 'Canyon_Rarab', 6400, -452.554, 13.690, 378.117, 127), + (17256895, 'Canyon_Rarab', 6400, -262.883, -0.626, -176.508, 127), + (17256896, 'Grenade', 6410, -482.046, 14.109, 364.003, 122), + (17256897, 'Ghost', 6402, -459.485, 14.023, 372.102, 127), + (17256898, 'Goblin_Digger', 6406, -45.370, 24.024, 241.743, 76), + (17256899, 'Goblin_Archaeologist', 6404, 0.000, 0.000, 0.000, 0), + (17256900, 'Yara_Ma_Yha_Who', 6428, 271.000, 0.005, -334.000, 127), + (17256901, 'Pixie', 6412, 0.000, 0.000, 0.000, 0), + (17256902, 'Pixie', 6412, 0.000, 0.000, 0.000, 0), + (17256903, 'Pixie', 6412, 0.000, 0.000, 0.000, 0), + (17256904, 'Pixie', 6412, 0.000, 0.000, 0.000, 0), + (17256905, 'Pixie', 6412, 0.000, 0.000, 0.000, 0), + (17256906, 'Allocamelus', 6396, -286.269, -0.279, -169.685, 127), + (17257054, 'Ayame', 6397, -237.057, -0.478, -160.465, 127), + (17260545, 'Stag_Crab', 6469, 0.000, 0.000, 0.000, 0), + (17260546, 'Puffer_Pugil', 6466, 0.000, 0.000, 0.000, 0), + (17260547, 'Snipper', 6468, 0.000, 0.000, 0.000, 0), + (17260548, 'Shoal_Pugil', 6467, 0.000, 0.000, 0.000, 0), + (17260549, 'Clipper', 6434, 0.000, 0.000, 0.000, 0), + (17260550, 'Sylvestre', 6470, -421.288, -30.060, 24.362, 110), + (17260551, 'Sylvestre', 6470, -432.599, -32.481, 52.774, 86), + (17260552, 'Sylvestre', 6470, -498.047, -31.925, 76.778, 127), + (17260553, 'Sylvestre', 6470, -430.767, -32.335, 3.847, 127), + (17260554, 'Mighty_Rarab', 6463, -531.469, -32.396, 75.783, 4), + (17260555, 'Mighty_Rarab', 6463, -423.305, -29.991, 24.149, 110), + (17260556, 'Mighty_Rarab', 6463, -453.857, -32.095, 79.705, 84), + (17260557, 'Mighty_Rarab', 6463, -434.696, -32.392, 47.986, 127), + (17260558, 'Zu', 6483, -438.026, -31.459, 28.027, 65), + (17260559, 'Zu', 6483, -476.904, -31.908, 71.444, 121), + (17260560, 'Zu', 6483, -453.728, -31.935, 1.381, 115), + (17260561, 'Goblin_Ambusher', 6438, -521.287, -32.811, 85.324, 127), + (17260562, 'Goblin_Tinkerer', 6451, -402.673, -31.846, 10.913, 21), + (17260563, 'Goblin_Butcher', 6440, -482.059, -31.970, 67.880, 68), + (17260564, 'Zombie', 6482, -451.165, -32.482, 81.454, 127), + (17260565, 'Zombie', 6482, -417.000, -31.000, 42.000, 7), + (17260566, 'Sylvestre', 6470, -354.524, -24.554, 6.392, 127), + (17260567, 'Sylvestre', 6470, -290.786, -23.987, 61.870, 92), + (17260568, 'Sylvestre', 6470, -286.894, -24.192, 67.566, 85), + (17260569, 'Sylvestre', 6470, -279.303, -23.637, 16.124, 127), + (17260570, 'Mighty_Rarab', 6463, -279.932, -23.620, 19.897, 40), + (17260571, 'Mighty_Rarab', 6463, -310.387, -24.407, 36.254, 73), + (17260572, 'Mighty_Rarab', 6463, -317.748, -23.655, 58.232, 44), + (17260573, 'Mighty_Rarab', 6463, -278.027, -24.437, 35.906, 127), + (17260574, 'Zu', 6483, -334.973, -23.445, 31.940, 127), + (17260575, 'Zu', 6483, -350.864, -24.582, -16.537, 127), + (17260576, 'Zu', 6483, -340.571, -23.865, -7.367, 31), + (17260577, 'Goblin_Ambusher', 6438, -282.573, -24.448, 46.673, 4), + (17260578, 'Goblin_Tinkerer', 6451, -385.030, -30.339, -2.333, 85), + (17260579, 'Goblin_Butcher', 6440, -352.912, -23.658, 29.988, 127), + (17260580, 'Zombie', 6482, -306.565, -24.037, 2.076, 81), + (17260581, 'Zombie', 6482, -332.648, -24.906, 54.985, 127), + (17260582, 'Sylvestre', 6470, -292.941, -17.303, -109.056, 127), + (17260583, 'Sylvestre', 6470, -293.644, -16.500, -111.951, 119), + (17260584, 'Sylvestre', 6470, -381.109, -15.989, -115.248, 127), + (17260585, 'Mighty_Rarab', 6463, -309.517, -17.010, -94.502, 127), + (17260586, 'Mighty_Rarab', 6463, -328.903, -16.566, -94.288, 127), + (17260587, 'Zu', 6483, -364.900, -15.971, -104.666, 53), + (17260588, 'Goblin_Ambusher', 6438, -348.345, -16.123, -114.549, 127), + (17260589, 'Goblin_Butcher', 6440, -343.341, -15.747, -122.844, 127), + (17260590, 'Zombie', 6482, -313.783, -16.452, -115.122, 127), + (17260591, 'Sylvestre', 6470, -441.739, -8.020, -215.336, 127), + (17260592, 'Sylvestre', 6470, -434.058, -8.233, -204.653, 127), + (17260593, 'Sylvestre', 6470, -468.507, -14.120, -242.666, 127), + (17260594, 'Sylvestre', 6470, -453.356, -9.454, -204.119, 58), + (17260595, 'Sylvestre', 6470, -373.154, -10.772, -181.529, 24), + (17260596, 'Sylvestre', 6470, -421.926, -7.578, -198.425, 127), + (17260597, 'Sylvestre', 6470, -452.027, -9.248, -221.417, 127), + (17260598, 'Sylvestre', 6470, -439.637, -8.949, -193.142, 127), + (17260599, 'Sylvestre', 6470, -418.441, -7.720, -237.247, 127), + (17260600, 'Mighty_Rarab', 6463, -443.786, -8.203, -213.512, 127), + (17260601, 'Mighty_Rarab', 6463, -430.957, -8.049, -227.188, 57), + (17260602, 'Mighty_Rarab', 6463, -473.790, -16.271, -237.427, 64), + (17260603, 'Zu', 6483, -381.266, -8.381, -211.630, 53), + (17260604, 'Zu', 6483, -376.361, -7.802, -204.945, 124), + (17260605, 'Zu', 6483, -401.043, -9.065, -190.565, 127), + (17260606, 'Goblin_Ambusher', 6438, -405.670, -8.310, -199.826, 0), + (17260607, 'Goblin_Tinkerer', 6451, -389.052, -16.204, -172.333, 127), + (17260608, 'Goblin_Butcher', 6440, -400.331, -8.068, -244.280, 62), + (17260609, 'Zombie', 6482, -420.689, -8.304, -192.053, 127), + (17260610, 'Zombie', 6482, -482.997, -16.383, -223.502, 127), + (17260611, 'Ghoul', 6436, -361.735, -8.500, -202.387, 127), + (17260612, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260614, 'Bogy', 6430, -357.743, -0.392, -322.516, 55), + (17260615, 'Bogy', 6430, -359.172, -0.142, -325.244, 127), + (17260616, 'Goblin_Ambusher', 6438, -194.742, -9.064, -84.503, 21), + (17260617, 'Goblin_Tinkerer', 6451, -139.000, -7.000, -123.000, 127), + (17260618, 'Goblin_Tinkerer', 6451, -231.413, -15.779, -83.355, 114), + (17260619, 'Goblin_Butcher', 6440, -195.421, -9.334, -73.943, 61), + (17260620, 'Zombie', 6482, 0.000, 0.000, 0.000, 0), + (17260621, 'Zombie', 6482, 0.000, 0.000, 0.000, 0), + (17260622, 'Sylvestre', 6470, -365.576, -32.990, 195.970, 127), + (17260623, 'Sylvestre', 6470, -360.375, -32.356, 167.094, 127), + (17260624, 'Mighty_Rarab', 6463, -362.823, -31.649, 177.148, 93), + (17260625, 'Mighty_Rarab', 6463, -330.466, -33.964, 217.640, 127), + (17260626, 'Mighty_Rarab', 6463, -327.309, -25.679, 166.433, 127), + (17260627, 'Mighty_Rarab', 6463, -353.408, -32.355, 201.798, 75), + (17260628, 'Mighty_Rarab', 6463, -350.190, -31.404, 162.229, 45), + (17260629, 'Mighty_Rarab', 6463, -366.283, -33.463, 191.146, 127), + (17260630, 'Zu', 6483, -316.829, -26.993, 172.846, 39), + (17260631, 'Zu', 6483, -316.836, -26.911, 172.556, 127), + (17260632, 'Goblin_Ambusher', 6438, -318.313, -28.671, 177.401, 127), + (17260633, 'Goblin_Tinkerer', 6451, -350.710, -31.580, 158.136, 75), + (17260634, 'Goblin_Butcher', 6440, -364.129, -32.351, 185.913, 23), + (17260635, 'Zombie', 6482, -354.785, -32.483, 203.701, 127), + (17260636, 'Zombie', 6482, 0.000, 0.000, 0.000, 0), + (17260637, 'Ghoul', 6436, -350.428, -32.136, 170.349, 120), + (17260638, 'Sylvestre', 6470, -209.696, -23.745, 83.799, 118), + (17260639, 'Sylvestre', 6470, -205.249, -32.408, 163.269, 35), + (17260640, 'Sylvestre', 6470, -115.549, -23.917, 49.160, 72), + (17260641, 'Sylvestre', 6470, -139.767, -24.970, 55.718, 127), + (17260642, 'Mighty_Rarab', 6463, -225.128, -23.841, 105.760, 99), + (17260643, 'Mighty_Rarab', 6463, -173.319, -22.463, 105.580, 127), + (17260644, 'Mighty_Rarab', 6463, -144.748, -23.913, 117.739, 127), + (17260645, 'Mighty_Rarab', 6463, -161.742, -24.569, 115.650, 127), + (17260646, 'Mighty_Rarab', 6463, -242.425, -24.235, 111.341, 98), + (17260647, 'Mighty_Rarab', 6463, -209.902, -23.929, 87.139, 4), + (17260648, 'Mighty_Rarab', 6463, -220.175, -33.642, 180.232, 127), + (17260649, 'Mighty_Rarab', 6463, -198.060, -31.497, 151.277, 127), + (17260650, 'Zu', 6483, -201.744, -31.715, 152.377, 127), + (17260651, 'Zu', 6483, -213.443, -24.328, 92.585, 127), + (17260652, 'Zu', 6483, -127.475, -24.466, 85.961, 36), + (17260653, 'Zu', 6483, -257.801, -25.169, 68.120, 34), + (17260654, 'Goblin_Ambusher', 6438, -224.940, -22.232, 99.515, 108), + (17260655, 'Goblin_Tinkerer', 6451, -240.971, -32.497, 160.568, 127), + (17260656, 'Goblin_Butcher', 6440, -150.483, -23.374, 104.954, 94), + (17260657, 'Zombie', 6482, -212.986, -29.801, 145.200, 127), + (17260658, 'Zombie', 6482, -260.551, -23.758, 104.843, 127), + (17260659, 'Ghoul', 6436, -129.930, -24.645, 97.768, 127), + (17260660, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260661, 'Sylvestre', 6470, -207.382, -33.164, 198.547, 127), + (17260662, 'Sylvestre', 6470, -169.145, -33.046, 233.089, 32), + (17260663, 'Mighty_Rarab', 6463, -201.269, -31.898, 215.811, 111), + (17260664, 'Mighty_Rarab', 6463, -197.218, -32.584, 193.997, 24), + (17260665, 'Mighty_Rarab', 6463, -170.149, -34.402, 225.326, 127), + (17260666, 'Zu', 6483, -203.435, -32.378, 210.890, 127), + (17260667, 'Goblin_Tinkerer', 6451, -204.410, -32.606, 201.530, 40), + (17260668, 'Goblin_Butcher', 6440, -179.843, -31.926, 243.525, 42), + (17260669, 'Zombie', 6482, -192.237, -32.332, 232.852, 127), + (17260670, 'Sylvestre', 6470, -331.143, -40.188, 233.908, 76), + (17260671, 'Sylvestre', 6470, -310.613, -40.843, 253.931, 127), + (17260672, 'Mighty_Rarab', 6463, -227.000, -37.000, 238.000, 127), + (17260673, 'Mighty_Rarab', 6463, -331.573, -41.062, 255.420, 127), + (17260674, 'Mighty_Rarab', 6463, -312.156, -40.133, 261.909, 127), + (17260675, 'Mighty_Rarab', 6463, -297.178, -39.638, 278.300, 127), + (17260676, 'Zu', 6483, -343.347, -41.303, 253.192, 114), + (17260677, 'Zu', 6483, -315.226, -40.639, 246.055, 121), + (17260678, 'Goblin_Ambusher', 6438, -328.149, -40.675, 258.732, 24), + (17260679, 'Goblin_Tinkerer', 6451, -314.409, -40.183, 267.179, 127), + (17260680, 'Goblin_Butcher', 6440, -329.000, -31.000, 196.000, 127), + (17260681, 'Zombie', 6482, -346.501, -40.317, 246.700, 109), + (17260682, 'Ghoul', 6436, -315.588, -40.185, 268.750, 69), + (17260683, 'Sylvestre', 6470, -9.640, -25.168, 248.522, 127), + (17260684, 'Sylvestre', 6470, -23.172, -23.765, 244.400, 123), + (17260685, 'Mighty_Rarab', 6463, -20.406, -25.174, 252.608, 127), + (17260686, 'Mighty_Rarab', 6463, -34.969, -23.789, 261.343, 53), + (17260687, 'Mighty_Rarab', 6463, -20.859, -25.495, 258.645, 127), + (17260688, 'Mighty_Rarab', 6463, -51.907, -26.103, 276.217, 127), + (17260689, 'Zu', 6483, -56.671, -27.768, 274.139, 110), + (17260690, 'Zu', 6483, -34.202, -23.886, 259.614, 95), + (17260691, 'Goblin_Ambusher', 6438, -40.956, -24.902, 235.708, 26), + (17260692, 'Goblin_Tinkerer', 6451, 42.000, -23.000, 186.000, 127), + (17260693, 'Goblin_Butcher', 6440, -41.189, -24.266, 260.798, 127), + (17260694, 'Zombie', 6482, 0.000, 0.000, 0.000, 0), + (17260695, 'Ghoul', 6436, 0.000, 0.000, 0.000, 0), + (17260696, 'Sylvestre', 6470, -34.995, -4.728, -143.706, 127), + (17260697, 'Sylvestre', 6470, -103.120, -2.734, -179.015, 78), + (17260698, 'Sylvestre', 6470, -19.827, 0.004, -181.774, 55), + (17260699, 'Zu', 6483, -122.743, -8.617, -119.535, 100), + (17260700, 'Zu', 6483, -58.714, -0.254, -176.121, 127), + (17260701, 'Zu', 6483, -28.512, -8.315, -71.052, 40), + (17260702, 'Bull_Dhalmel', 6432, 33.482, -2.345, -148.265, 127), + (17260703, 'Bull_Dhalmel', 6432, -23.108, -7.459, -124.766, 127), + (17260704, 'Bull_Dhalmel', 6432, -118.670, -6.434, -172.676, 127), + (17260705, 'Bull_Dhalmel', 6432, -158.428, -8.570, -119.858, 50), + (17260706, 'Bull_Dhalmel', 6432, -100.047, -5.197, -156.112, 127), + (17260707, 'Goblin_Mugger', 6446, -78.763, 0.204, -182.966, 56), + (17260708, 'Goblin_Ambusher', 6438, -53.189, -7.872, -72.480, 103), + (17260709, 'Goblin_Leecher', 6445, -32.717, -8.263, -105.156, 57), + (17260710, 'Goblin_Tinkerer', 6451, -18.956, -7.762, -86.343, 71), + (17260711, 'Goblin_Gambler', 6443, -59.397, -7.818, -73.295, 127), + (17260712, 'Goblin_Butcher', 6440, -87.108, -1.294, -157.417, 15), + (17260713, 'Zombie', 6482, -91.960, -8.697, -104.888, 127), + (17260714, 'Zombie', 6482, -117.066, -8.437, -157.177, 31), + (17260715, 'Ghoul', 6436, -8.771, -7.368, -61.320, 84), + (17260716, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260717, 'Air_Elemental', 6429, -39.675, -7.725, -104.254, 59), + (17260718, 'Snipper', 6468, -34.703, 15.512, -234.540, 127), + (17260719, 'Snipper', 6468, -123.024, 17.078, -296.567, 25), + (17260720, 'Snipper', 6468, -29.051, 15.498, -259.449, 127), + (17260721, 'Snipper', 6468, -86.625, 16.277, -267.200, 127), + (17260722, 'Snipper', 6468, -88.272, 17.610, -301.624, 127), + (17260723, 'Snipper', 6468, -97.489, 15.773, -236.406, 127), + (17260724, 'Snipper', 6468, -85.179, 15.695, -277.964, 127), + (17260725, 'Poison_Leech', 6465, -58.489, 15.412, -260.763, 9), + (17260726, 'Poison_Leech', 6465, -50.038, 13.330, -192.031, 127), + (17260727, 'Poison_Leech', 6465, 7.344, 15.457, -206.033, 127), + (17260728, 'Poison_Leech', 6465, -57.823, 15.305, -226.697, 7), + (17260729, 'Poison_Leech', 6465, -110.214, 16.494, -292.791, 127), + (17260730, 'Poison_Leech', 6465, -98.136, 15.853, -245.267, 52), + (17260731, 'Poison_Leech', 6465, -55.911, 17.325, -297.714, 86), + (17260733, 'Snipper', 6468, -103.821, 19.500, -325.328, 127), + (17260734, 'Shoal_Pugil', 6467, -47.000, 20.000, -329.000, 127), + (17260735, 'Shoal_Pugil', 6467, -121.341, 19.500, -327.845, 127), + (17260736, 'Shoal_Pugil', 6467, -83.640, 19.500, -326.141, 6), + (17260737, 'Bogy', 6430, -129.000, 15.000, -254.000, 127), + (17260738, 'Bogy', 6430, 10.000, 15.000, -222.000, 127), + (17260739, 'Bogy', 6430, -30.000, 15.000, -281.000, 127), + (17260740, 'Water_Elemental', 6478, -103.931, 19.499, -319.978, 94), + (17260741, 'Snipper', 6468, -241.759, 16.201, -290.422, 65), + (17260742, 'Snipper', 6468, -118.000, 16.000, -275.000, 110), + (17260743, 'Snipper', 6468, -209.557, 16.582, -290.990, 49), + (17260744, 'Snipper', 6468, -186.208, 15.233, -287.847, 127), + (17260745, 'Snipper', 6468, -221.679, 17.538, -295.549, 127), + (17260746, 'Poison_Leech', 6465, -201.214, 17.596, -298.625, 127), + (17260747, 'Poison_Leech', 6465, -191.516, 18.795, -306.575, 69), + (17260748, 'Poison_Leech', 6465, -228.937, 17.284, -294.408, 112), + (17260749, 'Poison_Leech', 6465, -238.181, 14.877, -266.115, 127), + (17260750, 'Shoal_Pugil', 6467, -248.000, 20.000, -330.000, 127), + (17260751, 'Shoal_Pugil', 6467, -234.354, 19.500, -323.967, 127), + (17260752, 'Shoal_Pugil', 6467, -197.000, 20.000, -331.000, 127), + (17260753, 'Shoal_Pugil', 6467, -209.000, 20.000, -328.000, 127), + (17260754, 'Bogy', 6430, -202.000, 16.000, -278.000, 9), + (17260755, 'Bogy', 6430, -238.000, 16.000, -272.000, 120), + (17260756, 'Water_Elemental', 6478, -231.235, 19.500, -322.677, 72), + (17260757, 'Sylvestre', 6470, 39.530, -0.245, -248.849, 56), + (17260758, 'Sylvestre', 6470, 6.788, -0.540, -306.940, 102), + (17260759, 'Sylvestre', 6470, 33.335, -0.290, -271.285, 14), + (17260760, 'Carnivorous_Crawler', 6433, 57.000, -0.546, -211.000, 106), + (17260761, 'Carnivorous_Crawler', 6433, -6.951, -0.299, -321.937, 127), + (17260762, 'Carnivorous_Crawler', 6433, 2.492, 0.439, -300.647, 55), + (17260763, 'Carnivorous_Crawler', 6433, 13.828, -1.123, -300.834, 127), + (17260764, 'Carnivorous_Crawler', 6433, 7.000, -0.399, -270.000, 127), + (17260765, 'Carnivorous_Crawler', 6433, 45.542, -0.900, -236.444, 127), + (17260766, 'Zu', 6483, 31.938, -0.243, -267.439, 127), + (17260767, 'Zu', 6483, -1.464, 0.165, -306.144, 127), + (17260768, 'Zu', 6483, 47.198, -1.023, -234.713, 83), + (17260769, 'Goblin_Mugger', 6446, 38.948, -0.002, -227.792, 127), + (17260770, 'Goblin_Leecher', 6445, 28.331, 0.303, -251.318, 127), + (17260771, 'Goblin_Gambler', 6443, 42.623, -0.491, -199.509, 127), + (17260772, 'Sylvestre', 6470, -0.112, -15.979, 48.265, 65), + (17260773, 'Sylvestre', 6470, 36.254, -16.371, 6.941, 6), + (17260774, 'Sylvestre', 6470, -41.453, -16.500, 40.561, 126), + (17260775, 'Zu', 6483, -30.366, -16.155, 8.383, 127), + (17260776, 'Zu', 6483, 40.216, -16.496, 0.115, 46), + (17260777, 'Zu', 6483, 31.317, -16.195, 5.965, 127), + (17260778, 'Bull_Dhalmel', 6432, -10.511, -16.225, 49.688, 127), + (17260779, 'Bull_Dhalmel', 6432, -33.735, -16.080, 13.433, 127), + (17260780, 'Bull_Dhalmel', 6432, -73.621, -16.254, 78.117, 127), + (17260781, 'Goblin_Mugger', 6446, -46.653, -16.147, 54.533, 86), + (17260782, 'Goblin_Ambusher', 6438, 12.845, -16.093, 12.663, 46), + (17260783, 'Goblin_Leecher', 6445, 35.146, -16.370, 73.331, 53), + (17260784, 'Goblin_Tinkerer', 6451, 39.046, -15.556, 52.884, 116), + (17260785, 'Goblin_Gambler', 6443, -14.854, -15.760, 48.150, 127), + (17260786, 'Goblin_Butcher', 6440, -55.572, -16.588, 84.735, 80), + (17260787, 'Zombie', 6482, 21.457, -15.761, 70.487, 127), + (17260788, 'Zombie', 6482, -68.646, -16.583, 32.674, 127), + (17260789, 'Ghoul', 6436, 55.930, -16.241, -1.179, 58), + (17260790, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260791, 'Air_Elemental', 6429, -16.334, -13.994, 56.955, 19), + (17260792, 'Sylvestre', 6470, 54.310, -0.027, -175.524, 127), + (17260793, 'Sylvestre', 6470, 94.489, -0.275, -140.899, 37), + (17260794, 'Sylvestre', 6470, 27.181, -6.153, -101.111, 127), + (17260795, 'Zu', 6483, 16.734, -6.898, -76.427, 127), + (17260796, 'Zu', 6483, 59.943, -1.916, -144.174, 127), + (17260797, 'Zu', 6483, 98.759, -7.896, -38.984, 83), + (17260798, 'Bull_Dhalmel', 6432, 125.149, 1.352, -97.389, 127), + (17260799, 'Bull_Dhalmel', 6432, 107.204, -0.139, -136.020, 17), + (17260800, 'Bull_Dhalmel', 6432, 143.302, -7.373, -49.709, 127), + (17260801, 'Bull_Dhalmel', 6432, 37.479, -8.344, -69.554, 127), + (17260802, 'Bull_Dhalmel', 6432, 89.559, -8.274, 2.723, 127), + (17260803, 'Bull_Dhalmel', 6432, 81.994, -8.500, -0.131, 111), + (17260804, 'Goblin_Mugger', 6446, 32.068, -7.480, -109.069, 101), + (17260805, 'Goblin_Ambusher', 6438, 76.678, 0.223, -103.957, 127), + (17260806, 'Goblin_Leecher', 6445, 86.066, -8.247, 36.964, 127), + (17260807, 'Goblin_Tinkerer', 6451, 74.563, -0.582, -144.571, 5), + (17260808, 'Goblin_Gambler', 6443, 67.795, -11.092, 40.858, 127), + (17260809, 'Goblin_Butcher', 6440, 108.242, -8.265, 10.291, 61), + (17260810, 'Sylvestre', 6470, 106.214, -16.719, 129.072, 110), + (17260811, 'Sylvestre', 6470, 146.598, -25.330, 155.590, 60), + (17260812, 'Sylvestre', 6470, 46.369, -18.102, 135.799, 22), + (17260813, 'Zu', 6483, 51.789, -24.020, 199.776, 127), + (17260814, 'Zu', 6483, 89.819, -12.123, 98.570, 22), + (17260815, 'Zu', 6483, 122.734, -16.693, 125.982, 117), + (17260816, 'Bull_Dhalmel', 6432, 127.215, -24.067, 176.114, 127), + (17260817, 'Bull_Dhalmel', 6432, 131.127, -13.923, 104.942, 95), + (17260818, 'Bull_Dhalmel', 6432, 121.431, -23.798, 155.742, 59), + (17260819, 'Goblin_Mugger', 6446, 66.499, -10.560, 77.467, 127), + (17260820, 'Goblin_Ambusher', 6438, 155.971, -24.811, 164.991, 126), + (17260821, 'Goblin_Leecher', 6445, 145.083, -23.895, 160.387, 127), + (17260822, 'Goblin_Tinkerer', 6451, 35.309, -15.902, 104.846, 127), + (17260823, 'Goblin_Gambler', 6443, 81.333, -16.180, 138.959, 127), + (17260824, 'Goblin_Butcher', 6440, 158.330, -20.332, 135.762, 55), + (17260825, 'Zombie', 6482, 0.000, 0.000, 0.000, 0), + (17260826, 'Ghoul', 6436, 0.000, 0.000, 0.000, 0), + (17260827, 'Ghoul', 6436, 0.000, 0.000, 0.000, 0), + (17260828, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260829, 'Air_Elemental', 6429, 60.578, -16.450, 102.052, 116), + (17260830, 'Sylvestre', 6470, 132.519, -8.622, 49.569, 49), + (17260831, 'Sylvestre', 6470, 179.182, -15.461, 103.614, 74), + (17260832, 'Zu', 6483, 233.324, -8.359, 146.429, 127), + (17260833, 'Zu', 6483, 256.540, -7.858, 68.957, 127), + (17260834, 'Zu', 6483, 123.490, -8.446, 59.635, 127), + (17260835, 'Bull_Dhalmel', 6432, 163.466, -12.006, 60.101, 127), + (17260836, 'Bull_Dhalmel', 6432, 197.601, -16.389, 80.027, 127), + (17260837, 'Bull_Dhalmel', 6432, 206.807, -13.281, 98.007, 69), + (17260838, 'Bull_Dhalmel', 6432, 228.998, -8.487, 133.058, 97), + (17260839, 'Bull_Dhalmel', 6432, 242.508, -8.735, 81.955, 33), + (17260840, 'Goblin_Mugger', 6446, 248.703, -7.598, 40.230, 127), + (17260841, 'Goblin_Leecher', 6445, 200.372, -9.439, 53.215, 92), + (17260842, 'Goblin_Gambler', 6443, 190.392, -14.468, 99.025, 23), + (17260843, 'Zombie', 6482, 0.000, 0.000, 0.000, 0), + (17260844, 'Ghoul', 6436, 205.250, -14.195, 93.500, 127), + (17260845, 'Ghoul', 6436, 247.437, -8.221, 155.314, 5), + (17260846, 'Sylvestre', 6470, 163.712, -8.468, 5.218, 127), + (17260847, 'Sylvestre', 6470, 153.792, -7.747, -20.325, 127), + (17260848, 'Zu', 6483, 172.493, -8.324, -5.750, 25), + (17260849, 'Zu', 6483, 187.270, -8.532, -2.685, 127), + (17260850, 'Zu', 6483, 189.090, -15.421, -39.139, 127), + (17260851, 'Bull_Dhalmel', 6432, 183.611, -12.788, -30.468, 127), + (17260852, 'Bull_Dhalmel', 6432, 194.977, -15.217, -52.888, 114), + (17260853, 'Bull_Dhalmel', 6432, 149.604, -7.789, 3.859, 127), + (17260854, 'Bull_Dhalmel', 6432, 197.208, -15.874, -49.603, 98), + (17260855, 'Bull_Dhalmel', 6432, 225.142, -7.892, 3.609, 6), + (17260856, 'Goblin_Mugger', 6446, 208.026, -8.349, 3.087, 127), + (17260857, 'Goblin_Leecher', 6445, 247.854, -8.740, -77.089, 127), + (17260858, 'Goblin_Gambler', 6443, 221.045, -8.300, -86.304, 114), + (17260859, 'Zombie', 6482, 0.000, 0.000, 0.000, 0), + (17260860, 'Ghoul', 6436, 231.082, -8.573, -72.756, 10), + (17260861, 'Ghoul', 6436, 284.840, -8.585, -117.251, 127), + (17260862, 'Sylvestre', 6470, 284.377, -0.312, -46.100, 124), + (17260863, 'Sylvestre', 6470, 372.156, -0.206, -156.757, 127), + (17260864, 'Carnivorous_Crawler', 6433, 255.442, -6.210, 2.987, 96), + (17260865, 'Carnivorous_Crawler', 6433, 353.489, -1.693, -152.120, 127), + (17260866, 'Carnivorous_Crawler', 6433, 347.734, -0.548, -95.073, 127), + (17260867, 'Zu', 6483, 382.245, 1.335, -111.391, 127), + (17260868, 'Zu', 6483, 395.297, -0.037, -149.776, 4), + (17260869, 'Zu', 6483, 391.092, -0.354, -114.179, 61), + (17260870, 'Bull_Dhalmel', 6432, 368.347, -0.724, -88.030, 127), + (17260871, 'Bull_Dhalmel', 6432, 314.408, 0.320, -18.354, 117), + (17260872, 'Bull_Dhalmel', 6432, 349.991, -0.131, -77.898, 4), + (17260873, 'Bull_Dhalmel', 6432, 388.518, -0.462, -148.945, 127), + (17260874, 'Goblin_Mugger', 6446, 397.848, -0.474, -155.976, 127), + (17260875, 'Goblin_Leecher', 6445, 311.418, -0.024, -73.957, 127), + (17260876, 'Goblin_Gambler', 6443, 296.116, 0.873, 7.170, 121), + (17260877, 'Zombie', 6482, 372.953, 0.188, -153.001, 126), + (17260878, 'Ghoul', 6436, 367.540, -0.371, -159.981, 85), + (17260879, 'Ghoul', 6436, 367.704, 0.303, -76.979, 127), + (17260880, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260881, 'Air_Elemental', 6429, 281.812, -0.732, -85.494, 127), + (17260882, 'Carnivorous_Crawler', 6433, 352.422, -0.943, -191.360, 40), + (17260883, 'Carnivorous_Crawler', 6433, 397.000, 0.857, -175.000, 127), + (17260884, 'Carnivorous_Crawler', 6433, 434.528, -0.815, -321.377, 126), + (17260885, 'Carnivorous_Crawler', 6433, 414.689, 2.285, -221.314, 0), + (17260886, 'Zu', 6483, 439.685, -0.200, -271.203, 127), + (17260887, 'Zu', 6483, 445.199, -0.323, -306.818, 127), + (17260888, 'Bull_Dhalmel', 6432, 404.000, 0.318, -235.000, 127), + (17260889, 'Bull_Dhalmel', 6432, 384.885, 0.866, -204.946, 99), + (17260890, 'Bull_Dhalmel', 6432, 444.625, -0.223, -252.308, 127), + (17260891, 'Bull_Dhalmel', 6432, 378.735, -0.889, -228.885, 127), + (17260892, 'Goblin_Mugger', 6446, 389.949, -0.199, -201.324, 127), + (17260893, 'Goblin_Leecher', 6445, 464.246, 0.143, -277.922, 22), + (17260894, 'Goblin_Gambler', 6443, 419.318, 1.048, -214.155, 127), + (17260895, 'Zombie', 6482, 452.844, 1.990, -222.982, 7), + (17260896, 'Ghoul', 6436, 363.275, 0.319, -180.864, 127), + (17260897, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260898, 'Air_Elemental', 6429, 465.995, -0.279, -259.593, 57), + (17260899, 'Carnivorous_Crawler', 6433, 527.466, 1.254, -257.600, 127), + (17260900, 'Carnivorous_Crawler', 6433, 514.958, 0.928, -255.212, 127), + (17260901, 'Carnivorous_Crawler', 6433, 527.223, -0.139, -200.373, 7), + (17260902, 'Carnivorous_Crawler', 6433, 522.000, -0.403, -227.000, 127), + (17260903, 'Carnivorous_Crawler', 6433, 524.289, -0.336, -270.561, 127), + (17260904, 'Carnivorous_Crawler', 6433, 546.484, 0.547, -269.623, 127), + (17260905, 'Zu', 6483, 503.268, -0.981, -211.204, 107), + (17260906, 'Zu', 6483, 509.641, 0.151, -267.664, 127), + (17260907, 'Helldiver', 6452, 475.000, -0.500, -240.000, 127), + (17260908, 'Goblin_Mugger', 6446, 577.801, 0.751, -241.117, 35), + (17260909, 'Goblin_Leecher', 6445, 560.861, 0.290, -286.937, 127), + (17260910, 'Goblin_Gambler', 6443, 546.036, 0.196, -274.059, 127), + (17260911, 'Bogy', 6430, 576.122, 0.671, -278.434, 127), + (17260912, 'Sylvestre', 6470, 416.600, -4.516, 8.756, 61), + (17260913, 'Sylvestre', 6470, 334.977, -2.116, -12.223, 45), + (17260914, 'Carnivorous_Crawler', 6433, 414.197, 0.247, -77.743, 127), + (17260915, 'Carnivorous_Crawler', 6433, 409.916, -4.341, 14.910, 34), + (17260916, 'Carnivorous_Crawler', 6433, 377.688, -0.374, -49.274, 127), + (17260917, 'Zu', 6483, 414.654, -0.108, -72.938, 127), + (17260918, 'Zu', 6483, 344.716, -0.143, 56.875, 41), + (17260919, 'Zu', 6483, 386.282, 0.437, -77.672, 94), + (17260920, 'Bull_Dhalmel', 6432, 369.626, -8.213, -3.892, 127), + (17260921, 'Bull_Dhalmel', 6432, 413.510, -0.178, 38.544, 127), + (17260922, 'Bull_Dhalmel', 6432, 435.828, -0.481, 42.255, 45), + (17260923, 'Goblin_Mugger', 6446, 344.478, -2.477, 17.809, 93), + (17260924, 'Goblin_Leecher', 6445, 443.074, -0.006, 13.018, 40), + (17260925, 'Goblin_Gambler', 6443, 322.433, -0.757, 11.194, 17), + (17260926, 'Zombie', 6482, 344.738, 0.251, 89.080, 79), + (17260927, 'Ghoul', 6436, 441.661, 0.258, 20.120, 127), + (17260928, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260929, 'Air_Elemental', 6429, 419.798, 0.462, -83.507, 127), + (17260930, 'Carnivorous_Crawler', 6433, 507.308, 0.046, -38.408, 64), + (17260931, 'Carnivorous_Crawler', 6433, 495.298, -0.169, -19.815, 96), + (17260932, 'Carnivorous_Crawler', 6433, 533.186, 0.984, 1.917, 77), + (17260933, 'Carnivorous_Crawler', 6433, 461.497, 0.462, -43.750, 98), + (17260934, 'Carnivorous_Crawler', 6433, 512.815, -0.189, -24.549, 127), + (17260935, 'Zu', 6483, 477.565, -0.473, -40.240, 95), + (17260936, 'Zu', 6483, 528.881, 0.095, -38.444, 127), + (17260937, 'Goblin_Mugger', 6446, 487.079, 0.242, -47.599, 127), + (17260938, 'Goblin_Leecher', 6445, 467.010, 0.927, -49.963, 127), + (17260939, 'Goblin_Gambler', 6443, 437.291, -0.479, -76.224, 22), + (17260940, 'Bogy', 6430, 524.399, -0.216, -43.390, 114), + (17260941, 'Sylvestre', 6470, 266.064, -1.378, 122.574, 78), + (17260942, 'Sylvestre', 6470, 310.518, -0.180, 157.359, 24), + (17260943, 'Carnivorous_Crawler', 6433, 308.015, -0.183, 74.851, 127), + (17260944, 'Carnivorous_Crawler', 6433, 299.128, 0.456, 122.418, 62), + (17260945, 'Carnivorous_Crawler', 6433, 285.653, -0.371, 37.943, 127), + (17260946, 'Zu', 6483, 283.313, 0.053, 100.301, 127), + (17260947, 'Zu', 6483, 299.286, 1.090, 112.036, 57), + (17260948, 'Zu', 6483, 324.947, 0.106, 94.715, 68), + (17260949, 'Bull_Dhalmel', 6432, 323.647, 0.230, 99.455, 127), + (17260950, 'Bull_Dhalmel', 6432, 300.926, -0.285, 176.864, 95), + (17260951, 'Bull_Dhalmel', 6432, 319.428, 0.293, 175.530, 12), + (17260952, 'Bull_Dhalmel', 6432, 317.631, 0.183, 145.169, 88), + (17260953, 'Goblin_Mugger', 6446, 304.503, 0.584, 116.312, 84), + (17260954, 'Goblin_Leecher', 6445, 290.414, 0.041, 38.085, 24), + (17260955, 'Goblin_Gambler', 6443, 283.828, -0.103, 171.726, 64), + (17260956, 'Zombie', 6482, 321.094, -0.197, 69.021, 127), + (17260957, 'Ghoul', 6436, 269.626, -2.799, 39.219, 127), + (17260958, 'Ghoul', 6436, 329.405, -0.250, 79.040, 108), + (17260959, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260960, 'Air_Elemental', 6429, 302.196, 1.512, 77.544, 127), + (17260961, 'Carnivorous_Crawler', 6433, 215.932, -14.985, 208.284, 86), + (17260962, 'Carnivorous_Crawler', 6433, 314.113, -1.500, 342.976, 92), + (17260963, 'Carnivorous_Crawler', 6433, 399.941, -0.163, 325.823, 127), + (17260964, 'Carnivorous_Crawler', 6433, 398.361, -0.688, 282.500, 119), + (17260965, 'Zu', 6483, 288.000, -7.000, 295.000, 127), + (17260966, 'Zu', 6483, 366.276, -0.605, 317.273, 127), + (17260967, 'Zu', 6483, 226.417, -10.935, 211.923, 104), + (17260968, 'Bull_Dhalmel', 6432, 393.631, 0.375, 330.542, 127), + (17260969, 'Bull_Dhalmel', 6432, 328.000, 0.118, 319.000, 127), + (17260970, 'Bogy', 6430, 361.000, -8.000, 278.000, 127), + (17260971, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260972, 'Air_Elemental', 6429, 383.374, 0.017, 326.318, 124), + (17260973, 'Carnivorous_Crawler', 6433, 431.225, -0.548, 187.596, 120), + (17260974, 'Carnivorous_Crawler', 6433, 377.274, -0.096, 215.891, 30), + (17260975, 'Carnivorous_Crawler', 6433, 441.681, -0.144, 245.913, 127), + (17260976, 'Carnivorous_Crawler', 6433, 396.539, -0.240, 194.315, 127), + (17260977, 'Zu', 6483, 413.849, 0.720, 251.721, 127), + (17260978, 'Zu', 6483, 408.119, 0.570, 192.449, 57), + (17260979, 'Bull_Dhalmel', 6432, 330.721, -0.059, 222.732, 23), + (17260980, 'Bull_Dhalmel', 6432, 327.000, 0.062, 210.917, 127), + (17260981, 'Bull_Dhalmel', 6432, 348.187, 0.054, 190.029, 127), + (17260982, 'Goblin_Mugger', 6446, 373.150, 0.378, 189.438, 127), + (17260983, 'Goblin_Leecher', 6445, 384.089, 0.236, 235.441, 117), + (17260984, 'Goblin_Gambler', 6443, 318.012, -0.389, 206.215, 28), + (17260985, 'Zombie', 6482, 340.915, 0.235, 191.073, 127), + (17260986, 'Ghoul', 6436, 340.853, -0.382, 222.655, 127), + (17260987, 'Ghoul', 6436, 440.785, -0.429, 195.338, 91), + (17260988, 'Will-o-the-Wisp', 6479, 0.000, 0.000, 0.000, 0), + (17260989, 'Air_Elemental', 6429, 395.840, -0.447, 253.693, 90), + (17260990, 'Snipper', 6468, 383.116, 15.591, 168.306, 127), + (17260991, 'Snipper', 6468, 408.416, 16.358, 143.717, 84), + (17260992, 'Snipper', 6468, 389.797, 15.911, 111.040, 127), + (17260993, 'Snipper', 6468, 358.546, 15.478, 161.433, 127), + (17260994, 'Poison_Leech', 6465, 395.920, 14.952, 173.265, 3), + (17260995, 'Poison_Leech', 6465, 407.326, 15.086, 68.344, 29), + (17260996, 'Poison_Leech', 6465, 391.502, 15.128, 77.099, 127), + (17260997, 'Poison_Leech', 6465, 389.470, 15.545, 103.856, 127), + (17260998, 'Snipper', 6468, 446.245, 19.500, 123.148, 54), + (17260999, 'Shoal_Pugil', 6467, 444.224, 19.499, 76.000, 68), + (17261000, 'Shoal_Pugil', 6467, 443.429, 19.500, 135.322, 64), + (17261001, 'Shoal_Pugil', 6467, 443.004, 19.500, 96.000, 127), + (17261002, 'Shoal_Pugil', 6467, 442.901, 19.500, 109.075, 127), + (17261003, 'Buburimboo', 6431, 444.916, 19.499, 154.289, 78), + (17261004, 'Bogy', 6430, 415.000, 17.000, 74.000, 101), + (17261005, 'Bogy', 6430, 362.000, 15.000, 170.000, 97), + (17261006, 'Water_Elemental', 6478, 440.067, 19.499, 133.811, 46), + (17261007, 'Goblin_Digger', 6441, 220.690, -9.785, 103.254, 91), + (17261008, 'Hobgoblin_Warrior', 6459, 0.000, 0.000, 0.000, 0), + (17261009, 'Hobgoblin_White_Mage', 6460, 0.000, 0.000, 0.000, 0), + (17261010, 'Hobgoblin_Black_Mage', 6454, 0.000, 0.000, 0.000, 0), + (17261011, 'Hobgoblin_Red_Mage', 6457, 0.000, 0.000, 0.000, 0), + (17261012, 'Hobgoblin_Thief', 6458, 0.000, 0.000, 0.000, 0), + (17261013, 'Hobgoblin_Dark_Knight', 6455, 0.000, 0.000, 0.000, 0), + (17261014, 'Hobgoblin_Ranger', 6456, 0.000, 0.000, 0.000, 0), + (17261015, 'Hobgoblin_Beastmaster', 6453, 0.000, 0.000, 0.000, 0), + (17261016, 'Goblin_s_Rabbit', 6449, 0.000, 0.000, 0.000, 0), + (17261017, 'Theoyagudo_Monk', 6473, 0.000, 0.000, 0.000, 0), + (17261018, 'Theoyagudo_White_Mage', 6477, 0.000, 0.000, 0.000, 0), + (17261019, 'Theoyagudo_Black_Mage', 6472, 0.000, 0.000, 0.000, 0), + (17261020, 'Theoyagudo_Bard', 6471, 73.001, -20.281, -62.986, 114), + (17261021, 'Theoyagudo_Samurai', 6475, 0.000, 0.000, 0.000, 0), + (17261022, 'Theoyagudo_Ninja', 6474, 0.000, 0.000, 0.000, 0), + (17261023, 'Theoyagudo_Summoner', 6476, 0.000, 0.000, 0.000, 0), + (17261024, 'Yagudo_s_Elemental', 6481, 0.000, 0.000, 0.000, 0), + (17261025, 'Yagudo_s_Avatar', 6480, 0.000, 0.000, 0.000, 0), + (17261026, 'Goblin_Swordmaker', 6448, 0.000, 0.000, 0.000, 0), + (17261027, 'Goblin_Swordmaker', 6448, 0.000, 0.000, 0.000, 0), + (17261028, 'Goblin_Thespian', 6450, 0.000, 0.000, 0.000, 0), + (17261029, 'Goblin_Thespian', 6450, 0.000, 0.000, 0.000, 0), + (17261030, 'Goblin_Furrier', 6442, 0.000, 0.000, 0.000, 0), + (17261031, 'Goblin_Furrier', 6442, 0.000, 0.000, 0.000, 0), + (17261032, 'Goblin_Shaman', 6447, 0.000, 0.000, 0.000, 0), + (17261033, 'Goblin_Shaman', 6447, 0.000, 0.000, 0.000, 0), + (17261034, 'Goblin_Guide', 6444, 0.000, 0.000, 0.000, 0), + (17261040, 'Puffer_Pugil', 6466, 0.000, 0.000, 0.000, 0), + (17261041, 'Pixie', 6464, 0.000, 0.000, 0.000, 0), + (17261042, 'Pixie', 6464, 0.000, 0.000, 0.000, 0), + (17261043, 'Pixie', 6464, 0.000, 0.000, 0.000, 0), + (17261044, 'Pixie', 6464, 0.000, 0.000, 0.000, 0), + (17261045, 'Pixie', 6464, 0.000, 0.000, 0.000, 0), + (17261046, 'Ketos', 6461, 0.000, 0.000, 0.000, 0), + (17261079, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261080, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261081, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261082, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261083, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261084, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261085, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261086, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261087, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261088, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261089, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261090, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261091, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261092, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261093, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261094, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261095, 'Goblin_Bounty_Hunter', 6439, 0.000, 0.000, 0.000, 0), + (17261128, 'Lewenhart', 6462, 0.000, 0.000, 0.000, 0), + (17261186, 'Diabolos', 6435, 0.000, 0.000, 0.000, 0), + (17261187, 'Diabolos', 6435, 0.000, 0.000, 0.000, 0), + (17261188, 'Diabolos', 6435, 0.000, 0.000, 0.000, 0), + (17264641, 'Wandering_Sapling', 6525, -339.049, -0.847, -269.279, 70), + (17264642, 'Wandering_Sapling', 6525, -177.788, 1.057, -325.142, 127), + (17264643, 'Wandering_Sapling', 6525, -174.293, 5.205, -309.232, 127), + (17264644, 'Wandering_Sapling', 6525, -295.492, -5.569, -269.094, 127), + (17264645, 'Jubjub', 6511, -205.650, -0.703, -303.317, 127), + (17264646, 'Jubjub', 6511, -275.088, -2.825, -249.074, 77), + (17264647, 'Hill_Lizard', 6502, -232.650, -0.413, -266.419, 127), + (17264648, 'Hill_Lizard', 6502, -192.304, -0.489, -396.502, 79), + (17264649, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264650, 'Night_Bats', 6512, -162.049, 6.278, -356.851, 14), + (17264651, 'Night_Bats', 6512, -198.221, -0.563, -330.939, 127), + (17264652, 'Black_Bat', 6485, -180.770, -0.890, -374.761, 59), + (17264653, 'Wandering_Sapling', 6525, -328.321, -9.582, -368.197, 99), + (17264654, 'Wandering_Sapling', 6525, -270.441, -8.410, -441.635, 127), + (17264655, 'Wandering_Sapling', 6525, -285.529, -8.460, -334.044, 40), + (17264656, 'Wandering_Sapling', 6525, -345.032, -10.178, -375.979, 111), + (17264657, 'Jubjub', 6511, -251.276, -2.352, -403.781, 127), + (17264658, 'Jubjub', 6511, -292.603, -8.546, -343.961, 91), + (17264659, 'Jubjub', 6511, -328.817, -9.635, -369.373, 127), + (17264660, 'Hill_Lizard', 6502, -284.872, -7.711, -319.567, 127), + (17264661, 'Hill_Lizard', 6502, -249.670, -8.490, -440.095, 0), + (17264662, 'Hill_Lizard', 6502, -301.161, -8.830, -340.460, 127), + (17264663, 'Wandering_Sapling', 6525, -514.942, -15.773, 31.446, 127), + (17264664, 'Wandering_Sapling', 6525, -491.825, -11.165, 33.480, 113), + (17264665, 'Wandering_Sapling', 6525, -484.069, -7.507, 24.718, 36), + (17264666, 'Jubjub', 6511, -474.403, 0.019, -84.125, 127), + (17264667, 'Jubjub', 6511, -502.050, -5.722, -54.949, 85), + (17264668, 'Hill_Lizard', 6502, -498.395, -12.849, 31.868, 92), + (17264669, 'Hill_Lizard', 6502, -493.850, -3.219, -30.416, 127), + (17264670, 'Will-o-the-Wisp', 6527, 0.000, 0.000, 0.000, 0), + (17264671, 'Wandering_Sapling', 6525, -234.881, 3.635, 54.390, 125), + (17264672, 'Wandering_Sapling', 6525, -360.376, -1.405, 36.636, 10), + (17264673, 'Jubjub', 6511, -265.000, 8.000, 38.000, 127), + (17264674, 'Jubjub', 6511, -335.412, -0.775, 35.862, 127), + (17264675, 'Hill_Lizard', 6502, -348.974, 0.844, -29.855, 127), + (17264676, 'Hill_Lizard', 6502, -365.469, -2.871, 48.622, 127), + (17264677, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264678, 'Night_Bats', 6512, -214.533, 8.203, 39.319, 1), + (17264679, 'Black_Bat', 6485, -284.000, 5.000, 94.000, 127), + (17264680, 'Scavenging_Hound', 6514, 0.000, 0.000, 0.000, 0), + (17264681, 'Bogy', 6487, -329.553, 2.668, 15.731, 127), + (17264682, 'Wandering_Sapling', 6525, -66.450, -0.686, 6.292, 127), + (17264683, 'Wandering_Sapling', 6525, -246.953, 8.297, 5.810, 127), + (17264684, 'Jubjub', 6511, -79.913, 0.221, 22.534, 127), + (17264685, 'Jubjub', 6511, -177.930, 7.798, -7.678, 127), + (17264686, 'Hill_Lizard', 6502, -227.424, 6.888, -15.474, 108), + (17264687, 'Hill_Lizard', 6502, -187.650, 8.190, -76.837, 0), + (17264688, 'Jubjub', 6511, 106.486, 15.939, -63.704, 113), + (17264689, 'Jubjub', 6511, -13.179, 12.585, -39.414, 74), + (17264690, 'Hill_Lizard', 6502, -48.472, 7.984, -51.446, 1), + (17264691, 'Hill_Lizard', 6502, -133.880, 12.397, -77.938, 126), + (17264692, 'Hill_Lizard', 6502, -160.936, 7.568, -112.915, 53), + (17264693, 'Axe_Beak', 6484, -131.462, 12.278, -77.496, 48), + (17264694, 'Night_Bats', 6512, -105.572, 12.947, -92.602, 98), + (17264695, 'Night_Bats', 6512, 127.696, 19.908, -53.796, 127), + (17264696, 'Black_Bat', 6485, 33.403, 20.730, -39.274, 127), + (17264697, 'Scavenging_Hound', 6514, 0.000, 0.000, 0.000, 0), + (17264698, 'Earth_Elemental', 6492, 84.091, 21.708, -41.824, 127), + (17264699, 'Goblin_Mugger', 6499, 0.000, 0.000, 0.000, 0), + (17264700, 'Goblin_Ambusher', 6494, -111.390, 6.212, -31.886, 2), + (17264701, 'Goblin_Leecher', 6498, -97.408, -0.817, -6.536, 119), + (17264702, 'Goblin_Tinkerer', 6501, -41.941, 8.157, -15.834, 57), + (17264703, 'Goblin_Gambler', 6497, 0.000, 0.000, 0.000, 0), + (17264704, 'Goblin_Butcher', 6495, -128.779, 1.006, -10.510, 127), + (17264705, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17264706, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17264707, 'Goblin_Mugger', 6499, -175.000, 7.000, -19.000, 127), + (17264708, 'Goblin_Leecher', 6498, -179.258, 6.971, -18.373, 44), + (17264709, 'Goblin_Gambler', 6497, -176.021, 7.010, -15.943, 34), + (17264710, 'Goblin_Butcher', 6495, 0.000, 0.000, 0.000, 0), + (17264711, 'Jubjub', 6511, -194.426, 15.291, -150.594, 127), + (17264712, 'Jubjub', 6511, -192.712, 22.449, -191.034, 18), + (17264713, 'Jubjub', 6511, -260.151, 8.533, -186.868, 127), + (17264714, 'Hill_Lizard', 6502, 0.000, 0.000, 0.000, 0), + (17264715, 'Hill_Lizard', 6502, -130.178, 22.750, -147.699, 127), + (17264716, 'Hill_Lizard', 6502, -132.208, 27.373, -170.802, 88), + (17264717, 'Axe_Beak', 6484, -159.252, 20.764, -148.571, 127), + (17264718, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264719, 'Night_Bats', 6512, -240.226, 12.848, -184.500, 127), + (17264720, 'Black_Bat', 6485, -132.103, 26.934, -174.737, 127), + (17264721, 'Earth_Elemental', 6492, -126.668, 29.310, -159.991, 60), + (17264723, 'Jubjub', 6511, -83.746, 21.057, -148.845, 113), + (17264724, 'Jubjub', 6511, -56.656, 23.195, -155.282, 69), + (17264725, 'Hill_Lizard', 6502, -32.447, 23.388, -142.058, 127), + (17264726, 'Hill_Lizard', 6502, -19.521, 15.722, -188.924, 127), + (17264727, 'Axe_Beak', 6484, 0.000, 0.000, 0.000, 0), + (17264728, 'Night_Bats', 6512, -34.385, 21.609, -167.718, 69), + (17264729, 'Black_Bat', 6485, -0.028, 15.552, -161.032, 127), + (17264730, 'Earth_Elemental', 6492, -44.403, 15.279, -201.244, 126), + (17264731, 'Jubjub', 6511, 45.193, 27.783, -110.354, 127), + (17264732, 'Hill_Lizard', 6502, 34.856, 28.160, -111.060, 118), + (17264733, 'Hill_Lizard', 6502, 124.497, 23.714, -188.035, 127), + (17264734, 'Hill_Lizard', 6502, 117.923, 22.154, -196.943, 127), + (17264735, 'Axe_Beak', 6484, 0.000, 0.000, 0.000, 0), + (17264736, 'Night_Bats', 6512, 115.401, 22.161, -191.733, 66), + (17264737, 'Black_Bat', 6485, 46.084, 27.617, -132.747, 113), + (17264738, 'Earth_Elemental', 6492, 43.097, 24.488, -147.902, 101), + (17264739, 'Wandering_Sapling', 6525, 204.096, 0.015, -473.303, 83), + (17264740, 'Wandering_Sapling', 6525, 41.069, 7.506, -354.666, 19), + (17264741, 'Wandering_Sapling', 6525, 49.747, 7.536, -364.785, 127), + (17264742, 'Jubjub', 6511, 212.000, 7.000, -428.000, 127), + (17264743, 'Jubjub', 6511, 162.282, 5.806, -410.021, 127), + (17264744, 'Jubjub', 6511, -28.288, 13.998, -355.876, 1), + (17264745, 'Raptor', 6513, 161.115, 0.293, -454.853, 105), + (17264746, 'Raptor', 6513, 186.036, -0.885, -488.330, 53), + (17264747, 'Raptor', 6513, 158.899, 5.874, -409.556, 14), + (17264748, 'Wandering_Sapling', 6525, 425.029, -4.022, -340.270, 9), + (17264749, 'Wandering_Sapling', 6525, 410.668, 0.250, -359.823, 127), + (17264750, 'Wandering_Sapling', 6525, 332.197, -1.456, -398.623, 127), + (17264751, 'Jubjub', 6511, 442.715, -9.653, -317.442, 100), + (17264752, 'Jubjub', 6511, 447.309, -4.567, -354.924, 8), + (17264753, 'Jubjub', 6511, 294.847, 3.503, -457.174, 78), + (17264754, 'Raptor', 6513, 358.834, -0.582, -334.507, 64), + (17264755, 'Raptor', 6513, 492.000, -8.000, -308.000, 36), + (17264756, 'Raptor', 6513, 456.117, -7.579, -356.759, 39), + (17264757, 'Yagudo_Votary', 6538, 18.305, 7.307, -349.326, 127), + (17264758, 'Yagudo_Mendicant', 6529, 23.226, 7.141, -349.190, 127), + (17264759, 'Yagudo_s_Elemental', 6536, 0.000, 0.000, 0.000, 0), + (17264760, 'Yagudo_Theologist', 6537, 444.058, -9.008, -338.143, 38), + (17264761, 'Yagudo_Piper', 6533, 359.585, -1.234, -404.251, 127), + (17264762, 'Yagudo_Priest', 6534, 255.550, -0.749, -472.755, 127), + (17264763, 'Yagudo_Persecutor', 6531, 407.659, -1.452, -319.434, 127), + (17264764, 'Zombie', 6539, 477.442, -8.320, -361.622, 2), + (17264765, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17264766, 'Will-o-the-Wisp', 6527, 0.000, 0.000, 0.000, 0), + (17264767, 'Fire_Elemental', 6493, 286.190, 1.720, -463.527, 127), + (17264769, 'Jubjub', 6511, 250.784, 1.821, -223.623, 0), + (17264770, 'Jubjub', 6511, 254.316, -0.475, -208.051, 126), + (17264771, 'Jubjub', 6511, 189.874, 6.954, -30.035, 127), + (17264772, 'Raptor', 6513, 230.717, 6.975, -49.026, 127), + (17264773, 'Raptor', 6513, 197.235, 6.550, -91.495, 83), + (17264774, 'Axe_Beak', 6484, 283.359, 2.975, -258.221, 73), + (17264775, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264776, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264777, 'Night_Bats', 6512, 229.520, 7.355, -41.505, 87), + (17264778, 'Black_Bat', 6485, 240.282, 5.028, -230.627, 127), + (17264779, 'Jubjub', 6511, 411.150, 0.800, -146.407, 18), + (17264780, 'Jubjub', 6511, 325.576, -8.141, -84.811, 127), + (17264781, 'Jubjub', 6511, 411.352, 0.673, -148.328, 127), + (17264782, 'Raptor', 6513, 0.000, 0.000, 0.000, 0), + (17264783, 'Raptor', 6513, 407.016, 13.534, -279.268, 127), + (17264784, 'Axe_Beak', 6484, 317.523, -8.593, -117.118, 99), + (17264785, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264786, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264787, 'Night_Bats', 6512, 410.067, 4.520, -165.298, 127), + (17264788, 'Black_Bat', 6485, 407.792, 7.890, -250.954, 127), + (17264789, 'Yagudo_Votary', 6538, 293.153, 7.293, -280.560, 81), + (17264790, 'Yagudo_Mendicant', 6529, 195.858, 6.593, -274.022, 72), + (17264791, 'Yagudo_s_Elemental', 6536, 0.000, 0.000, 0.000, 0), + (17264792, 'Yagudo_Theologist', 6537, 192.140, 15.343, -236.350, 34), + (17264793, 'Yagudo_Piper', 6533, 309.425, 0.653, -258.376, 24), + (17264794, 'Yagudo_Priest', 6534, 198.306, 6.357, -277.501, 31), + (17264795, 'Yagudo_Persecutor', 6531, 190.380, 7.403, -56.731, 27), + (17264796, 'Zombie', 6539, 212.377, 11.834, -224.754, 127), + (17264797, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17264798, 'Earth_Elemental', 6492, 243.605, 6.596, -278.531, 122), + (17264799, 'Jubjub', 6511, 487.962, -9.109, -164.022, 114), + (17264800, 'Raptor', 6513, 519.970, -16.202, -139.740, 2), + (17264801, 'Raptor', 6513, 433.262, -10.250, -154.713, 63), + (17264802, 'Axe_Beak', 6484, 0.000, 0.000, 0.000, 0), + (17264803, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264804, 'Night_Bats', 6512, 506.861, -13.937, -159.278, 119), + (17264805, 'Black_Bat', 6485, 428.574, -0.644, -24.885, 127), + (17264806, 'Jubjub', 6511, 479.358, -17.221, -31.756, 127), + (17264807, 'Axe_Beak', 6484, 481.069, -16.308, -47.822, 55), + (17264808, 'Axe_Beak', 6484, 515.000, -15.000, -101.000, 127), + (17264809, 'Wandering_Sapling', 6525, 619.164, -16.307, -346.929, 127), + (17264810, 'Wandering_Sapling', 6525, 631.291, -17.313, -259.288, 28), + (17264811, 'Wandering_Sapling', 6525, 586.074, -15.662, -386.383, 95), + (17264812, 'Jubjub', 6511, 609.798, -11.714, -320.137, 25), + (17264813, 'Jubjub', 6511, 623.389, -17.741, -237.564, 127), + (17264814, 'Jubjub', 6511, 641.613, -16.061, -337.278, 54), + (17264815, 'Raptor', 6513, 583.725, -15.652, -388.159, 96), + (17264816, 'Raptor', 6513, 606.439, -14.299, -336.918, 127), + (17264817, 'Raptor', 6513, 609.323, -11.810, -311.878, 127), + (17264818, 'Daggerclaw_Dracos', 6491, 630.430, -16.372, -494.748, 0), + (17264819, 'Fire_Elemental', 6493, 713.915, -16.088, -478.193, 59), + (17264820, 'Goblin_Mugger', 6499, 577.454, -15.655, -441.185, 72), + (17264821, 'Goblin_Ambusher', 6494, 604.144, -16.446, -360.695, 127), + (17264822, 'Goblin_Leecher', 6498, 612.643, -18.322, -227.108, 127), + (17264823, 'Goblin_Tinkerer', 6501, 594.000, -15.000, -418.000, 126), + (17264824, 'Goblin_Gambler', 6497, 629.122, -7.767, -445.578, 123), + (17264825, 'Goblin_Butcher', 6495, 723.832, -16.108, -455.199, 106), + (17264826, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17264827, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17264828, 'Waraxe_Beak', 6526, 723.000, -16.000, -397.000, 127), + (17264829, 'Goblin_Ambusher', 6494, 0.000, 0.000, 0.000, 0), + (17264830, 'Goblin_Tinkerer', 6501, 663.198, -0.150, -424.090, 127), + (17264831, 'Goblin_Gambler', 6497, 659.945, -0.509, -420.259, 127), + (17264832, 'Goblin_Butcher', 6495, 663.301, -0.058, -420.064, 127), + (17264833, 'Goblin_Mugger', 6499, -41.420, -15.861, 186.892, 88), + (17264834, 'Goblin_Ambusher', 6494, -61.374, -16.979, 179.073, 127), + (17264835, 'Goblin_Leecher', 6498, -99.211, -17.147, 147.901, 34), + (17264836, 'Goblin_Tinkerer', 6501, -54.000, -16.000, 147.000, 61), + (17264837, 'Goblin_Gambler', 6497, -13.686, -17.177, 183.402, 127), + (17264838, 'Goblin_Butcher', 6495, -152.996, -15.968, 121.873, 103), + (17264839, 'Zombie', 6539, -8.523, -10.295, 167.519, 127), + (17264840, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17264841, 'Bogy', 6487, -45.538, -15.844, 188.858, 41), + (17264842, 'Goblin_Mugger', 6499, -56.000, -16.000, 178.000, 127), + (17264843, 'Goblin_Ambusher', 6494, -117.000, -16.000, 164.000, 85), + (17264844, 'Goblin_Leecher', 6498, 0.000, 0.000, 0.000, 0), + (17264845, 'Goblin_Gambler', 6497, -58.015, -16.549, 181.997, 127), + (17264846, 'Boggart', 6486, -366.208, -10.055, 90.904, 127), + (17264847, 'Boggart', 6486, -195.413, -11.357, 88.380, 113), + (17264848, 'Boggart', 6486, -276.673, 3.354, 92.327, 127), + (17264849, 'Boggart', 6486, -246.275, -8.434, 123.325, 127), + (17264850, 'Boggart', 6486, -235.898, -4.926, 87.437, 127), + (17264851, 'Boggart', 6486, -180.021, -8.560, 80.061, 11), + (17264852, 'Wandering_Sapling', 6525, 5.794, -0.029, 40.254, 122), + (17264853, 'Wandering_Sapling', 6525, 54.754, 1.805, 55.900, 27), + (17264854, 'Crane_Fly', 6490, -82.123, -7.855, 83.106, 127), + (17264855, 'Crane_Fly', 6490, -0.021, -2.337, 27.605, 127), + (17264856, 'Crane_Fly', 6490, 103.969, 6.683, 1.573, 127), + (17264857, 'Crane_Fly', 6490, -44.099, -1.732, 41.118, 127), + (17264858, 'Stag_Beetle', 6516, 43.012, 5.259, 27.717, 2), + (17264859, 'Stag_Beetle', 6516, -55.485, -6.059, 57.630, 54), + (17264860, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264861, 'Night_Bats', 6512, -14.106, -8.224, 61.458, 127), + (17264862, 'Black_Bat', 6485, 183.007, -7.998, 41.327, 27), + (17264863, 'Black_Bat', 6485, -7.321, -8.527, 67.834, 127), + (17264864, 'Wandering_Sapling', 6525, 433.133, -16.300, 43.644, 126), + (17264865, 'Wandering_Sapling', 6525, 293.022, -9.043, 35.003, 100), + (17264866, 'Crane_Fly', 6490, 360.578, -15.644, 31.998, 9), + (17264867, 'Crane_Fly', 6490, 311.328, -8.508, 64.644, 67), + (17264868, 'Crane_Fly', 6490, 351.584, -10.467, 68.617, 127), + (17264869, 'Stag_Beetle', 6516, 352.983, -13.829, 52.963, 127), + (17264870, 'Stag_Beetle', 6516, 400.098, -15.775, 67.428, 127), + (17264871, 'Night_Bats', 6512, 0.000, 0.000, 0.000, 0), + (17264872, 'Night_Bats', 6512, 366.867, 4.452, -47.936, 18), + (17264873, 'Black_Bat', 6485, 342.263, 6.728, -36.571, 127), + (17264874, 'Yagudo_Votary', 6538, 340.943, 7.002, -33.202, 14), + (17264875, 'Yagudo_Mendicant', 6529, 28.488, 2.944, 35.633, 127), + (17264876, 'Yagudo_s_Elemental', 6536, 0.000, 0.000, 0.000, 0), + (17264877, 'Yagudo_Theologist', 6537, 0.782, -1.621, 48.263, 127), + (17264878, 'Yagudo_Piper', 6533, 248.029, -7.512, 22.166, 23), + (17264879, 'Yagudo_Priest', 6534, 196.111, -8.499, 37.018, 127), + (17264880, 'Yagudo_Persecutor', 6531, 134.981, 1.649, 5.468, 127), + (17264881, 'Zombie', 6539, 265.081, -8.390, 40.787, 127), + (17264882, 'Zombie', 6539, 251.196, -7.077, 52.622, 127), + (17264883, 'Bogy', 6487, 329.343, 4.938, -31.200, 127), + (17264884, 'Wandering_Sapling', 6525, 66.909, -22.810, 236.522, 127), + (17264885, 'Wandering_Sapling', 6525, 257.161, -9.079, 129.084, 115), + (17264886, 'Crane_Fly', 6490, 76.748, -21.520, 221.103, 127), + (17264887, 'Crane_Fly', 6490, 110.604, -16.369, 200.843, 127), + (17264888, 'Crane_Fly', 6490, 264.482, -8.295, 109.640, 108), + (17264889, 'Crane_Fly', 6490, 174.977, -16.521, 168.252, 127), + (17264890, 'Stag_Beetle', 6516, 84.109, -22.178, 224.541, 127), + (17264891, 'Stag_Beetle', 6516, 87.251, -16.576, 198.690, 111), + (17264892, 'Wandering_Sapling', 6525, 286.965, -16.836, 199.081, 127), + (17264893, 'Wandering_Sapling', 6525, 247.060, -22.094, 250.326, 6), + (17264894, 'Crane_Fly', 6490, 311.272, -10.635, 188.254, 127), + (17264895, 'Crane_Fly', 6490, 259.131, -16.052, 336.187, 99), + (17264896, 'Crane_Fly', 6490, 281.519, -18.997, 224.155, 127), + (17264897, 'Crane_Fly', 6490, 285.464, -16.725, 242.943, 27), + (17264898, 'Stag_Beetle', 6516, 320.780, -10.824, 160.319, 127), + (17264899, 'Stag_Beetle', 6516, 301.756, -16.044, 215.102, 127), + (17264900, 'Wandering_Sapling', 6525, 355.026, -14.382, 150.132, 127), + (17264901, 'Wandering_Sapling', 6525, 488.726, -24.009, 237.529, 127), + (17264902, 'Crane_Fly', 6490, 514.264, -23.249, 107.243, 108), + (17264903, 'Crane_Fly', 6490, 444.503, -15.953, 116.825, 127), + (17264904, 'Crane_Fly', 6490, 406.997, -16.945, 200.697, 127), + (17264905, 'Stag_Beetle', 6516, 443.626, -23.891, 154.007, 127), + (17264906, 'Coeurl', 6488, 360.584, -15.848, 158.942, 127), + (17264907, 'Coeurl', 6488, 513.330, -16.202, 53.865, 62), + (17264908, 'Scavenging_Hound', 6514, 447.709, -24.386, 185.607, 46), + (17264909, 'Yagudo_Votary', 6538, 676.000, -24.000, 37.000, 127), + (17264910, 'Yagudo_Mendicant', 6529, 210.033, -15.178, 141.764, 37), + (17264911, 'Yagudo_s_Elemental', 6536, 0.000, 0.000, 0.000, 0), + (17264912, 'Yagudo_Theologist', 6537, 350.019, -16.730, 191.077, 127), + (17264913, 'Yagudo_Piper', 6533, 333.027, -16.673, 229.886, 60), + (17264914, 'Yagudo_Priest', 6534, 225.394, -16.624, 277.951, 125), + (17264915, 'Yagudo_Persecutor', 6531, 404.347, -17.724, 162.201, 127), + (17264916, 'Zombie', 6539, 329.337, -16.259, 221.362, 127), + (17264917, 'Zombie', 6539, 185.031, -10.107, 130.612, 104), + (17264918, 'Fire_Elemental', 6493, 408.109, -16.601, 127.704, 33), + (17264919, 'Bogy', 6487, 297.467, -12.885, 166.107, 127), + (17264920, 'Yagudo_Votary', 6538, 382.000, -16.690, 183.000, 127), + (17264921, 'Yagudo_Theologist', 6537, 376.395, -16.628, 180.901, 127), + (17264922, 'Yagudo_Priest', 6534, 708.000, -31.000, -7.000, 127), + (17264923, 'Yagudo_Persecutor', 6531, 378.000, -15.000, 187.000, 127), + (17264924, 'Boggart', 6486, 404.890, -0.070, -3.612, 126), + (17264925, 'Boggart', 6486, 0.000, 0.000, 0.000, 0), + (17264926, 'Boggart', 6486, 471.212, -15.530, 44.015, 127), + (17264927, 'Boggart', 6486, 507.420, -16.104, 43.107, 2), + (17264928, 'Boggart', 6486, 535.535, -16.271, 42.682, 0), + (17264929, 'Boggart', 6486, 606.000, -22.000, 7.000, 106), + (17264930, 'Boggart', 6486, 643.574, -19.322, 1.395, 127), + (17264931, 'Wandering_Sapling', 6525, 564.906, -24.491, 3.470, 108), + (17264932, 'Wandering_Sapling', 6525, 623.818, -25.879, -19.726, 127), + (17264933, 'Crane_Fly', 6490, 660.463, -29.271, -46.188, 65), + (17264934, 'Crane_Fly', 6490, 646.171, -24.884, -47.506, 48), + (17264935, 'Crane_Fly', 6490, 666.360, -30.592, -54.570, 103), + (17264936, 'Crane_Fly', 6490, 628.931, -25.340, -16.663, 127), + (17264937, 'Stag_Beetle', 6516, 617.719, -32.379, 192.964, 82), + (17264938, 'Stag_Beetle', 6516, 568.829, -24.437, 5.910, 127), + (17264939, 'Yagudo_Votary', 6538, 705.579, -32.285, -74.129, 126), + (17264940, 'Yagudo_Mendicant', 6529, 628.535, -25.806, 171.614, 127), + (17264941, 'Yagudo_s_Elemental', 6536, 0.000, 0.000, 0.000, 0), + (17264942, 'Yagudo_Theologist', 6537, 658.236, -26.471, -14.944, 127), + (17264943, 'Yagudo_Piper', 6533, 584.146, -23.986, 129.662, 125), + (17264944, 'Yagudo_Priest', 6534, 632.632, -23.354, 71.671, 42), + (17264945, 'Yagudo_Persecutor', 6531, 598.668, -25.077, 167.133, 63), + (17264946, 'Coo_Keja_the_Unseen', 6489, 684.000, -23.000, 6.000, 127), + (17264947, 'Yagudo_Votary', 6538, 0.000, 0.000, 0.000, 0), + (17264948, 'Yagudo_Theologist', 6537, 0.000, 0.000, 0.000, 0), + (17264949, 'Wandering_Sapling', 6525, 547.003, -42.030, 347.868, 102), + (17264950, 'Wandering_Sapling', 6525, 560.180, -40.413, 444.339, 99), + (17264951, 'Wandering_Sapling', 6525, 606.149, -31.800, 516.829, 127), + (17264952, 'Crane_Fly', 6490, 522.201, -40.457, 437.259, 127), + (17264953, 'Crane_Fly', 6490, 530.123, -41.108, 333.835, 65), + (17264954, 'Crane_Fly', 6490, 540.813, -38.764, 329.274, 9), + (17264955, 'Stag_Beetle', 6516, 538.803, -39.733, 364.658, 127), + (17264956, 'Stag_Beetle', 6516, 581.906, -40.781, 454.574, 127), + (17264957, 'Stag_Beetle', 6516, 565.858, -34.204, 482.305, 116), + (17264958, 'Coeurl', 6488, 681.051, -24.500, 523.413, 86), + (17264959, 'Coeurl', 6488, 703.507, -21.880, 566.309, 66), + (17264960, 'Scavenging_Hound', 6514, 559.000, -31.000, 296.000, 1), + (17264961, 'Wandering_Sapling', 6525, 564.606, -31.137, 617.778, 115), + (17264962, 'Wandering_Sapling', 6525, 634.277, -31.384, 661.628, 1), + (17264963, 'Wandering_Sapling', 6525, 585.011, -32.013, 600.485, 127), + (17264964, 'Crane_Fly', 6490, 628.268, -24.495, 643.669, 127), + (17264965, 'Crane_Fly', 6490, 536.757, -31.715, 629.822, 127), + (17264966, 'Crane_Fly', 6490, 650.570, -25.133, 647.906, 76), + (17264967, 'Coeurl', 6488, 551.767, -32.570, 590.205, 94), + (17264968, 'Coeurl', 6488, 646.199, -24.483, 644.477, 127), + (17264969, 'Coeurl', 6488, 535.318, -32.179, 602.055, 127), + (17264970, 'Scavenging_Hound', 6514, 620.000, -32.000, 670.000, 127), + (17264971, 'Will-o-the-Wisp', 6527, 0.000, 0.000, 0.000, 0), + (17264973, 'Wandering_Sapling', 6525, 157.598, -8.123, 572.040, 66), + (17264974, 'Wandering_Sapling', 6525, -315.000, 18.000, 427.000, 127), + (17264975, 'Wandering_Sapling', 6525, -126.000, 8.000, 435.000, 127), + (17264976, 'Wandering_Sapling', 6525, -72.000, 7.000, 452.000, 127), + (17264977, 'Crane_Fly', 6490, 152.814, -8.560, 585.853, 127), + (17264978, 'Crane_Fly', 6490, 155.269, -8.413, 563.495, 5), + (17264979, 'Crane_Fly', 6490, 155.277, -8.462, 562.477, 1), + (17264980, 'Crane_Fly', 6490, 137.907, -8.368, 570.670, 56), + (17264981, 'Hill_Lizard', 6502, 44.000, -7.000, 458.000, 127), + (17264982, 'Hill_Lizard', 6502, -379.000, 8.000, 395.000, 54), + (17264983, 'Hill_Lizard', 6502, -345.000, 10.000, 440.000, 122), + (17264984, 'Hill_Lizard', 6502, 122.449, -8.762, 559.568, 127), + (17264985, 'Hill_Lizard', 6502, 346.541, -0.141, 516.058, 127), + (17264986, 'Hill_Lizard', 6502, 131.484, -8.364, 595.539, 127), + (17264987, 'Hill_Lizard', 6502, -1.000, -0.010, 436.000, 127), + (17264988, 'Will-o-the-Wisp', 6527, 0.000, 0.000, 0.000, 0), + (17264989, 'Wandering_Sapling', 6525, 31.005, -24.734, 260.716, 127), + (17264990, 'Wandering_Sapling', 6525, -9.616, -9.540, 365.579, 127), + (17264991, 'Wandering_Sapling', 6525, -17.508, -1.142, 401.225, 17), + (17264992, 'Wandering_Sapling', 6525, 10.278, -8.334, 358.131, 11), + (17264993, 'Crane_Fly', 6490, -18.104, -3.307, 383.681, 74), + (17264994, 'Crane_Fly', 6490, -6.014, -3.214, 384.320, 123), + (17264995, 'Crane_Fly', 6490, 38.965, -16.501, 320.453, 127), + (17264996, 'Crane_Fly', 6490, 34.704, -6.778, 412.105, 127), + (17264997, 'Hill_Lizard', 6502, -5.023, -0.443, 409.476, 127), + (17264998, 'Hill_Lizard', 6502, 26.412, -8.329, 359.189, 127), + (17264999, 'Wandering_Sapling', 6525, 19.114, -6.690, 502.457, 127), + (17265000, 'Wandering_Sapling', 6525, -21.946, 0.065, 441.484, 38), + (17265001, 'Wandering_Sapling', 6525, 18.240, -6.883, 502.967, 127), + (17265002, 'Wandering_Sapling', 6525, 7.836, -0.721, 453.456, 127), + (17265003, 'Crane_Fly', 6490, 43.136, -9.279, 520.226, 127), + (17265004, 'Crane_Fly', 6490, -0.550, 3.144, 461.406, 42), + (17265005, 'Crane_Fly', 6490, 46.639, -9.396, 518.155, 127), + (17265006, 'Crane_Fly', 6490, -28.252, 6.397, 488.400, 104), + (17265007, 'Hill_Lizard', 6502, 109.599, -8.217, 403.765, 127), + (17265008, 'Hill_Lizard', 6502, -31.405, 0.034, 453.130, 101), + (17265009, 'Wandering_Sapling', 6525, -189.284, 6.990, 394.123, 92), + (17265010, 'Wandering_Sapling', 6525, -156.330, 7.009, 420.362, 127), + (17265011, 'Wandering_Sapling', 6525, -266.636, 6.323, 382.797, 127), + (17265012, 'Crane_Fly', 6490, -278.580, 8.098, 374.860, 75), + (17265013, 'Crane_Fly', 6490, -288.615, 8.752, 370.692, 127), + (17265014, 'Crane_Fly', 6490, -151.780, 7.537, 430.624, 127), + (17265015, 'Hill_Lizard', 6502, -251.859, 2.495, 372.780, 98), + (17265016, 'Hill_Lizard', 6502, -147.339, 7.272, 425.051, 29), + (17265017, 'Goblin_Mugger', 6499, 111.696, -13.035, 373.440, 4), + (17265018, 'Goblin_Ambusher', 6494, -55.873, 1.647, 440.458, 127), + (17265019, 'Goblin_Leecher', 6498, -15.989, 3.803, 494.569, 113), + (17265020, 'Goblin_Tinkerer', 6501, 98.189, -8.521, 408.554, 127), + (17265021, 'Goblin_Gambler', 6497, -276.939, 15.216, 404.388, 127), + (17265022, 'Goblin_Butcher', 6495, -80.269, 8.058, 500.948, 62), + (17265023, 'Zombie', 6539, 10.164, -3.028, 443.982, 7), + (17265024, 'Zombie', 6539, 121.708, -16.478, 325.949, 127), + (17265025, 'Wandering_Sapling', 6525, 0.000, 0.000, 0.000, 0), + (17265026, 'Wandering_Sapling', 6525, -253.648, 15.387, 583.952, 117), + (17265027, 'Wandering_Sapling', 6525, -400.000, -0.030, 319.000, 127), + (17265028, 'Crane_Fly', 6490, -267.384, 15.333, 550.991, 16), + (17265029, 'Crane_Fly', 6490, -254.255, 15.474, 586.197, 109), + (17265030, 'Crane_Fly', 6490, -209.229, 8.798, 563.235, 16), + (17265031, 'Wandering_Sapling', 6525, -330.784, 4.753, 327.399, 127), + (17265032, 'Wandering_Sapling', 6525, -115.200, 7.574, 395.408, 6), + (17265033, 'Wandering_Sapling', 6525, -138.165, 4.414, 376.046, 90), + (17265034, 'Wandering_Sapling', 6525, -220.468, -0.595, 318.217, 127), + (17265035, 'Crane_Fly', 6490, -89.198, -5.143, 375.783, 127), + (17265036, 'Crane_Fly', 6490, -169.564, 0.010, 365.975, 127), + (17265037, 'Crane_Fly', 6490, -164.220, -0.882, 339.442, 112), + (17265038, 'Hill_Lizard', 6502, -318.118, 7.802, 349.865, 127), + (17265039, 'Hill_Lizard', 6502, -148.423, -1.852, 333.439, 16), + (17265040, 'Hill_Lizard', 6502, -332.576, 5.836, 349.656, 127), + (17265041, 'Wandering_Sapling', 6525, -420.398, 4.512, 347.207, 127), + (17265042, 'Wandering_Sapling', 6525, -349.913, 0.506, 326.557, 42), + (17265043, 'Wandering_Sapling', 6525, -403.652, 6.479, 398.486, 127), + (17265044, 'Wandering_Sapling', 6525, -367.321, -0.047, 354.632, 59), + (17265045, 'Crane_Fly', 6490, -342.663, 2.844, 364.784, 126), + (17265046, 'Crane_Fly', 6490, -371.204, -0.318, 319.762, 14), + (17265047, 'Crane_Fly', 6490, -325.160, 10.318, 374.457, 127), + (17265048, 'Hill_Lizard', 6502, -410.486, 1.585, 326.620, 127), + (17265049, 'Hill_Lizard', 6502, -355.148, -0.493, 334.491, 127), + (17265050, 'Hill_Lizard', 6502, -387.566, -2.642, 309.662, 32), + (17265051, 'Wandering_Sapling', 6525, -314.041, 15.573, 505.925, 127), + (17265052, 'Wandering_Sapling', 6525, -402.917, 23.923, 539.979, 127), + (17265053, 'Wandering_Sapling', 6525, -431.604, 21.718, 502.813, 127), + (17265054, 'Wandering_Sapling', 6525, -326.887, 15.285, 496.585, 127), + (17265055, 'Crane_Fly', 6490, -345.115, 16.065, 492.262, 127), + (17265056, 'Crane_Fly', 6490, -320.302, 15.930, 502.581, 104), + (17265057, 'Crane_Fly', 6490, -459.284, 18.914, 559.077, 127), + (17265058, 'Hill_Lizard', 6502, -366.974, 16.182, 491.399, 127), + (17265059, 'Hill_Lizard', 6502, -395.308, 23.475, 553.295, 127), + (17265060, 'Hill_Lizard', 6502, -429.390, 14.590, 467.457, 127), + (17265061, 'Goblin_Mugger', 6499, -406.340, 6.393, 357.803, 127), + (17265062, 'Goblin_Ambusher', 6494, -426.662, -1.196, 299.648, 116), + (17265063, 'Goblin_Leecher', 6498, -334.045, -8.340, 288.666, 127), + (17265064, 'Goblin_Tinkerer', 6501, -293.246, 12.615, 374.652, 127), + (17265065, 'Goblin_Gambler', 6497, -373.233, -8.735, 289.170, 77), + (17265066, 'Goblin_Butcher', 6495, -350.631, 4.298, 379.554, 127), + (17265067, 'Zombie', 6539, -380.163, -8.584, 269.266, 13), + (17265068, 'Zombie', 6539, 0.000, 0.000, 0.000, 0), + (17265069, 'Goblin_Mugger', 6499, -380.819, -9.000, 261.701, 127), + (17265070, 'Goblin_Leecher', 6498, -382.364, -9.083, 260.283, 127), + (17265071, 'Goblin_Tinkerer', 6501, -513.000, 8.000, 318.000, 50), + (17265072, 'Goblin_Gambler', 6497, -381.398, -8.999, 263.840, 126), + (17265073, 'Crane_Fly', 6490, -460.304, -0.244, 278.633, 11), + (17265074, 'Crane_Fly', 6490, -499.561, -3.733, 283.204, 69), + (17265075, 'Hill_Lizard', 6502, -513.435, -3.513, 292.353, 44), + (17265076, 'Hill_Lizard', 6502, -507.936, 8.012, 335.527, 127), + (17265077, 'Coeurl', 6488, -486.000, 7.000, 311.000, 127), + (17265078, 'Coeurl', 6488, -537.000, -8.000, 288.000, 127), + (17265079, 'Boggart', 6486, -409.400, -8.563, 279.818, 127), + (17265080, 'Boggart', 6486, -460.000, 6.000, 307.000, 108), + (17265081, 'Boggart', 6486, -445.392, 7.235, 323.336, 127), + (17265082, 'Boggart', 6486, -438.833, -2.391, 268.526, 51), + (17265083, 'Boggart', 6486, -478.574, 7.767, 336.165, 127), + (17265084, 'Goblin_Digger', 6496, 290.654, -16.546, 233.311, 49), + (17265085, 'Hobgoblin_Warrior', 6509, 0.000, 0.000, 0.000, 0), + (17265086, 'Hobgoblin_White_Mage', 6510, 0.000, 0.000, 0.000, 0), + (17265087, 'Hobgoblin_Black_Mage', 6504, 0.000, 0.000, 0.000, 0), + (17265088, 'Hobgoblin_Red_Mage', 6507, 0.000, 0.000, 0.000, 0), + (17265089, 'Hobgoblin_Thief', 6508, 0.000, 0.000, 0.000, 0), + (17265090, 'Hobgoblin_Dark_Knight', 6505, 0.000, 0.000, 0.000, 0), + (17265091, 'Hobgoblin_Ranger', 6506, 0.000, 0.000, 0.000, 0), + (17265092, 'Hobgoblin_Beastmaster', 6503, 0.000, 0.000, 0.000, 0), + (17265093, 'Goblin_s_Dragonfly', 6500, 0.000, 0.000, 0.000, 0), + (17265094, 'Theoyagudo_Monk', 6519, 0.000, 0.000, 0.000, 0), + (17265095, 'Theoyagudo_White_Mage', 6523, 0.000, 0.000, 0.000, 0), + (17265096, 'Theoyagudo_Black_Mage', 6518, 0.000, 0.000, 0.000, 0), + (17265097, 'Theoyagudo_Bard', 6517, 0.000, 0.000, 0.000, 0), + (17265098, 'Theoyagudo_Samurai', 6521, 0.000, 0.000, 0.000, 0), + (17265099, 'Theoyagudo_Ninja', 6520, 0.000, 0.000, 0.000, 0), + (17265100, 'Theoyagudo_Summoner', 6522, 0.000, 0.000, 0.000, 0), + (17265101, 'Yagudo_s_Elemental', 6536, 0.000, 0.000, 0.000, 0), + (17265102, 'Yagudo_s_Avatar', 6535, 0.000, 0.000, 0.000, 0), + (17265103, 'Yagudo_Votary', 6538, 0.000, 0.000, 0.000, 0), + (17265104, 'Yagudo_Votary', 6538, 0.000, 0.000, 0.000, 0), + (17265105, 'Yagudo_Theologist', 6537, 0.000, 0.000, 0.000, 0), + (17265106, 'Yagudo_Theologist', 6537, 0.000, 0.000, 0.000, 0), + (17265107, 'Yagudo_Follower', 6528, 0.000, 0.000, 0.000, 0), + (17265108, 'Yagudo_Follower', 6528, 0.000, 0.000, 0.000, 0), + (17265109, 'Yagudo_Priest', 6534, 0.000, 0.000, 0.000, 0), + (17265110, 'Yagudo_Priest', 6534, 0.000, 0.000, 0.000, 0), + (17265111, 'Yagudo_Missionary', 6530, 0.000, 0.000, 0.000, 0), + (17265112, 'Sprite', 6515, 0.000, 0.000, 0.000, 0), + (17265113, 'Sprite', 6515, 0.000, 0.000, 0.000, 0), + (17265114, 'Sprite', 6515, 0.000, 0.000, 0.000, 0), + (17265115, 'Sprite', 6515, 0.000, 0.000, 0.000, 0), + (17265116, 'Sprite', 6515, 0.000, 0.000, 0.000, 0), + (17265117, 'Tsaagan', 6524, 0.000, 0.000, 0.000, 0), + (17268737, 'Big_Jaw', 6541, 0.000, 0.000, 0.000, 0), + (17268738, 'Snipper', 6572, -48.003, -40.299, -202.474, 127), + (17268739, 'Greater_Pugil', 6561, 140.171, -40.487, -36.675, 127), + (17268740, 'Cutter', 6544, 0.000, 0.000, 0.000, 0), + (17268741, 'Kraken', 6564, 0.000, 0.000, 0.000, 0), + (17268742, 'Hill_Lizard', 6562, 479.938, 7.667, -286.004, 40), + (17268743, 'Hill_Lizard', 6562, 504.549, 7.802, -257.974, 105), + (17268744, 'Hill_Lizard', 6562, 469.314, 7.731, -257.691, 46), + (17268745, 'Hill_Lizard', 6562, 477.428, 3.872, -335.968, 72), + (17268746, 'Midnight_Wings', 6566, 491.904, 7.617, -249.648, 48), + (17268747, 'Midnight_Wings', 6566, 473.190, 7.902, -188.879, 127), + (17268748, 'Moon_Bat', 6567, 513.999, 7.641, -192.151, 127), + (17268749, 'Hill_Lizard', 6562, 409.568, 7.770, -311.143, 37), + (17268750, 'Hill_Lizard', 6562, 401.111, 15.304, -225.868, 65), + (17268751, 'Hill_Lizard', 6562, 438.800, 7.467, -282.563, 127), + (17268752, 'Hill_Lizard', 6562, 418.527, 17.465, -233.294, 127), + (17268753, 'Midnight_Wings', 6566, 396.672, 15.969, -191.107, 127), + (17268754, 'Midnight_Wings', 6566, 404.452, 15.915, -230.109, 28), + (17268755, 'Moon_Bat', 6567, 418.869, 10.729, -272.487, 127), + (17268756, 'Hill_Lizard', 6562, 481.958, 14.905, -125.962, 127), + (17268757, 'Hill_Lizard', 6562, 438.626, 15.490, -113.084, 127), + (17268758, 'Hill_Lizard', 6562, 528.412, 13.524, -135.531, 13), + (17268759, 'Midnight_Wings', 6566, 512.908, 15.724, 0.059, 123), + (17268760, 'Midnight_Wings', 6566, 487.479, 15.645, 9.305, 127), + (17268761, 'Moon_Bat', 6567, 522.158, 15.632, 10.626, 127), + (17268762, 'Champaign_Coeurl', 6542, 461.954, 9.810, -250.805, 127), + (17268763, 'Yagudo_Votary', 6584, 479.859, 14.993, -130.532, 62), + (17268764, 'Yagudo_Herald', 6578, 460.906, 6.867, -281.138, 127), + (17268765, 'Yagudo_Theologist', 6583, 442.617, 15.838, -193.486, 127), + (17268766, 'Yagudo_Drummer', 6577, 447.873, 15.544, -153.891, 4), + (17268767, 'Yagudo_Oracle', 6580, 414.056, 16.081, -203.381, 73), + (17268768, 'Yagudo_s_Elemental', 6582, 0.000, 0.000, 0.000, 0), + (17268769, 'Yagudo_Priest', 6581, 451.337, 11.992, -256.392, 50), + (17268770, 'Yagudo_Interrogator', 6579, 459.056, 14.489, -89.355, 127), + (17268771, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17268772, 'Wight', 6576, 515.358, 15.716, 3.822, 124), + (17268773, 'Ignis_Fatuus', 6563, 0.000, 0.000, 0.000, 0), + (17268774, 'Hill_Lizard', 6562, 485.860, 22.082, 31.649, 122), + (17268775, 'Hill_Lizard', 6562, 473.944, 23.070, 110.460, 127), + (17268776, 'Hill_Lizard', 6562, 463.737, 23.044, 186.920, 75), + (17268777, 'Tabar_Beak', 6574, 498.766, 24.029, 171.655, 127), + (17268778, 'Tabar_Beak', 6574, 506.511, 23.618, 43.663, 30), + (17268779, 'Midnight_Wings', 6566, 478.263, 23.235, 99.748, 52), + (17268780, 'Midnight_Wings', 6566, 474.963, 22.760, 99.680, 127), + (17268781, 'Moon_Bat', 6567, 510.212, 24.470, 56.983, 116), + (17268782, 'Hill_Lizard', 6562, 537.188, 6.167, -11.067, 127), + (17268783, 'Hill_Lizard', 6562, 565.305, 11.203, 24.341, 67), + (17268784, 'Hill_Lizard', 6562, 511.435, 7.577, -73.777, 121), + (17268785, 'Midnight_Wings', 6566, 598.211, 7.714, -6.763, 127), + (17268786, 'Midnight_Wings', 6566, 544.471, -0.542, -161.729, 127), + (17268787, 'Moon_Bat', 6567, 594.075, 8.128, -24.515, 127), + (17268789, 'Goblin_Mugger', 6556, 473.743, 23.845, 176.953, 127), + (17268790, 'Goblin_Pathfinder', 6557, 0.000, 0.000, 0.000, 0), + (17268791, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17268792, 'Goblin_Leecher', 6555, 469.329, 24.064, 169.092, 127), + (17268793, 'Goblin_Furrier', 6553, 0.000, 0.000, 0.000, 0), + (17268794, 'Goblin_Gambler', 6554, 604.082, 20.877, 66.227, 127), + (17268795, 'Goblin_Smithy', 6559, 0.000, 0.000, 0.000, 0), + (17268796, 'Goblin_Shaman', 6558, 0.000, 0.000, 0.000, 0), + (17268797, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17268798, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17268799, 'Earth_Elemental', 6548, 531.251, 23.101, 183.838, 127), + (17268800, 'Goblin_Pathfinder', 6557, 535.734, 8.059, -61.829, 39), + (17268801, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17268802, 'Goblin_Furrier', 6553, 533.068, 8.082, -64.292, 96), + (17268803, 'Goblin_Smithy', 6559, 550.000, 7.000, -93.000, 127), + (17268804, 'Goblin_Shaman', 6558, 536.934, 7.598, -63.765, 127), + (17268805, 'Sabertooth_Tiger', 6570, 600.326, -0.677, -314.895, 9), + (17268806, 'Sabertooth_Tiger', 6570, 605.422, -1.016, -315.751, 127), + (17268807, 'Sabertooth_Tiger', 6570, 599.802, -0.675, -314.299, 11), + (17268808, 'Old_Sabertooth', 6568, 676.000, -10.000, -366.000, 86), + (17268809, 'Sauromugue_Skink', 6571, 415.662, 24.789, 41.282, 11), + (17268810, 'Sauromugue_Skink', 6571, 354.703, 23.893, -45.118, 127), + (17268811, 'Sauromugue_Skink', 6571, 382.669, 25.316, -34.913, 109), + (17268812, 'Tabar_Beak', 6574, 389.756, 23.445, 24.437, 103), + (17268813, 'Midnight_Wings', 6566, 413.392, 24.020, -48.775, 23), + (17268814, 'Midnight_Wings', 6566, 417.249, 24.314, -36.030, 127), + (17268815, 'Moon_Bat', 6567, 407.417, 23.499, 38.358, 127), + (17268817, 'Sauromugue_Skink', 6571, 436.320, 30.351, 162.789, 127), + (17268818, 'Sauromugue_Skink', 6571, 353.066, 30.273, 128.254, 12), + (17268819, 'Sauromugue_Skink', 6571, 419.694, 33.576, 118.721, 97), + (17268820, 'Tabar_Beak', 6574, 385.569, 32.177, 172.795, 127), + (17268821, 'Midnight_Wings', 6566, 425.932, 30.876, 164.401, 43), + (17268822, 'Midnight_Wings', 6566, 406.440, 31.401, 160.304, 127), + (17268823, 'Moon_Bat', 6567, 421.404, 31.453, 186.891, 127), + (17268824, 'Sauromugue_Skink', 6571, 362.290, 31.651, 197.334, 127), + (17268825, 'Sauromugue_Skink', 6571, 482.843, 32.227, 297.088, 49), + (17268826, 'Sauromugue_Skink', 6571, 440.445, 39.109, 349.453, 123), + (17268827, 'Tabar_Beak', 6574, 340.319, 31.705, 178.302, 103), + (17268828, 'Midnight_Wings', 6566, 310.754, 31.759, 191.449, 89), + (17268829, 'Midnight_Wings', 6566, 443.501, 31.853, 228.656, 29), + (17268830, 'Moon_Bat', 6567, 320.235, 31.291, 214.147, 127), + (17268831, 'Champaign_Coeurl', 6542, 453.474, 20.591, -54.519, 127), + (17268832, 'Yagudo_Votary', 6584, 365.736, 31.681, 126.950, 43), + (17268833, 'Yagudo_Herald', 6578, 365.034, 31.828, 131.805, 127), + (17268834, 'Yagudo_Theologist', 6583, 392.705, 23.906, 62.283, 66), + (17268835, 'Yagudo_Drummer', 6577, 319.134, 32.415, 218.350, 97), + (17268836, 'Yagudo_Oracle', 6580, 364.714, 31.620, 277.576, 41), + (17268837, 'Yagudo_s_Elemental', 6582, 0.000, 0.000, 0.000, 0), + (17268838, 'Yagudo_Priest', 6581, 400.992, 23.855, 81.396, 58), + (17268839, 'Yagudo_Interrogator', 6579, 408.833, 30.957, 157.935, 69), + (17268840, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17268841, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17268842, 'Ignis_Fatuus', 6563, 0.000, 0.000, 0.000, 0), + (17268843, 'Yagudo_Herald', 6578, 373.645, 36.582, 265.008, 127), + (17268844, 'Yagudo_Drummer', 6577, 373.360, 36.618, 265.653, 109), + (17268845, 'Yagudo_Oracle', 6580, 375.798, 36.362, 262.648, 127), + (17268846, 'Yagudo_s_Elemental', 6582, 0.000, 0.000, 0.000, 0), + (17268847, 'Yagudo_Interrogator', 6579, 376.901, 36.714, 266.367, 31), + (17268848, 'Champaign_Coeurl', 6542, 338.903, 39.638, 350.529, 127), + (17268849, 'Tabar_Beak', 6574, 238.000, 40.000, 332.000, 67), + (17268850, 'Tabar_Beak', 6574, 369.564, 39.658, 345.197, 127), + (17268851, 'Deadly_Dodo', 6545, 329.000, 40.000, 372.000, 16), + (17268852, 'Midnight_Wings', 6566, 249.089, 39.444, 380.981, 127), + (17268853, 'Midnight_Wings', 6566, 341.766, 39.414, 334.227, 127), + (17268854, 'Midnight_Wings', 6566, 376.302, 39.792, 426.277, 27), + (17268855, 'Moon_Bat', 6567, 154.688, 39.365, 320.008, 127), + (17268856, 'Goblin_Mugger', 6556, 268.450, 39.992, 360.931, 111), + (17268857, 'Goblin_Pathfinder', 6557, 388.340, 38.901, 359.474, 127), + (17268858, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17268859, 'Goblin_Leecher', 6555, 276.724, 39.603, 364.508, 74), + (17268860, 'Goblin_Furrier', 6553, 396.212, 39.236, 358.853, 127), + (17268861, 'Goblin_Gambler', 6554, 388.987, 39.850, 321.980, 11), + (17268862, 'Goblin_Smithy', 6559, 221.956, 40.095, 353.715, 5), + (17268863, 'Goblin_Shaman', 6558, 248.915, 39.491, 425.810, 48), + (17268864, 'Wight', 6576, 252.797, 39.034, 353.467, 127), + (17268865, 'Wight', 6576, 228.611, 39.968, 337.443, 34), + (17268866, 'Thunder_Elemental', 6575, 359.356, 40.081, 423.381, 127), + (17268867, 'Hill_Lizard', 6562, 249.659, 15.958, -145.973, 117), + (17268868, 'Hill_Lizard', 6562, 341.346, 19.650, -71.114, 127), + (17268869, 'Diving_Beetle', 6546, 347.986, 14.962, -110.743, 127), + (17268870, 'Diving_Beetle', 6546, 358.091, 22.857, -86.995, 35), + (17268871, 'Diving_Beetle', 6546, 245.891, 15.066, -167.538, 30), + (17268872, 'Midnight_Wings', 6566, 302.791, 16.089, -161.373, 25), + (17268873, 'Midnight_Wings', 6566, 327.018, 15.036, -168.284, 125), + (17268874, 'Midnight_Wings', 6566, 333.520, 16.190, -90.654, 3), + (17268875, 'Moon_Bat', 6567, 348.495, 15.264, -108.391, 109), + (17268876, 'Hill_Lizard', 6562, 344.227, 22.585, 96.527, 127), + (17268877, 'Hill_Lizard', 6562, 331.822, 15.673, -38.925, 127), + (17268878, 'Diving_Beetle', 6546, 303.343, 23.804, 125.398, 127), + (17268879, 'Diving_Beetle', 6546, 369.528, 16.449, 51.623, 127), + (17268880, 'Midnight_Wings', 6566, 292.344, 23.579, 152.315, 127), + (17268881, 'Midnight_Wings', 6566, 374.005, 16.616, 29.729, 63), + (17268882, 'Moon_Bat', 6567, 313.821, 22.735, 114.297, 127), + (17268883, 'Hill_Lizard', 6562, -47.336, 7.779, -108.255, 127), + (17268884, 'Hill_Lizard', 6562, -46.759, 7.830, -67.805, 26), + (17268885, 'Diving_Beetle', 6546, 22.638, 7.613, -127.211, 127), + (17268886, 'Diving_Beetle', 6546, 20.402, 6.407, -132.641, 127), + (17268887, 'Midnight_Wings', 6566, 128.824, 7.698, -172.082, 25), + (17268888, 'Midnight_Wings', 6566, 34.160, 4.474, -134.162, 89), + (17268889, 'Moon_Bat', 6567, -8.715, 6.552, -136.545, 42), + (17268890, 'Hill_Lizard', 6562, -90.714, 7.949, 10.969, 60), + (17268891, 'Hill_Lizard', 6562, -141.597, 15.840, 7.213, 104), + (17268892, 'Diving_Beetle', 6546, -134.055, 15.795, 18.740, 45), + (17268893, 'Diving_Beetle', 6546, -83.082, 7.514, 1.427, 127), + (17268894, 'Midnight_Wings', 6566, -126.130, 16.026, -14.902, 65), + (17268895, 'Midnight_Wings', 6566, -119.408, 15.576, -30.376, 87), + (17268896, 'Moon_Bat', 6567, -37.429, 7.605, 51.621, 127), + (17268897, 'Champaign_Coeurl', 6542, 240.498, 15.560, -122.987, 127), + (17268898, 'Goblin_Mugger', 6556, 167.678, 7.055, -169.883, 118), + (17268899, 'Goblin_Pathfinder', 6557, 321.113, 15.467, -91.447, 14), + (17268900, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17268901, 'Goblin_Leecher', 6555, 343.594, 22.772, 90.784, 95), + (17268902, 'Goblin_Furrier', 6553, 222.997, 11.359, -150.682, 127), + (17268903, 'Goblin_Gambler', 6554, -143.969, 16.168, 31.894, 127), + (17268904, 'Goblin_Smithy', 6559, 330.289, 21.510, 69.673, 93), + (17268905, 'Goblin_Shaman', 6558, 363.541, 23.535, 77.996, 109), + (17268906, 'Wight', 6576, 217.657, 10.535, -155.797, 127), + (17268907, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17268908, 'Earth_Elemental', 6548, 200.913, 7.436, -165.854, 105), + (17268909, 'Goblin_Mugger', 6556, 298.168, 16.023, -96.778, 127), + (17268910, 'Goblin_Pathfinder', 6557, 302.279, 16.032, -95.777, 127), + (17268911, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17268912, 'Goblin_Gambler', 6554, 296.545, 15.970, -95.483, 127), + (17268913, 'Goblin_Smithy', 6559, 299.212, 16.065, -98.340, 100), + (17268914, 'Evil_Weapon', 6550, 83.302, 1.885, -176.081, 61), + (17268915, 'Evil_Weapon', 6550, 61.283, 2.621, -171.549, 79), + (17268916, 'Evil_Weapon', 6550, 74.877, -0.038, -229.372, 127), + (17268917, 'Sauromugue_Skink', 6571, 206.835, 33.896, 258.394, 40), + (17268918, 'Sauromugue_Skink', 6571, 206.941, 33.746, 256.527, 127), + (17268919, 'Sauromugue_Skink', 6571, 196.994, 31.597, 270.623, 127), + (17268920, 'Midnight_Wings', 6566, 281.099, 32.438, 224.583, 127), + (17268921, 'Midnight_Wings', 6566, 178.565, 31.703, 268.386, 127), + (17268922, 'Moon_Bat', 6567, 199.612, 31.885, 269.811, 127), + (17268923, 'Sauromugue_Skink', 6571, 120.000, 32.000, 292.000, 46), + (17268924, 'Sauromugue_Skink', 6571, 93.962, 30.383, 231.524, 127), + (17268925, 'Sauromugue_Skink', 6571, 135.767, 30.058, 231.604, 90), + (17268926, 'Midnight_Wings', 6566, 97.177, 31.172, 239.815, 115), + (17268927, 'Midnight_Wings', 6566, 139.725, 32.446, 237.412, 3), + (17268928, 'Moon_Bat', 6567, 98.210, 30.995, 261.646, 127), + (17268929, 'Champaign_Coeurl', 6542, 235.213, 31.823, 260.546, 127), + (17268930, 'Yagudo_Votary', 6584, 258.933, 30.014, 201.179, 29), + (17268931, 'Yagudo_Herald', 6578, 235.610, 31.539, 242.803, 53), + (17268932, 'Yagudo_Theologist', 6583, 221.970, 30.924, 195.263, 127), + (17268933, 'Yagudo_Drummer', 6577, 190.658, 30.998, 199.033, 56), + (17268934, 'Yagudo_Oracle', 6580, 268.271, 32.410, 226.603, 127), + (17268935, 'Yagudo_s_Elemental', 6582, 0.000, 0.000, 0.000, 0), + (17268936, 'Yagudo_Priest', 6581, 244.175, 31.483, 276.963, 127), + (17268937, 'Yagudo_Interrogator', 6579, 101.887, 32.979, 233.728, 102), + (17268938, 'Wight', 6576, 207.077, 33.766, 259.038, 127), + (17268939, 'Wight', 6576, 242.722, 31.516, 244.249, 127), + (17268940, 'Sauromugue_Skink', 6571, 42.792, 23.491, 210.916, 127), + (17268941, 'Sauromugue_Skink', 6571, 82.964, 20.747, 150.573, 97), + (17268942, 'Diving_Beetle', 6546, 116.588, 23.677, 190.115, 127), + (17268943, 'Diving_Beetle', 6546, 65.776, 22.925, 166.989, 127), + (17268944, 'Midnight_Wings', 6566, 41.986, 23.544, 202.248, 127), + (17268945, 'Midnight_Wings', 6566, 42.450, 23.453, 163.251, 127), + (17268946, 'Moon_Bat', 6567, 87.530, 25.425, 184.403, 116), + (17268947, 'Sauromugue_Skink', 6571, 6.276, 23.251, 273.038, 127), + (17268948, 'Sauromugue_Skink', 6571, -42.062, 24.374, 217.061, 127), + (17268949, 'Sauromugue_Skink', 6571, -68.852, 23.731, 220.330, 127), + (17268950, 'Tabar_Beak', 6574, -203.000, 16.000, 305.000, 88), + (17268951, 'Tabar_Beak', 6574, -68.671, 25.638, 293.336, 127), + (17268952, 'Midnight_Wings', 6566, -11.823, 23.550, 154.856, 64), + (17268953, 'Midnight_Wings', 6566, -54.713, 24.121, 309.094, 55), + (17268954, 'Moon_Bat', 6567, -54.000, 24.000, 206.000, 37), + (17268955, 'Sauromugue_Skink', 6571, -70.000, 15.000, 129.000, 66), + (17268956, 'Sauromugue_Skink', 6571, -96.172, 13.792, 144.798, 127), + (17268957, 'Sauromugue_Skink', 6571, -39.379, 15.055, 70.755, 92), + (17268958, 'Tabar_Beak', 6574, -71.000, 24.000, 242.000, 127), + (17268959, 'Tabar_Beak', 6574, -174.000, 15.000, 339.000, 127), + (17268960, 'Midnight_Wings', 6566, -74.048, 14.815, 69.465, 5), + (17268961, 'Midnight_Wings', 6566, -154.000, 15.665, 189.557, 127), + (17268962, 'Moon_Bat', 6567, -130.924, 15.858, 129.700, 127), + (17268963, 'Yagudo_Votary', 6584, -45.976, 21.281, 150.502, 93), + (17268964, 'Yagudo_Herald', 6578, -26.859, 19.394, 139.006, 19), + (17268965, 'Yagudo_Theologist', 6583, -16.612, 22.035, 140.822, 63), + (17268966, 'Yagudo_Drummer', 6577, 81.060, 25.371, 178.632, 75), + (17268967, 'Yagudo_Oracle', 6580, -26.946, 19.514, 139.894, 35), + (17268968, 'Yagudo_s_Elemental', 6582, 0.000, 0.000, 0.000, 0), + (17268969, 'Yagudo_Priest', 6581, -35.000, 24.000, 237.000, 104), + (17268970, 'Yagudo_Interrogator', 6579, 48.762, 23.590, 212.621, 127), + (17268971, 'Wight', 6576, 79.240, 22.363, 169.648, 44), + (17268972, 'Wight', 6576, 149.057, 23.980, 214.744, 100), + (17268973, 'Ignis_Fatuus', 6563, 0.000, 0.000, 0.000, 0), + (17268974, 'Yagudo_Theologist', 6583, -62.696, 23.951, 178.630, 86), + (17268975, 'Yagudo_Oracle', 6580, -85.210, 24.178, 184.528, 126), + (17268976, 'Yagudo_s_Elemental', 6582, 0.000, 0.000, 0.000, 0), + (17268977, 'Yagudo_Priest', 6581, -59.000, 23.000, 183.000, 127), + (17268978, 'Yagudo_Interrogator', 6579, -65.633, 23.781, 180.680, 127), + (17268979, 'Sauromugue_Skink', 6571, -238.175, 16.118, 347.391, 127), + (17268980, 'Sauromugue_Skink', 6571, -125.400, 16.177, 293.940, 127), + (17268981, 'Sauromugue_Skink', 6571, -170.448, 16.044, 266.977, 7), + (17268982, 'Tabar_Beak', 6574, -320.623, 7.578, 362.885, 127), + (17268983, 'Tabar_Beak', 6574, -303.430, 7.607, 364.905, 127), + (17268984, 'Midnight_Wings', 6566, -329.895, 6.461, 325.138, 127), + (17268985, 'Midnight_Wings', 6566, -157.846, 15.968, 326.009, 127), + (17268986, 'Midnight_Wings', 6566, -355.897, -0.093, 351.068, 127), + (17268987, 'Moon_Bat', 6567, -132.738, 15.927, 281.563, 127), + (17268988, 'Sauromugue_Skink', 6571, -227.071, 8.150, 286.204, 127), + (17268989, 'Diving_Beetle', 6546, -187.066, 7.152, 213.929, 93), + (17268990, 'Diving_Beetle', 6546, -209.421, 8.062, 218.649, 127), + (17268991, 'Midnight_Wings', 6566, -282.054, -2.410, 254.329, 74), + (17268992, 'Midnight_Wings', 6566, -299.337, -0.435, 256.215, 127), + (17268993, 'Moon_Bat', 6567, -297.920, 0.244, 244.323, 127), + (17268994, 'Midnight_Wings', 6566, -407.224, -0.009, 345.725, 102), + (17268995, 'Midnight_Wings', 6566, -359.380, -0.320, 319.724, 127), + (17268996, 'Midnight_Wings', 6566, -364.579, -0.406, 244.896, 127), + (17268997, 'Midnight_Wings', 6566, -434.752, -0.116, 351.635, 127), + (17268998, 'Moon_Bat', 6567, -352.612, -0.382, 512.240, 24), + (17268999, 'Moon_Bat', 6567, -380.276, 0.082, 388.384, 127), + (17269000, 'Goblin_Mugger', 6556, -262.820, 0.029, 236.949, 116), + (17269001, 'Goblin_Pathfinder', 6557, -177.169, 15.785, 295.458, 72), + (17269002, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17269003, 'Goblin_Leecher', 6555, -286.751, 7.968, 355.990, 127), + (17269004, 'Goblin_Furrier', 6553, -199.914, 15.579, 400.059, 127), + (17269005, 'Goblin_Gambler', 6554, -263.946, 1.083, 247.909, 127), + (17269006, 'Goblin_Smithy', 6559, -357.899, -0.234, 388.514, 92), + (17269007, 'Goblin_Shaman', 6558, -150.898, 15.624, 290.480, 9), + (17269008, 'Earth_Elemental', 6548, -145.731, 18.042, 299.259, 124), + (17269009, 'Evil_Weapon', 6550, -192.000, 8.000, 177.000, 78), + (17269010, 'Evil_Weapon', 6550, -104.126, 15.008, 76.614, 32), + (17269011, 'Evil_Weapon', 6550, -221.581, 8.015, 213.510, 127), + (17269012, 'Evil_Weapon', 6550, -213.807, 7.009, 209.605, 127), + (17269013, 'Evil_Weapon', 6550, -240.725, 1.853, 223.185, 127), + (17269014, 'Evil_Weapon', 6550, -151.677, 14.433, 140.143, 51), + (17269015, 'Evil_Weapon', 6550, -164.179, 10.037, 143.394, 8), + (17269017, 'Diving_Beetle', 6546, -258.104, 7.783, 67.375, 127), + (17269018, 'Diving_Beetle', 6546, -270.230, 7.692, 79.879, 127), + (17269019, 'Diving_Beetle', 6546, -265.657, 7.717, 48.222, 72), + (17269020, 'Diving_Beetle', 6546, -252.070, 7.427, 67.956, 127), + (17269021, 'Sauromugue_Skink', 6571, -65.433, -2.233, -136.587, 14), + (17269022, 'Hill_Lizard', 6562, -104.524, 4.655, -89.333, 7), + (17269023, 'Hill_Lizard', 6562, -88.428, -0.428, -88.830, 127), + (17269024, 'Midnight_Wings', 6566, -54.449, -1.586, -161.493, 2), + (17269025, 'Midnight_Wings', 6566, -45.171, -1.110, -138.757, 0), + (17269026, 'Moon_Bat', 6567, -76.566, -1.781, -105.042, 127), + (17269027, 'Sauromugue_Skink', 6571, 48.912, -8.660, -244.866, 17), + (17269028, 'Sauromugue_Skink', 6571, -18.580, -8.223, -227.143, 38), + (17269029, 'Hill_Lizard', 6562, -65.566, -13.938, -267.084, 39), + (17269030, 'Hill_Lizard', 6562, -60.486, -8.389, -229.651, 127), + (17269031, 'Hill_Lizard', 6562, -78.069, -17.768, -294.181, 48), + (17269032, 'Midnight_Wings', 6566, 48.169, -8.272, -207.020, 124), + (17269033, 'Midnight_Wings', 6566, -72.596, -17.852, -296.509, 55), + (17269034, 'Moon_Bat', 6567, 55.805, -8.386, -192.452, 5), + (17269035, 'Sauromugue_Skink', 6571, 7.746, -24.646, -324.122, 125), + (17269036, 'Sauromugue_Skink', 6571, 81.016, -8.934, -281.369, 127), + (17269037, 'Hill_Lizard', 6562, 20.878, -19.388, -348.102, 31), + (17269038, 'Hill_Lizard', 6562, 82.944, -14.951, -308.898, 110), + (17269039, 'Hill_Lizard', 6562, 26.352, -8.968, -271.416, 127), + (17269040, 'Midnight_Wings', 6566, -64.515, -23.778, -361.355, 127), + (17269041, 'Midnight_Wings', 6566, -67.297, -23.719, -361.243, 127), + (17269042, 'Moon_Bat', 6567, -69.095, -24.016, -339.168, 75), + (17269043, 'Goblin_Mugger', 6556, 62.763, -16.541, -321.759, 127), + (17269044, 'Goblin_Pathfinder', 6557, -26.319, -15.988, -277.275, 127), + (17269045, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17269046, 'Goblin_Leecher', 6555, -21.776, -0.340, -162.789, 97), + (17269047, 'Goblin_Furrier', 6553, -104.000, -23.000, -361.000, 25), + (17269048, 'Goblin_Gambler', 6554, -53.592, -1.440, -151.978, 69), + (17269049, 'Goblin_Smithy', 6559, 26.230, -12.499, -298.801, 55), + (17269050, 'Goblin_Shaman', 6558, -74.598, -11.293, -253.848, 67), + (17269051, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17269052, 'Wight', 6576, -26.105, -2.011, -172.822, 127), + (17269053, 'Thunder_Elemental', 6575, 92.631, -12.360, -306.195, 61), + (17269054, 'Goblin_Pathfinder', 6557, -65.000, -23.000, -337.000, 56), + (17269055, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17269056, 'Goblin_Furrier', 6553, -100.000, -23.000, -374.000, 89), + (17269057, 'Goblin_Smithy', 6559, -60.389, -24.113, -340.051, 127), + (17269058, 'Goblin_Shaman', 6558, -60.608, -24.269, -336.429, 127), + (17269059, 'Sauromugue_Skink', 6571, 268.431, -0.197, -335.464, 127), + (17269060, 'Sauromugue_Skink', 6571, 281.247, -0.155, -330.767, 65), + (17269061, 'Hill_Lizard', 6562, 221.082, -0.393, -240.272, 38), + (17269062, 'Hill_Lizard', 6562, 200.723, -0.425, -234.163, 104), + (17269063, 'Hill_Lizard', 6562, 327.438, -0.413, -320.507, 78), + (17269064, 'Midnight_Wings', 6566, 299.494, -1.292, -293.739, 127), + (17269065, 'Midnight_Wings', 6566, 274.561, 0.246, -337.518, 127), + (17269066, 'Moon_Bat', 6567, 231.401, -1.405, -257.988, 36), + (17269067, 'Sauromugue_Skink', 6571, 253.532, 7.810, -189.870, 127), + (17269068, 'Sauromugue_Skink', 6571, 190.630, -1.172, -199.742, 32), + (17269069, 'Hill_Lizard', 6562, 293.507, 7.195, -183.203, 127), + (17269070, 'Hill_Lizard', 6562, 264.805, 7.393, -182.637, 111), + (17269071, 'Hill_Lizard', 6562, 215.820, 2.210, -197.760, 127), + (17269072, 'Midnight_Wings', 6566, 256.404, 7.616, -215.847, 127), + (17269073, 'Midnight_Wings', 6566, 272.440, 7.682, -242.035, 127), + (17269074, 'Moon_Bat', 6567, 202.277, -1.077, -199.786, 62), + (17269075, 'Goblin_Mugger', 6556, 246.311, 7.748, -197.269, 127), + (17269076, 'Goblin_Pathfinder', 6557, 256.261, 6.924, -223.050, 72), + (17269077, 'Goblin_s_Beetle', 6560, 0.000, 0.000, 0.000, 0), + (17269078, 'Goblin_Leecher', 6555, 234.539, 7.315, -190.176, 127), + (17269079, 'Goblin_Furrier', 6553, 244.825, 7.055, -236.421, 127), + (17269080, 'Goblin_Gambler', 6554, 256.886, 0.175, -319.333, 122), + (17269081, 'Goblin_Smithy', 6559, 287.167, -0.208, -338.450, 127), + (17269082, 'Goblin_Shaman', 6558, 300.809, 7.784, -252.689, 123), + (17269083, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17269084, 'Wight', 6576, 0.000, 0.000, 0.000, 0), + (17269085, 'Thunder_Elemental', 6575, 259.788, 8.445, -239.895, 127), + (17269086, 'Evil_Spirit', 6549, 494.116, 8.056, -188.336, 108), + (17269087, 'Evil_Spirit', 6549, 581.916, 8.402, -9.893, 4), + (17269088, 'Evil_Spirit', 6549, 492.169, 24.291, 76.011, 127), + (17269089, 'Evil_Spirit', 6549, 498.400, 17.975, 141.221, 107), + (17269090, 'Evil_Spirit', 6549, 494.020, 24.030, 189.699, 53), + (17269091, 'Evil_Spirit', 6549, 374.740, 32.024, 152.435, 36), + (17269092, 'Evil_Spirit', 6549, 327.460, 10.613, -112.227, 127), + (17269093, 'Evil_Spirit', 6549, 373.773, 16.437, -196.929, 10), + (17269094, 'Evil_Spirit', 6549, 145.819, 24.294, 183.554, 121), + (17269095, 'Evil_Spirit', 6549, -78.832, 1.204, 48.468, 127), + (17269096, 'Evil_Spirit', 6549, -136.467, 15.156, 220.232, 126), + (17269097, 'Evil_Spirit', 6549, -120.432, 9.868, 170.654, 127), + (17269098, 'Evil_Spirit', 6549, 2.998, -14.381, -203.639, 127), + (17269099, 'Evil_Spirit', 6549, 47.428, -7.902, -275.740, 127), + (17269100, 'Evil_Spirit', 6549, -11.558, -23.906, -332.570, 35), + (17269101, 'Evil_Spirit', 6549, 170.665, 0.072, -216.500, 108), + (17269102, 'Evil_Spirit', 6549, 230.089, -0.947, -287.665, 127), + (17269103, 'Evil_Spirit', 6549, 292.167, 8.070, -208.530, 79), + (17269104, 'Evil_Spirit', 6549, 339.736, 0.111, -294.982, 59), + (17269105, 'Goblin_Digger', 6552, 481.391, 23.461, 122.486, 127), + (17269106, 'Roc', 6569, 232.000, -0.010, -327.000, 127), + (17269107, 'Climbpix_Highrise', 6543, 481.000, 23.461, 122.486, 0), + (17269108, 'Sprite', 6573, 0.000, 0.000, 0.000, 0), + (17269109, 'Sprite', 6573, 0.000, 0.000, 0.000, 0), + (17269110, 'Sprite', 6573, 0.000, 0.000, 0.000, 0), + (17269111, 'Sprite', 6573, 0.000, 0.000, 0.000, 0), + (17269112, 'Sprite', 6573, 0.000, 0.000, 0.000, 0), + (17269113, 'Balam-Agab', 6540, 120.000, 15.500, 120.000, 95), + (17269114, 'Dribblix_Greasemaw', 6547, 0.000, 0.000, 0.000, 0), + (17269168, 'Goblin_Bounty_Hunter', 6551, 0.000, 0.000, 0.000, 0), + (17269169, 'Goblin_Bounty_Hunter', 6551, 0.000, 0.000, 0.000, 0), + (17269170, 'Goblin_Bounty_Hunter', 6551, 0.000, 0.000, 0.000, 0), + (17269171, 'Goblin_Bounty_Hunter', 6551, 0.000, 0.000, 0.000, 0), + (17269172, 'Goblin_Bounty_Hunter', 6551, 0.000, 0.000, 0.000, 0), + (17269237, 'Larzos', 6565, 0.000, 0.000, 0.000, 0), + (17272833, 'Greater_Pugil', 6607, 0.000, 0.000, 0.000, 0), + (17272834, 'Clipper', 6588, 0.000, 0.000, 0.000, 0), + (17272835, 'Greater_Pugil', 6607, 0.000, 0.000, 0.000, 0), + (17272836, 'Bigclaw', 6587, 0.000, 0.000, 0.000, 0), + (17272837, 'Apsaras', 6586, 0.000, 0.000, 0.000, 0), + (17272838, 'Guardian_Treant', 6609, 635.000, -1.000, -151.000, 114), + (17272839, 'Doomed_Pilgrims', 6589, 231.000, 0.100, 284.000, 15), + (17272840, 'Goblin_Mugger', 6598, -310.139, 0.284, -419.161, 76), + (17272841, 'Goblin_Mugger', 6598, -316.794, -0.243, -408.387, 127), + (17272842, 'Goblin_Mugger', 6598, -329.991, 0.341, -419.109, 127), + (17272843, 'Goblin_Gambler', 6596, -318.842, -0.453, -400.755, 127), + (17272844, 'Ancient_Bat', 6585, -381.573, -0.247, -428.431, 123), + (17272845, 'Ancient_Bat', 6585, -331.508, 0.406, -420.047, 55), + (17272846, 'Ancient_Bat', 6585, -330.794, -0.388, -401.936, 75), + (17272847, 'Goblin_Mugger', 6598, -216.078, -0.972, -421.071, 65), + (17272848, 'Goblin_Mugger', 6598, -194.520, 0.233, -384.632, 46), + (17272849, 'Goblin_Mugger', 6598, -226.437, -0.851, -350.072, 29), + (17272850, 'Goblin_Gambler', 6596, -249.331, -0.359, -364.213, 127), + (17272851, 'Ancient_Bat', 6585, -227.471, -0.096, -412.688, 127), + (17272852, 'Ancient_Bat', 6585, -164.526, 0.300, -340.085, 127), + (17272853, 'Ancient_Bat', 6585, -240.155, -0.298, -394.918, 127), + (17272854, 'Goblin_Mugger', 6598, -122.093, 0.219, -298.906, 127), + (17272855, 'Goblin_Mugger', 6598, -124.995, -0.392, -243.426, 127), + (17272856, 'Goblin_Gambler', 6596, -135.146, 0.030, -279.890, 127), + (17272857, 'Goblin_Gambler', 6596, -130.476, 0.045, -255.412, 127), + (17272858, 'Ancient_Bat', 6585, -175.064, 0.255, -283.203, 95), + (17272859, 'Ancient_Bat', 6585, -142.000, 0.086, -286.000, 13), + (17272860, 'Ancient_Bat', 6585, -132.530, -0.053, -320.353, 127), + (17272861, 'Goblin_Mugger', 6598, -137.572, 0.875, -459.492, 106), + (17272862, 'Ancient_Bat', 6585, -133.062, 1.546, -456.575, 14), + (17272863, 'Ancient_Bat', 6585, -155.279, -0.447, -444.187, 33), + (17272864, 'Ancient_Bat', 6585, -144.882, -0.429, -456.809, 127), + (17272865, 'Goblin_Mugger', 6598, -104.459, 0.165, -357.965, 53), + (17272866, 'Goblin_Mugger', 6598, -110.737, 0.460, -343.969, 127), + (17272867, 'Goblin_Gambler', 6596, -7.154, -0.555, -447.530, 12), + (17272868, 'Goblin_Gambler', 6596, -91.102, -0.193, -364.257, 41), + (17272869, 'Goblin_Gambler', 6596, -96.934, 0.319, -355.844, 24), + (17272870, 'Ancient_Bat', 6585, -74.325, -0.208, -349.479, 127), + (17272871, 'Ancient_Bat', 6585, -3.803, -0.202, -390.020, 127), + (17272872, 'Ancient_Bat', 6585, 4.410, -0.165, -428.477, 127), + (17272873, 'Goblin_Leecher', 6597, 192.136, -1.591, -394.037, 127), + (17272874, 'Goblin_Leecher', 6597, 164.552, -0.501, -396.804, 127), + (17272875, 'Ancient_Bat', 6585, 149.493, -0.295, -392.586, 113), + (17272876, 'Ancient_Bat', 6585, 183.635, -0.775, -404.012, 82), + (17272877, 'Goblin_Leecher', 6597, 116.513, -0.474, -316.347, 78), + (17272878, 'Goblin_Leecher', 6597, 98.225, 0.733, -337.802, 83), + (17272879, 'Ancient_Bat', 6585, 64.739, 2.172, -344.266, 95), + (17272880, 'Ancient_Bat', 6585, 106.369, 0.066, -332.192, 127), + (17272881, 'Ancient_Bat', 6585, 124.841, -0.321, -315.239, 127), + (17272882, 'Goblin_Mugger', 6598, 206.796, -1.068, -307.350, 127), + (17272883, 'Goblin_Gambler', 6596, 244.212, -0.464, -359.460, 111), + (17272884, 'Goblin_Leecher', 6597, 197.144, -0.167, -352.672, 62), + (17272885, 'Goblin_Leecher', 6597, 242.012, 0.173, -337.233, 127), + (17272886, 'Ancient_Bat', 6585, 234.590, -0.609, -337.501, 127), + (17272887, 'Ancient_Bat', 6585, 240.998, 0.363, -338.822, 127), + (17272888, 'Ancient_Bat', 6585, 215.876, 0.058, -323.574, 41), + (17272889, 'Goblin_Leecher', 6597, 252.518, -0.487, -287.352, 44), + (17272890, 'Goblin_Leecher', 6597, 281.361, -0.486, -243.541, 121), + (17272891, 'Goblin_Smithy', 6602, 333.723, 0.069, -286.309, 45), + (17272892, 'Ancient_Bat', 6585, 278.271, 0.221, -218.285, 127), + (17272893, 'Ancient_Bat', 6585, 260.969, -1.184, -266.727, 127), + (17272894, 'Ancient_Bat', 6585, 295.823, -1.774, -231.638, 127), + (17272895, 'Goblin_Leecher', 6597, 376.092, 0.635, -289.693, 127), + (17272896, 'Goblin_Smithy', 6602, 368.438, -1.423, -287.250, 87), + (17272897, 'Goblin_Smithy', 6602, 364.598, -0.509, -318.031, 127), + (17272898, 'Goblin_Smithy', 6602, 424.294, 0.418, -273.349, 127), + (17272899, 'Ancient_Bat', 6585, 352.578, -0.117, -307.170, 99), + (17272900, 'Ancient_Bat', 6585, 368.652, -2.016, -294.342, 83), + (17272901, 'Ancient_Bat', 6585, 352.926, -0.301, -280.365, 127), + (17272902, 'Ancient_Bat', 6585, 408.883, -0.280, -267.318, 97), + (17272903, 'Goblin_Smithy', 6602, 431.221, -0.259, -246.373, 77), + (17272904, 'Goblin_Smithy', 6602, 422.841, 0.347, -200.632, 76), + (17272905, 'Goblin_Furrier', 6595, 416.781, 0.224, -206.024, 127), + (17272906, 'Ancient_Bat', 6585, 468.347, -0.002, -271.195, 127), + (17272907, 'Ancient_Bat', 6585, 428.382, -0.518, -232.397, 127), + (17272908, 'Ancient_Bat', 6585, 430.069, -1.604, -219.954, 127), + (17272909, 'Ogrefly', 6629, 332.127, -1.340, -143.263, 127), + (17272910, 'Ogrefly', 6629, 410.903, 0.014, -145.601, 127), + (17272911, 'Ogrefly', 6629, 270.828, -0.527, -127.314, 127), + (17272912, 'Ogrefly', 6629, 296.595, -0.260, -124.438, 127), + (17272913, 'Lesser_Gaylas', 6622, 277.586, -2.466, -122.787, 24), + (17272914, 'Lesser_Gaylas', 6622, 346.783, -0.148, -138.446, 127), + (17272915, 'Elusive_Edwin', 6590, 0.000, 0.000, 0.000, 0), + (17272916, 'Ancient_Bat', 6585, 463.297, 1.301, -182.913, 39), + (17272917, 'Ancient_Bat', 6585, 510.281, 2.410, -183.564, 127), + (17272918, 'Goblin_Smithy', 6602, 559.034, 0.481, -180.080, 106), + (17272919, 'Goblin_Furrier', 6595, 605.338, 0.233, -138.102, 127), + (17272920, 'Goblin_Furrier', 6595, 640.000, -0.339, -184.000, 127), + (17272921, 'Goblin_Furrier', 6595, 598.000, -0.438, -197.000, 77), + (17272922, 'Ancient_Bat', 6585, 582.281, 0.378, -167.791, 127), + (17272923, 'Ancient_Bat', 6585, 598.072, -0.470, -124.724, 75), + (17272924, 'Ancient_Bat', 6585, 600.030, 0.065, -147.191, 127), + (17272925, 'Lesser_Gaylas', 6622, 469.383, 2.132, -378.926, 25), + (17272926, 'Lesser_Gaylas', 6622, 461.340, 2.263, -362.960, 63), + (17272927, 'Goobbue_Gardener', 6605, 473.553, -0.341, -527.942, 30), + (17272928, 'Goobbue_Gardener', 6605, 470.032, -0.363, -516.560, 49), + (17272929, 'Goobbue_Gardener', 6605, 512.123, -0.133, -485.713, 127), + (17272930, 'Goobbue_Gardener', 6605, 484.706, 0.152, -453.651, 127), + (17272931, 'Lesser_Gaylas', 6622, 518.503, -0.344, -471.306, 127), + (17272932, 'Lesser_Gaylas', 6622, 511.562, -0.218, -489.245, 39), + (17272933, 'Lesser_Gaylas', 6622, 478.666, -1.425, -472.712, 127), + (17272934, 'Revenant', 6631, 478.813, -0.273, -527.363, 36), + (17272935, 'Goobbue_Gardener', 6605, 411.000, -0.288, -639.000, 127), + (17272936, 'Goobbue_Gardener', 6605, 450.772, -1.079, -631.873, 116), + (17272937, 'Goobbue_Gardener', 6605, 436.541, -0.490, -640.985, 127), + (17272938, 'Lesser_Gaylas', 6622, 450.588, -1.049, -632.145, 127), + (17272939, 'Lesser_Gaylas', 6622, 439.909, -0.363, -588.984, 118), + (17272940, 'Lesser_Gaylas', 6622, 441.260, 0.358, -620.494, 127), + (17272941, 'Goobbue_Gardener', 6605, 365.399, -0.487, -612.079, 55), + (17272942, 'Goobbue_Gardener', 6605, 360.000, -0.314, -559.000, 127), + (17272943, 'Lesser_Gaylas', 6622, 394.000, -0.125, -635.000, 127), + (17272944, 'Lesser_Gaylas', 6622, 351.000, 0.201, -592.000, 127), + (17272945, 'Lesser_Gaylas', 6622, 375.931, -0.543, -549.646, 127), + (17272946, 'Goobbue_Parasite', 6606, -215.536, 0.920, -379.287, 127), + (17272947, 'Goobbue_Parasite', 6606, -216.086, 1.006, -387.509, 127), + (17272948, 'Goobbue_Parasite', 6606, -31.130, 0.546, -415.488, 127), + (17272949, 'Goobbue_Parasite', 6606, -17.419, 0.190, -416.169, 127), + (17272950, 'Goobbue_Parasite', 6606, 18.397, 3.220, -333.345, 127), + (17272951, 'Goobbue_Parasite', 6606, 17.721, 3.276, -334.074, 74), + (17272952, 'Goobbue_Parasite', 6606, 413.362, 0.710, -295.656, 127), + (17272953, 'Goobbue_Parasite', 6606, 427.008, 0.335, -307.527, 83), + (17272954, 'Goobbue_Parasite', 6606, 459.089, 0.835, -450.631, 127), + (17272955, 'Goobbue_Parasite', 6606, 455.387, 0.316, -452.399, 127), + (17272956, 'Rock_Golem', 6632, -179.042, -0.027, -346.532, 127), + (17272957, 'Rock_Golem', 6632, 23.359, -1.466, -420.430, 127), + (17272959, 'Rock_Golem', 6632, 418.716, -0.068, -299.483, 127), + (17272960, 'Rock_Golem', 6632, 501.088, 0.684, -580.998, 127), + (17272961, 'Ogrefly', 6629, 422.106, 2.145, -115.554, 127), + (17272962, 'Goobbue_Gardener', 6605, 427.000, -0.322, -31.000, 0), + (17272963, 'Ogrefly', 6629, 440.827, -0.496, 2.581, 127), + (17272964, 'Ogrefly', 6629, 429.561, -0.320, -53.969, 127), + (17272965, 'Ogrefly', 6629, 414.738, -0.966, -37.011, 107), + (17272966, 'Lesser_Gaylas', 6622, 445.331, -0.450, 0.978, 14), + (17272967, 'Lesser_Gaylas', 6622, 393.419, -0.374, -36.295, 127), + (17272968, 'Goobbue_Gardener', 6605, 273.000, -0.510, 8.000, 127), + (17272969, 'Ogrefly', 6629, 287.938, -0.784, 13.003, 127), + (17272970, 'Ogrefly', 6629, 277.000, -0.372, 34.000, 87), + (17272971, 'Ogrefly', 6629, 300.000, 1.000, 130.000, 127), + (17272972, 'Ogrefly', 6629, 316.542, -0.448, 76.102, 127), + (17272973, 'Lesser_Gaylas', 6622, 283.295, -0.471, 41.420, 67), + (17272974, 'Lesser_Gaylas', 6622, 267.574, -1.361, 15.056, 82), + (17272975, 'Puroboros', 6630, 272.597, -0.420, 45.920, 127), + (17272976, 'Goobbue_Gardener', 6605, 331.379, -0.267, 171.748, 127), + (17272977, 'Goobbue_Gardener', 6605, 319.939, -0.037, 187.231, 127), + (17272978, 'Keeper_of_Halidom', 6620, 312.000, -0.500, 159.000, 127), + (17272979, 'Ogrefly', 6629, 318.453, -0.457, 157.353, 127), + (17272980, 'Ogrefly', 6629, 320.426, -0.172, 228.977, 18), + (17272981, 'Ogrefly', 6629, 332.443, -0.440, 243.039, 127), + (17272982, 'Ogrefly', 6629, 321.646, 0.099, 223.626, 127), + (17272983, 'Ogrefly', 6629, 305.826, 0.422, 174.426, 127), + (17272984, 'Lesser_Gaylas', 6622, 335.009, 0.325, 187.433, 127), + (17272985, 'Lesser_Gaylas', 6622, 291.651, -0.107, 160.066, 77), + (17272986, 'Puroboros', 6630, 366.350, -0.700, 203.074, 86), + (17272987, 'Ogrefly', 6629, 240.486, -0.457, 283.328, 127), + (17272988, 'Ogrefly', 6629, 253.712, 0.052, 281.493, 0), + (17272989, 'Ogrefly', 6629, 253.291, -0.344, 275.189, 30), + (17272990, 'Lesser_Gaylas', 6622, 277.000, -0.065, 278.000, 127), + (17272991, 'Revenant', 6631, 0.000, 0.000, 0.000, 0), + (17272992, 'Revenant', 6631, 0.000, 0.000, 0.000, 0), + (17272993, 'Rock_Golem', 6632, 293.559, -1.257, 62.537, 53), + (17272994, 'Rock_Golem', 6632, 345.633, 0.069, 215.654, 122), + (17272995, 'Goobbue_Parasite', 6606, 348.214, 0.631, 206.831, 120), + (17272996, 'Goobbue_Parasite', 6606, 347.584, 1.037, 225.765, 127), + (17272997, 'Goblin_Robber', 6601, -84.000, -0.390, -177.000, 127), + (17272998, 'Goblin_Robber', 6601, -95.000, -2.000, -217.000, 127), + (17272999, 'Lesser_Gaylas', 6622, -110.000, -0.475, -234.000, 127), + (17273000, 'Lesser_Gaylas', 6622, -91.599, -0.236, -233.734, 104), + (17273001, 'Water_Elemental', 6636, -96.572, -3.493, -214.771, 47), + (17273002, 'Goblin_Robber', 6601, 249.407, 0.536, -190.162, 124), + (17273003, 'Goblin_Robber', 6601, 237.000, 0.638, -156.000, 127), + (17273004, 'Lesser_Gaylas', 6622, 246.123, 0.564, -186.921, 127), + (17273005, 'Lesser_Gaylas', 6622, 262.339, -0.395, -193.665, 127), + (17273006, 'Water_Elemental', 6636, 0.000, 0.000, 0.000, 0), + (17273007, 'Goblin_Trader', 6604, -89.641, -0.346, -158.785, 127), + (17273008, 'Goblin_s_Leech', 6603, 0.000, 0.000, 0.000, 0), + (17273009, 'Goblin_Robber', 6601, -86.493, -0.389, -202.975, 127), + (17273010, 'Ogrefly', 6629, -39.042, -1.139, -120.409, 127), + (17273011, 'Ogrefly', 6629, -67.799, 0.034, -159.114, 122), + (17273012, 'Lesser_Gaylas', 6622, -77.720, -0.437, -159.494, 127), + (17273013, 'Lesser_Gaylas', 6622, -93.389, -1.458, -191.816, 127), + (17273014, 'Goblin_Trader', 6604, -23.020, 0.338, -74.430, 127), + (17273015, 'Goblin_s_Leech', 6603, 0.000, 0.000, 0.000, 0), + (17273016, 'Goblin_Robber', 6601, 1.416, -2.567, -129.904, 127), + (17273017, 'Ogrefly', 6629, -2.482, -0.370, -169.392, 127), + (17273018, 'Ogrefly', 6629, -4.921, -2.361, -130.352, 127), + (17273019, 'Ogrefly', 6629, -23.181, 0.184, -77.784, 121), + (17273020, 'Lesser_Gaylas', 6622, 0.144, 0.283, -100.559, 55), + (17273021, 'Lesser_Gaylas', 6622, -7.263, -2.541, -130.776, 74), + (17273022, 'Goblin_Robber', 6601, 106.416, -1.579, -174.548, 18), + (17273023, 'Ogrefly', 6629, 126.885, -0.379, -158.240, 33), + (17273024, 'Ogrefly', 6629, 83.153, -0.374, -150.779, 4), + (17273025, 'Lesser_Gaylas', 6622, 141.260, -0.670, -133.481, 127), + (17273026, 'Lesser_Gaylas', 6622, 126.000, -0.372, -145.000, 127), + (17273027, 'Lesser_Gaylas', 6622, 114.853, -0.379, -166.964, 127), + (17273028, 'Thunder_Elemental', 6635, 115.175, -0.433, -153.442, 127), + (17273029, 'Ogrefly', 6629, 156.990, -0.463, -115.925, 127), + (17273030, 'Ogrefly', 6629, 229.321, -0.133, -144.731, 22), + (17273031, 'Ogrefly', 6629, 176.499, 0.175, -135.811, 5), + (17273032, 'Lesser_Gaylas', 6622, 182.865, 1.167, -135.877, 21), + (17273033, 'Lesser_Gaylas', 6622, 171.484, 0.004, -130.012, 127), + (17273034, 'Lesser_Gaylas', 6622, 216.444, 0.950, -146.272, 41), + (17273035, 'Goblin_Trader', 6604, -7.000, -0.442, -14.000, 127), + (17273036, 'Goblin_s_Leech', 6603, 0.000, 0.000, 0.000, 0), + (17273037, 'Goblin_Robber', 6601, 42.361, -0.478, -36.640, 127), + (17273038, 'Ogrefly', 6629, -7.932, -0.333, -43.046, 127), + (17273039, 'Ogrefly', 6629, 39.456, -0.155, -29.098, 75), + (17273040, 'Lesser_Gaylas', 6622, 9.348, 0.411, -22.694, 64), + (17273041, 'Lesser_Gaylas', 6622, 33.570, -0.408, -42.945, 77), + (17273042, 'Lesser_Gaylas', 6622, 17.483, 0.407, -52.886, 121), + (17273043, 'Goblin_Trader', 6604, 53.242, -1.497, -12.407, 21), + (17273044, 'Goblin_s_Leech', 6603, 0.000, 0.000, 0.000, 0), + (17273045, 'Goblin_Robber', 6601, 40.558, -0.048, 52.919, 127), + (17273046, 'Goobbue_Parasite', 6606, 51.304, 0.337, 21.579, 127), + (17273047, 'Ogrefly', 6629, 87.628, -0.331, 40.033, 60), + (17273048, 'Ogrefly', 6629, 36.640, -0.373, 3.877, 127), + (17273049, 'Lesser_Gaylas', 6622, 64.555, 0.214, 39.884, 127), + (17273050, 'Lesser_Gaylas', 6622, 69.015, -0.706, 24.043, 127), + (17273051, 'Goblin_Trader', 6604, -1.743, -0.263, 28.286, 127), + (17273052, 'Goblin_s_Leech', 6603, 0.000, 0.000, 0.000, 0), + (17273053, 'Goblin_Robber', 6601, -35.233, -0.583, 48.891, 114), + (17273054, 'Goobbue_Parasite', 6606, -30.397, 0.376, 24.287, 32), + (17273055, 'Ogrefly', 6629, -3.240, -1.544, 44.246, 75), + (17273056, 'Ogrefly', 6629, -17.943, -0.921, 15.054, 46), + (17273057, 'Lesser_Gaylas', 6622, -48.509, -0.036, 47.164, 127), + (17273058, 'Lesser_Gaylas', 6622, -21.599, -0.388, 23.250, 5), + (17273059, 'Goblin_Robber', 6601, 75.150, -0.375, 89.907, 127), + (17273060, 'Goobbue_Parasite', 6606, 86.954, -0.625, 86.721, 14), + (17273061, 'Goobbue_Parasite', 6606, 42.288, -0.290, 73.245, 127), + (17273062, 'Goobbue_Parasite', 6606, 48.304, -0.261, 84.826, 127), + (17273063, 'Goobbue_Parasite', 6606, 30.236, 0.195, 72.334, 123), + (17273064, 'Ogrefly', 6629, 69.517, -0.009, 78.053, 127), + (17273065, 'Ogrefly', 6629, 51.423, 0.047, 94.688, 123), + (17273066, 'Lesser_Gaylas', 6622, 40.219, -0.451, 118.145, 119), + (17273067, 'Lesser_Gaylas', 6622, 72.063, -0.316, 80.882, 54), + (17273068, 'Goblin_Trader', 6604, -26.490, -3.153, 90.316, 127), + (17273069, 'Goblin_s_Leech', 6603, 0.000, 0.000, 0.000, 0), + (17273070, 'Goobbue_Parasite', 6606, -41.946, -0.061, 108.557, 127), + (17273071, 'Goobbue_Parasite', 6606, -65.559, 0.254, 79.911, 127), + (17273072, 'Goobbue_Parasite', 6606, -91.665, -0.103, 76.118, 83), + (17273073, 'Goobbue_Parasite', 6606, -4.552, -1.196, 111.880, 127), + (17273074, 'Ogrefly', 6629, -28.939, -0.018, 78.912, 127), + (17273075, 'Lesser_Gaylas', 6622, -75.349, -0.198, 87.485, 100), + (17273076, 'Lesser_Gaylas', 6622, -24.806, 0.613, 68.907, 35), + (17273077, 'Revenant', 6631, 0.000, 0.000, 0.000, 0), + (17273078, 'Rock_Golem', 6632, 17.000, 0.463, -145.000, 127), + (17273079, 'Rock_Golem', 6632, 15.022, -0.534, -21.297, 95), + (17273080, 'Rock_Golem', 6632, -22.430, -0.872, 54.846, 26), + (17273081, 'Rock_Golem', 6632, 44.042, 0.030, 137.711, 127), + (17273082, 'Goobbue_Parasite', 6606, -12.721, 0.625, -92.844, 0), + (17273083, 'Goobbue_Parasite', 6606, -14.638, 0.809, -97.349, 127), + (17273084, 'Goobbue_Parasite', 6606, 68.758, 0.940, 55.522, 55), + (17273085, 'Goobbue_Parasite', 6606, 60.563, 0.980, 49.053, 47), + (17273086, 'Goobbue_Parasite', 6606, 23.415, 0.065, 97.302, 75), + (17273087, 'Goobbue_Parasite', 6606, 19.965, 0.821, 109.386, 127), + (17273088, 'Goobbue_Parasite', 6606, -86.222, -0.294, 46.607, 76), + (17273089, 'Goobbue_Parasite', 6606, -103.026, -3.891, 57.329, 26), + (17273090, 'Lesser_Gaylas', 6622, -50.000, -0.657, 72.000, 127), + (17273091, 'Lesser_Gaylas', 6622, -112.607, -0.745, 62.101, 81), + (17273092, 'Master_Coeurl', 6625, -91.317, -2.124, 53.767, 11), + (17273093, 'Hell_Hound', 6610, -44.000, -0.861, 13.000, 22), + (17273094, 'Water_Elemental', 6636, -106.204, -3.368, 60.872, 127), + (17273095, 'Goobbue_Parasite', 6606, -137.100, 3.254, -91.120, 127), + (17273096, 'Goobbue_Parasite', 6606, -137.844, 3.267, -92.781, 54), + (17273097, 'Lesser_Gaylas', 6622, -159.157, 2.316, -98.660, 2), + (17273098, 'Goobbue_Parasite', 6606, -255.000, -0.500, -68.000, 113), + (17273099, 'Goobbue_Parasite', 6606, -221.000, -0.593, -69.000, 29), + (17273100, 'Goobbue_Parasite', 6606, -197.586, -0.377, -88.750, 84), + (17273101, 'Lesser_Gaylas', 6622, -223.107, -0.425, -79.886, 127), + (17273102, 'Lesser_Gaylas', 6622, -209.370, -1.381, -81.164, 113), + (17273103, 'Master_Coeurl', 6625, -249.565, -0.694, -84.230, 104), + (17273104, 'Hell_Hound', 6610, -203.724, -1.586, -78.387, 86), + (17273105, 'Thunder_Elemental', 6635, -231.601, -1.828, -64.859, 127), + (17273106, 'Goblin_Poacher', 6599, -119.629, -0.460, 40.698, 96), + (17273107, 'Goblin_Poacher', 6599, -128.731, -1.645, 26.765, 91), + (17273108, 'Goobbue_Parasite', 6606, -162.025, -0.498, 40.922, 127), + (17273109, 'Goobbue_Parasite', 6606, -180.347, 0.417, 43.967, 45), + (17273110, 'Goobbue_Parasite', 6606, -131.060, -0.142, 37.516, 25), + (17273111, 'Goblin_Reaper', 6600, -251.705, -0.512, -4.587, 0), + (17273112, 'Goblin_Reaper', 6600, -305.125, -0.407, -1.871, 127), + (17273113, 'Goblin_Poacher', 6599, -316.077, -0.522, -11.152, 127), + (17273114, 'Goobbue_Parasite', 6606, -285.060, -0.406, -4.816, 115), + (17273115, 'Goobbue_Parasite', 6606, -277.523, -0.498, 0.013, 127), + (17273116, 'Ogrefly', 6629, -268.337, -0.124, 0.064, 127), + (17273117, 'Ogrefly', 6629, -301.205, -0.539, -7.389, 24), + (17273118, 'Goblin_Reaper', 6600, -272.534, -0.623, 37.512, 0), + (17273119, 'Goblin_Poacher', 6599, -221.706, -0.538, 18.922, 36), + (17273120, 'Goblin_Poacher', 6599, -219.272, -1.695, 13.643, 19), + (17273121, 'Goobbue_Parasite', 6606, -262.537, 0.514, 29.097, 127), + (17273122, 'Ogrefly', 6629, -257.696, 0.363, 48.247, 127), + (17273123, 'Ogrefly', 6629, -266.464, -0.185, 51.826, 123), + (17273124, 'Thunder_Elemental', 6635, -264.102, 0.446, 31.809, 55), + (17273125, 'Goblin_Reaper', 6600, -214.760, 0.636, 50.711, 127), + (17273126, 'Goblin_Poacher', 6599, -201.368, -0.494, 76.274, 127), + (17273127, 'Goblin_Poacher', 6599, -204.480, -0.387, 84.943, 88), + (17273128, 'Goobbue_Parasite', 6606, -209.459, -2.493, 42.153, 127), + (17273129, 'Goobbue_Parasite', 6606, -208.769, 0.469, 59.715, 127), + (17273130, 'Ogrefly', 6629, -201.274, -0.354, 89.797, 127), + (17273131, 'Ogrefly', 6629, -214.680, -0.745, 78.536, 82), + (17273132, 'Rock_Golem', 6632, -269.373, -0.260, 14.087, 101), + (17273133, 'Thunder_Elemental', 6635, -311.789, -1.822, -14.682, 112), + (17273134, 'Rock_Golem', 6632, -221.449, -0.898, 61.303, 127), + (17273135, 'Master_Coeurl', 6625, -354.614, -1.406, -2.313, 127), + (17273136, 'Master_Coeurl', 6625, -364.633, -0.425, 46.082, 127), + (17273137, 'Master_Coeurl', 6625, -367.460, -0.323, 5.280, 99), + (17273138, 'Master_Coeurl', 6625, -360.967, 0.348, 16.978, 127), + (17273139, 'Hell_Hound', 6610, -378.000, -0.394, 23.000, 127), + (17273140, 'Hell_Hound', 6610, -343.732, -0.147, 53.275, 127), + (17273141, 'Master_Coeurl', 6625, -425.504, 0.196, 46.616, 22), + (17273142, 'Master_Coeurl', 6625, -395.000, 0.073, 34.000, 120), + (17273143, 'Hell_Hound', 6610, -406.505, 0.509, 65.168, 37), + (17273144, 'Hell_Hound', 6610, -413.455, -2.611, 51.224, 127), + (17273145, 'Water_Elemental', 6636, 0.000, 0.000, 0.000, 0), + (17273146, 'Master_Coeurl', 6625, -436.000, -0.010, -73.000, 127), + (17273147, 'Hell_Hound', 6610, -414.472, 2.299, -9.995, 21), + (17273148, 'Rock_Golem', 6632, -423.000, -0.510, -63.000, 127), + (17273149, 'Rot_Prowler', 6633, -435.460, -0.120, -92.291, 127), + (17273150, 'Rot_Prowler', 6633, -396.989, -0.927, -128.103, 89), + (17273151, 'Rot_Prowler', 6633, -403.235, 0.309, -139.276, 127), + (17273152, 'Master_Coeurl', 6625, -415.883, 0.016, -140.174, 127), + (17273153, 'Master_Coeurl', 6625, -397.115, 0.331, -142.430, 63), + (17273154, 'Hell_Hound', 6610, -410.084, -0.154, -134.195, 127), + (17273155, 'Puroboros', 6630, -429.954, -0.464, -102.346, 77), + (17273156, 'Rot_Prowler', 6633, -376.873, 0.333, -153.212, 127), + (17273157, 'Rot_Prowler', 6633, -380.072, 0.351, -155.950, 105), + (17273158, 'Lost_Soul', 6624, -350.021, -0.404, -162.338, 58), + (17273159, 'Master_Coeurl', 6625, -341.859, 1.447, -183.426, 127), + (17273160, 'Hell_Hound', 6610, -392.726, -0.363, -150.062, 127), + (17273161, 'Puroboros', 6630, -375.987, -0.014, -146.995, 127), + (17273162, 'Rock_Golem', 6632, -431.205, -0.340, -113.855, 127), + (17273163, 'Rock_Golem', 6632, -360.000, -0.010, -166.000, 60), + (17273164, 'Revenant', 6631, -340.190, 3.279, -209.933, 127), + (17273165, 'Master_Coeurl', 6625, -339.286, 2.044, 92.486, 98), + (17273166, 'Hell_Hound', 6610, -340.705, 2.354, 121.806, 127), + (17273167, 'Goobbue_Parasite', 6606, -348.352, 3.096, 139.467, 127), + (17273168, 'Goobbue_Parasite', 6606, -347.916, 3.245, 142.148, 127), + (17273169, 'Master_Coeurl', 6625, -335.267, 0.771, 179.555, 127), + (17273170, 'Hell_Hound', 6610, -335.955, -0.073, 187.977, 121), + (17273171, 'Rot_Prowler', 6633, -289.588, -0.295, 236.696, 73), + (17273172, 'Rot_Prowler', 6633, -292.848, 0.449, 216.751, 127), + (17273173, 'Master_Coeurl', 6625, -283.819, -0.499, 239.921, 127), + (17273174, 'Master_Coeurl', 6625, -281.309, -0.321, 247.316, 87), + (17273175, 'Hell_Hound', 6610, -280.672, -0.207, 209.128, 127), + (17273176, 'Master_Coeurl', 6625, -299.629, 0.555, 258.166, 64), + (17273177, 'Hell_Hound', 6610, -306.686, 1.237, 294.161, 79), + (17273178, 'Rot_Prowler', 6633, -438.109, -0.469, 115.452, 127), + (17273179, 'Rot_Prowler', 6633, -464.761, -0.707, 127.424, 115), + (17273180, 'Master_Coeurl', 6625, -448.483, -0.214, 122.774, 127), + (17273181, 'Master_Coeurl', 6625, -479.000, -0.498, 111.000, 127), + (17273182, 'Hell_Hound', 6610, -439.847, -0.457, 124.548, 67), + (17273183, 'Rot_Prowler', 6633, -498.371, 0.315, 229.735, 127), + (17273184, 'Rot_Prowler', 6633, -525.053, -0.383, 156.185, 127), + (17273185, 'Lost_Soul', 6624, -526.637, -0.320, 241.623, 127), + (17273186, 'Master_Coeurl', 6625, -517.120, 0.214, 184.856, 79), + (17273187, 'Master_Coeurl', 6625, -514.596, -0.421, 155.523, 127), + (17273188, 'Hell_Hound', 6610, -528.976, -0.481, 237.109, 127), + (17273189, 'Revenant', 6631, -508.047, 0.000, 231.516, 18), + (17273191, 'Rock_Golem', 6632, -504.950, 0.420, 226.486, 127), + (17273192, 'Rot_Prowler', 6633, -436.446, 0.243, 265.917, 58), + (17273193, 'Rot_Prowler', 6633, -464.798, 0.025, 237.951, 127), + (17273194, 'Lost_Soul', 6624, -476.084, -0.358, 249.289, 127), + (17273195, 'Master_Coeurl', 6625, -381.032, 0.239, 293.452, 127), + (17273196, 'Master_Coeurl', 6625, -444.959, -0.207, 272.722, 39), + (17273197, 'Hell_Hound', 6610, -481.033, -0.365, 234.551, 114), + (17273198, 'Rot_Prowler', 6633, -320.000, -0.219, 375.000, 127), + (17273199, 'Rot_Prowler', 6633, -351.167, -0.195, 322.359, 75), + (17273200, 'Lost_Soul', 6624, -341.648, 0.345, 329.122, 110), + (17273201, 'Master_Coeurl', 6625, -359.077, -0.282, 312.167, 32), + (17273202, 'Master_Coeurl', 6625, -340.193, 0.392, 332.681, 127), + (17273203, 'Hell_Hound', 6610, -322.545, -0.366, 309.799, 127), + (17273204, 'Rot_Prowler', 6633, -364.077, -0.482, 396.562, 127), + (17273205, 'Rot_Prowler', 6633, -372.679, -1.286, 415.903, 108), + (17273206, 'Lost_Soul', 6624, -317.082, -1.183, 352.408, 127), + (17273207, 'Master_Coeurl', 6625, -356.156, -0.437, 444.373, 63), + (17273208, 'Master_Coeurl', 6625, -316.454, -1.196, 352.278, 127), + (17273209, 'Hell_Hound', 6610, -335.461, 0.149, 395.376, 127), + (17273210, 'Rot_Prowler', 6633, -324.447, -0.207, 430.459, 125), + (17273211, 'Lost_Soul', 6624, -325.193, -0.760, 450.436, 127), + (17273212, 'Lost_Soul', 6624, -285.737, -0.370, 489.891, 127), + (17273213, 'Master_Coeurl', 6625, -317.046, -0.072, 453.570, 81), + (17273214, 'Master_Coeurl', 6625, -308.126, 0.210, 446.532, 21), + (17273215, 'Hell_Hound', 6610, -288.132, -0.419, 438.533, 85), + (17273216, 'Revenant', 6631, -325.456, -0.261, 433.205, 127), + (17273217, 'Rot_Prowler', 6633, -269.450, 0.019, 533.388, 127), + (17273218, 'Lost_Soul', 6624, -285.994, -0.849, 538.047, 62), + (17273219, 'Lost_Soul', 6624, -234.485, -0.341, 554.203, 58), + (17273220, 'Master_Coeurl', 6625, -233.052, -0.399, 564.338, 127), + (17273221, 'Master_Coeurl', 6625, -271.880, 0.084, 538.045, 30), + (17273222, 'Hell_Hound', 6610, -264.076, -0.694, 576.553, 127), + (17273223, 'Goobbue_Parasite', 6606, -334.411, 0.863, 429.626, 103), + (17273224, 'Goobbue_Parasite', 6606, -341.677, 0.581, 431.223, 96), + (17273225, 'Rock_Golem', 6632, -335.272, -0.039, 416.147, 120), + (17273226, 'Myxomycete', 6626, 0.000, 0.000, 0.000, 0), + (17273227, 'Myxomycete', 6626, -193.794, -1.961, -431.089, 43), + (17273228, 'Myxomycete', 6626, -123.055, -1.026, -327.995, 127), + (17273229, 'Myxomycete', 6626, -186.339, -0.835, -271.043, 5), + (17273230, 'Myxomycete', 6626, -86.689, -0.371, -353.977, 127), + (17273231, 'Myxomycete', 6626, -76.248, 0.368, -339.751, 127), + (17273232, 'Myxomycete', 6626, -28.927, -0.253, -390.441, 127), + (17273233, 'Myxomycete', 6626, -17.125, -0.469, -445.730, 36), + (17273234, 'Myxomycete', 6626, -118.090, 0.425, -260.200, 64), + (17273235, 'Myxomycete', 6626, 50.279, -0.194, -445.307, 74), + (17273236, 'Myxomycete', 6626, 95.596, -0.187, -431.412, 101), + (17273237, 'Myxomycete', 6626, 188.115, 0.087, -377.137, 127), + (17273238, 'Myxomycete', 6626, 0.000, 0.000, 0.000, 0), + (17273239, 'Myxomycete', 6626, 282.998, -0.500, -281.740, 118), + (17273240, 'Myxomycete', 6626, 283.465, -0.186, -225.000, 127), + (17273241, 'Myxomycete', 6626, 258.317, -0.651, -148.200, 102), + (17273242, 'Myxomycete', 6626, 381.779, 0.224, -321.725, 127), + (17273243, 'Myxomycete', 6626, 381.130, 0.443, -281.257, 120), + (17273244, 'Myxomycete', 6626, 401.059, 0.084, -177.864, 127), + (17273245, 'Myxomycete', 6626, 440.670, -0.701, -462.500, 59), + (17273246, 'Myxomycete', 6626, 494.576, 0.056, -478.791, 45), + (17273247, 'Myxomycete', 6626, 475.549, -0.114, -496.326, 65), + (17273248, 'Myxomycete', 6626, 469.202, -1.327, -531.423, 127), + (17273249, 'Myxomycete', 6626, 485.265, -0.436, -556.220, 82), + (17273250, 'Myxomycete', 6626, 454.942, -0.249, -592.172, 108), + (17273251, 'Myxomycete', 6626, 438.554, 0.207, -614.965, 102), + (17273252, 'Myxomycete', 6626, 442.106, -0.179, -610.030, 127), + (17273253, 'Myxomycete', 6626, 425.758, -0.948, -648.651, 127), + (17273254, 'Myxomycete', 6626, 381.490, -1.287, -610.255, 127), + (17273255, 'Myxomycete', 6626, 368.215, -0.566, -571.631, 48), + (17273256, 'Myxomycete', 6626, 358.776, 0.103, -582.728, 62), + (17273257, 'Myxomycete', 6626, -71.457, -0.320, -199.199, 127), + (17273258, 'Myxomycete', 6626, -81.027, 0.282, -136.296, 18), + (17273259, 'Myxomycete', 6626, -58.000, 0.441, -117.000, 127), + (17273260, 'Myxomycete', 6626, -0.509, 0.360, -97.214, 127), + (17273261, 'Myxomycete', 6626, -2.632, 0.053, -52.514, 127), + (17273262, 'Myxomycete', 6626, 8.126, -0.522, 58.770, 127), + (17273263, 'Myxomycete', 6626, 37.587, 0.440, 60.909, 25), + (17273264, 'Myxomycete', 6626, -43.445, 0.395, 100.912, 41), + (17273265, 'Myxomycete', 6626, 21.236, 0.016, 120.310, 4), + (17273266, 'Myxomycete', 6626, 51.546, -0.632, -138.388, 127), + (17273267, 'Myxomycete', 6626, 94.065, 0.185, -156.751, 127), + (17273268, 'Myxomycete', 6626, -234.621, -0.385, -84.982, 127), + (17273269, 'Myxomycete', 6626, -196.740, -0.420, 34.071, 127), + (17273270, 'Myxomycete', 6626, -186.217, 0.058, 45.513, 127), + (17273271, 'Myxomycete', 6626, 0.000, 0.000, 0.000, 0), + (17273272, 'Myxomycete', 6626, -345.663, 0.140, 6.026, 42), + (17273273, 'Myxomycete', 6626, -332.581, -0.004, 3.673, 127), + (17273274, 'Myxomycete', 6626, 0.000, 0.000, 0.000, 0), + (17273275, 'Myxomycete', 6626, -445.287, -0.231, -92.804, 127), + (17273276, 'Myxomycete', 6626, -391.184, -0.269, -159.086, 127), + (17273277, 'Myxomycete', 6626, -378.456, 0.425, -162.489, 40), + (17273278, 'Noble_Mold', 6627, -440.000, -0.500, -125.000, 127), + (17273279, 'Myxomycete', 6626, -508.092, -0.632, 150.685, 127), + (17273280, 'Myxomycete', 6626, -508.985, -0.408, 155.650, 127), + (17273281, 'Myxomycete', 6626, -488.662, -0.238, 244.497, 127), + (17273282, 'Myxomycete', 6626, -275.893, 0.230, 221.487, 112), + (17273283, 'Myxomycete', 6626, -313.702, -0.284, 332.123, 19), + (17273284, 'Myxomycete', 6626, -347.225, -0.086, 441.827, 118), + (17273285, 'Isonade', 6619, -420.000, -1.000, 47.000, 16), + (17273286, 'Hobgoblin_Warrior', 6617, 0.000, 0.000, 0.000, 0), + (17273287, 'Hobgoblin_White_Mage', 6618, 0.000, 0.000, 0.000, 0), + (17273288, 'Hobgoblin_Black_Mage', 6612, 0.000, 0.000, 0.000, 0), + (17273289, 'Hobgoblin_Red_Mage', 6615, 0.000, 0.000, 0.000, 0), + (17273290, 'Hobgoblin_Thief', 6616, 0.000, 0.000, 0.000, 0), + (17273291, 'Hobgoblin_Dark_Knight', 6613, 0.000, 0.000, 0.000, 0), + (17273292, 'Hobgoblin_Ranger', 6614, 0.000, 0.000, 0.000, 0), + (17273293, 'Hobgoblin_Beastmaster', 6611, 0.000, 0.000, 0.000, 0), + (17273294, 'Goblin_s_Leech', 6603, 0.000, 0.000, 0.000, 0), + (17273295, 'Greenman', 6608, 0.000, 0.000, 0.000, 0), + (17273296, 'Goblin_Enchanter', 6594, 0.000, 0.000, 0.000, 0), + (17273297, 'Goblin_Enchanter', 6594, 0.000, 0.000, 0.000, 0), + (17273298, 'Goblin_Poacher', 6599, 0.000, 0.000, 0.000, 0), + (17273299, 'Goblin_Poacher', 6599, 0.000, 0.000, 0.000, 0), + (17273300, 'Goblin_Bouncer', 6592, 0.000, 0.000, 0.000, 0), + (17273301, 'Goblin_Bouncer', 6592, 0.000, 0.000, 0.000, 0), + (17273302, 'Goblin_Reaper', 6600, 0.000, 0.000, 0.000, 0), + (17273303, 'Goblin_Reaper', 6600, 0.000, 0.000, 0.000, 0), + (17273304, 'Goblin_Doyen', 6593, 0.000, 0.000, 0.000, 0), + (17273305, 'Ruebezahl', 6634, 0.000, 0.000, 0.000, 0), + (17273388, 'Lhu_Mhakaracca', 6623, 0.000, 0.000, 0.000, 0), + (17273393, 'Noillurie', 6628, 0.000, 0.000, 0.000, 0), + (17273400, 'Ferreous_Coffin', 6591, 0.000, 0.000, 0.000, 0), + (17276929, 'Mokkurkalfi', 6646, 104.729, -4.143, -115.265, 215), + (17276930, 'Mokkurkalfi', 6646, 101.918, -4.000, -115.265, 215), + (17276931, 'Killing_Weapon', 6644, 22.224, -8.500, -117.272, 127), + (17276932, 'Killing_Weapon', 6644, -29.698, -5.800, -108.852, 52), + (17276933, 'Ominous_Weapon', 6649, -1.000, -8.000, -122.000, 98), + (17276934, 'Killing_Weapon', 6644, -47.650, -2.500, -118.694, 41), + (17276935, 'Ominous_Weapon', 6649, -37.288, -2.500, -122.916, 68), + (17276936, 'Cursed_Puppet', 6639, -20.104, -3.147, -98.991, 69), + (17276937, 'Killing_Weapon', 6644, 43.662, -2.500, -95.293, 5), + (17276938, 'Ominous_Weapon', 6649, 51.532, -2.500, -98.439, 127), + (17276939, 'Cursed_Puppet', 6639, 42.832, -2.500, -123.701, 71), + (17276940, 'Killing_Weapon', 6644, -46.733, -4.383, -51.025, 38), + (17276941, 'Killing_Weapon', 6644, 44.211, -4.583, -52.037, 127), + (17276942, 'Ominous_Weapon', 6649, -84.808, -3.672, -95.509, 16), + (17276943, 'Ominous_Weapon', 6649, 74.438, -2.500, -99.089, 38), + (17276944, 'Ominous_Weapon', 6649, -99.712, -4.500, -89.720, 127), + (17276945, 'Cursed_Puppet', 6639, -94.203, -3.990, -84.529, 25), + (17276946, 'Ominous_Weapon', 6649, 98.452, -4.447, -96.594, 43), + (17276947, 'Cursed_Puppet', 6639, 94.413, -4.351, -89.685, 45), + (17276948, 'Ominous_Weapon', 6649, 58.522, -4.500, -43.964, 16), + (17276949, 'Ominous_Weapon', 6649, 0.488, -4.701, -36.572, 127), + (17276950, 'Cursed_Puppet', 6639, 50.027, -4.500, -41.190, 24), + (17276951, 'Cursed_Puppet', 6639, 61.468, -4.500, -49.230, 46), + (17276952, 'Cannonball', 6638, 18.210, -4.499, -37.852, 127), + (17276953, 'Killing_Weapon', 6644, -99.140, -3.253, -64.165, 127), + (17276954, 'Killing_Weapon', 6644, 99.339, -3.112, -63.870, 127), + (17276955, 'Killing_Weapon', 6644, -113.636, -3.500, -42.399, 59), + (17276956, 'Ominous_Weapon', 6649, -120.094, -3.500, -67.120, 127), + (17276957, 'Cursed_Puppet', 6639, -120.037, -3.500, -66.603, 127), + (17276958, 'Killing_Weapon', 6644, -145.358, -6.431, -55.607, 127), + (17276959, 'Cursed_Puppet', 6639, -149.772, -6.500, -64.417, 127), + (17276960, 'Killing_Weapon', 6644, -140.049, 0.500, -94.266, 127), + (17276961, 'Water_Elemental', 6653, -145.083, 0.500, -84.150, 127), + (17276962, 'Killing_Weapon', 6644, -159.796, 0.784, -78.421, 10), + (17276963, 'Magic_Flagon', 6645, -144.695, 0.500, -95.692, 127), + (17276964, 'Killing_Weapon', 6644, 127.549, -3.500, -50.211, 49), + (17276965, 'Ominous_Weapon', 6649, 122.169, -3.500, -65.057, 127), + (17276966, 'Cursed_Puppet', 6639, 120.778, -3.500, -50.248, 127), + (17276967, 'Killing_Weapon', 6644, 158.168, -6.499, -110.900, 59), + (17276968, 'Cursed_Puppet', 6639, 155.542, -6.500, -72.370, 44), + (17276969, 'Killing_Weapon', 6644, 140.765, 0.500, -84.195, 127), + (17276970, 'Thunder_Elemental', 6652, 143.352, 0.497, -89.352, 109), + (17276971, 'Killing_Weapon', 6644, 159.892, 1.042, -97.842, 90), + (17276972, 'Magic_Flagon', 6645, 158.766, 0.500, -87.935, 127), + (17276973, 'Killing_Weapon', 6644, -97.557, -6.868, -13.301, 96), + (17276974, 'Ominous_Weapon', 6649, -85.668, -6.500, -5.901, 101), + (17276975, 'Cursed_Puppet', 6639, -79.661, -6.500, -6.026, 53), + (17276976, 'Killing_Weapon', 6644, -71.858, -6.062, 18.557, 56), + (17276977, 'Magic_Flagon', 6645, -71.937, -5.699, 18.558, 127), + (17276978, 'Ominous_Weapon', 6649, -41.170, -6.500, 0.923, 127), + (17276979, 'Magic_Flagon', 6645, -37.783, -5.972, -10.393, 127), + (17276980, 'Ominous_Weapon', 6649, -96.583, -6.500, 0.846, 78), + (17276981, 'Magic_Flagon', 6645, -101.575, -6.099, -1.520, 127), + (17276982, 'Nightmare_Vase', 6648, -108.575, -5.699, -5.432, 57), + (17276983, 'Killing_Weapon', 6644, 79.841, -6.506, -7.928, 10), + (17276984, 'Ominous_Weapon', 6649, 89.626, -6.499, -11.888, 23), + (17276985, 'Cursed_Puppet', 6639, 57.000, -6.000, 4.000, 127), + (17276986, 'Killing_Weapon', 6644, 58.744, -6.072, 19.022, 127), + (17276987, 'Magic_Flagon', 6645, 59.825, -5.760, 25.123, 127), + (17276988, 'Ominous_Weapon', 6649, 37.127, -6.368, -2.967, 105), + (17276989, 'Magic_Flagon', 6645, 31.094, -5.700, -9.066, 127), + (17276990, 'Ominous_Weapon', 6649, 96.341, -6.337, 2.324, 118), + (17276991, 'Magic_Flagon', 6645, 102.459, -6.364, 1.121, 127), + (17276992, 'Nightmare_Vase', 6648, 69.000, -5.000, 21.000, 127), + (17276993, 'Killing_Weapon', 6644, 11.985, -6.500, 12.348, 113), + (17276994, 'Ominous_Weapon', 6649, -51.000, -6.000, 5.000, 127), + (17276995, 'Ominous_Weapon', 6649, -17.982, -6.500, 12.396, 127), + (17276996, 'Cursed_Puppet', 6639, 32.000, -6.000, 13.000, 127), + (17276997, 'Cannonball', 6638, -9.338, -6.541, 12.582, 127), + (17276998, 'Apocalyptic_Weapon', 6637, -120.799, -8.500, 59.911, 127), + (17276999, 'Infernal_Weapon', 6642, -128.688, -8.500, 43.258, 47), + (17277000, 'Cursed_Puppet', 6639, -127.487, -8.500, 49.186, 127), + (17277001, 'Apocalyptic_Weapon', 6637, -148.804, -8.528, 26.506, 14), + (17277002, 'Cursed_Puppet', 6639, -141.586, -8.500, 38.176, 127), + (17277003, 'Apocalyptic_Weapon', 6637, -146.041, -8.500, 6.534, 33), + (17277004, 'Infernal_Weapon', 6642, -160.655, -8.500, 20.212, 127), + (17277005, 'Apocalyptic_Weapon', 6637, -167.720, -4.766, 6.352, 26), + (17277006, 'Cursed_Puppet', 6639, -164.479, -4.575, 8.788, 127), + (17277007, 'Water_Elemental', 6653, -178.955, -5.122, -8.975, 64), + (17277008, 'Apocalyptic_Weapon', 6637, -202.351, -8.500, -46.018, 127), + (17277009, 'Infernal_Weapon', 6642, -200.057, -8.500, -38.039, 58), + (17277010, 'Cursed_Puppet', 6639, -190.027, -8.499, -34.157, 127), + (17277012, 'Apocalyptic_Weapon', 6637, -163.567, -8.499, -21.382, 127), + (17277013, 'Infernal_Weapon', 6642, -185.180, -8.500, -12.199, 16), + (17277014, 'Cursed_Puppet', 6639, -79.223, -11.480, 60.435, 115), + (17277015, 'Apocalyptic_Weapon', 6637, 129.344, -8.500, 44.415, 127), + (17277016, 'Infernal_Weapon', 6642, 108.226, -8.500, 29.395, 127), + (17277017, 'Cursed_Puppet', 6639, 125.960, -8.500, 50.986, 127), + (17277018, 'Apocalyptic_Weapon', 6637, 147.052, -8.498, 25.089, 59), + (17277019, 'Cursed_Puppet', 6639, 138.289, -8.500, 24.439, 127), + (17277020, 'Apocalyptic_Weapon', 6637, 146.977, -8.585, 5.940, 127), + (17277021, 'Infernal_Weapon', 6642, 165.148, -8.500, 16.747, 127), + (17277022, 'Apocalyptic_Weapon', 6637, 179.090, -6.372, -20.452, 93), + (17277023, 'Infernal_Weapon', 6642, 172.307, -4.500, -3.299, 127), + (17277024, 'Thunder_Elemental', 6652, 169.399, -4.534, -2.321, 15), + (17277025, 'Apocalyptic_Weapon', 6637, 180.538, -8.314, -27.693, 127), + (17277026, 'Infernal_Weapon', 6642, 198.685, -8.500, -55.122, 29), + (17277027, 'Cursed_Puppet', 6639, 189.385, -8.499, -37.059, 127), + (17277028, 'Apocalyptic_Weapon', 6637, 168.818, -8.500, -21.140, 127), + (17277029, 'Infernal_Weapon', 6642, 185.081, -8.500, -6.635, 127), + (17277030, 'Cursed_Puppet', 6639, 83.017, -10.443, 62.191, 127), + (17277031, 'Mythril_Golem', 6647, -1.452, -13.424, -68.042, 78), + (17277032, 'Mythril_Golem', 6647, -2.828, -20.858, -28.241, 107), + (17277033, 'Mythril_Golem', 6647, 3.730, -29.132, 18.302, 127), + (17277034, 'Cursed_Puppet', 6639, -24.000, -28.000, 117.000, 127), + (17277035, 'Cursed_Puppet', 6639, 25.000, -28.000, 120.000, 75), + (17277036, 'Cursed_Puppet', 6639, -223.176, -39.658, -199.752, 127), + (17277037, 'Cursed_Puppet', 6639, 0.000, 0.000, 0.000, 0), + (17277038, 'Cursed_Puppet', 6639, 0.000, 0.000, 0.000, 0), + (17277039, 'Cursed_Puppet', 6639, 0.000, 0.000, 0.000, 0), + (17277040, 'Cannonball', 6638, 25.955, -28.743, 103.086, 127), + (17277041, 'Cannonball', 6638, 10.183, -28.516, 99.165, 127), + (17277042, 'Apocalyptic_Weapon', 6637, -217.187, -4.551, 41.112, 117), + (17277043, 'Apocalyptic_Weapon', 6637, -232.541, -4.499, 24.162, 127), + (17277044, 'Infernal_Weapon', 6642, -227.370, -4.979, -17.017, 78), + (17277045, 'Apocalyptic_Weapon', 6637, -263.214, -4.656, -44.560, 126), + (17277046, 'Infernal_Weapon', 6642, -250.500, -4.488, -73.603, 108), + (17277047, 'Apocalyptic_Weapon', 6637, -280.804, -4.499, -83.402, 19), + (17277048, 'Infernal_Weapon', 6642, -270.127, -4.500, -17.328, 127), + (17277049, 'Infernal_Weapon', 6642, -257.022, -4.500, 8.557, 127), + (17277050, 'Magic_Flagon', 6645, -275.211, -3.700, 12.496, 97), + (17277051, 'Magic_Flagon', 6645, -287.656, -3.960, -12.858, 104), + (17277052, 'Magic_Flagon', 6645, -302.655, -3.752, -51.130, 127), + (17277053, 'Magic_Flagon', 6645, -229.519, -3.700, -78.519, 28), + (17277054, 'Magic_Flagon', 6645, -218.444, -3.976, -48.355, 15), + (17277055, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277056, 'Magic_Flagon', 6645, -281.928, 3.691, -29.100, 127), + (17277057, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277058, 'Apocalyptic_Weapon', 6637, -212.306, -7.906, -18.156, 127), + (17277059, 'Infernal_Weapon', 6642, -248.324, 2.646, -23.230, 27), + (17277060, 'Darksteel_Golem', 6640, -251.378, 2.855, -10.119, 127), + (17277061, 'Apocalyptic_Weapon', 6637, -254.829, 3.495, -48.504, 127), + (17277062, 'Darksteel_Golem', 6640, -255.050, 3.499, -47.281, 2), + (17277063, 'Infernal_Weapon', 6642, 216.498, -4.542, 35.999, 36), + (17277064, 'Apocalyptic_Weapon', 6637, 234.278, -4.499, 26.819, 101), + (17277065, 'Infernal_Weapon', 6642, 225.136, -5.155, -10.129, 31), + (17277066, 'Apocalyptic_Weapon', 6637, 250.260, -4.857, -13.354, 127), + (17277067, 'Infernal_Weapon', 6642, 248.645, -4.522, -43.350, 127), + (17277068, 'Apocalyptic_Weapon', 6637, 249.006, -5.303, -73.500, 127), + (17277069, 'Infernal_Weapon', 6642, 282.261, -5.255, -83.158, 127), + (17277070, 'Infernal_Weapon', 6642, 249.894, -2.759, 6.249, 45), + (17277071, 'Magic_Flagon', 6645, 264.671, -4.335, 20.213, 127), + (17277072, 'Magic_Flagon', 6645, 279.955, -4.196, -6.232, 127), + (17277073, 'Magic_Flagon', 6645, 305.356, -3.700, -68.187, 20), + (17277074, 'Magic_Flagon', 6645, 236.758, -4.688, -68.890, 127), + (17277075, 'Magic_Flagon', 6645, 223.836, -4.268, -47.426, 127), + (17277076, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277077, 'Magic_Flagon', 6645, 286.128, 3.806, -38.642, 68), + (17277078, 'Magic_Flagon', 6645, 221.619, 4.299, -39.444, 127), + (17277080, 'Apocalyptic_Weapon', 6637, 219.170, -5.376, -16.069, 127), + (17277081, 'Infernal_Weapon', 6642, 253.213, 3.500, -12.074, 127), + (17277082, 'Darksteel_Golem', 6640, 237.535, 3.499, -18.181, 88), + (17277083, 'Apocalyptic_Weapon', 6637, 254.634, 3.499, -49.910, 28), + (17277084, 'Darksteel_Golem', 6640, 259.239, 3.533, -46.193, 127), + (17277085, 'Apocalyptic_Weapon', 6637, -194.516, -4.550, 50.777, 70), + (17277086, 'Infernal_Weapon', 6642, -156.481, -4.500, 65.418, 127), + (17277087, 'Apocalyptic_Weapon', 6637, -144.704, -4.553, 115.978, 12), + (17277088, 'Infernal_Weapon', 6642, -111.131, -5.082, 95.006, 127), + (17277089, 'Apocalyptic_Weapon', 6637, -111.713, -4.500, 131.309, 127), + (17277090, 'Infernal_Weapon', 6642, -175.239, -4.500, 100.246, 100), + (17277091, 'Infernal_Weapon', 6642, -202.331, -4.500, 78.987, 99), + (17277092, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277093, 'Magic_Flagon', 6645, -184.515, -4.026, 116.434, 127), + (17277094, 'Magic_Flagon', 6645, -205.051, -3.700, 101.649, 127), + (17277095, 'Magic_Flagon', 6645, -132.145, -4.022, 63.617, 22), + (17277096, 'Magic_Flagon', 6645, -109.374, -4.018, 78.090, 0), + (17277097, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277098, 'Magic_Flagon', 6645, -180.262, 3.925, 113.115, 127), + (17277099, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277100, 'Apocalyptic_Weapon', 6637, -158.640, -7.837, 50.393, 127), + (17277101, 'Infernal_Weapon', 6642, -150.077, 3.500, 108.614, 127), + (17277102, 'Darksteel_Golem', 6640, -143.373, 3.499, 101.769, 127), + (17277104, 'Apocalyptic_Weapon', 6637, -162.479, 2.352, 85.123, 127), + (17277105, 'Darksteel_Golem', 6640, -172.296, 3.167, 71.227, 83), + (17277106, 'Apocalyptic_Weapon', 6637, 209.381, -4.499, 65.228, 61), + (17277107, 'Infernal_Weapon', 6642, 161.104, -4.500, 62.375, 20), + (17277108, 'Apocalyptic_Weapon', 6637, 151.803, -4.521, 69.034, 62), + (17277109, 'Infernal_Weapon', 6642, 142.028, -4.829, 102.761, 70), + (17277110, 'Apocalyptic_Weapon', 6637, 120.161, -2.551, 96.049, 13), + (17277111, 'Infernal_Weapon', 6642, 115.887, -4.636, 131.719, 31), + (17277112, 'Infernal_Weapon', 6642, 198.661, -4.500, 81.605, 127), + (17277113, 'Magic_Flagon', 6645, 133.596, -4.664, 135.501, 80), + (17277114, 'Magic_Flagon', 6645, 182.353, -4.677, 107.017, 115), + (17277115, 'Magic_Flagon', 6645, 201.457, -3.969, 100.906, 127), + (17277116, 'Magic_Flagon', 6645, 137.876, -4.430, 64.682, 53), + (17277117, 'Magic_Flagon', 6645, 104.432, -3.700, 78.851, 110), + (17277118, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277119, 'Magic_Flagon', 6645, 174.787, 3.328, 105.063, 65), + (17277120, 'Magic_Flagon', 6645, 0.000, 0.000, 0.000, 0), + (17277121, 'Apocalyptic_Weapon', 6637, 161.093, -6.782, 51.033, 89), + (17277122, 'Infernal_Weapon', 6642, 150.948, 3.421, 108.471, 127), + (17277123, 'Darksteel_Golem', 6640, 148.304, 3.499, 91.240, 127), + (17277124, 'Apocalyptic_Weapon', 6637, 177.221, 3.234, 75.166, 127), + (17277125, 'Darksteel_Golem', 6640, 164.194, 3.500, 74.653, 66), + (17277126, 'Eldhrimnir', 6641, 0.000, 0.000, 0.000, 0), + (17277127, 'Shikigami_Weapon', 6651, -40.000, -4.000, -36.000, 127), + (17277128, 'Jackpot', 6643, 0.000, 0.000, 0.000, 0), + (17277202, 'Shantotto', 6650, 0.000, 0.000, 0.000, 0), + (17281025, 'Ironshell', 6680, -87.792, -40.561, -206.554, 127), + (17281026, 'Ironshell', 6680, 0.000, 0.000, 0.000, 0), + (17281027, 'Bigclaw', 6654, 0.000, 0.000, 0.000, 0), + (17281028, 'Bigclaw', 6654, 0.000, 0.000, 0.000, 0), + (17281029, 'Bloodsucker', 6655, 0.000, 0.000, 0.000, 0), + (17281030, 'Tipha', 6698, 491.000, 20.000, 303.000, 85), + (17281031, 'Carthi', 6657, 494.000, 20.000, 300.000, 118), + (17281032, 'Yuhtunga_Mandragora', 6702, -203.000, -0.620, 489.000, 127), + (17281033, 'Yuhtunga_Mandragora', 6702, -192.481, -0.499, 441.013, 127), + (17281034, 'Goblin_Smithy', 6670, -192.131, -0.500, 476.505, 67), + (17281035, 'Yuhtunga_Mandragora', 6702, -242.816, -0.017, 384.294, 35), + (17281036, 'Yuhtunga_Mandragora', 6702, -204.819, -0.178, 389.982, 127), + (17281037, 'Goblin_Smithy', 6670, -193.442, -0.460, 404.513, 28), + (17281038, 'Yuhtunga_Mandragora', 6702, -210.000, -0.587, 418.000, 127), + (17281039, 'Yuhtunga_Mandragora', 6702, -223.307, 0.216, 353.099, 127), + (17281040, 'Goblin_Smithy', 6670, -203.303, -0.686, 361.609, 38), + (17281041, 'Yuhtunga_Mandragora', 6702, -140.000, -0.383, 382.000, 127), + (17281042, 'Goblin_Smithy', 6670, -149.357, 0.288, 348.655, 127), + (17281043, 'Yuhtunga_Mandragora', 6702, -85.990, -0.592, 401.653, 127), + (17281044, 'Yuhtunga_Mandragora', 6702, -90.448, -0.460, 433.374, 127), + (17281045, 'Yuhtunga_Mandragora', 6702, -113.049, 0.025, 413.730, 127), + (17281046, 'Goblin_Smithy', 6670, -108.754, -0.032, 438.109, 22), + (17281047, 'Goblin_Smithy', 6670, -88.590, -0.270, 402.666, 127), + (17281048, 'Yuhtunga_Mandragora', 6702, -234.000, -0.600, 486.000, 64), + (17281049, 'Yuhtunga_Mandragora', 6702, -221.000, -0.700, 467.000, 75), + (17281050, 'Goblin_Smithy', 6670, -262.147, 8.735, 266.429, 127), + (17281051, 'Ivory_Lizard', 6681, -140.438, 11.683, 271.176, 73), + (17281052, 'Goblin_Smithy', 6670, -139.476, 11.771, 274.822, 72), + (17281053, 'Goblin_Smithy', 6670, -137.274, 12.904, 254.508, 47), + (17281054, 'Ivory_Lizard', 6681, -113.630, 11.979, 218.804, 3), + (17281055, 'Goblin_Smithy', 6670, -111.916, 12.070, 219.407, 109), + (17281056, 'Yuhtunga_Mandragora', 6702, -308.667, 0.504, 181.546, 116), + (17281057, 'Yuhtunga_Mandragora', 6702, -298.429, -0.197, 155.522, 127), + (17281058, 'Yuhtunga_Mandragora', 6702, -300.111, -0.101, 199.517, 56), + (17281059, 'Goblin_Smithy', 6670, -293.852, 0.388, 169.211, 61), + (17281060, 'Goblin_Smithy', 6670, -301.557, 0.058, 207.924, 32), + (17281062, 'Ivory_Lizard', 6681, -261.561, 7.967, 110.407, 108), + (17281063, 'Ivory_Lizard', 6681, -263.085, 8.211, 108.516, 68), + (17281064, 'Goblin_Smithy', 6670, -266.107, 6.539, 137.364, 24), + (17281065, 'Ivory_Lizard', 6681, -378.246, 9.076, 222.973, 96), + (17281066, 'Ivory_Lizard', 6681, -379.521, 9.222, 222.179, 127), + (17281067, 'Ivory_Lizard', 6681, -391.688, 7.141, 140.443, 113), + (17281068, 'Ivory_Lizard', 6681, -414.008, 8.359, 147.711, 127), + (17281069, 'Goblin_Smithy', 6670, -410.730, 8.059, 145.688, 127), + (17281070, 'Death_Jacket', 6659, -508.105, 0.452, 179.305, 127), + (17281071, 'Young_Opo-opo', 6701, -507.988, 0.455, 179.289, 72), + (17281072, 'Young_Opo-opo', 6701, -509.793, 0.578, 177.408, 89), + (17281073, 'Death_Jacket', 6659, -540.611, -0.096, 201.703, 127), + (17281074, 'Young_Opo-opo', 6701, -537.817, -0.151, 193.446, 48), + (17281075, 'Young_Opo-opo', 6701, -540.114, 0.078, 166.307, 126), + (17281076, 'Death_Jacket', 6659, -499.858, 2.075, 216.895, 127), + (17281077, 'Death_Jacket', 6659, -498.627, 0.189, 209.386, 127), + (17281078, 'Young_Opo-opo', 6701, -494.813, 0.514, 222.328, 120), + (17281079, 'Death_Jacket', 6659, -459.931, 7.496, 273.142, 127), + (17281080, 'Soldier_Crawler', 6696, -578.676, 6.857, 129.470, 94), + (17281081, 'Goblin_Robber', 6669, -586.948, 8.282, 106.061, 98), + (17281082, 'Soldier_Crawler', 6696, -591.751, -0.741, 0.977, 127), + (17281083, 'Soldier_Crawler', 6696, -599.697, -0.703, 3.712, 127), + (17281084, 'Goblin_Robber', 6669, -634.138, -1.646, 16.920, 127), + (17281085, 'Goblin_Poacher', 6667, -606.537, -0.363, 35.598, 4), + (17281086, 'Lava_Bomb', 6684, -626.739, -0.760, 27.452, 57), + (17281087, 'Soldier_Crawler', 6696, -636.539, -0.217, -30.195, 66), + (17281088, 'Soldier_Crawler', 6696, -631.478, -1.290, -27.035, 127), + (17281089, 'Goblin_Poacher', 6667, -614.363, -1.209, -10.652, 122), + (17281090, 'Soldier_Crawler', 6696, -562.063, -1.314, -58.490, 127), + (17281091, 'Soldier_Crawler', 6696, -586.972, -0.006, -46.975, 20), + (17281092, 'Goblin_Robber', 6669, -566.657, -2.350, -63.637, 115), + (17281093, 'Goblin_Poacher', 6667, -595.661, -0.557, -21.282, 5), + (17281094, 'Soldier_Crawler', 6696, -577.495, 0.001, -82.538, 127), + (17281095, 'Soldier_Crawler', 6696, -558.934, -0.757, -120.993, 127), + (17281096, 'Goblin_Poacher', 6667, -568.890, -0.126, -112.237, 122), + (17281097, 'Goblin_Poacher', 6667, -541.538, -1.124, -128.915, 127), + (17281098, 'Overgrown_Rose', 6690, -578.322, 0.081, -82.185, 127), + (17281099, 'Soldier_Crawler', 6696, -513.522, -0.709, -117.963, 44), + (17281100, 'Soldier_Crawler', 6696, -525.642, -0.473, -125.766, 124), + (17281101, 'Goblin_Robber', 6669, -516.011, -1.363, -108.864, 58), + (17281102, 'Goblin_Poacher', 6667, -511.108, -0.194, -77.839, 41), + (17281103, 'Soldier_Crawler', 6696, -570.010, 8.721, 20.917, 127), + (17281104, 'Goblin_Robber', 6669, -563.989, 7.940, 20.779, 7), + (17281105, 'Soldier_Crawler', 6696, -621.456, 10.801, -28.427, 27), + (17281106, 'Soldier_Crawler', 6696, -625.401, 10.330, -26.189, 127), + (17281107, 'Soldier_Crawler', 6696, -634.840, 11.435, 59.912, 127), + (17281108, 'Soldier_Crawler', 6696, -653.533, 10.636, -23.170, 127), + (17281109, 'Soldier_Crawler', 6696, -587.376, 12.689, -68.886, 35), + (17281110, 'Soldier_Crawler', 6696, -589.437, 12.469, -104.131, 123), + (17281111, 'Soldier_Crawler', 6696, -573.960, 12.709, -92.972, 127), + (17281112, 'Soldier_Crawler', 6696, -423.812, 9.399, -22.237, 86), + (17281113, 'Goblin_Robber', 6669, -399.875, 7.804, -21.688, 3), + (17281114, 'Soldier_Crawler', 6696, -381.913, 6.578, 10.564, 43), + (17281115, 'Soldier_Crawler', 6696, -490.991, 6.832, -219.257, 28), + (17281116, 'Goblin_Robber', 6669, -499.497, 7.799, -202.606, 127), + (17281117, 'Ivory_Lizard', 6681, -177.440, 7.726, 124.759, 127), + (17281118, 'Ivory_Lizard', 6681, -174.714, 7.902, 129.552, 91), + (17281119, 'Yuhtunga_Mandragora', 6702, -122.219, -0.641, 220.809, 127), + (17281120, 'Yuhtunga_Mandragora', 6702, -118.722, -0.317, 206.202, 125), + (17281121, 'Yuhtunga_Mandragora', 6702, -131.696, -0.006, 199.598, 127), + (17281122, 'Goblin_Smithy', 6670, -132.314, 0.023, 239.533, 127), + (17281123, 'Goblin_Smithy', 6670, -138.171, -0.888, 208.303, 111), + (17281124, 'Goblin_Furrier', 6666, -133.082, -1.139, 222.708, 92), + (17281125, 'Goblin_Furrier', 6666, -113.823, -0.354, 194.826, 6), + (17281126, 'Fire_Elemental', 6664, 0.000, 0.000, 0.000, 0), + (17281127, 'Ivory_Lizard', 6681, -75.419, 7.898, 300.851, 12), + (17281128, 'Ivory_Lizard', 6681, -92.748, 6.556, 298.562, 96), + (17281129, 'Death_Jacket', 6659, -241.788, -0.166, 59.987, 112), + (17281130, 'Death_Jacket', 6659, -212.639, 2.574, 59.296, 69), + (17281131, 'Goblin_Smithy', 6670, -226.410, -0.198, 52.967, 77), + (17281132, 'Goblin_Smithy', 6670, -224.419, 0.028, 52.813, 22), + (17281133, 'Death_Jacket', 6659, -263.220, 4.066, 63.281, 127), + (17281134, 'Young_Opo-opo', 6701, -302.665, 2.316, 63.110, 87), + (17281135, 'Young_Opo-opo', 6701, -271.817, 1.637, 58.115, 91), + (17281136, 'Death_Jacket', 6659, -265.398, -0.429, -11.840, 42), + (17281137, 'Death_Jacket', 6659, -302.845, -0.533, 24.760, 127), + (17281138, 'Death_Jacket', 6659, -292.847, -1.787, -16.382, 92), + (17281139, 'Young_Opo-opo', 6701, -309.309, -3.618, -3.733, 30), + (17281140, 'Young_Opo-opo', 6701, -299.834, -0.017, 24.785, 127), + (17281141, 'Young_Opo-opo', 6701, -310.945, -1.083, 14.873, 127), + (17281142, 'Young_Opo-opo', 6701, -310.869, -3.132, 2.482, 127), + (17281143, 'Young_Opo-opo', 6701, -321.444, 9.288, -0.097, 127), + (17281144, 'Young_Opo-opo', 6701, -276.591, 8.450, 0.888, 92), + (17281145, 'Young_Opo-opo', 6701, -330.625, 10.487, -12.492, 76), + (17281146, 'Young_Opo-opo', 6701, -322.800, 8.827, 4.510, 127), + (17281147, 'Young_Opo-opo', 6701, -308.416, 10.389, -17.090, 46), + (17281148, 'Young_Opo-opo', 6701, -265.616, -0.500, -24.389, 127), + (17281149, 'Mischievous_Micholas', 6687, -279.575, 3.317, 16.011, 127), + (17281150, 'Overgrown_Rose', 6690, -322.849, 9.484, -5.985, 127), + (17281151, 'Young_Opo-opo', 6701, -378.417, 11.188, -72.213, 127), + (17281152, 'Young_Opo-opo', 6701, -381.904, 11.732, -81.507, 91), + (17281153, 'Young_Opo-opo', 6701, -371.893, 10.563, -62.732, 86), + (17281154, 'Death_Jacket', 6659, -290.522, 0.537, -54.191, 127), + (17281155, 'Death_Jacket', 6659, -255.004, 2.396, -61.480, 127), + (17281156, 'Young_Opo-opo', 6701, -264.012, 1.946, -68.053, 32), + (17281157, 'Young_Opo-opo', 6701, -279.138, -0.054, -59.025, 116), + (17281158, 'Death_Jacket', 6659, -296.543, 3.680, -98.256, 102), + (17281159, 'Death_Jacket', 6659, -314.263, 0.599, -100.198, 12), + (17281160, 'Death_Jacket', 6659, -343.775, 2.632, -105.088, 51), + (17281161, 'Death_Jacket', 6659, -258.808, 2.465, -96.086, 102), + (17281162, 'Death_Jacket', 6659, -211.227, 2.180, -102.206, 41), + (17281163, 'Young_Opo-opo', 6701, -214.916, 0.758, -109.486, 127), + (17281164, 'Young_Opo-opo', 6701, -216.202, -0.314, -150.948, 1), + (17281165, 'Goblin_Furrier', 6666, -222.392, -0.062, -124.459, 127), + (17281166, 'Soldier_Crawler', 6696, -292.900, 8.066, -134.395, 32), + (17281167, 'Goblin_Furrier', 6666, -296.525, 8.576, -134.950, 107), + (17281168, 'Goblin_Furrier', 6666, -306.419, 8.887, -142.045, 127), + (17281169, 'Death_Jacket', 6659, -181.806, 0.136, -159.739, 127), + (17281170, 'Young_Opo-opo', 6701, -184.060, 1.590, -135.270, 117), + (17281171, 'Goblin_Furrier', 6666, -182.907, 0.812, -167.473, 127), + (17281172, 'Young_Opo-opo', 6701, -245.590, 7.769, -179.636, 127), + (17281173, 'Young_Opo-opo', 6701, -251.214, 6.934, -180.662, 120), + (17281174, 'Goblin_Furrier', 6666, -219.384, 3.951, -183.429, 127), + (17281175, 'Death_Jacket', 6659, -186.037, 0.155, -212.973, 127), + (17281176, 'Death_Jacket', 6659, -175.775, 2.403, -221.543, 127), + (17281177, 'Young_Opo-opo', 6701, -191.005, -0.035, -218.715, 109), + (17281178, 'Goblin_Furrier', 6666, -177.600, 0.577, -213.767, 127), + (17281179, 'Young_Opo-opo', 6701, -220.784, 7.792, -248.234, 76), + (17281180, 'Goblin_Furrier', 6666, -217.242, 8.915, -266.391, 127), + (17281181, 'Soldier_Crawler', 6696, -435.530, -0.146, -265.990, 90), + (17281182, 'Soldier_Crawler', 6696, -421.070, -0.303, -287.546, 42), + (17281183, 'Goblin_Furrier', 6666, -420.578, 0.091, -239.853, 70), + (17281184, 'Goblin_Furrier', 6666, -415.208, 0.068, -237.697, 127), + (17281185, 'Goblin_Furrier', 6666, -432.804, -0.436, -235.467, 127), + (17281186, 'Water_Elemental', 6700, -443.367, -0.238, -247.954, 127), + (17281187, 'Soldier_Crawler', 6696, -400.797, -0.490, -193.955, 127), + (17281188, 'Goblin_Furrier', 6666, -395.615, -0.500, -191.400, 127), + (17281189, 'Goblin_Furrier', 6666, -410.316, -1.428, -226.583, 88), + (17281190, 'Water_Elemental', 6700, -361.185, -0.467, -191.072, 127), + (17281191, 'Death_Jacket', 6659, -137.730, 2.439, 27.491, 127), + (17281192, 'Young_Opo-opo', 6701, -131.490, 2.017, 16.683, 127), + (17281193, 'Young_Opo-opo', 6701, -189.167, -0.090, 24.754, 127), + (17281194, 'Death_Jacket', 6659, -132.393, -0.218, -13.907, 127), + (17281195, 'Death_Jacket', 6659, -142.359, 0.984, -16.451, 127), + (17281196, 'Young_Opo-opo', 6701, -136.111, 2.165, -18.428, 127), + (17281197, 'Young_Opo-opo', 6701, -118.522, 0.039, -18.213, 5), + (17281198, 'Death_Jacket', 6659, -122.915, -1.045, -66.648, 109), + (17281199, 'Young_Opo-opo', 6701, -131.086, -0.543, -70.431, 33), + (17281200, 'Young_Opo-opo', 6701, -127.991, -3.798, -86.881, 127), + (17281201, 'Death_Jacket', 6659, -78.537, -3.816, -103.364, 127), + (17281202, 'Death_Jacket', 6659, -78.253, -3.832, -101.627, 86), + (17281203, 'Goblin_Furrier', 6666, -88.199, -3.113, -109.860, 88), + (17281204, 'Goblin_Furrier', 6666, -79.580, -3.371, -108.126, 114), + (17281205, 'Fire_Elemental', 6664, 0.000, 0.000, 0.000, 0), + (17281206, 'Death_Jacket', 6659, -75.126, -0.688, -67.527, 50), + (17281207, 'Young_Opo-opo', 6701, -73.904, -0.672, -60.527, 117), + (17281208, 'Death_Jacket', 6659, -68.611, -1.053, -122.947, 72), + (17281209, 'Young_Opo-opo', 6701, -67.544, -0.208, -131.213, 67), + (17281210, 'Death_Jacket', 6659, -109.641, -2.948, -112.366, 127), + (17281211, 'Death_Jacket', 6659, -113.011, -3.551, -76.280, 127), + (17281212, 'Goblin_Furrier', 6666, -118.228, -3.704, -116.298, 127), + (17281213, 'Goblin_Furrier', 6666, -111.581, -3.413, -121.166, 127), + (17281214, 'Fire_Elemental', 6664, 0.000, 0.000, 0.000, 0), + (17281215, 'Death_Jacket', 6659, -130.197, -1.012, -121.272, 127), + (17281216, 'Young_Opo-opo', 6701, -120.455, -1.118, -137.045, 39), + (17281217, 'Young_Opo-opo', 6701, -99.100, 4.496, -80.669, 44), + (17281218, 'Young_Opo-opo', 6701, -109.242, 9.048, -101.748, 118), + (17281219, 'Overgrown_Rose', 6690, -104.928, 8.474, -95.188, 127), + (17281220, 'Young_Opo-opo', 6701, -182.805, 8.506, -54.780, 76), + (17281221, 'Young_Opo-opo', 6701, -180.726, 9.243, -59.210, 127), + (17281222, 'Young_Opo-opo', 6701, -178.882, 6.800, -91.047, 127), + (17281223, 'Young_Opo-opo', 6701, -178.333, 8.190, -71.472, 72), + (17281224, 'Young_Opo-opo', 6701, -16.387, 8.121, -106.115, 72), + (17281225, 'Young_Opo-opo', 6701, -15.509, 8.586, -103.444, 127), + (17281226, 'Young_Opo-opo', 6701, -21.796, 8.164, -86.401, 127), + (17281227, 'Goblin_Furrier', 6666, -21.894, 8.141, -86.300, 127), + (17281228, 'Goblin_Furrier', 6666, -16.804, 7.956, -107.663, 101), + (17281229, 'Young_Opo-opo', 6701, -149.077, 6.794, -178.865, 83), + (17281230, 'Young_Opo-opo', 6701, -147.151, 5.066, -147.326, 127), + (17281231, 'Death_Jacket', 6659, -50.028, 1.574, -179.579, 88), + (17281232, 'Death_Jacket', 6659, -66.722, 3.669, -183.948, 127), + (17281233, 'Young_Opo-opo', 6701, -63.611, 4.078, -181.443, 127), + (17281234, 'Young_Opo-opo', 6701, -53.608, 2.488, -176.325, 127), + (17281235, 'Goblin_Furrier', 6666, -69.943, 2.144, -183.160, 10), + (17281236, 'Goblin_Furrier', 6666, -87.126, 0.036, -180.217, 127), + (17281237, 'Young_Opo-opo', 6701, -63.869, 8.767, -217.589, 127), + (17281238, 'Young_Opo-opo', 6701, -59.793, 9.399, -223.670, 26), + (17281239, 'Goblin_Furrier', 6666, -63.782, 8.459, -215.950, 84), + (17281240, 'Goblin_Furrier', 6666, -66.655, 8.314, -214.216, 120), + (17281241, 'Young_Opo-opo', 6701, -130.251, -0.062, -319.091, 127), + (17281242, 'Young_Opo-opo', 6701, -220.520, -1.569, -406.892, 107), + (17281243, 'Goblin_Furrier', 6666, -165.093, -0.379, -325.824, 3), + (17281244, 'Young_Opo-opo', 6701, -206.353, -0.500, -326.139, 56), + (17281245, 'Goblin_Furrier', 6666, -224.306, -1.550, -358.469, 127), + (17281246, 'Young_Opo-opo', 6701, -198.621, 0.100, -417.526, 127), + (17281247, 'Young_Opo-opo', 6701, -160.167, 0.100, -421.809, 85), + (17281248, 'Goblin_Furrier', 6666, -201.000, 0.135, -373.000, 127), + (17281249, 'Young_Opo-opo', 6701, -276.550, -0.499, -359.470, 36), + (17281250, 'Young_Opo-opo', 6701, -273.129, -0.341, -355.215, 17), + (17281251, 'Goblin_Furrier', 6666, -238.298, -0.420, -366.293, 127), + (17281252, 'Overgrown_Rose', 6690, -279.000, -0.433, -378.000, 51), + (17281253, 'Young_Opo-opo', 6701, -252.309, -0.071, -405.585, 127), + (17281254, 'Goblin_Furrier', 6666, -273.333, -1.245, -429.167, 32), + (17281255, 'Overgrown_Rose', 6690, -295.436, -0.450, -440.160, 73), + (17281256, 'Soldier_Crawler', 6696, -102.102, 8.892, -502.070, 87), + (17281257, 'Soldier_Crawler', 6696, -139.851, 7.038, -488.996, 127), + (17281258, 'Goblin_Robber', 6669, -108.225, 8.215, -505.077, 30), + (17281259, 'Soldier_Crawler', 6696, -177.207, 11.532, -396.064, 127), + (17281260, 'Goblin_Robber', 6669, -182.393, 12.107, -405.427, 76), + (17281261, 'Soldier_Crawler', 6696, -226.464, 12.655, -378.872, 20), + (17281262, 'Goblin_Robber', 6669, -214.290, 12.386, -384.512, 127), + (17281263, 'Soldier_Crawler', 6696, -82.776, 7.734, -378.742, 127), + (17281264, 'Soldier_Crawler', 6696, -84.272, 7.800, -378.757, 120), + (17281265, 'Goblin_Robber', 6669, -121.343, 7.800, -420.005, 127), + (17281266, 'Young_Opo-opo', 6701, -257.659, 12.434, -415.386, 8), + (17281267, 'Young_Opo-opo', 6701, -308.894, 15.764, -371.744, 120), + (17281268, 'Young_Opo-opo', 6701, -349.834, 16.371, -373.640, 127), + (17281269, 'Creek_Sahagin', 6658, -364.000, 17.000, -357.000, 127), + (17281270, 'River_Sahagin', 6691, -317.000, 16.500, -357.000, 127), + (17281271, 'River_Sahagin', 6691, -339.000, 17.000, -370.000, 127), + (17281272, 'Young_Opo-opo', 6701, -334.684, 16.499, -439.656, 127), + (17281273, 'Stream_Sahagin', 6697, -355.120, 16.375, -408.820, 127), + (17281274, 'Creek_Sahagin', 6658, -307.620, 16.003, -442.164, 114), + (17281275, 'Creek_Sahagin', 6658, -318.559, 16.602, -435.765, 127), + (17281276, 'Water_Elemental', 6700, -336.736, 16.716, -445.514, 123), + (17281277, 'Young_Opo-opo', 6701, -404.932, 16.328, -398.016, 127), + (17281278, 'Creek_Sahagin', 6658, -362.199, 16.375, -410.236, 127), + (17281279, 'Creek_Sahagin', 6658, -407.000, 16.297, -391.000, 127), + (17281280, 'Stream_Sahagin', 6697, -388.747, 16.727, -380.730, 127), + (17281281, 'Meww_the_Turtlerider', 6686, -384.000, 17.000, -390.000, 127), + (17281282, 'Creek_Sahagin', 6658, 0.000, 0.000, 0.000, 0), + (17281283, 'Stream_Sahagin', 6697, 0.000, 0.000, 0.000, 0), + (17281284, 'Young_Opo-opo', 6701, -426.171, 16.575, -337.016, 68), + (17281285, 'Young_Opo-opo', 6701, -454.871, 16.243, -338.306, 127), + (17281286, 'River_Sahagin', 6691, -423.903, 16.796, -325.448, 29), + (17281287, 'Stream_Sahagin', 6697, -417.305, 16.584, -338.772, 127), + (17281288, 'Creek_Sahagin', 6658, -444.622, 16.752, -333.357, 127), + (17281289, 'Water_Elemental', 6700, -388.503, 16.305, -329.763, 127), + (17281290, 'Young_Opo-opo', 6701, -421.737, 10.758, -291.369, 53), + (17281291, 'Young_Opo-opo', 6701, -425.998, 10.522, -293.283, 97), + (17281292, 'Young_Opo-opo', 6701, -382.196, 15.711, -523.952, 75), + (17281293, 'Young_Opo-opo', 6701, -381.514, 15.643, -515.689, 127), + (17281294, 'Creek_Sahagin', 6658, -381.726, 17.193, -538.519, 35), + (17281295, 'River_Sahagin', 6691, -383.713, 15.930, -529.877, 127), + (17281297, 'Young_Opo-opo', 6701, -544.672, 19.029, -495.441, 62), + (17281298, 'Young_Opo-opo', 6701, -538.820, 18.159, -504.859, 45), + (17281299, 'Creek_Sahagin', 6658, -535.692, 14.455, -535.570, 127), + (17281300, 'Creek_Sahagin', 6658, -514.669, 15.629, -541.595, 116), + (17281301, 'Stream_Sahagin', 6697, -540.082, 18.943, -502.526, 127), + (17281302, 'Makara', 6685, -465.539, 15.917, -422.440, 48), + (17281303, 'Makara', 6685, -452.344, 16.472, -420.411, 127), + (17281304, 'Makara', 6685, -442.901, 15.716, -456.802, 127), + (17281305, 'Makara', 6685, -310.002, 16.554, -421.761, 20), + (17281306, 'Makara', 6685, -346.137, 16.495, -403.723, 127), + (17281307, 'Makara', 6685, -345.424, 15.116, -469.895, 20), + (17281308, 'Makara', 6685, -344.771, 16.169, -342.925, 94), + (17281309, 'Makara', 6685, -457.397, 16.687, -345.215, 127), + (17281310, 'Death_Jacket', 6659, -24.141, 2.224, -419.983, 127), + (17281311, 'Soldier_Crawler', 6696, -29.129, 0.744, -422.892, 127), + (17281312, 'Soldier_Crawler', 6696, -17.095, 0.553, -429.135, 127), + (17281313, 'Goblin_Poacher', 6667, -21.485, 1.899, -423.433, 127), + (17281314, 'Death_Jacket', 6659, -22.363, -0.034, -471.804, 127), + (17281315, 'Soldier_Crawler', 6696, -20.770, -0.001, -469.018, 127), + (17281316, 'Soldier_Crawler', 6696, -15.272, 2.743, -460.526, 17), + (17281317, 'Goblin_Poacher', 6667, -20.169, 2.375, -458.206, 36), + (17281318, 'Lava_Bomb', 6684, -17.064, -0.301, -478.274, 59), + (17281319, 'Soldier_Crawler', 6696, -63.448, 1.790, -460.450, 65), + (17281320, 'Soldier_Crawler', 6696, -61.468, 2.653, -452.936, 127), + (17281321, 'Goblin_Poacher', 6667, -59.484, 2.344, -452.825, 127), + (17281322, 'Death_Jacket', 6659, -4.242, 0.010, -499.635, 127), + (17281323, 'Soldier_Crawler', 6696, -0.178, -0.357, -502.893, 127), + (17281324, 'Soldier_Crawler', 6696, 3.855, 0.021, -498.109, 127), + (17281325, 'Goblin_Poacher', 6667, 9.321, 2.069, -498.709, 127), + (17281326, 'Ivory_Lizard', 6681, -62.415, 8.980, 144.720, 127), + (17281327, 'Ivory_Lizard', 6681, -55.853, 8.602, 136.253, 127), + (17281328, 'Ivory_Lizard', 6681, -58.299, 8.042, 132.332, 84), + (17281329, 'Goblin_Smithy', 6670, -60.000, 8.185, 156.000, 127), + (17281330, 'Goblin_Smithy', 6670, -54.000, 6.000, 105.000, 127), + (17281331, 'Yuhtunga_Mandragora', 6702, -23.311, 3.354, 104.445, 127), + (17281332, 'Yuhtunga_Mandragora', 6702, -19.989, 3.132, 96.453, 88), + (17281333, 'Death_Jacket', 6659, -22.902, 2.554, 144.301, 127), + (17281334, 'Death_Jacket', 6659, -22.539, 2.973, 91.697, 94), + (17281335, 'Goblin_Smithy', 6670, -17.475, 2.708, 94.160, 127), + (17281336, 'Yuhtunga_Mandragora', 6702, 35.982, 0.276, 138.306, 4), + (17281337, 'Yuhtunga_Mandragora', 6702, 13.438, 3.287, 134.694, 19), + (17281338, 'Death_Jacket', 6659, 26.426, 2.935, 137.814, 45), + (17281339, 'Goblin_Smithy', 6670, 23.728, 3.502, 138.000, 17), + (17281340, 'Ivory_Lizard', 6681, 14.688, 0.596, 187.424, 127), + (17281341, 'Ivory_Lizard', 6681, 28.151, 6.400, 175.229, 110), + (17281342, 'Goblin_Smithy', 6670, 19.933, 4.557, 171.954, 97), + (17281343, 'Yuhtunga_Mandragora', 6702, -170.000, -0.012, 359.000, 24), + (17281344, 'Yuhtunga_Mandragora', 6702, 22.480, -0.502, 233.951, 54), + (17281345, 'Goblin_Smithy', 6670, 47.286, -0.725, 217.752, 127), + (17281346, 'Goblin_Smithy', 6670, 23.592, -0.493, 255.922, 127), + (17281347, 'Yuhtunga_Mandragora', 6702, 60.847, -0.498, 284.706, 42), + (17281348, 'Yuhtunga_Mandragora', 6702, 55.523, -0.441, 297.166, 127), + (17281349, 'Goblin_Smithy', 6670, 18.831, 0.474, 288.385, 73), + (17281350, 'Death_Jacket', 6659, 36.766, 9.312, 278.544, 44), + (17281351, 'Death_Jacket', 6659, 37.169, 9.188, 240.194, 24), + (17281352, 'Death_Jacket', 6659, 36.098, 9.832, 228.619, 127), + (17281353, 'Death_Jacket', 6659, 42.073, 8.733, 256.439, 53), + (17281354, 'Death_Jacket', 6659, 30.190, 7.934, 242.123, 127), + (17281355, 'Death_Jacket', 6659, 39.103, 8.486, 260.430, 127), + (17281356, 'Overgrown_Rose', 6690, 46.881, 9.239, 255.273, 127), + (17281357, 'Rose_Garden', 6693, 50.000, 10.000, 245.000, 127), + (17281358, 'Voluptuous_Vilma', 6699, 42.000, 9.000, 245.000, 127), + (17281359, 'Ivory_Lizard', 6681, -17.000, 9.000, 290.000, 127), + (17281360, 'Ivory_Lizard', 6681, -23.498, 7.730, 314.417, 78), + (17281361, 'Goblin_Smithy', 6670, -21.000, 7.883, 271.000, 127), + (17281362, 'Goblin_Smithy', 6670, -21.942, 9.095, 342.017, 127), + (17281363, 'Ivory_Lizard', 6681, -95.463, 10.422, 423.225, 127), + (17281364, 'Ivory_Lizard', 6681, -92.927, 10.732, 420.554, 19), + (17281365, 'Goblin_Smithy', 6670, -96.440, 10.331, 422.622, 127), + (17281366, 'Goblin_Smithy', 6670, -96.431, 10.658, 415.545, 88), + (17281367, 'Young_Opo-opo', 6701, 99.067, 7.596, 313.090, 65), + (17281368, 'Ivory_Lizard', 6681, 89.428, 0.271, 294.056, 29), + (17281369, 'Ivory_Lizard', 6681, 104.330, 7.993, 329.460, 94), + (17281370, 'Young_Opo-opo', 6701, 137.698, 12.718, 215.624, 99), + (17281371, 'Ivory_Lizard', 6681, 102.645, 12.758, 222.075, 127), + (17281372, 'Ivory_Lizard', 6681, 144.532, 12.866, 220.726, 127), + (17281373, 'Ivory_Lizard', 6681, 121.886, 11.600, 218.660, 2), + (17281374, 'Young_Opo-opo', 6701, 76.944, -0.169, 429.862, 63), + (17281375, 'Young_Opo-opo', 6701, 114.153, -1.400, 435.011, 127), + (17281376, 'Young_Opo-opo', 6701, 92.547, -0.905, 425.802, 16), + (17281377, 'Goblin_Furrier', 6666, 72.465, -0.500, 438.145, 56), + (17281378, 'Goblin_Furrier', 6666, 93.417, 0.022, 439.740, 127), + (17281379, 'Goblin_Furrier', 6666, 148.950, 6.692, 498.764, 91), + (17281380, 'Goblin_Furrier', 6666, 173.606, 8.495, 505.360, 127), + (17281381, 'Ivory_Lizard', 6681, 198.344, 3.501, 247.409, 127), + (17281382, 'Ivory_Lizard', 6681, 199.277, 3.509, 236.187, 127), + (17281383, 'Jungle_Coeurl', 6682, 199.139, 3.499, 245.978, 105), + (17281384, 'Ivory_Lizard', 6681, 252.475, 3.967, 198.328, 25), + (17281385, 'Jungle_Coeurl', 6682, 235.925, 3.500, 195.956, 45), + (17281386, 'Ivory_Lizard', 6681, 293.753, 2.790, 269.284, 40), + (17281387, 'Jungle_Coeurl', 6682, 291.612, 3.596, 244.457, 127), + (17281389, 'Ivory_Lizard', 6681, 313.351, 3.482, 216.306, 127), + (17281390, 'Ivory_Lizard', 6681, 277.132, 3.802, 209.514, 88), + (17281391, 'Jungle_Coeurl', 6682, 289.920, 3.844, 201.126, 127), + (17281392, 'Ivory_Lizard', 6681, 345.776, 3.712, 194.366, 107), + (17281393, 'Ivory_Lizard', 6681, 357.060, 3.499, 153.131, 115), + (17281394, 'Jungle_Coeurl', 6682, 375.673, 3.499, 157.713, 28), + (17281395, 'Ivory_Lizard', 6681, 334.458, 7.823, 175.993, 98), + (17281396, 'Soldier_Crawler', 6696, 380.091, 21.278, 337.207, 127), + (17281397, 'Soldier_Crawler', 6696, 376.154, 19.961, 348.284, 127), + (17281398, 'Goblin_Reaper', 6668, 377.113, 19.687, 352.656, 77), + (17281399, 'Soldier_Crawler', 6696, 385.374, 21.341, 261.640, 127), + (17281400, 'Goblin_Poacher', 6667, 365.150, 20.252, 290.648, 127), + (17281401, 'Goblin_Poacher', 6667, 392.320, 20.053, 286.034, 127), + (17281402, 'Goblin_Reaper', 6668, 396.050, 20.411, 277.045, 33), + (17281403, 'Soldier_Crawler', 6696, 330.524, 20.650, 291.620, 79), + (17281404, 'Goblin_Poacher', 6667, 338.386, 20.493, 297.339, 127), + (17281405, 'Goblin_Poacher', 6667, 341.070, 20.576, 275.163, 26), + (17281406, 'Goblin_Reaper', 6668, 349.024, 20.504, 280.837, 72), + (17281407, 'Goblin_Reaper', 6668, 313.134, 20.329, 276.370, 127), + (17281408, 'Fire_Elemental', 6664, 0.000, 0.000, 0.000, 0), + (17281409, 'Soldier_Crawler', 6696, 321.379, 20.314, 230.371, 127), + (17281410, 'Goblin_Poacher', 6667, 341.461, 21.056, 227.353, 127), + (17281411, 'Goblin_Reaper', 6668, 315.473, 20.742, 231.476, 127), + (17281412, 'Overgrown_Rose', 6690, 325.769, 20.228, 228.559, 0), + (17281413, 'Fire_Elemental', 6664, 0.000, 0.000, 0.000, 0), + (17281414, 'Soldier_Crawler', 6696, 392.747, 20.909, 208.005, 127), + (17281415, 'Goblin_Poacher', 6667, 411.199, 20.373, 231.407, 12), + (17281416, 'Goblin_Poacher', 6667, 399.041, 20.760, 248.609, 113), + (17281417, 'Goblin_Reaper', 6668, 384.004, 20.234, 232.048, 127), + (17281418, 'Overgrown_Rose', 6690, 401.128, 20.498, 240.486, 33), + (17281419, 'Young_Opo-opo', 6701, 414.945, 20.236, 149.270, 124), + (17281420, 'Young_Opo-opo', 6701, 428.514, 19.667, 181.052, 127), + (17281421, 'Young_Opo-opo', 6701, 394.475, 20.415, 158.363, 127), + (17281422, 'Death_Jacket', 6659, 413.828, 20.526, 163.409, 111), + (17281423, 'Death_Jacket', 6659, 423.893, 20.538, 150.679, 89), + (17281424, 'Water_Elemental', 6700, 413.113, 20.942, 168.948, 15), + (17281425, 'Young_Opo-opo', 6701, 439.897, 20.500, 146.450, 19), + (17281426, 'Young_Opo-opo', 6701, 464.038, 20.728, 168.256, 127), + (17281427, 'Young_Opo-opo', 6701, 439.373, 20.500, 151.933, 58), + (17281428, 'Death_Jacket', 6659, 459.575, 20.500, 153.574, 126), + (17281429, 'Death_Jacket', 6659, 445.041, 20.425, 129.773, 127), + (17281430, 'Water_Elemental', 6700, 461.707, 20.799, 140.829, 125), + (17281431, 'Young_Opo-opo', 6701, 475.661, 20.490, 155.552, 39), + (17281432, 'Young_Opo-opo', 6701, 471.362, 20.477, 156.581, 92), + (17281433, 'Young_Opo-opo', 6701, 476.842, 19.664, 174.926, 126), + (17281434, 'Young_Opo-opo', 6701, 481.110, 20.374, 156.514, 103), + (17281435, 'Death_Jacket', 6659, 465.877, 19.976, 109.405, 127), + (17281436, 'Death_Jacket', 6659, 459.689, 20.127, 111.029, 7), + (17281437, 'Death_Jacket', 6659, 491.413, 19.493, 169.415, 127), + (17281438, 'Young_Opo-opo', 6701, 368.695, 15.625, 174.797, 53), + (17281439, 'Soldier_Crawler', 6696, 443.158, 19.783, 338.528, 127), + (17281440, 'Soldier_Crawler', 6696, 451.228, 18.952, 339.293, 127), + (17281441, 'Goblin_Reaper', 6668, 461.771, 19.719, 357.940, 127), + (17281442, 'Goblin_Reaper', 6668, 458.591, 21.246, 298.470, 127), + (17281443, 'Goblin_Reaper', 6668, 463.973, 20.790, 303.676, 127), + (17281444, 'Lava_Bomb', 6684, 461.118, 15.796, 78.404, 72), + (17281445, 'Fire_Elemental', 6664, 0.000, 0.000, 0.000, 0), + (17281446, 'Soldier_Crawler', 6696, 474.114, 19.361, 220.447, 127), + (17281447, 'Soldier_Crawler', 6696, 471.580, 19.026, 221.588, 127), + (17281448, 'Goblin_Poacher', 6667, 460.685, 19.753, 239.610, 127), + (17281449, 'Goblin_Poacher', 6667, 459.878, 19.620, 235.322, 127), + (17281450, 'Soldier_Crawler', 6696, 537.902, 20.898, 186.563, 59), + (17281451, 'Soldier_Crawler', 6696, 547.149, 20.356, 174.596, 33), + (17281452, 'Soldier_Crawler', 6696, 540.549, 19.817, 165.330, 80), + (17281453, 'Soldier_Crawler', 6696, 537.987, 21.162, 184.557, 51), + (17281454, 'Makara', 6685, 493.675, 19.729, 126.208, 23), + (17281455, 'Makara', 6685, 507.253, 19.128, 135.673, 127), + (17281456, 'Makara', 6685, 455.856, 20.640, 179.568, 127), + (17281457, 'Makara', 6685, 416.435, 20.758, 228.039, 127), + (17281458, 'Makara', 6685, 433.964, 19.579, 266.499, 70), + (17281459, 'Makara', 6685, 395.833, 19.617, 297.558, 127), + (17281460, 'Makara', 6685, 403.151, 19.586, 297.174, 101), + (17281461, 'Makara', 6685, 407.993, 19.417, 300.641, 127), + (17281462, 'Makara', 6685, 365.458, 20.543, 247.040, 127), + (17281463, 'Makara', 6685, 349.211, 20.942, 254.262, 15), + (17281464, 'Makara', 6685, 342.011, 20.576, 274.949, 105), + (17281465, 'Makara', 6685, 346.334, 20.508, 277.422, 127), + (17281466, 'Makara', 6685, 335.094, 20.648, 298.502, 99), + (17281467, 'Goblin_Digger', 6665, -459.990, 2.040, -69.201, 127), + (17281468, 'Hobgoblin_Warrior', 6678, 0.000, 0.000, 0.000, 0), + (17281469, 'Hobgoblin_White_Mage', 6679, -228.265, -40.189, -197.413, 127), + (17281470, 'Hobgoblin_Black_Mage', 6673, 0.000, 0.000, 0.000, 0), + (17281471, 'Hobgoblin_Red_Mage', 6676, 0.000, 0.000, 0.000, 0), + (17281472, 'Hobgoblin_Thief', 6677, 0.000, 0.000, 0.000, 0), + (17281473, 'Hobgoblin_Dark_Knight', 6674, 0.000, 0.000, 0.000, 0), + (17281474, 'Hobgoblin_Ranger', 6675, 0.000, 0.000, 0.000, 0), + (17281475, 'Hobgoblin_Beastmaster', 6672, 0.000, 0.000, 0.000, 0), + (17281476, 'Goblin_s_Bee', 6671, 0.000, 0.000, 0.000, 0), + (17281477, 'Demisahagin_Monk', 6662, 0.000, 0.000, 0.000, 0), + (17281478, 'Demishagin_White_Mage', 6663, 0.000, 0.000, 0.000, 0), + (17281479, 'Demisahagin_Bard', 6660, 0.000, 0.000, 0.000, 0), + (17281480, 'Demisahagin_Dragoon', 6661, 0.000, 0.000, 0.000, 0), + (17281481, 'Sahagin_s_Wyvern', 6695, 0.000, 0.000, 0.000, 0), + (17281482, 'Brook_Sahagin', 6656, 0.000, 0.000, 0.000, 0), + (17281483, 'Brook_Sahagin', 6656, 0.000, 0.000, 0.000, 0), + (17281484, 'Rivulet_Sahagin', 6692, 0.000, 0.000, 0.000, 0), + (17281485, 'Rivulet_Sahagin', 6692, 0.000, 0.000, 0.000, 0), + (17281486, 'Lake_Sahagin', 6683, 0.000, 0.000, 0.000, 0), + (17281487, 'Lake_Sahagin', 6683, 0.000, 0.000, 0.000, 0), + (17281488, 'Brook_Sahagin', 6656, 0.000, 0.000, 0.000, 0), + (17281489, 'Brook_Sahagin', 6656, 0.000, 0.000, 0.000, 0), + (17281490, 'Sahagin_Patriarch', 6694, 0.000, 0.000, 0.000, 0), + (17281491, 'Nasus', 6688, 0.000, 0.000, 0.000, 0), + (17281492, 'Nasus', 6688, 0.000, 0.000, 0.000, 0), + (17281493, 'Nasus', 6688, 0.000, 0.000, 0.000, 0), + (17281494, 'Nasus', 6688, 0.000, 0.000, 0.000, 0), + (17281495, 'Nasus', 6688, 0.000, 0.000, 0.000, 0), + (17281496, 'Nutcracker', 6689, 0.000, 0.000, 0.000, 0), + (17285121, 'Greater_Pugil', 6721, 0.000, 0.000, 0.000, 0), + (17285122, 'Clipper', 6707, 0.000, 0.000, 0.000, 0), + (17285123, 'Vepar', 6750, 0.000, 0.000, 0.000, 0), + (17285124, 'Vepar', 6750, 0.000, 0.000, 0.000, 0), + (17285125, 'Makara', 6734, 313.000, -5.562, -97.000, 0), + (17285126, 'Yhoator_Mandragora', 6755, -265.635, 2.611, 186.091, 127), + (17285127, 'Yhoator_Mandragora', 6755, -261.665, 2.342, 149.288, 127), + (17285128, 'White_Lizard', 6752, -227.000, 3.000, 140.000, 51), + (17285129, 'Yhoator_Mandragora', 6755, -273.315, 7.379, 101.545, 0), + (17285130, 'White_Lizard', 6752, -254.772, 0.403, 110.178, 127), + (17285131, 'Yhoator_Mandragora', 6755, -294.612, -0.035, 54.204, 36), + (17285132, 'Yhoator_Mandragora', 6755, -308.369, 2.422, 58.629, 127), + (17285133, 'Yhoator_Mandragora', 6755, -257.000, 2.000, 186.000, 96), + (17285134, 'Goblin_Smithy', 6718, -298.991, 0.929, 59.005, 115), + (17285135, 'Yhoator_Mandragora', 6755, -275.709, 0.128, 59.259, 20), + (17285136, 'Yhoator_Mandragora', 6755, -265.232, 3.682, 59.501, 100), + (17285137, 'Goblin_Smithy', 6718, -246.000, 1.000, 61.000, 127), + (17285138, 'White_Lizard', 6752, -243.790, 7.653, 19.459, 2), + (17285139, 'White_Lizard', 6752, -261.648, 7.355, 31.986, 127), + (17285140, 'Yhoator_Mandragora', 6755, -221.471, 0.389, 5.189, 99), + (17285141, 'Yhoator_Mandragora', 6755, -223.544, 3.777, 24.207, 127), + (17285142, 'Goblin_Pathfinder', 6713, -219.350, 0.136, 3.727, 127), + (17285143, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285144, 'Yhoator_Mandragora', 6755, -297.000, 0.257, 71.000, 9), + (17285145, 'Yhoator_Mandragora', 6755, -354.291, 0.067, 18.022, 30), + (17285146, 'Goblin_Smithy', 6718, -296.230, 0.873, 25.759, 127), + (17285147, 'White_Lizard', 6752, -340.334, 7.806, -5.710, 65), + (17285148, 'Yhoator_Mandragora', 6755, -380.924, -0.151, 4.477, 81), + (17285149, 'Goblin_Smithy', 6718, -382.353, 1.792, 27.801, 91), + (17285150, 'Goblin_Smithy', 6718, -378.965, 0.047, 7.918, 122), + (17285151, 'Yhoator_Mandragora', 6755, -305.000, 3.000, 101.000, 127), + (17285152, 'Goblin_Smithy', 6718, -387.409, 2.621, -20.706, 111), + (17285153, 'Yhoator_Mandragora', 6755, -205.289, -0.170, 178.258, 8), + (17285154, 'Yhoator_Wasp', 6756, -223.232, 2.279, 178.977, 83), + (17285155, 'Yhoator_Wasp', 6756, -207.178, -0.042, 178.363, 115), + (17285156, 'Goblin_Pathfinder', 6713, -207.893, 0.322, 183.825, 127), + (17285157, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285158, 'Yhoator_Mandragora', 6755, -139.179, 7.639, 123.917, 66), + (17285159, 'White_Lizard', 6752, -164.440, 7.958, 142.136, 127), + (17285160, 'White_Lizard', 6752, -162.275, 7.885, 141.966, 3), + (17285161, 'Yhoator_Wasp', 6756, -182.963, 0.068, 88.284, 35), + (17285162, 'Goblin_Shaman', 6717, -186.373, 0.914, 94.271, 127), + (17285163, 'Yhoator_Wasp', 6756, -177.147, -0.334, 23.289, 127), + (17285164, 'Goblin_Shaman', 6717, -174.016, -0.065, 24.297, 39), + (17285165, 'Goblin_Shaman', 6717, -180.103, -0.451, 29.562, 127), + (17285166, 'Yhoator_Wasp', 6756, -131.153, -2.829, 32.782, 65), + (17285167, 'Goblin_Shaman', 6717, -143.874, -0.042, 10.678, 122), + (17285168, 'Goblin_Shaman', 6717, -139.783, -0.088, 14.904, 100), + (17285169, 'Yhoator_Wasp', 6756, -102.887, -1.711, 25.354, 47), + (17285170, 'Yhoator_Wasp', 6756, -104.866, -2.061, 58.116, 127), + (17285171, 'Goblin_Shaman', 6717, -111.651, -0.292, 25.996, 127), + (17285172, 'Yhoator_Wasp', 6756, -141.006, 9.358, 49.449, 71), + (17285173, 'Yhoator_Wasp', 6756, -113.761, 8.924, 32.051, 127), + (17285174, 'Yhoator_Wasp', 6756, -130.144, 9.356, 47.449, 13), + (17285175, 'Yhoator_Wasp', 6756, -158.532, 9.911, 49.502, 127), + (17285176, 'Yhoator_Wasp', 6756, -149.814, 8.561, 37.555, 127), + (17285177, 'Yhoator_Wasp', 6756, -155.226, 9.211, 39.429, 127), + (17285178, 'Anemone', 6703, -120.886, 9.871, 47.967, 127), + (17285179, 'Yhoator_Mandragora', 6755, -62.060, 0.046, 45.970, 33), + (17285180, 'Yhoator_Wasp', 6756, -70.756, 0.356, 22.190, 127), + (17285181, 'Yhoator_Wasp', 6756, -62.216, 0.199, 10.338, 86), + (17285182, 'Goblin_Shaman', 6717, -84.349, -0.015, 21.716, 127), + (17285183, 'White_Lizard', 6752, -132.806, 1.360, -15.410, 127), + (17285184, 'White_Lizard', 6752, -159.840, 7.884, -19.643, 6), + (17285185, 'Goblin_Shaman', 6717, -152.947, 7.573, -19.639, 127), + (17285186, 'White_Lizard', 6752, -95.496, 11.042, 97.084, 127), + (17285187, 'Goblin_Shaman', 6717, -97.900, 11.654, 84.601, 82), + (17285188, 'Goblin_Bouncer', 6710, -82.778, -0.289, 166.744, 76), + (17285189, 'Goblin_Bouncer', 6710, -92.227, 0.572, 149.116, 76), + (17285190, 'Goblin_Hunter', 6712, -84.715, -0.485, 160.044, 94), + (17285191, 'Goblin_Hunter', 6712, -84.730, -0.499, 242.827, 38), + (17285192, 'Goblin_Hunter', 6712, -83.839, -0.499, 244.845, 67), + (17285193, 'Goblin_Bouncer', 6710, -75.278, -0.635, 246.377, 14), + (17285194, 'White_Lizard', 6752, -14.901, 8.951, 63.171, 122), + (17285195, 'White_Lizard', 6752, -32.624, 7.790, 58.979, 16), + (17285196, 'Goblin_Shaman', 6717, -36.280, 7.893, 60.293, 127), + (17285197, 'Goblin_Bouncer', 6710, 38.973, -0.487, 128.226, 127), + (17285198, 'Goblin_Bouncer', 6710, 43.044, -0.434, 129.065, 127), + (17285199, 'Goblin_Hunter', 6712, 81.795, -0.502, 198.061, 127), + (17285200, 'Goblin_Hunter', 6712, 76.209, 0.071, 182.888, 37), + (17285201, 'Goblin_Bouncer', 6710, 73.379, -0.499, 203.281, 127), + (17285202, 'Goblin_Hunter', 6712, 45.371, -0.465, 229.988, 5), + (17285203, 'Goblin_Hunter', 6712, 39.444, -0.014, 251.899, 127), + (17285204, 'Goblin_Bouncer', 6710, 41.622, 0.029, 253.242, 124), + (17285205, 'Worker_Crawler', 6754, 140.085, 7.327, 126.505, 51), + (17285206, 'Worker_Crawler', 6754, 139.154, 7.681, 116.640, 127), + (17285207, 'Worker_Crawler', 6754, 139.901, 6.968, 129.011, 127), + (17285208, 'Goblin_Robber', 6716, 245.231, -0.470, 84.611, 87), + (17285209, 'Goblin_Trader', 6720, 232.770, -0.279, 73.422, 127), + (17285210, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285211, 'Goblin_Trader', 6720, 184.005, 3.206, 102.927, 113), + (17285212, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285213, 'Master_Coeurl', 6735, 215.377, 0.028, 79.638, 127), + (17285214, 'Goblin_Robber', 6716, 217.886, -0.207, 45.751, 127), + (17285215, 'Goblin_Trader', 6720, 204.760, -0.467, 36.447, 127), + (17285216, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285217, 'Goblin_Trader', 6720, 202.256, -0.377, 45.771, 112), + (17285218, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285219, 'Master_Coeurl', 6735, 197.410, -0.022, 51.679, 127), + (17285220, 'Woodland_Sage', 6753, 190.942, 0.345, 94.828, 127), + (17285221, 'Big_Jaw', 6704, 205.676, -0.051, 58.883, 127), + (17285222, 'Big_Jaw', 6704, 222.315, -0.049, 45.455, 98), + (17285223, 'Water_Elemental', 6751, 226.997, -0.234, 47.484, 105), + (17285224, 'Yhoator_Wasp', 6756, -22.212, -0.283, -46.724, 127), + (17285225, 'Yhoator_Wasp', 6756, -19.361, 4.586, -11.370, 127), + (17285226, 'Goblin_Reaper', 6715, -19.542, -0.057, -38.660, 60), + (17285227, 'Young_Opo-opo', 6757, -30.952, -1.296, -63.010, 127), + (17285228, 'Yhoator_Wasp', 6756, -49.269, -0.321, -66.511, 5), + (17285229, 'Goblin_Reaper', 6715, -53.466, -0.122, -65.836, 127), + (17285230, 'Young_Opo-opo', 6757, -52.390, -2.377, -110.872, 127), + (17285231, 'Yhoator_Wasp', 6756, -48.820, -0.744, -129.886, 127), + (17285232, 'Yhoator_Wasp', 6756, -53.821, -0.881, -121.967, 127), + (17285233, 'Yhoator_Wasp', 6756, -37.132, -3.763, -119.165, 25), + (17285234, 'Yhoator_Wasp', 6756, -30.539, -3.155, -118.037, 127), + (17285235, 'Yhoator_Wasp', 6756, -45.202, -3.718, -123.399, 108), + (17285236, 'Goblin_Reaper', 6715, -39.054, -4.160, -110.649, 127), + (17285237, 'Young_Opo-opo', 6757, 8.657, -2.440, -89.466, 62), + (17285238, 'Yhoator_Wasp', 6756, 0.759, -1.062, -64.695, 30), + (17285239, 'Yhoator_Wasp', 6756, 9.240, -2.164, -89.612, 127), + (17285240, 'Young_Opo-opo', 6757, 8.480, -0.352, -133.587, 50), + (17285241, 'Yhoator_Wasp', 6756, 12.532, -1.531, -116.491, 127), + (17285242, 'Goblin_Pathfinder', 6713, -5.014, -1.235, -138.685, 102), + (17285243, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285244, 'Yhoator_Wasp', 6756, -6.174, -3.015, -96.012, 127), + (17285245, 'Yhoator_Wasp', 6756, -5.626, -3.377, -74.468, 69), + (17285246, 'Yhoator_Wasp', 6756, -3.043, -3.324, -108.609, 51), + (17285247, 'Goblin_Reaper', 6715, -9.908, -3.051, -73.327, 9), + (17285249, 'Young_Opo-opo', 6757, -23.267, 8.712, -99.830, 13), + (17285250, 'Yhoator_Wasp', 6756, -26.860, 7.297, -91.678, 83), + (17285251, 'Yhoator_Wasp', 6756, -12.858, 8.046, -100.449, 127), + (17285252, 'Anemone', 6703, -12.399, 7.976, -101.049, 127), + (17285253, 'Young_Opo-opo', 6757, -55.460, 8.690, -95.713, 127), + (17285254, 'Young_Opo-opo', 6757, -64.770, 8.987, -101.311, 127), + (17285255, 'Young_Opo-opo', 6757, -104.912, 1.108, -56.207, 127), + (17285256, 'Young_Opo-opo', 6757, -99.207, 2.248, -55.929, 109), + (17285257, 'Yhoator_Wasp', 6756, -20.740, 0.186, -144.909, 127), + (17285258, 'Yhoator_Wasp', 6756, -16.042, -0.844, -148.207, 127), + (17285259, 'Goblin_Reaper', 6715, -22.539, -0.182, -149.411, 127), + (17285260, 'Young_Opo-opo', 6757, -186.693, 8.396, -105.571, 89), + (17285261, 'Young_Opo-opo', 6757, -173.788, 8.841, -96.746, 127), + (17285262, 'Worker_Crawler', 6754, -185.046, 8.627, -103.278, 127), + (17285263, 'Worker_Crawler', 6754, -163.694, 7.915, -98.927, 37), + (17285264, 'Young_Opo-opo', 6757, -98.948, 9.256, -180.880, 65), + (17285265, 'Young_Opo-opo', 6757, -101.483, 9.312, -181.800, 127), + (17285266, 'Worker_Crawler', 6754, -136.872, 8.645, -175.919, 106), + (17285267, 'Worker_Crawler', 6754, -98.905, 9.204, -180.357, 127), + (17285268, 'Master_Coeurl', 6735, -228.308, 1.610, -103.275, 97), + (17285269, 'Worker_Crawler', 6754, -278.464, 0.100, -142.112, 55), + (17285270, 'Worker_Crawler', 6754, -284.669, 0.057, -146.368, 3), + (17285271, 'Master_Coeurl', 6735, -253.496, 0.037, -160.586, 91), + (17285272, 'Worker_Crawler', 6754, -181.551, 3.603, -183.898, 127), + (17285273, 'Worker_Crawler', 6754, -218.490, -0.437, -151.493, 56), + (17285274, 'Master_Coeurl', 6735, -217.503, -0.462, -151.808, 41), + (17285275, 'Worker_Crawler', 6754, -217.345, 8.966, -264.751, 127), + (17285276, 'Worker_Crawler', 6754, -222.386, 8.878, -256.997, 127), + (17285277, 'Master_Coeurl', 6735, -273.297, -0.670, -184.633, 127), + (17285278, 'Worker_Crawler', 6754, -405.793, 7.459, -97.643, 127), + (17285279, 'Worker_Crawler', 6754, -399.022, 7.825, -98.528, 127), + (17285280, 'Master_Coeurl', 6735, -277.869, -0.456, -358.204, 127), + (17285281, 'Worker_Crawler', 6754, -389.230, 7.990, -103.306, 127), + (17285282, 'Worker_Crawler', 6754, -473.243, 0.179, -140.770, 8), + (17285283, 'Master_Coeurl', 6735, -270.218, -0.418, -451.742, 29), + (17285284, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285285, 'Anemone', 6703, -231.491, -0.486, -362.584, 53), + (17285286, 'Worker_Crawler', 6754, -506.303, 2.441, -139.962, 127), + (17285287, 'Worker_Crawler', 6754, -497.217, -0.351, -116.024, 127), + (17285288, 'Worker_Crawler', 6754, -461.888, 0.404, -195.221, 127), + (17285289, 'Worker_Crawler', 6754, -457.492, -0.307, -157.121, 127), + (17285290, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285291, 'Young_Opo-opo', 6757, -464.742, 0.608, -145.496, 56), + (17285292, 'Young_Opo-opo', 6757, -435.984, -0.044, -140.060, 14), + (17285293, 'Goblin_Poacher', 6714, 0.000, 0.000, 0.000, 0), + (17285294, 'Worker_Crawler', 6754, -494.439, 8.435, -183.929, 127), + (17285295, 'Worker_Crawler', 6754, -495.759, 8.412, -183.267, 127), + (17285296, 'Yhoator_Wasp', 6756, -500.443, -0.025, -119.308, 21), + (17285297, 'Yhoator_Wasp', 6756, -504.362, 0.440, -127.460, 127), + (17285298, 'Goblin_Poacher', 6714, -499.902, -0.034, -115.529, 127), + (17285299, 'Worker_Crawler', 6754, -468.152, 1.022, -226.360, 124), + (17285300, 'Worker_Crawler', 6754, -416.384, -0.087, -234.285, 127), + (17285301, 'Young_Opo-opo', 6757, -463.233, 2.423, -190.227, 127), + (17285302, 'Goblin_Poacher', 6714, -461.530, 3.982, -182.784, 127), + (17285303, 'Worker_Crawler', 6754, -418.399, 0.083, -205.477, 127), + (17285304, 'Worker_Crawler', 6754, -461.460, 3.763, -301.840, 127), + (17285305, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285306, 'Worker_Crawler', 6754, -346.559, 6.614, -217.975, 83), + (17285307, 'Worker_Crawler', 6754, -350.116, 6.953, -219.390, 127), + (17285308, 'Young_Opo-opo', 6757, -457.135, 2.443, -225.992, 127), + (17285309, 'Goblin_Poacher', 6714, -471.870, -0.070, -218.976, 96), + (17285310, 'Goblin_Poacher', 6714, -456.391, 2.274, -223.585, 127), + (17285311, 'Worker_Crawler', 6754, -348.410, 6.308, -214.622, 118), + (17285312, 'Worker_Crawler', 6754, -385.181, 6.350, -304.162, 68), + (17285313, 'Yhoator_Wasp', 6756, -416.608, 1.454, -210.772, 127), + (17285314, 'Yhoator_Wasp', 6756, -418.280, 0.026, -234.524, 127), + (17285315, 'Goblin_Reaper', 6715, -418.165, 0.436, -248.133, 127), + (17285316, 'Worker_Crawler', 6754, -385.048, 6.347, -304.280, 74), + (17285317, 'Young_Opo-opo', 6757, -457.145, 1.718, -309.272, 69), + (17285318, 'Goblin_Poacher', 6714, -457.882, -0.249, -278.698, 17), + (17285319, 'Worker_Crawler', 6754, -385.205, 6.320, -305.034, 76), + (17285320, 'Worker_Crawler', 6754, -284.258, -0.162, -371.337, 127), + (17285321, 'Young_Opo-opo', 6757, -345.519, 6.308, -213.792, 127), + (17285322, 'Worker_Crawler', 6754, -249.064, -0.169, -363.637, 117), + (17285323, 'Worker_Crawler', 6754, -274.461, -0.383, -363.957, 106), + (17285324, 'Worker_Crawler', 6754, -317.265, -0.434, -436.522, 116), + (17285325, 'Young_Opo-opo', 6757, -388.126, 6.414, -304.433, 127), + (17285326, 'Worker_Crawler', 6754, -299.335, 0.079, -441.554, 3), + (17285327, 'Worker_Crawler', 6754, -296.424, -0.036, -432.720, 127), + (17285328, 'Worker_Crawler', 6754, -191.740, -0.448, -440.003, 127), + (17285329, 'Young_Opo-opo', 6757, -200.137, -0.499, -313.580, 127), + (17285330, 'Young_Opo-opo', 6757, -201.749, -0.496, -315.253, 127), + (17285331, 'Goblin_Robber', 6716, -212.108, 0.110, -311.249, 127), + (17285332, 'Young_Opo-opo', 6757, -384.137, 2.468, -387.935, 66), + (17285333, 'Young_Opo-opo', 6757, -368.672, -0.307, -395.562, 65), + (17285334, 'Goblin_Robber', 6716, -363.247, -0.499, -407.371, 127), + (17285335, 'Worker_Crawler', 6754, -195.520, -0.499, -432.647, 127), + (17285336, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285337, 'Worker_Crawler', 6754, 375.892, 12.686, -502.998, 34), + (17285338, 'Master_Coeurl', 6735, -193.157, -0.057, -454.978, 72), + (17285339, 'Goblin_Robber', 6716, -243.718, -0.412, -364.693, 127), + (17285340, 'Anemone', 6703, 0.000, 0.000, 0.000, 0), + (17285342, 'Worker_Crawler', 6754, 413.703, 12.320, -507.179, 62), + (17285343, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285344, 'Worker_Crawler', 6754, 65.828, 6.522, -262.021, 97), + (17285345, 'Master_Coeurl', 6735, 0.000, 0.000, 0.000, 0), + (17285346, 'Goblin_Poacher', 6714, -275.399, -0.469, -449.129, 3), + (17285347, 'Anemone', 6703, 0.000, 0.000, 0.000, 0), + (17285348, 'Worker_Crawler', 6754, 284.997, 7.504, -299.228, 127), + (17285349, 'Worker_Crawler', 6754, 258.024, 7.894, -4.218, 127), + (17285350, 'Worker_Crawler', 6754, 251.998, 8.275, -12.745, 90), + (17285351, 'Master_Coeurl', 6735, 538.635, -0.138, -434.614, 127), + (17285352, 'Goblin_Robber', 6716, -197.087, -0.350, -474.758, 127), + (17285353, 'Goblin_Robber', 6716, 0.000, 0.000, 0.000, 0), + (17285354, 'Anemone', 6703, -86.521, -0.480, -320.457, 127), + (17285355, 'Young_Opo-opo', 6757, -172.749, -0.494, -467.085, 127), + (17285356, 'Young_Opo-opo', 6757, -159.032, -0.499, -477.156, 59), + (17285357, 'Young_Opo-opo', 6757, -130.968, 6.930, -419.317, 116), + (17285358, 'Tonberry_Creeper', 6742, -137.463, 6.567, -425.404, 127), + (17285359, 'Young_Opo-opo', 6757, -153.655, 7.842, -341.285, 18), + (17285360, 'Tonberry_Hexer', 6745, -148.326, 8.243, -346.058, 50), + (17285361, 'Goblin_Reaper', 6715, 16.210, 8.557, -209.999, 75), + (17285362, 'Goblin_Reaper', 6715, 17.289, 9.063, -215.528, 127), + (17285363, 'Goblin_Reaper', 6715, 19.447, 7.938, -234.127, 80), + (17285364, 'Young_Opo-opo', 6757, -79.010, 7.815, -220.860, 4), + (17285365, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285366, 'Young_Opo-opo', 6757, -38.075, -0.372, -287.643, 127), + (17285367, 'Young_Opo-opo', 6757, -61.387, 0.070, -286.287, 127), + (17285368, 'Tonberry_Creeper', 6742, -77.685, -0.493, -329.433, 114), + (17285369, 'Anemone', 6703, 271.523, 0.124, -493.666, 127), + (17285370, 'Young_Opo-opo', 6757, -17.081, -0.130, -328.765, 44), + (17285371, 'Young_Opo-opo', 6757, -42.881, 0.086, -340.803, 15), + (17285372, 'Young_Opo-opo', 6757, -31.813, -0.076, -348.300, 127), + (17285373, 'Tonberry_Hexer', 6745, -39.433, -0.051, -332.916, 90), + (17285374, 'Young_Opo-opo', 6757, -31.058, 0.003, -370.522, 76), + (17285375, 'Young_Opo-opo', 6757, -57.188, -0.015, -391.577, 83), + (17285376, 'Young_Opo-opo', 6757, -57.024, -0.071, -399.408, 97), + (17285377, 'Tonberry_Creeper', 6742, -26.058, -0.057, -403.778, 115), + (17285378, 'Young_Opo-opo', 6757, 37.509, -0.030, -345.689, 49), + (17285379, 'Young_Opo-opo', 6757, 36.568, -0.319, -315.060, 6), + (17285380, 'Young_Opo-opo', 6757, 31.694, -0.125, -334.372, 127), + (17285381, 'Tonberry_Creeper', 6742, 32.904, -0.045, -353.409, 127), + (17285382, 'Young_Opo-opo', 6757, 37.835, 0.060, -383.377, 127), + (17285383, 'Young_Opo-opo', 6757, 74.235, -0.346, -405.374, 29), + (17285384, 'Young_Opo-opo', 6757, 68.781, -0.642, -387.511, 127), + (17285385, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285386, 'Young_Opo-opo', 6757, -20.162, 0.092, -351.445, 127), + (17285387, 'Young_Opo-opo', 6757, -4.795, -0.354, -400.263, 127), + (17285388, 'Tonberry_Hexer', 6745, 14.274, -1.670, -414.336, 18), + (17285389, 'Tonberry_Creeper', 6742, -5.443, -0.332, -399.649, 41), + (17285390, 'Fire_Elemental', 6709, 0.000, 0.000, 0.000, 0), + (17285391, 'Young_Opo-opo', 6757, 117.237, -0.499, -395.620, 54), + (17285392, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285393, 'Tonberry_Shadower', 6747, 24.922, -5.023, -423.784, 19), + (17285395, 'Tonberry_Jinxer', 6746, 0.000, 0.000, 0.000, 0), + (17285396, 'Tonberry_Chopper', 6741, 0.000, 0.000, 0.000, 0), + (17285397, 'Tonberry_Chopper', 6741, 17.325, -10.500, -454.870, 30), + (17285398, 'Tonberry_Shadower', 6747, 48.523, -10.500, -466.110, 32), + (17285399, 'Tonberry_Chopper', 6741, 0.000, 0.000, 0.000, 0), + (17285400, 'Tonberry_Shadower', 6747, 56.048, -18.500, -425.292, 19), + (17285401, 'Tonberry_Jinxer', 6746, 1.976, -18.383, -435.409, 127), + (17285402, 'Tonberry_Shadower', 6747, 20.698, -18.457, -436.720, 62), + (17285403, 'Tonberry_Chopper', 6741, 0.000, 0.000, 0.000, 0), + (17285404, 'Tonberry_Creeper', 6742, 179.353, 6.741, -452.006, 127), + (17285405, 'Tonberry_Hexer', 6745, 177.102, 2.617, -467.835, 59), + (17285406, 'Young_Opo-opo', 6757, 262.858, -0.216, -505.492, 127), + (17285407, 'Young_Opo-opo', 6757, 200.735, 0.033, -494.608, 102), + (17285408, 'Young_Opo-opo', 6757, 250.290, 0.061, -489.007, 127), + (17285409, 'Tonberry_Hexer', 6745, 222.923, -0.064, -502.395, 7), + (17285410, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285411, 'Young_Opo-opo', 6757, 248.853, -0.220, -404.197, 103), + (17285412, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285413, 'Young_Opo-opo', 6757, 317.437, -0.104, -390.890, 27), + (17285414, 'Tonberry_Hexer', 6745, 325.771, 0.043, -376.655, 127), + (17285415, 'Young_Opo-opo', 6757, 364.333, -0.499, -396.278, 112), + (17285416, 'Tonberry_Harasser', 6744, 367.422, -0.495, -397.447, 127), + (17285417, 'Tonberry_s_Elemental', 6749, 0.000, 0.000, 0.000, 0), + (17285418, 'Young_Opo-opo', 6757, 370.715, -0.570, -460.251, 127), + (17285419, 'Young_Opo-opo', 6757, 398.912, -0.061, -467.421, 127), + (17285420, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285421, 'Tonberry_Hexer', 6745, 369.392, -0.387, -472.908, 127), + (17285422, 'Young_Opo-opo', 6757, 418.724, 8.338, -388.449, 127), + (17285423, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285424, 'Young_Opo-opo', 6757, 357.485, -0.490, -521.913, 64), + (17285425, 'Young_Opo-opo', 6757, 377.239, -0.984, -481.731, 127), + (17285426, 'Tonberry_Creeper', 6742, 393.734, -0.408, -525.033, 76), + (17285427, 'Tonberry_Harasser', 6744, 0.000, 0.000, 0.000, 0), + (17285428, 'Tonberry_s_Elemental', 6749, 0.000, 0.000, 0.000, 0), + (17285429, 'Young_Opo-opo', 6757, 322.410, 1.169, -495.517, 10), + (17285430, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285431, 'Anemone', 6703, 233.223, 0.096, -256.181, 90), + (17285432, 'Young_Opo-opo', 6757, 268.948, -0.074, -460.804, 127), + (17285433, 'Young_Opo-opo', 6757, 271.018, -0.369, -441.978, 127), + (17285434, 'Tonberry_Hexer', 6745, 268.423, 0.089, -450.274, 127), + (17285435, 'Tonberry_Creeper', 6742, 262.244, -0.736, -422.638, 34), + (17285436, 'Young_Opo-opo', 6757, 322.714, -0.124, -434.205, 127), + (17285437, 'Young_Opo-opo', 6757, 335.244, -1.471, -427.168, 127), + (17285438, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285439, 'Tonberry_Hexer', 6745, 339.347, -1.530, -432.343, 127), + (17285440, 'Young_Opo-opo', 6757, 298.236, -2.304, -445.288, 24), + (17285441, 'Tonberry_Hexer', 6745, 305.287, -2.314, -448.882, 92), + (17285442, 'Young_Opo-opo', 6757, 157.874, -0.499, -524.097, 24), + (17285443, 'Tonberry_Creeper', 6742, 174.418, -0.023, -519.859, 0), + (17285444, 'Young_Opo-opo', 6757, 425.257, -2.226, -513.703, 21), + (17285445, 'Tonberry_Creeper', 6742, 440.505, -0.504, -517.405, 127), + (17285446, 'Big_Jaw', 6704, 284.801, 2.958, -502.966, 127), + (17285447, 'Big_Jaw', 6704, 0.000, 0.000, 0.000, 0), + (17285448, 'Water_Elemental', 6751, 251.963, -0.128, -526.662, 127), + (17285449, 'Big_Jaw', 6704, 335.104, 3.084, -500.759, 36), + (17285450, 'Big_Jaw', 6704, 351.259, -0.342, -521.626, 127), + (17285451, 'Water_Elemental', 6751, 350.794, -0.365, -519.497, 64), + (17285452, 'Big_Jaw', 6704, 319.465, -2.831, -518.956, 123), + (17285453, 'Tonberry_Creeper', 6742, 297.891, -4.576, -518.863, 123), + (17285454, 'Tonberry_Hexer', 6745, 310.972, -4.500, -574.585, 127), + (17285455, 'Tonberry_Creeper', 6742, 348.195, -4.532, -539.337, 127), + (17285456, 'Tonberry_Hexer', 6745, 348.056, -11.691, -572.156, 127), + (17285457, 'Tonberry_Creeper', 6742, 359.268, -18.649, -541.366, 127), + (17285458, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285459, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285460, 'Bisque-heeled_Sunberry', 6705, 296.401, -18.499, -505.720, 91), + (17285461, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285462, 'Tonberry_Creeper', 6742, 334.717, -4.500, -556.986, 88), + (17285463, 'Tonberry_Creeper', 6742, 347.246, -10.500, -589.040, 4), + (17285464, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285465, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285466, 'Tonberry_Creeper', 6742, 337.670, -18.591, -554.230, 56), + (17285467, 'Worker_Crawler', 6754, 233.713, -0.457, -121.367, 39), + (17285468, 'Worker_Crawler', 6754, 158.346, -0.405, -124.779, 127), + (17285469, 'Worker_Crawler', 6754, 187.059, -1.047, -118.583, 127), + (17285470, 'Goblin_Poacher', 6714, 500.894, 7.822, -520.350, 67), + (17285471, 'Master_Coeurl', 6735, 0.000, 0.000, 0.000, 0), + (17285472, 'Goblin_Robber', 6716, 519.725, 0.025, -414.084, 127), + (17285473, 'Goblin_Poacher', 6714, 517.083, -0.312, -433.496, 37), + (17285474, 'Master_Coeurl', 6735, 540.966, 0.094, -397.771, 127), + (17285475, 'Master_Coeurl', 6735, 561.399, -0.499, -397.781, 127), + (17285476, 'Puroboros', 6740, 532.223, -0.162, -434.773, 127), + (17285477, 'Goblin_Poacher', 6714, 546.000, 0.057, -399.101, 104), + (17285478, 'Goblin_Robber', 6716, 563.053, -0.478, -401.753, 127), + (17285479, 'Master_Coeurl', 6735, 547.446, 8.499, -344.637, 26), + (17285480, 'Master_Coeurl', 6735, 413.352, -8.142, 95.121, 127), + (17285481, 'Puroboros', 6740, 568.885, -0.498, -404.652, 64), + (17285482, 'Big_Jaw', 6704, 548.004, -0.172, -433.181, 95), + (17285483, 'Big_Jaw', 6704, 556.769, 0.060, -420.766, 35), + (17285484, 'Goblin_Robber', 6716, 566.369, 7.415, -338.881, 127), + (17285485, 'Master_Coeurl', 6735, 477.139, -0.570, 34.580, 6), + (17285486, 'Worker_Crawler', 6754, 121.170, -0.495, -231.206, 120), + (17285487, 'Tonberry_Hexer', 6745, 59.955, 7.044, -269.832, 127), + (17285488, 'Worker_Crawler', 6754, 220.049, -0.164, -228.813, 118), + (17285489, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285490, 'Worker_Crawler', 6754, 237.975, -0.022, -250.510, 127), + (17285491, 'Worker_Crawler', 6754, 187.140, 12.375, -147.779, 21), + (17285492, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285493, 'Tonberry_Hexer', 6745, 236.941, -0.500, -82.527, 127), + (17285494, 'Tonberry_Creeper', 6742, 236.445, 0.017, -99.661, 23), + (17285495, 'Tonberry_Harasser', 6744, 231.520, -0.125, -101.445, 70), + (17285496, 'Tonberry_s_Elemental', 6749, 0.000, 0.000, 0.000, 0), + (17285497, 'Worker_Crawler', 6754, 180.050, 11.834, -122.896, 127), + (17285498, 'Tonberry_Creeper', 6742, 162.054, 0.100, -136.331, 127), + (17285499, 'Tonberry_Harasser', 6744, 143.595, -0.036, -121.116, 118), + (17285500, 'Tonberry_s_Elemental', 6749, 0.000, 0.000, 0.000, 0), + (17285501, 'Goblin_Reaper', 6715, 74.135, 7.456, -101.165, 11), + (17285502, 'Goblin_Reaper', 6715, 60.373, 6.923, -91.055, 54), + (17285503, 'Goblin_Reaper', 6715, 60.847, 6.963, -70.691, 127), + (17285504, 'Worker_Crawler', 6754, 165.436, 11.552, -100.674, 127), + (17285505, 'Tonberry_Hexer', 6745, 169.551, -0.134, -155.518, 127), + (17285506, 'Tonberry_Creeper', 6742, 209.000, -0.197, -110.000, 82), + (17285507, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285508, 'Tonberry_Creeper', 6742, 104.748, 3.299, -263.945, 64), + (17285509, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285510, 'Tonberry_Harasser', 6744, 128.856, -0.499, -237.449, 60), + (17285511, 'Tonberry_s_Elemental', 6749, 0.000, 0.000, 0.000, 0), + (17285512, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285513, 'Tonberry_Creeper', 6742, 225.724, 0.042, -229.276, 127), + (17285514, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285515, 'Tonberry_Creeper', 6742, 235.692, -0.208, -231.794, 115), + (17285516, 'Anemone', 6703, 0.000, 0.000, 0.000, 0), + (17285517, 'Young_Opo-opo', 6757, 245.873, -0.486, -156.438, 115), + (17285518, 'Young_Opo-opo', 6757, 246.050, -0.137, -183.889, 96), + (17285519, 'Tonberry_Hexer', 6745, 245.719, -0.144, -185.635, 127), + (17285520, 'Tonberry_Hexer', 6745, 245.963, -0.310, -151.906, 127), + (17285521, 'Young_Opo-opo', 6757, 206.785, -1.176, -196.367, 51), + (17285522, 'Young_Opo-opo', 6757, 217.325, -0.269, -190.096, 3), + (17285523, 'Tonberry_Creeper', 6742, 189.682, -0.364, -181.061, 117), + (17285524, 'Tonberry_Hexer', 6745, 220.690, -0.084, -226.994, 127), + (17285525, 'Fire_Elemental', 6709, 0.000, 0.000, 0.000, 0), + (17285526, 'Bright-handed_Kunberry', 6706, 227.000, -0.500, -169.000, 127), + (17285527, 'Tonberry_Hexer', 6745, 192.000, -0.349, -162.000, 127), + (17285528, 'Tonberry_Harasser', 6744, 189.000, -0.390, -136.000, 127), + (17285529, 'Tonberry_s_Elemental', 6749, 0.000, 0.000, 0.000, 0), + (17285530, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285531, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285532, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285533, 'Worker_Crawler', 6754, 0.000, 0.000, 0.000, 0), + (17285534, 'Tonberry_Shadower', 6747, 263.008, -4.500, -178.496, 127), + (17285535, 'Tonberry_Chopper', 6741, 272.358, -4.500, -165.268, 127), + (17285536, 'Tonberry_Jinxer', 6746, 274.510, -4.500, -179.045, 127), + (17285537, 'Tonberry_Jinxer', 6746, 297.412, -10.500, -207.387, 48), + (17285538, 'Tonberry_Shadower', 6747, 309.495, -10.500, -148.369, 127), + (17285539, 'Tonberry_Chopper', 6741, 304.197, -10.500, -207.950, 111), + (17285540, 'Tonberry_Chopper', 6741, 264.175, -18.504, -189.668, 127), + (17285541, 'Tonberry_Shadower', 6747, 276.998, -18.500, -164.270, 127), + (17285542, 'Tonberry_Shadower', 6747, 277.436, -18.500, -196.470, 127), + (17285543, 'Goblin_Digger', 6711, -69.276, 6.961, -179.442, 127), + (17285544, 'Kappa_Akuso', 6730, 205.000, -1.000, 83.000, 230), + (17285545, 'Kappa_Bonze', 6732, 204.000, -1.000, 83.000, 230), + (17285546, 'Kappa_Biwa', 6731, 203.000, -1.000, 83.000, 230), + (17285547, 'Hobgoblin_Warrior', 6728, 0.000, 0.000, 0.000, 0), + (17285548, 'Hobgoblin_White_Mage', 6729, 0.000, 0.000, 0.000, 0), + (17285549, 'Hobgoblin_Black_Mage', 6723, 0.000, 0.000, 0.000, 0), + (17285550, 'Hobgoblin_Red_Mage', 6726, 0.000, 0.000, 0.000, 0), + (17285551, 'Hobgoblin_Thief', 6727, 0.000, 0.000, 0.000, 0), + (17285552, 'Hobgoblin_Dark_Knight', 6724, 0.000, 0.000, 0.000, 0), + (17285553, 'Hobgoblin_Ranger', 6725, 0.000, 0.000, 0.000, 0), + (17285554, 'Hobgoblin_Beastmaster', 6722, 0.000, 0.000, 0.000, 0), + (17285555, 'Goblin_s_Bee', 6719, 0.000, 0.000, 0.000, 0), + (17285556, 'Noctonberry_Black_Mage', 6736, 0.000, 0.000, 0.000, 0), + (17285557, 'Noctonberry_Thief', 6739, 0.000, 0.000, 0.000, 0), + (17285558, 'Noctonberry_Ninja', 6737, 0.000, 0.000, 0.000, 0), + (17285559, 'Noctonberry_Summoner', 6738, 0.000, 0.000, 0.000, 0), + (17285560, 'Tonberry_s_Elemental', 6749, 0.000, 0.000, 0.000, 0), + (17285561, 'Tonberry_s_Avatar', 6748, 0.000, 0.000, 0.000, 0), + (17285562, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285563, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285564, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285565, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285566, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285567, 'Tonberry_Creeper', 6742, 0.000, 0.000, 0.000, 0), + (17285568, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285569, 'Tonberry_Hexer', 6745, 0.000, 0.000, 0.000, 0), + (17285570, 'Tonberry_Decimator', 6743, 0.000, 0.000, 0.000, 0), + (17285571, 'Edacious_Opo-opo', 6708, 0.000, 0.000, 0.000, 0), + (17285572, 'Kedgebelly_Kate', 6733, 0.000, 0.000, 0.000, 0), + (17289217, 'Ironshell', 6783, 0.000, 0.000, 0.000, 0), + (17289218, 'Apsaras', 6764, 0.000, 0.000, 0.000, 0), + (17289219, 'Bigclaw', 6765, 0.000, 0.000, 0.000, 0), + (17289220, 'Bigclaw', 6765, 0.000, 0.000, 0.000, 0), + (17289221, 'Razorjaw_Pugil', 6792, 0.000, 0.000, 0.000, 0), + (17289222, 'Desert_Spider', 6772, 683.417, -0.782, -41.818, 77), + (17289223, 'Desert_Spider', 6772, 648.984, -1.792, -69.939, 127), + (17289224, 'Desert_Spider', 6772, 553.325, -1.298, -54.851, 119), + (17289225, 'Desert_Spider', 6772, 624.629, 0.280, -61.927, 127), + (17289226, 'Desert_Dhalmel', 6770, 630.556, -0.317, -103.543, 68), + (17289227, 'Desert_Worm', 6773, 561.941, -0.098, -53.054, 127), + (17289228, 'Desert_Spider', 6772, 592.749, -0.373, 1.779, 127), + (17289229, 'Desert_Spider', 6772, 533.890, 0.121, 43.647, 127), + (17289230, 'Desert_Spider', 6772, 515.788, -0.760, -4.914, 127), + (17289231, 'Desert_Spider', 6772, 568.189, -0.172, 40.485, 127), + (17289232, 'Desert_Dhalmel', 6770, 528.169, -0.370, 19.776, 127), + (17289233, 'Desert_Worm', 6773, 560.069, -0.156, 7.642, 127), + (17289234, 'Desert_Spider', 6772, 669.167, -0.349, 43.378, 117), + (17289235, 'Desert_Spider', 6772, 604.990, -0.658, 97.500, 50), + (17289236, 'Desert_Spider', 6772, 632.070, -0.235, 41.634, 127), + (17289237, 'Desert_Spider', 6772, 603.390, -0.880, 149.865, 105), + (17289238, 'Desert_Dhalmel', 6770, 563.840, -0.249, 110.202, 111), + (17289239, 'Antican_Essedarius', 6759, 539.106, 0.368, 64.261, 124), + (17289240, 'Desert_Worm', 6773, 611.600, 0.079, 57.055, 127), + (17289241, 'Earth_Elemental', 6774, 565.048, 0.215, 93.784, 127), + (17289242, 'Desert_Spider', 6772, 428.092, -1.112, 70.694, 51), + (17289243, 'Desert_Spider', 6772, 506.675, 0.039, 115.523, 103), + (17289244, 'Desert_Spider', 6772, 495.924, -1.374, 70.588, 76), + (17289245, 'Desert_Spider', 6772, 461.766, -0.925, 74.852, 75), + (17289246, 'Desert_Dhalmel', 6770, 516.417, 0.048, 133.634, 127), + (17289247, 'Antican_Essedarius', 6759, 478.423, -0.377, 117.589, 127), + (17289248, 'Desert_Worm', 6773, 512.439, -0.481, 127.981, 19), + (17289249, 'Desert_Spider', 6772, 519.863, -0.472, 259.455, 126), + (17289250, 'Desert_Spider', 6772, 585.472, -1.456, 255.869, 127), + (17289251, 'Desert_Spider', 6772, 552.191, -0.001, 283.670, 116), + (17289252, 'Desert_Dhalmel', 6770, 542.000, -0.040, 242.000, 127), + (17289253, 'Antican_Essedarius', 6759, 527.722, -0.875, 318.806, 127), + (17289254, 'Cactuar', 6766, 570.214, -1.212, 213.596, 127), + (17289255, 'Desert_Worm', 6773, 469.626, -1.444, 227.472, 66), + (17289256, 'Tulwar_Scorpion', 6794, 528.000, -0.020, 274.000, 110), + (17289257, 'Earth_Elemental', 6774, 541.037, 0.187, 278.591, 127), + (17289258, 'Desert_Spider', 6772, 317.672, -0.252, 185.820, 9), + (17289259, 'Desert_Spider', 6772, 379.236, 0.005, 211.936, 29), + (17289260, 'Desert_Spider', 6772, 423.100, -0.365, 160.907, 127), + (17289261, 'Desert_Dhalmel', 6770, 509.831, -0.230, 198.309, 127), + (17289262, 'Desert_Dhalmel', 6770, 469.617, -0.194, 204.298, 127), + (17289263, 'Antican_Essedarius', 6759, 427.185, -0.659, 205.164, 127), + (17289264, 'Cactuar', 6766, 351.000, -0.030, 185.000, 127), + (17289265, 'Desert_Worm', 6773, 453.911, -0.354, 196.992, 53), + (17289266, 'Tulwar_Scorpion', 6794, 479.965, -0.357, 160.790, 39), + (17289267, 'Desert_Spider', 6772, 445.573, -1.647, 324.774, 127), + (17289268, 'Desert_Spider', 6772, 391.223, -1.394, 303.052, 127), + (17289269, 'Desert_Spider', 6772, 397.292, 0.102, 294.622, 58), + (17289270, 'Antican_Essedarius', 6759, 402.811, -0.312, 268.252, 44), + (17289271, 'Cactuar', 6766, 432.964, -2.630, 330.306, 127), + (17289272, 'Desert_Worm', 6773, 392.401, -0.243, 237.439, 119), + (17289273, 'Desert_Spider', 6772, 289.990, -1.249, 126.486, 109), + (17289274, 'Desert_Spider', 6772, 289.228, 0.080, 95.028, 7), + (17289275, 'Desert_Spider', 6772, 332.263, -2.242, 89.261, 127), + (17289276, 'Desert_Dhalmel', 6770, 165.080, -1.007, 158.328, 28), + (17289277, 'Desert_Dhalmel', 6770, 99.000, -0.030, 116.000, 127), + (17289278, 'Antican_Essedarius', 6759, 292.932, -0.083, 106.319, 127), + (17289279, 'Antican_Essedarius', 6759, 186.565, -1.265, 166.708, 127), + (17289280, 'Cactuar', 6766, 241.933, -0.534, 115.813, 64), + (17289281, 'Desert_Worm', 6773, 292.359, -0.711, 125.685, 127), + (17289282, 'Desert_Worm', 6773, 198.000, -0.030, 143.000, 76), + (17289283, 'Desert_Beetle', 6769, 77.775, -0.398, 249.582, 127), + (17289284, 'Desert_Beetle', 6769, 83.563, -0.246, 272.368, 66), + (17289285, 'Desert_Beetle', 6769, 119.818, -0.232, 185.367, 127), + (17289286, 'Desert_Dhalmel', 6770, 71.000, 0.010, 192.000, 24), + (17289287, 'Antican_Retiarius', 6762, 130.135, -1.463, 187.317, 39), + (17289288, 'Antican_Secutor', 6763, 14.423, -0.289, 203.108, 63), + (17289289, 'Tulwar_Scorpion', 6794, 146.000, -0.714, 243.000, 127), + (17289290, 'Cactuar', 6766, 133.321, -0.760, 231.377, 73), + (17289291, 'Cactuar', 6766, 199.000, 0.020, 123.000, 87), + (17289292, 'Desert_Beetle', 6769, -37.159, 0.402, 180.268, 127), + (17289293, 'Desert_Beetle', 6769, -19.938, -0.136, 190.023, 127), + (17289294, 'Antican_Secutor', 6763, -32.085, -2.130, 281.919, 127), + (17289295, 'Antican_Lanista', 6761, -66.790, 0.055, 156.834, 127), + (17289296, 'Cactuar', 6766, -71.377, -0.086, 231.910, 66), + (17289297, 'Cactuar', 6766, -47.837, 0.379, 180.024, 127), + (17289298, 'Desert_Manticore', 6771, -113.137, -0.252, 225.067, 117), + (17289299, 'Antican_Hoplomachus', 6760, -83.550, -2.446, 450.032, 127), + (17289300, 'Antican_Lanista', 6761, -0.150, -0.404, 333.266, 124), + (17289301, 'Cactuar', 6766, -53.000, -0.030, 396.000, 34), + (17289302, 'Cactuar', 6766, -75.995, -0.760, 435.763, 42), + (17289303, 'Desert_Manticore', 6771, -25.000, -0.020, 349.000, 25), + (17289304, 'Desert_Manticore', 6771, -79.000, -0.030, 402.000, 0), + (17289305, 'Desert_Beetle', 6769, -120.278, -0.454, 277.138, 127), + (17289306, 'Desert_Beetle', 6769, -206.703, -1.634, 321.118, 114), + (17289307, 'Antican_Lanista', 6761, -131.042, 0.014, 306.612, 49), + (17289308, 'Antican_Hoplomachus', 6760, -136.000, -0.068, 209.000, 127), + (17289309, 'Antican_Hoplomachus', 6760, -187.000, 0.094, 238.000, 3), + (17289310, 'Cactuar', 6766, -58.000, -0.982, 241.000, 41), + (17289311, 'Cactuar', 6766, -172.000, -0.010, 173.000, 110), + (17289312, 'Desert_Manticore', 6771, -238.961, -0.250, 276.168, 127), + (17289313, 'Desert_Manticore', 6771, -108.641, -1.150, 307.313, 127), + (17289314, 'Desert_Manticore', 6771, -191.434, -1.486, 335.980, 101), + (17289315, 'Desert_Beetle', 6769, -473.969, -0.029, 261.740, 23), + (17289316, 'Desert_Beetle', 6769, -317.280, -0.409, 282.756, 111), + (17289317, 'Antican_Lanista', 6761, -368.540, 0.159, 300.131, 127), + (17289318, 'Antican_Lanista', 6761, -474.716, -0.305, 272.434, 127), + (17289319, 'Cactuar', 6766, -443.427, -0.714, 288.507, 127), + (17289320, 'Cactuar', 6766, -488.307, -1.414, 275.177, 127), + (17289321, 'Desert_Manticore', 6771, -275.517, -0.522, 351.962, 101), + (17289322, 'Desert_Manticore', 6771, -401.000, -0.452, 257.000, 127), + (17289324, 'Antican_Lanista', 6761, -303.816, -0.018, 249.824, 118), + (17289325, 'Antican_Lanista', 6761, -328.330, 0.261, 277.196, 127), + (17289326, 'Antican_Hoplomachus', 6760, -335.556, 10.044, 262.989, 127), + (17289327, 'Antican_Hoplomachus', 6760, -343.237, 9.667, 295.948, 127), + (17289328, 'Antican_Lanista', 6761, -366.323, 11.468, 287.621, 110), + (17289329, 'Desert_Beetle', 6769, -311.900, 0.030, 145.812, 56), + (17289330, 'Desert_Beetle', 6769, -310.776, -0.037, 212.402, 127), + (17289331, 'Desert_Beetle', 6769, -409.000, -0.078, 301.000, 127), + (17289332, 'Antican_Hoplomachus', 6760, -342.000, -0.159, 242.000, 127), + (17289333, 'Antican_Lanista', 6761, -399.787, 0.227, 215.344, 7), + (17289334, 'Cactuar', 6766, -296.882, -0.828, 181.017, 25), + (17289335, 'Tulwar_Scorpion', 6794, -425.652, -0.340, 207.129, 91), + (17289336, 'Desert_Manticore', 6771, -320.796, -0.309, 122.933, 26), + (17289337, 'Desert_Manticore', 6771, -472.019, 0.266, 213.260, 127), + (17289338, 'Desert_Beetle', 6769, -513.562, -0.068, 162.775, 127), + (17289339, 'Desert_Beetle', 6769, -543.000, -0.227, 208.000, 127), + (17289340, 'Desert_Beetle', 6769, -564.530, -0.564, 170.386, 127), + (17289341, 'Antican_Hoplomachus', 6760, -552.942, -0.009, 167.431, 21), + (17289342, 'Antican_Lanista', 6761, -560.591, -0.132, 183.785, 20), + (17289343, 'Antican_Lanista', 6761, -432.117, -0.207, 164.013, 127), + (17289344, 'Desert_Manticore', 6771, -373.000, -0.096, 191.000, 127), + (17289345, 'Desert_Manticore', 6771, -414.000, -0.282, 109.000, 115), + (17289346, 'Desert_Manticore', 6771, -360.000, -0.131, 159.000, 127), + (17289347, 'Antican_Hoplomachus', 6760, -506.996, 9.610, 181.477, 0), + (17289348, 'Antican_Lanista', 6761, -497.057, 9.699, 214.327, 68), + (17289349, 'Antican_Lanista', 6761, -502.803, 9.099, 224.594, 127), + (17289350, 'Fire_Elemental', 6777, -495.717, 9.846, 189.909, 127), + (17289351, 'Antican_Hoplomachus', 6760, -459.291, 9.431, 162.049, 127), + (17289352, 'Antican_Hoplomachus', 6760, -418.998, 12.009, 172.833, 68), + (17289353, 'Antican_Lanista', 6761, -424.277, 10.802, 147.107, 127), + (17289354, 'Fire_Elemental', 6777, -452.415, 9.238, 141.426, 127), + (17289355, 'Desert_Beetle', 6769, -492.070, -0.051, 102.096, 115), + (17289356, 'Desert_Beetle', 6769, -522.513, -0.445, 117.094, 127), + (17289357, 'Desert_Beetle', 6769, -330.211, -0.178, 117.381, 127), + (17289358, 'Antican_Lanista', 6761, -443.623, -0.072, 43.179, 127), + (17289359, 'Cactuar', 6766, -399.618, -0.335, 72.013, 127), + (17289360, 'Cactuar', 6766, -472.000, 0.157, 78.000, 113), + (17289361, 'Tulwar_Scorpion', 6794, -355.172, -0.246, 78.347, 34), + (17289362, 'Tulwar_Scorpion', 6794, -525.841, -0.501, 48.117, 95), + (17289363, 'Tulwar_Scorpion', 6794, -504.332, 0.275, 108.197, 127), + (17289364, 'Phorusrhacos', 6791, -531.798, -1.569, 102.483, 127), + (17289365, 'Desert_Beetle', 6769, -544.580, 0.214, -49.029, 127), + (17289366, 'Desert_Beetle', 6769, -516.000, -2.680, -90.687, 127), + (17289367, 'Antican_Lanista', 6761, -446.821, -1.386, -49.346, 42), + (17289368, 'Antican_Lanista', 6761, -470.402, -0.598, -46.397, 127), + (17289369, 'Cactuar', 6766, -523.909, -0.410, -83.232, 16), + (17289370, 'Tulwar_Scorpion', 6794, -549.405, -1.478, -87.859, 88), + (17289371, 'Tulwar_Scorpion', 6794, -488.147, -0.079, -11.812, 124), + (17289372, 'Tulwar_Scorpion', 6794, -501.101, -0.315, -50.018, 127), + (17289373, 'Phorusrhacos', 6791, -610.000, -1.292, -40.000, 14), + (17289374, 'Phorusrhacos', 6791, -537.000, 0.015, -44.000, 127), + (17289375, 'Desert_Beetle', 6769, -180.000, 0.104, -98.000, 127), + (17289376, 'Desert_Beetle', 6769, -379.063, -0.415, -56.077, 127), + (17289377, 'Antican_Secutor', 6763, -338.499, 0.034, -127.573, 127), + (17289378, 'Antican_Lanista', 6761, -332.912, -0.442, -19.149, 127), + (17289379, 'Cactuar', 6766, -331.517, -0.185, -142.748, 125), + (17289380, 'Cactuar', 6766, -328.251, -0.239, -119.047, 127), + (17289381, 'Tulwar_Scorpion', 6794, -371.000, -1.000, -100.000, 127), + (17289382, 'Tulwar_Scorpion', 6794, -360.848, -0.823, -155.447, 23), + (17289383, 'Tulwar_Scorpion', 6794, -309.000, -1.000, -162.000, 45), + (17289384, 'Phorusrhacos', 6791, -342.171, 0.175, -113.630, 127), + (17289385, 'Desert_Beetle', 6769, -212.054, -1.870, -141.455, 59), + (17289386, 'Desert_Beetle', 6769, -203.807, -0.572, -128.099, 127), + (17289387, 'Antican_Secutor', 6763, -278.194, -0.372, -83.551, 123), + (17289388, 'Antican_Retiarius', 6762, -154.512, 0.136, -141.674, 127), + (17289389, 'Antican_Eques', 6758, -204.768, -0.301, -120.059, 58), + (17289390, 'Cactuar', 6766, -176.568, 0.279, -151.007, 102), + (17289391, 'Desert_Worm', 6773, -257.268, 0.231, -117.082, 80), + (17289392, 'Desert_Worm', 6773, -157.672, -0.039, -110.942, 62), + (17289393, 'Antican_Hoplomachus', 6760, -128.155, 9.335, -138.773, 7), + (17289394, 'Antican_Hoplomachus', 6760, -95.683, 8.451, -142.711, 50), + (17289395, 'Antican_Lanista', 6761, -106.679, 9.257, -139.843, 23), + (17289396, 'Antican_Hoplomachus', 6760, -23.627, 8.469, -66.683, 38), + (17289397, 'Antican_Hoplomachus', 6760, -26.779, 8.677, -102.267, 126), + (17289398, 'Antican_Lanista', 6761, -17.410, 9.583, -62.066, 127), + (17289399, 'Antican_Hoplomachus', 6760, -27.350, 11.280, -44.913, 59), + (17289400, 'Antican_Hoplomachus', 6760, -48.419, 10.621, -79.729, 59), + (17289401, 'Antican_Lanista', 6761, -48.702, 10.621, -88.164, 66), + (17289402, 'Antican_Lanista', 6761, 37.779, 9.699, -101.981, 0), + (17289403, 'Antican_Hoplomachus', 6760, -30.479, 9.699, -182.823, 126), + (17289404, 'Antican_Lanista', 6761, -46.247, 9.696, -182.763, 1), + (17289405, 'Antican_Lanista', 6761, -79.208, 9.434, -182.071, 0), + (17289406, 'Desert_Dhalmel', 6770, 35.924, 0.087, -98.228, 60), + (17289407, 'Desert_Dhalmel', 6770, 10.439, -0.280, -80.476, 127), + (17289408, 'Desert_Beetle', 6769, -28.760, -0.019, -116.473, 127), + (17289409, 'Desert_Beetle', 6769, 6.991, 0.307, -98.616, 28), + (17289410, 'Antican_Retiarius', 6762, -99.683, 0.115, -124.406, 63), + (17289411, 'Antican_Eques', 6758, -115.893, -0.443, -82.755, 127), + (17289412, 'Desert_Worm', 6773, -72.020, 0.351, -134.020, 77), + (17289413, 'Desert_Worm', 6773, 38.659, -0.154, -107.221, 86), + (17289414, 'Fire_Elemental', 6777, -60.857, -0.194, -122.353, 127), + (17289415, 'Desert_Dhalmel', 6770, -98.578, -1.688, -247.812, 127), + (17289416, 'Desert_Dhalmel', 6770, 39.709, -2.346, -249.613, 20), + (17289417, 'Desert_Beetle', 6769, -113.640, -0.070, -224.456, 49), + (17289418, 'Desert_Beetle', 6769, -86.595, 0.187, -214.242, 127), + (17289419, 'Antican_Eques', 6758, -28.217, 0.037, -160.258, 98), + (17289420, 'Antican_Retiarius', 6762, 28.423, -1.421, -228.498, 124), + (17289421, 'Desert_Worm', 6773, 2.022, -0.471, -235.359, 31), + (17289422, 'Desert_Worm', 6773, 0.452, -0.356, -272.425, 127), + (17289423, 'Fire_Elemental', 6777, -8.197, -1.162, -256.642, 127), + (17289424, 'Desert_Dhalmel', 6770, 112.989, -0.724, -82.156, 127), + (17289425, 'Desert_Dhalmel', 6770, 152.304, -0.013, -39.266, 101), + (17289426, 'Desert_Beetle', 6769, 166.927, -1.979, -76.147, 29), + (17289427, 'Desert_Beetle', 6769, 77.936, -0.318, -79.730, 59), + (17289428, 'Desert_Beetle', 6769, 197.353, -1.194, 6.927, 127), + (17289429, 'Antican_Retiarius', 6762, 189.427, -0.274, 32.971, 54), + (17289430, 'Antican_Eques', 6758, 198.611, 0.342, -22.113, 99), + (17289431, 'Desert_Worm', 6773, 154.283, -0.092, -35.183, 127), + (17289432, 'Desert_Worm', 6773, 206.596, -0.681, -28.247, 127), + (17289433, 'Antican_Hoplomachus', 6760, 138.259, 8.205, -28.840, 38), + (17289434, 'Antican_Lanista', 6761, 128.034, 8.659, -21.503, 124), + (17289435, 'Antican_Lanista', 6761, 131.621, 8.478, -17.329, 127), + (17289436, 'Antican_Hoplomachus', 6760, 133.003, 11.272, -4.993, 38), + (17289437, 'Desert_Dhalmel', 6770, 100.064, -0.847, -154.980, 127), + (17289438, 'Desert_Dhalmel', 6770, 161.000, 0.500, -266.000, 127), + (17289439, 'Desert_Beetle', 6769, 201.403, -0.360, -204.988, 127), + (17289440, 'Desert_Beetle', 6769, 137.603, -0.029, -205.725, 74), + (17289441, 'Antican_Secutor', 6763, 108.383, -1.390, -173.543, 55), + (17289442, 'Antican_Retiarius', 6762, 156.000, 0.500, -243.000, 127), + (17289443, 'Antican_Retiarius', 6762, 116.507, -1.044, -196.267, 81), + (17289444, 'Desert_Worm', 6773, 127.326, 0.618, -225.887, 126), + (17289445, 'Desert_Worm', 6773, 210.379, -2.160, -241.835, 59), + (17289446, 'Antican_Secutor', 6763, 183.761, 9.699, -221.110, 127), + (17289447, 'Antican_Secutor', 6763, 168.365, 9.699, -217.726, 1), + (17289448, 'Desert_Spider', 6772, -2.238, -0.192, 36.737, 47), + (17289449, 'Desert_Beetle', 6769, 149.923, -0.012, 25.281, 127), + (17289450, 'Desert_Dhalmel', 6770, 57.256, 0.116, 13.972, 127), + (17289451, 'Desert_Dhalmel', 6770, 70.263, 0.130, -23.484, 87), + (17289452, 'Desert_Dhalmel', 6770, 50.014, 0.256, 7.088, 127), + (17289453, 'Celphie', 6768, 70.000, -0.024, 35.000, 127), + (17289454, 'Antican_Retiarius', 6762, 164.615, 0.019, 26.042, 67), + (17289455, 'Antican_Retiarius', 6762, -11.597, -0.347, -2.839, 92), + (17289456, 'Desert_Worm', 6773, -4.793, -0.261, -9.216, 120), + (17289457, 'Desert_Worm', 6773, -1.301, 0.155, 19.298, 46), + (17289458, 'Desert_Beetle', 6769, -74.000, 0.212, 78.000, 108), + (17289459, 'Desert_Beetle', 6769, -76.000, -0.145, 108.000, 116), + (17289460, 'Antican_Secutor', 6763, -71.296, 0.128, 51.263, 127), + (17289461, 'Antican_Secutor', 6763, -45.223, -0.342, 112.506, 0), + (17289462, 'Antican_Eques', 6758, -80.544, 0.090, 61.187, 127), + (17289463, 'Desert_Worm', 6773, -54.688, -0.050, 85.721, 109), + (17289464, 'Antican_Hoplomachus', 6760, -58.897, 9.664, 20.032, 127), + (17289465, 'Antican_Hoplomachus', 6760, -40.000, 9.699, 18.938, 127), + (17289466, 'Antican_Lanista', 6761, -22.298, 10.361, 23.754, 127), + (17289467, 'Earth_Elemental', 6774, -58.728, 9.699, 19.179, 127), + (17289468, 'Antican_Hoplomachus', 6760, -14.101, 10.018, 122.044, 67), + (17289469, 'Antican_Hoplomachus', 6760, -18.859, 9.541, 101.082, 48), + (17289470, 'Earth_Elemental', 6774, -12.726, 11.123, 127.840, 127), + (17289471, 'Antican_Hoplomachus', 6760, 6.241, 11.485, 66.826, 14), + (17289472, 'Desert_Spider', 6772, 47.000, -0.050, 117.000, 127), + (17289473, 'Desert_Dhalmel', 6770, 78.226, -0.497, 69.745, 127), + (17289474, 'Desert_Dhalmel', 6770, 118.575, -0.299, 127.016, 65), + (17289475, 'Antican_Essedarius', 6759, 33.848, -0.437, 88.026, 127), + (17289476, 'Antican_Retiarius', 6762, 5.673, 0.200, 96.453, 127), + (17289477, 'Cactuar', 6766, 10.979, -0.006, 73.713, 51), + (17289478, 'Desert_Worm', 6773, 15.323, 0.037, 73.080, 84), + (17289479, 'Desert_Worm', 6773, 100.477, 0.174, 70.438, 44), + (17289480, 'Tulwar_Scorpion', 6794, 12.425, -0.080, 140.409, 127), + (17289481, 'Desert_Beetle', 6769, -107.000, -6.000, 74.000, 127), + (17289482, 'Desert_Beetle', 6769, -96.289, -2.329, 61.605, 127), + (17289483, 'Desert_Beetle', 6769, -154.183, -6.734, 101.647, 127), + (17289484, 'Desert_Beetle', 6769, -140.551, -6.098, 95.434, 127), + (17289485, 'Desert_Beetle', 6769, -180.870, -7.213, 123.359, 70), + (17289486, 'Desert_Beetle', 6769, -181.645, -3.533, 141.125, 127), + (17289487, 'Desert_Beetle', 6769, -234.728, -6.339, 133.488, 21), + (17289488, 'Desert_Beetle', 6769, -222.497, -7.021, 123.786, 127), + (17289489, 'Desert_Beetle', 6769, -258.331, -5.464, 116.397, 127), + (17289490, 'Desert_Beetle', 6769, -304.659, -2.086, 62.683, 16), + (17289491, 'Desert_Beetle', 6769, -294.000, -4.000, 82.000, 43), + (17289492, 'Cactuar', 6766, -285.255, -5.176, 56.817, 94), + (17289493, 'Cactuar', 6766, -266.406, -5.580, 88.818, 127), + (17289494, 'Cactuar', 6766, -279.754, -4.966, 60.812, 127), + (17289495, 'Cactuar', 6766, -262.366, -9.456, 49.902, 127), + (17289496, 'Desert_Beetle', 6769, -298.000, -3.000, 22.000, 127), + (17289497, 'Desert_Beetle', 6769, -288.839, -6.342, 15.336, 61), + (17289498, 'Desert_Beetle', 6769, -252.000, -5.000, -26.000, 127), + (17289499, 'Desert_Beetle', 6769, -266.927, -6.187, -11.880, 127), + (17289500, 'Desert_Beetle', 6769, -211.575, -5.418, -53.407, 127), + (17289501, 'Desert_Beetle', 6769, -231.000, -6.000, -50.000, 127), + (17289502, 'Desert_Beetle', 6769, -188.831, -8.239, -41.052, 96), + (17289503, 'Desert_Beetle', 6769, -179.000, -3.000, -64.000, 13), + (17289504, 'Desert_Beetle', 6769, -176.590, -8.437, -34.658, 127), + (17289505, 'Desert_Beetle', 6769, -129.003, -6.166, -50.855, 16), + (17289506, 'Desert_Beetle', 6769, -141.000, -2.000, -60.000, 127), + (17289507, 'Desert_Beetle', 6769, -109.308, -5.936, -15.949, 127), + (17289508, 'Desert_Beetle', 6769, -104.000, -4.000, -41.000, 119), + (17289509, 'Desert_Beetle', 6769, -119.000, -6.000, 20.000, 32), + (17289510, 'Desert_Beetle', 6769, -113.737, -7.817, 11.777, 46), + (17289511, 'Desert_Beetle', 6769, -100.000, -3.000, 29.000, 12), + (17289512, 'Desert_Beetle', 6769, -319.671, -2.902, -228.132, 127), + (17289513, 'Desert_Beetle', 6769, -310.861, -0.368, -244.549, 112), + (17289514, 'Antican_Secutor', 6763, -274.806, -2.791, -373.179, 24), + (17289515, 'Antican_Secutor', 6763, -223.289, -1.246, -206.347, 7), + (17289516, 'Antican_Retiarius', 6762, -210.709, -0.078, -350.769, 127), + (17289517, 'Antican_Retiarius', 6762, -224.145, 0.145, -318.647, 38), + (17289518, 'Desert_Beetle', 6769, -145.821, -0.533, -422.799, 89), + (17289519, 'Desert_Beetle', 6769, -152.814, -1.730, -447.983, 116), + (17289520, 'Desert_Beetle', 6769, -305.028, -0.087, -326.812, 127), + (17289521, 'Antican_Secutor', 6763, -167.992, -0.254, -327.631, 127), + (17289522, 'Antican_Secutor', 6763, -130.385, -0.215, -419.271, 127), + (17289523, 'Desert_Beetle', 6769, -284.724, -1.009, -362.965, 127), + (17289524, 'Desert_Beetle', 6769, -293.491, -0.451, -335.433, 23), + (17289525, 'Desert_Beetle', 6769, -244.000, -0.210, -362.000, 127), + (17289526, 'Antican_Secutor', 6763, -250.000, -0.010, -356.000, 127), + (17289527, 'Antican_Lanista', 6761, -260.968, 9.699, -341.651, 53), + (17289528, 'Antican_Secutor', 6763, -261.601, 9.176, -293.581, 60), + (17289529, 'Antican_Secutor', 6763, -267.684, 8.679, -305.077, 18), + (17289530, 'Desert_Beetle', 6769, -191.718, 10.457, -381.044, 1), + (17289531, 'Antican_Secutor', 6763, -220.649, 9.699, -365.592, 120), + (17289532, 'Antican_Secutor', 6763, -163.000, 0.427, -413.000, 70), + (17289533, 'Antican_Secutor', 6763, -177.766, 0.402, -388.100, 99), + (17289534, 'Desert_Beetle', 6769, -370.214, -1.285, -418.525, 127), + (17289535, 'Desert_Beetle', 6769, -321.158, 0.032, -453.561, 56), + (17289536, 'Desert_Beetle', 6769, -388.975, -1.495, -289.332, 127), + (17289537, 'Antican_Secutor', 6763, -314.629, -2.291, -490.565, 39), + (17289538, 'Antican_Secutor', 6763, -378.159, -0.277, -441.558, 127), + (17289539, 'Cactuar', 6766, -366.263, -1.477, -392.583, 127), + (17289540, 'Cactuar', 6766, -356.156, -0.776, -403.574, 90), + (17289541, 'Fallen_Knight', 6776, -324.710, -1.372, -464.703, 120), + (17289542, 'Desert_Beetle', 6769, -398.000, -0.010, -317.000, 96), + (17289543, 'Desert_Beetle', 6769, -235.271, -1.061, -515.183, 93), + (17289544, 'Cactuar', 6766, -392.413, -1.027, -293.996, 123), + (17289545, 'Tulwar_Scorpion', 6794, -450.751, -4.779, -292.847, 127), + (17289546, 'Tulwar_Scorpion', 6794, -414.454, -1.274, -269.994, 127), + (17289548, 'Desert_Beetle', 6769, -251.696, -1.667, -527.480, 120), + (17289549, 'Desert_Beetle', 6769, -347.191, 0.003, -585.226, 26), + (17289550, 'Antican_Secutor', 6763, -238.089, -0.582, -490.010, 127), + (17289551, 'Antican_Secutor', 6763, -241.705, -0.253, -509.655, 127), + (17289552, 'Cactuar', 6766, -274.656, -0.341, -521.873, 48), + (17289553, 'Fallen_Knight', 6776, -244.325, -0.303, -490.309, 127), + (17289554, 'Tulwar_Scorpion', 6794, -285.978, 0.100, -542.327, 127), + (17289555, 'Desert_Beetle', 6769, -377.392, -1.619, -577.442, 38), + (17289556, 'Desert_Beetle', 6769, -332.337, 0.018, -591.468, 127), + (17289557, 'Desert_Beetle', 6769, -297.000, -0.123, -582.000, 127), + (17289558, 'Cactuar', 6766, -303.343, -0.038, -607.734, 127), + (17289559, 'Cactuar', 6766, -458.944, 0.018, -557.266, 127), + (17289560, 'Cactuar_Cantautor', 6767, -490.000, -0.539, -632.000, 124), + (17289561, 'Fallen_Knight', 6776, -477.209, -0.426, -524.796, 127), + (17289562, 'Fallen_Knight', 6776, -460.826, -0.052, -553.754, 69), + (17289563, 'Lich', 6787, -449.596, -0.122, -544.797, 127), + (17289564, 'Lich', 6787, -330.405, -0.073, -571.229, 127), + (17289565, 'Tulwar_Scorpion', 6794, -382.171, -0.194, -556.933, 127), + (17289566, 'Earth_Elemental', 6774, -355.223, -0.310, -590.797, 25), + (17289567, 'Desert_Beetle', 6769, -225.000, 0.148, -635.000, 127), + (17289568, 'Desert_Beetle', 6769, -195.054, -0.927, -639.540, 127), + (17289569, 'Desert_Beetle', 6769, -466.657, 0.428, -661.806, 22), + (17289570, 'Cactuar', 6766, -238.342, -0.385, -674.394, 87), + (17289571, 'Fallen_Knight', 6776, -204.516, -0.983, -684.851, 36), + (17289572, 'Lich', 6787, -272.617, -0.332, -601.923, 127), + (17289573, 'Tulwar_Scorpion', 6794, -207.000, -0.200, -670.912, 127), + (17289574, 'Earth_Elemental', 6774, -241.884, -0.612, -672.500, 40), + (17289575, 'King_Vinegarroon', 6785, -239.000, -0.226, -650.000, 11), + (17289576, 'Desert_Beetle', 6769, -451.761, -0.547, -683.411, 127), + (17289577, 'Desert_Beetle', 6769, -519.456, -0.383, -516.895, 92), + (17289578, 'Cactuar', 6766, -478.142, -0.457, -596.091, 127), + (17289579, 'Fallen_Knight', 6776, -488.792, -0.536, -649.750, 127), + (17289580, 'Fallen_Knight', 6776, -440.686, -0.324, -670.567, 53), + (17289581, 'Lich', 6787, -519.981, -0.229, -607.818, 127), + (17289582, 'Tulwar_Scorpion', 6794, -523.782, -0.567, -638.934, 44), + (17289583, 'Tulwar_Scorpion', 6794, -578.934, -0.147, -601.081, 127), + (17289584, 'Tulwar_Scorpion', 6794, -461.428, 6.206, -714.866, 73), + (17289585, 'Tulwar_Scorpion', 6794, -456.835, 4.401, -710.465, 127), + (17289586, 'Desert_Beetle', 6769, -499.069, 0.049, -507.885, 127), + (17289587, 'Desert_Beetle', 6769, -500.815, -0.065, -478.289, 69), + (17289588, 'Desert_Beetle', 6769, -833.185, -8.162, -468.139, 56), + (17289589, 'Cactuar', 6766, -580.376, -0.034, -366.963, 40), + (17289590, 'Goblin_Welldigger', 6782, -487.714, -0.314, -476.906, 96), + (17289591, 'Fallen_Knight', 6776, -526.770, -0.738, -445.542, 127), + (17289592, 'Fallen_Knight', 6776, -487.170, -0.212, -489.925, 30), + (17289593, 'Lich', 6787, -515.540, -0.474, -485.725, 127), + (17289594, 'Lich', 6787, -575.039, 0.198, -386.567, 127), + (17289595, 'Tulwar_Scorpion', 6794, -566.516, -2.206, -447.617, 53), + (17289596, 'Goblin_Bouncer', 6778, -639.885, -0.335, -273.495, 127), + (17289597, 'Goblin_Bouncer', 6778, -595.446, -0.918, -324.883, 117), + (17289598, 'Goblin_Enchanter', 6780, -679.000, -0.010, -303.000, 108), + (17289599, 'Goblin_Welldigger', 6782, -602.000, -0.010, -293.000, 9), + (17289600, 'Goblin_Hunter', 6781, -643.000, -0.010, -360.000, 127), + (17289601, 'Goblin_Enchanter', 6780, -634.328, 0.632, -300.391, 127), + (17289602, 'Goblin_Hunter', 6781, -654.500, -0.366, -342.583, 127), + (17289603, 'Desert_Beetle', 6769, -750.511, -7.046, -411.779, 90), + (17289604, 'Desert_Beetle', 6769, -785.721, -8.201, -356.711, 127), + (17289605, 'Desert_Beetle', 6769, -843.616, -9.861, -558.625, 127), + (17289606, 'Antican_Secutor', 6763, -770.000, -7.000, -392.000, 127), + (17289607, 'Antican_Lanista', 6761, -730.744, -2.052, -371.475, 31), + (17289608, 'Tulwar_Scorpion', 6794, -792.751, -8.053, -483.234, 95), + (17289609, 'Phorusrhacos', 6791, -840.612, -8.072, -452.290, 127), + (17289610, 'Antican_Hoplomachus', 6760, -805.049, 2.149, -498.236, 127), + (17289611, 'Antican_Lanista', 6761, -819.911, 0.915, -459.165, 64), + (17289612, 'Antican_Lanista', 6761, -820.795, 2.539, -488.499, 127), + (17289613, 'Tulwar_Scorpion', 6794, -805.000, -8.000, -367.000, 127), + (17289614, 'Tulwar_Scorpion', 6794, -843.000, -8.000, -400.000, 124), + (17289615, 'Desert_Beetle', 6769, -881.248, -9.467, -477.682, 127), + (17289616, 'Desert_Beetle', 6769, -735.602, -8.850, -571.328, 127), + (17289617, 'Antican_Lanista', 6761, -827.135, -9.337, -570.016, 120), + (17289618, 'Tulwar_Scorpion', 6794, -854.756, -8.376, -519.546, 41), + (17289619, 'Phorusrhacos', 6791, -889.000, -9.000, -522.000, 127), + (17289620, 'Desert_Beetle', 6769, -709.951, -9.420, -543.445, 39), + (17289621, 'Desert_Beetle', 6769, -665.102, -7.600, -564.651, 127), + (17289622, 'Antican_Lanista', 6761, -754.487, -8.237, -553.796, 92), + (17289623, 'Tulwar_Scorpion', 6794, -746.340, -8.740, -569.594, 64), + (17289624, 'Fire_Elemental', 6777, -749.922, -9.201, -572.935, 4), + (17289625, 'Desert_Beetle', 6769, -730.152, -10.478, -635.994, 62), + (17289626, 'Antican_Secutor', 6763, -648.548, -4.161, -582.186, 30), + (17289627, 'Antican_Lanista', 6761, -603.651, -1.184, -562.766, 39), + (17289628, 'Cactuar', 6766, 0.000, 0.000, 0.000, 0), + (17289629, 'Tulwar_Scorpion', 6794, -635.870, -4.126, -579.575, 127), + (17289630, 'Phorusrhacos', 6791, -638.197, 0.472, -619.448, 127), + (17289631, 'Fire_Elemental', 6777, -699.907, -7.883, -611.907, 72), + (17289632, 'Desert_Beetle', 6769, -679.296, -7.899, -628.774, 127), + (17289633, 'Desert_Beetle', 6769, 0.000, 0.000, 0.000, 0), + (17289634, 'Antican_Lanista', 6761, -675.000, -7.000, -657.000, 49), + (17289635, 'Cactuar', 6766, -665.247, -7.970, -681.900, 127), + (17289636, 'Tulwar_Scorpion', 6794, -718.999, -8.294, -632.175, 127), + (17289637, 'Phorusrhacos', 6791, -685.635, -9.206, -701.860, 126), + (17289639, 'Antican_Hoplomachus', 6760, -859.414, -3.199, -631.191, 127), + (17289640, 'Antican_Lanista', 6761, -846.268, -11.619, -696.458, 19), + (17289641, 'Antican_Lanista', 6761, -861.641, -1.879, -657.755, 79), + (17289642, 'Desert_Manticore', 6771, -798.000, -19.000, -631.000, 127), + (17289643, 'Desert_Manticore', 6771, -728.000, -19.000, -712.000, 127), + (17289644, 'Desert_Manticore', 6771, -754.264, -20.305, -650.607, 127), + (17289645, 'Antican_Lanista', 6761, -772.364, -21.296, -735.528, 127), + (17289646, 'Antican_Lanista', 6761, -847.124, -22.268, -644.562, 68), + (17289647, 'Phorusrhacos', 6791, -757.000, -20.500, -762.000, 5), + (17289648, 'Antican_Lanista', 6761, -745.526, -8.138, -698.615, 126), + (17289649, 'Antican_Hoplomachus', 6760, -782.450, -10.173, -684.878, 127), + (17289650, 'Antican_Hoplomachus', 6760, -779.065, -9.692, -693.424, 36), + (17289651, 'Antican_Hoplomachus', 6760, -765.857, -8.678, -672.943, 111), + (17289652, 'Goblin_Digger', 6779, -406.759, 0.180, -540.065, 5), + (17289653, 'Sabotender_Enamorado', 6793, 0.000, 0.000, 0.000, 0), + (17289654, 'Eastern_Sphinx', 6775, -326.219, 0.392, -109.227, 240), + (17289655, 'Western_Sphinx', 6795, -324.728, 0.102, -113.180, 240), + (17289656, 'Maharaja', 6788, 0.000, 0.000, 0.000, 0), + (17289657, 'Monarca_de_Altepa', 6789, 0.000, 0.000, 0.000, 0), + (17289756, 'Kilhwch', 6784, 0.000, 0.000, 0.000, 0), + (17289758, 'Lhu_Mhakaracca', 6786, 0.000, 0.000, 0.000, 0), + (17289763, 'Noillurie', 6790, 0.000, 0.000, 0.000, 0), + (17293313, 'Qufim_Pugil', 6831, 0.000, 0.000, 0.000, 0), + (17293314, 'Greater_Pugil', 6816, 37.000, -20.000, 289.000, 77), + (17293315, 'Sea_Bishop', 6832, 0.000, 0.000, 0.000, 0), + (17293316, 'Vepar', 6838, 0.000, 0.000, 0.000, 0), + (17293317, 'Kraken', 6827, -16.982, -17.799, 104.339, 126), + (17293318, 'Kraken', 6827, -105.769, -22.031, 385.458, 127), + (17293319, 'Seeker_Bats', 6834, 154.295, 19.536, -361.910, 0), + (17293320, 'Seeker_Bats', 6834, 150.404, 19.908, -364.501, 46), + (17293321, 'Dancing_Weapon', 6800, 154.515, 19.888, -367.215, 127), + (17293322, 'Seeker_Bats', 6834, 202.526, 19.987, -152.188, 127), + (17293323, 'Seeker_Bats', 6834, 162.328, 19.610, -204.208, 108), + (17293324, 'Dancing_Weapon', 6800, 211.774, 19.326, -164.058, 101), + (17293325, 'Dancing_Weapon', 6800, 175.054, 20.370, -202.962, 127), + (17293326, 'Seeker_Bats', 6834, 232.845, 3.358, -60.768, 80), + (17293327, 'Seeker_Bats', 6834, 234.855, 2.706, -59.326, 10), + (17293328, 'Dancing_Weapon', 6800, 257.587, -8.303, -27.606, 55), + (17293329, 'Land_Worm', 6828, 166.179, -20.339, -20.844, 92), + (17293330, 'Land_Worm', 6828, 155.386, -20.489, -17.656, 127), + (17293331, 'Clipper', 6799, 73.138, -20.011, -16.400, 98), + (17293332, 'Clipper', 6799, 128.205, -20.917, -10.987, 52), + (17293333, 'Clipper', 6799, 98.359, -19.984, -8.054, 127), + (17293334, 'Clipper', 6799, 97.405, -19.943, 30.225, 104), + (17293335, 'Land_Worm', 6828, 58.229, -19.703, 1.176, 127), + (17293336, 'Land_Worm', 6828, 79.295, -20.472, -38.793, 21), + (17293337, 'Land_Worm', 6828, 126.788, -20.561, -5.557, 37), + (17293338, 'Dark_Bats', 6801, 97.931, -20.146, 54.796, 127), + (17293339, 'Dark_Bats', 6801, 51.297, -19.930, -18.015, 127), + (17293340, 'Glow_Bat', 6813, 93.010, -20.118, -5.074, 24), + (17293341, 'Giant_Ranger', 6809, 97.597, -19.730, 37.542, 127), + (17293342, 'Giant_Ascetic', 6804, 111.750, -20.287, 38.986, 117), + (17293343, 'Giant_Trapper', 6810, 84.515, -19.946, 25.945, 64), + (17293344, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293345, 'Giant_Hunter', 6807, 116.000, -20.500, 120.000, 127), + (17293346, 'Giant_Ranger', 6809, 127.642, -19.847, 26.319, 119), + (17293347, 'Giant_Ascetic', 6804, 133.000, -19.000, 92.000, 40), + (17293348, 'Giant_Trapper', 6810, 81.100, -19.520, 60.416, 64), + (17293349, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293350, 'Giant_Hunter', 6807, 115.523, -19.538, 20.287, 83), + (17293351, 'Wight', 6840, 100.618, -19.796, 10.374, 62), + (17293352, 'Wight', 6840, 67.996, -20.026, -37.896, 127), + (17293353, 'Light_Elemental', 6829, 121.291, -20.500, 2.152, 58), + (17293354, 'Dancing_Weapon', 6800, 132.000, -20.329, 51.000, 127), + (17293355, 'Clipper', 6799, 26.713, -20.598, -65.649, 127), + (17293356, 'Clipper', 6799, -7.569, -20.255, -98.655, 69), + (17293357, 'Clipper', 6799, 4.205, -19.892, -102.179, 126), + (17293358, 'Clipper', 6799, -33.394, -19.919, -63.579, 127), + (17293359, 'Greater_Pugil', 6816, 85.000, -19.000, -63.000, 32), + (17293360, 'Greater_Pugil', 6816, 68.233, -20.712, -58.283, 127), + (17293361, 'Greater_Pugil', 6816, 18.003, -19.775, -74.207, 108), + (17293362, 'Greater_Pugil', 6816, -39.253, -20.268, -63.281, 43), + (17293363, 'Greater_Pugil', 6816, -11.850, -20.004, -95.809, 127), + (17293364, 'Greater_Pugil', 6816, 25.000, -19.000, -95.000, 64), + (17293365, 'Banshee', 6798, 93.812, -21.756, -57.691, 52), + (17293366, 'Thunder_Elemental', 6836, -18.441, -20.746, -56.717, 127), + (17293367, 'Clipper', 6799, 51.281, -20.151, -43.546, 127), + (17293368, 'Clipper', 6799, 18.827, -21.515, -20.228, 127), + (17293369, 'Clipper', 6799, 127.000, -20.000, 7.000, 127), + (17293370, 'Clipper', 6799, 23.850, -19.843, -7.737, 127), + (17293371, 'Land_Worm', 6828, -0.039, -20.616, 4.913, 127), + (17293372, 'Land_Worm', 6828, 40.167, -19.617, -20.335, 84), + (17293373, 'Dark_Bats', 6801, 17.795, -20.564, -14.370, 0), + (17293374, 'Dark_Bats', 6801, 2.534, -19.825, -54.687, 127), + (17293375, 'Glow_Bat', 6813, 52.197, -20.236, -42.598, 127), + (17293376, 'Giant_Ranger', 6809, 74.000, -19.000, 7.000, 119), + (17293377, 'Giant_Ascetic', 6804, -1.926, -19.806, -14.932, 127), + (17293378, 'Giant_Trapper', 6810, 77.477, -20.500, 38.876, 127), + (17293379, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293380, 'Giant_Hunter', 6807, 51.665, -20.414, -26.076, 75), + (17293381, 'Giant_Ranger', 6809, 12.640, -20.527, -13.221, 111), + (17293382, 'Giant_Ascetic', 6804, -2.000, -20.000, -41.000, 85), + (17293383, 'Giant_Trapper', 6810, 20.400, -19.578, -0.345, 21), + (17293384, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293385, 'Giant_Hunter', 6807, 25.481, -20.217, -52.306, 127), + (17293386, 'Wight', 6840, 7.254, -20.318, -49.260, 126), + (17293387, 'Wight', 6840, 14.317, -20.471, -29.944, 17), + (17293388, 'Light_Elemental', 6829, 0.000, 0.000, 0.000, 0), + (17293390, 'Clipper', 6799, 140.093, -20.155, 107.071, 127), + (17293391, 'Clipper', 6799, 158.450, -20.491, 79.228, 127), + (17293392, 'Clipper', 6799, 154.468, -20.272, 46.753, 127), + (17293393, 'Clipper', 6799, 165.827, -20.386, 107.081, 127), + (17293394, 'Land_Worm', 6828, 122.702, -19.724, 100.475, 114), + (17293395, 'Land_Worm', 6828, 161.793, -20.445, 84.897, 127), + (17293396, 'Dark_Bats', 6801, 128.123, -20.193, 64.695, 127), + (17293397, 'Dark_Bats', 6801, 132.243, -20.063, 116.502, 127), + (17293398, 'Glow_Bat', 6813, 146.104, -20.246, 112.231, 23), + (17293399, 'Giant_Ranger', 6809, 90.540, -20.397, 85.499, 127), + (17293400, 'Giant_Ascetic', 6804, 138.488, -20.106, 69.028, 127), + (17293401, 'Giant_Trapper', 6810, 169.804, -20.842, 104.269, 127), + (17293402, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293403, 'Giant_Hunter', 6807, 151.342, -20.500, 108.603, 127), + (17293404, 'Wight', 6840, 118.649, -20.477, 78.957, 127), + (17293405, 'Wight', 6840, 148.543, -19.992, 43.302, 127), + (17293406, 'Light_Elemental', 6829, 139.842, -19.704, 115.860, 127), + (17293407, 'Banshee', 6798, 203.302, -20.631, 113.160, 28), + (17293408, 'Banshee', 6798, 204.455, -20.519, 117.017, 127), + (17293409, 'Clipper', 6799, 114.831, -20.446, 134.955, 123), + (17293410, 'Clipper', 6799, 145.320, -20.824, 138.083, 127), + (17293411, 'Clipper', 6799, 108.759, -20.458, 167.470, 96), + (17293412, 'Land_Worm', 6828, 168.622, -20.796, 146.188, 127), + (17293413, 'Land_Worm', 6828, 94.104, -20.648, 176.468, 56), + (17293414, 'Dark_Bats', 6801, 133.508, -20.134, 166.219, 127), + (17293415, 'Glow_Bat', 6813, 130.448, -20.350, 150.973, 60), + (17293416, 'Glow_Bat', 6813, 155.404, -20.348, 154.127, 127), + (17293417, 'Giant_Ranger', 6809, 108.174, -20.348, 166.835, 127), + (17293418, 'Giant_Ascetic', 6804, 150.733, -20.274, 130.439, 104), + (17293419, 'Giant_Trapper', 6810, 80.891, -20.286, 168.266, 127), + (17293420, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293421, 'Giant_Hunter', 6807, 161.947, -19.796, 144.966, 19), + (17293422, 'Wight', 6840, 145.771, -20.364, 114.513, 16), + (17293423, 'Wight', 6840, 133.997, -19.968, 165.512, 127), + (17293424, 'Light_Elemental', 6829, 168.190, -20.220, 118.955, 5), + (17293425, 'Clipper', 6799, -118.315, -20.406, 17.336, 51), + (17293426, 'Clipper', 6799, -122.955, -20.274, 18.869, 127), + (17293427, 'Clipper', 6799, -79.159, -20.366, 17.701, 9), + (17293428, 'Wight', 6840, -58.427, -20.754, 13.732, 76), + (17293429, 'Wight', 6840, -60.019, -20.374, 0.984, 127), + (17293430, 'Clipper', 6799, -34.386, -19.546, 107.177, 127), + (17293431, 'Clipper', 6799, -44.323, -20.952, 128.315, 127), + (17293432, 'Clipper', 6799, -13.000, -19.000, 121.000, 127), + (17293433, 'Clipper', 6799, -40.070, -19.514, 99.493, 116), + (17293434, 'Clipper', 6799, -31.033, -20.369, 91.914, 51), + (17293435, 'Land_Worm', 6828, -0.237, -20.500, 120.259, 127), + (17293436, 'Land_Worm', 6828, -9.000, -19.000, 77.000, 88), + (17293437, 'Land_Worm', 6828, -33.680, -20.359, 83.788, 127), + (17293438, 'Land_Worm', 6828, -32.522, -20.515, 125.889, 127), + (17293439, 'Land_Worm', 6828, -50.277, -21.257, 99.448, 127), + (17293440, 'Banshee', 6798, -8.638, -19.998, 94.708, 108), + (17293441, 'Banshee', 6798, -35.267, -19.591, 104.986, 127), + (17293442, 'Clipper', 6799, 29.783, -20.276, 225.066, 127), + (17293443, 'Clipper', 6799, 56.030, -19.987, 198.334, 127), + (17293444, 'Clipper', 6799, 37.017, -20.207, 210.765, 49), + (17293445, 'Clipper', 6799, -20.705, -20.299, 261.622, 115), + (17293446, 'Land_Worm', 6828, -7.408, -20.661, 238.485, 56), + (17293447, 'Land_Worm', 6828, 25.322, -20.148, 247.269, 127), + (17293448, 'Dark_Bats', 6801, 16.206, -20.554, 222.769, 22), + (17293449, 'Dark_Bats', 6801, 50.482, -20.320, 209.640, 127), + (17293450, 'Glow_Bat', 6813, -5.017, -20.578, 203.191, 127), + (17293451, 'Giant_Ranger', 6809, 11.573, -20.561, 224.654, 38), + (17293452, 'Giant_Ascetic', 6804, -5.341, -20.068, 214.995, 127), + (17293453, 'Giant_Trapper', 6810, 67.965, -20.090, 201.971, 127), + (17293454, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293455, 'Giant_Hunter', 6807, 0.510, -20.454, 245.121, 10), + (17293456, 'Wight', 6840, 50.569, -21.260, 264.128, 127), + (17293457, 'Wight', 6840, 40.916, -19.883, 254.015, 127), + (17293458, 'Clipper', 6799, 4.000, -20.000, 281.000, 9), + (17293459, 'Clipper', 6799, 9.000, -20.000, 267.000, 107), + (17293460, 'Clipper', 6799, 8.000, -19.000, 272.000, 94), + (17293461, 'Clipper', 6799, -2.695, -19.775, 294.761, 109), + (17293462, 'Greater_Pugil', 6816, 41.000, -20.000, 286.000, 127), + (17293463, 'Greater_Pugil', 6816, -2.906, -20.257, 310.320, 127), + (17293464, 'Greater_Pugil', 6816, 5.722, -20.519, 318.156, 34), + (17293465, 'Greater_Pugil', 6816, 8.958, -20.395, 318.346, 127), + (17293466, 'Greater_Pugil', 6816, 19.251, -21.636, 289.331, 35), + (17293467, 'Greater_Pugil', 6816, 13.000, -20.327, 301.000, 127), + (17293468, 'Banshee', 6798, -8.542, -20.773, 300.196, 99), + (17293469, 'Thunder_Elemental', 6836, 15.900, -21.316, 293.636, 127), + (17293470, 'Clipper', 6799, -210.276, -19.546, -18.915, 71), + (17293471, 'Clipper', 6799, -301.420, -20.515, 58.317, 127), + (17293472, 'Clipper', 6799, -330.418, -19.675, 50.818, 39), + (17293473, 'Clipper', 6799, -220.840, -20.054, -5.086, 65), + (17293474, 'Greater_Pugil', 6816, -209.178, -19.657, -18.833, 115), + (17293475, 'Greater_Pugil', 6816, -295.000, -19.000, 23.000, 127), + (17293476, 'Greater_Pugil', 6816, -201.795, -20.234, -20.957, 37), + (17293477, 'Greater_Pugil', 6816, -226.000, -19.000, 10.000, 52), + (17293478, 'Acrophies', 6796, -337.272, -20.362, 43.476, 127), + (17293479, 'Acrophies', 6796, -338.573, -20.418, 37.145, 73), + (17293480, 'Acrophies', 6796, -215.274, -20.524, 28.980, 127), + (17293481, 'Acrophies', 6796, -268.192, -20.066, 35.315, 127), + (17293482, 'Banshee', 6798, -292.246, -20.813, 50.106, 127), + (17293483, 'Banshee', 6798, -244.268, -20.527, 43.688, 80), + (17293484, 'Thunder_Elemental', 6836, -281.007, -20.646, 87.674, 127), + (17293486, 'Kraken', 6827, -265.044, -4.116, 26.452, 82), + (17293487, 'Clipper', 6799, -205.046, -20.309, 71.582, 127), + (17293488, 'Clipper', 6799, -163.906, -20.522, 36.138, 121), + (17293489, 'Clipper', 6799, -202.887, -20.445, 84.563, 127), + (17293490, 'Clipper', 6799, -155.116, -20.374, 48.954, 127), + (17293491, 'Dark_Bats', 6801, -208.629, -20.743, 70.208, 127), + (17293492, 'Dark_Bats', 6801, -166.723, -20.917, 86.685, 72), + (17293493, 'Acrophies', 6796, -173.199, -20.105, 82.409, 127), + (17293494, 'Acrophies', 6796, -207.187, -20.330, 37.518, 127), + (17293495, 'Glow_Bat', 6813, -169.356, -20.541, 31.888, 127), + (17293496, 'Giant_Ranger', 6809, -203.012, -19.587, 141.747, 61), + (17293497, 'Giant_Ascetic', 6804, -183.256, -19.704, 35.952, 127), + (17293498, 'Giant_Trapper', 6810, -155.357, -19.821, 56.320, 41), + (17293499, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293500, 'Giant_Hunter', 6807, -205.806, -20.480, 71.884, 102), + (17293501, 'Wight', 6840, -211.072, -20.926, 63.614, 127), + (17293502, 'Wight', 6840, -165.873, -20.399, 74.991, 127), + (17293503, 'Wight', 6840, -188.438, -21.307, 101.146, 127), + (17293504, 'Light_Elemental', 6829, -174.144, -20.287, 56.401, 127), + (17293505, 'Clipper', 6799, 4.000, -19.000, 90.000, 64), + (17293506, 'Wight', 6840, -59.981, -20.746, 169.939, 127), + (17293507, 'Clipper', 6799, -204.842, -19.907, 217.130, 89), + (17293508, 'Clipper', 6799, -247.290, -20.308, 267.122, 127), + (17293509, 'Clipper', 6799, -230.245, -20.189, 214.686, 127), + (17293510, 'Clipper', 6799, -199.598, -19.549, 220.712, 66), + (17293511, 'Clipper', 6799, -178.389, -21.370, 220.464, 127), + (17293512, 'Dark_Bats', 6801, -193.434, -20.381, 193.800, 127), + (17293513, 'Dark_Bats', 6801, -132.884, -20.448, 226.253, 127), + (17293514, 'Acrophies', 6796, -146.361, -20.277, 229.592, 127), + (17293515, 'Acrophies', 6796, -251.752, -20.387, 234.141, 127), + (17293516, 'Acrophies', 6796, -124.312, -20.409, 208.198, 25), + (17293517, 'Glow_Bat', 6813, -179.304, -19.763, 207.884, 82), + (17293518, 'Glow_Bat', 6813, -205.430, -20.268, 211.144, 127), + (17293519, 'Giant_Ranger', 6809, -187.000, -19.000, 359.000, 127), + (17293520, 'Giant_Ascetic', 6804, -177.398, -20.682, 190.872, 72), + (17293521, 'Giant_Trapper', 6810, -202.000, -19.000, 176.000, 23), + (17293522, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293523, 'Giant_Hunter', 6807, -201.834, -20.500, 200.950, 109), + (17293524, 'Giant_Ranger', 6809, -185.000, -19.000, 71.000, 73), + (17293525, 'Giant_Ascetic', 6804, -172.299, -20.432, 227.098, 87), + (17293526, 'Giant_Trapper', 6810, -155.590, -20.479, 199.600, 107), + (17293527, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293528, 'Giant_Hunter', 6807, -133.569, -20.469, 224.158, 127), + (17293529, 'Wight', 6840, -124.359, -20.357, 204.701, 127), + (17293530, 'Wight', 6840, -226.132, -20.794, 189.292, 45), + (17293531, 'Wight', 6840, -204.294, -20.408, 195.454, 127), + (17293532, 'Light_Elemental', 6829, -258.393, -20.497, 264.160, 127), + (17293533, 'Dancing_Weapon', 6800, -138.180, -20.928, 228.793, 10), + (17293534, 'Dancing_Weapon', 6800, -157.659, -25.501, 235.862, 127), + (17293535, 'Dancing_Weapon', 6800, -151.429, -26.831, 235.223, 127), + (17293536, 'Dancing_Weapon', 6800, -137.651, -23.507, 231.528, 127), + (17293537, 'Trickster_Kinetix', 6837, -159.000, -19.000, 244.000, 127), + (17293538, 'Clipper', 6799, -135.855, -20.144, 269.486, 37), + (17293539, 'Clipper', 6799, -225.000, -19.000, 304.000, 92), + (17293540, 'Clipper', 6799, -142.773, -20.283, 300.440, 127), + (17293541, 'Clipper', 6799, -86.042, -20.438, 246.677, 127), + (17293542, 'Clipper', 6799, -138.300, -19.629, 281.239, 112), + (17293543, 'Dark_Bats', 6801, -132.607, -20.261, 311.274, 127), + (17293544, 'Dark_Bats', 6801, -206.858, -20.097, 288.513, 54), + (17293545, 'Dark_Bats', 6801, -170.683, -20.273, 306.084, 111), + (17293546, 'Acrophies', 6796, -99.571, -21.144, 226.513, 51), + (17293547, 'Acrophies', 6796, -75.343, -19.811, 259.543, 73), + (17293548, 'Acrophies', 6796, -125.655, -20.394, 277.309, 114), + (17293549, 'Glow_Bat', 6813, -134.231, -19.846, 285.949, 115), + (17293550, 'Giant_Ranger', 6809, -129.000, -20.000, 252.000, 100), + (17293551, 'Giant_Ascetic', 6804, -227.000, -19.000, 240.000, 127), + (17293552, 'Giant_Trapper', 6810, -160.987, -19.649, 302.987, 120), + (17293553, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293554, 'Giant_Hunter', 6807, -126.000, -19.000, 284.000, 53), + (17293555, 'Giant_Ranger', 6809, -106.174, -19.917, 276.835, 124), + (17293556, 'Giant_Ascetic', 6804, -98.000, -19.000, 247.000, 127), + (17293557, 'Giant_Trapper', 6810, -189.863, -20.193, 280.965, 127), + (17293558, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293559, 'Giant_Hunter', 6807, -163.000, -20.000, 280.000, 127), + (17293560, 'Wight', 6840, -79.880, -20.519, 279.671, 127), + (17293561, 'Wight', 6840, -178.913, -19.620, 277.697, 58), + (17293562, 'Wight', 6840, -202.466, -20.384, 267.475, 127), + (17293563, 'Light_Elemental', 6829, -173.685, -20.224, 311.977, 127), + (17293564, 'Clipper', 6799, -233.701, -20.501, 327.792, 13), + (17293565, 'Clipper', 6799, -253.625, -20.482, 368.971, 127), + (17293566, 'Clipper', 6799, -186.287, -20.115, 319.164, 86), + (17293567, 'Clipper', 6799, -237.884, -19.789, 381.362, 127), + (17293568, 'Dark_Bats', 6801, -247.216, -20.158, 391.798, 127), + (17293569, 'Dark_Bats', 6801, -172.082, -20.164, 364.322, 80), + (17293570, 'Acrophies', 6796, -182.773, -19.936, 329.292, 127), + (17293571, 'Acrophies', 6796, -213.870, -20.087, 409.474, 127), + (17293572, 'Glow_Bat', 6813, -220.006, -20.357, 446.058, 127), + (17293573, 'Glow_Bat', 6813, -206.592, -20.223, 319.932, 79), + (17293574, 'Giant_Ranger', 6809, -163.754, -19.678, 336.425, 30), + (17293575, 'Giant_Ascetic', 6804, -188.392, -21.169, 387.908, 127), + (17293576, 'Giant_Trapper', 6810, -221.000, -19.000, 366.000, 31), + (17293577, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293578, 'Giant_Hunter', 6807, -248.000, -19.000, 376.000, 127), + (17293579, 'Wight', 6840, -260.565, -20.601, 364.715, 123), + (17293580, 'Wight', 6840, -238.000, -20.000, 396.000, 127), + (17293581, 'Light_Elemental', 6829, -248.703, -20.264, 397.951, 50), + (17293582, 'Clipper', 6799, -144.994, -21.597, 377.807, 96), + (17293583, 'Clipper', 6799, -193.000, -19.000, 347.000, 127), + (17293584, 'Clipper', 6799, -214.000, -19.000, 314.000, 32), + (17293585, 'Clipper', 6799, -147.944, -20.363, 349.353, 78), + (17293586, 'Greater_Pugil', 6816, -123.719, -19.683, 376.637, 127), + (17293587, 'Greater_Pugil', 6816, -105.680, -20.126, 353.412, 60), + (17293588, 'Greater_Pugil', 6816, -107.525, -20.212, 379.564, 9), + (17293589, 'Greater_Pugil', 6816, -108.059, -20.687, 343.693, 73), + (17293590, 'Acrophies', 6796, -141.837, -21.055, 341.594, 127), + (17293591, 'Acrophies', 6796, -111.537, -20.179, 395.880, 16), + (17293592, 'Acrophies', 6796, -75.208, -20.560, 355.569, 127), + (17293593, 'Acrophies', 6796, -117.502, -19.916, 383.993, 19), + (17293594, 'Banshee', 6798, -122.106, -19.918, 384.412, 127), + (17293595, 'Banshee', 6798, -103.964, -20.654, 380.802, 127), + (17293596, 'Thunder_Elemental', 6836, -120.363, -20.487, 403.354, 127), + (17293598, 'Seeker_Bats', 6834, -294.000, -11.000, 483.000, 127), + (17293599, 'Seeker_Bats', 6834, -335.014, -11.639, 442.083, 67), + (17293600, 'Seeker_Bats', 6834, -305.772, -12.799, 457.087, 111), + (17293601, 'Ancient_Bat', 6797, -368.598, -12.418, 436.948, 112), + (17293602, 'Ancient_Bat', 6797, -321.689, -12.729, 445.407, 89), + (17293603, 'Wight', 6840, -339.128, -12.994, 533.764, 90), + (17293604, 'Wight', 6840, -335.886, -13.522, 532.259, 19), + (17293605, 'Seeker_Bats', 6834, -419.640, -5.890, 433.476, 127), + (17293606, 'Seeker_Bats', 6834, -471.459, -10.592, 407.959, 127), + (17293607, 'Ancient_Bat', 6797, -467.647, -10.334, 407.221, 127), + (17293608, 'Ancient_Bat', 6797, -475.560, -11.062, 372.179, 127), + (17293609, 'Wight', 6840, -427.571, -12.507, 337.510, 80), + (17293610, 'Wight', 6840, -419.158, -11.386, 339.963, 109), + (17293611, 'Seeker_Bats', 6834, -497.248, -10.908, 355.857, 127), + (17293612, 'Seeker_Bats', 6834, -479.353, -11.255, 370.408, 94), + (17293613, 'Ancient_Bat', 6797, -496.902, -10.748, 361.449, 3), + (17293614, 'Ancient_Bat', 6797, -488.081, -11.431, 366.026, 127), + (17293615, 'Dancing_Weapon', 6800, -486.000, -12.000, 347.000, 127), + (17293616, 'Dancing_Weapon', 6800, -494.484, -10.869, 359.086, 127), + (17293617, 'Hobgoblin_Warrior', 6823, 0.000, 0.000, 0.000, 0), + (17293618, 'Hobgoblin_White_Mage', 6824, 0.000, 0.000, 0.000, 0), + (17293619, 'Hobgoblin_Black_Mage', 6818, 0.000, 0.000, 0.000, 0), + (17293620, 'Hobgoblin_Red_Mage', 6821, 0.000, 0.000, 0.000, 0), + (17293621, 'Hobgoblin_Thief', 6822, 0.000, 0.000, 0.000, 0), + (17293622, 'Hobgoblin_Dark_Knight', 6819, 0.000, 0.000, 0.000, 0), + (17293623, 'Hobgoblin_Ranger', 6820, 0.000, 0.000, 0.000, 0), + (17293624, 'Hobgoblin_Beastmaster', 6817, 0.000, 0.000, 0.000, 0), + (17293625, 'Goblin_s_Leech', 6815, 0.000, 0.000, 0.000, 0), + (17293626, 'Giant_Warrior', 6811, 0.000, 0.000, 0.000, 0), + (17293627, 'Giant_Monk', 6808, 0.000, 0.000, 0.000, 0), + (17293628, 'Giant_Beastmaster', 6805, 0.000, 0.000, 0.000, 0), + (17293629, 'Giant_High_Ranger', 6806, 0.000, 0.000, 0.000, 0), + (17293630, 'Gigas_s_Leech', 6812, 0.000, 0.000, 0.000, 0), + (17293631, 'Giant_Ranger', 6809, 0.000, 0.000, 0.000, 0), + (17293632, 'Giant_Ranger', 6809, 0.000, 0.000, 0.000, 0), + (17293633, 'Giant_Hunter', 6807, 0.000, 0.000, 0.000, 0), + (17293634, 'Giant_Hunter', 6807, 0.000, 0.000, 0.000, 0), + (17293635, 'Giant_Ranger', 6809, 0.000, 0.000, 0.000, 0), + (17293636, 'Giant_Ranger', 6809, 0.000, 0.000, 0.000, 0), + (17293637, 'Giant_Hunter', 6807, 0.000, 0.000, 0.000, 0), + (17293638, 'Giant_Hunter', 6807, 0.000, 0.000, 0.000, 0), + (17293639, 'Hunting_Chief', 6825, 0.000, 0.000, 0.000, 0), + (17293640, 'Dosetsu_Tree', 6803, -240.000, -20.795, 37.000, 31), + (17293641, 'Ingaevon', 6826, 0.000, 0.000, 0.000, 0), + (17293642, 'Malefic_Fencer', 6830, -316.000, -12.500, 436.000, 127), + (17293643, 'Seed_Mandragora', 6833, -121.065, -20.308, 312.177, 80), + (17293644, 'Seed_Mandragora', 6833, -121.120, -20.249, 310.996, 127), + (17293645, 'Seed_Mandragora', 6833, -120.317, -20.075, 310.818, 127), + (17293646, 'Seed_Mandragora', 6833, -122.605, -20.264, 312.834, 65), + (17293647, 'Seed_Mandragora', 6833, -120.968, -20.171, 309.438, 127), + (17293648, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293649, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293650, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293651, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293652, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293653, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293654, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293655, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293656, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293657, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293658, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293659, 'Goblin_Bounty_Hunter', 6814, 0.000, 0.000, 0.000, 0), + (17293717, 'Volker', 6839, 0.000, 0.000, 0.000, 0), + (17293751, 'Diabolos', 6802, 0.000, 0.000, 0.000, 0), + (17293752, 'Diabolos', 6802, 0.000, 0.000, 0.000, 0), + (17293753, 'Diabolos', 6802, 0.000, 0.000, 0.000, 0), + (17293758, 'Seed_Mandragora', 6833, 0.000, 0.000, 0.000, 0), + (17293759, 'Seed_Mandragora', 6833, 0.000, 0.000, 0.000, 0), + (17293760, 'Seed_Mandragora', 6833, 0.000, 0.000, 0.000, 0), + (17293761, 'Seed_Mandragora', 6833, 0.000, 0.000, 0.000, 0), + (17293762, 'Seed_Mandragora', 6833, 0.000, 0.000, 0.000, 0), + (17293763, 'Seed_Mandragora', 6833, 0.000, 0.000, 0.000, 0), + (17293773, 'Shantotto', 6835, 0.000, 0.000, 0.000, 0), + (17297409, 'Lesser_Gaylas', 6850, 171.183, 4.291, -124.580, 30), + (17297410, 'Lesser_Gaylas', 6850, 153.156, 3.746, -116.237, 127), + (17297411, 'Lesser_Gaylas', 6850, 89.000, 2.000, -103.000, 99), + (17297412, 'Greater_Gayla', 6846, 119.409, 3.860, -126.084, 127), + (17297413, 'Greater_Gayla', 6846, 175.632, 3.077, -98.700, 127), + (17297414, 'Thunder_Elemental', 6856, 138.615, 3.400, -101.378, 125), + (17297415, 'Light_Elemental', 6851, 0.000, 0.000, 0.000, 0), + (17297416, 'Demonic_Weapon', 6844, 159.000, 4.000, -82.000, 127), + (17297417, 'Demonic_Weapon', 6844, 192.178, 3.851, -86.399, 82), + (17297418, 'Lost_Soul', 6852, 124.000, 4.000, -117.000, 127), + (17297419, 'Lost_Soul', 6852, 165.000, 4.000, -116.000, 49), + (17297420, 'Lost_Soul', 6852, 154.000, 4.000, -95.000, 127), + (17297421, 'Lost_Soul', 6852, 141.000, 4.000, -130.000, 1), + (17297422, 'Demonic_Weapon', 6844, 23.000, -4.000, -30.000, 127), + (17297423, 'Demonic_Weapon', 6844, 1.531, -3.612, -23.642, 117), + (17297424, 'Lesser_Gaylas', 6850, -104.000, -9.000, -19.000, 119), + (17297425, 'Lesser_Gaylas', 6850, -68.693, -3.265, -71.942, 46), + (17297426, 'Greater_Gayla', 6846, -97.892, -6.114, -50.670, 102), + (17297427, 'Greater_Gayla', 6846, -82.446, -3.896, -71.939, 127), + (17297428, 'Lesser_Gaylas', 6850, -64.514, -4.798, 11.870, 127), + (17297429, 'Lesser_Gaylas', 6850, -49.231, -4.483, -5.900, 127), + (17297430, 'Greater_Gayla', 6846, -52.906, -3.392, 14.425, 127), + (17297431, 'Greater_Gayla', 6846, -100.000, -9.000, 22.000, 30), + (17297432, 'Master_Coeurl', 6853, -82.389, -4.301, -90.121, 88), + (17297433, 'Bhuta', 6843, -70.571, -4.375, -85.672, 53), + (17297434, 'Thunder_Elemental', 6856, -84.343, -4.477, -85.742, 127), + (17297435, 'Light_Elemental', 6851, -80.538, -4.413, -79.202, 2), + (17297436, 'Master_Coeurl', 6853, -36.000, -3.000, -6.000, 127), + (17297437, 'Bhuta', 6843, -24.568, -3.857, 4.811, 13), + (17297438, 'Thunder_Elemental', 6856, -44.195, -4.390, -8.444, 45), + (17297439, 'Light_Elemental', 6851, 0.000, 0.000, 0.000, 0), + (17297440, 'Behemoth', 6842, -277.763, -20.309, 72.189, 127), + (17297441, 'King_Behemoth', 6848, -267.469, -19.831, 73.674, 127), + (17297442, 'Thunder_Elemental', 6856, -226.728, -20.524, 21.987, 79), + (17297443, 'Thunder_Elemental', 6856, -270.475, -20.439, 75.426, 67), + (17297444, 'Light_Elemental', 6851, -209.248, -19.929, 61.437, 57), + (17297445, 'Light_Elemental', 6851, -248.852, -20.733, 87.634, 36), + (17297446, 'Picklix_Longindex', 6855, 212.000, 3.000, -77.000, 93), + (17297447, 'Moxnix_Nightgoggle', 6854, 212.000, 3.000, -78.000, 93), + (17297448, 'Doglix_Muttsnout', 6845, 212.000, 3.000, -79.000, 93), + (17297449, 'Ancient_Weapon', 6841, -77.000, -4.000, -92.000, 170), + (17297450, 'Legendary_Weapon', 6849, -75.000, -4.000, -92.000, 170), + (17297451, 'Gudanna', 6847, 0.000, 0.000, 0.000, 0), + (17301505, 'Velociraptor', 6867, -98.000, -0.050, -39.000, 127), + (17301506, 'Velociraptor', 6867, -121.942, -0.500, 0.131, 127), + (17301507, 'Peryton', 6864, -119.444, -0.270, -26.993, 127), + (17301508, 'Velociraptor', 6867, -72.278, -0.322, -34.654, 79), + (17301509, 'Velociraptor', 6867, -43.079, -0.632, -43.351, 127), + (17301510, 'Peryton', 6864, -51.818, -0.382, -27.562, 127), + (17301511, 'Velociraptor', 6867, -8.000, -0.956, -40.000, 43), + (17301512, 'Velociraptor', 6867, -15.917, -0.563, -24.743, 127), + (17301513, 'Peryton', 6864, -22.182, 0.348, -40.269, 127), + (17301514, 'Fire_Elemental', 6860, -19.868, -0.534, -29.271, 65), + (17301515, 'Velociraptor', 6867, -29.967, -0.207, 3.904, 126), + (17301516, 'Peryton', 6864, -32.410, -0.304, 8.461, 127), + (17301517, 'Velociraptor', 6867, -15.573, 0.004, 46.670, 127), + (17301518, 'Peryton', 6864, -7.207, -0.447, 33.867, 127), + (17301519, 'Velociraptor', 6867, -30.000, -0.297, 27.000, 127), + (17301520, 'Velociraptor', 6867, 44.093, -0.720, 33.270, 123), + (17301521, 'Peryton', 6864, 46.461, -0.324, 19.126, 127), + (17301522, 'Air_Elemental', 6858, 45.504, -0.612, 38.518, 23), + (17301523, 'Velociraptor', 6867, 77.066, -0.507, -1.079, 86), + (17301524, 'Peryton', 6864, 53.966, -0.079, -8.595, 122), + (17301525, 'Fire_Elemental', 6860, -25.864, -3.904, -64.997, 62), + (17301526, 'Air_Elemental', 6858, -14.432, -4.043, 63.329, 127), + (17301527, 'Velociraptor', 6867, 111.527, -0.128, -9.940, 97), + (17301528, 'Velociraptor', 6867, 123.000, -0.050, -2.000, 127), + (17301529, 'Velociraptor', 6867, 127.000, -0.010, -21.000, 127), + (17301530, 'Velociraptor', 6867, 127.000, -0.010, -41.000, 0), + (17301531, 'Peryton', 6864, 117.000, -0.050, -32.000, 127), + (17301532, 'Valley_Manticore', 6866, -5.094, -0.389, -3.962, 127), + (17301533, 'Valley_Manticore', 6866, 3.000, -0.133, 24.000, 127), + (17301534, 'Valley_Manticore', 6866, 13.965, -0.189, -0.102, 127), + (17301535, 'Velociraptor', 6867, -43.000, -0.357, 40.000, 127), + (17301536, 'Peryton', 6864, 8.466, -0.336, -23.544, 127), + (17301537, 'Adamantoise', 6857, 3.000, -0.416, 8.000, 21), + (17301538, 'Aspidochelone', 6859, 19.000, 0.089, 14.000, 117), + (17301539, 'Skahnowa', 6865, 0.000, 0.000, 0.000, 0), + (17301570, 'Kilhwch', 6861, 0.000, 0.000, 0.000, 0), + (17301572, 'Lhu_Mhakaracca', 6862, 0.000, 0.000, 0.000, 0), + (17301577, 'Noillurie', 6863, 0.000, 0.000, 0.000, 0), + (17309697, 'Sprinkler', 6939, -6.029, -40.520, -417.210, 0), + (17309698, 'Sprinkler', 6939, 6.836, -38.595, -444.973, 127), + (17309699, 'Sprinkler', 6939, -22.376, -40.700, -369.892, 69), + (17309700, 'Flamingo', 6929, -36.338, -40.700, -373.859, 127), + (17309701, 'Sprinkler', 6939, 29.579, -40.700, -384.015, 127), + (17309702, 'Flamingo', 6929, 39.319, -40.700, -372.761, 127), + (17309703, 'Sprinkler', 6939, 1.211, -40.500, -369.100, 127), + (17309704, 'Flamingo', 6929, 52.662, -40.587, -430.883, 127), + (17309705, 'Flamingo', 6929, 28.409, -40.700, -436.958, 126), + (17309706, 'Flamingo', 6929, 51.646, -40.677, -438.232, 66), + (17309707, 'Sprinkler', 6939, 38.391, -33.876, -398.296, 127), + (17309708, 'Sprinkler', 6939, 38.887, -33.149, -396.856, 74), + (17309709, 'Sprinkler', 6939, 73.319, -24.548, -397.072, 127), + (17309710, 'Sprinkler', 6939, 80.356, -24.509, -389.414, 127), + (17309711, 'Sprinkler', 6939, 86.126, -24.521, -410.703, 90), + (17309712, 'Sprinkler', 6939, 125.146, -24.631, -377.619, 31), + (17309713, 'Sprinkler', 6939, 107.903, -24.500, -376.571, 127), + (17309714, 'Sprinkler', 6939, 148.473, -24.500, -387.271, 11), + (17309715, 'Groundskeeper', 6931, 150.816, -30.958, -365.575, 75), + (17309716, 'Sprinkler', 6939, 153.431, -30.500, -349.932, 127), + (17309717, 'Groundskeeper', 6931, 184.838, -40.527, -425.415, 55), + (17309718, 'Sprinkler', 6939, 183.755, -40.509, -419.924, 127), + (17309719, 'Groundskeeper', 6931, 133.956, -38.644, -436.949, 127), + (17309720, 'Flamingo', 6929, -34.462, -40.700, -446.969, 127), + (17309721, 'Flamingo', 6929, -71.999, -40.327, -460.432, 127), + (17309722, 'Flamingo', 6929, -47.044, -40.686, -442.421, 9), + (17309723, 'Sprinkler', 6939, -68.525, -40.700, -453.791, 89), + (17309724, 'Sprinkler', 6939, -67.905, -40.700, -453.213, 85), + (17309725, 'Sprinkler', 6939, -81.144, -24.514, -401.483, 127), + (17309726, 'Sprinkler', 6939, -93.358, -24.655, -403.114, 127), + (17309727, 'Sprinkler', 6939, -73.869, -24.500, -411.920, 127), + (17309728, 'Sprinkler', 6939, -149.476, -24.500, -394.144, 123), + (17309729, 'Sprinkler', 6939, -136.428, -24.500, -385.401, 127), + (17309730, 'Sprinkler', 6939, -126.698, -24.500, -376.113, 4), + (17309731, 'Groundskeeper', 6931, -156.975, -30.506, -361.027, 105), + (17309732, 'Sprinkler', 6939, -148.491, -30.643, -357.841, 127), + (17309733, 'Groundskeeper', 6931, -178.052, -41.808, -410.882, 127), + (17309734, 'Sprinkler', 6939, -176.939, -40.500, -398.019, 127), + (17309735, 'Groundskeeper', 6931, -135.956, -38.500, -434.117, 13), + (17309736, 'Groundskeeper', 6931, -2.365, -41.178, -330.891, 57), + (17309737, 'Groundskeeper', 6931, -5.871, -40.499, -340.492, 127), + (17309738, 'Groundskeeper', 6931, -5.819, -41.700, -305.961, 127), + (17309739, 'Groundskeeper', 6931, -2.651, -42.919, -276.502, 31), + (17309740, 'Groundskeeper', 6931, 2.824, -44.100, -220.162, 95), + (17309741, 'Groundskeeper', 6931, -6.479, -44.100, -229.997, 105), + (17309742, 'Groundskeeper', 6931, 17.000, -43.000, -198.000, 127), + (17309743, 'Groundskeeper', 6931, 79.849, -41.332, -192.710, 9), + (17309744, 'Flamingo', 6929, 49.014, -40.700, -178.040, 127), + (17309745, 'Flamingo', 6929, 89.924, -40.953, -181.107, 127), + (17309746, 'Flamingo', 6929, 89.199, -40.734, -168.118, 127), + (17309747, 'Flamingo', 6929, 89.129, -40.700, -168.385, 127), + (17309748, 'Groundskeeper', 6931, 137.733, -40.523, -166.964, 9), + (17309749, 'Groundskeeper', 6931, 122.700, -40.500, -196.705, 104), + (17309750, 'Sprinkler', 6939, 129.573, -40.700, -165.094, 20), + (17309751, 'Sprinkler', 6939, 113.532, -34.464, -182.004, 127), + (17309752, 'Sprinkler', 6939, 122.114, -34.500, -182.773, 93), + (17309753, 'Groundskeeper', 6931, -26.791, -44.099, -210.834, 5), + (17309754, 'Groundskeeper', 6931, -77.971, -40.500, -199.417, 127), + (17309755, 'Flamingo', 6929, -53.889, -40.700, -177.346, 103), + (17309756, 'Flamingo', 6929, -80.605, -40.700, -145.374, 127), + (17309757, 'Flamingo', 6929, -87.337, -40.779, -174.260, 127), + (17309758, 'Flamingo', 6929, -75.265, -40.700, -157.258, 53), + (17309759, 'Groundskeeper', 6931, -132.552, -40.657, -166.938, 127), + (17309760, 'Groundskeeper', 6931, -136.776, -40.538, -165.974, 123), + (17309761, 'Sprinkler', 6939, -137.061, -40.509, -164.804, 101), + (17309762, 'Sprinkler', 6939, -116.098, -34.529, -173.604, 99), + (17309763, 'Sprinkler', 6939, -117.778, -34.492, -179.441, 80), + (17309764, 'Sprinkler', 6939, 414.833, -8.821, -130.428, 127), + (17309765, 'Sprinkler', 6939, 405.710, -8.820, -128.088, 127), + (17309766, 'Sprinkler', 6939, 425.679, -9.532, -132.246, 127), + (17309767, 'Sprinkler', 6939, 406.276, -8.765, -123.852, 82), + (17309768, 'Sprinkler', 6939, 431.756, -6.637, -134.847, 127), + (17309769, 'Groundskeeper', 6931, 388.175, -16.506, -120.654, 127), + (17309770, 'Groundskeeper', 6931, 378.727, -20.822, -77.727, 74), + (17309771, 'Groundskeeper', 6931, 348.326, -20.956, -166.877, 127), + (17309772, 'Sprinkler', 6939, 386.749, -24.821, -24.749, 60), + (17309773, 'Sprinkler', 6939, 393.305, -24.821, 10.974, 15), + (17309774, 'Fire_Elemental', 6928, 387.362, -24.819, -6.978, 61), + (17309775, 'Sprinkler', 6939, 390.743, -24.821, 51.081, 23), + (17309776, 'Fire_Elemental', 6928, 413.404, -24.500, -13.880, 48), + (17309777, 'Groundskeeper', 6931, 372.741, -33.599, 36.147, 127), + (17309778, 'Flamingo', 6929, 367.534, -40.689, -35.270, 87), + (17309779, 'Flamingo', 6929, 368.299, -40.688, -23.202, 81), + (17309780, 'Fire_Elemental', 6928, 371.498, -40.943, 0.714, 22), + (17309781, 'Flamingo', 6929, 440.723, -40.501, -36.597, 90), + (17309782, 'Flamingo', 6929, 425.791, -40.558, -18.407, 127), + (17309783, 'Fire_Elemental', 6928, 442.413, -40.721, -51.373, 32), + (17309784, 'Flamingo', 6929, 442.091, -40.500, 15.167, 127), + (17309785, 'Flamingo', 6929, 467.655, -40.700, -3.120, 127), + (17309786, 'Sprinkler', 6939, 431.175, -38.733, 56.355, 127), + (17309787, 'Groundskeeper', 6931, 401.366, -40.821, -37.737, 3), + (17309788, 'Groundskeeper', 6931, 0.000, 0.000, 0.000, 0), + (17309789, 'Groundskeeper', 6931, 430.679, -36.829, -138.825, 76), + (17309790, 'Groundskeeper', 6931, 438.498, -36.822, -112.133, 127), + (17309791, 'Sprinkler', 6939, 334.859, -24.821, -199.472, 112), + (17309792, 'Sprinkler', 6939, 315.616, -24.821, -239.507, 43), + (17309793, 'Water_Elemental', 6942, 321.785, -24.821, -231.713, 55), + (17309794, 'Sprinkler', 6939, 275.879, -24.821, -266.529, 100), + (17309795, 'Groundskeeper', 6931, 281.239, -33.453, -243.755, 127), + (17309796, 'Flamingo', 6929, 311.019, -40.852, -211.550, 127), + (17309797, 'Flamingo', 6929, 299.563, -40.823, -226.582, 127), + (17309798, 'Water_Elemental', 6942, 379.887, -40.273, -255.479, 62), + (17309799, 'Flamingo', 6929, 360.938, -40.700, -228.968, 127), + (17309800, 'Flamingo', 6929, 375.978, -40.508, -238.908, 89), + (17309801, 'Water_Elemental', 6942, 361.971, -40.699, -228.455, 109), + (17309802, 'Flamingo', 6929, 355.414, -40.500, -276.875, 4), + (17309803, 'Flamingo', 6929, 379.200, -40.659, -262.540, 127), + (17309804, 'Sprinkler', 6939, 321.238, -38.505, -307.158, 33), + (17309805, 'Water_Elemental', 6942, 315.736, -40.538, -295.533, 127), + (17309806, 'Groundskeeper', 6931, 312.723, -40.700, -198.724, 77), + (17309807, 'Groundskeeper', 6931, 313.080, -40.821, -240.384, 26), + (17309808, 'Sprinkler', 6939, 223.460, -8.500, 308.425, 127), + (17309809, 'Sprinkler', 6939, 246.409, -8.796, 346.921, 122), + (17309810, 'Sprinkler', 6939, 210.608, -8.500, 320.700, 127), + (17309811, 'Sprinkler', 6939, 258.993, -7.270, 363.191, 127), + (17309812, 'Sprinkler', 6939, 265.165, -8.533, 347.218, 127), + (17309813, 'Groundskeeper', 6931, 242.065, -15.371, 327.388, 79), + (17309814, 'Groundskeeper', 6931, 272.554, -21.274, 274.922, 27), + (17309815, 'Groundskeeper', 6931, 215.327, -20.778, 320.338, 23), + (17309816, 'Sprinkler', 6939, 137.933, -24.788, 362.249, 59), + (17309817, 'Sprinkler', 6939, 134.660, -24.788, 365.247, 115), + (17309818, 'Sprinkler', 6939, 76.085, -24.788, 389.087, 111), + (17309819, 'Groundskeeper', 6931, 92.426, -37.183, 359.140, 16), + (17309820, 'Flamingo', 6929, 109.258, -40.812, 360.749, 55), + (17309821, 'Flamingo', 6929, 150.076, -40.780, 346.343, 127), + (17309822, 'Air_Elemental', 6922, 145.479, -40.616, 346.009, 124), + (17309823, 'Flamingo', 6929, 177.992, -40.500, 413.997, 12), + (17309824, 'Flamingo', 6929, 156.794, -40.700, 400.220, 78), + (17309825, 'Air_Elemental', 6922, 164.918, -40.500, 411.401, 13), + (17309826, 'Flamingo', 6929, 123.040, -40.504, 431.434, 100), + (17309827, 'Flamingo', 6929, 113.634, -40.500, 412.345, 72), + (17309828, 'Air_Elemental', 6922, 113.807, -40.500, 409.996, 127), + (17309829, 'Sprinkler', 6939, 83.833, -39.585, 433.606, 5), + (17309830, 'Air_Elemental', 6922, 75.463, -37.455, 436.208, 105), + (17309831, 'Groundskeeper', 6931, 156.962, -40.788, 365.583, 80), + (17309832, 'Groundskeeper', 6931, 0.000, 0.000, 0.000, 0), + (17309833, 'Groundskeeper', 6931, 236.360, -36.788, 385.311, 22), + (17309834, 'Groundskeeper', 6931, 271.009, -36.789, 361.494, 25), + (17309835, 'Sprinkler', 6939, 299.560, -24.788, 259.091, 127), + (17309836, 'Sprinkler', 6939, 307.299, -24.788, 240.409, 114), + (17309837, 'Thunder_Elemental', 6941, 309.140, -24.788, 240.553, 1), + (17309838, 'Sprinkler', 6939, 338.505, -24.788, 179.485, 72), + (17309839, 'Thunder_Elemental', 6941, 324.818, -24.500, 256.824, 127), + (17309840, 'Groundskeeper', 6931, 310.129, -38.483, 201.693, 39), + (17309841, 'Flamingo', 6929, 280.058, -40.706, 236.870, 72), + (17309842, 'Flamingo', 6929, 287.588, -40.750, 237.783, 127), + (17309843, 'Thunder_Elemental', 6941, 293.204, -40.707, 225.361, 45), + (17309844, 'Flamingo', 6929, 320.381, -40.700, 272.889, 127), + (17309845, 'Flamingo', 6929, 349.771, -40.500, 272.949, 54), + (17309846, 'Flamingo', 6929, 375.105, -40.698, 265.360, 61), + (17309847, 'Flamingo', 6929, 382.072, -40.676, 243.464, 127), + (17309848, 'Thunder_Elemental', 6941, 352.386, -40.501, 229.934, 58), + (17309849, 'Sprinkler', 6939, 382.601, -38.972, 205.933, 42), + (17309850, 'Groundskeeper', 6931, 0.000, 0.000, 0.000, 0), + (17309851, 'Groundskeeper', 6931, 305.223, -40.788, 266.461, 127), + (17309852, 'Sprinkler', 6939, -242.158, -8.698, 300.220, 31), + (17309853, 'Sprinkler', 6939, -254.657, -8.500, 323.154, 127), + (17309854, 'Sprinkler', 6939, -254.592, -8.500, 323.307, 127), + (17309855, 'Sprinkler', 6939, -253.747, -8.517, 356.390, 127), + (17309856, 'Sprinkler', 6939, -278.867, -2.901, 369.559, 15), + (17309857, 'Sprinkler', 6939, -285.612, -3.397, 378.543, 113), + (17309858, 'Groundskeeper', 6931, -201.363, -20.615, 330.414, 127), + (17309859, 'Groundskeeper', 6931, -236.787, -20.604, 306.549, 100), + (17309860, 'Sprinkler', 6939, -151.861, -24.614, 357.408, 127), + (17309861, 'Sprinkler', 6939, -127.210, -24.614, 375.455, 119), + (17309862, 'Light_Elemental', 6935, -153.145, -24.614, 362.243, 38), + (17309863, 'Sprinkler', 6939, -72.281, -24.614, 389.739, 127), + (17309864, 'Light_Elemental', 6935, -65.695, -24.613, 378.559, 86), + (17309865, 'Groundskeeper', 6931, -90.593, -36.328, 363.433, 110), + (17309866, 'Flamingo', 6929, -131.248, -40.584, 353.037, 37), + (17309867, 'Flamingo', 6929, -129.066, -40.634, 351.321, 127), + (17309868, 'Light_Elemental', 6935, 0.000, 0.000, 0.000, 0), + (17309869, 'Flamingo', 6929, -150.181, -40.684, 398.699, 127), + (17309870, 'Flamingo', 6929, -154.667, -40.699, 401.734, 127), + (17309871, 'Flamingo', 6929, -121.144, -40.536, 421.180, 127), + (17309872, 'Flamingo', 6929, -126.962, -40.545, 405.646, 127), + (17309873, 'Light_Elemental', 6935, -141.093, -40.500, 419.633, 127), + (17309874, 'Sprinkler', 6939, -103.941, -40.400, 432.741, 52), + (17309875, 'Groundskeeper', 6931, 0.000, 0.000, 0.000, 0), + (17309876, 'Groundskeeper', 6931, -157.776, -40.614, 364.483, 47), + (17309877, 'Sprinkler', 6939, -288.821, -24.614, 259.627, 23), + (17309878, 'Sprinkler', 6939, -293.673, -24.614, 254.018, 60), + (17309879, 'Dark_Elemental', 6924, 0.000, 0.000, 0.000, 0), + (17309880, 'Sprinkler', 6939, -333.475, -24.614, 174.739, 117), + (17309881, 'Groundskeeper', 6931, -321.384, -33.073, 189.602, 127), + (17309882, 'Dark_Elemental', 6924, -320.543, -33.346, 189.351, 127), + (17309883, 'Flamingo', 6929, -295.582, -40.504, 231.292, 96), + (17309884, 'Flamingo', 6929, -297.628, -40.527, 228.487, 127), + (17309885, 'Dark_Elemental', 6924, -288.618, -40.700, 226.036, 127), + (17309886, 'Flamingo', 6929, -344.347, -40.500, 274.288, 87), + (17309887, 'Flamingo', 6929, -329.129, -40.678, 290.630, 55), + (17309888, 'Flamingo', 6929, -373.659, -40.699, 267.948, 127), + (17309889, 'Flamingo', 6929, -388.159, -40.794, 248.688, 127), + (17309890, 'Dark_Elemental', 6924, -361.348, -40.503, 248.410, 16), + (17309891, 'Sprinkler', 6939, -383.438, -38.170, 207.222, 23), + (17309892, 'Groundskeeper', 6931, -333.248, -40.614, 230.699, 127), + (17309893, 'Groundskeeper', 6931, 0.000, 0.000, 0.000, 0), + (17309894, 'Sprinkler', 6939, -400.797, -8.500, -142.127, 25), + (17309895, 'Sprinkler', 6939, -443.435, -3.104, -148.316, 65), + (17309896, 'Sprinkler', 6939, -437.779, -3.366, -145.260, 127), + (17309897, 'Sprinkler', 6939, -442.725, -3.252, -148.318, 101), + (17309898, 'Sprinkler', 6939, -428.086, -7.212, -140.366, 81), + (17309899, 'Groundskeeper', 6931, -378.781, -19.978, -125.054, 127), + (17309900, 'Groundskeeper', 6931, -357.503, -20.500, -150.014, 127), + (17309901, 'Groundskeeper', 6931, -382.528, -20.500, -71.984, 127), + (17309902, 'Sprinkler', 6939, -389.341, -24.500, -17.148, 45), + (17309903, 'Sprinkler', 6939, -390.234, -24.500, -13.640, 127), + (17309904, 'Sprinkler', 6939, -398.692, -24.500, 42.320, 42), + (17309905, 'Ice_Elemental', 6932, -380.315, -24.500, 54.596, 0), + (17309906, 'Groundskeeper', 6931, -372.963, -34.581, 27.891, 127), + (17309907, 'Flamingo', 6929, -374.006, -40.550, -27.294, 127), + (17309908, 'Flamingo', 6929, -373.235, -40.640, -17.251, 20), + (17309909, 'Ice_Elemental', 6932, -359.176, -40.386, -23.922, 20), + (17309910, 'Flamingo', 6929, -413.867, -40.700, -29.209, 45), + (17309911, 'Flamingo', 6929, -442.636, -40.505, -29.229, 31), + (17309912, 'Ice_Elemental', 6932, -437.306, -40.504, -45.074, 127), + (17309913, 'Flamingo', 6929, -432.335, -40.500, 21.527, 127), + (17309914, 'Flamingo', 6929, -433.142, -40.502, 22.057, 127), + (17309915, 'Sprinkler', 6939, -444.759, -40.926, 48.878, 127), + (17309916, 'Ice_Elemental', 6932, -444.724, -40.980, 49.570, 127), + (17309917, 'Groundskeeper', 6931, -372.704, -40.500, 8.931, 36), + (17309918, 'Groundskeeper', 6931, -385.561, -40.500, -35.943, 127), + (17309919, 'Groundskeeper', 6931, -433.323, -36.500, -117.454, 53), + (17309920, 'Groundskeeper', 6931, -418.959, -36.500, -161.169, 127), + (17309921, 'Sprinkler', 6939, -324.401, -24.500, -209.512, 32), + (17309922, 'Sprinkler', 6939, -329.962, -24.500, -223.322, 0), + (17309923, 'Earth_Elemental', 6926, -313.870, -24.500, -237.380, 64), + (17309924, 'Sprinkler', 6939, -294.700, -24.500, -273.868, 100), + (17309925, 'Earth_Elemental', 6926, -301.878, -24.500, -265.890, 122), + (17309926, 'Groundskeeper', 6931, -286.523, -30.006, -254.421, 90), + (17309927, 'Flamingo', 6929, -314.255, -40.700, -206.124, 109), + (17309928, 'Flamingo', 6929, -314.100, -40.700, -200.779, 127), + (17309929, 'Earth_Elemental', 6926, -306.647, -40.700, -191.197, 127), + (17309930, 'Flamingo', 6929, -375.922, -40.699, -223.988, 127), + (17309931, 'Flamingo', 6929, -372.304, -40.533, -213.180, 127), + (17309932, 'Earth_Elemental', 6926, -380.167, -40.371, -232.371, 54), + (17309933, 'Flamingo', 6929, -337.976, -40.500, -271.406, 52), + (17309934, 'Flamingo', 6929, -354.500, -40.615, -287.377, 86), + (17309935, 'Sprinkler', 6939, -338.237, -39.983, -292.022, 127), + (17309936, 'Groundskeeper', 6931, -323.089, -40.500, -246.593, 101), + (17309937, 'Groundskeeper', 6931, -380.817, -40.521, -219.627, 116), + (17309938, 'Groundskeeper', 6931, 20.239, -41.729, -340.048, 127), + (17309939, 'Groundskeeper', 6931, 20.239, -42.929, -324.024, 127), + (17309940, 'Groundskeeper', 6931, 20.239, -42.929, -315.955, 127), + (17309941, 'Groundskeeper', 6931, 20.239, -42.929, -307.985, 127), + (17309942, 'Groundskeeper', 6931, 20.239, -44.129, -292.006, 127), + (17309943, 'Groundskeeper', 6931, 20.239, -44.129, -284.072, 127), + (17309944, 'Groundskeeper', 6931, 20.239, -44.129, -276.010, 127), + (17309945, 'Groundskeeper', 6931, 20.239, -45.329, -259.976, 127), + (17309946, 'Groundskeeper', 6931, -20.312, -41.729, -339.929, 0), + (17309947, 'Groundskeeper', 6931, -20.239, -42.929, -324.024, 0), + (17309948, 'Groundskeeper', 6931, -20.239, -42.929, -315.955, 0), + (17309949, 'Groundskeeper', 6931, -20.239, -42.929, -307.985, 0), + (17309950, 'Groundskeeper', 6931, -20.239, -44.129, -292.006, 0), + (17309951, 'Groundskeeper', 6931, -20.239, -44.129, -284.072, 0), + (17309952, 'Groundskeeper', 6931, -20.239, -44.129, -276.010, 0), + (17309953, 'Groundskeeper', 6931, -20.239, -45.329, -259.976, 0), + (17309954, 'Despot', 6925, -0.100, -42.000, -291.000, 114), + (17309955, 'Groundskeeper', 6931, 378.000, -25.489, 0.730, 2), + (17309956, 'Groundskeeper', 6931, 378.000, -25.489, -12.529, 2), + (17309957, 'Groundskeeper', 6931, 378.000, -25.489, -25.826, 2), + (17309958, 'Groundskeeper', 6931, 320.846, -25.489, -201.212, 23), + (17309959, 'Groundskeeper', 6931, 313.000, -25.489, -212.175, 23), + (17309960, 'Groundskeeper', 6931, 305.937, -25.489, -223.302, 23), + (17309961, 'Groundskeeper', 6931, 116.250, -25.489, 360.216, 127), + (17309962, 'Groundskeeper', 6931, 128.865, -25.489, 355.871, 127), + (17309963, 'Groundskeeper', 6931, 141.208, -25.489, 351.075, 127), + (17309964, 'Groundskeeper', 6931, 290.274, -25.489, 242.751, 127), + (17309965, 'Groundskeeper', 6931, 298.000, -25.489, 232.470, 127), + (17309966, 'Groundskeeper', 6931, 306.648, -25.489, 221.822, 127), + (17309967, 'Groundskeeper', 6931, -141.212, -25.489, 350.911, 127), + (17309968, 'Groundskeeper', 6931, -128.852, -25.489, 355.845, 127), + (17309969, 'Groundskeeper', 6931, -116.268, -25.489, 360.248, 127), + (17309970, 'Groundskeeper', 6931, -306.579, -25.489, 221.791, 127), + (17309971, 'Groundskeeper', 6931, -298.541, -25.489, 232.419, 127), + (17309972, 'Groundskeeper', 6931, -290.178, -25.489, 242.690, 127), + (17309973, 'Groundskeeper', 6931, -377.468, -25.489, -25.773, 123), + (17309974, 'Groundskeeper', 6931, -378.240, -25.489, -12.581, 127), + (17309975, 'Groundskeeper', 6931, -378.363, -25.489, 0.720, 126), + (17309976, 'Groundskeeper', 6931, -305.739, -25.489, -223.070, 102), + (17309977, 'Groundskeeper', 6931, -313.394, -25.489, -212.184, 107), + (17309978, 'Groundskeeper', 6931, -320.503, -25.489, -200.977, 105), + (17309979, 'Mimic', 6936, 0.000, 0.000, 0.000, 0), + (17309980, 'Genbu', 6930, 257.000, -70.000, 517.000, 118), + (17309981, 'Seiryu', 6938, 569.000, -70.000, -80.000, 76), + (17309982, 'Byakko', 6923, -410.488, -70.520, 394.720, 214), + (17309983, 'Suzaku', 6940, -514.533, -70.520, -264.736, 72), + (17309984, 'Eraser', 6927, 0.000, 0.000, 0.000, 0), + (17310053, 'Zeid', 6943, 0.000, 0.000, 0.000, 0), + (17310072, 'Kilhwch', 6933, 0.000, 0.000, 0.000, 0), + (17310074, 'Lhu_Mhakaracca', 6934, 0.000, 0.000, 0.000, 0), + (17310079, 'Noillurie', 6937, 0.000, 0.000, 0.000, 0), + (17346561, 'Dread_Dragon', 7704, -396.000, 94.000, -64.000, 45), + (17346562, 'Spotter', 7726, -400.000, 94.000, -64.000, 45), + (17346563, 'Dread_Dragon', 7704, -156.000, -25.000, -115.000, 45), + (17346564, 'Spotter', 7726, -160.000, -25.000, -115.000, 45), + (17346565, 'Dread_Dragon', 7704, 83.000, -145.000, 295.000, 49), + (17346566, 'Spotter', 7726, 79.000, -145.000, 295.000, 49), + (17346567, 'Darokbok_of_Clan_Reaper', 7700, 0.000, 0.000, 0.000, 0), + (17346568, 'Jagidbod_of_Clan_Reaper', 7712, 0.000, 0.000, 0.000, 0), + (17346569, 'Derakbak_of_Clan_Wolf', 7701, 0.000, 0.000, 0.000, 0), + (17346570, 'Reaper_Clan_Warmachine', 7723, 0.000, 0.000, 0.000, 0), + (17346571, 'Wolf_Clan_Warmachine', 7728, 0.000, 0.000, 0.000, 0), + (17346572, 'Orc_s_Wyvern', 7721, 0.000, 0.000, 0.000, 0), + (17346573, 'Darokbok_of_Clan_Reaper', 7700, 0.000, 0.000, 0.000, 0), + (17346574, 'Jagidbod_of_Clan_Reaper', 7712, 0.000, 0.000, 0.000, 0), + (17346575, 'Derakbak_of_Clan_Wolf', 7701, 0.000, 0.000, 0.000, 0), + (17346576, 'Reaper_Clan_Warmachine', 7723, 0.000, 0.000, 0.000, 0), + (17346577, 'Wolf_Clan_Warmachine', 7728, 0.000, 0.000, 0.000, 0), + (17346578, 'Orc_s_Wyvern', 7721, 0.000, 0.000, 0.000, 0), + (17346579, 'Darokbok_of_Clan_Reaper', 7700, 0.000, 0.000, 0.000, 0), + (17346580, 'Jagidbod_of_Clan_Reaper', 7712, 0.000, 0.000, 0.000, 0), + (17346581, 'Derakbak_of_Clan_Wolf', 7701, 0.000, 0.000, 0.000, 0), + (17346582, 'Reaper_Clan_Warmachine', 7723, 0.000, 0.000, 0.000, 0), + (17346583, 'Wolf_Clan_Warmachine', 7728, 0.000, 0.000, 0.000, 0), + (17346584, 'Orc_s_Wyvern', 7721, 0.000, 0.000, 0.000, 0), + (17346585, 'Maat', 7717, -396.000, 94.000, -64.000, 45), + (17346586, 'Maat', 7717, -156.000, -25.000, 115.000, 45), + (17346587, 'Maat', 7717, 83.000, -145.000, 295.000, 45), + (17346588, 'Maat', 7717, -396.000, 94.000, -64.000, 45), + (17346589, 'Maat', 7717, -156.000, -25.000, -115.000, 45), + (17346590, 'Maat', 7717, 83.000, -145.000, 295.000, 45), + (17346591, 'Maat', 7717, -396.000, 94.000, -64.000, 45), + (17346592, 'Maat', 7717, -156.000, -25.000, -115.000, 45), + (17346593, 'Maat', 7717, 83.000, -145.000, 295.000, 45), + (17346594, 'Sniper_Pugil', 7724, 0.000, 0.000, 0.000, 0), + (17346595, 'Archer_Pugil', 7692, 0.000, 0.000, 0.000, 0), + (17346596, 'Archer_Pugil', 7692, 0.000, 0.000, 0.000, 0), + (17346598, 'Sniper_Pugil', 7724, 0.000, 0.000, 0.000, 0), + (17346599, 'Archer_Pugil', 7692, 0.000, 0.000, 0.000, 0), + (17346600, 'Archer_Pugil', 7692, 0.000, 0.000, 0.000, 0), + (17346602, 'Sniper_Pugil', 7724, 0.000, 0.000, 0.000, 0), + (17346603, 'Archer_Pugil', 7692, 0.000, 0.000, 0.000, 0), + (17346604, 'Archer_Pugil', 7692, 0.000, 0.000, 0.000, 0), + (17346606, 'Pilwiz', 7722, 0.000, 0.000, 0.000, 0), + (17346607, 'Bisan', 7696, -100.958, -4.500, -61.060, 90), + (17346609, 'Pilwiz', 7722, 0.000, 0.000, 0.000, 0), + (17346610, 'Bisan', 7696, 0.000, 0.000, 0.000, 0), + (17346612, 'Pilwiz', 7722, 0.000, 0.000, 0.000, 0), + (17346613, 'Bisan', 7696, 0.000, 0.000, 0.000, 0), + (17346615, 'Huntfly', 7710, 0.000, 0.000, 0.000, 0), + (17346616, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346617, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346618, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346619, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346620, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346621, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346622, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346623, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346625, 'Huntfly', 7710, 0.000, 0.000, 0.000, 0), + (17346626, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346627, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346628, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346629, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346630, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346631, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346632, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346633, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346635, 'Huntfly', 7710, 0.000, 0.000, 0.000, 0), + (17346636, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346637, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346638, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346639, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346640, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346641, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346642, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346643, 'Houndfly', 7709, 0.000, 0.000, 0.000, 0), + (17346645, 'Helltail_Harry', 7708, 0.000, 0.000, 0.000, 0), + (17346646, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346647, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346648, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346649, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346650, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346651, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346652, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346654, 'Helltail_Harry', 7708, 0.000, 0.000, 0.000, 0), + (17346655, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346656, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346657, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346658, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346659, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346660, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346661, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346663, 'Helltail_Harry', 7708, 0.000, 0.000, 0.000, 0), + (17346664, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346665, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346666, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346667, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346668, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346669, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346670, 'Cottontail', 7699, 0.000, 0.000, 0.000, 0), + (17346672, 'Sobbing_Eyes', 7725, 0.000, 0.000, 0.000, 0), + (17346673, 'Compound_Eyes', 7698, 0.000, 0.000, 0.000, 0), + (17346674, 'Compound_Eyes', 7698, 0.000, 0.000, 0.000, 0), + (17346676, 'Sobbing_Eyes', 7725, 0.000, 0.000, 0.000, 0), + (17346677, 'Compound_Eyes', 7698, 0.000, 0.000, 0.000, 0), + (17346678, 'Compound_Eyes', 7698, 0.000, 0.000, 0.000, 0), + (17346680, 'Sobbing_Eyes', 7725, 0.000, 0.000, 0.000, 0), + (17346681, 'Compound_Eyes', 7698, 0.000, 0.000, 0.000, 0), + (17346682, 'Compound_Eyes', 7698, 0.000, 0.000, 0.000, 0), + (17346684, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346685, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346686, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346688, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346689, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346690, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346692, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346693, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346694, 'Fighting_Sheep', 7706, 0.000, 0.000, 0.000, 0), + (17346696, 'Armsmaster_Dekbuk', 7695, 0.000, 0.000, 0.000, 0), + (17346697, 'Longarmed_Gottditt', 7716, 0.000, 0.000, 0.000, 0), + (17346698, 'Keeneyed_Aufwuf', 7713, 0.000, 0.000, 0.000, 0), + (17346699, 'Invulnerable_Mazzgozz', 7711, 0.000, 0.000, 0.000, 0), + (17346700, 'Undefeatable_Sappdapp', 7727, 0.000, 0.000, 0.000, 0), + (17346701, 'Mind_s-eyed_Klugwug', 7718, 0.000, 0.000, 0.000, 0), + (17346703, 'Armsmaster_Dekbuk', 7695, 0.000, 0.000, 0.000, 0), + (17346704, 'Longarmed_Gottditt', 7716, 0.000, 0.000, 0.000, 0), + (17346705, 'Keeneyed_Aufwuf', 7713, 0.000, 0.000, 0.000, 0), + (17346706, 'Invulnerable_Mazzgozz', 7711, 0.000, 0.000, 0.000, 0), + (17346707, 'Undefeatable_Sappdapp', 7727, 0.000, 0.000, 0.000, 0), + (17346708, 'Mind_s-eyed_Klugwug', 7718, 0.000, 0.000, 0.000, 0), + (17346710, 'Armsmaster_Dekbuk', 7695, 0.000, 0.000, 0.000, 0), + (17346711, 'Longarmed_Gottditt', 7716, 0.000, 0.000, 0.000, 0), + (17346712, 'Keeneyed_Aufwuf', 7713, 0.000, 0.000, 0.000, 0), + (17346713, 'Invulnerable_Mazzgozz', 7711, 0.000, 0.000, 0.000, 0), + (17346714, 'Undefeatable_Sappdapp', 7727, 0.000, 0.000, 0.000, 0), + (17346715, 'Mind_s-eyed_Klugwug', 7718, 0.000, 0.000, 0.000, 0), + (17346717, 'Chlevnik', 7697, -396.000, 94.000, -63.000, 46), + (17346719, 'Chlevnik', 7697, -156.000, -25.000, 115.000, 46), + (17346721, 'Chlevnik', 7697, 83.000, -145.000, 295.000, 46), + (17346723, 'Gerjis', 7707, 0.000, 0.000, 0.000, 0), + (17346725, 'Gerjis', 7707, 0.000, 0.000, 0.000, 0), + (17346727, 'Gerjis', 7707, 0.000, 0.000, 0.000, 0), + (17346729, 'Orcish_Onager', 7720, 0.000, 0.000, 0.000, 0), + (17346731, 'Orcish_Onager', 7720, 0.000, 0.000, 0.000, 0), + (17346733, 'Orcish_Onager', 7720, 0.000, 0.000, 0.000, 0), + (17346735, 'Dragonian_Berzerker', 7702, -402.000, 94.000, -63.000, 52), + (17346736, 'Dragonian_Minstrel', 7703, -393.000, 94.000, -60.000, 52), + (17346738, 'Dragonian_Berzerker', 7702, -153.000, -25.000, 120.000, 52), + (17346739, 'Dragonian_Minstrel', 7703, -161.000, -25.000, 116.000, 52), + (17346741, 'Dragonian_Berzerker', 7702, 86.000, -145.000, 299.000, 52), + (17346742, 'Dragonian_Minstrel', 7703, 78.000, -145.000, 295.000, 52), + (17346744, 'Aries', 7693, 0.000, 0.000, 0.000, 0), + (17346746, 'Aries', 7693, 0.000, 0.000, 0.000, 0), + (17346748, 'Aries', 7693, 0.000, 0.000, 0.000, 0), + (17346750, 'Evil_Oscar', 7705, -396.000, 94.000, -63.000, 46), + (17346752, 'Evil_Oscar', 7705, -156.000, -25.000, 115.000, 46), + (17346754, 'Evil_Oscar', 7705, 83.000, -145.000, 295.000, 46), + (17346767, 'Spotter', 7726, 0.000, 0.000, 0.000, 0), + (17346768, 'Dread_Dragon', 7704, 0.000, 0.000, 0.000, 0), + (17346777, 'Darokbok_of_Clan_Reaper', 7700, 0.000, 0.000, 0.000, 0), + (17346778, 'Jagidbod_of_Clan_Reaper', 7712, 0.000, 0.000, 0.000, 0), + (17346779, 'Derakbak_of_Clan_Wolf', 7701, 0.000, 0.000, 0.000, 0), + (17346780, 'Reaper_Clan_Warmachine', 7723, 0.000, 0.000, 0.000, 0), + (17346781, 'Wolf_Clan_Warmachine', 7728, 0.000, 0.000, 0.000, 0), + (17346796, 'Lhu_Mhakaracca', 7715, 0.000, 0.000, 0.000, 0), + (17350657, 'Pugil', 7753, 0.000, 0.000, 0.000, 0), + (17350658, 'Pugil', 7753, 0.000, 0.000, 0.000, 0), + (17350659, 'Pug_Pugil', 7754, 0.000, 0.000, 0.000, 0), + (17350660, 'Giant_Pugil', 7739, 0.000, 0.000, 0.000, 0), + (17350661, 'Puffer_Pugil', 7752, 0.000, 0.000, 0.000, 0), + (17350662, 'Fodderchief_Vokdek', 7735, -189.000, -10.000, 44.000, 104), + (17350663, 'Sureshot_Snatgat', 7757, -189.000, -10.000, 46.000, 104), + (17350664, 'Strongarm_Zodvad', 7756, -189.000, -10.000, 42.000, 104), + (17350665, 'Warchief_Vatgit', 7765, -74.960, -34.692, 256.968, 90), + (17350666, 'Fogweaver_Mozzfuzz', 7736, 0.000, 0.000, 0.000, 0), + (17350667, 'Bloody_Vrukwuk', 7730, 0.000, 0.000, 0.000, 0), + (17350668, 'Orcish_Fodder', 7744, -0.640, 0.500, 42.498, 67), + (17350669, 'Orcish_Fodder', 7744, 13.421, -0.062, 83.097, 127), + (17350670, 'Orcish_Mesmerizer', 7747, 5.123, -0.001, 77.025, 127), + (17350671, 'Orcish_Grappler', 7745, 5.543, 0.500, 42.650, 127), + (17350672, 'Spectacled_Bats', 7755, -8.506, -0.143, 60.611, 111), + (17350673, 'Spectacled_Bats', 7755, -4.867, -0.002, 49.479, 87), + (17350674, 'Orcish_Fodder', 7744, -11.540, 0.001, -2.843, 127), + (17350675, 'Orcish_Fodder', 7744, 3.216, 0.002, 16.671, 18), + (17350676, 'Orcish_Mesmerizer', 7747, -1.190, 0.001, -14.152, 42), + (17350677, 'Orcish_Grappler', 7745, -3.616, -0.001, -5.215, 59), + (17350678, 'Spectacled_Bats', 7755, -16.480, 0.149, -11.010, 127), + (17350679, 'Spectacled_Bats', 7755, 0.382, 0.500, -3.610, 127), + (17350680, 'Orcish_Stonelauncher', 7750, -12.000, -1.000, 109.000, 39), + (17350681, 'Orcish_Stonelauncher', 7750, 12.978, -1.869, -30.634, 127), + (17350682, 'Orcish_Stonelauncher', 7750, -12.438, -1.835, -30.861, 127), + (17350683, 'Orcish_Grappler', 7745, -15.943, -0.050, 43.920, 62), + (17350684, 'Orcish_Fodder', 7744, -38.081, -0.816, 37.526, 63), + (17350685, 'Orcish_Mesmerizer', 7747, -36.484, -0.767, 29.178, 127), + (17350686, 'Orcish_Grappler', 7745, -36.820, -0.360, 48.576, 127), + (17350687, 'Orcish_Fodder', 7744, -27.197, 0.060, 22.694, 3), + (17350688, 'Orcish_Mesmerizer', 7747, -24.032, -0.633, 33.264, 127), + (17350689, 'Orcish_Grappler', 7745, -34.367, -0.130, 35.891, 16), + (17350690, 'Orcish_Grunt', 7746, 33.849, 0.069, -58.209, 127), + (17350691, 'Orcish_Grunt', 7746, 31.860, -0.227, -60.593, 126), + (17350692, 'Orcish_Fodder', 7744, -102.000, -9.029, 87.000, 3), + (17350693, 'Orcish_Grappler', 7745, -119.000, -10.000, 70.000, 127), + (17350694, 'Orcish_Fodder', 7744, -61.683, -5.595, -17.515, 127), + (17350695, 'Orcish_Grappler', 7745, -89.759, -9.939, -13.420, 127), + (17350696, 'Orcish_Fodder', 7744, -139.647, -10.369, 107.147, 127), + (17350697, 'Orcish_Mesmerizer', 7747, -165.429, -9.993, 111.824, 82), + (17350698, 'Orcish_Grappler', 7745, -130.305, -10.141, 136.743, 127), + (17350699, 'Orcish_Fodder', 7744, -129.715, -10.037, 115.209, 127), + (17350700, 'Orcish_Mesmerizer', 7747, -114.670, -10.451, 100.592, 127), + (17350701, 'Orcish_Grappler', 7745, -146.678, -10.167, 120.234, 127), + (17350702, 'Spectacled_Bats', 7755, -151.697, -9.999, 115.575, 127), + (17350703, 'Spectacled_Bats', 7755, -163.654, -10.067, 140.536, 127), + (17350704, 'Orcish_Fodder', 7744, -134.024, -10.037, 88.463, 105), + (17350705, 'Orcish_Mesmerizer', 7747, -131.000, -10.059, 52.000, 42), + (17350706, 'Orcish_Grappler', 7745, -107.000, -9.000, 33.000, 42), + (17350707, 'Orcish_Fodder', 7744, -149.695, -9.949, 64.487, 127), + (17350708, 'Orcish_Mesmerizer', 7747, -140.971, -10.269, 62.558, 71), + (17350709, 'Orcish_Grappler', 7745, -120.643, -9.999, 28.953, 5), + (17350710, 'Spectacled_Bats', 7755, -139.694, -10.267, 55.348, 127), + (17350711, 'Orcish_Stonelauncher', 7750, -90.000, -11.000, 26.000, 73), + (17350712, 'Orcish_Stonelauncher', 7750, -90.000, -11.000, 132.000, 103), + (17350713, 'Orcish_Stonelauncher', 7750, -176.297, -11.349, 155.934, 127), + (17350714, 'Orcish_Fodder', 7744, -199.000, -10.000, 247.000, 70), + (17350715, 'Orcish_Mesmerizer', 7747, -179.000, -10.000, 245.000, 127), + (17350716, 'Orcish_Mesmerizer', 7747, -130.000, -4.000, 228.000, 123), + (17350717, 'Orcish_Grappler', 7745, -139.912, 0.435, 213.512, 127), + (17350718, 'Orcish_Grappler', 7745, -167.442, -10.292, 260.169, 15), + (17350719, 'Watch_Lizard', 7766, -191.024, -10.063, 250.286, 127), + (17350720, 'Watch_Lizard', 7766, -182.251, -10.742, 261.333, 127), + (17350721, 'Watch_Lizard', 7766, -218.678, -10.444, 225.499, 86), + (17350722, 'Watch_Lizard', 7766, -211.239, -10.368, 243.085, 127), + (17350723, 'Spectacled_Bats', 7755, -166.923, -10.285, 261.146, 9), + (17350724, 'Orcish_Grappler', 7745, -152.018, -10.290, 267.640, 127), + (17350725, 'Watch_Lizard', 7766, -127.000, -10.385, 246.000, 85), + (17350726, 'Watch_Lizard', 7766, -114.571, -10.042, 253.338, 127), + (17350727, 'Watch_Lizard', 7766, -116.000, -10.559, 260.000, 127), + (17350728, 'Watch_Lizard', 7766, -147.156, -10.556, 272.038, 127), + (17350729, 'Spectacled_Bats', 7755, -130.053, -10.070, 260.713, 21), + (17350730, 'Orcish_Fodder', 7744, -202.943, -10.000, 269.102, 127), + (17350731, 'Orcish_Fodder', 7744, -180.089, -10.354, 271.715, 115), + (17350732, 'Orcish_Fodder', 7744, -203.658, -10.000, 284.158, 127), + (17350733, 'Orcish_Mesmerizer', 7747, -191.978, -10.051, 293.176, 3), + (17350734, 'Orcish_Grappler', 7745, 0.000, 0.000, 0.000, 0), + (17350735, 'Orcish_Fodder', 7744, -203.258, -9.999, 279.618, 127), + (17350736, 'Orcish_Mesmerizer', 7747, -211.626, -10.000, 276.493, 117), + (17350737, 'Orcish_Grappler', 7745, -214.097, -10.000, 282.626, 127), + (17350738, 'Orcish_Fodder', 7744, -167.136, -9.899, 297.837, 127), + (17350739, 'Orcish_Mesmerizer', 7747, -168.812, -10.500, 283.893, 16), + (17350740, 'Orcish_Grappler', 7745, -171.842, -10.008, 285.357, 11), + (17350741, 'Orcish_Fodder', 7744, 0.000, 0.000, 0.000, 0), + (17350742, 'Orcish_Mesmerizer', 7747, -163.855, -9.999, 282.019, 93), + (17350743, 'Orcish_Grappler', 7745, -164.702, -10.500, 279.821, 42), + (17350744, 'Orcish_Fodder', 7744, -151.000, -9.000, 245.000, 74), + (17350745, 'Orcish_Mesmerizer', 7747, -142.000, -10.000, 258.000, 62), + (17350746, 'Orcish_Grappler', 7745, -141.000, -10.684, 278.000, 69), + (17350747, 'Orcish_Grappler', 7745, -90.904, -20.534, 383.348, 127), + (17350748, 'Watch_Lizard', 7766, -126.258, -19.997, 350.475, 62), + (17350749, 'Watch_Lizard', 7766, -115.809, -20.087, 375.989, 127), + (17350750, 'Watch_Lizard', 7766, -107.203, -20.044, 361.061, 25), + (17350751, 'Watch_Lizard', 7766, -101.406, -20.543, 377.571, 90), + (17350752, 'Watch_Lizard', 7766, -116.141, -19.957, 343.815, 30), + (17350753, 'Spectacled_Bats', 7755, -115.192, -20.080, 377.505, 2), + (17350754, 'Orcish_Grappler', 7745, -59.244, -20.588, 381.473, 127), + (17350755, 'Watch_Lizard', 7766, -49.285, -20.129, 383.300, 33), + (17350756, 'Watch_Lizard', 7766, -58.332, -20.356, 394.233, 47), + (17350757, 'Watch_Lizard', 7766, -83.737, -20.031, 398.411, 127), + (17350758, 'Watch_Lizard', 7766, -72.156, -20.792, 422.040, 127), + (17350759, 'Watch_Lizard', 7766, -48.743, -20.411, 373.980, 127), + (17350760, 'Spectacled_Bats', 7755, -79.360, -20.039, 413.792, 71), + (17350761, 'Orcish_Fodder', 7744, -34.180, -20.000, 358.748, 127), + (17350762, 'Orcish_Fodder', 7744, -43.815, -19.965, 354.905, 127), + (17350763, 'Orcish_Mesmerizer', 7747, -38.090, -19.998, 342.213, 6), + (17350764, 'Orcish_Grappler', 7745, -42.838, -20.443, 342.622, 33), + (17350765, 'Orcish_Stonelauncher', 7750, -90.000, -21.000, 346.000, 127), + (17350766, 'Orcish_Stonelauncher', 7750, -66.817, -22.139, 432.467, 127), + (17350767, 'Orcish_Fodder', 7744, -171.000, -20.000, 398.000, 4), + (17350768, 'Orcish_Mesmerizer', 7747, -136.847, -21.102, 377.739, 16), + (17350769, 'Orcish_Grappler', 7745, -159.000, -20.000, 393.000, 127), + (17350770, 'Orcish_Fodder', 7744, -161.143, -19.999, 403.798, 13), + (17350771, 'Orcish_Mesmerizer', 7747, -165.005, -20.500, 385.073, 127), + (17350772, 'Orcish_Grappler', 7745, 0.000, 0.000, 0.000, 0), + (17350773, 'Orcish_Fodder', 7744, -154.814, -20.076, 384.750, 74), + (17350774, 'Orcish_Mesmerizer', 7747, -148.602, -20.547, 383.925, 55), + (17350775, 'Orcish_Grappler', 7745, -150.947, -20.135, 397.539, 42), + (17350776, 'Toadstool', 7763, -46.783, -3.682, 254.481, 127), + (17350777, 'Toadstool', 7763, -48.648, -3.107, 260.885, 11), + (17350778, 'Toadstool', 7763, -52.900, -3.047, 263.287, 39), + (17350779, 'Toadstool', 7763, -20.696, -7.117, 265.087, 108), + (17350780, 'Toadstool', 7763, -14.545, -7.385, 252.443, 30), + (17350781, 'Toadstool', 7763, -6.085, -7.595, 266.466, 127), + (17350782, 'Toadstool', 7763, -27.978, -10.418, 292.162, 91), + (17350783, 'Toadstool', 7763, -25.884, -10.741, 307.165, 127), + (17350784, 'Toadstool', 7763, -21.514, -9.503, 285.483, 84), + (17350785, 'Toadstool', 7763, -21.735, -10.498, 304.531, 42), + (17350786, 'Toadstool', 7763, -70.480, -9.586, 297.439, 127), + (17350787, 'Toadstool', 7763, -66.490, -9.483, 294.553, 73), + (17350788, 'Toadstool', 7763, -71.602, -9.519, 305.105, 127), + (17350789, 'Orcish_Fodder', 7744, -12.330, -10.313, 301.708, 108), + (17350790, 'Orcish_Mesmerizer', 7747, -14.356, -7.206, 257.351, 127), + (17350791, 'Orcish_Grappler', 7745, 0.000, 0.000, 0.000, 0), + (17350792, 'Cheiroptera', 7732, -74.474, -9.553, 297.258, 72), + (17350793, 'Cheiroptera', 7732, -51.000, -9.000, 301.000, 127), + (17350794, 'Cheiroptera', 7732, -16.524, -10.308, 304.825, 108), + (17350795, 'Orcish_Fodder', 7744, 0.000, 0.000, 0.000, 0), + (17350796, 'Orcish_Mesmerizer', 7747, 30.726, -1.732, 348.951, 127), + (17350797, 'Orcish_Grappler', 7745, 30.140, -4.736, 323.438, 127), + (17350798, 'Cheiroptera', 7732, 21.110, 0.402, 414.055, 127), + (17350799, 'Cheiroptera', 7732, 20.107, 0.416, 409.371, 127), + (17350800, 'Orcish_Wallbreacher', 7751, 11.760, 1.410, 459.940, 34), + (17350801, 'Orcish_Barricader', 7743, 20.369, 0.927, 449.991, 5), + (17350802, 'Orcish_Grunt', 7746, 30.036, 0.500, 377.642, 127), + (17350803, 'Orcish_Stonechucker', 7749, 21.653, -0.500, 382.454, 127), + (17350804, 'Orcish_Neckchopper', 7748, 27.808, -0.261, 378.131, 127), + (17350805, 'Orcish_Grunt', 7746, 52.408, -0.309, 374.140, 127), + (17350806, 'Orcish_Stonechucker', 7749, 75.988, -0.084, 382.437, 127), + (17350807, 'Orcish_Neckchopper', 7748, 35.486, -0.523, 368.323, 7), + (17350808, 'Cheiroptera', 7732, 15.455, 0.003, 381.541, 112), + (17350809, 'Orcish_Grunt', 7746, 68.546, -0.268, 313.795, 127), + (17350810, 'Orcish_Stonechucker', 7749, 41.922, -0.011, 288.289, 61), + (17350811, 'Orcish_Neckchopper', 7748, 45.966, -0.793, 307.845, 127), + (17350812, 'Orcish_Grunt', 7746, 34.177, -0.139, 271.630, 110), + (17350813, 'Orcish_Stonechucker', 7749, 33.894, 0.104, 286.056, 89), + (17350814, 'Orcish_Neckchopper', 7748, 55.626, -1.926, 301.823, 116), + (17350815, 'Cheiroptera', 7732, 53.591, -1.123, 309.093, 94), + (17350816, 'Orcish_Grunt', 7746, 39.000, -0.232, 285.000, 127), + (17350817, 'Orcish_Stonechucker', 7749, 80.000, -0.249, 328.000, 127), + (17350818, 'Orcish_Neckchopper', 7748, 94.576, -1.274, 333.168, 32), + (17350819, 'Orcish_Grunt', 7746, 98.658, -0.319, 328.269, 42), + (17350820, 'Orcish_Stonechucker', 7749, 96.763, -0.047, 319.781, 78), + (17350821, 'Orcish_Neckchopper', 7748, 85.215, -0.739, 344.257, 39), + (17350822, 'Cheiroptera', 7732, 112.256, -0.361, 327.681, 83), + (17350823, 'Orcish_Grunt', 7746, 0.000, 0.000, 0.000, 0), + (17350824, 'Orcish_Stonechucker', 7749, 82.000, -0.500, 366.000, 111), + (17350825, 'Orcish_Neckchopper', 7748, 123.357, -0.102, 332.706, 127), + (17350826, 'Thousandarm_Deshglesh', 7758, 124.367, -0.500, 326.606, 127), + (17350827, 'Orcish_Grunt', 7746, 45.051, -0.093, 233.398, 127), + (17350828, 'Orcish_Stonechucker', 7749, 42.616, -0.039, 220.262, 127), + (17350829, 'Orcish_Neckchopper', 7748, 36.107, 0.500, 198.950, 127), + (17350830, 'Orcish_Grunt', 7746, 27.000, -0.136, 207.000, 65), + (17350831, 'Orcish_Stonechucker', 7749, 62.857, -1.354, 211.468, 102), + (17350832, 'Orcish_Neckchopper', 7748, 52.958, -0.806, 219.218, 11), + (17350833, 'Cheiroptera', 7732, 30.177, -0.254, 224.053, 127), + (17350834, 'Orcish_Stonelauncher', 7750, 22.780, -1.288, 178.324, 65), + (17350835, 'Orcish_Grunt', 7746, 81.916, -0.500, 167.558, 32), + (17350836, 'Orcish_Stonechucker', 7749, 81.863, 0.500, 202.000, 127), + (17350837, 'Orcish_Neckchopper', 7748, 87.185, -0.067, 202.015, 127), + (17350838, 'Orcish_Grunt', 7746, 81.698, -0.500, 155.312, 60), + (17350839, 'Orcish_Stonechucker', 7749, 89.534, -1.309, 171.690, 49), + (17350840, 'Orcish_Neckchopper', 7748, 81.786, 0.500, 194.875, 127), + (17350841, 'Cheiroptera', 7732, 74.599, 0.174, 156.244, 91), + (17350842, 'Orcish_Grunt', 7746, -4.647, -2.099, 161.972, 127), + (17350843, 'Orcish_Stonechucker', 7749, 31.706, -1.812, 154.835, 8), + (17350844, 'Orcish_Neckchopper', 7748, 60.492, -0.681, 157.468, 19), + (17350845, 'Orcish_Grunt', 7746, 59.833, -0.390, 157.131, 127), + (17350846, 'Orcish_Stonechucker', 7749, 66.553, -0.500, 157.021, 22), + (17350847, 'Orcish_Neckchopper', 7748, -17.602, -0.308, 157.133, 127), + (17350848, 'Cheiroptera', 7732, 0.206, -2.278, 155.028, 38), + (17350849, 'Orcish_Grunt', 7746, -51.789, -0.050, 205.007, 111), + (17350850, 'Orcish_Stonechucker', 7749, -39.252, -0.017, 197.096, 127), + (17350851, 'Orcish_Neckchopper', 7748, -35.096, -2.774, 161.638, 34), + (17350852, 'Orcish_Grunt', 7746, -34.093, -0.880, 203.243, 127), + (17350853, 'Orcish_Stonechucker', 7749, -39.426, -3.063, 169.362, 127), + (17350854, 'Orcish_Neckchopper', 7748, -48.671, -0.028, 200.178, 127), + (17350855, 'Orcish_Stonelauncher', 7750, -21.419, -1.222, 212.567, 108), + (17350856, 'Orcish_Grunt', 7746, 76.510, -0.419, 131.585, 39), + (17350857, 'Orcish_Stonechucker', 7749, 80.441, -1.191, 130.762, 127), + (17350858, 'Orcish_Neckchopper', 7748, 80.999, -1.081, 142.335, 127), + (17350859, 'Orcish_Grunt', 7746, 80.112, -1.022, 105.517, 21), + (17350860, 'Orcish_Stonechucker', 7749, 84.666, -0.562, 132.104, 127), + (17350861, 'Orcish_Neckchopper', 7748, 84.620, -1.076, 110.422, 127), + (17350862, 'Cheiroptera', 7732, 62.759, -1.027, 115.692, 57), + (17350863, 'Orcish_Grunt', 7746, 120.392, -1.002, 87.074, 127), + (17350864, 'Orcish_Stonechucker', 7749, 125.678, -1.006, 76.631, 68), + (17350865, 'Orcish_Neckchopper', 7748, 0.000, 0.000, 0.000, 0), + (17350866, 'Orcish_Grunt', 7746, 0.000, 0.000, 0.000, 0), + (17350867, 'Orcish_Stonechucker', 7749, 135.274, -1.186, 71.922, 60), + (17350868, 'Orcish_Neckchopper', 7748, 0.000, 0.000, 0.000, 0), + (17350869, 'Ghelsba_Pugil', 7738, -221.182, 3.261, 219.325, 19), + (17350870, 'Ghelsba_Pugil', 7738, -238.000, 3.000, 220.000, 127), + (17350871, 'Ghelsba_Pugil', 7738, -212.667, 3.038, 219.559, 90), + (17350872, 'Ghelsba_Pugil', 7738, -54.823, 3.006, 175.803, 73), + (17350873, 'Ghelsba_Pugil', 7738, -57.058, 1.277, 193.926, 127), + (17350874, 'Ghelsba_Pugil', 7738, -56.377, 2.764, 185.544, 46), + (17350875, 'Ghelsba_Pugil', 7738, 124.000, 2.000, 97.000, 1), + (17350876, 'Ghelsba_Pugil', 7738, 101.000, 2.000, 109.000, 127), + (17350877, 'Ghelsba_Pugil', 7738, 135.000, 2.000, 93.000, 127), + (17350878, 'Ghelsba_Pugil', 7738, 105.179, 3.017, 343.274, 127), + (17350879, 'Ghelsba_Pugil', 7738, 99.410, 3.005, 363.007, 50), + (17350880, 'Ghelsba_Pugil', 7738, 108.179, 2.956, 340.083, 127), + (17350881, 'Ghelsba_Pugil', 7738, 72.402, 3.000, 219.000, 11), + (17350882, 'Ghelsba_Pugil', 7738, 63.808, 2.534, 224.956, 127), + (17350883, 'Ghelsba_Pugil', 7738, 55.000, 2.000, 249.000, 97), + (17350884, 'Orcish_Fodder', 7744, 39.483, -30.003, 420.413, 127), + (17350885, 'Orcish_Fodder', 7744, 7.000, -29.000, 420.000, 17), + (17350886, 'Orcish_Mesmerizer', 7747, -32.000, -21.000, 419.000, 68), + (17350887, 'Orcish_Grappler', 7745, 55.000, -29.000, 411.000, 127), + (17350888, 'Orcish_Mesmerizer', 7747, 59.298, -32.283, 337.830, 127), + (17350889, 'Orcish_Mesmerizer', 7747, 52.000, -32.560, 342.000, 67), + (17350890, 'Orcish_Grappler', 7745, 61.000, -32.000, 346.000, 127), + (17350891, 'Orcish_Fodder', 7744, 5.748, -32.319, 260.948, 127), + (17350892, 'Orcish_Mesmerizer', 7747, 2.483, -32.500, 271.246, 127), + (17350893, 'Orcish_Grappler', 7745, -58.000, -32.000, 262.000, 47), + (17350894, 'Orcish_Fodder', 7744, -18.077, -32.464, 273.645, 127), + (17350895, 'Orcish_Mesmerizer', 7747, -77.000, -33.000, 249.000, 127), + (17350896, 'Orcish_Grappler', 7745, -21.000, -32.383, 252.000, 120), + (17350897, 'Cheiroptera', 7732, -11.126, -32.235, 256.159, 127), + (17350898, 'Orcish_Fodder', 7744, -4.517, -32.889, 222.965, 127), + (17350899, 'Orcish_Mesmerizer', 7747, -58.000, -32.000, 253.000, 127), + (17350900, 'Orcish_Grappler', 7745, 4.066, -32.829, 223.579, 13), + (17350901, 'Orcish_Fodder', 7744, -16.000, -32.000, 237.000, 107), + (17350902, 'Orcish_Mesmerizer', 7747, 6.996, -34.337, 207.149, 106), + (17350903, 'Orcish_Grappler', 7745, -4.000, -32.000, 242.000, 127), + (17350904, 'Cheiroptera', 7732, -0.863, -33.851, 214.573, 127), + (17350905, 'Orcish_Fodder', 7744, -51.706, -33.625, 289.645, 64), + (17350906, 'Orcish_Mesmerizer', 7747, -60.093, -32.370, 278.293, 66), + (17350907, 'Orcish_Grappler', 7745, -36.569, -32.001, 269.897, 113), + (17350908, 'Orcish_Fodder', 7744, -35.964, -32.004, 251.046, 60), + (17350909, 'Orcish_Mesmerizer', 7747, -47.896, -32.007, 271.923, 24), + (17350910, 'Orcish_Grappler', 7745, -65.402, -32.391, 282.177, 127), + (17350911, 'Cheiroptera', 7732, -35.721, -32.176, 282.866, 127), + (17350912, 'Cheiroptera', 7732, -51.560, -32.271, 280.893, 127), + (17350913, 'Orcish_Mesmerizer', 7747, -69.053, -32.723, 237.198, 72), + (17350914, 'Orcish_Grappler', 7745, -73.562, -33.058, 268.102, 127), + (17350915, 'Orcish_Fodder', 7744, -19.233, -33.542, 226.306, 127), + (17350916, 'Orcish_Mesmerizer', 7747, -47.428, -32.573, 239.442, 127), + (17350917, 'Orcish_Grappler', 7745, -34.243, -32.003, 238.347, 127), + (17350918, 'Orcish_Fodder', 7744, 0.000, 0.000, 0.000, 0), + (17350919, 'Orcish_Mesmerizer', 7747, -24.210, -32.145, 236.385, 127), + (17350920, 'Orcish_Grappler', 7745, -24.391, -34.265, 222.430, 16), + (17350921, 'Cheiroptera', 7732, -39.763, -32.000, 236.640, 85), + (17350922, 'Cheiroptera', 7732, -39.172, -32.032, 247.808, 97), + (17350923, 'Orcish_Mesmerizer', 7747, -11.789, -35.231, 212.174, 127), + (17350924, 'Orcish_Grunt', 7746, -17.280, -35.231, 211.681, 127), + (17350925, 'Cheiroptera', 7732, 25.665, -25.374, 177.838, 10), + (17350926, 'Cheiroptera', 7732, -14.000, -31.000, 183.000, 127), + (17350927, 'Cheiroptera', 7732, 13.556, -27.894, 178.308, 126), + (17350928, 'Cyranuce_M_Cutauleon', 7734, -189.000, -10.000, 45.000, 95), + (17350929, 'Colo-colo', 7733, -188.000, -10.000, 45.000, 127), + (17350930, 'Furies', 7737, -185.000, -10.000, 48.000, 127), + (17350931, 'Furies', 7737, -191.000, -10.000, 51.000, 127), + (17350932, 'Armoury_Crate', 7729, 0.000, 0.000, 0.000, 0), + (17350933, 'Kalamainu', 7740, -193.000, -9.000, 50.000, 95), + (17350934, 'Kilioa', 7741, -185.000, -10.000, 42.000, 105), + (17350935, 'Armoury_Crate', 7729, 0.000, 0.000, 0.000, 0), + (17350936, 'Toadpillow', 7761, -193.000, -9.000, 50.000, 94), + (17350937, 'Toadsquab', 7762, -193.000, -9.000, 52.000, 90), + (17350938, 'Toadbolster', 7759, -190.000, -10.000, 50.000, 96), + (17350939, 'Toadcushion', 7760, -191.000, -10.000, 52.000, 113), + (17350940, 'Armoury_Crate', 7729, 0.000, 0.000, 0.000, 0), + (17350941, 'Carrion_Dragon', 7731, 0.000, 0.000, 0.000, 0), + (17350942, 'Carrion_Dragon', 7731, 0.000, 0.000, 0.000, 0), + (17350952, 'Fodderchief_Vokdek', 7735, 0.000, 0.000, 0.000, 0), + (17350953, 'Sureshot_Snatgat', 7757, 0.000, 0.000, 0.000, 0), + (17350972, 'Trion', 7764, 0.000, 0.000, 0.000, 0), + (17350993, 'Orcish_Fodder', 7744, 0.000, 0.000, 0.000, 0), + (17350994, 'Orcish_Fodder', 7744, 0.000, 0.000, 0.000, 0), + (17350997, 'Kyo', 7742, 0.000, 0.000, 0.000, 0), + (17354753, 'Pug_Pugil', 7784, -500.000, -500.000, -500.000, 115), + (17354754, 'Pug_Pugil', 7784, 0.000, 0.000, 0.000, 0), + (17354755, 'Giant_Pugil', 7769, 0.000, 0.000, 0.000, 0), + (17354756, 'Puffer_Pugil', 7783, -500.000, -500.000, -500.000, 127), + (17354757, 'Land_Pugil', 7771, 0.000, 0.000, 0.000, 0), + (17354758, 'Orcish_Fodder', 7775, 0.000, 0.000, 0.000, 0), + (17354759, 'Orcish_Mesmerizer', 7778, -94.785, -15.666, 100.900, 127), + (17354760, 'Orcish_Grappler', 7776, -98.638, -15.952, 129.706, 85), + (17354761, 'Orcish_Fodder', 7775, -96.095, -16.151, 64.657, 127), + (17354762, 'Orcish_Mesmerizer', 7778, 0.000, 0.000, 0.000, 0), + (17354763, 'Orcish_Grappler', 7776, -97.865, -16.193, 161.051, 71), + (17354764, 'Spectacled_Bats', 7786, -104.432, -15.757, 133.818, 127), + (17354765, 'Spectacled_Bats', 7786, -106.503, -15.791, 38.992, 82), + (17354766, 'Cheiroptera', 7768, 0.000, 0.000, 0.000, 0), + (17354767, 'Orcish_Fodder', 7775, -4.769, -28.000, 104.165, 50), + (17354768, 'Orcish_Mesmerizer', 7778, 0.000, 0.000, 0.000, 0), + (17354769, 'Orcish_Grappler', 7776, -97.760, -16.203, -7.032, 66), + (17354770, 'Spectacled_Bats', 7786, -96.824, -16.251, -30.328, 127), + (17354771, 'Cheiroptera', 7768, -97.477, -16.021, -20.057, 127), + (17354772, 'Orcish_Fodder', 7775, -69.000, -16.091, -70.000, 127), + (17354773, 'Orcish_Mesmerizer', 7778, -79.000, -16.472, -69.000, 127), + (17354774, 'Orcish_Grappler', 7776, -88.803, -15.700, -62.104, 127), + (17354775, 'Orcish_Fodder', 7775, -24.000, -28.000, 2.000, 93), + (17354776, 'Orcish_Mesmerizer', 7778, -93.251, -15.702, -62.740, 127), + (17354777, 'Orcish_Grappler', 7776, -91.625, -16.044, -55.928, 127), + (17354778, 'Orcish_Fodder', 7775, -12.133, -20.063, -105.874, 127), + (17354779, 'Orcish_Mesmerizer', 7778, -12.163, -20.293, -99.954, 127), + (17354780, 'Orcish_Grappler', 7776, -32.000, -19.000, -96.000, 118), + (17354781, 'Orcish_Fodder', 7775, -54.178, -16.469, -75.888, 127), + (17354782, 'Orcish_Mesmerizer', 7778, -26.272, -20.500, -107.883, 127), + (17354783, 'Orcish_Grappler', 7776, -56.000, -23.000, -5.000, 50), + (17354784, 'Orcish_Flamethrower', 7774, 0.000, 0.000, 0.000, 0), + (17354785, 'Orcish_Fodder', 7775, -54.999, -24.132, 23.085, 21), + (17354786, 'Orcish_Mesmerizer', 7778, -49.936, -19.562, -41.322, 127), + (17354787, 'Orcish_Grappler', 7776, -51.000, -20.000, -25.000, 74), + (17354788, 'Spectacled_Bats', 7786, -54.986, -16.139, -69.972, 57), + (17354789, 'Spectacled_Bats', 7786, -51.395, -16.193, -62.095, 59), + (17354790, 'Cheiroptera', 7768, 0.000, 0.000, 0.000, 0), + (17354791, 'Orcish_Fodder', 7775, -54.000, -24.344, 12.000, 127), + (17354792, 'Orcish_Mesmerizer', 7778, -55.137, -24.131, 29.322, 127), + (17354793, 'Orcish_Grappler', 7776, 0.000, 0.000, 0.000, 0), + (17354794, 'Orcish_Fodder', 7775, -56.000, -24.120, 120.000, 127), + (17354795, 'Orcish_Mesmerizer', 7778, -12.364, -28.500, 91.693, 127), + (17354796, 'Orcish_Grappler', 7776, -86.000, -18.000, 177.000, 22), + (17354797, 'Orcish_Fodder', 7775, -68.456, -20.055, 175.911, 95), + (17354798, 'Orcish_Mesmerizer', 7778, -43.579, -23.999, 142.476, 127), + (17354799, 'Orcish_Grappler', 7776, -52.000, -20.000, 168.000, 53), + (17354800, 'Spectacled_Bats', 7786, -51.719, -24.000, 142.370, 127), + (17354801, 'Spectacled_Bats', 7786, -56.852, -23.983, 129.629, 127), + (17354802, 'Cheiroptera', 7768, -53.912, -24.004, 140.691, 127), + (17354803, 'Orcish_Fodder', 7775, 0.000, 0.000, 0.000, 0), + (17354804, 'Orcish_Mesmerizer', 7778, 0.000, 0.000, 0.000, 0), + (17354805, 'Orcish_Grappler', 7776, -53.000, -24.037, 133.000, 127), + (17354806, 'Orcish_Fodder', 7775, 0.000, 0.000, 0.000, 0), + (17354807, 'Orcish_Mesmerizer', 7778, -64.761, -20.000, 182.068, 90), + (17354808, 'Orcish_Grappler', 7776, -30.385, -24.000, 137.425, 88), + (17354809, 'Orcish_Fodder', 7775, 0.000, 0.000, 0.000, 0), + (17354810, 'Orcish_Mesmerizer', 7778, 0.000, 0.000, 0.000, 0), + (17354811, 'Orcish_Grappler', 7776, -15.000, -28.167, 59.000, 69), + (17354812, 'Orcish_Fodder', 7775, -23.107, -28.018, 27.855, 127), + (17354813, 'Orcish_Mesmerizer', 7778, 0.000, 0.000, 0.000, 0), + (17354814, 'Orcish_Grappler', 7776, -8.939, -28.000, -58.637, 39), + (17354815, 'Orcish_Flamethrower', 7774, 73.171, -52.259, 85.562, 61), + (17354816, 'Orcish_Fodder', 7775, -16.000, -28.002, -35.000, 11), + (17354817, 'Orcish_Mesmerizer', 7778, -16.000, -28.500, -16.000, 80), + (17354818, 'Orcish_Grappler', 7776, -62.000, -24.000, 19.000, 127), + (17354819, 'Spectacled_Bats', 7786, -25.731, -28.146, 19.114, 127), + (17354820, 'Spectacled_Bats', 7786, -37.831, -26.880, 20.664, 127), + (17354821, 'Cheiroptera', 7768, -16.377, -28.004, 54.160, 127), + (17354822, 'Cheiroptera', 7768, -24.083, -28.011, 5.181, 127), + (17354823, 'Orcish_Fodder', 7775, 1.000, -28.000, -52.000, 123), + (17354824, 'Orcish_Mesmerizer', 7778, -17.247, -28.023, -49.230, 122), + (17354825, 'Orcish_Grappler', 7776, 0.000, -28.346, 91.000, 31), + (17354826, 'Orcish_Mesmerizer', 7778, -2.474, -28.508, -63.953, 90), + (17354827, 'Orcish_Grappler', 7776, 0.000, 0.000, 0.000, 0), + (17354828, 'Hundredscar_Hajwaj', 7770, 0.000, 0.000, 0.000, 0), + (17354829, 'Orcish_Fodder', 7775, 0.000, 0.000, 0.000, 0), + (17354830, 'Orcish_Mesmerizer', 7778, -4.000, -28.500, 97.000, 57), + (17354831, 'Orcish_Grappler', 7776, 0.000, 0.000, 0.000, 0), + (17354832, 'Orcish_Fodder', 7775, 0.000, 0.000, 0.000, 0), + (17354833, 'Orcish_Mesmerizer', 7778, -16.000, -28.069, 60.000, 127), + (17354834, 'Orcish_Grappler', 7776, 0.000, 0.000, 0.000, 0), + (17354835, 'Orcish_Grunt', 7777, 22.128, -27.819, 138.503, 127), + (17354836, 'Orcish_Stonechucker', 7782, 49.000, -28.000, 139.000, 127), + (17354837, 'Orcish_Neckchopper', 7779, 35.400, -27.999, 146.266, 127), + (17354838, 'Orcish_Grunt', 7777, 60.831, -27.991, 142.960, 92), + (17354839, 'Orcish_Stonechucker', 7782, 42.000, -28.199, 140.000, 127), + (17354840, 'Orcish_Neckchopper', 7779, 41.694, -28.000, 149.646, 127), + (17354841, 'Spectacled_Bats', 7786, 25.000, -27.000, 142.000, 127), + (17354842, 'Cheiroptera', 7768, 59.234, -27.918, 135.163, 127), + (17354843, 'Orcish_Stonechucker', 7782, 21.000, -27.592, 145.000, 104), + (17354844, 'Orcish_Grunt', 7777, 169.517, -32.005, 160.963, 84), + (17354845, 'Orcish_Stonechucker', 7782, 149.000, -31.000, 151.000, 127), + (17354846, 'Orcish_Neckchopper', 7779, 141.306, -32.071, 161.071, 127), + (17354847, 'Orcish_Grunt', 7777, 0.000, 0.000, 0.000, 0), + (17354848, 'Orcish_Stonechucker', 7782, 165.913, -32.000, 168.877, 127), + (17354849, 'Orcish_Neckchopper', 7779, 174.571, -32.005, 163.406, 54), + (17354850, 'Spectacled_Bats', 7786, 168.079, -32.000, 171.937, 127), + (17354851, 'Cheiroptera', 7768, 153.606, -32.001, 156.455, 127), + (17354852, 'Orcish_Grunt', 7777, 192.000, -43.000, 140.000, 127), + (17354853, 'Orcish_Neckchopper', 7779, 166.000, -44.000, 117.000, 127), + (17354854, 'Spectacled_Bats', 7786, 227.153, -38.860, 152.583, 62), + (17354855, 'Cheiroptera', 7768, 224.000, -35.000, 164.000, 126), + (17354856, 'Orcish_Grunt', 7777, 140.030, -45.065, 111.477, 127), + (17354857, 'Orcish_Stonechucker', 7782, 146.152, -44.144, 121.681, 127), + (17354858, 'Orcish_Neckchopper', 7779, 133.000, -44.000, 119.000, 31), + (17354859, 'Orcish_Grunt', 7777, 188.000, -43.000, 129.000, 127), + (17354860, 'Orcish_Stonechucker', 7782, 173.048, -44.352, 121.318, 127), + (17354861, 'Orcish_Neckchopper', 7779, 159.972, -43.999, 108.248, 104), + (17354862, 'Spectacled_Bats', 7786, 144.264, -44.837, 107.700, 112), + (17354863, 'Cheiroptera', 7768, 168.219, -44.773, 107.678, 127), + (17354864, 'Orcish_Stonechucker', 7782, 183.152, -46.597, 101.022, 61), + (17354865, 'Orcish_Fighter', 7773, 183.865, -46.357, 103.986, 6), + (17354866, 'Orcish_Grunt', 7777, 92.325, -50.984, 113.955, 67), + (17354867, 'Orcish_Stonechucker', 7782, 72.799, -51.991, 96.433, 107), + (17354868, 'Orcish_Neckchopper', 7779, 88.000, -52.000, 96.000, 127), + (17354869, 'Spectacled_Bats', 7786, 72.084, -52.004, 95.144, 109), + (17354870, 'Cheiroptera', 7768, 77.310, -52.098, 100.535, 19), + (17354871, 'Orcish_Grunt', 7777, 49.981, -51.347, 85.212, 127), + (17354872, 'Orcish_Stonechucker', 7782, 81.000, -52.000, 105.000, 53), + (17354873, 'Orcish_Neckchopper', 7779, 49.000, -52.000, 95.000, 127), + (17354874, 'Orcish_Grunt', 7777, 31.394, -51.923, 98.771, 52), + (17354875, 'Orcish_Stonechucker', 7782, 86.000, -60.000, 31.000, 127), + (17354876, 'Orcish_Neckchopper', 7779, 93.000, -55.000, 85.000, 127), + (17354877, 'Spectacled_Bats', 7786, 40.366, -51.997, 103.596, 127), + (17354878, 'Cheiroptera', 7768, 33.000, -52.000, 103.000, 102), + (17354879, 'Orcish_Flamethrower', 7774, 47.264, -49.375, 21.902, 127), + (17354880, 'Orcish_Grunt', 7777, 33.610, -48.000, 49.958, 127), + (17354881, 'Orcish_Stonechucker', 7782, 20.001, -48.131, 51.000, 60), + (17354882, 'Orcish_Neckchopper', 7779, 36.271, -48.000, 58.974, 127), + (17354883, 'Orcish_Grunt', 7777, 38.343, -47.977, 60.983, 25), + (17354884, 'Orcish_Stonechucker', 7782, 43.179, -47.997, 56.094, 127), + (17354885, 'Orcish_Neckchopper', 7779, 50.474, -48.376, 67.989, 127), + (17354886, 'Sentry_Lizard', 7785, 31.000, -48.376, 44.000, 14), + (17354887, 'Orcish_Grunt', 7777, 7.208, -48.021, 9.032, 110), + (17354888, 'Orcish_Stonechucker', 7782, 4.457, -47.999, 17.822, 100), + (17354889, 'Orcish_Neckchopper', 7779, 17.000, -48.000, -16.000, 67), + (17354890, 'Orcish_Grunt', 7777, 15.000, -48.259, 26.000, 127), + (17354891, 'Orcish_Stonechucker', 7782, 16.128, -48.210, 38.846, 26), + (17354892, 'Orcish_Neckchopper', 7779, 63.000, -52.000, 98.000, 19), + (17354893, 'Sentry_Lizard', 7785, 15.586, -47.999, 43.127, 124), + (17354894, 'Orcish_Panzer', 7780, 23.935, -48.474, 35.489, 73), + (17354895, 'Orcish_Fighter', 7773, 19.099, -48.178, 35.343, 127), + (17354896, 'Chariotbuster_Byakzak', 7767, 0.000, 0.000, 0.000, 0), + (17354897, 'Orcish_Flamethrower', 7774, 49.000, -44.000, -132.000, 127), + (17354898, 'Orcish_Grunt', 7777, 45.566, -48.034, -7.457, 106), + (17354899, 'Orcish_Stonechucker', 7782, 52.740, -48.000, -22.213, 3), + (17354900, 'Orcish_Neckchopper', 7779, 34.000, -48.500, 17.000, 127), + (17354901, 'Orcish_Grunt', 7777, 38.027, -48.000, -19.456, 14), + (17354902, 'Orcish_Stonechucker', 7782, 21.000, -48.362, -0.500, 127), + (17354903, 'Orcish_Neckchopper', 7779, 34.428, -48.500, 1.345, 55), + (17354904, 'Sentry_Lizard', 7785, 28.000, -48.216, 1.000, 127), + (17354905, 'Orcish_Stonechucker', 7782, 74.000, -51.000, -60.000, 127), + (17354906, 'Sentry_Lizard', 7785, 42.823, -52.068, -68.756, 102), + (17354907, 'Sentry_Lizard', 7785, 70.385, -51.859, -59.284, 127), + (17354908, 'Sentry_Lizard', 7785, 62.679, -51.686, -67.150, 127), + (17354909, 'Sentry_Lizard', 7785, 32.000, -51.000, -64.000, 127), + (17354910, 'Sentry_Lizard', 7785, 45.470, -52.114, -59.251, 123), + (17354911, 'Cheiroptera', 7768, 79.734, -52.045, -56.280, 127), + (17354912, 'Orcish_Stonechucker', 7782, 43.000, -52.000, -61.000, 79), + (17354913, 'Orcish_Stonechucker', 7782, 30.000, -52.000, -69.000, 127), + (17354914, 'Orcish_Grunt', 7777, 46.808, -44.000, -113.703, 127), + (17354915, 'Orcish_Stonechucker', 7782, 58.000, -44.500, -120.000, 127), + (17354916, 'Orcish_Neckchopper', 7779, 31.275, -44.000, -105.058, 127), + (17354917, 'Orcish_Grunt', 7777, 0.000, 0.000, 0.000, 0), + (17354918, 'Orcish_Stonechucker', 7782, 44.919, -44.000, -123.161, 64), + (17354919, 'Orcish_Neckchopper', 7779, 0.000, 0.000, 0.000, 0), + (17354920, 'Orcish_Flamethrower', 7774, 117.000, -44.007, -123.000, 51), + (17354921, 'Cheiroptera', 7768, 28.197, -44.000, -123.943, 127), + (17354923, 'Orcish_Grunt', 7777, 116.256, -43.999, -110.829, 127), + (17354924, 'Orcish_Stonechucker', 7782, 97.340, -44.027, -127.838, 127), + (17354925, 'Orcish_Neckchopper', 7779, 127.000, -44.030, -132.000, 127), + (17354926, 'Orcish_Grunt', 7777, 124.675, -44.000, -116.271, 127), + (17354927, 'Orcish_Stonechucker', 7782, 70.000, -61.000, 24.000, 42), + (17354928, 'Orcish_Neckchopper', 7779, 0.000, 0.000, 0.000, 0), + (17354929, 'Orcish_Flamethrower', 7774, 111.124, -43.908, -97.606, 127), + (17354930, 'Cheiroptera', 7768, 107.000, -44.000, -125.000, 127), + (17354931, 'Orcish_Stonechucker', 7782, 145.000, -45.599, -108.000, 127), + (17354932, 'Orcish_Fighter', 7773, 140.382, -45.599, -104.377, 127), + (17354933, 'Orcish_Flamethrower', 7774, 129.973, -60.698, 18.547, 127), + (17354934, 'Orcish_Grunt', 7777, 102.000, -60.000, 57.000, 127), + (17354935, 'Orcish_Stonechucker', 7782, 98.000, -60.040, 36.000, 127), + (17354936, 'Orcish_Neckchopper', 7779, 96.208, -60.484, 50.231, 127), + (17354937, 'Orcish_Grunt', 7777, 94.586, -59.152, 72.498, 127), + (17354938, 'Orcish_Stonechucker', 7782, 109.000, -60.000, 35.000, 69), + (17354939, 'Orcish_Neckchopper', 7779, 0.000, 0.000, 0.000, 0), + (17354940, 'Cheiroptera', 7768, 98.217, -60.049, 63.470, 127), + (17354941, 'Orcish_Grunt', 7777, 86.693, -59.990, 20.176, 127), + (17354942, 'Orcish_Stonechucker', 7782, 80.000, -60.000, 4.000, 62), + (17354943, 'Orcish_Neckchopper', 7779, 84.990, -60.003, 11.218, 127), + (17354944, 'Orcish_Grunt', 7777, 160.000, -44.000, 118.000, 127), + (17354945, 'Orcish_Stonechucker', 7782, 96.658, -59.999, 19.296, 1), + (17354946, 'Orcish_Neckchopper', 7779, 99.770, -60.488, 21.006, 127), + (17354947, 'Cheiroptera', 7768, 80.000, -60.002, 35.000, 8), + (17354948, 'Orcish_Grunt', 7777, 106.257, -60.000, -2.223, 33), + (17354949, 'Orcish_Stonechucker', 7782, 93.000, -60.000, -4.000, 0), + (17354950, 'Orcish_Neckchopper', 7779, 111.325, -59.999, 0.595, 29), + (17354951, 'Orcish_Grunt', 7777, 0.000, 0.000, 0.000, 0), + (17354952, 'Orcish_Stonechucker', 7782, 106.271, -60.000, 7.793, 127), + (17354953, 'Orcish_Neckchopper', 7779, 190.000, -46.000, 105.000, 127), + (17354954, 'Cheiroptera', 7768, 106.086, -60.007, -18.171, 50), + (17354955, 'Orcish_Grunt', 7777, 115.911, -61.595, 49.595, 42), + (17354956, 'Orcish_Cursemaker', 7772, 121.879, -61.595, 51.185, 127), + (17354957, 'Orcish_Stonechucker', 7782, 69.992, -61.599, 16.824, 79), + (17354958, 'Orcish_Cursemaker', 7772, 67.789, -61.599, 20.341, 127), + (17354959, 'Orcish_Neckchopper', 7779, 121.202, -61.599, -7.981, 127), + (17354960, 'Orcish_Cursemaker', 7772, 118.591, -62.084, -11.813, 124), + (17354961, 'Orcish_Flamethrower', 7774, 0.000, 0.000, 0.000, 0), + (17354962, 'Orcish_Grunt', 7777, 159.000, -84.000, 31.000, 127), + (17354963, 'Orcish_Stonechucker', 7782, 0.000, 0.000, 0.000, 0), + (17354964, 'Orcish_Neckchopper', 7779, 94.000, -60.000, -8.000, 127), + (17354965, 'Orcish_Grunt', 7777, 177.000, -86.362, 20.000, 127), + (17354966, 'Orcish_Stonechucker', 7782, 153.000, -84.000, 23.000, 118), + (17354967, 'Orcish_Neckchopper', 7779, 181.000, -83.000, -6.000, 127), + (17354968, 'Cheiroptera', 7768, 109.067, -64.045, -55.944, 105), + (17354969, 'Cheiroptera', 7768, 182.644, -79.986, -29.548, 127), + (17354970, 'Orcish_Grunt', 7777, 162.761, -84.086, -2.048, 122), + (17354971, 'Orcish_Stonechucker', 7782, 0.000, 0.000, 0.000, 0), + (17354972, 'Orcish_Neckchopper', 7779, 173.775, -84.500, 2.911, 127), + (17354973, 'Orcish_Grunt', 7777, 153.000, -83.995, 5.000, 84), + (17354974, 'Orcish_Stonechucker', 7782, 144.000, -84.000, 18.000, 127), + (17354975, 'Orcish_Neckchopper', 7779, 162.577, -84.138, 17.617, 53), + (17354976, 'Orcish_Grunt', 7777, 143.366, -84.083, 31.077, 127), + (17354977, 'Orcish_Stonechucker', 7782, 162.970, -84.500, 43.924, 51), + (17354978, 'Orcish_Neckchopper', 7779, 162.000, -84.500, 23.000, 84), + (17354979, 'Orcish_Grunt', 7777, 155.000, -83.997, 42.000, 103), + (17354980, 'Orcish_Stonechucker', 7782, 169.558, -84.066, 31.110, 127), + (17354981, 'Orcish_Neckchopper', 7779, 0.000, 0.000, 0.000, 0), + (17354982, 'Orcish_Cursemaker', 7772, 185.888, -86.599, 17.192, 111), + (17354983, 'Orcish_Serjeant', 7781, 188.487, -86.342, 20.457, 91), + (17355005, 'Treasure_Chest', 7787, -500.000, -500.000, -500.000, 88), + (17358849, 'Orcish_Grunt', 7793, -209.549, -1.157, -101.527, 35), + (17358850, 'Orcish_Grunt', 7793, -222.870, -0.930, -95.317, 96), + (17358851, 'Orcish_Stonechucker', 7796, -213.164, -1.247, -99.582, 11), + (17358852, 'Orcish_Neckchopper', 7794, -219.311, -0.699, -103.334, 127), + (17358853, 'Orcish_Grunt', 7793, -196.005, -1.329, -91.181, 94), + (17358854, 'Orcish_Stonechucker', 7796, -217.593, -0.500, -99.157, 7), + (17358855, 'Orcish_Neckchopper', 7794, -213.000, -0.699, -114.000, 127), + (17358856, 'Grotto_Bats', 7789, -194.238, -1.799, -89.693, 127), + (17358857, 'Orcish_Grunt', 7793, -191.427, -1.809, -86.459, 127), + (17358858, 'Orcish_Grunt', 7793, -197.997, -0.402, -99.281, 108), + (17358859, 'Orcish_Stonechucker', 7796, -203.643, -1.117, -110.646, 104), + (17358860, 'Orcish_Neckchopper', 7794, -202.674, -1.180, -98.935, 127), + (17358861, 'Orcish_Grunt', 7793, -147.564, -1.210, -94.088, 127), + (17358862, 'Orcish_Stonechucker', 7796, -201.168, -0.864, -110.046, 61), + (17358863, 'Orcish_Neckchopper', 7794, -201.164, -1.225, -104.291, 127), + (17358864, 'Grotto_Bats', 7789, -154.201, -1.064, -94.607, 4), + (17358865, 'Orcish_Grunt', 7793, -150.342, -1.289, -40.524, 88), + (17358866, 'Orcish_Stonechucker', 7796, -173.533, -1.259, -93.539, 33), + (17358867, 'Orcish_Neckchopper', 7794, -163.587, -1.276, -94.605, 127), + (17358868, 'Grotto_Bats', 7789, -165.419, -1.454, -91.422, 127), + (17358869, 'Grotto_Bats', 7789, -142.779, -1.315, -32.908, 91), + (17358870, 'Orcish_Grunt', 7793, -153.834, -1.257, -53.179, 103), + (17358871, 'Orcish_Stonechucker', 7796, -125.000, -0.600, -58.000, 66), + (17358872, 'Orcish_Neckchopper', 7794, -141.857, -1.214, -61.514, 127), + (17358873, 'Orcish_Grunt', 7793, -145.266, -1.303, -35.295, 127), + (17358874, 'Orcish_Stonechucker', 7796, -149.000, -0.600, -19.000, 79), + (17358875, 'Orcish_Neckchopper', 7794, -141.448, -0.699, -50.752, 71), + (17358876, 'Riding_Lizard', 7797, -122.000, -0.600, -52.000, 127), + (17358877, 'Riding_Lizard', 7797, -124.000, -0.600, -31.000, 127), + (17358878, 'Grotto_Bats', 7789, -139.135, -1.208, -21.128, 127), + (17358879, 'Orcish_Grunt', 7793, -138.258, -1.380, -10.787, 0), + (17358880, 'Orcish_Stonechucker', 7796, -132.064, -1.264, -21.408, 127), + (17358881, 'Orcish_Neckchopper', 7794, -137.346, -0.529, -24.308, 65), + (17358882, 'Orcish_Grunt', 7793, -144.484, -0.776, -65.095, 21), + (17358883, 'Orcish_Stonechucker', 7796, -140.092, -1.278, -25.453, 127), + (17358884, 'Orcish_Neckchopper', 7794, -112.449, -0.743, -18.624, 2), + (17358885, 'Riding_Lizard', 7797, 194.000, -11.000, 112.000, 123), + (17358886, 'Grotto_Bats', 7789, -118.633, -1.316, -69.416, 53), + (17358887, 'Orcish_Grunt', 7793, -111.724, -0.937, -53.026, 119), + (17358888, 'Orcish_Stonechucker', 7796, -137.911, -0.680, -51.703, 74), + (17358889, 'Orcish_Neckchopper', 7794, -105.522, -1.050, -72.303, 127), + (17358890, 'Orcish_Grunt', 7793, -99.079, -1.181, -30.265, 51), + (17358891, 'Orcish_Stonechucker', 7796, -135.994, -1.089, -57.686, 107), + (17358892, 'Orcish_Neckchopper', 7794, -108.286, -1.191, -60.103, 127), + (17358893, 'Riding_Lizard', 7797, -113.000, -0.060, -46.000, 106), + (17358894, 'Riding_Lizard', 7797, 199.000, -11.000, 110.000, 126), + (17358895, 'Grotto_Bats', 7789, -98.911, -1.371, -15.326, 127), + (17358896, 'Riding_Lizard', 7797, -125.330, -0.039, -45.187, 106), + (17358897, 'Riding_Lizard', 7797, -124.360, 0.050, -40.801, 64), + (17358898, 'Riding_Lizard', 7797, 193.000, -11.000, 107.000, 127), + (17358899, 'Riding_Lizard', 7797, 197.000, -11.000, 109.000, 80), + (17358900, 'Orcish_Grunt', 7793, -101.000, -0.600, -57.000, 61), + (17358901, 'Orcish_Stonechucker', 7796, -101.809, -1.064, -45.281, 12), + (17358902, 'Orcish_Neckchopper', 7794, -93.519, -1.185, -32.393, 127), + (17358903, 'Orcish_Grunt', 7793, -97.000, -0.600, -9.000, 127), + (17358904, 'Orcish_Stonechucker', 7796, -99.132, -0.699, -20.470, 60), + (17358905, 'Orcish_Neckchopper', 7794, -88.000, -0.600, -59.000, 127), + (17358906, 'Grotto_Bats', 7789, -33.298, -1.178, -29.039, 127), + (17358907, 'Stealth_Bat', 7798, -85.000, -3.043, -52.775, 113), + (17358908, 'Orcish_Grunt', 7793, -10.183, -1.272, -15.272, 127), + (17358909, 'Orcish_Stonechucker', 7796, -87.000, -0.600, -15.000, 118), + (17358910, 'Orcish_Neckchopper', 7794, -22.000, -0.500, -25.000, 127), + (17358911, 'Grotto_Bats', 7789, -77.042, -1.158, -10.855, 7), + (17358912, 'Grotto_Bats', 7789, -5.771, -1.316, -15.836, 127), + (17358913, 'Orcish_Grunt', 7793, -8.000, -0.500, -53.000, 103), + (17358914, 'Orcish_Stonechucker', 7796, -21.532, -0.682, -10.660, 56), + (17358915, 'Orcish_Neckchopper', 7794, 29.730, -0.848, -19.433, 67), + (17358916, 'Grotto_Bats', 7789, -5.951, -1.475, 13.207, 27), + (17358917, 'Orcish_Grunt', 7793, -0.057, -1.220, 19.255, 127), + (17358918, 'Orcish_Stonechucker', 7796, -25.000, -0.500, 7.000, 127), + (17358919, 'Orcish_Neckchopper', 7794, -19.933, -1.211, 20.750, 127), + (17358920, 'Orcish_Grunt', 7793, 11.790, -1.379, -19.023, 124), + (17358921, 'Orcish_Stonechucker', 7796, 0.262, -1.272, 14.819, 61), + (17358922, 'Orcish_Neckchopper', 7794, -6.849, -1.267, 11.799, 106), + (17358923, 'Grotto_Bats', 7789, -15.767, -1.725, 15.686, 36), + (17358924, 'Grotto_Bats', 7789, 10.687, -1.442, -16.326, 127), + (17358925, 'Orcish_Grunt', 7793, 10.890, -1.256, 2.267, 32), + (17358926, 'Orcish_Stonechucker', 7796, 16.179, -1.321, -27.321, 102), + (17358927, 'Orcish_Neckchopper', 7794, 5.233, -1.231, -32.158, 35), + (17358928, 'Orcish_Grunt', 7793, 54.431, -1.196, 13.552, 111), + (17358929, 'Orcish_Stonechucker', 7796, 16.061, -1.383, 10.996, 127), + (17358930, 'Grotto_Bats', 7789, 26.315, -1.370, -20.789, 127), + (17358931, 'Grotto_Bats', 7789, 43.934, -0.923, 8.358, 33), + (17358932, 'Ashmaker_Gotblut', 7788, 11.669, -0.903, -22.245, 127), + (17358933, 'Orcish_Grunt', 7793, 36.000, -0.040, 19.000, 127), + (17358934, 'Orcish_Stonechucker', 7796, 43.643, -0.923, 8.418, 33), + (17358935, 'Orcish_Neckchopper', 7794, 48.368, -1.107, 27.491, 127), + (17358936, 'Grotto_Bats', 7789, 116.019, -14.250, 48.627, 127), + (17358937, 'Orcish_Grunt', 7793, 167.000, -11.000, 39.000, 127), + (17358938, 'Orcish_Stonechucker', 7796, 57.000, -0.500, 29.000, 127), + (17358939, 'Orcish_Neckchopper', 7794, 24.000, -0.500, 2.000, 127), + (17358940, 'Grotto_Bats', 7789, 107.295, -14.482, 52.162, 127), + (17358941, 'Grotto_Bats', 7789, 141.996, -13.205, 81.760, 127), + (17358942, 'Orcish_Grunt', 7793, 137.024, -13.259, 67.504, 73), + (17358943, 'Orcish_Stonechucker', 7796, 161.318, -12.805, 68.192, 127), + (17358944, 'Orcish_Neckchopper', 7794, 160.693, -13.277, 73.365, 37), + (17358945, 'Orcish_Grunt', 7793, 150.182, -13.239, 99.971, 127), + (17358946, 'Orcish_Stonechucker', 7796, 173.504, -13.224, 81.313, 127), + (17358947, 'Orcish_Neckchopper', 7794, 170.607, -13.052, 56.514, 127), + (17358948, 'Orcish_Fighter', 7792, 161.637, -13.276, 55.571, 71), + (17358949, 'Orcish_Cursemaker', 7791, 154.086, -12.556, 81.435, 28), + (17358950, 'Grotto_Bats', 7789, 129.946, -13.312, 106.472, 23), + (17358951, 'Orcish_Grunt', 7793, 107.466, -13.222, 97.437, 102), + (17358952, 'Orcish_Stonechucker', 7796, 157.000, -12.821, 130.000, 23), + (17358953, 'Orcish_Neckchopper', 7794, 160.000, -12.000, 117.000, 125), + (17358954, 'Orcish_Grunt', 7793, 195.527, -13.334, 74.257, 127), + (17358955, 'Orcish_Stonechucker', 7796, 139.904, -13.306, 112.636, 127), + (17358956, 'Orcish_Neckchopper', 7794, 140.893, -12.599, 81.881, 72), + (17358957, 'Orcish_Fighter', 7792, 178.991, -13.193, 110.932, 127), + (17358958, 'Orcish_Cursemaker', 7791, 186.921, -13.294, 121.085, 39), + (17358959, 'Grotto_Bats', 7789, 209.802, -13.406, 63.207, 38), + (17358960, 'Orcish_Grunt', 7793, 215.416, -13.143, 98.855, 127), + (17358961, 'Orcish_Stonechucker', 7796, 195.157, -12.773, 62.370, 72), + (17358962, 'Orcish_Neckchopper', 7794, 205.789, -11.999, 97.488, 127), + (17358963, 'Orcish_Fighter', 7792, 196.726, -13.196, 79.636, 127), + (17358964, 'Orcish_Cursemaker', 7791, 207.379, -13.388, 59.325, 127), + (17358965, 'Grotto_Bats', 7789, 229.776, -13.406, 104.623, 27), + (17358966, 'Orcish_Grunt', 7793, 198.000, -12.000, 92.000, 127), + (17358967, 'Orcish_Stonechucker', 7796, 207.438, -13.146, 86.689, 24), + (17358968, 'Orcish_Neckchopper', 7794, 218.846, -12.584, 107.129, 127), + (17358969, 'Orcish_Grunt', 7793, 303.898, -25.195, 169.025, 82), + (17358970, 'Orcish_Stonechucker', 7796, 213.171, -13.367, 134.353, 126), + (17358971, 'Orcish_Neckchopper', 7794, 172.000, -12.000, 98.000, 75), + (17358972, 'Orcish_Fighter', 7792, 192.181, -13.346, 120.956, 127), + (17358973, 'Orcish_Cursemaker', 7791, 220.417, -12.899, 91.492, 127), + (17358974, 'Grotto_Bats', 7789, 255.000, -12.000, 149.000, 123), + (17358975, 'Orcish_Fighter', 7792, 226.000, -12.000, 120.000, 84), + (17358976, 'Orcish_Cursemaker', 7791, 209.000, -12.000, 121.000, 127), + (17358977, 'Grotto_Bats', 7789, 271.253, -14.406, 153.092, 127), + (17358978, 'Grotto_Bats', 7789, 322.690, -25.107, 183.913, 127), + (17358979, 'Orcish_Grunt', 7793, 333.193, -25.351, 221.632, 17), + (17358980, 'Orcish_Stonechucker', 7796, 339.000, -24.000, 179.000, 127), + (17358981, 'Orcish_Neckchopper', 7794, 352.000, -23.000, 170.000, 127), + (17358982, 'Orcish_Fighter', 7792, 325.940, -24.948, 193.779, 127), + (17358983, 'Orcish_Fighter', 7792, 316.101, -25.236, 182.181, 47), + (17358984, 'Orcish_Cursemaker', 7791, 307.964, -24.801, 180.581, 127), + (17358985, 'Grotto_Bats', 7789, 324.863, -25.386, 204.353, 127), + (17358986, 'Orcish_Grunt', 7793, -500.000, -500.000, -500.000, 116), + (17358987, 'Orcish_Stonechucker', 7796, 337.159, -25.264, 204.507, 127), + (17358988, 'Orcish_Neckchopper', 7794, 328.575, -26.112, 229.403, 68), + (17358989, 'Orcish_Fighter', 7792, 344.000, -24.000, 191.000, 42), + (17358990, 'Orcish_Fighter', 7792, 321.160, -25.230, 203.168, 56), + (17358991, 'Orcish_Cursemaker', 7791, 338.853, -25.246, 214.040, 69), + (17358992, 'Grotto_Bats', 7789, 340.539, -25.182, 210.096, 127), + (17358993, 'Grotto_Bats', 7789, -500.000, -500.000, -500.000, 127), + (17358994, 'Orcish_Fighter', 7792, 308.664, -41.782, 131.719, 127), + (17358995, 'Orcish_Cursemaker', 7791, 306.900, -41.178, 148.157, 14), + (17358996, 'Orcish_Fighter', 7792, 324.231, -41.261, 140.806, 127), + (17358997, 'Orcish_Cursemaker', 7791, 303.209, -40.700, 151.131, 127), + (17358998, 'Stealth_Bat', 7798, 304.717, -41.168, 147.269, 120), + (17358999, 'Stealth_Bat', 7798, 316.410, -40.957, 107.243, 127), + (17359000, 'Stealth_Bat', 7798, 307.920, -41.135, 104.621, 8), + (17359001, 'Orcish_Fighter', 7792, 387.516, -40.809, 141.147, 107), + (17359002, 'Orcish_Cursemaker', 7791, 370.249, -41.991, 110.494, 12), + (17359003, 'Orcish_Fighter', 7792, 361.654, -41.214, 102.390, 127), + (17359004, 'Orcish_Cursemaker', 7791, 388.771, -41.010, 109.159, 38), + (17359005, 'Stealth_Bat', 7798, 359.749, -41.209, 103.419, 3), + (17359006, 'Stealth_Bat', 7798, 355.163, -42.960, 124.057, 98), + (17359007, 'Stealth_Bat', 7798, 343.000, -43.314, 81.286, 127), + (17359008, 'Stealth_Bat', 7798, 357.812, -44.874, 77.749, 127), + (17359009, 'Orcish_Fighter', 7792, 383.408, -41.097, 142.130, 99), + (17359010, 'Orcish_Cursemaker', 7791, 386.856, -41.203, 107.449, 119), + (17359011, 'Orcish_Serjeant', 7795, 397.559, -41.181, 109.928, 127), + (17359012, 'Stealth_Bat', 7798, 419.898, -42.740, 129.614, 115), + (17359013, 'Orcish_Fighter', 7792, 423.963, -41.474, 110.042, 127), + (17359014, 'Orcish_Cursemaker', 7791, 413.769, -40.700, 105.735, 85), + (17359015, 'Orcish_Fighter', 7792, 415.726, -41.213, 104.378, 113), + (17359016, 'Orcish_Cursemaker', 7791, 434.832, -41.304, 115.073, 127), + (17359017, 'Stealth_Bat', 7798, 431.668, -41.329, 97.286, 127), + (17359018, 'Stealth_Bat', 7798, 437.963, -43.365, 117.335, 127), + (17359019, 'Stealth_Bat', 7798, 438.290, -43.397, 107.179, 127), + (17359020, 'Orcish_Fighter', 7792, 372.397, -41.273, 137.823, 127), + (17359021, 'Orcish_Cursemaker', 7791, 381.430, -41.343, 150.324, 127), + (17359022, 'Orcish_Fighter', 7792, 356.720, -40.505, 195.251, 30), + (17359023, 'Orcish_Cursemaker', 7791, 373.696, -41.282, 137.979, 110), + (17359024, 'Stealth_Bat', 7798, 411.314, -41.169, 144.786, 127), + (17359025, 'Stealth_Bat', 7798, 390.406, -42.797, 158.275, 127), + (17359026, 'Stealth_Bat', 7798, 408.299, -42.999, 160.804, 36), + (17359027, 'Orcish_Fighter', 7792, 363.233, -41.257, 159.680, 127), + (17359028, 'Orcish_Cursemaker', 7791, 368.714, -41.362, 162.730, 112), + (17359029, 'Orcish_Fighter', 7792, 359.174, -41.219, 179.431, 59), + (17359030, 'Orcish_Cursemaker', 7791, 357.191, -40.770, 178.418, 127), + (17359031, 'Orcish_Serjeant', 7795, 369.300, -40.669, 193.995, 127), + (17359032, 'Stealth_Bat', 7798, 353.113, -41.388, 159.659, 127), + (17359033, 'Stealth_Bat', 7798, 374.340, -43.178, 166.660, 108), + (17359034, 'Stealth_Bat', 7798, 340.541, -43.301, 199.786, 127), + (17359035, 'Stealth_Bat', 7798, 339.860, -43.681, 184.315, 98), + (17359045, 'Treasure_Chest', 7799, -500.000, -500.000, -500.000, 90), + (17359065, 'Kyo', 7790, 0.000, 0.000, 0.000, 0), + (17359066, 'Kyo', 7790, 0.000, 0.000, 0.000, 0), + (17362945, 'Mine_Crab', 7809, 0.000, 0.000, 0.000, 0), + (17362946, 'Mine_Crab', 7809, 0.000, 0.000, 0.000, 0), + (17362947, 'Coral_Crab', 7807, 0.000, 0.000, 0.000, 0), + (17362948, 'Stag_Crab', 7819, 0.000, 0.000, 0.000, 0), + (17362949, 'Snipper', 7818, 0.000, 0.000, 0.000, 0), + (17362950, 'Young_Quadav', 7822, 56.000, -0.506, 66.000, 127), + (17362951, 'Young_Quadav', 7822, 62.000, -0.597, 57.000, 114), + (17362952, 'Amethyst_Quadav', 7801, 77.000, -0.405, 59.000, 127), + (17362953, 'Amber_Quadav', 7800, 52.000, -0.708, 60.000, 3), + (17362954, 'Pit_Hare', 7815, 58.192, 0.062, 61.254, 5), + (17362955, 'Young_Quadav', 7822, 60.000, -0.276, 98.000, 127), + (17362956, 'Young_Quadav', 7822, 63.000, -0.179, 100.000, 84), + (17362957, 'Amethyst_Quadav', 7801, 61.556, -0.396, 109.154, 108), + (17362958, 'Amber_Quadav', 7800, 74.000, -0.556, 99.000, 38), + (17362959, 'Pit_Hare', 7815, 58.926, -0.360, 95.924, 70), + (17362960, 'Young_Quadav', 7822, 18.459, -0.413, 118.548, 63), + (17362961, 'Pit_Hare', 7815, 26.000, -0.569, 137.000, 127), + (17362962, 'Pit_Hare', 7815, 25.000, -0.491, 104.000, 67), + (17362963, 'Young_Quadav', 7822, 59.103, -0.508, 130.616, 95), + (17362964, 'Amethyst_Quadav', 7801, 59.000, -0.735, 147.000, 127), + (17362965, 'Amber_Quadav', 7800, 51.149, -0.244, 142.555, 127), + (17362966, 'Young_Quadav', 7822, 63.418, 0.133, 141.072, 127), + (17362967, 'Amethyst_Quadav', 7801, 55.000, -0.514, 171.000, 56), + (17362968, 'Amber_Quadav', 7800, 58.904, -0.483, 123.259, 127), + (17362969, 'Pit_Hare', 7815, 59.379, -0.661, 122.016, 127), + (17362970, 'Young_Quadav', 7822, 293.000, -15.000, 19.000, 32), + (17362971, 'Amethyst_Quadav', 7801, 109.752, -0.648, 138.287, 2), + (17362972, 'Amber_Quadav', 7800, 300.480, -15.385, 226.454, 127), + (17362973, 'Pit_Hare', 7815, 104.251, -0.410, 138.735, 127), + (17362974, 'Pit_Hare', 7815, 101.016, -0.375, 133.879, 127), + (17362975, 'Young_Quadav', 7822, 100.397, -0.046, 167.559, 23), + (17362976, 'Amethyst_Quadav', 7801, 77.176, 0.104, 169.432, 103), + (17362977, 'Amber_Quadav', 7800, 87.120, -0.186, 172.118, 127), + (17362978, 'Pit_Hare', 7815, 61.847, -0.234, 166.764, 103), + (17362979, 'Young_Quadav', 7822, 50.118, -7.346, 180.535, 110), + (17362980, 'Amethyst_Quadav', 7801, 56.000, -5.000, 190.000, 127), + (17362981, 'Amber_Quadav', 7800, 104.811, -2.108, 187.422, 127), + (17362982, 'Young_Quadav', 7822, 72.940, -3.592, 196.050, 127), + (17362983, 'Amethyst_Quadav', 7801, 60.000, -2.000, 180.000, 4), + (17362984, 'Amber_Quadav', 7800, 79.347, -2.661, 184.401, 91), + (17362985, 'Pit_Hare', 7815, 48.198, -7.147, 183.302, 127), + (17362986, 'Young_Quadav', 7822, 127.093, 0.024, 179.610, 127), + (17362987, 'Amethyst_Quadav', 7801, 139.000, -0.253, 167.000, 127), + (17362988, 'Amber_Quadav', 7800, 139.068, 0.052, 148.395, 52), + (17362989, 'Young_Quadav', 7822, 138.676, -0.015, 155.830, 127), + (17362990, 'Amethyst_Quadav', 7801, 116.366, -0.136, 182.005, 127), + (17362991, 'Amber_Quadav', 7800, 142.000, -0.076, 154.000, 2), + (17362992, 'Pit_Hare', 7815, 128.242, 0.082, 178.859, 79), + (17362993, 'Young_Quadav', 7822, 100.000, -0.320, 79.000, 127), + (17362994, 'Amethyst_Quadav', 7801, 104.000, -0.338, 107.000, 127), + (17362995, 'Amber_Quadav', 7800, 208.000, -1.000, 59.000, 127), + (17362996, 'Pit_Hare', 7815, 107.594, -0.326, 97.214, 67), + (17362997, 'Pit_Hare', 7815, 102.297, -0.436, 89.844, 6), + (17362998, 'Young_Quadav', 7822, 118.000, -0.259, 60.000, 43), + (17362999, 'Amethyst_Quadav', 7801, 96.000, -0.519, 59.000, 127), + (17363000, 'Amber_Quadav', 7800, 198.688, -0.528, 58.840, 127), + (17363001, 'Pit_Hare', 7815, 92.160, -0.369, 61.543, 127), + (17363002, 'Pit_Hare', 7815, 103.827, -0.483, 58.306, 127), + (17363003, 'Pit_Hare', 7815, 163.000, 0.500, 59.000, 127), + (17363004, 'Pit_Hare', 7815, 168.000, -2.000, 104.000, 127), + (17363005, 'Pit_Hare', 7815, 169.000, -0.100, 79.000, 127), + (17363006, 'Pit_Hare', 7815, 170.674, -1.223, 94.178, 99), + (17363007, 'Young_Quadav', 7822, 108.101, -8.344, -16.768, 127), + (17363008, 'Amethyst_Quadav', 7801, 140.920, -8.291, -8.685, 127), + (17363009, 'Amber_Quadav', 7800, 99.000, -4.000, 15.000, 38), + (17363010, 'Pit_Hare', 7815, 135.536, -8.282, -15.597, 91), + (17363011, 'Pit_Hare', 7815, 122.593, -8.209, -19.685, 125), + (17363012, 'Young_Quadav', 7822, 186.594, -15.177, 27.075, 108), + (17363013, 'Amethyst_Quadav', 7801, 177.416, -14.969, 19.550, 99), + (17363014, 'Amber_Quadav', 7800, 148.000, -12.000, 18.000, 127), + (17363015, 'Young_Quadav', 7822, 168.000, -15.000, 18.000, 8), + (17363016, 'Amethyst_Quadav', 7801, 190.267, -15.325, 22.516, 127), + (17363017, 'Amber_Quadav', 7800, 185.000, -14.000, 13.000, 118), + (17363018, 'Young_Quadav', 7822, 219.000, -7.000, 44.000, 96), + (17363019, 'Amethyst_Quadav', 7801, 215.246, -11.656, 26.810, 127), + (17363020, 'Amber_Quadav', 7800, 213.891, -3.682, 56.039, 127), + (17363021, 'Pit_Hare', 7815, 218.727, -9.766, 33.567, 62), + (17363022, 'Pit_Hare', 7815, 193.153, -0.401, 101.914, 127), + (17363023, 'Pit_Hare', 7815, 191.000, -0.980, 81.000, 57), + (17363024, 'Pit_Hare', 7815, 186.554, -0.670, 66.606, 84), + (17363025, 'Pit_Hare', 7815, 190.974, -0.048, 97.691, 127), + (17363026, 'Pit_Hare', 7815, 188.747, -0.378, 44.913, 127), + (17363027, 'Young_Quadav', 7822, 14.340, -8.361, 183.541, 121), + (17363028, 'Amethyst_Quadav', 7801, -14.996, -8.403, 179.159, 2), + (17363029, 'Amber_Quadav', 7800, 29.000, -8.336, 182.000, 2), + (17363030, 'Pit_Hare', 7815, 0.850, -8.086, 179.179, 127), + (17363031, 'Pit_Hare', 7815, 9.448, -8.461, 180.510, 107), + (17363032, 'Cave_Funguar', 7804, -67.468, -7.652, 180.117, 127), + (17363033, 'Cave_Funguar', 7804, -60.043, -7.783, 175.545, 127), + (17363034, 'Cave_Funguar', 7804, -57.065, -7.560, 179.535, 127), + (17363035, 'Cave_Funguar', 7804, -58.385, -8.013, 172.215, 114), + (17363036, 'Young_Quadav', 7822, 187.193, -0.412, 138.850, 127), + (17363037, 'Amethyst_Quadav', 7801, 166.547, -0.466, 139.211, 127), + (17363038, 'Amber_Quadav', 7800, 172.213, -0.269, 139.367, 125), + (17363039, 'Pit_Hare', 7815, 187.670, -0.408, 139.608, 127), + (17363040, 'Young_Quadav', 7822, 222.000, -0.598, 148.000, 127), + (17363041, 'Amethyst_Quadav', 7801, 224.438, -1.249, 143.303, 51), + (17363042, 'Amber_Quadav', 7800, 214.137, -0.412, 146.336, 127), + (17363043, 'Young_Quadav', 7822, 212.810, -0.315, 135.944, 59), + (17363044, 'Amethyst_Quadav', 7801, 222.447, -0.415, 133.033, 58), + (17363045, 'Amber_Quadav', 7800, 230.794, 0.011, 140.524, 127), + (17363046, 'Pit_Hare', 7815, 201.796, -0.203, 101.411, 127), + (17363047, 'Pit_Hare', 7815, 209.401, -0.280, 101.192, 127), + (17363048, 'Young_Quadav', 7822, 254.480, -0.288, 146.293, 95), + (17363049, 'Amethyst_Quadav', 7801, 259.375, -1.722, 167.714, 40), + (17363050, 'Amber_Quadav', 7800, 259.773, -0.434, 159.703, 60), + (17363051, 'Pit_Hare', 7815, 250.085, -0.284, 141.771, 94), + (17363052, 'Young_Quadav', 7822, 19.015, -8.775, 206.887, 50), + (17363053, 'Amethyst_Quadav', 7801, 9.649, -10.597, 207.821, 62), + (17363054, 'Amber_Quadav', 7800, -38.000, -7.000, 179.000, 27), + (17363055, 'Young_Quadav', 7822, 3.044, -10.833, 220.882, 127), + (17363056, 'Young_Quadav', 7822, 9.000, -14.000, 231.000, 125), + (17363057, 'Amethyst_Quadav', 7801, 26.000, -15.000, 230.000, 92), + (17363058, 'Amber_Quadav', 7800, 22.688, -12.268, 216.017, 82), + (17363059, 'Young_Quadav', 7822, 233.216, -8.788, 179.023, 127), + (17363060, 'Amethyst_Quadav', 7801, 243.000, -7.000, 179.000, 127), + (17363061, 'Amber_Quadav', 7800, 228.847, -10.563, 168.167, 127), + (17363062, 'Young_Quadav', 7822, 217.000, -12.000, 180.000, 26), + (17363063, 'Young_Quadav', 7822, 211.858, -13.427, 173.432, 99), + (17363064, 'Amethyst_Quadav', 7801, 225.073, -9.805, 175.571, 127), + (17363065, 'Amber_Quadav', 7800, 219.333, -12.137, 170.542, 52), + (17363066, 'Young_Quadav', 7822, 53.641, -16.234, 218.654, 124), + (17363067, 'Young_Quadav', 7822, 73.718, -16.278, 218.597, 127), + (17363068, 'Amethyst_Quadav', 7801, 95.000, -15.000, 220.000, 2), + (17363069, 'Amber_Quadav', 7800, 34.000, -15.000, 220.000, 127), + (17363070, 'Pit_Hare', 7815, 64.873, -16.254, 219.362, 127), + (17363071, 'Young_Quadav', 7822, 110.987, -15.977, 227.906, 96), + (17363072, 'Amethyst_Quadav', 7801, 128.111, -15.192, 236.003, 127), + (17363073, 'Amber_Quadav', 7800, 105.000, -15.765, 252.000, 127), + (17363074, 'Young_Quadav', 7822, 134.489, -15.409, 229.328, 68), + (17363075, 'Amethyst_Quadav', 7801, 111.426, -15.313, 239.499, 127), + (17363076, 'Amber_Quadav', 7800, 132.971, -15.844, 225.911, 127), + (17363077, 'Pit_Hare', 7815, 148.110, -16.040, 249.982, 55), + (17363078, 'Pit_Hare', 7815, 148.647, -15.630, 233.501, 127), + (17363079, 'Pit_Hare', 7815, 139.708, -16.378, 231.103, 127), + (17363081, 'Young_Quadav', 7822, 151.624, -15.317, 230.741, 127), + (17363082, 'Amethyst_Quadav', 7801, 174.390, -15.851, 240.178, 9), + (17363083, 'Amber_Quadav', 7800, 164.259, -15.180, 244.365, 12), + (17363084, 'Young_Quadav', 7822, 185.000, -15.347, 260.000, 127), + (17363085, 'Amethyst_Quadav', 7801, 167.460, -15.363, 232.122, 127), + (17363086, 'Amber_Quadav', 7800, 151.000, -15.170, 255.000, 127), + (17363087, 'Young_Quadav', 7822, 127.000, -15.000, 254.000, 127), + (17363088, 'Amethyst_Quadav', 7801, 180.000, -15.000, 216.000, 47), + (17363089, 'Amber_Quadav', 7800, 180.000, -16.429, 202.000, 63), + (17363090, 'Pit_Hare', 7815, 175.551, -16.406, 256.913, 127), + (17363091, 'Young_Quadav', 7822, 216.757, -15.901, 259.523, 13), + (17363092, 'Amethyst_Quadav', 7801, 213.000, -15.000, 266.000, 127), + (17363093, 'Amber_Quadav', 7800, 221.496, -16.937, 269.031, 127), + (17363094, 'Young_Quadav', 7822, 210.486, -16.171, 259.431, 83), + (17363095, 'Amethyst_Quadav', 7801, 230.000, -16.256, 262.000, 33), + (17363096, 'Amber_Quadav', 7800, 221.000, -16.085, 254.000, 127), + (17363097, 'Young_Quadav', 7822, 212.000, -15.000, 188.000, 127), + (17363098, 'Young_Quadav', 7822, 219.000, -15.000, 214.000, 127), + (17363099, 'Amethyst_Quadav', 7801, 222.750, -16.280, 189.104, 27), + (17363100, 'Amber_Quadav', 7800, 219.000, -16.497, 232.000, 127), + (17363101, 'Pit_Hare', 7815, 221.167, -16.081, 199.667, 127), + (17363102, 'Pit_Hare', 7815, 257.204, -16.364, 257.151, 127), + (17363103, 'Pit_Hare', 7815, 263.283, -16.719, 253.244, 71), + (17363104, 'Young_Quadav', 7822, 257.000, -16.104, 257.000, 106), + (17363105, 'Young_Quadav', 7822, 260.000, -15.798, 244.000, 126), + (17363106, 'Amethyst_Quadav', 7801, 299.000, -16.047, 243.000, 96), + (17363107, 'Amber_Quadav', 7800, 272.506, -16.098, 260.085, 12), + (17363108, 'Young_Quadav', 7822, 287.002, -16.177, 256.680, 127), + (17363109, 'Amethyst_Quadav', 7801, 299.203, -15.745, 258.150, 70), + (17363110, 'Amber_Quadav', 7800, 289.435, -16.250, 263.320, 55), + (17363111, 'Veteran_Quadav', 7821, 254.000, -16.640, 226.000, 68), + (17363112, 'Greater_Quadav', 7808, 261.898, -16.278, 211.793, 51), + (17363113, 'Onyx_Quadav', 7814, 300.000, -16.497, 206.000, 127), + (17363114, 'Copper_Beetle', 7805, 288.482, -16.462, 220.427, 127), + (17363115, 'Copper_Beetle', 7805, 251.543, -16.307, 214.536, 66), + (17363116, 'Veteran_Quadav', 7821, 306.084, -16.500, 187.199, 34), + (17363117, 'Greater_Quadav', 7808, 299.000, -15.000, 171.000, 77), + (17363118, 'Onyx_Quadav', 7814, 266.000, -15.000, 183.000, 127), + (17363119, 'Copper_Beetle', 7805, 307.000, -16.204, 171.000, 127), + (17363120, 'Copper_Beetle', 7805, 296.000, -15.000, 144.000, 21), + (17363121, 'Veteran_Quadav', 7821, 260.143, -16.411, 134.131, 127), + (17363122, 'Greater_Quadav', 7808, 285.000, -15.000, 140.000, 127), + (17363123, 'Onyx_Quadav', 7814, 258.887, -16.184, 124.499, 57), + (17363124, 'Veteran_Quadav', 7821, 266.000, -15.000, 103.000, 54), + (17363125, 'Greater_Quadav', 7808, 275.000, -15.000, 100.000, 127), + (17363126, 'Onyx_Quadav', 7814, 227.000, -17.000, 142.000, 127), + (17363127, 'Copper_Beetle', 7805, 266.014, -16.179, 94.224, 119), + (17363128, 'Copper_Beetle', 7805, 265.000, -16.496, 136.000, 103), + (17363129, 'Veteran_Quadav', 7821, 260.000, -15.000, 86.000, 127), + (17363130, 'Greater_Quadav', 7808, 261.636, -15.823, 61.545, 101), + (17363131, 'Onyx_Quadav', 7814, 265.897, -16.364, 53.043, 127), + (17363132, 'Veteran_Quadav', 7821, 259.798, -16.227, 51.791, 127), + (17363133, 'Greater_Quadav', 7808, 262.197, -16.020, 67.301, 42), + (17363134, 'Onyx_Quadav', 7814, 266.040, -16.159, 65.618, 11), + (17363135, 'Veteran_Quadav', 7821, 294.000, -15.783, 65.000, 40), + (17363136, 'Greater_Quadav', 7808, 0.000, 0.000, 0.000, 0), + (17363137, 'Onyx_Quadav', 7814, 308.948, -16.060, 65.639, 127), + (17363138, 'Veteran_Quadav', 7821, 310.000, -15.460, 57.000, 31), + (17363139, 'Greater_Quadav', 7808, 304.171, -15.539, 60.400, 127), + (17363140, 'Onyx_Quadav', 7814, 300.941, -15.775, 54.900, 100), + (17363141, 'Veteran_Quadav', 7821, 221.934, -15.966, 53.788, 124), + (17363142, 'Greater_Quadav', 7808, 225.313, -15.805, 59.981, 127), + (17363143, 'Onyx_Quadav', 7814, 221.000, -15.672, 67.000, 127), + (17363144, 'Veteran_Quadav', 7821, 213.000, -15.996, 59.000, 78), + (17363145, 'Greater_Quadav', 7808, 226.660, -15.984, 56.944, 127), + (17363146, 'Onyx_Quadav', 7814, 213.000, -15.641, 54.000, 36), + (17363147, 'Young_Quadav', 7822, -2.000, -15.000, 260.000, 105), + (17363148, 'Young_Quadav', 7822, 103.586, -15.439, 140.626, 28), + (17363149, 'Amethyst_Quadav', 7801, 12.397, -16.243, 261.169, 127), + (17363150, 'Amber_Quadav', 7800, -20.000, -15.000, 244.000, 127), + (17363151, 'Pit_Hare', 7815, -19.000, -15.000, 233.000, 127), + (17363152, 'Pit_Hare', 7815, -16.961, -16.344, 256.327, 127), + (17363153, 'Cave_Funguar', 7804, -57.664, -16.172, 267.844, 127), + (17363154, 'Cave_Funguar', 7804, -67.959, -16.106, 253.315, 125), + (17363155, 'Cave_Funguar', 7804, -61.340, -15.508, 261.833, 127), + (17363156, 'Cave_Funguar', 7804, -33.704, -16.200, 215.172, 127), + (17363157, 'Cave_Funguar', 7804, -29.000, -15.000, 223.000, 4), + (17363158, 'Cave_Funguar', 7804, -39.568, -16.089, 221.226, 89), + (17363159, 'Cave_Funguar', 7804, -51.287, -16.297, 220.407, 127), + (17363160, 'Mine_Scorpion', 7810, 0.000, 0.000, 0.000, 0), + (17363161, 'Young_Quadav', 7822, 12.000, -16.141, 180.000, 125), + (17363162, 'Young_Quadav', 7822, 45.000, -15.000, 180.000, 0), + (17363163, 'Amethyst_Quadav', 7801, 78.000, -15.808, 140.000, 0), + (17363164, 'Amber_Quadav', 7800, -20.000, -15.000, 199.000, 127), + (17363165, 'Veteran_Quadav', 7821, 102.407, -16.386, 133.531, 127), + (17363166, 'Greater_Quadav', 7808, 60.000, -15.000, 121.000, 127), + (17363167, 'Onyx_Quadav', 7814, 99.090, -15.842, 135.425, 127), + (17363168, 'Veteran_Quadav', 7821, 100.000, -15.992, 164.000, 121), + (17363169, 'Greater_Quadav', 7808, 92.739, -16.028, 138.319, 127), + (17363170, 'Onyx_Quadav', 7814, 99.868, -16.414, 143.549, 127), + (17363171, 'Copper_Beetle', 7805, 120.000, -15.000, 140.000, 79), + (17363172, 'Veteran_Quadav', 7821, 114.280, -16.475, 100.752, 127), + (17363173, 'Greater_Quadav', 7808, 69.148, -16.554, 102.505, 127), + (17363174, 'Onyx_Quadav', 7814, 90.800, -16.376, 101.162, 127), + (17363175, 'Copper_Beetle', 7805, 66.072, -16.322, 105.198, 30), + (17363176, 'Copper_Beetle', 7805, 140.000, -16.377, 129.000, 127), + (17363177, 'Copper_Beetle', 7805, 170.000, -15.000, 179.000, 127), + (17363178, 'Copper_Beetle', 7805, 170.000, -16.000, 165.000, 120), + (17363179, 'Copper_Beetle', 7805, 166.000, -16.000, 135.000, 127), + (17363180, 'Copper_Beetle', 7805, 167.207, -18.027, 159.374, 44), + (17363181, 'Bu_Ghi_Howlblade', 7803, 0.000, 0.000, 0.000, 0), + (17363182, 'Veteran_Quadav', 7821, 203.447, -32.086, 180.682, 21), + (17363183, 'Greater_Quadav', 7808, 181.000, -32.207, 166.000, 127), + (17363184, 'Onyx_Quadav', 7814, 191.715, -32.293, 179.310, 4), + (17363185, 'Copper_Beetle', 7805, 214.376, -27.351, 174.064, 127), + (17363186, 'Veteran_Quadav', 7821, 135.000, -18.000, 141.000, 101), + (17363187, 'Greater_Quadav', 7808, 152.757, -30.516, 179.048, 5), + (17363188, 'Onyx_Quadav', 7814, 170.308, -32.634, 176.294, 39), + (17363189, 'Copper_Beetle', 7805, 174.015, -32.587, 169.594, 44), + (17363190, 'Veteran_Quadav', 7821, 24.000, -31.000, -104.000, 89), + (17363191, 'Greater_Quadav', 7808, 177.013, -32.309, 138.449, 1), + (17363192, 'Onyx_Quadav', 7814, 140.000, -31.000, 112.000, 127), + (17363193, 'Veteran_Quadav', 7821, 144.000, -31.000, 138.000, 127), + (17363194, 'Greater_Quadav', 7808, 133.915, -32.312, 142.804, 127), + (17363195, 'Onyx_Quadav', 7814, 133.960, -32.198, 90.589, 123), + (17363196, 'Veteran_Quadav', 7821, 149.000, -32.473, 99.000, 127), + (17363197, 'Greater_Quadav', 7808, 182.690, -32.285, 103.385, 127), + (17363198, 'Onyx_Quadav', 7814, 174.000, -32.284, 98.000, 127), + (17363199, 'Veteran_Quadav', 7821, 224.863, -32.308, 135.234, 127), + (17363200, 'Greater_Quadav', 7808, 227.000, -31.000, 138.000, 127), + (17363201, 'Onyx_Quadav', 7814, 227.012, -32.313, 144.549, 127), + (17363202, 'Veteran_Quadav', 7821, 140.939, -32.462, 101.245, 108), + (17363203, 'Greater_Quadav', 7808, 76.847, -32.630, 58.112, 67), + (17363204, 'Onyx_Quadav', 7814, 141.660, -32.301, 105.150, 127), + (17363205, 'Veteran_Quadav', 7821, 130.386, -32.313, 73.967, 5), + (17363206, 'Greater_Quadav', 7808, 122.222, -32.500, 81.160, 20), + (17363207, 'Onyx_Quadav', 7814, 129.000, -31.000, 63.000, 101), + (17363208, 'Zi_Ghi_Boneeater', 7823, 138.839, -32.500, 72.357, 17), + (17363209, 'Veteran_Quadav', 7821, 141.820, -32.049, 36.366, 40), + (17363210, 'Greater_Quadav', 7808, 140.553, -30.813, 20.561, 127), + (17363211, 'Onyx_Quadav', 7814, 139.460, -32.469, 47.174, 127), + (17363212, 'Veteran_Quadav', 7821, 223.954, -32.290, 67.640, 0), + (17363213, 'Greater_Quadav', 7808, 234.263, -32.292, 61.285, 125), + (17363214, 'Onyx_Quadav', 7814, 219.753, -32.308, 54.350, 89), + (17363215, 'Veteran_Quadav', 7821, 180.000, -33.441, 23.000, 127), + (17363216, 'Greater_Quadav', 7808, 180.000, -32.705, 9.010, 63), + (17363217, 'Onyx_Quadav', 7814, 179.000, -32.000, -2.000, 71), + (17363218, 'Rabid_Rat', 7816, 180.000, -31.000, -13.000, 127), + (17363219, 'Rabid_Rat', 7816, 172.000, -31.000, -14.000, 11), + (17363220, 'Rabid_Rat', 7816, 181.512, -31.589, -23.665, 42), + (17363221, 'Rabid_Rat', 7816, 186.330, -31.829, -20.754, 1), + (17363222, 'Rabid_Rat', 7816, 170.745, -32.265, -20.600, 127), + (17363223, 'Veteran_Quadav', 7821, 210.721, -32.294, 98.998, 127), + (17363224, 'Greater_Quadav', 7808, 233.000, -32.285, 100.000, 127), + (17363225, 'Onyx_Quadav', 7814, 220.313, -32.280, 88.193, 67), + (17363226, 'Rabid_Rat', 7816, 264.436, -32.343, 92.218, 90), + (17363227, 'Rabid_Rat', 7816, 248.000, -32.438, 99.000, 127), + (17363228, 'Rabid_Rat', 7816, 269.871, -32.256, 105.973, 127), + (17363229, 'Veteran_Quadav', 7821, 259.000, -31.000, 124.000, 2), + (17363230, 'Greater_Quadav', 7808, 262.193, -32.266, 139.036, 124), + (17363231, 'Onyx_Quadav', 7814, 268.530, -32.298, 139.698, 127), + (17363232, 'Veteran_Quadav', 7821, 298.000, -32.294, 129.000, 127), + (17363233, 'Greater_Quadav', 7808, 292.144, -32.610, 138.929, 127), + (17363234, 'Onyx_Quadav', 7814, 301.583, -32.447, 120.078, 61), + (17363235, 'Veteran_Quadav', 7821, 288.000, -31.000, 179.000, 127), + (17363236, 'Greater_Quadav', 7808, 300.000, -31.000, 158.000, 5), + (17363237, 'Onyx_Quadav', 7814, 300.000, -31.000, 74.000, 62), + (17363238, 'Rabid_Rat', 7816, 296.363, -32.267, 145.369, 127), + (17363239, 'Rabid_Rat', 7816, 295.829, -32.393, 135.425, 42), + (17363240, 'Mine_Scorpion', 7810, 250.456, -31.799, 182.662, 76), + (17363241, 'Scimitar_Scorpion', 7817, 257.723, -31.665, 182.547, 49), + (17363242, 'Veteran_Quadav', 7821, 260.000, -31.000, 1.000, 127), + (17363243, 'Greater_Quadav', 7808, 260.041, -32.394, 34.683, 77), + (17363244, 'Onyx_Quadav', 7814, 260.000, -33.000, 18.000, 127), + (17363245, 'Veteran_Quadav', 7821, 262.052, -32.342, 61.285, 86), + (17363246, 'Greater_Quadav', 7808, 261.171, -32.405, 77.404, 59), + (17363247, 'Onyx_Quadav', 7814, 277.000, -31.000, 60.000, 61), + (17363248, 'Veteran_Quadav', 7821, 263.680, -32.182, -26.892, 127), + (17363249, 'Greater_Quadav', 7808, 254.177, -31.869, -17.303, 127), + (17363250, 'Onyx_Quadav', 7814, 266.884, -32.250, -16.804, 127), + (17363251, 'Old_Quadav', 7813, 255.000, -32.000, -27.000, 127), + (17363252, 'Copper_Quadav', 7806, 238.000, -31.976, -19.000, 127), + (17363253, 'Veteran_Quadav', 7821, 252.000, -31.584, -56.000, 127), + (17363254, 'Greater_Quadav', 7808, 260.744, -31.931, -53.847, 127), + (17363255, 'Onyx_Quadav', 7814, 266.614, -32.081, -62.895, 86), + (17363256, 'Old_Quadav', 7813, 253.869, -31.740, -69.220, 127), + (17363257, 'Copper_Quadav', 7806, 264.534, -31.961, -68.647, 104), + (17363259, 'Old_Quadav', 7813, 223.000, -31.000, -25.000, 44), + (17363260, 'Copper_Quadav', 7806, 220.613, -32.366, -8.115, 127), + (17363261, 'Veteran_Quadav', 7821, 220.084, -31.911, -71.034, 14), + (17363262, 'Greater_Quadav', 7808, 225.000, -31.950, -55.000, 127), + (17363263, 'Onyx_Quadav', 7814, 0.000, 0.000, 0.000, 0), + (17363264, 'Old_Quadav', 7813, 226.673, -31.982, -63.429, 46), + (17363265, 'Copper_Quadav', 7806, 213.000, -31.637, -58.000, 51), + (17363266, 'Veteran_Quadav', 7821, 162.000, -31.000, 99.000, 0), + (17363267, 'Greater_Quadav', 7808, 99.000, -31.000, 130.000, 57), + (17363268, 'Onyx_Quadav', 7814, 109.730, -32.334, 144.932, 38), + (17363269, 'Rabid_Rat', 7816, 104.698, -32.066, 134.271, 127), + (17363270, 'Rabid_Rat', 7816, 99.935, -32.313, 151.641, 127), + (17363271, 'Veteran_Quadav', 7821, 51.000, -31.919, 104.000, 72), + (17363272, 'Greater_Quadav', 7808, 68.112, -31.965, 99.753, 127), + (17363273, 'Onyx_Quadav', 7814, 64.675, -32.023, 94.869, 8), + (17363274, 'Veteran_Quadav', 7821, 108.000, -31.000, 93.000, 0), + (17363275, 'Greater_Quadav', 7808, 89.135, -32.486, 101.753, 49), + (17363276, 'Onyx_Quadav', 7814, 99.401, -32.283, 104.235, 61), + (17363277, 'Veteran_Quadav', 7821, 103.345, -33.083, 76.058, 127), + (17363278, 'Greater_Quadav', 7808, 112.000, -32.000, 81.000, 70), + (17363279, 'Onyx_Quadav', 7814, 106.864, -32.319, 71.132, 127), + (17363280, 'Veteran_Quadav', 7821, 48.019, -32.077, 59.795, 127), + (17363281, 'Greater_Quadav', 7808, 59.863, -31.864, 68.322, 127), + (17363282, 'Onyx_Quadav', 7814, 67.867, -32.081, 59.731, 127), + (17363283, 'Mine_Scorpion', 7810, 19.502, -32.339, 73.759, 59), + (17363284, 'Scimitar_Scorpion', 7817, 19.372, -32.156, 80.410, 127), + (17363285, 'Veteran_Quadav', 7821, 99.000, -33.000, 21.000, 127), + (17363286, 'Greater_Quadav', 7808, 99.106, -33.215, 11.927, 127), + (17363287, 'Onyx_Quadav', 7814, 100.000, -31.997, 44.000, 81), + (17363288, 'Old_Quadav', 7813, 103.000, -32.309, -15.000, 1), + (17363289, 'Copper_Quadav', 7806, 104.793, -32.575, -23.287, 127), + (17363290, 'Brass_Quadav', 7802, 92.851, -32.297, -14.360, 127), + (17363291, 'Old_Quadav', 7813, 56.000, -31.000, -27.000, 11), + (17363292, 'Copper_Quadav', 7806, 56.000, -31.000, -14.000, 24), + (17363293, 'Brass_Quadav', 7802, 68.335, -32.075, -21.215, 127), + (17363294, 'Old_Quadav', 7813, 66.000, -31.000, -67.000, 127), + (17363295, 'Copper_Quadav', 7806, 59.033, -32.307, -53.663, 1), + (17363296, 'Brass_Quadav', 7802, 55.000, -31.000, -66.000, 127), + (17363297, 'Old_Quadav', 7813, 67.000, -32.301, -13.000, 127), + (17363298, 'Copper_Quadav', 7806, 93.000, -31.000, -66.000, 127), + (17363299, 'Brass_Quadav', 7802, 105.406, -32.313, -66.458, 32), + (17363300, 'Old_Quadav', 7813, 101.000, -32.311, -51.000, 127), + (17363301, 'Copper_Quadav', 7806, 69.296, -32.484, -59.497, 111), + (17363302, 'Brass_Quadav', 7802, 93.000, -32.493, -55.000, 127), + (17363303, 'Old_Quadav', 7813, 54.854, -32.646, -94.692, 127), + (17363304, 'Old_Quadav', 7813, 25.387, -32.577, -91.954, 3), + (17363305, 'No_Mho_Crimsonarmor', 7812, 20.433, -31.675, -97.176, 127), + (17363306, 'Old_Quadav', 7813, 94.000, -35.000, -133.000, 127), + (17363307, 'Copper_Quadav', 7806, 100.000, -32.000, -93.000, 96), + (17363308, 'Brass_Quadav', 7802, 95.143, -32.490, -18.583, 127), + (17363309, 'Old_Quadav', 7813, 97.000, -35.000, -138.000, 127), + (17363310, 'Copper_Quadav', 7806, 100.916, -34.302, -130.674, 127), + (17363311, 'Brass_Quadav', 7802, 106.704, -34.026, -128.147, 110), + (17363312, 'Old_Quadav', 7813, 109.000, -38.000, -143.000, 127), + (17363313, 'Copper_Quadav', 7806, 106.000, -38.000, -152.000, 127), + (17363314, 'Brass_Quadav', 7802, 90.000, -36.000, -149.000, 127), + (17363315, 'Old_Quadav', 7813, 91.658, -36.179, -140.044, 89), + (17363316, 'Copper_Quadav', 7806, 97.000, -37.326, -150.000, 127), + (17363317, 'Brass_Quadav', 7802, 87.000, -35.000, -132.000, 45), + (17363318, 'Ni_Ghu_Nestfender', 7811, 14.000, -31.000, -94.000, 16), + (17363363, 'Treasure_Chest', 7820, 0.000, 0.000, 0.000, 0), + (17367041, 'Dark_Dragon', 7828, -177.000, 60.000, -141.000, 130), + (17367042, 'Seeker', 7859, -177.000, 60.000, -138.000, 130), + (17367043, 'Dark_Dragon', 7828, 22.000, -1.000, 17.000, 130), + (17367044, 'Seeker', 7859, 22.000, -1.000, 22.000, 130), + (17367045, 'Dark_Dragon', 7828, 222.000, -59.000, 138.000, 130), + (17367046, 'Seeker', 7859, 222.000, -59.000, 141.000, 130), + (17367047, 'Ku_Jhu_Graniteskin', 7838, 0.000, 0.000, 0.000, 0), + (17367048, 'Sa_Nha_Soulsaver', 7858, 0.000, 0.000, 0.000, 0), + (17367049, 'Da_Shu_Knightslayer', 7829, 0.000, 0.000, 0.000, 0), + (17367050, 'Go_Bha_Slaughterer', 7835, 0.000, 0.000, 0.000, 0), + (17367051, 'Ku_Jhu_Graniteskin', 7838, 0.000, 0.000, 0.000, 0), + (17367052, 'Sa_Nha_Soulsaver', 7858, 0.000, 0.000, 0.000, 0), + (17367053, 'Da_Shu_Knightslayer', 7829, 0.000, 0.000, 0.000, 0), + (17367054, 'Go_Bha_Slaughterer', 7835, 0.000, 0.000, 0.000, 0), + (17367055, 'Ku_Jhu_Graniteskin', 7838, 0.000, 0.000, 0.000, 0), + (17367056, 'Sa_Nha_Soulsaver', 7858, 0.000, 0.000, 0.000, 0), + (17367057, 'Da_Shu_Knightslayer', 7829, 0.000, 0.000, 0.000, 0), + (17367058, 'Go_Bha_Slaughterer', 7835, 0.000, 0.000, 0.000, 0), + (17367059, 'Gaki', 7834, -177.000, 60.000, -144.000, 130), + (17367060, 'Rasetsu', 7857, -177.000, 60.000, -142.000, 130), + (17367061, 'Onki', 7848, -177.000, 60.000, -140.000, 130), + (17367062, 'Onibi', 7847, -177.000, 60.000, -141.000, 130), + (17367063, 'Ayakashi', 7825, 0.000, 0.000, 0.000, 0), + (17367064, 'Gaki', 7834, 22.000, 0.100, 15.000, 130), + (17367065, 'Rasetsu', 7857, 22.000, 0.100, 17.000, 130), + (17367066, 'Onki', 7848, 22.000, 0.100, 20.000, 130), + (17367067, 'Onibi', 7847, 22.000, 0.100, 19.000, 130), + (17367068, 'Ayakashi', 7825, 0.000, 0.000, 0.000, 0), + (17367069, 'Gaki', 7834, 222.000, -59.000, 136.000, 130), + (17367070, 'Rasetsu', 7857, 222.000, -59.000, 138.000, 130), + (17367071, 'Onki', 7848, 222.000, -59.000, 140.000, 130), + (17367072, 'Onibi', 7847, 222.000, -59.000, 139.000, 130), + (17367073, 'Ayakashi', 7825, 0.000, 0.000, 0.000, 0), + (17367074, 'Maat', 7840, -177.000, 60.000, -141.000, 130), + (17367075, 'Maat', 7840, 22.000, -1.000, 17.000, 130), + (17367076, 'Maat', 7840, 222.000, -59.000, 138.000, 0), + (17367077, 'Maat', 7840, -177.000, 60.000, -141.000, 130), + (17367078, 'Maat', 7840, 22.000, -1.000, 17.000, 130), + (17367079, 'Maat', 7840, 222.000, -59.000, 138.000, 0), + (17367080, 'Maat', 7840, -177.000, 60.000, -141.000, 130), + (17367081, 'Maat_s_Pet', 7841, -177.000, 60.000, -139.000, 130), + (17367082, 'Maat', 7840, 22.000, -1.000, 17.000, 130), + (17367083, 'Maat_s_Pet', 7841, 22.000, -1.000, 19.000, 130), + (17367084, 'Maat', 7840, 222.000, -59.000, 138.000, 130), + (17367085, 'Maat_s_Pet', 7841, 222.000, -59.000, 140.000, 130), + (17367086, 'Heavy_Metal_Crab', 7836, 0.000, 0.000, 0.000, 0), + (17367087, 'Metal_Crab', 7843, 0.000, 0.000, 0.000, 0), + (17367088, 'Metal_Crab', 7843, 0.000, 0.000, 0.000, 0), + (17367090, 'Heavy_Metal_Crab', 7836, 0.000, 0.000, 0.000, 0), + (17367091, 'Metal_Crab', 7843, 0.000, 0.000, 0.000, 0), + (17367092, 'Metal_Crab', 7843, 0.000, 0.000, 0.000, 0), + (17367094, 'Heavy_Metal_Crab', 7836, 0.000, 0.000, 0.000, 0), + (17367095, 'Metal_Crab', 7843, 0.000, 0.000, 0.000, 0), + (17367096, 'Metal_Crab', 7843, 0.000, 0.000, 0.000, 0), + (17367098, 'Macha', 7842, 0.000, 0.000, 0.000, 0), + (17367099, 'Neman', 7846, 0.000, 0.000, 0.000, 0), + (17367100, 'Neman', 7846, 0.000, 0.000, 0.000, 0), + (17367102, 'Macha', 7842, 0.000, 0.000, 0.000, 0), + (17367103, 'Neman', 7846, 0.000, 0.000, 0.000, 0), + (17367104, 'Neman', 7846, 0.000, 0.000, 0.000, 0), + (17367106, 'Macha', 7842, 0.000, 0.000, 0.000, 0), + (17367107, 'Neman', 7846, 0.000, 0.000, 0.000, 0), + (17367108, 'Neman', 7846, 0.000, 0.000, 0.000, 0), + (17367110, 'Metsanneitsyt', 7845, 0.000, 0.000, 0.000, 0), + (17367111, 'Metsanhaltija', 7844, 0.000, 0.000, 0.000, 0), + (17367112, 'Metsanhaltija', 7844, 0.000, 0.000, 0.000, 0), + (17367114, 'Metsanneitsyt', 7845, 0.000, 0.000, 0.000, 0), + (17367115, 'Metsanhaltija', 7844, 0.000, 0.000, 0.000, 0), + (17367116, 'Metsanhaltija', 7844, 0.000, 0.000, 0.000, 0), + (17367118, 'Metsanneitsyt', 7845, 0.000, 0.000, 0.000, 0), + (17367119, 'Metsanhaltija', 7844, 0.000, 0.000, 0.000, 0), + (17367120, 'Metsanhaltija', 7844, 0.000, 0.000, 0.000, 0), + (17367122, 'Flayer_Franz', 7832, -500.000, -500.000, -500.000, 52), + (17367123, 'Flesh_Eater', 7833, -500.000, -500.000, -500.000, 42), + (17367124, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367125, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367126, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367127, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367128, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367129, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367130, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367131, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367132, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367133, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367134, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367135, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367136, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367137, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367139, 'Flayer_Franz', 7832, 0.000, 0.000, 0.000, 0), + (17367140, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367141, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367142, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367143, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367144, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367145, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367146, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367147, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367148, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367149, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367150, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367151, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367152, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367153, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367154, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367156, 'Flayer_Franz', 7832, 0.000, 0.000, 0.000, 0), + (17367157, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367158, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367159, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367160, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367161, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367162, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367163, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367164, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367165, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367166, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367167, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367168, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367169, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367170, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367171, 'Flesh_Eater', 7833, 0.000, 0.000, 0.000, 0), + (17367173, 'Queen_Jelly', 7856, 0.000, 0.000, 0.000, 0), + (17367174, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367175, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367176, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367177, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367178, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367179, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367180, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367181, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367183, 'Queen_Jelly', 7856, 0.000, 0.000, 0.000, 0), + (17367184, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367185, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367186, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367187, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367188, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367189, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367190, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367191, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367193, 'Queen_Jelly', 7856, 0.000, 0.000, 0.000, 0), + (17367194, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367195, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367196, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367197, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367198, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367199, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367200, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367201, 'Princess_Jelly', 7855, 0.000, 0.000, 0.000, 0), + (17367203, 'Time_Bomb', 7862, -500.000, -500.000, -500.000, 0), + (17367205, 'Time_Bomb', 7862, 0.000, 0.000, 0.000, 0), + (17367207, 'Time_Bomb', 7862, 0.000, 0.000, 0.000, 0), + (17367209, 'Yo_Bhu_Hideousmask', 7867, -500.000, -500.000, -500.000, 127), + (17367210, 'Zo_Dhu_Legslicer', 7868, -500.000, -500.000, -500.000, 127), + (17367211, 'Ka_Nha_Jabbertongue', 7837, 0.000, 0.000, 0.000, 0), + (17367212, 'Bi_Fho_Jestergrin', 7827, 0.000, 0.000, 0.000, 0), + (17367213, 'Ku_Tya_Hotblood', 7839, 0.000, 0.000, 0.000, 0), + (17367214, 'Ea_Tho_Cruelheart', 7830, 0.000, 0.000, 0.000, 0), + (17367216, 'Yo_Bhu_Hideousmask', 7867, 0.000, 0.000, 0.000, 0), + (17367217, 'Zo_Dhu_Legslicer', 7868, 0.000, 0.000, 0.000, 0), + (17367218, 'Ka_Nha_Jabbertongue', 7837, 0.000, 0.000, 0.000, 0), + (17367219, 'Bi_Fho_Jestergrin', 7827, 0.000, 0.000, 0.000, 0), + (17367220, 'Ku_Tya_Hotblood', 7839, 0.000, 0.000, 0.000, 0), + (17367221, 'Ea_Tho_Cruelheart', 7830, 0.000, 0.000, 0.000, 0), + (17367223, 'Yo_Bhu_Hideousmask', 7867, 0.000, 0.000, 0.000, 0), + (17367224, 'Zo_Dhu_Legslicer', 7868, 0.000, 0.000, 0.000, 0), + (17367225, 'Ka_Nha_Jabbertongue', 7837, 0.000, 0.000, 0.000, 0), + (17367226, 'Bi_Fho_Jestergrin', 7827, 0.000, 0.000, 0.000, 0), + (17367227, 'Ku_Tya_Hotblood', 7839, 0.000, 0.000, 0.000, 0), + (17367228, 'Ea_Tho_Cruelheart', 7830, 0.000, 0.000, 0.000, 0), + (17367230, 'Tartaruga_Gigante', 7860, -175.000, 60.000, -142.000, 124), + (17367232, 'Tartaruga_Gigante', 7860, 22.000, 0.000, 17.000, 128), + (17367234, 'Tartaruga_Gigante', 7860, 222.000, -59.000, 138.000, 124), + (17367236, 'The_Waughroon_Kid', 7861, -500.000, -500.000, -500.000, 0), + (17367238, 'The_Waughroon_Kid', 7861, 0.000, 0.000, 0.000, 0), + (17367240, 'The_Waughroon_Kid', 7861, 0.000, 0.000, 0.000, 0), + (17367242, 'Fe_e', 7831, -175.000, 60.000, -142.000, 124), + (17367244, 'Fe_e', 7831, 22.000, 0.000, 17.000, 128), + (17367246, 'Fe_e', 7831, 222.000, -59.000, 138.000, 124), + (17367248, 'Osschaart', 7849, -500.000, -500.000, -500.000, 111), + (17367250, 'Osschaart_s_Bat', 7852, 0.000, 0.000, 0.000, 0), + (17367251, 'Osschaart_s_Wyvern', 7853, 63.799, 5.592, 19.995, 103), + (17367252, 'Osschaart_s_Avatar', 7851, -500.000, -500.000, -500.000, 1), + (17367253, 'Osschaart_s_Automaton', 7850, -500.000, -500.000, -500.000, 1), + (17367254, 'Osschaart', 7849, 0.000, 0.000, 0.000, 0), + (17367256, 'Osschaart_s_Bat', 7852, 0.000, 0.000, 0.000, 0), + (17367257, 'Osschaart_s_Wyvern', 7853, 0.000, 0.000, 0.000, 0), + (17367258, 'Osschaart_s_Avatar', 7851, 0.000, 0.000, 0.000, 0), + (17367259, 'Osschaart_s_Automaton', 7850, 0.000, 0.000, 0.000, 0), + (17367260, 'Osschaart', 7849, 0.000, 0.000, 0.000, 0), + (17367262, 'Osschaart_s_Bat', 7852, 0.000, 0.000, 0.000, 0), + (17367263, 'Osschaart_s_Wyvern', 7853, 0.000, 0.000, 0.000, 0), + (17367264, 'Osschaart_s_Avatar', 7851, 0.000, 0.000, 0.000, 0), + (17367265, 'Osschaart_s_Automaton', 7850, 0.000, 0.000, 0.000, 0), + (17367266, 'Platoon_Scorpion', 7854, -175.000, 60.000, -142.000, 124), + (17367267, 'Platoon_Scorpion', 7854, -175.000, 60.000, -139.000, 124), + (17367268, 'Platoon_Scorpion', 7854, -175.000, 60.000, -145.000, 124), + (17367269, 'Platoon_Scorpion', 7854, -172.000, 59.000, -145.000, 124), + (17367270, 'Platoon_Scorpion', 7854, -172.000, 60.000, -141.000, 124), + (17367271, 'Platoon_Scorpion', 7854, -171.000, 59.000, -139.000, 124), + (17367273, 'Platoon_Scorpion', 7854, 22.000, 0.000, 17.000, 124), + (17367274, 'Platoon_Scorpion', 7854, 23.000, 0.000, 13.000, 124), + (17367275, 'Platoon_Scorpion', 7854, 22.000, 0.000, 23.000, 124), + (17367276, 'Platoon_Scorpion', 7854, 28.000, 0.000, 22.000, 124), + (17367277, 'Platoon_Scorpion', 7854, 27.000, 0.000, 18.000, 124), + (17367278, 'Platoon_Scorpion', 7854, 27.000, 0.000, 13.000, 124), + (17367280, 'Platoon_Scorpion', 7854, 222.000, -59.000, 138.000, 124), + (17367281, 'Platoon_Scorpion', 7854, 223.000, -59.000, 133.000, 124), + (17367282, 'Platoon_Scorpion', 7854, 222.000, -59.000, 142.000, 124), + (17367283, 'Platoon_Scorpion', 7854, 227.000, -60.000, 142.000, 124), + (17367284, 'Platoon_Scorpion', 7854, 228.000, -59.000, 137.000, 124), + (17367285, 'Platoon_Scorpion', 7854, 227.000, -60.000, 134.000, 124), + (17367287, 'Titanis_Max', 7865, -176.000, 60.000, -139.000, 126), + (17367288, 'Titanis_Jax', 7864, -177.000, 60.000, -144.000, 126), + (17367289, 'Titanis_Xax', 7866, -173.000, 60.000, -144.000, 126), + (17367290, 'Titanis_Dax', 7863, -173.000, 60.000, -138.000, 126), + (17367292, 'Titanis_Max', 7865, 22.000, 0.000, 22.000, 126), + (17367293, 'Titanis_Jax', 7864, 23.000, 0.000, 14.000, 126), + (17367294, 'Titanis_Xax', 7866, 28.000, 0.000, 15.000, 126), + (17367295, 'Titanis_Dax', 7863, 28.000, 0.000, 21.000, 126), + (17367297, 'Titanis_Max', 7865, 222.000, -59.000, 142.000, 130), + (17367298, 'Titanis_Jax', 7864, 222.000, -59.000, 134.000, 130), + (17367299, 'Titanis_Xax', 7866, 227.000, -60.000, 139.000, 130), + (17367300, 'Titanis_Dax', 7863, 227.000, -60.000, 141.000, 130), + (17367314, 'Seeker', 7859, 0.000, 0.000, 0.000, 0), + (17367315, 'Dark_Dragon', 7828, 0.000, 0.000, 0.000, 0), + (17367317, 'Ayame', 7826, 0.000, 0.000, 0.000, 0), + (17367318, 'Ayame', 7826, 0.000, 0.000, 0.000, 0), + (17367328, 'Gaki', 7834, 0.000, 0.000, 0.000, 0), + (17367329, 'Rasetsu', 7857, 0.000, 0.000, 0.000, 0), + (17367330, 'Onki', 7848, 0.000, 0.000, 0.000, 0), + (17371137, 'Pugil', 7880, 0.000, 0.000, 0.000, 0), + (17371138, 'Pugil', 7880, 0.000, 0.000, 0.000, 0), + (17371139, 'Pug_Pugil', 7881, 0.000, 0.000, 0.000, 0), + (17371140, 'Puffer_Pugil', 7879, 0.000, 0.000, 0.000, 0), + (17371141, 'Land_Pugil', 7878, 0.000, 0.000, 0.000, 0), + (17371142, 'Eyy_Mon_the_Ironbreaker', 7872, -99.000, 18.000, 127.000, 91), + (17371143, 'Zhuu_Buxu_the_Silent', 7896, -17.158, 16.684, 109.386, 127), + (17371144, 'Yagudo_Initiate', 7886, -149.000, 3.000, 306.000, 127), + (17371145, 'Yagudo_Initiate', 7886, -140.432, -0.654, 259.921, 30), + (17371146, 'Yagudo_Acolyte', 7885, -159.815, 3.478, 320.262, 127), + (17371147, 'Yagudo_Scribe', 7892, -149.000, 3.000, 328.000, 127), + (17371148, 'Giddeus_Bee', 7874, -172.174, 3.709, 314.616, 127), + (17371149, 'Giddeus_Pugil', 7875, -168.697, 4.319, 320.556, 61), + (17371150, 'Giddeus_Pugil', 7875, -168.147, 4.337, 332.776, 127), + (17371151, 'Giddeus_Pugil', 7875, -168.628, 4.133, 327.314, 60), + (17371152, 'Yagudo_Initiate', 7886, -47.742, 3.332, 328.520, 69), + (17371153, 'Yagudo_Initiate', 7886, -48.025, 4.061, 312.959, 127), + (17371154, 'Yagudo_Acolyte', 7885, -25.429, 3.836, 335.312, 127), + (17371155, 'Yagudo_Scribe', 7892, -36.556, 3.760, 331.549, 89), + (17371156, 'Giddeus_Bee', 7874, -31.359, 4.087, 326.320, 127), + (17371157, 'Giddeus_Bee', 7874, -44.000, 4.000, 321.000, 126), + (17371158, 'Giddeus_Bee', 7874, -34.943, 3.546, 313.577, 87), + (17371159, 'Yagudo_Initiate', 7886, -70.694, -0.128, 261.060, 127), + (17371160, 'Yagudo_Acolyte', 7885, -159.355, 3.590, 313.588, 127), + (17371161, 'Yagudo_Scribe', 7892, -61.038, -0.332, 258.965, 121), + (17371162, 'Giddeus_Bee', 7874, -78.734, -0.506, 260.927, 127), + (17371163, 'Giddeus_Bee', 7874, -78.565, -0.510, 260.958, 127), + (17371164, 'Giddeus_Bee', 7874, -38.884, -0.462, 259.528, 127), + (17371165, 'Yagudo_Initiate', 7886, -152.351, 0.025, 259.853, 127), + (17371166, 'Yagudo_Acolyte', 7885, -140.000, -3.000, 221.000, 13), + (17371167, 'Yagudo_Scribe', 7892, -163.454, -0.720, 259.363, 125), + (17371168, 'Giddeus_Bee', 7874, -174.000, 0.025, 261.000, 127), + (17371169, 'Giddeus_Bee', 7874, -157.621, -0.443, 260.168, 124), + (17371170, 'Yagudo_Initiate', 7886, 22.000, -1.000, 191.000, 127), + (17371171, 'Yagudo_Acolyte', 7885, 19.000, 0.400, 252.000, 127), + (17371172, 'Yagudo_Scribe', 7892, 22.645, -4.572, 208.360, 57), + (17371173, 'Giddeus_Bee', 7874, 21.132, -4.391, 217.914, 127), + (17371174, 'Giddeus_Bee', 7874, 22.426, -4.570, 208.380, 17), + (17371175, 'Yagudo_Initiate', 7886, -149.556, -0.534, 157.946, 127), + (17371176, 'Yagudo_Acolyte', 7885, -158.000, -0.156, 151.000, 12), + (17371177, 'Yagudo_Scribe', 7892, -141.000, 0.257, 162.000, 127), + (17371178, 'Yagudo_Initiate', 7886, -160.755, -0.519, 166.154, 100), + (17371179, 'Yagudo_Acolyte', 7885, -146.560, -0.551, 170.618, 127), + (17371180, 'Yagudo_Scribe', 7892, -104.000, 0.390, 148.000, 127), + (17371181, 'Giddeus_Bee', 7874, -152.485, -0.735, 171.343, 127), + (17371182, 'Giddeus_Bee', 7874, -176.625, -0.776, 174.952, 127), + (17371183, 'Yagudo_Initiate', 7886, -127.814, -0.672, 152.754, 62), + (17371184, 'Yagudo_Acolyte', 7885, -142.000, -0.748, 159.000, 127), + (17371185, 'Yagudo_Scribe', 7892, -140.000, -0.487, 175.000, 96), + (17371186, 'Yagudo_Initiate', 7886, -120.731, -0.473, 169.709, 127), + (17371187, 'Yagudo_Acolyte', 7885, -108.000, -0.547, 172.000, 63), + (17371188, 'Yagudo_Scribe', 7892, -135.110, -0.703, 167.965, 127), + (17371189, 'Giddeus_Bee', 7874, -128.043, -0.543, 159.981, 61), + (17371190, 'Giddeus_Bee', 7874, -106.131, -0.117, 165.778, 127), + (17371191, 'Giddeus_Pugil', 7875, -167.562, 0.380, 151.039, 69), + (17371192, 'Giddeus_Pugil', 7875, -167.572, 0.404, 166.980, 60), + (17371193, 'Giddeus_Pugil', 7875, -172.590, 0.579, 144.661, 92), + (17371194, 'Yagudo_Initiate', 7886, 10.000, -0.674, 145.000, 127), + (17371195, 'Yagudo_Acolyte', 7885, -20.601, -0.599, 151.801, 58), + (17371196, 'Yagudo_Scribe', 7892, -26.185, -0.778, 153.651, 36), + (17371197, 'Yagudo_Initiate', 7886, -4.000, -0.529, 158.000, 127), + (17371198, 'Yagudo_Acolyte', 7885, -40.953, -0.500, 162.552, 73), + (17371199, 'Yagudo_Scribe', 7892, -50.546, 0.496, 171.438, 127), + (17371200, 'Giddeus_Bee', 7874, -45.180, 0.182, 152.742, 127), + (17371201, 'Giddeus_Bee', 7874, -29.000, 0.218, 171.000, 103), + (17371202, 'Yagudo_Initiate', 7886, -16.665, -0.378, 164.169, 108), + (17371203, 'Yagudo_Acolyte', 7885, 14.551, -0.186, 154.564, 127), + (17371204, 'Yagudo_Scribe', 7892, 7.478, -0.760, 155.245, 125), + (17371205, 'Yagudo_Initiate', 7886, 17.875, -0.414, 177.391, 127), + (17371206, 'Yagudo_Acolyte', 7885, -3.079, -0.531, 150.255, 127), + (17371207, 'Yagudo_Scribe', 7892, 4.465, -0.501, 170.776, 100), + (17371208, 'Giddeus_Bee', 7874, 8.310, -0.519, 174.750, 119), + (17371209, 'Giddeus_Bee', 7874, -12.052, -0.270, 171.568, 127), + (17371210, 'Giddeus_Pugil', 7875, -49.000, 0.349, 175.000, 30), + (17371211, 'Giddeus_Pugil', 7875, -48.688, 0.371, 168.596, 29), + (17371212, 'Giddeus_Pugil', 7875, -47.000, 0.034, 154.000, 127), + (17371213, 'Yagudo_Initiate', 7886, -122.252, -1.214, 101.258, 127), + (17371214, 'Yagudo_Acolyte', 7885, -140.841, -1.394, 113.781, 64), + (17371215, 'Yagudo_Scribe', 7892, -131.009, -1.583, 101.239, 127), + (17371216, 'Dirt_Eater', 7870, -102.384, -1.186, 85.000, 66), + (17371217, 'Dirt_Eater', 7870, -111.120, -2.837, 62.220, 26), + (17371218, 'Dirt_Eater', 7870, -105.010, -2.461, 90.056, 117), + (17371219, 'Yagudo_Initiate', 7886, -71.643, -1.624, 67.641, 7), + (17371220, 'Yagudo_Acolyte', 7885, -83.729, -0.934, 54.259, 127), + (17371221, 'Yagudo_Scribe', 7892, -75.020, -0.730, 62.458, 24), + (17371222, 'Dirt_Eater', 7870, -76.400, -0.750, 55.294, 76), + (17371223, 'Dirt_Eater', 7870, -77.323, -2.624, 68.824, 127), + (17371224, 'Yagudo_Initiate', 7886, -63.418, -1.289, 101.766, 108), + (17371225, 'Yagudo_Acolyte', 7885, -51.988, -1.823, 101.015, 127), + (17371226, 'Yagudo_Scribe', 7892, -55.373, -1.589, 97.560, 123), + (17371227, 'Dirt_Eater', 7870, -60.415, -1.507, 95.404, 127), + (17371228, 'Dirt_Eater', 7870, -63.872, -1.658, 97.121, 127), + (17371229, 'Yagudo_Initiate', 7886, -139.109, -1.473, 52.745, 62), + (17371230, 'Yagudo_Acolyte', 7885, -135.383, -1.629, 57.402, 127), + (17371231, 'Yagudo_Scribe', 7892, -130.001, -1.545, 60.054, 74), + (17371232, 'Dirt_Eater', 7870, -146.517, -1.499, 64.177, 127), + (17371233, 'Yagudo_Initiate', 7886, -145.996, -1.539, 27.415, 127), + (17371234, 'Yagudo_Acolyte', 7885, -141.715, -1.491, 21.939, 127), + (17371235, 'Yagudo_Scribe', 7892, -137.000, 0.500, -70.000, 91), + (17371236, 'Yagudo_Initiate', 7886, -114.000, -1.022, -87.000, 0), + (17371237, 'Yagudo_Acolyte', 7885, -150.760, -1.413, 19.871, 87), + (17371238, 'Yagudo_Scribe', 7892, -110.000, 0.600, -76.000, 102), + (17371239, 'Dirt_Eater', 7870, -138.245, -1.486, 20.814, 31), + (17371240, 'Dirt_Eater', 7870, -140.058, -1.505, 15.960, 127), + (17371241, 'Dirt_Eater', 7870, -137.481, -1.760, -13.657, 35), + (17371242, 'Yagudo_Initiate', 7886, 19.000, -1.474, 88.000, 127), + (17371243, 'Yagudo_Acolyte', 7885, -5.836, -0.803, 99.792, 127), + (17371244, 'Yagudo_Scribe', 7892, -10.000, -1.514, 108.000, 49), + (17371245, 'Dirt_Eater', 7870, 5.442, -2.877, 109.554, 127), + (17371246, 'Dirt_Eater', 7870, -10.136, -2.519, 96.109, 57), + (17371247, 'Dirt_Eater', 7870, -1.493, -0.319, 101.440, 36), + (17371248, 'Yagudo_Initiate', 7886, 30.000, -1.000, 58.000, 8), + (17371249, 'Yagudo_Acolyte', 7885, 34.000, -1.000, 58.000, 127), + (17371250, 'Yagudo_Scribe', 7892, 21.257, -1.515, 50.282, 127), + (17371251, 'Dirt_Eater', 7870, 17.630, -1.501, 59.968, 127), + (17371252, 'Dirt_Eater', 7870, 25.578, -2.384, 65.973, 127), + (17371253, 'Yagudo_Initiate', 7886, 25.443, -1.474, 23.653, 71), + (17371254, 'Yagudo_Acolyte', 7885, 22.213, -1.670, 14.107, 127), + (17371255, 'Yagudo_Scribe', 7892, 25.360, -1.500, 25.341, 127), + (17371256, 'Dirt_Eater', 7870, 13.416, -1.476, 13.947, 127), + (17371257, 'Yagudo_Initiate', 7886, 42.623, -1.497, 17.654, 1), + (17371258, 'Yagudo_Acolyte', 7885, 57.000, 0.600, -21.000, 54), + (17371259, 'Yagudo_Scribe', 7892, 61.922, -0.924, -31.762, 127), + (17371260, 'Yagudo_Initiate', 7886, 59.000, -1.000, 0.500, 2), + (17371261, 'Yagudo_Acolyte', 7885, 57.000, -1.000, -12.000, 127), + (17371262, 'Yagudo_Scribe', 7892, 50.733, -2.519, 14.746, 127), + (17371263, 'Dirt_Eater', 7870, 62.250, -0.908, -31.387, 127), + (17371264, 'Dirt_Eater', 7870, 57.373, -1.475, 20.842, 127), + (17371265, 'Yagudo_Initiate', 7886, 65.708, 0.528, -95.729, 43), + (17371266, 'Yagudo_Acolyte', 7885, 69.166, 0.897, -110.627, 127), + (17371267, 'Yagudo_Scribe', 7892, 68.030, 0.706, -65.183, 127), + (17371268, 'Yagudo_Initiate', 7886, 82.000, 1.000, -101.000, 24), + (17371269, 'Yagudo_Acolyte', 7885, 69.838, 0.359, -76.511, 127), + (17371270, 'Yagudo_Scribe', 7892, 65.841, 0.400, -69.536, 30), + (17371271, 'Yagudo_Initiate', 7886, 83.000, 1.000, -81.000, 127), + (17371272, 'Yagudo_Acolyte', 7885, 133.173, 0.585, -124.964, 127), + (17371273, 'Yagudo_Scribe', 7892, 105.481, 1.195, -108.144, 127), + (17371274, 'Yagudo_Initiate', 7886, 121.000, 1.000, -119.000, 66), + (17371275, 'Yagudo_Acolyte', 7885, 80.432, 0.500, -117.342, 31), + (17371276, 'Yagudo_Scribe', 7892, 106.102, 0.517, -121.324, 127), + (17371277, 'Yagudo_Mendicant', 7887, 91.794, 0.467, -123.701, 127), + (17371278, 'Yagudo_s_Elemental', 7893, -500.000, -500.000, -500.000, 127), + (17371279, 'Yagudo_Piper', 7890, 106.901, 1.524, -113.397, 127), + (17371280, 'Yagudo_Persecutor', 7888, 93.474, 0.476, -123.090, 89), + (17371281, 'Digger_Wasp', 7869, 98.292, -0.007, -175.455, 127), + (17371282, 'Digger_Wasp', 7869, 166.559, -3.389, -139.960, 2), + (17371283, 'Digger_Wasp', 7869, 179.000, -2.000, -144.000, 127), + (17371284, 'Yagudo_Mendicant', 7887, 128.049, 0.506, -211.795, 106), + (17371285, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371286, 'Yagudo_Piper', 7890, 114.541, 0.841, -187.665, 127), + (17371287, 'Yagudo_Persecutor', 7888, 112.127, 0.577, -199.786, 80), + (17371288, 'Yagudo_Mendicant', 7887, 106.514, 0.548, -195.573, 122), + (17371289, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371290, 'Yagudo_Piper', 7890, 111.000, 1.344, -212.000, 127), + (17371291, 'Yagudo_Persecutor', 7888, 99.902, -2.725, -213.337, 127), + (17371292, 'Digger_Wasp', 7869, 124.052, 1.232, -214.995, 104), + (17371293, 'Yagudo_Mendicant', 7887, 126.774, 0.441, -242.673, 23), + (17371294, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371295, 'Yagudo_Piper', 7890, 107.000, 1.000, -229.000, 101), + (17371296, 'Yagudo_Persecutor', 7888, 121.737, 0.500, -224.966, 127), + (17371297, 'Yagudo_Piper', 7890, 120.935, 0.509, -244.924, 127), + (17371298, 'Yagudo_Persecutor', 7888, 116.667, -3.442, -261.079, 127), + (17371299, 'Digger_Wasp', 7869, 128.219, 0.479, -240.818, 72), + (17371300, 'Juu_Duzu_the_Whirlwind', 7877, 99.449, -2.862, -238.619, 126), + (17371301, 'Digger_Wasp', 7869, 155.692, -2.530, -260.556, 127), + (17371302, 'Yagudo_Mendicant', 7887, 201.986, 0.492, -196.799, 24), + (17371303, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371304, 'Yagudo_Piper', 7890, 187.485, 0.370, -192.627, 127), + (17371305, 'Yagudo_Persecutor', 7888, 206.469, 0.180, -194.623, 25), + (17371306, 'Yagudo_Mendicant', 7887, 199.681, 0.590, -186.139, 122), + (17371307, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371308, 'Yagudo_Piper', 7890, 197.704, 0.495, -203.841, 127), + (17371309, 'Yagudo_Persecutor', 7888, 192.675, 0.793, -206.261, 56), + (17371310, 'Digger_Wasp', 7869, 211.689, 1.196, -206.374, 127), + (17371311, 'Yagudo_Mendicant', 7887, 204.159, 0.538, -251.812, 121), + (17371312, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371313, 'Yagudo_Piper', 7890, 187.001, 0.438, -252.237, 127), + (17371314, 'Yagudo_Persecutor', 7888, 185.065, 0.503, -250.484, 57), + (17371315, 'Yagudo_Mendicant', 7887, 190.978, 0.720, -236.880, 13), + (17371316, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371317, 'Yagudo_Piper', 7890, 202.000, 1.000, -233.000, 56), + (17371318, 'Yagudo_Persecutor', 7888, 196.220, 0.549, -253.366, 121), + (17371319, 'Digger_Wasp', 7869, 188.322, 0.556, -246.263, 127), + (17371320, 'Digger_Wasp', 7869, 214.000, -2.000, -296.000, 87), + (17371321, 'Digger_Wasp', 7869, 223.000, 0.700, -265.000, 127), + (17371322, 'Digger_Wasp', 7869, 220.543, -3.312, -283.672, 67), + (17371323, 'Yagudo_Mendicant', 7887, 220.760, -2.285, -304.947, 81), + (17371324, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371325, 'Yagudo_Piper', 7890, 221.000, -2.717, -277.000, 74), + (17371326, 'Yagudo_Persecutor', 7888, 218.000, -1.876, -295.000, 90), + (17371327, 'Yagudo_Initiate', 7886, -120.160, 0.454, -109.013, 102), + (17371328, 'Yagudo_Acolyte', 7885, -124.243, -0.409, -96.861, 47), + (17371329, 'Yagudo_Scribe', 7892, -125.808, -0.012, -73.397, 127), + (17371330, 'Yagudo_Initiate', 7886, -119.123, 0.414, -101.836, 22), + (17371331, 'Yagudo_Acolyte', 7885, -130.243, 0.474, -106.930, 94), + (17371332, 'Yagudo_Scribe', 7892, -128.087, -0.489, -93.038, 35), + (17371333, 'Yagudo_Mendicant', 7887, -141.394, 0.640, -113.501, 67), + (17371334, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371335, 'Yagudo_Piper', 7890, -151.737, 1.704, -113.162, 127), + (17371336, 'Yagudo_Persecutor', 7888, -172.000, 0.500, -135.000, 127), + (17371337, 'Yagudo_Mendicant', 7887, -139.565, -0.005, -109.655, 127), + (17371338, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371339, 'Yagudo_Piper', 7890, -163.105, 0.329, -112.384, 96), + (17371340, 'Yagudo_Persecutor', 7888, -144.288, 1.311, -130.082, 104), + (17371341, 'Giant_Pugil', 7873, -146.165, 1.932, -127.670, 61), + (17371342, 'Giant_Pugil', 7873, -146.545, 1.947, -113.704, 127), + (17371343, 'Giant_Pugil', 7873, -154.107, 1.408, -132.169, 77), + (17371344, 'Yagudo_Initiate', 7886, -73.000, -1.182, -123.000, 127), + (17371345, 'Yagudo_Acolyte', 7885, -72.006, 0.491, -134.452, 127), + (17371346, 'Yagudo_Scribe', 7892, -108.147, 1.157, -113.622, 127), + (17371347, 'Yagudo_Initiate', 7886, -113.732, 0.394, -131.124, 38), + (17371348, 'Yagudo_Acolyte', 7885, -66.912, 0.996, -139.667, 88), + (17371349, 'Yagudo_Scribe', 7892, -130.000, 1.000, -135.000, 64), + (17371350, 'Yagudo_Mendicant', 7887, -91.781, 0.311, -120.643, 127), + (17371351, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371352, 'Yagudo_Piper', 7890, -98.726, 0.400, -112.944, 98), + (17371353, 'Yagudo_Persecutor', 7888, -117.000, 1.000, -119.000, 95), + (17371354, 'Yagudo_Initiate', 7886, -79.418, 0.502, -169.379, 127), + (17371355, 'Yagudo_Acolyte', 7885, -113.143, 0.816, -167.752, 127), + (17371356, 'Yagudo_Scribe', 7892, -120.529, 0.491, -157.716, 66), + (17371357, 'Yagudo_Initiate', 7886, -121.034, 0.528, -146.660, 45), + (17371358, 'Yagudo_Acolyte', 7885, -96.056, 0.539, -161.934, 127), + (17371359, 'Yagudo_Scribe', 7892, -115.000, 1.000, -154.000, 127), + (17371360, 'Yagudo_Mendicant', 7887, -123.884, 0.294, -149.627, 127), + (17371361, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371362, 'Yagudo_Piper', 7890, -123.669, 0.039, -144.762, 127), + (17371363, 'Yagudo_Persecutor', 7888, -112.959, 1.298, -172.582, 127), + (17371364, 'Yagudo_Mendicant', 7887, -214.150, -2.999, -139.398, 124), + (17371365, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371366, 'Yagudo_Piper', 7890, -220.171, -3.081, -149.612, 58), + (17371367, 'Yagudo_Persecutor', 7888, -218.680, -2.223, -164.556, 127), + (17371368, 'Digger_Wasp', 7869, -220.662, -3.418, -150.197, 69), + (17371369, 'Digger_Wasp', 7869, -209.181, -3.630, -138.544, 127), + (17371370, 'Yagudo_Mendicant', 7887, -231.920, 0.427, -185.001, 127), + (17371371, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371372, 'Yagudo_Piper', 7890, -219.000, -3.000, -240.000, 24), + (17371373, 'Yagudo_Persecutor', 7888, -247.963, 0.358, -193.203, 101), + (17371374, 'Yagudo_Mendicant', 7887, -247.738, 0.476, -201.843, 69), + (17371375, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371376, 'Yagudo_Piper', 7890, -225.040, 0.215, -208.997, 28), + (17371377, 'Yagudo_Persecutor', 7888, -237.000, 1.000, -197.000, 98), + (17371378, 'Digger_Wasp', 7869, -263.847, 0.447, -220.297, 127), + (17371379, 'Digger_Wasp', 7869, -263.210, 0.486, -219.137, 87), + (17371380, 'Yagudo_Mendicant', 7887, -261.399, -2.496, -255.806, 127), + (17371381, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371382, 'Yagudo_Piper', 7890, -254.814, -2.759, -266.385, 127), + (17371383, 'Yagudo_Persecutor', 7888, -258.289, -2.703, -267.728, 127), + (17371384, 'Yagudo_Mendicant', 7887, -187.000, -0.700, -262.000, 4), + (17371385, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371386, 'Yagudo_Piper', 7890, -218.000, -2.000, -257.000, 127), + (17371387, 'Yagudo_Persecutor', 7888, -200.195, -3.478, -261.284, 127), + (17371388, 'Digger_Wasp', 7869, -219.718, -3.579, -250.414, 127), + (17371389, 'Digger_Wasp', 7869, -214.980, -3.159, -260.616, 127), + (17371390, 'Yagudo_Mendicant', 7887, -165.953, 0.373, -246.510, 127), + (17371391, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371392, 'Yagudo_Piper', 7890, -156.299, 0.236, -248.992, 127), + (17371393, 'Yagudo_Persecutor', 7888, -145.000, 1.000, -242.000, 15), + (17371394, 'Yagudo_Mendicant', 7887, -164.297, 0.509, -251.350, 103), + (17371395, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371396, 'Yagudo_Piper', 7890, -172.335, 0.452, -248.628, 99), + (17371397, 'Yagudo_Persecutor', 7888, -161.000, 0.476, -235.000, 127), + (17371398, 'Digger_Wasp', 7869, -164.596, 0.372, -243.394, 91), + (17371400, 'Yagudo_Mendicant', 7887, -126.449, 0.732, -237.035, 127), + (17371401, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371402, 'Yagudo_Piper', 7890, -126.353, 0.887, -252.310, 124), + (17371403, 'Yagudo_Persecutor', 7888, -116.000, 1.000, -235.000, 18), + (17371404, 'Yagudo_Mendicant', 7887, -113.053, 0.399, -225.212, 127), + (17371405, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371406, 'Yagudo_Piper', 7890, -116.603, 0.816, -245.074, 127), + (17371407, 'Yagudo_Persecutor', 7888, -124.000, 0.500, -227.000, 127), + (17371408, 'Digger_Wasp', 7869, -116.547, 0.501, -237.734, 127), + (17371409, 'Yagudo_Mendicant', 7887, -82.839, -3.116, -219.319, 9), + (17371410, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371411, 'Yagudo_Piper', 7890, -71.709, -3.352, -220.536, 127), + (17371412, 'Yagudo_Persecutor', 7888, -58.994, -1.782, -193.454, 65), + (17371413, 'Digger_Wasp', 7869, -74.045, -3.404, -220.945, 4), + (17371414, 'Digger_Wasp', 7869, -79.634, -3.487, -220.628, 127), + (17371415, 'Yagudo_Votary', 7895, -103.533, -1.001, -252.333, 121), + (17371416, 'Yagudo_Mendicant', 7887, -199.492, 7.555, 58.949, 115), + (17371417, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371418, 'Yagudo_Piper', 7890, -211.970, 7.429, 57.800, 127), + (17371419, 'Yagudo_Persecutor', 7888, -217.711, 7.116, 29.357, 124), + (17371420, 'Yagudo_Mendicant', 7887, -214.664, 7.715, 57.430, 127), + (17371421, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371422, 'Yagudo_Piper', 7890, -165.000, 16.000, 58.000, 127), + (17371423, 'Yagudo_Persecutor', 7888, -218.522, 7.519, 43.520, 72), + (17371424, 'Yagudo_Mendicant', 7887, -139.075, 16.505, 53.085, 17), + (17371425, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371426, 'Yagudo_Piper', 7890, -150.558, 15.953, 57.212, 127), + (17371427, 'Yagudo_Persecutor', 7888, -132.085, 15.994, 61.911, 127), + (17371428, 'Earth_Eater', 7871, -140.981, 16.511, 55.975, 127), + (17371429, 'Earth_Eater', 7871, -137.140, 16.620, 63.429, 127), + (17371430, 'Yagudo_Mendicant', 7887, -130.939, 16.635, 100.932, 127), + (17371431, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371432, 'Yagudo_Piper', 7890, -114.059, 16.683, 99.419, 8), + (17371433, 'Yagudo_Persecutor', 7888, -90.635, 16.293, 138.877, 125), + (17371434, 'Yagudo_Mendicant', 7887, -109.748, 15.059, 120.268, 53), + (17371435, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371436, 'Yagudo_Piper', 7890, -101.077, 17.710, 120.969, 127), + (17371437, 'Yagudo_Persecutor', 7888, -108.351, 15.765, 138.647, 127), + (17371438, 'Earth_Eater', 7871, -105.286, 16.330, 101.793, 74), + (17371439, 'Earth_Eater', 7871, -99.693, 15.764, 140.742, 127), + (17371440, 'Yagudo_Mendicant', 7887, -146.025, 16.487, 144.267, 113), + (17371441, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371442, 'Yagudo_Piper', 7890, -133.000, 17.000, 139.000, 127), + (17371443, 'Yagudo_Persecutor', 7888, -142.777, 16.647, 140.377, 26), + (17371444, 'Earth_Eater', 7871, -90.313, 16.156, 142.460, 127), + (17371445, 'Earth_Eater', 7871, -40.012, 16.427, 139.767, 30), + (17371446, 'Earth_Eater', 7871, -57.452, 16.169, 137.763, 64), + (17371447, 'Yagudo_Mendicant', 7887, -3.797, 16.475, 101.544, 5), + (17371448, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371449, 'Yagudo_Piper', 7890, -11.410, 15.352, 122.491, 47), + (17371450, 'Yagudo_Persecutor', 7888, -20.365, 17.737, 119.009, 127), + (17371451, 'Earth_Eater', 7871, -22.651, 16.280, 128.506, 72), + (17371452, 'Earth_Eater', 7871, -17.126, 16.839, 109.640, 63), + (17371453, 'Yagudo_Mendicant', 7887, 81.000, 8.000, 100.000, 78), + (17371454, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371455, 'Yagudo_Piper', 7890, 81.905, 7.613, 59.911, 106), + (17371456, 'Yagudo_Persecutor', 7888, 67.840, 5.688, 59.983, 127), + (17371457, 'Yagudo_Mendicant', 7887, 99.000, 7.000, 99.000, 32), + (17371458, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371459, 'Yagudo_Piper', 7890, 94.234, 6.226, 69.890, 127), + (17371460, 'Yagudo_Persecutor', 7888, 98.800, 7.820, 83.829, 127), + (17371461, 'Yagudo_Mendicant', 7887, 12.402, 16.789, 97.890, 71), + (17371462, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371463, 'Yagudo_Piper', 7890, 24.139, 16.282, 98.545, 64), + (17371464, 'Yagudo_Persecutor', 7888, 16.131, 15.186, 71.054, 127), + (17371465, 'Yagudo_Mendicant', 7887, 22.017, 15.674, 71.302, 62), + (17371466, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371467, 'Yagudo_Piper', 7890, 18.453, 17.134, 46.031, 127), + (17371468, 'Yagudo_Persecutor', 7888, 20.000, 17.000, 56.000, 127), + (17371469, 'Yagudo_Mendicant', 7887, 15.785, 16.510, 22.490, 127), + (17371470, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371471, 'Yagudo_Piper', 7890, 20.184, 16.465, 19.341, 74), + (17371472, 'Yagudo_Persecutor', 7888, 19.393, 16.722, 27.628, 127), + (17371473, 'Earth_Eater', 7871, 18.773, 16.826, 20.295, 16), + (17371474, 'Earth_Eater', 7871, 13.891, 16.336, 12.298, 100), + (17371475, 'Yagudo_Mendicant', 7887, -57.026, 16.640, 97.506, 50), + (17371476, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371477, 'Yagudo_Piper', 7890, -65.101, 16.478, 97.537, 127), + (17371478, 'Yagudo_Persecutor', 7888, -61.000, 17.000, 75.000, 127), + (17371479, 'Earth_Eater', 7871, -63.609, 16.495, 97.239, 127), + (17371480, 'Earth_Eater', 7871, -60.732, 16.499, 95.805, 22), + (17371481, 'Earth_Eater', 7871, -59.892, 16.401, 111.159, 127), + (17371482, 'Yagudo_Mendicant', 7887, -61.178, 1.864, 16.303, 112), + (17371483, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371484, 'Yagudo_Piper', 7890, -59.410, -0.494, 6.411, 127), + (17371485, 'Yagudo_Persecutor', 7888, -58.310, 6.091, 29.126, 64), + (17371486, 'Yagudo_Mendicant', 7887, -37.100, 0.582, -127.259, 111), + (17371487, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371488, 'Yagudo_Piper', 7890, -58.148, 7.500, 36.216, 59), + (17371489, 'Yagudo_Persecutor', 7888, -65.800, -2.854, -10.147, 127), + (17371490, 'Yagudo_Mendicant', 7887, -63.000, -0.860, -91.000, 88), + (17371491, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371492, 'Yagudo_Piper', 7890, -94.159, -1.676, -90.426, 127), + (17371493, 'Yagudo_Persecutor', 7888, -96.000, -1.144, -78.000, 127), + (17371494, 'Yagudo_Piper', 7890, -65.405, 0.500, -77.112, 127), + (17371495, 'Yagudo_Persecutor', 7888, -73.139, -1.693, -92.530, 101), + (17371496, 'Digger_Wasp', 7869, -98.156, -2.956, -72.520, 127), + (17371497, 'Digger_Wasp', 7869, -87.811, -0.579, -86.324, 127), + (17371498, 'Yagudo_Mendicant', 7887, -32.000, 0.740, -105.000, 89), + (17371499, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371500, 'Yagudo_Piper', 7890, -47.000, 0.250, -97.000, 68), + (17371501, 'Yagudo_Persecutor', 7888, -40.000, 0.639, -86.000, 127), + (17371502, 'Yagudo_Persecutor', 7888, -29.687, 0.965, -91.263, 65), + (17371503, 'Digger_Wasp', 7869, -54.000, 0.469, -81.000, 49), + (17371504, 'Yagudo_Mendicant', 7887, -42.389, 0.315, -130.930, 15), + (17371505, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371506, 'Yagudo_Piper', 7890, -44.716, 0.284, -112.402, 55), + (17371507, 'Yagudo_Persecutor', 7888, -45.719, 0.240, -123.671, 127), + (17371508, 'Yagudo_Mendicant', 7887, -57.000, -2.000, -119.000, 18), + (17371509, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371510, 'Yagudo_Piper', 7890, -87.000, 0.500, -69.000, 10), + (17371511, 'Digger_Wasp', 7869, -56.281, -2.045, -113.655, 8), + (17371512, 'Digger_Wasp', 7869, -51.484, -0.971, -120.564, 127), + (17371513, 'Yagudo_Mendicant', 7887, -39.073, 0.597, -115.279, 28), + (17371514, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371515, 'Hoo_Mjuu_the_Torrent', 7876, -50.000, 1.000, -75.000, 127), + (17371516, 'Yagudo_Mendicant', 7887, 20.816, -3.251, -146.962, 127), + (17371517, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371518, 'Yagudo_Piper', 7890, 43.000, -2.994, -178.000, 127), + (17371519, 'Yagudo_Persecutor', 7888, 20.353, -3.647, -169.309, 63), + (17371520, 'Digger_Wasp', 7869, 21.171, -3.514, -159.491, 127), + (17371521, 'Digger_Wasp', 7869, 20.657, -2.999, -174.574, 57), + (17371522, 'Yagudo_Mendicant', 7887, 77.000, 1.000, -230.000, 61), + (17371523, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371524, 'Yagudo_Piper', 7890, 67.683, 0.527, -196.818, 127), + (17371525, 'Yagudo_Persecutor', 7888, 81.263, 0.498, -208.812, 71), + (17371526, 'Yagudo_Mendicant', 7887, 95.513, -1.697, -211.991, 127), + (17371527, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371528, 'Yagudo_Piper', 7890, 90.000, 0.796, -193.000, 127), + (17371529, 'Yagudo_Persecutor', 7888, 72.302, 0.642, -202.985, 62), + (17371530, 'Yagudo_Mendicant', 7887, 105.000, -2.000, -261.000, 72), + (17371531, 'Yagudo_s_Elemental', 7893, 0.000, 0.000, 0.000, 0), + (17371532, 'Yagudo_Piper', 7890, 81.000, 1.000, -198.000, 45), + (17371533, 'Yagudo_Persecutor', 7888, 85.728, -0.071, -248.141, 127), + (17371534, 'Yagudo_Piper', 7890, 87.000, -0.094, -223.000, 127), + (17371535, 'Yagudo_Theologist', 7894, 98.701, -2.718, -251.418, 62), + (17371536, 'Yagudo_Priest', 7891, 97.265, -2.460, -237.117, 127), + (17371537, 'Yagudo_Votary', 7895, 66.774, -1.451, -252.935, 127), + (17371538, 'Yagudo_Votary', 7895, 47.671, -3.086, -300.560, 127), + (17371539, 'Yagudo_Theologist', 7894, 56.063, -3.226, -299.535, 127), + (17371540, 'Yagudo_Priest', 7891, 40.238, -3.500, -300.400, 127), + (17371541, 'Digger_Wasp', 7869, 38.000, -3.000, -179.000, 127), + (17371542, 'Digger_Wasp', 7869, 55.000, -0.700, -173.000, 42), + (17371543, 'Yagudo_Votary', 7895, 0.500, 1.000, -327.000, 24), + (17371544, 'Yagudo_Theologist', 7894, -7.000, 1.000, -318.000, 61), + (17371545, 'Yagudo_Priest', 7891, 0.182, 0.508, -312.102, 51), + (17371546, 'Digger_Wasp', 7869, 12.099, 0.465, -302.591, 127), + (17371547, 'Digger_Wasp', 7869, -16.704, 0.566, -335.290, 0), + (17371548, 'Digger_Wasp', 7869, -23.104, 0.221, -343.228, 94), + (17371549, 'Yagudo_Votary', 7895, -1.000, 1.000, -431.000, 127), + (17371550, 'Yagudo_Theologist', 7894, 14.000, 0.601, -419.000, 61), + (17371551, 'Yagudo_Priest', 7891, 13.918, 0.650, -396.943, 98), + (17371552, 'Yagudo_Votary', 7895, -31.000, 0.500, -415.000, 127), + (17371553, 'Yagudo_Theologist', 7894, 7.000, 1.000, -393.000, 127), + (17371554, 'Yagudo_Priest', 7891, -13.886, 0.500, -398.363, 127), + (17371555, 'Digger_Wasp', 7869, -6.089, 0.969, -395.396, 127), + (17371556, 'Yagudo_Votary', 7895, 13.094, 0.526, -407.977, 127), + (17371557, 'Yagudo_Theologist', 7894, 10.205, 0.630, -437.244, 89), + (17371558, 'Yagudo_Priest', 7891, -7.000, 0.468, -451.000, 3), + (17371559, 'Yagudo_Votary', 7895, -44.000, 0.400, -419.000, 127), + (17371560, 'Yagudo_Theologist', 7894, 12.207, 1.212, -430.807, 127), + (17371561, 'Yagudo_Priest', 7891, 5.755, 0.201, -443.466, 12), + (17371562, 'Digger_Wasp', 7869, -19.694, 0.473, -443.901, 75), + (17371563, 'Yagudo_Votary', 7895, -15.000, 0.700, -389.000, 127), + (17371564, 'Yagudo_Theologist', 7894, -26.146, 0.500, -399.339, 103), + (17371565, 'Yagudo_Priest', 7891, -12.000, -0.500, -410.000, 127), + (17371566, 'Yagudo_Votary', 7895, -57.774, 0.688, -412.189, 127), + (17371567, 'Yagudo_Theologist', 7894, -46.709, 0.905, -408.248, 117), + (17371568, 'Yagudo_Priest', 7891, -48.000, 1.000, -391.000, 20), + (17371569, 'Digger_Wasp', 7869, -51.176, 0.878, -414.276, 51), + (17371570, 'Yagudo_Votary', 7895, -30.744, 1.133, -429.414, 118), + (17371571, 'Yagudo_Theologist', 7894, -40.648, 0.500, -453.723, 8), + (17371572, 'Yagudo_Priest', 7891, -45.010, 0.051, -447.805, 127), + (17371573, 'Yagudo_Votary', 7895, -30.048, 0.793, -457.766, 127), + (17371574, 'Yagudo_Theologist', 7894, -8.000, 1.000, -438.000, 86), + (17371575, 'Yagudo_Priest', 7891, -55.454, 0.494, -425.397, 19), + (17371576, 'Digger_Wasp', 7869, -29.441, 0.811, -457.999, 16), + (17371577, 'Yagudo_Piper', 7890, -23.973, 0.459, -399.155, 95), + (17371578, 'Vuu_Puqu_the_Beguiler', 7884, -42.784, 0.834, -446.496, 120), + (17371579, 'Vaa_Huja_the_Erudite', 7883, -58.000, -1.000, -448.000, 13), + (17371601, 'Treasure_Chest', 7882, 0.000, 0.000, 0.000, 0), + (17375233, 'Black_Dragon', 7900, -138.000, 56.000, -224.000, 189), + (17375234, 'Searcher', 7935, -135.000, 56.000, -224.000, 189), + (17375235, 'Black_Dragon', 7900, 21.000, -3.000, -24.000, 189), + (17375236, 'Searcher', 7935, 24.000, -3.000, -24.000, 189), + (17375237, 'Black_Dragon', 7900, 181.000, -63.000, 175.000, 189), + (17375238, 'Searcher', 7935, 184.000, -63.000, 174.000, 189), + (17375239, 'Buu_Xolo_the_Bloodfaced', 7901, -500.000, -500.000, -500.000, 127), + (17375240, 'Nuu_Kofu_the_Gentle', 7927, 0.000, 0.000, 0.000, 0), + (17375241, 'Juu_Zeni_the_Poisonmist', 7912, 0.000, 0.000, 0.000, 0), + (17375242, 'Chaa_Paqa_the_Profound', 7902, -500.000, -500.000, -500.000, 127), + (17375243, 'Yagudo_s_Elemental', 7941, 0.000, 0.000, 0.000, 0), + (17375244, 'Yagudo_s_Avatar', 7940, 0.000, 0.000, 0.000, 0), + (17375245, 'Buu_Xolo_the_Bloodfaced', 7901, 0.000, 0.000, 0.000, 0), + (17375246, 'Nuu_Kofu_the_Gentle', 7927, 0.000, 0.000, 0.000, 0), + (17375247, 'Juu_Zeni_the_Poisonmist', 7912, 0.000, 0.000, 0.000, 0), + (17375248, 'Chaa_Paqa_the_Profound', 7902, 0.000, 0.000, 0.000, 0), + (17375249, 'Yagudo_s_Elemental', 7941, 0.000, 0.000, 0.000, 0), + (17375250, 'Yagudo_s_Avatar', 7940, 0.000, 0.000, 0.000, 0), + (17375251, 'Buu_Xolo_the_Bloodfaced', 7901, 0.000, 0.000, 0.000, 0), + (17375252, 'Nuu_Kofu_the_Gentle', 7927, 0.000, 0.000, 0.000, 0), + (17375253, 'Juu_Zeni_the_Poisonmist', 7912, 0.000, 0.000, 0.000, 0), + (17375254, 'Chaa_Paqa_the_Profound', 7902, 0.000, 0.000, 0.000, 0), + (17375255, 'Yagudo_s_Elemental', 7941, 0.000, 0.000, 0.000, 0), + (17375256, 'Yagudo_s_Avatar', 7940, 0.000, 0.000, 0.000, 0), + (17375257, 'Maat', 7918, -138.000, 56.000, -224.000, 189), + (17375258, 'Maat', 7918, 21.000, -3.000, -24.000, 189), + (17375259, 'Maat', 7918, 181.000, -63.000, 175.000, 189), + (17375260, 'Maat', 7918, -138.000, 56.000, -224.000, 189), + (17375261, 'Maat', 7918, 21.000, -3.000, -24.000, 189), + (17375262, 'Maat', 7918, 181.000, -63.000, 175.000, 189), + (17375263, 'Maat', 7918, -138.000, 56.000, -224.000, 189), + (17375264, 'Maat_s_Avatar', 7919, -136.000, 56.000, -224.000, 189), + (17375265, 'Maat', 7918, 21.000, -3.000, -24.000, 189), + (17375266, 'Maat_s_Avatar', 7919, 23.000, -3.000, -24.000, 189), + (17375267, 'Maat', 7918, 181.000, -63.000, 175.000, 189), + (17375268, 'Maat_s_Avatar', 7919, 183.000, -63.000, 174.000, 189), + (17375269, 'Prune', 7932, -132.000, 56.000, -224.000, 65), + (17375270, 'Pepper', 7930, -138.000, 56.000, -224.000, 65), + (17375271, 'Phoedme', 7931, -144.000, 56.000, -224.000, 65), + (17375273, 'Prune', 7932, 27.000, -3.000, -24.000, 65), + (17375274, 'Pepper', 7930, 21.000, -3.000, -24.000, 65), + (17375275, 'Phoedme', 7931, 15.000, -3.000, -24.000, 65), + (17375277, 'Prune', 7932, 186.000, -63.000, 175.000, 65), + (17375278, 'Pepper', 7930, 181.000, -63.000, 175.000, 65), + (17375279, 'Phoedme', 7931, 176.000, -63.000, 175.000, 65), + (17375281, 'Bitoso', 7899, 0.000, 0.000, 0.000, 0), + (17375283, 'Bitoso', 7899, 0.000, 0.000, 0.000, 0), + (17375285, 'Bitoso', 7899, 0.000, 0.000, 0.000, 0), + (17375287, 'Nenaunir', 7925, 500.000, 500.000, 500.000, 127), + (17375288, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375289, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375290, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375291, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375292, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375294, 'Nenaunir', 7925, 500.000, 500.000, 500.000, 127), + (17375295, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375296, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375297, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375298, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375299, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375301, 'Nenaunir', 7925, 0.000, 0.000, 0.000, 0), + (17375302, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375303, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375304, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375305, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375306, 'Nenaunir_s_Wife', 7926, 0.000, 0.000, 0.000, 0), + (17375308, 'Dvorovoi', 7906, -500.000, -500.000, -500.000, 127), + (17375309, 'Domovoi', 7904, -500.000, -500.000, -500.000, 127), + (17375310, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375311, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375312, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375313, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375314, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375315, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375317, 'Dvorovoi', 7906, 0.000, 0.000, 0.000, 0), + (17375318, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375319, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375320, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375321, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375322, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375323, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375324, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375326, 'Dvorovoi', 7906, 0.000, 0.000, 0.000, 0), + (17375327, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375328, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375329, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375330, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375331, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375332, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375333, 'Domovoi', 7904, 0.000, 0.000, 0.000, 0), + (17375335, 'Opo-opo_Monarch', 7929, -500.000, -500.000, -500.000, 115), + (17375336, 'Opo-opo_Heir', 7928, -500.000, -500.000, -500.000, 127), + (17375337, 'Myrmidon_Spo-spo', 7924, 500.000, 500.000, 500.000, 127), + (17375338, 'Myrmidon_Apu-apu', 7922, 500.000, 500.000, 500.000, 77), + (17375339, 'Myrmidon_Epa-epa', 7923, 500.000, 500.000, 500.000, 76), + (17375341, 'Opo-opo_Monarch', 7929, 0.000, 0.000, 0.000, 0), + (17375342, 'Opo-opo_Heir', 7928, 0.000, 0.000, 0.000, 0), + (17375343, 'Myrmidon_Spo-spo', 7924, 0.000, 0.000, 0.000, 0), + (17375344, 'Myrmidon_Apu-apu', 7922, 0.000, 0.000, 0.000, 0), + (17375345, 'Myrmidon_Epa-epa', 7923, 500.000, 500.000, 500.000, 76), + (17375347, 'Opo-opo_Monarch', 7929, 0.000, 0.000, 0.000, 0), + (17375348, 'Opo-opo_Heir', 7928, 0.000, 0.000, 0.000, 0), + (17375349, 'Myrmidon_Spo-spo', 7924, 0.000, 0.000, 0.000, 0), + (17375350, 'Myrmidon_Apu-apu', 7922, 0.000, 0.000, 0.000, 0), + (17375351, 'Myrmidon_Epa-epa', 7923, 500.000, 500.000, 500.000, 76), + (17375353, 'Small_Box', 7936, -500.000, -500.000, -500.000, 127), + (17375354, 'Medium_Box', 7921, 0.000, 0.000, 0.000, 0), + (17375355, 'Large_Box', 7917, 0.000, 0.000, 0.000, 0), + (17375357, 'Small_Box', 7936, 0.000, 0.000, 0.000, 0), + (17375358, 'Medium_Box', 7921, 0.000, 0.000, 0.000, 0), + (17375359, 'Large_Box', 7917, 0.000, 0.000, 0.000, 0), + (17375361, 'Small_Box', 7936, 0.000, 0.000, 0.000, 0), + (17375362, 'Medium_Box', 7921, 0.000, 0.000, 0.000, 0), + (17375363, 'Large_Box', 7917, 0.000, 0.000, 0.000, 0), + (17375365, 'Voo_Tolu_the_Ghostfist', 7938, 0.000, 0.000, 0.000, 0), + (17375366, 'Cuu_Doko_the_Blizzard', 7903, -500.000, -500.000, -500.000, 127), + (17375367, 'Zuu_Xowu_the_Darksmoke', 7943, 0.000, 0.000, 0.000, 0), + (17375368, 'Gii_Jaha_the_Raucous', 7908, -500.000, -500.000, -500.000, 127), + (17375369, 'Aa_Nawu_the_Thunderblade', 7897, 0.000, 0.000, 0.000, 0), + (17375370, 'Yoo_Mihi_the_Haze', 7942, 0.000, 0.000, 0.000, 0), + (17375372, 'Voo_Tolu_the_Ghostfist', 7938, 0.000, 0.000, 0.000, 0), + (17375373, 'Cuu_Doko_the_Blizzard', 7903, 0.000, 0.000, 0.000, 0), + (17375374, 'Zuu_Xowu_the_Darksmoke', 7943, 0.000, 0.000, 0.000, 0), + (17375375, 'Gii_Jaha_the_Raucous', 7908, 0.000, 0.000, 0.000, 0), + (17375376, 'Aa_Nawu_the_Thunderblade', 7897, 0.000, 0.000, 0.000, 0), + (17375377, 'Yoo_Mihi_the_Haze', 7942, 0.000, 0.000, 0.000, 0), + (17375379, 'Voo_Tolu_the_Ghostfist', 7938, 0.000, 0.000, 0.000, 0), + (17375380, 'Cuu_Doko_the_Blizzard', 7903, 0.000, 0.000, 0.000, 0), + (17375381, 'Zuu_Xowu_the_Darksmoke', 7943, 0.000, 0.000, 0.000, 0), + (17375382, 'Gii_Jaha_the_Raucous', 7908, 0.000, 0.000, 0.000, 0), + (17375383, 'Aa_Nawu_the_Thunderblade', 7897, 0.000, 0.000, 0.000, 0), + (17375384, 'Yoo_Mihi_the_Haze', 7942, 0.000, 0.000, 0.000, 0), + (17375386, 'Wyrm', 7939, -139.000, 56.000, -225.000, 194), + (17375388, 'Wyrm', 7939, 21.000, -3.000, -24.000, 194), + (17375390, 'Wyrm', 7939, 181.000, -63.000, 175.000, 194), + (17375392, 'Dromiceiomimus', 7905, -500.000, -500.000, -500.000, 109), + (17375393, 'Dromiceiomimus', 7905, 0.000, 0.000, 0.000, 0), + (17375395, 'Dromiceiomimus', 7905, 0.000, 0.000, 0.000, 0), + (17375396, 'Dromiceiomimus', 7905, 0.000, 0.000, 0.000, 0), + (17375398, 'Dromiceiomimus', 7905, 0.000, 0.000, 0.000, 0), + (17375399, 'Dromiceiomimus', 7905, 0.000, 0.000, 0.000, 0), + (17375401, 'Macan_Gadangan', 7920, 0.000, 0.000, 0.000, 0), + (17375403, 'Macan_Gadangan', 7920, 0.000, 0.000, 0.000, 0), + (17375405, 'Macan_Gadangan', 7920, 0.000, 0.000, 0.000, 0), + (17375407, 'Gilagoge_Tlugvi', 7909, 0.000, 0.000, 0.000, 0), + (17375408, 'Goga_Tlugvi', 7910, 0.000, 0.000, 0.000, 0), + (17375409, 'Ulagohvsdi_Tlugvi', 7937, 0.000, 0.000, 0.000, 0), + (17375410, 'Gola_Tlugvi', 7911, 0.000, 0.000, 0.000, 0), + (17375412, 'Gilagoge_Tlugvi', 7909, 0.000, 0.000, 0.000, 0), + (17375413, 'Goga_Tlugvi', 7910, 0.000, 0.000, 0.000, 0), + (17375414, 'Ulagohvsdi_Tlugvi', 7937, 0.000, 0.000, 0.000, 0), + (17375415, 'Gola_Tlugvi', 7911, 0.000, 0.000, 0.000, 0), + (17375417, 'Gilagoge_Tlugvi', 7909, 0.000, 0.000, 0.000, 0), + (17375418, 'Goga_Tlugvi', 7910, 0.000, 0.000, 0.000, 0), + (17375419, 'Ulagohvsdi_Tlugvi', 7937, 0.000, 0.000, 0.000, 0), + (17375420, 'Gola_Tlugvi', 7911, 0.000, 0.000, 0.000, 0), + (17375422, 'King_of_Cups', 7915, 0.000, 0.000, 0.000, 0), + (17375423, 'King_of_Batons', 7913, 0.000, 0.000, 0.000, 0), + (17375424, 'King_of_Swords', 7916, 0.000, 0.000, 0.000, 0), + (17375425, 'King_of_Coins', 7914, 0.000, 0.000, 0.000, 0), + (17375426, 'Queen_of_Cups', 7934, -500.000, -500.000, -500.000, 127), + (17375427, 'Queen_of_Batons', 7933, -500.000, -500.000, -500.000, 127), + (17375429, 'King_of_Cups', 7915, 0.000, 0.000, 0.000, 0), + (17375430, 'King_of_Batons', 7913, 0.000, 0.000, 0.000, 0), + (17375431, 'King_of_Swords', 7916, 0.000, 0.000, 0.000, 0), + (17375432, 'King_of_Coins', 7914, 0.000, 0.000, 0.000, 0), + (17375433, 'Queen_of_Cups', 7934, 0.000, 0.000, 0.000, 0), + (17375434, 'Queen_of_Batons', 7933, 0.000, 0.000, 0.000, 0), + (17375436, 'King_of_Cups', 7915, 0.000, 0.000, 0.000, 0), + (17375437, 'King_of_Batons', 7913, 0.000, 0.000, 0.000, 0), + (17375438, 'King_of_Swords', 7916, 0.000, 0.000, 0.000, 0), + (17375439, 'King_of_Coins', 7914, 0.000, 0.000, 0.000, 0), + (17375440, 'Queen_of_Cups', 7934, 0.000, 0.000, 0.000, 0), + (17375441, 'Queen_of_Batons', 7933, 0.000, 0.000, 0.000, 0), + (17375443, 'Giant_Moa', 7907, -500.000, -500.000, -500.000, 118), + (17375444, 'Giant_Moa', 7907, 0.000, 0.000, 0.000, 0), + (17375446, 'Giant_Moa', 7907, 0.000, 0.000, 0.000, 0), + (17375447, 'Giant_Moa', 7907, 0.000, 0.000, 0.000, 0), + (17375449, 'Giant_Moa', 7907, 0.000, 0.000, 0.000, 0), + (17375450, 'Giant_Moa', 7907, 0.000, 0.000, 0.000, 0), + (17375463, 'Searcher', 7935, 0.000, 0.000, 0.000, 0), + (17375464, 'Black_Dragon', 7900, -139.000, 56.000, -226.000, 192), + (17375475, 'Buu_Xolo_the_Bloodfaced', 7901, 0.000, 0.000, 0.000, 0), + (17379329, 'Old_Quadav', 7973, -212.195, 0.500, 62.366, 127), + (17379330, 'Copper_Quadav', 7953, -195.896, 0.499, 76.149, 127), + (17379331, 'Copper_Quadav', 7953, -227.975, 0.296, 105.409, 127), + (17379332, 'Copper_Quadav', 7953, -220.774, 0.499, 106.171, 32), + (17379333, 'Land_Pugil', 7967, -210.976, 0.500, 68.549, 127), + (17379334, 'Land_Pugil', 7967, -203.512, 0.499, 86.542, 127), + (17379335, 'Old_Quadav', 7973, -176.991, 0.499, 52.918, 114), + (17379336, 'Brass_Quadav', 7948, -178.505, 0.496, 56.204, 123), + (17379337, 'Land_Pugil', 7967, -181.767, 0.420, 63.494, 127), + (17379338, 'Old_Quadav', 7973, -181.048, 0.499, 124.866, 58), + (17379339, 'Copper_Quadav', 7953, -180.406, 0.499, 114.690, 82), + (17379340, 'Copper_Quadav', 7953, -182.865, 0.487, 136.589, 127), + (17379341, 'Brass_Quadav', 7948, -182.823, 0.477, 108.138, 127), + (17379342, 'Land_Pugil', 7967, -142.833, 0.499, 146.910, 35), + (17379343, 'Land_Pugil', 7967, -163.307, 0.499, 136.104, 56), + (17379344, 'Old_Quadav', 7973, -127.033, 0.574, 127.414, 127), + (17379345, 'Copper_Quadav', 7953, -122.809, 0.500, 127.000, 127), + (17379346, 'Brass_Quadav', 7948, -114.641, 0.499, 124.666, 127), + (17379347, 'Land_Pugil', 7967, -137.099, 0.479, 107.717, 102), + (17379348, 'Land_Pugil', 7967, -134.414, 0.228, 111.737, 46), + (17379349, 'Old_Quadav', 7973, -95.080, 0.301, 91.245, 127), + (17379350, 'Brass_Quadav', 7948, -98.611, 0.498, 71.212, 127), + (17379351, 'Bi_Gho_Headtaker', 7947, -97.000, 1.000, 78.000, 0), + (17379352, 'Ooze', 7974, -100.640, 0.085, 54.555, 127), + (17379353, 'Ooze', 7974, -104.888, -0.150, 56.675, 127), + (17379354, 'Old_Quadav', 7973, -59.283, 0.499, 128.621, 127), + (17379355, 'Copper_Quadav', 7953, -67.024, 0.500, 140.736, 73), + (17379356, 'Brass_Quadav', 7948, -54.648, 0.499, 126.328, 127), + (17379357, 'Old_Quadav', 7973, -63.782, 0.499, 144.078, 127), + (17379358, 'Copper_Quadav', 7953, -59.725, 0.499, 117.414, 33), + (17379359, 'Brass_Quadav', 7948, -63.498, 0.522, 144.067, 24), + (17379360, 'Land_Pugil', 7967, -92.840, 0.402, 139.417, 5), + (17379361, 'Silver_Quadav', 7977, -234.196, 2.961, 41.944, 8), + (17379362, 'Silver_Quadav', 7977, -238.942, 2.936, 40.698, 95), + (17379363, 'Garnet_Quadav', 7960, -198.767, 2.929, 155.974, 48), + (17379364, 'Garnet_Quadav', 7960, -200.093, 2.943, 158.771, 79), + (17379365, 'Zircon_Quadav', 7985, -155.256, 2.922, 84.093, 127), + (17379366, 'Zircon_Quadav', 7985, -159.283, 2.935, 85.325, 127), + (17379367, 'Bronze_Quadav', 7949, -44.268, 2.924, 159.605, 127), + (17379368, 'Bronze_Quadav', 7949, -40.048, 2.925, 159.956, 127), + (17379369, 'Old_Quadav', 7973, 0.000, 0.000, 0.000, 0), + (17379370, 'Copper_Quadav', 7953, -60.431, 23.696, 78.207, 43), + (17379371, 'Brass_Quadav', 7948, -54.275, 23.515, 64.185, 9), + (17379372, 'Old_Quadav', 7973, -63.315, 23.532, 65.067, 127), + (17379373, 'Copper_Quadav', 7953, 0.000, 0.000, 0.000, 0), + (17379374, 'Brass_Quadav', 7948, -61.637, 23.383, 73.210, 127), + (17379375, 'Caterpillar', 7951, -108.379, 23.626, 105.752, 127), + (17379376, 'Caterpillar', 7951, -99.333, 23.752, 95.370, 41), + (17379377, 'Caterpillar', 7951, -105.759, 23.547, 93.143, 41), + (17379378, 'Caterpillar', 7951, -99.612, 23.728, 92.526, 127), + (17379379, 'Old_Quadav', 7973, -101.471, 23.589, 37.050, 39), + (17379380, 'Copper_Quadav', 7953, -79.441, 23.702, 18.828, 120), + (17379381, 'Brass_Quadav', 7948, 0.000, 0.000, 0.000, 0), + (17379382, 'Old_Quadav', 7973, -99.255, 23.656, 41.371, 127), + (17379383, 'Copper_Quadav', 7953, -83.371, 23.563, 20.921, 127), + (17379384, 'Brass_Quadav', 7948, -96.031, 23.656, 55.129, 127), + (17379385, 'Caterpillar', 7951, -51.304, 23.689, 23.592, 27), + (17379386, 'Caterpillar', 7951, -61.095, 23.639, 21.498, 110), + (17379387, 'Caterpillar', 7951, -56.621, 23.633, 22.225, 127), + (17379388, 'Caterpillar', 7951, -58.014, 23.624, 23.802, 24), + (17379389, 'Copper_Quadav', 7953, -136.335, 23.669, 16.170, 94), + (17379390, 'Copper_Quadav', 7953, -143.730, 23.561, 20.828, 67), + (17379391, 'Copper_Quadav', 7953, -143.348, 23.688, 18.330, 127), + (17379392, 'Old_Quadav', 7973, 0.000, 0.000, 0.000, 0), + (17379393, 'Copper_Quadav', 7953, -178.021, 23.596, 81.477, 66), + (17379394, 'Brass_Quadav', 7948, -179.125, 23.658, 64.500, 0), + (17379395, 'Old_Quadav', 7973, -178.332, 23.353, 73.589, 58), + (17379396, 'Copper_Quadav', 7953, 0.000, 0.000, 0.000, 0), + (17379397, 'Brass_Quadav', 7948, -181.047, 23.192, 72.245, 69), + (17379398, 'Copper_Quadav', 7953, -178.811, 23.825, 107.946, 127), + (17379399, 'Copper_Quadav', 7953, -185.714, 23.958, 98.119, 35), + (17379400, 'Copper_Quadav', 7953, -170.904, 23.725, 102.968, 127), + (17379401, 'Caterpillar', 7951, -229.647, 23.753, 105.197, 127), + (17379402, 'Caterpillar', 7951, -221.286, 23.620, 96.984, 127), + (17379403, 'Caterpillar', 7951, -217.323, 23.613, 105.585, 90), + (17379404, 'Caterpillar', 7951, -231.338, 23.598, 102.286, 74), + (17379405, 'Caterpillar', 7951, -140.607, 23.533, 95.532, 127), + (17379406, 'Caterpillar', 7951, -141.720, 23.515, 92.727, 40), + (17379407, 'Caterpillar', 7951, -144.685, 23.450, 92.329, 111), + (17379408, 'Caterpillar', 7951, -145.345, 23.634, 95.053, 127), + (17379409, 'Old_Quadav', 7973, -221.344, 0.736, 22.811, 3), + (17379410, 'Copper_Quadav', 7953, 0.000, 0.000, 0.000, 0), + (17379411, 'Brass_Quadav', 7948, -217.294, 1.150, -20.418, 127), + (17379412, 'Land_Pugil', 7967, -223.131, 0.500, -43.640, 127), + (17379413, 'Land_Pugil', 7967, -223.688, 0.499, 0.374, 95), + (17379414, 'Old_Quadav', 7973, 0.000, 0.000, 0.000, 0), + (17379415, 'Copper_Quadav', 7953, -219.208, 0.500, -52.113, 127), + (17379416, 'Brass_Quadav', 7948, -225.526, 0.500, -51.258, 127), + (17379417, 'Old_Quadav', 7973, 0.000, 0.000, 0.000, 0), + (17379418, 'Copper_Quadav', 7953, 0.000, 0.000, 0.000, 0), + (17379419, 'Brass_Quadav', 7948, -223.617, 0.501, -64.437, 72), + (17379420, 'Old_Quadav', 7973, -153.206, 0.500, -78.188, 127), + (17379421, 'Brass_Quadav', 7948, -152.762, 0.499, -98.254, 127), + (17379422, 'Old_Quadav', 7973, -124.757, 0.567, -95.750, 48), + (17379423, 'Brass_Quadav', 7948, -152.485, 0.500, -86.461, 73), + (17379424, 'Land_Pugil', 7967, -171.835, 0.520, -94.040, 127), + (17379425, 'Land_Pugil', 7967, -176.905, 0.779, -87.635, 126), + (17379426, 'Copper_Quadav', 7953, -71.480, 0.490, -62.882, 127), + (17379427, 'Da_Dha_Hundredmask', 7956, -184.000, 1.000, -136.000, 127), + (17379428, 'Old_Quadav', 7973, -190.168, 0.505, -126.452, 127), + (17379429, 'Copper_Quadav', 7953, -182.120, 0.500, -124.217, 56), + (17379430, 'Brass_Quadav', 7948, -168.978, 0.487, -132.708, 90), + (17379431, 'Old_Quadav', 7973, 0.000, 0.000, 0.000, 0), + (17379432, 'Copper_Quadav', 7953, -182.830, 0.500, -123.990, 57), + (17379433, 'Brass_Quadav', 7948, 0.000, 0.000, 0.000, 0), + (17379434, 'Land_Pugil', 7967, -154.413, 0.499, -126.473, 13), + (17379435, 'Land_Pugil', 7967, -194.853, 0.559, -137.546, 127), + (17379436, 'Old_Quadav', 7973, -254.627, 0.566, -131.725, 84), + (17379437, 'Copper_Quadav', 7953, -262.653, 0.441, -184.105, 94), + (17379438, 'Brass_Quadav', 7948, -258.871, 0.500, -132.104, 127), + (17379439, 'Old_Quadav', 7973, 0.000, 0.000, 0.000, 0), + (17379440, 'Copper_Quadav', 7953, 0.000, 0.000, 0.000, 0), + (17379441, 'Brass_Quadav', 7948, -263.829, 0.500, -162.745, 127), + (17379442, 'Land_Pugil', 7967, -242.534, 0.500, -135.906, 127), + (17379443, 'Land_Pugil', 7967, -259.199, 0.499, -163.837, 41), + (17379444, 'Old_Quadav', 7973, -253.087, 0.531, -210.929, 127), + (17379445, 'Copper_Quadav', 7953, -246.987, 0.924, -212.798, 127), + (17379446, 'Brass_Quadav', 7948, -255.240, 0.181, -206.276, 127), + (17379447, 'Old_Quadav', 7973, -242.709, 0.500, -188.010, 127), + (17379448, 'Land_Pugil', 7967, -248.192, 0.924, -209.015, 56), + (17379449, 'Land_Pugil', 7967, -231.336, 0.500, -216.833, 127), + (17379450, 'Ge_Dha_Evileye', 7962, -238.000, 1.000, -203.000, 93), + (17379451, 'Old_Quadav', 7973, -160.983, 0.499, -177.492, 127), + (17379452, 'Copper_Quadav', 7953, -160.600, 0.525, -151.974, 127), + (17379453, 'Brass_Quadav', 7948, -164.958, 0.500, -155.313, 127), + (17379454, 'Old_Quadav', 7973, 0.000, 0.000, 0.000, 0), + (17379455, 'Copper_Quadav', 7953, 0.000, 0.000, 0.000, 0), + (17379456, 'Brass_Quadav', 7948, -209.107, 0.500, -178.537, 89), + (17379457, 'Land_Pugil', 7967, -169.281, 0.499, -159.622, 127), + (17379458, 'Land_Pugil', 7967, -220.372, 0.167, -179.754, 51), + (17379459, 'Bronze_Quadav', 7949, -99.020, -0.217, -65.695, 127), + (17379460, 'Silver_Quadav', 7977, 0.000, 0.000, 0.000, 0), + (17379461, 'Zircon_Quadav', 7985, -66.965, 0.104, -65.036, 127), + (17379462, 'Garnet_Quadav', 7960, -51.550, -4.261, -50.171, 127), + (17379463, 'Charging_Sheep', 7952, -80.755, 0.192, -80.841, 127), + (17379464, 'Charging_Sheep', 7952, -105.932, 0.135, -81.824, 66), + (17379465, 'Charging_Sheep', 7952, -99.468, -0.055, -83.564, 42), + (17379466, 'Charging_Sheep', 7952, -79.324, 0.645, -70.184, 119), + (17379467, 'Charging_Sheep', 7952, -95.238, -0.494, -60.635, 127), + (17379468, 'Thunder_Elemental', 7980, -106.292, 0.124, -83.779, 100), + (17379469, 'Water_Elemental', 7983, -60.359, -2.146, -87.621, 127), + (17379470, 'Bronze_Quadav', 7949, -34.342, 0.799, -126.935, 11), + (17379471, 'Silver_Quadav', 7977, -27.375, 0.485, -127.596, 49), + (17379472, 'Zircon_Quadav', 7985, 0.000, 0.000, 0.000, 0), + (17379473, 'Garnet_Quadav', 7960, -34.577, -2.410, -140.082, 47), + (17379474, 'Charging_Sheep', 7952, -42.006, 0.516, -106.318, 127), + (17379475, 'Charging_Sheep', 7952, -30.105, 0.330, -99.580, 127), + (17379476, 'Charging_Sheep', 7952, -27.769, 0.223, -110.309, 127), + (17379477, 'Bronze_Quadav', 7949, -135.809, -0.447, -178.141, 26), + (17379478, 'Silver_Quadav', 7977, -108.236, -0.040, -172.188, 88), + (17379479, 'Zircon_Quadav', 7985, -67.076, 0.062, -171.693, 57), + (17379480, 'Garnet_Quadav', 7960, -139.179, -3.763, -190.602, 94), + (17379481, 'Charging_Sheep', 7952, -124.395, 0.217, -177.169, 127), + (17379482, 'Charging_Sheep', 7952, -69.321, 0.164, -170.918, 127), + (17379483, 'Charging_Sheep', 7952, -142.945, 0.487, -157.820, 2), + (17379484, 'Charging_Sheep', 7952, -70.641, 0.522, -176.441, 127), + (17379485, 'Charging_Sheep', 7952, -77.539, 0.167, -166.965, 10), + (17379486, 'Charging_Sheep', 7952, -130.024, 0.154, -154.593, 127), + (17379487, 'Thunder_Elemental', 7980, -86.629, 0.486, -148.270, 126), + (17379488, 'Water_Elemental', 7983, -121.122, 0.452, -172.770, 32), + (17379489, 'Bronze_Quadav', 7949, -239.241, 2.944, -82.531, 127), + (17379490, 'Silver_Quadav', 7977, -237.269, 2.930, -82.624, 127), + (17379491, 'Silver_Quadav', 7977, -38.872, 2.929, -41.764, 40), + (17379492, 'Zircon_Quadav', 7985, -39.645, 2.923, -40.320, 127), + (17379493, 'Bronze_Quadav', 7949, -4.301, 2.876, -81.055, 127), + (17379494, 'Zircon_Quadav', 7985, -4.615, 2.922, -81.103, 127), + (17379495, 'Bronze_Quadav', 7949, -40.132, 2.924, -199.266, 40), + (17379496, 'Garnet_Quadav', 7960, -39.541, 2.950, -197.550, 127), + (17379497, 'Silver_Quadav', 7977, -201.492, 2.964, -234.171, 127), + (17379498, 'Garnet_Quadav', 7960, -202.084, 2.972, -233.628, 127), + (17379499, 'Zircon_Quadav', 7985, -277.527, 2.922, -236.526, 127), + (17379500, 'Garnet_Quadav', 7960, -276.810, 2.936, -236.784, 127), + (17379501, 'Bronze_Quadav', 7949, -283.146, -3.668, -137.424, 99), + (17379502, 'Silver_Quadav', 7977, -266.003, -3.430, -99.618, 127), + (17379503, 'Zircon_Quadav', 7985, -279.038, -3.705, -186.366, 111), + (17379504, 'Garnet_Quadav', 7960, -267.198, -3.252, -122.763, 17), + (17379505, 'Bronze_Quadav', 7949, -277.362, -3.826, -125.220, 73), + (17379506, 'Silver_Quadav', 7977, -278.264, -3.720, -164.780, 62), + (17379507, 'Zircon_Quadav', 7985, -295.277, -3.500, -130.490, 2), + (17379508, 'Garnet_Quadav', 7960, -240.718, -3.344, -126.709, 75), + (17379509, 'Bronze_Quadav', 7949, -252.611, -3.500, -65.500, 34), + (17379510, 'Silver_Quadav', 7977, -213.559, -3.628, -81.400, 118), + (17379511, 'Zircon_Quadav', 7985, -213.930, 0.263, -65.652, 41), + (17379512, 'Garnet_Quadav', 7960, -240.910, -3.801, -80.242, 34), + (17379513, 'Bronze_Quadav', 7949, -243.305, -3.659, -69.214, 127), + (17379514, 'Silver_Quadav', 7977, -221.149, 0.425, -59.062, 127), + (17379515, 'Zircon_Quadav', 7985, -249.678, -3.500, -52.752, 79), + (17379516, 'Garnet_Quadav', 7960, -234.075, -3.374, -5.490, 96), + (17379517, 'Bronze_Quadav', 7949, -247.159, -3.528, 13.870, 70), + (17379518, 'Silver_Quadav', 7977, -234.203, -3.378, 6.377, 114), + (17379519, 'Zircon_Quadav', 7985, -231.184, -3.475, 14.421, 81), + (17379520, 'Garnet_Quadav', 7960, -233.663, -3.125, 11.963, 127), + (17379521, 'Bronze_Quadav', 7949, -195.374, -3.773, 39.748, 127), + (17379522, 'Silver_Quadav', 7977, -183.950, -3.585, 40.571, 127), + (17379523, 'Zircon_Quadav', 7985, -96.000, -3.000, 34.000, 127), + (17379524, 'Garnet_Quadav', 7960, -181.497, -3.499, 22.280, 127), + (17379525, 'Bronze_Quadav', 7949, -202.587, -3.388, 20.781, 40), + (17379526, 'Silver_Quadav', 7977, -176.360, -3.604, 41.196, 127), + (17379527, 'Zircon_Quadav', 7985, -149.000, -3.000, 35.000, 127), + (17379528, 'Garnet_Quadav', 7960, -117.604, -3.750, 37.079, 112), + (17379529, 'Bronze_Quadav', 7949, -159.598, -3.694, 110.376, 120), + (17379530, 'Silver_Quadav', 7977, -172.608, -3.121, 85.533, 127), + (17379531, 'Zircon_Quadav', 7985, -124.871, -3.134, 90.776, 65), + (17379532, 'Garnet_Quadav', 7960, -155.537, -3.349, 102.085, 127), + (17379533, 'Bronze_Quadav', 7949, -55.027, -3.562, 81.477, 111), + (17379534, 'Silver_Quadav', 7977, -87.604, -2.724, 104.463, 8), + (17379535, 'Zircon_Quadav', 7985, -66.578, -3.568, 74.306, 92), + (17379536, 'Garnet_Quadav', 7960, -73.371, -3.501, 44.107, 62), + (17379537, 'Ooze', 7974, -85.405, -3.512, 53.536, 127), + (17379538, 'Bronze_Quadav', 7949, -39.815, -3.779, 112.414, 127), + (17379539, 'Silver_Quadav', 7977, -28.273, -3.511, 133.169, 0), + (17379540, 'Zircon_Quadav', 7985, -31.017, -3.545, 166.427, 127), + (17379541, 'Garnet_Quadav', 7960, -60.051, -3.532, 164.011, 10), + (17379542, 'Ooze', 7974, -73.051, -3.561, 165.097, 124), + (17379543, 'Bronze_Quadav', 7949, -140.549, -3.505, 163.328, 127), + (17379544, 'Silver_Quadav', 7977, -117.886, -3.537, 160.911, 127), + (17379545, 'Zircon_Quadav', 7985, -121.621, -2.846, 143.255, 127), + (17379546, 'Garnet_Quadav', 7960, -122.272, -3.102, 157.548, 66), + (17379547, 'Bronze_Quadav', 7949, -189.135, -4.491, 142.517, 127), + (17379548, 'Silver_Quadav', 7977, -212.085, -3.678, 125.425, 127), + (17379549, 'Zircon_Quadav', 7985, -187.053, -3.699, 164.879, 30), + (17379550, 'Garnet_Quadav', 7960, -206.340, -3.536, 166.275, 127), + (17379551, 'Go_Bhu_Gascon', 7965, -202.000, -2.000, 110.000, 69), + (17379552, 'Bronze_Quadav', 7949, -186.026, -3.458, -3.999, 127), + (17379553, 'Silver_Quadav', 7977, -170.037, -3.651, -45.787, 127), + (17379554, 'Zircon_Quadav', 7985, -205.510, -3.227, -5.396, 127), + (17379555, 'Garnet_Quadav', 7960, -199.099, -3.731, -2.042, 123), + (17379556, 'Bronze_Quadav', 7949, -124.454, -3.285, -51.318, 27), + (17379557, 'Silver_Quadav', 7977, -112.241, -3.886, -42.422, 5), + (17379558, 'Zircon_Quadav', 7985, -102.916, -3.542, -37.650, 83), + (17379559, 'Garnet_Quadav', 7960, -119.802, -3.772, -39.419, 10), + (17379560, 'Bronze_Quadav', 7949, -245.790, -3.495, -250.715, 127), + (17379561, 'Silver_Quadav', 7977, -286.600, -3.630, -216.650, 35), + (17379562, 'Zircon_Quadav', 7985, -294.223, -3.504, -206.657, 127), + (17379563, 'Garnet_Quadav', 7960, -285.203, -3.670, -216.772, 104), + (17379564, 'Zo_Khu_Blackcloud', 7986, -273.000, -3.000, -253.000, 69), + (17379565, 'Bronze_Quadav', 7949, -206.568, -3.669, -219.765, 36), + (17379566, 'Silver_Quadav', 7977, -189.368, -3.524, -217.974, 57), + (17379567, 'Zircon_Quadav', 7985, -166.912, -3.354, -215.349, 97), + (17379568, 'Garnet_Quadav', 7960, -190.290, -3.533, -222.881, 127), + (17379569, 'Bronze_Quadav', 7949, -36.571, -3.626, -207.486, 127), + (17379570, 'Silver_Quadav', 7977, -44.587, -3.487, -213.370, 62), + (17379571, 'Zircon_Quadav', 7985, -102.395, -3.076, -183.984, 1), + (17379572, 'Garnet_Quadav', 7960, -75.551, -3.500, -213.477, 3), + (17379573, 'Bronze_Quadav', 7949, -110.609, -3.048, -192.216, 48), + (17379574, 'Silver_Quadav', 7977, -71.614, -3.500, -216.162, 127), + (17379575, 'Zircon_Quadav', 7985, -80.674, -2.988, -187.141, 127), + (17379576, 'Garnet_Quadav', 7960, -40.998, -3.771, -171.661, 127), + (17379577, 'Bronze_Quadav', 7949, 3.604, -3.788, -122.909, 127), + (17379578, 'Silver_Quadav', 7977, 17.740, -3.500, -152.585, 127), + (17379579, 'Zircon_Quadav', 7985, -43.534, -3.336, -88.380, 127), + (17379580, 'Garnet_Quadav', 7960, -26.691, -3.537, -46.441, 127), + (17379581, 'Bronze_Quadav', 7949, -30.360, -3.414, -90.256, 127), + (17379582, 'Silver_Quadav', 7977, -43.343, -3.666, -58.010, 97), + (17379583, 'Zircon_Quadav', 7985, -9.491, -4.414, -91.708, 14), + (17379584, 'Garnet_Quadav', 7960, 2.186, -3.530, -136.485, 126), + (17379585, 'Bronze_Quadav', 7949, -212.043, -3.640, -157.621, 127), + (17379586, 'Silver_Quadav', 7977, -248.141, -2.859, -150.123, 24), + (17379587, 'Zircon_Quadav', 7985, -208.378, -3.724, -159.990, 120), + (17379588, 'Garnet_Quadav', 7960, -235.277, -3.112, -169.650, 127), + (17379589, 'Elder_Quadav', 7958, -115.631, -3.353, -125.189, 27), + (17379590, 'Iron_Quadav', 7966, -80.026, -3.126, -129.055, 127), + (17379591, 'Spinel_Quadav', 7978, -140.811, -2.447, -121.994, 0), + (17379592, 'Emerald_Quadav', 7959, -93.679, -3.460, -111.488, 104), + (17379593, 'Elder_Quadav', 7958, -166.556, -3.859, -146.648, 106), + (17379594, 'Iron_Quadav', 7966, 0.000, 0.000, 0.000, 0), + (17379595, 'Spinel_Quadav', 7978, -118.195, -3.334, -61.240, 127), + (17379596, 'Emerald_Quadav', 7959, -120.390, -3.886, -84.510, 64), + (17379597, 'Bronze_Quadav', 7949, 25.864, -3.570, -110.983, 127), + (17379598, 'Silver_Quadav', 7977, 36.846, -3.784, -119.128, 84), + (17379599, 'Zircon_Quadav', 7985, 24.772, -3.501, -106.135, 113), + (17379600, 'Garnet_Quadav', 7960, 23.143, -3.553, -119.358, 127), + (17379601, 'De_Vyu_Headhunter', 7957, 33.747, -3.486, -130.112, 127), + (17379602, 'Elder_Quadav', 7958, 53.297, -3.500, -114.960, 26), + (17379603, 'Iron_Quadav', 7966, 50.055, -3.499, -110.971, 46), + (17379604, 'Spinel_Quadav', 7978, 0.000, 0.000, 0.000, 0), + (17379605, 'Emerald_Quadav', 7959, 58.711, -3.503, -61.423, 127), + (17379606, 'Elder_Quadav', 7958, 41.826, -3.626, -9.633, 127), + (17379607, 'Iron_Quadav', 7966, 32.025, -3.553, -18.766, 127), + (17379608, 'Spinel_Quadav', 7978, 24.355, -3.504, 21.400, 41), + (17379609, 'Emerald_Quadav', 7959, 42.820, -3.852, -31.736, 127), + (17379610, 'Elder_Quadav', 7958, 36.996, -3.597, 52.198, 127), + (17379611, 'Iron_Quadav', 7966, 45.050, -3.252, 60.967, 127), + (17379612, 'Spinel_Quadav', 7978, 55.407, -3.653, 120.905, 81), + (17379613, 'Emerald_Quadav', 7959, 49.730, -3.227, 57.447, 127), + (17379614, 'Broo', 7950, 53.940, -2.596, 70.298, 127), + (17379615, 'Elder_Quadav', 7958, 97.233, -2.790, 155.482, 0), + (17379616, 'Iron_Quadav', 7966, 83.429, -3.707, 173.150, 110), + (17379617, 'Spinel_Quadav', 7978, 85.288, -3.660, 167.574, 37), + (17379618, 'Emerald_Quadav', 7959, 70.274, -3.500, 210.463, 127), + (17379619, 'Thunder_Elemental', 7980, 87.817, -2.876, 110.162, 45), + (17379620, 'Water_Elemental', 7983, 82.577, -3.773, 153.195, 84), + (17379621, 'Elder_Quadav', 7958, 118.553, -3.694, 203.552, 71), + (17379622, 'Iron_Quadav', 7966, 139.599, -3.509, 216.511, 127), + (17379623, 'Spinel_Quadav', 7978, 160.668, -3.803, 197.236, 127), + (17379624, 'Broo', 7950, 130.515, -3.882, 201.332, 127), + (17379625, 'Emerald_Quadav', 7959, 139.642, -2.445, 161.557, 127), + (17379626, 'Ga_Bhu_Unvanquished', 7961, 178.863, -3.199, 192.895, 24), + (17379627, 'Elder_Quadav', 7958, 156.445, -3.723, 127.624, 127), + (17379628, 'Iron_Quadav', 7966, 151.334, -3.585, 149.496, 127), + (17379629, 'Spinel_Quadav', 7978, 145.465, -3.092, 169.657, 122), + (17379630, 'Emerald_Quadav', 7959, 158.508, -3.662, 118.291, 127), + (17379631, 'Broo', 7950, 168.168, -3.102, 129.718, 127), + (17379632, 'Elder_Quadav', 7958, 204.957, -3.782, 114.650, 127), + (17379633, 'Iron_Quadav', 7966, 200.103, -3.841, 124.873, 74), + (17379634, 'Spinel_Quadav', 7978, 210.800, -3.564, 135.827, 127), + (17379635, 'Emerald_Quadav', 7959, 181.383, -3.435, 101.954, 91), + (17379636, 'Broo', 7950, 210.643, -3.531, 136.396, 127), + (17379637, 'Gloop', 7963, 263.003, -3.469, 102.979, 8), + (17379638, 'Gloop', 7963, 269.935, -3.500, 133.796, 10), + (17379639, 'Elder_Quadav', 7958, 241.598, -3.706, 76.135, 124), + (17379640, 'Iron_Quadav', 7966, 241.952, -3.660, 67.143, 46), + (17379641, 'Spinel_Quadav', 7978, 255.880, -3.534, 45.607, 28), + (17379642, 'Emerald_Quadav', 7959, 261.603, -3.483, 54.135, 52), + (17379643, 'Gloop', 7963, 285.783, -3.673, 19.278, 118), + (17379644, 'Gloop', 7963, 275.271, -3.812, 42.562, 70), + (17379645, 'Elder_Quadav', 7958, 264.919, -3.495, -11.877, 127), + (17379646, 'Iron_Quadav', 7966, 251.408, -3.499, -14.052, 127), + (17379647, 'Spinel_Quadav', 7978, 249.138, -3.500, -51.837, 94), + (17379648, 'Emerald_Quadav', 7959, 262.944, -3.579, -4.817, 127), + (17379649, 'Thunder_Elemental', 7980, 291.012, -3.521, 12.391, 127), + (17379650, 'Water_Elemental', 7983, 244.694, -3.771, -35.711, 24), + (17379651, 'Elder_Quadav', 7958, 198.423, -3.748, 0.967, 116), + (17379652, 'Iron_Quadav', 7966, 187.503, -2.949, 8.962, 127), + (17379653, 'Spinel_Quadav', 7978, 206.882, -3.539, 5.683, 6), + (17379654, 'Emerald_Quadav', 7959, 168.553, -3.468, 6.831, 127), + (17379655, 'Elder_Quadav', 7958, 191.809, -3.798, -38.776, 127), + (17379656, 'Iron_Quadav', 7966, 199.488, -3.500, -34.805, 127), + (17379657, 'Spinel_Quadav', 7978, 204.631, -3.848, -43.458, 127), + (17379658, 'Emerald_Quadav', 7959, 184.422, -2.928, -32.218, 22), + (17379659, 'Elder_Quadav', 7958, 152.677, -2.953, -29.791, 13), + (17379660, 'Iron_Quadav', 7966, 131.333, -3.501, -56.146, 31), + (17379661, 'Spinel_Quadav', 7978, 132.949, -3.500, -56.212, 78), + (17379662, 'Emerald_Quadav', 7959, 83.381, -3.457, -34.595, 127), + (17379663, 'Broo', 7950, 115.160, -3.690, 39.241, 127), + (17379664, 'Broo', 7950, 116.644, -3.391, 36.309, 94), + (17379665, 'Broo', 7950, 76.984, -3.418, 64.515, 127), + (17379666, 'Broo', 7950, 82.786, -2.951, 89.398, 127), + (17379667, 'Elder_Quadav', 7958, 0.000, 0.000, 0.000, 0), + (17379668, 'Iron_Quadav', 7966, 71.112, -3.177, 45.696, 127), + (17379669, 'Broo', 7950, 108.412, -3.764, -2.675, 127), + (17379670, 'Broo', 7950, 93.078, -3.041, 5.653, 15), + (17379671, 'Broo', 7950, 85.177, -3.290, -7.369, 127), + (17379672, 'Broo', 7950, 79.368, -3.193, -9.296, 115), + (17379673, 'Steel_Quadav', 7979, 0.000, 0.000, 0.000, 0), + (17379674, 'Mythril_Quadav', 7971, 126.216, -3.188, 95.320, 3), + (17379675, 'Gold_Quadav', 7964, 121.189, -3.731, 116.850, 92), + (17379676, 'Topaz_Quadav', 7981, 121.034, -3.750, 78.886, 127), + (17379677, 'Steel_Quadav', 7979, 113.061, -3.209, 75.265, 127), + (17379678, 'Mythril_Quadav', 7971, 156.696, -3.565, 85.547, 127), + (17379679, 'Gold_Quadav', 7964, 0.000, 0.000, 0.000, 0), + (17379680, 'Topaz_Quadav', 7981, 106.076, 0.500, 92.232, 127), + (17379681, 'Broo', 7950, 182.330, -3.478, 43.931, 118), + (17379682, 'Broo', 7950, 172.499, -3.744, 45.115, 22), + (17379683, 'Broo', 7950, 202.010, -3.722, 76.620, 127), + (17379684, 'Broo', 7950, 186.042, -3.535, 42.549, 73), + (17379685, 'Broo', 7950, 205.304, -3.332, 35.958, 127), + (17379686, 'Spinel_Quadav', 7978, 0.000, 0.000, 0.000, 0), + (17379687, 'Emerald_Quadav', 7959, 187.619, -3.190, 33.556, 127), + (17379688, 'Steel_Quadav', 7979, 64.713, 0.497, -19.418, 127), + (17379689, 'Mythril_Quadav', 7971, 102.252, 1.126, -17.724, 127), + (17379690, 'Big_Jaw', 7946, 64.605, 0.492, -22.165, 107), + (17379691, 'Big_Jaw', 7946, 82.642, -0.483, -15.674, 60), + (17379692, 'Gold_Quadav', 7964, 60.947, 0.509, 82.288, 127), + (17379693, 'Topaz_Quadav', 7981, 104.000, 1.000, 58.000, 87), + (17379694, 'Big_Jaw', 7946, 55.087, 0.499, 83.323, 127), + (17379695, 'Big_Jaw', 7946, 67.140, 0.499, 102.793, 127), + (17379696, 'Steel_Quadav', 7979, 131.944, 0.500, 12.543, 59), + (17379697, 'Topaz_Quadav', 7981, 133.149, 0.500, 11.122, 46), + (17379698, 'Big_Jaw', 7946, 139.997, 0.474, 47.292, 127), + (17379699, 'Big_Jaw', 7946, 140.536, 0.667, 35.552, 83), + (17379700, 'Mythril_Quadav', 7971, 180.746, 1.112, -26.521, 9), + (17379701, 'Topaz_Quadav', 7981, 194.233, 0.553, -22.848, 11), + (17379702, 'Big_Jaw', 7946, 193.127, -2.395, -11.267, 127), + (17379703, 'Big_Jaw', 7946, 225.668, 1.276, -22.913, 42), + (17379704, 'Steel_Quadav', 7979, 104.512, 0.500, 90.642, 127), + (17379705, 'Mythril_Quadav', 7971, 104.278, 0.000, 82.465, 127), + (17379706, 'Gold_Quadav', 7964, 103.160, -0.001, 79.809, 82), + (17379707, 'Topaz_Quadav', 7981, 126.610, 0.000, 61.748, 127), + (17379708, 'Steel_Quadav', 7979, 164.363, 0.499, 60.339, 127), + (17379709, 'Mythril_Quadav', 7971, 177.971, 0.500, 54.732, 127), + (17379710, 'Gold_Quadav', 7964, 152.630, 0.491, 57.993, 127), + (17379711, 'Topaz_Quadav', 7981, 177.634, 0.500, 84.636, 63), + (17379712, 'Mythril_Quadav', 7971, 210.703, 0.500, 19.679, 127), + (17379713, 'Gold_Quadav', 7964, 205.795, 0.500, 23.282, 127), + (17379714, 'Big_Jaw', 7946, 204.521, 0.500, 15.603, 50), + (17379715, 'Big_Jaw', 7946, 188.902, 0.938, 17.149, 115), + (17379716, 'Steel_Quadav', 7979, 217.207, 0.500, 104.970, 127), + (17379717, 'Gold_Quadav', 7964, 226.021, 0.500, 86.034, 73), + (17379718, 'Big_Jaw', 7946, 204.213, 0.481, 99.719, 89), + (17379719, 'Big_Jaw', 7946, 215.065, 0.499, 105.618, 127), + (17379720, 'Topaz_Quadav', 7981, 177.398, 0.501, 124.734, 85), + (17379721, 'Ancient_Quadav', 7944, 178.275, 0.400, 133.441, 65), + (17379722, 'Steel_Quadav', 7979, 173.182, 0.501, 102.065, 64), + (17379723, 'Mythril_Quadav', 7971, 141.028, 0.500, 102.368, 127), + (17379724, 'Gold_Quadav', 7964, 138.074, 0.500, 138.314, 116), + (17379725, 'Topaz_Quadav', 7981, 134.107, 0.522, 111.537, 127), + (17379726, 'Steel_Quadav', 7979, 99.597, 0.500, 85.972, 106), + (17379727, 'Big_Jaw', 7946, 96.000, 1.000, 139.000, 52), + (17379728, 'Big_Jaw', 7946, 101.656, 0.479, 121.407, 61), + (17379729, 'Steel_Quadav', 7979, 115.967, 0.500, 171.369, 65), + (17379730, 'Mythril_Quadav', 7971, 131.117, 0.491, 166.382, 49), + (17379731, 'Gold_Quadav', 7964, 111.786, 0.499, 176.926, 1), + (17379732, 'Topaz_Quadav', 7981, 114.602, 0.500, 154.359, 25), + (17379733, 'Big_Jaw', 7946, 104.646, 0.500, 177.348, 2), + (17379734, 'Big_Jaw', 7946, 120.856, 0.499, 143.366, 113), + (17379735, 'Ancient_Quadav', 7944, 139.521, 2.926, -43.003, 127), + (17379736, 'Darksteel_Quadav', 7955, 139.643, 2.926, -43.054, 127), + (17379737, 'Platinum_Quadav', 7975, 44.535, 2.923, 118.881, 25), + (17379738, 'Sapphire_Quadav', 7976, 43.821, 2.922, 114.646, 127), + (17379739, 'Ancient_Quadav', 7944, 142.714, 2.918, 86.495, 58), + (17379740, 'Sapphire_Quadav', 7976, 143.088, 2.919, 84.856, 127), + (17379741, 'Darksteel_Quadav', 7955, 80.293, 2.937, 198.911, 127), + (17379742, 'Sapphire_Quadav', 7976, 82.374, 2.924, 194.861, 119), + (17379743, 'Ancient_Quadav', 7944, 158.195, 2.941, 200.038, 127), + (17379744, 'Platinum_Quadav', 7975, 155.207, 2.955, 197.927, 127), + (17379745, 'Steel_Quadav', 7979, 221.387, 39.404, 163.652, 60), + (17379746, 'Mythril_Quadav', 7971, 162.000, 10.000, 163.000, 127), + (17379747, 'Gold_Quadav', 7964, 181.083, 22.914, 155.063, 127), + (17379748, 'Topaz_Quadav', 7981, 183.859, 27.979, 173.574, 127), + (17379749, 'Larva', 7968, 180.863, 23.395, 158.668, 62), + (17379750, 'Larva', 7968, 155.000, 15.000, 145.000, 90), + (17379751, 'Ancient_Quadav', 7944, 211.369, 39.888, 87.804, 32), + (17379752, 'Darksteel_Quadav', 7955, 187.000, 40.000, 89.000, 83), + (17379753, 'Platinum_Quadav', 7975, 198.087, 40.507, 84.715, 127), + (17379754, 'Sapphire_Quadav', 7976, 190.643, 40.542, 71.825, 99), + (17379755, 'Ancient_Quadav', 7944, 207.813, 40.604, 83.408, 127), + (17379756, 'Darksteel_Quadav', 7955, 198.356, 40.500, 78.425, 127), + (17379757, 'Platinum_Quadav', 7975, 203.698, 40.621, 88.538, 127), + (17379758, 'Sapphire_Quadav', 7976, 209.754, 39.967, 68.352, 37), + (17379759, 'Larva', 7968, 178.746, 39.570, 50.449, 127), + (17379760, 'Larva', 7968, 178.683, 39.684, 43.096, 69), + (17379761, 'Platinum_Quadav', 7975, 183.157, 39.571, 27.301, 8), + (17379762, 'Platinum_Quadav', 7975, 181.648, 39.659, 18.053, 26), + (17379763, 'Platinum_Quadav', 7975, 175.428, 39.671, 12.436, 127), + (17379764, 'Ancient_Quadav', 7944, 252.786, 39.806, 135.512, 38), + (17379765, 'Platinum_Quadav', 7975, 265.000, 40.000, 142.000, 92), + (17379766, 'Larva', 7968, 316.000, 32.000, 141.000, 127), + (17379767, 'Larva', 7968, 333.634, 29.111, 135.115, 127), + (17379768, 'Larva', 7968, 295.000, 37.000, 140.000, 127), + (17379769, 'Ancient_Quadav', 7944, 346.141, 23.665, 93.515, 63), + (17379770, 'Darksteel_Quadav', 7955, 337.300, 23.626, 94.397, 127), + (17379771, 'Sapphire_Quadav', 7976, 332.049, 23.588, 101.338, 127), + (17379772, 'Ancient_Quadav', 7944, 382.579, 23.667, 139.752, 99), + (17379773, 'Darksteel_Quadav', 7955, 388.103, 23.498, 140.245, 127), + (17379774, 'Platinum_Quadav', 7975, 388.806, 23.437, 134.515, 127), + (17379775, 'Ancient_Quadav', 7944, 428.016, 23.694, 91.990, 127), + (17379776, 'Platinum_Quadav', 7975, 425.759, 23.558, 99.757, 127), + (17379777, 'Sapphire_Quadav', 7976, 420.005, 23.577, 94.821, 127), + (17379778, 'Darksteel_Quadav', 7955, 384.200, 23.741, 64.277, 50), + (17379779, 'Platinum_Quadav', 7975, 378.129, 23.537, 64.310, 29), + (17379780, 'Sapphire_Quadav', 7976, 390.051, 23.421, 61.724, 39), + (17379781, 'Larva', 7968, 381.904, 24.783, 100.451, 127), + (17379782, 'Larva', 7968, 378.324, 24.782, 100.575, 127), + (17379783, 'Mimic', 7970, 0.000, 0.000, 0.000, 0), + (17379784, 'Magnes_Quadav', 7969, 0.000, 0.000, 0.000, 0), + (17379785, 'Nickel_Quadav', 7972, 0.000, 0.000, 0.000, 0), + (17379786, 'Magnes_Quadav', 7969, 0.000, 0.000, 0.000, 0), + (17379787, 'Nickel_Quadav', 7972, 0.000, 0.000, 0.000, 0), + (17379793, 'Ayame', 7945, 0.000, 0.000, 0.000, 0), + (17379795, 'Dalzakk', 7954, 0.000, 0.000, 0.000, 0), + (17379796, 'Zeid', 7984, 0.000, 0.000, 0.000, 0), + (17379835, 'Treasure_Chest', 7982, 0.000, 0.000, 0.000, 0), + (17383425, 'Ancient_Quadav', 7988, 262.000, 40.000, 85.000, 124), + (17383426, 'Darksteel_Quadav', 7989, 291.882, 39.528, 22.795, 127), + (17383427, 'Platinum_Quadav', 7996, 0.000, 0.000, 0.000, 0), + (17383428, 'Sapphire_Quadav', 7998, 0.000, 0.000, 0.000, 0), + (17383429, 'Ancient_Quadav', 7988, 296.000, 40.000, 89.000, 44), + (17383430, 'Darksteel_Quadav', 7989, 298.000, 40.000, 19.000, 25), + (17383431, 'Platinum_Quadav', 7996, 289.000, 43.000, 79.000, 25), + (17383432, 'Sapphire_Quadav', 7998, 0.000, 0.000, 0.000, 0), + (17383433, 'Ruby_Quadav', 7997, 295.000, 40.000, 13.000, 127), + (17383434, 'Darksteel_Quadav', 7989, 288.751, 41.128, 70.520, 127), + (17383435, 'Sapphire_Quadav', 7998, 289.558, 40.808, 69.111, 69), + (17383436, 'Darksteel_Quadav', 7989, 271.269, 41.748, 65.587, 127), + (17383437, 'Sapphire_Quadav', 7998, 268.090, 40.768, 63.624, 57), + (17383438, 'Ancient_Quadav', 7988, 274.419, 42.624, 69.813, 127), + (17383439, 'Platinum_Quadav', 7996, 278.450, 42.624, 75.634, 104), + (17383440, 'Adaman_Quadav', 7987, 283.000, 43.000, 95.000, 9), + (17383441, 'Ruby_Quadav', 7997, 276.362, 42.624, 93.686, 127), + (17383442, 'Diamond_Quadav', 7991, 277.930, 42.625, 96.177, 127), + (17383444, 'Diamond_Quadav', 7991, 0.000, 0.000, 0.000, 0), + (17383445, 'Mu_Zha_Infernoblade', 7994, 0.000, 0.000, 0.000, 0), + (17383446, 'Hu_Rhe_Marrowgorger', 7992, 166.130, -0.500, -20.914, 127), + (17383447, 'De_Pha_Unscarred', 7990, 0.000, 0.000, 0.000, 0), + (17383448, 'So_Hyu_Quakemaker', 7999, 0.000, 0.000, 0.000, 0), + (17383449, 'Ka_Ghi_Trovetaker', 7993, 0.000, 0.000, 0.000, 0), + (17383450, 'No_Bhu_Unyielding', 7995, 0.000, 0.000, 0.000, 0), + (17383479, 'Diamond_Quadav', 7991, 0.000, 0.000, 0.000, 0), + (17383443, 'Za_Dha_Adamantking', 8000, 281.000, 43.000, 96.000, 127), + (17387521, 'Ferocious_Pugil', 8010, 0.000, 0.000, 0.000, 0), + (17387522, 'Ferocious_Pugil', 8010, 0.000, 0.000, 0.000, 0), + (17387523, 'Greater_Pugil', 8014, 0.000, 100.325, -240.000, 64), + (17387524, 'Gloop', 8013, 0.000, 0.000, 0.000, 0), + (17387525, 'Oil_Spill', 8018, 0.000, 0.000, 0.000, 0), + (17387526, 'Orcish_Fighter', 8028, 240.436, 3.499, -69.191, 42), + (17387527, 'Orcish_Fighter', 8028, 237.030, 3.498, -80.342, 89), + (17387528, 'Orcish_Fighter', 8028, 236.078, 3.476, -95.089, 127), + (17387529, 'Orcish_Cursemaker', 8024, 209.000, 4.000, -78.000, 127), + (17387530, 'Davoi_Hornet', 8004, 221.638, 3.150, -71.491, 91), + (17387531, 'Davoi_Hornet', 8004, 240.202, 3.500, -77.004, 127), + (17387532, 'Orcish_Fighter', 8028, 205.183, 1.236, -105.299, 112), + (17387533, 'Orcish_Cursemaker', 8024, 233.649, 3.556, -130.882, 61), + (17387534, 'Orcish_Cursemaker', 8024, 198.000, 4.000, -123.000, 105), + (17387535, 'Orcish_Serjeant', 8035, 228.727, 2.625, -112.235, 73), + (17387536, 'Davoi_Hornet', 8004, 241.000, 4.000, -120.000, 22), + (17387537, 'Davoi_Hornet', 8004, 233.634, 3.551, -131.511, 66), + (17387538, 'Orcish_Fighter', 8028, 157.354, 3.387, -121.380, 75), + (17387539, 'Orcish_Cursemaker', 8024, 150.301, 3.516, -121.529, 79), + (17387540, 'Orcish_Serjeant', 8035, 158.908, 3.499, -79.084, 127), + (17387541, 'Orcish_Serjeant', 8035, 145.796, 2.959, -98.138, 88), + (17387542, 'Davoi_Hornet', 8004, 161.113, 3.490, -68.736, 122), + (17387543, 'Davoi_Hornet', 8004, 175.000, 4.000, -79.000, 111), + (17387544, 'Davoi_Hornet', 8004, 267.427, 1.463, -59.621, 122), + (17387545, 'Orcish_Fighter', 8028, 315.756, -0.763, -53.119, 127), + (17387546, 'Orcish_Cursemaker', 8024, 309.000, -0.522, -61.000, 127), + (17387547, 'Orcish_Serjeant', 8035, 338.915, -0.515, -60.566, 112), + (17387548, 'Orcish_Fighter', 8028, 323.892, -0.542, -56.392, 18), + (17387549, 'Davoi_Hornet', 8004, 345.947, -0.657, -63.334, 79), + (17387550, 'Davoi_Hornet', 8004, 298.083, -0.557, -52.086, 53), + (17387551, 'Davoi_Hornet', 8004, 320.165, -0.432, -18.677, 16), + (17387552, 'Wood_Bats', 8051, 0.000, 0.000, 0.000, 0), + (17387553, 'Orcish_Cursemaker', 8024, 298.000, 0.027, -22.000, 127), + (17387554, 'Orcish_Serjeant', 8035, 312.000, 1.000, -20.000, 127), + (17387555, 'Wood_Bats', 8051, 305.882, 0.157, -27.901, 77), + (17387556, 'Wood_Bats', 8051, 302.272, 0.122, -14.559, 6), + (17387557, 'Orcish_Fighter', 8028, 323.976, -0.645, -137.720, 127), + (17387558, 'Orcish_Cursemaker', 8024, 337.116, -1.167, -110.483, 111), + (17387559, 'Orcish_Serjeant', 8035, 340.339, -0.821, -128.083, 127), + (17387560, 'Orcish_Cursemaker', 8024, 336.498, -0.563, -138.502, 104), + (17387561, 'Davoi_Hornet', 8004, 341.117, -0.485, -163.165, 127), + (17387562, 'Davoi_Hornet', 8004, 340.273, -1.247, -108.920, 127), + (17387563, 'Orcish_Cursemaker', 8024, 371.525, 0.235, -176.188, 126), + (17387564, 'Orcish_Serjeant', 8035, 378.197, -0.741, -178.024, 34), + (17387565, 'Wood_Bats', 8051, 370.243, -0.607, -182.091, 76), + (17387566, 'Wood_Bats', 8051, 370.895, -0.692, -183.119, 127), + (17387567, 'Hawkeyed_Dnatbat', 8015, 333.895, -0.582, -144.558, 27), + (17387568, 'Orcish_Fighter', 8028, 225.260, 0.431, -173.245, 127), + (17387569, 'Orcish_Serjeant', 8035, 221.190, -0.481, -160.577, 127), + (17387570, 'Orcish_Impaler', 8032, 298.419, 3.499, -202.976, 4), + (17387571, 'Orcish_Beastrider', 8020, 291.974, 3.325, -215.369, 107), + (17387572, 'Orcish_Nightraider', 8033, 300.986, 3.092, -189.378, 36), + (17387573, 'Orcish_Brawler', 8022, 302.521, 3.110, -208.879, 127), + (17387574, 'Orcish_Beastrider', 8020, 297.281, 2.751, -186.558, 16), + (17387575, 'War_Lizard', 8048, 269.664, 2.862, -210.343, 127), + (17387576, 'War_Lizard', 8048, 314.689, 3.547, -203.755, 125), + (17387577, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387578, 'Orcish_Impaler', 8032, 252.457, 3.501, -248.655, 127), + (17387579, 'Orcish_Beastrider', 8020, 280.964, 3.497, -226.284, 127), + (17387580, 'Orcish_Nightraider', 8033, 247.257, 3.673, -232.837, 127), + (17387581, 'Orcish_Brawler', 8022, 245.390, 2.933, -249.896, 127), + (17387582, 'Orcish_Firebelcher', 8029, 270.398, 3.347, -233.391, 110), + (17387583, 'War_Lizard', 8048, 243.797, 3.658, -234.632, 127), + (17387584, 'War_Lizard', 8048, 256.437, 3.397, -226.659, 127), + (17387585, 'Steelbiter_Gudrud', 8043, 244.000, 4.000, -240.000, 127), + (17387586, 'Orc_s_Wyvern', 8040, 0.000, 0.000, 0.000, 0), + (17387587, 'Orcish_Impaler', 8032, 271.587, 2.989, -266.232, 127), + (17387588, 'Orcish_Nightraider', 8033, 277.650, 3.486, -253.218, 31), + (17387589, 'Orcish_Brawler', 8022, 277.680, 3.498, -286.120, 127), + (17387590, 'War_Lizard', 8048, 292.982, 3.026, -269.077, 120), + (17387591, 'War_Lizard', 8048, 272.471, 3.410, -249.466, 127), + (17387592, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387593, 'Orcish_Impaler', 8032, 0.000, 0.000, 0.000, 0), + (17387594, 'Orcish_Beastrider', 8020, 338.008, 3.500, -216.525, 127), + (17387595, 'Orcish_Nightraider', 8033, 338.915, -0.585, -245.677, 127), + (17387596, 'Orcish_Brawler', 8022, 341.960, 1.566, -226.818, 40), + (17387597, 'War_Lizard', 8048, 337.652, -0.501, -239.599, 127), + (17387598, 'War_Lizard', 8048, 332.644, 0.374, -253.311, 127), + (17387599, 'Orcish_Cursemaker', 8024, 140.612, -0.632, -34.953, 12), + (17387600, 'Davoi_Hornet', 8004, 129.000, -0.821, -18.000, 127), + (17387601, 'Davoi_Hornet', 8004, 144.942, -0.798, -19.731, 127), + (17387602, 'War_Lizard', 8048, 158.000, -0.662, -18.000, 5), + (17387603, 'War_Lizard', 8048, 153.880, -0.769, -18.092, 127), + (17387604, 'War_Lizard', 8048, 212.000, -0.518, -263.000, 55), + (17387605, 'War_Lizard', 8048, 204.339, -0.488, -301.488, 118), + (17387606, 'Tigerbane_Bakdak', 8046, 174.212, 2.068, -20.285, 127), + (17387607, 'Orcish_Fighter', 8028, 95.000, -0.520, -13.000, 93), + (17387608, 'Orcish_Serjeant', 8035, 78.000, -0.588, -18.000, 127), + (17387609, 'Davoi_Hornet', 8004, 82.734, -0.533, -15.973, 127), + (17387610, 'Orcish_Impaler', 8032, 0.000, 0.000, 0.000, 0), + (17387611, 'Orcish_Beastrider', 8020, 33.625, -0.726, -20.595, 45), + (17387612, 'Orcish_Nightraider', 8033, 35.169, -0.724, -26.278, 127), + (17387613, 'Orcish_Brawler', 8022, 28.347, -1.240, -20.937, 127), + (17387614, 'Orcish_Impaler', 8032, 11.000, -0.550, -26.000, 127), + (17387615, 'Orcish_Beastrider', 8020, 0.000, 0.000, 0.000, 0), + (17387616, 'Orcish_Nightraider', 8033, 45.000, -0.500, -16.000, 117), + (17387617, 'Orcish_Brawler', 8022, 40.457, -0.548, -26.017, 127), + (17387618, 'Orcish_Impaler', 8032, -17.767, -0.738, 14.229, 75), + (17387619, 'Orcish_Beastrider', 8020, -18.288, -0.730, 28.080, 49), + (17387620, 'Orcish_Nightraider', 8033, -20.398, -0.500, 0.466, 99), + (17387621, 'Orcish_Brawler', 8022, -23.157, -0.580, 23.713, 127), + (17387622, 'Orcish_Impaler', 8032, -20.592, -0.759, -27.200, 127), + (17387623, 'Orcish_Beastrider', 8020, -19.933, -0.906, -7.868, 127), + (17387624, 'Orcish_Nightraider', 8033, -17.206, -0.588, -20.429, 16), + (17387625, 'Orcish_Brawler', 8022, -23.218, -1.292, -18.247, 71), + (17387626, 'Wolf_Bat', 8050, -20.855, -0.514, 1.131, 127), + (17387627, 'Wolf_Bat', 8050, -23.470, -1.286, -18.290, 74), + (17387628, 'Orcish_Bowshooter', 8021, -16.772, 0.292, -67.249, 123), + (17387629, 'Orcish_Footsoldier', 8030, -13.487, 0.492, -55.206, 127), + (17387630, 'Orcish_Gladiator', 8031, -25.188, 0.162, -59.013, 127), + (17387631, 'Orcish_Trooper', 8036, -19.737, 0.094, -53.029, 52), + (17387632, 'Wolf_Bat', 8050, -22.840, -0.038, -51.280, 15), + (17387633, 'Wolf_Bat', 8050, -20.003, 0.715, -66.593, 13), + (17387634, 'Orcish_Impaler', 8032, -53.910, -0.583, 56.606, 12), + (17387635, 'Orcish_Beastrider', 8020, -62.647, -0.468, 24.442, 110), + (17387636, 'Orcish_Nightraider', 8033, -64.578, -0.658, 61.273, 127), + (17387637, 'Orcish_Brawler', 8022, -59.013, -0.590, 14.783, 127), + (17387638, 'Orcish_Impaler', 8032, -50.158, -0.537, 22.257, 90), + (17387639, 'Orcish_Beastrider', 8020, -56.626, -0.607, 63.285, 127), + (17387640, 'Orcish_Nightraider', 8033, -54.694, -0.545, 42.385, 127), + (17387641, 'Orcish_Firebelcher', 8029, -60.057, -0.655, 29.127, 127), + (17387642, 'Wolf_Bat', 8050, -62.542, -0.766, 48.538, 127), + (17387643, 'Wolf_Bat', 8050, -61.140, -0.474, 18.505, 106), + (17387644, 'Poisonhand_Gnadgad', 8041, -60.045, -0.517, 41.996, 127), + (17387645, 'Orcish_Impaler', 8032, 0.000, 0.000, 0.000, 0), + (17387646, 'Orcish_Beastrider', 8020, 0.000, 0.000, 0.000, 0), + (17387647, 'Orcish_Nightraider', 8033, -101.258, -0.462, 85.220, 56), + (17387648, 'Orcish_Brawler', 8022, -114.517, -0.441, 99.444, 127), + (17387649, 'Davoi_Wasp', 8007, -106.949, 0.212, 96.413, 41), + (17387650, 'Davoi_Wasp', 8007, -131.235, 0.261, 98.254, 67), + (17387651, 'Orcish_Bowshooter', 8021, -112.721, 3.583, 27.023, 127), + (17387652, 'Orcish_Footsoldier', 8030, -112.383, 2.916, 49.188, 127), + (17387653, 'Orcish_Gladiator', 8031, -125.000, 4.000, 4.000, 75), + (17387654, 'Orcish_Trooper', 8036, -116.151, 3.370, 17.734, 13), + (17387655, 'Orcish_Bowshooter', 8021, -126.922, 3.500, 40.331, 127), + (17387656, 'Orcish_Footsoldier', 8030, -114.161, 3.499, 38.953, 127), + (17387657, 'Orcish_Gladiator', 8031, -123.000, 4.000, 29.000, 42), + (17387658, 'Orcish_Trooper', 8036, -65.404, -0.567, 20.242, 2), + (17387659, 'Davoi_Wasp', 8007, -107.651, 3.500, 4.344, 127), + (17387660, 'Davoi_Wasp', 8007, -129.380, 3.741, 25.179, 97), + (17387661, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387662, 'Orcish_Bowshooter', 8021, -160.000, 4.000, -2.000, 78), + (17387663, 'Orcish_Footsoldier', 8030, -154.271, 3.481, 14.010, 4), + (17387664, 'Orcish_Gladiator', 8031, -167.000, 3.498, 8.000, 73), + (17387665, 'Orcish_Trooper', 8036, -139.992, 2.601, -18.094, 31), + (17387666, 'Orcish_Bowshooter', 8021, -153.725, 3.500, -0.316, 127), + (17387667, 'Orcish_Footsoldier', 8030, -139.000, 4.000, 9.000, 47), + (17387668, 'Orcish_Gladiator', 8031, -152.332, 3.325, -5.304, 22), + (17387669, 'Orcish_Trooper', 8036, -132.000, 4.000, -1.000, 127), + (17387670, 'Davoi_Wasp', 8007, -153.972, 3.499, 13.759, 6), + (17387671, 'Davoi_Wasp', 8007, -151.957, 2.257, -11.004, 127), + (17387672, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387673, 'Orcish_Bowshooter', 8021, -106.825, 3.500, -5.499, 61), + (17387674, 'Orcish_Footsoldier', 8030, -134.290, 3.452, -41.394, 48), + (17387675, 'Orcish_Gladiator', 8031, -118.528, 3.500, -45.533, 99), + (17387676, 'Orcish_Trooper', 8036, -127.088, 3.694, -18.795, 59), + (17387677, 'Orcish_Bowshooter', 8021, -117.274, 3.515, -2.698, 127), + (17387678, 'Orcish_Footsoldier', 8030, -131.347, 3.332, -31.957, 64), + (17387679, 'Orcish_Gladiator', 8031, -106.548, 3.371, -27.668, 127), + (17387680, 'Orcish_Trooper', 8036, -128.409, 3.598, -37.008, 108), + (17387681, 'Davoi_Wasp', 8007, -108.605, 3.040, -12.904, 127), + (17387682, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387683, 'Orcish_Bowshooter', 8021, -95.000, 3.000, -42.000, 68), + (17387684, 'Orcish_Footsoldier', 8030, -83.000, 4.000, -41.000, 127), + (17387685, 'Orcish_Gladiator', 8031, -93.000, 4.000, -33.000, 13), + (17387686, 'Orcish_Trooper', 8036, -119.121, 3.500, -17.075, 60), + (17387687, 'Orcish_Bowshooter', 8021, -84.494, 3.135, -30.442, 32), + (17387688, 'Orcish_Footsoldier', 8030, -81.404, 3.500, -52.995, 99), + (17387689, 'Orcish_Gladiator', 8031, -106.031, 3.688, -38.752, 127), + (17387690, 'Orcish_Trooper', 8036, -70.728, 3.184, -49.898, 127), + (17387691, 'Davoi_Wasp', 8007, -73.676, 3.499, -38.471, 127), + (17387692, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387693, 'Orcish_Bowshooter', 8021, -47.682, -0.571, -97.713, 127), + (17387694, 'Orcish_Footsoldier', 8030, 0.000, 0.000, 0.000, 0), + (17387695, 'Orcish_Gladiator', 8031, -33.427, -0.671, -102.038, 127), + (17387696, 'Orcish_Trooper', 8036, 0.000, 0.000, 0.000, 0), + (17387697, 'Geezard', 8012, -55.949, -0.492, -94.096, 127), + (17387698, 'Geezard', 8012, -39.880, -0.500, -99.408, 65), + (17387699, 'Geezard', 8012, -53.887, -0.311, -98.690, 20), + (17387700, 'Geezard', 8012, -23.000, -0.500, -104.000, 93), + (17387701, 'Geezard', 8012, 0.561, -0.434, -100.499, 108), + (17387702, 'Geezard', 8012, -11.000, -0.500, -104.000, 127), + (17387703, 'Orcish_Bowshooter', 8021, -184.047, -1.225, 62.124, 104), + (17387704, 'Orcish_Footsoldier', 8030, -218.306, -0.532, 60.569, 127), + (17387705, 'Orcish_Gladiator', 8031, -220.059, -0.719, 60.733, 5), + (17387706, 'Orcish_Trooper', 8036, 0.000, 0.000, 0.000, 0), + (17387707, 'Orcish_Bowshooter', 8021, 0.000, 0.000, 0.000, 0), + (17387708, 'Orcish_Footsoldier', 8030, -182.049, -0.651, 48.221, 118), + (17387709, 'Orcish_Gladiator', 8031, -178.641, -0.557, 49.085, 127), + (17387710, 'Orcish_Trooper', 8036, 0.000, 0.000, 0.000, 0), + (17387711, 'Davoi_Wasp', 8007, -175.062, -0.616, 58.520, 127), + (17387712, 'Davoi_Wasp', 8007, -174.679, -0.637, 58.969, 99), + (17387713, 'Orcish_Bowshooter', 8021, 0.000, 0.000, 0.000, 0), + (17387714, 'Orcish_Footsoldier', 8030, -219.760, -1.129, -11.176, 90), + (17387715, 'Orcish_Gladiator', 8031, -221.628, -0.699, -7.814, 127), + (17387716, 'Orcish_Trooper', 8036, -222.924, -1.088, -13.247, 89), + (17387717, 'Wolf_Bat', 8050, -212.106, -0.560, 24.019, 127), + (17387718, 'Wolf_Bat', 8050, -217.009, -1.006, 16.317, 70), + (17387719, 'Orcish_Bowshooter', 8021, -191.246, -0.934, -60.289, 127), + (17387720, 'Orcish_Footsoldier', 8030, -214.651, -0.487, -63.107, 96), + (17387721, 'Orcish_Gladiator', 8031, 0.000, 0.000, 0.000, 0), + (17387722, 'Orcish_Trooper', 8036, 0.000, 0.000, 0.000, 0), + (17387723, 'Wolf_Bat', 8050, -202.886, -0.517, -62.415, 26), + (17387724, 'Wolf_Bat', 8050, -204.532, -0.657, -55.968, 120), + (17387725, 'Orcish_Bowshooter', 8021, -217.698, -0.138, -92.331, 127), + (17387726, 'Orcish_Footsoldier', 8030, 0.000, 0.000, 0.000, 0), + (17387727, 'Orcish_Gladiator', 8031, -225.953, -0.785, -94.893, 127), + (17387728, 'Orcish_Trooper', 8036, 0.000, 0.000, 0.000, 0), + (17387729, 'Wolf_Bat', 8050, -211.245, 0.293, -99.476, 127), + (17387730, 'Wolf_Bat', 8050, -217.537, -0.674, -96.954, 121), + (17387731, 'Orcish_Bowshooter', 8021, -138.186, -0.250, -87.479, 127), + (17387732, 'Orcish_Footsoldier', 8030, -141.600, -0.500, -79.722, 52), + (17387733, 'Orcish_Gladiator', 8031, 0.000, 0.000, 0.000, 0), + (17387734, 'Orcish_Trooper', 8036, 0.000, 0.000, 0.000, 0), + (17387735, 'Davoi_Wasp', 8007, -142.084, 0.207, -69.489, 127), + (17387736, 'Orcish_Bowshooter', 8021, -97.300, -0.500, -116.293, 87), + (17387737, 'Orcish_Footsoldier', 8030, -103.329, -0.845, -125.497, 36), + (17387738, 'Orcish_Gladiator', 8031, -102.365, -0.749, -96.825, 127), + (17387739, 'Orcish_Trooper', 8036, -96.812, -1.000, -97.444, 46), + (17387740, 'Orcish_Bowshooter', 8021, -110.852, -0.500, -102.656, 19), + (17387741, 'Orcish_Footsoldier', 8030, -105.554, -0.541, -104.358, 66), + (17387742, 'Orcish_Gladiator', 8031, -103.187, -0.398, -104.972, 127), + (17387743, 'Orcish_Trooper', 8036, -100.252, -1.619, -151.056, 127), + (17387744, 'Davoi_Wasp', 8007, -98.008, -0.698, -92.997, 127), + (17387745, 'Davoi_Wasp', 8007, -105.780, -0.893, -100.312, 127), + (17387746, 'Orcish_Veteran', 8037, 0.000, 0.000, 0.000, 0), + (17387747, 'Orcish_Predator', 8034, -99.450, 0.646, -209.206, 127), + (17387748, 'Orcish_Zerker', 8039, 0.000, 0.000, 0.000, 0), + (17387749, 'Orcish_Warchief', 8038, -98.000, -0.042, -165.000, 127), + (17387750, 'Orcish_Veteran', 8037, 0.000, 0.000, 0.000, 0), + (17387751, 'Orcish_Predator', 8034, -121.000, -0.715, -178.000, 127), + (17387752, 'Orcish_Zerker', 8039, -103.000, 3.000, -227.000, 127), + (17387753, 'Orcish_Warchief', 8038, 0.000, 0.000, 0.000, 0), + (17387754, 'Orcish_Veteran', 8037, -68.255, 3.415, -282.321, 127), + (17387755, 'Orcish_Predator', 8034, -90.415, 3.737, -257.241, 127), + (17387756, 'Orcish_Zerker', 8039, -82.084, 3.458, -264.638, 22), + (17387757, 'Orcish_Warchief', 8038, -86.443, 3.679, -276.274, 127), + (17387758, 'Orcish_Veteran', 8037, 0.000, 0.000, 0.000, 0), + (17387759, 'Orcish_Predator', 8034, -76.000, 4.000, -281.000, 98), + (17387760, 'Orcish_Zerker', 8039, 0.000, 0.000, 0.000, 0), + (17387761, 'Orcish_Warchief', 8038, -91.712, 3.041, -286.255, 127), + (17387762, 'Geezard', 8012, -42.000, 4.000, -232.000, 5), + (17387763, 'Geezard', 8012, -74.203, 3.499, -252.253, 127), + (17387764, 'Geezard', 8012, -85.385, 3.530, -256.191, 127), + (17387765, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387766, 'Orcish_Veteran', 8037, -60.718, 3.399, -225.435, 99), + (17387767, 'Orcish_Predator', 8034, -48.869, 3.494, -202.867, 85), + (17387768, 'Orcish_Zerker', 8039, -21.713, 3.475, -203.225, 127), + (17387769, 'Orcish_Warchief', 8038, -40.793, 3.509, -246.426, 8), + (17387770, 'Orcish_Veteran', 8037, 3.442, 3.503, -201.297, 127), + (17387771, 'Orcish_Predator', 8034, 0.000, 0.000, 0.000, 0), + (17387772, 'Orcish_Zerker', 8039, 0.000, 0.000, 0.000, 0), + (17387773, 'Orcish_Warchief', 8038, -36.000, 3.000, -214.000, 32), + (17387774, 'Geezard', 8012, -37.044, 3.512, -197.730, 48), + (17387775, 'Geezard', 8012, -50.220, 3.611, -215.078, 2), + (17387776, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387777, 'Orcish_Veteran', 8037, -102.603, 3.500, -239.820, 127), + (17387778, 'Orcish_Predator', 8034, -93.000, 4.000, -235.000, 5), + (17387779, 'Orcish_Zerker', 8039, -124.561, 3.406, -229.123, 98), + (17387780, 'Orcish_Warchief', 8038, -150.000, 4.000, -238.000, 127), + (17387781, 'Orcish_Veteran', 8037, 0.000, 0.000, 0.000, 0), + (17387782, 'Orcish_Predator', 8034, 0.000, 0.000, 0.000, 0), + (17387783, 'Orcish_Zerker', 8039, -121.978, 3.512, -245.726, 124), + (17387784, 'Orcish_Warchief', 8038, -169.173, 3.496, -244.249, 5), + (17387785, 'Geezard', 8012, -152.482, 3.399, -247.565, 30), + (17387786, 'Geezard', 8012, -143.168, 3.397, -236.564, 127), + (17387787, 'Thunder_Elemental', 8045, 0.000, 0.000, 0.000, 0), + (17387788, 'Orcish_Dreadnought', 8026, -61.000, 4.000, -241.000, 127), + (17387789, 'Orcish_Farkiller', 8027, -11.000, 4.000, -201.000, 127), + (17387790, 'Orcish_Champion', 8023, -114.249, 3.227, -245.926, 103), + (17387791, 'Orcish_Veteran', 8037, 0.000, 0.000, 0.000, 0), + (17387792, 'Orcish_Predator', 8034, -154.000, -0.514, -301.000, 81), + (17387793, 'Orcish_Zerker', 8039, -173.000, -0.708, -298.000, 41), + (17387794, 'Geezard', 8012, -177.744, -0.547, -294.490, 127), + (17387795, 'Geezard', 8012, -141.000, 0.600, -305.000, 127), + (17387796, 'Geezard', 8012, -152.811, -0.930, -308.083, 103), + (17387797, 'Geezard', 8012, -166.250, -0.597, -301.006, 44), + (17387798, 'Orcish_Bowshooter', 8021, 43.000, -0.587, -299.000, 127), + (17387799, 'Orcish_Footsoldier', 8030, 12.000, -0.659, -300.000, 127), + (17387800, 'Orcish_Gladiator', 8031, -15.631, -0.757, -291.997, 127), + (17387801, 'Orcish_Trooper', 8036, -21.024, -0.445, -292.571, 127), + (17387802, 'Orcish_Bowshooter', 8021, 22.499, -0.574, -293.939, 61), + (17387803, 'Orcish_Footsoldier', 8030, -7.749, -0.937, -301.568, 127), + (17387804, 'Orcish_Gladiator', 8031, -3.310, -0.543, -299.825, 42), + (17387805, 'Orcish_Trooper', 8036, 30.000, -0.743, -301.000, 127), + (17387806, 'Wolf_Bat', 8050, -0.230, -0.508, -295.512, 17), + (17387807, 'Wolf_Bat', 8050, 0.570, -0.501, -304.965, 39), + (17387808, 'Orcish_Bowshooter', 8021, 24.000, -0.580, -266.000, 127), + (17387809, 'Orcish_Footsoldier', 8030, 0.000, 0.000, 0.000, 0), + (17387810, 'Orcish_Gladiator', 8031, 20.000, -0.581, -262.000, 127), + (17387811, 'Orcish_Trooper', 8036, 11.000, -0.273, 260.000, 127), + (17387812, 'Wolf_Bat', 8050, 15.281, -0.093, -263.357, 119), + (17387813, 'Wolf_Bat', 8050, 24.687, -0.607, -269.027, 12), + (17387814, 'Orcish_Bowshooter', 8021, 67.000, -0.475, -258.000, 127), + (17387815, 'Orcish_Footsoldier', 8030, 63.336, -1.665, -295.276, 127), + (17387816, 'Orcish_Gladiator', 8031, 62.694, -0.661, -287.266, 127), + (17387817, 'Orcish_Trooper', 8036, 58.278, -0.825, -275.215, 127), + (17387818, 'Orcish_Bowshooter', 8021, 54.862, -1.418, -248.353, 59), + (17387819, 'Orcish_Footsoldier', 8030, 94.000, -0.707, -266.000, 127), + (17387820, 'Orcish_Gladiator', 8031, 57.094, -1.350, -254.896, 26), + (17387821, 'Orcish_Trooper', 8036, 79.348, -0.500, -261.394, 4), + (17387822, 'Wolf_Bat', 8050, 57.346, -1.124, -272.389, 30), + (17387823, 'Wolf_Bat', 8050, 57.131, -0.592, -247.881, 127), + (17387824, 'Orcish_Bowshooter', 8021, 62.103, 0.487, -330.666, 127), + (17387825, 'Orcish_Footsoldier', 8030, 58.000, 0.452, -340.000, 127), + (17387826, 'Orcish_Gladiator', 8031, 58.202, -0.132, -324.509, 81), + (17387827, 'Orcish_Trooper', 8036, 64.000, 0.528, -342.000, 43), + (17387828, 'Wolf_Bat', 8050, 57.563, 0.282, -329.404, 127), + (17387829, 'Wolf_Bat', 8050, 57.472, 0.877, -346.827, 127), + (17387830, 'Orcish_Bowshooter', 8021, 55.000, -0.050, -209.000, 67), + (17387831, 'Orcish_Footsoldier', 8030, 58.802, -0.486, -242.783, 69), + (17387832, 'Orcish_Gladiator', 8031, 0.000, 0.000, 0.000, 0), + (17387833, 'Orcish_Trooper', 8036, 50.000, -0.600, -214.000, 127), + (17387834, 'Orcish_Bowshooter', 8021, 59.891, -0.499, -200.520, 127), + (17387835, 'Orcish_Footsoldier', 8030, 0.000, 0.000, 0.000, 0), + (17387836, 'Orcish_Gladiator', 8031, 57.000, -0.400, -218.000, 127), + (17387837, 'Orcish_Trooper', 8036, 53.000, -0.513, -226.000, 80), + (17387838, 'Orcish_Impaler', 8032, 163.050, -0.569, -259.599, 127), + (17387839, 'Orcish_Beastrider', 8020, 166.373, -1.043, -262.949, 127), + (17387840, 'Orcish_Nightraider', 8033, 157.000, -0.447, -256.000, 127), + (17387841, 'Orcish_Brawler', 8022, 176.725, -0.612, -254.385, 127), + (17387842, 'Orcish_Impaler', 8032, 180.326, -0.555, -257.224, 127), + (17387843, 'Orcish_Beastrider', 8020, 171.322, -0.996, -249.706, 15), + (17387844, 'Orcish_Nightraider', 8033, 190.000, -0.464, -255.000, 127), + (17387845, 'Orcish_Brawler', 8022, 121.251, -0.470, -257.915, 1), + (17387846, 'Davoi_Hornet', 8004, 170.000, -0.500, -256.000, 14), + (17387847, 'Davoi_Hornet', 8004, 113.120, -0.660, -260.977, 95), + (17387848, 'Orcish_Impaler', 8032, 207.294, -0.533, -300.232, 2), + (17387849, 'Orcish_Beastrider', 8020, 188.353, 2.292, -294.909, 5), + (17387850, 'Orcish_Nightraider', 8033, 218.861, -0.518, -291.622, 65), + (17387851, 'Orcish_Brawler', 8022, 218.234, -0.603, -276.563, 59), + (17387852, 'Orcish_Impaler', 8032, 201.167, -0.496, -257.493, 99), + (17387853, 'Orcish_Beastrider', 8020, 242.105, -0.454, -301.111, 25), + (17387854, 'Orcish_Nightraider', 8033, 225.000, -1.000, -307.000, 127), + (17387855, 'Orcish_Brawler', 8022, 215.967, -1.496, -302.560, 101), + (17387856, 'War_Lizard', 8048, -233.000, 3.000, -185.000, 65), + (17387857, 'War_Lizard', 8048, -261.735, -0.547, -161.713, 44), + (17387858, 'Davoi_Pugil', 8006, 0.000, 0.000, 0.000, 0), + (17387859, 'Davoi_Pugil', 8006, 84.448, 3.369, -101.479, 69), + (17387860, 'Davoi_Pugil', 8006, 70.635, 3.258, -96.922, 126), + (17387861, 'Water_Elemental', 8049, 89.155, 3.348, -105.356, 22), + (17387862, 'Davoi_Pugil', 8006, 64.446, 3.295, 8.710, 127), + (17387863, 'Davoi_Pugil', 8006, 62.191, 3.347, 40.546, 127), + (17387864, 'Davoi_Pugil', 8006, 57.057, 3.346, -1.256, 100), + (17387865, 'Water_Elemental', 8049, 0.000, 0.000, 0.000, 0), + (17387866, 'Morbol', 8017, 90.765, -0.635, 54.896, 127), + (17387867, 'Davoi_Wasp', 8007, 96.746, -0.822, 61.943, 102), + (17387868, 'Davoi_Wasp', 8007, 100.000, -0.897, 66.000, 127), + (17387869, 'Wolf_Bat', 8050, 0.000, 0.000, 0.000, 0), + (17387870, 'Wolf_Bat', 8050, 0.000, 0.000, 0.000, 0), + (17387871, 'Davoi_Pugil', 8006, 101.000, 3.000, -214.000, 127), + (17387872, 'Davoi_Pugil', 8006, 96.437, 3.362, -143.243, 127), + (17387873, 'Davoi_Pugil', 8006, 102.086, 3.375, -149.766, 127), + (17387874, 'Water_Elemental', 8049, 93.784, 3.378, -119.862, 127), + (17387875, 'Davoi_Pugil', 8006, 0.000, 0.000, 0.000, 0), + (17387876, 'Davoi_Pugil', 8006, 100.977, 3.402, -177.553, 127), + (17387877, 'Davoi_Pugil', 8006, 100.814, 3.389, -185.110, 110), + (17387878, 'Water_Elemental', 8049, 0.000, 0.000, 0.000, 0), + (17387879, 'Davoi_Pugil', 8006, 174.501, 3.033, -344.157, 97), + (17387880, 'Davoi_Pugil', 8006, 177.521, 3.613, -367.556, 95), + (17387881, 'Davoi_Pugil', 8006, 150.406, 3.290, -297.560, 109), + (17387882, 'Water_Elemental', 8049, 0.000, 0.000, 0.000, 0), + (17387883, 'Morbol', 8017, 0.000, 0.000, 0.000, 0), + (17387884, 'Davoi_Mush', 8005, 189.698, 1.145, -371.004, 127), + (17387885, 'Morbol', 8017, 0.000, 0.000, 0.000, 0), + (17387886, 'Davoi_Mush', 8005, 170.782, 3.085, -375.200, 127), + (17387887, 'Davoi_Pugil', 8006, 0.000, 0.000, 0.000, 0), + (17387888, 'Davoi_Pugil', 8006, 19.734, 3.524, -161.028, 69), + (17387889, 'Davoi_Pugil', 8006, 21.913, 3.377, -152.185, 127), + (17387890, 'Water_Elemental', 8049, 0.000, 0.000, 0.000, 0), + (17387891, 'Davoi_Pugil', 8006, -123.823, 3.289, -137.981, 127), + (17387892, 'Davoi_Pugil', 8006, -142.473, 3.043, -134.677, 127), + (17387893, 'Davoi_Pugil', 8006, -55.256, 3.321, -137.759, 2), + (17387894, 'Water_Elemental', 8049, 0.000, 0.000, 0.000, 0), + (17387895, 'Davoi_Pugil', 8006, -197.858, 3.350, -143.711, 0), + (17387896, 'Davoi_Pugil', 8006, -168.951, 3.138, -138.381, 127), + (17387897, 'Davoi_Pugil', 8006, -228.000, 3.009, -142.000, 69), + (17387898, 'Water_Elemental', 8049, -238.690, 3.342, -138.387, 127), + (17387899, 'Davoi_Pugil', 8006, 0.000, 0.000, 0.000, 0), + (17387900, 'Davoi_Pugil', 8006, -258.006, 3.357, -117.536, 52), + (17387901, 'Davoi_Pugil', 8006, -257.113, 3.346, -80.140, 127), + (17387902, 'Water_Elemental', 8049, -255.903, 3.335, -128.525, 127), + (17387903, 'War_Lizard', 8048, -257.774, 3.251, -192.264, 127), + (17387904, 'War_Lizard', 8048, -290.888, 2.557, -206.300, 106), + (17387905, 'Orcish_Impaler', 8032, -241.000, 4.000, -207.000, 127), + (17387906, 'Orcish_Beastrider', 8020, -278.000, 4.000, -200.000, 116), + (17387907, 'Orcish_Nightraider', 8033, -229.671, 3.065, -211.800, 42), + (17387908, 'Orcish_Brawler', 8022, -259.007, 3.493, -198.303, 127), + (17387909, 'Orcish_Impaler', 8032, -271.446, 3.034, -186.121, 127), + (17387910, 'Orcish_Beastrider', 8020, -260.348, 0.615, -169.724, 127), + (17387911, 'Orcish_Nightraider', 8033, 0.000, 0.000, 0.000, 0), + (17387912, 'Orcish_Brawler', 8022, -226.068, 2.769, -206.979, 127), + (17387913, 'War_Lizard', 8048, -242.000, 4.000, -196.000, 127), + (17387914, 'War_Lizard', 8048, -282.029, 3.500, -189.224, 127), + (17387915, 'War_Lizard', 8048, -224.611, -0.366, -283.025, 127), + (17387916, 'War_Lizard', 8048, -217.178, -0.174, -284.391, 6), + (17387917, 'War_Lizard', 8048, -157.192, -0.024, -178.768, 127), + (17387918, 'War_Lizard', 8048, -157.433, -0.015, -183.257, 127), + (17387919, 'Davoi_Mush', 8005, -225.237, 2.295, -294.764, 94), + (17387920, 'Blubbery_Bulge', 8003, 0.000, 0.000, 0.000, 0), + (17387921, 'Orcish_Impaler', 8032, -181.658, -0.378, -174.954, 127), + (17387922, 'Orcish_Beastrider', 8020, -148.000, -0.518, -182.000, 127), + (17387923, 'Orcish_Nightraider', 8033, -162.000, -0.924, -178.000, 35), + (17387924, 'Orcish_Brawler', 8022, 0.000, 0.000, 0.000, 0), + (17387925, 'War_Lizard', 8048, 0.000, 0.000, 0.000, 0), + (17387926, 'War_Lizard', 8048, 0.000, 0.000, 0.000, 0), + (17387927, 'Orcish_Impaler', 8032, 0.000, 0.000, 0.000, 0), + (17387928, 'Orcish_Beastrider', 8020, -169.000, -0.714, -174.000, 125), + (17387929, 'Orcish_Nightraider', 8033, 0.000, 0.000, 0.000, 0), + (17387930, 'Orcish_Brawler', 8022, -116.960, -0.059, -180.446, 127), + (17387931, 'Orcish_Farkiller', 8027, 61.804, -1.262, -106.139, 106), + (17387932, 'Orcish_Farkiller', 8027, 84.558, -4.946, -163.744, 71), + (17387933, 'Orcish_Dreadnought', 8026, 76.048, -3.770, -120.206, 127), + (17387934, 'Orcish_Champion', 8023, 34.000, -2.000, -129.000, 7), + (17387935, 'Orcish_Farkiller', 8027, 33.235, -3.363, -141.620, 15), + (17387936, 'Orcish_Farkiller', 8027, 48.901, -4.018, -112.083, 1), + (17387937, 'Orcish_Dreadnought', 8026, 41.115, -4.021, -122.144, 127), + (17387938, 'Orcish_Dreadnought', 8026, 70.000, -8.477, -144.000, 35), + (17387939, 'Orcish_Dragoon', 8025, 70.953, -8.617, -157.231, 100), + (17387940, 'Orcish_Dragoon', 8025, 49.000, -9.000, -164.000, 127), + (17387941, 'Orcish_Dragoon', 8025, 63.980, -8.394, -126.172, 127), + (17387942, 'Orcish_Champion', 8023, 55.000, -9.904, -143.844, 111), + (17387943, 'Orcish_Warchief', 8038, 48.000, -9.000, -143.000, 127), + (17387944, 'Orcish_Warchief', 8038, 58.000, -9.000, -140.000, 35), + (17387945, 'Dirtyhanded_Gochakzuk', 8009, 56.259, -12.073, -152.955, 127), + (17387946, 'Orcish_Farkiller', 8027, 143.960, -0.286, -178.055, 62), + (17387947, 'Orcish_Dreadnought', 8026, 65.000, -3.000, -173.000, 113), + (17387948, 'Orcish_Champion', 8023, 136.743, -0.169, -152.134, 127), + (17387949, 'Orcish_Dragoon', 8025, 167.000, -0.546, -175.000, 71), + (17387950, 'Orcish_Farkiller', 8027, 83.000, -2.000, -131.000, 125), + (17387951, 'Orcish_Dreadnought', 8026, 129.035, -0.177, -141.945, 127), + (17387952, 'Orcish_Champion', 8023, 145.701, -0.395, -176.229, 127), + (17387953, 'Orcish_Dragoon', 8025, 120.725, -0.500, -139.689, 79), + (17387954, 'Orcish_Farkiller', 8027, 164.878, -0.707, -182.941, 127), + (17387955, 'Orcish_Dreadnought', 8026, 180.000, -0.704, -173.000, 127), + (17387956, 'Orcish_Champion', 8023, 156.600, -0.500, -176.201, 95), + (17387957, 'Orcish_Dragoon', 8025, 71.000, -2.000, -113.000, 127), + (17387958, 'Orcish_Farkiller', 8027, 179.790, -0.572, -191.012, 32), + (17387959, 'Orcish_Dreadnought', 8026, 141.544, -0.749, -172.264, 127), + (17387960, 'Orcish_Champion', 8023, 158.764, -0.500, -185.277, 127), + (17387961, 'Orcish_Dragoon', 8025, 177.104, -0.427, -182.749, 127), + (17387962, 'Orcish_Dreadnought', 8026, 180.656, -0.210, -213.239, 30), + (17387963, 'Orcish_Warchief', 8038, 176.161, 0.104, -218.530, 127), + (17387964, 'Orcish_Warchief', 8038, 173.099, -0.295, -213.957, 127), + (17387965, 'Gavotvut', 8011, 290.000, 3.000, -215.000, 199), + (17387966, 'Barakbok', 8001, 292.000, 3.000, -215.000, 199), + (17387967, 'Bilopdop', 8002, -123.000, 3.000, -43.000, 220), + (17387968, 'Deloknok', 8008, -124.000, 3.000, -42.000, 220), + (17387969, 'Purpleflash_Brukdok', 8042, -135.469, -0.091, -184.703, 127), + (17387970, 'One-eyed_Gwajboj', 8019, 0.000, 0.000, 0.000, 0), + (17387971, 'Three-eyed_Prozpuz', 8044, 0.000, 0.000, 0.000, 0), + (17387972, 'Hematic_Cyst', 8016, 0.000, 0.000, 0.000, 0), + (17388020, 'Treasure_Chest', 8047, 0.000, 0.000, 0.000, 0), + (17391617, 'Orcish_Bowshooter', 8056, 8.028, -9.918, -383.499, 77), + (17391618, 'Orcish_Footsoldier', 8061, -7.012, -6.826, -380.106, 122), + (17391619, 'Orcish_Gladiator', 8062, -9.855, -6.230, -380.950, 127), + (17391620, 'Orcish_Trooper', 8067, 26.859, -13.880, -376.555, 127), + (17391621, 'Orcish_Bowshooter', 8056, 27.350, -14.195, -375.335, 15), + (17391622, 'Orcish_Footsoldier', 8061, 0.000, 0.000, 0.000, 0), + (17391623, 'Orcish_Gladiator', 8062, 8.956, -9.898, -381.474, 80), + (17391624, 'Orcish_Trooper', 8067, -4.485, -7.685, -378.819, 127), + (17391625, 'Orcish_Bowshooter', 8056, -27.164, -1.432, -337.689, 37), + (17391626, 'Orcish_Footsoldier', 8061, -25.117, -0.866, -325.307, 127), + (17391627, 'Orcish_Gladiator', 8062, -59.030, -1.354, -315.516, 127), + (17391628, 'Orcish_Trooper', 8067, -29.037, -1.180, -309.508, 127), + (17391629, 'Orcish_Veteran', 8068, -33.118, -1.570, -304.079, 127), + (17391630, 'Orcish_Predator', 8065, 24.367, -13.347, -375.717, 121), + (17391631, 'Orcish_Zerker', 8071, 25.556, -13.419, -377.673, 127), + (17391632, 'Orcish_Warchief', 8069, 20.525, -12.656, -379.204, 127), + (17391633, 'Orcish_Bowshooter', 8056, 3.274, -0.937, -299.683, 127), + (17391634, 'Orcish_Footsoldier', 8061, -4.528, -0.679, -322.292, 127), + (17391635, 'Orcish_Gladiator', 8062, 13.301, -1.277, -297.743, 127), + (17391636, 'Orcish_Trooper', 8067, 1.609, -0.698, -313.233, 5), + (17391637, 'Orcish_Veteran', 8068, -10.263, -0.828, -306.956, 27), + (17391638, 'Orcish_Predator', 8065, -4.490, -0.593, -305.787, 124), + (17391639, 'Orcish_Zerker', 8071, 24.228, -13.881, -378.585, 127), + (17391640, 'Orcish_Warchief', 8069, 27.681, -14.620, -373.867, 25), + (17391641, 'Orcish_Veteran', 8068, 10.250, -0.757, -274.505, 65), + (17391642, 'Orcish_Predator', 8065, 0.000, 0.000, 0.000, 0), + (17391643, 'Orcish_Zerker', 8071, 22.077, -0.875, -265.196, 127), + (17391644, 'Orcish_Warchief', 8069, -16.967, -0.827, -265.983, 127), + (17391645, 'Orcish_Veteran', 8068, -18.162, -0.828, -265.456, 127), + (17391646, 'Orcish_Predator', 8065, -1.486, -0.694, -278.425, 127), + (17391647, 'Orcish_Zerker', 8071, 0.621, -0.787, -262.654, 127), + (17391648, 'Orcish_Warchief', 8069, -18.430, -0.828, -265.112, 127), + (17391649, 'Orcish_Veteran', 8068, 40.657, -0.715, -274.860, 72), + (17391650, 'Orcish_Predator', 8065, 0.000, 0.000, 0.000, 0), + (17391651, 'Orcish_Zerker', 8071, 0.000, 0.000, 0.000, 0), + (17391652, 'Orcish_Warchief', 8069, 23.877, -1.593, -296.473, 127), + (17391653, 'Orcish_Veteran', 8068, 54.932, -0.857, -269.182, 101), + (17391654, 'Orcish_Predator', 8065, 33.500, -0.653, -282.706, 127), + (17391655, 'Orcish_Zerker', 8071, 0.000, 0.000, 0.000, 0), + (17391656, 'Orcish_Warchief', 8069, 0.000, 0.000, 0.000, 0), + (17391657, 'Orcish_Veteran', 8068, 0.000, 0.000, 0.000, 0), + (17391658, 'Orcish_Predator', 8065, -33.572, -0.910, -255.989, 73), + (17391659, 'Orcish_Zerker', 8071, 0.000, 0.000, 0.000, 0), + (17391660, 'Orcish_Warchief', 8069, 0.000, 0.000, 0.000, 0), + (17391661, 'Orcish_Veteran', 8068, 0.000, 0.000, 0.000, 0), + (17391662, 'Orcish_Predator', 8065, 0.000, 0.000, 0.000, 0), + (17391663, 'Orcish_Zerker', 8071, -33.168, -0.758, -257.694, 126), + (17391664, 'Orcish_Warchief', 8069, -66.930, -1.203, -188.879, 127), + (17391665, 'Orcish_Veteran', 8068, -65.415, -0.935, -188.200, 122), + (17391666, 'Orcish_Predator', 8065, -67.281, -1.145, -189.242, 127), + (17391667, 'Orcish_Zerker', 8071, -64.611, -0.785, -184.769, 127), + (17391668, 'Orcish_Warchief', 8069, 0.000, 0.000, 0.000, 0), + (17391669, 'Orcish_Farkiller', 8060, -60.868, -1.005, -174.935, 127), + (17391670, 'Orcish_Dreadnought', 8059, 0.000, 0.000, 0.000, 0), + (17391671, 'Orcish_Veteran', 8068, -63.655, -0.860, -145.479, 127), + (17391672, 'Orcish_Predator', 8065, -60.698, -0.805, -159.726, 127), + (17391673, 'Orcish_Zerker', 8071, 0.000, 0.000, 0.000, 0), + (17391674, 'Orcish_Warchief', 8069, -60.636, -0.863, -143.182, 127), + (17391675, 'Orcish_Veteran', 8068, 0.000, 0.000, 0.000, 0), + (17391676, 'Orcish_Predator', 8065, -61.619, -0.829, -149.622, 127), + (17391677, 'Orcish_Zerker', 8071, -63.075, -0.772, -145.787, 117), + (17391678, 'Orcish_Warchief', 8069, 61.088, -0.636, -239.222, 54), + (17391679, 'Orcish_Veteran', 8068, 0.000, 0.000, 0.000, 0), + (17391680, 'Orcish_Predator', 8065, 0.000, 0.000, 0.000, 0), + (17391681, 'Orcish_Zerker', 8071, 52.227, -0.651, -218.596, 127), + (17391682, 'Orcish_Warchief', 8069, 62.152, -0.855, -232.022, 68), + (17391683, 'Orcish_Veteran', 8068, 0.407, -0.633, -222.349, 127), + (17391684, 'Orcish_Predator', 8065, -19.681, -0.734, -200.489, 127), + (17391685, 'Orcish_Zerker', 8071, 1.470, -0.622, -221.628, 127), + (17391686, 'Orcish_Warchief', 8069, 5.925, -0.647, -214.730, 65), + (17391687, 'Orcish_Veteran', 8068, 0.000, 0.000, 0.000, 0), + (17391688, 'Orcish_Predator', 8065, -24.095, -0.783, -171.810, 127), + (17391689, 'Orcish_Zerker', 8071, 0.000, 0.000, 0.000, 0), + (17391690, 'Orcish_Warchief', 8069, 0.000, 0.000, 0.000, 0), + (17391691, 'Orcish_Farkiller', 8060, 0.000, 0.000, 0.000, 0), + (17391692, 'Orcish_Dreadnought', 8059, 16.156, -0.816, -216.243, 30), + (17391693, 'Orcish_Veteran', 8068, -21.586, -0.803, -219.753, 127), + (17391694, 'Orcish_Predator', 8065, -12.712, -0.690, -138.374, 10), + (17391695, 'Orcish_Zerker', 8071, 0.000, 0.000, 0.000, 0), + (17391696, 'Orcish_Warchief', 8069, -20.925, -0.925, -214.376, 127), + (17391697, 'Orcish_Veteran', 8068, -20.412, -0.833, -156.507, 127), + (17391698, 'Orcish_Predator', 8065, 23.335, -0.982, -139.323, 107), + (17391699, 'Orcish_Zerker', 8071, -8.002, -0.528, -139.271, 127), + (17391700, 'Orcish_Warchief', 8069, -20.174, -0.730, -144.495, 85), + (17391701, 'Orcish_Veteran', 8068, 23.475, -0.756, -136.560, 127), + (17391702, 'Orcish_Predator', 8065, 26.112, -1.376, -146.887, 67), + (17391703, 'Orcish_Zerker', 8071, -3.378, -0.782, -141.076, 92), + (17391704, 'Orcish_Warchief', 8069, 31.124, -0.790, -137.582, 7), + (17391705, 'Orcish_Champion', 8057, -24.692, -0.856, -138.713, 127), + (17391706, 'Orcish_Veteran', 8068, 20.041, -0.776, -119.714, 127), + (17391707, 'Orcish_Predator', 8065, 197.734, 3.399, 32.485, 107), + (17391708, 'Orcish_Zerker', 8071, 31.999, -0.533, -143.757, 127), + (17391709, 'Orcish_Warchief', 8069, 10.485, -0.810, -139.121, 127), + (17391710, 'Orcish_Veteran', 8068, 188.074, 3.059, -21.244, 0), + (17391711, 'Orcish_Predator', 8065, 0.000, 0.000, 0.000, 0), + (17391712, 'Orcish_Zerker', 8071, 207.147, 3.266, 42.825, 109), + (17391713, 'Orcish_Warchief', 8069, 180.891, 3.252, -1.734, 127), + (17391714, 'Orcish_Farkiller', 8060, 19.496, -1.069, -105.088, 127), + (17391715, 'Orcish_Dreadnought', 8059, 22.502, -1.988, -101.444, 31), + (17391716, 'Orcish_Champion', 8057, 23.386, -2.327, -103.495, 93), + (17391717, 'Orcish_Dragoon', 8058, 24.747, -0.832, -89.439, 127), + (17391718, 'Orcish_Farkiller', 8060, 79.620, -0.756, -141.012, 61), + (17391719, 'Orcish_Dreadnought', 8059, 66.661, -1.334, -139.688, 27), + (17391720, 'Orcish_Champion', 8057, 69.201, -0.943, -139.905, 38), + (17391721, 'Orcish_Dragoon', 8058, 64.517, -0.785, -147.799, 127), + (17391722, 'Orcish_Farkiller', 8060, 67.182, -0.740, -146.820, 127), + (17391723, 'Orcish_Dreadnought', 8059, 61.094, -0.797, -136.817, 127), + (17391724, 'Orcish_Champion', 8057, 63.073, -0.740, -142.097, 126), + (17391725, 'Orcish_Dragoon', 8058, 53.956, -0.852, -139.610, 5), + (17391726, 'Orcish_Dreadnought', 8059, 96.772, -2.886, -145.730, 96), + (17391727, 'Orcish_Warlord', 8070, 100.521, -1.422, -135.465, 1), + (17391728, 'Orcish_Farkiller', 8060, 95.156, -0.844, -104.405, 36), + (17391729, 'Orcish_Dreadnought', 8059, 92.268, -0.851, -103.977, 41), + (17391730, 'Orcish_Champion', 8057, 86.937, -0.663, -97.925, 127), + (17391731, 'Orcish_Dragoon', 8058, 65.705, -0.677, -146.025, 127), + (17391732, 'Orcish_Farkiller', 8060, 68.851, -1.370, -96.251, 46), + (17391733, 'Orcish_Dreadnought', 8059, 82.583, -0.736, -100.133, 127), + (17391734, 'Orcish_Champion', 8057, 89.310, -0.878, -97.044, 127), + (17391735, 'Orcish_Dragoon', 8058, 95.460, -0.769, -99.490, 127), + (17391736, 'Orcish_Farkiller', 8060, 24.766, -5.187, -183.900, 5), + (17391737, 'Orcish_Dreadnought', 8059, 34.747, -7.499, -180.827, 127), + (17391738, 'Orcish_Champion', 8057, 24.810, -5.096, -182.375, 127), + (17391739, 'Orcish_Dragoon', 8058, 18.864, -2.280, -169.411, 47), + (17391740, 'Orcish_Farkiller', 8060, 220.283, -1.039, -203.153, 127), + (17391741, 'Orcish_Dreadnought', 8059, 57.738, -11.693, -179.423, 127), + (17391742, 'Orcish_Champion', 8057, 60.842, -12.430, -176.839, 102), + (17391743, 'Orcish_Dragoon', 8058, 35.601, -7.708, -179.921, 127), + (17391744, 'Orcish_Farkiller', 8060, 220.560, -0.717, -197.380, 99), + (17391745, 'Orcish_Dreadnought', 8059, 223.098, -6.183, -227.892, 57), + (17391746, 'Orcish_Champion', 8057, 220.958, -0.891, -202.135, 127), + (17391747, 'Orcish_Dragoon', 8058, 220.057, -2.439, -211.755, 127), + (17391748, 'Orcish_Farkiller', 8060, 220.360, -1.145, -203.914, 87), + (17391749, 'Orcish_Dreadnought', 8059, 219.334, -2.139, -210.266, 127), + (17391750, 'Orcish_Champion', 8057, 219.934, -0.652, -201.586, 127), + (17391751, 'Orcish_Dragoon', 8058, 221.291, -10.396, -249.915, 73), + (17391752, 'Orcish_Farkiller', 8060, 223.854, -1.153, -177.709, 8), + (17391753, 'Orcish_Dreadnought', 8059, 218.698, -0.888, -168.971, 127), + (17391754, 'Orcish_Champion', 8057, 0.000, 0.000, 0.000, 0), + (17391755, 'Orcish_Dragoon', 8058, 220.552, -1.028, -203.151, 83), + (17391756, 'Orcish_Farkiller', 8060, 222.790, -2.026, -165.798, 106), + (17391757, 'Orcish_Dreadnought', 8059, 218.707, -0.793, -201.537, 67), + (17391758, 'Orcish_Champion', 8057, 224.675, -1.432, -174.873, 127), + (17391759, 'Orcish_Dragoon', 8058, 221.004, -1.075, -203.099, 82), + (17391760, 'Orcish_Protector', 8066, 211.057, -0.961, -132.547, 127), + (17391761, 'Orcish_Farkiller', 8060, 247.489, -1.148, -127.716, 127), + (17391762, 'Orcish_Dreadnought', 8059, 218.872, -0.640, -160.030, 62), + (17391763, 'Orcish_Champion', 8057, 0.000, 0.000, 0.000, 0), + (17391764, 'Orcish_Dragoon', 8058, 213.182, -0.841, -131.387, 102), + (17391765, 'Orcish_Hexspinner', 8063, 210.507, -2.944, -100.343, 34), + (17391766, 'Orcish_Warlord', 8070, 226.643, -2.898, -91.987, 64), + (17391767, 'Orcish_Protector', 8066, 254.782, -1.169, -99.367, 15), + (17391768, 'Orcish_Farkiller', 8060, 181.415, -1.172, -70.947, 127), + (17391769, 'Orcish_Dreadnought', 8059, 257.372, -1.163, -102.482, 127), + (17391770, 'Orcish_Champion', 8057, 243.617, -0.635, -111.396, 31), + (17391771, 'Orcish_Dragoon', 8058, 220.316, -0.543, -160.563, 98), + (17391772, 'Orcish_Protector', 8066, 199.853, -0.708, -92.954, 106), + (17391773, 'Orcish_Farkiller', 8060, 242.867, -0.737, -74.096, 127), + (17391774, 'Orcish_Dreadnought', 8059, 198.967, -0.690, -108.016, 70), + (17391775, 'Orcish_Champion', 8057, 190.504, -0.988, -111.301, 127), + (17391776, 'Orcish_Dragoon', 8058, 183.331, -2.041, -111.155, 127), + (17391777, 'Orcish_Protector', 8066, 229.665, -0.982, -63.687, 127), + (17391778, 'Orcish_Farkiller', 8060, 0.000, 0.000, 0.000, 0), + (17391779, 'Orcish_Dreadnought', 8059, 0.000, 0.000, 0.000, 0), + (17391780, 'Orcish_Champion', 8057, 212.385, -1.793, -63.349, 127), + (17391781, 'Orcish_Dragoon', 8058, 236.260, -0.706, -76.998, 41), + (17391782, 'Orcish_Veteran', 8068, 0.000, 0.000, 0.000, 0), + (17391783, 'Orcish_Warchief', 8069, 0.000, 0.000, 0.000, 0), + (17391784, 'Orcish_Bowshooter', 8056, 200.463, 3.261, 57.853, 125), + (17391785, 'Orcish_Footsoldier', 8061, 215.919, 2.843, 36.822, 127), + (17391786, 'Orcish_Gladiator', 8062, 205.218, 3.183, 48.263, 127), + (17391787, 'Orcish_Trooper', 8067, 193.049, 2.633, 55.592, 127), + (17391788, 'Orcish_Bowshooter', 8056, 211.466, 2.336, 30.112, 127), + (17391789, 'Orcish_Footsoldier', 8061, 203.586, 3.259, 46.775, 127), + (17391790, 'Orcish_Gladiator', 8062, 199.716, 3.250, 43.548, 127), + (17391791, 'Orcish_Trooper', 8067, 205.721, 3.056, 27.574, 127), + (17391792, 'Orcish_Predator', 8065, 0.000, 0.000, 0.000, 0), + (17391793, 'Orcish_Zerker', 8071, 0.000, 0.000, 0.000, 0), + (17391794, 'Orcish_Bowshooter', 8056, 261.175, -1.822, 52.279, 34), + (17391795, 'Orcish_Footsoldier', 8061, 258.173, -4.649, 41.105, 62), + (17391796, 'Orcish_Gladiator', 8062, 230.465, 3.207, 60.530, 127), + (17391797, 'Orcish_Trooper', 8067, 228.435, 3.078, 59.258, 127), + (17391798, 'Orcish_Bowshooter', 8056, 232.977, 3.019, 64.098, 39), + (17391799, 'Orcish_Footsoldier', 8061, 254.920, 0.016, 57.999, 4), + (17391800, 'Orcish_Gladiator', 8062, 0.000, 0.000, 0.000, 0), + (17391801, 'Orcish_Trooper', 8067, 243.478, 2.827, 58.952, 117), + (17391802, 'Orcish_Overlord', 8064, 219.000, -2.000, -99.000, 127), + (17391803, 'Overlord_Bakgodek', 8072, 220.000, -2.000, -108.000, 67), + (17391804, 'Bugaboo', 8052, 0.000, 0.000, 0.000, 0), + (17391805, 'Mimic', 8055, 0.000, 0.000, 0.000, 0), + (17391806, 'Orcish_Overlord', 8064, 0.000, 0.000, 0.000, 0), + (17391807, 'Chillgaze_Foddrud', 8053, 0.000, 0.000, 0.000, 0), + (17391808, 'Rictusgrin_Prakpok', 8073, 0.000, 0.000, 0.000, 0), + (17391809, 'Siegebreaker_Wujroj', 8076, 0.000, 0.000, 0.000, 0), + (17391810, 'Shatterskull_Mippdapp', 8075, 0.000, 0.000, 0.000, 0), + (17391811, 'Grimbolt_Onkzok', 8054, 0.000, 0.000, 0.000, 0), + (17391812, 'Sevenskewer_Krugglug', 8074, 500.000, 500.000, 500.000, 127), + (17391848, 'Orcish_Overlord', 8064, 0.000, 0.000, 0.000, 0), + (17391849, 'Overlord_Bakgodek', 8072, 0.000, 0.000, 0.000, 0), + (17395713, 'Yagudo_Votary', 8122, -173.000, 0.193, 58.000, 127), + (17395714, 'Yagudo_Votary', 8122, -180.780, 0.195, 34.322, 127), + (17395715, 'Bastion_Bats', 8078, -176.321, 0.200, 26.728, 74), + (17395716, 'Bastion_Bats', 8078, -178.123, 0.193, 35.375, 127), + (17395717, 'Yagudo_Theologist', 8121, -137.470, 0.223, 60.087, 127), + (17395718, 'Yagudo_Priest', 8115, -152.460, 0.217, 63.401, 127), + (17395719, 'Yagudo_Votary', 8122, -181.121, 0.193, -69.193, 127), + (17395720, 'Yagudo_Votary', 8122, -178.956, 0.193, -63.661, 127), + (17395721, 'Bastion_Bats', 8078, -177.485, 0.254, -92.485, 78), + (17395722, 'Bastion_Bats', 8078, -181.759, 0.196, -30.355, 127), + (17395723, 'Yagudo_Theologist', 8121, -163.397, 0.193, -101.514, 127), + (17395724, 'Yagudo_Priest', 8115, -140.784, 0.194, -104.481, 127), + (17395725, 'Yagudo_Votary', 8122, -113.737, 0.150, 18.817, 103), + (17395726, 'Yagudo_Theologist', 8121, -111.543, 0.173, -16.388, 122), + (17395727, 'Yagudo_Priest', 8115, -104.320, -0.250, 2.137, 7), + (17395728, 'Yagudo_Votary', 8122, -127.251, 0.193, 9.052, 127), + (17395729, 'Yagudo_Theologist', 8121, -132.487, -0.250, -3.401, 127), + (17395730, 'Bastion_Bats', 8078, -131.941, 0.193, 13.174, 127), + (17395732, 'Yagudo_Votary', 8122, -102.454, 0.193, -37.492, 127), + (17395733, 'Yagudo_Theologist', 8121, -146.281, 0.154, -62.643, 127), + (17395734, 'Yagudo_Priest', 8115, -129.627, 0.193, -38.858, 127), + (17395735, 'Yagudo_Votary', 8122, -113.999, 0.193, -42.068, 32), + (17395736, 'Yagudo_Priest', 8115, -130.708, -0.254, -62.840, 127), + (17395737, 'Bastion_Bats', 8078, -136.419, 0.188, -39.188, 15), + (17395738, 'Yagudo_Votary', 8122, -58.965, 0.194, 4.544, 127), + (17395739, 'Yagudo_Theologist', 8121, -85.298, 0.187, -16.678, 127), + (17395740, 'Yagudo_Priest', 8115, -56.523, 0.193, -0.388, 4), + (17395741, 'Yagudo_Theologist', 8121, -72.192, 0.181, 11.642, 103), + (17395742, 'Yagudo_Priest', 8115, -67.844, -0.250, -11.249, 127), + (17395743, 'Bastion_Bats', 8078, -57.845, 0.195, 6.271, 39), + (17395744, 'Yagudo_Theologist', 8121, -53.789, 0.193, -58.643, 39), + (17395745, 'Yagudo_Priest', 8115, -57.538, -1.568, -62.558, 38), + (17395746, 'Bastion_Bats', 8078, -80.158, 0.193, 61.616, 127), + (17395747, 'Bastion_Bats', 8078, -90.142, 0.193, 59.388, 127), + (17395748, 'Yagudo_Votary', 8122, -60.484, 0.201, 64.361, 127), + (17395749, 'Yagudo_Theologist', 8121, -62.512, 0.246, 87.361, 80), + (17395750, 'Yagudo_Priest', 8115, -59.000, 0.196, 75.000, 127), + (17395751, 'Bastion_Bats', 8078, -58.674, 0.226, 61.104, 127), + (17395752, 'Yagudo_Votary', 8122, -123.507, 0.193, 103.251, 127), + (17395753, 'Yagudo_Theologist', 8121, -142.000, 0.194, 99.000, 113), + (17395754, 'Yagudo_Priest', 8115, -110.230, 0.193, 98.511, 127), + (17395755, 'Yagudo_Theologist', 8121, 0.000, 0.000, 0.000, 0), + (17395756, 'Yagudo_Priest', 8115, -88.431, 0.185, 103.355, 127), + (17395757, 'Bastion_Bats', 8078, -87.908, 0.190, 103.858, 127), + (17395758, 'Yagudo_Herald', 8106, -210.000, 0.500, 175.000, 124), + (17395759, 'Yagudo_Oracle', 8112, -175.125, -0.056, 121.173, 127), + (17395760, 'Yagudo_s_Elemental', 8119, 124.837, -32.930, -91.076, 127), + (17395761, 'Yagudo_Interrogator', 8109, -207.370, -0.056, 106.537, 47), + (17395762, 'Meat_Maggot', 8086, -180.610, -0.155, 109.475, 127), + (17395763, 'Meat_Maggot', 8086, -198.754, -0.055, 105.058, 127), + (17395764, 'Fire_Elemental', 8082, -201.594, -0.068, 94.285, 38), + (17395765, 'Earth_Elemental', 8081, -195.635, -0.056, 101.767, 127), + (17395766, 'Yagudo_Drummer', 8104, -178.119, -0.644, 153.039, 9), + (17395767, 'Yagudo_Oracle', 8112, -193.122, 0.067, 181.550, 127), + (17395768, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395769, 'Yagudo_Interrogator', 8109, -188.253, -0.087, 158.955, 127), + (17395770, 'Meat_Maggot', 8086, -184.574, -0.103, 148.945, 127), + (17395771, 'Meat_Maggot', 8086, -182.463, -0.056, 156.978, 42), + (17395772, 'Fire_Elemental', 8082, -214.079, -0.661, 172.709, 118), + (17395773, 'Earth_Elemental', 8081, -182.171, -0.056, 166.087, 127), + (17395774, 'Yagudo_Herald', 8106, -236.547, -0.056, 100.710, 40), + (17395775, 'Yagudo_Drummer', 8104, -235.639, -0.063, 103.280, 4), + (17395776, 'Yagudo_Oracle', 8112, -265.410, -0.056, 126.904, 40), + (17395777, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395778, 'Meat_Maggot', 8086, -240.413, -0.056, 88.079, 72), + (17395779, 'Meat_Maggot', 8086, -253.523, -0.030, 116.986, 127), + (17395780, 'Fire_Elemental', 8082, -250.997, -0.002, 97.082, 127), + (17395781, 'Earth_Elemental', 8081, -258.182, -0.087, 132.247, 70), + (17395782, 'Yagudo_Herald', 8106, -250.830, -0.810, 168.836, 127), + (17395783, 'Yagudo_Drummer', 8104, -233.116, -0.741, 172.067, 30), + (17395784, 'Yagudo_Interrogator', 8109, -254.302, -0.057, 163.759, 0), + (17395785, 'Meat_Maggot', 8086, -261.321, 0.046, 144.631, 127), + (17395786, 'Meat_Maggot', 8086, -258.415, -0.055, 142.110, 127), + (17395787, 'Fire_Elemental', 8082, -262.767, -0.037, 164.827, 65), + (17395788, 'Earth_Elemental', 8081, -260.311, -0.056, 163.083, 1), + (17395789, 'Cutter', 8080, -207.772, 0.943, 122.979, 127), + (17395790, 'Cutter', 8080, -240.441, 0.937, 159.183, 127), + (17395791, 'Cutter', 8080, -241.583, 0.973, 136.969, 14), + (17395792, 'Cutter', 8080, -204.789, 0.943, 162.749, 127), + (17395793, 'Cutter', 8080, -198.139, 0.943, 148.072, 127), + (17395794, 'Cutter', 8080, -249.896, 0.638, 100.249, 126), + (17395795, 'Yagudo_Herald', 8106, -227.325, -4.340, 132.590, 127), + (17395796, 'Yagudo_Oracle', 8112, -212.000, -4.340, 140.000, 72), + (17395797, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395798, 'Yagudo_Drummer', 8104, -207.840, -0.498, 109.939, 21), + (17395799, 'Yagudo_Interrogator', 8109, -227.415, -4.340, 145.213, 127), + (17395800, 'Mee_Deggi_the_Punisher', 8087, -223.000, 1.000, 119.000, 127), + (17395801, 'Yagudo_Votary', 8122, -19.162, 0.193, -1.037, 127), + (17395802, 'Yagudo_Theologist', 8121, -18.395, -0.250, -9.963, 50), + (17395803, 'Yagudo_Priest', 8115, -22.000, 0.193, 13.000, 127), + (17395804, 'Yagudo_Votary', 8122, -17.896, 0.193, -23.733, 91), + (17395805, 'Yagudo_Theologist', 8121, 11.364, 0.193, -24.982, 104), + (17395806, 'Yagudo_Priest', 8115, -4.376, 0.193, -21.677, 55), + (17395807, 'Bastion_Bats', 8078, 11.054, 0.193, -24.347, 78), + (17395808, 'Yagudo_Votary', 8122, 0.000, 0.000, 0.000, 0), + (17395809, 'Yagudo_Theologist', 8121, -18.415, -0.075, -92.889, 40), + (17395810, 'Yagudo_Priest', 8115, -20.000, 0.112, -70.000, 127), + (17395811, 'Bastion_Bats', 8078, -17.728, 0.105, -90.674, 127), + (17395812, 'Yagudo_Votary', 8122, -49.209, 0.193, -100.432, 72); +INSERT INTO `mob_spawn_points` (`mobid`, `mobname`, `groupid`, `pos_x`, `pos_y`, `pos_z`, `pos_rot`) VALUES + (17395813, 'Yagudo_Theologist', 8121, -38.689, 0.191, -101.068, 119), + (17395814, 'Yagudo_Priest', 8115, 20.357, -0.250, -2.054, 127), + (17395815, 'Bastion_Bats', 8078, -32.671, 0.187, -98.561, 126), + (17395816, 'Moo_Ouzi_the_Swiftblade', 8089, -22.000, -0.500, -102.000, 127), + (17395817, 'Yagudo_Votary', 8122, -84.000, 0.219, -99.000, 127), + (17395818, 'Yagudo_Theologist', 8121, -99.249, 0.197, -150.015, 127), + (17395819, 'Yagudo_Priest', 8115, -101.206, 0.193, -114.424, 127), + (17395820, 'Yagudo_Theologist', 8121, 0.000, 0.000, 0.000, 0), + (17395821, 'Yagudo_Priest', 8115, -97.480, -0.250, -127.110, 127), + (17395822, 'Bastion_Bats', 8078, -101.005, 0.195, -128.113, 60), + (17395823, 'Yagudo_Votary', 8122, -87.360, 0.194, -181.676, 12), + (17395824, 'Yagudo_Theologist', 8121, -18.678, 0.223, -184.810, 2), + (17395825, 'Yagudo_Priest', 8115, -52.225, 0.064, -180.858, 127), + (17395826, 'Yagudo_Theologist', 8121, 0.000, 0.000, 0.000, 0), + (17395827, 'Yagudo_Priest', 8115, -62.735, 0.193, -184.059, 12), + (17395828, 'Bastion_Bats', 8078, -35.722, 0.193, -178.553, 127), + (17395829, 'Yagudo_Herald', 8106, 33.832, -0.068, -176.627, 127), + (17395830, 'Yagudo_Drummer', 8104, 34.493, -0.382, -174.446, 2), + (17395831, 'Yagudo_Oracle', 8112, 46.861, 0.343, -176.989, 127), + (17395832, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395833, 'Meat_Maggot', 8086, 24.150, -0.892, -179.815, 127), + (17395834, 'Meat_Maggot', 8086, 24.916, -0.086, -146.446, 127), + (17395835, 'Fire_Elemental', 8082, 38.138, 0.772, -159.901, 127), + (17395836, 'Earth_Elemental', 8081, 18.815, -0.299, -151.414, 69), + (17395837, 'Yagudo_Herald', 8106, 18.545, -0.056, -120.283, 127), + (17395838, 'Yagudo_Drummer', 8104, 14.330, -0.063, -138.393, 127), + (17395839, 'Yagudo_Interrogator', 8109, 45.000, -0.070, -104.000, 111), + (17395840, 'Meat_Maggot', 8086, 47.465, -0.692, -101.315, 127), + (17395841, 'Meat_Maggot', 8086, 16.608, -0.057, -123.232, 87), + (17395842, 'Fire_Elemental', 8082, 44.348, -0.234, -107.838, 127), + (17395843, 'Earth_Elemental', 8081, 17.769, -0.174, -132.030, 127), + (17395844, 'Yagudo_Herald', 8106, 103.948, -1.250, -189.869, 101), + (17395845, 'Yagudo_Oracle', 8112, 67.103, -0.079, -176.981, 127), + (17395846, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395847, 'Yagudo_Interrogator', 8109, 112.627, -0.019, -164.134, 106), + (17395848, 'Meat_Maggot', 8086, 80.179, -0.056, -182.006, 72), + (17395849, 'Meat_Maggot', 8086, 94.205, -0.667, -186.822, 127), + (17395850, 'Fire_Elemental', 8082, 77.829, -0.056, -173.851, 127), + (17395851, 'Earth_Elemental', 8081, 69.479, 0.336, -181.506, 127), + (17395852, 'Yagudo_Drummer', 8104, 95.000, -0.084, -123.000, 78), + (17395853, 'Yagudo_Oracle', 8112, 99.000, -0.181, -149.000, 125), + (17395854, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395855, 'Yagudo_Interrogator', 8109, 92.000, 0.500, -107.000, 127), + (17395856, 'Meat_Maggot', 8086, 77.120, -0.108, -109.023, 113), + (17395857, 'Meat_Maggot', 8086, 70.440, 0.035, -100.072, 30), + (17395858, 'Fire_Elemental', 8082, 95.905, -0.073, -130.440, 86), + (17395859, 'Earth_Elemental', 8081, 89.790, -0.618, -104.329, 42), + (17395860, 'Cutter', 8080, 41.032, 0.943, -153.535, 127), + (17395861, 'Cutter', 8080, 46.070, 0.935, -122.385, 127), + (17395862, 'Cutter', 8080, 78.647, 0.943, -138.073, 127), + (17395863, 'Cutter', 8080, 73.126, 0.943, -124.290, 127), + (17395864, 'Cutter', 8080, 97.779, 0.495, -179.811, 18), + (17395865, 'Yagudo_Drummer', 8104, 54.000, -4.345, -147.000, 7), + (17395866, 'Yagudo_Interrogator', 8109, 65.000, -4.338, -146.000, 111), + (17395867, 'Yagudo_Herald', 8106, 59.000, -4.000, -131.000, 127), + (17395868, 'Yagudo_Oracle', 8112, 35.847, -0.500, -101.685, 22), + (17395869, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395870, 'Quu_Domi_the_Gallant', 8093, 58.000, 1.000, -120.000, 127), + (17395871, 'Yagudo_Herald', 8106, 21.523, 40.193, -30.067, 9), + (17395872, 'Yagudo_Oracle', 8112, 21.502, 23.876, -123.360, 64), + (17395873, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395874, 'Yagudo_Interrogator', 8109, 21.733, 36.763, -56.443, 127), + (17395875, 'Bulwark_Bat', 8079, 20.873, 36.780, -56.141, 127), + (17395876, 'Yagudo_Herald', 8106, 30.809, 10.399, -220.430, 72), + (17395877, 'Yagudo_Drummer', 8104, 61.747, 0.000, -202.769, 127), + (17395878, 'Yagudo_Interrogator', 8109, 20.650, 12.697, -214.421, 127), + (17395879, 'Bulwark_Bat', 8079, 33.782, 9.608, -219.143, 127), + (17395880, 'Yagudo_Herald', 8106, 25.399, -0.250, 19.448, 62), + (17395881, 'Yagudo_Interrogator', 8109, 22.323, -0.250, 15.782, 91), + (17395882, 'Yagudo_Drummer', 8104, 100.903, -13.864, 10.042, 127), + (17395883, 'Yagudo_Oracle', 8112, 100.668, -12.064, 21.602, 127), + (17395884, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395885, 'Bulwark_Bat', 8079, 79.331, -7.796, 21.526, 127), + (17395886, 'Yagudo_Herald', 8106, 39.000, -15.806, -19.000, 127), + (17395887, 'Yagudo_Oracle', 8112, 59.480, -15.806, -20.658, 71), + (17395888, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395889, 'Yagudo_Drummer', 8104, 19.785, -15.912, -1.183, 77), + (17395890, 'Yagudo_Interrogator', 8109, 19.236, -15.914, -12.674, 80), + (17395891, 'Bulwark_Bat', 8079, 20.502, -15.914, -9.718, 33), + (17395892, 'Yagudo_Herald', 8106, -21.880, -15.817, -39.619, 85), + (17395893, 'Yagudo_Drummer', 8104, -19.029, -15.836, -71.271, 127), + (17395894, 'Yagudo_Zealot', 8123, -24.723, -15.806, -23.101, 127), + (17395895, 'Yagudo_Prior', 8116, -18.158, -15.806, -19.866, 69), + (17395897, 'Yagudo_Oracle', 8112, -39.338, -15.743, -99.213, 127), + (17395898, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395899, 'Yagudo_Interrogator', 8109, -47.905, -15.681, -101.599, 127), + (17395900, 'Bulwark_Bat', 8079, -29.894, -15.746, -101.564, 55), + (17395901, 'Yagudo_Conquistador', 8103, 12.502, -16.763, -90.271, 127), + (17395902, 'Yagudo_Lutenist', 8110, 17.461, -16.750, -88.240, 76), + (17395903, 'Yagudo_Zealot', 8123, 116.980, -16.811, -89.588, 127), + (17395904, 'Yagudo_Conquistador', 8103, 110.238, -16.744, -92.145, 88), + (17395905, 'Yagudo_Lutenist', 8110, 5.145, -16.067, -191.162, 92), + (17395906, 'Yagudo_Prior', 8116, 1.000, -16.056, -186.000, 127), + (17395907, 'Yagudo_Herald', 8106, 103.187, -16.087, -95.281, 127), + (17395908, 'Yagudo_Oracle', 8112, 106.947, -16.115, -99.965, 91), + (17395909, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395910, 'Yagudo_Interrogator', 8109, 117.000, -16.740, -94.000, 127), + (17395911, 'Yagudo_Herald', 8106, 31.731, -16.390, -186.032, 127), + (17395912, 'Yagudo_Drummer', 8104, 9.000, -16.335, -185.000, 41), + (17395913, 'Yagudo_Interrogator', 8109, 21.083, -16.218, -175.644, 1), + (17395914, 'Yagudo_Drummer', 8104, -88.105, -15.695, -143.972, 114), + (17395915, 'Yagudo_Oracle', 8112, -76.461, -15.805, -136.313, 2), + (17395916, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395917, 'Yagudo_Interrogator', 8109, -53.310, -15.806, -141.892, 29), + (17395918, 'Bulwark_Bat', 8079, -81.362, -15.805, -139.170, 49), + (17395919, 'Yagudo_Herald', 8106, -101.182, -15.766, -100.123, 24), + (17395920, 'Yagudo_Drummer', 8104, -102.180, -15.676, -128.105, 127), + (17395921, 'Yagudo_Interrogator', 8109, -104.009, -15.676, -131.288, 85), + (17395922, 'Bulwark_Bat', 8079, -124.781, -15.806, -100.339, 127), + (17395923, 'Bulwark_Bat', 8079, -129.652, -15.806, -100.392, 127), + (17395924, 'Yagudo_Herald', 8106, -119.592, -16.025, -68.711, 1), + (17395925, 'Yagudo_Drummer', 8104, -94.000, -16.026, -65.000, 0), + (17395926, 'Yagudo_Oracle', 8112, -146.893, -16.052, -65.967, 58), + (17395927, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395928, 'Yagudo_Herald', 8106, -53.000, -16.250, -59.000, 119), + (17395929, 'Yagudo_Drummer', 8104, 0.000, 0.000, 0.000, 0), + (17395930, 'Yagudo_Oracle', 8112, 0.000, 0.000, 0.000, 0), + (17395931, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395932, 'Yagudo_Interrogator', 8109, -63.748, -16.250, -58.799, 119), + (17395933, 'Yagudo_Herald', 8106, -92.246, -16.055, -31.863, 127), + (17395934, 'Yagudo_Oracle', 8112, -53.309, -16.054, -26.219, 116), + (17395935, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395936, 'Yagudo_Interrogator', 8109, -78.026, -16.032, -28.644, 0), + (17395937, 'Bulwark_Bat', 8079, -51.301, -16.056, -14.542, 59), + (17395938, 'Yagudo_Zealot', 8123, -168.793, -16.250, -20.133, 18), + (17395939, 'Yagudo_Conquistador', 8103, -157.000, -15.000, -19.000, 2), + (17395940, 'Yagudo_Lutenist', 8110, -178.082, -15.795, -23.954, 52), + (17395941, 'Yagudo_Prior', 8116, -183.727, -15.789, -18.059, 82), + (17395942, 'Yagudo_Sentinel', 8117, -258.835, -19.608, -55.114, 127), + (17395943, 'Yagudo_Abbot', 8098, -264.000, -15.000, -15.000, 127), + (17395944, 'Yagudo_Chanter', 8101, -258.000, -15.000, -24.000, 127), + (17395945, 'Yagudo_Inquisitor', 8108, -223.778, -27.470, -58.530, 125), + (17395946, 'Yagudo_Sentinel', 8117, -141.000, -39.758, -57.000, 127), + (17395947, 'Yagudo_Chanter', 8101, -137.946, -39.800, -26.766, 127), + (17395948, 'Yagudo_Inquisitor', 8108, -119.536, -39.806, -19.973, 127), + (17395949, 'Yagudo_Abbot', 8098, -130.385, -39.762, -21.207, 127), + (17395950, 'Yagudo_Zealot', 8123, -24.719, -16.250, -139.678, 52), + (17395951, 'Yagudo_Conquistador', 8103, -22.395, -16.250, -139.341, 12), + (17395952, 'Yagudo_Lutenist', 8110, -25.044, -16.250, -141.534, 96), + (17395953, 'Yagudo_Prior', 8116, -32.302, -16.250, -139.169, 1), + (17395954, 'Yaa_Haqa_the_Profane', 8097, -28.000, -15.000, -136.000, 127), + (17395955, 'Yagudo_Lutenist', 8110, -23.662, -15.806, 15.413, 21), + (17395956, 'Yagudo_Prior', 8116, -17.070, -17.557, 22.181, 42), + (17395957, 'Yagudo_Drummer', 8104, 23.565, -15.799, 20.041, 127), + (17395958, 'Yagudo_Oracle', 8112, 11.000, -15.783, 60.000, 98), + (17395959, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395960, 'Yagudo_Interrogator', 8109, 22.362, -15.803, 34.789, 70), + (17395961, 'Yagudo_Herald', 8106, -56.441, -15.811, 61.948, 17), + (17395962, 'Yagudo_Oracle', 8112, -100.000, -15.797, 44.000, 20), + (17395963, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395964, 'Yagudo_Interrogator', 8109, -20.546, -15.754, 57.481, 53), + (17395965, 'Bulwark_Bat', 8079, -59.284, -15.777, 60.135, 33), + (17395966, 'Yagudo_Herald', 8106, -20.220, -30.768, 149.315, 127), + (17395967, 'Yagudo_Drummer', 8104, -19.000, -36.000, 181.000, 127), + (17395968, 'Yagudo_Oracle', 8112, -18.229, -24.920, 126.353, 71), + (17395969, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395970, 'Yagudo_Herald', 8106, -65.210, -45.684, 180.450, 10), + (17395971, 'Yagudo_Drummer', 8104, -100.000, -52.000, 178.000, 112), + (17395972, 'Yagudo_Interrogator', 8109, -34.416, -38.955, 180.308, 127), + (17395973, 'Bulwark_Bat', 8079, -89.909, -15.721, 59.324, 127), + (17395974, 'Bulwark_Bat', 8079, -70.243, -15.745, 62.210, 127), + (17395975, 'Yagudo_Drummer', 8104, -94.461, -16.013, 29.378, 5), + (17395976, 'Yagudo_Oracle', 8112, -112.749, -16.049, 28.546, 4), + (17395977, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395978, 'Yagudo_Interrogator', 8109, -135.700, -16.056, 28.693, 127), + (17395979, 'Yagudo_Herald', 8106, -176.442, -15.806, 44.848, 127), + (17395980, 'Yagudo_Drummer', 8104, -178.082, -15.943, 24.435, 127), + (17395981, 'Yagudo_Interrogator', 8109, -184.842, -15.863, 50.073, 98), + (17395982, 'Yagudo_Herald', 8106, -148.720, -15.775, 61.938, 127), + (17395983, 'Yagudo_Oracle', 8112, -157.893, -16.248, 62.906, 106), + (17395984, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395985, 'Yagudo_Interrogator', 8109, -155.846, -16.220, 58.959, 73), + (17395986, 'Yagudo_Herald', 8106, -143.076, -16.157, 83.119, 127), + (17395987, 'Yagudo_Drummer', 8104, -155.000, -15.859, 99.000, 127), + (17395988, 'Yagudo_Oracle', 8112, -139.762, -15.775, 98.729, 126), + (17395989, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395990, 'Yagudo_Zealot', 8123, -172.217, -16.056, 90.840, 127), + (17395991, 'Yagudo_Lutenist', 8110, -176.668, -16.712, 89.372, 127), + (17395992, 'Yagudo_Conquistador', 8103, -161.963, -16.292, 190.577, 12), + (17395993, 'Yagudo_Prior', 8116, -163.749, -16.311, 194.545, 42), + (17395994, 'Yagudo_Zealot', 8123, -273.852, -16.308, 196.002, 105), + (17395995, 'Yagudo_Prior', 8116, -267.665, -16.364, 199.167, 127), + (17395996, 'Yagudo_Drummer', 8104, -168.863, -15.895, 101.614, 16), + (17395997, 'Yagudo_Oracle', 8112, -178.439, -15.957, 98.198, 93), + (17395998, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17395999, 'Yagudo_Interrogator', 8109, -174.062, -15.909, 109.873, 127), + (17396000, 'Yagudo_Herald', 8106, -263.420, -16.055, 182.314, 127), + (17396001, 'Yagudo_Drummer', 8104, -258.679, -16.109, 185.939, 127), + (17396002, 'Yagudo_Oracle', 8112, -257.620, -15.939, 177.315, 127), + (17396003, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396004, 'Bulwark_Bat', 8079, -159.745, -15.806, 218.863, 26), + (17396005, 'Bulwark_Bat', 8079, -175.522, -15.806, 216.207, 127), + (17396006, 'Yagudo_Oracle', 8112, -134.726, -16.250, 219.455, 127), + (17396007, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396008, 'Yagudo_Drummer', 8104, -100.422, -10.156, 210.819, 122), + (17396009, 'Yagudo_Oracle', 8112, -109.774, -13.555, 218.973, 68), + (17396010, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396011, 'Yagudo_Interrogator', 8109, -98.000, 4.000, 139.000, 127), + (17396012, 'Bulwark_Bat', 8079, -99.312, 2.458, 150.615, 127), + (17396013, 'Bulwark_Bat', 8079, -84.537, 7.244, 141.468, 120), + (17396014, 'Bulwark_Bat', 8079, -70.485, 10.443, 138.775, 64), + (17396015, 'Yagudo_Herald', 8106, -59.000, 12.000, 139.000, 49), + (17396016, 'Yagudo_Drummer', 8104, -59.856, 22.370, 90.530, 11), + (17396017, 'Yagudo_Oracle', 8112, -59.822, 24.193, 49.939, 127), + (17396018, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396019, 'Bulwark_Bat', 8079, -59.706, 24.168, 80.011, 8), + (17396020, 'Yagudo_Herald', 8106, -41.547, 23.932, 21.990, 127), + (17396021, 'Yagudo_Drummer', 8104, -99.000, 24.193, 21.000, 66), + (17396022, 'Yagudo_Oracle', 8112, -83.748, 24.197, 22.669, 127), + (17396023, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396024, 'Yagudo_Interrogator', 8109, -62.000, 24.193, 23.000, 78), + (17396025, 'Yagudo_Herald', 8106, -17.799, 24.244, 17.870, 62), + (17396026, 'Yagudo_Oracle', 8112, -21.326, 24.205, -16.632, 48), + (17396027, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396028, 'Yagudo_Interrogator', 8109, -15.415, 24.196, -19.153, 26), + (17396029, 'Bulwark_Bat', 8079, 0.000, 0.000, 0.000, 0), + (17396030, 'Yagudo_Zealot', 8123, -180.909, 23.823, -4.724, 83), + (17396031, 'Yagudo_Conquistador', 8103, -182.774, 24.199, 3.250, 72), + (17396032, 'Yagudo_Lutenist', 8110, -176.748, 24.248, 21.042, 127), + (17396033, 'Yagudo_Prior', 8116, -155.793, 23.991, 16.085, 108), + (17396034, 'Bulwark_Bat', 8079, -180.346, 24.193, -39.221, 90), + (17396035, 'Yagudo_Zealot', 8123, -177.804, 23.750, -74.598, 7), + (17396036, 'Yagudo_Conquistador', 8103, -179.000, 24.120, -59.000, 46), + (17396037, 'Yagudo_Lutenist', 8110, -159.000, 24.189, -102.000, 69), + (17396038, 'Yagudo_Prior', 8116, -176.591, 24.259, -85.405, 9), + (17396039, 'Yagudo_Zealot', 8123, -141.861, 24.193, -58.011, 127), + (17396040, 'Yagudo_Prior', 8116, -57.000, 24.193, -21.000, 127), + (17396041, 'Bulwark_Bat', 8079, -138.259, 24.193, -80.198, 127), + (17396042, 'Yagudo_Conquistador', 8103, -141.187, 23.750, -24.069, 96), + (17396043, 'Yagudo_Lutenist', 8110, -135.620, 23.750, -18.425, 127), + (17396044, 'Yagudo_Zealot', 8123, -72.720, 23.939, -54.616, 54), + (17396045, 'Yagudo_Conquistador', 8103, -103.237, 24.173, -38.368, 127), + (17396046, 'Yagudo_Lutenist', 8110, -98.641, 24.279, -54.407, 18), + (17396047, 'Yagudo_Prior', 8116, -83.000, 24.000, -20.000, 127), + (17396048, 'Yagudo_Zealot', 8123, -59.000, 23.231, -38.000, 10), + (17396049, 'Yagudo_Conquistador', 8103, -93.363, 24.241, -63.223, 127), + (17396050, 'Ooze', 8092, -82.411, 23.751, -37.584, 127), + (17396051, 'Ooze', 8092, -81.208, 23.751, -37.848, 127), + (17396052, 'Yagudo_Lutenist', 8110, -59.898, 22.414, -101.226, 127), + (17396053, 'Yagudo_Prior', 8116, -60.000, 24.000, -91.000, 37), + (17396054, 'Bulwark_Bat', 8079, 0.000, 0.000, 0.000, 0), + (17396055, 'Yagudo_Zealot', 8123, -99.056, 24.193, -101.176, 127), + (17396056, 'Yagudo_Conquistador', 8103, -139.000, 23.750, -90.000, 127), + (17396057, 'Yagudo_Lutenist', 8110, -120.000, 24.193, -100.000, 66), + (17396058, 'Yagudo_Prior', 8116, -150.000, 23.750, -102.000, 127), + (17396059, 'Yagudo_Zealot', 8123, -99.696, 24.223, -142.124, 127), + (17396060, 'Yagudo_Lutenist', 8110, -139.277, 23.761, -143.927, 39), + (17396061, 'Yagudo_Prior', 8116, -119.910, 23.750, -137.967, 117), + (17396062, 'Yagudo_Zealot', 8123, -15.805, 24.203, -101.711, 49), + (17396063, 'Yagudo_Conquistador', 8103, -20.668, 24.195, -131.974, 89), + (17396064, 'Yagudo_Lutenist', 8110, -18.110, 24.237, -98.484, 127), + (17396065, 'Yagudo_Prior', 8116, -40.158, 24.193, -144.430, 72), + (17396066, 'Yagudo_Conquistador', 8103, -18.411, 22.757, -70.213, 127), + (17396067, 'Yagudo_Sentinel', 8117, -101.000, -39.000, -83.000, 102), + (17396068, 'Yagudo_Chanter', 8101, -60.393, -40.237, -91.303, 127), + (17396069, 'Yagudo_Inquisitor', 8108, -94.323, -40.221, -54.016, 127), + (17396070, 'Yagudo_Abbot', 8098, -76.332, -40.282, -56.676, 127), + (17396071, 'Yagudo_Sentinel', 8117, -54.170, -39.788, -64.415, 53), + (17396072, 'Yagudo_Chanter', 8101, 0.000, 0.000, 0.000, 0), + (17396073, 'Yagudo_Inquisitor', 8108, -75.893, -40.280, -57.949, 127), + (17396074, 'Yagudo_Abbot', 8098, -64.359, -40.282, -81.741, 127), + (17396075, 'Yagudo_Sentinel', 8117, -58.000, -39.000, -139.000, 127), + (17396076, 'Yagudo_Chanter', 8101, -44.540, -40.250, -138.722, 127), + (17396077, 'Yagudo_Inquisitor', 8108, -19.000, -40.201, -178.000, 127), + (17396078, 'Yagudo_Abbot', 8098, -17.487, -40.232, -138.548, 127), + (17396079, 'Yagudo_Parasite', 8113, -85.878, -40.194, -80.221, 127), + (17396080, 'Yagudo_Parasite', 8113, -77.619, -40.370, -74.393, 127), + (17396081, 'Yagudo_Parasite', 8113, -78.000, -40.615, -83.000, 39), + (17396082, 'Yagudo_Parasite', 8113, -79.294, -40.072, -80.090, 127), + (17396083, 'Yagudo_Sentinel', 8117, -17.000, -39.000, -153.000, 127), + (17396084, 'Yagudo_Chanter', 8101, -61.000, -52.000, -220.000, 2), + (17396085, 'Yagudo_Inquisitor', 8108, -61.000, -44.000, -180.000, 121), + (17396086, 'Yagudo_Abbot', 8098, -60.717, -49.750, -206.282, 127), + (17396087, 'Yagudo_Sentinel', 8117, -85.934, -57.500, -220.656, 127), + (17396088, 'Yagudo_Chanter', 8101, -96.978, -60.250, -219.307, 127), + (17396089, 'Yagudo_Inquisitor', 8108, -99.903, -70.250, -173.989, 61), + (17396090, 'Yagudo_Abbot', 8098, -100.616, -68.750, -179.974, 127), + (17396091, 'Yagudo_Sentinel', 8117, 70.000, -39.000, -101.000, 127), + (17396092, 'Yagudo_Chanter', 8101, 0.000, 0.000, 0.000, 0), + (17396093, 'Yagudo_Inquisitor', 8108, 0.000, 0.000, 0.000, 0), + (17396094, 'Yagudo_Abbot', 8098, 0.000, 0.000, 0.000, 0), + (17396095, 'Yagudo_Flagellant', 8105, -97.000, -72.210, -139.000, 76), + (17396096, 'Yagudo_Prelate', 8114, -103.000, -72.231, -124.000, 72), + (17396097, 'Yagudo_Conductor', 8102, -87.000, -72.250, -102.000, 71), + (17396098, 'Yagudo_Assassin', 8099, -97.465, -72.250, -65.807, 127), + (17396099, 'Yagudo_Flagellant', 8105, -76.000, -72.246, -97.000, 34), + (17396100, 'Yagudo_Conductor', 8102, -59.000, -72.250, -88.000, 127), + (17396101, 'Yagudo_Assassin', 8099, -110.000, -72.250, -102.000, 3), + (17396102, 'Yagudo_Prelate', 8114, -140.000, -71.000, -84.000, 81), + (17396103, 'Yagudo_Flagellant', 8105, -99.786, -72.233, -87.116, 127), + (17396104, 'Yagudo_Assassin', 8099, -97.000, -72.250, -85.000, 127), + (17396105, 'Yagudo_Conductor', 8102, -125.172, -72.220, -99.609, 127), + (17396106, 'Yagudo_Prelate', 8114, -131.914, -71.816, -95.458, 127), + (17396107, 'Yagudo_Flagellant', 8105, -61.300, -72.363, -62.099, 127), + (17396108, 'Yagudo_Conductor', 8102, -64.967, -72.258, -58.215, 127), + (17396109, 'Yagudo_Assassin', 8099, -59.281, -72.258, -134.001, 127), + (17396110, 'Yagudo_Prelate', 8114, -63.043, -72.251, -143.802, 41), + (17396111, 'Yagudo_Flagellant', 8105, -144.710, -72.250, -61.402, 42), + (17396112, 'Yagudo_Prelate', 8114, -135.000, -72.250, -58.000, 69), + (17396113, 'Yagudo_Conductor', 8102, -138.199, -72.259, -135.167, 127), + (17396114, 'Yagudo_Assassin', 8099, -141.949, -72.251, -134.629, 127), + (17396115, 'Yagudo_Flagellant', 8105, -107.465, -59.891, 42.158, 2), + (17396116, 'Yagudo_Prelate', 8114, -85.000, -56.000, 74.000, 127), + (17396117, 'Yagudo_Flagellant', 8105, -66.924, -57.276, 77.205, 127), + (17396118, 'Yagudo_Conductor', 8102, -89.351, -57.276, 20.160, 127), + (17396119, 'Yagudo_Assassin', 8099, -74.425, -57.398, 38.594, 127), + (17396120, 'Yagudo_Prelate', 8114, -69.108, -57.502, 46.288, 26), + (17396121, 'Yagudo_Flagellant', 8105, -126.312, -57.293, 50.763, 127), + (17396122, 'Yagudo_Conductor', 8102, -129.033, -57.279, 72.892, 127), + (17396123, 'Yagudo_Assassin', 8099, -120.691, -57.276, 77.552, 33), + (17396124, 'Yagudo_Prelate', 8114, -122.546, -57.277, 36.929, 93), + (17396125, 'Yagudo_Conductor', 8102, -103.241, -64.389, 57.160, 127), + (17396126, 'Yagudo_Assassin', 8099, -94.544, -64.352, 59.019, 112), + (17396127, 'Yagudo_High_Priest', 8107, -106.000, -72.000, 96.000, 127), + (17396128, 'Yagudo_Flagellant', 8105, -55.000, -63.000, 72.000, 61), + (17396129, 'Yagudo_Prelate', 8114, -64.595, -69.416, 92.016, 27), + (17396130, 'Yagudo_Conductor', 8102, -143.004, -65.656, 78.023, 127), + (17396131, 'Yagudo_Assassin', 8099, -136.733, -68.447, 88.657, 127), + (17396132, 'Yagudo_Templar', 8120, -98.331, -72.857, 101.593, 127), + (17396133, 'Yagudo_High_Priest', 8107, -102.000, -63.000, 64.000, 127), + (17396134, 'Yagudo_Avatar', 8100, -96.516, -73.255, 97.807, 6), + (17396135, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396136, 'Yagudo_s_Avatar', 8118, 0.000, 0.000, 0.000, 0), + (17396137, 'Tzee_Xicu_the_Manifest', 8096, -99.000, -72.000, 93.000, 127), + (17396138, 'Yagudo_s_Elemental', 8119, 0.000, 0.000, 0.000, 0), + (17396139, 'Yagudo_s_Avatar', 8118, 0.000, 0.000, 0.000, 0), + (17396140, 'Huu_Xalmo_the_Savage', 8083, -97.000, -71.000, -129.000, 81), + (17396141, 'Odontotyrannus', 8091, 0.000, 0.000, 0.000, 0), + (17396142, 'Tebhi', 8094, 0.000, 0.000, 0.000, 0), + (17396143, 'Yagudo_Muralist', 8111, 0.000, 0.000, 0.000, 0), + (17396144, 'Mimic', 8088, 0.000, 0.000, 0.000, 0), + (17396150, 'Ajido-Marujido', 8077, 0.000, 0.000, 0.000, 0), + (17396203, 'Treasure_Chest', 8095, 0.000, 0.000, 0.000, 0), + (17396215, 'Kilhwch', 8084, 0.000, 0.000, 0.000, 0), + (17396217, 'Lhu_Mhakaracca', 8085, 0.000, 0.000, 0.000, 0), + (17396222, 'Noillurie', 8090, 0.000, 0.000, 0.000, 0), + (17399809, 'Yagudo_Avatar', 8132, 0.000, 0.000, 0.000, 0), + (17399810, 'Yagudo_s_Elemental', 8135, 0.000, 0.000, 0.000, 0), + (17399811, 'Yagudo_s_Avatar', 8134, 0.000, 0.000, 0.000, 0), + (17399812, 'Laa_Yaku_the_Austere', 8129, 500.000, 500.000, 500.000, 127), + (17399813, 'Duu_Masa_the_Onecut', 8125, 0.000, 0.000, 0.000, 0), + (17399814, 'Fee_Jugu_the_Ramfist', 8126, 0.000, 0.000, 0.000, 0), + (17399815, 'Poo_Yozo_the_Babbler', 8130, 0.000, 0.000, 0.000, 0), + (17399816, 'Kee_Taw_the_Nightingale', 8128, 0.000, 0.000, 0.000, 0), + (17399817, 'Goo_Pake_the_Bloodhound', 8127, 500.000, 500.000, 500.000, 127), + (17399827, 'Yagudo_Avatar', 8132, 0.000, 0.000, 0.000, 0), + (17399828, 'Yagudo_Templar', 8136, 0.000, 0.000, 0.000, 0), + (17399829, 'Yagudo_Templar', 8136, 0.000, 0.000, 0.000, 0), + (17399830, 'Yagudo_High_Priest', 8133, 0.000, 0.000, 0.000, 0), + (17399831, 'Yagudo_High_Priest', 8133, 0.000, 0.000, 0.000, 0), + (17399832, 'Yagudo_High_Priest', 8133, 0.000, 0.000, 0.000, 0), + (17399833, 'Yagudo_High_Priest', 8133, 0.000, 0.000, 0.000, 0), + (17399834, 'Ajido-Marujido', 8124, 0.000, 0.000, 0.000, 0), + (17399848, 'Yagudo_Avatar', 8132, 0.000, 0.000, 0.000, 0), + (17399849, 'Tzee_Xicu_the_Manifest', 8131, 0.000, 0.000, 0.000, 0), + (17404308, 'Bark_Tarantula', 8141, -189.877, 11.709, 93.959, 127), + (17404307, 'Bark_Tarantula', 8141, -188.013, 11.561, 86.310, 127), + (17404306, 'Boyahda_Sapling', 8145, 0.000, 0.000, 0.000, 0), + (17404305, 'Bark_Tarantula', 8141, -221.128, 14.624, 96.255, 127), + (17404304, 'Boyahda_Sapling', 8145, 0.000, 0.000, 0.000, 0), + (17404303, 'Boyahda_Sapling', 8145, -209.326, 12.355, 101.830, 127), + (17404302, 'Leshonki', 8154, -219.000, 14.000, 59.000, 56), + (17404309, 'Demonic_Rose', 8149, -210.000, 14.000, 64.000, 15), + (17404300, 'Bark_Tarantula', 8141, -225.308, 13.363, 70.846, 94), + (17404299, 'Bark_Tarantula', 8141, -215.661, 13.499, 68.583, 59), + (17404298, 'Boyahda_Sapling', 8145, 0.000, 0.000, 0.000, 0), + (17404297, 'Boyahda_Sapling', 8145, -220.000, 14.000, 42.000, 127), + (17404296, 'Boyahda_Sapling', 8145, 0.000, 0.000, 0.000, 0), + (17404295, 'Boyahda_Sapling', 8145, -220.998, 14.319, 24.264, 34), + (17404294, 'Boyahda_Sapling', 8145, 0.000, 0.000, 0.000, 0), + (17404293, 'Boyahda_Sapling', 8145, -178.235, 8.701, 4.749, 127), + (17404301, 'Demonic_Rose', 8149, -132.325, 5.676, -220.278, 100), + (17404249, 'Mourning Crawler', 10745, -189.000, 8.000, -245.000, 127), + (17404291, 'Elder_Goobbue', 8150, -111.974, 8.697, -235.837, 125), + (17404290, 'Elder_Goobbue', 8150, -127.875, 8.700, -230.743, 127), + (17404289, 'Elder_Goobbue', 8150, -124.170, 8.743, -236.391, 7), + (17404248, 'Mourning Crawler', 10745, -200.000, 8.000, -275.000, 127), + (17404247, 'Mourning Crawler', 10745, -208.000, 8.000, -323.000, 32), + (17404286, 'Elder_Goobbue', 8150, -110.350, 8.330, -215.901, 4), + (17404285, 'Elder_Goobbue', 8150, -121.267, 8.811, -197.854, 36), + (17404245, 'Mourning Crawler', 10745, -199.000, 8.000, -318.000, 127), + (17404244, 'Mourning Crawler', 10745, -199.000, 8.000, -287.000, 127), + (17404282, 'Thunder_Elemental', 8166, -100.408, 7.899, -344.349, 127), + (17404281, 'Elder_Goobbue', 8150, -97.166, 7.653, -345.334, 49), + (17404280, 'Elder_Goobbue', 8150, -104.171, 6.587, -341.603, 127), + (17404279, 'Korrigan', 8153, -104.688, 7.811, -346.068, 127), + (17404278, 'Korrigan', 8153, -95.133, 7.920, -342.843, 127), + (17404277, 'Korrigan', 8153, -102.065, 8.499, -302.238, 53), + (17404276, 'Korrigan', 8153, -106.559, 8.591, -297.640, 105), + (17404275, 'Korrigan', 8153, -136.265, 8.335, -286.351, 39), + (17404274, 'Korrigan', 8153, -139.933, 8.593, -291.672, 116), + (17404273, 'Korrigan', 8153, -132.688, 8.699, -292.081, 127), + (17404272, 'Korrigan', 8153, -134.207, 8.557, -287.860, 88), + (17404271, 'Thunder_Elemental', 8166, -142.242, 8.052, -336.699, 77), + (17404243, 'Mourning Crawler', 10745, -200.000, 8.000, -330.000, 127), + (17404240, 'Mourning Crawler', 10745, -217.000, 8.000, -279.000, 127), + (17404268, 'Water_Elemental', 8169, -241.667, 9.944, -262.962, 127), + (17404232, 'Blood_Ball', 8143, 0.000, 0.000, 0.000, 0), + (17404229, 'Blood_Ball', 8143, 0.000, 0.000, 0.000, 0), + (17404292, 'Ancient_Goobbue', 8138, -117.000, 8.000, -223.000, 127), + (17404263, 'Water_Elemental', 8169, -191.876, 9.801, -295.039, 127), + (17404225, 'Blood_Ball', 8143, 0.000, 0.000, 0.000, 0), + (17404224, 'Blood_Ball', 8143, 0.000, 0.000, 0.000, 0), + (17404259, 'Water_Elemental', 8169, 0.000, 0.000, 0.000, 0), + (17404267, 'Snaggletooth Peapuk', 10744, -225.419, 9.816, -292.447, 90), + (17404266, 'Snaggletooth Peapuk', 10744, -180.934, 9.935, -292.409, 53), + (17404262, 'Snaggletooth Peapuk', 10744, -182.452, 10.056, -277.793, 86), + (17404239, 'Mourning Crawler', 10745, -205.000, 8.000, -244.000, 119), + (17404238, 'Mourning Crawler', 10745, -207.000, 8.000, -233.000, 39), + (17404288, 'Processionaire', 8160, -129.000, 9.000, -192.000, 1), + (17404258, 'Snaggletooth Peapuk', 10744, -188.977, 9.960, -260.502, 127), + (17404255, 'Snaggletooth Peapuk', 10744, -204.351, 8.171, -317.921, 127), + (17404287, 'Processionaire', 8160, -112.000, 8.000, -213.000, 17), + (17404284, 'Processionaire', 8160, -130.000, 8.000, -242.000, 1), + (17404254, 'Snaggletooth Peapuk', 10744, -196.865, 8.149, -317.174, 127), + (17404251, 'Snaggletooth Peapuk', 10744, -206.276, 8.751, -279.572, 127), + (17404250, 'Snaggletooth Peapuk', 10744, -195.000, 8.742, -283.000, 127), + (17404283, 'Processionaire', 8160, -116.000, 8.000, -253.000, 49), + (17404270, 'Processionaire', 8160, -139.000, 6.000, -323.000, 127), + (17404269, 'Processionaire', 8160, -159.000, 8.000, -339.000, 127), + (17404237, 'Thunder_Elemental', 8166, -182.589, 8.437, -194.764, 127), + (17404236, 'Processionaire', 8160, -179.145, 8.257, -197.990, 1), + (17404235, 'Processionaire', 8160, -180.035, 8.454, -201.815, 45), + (17404234, 'Water_Elemental', 8169, 0.000, 0.000, 0.000, 0), + (17404233, 'Darter', 8146, -158.000, 8.000, -86.000, 86), + (17404231, 'Water_Elemental', 8169, -152.312, 9.010, -70.426, 109), + (17404230, 'Darter', 8146, -165.000, 9.000, -46.000, 84), + (17404228, 'Water_Elemental', 8169, -101.258, 9.513, -48.242, 40), + (17404227, 'Darter', 8146, -135.000, 5.000, -61.000, 8), + (17404226, 'Darter', 8146, -117.000, 8.000, -31.000, 127), + (17404223, 'Korrigan', 8153, -170.501, 5.432, -139.809, 127), + (17404222, 'Korrigan', 8153, -172.263, 6.130, -148.181, 32), + (17404221, 'Korrigan', 8153, -147.388, 5.356, -141.510, 127), + (17404220, 'Korrigan', 8153, -143.420, 6.114, -135.818, 92), + (17404219, 'Elder_Goobbue', 8150, -152.963, 8.744, -156.465, 127), + (17404218, 'Korrigan', 8153, -167.694, 8.706, -160.002, 19), + (17404217, 'Korrigan', 8153, -174.473, 8.078, -168.923, 127), + (17404216, 'Korrigan', 8153, -150.398, 8.685, -159.342, 127), + (17404215, 'Darter', 8146, -114.121, 8.733, -79.924, 127), + (17404214, 'Darter', 8146, -122.944, 8.801, -71.838, 127), + (17404213, 'Elder_Goobbue', 8150, -110.123, 7.593, -88.642, 101), + (17404212, 'Korrigan', 8153, -120.477, 8.267, -90.829, 40), + (17404211, 'Korrigan', 8153, -135.922, 6.024, -52.104, 127), + (17404210, 'Darter', 8146, -171.000, 8.000, -104.000, 26), + (17404209, 'Darter', 8146, -154.189, 8.768, -127.159, 127), + (17404208, 'Steelshell', 8164, -141.000, 9.000, -83.000, 22), + (17404207, 'Steelshell', 8164, -105.000, 10.000, -62.000, 26), + (17404206, 'Steelshell', 8164, -153.000, 9.000, -54.000, 127), + (17404205, 'Steelshell', 8164, -118.000, 9.000, -63.000, 17), + (17404204, 'Steelshell', 8164, -143.000, 9.000, -111.000, 80), + (17404203, 'Korrigan', 8153, -110.964, 7.074, -92.520, 34), + (17404202, 'Korrigan', 8153, -173.625, 5.831, -58.925, 64), + (17404201, 'Elder_Goobbue', 8150, -164.760, 8.602, -31.108, 93), + (17404200, 'Korrigan', 8153, -166.474, 8.352, -27.690, 127), + (17404199, 'Korrigan', 8153, -157.704, 8.741, -36.093, 71), + (17404198, 'Korrigan', 8153, -132.563, 6.116, -24.923, 127), + (17404197, 'Korrigan', 8153, -142.457, 6.018, -24.912, 60), + (17404196, 'Elder_Goobbue', 8150, -149.472, 8.568, -34.221, 127), + (17404195, 'Korrigan', 8153, -116.085, 8.695, -45.284, 127), + (17404194, 'Korrigan', 8153, -121.694, 8.753, -38.748, 127), + (17404193, 'Thunder_Elemental', 8166, -19.787, 8.530, -318.509, 127), + (17404192, 'Processionaire', 8160, -13.604, 8.446, -300.370, 10), + (17404191, 'Thunder_Elemental', 8166, -39.326, 8.651, -300.915, 24), + (17404190, 'Processionaire', 8160, -55.627, 8.550, -301.510, 127), + (17404189, 'Thunder_Elemental', 8166, -55.689, 4.950, -264.934, 83), + (17404188, 'Processionaire', 8160, -33.311, 5.868, -258.602, 127), + (17404187, 'Processionaire', 8160, -68.516, 8.852, -259.691, 127), + (17404186, 'Processionaire', 8160, -61.937, 8.762, -259.686, 127), + (17404185, 'Thunder_Elemental', 8166, -60.726, 8.377, -239.254, 124), + (17404184, 'Processionaire', 8160, -83.769, 8.628, -220.785, 127), + (17404183, 'Processionaire', 8160, -76.335, 8.564, -221.839, 127), + (17404182, 'Processionaire', 8160, -58.143, 8.253, -213.123, 46), + (17404181, 'Processionaire', 8160, -51.604, -14.821, -176.941, 127), + (17404180, 'Elder_Goobbue', 8150, -41.000, -19.000, -114.000, 44), + (17404179, 'Processionaire', 8160, -25.811, -19.407, -218.373, 75), + (17404178, 'Processionaire', 8160, -24.791, -19.549, -200.777, 127), + (17404177, 'Processionaire', 8160, -62.077, -9.621, -170.265, 127), + (17404176, 'Processionaire', 8160, -34.867, -19.694, -179.009, 126), + (17404175, 'Thunder_Elemental', 8166, 59.946, -19.485, -201.797, 42), + (17404174, 'Steelshell', 8164, 32.888, -18.666, -162.157, 70), + (17404173, 'Skimmer', 8163, 57.865, -19.234, -201.817, 87), + (17404172, 'Skimmer', 8163, 60.206, -17.164, -214.804, 50), + (17404171, 'Water_Elemental', 8169, -82.249, -5.176, -59.168, 5), + (17404170, 'Steelshell', 8164, -87.611, -0.894, -58.516, 127), + (17404169, 'Water_Elemental', 8169, 126.486, -1.464, -58.665, 118), + (17404168, 'Robber_Crab', 8161, 122.769, -4.775, -59.296, 127), + (17404167, 'Water_Elemental', 8169, 20.970, -2.285, 47.504, 70), + (17404166, 'Robber_Crab', 8161, 20.138, -8.412, 36.608, 65), + (17404165, 'Water_Elemental', 8169, 45.649, -18.689, -159.964, 127), + (17404164, 'Skimmer', 8163, 73.000, -16.000, -221.000, 122), + (17404163, 'Skimmer', 8163, 59.000, -19.000, -185.000, 10), + (17404162, 'Water_Elemental', 8169, 0.000, 0.000, 0.000, 0), + (17404161, 'Steelshell', 8164, 43.000, -18.000, -90.000, 127), + (17404160, 'Steelshell', 8164, 21.000, -18.000, -122.000, 127), + (17404159, 'Steelshell', 8164, -10.000, -18.000, -82.000, 127), + (17404158, 'Steelshell', 8164, -26.000, -18.000, -59.000, 127), + (17404157, 'Skimmer', 8163, 29.832, -18.560, -80.353, 127), + (17404156, 'Skimmer', 8163, 22.808, -18.661, -115.595, 127), + (17404155, 'Water_Elemental', 8169, 0.351, -18.517, -54.159, 27), + (17404154, 'Steelshell', 8164, -4.926, -18.539, -64.224, 67), + (17404153, 'Steelshell', 8164, -8.000, -18.000, -36.000, 127), + (17404152, 'Skimmer', 8163, -14.300, -18.531, -64.066, 127), + (17404151, 'Skimmer', 8163, -10.081, -18.627, -46.367, 127), + (17404150, 'Water_Elemental', 8169, 0.000, 0.000, 0.000, 0), + (17404149, 'Steelshell', 8164, 21.000, -18.000, -19.000, 127), + (17404148, 'Steelshell', 8164, 40.000, -18.000, -34.000, 127), + (17404147, 'Skimmer', 8163, 43.947, -18.571, -85.895, 127), + (17404146, 'Skimmer', 8163, 50.000, -18.000, -59.000, 1), + (17404145, 'Water_Elemental', 8169, 83.000, -18.000, -61.000, 127), + (17404144, 'Steelshell', 8164, -48.000, -18.000, -59.000, 62), + (17404143, 'Steelshell', 8164, 16.000, -18.000, -88.000, 38), + (17404142, 'Steelshell', 8164, 79.000, -16.000, -219.000, 77), + (17404141, 'Steelshell', 8164, 20.922, -18.506, -41.175, 44), + (17404140, 'Skimmer', 8163, 36.412, -18.646, -47.014, 58), + (17404139, 'Skimmer', 8163, 32.934, -18.707, -35.641, 127), + (17404138, 'Skimmer', 8163, 31.905, -20.899, -50.140, 20), + (17404137, 'Skimmer', 8163, 9.747, -21.103, -72.190, 93), + (17404136, 'Skimmer', 8163, 5.289, -20.676, -58.534, 127), + (17404135, 'Skimmer', 8163, 5.586, -20.739, -64.777, 65), + (17404134, 'Elder_Goobbue', 8150, 54.820, -19.930, -114.832, 91), + (17404133, 'Elder_Goobbue', 8150, 37.605, -19.648, -141.107, 127), + (17404132, 'Moss_Eater', 8157, 42.263, -19.767, -109.129, 127), + (17404131, 'Moss_Eater', 8157, 52.801, -19.967, -127.419, 88), + (17404130, 'Elder_Goobbue', 8150, -17.000, -19.000, -117.000, 127), + (17404129, 'Elder_Goobbue', 8150, -5.674, -20.376, -133.955, 127), + (17404128, 'Elder_Goobbue', 8150, -32.000, -20.000, -91.000, 127), + (17404127, 'Korrigan', 8153, -28.000, -19.000, -106.000, 94), + (17404126, 'Korrigan', 8153, -13.646, -20.017, -128.212, 108), + (17404125, 'Elder_Goobbue', 8150, -55.836, -19.982, -90.704, 127), + (17404124, 'Elder_Goobbue', 8150, -32.373, -19.780, -73.969, 113), + (17404123, 'Elder_Goobbue', 8150, -52.642, -19.885, -46.494, 127), + (17404122, 'Korrigan', 8153, -38.000, -19.000, -82.000, 127), + (17404121, 'Korrigan', 8153, -53.423, -19.876, -85.060, 127), + (17404120, 'Elder_Goobbue', 8150, 43.000, -19.000, 7.000, 127), + (17404119, 'Elder_Goobbue', 8150, -49.000, -19.000, -27.000, 127), + (17404118, 'Moss_Eater', 8157, -31.100, -19.696, -47.620, 24), + (17404117, 'Moss_Eater', 8157, -39.742, -19.654, -25.296, 104), + (17404116, 'Elder_Goobbue', 8150, 77.967, -19.315, -71.111, 127), + (17404115, 'Elder_Goobbue', 8150, 75.000, -19.000, -91.000, 127), + (17404114, 'Moss_Eater', 8157, 62.780, -19.207, -79.147, 127), + (17404113, 'Moss_Eater', 8157, 84.731, -19.928, -95.847, 0), + (17404112, 'Elder_Goobbue', 8150, 71.069, -19.774, -49.705, 101), + (17404111, 'Elder_Goobbue', 8150, 82.438, -19.734, -29.627, 127), + (17404110, 'Moss_Eater', 8157, 88.531, -19.637, -38.579, 114), + (17404109, 'Moss_Eater', 8157, 91.942, -19.800, -42.921, 79), + (17404108, 'Elder_Goobbue', 8150, -15.616, -19.574, -1.819, 98), + (17404107, 'Elder_Goobbue', 8150, 3.000, -19.000, 9.000, 82), + (17404106, 'Moss_Eater', 8157, 38.362, -19.736, 3.798, 127), + (17404105, 'Moss_Eater', 8157, 45.443, -20.229, 15.686, 127), + (17404104, 'Elder_Goobbue', 8150, -35.862, -19.745, 2.450, 47), + (17404103, 'Elder_Goobbue', 8150, 46.000, -19.000, -15.000, 127), + (17404102, 'Moss_Eater', 8157, -29.680, -19.686, 5.331, 88), + (17404101, 'Moss_Eater', 8157, 9.146, -19.732, -11.675, 16), + (17404100, 'Thunder_Elemental', 8166, 179.439, 7.903, 55.940, 48), + (17404099, 'Mourioche', 8158, -106.351, -7.713, 8.632, 14), + (17404098, 'Mourioche', 8158, -110.573, -3.756, 16.799, 127), + (17404097, 'Mourioche', 8158, -111.821, -5.921, 9.140, 127), + (17404096, 'Old_Goobbue', 8159, -76.180, 8.489, 86.935, 127), + (17404095, 'Moss_Eater', 8157, -78.478, 8.778, 84.644, 64), + (17404094, 'Moss_Eater', 8157, -83.081, 8.571, 69.745, 8), + (17404093, 'Mourioche', 8158, -90.597, 8.744, 80.550, 40), + (17404092, 'Mourioche', 8158, -80.766, 8.630, 65.491, 127), + (17404091, 'Mourioche', 8158, -96.417, 8.449, 67.775, 127), + (17404090, 'Morbol_Menace', 8156, -80.493, 8.315, 114.023, 127), + (17404089, 'Morbol_Menace', 8156, -85.000, 8.000, 78.000, 127), + (17404088, 'Mourioche', 8158, -83.537, 8.757, 109.334, 4), + (17404087, 'Mourioche', 8158, -76.656, 8.769, 98.449, 55), + (17404086, 'Mourioche', 8158, -79.319, 8.791, 103.972, 30), + (17404085, 'Mourioche', 8158, -80.395, 8.748, 99.972, 109), + (17404084, 'Old_Goobbue', 8159, -87.637, 7.844, 127.664, 127), + (17404083, 'Moss_Eater', 8157, -78.689, 8.716, 125.643, 127), + (17404082, 'Moss_Eater', 8157, -84.231, 8.486, 134.456, 7), + (17404081, 'Mourioche', 8158, -82.128, 8.778, 125.382, 127), + (17404080, 'Mourioche', 8158, -68.000, 8.725, 122.000, 127), + (17404079, 'Mourioche', 8158, -93.140, 8.577, 123.021, 114), + (17404078, 'Mourioche', 8158, -94.083, 5.788, 98.602, 75), + (17404077, 'Mourioche', 8158, -96.084, 6.093, 100.037, 127), + (17404076, 'Mourioche', 8158, -106.510, 6.590, 105.540, 127), + (17404075, 'Mourioche', 8158, -64.406, 6.079, 107.003, 127), + (17404074, 'Mourioche', 8158, -68.000, 8.000, 84.000, 80), + (17404073, 'Thunder_Elemental', 8166, -40.348, 8.113, 139.178, 40), + (17404072, 'Mourioche', 8158, -49.000, 8.571, 140.000, 127), + (17404071, 'Water_Elemental', 8169, 29.228, 9.585, 74.412, 11), + (17404070, 'Robber_Crab', 8161, 18.978, 9.495, 60.678, 98), + (17404069, 'Robber_Crab', 8161, 25.096, 9.778, 66.566, 19), + (17404068, 'Water_Elemental', 8169, 0.000, 0.000, 0.000, 0), + (17404067, 'Robber_Crab', 8161, 7.371, 9.369, 89.434, 91), + (17404066, 'Robber_Crab', 8161, 22.581, 9.622, 81.884, 117), + (17404065, 'Robber_Crab', 8161, 13.954, 9.341, 84.618, 127), + (17404064, 'Water_Elemental', 8169, 54.977, 9.430, 98.674, 120), + (17404063, 'Robber_Crab', 8161, 67.170, 9.525, 95.697, 23), + (17404062, 'Robber_Crab', 8161, 72.018, 9.461, 95.018, 127), + (17404061, 'Old_Goobbue', 8159, 0.000, 0.000, 0.000, 0), + (17404060, 'Moss_Eater', 8157, 0.000, 0.000, 0.000, 0), + (17404059, 'Moss_Eater', 8157, 6.832, 8.747, 78.160, 127), + (17404058, 'Moss_Eater', 8157, 1.725, 8.846, 80.469, 127), + (17404057, 'Mourioche', 8158, -14.163, 7.016, 68.863, 83), + (17404056, 'Mourioche', 8158, 8.352, 8.697, 75.744, 47), + (17404055, 'Mourioche', 8158, 0.822, 8.820, 86.726, 127), + (17404054, 'Old_Goobbue', 8159, -10.000, 8.171, 127.000, 127), + (17404053, 'Moss_Eater', 8157, 21.842, 6.164, 141.149, 127), + (17404052, 'Moss_Eater', 8157, -5.916, 9.047, 105.626, 127), + (17404051, 'Moss_Eater', 8157, -2.470, 8.787, 102.514, 127), + (17404050, 'Mourioche', 8158, -14.809, 8.578, 124.934, 127), + (17404049, 'Mourioche', 8158, -1.774, 9.332, 128.637, 49), + (17404048, 'Mourioche', 8158, -7.262, 9.353, 118.342, 127), + (17404047, 'Mourioche', 8158, -1.645, 8.804, 115.635, 127), + (17404046, 'Mourioche', 8158, -8.387, 5.807, 99.031, 127), + (17404045, 'Mourioche', 8158, -16.539, 7.146, 93.905, 61), + (17404044, 'Old_Goobbue', 8159, 43.344, 8.189, 126.148, 127), + (17404043, 'Moss_Eater', 8157, 17.066, 8.751, 121.329, 127), + (17404042, 'Moss_Eater', 8157, 36.289, 8.711, 129.643, 127), + (17404041, 'Moss_Eater', 8157, 55.445, 8.273, 114.245, 127), + (17404040, 'Mourioche', 8158, 35.568, 8.002, 138.304, 127), + (17404039, 'Mourioche', 8158, 20.343, 9.138, 125.880, 127), + (17404038, 'Mourioche', 8158, 17.465, 8.946, 124.086, 76), + (17404037, 'Mourioche', 8158, 37.338, 8.788, 111.159, 127), + (17404036, 'Mourioche', 8158, 13.376, 6.601, 135.688, 127), + (17404035, 'Mourioche', 8158, 19.675, 5.997, 136.508, 3), + (17404034, 'Knight_Crawler', 8152, 10.850, 5.583, 106.271, 127), + (17404033, 'Knight_Crawler', 8152, 21.401, 6.012, 110.080, 127), + (17404032, 'Moss_Eater', 8157, 66.084, 6.115, 62.774, 19), + (17404031, 'Moss_Eater', 8157, 60.867, 6.316, 59.681, 38), + (17404030, 'Moss_Eater', 8157, 48.017, 8.369, 68.842, 18), + (17404029, 'Unut', 8167, 104.340, 8.423, 81.217, 81), + (17404028, 'Old_Goobbue', 8159, 92.136, 8.232, 77.106, 35), + (17404027, 'Moss_Eater', 8157, 0.000, 0.000, 0.000, 0), + (17404026, 'Moss_Eater', 8157, 60.746, 8.751, 78.800, 127), + (17404025, 'Moss_Eater', 8157, 66.787, 8.731, 77.301, 127), + (17404024, 'Mourioche', 8158, 46.077, 8.131, 84.548, 127), + (17404023, 'Mourioche', 8158, 46.000, 9.000, 74.000, 28), + (17404022, 'Mourioche', 8158, 74.270, 8.775, 88.744, 127), + (17404021, 'Mourioche', 8158, 99.639, 8.749, 80.669, 43), + (17404020, 'Moss_Eater', 8157, 108.482, 8.068, 44.914, 46), + (17404019, 'Moss_Eater', 8157, 111.447, 8.405, 54.898, 127), + (17404018, 'Moss_Eater', 8157, 110.957, 8.190, 49.725, 127), + (17404017, 'Old_Goobbue', 8159, 134.134, 8.092, 74.035, 68), + (17404016, 'Moss_Eater', 8157, 131.683, 8.846, 37.572, 127), + (17404015, 'Moss_Eater', 8157, 136.731, 8.308, 59.470, 107), + (17404014, 'Moss_Eater', 8157, 128.136, 10.245, 22.631, 32), + (17404013, 'Mourioche', 8158, 122.799, 8.163, 62.277, 72), + (17404012, 'Mourioche', 8158, 121.870, 8.790, 35.707, 127), + (17404011, 'Mourioche', 8158, 132.888, 8.153, 57.160, 91), + (17404010, 'Mourioche', 8158, 122.006, 8.894, 28.752, 127), + (17404009, 'Thunder_Elemental', 8166, 178.046, 8.328, 41.171, 85), + (17404008, 'Knight_Crawler', 8152, 175.248, 8.172, 65.143, 127), + (17404007, 'Knight_Crawler', 8152, 178.478, 8.330, 40.081, 127), + (17404006, 'Knight_Crawler', 8152, 160.928, 8.186, 58.721, 112), + (17404005, 'Water_Elemental', 8169, 157.388, 9.564, -55.396, 87), + (17404004, 'Robber_Crab', 8161, 145.000, 9.004, -69.000, 127), + (17404003, 'Robber_Crab', 8161, 145.038, 9.631, -50.137, 66), + (17404002, 'Robber_Crab', 8161, 150.282, 9.710, -55.072, 127), + (17404001, 'Water_Elemental', 8169, 0.000, 0.000, 0.000, 0), + (17404000, 'Aquarius', 8139, 192.000, 9.000, -72.000, 83), + (17403999, 'Robber_Crab', 8161, 152.000, 9.000, -61.000, 103), + (17403998, 'Robber_Crab', 8161, 162.832, 9.608, -58.334, 65), + (17403997, 'Robber_Crab', 8161, 192.000, 9.000, -52.000, 93), + (17403996, 'Water_Elemental', 8169, 174.858, 9.560, -13.111, 127), + (17403995, 'Robber_Crab', 8161, 171.000, 9.000, -73.000, 127), + (17403994, 'Robber_Crab', 8161, 179.470, 9.490, -28.296, 65), + (17403993, 'Robber_Crab', 8161, 174.000, 9.000, -13.000, 127), + (17403992, 'Mourioche', 8158, 147.329, 6.004, -16.974, 127), + (17403991, 'Mourioche', 8158, 143.336, 6.337, -17.591, 127), + (17403990, 'Old_Goobbue', 8159, 159.400, 8.412, -13.029, 127), + (17403989, 'Moss_Eater', 8157, 162.786, 8.618, -2.516, 87), + (17403988, 'Moss_Eater', 8157, 151.746, 8.814, -2.876, 67), + (17403987, 'Moss_Eater', 8157, 150.000, 8.000, 8.000, 127), + (17403986, 'Mourioche', 8158, 164.557, 8.564, 6.511, 37), + (17403985, 'Mourioche', 8158, 160.470, 8.790, -32.773, 27), + (17403984, 'Mourioche', 8158, 163.873, 8.738, -14.090, 127), + (17403983, 'Mourioche', 8158, 149.592, 8.659, -35.839, 123), + (17403982, 'Knight_Crawler', 8152, 188.678, 6.585, -62.105, 127), + (17403981, 'Knight_Crawler', 8152, 185.654, 5.671, -66.092, 90), + (17403980, 'Mourioche', 8158, 208.000, 8.000, -77.000, 35), + (17403979, 'Mourioche', 8158, 212.354, 5.669, -60.329, 127), + (17403978, 'Moss_Eater', 8157, 214.620, 8.787, -80.266, 11), + (17403977, 'Moss_Eater', 8157, 200.730, 8.740, -58.253, 92), + (17403976, 'Mourioche', 8158, 205.046, 8.637, -34.695, 56), + (17403975, 'Mourioche', 8158, 217.493, 8.171, -18.706, 127), + (17403974, 'Mourioche', 8158, 198.416, 8.819, -41.405, 127), + (17403973, 'Mourioche', 8158, 208.000, 8.000, -77.000, 28), + (17403972, 'Moss_Eater', 8157, 151.000, 8.826, -79.000, 127), + (17403971, 'Moss_Eater', 8157, 177.701, 8.363, -85.333, 120), + (17403970, 'Mourioche', 8158, 162.000, 8.000, -95.000, 50), + (17403969, 'Mourioche', 8158, 184.939, 8.640, -79.494, 127), + (17403968, 'Mourioche', 8158, 187.000, 7.000, -95.000, 30), + (17403967, 'Bark_Spider', 8140, 222.452, 8.347, -0.770, 127), + (17403966, 'Bark_Spider', 8140, 216.000, 8.000, 15.000, 127), + (17403965, 'Bark_Spider', 8140, 254.225, 4.951, 21.801, 127), + (17403964, 'Bark_Spider', 8140, 260.786, 4.913, 28.964, 127), + (17403963, 'Bark_Spider', 8140, 260.135, 4.809, 23.251, 2), + (17403962, 'Bark_Spider', 8140, 257.070, 5.235, 55.353, 119), + (17403961, 'Bark_Spider', 8140, 258.201, 5.472, 51.077, 127), + (17403960, 'Bark_Spider', 8140, 301.180, 1.003, 68.084, 69), + (17403959, 'Bark_Spider', 8140, 298.702, -0.794, 80.092, 79), + (17403958, 'Bark_Spider', 8140, 326.896, -3.695, 98.971, 127), + (17403957, 'Bark_Spider', 8140, 337.536, -3.814, 97.499, 49), + (17403956, 'Death_Cap', 8147, 266.044, 7.772, -14.439, 127), + (17403955, 'Death_Cap', 8147, 265.454, 7.683, -18.175, 109), + (17403954, 'Death_Cap', 8147, 258.047, 7.999, -26.769, 127), + (17403953, 'Death_Cap', 8147, 259.280, 7.653, -19.115, 32), + (17403952, 'Death_Cap', 8147, 266.861, 8.793, 14.602, 127), + (17403951, 'Death_Cap', 8147, 258.522, 8.754, 9.751, 127), + (17403950, 'Death_Cap', 8147, 259.281, 8.797, 16.428, 127), + (17403949, 'Death_Cap', 8147, 321.550, 8.612, 19.803, 127), + (17403948, 'Death_Cap', 8147, 324.122, 8.354, 25.109, 127), + (17403947, 'Death_Cap', 8147, 331.642, 8.587, 17.660, 35), + (17403946, 'Death_Cap', 8147, 330.049, 8.612, 20.905, 127), + (17403945, 'Bark_Spider', 8140, 304.430, 8.218, 24.479, 127), + (17403944, 'Bark_Spider', 8140, 300.311, 8.442, 17.732, 46), + (17403943, 'Bark_Spider', 8140, 298.594, 8.540, -6.415, 127), + (17403942, 'Bark_Spider', 8140, 299.611, 8.631, 5.225, 127), + (17403941, 'Bark_Spider', 8140, 180.999, 8.461, -113.578, 127), + (17403940, 'Bark_Spider', 8140, 179.086, 8.501, -124.663, 80), + (17403939, 'Ellyllon', 8151, 203.000, 8.000, -157.000, 127), + (17403938, 'Death_Cap', 8147, 206.004, 6.910, -179.673, 25), + (17403937, 'Death_Cap', 8147, 192.524, 8.275, -148.737, 127), + (17403936, 'Death_Cap', 8147, 197.308, 8.704, -158.584, 42), + (17403935, 'Death_Cap', 8147, 207.882, 8.227, -172.254, 127), + (17403934, 'Death_Cap', 8147, 211.000, 8.000, -158.000, 97), + (17403933, 'Death_Cap', 8147, 260.552, 8.382, -94.081, 127), + (17403932, 'Death_Cap', 8147, 258.622, 8.673, -104.763, 41), + (17403931, 'Bark_Spider', 8140, 228.000, 8.000, -99.000, 127), + (17403930, 'Bark_Spider', 8140, 241.663, 8.341, -102.155, 2), + (17403929, 'Bark_Spider', 8140, 259.623, 8.552, -163.551, 66), + (17403928, 'Bark_Spider', 8140, 261.729, 8.536, -172.792, 45), + (17403927, 'Bark_Spider', 8140, 248.371, 8.393, -182.639, 114), + (17403926, 'Bark_Spider', 8140, 274.869, 8.222, -139.721, 24), + (17403925, 'Bark_Spider', 8140, 287.969, 8.273, -140.978, 12), + (17403924, 'Death_Cap', 8147, 293.844, 8.000, -99.393, 127), + (17403923, 'Death_Cap', 8147, 303.322, 8.379, -102.292, 127), + (17403922, 'Death_Cap', 8147, 295.025, 6.904, -110.188, 75), + (17403921, 'Death_Cap', 8147, 287.373, 7.787, -102.803, 26), + (17403920, 'Bark_Spider', 8140, 297.811, 8.492, -71.119, 91), + (17403919, 'Bark_Spider', 8140, 298.003, 8.659, -76.611, 127), + (17403918, 'Death_Cap', 8147, 332.433, 8.519, -52.860, 23), + (17403917, 'Death_Cap', 8147, 327.470, 8.006, -29.267, 127), + (17403916, 'Death_Cap', 8147, 334.971, 8.513, -40.977, 127), + (17403915, 'Death_Cap', 8147, 322.930, 8.553, -31.542, 127), + (17403914, 'Death_Cap', 8147, 312.973, 8.151, -25.775, 127), + (17403913, 'Bark_Spider', 8140, 348.632, 11.443, -100.941, 127), + (17403912, 'Bark_Spider', 8140, 345.595, 11.393, -102.106, 127), + (17403911, 'Bark_Spider', 8140, 420.718, 8.798, -81.683, 127), + (17403910, 'Bark_Spider', 8140, 420.082, 8.437, -75.100, 64), + (17403909, 'Demonic_Pugil', 8148, 0.000, 0.000, 0.000, 0), + (17403908, 'Demonic_Pugil', 8148, -500.000, -500.000, -500.000, 127), + (17403907, 'Bouncing_Ball', 8144, 0.000, 0.000, 0.000, 0), + (17403906, 'Stygian_Pugil', 8165, 0.000, 0.000, 0.000, 0), + (17403905, 'Scavenger_Crab', 8162, 0.000, 0.000, 0.000, 0), + (17408001, 'Demonic_Pugil', 8173, 0.000, 0.000, 0.000, 0), + (17408002, 'Demonic_Pugil', 8173, 0.000, 0.000, 0.000, 0), + (17408003, 'Demonic_Pugil', 8173, 0.000, 0.000, 0.000, 0), + (17408004, 'Demonic_Pugil', 8173, 0.000, 0.000, 0.000, 0), + (17408005, 'Demonic_Pugil', 8173, 0.000, 0.000, 0.000, 0), + (17408006, 'Bark_Tarantula', 8171, -63.387, -1.556, 16.257, 122), + (17408007, 'Bark_Tarantula', 8171, -60.867, -1.549, -11.126, 44), + (17408008, 'Bark_Tarantula', 8171, -21.076, -1.445, 19.181, 127), + (17408009, 'Darter', 8172, -18.263, -1.482, 17.776, 66), + (17408010, 'Darter', 8172, 66.000, 6.000, 43.000, 66), + (17408011, 'Darter', 8172, -20.941, -1.635, 30.774, 20), + (17408012, 'Darter', 8172, -20.982, -2.159, 55.376, 127), + (17408013, 'Darter', 8172, 0.000, 0.000, 0.000, 0), + (17408014, 'Demonic_Rose', 8174, -25.000, -2.000, 56.000, 47), + (17408015, 'Bark_Tarantula', 8171, 26.972, 4.508, 21.089, 127), + (17408016, 'Bark_Tarantula', 8171, 26.789, 4.494, 20.841, 127), + (17408017, 'Bark_Tarantula', 8171, 15.734, 1.820, 15.490, 114), + (17408018, 'Fafnir', 8175, 78.000, 6.000, 39.000, 127), + (17408019, 'Nidhogg', 8178, 78.000, 6.000, 34.000, 127), + (17408020, 'Darter', 8172, 89.269, 6.694, 37.407, 112), + (17408021, 'Darter', 8172, 69.184, 7.255, 28.361, 35), + (17408022, 'Darter', 8172, 66.712, 5.428, 50.071, 126), + (17408023, 'Darter', 8172, 73.435, 6.760, 36.762, 34), + (17408024, 'Darter', 8172, 70.227, 5.065, 53.669, 66), + (17408025, 'Darter', 8172, 83.171, 6.745, 46.852, 27), + (17408026, 'Bark_Tarantula', 8171, 100.240, 6.366, 85.874, 127), + (17408027, 'Bark_Tarantula', 8171, 99.511, 6.450, 96.559, 23), + (17408028, 'Bark_Tarantula', 8171, 102.332, 6.606, 93.079, 104), + (17408029, 'Bark_Tarantula', 8171, 73.197, -1.769, 141.583, 127), + (17408030, 'Bark_Tarantula', 8171, 64.983, -0.129, 139.136, 127), + (17408031, 'Bark_Tarantula', 8171, 65.581, -0.232, 139.498, 117), + (17408047, 'Kilhwch', 8176, 0.000, 0.000, 0.000, 0), + (17408049, 'Lhu_Mhakaracca', 8177, 0.000, 0.000, 0.000, 0), + (17408054, 'Noillurie', 8179, 0.000, 0.000, 0.000, 0), + (17420289, 'Mold_Bats', 8366, -26.534, -48.105, 20.348, 0), + (17420290, 'Mold_Bats', 8366, -19.000, -48.105, -3.000, 50), + (17420291, 'Mold_Bats', 8366, -19.000, -48.105, 38.000, 54), + (17420292, 'Stirge', 8374, -59.000, -48.081, 36.000, 74), + (17420293, 'Stirge', 8374, -20.000, -48.000, -25.000, 58), + (17420294, 'Goblin_Pathfinder', 8358, 0.000, 0.000, 0.000, 0), + (17420295, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420296, 'Goblin_Furrier', 8357, 27.184, -48.099, -64.062, 8), + (17420297, 'Goblin_Smithy', 8360, 23.201, -47.705, -59.101, 127), + (17420298, 'Goblin_Shaman', 8359, 14.520, -47.705, -56.346, 127), + (17420299, 'Goblin_Pathfinder', 8358, 0.000, 0.000, 0.000, 0), + (17420300, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420301, 'Goblin_Furrier', 8357, 0.000, 0.000, 0.000, 0), + (17420302, 'Goblin_Smithy', 8360, 20.149, -47.705, -69.412, 103), + (17420303, 'Goblin_Shaman', 8359, 28.000, -48.099, -52.000, 127), + (17420304, 'Goblin_Pathfinder', 8358, 87.289, -48.081, -20.620, 118), + (17420305, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420306, 'Goblin_Furrier', 8357, 99.000, -48.105, -8.000, 127), + (17420307, 'Goblin_Smithy', 8360, 76.000, -48.105, -59.000, 117), + (17420308, 'Goblin_Shaman', 8359, 54.698, -48.106, -20.117, 105), + (17420309, 'Goblin_Pathfinder', 8358, 99.000, -48.105, -39.000, 25), + (17420310, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420311, 'Goblin_Furrier', 8357, 94.950, -48.105, -19.987, 89), + (17420312, 'Goblin_Smithy', 8360, 37.000, -48.105, -20.000, 118), + (17420313, 'Goblin_Shaman', 8359, 44.000, -48.500, -59.000, 64), + (17420314, 'Giant_Gatekeeper', 8347, 0.000, 0.000, 0.000, 0), + (17420315, 'Giant_Guard', 8348, 100.000, -48.105, 47.000, 15), + (17420316, 'Giant_Sentry', 8350, 27.000, -47.000, 101.000, 127), + (17420317, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420318, 'Giant_Lobber', 8349, 81.000, -48.105, 19.000, 74), + (17420319, 'Giant_Gatekeeper', 8347, 59.000, -48.105, 28.000, 42), + (17420320, 'Giant_Guard', 8348, 0.000, 0.000, 0.000, 0), + (17420321, 'Giant_Sentry', 8350, 11.000, -47.000, 99.000, 127), + (17420322, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420323, 'Giant_Lobber', 8349, 59.000, -48.500, -4.000, 68), + (17420324, 'Eurytos', 8344, 20.000, -47.000, 94.000, 127), + (17420325, 'Giant_Gatekeeper', 8347, 0.000, 0.000, 0.000, 0), + (17420326, 'Giant_Guard', 8348, -5.000, -47.705, 60.000, 21), + (17420327, 'Giant_Sentry', 8350, 0.000, 0.000, 0.000, 0), + (17420328, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420329, 'Giant_Lobber', 8349, -58.557, -64.105, 28.637, 127), + (17420330, 'Goblin_Pathfinder', 8358, -12.441, -48.105, -58.357, 0), + (17420331, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420332, 'Goblin_Furrier', 8357, 0.000, 0.000, 0.000, 0), + (17420333, 'Goblin_Smithy', 8360, 10.414, -47.644, -58.753, 41), + (17420334, 'Goblin_Shaman', 8359, -28.625, -48.093, -57.318, 127), + (17420335, 'Goblin_Pathfinder', 8358, 0.000, 0.000, 0.000, 0), + (17420336, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420337, 'Goblin_Furrier', 8357, 0.000, 0.000, 0.000, 0), + (17420338, 'Goblin_Smithy', 8360, 19.525, -48.105, -28.590, 74), + (17420339, 'Goblin_Shaman', 8359, 20.000, -48.211, -37.000, 67), + (17420340, 'Magic_Pot', 8365, 78.000, -48.105, 80.000, 127), + (17420341, 'Panzer_Doll', 8369, 71.000, -63.000, 45.000, 127), + (17420342, 'Panzer_Doll', 8369, 80.000, -63.000, 27.000, 56), + (17420343, 'Mold_Bats', 8366, 79.000, -63.000, 16.000, 93), + (17420344, 'Mold_Bats', 8366, 71.020, -64.113, 66.365, 127), + (17420345, 'Stirge', 8374, 68.810, -64.085, 48.226, 75), + (17420346, 'Magic_Pot', 8365, 73.467, -63.712, 8.356, 127), + (17420347, 'Magic_Pot', 8365, 88.011, -63.764, 4.171, 127), + (17420348, 'Mold_Bats', 8366, 99.709, -64.105, 10.060, 127), + (17420349, 'Stirge', 8374, 97.621, -64.085, 28.153, 22), + (17420350, 'Stirge', 8374, 75.912, -63.660, 3.169, 127), + (17420351, 'Banshee', 8342, 0.000, 0.000, 0.000, 0), + (17420352, 'Stirge', 8374, 60.000, -64.000, -36.000, 127), + (17420353, 'Stirge', 8374, 59.000, -64.000, -14.000, 114), + (17420354, 'Banshee', 8342, 39.000, -72.000, -60.000, 53), + (17420355, 'Goblin_Pathfinder', 8358, -35.000, -63.000, 80.000, 127), + (17420356, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420357, 'Goblin_Furrier', 8357, -42.000, -63.000, 72.000, 127), + (17420358, 'Goblin_Smithy', 8360, 13.582, -64.494, 62.366, 127), + (17420359, 'Goblin_Shaman', 8359, -8.000, -64.232, 60.000, 127), + (17420360, 'Goblin_Pathfinder', 8358, -28.213, -64.036, 81.411, 127), + (17420361, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420362, 'Goblin_Furrier', 8357, -46.955, -64.153, 82.967, 127), + (17420363, 'Goblin_Smithy', 8360, 43.000, -64.057, 60.000, 39), + (17420364, 'Goblin_Shaman', 8359, 29.483, -64.500, 61.406, 31), + (17420365, 'Banshee', 8342, 15.000, -63.000, 103.000, 127), + (17420366, 'Evil_Spirit', 8345, 24.365, -63.707, 98.173, 97), + (17420367, 'Goblin_Pathfinder', 8358, 29.018, -79.708, 104.290, 127), + (17420368, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420369, 'Goblin_Furrier', 8357, 19.000, -64.517, 76.000, 127), + (17420370, 'Goblin_Smithy', 8360, -11.000, -79.692, 99.000, 113), + (17420371, 'Goblin_Shaman', 8359, -13.000, -64.025, 59.000, 41), + (17420372, 'Goblin_Pathfinder', 8358, 20.603, -79.714, 91.081, 35), + (17420373, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420374, 'Goblin_Furrier', 8357, 27.000, -80.099, 94.000, 127), + (17420375, 'Goblin_Smithy', 8360, 14.848, -79.706, 99.546, 127), + (17420376, 'Goblin_Shaman', 8359, 14.942, -79.709, 102.963, 87), + (17420377, 'Giant_Gatekeeper', 8347, -59.000, -64.500, 59.000, 127), + (17420378, 'Giant_Guard', 8348, -59.370, -64.105, 17.313, 63), + (17420379, 'Giant_Sentry', 8350, -59.000, -64.105, 45.000, 127), + (17420380, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420381, 'Giant_Lobber', 8349, -48.936, -64.114, 8.575, 127), + (17420382, 'Polybotes', 8370, -41.284, -63.636, 3.492, 127), + (17420383, 'Giant_Gatekeeper', 8347, -42.392, -63.535, -0.946, 127), + (17420384, 'Giant_Guard', 8348, -31.000, -63.713, -3.000, 127), + (17420385, 'Giant_Sentry', 8350, 0.000, 0.000, 0.000, 0), + (17420386, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420387, 'Giant_Lobber', 8349, -0.500, -72.000, -60.000, 127), + (17420388, 'Giant_Gatekeeper', 8347, -19.753, -65.961, -46.870, 127), + (17420389, 'Giant_Guard', 8348, -12.474, -69.003, -58.865, 127), + (17420390, 'Giant_Sentry', 8350, 19.000, -75.000, -44.000, 127), + (17420391, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420392, 'Giant_Lobber', 8349, 0.000, 0.000, 0.000, 0), + (17420393, 'Giant_Gatekeeper', 8347, 4.750, -80.055, -10.193, 124), + (17420394, 'Giant_Guard', 8348, 20.440, -80.055, -12.671, 87), + (17420395, 'Giant_Sentry', 8350, 42.000, -79.634, -3.197, 127), + (17420396, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420397, 'Giant_Lobber', 8349, -12.000, -80.000, 10.000, 36), + (17420398, 'Giant_Gatekeeper', 8347, -11.786, -80.040, 26.179, 127), + (17420399, 'Giant_Guard', 8348, 0.000, 0.000, 0.000, 0), + (17420400, 'Giant_Sentry', 8350, -7.143, -79.603, -2.069, 127), + (17420401, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420402, 'Giant_Lobber', 8349, 50.131, -79.984, 0.391, 73), + (17420403, 'Giant_Gatekeeper', 8347, 53.215, -79.836, 18.673, 127), + (17420404, 'Giant_Guard', 8348, 43.658, -79.535, 14.091, 127), + (17420405, 'Giant_Sentry', 8350, 58.297, -80.105, 24.076, 127), + (17420406, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420407, 'Giant_Lobber', 8349, -4.000, -79.612, 43.000, 127), + (17420408, 'Giant_Gatekeeper', 8347, 18.000, -79.000, 49.000, 127), + (17420409, 'Giant_Guard', 8348, 34.000, -79.830, 48.000, 127), + (17420410, 'Giant_Sentry', 8350, 46.000, -79.844, 35.000, 127), + (17420411, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420412, 'Giant_Lobber', 8349, 70.000, -80.094, 80.000, 127), + (17420413, 'Panzer_Doll', 8369, 100.000, -79.707, 28.000, 127), + (17420414, 'Panzer_Doll', 8369, 106.248, -79.743, 11.079, 13), + (17420415, 'Magic_Pot', 8365, 72.000, -79.727, -46.000, 104), + (17420416, 'Magic_Pot', 8365, 82.000, -79.000, -29.000, 77), + (17420417, 'Rhoitos', 8372, 88.000, -79.000, 73.000, 127), + (17420418, 'Giant_Gatekeeper', 8347, 81.445, -79.977, 71.427, 93), + (17420419, 'Giant_Guard', 8348, 77.924, -80.084, 70.787, 124), + (17420420, 'Giant_Sentry', 8350, 75.000, -79.823, 89.000, 127), + (17420421, 'Gigas_s_Bat', 8354, 0.000, 0.000, 0.000, 0), + (17420422, 'Giant_Lobber', 8349, 0.000, 0.000, 0.000, 0), + (17420423, 'Goblin_Pathfinder', 8358, -59.000, -80.105, 45.000, 127), + (17420424, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420425, 'Goblin_Furrier', 8357, 0.000, 0.000, 0.000, 0), + (17420426, 'Goblin_Smithy', 8360, -59.569, -80.093, 90.609, 127), + (17420427, 'Goblin_Shaman', 8359, 20.172, -79.757, 110.306, 127), + (17420428, 'Goblin_Pathfinder', 8358, -50.817, -79.708, 23.273, 31), + (17420429, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420430, 'Goblin_Furrier', 8357, -61.523, -80.500, 71.229, 40), + (17420431, 'Goblin_Smithy', 8360, -56.953, -80.099, 28.442, 1), + (17420432, 'Goblin_Shaman', 8359, -34.000, -80.105, 100.000, 127), + (17420433, 'Goblin_Pathfinder', 8358, -54.431, -79.707, 20.690, 39), + (17420434, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420435, 'Goblin_Furrier', 8357, -58.449, -80.099, 22.429, 127), + (17420436, 'Goblin_Smithy', 8360, -67.942, -79.599, 26.219, 127), + (17420437, 'Goblin_Shaman', 8359, 0.000, 0.000, 0.000, 0), + (17420438, 'Thunder_Elemental', 8375, -47.168, -80.105, 98.547, 127), + (17420439, 'Light_Elemental', 8363, -56.000, -80.105, 96.000, 127), + (17420440, 'Goblin_Pathfinder', 8358, 0.000, 0.000, 0.000, 0), + (17420441, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420442, 'Goblin_Furrier', 8357, -62.792, -79.705, 21.362, 88), + (17420443, 'Goblin_Smithy', 8360, -43.000, -80.105, -27.000, 127), + (17420444, 'Goblin_Shaman', 8359, -59.896, -80.099, 13.802, 80), + (17420445, 'Goblin_Pathfinder', 8358, -30.498, -80.008, -34.872, 127), + (17420446, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420447, 'Goblin_Furrier', 8357, -58.740, -80.500, -13.160, 127), + (17420448, 'Goblin_Smithy', 8360, 0.000, 0.000, 0.000, 0), + (17420449, 'Goblin_Shaman', 8359, -59.421, -80.105, 0.643, 61), + (17420450, 'Goblin_Pathfinder', 8358, -450.284, -95.529, -35.169, 114), + (17420451, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420452, 'Goblin_Furrier', 8357, 0.000, 0.000, 0.000, 0), + (17420453, 'Goblin_Smithy', 8360, -482.261, -95.529, -20.183, 48), + (17420454, 'Goblin_Shaman', 8359, -33.756, -80.045, -46.854, 127), + (17420455, 'Goblin_Pathfinder', 8358, -463.207, -95.621, -45.528, 124), + (17420456, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420457, 'Goblin_Furrier', 8357, -483.339, -95.620, -9.918, 127), + (17420458, 'Goblin_Smithy', 8360, -469.929, -95.529, -23.335, 127), + (17420459, 'Goblin_Shaman', 8359, 0.000, 0.000, 0.000, 0), + (17420460, 'Goblin_Pathfinder', 8358, -477.408, -95.529, 39.437, 60), + (17420461, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420462, 'Goblin_Furrier', 8357, -470.382, -95.533, -42.850, 86), + (17420463, 'Goblin_Smithy', 8360, -375.000, -111.517, 59.000, 127), + (17420464, 'Goblin_Shaman', 8359, -457.092, -128.500, 98.334, 127), + (17420465, 'Goblin_Pathfinder', 8358, -350.000, -111.525, 48.000, 127), + (17420466, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420467, 'Goblin_Furrier', 8357, -461.000, -96.499, 55.000, 11), + (17420468, 'Goblin_Smithy', 8360, -492.676, -96.124, 16.449, 127), + (17420469, 'Goblin_Shaman', 8359, -404.000, -96.109, -38.000, 127), + (17420470, 'Tower_Bats', 8376, -461.154, -95.529, -25.026, 127), + (17420471, 'Tower_Bats', 8376, -453.704, -96.060, -54.063, 125), + (17420472, 'Goblin_Pathfinder', 8358, -386.654, -95.529, -28.523, 75), + (17420473, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420474, 'Goblin_Furrier', 8357, -365.000, -111.948, 31.000, 127), + (17420475, 'Goblin_Smithy', 8360, -381.118, -95.529, -38.969, 97), + (17420476, 'Goblin_Shaman', 8359, -482.337, -95.554, 34.758, 127), + (17420477, 'Goblin_Pathfinder', 8358, -363.582, -95.424, 57.170, 127), + (17420478, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420479, 'Goblin_Furrier', 8357, -372.057, -95.924, -37.517, 88), + (17420480, 'Goblin_Smithy', 8360, -373.270, -95.749, -47.176, 127), + (17420481, 'Goblin_Shaman', 8359, -370.642, -95.530, -19.658, 127), + (17420482, 'Big_Bat', 8343, -488.086, -95.848, 30.946, 5), + (17420483, 'Big_Bat', 8343, -482.056, -95.564, 51.882, 127), + (17420484, 'Magic_Jar', 8364, -479.000, -96.095, 81.000, 86), + (17420485, 'Thunder_Elemental', 8375, -410.892, -96.115, -53.905, 127), + (17420486, 'Light_Elemental', 8363, -421.455, -95.703, -45.212, 5), + (17420487, 'Goblin_Pathfinder', 8358, -362.518, -95.560, 55.899, 127), + (17420488, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420489, 'Goblin_Furrier', 8357, 0.000, 0.000, 0.000, 0), + (17420490, 'Goblin_Smithy', 8360, -379.616, -95.676, 54.279, 75), + (17420491, 'Goblin_Shaman', 8359, -374.164, -96.076, -52.269, 127), + (17420492, 'Goblin_Pathfinder', 8358, -370.056, -95.846, 66.555, 64), + (17420493, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420494, 'Goblin_Furrier', 8357, -369.464, -96.068, 64.833, 127), + (17420495, 'Goblin_Smithy', 8360, -357.950, -95.552, 66.300, 127), + (17420496, 'Goblin_Shaman', 8359, -354.118, -96.042, 56.809, 127), + (17420497, 'Tower_Bats', 8376, -378.372, -95.529, -22.519, 90), + (17420498, 'Tower_Bats', 8376, -382.228, -96.093, -59.621, 8), + (17420499, 'Goblin_Pathfinder', 8358, -458.423, -112.411, 88.846, 13), + (17420500, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420501, 'Goblin_Furrier', 8357, -356.416, -95.605, 19.158, 125), + (17420502, 'Goblin_Smithy', 8360, -438.463, -111.940, 77.093, 127), + (17420503, 'Goblin_Shaman', 8359, 0.000, 0.000, 0.000, 0), + (17420504, 'Goblin_Pathfinder', 8358, -464.000, -111.528, 56.000, 127), + (17420505, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420506, 'Goblin_Furrier', 8357, -440.570, -111.587, 69.204, 127), + (17420507, 'Goblin_Smithy', 8360, -480.349, -111.585, 52.323, 56), + (17420508, 'Goblin_Shaman', 8359, -432.313, -111.983, 83.898, 127), + (17420509, 'Big_Bat', 8343, -349.806, -95.865, 57.304, 127), + (17420510, 'Big_Bat', 8343, -363.599, -95.533, 42.435, 127), + (17420511, 'Gigas_Wallwatcher', 8356, -462.342, -95.529, 25.403, 6), + (17420512, 'Gigas_Jailer', 8351, -400.769, -95.529, -22.130, 127), + (17420513, 'Gigas_Kettlemaster', 8352, -453.000, -95.529, -1.000, 7), + (17420514, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420515, 'Gigas_Quarrier', 8353, -448.000, -95.924, 45.000, 127), + (17420516, 'Gigas_Wallwatcher', 8356, -404.695, -95.529, -7.804, 127), + (17420517, 'Gigas_Jailer', 8351, -378.080, -95.924, 33.154, 65), + (17420518, 'Gigas_Kettlemaster', 8352, -409.937, -95.772, 48.785, 35), + (17420519, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420520, 'Gigas_Quarrier', 8353, -429.483, -95.529, -9.635, 54), + (17420521, 'Tower_Bats', 8376, -421.497, -95.529, -16.362, 69), + (17420522, 'Tower_Bats', 8376, -457.872, -95.529, -10.341, 127), + (17420523, 'Tower_Bats', 8376, -409.111, -95.529, -23.852, 69), + (17420524, 'Big_Bat', 8343, -384.993, -95.529, 4.480, 51), + (17420525, 'Big_Bat', 8343, -384.571, -95.529, 9.813, 127), + (17420526, 'Big_Bat', 8343, -447.460, -95.529, -8.266, 127), + (17420527, 'Gigas_Kettlemaster', 8352, -384.000, -95.529, 14.000, 127), + (17420528, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420529, 'Ophion', 8368, -444.000, -95.000, -3.000, 127), + (17420530, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420531, 'Evil_Spirit', 8345, -411.841, -95.910, 94.171, 127), + (17420532, 'Evil_Spirit', 8345, -423.663, -95.735, 104.889, 22), + (17420533, 'Thunder_Elemental', 8375, -416.453, -95.742, 90.580, 28), + (17420534, 'Light_Elemental', 8363, -424.192, -95.707, 93.958, 127), + (17420535, 'Goblin_Pathfinder', 8358, -421.268, -127.708, 91.432, 23), + (17420536, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420537, 'Goblin_Furrier', 8357, -453.533, -111.924, 68.095, 54), + (17420538, 'Goblin_Smithy', 8360, -423.547, -127.721, 110.207, 118), + (17420539, 'Goblin_Shaman', 8359, -431.006, -111.916, 69.983, 1), + (17420540, 'Goblin_Pathfinder', 8358, -475.000, -127.000, 73.000, 127), + (17420541, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420542, 'Goblin_Furrier', 8357, -474.206, -128.109, 83.741, 84), + (17420543, 'Goblin_Smithy', 8360, -427.000, -127.724, 95.000, 127), + (17420544, 'Goblin_Shaman', 8359, -412.074, -128.099, 98.628, 27), + (17420545, 'Gigas_Wallwatcher', 8356, -440.761, -111.403, 43.559, 127), + (17420546, 'Gigas_Jailer', 8351, 0.000, 0.000, 0.000, 0), + (17420547, 'Gigas_Kettlemaster', 8352, -422.035, -111.615, 54.405, 126), + (17420548, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420549, 'Gigas_Quarrier', 8353, -442.085, -111.529, 31.797, 127), + (17420550, 'Gigas_Wallwatcher', 8356, -455.994, -111.560, 34.133, 102), + (17420551, 'Gigas_Jailer', 8351, -457.782, -112.104, 15.180, 55), + (17420552, 'Gigas_Kettlemaster', 8352, 0.000, 0.000, 0.000, 0), + (17420553, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420554, 'Gigas_Quarrier', 8353, -402.000, -111.924, 46.000, 127), + (17420555, 'Rhoikos', 8371, -378.000, -111.000, 47.000, 225), + (17420556, 'Gigas_Quarrier', 8353, -416.718, -112.115, -13.175, 127), + (17420557, 'Gigas_Wallwatcher', 8356, -438.000, -111.000, -9.000, 93), + (17420558, 'Gigas_Jailer', 8351, -452.000, -112.119, -0.500, 127), + (17420559, 'Gigas_Kettlemaster', 8352, -396.400, -111.620, -1.636, 127), + (17420560, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420561, 'Gigas_Quarrier', 8353, 0.000, 0.000, 0.000, 0), + (17420562, 'Gigas_Wallwatcher', 8356, -380.908, -112.039, 21.328, 127), + (17420563, 'Gigas_Jailer', 8351, -387.000, -111.530, 7.000, 62), + (17420564, 'Gigas_Kettlemaster', 8352, -407.354, -111.914, -9.479, 37), + (17420565, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420566, 'Gigas_Quarrier', 8353, -389.084, -111.532, 35.374, 19), + (17420567, 'Tower_Bats', 8376, 0.000, 0.000, 0.000, 0), + (17420568, 'Tower_Bats', 8376, -366.817, -111.696, 70.055, 127), + (17420569, 'Tower_Bats', 8376, -338.621, -112.105, 57.921, 33), + (17420570, 'Big_Bat', 8343, -361.840, -111.533, 51.406, 13), + (17420571, 'Big_Bat', 8343, -343.397, -112.109, 49.597, 18), + (17420572, 'Jagd_Doll', 8362, -429.000, -111.706, -61.000, 127), + (17420573, 'Jagd_Doll', 8362, -412.113, -111.705, -67.000, 41), + (17420574, 'Thunder_Elemental', 8375, -410.611, -111.706, -66.506, 71), + (17420575, 'Light_Elemental', 8363, -422.932, -111.705, -64.292, 127), + (17420576, 'Tower_Bats', 8376, -355.000, -127.000, -30.000, 38), + (17420577, 'Big_Bat', 8343, -340.000, -128.000, -24.000, 79), + (17420578, 'Big_Bat', 8343, -370.677, -112.104, -56.921, 86), + (17420579, 'Tower_Bats', 8376, -459.000, -128.000, -18.000, 127), + (17420580, 'Tower_Bats', 8376, -460.000, -111.529, -60.000, 80), + (17420581, 'Big_Bat', 8343, -467.000, -111.695, -58.000, 127), + (17420582, 'Evil_Spirit', 8345, -338.116, -127.705, 14.988, 127), + (17420583, 'Big_Bat', 8343, -350.000, -127.705, -42.000, 127), + (17420584, 'Big_Bat', 8343, -339.000, -127.706, 42.000, 127), + (17420585, 'Big_Bat', 8343, -340.640, -128.104, 53.507, 42), + (17420586, 'Big_Bat', 8343, -351.000, -128.105, 87.000, 63), + (17420587, 'Big_Bat', 8343, -397.000, -112.075, -60.000, 92), + (17420588, 'Big_Bat', 8343, -341.366, -128.105, -3.366, 127), + (17420589, 'Magic_Jar', 8364, -480.000, -111.000, -38.000, 127), + (17420590, 'Thunder_Elemental', 8375, -500.822, -128.105, -24.245, 127), + (17420591, 'Light_Elemental', 8363, -501.792, -128.105, -15.040, 63), + (17420592, 'Ogygos', 8367, -495.000, -128.000, 19.000, 127), + (17420593, 'Gigas_Wallwatcher', 8356, -503.000, -127.715, 24.000, 95), + (17420594, 'Gigas_Jailer', 8351, -499.000, -127.705, 13.000, 58), + (17420595, 'Gigas_Wallwatcher', 8356, -452.634, -128.047, 7.759, 92), + (17420596, 'Gigas_Jailer', 8351, -452.979, -128.098, 19.036, 38), + (17420597, 'Gigas_Kettlemaster', 8352, -445.955, -127.615, 34.264, 39), + (17420598, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420599, 'Gigas_Quarrier', 8353, -440.000, -128.124, -6.000, 127), + (17420600, 'Gigas_Wallwatcher', 8356, -405.121, -128.059, -13.063, 127), + (17420601, 'Gigas_Jailer', 8351, -427.000, -128.103, -11.000, 118), + (17420602, 'Gigas_Kettlemaster', 8352, -411.992, -127.769, -8.971, 127), + (17420603, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420604, 'Gigas_Quarrier', 8353, -386.504, -128.517, 30.815, 127), + (17420605, 'Gigas_Wallwatcher', 8356, -393.471, -127.614, 13.575, 127), + (17420606, 'Gigas_Jailer', 8351, -398.000, -128.115, -2.000, 59), + (17420607, 'Gigas_Kettlemaster', 8352, 0.000, 0.000, 0.000, 0), + (17420608, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420609, 'Gigas_Quarrier', 8353, 0.000, 0.000, 0.000, 0), + (17420610, 'Gigas_Wallwatcher', 8356, -407.000, -128.087, 49.000, 127), + (17420611, 'Gigas_Jailer', 8351, 0.000, 0.000, 0.000, 0), + (17420612, 'Gigas_Kettlemaster', 8352, -426.793, -128.092, 46.668, 117), + (17420613, 'Gigas_s_Bats', 8355, 0.000, 0.000, 0.000, 0), + (17420614, 'Gigas_Quarrier', 8353, -398.000, -127.000, 43.000, 86), + (17420615, 'Goblin_Pathfinder', 8358, 0.000, 0.000, 0.000, 0), + (17420616, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420617, 'Goblin_Furrier', 8357, -420.000, -128.099, 98.000, 107), + (17420618, 'Goblin_Smithy', 8360, 0.000, 0.000, 0.000, 0), + (17420619, 'Goblin_Shaman', 8359, -419.558, -127.705, 105.643, 42), + (17420620, 'Goblin_Pathfinder', 8358, 0.000, 0.000, 0.000, 0), + (17420621, 'Goblin_s_Bat', 8361, 0.000, 0.000, 0.000, 0), + (17420622, 'Goblin_Furrier', 8357, 0.000, 0.000, 0.000, 0), + (17420623, 'Goblin_Smithy', 8360, 0.000, 0.000, 0.000, 0), + (17420624, 'Goblin_Shaman', 8359, 0.000, 0.000, 0.000, 0), + (17420625, 'Magic_Jar', 8364, -447.026, -128.105, 99.648, 127), + (17420626, 'Jagd_Doll', 8362, -418.000, -111.000, -49.000, 27), + (17420627, 'Thunder_Elemental', 8375, -486.591, -128.005, 70.810, 127), + (17420628, 'Light_Elemental', 8363, -471.704, -128.233, 82.256, 127), + (17420629, 'Gerwitz_s_Scythe', 8346, 85.000, -79.000, 79.000, 86), + (17420630, 'Scythe_Victim', 8373, 84.000, -79.000, 80.000, 78), + (17420631, 'Scythe_Victim', 8373, 86.000, -79.000, 78.000, 101), + (17420645, 'Zeid', 8378, -500.000, -500.000, -500.000, 120), + (17420653, 'Treasure_Chest', 8377, 0.000, 0.000, 0.000, 0), + (17424385, 'Enkelados', 8382, -391.000, -143.000, 25.000, 127), + (17424386, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424387, 'Gigas_Torturer', 8388, -387.740, -144.100, 16.162, 127), + (17424388, 'Gigas_Bonecutter', 8383, -371.586, -144.367, 28.244, 45), + (17424389, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424390, 'Gigas_Stonemason', 8385, -380.843, -144.099, 11.526, 21), + (17424391, 'Gigas_Spirekeeper', 8384, -312.000, -144.000, 59.000, 127), + (17424392, 'Gigas_Torturer', 8388, -301.000, -144.000, 69.000, 127), + (17424393, 'Gigas_Bonecutter', 8383, -333.951, -144.500, 61.751, 127), + (17424394, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424395, 'Gigas_Stonemason', 8385, -342.136, -144.500, 61.413, 15), + (17424396, 'Thunder_Elemental', 8402, -326.772, -144.500, 61.295, 97), + (17424397, 'Light_Elemental', 8395, -346.861, -144.490, 62.137, 24), + (17424398, 'Gigas_Spirekeeper', 8384, -287.426, -144.500, 100.646, 127), + (17424399, 'Gigas_Torturer', 8388, -268.000, -144.000, 100.000, 79), + (17424400, 'Gigas_Bonecutter', 8383, -255.000, -144.000, 99.000, 127), + (17424401, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424402, 'Gigas_Stonemason', 8385, -300.847, -144.500, 89.485, 127), + (17424403, 'Thunder_Elemental', 8402, -300.776, -144.500, 89.095, 32), + (17424404, 'Light_Elemental', 8395, -298.147, -144.500, 94.070, 101), + (17424405, 'Gigas_Spirekeeper', 8384, -381.034, -144.499, 43.599, 127), + (17424406, 'Gigas_Torturer', 8388, -377.000, -143.000, 71.000, 68), + (17424407, 'Gigas_Bonecutter', 8383, -379.000, -144.499, 61.000, 127), + (17424408, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424409, 'Gigas_Stonemason', 8385, -379.573, -144.499, 51.809, 127), + (17424410, 'Thunder_Elemental', 8402, -379.430, -144.499, 36.394, 66), + (17424411, 'Light_Elemental', 8395, -378.961, -144.499, 44.564, 127), + (17424412, 'Gigas_Spirekeeper', 8384, -218.606, -144.499, 49.528, 64), + (17424413, 'Gigas_Torturer', 8388, -210.000, -143.000, 27.000, 44), + (17424414, 'Gigas_Bonecutter', 8383, -225.982, -144.490, 70.129, 17), + (17424415, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424416, 'Gigas_Stonemason', 8385, -219.382, -144.498, 65.117, 69), + (17424417, 'Thunder_Elemental', 8402, -218.055, -144.500, 58.839, 64), + (17424418, 'Light_Elemental', 8395, -218.187, -144.500, 54.253, 127), + (17424419, 'Mimas', 8398, -293.419, -144.070, 53.648, 127), + (17424420, 'Magic_Urn', 8397, -238.899, -144.002, 77.680, 61), + (17424421, 'Magic_Urn', 8397, -236.313, -144.298, 72.947, 50), + (17424422, 'Magic_Urn', 8397, -241.098, -144.076, 86.067, 127), + (17424423, 'Enkelados', 8382, -226.158, -144.099, 28.522, 127), + (17424424, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424425, 'Gigas_Spirekeeper', 8384, -225.374, -144.100, 19.749, 127), + (17424426, 'Gigas_Bonecutter', 8383, -215.194, -144.099, 19.528, 127), + (17424427, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424428, 'Gigas_Stonemason', 8385, -225.728, -144.103, 30.087, 125), + (17424429, 'Porphyrion', 8401, -298.160, -144.165, 12.439, 58), + (17424430, 'Thunder_Elemental', 8402, -293.561, -144.623, 24.306, 127), + (17424431, 'Light_Elemental', 8395, -284.995, -143.924, 21.827, 114), + (17424432, 'Gigas_Spirekeeper', 8384, -280.026, -144.225, 35.292, 97), + (17424433, 'Gigas_Torturer', 8388, -276.798, -144.266, 15.071, 30), + (17424434, 'Gigas_Bonecutter', 8383, -283.047, -144.250, 33.735, 127), + (17424435, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424436, 'Gigas_Stonemason', 8385, -274.250, -144.283, 27.049, 84), + (17424437, 'Gigas_Spirekeeper', 8384, -313.391, -144.524, -12.468, 116), + (17424438, 'Gigas_Torturer', 8388, -295.429, -144.398, -9.097, 127), + (17424439, 'Gigas_Bonecutter', 8383, -312.331, -144.759, -13.591, 127), + (17424440, 'Gigas_s_Bats', 8387, 0.000, 0.000, 0.000, 0), + (17424441, 'Gigas_Stonemason', 8385, -293.688, -144.120, 1.548, 126), + (17424442, 'Demonic_Doll', 8380, -358.825, -144.159, -38.803, 127), + (17424443, 'Demonic_Doll', 8380, -226.754, -144.728, -32.811, 106), + (17424444, 'Pallas', 8399, -302.000, -159.000, 21.000, 127), + (17424445, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424446, 'Magic_Pot', 8396, -303.825, -159.924, 13.823, 58), + (17424447, 'Magic_Pot', 8396, -314.460, -159.924, 9.405, 49), + (17424448, 'Magic_Pot', 8396, -312.528, -159.924, 19.562, 127), + (17424449, 'Dire_Bat', 8381, -309.140, -159.924, 13.836, 127), + (17424450, 'Dire_Bat', 8381, -307.942, -159.924, 19.354, 127), + (17424451, 'Dire_Bat', 8381, -297.221, -159.924, 5.041, 127), + (17424452, 'Jotunn_Wallkeeper', 8393, -315.000, -160.517, 52.000, 127), + (17424453, 'Jotunn_Gatekeeper', 8391, -305.000, -160.397, 51.000, 127), + (17424454, 'Jotunn_Hallkeeper', 8392, -274.364, -160.207, 46.033, 127), + (17424455, 'Jotunn_Wildkeeper', 8394, -280.230, -160.519, 52.984, 127), + (17424456, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424457, 'Jotunn_Wallkeeper', 8393, -280.327, -159.993, -5.097, 34), + (17424458, 'Jotunn_Gatekeeper', 8391, -320.534, -159.924, -3.678, 57), + (17424459, 'Jotunn_Hallkeeper', 8392, -299.257, -160.347, -9.953, 63), + (17424460, 'Jotunn_Wildkeeper', 8394, -287.423, -160.466, -11.309, 89), + (17424461, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424462, 'Jotunn_Wallkeeper', 8393, -340.411, -160.499, 20.166, 112), + (17424463, 'Jotunn_Gatekeeper', 8391, -325.646, -160.027, 1.424, 76), + (17424464, 'Jotunn_Hallkeeper', 8392, -332.906, -160.519, 39.799, 88), + (17424465, 'Jotunn_Wildkeeper', 8394, -333.395, -160.515, 1.424, 50), + (17424466, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424467, 'Jotunn_Wallkeeper', 8393, -272.267, -160.159, 27.723, 14), + (17424468, 'Jotunn_Gatekeeper', 8391, -292.995, -160.512, 54.141, 127), + (17424469, 'Jotunn_Hallkeeper', 8392, -274.787, -160.000, 3.201, 127), + (17424470, 'Jotunn_Wildkeeper', 8394, -261.968, -160.501, 25.806, 29), + (17424471, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424472, 'Phasma', 8400, -366.908, -160.336, 84.753, 127), + (17424473, 'Phasma', 8400, -359.458, -160.002, 76.582, 127), + (17424474, 'Phasma', 8400, -358.249, -159.924, 79.765, 68), + (17424475, 'Ixtab', 8390, 0.000, 0.000, 0.000, 0), + (17424476, 'Incubus_Bats', 8389, -341.847, -160.482, -29.294, 92), + (17424477, 'Incubus_Bats', 8389, -338.958, -160.497, -20.548, 127), + (17424478, 'Incubus_Bats', 8389, -242.986, -160.190, 73.348, 127), + (17424479, 'Incubus_Bats', 8389, -241.573, -160.163, 72.702, 127), + (17424480, 'Alkyoneus', 8379, -300.000, -175.000, 22.000, 64), + (17424481, 'Demonic_Doll', 8380, -296.738, -175.924, 17.698, 70), + (17424482, 'Demonic_Doll', 8380, -285.348, -175.924, 20.145, 127), + (17424483, 'Demonic_Doll', 8380, -299.740, -175.924, 15.733, 127), + (17424484, 'Magic_Pot', 8396, -262.727, -176.415, 59.132, 127), + (17424485, 'Magic_Pot', 8396, -264.870, -175.924, 77.028, 4), + (17424486, 'Dire_Bat', 8381, -279.608, -175.952, 72.133, 127), + (17424487, 'Dire_Bat', 8381, -282.696, -176.017, 82.517, 127), + (17424489, 'Jotunn_Wallkeeper', 8393, -296.098, -175.924, 38.476, 52), + (17424490, 'Jotunn_Gatekeeper', 8391, -316.738, -175.924, 35.214, 108), + (17424491, 'Jotunn_Hallkeeper', 8392, -333.000, -176.000, 30.000, 65), + (17424492, 'Jotunn_Wildkeeper', 8394, -300.000, -175.000, 56.000, 58), + (17424493, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424494, 'Jotunn_Wallkeeper', 8393, -293.086, -175.925, -4.024, 127), + (17424495, 'Jotunn_Gatekeeper', 8391, -292.705, -176.507, -14.928, 55), + (17424496, 'Jotunn_Hallkeeper', 8392, -317.000, -175.000, 50.000, 7), + (17424497, 'Jotunn_Wildkeeper', 8394, -308.514, -175.924, -3.720, 127), + (17424498, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424499, 'Jotunn_Wallkeeper', 8393, -327.804, -176.163, 17.037, 127), + (17424500, 'Jotunn_Gatekeeper', 8391, -335.000, -176.000, 28.000, 105), + (17424501, 'Jotunn_Hallkeeper', 8392, -320.705, -175.924, 0.905, 127), + (17424502, 'Jotunn_Wildkeeper', 8394, -321.807, -175.924, 15.624, 127), + (17424503, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424504, 'Jotunn_Wallkeeper', 8393, -265.683, -176.511, 23.816, 37), + (17424505, 'Jotunn_Gatekeeper', 8391, -268.000, -176.000, 40.000, 127), + (17424506, 'Jotunn_Hallkeeper', 8392, -267.000, -176.000, 3.000, 8), + (17424507, 'Jotunn_Wildkeeper', 8394, -270.097, -176.343, 17.070, 127), + (17424508, 'Gigas_s_Bat', 8386, 0.000, 0.000, 0.000, 0), + (17424509, 'Phasma', 8400, -348.777, -176.461, 76.460, 127), + (17424510, 'Phasma', 8400, -359.671, -176.144, 86.200, 127), + (17424511, 'Phasma', 8400, -362.595, -176.133, 85.139, 68), + (17424512, 'Ixtab', 8390, 0.000, 0.000, 0.000, 0), + (17424513, 'Incubus_Bats', 8389, -337.960, -176.495, 58.230, 127), + (17424514, 'Incubus_Bats', 8389, -346.093, -176.494, 71.868, 127), + (17424515, 'Incubus_Bats', 8389, -346.228, -176.491, -31.345, 104), + (17424516, 'Incubus_Bats', 8389, -341.833, -176.469, -27.273, 86), + (17424540, 'Treasure_Chest', 8403, 0.000, 0.000, 0.000, 0), + (17428481, 'Uggalepih_Leech', 8447, -500.000, -500.000, -500.000, 127), + (17428482, 'Uggalepih_Leech', 8447, 0.000, 0.000, 0.000, 0), + (17428483, 'Bloodsucker', 8405, -500.000, -500.000, -500.000, 127), + (17428484, 'Bloodsucker', 8405, 0.000, 0.000, 0.000, 0), + (17428485, 'Bouncing_Ball', 8407, -500.000, -500.000, -500.000, 0), + (17428486, 'Bonze_Marberry', 8406, 340.103, -0.001, 222.666, 127), + (17428487, 'Trompe_L_Oeil', 8446, -500.000, -500.000, -500.000, 127), + (17428488, 'Cook_Solberry', 8413, 0.000, 0.000, 0.000, 0), + (17428489, 'Cook_Nalberry', 8412, -500.000, -500.000, -500.000, 0), + (17428490, 'Cook_Minberry', 8411, -500.000, -500.000, -500.000, 64), + (17428491, 'Cook_Fulberry', 8410, -500.000, -500.000, -500.000, 0), + (17428492, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428493, 'Tonberry_s_Avatar', 8443, -500.000, -500.000, -500.000, 127), + (17428494, 'Temple_Guardian', 8433, -64.472, -0.523, -102.889, 127), + (17428495, 'Nio-A', 8424, 0.000, 0.000, 0.000, 0), + (17428496, 'Nio-Hum', 8425, 0.000, 0.000, 0.000, 0), + (17428497, 'Mimic', 8423, 0.000, 0.000, 0.000, 0), + (17428498, 'Temple_Opo-opo', 8434, 197.000, -0.114, 20.000, 52), + (17428499, 'Wespe', 8449, 205.000, -0.110, 19.000, 60), + (17428500, 'Temple_Opo-opo', 8434, 221.022, 0.000, 0.525, 127), + (17428501, 'Wespe', 8449, 219.000, -0.500, 1.000, 127), + (17428502, 'Wespe', 8449, 219.783, -0.144, 17.959, 127), + (17428503, 'Tonberry_Stalker', 8442, 201.376, 0.000, -15.346, 127), + (17428504, 'Tonberry_Cutter', 8435, 218.000, -0.008, -19.000, 127), + (17428505, 'Tonberry_Harrier', 8437, 215.937, 0.000, -23.522, 0), + (17428506, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428507, 'Tonberry_Stalker', 8442, 188.266, 0.000, -26.145, 121), + (17428508, 'Tonberry_Cutter', 8435, 193.974, -0.010, -25.406, 92), + (17428509, 'Temple_Opo-opo', 8434, 205.649, -0.076, -17.521, 127), + (17428510, 'Wespe', 8449, 218.311, -0.002, -15.599, 127), + (17428511, 'Temple_Opo-opo', 8434, 179.027, 0.000, -29.918, 127), + (17428512, 'Temple_Opo-opo', 8434, 181.338, 0.031, -34.010, 74), + (17428513, 'Tonberry_Stalker', 8442, 154.379, -0.013, -59.144, 100), + (17428514, 'Tonberry_Cutter', 8435, 164.483, -0.058, -60.400, 127), + (17428515, 'Tonberry_Harrier', 8437, 147.305, 0.000, -54.791, 127), + (17428516, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428517, 'Tonberry_Stalker', 8442, 153.026, 0.005, -54.514, 127), + (17428518, 'Tonberry_Cutter', 8435, 178.000, -0.005, -58.000, 42), + (17428519, 'Temple_Opo-opo', 8434, 139.000, -0.001, -45.000, 127), + (17428520, 'Temple_Opo-opo', 8434, 171.088, 0.000, -53.794, 127), + (17428521, 'Temple_Opo-opo', 8434, 141.802, 0.001, -127.579, 127), + (17428522, 'Temple_Opo-opo', 8434, 141.426, 0.000, -101.040, 36), + (17428523, 'Temple_Opo-opo', 8434, 141.209, 0.000, -121.406, 5), + (17428524, 'Tonberry_Cutter', 8435, 139.231, 0.000, -103.779, 63), + (17428525, 'Temple_Opo-opo', 8434, 137.662, 0.000, -27.156, 88), + (17428526, 'Temple_Opo-opo', 8434, 140.306, 0.000, -27.823, 7), + (17428527, 'Temple_Opo-opo', 8434, 139.000, -0.027, -0.700, 127), + (17428528, 'Tonberry_Harrier', 8437, 137.654, 0.000, -27.622, 95), + (17428529, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428530, 'Temple_Opo-opo', 8434, 87.630, 0.000, -138.412, 127), + (17428531, 'Temple_Opo-opo', 8434, 128.000, -0.022, -140.000, 127), + (17428532, 'Temple_Opo-opo', 8434, 117.730, 0.000, -139.635, 127), + (17428533, 'Tonberry_Stalker', 8442, 87.503, 0.000, -138.770, 127), + (17428534, 'Tonberry_Cutter', 8435, 100.000, -0.023, 33.000, 71), + (17428535, 'Temple_Opo-opo', 8434, 114.000, -0.066, 19.000, 127), + (17428536, 'Wespe', 8449, 133.000, -0.010, 20.000, 127), + (17428537, 'Wespe', 8449, 100.388, -0.010, 4.923, 66), + (17428538, 'Temple_Opo-opo', 8434, 80.478, -7.963, 60.580, 127), + (17428539, 'Temple_Opo-opo', 8434, 60.000, -8.000, 60.000, 127), + (17428540, 'Tonberry_Stalker', 8442, 72.000, -7.000, 59.000, 127), + (17428541, 'Tonberry_Stalker', 8442, 59.000, -0.008, -127.000, 126), + (17428542, 'Tonberry_Cutter', 8435, 46.773, 0.005, -153.111, 127), + (17428543, 'Tonberry_Harrier', 8437, 65.147, 0.001, -151.310, 127), + (17428544, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428545, 'Tonberry_Stalker', 8442, 74.012, -0.001, -136.539, 51), + (17428546, 'Temple_Opo-opo', 8434, 48.611, -0.025, -143.421, 47), + (17428547, 'Temple_Opo-opo', 8434, 34.000, -0.500, -140.000, 96), + (17428548, 'Temple_Opo-opo', 8434, 79.147, 0.499, -18.072, 28), + (17428549, 'Temple_Opo-opo', 8434, 88.549, 0.499, -32.525, 96), + (17428550, 'Tonberry_Stalker', 8442, 78.740, 0.500, -13.249, 127), + (17428551, 'Tonberry_Cutter', 8435, 89.000, 0.499, -23.000, 127), + (17428552, 'Tonberry_Harrier', 8437, 72.000, 0.499, -26.000, 94), + (17428553, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428554, 'Sozu_Sarberry', 8430, 94.330, 0.000, -14.457, 127), + (17428555, 'Tonberry_Cutter', 8435, 127.133, -0.299, -7.783, 55), + (17428556, 'Tonberry_Harrier', 8437, 126.252, 0.000, -27.949, 127), + (17428557, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428558, 'Tonberry_Stalker', 8442, 129.864, 0.000, -89.697, 127), + (17428559, 'Tonberry_Harrier', 8437, 128.000, -0.060, -110.000, 127), + (17428560, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428561, 'Tonberry_Cutter', 8435, 113.322, -0.068, -128.806, 23), + (17428562, 'Tonberry_Harrier', 8437, 90.122, 0.000, -127.217, 72), + (17428563, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428564, 'Rumble_Crawler', 8427, 60.000, 1.000, -91.000, 61), + (17428565, 'Rumble_Crawler', 8427, 64.355, 1.440, -106.433, 127), + (17428566, 'Wespe', 8449, 64.000, 1.000, -86.000, 0), + (17428567, 'Wespe', 8449, 63.464, 0.775, -112.489, 127), + (17428568, 'Tonberry_Stalker', 8442, 60.109, 1.496, -104.339, 73), + (17428569, 'Tonberry_Cutter', 8435, 56.000, 1.310, -92.000, 127), + (17428570, 'Tonberry_Harrier', 8437, 70.000, 0.010, -114.000, 63), + (17428571, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428572, 'Branding_Iron', 8408, 60.000, 1.461, -64.000, 21), + (17428573, 'Rumble_Crawler', 8427, 53.801, 1.162, -73.590, 44), + (17428574, 'Rumble_Crawler', 8427, 61.266, 1.346, -70.879, 98), + (17428575, 'Rumble_Crawler', 8427, -40.000, -8.098, 60.000, 105), + (17428576, 'Wespe', 8449, -60.000, -8.000, 62.000, 127), + (17428577, 'Tonberry_Cutter', 8435, -47.628, -7.989, 60.723, 59), + (17428578, 'Wespe', 8449, -89.730, -6.892, 61.919, 127), + (17428579, 'Rumble_Crawler', 8427, -97.880, -1.994, 48.941, 22), + (17428580, 'Tonberry_Cutter', 8435, -101.279, -4.373, 59.957, 127), + (17428581, 'Wespe', 8449, -100.000, -0.620, 17.000, 75), + (17428582, 'Rumble_Crawler', 8427, -112.000, -0.500, -8.000, 60), + (17428583, 'Tonberry_Stalker', 8442, -97.808, -1.120, 2.258, 127), + (17428584, 'Rumble_Crawler', 8427, -116.000, -0.002, 19.000, 127), + (17428585, 'Rumble_Crawler', 8427, -149.783, 0.000, 21.159, 93), + (17428586, 'Tonberry_Stalker', 8442, -168.580, 0.000, 18.814, 112), + (17428587, 'Tonberry_Cutter', 8435, -138.000, -0.018, 20.000, 127), + (17428588, 'Tonberry_Stalker', 8442, -126.492, 0.000, 29.483, 127), + (17428589, 'Tonberry_Harrier', 8437, -126.143, 0.000, 6.188, 4), + (17428590, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428591, 'Tonberry_Cutter', 8435, -148.412, 0.000, 32.412, 11), + (17428592, 'Tonberry_Stalker', 8442, -150.447, 0.000, 6.989, 100), + (17428593, 'Wespe', 8449, -180.000, -0.100, 32.000, 127), + (17428594, 'Wespe', 8449, -179.000, -0.100, 11.000, 76), + (17428595, 'Tonberry_Stalker', 8442, -180.517, -0.156, 22.386, 127), + (17428596, 'Tonberry_Harrier', 8437, -180.000, 0.018, -3.000, 127), + (17428597, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428598, 'Wespe', 8449, -179.665, -0.239, -17.112, 127), + (17428599, 'Tonberry_Cutter', 8435, -186.172, -0.267, -18.668, 127), + (17428600, 'Wespe', 8449, -179.000, -0.105, -31.000, 127), + (17428601, 'Tonberry_Harrier', 8437, -198.592, 0.000, -18.832, 127), + (17428602, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428603, 'Rumble_Crawler', 8427, -85.751, 0.000, -22.677, 127), + (17428604, 'Torama', 8445, -88.000, 0.001, -19.000, 127), + (17428605, 'Tonberry_Cutter', 8435, -112.000, 0.016, -28.000, 70), + (17428606, 'Tonberry_Stalker', 8442, -128.000, -0.053, -31.000, 32), + (17428607, 'Tonberry_Cutter', 8435, -130.000, 1.000, -19.000, 29), + (17428608, 'Tonberry_Harrier', 8437, -122.000, 0.028, -13.000, 127), + (17428609, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428610, 'Wespe', 8449, -124.361, 0.033, -17.414, 89), + (17428611, 'Sozu_Terberry', 8431, -131.000, -0.600, -7.000, 127), + (17428612, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428613, 'Tonberry_s_Avatar', 8443, 0.000, 0.000, 0.000, 0), + (17428614, 'Branding_Iron', 8408, -146.000, 1.463, -21.000, 53), + (17428615, 'Wespe', 8449, -135.898, 1.462, -24.791, 33), + (17428616, 'Wespe', 8449, -139.891, 1.499, -20.621, 63), + (17428617, 'Tonberry_Cutter', 8435, -106.641, -0.240, -61.495, 127), + (17428618, 'Torama', 8445, -100.000, -0.145, -79.000, 127), + (17428619, 'Wespe', 8449, -98.596, -0.604, -43.863, 127), + (17428620, 'Wespe', 8449, -165.000, -0.100, -60.000, 127), + (17428621, 'Torama', 8445, -139.000, -0.005, -59.000, 68), + (17428622, 'Wespe', 8449, -151.200, 0.000, -59.148, 38), + (17428623, 'Tonberry_Stalker', 8442, -142.592, 0.000, -57.558, 127), + (17428624, 'Tonberry_Stalker', 8442, -134.905, 0.000, -49.984, 127), + (17428625, 'Tonberry_Harrier', 8437, -130.000, -0.244, -72.000, 127), + (17428626, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428627, 'Tonberry_Cutter', 8435, -150.859, 0.000, -49.856, 127), + (17428628, 'Tonberry_Stalker', 8442, -151.187, 0.000, -69.264, 127), + (17428629, 'Tonberry_Stalker', 8442, -112.000, -0.193, -99.000, 103), + (17428630, 'Tonberry_Cutter', 8435, -150.000, -0.285, -47.000, 127), + (17428631, 'Tonberry_Cutter', 8435, -75.838, -0.162, -99.000, 124), + (17428632, 'Rumble_Crawler', 8427, -120.812, 0.000, -99.465, 127), + (17428633, 'Tonberry_Stalker', 8442, -144.986, -1.112, -100.396, 127), + (17428634, 'Tonberry_Harrier', 8437, -128.450, -0.001, -97.229, 127), + (17428635, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428636, 'Tonberry_Cutter', 8435, -140.494, 0.000, -90.177, 16), + (17428637, 'Tonberry_Cutter', 8435, -29.943, 0.480, -126.391, 127), + (17428638, 'Tonberry_Cutter', 8435, -45.054, 0.474, -128.888, 127), + (17428639, 'Tonberry_Stalker', 8442, -27.101, 0.461, -122.912, 127), + (17428640, 'Tonberry_Stalker', 8442, -21.393, 0.447, -131.179, 25), + (17428641, 'Tonberry_Harrier', 8437, -36.159, 0.500, -94.666, 127), + (17428642, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428643, 'Tonberry_Harrier', 8437, -43.000, 0.468, -100.000, 127), + (17428644, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428645, 'Tonberry_Cutter', 8435, -28.067, 0.456, -95.842, 44), + (17428646, 'Tonberry_Cutter', 8435, -34.636, 0.500, -110.153, 94), + (17428647, 'Tonberry_Cutter', 8435, -33.105, 0.471, -65.243, 0), + (17428648, 'Tonberry_Cutter', 8435, -24.963, 0.393, -68.091, 127), + (17428649, 'Tonberry_Stalker', 8442, -49.178, 0.433, -73.447, 127), + (17428650, 'Tonberry_Stalker', 8442, -28.708, 0.499, -76.642, 6), + (17428651, 'Manipulator', 8422, -18.045, -8.558, -91.983, 127), + (17428652, 'Torama', 8445, -6.000, 0.002, -140.000, 98), + (17428653, 'Tonberry_Cutter', 8435, 19.000, -1.834, -140.000, 8), + (17428654, 'Torama', 8445, -19.000, 0.500, -38.000, 84), + (17428655, 'Tonberry_Stalker', 8442, -31.807, 0.001, -18.541, 127), + (17428656, 'Tonberry_Harrier', 8437, -63.445, -0.031, -1.891, 127), + (17428657, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428658, 'Tonberry_Cutter', 8435, -63.000, -0.036, -19.000, 124), + (17428659, 'Tonberry_Harrier', 8437, -62.887, -0.064, 7.787, 107), + (17428660, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428661, 'Tonberry_Stalker', 8442, -55.805, -0.001, 14.412, 63), + (17428662, 'Tonberry_Harrier', 8437, -221.767, -0.045, -26.667, 127), + (17428663, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428664, 'Tonberry_Harrier', 8437, -214.000, -0.019, -26.000, 127), + (17428665, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428666, 'Tonberry_Stalker', 8442, -228.000, -0.063, -19.000, 127), + (17428667, 'Tonberry_Cutter', 8435, -226.000, -0.035, -13.000, 127), + (17428668, 'Tonberry_Cutter', 8435, -219.491, -0.059, -18.894, 127), + (17428669, 'Tonberry_Stalker', 8442, -237.788, -2.000, 8.000, 27), + (17428670, 'Tonberry_Maledictor', 8439, -211.000, 1.000, 15.000, 127), + (17428671, 'Tonberry_Pursuer', 8440, -227.000, 0.895, 15.000, 86), + (17428672, 'Tonberry_Stabber', 8441, -211.000, 1.000, 7.000, 25), + (17428673, 'Tonberry_Dismayer', 8436, -221.717, 0.996, 12.819, 2), + (17428674, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428675, 'Tonberry_Dismayer', 8436, -218.000, -0.792, 24.000, 127), + (17428676, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428677, 'Tonberry_Kinq', 8438, 0.000, 0.000, 0.000, 0), + (17428678, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428679, 'Tonberry_s_Avatar', 8443, 0.000, 0.000, 0.000, 0), + (17428680, 'Tonberry_Harrier', 8437, -188.367, -2.306, -61.110, 33), + (17428681, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428682, 'Tonberry_Cutter', 8435, -182.270, -1.996, -57.030, 5), + (17428683, 'Tonberry_Harrier', 8437, -18.000, -9.000, 60.000, 24), + (17428684, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428685, 'Tonberry_Stalker', 8442, 20.000, -3.000, 57.000, 127), + (17428686, 'Hover_Tank', 8420, 20.000, -9.016, -120.000, 25), + (17428687, 'Hover_Tank', 8420, 19.000, -9.006, -69.000, 112), + (17428688, 'Tonberry_Maledictor', 8439, 11.059, -9.007, -88.981, 57), + (17428689, 'Tonberry_Pursuer', 8440, 31.000, -8.000, -112.000, 67), + (17428690, 'Tonberry_Stabber', 8441, 13.414, -9.006, -112.605, 127), + (17428691, 'Tonberry_Dismayer', 8436, 31.000, -8.998, -100.000, 127), + (17428692, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428693, 'Fire_Elemental', 8416, 0.000, 0.000, 0.000, 0), + (17428694, 'Hover_Tank', 8420, 0.600, -17.000, -139.000, 107), + (17428695, 'Tonberry_Maledictor', 8439, -57.000, -17.000, -140.000, 108), + (17428696, 'Tonberry_Pursuer', 8440, -1.000, -17.000, -139.000, 109), + (17428697, 'Tonberry_Stabber', 8441, -31.476, -17.000, -138.671, 127), + (17428698, 'Tonberry_Dismayer', 8436, -81.536, -17.000, -139.304, 127), + (17428699, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428700, 'Fire_Elemental', 8416, 0.000, 0.000, 0.000, 0), + (17428701, 'Hover_Tank', 8420, -100.000, -11.000, -131.000, 119), + (17428702, 'Iron_Maiden', 8421, -86.000, -8.000, -69.000, 127), + (17428703, 'Iron_Maiden', 8421, -99.000, -9.018, -69.000, 127), + (17428704, 'Tonberry_Maledictor', 8439, -88.000, -9.000, -88.000, 2), + (17428705, 'Tonberry_Pursuer', 8440, -111.000, -8.000, -88.000, 127), + (17428706, 'Tonberry_Stabber', 8441, -88.000, -9.027, -112.000, 127), + (17428707, 'Tonberry_Dismayer', 8436, -111.000, -9.025, -112.000, 127), + (17428708, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428709, 'Fire_Elemental', 8416, 0.000, 0.000, 0.000, 0), + (17428710, 'Hover_Tank', 8420, -11.770, -17.059, -149.142, 127), + (17428711, 'Iron_Maiden', 8421, -28.224, -17.000, -149.309, 127), + (17428712, 'Iron_Maiden', 8421, -69.000, -17.000, -152.000, 2), + (17428713, 'Hover_Tank', 8420, 5.482, -8.997, -70.058, 127), + (17428714, 'Hover_Tank', 8420, 5.469, -9.001, -50.041, 127), + (17428715, 'Iron_Maiden', 8421, -18.000, -20.000, -20.000, 127), + (17428716, 'Iron_Maiden', 8421, 20.988, -12.135, -26.774, 127), + (17428717, 'Fire_Elemental', 8416, 0.000, 0.000, 0.000, 0), + (17428718, 'Tonberry_Maledictor', 8439, -46.137, -24.522, 20.477, 127), + (17428719, 'Tonberry_Pursuer', 8440, -37.233, -24.500, 25.364, 125), + (17428720, 'Tonberry_Stabber', 8441, -40.197, -24.500, 21.171, 127), + (17428721, 'Tonberry_Dismayer', 8436, -47.434, -24.500, 25.879, 100), + (17428722, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428723, 'Iron_Maiden', 8421, -100.000, -12.000, -21.000, 100), + (17428724, 'Iron_Maiden', 8421, -61.000, -21.530, -19.000, 48), + (17428725, 'Fire_Elemental', 8416, 0.000, 0.000, 0.000, 0), + (17428726, 'Hover_Tank', 8420, -99.603, -9.001, -50.245, 102), + (17428727, 'Hover_Tank', 8420, -85.000, -9.003, -49.000, 62), + (17428728, 'Torama', 8445, 221.536, 0.000, 41.607, 43), + (17428729, 'Tonberry_Stalker', 8442, 227.256, -0.009, 54.950, 127), + (17428730, 'Tonberry_Cutter', 8435, 218.000, -0.020, 61.000, 107), + (17428731, 'Tonberry_Harrier', 8437, 261.089, -0.001, 57.343, 127), + (17428732, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428733, 'Tonberry_Stalker', 8442, 227.570, 0.000, 56.848, 63), + (17428734, 'Tonberry_Cutter', 8435, 228.114, -0.006, 59.166, 127), + (17428735, 'Tonberry_Harrier', 8437, 245.480, -0.045, 57.886, 89), + (17428736, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428737, 'Flauros', 8417, 240.000, -0.500, 60.000, 127), + (17428738, 'Tonberry_Stalker', 8442, 259.000, 0.002, 103.000, 127), + (17428739, 'Tonberry_Cutter', 8435, 259.396, 0.000, 92.559, 127), + (17428740, 'Torama', 8445, 259.000, 0.030, 80.000, 31), + (17428741, 'Torama', 8445, 261.000, 0.009, 129.000, 127), + (17428742, 'Tonberry_Harrier', 8437, 259.000, -0.005, 156.000, 78), + (17428743, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428744, 'Torama', 8445, 275.597, -0.006, 135.314, 30), + (17428745, 'Tonberry_Stalker', 8442, 272.000, -0.013, 90.000, 56), + (17428746, 'Tonberry_Cutter', 8435, 268.877, 0.000, 112.780, 37), + (17428747, 'Tonberry_Pursuer', 8440, 217.000, -8.009, 247.000, 122), + (17428748, 'Tonberry_Stabber', 8441, 208.549, -7.989, 258.477, 0), + (17428749, 'Hover_Tank', 8420, 231.000, -7.000, 249.000, 127), + (17428750, 'Hover_Tank', 8420, 208.000, -8.000, 271.000, 127), + (17428751, 'Sozu_Rogberry', 8429, 223.000, -8.000, 259.000, 133), + (17428752, 'Temple_Bee', 8432, 219.000, -8.191, 222.000, 127), + (17428753, 'Temple_Bee', 8432, 220.000, -8.000, 208.000, 127), + (17428754, 'Temple_Bee', 8432, 260.000, -8.438, 248.000, 63), + (17428755, 'Tonberry_Maledictor', 8439, 279.000, 0.600, 300.000, 37), + (17428756, 'Hover_Tank', 8420, 259.000, -4.000, 297.000, 127), + (17428757, 'Temple_Bee', 8432, 259.000, -8.000, 277.000, 39), + (17428758, 'Temple_Bee', 8432, 245.000, -8.182, 259.000, 64), + (17428759, 'Tonberry_Pursuer', 8440, 261.783, -8.000, 237.911, 56), + (17428760, 'Hover_Tank', 8420, 259.000, -6.906, 227.000, 125), + (17428761, 'Temple_Bee', 8432, 259.931, -5.337, 222.493, 127), + (17428762, 'Temple_Bee', 8432, 270.308, -2.310, 221.246, 127), + (17428763, 'Iron_Maiden', 8421, 279.684, 0.000, 221.277, 127), + (17428764, 'Tonberry_Maledictor', 8439, 286.679, -0.040, 229.838, 127), + (17428765, 'Tonberry_Pursuer', 8440, 282.465, -0.500, 220.166, 52), + (17428766, 'Tonberry_Stabber', 8441, 231.000, -7.000, 268.000, 25), + (17428767, 'Tonberry_Dismayer', 8436, 310.930, 0.000, 229.744, 127), + (17428768, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428769, 'Hover_Tank', 8420, 326.817, 0.000, 217.758, 127), + (17428770, 'Tonberry_Pursuer', 8440, 340.000, -0.001, 230.000, 121), + (17428771, 'Tonberry_Maledictor', 8439, 0.000, 0.000, 0.000, 0), + (17428772, 'Tonberry_Stabber', 8441, 336.400, -0.500, 218.653, 127), + (17428773, 'Tonberry_Dismayer', 8436, 333.272, -0.002, 227.470, 127), + (17428774, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428775, 'Tonberry_Pursuer', 8440, 311.000, -0.021, 294.000, 32), + (17428776, 'Tonberry_Maledictor', 8439, 289.681, -0.008, 292.958, 47), + (17428777, 'Tonberry_Stabber', 8441, 305.576, -0.006, 312.971, 127), + (17428778, 'Tonberry_Dismayer', 8436, 288.633, -0.002, 312.234, 17), + (17428779, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428780, 'Hover_Tank', 8420, 290.661, -0.016, 275.049, 127), + (17428781, 'Iron_Maiden', 8421, 299.000, 1.000, 252.000, 2), + (17428782, 'Water_Elemental', 8448, 294.355, 0.000, 277.660, 118), + (17428783, 'Water_Elemental', 8448, 308.612, 0.034, 272.225, 121), + (17428784, 'Temple_Bee', 8432, 301.085, 1.490, 260.047, 94), + (17428785, 'Temple_Bee', 8432, 300.268, 1.517, 263.782, 127), + (17428786, 'Water_Elemental', 8448, 304.669, 0.734, 265.152, 127), + (17428787, 'Tonberry_Pursuer', 8440, 361.000, -0.024, 300.000, 3), + (17428788, 'Temple_Bee', 8432, 321.347, 0.000, 297.576, 97), + (17428789, 'Temple_Bee', 8432, 339.000, -0.125, 317.000, 93), + (17428790, 'Iron_Maiden', 8421, 338.363, 0.000, 261.421, 127), + (17428791, 'Tonberry_Maledictor', 8439, 375.565, -0.006, 259.624, 104), + (17428792, 'Tonberry_Dismayer', 8436, 389.634, 0.000, 259.110, 0), + (17428793, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428794, 'Tonberry_Pursuer', 8440, 406.000, -0.029, 259.000, 67), + (17428795, 'Tonberry_Maledictor', 8439, 422.000, -0.027, 248.000, 127), + (17428796, 'Iron_Maiden', 8421, 408.000, -0.032, 248.000, 5), + (17428797, 'Iron_Maiden', 8421, 433.000, -0.040, 272.000, 43), + (17428798, 'Tonberry_Pursuer', 8440, 372.551, 0.000, 268.189, 127), + (17428799, 'Tonberry_Maledictor', 8439, 372.693, 0.000, 248.883, 126), + (17428800, 'Tonberry_Stabber', 8441, 392.465, 0.000, 270.998, 127), + (17428801, 'Tonberry_Dismayer', 8436, 388.315, 0.002, 248.494, 127), + (17428802, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428803, 'Tonberry_Pursuer', 8440, 397.000, -0.002, 299.000, 127), + (17428804, 'Tonberry_Maledictor', 8439, 381.000, -1.000, 299.000, 32), + (17428805, 'Iron_Maiden', 8421, 417.000, -0.004, 299.000, 78), + (17428806, 'Temple_Bee', 8432, 420.061, -0.022, 292.620, 127), + (17428807, 'Cleuvarion_M_Resoaix', 8409, 58.000, 1.000, -70.000, 0), + (17428808, 'Rompaulion_S_Citalle', 8426, 62.000, 1.000, -70.000, 0), + (17428809, 'Beryl-footed_Molberry', 8404, -80.000, -0.100, -0.100, 190), + (17428810, 'Death_from_Above', 8415, 53.000, 1.000, -62.000, 0), + (17428811, 'Habetrot', 8419, 0.000, 0.000, 0.000, 0), + (17428812, 'Rumble_Crawler', 8427, -60.063, -8.598, 60.123, 70), + (17428813, 'Crimson-toothed_Pawberry', 8414, -40.000, -24.000, 31.000, 66), + (17428814, 'Tonberry_s_Elemental', 8444, 0.000, 0.000, 0.000, 0), + (17428815, 'Tonberry_s_Avatar', 8443, -38.000, -24.000, 31.000, 66), + (17428816, 'Sacrificial_Goblet', 8428, 300.000, 1.000, 255.000, 187), + (17428817, 'Yallery_Brown', 8450, -500.000, -500.000, -500.000, 127), + (17428854, 'Grav_iton', 8418, 0.000, 0.000, 0.000, 0), + (17432577, 'Rock_Crab', 8473, -500.000, -500.000, -500.000, 9), + (17432578, 'Razorjaw_Pugil', 8472, -500.000, -500.000, -500.000, 127), + (17432579, 'Bloodsucker', 8453, 0.000, 0.000, 0.000, 0), + (17432580, 'Mousse', 8468, 179.920, -28.000, -106.735, 127), + (17432581, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432582, 'Rancor_Torch', 8471, -500.000, -500.000, -500.000, 61), + (17432583, 'Mimic', 8466, 185.654, -28.001, -107.475, 127), + (17432584, 'Tonberry_Trailer', 8485, 3.000, 16.000, -31.000, 127), + (17432585, 'Dire_Bat', 8460, -3.824, 15.564, -43.606, 127), + (17432586, 'Tonberry_Trailer', 8485, 40.000, 16.000, -33.000, 127), + (17432587, 'Dire_Bat', 8460, 8.000, 16.451, -41.000, 127), + (17432588, 'Dire_Bat', 8460, 19.825, 16.453, -33.908, 127), + (17432589, 'Fire_Elemental', 8462, 0.000, 0.000, 0.000, 0), + (17432590, 'Tonberry_Imprecator', 8480, 38.208, 15.843, -46.976, 127), + (17432591, 'Dire_Bat', 8460, 35.000, 36.000, -60.000, 127), + (17432592, 'Tonberry_Trailer', 8485, -2.478, 15.667, -42.535, 5), + (17432593, 'Tonberry_Imprecator', 8480, 29.000, 16.000, -42.000, 2), + (17432594, 'Dire_Bat', 8460, 18.465, 15.362, -69.896, 63), + (17432595, 'Dire_Bat', 8460, 0.500, 16.000, -100.000, 25), + (17432596, 'Dire_Bat', 8460, 20.000, 16.000, -79.000, 127), + (17432597, 'Tonberry_Trailer', 8485, 22.757, 15.738, -102.055, 127), + (17432598, 'Dire_Bat', 8460, -7.000, 16.000, -60.000, 49), + (17432599, 'Dire_Bat', 8460, -19.592, 15.548, -83.703, 73), + (17432600, 'Dire_Bat', 8460, -15.042, 15.690, -94.992, 127), + (17432601, 'Dire_Bat', 8460, 39.857, 15.545, -101.641, 127), + (17432602, 'Dire_Bat', 8460, 52.693, 15.348, -107.705, 32), + (17432603, 'Dire_Bat', 8460, 58.902, 15.249, -70.684, 127), + (17432604, 'Dire_Bat', 8460, 61.000, 16.000, -92.000, 127), + (17432605, 'Dire_Bat', 8460, 49.000, 16.000, -58.000, 127), + (17432606, 'Dire_Bat', 8460, 76.184, 15.092, -61.292, 54), + (17432607, 'Tonberry_Trailer', 8485, 104.000, 16.000, -31.000, 127), + (17432608, 'Tonberry_Imprecator', 8480, 95.000, 16.000, -33.000, 127), + (17432609, 'Sozu_Bliberry', 8474, 98.830, 16.807, -40.687, 127), + (17432610, 'Dire_Bat', 8460, 98.000, 15.000, -60.000, 127), + (17432611, 'Dire_Bat', 8460, 141.943, 15.780, -45.361, 46), + (17432612, 'Dire_Bat', 8460, 115.000, 16.000, -19.000, 23), + (17432613, 'Dire_Bat', 8460, 138.706, 15.491, -21.528, 127), + (17432614, 'Tonberry_Trailer', 8485, 180.000, 16.000, -74.000, 20), + (17432615, 'Dire_Bat', 8460, 159.000, 16.000, -59.000, 127), + (17432616, 'Dire_Bat', 8460, 175.000, 15.000, -60.000, 111), + (17432617, 'Tonberry_Trailer', 8485, 101.000, 17.000, -45.000, 11), + (17432618, 'Tonberry_Imprecator', 8480, 178.000, 16.000, -87.000, 127), + (17432619, 'Dire_Bat', 8460, 135.109, 15.709, -65.366, 127), + (17432620, 'Dire_Bat', 8460, 124.732, 15.610, -59.721, 127), + (17432621, 'Tonberry_Trailer', 8485, 134.000, 16.000, -101.000, 90), + (17432622, 'Tonberry_Trailer', 8485, 146.000, 15.412, -102.000, 127), + (17432623, 'Dire_Bat', 8460, 141.000, 15.000, -123.000, 76), + (17432624, 'Celeste-eyed_Tozberry', 8457, 0.000, 0.000, 0.000, 0), + (17432625, 'Tonberry_Trailer', 8485, 145.000, 16.000, -95.000, 127), + (17432626, 'Dire_Bat', 8460, 109.478, 15.349, -100.959, 114), + (17432627, 'Dire_Bat', 8460, -29.100, 15.491, -59.534, 114), + (17432628, 'Tonberry_Slasher', 8482, -58.978, 15.486, -72.910, 127), + (17432629, 'Tonberry_Slasher', 8482, -60.000, 16.000, -85.000, 40), + (17432630, 'Dire_Bat', 8460, -62.783, 15.784, -74.063, 127), + (17432631, 'Fire_Elemental', 8462, 0.000, 0.000, 0.000, 0), + (17432632, 'Tonberry_Beleaguerer', 8478, -64.433, 15.345, -76.619, 127), + (17432633, 'Tonberry_s_Elemental', 8483, 500.000, 500.000, 500.000, 20), + (17432634, 'Dire_Bat', 8460, -59.125, 15.466, -36.414, 127), + (17432635, 'Dire_Bat', 8460, -60.784, 15.514, -28.653, 127), + (17432636, 'Dire_Bat', 8460, -70.634, 15.822, -54.692, 74), + (17432637, 'Dire_Bat', 8460, -67.000, 15.428, -15.000, 127), + (17432638, 'Bifrons', 8451, -87.587, 15.469, -6.522, 127), + (17432639, 'Bifrons', 8451, -74.000, 16.000, 6.000, 127), + (17432640, 'Friar_Rush', 8463, -86.000, 16.000, 2.000, 35), + (17432641, 'Dire_Bat', 8460, 59.000, 16.000, 0.500, 127), + (17432642, 'Dire_Bat', 8460, 30.508, 11.490, 24.665, 127), + (17432643, 'Dire_Bat', 8460, 74.000, 15.000, 19.000, 127), + (17432644, 'Dire_Bat', 8460, 98.466, 25.212, 2.383, 64), + (17432645, 'Dire_Bat', 8460, 66.289, 35.479, -20.954, 127), + (17432646, 'Dire_Bat', 8460, 96.310, 21.805, 14.483, 127), + (17432647, 'Tonberry_Imprecator', 8480, 44.037, 36.243, -52.847, 127), + (17432648, 'Dire_Bat', 8460, 40.740, 35.771, -32.911, 127), + (17432649, 'Cave_Worm', 8456, 35.315, 35.537, -45.169, 127), + (17432650, 'Cave_Worm', 8456, 22.000, 36.000, -57.000, 127), + (17432651, 'Tonberry_Trailer', 8485, 31.801, 35.508, -90.055, 127), + (17432652, 'Cave_Worm', 8456, 44.000, 36.000, -96.000, 127), + (17432653, 'Cave_Worm', 8456, 46.787, 35.815, -82.452, 127), + (17432654, 'Cave_Worm', 8456, 27.261, 35.652, -72.218, 127), + (17432655, 'Cave_Worm', 8456, 0.020, 35.468, -68.012, 127), + (17432656, 'Cave_Worm', 8456, -5.459, 35.514, -77.274, 127), + (17432657, 'Dire_Bat', 8460, -3.435, 35.468, -92.258, 124), + (17432658, 'Dire_Bat', 8460, 4.481, 35.510, -80.938, 127), + (17432659, 'Carmine-tailed_Janberry', 8455, 0.500, 36.000, -87.000, 31), + (17432660, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432661, 'Tonberry_Imprecator', 8480, 51.531, 36.125, -105.354, 127), + (17432662, 'Tonberry_Imprecator', 8480, 32.000, 36.000, -109.000, 127), + (17432663, 'Cave_Worm', 8456, 38.450, 35.835, -123.768, 84), + (17432664, 'Cave_Worm', 8456, 49.194, 36.411, -107.748, 105), + (17432665, 'Tonberry_Trailer', 8485, 42.774, 35.675, -157.454, 33), + (17432666, 'Cave_Worm', 8456, 29.777, 36.128, -147.050, 34), + (17432667, 'Cave_Worm', 8456, 47.107, 36.443, -132.831, 127), + (17432668, 'Tonberry_Imprecator', 8480, -15.819, 35.574, -134.720, 127), + (17432669, 'Dire_Bat', 8460, -26.316, 35.579, -138.970, 127), + (17432670, 'Tonberry_Trailer', 8485, 39.019, 35.896, -38.159, 127), + (17432671, 'Tonberry_Imprecator', 8480, 39.428, 36.480, -136.605, 127), + (17432672, 'Dire_Bat', 8460, -24.381, 39.820, -28.080, 24), + (17432673, 'Dire_Bat', 8460, -22.115, 35.708, -34.154, 68), + (17432674, 'Cave_Worm', 8456, -36.897, 44.970, -21.899, 127), + (17432675, 'Cave_Worm', 8456, -53.000, 45.000, -19.000, 18), + (17432676, 'Tonberry_Trailer', 8485, -56.660, 45.642, -7.901, 95), + (17432677, 'Dire_Bat', 8460, -56.468, 45.623, -7.522, 12), + (17432678, 'Dire_Bat', 8460, -60.935, 45.382, -8.103, 127), + (17432679, 'Tonberry_Trailer', 8485, -72.978, 45.266, 21.533, 117), + (17432680, 'Tonberry_Imprecator', 8480, -60.807, 45.480, 22.419, 45), + (17432681, 'Dire_Bat', 8460, -61.651, 45.459, 24.353, 121), + (17432682, 'Dire_Bat', 8460, -16.000, 36.000, -55.000, 127), + (17432683, 'Tonberry_Trailer', 8485, -79.935, 45.373, 18.524, 4), + (17432684, 'Dire_Bat', 8460, -82.567, 45.393, 21.987, 127), + (17432685, 'Tonberry_Imprecator', 8480, -36.701, 45.315, 19.801, 65), + (17432686, 'Dire_Bat', 8460, -40.879, 45.440, 21.912, 127), + (17432687, 'Tormentor', 8486, 322.000, -3.000, 314.000, 127), + (17432688, 'Tormentor', 8486, 313.000, -3.000, 314.000, 92), + (17432689, 'Tormentor', 8486, 319.986, -4.212, 326.239, 127), + (17432690, 'Tormentor', 8486, 328.000, -3.000, 321.000, 127), + (17432691, 'Puck', 8470, 0.000, 0.000, 0.000, 0), + (17432692, 'Bullbeggar', 8454, 367.312, -4.837, 339.054, 124), + (17432693, 'Bullbeggar', 8454, 355.000, -4.528, 338.000, 127), + (17432694, 'Bullbeggar', 8454, 344.000, -4.000, 338.000, 9), + (17432695, 'Tormentor', 8486, 341.328, -5.020, 283.824, 127), + (17432696, 'Tormentor', 8486, 341.432, -4.585, 280.390, 37), + (17432697, 'Tormentor', 8486, 355.917, -4.485, 260.720, 127), + (17432698, 'Tormentor', 8486, 341.928, -4.625, 269.246, 55), + (17432699, 'Puck', 8470, 0.000, 0.000, 0.000, 0), + (17432700, 'Puck', 8470, 387.933, -4.811, 238.677, 127), + (17432701, 'Puck', 8470, 390.636, -4.530, 237.156, 68), + (17432702, 'Puck', 8470, 393.884, -4.971, 231.768, 127), + (17432703, 'Puck', 8470, 401.000, -3.000, 246.000, 127), + (17432704, 'Puck', 8470, 404.117, -4.120, 235.828, 127), + (17432705, 'Tormentor', 8486, 383.952, -1.659, 289.411, 127), + (17432706, 'Tormentor', 8486, 393.675, 3.107, 297.123, 127), + (17432707, 'Puck', 8470, 0.000, 0.000, 0.000, 0), + (17432708, 'Bullbeggar', 8454, 453.809, 5.898, 299.736, 92), + (17432709, 'Bullbeggar', 8454, 435.111, 6.288, 299.550, 64), + (17432710, 'Bullbeggar', 8454, 451.030, 5.680, 303.150, 127), + (17432711, 'Bullbeggar', 8454, 439.387, 6.627, 298.298, 4), + (17432712, 'Puck', 8470, 0.000, 0.000, 0.000, 0), + (17432713, 'Puck', 8470, 461.042, 5.446, 315.550, 127), + (17432714, 'Puck', 8470, 461.170, 5.173, 327.517, 127), + (17432715, 'Puck', 8470, 456.495, 5.013, 324.549, 127), + (17432716, 'Tormentor', 8486, 419.000, 26.000, 283.000, 120), + (17432717, 'Tormentor', 8486, 421.397, 23.761, 274.775, 35), + (17432718, 'Tormentor', 8486, 448.565, 10.772, 261.047, 24), + (17432719, 'Tormentor', 8486, 432.000, 18.000, 262.000, 127), + (17432720, 'Puck', 8470, 463.000, 5.000, 321.000, 127), + (17432721, 'Tonberry_Slasher', 8482, 417.368, 25.726, 304.131, 3), + (17432722, 'Tonberry_Slasher', 8482, 415.929, 25.497, 334.798, 127), + (17432723, 'Tonberry_Beleaguerer', 8478, 418.611, 25.532, 295.349, 32), + (17432724, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432725, 'Bullbeggar', 8454, 382.936, 25.656, 300.346, 127), + (17432726, 'Bullbeggar', 8454, 395.000, 26.000, 300.000, 127), + (17432727, 'Bullbeggar', 8454, 379.048, 25.128, 304.550, 47), + (17432728, 'Den_Scorpion', 8459, 372.000, 26.000, 296.000, 127), + (17432729, 'Bullbeggar', 8454, 452.788, 24.222, 294.637, 47), + (17432730, 'Bullbeggar', 8454, 453.933, 23.818, 303.310, 127), + (17432731, 'Bullbeggar', 8454, 465.648, 24.239, 290.626, 70), + (17432732, 'Den_Scorpion', 8459, 0.000, 0.000, 0.000, 0), + (17432733, 'Tonberry_Slasher', 8482, 424.000, 26.000, 302.000, 127), + (17432734, 'Bifrons', 8451, 401.006, 25.500, 367.180, 127), + (17432735, 'Bifrons', 8451, 409.028, 25.478, 357.297, 108), + (17432736, 'Tormentor', 8486, 336.014, 13.972, 262.470, 127), + (17432737, 'Bullbeggar', 8454, 342.723, 15.533, 267.984, 127), + (17432738, 'Bullbeggar', 8454, 346.569, 15.541, 264.690, 5), + (17432739, 'Tormentor', 8486, 306.863, 15.438, 261.714, 127), + (17432740, 'Tormentor', 8486, 301.642, 15.498, 254.582, 64), + (17432741, 'Tormentor', 8486, 301.686, 15.675, 246.266, 127), + (17432742, 'Puck', 8470, 0.000, 0.000, 0.000, 0), + (17432743, 'Tormentor', 8486, 321.126, 15.561, 221.961, 127), + (17432744, 'Tormentor', 8486, 330.195, 14.155, 226.603, 99), + (17432745, 'Tormentor', 8486, 320.590, 15.468, 219.446, 28), + (17432746, 'Puck', 8470, 337.340, 15.421, 219.902, 77), + (17432747, 'Puck', 8470, 304.252, 15.744, 225.500, 127), + (17432748, 'Puck', 8470, 297.671, 15.160, 211.494, 44), + (17432749, 'Den_Scorpion', 8459, 0.000, 0.000, 0.000, 0), + (17432750, 'Puck', 8470, 298.161, 15.558, 216.908, 40), + (17432751, 'Bullbeggar', 8454, 264.237, 15.513, 220.816, 127), + (17432752, 'Bullbeggar', 8454, 258.328, 15.362, 217.138, 4), + (17432753, 'Bullbeggar', 8454, 260.043, 15.304, 216.279, 127), + (17432754, 'Bullbeggar', 8454, 293.542, 14.304, 183.582, 111), + (17432755, 'Bullbeggar', 8454, 291.233, 15.090, 176.605, 21), + (17432756, 'Bullbeggar', 8454, 297.712, 15.496, 181.964, 127), + (17432757, 'Bullbeggar', 8454, 254.574, 15.637, 180.203, 45), + (17432758, 'Bullbeggar', 8454, 256.488, 14.418, 172.967, 115), + (17432759, 'Den_Scorpion', 8459, 0.000, 0.000, 0.000, 0), + (17432760, 'Tormentor', 8486, 230.716, 15.939, 181.216, 127), + (17432761, 'Tormentor', 8486, 229.259, 15.710, 181.259, 127), + (17432762, 'Tormentor', 8486, 242.483, 15.563, 178.874, 5), + (17432763, 'Puck', 8470, 0.000, 0.000, 0.000, 0), + (17432764, 'Tormentor', 8486, 195.503, 13.635, 175.322, 28), + (17432765, 'Den_Scorpion', 8459, 174.244, 12.348, 182.149, 47), + (17432766, 'Den_Scorpion', 8459, 190.623, 12.233, 167.173, 33), + (17432767, 'Den_Scorpion', 8459, 180.158, 15.380, 174.054, 127), + (17432768, 'Bullbeggar', 8454, 261.724, 15.463, 155.192, 127), + (17432769, 'Bullbeggar', 8454, 277.583, 15.411, 138.868, 30), + (17432770, 'Bullbeggar', 8454, 274.013, 15.559, 141.389, 127), + (17432771, 'Puck', 8470, 292.750, 15.288, 138.798, 127), + (17432772, 'Puck', 8470, 305.438, 15.573, 139.665, 127), + (17432773, 'Den_Scorpion', 8459, 301.739, 15.802, 145.633, 123), + (17432774, 'Puck', 8470, 303.871, 15.809, 141.949, 31), + (17432775, 'Tormentor', 8486, 378.717, -14.702, 199.982, 80), + (17432776, 'Tormentor', 8486, 365.960, -6.487, 183.332, 127), + (17432777, 'Tormentor', 8486, 325.623, 12.592, 139.669, 30), + (17432778, 'Tormentor', 8486, 325.869, 12.458, 139.686, 70), + (17432779, 'Tormentor', 8486, 369.004, -9.859, 180.956, 127), + (17432780, 'Puck', 8470, 0.000, 0.000, 0.000, 0), + (17432781, 'Dire_Bat', 8460, 33.033, 15.607, -138.219, 21), + (17432782, 'Dire_Bat', 8460, 19.274, 15.834, -122.787, 58), + (17432783, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432784, 'Tonberry_Slasher', 8482, 71.000, 16.000, -113.000, 127), + (17432785, 'Tonberry_Slasher', 8482, 82.000, 16.000, -126.000, 127), + (17432786, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432787, 'Tonberry_Slasher', 8482, 76.568, 15.606, -165.687, 127), + (17432788, 'Tonberry_Slasher', 8482, 70.000, 16.000, -155.000, 39), + (17432789, 'Tonberry_Beleaguerer', 8478, 79.000, 16.000, -154.000, 17), + (17432790, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432791, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432792, 'Fire_Elemental', 8462, 0.000, 0.000, 0.000, 0), + (17432793, 'Tonberry_Slasher', 8482, 125.000, 16.000, -166.000, 127), + (17432794, 'Tonberry_Slasher', 8482, 127.188, 15.306, -154.453, 127), + (17432795, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432796, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432797, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432798, 'Tawny-fingered_Mugberry', 8477, 0.000, 0.000, 0.000, 0), + (17432799, 'Tonberry_Beleaguerer', 8478, 85.000, 16.000, -113.000, 127), + (17432800, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432801, 'Tonberry_Slasher', 8482, 0.000, 0.000, 0.000, 0), + (17432802, 'Tonberry_Beleaguerer', 8478, 117.267, 15.619, -156.876, 127), + (17432803, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432804, 'Dire_Bat', 8460, 70.000, 16.000, -216.000, 5), + (17432805, 'Dire_Bat', 8460, 100.000, 16.000, -197.000, 19), + (17432806, 'Dire_Bat', 8460, 90.000, 16.000, -219.000, 50), + (17432807, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432808, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432809, 'Dire_Bat', 8460, 139.000, 15.000, -192.000, 52), + (17432810, 'Dire_Bat', 8460, -21.178, 15.583, -115.993, 127), + (17432811, 'Dire_Bat', 8460, -27.224, 14.356, -95.793, 127), + (17432812, 'Dire_Bat', 8460, -44.196, 15.733, -98.313, 122), + (17432813, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432814, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432815, 'Dire_Bat', 8460, -61.344, 15.310, -160.511, 127), + (17432816, 'Dire_Bat', 8460, -56.219, 15.567, -147.210, 73), + (17432817, 'Dire_Bat', 8460, -60.618, 15.411, -136.884, 127), + (17432818, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432819, 'Tonberry_Slasher', 8482, -39.000, 16.000, -185.000, 127), + (17432820, 'Tonberry_Beleaguerer', 8478, -48.577, 15.486, -182.078, 97), + (17432821, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432822, 'Tonberry_Beleaguerer', 8478, -32.000, 16.000, -178.000, 127), + (17432823, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432824, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432825, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432826, 'Tonberry_Slasher', 8482, -44.078, 16.081, -177.664, 127), + (17432827, 'Dire_Bat', 8460, 21.605, 15.513, -145.076, 127), + (17432828, 'Dire_Bat', 8460, -2.000, 16.000, -140.000, 127), + (17432829, 'Dire_Bat', 8460, -7.000, 16.000, -139.000, 127), + (17432830, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432831, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432832, 'Dire_Bat', 8460, 21.000, 16.000, -162.000, 92), + (17432833, 'Dire_Bat', 8460, 32.000, 16.000, -178.000, 127), + (17432834, 'Dire_Bat', 8460, 59.000, 15.000, -195.000, 111), + (17432835, 'Dire_Bat', 8460, 52.804, 15.431, -171.857, 127), + (17432836, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432837, 'Dire_Bat', 8460, 17.000, 16.000, -217.000, 127), + (17432838, 'Dire_Bat', 8460, -12.000, 15.000, -224.000, 127), + (17432839, 'Dire_Bat', 8460, 23.828, 14.180, -191.198, 65), + (17432840, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432841, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432842, 'Dire_Bat', 8460, -1.000, 16.000, -218.000, 7), + (17432843, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432844, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432845, 'Bistre-hearted_Malberry', 8452, 0.000, 0.000, 0.000, 0), + (17432846, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432847, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432848, 'Water_Elemental', 8487, -24.064, 15.145, -217.639, 99), + (17432849, 'Tonberry_Slasher', 8482, 139.000, 16.000, -227.000, 28), + (17432850, 'Tonberry_Slasher', 8482, 132.000, 15.000, -217.000, 55), + (17432851, 'Tonberry_Beleaguerer', 8478, 142.000, 16.000, -216.000, 127), + (17432852, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432853, 'Dire_Bat', 8460, 161.000, 15.000, -260.000, 127), + (17432854, 'Dire_Bat', 8460, 139.000, 16.000, -250.000, 71), + (17432855, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432856, 'Tonberry_Slasher', 8482, 176.794, 16.135, -247.532, 77), + (17432857, 'Tonberry_Beleaguerer', 8478, 184.000, 16.000, -243.000, 77), + (17432858, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432859, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432860, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432861, 'Tonberry_Beleaguerer', 8478, 178.342, 16.701, -236.890, 127), + (17432862, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432863, 'Dire_Bat', 8460, 101.622, 15.542, -240.184, 64), + (17432864, 'Dire_Bat', 8460, 114.019, 15.841, -221.130, 121), + (17432865, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432866, 'Dire_Bat', 8460, 121.000, 16.000, -260.000, 121), + (17432867, 'Tonberry_Slasher', 8482, 94.135, 15.775, -255.097, 127), + (17432868, 'Tonberry_Beleaguerer', 8478, 96.250, 15.805, -258.654, 99), + (17432869, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432870, 'Dire_Bat', 8460, 106.080, 15.419, -301.905, 127), + (17432871, 'Tonberry_Slasher', 8482, 104.000, 15.000, -257.000, 47), + (17432872, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432873, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432874, 'Dire_Bat', 8460, 57.764, 15.624, -265.576, 48), + (17432875, 'Dire_Bat', 8460, 68.842, 15.621, -257.319, 127), + (17432876, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432877, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432878, 'Dire_Bat', 8460, 19.000, 15.000, -235.000, 88), + (17432879, 'Dire_Bat', 8460, 19.103, 15.494, -248.172, 67), + (17432880, 'Dire_Bat', 8460, 59.271, 15.220, -228.050, 121), + (17432881, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432882, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432883, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432884, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432885, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432886, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432887, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432888, 'Dire_Bat', 8460, 139.137, 15.607, -275.832, 45), + (17432889, 'Dire_Bat', 8460, 142.000, 20.000, -301.000, 68), + (17432890, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432891, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432892, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432893, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432894, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432895, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432896, 'Stygian_Pugil', 8475, 121.841, 35.681, -87.717, 127), + (17432897, 'Stygian_Pugil', 8475, 126.783, 35.368, -77.132, 42), + (17432898, 'Stygian_Pugil', 8475, 119.988, 35.577, -80.647, 58), + (17432899, 'Doom_Toad', 8461, 109.631, 35.713, -81.879, 36), + (17432900, 'Stygian_Pugil', 8475, 140.037, 35.501, -99.992, 127), + (17432901, 'Stygian_Pugil', 8475, 156.230, 35.879, -96.370, 109), + (17432902, 'Stygian_Pugil', 8475, 160.192, 35.448, -103.326, 127), + (17432903, 'Doom_Toad', 8461, 160.794, 35.480, -102.429, 86), + (17432904, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432905, 'Stygian_Pugil', 8475, 161.646, 35.298, -114.791, 127), + (17432906, 'Stygian_Pugil', 8475, 150.171, 35.905, -123.389, 127), + (17432907, 'Stygian_Pugil', 8475, 150.736, 35.915, -123.950, 37), + (17432908, 'Doom_Toad', 8461, 161.607, 35.199, -109.179, 127), + (17432909, 'Stygian_Pugil', 8475, 159.362, 36.079, -72.600, 127), + (17432910, 'Stygian_Pugil', 8475, 173.155, 35.951, -94.694, 87), + (17432911, 'Stygian_Pugil', 8475, 169.528, 36.155, -76.920, 127), + (17432912, 'Stygian_Pugil', 8475, 166.628, 36.586, -73.233, 127), + (17432913, 'Water_Elemental', 8487, 165.190, 35.999, -80.587, 127), + (17432914, 'Stygian_Pugil', 8475, 0.000, 0.000, 0.000, 0), + (17432915, 'Stygian_Pugil', 8475, 152.571, 35.836, -98.602, 111), + (17432916, 'Succubus_Bats', 8476, 98.628, 25.889, -170.538, 66), + (17432917, 'Succubus_Bats', 8476, 125.311, 35.486, -139.173, 127), + (17432918, 'Tonberry_Slasher', 8482, 27.715, 35.781, -198.793, 127), + (17432919, 'Tonberry_Beleaguerer', 8478, 2.868, 35.489, -189.129, 127), + (17432920, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432921, 'Succubus_Bats', 8476, -9.865, 35.474, -203.177, 69), + (17432922, 'Succubus_Bats', 8476, 21.559, 35.648, -211.866, 55), + (17432923, 'Tonberry_Slasher', 8482, 67.407, 36.210, -195.970, 50), + (17432924, 'Tonberry_Slasher', 8482, 47.220, 35.839, -183.555, 70), + (17432925, 'Succubus_Bats', 8476, 78.228, 35.883, -195.024, 109), + (17432926, 'Succubus_Bats', 8476, 54.894, 35.540, -174.119, 127), + (17432927, 'Tonberry_Slasher', 8482, 63.000, 37.000, -241.000, 106), + (17432928, 'Tonberry_Beleaguerer', 8478, 33.939, 35.804, -219.174, 127), + (17432929, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432930, 'Succubus_Bats', 8476, 40.414, 36.409, -212.738, 127), + (17432931, 'Fire_Elemental', 8462, 0.000, 0.000, 0.000, 0), + (17432932, 'Tonberry_Slasher', 8482, 74.599, 36.480, -217.452, 120), + (17432933, 'Tonberry_Slasher', 8482, 96.343, 35.548, -215.027, 127), + (17432934, 'Succubus_Bats', 8476, 90.262, 35.542, -242.478, 46), + (17432935, 'Cutlass_Scorpion', 8458, 121.000, 35.654, -236.000, 127), + (17432936, 'Succubus_Bats', 8476, 124.571, 35.889, -281.581, 124), + (17432937, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432938, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432939, 'Cutlass_Scorpion', 8458, 114.666, 35.803, -273.323, 127), + (17432940, 'Tonberry_Beleaguerer', 8478, 52.761, 36.143, -219.130, 127), + (17432941, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432942, 'Succubus_Bats', 8476, 162.284, 35.436, -299.334, 0), + (17432943, 'Succubus_Bats', 8476, 149.437, 35.479, -299.221, 127), + (17432944, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432945, 'Mousse', 8468, 0.000, 0.000, 0.000, 0), + (17432946, 'Bifrons', 8451, 207.491, 35.504, -285.699, 64), + (17432947, 'Bifrons', 8451, 192.356, 35.534, -275.124, 127), + (17432948, 'Million_Eyes', 8465, 101.000, 25.000, -346.000, 127), + (17432949, 'Million_Eyes', 8465, 100.952, 25.789, -336.591, 125), + (17432950, 'Million_Eyes', 8465, 96.601, 25.652, -342.227, 127), + (17432951, 'Million_Eyes', 8465, 101.609, 25.505, -317.571, 36), + (17432952, 'Million_Eyes', 8465, 100.000, 25.000, -301.000, 41), + (17432953, 'Million_Eyes', 8465, 16.937, 25.260, -294.656, 113), + (17432954, 'Million_Eyes', 8465, 27.317, 24.133, -293.822, 12), + (17432955, 'Million_Eyes', 8465, 16.986, 25.446, -306.766, 127), + (17432956, 'Million_Eyes', 8465, 58.204, 24.923, -299.496, 127), + (17432957, 'Million_Eyes', 8465, 28.000, 25.000, -303.000, 127), + (17432958, 'Tonberry_Slasher', 8482, -20.122, 25.261, -294.893, 127), + (17432959, 'Tonberry_Slasher', 8482, -32.897, 25.773, -280.915, 127), + (17432960, 'Tonberry_Slasher', 8482, -38.351, 25.797, -285.935, 91), + (17432961, 'Tonberry_Beleaguerer', 8478, -35.517, 25.899, -281.578, 57), + (17432962, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432963, 'Tonberry_Slasher', 8482, -20.554, 25.456, -251.845, 127), + (17432964, 'Million_Eyes', 8465, 42.000, 26.000, -303.000, 127), + (17432965, 'Tonberry_Beleaguerer', 8478, -58.316, 25.431, -309.361, 127), + (17432966, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432967, 'Million_Eyes', 8465, 42.000, 26.000, -293.000, 113), + (17432968, 'Tonberry_Slasher', 8482, -78.435, 15.436, -221.484, 127), + (17432969, 'Tonberry_Beleaguerer', 8478, -59.361, 24.938, -236.407, 26), + (17432970, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432971, 'Million_Eyes', 8465, -63.918, 21.624, -225.586, 127), + (17432972, 'Million_Eyes', 8465, -62.529, 23.176, -233.277, 125), + (17432973, 'Million_Eyes', 8465, -40.859, 35.731, -365.540, 32), + (17432974, 'Million_Eyes', 8465, -21.000, 36.000, -349.000, 101), + (17432975, 'Million_Eyes', 8465, -34.433, 35.838, -350.511, 73), + (17432976, 'Doom_Toad', 8461, -42.913, 35.360, -350.062, 127), + (17432977, 'Doom_Toad', 8461, 0.000, 0.000, 0.000, 0), + (17432978, 'Ogama', 8469, 0.000, 0.000, 0.000, 0), + (17432979, 'Million_Eyes', 8465, 8.104, 33.010, -351.031, 127), + (17432980, 'Million_Eyes', 8465, -13.768, 36.211, -372.854, 91), + (17432981, 'Million_Eyes', 8465, -14.259, 36.542, -369.021, 127), + (17432982, 'Doom_Toad', 8461, -2.000, 36.000, -367.000, 58), + (17432983, 'Doom_Toad', 8461, -21.000, 36.000, -351.000, 18), + (17432984, 'Tonberry_Slasher', 8482, -113.000, 6.000, -215.000, 127), + (17432985, 'Tonberry_Beleaguerer', 8478, -124.000, 7.000, -219.000, 127), + (17432986, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432987, 'Tonberry_Slasher', 8482, -139.000, 6.000, -205.000, 55), + (17432988, 'Tonberry_Slasher', 8482, -140.000, 7.000, -193.000, 127), + (17432989, 'Tonberry_Beleaguerer', 8478, -145.220, 5.250, -179.819, 127), + (17432990, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432991, 'Tonberry_Beleaguerer', 8478, -125.000, 5.000, -177.000, 127), + (17432992, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17432993, 'Tonberry_Decapitator', 8479, -149.044, 5.434, -176.297, 90), + (17432994, 'Doom_Toad', 8461, -170.000, 5.479, -179.000, 127), + (17432995, 'Doom_Toad', 8461, -111.213, 5.120, -179.656, 127), + (17432996, 'Tonberry_Slasher', 8482, -141.721, 6.766, -214.374, 45), + (17432997, 'Water_Elemental', 8487, -141.878, 6.745, -216.956, 127), + (17432998, 'Million_Eyes', 8465, 62.381, 35.827, -384.738, 127), + (17432999, 'Million_Eyes', 8465, 84.000, 34.000, -378.000, 127), + (17433000, 'Million_Eyes', 8465, 69.618, 35.820, -381.100, 127), + (17433001, 'Tonberry_Imprecator', 8480, -164.833, 15.922, -123.932, 124), + (17433002, 'Tonberry_Trailer', 8485, -161.653, 15.810, -121.665, 95), + (17433003, 'Tonberry_Beleaguerer', 8478, -158.206, 15.636, -123.734, 127), + (17433004, 'Tonberry_s_Elemental', 8483, 0.000, 0.000, 0.000, 0), + (17433005, 'Tonberry_Tracker', 8484, -167.336, 15.851, -120.259, 100), + (17433006, 'Tonberry_Decapitator', 8479, -165.510, 15.833, -116.849, 124), + (17433007, 'Tonberry_Pontifex', 8481, -209.505, 11.943, -95.768, 19), + (17433008, 'Tonberry_Tracker', 8484, -188.621, 15.588, -100.234, 127), + (17433009, 'Hakutaku', 8464, 24.000, 25.000, -306.000, 121), + (17433010, 'Mokumokuren', 8467, 179.921, -28.008, -107.043, 127), + (17436673, 'Evil_Eye', 8511, 346.751, -13.403, -20.120, 127), + (17436674, 'Evil_Eye', 8511, 319.763, -16.508, -20.658, 127), + (17436675, 'Demon_Pawn', 8500, 300.791, -20.495, 30.504, 127), + (17436676, 'Evil_Eye', 8511, 301.373, -16.892, 12.826, 71), + (17436677, 'Evil_Eye', 8511, 303.216, -20.523, 41.740, 45), + (17436678, 'Dark_Elemental', 8492, 299.000, -16.000, -20.000, 127), + (17436679, 'Ice_Elemental', 8519, 302.899, -16.530, 6.745, 127), + (17436680, 'Demon_Pawn', 8500, 226.000, -24.000, 60.000, 62), + (17436681, 'Demon_Pawn', 8500, 283.799, -20.515, 60.560, 127), + (17436682, 'Evil_Eye', 8511, 262.000, -21.229, 58.000, 5), + (17436683, 'Dark_Elemental', 8492, 292.259, -20.517, 61.493, 5), + (17436684, 'Ice_Elemental', 8519, 220.000, -24.525, 60.000, 19), + (17436685, 'Demon_Pawn', 8500, 209.000, -24.532, 19.000, 127), + (17436686, 'Demon_Pawn', 8500, 219.226, -24.511, 32.026, 101), + (17436687, 'Evil_Eye', 8511, 199.156, -24.525, 22.328, 127), + (17436688, 'Dark_Elemental', 8492, 186.604, -24.507, 22.337, 35), + (17436689, 'Ice_Elemental', 8519, 193.767, -24.504, 19.999, 7), + (17436690, 'Evil_Eye', 8511, 180.880, -24.539, 22.258, 127), + (17436691, 'Demon_Pawn', 8500, 115.760, -24.510, 20.668, 127), + (17436692, 'Demon_Knight', 8498, 139.135, -24.559, 21.744, 127), + (17436693, 'Demon_Pawn', 8500, 67.000, -24.518, 20.000, 112), + (17436694, 'Demon_Knight', 8498, 75.000, -24.512, 19.000, 3), + (17436695, 'Demon_Pawn', 8500, 99.000, -24.544, 38.000, 127), + (17436696, 'Demon_Knight', 8498, 101.753, -24.545, 53.163, 127), + (17436697, 'Demon_Pawn', 8500, 98.292, -24.511, -3.551, 127), + (17436698, 'Demon_Knight', 8498, 98.617, -24.520, -8.959, 88), + (17436699, 'Evil_Eye', 8511, 99.589, -24.550, 20.144, 34), + (17436700, 'Demon_Pawn', 8500, 180.972, -24.579, 47.554, 127), + (17436701, 'Demon_Pawn', 8500, 181.241, -24.539, -35.040, 63), + (17436702, 'Demon_Pawn', 8500, 180.358, -24.539, 95.951, 47), + (17436703, 'Demon_Wizard', 8505, 147.000, -24.562, 100.000, 16), + (17436704, 'Demon_Pawn', 8500, 183.383, -24.578, -53.639, 127), + (17436705, 'Demon_Wizard', 8505, 136.000, -24.547, -59.000, 97), + (17436706, 'Demon_Pawn', 8500, 111.315, -24.574, 100.773, 4), + (17436707, 'Dark_Elemental', 8492, 141.519, -24.512, 101.579, 127), + (17436708, 'Ice_Elemental', 8519, 103.154, -24.502, 100.265, 69), + (17436709, 'Demon_Pawn', 8500, 107.339, -24.547, -57.721, 127), + (17436710, 'Dark_Elemental', 8492, 155.857, -24.593, -58.556, 126), + (17436711, 'Ice_Elemental', 8519, 105.546, -24.549, -57.932, 127), + (17436712, 'Evil_Eye', 8511, 135.484, -24.538, 64.949, 127), + (17436713, 'Evil_Eye', 8511, 134.806, -24.522, 56.228, 43), + (17436714, 'Likho', 8522, 0.000, 0.000, 0.000, 0), + (17436715, 'Evil_Eye', 8511, 141.048, -24.503, -18.064, 127), + (17436716, 'Evil_Eye', 8511, 141.449, -24.503, -16.373, 59), + (17436717, 'Demon_Pawn', 8500, 89.000, -20.646, 71.000, 127), + (17436718, 'Demon_Pawn', 8500, 112.000, -20.000, 63.000, 10), + (17436719, 'Demon_Wizard', 8505, 106.000, -20.591, 88.000, 127), + (17436720, 'Demon_Knight', 8498, 88.000, -20.583, 92.000, 127), + (17436721, 'Demon_Pawn', 8500, 96.760, -20.556, -47.887, 4), + (17436722, 'Demon_Pawn', 8500, 87.000, -20.547, -1.000, 16), + (17436723, 'Demon_Wizard', 8505, 111.000, -20.547, -13.000, 15), + (17436724, 'Demon_Knight', 8498, 91.460, -20.545, -32.640, 4), + (17436725, 'Goblin_Poacher', 8512, 28.939, -20.444, 120.959, 127), + (17436726, 'Goblin_Trader', 8516, 12.644, -20.465, 148.753, 0), + (17436727, 'Goblin_s_Bats', 8515, 0.000, 0.000, 0.000, 0), + (17436728, 'Goblin_Robber', 8514, 29.605, -20.469, 132.302, 61), + (17436729, 'Goblin_Reaper', 8513, -27.000, -19.000, 150.000, 127), + (17436730, 'Orcish_Bowshooter', 8528, -7.000, -24.512, -59.000, 127), + (17436731, 'Orcish_Footsoldier', 8529, 30.435, -20.471, -104.298, 127), + (17436732, 'Orcish_Gladiator', 8530, -27.000, -20.000, -69.000, 127), + (17436733, 'Orcish_Trooper', 8531, 12.000, -24.516, -99.000, 46), + (17436734, 'Goblin_Poacher', 8512, -37.000, -20.498, 90.000, 127), + (17436735, 'Goblin_Trader', 8516, 7.238, -20.499, 89.418, 127), + (17436736, 'Goblin_s_Bats', 8515, 0.000, 0.000, 0.000, 0), + (17436737, 'Goblin_Robber', 8514, -14.376, -20.482, 89.759, 127), + (17436738, 'Goblin_Reaper', 8513, 9.000, -20.499, 69.000, 127), + (17436739, 'Orcish_Bowshooter', 8528, -1.000, -20.496, -50.000, 127), + (17436740, 'Orcish_Footsoldier', 8529, 11.226, -20.462, -29.114, 127), + (17436741, 'Orcish_Gladiator', 8530, -24.213, -20.478, -48.779, 125), + (17436742, 'Orcish_Trooper', 8531, 11.000, -24.510, -65.000, 127), + (17436743, 'Demon_Wizard', 8505, -18.911, -20.500, 72.422, 127), + (17436744, 'Demon_Knight', 8498, -24.100, -20.510, 72.867, 87), + (17436745, 'Demon_Warlock', 8504, -24.251, -20.500, 77.300, 100), + (17436746, 'Demon_s_Elemental', 8503, -500.000, -500.000, -500.000, 127), + (17436747, 'Demon_Wizard', 8505, -25.130, -20.502, -31.135, 127), + (17436748, 'Demon_Knight', 8498, 0.000, 0.000, 0.000, 0), + (17436749, 'Demon_Warlock', 8504, -16.532, -20.500, -35.249, 8), + (17436750, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436751, 'Goblin_Poacher', 8512, -22.511, -24.505, 126.939, 127), + (17436752, 'Goblin_Trader', 8516, -15.000, -24.506, 105.000, 98), + (17436753, 'Goblin_s_Bats', 8515, 0.000, 0.000, 0.000, 0), + (17436754, 'Goblin_Robber', 8514, 2.477, -24.510, 142.628, 127), + (17436755, 'Goblin_Reaper', 8513, 11.289, -24.536, 97.655, 127), + (17436756, 'Orcish_Bowshooter', 8528, -30.000, -19.000, -103.000, 127), + (17436757, 'Orcish_Footsoldier', 8529, -20.417, -24.508, -71.174, 62), + (17436758, 'Orcish_Gladiator', 8530, -2.000, -20.000, -110.000, 125), + (17436759, 'Orcish_Trooper', 8531, -12.870, -24.534, -101.227, 69), + (17436760, 'Goblin_Poacher', 8512, 22.175, -24.600, 67.195, 127), + (17436761, 'Goblin_Trader', 8516, 20.000, -24.576, 120.000, 75), + (17436762, 'Goblin_s_Bats', 8515, 0.000, 0.000, 0.000, 0), + (17436763, 'Goblin_Robber', 8514, 22.357, -24.502, 74.871, 127), + (17436764, 'Goblin_Reaper', 8513, 22.996, -24.549, 90.607, 127), + (17436765, 'Orcish_Bowshooter', 8528, 29.000, -20.000, -74.000, 125), + (17436766, 'Orcish_Footsoldier', 8529, 21.000, -24.271, -78.000, 102), + (17436767, 'Orcish_Gladiator', 8530, 22.043, -24.530, -50.205, 61), + (17436768, 'Orcish_Trooper', 8531, 18.655, -24.505, -36.065, 127), + (17436769, 'Demon_Knight', 8498, 19.000, -24.000, -7.000, 127), + (17436770, 'Demon_Knight', 8498, 20.293, -24.545, 49.900, 39), + (17436771, 'Evil_Eye', 8511, -48.000, -24.518, 20.000, 0), + (17436772, 'Evil_Eye', 8511, -18.272, -24.519, 21.043, 0), + (17436773, 'Evil_Eye', 8511, 48.573, -24.500, 21.315, 127), + (17436774, 'Goblin_Poacher', 8512, -51.349, -24.564, 99.758, 100), + (17436775, 'Goblin_Trader', 8516, -30.000, -24.504, 100.000, 127), + (17436776, 'Goblin_s_Bats', 8515, 0.000, 0.000, 0.000, 0), + (17436777, 'Goblin_Robber', 8514, -40.741, -24.506, 101.272, 127), + (17436778, 'Goblin_Reaper', 8513, 0.000, 0.000, 0.000, 0), + (17436779, 'Orcish_Bowshooter', 8528, -44.190, -24.505, -61.394, 127), + (17436780, 'Orcish_Footsoldier', 8529, -32.000, -25.162, -59.000, 123), + (17436781, 'Orcish_Gladiator', 8530, -51.806, -24.613, -56.724, 127), + (17436782, 'Orcish_Trooper', 8531, -20.000, -24.503, -82.000, 36), + (17436783, 'Elder_Quadav', 8509, -99.000, -24.552, 114.000, 78), + (17436784, 'Iron_Quadav', 8520, -91.838, -24.539, 98.611, 127), + (17436785, 'Spinel_Quadav', 8532, -77.531, -24.500, 102.774, 127), + (17436786, 'Emerald_Quadav', 8510, 0.000, 0.000, 0.000, 0), + (17436787, 'Yagudo_Zealot', 8538, -95.000, -24.505, -60.000, 127), + (17436788, 'Yagudo_Conquistador', 8535, 0.000, 0.000, 0.000, 0), + (17436789, 'Yagudo_Lutenist', 8536, -76.210, -24.501, -58.226, 127), + (17436790, 'Yagudo_Prior', 8537, 0.000, 0.000, 0.000, 0), + (17436791, 'Elder_Quadav', 8509, -131.591, -24.526, 97.043, 96), + (17436792, 'Iron_Quadav', 8520, -97.734, -24.525, 131.820, 30), + (17436793, 'Spinel_Quadav', 8532, -140.973, -24.500, 120.172, 39), + (17436794, 'Emerald_Quadav', 8510, -139.819, -24.467, 134.064, 127), + (17436795, 'Yagudo_Zealot', 8538, -114.910, -24.512, -103.393, 109), + (17436796, 'Yagudo_Conquistador', 8535, -97.082, -24.528, -92.038, 33), + (17436797, 'Yagudo_Lutenist', 8536, -140.339, -24.522, -74.416, 127), + (17436798, 'Yagudo_Prior', 8537, -97.493, -24.505, -87.147, 62), + (17436799, 'Elder_Quadav', 8509, -140.000, -24.000, 85.000, 127), + (17436800, 'Iron_Quadav', 8520, -140.268, -40.401, 46.002, 127), + (17436801, 'Spinel_Quadav', 8532, -138.652, -34.949, 57.572, 59), + (17436802, 'Emerald_Quadav', 8510, 0.000, 0.000, 0.000, 0), + (17436803, 'Yagudo_Zealot', 8538, -139.644, -36.281, -14.001, 38), + (17436804, 'Yagudo_Conquistador', 8535, -137.761, -40.390, -5.777, 89), + (17436805, 'Yagudo_Lutenist', 8536, -140.000, -24.000, -40.000, 127), + (17436806, 'Yagudo_Prior', 8537, 0.000, 0.000, 0.000, 0), + (17436807, 'Morbid_Eye', 8527, -139.645, -42.569, 31.512, 127), + (17436808, 'Morbid_Eye', 8527, -142.132, -42.505, 4.812, 38), + (17436809, 'Elder_Quadav', 8509, -149.000, -19.000, 123.000, 127), + (17436810, 'Iron_Quadav', 8520, -134.298, -20.463, 151.484, 0), + (17436811, 'Spinel_Quadav', 8532, -90.595, -20.449, 127.225, 63), + (17436812, 'Emerald_Quadav', 8510, -115.662, -20.500, 151.255, 127), + (17436813, 'Yagudo_Zealot', 8538, -119.000, -24.000, -60.000, 0), + (17436814, 'Yagudo_Conquistador', 8535, -123.473, -20.499, -109.172, 127), + (17436815, 'Yagudo_Lutenist', 8536, -101.204, -20.438, -109.420, 0), + (17436816, 'Yagudo_Prior', 8537, -124.000, -24.000, -100.000, 127), + (17436817, 'Demon_Pawn', 8500, -151.493, -38.467, 21.716, 63), + (17436818, 'Demon_Pawn', 8500, -151.470, -38.447, 5.488, 64), + (17436819, 'Demon_Wizard', 8505, -151.413, -34.175, -11.005, 64), + (17436820, 'Elder_Quadav', 8509, -115.000, -19.000, 90.000, 127), + (17436821, 'Iron_Quadav', 8520, -65.000, -19.000, 89.000, 127), + (17436822, 'Spinel_Quadav', 8532, -67.000, -19.000, 110.000, 54), + (17436823, 'Emerald_Quadav', 8510, -92.000, -20.505, 75.000, 63), + (17436824, 'Yagudo_Zealot', 8538, -93.000, -20.514, -52.000, 0), + (17436825, 'Yagudo_Conquistador', 8535, -83.000, -20.475, -50.000, 127), + (17436826, 'Yagudo_Lutenist', 8536, -91.269, -20.500, -45.320, 127), + (17436827, 'Yagudo_Prior', 8537, -63.000, -20.500, -50.000, 63), + (17436828, 'Demon_Pawn', 8500, -129.202, -38.469, 12.499, 64), + (17436829, 'Demon_Pawn', 8500, -128.977, -38.467, 17.266, 127), + (17436830, 'Demon_Wizard', 8505, -128.762, -38.462, 29.008, 63), + (17436831, 'Morbid_Eye', 8527, -80.825, -19.948, 51.409, 127), + (17436832, 'Morbid_Eye', 8527, -80.538, -19.955, -12.258, 127), + (17436833, 'Morbid_Eye', 8527, -67.000, -19.952, -1.000, 63), + (17436834, 'Demon_Wizard', 8505, -75.814, -24.526, 32.408, 127), + (17436835, 'Demon_Knight', 8498, -83.000, -24.500, 20.000, 34), + (17436836, 'Demon_Wizard', 8505, -82.330, -24.616, -3.131, 127), + (17436837, 'Demon_Warlock', 8504, -74.742, -24.639, 9.747, 127), + (17436838, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436839, 'Morbid_Eye', 8527, -75.280, -24.542, 20.772, 127), + (17436840, 'Morbid_Eye', 8527, -59.661, -7.727, 148.998, 63), + (17436841, 'Morbid_Eye', 8527, -59.977, -3.968, 156.549, 63), + (17436842, 'Morbid_Eye', 8527, -59.000, -4.000, -112.000, 127), + (17436843, 'Morbid_Eye', 8527, -60.570, -11.150, -98.882, 127), + (17436844, 'Demon_Commander', 8496, -27.090, 3.497, 180.857, 127), + (17436845, 'Demon_General', 8497, -34.899, 3.476, -138.754, 127), + (17436846, 'Demon_Chancellor', 8495, -87.922, 3.473, 180.941, 127), + (17436847, 'Demon_Magistrate', 8499, -101.387, 3.494, -133.638, 127), + (17436848, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436849, 'Demon_Commander', 8496, 0.660, 3.499, 124.338, 7), + (17436850, 'Demon_General', 8497, -6.266, 3.499, 125.143, 42), + (17436851, 'Demon_Chancellor', 8495, -5.661, 3.499, 121.638, 127), + (17436852, 'Demon_Magistrate', 8499, -8.098, 3.499, 112.239, 99), + (17436853, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436854, 'Demon_Commander', 8496, 9.023, 3.499, -79.536, 43), + (17436855, 'Demon_General', 8497, -1.000, 4.000, -76.000, 127), + (17436856, 'Demon_Chancellor', 8495, 5.968, 3.499, -89.748, 127), + (17436857, 'Demon_Magistrate', 8499, -0.300, 3.499, -90.580, 57), + (17436858, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436859, 'Demon_Commander', 8496, -126.356, 3.499, 125.843, 127), + (17436860, 'Demon_General', 8497, -124.360, 3.499, 121.628, 127), + (17436861, 'Demon_Chancellor', 8495, -122.968, 3.499, 115.177, 62), + (17436862, 'Demon_Magistrate', 8499, -113.000, 3.499, 124.000, 121), + (17436863, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436864, 'Demon_Commander', 8496, -126.723, 3.499, -86.485, 58), + (17436865, 'Demon_General', 8497, -120.000, 3.499, -86.000, 86), + (17436866, 'Demon_Chancellor', 8495, -117.616, 3.499, -70.317, 127), + (17436867, 'Demon_Magistrate', 8499, -113.756, 3.499, -73.765, 83), + (17436868, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436869, 'Blood_Demon', 8491, 61.809, -8.500, 181.649, 127), + (17436870, 'Doom_Demon', 8506, 68.535, -8.500, 163.574, 127), + (17436871, 'Arch_Demon', 8490, 70.046, -8.500, 140.958, 120), + (17436872, 'Blood_Demon', 8491, 85.764, -8.500, 148.307, 127), + (17436873, 'Doom_Demon', 8506, 0.000, 0.000, 0.000, 0), + (17436874, 'Abyssal_Demon', 8488, 0.000, 0.000, 0.000, 0), + (17436875, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436877, 'Blood_Demon', 8491, 0.000, 0.000, 0.000, 0), + (17436878, 'Doom_Demon', 8506, 0.000, 0.000, 0.000, 0), + (17436879, 'Abyssal_Demon', 8488, 59.559, -8.500, -131.169, 127), + (17436880, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436882, 'Doom_Demon', 8506, 82.568, -8.500, -139.081, 67), + (17436883, 'Arch_Demon', 8490, 98.633, -8.500, -116.720, 127), + (17436884, 'Abyssal_Demon', 8488, 90.912, -8.500, -101.020, 127), + (17436885, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436886, 'Blood_Demon', 8491, -214.089, -8.500, 148.176, 127), + (17436887, 'Arch_Demon', 8490, 0.000, 0.000, 0.000, 0), + (17436888, 'Abyssal_Demon', 8488, -196.379, -8.500, 146.751, 127), + (17436889, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436890, 'Blood_Demon', 8491, 0.000, 0.000, 0.000, 0), + (17436891, 'Doom_Demon', 8506, -189.000, -8.500, 175.000, 34), + (17436892, 'Arch_Demon', 8490, -212.282, -8.500, 178.590, 127), + (17436893, 'Doom_Demon', 8506, -186.431, -8.500, -124.240, 92), + (17436894, 'Arch_Demon', 8490, -193.323, -8.500, -133.551, 127), + (17436895, 'Abyssal_Demon', 8488, 0.000, 0.000, 0.000, 0), + (17436896, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436897, 'Blood_Demon', 8491, -211.546, -8.500, -140.293, 36), + (17436898, 'Arch_Demon', 8490, 0.000, 0.000, 0.000, 0), + (17436899, 'Abyssal_Demon', 8488, -210.876, -8.500, -106.277, 54), + (17436900, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436901, 'Ahriman', 8489, 40.136, -8.525, 140.683, 127), + (17436902, 'Ahriman', 8489, 35.265, -8.522, -98.959, 0), + (17436903, 'Ahriman', 8489, -156.114, -8.527, 141.314, 0), + (17436904, 'Ahriman', 8489, -145.473, -8.502, -98.465, 127), + (17436905, 'Ahriman', 8489, -19.288, -4.509, 91.330, 127), + (17436906, 'Ahriman', 8489, 20.031, -4.505, -23.839, 58), + (17436907, 'Ahriman', 8489, -137.480, -4.509, 62.304, 124), + (17436908, 'Ahriman', 8489, -100.000, -4.526, -41.000, 91), + (17436909, 'Dread_Demon', 8507, -35.475, -4.500, 54.841, 88), + (17436910, 'Judicator_Demon', 8521, -43.182, -4.499, 61.884, 127), + (17436911, 'Stygian_Demon', 8533, -28.860, -4.499, 46.750, 68), + (17436912, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436913, 'Marquis_Allocen', 8523, -44.116, -4.496, 37.549, 100), + (17436914, 'Gore_Demon', 8517, -25.385, -4.500, -15.515, 127), + (17436915, 'Judicator_Demon', 8521, -38.739, -4.500, -10.996, 27), + (17436916, 'Stygian_Demon', 8533, -27.689, -4.500, -3.916, 119), + (17436917, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436918, 'Marquis_Amon', 8524, -30.715, -4.500, -20.455, 29), + (17436919, 'Gore_Demon', 8517, -93.493, -4.499, 41.046, 127), + (17436920, 'Dread_Demon', 8507, -94.673, -4.500, 51.039, 6), + (17436921, 'Stygian_Demon', 8533, -76.620, -4.489, 36.243, 62), + (17436922, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436923, 'Duke_Haborym', 8508, -93.769, -4.499, 34.776, 6), + (17436924, 'Gore_Demon', 8517, -93.000, -4.500, -15.000, 99), + (17436925, 'Dread_Demon', 8507, -97.000, -4.500, -0.600, 102), + (17436926, 'Judicator_Demon', 8521, -81.908, -4.498, -4.230, 99), + (17436927, 'Grand_Duke_Batym', 8518, -78.000, -4.000, -15.000, 127), + (17436928, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436929, 'Demon_s_Avatar', 8502, -500.000, -500.000, -500.000, 127), + (17436930, 'Ahriman', 8489, -60.697, -0.500, 51.239, 127), + (17436931, 'Ahriman', 8489, -54.998, -0.488, 38.771, 53), + (17436932, 'Ahriman', 8489, -60.806, -0.500, -18.990, 127), + (17436933, 'Ahriman', 8489, -54.742, -0.497, -1.556, 61), + (17436934, 'Ahriman', 8489, -20.213, -0.500, 18.744, 54), + (17436935, 'Ahriman', 8489, -39.000, -0.499, 19.000, 127), + (17436936, 'Ahriman', 8489, -85.431, -0.499, 24.749, 127), + (17436937, 'Ahriman', 8489, -71.985, -0.486, 18.013, 33), + (17436938, 'Ahriman', 8489, -81.477, -0.538, 101.813, 127), + (17436939, 'Ahriman', 8489, -59.472, -0.504, -52.411, 127), + (17436940, 'Ahriman', 8489, 19.625, -0.530, 40.196, 64), + (17436941, 'Ahriman', 8489, 20.000, -0.527, 67.000, 64), + (17436942, 'Ahriman', 8489, -140.000, -0.505, -7.000, 68), + (17436943, 'Ahriman', 8489, -140.670, -0.510, 18.738, 127), + (17436944, 'Dread_Demon', 8507, -36.260, 18.500, 35.977, 54), + (17436945, 'Judicator_Demon', 8521, -36.280, 18.500, 58.665, 127), + (17436946, 'Stygian_Demon', 8533, -25.390, 18.500, 50.927, 106), + (17436947, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436948, 'Gore_Demon', 8517, -58.820, 22.414, 48.516, 127), + (17436949, 'Gore_Demon', 8517, -25.151, 18.499, 1.260, 127), + (17436950, 'Judicator_Demon', 8521, -35.780, 18.500, 3.481, 127), + (17436951, 'Stygian_Demon', 8533, -37.358, 18.495, -17.899, 127), + (17436952, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436953, 'Dread_Demon', 8507, -34.628, 22.394, 14.811, 123), + (17436954, 'Gore_Demon', 8517, -99.000, 19.000, 47.000, 127), + (17436955, 'Dread_Demon', 8507, -78.000, 19.000, 36.000, 11), + (17436956, 'Stygian_Demon', 8533, -77.000, 19.000, 56.000, 15), + (17436957, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436958, 'Judicator_Demon', 8521, -77.286, 22.499, 16.286, 38), + (17436959, 'Gore_Demon', 8517, -72.937, 18.526, -5.843, 118), + (17436960, 'Dread_Demon', 8507, -90.243, 18.500, 2.566, 127), + (17436961, 'Judicator_Demon', 8521, -98.000, 19.000, -18.000, 127), + (17436962, 'Stygian_Demon', 8533, -61.297, 22.499, 4.468, 94), + (17436963, 'Demon_s_Elemental', 8503, 0.000, 0.000, 0.000, 0), + (17436964, 'Dark_Spark', 8493, 62.000, -24.000, 19.000, 10), + (17436965, 'Mimic', 8526, 189.783, 20.290, 20.761, 77), + (17436966, 'Marquis_Andrealphus', 8525, 0.000, 0.000, 0.000, 0), + (17436967, 'Demon_Banneret', 8494, 0.000, 0.000, 0.000, 0), + (17436968, 'Demon_Secretary', 8501, -500.000, -500.000, -500.000, 127), + (17436969, 'Demon_Banneret', 8494, 0.000, 0.000, 0.000, 0), + (17436970, 'Demon_Secretary', 8501, 0.000, 0.000, 0.000, 0), + (17436990, 'Treasure_Chest', 8534, 0.000, 0.000, 0.000, 0), + (17440769, 'Demon_Pawn', 8544, -35.504, -0.131, 3.200, 127), + (17440770, 'Evil_Eye', 8551, -35.625, -0.125, -4.780, 83), + (17440771, 'Evil_Eye', 8551, -54.752, -0.117, -4.398, 127), + (17440772, 'Evil_Eye', 8551, -57.415, -0.194, -14.821, 102), + (17440773, 'Demon_Wizard', 8548, -67.979, -0.125, 10.693, 12), + (17440774, 'Evil_Eye', 8551, -78.884, -0.125, 5.306, 105), + (17440775, 'Demon_Knight', 8543, -53.612, -0.125, -54.788, 38), + (17440776, 'Evil_Eye', 8551, -83.817, -0.115, -53.863, 13), + (17440777, 'Demon_Warlock', 8547, -87.114, -0.151, -41.548, 117), + (17440778, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17440779, 'Evil_Eye', 8551, -94.874, -0.125, -38.550, 123), + (17440780, 'Goblin_Poacher', 8555, -30.169, 0.474, 53.960, 127), + (17440781, 'Goblin_Trader', 8559, -9.924, 0.488, 58.942, 94), + (17440782, 'Goblin_s_Bat', 8558, 212.907, 8.019, 100.154, 127), + (17440783, 'Goblin_Robber', 8557, -6.933, 0.474, 69.799, 127), + (17440784, 'Goblin_Reaper', 8556, -31.000, 0.474, 69.000, 41), + (17440785, 'Goblin_Poacher', 8555, -68.792, 0.474, 62.125, 127), + (17440786, 'Goblin_Trader', 8559, -71.228, 0.474, 68.835, 127), + (17440787, 'Goblin_s_Bat', 8558, 0.000, 0.000, 0.000, 0), + (17440788, 'Goblin_Robber', 8557, -58.277, 0.474, 47.871, 127), + (17440789, 'Goblin_Reaper', 8556, -64.163, 0.474, 53.005, 4), + (17440790, 'Goblin_Poacher', 8555, 0.000, 0.000, 0.000, 0), + (17440791, 'Goblin_Trader', 8559, -47.733, 0.474, 72.509, 8), + (17440792, 'Goblin_s_Bat', 8558, 0.000, 0.000, 0.000, 0), + (17440793, 'Goblin_Robber', 8557, 0.000, 0.000, 0.000, 0), + (17440794, 'Goblin_Reaper', 8556, 0.000, 0.000, 0.000, 0), + (17440795, 'Goblin_Poacher', 8555, -86.709, 0.474, 69.348, 6), + (17440796, 'Goblin_Trader', 8559, -99.000, 0.474, 66.000, 127), + (17440797, 'Goblin_s_Bat', 8558, 0.000, 0.000, 0.000, 0), + (17440798, 'Goblin_Robber', 8557, -102.000, 0.474, 53.000, 118), + (17440799, 'Goblin_Reaper', 8556, -91.000, 0.474, 49.000, 15), + (17440800, 'Goblin_Hunter', 8554, -109.920, 0.570, 90.512, 26), + (17440801, 'Goblin_Bouncer', 8552, -105.924, 0.485, 90.955, 46), + (17440802, 'Goblin_Enchanter', 8553, -101.682, 0.474, 106.915, 126), + (17440803, 'Goblin_Hunter', 8554, -90.124, 0.100, 90.045, 127), + (17440804, 'Goblin_Bouncer', 8552, -90.468, 0.100, 94.285, 61), + (17440805, 'Goblin_Enchanter', 8553, -88.000, 0.474, 109.000, 127), + (17440806, 'Goblin_Hunter', 8554, 0.000, 0.000, 0.000, 0), + (17440807, 'Goblin_Bouncer', 8552, -69.460, 0.474, 93.904, 127), + (17440808, 'Goblin_Enchanter', 8553, 0.000, 0.000, 0.000, 0), + (17440809, 'Goblin_Hunter', 8554, -10.259, 0.474, 96.424, 127), + (17440810, 'Goblin_Bouncer', 8552, -9.000, 0.474, 110.000, 127), + (17440811, 'Goblin_Enchanter', 8553, -13.662, 0.474, 103.273, 98), + (17440812, 'Goblin_Hunter', 8554, 0.000, 0.000, 0.000, 0), + (17440813, 'Goblin_Bouncer', 8552, -32.000, 0.474, 113.000, 127), + (17440814, 'Goblin_Enchanter', 8553, -28.281, 0.100, 107.295, 93), + (17440815, 'Goblin_Hunter', 8554, -30.000, 0.474, 88.000, 51), + (17440816, 'Goblin_Bouncer', 8552, 0.000, 0.000, 0.000, 0), + (17440817, 'Goblin_Enchanter', 8553, 0.000, 0.000, 0.000, 0), + (17440818, 'Goblin_Hunter', 8554, 0.000, 0.000, 0.000, 0), + (17440819, 'Goblin_Bouncer', 8552, -51.613, 0.474, 88.752, 127), + (17440820, 'Goblin_Enchanter', 8553, -46.000, 0.100, 89.000, 127), + (17440821, 'Goblin_Hunter', 8554, -52.323, 0.474, 106.806, 127), + (17440822, 'Goblin_Bouncer', 8552, 0.000, 0.000, 0.000, 0), + (17440823, 'Goblin_Enchanter', 8553, 0.000, 0.000, 0.000, 0), + (17440824, 'Goblin_Hunter', 8554, -71.564, 0.474, 108.222, 127), + (17440825, 'Goblin_Bouncer', 8552, 0.000, 0.000, 0.000, 0), + (17440826, 'Goblin_Enchanter', 8553, -70.866, 0.100, 110.375, 127), + (17440827, 'Orcish_Bowshooter', 8564, -27.192, 0.470, -88.394, 12), + (17440828, 'Orcish_Footsoldier', 8565, -30.374, 0.502, -98.134, 127), + (17440829, 'Orcish_Gladiator', 8566, -13.759, 0.474, -87.052, 127), + (17440830, 'Orcish_Trooper', 8568, -8.000, 0.474, -90.000, 127), + (17440831, 'Orcish_Bowshooter', 8564, -6.000, 0.474, -106.000, 127), + (17440832, 'Orcish_Footsoldier', 8565, -13.000, 0.100, -111.000, 115), + (17440833, 'Orcish_Gladiator', 8566, -8.400, 0.100, -105.970, 127), + (17440834, 'Orcish_Trooper', 8568, -6.000, 0.100, -113.000, 127), + (17440835, 'Orcish_Bowshooter', 8564, -31.000, -0.113, -108.000, 63), + (17440836, 'Orcish_Footsoldier', 8565, -22.000, 0.524, -92.000, 127), + (17440837, 'Orcish_Gladiator', 8566, -22.576, 0.496, -87.023, 127), + (17440838, 'Orcish_Trooper', 8568, -52.607, 0.147, -87.350, 125), + (17440839, 'Orcish_Bowshooter', 8564, -51.000, 0.100, -96.000, 119), + (17440840, 'Orcish_Footsoldier', 8565, -67.166, 0.100, -106.630, 127), + (17440841, 'Orcish_Gladiator', 8566, -49.000, 0.100, -111.000, 59), + (17440842, 'Orcish_Trooper', 8568, -67.189, 0.100, -112.422, 17), + (17440843, 'Orcish_Bowshooter', 8564, -107.221, 0.474, -103.519, 127), + (17440844, 'Orcish_Footsoldier', 8565, -101.000, 0.100, -95.000, 66), + (17440845, 'Orcish_Gladiator', 8566, -96.595, 0.474, -105.768, 127), + (17440846, 'Orcish_Trooper', 8568, -109.000, 0.100, -93.000, 84), + (17440847, 'Orcish_Veteran', 8569, -95.697, 0.512, -130.845, 127), + (17440848, 'Orcish_Predator', 8567, -111.349, 0.474, -133.950, 12), + (17440849, 'Orcish_Zerker', 8571, -87.169, 0.474, -145.272, 55), + (17440850, 'Orcish_Warchief', 8570, -87.361, 0.474, -127.954, 127), + (17440851, 'Orcish_Veteran', 8569, 0.000, 0.000, 0.000, 0), + (17440852, 'Orcish_Predator', 8567, 0.000, 0.000, 0.000, 0), + (17440853, 'Orcish_Zerker', 8571, 0.000, 0.000, 0.000, 0), + (17440854, 'Orcish_Warchief', 8570, -106.776, 0.474, -153.702, 53), + (17440855, 'Orcish_Veteran', 8569, -9.447, 0.474, -147.659, 95), + (17440856, 'Orcish_Predator', 8567, -13.277, 0.474, -131.837, 63), + (17440857, 'Orcish_Zerker', 8571, -10.907, 0.474, -140.131, 127), + (17440858, 'Orcish_Warchief', 8570, -32.415, 0.474, -126.329, 127), + (17440859, 'Orcish_Veteran', 8569, 0.000, 0.000, 0.000, 0), + (17440860, 'Orcish_Predator', 8567, 0.000, 0.000, 0.000, 0), + (17440861, 'Orcish_Zerker', 8571, -33.150, 0.474, -147.396, 127), + (17440862, 'Orcish_Warchief', 8570, 0.000, 0.000, 0.000, 0), + (17440863, 'Orcish_Veteran', 8569, -46.166, 0.474, -142.822, 127), + (17440864, 'Orcish_Predator', 8567, -52.705, 0.478, -126.836, 127), + (17440865, 'Orcish_Zerker', 8571, -52.000, 0.475, -129.000, 127), + (17440866, 'Orcish_Warchief', 8570, -51.591, 0.474, -144.068, 127), + (17440867, 'Orcish_Veteran', 8569, 0.000, 0.000, 0.000, 0), + (17440868, 'Orcish_Predator', 8567, -70.000, 0.474, -131.000, 127), + (17440869, 'Orcish_Zerker', 8571, 0.000, 0.000, 0.000, 0), + (17440870, 'Orcish_Warchief', 8570, 0.000, 0.000, 0.000, 0), + (17440871, 'Orcish_Veteran', 8569, 0.000, 0.000, 0.000, 0), + (17440872, 'Orcish_Predator', 8567, -70.000, 0.474, -149.000, 127), + (17440873, 'Orcish_Zerker', 8571, 0.000, 0.000, 0.000, 0), + (17440874, 'Orcish_Warchief', 8570, 0.000, 0.000, 0.000, 0), + (17440875, 'Evil_Eye', 8551, -69.201, -8.160, 143.251, 25), + (17440876, 'Evil_Eye', 8551, -50.262, -8.125, 144.389, 127), + (17440877, 'Evil_Eye', 8551, -51.497, -8.125, -182.772, 127), + (17440878, 'Evil_Eye', 8551, -59.000, -8.125, -184.000, 127), + (17440879, 'Elder_Quadav', 8549, 0.000, 0.000, 0.000, 0), + (17440880, 'Iron_Quadav', 8561, -49.907, -15.525, 106.402, 108), + (17440881, 'Spinel_Quadav', 8572, 0.000, 0.000, 0.000, 0), + (17440882, 'Emerald_Quadav', 8550, 0.000, 0.000, 0.000, 0), + (17440883, 'Elder_Quadav', 8549, -65.000, -15.525, 95.000, 127), + (17440884, 'Iron_Quadav', 8561, -69.512, -15.525, 102.619, 127), + (17440885, 'Spinel_Quadav', 8572, -73.291, -15.525, 92.354, 114), + (17440886, 'Emerald_Quadav', 8550, -73.744, -15.533, 102.129, 127), + (17440887, 'Elder_Quadav', 8549, 0.000, 0.000, 0.000, 0), + (17440888, 'Iron_Quadav', 8561, 0.000, 0.000, 0.000, 0), + (17440889, 'Spinel_Quadav', 8572, 0.000, 0.000, 0.000, 0), + (17440890, 'Emerald_Quadav', 8550, -50.125, -15.525, 88.196, 127), + (17440891, 'Elder_Quadav', 8549, -73.045, -15.525, 68.445, 127), + (17440892, 'Iron_Quadav', 8561, -66.952, -15.547, 52.226, 85), + (17440893, 'Spinel_Quadav', 8572, -69.823, -15.525, 70.224, 37), + (17440894, 'Emerald_Quadav', 8550, -52.162, -15.470, 49.088, 127), + (17440895, 'Elder_Quadav', 8549, 0.000, 0.000, 0.000, 0), + (17440896, 'Iron_Quadav', 8561, 0.000, 0.000, 0.000, 0), + (17440897, 'Spinel_Quadav', 8572, -50.000, -15.525, 68.000, 127), + (17440898, 'Emerald_Quadav', 8550, -46.196, -15.899, 73.158, 61), + (17440899, 'Steel_Quadav', 8573, -109.897, -15.525, 55.214, 127), + (17440900, 'Mythril_Quadav', 8563, -99.460, -15.525, 50.067, 127), + (17440901, 'Gold_Quadav', 8560, -104.818, -15.525, 50.449, 112), + (17440902, 'Topaz_Quadav', 8574, -85.805, -15.526, 47.613, 23), + (17440903, 'Steel_Quadav', 8573, 0.000, 0.000, 0.000, 0), + (17440904, 'Mythril_Quadav', 8563, 0.000, 0.000, 0.000, 0), + (17440905, 'Gold_Quadav', 8560, 0.000, 0.000, 0.000, 0), + (17440906, 'Topaz_Quadav', 8574, -109.000, -15.525, 69.000, 107), + (17440907, 'Steel_Quadav', 8573, 0.000, 0.000, 0.000, 0), + (17440908, 'Mythril_Quadav', 8563, 0.000, 0.000, 0.000, 0), + (17440909, 'Gold_Quadav', 8560, 0.000, 0.000, 0.000, 0), + (17440910, 'Topaz_Quadav', 8574, -92.124, -15.661, 72.617, 127), + (17440911, 'Steel_Quadav', 8573, -89.973, -15.525, 103.982, 37), + (17440912, 'Mythril_Quadav', 8563, -91.000, -15.525, 90.000, 101), + (17440913, 'Gold_Quadav', 8560, -113.586, -15.525, 89.881, 127), + (17440914, 'Topaz_Quadav', 8574, -107.000, -15.899, 102.000, 3), + (17440915, 'Yagudo_Zealot', 8584, -48.290, -15.525, -151.794, 69), + (17440916, 'Yagudo_Conquistador', 8579, 0.000, 0.000, 0.000, 0), + (17440917, 'Yagudo_Lutenist', 8581, 0.000, 0.000, 0.000, 0), + (17440918, 'Yagudo_Prior', 8582, 0.000, 0.000, 0.000, 0), + (17440919, 'Yagudo_Zealot', 8584, -49.000, -15.525, -126.000, 65), + (17440920, 'Yagudo_Conquistador', 8579, -65.787, -15.525, -131.630, 127), + (17440921, 'Yagudo_Lutenist', 8581, -47.548, -15.525, -134.111, 127), + (17440922, 'Yagudo_Prior', 8582, -57.906, -15.525, -129.907, 54), + (17440923, 'Yagudo_Zealot', 8584, 0.000, 0.000, 0.000, 0), + (17440924, 'Yagudo_Conquistador', 8579, -68.865, -15.525, -149.875, 95), + (17440925, 'Yagudo_Lutenist', 8581, 0.000, 0.000, 0.000, 0), + (17440926, 'Yagudo_Prior', 8582, 0.000, 0.000, 0.000, 0), + (17440927, 'Yagudo_Zealot', 8584, -47.059, -15.525, -109.504, 36), + (17440928, 'Yagudo_Conquistador', 8579, -68.911, -15.525, -87.285, 127), + (17440929, 'Yagudo_Lutenist', 8581, -47.684, -15.517, -94.462, 49), + (17440930, 'Yagudo_Prior', 8582, -59.000, -15.525, -91.000, 82), + (17440931, 'Yagudo_Zealot', 8584, 0.000, 0.000, 0.000, 0), + (17440932, 'Yagudo_Conquistador', 8579, 0.000, 0.000, 0.000, 0), + (17440933, 'Yagudo_Lutenist', 8581, 0.000, 0.000, 0.000, 0), + (17440934, 'Yagudo_Prior', 8582, -66.412, -15.525, -113.307, 7), + (17440935, 'Yagudo_Sentinel', 8583, -109.550, -15.524, -108.123, 62), + (17440936, 'Yagudo_Chanter', 8578, -111.336, -15.523, -86.137, 127), + (17440937, 'Yagudo_Inquisitor', 8580, -96.000, -15.525, -91.000, 127), + (17440938, 'Yagudo_Abbot', 8577, -112.566, -15.596, -99.019, 97), + (17440939, 'Yagudo_Sentinel', 8583, 0.000, 0.000, 0.000, 0), + (17440940, 'Yagudo_Chanter', 8578, -86.769, -15.544, -108.947, 61), + (17440941, 'Yagudo_Inquisitor', 8580, 0.000, 0.000, 0.000, 0), + (17440942, 'Yagudo_Abbot', 8577, 0.000, 0.000, 0.000, 0), + (17440943, 'Yagudo_Sentinel', 8583, -97.069, -15.525, -128.862, 55), + (17440944, 'Yagudo_Chanter', 8578, -107.000, -15.566, -134.000, 87), + (17440945, 'Yagudo_Inquisitor', 8580, -93.000, -15.525, -144.000, 127), + (17440946, 'Yagudo_Abbot', 8577, -111.432, -15.899, -148.428, 53), + (17440947, 'Evil_Eye', 8551, -72.411, -16.125, 14.573, 18), + (17440948, 'Evil_Eye', 8551, -95.000, -16.202, -5.000, 116), + (17440949, 'Evil_Eye', 8551, -73.000, -16.140, -54.000, 62), + (17440950, 'Evil_Eye', 8551, -95.228, -16.144, -34.694, 68), + (17440951, 'Demon_Pawn', 8544, -109.000, -16.064, -19.000, 7), + (17440952, 'Demon_Pawn', 8544, -139.327, -22.108, -9.449, 40), + (17440953, 'Demon_Pawn', 8544, -220.000, -48.146, -20.000, 127), + (17440954, 'Morbid_Eye', 8562, -274.000, -48.125, -21.000, 1), + (17440955, 'Morbid_Eye', 8562, -299.000, -48.184, 4.000, 37), + (17440956, 'Morbid_Eye', 8562, -296.896, -48.125, -53.381, 127), + (17440957, 'Morbid_Eye', 8562, -322.000, -48.125, -19.000, 101), + (17440958, 'Demon_Pawn', 8544, -255.454, -52.125, 64.165, 127), + (17440959, 'Demon_Knight', 8543, -217.482, -52.125, 58.877, 36), + (17440960, 'Demon_Warlock', 8547, -227.007, -52.125, 83.768, 127), + (17440961, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17440962, 'Demon_Wizard', 8548, -254.000, -52.125, 86.000, 127), + (17440963, 'Baron_Vapula', 8540, -241.000, -52.000, 84.000, 127), + (17440964, 'Demon_Wizard', 8548, -220.870, -52.127, -60.537, 127), + (17440965, 'Demon_Pawn', 8544, -191.470, -52.125, -57.092, 127), + (17440966, 'Demon_Warlock', 8547, -180.342, -52.125, -88.175, 127), + (17440967, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17440968, 'Demon_Knight', 8543, -204.000, -52.125, -95.000, 127), + (17440969, 'Count_Bifrons', 8541, -199.000, -52.000, -99.000, 127), + (17440970, 'Demon_Wizard', 8548, -340.499, -52.125, -112.418, 5), + (17440971, 'Demon_Pawn', 8544, -347.523, -52.125, -103.093, 105), + (17440972, 'Demon_Knight', 8543, -345.000, -52.125, -136.000, 37), + (17440973, 'Demon_Warlock', 8547, -365.684, -52.125, -136.540, 127), + (17440974, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17440975, 'Viscount_Morax', 8576, -380.000, -52.000, -121.000, 250), + (17440976, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17440977, 'Demon_s_Avatar', 8545, -22.521, 20.773, -2.683, 127), + (17440978, 'Demon_Pawn', 8544, -273.064, -52.125, 14.150, 92), + (17440979, 'Demon_Pawn', 8544, -260.921, -52.125, -4.598, 3), + (17440980, 'Demon_Pawn', 8544, -267.690, -52.125, -61.368, 48), + (17440981, 'Demon_Pawn', 8544, -262.791, -52.125, -35.704, 79), + (17440982, 'Demon_Pawn', 8544, -336.838, -52.125, -42.154, 127), + (17440983, 'Demon_Pawn', 8544, -317.000, -52.125, -36.000, 110), + (17440984, 'Demon_Pawn', 8544, -317.070, -52.125, 14.052, 127), + (17440985, 'Demon_Pawn', 8544, -335.444, -52.125, 15.148, 89), + (17440986, 'Baronet_Romwe', 8539, -340.000, -52.000, 3.000, 127), + (17440987, 'Deadly_Iris', 8542, -379.086, -61.762, 45.514, 66), + (17440988, 'Deadly_Iris', 8542, -349.766, -52.153, 18.873, 127), + (17440989, 'Demon_Pawn', 8544, -450.835, -68.125, 115.535, 5), + (17440990, 'Demon_Wizard', 8548, -433.192, -68.266, 101.371, 127), + (17440991, 'Demon_Knight', 8543, -445.920, -68.125, 133.453, 108), + (17440992, 'Demon_Warlock', 8547, -443.406, -68.125, 123.692, 127), + (17440993, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17440994, 'Demon_Pawn', 8544, -420.548, -68.125, 22.079, 127), + (17440995, 'Demon_Wizard', 8548, -458.892, -68.126, 6.941, 125), + (17440996, 'Demon_Knight', 8543, -452.513, -68.125, 16.750, 72), + (17440997, 'Demon_Warlock', 8547, -428.000, -68.125, -18.000, 51), + (17440998, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17440999, 'Deadly_Iris', 8542, -501.852, -68.341, 101.465, 127), + (17441000, 'Deadly_Iris', 8542, -499.201, -68.126, 87.785, 127), + (17441001, 'Deadly_Iris', 8542, -496.489, -68.125, 31.761, 59), + (17441002, 'Deadly_Iris', 8542, -503.966, -68.226, 27.397, 14), + (17441003, 'Demon_Pawn', 8544, -519.467, -68.125, 62.050, 105), + (17441004, 'Demon_Wizard', 8548, -535.460, -68.125, 62.036, 105), + (17441005, 'Demon_Warlock', 8547, -465.705, -67.375, 68.205, 127), + (17441006, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17441007, 'Demon_Knight', 8543, -537.000, -72.140, 79.000, 126), + (17441008, 'Demon_Warlock', 8547, -517.000, -72.129, 98.000, 127), + (17441009, 'Demon_s_Elemental', 8546, 0.000, 0.000, 0.000, 0), + (17441010, 'Demon_Knight', 8543, -520.753, -72.125, 43.378, 127), + (17441011, 'Demon_Wizard', 8548, -534.000, -72.125, 25.000, 127), + (17441081, 'Treasure_Chest', 8575, 0.000, 0.000, 0.000, 0), + (17444865, 'Grav_iton', 8588, -283.000, -32.000, 323.000, 32), + (17444866, 'Molyb_iton', 8591, -285.000, -32.000, 323.000, 32), + (17444867, 'Tungs_iton', 8600, -281.000, -32.000, 323.000, 32), + (17444868, 'Tonberry_s_Elemental', 8599, -281.500, -32.000, 323.000, 32), + (17444869, 'Tonberry_s_Avatar', 8598, -281.500, -32.000, 323.000, 32), + (17444870, 'Grav_iton', 8588, -3.000, 0.500, 43.000, 30), + (17444871, 'Molyb_iton', 8591, -1.000, 0.500, 43.000, 30), + (17444872, 'Tungs_iton', 8600, -5.000, 0.500, 43.000, 30), + (17444873, 'Tonberry_s_Elemental', 8599, -5.500, 0.500, 43.000, 30), + (17444874, 'Tonberry_s_Avatar', 8598, -5.500, 0.500, 43.000, 30), + (17444875, 'Grav_iton', 8588, 276.000, 32.000, -275.000, 25), + (17444876, 'Molyb_iton', 8591, 278.000, 32.000, -273.000, 25), + (17444877, 'Tungs_iton', 8600, 274.000, 32.000, -277.000, 25), + (17444878, 'Tonberry_s_Elemental', 8599, 274.500, 32.000, -277.000, 25), + (17444879, 'Tonberry_s_Avatar', 8598, 274.500, 32.000, -277.000, 25), + (17444880, 'Sable-tongued_Gonberry', 8595, 0.000, 0.000, 0.000, 0), + (17444881, 'Virid-faced_Shanberry', 8602, 0.000, 0.000, 0.000, 0), + (17444882, 'Cyaneous-toed_Yallberry', 8586, 0.000, 0.000, 0.000, 0), + (17444883, 'Vermilion-eared_Noberry', 8601, 0.000, 0.000, 0.000, 0), + (17444884, 'Armoury_Crate', 8585, 0.000, 0.000, 0.000, 0), + (17444885, 'Tonberry_s_Elemental', 8599, 0.000, 0.000, 0.000, 0), + (17444886, 'Tonberry_s_Avatar', 8598, 0.000, 0.000, 0.000, 0), + (17444887, 'Sable-tongued_Gonberry', 8595, 0.000, 0.000, 0.000, 0), + (17444888, 'Virid-faced_Shanberry', 8602, 0.000, 0.000, 0.000, 0), + (17444889, 'Cyaneous-toed_Yallberry', 8586, 0.000, 0.000, 0.000, 0), + (17444890, 'Vermilion-eared_Noberry', 8601, 0.000, 0.000, 0.000, 0), + (17444891, 'Armoury_Crate', 8585, 0.000, 0.000, 0.000, 0), + (17444892, 'Tonberry_s_Elemental', 8599, 0.000, 0.000, 0.000, 0), + (17444893, 'Tonberry_s_Avatar', 8598, 0.000, 0.000, 0.000, 0), + (17444894, 'Sable-tongued_Gonberry', 8595, 0.000, 0.000, 0.000, 0), + (17444895, 'Virid-faced_Shanberry', 8602, 0.000, 0.000, 0.000, 0), + (17444896, 'Cyaneous-toed_Yallberry', 8586, 0.000, 0.000, 0.000, 0), + (17444897, 'Vermilion-eared_Noberry', 8601, 0.000, 0.000, 0.000, 0), + (17444898, 'Armoury_Crate', 8585, 0.000, 0.000, 0.000, 0), + (17444899, 'Tonberry_s_Elemental', 8599, 0.000, 0.000, 0.000, 0), + (17444900, 'Tonberry_s_Avatar', 8598, 0.000, 0.000, 0.000, 0), + (17444901, 'Qull_the_Fallstopper', 8593, 0.000, 0.000, 0.000, 0), + (17444902, 'Rauu_the_Whaleswooner', 8594, 0.000, 0.000, 0.000, 0), + (17444903, 'Hyohh_the_Conchblower', 8589, 0.000, 0.000, 0.000, 0), + (17444904, 'Pevv_the_Riverleaper', 8592, 0.000, 0.000, 0.000, 0), + (17444905, 'Armoury_Crate', 8585, 0.000, 0.000, 0.000, 0), + (17444906, 'Sahagin_s_Wyvern', 8596, 0.000, 0.000, 0.000, 0), + (17444907, 'Qull_the_Fallstopper', 8593, 0.000, 0.000, 0.000, 0), + (17444908, 'Rauu_the_Whaleswooner', 8594, 0.000, 0.000, 0.000, 0), + (17444909, 'Hyohh_the_Conchblower', 8589, 0.000, 0.000, 0.000, 0), + (17444910, 'Pevv_the_Riverleaper', 8592, 0.000, 0.000, 0.000, 0), + (17444911, 'Armoury_Crate', 8585, 0.000, 0.000, 0.000, 0), + (17444912, 'Sahagin_s_Wyvern', 8596, 0.000, 0.000, 0.000, 0), + (17444913, 'Qull_the_Fallstopper', 8593, 0.000, 0.000, 0.000, 0), + (17444914, 'Rauu_the_Whaleswooner', 8594, 0.000, 0.000, 0.000, 0), + (17444915, 'Hyohh_the_Conchblower', 8589, 0.000, 0.000, 0.000, 0), + (17444916, 'Pevv_the_Riverleaper', 8592, 0.000, 0.000, 0.000, 0), + (17444917, 'Armoury_Crate', 8585, 0.000, 0.000, 0.000, 0), + (17444918, 'Sahagin_s_Wyvern', 8596, 0.000, 0.000, 0.000, 0), + (17444919, 'Shantotto', 8597, 0.000, 0.000, 0.000, 0), + (17444921, 'Shantotto', 8597, 0.000, 0.000, 0.000, 0), + (17444923, 'Shantotto', 8597, 0.000, 0.000, 0.000, 0), + (17444939, 'Grav_iton', 8588, 0.000, 0.000, 0.000, 0), + (17444942, 'Eald_narche', 8587, 0.000, 0.000, 0.000, 0), + (17444943, 'Kam_lanaut', 8590, 0.000, 0.000, 0.000, 0), + (17445001, 'Shantotto', 8597, 0.000, 0.000, 0.000, 0), + (17445002, 'Shantotto', 8597, 0.000, 0.000, 0.000, 0), + (17445003, 'Shantotto', 8597, 0.000, 0.000, 0.000, 0), + (17453057, 'Shadow_Lord', 8740, -461.975, -167.700, -239.981, 59), + (17453058, 'Shadow_Lord', 8740, -781.000, -407.000, -477.000, 59), + (17453059, 'Shadow_Lord', 8740, -1101.000, -647.000, -716.000, 59), + (17453060, 'Shadow_Lord', 10890, -614.975, -167.700, -229.981, 59), + (17453061, 'Shadow_Lord', 10890, -614.975, -167.700, -229.981, 59), + (17453062, 'Shadow_Lord', 10890, -614.975, -167.700, -229.981, 59), + (17453063, 'Zeid', 8743, 0.000, 0.000, 0.000, 0), + (17453064, 'Zeid', 8743, 0.000, 0.000, 0.000, 0), + (17453065, 'Shadow_of_Rage', 8741, 0.000, 0.000, 0.000, 0), + (17453066, 'Shadow_of_Rage', 8741, 0.000, 0.000, 0.000, 0), + (17453067, 'Zeid', 8743, 0.000, 0.000, 0.000, 0), + (17453068, 'Zeid', 8743, 0.000, 0.000, 0.000, 0), + (17453069, 'Shadow_of_Rage', 8741, 0.000, 0.000, 0.000, 0), + (17453070, 'Shadow_of_Rage', 8741, 0.000, 0.000, 0.000, 0), + (17453071, 'Zeid', 8743, 0.000, 0.000, 0.000, 0), + (17453072, 'Zeid', 8743, 0.000, 0.000, 0.000, 0), + (17453073, 'Shadow_of_Rage', 8741, 0.000, 0.000, 0.000, 0), + (17453074, 'Shadow_of_Rage', 8741, 0.000, 0.000, 0.000, 0), + (17453075, 'Grand_Marquis_Chomiel', 8736, -133.642, -0.500, 224.481, 127), + (17453076, 'Duke_Amduscias', 8734, -134.385, -0.500, 247.043, 115), + (17453077, 'Count_Andromalius', 8730, 0.000, 0.000, 0.000, 0), + (17453078, 'Duke_Dantalian', 8735, -135.842, -0.515, 246.186, 127), + (17453079, 'Armoury_Crate', 8728, 0.000, 0.000, 0.000, 0), + (17453080, 'Demon_s_Elemental', 8733, 0.000, 0.000, 0.000, 0), + (17453081, 'Demon_s_Avatar', 8732, 0.000, 0.000, 0.000, 0), + (17453082, 'Grand_Marquis_Chomiel', 8736, 0.000, 0.000, 0.000, 0), + (17453083, 'Duke_Amduscias', 8734, 0.000, 0.000, 0.000, 0), + (17453084, 'Count_Andromalius', 8730, 0.000, 0.000, 0.000, 0), + (17453085, 'Duke_Dantalian', 8735, 0.000, 0.000, 0.000, 0), + (17453086, 'Armoury_Crate', 8728, 0.000, 0.000, 0.000, 0), + (17453087, 'Demon_s_Elemental', 8733, 0.000, 0.000, 0.000, 0), + (17453088, 'Demon_s_Avatar', 8732, 0.000, 0.000, 0.000, 0), + (17453089, 'Grand_Marquis_Chomiel', 8736, 0.000, 0.000, 0.000, 0), + (17453090, 'Duke_Amduscias', 8734, 0.000, 0.000, 0.000, 0), + (17453091, 'Count_Andromalius', 8730, 0.000, 0.000, 0.000, 0), + (17453092, 'Duke_Dantalian', 8735, 0.000, 0.000, 0.000, 0), + (17453093, 'Armoury_Crate', 8728, 0.000, 0.000, 0.000, 0), + (17453094, 'Demon_s_Elemental', 8733, 0.000, 0.000, 0.000, 0), + (17453095, 'Demon_s_Avatar', 8732, 0.000, 0.000, 0.000, 0), + (17453096, 'Gunther', 8737, -138.535, -0.500, 233.810, 34), + (17453097, 'Crimson_Grimoire', 8731, 0.000, 0.000, 0.000, 0), + (17453098, 'Gunther', 8737, 0.000, 0.000, 0.000, 0), + (17453099, 'Crimson_Grimoire', 8731, 0.000, 0.000, 0.000, 0), + (17453100, 'Gunther', 8737, 0.000, 0.000, 0.000, 0), + (17453101, 'Crimson_Grimoire', 8731, 0.000, 0.000, 0.000, 0), + (17453102, 'Riko_Kupenreich', 8739, 0.000, 0.000, 0.000, 0), + (17453103, 'Henchman_Moogle', 8738, -145.299, -0.500, 224.687, 118), + (17453104, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453105, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453106, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453107, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453108, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453109, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453110, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453111, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453112, 'Riko_Kupenreich', 8739, 0.000, 0.000, 0.000, 0), + (17453113, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453114, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453115, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453116, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453117, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453118, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453119, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453120, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453121, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453122, 'Riko_Kupenreich', 8739, 0.000, 0.000, 0.000, 0), + (17453123, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453124, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453125, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453126, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453127, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453128, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453129, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453130, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453131, 'Henchman_Moogle', 8738, 0.000, 0.000, 0.000, 0), + (17453143, 'Shadow_Lord', 8740, 0.000, 0.000, 0.000, 0), + (17453144, 'Shadow_Lord', 8740, 0.000, 0.000, 0.000, 0), + (17453145, 'Zeid', 8743, 0.000, 0.000, 0.000, 0), + (17453157, 'Volker', 8742, 0.000, 0.000, 0.000, 0), + (17453159, 'Ayame', 8729, 0.000, 0.000, 0.000, 0), + (17453175, 'Riko_Kupenreich', 8739, 0.000, 0.000, 0.000, 0), + (17453176, 'Riko_Kupenreich', 8739, 0.000, 0.000, 0.000, 0), + (17457153, 'Wind_Bats', 8769, -193.830, 3.712, -261.749, 92), + (17457154, 'Wind_Bats', 8769, -217.222, 3.358, -241.211, 127), + (17457155, 'Blade_Bat', 8745, -180.128, 3.450, -265.574, 44), + (17457156, 'Blade_Bat', 8745, -151.331, 4.137, -256.681, 127), + (17457157, 'Oil_Slick', 8762, -171.489, 2.843, -261.196, 120), + (17457158, 'Oil_Slick', 8762, -220.195, 3.568, -232.002, 127), + (17457159, 'Goblin_Thug', 8758, -169.638, 3.938, -223.796, 127), + (17457160, 'Goblin_Weaver', 8759, -141.918, 4.101, -221.867, 127), + (17457161, 'Wind_Bats', 8769, -135.130, 2.597, -220.187, 127), + (17457162, 'Wind_Bats', 8769, -143.144, 3.863, -235.005, 58), + (17457163, 'Wind_Bats', 8769, -139.284, 3.868, -222.732, 18), + (17457164, 'Blade_Bat', 8745, -139.166, 4.577, -234.560, 127), + (17457165, 'Blade_Bat', 8745, -149.415, 2.318, -236.875, 65), + (17457166, 'Goblin_Thug', 8758, -188.000, 5.000, -191.000, 64), + (17457167, 'Goblin_Weaver', 8759, -171.000, 5.000, -165.000, 101), + (17457168, 'Goblin_Weaver', 8759, -179.000, 5.000, -182.000, 2), + (17457169, 'Blade_Bat', 8745, -172.000, 5.000, -191.000, 127), + (17457170, 'Blade_Bat', 8745, -186.000, 5.000, -166.000, 66), + (17457171, 'Goblin_Mugger', 8753, 0.000, 0.000, 0.000, 0), + (17457172, 'Goblin_Leecher', 8752, -209.388, 4.470, -144.834, 127), + (17457173, 'Goblin_Gambler', 8751, -207.632, 3.068, -134.052, 9), + (17457174, 'Goblin_Mugger', 8753, 0.000, 0.000, 0.000, 0), + (17457175, 'Goblin_Leecher', 8752, 0.000, 0.000, 0.000, 0), + (17457176, 'Goblin_Gambler', 8751, -187.556, 3.383, -148.428, 127), + (17457177, 'Seeker_Bats', 8764, -219.000, 4.000, -120.000, 127), + (17457178, 'Seeker_Bats', 8764, -189.958, 4.596, -144.100, 127), + (17457179, 'Seeker_Bats', 8764, -277.461, 3.449, -138.721, 127), + (17457180, 'Seeker_Bats', 8764, -254.480, 4.118, -140.249, 127), + (17457181, 'Seeker_Bats', 8764, -275.537, 2.603, -143.879, 127), + (17457182, 'Ooze', 8763, -280.167, 3.502, -140.934, 127), + (17457183, 'Goblin_Mugger', 8753, 0.000, 0.000, 0.000, 0), + (17457184, 'Goblin_Leecher', 8752, -298.000, 4.000, -173.000, 127), + (17457185, 'Goblin_Gambler', 8751, -296.000, 4.000, -153.000, 127), + (17457186, 'Goblin_Mugger', 8753, 0.000, 0.000, 0.000, 0), + (17457187, 'Goblin_Leecher', 8752, -301.000, 5.000, -162.000, 127), + (17457188, 'Goblin_Gambler', 8751, 0.000, 0.000, 0.000, 0), + (17457189, 'Seeker_Bats', 8764, -296.000, 4.000, -179.000, 67), + (17457190, 'Seeker_Bats', 8764, -292.000, 3.000, -145.000, 127), + (17457191, 'Goblin_Mugger', 8753, -249.641, 5.000, -174.069, 67), + (17457192, 'Goblin_Mugger', 8753, -261.000, 5.000, -188.000, 36), + (17457193, 'Goblin_Leecher', 8752, -264.000, 5.000, -179.000, 69), + (17457194, 'Cave_Scorpion', 8746, -224.841, 4.010, -185.155, 57), + (17457195, 'Seeker_Bats', 8764, -220.595, 4.448, -202.500, 48), + (17457196, 'Seeker_Bats', 8764, -217.000, 4.000, -189.000, 97), + (17457197, 'Seeker_Bats', 8764, -219.000, 2.000, -219.000, 127), + (17457198, 'Seeker_Bats', 8764, -214.290, -0.633, -104.787, 127), + (17457199, 'Seeker_Bats', 8764, -180.912, -6.664, -95.141, 127), + (17457200, 'Seeker_Bats', 8764, -152.136, -5.216, -89.814, 112), + (17457201, 'Seeker_Bats', 8764, -163.000, -6.000, -81.000, 127), + (17457202, 'Seeker_Bats', 8764, -114.841, -5.545, -86.773, 2), + (17457203, 'Stirge', 8765, -138.837, -3.900, -75.286, 127), + (17457205, 'Ooze', 8763, -142.919, -3.591, -75.975, 127), + (17457206, 'Ooze', 8763, -146.860, -3.566, -68.779, 127), + (17457207, 'Cave_Scorpion', 8746, -60.224, -6.502, -68.529, 127), + (17457208, 'Seeker_Bats', 8764, -69.793, -6.759, -62.671, 127), + (17457209, 'Seeker_Bats', 8764, -58.367, -6.498, -56.828, 127), + (17457210, 'Stirge', 8765, -52.518, -6.636, -93.312, 127), + (17457211, 'Stirge', 8765, -88.000, -6.000, -60.000, 66), + (17457212, 'Stirge', 8765, -16.311, 3.990, -124.339, 127), + (17457213, 'Taisai', 8766, -18.325, 1.830, -114.932, 127), + (17457214, 'Taisai', 8766, -5.188, 11.730, -141.503, 8), + (17457215, 'Taisai', 8766, 59.000, 15.000, -120.000, 50), + (17457216, 'Taisaijin', 8767, -15.000, 7.000, -131.000, 127), + (17457217, 'Goblin_Mugger', 8753, 61.364, 12.520, -108.375, 127), + (17457218, 'Goblin_Leecher', 8752, 0.000, 0.000, 0.000, 0), + (17457219, 'Goblin_Gambler', 8751, 0.000, 0.000, 0.000, 0), + (17457220, 'Goblin_Gambler', 8751, 46.000, 15.000, -139.000, 127), + (17457221, 'Goblin_Leecher', 8752, 59.122, 14.343, -131.304, 94), + (17457222, 'Goblin_Gambler', 8751, 59.000, 13.000, -151.000, 127), + (17457223, 'Stirge', 8765, 27.241, 11.781, -135.749, 127), + (17457224, 'Stirge', 8765, 95.365, 9.704, -94.921, 127), + (17457225, 'Giant_Scorpion', 8749, 100.539, 4.808, -84.262, 5), + (17457226, 'Bat_Eye', 8744, 163.997, 3.603, -54.476, 127), + (17457227, 'Seeker_Bats', 8764, 121.104, 4.308, -54.413, 127), + (17457228, 'Seeker_Bats', 8764, 152.000, 4.000, -59.000, 124), + (17457229, 'Hecteyes', 8760, 125.987, 3.561, -57.222, 127), + (17457230, 'Hecteyes', 8760, 144.000, 3.000, -57.000, 127), + (17457231, 'Hecteyes', 8760, 167.030, 3.665, -57.378, 127), + (17457232, 'Hecteyes', 8760, 135.251, 2.518, -57.706, 127), + (17457234, 'Stirge', 8765, 98.000, 24.000, -184.000, 8), + (17457235, 'Stirge', 8765, 78.999, 23.490, -182.105, 127), + (17457236, 'Hyakume', 1, 0.000, 0.000, 0.000, 0), + (17457237, 'Seeker_Bats', 8764, 150.930, 24.106, -194.463, 69), + (17457238, 'Seeker_Bats', 8764, 158.639, 23.630, -206.317, 127), + (17457239, 'Seeker_Bats', 8764, 160.597, 23.678, -195.648, 121), + (17457240, 'Seeker_Bats', 8764, 137.757, 26.140, -205.335, 83), + (17457241, 'Stirge', 8765, 139.891, 26.256, -201.758, 127), + (17457243, 'Ooze', 8763, -80.052, -16.495, -18.756, 127), + (17457244, 'Ooze', 8763, -62.992, -10.174, -25.971, 37), + (17457245, 'Mucoid_Mass', 1, 0.000, 0.000, 0.000, 0), + (17457246, 'Seeker_Bats', 8764, 0.000, 0.000, 0.000, 0), + (17457247, 'Seeker_Bats', 8764, 0.000, 0.000, 0.000, 0), + (17457248, 'Hovering_Oculus', 10787, 0.000, 0.000, 0.000, 0), + (17457249, 'Bilesucker', 10788, -84.117, -15.644, 24.575, 127), + (17457250, 'Bilesucker', 10788, -18.000, -26.382, 65.000, 127), + (17457251, 'Bilesucker', 10788, -17.490, -26.342, 82.798, 64), + (17457252, 'Bilesucker', 10788, -26.224, -20.459, 22.437, 127), + (17457253, 'Bilesucker', 10788, 49.000, -25.000, 100.000, 22), + (17457254, 'Goblin_Hoodoo', 10789, -4.000, -25.000, 97.000, 118), + (17457255, 'Goblin_Artificer', 10790, 7.000, -26.000, 100.000, 127), + (17457256, 'Goblin_Tanner', 10791, 19.855, -27.039, 104.258, 28), + (17457257, 'Goblin_Chaser', 10792, 44.000, -24.000, 97.000, 127), + (17457258, 'Goblin_s_Bats', 8757, 0.000, 0.000, 0.000, 0), + (17457259, 'Bilesucker', 10788, -164.884, -36.507, 61.805, 127), + (17457260, 'Bilesucker', 10788, -114.298, -16.622, 24.229, 127), + (17457261, 'Bilesucker', 10788, -136.449, -22.125, 30.259, 127), + (17457262, 'Goblin_Hoodoo', 10789, -193.000, -35.000, 123.000, 102), + (17457263, 'Goblin_Artificer', 10790, -203.000, -35.000, 92.000, 127), + (17457264, 'Goblin_Tanner', 10791, -194.000, -36.000, 80.000, 127), + (17457265, 'Goblin_Chaser', 10792, -206.000, -35.000, 123.000, 127), + (17457266, 'Goblin_s_Bats', 8757, 0.000, 0.000, 0.000, 0), + (17457267, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 127), + (17457268, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 127), + (17457269, 'Bilesucker', 10788, -191.000, -34.000, 90.000, 127), + (17457270, 'Bilesucker', 10788, -197.903, -35.717, 80.000, 127), + (17457271, 'Bilesucker', 10788, -197.000, -35.000, 108.000, 127), + (17457272, 'Bilesucker', 10788, -199.782, -36.425, 113.459, 127), + (17457273, 'Evil_Weapon', 8747, 0.000, 0.000, 0.000, 0), + (17457274, 'Evil_Weapon', 8747, 0.000, 0.000, 0.000, 0), + (17457275, 'Evil_Weapon', 8747, 0.000, 0.000, 0.000, 0), + (17457276, 'Bilesucker', 10788, -284.000, -45.000, 203.000, 127), + (17457277, 'Bilesucker', 10788, -280.000, -46.289, 200.366, 48), + (17457278, 'Bilesucker', 10788, -277.000, -45.000, 190.000, 127), + (17457279, 'Hovering_Oculus', 10787, -139.000, -48.000, 171.000, 127), + (17457280, 'Hovering_Oculus', 10787, -140.325, -43.994, 152.523, 86), + (17457281, 'Bilesucker', 10788, -160.000, -36.000, 140.000, 101), + (17457282, 'Bilesucker', 10788, -119.514, -56.514, 219.418, 95), + (17457283, 'Bilesucker', 10788, -127.549, -56.630, 216.994, 124), + (17457284, 'Hovering_Oculus', 10787, -108.000, -56.000, 220.000, 127), + (17457285, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 127), + (17457286, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 127), + (17457287, 'Goblin_Hoodoo', 10789, 6.000, -35.000, 160.000, 127), + (17457288, 'Goblin_Artificer', 10790, 3.000, -36.000, 152.000, 127), + (17457289, 'Goblin_Tanner', 10791, -5.000, -36.000, 167.000, 12), + (17457290, 'Goblin_Chaser', 10792, -9.390, -36.264, 160.853, 127), + (17457291, 'Goblin_s_Bats', 8757, 0.000, 0.000, 0.000, 0), + (17457292, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 127), + (17457293, 'Bilesucker', 10788, 55.132, -30.253, 131.912, 24), + (17457294, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 127), + (17457295, 'Hovering_Oculus', 10787, 101.505, -26.586, 119.185, 63), + (17457296, 'Hovering_Oculus', 10787, 106.000, -30.000, 135.000, 70), + (17457297, 'Bilesucker', 10788, 78.000, -26.708, 98.000, 127), + (17457298, 'Bilesucker', 10788, 155.565, -46.135, 176.184, 127), + (17457299, 'Bilesucker', 10788, 141.305, -37.082, 162.909, 127), + (17457300, 'Bilesucker', 10788, 132.074, -36.569, 147.083, 96), + (17457301, 'Bilesucker', 10788, 35.000, -24.000, 100.000, 91), + (17457302, 'Hovering_Oculus', 10787, 214.702, -56.501, 188.312, 127), + (17457303, 'Hovering_Oculus', 10787, 221.848, -57.475, 203.247, 62), + (17457304, 'Bilesucker', 10788, 204.387, -57.225, 182.761, 127), + (17457305, 'Bilesucker', 10788, 254.287, -66.525, 225.457, 127), + (17457306, 'Bilesucker', 10788, 260.000, -66.000, 241.000, 62), + (17457307, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 0), + (17457308, 'Bilesucker', 10788, 0.000, 0.000, 0.000, 0), + (17457309, 'Tros', 8768, -289.000, -45.000, 212.000, 23), + (17461249, 'Bloodsucker', 8772, -140.000, 16.000, -231.000, 127), + (17461250, 'Acid_Grease', 8770, 0.000, 0.000, 0.000, 0), + (17461251, 'Bloodsucker', 8772, -140.000, 16.000, -216.000, 127), + (17461252, 'Mousse', 8782, 0.000, 0.000, 0.000, 0), + (17461253, 'Mousse', 8782, 0.000, 0.000, 0.000, 0), + (17461254, 'Funnel_Bats', 8776, -20.000, -0.500, 1.000, 127), + (17461255, 'Funnel_Bats', 8776, -16.000, -0.400, -59.000, 127), + (17461256, 'Funnel_Bats', 8776, -20.000, 0.054, -13.000, 127), + (17461257, 'Funnel_Bats', 8776, -19.835, -0.074, -25.883, 127), + (17461258, 'Funnel_Bats', 8776, -33.395, -0.032, -57.762, 127), + (17461259, 'Funnel_Bats', 8776, -27.757, -0.044, -60.228, 63), + (17461260, 'Funnel_Bats', 8776, -51.000, -0.183, -61.000, 127), + (17461261, 'Funnel_Bats', 8776, -19.000, -0.249, -43.000, 108), + (17461262, 'Hecatomb_Hound', 8780, -100.052, -0.266, -66.761, 59), + (17461263, 'Werebat', 8786, -89.210, -0.138, -57.051, 127), + (17461264, 'Werebat', 8786, -103.685, -0.371, -57.044, 127), + (17461265, 'Werebat', 8786, -118.160, -0.283, -62.055, 127), + (17461266, 'Werebat', 8786, -139.000, -0.075, -60.000, 109), + (17461267, 'Hecatomb_Hound', 8780, -139.384, -0.047, -99.442, 127), + (17461268, 'Hecatomb_Hound', 8780, -158.000, -0.027, -103.000, 99), + (17461269, 'Werebat', 8786, -183.000, -0.017, -100.000, 127), + (17461270, 'Werebat', 8786, -174.000, -0.030, -102.000, 127), + (17461271, 'Hecatomb_Hound', 8780, -202.000, -0.347, -99.000, 127), + (17461272, 'Hecatomb_Hound', 8780, -215.000, -0.233, -97.000, 12), + (17461273, 'Werebat', 8786, -219.602, -0.301, -143.676, 127), + (17461274, 'Werebat', 8786, -217.597, -0.084, -129.310, 97), + (17461275, 'Haunt', 8779, -220.000, 0.081, -158.000, 127), + (17461276, 'Garm', 8777, -257.469, -0.052, -180.008, 127), + (17461277, 'Garm', 8777, -65.000, -1.000, -137.000, 61), + (17461278, 'Garm', 8777, -270.000, -0.284, -180.000, 75), + (17461279, 'Garm', 8777, -340.000, -0.025, -209.000, 90), + (17461280, 'Haunt', 8779, -250.621, -0.281, -177.745, 127), + (17461281, 'Haunt', 8779, -236.000, 0.041, -180.000, 127), + (17461282, 'Werebat', 8786, -307.000, 0.060, -179.000, 127), + (17461283, 'Werebat', 8786, -287.242, -0.026, -179.766, 3), + (17461284, 'Werebat', 8786, -339.000, -0.156, -195.000, 127), + (17461285, 'Werebat', 8786, -339.578, -0.089, -179.360, 127), + (17461286, 'Werebat', 8786, -323.000, -0.199, -179.000, 127), + (17461287, 'Funnel_Bats', 8776, -380.000, -4.000, -221.000, 127), + (17461288, 'Funnel_Bats', 8776, -347.000, -0.010, -220.000, 124), + (17461289, 'Dark_Aspic', 8774, 0.000, 0.000, 0.000, 0), + (17461290, 'Dark_Aspic', 8774, -100.000, 1.000, -132.000, 69), + (17461291, 'Funnel_Bats', 8776, -110.395, 1.037, -138.473, 127), + (17461292, 'Funnel_Bats', 8776, -99.332, 0.997, -111.990, 118), + (17461293, 'Dark_Aspic', 8774, -140.000, -0.024, -173.000, 54), + (17461294, 'Dark_Aspic', 8774, -19.000, 1.000, -173.000, 62), + (17461295, 'Haunt', 8779, -138.000, 0.970, -140.000, 127), + (17461296, 'Funnel_Bats', 8776, -120.679, 0.999, -180.963, 26), + (17461297, 'Dark_Aspic', 8774, -140.000, 1.000, -210.000, 15), + (17461298, 'Funnel_Bats', 8776, -83.000, 1.000, -99.000, 28), + (17461299, 'Funnel_Bats', 8776, -70.366, 1.167, -99.540, 127), + (17461300, 'Funnel_Bats', 8776, -20.000, 1.000, -113.000, 33), + (17461301, 'Mousse', 8782, -18.828, 0.721, -153.077, 100), + (17461302, 'Mousse', 8782, -17.259, 0.166, -178.692, 127), + (17461303, 'Mousse', 8782, -24.513, 0.930, -141.280, 107), + (17461304, 'Mousse', 8782, -42.173, 0.899, -141.112, 92), + (17461305, 'Mousse', 8782, -61.590, 0.002, -134.439, 1), + (17461306, 'Mousse', 8782, -52.310, -0.019, -138.850, 127), + (17461307, 'Sewer_Syrup', 8784, -20.000, 1.000, -179.000, 127), + (17461308, 'Garm', 8777, -57.000, 0.998, -135.000, 127), + (17461309, 'Garm', 8777, -64.000, 0.950, -132.000, 127), + (17461310, 'Garm', 8777, -179.000, 12.000, -220.000, 127), + (17461311, 'Garm', 8777, -59.000, 0.941, -149.000, 67), + (17461312, 'Garm', 8777, -53.000, -0.500, -137.000, 127), + (17461313, 'Garm', 8777, -180.000, 8.000, -200.000, 127), + (17461314, 'Garm', 8777, -140.000, 1.000, -242.000, 127), + (17461315, 'Shii', 8785, -65.000, -0.500, -134.000, 127), + (17461316, 'Funnel_Bats', 8776, -138.794, 0.912, -252.117, 127), + (17461317, 'Dark_Aspic', 8774, -102.000, 1.000, -260.000, 127), + (17461318, 'Funnel_Bats', 8776, -127.707, 0.926, -260.591, 127), + (17461319, 'Funnel_Bats', 8776, -172.000, 1.000, -259.000, 8), + (17461320, 'Dark_Aspic', 8774, -20.000, 1.000, -148.000, 127), + (17461321, 'Dark_Aspic', 8774, -242.409, 0.992, -220.431, 97), + (17461322, 'Werebat', 8786, -259.000, 0.489, -188.000, 33), + (17461323, 'Werebat', 8786, -219.000, 0.979, -260.000, 88), + (17461324, 'Werebat', 8786, -220.000, 0.978, -243.000, 127), + (17461325, 'Dark_Aspic', 8774, -259.000, 0.978, -212.000, 127), + (17461326, 'Dark_Aspic', 8774, 0.000, 0.000, 0.000, 0), + (17461327, 'Haunt', 8779, -95.439, 0.152, -244.265, 47), + (17461328, 'Werebat', 8786, 0.000, 0.000, 0.000, 0), + (17461329, 'Werebat', 8786, -63.411, 16.000, -247.640, 127), + (17461330, 'Werebat', 8786, 0.000, 0.000, 0.000, 0), + (17461331, 'Werebat', 8786, 0.000, 0.000, 0.000, 0), + (17461332, 'Dark_Aspic', 8774, 0.000, 0.000, 0.000, 0), + (17461333, 'Dark_Aspic', 8774, -23.000, 1.000, -100.000, 127), + (17461334, 'Garm', 8777, -64.000, -0.500, -144.000, 127), + (17461335, 'Garm', 8777, -179.000, 4.000, -179.000, 127), + (17461336, 'Haunt', 8779, -90.000, -0.100, -227.000, 127), + (17461337, 'Haunt', 8779, -64.000, -0.200, -245.000, 127), + (17461338, 'Drexerion_the_Condemned', 8775, -62.000, 0.972, -238.000, 74), + (17461339, 'Garm', 8777, -219.000, -0.400, -179.000, 128), + (17461340, 'Garm', 8777, -203.000, -0.400, -180.000, 127), + (17461341, 'Haunt', 8779, -81.000, -0.500, -255.000, 127), + (17461342, 'Haunt', 8779, -10.675, -1.000, -347.152, 127), + (17461343, 'Phanduron_the_Condemned', 8783, -84.000, 1.000, -224.000, 127), + (17461344, 'Blind_Bat', 10753, -42.000, 0.537, -339.000, 126), + (17461345, 'Blind_Bat', 10753, -19.000, 0.923, -254.000, 13), + (17461346, 'Blind_Bat', 10753, -22.707, -1.000, -216.783, 127), + (17461347, 'Blind_Bat', 10753, -8.000, -0.076, -220.000, 126), + (17461348, 'Panna_Cotta', 10754, 0.000, 0.000, 0.000, 0), + (17461349, 'Panna_Cotta', 10754, 23.538, 1.027, -220.399, 90), + (17461350, 'Blind_Bat', 10753, 101.077, 1.042, -258.841, 127), + (17461351, 'Blind_Bat', 10753, 60.000, 0.029, -220.000, 55), + (17461352, 'Blind_Bat', 10753, 100.000, 0.999, -230.000, 101), + (17461353, 'Panna_Cotta', 10754, 86.978, 1.042, -220.093, 28), + (17461354, 'Panna_Cotta', 10754, 98.000, -0.500, -180.000, 127), + (17461355, 'Nachtmahr', 10755, 0.000, 0.000, 0.000, 127), + (17461356, 'Nachtmahr', 10755, -13.000, -1.000, -337.000, 127), + (17461357, 'Panna_Cotta', 10754, 60.000, -0.500, -164.000, 127), + (17461358, 'Panna_Cotta', 10754, 59.000, -1.000, -139.000, 127), + (17461359, 'Nachtmahr', 10755, 0.000, 0.000, 0.000, 127), + (17461360, 'Blind_Bat', 10753, 59.000, -1.000, -84.000, 127), + (17461361, 'Blind_Bat', 10753, 99.000, -1.000, -100.000, 127), + (17461362, 'Panna_Cotta', 10754, -19.000, -0.500, -226.000, 127), + (17461363, 'Nachtmahr', 10755, -16.000, -0.500, -332.000, 127), + (17461364, 'Blind_Bat', 10753, 76.000, -1.000, -180.000, 127), + (17461365, 'Blind_Bat', 10753, 60.000, 1.017, -209.000, 127), + (17461366, 'Blind_Bat', 10753, 47.000, -0.080, -140.000, 115), + (17461367, 'Blind_Bat', 10753, 60.000, -0.144, -185.000, 127), + (17461368, 'Blind_Bat', 10753, 60.000, -0.080, 159.000, 127), + (17461369, 'Panna_Cotta', 10754, -19.000, -0.500, -284.000, 126), + (17461370, 'Panna_Cotta', 10754, -60.000, -0.500, -281.000, 127), + (17461371, 'Dabilla', 10756, 84.000, -0.500, -263.000, 127), + (17461372, 'Dabilla', 10756, 68.000, -0.500, -267.000, 127), + (17461373, 'Dabilla', 10756, 62.000, -0.600, -280.000, 127), + (17461374, 'Dabilla', 10756, 65.000, -0.500, -293.000, 127), + (17461375, 'Dabilla', 10756, 85.000, -0.500, -296.000, 127), + (17461376, 'Dabilla', 10756, 96.000, -0.500, -285.000, 127), + (17461377, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461378, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461379, 'Nachtmahr', 10755, 99.600, 1.107, -131.985, 91), + (17461380, 'Nachtmahr', 10755, 60.000, 0.748, -99.000, 11), + (17461381, 'Nachtmahr', 10755, 13.000, -0.500, -138.000, 127), + (17461382, 'Panna_Cotta', 10754, 77.000, 0.081, -100.000, 103), + (17461383, 'Panna_Cotta', 10754, 59.000, 0.089, -63.000, 127), + (17461384, 'Nachtmahr', 10755, 14.000, -0.500, -145.000, 0), + (17461385, 'Nachtmahr', 10755, -14.000, -0.500, -346.000, 127), + (17461386, 'Nachtmahr', 10755, 0.000, 0.000, 0.000, 31), + (17461387, 'Blind_Bat', 10753, 208.000, -1.000, -26.000, 127), + (17461388, 'Blind_Bat', 10753, 70.019, -1.000, -21.377, 115), + (17461389, 'Panna_Cotta', 10754, -45.000, -0.500, -299.000, 127), + (17461390, 'Nachtmahr', 10755, 23.000, -0.500, -140.000, 127), + (17461391, 'Panna_Cotta', 10754, -23.000, -0.400, -339.000, 128), + (17461392, 'Blind_Bat', 10753, 117.451, 0.260, -55.470, 127), + (17461393, 'Blind_Bat', 10753, 134.273, 0.160, -34.971, 122), + (17461394, 'Blind_Bat', 10753, 208.000, -1.000, -53.000, 6), + (17461395, 'Blind_Bat', 10753, 77.003, -0.250, -55.795, 19), + (17461396, 'Panna_Cotta', 10754, -59.000, -0.500, -336.000, 127), + (17461397, 'Panna_Cotta', 10754, 175.310, -1.000, -20.617, 8), + (17461398, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461399, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461400, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461401, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461402, 'Wurdalak', 10752, 116.000, -1.000, -22.000, 22), + (17461403, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461404, 'Wurdalak', 10752, 80.000, -1.000, -22.000, 127), + (17461405, 'Dabilla', 10756, -210.469, 0.000, -176.973, 62), + (17461406, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461407, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461408, 'Dabilla', 10756, 0.000, 0.000, 0.000, 0), + (17461409, 'Wurdalak', 10752, 100.000, -1.000, -41.000, 127), + (17461410, 'Blind_Bat', 10753, 197.000, -1.000, -56.000, 127), + (17461411, 'Blind_Bat', 10753, 214.000, -1.000, -44.000, 127), + (17461412, 'Blind_Bat', 10753, 201.000, -1.000, -40.000, 127), + (17461413, 'Blind_Bat', 10753, 194.000, -1.000, -25.000, 127), + (17461414, 'Blind_Bat', 10753, 188.000, -1.000, -49.000, 127), + (17461415, 'Blind_Bat', 10753, 92.000, -1.000, -21.000, 127), + (17461416, 'Blind_Bat', 10753, -26.000, -0.500, -300.000, 127), + (17461417, 'Wurdalak', 10752, 127.000, -1.000, -55.000, 127), + (17461418, 'Blind_Bat', 10753, -59.000, -0.500, -314.000, 127), + (17461419, 'Blind_Bat', 10753, 0.000, 0.000, 0.000, 0), + (17461420, 'Blind_Bat', 10753, 0.000, 0.000, 0.000, 0), + (17461421, 'Wurdalak', 10752, 86.000, -1.000, -57.000, 126), + (17461422, 'Werebat', 8786, -74.000, 16.000, -219.000, 127), + (17461423, 'Werebat', 8786, -60.000, 16.000, -229.000, 127), + (17461424, 'Werebat', 8786, -55.000, 16.000, -260.000, 127), + (17461425, 'Werebat', 8786, -20.000, 16.000, -265.000, 127), + (17461426, 'Werebat', 8786, -20.000, 16.000, -225.000, 127), + (17461427, 'Werebat', 8786, 53.000, 16.000, -220.000, 127), + (17461428, 'Werebat', 8786, 34.000, 16.000, -219.000, 127), + (17461429, 'Werebat', 8786, 1.000, 16.000, -219.000, 127), + (17461430, 'Werebat', 8786, -20.000, 16.000, -209.000, 127), + (17461431, 'Werebat', 8786, -19.000, 16.000, -187.000, 127), + (17461432, 'Werebat', 8786, -95.000, 16.000, -179.000, 127), + (17461433, 'Arioch', 8771, -68.000, 16.000, -179.000, 127), + (17461434, 'Bloodsucker', 8772, -130.000, 16.000, -260.000, 127), + (17461435, 'Bloodsucker', 8772, -59.000, 16.000, -157.000, 127), + (17461436, 'Bloodsucker', 8772, -65.000, 16.000, -143.000, 127), + (17461437, 'Bloodsucker', 8772, -60.000, 16.000, -135.000, 127), + (17461438, 'Bloodsucker', 8772, -162.000, 16.000, -259.000, 127), + (17461439, 'Bloodsucker', 8772, -48.000, 16.000, -180.000, 127), + (17461440, 'Bloodsucker', 8772, -100.000, 16.000, -282.000, 127), + (17461441, 'Bloodsucker', 8772, -20.000, 16.000, -159.000, 127), + (17461442, 'Bloodsucker', 8772, -101.000, 16.000, -237.000, 127), + (17461443, 'Bloodsucker', 8772, -19.000, 16.000, -134.000, 127), + (17461444, 'Bloodsucker', 8772, -68.000, 16.000, -219.000, 127), + (17461445, 'Bloodsucker', 8772, 2.000, 16.000, -139.000, 127), + (17461446, 'Bloodsucker', 8772, 17.000, 16.000, -144.000, 127), + (17461447, 'Bloodsucker', 8772, -21.000, 16.000, -258.000, 127), + (17461448, 'Bloodsucker', 8772, -19.000, 16.000, -180.000, 127), + (17461449, 'Bloodsucker', 8772, -20.000, 16.000, -220.000, 127), + (17461450, 'Bloodsucker', 8772, -43.000, 16.000, -260.000, 127), + (17461451, 'Bloodsucker', 8772, -59.000, 16.000, -244.000, 127), + (17461452, 'Bloodsucker', 8772, 26.000, 16.000, -140.000, 127), + (17461453, 'Bloodsucker', 8772, 22.000, 16.000, -219.000, 127), + (17465345, 'Centurio_V-III', 8790, -2.000, 100.000, -238.000, 68), + (17465346, 'Triarius_V-VIII', 8812, 2.000, 100.000, -238.000, 68), + (17465347, 'Princeps_V-XI', 8805, 0.100, 100.000, -238.000, 68), + (17465348, 'Centurio_V-III', 8790, -3.000, -1.000, 1.000, 68), + (17465349, 'Triarius_V-VIII', 8812, 1.000, -1.000, 1.000, 68), + (17465350, 'Princeps_V-XI', 8805, -1.000, -1.000, 1.000, 68), + (17465351, 'Centurio_V-III', 8790, -3.000, -99.000, 241.000, 68), + (17465352, 'Triarius_V-VIII', 8812, 1.000, -99.000, 241.000, 68), + (17465353, 'Princeps_V-XI', 8805, -1.000, -99.000, 241.000, 68), + (17465354, 'Maat', 8802, -1.000, 100.000, -238.000, 68), + (17465355, 'Maat', 8802, -1.000, -1.000, 1.000, 68), + (17465356, 'Maat', 8802, -1.000, -99.000, 241.000, 68), + (17465357, 'Maat', 8802, -1.000, 100.000, -238.000, 68), + (17465358, 'Maat', 8802, -1.000, -1.000, 1.000, 68), + (17465359, 'Maat', 8802, -1.000, -99.000, 241.000, 68), + (17465360, 'Maat', 8802, -1.000, 100.000, -238.000, 68), + (17465361, 'Maat_s_Wyvern', 8803, -1.000, 100.000, -240.000, 68), + (17465362, 'Maat', 8802, -1.000, -1.000, 1.000, 68), + (17465363, 'Maat_s_Wyvern', 8803, -3.000, -1.000, 1.000, 68), + (17465364, 'Maat', 8802, -1.000, -99.000, 241.000, 68), + (17465365, 'Maat_s_Wyvern', 8803, -3.000, -99.000, 241.000, 68), + (17465366, 'Secutor_XI-XXXII', 8811, 0.000, 0.000, 0.000, 0), + (17465367, 'Retiarius_XI-XIX', 8808, 0.000, 0.000, 0.000, 0), + (17465368, 'Hoplomachus_XI-XXVI', 8799, 0.000, 0.000, 0.000, 0), + (17465369, 'Centurio_XI-I', 8791, 0.000, 0.000, 0.000, 0), + (17465370, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465371, 'Secutor_XI-XXXII', 8811, 0.000, 0.000, 0.000, 0), + (17465372, 'Retiarius_XI-XIX', 8808, 0.000, 0.000, 0.000, 0), + (17465373, 'Hoplomachus_XI-XXVI', 8799, 0.000, 0.000, 0.000, 0), + (17465374, 'Centurio_XI-I', 8791, 0.000, 0.000, 0.000, 0), + (17465375, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465376, 'Secutor_XI-XXXII', 8811, 0.000, 0.000, 0.000, 0), + (17465377, 'Retiarius_XI-XIX', 8808, 0.000, 0.000, 0.000, 0), + (17465378, 'Hoplomachus_XI-XXVI', 8799, 0.000, 0.000, 0.000, 0), + (17465379, 'Centurio_XI-I', 8791, 0.000, 0.000, 0.000, 0), + (17465380, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465381, 'Sabotender_Campeon', 8810, 0.000, 0.000, 0.000, 0), + (17465382, 'Sabotender_Amante', 8809, 0.000, 0.000, 0.000, 0), + (17465383, 'Sabotender_Amante', 8809, 0.000, 0.000, 0.000, 0), + (17465384, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465385, 'Sabotender_Campeon', 8810, 0.000, 0.000, 0.000, 0), + (17465386, 'Sabotender_Amante', 8809, 0.000, 0.000, 0.000, 0), + (17465387, 'Sabotender_Amante', 8809, 0.000, 0.000, 0.000, 0), + (17465388, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465389, 'Sabotender_Campeon', 8810, 0.000, 0.000, 0.000, 0), + (17465390, 'Sabotender_Amante', 8809, 0.000, 0.000, 0.000, 0), + (17465391, 'Sabotender_Amante', 8809, 0.000, 0.000, 0.000, 0), + (17465392, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465393, 'Radiant_Wyvern', 8807, 0.000, 0.000, 0.000, 0), + (17465394, 'Blizzard_Wyvern', 8788, 0.000, 0.000, 0.000, 0), + (17465395, 'Lightning_Wyvern', 8801, 0.000, 0.000, 0.000, 0), + (17465396, 'Chaos_Wyvern', 8792, 0.000, 0.000, 0.000, 0), + (17465397, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465398, 'Radiant_Wyvern', 8807, 0.000, 0.000, 0.000, 0), + (17465399, 'Blizzard_Wyvern', 8788, 0.000, 0.000, 0.000, 0), + (17465400, 'Lightning_Wyvern', 8801, 0.000, 0.000, 0.000, 0), + (17465401, 'Chaos_Wyvern', 8792, 0.000, 0.000, 0.000, 0), + (17465402, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465403, 'Radiant_Wyvern', 8807, 0.000, 0.000, 0.000, 0), + (17465404, 'Blizzard_Wyvern', 8788, 0.000, 0.000, 0.000, 0), + (17465405, 'Lightning_Wyvern', 8801, 0.000, 0.000, 0.000, 0), + (17465406, 'Chaos_Wyvern', 8792, 0.000, 0.000, 0.000, 0), + (17465407, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465408, 'Purson', 8806, 0.000, 0.000, 0.000, 0), + (17465409, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465410, 'Purson', 8806, 0.000, 0.000, 0.000, 0), + (17465411, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465412, 'Purson', 8806, 0.000, 0.000, 0.000, 0), + (17465413, 'Armoury_Crate', 8787, 0.000, 0.000, 0.000, 0), + (17465414, 'Nanaa_Mihgo', 8804, 0.000, 0.000, 0.000, 0), + (17465415, 'Cha_Lebagta', 8793, 0.000, 0.000, 0.000, 0), + (17465416, 'Bopa_Greso', 8789, 0.000, 0.000, 0.000, 0), + (17465417, 'Goblin_Repossessor', 8797, 0.000, 0.000, 0.000, 0), + (17465418, 'Goblin_Intimidator', 8796, 0.000, 0.000, 0.000, 0), + (17465419, 'Goblin_Enforcer', 8795, 0.000, 0.000, 0.000, 0), + (17465420, 'Nanaa_Mihgo', 8804, 0.000, 0.000, 0.000, 0), + (17465421, 'Cha_Lebagta', 8793, 0.000, 0.000, 0.000, 0), + (17465422, 'Bopa_Greso', 8789, 0.000, 0.000, 0.000, 0), + (17465423, 'Goblin_Repossessor', 8797, 0.000, 0.000, 0.000, 0), + (17465424, 'Goblin_Intimidator', 8796, 0.000, 0.000, 0.000, 0), + (17465425, 'Goblin_Enforcer', 8795, 0.000, 0.000, 0.000, 0), + (17465426, 'Nanaa_Mihgo', 8804, 0.000, 0.000, 0.000, 0), + (17465427, 'Cha_Lebagta', 8793, 0.000, 0.000, 0.000, 0), + (17465428, 'Bopa_Greso', 8789, 0.000, 0.000, 0.000, 0), + (17465429, 'Goblin_Repossessor', 8797, 0.000, 0.000, 0.000, 0), + (17465430, 'Goblin_Intimidator', 8796, 0.000, 0.000, 0.000, 0), + (17465431, 'Goblin_Enforcer', 8795, 0.000, 0.000, 0.000, 0), + (17465440, 'Zeid', 8813, 0.000, 0.000, 0.000, 0), + (17465441, 'Eald_narche', 8794, -221.246, -10.000, 26.307, 127), + (17465442, 'Kam_lanaut', 8800, 0.000, 0.000, 0.000, 0), + (17465481, 'Grav_iton', 8798, 0.000, 0.000, 0.000, 0), + (17465482, 'Eald_narche', 8794, 0.000, 0.000, 0.000, 0), + (17465483, 'Kam_lanaut', 8800, 0.000, 0.000, 0.000, 0), + (17465507, 'Nanaa_Mihgo', 8804, 0.000, 0.000, 0.000, 0), + (17465508, 'Goblin_Repossessor', 8797, 0.000, 0.000, 0.000, 0), + (17465509, 'Goblin_Intimidator', 8796, 0.000, 0.000, 0.000, 0), + (17465510, 'Goblin_Enforcer', 8795, 0.000, 0.000, 0.000, 0), + (17469441, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469442, 'Canal_Leech', 8818, 0.000, 0.000, 0.000, 0), + (17469443, 'Rock_Crab', 8838, 0.000, 0.000, 0.000, 0), + (17469444, 'Bloodsucker', 8815, -376.000, 22.000, -14.000, 127), + (17469445, 'Mousse', 8836, 0.000, 0.000, 0.000, 0), + (17469446, 'Canal_Bats', 8817, -259.146, 15.531, 261.041, 127), + (17469447, 'Canal_Bats', 8817, -259.000, 15.498, 242.000, 36), + (17469448, 'Canal_Bats', 8817, -175.432, 15.500, 179.273, 65), + (17469449, 'Canal_Bats', 8817, -184.000, 16.099, 204.000, 127), + (17469450, 'Hell_Bat', 8828, -175.000, 15.499, 221.000, 127), + (17469451, 'Hell_Bat', 8828, -191.000, 15.499, 215.000, 127), + (17469452, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469453, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469454, 'Fallen_Knight', 8825, -157.000, 16.000, 135.000, 122), + (17469455, 'Canal_Bats', 8817, -184.000, 15.499, 192.000, 65), + (17469456, 'Canal_Bats', 8817, -176.000, 15.500, 187.000, 75), + (17469457, 'Hell_Bat', 8828, -174.232, 15.500, 193.291, 80), + (17469458, 'Hell_Bat', 8828, -184.506, 15.499, 171.125, 53), + (17469459, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469460, 'Fallen_Knight', 8825, -95.000, 16.000, 70.000, 52), + (17469461, 'Canal_Bats', 8817, -143.000, 15.500, 135.000, 0), + (17469462, 'Canal_Bats', 8817, -162.583, 15.519, 134.779, 10), + (17469463, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469464, 'Hell_Bat', 8828, -150.000, 15.500, 135.000, 0), + (17469465, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469466, 'Fallen_Knight', 8825, 0.000, 0.000, 0.000, 0), + (17469467, 'Canal_Bats', 8817, -64.973, 15.500, 147.262, 121), + (17469468, 'Canal_Bats', 8817, -86.091, 15.500, 134.281, 127), + (17469469, 'Hell_Bat', 8828, -24.255, 15.500, 86.828, 127), + (17469470, 'Hell_Bat', 8828, -23.456, 15.500, 90.696, 127), + (17469471, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469472, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469473, 'Fallen_Knight', 8825, -84.916, 15.500, 64.231, 10), + (17469474, 'Fallen_Knight', 8825, -81.248, 15.506, 65.099, 127), + (17469475, 'Lich', 8831, -43.652, 15.500, 135.374, 10), + (17469476, 'Lich', 8831, 0.000, 0.000, 0.000, 0), + (17469477, 'Canal_Bats', 8817, -64.282, 15.499, 21.477, 127), + (17469478, 'Canal_Bats', 8817, -64.000, 15.499, 41.000, 63), + (17469479, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469480, 'Hell_Bat', 8828, -64.197, 15.500, 10.918, 127), + (17469481, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469482, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469483, 'Fallen_Knight', 8825, -128.000, 16.000, -66.000, 127), + (17469484, 'Canal_Bats', 8817, -56.119, 15.500, 45.777, 76), + (17469485, 'Canal_Bats', 8817, -24.000, 15.505, 71.000, 8), + (17469486, 'Hell_Bat', 8828, -19.800, 15.500, 55.210, 127), + (17469487, 'Hell_Bat', 8828, -35.845, 15.500, 55.920, 127), + (17469488, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469489, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469490, 'Fallen_Knight', 8825, -63.931, 15.500, 35.889, 127), + (17469491, 'Canal_Bats', 8817, -16.170, 15.500, 143.326, 127), + (17469492, 'Canal_Bats', 8817, -34.973, 15.500, 143.776, 117), + (17469493, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469494, 'Hell_Bat', 8828, -22.122, 15.494, 144.494, 127), + (17469495, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469496, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469497, 'Fallen_Knight', 8825, -15.069, 15.500, 140.792, 52), + (17469498, 'Canal_Bats', 8817, 0.000, 0.000, 0.000, 0), + (17469499, 'Hell_Bat', 8828, -86.872, 15.508, 144.230, 124), + (17469500, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469501, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469502, 'Fallen_Knight', 8825, -64.223, 15.500, 167.435, 109), + (17469503, 'Dark_Aspic', 8821, 0.000, 0.000, 0.000, 127), + (17469504, 'Dark_Aspic', 8821, -207.057, 15.500, 212.578, 127), + (17469505, 'Dark_Aspic', 8821, -136.000, 15.499, 149.000, 127), + (17469506, 'Dark_Aspic', 8821, 0.000, 0.000, 0.000, 127), + (17469507, 'Dark_Aspic', 8821, -96.013, 15.500, -26.910, 127), + (17469508, 'Dark_Aspic', 8821, 0.000, 0.000, 0.000, 0), + (17469509, 'Bloodsucker', 8815, -386.000, 22.000, -14.000, 127), + (17469510, 'Bloodsucker', 8815, -384.000, 22.000, -24.000, 127), + (17469511, 'Fallen_Knight', 8825, 26.000, 16.500, 56.000, 108), + (17469512, 'Fallen_Knight', 8825, 17.100, 16.438, 55.504, 127), + (17469513, 'Lich', 8831, 17.000, 16.500, 65.000, 113), + (17469514, 'Lich', 8831, 23.000, 16.468, 65.000, 127), + (17469515, 'Girtab', 8827, 18.735, 16.495, 54.983, 16), + (17469516, 'Magic_Sludge', 8832, 19.757, 15.500, 89.756, 200), + (17469517, 'Hell_Bat', 8828, -139.192, 15.568, -20.878, 35), + (17469518, 'Hell_Bat', 8828, -179.920, 15.508, -14.921, 0), + (17469519, 'Hell_Bat', 8828, -215.000, 15.508, -2.000, 0), + (17469520, 'Hell_Bat', 8828, -187.097, 15.499, -15.082, 127), + (17469521, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469522, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469523, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469524, 'Fallen_Knight', 8825, -185.688, 15.501, -26.124, 127), + (17469525, 'Hell_Bat', 8828, -185.195, 15.501, -31.962, 62), + (17469526, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469527, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469528, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469529, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469530, 'Fallen_Knight', 8825, -257.000, 15.500, -15.000, 109), + (17469531, 'Hell_Bat', 8828, -233.504, 15.500, -15.264, 109), + (17469532, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469533, 'Bigclaw', 8814, 0.000, 0.000, 0.000, 0), + (17469534, 'Fallen_Knight', 8825, -143.421, 15.503, -78.236, 127), + (17469535, 'Dark_Aspic', 8821, -24.000, 16.000, -5.000, 0), + (17469536, 'Bloodsucker', 8815, 53.000, 22.000, 146.000, 127), + (17469537, 'Bloodsucker', 8815, -280.000, 15.524, -59.000, 55), + (17469538, 'Hell_Bat', 8828, -259.046, 15.533, -60.241, 26), + (17469539, 'Hell_Bat', 8828, 0.000, 0.000, 0.000, 0), + (17469540, 'Girtab', 8827, -320.000, 14.000, -0.500, 127), + (17469541, 'Scavenger_Crab', 8840, 0.000, 0.000, 0.000, 0), + (17469542, 'Scavenger_Crab', 8840, 0.000, 0.000, 0.000, 0), + (17469543, 'Scavenger_Crab', 8840, 0.000, 0.000, 0.000, 0), + (17469544, 'Scavenger_Crab', 8840, 0.000, 0.000, 0.000, 0), + (17469545, 'Scavenger_Crab', 8840, 0.000, 0.000, 0.000, 0), + (17469546, 'Scavenger_Crab', 8840, 0.000, 0.000, 0.000, 0), + (17469547, 'Fleshcraver', 8826, -340.000, 16.000, 40.000, 127), + (17469548, 'Mindcraver', 8835, -295.000, 25.000, 60.000, 127), + (17469549, 'Fleshcraver', 8826, -300.775, 24.499, 58.034, 36), + (17469550, 'Fleshcraver', 8826, -301.313, 24.374, 67.044, 36), + (17469551, 'Mindcraver', 8835, -309.534, 23.975, 56.985, 127), + (17469552, 'Mindcraver', 8835, -300.122, 24.500, 62.212, 127), + (17469553, 'Rotten_Sod', 8839, -302.000, 25.000, 60.000, 127), + (17469554, 'Makara', 8833, -180.755, 20.824, 175.774, 127), + (17469555, 'Makara', 8833, -180.000, 20.000, 121.000, 62), + (17469556, 'Makara', 8833, -155.000, 20.000, 140.000, 63), + (17469557, 'Makara', 8833, -180.000, 20.000, 159.000, 127), + (17469558, 'Makara', 8833, -59.000, 20.000, 159.000, 127), + (17469559, 'Makara', 8833, -68.720, 20.000, 141.715, 127), + (17469560, 'Makara', 8833, -44.000, 20.000, 140.000, 127), + (17469561, 'Makara', 8833, -86.614, 20.000, 138.418, 127), + (17469562, 'Makara', 8833, -21.000, 20.000, 139.000, 74), + (17469563, 'Makara', 8833, -60.000, 20.000, 54.000, 0), + (17469564, 'Makara', 8833, -16.532, 20.000, 107.823, 44), + (17469565, 'Makara', 8833, 15.000, 20.000, 99.000, 67), + (17469566, 'Makara', 8833, -18.970, 20.000, 70.481, 63), + (17469567, 'Makara', 8833, -201.055, 21.002, 59.763, 127), + (17469568, 'Makara', 8833, -171.301, 21.002, 60.010, 0), + (17469569, 'Makara', 8833, -186.459, 21.002, 60.256, 127), + (17469570, 'Makara', 8833, -160.790, 21.002, 60.459, 127), + (17469571, 'Makara', 8833, -134.000, 21.987, 25.000, 26), + (17469572, 'Makara', 8833, -145.052, 21.925, 23.549, 25), + (17469573, 'Makara', 8833, -137.115, 21.568, 11.895, 42), + (17469574, 'Makara', 8833, -249.749, 20.000, -18.844, 127), + (17469575, 'Bouncing_Ball', 8816, -376.000, 22.000, -27.000, 127), + (17469576, 'Bouncing_Ball', 8816, -389.000, 22.000, -21.000, 127), + (17469577, 'Bouncing_Ball', 8816, -379.000, 22.000, -13.000, 127), + (17469578, 'Canal_Moocher', 8833, 0.000, 0.000, 0.000, 0), + (17469579, 'Stygian_Pugil', 8842, -328.654, 16.014, 10.107, 127), + (17469580, 'Stygian_Pugil', 8842, -312.642, 16.000, -47.281, 33), + (17469581, 'Stygian_Pugil', 8842, -327.968, 16.000, -56.246, 127), + (17469582, 'Stygian_Pugil', 8842, -303.924, 17.500, -5.743, 127), + (17469583, 'Stygian_Pugil', 8842, -300.000, 21.002, -17.853, 127), + (17469584, 'Stygian_Pugil', 8842, -330.068, 18.520, -13.556, 127), + (17469585, 'Stygian_Pugil', 8842, -327.340, 18.457, -27.791, 127), + (17469586, 'Stygian_Pugil', 8842, -309.000, 16.000, 10.000, 127), + (17469587, 'Oni_Carcass', 8837, 0.000, 0.000, 0.000, 0), + (17469588, 'Makara', 8833, -140.000, 20.000, -60.000, 127), + (17469589, 'Makara', 8833, -179.000, 20.000, -59.000, 127), + (17469590, 'Makara', 8833, -113.000, 21.000, 60.000, 127), + (17469591, 'Makara', 8833, -26.000, 20.000, -19.000, 127), + (17469592, 'Bloodsucker', 8815, -100.035, 21.002, -90.690, 63), + (17469593, 'Bloodsucker', 8815, -32.108, 21.002, -141.104, 127), + (17469594, 'Bloodsucker', 8815, -59.259, 21.002, -146.555, 72), + (17469595, 'Bloodsucker', 8815, -28.980, 21.002, -141.132, 127), + (17469596, 'Blackwater_Pugil', 10816, -44.000, 21.002, -139.000, 127), + (17469597, 'Blackwater_Pugil', 10816, -178.000, 22.000, -106.000, 91), + (17469598, 'Blackwater_Pugil', 10816, -179.000, 21.501, -91.000, 127), + (17469599, 'Blackwater_Pugil', 10816, -188.037, 21.572, -100.232, 127), + (17469600, 'Blackwater_Pugil', 10816, 39.000, 21.000, 20.000, 127), + (17469601, 'Blackwater_Pugil', 10816, 19.000, 21.000, -1.000, 127), + (17469602, 'Blackwater_Pugil', 10816, 20.000, 21.000, -36.000, 127), + (17469603, 'Blackwater_Pugil', 10816, 19.000, 20.000, -84.000, 127), + (17469604, 'Plunderer_Crab', 10817, 0.000, 0.000, 0.000, 0), + (17469605, 'Plunderer_Crab', 10817, 0.000, 0.000, 0.000, 0), + (17469606, 'Plunderer_Crab', 10817, 31.690, 16.000, -149.699, 127), + (17469607, 'Plunderer_Crab', 10817, 48.670, 15.999, -149.737, 127), + (17469608, 'Plunderer_Crab', 10817, 28.550, 16.000, -211.886, 127), + (17469609, 'Plunderer_Crab', 10817, 44.480, 16.000, -203.835, 127), + (17469610, 'Plunderer_Crab', 10817, 21.430, 17.500, -165.925, 108), + (17469611, 'Plunderer_Crab', 10817, 32.690, 18.088, -170.809, 127), + (17469612, 'Plunderer_Crab', 10817, 47.682, 17.500, -166.022, 19), + (17469613, 'Blackwater_Pugil', 10816, -139.000, 21.000, -115.000, 127), + (17469614, 'Blackwater_Pugil', 10816, 90.587, 21.490, -179.353, 60), + (17469615, 'Blackwater_Pugil', 10816, 105.980, 21.575, -184.918, 89), + (17469616, 'Blackwater_Pugil', 10816, -87.000, 21.000, -100.000, 127), + (17469617, 'Blackwater_Pugil', 10816, 60.000, 21.000, 42.000, 127), + (17469618, 'Blackwater_Pugil', 10816, 60.000, 21.000, 87.000, 127), + (17469619, 'Blackwater_Pugil', 10816, 69.390, 20.999, 59.313, 127), + (17469620, 'Blackwater_Pugil', 10816, 92.808, 20.180, 59.747, 15), + (17469621, 'Plunderer_Crab', 10817, 53.000, 18.000, -192.000, 127), + (17469622, 'Plunderer_Crab', 10817, 28.000, 18.000, -193.000, 127), + (17469623, 'Plunderer_Crab', 10817, 48.000, 19.000, -186.000, 127), + (17469625, 'Blackwater_Pugil', 10816, 220.000, 20.000, -117.000, 127), + (17469626, 'Blackwater_Pugil', 10816, 220.000, 20.000, -140.000, 140), + (17469627, 'Blackwater_Pugil', 10816, 140.000, 20.000, -220.000, 127), + (17469628, 'Blackwater_Pugil', 10816, 116.000, 20.000, -220.000, 127), + (17469629, 'Mousse', 8836, 20.770, 21.001, 1.453, 127), + (17469630, 'Mousse', 8836, 28.669, 21.002, 19.210, 126), + (17469631, 'Mousse', 8836, 19.000, 20.000, -78.000, 63), + (17469632, 'Konjac', 8819, 0.000, 0.000, 0.000, 0), + (17469633, 'Blackwater_Pugil', 10816, 299.000, 21.000, -97.000, 127), + (17469634, 'Blackwater_Pugil', 10816, 299.000, 21.000, -62.000, 127), + (17469635, 'Blackwater_Pugil', 10816, 125.000, 20.000, 60.000, 127), + (17469636, 'Blackwater_Pugil', 10816, 105.000, 22.000, -174.000, 127), + (17469637, 'Deviling_Bats', 10818, 32.919, 15.656, -57.972, 70), + (17469638, 'Deviling_Bats', 10818, 25.375, 15.500, -45.482, 127), + (17469639, 'Sodden_Bones', 10819, 35.725, 15.499, -66.609, 89), + (17469640, 'Sodden_Bones', 10819, 224.000, 17.000, -61.000, 127), + (17469641, 'Drowned_Bones', 10820, 33.422, 15.518, -53.413, 127), + (17469642, 'Drowned_Bones', 10820, 24.000, 15.503, -89.000, 65), + (17469643, 'Starborer', 10821, 39.815, 13.501, -200.125, 127), + (17469644, 'Starborer', 10821, 39.696, 14.438, -194.039, 127), + (17469645, 'Starborer', 10821, 23.000, 12.000, -143.000, 127), + (17469646, 'Starborer', 10821, 51.156, 13.500, -159.707, 127), + (17469647, 'Starborer', 10821, 39.534, 13.501, -159.153, 64), + (17469648, 'Starborer', 10821, 40.000, 11.500, -138.000, 127), + (17469649, 'Starborer', 10821, 0.000, 0.000, 0.000, 0), + (17469650, 'Deviling_Bats', 10818, 104.215, 15.501, -215.154, 127), + (17469651, 'Deviling_Bats', 10818, 216.000, 16.000, 12.000, 127), + (17469652, 'Sodden_Bones', 10819, 100.000, 15.500, -225.036, 118), + (17469653, 'Sodden_Bones', 10819, 122.136, 15.500, -215.353, 127), + (17469654, 'Drowned_Bones', 10820, 214.000, 17.000, -60.000, 127), + (17469655, 'Drowned_Bones', 10820, 92.131, 15.526, -216.719, 105), + (17469656, 'Sodden_Bones', 10819, 96.163, 16.500, -258.147, 127), + (17469657, 'Sodden_Bones', 10819, 103.030, 16.409, -265.597, 127), + (17469658, 'Drowned_Bones', 10820, 100.196, 16.499, -259.885, 66), + (17469659, 'Drowned_Bones', 10820, 0.000, 0.000, 0.000, 127), + (17469660, 'Rapier_Scorpion', 10822, 104.912, 16.500, -257.766, 127), + (17469661, 'Impish_Bats', 8830, 56.939, 15.466, -100.899, 125), + (17469662, 'Impish_Bats', 8830, 61.227, 18.510, -69.715, 127), + (17469663, 'Impish_Bats', 8830, 65.000, 19.944, -54.000, 127), + (17469664, 'Impish_Bats', 8830, 77.459, 19.933, -39.351, 127), + (17469665, 'Impish_Bats', 8830, 74.848, 20.276, -45.041, 46), + (17469666, 'Hinge_Oil', 8829, 86.554, 24.000, -23.048, 127), + (17469667, 'Hinge_Oil', 8829, 77.785, 23.000, -53.419, 127), + (17469668, 'Hinge_Oil', 8829, 66.724, 24.000, -45.332, 127), + (17469669, 'Hinge_Oil', 8829, 89.413, 22.999, -37.201, 85), + (17469670, 'Deviling_Bats', 10818, 215.000, 16.000, -133.000, 127), + (17469671, 'Deviling_Bats', 10818, 180.463, 15.540, 74.318, 127), + (17469672, 'Sodden_Bones', 10819, 140.415, -0.372, 128.101, 127), + (17469673, 'Sodden_Bones', 10819, 128.608, 15.500, 55.518, 127), + (17469674, 'Drowned_Bones', 10820, 139.862, 2.250, 105.769, 127), + (17469675, 'Drowned_Bones', 10820, 146.192, 15.792, 65.345, 127), + (17469676, 'Sodden_Bones', 10819, 158.000, 15.500, 59.000, 127), + (17469677, 'Sodden_Bones', 10819, 134.593, 16.475, 22.624, 127), + (17469678, 'Drowned_Bones', 10820, 136.004, 16.319, 14.861, 127), + (17469679, 'Drowned_Bones', 10820, 139.312, 16.499, 26.239, 127), + (17469680, 'Rapier_Scorpion', 10822, 139.309, 16.500, 19.559, 127), + (17469681, 'Deviling_Bats', 10818, 233.000, 16.000, -146.000, 127), + (17469682, 'Deviling_Bats', 10818, 193.393, 15.511, 59.678, 127), + (17469683, 'Deviling_Bats', 10818, 177.349, 15.489, 59.584, 127), + (17469684, 'Deviling_Bats', 10818, 254.457, 15.500, -7.799, 67), + (17469685, 'Deviling_Bats', 10818, 263.814, 15.543, -3.453, 95), + (17469686, 'Sodden_Bones', 10819, 220.000, 17.000, -55.000, 127), + (17469687, 'Sodden_Bones', 10819, 215.000, 15.501, -20.000, 127), + (17469688, 'Drowned_Bones', 10820, 274.544, 15.500, -15.501, 127), + (17469689, 'Drowned_Bones', 10820, 248.516, 15.500, -8.741, 99), + (17469690, 'Starborer', 10821, 300.342, 17.513, -80.525, 127), + (17469691, 'Starborer', 10821, 280.208, 13.500, -80.500, 127), + (17469692, 'Starborer', 10821, 329.000, 14.255, -80.000, 0), + (17469693, 'Starborer', 10821, 312.000, 14.158, -56.000, 0), + (17469694, 'Starborer', 10821, 268.000, 14.000, -80.307, 64), + (17469695, 'Starborer', 10821, 310.140, 15.626, -80.200, 127), + (17469696, 'Starborer', 10821, 280.543, 13.499, -68.400, 127), + (17469697, 'Blackwater_Pugil', 10816, 247.710, 20.000, -19.956, 127), + (17469698, 'Blackwater_Pugil', 10816, 220.000, 20.000, 10.000, 125), + (17469699, 'Blackwater_Pugil', 10816, 229.000, 20.000, -19.000, 127), + (17469700, 'Blackwater_Pugil', 10816, 297.000, 21.000, -22.000, 127), + (17469701, 'Blackwater_Pugil', 10816, 292.415, 18.499, -59.823, 127), + (17469702, 'Blackwater_Pugil', 10816, 316.389, 17.500, -74.108, 60), + (17469703, 'Blackwater_Pugil', 10816, 276.086, 16.000, -63.522, 127), + (17469704, 'Blackwater_Pugil', 10816, 324.645, 16.000, -59.998, 30), + (17469705, 'Blackwater_Pugil', 10816, 307.475, 18.499, -89.965, 127), + (17469706, 'Blackwater_Pugil', 10816, 315.869, 17.500, -94.545, 127), + (17469707, 'Blackwater_Pugil', 10816, 263.000, 16.000, -87.000, 127), + (17469708, 'Blackwater_Pugil', 10816, 335.400, 16.000, -87.595, 127), + (17469709, 'Poroggo_Excavator', 10823, 281.368, 21.002, -139.226, 127), + (17469710, 'Flume_Toad', 10824, 258.984, 21.002, -160.940, 64), + (17469711, 'Flume_Toad', 10824, 261.000, 21.002, -144.790, 81), + (17469712, 'Flume_Toad', 10824, 261.000, 21.002, -179.000, 127), + (17469713, 'Flume_Toad', 10824, 306.761, 21.523, -184.704, 91), + (17469714, 'Flume_Toad', 10824, 297.143, 22.001, -175.179, 96), + (17469715, 'Flume_Toad', 10824, -180.000, 22.000, -133.000, 127), + (17469717, 'Flume_Toad', 10824, 179.048, 21.002, -202.206, 63), + (17469718, 'Poroggo_Excavator', 10823, 186.995, 21.002, -180.954, 126), + (17469719, 'Flume_Toad', 10824, 167.000, 20.002, -219.000, 21), + (17469720, 'Flume_Toad', 10824, 214.000, 21.002, -180.000, 127), + (17469721, 'Flume_Toad', 10824, 180.706, 21.002, -186.499, 88), + (17469722, 'Poroggo_Excavator', 10823, 246.000, 21.000, -180.000, 30), + (17469723, 'Flume_Toad', 10824, 299.000, 21.000, -121.000, 127), + (17469724, 'Flume_Toad', 10824, 219.000, 21.000, -168.000, 127), + (17469725, 'Flume_Toad', 10824, 180.000, 21.000, -232.000, 127), + (17469726, 'Flume_Toad', 10824, 186.000, 22.000, -257.000, 127), + (17469727, 'Flume_Toad', 10824, 178.000, 22.000, -257.000, 127), + (17469728, 'Flume_Toad', 10824, 173.000, 22.000, -257.000, 127), + (17469729, 'Flume_Toad', 10824, 56.000, 22.000, 133.000, 127), + (17469730, 'Flume_Toad', 10824, 52.000, 22.000, 133.000, 127), + (17469731, 'Poroggo_Excavator', 10823, 0.000, 0.000, 0.000, 0), + (17469732, 'Flume_Toad', 10824, 67.000, 22.000, 141.000, 127), + (17469733, 'Flume_Toad', 10824, -187.000, 22.000, -141.000, 127), + (17469734, 'Flume_Toad', 10824, -178.000, 22.000, -148.000, 127), + (17469736, 'Stygian_Pugil', 8842, -308.000, 18.000, -33.000, 127), + (17469737, 'Dire_Bat', 8822, 162.000, -4.000, -60.000, 127), + (17469738, 'Dire_Bat', 8822, 99.000, -4.000, -121.000, 127), + (17469739, 'Doom_Mage', 8823, 231.000, 16.000, -148.000, 127), + (17469740, 'Doom_Mage', 8823, 152.000, 8.000, -126.000, 127), + (17469741, 'Doom_Soldier', 8824, 167.000, 11.000, -128.000, 127), + (17469742, 'Doom_Soldier', 8824, 231.000, 16.000, -132.000, 0), + (17469743, 'Doom_Mage', 8823, 231.000, 16.000, -139.000, 0), + (17469744, 'Doom_Mage', 8823, 167.217, 8.259, -112.189, 127), + (17469745, 'Doom_Soldier', 8824, 161.490, 8.399, -121.331, 127), + (17469746, 'Doom_Soldier', 8824, 236.000, 16.486, -140.000, 127), + (17469747, 'Brazen_Bones', 8824, 160.000, 8.000, -119.000, 127), + (17469748, 'Bouncing_Ball', 8816, 156.000, 12.000, -133.000, 83), + (17469749, 'Bouncing_Ball', 8816, 146.000, 11.000, -123.000, 210), + (17469750, 'Bouncing_Ball', 8816, 172.000, 12.000, -116.000, 83), + (17469751, 'Bouncing_Ball', 8816, 163.000, 11.000, -106.000, 210), + (17469756, 'Starmite', 8841, 111.000, -8.000, -86.000, 0), + (17469757, 'Starmite', 8841, 125.000, -8.000, -90.000, 0), + (17469758, 'Starmite', 8841, 131.000, -8.000, -77.000, 0), + (17469759, 'Starmite', 8841, 124.000, -8.000, -66.000, 0), + (17469760, 'Starmite', 8841, 108.000, -8.000, -76.000, 0), + (17473537, 'Fenrir_Prime', 8849, 340.000, 47.000, -337.000, 65), + (17473538, 'Fenrir_Prime', 8849, -60.000, 9.000, 61.000, 65), + (17473539, 'Fenrir_Prime', 8849, -380.000, -52.000, 421.000, 65), + (17473540, 'Ace_of_Cups', 8845, 0.000, 0.000, 0.000, 0), + (17473541, 'Ace_of_Batons', 8843, 0.000, 0.000, 0.000, 0), + (17473542, 'Ace_of_Swords', 8846, 0.000, 0.000, 0.000, 0), + (17473543, 'Ace_of_Coins', 8844, 0.000, 0.000, 0.000, 0), + (17473544, 'Tatzlwurm', 8862, 0.000, 0.000, 0.000, 0), + (17473545, 'Yali', 8864, 0.000, 0.000, 0.000, 0), + (17473546, 'Ace_of_Cups', 8845, 0.000, 0.000, 0.000, 0), + (17473547, 'Ace_of_Batons', 8843, 0.000, 0.000, 0.000, 0), + (17473548, 'Ace_of_Swords', 8846, 0.000, 0.000, 0.000, 0), + (17473549, 'Ace_of_Coins', 8844, 0.000, 0.000, 0.000, 0), + (17473550, 'Tatzlwurm', 8862, 0.000, 0.000, 0.000, 0), + (17473551, 'Yali', 8864, 0.000, 0.000, 0.000, 0), + (17473552, 'Ace_of_Cups', 8845, 0.000, 0.000, 0.000, 0), + (17473553, 'Ace_of_Batons', 8843, 0.000, 0.000, 0.000, 0), + (17473554, 'Ace_of_Swords', 8846, 0.000, 0.000, 0.000, 0), + (17473555, 'Ace_of_Coins', 8844, 0.000, 0.000, 0.000, 0), + (17473556, 'Tatzlwurm', 8862, 0.000, 0.000, 0.000, 0), + (17473557, 'Yali', 8864, 0.000, 0.000, 0.000, 0), + (17473558, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473559, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473560, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473561, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473562, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473563, 'Ifrit_Prime', 8851, 0.000, 0.000, 0.000, 0), + (17473564, 'Shiva_Prime', 8861, 0.000, 0.000, 0.000, 0), + (17473565, 'Garuda_Prime', 8850, 0.000, 0.000, 0.000, 0), + (17473566, 'Titan_Prime', 8863, 0.000, 0.000, 0.000, 0), + (17473567, 'Ramuh_Prime', 8859, 0.000, 0.000, 0.000, 0), + (17473568, 'Leviathan_Prime', 8855, 0.000, 0.000, 0.000, 0), + (17473569, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473570, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473571, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473572, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473573, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473574, 'Ifrit_Prime', 8851, 0.000, 0.000, 0.000, 0), + (17473575, 'Shiva_Prime', 8861, 0.000, 0.000, 0.000, 0), + (17473576, 'Garuda_Prime', 8850, 0.000, 0.000, 0.000, 0), + (17473577, 'Titan_Prime', 8863, 0.000, 0.000, 0.000, 0), + (17473578, 'Ramuh_Prime', 8859, 0.000, 0.000, 0.000, 0), + (17473579, 'Leviathan_Prime', 8855, 0.000, 0.000, 0.000, 0), + (17473580, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473581, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473582, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473583, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473584, 'Carbuncle_Prime', 8848, 0.000, 0.000, 0.000, 0), + (17473585, 'Ifrit_Prime', 8851, 0.000, 0.000, 0.000, 0), + (17473586, 'Shiva_Prime', 8861, 0.000, 0.000, 0.000, 0), + (17473587, 'Garuda_Prime', 8850, 0.000, 0.000, 0.000, 0), + (17473588, 'Titan_Prime', 8863, 0.000, 0.000, 0.000, 0), + (17473589, 'Ramuh_Prime', 8859, 0.000, 0.000, 0.000, 0), + (17473590, 'Leviathan_Prime', 8855, 0.000, 0.000, 0.000, 0), + (17473659, 'Ajido-Marujido', 8847, 0.000, 0.000, 0.000, 0), + (17473676, 'King_of_Swords', 8854, 0.000, 0.000, 0.000, 0), + (17473677, 'King_of_Cups', 8853, 0.000, 0.000, 0.000, 0), + (17473678, 'King_of_Batons', 8852, 0.000, 0.000, 0.000, 0), + (17473680, 'Queen_of_Swords', 8858, 0.000, 0.000, 0.000, 0), + (17473681, 'Queen_of_Cups', 8857, 0.000, 0.000, 0.000, 0), + (17473682, 'Queen_of_Batons', 8856, 0.000, 0.000, 0.000, 0), + (17473704, 'Ace_of_Swords', 8846, 0.000, 0.000, 0.000, 0), + (17473705, 'Ace_of_Cups', 8845, 0.000, 0.000, 0.000, 0), + (17473706, 'Ace_of_Batons', 8843, 0.000, 0.000, 0.000, 0), + (17473730, 'Shantotto', 8860, 0.000, 0.000, 0.000, 0), + (17473731, 'Shantotto', 8860, 0.000, 0.000, 0.000, 0), + (17481747, 'Colliery_Bat', 10748, -18.000, 8.000, -294.000, 127), + (17481748, 'Colliery_Bat', 10748, -60.000, 8.000, -194.000, 127), + (17481749, 'Colliery_Bat', 10748, 0.400, 9.000, -149.000, 127), + (17481750, 'Burrower_Worm', 10749, 55.000, 8.000, -139.000, 127), + (17481751, 'Burrower_Worm', 10749, 64.000, 8.000, -146.000, 127), + (17481752, 'Burrower_Worm', 10749, -43.000, 9.000, -159.000, 127), + (17481753, 'Burrower_Worm', 10749, -23.000, 10.000, -132.000, 47), + (17481754, 'Colliery_Bat', 10748, -13.224, 9.104, -109.215, 106), + (17481755, 'Colliery_Bat', 10748, -41.174, 9.346, -138.322, 127), + (17481769, 'Burrower_Worm', 10749, -18.000, 10.000, -139.000, 56), + (17481770, 'Burrower_Worm', 10749, 3.582, 9.462, -136.122, 79), + (17481771, 'Soot_Crab', 10750, -86.000, 8.000, -341.000, 116), + (17481730, 'Ding_Bats', 8981, -40.000, -0.400, 60.000, 76), + (17481731, 'Ding_Bats', 8981, -19.000, -0.400, 60.000, 26), + (17481732, 'Ding_Bats', 8981, -27.000, -0.400, 47.000, 127), + (17481756, 'Burrower_Worm', 10749, 63.000, 8.000, -135.000, 127), + (17481733, 'Ding_Bats', 8981, -50.000, -1.000, 20.000, 2), + (17481734, 'Ding_Bats', 8981, -3.000, -0.400, 60.000, 127), + (17481757, 'Burrower_Worm', 10749, -60.799, 8.096, -241.966, 127), + (17481758, 'Colliery_Bat', 10748, -51.000, 7.943, -258.000, 38), + (17481772, 'Soot_Crab', 10750, -80.000, 8.000, -339.000, 114), + (17481773, 'Soot_Crab', 10750, -74.000, 8.000, -343.000, 106), + (17481735, 'River_Crab', 8986, -32.000, -1.000, 47.000, 127), + (17481736, 'Ding_Bats', 8981, -53.000, -1.000, 59.000, 65), + (17481737, 'River_Crab', 8986, -32.000, -1.000, 71.000, 49), + (17481738, 'Ding_Bats', 8981, -59.000, -1.000, 34.000, 127), + (17481739, 'River_Crab', 8986, -7.000, -1.000, 48.000, 107), + (17481759, 'Colliery_Bat', 10748, -70.000, 8.000, -219.000, 127), + (16793644, 'Kraken', 102, 0.000, 0.000, 0.000, 0), + (16793643, 'Coralline_Urganite', 80, 0.000, 0.000, 0.000, 0), + (16793642, 'Coralline_Urganite', 80, 0.000, 0.000, 0.000, 0), + (17481760, 'Colliery_Bat', 10748, 96.214, 7.921, -174.945, 127), + (17481761, 'Colliery_Bat', 10748, 51.707, 7.815, -219.583, 110), + (17481774, 'Colliery_Bat', 10748, 62.000, 8.000, -267.000, 48), + (17481775, 'Colliery_Bat', 10748, 60.875, 8.127, -196.263, 64), + (17481764, 'Soot_Crab', 10750, -87.000, 8.000, -336.000, 127), + (17481740, 'Ding_Bats', 8981, -31.000, -1.000, 19.000, 3), + (17481741, 'River_Crab', 8986, -6.000, -1.000, 71.000, 127), + (17481762, 'Colliery_Bat', 10748, 8.000, 9.000, -119.000, 127), + (17481742, 'Colliery_Bat', 10748, 138.000, 8.000, -186.000, 127), + (17481743, 'Colliery_Bat', 10748, 116.596, 8.159, -180.234, 127), + (16793641, 'Jagil', 101, 0.000, 0.000, 0.000, 0), + (16793640, 'Jagil', 101, 0.000, 0.000, 0.000, 0), + (16793639, 'Viscous_Clot', 121, 0.000, 0.000, 0.000, 0), + (17481788, 'Veindigger_Leech', 10751, -57.000, 8.000, -325.000, 127), + (17485825, 'Snipper', 9013, 0.000, 0.000, 0.000, 0), + (17485826, 'Snipper', 9013, 0.000, 0.000, 0.000, 0), + (17485827, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17485828, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17485829, 'Kraken', 9006, 0.000, 0.000, 0.000, 0), + (17485830, 'Land_Worm', 9007, 386.274, -24.993, 173.122, 127), + (17485831, 'Land_Worm', 9007, 344.000, -10.000, 139.000, 127), + (17485832, 'Seeker_Bats', 9012, 413.424, -31.010, 181.159, 104), + (17485833, 'Land_Worm', 9007, 337.420, -10.448, 119.198, 77), + (17485834, 'Land_Worm', 9007, 341.772, -10.730, 130.722, 127), + (17485835, 'Land_Worm', 9007, 325.230, -9.872, 100.053, 127), + (17485836, 'Seeker_Bats', 9012, 344.749, -11.711, 129.316, 39), + (17485837, 'Land_Worm', 9007, 315.215, -9.538, 99.506, 127), + (17485838, 'Land_Worm', 9007, 289.851, -10.836, 95.264, 127), + (17485839, 'Seeker_Bats', 9012, 324.110, -9.694, 103.247, 30), + (17485840, 'Land_Worm', 9007, 294.659, -10.092, 97.870, 127), + (17485841, 'Land_Worm', 9007, 278.180, -10.501, 58.160, 31), + (17485842, 'Seeker_Bats', 9012, 279.278, -9.948, 93.983, 120), + (17485843, 'Land_Worm', 9007, 297.274, -10.618, 58.407, 27), + (17485844, 'Land_Worm', 9007, 262.828, -3.784, 98.679, 127), + (17485845, 'Seeker_Bats', 9012, 288.413, -10.423, 60.180, 115), + (17485846, 'Land_Worm', 9007, 258.686, -1.887, 92.601, 22), + (17485847, 'Land_Worm', 9007, -346.096, -4.487, -11.640, 117), + (17485848, 'Thread_Leech', 9014, 238.017, -0.147, 69.453, 0), + (17485849, 'Huge_Spider', 9002, 211.591, -0.426, 92.067, 127), + (17485850, 'Huge_Spider', 9002, 247.230, -0.268, 72.269, 71), + (17485851, 'Huge_Spider', 9002, 234.567, -0.372, 83.237, 127), + (17485852, 'Combat', 8992, 251.419, -0.356, 82.783, 2), + (17485853, 'Jelly', 9004, 0.000, 0.000, 0.000, 0), + (17485854, 'Thread_Leech', 9014, 171.752, 0.175, 75.321, 127), + (17485855, 'Huge_Spider', 9002, 185.577, 0.590, 78.022, 88), + (17485856, 'Huge_Spider', 9002, 195.387, -0.440, 78.987, 26), + (17485857, 'Huge_Spider', 9002, 156.627, -0.340, 89.265, 127), + (17485858, 'Combat', 8992, 164.151, -0.333, 77.180, 127), + (17485859, 'Jelly', 9004, 0.000, 0.000, 0.000, 0), + (17485860, 'Thread_Leech', 9014, 139.680, 0.912, 79.033, 127), + (17485861, 'Huge_Spider', 9002, 108.457, 0.127, 78.556, 127), + (17485862, 'Huge_Spider', 9002, 93.052, 0.094, 79.206, 127), + (17485863, 'Combat', 8992, 131.636, 0.300, 84.184, 127), + (17485864, 'Jelly', 9004, 138.749, 0.902, 84.264, 12), + (17485865, 'Thread_Leech', 9014, 73.397, -0.181, 85.807, 113), + (17485866, 'Huge_Spider', 9002, 59.437, 0.488, 73.231, 127), + (17485867, 'Huge_Spider', 9002, 60.136, 0.556, 77.603, 127), + (17485868, 'Combat', 8992, 57.588, 0.518, 79.398, 35), + (17485869, 'Thunder_Elemental', 9015, 63.012, -0.132, 70.353, 19), + (17485870, 'Jelly', 9004, 54.816, -0.047, 67.149, 21), + (17485871, 'Thread_Leech', 9014, 43.776, 0.096, 45.512, 127), + (17485872, 'Huge_Spider', 9002, 39.990, -0.040, 48.476, 127), + (17485873, 'Huge_Spider', 9002, 11.429, 0.125, 40.576, 119), + (17485874, 'Combat', 8992, 25.459, 0.113, 37.500, 127), + (17485875, 'Jelly', 9004, 46.708, -0.070, 33.799, 127), + (17485876, 'Thread_Leech', 9014, -17.757, 0.791, 40.200, 23), + (17485877, 'Huge_Spider', 9002, -34.651, 0.162, 38.002, 127), + (17485878, 'Huge_Spider', 9002, -37.671, -0.107, 34.840, 103), + (17485879, 'Combat', 8992, -37.202, -0.052, 44.025, 127), + (17485880, 'Jelly', 9004, -40.367, -0.098, 41.306, 127), + (17485881, 'Sea_Monk', 9011, -63.555, 0.656, 39.812, 127), + (17485882, 'Thread_Leech', 9014, -88.840, 0.013, 44.892, 7), + (17485883, 'Thread_Leech', 9014, -76.951, -0.482, 28.292, 127), + (17485884, 'Thread_Leech', 9014, -71.289, -0.182, 35.505, 14), + (17485885, 'Huge_Spider', 9002, -94.603, -0.060, 31.576, 127), + (17485886, 'Combat', 8992, -73.223, -0.374, 36.828, 127), + (17485887, 'Jelly', 9004, -76.797, -0.040, 43.104, 127), + (17485888, 'Thread_Leech', 9014, -130.216, 0.081, 33.725, 67), + (17485889, 'Thread_Leech', 9014, -151.944, -0.077, 37.708, 127), + (17485890, 'Huge_Spider', 9002, -158.738, -0.448, 41.053, 127), + (17485891, 'Huge_Spider', 9002, -160.843, 0.326, 25.456, 127), + (17485892, 'Combat', 8992, -151.395, -0.096, 2.194, 81), + (17485893, 'Combat', 8992, -130.953, 0.038, 43.951, 127), + (17485894, 'Jelly', 9004, -153.705, -0.108, 38.572, 127), + (17485895, 'Thread_Leech', 9014, -160.077, -0.024, -4.975, 95), + (17485896, 'Thread_Leech', 9014, -177.099, 0.443, 10.131, 111), + (17485897, 'Huge_Spider', 9002, -183.242, 0.469, -0.662, 72), + (17485898, 'Huge_Spider', 9002, -175.007, 0.356, -0.886, 127), + (17485899, 'Combat', 8992, -213.591, 0.208, -3.429, 127), + (17485900, 'Combat', 8992, -172.989, 0.409, 9.861, 127), + (17485901, 'Thunder_Elemental', 9015, -160.678, -0.500, -1.089, 127), + (17485902, 'Jelly', 9004, -177.029, -0.030, -7.629, 127), + (17485903, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17485904, 'Clipper', 8991, -190.456, 0.843, -7.564, 24), + (17485905, 'Thread_Leech', 9014, -245.812, -0.327, 3.514, 107), + (17485906, 'Thread_Leech', 9014, -218.668, 0.625, 6.391, 127), + (17485907, 'Huge_Spider', 9002, -223.750, 0.467, 0.921, 20), + (17485908, 'Huge_Spider', 9002, -252.665, 0.333, -4.209, 127), + (17485909, 'Combat', 8992, -304.123, 0.778, 3.144, 127), + (17485910, 'Combat', 8992, -297.707, 0.547, 0.166, 23), + (17485911, 'Jelly', 9004, -254.348, 0.191, -8.101, 127), + (17485912, 'Thread_Leech', 9014, -315.197, -0.331, -4.954, 127), + (17485913, 'Huge_Spider', 9002, -311.920, -0.052, -1.525, 29), + (17485914, 'Huge_Spider', 9002, -323.000, -0.066, -1.000, 127), + (17485915, 'Combat', 8992, -314.600, -0.247, 7.328, 88), + (17485916, 'Jelly', 9004, -315.935, -0.058, 7.251, 36), + (17485917, 'Land_Worm', 9007, -340.783, -3.762, -22.386, 127), + (17485918, 'Land_Worm', 9007, -336.260, -1.977, -19.213, 127), + (17485919, 'Land_Worm', 9007, -359.000, -9.000, -19.000, 99), + (17485920, 'Land_Worm', 9007, -372.255, -9.973, -20.195, 36), + (17485921, 'Land_Worm', 9007, -391.050, -9.505, -17.957, 127), + (17485922, 'Seeker_Bats', 9012, -392.000, -10.114, -24.000, 47), + (17485923, 'Land_Worm', 9007, -399.017, -9.252, -17.805, 127), + (17485924, 'Land_Worm', 9007, -379.000, -9.000, -53.000, 58), + (17485925, 'Seeker_Bats', 9012, -399.765, -9.924, -13.688, 127), + (17485926, 'Land_Worm', 9007, -379.330, -10.624, -34.685, 1), + (17485927, 'Land_Worm', 9007, -421.933, -10.204, 15.861, 127), + (17485928, 'Seeker_Bats', 9012, -378.173, -10.720, -33.437, 66), + (17485929, 'Land_Worm', 9007, -421.785, -10.432, -1.907, 68), + (17485930, 'Land_Worm', 9007, -462.364, -10.646, -19.954, 46), + (17485931, 'Seeker_Bats', 9012, -439.000, -10.521, 20.000, 127), + (17485932, 'Land_Worm', 9007, -459.000, -10.794, 38.000, 127), + (17485933, 'Land_Worm', 9007, 259.327, -6.084, 28.839, 127), + (17485934, 'Seeker_Bats', 9012, -459.000, -10.474, 19.000, 127), + (17485935, 'Seeker_Bats', 9012, -463.219, -10.488, -13.501, 64), + (17485936, 'Land_Worm', 9007, 256.315, -6.146, 22.184, 0), + (17485937, 'Land_Worm', 9007, -13.648, -5.976, 100.926, 127), + (17485938, 'Seeker_Bats', 9012, 230.000, -6.000, 21.000, 127), + (17485939, 'Seeker_Bats', 9012, 221.000, -6.147, 27.000, 113), + (17485940, 'Seeker_Bats', 9012, 183.927, -5.414, 60.821, 105), + (17485941, 'Seeker_Bats', 9012, 198.827, -6.063, 65.307, 111), + (17485942, 'Seeker_Bats', 9012, 144.167, -5.261, 62.834, 127), + (17485943, 'Seeker_Bats', 9012, 120.407, -5.997, 64.892, 79), + (17485944, 'Seeker_Bats', 9012, 102.988, -5.532, 60.047, 108), + (17485945, 'Jelly', 9004, 101.436, -5.543, 32.137, 127), + (17485946, 'Sea_Monk', 9011, 0.000, 0.000, 0.000, 0), + (17485947, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17485948, 'Clipper', 8991, 107.000, -4.000, 17.000, 217), + (17485949, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17485950, 'Clipper', 8991, 97.773, -5.000, 11.814, 127), + (17485951, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17485952, 'Clipper', 8991, 92.000, -4.000, 23.000, 240), + (17485953, 'Seeker_Bats', 9012, 96.374, -5.446, 98.851, 127), + (17485954, 'Seeker_Bats', 9012, 103.251, -5.392, 97.456, 127), + (17485955, 'Seeker_Bats', 9012, 42.021, -5.986, 95.177, 127), + (17485956, 'Seeker_Bats', 9012, 54.462, -5.248, 97.827, 127), + (17485957, 'Seeker_Bats', 9012, 24.134, -5.749, 69.555, 81), + (17485958, 'Seeker_Bats', 9012, 25.376, -6.051, 75.621, 127), + (17485959, 'Seeker_Bats', 9012, 4.000, -5.000, 54.000, 127), + (17485960, 'Seeker_Bats', 9012, -18.000, -5.657, 57.000, 127), + (17485961, 'Seeker_Bats', 9012, -20.267, -3.765, -12.857, 73), + (17485962, 'Seeker_Bats', 9012, -6.980, -0.717, -17.710, 127), + (17485963, 'Seeker_Bats', 9012, 23.304, 0.195, -24.630, 127), + (17485964, 'Seeker_Bats', 9012, 17.629, 0.926, -27.325, 127), + (17485965, 'Jelly', 9004, 57.407, -0.074, -35.222, 84), + (17485966, 'Jelly', 9004, 44.000, -0.227, -21.000, 26), + (17485967, 'Water_Elemental', 9016, 54.057, 0.561, -28.774, 49), + (17485968, 'Jelly', 9004, 58.000, 0.409, -47.000, 127), + (17485969, 'Jelly', 9004, 54.907, 0.412, -53.414, 126), + (17485970, 'Water_Elemental', 9016, 51.780, 1.144, -51.858, 127), + (17485971, 'Seeker_Bats', 9012, -6.000, 0.962, -60.000, 4), + (17485972, 'Seeker_Bats', 9012, 32.821, 0.845, -60.258, 127), + (17485973, 'Seeker_Bats', 9012, -4.589, -0.500, -61.150, 121), + (17485974, 'Seeker_Bats', 9012, -8.151, -0.500, -60.665, 127), + (17485975, 'Seeker_Bats', 9012, -43.000, -0.500, -45.000, 127), + (17485976, 'Seeker_Bats', 9012, -27.879, -0.731, -40.855, 35), + (17485977, 'Combat', 8992, -40.830, -0.094, -35.647, 127), + (17485978, 'Combat', 8992, -30.357, 0.058, -48.158, 58), + (17485979, 'Sea_Monk', 9011, -65.354, 0.514, -39.786, 127), + (17485980, 'Cargo_Crab_Colin', 8990, -52.000, -0.500, -33.000, 127), + (17485981, 'Seeker_Bats', 9012, 0.000, 0.000, 0.000, 0), + (17485982, 'Seeker_Bats', 9012, -80.000, -0.343, -44.000, 110), + (17485983, 'Seeker_Bats', 9012, -96.272, -0.020, -49.503, 127), + (17485984, 'Combat', 8992, -102.647, 0.477, -40.374, 39), + (17485985, 'Combat', 8992, 0.000, 0.000, 0.000, 0), + (17485986, 'Combat', 8992, -73.930, -0.360, -38.025, 78), + (17485987, 'Seeker_Bats', 9012, -98.000, 0.263, -71.000, 127), + (17485988, 'Seeker_Bats', 9012, -127.000, 0.319, -42.000, 121), + (17485989, 'Combat', 8992, 0.000, 0.000, 0.000, 0), + (17485990, 'Combat', 8992, 0.000, 0.000, 0.000, 0), + (17485991, 'Seeker_Bats', 9012, -154.000, -0.565, -71.000, 127), + (17485992, 'Combat', 8992, 0.000, 0.000, 0.000, 0), + (17485993, 'Combat', 8992, -151.000, 0.246, -74.000, 104), + (17485994, 'Jelly', 9004, 0.000, 0.000, 0.000, 0), + (17485995, 'Water_Elemental', 9016, -158.480, -0.121, -68.601, 84), + (17485996, 'Seeker_Bats', 9012, -180.782, -0.500, -36.938, 127), + (17485997, 'Seeker_Bats', 9012, -180.983, -0.500, -41.983, 127), + (17485998, 'Jammer_Leech', 9003, -111.960, 1.000, -101.099, 127), + (17485999, 'Jammer_Leech', 9003, -102.275, 1.007, -108.629, 22), + (17486000, 'Jammer_Leech', 9003, -89.715, 0.988, -105.495, 78), + (17486001, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486002, 'Clipper', 8991, -30.384, 1.000, -33.277, 111), + (17486003, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486004, 'Clipper', 8991, -95.359, 1.000, -34.375, 127), + (17486005, 'Seeker_Bats', 9012, -11.011, -6.008, 97.416, 83), + (17486006, 'Seeker_Bats', 9012, -6.467, -5.889, 99.189, 25), + (17486007, 'Land_Worm', 9007, -39.516, -5.992, 98.014, 44), + (17486008, 'Land_Worm', 9007, -45.084, -5.607, 102.444, 104), + (17486009, 'Land_Worm', 9007, -22.947, -5.871, 98.022, 127), + (17486010, 'Land_Worm', 9007, -48.375, -5.798, 98.059, 5), + (17486011, 'Land_Worm', 9007, -84.737, -6.015, 100.013, 12), + (17486012, 'Combat', 8992, -120.494, 0.031, -47.046, 127), + (17486013, 'Combat', 8992, 0.000, 0.000, 0.000, 0), + (17486014, 'Combat', 8992, -119.156, -0.041, -31.074, 127), + (17486015, 'Land_Worm', 9007, -96.132, -6.023, 90.667, 127), + (17486016, 'Land_Worm', 9007, -94.685, -6.135, 95.930, 70), + (17486017, 'Land_Worm', 9007, -92.235, -6.100, 98.107, 41), + (17486018, 'Land_Worm', 9007, 0.000, 0.000, 0.000, 0), + (17486019, 'Seeker_Bats', 9012, -119.035, -4.823, 51.323, 74), + (17486020, 'Seeker_Bats', 9012, -131.541, -5.091, 66.041, 127), + (17486021, 'Seeker_Bats', 9012, -140.000, -6.141, 80.000, 127), + (17486022, 'Seeker_Bats', 9012, -142.494, -5.935, 101.301, 127), + (17486023, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486024, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486025, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486026, 'Sea_Monk', 9011, 0.000, 0.000, 0.000, 0), + (17486027, 'Huge_Spider', 9002, -25.445, -6.073, 142.192, 37), + (17486028, 'Huge_Spider', 9002, -33.446, -6.038, 141.987, 127), + (17486029, 'Huge_Spider', 9002, 0.000, 0.000, 0.000, 0), + (17486030, 'Huge_Spider', 9002, 0.000, 0.000, 0.000, 0), + (17486031, 'Falcatus_Aranei', 8994, -53.000, -4.418, 139.000, 127), + (17486032, 'Huge_Spider', 9002, -94.545, -6.095, 136.480, 127), + (17486033, 'Huge_Spider', 9002, -68.852, -5.029, 141.069, 127), + (17486034, 'Huge_Spider', 9002, -79.827, -6.046, 133.982, 112), + (17486035, 'Huge_Spider', 9002, 0.000, 0.000, 0.000, 0), + (17486036, 'Huge_Spider', 9002, -120.738, -6.001, 140.605, 127), + (17486037, 'Huge_Spider', 9002, -132.819, -6.004, 138.089, 108), + (17486038, 'Jelly', 9004, -19.000, -5.000, 174.000, 127), + (17486039, 'Clipper', 8991, -201.821, -6.071, 75.180, 19), + (17486040, 'Clipper', 8991, -212.000, -4.000, 83.000, 61), + (17486041, 'Clipper', 8991, -191.000, -5.000, 80.000, 127), + (17486042, 'Clipper', 8991, -195.032, -5.991, 89.752, 127), + (17486043, 'Clipper', 8991, -216.851, -5.544, 75.378, 127), + (17486044, 'Clipper', 8991, -245.000, -5.000, 75.000, 11), + (17486045, 'Clipper', 8991, -166.000, -4.000, 124.000, 23), + (17486046, 'Clipper', 8991, -240.811, -6.191, 85.496, 127), + (17486047, 'Clipper', 8991, -229.000, -6.279, 82.000, 127), + (17486048, 'Clipper', 8991, -175.000, -5.000, 109.000, 64), + (17486049, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486050, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486051, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486052, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486053, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486054, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486055, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486056, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486057, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486058, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486059, 'Seeker_Bats', 9012, -219.000, -5.999, 47.000, 127), + (17486060, 'Seeker_Bats', 9012, -227.716, -5.435, 18.382, 10), + (17486061, 'Seeker_Bats', 9012, -244.762, -6.285, 15.112, 127), + (17486062, 'Seeker_Bats', 9012, -261.000, -4.000, 14.000, 49), + (17486063, 'Seeker_Bats', 9012, -262.000, -4.000, -17.000, 127), + (17486064, 'Seeker_Bats', 9012, -290.050, -5.448, -16.795, 102), + (17486065, 'Seeker_Bats', 9012, -299.797, -5.582, -48.083, 127), + (17486066, 'Seeker_Bats', 9012, -295.297, -5.639, -59.549, 127), + (17486067, 'Jelly', 9004, -262.000, -4.000, -62.000, 35), + (17486068, 'Jelly', 9004, -265.929, -5.581, -56.454, 72), + (17486069, 'Sea_Monk', 9011, 0.000, 0.000, 0.000, 0), + (17486070, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486071, 'Clipper', 8991, -164.000, -0.500, -84.000, 127), + (17486072, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486073, 'Clipper', 8991, -153.000, -0.500, -83.000, 127), + (17486074, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486075, 'Clipper', 8991, -144.000, -0.500, -60.000, 127), + (17486076, 'Seeker_Bats', 9012, -356.678, -6.000, -60.966, 127), + (17486077, 'Seeker_Bats', 9012, -336.819, -5.960, -58.619, 5), + (17486078, 'Clipper', 8991, -332.000, -5.000, 62.000, 127), + (17486079, 'Clipper', 8991, -304.000, -5.697, 50.000, 127), + (17486080, 'Thread_Leech', 9014, -307.970, -5.520, 55.974, 127), + (17486081, 'Clipper', 8991, -301.676, -5.224, 53.618, 68), + (17486082, 'Clipper', 8991, -304.107, -5.314, 55.446, 127), + (17486083, 'Thread_Leech', 9014, -324.330, -5.841, 60.051, 127), + (17486084, 'Thread_Leech', 9014, -345.827, -5.344, 63.384, 127), + (17486085, 'Clipper', 8991, -354.485, -5.452, 60.017, 127), + (17486086, 'Clipper', 8991, -341.265, -5.654, 67.398, 28), + (17486087, 'Thread_Leech', 9014, -374.023, -5.531, 62.376, 127), + (17486088, 'Thread_Leech', 9014, -381.765, -5.300, 65.441, 31), + (17486089, 'Sea_Monk', 9011, 0.000, 0.000, 0.000, 0), + (17486090, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486091, 'Clipper', 8991, -106.000, -0.500, -49.000, 127), + (17486092, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486093, 'Clipper', 8991, -388.000, -5.000, 62.000, 55), + (17486094, 'Greater_Pugil', 9001, 0.000, 0.000, 0.000, 0), + (17486095, 'Clipper', 8991, -85.000, -0.500, -37.000, 127), + (17486096, 'Thread_Leech', 9014, -378.000, -5.000, 56.000, 127), + (17486097, 'Lacerator', 10785, -321.000, -5.958, 179.000, 127), + (17486098, 'Lacerator', 10785, -341.000, -5.000, 170.000, 77), + (17486099, 'Lacerator', 10785, -344.037, -5.600, 178.330, 127), + (17486100, 'Lacerator', 10785, -331.000, -5.000, 178.000, 2), + (17486101, 'Lacerator', 10785, -338.000, -6.000, 176.000, 127), + (17486102, 'Lacerator', 10785, -370.000, -9.000, 274.000, 49), + (17486103, 'Spool_Leech', 10786, -359.000, -10.000, 284.000, 56), + (17486104, 'Spool_Leech', 10786, -301.141, -10.386, 189.531, 127), + (17486105, 'Spool_Leech', 10786, -296.852, -10.957, 210.174, 127), + (17486106, 'Spool_Leech', 10786, -361.000, -10.000, 276.000, 127), + (17486107, 'Spool_Leech', 10786, -326.000, -10.000, 220.000, 83), + (17486108, 'Spool_Leech', 10786, -338.032, -10.500, 239.306, 127), + (17486109, 'Spool_Leech', 10786, -352.950, -10.693, 275.932, 127), + (17486110, 'Lacerator', 10785, -365.000, -10.436, 270.000, 84), + (17486111, 'Thread_Leech', 9014, -300.000, -5.000, 40.000, 127), + (17486112, 'Thread_Leech', 9014, -339.000, -5.000, 79.000, 127), + (17486113, 'Thread_Leech', 9014, -277.713, -10.557, 221.479, 127), + (17486114, 'Thread_Leech', 9014, -262.248, -10.184, 217.201, 19), + (17486115, 'Bogy', 8989, -259.769, -11.088, 172.304, 127), + (17486116, 'Thread_Leech', 9014, -263.588, -11.129, 150.893, 107), + (17486117, 'Thread_Leech', 9014, -260.794, -10.615, 178.089, 127), + (17486118, 'Bogy', 8989, -276.713, -9.954, 135.353, 84), + (17486119, 'Bogy', 8989, -277.338, -9.352, 139.763, 110), + (17486120, 'Thread_Leech', 9014, -259.065, -10.188, 144.954, 127), + (17486121, 'Thread_Leech', 9014, -240.847, -9.323, 138.617, 127), + (17486122, 'Thread_Leech', 9014, -209.978, -10.217, 172.600, 55), + (17486123, 'Bogy', 8989, -211.963, -10.482, 173.593, 127), + (17486124, 'Bogy', 8989, -296.821, -3.207, 131.239, 25), + (17486125, 'Bogy', 8989, -292.487, -5.993, 141.408, 127), + (17486126, 'Bogy', 8989, -319.225, -0.146, 109.776, 127), + (17486127, 'Bogy', 8989, -319.266, -0.244, 130.650, 127), + (17486128, 'Bogy', 8989, -345.369, 0.716, 119.486, 127), + (17486129, 'Dame_Blanche', 8993, -361.894, -0.500, 121.675, 5), + (17486130, 'Water_Elemental', 9016, -363.697, -0.346, 129.631, 79), + (17486131, 'Lacerator', 10785, -421.000, -11.000, 224.000, 127), + (17486132, 'Lacerator', 10785, -459.000, -10.000, 269.000, 43), + (17486133, 'Lacerator', 10785, -380.000, -10.000, 214.000, 127), + (17486134, 'Lacerator', 10785, -395.000, -9.000, 219.000, 127), + (17486135, 'Lacerator', 10785, -366.000, -7.000, 179.000, 127), + (17486136, 'Lacerator', 10785, -434.705, -10.298, 236.019, 97), + (17486137, 'Lacerator', 10785, -443.527, -10.522, 242.289, 90), + (17486138, 'Lacerator', 10785, -427.000, -9.000, 248.000, 61), + (17486139, 'Lacerator', 10785, -436.000, -9.971, 247.000, 127), + (17486140, 'Spool_Leech', 10786, -423.000, -9.000, 309.000, 127), + (17486141, 'Spool_Leech', 10786, -428.000, -9.000, 311.000, 127), + (17486142, 'Lacerator', 10785, -441.762, -10.787, 300.837, 127), + (17486143, 'Lacerator', 10785, -460.000, -11.000, 275.000, 26), + (17486144, 'Combat', 8992, 215.412, -0.742, 71.909, 127), + (17486145, 'Combat', 8992, 200.117, -1.543, 93.961, 127), + (17486146, 'Combat', 8992, 197.106, -1.744, 73.748, 127), + (17486147, 'Combat', 8992, 162.204, -2.689, 94.980, 127), + (17486148, 'Combat', 8992, 141.005, 0.241, 73.153, 127), + (17486149, 'Combat', 8992, 120.228, -1.719, 74.787, 127), + (17486150, 'Combat', 8992, 107.125, -0.821, 89.632, 127), + (17486151, 'Combat', 8992, 98.966, -0.934, 70.145, 43), + (17486152, 'Combat', 8992, 78.567, -0.323, 87.251, 127), + (17486153, 'Combat', 8992, 68.747, -3.523, 92.515, 127), + (17486154, 'Combat', 8992, 56.328, -0.143, 86.890, 70), + (17486155, 'Combat', 8992, 34.242, -1.574, 76.714, 127), + (17486156, 'Combat', 8992, 35.968, -1.166, 42.082, 127), + (17486157, 'Combat', 8992, 51.663, -1.361, 41.122, 81), + (17486158, 'Combat', 8992, 30.348, -1.470, 27.121, 127), + (17486159, 'Combat', 8992, 3.086, -1.469, 46.108, 76), + (17486160, 'Combat', 8992, -3.427, -1.645, 27.233, 127), + (17486161, 'Combat', 8992, -39.139, -1.560, 51.861, 18), + (17486162, 'Combat', 8992, -40.824, -1.664, 26.969, 124), + (17486163, 'Combat', 8992, -80.994, -2.317, 51.934, 117), + (17486164, 'Combat', 8992, -101.860, -2.349, 51.989, 127), + (17486165, 'Combat', 8992, -126.000, -1.000, 26.000, 36), + (17486166, 'Gigas_Stonemason', 8998, 127.000, -0.500, 79.000, 127), + (17486167, 'Gigas_Stonecarrier', 8996, 178.000, 1.000, 81.000, 127), + (17486168, 'Gigas_Stonegrinder', 8997, 154.000, -0.500, 81.000, 127), + (17486169, 'Gigas_Foreman', 8995, 211.000, -1.000, 82.000, 127), + (17486170, 'Gigas_s_Spider', 8999, 0.000, 0.000, 0.000, 0), + (17486172, 'Gigas_Stonemason', 8998, -6.000, -0.500, 38.000, 127), + (17486173, 'Gigas_Stonecarrier', 8996, 100.000, 0.500, 79.000, 127), + (17486174, 'Gigas_Stonegrinder', 8997, 66.000, -0.500, 76.000, 127), + (17486175, 'Gigas_Foreman', 8995, 38.000, -0.500, 59.000, 127), + (17486176, 'Gigas_s_Spider', 8999, 0.000, 0.000, 0.000, 0), + (17486177, 'Gigas_Stonemason', 8998, -108.000, -0.500, 37.000, 127), + (17486178, 'Gigas_Stonecarrier', 8996, -165.000, -0.500, 36.000, 127), + (17486179, 'Gigas_Stonegrinder', 8997, -157.000, -0.500, 15.000, 127), + (17486180, 'Gigas_Foreman', 8995, -92.000, -0.500, 38.000, 127), + (17486181, 'Gigas_s_Spider', 8999, 0.000, 0.000, 0.000, 0), + (17486182, 'Gigas_Stonemason', 8998, -150.000, 0.500, 25.000, 127), + (17486183, 'Gigas_Stonecarrier', 8996, -239.000, -0.500, -2.000, 127), + (17486184, 'Gigas_Stonegrinder', 8997, -272.000, -0.500, 0.500, 127), + (17486185, 'Gigas_Foreman', 8995, -198.000, -0.500, 0.500, 127), + (17486186, 'Gigas_s_Spider', 8999, 0.000, 0.000, 0.000, 0), + (17486187, 'Korroloka_Leech', 9005, -210.000, -9.000, 176.000, 247), + (17486188, 'Korroloka_Leech', 9005, -209.000, -9.000, 172.000, 246), + (17486189, 'Korroloka_Leech', 9005, -213.000, -10.000, 169.000, 114), + (17486190, 'Morion_Worm', 9009, 0.000, 0.000, 0.000, 0), + (17486191, 'Metallic_Slime', 9008, 0.000, 0.000, 0.000, 0), + (17486192, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486193, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486194, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486195, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486196, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486197, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486198, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486199, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486200, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486201, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486202, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486203, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486204, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486205, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486206, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486207, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486208, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486209, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17486210, 'Goblin_Bounty_Hunter', 9000, 0.000, 0.000, 0.000, 0), + (17489921, 'Scavenger_Crab', 9050, 0.000, 0.000, 0.000, 0), + (17489922, 'Scavenger_Crab', 9050, 0.000, 0.000, 0.000, 0), + (17489923, 'Stygian_Pugil', 9051, 0.000, 0.000, 0.000, 0), + (17489924, 'Stygian_Pugil', 9051, 0.000, 0.000, 0.000, 0), + (17489925, 'Devil_Manta', 9025, 0.000, 0.000, 0.000, 0), + (17489926, 'Gordov_s_Ghost', 9034, 0.000, 0.000, 0.000, 0), + (17489927, 'Dervo_s_Ghost', 9024, 0.000, 0.000, 0.000, 0), + (17489928, 'Gizerl_s_Ghost', 9028, 0.000, 0.000, 0.000, 0), + (17489929, 'Sand_Lizard', 9049, -25.047, -20.514, -191.365, 127), + (17489930, 'Sand_Lizard', 9049, 20.637, -10.633, -199.563, 127), + (17489931, 'Sand_Lizard', 9049, 39.000, -8.000, 20.000, 127), + (17489932, 'Sand_Lizard', 9049, 74.662, -0.513, 3.685, 106), + (17489933, 'Sand_Lizard', 9049, 68.454, -0.417, -0.413, 105), + (17489934, 'Sand_Lizard', 9049, 92.000, -0.396, 14.000, 39), + (17489935, 'Robber_Crab', 9046, 23.000, -8.000, -169.000, 101), + (17489936, 'Robber_Crab', 9046, 26.000, -9.000, -161.000, 100), + (17489937, 'Robber_Crab', 9046, 24.000, -9.000, -163.000, 115), + (17489938, 'Robber_Crab', 9046, 16.000, -9.000, -168.000, 59), + (17489939, 'Haunt', 9037, 19.481, -10.113, -153.281, 80), + (17489940, 'Robber_Crab', 9046, 17.000, -8.000, -158.000, 58), + (17489941, 'Robber_Crab', 9046, 3.003, -10.342, -180.404, 127), + (17489942, 'Haunt', 9037, -12.422, -10.888, -180.790, 127), + (17489943, 'Haunt', 9037, -21.604, -9.474, -178.783, 82), + (17489944, 'Haunt', 9037, -17.000, -9.528, -169.000, 28), + (17489945, 'Haunt', 9037, -27.167, -10.924, -167.806, 127), + (17489946, 'Haunt', 9037, -25.000, -10.000, -128.000, 127), + (17489947, 'Haunt', 9037, -18.769, -9.577, -153.865, 127), + (17489948, 'Robber_Crab', 9046, 10.000, -9.000, -174.000, 89), + (17489949, 'Robber_Crab', 9046, 37.000, -9.000, -139.000, 65), + (17489950, 'Robber_Crab', 9046, 55.000, -9.000, -140.000, 100), + (17489951, 'Robber_Crab', 9046, 60.944, -10.780, -108.876, 127), + (17489952, 'Robber_Crab', 9046, 55.601, -9.615, -92.608, 113), + (17489953, 'Robber_Crab', 9046, 62.920, -9.557, -83.271, 127), + (17489954, 'Robber_Crab', 9046, 41.529, -9.276, -101.297, 115), + (17489955, 'Robber_Crab', 9046, 57.972, -9.376, -77.327, 127), + (17489956, 'Robber_Crab', 9046, 57.530, -9.443, -92.837, 127), + (17489957, 'Cave_Worm', 9022, 31.167, -6.652, -98.787, 60), + (17489958, 'Cave_Worm', 9022, 19.824, -2.248, -93.466, 45), + (17489959, 'Fire_Elemental', 9027, 18.183, -2.399, -97.071, 58), + (17489960, 'Air_Elemental', 9017, 26.000, -4.000, -98.000, 15), + (17489961, 'Robber_Crab', 9046, 11.434, -0.453, -84.076, 127), + (17489962, 'Robber_Crab', 9046, -5.000, 0.500, -78.000, 83), + (17489963, 'Sabotender_Sediendo', 9048, 2.990, -0.227, -75.018, 127), + (17489964, 'Sabotender_Sediendo', 9048, -4.000, -0.578, -86.000, 95), + (17489965, 'Cave_Worm', 9022, -21.630, -5.232, -104.834, 70), + (17489966, 'Cave_Worm', 9022, -18.147, -5.498, -107.681, 127), + (17489967, 'Fire_Elemental', 9027, -18.486, -3.969, -103.166, 127), + (17489968, 'Air_Elemental', 9017, -19.000, -7.000, -114.000, 127), + (17489969, 'Haunt', 9037, -18.990, -11.364, -131.422, 127), + (17489970, 'Robber_Crab', 9046, 112.000, -0.010, -14.000, 127), + (17489971, 'Sabotender_Sediendo', 9048, -17.217, -0.956, -57.647, 31), + (17489972, 'Robber_Crab', 9046, 109.000, -0.041, -30.000, 127), + (17489973, 'Robber_Crab', 9046, 23.000, -9.000, -156.000, 122), + (17489974, 'Sabotender_Sediendo', 9048, -41.000, -0.488, -31.000, 25), + (17489975, 'Sabotender_Sediendo', 9048, -33.717, -0.448, -43.478, 27), + (17489976, 'Robber_Crab', 9046, -59.000, -9.000, -137.000, 9), + (17489977, 'Sabotender_Sediendo', 9048, -41.000, 0.088, -3.000, 127), + (17489978, 'Sabotender_Sediendo', 9048, -54.912, 0.347, -1.681, 124), + (17489979, 'Sabotender_Sediendo', 9048, -58.807, -0.327, -8.531, 7), + (17489980, 'Sabotender_Mariachi', 9047, -56.081, -1.546, 21.705, 127), + (17489981, 'Sabotender_Sediendo', 9048, -82.074, -0.450, -0.738, 127), + (17489982, 'Sabotender_Sediendo', 9048, -84.721, -0.325, -2.861, 127), + (17489983, 'Sabotender_Sediendo', 9048, -45.000, -0.115, 39.000, 4), + (17489984, 'Sabotender_Sediendo', 9048, -38.791, 0.230, 26.579, 127), + (17489985, 'Sabotender_Sediendo', 9048, -34.263, -0.512, 30.437, 127), + (17489986, 'Sabotender_Sediendo', 9048, 0.000, 0.000, 0.000, 0), + (17489987, 'Sabotender_Sediendo', 9048, -23.543, -0.396, 59.578, 127), + (17489988, 'Recluse_Spider', 9045, -19.870, -0.512, 58.815, 127), + (17489989, 'Cave_Worm', 9022, 18.000, -5.000, 52.000, 127), + (17489990, 'Cave_Worm', 9022, 17.796, -2.336, 62.506, 127), + (17489991, 'Fire_Elemental', 9027, 25.291, -9.872, 39.015, 127), + (17489992, 'Air_Elemental', 9017, 16.099, -2.639, 60.780, 127), + (17489993, 'Recluse_Spider', 9045, 20.000, -8.000, 37.000, 127), + (17489994, 'Sand_Lizard', 9049, 112.135, -0.278, 38.281, 61), + (17489995, 'Sabotender_Sediendo', 9048, 24.236, -9.979, 22.979, 11), + (17489996, 'Cave_Worm', 9022, 59.339, -2.674, 16.713, 53), + (17489997, 'Cave_Worm', 9022, 63.597, -1.695, 15.773, 127), + (17489998, 'Fire_Elemental', 9027, 56.034, -4.812, 21.604, 127), + (17489999, 'Air_Elemental', 9017, 48.851, -6.456, 16.704, 127), + (17490000, 'Sand_Lizard', 9049, 123.046, 0.250, 18.642, 127), + (17490001, 'Sand_Lizard', 9049, 112.008, -0.530, 50.994, 127), + (17490002, 'Sand_Lizard', 9049, 89.590, -0.321, -9.390, 36), + (17490003, 'Sand_Lizard', 9049, 122.654, -0.491, 0.840, 65), + (17490004, 'Sand_Lizard', 9049, 96.365, -0.269, -7.619, 127), + (17490005, 'Sand_Lizard', 9049, 118.633, -0.470, -43.282, 127), + (17490006, 'Robber_Crab', 9046, 126.799, -1.744, 17.497, 48), + (17490007, 'Robber_Crab', 9046, 105.000, -0.010, -3.000, 42), + (17490008, 'Sand_Lizard', 9049, 123.186, 0.213, -24.716, 127), + (17490009, 'Sand_Lizard', 9049, 67.998, -0.500, 12.000, 127), + (17490010, 'Sand_Lizard', 9049, 109.000, -0.010, -48.000, 33), + (17490011, 'Sand_Lizard', 9049, -17.000, -19.000, -195.000, 127), + (17490012, 'Sand_Lizard', 9049, -20.000, -20.000, -186.000, 127), + (17490013, 'Robber_Crab', 9046, 120.405, -0.486, -38.515, 127), + (17490014, 'Robber_Crab', 9046, 116.000, -0.010, 5.000, 127), + (17490015, 'Sand_Lizard', 9049, -17.000, -19.000, -203.000, 127), + (17490016, 'Amemet', 9018, 102.000, -0.191, 3.000, 127), + (17490017, 'Cave_Worm', 9022, 96.950, -4.752, -61.179, 16), + (17490018, 'Cave_Worm', 9022, 100.000, -1.000, -54.000, 43), + (17490019, 'Fire_Elemental', 9027, 97.151, -3.692, -54.967, 127), + (17490020, 'Air_Elemental', 9017, 87.000, -6.000, -59.000, 69), + (17490021, 'Sand_Lizard', 9049, -24.000, -19.000, -208.000, 127), + (17490022, 'Robber_Crab', 9046, 62.853, -9.587, -61.647, 127), + (17490023, 'Robber_Crab', 9046, 68.864, -11.479, -67.724, 127), + (17490024, 'Cave_Worm', 9022, 142.746, -4.510, -60.750, 25), + (17490025, 'Cave_Worm', 9022, 140.489, -2.781, -55.044, 127), + (17490026, 'Fire_Elemental', 9027, 140.524, -3.562, -59.846, 54), + (17490027, 'Air_Elemental', 9017, 130.918, -0.667, -51.060, 86), + (17490028, 'Haunt', 9037, 160.520, -9.920, -65.040, 58), + (17490029, 'Recluse_Spider', 9045, -4.849, -0.326, 88.515, 107), + (17490030, 'Recluse_Spider', 9045, 0.413, -0.560, 84.238, 14), + (17490031, 'Recluse_Spider', 9045, 0.720, -0.603, 99.000, 3), + (17490032, 'Recluse_Spider', 9045, 3.822, -0.325, 72.278, 127), + (17490033, 'Recluse_Spider', 9045, 2.521, -0.494, 118.814, 127), + (17490034, 'Recluse_Spider', 9045, -9.229, -0.499, 111.027, 127), + (17490035, 'Recluse_Spider', 9045, 1.314, -0.152, 127.644, 117), + (17490036, 'Recluse_Spider', 9045, 23.000, -0.408, 143.000, 127), + (17490037, 'Recluse_Spider', 9045, 18.412, -0.567, 135.520, 86), + (17490038, 'Recluse_Spider', 9045, 33.039, -0.240, 153.498, 127), + (17490039, 'Recluse_Spider', 9045, 5.000, -0.462, 112.000, 127), + (17490040, 'Robber_Crab', 9046, 41.000, -0.402, 164.000, 40), + (17490041, 'Robber_Crab', 9046, 39.494, -0.414, 155.213, 127), + (17490042, 'Cave_Worm', 9022, 71.904, -6.975, 138.743, 100), + (17490043, 'Cave_Worm', 9022, 58.622, -1.742, 147.239, 127), + (17490044, 'Cave_Worm', 9022, 80.432, -9.433, 136.694, 127), + (17490045, 'Fire_Elemental', 9027, 93.288, -9.355, 144.138, 127), + (17490046, 'Air_Elemental', 9017, 61.710, -2.793, 144.259, 127), + (17490047, 'Robber_Crab', 9046, 111.049, -9.693, 136.598, 127), + (17490048, 'Robber_Crab', 9046, 123.000, -8.000, 138.000, 11), + (17490049, 'Robber_Crab', 9046, 112.033, -9.633, 142.311, 127), + (17490050, 'Robber_Crab', 9046, 104.457, -9.820, 117.139, 55), + (17490051, 'Robber_Crab', 9046, 99.000, -8.000, 88.000, 32), + (17490052, 'Robber_Crab', 9046, 101.000, -9.000, 103.000, 127), + (17490053, 'Robber_Crab', 9046, 103.596, -9.951, 129.412, 127), + (17490054, 'Robber_Crab', 9046, 137.089, -10.562, 126.914, 62), + (17490055, 'Robber_Crab', 9046, 0.000, 0.000, 0.000, 0), + (17490056, 'Haunt', 9037, 141.261, -10.451, 115.464, 67), + (17490057, 'Robber_Crab', 9046, 106.000, -0.010, -18.000, 46), + (17490058, 'Robber_Crab', 9046, 115.509, -10.666, 101.878, 127), + (17490059, 'Cave_Worm', 9022, 103.000, -7.000, 73.000, 127), + (17490060, 'Cave_Worm', 9022, 105.000, -2.000, 61.000, 127), + (17490061, 'Cave_Worm', 9022, 98.744, -5.232, 66.182, 127), + (17490062, 'Fire_Elemental', 9027, 100.572, -4.258, 63.997, 45), + (17490063, 'Air_Elemental', 9017, 102.926, -4.916, 66.639, 127), + (17490064, 'Cave_Worm', 9022, 55.524, -6.611, 190.474, 127), + (17490065, 'Cave_Worm', 9022, 61.000, -5.000, 185.000, 127), + (17490066, 'Fire_Elemental', 9027, 60.906, -9.031, 198.387, 127), + (17490067, 'Air_Elemental', 9017, 59.626, -3.672, 180.909, 22), + (17490068, 'Robber_Crab', 9046, 57.000, -10.000, 260.000, 19), + (17490069, 'Robber_Crab', 9046, 69.106, -11.538, 209.402, 127), + (17490070, 'Robber_Crab', 9046, 79.000, -10.000, 220.000, 39), + (17490071, 'Robber_Crab', 9046, 112.000, -8.000, 179.000, 119), + (17490072, 'Robber_Crab', 9046, 123.000, -9.000, 173.000, 78), + (17490073, 'Robber_Crab', 9046, 102.000, -8.000, 172.000, 127), + (17490074, 'Robber_Crab', 9046, 100.000, -8.000, 158.000, 127), + (17490075, 'Robber_Crab', 9046, 121.000, -9.000, 185.000, 127), + (17490076, 'Robber_Crab', 9046, 98.000, -9.000, 145.000, 127), + (17490077, 'Diplopod', 9026, 104.058, -9.469, 141.507, 124), + (17490078, 'Robber_Crab', 9046, 93.000, -11.000, 109.000, 117), + (17490079, 'Robber_Crab', 9046, 99.755, -10.762, 188.715, 127), + (17490080, 'Robber_Crab', 9046, 100.000, -9.000, 215.000, 127), + (17490081, 'Robber_Crab', 9046, 91.000, -9.000, 220.000, 127), + (17490082, 'Robber_Crab', 9046, 97.554, -10.378, 202.466, 127), + (17490083, 'Robber_Crab', 9046, 53.604, -11.836, 251.394, 127), + (17490084, 'Robber_Crab', 9046, 61.791, -10.452, 244.355, 21), + (17490085, 'Robber_Crab', 9046, 60.398, -10.361, 252.211, 127), + (17490086, 'Ovinnik', 9042, 19.288, -10.273, -1.510, 127), + (17490087, 'Ovinnik', 9042, 27.927, -4.814, -18.411, 80), + (17490088, 'Ovinnik', 9042, 89.790, 13.342, -21.453, 127), + (17490089, 'Ovinnik', 9042, 84.987, 10.225, -23.175, 113), + (17490090, 'Ovinnik', 9042, 139.000, 19.000, -77.000, 22), + (17490091, 'Ovinnik', 9042, 18.000, -9.000, 3.000, 127), + (17490092, 'Ovinnik', 9042, 97.000, 18.000, -34.000, 127), + (17490093, 'Greater_Cockatrice', 9035, 124.485, 20.011, -60.334, 127), + (17490094, 'Greater_Cockatrice', 9035, 180.000, 21.000, -39.000, 127), + (17490095, 'Ovinnik', 9042, 55.000, 3.000, -20.000, 127), + (17490096, 'Ovinnik', 9042, 163.000, 20.000, -58.000, 80), + (17490097, 'Greater_Cockatrice', 9035, 178.857, 20.256, -44.151, 14), + (17490098, 'Greater_Cockatrice', 9035, 179.394, 20.061, -34.062, 127), + (17490099, 'Ladon', 9040, 143.000, 20.000, -138.000, 127), + (17490100, 'Greater_Cockatrice', 9035, 142.047, 20.386, -116.929, 5), + (17490101, 'Pelican', 9043, 185.000, 19.000, -32.000, 127), + (17490102, 'Ovinnik', 9042, 159.314, 20.703, -142.725, 127), + (17490103, 'Ovinnik', 9042, 140.189, 20.654, -127.048, 127), + (17490104, 'Ladon', 9040, 131.000, 20.000, -54.000, 127), + (17490105, 'Greater_Cockatrice', 9035, 0.000, 0.000, 0.000, 0), + (17490106, 'Greater_Cockatrice', 9035, 0.000, 0.000, 0.000, 127), + (17490107, 'Greater_Cockatrice', 9035, 0.000, 0.000, 0.000, 127), + (17490108, 'Ladon', 9040, 155.000, 20.000, -135.000, 127), + (17490109, 'Ovinnik', 9042, 0.000, 0.000, 0.000, 0), + (17490110, 'Ladon', 9040, 116.000, 20.000, -63.000, 88), + (17490111, 'Kuftal_Delver', 10746, 125.000, 20.000, -101.000, 127), + (17490112, 'Kuftal_Delver', 10746, 72.522, 20.231, -144.640, 40), + (17490113, 'Machairodus', 10747, 79.747, 20.722, -140.846, 127), + (17490114, 'Machairodus', 10747, 61.778, 20.401, -142.067, 127), + (17490115, 'Kuftal_Delver', 10746, 57.967, 22.838, -167.626, 127), + (17490116, 'Kuftal_Delver', 10746, 60.508, 20.392, -139.739, 127), + (17490117, 'Kuftal_Delver', 10746, 40.573, 29.577, -202.382, 127), + (17490118, 'Kuftal_Delver', 10746, 34.961, 29.637, -200.401, 118), + (17490119, 'Machairodus', 10747, 51.952, 29.498, -197.993, 127), + (17490120, 'Kuftal_Delver', 10746, 51.406, 29.502, -196.359, 32), + (17490121, 'Machairodus', 10747, 34.000, 30.000, -193.000, 1), + (17490122, 'Kuftal_Delver', 10746, 39.991, 29.559, -210.066, 40), + (17490123, 'Machairodus', 10747, 84.000, 21.000, -97.000, 44), + (17490124, 'Machairodus', 10747, 78.000, 21.000, -100.000, 30), + (17490125, 'Kuftal_Delver', 10746, 113.000, 20.000, -96.000, 39), + (17490126, 'Kuftal_Delver', 10746, 93.000, 19.000, -91.000, 13), + (17490127, 'Machairodus', 10747, 93.000, 20.000, -106.000, 127), + (17490128, 'Machairodus', 10747, 60.000, 20.000, -153.000, 127), + (17490129, 'Kuftal_Delver', 10746, 86.000, 19.000, -90.000, 127), + (17490130, 'Kuftal_Delver', 10746, 84.000, 20.000, -103.000, 127), + (17490131, 'Machairodus', 10747, 60.000, 21.000, -162.000, 127), + (17490132, 'Machairodus', 10747, 62.000, 20.000, -149.000, 127), + (17490133, 'Kuftal_Delver', 10746, 78.000, 20.000, -105.000, 127), + (17490134, 'Machairodus', 10747, 49.000, 30.000, -188.000, 83), + (17490135, 'Machairodus', 10747, 46.000, 30.000, -201.000, 34), + (17490136, 'Machairodus', 10747, 37.000, 30.000, -204.000, 127), + (17490137, 'Kuftal_Delver', 10746, 99.000, 20.000, -120.000, 127), + (17490138, 'Kuftal_Delver', 10746, 75.000, 21.000, -134.000, 127), + (17490139, 'Robber_Crab', 9046, 157.000, -0.500, 140.000, 127), + (17490140, 'Robber_Crab', 9046, 140.000, -9.000, 161.000, 127), + (17490141, 'Deinonychus', 9023, 87.000, 21.000, 59.000, 127), + (17490142, 'Robber_Crab', 9046, 109.000, -0.500, 24.000, 127), + (17490143, 'Robber_Crab', 9046, 121.000, -0.500, 46.000, 127), + (17490144, 'Deinonychus', 9023, 72.000, 21.000, 63.000, 109), + (17490145, 'Goblin_Mercenary', 9031, 141.000, 20.000, 78.000, 51), + (17490146, 'Deinonychus', 9023, 59.000, 21.000, 65.000, 127), + (17490147, 'Goblin_Alchemist', 9029, 107.000, 21.000, 57.000, 127), + (17490148, 'Deinonychus', 9023, 58.000, 21.000, 57.000, 127), + (17490149, 'Goblin_Alchemist', 9029, 132.000, 19.000, 68.000, 127), + (17490150, 'Goblin_Bandit', 9030, 133.000, 19.000, 92.000, 57), + (17490151, 'Goblin_Tamer', 9033, 122.000, 21.000, 57.000, 127), + (17490152, 'Goblin_s_Spider', 9032, 0.000, 0.000, 0.000, 74), + (17490153, 'Goblin_Mercenary', 9031, 97.000, 20.000, 64.000, 127), + (17490154, 'Goblin_Alchemist', 9029, 177.000, 10.000, 35.000, 80), + (17490155, 'Goblin_Bandit', 9030, 119.000, 20.000, 66.000, 127), + (17490156, 'Goblin_Tamer', 9033, 91.000, 20.000, 54.000, 127), + (17490157, 'Goblin_s_Spider', 9032, 0.000, 0.000, 0.000, 0), + (17490158, 'Goblin_Mercenary', 9031, 117.000, 20.000, 21.000, 26), + (17490159, 'Bloodthirster_Madkix', 9020, 259.000, 11.000, 39.000, 127), + (17490160, 'Deinonychus', 9023, 34.000, 21.000, 59.000, 127), + (17490161, 'Deinonychus', 9023, 23.000, 20.000, 75.000, 48), + (17490162, 'Goblin_Alchemist', 9029, 181.000, 10.000, 116.000, 127), + (17490163, 'Goblin_Bandit', 9030, 99.000, 21.000, 38.000, 127), + (17490164, 'Goblin_Tamer', 9033, 160.000, 9.000, 19.000, 127), + (17490165, 'Goblin_s_Spider', 9032, 0.000, 0.000, 0.000, 0), + (17490166, 'Goblin_Mercenary', 9031, 179.000, 11.000, 60.000, 57), + (17490167, 'Deinonychus', 9023, 18.000, 21.000, 82.000, 127), + (17490168, 'Deinonychus', 9023, 19.000, 18.000, 100.000, 110), + (17490169, 'Goblin_Alchemist', 9029, 0.000, 0.000, 0.000, 127), + (17490170, 'Goblin_Bandit', 9030, 179.000, 11.000, 79.000, 32), + (17490171, 'Goblin_Tamer', 9033, 197.000, 11.000, 59.000, 106), + (17490172, 'Goblin_s_Spider', 9032, 0.000, 0.000, 0.000, 127), + (17490173, 'Goblin_Mercenary', 9031, 265.000, 9.000, 30.000, 127), + (17490174, 'Deinonychus', 9023, 20.000, 20.000, 118.000, 127), + (17490175, 'Deinonychus', 9023, 27.000, 19.000, 132.000, 127), + (17490176, 'Deinonychus', 9023, 19.000, 19.000, 55.000, 127), + (17490177, 'Deinonychus', 9023, -2.000, 21.000, 22.000, 27), + (17490178, 'Goblin_Alchemist', 9029, 0.000, 0.000, 0.000, 127), + (17490179, 'Goblin_Bandit', 9030, 262.000, 11.000, 46.000, 127), + (17490180, 'Goblin_Tamer', 9033, 0.000, 0.000, 0.000, 127), + (17490181, 'Goblin_s_Spider', 9032, 0.000, 0.000, 0.000, 3), + (17490182, 'Goblin_Mercenary', 9031, 256.000, 10.000, 34.000, 127), + (17490183, 'Deinonychus', 9023, 200.000, 11.000, 99.000, 127), + (17490184, 'Goblin_Mercenary', 9031, 0.000, 0.000, 0.000, 127), + (17490185, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 71), + (17490186, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 95), + (17490187, 'Goblin_Bandit', 9030, 215.000, 9.000, 90.000, 127), + (17490188, 'Kuftal_Digger', 9039, 95.000, 29.000, 107.000, 127), + (17490189, 'Kuftal_Digger', 9039, 99.000, 27.000, 101.000, 127), + (17490190, 'Diplopod', 9026, 78.000, 30.000, 115.000, 127), + (17490191, 'Diplopod', 9026, 0.000, 0.000, 0.000, 0), + (17490192, 'Kuftal_Digger', 9039, 108.000, 24.000, 102.000, 127), + (17490193, 'Kuftal_Digger', 9039, 68.000, 29.000, 104.000, 127), + (17490194, 'Kuftal_Digger', 9039, 63.000, 28.000, 101.000, 127), + (17490195, 'Kuftal_Digger', 9039, 61.000, 24.000, 91.000, 90), + (17490196, 'Kuftal_Digger', 9039, 63.000, 29.000, 131.000, 127), + (17490197, 'Kuftal_Digger', 9039, 57.000, 26.000, 139.000, 127), + (17490198, 'Kuftal_Digger', 9039, 47.000, 23.000, 137.000, 127), + (17490199, 'Kuftal_Digger', 9039, 0.000, 0.000, 0.000, 127), + (17490200, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 127), + (17490201, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 0), + (17490202, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 127), + (17490203, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 127), + (17490204, 'Yowie', 9052, 42.000, 20.000, 65.000, 127), + (17490205, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 127), + (17490206, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 27), + (17490207, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 127), + (17490208, 'Kuftal_Digger', 9039, 0.000, 0.000, 0.000, 56), + (17490209, 'Kuftal_Digger', 9039, 0.000, 0.000, 0.000, 109), + (17490210, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 58), + (17490211, 'Recluse_Spider', 9045, -29.714, 20.124, 63.359, 29), + (17490212, 'Recluse_Spider', 9045, -46.486, 1.776, 100.741, 127), + (17490213, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 127), + (17490214, 'Recluse_Spider', 9045, -58.000, 10.000, 80.000, 127), + (17490215, 'Recluse_Spider', 9045, -17.000, 20.000, 78.000, 127), + (17490216, 'Recluse_Spider', 9045, -16.000, 21.000, 69.000, 127), + (17490217, 'Arachne', 9019, -20.000, 21.000, -3.000, 127), + (17490218, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 0), + (17490219, 'Recluse_Spider', 9045, -20.000, 20.000, 38.000, 127), + (17498113, 'Big_Jaw', 9183, 0.000, 0.000, 0.000, 0), + (17498114, 'Big_Jaw', 9183, 0.000, 0.000, 0.000, 0), + (17498115, 'Bigclaw', 9182, 21.076, 9.020, 187.992, 4), + (17498116, 'Rock_Crab', 9225, 84.485, 9.948, -27.369, 127), + (17498117, 'Stygian_Pugil', 9234, 0.000, 0.000, 0.000, 0), + (17498118, 'Royal_Leech', 9226, 216.824, -17.119, 270.492, 90), + (17498119, 'Undead_Bats', 9238, 221.151, -19.925, 285.073, 127), + (17498120, 'Royal_Leech', 9226, 185.676, -10.250, 260.013, 127), + (17498121, 'Undead_Bats', 9238, 177.981, -9.436, 237.934, 127), + (17498122, 'Undead_Bats', 9238, 176.014, -9.930, 234.796, 98), + (17498123, 'Spring_Sahagin', 9233, 166.898, -10.608, 261.566, 127), + (17498124, 'Undead_Bats', 9238, 151.970, -10.799, 261.472, 120), + (17498125, 'Royal_Leech', 9226, 154.964, -11.250, 257.889, 71), + (17498126, 'Royal_Leech', 9226, 100.479, -9.100, 245.852, 104), + (17498127, 'Undead_Bats', 9238, 99.290, -9.440, 249.363, 127), + (17498128, 'Undead_Bats', 9238, 99.314, -11.095, 262.209, 127), + (17498129, 'Pond_Sahagin', 9218, 88.368, -11.611, 263.727, 127), + (17498130, 'Lake_Sahagin', 9203, 99.536, -8.855, 243.078, 127), + (17498131, 'Royal_Leech', 9226, 154.972, -11.559, 216.242, 68), + (17498132, 'Royal_Leech', 9226, 129.456, -11.917, 215.465, 57), + (17498133, 'Undead_Bats', 9238, 146.013, -10.470, 210.394, 127), + (17498134, 'Undead_Bats', 9238, 155.562, -11.592, 215.874, 70), + (17498135, 'Pond_Sahagin', 9218, 132.576, -12.216, 208.173, 127), + (17498136, 'Spring_Sahagin', 9233, 134.772, -10.684, 217.400, 103), + (17498137, 'Royal_Leech', 9226, 58.499, -1.294, 240.790, 90), + (17498138, 'Royal_Leech', 9226, 63.197, -3.753, 247.084, 127), + (17498139, 'Undead_Bats', 9238, 53.765, 5.043, 224.973, 94), + (17498140, 'Royal_Leech', 9226, 27.507, 8.572, 215.490, 70), + (17498141, 'Royal_Leech', 9226, 21.037, 9.478, 207.651, 49), + (17498142, 'Undead_Bats', 9238, 23.496, 9.510, 219.981, 39), + (17498143, 'Ironshell', 9200, 1.596, 11.249, 259.372, 11), + (17498144, 'Ironshell', 9200, 21.290, 9.944, 243.053, 30), + (17498145, 'Ghast', 9195, 9.529, 9.695, 262.521, 6), + (17498146, 'Ironshell', 9200, -16.476, 10.603, 267.562, 44), + (17498147, 'Ghast', 9195, -18.108, 9.881, 279.514, 127), + (17498148, 'Ironshell', 9200, -28.095, 9.335, 294.882, 1), + (17498149, 'Ghast', 9195, -37.192, 9.480, 298.519, 124), + (17498150, 'Ironshell', 9200, -22.714, 11.100, 262.956, 127), + (17498151, 'Ghast', 9195, -21.320, 11.197, 265.802, 127), + (17498152, 'Ironshell', 9200, -19.157, 7.343, 326.515, 24), + (17498153, 'Ghast', 9195, -7.626, 8.816, 307.460, 127), + (17498154, 'Ironshell', 9200, -60.225, -1.558, 352.395, 127), + (17498155, 'Royal_Leech', 9226, 17.001, 9.340, 186.571, 127), + (17498156, 'Royal_Leech', 9226, 18.702, 9.512, 183.594, 57), + (17498157, 'Ghast', 9195, 8.726, 10.542, 178.244, 127), + (17498158, 'Ghast', 9195, 5.568, 10.480, 182.602, 28), + (17498159, 'Masan', 9206, 1.178, 10.799, 178.807, 2), + (17498160, 'Ironshell', 9200, 24.078, 10.134, 185.711, 127), + (17498161, 'Royal_Leech', 9226, -42.561, 9.935, 178.073, 111), + (17498162, 'Royal_Leech', 9226, -37.128, 9.777, 179.305, 29), + (17498163, 'Royal_Leech', 9226, -62.268, 10.724, 200.097, 4), + (17498164, 'Royal_Leech', 9226, -64.019, 10.171, 204.232, 127), + (17498165, 'Royal_Leech', 9226, -59.206, 10.543, 196.816, 36), + (17498166, 'Ghast', 9195, -81.981, 9.971, 215.529, 67), + (17498167, 'Ghast', 9195, -78.035, 10.386, 223.933, 127), + (17498168, 'Royal_Leech', 9226, -67.866, 11.107, 221.278, 127), + (17498169, 'Royal_Leech', 9226, -54.612, 11.072, 211.888, 14), + (17498170, 'Ghast', 9195, -141.487, 9.176, 202.794, 81), + (17498171, 'Ghast', 9195, -114.745, 9.289, 219.124, 127), + (17498172, 'Royal_Leech', 9226, -74.449, 7.973, 176.444, 113), + (17498173, 'Royal_Leech', 9226, -60.903, 9.193, 169.959, 127), + (17498174, 'Ghast', 9195, -68.739, 8.888, 173.893, 127), + (17498175, 'Ghast', 9195, -135.199, 9.864, 169.165, 80), + (17498176, 'Ghast', 9195, -113.708, 7.884, 170.668, 10), + (17498177, 'Ghast', 9195, -123.548, 9.711, 152.724, 127), + (17498178, 'Ghast', 9195, -128.762, 9.595, 164.996, 127), + (17498179, 'Ooze', 9216, -110.418, 7.728, 168.609, 127), + (17498180, 'Ghast', 9195, -145.430, 10.147, 169.840, 115), + (17498181, 'Ghast', 9195, -147.772, 9.794, 156.299, 127), + (17498182, 'Ghast', 9195, -161.306, 9.856, 156.498, 36), + (17498183, 'Ghast', 9195, -157.606, 9.905, 168.518, 127), + (17498184, 'Namtar', 9211, -148.457, 9.171, 175.332, 60), + (17498185, 'Ooze', 9216, -187.253, 9.364, 142.011, 127), + (17498186, 'Ghast', 9195, -221.606, 18.158, 173.064, 127), + (17498187, 'Ooze', 9216, -220.938, 18.385, 169.899, 127), + (17498188, 'Ghast', 9195, -204.255, 18.932, 179.704, 127), + (17498189, 'Ghast', 9195, -213.394, 17.285, 178.579, 127), + (17498190, 'Ooze', 9216, -182.581, 25.268, 229.155, 127), + (17498191, 'Undead_Bats', 9238, 11.454, 8.445, 152.169, 102), + (17498192, 'Royal_Leech', 9226, 14.644, 7.840, 154.508, 127), + (17498193, 'Ironshell', 9200, 6.944, 6.429, 148.513, 127), + (17498194, 'Royal_Leech', 9226, 10.411, 3.701, 138.396, 50), + (17498195, 'Spring_Sahagin', 9233, 14.044, 0.494, 109.487, 127), + (17498196, 'Spring_Sahagin', 9233, 10.799, -0.665, 102.446, 127), + (17498197, 'Ironshell', 9200, 10.208, -0.248, 101.421, 18), + (17498198, 'Royal_Leech', 9226, 10.359, -0.992, 111.045, 66), + (17498199, 'Wuur_the_Sandcomber', 9244, 16.000, -0.500, 120.000, 127), + (17498200, 'Undead_Bats', 9238, 151.858, -5.922, 177.846, 8), + (17498201, 'Undead_Bats', 9238, 152.593, -3.660, 169.867, 104), + (17498202, 'Undead_Bats', 9238, 147.285, -1.795, 167.325, 127), + (17498203, 'Ironshell', 9200, 135.468, -0.837, 136.901, 86), + (17498204, 'Ironshell', 9200, 108.286, -0.137, 126.032, 127), + (17498205, 'Undead_Bats', 9238, 113.005, -0.367, 124.333, 127), + (17498206, 'Pond_Sahagin', 9218, 105.081, 0.164, 120.903, 127), + (17498207, 'Spring_Sahagin', 9233, 120.978, -0.326, 108.201, 127), + (17498208, 'Ironshell', 9200, 79.076, -0.002, 121.016, 127), + (17498209, 'Undead_Bats', 9238, 81.833, -0.068, 125.983, 127), + (17498210, 'Lake_Sahagin', 9203, 80.243, -0.274, 111.073, 63), + (17498211, 'Pond_Sahagin', 9218, 92.297, -0.405, 114.592, 109), + (17498212, 'Undead_Bats', 9238, 41.207, -0.687, 98.023, 105), + (17498213, 'Ironshell', 9200, 65.852, -0.793, 60.309, 127), + (17498214, 'Lake_Sahagin', 9203, 58.332, -2.333, 53.849, 77), + (17498215, 'Pond_Sahagin', 9218, 46.447, 0.278, 64.253, 127), + (17498216, 'Undead_Bats', 9238, 64.957, -0.758, 60.810, 127), + (17498217, 'Ooze', 9216, 18.169, -0.357, 71.122, 127), + (17498218, 'Spring_Sahagin', 9233, 102.616, -0.105, 62.914, 124), + (17498219, 'Undead_Bats', 9238, 104.868, -0.502, 54.735, 60), + (17498220, 'Ooze', 9216, 98.190, -0.412, 49.753, 27), + (17498221, 'Ooze', 9216, 139.547, 6.661, 46.856, 46), + (17498222, 'Brook_Sahagin', 9186, 122.386, 9.949, 5.176, 6), + (17498223, 'Brook_Sahagin', 9186, 119.329, 9.727, -6.228, 127), + (17498224, 'Rivulet_Sahagin', 9223, 121.669, 9.777, 10.122, 127), + (17498225, 'Rivulet_Sahagin', 9223, 120.921, 9.910, 4.834, 127), + (17498226, 'Brook_Sahagin', 9186, 66.857, 9.707, -12.339, 27), + (17498227, 'Brook_Sahagin', 9186, 66.500, 9.341, -2.872, 127), + (17498228, 'Rivulet_Sahagin', 9223, 64.857, 8.885, -8.358, 127), + (17498229, 'Rivulet_Sahagin', 9223, 87.278, 9.990, 0.476, 127), + (17498230, 'Brook_Sahagin', 9186, 129.297, 10.098, -22.421, 127), + (17498231, 'Brook_Sahagin', 9186, 116.311, 9.519, -30.376, 85), + (17498232, 'Rivulet_Sahagin', 9223, 127.511, 10.090, -29.457, 0), + (17498233, 'Rivulet_Sahagin', 9223, 128.504, 10.062, -20.619, 0), + (17498234, 'Brook_Sahagin', 9186, 90.335, 10.085, -41.223, 94), + (17498235, 'Brook_Sahagin', 9186, 81.832, 9.615, -47.729, 127), + (17498236, 'Rivulet_Sahagin', 9223, 84.024, 10.153, -23.689, 127), + (17498237, 'Rivulet_Sahagin', 9223, 69.837, 9.724, -49.668, 99), + (17498238, 'Vampire_Bat', 9239, 85.285, 9.988, -27.526, 64), + (17498239, 'Vampire_Bat', 9239, 105.948, 10.803, -39.078, 119), + (17498240, 'Vampire_Bat', 9239, 80.381, 10.050, -11.735, 127), + (17498241, 'Vampire_Bat', 9239, 177.344, 15.703, -30.734, 127), + (17498242, 'Vampire_Bat', 9239, 180.981, 19.619, -42.972, 127), + (17498243, 'Brook_Sahagin', 9186, 196.812, 19.992, -76.213, 89), + (17498244, 'Brook_Sahagin', 9186, 204.873, 19.567, -68.584, 127), + (17498245, 'Rivulet_Sahagin', 9223, 189.679, 19.586, -75.743, 69), + (17498246, 'Vampire_Bat', 9239, 222.655, 19.712, -71.549, 104), + (17498247, 'Vampire_Bat', 9239, 225.231, 19.680, -57.378, 127), + (17498248, 'Brook_Sahagin', 9186, 241.998, 19.803, -57.097, 127), + (17498249, 'Brook_Sahagin', 9186, 239.682, 19.818, -57.030, 127), + (17498250, 'Rivulet_Sahagin', 9223, 231.757, 19.820, -31.384, 3), + (17498251, 'Bigclaw', 9182, 228.563, 19.528, -40.938, 127), + (17498252, 'Brook_Sahagin', 9186, 245.916, 20.006, -65.549, 127), + (17498253, 'Brook_Sahagin', 9186, 249.885, 20.140, -65.389, 122), + (17498254, 'Rivulet_Sahagin', 9223, 239.199, 19.916, -71.167, 127), + (17498255, 'Rivulet_Sahagin', 9223, 227.514, 20.001, -88.078, 101), + (17498256, 'Bigclaw', 9182, 249.559, 20.054, -66.717, 127), + (17498257, 'Vampire_Bat', 9239, 242.888, 20.474, -81.675, 17), + (17498258, 'Bigclaw', 9182, 219.739, 19.604, -6.589, 75), + (17498259, 'Riparian_Sahagin', 9222, 217.570, 19.945, 22.121, 127), + (17498260, 'Brook_Sahagin', 9186, 220.321, 19.637, 30.989, 104), + (17498261, 'Rivulet_Sahagin', 9223, 215.802, 18.537, 6.847, 48), + (17498262, 'Rivulet_Sahagin', 9223, 206.050, 21.018, 19.706, 127), + (17498263, 'Brook_Sahagin', 9186, 225.190, 19.502, 29.157, 91), + (17498264, 'Bigclaw', 9182, 203.826, 20.534, 16.763, 94), + (17498265, 'Riparian_Sahagin', 9222, 178.251, 20.988, 25.510, 127), + (17498266, 'Riparian_Sahagin', 9222, 185.074, 20.252, 39.317, 119), + (17498267, 'Brook_Sahagin', 9186, 182.106, 21.161, 16.598, 127), + (17498268, 'Bigclaw', 9182, 181.908, 20.780, 30.264, 97), + (17498269, 'Fyuu_the_Seabellow', 9194, 175.000, 20.000, 41.000, 127), + (17498270, 'Grotto_Pugil', 9198, 217.491, 20.091, 52.775, 127), + (17498271, 'Bigclaw', 9182, 220.315, 19.786, 48.919, 127), + (17498272, 'Bigclaw', 9182, 210.726, 19.706, 51.657, 49), + (17498273, 'Brook_Sahagin', 9186, 293.123, 19.594, -104.357, 18), + (17498274, 'Grotto_Pugil', 9198, 327.747, 19.554, -104.447, 127), + (17498275, 'Grotto_Pugil', 9198, 332.496, 19.487, -108.875, 108), + (17498276, 'Brook_Sahagin', 9186, 365.103, 9.494, -139.277, 127), + (17498277, 'Riparian_Sahagin', 9222, 381.239, 9.064, -106.763, 127), + (17498278, 'Riparian_Sahagin', 9222, 383.876, 10.432, -115.704, 59), + (17498279, 'Riparian_Sahagin', 9222, 335.787, 10.398, -83.796, 58), + (17498280, 'Brook_Sahagin', 9186, 348.293, 10.133, -65.543, 21), + (17498281, 'Rivulet_Sahagin', 9223, 344.055, 10.272, -82.524, 127), + (17498282, 'Grotto_Pugil', 9198, 349.246, 10.607, -63.535, 85), + (17498283, 'Brook_Sahagin', 9186, 363.430, 10.578, -62.752, 105), + (17498284, 'Rivulet_Sahagin', 9223, 359.599, 10.927, -58.565, 127), + (17498285, 'Qull_the_Shellbuster', 9219, 391.000, 9.000, -59.000, 127), + (17498286, 'Brook_Sahagin', 9186, 341.044, 10.751, -40.065, 81), + (17498287, 'Rivulet_Sahagin', 9223, 340.227, 10.185, -34.118, 39), + (17498288, 'Riparian_Sahagin', 9222, 407.176, 8.411, -57.298, 127), + (17498289, 'Bigclaw', 9182, 333.220, 9.666, -74.693, 44), + (17498290, 'Brook_Sahagin', 9186, 302.870, 10.596, -0.535, 60), + (17498291, 'Grotto_Pugil', 9198, 302.184, 9.097, -14.011, 127), + (17498292, 'Bigclaw', 9182, 276.478, 9.528, 18.795, 127), + (17498293, 'Brook_Sahagin', 9186, 306.151, 9.238, -21.365, 127), + (17498294, 'Rivulet_Sahagin', 9223, 303.926, 10.000, 10.733, 26), + (17498295, 'Rivulet_Sahagin', 9223, 260.342, 7.425, 22.767, 52), + (17498296, 'Grotto_Pugil', 9198, 256.623, 9.172, 41.077, 50), + (17498297, 'Bigclaw', 9182, 255.000, 9.000, 57.000, 51), + (17498298, 'Riparian_Sahagin', 9222, 232.828, 9.860, 63.214, 127), + (17498299, 'Brook_Sahagin', 9186, 237.969, 10.531, 62.663, 127), + (17498300, 'Rivulet_Sahagin', 9223, 222.282, 10.012, 60.606, 127), + (17498301, 'Seww_the_Squidlimbed', 9231, 245.000, 11.000, 61.000, 127), + (17498302, 'Bigclaw', 9182, 257.694, 9.423, 66.404, 4), + (17498303, 'Bigclaw', 9182, 259.027, 9.504, 63.345, 29), + (17498304, 'Grotto_Pugil', 9198, 262.638, 9.949, 60.317, 127), + (17498305, 'Grotto_Pugil', 9198, 266.995, 9.971, 68.243, 127), + (17498306, 'Riparian_Sahagin', 9222, 221.609, 8.829, 85.165, 39), + (17498307, 'Rivulet_Sahagin', 9223, 195.979, 9.612, 100.419, 127), + (17498308, 'Bigclaw', 9182, 220.283, 8.845, 85.273, 18), + (17498309, 'Riparian_Sahagin', 9222, 253.677, 7.610, 98.912, 127), + (17498310, 'Rivulet_Sahagin', 9223, 251.564, 8.661, 102.705, 127), + (17498311, 'Riparian_Sahagin', 9222, 237.113, 28.438, 139.957, 127), + (17498312, 'Rivulet_Sahagin', 9223, 218.425, 19.053, 120.447, 127), + (17498313, 'Sea_Bonze', 9229, 252.763, 29.682, 152.098, 127), + (17498314, 'Sea_Bonze', 9229, 315.034, 20.123, 20.537, 127), + (17498315, 'Riparian_Sahagin', 9222, 296.476, 20.460, 75.565, 49), + (17498316, 'Brook_Sahagin', 9186, 302.029, 18.998, 56.097, 83), + (17498317, 'Rivulet_Sahagin', 9223, 288.426, 19.453, 100.078, 127), + (17498318, 'Bigclaw', 9182, 298.100, 19.063, 93.538, 127), + (17498319, 'Bigclaw', 9182, 265.335, 17.718, 99.335, 92), + (17498320, 'Bigclaw', 9182, 259.034, 18.894, 110.942, 127), + (17498321, 'Riparian_Sahagin', 9222, 289.695, 19.177, 140.661, 53), + (17498322, 'Brook_Sahagin', 9186, 298.028, 19.815, 151.465, 65), + (17498323, 'Rivulet_Sahagin', 9223, 263.028, 19.640, 133.116, 89), + (17498324, 'Bigclaw', 9182, 290.654, 19.087, 139.911, 72), + (17498325, 'Sea_Bonze', 9229, 302.990, 28.354, 224.630, 81), + (17498326, 'Marsh_Sahagin', 9205, 18.758, 13.541, 15.815, 107), + (17498327, 'Sahagin_Parasite', 9227, 9.812, 16.740, 20.466, 127), + (17498328, 'Thunder_Elemental', 9236, 8.197, 17.597, 22.581, 127), + (17498329, 'Marsh_Sahagin', 9205, -32.891, 18.340, 15.581, 80), + (17498330, 'Swamp_Sahagin', 9235, -13.432, 19.882, 18.562, 109), + (17498331, 'Bog_Sahagin', 9185, -19.128, 21.246, 5.998, 124), + (17498332, 'Bog_Sahagin', 9185, 0.000, 0.000, 0.000, 0), + (17498333, 'Sahagin_Parasite', 9227, -28.757, 19.827, 23.714, 116), + (17498334, 'Rock_Crab', 9225, -16.542, 19.038, 23.642, 127), + (17498335, 'Marsh_Sahagin', 9205, -20.580, 20.066, -26.037, 127), + (17498336, 'Swamp_Sahagin', 9235, -13.532, 21.301, -20.861, 127), + (17498337, 'Bog_Sahagin', 9185, -21.280, 20.807, -1.930, 127), + (17498338, 'Bog_Sahagin', 9185, -26.034, 19.041, -5.374, 127), + (17498339, 'Sahagin_Parasite', 9227, 3.097, 20.593, -21.098, 120), + (17498340, 'Rock_Crab', 9225, 3.099, 20.317, -18.542, 127), + (17498341, 'Pahh_the_Gullcaller', 9217, -2.000, 21.000, -19.000, 127), + (17498342, 'Marsh_Sahagin', 9205, -61.334, 20.721, -45.640, 127), + (17498343, 'Swamp_Sahagin', 9235, -59.613, 20.954, -33.150, 35), + (17498344, 'Bog_Sahagin', 9185, -64.066, 18.825, -18.771, 24), + (17498345, 'Bog_Sahagin', 9185, -54.471, 20.118, -18.721, 127), + (17498346, 'Sahagin_Parasite', 9227, -56.666, 20.516, -37.364, 127), + (17498347, 'Marsh_Sahagin', 9205, -62.435, 19.412, 25.642, 33), + (17498348, 'Swamp_Sahagin', 9235, -75.162, 19.671, 20.503, 14), + (17498349, 'Sahagin_Parasite', 9227, -59.485, 19.575, 37.330, 127), + (17498350, 'Rock_Crab', 9225, -61.931, 19.297, 33.000, 127), + (17498351, 'Sahagin_Parasite', 9227, -103.972, 20.685, 47.566, 127), + (17498352, 'Rock_Crab', 9225, -102.571, 20.596, 47.974, 127), + (17498353, 'Marsh_Sahagin', 9205, -68.273, 19.980, 58.330, 28), + (17498354, 'Swamp_Sahagin', 9235, -63.473, 19.953, 57.853, 127), + (17498355, 'Bog_Sahagin', 9185, -60.728, 19.884, 53.966, 105), + (17498356, 'Mouu_the_Waverider', 9210, -82.000, 21.000, 62.000, 127), + (17498357, 'Sahagin_s_Wyvern', 9228, 0.000, 0.000, 0.000, 0), + (17498358, 'Sahagin_Parasite', 9227, -62.967, 19.951, 57.298, 127), + (17498359, 'Sahagin_Parasite', 9227, -59.778, 19.888, 53.927, 96), + (17498360, 'Sahagin_Parasite', 9227, -58.164, 18.764, 83.793, 127), + (17498361, 'Sahagin_Parasite', 9227, -53.301, 18.964, 66.101, 96), + (17498362, 'Rock_Crab', 9225, -97.687, 21.248, 56.343, 127), + (17498363, 'Rock_Crab', 9225, -97.378, 21.252, 56.860, 35), + (17498364, 'Marsh_Sahagin', 9205, -86.182, 20.571, -64.732, 126), + (17498365, 'Swamp_Sahagin', 9235, -94.686, 19.983, -71.170, 126), + (17498366, 'Bog_Sahagin', 9185, -75.152, 20.229, -59.936, 127), + (17498367, 'Rock_Crab', 9225, -57.883, 21.183, -57.265, 83), + (17498368, 'Rock_Crab', 9225, -56.100, 21.280, -64.382, 9), + (17498369, 'Rock_Crab', 9225, -98.054, 19.834, -19.872, 125), + (17498370, 'Rock_Crab', 9225, -97.944, 19.547, -39.489, 35), + (17498371, 'Marsh_Sahagin', 9205, -100.637, 19.848, -16.369, 127), + (17498372, 'Bog_Sahagin', 9185, -97.807, 19.400, 0.911, 127), + (17498373, 'Blubber_Eyes', 9184, -122.229, 28.859, 23.664, 127), + (17498374, 'Swamp_Sahagin', 9235, -116.010, 28.332, 19.924, 127), + (17498375, 'Rock_Crab', 9225, -116.116, 19.336, -61.976, 127), + (17498376, 'Rock_Crab', 9225, -125.595, 18.502, -62.209, 60), + (17498377, 'Marsh_Sahagin', 9205, -126.018, 18.448, -62.197, 46), + (17498378, 'Bog_Sahagin', 9185, -143.382, 19.273, -84.352, 127), + (17498379, 'Thunder_Elemental', 9236, -117.144, 19.279, -62.341, 127), + (17498380, 'Marsh_Sahagin', 9205, -158.095, 20.646, -95.235, 127), + (17498381, 'Blubber_Eyes', 9184, -174.535, 21.246, -104.180, 116), + (17498382, 'Rock_Crab', 9225, -176.504, 21.427, -101.662, 127), + (17498383, 'Marsh_Sahagin', 9205, -219.793, 19.209, -95.025, 127), + (17498384, 'Bog_Sahagin', 9185, -196.332, 20.055, -102.798, 89), + (17498385, 'Rock_Crab', 9225, -217.119, 19.313, -75.153, 127), + (17498386, 'Rock_Crab', 9225, -215.222, 19.862, -71.408, 78), + (17498387, 'Bog_Sahagin', 9185, -181.001, 17.694, -53.608, 127), + (17498388, 'Blubber_Eyes', 9184, -156.348, 19.706, -19.534, 17), + (17498389, 'Rock_Crab', 9225, -165.536, 19.098, -22.107, 1), + (17498390, 'Thunder_Elemental', 9236, -182.623, 19.780, -34.033, 127), + (17498391, 'Swamp_Sahagin', 9235, -140.146, 19.873, -17.046, 127), + (17498392, 'Rock_Crab', 9225, -130.940, 19.919, -24.797, 8), + (17498393, 'Rock_Crab', 9225, -136.064, 19.379, -11.775, 127), + (17498394, 'Blubber_Eyes', 9184, -181.596, 19.515, 35.978, 67), + (17498395, 'Blubber_Eyes', 9184, -181.644, 19.331, 1.076, 62), + (17498396, 'Rock_Crab', 9225, -177.407, 19.138, 41.533, 36), + (17498397, 'Thunder_Elemental', 9236, -177.848, 19.863, 5.290, 127), + (17498398, 'Bog_Sahagin', 9185, -172.851, 19.895, 60.643, 127), + (17498399, 'Rock_Crab', 9225, -172.628, 19.766, 61.058, 127), + (17498400, 'Marsh_Sahagin', 9205, -219.782, 19.255, 23.530, 31), + (17498401, 'Razorjaw_Pugil', 9220, -202.902, 19.307, 22.123, 123), + (17498402, 'Rock_Crab', 9225, -221.292, 19.428, 21.016, 127), + (17498403, 'Thunder_Elemental', 9236, -198.402, 19.496, 19.564, 61), + (17498404, 'Marsh_Sahagin', 9205, -216.753, 19.196, 40.092, 127), + (17498405, 'Razorjaw_Pugil', 9220, -254.581, 18.839, -16.232, 28), + (17498406, 'Thunder_Elemental', 9236, -255.918, 18.660, -11.006, 127), + (17498407, 'Razorjaw_Pugil', 9220, -260.362, 19.967, -43.055, 127), + (17498408, 'Razorjaw_Pugil', 9220, -268.168, 20.274, -56.808, 65), + (17498409, 'Marsh_Sahagin', 9205, -290.531, 19.207, -58.073, 127), + (17498410, 'Marsh_Sahagin', 9205, -308.649, 17.344, -52.316, 127), + (17498411, 'Swamp_Sahagin', 9235, -301.166, 18.051, -53.026, 127), + (17498412, 'Bog_Sahagin', 9185, -276.327, 19.759, -57.578, 24), + (17498413, 'Worr_the_Clawfisted', 9243, -301.000, 20.000, -64.000, 127), + (17498414, 'Rock_Crab', 9225, -299.728, 20.234, -71.261, 92), + (17498415, 'Marsh_Sahagin', 9205, -255.296, 9.773, -64.213, 127), + (17498416, 'Swamp_Sahagin', 9235, -221.983, 9.501, -45.031, 127), + (17498417, 'Bog_Sahagin', 9185, -240.371, 10.419, -64.615, 127), + (17498418, 'Razorjaw_Pugil', 9220, -221.455, 9.542, -44.191, 127), + (17498419, 'Razorjaw_Pugil', 9220, -249.000, 10.000, -57.000, 20), + (17498420, 'Sea_Hog', 9230, -233.000, 10.000, -59.000, 127), + (17498421, 'Marsh_Sahagin', 9205, -261.027, 9.022, -89.632, 42), + (17498422, 'Swamp_Sahagin', 9235, -260.000, 9.000, -108.000, 68), + (17498423, 'Bog_Sahagin', 9185, -261.156, 9.705, -96.072, 127), + (17498424, 'Razorjaw_Pugil', 9220, -270.535, 9.170, -96.817, 127), + (17498425, 'Razorjaw_Pugil', 9220, -259.000, 10.000, -77.000, 67), + (17498426, 'Marsh_Sahagin', 9205, -337.035, 16.950, -106.841, 115), + (17498427, 'Swamp_Sahagin', 9235, -333.108, 16.949, -101.298, 127), + (17498428, 'Voll_the_Sharkfinned', 9240, -320.000, 16.000, -98.000, 127), + (17498429, 'Mousse', 9209, 41.102, 19.361, -99.853, 11), + (17498430, 'Water_Elemental', 9241, 41.364, 19.477, -100.439, 127), + (17498431, 'Shore_Sahagin', 9232, 5.489, 19.605, -121.466, 127), + (17498432, 'Coastal_Sahagin', 9188, -4.433, 20.337, -144.713, 127), + (17498433, 'Delta_Sahagin', 9190, 11.536, 19.852, -148.636, 54), + (17498434, 'Lagoon_Sahagin', 9202, 1.654, 19.914, -113.913, 127), + (17498435, 'Robber_Crab', 9224, 10.160, 19.965, -132.712, 99), + (17498436, 'Yarr_the_Pearleyed', 9245, 3.000, 20.000, -140.000, 127), + (17498437, 'Shore_Sahagin', 9232, 3.906, 19.761, -175.850, 127), + (17498438, 'Coastal_Sahagin', 9188, 8.260, 20.091, -154.102, 127), + (17498439, 'Delta_Sahagin', 9190, 7.021, 19.542, -154.208, 127), + (17498440, 'Lagoon_Sahagin', 9202, -5.765, 19.684, -155.171, 127), + (17498441, 'Shore_Sahagin', 9232, -49.812, 19.500, -211.094, 127), + (17498442, 'Coastal_Sahagin', 9188, -23.286, 19.983, -206.217, 52), + (17498443, 'Delta_Sahagin', 9190, -49.869, 19.500, -212.592, 127), + (17498444, 'Lagoon_Sahagin', 9202, -38.302, 19.997, -194.269, 127), + (17498445, 'Novv_the_Whitehearted', 9214, -37.000, 19.000, -205.000, 127), + (17498446, 'Robber_Crab', 9224, -0.453, 20.510, -204.339, 127), + (17498447, 'Robber_Crab', 9224, 0.142, 20.170, -211.812, 113), + (17498448, 'Robber_Crab', 9224, 3.331, 20.581, -206.837, 127), + (17498449, 'Mousse', 9209, -60.151, 28.412, -170.253, 127), + (17498450, 'Robber_Crab', 9224, -62.202, 27.751, -169.047, 72), + (17498451, 'Mousse', 9209, -94.179, 15.182, -219.216, 127), + (17498452, 'Water_Elemental', 9241, -94.268, 15.387, -217.982, 60), + (17498453, 'Shore_Sahagin', 9232, -144.342, 10.499, -239.219, 82), + (17498454, 'Coastal_Sahagin', 9188, -135.929, 9.981, -247.460, 60), + (17498455, 'Delta_Sahagin', 9190, -136.599, 9.680, -231.107, 33), + (17498456, 'Lagoon_Sahagin', 9202, -143.942, 10.487, -244.352, 89), + (17498457, 'Robber_Crab', 9224, -142.599, 10.173, -249.760, 127), + (17498458, 'Dire_Bat', 9193, -105.617, 8.033, -259.817, 127), + (17498459, 'Water_Elemental', 9241, -97.274, 6.832, -262.231, 127), + (17498460, 'Shore_Sahagin', 9232, -102.877, 9.859, -300.331, 10), + (17498461, 'Coastal_Sahagin', 9188, -102.127, 9.797, -308.149, 98), + (17498462, 'Dire_Bat', 9193, -103.628, 9.862, -307.753, 47), + (17498463, 'Dire_Bat', 9193, -93.063, 9.768, -302.413, 127), + (17498464, 'Denn_the_Orcavoiced', 9191, -94.000, 9.000, -298.000, 127), + (17498465, 'Dire_Bat', 9193, -88.186, 27.963, -177.110, 127), + (17498466, 'Mousse', 9209, -90.964, 26.347, -167.792, 40), + (17498467, 'Dire_Bat', 9193, -100.778, 23.525, -168.125, 127), + (17498468, 'Dire_Bat', 9193, -114.103, 19.054, -184.587, 127), + (17498469, 'Delta_Sahagin', 9190, -120.592, 20.970, -179.734, 127), + (17498470, 'Lagoon_Sahagin', 9202, -108.938, 20.709, -177.597, 127), + (17498471, 'Mousse', 9209, -140.067, 19.313, -185.453, 127), + (17498472, 'Robber_Crab', 9224, -155.271, 20.025, -219.068, 116), + (17498473, 'Robber_Crab', 9224, -141.738, 20.266, -209.348, 69), + (17498474, 'Robber_Crab', 9224, -157.040, 20.008, -218.859, 22), + (17498475, 'Shore_Sahagin', 9232, -173.824, 19.701, -256.787, 127), + (17498476, 'Coastal_Sahagin', 9188, -183.526, 20.514, -243.165, 116), + (17498477, 'Delta_Sahagin', 9190, -188.998, 18.857, -237.105, 67), + (17498478, 'Lagoon_Sahagin', 9202, -179.027, 20.754, -242.398, 48), + (17498479, 'Robber_Crab', 9224, -187.438, 19.687, -247.982, 48), + (17498480, 'Dire_Bat', 9193, -160.230, 19.610, -261.433, 73), + (17498481, 'Dire_Bat', 9193, -156.503, 19.977, -260.877, 127), + (17498482, 'Robber_Crab', 9224, -152.049, 19.944, -264.849, 38), + (17498483, 'Dire_Bat', 9193, -141.677, 19.587, -292.998, 127), + (17498484, 'Dire_Bat', 9193, -147.570, 18.263, -295.399, 127), + (17498485, 'Water_Elemental', 9241, -148.874, 18.624, -303.852, 11), + (17498486, 'Robber_Crab', 9224, -193.993, 30.165, -258.590, 127), + (17498487, 'Robber_Crab', 9224, -182.615, 30.105, -270.584, 127), + (17498488, 'Shore_Sahagin', 9232, -225.688, 29.889, -252.445, 127), + (17498489, 'Delta_Sahagin', 9190, -213.512, 29.842, -260.535, 80), + (17498490, 'Lagoon_Sahagin', 9202, -218.297, 29.904, -258.458, 16), + (17498491, 'Devil_Manta', 9192, -213.237, 29.721, -226.106, 74), + (17498492, 'Robber_Crab', 9224, -185.783, 29.856, -216.996, 114), + (17498493, 'Devil_Manta', 9192, -179.649, 30.063, -206.458, 84), + (17498494, 'Robber_Crab', 9224, -194.123, 37.583, -181.515, 119), + (17498495, 'Water_Elemental', 9241, -218.069, 39.815, -195.359, 72), + (17498496, 'Devil_Manta', 9192, -226.371, 40.195, -213.499, 127), + (17498497, 'Robber_Crab', 9224, -258.321, 39.019, -218.129, 118), + (17498498, 'Water_Elemental', 9241, -249.349, 40.428, -217.358, 17), + (17498499, 'Devil_Manta', 9192, -299.994, 49.185, -246.551, 127), + (17498500, 'Water_Elemental', 9241, -297.579, 50.847, -277.280, 124), + (17498501, 'Robber_Crab', 9224, -268.628, 50.157, -302.061, 127), + (17498502, 'Robber_Crab', 9224, -263.387, 50.145, -306.740, 127), + (17498503, 'Robber_Crab', 9224, -255.176, 47.969, -333.297, 127), + (17498504, 'Robber_Crab', 9224, -258.214, 51.147, -343.688, 57), + (17498505, 'Devil_Manta', 9192, -230.814, 39.978, -264.337, 102), + (17498506, 'Devil_Manta', 9192, -225.144, 39.750, -270.253, 48), + (17498507, 'Robber_Crab', 9224, -258.586, 37.581, -269.467, 127), + (17498508, 'Robber_Crab', 9224, -258.756, 39.571, -280.355, 127), + (17498509, 'Water_Elemental', 9241, -258.784, 39.590, -280.648, 127), + (17498510, 'Shore_Sahagin', 9232, -257.082, 39.975, -300.625, 80), + (17498511, 'Coastal_Sahagin', 9188, -227.521, 38.181, -312.568, 63), + (17498512, 'Delta_Sahagin', 9190, -223.455, 39.944, -300.838, 74), + (17498513, 'Delta_Sahagin', 9190, -231.975, 39.083, -294.117, 127), + (17498514, 'Lagoon_Sahagin', 9202, -251.218, 39.500, -304.529, 7), + (17498515, 'Devil_Manta', 9192, -230.577, 39.077, -294.827, 127), + (17498516, 'Zuug_the_Shoreleaper', 9246, -243.000, 41.000, -298.000, 127), + (17498517, 'Sahagin_s_Wyvern', 9228, 0.000, 0.000, 0.000, 0), + (17498518, 'Devil_Manta', 9192, -212.407, 38.538, -342.544, 127), + (17498519, 'Water_Elemental', 9241, -218.690, 37.288, -340.355, 50), + (17498520, 'Devil_Manta', 9192, -138.181, 48.389, -338.001, 127), + (17498521, 'Devil_Manta', 9192, -167.247, 48.358, -336.823, 2), + (17498522, 'Charybdis', 9187, -152.000, 48.000, -328.000, 127), + (17498523, 'Mindgazer', 9208, 110.662, 2.660, 12.958, 127), + (17498524, 'Shore_Sahagin', 9232, 107.255, 2.561, 15.756, 127), + (17498525, 'Greatclaw', 9197, 107.346, 2.639, -30.873, 15), + (17498526, 'Delta_Sahagin', 9190, 96.536, 2.639, -16.122, 53), + (17498527, 'Shore_Sahagin', 9232, 101.866, -0.309, -77.465, 26), + (17498528, 'Mindgazer', 9208, 98.005, -0.298, -73.668, 127), + (17498529, 'Mindgazer', 9208, 129.396, 0.373, -122.116, 127), + (17498530, 'Mindgazer', 9208, 129.987, 0.271, -121.081, 115), + (17498531, 'Greatclaw', 9197, 123.586, 0.455, -124.150, 127), + (17498532, 'Delta_Sahagin', 9190, 128.987, 0.347, -120.294, 74), + (17498533, 'Nightmare_Bats', 9212, 125.055, 0.247, -127.960, 109), + (17498534, 'Coastal_Sahagin', 9188, 144.636, -0.231, -113.699, 46), + (17498535, 'Lagoon_Sahagin', 9202, 150.970, -0.278, -114.216, 64), + (17498536, 'Mindgazer', 9208, 142.331, 0.295, -110.359, 127), + (17498537, 'Greatclaw', 9197, 136.934, -0.044, -128.207, 85), + (17498538, 'Mindgazer', 9208, 155.737, -0.247, -125.031, 127), + (17498539, 'Nightmare_Bats', 9212, 138.663, -0.011, -123.767, 80), + (17498540, 'Mindgazer', 9208, 127.355, -0.214, -181.671, 127), + (17498541, 'Mindgazer', 9208, 120.787, 0.421, -174.105, 127), + (17498542, 'Greatclaw', 9197, 106.670, 1.057, -174.391, 115), + (17498543, 'Greatclaw', 9197, 99.944, 1.140, -186.173, 127), + (17498544, 'Delta_Sahagin', 9190, 103.753, 0.345, -195.368, 57), + (17498545, 'Abyss_Sahagin', 9181, 100.499, 0.730, -194.593, 127), + (17498546, 'Greatclaw', 9197, 110.267, 3.557, -218.387, 127), + (17498547, 'Mindgazer', 9208, 112.778, 6.217, -228.384, 127), + (17498548, 'Greatclaw', 9197, 100.355, 7.887, -233.598, 97), + (17498549, 'Delta_Sahagin', 9190, 98.817, 9.502, -240.199, 55), + (17498550, 'Shore_Sahagin', 9232, 116.890, 9.911, -284.104, 127), + (17498551, 'Delta_Sahagin', 9190, 123.074, 9.601, -291.974, 118), + (17498552, 'Shore_Sahagin', 9232, 95.517, 9.874, -270.790, 29), + (17498553, 'Coastal_Sahagin', 9188, 99.182, 10.000, -278.292, 127), + (17498554, 'Delta_Sahagin', 9190, 103.901, 10.356, -275.280, 17), + (17498555, 'Shore_Sahagin', 9232, 89.394, 9.950, -282.594, 56), + (17498556, 'Delta_Sahagin', 9190, 72.941, 9.564, -283.348, 6), + (17498557, 'Lagoon_Sahagin', 9202, 69.274, 10.500, -264.268, 127), + (17498558, 'Abyss_Sahagin', 9181, 127.653, 9.904, -277.297, 82), + (17498559, 'Coral_Sahagin', 9189, 128.532, 9.997, -284.626, 61), + (17498560, 'Ocean_Sahagin', 9215, 99.034, 9.626, -250.518, 127), + (17498561, 'Sahagin_s_Wyvern', 9228, 0.000, 0.000, 0.000, 0), + (17498562, 'Mindgazer', 9208, 20.020, 10.232, -256.663, 81), + (17498563, 'Mindgazer', 9208, 20.357, 10.235, -257.067, 127), + (17498564, 'Mimic', 9207, 0.000, 0.000, 0.000, 0), + (17498565, 'Water_Leaper', 9242, 0.000, 0.000, 0.000, 0), + (17498566, 'Glyryvilu', 9196, 0.000, 0.000, 0.000, 0), + (17498593, 'Treasure_Chest', 9237, 0.000, 0.000, 0.000, 0), + (17498604, 'Kilhwch', 9201, 0.000, 0.000, 0.000, 0), + (17498606, 'Moogle', 9204, 0.000, 0.000, 0.000, 0), + (17498611, '???', 9213, 0.000, 0.000, 0.000, 0), + (17498628, 'Umon-Paumon', 9221, 0.000, 0.000, 0.000, 0), + (17498629, 'Ghebben', 9199, 0.000, 0.000, 0.000, 0), + (17502209, 'Ornamental_Weapon', 9258, 42.537, -0.344, -389.454, 3), + (17502210, 'Ornamental_Weapon', 9258, 41.710, 0.081, -393.413, 127), + (17502211, 'Detector', 9250, 69.119, -0.266, -419.014, 0), + (17502212, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502213, 'Ornamental_Weapon', 9258, 124.407, -0.129, -402.853, 71), + (17502214, 'Ornamental_Weapon', 9258, 137.351, -0.460, -391.448, 127), + (17502215, 'Ornamental_Weapon', 9258, 36.471, -0.500, -459.798, 127), + (17502216, 'Ornamental_Weapon', 9258, 128.023, -1.147, -353.348, 28), + (17502217, 'Ornamental_Weapon', 9258, 123.257, -0.564, -363.710, 127), + (17502218, 'Ornamental_Weapon', 9258, 119.152, -0.101, -353.317, 55), + (17502219, 'Mystic_Weapon', 9257, -41.685, 0.087, -405.022, 16), + (17502220, 'Mystic_Weapon', 9257, -36.867, 0.237, -400.156, 127), + (17502221, 'Detector', 9250, -74.278, -0.266, -418.966, 127), + (17502222, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502223, 'Mystic_Weapon', 9257, -132.594, -0.234, -396.285, 127), + (17502224, 'Mystic_Weapon', 9257, -120.253, 0.075, -393.750, 109), + (17502225, 'Mystic_Weapon', 9257, 0.000, 0.000, 0.000, 0), + (17502226, 'Mystic_Weapon', 9257, -128.332, -0.441, -357.107, 127), + (17502227, 'Mystic_Weapon', 9257, -128.374, -0.208, -367.846, 127), + (17502228, 'Mystic_Weapon', 9257, -116.735, 0.212, -372.901, 71), + (17502229, 'Detector', 9250, 28.824, -0.266, -341.224, 127), + (17502230, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502231, 'Detector', 9250, -25.799, -0.396, -341.519, 127), + (17502232, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502233, 'Ornamental_Weapon', 9258, -11.579, -0.276, -322.093, 58), + (17502234, 'Ornamental_Weapon', 9258, -4.294, -0.144, -317.693, 127), + (17502235, 'Mystic_Weapon', 9257, 11.855, -0.392, -302.641, 127), + (17502236, 'Mystic_Weapon', 9257, -3.286, 0.216, -297.932, 127), + (17502237, 'Ornamental_Weapon', 9258, -5.331, -0.920, -271.122, 127), + (17502238, 'Ornamental_Weapon', 9258, -5.544, 0.051, -281.384, 127), + (17502239, 'Air_Elemental', 9247, 185.590, -0.170, -342.746, 127), + (17502240, 'Air_Elemental', 9247, 189.879, -0.170, -340.323, 127), + (17502241, 'Detector', 9250, 203.675, -0.599, -339.863, 127), + (17502242, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502243, 'Detector', 9250, 236.197, -0.326, -342.493, 0), + (17502244, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502245, 'Detector', 9250, 247.264, -0.326, -342.231, 1), + (17502246, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502247, 'Detector', 9250, 0.000, 0.000, 0.000, 0), + (17502248, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502249, 'Detector', 9250, 0.000, 0.000, 0.000, 0), + (17502250, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502251, 'Air_Elemental', 9247, 290.744, -0.173, -334.214, 127), + (17502252, 'Air_Elemental', 9247, 287.963, -0.173, -345.248, 112), + (17502253, 'Ornamental_Weapon', 9258, 288.132, -0.215, -263.491, 81), + (17502254, 'Ornamental_Weapon', 9258, 268.175, -0.501, -283.575, 56), + (17502255, 'Ornamental_Weapon', 9258, 293.889, -0.023, -274.420, 127), + (17502256, 'Ornamental_Weapon', 9258, 306.872, -0.024, -287.891, 0), + (17502257, 'Ornamental_Weapon', 9258, 300.299, -0.077, -271.145, 94), + (17502258, 'Ornamental_Weapon', 9258, 323.546, -0.016, -284.378, 127), + (17502259, 'Detector', 9250, 339.179, -0.643, -218.295, 74), + (17502260, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502261, 'Ornamental_Weapon', 9258, 369.554, -0.756, -196.316, 127), + (17502262, 'Ornamental_Weapon', 9258, 360.965, 0.019, -196.345, 120), + (17502263, 'Detector', 9250, 394.259, -1.043, -181.513, 127), + (17502264, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502265, 'Ornamental_Weapon', 9258, 356.118, 5.451, -141.279, 127), + (17502266, 'Ornamental_Weapon', 9258, 380.303, 12.086, -150.895, 55), + (17502267, 'Ornamental_Weapon', 9258, 0.000, 0.000, 0.000, 0), + (17502268, 'Ornamental_Weapon', 9258, 370.184, 15.631, -195.655, 36), + (17502269, 'Air_Elemental', 9247, 413.273, 15.706, -174.443, 114), + (17502270, 'Air_Elemental', 9247, 416.898, 15.726, -182.671, 106), + (17502271, 'Air_Elemental', 9247, 347.902, 15.699, -185.487, 126), + (17502272, 'Air_Elemental', 9247, 345.443, 15.830, -183.638, 127), + (17502273, 'Ornamental_Weapon', 9258, 0.000, 0.000, 0.000, 0), + (17502274, 'Ornamental_Weapon', 9258, 432.466, 15.733, -230.371, 127), + (17502275, 'Ornamental_Weapon', 9258, 0.000, 0.000, 0.000, 0), + (17502276, 'Ornamental_Weapon', 9258, 330.195, 15.783, -231.720, 127), + (17502277, 'Air_Elemental', 9247, 424.461, 15.879, -261.608, 127), + (17502278, 'Air_Elemental', 9247, 415.056, 15.842, -251.666, 127), + (17502279, 'Air_Elemental', 9247, 344.223, 15.814, -266.342, 54), + (17502280, 'Air_Elemental', 9247, 336.969, 15.814, -256.268, 127), + (17502281, 'Ornamental_Weapon', 9258, 366.653, 15.753, -270.823, 121), + (17502282, 'Ornamental_Weapon', 9258, 387.827, 15.531, -271.371, 32), + (17502283, 'Ornamental_Weapon', 9258, 380.113, 15.673, -221.182, 127), + (17502284, 'Earth_Elemental', 9252, -176.570, -0.184, -332.456, 127), + (17502285, 'Earth_Elemental', 9252, -185.355, -0.184, -346.235, 61), + (17502286, 'Detector', 9250, -208.635, -0.511, -339.608, 127), + (17502287, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502288, 'Detector', 9250, -250.144, -0.342, -338.177, 127), + (17502289, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502290, 'Detector', 9250, 0.000, 0.000, 0.000, 0), + (17502291, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502292, 'Detector', 9250, -255.870, -0.342, -340.011, 127), + (17502293, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502294, 'Detector', 9250, -277.193, -0.373, -340.823, 127), + (17502295, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502296, 'Earth_Elemental', 9252, -301.690, -0.226, -336.802, 127), + (17502297, 'Earth_Elemental', 9252, -309.394, -0.153, -339.831, 47), + (17502298, 'Mystic_Weapon', 9257, -320.948, -0.281, -288.151, 127), + (17502299, 'Mystic_Weapon', 9257, -311.421, -0.178, -288.808, 10), + (17502300, 'Mystic_Weapon', 9257, -320.776, 0.026, -282.093, 127), + (17502301, 'Mystic_Weapon', 9257, -283.637, -0.378, -294.782, 65), + (17502302, 'Mystic_Weapon', 9257, -281.203, 0.158, -278.934, 21), + (17502303, 'Mystic_Weapon', 9257, 0.000, 0.000, 0.000, 0), + (17502304, 'Detector', 9250, -340.099, -0.677, -214.158, 37), + (17502305, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502306, 'Mystic_Weapon', 9257, -358.051, -1.113, -187.960, 127), + (17502307, 'Mystic_Weapon', 9257, -365.424, -0.197, -200.153, 127), + (17502308, 'Detector', 9250, -403.111, -0.909, -178.893, 0), + (17502309, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502310, 'Mystic_Weapon', 9257, -349.657, 4.761, -138.572, 127), + (17502311, 'Mystic_Weapon', 9257, -353.555, 6.000, -138.375, 126), + (17502312, 'Mystic_Weapon', 9257, 0.000, 0.000, 0.000, 0), + (17502313, 'Mystic_Weapon', 9257, 0.000, 0.000, 0.000, 0), + (17502314, 'Earth_Elemental', 9252, -340.603, 15.717, -180.318, 127), + (17502315, 'Earth_Elemental', 9252, -336.353, 15.689, -175.438, 71), + (17502316, 'Earth_Elemental', 9252, -416.488, 15.764, -172.371, 127), + (17502317, 'Earth_Elemental', 9252, -430.444, 15.764, -180.525, 127), + (17502318, 'Mystic_Weapon', 9257, 0.000, 0.000, 0.000, 0), + (17502319, 'Mystic_Weapon', 9257, -328.778, 15.744, -206.591, 127), + (17502320, 'Earth_Elemental', 9252, -345.408, 15.767, -266.699, 58), + (17502321, 'Earth_Elemental', 9252, -327.835, 15.807, -266.510, 62), + (17502322, 'Mystic_Weapon', 9257, -387.387, 15.400, -272.610, 127), + (17502323, 'Mystic_Weapon', 9257, -373.630, 15.619, -271.502, 99), + (17502324, 'Earth_Elemental', 9252, -429.688, 15.700, -264.752, 72), + (17502325, 'Earth_Elemental', 9252, -423.536, 15.700, -267.947, 123), + (17502326, 'Mystic_Weapon', 9257, 0.000, 0.000, 0.000, 0), + (17502327, 'Mystic_Weapon', 9257, -431.277, 15.559, -213.840, 94), + (17502328, 'Mystic_Weapon', 9257, -393.255, 15.521, -224.116, 103), + (17502329, 'Detector', 9250, 445.173, -0.319, -61.542, 127), + (17502330, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502331, 'Dustbuster', 9251, 402.272, -0.004, -45.580, 127), + (17502332, 'Dustbuster', 9251, 399.513, 0.045, -36.566, 127), + (17502333, 'Dustbuster', 9251, 392.457, 5.064, -100.816, 127), + (17502334, 'Dustbuster', 9251, 397.871, 6.338, -100.498, 127), + (17502335, 'Detector', 9250, 381.325, -1.060, -7.990, 127), + (17502336, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502337, 'Dustbuster', 9251, 376.597, 0.153, 36.155, 127), + (17502338, 'Dustbuster', 9251, 379.585, -0.104, 47.871, 127), + (17502339, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502340, 'Dustbuster', 9251, 390.349, 0.132, 40.231, 2), + (17502341, 'Dustbuster', 9251, 393.384, -0.241, 50.630, 21), + (17502342, 'Dustbuster', 9251, 398.027, -0.290, 30.814, 127), + (17502343, 'Detector', 9250, 420.340, -0.793, 66.796, 127), + (17502344, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502345, 'Thunder_Elemental', 9260, 386.763, -0.105, 104.680, 127), + (17502346, 'Thunder_Elemental', 9260, 379.492, -0.105, 101.150, 38), + (17502347, 'Detector', 9250, 0.000, 0.000, 0.000, 0), + (17502348, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502349, 'Detector', 9250, 375.937, -0.195, 180.467, 127), + (17502350, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502351, 'Detector', 9250, 381.635, -0.195, 160.944, 38), + (17502352, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502353, 'Detector', 9250, 376.087, -0.195, 143.271, 127), + (17502354, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502355, 'Detector', 9250, 0.000, 0.000, 0.000, 0), + (17502356, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502357, 'Thunder_Elemental', 9260, 372.546, -0.078, 206.185, 126), + (17502358, 'Thunder_Elemental', 9260, 380.078, -0.087, 227.002, 127), + (17502359, 'Detector', 9250, 340.711, -0.212, 226.143, 127), + (17502360, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502361, 'Dustbuster', 9251, 309.472, -1.098, 279.829, 119), + (17502362, 'Dustbuster', 9251, 334.307, 0.275, 283.795, 27), + (17502363, 'Dustbuster', 9251, 314.612, -1.002, 289.072, 127), + (17502364, 'Dustbuster', 9251, 357.574, -0.180, 268.929, 127), + (17502365, 'Dustbuster', 9251, 373.462, -0.208, 280.389, 127), + (17502366, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502367, 'Detector', 9250, 301.372, -0.212, 321.940, 127), + (17502368, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502369, 'Dustbuster', 9251, 314.240, -0.019, 356.705, 29), + (17502370, 'Dustbuster', 9251, 325.406, -0.976, 364.426, 127), + (17502371, 'Detector', 9250, 379.975, -0.212, 347.526, 127), + (17502372, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502373, 'Detector', 9250, 303.931, -0.433, 373.065, 41), + (17502374, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502375, 'Dustbuster', 9251, 326.598, 8.390, 421.499, 127), + (17502376, 'Dustbuster', 9251, 331.104, 9.618, 421.260, 127), + (17502377, 'Dustbuster', 9251, 429.895, 15.476, -46.051, 127), + (17502378, 'Dustbuster', 9251, 443.961, 14.845, -35.704, 61), + (17502379, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502380, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502381, 'Dustbuster', 9251, 465.418, 15.847, 63.408, 62), + (17502382, 'Dustbuster', 9251, 451.966, 15.514, 49.318, 93), + (17502383, 'Dustbuster', 9251, 367.510, 15.525, -32.970, 57), + (17502384, 'Dustbuster', 9251, 367.138, 15.516, -6.536, 127), + (17502385, 'Dustbuster', 9251, 388.575, 15.550, 34.140, 87), + (17502386, 'Dustbuster', 9251, 401.337, 15.510, 50.821, 127), + (17502387, 'Dustbuster', 9251, 318.550, 15.586, 370.266, 127), + (17502388, 'Dustbuster', 9251, 320.598, 15.785, 354.153, 127), + (17502389, 'Dustbuster', 9251, 329.615, 15.542, 284.499, 64), + (17502390, 'Dustbuster', 9251, 353.494, 15.519, 287.615, 127), + (17502391, 'Dustbuster', 9251, 417.671, 15.931, 304.006, 71), + (17502392, 'Dustbuster', 9251, 417.877, 15.558, 312.055, 127), + (17502393, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502394, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502395, 'Dustbuster', 9251, 390.174, 15.533, 370.923, 127), + (17502396, 'Dustbuster', 9251, 392.756, 15.538, 382.645, 127), + (17502397, 'Detector', 9250, -357.142, -0.242, 339.289, 127), + (17502398, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502399, 'Dustbuster', 9251, -324.620, -0.525, 365.319, 104), + (17502400, 'Dustbuster', 9251, -318.547, 0.154, 366.086, 127), + (17502401, 'Dustbuster', 9251, -313.784, 5.753, 420.303, 0), + (17502402, 'Dustbuster', 9251, -318.317, 6.821, 420.565, 1), + (17502403, 'Detector', 9250, -298.713, -0.185, 313.838, 63), + (17502404, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502405, 'Dustbuster', 9251, -369.987, -0.207, 287.915, 97), + (17502406, 'Dustbuster', 9251, -365.128, 0.015, 276.298, 127), + (17502407, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502408, 'Dustbuster', 9251, -314.394, -0.199, 292.241, 127), + (17502409, 'Dustbuster', 9251, -307.834, -0.202, 276.816, 62), + (17502410, 'Dustbuster', 9251, -328.854, 0.376, 281.681, 127), + (17502411, 'Detector', 9250, -341.703, -0.185, 229.512, 127), + (17502412, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502413, 'Water_Elemental', 9261, -378.473, -0.088, 216.515, 36), + (17502414, 'Water_Elemental', 9261, -378.747, -0.088, 223.705, 127), + (17502415, 'Detector', 9250, -380.828, -0.436, 192.111, 63), + (17502416, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502417, 'Detector', 9250, -378.065, -0.130, 146.303, 64), + (17502418, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502419, 'Detector', 9250, 0.000, 0.000, 0.000, 0), + (17502420, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502421, 'Detector', 9250, -383.506, -0.130, 175.246, 74), + (17502422, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502423, 'Detector', 9250, 0.000, 0.000, 0.000, 0), + (17502424, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502425, 'Water_Elemental', 9261, -380.221, -0.359, 94.782, 3), + (17502426, 'Water_Elemental', 9261, -382.781, -0.359, 110.386, 25), + (17502427, 'Detector', 9250, -419.206, -0.130, 73.550, 127), + (17502428, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502429, 'Dustbuster', 9251, -406.623, -0.869, 31.416, 99), + (17502430, 'Dustbuster', 9251, -384.306, 0.380, 42.810, 127), + (17502431, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502432, 'Dustbuster', 9251, -351.980, -1.007, 42.747, 19), + (17502433, 'Dustbuster', 9251, -355.011, -0.979, 42.716, 127), + (17502434, 'Dustbuster', 9251, -352.796, -0.118, 31.338, 42), + (17502435, 'Detector', 9250, -378.797, -0.516, -10.406, 65), + (17502436, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502437, 'Dustbuster', 9251, -400.669, 0.156, -32.973, 17), + (17502438, 'Dustbuster', 9251, -396.054, -0.258, -27.397, 127), + (17502439, 'Detector', 9250, -452.673, -0.486, -56.944, 127), + (17502440, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502441, 'Dustbuster', 9251, -398.118, 6.433, -98.574, 0), + (17502442, 'Dustbuster', 9251, -404.476, 7.911, -98.537, 0), + (17502443, 'Water_Elemental', 9261, -332.599, 15.695, 384.905, 47), + (17502444, 'Water_Elemental', 9261, -343.746, 16.073, 376.166, 127), + (17502445, 'Dustbuster', 9251, -349.080, 15.604, 322.485, 127), + (17502446, 'Dustbuster', 9251, -351.956, 15.067, 327.546, 127), + (17502447, 'Dustbuster', 9251, -412.200, 15.603, 308.544, 21), + (17502448, 'Dustbuster', 9251, -421.048, 14.710, 303.298, 99), + (17502449, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502450, 'Dustbuster', 9251, -285.427, 15.615, 329.731, 34), + (17502451, 'Dustbuster', 9251, -402.475, 15.266, -31.287, 127), + (17502452, 'Dustbuster', 9251, -400.711, 15.090, -29.138, 127), + (17502453, 'Dustbuster', 9251, -369.279, 14.743, 12.246, 127), + (17502454, 'Dustbuster', 9251, -368.566, 14.688, 25.610, 91), + (17502455, 'Dustbuster', 9251, -444.323, 15.134, 27.575, 127), + (17502456, 'Dustbuster', 9251, -451.554, 15.132, 42.537, 127), + (17502457, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502458, 'Dustbuster', 9251, 0.000, 0.000, 0.000, 0), + (17502459, 'Dustbuster', 9251, -454.622, 15.483, -68.087, 127), + (17502460, 'Dustbuster', 9251, -458.528, 15.503, -54.550, 61), + (17502461, 'Detector', 9250, -218.758, -0.268, 434.645, 64), + (17502462, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502463, 'Enkidu', 9253, -200.186, 0.047, 404.709, 0), + (17502464, 'Enkidu', 9253, -202.305, -0.033, 395.910, 127), + (17502465, 'Enkidu', 9253, -258.695, 5.137, 392.743, 127), + (17502466, 'Enkidu', 9253, -258.651, 8.467, 407.019, 127), + (17502467, 'Detector', 9250, -171.230, -0.718, 380.852, 127), + (17502468, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502469, 'Enkidu', 9253, -137.028, -0.784, 408.836, 31), + (17502470, 'Enkidu', 9253, -123.063, 0.273, 407.635, 117), + (17502471, 'Enkidu', 9253, 0.000, 0.000, 0.000, 0), + (17502472, 'Enkidu', 9253, -108.488, -0.592, 427.106, 22), + (17502473, 'Enkidu', 9253, -128.554, 0.005, 427.920, 19), + (17502474, 'Enkidu', 9253, -108.323, -0.249, 442.471, 44), + (17502475, 'Detector', 9250, -62.668, -0.659, 453.614, 127), + (17502476, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502477, 'Ice_Elemental', 9255, -68.946, -0.082, 420.557, 125), + (17502478, 'Ice_Elemental', 9255, -60.791, -0.082, 425.105, 127), + (17502479, 'Detector', 9250, -23.158, -0.250, 417.508, 19), + (17502480, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502481, 'Detector', 9250, 13.115, -0.326, 421.193, 127), + (17502482, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502483, 'Detector', 9250, 20.057, -0.326, 421.014, 127), + (17502484, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502485, 'Detector', 9250, -16.124, -0.326, 416.174, 25), + (17502486, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502487, 'Detector', 9250, 50.151, -0.119, 419.640, 127), + (17502488, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502489, 'Fire_Elemental', 9254, 68.145, -0.156, 419.087, 127), + (17502490, 'Fire_Elemental', 9254, 64.604, -0.157, 420.568, 127), + (17502491, 'Detector', 9250, 60.548, -0.173, 443.991, 71), + (17502492, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502493, 'Enkidu', 9253, 124.206, -1.045, 442.473, 127), + (17502494, 'Enkidu', 9253, 117.646, 0.127, 442.201, 127), + (17502495, 'Enkidu', 9253, 126.135, 0.355, 435.370, 127), + (17502496, 'Enkidu', 9253, 118.235, -0.188, 390.142, 14), + (17502497, 'Enkidu', 9253, 119.882, 0.125, 396.030, 127), + (17502498, 'Enkidu', 9253, 0.000, 0.000, 0.000, 0), + (17502499, 'Detector', 9250, 184.653, -0.173, 381.001, 127), + (17502500, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502501, 'Enkidu', 9253, 191.009, -0.109, 404.808, 127), + (17502502, 'Enkidu', 9253, 192.766, -0.193, 392.565, 41), + (17502503, 'Detector', 9250, 218.387, -0.173, 454.910, 127), + (17502504, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502505, 'Enkidu', 9253, 258.682, 10.597, 417.213, 127), + (17502506, 'Enkidu', 9253, 259.177, 9.152, 410.501, 61), + (17502507, 'Ice_Elemental', 9255, -225.547, 15.752, 452.071, 61), + (17502508, 'Ice_Elemental', 9255, -218.523, 15.749, 464.014, 127), + (17502509, 'Ice_Elemental', 9255, -225.688, 15.746, 367.441, 126), + (17502510, 'Ice_Elemental', 9255, -218.462, 15.746, 371.749, 121), + (17502511, 'Enkidu', 9253, -191.647, 15.704, 474.627, 127), + (17502512, 'Enkidu', 9253, 0.000, 0.000, 0.000, 0), + (17502513, 'Enkidu', 9253, -187.580, 15.715, 368.112, 127), + (17502514, 'Enkidu', 9253, 0.000, 0.000, 0.000, 0), + (17502515, 'Enkidu', 9253, -108.683, 15.700, 439.900, 127), + (17502516, 'Enkidu', 9253, -113.502, 15.558, 428.442, 127), + (17502517, 'Enkidu', 9253, 0.000, 0.000, 0.000, 0), + (17502518, 'Enkidu', 9253, -115.316, 16.047, 396.926, 99), + (17502519, 'Enkidu', 9253, -125.799, 16.108, 403.270, 55), + (17502520, 'Enkidu', 9253, -120.728, 16.242, 404.489, 26), + (17502521, 'Enkidu', 9253, -173.117, 15.684, 422.770, 127), + (17502522, 'Fire_Elemental', 9254, 225.701, 15.676, 411.091, 127), + (17502523, 'Fire_Elemental', 9254, 217.230, 15.676, 422.294, 127), + (17502524, 'Enkidu', 9253, 194.244, 15.711, 368.082, 33), + (17502525, 'Enkidu', 9253, 171.232, 15.765, 367.796, 127), + (17502526, 'Enkidu', 9253, 0.000, 0.000, 0.000, 0), + (17502527, 'Enkidu', 9253, 0.000, 0.000, 0.000, 0), + (17502528, 'Enkidu', 9253, 152.048, 15.770, 448.715, 110), + (17502529, 'Enkidu', 9253, 160.410, 15.781, 431.159, 127), + (17502530, 'Enkidu', 9253, 162.979, 15.695, 451.967, 127), + (17502531, 'Enkidu', 9253, 134.874, 16.156, 444.734, 127), + (17502532, 'Enkidu', 9253, 136.084, 16.264, 439.695, 52), + (17502533, 'Enkidu', 9253, 134.490, 15.500, 461.072, 10), + (17502534, 'Enkidu', 9253, 113.764, 15.711, 377.556, 60), + (17502535, 'Detector', 9250, 406.299, 15.601, -260.033, 127), + (17502536, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502537, 'Detector', 9250, 388.640, 15.629, -180.003, 0), + (17502538, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502539, 'Detector', 9250, -420.000, 15.573, -199.804, 63), + (17502540, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502541, 'Detector', 9250, -374.407, 15.549, -180.005, 0), + (17502542, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502543, 'Detector', 9250, 427.791, 15.502, -22.908, 27), + (17502544, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502545, 'Detector', 9250, 408.816, 15.443, -20.126, 127), + (17502546, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502547, 'Detector', 9250, -400.905, 15.396, -33.540, 127), + (17502548, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502549, 'Detector', 9250, -379.768, 15.152, 31.326, 63), + (17502550, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502551, 'Detector', 9250, 348.057, 15.532, 300.066, 0), + (17502552, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502553, 'Detector', 9250, 300.637, 15.485, 309.815, 127), + (17502554, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502555, 'Detector', 9250, -380.071, 15.569, 347.653, 64), + (17502556, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502557, 'Detector', 9250, -299.789, 15.615, 350.784, 63), + (17502558, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502559, 'Detector', 9250, 220.013, 15.618, 429.744, 127), + (17502560, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502561, 'Detector', 9250, 139.828, 15.711, 415.097, 127), + (17502562, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502563, 'Detector', 9250, -208.756, 15.524, 379.944, 0), + (17502564, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502565, 'Detector', 9250, -220.010, 15.587, 405.821, 127), + (17502566, 'Caretaker', 9249, 0.000, 0.000, 0.000, 0), + (17502567, 'Mimic', 9256, 0.000, 0.000, 0.000, 0), + (17502568, 'Brigandish_Blade', 9248, -1.000, -1.000, -283.000, 63), + (17502569, 'Steam_Cleaner', 9259, 317.000, -1.000, 361.000, 65), + (17502570, 'Zipacna', 9262, -195.000, -0.500, 396.000, 1), + (17506305, 'Aura_Weapon', 9268, 892.855, 99.501, 718.020, 127), + (17506306, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506307, 'Aura_Weapon', 9268, 901.262, 99.500, 666.785, 127), + (17506308, 'Aura_Weapon', 9268, 882.132, 99.785, 648.931, 43), + (17506309, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506310, 'Aura_Weapon', 9268, 831.815, 99.500, 621.467, 0), + (17506311, 'Aura_Weapon', 9268, 807.126, 98.441, 651.876, 127), + (17506312, 'Aura_Weapon', 9268, 771.008, 99.500, 661.572, 127), + (17506313, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506314, 'Aura_Weapon', 9268, 728.706, 99.687, 638.851, 89), + (17506315, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506316, 'Aura_Weapon', 9268, 698.989, 99.500, 700.398, 127), + (17506317, 'Aura_Pot', 9266, 724.036, 99.488, 707.119, 88), + (17506318, 'Aura_Pot', 9266, 870.288, 98.174, 475.697, 30), + (17506319, 'Aura_Pot', 9266, 898.633, 99.500, 500.722, 62), + (17506320, 'Aura_Pot', 9266, 898.887, 99.500, 524.115, 127), + (17506321, 'Aura_Pot', 9266, 882.578, 98.978, 564.510, 40), + (17506322, 'Aura_Pot', 9266, 861.230, 99.500, 579.064, 127), + (17506323, 'Aura_Pot', 9266, 823.885, 99.500, 579.242, 10), + (17506324, 'Aura_Pot', 9266, 796.015, 98.556, 570.556, 127), + (17506325, 'Aura_Pot', 9266, 778.587, 99.500, 538.823, 127), + (17506326, 'Aura_Pot', 9266, 748.390, 99.500, 538.705, 127), + (17506327, 'Aura_Pot', 9266, 721.005, 99.871, 553.727, 15), + (17506328, 'Aura_Pot', 9266, 706.267, 99.516, 549.534, 127), + (17506329, 'Ice_Elemental', 9277, 0.000, 0.000, 0.000, 127), + (17506330, 'Ice_Elemental', 9277, 0.000, 0.000, 0.000, 127), + (17506331, 'Aura_Pot', 9266, 740.813, -0.390, 110.233, 93), + (17506332, 'Aura_Pot', 9266, 744.896, -0.390, 93.628, 127), + (17506333, 'Aura_Pot', 9266, 805.290, -0.499, 97.778, 111), + (17506334, 'Aura_Pot', 9266, 820.133, -0.499, 99.444, 127), + (17506335, 'Aura_Pot', 9266, 0.000, 0.000, 0.000, 0), + (17506336, 'Aura_Pot', 9266, 789.166, -0.484, 114.011, 96), + (17506337, 'Aura_Pot', 9266, 863.735, -0.099, 96.116, 112), + (17506338, 'Aura_Pot', 9266, 830.516, -0.386, 112.290, 61), + (17506339, 'Aura_Pot', 9266, 0.000, 0.000, 0.000, 61), + (17506340, 'Aura_Pot', 9266, 859.043, -0.499, 76.672, 120), + (17506341, 'Ice_Elemental', 9277, 0.000, 0.000, 0.000, 127), + (17506342, 'Ice_Elemental', 9277, 0.000, 0.000, 0.000, 4), + (17506343, 'Aura_Pot', 9266, 0.000, 0.000, 0.000, 114), + (17506344, 'Aura_Pot', 9266, 0.000, 0.000, 0.000, 127), + (17506345, 'Aura_Pot', 9266, 815.349, -0.500, 22.675, 127), + (17506346, 'Aura_Pot', 9266, 0.000, 0.000, 0.000, 121), + (17506347, 'Aura_Pot', 9266, 766.005, -0.499, 60.500, 3), + (17506348, 'Aura_Pot', 9266, 829.544, -0.378, 8.722, 37), + (17506349, 'Aura_Pot', 9266, 0.000, 0.000, 0.000, 9), + (17506350, 'Aura_Pot', 9266, 777.993, -0.500, 41.325, 127), + (17506351, 'Aura_Pot', 9266, 769.463, -0.373, 8.389, 102), + (17506352, 'Aura_Butler', 9264, 830.280, -0.479, -70.348, 127), + (17506353, 'Aura_Butler', 9264, 809.899, -0.481, -72.464, 125), + (17506354, 'Aura_Butler', 9264, 823.292, -0.498, -23.729, 62), + (17506355, 'Aura_Butler', 9264, 783.882, -0.500, -22.334, 118), + (17506356, 'Aura_Butler', 9264, 835.336, -0.500, -58.961, 127), + (17506357, 'Aura_Butler', 9264, 827.628, -0.481, -7.206, 127), + (17506358, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506359, 'Aura_Butler', 9264, 789.592, -0.394, -8.444, 36), + (17506360, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506361, 'Fire_Elemental', 9275, 0.000, 0.000, 0.000, 0), + (17506362, 'Fire_Elemental', 9275, 0.000, 0.000, 0.000, 127), + (17506363, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 114), + (17506364, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 127), + (17506365, 'Aura_Butler', 9264, 809.596, -0.499, -99.962, 127), + (17506366, 'Aura_Butler', 9264, 822.280, -0.499, -100.460, 127), + (17506367, 'Aura_Butler', 9264, 830.558, -0.378, -111.957, 127), + (17506368, 'Aura_Butler', 9264, 809.307, -0.453, -113.485, 92), + (17506369, 'Aura_Butler', 9264, 791.074, -0.422, -112.021, 12), + (17506370, 'Faust', 9274, 740.000, -0.463, -99.000, 127), + (17506371, 'Aura_Butler', 9264, 736.913, -0.189, -94.920, 127), + (17506372, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 127), + (17506373, 'Aura_Butler', 9264, 740.794, -0.500, -57.507, 66), + (17506374, 'Fire_Elemental', 9275, 0.000, 0.000, 0.000, 127), + (17506375, 'Fire_Elemental', 9275, 0.000, 0.000, 0.000, 127), + (17506376, 'Defender', 9272, 0.000, 0.000, 0.000, 127), + (17506377, 'Aura_Gear', 9265, 735.796, -0.390, -8.746, 127), + (17506378, 'Defender', 9272, 857.389, -100.498, -541.590, 16), + (17506379, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506380, 'Defender', 9272, 843.426, -100.019, -556.288, 61), + (17506381, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506382, 'Defender', 9272, 861.161, -100.278, -608.230, 27), + (17506383, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506384, 'Defender', 9272, 880.221, -100.004, -604.035, 127), + (17506385, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506386, 'Defender', 9272, 829.377, -100.323, -564.229, 127), + (17506387, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506388, 'Defender', 9272, 830.183, -100.216, -591.594, 14), + (17506389, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506390, 'Defender', 9272, 900.457, -100.499, -586.158, 68), + (17506391, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506392, 'Defender', 9272, 889.733, -100.269, -592.791, 127), + (17506393, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506394, 'Defender', 9272, 870.622, -99.924, -580.343, 25), + (17506395, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506396, 'Mother_Globe', 9280, 855.947, -99.924, -578.291, 127), + (17506397, 'Slave_Globe', 9285, 854.947, -99.924, -577.291, 127), + (17506398, 'Slave_Globe', 9285, 853.947, -99.924, -576.291, 127), + (17506399, 'Slave_Globe', 9285, 852.947, -99.924, -575.291, 127), + (17506400, 'Slave_Globe', 9285, 856.947, -99.924, -579.291, 127), + (17506401, 'Slave_Globe', 9285, 857.947, -99.924, -580.291, 127), + (17506402, 'Slave_Globe', 9285, 858.947, -99.924, -581.291, 127), + (17506403, 'Aura_Statue', 9267, 713.000, -99.000, -588.000, 120), + (17506404, 'Aura_Statue', 9267, 740.000, -100.000, -546.000, 127), + (17506405, 'Aura_Statue', 9267, 0.000, 0.000, 0.000, 67), + (17506406, 'Aura_Statue', 9267, 711.000, -100.000, -576.000, 59), + (17506407, 'Aura_Statue', 9267, 717.000, -100.000, -601.000, 106), + (17506408, 'Aura_Statue', 9267, 737.000, -100.000, -609.000, 127), + (17506409, 'Aura_Statue', 9267, 765.000, -100.000, -595.000, 127), + (17506410, 'Aura_Statue', 9267, 768.000, -100.000, -582.000, 127), + (17506411, 'Aura_Statue', 9267, 763.000, -100.000, -557.000, 127), + (17506412, 'Aura_Statue', 9267, 742.000, -100.000, -583.000, 127), + (17506413, 'Aura_Statue', 9267, 733.000, -100.000, -575.000, 56), + (17506414, 'Aura_Statue', 9267, 739.000, -100.000, -557.000, 33), + (17506415, 'Aura_Statue', 9267, 717.000, -100.000, -559.000, 127), + (17506416, 'Aura_Statue', 9267, 750.000, -100.000, -608.000, 127), + (17506417, 'Aura_Statue', 9267, 0.000, 0.000, 0.000, 67), + (17506418, 'Ullikummi', 9288, 739.000, -99.000, -581.000, 195), + (17506419, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506420, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506421, 'Aura_Weapon', 9268, 35.774, -16.032, 83.397, 57), + (17506422, 'Aura_Weapon', 9268, 51.640, -16.020, 74.467, 127), + (17506423, 'Aura_Weapon', 9268, 76.423, -15.944, 68.107, 126), + (17506424, 'Aura_Weapon', 9268, 74.201, -15.926, 66.724, 127), + (17506425, 'Aura_Weapon', 9268, 75.049, -16.499, 28.763, 127), + (17506426, 'Aura_Weapon', 9268, 96.870, -16.502, 60.091, 51), + (17506427, 'Aura_Weapon', 9268, -75.416, -16.451, -27.841, 127), + (17506428, 'Aura_Weapon', 9268, -78.967, -16.058, -35.303, 127), + (17506429, 'Aura_Weapon', 9268, -53.543, -16.498, -61.579, 3), + (17506430, 'Aura_Weapon', 9268, -68.529, -16.098, -87.042, 127), + (17506431, 'Decorative_Weapon', 9271, 0.000, 0.000, 0.000, 0), + (17506432, 'Decorative_Weapon', 9271, 0.000, 0.000, 0.000, 0), + (17506433, 'Decorative_Weapon', 9271, -38.585, -16.042, 74.707, 116), + (17506434, 'Decorative_Weapon', 9271, -34.961, -16.337, 89.148, 57), + (17506435, 'Decorative_Weapon', 9271, -70.621, -15.913, 81.128, 127), + (17506436, 'Decorative_Weapon', 9271, -58.779, -16.505, 59.090, 127), + (17506437, 'Decorative_Weapon', 9271, -78.634, -16.050, 35.694, 10), + (17506438, 'Decorative_Weapon', 9271, -79.102, -16.398, 30.642, 68), + (17506439, 'Decorative_Weapon', 9271, -19.706, -16.499, 52.511, 127), + (17506440, 'Decorative_Weapon', 9271, 0.000, 0.000, 0.000, 0), + (17506441, 'Decorative_Weapon', 9271, 19.674, -16.500, -28.153, 127), + (17506442, 'Decorative_Weapon', 9271, 0.000, 0.000, 0.000, 0), + (17506443, 'Decorative_Weapon', 9271, 92.430, -16.484, -35.804, 3), + (17506444, 'Decorative_Weapon', 9271, 83.232, -16.021, -52.431, 127), + (17506445, 'Decorative_Weapon', 9271, 57.678, -16.103, -67.347, 127), + (17506446, 'Decorative_Weapon', 9271, 67.305, -16.335, -49.575, 127), + (17506447, 'Decorative_Weapon', 9271, 57.254, -16.500, -96.386, 127), + (17506448, 'Decorative_Weapon', 9271, 41.156, -16.407, -90.316, 74), + (17506449, 'Decorative_Weapon', 9271, 0.000, 0.000, 0.000, 0), + (17506450, 'Decorative_Weapon', 9271, 138.504, -16.499, -51.485, 64), + (17506451, 'Decorative_Weapon', 9271, 145.464, -16.511, -84.865, 127), + (17506452, 'Decorative_Weapon', 9271, 154.309, -16.080, -83.721, 127), + (17506453, 'Decorative_Weapon', 9271, 179.127, -16.500, -109.612, 127), + (17506454, 'Aura_Butler', 9264, 161.363, -16.500, -140.782, 0), + (17506455, 'Aura_Butler', 9264, 162.566, -16.500, -140.763, 124), + (17506456, 'Aura_Butler', 9264, 115.691, -16.928, -125.780, 127), + (17506457, 'Aura_Butler', 9264, 129.754, -17.433, -127.200, 127), + (17506458, 'Decorative_Weapon', 9271, 105.549, -16.506, -147.842, 127), + (17506459, 'Decorative_Weapon', 9271, 120.342, -18.250, -181.083, 75), + (17506460, 'Decorative_Weapon', 9271, -149.424, -16.186, -19.270, 64), + (17506461, 'Decorative_Weapon', 9271, 0.000, 0.000, 0.000, 0), + (17506462, 'Decorative_Weapon', 9271, -159.452, -15.955, -78.594, 127), + (17506463, 'Decorative_Weapon', 9271, -153.373, -16.101, -76.615, 67), + (17506464, 'Decorative_Weapon', 9271, -178.439, -16.499, -104.592, 62), + (17506465, 'Aura_Butler', 9264, -166.240, -16.500, -139.846, 127), + (17506466, 'Aura_Butler', 9264, -164.002, -16.500, -139.769, 126), + (17506467, 'Aura_Butler', 9264, -129.425, -17.400, -124.429, 56), + (17506468, 'Aura_Butler', 9264, -123.482, -16.900, -111.746, 127), + (17506469, 'Aura_Butler', 9264, -108.502, -16.500, -146.966, 116), + (17506470, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506471, 'Aura_Butler', 9264, 250.059, -1.481, 315.457, 126), + (17506472, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506473, 'Thunder_Elemental', 9287, 0.000, 0.000, 0.000, 127), + (17506474, 'Thunder_Elemental', 9287, 0.000, 0.000, 0.000, 127), + (17506475, 'Defender', 9272, 175.610, -0.390, 311.269, 127), + (17506476, 'Aura_Gear', 9265, 180.062, -0.389, 305.637, 127), + (17506477, 'Defender', 9272, 183.659, -0.389, 304.750, 127), + (17506478, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506479, 'Defender', 9272, 181.146, -0.549, 221.091, 127), + (17506480, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506481, 'Defender', 9272, 175.209, -0.549, 256.941, 127), + (17506482, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506483, 'Thunder_Elemental', 9287, 0.000, 0.000, 0.000, 68), + (17506484, 'Thunder_Elemental', 9287, 0.000, 0.000, 0.000, 0), + (17506485, 'Defender', 9272, 177.780, -0.390, 177.616, 91), + (17506486, 'Aura_Gear', 9265, 179.928, -0.390, 172.484, 127), + (17506487, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506488, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506489, 'Aura_Weapon', 9268, 156.179, -0.500, 177.564, 127), + (17506490, 'Aura_Weapon', 9268, 221.914, -11.206, 147.732, 127), + (17506491, 'Aura_Weapon', 9268, 209.610, -14.274, 137.574, 54), + (17506492, 'Aura_Weapon', 9268, 166.207, -16.029, 118.139, 127), + (17506493, 'Aura_Weapon', 9268, 147.001, -16.511, 123.888, 125), + (17506494, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506495, 'Aura_Butler', 9264, 132.067, -16.474, 70.117, 127), + (17506496, 'Aura_Butler', 9264, -243.014, -0.990, 295.257, 50), + (17506497, 'Aura_Butler', 9264, -239.411, -1.276, 311.554, 127), + (17506498, 'Water_Elemental', 9289, 0.000, 0.000, 0.000, 127), + (17506499, 'Water_Elemental', 9289, 0.000, 0.000, 0.000, 0), + (17506500, 'Defender', 9272, -185.181, -0.390, 295.784, 8), + (17506501, 'Aura_Gear', 9265, -188.470, -0.390, 304.827, 116), + (17506502, 'Defender', 9272, 0.000, 0.000, 0.000, 0), + (17506503, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506504, 'Defender', 9272, -179.939, -0.591, 224.204, 127), + (17506505, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506506, 'Defender', 9272, -179.478, -0.591, 224.249, 127), + (17506507, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506508, 'Water_Elemental', 9289, 0.000, 0.000, 0.000, 127), + (17506509, 'Water_Elemental', 9289, 0.000, 0.000, 0.000, 0), + (17506510, 'Defender', 9272, -180.495, -0.390, 189.280, 72), + (17506511, 'Aura_Gear', 9265, -176.848, -0.390, 169.559, 67), + (17506512, 'Aura_Weapon', 9268, -177.495, -0.390, 169.992, 35), + (17506513, 'Aura_Weapon', 9268, 0.000, 0.000, 0.000, 0), + (17506514, 'Aura_Weapon', 9268, -144.198, -0.896, 174.210, 31), + (17506515, 'Aura_Weapon', 9268, -221.505, -9.741, 153.402, 127), + (17506516, 'Aura_Weapon', 9268, -206.693, -14.965, 139.357, 14), + (17506517, 'Aura_Weapon', 9268, -147.248, -16.519, 123.975, 127), + (17506518, 'Aura_Weapon', 9268, -172.196, -16.441, 118.402, 88), + (17506519, 'Aura_Butler', 9264, -140.314, -16.500, 97.644, 127), + (17506520, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506521, 'Aura_Butler', 9264, -46.645, -0.524, -182.652, 41), + (17506522, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506523, 'Decorative_Weapon', 9271, -43.726, -0.902, -158.698, 119), + (17506524, 'Decorative_Weapon', 9271, -43.415, -0.931, -164.801, 127), + (17506525, 'Decorative_Weapon', 9271, 3.784, -0.499, -180.392, 125), + (17506526, 'Decorative_Weapon', 9271, -6.927, -1.031, -121.793, 127), + (17506527, 'Decorative_Weapon', 9271, 5.723, -0.944, -132.675, 84), + (17506528, 'Decorative_Weapon', 9271, 18.777, -0.779, -100.628, 127), + (17506529, 'Decorative_Weapon', 9271, 120.183, -1.115, -101.225, 127), + (17506530, 'Decorative_Weapon', 9271, 114.262, -1.115, -114.067, 127), + (17506531, 'Decorative_Weapon', 9271, 77.707, -0.125, -76.494, 127), + (17506532, 'Decorative_Weapon', 9271, 99.226, -0.500, -134.442, 127), + (17506533, 'Decorative_Weapon', 9271, 141.820, -0.502, -103.816, 44), + (17506534, 'Decorative_Weapon', 9271, 89.260, -0.496, -62.898, 106), + (17506535, 'Air_Elemental', 9263, 0.000, 0.000, 0.000, 127), + (17506536, 'Air_Elemental', 9263, 0.000, 0.000, 0.000, 48), + (17506537, 'Defender', 9272, 184.779, -0.390, -95.266, 127), + (17506538, 'Aura_Gear', 9265, 187.380, -0.390, -101.617, 96), + (17506539, 'Defender', 9272, 0.000, 0.000, 0.000, 0), + (17506540, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506541, 'Defender', 9272, 232.103, -0.473, -102.387, 40), + (17506542, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506543, 'Defender', 9272, 241.552, -0.473, -99.038, 44), + (17506544, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506545, 'Air_Elemental', 9263, 0.000, 0.000, 0.000, 127), + (17506546, 'Air_Elemental', 9263, 0.000, 0.000, 0.000, 0), + (17506547, 'Defender', 9272, 298.281, -0.390, -106.312, 12), + (17506548, 'Aura_Gear', 9265, 309.307, -0.390, -101.484, 127), + (17506549, 'Aura_Butler', 9264, 289.184, -0.390, -104.469, 103), + (17506550, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506551, 'Aura_Butler', 9264, 276.477, -0.895, -160.748, 105), + (17506552, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506553, 'Decorative_Weapon', 9271, 299.259, -0.499, -162.395, 127), + (17506554, 'Decorative_Weapon', 9271, 305.629, -0.499, -164.516, 29), + (17506555, 'Decorative_Weapon', 9271, 100.897, -0.525, -12.985, 65), + (17506556, 'Decorative_Weapon', 9271, -23.736, -0.504, -101.075, 127), + (17506557, 'Decorative_Weapon', 9271, -116.013, -0.996, -103.875, 127), + (17506558, 'Decorative_Weapon', 9271, -105.995, -0.996, -86.488, 127), + (17506559, 'Decorative_Weapon', 9271, -69.693, -0.438, -125.242, 33), + (17506560, 'Decorative_Weapon', 9271, -92.615, -0.315, -129.430, 35), + (17506561, 'Decorative_Weapon', 9271, -127.723, -0.377, -94.801, 2), + (17506562, 'Decorative_Weapon', 9271, -119.784, 0.003, -81.073, 92), + (17506563, 'Earth_Elemental', 9273, 0.000, 0.000, 0.000, 127), + (17506564, 'Earth_Elemental', 9273, 0.000, 0.000, 0.000, 127), + (17506565, 'Defender', 9272, -180.045, -0.390, -92.724, 20), + (17506566, 'Aura_Gear', 9265, -180.136, -0.390, -103.896, 45), + (17506567, 'Defender', 9272, -173.869, -0.390, -100.275, 127), + (17506568, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506569, 'Defender', 9272, -254.085, -0.405, -96.182, 127), + (17506570, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506571, 'Defender', 9272, -257.116, -0.405, -98.455, 35), + (17506572, 'Aura_Gear', 9265, 0.000, 0.000, 0.000, 0), + (17506573, 'Earth_Elemental', 9273, 0.000, 0.000, 0.000, 127), + (17506574, 'Earth_Elemental', 9273, 0.000, 0.000, 0.000, 0), + (17506575, 'Defender', 9272, -295.967, -0.390, -105.180, 127), + (17506576, 'Aura_Gear', 9265, -295.517, -0.390, -98.783, 52), + (17506577, 'Aura_Butler', 9264, -300.765, -0.500, -127.888, 62), + (17506578, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506579, 'Aura_Butler', 9264, -279.527, -0.900, -166.075, 44), + (17506580, 'Aura_Butler', 9264, 0.000, 0.000, 0.000, 0), + (17506581, 'Decorative_Weapon', 9271, -315.585, -0.569, -175.332, 57), + (17506582, 'Aura_Weapon', 9268, -314.249, -1.645, -154.741, 127), + (17506583, 'Aura_Weapon', 9268, -101.059, -1.350, -0.318, 127), + (17506584, 'Aura_Weapon', 9268, 138.571, -0.531, 131.829, 74), + (17506585, 'Aura_Weapon', 9268, 92.787, -0.894, 111.779, 127), + (17506586, 'Aura_Weapon', 9268, 114.065, -0.983, 106.000, 31), + (17506587, 'Aura_Weapon', 9268, 96.326, -0.318, 124.747, 127), + (17506588, 'Aura_Weapon', 9268, 96.752, -0.235, 128.105, 84), + (17506589, 'Aura_Weapon', 9268, 66.909, -0.495, 104.706, 79), + (17506590, 'Aura_Weapon', 9268, 69.478, -0.397, 90.399, 127), + (17506591, 'Aura_Weapon', 9268, 134.236, -0.573, 82.682, 127), + (17506592, 'Aura_Weapon', 9268, 134.047, -0.719, 81.661, 127), + (17506593, 'Aura_Weapon', 9268, 85.391, -0.526, 64.718, 105), + (17506594, 'Aura_Weapon', 9268, 94.250, -0.884, 60.467, 36), + (17506595, 'Aura_Weapon', 9268, 99.667, -0.499, 21.054, 93), + (17506596, 'Aura_Weapon', 9268, 55.988, -0.578, 141.198, 126), + (17506597, 'Aura_Weapon', 9268, -139.265, -0.626, 149.958, 63), + (17506598, 'Aura_Weapon', 9268, -105.991, -1.063, 114.929, 99), + (17506599, 'Aura_Weapon', 9268, -86.495, -1.056, 109.395, 28), + (17506600, 'Aura_Weapon', 9268, -101.343, -0.505, 136.681, 127), + (17506601, 'Aura_Weapon', 9268, -100.436, -0.608, 139.225, 61), + (17506602, 'Aura_Weapon', 9268, -130.716, -0.227, 106.879, 127), + (17506603, 'Aura_Weapon', 9268, -127.542, -0.085, 115.356, 127), + (17506604, 'Aura_Weapon', 9268, -69.960, -0.928, 84.267, 88), + (17506605, 'Aura_Weapon', 9268, -70.480, -0.351, 89.000, 108), + (17506606, 'Aura_Weapon', 9268, -99.777, -0.499, 61.956, 127), + (17506607, 'Aura_Weapon', 9268, -104.759, -0.423, 68.439, 42), + (17506608, 'Aura_Weapon', 9268, -102.664, -0.499, 35.817, 127), + (17506609, 'Aura_Weapon', 9268, -63.443, -0.852, 139.158, 127), + (17506610, 'Aura_Weapon', 9268, -27.081, -0.538, 139.342, 127), + (17506611, 'Aura_Weapon', 9268, 19.502, -0.749, 139.400, 127), + (17506612, 'Dark_Elemental', 9270, 0.000, 0.000, 0.000, 127), + (17506613, 'Dark_Elemental', 9270, 0.000, 0.000, 0.000, 127), + (17506614, 'Aura_Statue', 9267, 19.426, -0.500, 90.482, 127), + (17506615, 'Aura_Statue', 9267, 15.448, -0.389, 70.112, 25), + (17506616, 'Aura_Statue', 9267, 18.990, -0.390, 55.927, 51), + (17506617, 'Aura_Statue', 9267, 60.261, -0.499, 12.151, 44), + (17506618, 'Aura_Statue', 9267, 58.868, -0.500, 43.261, 125), + (17506619, 'Aura_Statue', 9267, 58.891, -0.500, -36.427, 104), + (17506620, 'Aura_Statue', 9267, 61.016, -0.500, -33.783, 127), + (17506621, 'Aura_Statue', 9267, 29.566, -0.499, -60.111, 127), + (17506622, 'Aura_Statue', 9267, 44.547, -0.499, -62.175, 14), + (17506623, 'Aura_Statue', 9267, -17.320, -0.499, 59.189, 127), + (17506624, 'Aura_Statue', 9267, -32.150, -0.499, 59.962, 18), + (17506625, 'Aura_Statue', 9267, -57.418, -0.499, 23.783, 127), + (17506626, 'Aura_Statue', 9267, -57.993, -0.499, 36.309, 127), + (17506627, 'Aura_Statue', 9267, -60.907, -0.498, -16.499, 127), + (17506628, 'Aura_Statue', 9267, -59.334, -0.500, -40.073, 127), + (17506629, 'Aura_Statue', 9267, 46.735, -0.481, 28.666, 67), + (17506630, 'Aura_Statue', 9267, 60.428, -0.500, 15.558, 127), + (17506631, 'Aura_Statue', 9267, 48.544, -0.498, -13.077, 94), + (17506632, 'Aura_Statue', 9267, 59.844, -0.500, -20.827, 127), + (17506633, 'Aura_Statue', 9267, -8.727, -0.457, 73.667, 127), + (17506634, 'Aura_Statue', 9267, -35.545, -0.500, 60.360, 22), + (17506635, 'Aura_Statue', 9267, -56.419, -0.500, 30.275, 127), + (17506636, 'Aura_Statue', 9267, -50.530, -0.481, 12.030, 127), + (17506637, 'Aura_Statue', 9267, -48.769, -0.384, -9.941, 127), + (17506638, 'Dark_Elemental', 9270, 0.000, 0.000, 0.000, 127), + (17506639, 'Dark_Elemental', 9270, 0.000, 0.000, 0.000, 127), + (17506640, 'Aura_Statue', 9267, 31.079, -0.480, -73.715, 127), + (17506641, 'Aura_Statue', 9267, -22.600, -0.390, -50.290, 87), + (17506642, 'Aura_Statue', 9267, -15.603, -0.390, -60.881, 127), + (17506643, 'Aura_Statue', 9267, -21.430, -0.499, -24.125, 64), + (17506644, 'Aura_Statue', 9267, 4.480, -0.443, -9.022, 127), + (17506645, 'Aura_Statue', 9267, 3.453, 2.264, 8.101, 127), + (17506646, 'Baelfyr', 10835, 0.000, 0.000, 0.000, 0), + (17506647, 'Gefyrst', 10837, 0.000, 0.000, 0.000, 0), + (17506648, 'Ungeweder', 10838, 0.000, 0.000, 0.000, 0), + (17506649, 'Byrgen', 10836, 0.000, 0.000, 0.000, 0), + (17506650, 'Aura_Sculpture', 10830, 81.000, 32.000, 20.000, 127), + (17506651, 'Baelfyr', 10835, 0.000, 0.000, 0.000, 0), + (17506652, 'Gefyrst', 10837, 0.000, 0.000, 0.000, 0), + (17506653, 'Ungeweder', 10838, 0.000, 0.000, 0.000, 0), + (17506654, 'Byrgen', 10836, 0.000, 0.000, 0.000, 0), + (17506655, 'Aura_Sculpture', 10830, 74.000, 32.000, 3.000, 127), + (17506656, 'Aura_Sculpture', 10830, 93.000, 32.000, 0.500, 127), + (17506657, 'Baelfyr', 10835, 0.000, 0.000, 0.000, 0), + (17506658, 'Gefyrst', 10837, 0.000, 0.000, 0.000, 0), + (17506659, 'Ungeweder', 10838, 0.000, 0.000, 0.000, 0), + (17506660, 'Byrgen', 10836, 0.000, 0.000, 0.000, 0), + (17506661, 'Aura_Sculpture', 10830, 81.000, 32.000, -20.000, 127), + (17506662, 'Baelfyr', 10835, 0.000, 0.000, 0.000, 0), + (17506663, 'Gefyrst', 10837, 0.000, 0.000, 0.000, 0), + (17510401, 'Kam_lanaut', 9299, 0.614, 202.000, -368.994, 76), + (17510402, 'Kam_lanaut', 9299, -3.888, 2.000, 34.567, 38), + (17510403, 'Kam_lanaut', 9299, 0.100, -197.000, 439.000, 65), + (17510405, 'Trion', 9304, 0.000, 0.000, 0.000, 0), + (17510406, 'Volker', 9305, 0.000, 0.000, 0.000, 0), + (17510407, 'Ajido-Marujido', 9290, 0.000, 0.000, 0.000, 0), + (17510409, 'Trion', 9304, 0.000, 0.000, 0.000, 0), + (17510410, 'Volker', 9305, 0.000, 0.000, 0.000, 0), + (17510411, 'Ajido-Marujido', 9290, 0.000, 0.000, 0.000, 0), + (17510413, 'Trion', 9304, 0.000, 0.000, 0.000, 0), + (17510414, 'Volker', 9305, 0.000, 0.000, 0.000, 0), + (17510415, 'Ajido-Marujido', 9290, 0.000, 0.000, 0.000, 0), + (17510417, 'Curilla', 9297, 0.000, 0.000, 0.000, 0), + (17510418, 'Ayame', 9291, 0.000, 0.000, 0.000, 0), + (17510419, 'Shantotto', 9303, 0.000, 0.000, 0.000, 0), + (17510420, 'Prishe', 9300, 0.000, 0.000, 0.000, 0), + (17510423, 'Curilla', 9297, 0.000, 0.000, 0.000, 0), + (17510424, 'Ayame', 9291, 0.000, 0.000, 0.000, 0), + (17510425, 'Shantotto', 9303, 0.000, 0.000, 0.000, 0), + (17510426, 'Prishe', 9300, 0.000, 0.000, 0.000, 0), + (17510429, 'Curilla', 9297, 0.000, 0.000, 0.000, 0), + (17510430, 'Ayame', 9291, 0.000, 0.000, 0.000, 0), + (17510431, 'Shantotto', 9303, 0.000, 0.000, 0.000, 0), + (17510432, 'Prishe', 9300, 0.000, 0.000, 0.000, 0), + (17510435, 'Counselor_Rughadjeen', 9295, 0.000, 0.000, 0.000, 0), + (17510436, 'Counselor_Gadalar', 9292, 0.000, 0.000, 0.000, 0), + (17510437, 'Counselor_Najelith', 9294, 0.000, 0.000, 0.000, 0), + (17510438, 'Counselor_Zazarg', 9296, 0.000, 0.000, 0.000, 0), + (17510439, 'Counselor_Mihli', 9293, 0.000, 0.000, 0.000, 0), + (17510441, 'Counselor_Rughadjeen', 9295, 0.000, 0.000, 0.000, 0), + (17510442, 'Counselor_Gadalar', 9292, 0.000, 0.000, 0.000, 0), + (17510443, 'Counselor_Najelith', 9294, 0.000, 0.000, 0.000, 0), + (17510444, 'Counselor_Zazarg', 9296, 0.000, 0.000, 0.000, 0), + (17510445, 'Counselor_Mihli', 9293, 0.000, 0.000, 0.000, 0), + (17510447, 'Counselor_Rughadjeen', 9295, 0.000, 0.000, 0.000, 0), + (17510448, 'Counselor_Gadalar', 9292, 0.000, 0.000, 0.000, 0), + (17510449, 'Counselor_Najelith', 9294, 0.000, 0.000, 0.000, 0), + (17510450, 'Counselor_Zazarg', 9296, 0.000, 0.000, 0.000, 0), + (17510451, 'Counselor_Mihli', 9293, 0.000, 0.000, 0.000, 0), + (17510452, 'Seed_Crystal', 9301, 0.000, 0.000, 0.000, 0), + (17510453, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510454, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510455, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510456, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510457, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510458, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510459, 'Seed_Crystal', 9301, 0.000, 0.000, 0.000, 0), + (17510460, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510461, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510462, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510463, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510464, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510465, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510466, 'Seed_Crystal', 9301, 0.000, 0.000, 0.000, 0), + (17510467, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510468, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510469, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510470, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510471, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510472, 'Seed_Thrall', 9302, 0.000, 0.000, 0.000, 0), + (17510479, 'Kam_lanaut', 9299, 0.000, 0.000, 0.000, 0), + (17510480, 'Kam_lanaut', 9299, 0.000, 0.000, 0.000, 0), + (17510482, 'Zeid', 9307, 0.000, 0.000, 0.000, 0), + (17510484, 'Eald_narche', 9298, 0.000, 0.000, 0.000, 0), + (17510513, 'Zazarg', 9306, 0.000, 0.000, 0.000, 0), + (17510519, 'Seed_Crystal', 9301, 0.000, 0.000, 0.000, 0), + (17514497, 'Ark_Angel_HM', 9310, -13.000, -18.000, 12.000, 44), + (17514498, 'Ark_Angel_HM', 9310, -561.000, -242.000, 54.000, 40), + (17514499, 'Ark_Angel_HM', 9310, 478.000, -317.000, 75.000, 39), + (17514500, 'Ark_Angel_MR', 9311, -14.000, -18.000, 13.000, 44), + (17514501, 'Ark_Angel_MR', 9311, -564.000, -242.000, 55.000, 33), + (17514502, 'Ark_Angel_MR', 9311, 475.000, -317.000, 77.000, 51), + (17514503, 'Ark_Angel_s_Tiger', 9313, -14.000, -18.000, 13.000, 44), + (17514504, 'Ark_Angel_s_Tiger', 9313, -562.000, -242.000, 56.000, 41), + (17514505, 'Ark_Angel_s_Tiger', 9313, 477.000, -317.000, 79.000, 45), + (17514506, 'Ark_Angel_s_Mandragora', 9312, 0.000, 0.000, 0.000, 0), + (17514507, 'Ark_Angel_s_Mandragora', 9312, 0.000, 0.000, 0.000, 0), + (17514508, 'Ark_Angel_s_Mandragora', 9312, 0.000, 0.000, 0.000, 0), + (17514509, 'Ark_Angel_EV', 9308, -13.000, -18.000, 15.000, 43), + (17514510, 'Ark_Angel_EV', 9308, -561.000, -242.000, 57.000, 44), + (17514511, 'Ark_Angel_EV', 9308, 479.000, -317.000, 79.000, 33), + (17514512, 'Ark_Angel_TT', 9315, -12.000, -18.000, 13.000, 46), + (17514513, 'Ark_Angel_TT', 9315, -562.000, -242.000, 56.000, 41), + (17514514, 'Ark_Angel_TT', 9315, 478.000, -317.000, 81.000, 44), + (17514515, 'Ark_Angel_GK', 9309, -16.000, -18.000, 14.000, 45), + (17514516, 'Ark_Angel_GK', 9309, -561.000, -242.000, 57.000, 44), + (17514517, 'Ark_Angel_GK', 9309, 476.000, -317.000, 81.000, 59), + (17514518, 'Ark_Angel_s_Wyvern', 9314, -16.000, -18.000, 14.000, 45), + (17514519, 'Ark_Angel_s_Wyvern', 9314, -563.000, -242.000, 58.000, 42), + (17514520, 'Ark_Angel_s_Wyvern', 9314, 475.000, -317.000, 84.000, 38), + (17514521, 'Ark_Angel_HM', 9310, 0.000, 0.000, 0.000, 0), + (17514522, 'Ark_Angel_MR', 9311, 0.000, 0.000, 0.000, 0), + (17514523, 'Ark_Angel_s_Tiger', 9313, 0.000, 0.000, 0.000, 0), + (17514524, 'Ark_Angel_s_Mandragora', 9312, 0.000, 0.000, 0.000, 0), + (17514525, 'Ark_Angel_EV', 9308, 0.000, 0.000, 0.000, 0), + (17514526, 'Ark_Angel_TT', 9315, 0.000, 0.000, 0.000, 0), + (17514527, 'Ark_Angel_GK', 9309, 0.000, 0.000, 0.000, 0), + (17514528, 'Ark_Angel_s_Wyvern', 9314, 0.000, 0.000, 0.000, 0), + (17514529, 'Ark_Angel_HM', 9310, 0.000, 0.000, 0.000, 0), + (17514530, 'Ark_Angel_MR', 9311, 0.000, 0.000, 0.000, 0), + (17514531, 'Ark_Angel_s_Tiger', 9313, 0.000, 0.000, 0.000, 0), + (17514532, 'Ark_Angel_s_Mandragora', 9312, 0.000, 0.000, 0.000, 0), + (17514533, 'Ark_Angel_EV', 9308, 0.000, 0.000, 0.000, 0), + (17514534, 'Ark_Angel_TT', 9315, 0.000, 0.000, 0.000, 0), + (17514535, 'Ark_Angel_GK', 9309, 0.000, 0.000, 0.000, 0), + (17514536, 'Ark_Angel_s_Wyvern', 9314, 0.000, 0.000, 0.000, 0), + (17514537, 'Ark_Angel_HM', 9310, 0.000, 0.000, 0.000, 0), + (17514538, 'Ark_Angel_MR', 9311, 0.000, 0.000, 0.000, 0), + (17514539, 'Ark_Angel_s_Tiger', 9313, 0.000, 0.000, 0.000, 0), + (17514540, 'Ark_Angel_s_Mandragora', 9312, 0.000, 0.000, 0.000, 0), + (17514541, 'Ark_Angel_EV', 9308, 0.000, 0.000, 0.000, 0), + (17514542, 'Ark_Angel_TT', 9315, 0.000, 0.000, 0.000, 0), + (17514543, 'Ark_Angel_GK', 9309, 0.000, 0.000, 0.000, 0), + (17514544, 'Ark_Angel_s_Wyvern', 9314, 0.000, 0.000, 0.000, 0), + (17514571, 'Ark_Angel_HM', 9310, 0.000, 0.000, 0.000, 0), + (17514572, 'Ark_Angel_EV', 9308, 0.000, 0.000, 0.000, 0), + (17514573, 'Ark_Angel_TT', 9315, 0.000, 0.000, 0.000, 0), + (17514574, 'Ark_Angel_MR', 9311, 0.000, 0.000, 0.000, 0), + (17514575, 'Ark_Angel_GK', 9309, 0.000, 0.000, 0.000, 0), + (17518593, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518594, 'Exoplates', 9317, 0.000, 0.000, 0.000, 0), + (17518595, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518596, 'Orbital', 9319, 0.000, 0.000, 0.000, 0), + (17518597, 'Orbital', 9319, 0.000, 0.000, 0.000, 0), + (17518598, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518599, 'Exoplates', 9317, 0.000, 0.000, 0.000, 0), + (17518600, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518601, 'Orbital', 9319, 0.000, 0.000, 0.000, 0), + (17518602, 'Orbital', 9319, 0.000, 0.000, 0.000, 0), + (17518603, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518604, 'Exoplates', 9317, 0.000, 0.000, 0.000, 0), + (17518605, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518606, 'Orbital', 9319, 0.000, 0.000, 0.000, 0), + (17518607, 'Orbital', 9319, 0.000, 0.000, 0.000, 0), + (17518621, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518622, 'Zeid', 9320, 0.000, 0.000, 0.000, 0), + (17518627, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518628, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518629, 'Eald_narche', 9316, 0.000, 0.000, 0.000, 0), + (17518632, 'Grav_iton', 9318, 0.000, 0.000, 0.000, 0), + (17522689, 'Caldera_Crab', 9325, 0.000, 0.000, 0.000, 0), + (17522690, 'Caldera_Crab', 9325, 0.000, 0.000, 0.000, 0), + (17522691, 'Caldera_Crab', 9325, 0.000, 0.000, 0.000, 0), + (17522692, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522693, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522694, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522695, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522696, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522697, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522698, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522699, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522700, 'Cyanic_Crab', 9327, 0.000, 0.000, 0.000, 0), + (17522701, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522702, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522703, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522704, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522705, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522706, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522707, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522708, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522709, 'Damask_Crab', 9328, 0.000, 0.000, 0.000, 0), + (17522710, 'Morbid_Molasses', 9337, 0.000, 0.000, 0.000, 0), + (17522711, 'Morbid_Molasses', 9337, 0.000, 0.000, 0.000, 0), + (17522712, 'Morbid_Molasses', 9337, 0.000, 0.000, 0.000, 0), + (17522713, 'Morbid_Molasses', 9337, 0.000, 0.000, 0.000, 0), + (17522714, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522715, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522716, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522717, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522718, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522719, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522720, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522721, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522722, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522723, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522724, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522725, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522726, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522727, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522728, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522729, 'Grenade_Syrup', 9331, 0.000, 0.000, 0.000, 0), + (17522730, 'Berry_Syrup', 9324, 0.000, 0.000, 0.000, 0), + (17522731, 'Berry_Syrup', 9324, 0.000, 0.000, 0.000, 0), + (17522732, 'Berry_Syrup', 9324, 0.000, 0.000, 0.000, 0), + (17522733, 'Berry_Syrup', 9324, 0.000, 0.000, 0.000, 0), + (17522734, 'Myrmeleontide', 9338, 0.000, 0.000, 0.000, 0), + (17522735, 'Myrmeleontide', 9338, 0.000, 0.000, 0.000, 0), + (17522736, 'Myrmeleontide', 9338, 0.000, 0.000, 0.000, 0), + (17522737, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522738, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522739, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522740, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522741, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522742, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522743, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522744, 'Anthracite_Antlion', 9323, 0.000, 0.000, 0.000, 0), + (17522745, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522746, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522747, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522748, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522749, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522750, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522751, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522752, 'Albino_Antlion', 9321, 0.000, 0.000, 0.000, 0), + (17522753, 'Harpeia', 9332, 0.000, 0.000, 0.000, 0), + (17522754, 'Harpeia', 9332, 0.000, 0.000, 0.000, 0), + (17522755, 'Harpeia', 9332, 0.000, 0.000, 0.000, 0), + (17522756, 'Harpeia', 9332, 0.000, 0.000, 0.000, 0), + (17522757, 'Harpeia', 9332, 0.000, 0.000, 0.000, 0), + (17522758, 'Natrix', 9339, 0.000, 0.000, 0.000, 0), + (17522759, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522760, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522761, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522762, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522763, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522764, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522765, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522766, 'Saltopus', 9343, 0.000, 0.000, 0.000, 0), + (17522767, 'Canis_Dirus', 9326, 0.000, 0.000, 0.000, 0), + (17522768, 'Canis_Dirus', 9326, 0.000, 0.000, 0.000, 0), + (17522769, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522770, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522771, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522772, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522773, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522774, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522775, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522776, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522777, 'Pardus', 9340, 0.000, 0.000, 0.000, 0), + (17522778, 'Anguis', 9322, 0.000, 0.000, 0.000, 0), + (17522779, 'Varanus', 9344, 0.000, 0.000, 0.000, 0), + (17522780, 'Varanus', 9344, 0.000, 0.000, 0.000, 0), + (17522781, 'Varanus', 9344, 0.000, 0.000, 0.000, 0), + (17522782, 'Ragelise', 9342, 0.000, 0.000, 0.000, 0), + (17522783, 'Portia', 9341, 0.000, 0.000, 0.000, 0), + (17522784, 'Larzos', 9334, 0.000, 0.000, 0.000, 0), + (17522785, 'Fourth_Spitewarden', 9330, 0.000, 0.000, 0.000, 0), + (17522786, 'Lady_Lilith', 9333, 0.000, 0.000, 0.000, 0), + (17522787, 'Lilith_Ascendant', 9336, 0.000, 0.000, 0.000, 0), + (17522788, 'Elemental_Gyves', 9329, -4.616, -7.236, 16.859, 68), + (17522789, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522790, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522791, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522792, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522793, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522794, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522795, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522796, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17522797, 'Elemental_Gyves', 9329, 0.000, 0.000, 0.000, 0), + (17523008, 'Larzos', 9334, 0.000, 0.000, 0.000, 0), + (17523009, 'Ragelise', 9342, 0.000, 0.000, 0.000, 0), + (17523010, 'Ragelise', 9342, 0.000, 0.000, 0.000, 0), + (17523011, 'Portia', 9341, 0.000, 0.000, 0.000, 0), + (17523015, 'Lady_Lilith', 9333, 0.000, 0.000, 0.000, 0), + (17523016, 'Lilith_Ascendant', 9336, 0.000, 0.000, 0.000, 0), + (17523017, 'Lilith_Ascendant', 9336, 0.000, 0.000, 0.000, 0), + (17523018, 'Lilisette', 9335, 0.000, 0.000, 0.000, 0), + (17523019, 'Lilisette', 9335, 0.000, 0.000, 0.000, 0), + (17523021, 'Lady_Lilith', 9333, 0.000, 0.000, 0.000, 0), + (17523022, 'Lady_Lilith', 9333, 0.000, 0.000, 0.000, 0), + (17523023, 'Lady_Lilith', 9333, 0.000, 0.000, 0.000, 0), + (17523026, 'Portia', 9341, 0.000, 0.000, 0.000, 0), + (17530881, 'Epialtes', 9350, 477.096, -0.522, 52.554, 104), + (17530882, 'Giant_Gatekeeper', 9353, 432.952, -0.350, -3.719, 127), + (17530883, 'Giant_Guard', 9354, 451.661, -0.287, 50.624, 127), + (17530884, 'Giant_Sentry', 9356, 492.400, -0.516, 40.195, 48), + (17530885, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530886, 'Giant_Lobber', 9355, 447.954, 0.075, 45.067, 127), + (17530887, 'Giant_Gatekeeper', 9353, 484.735, 0.046, 23.048, 127), + (17530888, 'Giant_Guard', 9354, 456.421, -0.045, -4.444, 65), + (17530889, 'Giant_Sentry', 9356, 486.190, -0.111, 18.496, 127), + (17530890, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530891, 'Giant_Lobber', 9355, 483.409, -0.348, -7.120, 115), + (17530892, 'Seeker_Bats', 9372, 442.732, 0.043, 45.460, 118), + (17530893, 'Seeker_Bats', 9372, 434.386, 0.052, 11.806, 56), + (17530894, 'Ancient_Bat', 9345, 424.940, -0.521, 22.988, 127), + (17530895, 'Ancient_Bat', 9345, 433.228, -0.026, 32.506, 34), + (17530896, 'Giant_Gatekeeper', 9353, 351.257, -0.172, -37.661, 127), + (17530897, 'Giant_Guard', 9354, 408.868, -0.405, -65.429, 127), + (17530898, 'Giant_Sentry', 9356, 402.952, -0.175, -87.349, 127), + (17530899, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530900, 'Giant_Lobber', 9355, 395.066, 0.017, -77.208, 100), + (17530901, 'Giant_Gatekeeper', 9353, 386.059, -0.242, -66.214, 120), + (17530902, 'Giant_Guard', 9354, 386.928, 0.058, -53.533, 127), + (17530903, 'Giant_Sentry', 9356, 391.372, 0.075, -48.658, 45), + (17530904, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530905, 'Giant_Lobber', 9355, 389.796, -0.511, -26.646, 33), + (17530906, 'Seeker_Bats', 9372, 404.174, 0.074, -75.336, 127), + (17530907, 'Seeker_Bats', 9372, 382.808, -0.502, -22.191, 53), + (17530908, 'Ancient_Bat', 9345, 410.573, -0.357, -76.986, 15), + (17530909, 'Seeker_Bats', 9372, 340.000, -0.500, 37.000, 64), + (17530910, 'Seeker_Bats', 9372, 341.703, -0.500, 15.569, 64), + (17530911, 'Ancient_Bat', 9345, 341.774, -0.500, 8.530, 64), + (17530912, 'Bogy', 9347, 341.809, -0.500, 8.751, 69), + (17530913, 'Goblin_Mugger', 9365, 514.000, -0.524, -84.000, 127), + (17530914, 'Goblin_Leecher', 9364, 524.744, 0.004, -79.910, 127), + (17530915, 'Goblin_Gambler', 9363, 477.777, -15.971, 44.720, 127), + (17530916, 'Goblin_Mugger', 9365, 524.000, -0.106, -92.000, 127), + (17530917, 'Goblin_Leecher', 9364, 522.000, -0.443, -71.000, 127), + (17530918, 'Goblin_Gambler', 9363, 521.577, -0.006, -82.548, 90), + (17530919, 'Goblin_Mugger', 9365, 570.874, -0.494, -40.757, 127), + (17530920, 'Goblin_Leecher', 9364, 563.337, 0.057, -37.342, 1), + (17530921, 'Goblin_Gambler', 9363, 488.000, -16.021, 15.000, 0), + (17530922, 'Goblin_Mugger', 9365, 554.329, -0.429, -47.452, 68), + (17530923, 'Goblin_Leecher', 9364, 555.126, -0.071, -36.019, 127), + (17530924, 'Goblin_Gambler', 9363, 489.000, -16.521, 33.000, 127), + (17530925, 'Seeker_Bats', 9372, 578.136, -0.499, 9.996, 52), + (17530926, 'Seeker_Bats', 9372, 576.007, -0.500, 19.909, 127), + (17530927, 'Ancient_Bat', 9345, 567.660, -0.500, 20.166, 127), + (17530928, 'Ancient_Bat', 9345, 578.106, -0.500, -13.755, 64), + (17530929, 'Chaos_Idol', 9348, 538.413, -0.100, 23.027, 127), + (17530930, 'Chaos_Idol', 9348, 535.002, -0.099, 20.051, 113), + (17530931, 'Chaos_Idol', 9348, 537.358, -0.102, 12.665, 127), + (17530933, 'Giant_Gatekeeper', 9353, 530.386, 0.045, 97.982, 127), + (17530934, 'Giant_Guard', 9354, 521.797, 0.058, 112.611, 19), + (17530935, 'Giant_Sentry', 9356, 562.337, -0.353, 87.536, 127), + (17530936, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530937, 'Giant_Lobber', 9355, 530.244, -0.385, 108.801, 63), + (17530938, 'Giant_Gatekeeper', 9353, 521.893, -0.439, 128.833, 16), + (17530939, 'Giant_Guard', 9354, 543.000, 0.044, 63.000, 71), + (17530940, 'Giant_Sentry', 9356, 536.296, 0.075, 82.158, 127), + (17530941, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530942, 'Giant_Lobber', 9355, 516.755, 0.046, 80.981, 55), + (17530943, 'Seeker_Bats', 9372, 539.166, 0.075, 75.689, 123), + (17530944, 'Seeker_Bats', 9372, 526.165, 0.033, 78.184, 127), + (17530945, 'Ancient_Bat', 9345, 526.831, -0.060, 121.585, 103), + (17530946, 'Seeker_Bats', 9372, 445.638, -0.500, 140.371, 0), + (17530947, 'Seeker_Bats', 9372, 454.476, -0.500, 140.326, 127), + (17530948, 'Ancient_Bat', 9345, 448.031, -0.169, 140.606, 104), + (17530949, 'Ancient_Bat', 9345, 463.163, -0.500, 136.265, 100), + (17530950, 'Giant_Gatekeeper', 9353, 390.530, 0.065, 88.231, 99), + (17530951, 'Giant_Guard', 9354, 383.763, 0.062, 79.112, 127), + (17530952, 'Giant_Sentry', 9356, 421.000, -31.000, 56.000, 60), + (17530953, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530954, 'Giant_Lobber', 9355, 396.680, 0.075, 107.052, 87), + (17530955, 'Giant_Gatekeeper', 9353, 410.000, 0.075, 89.000, 127), + (17530956, 'Giant_Guard', 9354, 374.000, -0.485, 69.000, 127), + (17530957, 'Giant_Sentry', 9356, 389.962, -0.286, 110.803, 102), + (17530958, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530959, 'Giant_Lobber', 9355, 407.000, -0.471, 116.000, 127), + (17530960, 'Seeker_Bats', 9372, 409.322, -0.440, 97.657, 34), + (17530961, 'Seeker_Bats', 9372, 392.887, 0.050, 78.653, 127), + (17530962, 'Ancient_Bat', 9345, 396.144, 0.054, 79.351, 127), + (17530963, 'Gigas_Hallwatcher', 9358, 577.000, 16.000, 47.000, 83), + (17530964, 'Gigas_Punisher', 9359, 557.000, 16.000, 2.000, 97), + (17530965, 'Gigas_Butcher', 9357, 545.445, 15.480, 23.878, 23), + (17530966, 'Gigas_s_Bats', 9362, -151.182, 0.000, 189.446, 65), + (17530967, 'Gigas_Sculptor', 9360, 548.553, 15.591, 34.062, 127), + (17530968, 'Gigas_Hallwatcher', 9358, 570.005, 15.892, 15.095, 127), + (17530969, 'Gigas_Punisher', 9359, 568.180, 16.075, 29.209, 127), + (17530970, 'Gigas_Butcher', 9357, 557.133, 16.072, 39.655, 103), + (17530971, 'Gigas_s_Bats', 9362, 0.000, 0.000, 0.000, 0), + (17530972, 'Gigas_Sculptor', 9360, 591.000, 16.000, 38.000, 14), + (17530973, 'Thunder_Elemental', 9374, 569.675, 15.721, 0.335, 32), + (17530974, 'Light_Elemental', 9368, 563.268, 15.634, -10.249, 28), + (17530975, 'Bogy', 9347, 581.437, 18.992, 77.478, 127), + (17530976, 'Bogy', 9347, 569.253, 23.499, 101.293, 114), + (17530977, 'Bogy', 9347, 582.097, 20.273, 84.635, 31), + (17530978, 'Magic_Urn', 9370, 643.175, 23.558, 110.105, 109), + (17530979, 'Magic_Urn', 9370, 639.762, 23.968, 116.359, 25), + (17530980, 'Magic_Urn', 9370, 639.467, 24.022, 120.416, 127), + (17530981, 'Bogy', 9347, 508.000, 24.000, -60.000, 0), + (175309825, 'Bogy', 9347, 484.670, 23.500, -58.457, 127), + (17530983, 'Magic_Urn', 9370, 413.463, 15.899, -19.150, 127), + (17530984, 'Magic_Urn', 9370, 420.070, 15.900, -20.234, 127), + (17530985, 'Thunder_Elemental', 9374, 426.108, 15.900, -16.844, 82), + (17530986, 'Light_Elemental', 9368, 417.762, 15.898, -12.995, 4), + (17530987, 'Giant_Gatekeeper', 9353, 394.709, -16.418, -87.700, 127), + (17530988, 'Giant_Guard', 9354, 403.492, -16.065, -77.135, 127), + (17530989, 'Giant_Sentry', 9356, 380.616, -16.497, -18.187, 127), + (17530990, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530991, 'Giant_Lobber', 9355, 382.119, -15.994, -30.667, 127), + (17530992, 'Giant_Gatekeeper', 9353, 386.242, -15.924, -51.264, 127), + (17530993, 'Giant_Guard', 9354, 364.634, -13.746, -31.971, 127), + (17530994, 'Giant_Sentry', 9356, 410.957, -16.496, -54.612, 54), + (17530995, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17530996, 'Giant_Lobber', 9355, 405.166, -16.363, -33.931, 106), + (17530997, 'Seeker_Bats', 9372, 392.579, -16.471, -29.870, 127), + (17530998, 'Ancient_Bat', 9345, 388.913, -16.402, -69.057, 104), + (17530999, 'Hippolytos', 9366, 339.212, -16.099, 16.733, 28), + (17531000, 'Giant_Gatekeeper', 9353, 337.079, -16.100, 17.386, 21), + (17531001, 'Giant_Guard', 9354, 338.454, -16.124, 28.625, 127), + (17531002, 'Giant_Sentry', 9356, 346.244, -16.126, 10.373, 127), + (17531003, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531004, 'Giant_Lobber', 9355, 349.022, -16.099, 24.566, 127), + (17531005, 'Giant_Gatekeeper', 9353, 396.000, -16.059, 115.000, 23), + (17531006, 'Giant_Guard', 9354, 409.000, -15.000, 58.000, 85), + (17531007, 'Giant_Sentry', 9356, 400.765, -15.972, 88.228, 127), + (17531008, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531009, 'Giant_Lobber', 9355, 412.000, -16.584, 41.000, 127), + (17531010, 'Goblin_Mugger', 9365, 396.612, -16.420, 129.316, 127), + (17531011, 'Goblin_Leecher', 9364, 397.000, -16.276, 50.000, 127), + (17531012, 'Goblin_Gambler', 9363, 426.616, -16.290, 50.681, 127), + (17531013, 'Goblin_Mugger', 9365, 401.316, -15.928, 74.148, 127), + (17531014, 'Goblin_Leecher', 9364, 421.407, -16.499, 102.876, 121), + (17531015, 'Goblin_Gambler', 9363, 375.000, -16.500, 93.000, 66), + (17531016, 'Seeker_Bats', 9372, 392.966, -15.924, 72.572, 127), + (17531017, 'Seeker_Bats', 9372, 399.941, -15.925, 40.788, 122), + (17531018, 'Ancient_Bat', 9345, 382.970, -16.515, 110.902, 92), + (17531019, 'Ancient_Bat', 9345, 401.358, -16.043, 125.600, 127), + (17531020, 'Giant_Gatekeeper', 9353, 449.440, -16.167, -6.055, 7), + (17531021, 'Giant_Guard', 9354, 459.166, -16.048, 46.992, 68), + (17531022, 'Giant_Sentry', 9356, 421.938, -16.493, 11.322, 15), + (17531023, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531024, 'Giant_Lobber', 9355, 489.000, -16.510, 28.000, 95), + (17531025, 'Goblin_Mugger', 9365, 455.521, -16.516, -14.372, 24), + (17531026, 'Goblin_Leecher', 9364, 465.775, -16.499, -18.613, 81), + (17531027, 'Goblin_Gambler', 9363, 483.396, -16.159, -5.794, 127), + (17531028, 'Goblin_Mugger', 9365, 432.000, -16.014, 16.000, 127), + (17531029, 'Goblin_Leecher', 9364, 468.489, -16.526, 52.121, 127), + (17531030, 'Goblin_Gambler', 9363, 457.645, -15.986, 43.651, 21), + (17531031, 'Seeker_Bats', 9372, 490.802, -16.414, 23.444, 17), + (17531032, 'Ancient_Bat', 9345, 475.000, -16.484, 50.000, 127), + (17531033, 'Seeker_Bats', 9372, 0.000, 0.000, 0.000, 0), + (17531034, 'Seeker_Bats', 9372, 461.000, -16.499, 132.000, 127), + (17531035, 'Ancient_Bat', 9345, 483.000, -16.495, 140.000, 127), + (17531036, 'Ancient_Bat', 9345, 460.756, -16.499, 113.009, 127), + (17531037, 'Seeker_Bats', 9372, 470.882, -16.499, 98.479, 126), + (17531038, 'Seeker_Bats', 9372, 459.000, -16.495, 80.000, 127), + (17531039, 'Ancient_Bat', 9345, 0.000, 0.000, 0.000, 0), + (17531040, 'Chaos_Idol', 9348, 518.000, -16.507, 80.000, 94), + (17531041, 'Chaos_Idol', 9348, 522.000, -16.506, 120.000, 127), + (17531042, 'Chaos_Idol', 9348, 515.085, -16.075, 106.189, 56), + (17531043, 'Chaos_Idol', 9348, 519.735, -15.969, 99.750, 127), + (17531044, 'Giant_Gatekeeper', 9353, 381.000, -16.499, 63.000, 60), + (17531045, 'Giant_Guard', 9354, 384.000, -15.000, 102.000, 121), + (17531046, 'Giant_Sentry', 9356, 405.000, -16.500, 35.000, 127), + (17531047, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531048, 'Giant_Lobber', 9355, 410.000, -16.499, 113.000, 63), + (17531049, 'Seeker_Bats', 9372, 579.945, -16.499, 30.094, 64), + (17531050, 'Seeker_Bats', 9372, 579.544, -16.499, 50.999, 63), + (17531051, 'Magic_Pot', 9369, 0.000, 0.000, 0.000, 0), + (17531052, 'Ancient_Bat', 9345, 0.000, 0.000, 0.000, 0), + (17531053, 'Ancient_Bat', 9345, 498.203, -32.073, 87.789, 8), + (17531054, 'Bogy', 9347, 548.778, -16.100, 19.150, 127), + (17531055, 'Bogy', 9347, 537.000, -16.099, 29.000, 102), + (17531056, 'Bogy', 9347, 542.466, -16.100, 16.147, 127), + (17531057, 'Chaos_Idol', 9348, 529.673, -32.100, 17.594, 106), + (17531058, 'Chaos_Idol', 9348, 540.000, -32.099, 29.000, 127), + (17531059, 'Chaos_Idol', 9348, 549.000, -32.116, 15.000, 127), + (17531060, 'Giant_Gatekeeper', 9353, 510.000, -32.045, 77.000, 6), + (17531061, 'Giant_Guard', 9354, 0.000, 0.000, 0.000, 0), + (17531062, 'Giant_Sentry', 9356, 0.000, 0.000, 0.000, 0), + (17531063, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531064, 'Giant_Lobber', 9355, 488.414, -32.033, 83.033, 127), + (17531065, 'Giant_Gatekeeper', 9353, 449.000, -32.011, 53.000, 127), + (17531066, 'Giant_Guard', 9354, 503.595, -32.487, 96.682, 127), + (17531067, 'Giant_Sentry', 9356, 484.000, -32.142, 63.000, 127), + (17531068, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531069, 'Giant_Lobber', 9355, 0.000, 0.000, 0.000, 0), + (17531070, 'Goblin_Mugger', 9365, 496.417, -32.162, 54.962, 127), + (17531071, 'Goblin_Leecher', 9364, 519.720, -32.374, 68.685, 127), + (17531072, 'Goblin_Gambler', 9363, 491.000, -31.930, 5.000, 60), + (17531073, 'Goblin_Mugger', 9365, 503.999, -32.040, 85.415, 102), + (17531074, 'Goblin_Leecher', 9364, 431.000, -32.497, 12.000, 58), + (17531075, 'Goblin_Gambler', 9363, 474.000, -31.924, 71.000, 127), + (17531076, 'Seeker_Bats', 9372, 517.779, -32.049, 86.619, 77), + (17531077, 'Seeker_Bats', 9372, 518.737, -31.990, 77.379, 127), + (17531078, 'Ancient_Bat', 9345, 435.540, -31.954, 6.691, 28), + (17531079, 'Ancient_Bat', 9345, 448.476, -31.924, 42.269, 127), + (17531080, 'Giant_Gatekeeper', 9353, 493.084, -32.263, 16.477, 53), + (17531081, 'Giant_Guard', 9354, 430.762, -32.334, -2.605, 23), + (17531082, 'Giant_Sentry', 9356, 484.846, -32.001, 12.928, 127), + (17531083, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531084, 'Giant_Lobber', 9355, 454.013, -31.924, -2.746, 127), + (17531085, 'Giant_Gatekeeper', 9353, 488.000, -32.022, 31.000, 120), + (17531086, 'Giant_Guard', 9354, 462.000, -31.924, 51.000, 127), + (17531087, 'Giant_Sentry', 9356, 483.937, -32.278, -6.966, 127), + (17531088, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531089, 'Giant_Lobber', 9355, 0.000, 0.000, 0.000, 0), + (17531090, 'Goblin_Mugger', 9365, 482.514, -31.945, 6.738, 127), + (17531091, 'Goblin_Leecher', 9364, 467.394, -32.509, -16.307, 127), + (17531092, 'Goblin_Gambler', 9363, 485.000, -32.098, 22.000, 127), + (17531093, 'Goblin_Mugger', 9365, 444.000, -32.490, -11.000, 127), + (17531094, 'Goblin_Leecher', 9364, 482.696, -32.337, -9.407, 127), + (17531095, 'Goblin_Gambler', 9363, 432.000, -32.126, 33.000, 13), + (17531096, 'Seeker_Bats', 9372, 460.000, -32.270, -36.000, 127), + (17531097, 'Ancient_Bat', 9345, 423.843, -31.982, 49.545, 127), + (17531098, 'Ancient_Bat', 9345, 0.000, 0.000, 0.000, 0), + (17531099, 'Giant_Gatekeeper', 9353, 382.065, -32.501, 64.484, 127), + (17531100, 'Giant_Guard', 9354, 401.000, -32.423, 39.000, 127), + (17531101, 'Giant_Sentry', 9356, 405.000, -31.764, 57.000, 127), + (17531102, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531103, 'Giant_Lobber', 9355, 413.000, -32.247, 29.000, 125), + (17531104, 'Goblin_Mugger', 9365, 387.329, -32.515, 67.186, 8), + (17531105, 'Goblin_Leecher', 9364, 410.000, -31.000, 72.000, 127), + (17531106, 'Goblin_Gambler', 9363, 386.853, -32.519, 56.075, 127), + (17531107, 'Goblin_Mugger', 9365, 0.000, 0.000, 0.000, 0), + (17531108, 'Goblin_Leecher', 9364, 412.491, -32.456, 24.470, 47), + (17531109, 'Goblin_Gambler', 9363, 0.000, 0.000, 0.000, 0), + (17531110, 'Ancient_Bat', 9345, 0.000, 0.000, 0.000, 0), + (17531111, 'Magic_Pot', 9369, -49.781, -3.500, 61.253, 13), + (17531112, 'Bogy', 9347, 469.000, -32.099, -55.000, 127), + (17531113, 'Bogy', 9347, 454.746, -32.099, -63.274, 127), + (17531114, 'Eurymedon', 9351, 405.000, -31.000, -32.000, 127), + (17531115, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531116, 'Giant_Gatekeeper', 9353, 405.000, -32.187, -45.000, 31), + (17531117, 'Giant_Guard', 9354, 0.000, 0.000, 0.000, 0), + (17531118, 'Giant_Sentry', 9356, 397.252, -32.128, -32.807, 35), + (17531119, 'Gigas_s_Bat', 9361, 0.000, 0.000, 0.000, 0), + (17531120, 'Giant_Lobber', 9355, 0.000, 0.000, 0.000, 0), + (17531121, 'Disaster_Idol', 9349, 0.000, 0.000, 0.000, 0), + (17531122, 'Orna', 9371, 0.000, 0.000, 0.000, 0), + (17531123, 'Fomorian_Spear', 9352, 0.000, 0.000, 0.000, 0), + (17531124, 'Fomorian_Spear', 9352, 0.000, 0.000, 0.000, 0), + (17531125, 'Illusory_Pot', 9367, -254.835, -12.021, -66.756, 59), + (17531146, 'Zeid', 9375, 0.000, 0.000, 0.000, 0), + (17531168, 'Bahamut', 9346, 0.000, 0.000, 0.000, 0), + (17531184, 'Tenzen', 9373, 0.000, 0.000, 0.000, 0), + (17555457, 'Ding_Bats', 9521, -124.000, -0.500, 249.516, 127), + (17555458, 'Ding_Bats', 9521, -147.000, -0.500, 250.000, 127), + (17555459, 'Carrion_Worm', 9512, -151.473, -0.512, 184.495, 127), + (17555460, 'Carrion_Worm', 9512, -124.000, -0.561, 186.000, 47), + (17555461, 'Ding_Bats', 9521, -141.134, -0.500, 223.168, 0), + (17555462, 'Ding_Bats', 9521, -144.500, -1.697, 204.803, 127), + (17555463, 'Carrion_Worm', 9512, -149.850, -0.987, 196.421, 90), + (17555464, 'Carrion_Worm', 9512, -92.972, -0.500, -63.214, 127), + (17555465, 'Carrion_Worm', 9512, -117.858, -0.497, -97.884, 127), + (17555466, 'Carrion_Worm', 9512, -83.776, -0.500, -134.931, 46), + (17555467, 'Carrion_Worm', 9512, 8.060, -0.475, -63.485, 127), + (17555468, 'Goblin_Thug', 9530, -139.000, -0.933, 186.000, 85), + (17555469, 'Ding_Bats', 9521, -130.115, -0.688, 207.026, 127), + (17555470, 'Ding_Bats', 9521, -56.607, -0.500, -62.510, 127), + (17555471, 'Mouse_Bat', 9537, -148.087, 6.097, 144.072, 117), + (17555472, 'Mouse_Bat', 9537, -138.000, 7.000, 169.000, 10), + (17555473, 'Goblin_Thug', 9530, -182.057, 6.225, 90.120, 60), + (17555474, 'Goblin_Weaver', 9532, -179.305, 5.689, 91.274, 127), + (17555475, 'Mouse_Bat', 9537, -181.000, 8.000, 101.000, 127), + (17555476, 'Mouse_Bat', 9537, -179.136, 7.012, 124.175, 127), + (17555477, 'Mouse_Bat', 9537, -149.000, 7.000, 63.000, 127), + (17555478, 'Mouse_Bat', 9537, -122.134, 6.999, 98.808, 127), + (17555479, 'Mouse_Bat', 9537, -139.000, 7.000, 84.000, 127), + (17555480, 'Mouse_Bat', 9537, -107.000, 7.000, 134.000, 127), + (17555481, 'Mouse_Bat', 9537, -172.803, 7.209, 61.037, 2), + (17555482, 'Mouse_Bat', 9537, -176.492, 6.617, 68.838, 16), + (17555483, 'Stone_Eater', 9545, -245.101, 7.650, 60.645, 108), + (17555484, 'Stone_Eater', 9545, -229.391, 6.499, 62.429, 127), + (17555485, 'Mouse_Bat', 9537, -244.230, 7.000, 20.952, 127), + (17555486, 'Mouse_Bat', 9537, -257.481, 7.360, 43.551, 127), + (17555487, 'Goblin_Thug', 9530, -192.490, 8.098, 17.836, 127), + (17555488, 'Goblin_Weaver', 9532, -206.690, 5.973, 14.909, 127), + (17555489, 'Goblin_Thug', 9530, -197.041, 5.831, 28.872, 0), + (17555490, 'Goblin_Weaver', 9532, -175.897, 6.017, 18.984, 30), + (17555491, 'Mouse_Bat', 9537, -163.000, 7.000, 19.000, 124), + (17555492, 'Mouse_Bat', 9537, -188.497, 7.388, 18.204, 113), + (17555493, 'Goblin_Thug', 9530, -150.594, 5.943, 24.070, 41), + (17555494, 'Goblin_Weaver', 9532, -164.067, 6.044, 28.858, 127), + (17555495, 'Goblin_Thug', 9530, 27.334, -0.387, -105.918, 14), + (17555496, 'Goblin_Weaver', 9532, -138.749, 6.092, 13.506, 95), + (17555497, 'Mouse_Bat', 9537, -150.106, 7.318, 16.710, 127), + (17555498, 'Mouse_Bat', 9537, -140.563, 6.180, 21.867, 108), + (17555499, 'Goblin_Thug', 9530, -138.000, 6.000, 27.000, 127), + (17555500, 'Goblin_Weaver', 9532, -114.544, 8.060, 18.850, 127), + (17555501, 'Goblin_Thug', 9530, -101.000, 8.000, 19.000, 72), + (17555502, 'Goblin_Weaver', 9532, -121.243, 7.959, 16.111, 127), + (17555503, 'Mouse_Bat', 9537, -116.700, 8.048, 21.568, 127), + (17555504, 'Mouse_Bat', 9537, -118.388, 5.659, 10.684, 6), + (17555505, 'Mouse_Bat', 9537, -105.750, 3.645, -26.736, 115), + (17555506, 'Goblin_Thug', 9530, -42.302, -0.489, -71.075, 127), + (17555507, 'Goblin_Weaver', 9532, -60.989, -0.503, -63.099, 127), + (17555508, 'Ding_Bats', 9521, 0.000, 0.000, 0.000, 0), + (17555509, 'Ding_Bats', 9521, -114.273, -0.483, -104.039, 127), + (17555510, 'Carrion_Worm', 9512, 37.767, -0.498, -91.018, 127), + (17555511, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555512, 'Enchanted_Bones', 9523, -106.000, -0.498, -62.000, 124), + (17555513, 'Goblin_Thug', 9530, -118.000, -0.400, -124.000, 61), + (17555514, 'Goblin_Weaver', 9532, -115.228, -0.357, -107.705, 127), + (17555515, 'Ding_Bats', 9521, 0.000, 0.000, 0.000, 0), + (17555516, 'Ding_Bats', 9521, -69.513, -0.431, -132.592, 127), + (17555517, 'Carrion_Worm', 9512, -7.241, -0.454, -135.290, 127), + (17555518, 'Enchanted_Bones', 9523, -104.515, -0.527, -134.112, 127), + (17555519, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555520, 'Goblin_Thug', 9530, -107.227, -0.507, -136.745, 127), + (17555521, 'Goblin_Weaver', 9532, -87.490, -0.499, -136.924, 119), + (17555522, 'Ding_Bats', 9521, -44.000, -0.420, -133.000, 127), + (17555523, 'Ding_Bats', 9521, 29.531, -0.497, -62.192, 127), + (17555524, 'Carrion_Worm', 9512, -33.309, -0.498, -84.766, 5), + (17555525, 'Enchanted_Bones', 9523, -53.000, -0.557, -135.000, 127), + (17555526, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555527, 'Goblin_Thug', 9530, -8.946, -0.499, -64.410, 17), + (17555528, 'Goblin_Weaver', 9532, -15.714, -0.501, -61.331, 127), + (17555529, 'Ding_Bats', 9521, 0.000, 0.000, 0.000, 0), + (17555530, 'Ding_Bats', 9521, 37.000, -0.498, -75.000, 76), + (17555531, 'Carrion_Worm', 9512, -35.000, -0.500, -120.000, 127), + (17555532, 'Enchanted_Bones', 9523, 10.455, -0.467, -65.115, 127), + (17555533, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555534, 'Goblin_Thug', 9530, 34.057, -0.468, -109.357, 127), + (17555535, 'Goblin_Weaver', 9532, 37.846, -0.499, -116.025, 127), + (17555536, 'Ding_Bats', 9521, 38.015, -0.493, -107.866, 127), + (17555537, 'Ding_Bats', 9521, 5.025, -0.499, -134.055, 127), + (17555538, 'Carrion_Worm', 9512, -58.342, -0.499, -120.062, 92), + (17555539, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555540, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555541, 'Goblin_Thug', 9530, 20.326, -0.500, -138.091, 123), + (17555542, 'Goblin_Weaver', 9532, -3.905, -0.490, -133.447, 127), + (17555544, 'Ding_Bats', 9521, -107.868, -0.431, -106.992, 127), + (17555545, 'Carrion_Worm', 9512, -55.089, -0.501, -84.089, 1), + (17555546, 'Enchanted_Bones', 9523, 29.786, -0.500, -135.039, 127), + (17555547, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555548, 'Goblin_Thug', 9530, -37.189, -0.493, -78.729, 34), + (17555549, 'Goblin_Weaver', 9532, -40.351, -0.487, -94.943, 103), + (17555550, 'Goblin_Thug', 9530, -44.650, -0.499, -71.816, 110), + (17555551, 'Goblin_Weaver', 9532, 25.787, -0.319, -103.740, 127), + (17555552, 'Carrion_Worm', 9512, 24.784, -0.374, -98.187, 127), + (17555553, 'Goblin_Thug', 9530, -31.701, -0.500, -108.574, 127), + (17555554, 'Goblin_Weaver', 9532, -40.376, -0.500, -125.738, 127), + (17555555, 'Goblin_Thug', 9530, -47.005, -0.500, -114.207, 41), + (17555556, 'Goblin_Weaver', 9532, -33.542, -0.500, -129.279, 57), + (17555557, 'Carrion_Worm', 9512, -21.699, -0.370, -99.520, 56), + (17555558, 'Goblin_Thug', 9530, -57.168, -0.428, -99.760, 44), + (17555559, 'Goblin_Weaver', 9532, -68.030, -0.502, -122.382, 127), + (17555561, 'Ding_Bats', 9521, -102.450, -0.482, -75.248, 39), + (17555562, 'Carrion_Worm', 9512, 0.000, 0.000, 0.000, 0), + (17555563, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555564, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555565, 'Goblin_Thug', 9530, -70.728, -0.503, -71.551, 127), + (17555566, 'Goblin_Weaver', 9532, -73.913, -0.376, -75.711, 3), + (17555568, 'Ding_Bats', 9521, -83.716, -1.406, -92.992, 122), + (17555569, 'Carrion_Worm', 9512, 0.000, 0.000, 0.000, 0), + (17555570, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555571, 'Enchanted_Bones', 9523, -107.728, -0.500, -72.339, 127), + (17555572, 'Ding_Bats', 9521, -81.031, -1.335, -106.624, 127), + (17555573, 'Ding_Bats', 9521, 28.499, -0.500, -90.582, 62), + (17555574, 'Enchanted_Bones', 9523, -74.247, -1.281, -105.554, 122), + (17555575, 'Enchanted_Bones', 9523, -75.679, -1.392, -93.122, 31), + (17555576, 'Enchanted_Bones', 9523, -79.096, -0.500, -86.684, 127), + (17555577, 'Enchanted_Bones', 9523, -73.366, -0.509, -114.971, 40), + (17555578, 'Goblin_Thug', 9530, -2.291, -0.514, -126.038, 74), + (17555579, 'Goblin_Weaver', 9532, 25.199, -0.484, -115.272, 111), + (17555581, 'Ding_Bats', 9521, 12.000, -0.377, -91.000, 99), + (17555582, 'Carrion_Worm', 9512, 0.000, 0.000, 0.000, 0), + (17555583, 'Enchanted_Bones', 9523, 24.000, -0.556, -75.000, 127), + (17555584, 'Enchanted_Bones', 9523, 9.311, -0.486, -125.283, 43), + (17555585, 'Goblin_Thug', 9530, 1.500, -0.500, -75.717, 127), + (17555586, 'Goblin_Weaver', 9532, -21.778, -0.504, -74.101, 60), + (17555587, 'Ding_Bats', 9521, 9.605, -0.376, -75.397, 120), + (17555588, 'Ding_Bats', 9521, 2.544, -0.500, -81.127, 127), + (17555589, 'Carrion_Worm', 9512, 0.000, 0.000, 0.000, 0), + (17555590, 'Enchanted_Bones', 9523, 0.000, 0.000, 0.000, 0), + (17555591, 'Enchanted_Bones', 9523, -8.517, -0.482, -71.866, 127), + (17555592, 'Ding_Bats', 9521, -9.928, -0.500, -88.750, 21), + (17555594, 'Enchanted_Bones', 9523, 3.000, -0.500, -89.000, 61), + (17555595, 'Enchanted_Bones', 9523, -10.407, -0.500, -98.700, 0), + (17555596, 'Enchanted_Bones', 9523, 9.114, -0.500, -99.607, 65), + (17555597, 'Enchanted_Bones', 9523, -15.104, -0.500, -94.490, 127), + (17555598, 'Spook', 9544, 2.912, -0.557, -99.302, 127), + (17555599, 'Wind_Bats', 9552, 35.000, 3.000, -26.000, 57), + (17555600, 'Goblin_Ambusher', 9524, 39.683, 7.934, 23.472, 127), + (17555601, 'Goblin_Tinkerer', 9531, 16.297, 7.766, 7.171, 49), + (17555602, 'Goblin_Butcher', 9525, 45.544, 7.293, 20.099, 95), + (17555603, 'Wind_Bats', 9552, 56.000, 6.000, 20.000, 119), + (17555604, 'Wind_Bats', 9552, 19.069, 7.577, 21.104, 66), + (17555605, 'Stone_Eater', 9545, 35.706, 8.252, 17.149, 127), + (17555606, 'Goblin_Ambusher', 9524, 91.389, 6.287, 19.730, 89), + (17555607, 'Goblin_Tinkerer', 9531, 122.453, 6.902, 22.414, 117), + (17555608, 'Goblin_Butcher', 9525, 100.000, 7.000, 24.000, 127), + (17555609, 'Wind_Bats', 9552, 98.053, 5.888, 17.327, 127), + (17555610, 'Wind_Bats', 9552, 113.000, 8.000, 18.000, 127), + (17555611, 'Stone_Eater', 9545, 83.184, 6.392, 17.438, 35), + (17555612, 'Goblin_Ambusher', 9524, 145.554, 7.114, 52.773, 83), + (17555613, 'Goblin_Tinkerer', 9531, 139.932, 6.613, 87.665, 127), + (17555614, 'Goblin_Butcher', 9525, 146.358, 6.860, 60.245, 127), + (17555615, 'Wind_Bats', 9552, 139.000, 7.000, 73.000, 127), + (17555616, 'Wind_Bats', 9552, 139.000, 7.000, 37.000, 127), + (17555617, 'Grave_Bat', 9533, 145.156, 7.016, 62.543, 73), + (17555618, 'Stone_Eater', 9545, 136.683, 6.864, 89.121, 109), + (17555619, 'Goblin_Ambusher', 9524, 180.134, 6.993, 86.147, 37), + (17555620, 'Goblin_Tinkerer', 9531, 162.825, 6.633, 63.211, 101), + (17555621, 'Goblin_Butcher', 9525, 155.000, 7.000, 101.000, 127), + (17555622, 'Wind_Bats', 9552, 178.706, 6.989, 75.891, 66), + (17555623, 'Wind_Bats', 9552, 0.000, 0.000, 0.000, 0), + (17555624, 'Grave_Bat', 9533, 168.000, 7.000, 97.000, 127), + (17555625, 'Stone_Eater', 9545, 179.446, 7.000, 86.443, 40), + (17555626, 'Goblin_Ambusher', 9524, 129.000, 8.000, 97.000, 16), + (17555627, 'Goblin_Tinkerer', 9531, 148.625, 5.706, 127.553, 51), + (17555628, 'Goblin_Butcher', 9525, 134.165, 7.653, 120.917, 127), + (17555629, 'Goblin_Ambusher', 9524, 137.116, 8.034, 111.298, 127), + (17555630, 'Goblin_Tinkerer', 9531, 120.000, 8.000, 140.000, 80), + (17555631, 'Goblin_Butcher', 9525, 130.811, 7.978, 139.441, 127), + (17555632, 'Wind_Bats', 9552, 128.413, 7.248, 136.000, 127), + (17555633, 'Wind_Bats', 9552, 141.950, 7.613, 118.203, 76), + (17555634, 'Grave_Bat', 9533, 112.401, 7.282, 142.394, 127), + (17555635, 'Goblin_Ambusher', 9524, 71.542, 7.011, 180.218, 7), + (17555636, 'Goblin_Tinkerer', 9531, 61.325, 7.008, 177.942, 5), + (17555637, 'Goblin_Butcher', 9525, 45.000, 7.096, 180.000, 127), + (17555638, 'Grave_Bat', 9533, 63.874, 7.082, 182.214, 99), + (17555639, 'Grave_Bat', 9533, 60.000, 6.980, 197.000, 66), + (17555640, 'Grave_Bat', 9533, 38.000, 6.938, 179.000, 127), + (17555641, 'Rock_Eater', 9541, -17.000, 8.127, 188.000, 63), + (17555642, 'Rock_Eater', 9541, -34.000, 8.000, 222.000, 86), + (17555643, 'Rock_Eater', 9541, -22.824, 7.270, 204.175, 127), + (17555644, 'Rock_Eater', 9541, -43.642, 7.131, 216.682, 127), + (17555645, 'Rock_Eater', 9541, -63.000, 8.000, 196.000, 32), + (17555646, 'Rock_Eater', 9541, -55.773, 7.885, 214.389, 58), + (17555647, 'Rock_Eater', 9541, -62.000, 8.000, 205.000, 127), + (17555648, 'Rock_Eater', 9541, -54.563, 7.799, 164.721, 127), + (17555649, 'Goblin_Gruel', 9527, -61.363, 7.574, 154.896, 127), + (17555650, 'Goblin_Gruel', 9527, -52.647, 6.039, 168.633, 127), + (17555651, 'Grave_Bat', 9533, 2.000, 8.000, 179.000, 127), + (17555652, 'Grave_Bat', 9533, -19.154, 6.802, 166.252, 111), + (17555653, 'Nachzehrer', 9538, 18.101, 7.225, 133.702, 12), + (17555654, 'Nachzehrer', 9538, 9.586, 7.299, 112.702, 127), + (17555655, 'Nachzehrer', 9538, 0.000, 0.000, 0.000, 0), + (17555656, 'Nachzehrer', 9538, 9.740, 7.190, 121.433, 127), + (17555657, 'Grave_Bat', 9533, -3.000, 7.100, 120.000, 127), + (17555658, 'Grave_Bat', 9533, 26.467, 7.792, 121.922, 127), + (17555659, 'Nachzehrer', 9538, -59.000, 8.000, 63.000, 127), + (17555660, 'Nachzehrer', 9538, -62.002, 7.957, 84.353, 53), + (17555661, 'Nachzehrer', 9538, -65.363, 7.726, 75.649, 127), + (17555662, 'Nachzehrer', 9538, 0.000, 0.000, 0.000, 0), + (17555663, 'Grave_Bat', 9533, -54.551, 7.214, 82.030, 127), + (17555665, 'Tomb_Bat', 9547, -92.699, 8.500, 51.933, 127), + (17555666, 'Tomb_Bat', 9547, -104.816, 8.500, 63.628, 57), + (17555667, 'Tomb_Bat', 9547, -105.260, 8.500, 57.211, 31), + (17555668, 'Crypt_Ghost', 9518, -114.991, 8.500, 60.433, 127), + (17555669, 'Nachzehrer', 9538, 43.000, 7.069, 61.000, 127), + (17555670, 'Nachzehrer', 9538, 57.514, 6.599, 66.775, 127), + (17555671, 'Nachzehrer', 9538, 63.373, 7.071, 61.770, 127), + (17555672, 'Nachzehrer', 9538, 73.757, 7.026, 59.628, 127), + (17555673, 'Grave_Bat', 9533, 60.523, 6.992, 61.775, 127), + (17555674, 'Nachzehrer', 9538, -26.000, 7.000, 21.000, 127), + (17555675, 'Nachzehrer', 9538, -14.906, 6.195, 50.902, 124), + (17555676, 'Nachzehrer', 9538, -22.000, 8.000, 40.000, 12), + (17555677, 'Nachzehrer', 9538, 31.170, 5.893, 63.256, 123), + (17555678, 'Grave_Bat', 9533, -18.716, 7.568, 22.905, 42), + (17555679, 'Grave_Bat', 9533, -17.000, 8.000, 41.000, 80), + (17555680, 'Goblin_Ambusher', 9524, 67.030, 6.949, 219.630, 127), + (17555681, 'Goblin_Tinkerer', 9531, 83.000, 7.000, 219.000, 127), + (17555682, 'Goblin_Butcher', 9525, 217.561, 7.460, 311.702, 127), + (17555683, 'Goblin_Ambusher', 9524, 59.560, 7.028, 219.102, 37), + (17555684, 'Goblin_Tinkerer', 9531, 39.793, 7.000, 221.272, 12), + (17555685, 'Goblin_Butcher', 9525, 61.000, 7.000, 201.000, 17), + (17555686, 'Grave_Bat', 9533, 32.178, 6.999, 223.231, 127), + (17555687, 'Grave_Bat', 9533, 61.945, 6.792, 220.790, 44), + (17555688, 'Goblin_Ambusher', 9524, 88.278, 6.268, 262.178, 2), + (17555689, 'Goblin_Tinkerer', 9531, 131.000, 7.000, 263.000, 127), + (17555690, 'Goblin_Butcher', 9525, 57.452, 6.575, 267.534, 127), + (17555691, 'Goblin_Ambusher', 9524, 82.000, 6.787, 261.083, 127), + (17555692, 'Goblin_Tinkerer', 9531, 0.000, 0.000, 0.000, 0), + (17555693, 'Goblin_Butcher', 9525, 97.932, 5.994, 257.947, 55), + (17555694, 'Grave_Bat', 9533, 89.765, 6.131, 259.615, 34), + (17555695, 'Grave_Bat', 9533, 63.661, 7.084, 262.870, 119), + (17555696, 'Goblin_Ambusher', 9524, 123.000, 7.000, 260.000, 6), + (17555697, 'Goblin_Tinkerer', 9531, 142.000, 7.000, 287.000, 127), + (17555698, 'Goblin_Butcher', 9525, 188.120, 6.256, 298.522, 124), + (17555699, 'Goblin_Ambusher', 9524, 212.056, 7.000, 305.725, 113), + (17555700, 'Goblin_Tinkerer', 9531, 159.000, 7.000, 299.000, 110), + (17555701, 'Goblin_Butcher', 9525, 173.051, 7.478, 299.890, 127), + (17555702, 'Grave_Bat', 9533, 178.492, 5.867, 302.368, 68), + (17555703, 'Grave_Bat', 9533, 188.627, 6.004, 300.776, 127), + (17555704, 'Nachzehrer', 9538, 109.676, -1.130, 61.922, 127), + (17555705, 'Nachzehrer', 9538, 106.740, -0.634, 50.427, 127), + (17555706, 'Nachzehrer', 9538, 108.914, -0.500, 84.328, 127), + (17555707, 'Nachzehrer', 9538, 104.293, -0.504, 84.441, 127), + (17555708, 'Plague_Bats', 9540, 126.609, -1.889, 60.490, 127), + (17555710, 'Plague_Bats', 9540, 144.138, -0.557, 77.080, 127), + (17555711, 'Plague_Bats', 9540, 147.856, -0.505, 57.602, 127), + (17555712, 'Rock_Eater', 9541, 143.678, -0.513, 65.608, 2), + (17555713, 'Rock_Eater', 9541, 141.168, -0.510, 55.764, 127), + (17555714, 'Plague_Bats', 9540, 174.357, -0.500, 35.717, 8), + (17555715, 'Plague_Bats', 9540, 160.396, -0.499, 43.101, 127), + (17555716, 'Rock_Eater', 9541, 171.564, -0.500, 71.242, 30), + (17555717, 'Rock_Eater', 9541, 172.705, -0.500, 79.142, 24), + (17555718, 'Plague_Bats', 9540, 107.771, -0.500, 199.443, 127), + (17555719, 'Plague_Bats', 9540, 105.686, -0.500, 237.597, 88), + (17555720, 'Plague_Bats', 9540, 132.000, -0.500, 219.000, 100), + (17555722, 'Plague_Bats', 9540, 148.736, -0.500, 219.471, 50), + (17555723, 'Plague_Bats', 9540, 114.079, -0.366, 242.807, 84), + (17555724, 'Rock_Eater', 9541, 143.056, -0.500, 214.811, 0), + (17555725, 'Rock_Eater', 9541, 151.836, -0.500, 218.876, 8), + (17555726, 'Plague_Bats', 9540, 172.930, -0.500, 196.654, 1), + (17555727, 'Plague_Bats', 9540, 159.128, -0.499, 243.900, 127), + (17555728, 'Rock_Eater', 9541, 151.927, -0.500, 229.803, 127), + (17555729, 'Rock_Eater', 9541, 165.039, -0.500, 209.415, 127), + (17555730, 'Goblin_Mugger', 9529, 211.851, -0.500, 174.664, 127), + (17555731, 'Goblin_Leecher', 9528, 218.613, -0.612, 202.759, 127), + (17555732, 'Goblin_Gambler', 9526, 223.592, -0.500, 189.560, 3), + (17555733, 'Goblin_Mugger', 9529, 229.582, -0.501, 178.130, 127), + (17555734, 'Goblin_Leecher', 9528, 220.252, -0.509, 148.951, 123), + (17555735, 'Goblin_Gambler', 9526, 0.000, 0.000, 0.000, 0), + (17555736, 'Rock_Eater', 9541, 230.630, -0.608, 185.269, 71), + (17555737, 'Rock_Eater', 9541, 227.869, -0.500, 168.179, 127), + (17555738, 'Plague_Bats', 9540, 217.177, -0.488, 206.783, 127), + (17555739, 'Goblin_Mugger', 9529, 220.630, -0.497, 94.994, 65), + (17555740, 'Goblin_Leecher', 9528, 221.219, -0.582, 118.230, 127), + (17555741, 'Goblin_Gambler', 9526, 0.000, 0.000, 0.000, 0), + (17555742, 'Goblin_Mugger', 9529, 213.585, -0.500, 108.127, 71), + (17555743, 'Goblin_Leecher', 9528, 0.000, 0.000, 0.000, 0), + (17555744, 'Goblin_Gambler', 9526, 213.064, -0.494, 95.954, 59), + (17555745, 'Rock_Eater', 9541, 220.133, -0.429, 125.366, 127), + (17555746, 'Rock_Eater', 9541, 223.257, -0.498, 131.648, 36), + (17555747, 'Plague_Bats', 9540, 211.029, -0.500, 115.794, 71), + (17555748, 'Ossuary_Worm', 10793, -131.892, 6.995, -146.042, 105), + (17555749, 'Ossuary_Worm', 10793, -137.540, 6.972, -153.681, 80), + (17555751, 'Ogre_Bat', 10794, -138.569, 6.947, -163.948, 98), + (17555752, 'Ogre_Bat', 10794, -107.000, 6.000, -179.000, 88), + (17555753, 'Ogre_Bat', 10794, -84.000, 7.000, -140.000, 127), + (17555757, 'Ogre_Bat', 10794, -125.197, 6.999, -139.951, 127), + (17555750, 'Ossuary_Worm', 10793, -74.894, 7.796, -183.022, 122), + (17555754, 'Ossuary_Worm', 10793, -70.797, 7.992, -177.982, 127), + (17555755, 'Ossuary_Worm', 10793, -86.125, 7.702, -178.633, 127), + (17555758, 'Ogre_Bat', 10794, -78.507, 7.906, -175.977, 127), + (17555759, 'Ogre_Bat', 10794, -92.000, 7.000, -180.000, 127), + (17555760, 'Barrow_Scorpion', 10795, -56.000, 8.074, -199.000, 34), + (17555756, 'Ossuary_Worm', 10793, -57.903, 6.942, -208.000, 127), + (17555761, 'Ossuary_Worm', 10793, -49.000, 8.000, -216.000, 63), + (17555762, 'Ossuary_Worm', 10793, -66.650, 7.025, -195.745, 127), + (17555764, 'Ogre_Bat', 10794, -56.094, 6.999, -209.868, 127), + (17555765, 'Ogre_Bat', 10794, -65.980, 7.641, -200.483, 127), + (17555767, 'Barrow_Scorpion', 10795, -65.000, 8.000, -181.000, 127), + (17555766, 'Ogre_Bat', 10794, -67.000, 6.838, -214.000, 127), + (17555770, 'Thousand_Eyes', 9546, -61.639, 7.441, -245.253, 127), + (17555771, 'Thousand_Eyes', 9546, -91.031, 7.998, -258.592, 122), + (17555772, 'Thousand_Eyes', 9546, -77.347, 7.695, -255.917, 127), + (17555773, 'Thousand_Eyes', 9546, -95.000, 7.000, -250.000, 127), + (17555774, 'Thousand_Eyes', 9546, -86.415, 7.683, -260.237, 127), + (17555775, 'Hati', 9534, -111.602, 6.969, -255.664, 127), + (17555776, 'Spartoi_Warrior', 9543, -140.987, 5.891, -257.548, 2), + (17555777, 'Hati', 9534, -180.262, 6.993, -234.879, 34), + (17555778, 'Hati', 9534, -202.000, 7.000, -219.000, 56), + (17555779, 'Hati', 9534, -178.240, 6.959, -259.942, 38), + (17555780, 'Spartoi_Warrior', 9543, -179.441, 6.946, -255.624, 127), + (17555781, 'Spartoi_Warrior', 9543, -182.121, 6.812, -237.643, 89), + (17555782, 'Hati', 9534, -219.654, 6.074, -302.313, 127), + (17555783, 'Hati', 9534, -181.000, 7.000, -282.000, 127), + (17555784, 'Spartoi_Warrior', 9543, -236.588, 6.776, -298.363, 122), + (17555785, 'Spartoi_Warrior', 9543, -206.000, 8.000, -301.000, 127), + (17555786, 'Spartoi_Warrior', 9543, -224.845, 6.626, -299.240, 127), + (17555787, 'Spartoi_Sorcerer', 9542, -193.950, 7.000, -298.378, 118), + (17555788, 'Spartoi_Warrior', 9543, -257.904, 7.789, -228.357, 26), + (17555789, 'Spartoi_Sorcerer', 9542, -259.000, 8.124, -243.000, 117), + (17555790, 'Spartoi_Sorcerer', 9542, -233.516, 7.689, -222.043, 97), + (17555791, 'Spartoi_Sorcerer', 9542, -246.384, 7.764, -221.714, 67), + (17555792, 'Spartoi_Sorcerer', 9542, -261.527, 8.261, -223.589, 127), + (17555793, 'Lemures', 9536, -262.444, 8.005, -231.842, 127), + (17555794, 'Spartoi_Warrior', 9543, -262.690, 8.048, -282.070, 78), + (17555795, 'Spartoi_Sorcerer', 9542, -263.780, 8.079, -279.864, 14), + (17555796, 'Spartoi_Sorcerer', 9542, -252.000, 6.000, -294.000, 58), + (17555797, 'Lemures', 9536, -255.601, 7.609, -282.329, 127), + (17555798, 'Spartoi_Warrior', 9543, -259.000, 7.000, -263.000, 62), + (17555799, 'Spartoi_Sorcerer', 9542, -266.983, 6.008, -253.365, 69), + (17555800, 'Lemures', 9536, 0.000, 0.000, 0.000, 0), + (17555801, 'Hati', 9534, -99.981, 7.001, -313.509, 127), + (17555802, 'Hati', 9534, -100.758, 7.005, -295.263, 127), + (17555804, 'Spartoi_Warrior', 9543, -122.051, 7.317, -370.564, 28), + (17555807, 'Spartoi_Warrior', 9543, -126.000, 7.306, -354.000, 74), + (17555809, 'Spartoi_Warrior', 9543, -119.621, 6.999, -359.638, 127), + (17555805, 'Spartoi_Sorcerer', 9542, -110.324, 6.930, -363.492, 63), + (17555803, 'Lemures', 9536, -118.334, 7.024, -366.906, 127), + (17555810, 'Spartoi_Warrior', 9543, -45.000, 6.000, -300.000, 123), + (17555815, 'Spartoi_Warrior', 9543, -12.317, 6.458, -302.703, 127), + (17555808, 'Spartoi_Sorcerer', 9542, 8.000, 7.000, -299.000, 127), + (17555811, 'Spartoi_Sorcerer', 9542, -17.337, 6.791, -300.242, 127), + (17555813, 'Hati', 9534, -60.118, 7.411, -302.356, 124), + (17555816, 'Spartoi_Warrior', 9543, 28.000, 8.000, -339.000, 6), + (17555824, 'Spartoi_Warrior', 9543, 3.161, 6.591, -341.692, 63), + (17555812, 'Spartoi_Sorcerer', 9542, -12.000, 7.000, -335.000, 127), + (17555817, 'Spartoi_Sorcerer', 9542, 44.818, 6.960, -338.885, 21), + (17555818, 'Spartoi_Sorcerer', 9542, -20.000, 7.000, -322.000, 31), + (17555819, 'Spartoi_Sorcerer', 9542, 56.000, 7.000, -330.000, 20), + (17555806, 'Lemures', 9536, 64.331, 6.298, -315.242, 71), + (17555820, 'Spartoi_Sorcerer', 9542, 28.000, 7.000, -300.000, 58), + (17555814, 'Hati', 9534, 57.000, 7.000, -325.000, 127), + (17555825, 'Spartoi_Warrior', 9543, 54.592, 7.717, -278.869, 76), + (17555826, 'Spartoi_Warrior', 9543, 126.000, 7.912, -220.000, 127), + (17555871, 'Spartoi_Warrior', 9543, 43.000, 8.000, -299.000, 59), + (17555822, 'Spartoi_Sorcerer', 9542, 62.291, 7.408, -274.408, 43), + (17555827, 'Spartoi_Sorcerer', 9542, 59.653, 7.777, -286.698, 127), + (17555823, 'Hati', 9534, 49.000, 8.000, -294.000, 40), + (17555829, 'Hati', 9534, 0.000, 0.000, 0.000, 0), + (17555763, 'Ossuary_Worm', 10793, -20.000, 7.000, -200.000, 127), + (17555831, 'Ossuary_Worm', 10793, 6.482, 6.963, -181.071, 127), + (17555832, 'Ossuary_Worm', 10793, -2.037, 7.000, -180.555, 127), + (17555833, 'Ossuary_Worm', 10793, -16.915, 6.992, -190.421, 127), + (17555768, 'Ogre_Bat', 10794, -2.773, 6.787, -183.261, 127), + (17555835, 'Ogre_Bat', 10794, -39.367, 6.999, -220.625, 120), + (17555769, 'Barrow_Scorpion', 10795, -23.037, 6.997, -208.673, 78), + (17555834, 'Ossuary_Worm', 10793, 60.715, 7.599, -212.966, 127), + (17555838, 'Ossuary_Worm', 10793, 60.614, 6.894, -243.365, 110), + (17555839, 'Ossuary_Worm', 10793, 47.447, 6.988, -251.449, 127), + (17555840, 'Ossuary_Worm', 10793, 62.479, 5.964, -221.913, 68), + (17555841, 'Ossuary_Worm', 10793, 49.000, 8.000, -260.000, 127), + (17555836, 'Ogre_Bat', 10794, 52.873, 7.126, -251.506, 97), + (17555837, 'Barrow_Scorpion', 10795, 60.000, 7.000, -199.000, 127), + (17555842, 'Ossuary_Worm', 10793, 14.131, 7.274, -182.096, 90), + (17555846, 'Ossuary_Worm', 10793, 23.374, 6.608, -184.498, 103), + (17555843, 'Ogre_Bat', 10794, 20.060, 7.049, -177.671, 127), + (17555847, 'Ossuary_Worm', 10793, 27.444, -1.768, -233.645, 111), + (17555848, 'Ossuary_Worm', 10793, 6.106, -0.500, -239.211, 85), + (17555849, 'Ossuary_Worm', 10793, 19.883, -0.572, -224.907, 127), + (17555850, 'Ossuary_Worm', 10793, 34.838, -0.500, -239.036, 127), + (17555866, 'Bonnet_Beetle', 10796, 12.243, -0.555, -224.249, 127), + (17555867, 'Bonnet_Beetle', 10796, 23.385, -0.567, -249.217, 2), + (17555868, 'Bonnet_Beetle', 10796, 33.000, 0.500, -226.000, 70), + (17555853, 'Cherry_Sapling', 9514, 43.824, -0.500, -282.762, 53), + (17555854, 'Cherry_Sapling', 9514, 36.356, -0.500, -276.178, 32), + (17555855, 'Cherry_Sapling', 9514, 43.242, -0.500, -272.295, 127), + (17555851, 'Ossuary_Worm', 10793, 35.000, -0.500, -289.000, 22), + (17555852, 'Ossuary_Worm', 10793, 3.000, -0.500, -281.000, 127), + (17555858, 'Cherry_Sapling', 9514, -2.604, -0.500, -274.021, 127), + (17555859, 'Cherry_Sapling', 9514, 0.936, -0.500, -286.576, 127), + (17555860, 'Cherry_Sapling', 9514, -4.388, -0.500, -279.671, 110), + (17555856, 'Ossuary_Worm', 10793, 18.827, -0.585, -286.765, 54), + (17555863, 'Cemetery_Cherry', 9513, 33.000, 0.500, -287.000, 127), + (17555857, 'Ossuary_Worm', 10793, -3.000, -0.500, -257.000, 0), + (17555861, 'Ossuary_Worm', 10793, 10.133, -0.500, -260.210, 127), + (17555864, 'Cherry_Sapling', 9514, 25.484, -0.500, -260.549, 127), + (17555865, 'Cherry_Sapling', 9514, 45.287, -0.385, -259.305, 127), + (17555869, 'Bonnet_Beetle', 10796, 18.215, -0.500, -264.181, 101), + (17555845, 'Barrow_Scorpion', 10795, 58.000, 6.000, -238.000, 54), + (17555830, 'Hati', 9534, 94.741, 6.999, -253.244, 85), + (17555873, 'Spartoi_Warrior', 9543, 84.347, 6.956, -259.854, 35), + (17555870, 'Hati', 9534, 140.720, 6.999, -245.491, 59), + (17555874, 'Spartoi_Warrior', 9543, 137.513, 7.144, -292.859, 72), + (17555875, 'Spartoi_Warrior', 9543, 145.670, 7.734, -279.373, 31), + (17555828, 'Spartoi_Sorcerer', 9542, 136.547, 7.881, -283.980, 127), + (17555876, 'Spartoi_Sorcerer', 9542, 143.175, 7.033, -283.860, 127), + (17555821, 'Lemures', 9536, 145.142, 7.820, -276.039, 127), + (17555879, 'Spartoi_Warrior', 9543, 156.000, 7.957, -300.050, 127), + (17555877, 'Spartoi_Sorcerer', 9542, 170.000, 7.257, -300.000, 55), + (17555880, 'Spartoi_Sorcerer', 9542, 160.753, 8.012, -303.339, 117), + (17555881, 'Spartoi_Sorcerer', 9542, 156.082, 7.849, -295.397, 127), + (17555878, 'Lemures', 9536, 164.000, 8.000, -295.000, 127), + (17555872, 'Hati', 9534, 200.473, 7.913, -304.341, 127), + (17555885, 'Spartoi_Warrior', 9543, 197.653, 7.113, -317.833, 127), + (17555882, 'Spartoi_Sorcerer', 9542, 197.000, 7.266, -282.000, 115), + (17555884, 'Hati', 9534, 226.236, 7.778, -287.226, 127), + (17555888, 'Spartoi_Warrior', 9543, 227.908, 7.647, -271.370, 127), + (17555886, 'Spartoi_Sorcerer', 9542, 231.449, 7.430, -277.359, 103), + (17555890, 'Vrtra', 9551, 228.000, 7.134, -311.000, 17), + (17555891, 'Pey', 9539, 0.000, 0.000, 0.000, 0), + (17555892, 'Pey', 9539, 0.000, 0.000, 0.000, 0), + (17555893, 'Iruci', 9535, 0.000, 0.000, 0.000, 0), + (17555894, 'Iruci', 9535, 0.000, 0.000, 0.000, 0), + (17555895, 'Airi', 9510, 0.000, 0.000, 0.000, 0), + (17555896, 'Airi', 9510, 0.000, 0.000, 0.000, 0), + (17555883, 'Lemures', 9536, 217.056, 7.683, -286.875, 19), + (17555898, 'Corrupted_Yorgos', 9517, 0.000, 0.000, 0.000, 0), + (17555899, 'Corrupted_Soffeil', 9515, 0.000, 0.000, 0.000, 0), + (17555900, 'Corrupted_Ulbrig', 9516, 0.000, 0.000, 0.000, 0), + (17555933, 'Trion', 9550, 0.000, 0.000, 0.000, 0), + (17555936, 'Curilla', 9519, 0.000, 0.000, 0.000, 0), + (17555862, 'Ossuary_Worm', 10793, 0.000, 0.000, 0.000, 0), + (17559553, 'Land_Crab', 9568, -35.000, 3.000, -228.000, 127), + (17559554, 'Land_Crab', 9568, -69.000, 3.000, -244.000, 127), + (17559555, 'Coral_Crab', 9554, 0.000, 0.000, 0.000, 0), + (17559556, 'Wadi_Leech', 9578, -280.000, 4.000, -86.000, 127), + (17559557, 'Thread_Leech', 9574, 0.000, 0.000, 0.000, 0), + (17559558, 'Geyser_Lizard', 9556, -363.000, 3.000, -69.000, 127), + (17559559, 'Rock_Lizard', 9569, -70.052, -0.343, 22.079, 14), + (17559560, 'Rock_Lizard', 9569, -76.376, -1.006, 23.138, 9), + (17559561, 'Rock_Lizard', 9569, -57.706, -0.553, 4.435, 122), + (17559562, 'Goblin_Thug', 9564, -69.476, 3.228, -88.717, 127), + (17559563, 'Goblin_Thug', 9564, -82.564, 3.309, -71.077, 127), + (17559564, 'Goblin_Weaver', 9566, -68.894, 2.743, -70.857, 57), + (17559565, 'Rock_Lizard', 9569, -91.287, 2.991, -74.035, 108), + (17559566, 'Rock_Lizard', 9569, -71.016, 2.502, -65.910, 107), + (17559567, 'Rock_Lizard', 9569, -148.000, -0.908, 19.000, 127), + (17559568, 'Rock_Lizard', 9569, -135.000, 0.040, 67.000, 127), + (17559569, 'Rock_Lizard', 9569, -140.450, -1.212, 45.842, 64), + (17559570, 'Goblin_Thug', 9564, -144.859, 1.971, 90.456, 33), + (17559571, 'Goblin_Weaver', 9566, -115.907, 2.991, 106.706, 5), + (17559572, 'Goblin_Thug', 9564, -116.673, 2.695, 130.868, 4), + (17559573, 'Goblin_Weaver', 9566, -127.628, 3.278, 127.378, 55), + (17559574, 'Hoarder_Hare', 9567, -131.000, 3.000, 114.000, 127), + (17559575, 'Hoarder_Hare', 9567, -128.549, 4.003, 131.276, 117), + (17559576, 'Hoarder_Hare', 9567, -109.000, 4.000, 118.000, 127), + (17559577, 'Goblin_Thug', 9564, -191.000, 4.000, 82.000, 100), + (17559578, 'Goblin_Weaver', 9566, -347.000, 3.000, -93.000, 127), + (17559579, 'Goblin_Thug', 9564, -389.000, -0.600, -98.000, 127), + (17559580, 'Goblin_Weaver', 9566, -206.000, 3.886, 86.000, 127), + (17559581, 'Hoarder_Hare', 9567, -193.354, 4.223, 93.049, 127), + (17559582, 'Hoarder_Hare', 9567, -209.536, 3.524, 86.006, 124), + (17559583, 'Hoarder_Hare', 9567, -189.000, 3.000, 79.000, 127), + (17559584, 'Teporingo', 0, 0.000, 0.000, 0.000, 0), + (17559585, 'Goblin_Ambusher', 9558, -264.175, 2.767, 23.157, 127), + (17559586, 'Goblin_Ambusher', 9558, -273.220, 2.944, -7.446, 37), + (17559587, 'Goblin_Tinkerer', 9565, -280.000, 4.000, 32.000, 127), + (17559588, 'Goblin_Butcher', 9559, -265.142, 3.638, 11.529, 91), + (17559589, 'Wadi_Hare', 9577, -282.000, 4.000, 19.000, 87), + (17559590, 'Wadi_Hare', 9577, -251.779, 4.286, 44.743, 108), + (17559591, 'Wadi_Hare', 9577, -223.276, 3.596, 23.259, 56), + (17559592, 'Steam_Lizard', 9571, -296.000, 3.000, -81.000, 127), + (17559593, 'Goblin_Ambusher', 9558, -253.833, 2.562, 33.486, 16), + (17559595, 'Goblin_Tinkerer', 9565, -332.397, 3.861, 8.651, 68), + (17559596, 'Goblin_Butcher', 9559, -310.890, 4.000, 1.750, 115), + (17559597, 'Wadi_Hare', 9577, -331.563, 2.556, 45.812, 69), + (17559598, 'Wadi_Hare', 9577, -290.000, 4.000, 34.000, 127), + (17559599, 'Wadi_Hare', 9577, -310.947, 4.268, 16.451, 93), + (17559600, 'Steam_Lizard', 9571, -269.000, 3.000, -83.000, 127), + (17559601, 'Wadi_Hare', 9577, -323.249, 3.932, -5.855, 85), + (17559602, 'Wadi_Hare', 9577, -324.605, 2.908, 46.643, 127), + (17559603, 'Rock_Lizard', 9569, -315.000, 4.000, 35.000, 127), + (17559604, 'Rock_Lizard', 9569, -315.969, 3.331, 15.094, 127), + (17559605, 'Rock_Lizard', 9569, -219.672, -0.050, -34.149, 127), + (17559606, 'Goblin_Thug', 9564, -173.365, -1.258, -60.782, 24), + (17559607, 'Goblin_Weaver', 9566, -181.926, -1.334, -11.977, 104), + (17559608, 'Goblin_Fisher', 9560, -80.000, 4.000, -219.000, 63), + (17559609, 'Goblin_Thug', 9564, -49.791, 3.631, -222.531, 103), + (17559610, 'Goblin_Weaver', 9566, -41.003, 2.994, -193.217, 69), + (17559611, 'Goblin_Fisher', 9560, -28.016, 4.263, -210.032, 15), + (17559612, 'Rock_Lizard', 9569, -25.000, 3.000, -186.000, 127), + (17559613, 'Stone_Eater', 9573, -59.778, 3.590, -228.729, 127), + (17559614, 'Stone_Eater', 9573, -28.014, 3.265, -202.174, 49), + (17559615, 'Stone_Eater', 9573, -35.111, 3.108, -202.215, 127), + (17559616, 'Goblin_Thug', 9564, -66.000, 3.872, -233.000, 127), + (17559617, 'Goblin_Weaver', 9566, -35.768, 3.158, -213.303, 89), + (17559618, 'Goblin_Fisher', 9560, -48.540, 4.284, -251.446, 127), + (17559619, 'Goblin_Thug', 9564, -51.000, 4.107, -204.000, 127), + (17559620, 'Goblin_Weaver', 9566, -76.000, 4.241, -204.000, 127), + (17559621, 'Goblin_Fisher', 9560, -92.024, 3.039, -243.836, 127), + (17559622, 'Rock_Lizard', 9569, -86.255, 3.689, -248.212, 127), + (17559623, 'Stone_Eater', 9573, -86.703, 3.537, -231.260, 75), + (17559624, 'Stone_Eater', 9573, -91.463, 2.385, -192.755, 127), + (17559625, 'Stone_Eater', 9573, -63.000, 3.000, -193.000, 127), + (17559626, 'Rock_Lizard', 9569, -90.095, 3.931, -206.040, 127), + (17559627, 'Rock_Lizard', 9569, -65.000, 4.000, -251.000, 104), + (17559628, 'Rock_Lizard', 9569, -98.841, 2.869, -222.689, 80), + (17559629, 'Goblin_Thug', 9564, -144.646, -0.927, -219.475, 127), + (17559630, 'Goblin_Weaver', 9566, -209.478, -1.024, -219.290, 127), + (17559631, 'Goblin_Fisher', 9560, -220.000, -1.006, -230.000, 127), + (17559632, 'Goblin_Thug', 9564, -151.558, 3.024, -108.578, 127), + (17559633, 'Goblin_Weaver', 9566, -169.611, 3.513, -143.576, 23), + (17559634, 'Goblin_Fisher', 9560, -172.085, 2.999, -160.264, 127), + (17559635, 'Rock_Lizard', 9569, -169.718, 4.144, -113.064, 73), + (17559636, 'Wadi_Crab', 9576, -157.118, 4.119, -146.662, 48), + (17559637, 'Wadi_Crab', 9576, -197.655, 3.004, -109.342, 127), + (17559638, 'Wadi_Crab', 9576, -202.781, 3.004, -152.500, 127), + (17559639, 'Goblin_Thug', 9564, -195.335, 3.085, -155.813, 22), + (17559640, 'Goblin_Weaver', 9566, -166.618, 3.989, -122.072, 94), + (17559641, 'Goblin_Fisher', 9560, -156.209, 3.038, -172.390, 79), + (17559642, 'Goblin_Thug', 9564, -243.000, 3.198, -128.000, 127), + (17559643, 'Goblin_Weaver', 9566, -212.515, 3.344, -125.240, 26), + (17559644, 'Goblin_Fisher', 9560, -218.823, 3.006, -158.359, 127), + (17559645, 'Rock_Lizard', 9569, -253.000, 3.000, -171.000, 18), + (17559646, 'Wadi_Crab', 9576, -232.126, 2.968, -164.215, 127), + (17559647, 'Wadi_Crab', 9576, -247.893, 2.874, -147.280, 77), + (17559648, 'Wadi_Crab', 9576, -213.000, 3.571, -110.000, 116), + (17559649, 'Rock_Lizard', 9569, -227.734, 2.817, -168.645, 66), + (17559650, 'Goblin_Thug', 9564, -238.334, 4.038, -107.629, 121), + (17559651, 'Goblin_Weaver', 9566, -212.303, 2.938, -161.825, 23), + (17559652, 'Goblin_Thug', 9564, -305.000, 3.234, -142.000, 88), + (17559653, 'Goblin_Weaver', 9566, -325.448, 3.017, -158.420, 54), + (17559654, 'Rock_Lizard', 9569, -311.049, 2.980, -169.857, 127), + (17559655, 'Wadi_Crab', 9576, -345.000, 4.000, -171.000, 32), + (17559656, 'Goblin_Thug', 9564, -309.595, 2.930, -153.633, 127), + (17559657, 'Goblin_Weaver', 9566, -319.505, 2.999, -161.306, 123), + (17559658, 'Goblin_Thug', 9564, -332.129, 3.634, -146.782, 127), + (17559659, 'Goblin_Weaver', 9566, -361.697, 3.500, -152.079, 127), + (17559660, 'Rock_Lizard', 9569, -374.349, 3.788, -151.361, 127), + (17559661, 'Wadi_Crab', 9576, -366.712, 3.274, -148.171, 27), + (17559662, 'Goblin_Ambusher', 9558, -375.000, 3.000, -172.000, 125), + (17559663, 'Goblin_Ambusher', 9558, -345.000, 3.651, -155.000, 127), + (17559664, 'Goblin_Tinkerer', 9565, -351.825, 3.701, -151.196, 81), + (17559665, 'Goblin_Butcher', 9559, -299.046, 3.915, -72.442, 110), + (17559666, 'Wadi_Leech', 9578, -317.389, 3.500, -76.478, 126), + (17559667, 'Wadi_Leech', 9578, -338.000, 4.000, -80.000, 127), + (17559668, 'Wadi_Leech', 9578, -317.077, 3.977, -66.049, 127), + (17559669, 'Steam_Lizard', 9571, -339.000, 3.000, -82.000, 127), + (17559670, 'Goblin_Ambusher', 9558, -264.732, 3.445, -68.226, 127), + (17559671, 'Goblin_Ambusher', 9558, -302.649, 3.894, -89.864, 127), + (17559672, 'Goblin_Tinkerer', 9565, -285.000, 3.952, -86.000, 40), + (17559673, 'Goblin_Butcher', 9559, -378.000, 3.000, -95.000, 127), + (17559674, 'Wadi_Leech', 9578, -345.000, 4.000, -92.000, 93), + (17559675, 'Wadi_Leech', 9578, -383.000, 2.000, -98.000, 127), + (17559676, 'Wadi_Leech', 9578, -356.863, 2.937, -92.540, 127), + (17559677, 'Steam_Lizard', 9571, -320.000, 3.000, -88.000, 127), + (17559678, 'Goblin_Brigand', 10773, -432.000, 4.000, -6.000, 127), + (17559679, 'Goblin_Headsman', 10774, -439.000, 4.000, 38.000, 127), + (17559680, 'Goblin_Healer', 10775, -486.000, 3.000, -59.000, 127), + (17559681, 'Goblin_Brigand', 10773, -266.000, -1.000, 143.000, 127), + (17559682, 'Goblin_Headsman', 10774, -226.000, -1.000, 222.000, 127), + (17559683, 'Goblin_Healer', 10775, -242.000, 3.000, 309.000, 127), + (17559684, 'Witchetty_Grub', 10776, -325.000, 3.000, 202.000, 127), + (17559685, 'Witchetty_Grub', 10776, -309.000, 3.000, 186.000, 127), + (17559686, 'Goblin_Brigand', 10773, -201.000, 3.000, 556.000, 127), + (17559687, 'Goblin_Headsman', 10774, -344.000, -1.000, 91.000, 127), + (17559688, 'Goblin_Healer', 10775, -308.000, 3.000, 397.000, 127), + (17559689, 'Couloir_Leech', 10777, -272.000, 3.000, 328.000, 21), + (17559690, 'Couloir_Leech', 10777, -488.000, 3.000, -6.000, 105), + (17559691, 'Goblin_Brigand', 10773, -133.237, 4.118, 205.484, 127), + (17559692, 'Goblin_Headsman', 10774, -114.533, 3.479, 209.173, 107), + (17559693, 'Goblin_Healer', 10775, -121.262, 3.002, 241.411, 127), + (17559694, 'Couloir_Leech', 10777, -409.000, 4.000, 123.000, 127), + (17559695, 'Couloir_Leech', 10777, -428.000, 3.000, 118.000, 127), + (17559696, 'Goblin_Brigand', 10773, -127.748, 2.807, 252.743, 127), + (17559697, 'Goblin_Headsman', 10774, -117.000, 3.000, 287.000, 127), + (17559698, 'Goblin_Healer', 10775, -230.000, 3.000, 278.000, 127), + (17559699, 'Couloir_Leech', 10777, -401.000, 3.000, -48.000, 52), + (17559700, 'Couloir_Leech', 10777, -468.000, 3.000, -1.000, 46), + (17559701, 'Goblin_Brigand', 10773, -460.000, 3.000, -85.000, 127), + (17559702, 'Goblin_Brigand', 10773, -402.000, 4.000, 2.000, 127), + (17559703, 'Witchetty_Grub', 10776, -462.000, 3.000, 248.000, 89), + (17559704, 'Witchetty_Grub', 10776, -454.000, 3.000, 199.000, 127), + (17559705, 'Goblin_Brigand', 10773, -66.389, 2.981, 240.043, 127), + (17559706, 'Goblin_Headsman', 10774, -73.054, 3.000, 274.203, 70), + (17559707, 'Goblin_Healer', 10775, -85.016, 3.001, 272.970, 127), + (17559708, 'Prim_Pika', 10778, -486.000, 3.000, 14.000, 127), + (17559709, 'Prim_Pika', 10778, -447.000, 4.000, 17.000, 127), + (17559710, 'Prim_Pika', 10778, -475.000, 4.000, 238.000, 127), + (17559711, 'Goblin_Brigand', 10773, -240.000, 3.000, 531.000, 127), + (17559712, 'Goblin_Headsman', 10774, -108.000, 3.000, 345.000, 127), + (17559713, 'Goblin_Healer', 10775, -460.000, 3.000, 325.000, 127), + (17559714, 'Prim_Pika', 10778, -120.436, 2.984, 402.132, 14), + (17559715, 'Prim_Pika', 10778, -123.230, 2.679, 411.743, 119), + (17559716, 'Prim_Pika', 10778, -100.657, 3.004, 386.181, 33), + (17559717, 'Goblin_Brigand', 10773, -83.000, 3.000, 482.000, 127), + (17559718, 'Goblin_Headsman', 10774, -86.000, 3.514, 387.000, 127), + (17559719, 'Goblin_Healer', 10775, -122.580, 2.935, 376.096, 127), + (17559720, 'Prim_Pika', 10778, -307.000, 3.000, 395.000, 127), + (17559721, 'Prim_Pika', 10778, -99.666, 2.906, 408.084, 27), + (17559722, 'Prim_Pika', 10778, -142.521, 3.593, 379.200, 127), + (17559723, 'Goblin_Brigand', 10773, -146.555, 3.003, 359.116, 32), + (17559724, 'Goblin_Headsman', 10774, -159.001, 3.424, 367.912, 113), + (17559725, 'Goblin_Healer', 10775, -196.000, 3.000, 335.000, 127), + (17559726, 'Prim_Pika', 10778, -443.000, 4.000, 200.000, 26), + (17559727, 'Prim_Pika', 10778, -172.308, 2.872, 355.795, 127), + (17559728, 'Prim_Pika', 10778, -168.615, 3.000, 364.416, 86), + (17559729, 'Goblin_Headsman', 10774, -380.000, 3.000, 397.000, 127), + (17559730, 'Goblin_Headsman', 10774, -434.000, 3.000, -140.000, 127), + (17559731, 'Goblin_Headsman', 10774, -202.000, 3.000, 362.000, 6), + (17559732, 'Witchetty_Grub', 10776, -127.000, 3.000, 192.000, 127), + (17559733, 'Witchetty_Grub', 10776, -433.000, 3.000, 251.000, 127), + (17559734, 'Goblin_Healer', 10775, -219.288, 2.982, 323.731, 127), + (17559735, 'Goblin_Healer', 10775, -202.393, 3.004, 348.961, 127), + (17559736, 'Goblin_Healer', 10775, -203.000, 3.000, 314.000, 127), + (17559737, 'Witchetty_Grub', 10776, -110.000, 3.000, 186.000, 7), + (17559738, 'Witchetty_Grub', 10776, -106.000, 3.000, 220.000, 70), + (17559739, 'Natty_Gibbon', 10779, -19.000, -1.000, 600.000, 127), + (17559740, 'Natty_Gibbon', 10779, -39.000, -1.000, 579.000, 127), + (17559741, 'Natty_Gibbon', 10779, -282.000, 4.000, 393.000, 127), + (17559742, 'Natty_Gibbon', 10779, -173.000, 4.000, 523.000, 40), + (17559743, 'Trimmer', 10780, -185.000, 3.000, 544.000, 127), + (17559744, 'Trimmer', 10780, -322.000, 4.000, 427.000, 127), + (17559745, 'Trimmer', 10780, -290.000, 4.000, 444.000, 127), + (17559746, 'Trimmer', 10780, -246.000, 4.000, 551.000, 127), + (17559747, 'Witchetty_Grub', 10776, -313.000, 3.000, 208.000, 108), + (17559748, 'Witchetty_Grub', 10776, -346.000, 3.000, 230.000, 1), + (17559749, 'Witchetty_Grub', 10776, -478.000, 3.000, 11.000, 66), + (17559750, 'Witchetty_Grub', 10776, -424.000, 3.000, -6.000, 69), + (17559751, 'Witchetty_Grub', 10776, -83.000, 3.000, 259.000, 127), + (17559752, 'Witchetty_Grub', 10776, -92.000, 3.000, 234.000, 8), + (17559753, 'Natty_Gibbon', 10779, -197.000, 3.000, 522.000, 127), + (17559754, 'Natty_Gibbon', 10779, -210.000, 3.000, 555.000, 5), + (17559755, 'Natty_Gibbon', 10779, -85.000, 3.000, 526.000, 126), + (17559756, 'Trimmer', 10780, -256.000, 3.000, 297.000, 127), + (17559757, 'Trimmer', 10780, -249.000, 4.000, 325.000, 127), + (17559758, 'Trimmer', 10780, -256.000, 3.000, 423.000, 127), + (17559759, 'Natty_Gibbon', 10779, -237.000, 4.000, 521.000, 127), + (17559760, 'Natty_Gibbon', 10779, -59.000, -1.000, 554.000, 24), + (17559761, 'Natty_Gibbon', 10779, -73.000, 4.000, 519.000, 127), + (17559762, 'Trimmer', 10780, -85.000, 4.000, 510.000, 127), + (17559763, 'Trimmer', 10780, -76.000, 4.000, 489.000, 127), + (17559764, 'Trimmer', 10780, -86.000, 4.000, 407.000, 127), + (17559765, 'Natty_Gibbon', 10779, -79.000, 4.000, 501.000, 127), + (17559766, 'Natty_Gibbon', 10779, -73.000, 4.000, 470.000, 127), + (17559767, 'Natty_Gibbon', 10779, -86.000, 3.000, 472.000, 127), + (17559768, 'Trimmer', 10780, -175.000, 3.000, 345.000, 127), + (17559769, 'Trimmer', 10780, -322.000, 4.000, 389.000, 127), + (17559770, 'Trimmer', 10780, -210.000, 4.000, 564.000, 127), + (17559771, 'Natty_Gibbon', 10779, -278.000, 3.000, 413.000, 127), + (17559772, 'Natty_Gibbon', 10779, -219.000, -1.000, 398.000, 66), + (17559773, 'Natty_Gibbon', 10779, -142.000, -2.000, 462.000, 127), + (17559774, 'Fume_Lizard', 10781, -60.000, -0.880, 574.000, 65), + (17559775, 'Fume_Lizard', 10781, -151.000, 3.000, 515.000, 66), + (17559776, 'Fume_Lizard', 10781, -204.000, 3.000, 521.000, 127), + (17559777, 'Natty_Gibbon', 10779, -139.000, -1.000, 558.000, 61), + (17559778, 'Natty_Gibbon', 10779, -139.000, -1.000, 441.000, 44), + (17559779, 'Natty_Gibbon', 10779, -180.000, -1.000, 412.000, 77), + (17559780, 'Fume_Lizard', 10781, -217.236, 3.222, 572.496, 127), + (17559781, 'Fume_Lizard', 10781, -198.687, 3.500, 543.737, 127), + (17559782, 'Fume_Lizard', 10781, -191.000, 3.000, 563.000, 127), + (17559783, 'Natty_Gibbon', 10779, -277.000, 3.000, 435.000, 55), + (17559784, 'Natty_Gibbon', 10779, -315.000, 4.000, 437.000, 105), + (17559785, 'Natty_Gibbon', 10779, -309.000, 4.000, 410.000, 127), + (17559786, 'Fume_Lizard', 10781, -229.000, 4.000, 514.000, 58), + (17559787, 'Fume_Lizard', 10781, -244.312, 2.973, 515.084, 127), + (17559788, 'Fume_Lizard', 10781, -218.675, 2.973, 524.223, 127), + (17559789, 'Fume_Lizard', 10781, -252.665, 4.351, 527.816, 75), + (17559790, 'Fume_Lizard', 10781, -236.000, 4.000, 559.000, 61), + (17559791, 'Fume_Lizard', 10781, -253.000, 3.000, 510.000, 127), + (17559792, 'Fume_Lizard', 10781, -160.000, 4.000, 523.000, 127), + (17559793, 'Fume_Lizard', 10781, -210.319, 2.993, 507.866, 43), + (17559794, 'Goblin_Conjurer', 10782, -76.000, 3.000, 242.000, 127), + (17559795, 'Goblin_Conjurer', 10782, -420.000, 4.000, 353.000, 127), + (17559796, 'Prim_Pika', 10778, -178.332, 2.686, 535.476, 127), + (17559797, 'Prim_Pika', 10778, -404.000, 3.000, -20.000, 127), + (17559798, 'Prim_Pika', 10778, -481.000, 4.000, 203.000, 127), + (17559799, 'Goblin_Conjurer', 10782, -101.000, 3.000, 250.000, 127), + (17559800, 'Goblin_Conjurer', 10782, -180.000, -1.000, 279.000, 127), + (17559801, 'Prim_Pika', 10778, -247.714, 2.994, 440.037, 53), + (17559802, 'Prim_Pika', 10778, -391.000, 3.000, 34.000, 127), + (17559803, 'Prim_Pika', 10778, -263.421, 2.999, 437.599, 82), + (17559804, 'Goblin_Conjurer', 10782, -336.000, -1.000, 147.000, 127), + (17559805, 'Goblin_Conjurer', 10782, -231.000, 4.000, 447.000, 57), + (17559806, 'Witchetty_Grub', 10776, -391.000, 3.000, 51.000, 74), + (17559807, 'Witchetty_Grub', 10776, -309.000, 3.000, 222.000, 127), + (17559808, 'Witchetty_Grub', 10776, -320.000, 3.000, 219.000, 7), + (17559809, 'Goblin_Bladesmith', 10783, -332.031, 3.085, 385.725, 123), + (17559810, 'Goblin_Bladesmith', 10783, -242.000, 4.000, 429.000, 127), + (17559811, 'Witchetty_Grub', 10776, -440.000, 3.000, 189.000, 127), + (17559812, 'Witchetty_Grub', 10776, -429.000, 3.000, 214.000, 127), + (17559813, 'Witchetty_Grub', 10776, -480.000, 3.000, 213.000, 15), + (17559814, 'Goblin_Bladesmith', 10783, -267.636, 2.956, 405.351, 127), + (17559815, 'Goblin_Bladesmith', 10783, -321.716, 3.000, 411.778, 127), + (17559816, 'Prim_Pika', 10778, -292.346, 2.999, 435.594, 37), + (17559817, 'Prim_Pika', 10778, -313.659, 3.000, 449.162, 43), + (17559818, 'Prim_Pika', 10778, -294.000, 4.000, 417.000, 40), + (17559819, 'Prim_Pika', 10778, -316.000, 3.000, 418.000, 118), + (17559820, 'Prim_Pika', 10778, -327.000, 3.000, 452.000, 20), + (17559821, 'Prim_Pika', 10778, -277.000, 3.000, 443.000, 127), + (17559822, 'Prim_Pika', 10778, -435.000, 3.000, 243.000, 127), + (17559823, 'Prim_Pika', 10778, -329.396, 3.527, 428.075, 2), + (17559824, 'Goblin_Bushwhacker', 10784, -400.000, 4.000, 379.000, 63), + (17559825, 'Goblin_Bushwhacker', 10784, -460.000, 4.000, -123.000, 127), + (17559826, 'Goblin_Bushwhacker', 10784, -444.000, 3.000, 339.000, 76), + (17559827, 'Witchetty_Grub', 10776, -80.000, 3.000, 281.000, 127), + (17559828, 'Witchetty_Grub', 10776, -399.000, 3.000, -13.000, 127), + (17559829, 'Witchetty_Grub', 10776, -403.000, 3.000, 31.000, 127), + (17559830, 'Witchetty_Grub', 10776, -311.000, 3.000, 238.000, 127), + (17559831, 'Goblin_Bushwhacker', 10784, -360.000, -1.000, 180.000, 62), + (17559832, 'Couloir_Leech', 10777, -385.000, 3.000, 107.000, 127), + (17559833, 'Couloir_Leech', 10777, -405.000, 3.000, 108.000, 127), + (17559834, 'Couloir_Leech', 10777, -388.000, 3.000, 133.000, 127), + (17559835, 'Couloir_Leech', 10777, -413.000, 3.000, 44.000, 89), + (17559836, 'Couloir_Leech', 10777, -437.000, 3.000, 48.000, 117), + (17559837, 'Couloir_Leech', 10777, -452.000, 3.000, 234.000, 127), + (17559838, 'Couloir_Leech', 10777, -488.000, 3.000, 43.000, 127), + (17559839, 'Witchetty_Grub', 10776, -402.000, 3.000, 16.000, 89), + (17559840, 'Witchetty_Grub', 10776, -414.000, 3.000, -50.000, 75), + (17559841, 'Goblin_Conjurer', 10782, -485.586, 2.945, 246.359, 42), + (17559842, 'Goblin_Bladesmith', 10783, -455.843, 3.284, 208.091, 127), + (17559843, 'Goblin_Bushwhacker', 10784, -123.000, 3.000, 266.000, 127), + (17559844, 'Couloir_Leech', 10777, -433.000, 3.000, 110.000, 77), + (17559845, 'Couloir_Leech', 10777, -449.000, 3.000, 122.000, 21), + (17559846, 'Goblin_Conjurer', 10782, -228.000, -1.000, 169.000, 62), + (17559847, 'Goblin_Bladesmith', 10783, -483.696, 4.124, 189.013, 32), + (17559848, 'Goblin_Bushwhacker', 10784, -432.509, 3.882, 201.789, 90), + (17559849, 'Couloir_Leech', 10777, -334.000, 3.000, 213.000, 105), + (17559850, 'Couloir_Leech', 10777, -362.000, 3.000, 227.000, 127), + (17559851, 'Couloir_Leech', 10777, -354.000, 3.000, 252.000, 127), + (17559852, 'Goblin_Conjurer', 10782, -265.000, 3.000, 308.000, 5), + (17559853, 'Goblin_Bladesmith', 10783, -341.000, -1.000, 292.000, 127), + (17559854, 'Goblin_Bushwhacker', 10784, -78.000, 3.000, 524.000, 3), + (17559855, 'Couloir_Leech', 10777, -485.000, 3.000, 225.000, 127), + (17559856, 'Couloir_Leech', 10777, -216.000, 3.000, 304.000, 9), + (17559857, 'Couloir_Leech', 10777, -225.000, 3.000, 335.000, 127), + (17559858, 'Goblin_Bladesmith', 10783, -266.000, -1.000, 181.000, 105), + (17559859, 'Goblin_Bushwhacker', 10784, -233.000, 3.000, 295.000, 127), + (17559860, 'Couloir_Leech', 10777, -467.000, 3.000, 197.000, 127), + (17559861, 'Couloir_Leech', 10777, -437.000, 3.000, 216.000, 127), + (17559862, 'Couloir_Leech', 10777, -327.000, 3.000, 239.000, 127), + (17559863, 'Witchetty_Grub', 10776, -371.000, 3.000, 233.000, 127), + (17559864, 'Witchetty_Grub', 10776, -349.000, 3.000, 225.000, 91), + (17559865, 'Witchetty_Grub', 10776, -453.000, 3.000, 42.000, 84), + (17559866, 'Witchetty_Grub', 10776, -478.000, 3.000, 40.000, 32), + (17559867, 'Witchetty_Grub', 10776, -353.000, 3.000, 238.000, 78), + (17559868, 'Witchetty_Grub', 10776, -317.000, 3.000, 248.000, 127), + (17559869, 'Chocoboleech', 0, 0.000, 0.000, 0.000, 0), + (17559870, 'Fire_Elemental', 9555, -327.998, 3.498, 251.088, 127), + (17486171, 'Thoon', 0, 0.000, 0.000, 0.000, 0), + (17457204, 'Gloom Eye', 0, 0.000, 0.000, 0.000, 0), + (17563649, 'Battue_Bats', 9584, 463.290, -8.046, 138.674, 103), + (17563650, 'Battue_Bats', 9584, 462.224, -8.026, 133.832, 32), + (17563651, 'Battue_Bats', 9584, 384.000, -0.005, 144.000, 95), + (17563652, 'Battue_Bats', 9584, 379.196, -0.006, 139.133, 99), + (17563653, 'Goblin_Thug', 9597, 385.718, -0.014, 98.594, 99), + (17563654, 'Goblin_Thug', 9597, 387.911, -0.002, 25.103, 29), + (17563655, 'Goblin_Thug', 9597, 414.121, 0.700, 40.818, 127), + (17563656, 'Goblin_Thug', 9597, 419.943, 0.600, 77.170, 127), + (17563657, 'Goblin_Thug', 9597, 415.123, -0.035, 87.088, 103), + (17563658, 'Battue_Bats', 9584, 411.750, -0.016, 37.727, 127), + (17563659, 'Battue_Bats', 9584, 404.042, 0.500, 41.396, 88), + (17563660, 'Goblin_Thug', 9597, 340.104, -0.005, 49.140, 127), + (17563661, 'Goblin_Thug', 9597, 355.384, 0.600, 55.210, 127), + (17563662, 'Goblin_Thug', 9597, 343.866, 0.500, 55.734, 127), + (17563663, 'Goblin_Thug', 9597, 350.168, 0.500, 86.161, 127), + (17563664, 'Battue_Bats', 9584, 339.828, 0.500, 30.581, 127), + (17563665, 'Battue_Bats', 9584, 390.465, 0.500, -20.308, 127), + (17563666, 'Blade_Bat', 9587, 349.845, -0.058, -20.503, 127), + (17563667, 'Blade_Bat', 9587, 417.322, -0.001, -22.468, 127), + (17563668, 'Goblin_Thug', 9597, 421.952, -0.028, -26.985, 95), + (17563669, 'Goblin_Weaver', 9599, 425.932, -0.005, -18.715, 127), + (17563670, 'Magicked_Bones', 9601, 0.000, 0.000, 0.000, 72), + (17563671, 'Magicked_Bones', 9601, 0.000, 0.000, 0.000, 72), + (17563672, 'Goblin_Weaver', 9599, 452.927, -0.500, 21.676, 64), + (17563673, 'Goblin_Thug', 9597, 456.238, -0.523, 12.349, 127), + (17563674, 'Goblin_Weaver', 9599, 0.000, 0.000, 0.000, 127), + (17563675, 'Goblin_Thug', 9597, 0.000, 0.000, 0.000, 127), + (17563676, 'Goblin_Weaver', 9599, 0.000, 0.000, 0.000, 127), + (17563677, 'Goblin_Thug', 9597, 0.000, 0.000, 0.000, 64), + (17563678, 'Goblin_Weaver', 9599, 453.000, -1.000, 96.000, 127), + (17563679, 'Goblin_Thug', 9597, 452.000, -1.000, 100.000, 127), + (17563680, 'Troika_Bats', 10797, 276.733, -0.240, 138.466, 127), + (17563681, 'Troika_Bats', 10797, 253.000, -0.866, 94.000, 123), + (17563682, 'Deathwatch_Beetle', 10798, 37.000, -1.000, 83.000, 88), + (17563683, 'Deathwatch_Beetle', 10798, 140.000, -1.000, -44.000, 22), + (17563684, 'Goblin_Flesher', 10799, 248.000, -1.000, 82.000, 127), + (17563685, 'Goblin_Metallurgist', 10800, 242.000, -1.000, -38.000, 127), + (17563686, 'Goblin_Lurcher', 10801, 284.000, -1.000, -37.000, 127), + (17563687, 'Goblin_Lurcher', 10801, 263.009, -0.258, -36.001, 127), + (17563688, 'Skinnymalinks', 10802, 211.000, -1.000, 57.000, 127), + (17563689, 'Skinnymalinks', 10802, 186.000, -1.000, 58.000, 127), + (17563690, 'Skinnymajinx', 10803, 198.000, -1.000, 57.000, 5), + (17563691, 'Troika_Bats', 10797, 235.324, -0.512, -48.677, 25), + (17563692, 'Troika_Bats', 10797, 254.726, -0.103, -25.738, 127), + (17563693, 'Troika_Bats', 10797, 268.817, -0.629, -37.125, 127), + (17563694, 'Troika_Bats', 10797, 276.195, -0.556, -49.834, 118), + (17563695, 'Deathwatch_Beetle', 10798, 37.000, -1.000, 74.000, 127), + (17563696, 'Deathwatch_Beetle', 10798, 71.000, -1.000, 19.000, 127), + (17563697, 'Deathwatch_Beetle', 10798, 198.000, -1.000, 20.000, 21), + (17563698, 'Troika_Bats', 10797, 259.000, -0.456, 15.000, 127), + (17563699, 'Troika_Bats', 10797, 239.656, -0.466, 19.172, 127), + (17563700, 'Troika_Bats', 10797, 223.975, -0.464, 18.162, 93), + (17563701, 'Troika_Bats', 10797, 227.192, -0.378, 25.616, 30), + (17563702, 'Troika_Bats', 10797, 179.553, -0.355, -7.816, 127), + (17563703, 'Troika_Bats', 10797, 179.961, -0.500, 23.909, 81), + (17563704, 'Deathwatch_Beetle', 10798, 156.000, -0.366, -20.000, 63), + (17563705, 'Deathwatch_Beetle', 10798, 180.000, -0.375, 2.000, 64), + (17563706, 'Deathwatch_Beetle', 10798, 89.000, 0.794, 11.000, 64), + (17563707, 'Deathwatch_Beetle', 10798, 118.000, 0.500, -20.000, 127), + (17563708, 'Covin_Bat', 10804, 103.593, -0.640, -8.701, 127), + (17563709, 'Goblin_Metallurgist', 10800, 241.000, -1.000, 72.000, 115), + (17563710, 'Goblin_Trailblazer', 10805, 231.000, -1.000, 71.000, 127), + (17563711, 'Goblin_Lurcher', 10801, 236.000, -1.000, 83.000, 123), + (17563712, 'Skinnymalinks', 10802, 108.658, 0.500, 60.067, 127), + (17563713, 'Skinnymalinks', 10802, 74.000, -1.000, 57.000, 127), + (17563714, 'Skinnymajinx', 10803, 171.000, -1.000, 58.000, 64), + (17563715, 'Skinnymajinx', 10803, 95.000, -1.000, 59.000, 72), + (17563716, 'Deathwatch_Beetle', 10798, 48.305, -0.609, 76.995, 127), + (17563717, 'Deathwatch_Beetle', 10798, 0.100, 0.721, 23.000, 91), + (17563718, 'Deathwatch_Beetle', 10798, 3.811, 0.244, 16.316, 83), + (17563719, 'Covin_Bat', 10804, 20.264, -0.360, 40.554, 63), + (17563720, 'Covin_Bat', 10804, 22.673, -0.522, 57.999, 127), + (17563721, 'Covin_Bat', 10804, -98.000, 7.000, -142.000, 5), + (17563722, 'Covin_Bat', 10804, 82.693, 7.224, -57.074, 127), + (17563723, 'Covin_Bat', 10804, 133.181, -0.289, -58.209, 127), + (17563724, 'Deathwatch_Beetle', 10798, 72.143, 7.423, -60.786, 127), + (17563725, 'Deathwatch_Beetle', 10798, 59.000, 7.129, -83.000, 118), + (17563726, 'Deathwatch_Beetle', 10798, 102.643, 1.566, -58.681, 11), + (17563727, 'Goblin_Metallurgist', 10800, 7.981, 7.995, -128.597, 37), + (17563728, 'Goblin_Trailblazer', 10805, 13.000, 7.000, -113.000, 127), + (17563729, 'Goblin_Flesher', 10799, 22.555, 8.310, -122.473, 69), + (17563730, 'Goblin_Lurcher', 10801, 27.323, 7.435, -133.300, 42), + (17563731, 'Goblin_Lurcher', 10801, 43.000, 8.000, -115.000, 99), + (17563732, 'Covin_Bat', 10804, -10.740, 7.495, -122.897, 67), + (17563733, 'Covin_Bat', 10804, -2.145, 7.434, -120.633, 5), + (17563734, 'Covin_Bat', 10804, 43.211, 7.496, -123.225, 69), + (17563735, 'Covin_Bat', 10804, 60.000, -1.000, 37.000, 127), + (17563736, 'Deathwatch_Beetle', 10798, -28.000, 7.687, -138.000, 98), + (17563737, 'Deathwatch_Beetle', 10798, -66.000, 8.000, -178.000, 75), + (17563738, 'Deathwatch_Beetle', 10798, -58.439, 7.593, -149.664, 75), + (17563739, 'Goblin_Metallurgist', 10800, -99.000, 7.000, -189.000, 5), + (17563740, 'Goblin_Trailblazer', 10805, -99.090, 8.000, -168.198, 127), + (17563741, 'Goblin_Flesher', 10799, -99.228, 8.000, -154.211, 56), + (17563742, 'Goblin_Lurcher', 10801, -98.516, 7.991, -122.994, 120), + (17563743, 'Goblin_Lurcher', 10801, -97.000, 7.000, -97.000, 127), + (17563744, 'Goblin_Lurcher', 10801, -96.247, 7.998, -134.372, 127), + (17563745, 'Covin_Bat', 10804, -95.748, 7.963, -109.679, 127), + (17563746, 'Covin_Bat', 10804, -99.361, 7.999, -178.589, 127), + (17563747, 'Blob', 9588, -63.000, 8.000, -60.000, 127), + (17563748, 'Blob', 9588, -52.372, 7.413, -58.898, 20), + (17563749, 'Maltha', 9602, -57.347, 7.631, -66.473, 98), + (17563750, 'Balloon', 9582, 306.000, -1.000, 99.000, 127), + (17563751, 'Balloon', 9582, 306.000, -1.000, 19.000, 127), + (17563752, 'Goblin_Mugger', 9596, -216.181, 0.500, -113.593, 56), + (17563753, 'Goblin_Leecher', 9595, -218.062, 0.500, -105.190, 118), + (17563754, 'Goblin_Gambler', 9594, -207.757, 0.500, -108.930, 28), + (17563755, 'Battle_Bat', 9583, -208.926, -0.036, -104.369, 127), + (17563756, 'Battle_Bat', 9583, -196.341, 0.500, -111.000, 127), + (17563757, 'Goblin_Mugger', 9596, -247.585, 0.500, -175.485, 105), + (17563758, 'Goblin_Leecher', 9595, -238.315, -0.002, -179.249, 97), + (17563759, 'Goblin_Gambler', 9594, -206.993, 0.500, -161.623, 127), + (17563760, 'Battle_Bat', 9583, -240.856, 0.500, -161.214, 127), + (17563761, 'Battle_Bat', 9583, -215.154, 0.500, -163.698, 127), + (17563762, 'Goblin_Mugger', 9596, -251.392, 0.500, -125.838, 25), + (17563763, 'Goblin_Leecher', 9595, -256.124, -0.006, -137.711, 58), + (17563764, 'Goblin_Gambler', 9594, -253.468, 0.500, -164.364, 83), + (17563765, 'Goblin_Mugger', 9596, -255.395, 0.500, -143.332, 127), + (17563766, 'Goblin_Leecher', 9595, -255.302, -0.005, -123.467, 127), + (17563767, 'Goblin_Gambler', 9594, -220.000, -0.061, -173.000, 3), + (17563768, 'Battle_Bat', 9583, -259.965, 0.500, -158.435, 68), + (17563769, 'Battle_Bat', 9583, -255.843, 0.500, -137.781, 29), + (17563770, 'Goblin_Mugger', 9596, -241.000, 0.500, -112.000, 73), + (17563771, 'Goblin_Leecher', 9595, -185.000, 0.500, -125.000, 127), + (17563772, 'Goblin_Gambler', 9594, -195.000, 0.500, -120.000, 89), + (17563773, 'Goblin_Mugger', 9596, -231.000, 0.500, -123.000, 23), + (17563774, 'Goblin_Leecher', 9595, -211.861, 0.500, -145.508, 127), + (17563775, 'Goblin_Gambler', 9594, -206.146, -0.055, -138.555, 121), + (17563776, 'Goblin_Mugger', 9596, -230.000, 0.500, -162.000, 127), + (17563777, 'Goblin_Leecher', 9595, -185.000, 0.500, -161.000, 127), + (17563778, 'Goblin_Gambler', 9594, -227.319, 0.500, -144.897, 127), + (17563779, 'Goblin_Mugger', 9596, -229.000, 0.500, -126.000, 127), + (17563780, 'Goblin_Leecher', 9595, -232.183, 0.500, -133.879, 127), + (17563781, 'Goblin_Gambler', 9594, -239.268, 0.401, -143.190, 127), + (17563782, 'Goblin_Mugger', 9596, -258.280, -0.035, -217.784, 127), + (17563783, 'Goblin_Leecher', 9595, -266.376, -0.002, -221.677, 127), + (17563784, 'Goblin_Gambler', 9594, -267.058, 0.500, -212.180, 34), + (17563785, 'Slendlix_Spindlethumb', 9605, -238.000, -0.500, -167.000, 127), + (17563786, 'Battle_Bat', 9583, -221.806, 0.500, -218.486, 127), + (17563787, 'Battle_Bat', 9583, -212.606, 0.500, -218.578, 127), + (17563788, 'Battle_Bat', 9583, -200.221, -0.012, -218.714, 127), + (17563789, 'Will-o-the-Wisp', 9609, -300.000, 0.500, -138.000, 127), + (17563790, 'Boggart', 9589, -302.031, -0.054, -96.892, 96), + (17563791, 'Boggart', 9589, -298.351, -0.049, -102.037, 127), + (17563792, 'Will-o-the-Wisp', 9609, -299.000, 0.500, -71.000, 63), + (17563793, 'Boggart', 9589, -291.075, 0.498, -23.821, 127), + (17563794, 'Boggart', 9589, -278.463, 0.490, -21.941, 127), + (17563795, 'Boggart', 9589, 0.000, 0.000, 0.000, 0), + (17563796, 'Boggart', 9589, -265.499, 0.499, -37.448, 127), + (17563797, 'Boggart', 9589, -252.663, 0.482, -28.931, 70), + (17563798, 'Boggart', 9589, -236.855, 0.476, -51.263, 127), + (17563799, 'Boggart', 9589, -237.426, 0.500, -23.412, 113), + (17563800, 'Boggart', 9589, -230.732, -0.025, -52.324, 127), + (17563802, 'Will-o-the-Wisp', 9609, -179.000, -12.000, 19.000, 127), + (17563803, 'Battue_Bats', 9584, -223.916, -10.015, 14.463, 127), + (17563804, 'Battue_Bats', 9584, 0.000, 0.000, 0.000, 0), + (17563805, 'Will-o-the-Wisp', 9609, 0.000, 0.000, 0.000, 0), + (17563806, 'Will-o-the-Wisp', 9609, -298.000, 0.333, 180.000, 127), + (17563807, 'Boggart', 9589, 0.000, 0.000, 0.000, 0), + (17563808, 'Boggart', 9589, 0.000, 0.000, 0.000, 0), + (17563809, 'Wendigo', 9607, -298.171, 0.031, 94.190, 6), + (17563810, 'Wendigo', 9607, -254.494, 0.002, 118.308, 127), + (17563811, 'Wendigo', 9607, -269.475, -0.005, 120.396, 89), + (17563812, 'Battle_Bat', 9583, 0.000, 0.000, 0.000, 0), + (17563813, 'Battle_Bat', 9583, 0.000, 0.000, 0.000, 0), + (17563814, 'Wendigo', 9607, -297.305, 0.075, 124.137, 127), + (17563815, 'Wendigo', 9607, -280.044, 0.011, 133.051, 92), + (17563816, 'Wendigo', 9607, -280.269, 0.500, 126.430, 127), + (17563817, 'Battle_Bat', 9583, -279.389, 0.500, 109.567, 87), + (17563818, 'Battle_Bat', 9583, 0.000, 0.000, 0.000, 0), + (17563819, 'Wendigo', 9607, -226.319, 0.037, 99.368, 127), + (17563820, 'Wendigo', 9607, -228.410, 0.500, 140.782, 127), + (17563821, 'Wendigo', 9607, -266.842, 0.500, 176.226, 127), + (17563822, 'Battle_Bat', 9583, 0.000, 0.000, 0.000, 0), + (17563823, 'Battle_Bat', 9583, -283.843, 0.001, 127.683, 118), + (17563824, 'Wendigo', 9607, -302.315, -0.002, 177.821, 30), + (17563825, 'Wendigo', 9607, -255.000, -1.000, 143.000, 127), + (17563826, 'Wendigo', 9607, -290.000, -1.000, 144.000, 127), + (17563827, 'Battle_Bat', 9583, -263.944, 0.002, 120.664, 55), + (17563828, 'Battle_Bat', 9583, -255.791, -0.002, 137.732, 127), + (17563829, 'Wendigo', 9607, -278.000, -1.000, 98.000, 127), + (17563830, 'Wendigo', 9607, -259.000, -1.000, 97.000, 127), + (17563831, 'Wendigo', 9607, -301.000, -1.000, 104.000, 127), + (17563832, 'Wendigo', 9607, -327.000, -1.000, 100.000, 127), + (17563833, 'Wendigo', 9607, -302.000, -1.000, 139.000, 127), + (17563834, 'Wendigo', 9607, -325.000, -1.000, 140.000, 127), + (17563835, 'Wendigo', 9607, -288.000, -1.000, 116.000, 127), + (17563836, 'Wendigo', 9607, -258.000, -1.000, 174.000, 127), + (17563837, 'Wendigo', 9607, -269.000, -1.000, 142.000, 127), + (17563854, 'Ajido-Marujido', 0, 0.000, 0.000, 0.000, 0), + (17563858, 'Red_Circle', 9603, 0.000, 0.000, 0.000, 0), + (17563859, 'White_Circle', 9590, 0.000, 0.000, 0.000, 0), + (17563860, 'Black_Circle', 9591, 0.000, 0.000, 0.000, 0), + (17563861, 'Center_Circle', 9579, 0.000, 0.000, 0.000, 0), + (17563863, 'DIRECTOR', 9580, 0.000, 0.000, 0.000, 0), + (17563867, 'Ancient_Magical_Gizmo', 9600, 0.000, 0.000, 0.000, 0), + (17563891, 'Magic_Gate_of_Horutoto', 9606, 0.000, 0.000, 0.000, 0), + (17563893, 'Gate_of_Darkness', 9604, 0.000, 0.000, 0.000, 0), + (17567745, 'Stag_Crab', 9645, 0.000, 0.000, 0.000, 0), + (17567746, 'Stag_Crab', 9645, 0.000, 0.000, 0.000, 0), + (17567747, 'Thread_Leech', 9650, 0.000, 0.000, 0.000, 0), + (17567748, 'Poison_Leech', 9638, 0.000, 0.000, 0.000, 0), + (17567749, 'Rancid_Ooze', 9640, 0.000, 0.000, 0.000, 0), + (17567750, 'Stink_Bats', 9647, -115.000, -0.511, 599.000, 127), + (17567751, 'Stink_Bats', 9647, -104.945, 0.329, 602.430, 58), + (17567752, 'Stink_Bats', 9647, -93.354, 0.030, 607.544, 28), + (17567753, 'Stink_Bats', 9647, -125.000, -0.634, 593.000, 63), + (17567754, 'Snipper', 9644, -79.310, 1.492, 602.613, 127), + (17567755, 'Snipper', 9644, -81.488, 1.499, 610.818, 127), + (17567756, 'Stink_Bats', 9647, 0.000, 0.000, 0.000, 0), + (17567757, 'Stink_Bats', 9647, 4.000, 0.000, 580.520, 2), + (17567758, 'Stink_Bats', 9647, -13.336, 0.000, 579.564, 7), + (17567759, 'Blood_Bunny', 9613, 6.311, 0.000, 580.042, 1), + (17567760, 'Blood_Bunny', 9613, -11.677, 0.000, 579.401, 116), + (17567761, 'Stink_Bats', 9647, 23.519, 3.469, 543.621, 127), + (17567762, 'Stink_Bats', 9647, 55.763, 9.492, 537.011, 127), + (17567763, 'Blood_Bunny', 9613, 0.000, 0.000, 0.000, 0), + (17567764, 'Blood_Bunny', 9613, 58.085, 11.833, 520.742, 61), + (17567765, 'Goblin_Tinkerer', 9630, 0.000, 0.000, 0.000, 88), + (17567766, 'Goblin_Butcher', 9621, 0.000, 0.000, 0.000, 127), + (17567767, 'Goblin_Ambusher', 9620, 0.000, 0.000, 0.000, 36), + (17567768, 'Goblin_Tinkerer', 9630, 0.000, 0.000, 0.000, 127), + (17567769, 'Goblin_Butcher', 9621, 0.000, 0.000, 0.000, 127), + (17567770, 'Goblin_Ambusher', 9620, 0.000, 0.000, 0.000, 127), + (17567771, 'Goblin_Tinkerer', 9630, 0.000, 0.000, 0.000, 21), + (17567772, 'Goblin_Butcher', 9621, 0.000, 0.000, 0.000, 127), + (17567773, 'Blood_Bunny', 9613, 27.230, 11.097, 478.323, 127), + (17567774, 'Blood_Bunny', 9613, 34.273, 11.995, 480.974, 127), + (17567775, 'Goblin_Ambusher', 9620, 0.000, 0.000, 0.000, 127), + (17567776, 'Stink_Bats', 9647, 55.000, 12.000, 462.000, 127), + (17567777, 'Stink_Bats', 9647, 59.686, 15.112, 411.961, 67), + (17567778, 'Blood_Bunny', 9613, 59.727, 12.874, 429.659, 81), + (17567779, 'Stink_Bats', 9647, 80.289, 20.017, 381.840, 124), + (17567780, 'Blood_Bunny', 9613, 0.000, 0.000, 0.000, 0), + (17567781, 'Stink_Bats', 9647, 59.000, 16.000, 391.000, 127), + (17567782, 'Stink_Bats', 9647, 101.384, 20.000, 364.239, 34), + (17567783, 'Blood_Bunny', 9613, 101.805, 20.000, 363.770, 59), + (17567784, 'Blood_Bunny', 9613, 100.197, 20.304, 355.646, 69), + (17567785, 'Stink_Bats', 9647, 0.000, 0.000, 0.000, 0), + (17567786, 'Blood_Bunny', 9613, 100.000, 24.000, 312.000, 127), + (17567787, 'Stink_Bats', 9647, 52.799, 30.935, 302.221, 127), + (17567788, 'Stink_Bats', 9647, 33.000, 31.309, 299.000, 127), + (17567789, 'Hognosed_Bat', 9632, -39.900, 31.755, 279.961, 9), + (17567790, 'Hognosed_Bat', 9632, -3.800, 31.908, 272.139, 127), + (17567791, 'Hognosed_Bat', 9632, -47.896, 31.845, 284.852, 127), + (17567792, 'Stalking_Sapling', 9646, -18.024, 32.552, 280.706, 90), + (17567793, 'Stalking_Sapling', 9646, -22.366, 32.251, 273.734, 127), + (17567794, 'Stalking_Sapling', 9646, 11.226, 31.464, 282.813, 127), + (17567795, 'Stalking_Sapling', 9646, -22.389, 31.010, 293.161, 127), + (17567796, 'Fly_Agaric', 9616, 0.000, 0.000, 0.000, 0), + (17567797, 'Fly_Agaric', 9616, -6.000, 32.400, 282.000, 127), + (17567798, 'Fly_Agaric', 9616, -45.116, 31.999, 281.057, 94), + (17567799, 'Fly_Agaric', 9616, -51.365, 31.677, 276.296, 66), + (17567800, 'Fly_Agaric', 9616, -6.000, 32.461, 282.000, 127), + (17567802, 'Stink_Bats', 9647, -70.410, 31.976, 259.536, 127), + (17567803, 'Stink_Bats', 9647, -101.000, 31.999, 257.000, 127), + (17567804, 'Hognosed_Bat', 9632, -81.659, 31.999, 258.819, 127), + (17567805, 'Goblin_Mugger', 9625, 0.000, 0.000, 0.000, 127), + (17567806, 'Goblin_Leecher', 9624, 0.000, 0.000, 0.000, 127), + (17567807, 'Goblin_Gambler', 9623, 0.000, 0.000, 0.000, 127), + (17567808, 'Goblin_Mugger', 9625, 0.000, 0.000, 0.000, 105), + (17567809, 'Goblin_Leecher', 9624, 0.000, 0.000, 0.000, 127), + (17567810, 'Goblin_Gambler', 9623, 0.000, 0.000, 0.000, 104), + (17567811, 'Stink_Bats', 9647, -154.000, 31.066, 241.000, 30), + (17567812, 'Stink_Bats', 9647, -131.223, 31.829, 229.870, 127), + (17567813, 'Hognosed_Bat', 9632, -141.381, 31.870, 227.623, 82), + (17567814, 'Stalking_Sapling', 9646, -159.566, 31.552, 252.608, 9), + (17567815, 'Stalking_Sapling', 9646, -148.964, 31.734, 247.280, 127), + (17567816, 'Stalking_Sapling', 9646, -139.227, 32.567, 236.084, 127), + (17567817, 'Stalking_Sapling', 9646, -143.823, 31.933, 249.053, 72), + (17567818, 'Goblin_Mugger', 9625, 0.000, 0.000, 0.000, 0), + (17567819, 'Goblin_Leecher', 9624, 0.000, 0.000, 0.000, 14), + (17567820, 'Goblin_Gambler', 9623, 0.000, 0.000, 0.000, 105), + (17567821, 'Goblin_Mugger', 9625, 0.000, 0.000, 0.000, 0), + (17567822, 'Goblin_Leecher', 9624, 0.000, 0.000, 0.000, 0), + (17567823, 'Goblin_Gambler', 9623, 0.000, 0.000, 0.000, 75), + (17567824, 'Stink_Bats', 9647, -162.021, 32.031, 189.174, 127), + (17567825, 'Stink_Bats', 9647, -161.186, 31.533, 202.394, 75), + (17567826, 'Hognosed_Bat', 9632, -172.239, 31.678, 198.497, 35), + (17567827, 'Stalking_Sapling', 9646, -152.119, 31.994, 198.045, 127), + (17567828, 'Stalking_Sapling', 9646, -152.921, 31.957, 188.976, 23), + (17567829, 'Stalking_Sapling', 9646, -151.732, 31.810, 162.023, 127), + (17567830, 'Stalking_Sapling', 9646, -151.668, 31.681, 203.728, 127), + (17567831, 'Goblin_Mugger', 9625, 0.000, 0.000, 0.000, 120), + (17567832, 'Hognosed_Bat', 9632, -202.237, 32.000, 98.761, 33), + (17567833, 'Hognosed_Bat', 9632, -183.523, 31.880, 102.097, 127), + (17567834, 'Hognosed_Bat', 9632, -179.669, 31.971, 122.725, 53), + (17567835, 'Buds_Bunny', 10809, -203.621, 32.376, 43.877, 127), + (17567836, 'Buds_Bunny', 10809, -199.039, 31.767, 31.834, 127), + (17567837, 'Buds_Bunny', 10809, -163.884, 32.572, 20.269, 127), + (17567838, 'Buds_Bunny', 10809, 0.000, 0.000, 0.000, 0), + (17567839, 'Buds_Bunny', 10809, -198.181, 32.408, 18.214, 127), + (17567840, 'Buds_Bunny', 10809, 0.000, 0.000, 0.000, 0), + (17567841, 'Buds_Bunny', 10809, -159.096, 32.447, 17.420, 127), + (17567842, 'Buds_Bunny', 10809, -178.400, 32.348, 4.481, 127), + (17567843, 'Buds_Bunny', 10809, -173.914, 31.658, 17.879, 50), + (17567844, 'Buds_Bunny', 10809, -193.632, 31.517, 1.458, 127), + (17567845, 'Buds_Bunny', 10809, -169.504, 32.007, 4.123, 103), + (17567846, 'Buds_Bunny', 10809, 0.000, 0.000, 0.000, 0), + (17567847, 'Buds_Bunny', 10809, -148.852, 31.574, 18.457, 127), + (17567848, 'Buds_Bunny', 10809, -149.726, 31.902, 41.014, 1), + (17567849, 'Buds_Bunny', 10809, -109.002, 31.794, 38.186, 100), + (17567850, 'Buds_Bunny', 10809, 0.000, 0.000, 0.000, 0), + (17567851, 'Bilis_Leech', 10810, -148.297, 31.784, 48.155, 111), + (17567852, 'Bilis_Leech', 10810, 0.000, 0.000, 0.000, 0), + (17567853, 'Bilis_Leech', 10810, -137.851, 32.063, 46.760, 48), + (17567854, 'Bilis_Leech', 10810, -111.551, 31.924, 16.828, 127), + (17567855, 'Bilis_Leech', 10810, -125.259, 31.592, -2.090, 127), + (17567856, 'Bilis_Leech', 10810, -122.308, 32.010, 12.216, 99), + (17567857, 'Bilis_Leech', 10810, -139.003, 31.699, 30.304, 127), + (17567858, 'Bilis_Leech', 10810, 0.000, 0.000, 0.000, 0), + (17567859, 'Bilis_Leech', 10810, -145.056, 28.350, -79.655, 46), + (17567860, 'Bilis_Leech', 10810, -160.248, 27.851, -32.999, 31), + (17567861, 'Bilis_Leech', 10810, -135.000, 27.906, -75.000, 127), + (17567862, 'Bilis_Leech', 10810, 0.000, 0.000, 0.000, 0), + (17567863, 'Bilis_Leech', 10810, -159.556, 27.824, -87.564, 127), + (17567864, 'Bilis_Leech', 10810, 0.000, 0.000, 0.000, 0), + (17567865, 'Bilis_Leech', 10810, -106.850, 27.555, -33.724, 48), + (17567866, 'Stink_Bats', 9647, -121.348, 27.809, -91.720, 117), + (17567867, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 48), + (17567868, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 127), + (17567869, 'Dung_Beetle', 9615, 0.000, 0.000, 0.000, 120), + (17567870, 'Dung_Beetle', 9615, 0.000, 0.000, 0.000, 127), + (17567871, 'Dung_Beetle', 9615, 0.000, 0.000, 0.000, 127), + (17567873, 'Vorpal_Bunny', 9652, -217.508, 27.699, -101.191, 8), + (17567874, 'Dung_Beetle', 9615, -220.709, 28.000, -119.666, 127), + (17567875, 'Dung_Beetle', 9615, -220.201, 27.954, -97.725, 127), + (17567876, 'Dung_Beetle', 9615, -208.797, 28.000, -135.348, 9), + (17567877, 'Vorpal_Bunny', 9652, 0.000, 0.000, 0.000, 0), + (17567878, 'Vorpal_Bunny', 9652, -117.192, 31.999, 180.506, 5), + (17567879, 'Dung_Beetle', 9615, -135.985, 32.024, 180.850, 127), + (17567880, 'Dung_Beetle', 9615, 0.000, 0.000, 0.000, 0), + (17567881, 'Vorpal_Bunny', 9652, -71.000, 31.903, 156.000, 127), + (17567882, 'Vorpal_Bunny', 9652, -82.580, 31.655, 165.784, 63), + (17567883, 'Vorpal_Bunny', 9652, 0.000, 0.000, 0.000, 0), + (17567884, 'Dung_Beetle', 9615, 0.000, 0.000, 0.000, 0), + (17567885, 'Vorpal_Bunny', 9652, -33.000, 31.953, 166.000, 126), + (17567886, 'Vorpal_Bunny', 9652, -42.783, 31.801, 151.196, 127), + (17567887, 'Vorpal_Bunny', 9652, -86.269, 31.692, 153.426, 113), + (17567888, 'Vorpal_Bunny', 9652, -82.191, 31.620, 160.945, 120), + (17567889, 'Poison_Leech', 9638, -87.605, 32.530, 164.883, 45), + (17567890, 'Poison_Leech', 9638, -71.367, 31.646, 166.751, 127), + (17567891, 'Poison_Leech', 9638, -55.613, 31.466, 170.463, 127), + (17567892, 'Poison_Leech', 9638, 3.658, 32.089, 176.457, 80), + (17567893, 'Poison_Leech', 9638, 0.000, 0.000, 0.000, 0), + (17567894, 'Poison_Leech', 9638, 0.000, 0.000, 0.000, 0), + (17567895, 'Jelly', 9633, -35.000, 31.922, 162.000, 127), + (17567896, 'Jelly', 9633, 0.281, 31.541, 163.613, 127), + (17567897, 'Jelly', 9633, 0.000, 0.000, 0.000, 0), + (17567898, 'Jelly', 9633, 3.000, 31.427, 196.000, 127), + (17567899, 'Jelly', 9633, 10.358, 31.842, 160.556, 127), + (17567900, 'Jelly', 9633, -5.822, 32.408, 190.384, 60), + (17567901, 'Agar_Agar', 1, 0.000, 0.000, 0.000, 0), + (17567902, 'Goblin_Mugger', 9625, 0.000, 0.000, 0.000, 102), + (17567903, 'Hognosed_Bat', 9632, -4.000, 32.372, 201.000, 99), + (17567904, 'Hognosed_Bat', 9632, -38.000, 31.969, 220.000, 26), + (17567905, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 0), + (17567906, 'Swagger_Spruce', 10811, -59.000, 31.993, 217.000, 126), + (17567907, 'Swagger_Spruce', 10811, -75.453, 31.958, 194.464, 109), + (17567908, 'Swagger_Spruce', 10811, -72.000, 32.000, 202.000, 12), + (17567909, 'Swagger_Spruce', 10811, -79.728, 31.128, 213.766, 127), + (17567910, 'Swagger_Spruce', 10811, -80.449, 31.560, 201.259, 51), + (17567911, 'Swagger_Spruce', 10811, -93.079, 31.132, 200.477, 107), + (17567912, 'Swagger_Spruce', 10811, -86.000, 31.159, 192.000, 21), + (17567913, 'Swagger_Spruce', 10811, 29.212, 32.000, 103.806, 39), + (17567914, 'Swagger_Spruce', 10811, 47.253, 31.999, 100.794, 4), + (17567915, 'Swagger_Spruce', 10811, 32.767, 32.000, 99.387, 127), + (17567916, 'Swagger_Spruce', 10811, 32.666, 32.000, 99.221, 127), + (17567917, 'Swagger_Spruce', 10811, 16.520, 32.455, -6.117, 104), + (17567918, 'Swagger_Spruce', 10811, 39.000, 32.000, 31.000, 127), + (17567919, 'Swagger_Spruce', 10811, 43.371, 31.727, 3.223, 25), + (17567920, 'Swagger_Spruce', 10811, 0.000, 0.000, 0.000, 0), + (17567921, 'Swagger_Spruce', 10811, 37.856, 31.964, 11.050, 40), + (17567922, 'Targe_Beetle', 10812, 0.000, 0.000, 0.000, 0), + (17567923, 'Targe_Beetle', 10812, 21.215, 32.410, 39.789, 80), + (17567924, 'Targe_Beetle', 10812, -0.556, 32.028, 9.359, 51), + (17567925, 'Targe_Beetle', 10812, 37.443, 31.765, 40.989, 127), + (17567926, 'Targe_Beetle', 10812, 12.350, 31.438, 15.874, 14), + (17567927, 'Targe_Beetle', 10812, 38.006, 31.586, -3.084, 125), + (17567928, 'Targe_Beetle', 10812, 0.000, 0.000, 0.000, 0), + (17567929, 'Targe_Beetle', 10812, -37.630, 31.507, -0.780, 46), + (17567930, 'Targe_Beetle', 10812, -9.000, 32.405, 36.000, 127), + (17567931, 'Targe_Beetle', 10812, -30.264, 31.876, 36.356, 127), + (17567932, 'Targe_Beetle', 10812, 0.000, 0.000, 0.000, 0), + (17567933, 'Targe_Beetle', 10812, 0.000, 0.000, 0.000, 0), + (17567934, 'Hognosed_Bat', 9632, -12.000, 31.991, 19.000, 127), + (17567935, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 127), + (17567936, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 127), + (17567937, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 11), + (17567938, 'Stalking_Sapling', 9646, 0.000, 0.000, 0.000, 127), + (17567939, 'Stalking_Sapling', 9646, 0.000, 0.000, 0.000, 127), + (17567940, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 0), + (17567941, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 127), + (17567942, 'Hognosed_Bat', 9632, 0.000, 0.000, 0.000, 0), + (17567943, 'Stalking_Sapling', 9646, 0.000, 0.000, 0.000, 127), + (17567944, 'Stalking_Sapling', 9646, -23.000, 28.111, -54.000, 66), + (17567945, 'Buds_Bunny', 10809, -51.232, 27.804, -29.604, 87), + (17567946, 'Buds_Bunny', 10809, -6.414, 27.821, -62.342, 127), + (17567947, 'Buds_Bunny', 10809, 0.000, 0.000, 0.000, 0), + (17567948, 'Buds_Bunny', 10809, -50.450, 27.484, -57.564, 127), + (17567949, 'Swagger_Spruce', 10811, 1.893, 28.213, -67.408, 40), + (17567950, 'Buds_Bunny', 10809, -21.836, 28.500, -79.008, 24), + (17567951, 'Buds_Bunny', 10809, -39.473, 27.636, -41.564, 127), + (17567952, 'Buds_Bunny', 10809, -1.266, 27.746, -46.910, 13), + (17567953, 'Buds_Bunny', 10809, -39.789, 28.374, -54.054, 127), + (17567954, 'Swagger_Spruce', 10811, -44.000, 28.007, -78.000, 25), + (17567955, 'Swagger_Spruce', 10811, 1.627, 27.775, -43.784, 127), + (17567956, 'Swagger_Spruce', 10811, -13.532, 27.812, -42.527, 67), + (17567957, 'Buds_Bunny', 10809, -34.057, 27.677, -51.619, 127), + (17567958, 'Swagger_Spruce', 10811, 0.000, 0.000, 0.000, 0), + (17567959, 'Swagger_Spruce', 10811, -38.000, 24.000, 99.000, 55), + (17567960, 'Swagger_Spruce', 10811, -20.000, 31.864, 121.000, 127), + (17567961, 'Swagger_Spruce', 10811, -55.499, 19.496, 95.676, 36), + (17567962, 'Buds_Bunny', 10809, -22.000, 28.170, 105.000, 127), + (17567963, 'Swagger_Spruce', 10811, -42.299, 23.759, 100.025, 127), + (17567964, 'Swagger_Spruce', 10811, 0.000, 0.000, 0.000, 0), + (17567965, 'Stink_Bats', 9647, -48.000, 9.000, 59.000, 127), + (17567966, 'Stink_Bats', 9647, -34.080, 6.453, 60.472, 127), + (17567967, 'Goblin_Ambusher', 9620, 0.000, 0.000, 0.000, 127), + (17567968, 'Goblin_Tinkerer', 9630, 0.000, 0.000, 0.000, 86), + (17567969, 'Goblin_Butcher', 9621, 0.000, 0.000, 0.000, 127), + (17567970, 'Goblin_Ambusher', 9620, 0.000, 0.000, 0.000, 127), + (17567971, 'Goblin_Tinkerer', 9630, 0.000, 0.000, 0.000, 101), + (17567972, 'Goblin_Butcher', 9621, 0.000, 0.000, 0.000, 64), + (17567973, 'Stink_Bats', 9647, -35.280, -0.292, -68.419, 127), + (17567974, 'Stink_Bats', 9647, -39.818, -0.826, -92.515, 37), + (17567975, 'Blood_Bunny', 9613, -85.291, -0.068, -19.465, 118), + (17567976, 'Blood_Bunny', 9613, -89.544, -0.012, -18.067, 127), + (17567977, 'Blood_Bunny', 9613, -108.455, -0.354, 0.028, 127), + (17567978, 'Blood_Bunny', 9613, -117.931, -0.242, -7.545, 127), + (17567979, 'Goblin_Ambusher', 9620, 0.000, 0.000, 0.000, 127), + (17567980, 'Goblin_Tinkerer', 9630, 0.000, 0.000, 0.000, 20), + (17567981, 'Goblin_Butcher', 9621, 0.000, 0.000, 0.000, 32), + (17567982, 'Goblin_Ambusher', 9620, 0.000, 0.000, 0.000, 127), + (17567983, 'Goblin_Tinkerer', 9630, 0.000, 0.000, 0.000, 127), + (17567984, 'Goblin_Butcher', 9621, 0.000, 0.000, 0.000, 41), + (17567985, 'Stink_Bats', 9647, -214.886, 0.193, 541.087, 92), + (17567986, 'Stink_Bats', 9647, -218.062, -0.049, 553.372, 92), + (17567987, 'Blood_Bunny', 9613, -191.906, -0.597, 584.634, 105), + (17567988, 'Blood_Bunny', 9613, -210.543, -0.624, 574.357, 127), + (17567989, 'Blood_Bunny', 9613, -216.496, 0.080, 564.788, 127), + (17567990, 'Blood_Bunny', 9613, -223.435, -0.004, 556.410, 75), + (17567991, 'Stink_Bats', 9647, -222.008, 0.088, 574.189, 127), + (17567992, 'Stink_Bats', 9647, -193.842, 0.184, 580.006, 21), + (17567993, 'Stink_Bats', 9647, -214.737, -0.029, 580.079, 17), + (17567994, 'Stink_Bats', 9647, -214.782, 0.017, 569.271, 94), + (17567995, 'Hognosed_Bat', 9632, -221.000, 1.000, 566.000, 127), + (17567996, 'Hognosed_Bat', 9632, -181.000, -0.288, 507.000, 127), + (17567997, 'Hognosed_Bat', 9632, -185.095, -0.082, 519.196, 105), + (17567998, 'Stalking_Sapling', 9646, -157.841, 0.035, 496.791, 127), + (17567999, 'Stalking_Sapling', 9646, -177.624, 0.000, 518.713, 50), + (17568000, 'Stalking_Sapling', 9646, -170.723, 0.000, 494.901, 81), + (17568001, 'Thread_Leech', 9650, -158.352, 0.000, 498.387, 127), + (17568002, 'Thread_Leech', 9650, -173.564, 0.336, 502.161, 25), + (17568003, 'Thread_Leech', 9650, -199.549, -0.029, 545.440, 127), + (17568004, 'Thread_Leech', 9650, -191.148, 0.113, 545.278, 127), + (17568005, 'Stink_Bats', 9647, -175.596, -0.128, 497.701, 127), + (17568006, 'Stink_Bats', 9647, -155.802, 0.172, 500.338, 98), + (17568007, 'Hognosed_Bat', 9632, -136.000, 0.138, 499.000, 70), + (17568008, 'Hognosed_Bat', 9632, -100.622, 0.500, 483.051, 71), + (17568009, 'Hognosed_Bat', 9632, -98.330, 0.500, 484.290, 55), + (17568010, 'Stalking_Sapling', 9646, -44.026, 0.152, 462.639, 19), + (17568011, 'Stalking_Sapling', 9646, -91.500, -0.515, 457.187, 127), + (17568012, 'Stalking_Sapling', 9646, -53.343, 0.317, 463.263, 14), + (17568013, 'Thread_Leech', 9650, -23.075, 0.190, 458.024, 122), + (17568014, 'Thread_Leech', 9650, -83.572, 0.000, 458.975, 13), + (17568015, 'Thread_Leech', 9650, -22.000, -0.159, 481.000, 31), + (17568016, 'Thread_Leech', 9650, -17.302, -0.200, 461.530, 49), + (17568017, 'Stink_Bats', 9647, -98.000, 0.467, 466.000, 70), + (17568018, 'Stink_Bats', 9647, -74.187, 0.234, 460.714, 36), + (17568019, 'Stink_Bats', 9647, -60.000, -0.243, 457.000, 14), + (17568020, 'Stink_Bats', 9647, -81.115, 0.000, 459.355, 95), + (17568021, 'Thread_Leech', 9650, -18.327, -0.029, 463.851, 104), + (17568022, 'Thread_Leech', 9650, -22.000, -0.007, 505.000, 127), + (17568023, 'Stink_Bats', 9647, -23.219, 0.002, 522.168, 2), + (17568024, 'Stink_Bats', 9647, -38.000, 0.180, 542.000, 127), + (17568025, 'Thread_Leech', 9650, -18.947, -0.110, 532.049, 127), + (17568026, 'Stink_Bats', 9647, -41.150, 0.020, 536.317, 127), + (17568027, 'Stink_Bats', 9647, -67.000, -0.004, 539.000, 32), + (17568028, 'Thread_Leech', 9650, -17.909, 0.318, 500.112, 127), + (17568029, 'Thread_Leech', 9650, -17.775, -0.045, 532.530, 36), + (17568030, 'Fly_Agaric', 9616, -22.000, 0.366, 505.000, 127), + (17568031, 'Fly_Agaric', 9616, -18.837, -0.004, 519.712, 78), + (17568032, 'Fly_Agaric', 9616, -29.056, 0.233, 537.967, 71), + (17568033, 'Fly_Agaric', 9616, -13.691, -0.012, 478.522, 38), + (17568034, 'Fly_Agaric', 9616, -81.000, -0.196, 540.000, 127), + (17568035, 'Stink_Bats', 9647, -52.711, 0.079, 539.456, 114), + (17568036, 'Stink_Bats', 9647, -89.897, 12.213, 504.775, 127), + (17568037, 'Stink_Bats', 9647, -66.169, 17.181, 496.807, 127), + (17568038, 'Thread_Leech', 9650, -60.296, 18.574, 489.305, 50), + (17568039, 'Thread_Leech', 9650, -69.813, 16.270, 499.591, 109), + (17568040, 'Stink_Bats', 9647, -97.000, 29.000, 450.000, 127), + (17568041, 'Stink_Bats', 9647, -60.283, 20.310, 471.034, 127), + (17568042, 'Hognosed_Bat', 9632, -100.000, 32.000, 435.000, 41), + (17568043, 'Stink_Bats', 9647, -26.000, 31.999, 421.000, 126), + (17568044, 'Hognosed_Bat', 9632, -22.060, 31.970, 429.762, 79), + (17568045, 'Hognosed_Bat', 9632, -41.341, 31.999, 421.066, 126), + (17568046, 'Hognosed_Bat', 9632, -21.402, 31.999, 440.706, 93), + (17568047, 'Hognosed_Bat', 9632, 36.546, 31.570, 438.669, 127), + (17568048, 'Hognosed_Bat', 9632, 48.047, 31.903, 437.223, 127), + (17568049, 'Shrieker', 9642, 39.333, 31.984, 431.083, 84), + (17568050, 'Shrieker', 9642, 34.908, 31.787, 447.261, 127), + (17568051, 'Shrieker', 9642, 42.782, 31.947, 438.056, 10), + (17568052, 'Shrieker', 9642, 140.324, 32.000, 480.129, 27), + (17568053, 'Shrieker', 9642, 140.000, 32.000, 515.000, 127), + (17568054, 'Shrieker', 9642, 137.418, 32.000, 471.486, 127), + (17568055, 'Shrieker', 9642, 112.602, 32.000, 459.524, 8), + (17568056, 'Shrieker', 9642, 121.009, 32.000, 459.953, 127), + (17568057, 'Will-o-the-Wisp', 9654, 14.695, 29.407, 383.624, 63), + (17568058, 'Will-o-the-Wisp', 9654, 18.000, 31.050, 391.000, 104), + (17568059, 'Will-o-the-Wisp', 9654, 20.000, 32.000, 409.000, 55), + (17568060, 'Clipper', 9614, 0.000, 0.000, 0.000, 39), + (17568061, 'Clipper', 9614, 0.000, 0.000, 0.000, 127), + (17568062, 'Clipper', 9614, 0.000, 0.000, 0.000, 47), + (17568063, 'Jelly', 9633, -129.047, -0.142, 229.607, 127), + (17568064, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 49), + (17568065, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 1), + (17568066, 'Seeker_Bats', 9641, 0.000, 0.000, 0.000, 45), + (17568067, 'Seeker_Bats', 9641, -158.883, -0.038, 289.902, 127), + (17568068, 'Seeker_Bats', 9641, -134.000, 1.000, 278.000, 127), + (17568069, 'Seeker_Bats', 9641, -147.217, -0.039, 244.242, 127), + (17568070, 'Seeker_Bats', 9641, -114.659, -0.007, 238.510, 127), + (17568071, 'Seeker_Bats', 9641, -120.118, -0.103, 284.756, 127), + (17568072, 'Seeker_Bats', 9641, -124.361, -0.524, 226.688, 127), + (17568073, 'Seeker_Bats', 9641, -108.388, 0.023, 254.695, 11), + (17568074, 'Seeker_Bats', 9641, 0.000, 0.000, 0.000, 0), + (17568075, 'Seeker_Bats', 9641, 0.000, 0.000, 0.000, 127), + (17568076, 'Seeker_Bats', 9641, 0.000, 0.000, 0.000, 127), + (17568077, 'Ancient_Bat', 9611, 0.000, 0.000, 0.000, 102), + (17568078, 'Ancient_Bat', 9611, -165.000, 0.490, 239.000, 46), + (17568079, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 111), + (17568080, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 127), + (17568081, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 104), + (17568082, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 127), + (17568083, 'Stroper_Chyme', 9649, -100.000, -27.000, -179.000, 92), + (17568084, 'Seeker_Bats', 9641, 98.958, 5.139, -9.942, 127), + (17568085, 'Seeker_Bats', 9641, 97.764, 0.632, 10.609, 96), + (17568086, 'Ancient_Bat', 9611, 38.000, -7.000, 20.000, 21), + (17568087, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 127), + (17568088, 'Goliath_Beetle', 9631, 0.000, 0.000, 0.000, 127), + (17568089, 'Seeker_Bats', 9641, 1.000, -11.000, 19.000, 127), + (17568090, 'Seeker_Bats', 9641, -65.542, -28.064, 41.987, 127), + (17568091, 'Goblin_Pathfinder', 9626, 0.000, 0.000, 0.000, 127), + (17568092, 'Goblin_s_Bats', 9629, 0.000, 0.000, 0.000, 95), + (17568093, 'Goblin_Furrier', 9622, 0.000, 0.000, 0.000, 124), + (17568094, 'Goblin_Smithy', 9628, 0.000, 0.000, 0.000, 127), + (17568095, 'Goblin_Shaman', 9627, 0.000, 0.000, 0.000, 8), + (17568096, 'Goblin_Pathfinder', 9626, 0.000, 0.000, 0.000, 53), + (17568097, 'Goblin_s_Bats', 9629, 0.000, 0.000, 0.000, 127), + (17568098, 'Goblin_Furrier', 9622, 0.000, 0.000, 0.000, 58), + (17568099, 'Goblin_Smithy', 9628, 0.000, 0.000, 0.000, 39), + (17568100, 'Goblin_Shaman', 9627, 0.000, 0.000, 0.000, 49), + (17568101, 'Slash_Pine', 9643, -138.250, -5.592, 155.155, 127), + (17568102, 'Slash_Pine', 9643, -117.525, -12.028, 141.516, 127), + (17568103, 'Slash_Pine', 9643, -136.392, -8.578, 142.552, 68), + (17568104, 'Slash_Pine', 9643, -98.736, -28.015, 10.589, 127), + (17568105, 'Seeker_Bats', 9641, -99.647, -28.000, 4.712, 127), + (17568106, 'Seeker_Bats', 9641, -97.000, -27.995, -98.000, 52), + (17568107, 'Ancient_Bat', 9611, 0.000, 0.000, 0.000, 0), + (17568108, 'Seeker_Bats', 9641, -104.745, -28.000, -80.081, 77), + (17568109, 'Seeker_Bats', 9641, -97.843, -27.921, -25.632, 115), + (17568110, 'Ancient_Bat', 9611, -106.887, -28.037, -67.547, 127), + (17568111, 'Goblin_Pathfinder', 9626, 0.000, 0.000, 0.000, 0), + (17568112, 'Goblin_s_Bats', 9629, 0.000, 0.000, 0.000, 0), + (17568113, 'Goblin_Furrier', 9622, 0.000, 0.000, 0.000, 50), + (17568114, 'Goblin_Smithy', 9628, 0.000, 0.000, 0.000, 127), + (17568115, 'Goblin_Shaman', 9627, 0.000, 0.000, 0.000, 127), + (17568116, 'Goblin_Pathfinder', 9626, 0.000, 0.000, 0.000, 79), + (17568117, 'Goblin_s_Bats', 9629, 0.000, 0.000, 0.000, 127), + (17568118, 'Goblin_Furrier', 9622, 0.000, 0.000, 0.000, 127), + (17568119, 'Goblin_Smithy', 9628, 0.000, 0.000, 0.000, 27), + (17568120, 'Goblin_Shaman', 9627, 0.000, 0.000, 0.000, 127), + (17568121, 'Ancient_Bat', 9611, -59.910, -28.048, -111.560, 127), + (17568122, 'Ancient_Bat', 9611, -76.000, -28.043, -100.000, 127), + (17568123, 'Ancient_Bat', 9611, -100.000, -27.000, -203.000, 127), + (17568124, 'Stroper', 9648, -75.000, -28.069, -280.000, 88), + (17568125, 'Stroper', 9648, -120.000, -28.213, -280.000, 23), + (17568126, 'Stroper', 9648, -104.237, -27.504, -239.353, 127), + (17568127, 'Morbolger', 9635, -96.898, -27.154, -258.763, 127), + (17568128, 'Napalm', 9636, -86.903, -28.161, -277.367, 127), + (17568129, 'Napalm', 9636, -74.259, -27.743, -259.827, 127), + (17568130, 'Air_Elemental', 9610, -111.292, -28.000, -274.770, 127), + (17568131, 'Water_Elemental', 9653, -104.545, -27.440, -256.225, 102), + (17568132, 'Bombast', 1, 0.000, 0.000, 0.000, 0), + (17568133, 'Stroper_Chyme', 9649, -100.551, -27.500, -279.349, 127), + (17568134, 'Polevik', 9639, -50.000, -1.000, 3.000, 50), + (17568135, 'Gerwitz_s_Axe', 9617, -52.000, 27.000, -85.000, 200), + (17568136, 'Gerwitz_s_Sword', 9619, -92.000, -28.000, -70.000, 126), + (17568137, 'Gerwitz_s_Soul', 9618, -132.000, -27.000, -245.000, 59), + (17568138, 'Necroplasm', 9637, 0.000, 0.000, 0.000, 0), + (17568139, 'Air_Elemental', 9610, -121.000, -28.675, -262.000, 127), + (17568140, 'Aroma_Leech', 9612, 0.000, 0.000, 0.000, 0), + (17568141, 'Metallic_Slime', 9634, 0.000, 0.000, 0.000, 0), + (17568142, 'Krabimanjaro', 9636, 0.000, 0.000, 0.000, 0), + (17568143, 'Krabimanjaro', 9610, 0.000, 0.000, 0.000, 0), + (17568144, 'Krabimanjaro', 9653, 0.000, 0.000, 0.000, 0), + (17568146, '', 0, 0.000, 0.000, 0.000, 0), + (17568147, '???', 9639, 0.000, 0.000, 0.000, 0), + (17568148, 'Treasure_Casket', 9617, 0.000, 0.000, 0.000, 0), + (17568149, 'Treasure_Casket', 9619, 0.000, 0.000, 0.000, 0), + (17568150, 'Treasure_Casket', 9618, 0.000, 0.000, 0.000, 0), + (17568151, 'Treasure_Casket', 9637, 0.000, 0.000, 0.000, 0), + (17568152, 'Treasure_Casket', 9610, 0.000, 0.000, 0.000, 0), + (17568153, 'Treasure_Casket', 9612, 0.000, 0.000, 0.000, 0), + (17568154, 'Treasure_Casket', 9634, 0.000, 0.000, 0.000, 0), + (17568170, 'Cermet_Door', 9655, 0.000, 0.000, 0.000, 0), + (17568179, '', 0, 0.000, 0.000, 0.000, 0), + (17571841, 'Goblin_Ambusher', 9683, -328.215, -0.030, 775.789, 127), + (17571842, 'Goblin_Tinkerer', 9686, -264.000, -1.000, 737.000, 127), + (17571843, 'Goblin_Butcher', 9684, -313.720, -0.028, 773.981, 127), + (17571844, 'Stink_Bats', 9708, -257.000, -1.000, 735.000, 127), + (17571845, 'Goblin_Ambusher', 9683, -333.084, 0.075, 724.188, 17), + (17571846, 'Goblin_Ambusher', 9683, -327.814, -0.002, 747.852, 27), + (17571847, 'Goblin_Tinkerer', 9686, -328.626, -0.030, 723.768, 113), + (17571848, 'Goblin_Tinkerer', 9686, -339.942, -0.032, 743.249, 68), + (17571849, 'Goblin_Butcher', 9684, -332.262, -0.023, 737.128, 28), + (17571850, 'Goblin_Butcher', 9684, -334.873, -0.032, 758.661, 127), + (17571851, 'Stink_Bats', 9708, -340.188, -0.500, 728.517, 127), + (17571852, 'Stink_Bats', 9708, -339.928, -0.500, 752.011, 127), + (17571853, 'Goblin_Ambusher', 9683, -300.876, -0.032, 751.541, 127), + (17571854, 'Goblin_Ambusher', 9683, -312.753, -0.032, 733.122, 127), + (17571855, 'Goblin_Tinkerer', 9686, -307.107, -0.032, 723.564, 28), + (17571856, 'Goblin_Tinkerer', 9686, -312.116, -0.002, 746.626, 127), + (17571857, 'Goblin_Butcher', 9684, -308.000, -1.000, 757.000, 101), + (17571858, 'Goblin_Butcher', 9684, -303.000, -1.000, 729.000, 127), + (17571859, 'Stink_Bats', 9708, -312.560, -0.005, 726.908, 127), + (17571860, 'Stink_Bats', 9708, -312.577, -0.500, 751.299, 127), + (17571861, 'Goblin_Ambusher', 9683, -382.000, -1.000, 743.000, 127), + (17571862, 'Goblin_Tinkerer', 9686, -336.038, -0.032, 711.782, 127), + (17571863, 'Goblin_Butcher', 9684, -327.000, -1.000, 703.000, 92), + (17571864, 'Stink_Bats', 9708, -319.000, -0.007, 703.000, 127), + (17571865, 'Goblin_Ambusher', 9683, -331.832, -0.047, 712.021, 127), + (17571866, 'Goblin_Tinkerer', 9686, -311.000, -1.000, 704.000, 118), + (17571867, 'Goblin_Butcher', 9684, -377.126, -0.035, 741.117, 127), + (17571868, 'Stink_Bats', 9708, -377.758, -0.054, 737.730, 28), + (17571869, 'Stink_Bats', 9708, 0.000, 0.000, 0.000, 127), + (17571870, 'Desmodont', 9666, 0.000, 0.000, 0.000, 0), + (17571871, 'Rotten_Jam', 9699, 0.000, 0.000, 0.000, 127), + (17571872, 'Rotten_Jam', 9699, 0.000, 0.000, 0.000, 127), + (17571873, 'Legalox_Heftyhind', 1, 0.000, 0.000, 0.000, 0), + (17571874, 'Fetor_Bats', 10806, -478.000, -1.000, 728.000, 31), + (17571875, 'Fetor_Bats', 10806, -478.000, -1.000, 715.000, 127), + (17571876, 'Fetor_Bats', 10806, -465.000, -1.000, 711.000, 127), + (17571877, 'Fetor_Bats', 10806, -454.000, -1.000, 708.000, 65), + (17571878, 'Fetor_Bats', 10806, -226.440, -0.639, 712.425, 51), + (17571879, 'Fetor_Bats', 10806, -234.000, 0.400, 738.000, 112), + (17571880, 'Fetor_Bats', 10806, -234.000, -0.727, 701.000, 127), + (17571881, 'Fetor_Bats', 10806, -219.336, 0.347, 725.397, 127), + (17571882, 'Fetor_Bats', 10806, -431.000, -1.000, 710.000, 127), + (17571883, 'Fuligo', 10807, -381.000, -1.000, 682.000, 127), + (17571884, 'Fuligo', 10807, -381.000, -1.000, 694.000, 127), + (17571885, 'Fuligo', 10807, -380.000, -1.000, 710.000, 127), + (17571886, 'Fetor_Bats', 10806, -478.000, -1.000, 759.000, 127), + (17571887, 'Fetor_Bats', 10806, -453.000, -1.000, 721.000, 25), + (17571888, 'Fetor_Bats', 10806, -475.000, -1.000, 739.000, 119), + (17571889, 'Fetor_Bats', 10806, -486.000, -1.000, 726.000, 127), + (17571891, 'Black_Slime', 9660, 0.000, 0.000, 0.000, 127), + (17571892, 'Black_Slime', 9660, 0.000, 0.000, 0.000, 127), + (17571893, 'Ghoul', 9681, -418.000, -1.000, 629.000, 127), + (17571894, 'Ghoul', 9681, -419.000, -1.000, 570.000, 127), + (17571895, 'Ghoul', 9681, -419.000, -1.000, 581.000, 127), + (17571896, 'Ghoul', 9681, -418.000, -1.000, 590.000, 127), + (17571897, 'Ghoul', 9681, -418.000, -1.000, 597.000, 127), + (17571898, 'Ghoul', 9681, -417.000, -1.000, 640.000, 127), + (17571899, 'Ghoul', 9681, -419.000, -1.000, 615.000, 127), + (17571900, 'Ghoul', 9681, -417.000, -1.000, 661.000, 127), + (17571901, 'Combat', 9663, 0.000, 0.000, 0.000, 121), + (17571902, 'Combat', 9663, 0.000, 0.000, 0.000, 127), + (17571903, 'Ah_Puch', 1, 0.000, 0.000, 0.000, 0), + (17571904, 'Thorn_Bat', 10808, -366.000, -1.000, 628.000, 89), + (17571905, 'Thorn_Bat', 10808, -352.000, -1.000, 618.000, 3), + (17571906, 'Thorn_Bat', 10808, -369.000, -1.000, 609.000, 127), + (17571907, 'Thorn_Bat', 10808, -284.000, -1.000, 644.000, 127), + (17571908, 'Thorn_Bat', 10808, -356.266, -0.918, 636.034, 127), + (17571909, 'Thorn_Bat', 10808, -355.477, -0.676, 604.946, 67), + (17571910, 'Thorn_Bat', 10808, -366.000, -1.000, 649.000, 127), + (17571911, 'Thorn_Bat', 10808, -367.000, -1.000, 592.000, 127), + (17571912, 'Thorn_Bat', 10808, -286.000, -1.000, 635.000, 127), + (17571913, 'Thorn_Bat', 10808, -271.000, -1.000, 640.000, 127), + (17571914, 'Thorn_Bat', 10808, -278.000, -1.000, 644.000, 65), + (17571915, 'Thorn_Bat', 10808, -268.000, -1.000, 648.000, 127), + (17571916, 'Fetor_Bats', 10806, -472.000, -1.000, 722.000, 125), + (17571917, 'Fetor_Bats', 10806, -442.000, -1.000, 713.000, 127), + (17571918, 'Fetor_Bats', 10806, -434.000, -1.000, 723.000, 127), + (17571919, 'Fetor_Bats', 10806, -460.000, -1.000, 732.000, 127), + (17571920, 'Fetor_Bats', 10806, -487.000, -1.000, 744.000, 127), + (17571921, 'Fuligo', 10807, -214.000, -1.000, 659.000, 103), + (17571922, 'Fuligo', 10807, -220.000, -1.000, 656.000, 127), + (17571923, 'Fuligo', 10807, -258.000, -1.000, 668.000, 127), + (17571924, 'Fuligo', 10807, -257.000, -1.000, 693.000, 127), + (17571925, 'Fuligo', 10807, -223.000, -1.000, 663.000, 127), + (17571926, 'Fuligo', 10807, -256.000, -1.000, 708.000, 127), + (17571927, 'Fuligo', 10807, -382.000, -1.000, 665.000, 127), + (17571928, 'Fuligo', 10807, -257.000, -1.000, 678.000, 127), + (17571929, 'Two_of_Cups', 9721, 0.000, 0.000, 0.000, 127), + (17571930, 'Two_of_Batons', 9719, 0.000, 0.000, 0.000, 127), + (17571931, 'Two_of_Swords', 9722, 0.000, 0.000, 0.000, 127), + (17571932, 'Two_of_Coins', 9720, 0.000, 0.000, 0.000, 127), + (17571934, 'Two_of_Batons', 9719, -498.078, -0.031, -657.841, 41), + (17571935, 'Two_of_Swords', 9722, -492.523, -0.007, -659.514, 127), + (17571936, 'Two_of_Coins', 9720, -501.813, -0.034, -665.172, 81), + (17571937, 'Two_of_Cups', 9721, 0.000, 0.000, 0.000, 127), + (17571938, 'Two_of_Batons', 9719, 0.000, 0.000, 0.000, 127), + (17571939, 'Two_of_Swords', 9722, 0.000, 0.000, 0.000, 127), + (17571940, 'Two_of_Coins', 9720, 0.000, 0.000, 0.000, 127), + (17571941, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17571942, 'Three_of_Batons', 9713, -506.281, -0.032, -698.544, 127), + (17571943, 'Three_of_Swords', 9716, -500.798, -0.032, -692.629, 127), + (17571944, 'Three_of_Coins', 9714, -506.610, -0.032, -700.430, 65), + (17571945, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17571946, 'Three_of_Batons', 9713, -462.328, -0.032, -692.904, 127), + (17571947, 'Three_of_Swords', 9716, 0.000, 0.000, 0.000, 127), + (17571948, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 127), + (17571949, 'Three_of_Cups', 9715, -453.915, -0.029, -701.776, 127), + (17571950, 'Three_of_Batons', 9713, 0.000, 0.000, 0.000, 127), + (17571951, 'Three_of_Swords', 9716, -459.524, -0.044, -701.417, 1), + (17571952, 'Three_of_Coins', 9714, -454.497, -0.050, -692.678, 127), + (17571953, 'Four_of_Cups', 9679, 0.000, 0.000, 0.000, 127), + (17571954, 'Four_of_Batons', 9677, -425.585, -0.036, -703.299, 61), + (17571955, 'Four_of_Swords', 9680, 0.000, 0.000, 0.000, 127), + (17571956, 'Four_of_Coins', 9678, -414.671, -0.051, -693.280, 127), + (17571957, 'Four_of_Cups', 9679, -427.093, -0.028, -702.706, 127), + (17571958, 'Four_of_Batons', 9677, -458.703, -0.498, -654.271, 60), + (17571959, 'Four_of_Swords', 9680, -457.598, -0.500, -667.340, 127), + (17571960, 'Four_of_Coins', 9678, -458.321, -0.521, -663.434, 102), + (17571961, 'Five_of_Cups', 9675, 0.000, 0.000, 0.000, 127), + (17571962, 'Five_of_Batons', 9673, 0.000, 0.000, 0.000, 127), + (17571963, 'Five_of_Swords', 9676, 0.000, 0.000, 0.000, 127), + (17571964, 'Five_of_Coins', 9674, 0.000, 0.000, 0.000, 127), + (17571965, 'Five_of_Cups', 9675, 0.000, 0.000, 0.000, 127), + (17571966, 'Five_of_Batons', 9673, -453.174, -0.081, -619.387, 2), + (17571967, 'Five_of_Swords', 9676, -456.724, -0.500, -613.653, 94), + (17571968, 'Five_of_Coins', 9674, -466.306, -0.500, -619.278, 46), + (17571969, 'Five_of_Cups', 9675, -460.691, -0.494, -621.539, 127), + (17571970, 'Five_of_Batons', 9673, 0.000, 0.000, 0.000, 127), + (17571971, 'Five_of_Swords', 9676, -461.320, -0.510, -617.037, 85), + (17571972, 'Five_of_Coins', 9674, 0.000, 0.000, 0.000, 127), + (17571973, 'Six_of_Cups', 9706, 0.000, 0.000, 0.000, 127), + (17571974, 'Six_of_Batons', 9704, -494.042, -0.500, -619.392, 127), + (17571975, 'Six_of_Swords', 9707, 0.000, 0.000, 0.000, 127), + (17571976, 'Six_of_Coins', 9705, -493.362, -0.500, -626.246, 127), + (17571977, 'Six_of_Cups', 9706, -505.799, -0.004, -626.233, 123), + (17571978, 'Six_of_Batons', 9704, 0.000, 0.000, 0.000, 127), + (17571979, 'Six_of_Swords', 9707, -426.564, -0.500, -620.612, 127), + (17571980, 'Six_of_Coins', 9705, -413.163, -0.500, -616.367, 78), + (17571981, 'Six_of_Cups', 9706, -413.316, -0.500, -616.404, 71), + (17571982, 'Six_of_Batons', 9704, 0.000, 0.000, 0.000, 127), + (17571983, 'Six_of_Swords', 9707, 0.000, 0.000, 0.000, 127), + (17571984, 'Six_of_Coins', 9705, 0.000, 0.000, 0.000, 127), + (17571985, 'Eight_of_Cups', 9671, 0.000, 0.000, 0.000, 127), + (17571986, 'Eight_of_Batons', 9669, -427.588, -0.500, -653.787, 10), + (17571987, 'Eight_of_Swords', 9672, -422.568, -0.007, -653.721, 127), + (17571988, 'Eight_of_Coins', 9670, 0.000, 0.000, 0.000, 127), + (17571989, 'Eight_of_Cups', 9671, 0.000, 0.000, 0.000, 127), + (17571990, 'Eight_of_Batons', 9669, -364.140, -0.032, -628.116, 87), + (17571991, 'Eight_of_Swords', 9672, -348.598, -0.032, -629.850, 97), + (17571992, 'Eight_of_Coins', 9670, -364.080, 0.600, -631.249, 43), + (17571993, 'Eight_of_Cups', 9671, 0.000, 0.000, 0.000, 127), + (17571994, 'Eight_of_Batons', 9669, -353.856, -0.005, -634.161, 127), + (17571995, 'Eight_of_Swords', 9672, 0.000, 0.000, 0.000, 127), + (17571996, 'Eight_of_Coins', 9670, 0.000, 0.000, 0.000, 127), + (17571997, 'Eight_of_Cups', 9671, 0.000, 0.000, 0.000, 127), + (17571998, 'Eight_of_Batons', 9669, 0.000, 0.000, 0.000, 127), + (17571999, 'Eight_of_Swords', 9672, -379.256, 0.492, -631.450, 127), + (17572000, 'Eight_of_Coins', 9670, 0.000, 0.000, 0.000, 127), + (17572001, 'Dancing_Weapon', 9665, -368.764, -0.026, -626.777, 127), + (17572002, 'Dancing_Weapon', 9665, 0.000, 0.000, 0.000, 127), + (17572003, 'Dancing_Weapon', 9665, 0.000, 0.000, 0.000, 127), + (17572004, 'Dancing_Weapon', 9665, -372.075, 0.500, -624.285, 127), + (17572005, 'Seven_of_Cups', 9702, -353.648, -0.033, -620.986, 127), + (17572006, 'Seven_of_Batons', 9700, -361.489, 0.499, -643.836, 64), + (17572007, 'Seven_of_Swords', 9703, -371.495, 0.499, -622.894, 127), + (17572008, 'Seven_of_Coins', 9701, -366.597, 0.440, -629.285, 127), + (17572009, 'Seven_of_Cups', 9702, -361.605, 0.500, -635.211, 53), + (17572010, 'Seven_of_Batons', 9700, 0.000, 0.000, 0.000, 127), + (17572011, 'Seven_of_Swords', 9703, 0.000, 0.000, 0.000, 127), + (17572012, 'Seven_of_Coins', 9701, -369.619, -0.050, -661.636, 122), + (17572013, 'Seven_of_Cups', 9702, -374.451, 0.499, -651.348, 127), + (17572014, 'Seven_of_Batons', 9700, 0.000, 0.000, 0.000, 127), + (17572015, 'Seven_of_Swords', 9703, 0.000, 0.000, 0.000, 127), + (17572016, 'Seven_of_Coins', 9701, 0.000, 0.000, 0.000, 127), + (17572017, 'Seven_of_Cups', 9702, 0.000, 0.000, 0.000, 127), + (17572018, 'Seven_of_Batons', 9700, -351.137, 0.499, -651.328, 41), + (17572019, 'Seven_of_Swords', 9703, -343.863, 0.449, -670.232, 14), + (17572020, 'Seven_of_Coins', 9701, 0.000, 0.000, 0.000, 127), + (17572021, 'Dancing_Weapon', 9665, 0.000, 0.000, 0.000, 127), + (17572022, 'Dancing_Weapon', 9665, -379.923, -0.034, -658.924, 60), + (17572023, 'Dancing_Weapon', 9665, -349.119, 0.485, -652.426, 80), + (17572024, 'Dancing_Weapon', 9665, -370.001, -0.046, -662.844, 67), + (17572025, 'Nine_of_Batons', 9692, -361.568, 0.499, -648.810, 127), + (17572026, 'Nine_of_Cups', 9694, -359.258, 0.498, -663.705, 127), + (17572027, 'Nine_of_Swords', 9695, -352.707, 0.500, -655.539, 127), + (17572028, 'Nine_of_Coins', 9693, -375.706, 0.439, -657.786, 123), + (17572029, 'Nine_of_Batons', 9692, -359.809, 0.488, -656.887, 57), + (17572030, 'Nine_of_Cups', 9694, -352.703, -0.031, -692.382, 127), + (17572031, 'Nine_of_Swords', 9695, 0.000, 0.000, 0.000, 127), + (17572032, 'Nine_of_Coins', 9693, -358.273, 0.230, -682.692, 127), + (17572033, 'Nine_of_Batons', 9692, 0.000, 0.000, 0.000, 127), + (17572034, 'Nine_of_Cups', 9694, 0.000, 0.000, 0.000, 127), + (17572035, 'Nine_of_Swords', 9695, -340.205, -0.032, -684.778, 65), + (17572036, 'Nine_of_Coins', 9693, 0.000, 0.000, 0.000, 127), + (17572037, 'Nine_of_Batons', 9692, -350.488, 0.465, -682.981, 127), + (17572038, 'Nine_of_Cups', 9694, -344.683, -0.020, -687.393, 28), + (17572039, 'Nine_of_Swords', 9695, -367.231, 0.144, -691.065, 103), + (17572040, 'Nine_of_Coins', 9693, -353.903, -0.065, -698.435, 127), + (17572041, 'Dancing_Weapon', 9665, 0.000, 0.000, 0.000, 127), + (17572042, 'Dancing_Weapon', 9665, 0.000, 0.000, 0.000, 127), + (17572043, 'Dancing_Weapon', 9665, 0.000, 0.000, 0.000, 127), + (17572044, 'Dancing_Weapon', 9665, -366.156, -0.007, -682.362, 127), + (17572045, 'Ten_of_Cups', 9711, -354.910, -0.039, -699.148, 56), + (17572046, 'Ten_of_Batons', 9709, -376.317, 0.494, -688.349, 118), + (17572047, 'Ten_of_Swords', 9712, -348.894, 0.500, -690.773, 127), + (17572048, 'Ten_of_Coins', 9710, -370.045, 0.494, -698.814, 88), + (17572049, 'Ten_of_Cups', 9711, -366.687, -0.017, -695.483, 93), + (17572050, 'Ten_of_Batons', 9709, -293.907, -0.500, -660.873, 127), + (17572051, 'Ten_of_Swords', 9712, -294.352, -0.001, -657.342, 34), + (17572052, 'Ten_of_Coins', 9710, -306.944, -0.500, -662.744, 115), + (17572053, 'Two_of_Cups', 9721, -303.376, -0.054, -658.768, 127), + (17572054, 'Two_of_Batons', 9719, -299.470, -0.522, -667.281, 127), + (17572055, 'Two_of_Swords', 9722, -293.661, -0.500, -657.723, 88), + (17572056, 'Two_of_Coins', 9720, -297.463, -0.013, -653.801, 127), + (17572057, 'Two_of_Cups', 9721, -322.712, -0.506, -661.419, 127), + (17572058, 'Two_of_Batons', 9719, 0.000, 0.000, 0.000, 127), + (17572059, 'Two_of_Swords', 9722, 0.000, 0.000, 0.000, 127), + (17572060, 'Two_of_Coins', 9720, 0.000, 0.000, 0.000, 127), + (17572061, 'Two_of_Cups', 9721, 326.007, -0.078, 732.903, 98), + (17572062, 'Two_of_Batons', 9719, 329.565, -0.493, 741.433, 127), + (17572063, 'Two_of_Swords', 9722, 330.707, -0.021, 745.712, 127), + (17572064, 'Two_of_Coins', 9720, 337.704, -0.132, 745.790, 6), + (17572065, 'Two_of_Cups', 9721, 0.000, 0.000, 0.000, 127), + (17572066, 'Two_of_Batons', 9719, 0.000, 0.000, 0.000, 127), + (17572067, 'Two_of_Swords', 9722, 0.000, 0.000, 0.000, 127), + (17572068, 'Two_of_Coins', 9720, 0.000, 0.000, 0.000, 127), + (17572069, 'Two_of_Cups', 9721, 343.524, -0.030, 746.637, 112), + (17572070, 'Two_of_Batons', 9719, 298.016, -0.036, 745.884, 127), + (17572071, 'Two_of_Swords', 9722, 297.777, -0.024, 746.720, 5), + (17572072, 'Two_of_Coins', 9720, 310.117, 0.011, 738.354, 45), + (17572073, 'Two_of_Cups', 9721, 312.608, 0.006, 740.560, 127), + (17572074, 'Two_of_Batons', 9719, 0.000, 0.000, 0.000, 127), + (17572075, 'Two_of_Swords', 9722, 306.384, 0.009, 735.853, 127), + (17572076, 'Two_of_Coins', 9720, 300.544, -0.022, 746.812, 98), + (17572077, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17572078, 'Three_of_Batons', 9713, 312.762, 0.005, 740.297, 127), + (17572079, 'Three_of_Swords', 9716, 0.000, 0.000, 0.000, 127), + (17572080, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 127), + (17572081, 'Three_of_Cups', 9715, 306.131, -0.032, 744.716, 105), + (17572082, 'Three_of_Batons', 9713, 0.000, 0.000, 0.000, 127), + (17572083, 'Three_of_Swords', 9716, 349.259, -0.032, 773.090, 127), + (17572084, 'Three_of_Coins', 9714, 347.469, -0.020, 772.566, 77), + (17572085, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17572086, 'Three_of_Batons', 9713, 330.389, -0.500, 775.062, 54), + (17572087, 'Three_of_Swords', 9716, 0.000, 0.000, 0.000, 127), + (17572088, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 127), + (17572089, 'Three_of_Cups', 9715, 334.586, -0.118, 771.323, 127), + (17572090, 'Three_of_Batons', 9713, 348.094, -0.500, 707.764, 122), + (17572091, 'Three_of_Swords', 9716, 349.729, -0.500, 705.986, 127), + (17572092, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 127), + (17572093, 'Balloon', 9658, 503.000, -1.000, -736.000, 127), + (17572094, 'Bomb_King', 9662, 0.000, 0.000, 0.000, 127), + (17572095, 'Doppelganger_Gog', 9668, 0.000, 0.000, 0.000, 127), + (17572096, 'Doppelganger_Dio', 9667, 0.000, 0.000, 0.000, 127), + (17572097, 'Three_of_Cups', 9715, 330.679, -0.431, 704.728, 69), + (17572098, 'Three_of_Batons', 9713, 0.000, 0.000, 0.000, 122), + (17572099, 'Three_of_Swords', 9716, 308.000, -1.000, 706.000, 109), + (17572100, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 127), + (17572101, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 98), + (17572102, 'Three_of_Batons', 9713, 0.000, 0.000, 0.000, 127), + (17572103, 'Three_of_Swords', 9716, 290.559, -0.001, 707.338, 64), + (17572104, 'Three_of_Coins', 9714, 290.530, -0.052, 706.832, 127), + (17572105, 'Two_of_Cups', 9721, 0.000, 0.000, 0.000, 127), + (17572106, 'Two_of_Batons', 9719, 297.348, -0.032, 773.475, 2), + (17572107, 'Two_of_Swords', 9722, 0.000, 0.000, 0.000, 127), + (17572108, 'Two_of_Coins', 9720, 294.306, -0.016, 780.288, 36), + (17572109, 'Two_of_Cups', 9721, 306.969, -0.040, 787.240, 127), + (17572110, 'Two_of_Batons', 9719, 0.000, 0.000, 0.000, 127), + (17572111, 'Two_of_Swords', 9722, 506.281, 0.001, 734.220, 99), + (17572112, 'Two_of_Coins', 9720, 0.000, 0.000, 0.000, 127), + (17572113, 'Two_of_Cups', 9721, 0.000, 0.000, 0.000, 127), + (17572114, 'Two_of_Batons', 9719, 496.436, -0.012, 733.858, 127), + (17572115, 'Two_of_Swords', 9722, 502.175, -0.011, 746.217, 120), + (17572116, 'Two_of_Coins', 9720, 502.121, -0.012, 745.976, 124), + (17572117, 'Two_of_Cups', 9721, 500.654, -0.038, 745.869, 5), + (17572118, 'Two_of_Batons', 9719, 511.790, -0.005, 738.783, 127), + (17572119, 'Two_of_Swords', 9722, 0.000, 0.000, 0.000, 127), + (17572120, 'Two_of_Coins', 9720, 506.219, -0.052, 733.015, 95), + (17572121, 'Two_of_Cups', 9721, 0.000, 0.000, 0.000, 127), + (17572122, 'Two_of_Batons', 9719, 0.000, 0.000, 0.000, 127), + (17572123, 'Two_of_Swords', 9722, 530.675, 0.006, 742.869, 100), + (17572124, 'Two_of_Coins', 9720, 0.000, 0.000, 0.000, 127), + (17572125, 'Two_of_Cups', 9721, 544.959, -0.005, 743.066, 127), + (17572126, 'Two_of_Batons', 9719, 526.105, -0.012, 735.821, 127), + (17572127, 'Two_of_Swords', 9722, 0.000, 0.000, 0.000, 127), + (17572128, 'Two_of_Coins', 9720, 0.000, 0.000, 0.000, 127), + (17572129, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17572130, 'Three_of_Batons', 9713, 0.000, 0.000, 0.000, 127), + (17572131, 'Three_of_Swords', 9716, 530.975, 0.008, 737.750, 75), + (17572132, 'Three_of_Coins', 9714, 527.427, 0.007, 740.874, 47), + (17572133, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17572134, 'Three_of_Batons', 9713, 0.000, 0.000, 0.000, 127), + (17572135, 'Three_of_Swords', 9716, 490.786, -0.075, 770.830, 127), + (17572136, 'Three_of_Coins', 9714, 492.054, -0.016, 772.764, 20), + (17572137, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17572138, 'Three_of_Batons', 9713, 509.489, -0.500, 771.366, 127), + (17572139, 'Three_of_Swords', 9716, 0.000, 0.000, 0.000, 127), + (17572140, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 127), + (17572141, 'Balloon', 9658, 509.000, -1.000, 709.000, 18), + (17572142, 'Bomb_King', 9662, 0.000, 0.000, 0.000, 98), + (17572143, 'Doppelganger_Gog', 9668, 0.000, 0.000, 0.000, 32), + (17572144, 'Doppelganger_Dio', 9667, 310.000, -1.000, 709.000, 2), + (17572145, 'Balloon', 9658, 549.000, -1.000, 769.000, 127), + (17572146, 'Bomb_King', 9662, 549.000, -1.000, 772.000, 127), + (17572147, 'Doppelganger_Gog', 9668, 508.000, -1.000, 706.000, 127), + (17572148, 'Doppelganger_Dio', 9667, 0.000, 0.000, 0.000, 127), + (17572149, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 30), + (17572150, 'Three_of_Batons', 9713, 530.360, -0.032, 775.007, 29), + (17572151, 'Three_of_Swords', 9716, 0.000, 0.000, 0.000, 127), + (17572152, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 51), + (17572153, 'Three_of_Cups', 9715, 531.890, -0.416, 769.860, 127), + (17572154, 'Three_of_Batons', 9713, 540.941, -0.001, 771.514, 127), + (17572155, 'Three_of_Swords', 9716, 0.000, 0.000, 0.000, 127), + (17572156, 'Three_of_Coins', 9714, 0.000, 0.000, 0.000, 18), + (17572157, 'Three_of_Cups', 9715, 0.000, 0.000, 0.000, 127), + (17572158, 'Three_of_Batons', 9713, 0.000, 0.000, 0.000, 127), + (17572159, 'Three_of_Swords', 9716, 0.000, 0.000, 0.000, 127), + (17572160, 'Three_of_Coins', 9714, 530.893, -0.002, 706.686, 114), + (17572161, 'Battue_Bats', 9659, 0.000, 0.000, 0.000, 127), + (17572162, 'Battue_Bats', 9659, 0.000, 0.000, 0.000, 127), + (17572163, 'Battue_Bats', 9659, 0.000, 0.000, 0.000, 127), + (17572164, 'Goblin_Thug', 9685, 0.000, 0.000, 0.000, 127), + (17572165, 'Goblin_Thug', 9685, -256.000, -1.000, 743.000, 127), + (17572166, 'Goblin_Weaver', 9687, 455.939, -0.032, -670.601, 127), + (17572167, 'Goblin_Thug', 9685, 455.931, -0.036, -665.456, 123), + (17572168, 'Goblin_Thug', 9685, 460.283, -0.063, -665.189, 28), + (17572169, 'Goblin_Weaver', 9687, 498.918, -0.053, -622.887, 127), + (17572170, 'Goblin_Thug', 9685, 499.848, -0.032, -619.137, 25), + (17572171, 'Goblin_Thug', 9685, 489.352, -0.063, -614.715, 127), + (17572172, 'Goblin_Weaver', 9687, 484.588, -0.164, -704.124, 121), + (17572173, 'Goblin_Thug', 9685, 488.685, -0.063, -694.733, 127), + (17572174, 'Goblin_Weaver', 9687, 503.615, -0.034, -699.210, 2), + (17572175, 'Battue_Bats', 9659, 538.154, -0.035, -661.465, 127), + (17572176, 'Battue_Bats', 9659, 539.415, -0.038, -653.386, 95), + (17572177, 'Goblin_Thug', 9685, 539.264, -0.034, -665.726, 127), + (17572178, 'Goblin_Weaver', 9687, 458.797, -0.005, -628.340, 45), + (17572179, 'Battue_Bats', 9659, 470.578, -0.030, -615.191, 123), + (17572180, 'Battue_Bats', 9659, 454.735, -0.032, -632.719, 127), + (17572181, 'Goblin_Thug', 9685, 463.580, -0.035, -632.432, 127), + (17572182, 'Goblin_Weaver', 9687, 458.989, -0.037, -687.386, 127), + (17572183, 'Blade_Bat', 9661, 470.505, -0.508, -705.259, 127), + (17572184, 'Blade_Bat', 9661, 471.218, -0.038, -695.516, 19), + (17572185, 'Blade_Bat', 9661, 454.659, -0.001, -682.016, 127), + (17572186, 'Goblin_Thug', 9685, 536.689, -0.063, -627.496, 52), + (17572187, 'Goblin_Weaver', 9687, 527.982, -0.037, -615.819, 127), + (17572188, 'Blade_Bat', 9661, 461.000, -1.000, -655.000, 127), + (17572189, 'Blade_Bat', 9661, 535.568, -0.032, -639.684, 121), + (17572190, 'Blade_Bat', 9661, 536.435, -0.036, -632.743, 127), + (17572191, 'Balloon', 9658, 496.000, -1.000, -584.000, 127), + (17572192, 'Goblin_Weaver', 9687, 522.520, -0.005, -700.354, 124), + (17572193, 'Balloon', 9658, 503.000, -1.000, -583.000, 127), + (17572194, 'Goblin_Weaver', 9687, 532.532, -0.041, -692.563, 127), + (17572195, 'Balloon', 9658, 496.000, -1.000, -737.000, 127), + (17572196, 'Goblin_Weaver', 9687, 540.000, -1.000, -687.000, 11), + (17572197, 'Jack_of_Cups', 9690, 0.000, 0.000, 0.000, 127), + (17572198, 'Jack_of_Batons', 9688, 0.000, 0.000, 0.000, 127), + (17572199, 'Jack_of_Swords', 9691, 0.000, 0.000, 0.000, 127), + (17572200, 'Jack_of_Coins', 9689, 0.000, 0.000, 0.000, 127), + (17572201, 'Queen_of_Swords', 9698, 0.000, 0.000, 0.000, 127), + (17572202, 'Queen_of_Coins', 9696, 0.000, 0.000, 0.000, 127), + (17572203, 'Thunder_Elemental', 9717, 0.000, 0.000, 0.000, 127), + (17572204, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572205, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572206, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572207, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572208, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572209, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572210, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572211, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572212, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572213, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572214, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572215, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572216, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572217, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572218, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572219, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572220, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572221, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572222, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572223, 'Custom_Cardian', 9664, 0.000, 0.000, 0.000, 0), + (17572269, 'Stone_Door', 9718, 0.000, 0.000, 0.000, 0), + (17572271, 'Stone_Door', 9657, 0.000, 0.000, 0.000, 0), + (17572274, 'Stone_Door', 9656, 0.000, 0.000, 0.000, 0), + (17572277, 'Stone_Door', 9698, 0.000, 0.000, 0.000, 0), + (17572278, '', 0, 0.000, 0.000, 0.000, 0), + (17575937, 'Lich_C_Magnus', 9737, 299.000, -0.005, 19.000, 127), + (17575938, 'Skull_of_Gluttony', 9748, 0.000, 0.000, 0.000, 0), + (17575939, 'Skull_of_Greed', 9749, 0.000, 0.000, 0.000, 0), + (17575940, 'Skull_of_Sloth', 9752, 0.000, 0.000, 0.000, 0), + (17575941, 'Skull_of_Lust', 9750, 0.000, 0.000, 0.000, 0), + (17575942, 'Skull_of_Pride', 9751, 0.000, 0.000, 0.000, 0), + (17575943, 'Skull_of_Envy', 9747, 0.000, 0.000, 0.000, 0), + (17575944, 'Skull_of_Wrath', 9753, 0.000, 0.000, 0.000, 0), + (17575945, 'Marchosias', 9739, 0.000, 0.000, 0.000, 97), + (17575946, 'Lost_Soul', 9738, -58.325, -16.051, 301.997, 127), + (17575947, 'Lost_Soul', 9738, -58.712, -16.051, 298.316, 127), + (17575948, 'Lost_Soul', 9738, -64.092, -16.124, 309.005, 26), + (17575949, 'Lost_Soul', 9738, -56.494, -16.051, 308.932, 100), + (17575950, 'Marchosias', 9739, 0.000, 0.000, 0.000, 127), + (17575951, 'Marchosias', 9739, 0.000, 0.000, 0.000, 83), + (17575952, 'Marchosias', 9739, 0.000, 0.000, 0.000, 66), + (17575953, 'Shade', 9746, -16.084, -8.050, 225.115, 127), + (17575954, 'Shade', 9746, -22.541, -8.057, 216.585, 127), + (17575955, 'Shade', 9746, -18.026, -8.023, 218.745, 35), + (17575956, 'Shade', 9746, 0.000, 0.000, 0.000, 127), + (17575957, 'Lost_Soul', 9738, 425.000, -48.000, -70.000, 53), + (17575958, 'Lost_Soul', 9738, 424.000, -48.000, -62.000, 127), + (17575959, 'Hellbound_Warrior', 10813, 0.000, 0.000, 0.000, 0), + (17575960, 'Hellbound_Warlock', 10814, 32.853, -15.811, 307.143, 127), + (17575961, 'Hellbound_Warrior', 10813, 30.000, -14.000, 322.000, 127), + (17575962, 'Hellbound_Warlock', 10814, 28.000, -15.756, 331.000, 127), + (17575963, 'Hellbound_Warrior', 10813, 43.000, -15.828, 315.000, 127), + (17575964, 'Hellbound_Warlock', 10814, -5.536, -6.475, 98.811, 127), + (17575965, 'Hellbound_Warrior', 10813, 16.264, -10.928, 104.716, 96), + (17575966, 'Hellbound_Warlock', 10814, -5.998, 0.923, 49.564, 79), + (17575967, 'Marchosias', 9739, 0.000, 0.000, 0.000, 6), + (17575968, 'Marchosias', 9739, 0.000, 0.000, 0.000, 54), + (17575969, 'Lost_Soul', 9738, 3.907, 0.925, 48.518, 12), + (17575970, 'Lost_Soul', 9738, 14.233, 0.459, 41.438, 127), + (17575971, 'Lost_Soul', 9738, 426.000, -48.000, -51.000, 127), + (17575972, 'Lost_Soul', 9738, 416.000, -48.000, -54.000, 127), + (17575973, 'Lost_Soul', 9738, 416.000, -48.000, -60.000, 127), + (17575974, 'Revenant', 9745, 372.000, -40.000, 24.000, 127), + (17575975, 'Marchosias', 9739, 0.000, 0.000, 0.000, 32), + (17575976, 'Marchosias', 9739, 0.000, 0.000, 0.000, 80), + (17575977, 'Marchosias', 9739, 0.000, 0.000, 0.000, 0), + (17575978, 'Hellbound_Warrior', 10813, 0.000, 0.000, 0.000, 0), + (17575979, 'Hellbound_Warlock', 10814, 112.014, 9.068, -81.836, 81), + (17575980, 'Hellbound_Warrior', 10813, 110.085, 8.891, -83.415, 127), + (17575981, 'Hellbound_Warlock', 10814, 115.367, 8.994, -89.142, 30), + (17575982, 'Hellbound_Warrior', 10813, 123.744, 8.960, -77.027, 114), + (17575983, 'Hellbound_Warlock', 10814, 0.000, 0.000, 0.000, 62), + (17575984, 'Hellbound_Warrior', 10813, 0.000, 0.000, 0.000, 34), + (17575985, 'Hellbound_Warlock', 10814, 0.000, 0.000, 0.000, 127), + (17575986, 'Marchosias', 9739, 0.000, 0.000, 0.000, 127), + (17575987, 'Marchosias', 9739, 0.000, 0.000, 0.000, 29), + (17575988, 'Lost_Soul', 9738, 262.835, -24.051, 308.205, 127), + (17575989, 'Lost_Soul', 9738, 240.000, -15.987, 341.000, 115), + (17575990, 'Lost_Soul', 9738, 219.397, -15.972, 311.897, 127), + (17575991, 'Lost_Soul', 9738, 192.000, -15.000, 299.000, 84), + (17575992, 'Hell_Hound', 9733, 420.000, -48.000, -35.000, 48), + (17575993, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 0), + (17575994, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 127), + (17575995, 'Hellbound_Warrior', 10813, 0.000, 0.000, 0.000, 0), + (17575996, 'Hellbound_Warlock', 10814, 164.532, -15.844, 293.691, 127), + (17575997, 'Hellbound_Warrior', 10813, 171.890, -15.330, 280.538, 8), + (17575998, 'Hellbound_Warlock', 10814, 160.077, -15.686, 294.740, 127), + (17575999, 'Hellbound_Warrior', 10813, 153.154, -15.046, 277.499, 71), + (17576000, 'Hellbound_Warlock', 10814, 0.000, 0.000, 0.000, 127), + (17576001, 'Hellbound_Warrior', 10813, 0.000, 0.000, 0.000, 76), + (17576002, 'Hellbound_Warlock', 10814, 0.000, 0.000, 0.000, 127), + (17576003, 'Revenant', 9745, 371.000, -40.000, 15.000, 127), + (17576004, 'Revenant', 9745, 388.000, -40.000, 14.000, 127), + (17576005, 'Lost_Soul', 9738, -262.997, -2.881, 174.510, 127), + (17576006, 'Lost_Soul', 9738, -248.000, 1.000, 122.000, 110), + (17576007, 'Lost_Soul', 9738, -235.720, 0.151, 134.953, 127), + (17576008, 'Gazer', 9731, -237.571, 0.850, 118.155, 96), + (17576009, 'Anemone', 9723, -234.000, -0.500, 128.000, 127), + (17576010, 'Gazer', 9731, -233.321, 0.943, 112.296, 64), + (17576011, 'Gazer', 9731, -242.000, 0.733, 105.000, 34), + (17576012, 'Gazer', 9731, -221.000, -0.193, 84.000, 69), + (17576013, 'Gazer', 9731, -261.000, -0.093, 83.000, 38), + (17576014, 'Gazer', 9731, -258.000, -0.182, 68.000, 127), + (17576015, 'Gazer', 9731, -211.000, -0.052, 62.000, 1), + (17576016, 'Gazer', 9731, 0.000, 0.000, 0.000, 100), + (17576017, 'Puroboros', 9744, 0.000, 0.000, 0.000, 127), + (17576018, 'Puroboros', 9744, 0.000, 0.000, 0.000, 64), + (17576019, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 127), + (17576020, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 65), + (17576021, 'Mummy', 9741, -484.895, -8.110, 499.720, 127), + (17576022, 'Mummy', 9741, -482.000, -8.110, 499.000, 127), + (17576023, 'Lich', 9736, 0.000, 0.000, 0.000, 0), + (17576024, 'Mummy', 9741, -452.694, -0.110, 454.679, 119), + (17576025, 'Mummy', 9741, -459.853, -0.110, 455.014, 64), + (17576026, 'Lich', 9736, -460.000, -0.110, 466.000, 127), + (17576027, 'Mummy', 9741, -452.000, -0.110, 464.000, 4), + (17576028, 'Mummy', 9741, -458.867, 1.466, 487.073, 127), + (17576029, 'Lich', 9736, -418.359, 7.889, 499.852, 127), + (17576030, 'Lich', 9736, -418.564, 7.889, 506.504, 127), + (17576031, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 0), + (17576032, 'Blood_Soul', 9725, 294.000, -27.000, 26.000, 127), + (17576033, 'Blood_Soul', 9725, 294.000, -27.000, 6.000, 127), + (17576034, 'Blood_Soul', 9725, 305.000, -27.000, 20.000, 127), + (17576035, 'Ka', 9735, -424.233, 0.232, 400.295, 127), + (17576036, 'Ka', 9735, -430.009, 0.930, 393.691, 114), + (17576037, 'Ka', 9735, -448.000, 1.000, 403.000, 53), + (17576038, 'Ka', 9735, -435.000, 1.000, 409.000, 127), + (17576039, 'Mummy', 9741, -435.933, 0.807, 392.096, 127), + (17576040, 'Mummy', 9741, -441.399, 0.899, 330.140, 127), + (17576041, 'Lich', 9736, 0.000, 0.000, 0.000, 0), + (17576042, 'Lich', 9736, -452.647, 0.151, 313.580, 18), + (17576043, 'Ka', 9735, 0.000, 0.000, 0.000, 0), + (17576044, 'Ka', 9735, -436.238, 0.869, 311.702, 127), + (17576045, 'Ka', 9735, -440.729, 0.913, 311.937, 120), + (17576046, 'Ka', 9735, -433.796, 0.914, 322.976, 127), + (17576047, 'Mummy', 9741, -451.000, 1.000, 321.000, 110), + (17576048, 'Mummy', 9741, -383.794, 0.611, 381.521, 127), + (17576049, 'Lich', 9736, -377.000, 0.685, 387.000, 67), + (17576050, 'Lich', 9736, -382.866, 0.330, 387.005, 118), + (17576051, 'Tomb_Wolf', 9760, -381.096, 0.725, 384.547, 127), + (17576052, 'Tomb_Wolf', 9760, 0.000, 0.000, 0.000, 0), + (17576053, 'Tomb_Wolf', 9760, -385.977, 0.519, 341.675, 107), + (17576054, 'Tomb_Wolf', 9760, -376.974, 0.586, 343.750, 58), + (17576055, 'Cwn_Cyrff', 9726, 0.000, 0.000, 0.000, 0), + (17576056, 'Utukku', 9763, 173.000, -27.000, 145.000, 127), + (17576057, 'Utukku', 9763, 191.000, -28.000, 121.000, 127), + (17576058, 'Utukku', 9763, 67.000, -27.000, 25.000, 127), + (17576059, 'Utukku', 9763, 45.000, -27.000, 13.000, 127), + (17576060, 'Lost_Soul', 9738, -623.000, -0.079, 146.000, 127), + (17576061, 'Lost_Soul', 9738, -662.000, 0.072, 187.000, 127), + (17576062, 'Lost_Soul', 9738, -658.775, 0.842, 184.054, 113), + (17576063, 'Lost_Soul', 9738, -657.076, 0.666, 180.460, 5), + (17576064, 'Gazer', 9731, 0.000, 0.000, 0.000, 127), + (17576065, 'Gazer', 9731, 0.000, 0.000, 0.000, 59), + (17576066, 'Gazer', 9731, 0.000, 0.000, 0.000, 127), + (17576067, 'Gazer', 9731, 342.399, -32.017, -331.157, 127), + (17576068, 'Anemone', 9723, 0.000, 0.000, 0.000, 127), + (17576069, 'Puroboros', 9744, 0.000, 0.000, 0.000, 127), + (17576070, 'Nekros_Hound', 10815, 297.292, -15.674, -227.748, 127), + (17576071, 'Nekros_Hound', 10815, 274.409, -15.787, -217.233, 127), + (17576072, 'Nekros_Hound', 10815, 302.615, -15.678, -248.995, 127), + (17576073, 'Nekros_Hound', 10815, 284.591, -15.933, -215.801, 127), + (17576074, 'Nekros_Hound', 10815, 274.746, -15.835, -217.194, 127), + (17576075, 'Nekros_Hound', 10815, 219.594, -8.592, -164.502, 127), + (17576076, 'Nekros_Hound', 10815, 235.651, -15.299, -179.169, 125), + (17576077, 'Nekros_Hound', 10815, 252.057, -16.086, -178.557, 94), + (17576078, 'Nekros_Hound', 10815, 181.000, -0.270, -99.000, 127), + (17576079, 'Nekros_Hound', 10815, 177.000, -0.276, -102.000, 127), + (17576080, 'Nekros_Hound', 10815, 335.993, -32.051, -139.474, 106), + (17576081, 'Nekros_Hound', 10815, 381.006, -36.014, -138.896, 127), + (17576082, 'Nekros_Hound', 10815, 378.637, -38.236, -128.672, 63), + (17576083, 'Nekros_Hound', 10815, 380.000, -44.000, -101.000, 67), + (17576084, 'Lich', 9736, 335.080, -32.051, -123.286, 125), + (17576085, 'Lich', 9736, 331.626, -32.051, -129.331, 5), + (17576086, 'Nekros_Hound', 10815, 332.004, -32.051, -151.386, 127), + (17576087, 'Nekros_Hound', 10815, 347.385, -32.052, -151.381, 127), + (17576088, 'Nekros_Hound', 10815, 0.000, 0.000, 0.000, 127), + (17576089, 'Nekros_Hound', 10815, 0.000, 0.000, 0.000, 127), + (17576090, 'Nekros_Hound', 10815, 0.000, 0.000, 0.000, 127), + (17576091, 'Nekros_Hound', 10815, 0.000, 0.000, 0.000, 62), + (17576092, 'Lost_Soul', 9738, 415.000, -48.000, -68.000, 127), + (17576093, 'Lost_Soul', 9738, 0.000, 0.000, 0.000, 0), + (17576094, 'Lost_Soul', 9738, 0.000, 0.000, 0.000, 0), + (17576095, 'Lost_Soul', 9738, 0.000, 0.000, 0.000, 0), + (17576096, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 127), + (17576097, 'Revenant', 9745, 380.000, -40.000, 25.000, 127), + (17576098, 'Revenant', 9745, 0.000, 0.000, 0.000, 0), + (17576099, 'Revenant', 9745, 0.000, 0.000, 0.000, 0), + (17576100, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 127), + (17576101, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 99), + (17576102, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 1), + (17576103, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 127), + (17576104, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 127), + (17576105, 'Hell_Hound', 9733, 0.000, 0.000, 0.000, 127), + (17576106, 'Ka', 9735, 309.893, -27.513, 8.979, 127), + (17576107, 'Ka', 9735, 282.710, -27.778, 26.410, 126), + (17576108, 'Ka', 9735, 292.617, -27.826, 38.385, 127), + (17576109, 'Ka', 9735, 174.302, -27.552, 128.758, 112), + (17576110, 'Blood_Soul', 9725, 318.000, -28.000, 31.000, 127), + (17576111, 'Blood_Soul', 9725, 0.000, 0.000, 0.000, 0), + (17576112, 'Blood_Soul', 9725, 0.000, 0.000, 0.000, 122), + (17576113, 'Dark_Stalker', 9727, 179.440, -27.552, 132.921, 127), + (17576114, 'Dark_Stalker', 9727, 162.000, -27.635, 156.000, 9), + (17576115, 'Dark_Stalker', 9727, 192.496, -27.757, 151.476, 120), + (17576116, 'Dark_Stalker', 9727, 161.596, -27.796, -89.517, 127), + (17576117, 'Utukku', 9763, 173.710, -27.551, -99.639, 69), + (17576118, 'Utukku', 9763, 197.057, -28.250, -106.018, 127), + (17576119, 'Utukku', 9763, 197.881, -28.250, -87.828, 127), + (17576120, 'Ka', 9735, 191.249, -27.552, -94.644, 5), + (17576121, 'Ka', 9735, 162.139, -28.051, -113.652, 127), + (17576122, 'Ka', 9735, 173.573, -27.564, -88.989, 127), + (17576123, 'Ka', 9735, 60.393, -27.711, 17.644, 63), + (17576124, 'Blood_Soul', 9725, 0.000, 0.000, 0.000, 64), + (17576125, 'Blood_Soul', 9725, 0.000, 0.000, 0.000, 127), + (17576126, 'Blood_Soul', 9725, 0.000, 0.000, 0.000, 127), + (17576127, 'Dark_Stalker', 9727, 53.919, -27.564, 7.825, 127), + (17576128, 'Dark_Stalker', 9727, 78.000, -27.589, 4.000, 127), + (17576129, 'Dark_Stalker', 9727, 54.631, -27.549, 25.411, 127), + (17576130, 'Dark_Stalker', 9727, 0.000, 0.000, 0.000, 0), + (17576131, 'Utukku', 9763, 73.000, -27.000, 13.000, 127), + (17576132, 'Utukku', 9763, 166.000, -27.000, 134.000, 127), + (17576133, 'Utukku', 9763, 0.000, 0.000, 0.000, 0), + (17576134, 'Azer', 9724, 0.000, 0.000, 0.000, 14), + (17576135, 'Azer', 9724, 0.000, 0.000, 0.000, 4), + (17576136, 'Azer', 9724, 0.000, 0.000, 0.000, 127), + (17576137, 'Azer', 9724, 0.000, 0.000, 0.000, 127), + (17576138, 'Fallen_Knight', 9730, 260.199, -33.167, -61.602, 92), + (17576139, 'Lich', 9736, 266.324, -32.051, -58.523, 53), + (17576140, 'Lich', 9736, 96.490, -33.176, 100.518, 9), + (17576141, 'Fallen_Knight', 9730, 98.989, -33.243, 101.087, 65), + (17576142, 'Lich', 9736, 99.383, -33.177, 103.352, 54), + (17576143, 'Lich', 9736, 106.115, -32.051, -60.602, 127), + (17576144, 'Fallen_Knight', 9730, 100.000, -32.051, -53.000, 127), + (17576145, 'Fallen_Knight', 9730, 93.044, -32.231, -60.118, 125), + (17576146, 'Lich', 9736, 261.000, -33.000, 100.000, 127), + (17576147, 'Fallen_Knight', 9730, 264.000, -32.000, 95.000, 126), + (17576148, 'Fallen_Knight', 9730, 254.000, -32.000, 100.000, 127), + (17576149, 'Lich', 9736, 0.000, 0.000, 0.000, 63), + (17576150, 'Ka', 9735, 218.834, -32.051, 10.271, 70), + (17576151, 'Ka', 9735, 220.991, -32.051, -11.670, 127), + (17576152, 'Ka', 9735, 219.252, -32.051, 5.199, 62), + (17576153, 'Ka', 9735, 224.151, -32.156, 52.017, 127), + (17576154, 'Tomb_Wolf', 9760, 219.000, -32.051, 77.000, 122), + (17576155, 'Tomb_Wolf', 9760, 199.040, -32.051, 58.793, 0), + (17576156, 'Ice_Elemental', 9734, 209.530, -32.053, 60.041, 127), + (17576157, 'Earth_Elemental', 9729, 162.977, -32.051, 59.179, 127), + (17576158, 'Tomb_Wolf', 9760, 186.793, -32.051, -20.420, 127), + (17576159, 'Tomb_Wolf', 9760, 202.783, -32.051, -20.642, 127), + (17576160, 'Ice_Elemental', 9734, 176.147, -32.051, -19.970, 124), + (17576161, 'Earth_Elemental', 9729, 157.487, -32.051, -19.397, 127), + (17576162, 'Tomb_Wolf', 9760, 140.903, -32.051, 14.292, 127), + (17576163, 'Tomb_Wolf', 9760, 141.104, -32.051, 29.037, 127), + (17576164, 'Ice_Elemental', 9734, 141.032, -32.056, 3.038, 64), + (17576165, 'Earth_Elemental', 9729, 140.554, -32.051, 24.781, 127), + (17576166, 'Tomb_Wolf', 9760, 244.689, -32.051, 141.367, 0), + (17576167, 'Tomb_Wolf', 9760, 104.930, -32.051, 135.777, 127), + (17576168, 'Ice_Elemental', 9734, 59.862, -32.051, 79.593, 127), + (17576169, 'Earth_Elemental', 9729, 61.123, -32.051, -49.810, 127), + (17576170, 'Tomb_Wolf', 9760, 108.579, -32.051, -97.813, 36), + (17576171, 'Tomb_Wolf', 9760, 250.518, -32.051, -97.434, 96), + (17576172, 'Tomb_Wolf', 9760, 183.000, -0.102, -87.000, 39), + (17576173, 'Tomb_Wolf', 9760, 185.268, -0.123, -90.992, 127), + (17576174, 'Tomb_Wolf', 9760, 138.161, 4.758, -107.085, 16), + (17576175, 'Tomb_Wolf', 9760, 154.854, 0.804, -140.015, 122), + (17576176, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576177, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576178, 'Tomb_Warrior', 9759, 178.340, -0.016, -181.166, 57), + (17576179, 'Tomb_Warrior', 9759, 183.000, -0.221, -177.000, 64), + (17576180, 'Tomb_Mage', 9758, 0.000, 0.000, 0.000, 0), + (17576181, 'Shade', 9746, 0.000, 0.000, 0.000, 0), + (17576182, 'Shade', 9746, 0.000, 0.000, 0.000, 0), + (17576183, 'Shade', 9746, 182.000, -8.051, 16.000, 127), + (17576184, 'Shade', 9746, 179.386, -8.051, 23.779, 127), + (17576185, 'Lost_Soul', 9738, 265.793, -0.051, 15.326, 127), + (17576186, 'Lost_Soul', 9738, 260.481, -1.092, 17.613, 81), + (17576187, 'Ka', 9735, 260.421, -0.899, 22.653, 73), + (17576188, 'Ka', 9735, 334.257, -0.051, 23.577, 127), + (17576189, 'Ka', 9735, 341.236, -0.051, 12.751, 115), + (17576190, 'Ka', 9735, 341.685, -1.259, 19.050, 127), + (17576191, 'Fallen_Knight', 9730, 260.000, -32.000, -55.000, 127), + (17576192, 'Fallen_Knight', 9730, 0.000, 0.000, 0.000, 0), + (17576193, 'Lich', 9736, 304.987, -0.051, 60.022, 127), + (17576194, 'Fallen_Knight', 9730, 305.194, -0.051, 60.178, 127), + (17576195, 'Fallen_Knight', 9730, 0.000, 0.000, 0.000, 0), + (17576196, 'Lich', 9736, 301.040, -0.051, -11.786, 114), + (17576197, 'Dark_Stalker', 9727, 0.000, 0.000, 0.000, 0), + (17576198, 'Dark_Stalker', 9727, 295.823, -0.051, -26.512, 127), + (17576199, 'Dark_Stalker', 9727, 306.181, 0.948, 16.655, 74), + (17576200, 'Dark_Stalker', 9727, 299.997, 0.912, 28.600, 63), + (17576201, 'Dark_Stalker', 9727, 379.790, -7.641, 41.027, 127), + (17576202, 'Dark_Stalker', 9727, 379.881, -5.028, 55.859, 56), + (17576203, 'Dark_Stalker', 9727, 379.000, -0.500, 81.000, 127), + (17576204, 'Dark_Stalker', 9727, 416.791, -0.234, 115.096, 60), + (17576205, 'Ice_Elemental', 9734, 413.379, 0.432, 99.305, 127), + (17576206, 'Earth_Elemental', 9729, 415.827, -0.265, 129.631, 40), + (17576207, 'Tomb_Warrior', 9759, 409.452, 0.215, 143.205, 119), + (17576208, 'Tomb_Warrior', 9759, 414.990, -0.109, 104.531, 127), + (17576209, 'Tomb_Mage', 9758, 385.291, -0.293, 97.621, 127), + (17576210, 'Spriggan', 9754, 0.000, 0.000, 0.000, 119), + (17576211, 'Spriggan', 9754, 0.000, 0.000, 0.000, 98), + (17576212, 'Spriggan', 9754, 0.000, 0.000, 0.000, 3), + (17576213, 'Spriggan', 9754, 0.000, 0.000, 0.000, 127), + (17576214, 'Spriggan', 9754, 0.000, 0.000, 0.000, 122), + (17576215, 'Spriggan', 9754, 0.000, 0.000, 0.000, 43), + (17576216, 'Spriggan', 9754, 0.000, 0.000, 0.000, 45), + (17576217, 'Spriggan', 9754, 0.000, 0.000, 0.000, 127), + (17576218, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576219, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576220, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576221, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576222, 'Tomb_Warrior', 9759, 72.787, -0.089, 18.945, 127), + (17576223, 'Tomb_Warrior', 9759, 53.227, -0.057, 24.505, 127), + (17576224, 'Tomb_Mage', 9758, 57.224, 0.000, 28.930, 109), + (17576225, 'Tomb_Mage', 9758, 64.000, -0.095, 25.000, 7), + (17576226, 'Spriggan', 9754, 0.000, 0.000, 0.000, 39), + (17576227, 'Spriggan', 9754, 0.000, 0.000, 0.000, 127), + (17576228, 'Spriggan', 9754, 0.000, 0.000, 0.000, 14), + (17576229, 'Spriggan', 9754, 0.000, 0.000, 0.000, 94), + (17576230, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576231, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576232, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576233, 'Tomb_Warrior', 9759, 95.462, -7.407, 143.334, 95), + (17576234, 'Tomb_Warrior', 9759, 97.976, -7.284, 141.207, 127), + (17576235, 'Tomb_Mage', 9758, 180.044, -0.378, 153.672, 127), + (17576236, 'Tomb_Mage', 9758, 159.000, -7.000, 180.000, 127), + (17576237, 'Shade', 9746, 174.294, -3.236, 174.627, 127), + (17576238, 'Shade', 9746, 179.000, -0.300, 139.000, 111), + (17576239, 'Shade', 9746, 190.537, -0.165, 145.051, 127), + (17576240, 'Shade', 9746, 171.000, -0.086, 142.000, 7), + (17576241, 'Lost_Soul', 9738, 183.000, -0.091, 131.000, 127), + (17576242, 'Lost_Soul', 9738, 158.000, -15.000, 219.000, 47), + (17576243, 'Lost_Soul', 9738, 121.000, -15.922, 219.000, 127), + (17576244, 'Lost_Soul', 9738, 138.471, -15.951, 214.560, 127), + (17576245, 'Spriggan', 9754, 0.000, 0.000, 0.000, 105), + (17576246, 'Spriggan', 9754, 0.000, 0.000, 0.000, 66), + (17576247, 'Spriggan', 9754, 0.000, 0.000, 0.000, 127), + (17576248, 'Spriggan', 9754, 0.000, 0.000, 0.000, 127), + (17576249, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576250, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576251, 'Haunt', 9732, 0.000, 0.000, 0.000, 0), + (17576252, 'Tomb_Warrior', 9759, 92.163, -16.031, 256.756, 17), + (17576253, 'Tomb_Warrior', 9759, 111.000, -16.220, 258.000, 111), + (17576254, 'Tomb_Warrior', 9759, 69.023, -16.079, 261.597, 38), + (17576255, 'Tomb_Mage', 9758, 0.000, 0.000, 0.000, 0), + (17576256, 'Tomb_Mage', 9758, 0.000, 0.000, 0.000, 0), + (17576257, 'Tomb_Warrior', 9759, 0.000, 0.000, 0.000, 0), + (17576258, 'Tomb_Warrior', 9759, 0.000, 0.000, 0.000, 0), + (17576259, 'Tomb_Mage', 9758, 0.000, 0.000, 0.000, 0), + (17576260, 'Tomb_Mage', 9758, 0.000, 0.000, 0.000, 0), + (17576261, 'Tomb_Warrior', 9759, 0.000, 0.000, 0.000, 0), + (17576262, 'Tomb_Warrior', 9759, 0.000, 0.000, 0.000, 0), + (17576263, 'Tomb_Mage', 9758, 0.000, 0.000, 0.000, 0), + (17576264, 'Tomb_Mage', 9758, 0.000, 0.000, 0.000, 0), + (17576265, 'Yum_Kimil', 9764, -414.000, 8.000, 499.000, 128), + (17576321, 'Titans_Gate', 9761, 0.000, 0.000, 0.000, 0), + (17576325, 'East_Plate', 9757, 0.000, 0.000, 0.000, 0), + (17580033, 'Pirate_Pugil', 9790, 0.000, 0.000, 0.000, 0), + (17580034, 'Pirate_Pugil', 9790, 0.000, 0.000, 0.000, 0), + (17580035, 'Greater_Pugil', 9782, 0.000, 0.000, 0.000, 0), + (17580036, 'Ooze', 9788, 0.000, 0.000, 0.000, 0), + (17580037, 'Mush', 9786, 0.000, 0.000, 0.000, 0), + (17580038, 'Blind_Moby', 9770, 211.000, -59.000, -101.000, 127), + (17580039, 'Smothered_Schmidt', 9796, 202.000, -59.000, -98.000, 127), + (17580040, 'Crushed_Krause', 9773, 167.000, -39.000, -18.000, 127), + (17580041, 'Pulverized_Pfeffer', 9792, -124.000, -59.000, -101.000, 127), + (17580042, 'Burned_Bergmann', 9772, 128.000, -19.000, 429.000, 127), + (17580043, 'Wounded_Wurfel', 9804, 41.000, -11.000, 430.000, 127), + (17580044, 'Asphyxiated_Amsel', 9767, -85.000, -26.000, 431.000, 127), + (17580045, 'Skeleton_Warrior', 9795, 0.000, 0.000, 0.000, 0), + (17580046, 'Skeleton_Warrior', 9795, 20.000, -60.234, -212.000, 68), + (17580047, 'Skeleton_Warrior', 9795, 19.490, -60.205, -225.113, 78), + (17580048, 'Skeleton_Warrior', 9795, 13.000, -59.000, -183.000, 18), + (17580049, 'Skeleton_Warrior', 9795, 18.982, -59.922, -169.474, 127), + (17580050, 'Skeleton_Warrior', 9795, 19.282, -59.874, -175.445, 127), + (17580051, 'Fly_Agaric', 9776, -14.282, -59.900, -177.424, 15), + (17580052, 'Fly_Agaric', 9776, -16.713, -59.780, -186.027, 66), + (17580053, 'Fly_Agaric', 9776, -28.088, -59.560, -180.088, 127), + (17580054, 'Fly_Agaric', 9776, -27.976, -59.560, -180.089, 88), + (17580055, 'Fly_Agaric', 9776, 62.000, -59.482, -186.000, 127), + (17580056, 'Fly_Agaric', 9776, 69.590, -59.701, -181.616, 127), + (17580057, 'Fly_Agaric', 9776, 63.000, -59.672, -176.000, 12), + (17580058, 'Fly_Agaric', 9776, 56.344, -59.622, -178.876, 127), + (17580059, 'Ghoul', 9780, -47.129, -60.036, -218.823, 57), + (17580060, 'Ghoul', 9780, -58.000, -59.826, -207.000, 127), + (17580061, 'Ghoul', 9780, 0.000, 0.000, 0.000, 0), + (17580062, 'Ghoul', 9780, 0.000, 0.000, 0.000, 0), + (17580063, 'Bandersnatch', 9768, -60.000, -59.000, -177.000, 127), + (17580064, 'Bandersnatch', 9768, -61.198, -60.271, -191.543, 95), + (17580065, 'Bandersnatch', 9768, 202.658, -59.876, -103.267, 127), + (17580066, 'Ore_Eater', 9789, 175.318, -59.894, -97.665, 127), + (17580067, 'Ore_Eater', 9789, 197.250, -60.307, -100.010, 127), + (17580068, 'Ore_Eater', 9789, 193.099, -60.213, -101.646, 76), + (17580069, 'Bandersnatch', 9768, -120.145, -59.880, -94.961, 127), + (17580070, 'Ore_Eater', 9789, -118.530, -60.083, -101.679, 127), + (17580071, 'Ore_Eater', 9789, -98.000, -60.047, -101.579, 127), + (17580072, 'Ore_Eater', 9789, -110.708, -60.304, -98.912, 127), + (17580073, 'Ghoul', 9780, 5.000, -54.000, -92.000, 127), + (17580074, 'Ghoul', 9780, 0.000, 0.000, 0.000, 0), + (17580075, 'Ghoul', 9780, 41.000, -54.000, -93.000, 55), + (17580076, 'Ghoul', 9780, 0.000, 0.000, 0.000, 0), + (17580077, 'Ghoul', 9780, -49.120, -59.711, -18.073, 74), + (17580078, 'Ghoul', 9780, -59.538, -59.908, -39.890, 125), + (17580079, 'Ghoul', 9780, -50.458, -60.513, -27.575, 127), + (17580080, 'Bandersnatch', 9768, -57.000, -59.000, -54.000, 127), + (17580081, 'Bandersnatch', 9768, -57.333, -60.631, -17.333, 127), + (17580082, 'Spunkie', 9797, 7.620, -60.100, -21.739, 127), + (17580083, 'Spunkie', 9797, 28.127, -60.100, -15.117, 0), + (17580084, 'Ghoul', 9780, -11.945, -60.100, -19.287, 20), + (17580085, 'Ghoul', 9780, 46.119, -60.100, -14.976, 87), + (17580086, 'Ghoul', 9780, 29.907, -60.100, -9.995, 127), + (17580087, 'Ghoul', 9780, 38.126, -60.100, -10.173, 125), + (17580088, 'Ghoul', 9780, 0.000, 0.000, 0.000, 0), + (17580089, 'Bogy', 9771, 104.604, -59.958, -17.306, 127), + (17580090, 'Bogy', 9771, 138.946, -59.893, -29.308, 104), + (17580091, 'Spunkie', 9797, 145.552, -60.832, -25.795, 49), + (17580092, 'Ghoul', 9780, 117.546, -60.340, -17.278, 14), + (17580093, 'Ghoul', 9780, 109.061, -60.314, -21.235, 127), + (17580094, 'Ghoul', 9780, 105.832, -59.875, -24.441, 122), + (17580095, 'Ghoul', 9780, 100.812, -60.376, -157.490, 61), + (17580096, 'Bandersnatch', 9768, 102.335, -60.747, -176.246, 127), + (17580097, 'Bandersnatch', 9768, 91.546, -60.376, -140.853, 127), + (17580098, 'Ghoul', 9780, 0.000, 0.000, 0.000, 0), + (17580099, 'Ghoul', 9780, 147.781, -59.875, -98.180, 56), + (17580100, 'Ghoul', 9780, 139.000, -59.875, -64.000, 14), + (17580101, 'Bandersnatch', 9768, 155.192, -59.885, -99.506, 127), + (17580102, 'Ghoul', 9780, 140.000, -59.875, -130.000, 106), + (17580103, 'Ghoul', 9780, 15.000, -59.876, -217.000, 109), + (17580104, 'Bandersnatch', 9768, 0.000, 0.000, 0.000, 0), + (17580105, 'Bandersnatch', 9768, -53.000, -60.184, -139.000, 127), + (17580106, 'Skeleton_Warrior', 9795, -37.053, -59.916, -139.118, 127), + (17580107, 'Skeleton_Warrior', 9795, -29.000, -60.833, -219.000, 26), + (17580108, 'Ghoul', 9780, -65.438, -59.875, -102.330, 46), + (17580109, 'Ghoul', 9780, 19.000, -59.922, -143.000, 127), + (17580110, 'Bandersnatch', 9768, 0.000, 0.000, 0.000, 0), + (17580111, 'Bandersnatch', 9768, -2.856, -39.993, -58.427, 86), + (17580112, 'Ghoul', 9780, -7.466, -40.038, -66.125, 89), + (17580113, 'Ghoul', 9780, -10.000, -40.000, -75.000, 21), + (17580114, 'Wendigo', 9801, 15.205, -40.057, -59.155, 127), + (17580115, 'Sadfly', 9794, 1.344, -40.122, -60.086, 127), + (17580116, 'Sadfly', 9794, 28.504, -40.376, -56.530, 44), + (17580117, 'Sadfly', 9794, 47.463, -40.076, -70.692, 43), + (17580118, 'Jelly', 9783, 38.790, -40.118, -60.209, 127), + (17580119, 'Wendigo', 9801, 48.311, -40.080, -55.543, 127), + (17580120, 'Sadfly', 9794, 32.684, -40.500, -65.629, 15), + (17580121, 'Sadfly', 9794, -3.585, -40.048, -35.143, 123), + (17580122, 'Sadfly', 9794, 19.000, -40.190, -40.000, 31), + (17580123, 'Jelly', 9783, 44.304, -40.007, -39.709, 57), + (17580124, 'Bogy', 9771, 0.000, 0.000, 0.000, 0), + (17580125, 'Bogy', 9771, 18.222, -39.923, 67.602, 127), + (17580126, 'Bogy', 9771, 18.522, -39.872, 12.086, 127), + (17580127, 'Wendigo', 9801, 23.891, -40.158, 59.271, 127), + (17580128, 'Wendigo', 9801, 16.490, -39.864, 57.818, 74), + (17580129, 'Wendigo', 9801, 147.446, -39.938, -23.999, 117), + (17580130, 'Wight', 9803, 164.287, -40.007, -23.089, 127), + (17580131, 'Wight', 9803, 155.627, -40.123, -22.690, 122), + (17580132, 'Ore_Eater', 9789, 154.702, -40.259, -16.378, 127), + (17580133, 'Ore_Eater', 9789, 0.000, 0.000, 0.000, 0), + (17580134, 'Ore_Eater', 9789, 19.000, -39.000, 98.000, 127), + (17580135, 'Jelly', 9783, 19.782, -40.097, 109.907, 127), + (17580136, 'Wendigo', 9801, 0.000, 0.000, 0.000, 0), + (17580137, 'Wendigo', 9801, 0.000, 0.000, 0.000, 0), + (17580138, 'Wight', 9803, 0.000, 0.000, 0.000, 0), + (17580139, 'Accursed_Soldier', 10769, 148.835, -39.035, 73.702, 127), + (17580140, 'Accursed_Soldier', 10769, 148.193, -39.088, 48.539, 127), + (17580141, 'Accursed_Sorcerer', 10770, 158.629, -38.905, 44.903, 5), + (17580142, 'Accursed_Sorcerer', 10770, 155.302, -38.749, 65.689, 127), + (17580143, 'Accursed_Soldier', 10769, 156.313, -39.302, 83.656, 46), + (17580144, 'Accursed_Soldier', 10769, 168.679, -38.913, 56.022, 127), + (17580145, 'Accursed_Sorcerer', 10770, 165.091, -38.744, 57.852, 127), + (17580146, 'Accursed_Sorcerer', 10770, 145.065, -38.528, 161.221, 8), + (17580147, 'Accursed_Soldier', 10769, 162.557, -39.000, 203.844, 91), + (17580148, 'Accursed_Soldier', 10769, 141.797, -37.448, 179.835, 127), + (17580149, 'Accursed_Sorcerer', 10770, 146.271, -37.455, 184.352, 127), + (17580150, 'Accursed_Sorcerer', 10770, 0.000, 0.000, 0.000, 0), + (17580151, 'Accursed_Soldier', 10769, 140.392, -37.400, 179.124, 66), + (17580152, 'Accursed_Soldier', 10769, 144.577, -37.508, 168.585, 86), + (17580153, 'Accursed_Sorcerer', 10770, 0.000, 0.000, 0.000, 0), + (17580154, 'Accursed_Sorcerer', 10770, 157.823, -38.575, 172.444, 127), + (17580155, 'Madfly', 10771, 171.149, -38.999, 152.302, 127), + (17580156, 'Madfly', 10771, 170.827, -38.993, 204.143, 6), + (17580157, 'Madfly', 10771, 161.038, -38.521, 185.052, 127), + (17580158, 'Rockmill', 10772, 171.440, -38.999, 157.094, 127), + (17580159, 'Madfly', 10771, 161.681, -38.984, 196.963, 127), + (17580160, 'Madfly', 10771, 127.027, -38.871, 154.153, 127), + (17580161, 'Madfly', 10771, 114.768, -38.751, 187.541, 127), + (17580162, 'Rockmill', 10772, -28.000, -40.375, 181.000, 127), + (17580163, 'Madfly', 10771, 133.888, -38.749, 155.597, 64), + (17580164, 'Madfly', 10771, 111.589, -39.010, 208.598, 102), + (17580165, 'Madfly', 10771, 131.605, -39.152, 204.232, 121), + (17580166, 'Rockmill', 10772, 158.000, -39.000, 161.000, 127), + (17580167, 'Madfly', 10771, -1.214, -40.100, 191.291, 15), + (17580168, 'Madfly', 10771, 53.120, -40.100, 185.975, 39), + (17580169, 'Madfly', 10771, 24.045, -40.100, 179.298, 97), + (17580170, 'Rockmill', 10772, 82.725, -40.729, 182.570, 52), + (17580171, 'Madfly', 10771, 0.771, -40.100, 177.744, 114), + (17580172, 'Madfly', 10771, 3.582, -40.599, 184.589, 127), + (17580173, 'Madfly', 10771, -10.330, -40.123, 190.100, 127), + (17580174, 'Rockmill', 10772, -73.266, -38.848, 10.282, 127), + (17580175, 'Madfly', 10771, -124.531, -38.998, -10.603, 20), + (17580176, 'Madfly', 10771, -83.706, -38.483, 64.218, 127), + (17580177, 'Madfly', 10771, -107.587, -37.645, 56.142, 115), + (17580178, 'Madfly', 10771, -100.220, -37.268, 54.097, 127), + (17580179, 'Madfly', 10771, -101.193, -36.960, 62.658, 11), + (17580180, 'Madfly', 10771, -106.953, -37.414, 23.438, 127), + (17580181, 'Madfly', 10771, -98.699, -37.534, 27.802, 0), + (17580182, 'Madfly', 10771, -108.511, -37.593, 28.595, 127), + (17580183, 'Madfly', 10771, -128.300, -39.000, 89.705, 127), + (17580184, 'Madfly', 10771, -119.029, -38.923, 76.530, 127), + (17580185, 'Madfly', 10771, -75.593, -39.451, 82.582, 127), + (17580186, 'Madfly', 10771, -62.655, -39.000, 58.365, 14), + (17580187, 'Madfly', 10771, -67.531, -39.000, 51.402, 82), + (17580188, 'Madfly', 10771, -114.318, -39.335, 83.255, 127), + (17580189, 'Rockmill', 10772, -82.731, -38.715, 43.888, 127), + (17580190, 'Rockmill', 10772, -68.403, -38.999, 74.256, 127), + (17580191, 'Rockmill', 10772, -118.523, -38.812, 39.211, 68), + (17580192, 'Rockmill', 10772, -123.359, -38.826, 31.718, 71), + (17580193, 'Rockmill', 10772, -122.368, -38.570, 22.287, 127), + (17580194, 'Rockmill', 10772, -84.727, -39.261, -2.480, 127), + (17580195, 'Rockmill', 10772, -68.322, -39.186, 32.622, 53), + (17580196, 'Rockmill', 10772, -68.029, -38.993, 9.971, 45), + (17580197, 'Rockmill', 10772, -127.247, -38.961, -3.180, 127), + (17580198, 'Rockmill', 10772, -109.899, -38.953, -1.951, 127), + (17580199, 'Rockmill', 10772, -124.301, -39.201, 5.975, 122), + (17580200, 'Rockmill', 10772, -97.449, -38.751, -3.931, 127), + (17580201, 'Rockmill', 10772, -77.000, -38.999, 219.000, 127), + (17580202, 'Rockmill', 10772, -82.382, -38.721, 208.557, 61), + (17580203, 'Rockmill', 10772, -100.753, -37.201, 214.718, 127), + (17580204, 'Rockmill', 10772, -103.985, -37.210, 218.490, 31), + (17580205, 'Rockmill', 10772, -108.354, -37.680, 216.318, 117), + (17580206, 'Rockmill', 10772, -107.267, -37.449, 221.513, 117), + (17580207, 'Madfly', 10771, -69.643, -39.000, 232.303, 66), + (17580208, 'Madfly', 10771, -90.052, -38.742, 241.124, 127), + (17580209, 'Madfly', 10771, -96.304, -39.500, 250.856, 127), + (17580210, 'Rockmill', 10772, -119.899, -38.988, 237.614, 118), + (17580211, 'Madfly', 10771, -87.089, -38.951, 241.405, 121), + (17580212, 'Madfly', 10771, -131.019, -39.090, 245.138, 92), + (17580213, 'Madfly', 10771, -115.524, -39.253, 247.294, 127), + (17580214, 'Rockmill', 10772, -106.749, -38.599, 199.089, 127), + (17580215, 'Madfly', 10771, -107.526, -39.001, 188.622, 127), + (17580216, 'Madfly', 10771, -88.320, -38.700, 200.174, 4), + (17580217, 'Madfly', 10771, -120.894, -39.009, 189.006, 71), + (17580218, 'Rockmill', 10772, -106.938, -38.740, 195.977, 77), + (17580219, 'Madfly', 10771, -86.378, -38.776, 205.330, 114), + (17580220, 'Madfly', 10771, -99.824, -38.886, 192.823, 108), + (17580221, 'Madfly', 10771, 0.000, 0.000, 0.000, 0), + (17580222, 'Rockmill', 10772, 0.000, 0.000, 0.000, 0), + (17580223, 'Madfly', 10771, 0.000, 0.000, 0.000, 0), + (17580224, 'Madfly', 10771, 0.000, 0.000, 0.000, 0), + (17580225, 'Madfly', 10771, 0.000, 0.000, 0.000, 0), + (17580226, 'Rockmill', 10772, 0.000, 0.000, 0.000, 0), + (17580227, 'Wendigo', 9801, -11.000, -36.000, 90.000, 127), + (17580228, 'Wendigo', 9801, -19.680, -40.375, 72.967, 90), + (17580229, 'Mauthe_Doog', 9785, 0.000, 0.000, 0.000, 0), + (17580230, 'Mauthe_Doog', 9785, 0.000, 0.000, 0.000, 0), + (17580231, 'Wendigo', 9801, 0.000, 0.000, 0.000, 0), + (17580232, 'Mauthe_Doog', 9785, 0.000, 0.000, 0.000, 0), + (17580233, 'Wendigo', 9801, 0.000, 0.000, 0.000, 0), + (17580234, 'Mauthe_Doog', 9785, 0.000, 0.000, 0.000, 0), + (17580235, 'Myconid', 9787, 0.000, 0.000, 0.000, 0), + (17580236, 'Myconid', 9787, 0.000, 0.000, 0.000, 0), + (17580237, 'Myconid', 9787, 0.000, 0.000, 0.000, 0), + (17580238, 'Myconid', 9787, 0.000, 0.000, 0.000, 0), + (17580239, 'Myconid', 9787, -128.309, 0.999, 252.445, 111), + (17580240, 'Feu_Follet', 9775, -106.653, 0.110, 229.592, 23), + (17580241, 'Feu_Follet', 9775, -113.939, 0.826, 243.349, 74), + (17580242, 'Thunder_Elemental', 9798, -126.231, 0.936, 241.004, 93), + (17580243, 'Earth_Elemental', 9774, -116.858, 0.999, 228.788, 124), + (17580244, 'Myconid', 9787, -140.691, 0.206, 289.545, 127), + (17580245, 'Myconid', 9787, -140.619, 0.032, 271.573, 127), + (17580246, 'Thunder_Elemental', 9798, -149.308, 1.016, 307.837, 86), + (17580247, 'Earth_Elemental', 9774, -147.864, 1.676, 354.624, 94), + (17580248, 'Juggler_Hecatomb', 9784, -138.821, 2.603, 337.125, 127), + (17580249, 'Rancid_Ooze', 9793, -135.023, 2.282, 344.851, 25), + (17580250, 'Gallinipper', 9778, -136.264, 1.118, 366.417, 127), + (17580251, 'Gallinipper', 9778, -123.744, 1.643, 338.494, 97), + (17580252, 'Gallinipper', 9778, -123.402, 1.251, 353.086, 33), + (17580253, 'Gallinipper', 9778, -124.567, 1.008, 370.310, 127), + (17580254, 'Gallinipper', 9778, -108.804, 1.000, 364.306, 66), + (17580255, 'Feu_Follet', 9775, -121.453, 1.509, 348.138, 126), + (17580256, 'Feu_Follet', 9775, -135.791, 1.387, 359.340, 127), + (17580257, 'Gallinipper', 9778, -166.269, 0.999, 322.027, 127), + (17580258, 'Gallinipper', 9778, -118.885, 1.290, 327.051, 68), + (17580259, 'Gallinipper', 9778, -162.607, 1.000, 316.941, 127), + (17580260, 'Gallinipper', 9778, -113.764, 1.000, 320.106, 127), + (17580261, 'Gallinipper', 9778, -134.764, 1.539, 326.140, 4), + (17580262, 'Feu_Follet', 9775, -114.935, 0.999, 309.604, 127), + (17580263, 'Feu_Follet', 9775, -156.254, 1.000, 309.429, 127), + (17580264, 'Mauthe_Doog', 9785, 2.007, -20.500, 133.159, 127), + (17580265, 'Amphisbaena', 9765, -7.618, -20.086, 127.927, 43), + (17580266, 'Amphisbaena', 9765, 17.942, -19.923, 134.436, 127), + (17580267, 'Amphisbaena', 9765, -10.110, -19.871, 119.043, 45), + (17580268, 'Amphisbaena', 9765, 4.420, -20.126, 141.170, 41), + (17580269, 'Rancid_Ooze', 9793, -10.286, -19.999, 147.777, 127), + (17580270, 'Mauthe_Doog', 9785, 27.000, -19.000, 139.000, 12), + (17580271, 'Amphisbaena', 9765, 44.893, -20.118, 135.837, 127), + (17580272, 'Amphisbaena', 9765, 46.211, -20.071, 143.866, 127), + (17580273, 'Amphisbaena', 9765, 41.461, -19.806, 137.714, 95), + (17580274, 'Rancid_Ooze', 9793, 41.000, -20.500, 121.000, 127), + (17580275, 'Banshee', 9769, -6.562, -20.169, 165.154, 127), + (17580276, 'Banshee', 9769, 19.387, -20.002, 164.075, 127), + (17580277, 'Banshee', 9769, 43.677, -19.995, 160.065, 127), + (17580278, 'Wight', 9803, -62.933, -20.364, 267.300, 127), + (17580279, 'Wight', 9803, -54.719, -20.446, 228.947, 127), + (17580280, 'Wight', 9803, -59.967, -20.481, 241.772, 127), + (17580281, 'Ghast', 9779, 0.000, 0.000, 0.000, 0), + (17580282, 'Mauthe_Doog', 9785, -56.266, -20.273, 223.447, 49), + (17580283, 'Mauthe_Doog', 9785, -60.379, -19.931, 259.034, 36), + (17580284, 'Foul_Meat', 9777, 23.966, -19.575, 303.201, 15), + (17580285, 'Myconid', 9787, -57.553, -19.891, 295.650, 1), + (17580286, 'Myconid', 9787, -54.845, -19.423, 299.686, 127), + (17580287, 'Myconid', 9787, -50.208, -20.267, 305.226, 127), + (17580288, 'Wight', 9803, -63.263, -27.905, 366.539, 127), + (17580289, 'Wight', 9803, -67.319, -28.130, 370.269, 127), + (17580290, 'Wight', 9803, -72.866, -28.691, 376.411, 4), + (17580291, 'Ghast', 9779, 0.000, 0.000, 0.000, 0), + (17580292, 'Myconid', 9787, -61.858, -27.847, 345.394, 69), + (17580293, 'Myconid', 9787, -56.390, -27.992, 368.690, 57), + (17580294, 'Myconid', 9787, -61.751, -28.032, 351.250, 35), + (17580295, 'Wight', 9803, 20.000, -20.000, 355.000, 127), + (17580296, 'Wight', 9803, 18.667, -19.863, 370.556, 80), + (17580297, 'Ghast', 9779, 0.000, 0.000, 0.000, 0), + (17580298, 'Gallinipper', 9778, 30.118, -20.570, 347.789, 62), + (17580299, 'Gallinipper', 9778, 27.791, -19.876, 376.186, 101), + (17580300, 'Gallinipper', 9778, 20.000, -20.000, 366.000, 127), + (17580301, 'Wight', 9803, 0.000, 0.000, 0.000, 0), + (17580302, 'Wight', 9803, 108.000, -19.000, 381.000, 2), + (17580303, 'Ghast', 9779, 124.000, -19.000, 377.000, 104), + (17580304, 'Gallinipper', 9778, 121.000, -19.000, 380.000, 29), + (17580305, 'Gallinipper', 9778, 133.000, -19.000, 385.000, 56), + (17580306, 'Gallinipper', 9778, 109.071, -19.874, 376.207, 38), + (17580307, 'Rancid_Ooze', 9793, -147.030, -27.782, 335.902, 21), + (17580308, 'Rancid_Ooze', 9793, -137.520, -28.069, 347.120, 127), + (17580309, 'Greater_Pugil', 9782, -86.000, -27.829, 440.000, 127), + (17580310, 'Greater_Pugil', 9782, -75.000, -27.000, 438.000, 127), + (17580311, 'Greater_Pugil', 9782, -95.063, -27.684, 441.741, 68), + (17580312, 'Greater_Pugil', 9782, -67.000, -27.701, 436.000, 78), + (17580313, 'Greater_Pugil', 9782, 37.427, -10.999, 438.737, 127), + (17580314, 'Greater_Pugil', 9782, 29.000, -11.772, 435.000, 127), + (17580315, 'Greater_Pugil', 9782, 51.000, -10.999, 434.000, 127), + (17580316, 'Greater_Pugil', 9782, 42.996, -10.997, 438.228, 127), + (17580317, 'Greater_Pugil', 9782, 113.000, -19.000, 434.000, 43), + (17580318, 'Greater_Pugil', 9782, 114.911, -15.501, 446.585, 4), + (17580319, 'Greater_Pugil', 9782, 108.000, -19.942, 435.000, 111), + (17580320, 'Foul_Meat', 9777, 141.000, -19.878, 208.000, 9), + (17580321, 'Mauthe_Doog', 9785, 19.000, -19.898, 198.000, 64), + (17580322, 'Mauthe_Doog', 9785, 20.884, -19.895, 221.524, 127), + (17580323, 'Wight', 9803, 99.541, -19.887, 230.053, 127), + (17580324, 'Wight', 9803, 105.000, -19.886, 262.000, 127), + (17580325, 'Mauthe_Doog', 9785, 106.715, -19.826, 258.555, 127), + (17580326, 'Wight', 9803, 60.324, -19.874, 335.502, 127), + (17580327, 'Wight', 9803, 61.247, -19.875, 306.781, 127), + (17580328, 'Ghast', 9779, 58.543, -19.875, 307.874, 12), + (17580329, 'Mauthe_Doog', 9785, 77.000, -19.875, 299.000, 127), + (17580330, 'Banshee', 9769, -21.710, -19.893, 212.099, 127), + (17580331, 'Banshee', 9769, -27.671, -20.098, 301.934, 122), + (17580332, 'Mauthe_Doog', 9785, -90.000, -24.000, 339.000, 75), + (17580333, 'Wight', 9803, -100.000, -27.875, 402.000, 127), + (17580334, 'Wight', 9803, -100.000, -28.067, 386.000, 127), + (17580335, 'Ghast', 9779, 0.000, 0.000, 0.000, 0), + (17580336, 'Banshee', 9769, 60.000, -11.000, 407.000, 127), + (17580337, 'Wandering_Ghost', 9800, -177.000, -1.000, 371.000, 13), + (17580338, 'Pudding', 9791, 0.000, 0.000, 0.000, 0), + (17580339, 'Pudding', 9791, 0.000, 0.000, 0.000, 0), + (17580340, 'Earth_Elemental', 9774, 0.000, 0.000, 0.000, 0), + (17580341, 'Aroma_Fly', 9766, 0.000, 0.000, 0.000, 0), + (17580364, 'Zeid', 9805, 0.000, 0.000, 0.000, 0), + (17580377, 'Treasure_Chest', 9799, 0.000, 0.000, 0.000, 0), + (17584129, 'Guardian_Crawler', 9818, 0.000, 0.000, 0.000, 127), + (17584130, 'Guardian_Crawler', 9818, 0.000, 0.000, 0.000, 127), + (17584131, 'Drone_Crawler', 9815, 0.000, 0.000, 0.000, 0), + (17584132, 'Drone_Crawler', 9815, 0.000, 0.000, 0.000, 0), + (17584133, 'Queen_Crawler', 9830, 0.000, 0.000, 0.000, 0), + (17584134, 'Matron_Crawler', 9824, 0.000, 0.000, 0.000, 0), + (17584135, 'Awd_Goggie', 9806, 0.000, 0.000, 0.000, 0), + (17584136, 'Worker_Crawler', 9838, 299.000, -32.000, -28.000, 120), + (17584137, 'Worker_Crawler', 9838, 332.950, -33.111, -18.821, 17), + (17584138, 'Worker_Crawler', 9838, 315.000, -32.781, -17.000, 127), + (17584139, 'Death_Jacket', 9810, 259.954, -32.979, -53.917, 51), + (17584140, 'Death_Jacket', 9810, 258.524, -32.700, -44.000, 127), + (17584141, 'Death_Jacket', 9810, 251.000, -32.000, -17.000, 39), + (17584142, 'Death_Jacket', 9810, 260.274, -32.760, -35.165, 127), + (17584143, 'Death_Jacket', 9810, 189.705, -32.861, -18.955, 92), + (17584144, 'Death_Jacket', 9810, 173.000, -32.000, -20.000, 13), + (17584145, 'Death_Jacket', 9810, 139.119, -32.817, -23.193, 127), + (17584146, 'Death_Jacket', 9810, 161.210, -32.792, -20.387, 127), + (17584147, 'Death_Jacket', 9810, 174.830, -35.742, -99.401, 14), + (17584148, 'Death_Jacket', 9810, 179.216, -40.246, -82.177, 127), + (17584149, 'Death_Jacket', 9810, 177.000, -40.000, -62.000, 127), + (17584150, 'Death_Jacket', 9810, 170.128, -34.525, -101.688, 127), + (17584151, 'Worker_Crawler', 9838, 218.000, -32.787, -18.000, 127), + (17584152, 'Worker_Crawler', 9838, 218.647, -32.709, -34.425, 62), + (17584153, 'Worker_Crawler', 9838, 222.086, -34.680, -54.679, 66), + (17584154, 'Maze_Lizard', 9825, 116.000, -32.000, -78.000, 127), + (17584155, 'Maze_Lizard', 9825, 124.462, -32.974, -97.487, 6), + (17584156, 'Maze_Lizard', 9825, 127.145, -32.544, -82.651, 127), + (17584157, 'Maze_Lizard', 9825, 108.575, -33.041, -71.041, 127), + (17584158, 'Maze_Lizard', 9825, 130.711, -33.303, -91.301, 127), + (17584159, 'Maze_Lizard', 9825, 134.000, -32.000, -84.000, 127), + (17584160, 'Worker_Crawler', 9838, 146.259, -32.760, -142.220, 13), + (17584161, 'Worker_Crawler', 9838, 139.087, -32.681, -125.687, 127), + (17584162, 'Killer_Mushroom', 9821, 197.441, -32.995, -148.612, 102), + (17584163, 'Killer_Mushroom', 9821, 210.905, -33.536, -158.508, 92), + (17584164, 'Killer_Mushroom', 9821, 186.000, -32.823, -166.000, 110), + (17584165, 'Killer_Mushroom', 9821, 207.441, -33.176, -152.561, 127), + (17584166, 'Killer_Mushroom', 9821, 194.000, -32.000, -174.000, 127), + (17584167, 'Killer_Mushroom', 9821, 186.078, -33.235, -154.204, 127), + (17584168, 'Worker_Crawler', 9838, 96.005, -32.826, -15.909, 65), + (17584169, 'Worker_Crawler', 9838, 101.519, -32.723, -31.983, 57), + (17584170, 'Doom_Scorpion', 9812, 107.701, -32.833, 37.645, 127), + (17584171, 'Doom_Scorpion', 9812, 126.028, -33.118, 37.526, 27), + (17584172, 'Doom_Scorpion', 9812, 118.567, -32.687, 38.869, 127), + (17584173, 'Doom_Scorpion', 9812, 122.729, -33.011, 31.191, 116), + (17584174, 'Worker_Crawler', 9838, 67.149, -32.987, -112.939, 127), + (17584175, 'Worker_Crawler', 9838, 53.000, -32.000, -101.000, 127), + (17584176, 'Worker_Crawler', 9838, 59.000, -33.000, -111.000, 43), + (17584177, 'Worker_Crawler', 9838, 62.275, -32.967, -99.282, 127), + (17584178, 'Caveberry', 9808, -15.184, -33.270, -93.080, 127), + (17584179, 'Caveberry', 9808, 9.940, -32.794, -59.989, 127), + (17584180, 'Caveberry', 9808, -2.401, -32.830, -59.663, 62), + (17584181, 'Caveberry', 9808, -15.334, -33.193, -65.919, 64), + (17584182, 'Caveberry', 9808, -51.904, -32.752, -105.202, 123), + (17584183, 'Caveberry', 9808, -24.774, -33.231, -94.508, 95), + (17584184, 'Caveberry', 9808, -34.189, -33.213, -104.244, 28), + (17584185, 'Caveberry', 9808, 19.000, -32.000, -65.000, 127), + (17584186, 'Caveberry', 9808, 17.402, -33.293, -74.679, 78), + (17584187, 'Caveberry', 9808, -30.553, -33.770, -105.858, 27), + (17584188, 'Nest_Beetle', 9828, -133.000, -32.000, -71.000, 8), + (17584189, 'Nest_Beetle', 9828, -119.760, -32.660, -78.171, 25), + (17584190, 'Nest_Beetle', 9828, -129.000, -32.873, -80.000, 127), + (17584191, 'Nest_Beetle', 9828, -127.537, -33.344, -95.039, 28), + (17584192, 'Nest_Beetle', 9828, -135.130, -33.594, -87.847, 123), + (17584193, 'Nest_Beetle', 9828, -113.791, -32.958, -90.640, 127), + (17584194, 'Nest_Beetle', 9828, -106.000, -33.000, -68.000, 127), + (17584195, 'Doom_Scorpion', 9812, -133.000, -34.000, 16.000, 89), + (17584196, 'Soldier_Crawler', 9832, -146.793, -33.588, 18.710, 127), + (17584197, 'Soldier_Crawler', 9832, -137.215, -32.906, 29.714, 71), + (17584198, 'Soldier_Crawler', 9832, -142.622, -33.100, 29.918, 127), + (17584199, 'Hornfly', 9820, 99.000, -28.000, -216.000, 127), + (17584200, 'Hornfly', 9820, 122.000, -23.000, -219.000, 127), + (17584201, 'Hornfly', 9820, 99.000, -32.000, -196.000, 127), + (17584202, 'Hornfly', 9820, 139.000, -15.000, -197.000, 127), + (17584203, 'Hornfly', 9820, 141.000, -12.000, -183.000, 127), + (17584204, 'Exoray', 9816, 62.000, -28.000, 13.000, 45), + (17584205, 'Hornfly', 9820, 137.000, -20.000, -221.000, 127), + (17584206, 'Hornfly', 9820, 123.000, -8.000, -178.000, 127), + (17584207, 'Exoray', 9816, 38.000, -23.000, 19.000, 127), + (17584208, 'Hornfly', 9820, 104.000, -4.000, -176.000, 127), + (17584209, 'Exoray', 9816, 49.000, -0.500, 260.000, 127), + (17584210, 'Exoray', 9816, -73.000, -8.000, 89.000, 127), + (17584211, 'Exoray', 9816, -70.000, -9.000, 67.000, 127), + (17584212, 'Exoray', 9816, -85.000, -9.000, 76.000, 127), + (17584213, 'Exoray', 9816, -85.000, -9.000, 88.000, 127), + (17584214, 'King_Crawler', 10765, 136.000, -0.524, -342.000, 127), + (17584215, 'King_Crawler', 10765, 8.535, -1.172, -244.792, 68), + (17584216, 'King_Crawler', 10765, 92.000, -0.888, -234.000, 36), + (17584217, 'King_Crawler', 10765, 65.000, -1.000, -230.000, 101), + (17584218, 'King_Crawler', 10765, -20.212, -0.903, -251.212, 127), + (17584219, 'Vespo', 10766, 37.349, -0.846, -253.101, 127), + (17584220, 'Vespo', 10766, 7.475, -1.099, -230.214, 127), + (17584221, 'Dancing_Jewel', 10767, -11.289, -0.873, -245.309, 127), + (17584222, 'Dancing_Jewel', 10767, 76.000, -1.000, -247.000, 127), + (17584223, 'Dancing_Jewel', 10767, 40.000, -0.619, -240.000, 52), + (17584224, 'King_Crawler', 10765, 120.178, -1.246, -309.546, 127), + (17584225, 'King_Crawler', 10765, 104.000, -0.731, -266.000, 126), + (17584226, 'King_Crawler', 10765, 130.000, -1.000, -274.000, 11), + (17584227, 'King_Crawler', 10765, 134.838, -0.868, -305.053, 127), + (17584228, 'King_Crawler', 10765, 107.999, -1.050, -302.328, 59), + (17584229, 'Vespo', 10766, 121.000, -0.529, -276.000, 24), + (17584230, 'Vespo', 10766, 101.133, -1.686, -300.981, 127), + (17584231, 'Vespo', 10766, 116.000, -0.600, -392.000, 127), + (17584232, 'Dancing_Jewel', 10767, 108.000, -1.000, -248.000, 127), + (17584233, 'Dancing_Jewel', 10767, 122.128, -0.840, -363.310, 28), + (17584234, 'King_Crawler', 10765, 108.000, -0.861, -352.000, 127), + (17584235, 'King_Crawler', 10765, 106.116, -0.920, -385.524, 127), + (17584236, 'King_Crawler', 10765, -7.000, -1.000, -229.000, 82), + (17584237, 'Vespo', 10766, 122.000, 0.500, -330.000, 127), + (17584238, 'Vespo', 10766, 112.000, -0.630, -399.000, 27), + (17584239, 'Vespo', 10766, 129.046, -1.844, -410.618, 127), + (17584240, 'Vespo', 10766, 86.000, -0.600, -248.000, 127), + (17584241, 'Vespo', 10766, 104.291, -0.901, -364.434, 127), + (17584242, 'Olid_Funguar', 10768, 88.954, -0.810, -405.070, 46), + (17584243, 'Olid_Funguar', 10768, 20.000, -1.000, -237.000, 127), + (17584244, 'King_Crawler', 10765, 63.666, -0.673, -401.447, 110), + (17584245, 'King_Crawler', 10765, 54.138, -0.797, -404.847, 51), + (17584246, 'Vespo', 10766, 87.038, -0.708, -399.196, 116), + (17584247, 'Vespo', 10766, 64.000, -1.517, -413.000, 127), + (17584248, 'Vespo', 10766, 78.000, -1.288, -408.000, 88), + (17584249, 'Vespo', 10766, 123.000, -1.000, -238.000, 84), + (17584250, 'Vespo', 10766, 57.000, -1.000, -231.000, 127), + (17584251, 'Olid_Funguar', 10768, 87.000, -1.000, -388.000, 43), + (17584253, 'Olid_Funguar', 10768, -3.300, -0.860, -396.107, 7), + (17584254, 'King_Crawler', 10765, 32.884, -1.298, -411.971, 53), + (17584255, 'King_Crawler', 10765, -10.693, -0.801, -405.769, 120), + (17584256, 'King_Crawler', 10765, -44.000, -1.315, -388.000, 61), + (17584257, 'Dancing_Jewel', 10767, -26.121, -0.811, -407.428, 127), + (17584258, 'Dancing_Jewel', 10767, -0.050, -0.771, -405.180, 127), + (17584259, 'Dancing_Jewel', 10767, 29.729, -0.647, -403.940, 10), + (17584260, 'Dancing_Jewel', 10767, 8.000, -1.000, -393.000, 127), + (17584261, 'Dancing_Jewel', 10767, 53.000, -1.000, -390.000, 127), + (17584262, 'Olid_Funguar', 10768, -36.987, -0.729, -409.968, 84), + (17584263, 'Olid_Funguar', 10768, -56.167, -0.903, -258.753, 127), + (17584264, 'King_Crawler', 10765, -42.050, -0.662, -289.721, 65), + (17584265, 'King_Crawler', 10765, -51.908, -1.085, -276.275, 127), + (17584266, 'Dancing_Jewel', 10767, -42.992, -0.655, -267.679, 52), + (17584267, 'Dancing_Jewel', 10767, -28.000, -1.298, -311.000, 127), + (17584268, 'Dancing_Jewel', 10767, -31.841, -1.447, -290.484, 89), + (17584269, 'Dancing_Jewel', 10767, -49.357, -0.736, -297.595, 14), + (17584270, 'Dancing_Jewel', 10767, 24.000, -1.000, -249.000, 127), + (17584271, 'Olid_Funguar', 10768, -59.195, -2.186, -305.709, 92), + (17584272, 'Olid_Funguar', 10768, -24.000, -1.000, -227.000, 23), + (17584273, 'Olid_Funguar', 10768, -44.166, -0.783, -362.947, 127), + (17584274, 'Vespo', 10766, -37.923, -0.790, -371.677, 24), + (17584275, 'Vespo', 10766, -58.558, -2.078, -387.879, 127), + (17584276, 'Vespo', 10766, -52.019, -1.037, -323.884, 99), + (17584277, 'Dancing_Jewel', 10767, -56.000, -1.038, -363.000, 98), + (17584278, 'Dancing_Jewel', 10767, -27.520, -1.154, -354.861, 96), + (17584279, 'Olid_Funguar', 10768, -55.313, -0.482, -336.811, 55), + (17584280, 'Olid_Funguar', 10768, 119.000, -1.000, -230.000, 23), + (17584281, 'Olid_Funguar', 10768, -22.901, -1.385, -380.582, 127), + (17584282, 'Olid_Funguar', 10768, 27.000, -0.875, -321.000, 127), + (17584283, 'Olid_Funguar', 10768, 30.176, -1.054, -302.696, 127), + (17584284, 'Vespo', 10766, -37.000, -1.000, -253.000, 127), + (17584285, 'Vespo', 10766, 129.000, -1.000, -293.000, 127), + (17584286, 'Dancing_Jewel', 10767, 112.000, -1.000, -329.000, 127), + (17584287, 'Dancing_Jewel', 10767, 128.000, -1.000, -320.000, 2), + (17584288, 'Dancing_Jewel', 10767, -40.000, -1.000, -324.000, 6), + (17584289, 'Olid_Funguar', 10768, 47.000, -1.000, -306.000, 10), + (17584290, 'Olid_Funguar', 10768, 46.000, -1.000, -322.000, 127), + (17584291, 'Olid_Funguar', 10768, 28.000, -1.000, -389.000, 23), + (17584292, 'Olid_Funguar', 10768, 36.000, -1.000, -327.000, 127), + (17584293, 'Olid_Funguar', 10768, 129.000, -1.000, -398.000, 127), + (17584294, 'Fire_Elemental', 9817, 126.000, -32.000, 47.000, 20), + (17584295, 'Water_Elemental', 9835, -26.000, -1.000, 260.000, 127), + (17584296, 'Fire_Elemental', 9817, -133.000, -1.000, 220.000, 127), + (17584297, 'Water_Elemental', 9835, 132.000, -1.000, -329.000, 127), + (17584298, 'Blazer_Beetle', 9807, 9.000, -1.000, 276.000, 127), + (17584299, 'Blazer_Beetle', 9807, -5.000, -1.000, 281.000, 127), + (17584300, 'Blazer_Beetle', 9807, -12.000, -1.000, 250.000, 127), + (17584301, 'Fire_Elemental', 9817, -49.000, -1.000, -310.000, 127), + (17584302, 'Water_Elemental', 9835, 59.000, -1.000, 99.000, 127), + (17584303, 'Blazer_Beetle', 9807, -30.000, -1.000, 292.000, 127), + (17584304, 'Blazer_Beetle', 9807, 12.000, -1.000, 282.000, 127), + (17584305, 'Fire_Elemental', 9817, -93.000, -1.000, 239.000, 127), + (17584306, 'Water_Elemental', 9835, 64.000, -1.000, -387.000, 127), + (17584307, 'Blazer_Beetle', 9807, 10.000, -1.000, 268.000, 127), + (17584308, 'Blazer_Beetle', 9807, -10.000, -1.000, 288.000, 127), + (17584309, 'Blazer_Beetle', 9807, 28.000, -1.000, 268.000, 109), + (17584310, 'Blazer_Beetle', 9807, -2.000, -1.000, 290.000, 104), + (17584311, 'Blazer_Beetle', 9807, -9.000, -1.000, 269.000, 91), + (17584312, 'Dynast_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17584313, 'Fire_Elemental', 9817, 130.000, -1.000, -269.000, 127), + (17584314, 'Water_Elemental', 9835, -198.000, -1.000, -338.000, 127), + (17584315, 'Helm_Beetle', 9819, -223.000, -1.000, -309.000, 125), + (17584316, 'Helm_Beetle', 9819, -221.000, -1.000, -327.000, 127), + (17584317, 'Helm_Beetle', 9819, -208.000, -1.000, -343.000, 127), + (17584318, 'Helm_Beetle', 9819, -189.000, -1.000, -336.000, 51), + (17584319, 'Helm_Beetle', 9819, -179.000, -1.000, -356.000, 127), + (17584320, 'Helm_Beetle', 9819, -181.000, -1.000, -344.000, 47), + (17584321, 'Knight_Crawler', 9822, -349.000, -1.000, -262.000, 127), + (17584322, 'Knight_Crawler', 9822, -235.000, -1.000, 223.000, 127), + (17584323, 'Knight_Crawler', 9822, -339.000, -1.000, -266.000, 127), + (17584324, 'Worker_Crawler', 9838, 96.000, -32.000, -151.000, 19), + (17584325, 'Worker_Crawler', 9838, 99.000, -32.000, -160.000, 55), + (17584326, 'Worker_Crawler', 9838, 102.000, -35.000, -170.000, 127), + (17584327, 'Worker_Crawler', 9838, 77.000, -32.000, -59.000, 127), + (17584328, 'Worker_Crawler', 9838, 59.000, -37.000, -24.000, 127), + (17584329, 'Worker_Crawler', 9838, 58.000, -32.000, -46.000, 127), + (17584330, 'Worker_Crawler', 9838, 61.000, -31.000, -37.000, 127), + (17584331, 'Puroboros', 9829, 58.000, -0.500, 17.000, 92), + (17584332, 'Puroboros', 9829, 60.000, -0.500, 26.000, 127), + (17584333, 'Doom_Scorpion', 9812, 70.000, -1.000, 19.000, 7), + (17584334, 'Soldier_Crawler', 9832, -65.000, -1.000, 237.000, 127), + (17584335, 'Soldier_Crawler', 9832, -88.000, -1.000, 229.000, 127), + (17584336, 'Soldier_Crawler', 9832, -78.000, -1.000, 252.000, 127), + (17584337, 'Soldier_Crawler', 9832, -109.000, -1.000, 252.000, 127), + (17584338, 'Soldier_Crawler', 9832, -92.000, -1.000, 210.000, 127), + (17584339, 'Soldier_Crawler', 9832, -51.000, -1.000, 228.000, 82), + (17584340, 'Soldier_Crawler', 9832, -68.000, -1.000, 229.000, 127), + (17584341, 'Labyrinth_Lizard', 9823, 52.000, -1.000, 200.000, 127), + (17584342, 'Labyrinth_Lizard', 9823, 33.000, -1.000, 189.000, 127), + (17584343, 'Labyrinth_Lizard', 9823, 29.000, -1.000, 173.000, 32), + (17584344, 'Labyrinth_Lizard', 9823, 52.000, -1.000, 229.000, 127), + (17584345, 'Labyrinth_Lizard', 9823, 27.000, -1.000, 195.000, 125), + (17584346, 'Labyrinth_Lizard', 9823, 27.000, -1.000, 212.000, 127), + (17584347, 'Witch_Hazel', 9837, -22.000, -1.000, 340.000, 127), + (17584348, 'Witch_Hazel', 9837, 19.000, -1.000, 255.000, 127), + (17584349, 'Witch_Hazel', 9837, 21.000, -1.000, 244.000, 127), + (17584350, 'Witch_Hazel', 9837, 19.000, -1.000, 230.000, 127), + (17584351, 'Witch_Hazel', 9837, 22.000, -1.000, 222.000, 127), + (17584352, 'Witch_Hazel', 9837, -35.000, -1.000, 340.000, 127), + (17584353, 'Exoray', 9816, 57.000, -1.000, 254.000, 127), + (17584354, 'Exoray', 9816, 60.000, -2.000, -13.000, 127), + (17584355, 'Exoray', 9816, 19.000, -16.000, 1.000, 127), + (17584356, 'Exoray', 9816, 24.000, -20.000, 23.000, 127), + (17584357, 'Exoray', 9816, 55.000, -4.000, -23.000, 65), + (17584358, 'Witch_Hazel', 9837, -19.000, -1.000, 308.000, 127), + (17584359, 'Witch_Hazel', 9837, -19.000, -1.000, 321.000, 127), + (17584360, 'Labyrinth_Lizard', 9823, 24.000, -1.000, 207.000, 127), + (17584361, 'Labyrinth_Lizard', 9823, 14.000, -1.000, 209.000, 88), + (17584362, 'Labyrinth_Lizard', 9823, 37.000, -1.000, 196.000, 52), + (17584363, 'Labyrinth_Lizard', 9823, 47.000, -1.000, 209.000, 70), + (17584364, 'Labyrinth_Lizard', 9823, 41.000, -1.000, 188.000, 19), + (17584365, 'Labyrinth_Lizard', 9823, 44.000, -1.000, 214.000, 127), + (17584366, 'Soul_Stinger', 9833, 68.000, -0.500, 220.000, 23), + (17584367, 'Soul_Stinger', 9833, 102.000, -0.500, 225.000, 127), + (17584368, 'Soul_Stinger', 9833, 63.000, -0.500, 296.000, 127), + (17584369, 'Soul_Stinger', 9833, 102.000, -0.500, 252.000, 31), + (17584370, 'Soul_Stinger', 9833, 60.000, -0.500, 319.000, 127), + (17584371, 'Soul_Stinger', 9833, -78.000, -8.000, 180.000, 127), + (17584372, 'Soul_Stinger', 9833, -102.000, -13.000, 172.000, 127), + (17584373, 'Soul_Stinger', 9833, 80.000, -0.500, 260.000, 127), + (17584374, 'Exoray', 9816, 15.000, -12.000, -15.000, 112), + (17584375, 'Exoray', 9816, 39.000, -8.000, -20.000, 111), + (17584376, 'Exoray', 9816, -64.000, -9.000, 78.000, 51), + (17584377, 'Mushussu', 9827, 40.000, -1.000, 345.000, 49), + (17584378, 'Mushussu', 9827, -242.000, -1.000, -231.000, 127), + (17584379, 'Mushussu', 9827, 43.000, -1.000, 372.000, 127), + (17584380, 'Mushussu', 9827, 44.000, -1.000, 360.000, 52), + (17584381, 'Witch_Hazel', 9837, -61.000, -8.000, 142.000, 127), + (17584382, 'Witch_Hazel', 9837, -17.000, -8.000, 145.000, 127), + (17584383, 'Witch_Hazel', 9837, -20.000, -8.000, 133.000, 127), + (17584384, 'Witch_Hazel', 9837, -54.000, -2.000, 342.000, 127), + (17584385, 'Rumble_Crawler', 9831, -93.000, -1.000, -392.000, 127), + (17584386, 'Rumble_Crawler', 9831, -93.000, -1.000, -375.000, 127), + (17584387, 'Rumble_Crawler', 9831, -95.000, -1.000, -385.000, 127), + (17584388, 'Rumble_Crawler', 9831, -81.000, -1.000, -379.000, 127), + (17584389, 'Rumble_Crawler', 9831, -100.000, -1.000, -391.000, 127), + (17584390, 'Rumble_Crawler', 9831, -101.000, -1.000, -378.000, 127), + (17584391, 'Wespe', 9836, -101.000, -1.000, 285.000, 127), + (17584392, 'Wespe', 9836, -103.000, -1.000, 311.000, 127), + (17584393, 'Wespe', 9836, -60.000, -7.000, 321.000, 127), + (17584395, 'Wespe', 9836, -89.000, -1.000, 301.000, 127), + (17584396, 'Wespe', 9836, -75.000, -1.000, 299.000, 127), + (17584397, 'Wespe', 9836, -57.000, -4.000, 304.000, 127), + (17584398, 'Demonic_Tiphia', 9811, -98.000, -0.637, 324.000, 127), + (17584399, 'Dragonfly', 9813, -134.000, -1.000, 361.000, 127), + (17584400, 'Dragonfly', 9813, -163.000, -1.000, 350.000, 127), + (17584401, 'Dragonfly', 9813, -125.000, -1.000, 347.000, 102), + (17584402, 'Dragonfly', 9813, -107.000, -1.000, 363.000, 127), + (17584403, 'Dragonfly', 9813, -165.000, -1.000, 366.000, 127), + (17584426, 'Mimic', 9826, 0.000, 0.000, 0.000, 0), + (17588225, 'Ichorous_Ire', 9863, 0.000, 0.000, 0.000, 0), + (17588226, 'Goblin_Ambusher', 9851, -254.735, -0.500, -93.358, 127), + (17588227, 'Goblin_Tinkerer', 9861, -237.412, -0.479, -125.600, 127), + (17588228, 'Goblin_Butcher', 9852, -276.632, -0.643, -123.594, 37), + (17588229, 'Goblin_Ambusher', 9851, -257.844, -0.732, -101.369, 127), + (17588230, 'Goblin_Tinkerer', 9861, -254.569, 0.459, -122.541, 127), + (17588231, 'Goblin_Butcher', 9852, -283.476, -0.834, -129.095, 64), + (17588232, 'Maze_Maker', 9868, -244.082, 0.020, -107.907, 127), + (17588233, 'Maze_Maker', 9868, -247.073, -0.042, -107.786, 127), + (17588234, 'Maze_Maker', 9868, -243.629, -0.554, -87.562, 127), + (17588235, 'Maze_Maker', 9868, -248.963, -0.183, -105.216, 127), + (17588236, 'Stink_Bats', 9873, -230.526, -0.040, -83.876, 127), + (17588237, 'Stink_Bats', 9873, -247.033, -0.034, -108.140, 125), + (17588238, 'Stink_Bats', 9873, -252.487, -1.182, -98.554, 127), + (17588239, 'Stink_Bats', 9873, -239.130, -0.509, -80.842, 30), + (17588240, 'Combat', 9846, -220.000, -0.549, -37.000, 81), + (17588241, 'Goblin_Ambusher', 9851, -149.000, -0.199, -5.000, 121), + (17588242, 'Goblin_Tinkerer', 9861, -209.151, -0.479, -9.961, 127), + (17588243, 'Goblin_Butcher', 9852, -167.622, -0.121, 11.456, 122), + (17588244, 'Goblin_Ambusher', 9851, -161.915, -0.493, 4.992, 127), + (17588245, 'Goblin_Tinkerer', 9861, -170.933, -0.357, 2.048, 127), + (17588246, 'Goblin_Butcher', 9852, -195.733, -0.187, 3.539, 127), + (17588247, 'Maze_Maker', 9868, -166.504, -0.314, 19.498, 127), + (17588248, 'Maze_Maker', 9868, -172.884, -0.513, 14.052, 105), + (17588249, 'Maze_Maker', 9868, -139.419, -0.431, 4.721, 127), + (17588250, 'Maze_Maker', 9868, -152.577, -0.424, 20.509, 127), + (17588251, 'Stink_Bats', 9873, -175.399, -1.297, 22.452, 82), + (17588252, 'Stink_Bats', 9873, -181.548, -0.559, 13.352, 127), + (17588253, 'Stink_Bats', 9873, -152.070, -0.226, 15.689, 115), + (17588254, 'Combat', 9846, -166.824, -0.509, 27.559, 90), + (17588255, 'Combat', 9846, -161.709, -0.060, -9.996, 107), + (17588256, 'Carnivorous_Crawler', 9844, -158.023, 0.371, 12.234, 103), + (17588257, 'Stink_Bats', 9873, -110.960, -0.929, 13.249, 127), + (17588258, 'Stink_Bats', 9873, -111.829, -0.434, -0.986, 127), + (17588259, 'Combat', 9846, -116.773, 0.136, -12.194, 127), + (17588260, 'Combat', 9846, -82.000, -0.519, -0.500, 127), + (17588261, 'Carnivorous_Crawler', 9844, -158.000, -0.376, 39.000, 127), + (17588262, 'Carnivorous_Crawler', 9844, -126.683, -0.255, -6.184, 127), + (17588263, 'Goblin_Ambusher', 9851, -131.836, -0.803, -31.636, 127), + (17588264, 'Goblin_Tinkerer', 9861, -125.000, -0.602, 7.000, 127), + (17588265, 'Goblin_Butcher', 9852, -99.687, -0.507, -69.124, 95), + (17588266, 'Goblin_Ambusher', 9851, -112.000, -0.500, -45.000, 127), + (17588267, 'Goblin_Tinkerer', 9861, -146.000, 0.003, -2.000, 119), + (17588268, 'Goblin_Butcher', 9852, -131.153, -0.530, -20.266, 24), + (17588269, 'Maze_Maker', 9868, -78.576, -0.491, -36.482, 127), + (17588270, 'Maze_Maker', 9868, -71.875, -0.086, -41.624, 127), + (17588271, 'Maze_Maker', 9868, -94.825, -0.154, -42.396, 31), + (17588272, 'Stink_Bats', 9873, 0.000, 0.000, 0.000, 0), + (17588273, 'Stink_Bats', 9873, -109.124, -0.509, -51.728, 72), + (17588274, 'Combat', 9846, -84.462, -0.240, -47.546, 127), + (17588275, 'Combat', 9846, -87.979, -0.558, -42.434, 30), + (17588276, 'Maze_Maker', 9868, -108.589, 0.074, -102.373, 127), + (17588277, 'Maze_Maker', 9868, -99.858, -0.230, -96.884, 9), + (17588279, 'Goblin_Ambusher', 9851, -77.104, -0.424, -30.869, 51), + (17588280, 'Goblin_Tinkerer', 9861, -90.926, -0.771, 3.966, 104), + (17588281, 'Goblin_Butcher', 9852, -20.339, -0.178, -11.621, 127), + (17588282, 'Goblin_Ambusher', 9851, -90.365, -0.554, -24.414, 65), + (17588283, 'Goblin_Tinkerer', 9861, -28.000, 0.999, -2.000, 41), + (17588284, 'Goblin_Butcher', 9852, -6.626, -0.503, 1.863, 46), + (17588285, 'Stink_Bats', 9873, -88.596, -0.229, 10.568, 127), + (17588286, 'Stink_Bats', 9873, -80.586, 0.065, -13.315, 51), + (17588287, 'Stink_Bats', 9873, -39.171, -0.364, -8.432, 127), + (17588288, 'Combat', 9846, -68.000, 0.999, -7.000, 127), + (17588289, 'Combat', 9846, -69.222, -0.458, -27.426, 127), + (17588290, 'Carnivorous_Crawler', 9844, -4.548, -0.613, -10.511, 43), + (17588291, 'Carnivorous_Crawler', 9844, -46.773, -0.140, -8.097, 127), + (17588292, 'Carnivorous_Crawler', 9844, -66.828, -0.375, -29.026, 78), + (17588293, 'Stink_Bats', 9873, -43.806, -4.097, 19.983, 71), + (17588294, 'Stink_Bats', 9873, -33.823, -2.744, 29.213, 127), + (17588295, 'Stink_Bats', 9873, -44.332, -4.467, 29.202, 101), + (17588296, 'Maze_Scorpion', 9869, -30.703, -4.600, 22.167, 127), + (17588297, 'Goblin_Ambusher', 9851, 0.000, 0.000, 0.000, 0), + (17588298, 'Goblin_Tinkerer', 9861, -27.000, -0.495, 53.000, 127), + (17588299, 'Goblin_Butcher', 9852, -38.928, -0.500, 39.845, 127), + (17588300, 'Goblin_Ambusher', 9851, -45.753, -0.385, 44.830, 18), + (17588301, 'Goblin_Tinkerer', 9861, -35.292, -0.500, 39.556, 40), + (17588302, 'Goblin_Butcher', 9852, -50.000, -0.463, 51.000, 127), + (17588303, 'Combat', 9846, -96.371, -5.846, 102.607, 127), + (17588304, 'Combat', 9846, -119.753, -10.003, 100.781, 127), + (17588305, 'Carnivorous_Crawler', 9844, -140.000, -10.000, 114.000, 127), + (17588306, 'Carnivorous_Crawler', 9844, -82.310, -0.726, 99.472, 127), + (17588307, 'Goblin_Mugger', 9856, -152.437, -9.614, 139.240, 127), + (17588308, 'Goblin_Leecher', 9855, -143.200, -10.723, 142.939, 40), + (17588309, 'Goblin_Gambler', 9854, -151.251, -11.381, 146.374, 127), + (17588310, 'Goblin_Mugger', 9856, 0.000, 0.000, 0.000, 0), + (17588311, 'Goblin_Leecher', 9855, 0.000, 0.000, 0.000, 0), + (17588312, 'Goblin_Gambler', 9854, -151.384, -10.993, 132.841, 127), + (17588313, 'Combat', 9846, -87.489, -10.240, 154.270, 127), + (17588314, 'Combat', 9846, -77.653, -10.477, 161.718, 127), + (17588315, 'Carnivorous_Crawler', 9844, -91.072, -10.521, 155.342, 127), + (17588316, 'Carnivorous_Crawler', 9844, -78.000, -10.000, 155.000, 127), + (17588317, 'Ghoul', 9849, -31.122, -10.770, 179.253, 127), + (17588318, 'Ghoul', 9849, -46.152, -10.832, 176.788, 127), + (17588319, 'Wendigo', 9875, 0.000, 0.000, 0.000, 0), + (17588320, 'Combat', 9846, -23.478, -11.020, 183.311, 127), + (17588321, 'Combat', 9846, -29.403, -10.562, 177.870, 109), + (17588322, 'Carnivorous_Crawler', 9844, -50.812, -10.662, 176.463, 126), + (17588323, 'Ghoul', 9849, -187.317, -1.029, -11.248, 127), + (17588324, 'Ghoul', 9849, -58.784, -1.294, -21.340, 32), + (17588325, 'Ghoul', 9849, -98.372, -1.042, -102.696, 127), + (17588326, 'Ghoul', 9849, 231.000, 18.000, -199.000, 127), + (17588327, 'Ghoul', 9849, 276.000, 18.000, -248.000, 127), + (17588328, 'Wendigo', 9875, 0.000, 0.000, 0.000, 0), + (17588329, 'Combat', 9846, 9.648, 13.267, 104.649, 127), + (17588330, 'Combat', 9846, 19.000, 19.000, 127.000, 3), + (17588331, 'Carnivorous_Crawler', 9844, -18.691, -0.500, 79.565, 86), + (17588332, 'Carnivorous_Crawler', 9844, -14.585, 5.719, 94.860, 127), + (17588333, 'Carnivorous_Crawler', 9844, 51.730, 19.331, 193.134, 127), + (17588334, 'Carnivorous_Crawler', 9844, 13.802, 20.296, 157.562, 89), + (17588335, 'Carnivorous_Crawler', 9844, -4.000, 20.000, 159.000, 127), + (17588336, 'Carnivorous_Crawler', 9844, 9.203, 19.862, 152.573, 127), + (17588337, 'Carnivorous_Crawler', 9844, 46.565, 19.688, 156.897, 14), + (17588338, 'Carnivorous_Crawler', 9844, 37.775, 20.327, 187.449, 127), + (17588339, 'Carnivorous_Crawler', 9844, 32.330, 19.365, 165.273, 80), + (17588340, 'Carnivorous_Crawler', 9844, 20.000, 20.000, 148.000, 127), + (17588341, 'Maze_Scorpion', 9869, 45.796, 19.446, 177.932, 42), + (17588342, 'Maze_Scorpion', 9869, 3.608, 19.462, 150.398, 127), + (17588343, 'Maze_Scorpion', 9869, 0.000, 0.000, 0.000, 0), + (17588344, 'Carnivorous_Crawler', 9844, 0.000, 0.000, 0.000, 0), + (17588345, 'Carnivorous_Crawler', 9844, 0.000, 0.000, 0.000, 0), + (17588346, 'Jelly', 9864, 0.000, 0.000, 0.000, 0), + (17588347, 'Jelly', 9864, 0.000, 0.000, 0.000, 0), + (17588348, 'Poison_Leech', 9870, 283.000, 19.000, -208.000, 127), + (17588349, 'Poison_Leech', 9870, 270.000, 18.000, -218.000, 127), + (17588350, 'Bleeder_Leech', 10825, 87.337, -0.165, 68.579, 127), + (17588351, 'Bleeder_Leech', 10825, 96.107, -0.516, 31.201, 24), + (17588352, 'Bleeder_Leech', 10825, 69.503, -1.847, 41.507, 73), + (17588353, 'Bleeder_Leech', 10825, 204.000, -1.000, -89.000, 127), + (17588354, 'Bleeder_Leech', 10825, 110.000, -1.000, -90.000, 127), + (17588355, 'Air_Elemental', 9840, 70.000, -1.311, 57.000, 127), + (17588356, 'Earth_Elemental', 9848, 84.885, -0.750, 83.092, 127), + (17588357, 'Bleeder_Leech', 10825, 94.840, 0.499, 39.860, 73), + (17588358, 'Bleeder_Leech', 10825, 282.000, -5.000, -154.000, 127), + (17588359, 'Bleeder_Leech', 10825, 253.000, -0.500, -159.000, 127), + (17588360, 'Bleeder_Leech', 10825, 133.478, -0.414, 83.956, 127), + (17588361, 'Chaser_Bats', 10826, 121.918, -0.246, 71.394, 127), + (17588362, 'Chaser_Bats', 10826, 123.294, -0.799, 86.650, 24), + (17588363, 'Air_Elemental', 9840, 126.463, -0.487, 16.925, 127), + (17588364, 'Earth_Elemental', 9848, 123.619, -0.557, 79.274, 127), + (17588365, 'Bleeder_Leech', 10825, 122.238, -0.408, 75.723, 127), + (17588366, 'Bleeder_Leech', 10825, 108.202, -0.095, 35.486, 127), + (17588367, 'Bleeder_Leech', 10825, 131.981, -0.514, 53.732, 98), + (17588368, 'Bleeder_Leech', 10825, 125.120, 0.321, 26.717, 127), + (17588369, 'Bleeder_Leech', 10825, 101.000, -0.500, -64.000, 127), + (17588370, 'Crypterpillar', 10828, 141.811, -0.808, 22.382, 1), + (17588371, 'Air_Elemental', 9840, 116.946, 0.234, 10.967, 127), + (17588372, 'Earth_Elemental', 9848, 156.495, -0.472, 5.078, 33), + (17588373, 'Bleeder_Leech', 10825, 169.982, -5.503, 81.355, 127), + (17588374, 'Bleeder_Leech', 10825, 105.680, -1.380, -54.544, 127), + (17588375, 'Bleeder_Leech', 10825, 101.268, -0.498, -28.924, 127), + (17588376, 'Bleeder_Leech', 10825, 111.925, -0.489, -97.185, 127), + (17588377, 'Bleeder_Leech', 10825, 109.935, -0.395, -97.662, 127), + (17588378, 'Air_Elemental', 9840, 180.820, -0.273, -86.425, 127), + (17588379, 'Earth_Elemental', 9848, 166.515, 0.266, -52.960, 118), + (17588380, 'Bleeder_Leech', 10825, 178.903, -0.552, -58.715, 127), + (17588381, 'Chaser_Bats', 10826, 182.276, -1.141, -94.781, 127), + (17588382, 'Chaser_Bats', 10826, 172.539, -0.544, -39.672, 127), + (17588383, 'Chaser_Bats', 10826, 181.680, -0.408, -87.853, 52), + (17588384, 'Chaser_Bats', 10826, 170.418, -0.021, -52.407, 127), + (17588385, 'Chaser_Bats', 10826, 168.862, -0.504, -91.176, 127), + (17588386, 'Chaser_Bats', 10826, 186.320, 0.285, -81.883, 127), + (17588387, 'Chaser_Bats', 10826, 192.467, -0.500, -90.674, 42), + (17588388, 'Chaser_Bats', 10826, 165.039, -0.307, -45.171, 127), + (17588389, 'Chaser_Bats', 10826, 0.000, 0.000, 0.000, 0), + (17588390, 'Bleeder_Leech', 10825, 0.000, 0.000, 0.000, 0), + (17588391, 'Chaser_Bats', 10826, 240.730, -0.063, -148.341, 89), + (17588392, 'Chaser_Bats', 10826, 204.834, -0.353, -129.373, 127), + (17588393, 'Chaser_Bats', 10826, 255.611, -0.499, -152.424, 42), + (17588394, 'Chaser_Bats', 10826, 217.639, -0.185, -124.514, 127), + (17588395, 'Chaser_Bats', 10826, 266.752, -1.626, -146.686, 127), + (17588396, 'Bleeder_Leech', 10825, 241.663, -0.473, -117.770, 127), + (17588397, 'Chaser_Bats', 10826, 253.188, -0.768, -132.834, 127), + (17588398, 'Chaser_Bats', 10826, 221.137, -0.661, -129.479, 51), + (17588399, 'Chaser_Bats', 10826, 238.835, 0.339, -143.694, 127), + (17588400, 'Chaser_Bats', 10826, 209.000, 0.235, -109.000, 0), + (17588401, 'Crypterpillar', 10828, 224.580, -0.513, -146.274, 127), + (17588402, 'Chaser_Bats', 10826, 240.309, -0.461, -115.896, 107), + (17588403, 'Crypterpillar', 10828, 235.304, -0.447, -157.752, 127), + (17588404, 'Crypterpillar', 10828, 264.000, -1.000, -158.000, 127), + (17588405, 'Crypterpillar', 10828, 234.000, -1.000, -134.000, 127), + (17588406, 'Crypterpillar', 10828, 203.000, -1.000, -95.000, 127), + (17588407, 'Crypterpillar', 10828, 226.000, -1.000, -113.000, 127), + (17588408, 'Chaser_Bats', 10826, 289.500, -5.500, -158.568, 127), + (17588409, 'Crypterpillar', 10828, 190.000, -1.000, -106.000, 127), + (17588410, 'Crypterpillar', 10828, 184.000, -1.000, -70.000, 127), + (17588411, 'Crypterpillar', 10828, 159.000, -1.000, -60.000, 127), + (17588412, 'Crypterpillar', 10828, 155.000, -1.000, -17.000, 127), + (17588413, 'Crypterpillar', 10828, 139.000, -1.000, -8.000, 127), + (17588414, 'Crypterpillar', 10828, 124.000, -1.000, 7.000, 127), + (17588415, 'Crypterpillar', 10828, 121.000, -1.000, 42.000, 127), + (17588416, 'Warren_Bat', 10827, 103.000, -1.000, 70.000, 127), + (17588417, 'Warren_Bat', 10827, 122.000, -1.000, 50.000, 127), + (17588418, 'Warren_Bat', 10827, 119.000, -1.000, -3.000, 127), + (17588419, 'Crypterpillar', 10828, 98.000, -1.000, 58.000, 127), + (17588420, 'Crypterpillar', 10828, 79.000, -1.000, 78.000, 127), + (17588421, 'Warren_Bat', 10827, 137.000, -1.000, -7.000, 127), + (17588422, 'Warren_Bat', 10827, 151.000, -1.000, -33.000, 127), + (17588423, 'Warren_Bat', 10827, 167.000, -1.000, -16.000, 127), + (17588424, 'Crypterpillar', 10828, 135.000, -1.000, 72.000, 127), + (17588425, 'Crypterpillar', 10828, 161.000, -1.000, -82.000, 127), + (17588426, 'Warren_Bat', 10827, 152.000, -1.000, -51.000, 127), + (17588427, 'Warren_Bat', 10827, 165.000, -1.000, -75.000, 127), + (17588429, 'Crypterpillar', 10828, 161.000, -1.000, -38.000, 127), + (17588430, 'Crypterpillar', 10828, 84.000, -1.000, 32.000, 127), + (17588431, 'Warren_Bat', 10827, 230.308, -0.740, 45.868, 127), + (17588432, 'Warren_Bat', 10827, 190.000, -1.000, -101.000, 127), + (17588433, 'Warren_Bat', 10827, 197.000, -1.000, -118.000, 127), + (17588434, 'Crypterpillar', 10828, 113.000, -1.000, 57.000, 127), + (17588435, 'Warren_Bat', 10827, 230.000, -1.000, -125.000, 127), + (17588436, 'Warren_Bat', 10827, -40.384, -0.517, -68.665, 127), + (17588437, 'Warren_Bat', 10827, 142.000, -1.000, 76.000, 127), + (17588438, 'Warren_Bat', 10827, 245.000, -1.000, -155.000, 127), + (17588439, 'Crypterpillar', 10828, 161.000, -1.000, 86.000, 127), + (17588440, 'Warren_Bat', 10827, 149.000, -1.000, -9.000, 127), + (17588441, 'Warren_Bat', 10827, 0.000, 0.000, 0.000, 0), + (17588442, 'Warren_Bat', 10827, 0.000, 0.000, 0.000, 0), + (17588443, 'Warren_Bat', 10827, 0.000, 0.000, 0.000, 0), + (17588444, 'Ancient_Bat', 9841, -24.000, -0.588, -97.000, 127), + (17588445, 'Ancient_Bat', 9841, -19.000, -1.000, -135.000, 65), + (17588446, 'Seeker_Bats', 9872, -33.566, -0.993, -76.094, 120), + (17588447, 'Seeker_Bats', 9872, -56.447, -0.346, -64.607, 127), + (17588448, 'Poison_Leech', 9870, 254.000, 19.000, -205.000, 127), + (17588449, 'Poison_Leech', 9870, 269.000, 17.000, -186.000, 127), + (17588450, 'Ghoul', 9849, -179.574, 9.567, -67.017, 62), + (17588451, 'Wendigo', 9875, -179.191, 9.316, -118.260, 127), + (17588452, 'Ancient_Bat', 9841, -199.633, -0.446, -137.323, 118), + (17588453, 'Ancient_Bat', 9841, -182.230, 8.430, -101.640, 127), + (17588454, 'Ancient_Bat', 9841, -177.508, 9.296, -80.173, 127), + (17588455, 'Seeker_Bats', 9872, -159.097, 9.344, -60.809, 109), + (17588456, 'Seeker_Bats', 9872, -145.306, 7.192, -55.647, 127), + (17588457, 'Jelly', 9864, 0.000, 0.000, 0.000, 0), + (17588458, 'Jelly', 9864, 0.000, 0.000, 0.000, 0), + (17588459, 'Ghoul', 9849, -168.081, 9.327, -56.418, 127), + (17588460, 'Ghoul', 9849, -210.673, 19.186, -3.680, 127), + (17588461, 'Ghoul', 9849, -214.599, 19.087, -16.841, 71), + (17588462, 'Ghoul', 9849, 290.000, 18.000, -239.000, 127), + (17588463, 'Wendigo', 9875, 0.000, 0.000, 0.000, 0), + (17588464, 'Wendigo', 9875, 0.000, 0.000, 0.000, 0), + (17588465, 'Ancient_Bat', 9841, -194.389, 19.668, -2.357, 127), + (17588466, 'Ancient_Bat', 9841, -194.336, 19.661, -2.587, 127), + (17588467, 'Seeker_Bats', 9872, -217.799, 16.483, -48.543, 41), + (17588468, 'Seeker_Bats', 9872, -206.597, 19.660, 2.553, 49), + (17588469, 'Gloombound_Lurker', 9856, 0.000, 0.000, 0.000, 0), + (17588470, 'Ghoul', 9849, -197.695, 19.500, 1.674, 31), + (17588471, 'Wendigo', 9875, 0.000, 0.000, 0.000, 0), + (17588472, 'Ghoul', 9849, 190.748, 2.905, 15.168, 86), + (17588473, 'Wendigo', 9875, 164.111, 17.934, -20.229, 3), + (17588474, 'Goblin_Ambusher', 9851, 180.970, 8.882, 1.938, 127), + (17588475, 'Goblin_Tinkerer', 9861, 173.000, 16.000, -15.000, 67), + (17588476, 'Goblin_Butcher', 9852, 130.618, 19.463, -1.520, 127), + (17588477, 'Goblin_Ambusher', 9851, 123.440, 19.888, 6.572, 23), + (17588478, 'Goblin_Tinkerer', 9861, 110.566, 19.489, 6.520, 127), + (17588479, 'Goblin_Butcher', 9852, 56.249, 18.985, 36.442, 81), + (17588480, 'Maze_Maker', 9868, 57.489, 19.315, 34.842, 34), + (17588481, 'Maze_Maker', 9868, 56.763, 19.530, 18.848, 65), + (17588482, 'Maze_Maker', 9868, 60.950, 19.456, 2.312, 84), + (17588483, 'Stink_Bats', 9873, 62.813, 19.271, 36.978, 75), + (17588484, 'Stink_Bats', 9873, 0.000, 0.000, 0.000, 0), + (17588485, 'Combat', 9846, 0.000, 0.000, 0.000, 0), + (17588486, 'Combat', 9846, 0.000, 0.000, 0.000, 0), + (17588487, 'Ghoul', 9849, 59.467, 19.499, -4.648, 127), + (17588488, 'Ghoul', 9849, -18.157, 19.625, -6.461, 127), + (17588489, 'Jelly', 9864, 0.000, 0.000, 0.000, 0), + (17588490, 'Jelly', 9864, 0.000, 0.000, 0.000, 0), + (17588491, 'Maze_Maker', 9868, -16.491, 19.328, 12.567, 57), + (17588492, 'Maze_Maker', 9868, -24.239, 19.514, -6.004, 127), + (17588493, 'Stink_Bats', 9873, -43.352, 19.643, -5.114, 127), + (17588494, 'Stink_Bats', 9873, -29.015, 19.208, -16.972, 120), + (17588495, 'Combat', 9846, -31.596, 19.668, -29.572, 127), + (17588496, 'Maze_Maker', 9868, -40.484, 20.464, -19.352, 121), + (17588497, 'Maze_Maker', 9868, -27.431, 20.419, 0.108, 40), + (17588498, 'Stink_Bats', 9873, -43.000, 20.000, 4.000, 127), + (17588499, 'Stink_Bats', 9873, -37.371, 19.931, -11.191, 127), + (17588500, 'Combat', 9846, -41.572, 20.229, -15.463, 127), + (17588501, 'Goblin_Ambusher', 9851, -30.120, 19.895, -77.174, 127), + (17588502, 'Goblin_Tinkerer', 9861, -45.635, 19.472, -89.965, 36), + (17588503, 'Goblin_Butcher', 9852, -74.357, 19.485, -40.783, 127), + (17588504, 'Goblin_Ambusher', 9851, -41.378, 20.436, -61.455, 15), + (17588505, 'Goblin_Tinkerer', 9861, -44.005, 19.468, -48.241, 127), + (17588506, 'Goblin_Butcher', 9852, -57.979, 19.313, -49.139, 127), + (17588507, 'Stink_Bats', 9873, -66.580, 20.354, -39.426, 127), + (17588508, 'Stink_Bats', 9873, -55.380, 19.669, -35.610, 127), + (17588509, 'Combat', 9846, -27.865, 19.571, -80.994, 52), + (17588510, 'Goblin_Mugger', 9856, -47.848, 19.576, -47.172, 127), + (17588511, 'Goblin_Leecher', 9855, -45.615, 19.990, -63.870, 127), + (17588512, 'Goblin_Gambler', 9854, -125.000, 19.000, -34.000, 93), + (17588513, 'Abyss_Worm', 9839, -92.158, 19.531, -46.166, 127), + (17588514, 'Seeker_Bats', 9872, -81.271, 19.479, -48.701, 85), + (17588515, 'Seeker_Bats', 9872, -102.000, 21.000, -39.000, 83), + (17588516, 'Ancient_Bat', 9841, -83.924, 19.663, -52.192, 45), + (17588517, 'Abyss_Worm', 9839, -118.473, 19.851, -29.671, 127), + (17588518, 'Abyss_Worm', 9839, -89.712, 19.555, -51.849, 127), + (17588519, 'Abyss_Worm', 9839, -113.607, 19.466, -44.403, 127), + (17588520, 'Wight', 9877, -101.750, 20.142, -49.487, 17), + (17588521, 'Abyss_Worm', 9839, -100.098, 20.044, -44.894, 47), + (17588522, 'Abyss_Worm', 9839, -81.224, 19.302, -34.271, 127), + (17588523, 'Abyss_Worm', 9839, -99.000, 20.000, -81.000, 32), + (17588524, 'Seeker_Bats', 9872, -100.000, 19.000, -86.000, 56), + (17588525, 'Wight', 9877, -105.838, 17.690, -96.894, 64), + (17588526, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588527, 'Wight', 9877, -23.429, 20.218, 10.213, 59), + (17588528, 'Wight', 9877, -49.120, 18.633, -13.697, 31), + (17588529, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588530, 'Wight', 9877, -31.433, 20.181, -57.606, 123), + (17588531, 'Wight', 9877, -28.286, 19.967, -58.639, 127), + (17588532, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588533, 'Abyss_Worm', 9839, 0.000, 0.000, 0.000, 0), + (17588534, 'Abyss_Worm', 9839, -70.574, 19.698, -30.161, 127), + (17588535, 'Abyss_Worm', 9839, 0.000, 0.000, 0.000, 0), + (17588536, 'Abyss_Worm', 9839, -102.079, 19.387, -28.898, 127), + (17588537, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588538, 'Ancient_Bat', 9841, -123.896, 19.222, -47.462, 90), + (17588539, 'Labyrinth_Scorpion', 9865, 0.000, 0.000, 0.000, 0), + (17588540, 'Labyrinth_Scorpion', 9865, -34.000, 19.000, -140.000, 127), + (17588541, 'Air_Elemental', 9840, -61.000, 18.000, -132.000, 127), + (17588542, 'Earth_Elemental', 9848, 5.000, 20.000, -157.000, 127), + (17588543, 'Wight', 9877, 2.016, 19.501, -160.332, 36), + (17588544, 'Wight', 9877, -2.865, 19.442, -156.444, 127), + (17588546, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588547, 'Abyss_Worm', 9839, 19.000, 7.000, -68.000, 61), + (17588548, 'Abyss_Worm', 9839, 20.848, 11.420, -86.479, 127), + (17588549, 'Abyss_Worm', 9839, 23.065, 1.385, -46.883, 53), + (17588550, 'Abyss_Worm', 9839, 0.000, 0.000, 0.000, 0), + (17588551, 'Ancient_Bat', 9841, 41.000, 20.000, -98.000, 127), + (17588552, 'Ancient_Bat', 9841, 71.510, 19.500, -108.464, 127), + (17588553, 'Labyrinth_Scorpion', 9865, 112.326, 19.923, -107.904, 116), + (17588554, 'Labyrinth_Scorpion', 9865, 104.821, 19.395, -110.147, 65), + (17588555, 'Wight', 9877, 139.280, 19.166, -89.962, 127), + (17588556, 'Wight', 9877, 143.663, 19.629, -91.288, 127), + (17588557, 'Wight', 9877, 150.351, 20.400, -82.203, 92), + (17588558, 'Abyss_Worm', 9839, 120.000, 21.000, -104.000, 127), + (17588559, 'Abyss_Worm', 9839, 93.277, 20.382, -120.162, 127), + (17588560, 'Abyss_Worm', 9839, 130.865, 19.704, -82.555, 9), + (17588561, 'Ancient_Bat', 9841, 163.000, 20.000, -73.000, 2), + (17588562, 'Ancient_Bat', 9841, 119.000, 21.000, -92.000, 127), + (17588563, 'Labyrinth_Scorpion', 9865, 101.242, 18.025, -132.160, 2), + (17588564, 'Labyrinth_Scorpion', 9865, 125.572, 19.732, -120.216, 127), + (17588565, 'Air_Elemental', 9840, 0.000, 0.000, 0.000, 0), + (17588566, 'Earth_Elemental', 9848, 0.000, 0.000, 0.000, 0), + (17588567, 'Labyrinth_Scorpion', 9865, 98.572, 18.706, -97.871, 127), + (17588568, 'Labyrinth_Scorpion', 9865, 285.000, 20.000, -78.000, 127), + (17588569, 'Protozoan', 9871, 262.000, 19.000, -69.000, 127), + (17588570, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588571, 'Wight', 9877, 99.726, 12.857, -185.486, 41), + (17588572, 'Wight', 9877, 102.059, 19.287, -164.017, 62), + (17588573, 'Wight', 9877, 111.173, 19.993, -144.990, 127), + (17588574, 'Wight', 9877, 141.000, 9.000, -224.000, 127), + (17588575, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588576, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588577, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588578, 'Wight', 9877, 141.000, 10.000, -201.000, 118), + (17588579, 'Wight', 9877, 150.059, 3.787, -184.561, 113), + (17588580, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588581, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588582, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588583, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588584, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588585, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588586, 'Labyrinth_Scorpion', 9865, 246.000, 20.000, -80.000, 127), + (17588587, 'Protozoan', 9871, 0.000, 0.000, 0.000, 0), + (17588588, 'Protozoan', 9871, 0.000, 0.000, 0.000, 0), + (17588589, 'Lesath', 9857, 0.000, 0.000, 0.000, 0), + (17588590, 'Goblin_Mugger', 9856, 0.000, 0.000, 0.000, 0), + (17588591, 'Goblin_Leecher', 9855, 393.000, -0.532, -66.000, 127), + (17588592, 'Goblin_Gambler', 9854, 402.418, -0.705, -40.711, 88), + (17588593, 'Goblin_Mugger', 9856, 0.000, 0.000, 0.000, 0), + (17588594, 'Goblin_Leecher', 9855, 399.393, -0.499, -79.662, 127), + (17588595, 'Goblin_Gambler', 9854, 410.000, -0.563, -50.000, 127), + (17588596, 'Goblin_Mugger', 9856, 392.675, -0.221, -37.733, 16), + (17588597, 'Goblin_Leecher', 9855, 404.000, -1.000, -74.000, 127), + (17588598, 'Goblin_Gambler', 9854, 388.996, -0.168, -78.355, 127), + (17588599, 'Goblin_Mugger', 9856, 389.000, -0.547, -55.000, 127), + (17588600, 'Goblin_Leecher', 9855, 0.000, 0.000, 0.000, 0), + (17588601, 'Goblin_Gambler', 9854, 0.000, 0.000, 0.000, 0), + (17588602, 'Carnivorous_Crawler', 9844, 423.000, -9.000, -179.000, 127), + (17588603, 'Carnivorous_Crawler', 9844, 361.000, 9.000, -178.000, 127), + (17588604, 'Carnivorous_Crawler', 9844, 350.000, 8.000, -179.000, 3), + (17588605, 'Carnivorous_Crawler', 9844, 381.187, -0.599, -158.538, 127), + (17588606, 'Carnivorous_Crawler', 9844, 376.111, -0.893, -143.759, 51), + (17588607, 'Maze_Scorpion', 9869, 0.000, 0.000, 0.000, 0), + (17588608, 'Maze_Scorpion', 9869, 0.000, 0.000, 0.000, 0), + (17588609, 'Ghoul', 9849, 0.000, 0.000, 0.000, 0), + (17588610, 'Wendigo', 9875, 322.000, 19.517, -140.000, 64), + (17588611, 'Ghoul', 9849, 0.000, 0.000, 0.000, 0), + (17588612, 'Wendigo', 9875, 292.198, 20.132, -138.770, 127), + (17588613, 'Ghoul', 9849, 0.000, 0.000, 0.000, 0), + (17588614, 'Wendigo', 9875, 300.796, 19.791, -132.434, 127), + (17588615, 'Carnivorous_Crawler', 9844, 0.000, 0.000, 0.000, 0), + (17588616, 'Carnivorous_Crawler', 9844, 0.000, 0.000, 0.000, 0), + (17588617, 'Carnivorous_Crawler', 9844, 414.000, -9.000, -177.000, 127), + (17588618, 'Ghoul', 9849, 0.000, 0.000, 0.000, 0), + (17588619, 'Wendigo', 9875, 229.046, 19.457, -86.832, 76), + (17588620, 'Ghoul', 9849, 0.000, 0.000, 0.000, 0), + (17588621, 'Wendigo', 9875, 262.238, 18.940, -85.907, 127), + (17588622, 'Poison_Leech', 9870, 276.000, 18.000, -237.000, 127), + (17588623, 'Poison_Leech', 9870, 277.000, 20.000, -214.000, 127), + (17588624, 'Ancient_Bat', 9841, 249.691, 19.335, -93.422, 109), + (17588625, 'Ancient_Bat', 9841, 252.300, 20.173, -77.145, 63), + (17588626, 'Caterchipillar', 9845, 396.000, -1.000, -63.000, 127), + (17588627, 'Caterchipillar', 9845, 395.000, -1.000, -52.000, 127), + (17588628, 'Goblin_Pathfinder', 9857, 271.000, 19.000, -82.000, 127), + (17588629, 'Goblin_s_Bat', 9862, 0.000, 0.000, 0.000, 0), + (17588630, 'Goblin_Furrier', 9853, 231.000, 20.000, -79.000, 56), + (17588631, 'Goblin_Smithy', 9859, 0.000, 0.000, 0.000, 0), + (17588632, 'Goblin_Shaman', 9858, 297.000, 20.000, -140.000, 127), + (17588633, 'Goblin_Pathfinder', 9857, 297.000, 20.000, -135.000, 127), + (17588634, 'Goblin_s_Bat', 9862, 0.000, 0.000, 0.000, 0), + (17588635, 'Goblin_Furrier', 9853, 0.000, 0.000, 0.000, 0), + (17588636, 'Goblin_Smithy', 9859, 0.000, 0.000, 0.000, 0), + (17588637, 'Goblin_Shaman', 9858, 219.000, 20.000, -134.000, 127), + (17588638, 'Ancient_Bat', 9841, 218.000, 20.000, -130.000, 127), + (17588639, 'Ancient_Bat', 9841, 227.000, 19.000, -139.000, 127), + (17588640, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588641, 'Caterchipillar', 9845, 410.000, -1.000, -59.000, 127), + (17588642, 'Caterchipillar', 9845, 406.000, -1.000, -81.000, 127), + (17588643, 'Caterchipillar', 9845, 400.000, -1.000, -88.000, 127), + (17588644, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588645, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588646, 'Caterchipillar', 9845, 385.000, -1.000, -59.000, 127), + (17588647, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588648, 'Ancient_Bat', 9841, 0.000, 0.000, 0.000, 0), + (17588649, 'Caterchipillar', 9845, 409.000, -1.000, -35.000, 127), + (17588650, 'Caterchipillar', 9845, 0.000, 0.000, 0.000, 0), + (17588651, 'Goblin_Pathfinder', 9857, 300.000, 20.000, -147.000, 127), + (17588652, 'Goblin_s_Bat', 9862, 0.000, 0.000, 0.000, 0), + (17588653, 'Goblin_Furrier', 9853, 0.000, 0.000, 0.000, 0), + (17588654, 'Goblin_Smithy', 9859, 0.000, 0.000, 0.000, 0), + (17588655, 'Goblin_Shaman', 9858, 0.000, 0.000, 0.000, 0), + (17588656, 'Goblin_Pathfinder', 9857, 0.000, 0.000, 0.000, 0), + (17588657, 'Goblin_s_Bat', 9862, 0.000, 0.000, 0.000, 0), + (17588658, 'Goblin_Furrier', 9853, 0.000, 0.000, 0.000, 0), + (17588659, 'Goblin_Smithy', 9859, 0.000, 0.000, 0.000, 0), + (17588660, 'Goblin_Shaman', 9858, 0.000, 0.000, 0.000, 0), + (17588661, 'Goblin_Pathfinder', 9857, 0.000, 0.000, 0.000, 0), + (17588662, 'Goblin_s_Bat', 9862, 0.000, 0.000, 0.000, 0), + (17588696, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588697, 'Wight', 9877, 0.000, 0.000, 0.000, 0), + (17588703, 'Wyrmfly', 9878, 0.000, 0.000, 0.000, 0), + (17596417, 'Borer_Beetle', 9882, -340.000, -0.010, 310.000, 65), + (17596418, 'Siege_Bat', 9911, -299.000, -0.500, 286.000, 127), + (17596419, 'Siege_Bat', 9911, -361.000, -0.050, 299.000, 127), + (17596420, 'Borer_Beetle', 9882, -256.254, -0.012, 301.226, 11), + (17596421, 'Siege_Bat', 9911, -313.000, -0.510, 300.000, 57), + (17596422, 'Siege_Bat', 9911, -288.000, -0.012, 298.000, 127), + (17596423, 'Siege_Bat', 9911, -338.000, -1.000, 315.000, 127), + (17596424, 'Siege_Bat', 9911, -269.947, -0.012, 302.357, 127), + (17596425, 'Siege_Bat', 9911, -340.000, -0.500, 300.000, 127), + (17596426, 'Wingrats', 9917, -355.923, -0.012, 265.697, 85), + (17596427, 'Wingrats', 9917, -348.814, -0.012, 275.913, 127), + (17596428, 'Wingrats', 9917, -324.047, -0.012, 274.592, 11), + (17596429, 'Wingrats', 9917, -331.096, -0.012, 272.960, 127), + (17596430, 'Fallen_Evacuee', 9891, -316.194, -0.012, 269.743, 127), + (17596431, 'Fallen_Evacuee', 9891, -312.714, -0.012, 269.265, 127), + (17596432, 'Fallen_Evacuee', 9891, -353.108, -0.012, 249.415, 127), + (17596433, 'Fallen_Evacuee', 9891, -354.134, -0.012, 256.434, 127), + (17596434, 'Borer_Beetle', 9882, -229.000, -0.012, 224.000, 28), + (17596435, 'Siege_Bat', 9911, -298.469, -0.012, 234.062, 127), + (17596436, 'Siege_Bat', 9911, -342.002, -0.012, 196.171, 127), + (17596437, 'Siege_Bat', 9911, -222.000, -0.012, 235.000, 127), + (17596438, 'Siege_Bat', 9911, -354.589, -0.012, 221.007, 127), + (17596439, 'Puroboros', 9907, -332.043, -0.012, 248.698, 127), + (17596440, 'Oil_Spill', 9904, -315.897, -0.012, 248.543, 127), + (17596441, 'Oil_Spill', 9904, -313.554, -0.012, 251.152, 127), + (17596442, 'Siege_Bat', 9911, -298.429, -0.012, 258.423, 127), + (17596443, 'Wingrats', 9917, -283.710, -0.012, 270.310, 60), + (17596444, 'Wingrats', 9917, -283.515, -0.012, 274.795, 127), + (17596445, 'Siege_Bat', 9911, -259.657, -0.012, 273.530, 44), + (17596446, 'Wingrats', 9917, -267.537, -0.012, 270.599, 56), + (17596447, 'Wingrats', 9917, -272.148, -0.012, 270.044, 8), + (17596448, 'Wingrats', 9917, -251.252, -0.012, 269.233, 127), + (17596449, 'Wingrats', 9917, -248.218, -0.012, 276.013, 127), + (17596450, 'Fallen_Evacuee', 9891, -247.371, -0.012, 244.900, 63), + (17596451, 'Fallen_Evacuee', 9891, -244.040, -0.013, 245.388, 65), + (17596452, 'Siege_Bat', 9911, -257.990, -0.012, 243.882, 127), + (17596453, 'Puroboros', 9907, -269.613, -0.012, 248.123, 84), + (17596454, 'Clockwork_Pod', 9886, -283.853, -0.012, 251.367, 58), + (17596455, 'Clockwork_Pod', 9886, -284.190, -0.012, 244.200, 39), + (17596456, 'Borer_Beetle', 9882, -250.329, -0.012, 219.461, 104), + (17596457, 'Siege_Bat', 9911, -259.000, -0.012, 211.000, 96), + (17596458, 'Siege_Bat', 9911, -261.433, -0.012, 197.214, 127), + (17596459, 'Borer_Beetle', 9882, -350.000, -0.012, 300.000, 119), + (17596460, 'Siege_Bat', 9911, -222.194, -0.012, 316.006, 69), + (17596461, 'Siege_Bat', 9911, -229.317, -0.012, 299.519, 74), + (17596462, 'Revenant', 9909, -196.720, -0.012, 301.766, 127), + (17596463, 'Revenant', 9909, -237.000, -0.012, 379.000, 127), + (17596464, 'Borer_Beetle', 9882, -222.245, -0.012, 266.224, 90), + (17596465, 'Siege_Bat', 9911, -226.786, -0.012, 261.578, 6), + (17596466, 'Siege_Bat', 9911, -222.109, -0.012, 271.106, 91), + (17596467, 'Borer_Beetle', 9882, -221.429, -0.012, 218.243, 127), + (17596468, 'Siege_Bat', 9911, -220.000, -0.012, 202.000, 127), + (17596469, 'Siege_Bat', 9911, -230.988, -0.012, 220.625, 127), + (17596470, 'Citadel_Bats', 9885, -178.650, -0.012, 189.311, 7), + (17596471, 'Citadel_Bats', 9885, -179.814, -0.123, 225.495, 127), + (17596472, 'Citadel_Bats', 9885, -181.150, -0.012, 194.416, 127), + (17596473, 'Citadel_Bats', 9885, -176.123, -0.012, 176.741, 127), + (17596474, 'Citadel_Bats', 9885, -170.087, -0.012, 261.739, 103), + (17596475, 'Demonic_Weapon', 9887, -167.104, -0.012, 252.127, 127), + (17596476, 'Demonic_Weapon', 9887, -170.384, -0.013, 250.528, 127), + (17596477, 'Fallen_Soldier', 9895, -168.538, -0.012, 233.226, 91), + (17596478, 'Fallen_Soldier', 9895, -171.124, -0.013, 230.522, 76), + (17596479, 'Fallen_Soldier', 9895, -167.714, -0.012, 204.540, 43), + (17596480, 'Fallen_Soldier', 9895, -163.777, -0.012, 214.595, 127), + (17596481, 'Bhuta', 9881, -164.283, -0.012, 188.818, 63), + (17596482, 'Citadel_Bats', 9885, -143.992, -0.012, 261.247, 97), + (17596483, 'Citadel_Bats', 9885, -128.074, -0.012, 255.904, 92), + (17596484, 'Citadel_Bats', 9885, -138.482, -0.012, 283.069, 127), + (17596485, 'Bhuta', 9881, -126.921, -0.012, 236.445, 127), + (17596486, 'Demonic_Weapon', 9887, -125.764, -0.012, 215.450, 127), + (17596487, 'Demonic_Weapon', 9887, -124.569, -0.013, 210.591, 127), + (17596488, 'Citadel_Bats', 9885, -129.816, -0.012, 185.680, 0), + (17596489, 'Citadel_Bats', 9885, -140.659, -0.012, 197.486, 127), + (17596490, 'Citadel_Bats', 9885, -143.622, -0.012, 177.338, 42), + (17596491, 'Bhuta', 9881, -156.316, -0.012, 209.731, 127), + (17596492, 'Demonic_Weapon', 9887, -148.881, -0.012, 229.897, 127), + (17596493, 'Demonic_Weapon', 9887, -149.300, -0.500, 236.268, 125), + (17596494, 'Citadel_Bats', 9885, -114.455, -0.012, 178.561, 88), + (17596495, 'Citadel_Bats', 9885, -93.000, -0.012, 217.000, 127), + (17596496, 'Citadel_Bats', 9885, -101.210, -0.012, 181.931, 58), + (17596497, 'Citadel_Bats', 9885, -101.821, -0.012, 263.534, 98), + (17596498, 'Citadel_Bats', 9885, -87.675, -0.012, 224.675, 127), + (17596499, 'Demonic_Weapon', 9887, -114.825, -0.012, 246.148, 105), + (17596500, 'Demonic_Weapon', 9887, -110.000, -0.013, 251.000, 102), + (17596501, 'Fallen_Soldier', 9895, -111.642, -0.012, 229.557, 120), + (17596502, 'Fallen_Soldier', 9895, -116.271, -0.012, 234.751, 127), + (17596503, 'Fallen_Soldier', 9895, -115.679, -0.012, 203.911, 92), + (17596504, 'Fallen_Soldier', 9895, -115.891, -0.013, 208.444, 127), + (17596505, 'Bhuta', 9881, -111.482, -0.012, 189.914, 127), + (17596506, 'Old_Two-Wings', 9905, -99.000, -0.500, 226.000, 127), + (17596507, 'Skewer_Sam', 9912, -108.000, -0.500, 177.000, 127), + (17596661, 'Fortalice_Bats', 10764, -206.000, -0.500, 100.000, 127), + (17596662, 'Fortalice_Bats', 10764, -180.000, -0.500, 91.000, 127), + (17596510, 'Fetid_Flesh', 9896, -79.947, 6.265, 139.543, 127), + (17596663, 'Fortalice_Bats', 10764, -180.000, -0.500, 77.000, 127), + (17596664, 'Fortalice_Bats', 10764, -137.000, -0.500, 99.000, 127), + (17596669, 'Fortalice_Bats', 10764, -43.000, -0.500, 100.000, 127), + (17596670, 'Fortalice_Bats', 10764, -19.000, 2.000, 101.000, 127), + (17596515, 'Explosure', 9890, 5.839, 7.014, 197.462, 127), + (17596516, 'Explosure', 9890, -3.358, 7.014, 203.070, 127), + (17596517, 'Explosure', 9890, -6.000, 7.033, 194.000, 127), + (17596519, 'Earth_Elemental', 9889, -2.969, 7.009, 203.127, 127), + (17596521, 'Droma', 9888, 13.034, 6.088, 186.750, 78), + (17596522, 'Droma', 9888, 7.220, 6.184, 215.250, 11), + (17596523, 'Explosure', 9890, -40.392, 6.987, 248.727, 127), + (17596524, 'Explosure', 9890, -35.084, 7.121, 233.937, 91), + (17596525, 'Explosure', 9890, -41.691, 7.014, 232.915, 127), + (17596527, 'Earth_Elemental', 9889, -41.805, 6.929, 232.613, 85), + (17596528, 'Droma', 9888, -49.427, 6.191, 225.777, 21), + (17596529, 'Fallen_Officer', 9894, 18.042, -0.012, 300.997, 79), + (17596530, 'Fallen_Officer', 9894, 19.000, 2.000, 261.000, 54), + (17596531, 'Fallen_Officer', 9894, 19.000, -0.032, 310.000, 72), + (17596532, 'Fallen_Officer', 9894, 0.500, -0.012, 300.000, 2), + (17596533, 'Chandelier', 9884, 19.000, 1.000, 325.000, 10), + (17596682, 'Fortalice_Bats', 10764, -15.000, 7.000, 140.000, 127), + (17596683, 'Fortalice_Bats', 10764, -20.000, 5.000, 153.000, 127), + (17596536, 'Fetid_Flesh', 9896, -83.768, 6.232, 298.557, 115), + (17596684, 'Fortalice_Bats', 10764, -30.000, 7.000, 138.000, 127), + (17596538, 'Acid_Grease', 9880, -98.000, -0.012, 350.000, 127), + (17596539, 'Acid_Grease', 9880, -99.122, -0.012, 345.747, 127), + (17596685, 'Fortalice_Bats', 10764, -52.000, 6.000, 137.000, 127), + (17596688, 'Fortalice_Bats', 10764, -59.000, -0.500, 203.000, 127), + (17596542, 'Explosure', 9890, -133.299, -0.012, 352.527, 88), + (17596543, 'Droma', 9888, -126.082, -0.012, 331.379, 127), + (17596544, 'Droma', 9888, -132.560, -0.012, 331.301, 127), + (17596545, 'Fallen_Officer', 9894, -154.216, -0.012, 348.454, 110), + (17596546, 'Fallen_Officer', 9894, -148.501, -0.015, 355.582, 127), + (17596547, 'Explosure', 9890, -155.169, -0.012, 331.356, 127), + (17596548, 'Explosure', 9890, -168.253, -0.012, 356.293, 127), + (17596549, 'Fallen_Officer', 9894, -176.009, -0.012, 326.569, 114), + (17596550, 'Fallen_Officer', 9894, -170.244, -0.013, 329.409, 25), + (17596551, 'Droma', 9888, -186.369, -0.012, 331.959, 127), + (17596552, 'Droma', 9888, -192.966, -0.012, 328.089, 61), + (17596689, 'Fortalice_Bats', 10764, -59.000, 6.000, 164.000, 127), + (17596554, 'Acid_Grease', 9880, -186.585, -0.012, 357.410, 127), + (17596555, 'Acid_Grease', 9880, -193.897, -0.012, 348.605, 6), + (17596617, 'Wraith', 9918, -123.784, -0.012, 382.057, 127), + (17596557, 'Fallen_Officer', 9894, -32.452, -6.012, 380.480, 113), + (17596558, 'Fallen_Officer', 9894, -101.462, -0.012, 374.125, 127), + (17596559, 'Fallen_Officer', 9894, -67.676, -1.235, 378.957, 62), + (17596560, 'Fallen_Officer', 9894, -53.249, -4.866, 378.682, 106), + (17596561, 'Fallen_Officer', 9894, -23.802, -6.012, 379.575, 7), + (17596562, 'Fallen_Officer', 9894, -19.216, -0.007, 325.139, 127), + (17596563, 'Fallen_Officer', 9894, -18.934, -6.008, 353.788, 80), + (17596564, 'Fallen_Officer', 9894, -19.159, -4.763, 346.668, 11), + (17596690, 'Fortalice_Bats', 10764, -60.000, 6.000, 281.000, 127), + (17596693, 'Fortalice_Bats', 10764, -58.000, 6.000, 307.000, 127), + (17596694, 'Fortalice_Bats', 10764, -84.000, -0.500, 339.000, 127), + (17596568, 'Droma', 9888, -43.432, -0.012, 107.841, 33), + (17596569, 'Droma', 9888, -43.692, -0.012, 112.568, 6), + (17596570, 'Explosure', 9890, -43.381, -0.012, 86.354, 127), + (17596571, 'Fallen_Officer', 9894, -70.490, -0.012, 114.544, 127), + (17596572, 'Fallen_Officer', 9894, -64.477, -0.012, 110.816, 127), + (17596573, 'Explosure', 9890, -74.377, -0.012, 87.216, 127), + (17596574, 'Acid_Grease', 9880, -103.000, -0.012, 90.301, 64), + (17596575, 'Acid_Grease', 9880, -96.844, -0.012, 89.250, 127), + (17596576, 'Explosure', 9890, -124.122, -0.012, 115.711, 127), + (17596577, 'Fallen_Officer', 9894, -135.031, -0.012, 91.288, 127), + (17596578, 'Fallen_Officer', 9894, -129.436, -0.012, 92.358, 63), + (17596579, 'Explosure', 9890, -149.240, -0.012, 113.180, 127), + (17596580, 'Droma', 9888, -156.000, -0.012, 84.000, 127), + (17596581, 'Droma', 9888, -146.876, -0.012, 92.394, 127), + (17596695, 'Fortalice_Bats', 10764, -141.000, -0.500, 340.000, 127), + (17596699, 'Fortalice_Bats', 10764, -169.000, -0.500, 340.000, 127), + (17596700, 'Fortalice_Bats', 10764, -194.000, -0.500, 339.000, 127), + (17596585, 'Fallen_Officer', 9894, -230.000, -0.012, 139.000, 122), + (17596586, 'Fallen_Officer', 9894, -220.527, -0.012, 146.295, 54), + (17596587, 'Fallen_Officer', 9894, -246.609, -0.012, 138.841, 123), + (17596588, 'Fallen_Officer', 9894, -219.007, -0.012, 163.123, 127), + (17596589, 'Droma', 9888, -193.536, -0.012, 139.115, 64), + (17596590, 'Chamber_Beetle', 9883, -52.751, 4.500, 58.767, 127), + (17596591, 'Chamber_Beetle', 9883, -131.501, -0.012, 57.797, 127), + (17596592, 'Chamber_Beetle', 9883, -172.277, -2.444, 58.797, 14), + (17596593, 'Chamber_Beetle', 9883, -18.004, 6.693, 53.469, 127), + (17596594, 'Chamber_Beetle', 9883, 18.674, 6.208, 68.199, 36), + (17596595, 'Chamber_Beetle', 9883, 20.401, 7.701, 51.551, 77), + (17596596, 'Chamber_Beetle', 9883, -0.500, 6.000, 57.000, 5), + (17596641, 'Tainted_Flesh', 9913, -20.609, 5.673, 80.024, 127), + (17596642, 'Tainted_Flesh', 9913, 16.000, 7.000, 11.000, 127), + (17596726, 'Hellmine', 9899, 26.000, 6.000, 131.000, 78), + (17596727, 'Hellmine', 9899, 52.000, 6.000, 132.000, 88), + (17596655, 'Kaboom', 10763, -186.000, 18.000, 269.000, 127), + (17596518, 'Thunder_Elemental', 9914, 40.763, 6.987, 110.887, 76), + (17596604, 'Earth_Elemental', 9889, 32.256, 6.952, 120.520, 127), + (17596605, 'Over_Weapon', 9906, -319.000, 18.000, 179.000, 127), + (17596606, 'Vault_Weapon', 9916, -305.000, 19.000, 171.000, 48), + (17596607, 'Over_Weapon', 9906, -300.000, 20.000, 176.000, 127), + (17596608, 'Vault_Weapon', 9916, -297.000, 18.000, 171.000, 127), + (17596609, 'Chamber_Beetle', 9883, 105.536, -3.684, 99.849, 127), + (17596610, 'Chamber_Beetle', 9883, 98.667, -3.264, 98.537, 69), + (17596611, 'Chamber_Beetle', 9883, 60.848, 5.781, 77.250, 127), + (17596612, 'Chamber_Beetle', 9883, 98.803, -0.033, 75.963, 78), + (17596613, 'Fallen_Major', 9893, 130.547, -0.012, 61.572, 102), + (17596614, 'Fallen_Major', 9893, 144.236, -0.012, 61.857, 127), + (17596615, 'Fallen_Mage', 9892, 122.036, -0.012, 61.392, 115), + (17596616, 'Fallen_Mage', 9892, 168.021, -0.013, 60.349, 109), + (17596622, 'Wraith', 9918, 124.213, -0.012, 72.559, 127), + (17596618, 'Over_Weapon', 9906, -293.000, 19.000, 177.000, 21), + (17596619, 'Vault_Weapon', 9916, -291.000, 18.000, 185.000, 127), + (17596620, 'Over_Weapon', 9906, -284.000, 18.000, 184.000, 54), + (17596621, 'Vault_Weapon', 9916, -285.000, 18.000, 176.000, 127), + (17596627, 'Wraith', 9918, 143.409, -0.012, 52.118, 14), + (17596623, 'Fallen_Major', 9893, 182.157, -0.012, 29.941, 127), + (17596625, 'Fallen_Mage', 9892, 188.229, -0.018, 20.151, 127), + (17596716, 'Wraith', 9918, 183.809, -0.012, 32.565, 127), + (17596629, 'Citadel_Bats', 9885, -249.324, -1.638, 340.192, 13), + (17596630, 'Citadel_Bats', 9885, -334.939, 5.987, 376.117, 75), + (17596631, 'Citadel_Bats', 9885, -270.546, -0.012, 380.962, 127), + (17596632, 'Citadel_Bats', 9885, -309.070, 13.709, 338.301, 57), + (17596633, 'Citadel_Bats', 9885, -339.027, 8.657, 341.651, 5), + (17596634, 'Citadel_Bats', 9885, -312.715, 12.611, 339.912, 26), + (17596704, 'Fortalice_Bats', 10764, -330.668, 18.578, 239.779, 127), + (17596705, 'Fortalice_Bats', 10764, -366.945, 19.163, 245.823, 75), + (17596708, 'Fortalice_Bats', 10764, -340.000, 19.000, 283.000, 127), + (17596709, 'Fortalice_Bats', 10764, -285.000, 19.000, 283.000, 127), + (17596671, 'Warden_Beetle', 10762, -363.000, 19.071, 262.000, 65), + (17596672, 'Warden_Beetle', 10762, -320.000, 18.603, 241.000, 127), + (17596677, 'Warden_Beetle', 10762, -354.501, 19.203, 280.912, 127), + (17596678, 'Warden_Beetle', 10762, -177.000, 19.000, 320.000, 45), + (17596526, 'Thunder_Elemental', 9914, -313.318, 19.522, 254.342, 58), + (17596710, 'Fortalice_Bats', 10764, -306.000, 19.000, 258.000, 127), + (17596713, 'Fortalice_Bats', 10764, -346.633, 12.126, 249.586, 115), + (17596714, 'Fortalice_Bats', 10764, -274.000, 19.000, 233.000, 25), + (17596715, 'Fortalice_Bats', 10764, -340.000, 12.000, 261.000, 127), + (17596508, 'Funnel_Bats', 9897, -135.000, 19.000, 197.000, 127), + (17596540, 'Funnel_Bats', 9897, -115.000, 19.000, 222.000, 127), + (17596691, 'Warden_Beetle', 10762, -197.000, 19.111, 297.000, 127), + (17596696, 'Warden_Beetle', 10762, -280.779, 19.495, 256.943, 34), + (17596697, 'Warden_Beetle', 10762, -262.279, 19.374, 286.762, 8), + (17596644, 'Warden_Beetle', 10762, -291.276, 19.608, 270.227, 127), + (17596603, 'Thunder_Elemental', 9914, -283.894, 19.033, 235.495, 76), + (17596553, 'Funnel_Bats', 9897, -146.000, 14.000, 215.000, 127), + (17596582, 'Funnel_Bats', 9897, -136.000, 13.000, 229.000, 127), + (17596645, 'Warden_Beetle', 10762, -235.000, 19.000, 265.000, 127), + (17596624, 'Fallen_Major', 9893, 0.000, 0.000, 0.000, 0), + (17596626, 'Fallen_Mage', 9892, 0.000, 0.000, 0.000, 0), + (17596717, 'Wraith', 9918, -159.000, 19.000, 217.000, 127), + (17596723, 'Magic_Jug', 9902, -106.000, 18.000, 189.000, 127), + (17596724, 'Magic_Jug', 9902, -109.000, 18.000, 253.000, 127), + (17596725, 'Magic_Jug', 9902, -174.000, 18.000, 251.000, 127), + (17596722, 'Magic_Jug', 9902, -171.000, 18.000, 186.000, 127), + (17596718, 'Wraith', 9918, -152.174, 19.138, 193.684, 5), + (17596719, 'Wraith', 9918, -115.204, 19.038, 192.837, 87), + (17596721, 'Wraith', 9918, -145.818, 12.250, 226.362, 127), + (17596660, 'Kaboom', 10763, -148.000, 18.000, 333.000, 127), + (17596676, 'Kaboom', 10763, -146.000, 18.000, 308.000, 127), + (17596681, 'Kaboom', 10763, -373.000, 18.000, 291.000, 127), + (17596687, 'Kaboom', 10763, -371.000, 18.000, 227.000, 127), + (17596635, 'Over_Weapon', 9906, -280.000, 17.000, 175.000, 127), + (17596636, 'Over_Weapon', 9906, -271.000, 19.000, 179.000, 15), + (17596637, 'Over_Weapon', 9906, -305.000, 20.000, 177.000, 127), + (17596638, 'Vault_Weapon', 9916, -278.000, 18.000, 181.000, 127), + (17596639, 'Vault_Weapon', 9916, -266.000, 19.000, 181.000, 127), + (17596640, 'Vault_Weapon', 9916, -280.000, 18.000, 179.000, 127), + (17596597, 'Tainted_Flesh', 9913, -260.000, 18.000, 201.000, 127), + (17596598, 'Tainted_Flesh', 9913, -209.000, 19.000, 145.000, 127), + (17596643, 'Guardian_Statue', 9898, -164.000, -1.000, 231.000, 71), + (17596720, 'Serket', 9910, -155.000, 19.000, 244.000, 28), + (17596728, 'Mimic', 9903, 0.000, 0.000, 0.000, 0), + (17596729, 'Light_Elemental', 9900, 0.000, 0.000, 0.000, 0), + (17596735, 'Treasure_Chest', 9915, 0.000, 0.000, 0.000, 0), + (17596806, 'Rainemard', 9908, 0.000, 0.000, 0.000, 0), + (17596829, 'Lycopodium', 9901, 0.000, 0.000, 0.000, 0), + (17612801, 'Undead_Bats', 9956, -168.000, -23.000, -163.000, 127), + (17612802, 'Undead_Bats', 9956, -159.000, -23.000, -167.000, 82), + (17612803, 'Undead_Bats', 9956, -155.000, -23.000, -157.000, 127), + (17612804, 'Undead_Bats', 9956, 0.000, 0.000, 0.000, 0), + (17612805, 'Undead_Bats', 9956, 70.000, -15.000, 127.000, 127), + (17612806, 'Revenant', 9949, 0.000, 0.000, 0.000, 0), + (17612807, 'Revenant', 9949, -81.295, -16.131, -92.158, 127), + (17612808, 'Drone', 9939, -73.340, -15.726, -78.097, 6), + (17612809, 'Vampire_Bat', 9959, -83.890, -15.734, -71.927, 127), + (17612810, 'Vampire_Bat', 9959, -119.325, -15.586, -83.112, 124), + (17612812, 'Revenant', 9949, -158.375, -15.565, -82.978, 127), + (17612813, 'Revenant', 9949, -129.448, -15.535, -71.983, 127), + (17612814, 'Drone', 9939, -124.933, -16.098, -93.833, 47), + (17612815, 'Vampire_Bat', 9959, -150.635, -16.113, -63.286, 65), + (17612816, 'Vampire_Bat', 9959, -144.790, -16.108, -95.634, 95), + (17612817, 'Revenant', 9949, 0.000, 0.000, 0.000, 0), + (17612818, 'Revenant', 9949, -113.721, -15.755, -41.425, 91), + (17612819, 'Drone', 9939, -115.213, -15.555, -53.929, 127), + (17612820, 'Vampire_Bat', 9959, -120.234, -15.847, -32.685, 46), + (17612821, 'Vampire_Bat', 9959, -132.324, -16.053, -47.288, 20), + (17612822, 'Undead_Bats', 9956, 50.000, -15.000, 110.000, 127), + (17612823, 'Undead_Bats', 9956, 36.000, -15.000, 131.000, 103), + (17612824, 'Undead_Bats', 9956, 32.000, -15.000, 151.000, 127), + (17612825, 'Drone', 9939, -190.000, -15.000, -7.000, 127), + (17612826, 'Drone', 9939, -171.503, -16.112, -11.096, 127), + (17612827, 'Undead_Bats', 9956, 56.000, -15.000, 128.000, 127), + (17612828, 'Undead_Bats', 9956, -52.000, -16.000, 60.000, 127), + (17612829, 'Drone', 9939, -112.000, -15.000, 9.000, 127), + (17612830, 'Drone', 9939, -86.937, -16.028, 10.160, 98), + (17612831, 'Drone', 9939, -112.000, -15.000, 29.000, 127), + (17612832, 'Drone', 9939, -85.829, -16.097, 31.639, 127), + (17612833, 'Revenant', 9949, -38.341, -16.035, 34.320, 112), + (17612834, 'Vampire_Bat', 9959, -28.991, -15.932, 39.096, 127), + (17612835, 'Vampire_Bat', 9959, -41.627, -15.989, 50.070, 20), + (17612836, 'Altedour_I_Tavnazia', 9929, -58.000, -16.000, 72.000, 33), + (17612837, 'Revenant', 9949, 9.572, -16.256, 40.884, 114), + (17612838, 'Vampire_Bat', 9959, 12.620, -16.509, 46.212, 127), + (17612839, 'Vampire_Bat', 9959, -34.203, -16.059, 86.495, 127), + (17612840, 'Jenglot', 0, 0.000, 0.000, 0.000, 0), + (17612841, 'Revenant', 9949, -29.656, -16.498, 93.139, 104), + (17612842, 'Vampire_Bat', 9959, -1.313, -15.973, 71.522, 20), + (17612843, 'Vampire_Bat', 9959, -2.945, -15.946, 83.062, 118), + (17612844, 'Revenant', 9949, -0.413, -16.147, 88.446, 92), + (17612845, 'Vampire_Bat', 9959, -5.212, -16.140, 54.546, 127), + (17612846, 'Vampire_Bat', 9959, -22.569, -16.140, 40.642, 101), + (17612847, 'Clockwork_Pod', 9932, -14.000, -16.000, 74.000, 127), + (17612848, 'Clockwork_Pod', 9932, -8.682, -16.438, 28.952, 127), + (17612849, 'Miser_Murphy', 9945, -31.000, -16.408, 74.000, 127), + (17612850, 'Ore_Golem', 9947, 206.000, -24.000, -51.000, 127), + (17612851, 'Ore_Golem', 9947, 197.000, -24.000, -29.000, 127), + (17612852, 'Undead_Bats', 9956, 3.000, -15.000, 50.000, 127), + (17612853, 'Undead_Bats', 9956, -17.000, -15.000, 91.000, 127), + (17612854, 'Drone', 9939, 0.000, 0.000, 0.000, 127), + (17612855, 'Drone', 9939, 0.000, 0.000, 0.000, 127), + (17612856, 'Clockwork_Pod', 9932, 46.000, -15.000, -36.000, 127), + (17612858, 'Clockwork_Pod', 9932, 31.000, -15.000, -42.000, 127), + (17612859, 'Mind_Hoarder', 0, 0.000, 0.000, 0.000, 0), + (17612860, 'Drone', 9939, 0.000, 0.000, 0.000, 127), + (17612861, 'Drone', 9939, 0.000, 0.000, 0.000, 0), + (17612862, 'Ore_Golem', 9947, -29.000, -16.476, -47.000, 72), + (17612863, 'Ore_Golem', 9947, -11.784, -16.113, -46.828, 127), + (17612864, 'Drone', 9939, 0.000, 0.000, 0.000, 127), + (17612865, 'Drone', 9939, 0.000, 0.000, 0.000, 127), + (17612866, 'Ore_Golem', 9947, 201.000, -24.000, 170.000, 127), + (17612867, 'Ore_Golem', 9947, 201.000, -24.000, 149.000, 127), + (17612868, 'Undead_Bats', 9956, -97.000, -15.000, -66.000, 127), + (17612869, 'Undead_Bats', 9956, -134.000, -15.000, -59.000, 127), + (17612870, 'Shadow', 9950, 140.000, -24.000, -17.000, 127), + (17612871, 'Shadow', 9950, 197.000, -24.000, 19.000, 127), + (17612872, 'Shadow', 9950, 141.000, -24.000, 19.000, 127), + (17612873, 'Shadow', 9950, 138.000, -24.000, 99.000, 127), + (17612874, 'Shadow', 9950, 139.000, -24.000, 142.000, 105), + (17612875, 'Shadow', 9950, 138.000, -24.000, 179.000, 127), + (17612876, 'Shadow', 9950, 293.000, -23.000, -50.000, 127), + (17612877, 'Shadow', 9950, 139.369, -24.113, -60.505, 109), + (17612878, 'Shadow', 9950, 180.000, -24.000, 177.000, 77), + (17612879, 'Shadow', 9950, 80.000, -24.000, 179.000, 127), + (17612880, 'Shadow', 9950, 26.000, -16.000, 220.000, 91), + (17612881, 'Shadow', 9950, 19.000, -16.000, 180.000, 117), + (17612882, 'Wekufe', 10757, 122.000, -24.000, -50.000, 127), + (17612883, 'Wekufe', 10757, 115.000, -24.000, -41.000, 127), + (17612884, 'Wekufe', 10757, 124.000, -24.000, -33.000, 54), + (17612885, 'Wekufe', 10757, 128.000, -24.000, -41.000, 31), + (17612886, 'Wekufe', 10757, 118.000, -23.000, 149.000, 127), + (17612887, 'Wekufe', 10757, 164.126, -24.055, -11.047, 25), + (17612888, 'Wekufe', 10757, 128.000, -24.000, 160.000, 127), + (17612889, 'Wekufe', 10757, 160.782, -23.541, 0.375, 127), + (17612890, 'Shadow', 9950, 100.000, -24.000, -10.000, 127), + (17612891, 'Shadow', 9950, -84.000, -16.000, 59.000, 21), + (17612892, 'Shadow', 9950, 185.375, -24.127, 18.323, 127), + (17612893, 'Shadow', 9950, 180.000, -24.000, -55.000, 95), + (17612894, 'Shadow', 9950, 123.000, -24.000, -100.000, 4), + (17612895, 'Shadow', 9950, 59.000, -16.000, -126.000, 127), + (17612896, 'Shadow', 9950, 24.000, -16.000, -139.000, 127), + (17612897, 'Shadow', 9950, 219.000, -24.000, 45.000, 52), + (17612898, 'Shadow', 9950, 220.000, -24.000, 75.000, 111), + (17612899, 'Shadow', 9950, 173.000, -24.000, 101.000, 103), + (17612900, 'Shadow', 9950, 197.000, -24.000, 99.000, 127), + (17612901, 'Shadow', 9950, -180.000, -16.000, -46.000, 118), + (17612902, 'Wekufe', 10757, 155.000, -24.000, 128.000, 127), + (17612903, 'Wekufe', 10757, 123.000, -23.000, 169.000, 127), + (17612904, 'Wekufe', 10757, 155.000, -24.000, 9.000, 127), + (17612905, 'Wekufe', 10757, 170.000, -24.000, 5.000, 127), + (17612906, 'Sentient_Carafe', 10758, 0.000, 0.000, 0.000, 127), + (17612907, 'Sentient_Carafe', 10758, 218.280, -23.713, 97.393, 76), + (17612908, 'Sentient_Carafe', 10758, 224.242, -24.099, 100.953, 75), + (17612909, 'Sentient_Carafe', 10758, 226.000, -24.099, 110.000, 42), + (17612911, 'Sentient_Carafe', 10758, 211.000, -24.000, 17.000, 127), + (17612912, 'Sentient_Carafe', 10758, 228.000, -24.000, 17.000, 88), + (17612913, 'Sentient_Carafe', 10758, 224.000, -24.000, 28.000, 127), + (17612914, 'Wekufe', 10757, 167.000, -24.522, 122.000, 60), + (17612915, 'Wekufe', 10757, 149.575, -23.942, 120.500, 127), + (17612916, 'Wekufe', 10757, 160.000, -24.000, 110.000, 127), + (17612917, 'Wekufe', 10757, 115.000, -23.000, 164.000, 108), + (17612918, 'Balayang', 10759, 121.000, -24.000, 85.000, 110), + (17612919, 'Balayang', 10759, 131.000, -24.000, 78.000, 99), + (17612920, 'Balayang', 10759, 134.000, -24.000, 63.000, 127), + (17612921, 'Balayang', 10759, 123.000, -24.000, 58.000, 40), + (17612922, 'Balayang', 10759, 120.000, -24.000, 42.000, 0), + (17612923, 'Balayang', 10759, 154.784, -24.003, 199.732, 103), + (17612924, 'Balayang', 10759, 165.000, -24.000, 204.000, 127), + (17612925, 'Balayang', 10759, 154.830, -24.169, 194.128, 85), + (17612926, 'Balayang', 10759, 165.758, -24.000, 193.060, 26), + (17612927, 'Balayang', 10759, 109.000, -24.000, 42.000, 127), + (17612928, 'Balayang', 10759, 104.000, -24.000, 57.000, 127), + (17612929, 'Balayang', 10759, 129.000, -24.000, 39.000, 84), + (17612930, 'Balayang', 10759, 135.000, -24.000, 51.000, 127), + (17612931, 'Balayang', 10759, 149.000, -23.000, 204.000, 37), + (17612932, 'Balayang', 10759, 121.000, -23.000, 30.000, 76), + (17612933, 'Balayang', 10759, 159.000, -23.000, 209.000, 127), + (17612934, 'Balayang', 10759, 157.000, -23.000, -82.000, 127), + (17612935, 'Balayang', 10759, 171.000, -24.000, 205.000, 127), + (17612936, 'Balayang', 10759, 153.000, -24.000, -72.000, 1), + (17612937, 'Balayang', 10759, 168.000, -23.000, -86.000, 127), + (17612938, 'Balayang', 10759, 166.000, -24.000, -78.000, 96), + (17612939, 'Balayang', 10759, 160.000, -24.000, -73.000, 24), + (17612940, 'Balayang', 10759, 152.000, -24.000, -86.000, 127), + (17612941, 'Balayang', 10759, 162.000, -24.000, -91.000, 127), + (17612942, 'Shadow', 9950, -99.000, -16.000, -7.000, 127), + (17612943, 'Shadow', 9950, -43.000, -16.000, -60.000, 127), + (17612944, 'Shadow', 9950, 2.000, -16.000, -100.000, 127), + (17612945, 'Shadow', 9950, -3.905, -16.116, 138.898, 109), + (17612946, 'Shadow', 9950, -20.000, -16.001, 127.000, 66), + (17612947, 'Shadow', 9950, 16.000, -16.000, -59.000, 127), + (17612948, 'Shadow', 9950, 3.000, -16.000, -20.000, 127), + (17612949, 'Shadow', 9950, -20.000, -16.000, 4.000, 127), + (17612950, 'Shadow', 9950, 37.000, -16.000, 59.000, 127), + (17612951, 'Shadow', 9950, 59.000, -16.000, 82.000, 127), + (17612952, 'Shadow', 9950, 86.000, -24.000, 20.000, 127), + (17612953, 'Shadow', 9950, 0.000, 0.000, 0.000, 45), + (17612954, 'Vampire_Bat', 9959, 0.000, 0.000, 0.000, 127), + (17612955, 'Vampire_Bat', 9959, 0.000, 0.000, 0.000, 40), + (17612956, 'Vampire_Bat', 9959, 0.000, 0.000, 0.000, 0), + (17612957, 'Clockwork_Pod', 9932, 0.000, 0.000, 0.000, 0), + (17612958, 'Ore_Golem', 9947, -10.000, -15.000, -31.000, 87), + (17612959, 'Vampire_Bat', 9959, 0.000, 0.000, 0.000, 127), + (17612960, 'Vampire_Bat', 9959, 0.000, 0.000, 0.000, 78), + (17612961, 'Vampire_Bat', 9959, 0.000, 0.000, 0.000, 0), + (17612962, 'Clockwork_Pod', 9932, 42.000, -15.000, -47.000, 127), + (17612963, 'Ore_Golem', 9947, 0.000, 0.000, 0.000, 127), + (17612964, 'Undead_Bats', 9956, -140.000, -15.000, -84.000, 127), + (17612965, 'Undead_Bats', 9956, -99.000, -15.000, -90.000, 127), + (17612966, 'Undead_Bats', 9956, 0.000, 0.000, 0.000, 127), + (17612967, 'Underworld_Bats', 9957, 10.000, -0.500, 212.000, 127), + (17612968, 'Underworld_Bats', 9957, -14.000, -0.500, 209.000, 127), + (17612969, 'Talos', 9953, 0.000, 0.000, 0.000, 0), + (17612970, 'Talos', 9953, 79.000, -0.131, 128.000, 127), + (17612971, 'Talos', 9953, 85.000, -0.071, 114.000, 16), + (17612972, 'Talos', 9953, -50.000, -0.500, 33.000, 84), + (17612973, 'Droma', 9938, -152.000, -0.500, 240.000, 127), + (17612974, 'Droma', 9938, -161.000, -0.600, 244.000, 127), + (17612975, 'Droma', 9938, -167.000, -0.600, 236.000, 46), + (17612976, 'Camazotz', 9930, -82.000, -0.500, 156.000, 127), + (17612977, 'Underworld_Bats', 9957, -46.000, -0.500, 200.000, 127), + (17612978, 'Underworld_Bats', 9957, -90.000, -0.500, 195.000, 127), + (17612979, 'Camazotz', 9930, -73.000, -0.500, 207.000, 5), + (17612980, 'Camazotz', 9930, -51.000, -0.500, 182.000, 76), + (17612981, 'Camazotz', 9930, -30.000, -0.500, 205.000, 28), + (17612982, 'Camazotz', 9930, 0.500, -0.500, 200.000, 127), + (17612983, 'Underworld_Bats', 9957, -70.000, -0.500, 161.000, 127), + (17612984, 'Underworld_Bats', 9957, -44.000, -0.500, 154.000, 127), + (17612985, 'Underworld_Bats', 9957, -33.000, -0.500, 175.000, 127), + (17612986, 'Utukku', 9958, -87.834, 0.165, 175.657, 118), + (17612987, 'Utukku', 9958, -68.818, 0.462, 181.410, 58), + (17612988, 'Specter', 9952, -199.000, -15.000, 111.000, 127), + (17612989, 'Specter', 9952, -206.000, -15.000, 124.000, 127), + (17612990, 'Specter', 9952, -194.000, -15.000, 126.000, 127), + (17612991, 'Specter', 9952, -170.000, -15.000, 162.000, 12), + (17612992, 'Underworld_Bats', 9957, -60.000, -0.500, 20.000, 127), + (17612993, 'Underworld_Bats', 9957, -20.000, -0.500, 78.000, 127), + (17612994, 'Underworld_Bats', 9957, 19.000, -0.500, 71.000, 127), + (17612995, 'Utukku', 9958, -51.000, -0.600, 148.000, 127), + (17612996, 'Utukku', 9958, -23.000, -0.500, 182.000, 127), + (17612997, 'Camazotz', 9930, 20.000, -0.500, 243.000, 127), + (17612998, 'Camazotz', 9930, -219.000, -16.000, 96.000, 127), + (17612999, 'Droma', 9938, 9.000, -0.500, 42.000, 127), + (17613000, 'Droma', 9938, -7.000, -0.500, 41.000, 127), + (17613001, 'Colossus', 9933, -194.000, -0.500, 43.000, 127), + (17613002, 'Camazotz', 9930, -219.000, -16.000, 26.000, 127), + (17613003, 'Camazotz', 9930, -178.000, -16.000, 21.000, 127), + (17613004, 'Utukku', 9958, 7.000, -0.500, 230.000, 127), + (17613005, 'Camazotz', 9930, -179.000, -16.000, 56.000, 127), + (17613006, 'Camazotz', 9930, -180.000, -16.000, 103.000, 50), + (17613007, 'Utukku', 9958, 0.000, 0.000, 0.000, 0), + (17613008, 'Camazotz', 9930, -140.000, -16.000, 45.000, 127), + (17613009, 'Camazotz', 9930, -119.000, -16.000, 99.000, 12), + (17613010, 'Utukku', 9958, 0.000, 0.000, 0.000, 11), + (17613011, 'Colossus', 9933, -10.000, -0.500, 233.000, 127), + (17613012, 'Ice_Elemental', 0, 0.000, 0.000, 0.000, 0), + (17613013, 'Dark_Elemental', 0, 0.000, 0.000, 0.000, 0), + (17613014, 'Underworld_Bats', 9957, 56.000, -0.500, 100.000, 127), + (17613015, 'Specter', 9952, -158.000, -15.000, 165.000, 115), + (17613016, 'Specter', 9952, -160.000, -15.000, 151.000, 127), + (17613017, 'Specter', 9952, -80.000, -15.000, 169.000, 15), + (17613018, 'Specter', 9952, -72.000, -15.000, 160.000, 11), + (17613019, 'Underworld_Bats', 9957, 21.000, -0.500, 143.000, 127), + (17613020, 'Specter', 9952, -83.000, -15.000, 153.000, 127), + (17613021, 'Specter', 9952, -49.000, -0.500, 275.000, 118), + (17613022, 'Specter', 9952, -44.000, -0.500, 282.000, 127), + (17613023, 'Specter', 9952, -35.000, -0.500, 278.000, 127), + (17613024, 'Underworld_Bats', 9957, -64.000, -0.500, 99.000, 127), + (17613025, 'Specter', 9952, -39.000, -0.500, 271.000, 127), + (17613026, 'Specter', 9952, -6.000, -0.500, 324.000, 127), + (17613027, 'Specter', 9952, -2.000, -0.500, 314.000, 127), + (17613028, 'Specter', 9952, 6.000, -0.500, 320.000, 127), + (17613029, 'Killing_Weapon', 9944, 47.000, -0.500, 280.000, 127), + (17613030, 'Killing_Weapon', 9944, 35.000, -0.500, 281.000, 127), + (17613031, 'Hellish_Weapon', 9942, 42.000, -0.500, 290.000, 127), + (17613032, 'Hellish_Weapon', 9942, 39.000, -0.500, 273.000, 127), + (17613033, 'Underworld_Bats', 9957, -139.000, -0.500, 106.000, 127), + (17613034, 'Underworld_Bats', 9957, -106.000, -0.500, 139.000, 127), + (17613035, 'Droma', 9938, 1.000, -0.500, 34.000, 127), + (17613036, 'Droma', 9938, 0.000, 0.000, 0.000, 127), + (17613037, 'Droma', 9938, 0.000, 0.000, 0.000, 127), + (17613038, 'Underworld_Bats', 9957, -180.000, -0.500, 142.000, 127), + (17613039, 'Killing_Weapon', 9944, 100.000, -0.500, 250.000, 101), + (17613040, 'Hellish_Weapon', 9942, 99.000, -0.600, 239.000, 46), + (17613041, 'Hellish_Weapon', 9942, 97.000, -0.600, 227.000, 127), + (17613042, 'Utukku', 9958, 0.000, 0.000, 0.000, 0), + (17613043, 'Utukku', 9958, 0.000, 0.000, 0.000, 0), + (17613044, 'Utukku', 9958, 0.000, 0.000, 0.000, 127), + (17613045, 'Colossus', 9933, -89.663, -0.059, 89.320, 91), + (17613046, 'Goliath', 9941, -168.000, -0.500, 130.000, 97), + (17613047, 'Colossus', 9933, -201.000, -0.500, 31.000, 127), + (17613048, 'Goliath', 9941, 0.000, 0.000, 0.000, 0), + (17613049, 'Colossus', 9933, -110.000, -0.500, 112.000, 127), + (17613050, 'Colossus', 9933, -191.000, -0.500, 150.000, 127), + (17613051, 'Colossus', 9933, -48.000, -0.113, 110.000, 67), + (17613052, 'Goliath', 9941, 0.000, 0.000, 0.000, 0), + (17613053, 'Colossus', 9933, -47.000, -0.113, 89.000, 127), + (17613054, 'Goliath', 9941, 0.000, 0.000, 0.000, 0), + (17613055, 'Colossus', 9933, -90.082, -0.037, 72.024, 37), + (17613056, 'Underworld_Bats', 9957, -179.000, -0.500, 204.000, 127), + (17613057, 'Underworld_Bats', 9957, -140.000, -0.500, 214.000, 122), + (17613058, 'Underworld_Bats', 9957, -122.000, -0.500, 260.000, 127), + (17613059, 'Underworld_Bats', 9957, -100.000, -0.500, 223.000, 98), + (17613060, 'Talos', 9953, -69.000, -0.500, 6.000, 127), + (17613061, 'Talos', 9953, -31.000, -0.500, 109.000, 127), + (17613062, 'Talos', 9953, 29.000, -0.500, 110.000, 127), + (17613063, 'Talos', 9953, 9.000, -0.500, 126.000, 101), + (17613064, 'Talos', 9953, 0.000, 0.000, 0.000, 117), + (17613065, 'Talos', 9953, 0.000, 0.000, 0.000, 127), + (17613066, 'Underworld_Bats', 9957, -77.000, -0.500, 59.000, 49), + (17613067, 'Underworld_Bats', 9957, -100.000, -0.500, 38.000, 123), + (17613068, 'Underworld_Bats', 9957, -140.000, -0.500, 43.000, 127), + (17613069, 'Underworld_Bats', 9957, -181.000, -0.500, 60.000, 125), + (17613070, 'Camazotz', 9930, -99.000, -16.000, 135.000, 127), + (17613071, 'Camazotz', 9930, -125.000, -16.000, 179.000, 127), + (17613072, 'Camazotz', 9930, -180.000, -16.000, 137.000, 127), + (17613073, 'Camazotz', 9930, -19.000, -16.000, 191.000, 27), + (17613074, 'Killing_Weapon', 9944, 73.000, -0.600, 220.000, 127), + (17613075, 'Hellish_Weapon', 9942, 84.000, -0.500, 219.000, 127), + (17613076, 'Killing_Weapon', 9944, 59.000, -0.500, 233.000, 127), + (17613077, 'Hellish_Weapon', 9942, 60.000, -0.600, 251.000, 127), + (17613078, 'Killing_Weapon', 9944, -131.000, -0.500, 175.000, 127), + (17613079, 'Hellish_Weapon', 9942, -146.000, -0.600, 174.000, 127), + (17613080, 'Killing_Weapon', 9944, -132.000, -0.500, 185.000, 123), + (17613081, 'Hellish_Weapon', 9942, -143.000, -0.500, 187.000, 94), + (17613082, 'Utukku', 9958, 0.000, 0.000, 0.000, 109), + (17613083, 'Utukku', 9958, 0.000, 0.000, 0.000, 127), + (17613084, 'Underworld_Bats', 9957, -161.000, -0.500, 20.000, 127), + (17613085, 'Underworld_Bats', 9957, -219.000, -0.500, 73.000, 127), + (17613086, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 97), + (17613087, 'Colossus', 9933, -167.000, -0.500, 169.000, 75), + (17613088, 'Colossus', 9933, -167.000, -0.500, 189.000, 66), + (17613089, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 20), + (17613090, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 76), + (17613091, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 127), + (17613092, 'Specter', 9952, 2.000, -0.500, 327.000, 127), + (17613093, 'Specter', 9952, 0.000, 0.000, 0.000, 120), + (17613094, 'Specter', 9952, 0.000, 0.000, 0.000, 6), + (17613095, 'Specter', 9952, 0.000, 0.000, 0.000, 127), + (17613096, 'Western_Shadow', 9960, -196.000, -15.000, 120.000, 11), + (17613097, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 127), + (17613098, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 117), + (17613099, 'Specter', 9952, -170.685, -16.073, 86.894, 127), + (17613100, 'Specter', 9952, -155.000, -16.458, 73.000, 127), + (17613101, 'Specter', 9952, -158.000, -16.474, 87.000, 127), + (17613102, 'Specter', 9952, 0.000, 0.000, 0.000, 127), + (17613103, 'Northern_Shadow', 9946, -154.000, -15.000, 158.000, 127), + (17613104, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 124), + (17613105, 'Underworld_Bats', 9957, 0.000, 0.000, 0.000, 127), + (17613106, 'Specter', 9952, 0.000, 0.000, 0.000, 127), + (17613107, 'Specter', 9952, 0.000, 0.000, 0.000, 127), + (17613108, 'Specter', 9952, 0.000, 0.000, 0.000, 127), + (17613109, 'Specter', 9952, 0.000, 0.000, 0.000, 0), + (17613110, 'Eastern_Shadow', 9940, -85.000, -16.000, 159.000, 127), + (17613125, 'Droma', 9938, 0.000, 0.000, 0.000, 0), + (17613183, 'Treasure_Chest', 0, 0.000, 0.000, 0.000, 0), + (17613184, 'Dalzakk', 9936, 0.000, 0.000, 0.000, 0), + (17613186, 'Rainemard', 9948, 0.000, 0.000, 0.000, 0), + (17613194, 'Trion', 9955, 0.000, 0.000, 0.000, 0), + (17613197, 'Curilla', 9934, 0.000, 0.000, 0.000, 0), + (17616897, 'Salamander', 9987, 171.260, 0.042, -25.204, 225), + (17616898, 'Magma', 9982, 173.160, -0.900, -26.986, 185), + (17616899, 'Volcanic_Gas', 9992, 37.842, 3.999, -276.772, 127), + (17616900, 'Old_Opo-opo', 9986, 45.000, 3.724, -288.000, 127), + (17616901, 'Old_Opo-opo', 9986, 28.481, 3.858, -276.021, 64), + (17616902, 'Old_Opo-opo', 9986, 0.000, 0.000, 0.000, 0), + (17616903, 'Dire_Bat', 9969, 31.587, 3.678, -290.794, 43), + (17616904, 'Volcanic_Gas', 9992, 0.279, 4.000, -269.457, 127), + (17616905, 'Old_Opo-opo', 9986, -14.216, 3.908, -278.581, 92), + (17616906, 'Old_Opo-opo', 9986, 0.851, 4.052, -292.000, 127), + (17616907, 'Old_Opo-opo', 9986, 7.392, 3.917, -283.708, 127), + (17616908, 'Dire_Bat', 9969, 11.646, 3.818, -282.359, 80), + (17616909, 'Old_Opo-opo', 9986, -62.700, 0.168, -294.868, 111), + (17616910, 'Old_Opo-opo', 9986, -39.907, -0.030, -300.534, 3), + (17616911, 'Dire_Bat', 9969, -59.585, 0.201, -275.523, 63), + (17616912, 'Volcanic_Gas', 9992, -78.274, 3.999, -239.592, 127), + (17616913, 'Old_Opo-opo', 9986, -70.178, 3.939, -243.403, 83), + (17616914, 'Old_Opo-opo', 9986, -90.679, 3.521, -250.711, 127), + (17616915, 'Old_Opo-opo', 9986, 0.000, 0.000, 0.000, 0), + (17616916, 'Dire_Bat', 9969, -72.064, 3.749, -231.827, 123), + (17616917, 'Volcanic_Gas', 9992, -72.961, 3.518, -213.680, 127), + (17616918, 'Old_Opo-opo', 9986, -81.335, 3.950, -189.289, 127), + (17616919, 'Old_Opo-opo', 9986, -84.560, 3.710, -213.383, 127), + (17616920, 'Old_Opo-opo', 9986, -86.214, 3.720, -211.784, 127), + (17616921, 'Old_Opo-opo', 9986, -90.518, 3.298, -188.687, 127), + (17616922, 'Dire_Bat', 9969, -93.270, 3.920, -188.666, 127), + (17616923, 'Old_Opo-opo', 9986, 61.404, -0.003, -240.311, 127), + (17616924, 'Dire_Bat', 9969, 61.535, -0.002, -240.239, 127), + (17616925, 'Volcanic_Gas', 9992, 52.351, 3.988, -187.027, 127), + (17616926, 'Old_Opo-opo', 9986, 35.718, 3.998, -200.014, 118), + (17616927, 'Old_Opo-opo', 9986, 45.551, 3.917, -190.099, 57), + (17616928, 'Old_Opo-opo', 9986, 0.000, 0.000, 0.000, 0), + (17616929, 'Dire_Bat', 9969, 41.027, 3.999, -185.866, 127), + (17616930, 'Volcanic_Gas', 9992, 24.003, -2.417, -130.180, 127), + (17616931, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17616932, 'Old_Opo-opo', 9986, 23.178, -0.452, -159.253, 0), + (17616933, 'Old_Opo-opo', 9986, 18.225, -0.349, -114.804, 91), + (17616934, 'Volcanic_Gas', 9992, 17.605, -2.043, -89.338, 127), + (17616935, 'Volcanic_Gas', 9992, 18.081, -1.554, -131.876, 54), + (17616936, 'Old_Opo-opo', 9986, 20.313, -1.062, -72.645, 127), + (17616937, 'Old_Opo-opo', 9986, 20.709, 0.354, -104.546, 127), + (17616938, 'Volcanic_Gas', 9992, -62.382, -0.223, -155.679, 86), + (17616939, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17616940, 'Old_Opo-opo', 9986, -60.019, -0.901, -121.786, 127), + (17616941, 'Old_Opo-opo', 9986, -60.755, -1.666, -129.369, 127), + (17616942, 'Volcanic_Gas', 9992, -61.678, 0.211, -107.661, 4), + (17616943, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17616944, 'Old_Opo-opo', 9986, -70.984, -0.890, -100.914, 78), + (17616945, 'Volcanic_Gas', 9992, -26.507, -2.208, -90.589, 127), + (17616946, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17616947, 'Volcano_Wasp', 9993, 259.271, 16.085, -44.711, 52), + (17616948, 'Volcano_Wasp', 9993, 259.000, 16.149, -97.000, 51), + (17616949, 'Volcano_Wasp', 9993, 218.466, 0.521, -7.005, 62), + (17616950, 'Volcano_Wasp', 9993, 242.000, 7.000, -20.000, 127), + (17616951, 'Volcanic_Gas', 9992, 198.525, -0.054, 19.455, 127), + (17616952, 'Volcanic_Gas', 9992, 259.981, 16.183, -76.597, 127), + (17616953, 'Volcano_Wasp', 9993, 219.125, 13.874, -130.187, 56), + (17616954, 'Volcanic_Gas', 9992, 178.639, 7.201, -117.269, 64), + (17616955, 'Volcano_Wasp', 9993, 178.808, 4.217, -103.602, 127), + (17616956, 'Dire_Bat', 9969, 176.987, 7.959, -136.522, 127), + (17616957, 'Volcanic_Gas', 9992, 123.752, 3.784, -88.643, 127), + (17616958, 'Volcano_Wasp', 9993, 118.757, 3.955, -88.020, 127), + (17616959, 'Volcano_Wasp', 9993, 110.000, 3.000, -76.000, 127), + (17616960, 'Dire_Bat', 9969, 125.225, 3.872, -67.741, 120), + (17616961, 'Volcanic_Gas', 9992, 63.036, -0.340, -58.449, 67), + (17616962, 'Volcano_Wasp', 9993, 204.784, 7.766, -58.360, 127), + (17616963, 'Dire_Bat', 9969, 220.811, 13.291, -67.858, 127), + (17616964, 'Volcano_Wasp', 9993, 0.000, 0.000, 0.000, 0), + (17616965, 'Dire_Bat', 9969, 156.921, 0.008, 20.651, 127), + (17616966, 'Volcanic_Gas', 9992, 151.697, 0.030, 20.708, 3), + (17616967, 'Dire_Bat', 9969, 148.212, 0.242, -18.665, 10), + (17616968, 'Volcanic_Gas', 9992, 142.047, -0.035, -16.502, 34), + (17616969, 'Volcanic_Gas', 9992, 116.445, 0.003, 21.253, 47), + (17616970, 'Volcanic_Gas', 9992, 39.214, -0.328, 62.740, 127), + (17616971, 'Volcanic_Gas', 9992, 58.643, -0.472, 30.969, 52), + (17616972, 'Volcanic_Gas', 9992, 17.381, -0.321, -60.440, 5), + (17616973, 'Volcanic_Gas', 9992, 0.722, -0.742, 24.969, 1), + (17616974, 'Goblin_Bandit', 9974, -54.710, -0.722, 21.528, 109), + (17616975, 'Goblin_Shepherd', 9976, -22.895, 9.009, -202.532, 66), + (17616976, 'Goblin_s_Bats', 9977, -19.616, 5.916, -215.074, 127), + (17616977, 'Dodomeki', 9970, 0.000, 0.000, 0.000, 0), + (17616978, 'Goblin_Alchemist', 9973, -23.175, 0.437, -232.478, 55), + (17616979, 'Goblin_Mercenary', 9975, -20.415, 19.385, -160.327, 127), + (17616980, 'Dodomeki', 9970, -23.307, 16.264, -173.865, 116), + (17616981, 'Volcanic_Gas', 9992, -22.228, 19.257, -163.388, 127), + (17616982, 'Sulfur_Scorpion', 9988, -21.664, 4.899, -220.954, 75), + (17616983, 'Dodomeki', 9970, -19.494, 20.273, -137.881, 40), + (17616984, 'Volcanic_Gas', 9992, 0.585, 20.934, -143.555, 127), + (17616985, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17616986, 'Sulfur_Scorpion', 9988, 21.493, 18.562, -141.862, 64), + (17616987, 'Dodomeki', 9970, 61.041, 20.668, -124.218, 127), + (17616988, 'Volcanic_Gas', 9992, 40.053, 21.137, -139.979, 66), + (17616989, 'Dodomeki', 9970, 59.451, 20.539, -123.274, 127), + (17616990, 'Volcanic_Gas', 9992, 59.412, 19.477, -78.462, 72), + (17616991, 'Volcanic_Gas', 9992, 55.819, 19.426, -69.438, 31), + (17616992, 'Volcanic_Gas', 9992, 23.779, 18.958, -82.864, 127), + (17616993, 'Volcanic_Gas', 9992, 0.314, 19.533, -64.091, 127), + (17616994, 'Volcanic_Gas', 9992, -47.022, 19.782, -62.974, 14), + (17616995, 'Sulfur_Scorpion', 9988, -65.492, 19.028, -58.921, 127), + (17616996, 'Sulfur_Scorpion', 9988, -116.064, 19.683, -69.784, 109), + (17616997, 'Volcanic_Gas', 9992, -126.497, 19.624, -79.635, 127), + (17616998, 'Volcanic_Gas', 9992, -115.071, 19.870, -72.246, 95), + (17616999, 'Tyrannic_Tunnok', 9990, -119.790, 19.797, -106.198, 127), + (17617000, 'Sulfur_Scorpion', 9988, 0.000, 0.000, 0.000, 0), + (17617001, 'Sulfur_Scorpion', 9988, -116.185, 20.097, -114.903, 127), + (17617002, 'Volcanic_Gas', 9992, -130.000, 20.000, -121.000, 127), + (17617003, 'Volcanic_Gas', 9992, -131.166, 18.952, -115.474, 127), + (17617004, 'Volcanic_Gas', 9992, -143.146, 19.071, -157.446, 127), + (17617005, 'Volcanic_Gas', 9992, -198.058, -0.373, -179.105, 26), + (17617006, 'Sulfur_Scorpion', 9988, -237.557, 3.916, -147.887, 76), + (17617007, 'Eotyrannus', 9971, -281.299, 3.875, -142.114, 127), + (17617008, 'Eotyrannus', 9971, -229.694, 3.861, -163.693, 127), + (17617009, 'Volcanic_Gas', 9992, -286.109, 3.787, -143.551, 127), + (17617010, 'Sulfur_Scorpion', 9988, -237.827, 3.983, -113.210, 127), + (17617011, 'Eotyrannus', 9971, -245.853, 3.978, -133.425, 127), + (17617012, 'Eotyrannus', 9971, -233.159, 3.586, -138.710, 60), + (17617013, 'Lindwurm', 9981, -113.000, 4.000, 141.000, 127), + (17617014, 'Goblin_Bandit', 9974, 0.000, 0.000, 0.000, 0), + (17617015, 'Goblin_Shepherd', 9976, -258.793, 3.212, -138.442, 127), + (17617016, 'Goblin_s_Bats', 9977, 0.000, 0.000, 0.000, 0), + (17617017, 'Goblin_Alchemist', 9973, 0.000, 0.000, 0.000, 0), + (17617018, 'Goblin_Mercenary', 9975, 0.000, 0.000, 0.000, 0), + (17617019, 'Goblin_Bandit', 9974, -256.826, 3.475, -154.644, 11), + (17617020, 'Goblin_Shepherd', 9976, 0.000, 0.000, 0.000, 0), + (17617021, 'Goblin_s_Bats', 9977, 0.000, 0.000, 0.000, 0), + (17617022, 'Goblin_Alchemist', 9973, 0.000, 0.000, 0.000, 0), + (17617023, 'Goblin_Mercenary', 9975, 0.000, 0.000, 0.000, 0), + (17617024, 'Goblin_Bandit', 9974, -275.782, 3.605, -107.773, 127), + (17617025, 'Goblin_Shepherd', 9976, 0.000, 0.000, 0.000, 0), + (17617026, 'Goblin_s_Bats', 9977, -269.227, 3.602, -77.686, 127), + (17617027, 'Goblin_Alchemist', 9973, 0.000, 0.000, 0.000, 0), + (17617028, 'Goblin_Mercenary', 9975, 0.000, 0.000, 0.000, 0), + (17617029, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17617030, 'Sulfur_Scorpion', 9988, -286.989, 3.864, -82.665, 127), + (17617031, 'Eotyrannus', 9971, -284.466, 3.859, -89.794, 127), + (17617032, 'Eotyrannus', 9971, -292.248, 3.984, -118.252, 63), + (17617033, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17617034, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17617035, 'Volcanic_Gas', 9992, -205.335, -0.285, -63.179, 51), + (17617036, 'Volcanic_Gas', 9992, -179.198, 0.047, -76.405, 38), + (17617037, 'Eotyrannus', 9971, -140.097, -1.338, -92.539, 127), + (17617038, 'Volcanic_Gas', 9992, -155.911, 0.119, -102.697, 127), + (17617039, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17617040, 'Volcanic_Gas', 9992, -65.489, -0.177, -43.694, 127), + (17617041, 'Dodomeki', 9970, -93.205, -0.503, 25.236, 127), + (17617042, 'Volcanic_Gas', 9992, -101.773, -0.003, 11.983, 127), + (17617043, 'Volcanic_Gas', 9992, -107.998, 0.135, 17.356, 49), + (17617044, 'Dodomeki', 9970, -120.482, -0.500, 61.259, 112), + (17617045, 'Volcanic_Gas', 9992, -124.741, -0.333, 59.693, 127), + (17617046, 'Eotyrannus', 9971, -113.463, 3.429, 130.441, 127), + (17617047, 'Eotyrannus', 9971, -130.319, 3.125, 131.947, 84), + (17617048, 'Volcanic_Gas', 9992, -276.000, 4.000, -168.000, 127), + (17617049, 'Eotyrannus', 9971, -129.077, 3.993, 157.121, 77), + (17617050, 'Eotyrannus', 9971, -116.634, 3.999, 162.210, 127), + (17617051, 'Volcanic_Gas', 9992, -124.058, 3.691, 143.329, 31), + (17617052, 'Eotyrannus', 9971, -89.951, 3.383, 147.945, 86), + (17617053, 'Goblin_Shepherd', 9976, 0.000, 0.000, 0.000, 0), + (17617054, 'Goblin_s_Bats', 9977, -109.376, 3.932, 133.455, 70), + (17617055, 'Goblin_Alchemist', 9973, 0.000, 0.000, 0.000, 0), + (17617056, 'Goblin_Alchemist', 9973, 0.000, 0.000, 0.000, 0), + (17617057, 'Goblin_Mercenary', 9975, 0.000, 0.000, 0.000, 0), + (17617058, 'Goblin_Bandit', 9974, -112.344, 3.806, 154.593, 105), + (17617059, 'Goblin_Shepherd', 9976, -91.462, 3.201, 168.680, 114), + (17617060, 'Goblin_s_Bats', 9977, -125.000, 3.750, 166.000, 125), + (17617061, 'Goblin_Mercenary', 9975, 0.000, 0.000, 0.000, 0), + (17617062, 'Foreseer_Oramix', 9972, -111.470, 3.764, 141.784, 0), + (17617063, 'Goblin_Bandit', 9974, 0.000, 0.000, 0.000, 0), + (17617064, 'Goblin_Shepherd', 9976, 0.000, 0.000, 0.000, 0), + (17617065, 'Goblin_s_Bats', 9977, 0.000, 0.000, 0.000, 0), + (17617066, 'Goblin_Alchemist', 9973, 0.000, 0.000, 0.000, 0), + (17617067, 'Goblin_Mercenary', 9975, -77.860, 3.454, 171.253, 127), + (17617068, 'Goblin_Bandit', 9974, 0.000, 0.000, 0.000, 0), + (17617069, 'Goblin_Alchemist', 9973, -75.000, 4.000, 156.000, 127), + (17617070, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17617071, 'Volcanic_Gas', 9992, -60.534, -0.604, 120.002, 127), + (17617072, 'Volcanic_Gas', 9992, 0.000, 0.000, 0.000, 0), + (17617073, 'Eotyrannus', 9971, -98.707, 0.121, 226.709, 127), + (17617074, 'Volcanic_Gas', 9992, -106.075, -0.103, 225.664, 48), + (17617075, 'Volcanic_Bomb', 9991, -101.545, -0.622, -24.244, 17), + (17617076, 'Volcanic_Bomb', 9991, 0.000, 0.000, 0.000, 0), + (17617077, 'Volcanic_Bomb', 9991, 33.998, 8.878, 177.265, 127), + (17617078, 'Nightmare_Bats', 9984, 0.000, 0.000, 0.000, 0), + (17617079, 'Volcanic_Bomb', 9991, 78.634, 10.115, 139.751, 127), + (17617080, 'Nightmare_Bats', 9984, 87.651, 9.811, 136.409, 3), + (17617081, 'Volcanic_Bomb', 9991, 84.236, 9.808, 132.039, 127), + (17617082, 'Nightmare_Bats', 9984, 83.724, 9.702, 122.956, 127), + (17617083, 'Nightmare_Bats', 9984, 29.974, 10.549, 142.148, 127), + (17617084, 'Volcanic_Bomb', 9991, 42.136, 8.747, 98.798, 57), + (17617085, 'Nightmare_Bats', 9984, 41.574, 8.933, 97.157, 21), + (17617086, 'Volcanic_Bomb', 9991, -17.279, 16.588, 84.915, 127), + (17617087, 'Volcanic_Bomb', 9991, 0.000, 0.000, 0.000, 0), + (17617088, 'Volcanic_Bomb', 9991, -59.822, 19.720, 12.848, 81), + (17617089, 'Volcanic_Bomb', 9991, 24.177, 20.115, 6.122, 50), + (17617090, 'Volcanic_Bomb', 9991, 77.900, 19.804, 8.656, 9), + (17617091, 'Nightmare_Bats', 9984, 0.000, 0.000, 0.000, 0), + (17617092, 'Nightmare_Bats', 9984, 79.265, 20.050, -7.035, 127), + (17617093, 'Nightmare_Bats', 9984, 74.386, 19.880, 2.493, 127), + (17617094, 'Volcanic_Bomb', 9991, 76.326, 19.930, -3.021, 28), + (17617095, 'Nightmare_Bats', 9984, 99.063, 19.152, 24.114, 43), + (17617096, 'Volcanic_Bomb', 9991, 95.855, 18.679, 18.542, 127), + (17617097, 'Nightmare_Bats', 9984, 0.000, 0.000, 0.000, 0), + (17617098, 'Volcanic_Bomb', 9991, 100.331, 19.046, 97.752, 91), + (17617099, 'Nightmare_Bats', 9984, 121.639, 20.000, 120.695, 50), + (17617100, 'Ash_Lizard', 9963, 113.040, 19.982, 116.984, 111), + (17617101, 'Ash_Lizard', 9963, 117.804, 19.999, 118.061, 127), + (17617102, 'Volcanic_Bomb', 9991, 119.881, 20.200, 111.591, 127), + (17617103, 'Volcanic_Bomb', 9991, 118.555, 20.141, 146.449, 127), + (17617104, 'Nightmare_Bats', 9984, 129.236, 18.916, 155.481, 31), + (17617105, 'Ash_Lizard', 9963, 125.896, 19.959, 158.532, 127), + (17617106, 'Ash_Lizard', 9963, 115.651, 20.085, 167.485, 127), + (17617107, 'Volcanic_Bomb', 9991, 111.820, 19.906, 168.544, 127), + (17617108, 'Nightmare_Bats', 9984, 0.000, 0.000, 0.000, 0), + (17617109, 'Volcanic_Bomb', 9991, 97.047, 18.887, 202.442, 92), + (17617110, 'Nightmare_Bats', 9984, 100.133, 6.473, 246.564, 127), + (17617111, 'Volcanic_Bomb', 9991, 102.251, 9.723, 233.434, 33), + (17617112, 'Volcanic_Bomb', 9991, 61.050, 0.325, 254.599, 127), + (17617113, 'Ash_Lizard', 9963, 29.234, 0.941, 259.918, 24), + (17617114, 'Volcanic_Bomb', 9991, 55.607, -0.003, 252.734, 127), + (17617115, 'Ash_Lizard', 9963, 0.000, 0.000, 0.000, 0), + (17617116, 'Ash_Lizard', 9963, -1.819, 3.886, 270.924, 39), + (17617117, 'Hurricane_Wyvern', 9978, -0.059, 3.978, 267.515, 11), + (17617118, 'Hurricane_Wyvern', 9978, -53.235, 2.988, 224.760, 114), + (17617119, 'Volcanic_Bomb', 9991, -55.713, 3.258, 223.837, 106), + (17617120, 'Ash_Lizard', 9963, -21.164, 3.013, 264.162, 19), + (17617121, 'Hurricane_Wyvern', 9978, -33.458, 3.965, 280.170, 127), + (17617122, 'Hurricane_Wyvern', 9978, -57.154, 3.346, 223.026, 122), + (17617123, 'Volcanic_Bomb', 9991, -266.000, 40.000, 116.000, 127), + (17617124, 'Ash_Lizard', 9963, -12.018, 3.173, 229.885, 127), + (17617125, 'Hurricane_Wyvern', 9978, 2.031, 3.955, 228.014, 81), + (17617126, 'Volcanic_Bomb', 9991, -56.656, 3.346, 224.066, 100), + (17617127, 'Ash_Lizard', 9963, -56.642, 3.363, 224.356, 105), + (17617128, 'Ash_Lizard', 9963, -57.392, 3.536, 223.639, 91), + (17617129, 'Hurricane_Wyvern', 9978, -56.323, 3.422, 225.070, 89), + (17617130, 'Vouivre', 9994, -38.587, 3.815, 259.578, 127), + (17617131, 'Volcanic_Bomb', 9991, 0.000, 0.000, 0.000, 0), + (17617132, 'Volcanic_Bomb', 9991, -35.923, 3.999, 281.606, 19), + (17617133, 'Volcanic_Bomb', 9991, 6.606, 3.717, 241.692, 125), + (17617134, 'Volcanic_Bomb', 9991, 6.082, 2.801, 262.556, 103), + (17617135, 'Volcanic_Bomb', 9991, 0.000, 0.000, 0.000, 0), + (17617136, 'Volcanic_Bomb', 9991, -62.885, 20.606, 49.506, 58), + (17617137, 'Ash_Lizard', 9963, -136.322, 40.328, 82.723, 127), + (17617138, 'Volcanic_Bomb', 9991, -136.301, 39.429, 100.458, 127), + (17617139, 'Ash_Lizard', 9963, -143.043, 39.689, 65.178, 101), + (17617140, 'Volcanic_Bomb', 9991, -140.916, 40.080, 62.123, 49), + (17617141, 'Hurricane_Wyvern', 9978, -172.192, 38.247, 60.119, 127), + (17617142, 'Volcanic_Bomb', 9991, -247.000, 40.000, 88.000, 127), + (17617143, 'Volcanic_Bomb', 9991, -233.567, 39.968, 78.839, 51), + (17617144, 'Volcanic_Bomb', 9991, -247.832, 39.794, 81.815, 29), + (17617145, 'Ash_Lizard', 9963, -252.651, 40.613, 118.465, 108), + (17617146, 'Ash_Lizard', 9963, -248.300, 39.863, 120.906, 100), + (17617147, 'Ash_Dragon', 9962, -280.018, 39.995, 120.030, 121), + (17617148, 'Volcanic_Bomb', 9991, -286.018, 39.995, 124.030, 34), + (17617149, 'Volcanic_Bomb', 9991, -286.096, 39.958, 124.192, 127), + (17617150, 'Volcanic_Bomb', 9991, -276.073, 39.785, 123.248, 21), + (17617151, 'Volcanic_Bomb', 9991, -257.731, 41.556, 104.099, 23), + (17617152, 'Volcanic_Bomb', 9991, -339.842, 39.743, 142.112, 127), + (17617153, 'Volcanic_Bomb', 9991, -341.043, 38.824, 189.606, 127), + (17617154, 'Volcanic_Bomb', 9991, -342.528, 37.957, 211.550, 127), + (17617155, 'Volcanic_Bomb', 9991, -382.992, 27.940, 259.001, 105), + (17617156, 'Volcanic_Bomb', 9991, -21.588, 39.921, 62.884, 127), + (17617157, 'Mimic', 9983, 0.000, 0.000, 0.000, 0), + (17617158, 'Bomb_Queen', 9967, 14.682, 20.058, -104.121, 0), + (17617159, 'Bomb_Princess', 9966, 0.000, 0.000, 0.000, 0), + (17617160, 'Bomb_Prince', 9965, 0.000, 0.000, 0.000, 0), + (17617161, 'Bomb_Princess', 9966, 0.000, 0.000, 0.000, 0), + (17617162, 'Bomb_Prince', 9965, 0.000, 0.000, 0.000, 0), + (17617163, 'Bomb_Bastard', 9964, 0.000, 0.000, 0.000, 0), + (17617164, 'Tarasque', 9989, 0.000, 0.000, 0.000, 0), + (17617165, 'Cailleach_Bheur', 9968, 0.000, 0.000, 0.000, 0), + (17617166, 'Ildebrann', 9968, 0.000, 0.000, 0.000, 0), + (17617200, 'Kilhwch', 9979, 0.000, 0.000, 0.000, 0), + (17617202, 'Altar_of_Ashes', 9980, 0.000, 0.000, 0.000, 0), + (17617207, '', 0, 0.000, 0.000, 0.000, 0), + (17620993, 'Archlich_Taber_quoan', 10001, 0.081, -1.625, -12.371, 194), + (17620994, 'Ancient_Sorcerer', 9998, -16.322, -1.625, 9.607, 204), + (17620995, 'Ancient_Sorcerer', 9998, 17.085, -1.625, -9.633, 92), + (17620996, 'Ancient_Warrior', 9999, 26.304, 0.875, 76.151, 63), + (17620997, 'Ancient_Warrior', 9999, 26.256, 0.875, 62.866, 193), + (17620998, 'Ancient_Warrior', 9999, -26.202, 0.875, 62.874, 193), + (17620999, 'Ancient_Warrior', 9999, -26.267, 0.875, 77.125, 63), + (17621000, 'Archlich_Taber_quoan', 10001, 399.927, 198.375, -413.382, 0), + (17621001, 'Ancient_Sorcerer', 9998, 416.923, 198.375, -390.193, 0), + (17621002, 'Ancient_Sorcerer', 9998, 383.286, 198.375, -390.409, 0), + (17621003, 'Ancient_Warrior', 9999, 373.827, 200.875, -336.381, 0), + (17621004, 'Ancient_Warrior', 9999, 373.825, 200.875, -323.251, 0), + (17621005, 'Ancient_Warrior', 9999, 426.391, 200.875, -323.158, 0), + (17621006, 'Ancient_Warrior', 9999, 426.228, 200.875, -336.813, 0), + (17621007, 'Archlich_Taber_quoan', 10001, -399.908, -201.625, 386.934, 0), + (17621008, 'Ancient_Sorcerer', 9998, -416.616, -201.625, 409.581, 0), + (17621009, 'Ancient_Sorcerer', 9998, -382.831, -201.625, 409.757, 0), + (17621010, 'Ancient_Warrior', 9999, -426.327, -199.125, 463.157, 0), + (17621011, 'Ancient_Warrior', 9999, -426.188, -199.125, 476.989, 0), + (17621012, 'Ancient_Warrior', 9999, -373.796, -199.125, 476.857, 0), + (17621013, 'Ancient_Warrior', 9999, -373.951, -199.125, 463.279, 0), + (17621014, 'Warlord_Rojgnoj', 10049, 0.000, 0.000, 0.000, 0), + (17621015, 'Rojgnoj_s_Left_Hand', 10035, 0.000, 0.000, 0.000, 0), + (17621016, 'Rojgnoj_s_Right_Hand', 10036, 0.000, 0.000, 0.000, 0), + (17621017, 'Yukvok_of_Clan_Death', 10054, 0.000, 0.000, 0.000, 0), + (17621018, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621019, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621020, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621021, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621022, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621023, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621024, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621025, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621026, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621027, 'Death_Clan_Destroyer', 10010, 0.000, 0.000, 0.000, 0), + (17621028, 'Warlord_Rojgnoj', 10049, 0.000, 0.000, 0.000, 0), + (17621029, 'Rojgnoj_s_Left_Hand', 10035, 0.000, 0.000, 0.000, 0), + (17621030, 'Rojgnoj_s_Right_Hand', 10036, 0.000, 0.000, 0.000, 0), + (17621031, 'Yukvok_of_Clan_Death', 10054, 0.000, 0.000, 0.000, 0), + (17621032, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621033, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621034, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621035, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621036, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621037, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621038, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621039, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621040, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621041, 'Death_Clan_Destroyer', 10010, 0.000, 0.000, 0.000, 0), + (17621042, 'Warlord_Rojgnoj', 10049, 0.000, 0.000, 0.000, 0), + (17621043, 'Rojgnoj_s_Left_Hand', 10035, 0.000, 0.000, 0.000, 0), + (17621044, 'Rojgnoj_s_Right_Hand', 10036, 0.000, 0.000, 0.000, 0), + (17621045, 'Yukvok_of_Clan_Death', 10054, 0.000, 0.000, 0.000, 0), + (17621046, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621047, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621048, 'Vangknok_of_Clan_Death', 10047, 0.000, 0.000, 0.000, 0), + (17621049, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621050, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621051, 'Rallbrog_of_Clan_Death', 10034, 0.000, 0.000, 0.000, 0), + (17621052, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621053, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621054, 'Worgbut_of_Clan_Death', 10053, 0.000, 0.000, 0.000, 0), + (17621055, 'Death_Clan_Destroyer', 10010, 0.000, 0.000, 0.000, 0), + (17621056, 'Maat', 10026, -399.000, -201.000, 399.000, 190), + (17621057, 'Maat', 10026, -1.000, -1.000, -1.000, 190), + (17621058, 'Maat', 10026, 400.000, 198.000, -400.000, 190), + (17621059, 'Maat', 10026, -399.000, -201.000, 399.000, 190), + (17621060, 'Maat', 10026, -1.000, -1.000, -1.000, 190), + (17621061, 'Maat', 10026, 400.000, 198.000, -400.000, 190), + (17621062, 'Maat', 10026, -399.000, -201.000, 399.000, 190), + (17621063, 'Maat', 10026, -1.000, -1.000, -1.000, 190), + (17621064, 'Maat', 10026, 400.000, 198.000, -400.000, 190), + (17621065, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621066, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621067, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621069, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621070, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621071, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621073, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621074, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621075, 'Gladiatorial_Weapon', 10020, 0.000, 0.000, 0.000, 0), + (17621077, 'Capelthwaite', 10004, 0.000, 0.000, 0.000, 0), + (17621078, 'Freybug', 10017, 0.000, 0.000, 0.000, 0), + (17621079, 'Rongeur_D_os', 10037, 0.000, 0.000, 0.000, 0), + (17621080, 'Guytrash', 10021, 0.000, 0.000, 0.000, 0), + (17621082, 'Capelthwaite', 10004, 0.000, 0.000, 0.000, 0), + (17621083, 'Freybug', 10017, 0.000, 0.000, 0.000, 0), + (17621084, 'Rongeur_D_os', 10037, 0.000, 0.000, 0.000, 0), + (17621085, 'Guytrash', 10021, 0.000, 0.000, 0.000, 0), + (17621087, 'Capelthwaite', 10004, 0.000, 0.000, 0.000, 0), + (17621088, 'Freybug', 10017, 0.000, 0.000, 0.000, 0), + (17621089, 'Rongeur_D_os', 10037, 0.000, 0.000, 0.000, 0), + (17621090, 'Guytrash', 10021, 0.000, 0.000, 0.000, 0), + (17621092, 'Doll_Factory', 10012, 0.000, 0.000, 0.000, 0), + (17621093, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621094, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621095, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621096, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621097, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621099, 'Doll_Factory', 10012, 0.000, 0.000, 0.000, 0), + (17621100, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621101, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621102, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621103, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621104, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621106, 'Doll_Factory', 10012, 0.000, 0.000, 0.000, 0), + (17621107, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621108, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621109, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621110, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621111, 'Generic_Doll', 10018, 0.000, 0.000, 0.000, 0), + (17621113, 'Ghul-I-Beaban', 10019, 0.000, 0.000, 0.000, 0), + (17621114, 'Ghul-I-Beaban', 10019, 0.000, 0.000, 0.000, 0), + (17621116, 'Ghul-I-Beaban', 10019, 0.000, 0.000, 0.000, 0), + (17621117, 'Ghul-I-Beaban', 10019, 0.000, 0.000, 0.000, 0), + (17621119, 'Ghul-I-Beaban', 10019, 0.000, 0.000, 0.000, 0), + (17621120, 'Ghul-I-Beaban', 10019, 0.000, 0.000, 0.000, 0), + (17621122, 'Fire_Golem', 10015, 0.000, 0.000, 0.000, 0), + (17621123, 'Water_Golem', 10050, 0.000, 0.000, 0.000, 0), + (17621124, 'Wind_Golem', 10052, 0.000, 0.000, 0.000, 0), + (17621125, 'Earth_Golem', 10013, 0.000, 0.000, 0.000, 0), + (17621127, 'Fire_Golem', 10015, 0.000, 0.000, 0.000, 0), + (17621128, 'Water_Golem', 10050, 0.000, 0.000, 0.000, 0), + (17621129, 'Wind_Golem', 10052, 0.000, 0.000, 0.000, 0), + (17621130, 'Earth_Golem', 10013, 0.000, 0.000, 0.000, 0), + (17621132, 'Fire_Golem', 10015, 0.000, 0.000, 0.000, 0), + (17621133, 'Water_Golem', 10050, 0.000, 0.000, 0.000, 0), + (17621134, 'Wind_Golem', 10052, 0.000, 0.000, 0.000, 0), + (17621135, 'Earth_Golem', 10013, 0.000, 0.000, 0.000, 0), + (17621137, 'Nephiyl_Rampartbreacher', 10032, 0.000, 0.000, 0.000, 0), + (17621138, 'Nephiyl_Keepcollapser', 10029, 0.000, 0.000, 0.000, 0), + (17621139, 'Nephiyl_Moatfiller', 10030, 0.000, 0.000, 0.000, 0), + (17621140, 'Nephiyl_Pinnacletosser', 10031, 0.000, 0.000, 0.000, 0), + (17621142, 'Nephiyl_Rampartbreacher', 10032, 0.000, 0.000, 0.000, 0), + (17621143, 'Nephiyl_Keepcollapser', 10029, 0.000, 0.000, 0.000, 0), + (17621144, 'Nephiyl_Moatfiller', 10030, 0.000, 0.000, 0.000, 0), + (17621145, 'Nephiyl_Pinnacletosser', 10031, 0.000, 0.000, 0.000, 0), + (17621147, 'Nephiyl_Rampartbreacher', 10032, 0.000, 0.000, 0.000, 0), + (17621148, 'Nephiyl_Keepcollapser', 10029, 0.000, 0.000, 0.000, 0), + (17621149, 'Nephiyl_Moatfiller', 10030, 0.000, 0.000, 0.000, 0), + (17621150, 'Nephiyl_Pinnacletosser', 10031, 0.000, 0.000, 0.000, 0), + (17621152, 'Vaicoliaux_B_D_Aurphe', 10046, 0.000, 0.000, 0.000, 0), + (17621153, 'Maldaramet_B_D_Aurphe', 10027, 0.000, 0.000, 0.000, 0), + (17621154, 'Disfaurit_B_D_Aurphe', 10011, 0.000, 0.000, 0.000, 0), + (17621155, 'Jeumouque_B_D_Aurphe', 10024, 0.000, 0.000, 0.000, 0), + (17621157, 'Vaicoliaux_B_D_Aurphe', 10046, 0.000, 0.000, 0.000, 0), + (17621158, 'Maldaramet_B_D_Aurphe', 10027, 0.000, 0.000, 0.000, 0), + (17621159, 'Disfaurit_B_D_Aurphe', 10011, 0.000, 0.000, 0.000, 0), + (17621160, 'Jeumouque_B_D_Aurphe', 10024, 0.000, 0.000, 0.000, 0), + (17621162, 'Vaicoliaux_B_D_Aurphe', 10046, 0.000, 0.000, 0.000, 0), + (17621163, 'Maldaramet_B_D_Aurphe', 10027, 0.000, 0.000, 0.000, 0), + (17621164, 'Disfaurit_B_D_Aurphe', 10011, 0.000, 0.000, 0.000, 0), + (17621165, 'Jeumouque_B_D_Aurphe', 10024, 0.000, 0.000, 0.000, 0), + (17621167, 'Chahnameed_s_Stomach', 10008, 0.000, 0.000, 0.000, 0), + (17621168, 'Chahnameed_s_Intestines', 10006, 0.000, 0.000, 0.000, 0), + (17621169, 'Chahnameed_s_Liver', 10007, 0.000, 0.000, 0.000, 0), + (17621170, 'Chahnameed', 10005, 0.000, 0.000, 0.000, 0), + (17621172, 'Chahnameed_s_Stomach', 10008, 0.000, 0.000, 0.000, 0), + (17621173, 'Chahnameed_s_Intestines', 10006, 0.000, 0.000, 0.000, 0), + (17621174, 'Chahnameed_s_Liver', 10007, 0.000, 0.000, 0.000, 0), + (17621175, 'Chahnameed', 10005, 0.000, 0.000, 0.000, 0), + (17621177, 'Chahnameed_s_Stomach', 10008, 0.000, 0.000, 0.000, 0), + (17621178, 'Chahnameed_s_Intestines', 10006, 0.000, 0.000, 0.000, 0), + (17621179, 'Chahnameed_s_Liver', 10007, 0.000, 0.000, 0.000, 0), + (17621180, 'Chahnameed', 10005, 0.000, 0.000, 0.000, 0), + (17621182, 'Annihilated_Anthony', 10000, 0.000, 0.000, 0.000, 0), + (17621183, 'Shredded_Samson', 10042, 0.000, 0.000, 0.000, 0), + (17621184, 'Mauled_Murdock', 10028, 0.000, 0.000, 0.000, 0), + (17621185, 'Punctured_Percy', 10033, 0.000, 0.000, 0.000, 0), + (17621187, 'Annihilated_Anthony', 10000, 0.000, 0.000, 0.000, 0), + (17621188, 'Shredded_Samson', 10042, 0.000, 0.000, 0.000, 0), + (17621189, 'Mauled_Murdock', 10028, 0.000, 0.000, 0.000, 0), + (17621190, 'Punctured_Percy', 10033, 0.000, 0.000, 0.000, 0), + (17621192, 'Annihilated_Anthony', 10000, 0.000, 0.000, 0.000, 0), + (17621193, 'Shredded_Samson', 10042, 0.000, 0.000, 0.000, 0), + (17621194, 'Mauled_Murdock', 10028, 0.000, 0.000, 0.000, 0), + (17621195, 'Punctured_Percy', 10033, 0.000, 0.000, 0.000, 0), + (17621197, 'Anansi', 9997, 0.000, 0.000, 0.000, 0), + (17621199, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621200, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621201, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621202, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621203, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621204, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621205, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621206, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621207, 'Anansi', 9997, 0.000, 0.000, 0.000, 0), + (17621209, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621210, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621211, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621212, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621213, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621214, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621215, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621216, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621217, 'Anansi', 9997, 0.000, 0.000, 0.000, 0), + (17621219, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621220, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621221, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621222, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621223, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621224, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621225, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621226, 'Son_of_Anansi', 10043, 0.000, 0.000, 0.000, 0), + (17621227, 'Fire_Pot', 10016, 0.000, 0.000, 0.000, 0), + (17621228, 'Ice_Pot', 10023, 0.000, 0.000, 0.000, 0), + (17621229, 'Air_Pot', 9996, 0.000, 0.000, 0.000, 0), + (17621230, 'Earth_Pot', 10014, 0.000, 0.000, 0.000, 0), + (17621231, 'Thunder_Pot', 10044, 0.000, 0.000, 0.000, 0), + (17621232, 'Water_Pot', 10051, 0.000, 0.000, 0.000, 0), + (17621234, 'Fire_Pot', 10016, 0.000, 0.000, 0.000, 0), + (17621235, 'Ice_Pot', 10023, 0.000, 0.000, 0.000, 0), + (17621236, 'Air_Pot', 9996, 0.000, 0.000, 0.000, 0), + (17621237, 'Earth_Pot', 10014, 0.000, 0.000, 0.000, 0), + (17621238, 'Thunder_Pot', 10044, 0.000, 0.000, 0.000, 0), + (17621239, 'Water_Pot', 10051, 0.000, 0.000, 0.000, 0), + (17621241, 'Fire_Pot', 10016, 0.000, 0.000, 0.000, 0), + (17621242, 'Ice_Pot', 10023, 0.000, 0.000, 0.000, 0), + (17621243, 'Air_Pot', 9996, 0.000, 0.000, 0.000, 0), + (17621244, 'Earth_Pot', 10014, 0.000, 0.000, 0.000, 0), + (17621245, 'Thunder_Pot', 10044, 0.000, 0.000, 0.000, 0), + (17621246, 'Water_Pot', 10051, 0.000, 0.000, 0.000, 0), + (17621248, 'Beelzebub', 10003, 0.000, 0.000, 0.000, 0), + (17621249, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621250, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621251, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621252, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621253, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621254, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621255, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621256, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621258, 'Beelzebub', 10003, 0.000, 0.000, 0.000, 0), + (17621259, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621260, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621261, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621262, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621263, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621264, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621265, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621266, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621268, 'Beelzebub', 10003, 0.000, 0.000, 0.000, 0), + (17621269, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621270, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621271, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621272, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621273, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621274, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621275, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621276, 'Hell_Fly', 10022, 0.000, 0.000, 0.000, 0), + (17621278, 'Vassago', 10048, 0.000, 0.000, 0.000, 0), + (17621279, 'Vassago', 10048, 0.000, 0.000, 0.000, 0), + (17621280, 'Vassago', 10048, 0.000, 0.000, 0.000, 0), + (17621281, 'Laila', 10025, 0.000, 0.000, 0.000, 0), + (17621282, 'Laila', 10025, 0.000, 0.000, 0.000, 0), + (17621283, 'Laila', 10025, 0.000, 0.000, 0.000, 0), + (17621284, 'Adam', 9995, 0.000, 0.000, 0.000, 0), + (17621285, 'Crabshaw', 10009, 0.000, 0.000, 0.000, 0), + (17621286, 'Adam', 9995, 0.000, 0.000, 0.000, 0), + (17621287, 'Crabshaw', 10009, 0.000, 0.000, 0.000, 0), + (17621288, 'Adam', 9995, 0.000, 0.000, 0.000, 0), + (17621289, 'Crabshaw', 10009, 0.000, 0.000, 0.000, 0), + (17621290, 'Seed_Orc', 10039, 0.000, 0.000, 0.000, 0), + (17621291, 'Seed_Quadav', 10040, 0.000, 0.000, 0.000, 0), + (17621292, 'Seed_Yagudo', 10041, 0.000, 0.000, 0.000, 0), + (17621293, 'Seed_Goblin', 10038, 0.000, 0.000, 0.000, 0), + (17621294, 'Seed_Orc', 10039, 0.000, 0.000, 0.000, 0), + (17621295, 'Seed_Quadav', 10040, 0.000, 0.000, 0.000, 0), + (17621296, 'Seed_Yagudo', 10041, 0.000, 0.000, 0.000, 0), + (17621297, 'Seed_Goblin', 10038, 0.000, 0.000, 0.000, 0), + (17621298, 'Seed_Orc', 10039, 0.000, 0.000, 0.000, 0), + (17621299, 'Seed_Quadav', 10040, 0.000, 0.000, 0.000, 0), + (17621300, 'Seed_Yagudo', 10041, 0.000, 0.000, 0.000, 0), + (17621301, 'Seed_Goblin', 10038, 0.000, 0.000, 0.000, 0), + (17629185, 'Valor', 10096, 0.000, 0.000, 0.000, 0), + (17629186, 'Honor', 10080, 0.000, 0.000, 0.000, 0), + (17629187, 'Centurio_IV-VII', 10073, 0.000, 0.000, 0.000, 0), + (17629188, 'Triarius_IV-XIV', 10093, 0.000, 0.000, 0.000, 0), + (17629189, 'Princeps_IV-XLV', 10083, 0.000, 0.000, 0.000, 0), + (17629190, 'Mimic', 10081, 0.000, 0.000, 0.000, 0), + (17629191, 'Sand_Spider', 10090, 939.385, -8.785, -302.224, 127), + (17629192, 'Sand_Spider', 10090, 895.545, -8.312, -296.011, 127), + (17629193, 'Sand_Spider', 10090, 862.492, -8.314, -340.744, 36), + (17629194, 'Helm_Beetle', 10079, 862.099, -8.566, -303.963, 127), + (17629195, 'Helm_Beetle', 10079, 878.853, -8.311, -296.485, 127), + (17629196, 'Sand_Spider', 10090, 858.844, -8.244, -355.697, 127), + (17629197, 'Sand_Spider', 10090, 820.304, -8.243, -409.973, 106), + (17629198, 'Sand_Spider', 10090, 856.258, -8.333, -379.770, 127), + (17629199, 'Helm_Beetle', 10079, 855.000, -8.000, -330.000, 63), + (17629200, 'Helm_Beetle', 10079, 826.000, -8.243, -382.000, 99), + (17629201, 'Sand_Spider', 10090, 840.853, -8.243, -417.754, 127), + (17629202, 'Helm_Beetle', 10079, 826.309, -8.243, -428.021, 4), + (17629203, 'Antican_Hastatus', 10062, 844.359, -8.258, -418.008, 127), + (17629204, 'Antican_Princeps', 10067, 835.177, -8.246, -444.737, 124), + (17629205, 'Antican_Signifer', 10070, 835.000, -8.244, -385.000, 127), + (17629206, 'Sand_Eater', 10088, 828.146, -5.599, -458.059, 123), + (17629207, 'Sand_Eater', 10088, 800.873, 0.572, -461.734, 0), + (17629208, 'Sand_Eater', 10088, 791.115, -0.040, -465.715, 13), + (17629209, 'Antican_Hastatus', 10062, 782.000, 1.000, -462.000, 127), + (17629210, 'Antican_Princeps', 10067, 754.155, 0.405, -461.555, 127), + (17629211, 'Antican_Signifer', 10070, 766.760, 0.729, -460.304, 127), + (17629212, 'Antican_Hastatus', 10062, 714.192, -0.340, -416.910, 127), + (17629213, 'Antican_Princeps', 10067, 671.000, -0.236, -418.000, 94), + (17629214, 'Antican_Signifer', 10070, 740.920, -0.333, -419.052, 35), + (17629215, 'Helm_Beetle', 10079, 696.363, -0.311, -424.149, 5), + (17629216, 'Helm_Beetle', 10079, 744.240, -0.303, -417.043, 127), + (17629217, 'Helm_Beetle', 10079, 768.221, -0.677, -419.689, 0), + (17629218, 'Antican_Princeps', 10067, 701.360, -0.474, -442.031, 127), + (17629219, 'Helm_Beetle', 10079, 635.025, -0.803, -419.127, 127), + (17629220, 'Helm_Beetle', 10079, 660.000, -4.000, -380.000, 127), + (17629221, 'Helm_Beetle', 10079, 635.213, -8.500, -378.810, 125), + (17629222, 'Sand_Spider', 10090, 829.455, 0.462, -499.682, 25), + (17629223, 'Sand_Eater', 10088, 863.115, 0.430, -488.201, 127), + (17629224, 'Sand_Eater', 10088, 848.000, 0.420, -498.000, 30), + (17629225, 'Antican_Hastatus', 10062, 841.000, 1.010, -499.000, 127), + (17629226, 'Antican_Princeps', 10067, 823.355, 0.631, -502.165, 86), + (17629227, 'Antican_Signifer', 10070, 859.669, 0.213, -475.005, 127), + (17629228, 'Sand_Spider', 10090, 794.682, 0.780, -545.765, 127), + (17629229, 'Sand_Eater', 10088, 818.000, 1.000, -521.000, 121), + (17629230, 'Antican_Hastatus', 10062, 810.547, 1.096, -553.264, 127), + (17629231, 'Antican_Princeps', 10067, 784.003, 1.522, -573.316, 127), + (17629232, 'Antican_Signifer', 10070, 802.116, 1.553, -561.101, 119), + (17629233, 'Sand_Spider', 10090, 758.430, 1.701, -569.807, 127), + (17629234, 'Sand_Eater', 10088, 744.061, 1.100, -564.481, 127), + (17629235, 'Antican_Hastatus', 10062, 749.153, 1.149, -550.129, 127), + (17629236, 'Antican_Princeps', 10067, 763.763, 1.698, -563.585, 127), + (17629237, 'Antican_Signifer', 10070, 773.581, 1.576, -568.904, 61), + (17629238, 'Centurio_X-I', 10074, 746.000, 2.000, -567.000, 127), + (17629239, 'Sand_Spider', 10090, 726.073, 0.260, -542.381, 75), + (17629240, 'Antican_Hastatus', 10062, 684.840, -0.459, -557.011, 101), + (17629241, 'Antican_Princeps', 10067, 699.034, -0.816, -551.079, 127), + (17629242, 'Antican_Signifer', 10070, 691.290, -0.563, -548.361, 27), + (17629243, 'Antican_Hastatus', 10062, 669.187, -0.465, -555.607, 70), + (17629244, 'Antican_Princeps', 10067, 686.369, -0.456, -550.747, 127), + (17629245, 'Sand_Spider', 10090, 694.936, -0.489, -557.194, 127), + (17629246, 'Sand_Eater', 10088, 674.982, 2.683, -577.115, 127), + (17629247, 'Sand_Spider', 10090, 597.529, 8.720, -542.094, 5), + (17629248, 'Sand_Spider', 10090, 621.082, 8.718, -562.075, 127), + (17629249, 'Sand_Spider', 10090, 635.709, 8.269, -582.331, 61), + (17629250, 'Sand_Eater', 10088, 621.000, 9.000, -549.000, 52), + (17629251, 'Sand_Eater', 10088, 624.000, 9.000, -580.000, 127), + (17629252, 'Antican_Hastatus', 10062, 694.470, 9.189, -622.438, 73), + (17629253, 'Antican_Princeps', 10067, 685.199, 8.996, -619.940, 125), + (17629254, 'Antican_Signifer', 10070, 659.323, -3.607, -651.918, 91), + (17629257, 'Sand_Eater', 10088, 702.304, 8.800, -611.370, 127), + (17629258, 'Antican_Hastatus', 10062, 605.201, -6.379, -675.614, 127), + (17629259, 'Antican_Princeps', 10067, 593.132, -6.507, -667.235, 77), + (17629260, 'Antican_Signifer', 10070, 605.950, -6.668, -689.637, 107), + (17629263, 'Sand_Eater', 10088, 590.627, -6.529, -688.632, 127), + (17629267, 'Sand_Eater', 10088, 544.470, -11.304, -701.562, 127), + (17629268, 'Sand_Eater', 10088, 779.000, 0.353, -613.000, 76), + (17629269, 'Sand_Eater', 10088, 798.469, 0.297, -623.418, 114), + (17629270, 'Antican_Hastatus', 10062, 816.599, -0.308, -675.139, 127), + (17629271, 'Antican_Princeps', 10067, 816.347, -0.309, -698.611, 119), + (17629272, 'Antican_Signifer', 10070, 817.223, -0.294, -651.321, 127), + (17629273, 'Antican_Princeps', 10067, 822.000, -0.495, -666.000, 7), + (17629274, 'Antican_Signifer', 10070, 823.292, -0.500, -687.831, 38), + (17629275, 'Sand_Spider', 10090, 820.871, -1.196, -595.130, 127), + (17629276, 'Antican_Hastatus', 10062, 851.024, 0.472, -616.822, 123), + (17629277, 'Antican_Signifer', 10070, 856.777, 0.923, -625.639, 127), + (17629278, 'Sand_Eater', 10088, 848.629, 0.494, -623.347, 32), + (17629279, 'Antican_Hastatus', 10062, 864.832, 0.272, -669.787, 127), + (17629280, 'Antican_Princeps', 10067, 856.187, 1.120, -657.310, 11), + (17629281, 'Antican_Praefectus', 10065, 869.240, 1.045, -655.214, 102), + (17629282, 'Sand_Eater', 10088, 845.790, 0.446, -657.654, 127), + (17629283, 'Antican_Hastatus', 10062, 854.856, 0.625, -704.626, 7), + (17629284, 'Antican_Princeps', 10067, 837.636, 0.336, -699.673, 120), + (17629285, 'Antican_Signifer', 10070, 859.393, 1.324, -700.998, 125), + (17629286, 'Sand_Eater', 10088, 864.252, 0.473, -689.710, 127), + (17629287, 'Antican_Hastatus', 10062, 796.562, 0.059, -660.970, 5), + (17629288, 'Antican_Signifer', 10070, 789.407, -0.243, -664.033, 127), + (17629289, 'Sand_Eater', 10088, 777.764, 0.078, -649.239, 127), + (17629290, 'Antican_Hastatus', 10062, 772.800, 0.898, -703.153, 127), + (17629291, 'Antican_Princeps', 10067, 797.255, 0.171, -697.342, 127), + (17629292, 'Sand_Eater', 10088, 778.953, 1.261, -702.644, 121), + (17629293, 'Sand_Eater', 10088, 815.635, 2.774, -729.980, 127), + (17629294, 'Helm_Beetle', 10079, 689.112, -19.977, -739.351, 127), + (17629295, 'Antican_Hastatus', 10062, 618.951, -16.794, -764.071, 127), + (17629296, 'Antican_Princeps', 10067, 641.000, -16.786, -774.000, 127), + (17629297, 'Antican_Signifer', 10070, 657.000, -16.770, -756.000, 127), + (17629298, 'Antican_Hastatus', 10062, 626.061, -16.773, -742.354, 127), + (17629299, 'Antican_Signifer', 10070, 636.565, -16.770, -741.154, 127), + (17629300, 'Helm_Beetle', 10079, 658.435, -16.770, -771.204, 60), + (17629301, 'Sagittarius_X-XIII', 10086, 624.000, -16.500, -775.000, 127), + (17629302, 'Helm_Beetle', 10079, 659.372, -16.582, -798.875, 127), + (17629303, 'Antican_Hastatus', 10062, 771.067, -16.281, -821.200, 127), + (17629304, 'Antican_Princeps', 10067, 734.575, -16.291, -824.047, 37), + (17629305, 'Antican_Signifer', 10070, 696.879, -16.306, -822.760, 74), + (17629306, 'Antican_Hastatus', 10062, 748.837, -16.466, -825.250, 1), + (17629307, 'Antican_Princeps', 10067, 770.906, -16.321, -817.823, 127), + (17629308, 'Antican_Signifer', 10070, 671.000, -16.313, -819.000, 127), + (17629309, 'Helm_Beetle', 10079, 690.591, -16.310, -818.376, 127), + (17629310, 'Antican_Signifer', 10070, 638.697, -16.774, -820.689, 0), + (17629311, 'Antican_Princeps', 10067, 741.730, -17.135, -793.624, 127), + (17629315, 'Antican_Hastatus', 10062, 785.390, -15.496, -774.523, 74), + (17629316, 'Antican_Princeps', 10067, 789.937, -15.827, -775.943, 74), + (17629317, 'Antican_Signifer', 10070, 801.494, -14.022, -746.864, 127), + (17629318, 'Antican_Hastatus', 10062, 793.705, -14.623, -764.716, 127), + (17629319, 'Antican_Princeps', 10067, 789.963, -14.918, -749.028, 127), + (17629320, 'Helm_Beetle', 10079, 599.440, -17.030, -738.592, 126), + (17629321, 'Antican_Hastatus', 10062, 526.102, -16.377, -741.960, 9), + (17629322, 'Antican_Princeps', 10067, 471.751, -16.281, -735.965, 127), + (17629323, 'Antican_Signifer', 10070, 517.549, -16.362, -735.959, 127), + (17629324, 'Antican_Hastatus', 10062, 463.753, -16.368, -738.934, 68), + (17629325, 'Antican_Princeps', 10067, 539.537, -16.365, -739.406, 102), + (17629326, 'Antican_Signifer', 10070, 495.524, -16.389, -735.728, 127), + (17629327, 'Helm_Beetle', 10079, 502.480, -16.375, -742.219, 58), + (17629328, 'Antican_Signifer', 10070, 538.443, -16.794, -763.156, 127), + (17629329, 'Antican_Princeps', 10067, 434.647, -17.071, -740.283, 0), + (17629330, 'Helm_Beetle', 10079, 458.348, -15.786, -759.040, 127), + (17629331, 'Helm_Beetle', 10079, 476.665, -14.930, -784.702, 0), + (17629332, 'Antican_Hastatus', 10062, 468.000, -14.000, -788.000, 127), + (17629333, 'Antican_Princeps', 10067, 477.000, -14.000, -812.000, 127), + (17629334, 'Antican_Signifer', 10070, 491.770, -14.510, -794.003, 127), + (17629335, 'Antican_Hastatus', 10062, 474.000, -13.000, -802.000, 120), + (17629336, 'Antican_Signifer', 10070, 493.991, -14.705, -799.610, 127), + (17629337, 'Antican_Hastatus', 10062, 481.283, 0.248, -863.329, 127), + (17629338, 'Antican_Princeps', 10067, 500.361, 0.442, -843.281, 58), + (17629339, 'Antican_Signifer', 10070, 458.000, 1.000, -879.000, 2), + (17629342, 'Sand_Eater', 10088, 476.102, 0.438, -862.427, 127), + (17629344, 'Sand_Eater', 10088, 455.674, 0.640, -863.175, 40), + (17629346, 'Sand_Eater', 10088, 462.791, 0.237, -895.581, 127), + (17629349, 'Sand_Eater', 10088, 521.983, 16.125, -941.631, 123), + (17629350, 'Antican_Hastatus', 10062, 545.164, 17.626, -936.259, 127), + (17629351, 'Antican_Princeps', 10067, 560.492, 17.387, -935.749, 122), + (17629352, 'Antican_Signifer', 10070, 559.615, 17.705, -940.331, 1), + (17629355, 'Sand_Eater', 10088, 561.188, 17.709, -941.526, 127), + (17629356, 'Helm_Beetle', 10079, 140.000, -8.465, -180.000, 127), + (17629357, 'Helm_Beetle', 10079, 128.943, -3.264, -139.320, 127), + (17629358, 'Helm_Beetle', 10079, 139.000, -4.530, -140.018, 127), + (17629359, 'Antican_Hastatus', 10062, 67.001, -0.183, -111.719, 46), + (17629360, 'Antican_Princeps', 10067, 62.000, -0.269, -137.000, 127), + (17629361, 'Antican_Signifer', 10070, 91.659, -0.318, -104.664, 127), + (17629362, 'Antican_Hastatus', 10062, 98.012, -0.187, -127.086, 127), + (17629363, 'Antican_Princeps', 10067, 26.909, -0.370, -111.065, 127), + (17629364, 'Antican_Signifer', 10070, 44.000, -0.198, -107.000, 127), + (17629365, 'Helm_Beetle', 10079, 75.782, -0.182, -133.419, 127), + (17629366, 'Antican_Hastatus', 10062, 9.228, -0.140, -109.471, 127), + (17629367, 'Antican_Princeps', 10067, 3.906, -0.214, -149.905, 36), + (17629368, 'Antican_Signifer', 10070, 19.588, -0.230, -159.924, 127), + (17629369, 'Antican_Hastatus', 10062, -18.703, -0.141, -116.004, 89), + (17629370, 'Antican_Princeps', 10067, 13.054, -0.140, -127.584, 125), + (17629371, 'Antican_Signifer', 10070, -8.967, -0.146, -109.180, 125), + (17629372, 'Helm_Beetle', 10079, -18.656, -0.215, -147.475, 66), + (17629373, 'Sand_Lizard', 10089, 1.000, -0.194, -136.000, 127), + (17629374, 'Antican_Hastatus', 10062, 14.769, -0.609, -34.873, 125), + (17629375, 'Antican_Princeps', 10067, 4.298, -0.500, -21.974, 127), + (17629376, 'Antican_Signifer', 10070, 13.362, -0.635, -54.434, 127), + (17629377, 'Antican_Princeps', 10067, 0.445, -0.580, -60.075, 127), + (17629378, 'Antican_Signifer', 10070, -8.788, -0.615, -32.283, 115), + (17629379, 'Helm_Beetle', 10079, -17.900, -0.607, -45.412, 127), + (17629380, 'Sand_Lizard', 10089, 7.208, -0.607, -19.124, 127), + (17629381, 'Antican_Hastatus', 10062, -2.843, -0.230, -176.409, 66), + (17629382, 'Antican_Princeps', 10067, 20.112, -0.230, -192.478, 53), + (17629383, 'Antican_Signifer', 10070, 12.329, -0.260, -172.469, 127), + (17629384, 'Antican_Princeps', 10067, 18.449, -0.318, -209.322, 20), + (17629385, 'Antican_Signifer', 10070, -20.013, -0.432, -188.390, 127), + (17629387, 'Sand_Lizard', 10089, 34.189, -0.670, -18.746, 127), + (17629388, 'Antican_Hastatus', 10062, 96.000, -0.204, -22.000, 127), + (17629389, 'Antican_Princeps', 10067, 80.647, -0.193, -15.392, 127), + (17629390, 'Antican_Signifer', 10070, 111.761, -0.203, -16.203, 127), + (17629391, 'Antican_Hastatus', 10062, 63.000, -0.215, -22.000, 127), + (17629392, 'Antican_Princeps', 10067, 193.000, 1.000, 15.000, 127), + (17629393, 'Antican_Signifer', 10070, 136.322, -0.173, -23.657, 117), + (17629394, 'Sand_Lizard', 10089, 62.393, -0.173, -18.184, 127), + (17629395, 'Sand_Lizard', 10089, 150.054, 0.298, 19.067, 127), + (17629396, 'Sand_Lizard', 10089, 189.000, 2.000, 4.000, 127), + (17629397, 'Sand_Lizard', 10089, 200.000, 2.000, -4.000, 64), + (17629398, 'Antican_Hastatus', 10062, 211.000, 2.000, -0.500, 127), + (17629399, 'Antican_Princeps', 10067, 192.640, 1.541, -1.346, 127), + (17629400, 'Antican_Signifer', 10070, 202.477, 1.398, 7.968, 127), + (17629401, 'Antican_Hastatus', 10062, 183.639, 0.774, 2.511, 127), + (17629402, 'Antican_Signifer', 10070, 200.211, 1.131, -15.712, 99), + (17629403, 'Nussknacker', 10082, 195.000, 1.000, 5.000, 127), + (17629404, 'Sand_Eater', 10088, 308.322, 0.678, 17.829, 127), + (17629405, 'Sand_Eater', 10088, 271.464, 1.585, 19.790, 127), + (17629408, 'Sand_Lizard', 10089, -36.531, -0.409, -60.063, 126), + (17629409, 'Antican_Hastatus', 10062, -90.010, -0.567, -29.424, 127), + (17629410, 'Antican_Princeps', 10067, -73.523, -0.500, -41.681, 127), + (17629411, 'Antican_Signifer', 10070, -84.865, -0.428, -43.475, 127), + (17629412, 'Antican_Magister', 10064, -77.000, -0.500, -56.000, 127), + (17629413, 'Sand_Lizard', 10089, -89.033, -0.574, -49.804, 120), + (17629414, 'Sand_Lizard', 10089, -76.697, -0.407, -28.568, 127), + (17629415, 'Sand_Lizard', 10089, -73.936, -0.444, -27.393, 73), + (17629416, 'Antican_Princeps', 10067, -43.556, -0.926, -138.569, 0), + (17629417, 'Helm_Beetle', 10079, 36.273, -0.240, -178.437, 127), + (17629418, 'Antican_Hastatus', 10062, 84.296, -0.295, -209.098, 87), + (17629419, 'Antican_Princeps', 10067, 73.919, -0.240, -201.451, 38), + (17629420, 'Antican_Signifer', 10070, 89.575, -0.299, -196.206, 127), + (17629421, 'Antican_Proconsul', 10068, 76.000, -0.600, -194.000, 127), + (17629422, 'Helm_Beetle', 10079, 66.932, -0.252, -197.068, 127), + (17629423, 'Helm_Beetle', 10079, 90.213, -0.297, -197.465, 127), + (17629424, 'Helm_Beetle', 10079, 74.090, -0.241, -210.722, 53), + (17629425, 'Antican_Hastatus', 10062, -114.821, -0.272, -223.974, 6), + (17629426, 'Antican_Princeps', 10067, -138.969, -0.263, -216.730, 127), + (17629427, 'Antican_Signifer', 10070, -77.365, -0.252, -221.736, 25), + (17629428, 'Antican_Princeps', 10067, -89.338, -0.295, -223.608, 56), + (17629429, 'Antican_Signifer', 10070, -57.035, -0.251, -223.260, 59), + (17629430, 'Diamond_Daig', 10075, -81.000, -0.500, -217.000, 127), + (17629431, 'Antican_Hastatus', 10062, -56.268, 1.134, -184.020, 127), + (17629432, 'Antican_Signifer', 10070, -51.980, 0.216, -187.433, 69), + (17629433, 'Helm_Beetle', 10079, -64.478, 1.344, -179.473, 106), + (17629434, 'Antican_Princeps', 10067, -61.526, 0.526, -249.894, 127), + (17629435, 'Antican_Signifer', 10070, -60.173, 1.007, -268.644, 127), + (17629436, 'Helm_Beetle', 10079, -69.158, -0.286, -223.889, 127), + (17629437, 'Antican_Hastatus', 10062, -91.584, 0.167, -171.865, 4), + (17629438, 'Antican_Princeps', 10067, -104.196, 1.317, -186.740, 76), + (17629439, 'Helm_Beetle', 10079, -95.632, -0.500, -214.732, 51), + (17629440, 'Antican_Hastatus', 10062, -96.292, 1.168, -265.018, 127), + (17629441, 'Antican_Signifer', 10070, -94.136, 0.817, -265.075, 127), + (17629442, 'Helm_Beetle', 10079, 0.000, 0.000, 0.000, 0), + (17629443, 'Antican_Princeps', 10067, -138.574, 0.161, -200.910, 62), + (17629444, 'Antican_Princeps', 10067, -130.062, 0.335, -260.830, 56), + (17629445, 'Antican_Princeps', 10067, -141.169, 1.133, -252.699, 127), + (17629446, 'Helm_Beetle', 10079, 0.000, 0.000, 0.000, 0), + (17629447, 'Helm_Beetle', 10079, -163.159, -0.681, -218.455, 1), + (17629448, 'Antican_Hastatus', 10062, -164.000, 16.000, -181.000, 67), + (17629449, 'Antican_Princeps', 10067, -181.485, 8.405, -160.682, 99), + (17629450, 'Sand_Eater', 10088, -180.601, 9.447, -166.662, 127), + (17629452, 'Antican_Hastatus', 10062, -214.000, 9.000, -117.000, 127), + (17629453, 'Antican_Princeps', 10067, -203.542, 9.694, -128.228, 127), + (17629454, 'Antican_Signifer', 10070, -195.642, 9.477, -109.776, 82), + (17629455, 'Sand_Eater', 10088, -191.667, 8.301, -133.642, 74), + (17629458, 'Sand_Eater', 10088, -262.550, -7.116, -74.393, 51), + (17629461, 'Sand_Eater', 10088, -300.378, -7.738, -111.882, 6), + (17629462, 'Sand_Lizard', 10089, -740.514, -7.185, -567.286, 60), + (17629463, 'Sand_Lizard', 10089, -783.828, -0.620, -543.411, 75), + (17629464, 'Sand_Lizard', 10089, -777.354, -0.355, -539.346, 127), + (17629465, 'Antican_Triarius', 10071, -776.107, -0.284, -479.755, 50), + (17629466, 'Antican_Antesignanus', 10060, -764.415, -0.443, -464.398, 9), + (17629467, 'Antican_Quaestor', 10069, -779.000, -0.167, -514.000, 72), + (17629468, 'Sand_Lizard', 10089, -767.383, -0.409, -463.025, 54), + (17629469, 'Antican_Triarius', 10071, -703.118, -0.514, -463.110, 53), + (17629470, 'Antican_Aedilis', 10059, -741.000, -0.520, -462.000, 62), + (17629471, 'Antican_Quaestor', 10069, -695.915, -0.515, -456.078, 91), + (17629472, 'Sand_Lizard', 10089, -694.778, -0.515, -454.188, 54), + (17629473, 'Antican_Triarius', 10071, -701.410, -0.700, -392.659, 127), + (17629474, 'Antican_Antesignanus', 10060, -700.551, -0.500, -399.747, 127), + (17629475, 'Antican_Aedilis', 10059, -700.000, -0.710, -436.000, 127), + (17629476, 'Antican_Quaestor', 10069, -701.186, -0.715, -382.428, 121), + (17629477, 'Sand_Lizard', 10089, -701.676, -0.739, -421.499, 100), + (17629478, 'Sand_Lizard', 10089, -678.511, -0.239, -418.562, 127), + (17629479, 'Antican_Triarius', 10071, -579.159, -0.319, -394.261, 127), + (17629480, 'Antican_Aedilis', 10059, -606.985, -0.686, -380.910, 92), + (17629481, 'Antican_Antesignanus', 10060, -652.994, -0.517, -379.169, 127), + (17629482, 'Antican_Quaestor', 10069, -599.336, -0.304, -462.077, 119), + (17629483, 'Antican_Tribunus', 10072, -582.000, -0.500, -412.000, 127), + (17629484, 'Girtab', 10076, -578.666, -0.427, -438.065, 8), + (17629485, 'Girtab', 10076, -602.709, -0.284, -461.465, 32), + (17629486, 'Girtab', 10076, -665.522, -0.675, -397.934, 68), + (17629487, 'Antican_Triarius', 10071, -641.175, -0.794, -381.075, 71), + (17629488, 'Antican_Aedilis', 10059, -645.434, -0.831, -383.598, 4), + (17629489, 'Antican_Triarius', 10071, -658.462, -0.595, -393.404, 127), + (17629490, 'Sand_Lizard', 10089, -637.120, -0.678, -383.624, 119), + (17629491, 'Antican_Antesignanus', 10060, -659.345, -0.303, -457.124, 127), + (17629492, 'Antican_Antesignanus', 10060, -664.999, -0.838, -434.944, 127), + (17629493, 'Antican_Quaestor', 10069, -631.566, -0.506, -459.155, 127), + (17629494, 'Sand_Lizard', 10089, -657.694, -0.484, -453.705, 127), + (17629495, 'Antican_Quaestor', 10069, -577.000, -0.317, -381.000, 127), + (17629496, 'Antican_Antesignanus', 10060, -595.000, -0.500, -381.000, 29), + (17629497, 'Antican_Quaestor', 10069, -576.495, -0.379, -408.712, 36), + (17629498, 'Sand_Lizard', 10089, -614.088, -0.546, -384.258, 99), + (17629499, 'Antican_Triarius', 10071, -581.487, -0.780, -425.375, 127), + (17629500, 'Antican_Aedilis', 10059, -575.600, -0.325, -450.031, 127), + (17629501, 'Antican_Aedilis', 10059, -575.455, -0.401, -433.802, 127), + (17629502, 'Sand_Lizard', 10089, -596.779, -0.303, -464.170, 119), + (17629503, 'Sand_Lizard', 10089, -563.592, -0.596, -420.432, 127), + (17629504, 'Antican_Antesignanus', 10060, -539.296, -0.794, -415.977, 127), + (17629505, 'Antican_Quaestor', 10069, -517.000, -0.842, -420.000, 127), + (17629506, 'Sand_Lizard', 10089, -515.226, -0.911, -409.546, 88), + (17629507, 'Sand_Digger', 10087, -497.415, 16.580, -396.780, 65), + (17629508, 'Antican_Antesignanus', 10060, -467.229, 17.244, -352.626, 92), + (17629509, 'Antican_Triarius', 10071, -471.247, 16.933, -371.805, 127), + (17629510, 'Girtab', 10076, -488.860, 17.687, -351.446, 127), + (17629511, 'Girtab', 10076, -492.000, 17.630, -365.000, 5), + (17629512, 'Girtab', 10076, -480.959, 17.615, -353.208, 3), + (17629513, 'Girtab', 10076, -466.866, 17.369, -360.635, 127), + (17629514, 'Sand_Digger', 10087, -477.478, 17.186, -372.616, 43), + (17629515, 'Sand_Digger', 10087, -423.965, 11.524, -336.588, 127), + (17629516, 'Sand_Digger', 10087, -412.449, 2.111, -300.201, 6), + (17629517, 'Sand_Lizard', 10089, -781.469, -0.540, -435.966, 127), + (17629518, 'Sand_Lizard', 10089, -721.292, -0.385, -379.210, 0), + (17629519, 'Girtab', 10076, -791.952, -0.540, -416.951, 127), + (17629520, 'Girtab', 10076, -744.493, -0.404, -414.195, 89), + (17629521, 'Girtab', 10076, -744.405, -0.385, -345.919, 127), + (17629522, 'Girtab', 10076, -811.708, -0.540, -416.990, 127), + (17629523, 'Girtab', 10076, -784.345, -0.491, -344.698, 122), + (17629524, 'Triarius_X-XV', 10094, -815.000, -0.500, -340.000, 127), + (17629525, 'Antican_Triarius', 10071, -740.000, -0.766, -378.000, 121), + (17629526, 'Antican_Quaestor', 10069, -744.294, -0.472, -415.398, 72), + (17629527, 'Antican_Antesignanus', 10060, -744.303, -0.896, -394.958, 127), + (17629528, 'Antican_Aedilis', 10059, -742.738, -0.961, -403.110, 127), + (17629529, 'Antican_Triarius', 10071, -750.658, -0.385, -339.890, 71), + (17629530, 'Antican_Quaestor', 10069, -743.671, -0.385, -339.510, 127), + (17629531, 'Antican_Antesignanus', 10060, -741.555, -0.397, -361.665, 127), + (17629532, 'Antican_Aedilis', 10059, -759.160, -0.487, -338.492, 127), + (17629533, 'Antican_Triarius', 10071, -786.730, -0.500, -343.963, 127), + (17629534, 'Antican_Quaestor', 10069, -815.457, -0.477, -363.034, 56), + (17629535, 'Antican_Antesignanus', 10060, -771.000, -0.484, -340.000, 56), + (17629536, 'Antican_Aedilis', 10059, -818.000, -0.219, -375.000, 127), + (17629537, 'Antican_Triarius', 10071, -817.089, -0.500, -386.251, 37), + (17629538, 'Antican_Quaestor', 10069, -819.465, -0.315, -395.562, 127), + (17629539, 'Antican_Antesignanus', 10060, -815.695, -0.259, -392.322, 127), + (17629540, 'Antican_Aedilis', 10059, -806.177, -0.540, -420.397, 74), + (17629541, 'Sand_Lizard', 10089, -838.801, -0.203, -378.739, 0), + (17629542, 'Girtab', 10076, -873.525, -0.247, -379.137, 127), + (17629543, 'Antican_Triarius', 10071, -860.000, -0.150, -385.000, 127), + (17629544, 'Antican_Quaestor', 10069, -870.568, -0.896, -388.963, 1), + (17629545, 'Spelunking_Sabotender', 10092, -899.706, 16.298, -408.929, 127), + (17629546, 'Girtab', 10076, -938.853, 16.716, -350.715, 38), + (17629547, 'Girtab', 10076, -937.550, 16.377, -365.590, 119), + (17629548, 'Spelunking_Sabotender', 10092, -943.413, 16.439, -383.595, 127), + (17629549, 'Spelunking_Sabotender', 10092, -968.873, 16.173, -299.110, 127), + (17629550, 'Spelunking_Sabotender', 10092, -902.482, 16.756, -268.916, 127), + (17629551, 'Spelunking_Sabotender', 10092, -857.108, 3.088, -259.528, 127), + (17629552, 'Sand_Tarantula', 10091, -341.637, -0.638, 858.015, 127), + (17629553, 'Antican_Triarius', 10071, -344.737, -0.750, 807.798, 127), + (17629554, 'Antican_Quaestor', 10069, -341.940, -0.411, 780.631, 127), + (17629555, 'Antican_Antesignanus', 10060, -338.000, -0.407, 764.000, 62), + (17629556, 'Antican_Aedilis', 10059, -340.359, -0.441, 787.535, 36), + (17629557, 'Antican_Triarius', 10071, -343.859, -0.411, 751.608, 36), + (17629558, 'Antican_Quaestor', 10069, -352.597, -0.408, 735.832, 58), + (17629559, 'Antican_Antesignanus', 10060, -366.824, -0.757, 741.668, 127), + (17629560, 'Antican_Aedilis', 10059, -337.671, -0.408, 750.764, 8), + (17629561, 'Hastatus_XI-XII', 10078, -336.000, -0.500, 739.000, 127), + (17629562, 'Antican_Triarius', 10071, -409.000, -0.471, 740.000, 127), + (17629563, 'Antican_Quaestor', 10069, -423.000, -0.473, 743.000, 127), + (17629564, 'Antican_Antesignanus', 10060, -274.000, -0.500, 677.000, 38), + (17629565, 'Antican_Aedilis', 10059, -375.004, -0.474, 741.822, 127), + (17629566, 'Antican_Triarius', 10071, -295.614, -0.573, 742.520, 127), + (17629567, 'Antican_Quaestor', 10069, -271.773, -0.641, 735.717, 7), + (17629568, 'Antican_Antesignanus', 10060, -312.000, -0.790, 737.000, 4), + (17629569, 'Antican_Aedilis', 10059, -291.112, -0.597, 738.853, 127), + (17629570, 'Antican_Triarius', 10071, -343.000, -0.379, 657.000, 69), + (17629571, 'Antican_Quaestor', 10069, -336.662, -0.138, 688.979, 2), + (17629572, 'Antican_Antesignanus', 10060, -336.562, -0.191, 704.886, 127), + (17629573, 'Antican_Aedilis', 10059, -268.000, -0.364, 669.000, 117), + (17629574, 'Sand_Tarantula', 10091, -356.499, -0.274, 822.123, 127), + (17629575, 'Antican_Triarius', 10071, -398.218, -0.360, 797.507, 10), + (17629576, 'Antican_Antesignanus', 10060, -404.766, -0.330, 811.761, 23), + (17629577, 'Antican_Quaestor', 10069, -387.000, -0.330, 790.000, 102), + (17629578, 'Antican_Aedilis', 10059, -401.499, -0.330, 787.916, 127), + (17629579, 'Girtab', 10076, -389.000, -0.495, 797.000, 127), + (17629580, 'Sand_Tarantula', 10091, -445.977, -0.450, 780.958, 127), + (17629581, 'Spelunking_Sabotender', 10092, -449.077, -0.450, 780.775, 1), + (17629582, 'Spelunking_Sabotender', 10092, -456.949, -0.456, 780.811, 127), + (17629583, 'Sand_Tarantula', 10091, -504.271, -0.219, 779.170, 48), + (17629584, 'Antican_Antesignanus', 10060, -508.244, -0.219, 784.757, 127), + (17629585, 'Antican_Quaestor', 10069, -506.540, -0.219, 775.617, 127), + (17629586, 'Spelunking_Sabotender', 10092, -523.227, 0.475, 778.691, 127), + (17629588, 'Sand_Tarantula', 10091, -553.761, 0.338, 736.461, 78), + (17629589, 'Spelunking_Sabotender', 10092, -536.109, 0.481, 780.740, 127), + (17629590, 'Spelunking_Sabotender', 10092, -541.972, 0.586, 757.460, 127), + (17629591, 'Sand_Tarantula', 10091, -264.000, -0.213, 767.000, 127), + (17629592, 'Antican_Triarius', 10071, -271.943, -0.348, 811.516, 127), + (17629593, 'Antican_Antesignanus', 10060, -285.000, -0.348, 789.736, 127), + (17629594, 'Antican_Quaestor', 10069, -274.000, -0.352, 794.000, 64), + (17629595, 'Antican_Aedilis', 10059, -290.621, -0.348, 809.656, 127), + (17629596, 'Girtab', 10076, -282.011, -0.348, 797.983, 58), + (17629597, 'Sand_Tarantula', 10091, -420.850, -0.237, 720.530, 127), + (17629598, 'Sand_Tarantula', 10091, -411.186, -0.183, 664.776, 120), + (17629599, 'Antican_Triarius', 10071, -389.000, -0.181, 670.000, 88), + (17629600, 'Antican_Antesignanus', 10060, -405.147, -0.185, 666.524, 76), + (17629601, 'Antican_Quaestor', 10069, -387.951, -0.183, 687.835, 127), + (17629602, 'Antican_Aedilis', 10059, -406.000, -0.181, 686.000, 127), + (17629603, 'Girtab', 10076, -386.701, -0.181, 682.371, 43), + (17629604, 'Sand_Tarantula', 10091, -435.000, -0.417, 619.000, 127), + (17629605, 'Sand_Tarantula', 10091, -419.299, -0.417, 624.127, 64), + (17629606, 'Antican_Triarius', 10071, -464.501, -0.127, 620.732, 127), + (17629607, 'Antican_Quaestor', 10069, -459.715, -0.127, 616.667, 62), + (17629608, 'Antican_Aedilis', 10059, -463.927, -0.127, 614.274, 78), + (17629609, 'Sand_Tarantula', 10091, -321.438, -0.196, 659.428, 108), + (17629610, 'Sand_Tarantula', 10091, -283.980, 0.000, 678.531, 127), + (17629611, 'Antican_Triarius', 10071, -292.758, 0.000, 677.361, 127), + (17629612, 'Antican_Antesignanus', 10060, -268.451, 0.000, 674.586, 127), + (17629613, 'Antican_Quaestor', 10069, -285.000, -0.007, 678.087, 49), + (17629614, 'Antican_Aedilis', 10059, -296.336, 0.000, 673.000, 79), + (17629615, 'Girtab', 10076, -293.665, -0.183, 688.239, 83), + (17629616, 'Antican_Antesignanus', 10060, -62.758, -15.134, 325.986, 127), + (17629617, 'Antican_Aedilis', 10059, -74.722, -9.020, 341.819, 127), + (17629618, 'Antican_Triarius', 10071, -113.476, -0.038, 381.607, 127), + (17629619, 'Antican_Quaestor', 10069, -131.934, -0.243, 376.613, 127), + (17629620, 'Antican_Antesignanus', 10060, -180.728, 0.597, 398.357, 96), + (17629621, 'Antican_Praetor', 10066, -179.000, 1.000, 378.000, 72), + (17629622, 'Antican_Triarius', 10071, -173.679, 1.791, 439.512, 127), + (17629623, 'Antican_Antesignanus', 10060, -147.381, 1.801, 438.591, 127), + (17629624, 'Antican_Aedilis', 10059, -167.085, 1.632, 432.282, 127), + (17629625, 'Antican_Quaestor', 10069, -158.000, 2.000, 452.000, 41), + (17629626, 'Spelunking_Sabotender', 10092, -179.558, 0.612, 350.955, 66), + (17629627, 'Antican_Triarius', 10071, -171.000, 1.000, 323.000, 127), + (17629628, 'Antican_Antesignanus', 10060, -155.780, 1.398, 312.822, 127), + (17629629, 'Antican_Aedilis', 10059, -163.000, 1.326, 304.000, 114), + (17629630, 'Antican_Quaestor', 10069, -150.073, 1.374, 327.523, 127), + (17629631, 'Antican_Triarius', 10071, -209.224, 0.520, 381.028, 127), + (17629632, 'Antican_Quaestor', 10069, -229.713, 0.671, 382.562, 127), + (17629633, 'Antican_Antesignanus', 10060, -269.939, 1.545, 396.833, 127), + (17629634, 'Antican_Quaestor', 10069, -285.743, 1.169, 394.868, 81), + (17629635, 'Antican_Aedilis', 10059, -273.053, 1.824, 381.200, 82), + (17629636, 'Antican_Triarius', 10071, -293.644, 1.500, 357.930, 127), + (17629637, 'Antican_Antesignanus', 10060, -270.000, 2.000, 364.000, 41), + (17629638, 'Antican_Aedilis', 10059, -271.000, 1.692, 351.000, 127), + (17629639, 'Antican_Praetor', 10066, -289.386, 1.183, 344.079, 127), + (17629640, 'Antican_Legatus', 10063, -293.956, 1.475, 349.329, 47), + (17629641, 'Antican_Consul', 10061, -292.788, 1.005, 364.436, 127), + (17629642, 'Ancient_Vessel', 10058, -500.000, 19.000, -422.000, 185), + (17629643, 'Tribunus_VII-I', 10095, 0.000, 0.000, 0.000, 0), + (17629644, 'Proconsul_XII', 10084, -392.671, -0.181, 692.656, 127), + (17629645, 'Girtablulu', 10077, 0.000, 0.000, 0.000, 0), + (17629694, 'Zeid', 10097, 0.000, 0.000, 0.000, 0), + (17645569, 'Greater_Gaylas', 10125, -181.109, -5.000, -221.000, 45), + (17645570, 'Greater_Gaylas', 10125, -202.642, -12.303, -221.000, 127), + (17645571, 'Goblin_Poacher', 10120, -136.767, -10.536, -178.842, 96), + (17645572, 'Greater_Gaylas', 10125, -140.398, -10.278, -194.284, 73), + (17645573, 'Goblin_Robber', 10122, -116.000, -10.788, -179.000, 127), + (17645574, 'Labyrinth_Lizard', 10129, -73.506, -11.059, -186.940, 127), + (17645575, 'Labyrinth_Lizard', 10129, -82.130, -10.626, -186.347, 127), + (17645576, 'Labyrinth_Leech', 10128, -77.606, -10.830, -162.111, 63), + (17645577, 'Labyrinth_Leech', 10128, -66.000, -11.391, -180.000, 127), + (17645578, 'Bune', 10107, -72.000, -10.000, -170.000, 119), + (17645579, 'Goblin_Poacher', 10120, -40.559, -11.375, -168.806, 127), + (17645580, 'Labyrinth_Lizard', 10129, 8.870, -10.025, -161.612, 30), + (17645581, 'Labyrinth_Lizard', 10129, -3.637, -10.405, -162.565, 112), + (17645582, 'Labyrinth_Leech', 10128, -51.843, -11.465, -151.114, 127), + (17645583, 'Labyrinth_Leech', 10128, -13.004, -9.725, -165.081, 127), + (17645584, 'Goblin_Robber', 10122, -13.256, -10.286, -133.926, 127), + (17645585, 'Labyrinth_Lizard', 10129, 0.700, -10.053, -122.000, 127), + (17645586, 'Labyrinth_Lizard', 10129, -14.000, -10.000, -153.000, 127), + (17645587, 'Labyrinth_Leech', 10128, -8.879, -10.022, -145.581, 127), + (17645588, 'Labyrinth_Lizard', 10129, 29.000, -9.000, -90.000, 55), + (17645589, 'Labyrinth_Lizard', 10129, 54.211, -11.234, -66.683, 127), + (17645590, 'Hell_Bat', 10127, 334.000, -33.000, 53.000, 118), + (17645591, 'Greater_Gaylas', 10125, -77.000, -10.205, -99.000, 127), + (17645592, 'Goblin_Reaper', 10121, 153.000, -10.000, -53.000, 127), + (17645593, 'Hawker', 10126, 91.285, -16.214, -59.834, 127), + (17645594, 'Goblin_Poacher', 10120, 102.000, -11.000, -55.000, 127), + (17645595, 'Goblin_Poacher', 10120, 131.971, -10.497, -48.832, 127), + (17645596, 'Hawker', 10126, 113.526, -10.072, -51.426, 127), + (17645597, 'Hawker', 10126, 123.000, -9.000, -43.000, 127), + (17645598, 'Labyrinth_Leech', 10128, 124.000, -9.000, -35.000, 34), + (17645599, 'Goblin_Robber', 10122, 163.000, -10.443, -52.000, 121), + (17645600, 'Goblin_Robber', 10122, 158.286, -10.664, -36.631, 75), + (17645601, 'Hawker', 10126, 141.000, -10.000, -51.000, 63), + (17645602, 'Hawker', 10126, 149.570, -10.345, -38.308, 127), + (17645603, 'Labyrinth_Leech', 10128, 158.259, -10.838, -39.341, 127), + (17645604, 'Goblin_Reaper', 10121, 165.558, -10.647, -68.537, 127), + (17645605, 'Goblin_Reaper', 10121, 152.325, -10.702, -77.007, 15), + (17645606, 'Hawker', 10126, 157.534, -10.069, -67.156, 127), + (17645607, 'Hawker', 10126, 165.974, -10.632, -75.974, 127), + (17645608, 'Labyrinth_Leech', 10128, 155.141, -10.550, -78.762, 127), + (17645609, 'Goblinsavior_Heronox', 10117, 166.000, -9.000, -83.000, 127), + (17645610, 'Goblin_Robber', 10122, 176.948, -11.418, -28.134, 104), + (17645611, 'Hawker', 10126, 164.000, -10.000, -39.000, 28), + (17645612, 'Goblin_Reaper', 10121, 259.000, -18.000, 1.000, 127), + (17645613, 'Hawker', 10126, 238.000, -18.000, -19.000, 127), + (17645614, 'Hawker', 10126, 216.000, -20.000, -21.000, 127), + (17645615, 'Goblin_Poacher', 10120, 245.000, -19.000, -20.000, 127), + (17645616, 'Hawker', 10126, 261.059, -19.390, -7.422, 127), + (17645617, 'Hell_Bat', 10127, 300.000, -25.000, 21.000, 100), + (17645618, 'Hell_Bat', 10127, 278.257, -20.612, 20.825, 127), + (17645619, 'Hell_Bat', 10127, 323.000, -30.884, 20.000, 127), + (17645620, 'Makara', 10131, -73.000, -8.000, -211.000, 127), + (17645621, 'Makara', 10131, -69.000, -9.397, -206.000, 127), + (17645622, 'Makara', 10131, -10.000, -9.440, -113.000, 127), + (17645623, 'Makara', 10131, -4.710, -9.735, -108.126, 23), + (17645624, 'Makara', 10131, 46.752, -9.360, -90.668, 42), + (17645625, 'Makara', 10131, 52.894, -9.189, -88.940, 127), + (17645626, 'Makara', 10131, 165.000, -9.450, -90.000, 90), + (17645627, 'Makara', 10131, 171.000, -8.000, -87.000, 127), + (17645628, 'Labyrinth_Lizard', 10129, -60.000, -10.679, -121.000, 127), + (17645629, 'Greater_Gaylas', 10125, -98.000, 0.500, -82.000, 73), + (17645630, 'Greater_Gaylas', 10125, -61.058, -10.695, -100.916, 127), + (17645631, 'Robber_Crab', 10134, -63.022, 0.081, -43.061, 59), + (17645632, 'Robber_Crab', 10134, -80.527, 0.662, -56.477, 113), + (17645633, 'Goblin_Mercenary', 10119, -100.000, 1.000, -44.000, 127), + (17645634, 'Goblin_Mercenary', 10119, -101.000, 1.000, -29.000, 111), + (17645635, 'Goblin_Alchemist', 10118, -54.613, 0.375, -38.078, 27), + (17645636, 'Goblin_Shepherd', 10123, -72.681, 0.673, -58.353, 5), + (17645637, 'Goblin_s_Leech', 10124, 0.000, 0.000, 0.000, 0), + (17645638, 'Goblin_Shepherd', 10123, -94.000, 0.454, -56.000, 127), + (17645639, 'Goblin_s_Leech', 10124, 0.000, 0.000, 0.000, 0), + (17645640, 'Wyvernpoacher_Drachlox', 10138, -63.000, 1.000, -61.000, 26), + (17645641, 'Robber_Crab', 10134, -105.218, 0.644, -21.270, 94), + (17645642, 'Robber_Crab', 10134, -166.444, 0.121, -16.104, 127), + (17645643, 'Goblin_Mercenary', 10119, -150.673, -0.067, -20.914, 19), + (17645644, 'Goblin_Mercenary', 10119, -165.598, 0.218, -21.966, 66), + (17645645, 'Goblin_Alchemist', 10118, -124.415, 0.161, -16.182, 127), + (17645646, 'Goblin_Shepherd', 10123, -111.000, 1.000, -19.000, 127), + (17645647, 'Goblin_s_Leech', 10124, 0.000, 0.000, 0.000, 0), + (17645648, 'Goblin_Shepherd', 10123, -144.000, -0.895, -22.000, 100), + (17645649, 'Goblin_s_Leech', 10124, 0.000, 0.000, 0.000, 0), + (17645650, 'Robber_Crab', 10134, -47.000, -0.035, -17.000, 127), + (17645651, 'Goblin_Shepherd', 10123, -42.807, 0.986, -19.715, 105), + (17645652, 'Goblin_s_Leech', 10124, 0.000, 0.000, 0.000, 0), + (17645653, 'Goblin_Alchemist', 10118, -52.833, 0.628, -19.013, 127), + (17645654, 'Robber_Crab', 10134, -12.979, -0.013, 50.313, 127), + (17645655, 'Robber_Crab', 10134, -16.398, -0.638, 63.503, 127), + (17645656, 'Doom_Soldier', 10111, -0.583, 0.624, 52.888, 126), + (17645657, 'Doom_Soldier', 10111, -11.541, -0.070, 28.884, 127), + (17645658, 'Doom_Mage', 10110, -24.355, -0.035, 51.432, 105), + (17645659, 'Doom_Mage', 10110, -15.701, 0.744, 36.913, 127), + (17645660, 'Robber_Crab', 10134, 7.303, -0.163, 71.181, 127), + (17645661, 'Robber_Crab', 10134, -7.000, -0.107, 81.000, 86), + (17645662, 'Doom_Soldier', 10111, 11.541, -0.577, 63.837, 82), + (17645663, 'Doom_Soldier', 10111, -5.000, 0.500, 68.000, 64), + (17645664, 'Doom_Mage', 10110, 4.861, 0.171, 70.683, 81), + (17645665, 'Doom_Mage', 10110, 4.000, -0.653, 83.000, 32), + (17645666, 'Robber_Crab', 10134, -29.000, 0.008, 46.521, 127), + (17645667, 'Robber_Crab', 10134, -27.988, -0.324, 35.437, 127), + (17645668, 'Doom_Soldier', 10111, -34.535, 0.076, 45.989, 127), + (17645669, 'Robber_Crab', 10134, -45.000, 0.237, 52.000, 127), + (17645670, 'Robber_Crab', 10134, -5.000, 0.481, 61.000, 127), + (17645671, 'Doom_Soldier', 10111, -20.875, -7.994, 113.746, 127), + (17645672, 'Doom_Soldier', 10111, 0.000, 0.000, 0.000, 0), + (17645673, 'Boulder_Eater', 10760, 15.780, -4.681, 145.630, 108), + (17645674, 'Boulder_Eater', 10760, -0.896, -9.250, 140.501, 84), + (17645675, 'Boulder_Eater', 10760, 32.030, 0.095, 167.957, 118), + (17645676, 'Pygmytoise', 10761, 36.000, -0.713, 188.000, 77), + (17645677, 'Boulder_Eater', 10760, 41.932, -0.001, 156.427, 127), + (17645678, 'Boulder_Eater', 10760, 28.479, -0.933, 152.120, 33), + (17645679, 'Pygmytoise', 10761, 62.000, -0.726, 190.000, 127), + (17645680, 'Pygmytoise', 10761, 120.000, 1.000, 176.000, 127), + (17645681, 'Pygmytoise', 10761, 43.000, 0.240, 164.000, 127), + (17645682, 'Boulder_Eater', 10760, 61.000, 0.105, 177.000, 52), + (17645683, 'Boulder_Eater', 10760, 53.000, 0.354, 170.000, 127), + (17645684, 'Boulder_Eater', 10760, 32.633, 0.166, 198.310, 84), + (17645685, 'Boulder_Eater', 10760, 62.000, -1.000, 212.000, 30), + (17645686, 'Boulder_Eater', 10760, 115.732, -0.378, 201.708, 59), + (17645687, 'Earth_Elemental', 10113, 118.136, -0.290, 195.442, 114), + (17645688, 'Pygmytoise', 10761, 91.658, 0.587, 200.137, 23), + (17645689, 'Pygmytoise', 10761, 96.086, -0.943, 187.523, 15), + (17645690, 'Pygmytoise', 10761, 124.000, -0.167, 203.000, 102), + (17645691, 'Boulder_Eater', 10760, 93.139, 0.152, 205.912, 127), + (17645692, 'Boulder_Eater', 10760, 90.476, -0.584, 185.519, 127), + (17645693, 'Boulder_Eater', 10760, 116.348, 0.186, 164.146, 61), + (17645694, 'Boulder_Eater', 10760, 131.556, -0.681, 164.154, 127), + (17645695, 'Boulder_Eater', 10760, 119.058, -0.500, 148.624, 123), + (17645696, 'Boulder_Eater', 10760, 80.000, -1.000, 210.000, 127), + (17645697, 'Earth_Elemental', 10113, 73.000, -1.000, 196.000, 3), + (17645698, 'Robber_Crab', 10134, -19.000, 0.695, -1.000, 90), + (17645699, 'Robber_Crab', 10134, 30.000, -0.500, 59.000, 127), + (17645700, 'Doom_Guard', 10109, 0.000, 0.000, 0.000, 0), + (17645701, 'Doom_Guard', 10109, 63.097, 0.027, 22.216, 123), + (17645702, 'Doom_Warlock', 10112, 58.659, -0.266, 31.539, 127), + (17645703, 'Doom_Warlock', 10112, 82.000, 1.000, 19.000, 62), + (17645704, 'Doom_Guard', 10109, 56.256, 0.382, 45.635, 126), + (17645705, 'Doom_Warlock', 10112, 0.000, 0.000, 0.000, 0), + (17645706, 'Doom_Warlock', 10112, 161.000, 10.000, 82.000, 23), + (17645707, 'Doom_Guard', 10109, 129.068, 10.001, 41.063, 127), + (17645708, 'Fire_Elemental', 10115, 131.752, 10.305, 48.990, 2), + (17645709, 'Doom_Warlock', 10112, 136.348, 9.155, 36.651, 44), + (17645710, 'Doom_Warlock', 10112, 150.750, 9.828, 60.647, 23), + (17645711, 'Doom_Guard', 10109, 149.966, 9.942, 50.755, 127), + (17645712, 'Doom_Guard', 10109, 136.565, 9.661, 61.238, 127), + (17645713, 'Typhoon_Wyvern', 10136, 143.000, 10.161, 44.000, 124), + (17645714, 'Demonic_Pugil', 10108, 171.000, 10.000, 35.000, 74), + (17645715, 'Doom_Warlock', 10112, 157.000, 10.000, 70.000, 127), + (17645716, 'Typhoon_Wyvern', 10136, 170.285, 9.454, 63.650, 55), + (17645717, 'Erlik', 10114, 171.000, 9.194, 55.000, 127), + (17645718, 'Erlik', 10114, 187.000, 9.000, 105.000, 127), + (17645719, 'Baobhan_Sith', 10105, 206.000, 10.000, 76.000, 127), + (17645720, 'Doom_Warlock', 10112, 184.895, 9.723, 93.099, 12), + (17645721, 'Doom_Guard', 10109, 196.673, 9.969, 76.631, 127), + (17645722, 'Doom_Guard', 10109, 199.000, 19.000, 90.000, 127), + (17645723, 'Typhoon_Wyvern', 10136, 188.227, 10.461, 71.997, 49), + (17645724, 'Demonic_Pugil', 10108, 212.000, 10.000, 124.000, 127), + (17645725, 'Doom_Warlock', 10112, 201.555, 9.809, 116.058, 127), + (17645726, 'Doom_Warlock', 10112, 0.000, 0.000, 0.000, 0), + (17645727, 'Doom_Guard', 10109, 194.808, 9.995, 118.887, 103), + (17645728, 'Demonic_Pugil', 10108, 166.625, 10.203, 31.359, 127), + (17645729, 'Demonic_Pugil', 10108, 206.802, 9.942, 127.849, 54), + (17645730, 'Demonic_Pugil', 10108, -109.000, 0.456, 33.000, 127), + (17645731, 'Doom_Warlock', 10112, -172.941, -1.220, 55.577, 127), + (17645732, 'Doom_Guard', 10109, -219.000, -8.000, -2.000, 127), + (17645733, 'Doom_Guard', 10109, -193.000, -0.583, 43.000, 16), + (17645734, 'Doom_Warlock', 10112, -237.000, 0.001, 131.000, 127), + (17645735, 'Doom_Guard', 10109, -199.209, 0.499, 59.455, 117), + (17645736, 'Demonic_Pugil', 10108, -188.000, 1.000, 87.000, 65), + (17645737, 'Antares', 10104, -206.330, 0.044, 73.926, 56), + (17645738, 'Doom_Warlock', 10112, -137.334, -0.108, 48.105, 32), + (17645739, 'Doom_Warlock', 10112, -118.000, -0.515, 79.000, 127), + (17645740, 'Demonic_Pugil', 10108, -191.000, 1.000, 88.000, 106), + (17645741, 'Erlik', 10114, 0.000, 0.000, 0.000, 0), + (17645742, 'Taxim', 10135, -151.000, 0.048, 47.000, 127), + (17645743, 'Doom_Guard', 10109, -179.000, -0.502, 42.000, 46), + (17645744, 'Doom_Warlock', 10112, -125.000, 0.635, 59.000, 127), + (17645745, 'Demonic_Pugil', 10108, -116.434, 0.214, 29.811, 127), + (17645746, 'Demonic_Pugil', 10108, -270.000, -8.000, -50.000, 117), + (17645747, 'Doom_Guard', 10109, -293.000, -9.000, 3.000, 127), + (17645748, 'Doom_Warlock', 10112, -280.910, -10.031, 4.991, 127), + (17645749, 'Doom_Warlock', 10112, -286.879, -10.412, -8.943, 118), + (17645750, 'Demonic_Pugil', 10108, -273.000, -8.000, -50.000, 127), + (17645751, 'Doom_Guard', 10109, -310.781, -10.012, -4.037, 127), + (17645752, 'Demonic_Pugil', 10108, -325.000, -9.000, 11.000, 53), + (17645753, 'Erlik', 10114, -295.000, -9.000, -25.000, 14), + (17645754, 'Typhoon_Wyvern', 10136, -316.000, -9.000, 3.000, 61), + (17645755, 'Ungur', 10137, -316.000, -9.000, 3.000, 5), + (17645756, 'Doom_Guard', 10109, -279.607, -9.443, -29.088, 127), + (17645757, 'Demonic_Pugil', 10108, 0.000, 0.000, 0.000, 0), + (17645758, 'Typhoon_Wyvern', 10136, -277.000, -10.000, -34.000, 127), + (17645759, 'Demonic_Pugil', 10108, -268.764, -9.302, 8.063, 72), + (17645760, 'Demonic_Pugil', 10108, -332.175, -9.379, 8.431, 101), + (17645761, 'Demonic_Pugil', 10108, -246.000, -0.005, 170.000, 127), + (17645762, 'Doom_Guard', 10109, 0.000, 0.000, 0.000, 0), + (17645763, 'Antares', 10104, -245.000, -0.045, 146.000, 18), + (17645764, 'Typhoon_Wyvern', 10136, -242.000, -0.577, 120.000, 16), + (17645765, 'Doom_Warlock', 10112, -242.206, -0.268, 163.853, 127), + (17645766, 'Demonic_Pugil', 10108, -251.000, -0.531, 166.000, 35), + (17645767, 'Antares', 10104, 0.000, 0.000, 0.000, 0), + (17645768, 'Antares', 10104, -228.872, -0.264, 144.689, 55), + (17645769, 'Earth_Elemental', 10113, -204.660, -0.059, 159.318, 77), + (17645770, 'Doom_Guard', 10109, -203.823, -0.411, 170.144, 127), + (17645771, 'Demonic_Pugil', 10108, -194.000, -0.405, 150.000, 111), + (17645772, 'Antares', 10104, -209.552, -0.257, 161.728, 127), + (17645773, 'Fire_Elemental', 10115, 0.000, 0.000, 0.000, 0), + (17645774, 'Amikiri', 10103, -219.000, 0.332, 152.000, 14), + (17645775, 'Demonic_Pugil', 10108, -190.195, 0.294, 154.754, 127), + (17645776, 'Demonic_Pugil', 10108, -73.000, 0.563, 210.000, 92), + (17645777, 'Doom_Guard', 10109, -100.407, -7.337, 126.912, 67), + (17645778, 'Doom_Warlock', 10112, -99.000, -0.205, 204.000, 48), + (17645779, 'Doom_Warlock', 10112, -78.000, -0.600, 163.000, 127), + (17645780, 'Demonic_Pugil', 10108, -70.000, 0.185, 204.000, 58), + (17645781, 'Doom_Warlock', 10112, -102.334, -0.987, 185.746, 105), + (17645782, 'Doom_Warlock', 10112, -121.065, -0.019, 191.866, 123), + (17645783, 'Demonic_Pugil', 10108, -50.000, 1.000, 48.000, 127), + (17645784, 'Typhoon_Wyvern', 10136, -123.856, 0.239, 223.303, 67), + (17645785, 'Doom_Guard', 10109, -116.249, 0.239, 243.809, 38), + (17645786, 'Doom_Guard', 10109, -111.847, -0.151, 218.968, 127), + (17645787, 'Demonic_Pugil', 10108, -125.000, 0.186, 246.000, 29), + (17645788, 'Erlik', 10114, -170.945, -0.669, 199.067, 126), + (17645789, 'Doom_Guard', 10109, -153.043, -0.153, 190.665, 127), + (17645790, 'Doom_Warlock', 10112, -158.354, -0.033, 204.064, 127), + (17645791, 'Erlik', 10114, -151.609, 0.348, 206.383, 127), + (17645792, 'Typhoon_Wyvern', 10136, -88.000, 0.735, 190.000, 127), + (17645793, 'Demonic_Pugil', 10108, -132.640, -0.190, 245.236, 93), + (17645794, 'Gigaplasm', 10116, 0.000, 0.000, 0.000, 0), + (17645795, 'Macroplasm', 10130, 0.000, 0.000, 0.000, 0), + (17645796, 'Macroplasm', 10130, 0.000, 0.000, 0.000, 0), + (17645797, 'Microplasm', 10132, 0.000, 0.000, 0.000, 0), + (17645798, 'Microplasm', 10132, 0.000, 0.000, 0.000, 0), + (17645799, 'Microplasm', 10132, 0.000, 0.000, 0.000, 0), + (17645800, 'Microplasm', 10132, 0.000, 0.000, 0.000, 0), + (17645801, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645802, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645803, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645804, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645805, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645806, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645807, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645808, 'Nanoplasm', 10133, 0.000, 0.000, 0.000, 0), + (17645809, 'Baronial_Bat', 10106, 0.000, 0.000, 0.000, 0), + (17649665, 'Goblin_Poacher', 10149, -18.780, -10.640, -255.732, 123), + (17649666, 'Goblin_Robber', 10151, -23.164, -10.905, -252.212, 127), + (17649667, 'Goblin_Reaper', 10150, -28.722, -10.970, -256.546, 90), + (17649668, 'Labyrinth_Leech', 10156, -18.489, -0.381, -198.924, 20), + (17649669, 'Labyrinth_Leech', 10156, -20.202, -4.076, -210.275, 127), + (17649670, 'Labyrinth_Leech', 10156, -17.229, -11.049, -239.161, 127), + (17649671, 'Air_Elemental', 10139, -21.180, -0.540, -201.859, 90), + (17649672, 'Labyrinth_Leech', 10156, -16.000, -0.500, -182.000, 127), + (17649673, 'Labyrinth_Leech', 10156, -18.000, -0.560, -191.000, 93), + (17649674, 'Cockatrice', 10140, -9.163, 0.025, -160.618, 14), + (17649675, 'Cockatrice', 10140, 1.615, -0.356, -167.300, 9), + (17649676, 'Goblin_Poacher', 10149, 3.811, -0.541, -169.964, 127), + (17649677, 'Goblin_Trader', 10154, -2.466, 0.194, -133.180, 127), + (17649678, 'Goblin_s_Leech', 10153, 0.000, 0.000, 0.000, 0), + (17649679, 'Goblin_Robber', 10151, 1.650, -0.189, -135.925, 97), + (17649680, 'Goblin_Reaper', 10150, -7.633, -0.526, -130.087, 127), + (17649681, 'Cockatrice', 10140, -1.871, 0.142, -133.446, 127), + (17649682, 'Cockatrice', 10140, 10.529, -0.785, -133.438, 127), + (17649683, 'Mushussu', 10160, -10.641, -0.414, -130.287, 115), + (17649684, 'Cockatrice', 10140, 49.789, -0.642, -140.212, 94), + (17649685, 'Cockatrice', 10140, 87.188, 0.097, -129.898, 124), + (17649686, 'Cockatrice', 10140, 74.401, -0.485, -125.714, 126), + (17649687, 'Cockatrice', 10140, 92.255, -0.494, -125.586, 127), + (17649688, 'Goblin_Miner', 10148, 130.570, -0.500, -122.544, 127), + (17649689, 'Goblin_Bouncer', 10144, 120.560, -0.353, -118.467, 127), + (17649690, 'Goblin_Hunter', 10146, 122.013, 0.263, -101.010, 126), + (17649691, 'Cockatrice', 10140, 81.000, -0.010, -112.000, 127), + (17649692, 'Cockatrice', 10140, -104.000, 5.000, -82.000, 34), + (17649693, 'Mysticmaker_Profblix', 10161, 124.811, -0.363, -100.604, 115), + (17649694, 'Goblin_Enchanter', 10145, 111.970, -0.342, -87.012, 127), + (17649695, 'Goblin_Hunter', 10146, 131.358, -0.158, -81.496, 40), + (17649696, 'Cockatrice', 10140, -5.000, -0.214, -113.000, 62), + (17649697, 'Cockatrice', 10140, 32.000, -0.500, -134.000, 64), + (17649698, 'Cockatrice', 10140, -119.000, 5.000, -75.000, 5), + (17649699, 'Cockatrice', 10140, 82.000, -1.000, -121.000, 121), + (17649701, 'Mushussu', 10160, -73.000, 4.000, -43.000, 103), + (17649700, 'Cockatrice', 10140, 69.726, -1.462, -104.983, 103), + (17649703, 'Goblin_Miner', 10148, 50.710, -0.945, -81.306, 127), + (17649704, 'Goblin_Bouncer', 10144, 46.618, -0.144, -85.193, 127), + (17649702, 'Cockatrice', 10140, 41.936, -0.390, -67.656, 31), + (17649706, 'Goblin_Enchanter', 10145, 55.777, -1.018, -61.923, 88), + (17649707, 'Goblin_Hunter', 10146, 54.114, -0.127, -59.617, 127), + (17649708, 'Flying_Manta', 10141, 60.418, 4.432, -34.907, 127), + (17649705, 'Cockatrice', 10140, 0.000, 0.000, 0.000, 0), + (17649710, 'Goblin_Enchanter', 10145, 55.292, 3.376, -29.237, 17), + (17649709, 'Cockatrice', 10140, 0.000, 0.000, 0.000, 0), + (17649716, 'Goblin_Enchanter', 10145, 134.835, -0.863, -63.138, 127), + (17649717, 'Goblin_Hunter', 10146, 133.308, 8.726, -27.965, 84), + (17649711, 'Flying_Manta', 10141, 118.588, 13.677, -20.099, 47), + (17649712, 'Goblin_Miner', 10148, 109.529, 12.465, -17.995, 127), + (17649713, 'Air_Elemental', 10139, 104.094, 11.088, -20.411, 21), + (17649714, 'Mushussu', 10160, 36.248, 9.921, -7.776, 25), + (17649715, 'Mushussu', 10160, 56.306, 10.235, 4.023, 127), + (17649720, 'Goblin_Enchanter', 10145, 76.987, 8.440, -11.766, 127), + (17649718, 'Goblin_Miner', 10148, 0.000, 0.000, 0.000, 0), + (17649719, 'Goblin_Bouncer', 10144, 56.541, 9.632, -8.646, 127), + (17649724, 'Goblin_Enchanter', 10145, 37.937, 10.184, 25.490, 99), + (17649732, 'Goblin_Hunter', 10146, 44.053, 10.022, 34.597, 127), + (17649722, 'Goblin_Miner', 10148, 0.000, 0.000, 0.000, 0), + (17649723, 'Goblin_Bouncer', 10144, 0.000, 0.000, 0.000, 0), + (17649752, 'Goblin_Enchanter', 10145, 16.671, 9.611, -24.344, 109), + (17649725, 'Air_Elemental', 10139, 20.170, 9.331, -23.996, 127), + (17649726, 'Goblin_Miner', 10148, 1.546, 9.691, -28.864, 127), + (17649727, 'Goblin_Bouncer', 10144, -11.000, 9.892, -51.000, 85), + (17649728, 'Mushussu', 10160, -4.768, 9.598, -49.266, 127), + (17649729, 'Goblin_Miner', 10148, -30.588, 12.114, -60.534, 97), + (17649730, 'Flying_Manta', 10141, -39.356, 14.265, -60.406, 127), + (17649731, 'Lord_of_Onzozo', 10158, -44.000, 14.000, -58.000, 73), + (17649751, 'Goblin_Hunter', 10146, -50.923, 13.378, -63.153, 90), + (17649733, 'Goblin_Bouncer', 10144, -13.983, 8.882, -22.718, 127), + (17649734, 'Cockatrice', 10140, -39.082, 3.591, -101.549, 119), + (17649735, 'Mushussu', 10160, -79.000, 4.000, -75.000, 127), + (17649736, 'Cockatrice', 10140, -70.538, 4.583, -83.044, 127), + (17649737, 'Mushussu', 10160, -98.632, 4.310, -65.822, 125), + (17649738, 'Cockatrice', 10140, -58.418, 4.204, -93.767, 12), + (17649739, 'Mushussu', 10160, -94.387, 4.563, -94.413, 2), + (17649740, 'Cockatrice', 10140, -105.492, 3.964, -94.441, 126), + (17649741, 'Cockatrice', 10140, -68.502, 3.884, -77.907, 127), + (17649742, 'Mushussu', 10160, -114.508, 3.720, -67.311, 127), + (17649743, 'Mushussu', 10160, -92.129, 4.334, -60.648, 127), + (17649744, 'Mushussu', 10160, -90.194, 5.141, -49.998, 127), + (17649745, 'Mushussu', 10160, -89.312, 4.225, -34.839, 5), + (17649746, 'Mushussu', 10160, -70.555, 4.891, -66.983, 127), + (17649747, 'Cockatrice', 10140, -83.278, 4.992, -49.000, 81), + (17649748, 'Goblin_Bouncer', 10144, -140.886, 5.510, -65.254, 49), + (17649749, 'Air_Elemental', 10139, -144.420, 5.812, -59.667, 127), + (17649750, 'Goblin_Miner', 10148, -181.767, 9.333, -76.967, 127), + (17649764, 'Goblin_Hunter', 10146, -171.551, 9.752, -64.130, 127), + (17649768, 'Goblin_Enchanter', 10145, -180.890, 9.336, -76.762, 127), + (17649753, 'Goblin_Bouncer', 10144, -179.000, 10.000, -63.000, 127), + (17649754, 'Goblin_Miner', 10148, -168.862, 9.809, -97.066, 32), + (17649755, 'Flying_Manta', 10141, -100.912, 4.263, -21.983, 87), + (17649756, 'Mushussu', 10160, -110.555, 4.825, 3.417, 127), + (17649757, 'Mushussu', 10160, -110.859, 4.581, 20.368, 127), + (17649758, 'Flying_Manta', 10141, -111.183, 5.357, 44.411, 71), + (17649759, 'Flying_Manta', 10141, -128.471, 4.952, 0.489, 127), + (17649760, 'Flying_Manta', 10141, -104.000, 4.000, 28.000, 127), + (17649761, 'Peg_Powler', 10164, -77.000, 4.000, 58.000, 127), + (17649762, 'Flying_Manta', 10141, -81.567, 5.013, 37.186, 127), + (17649763, 'Flying_Manta', 10141, -72.956, 4.943, 39.293, 127), + (17649775, 'Goblin_Hunter', 10146, -74.760, 4.532, 43.525, 127), + (17649765, 'Goblin_Bouncer', 10144, 0.000, 0.000, 0.000, 0), + (17649766, 'Flying_Manta', 10141, -64.269, 5.441, 72.382, 127), + (17649767, 'Goblin_Miner', 10148, 0.000, 0.000, 0.000, 0), + (17649772, 'Goblin_Enchanter', 10145, -85.038, 5.181, 62.810, 73), + (17649769, 'Flying_Manta', 10141, -51.745, 4.288, 46.295, 127), + (17649770, 'Flying_Manta', 10141, -33.112, 4.735, 34.742, 65), + (17649771, 'Goblin_Miner', 10148, -44.537, 4.992, 31.114, 122), + (17649799, 'Goblin_Enchanter', 10145, -40.033, 4.917, 43.545, 127), + (17649773, 'Flying_Manta', 10141, -65.089, 5.386, 81.363, 127), + (17649774, 'Flying_Manta', 10141, -54.100, 5.462, 81.680, 8), + (17649792, 'Goblin_Hunter', 10146, 0.000, 0.000, 0.000, 0), + (17649776, 'Goblin_Bouncer', 10144, -42.191, 5.050, 70.169, 89), + (17649777, 'Water_Elemental', 10170, -47.494, 3.177, 94.569, 127), + (17649778, 'Torama', 10167, -63.170, 4.417, 101.432, 68), + (17649779, 'Torama', 10167, -62.446, 4.076, 127.246, 127), + (17649780, 'Torama', 10167, -75.873, 4.679, 139.577, 127), + (17649781, 'Air_Elemental', 10139, -90.324, 2.007, 136.288, 6), + (17649782, 'Torama', 10167, -124.874, 0.000, 124.742, 127), + (17649783, 'Labyrinth_Manticore', 10157, -119.897, 0.275, 127.060, 127), + (17649784, 'Narasimha', 10162, -123.000, -0.600, 119.000, 127), + (17649785, 'Water_Elemental', 10170, -117.092, -0.101, 114.090, 127), + (17649786, 'Torama', 10167, -98.000, -1.072, 136.000, 23), + (17649787, 'Labyrinth_Manticore', 10157, -126.841, -0.554, 129.681, 31), + (17649788, 'Air_Elemental', 10139, 0.000, 0.000, 0.000, 0), + (17649789, 'Torama', 10167, 0.000, 0.000, 0.000, 0), + (17649790, 'Labyrinth_Manticore', 10157, -140.000, -0.955, 144.000, 53), + (17649791, 'Goblin_Bouncer', 10144, 0.000, 0.000, 0.000, 0), + (17649793, 'Goblin_Hunter', 10146, 67.934, 11.652, 57.001, 117), + (17649805, 'Goblin_Hunter', 10146, 90.790, 11.967, 48.486, 34), + (17649794, 'Goblin_Miner', 10148, 92.244, 12.611, 51.699, 0), + (17649795, 'Hellion', 10155, 129.000, 15.000, 215.000, 49), + (17649796, 'Flying_Manta', 10141, 121.000, 14.000, 59.000, 91), + (17649797, 'Tainted_Flesh', 10166, 136.566, 14.708, 70.077, 127), + (17649798, 'Goblin_Bouncer', 10144, 0.000, 0.000, 0.000, 0), + (17649802, 'Goblin_Enchanter', 10145, 101.387, 14.531, 107.883, 127), + (17649800, 'Goblin_Miner', 10148, 95.406, 14.698, 98.696, 127), + (17649801, 'Goblin_Miner', 10148, 0.000, 0.000, 0.000, 0), + (17649803, 'Goblin_Bouncer', 10144, 137.750, 12.727, 143.599, 21), + (17649804, 'Goblin_Enchanter', 10145, 116.743, 14.863, 156.634, 127), + (17649806, 'Goblin_Hunter', 10146, 128.789, 14.306, 146.893, 9), + (17649721, 'Goblin_Hunter', 10146, 139.430, 14.176, 184.465, 127), + (17649807, 'Air_Elemental', 10139, 137.411, 14.599, 197.831, 122), + (17649809, 'Water_Elemental', 10170, 132.765, 14.227, 205.942, 33), + (17649810, 'Tainted_Flesh', 10166, 127.523, 14.327, 210.258, 76), + (17649811, 'Torama', 10167, 55.890, 4.021, 131.186, 127), + (17649812, 'Torama', 10167, 62.397, 4.334, 119.532, 127), + (17649813, 'Torama', 10167, -1.758, 4.982, 153.412, 83), + (17649814, 'Torama', 10167, 8.113, 5.055, 159.197, 127), + (17649815, 'Torama', 10167, 39.858, 4.364, 164.961, 127), + (17649816, 'Torama', 10167, 48.440, 5.070, 174.352, 127), + (17649817, 'Torama', 10167, 53.826, 4.287, 143.153, 127), + (17649819, 'Torama', 10167, -7.000, 4.467, 184.000, 98), + (17649820, 'Torama', 10167, -7.233, 4.976, 204.202, 83), + (17649821, 'Labyrinth_Manticore', 10157, 49.000, 4.000, 196.000, 127), + (17649822, 'Ose', 10163, 17.000, 4.000, 152.000, 113), + (17649823, 'Torama', 10167, 26.971, 4.440, 216.229, 127), + (17649824, 'Torama', 10167, 9.000, 4.000, 176.000, 127), + (17649826, 'Labyrinth_Manticore', 10157, 4.000, 3.000, 201.000, 127), + (17649825, 'Goblin_Alchemist', 10142, 24.384, 5.471, 197.938, 103), + (17649828, 'Water_Elemental', 10170, 30.421, 5.318, 156.935, 33), + (17649830, 'Water_Elemental', 10170, -7.370, 5.106, 170.640, 127), + (17649829, 'Goblin_Alchemist', 10142, 13.729, 4.814, 166.295, 127), + (17649831, 'Goblin_Bandit', 10143, 5.096, 3.930, 166.865, 126), + (17649832, 'Goblin_Shepherd', 10152, 0.000, 0.000, 0.000, 0), + (17649833, 'Goblin_s_Leech', 10153, 0.000, 0.000, 0.000, 0), + (17649835, 'Water_Elemental', 10170, 19.981, 4.995, 167.218, 127), + (17649838, 'Goblin_Shepherd', 10152, 38.347, 5.500, 178.050, 56), + (17649839, 'Goblin_s_Leech', 10153, 0.000, 0.000, 0.000, 0), + (17649834, 'Goblin_Mercenary', 10147, 43.103, 5.677, 181.977, 23), + (17649841, 'Water_Elemental', 10170, 45.618, 4.666, 179.014, 127), + (17649843, 'Goblin_Shepherd', 10152, 41.150, 5.026, 204.483, 36), + (17649844, 'Goblin_s_Leech', 10153, 0.000, 0.000, 0.000, 0), + (17649846, 'Water_Elemental', 10170, 42.836, 4.980, 202.594, 127), + (17649836, 'Goblin_Alchemist', 10142, 0.000, 0.000, 0.000, 0), + (17649840, 'Goblin_Mercenary', 10147, 0.000, 0.000, 0.000, 0), + (17649858, 'Air_Elemental', 10139, 20.325, 4.091, 233.179, 127), + (17649827, 'Wyvern', 10171, 16.000, 5.000, 185.000, 127), + (17649837, 'Goblin_Bandit', 10143, 0.000, 0.000, 0.000, 0), + (17649845, 'Goblin_Mercenary', 10147, 0.000, 0.000, 0.000, 0), + (17649818, 'Soulstealer_Skullnix', 10165, 38.000, 5.000, 159.000, 127), + (17649859, 'Water_Elemental', 10170, 15.764, 5.079, 268.452, 127), + (17649860, 'Ubume', 10169, -176.000, 10.000, -59.000, 25), + (17649861, 'Megapod_Megalops', 10159, 0.000, 0.000, 0.000, 0), + (17678337, 'Sea_Pugil', 10445, 0.000, 0.000, 0.000, 0), + (17678338, 'Ocean_Crab', 10438, 0.000, 0.000, 0.000, 0), + (17678339, 'Ocean_Pugil', 10439, 0.000, 0.000, 0.000, 0), + (17678340, 'Pirate_Pugil', 10441, 0.000, 0.000, 0.000, 0), + (17678341, 'Sea_Monk', 10444, 0.000, 0.000, 0.000, 0), + (17678342, 'Sea_Crab', 10442, 0.000, 0.000, 0.000, 0), + (17678343, 'Sea_Crab', 10442, 0.000, 0.000, 0.000, 0), + (17678344, 'Sea_Pugil', 10445, 0.000, 0.000, 0.000, 0), + (17678345, 'Sea_Pugil', 10445, 0.000, 0.000, 0.000, 0), + (17678346, 'Sea_Monk', 10444, 0.000, 0.000, 0.000, 0), + (17678347, 'Phantom', 10440, 0.000, 0.000, 0.000, 0), + (17678348, 'Thunder_Elemental', 10446, 0.000, 0.000, 0.000, 0), + (17678349, 'Water_Elemental', 10447, 0.000, 0.000, 0.000, 0), + (17678350, 'Sea_Horror', 10443, 0.000, 0.000, 0.000, 0), + (17678351, 'Enagakure', 10437, 1.000, -7.000, 13.000, 60), + (17682433, 'Sea_Pugil', 10455, 0.000, 0.000, 0.000, 0), + (17682434, 'Ocean_Crab', 10448, 0.000, 0.000, 0.000, 0), + (17682435, 'Ocean_Pugil', 10449, 0.000, 0.000, 0.000, 0), + (17682436, 'Pirate_Pugil', 10451, 0.000, 0.000, 0.000, 0), + (17682437, 'Sea_Monk', 10454, 0.000, 0.000, 0.000, 0), + (17682438, 'Sea_Crab', 10452, 0.000, 0.000, 0.000, 0), + (17682439, 'Sea_Crab', 10452, 0.000, 0.000, 0.000, 0), + (17682440, 'Sea_Pugil', 10455, 0.000, 0.000, 0.000, 0), + (17682441, 'Sea_Pugil', 10455, 0.000, 0.000, 0.000, 0), + (17682442, 'Sea_Monk', 10454, 0.000, 0.000, 0.000, 0), + (17682443, 'Phantom', 10450, 0.000, 0.000, 0.000, 0), + (17682444, 'Thunder_Elemental', 10456, 0.000, 0.000, 0.000, 0), + (17682445, 'Water_Elemental', 10457, 0.000, 0.000, 0.000, 0), + (17682446, 'Sea_Horror', 10453, 0.000, 0.000, 0.000, 0), + (17707009, 'Sea_Pugil', 10467, 0.000, 0.000, 0.000, 0), + (17707010, 'Ocean_Crab', 10461, 0.000, 0.000, 0.000, 0), + (17707011, 'Ocean_Pugil', 10462, 0.000, 0.000, 0.000, 0), + (17707012, 'Pirate_Pugil', 10464, 0.000, 0.000, 0.000, 0), + (17707013, 'Sea_Monk', 10466, 0.000, 0.000, 0.000, 0), + (17707014, 'Sea_Crab', 10465, 0.000, 0.000, 0.000, 0), + (17707015, 'Sea_Crab', 10465, 0.000, 0.000, 0.000, 0), + (17707016, 'Sea_Pugil', 10467, 0.000, 0.000, 0.000, 0), + (17707017, 'Sea_Pugil', 10467, 0.000, 0.000, 0.000, 0), + (17707018, 'Sea_Monk', 10466, 0.000, 0.000, 0.000, 0), + (17707019, 'Phantom', 10463, 0.000, 0.000, 0.000, 0), + (17707020, 'Crossbones', 10459, 0.000, 0.000, 0.000, 0), + (17707021, 'Crossbones', 10459, 0.000, 0.000, 0.000, 0), + (17707022, 'Crossbones', 10459, 0.000, 0.000, 0.000, 0), + (17707023, 'Crossbones', 10459, 0.000, 0.000, 0.000, 0), + (17707024, 'Ship_Wight', 10468, 0.000, 0.000, 0.000, 0), + (17707025, 'Blackbeard', 10458, 0.000, 0.000, 0.000, 0), + (17707026, 'Enagakure', 10460, 0.000, 0.000, 0.000, 0), + (17711105, 'Sea_Pugil', 10476, 0.000, 0.000, 0.000, 0), + (17711106, 'Ocean_Crab', 10470, 0.000, 0.000, 0.000, 0), + (17711107, 'Ocean_Pugil', 10471, 0.000, 0.000, 0.000, 0), + (17711108, 'Pirate_Pugil', 10473, 0.000, 0.000, 0.000, 0), + (17711109, 'Sea_Monk', 10475, 0.000, 0.000, 0.000, 0), + (17711110, 'Sea_Crab', 10474, 0.000, 0.000, 0.000, 0), + (17711111, 'Sea_Crab', 10474, 0.000, 0.000, 0.000, 0), + (17711112, 'Sea_Pugil', 10476, 0.000, 0.000, 0.000, 0), + (17711113, 'Sea_Pugil', 10476, 0.000, 0.000, 0.000, 0), + (17711114, 'Sea_Monk', 10475, 0.000, 0.000, 0.000, 0), + (17711115, 'Phantom', 10472, 0.000, 0.000, 0.000, 0), + (17711116, 'Crossbones', 10469, 0.000, 0.000, 0.000, 0), + (17711117, 'Crossbones', 10469, 0.000, 0.000, 0.000, 0), + (17711118, 'Crossbones', 10469, 0.000, 0.000, 0.000, 0), + (17711119, 'Crossbones', 10469, 0.000, 0.000, 0.000, 0), + (17711120, 'Ship_Wight', 10477, 0.000, 0.000, 0.000, 0), + (17711121, 'Silverhook', 10478, 0.000, 0.000, 0.000, 0), + (17404320, 'Demonic_Rose', 8149, -184.000, 11.000, 94.000, 127), + (17404310, 'Boyahda_Sapling', 8145, -141.932, 8.470, 56.094, 127), + (17404311, 'Boyahda_Sapling', 8145, -140.404, 8.321, 43.047, 65), + (17404312, 'Bark_Tarantula', 8141, 0.000, 0.000, 0.000, 0), + (17404313, 'Boyahda_Sapling', 8145, -145.123, 7.878, 97.928, 127), + (17404314, 'Boyahda_Sapling', 8145, -138.823, 8.373, 80.228, 127), + (17404315, 'Bark_Tarantula', 8141, -135.164, 8.184, 95.777, 127), + (17404316, 'Bark_Tarantula', 8141, -137.104, 8.644, 93.374, 127), + (17404317, 'Boyahda_Sapling', 8145, -180.198, 8.859, 131.069, 127), + (17404318, 'Bark_Tarantula', 8141, -178.366, 8.578, 116.310, 127), + (17404319, 'Bark_Tarantula', 8141, 0.000, 0.000, 0.000, 0), + (17404332, 'Demonic_Rose', 8149, -181.337, 8.908, 133.996, 127), + (17404321, 'Boyahda_Sapling', 8145, -220.754, 5.531, 159.804, 127), + (17404322, 'Bark_Tarantula', 8141, -220.124, 5.576, 163.124, 127), + (17404323, 'Bark_Tarantula', 8141, -220.333, 5.512, 169.893, 127), + (17404324, 'Bark_Tarantula', 8141, -182.065, 4.585, 195.889, 127), + (17404325, 'Bark_Tarantula', 8141, -203.905, 5.572, 192.868, 127), + (17404326, 'Bark_Tarantula', 8141, -178.995, 5.518, 170.992, 37), + (17404327, 'Bark_Tarantula', 8141, -186.440, 5.144, 185.892, 79), + (17404328, 'Bark_Tarantula', 8141, 0.000, 0.000, 0.000, 0), + (17404329, 'Boyahda_Sapling', 8145, -183.375, 4.610, 196.373, 127), + (17404330, 'Boyahda_Sapling', 8145, 0.000, 0.000, 0.000, 0), + (17404331, 'Boyahda_Sapling', 8145, -200.195, 5.624, 214.879, 47), + (17404333, 'Voluptuous_Vivian', 8168, -198.000, 5.000, 203.000, 127), + (17404334, 'Bark_Tarantula', 8141, -178.897, 5.180, 159.977, 29), + (17404335, 'Bark_Tarantula', 8141, 0.000, 0.000, 0.000, 0), + (17404336, 'Bark_Tarantula', 8141, -139.648, 5.398, 170.288, 127), + (17404337, 'Bark_Tarantula', 8141, -141.047, 5.051, 153.710, 64), + (17404338, 'Mimic', 8155, 0.000, 0.000, 0.000, 0), + (17404339, 'Agas', 8137, 0.000, 0.000, 0.000, 0), + (17404340, 'Beet_Leafhopper', 8142, 0.000, 0.000, 0.000, 0), + (17404384, 'Zonpa-Zippa', 8170, 189.414, -32.840, -157.059, 92), + (17404241, 'Snaggletooth Peapuk', 10744, -191.151, 8.487, -235.017, 127), + (17404242, 'Snaggletooth Peapuk', 10744, -198.140, 8.696, -236.961, 71), + (17404246, 'Snaggletooth Peapuk', 10744, -208.375, 8.464, -250.122, 122), + (17490220, 'Recluse_Spider', 9045, -20.000, 21.000, 1.000, 127), + (17490221, 'Recluse_Spider', 9045, -10.000, 20.000, 14.000, 127), + (17490222, 'Recluse_Spider', 9045, 19.000, 20.000, 37.000, 127), + (17490223, 'Deinonychus', 9023, 0.000, 0.000, 0.000, 0), + (17490224, 'Recluse_Spider', 9045, 0.000, 0.000, 0.000, 0), + (17490225, 'Recluse_Spider', 9045, 0.000, 0.000, 0.000, 0), + (17490226, 'Recluse_Spider', 9045, 0.000, 0.000, 0.000, 0), + (17490227, 'Recluse_Spider', 9045, 0.000, 0.000, 0.000, 0), + (17490228, 'Recluse_Spider', 9045, 0.000, 0.000, 0.000, 0), + (17490229, 'Recluse_Spider', 9045, 0.000, 0.000, 0.000, 0), + (17490230, 'Mimic', 9041, 0.000, 0.000, 0.000, 0), + (17490231, 'Cancer', 9021, -25.000, -10.000, -152.000, 35), + (17490232, 'Robber_Crab', 9046, -25.000, -10.000, -152.000, 35), + (17490233, 'Phantom_Worm', 9044, 0.000, 0.000, 0.000, 0), + (17490234, 'Guivre', 9036, 119.000, -0.010, 38.000, 127), + (17461479, 'Bodach', 8773, 0.000, 0.000, 0.000, 0), + (17461471, 'Manes', 8771, 0.000, 0.000, 0.000, 0), + (17613130, 'Capricious_Cassie', 9931, -69.000, 0.075, 189.000, 127), + (17613121, 'Southern_Shadow', 9951, -152.000, -16.474, 82.000, 127), + (17613129, 'Dabotz_s_Ghost', 9935, -170.000, 0.100, 245.000, 249), + (17596520, 'Hazmat', 0, 0.000, 0.000, 0.000, 0), + (17584410, 'Knight_Crawler', 9822, -255.000, -1.000, 214.000, 127), + (17588674, 'Argus', 9842, 233.000, 20.000, -71.000, 127), + (17588685, 'Leech_King', 9866, 270.000, 18.000, -205.000, 127), + (17404252, 'Viseclaw', 10829, -186.000, 9.000, -301.000, 127), + (17404253, 'Viseclaw', 10829, -186.000, 9.000, -264.000, 127), + (17404256, 'Viseclaw', 10829, -215.000, 9.000, -264.000, 127), + (17404257, 'Viseclaw', 10829, -233.000, 9.000, -270.000, 127), + (17404260, 'Viseclaw', 10829, -246.000, 9.000, -271.000, 127), + (17404261, 'Viseclaw', 10829, -251.000, 9.000, -283.000, 127), + (17404264, 'Viseclaw', 10829, -243.000, 9.000, -290.000, 127), + (17404265, 'Viseclaw', 10829, -217.000, 9.000, -295.000, 127), + (17649847, 'Babaulas', 10832, 28.000, 5.000, 290.000, 127), + (17649848, 'Babaulas', 10832, 13.000, 4.000, 292.000, 127), + (17649849, 'Babaulas', 10832, 2.000, 4.000, 278.000, 127), + (17649850, 'Boribaba', 10833, 19.000, 5.000, 272.000, 127), + (17649851, 'Boribaba', 10833, 39.000, 3.000, 280.000, 127), + (17649852, 'Babaulas', 10832, 0.000, 0.000, 0.000, 0), + (17649853, 'Babaulas', 10832, 18.000, 5.000, 267.000, 127), + (17649854, 'Babaulas', 10832, 25.000, 5.000, 271.000, 127), + (17649855, 'Babaulas', 10832, 10.000, 5.000, 280.000, 127), + (17649856, 'Boribaba', 10833, 22.000, 6.000, 279.000, 127), + (17649857, 'Boribaba', 10833, 4.000, 5.000, 287.000, 127), + (17506666, 'Aura_Sculpture', 10830, 82.000, 32.000, -5.000, 127), + (17506667, 'Olla_Pequena', 9283, 851.000, -1.000, 92.000, 113), + (17506668, 'Olla_Media', 9282, 851.000, -1.000, 92.000, 113), + (17506669, 'Olla_Grande', 9281, 851.000, -1.000, 92.000, 113), + (17506670, 'Kirin', 9278, -76.000, 32.000, -4.000, 166), + (17506671, 'Genbu', 9276, -76.000, 32.000, -4.000, 166), + (17506672, 'Seiryu', 9284, -76.000, 32.000, -4.000, 166), + (17506673, 'Byakko', 9269, -76.000, 32.000, -4.000, 166), + (17506674, 'Suzaku', 9286, -76.000, 32.000, -4.000, 166), + (17506675, 'Kirin_s_Avatar', 9279, 0.000, 0.000, 0.000, 0), + (17596673, 'Donjon_Bat', 10831, -166.000, 19.000, 311.000, 127), + (17596674, 'Donjon_Bat', 10831, -266.000, 14.000, 266.000, 127), + (17596675, 'Donjon_Bat', 10831, -253.000, 13.000, 253.000, 127), + (17596679, 'Donjon_Bat', 10831, -319.000, 19.000, 260.000, 127), + (17596680, 'Donjon_Bat', 10831, 0.000, 0.000, 0.000, 0), + (17596686, 'Donjon_Bat', 10831, 0.000, 0.000, 0.000, 0), + (17596701, 'Donjon_Bat', 10831, 0.000, 0.000, 0.000, 0), + (17596702, 'Donjon_Bat', 10831, 0.000, 0.000, 0.000, 0), + (17596706, 'Donjon_Bat', 10831, 0.000, 0.000, 0.000, 0), + (17596711, 'Donjon_Bat', 10831, 0.000, 0.000, 0.000, 0), + (17596667, 'Donjon_Bat', 10831, -197.000, 19.000, 307.000, 127), + (17596668, 'Donjon_Bat', 10831, -166.000, 19.000, 327.000, 127), + (17596659, 'Donjon_Bat', 10831, -217.000, 19.000, 281.000, 127), + (17596653, 'Donjon_Bat', 10831, -266.000, 19.000, 236.000, 127), + (17596654, 'Donjon_Bat', 10831, -234.000, 19.000, 249.000, 127), + (17596647, 'Donjon_Bat', 10831, -306.000, 19.000, 277.000, 127), + (17596648, 'Donjon_Bat', 10831, -352.000, 19.000, 238.000, 127), + (17596649, 'Donjon_Bat', 10831, -310.000, 19.000, 239.000, 127), + (17596650, 'Warden_Beetle', 10762, -211.000, 19.000, 272.000, 127), + (17596651, 'Warden_Beetle', 10762, -193.000, 19.000, 323.000, 127), + (17596652, 'Warden_Beetle', 10762, 0.000, 0.000, 0.000, 0), + (17289638, 'Picolaton', 6791, 0.000, 0.000, 0.000, 0), + (17629264, 'Sabotender_Bailarina', 10081, 0.000, 0.000, 0.000, 0), + (17584411, 'Knight_Crawler', 9822, -343.000, -1.000, -252.000, 127), + (17584412, 'Knight_Crawler', 9822, -243.000, -1.000, 246.000, 127), + (17584413, 'Knight_Crawler', 9822, -223.000, -1.000, 214.000, 127), + (17584419, 'Knight_Crawler', 9822, -192.000, -1.000, 201.000, 127), + (17584420, 'Knight_Crawler', 9822, -200.000, -1.000, 222.000, 127), + (17584421, 'Knight_Crawler', 9822, -209.000, -1.000, 250.000, 127), + (17584422, 'Knight_Crawler', 9822, -189.000, -1.000, 231.000, 127), + (17584407, 'Crawler_Hunter', 9809, -137.000, -1.000, 211.000, 127), + (17584408, 'Crawler_Hunter', 9809, -205.000, -1.000, 190.000, 127), + (17584409, 'Crawler_Hunter', 9809, -248.000, -1.000, 202.000, 127), + (17584417, 'Crawler_Hunter', 9809, -227.000, -1.000, 185.000, 127), + (17584418, 'Crawler_Hunter', 9809, -229.000, -1.000, 255.000, 127), + (17584486, 'Grounds_Tome', 1, 0.000, 0.000, 0.000, 0), + (17584487, 'Grounds_Tome', 1, 0.000, 0.000, 0.000, 0), + (17481786, 'Veindigger_Leech', 10751, -57.000, 8.000, -315.000, 127), + (17481787, 'Veindigger_Leech', 10751, -57.000, 7.000, -302.000, 127), + (17481789, 'Veindigger_Leech', 10751, -62.000, 8.000, -308.000, 127), + (17481765, 'Soot_Crab', 10750, -69.000, 8.000, -335.000, 127), + (17481744, 'Colliery_Bat', 10748, 114.000, 8.000, -140.000, 128), + (17481745, 'Colliery_Bat', 10748, -41.000, 8.000, -60.000, 127), + (17481746, 'Colliery_Bat', 10748, -1.000, 8.000, -59.000, 127), + (17481763, 'Colliery_Bat', 10748, -19.000, 8.000, -86.000, 127), + (17481766, 'Burrower_Worm', 10749, -2.000, 9.000, -130.000, 127), + (17481767, 'Burrower_Worm', 10749, 142.000, 8.000, -195.000, 127), + (17481768, 'Burrower_Worm', 10749, 139.000, 7.000, -214.000, 127), + (17481776, 'Colliery_Bat', 10748, -39.000, 9.000, -169.000, 127), + (17481777, 'Colliery_Bat', 10748, 44.000, 8.000, -99.000, 127), + (17481778, 'Colliery_Bat', 10748, 51.000, 8.000, -258.000, 127), + (17481779, 'Colliery_Bat', 10748, 64.000, 8.000, -255.000, 127), + (17481780, 'Burrower_Worm', 10749, -13.000, 10.000, -145.000, 127), + (17481781, 'Burrower_Worm', 10749, -35.000, 9.000, -149.000, 127), + (17481782, 'Burrower_Worm', 10749, -39.000, 9.000, -109.000, 127), + (17481783, 'Burrower_Worm', 10749, 6.000, 9.000, -165.000, 127), + (17481784, 'Burrower_Worm', 10749, -84.000, 8.000, -222.000, 127), + (17481785, 'Burrower_Worm', 10749, -67.000, 8.000, -265.000, 127), + (17584425, 'Dreadbug', 9814, -18.000, -8.000, 124.000, 133), + (16797969, 'Jormungand', 141, -220.000, -175.000, 122.000, 127), + (17108993, 'Snipper', 3084, 0.000, 0.000, 0.000, 0), + (17108994, 'Mud_Pugil', 3035, 0.000, 0.000, 0.000, 0), + (17108995, 'Pug_Pugil', 3057, 0.000, 0.000, 0.000, 0), + (17108996, 'Clipper', 2980, 0.000, 0.000, 0.000, 0), + (17108997, 'Fighting_Pugil', 3004, 0.000, 0.000, 0.000, 0), + (17108998, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17108999, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109000, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109001, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109002, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109003, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109004, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109005, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109006, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109007, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109008, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109009, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109010, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109011, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109012, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109013, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109014, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109015, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109016, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109017, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109018, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109019, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109020, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109021, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109022, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109023, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109024, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109025, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109026, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109027, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109028, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109029, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109030, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109031, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109032, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109033, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109034, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109035, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109036, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109037, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109038, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109039, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109040, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109041, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109042, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109043, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109044, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109045, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109046, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109047, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109048, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109049, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109050, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109051, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109052, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109053, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109054, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109055, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109056, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109057, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109058, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109059, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109060, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109061, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109062, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109063, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109064, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109065, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109066, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109067, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109068, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109069, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109070, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109071, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109072, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109073, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109074, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109075, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109076, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109077, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109078, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109079, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109080, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109081, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109082, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109083, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109084, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109085, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109086, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109087, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109088, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109089, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109090, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109091, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109092, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109093, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109094, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109095, 'Goblin_Patrolman', 3013, 0.000, 0.000, 0.000, 0), + (17109096, 'Goblin_s_Ladybug', 3016, 0.000, 0.000, 0.000, 0), + (17109097, 'Goblin_Franctireur', 3010, 0.000, 0.000, 0.000, 0), + (17109098, 'Goblin_Draftee', 3009, 0.000, 0.000, 0.000, 0), + (17109099, 'Goblin_Skirmisher', 3015, 0.000, 0.000, 0.000, 0), + (17109100, 'Goblin_Mine', 3012, 0.000, 0.000, 0.000, 0), + (17109101, 'Goblin_Franctireur', 3010, 0.000, 0.000, 0.000, 0), + (17109102, 'Goblin_Draftee', 3009, 0.000, 0.000, 0.000, 0), + (17109103, 'Goblin_Franctireur', 3010, 0.000, 0.000, 0.000, 0), + (17109104, 'Goblin_Patrolman', 3013, 0.000, 0.000, 0.000, 0), + (17109105, 'Goblin_s_Ladybug', 3016, 0.000, 0.000, 0.000, 0), + (17109106, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109107, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109108, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109109, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109110, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109111, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109112, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109113, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109114, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109115, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109116, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109117, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109118, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109119, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109120, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109121, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109122, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109123, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109124, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109125, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109126, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109127, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109128, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109129, 'Goblin_Franctireur', 3010, 0.000, 0.000, 0.000, 0), + (17109130, 'Goblin_Draftee', 3009, 0.000, 0.000, 0.000, 0), + (17109131, 'Goblin_Skirmisher', 3015, 0.000, 0.000, 0.000, 0), + (17109132, 'Goblin_Mine', 3012, 0.000, 0.000, 0.000, 0), + (17109133, 'Goblin_Franctireur', 3010, 0.000, 0.000, 0.000, 0), + (17109134, 'Goblin_Draftee', 3009, 0.000, 0.000, 0.000, 0), + (17109135, 'Goblin_Skirmisher', 3015, 0.000, 0.000, 0.000, 0), + (17109136, 'Goblin_Mine', 3012, 0.000, 0.000, 0.000, 0), + (17109137, 'Goblin_Patrolman', 3013, 0.000, 0.000, 0.000, 0), + (17109138, 'Goblin_s_Ladybug', 3016, 0.000, 0.000, 0.000, 0), + (17109139, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109140, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109141, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109142, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109143, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109144, 'Wild_Sheep', 3094, 0.000, 0.000, 0.000, 0), + (17109145, 'Giant_Spider', 3007, 0.000, 0.000, 0.000, 0), + (17109146, 'Giant_Spider', 3007, 0.000, 0.000, 0.000, 0), + (17109147, 'Melusine', 0, 0.000, 0.000, 0.000, 0), + (17109148, 'Giant_Spider', 3007, 0.000, 0.000, 0.000, 0), + (17109149, 'Giant_Spider', 3007, 0.000, 0.000, 0.000, 0), + (17109150, 'Giant_Spider', 3007, 0.000, 0.000, 0.000, 0), + (17109151, 'Giant_Spider', 3007, 0.000, 0.000, 0.000, 0), + (17109152, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109153, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109154, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109155, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109156, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109157, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109158, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109159, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109160, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109161, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109162, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109163, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109164, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109165, 'Forest_Hare', 3005, 0.000, 0.000, 0.000, 0), + (17109166, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109167, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109168, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109169, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109170, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109171, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109172, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109173, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109174, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109175, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109176, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109177, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109178, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109179, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109180, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109181, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109182, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109183, 'Carrion_Worm', 2974, 0.000, 0.000, 0.000, 0), + (17109184, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109185, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109186, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109187, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109188, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109189, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109190, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109191, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109192, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109193, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109194, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109195, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109196, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109197, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109198, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109199, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109200, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109201, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109202, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109203, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109204, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109205, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109206, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109207, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109208, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109209, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109210, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109211, 'River_Crab', 3063, 0.000, 0.000, 0.000, 0), + (17109212, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109213, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109214, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109215, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109216, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109217, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109218, 'Pugil', 3056, 0.000, 0.000, 0.000, 0), + (17109219, 'Mouse_Bat', 3034, 0.000, 0.000, 0.000, 0), + (17109220, 'Ding_Bats', 2990, 0.000, 0.000, 0.000, 0), + (17109221, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109222, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109223, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109224, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109225, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109226, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109227, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109228, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109229, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109230, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109231, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109232, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109233, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109234, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109235, 'Myradrosh', 0, 0.000, 0.000, 0.000, 0), + (17109236, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109237, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109238, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109239, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109240, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109241, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109242, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109243, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109244, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109245, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109246, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109247, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109248, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109249, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109250, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109251, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109252, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109253, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109254, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109255, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109256, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109257, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109258, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109259, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109260, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109261, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109262, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109263, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109264, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109265, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109266, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109267, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109268, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109269, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109270, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109271, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109272, 'Scarab_Beetle', 3073, 0.000, 0.000, 0.000, 0), + (17109273, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109274, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109275, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109276, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109277, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109278, 'Colibri', 2981, 0.000, 0.000, 0.000, 0), + (17109279, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109280, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109281, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109282, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109283, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109284, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109285, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109286, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109287, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109288, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109289, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109290, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109291, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109292, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109293, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109294, 'Djinn', 2992, 0.000, 0.000, 0.000, 0), + (17109295, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109296, 'Goblintrap', 0, 0.000, 0.000, 0.000, 0), + (17109297, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109298, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109299, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109300, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109301, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109302, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109303, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109304, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109305, 'Battrap', 2969, 0.000, 0.000, 0.000, 0), + (17109306, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109307, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109308, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109309, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109310, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109311, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109312, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109313, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109314, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109315, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109316, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109317, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109318, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109319, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109320, 'Ladybug', 3026, 0.000, 0.000, 0.000, 0), + (17109321, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109322, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109323, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109324, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109325, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109326, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109327, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109328, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109329, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109330, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109331, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109332, 'Enchanted_Bones', 2995, 0.000, 0.000, 0.000, 0), + (17109333, 'Walking_Tree', 3092, 0.000, 0.000, 0.000, 0), + (17109334, 'Walking_Tree', 3092, 0.000, 0.000, 0.000, 0), + (17109335, 'Walking_Tree', 3092, 0.000, 0.000, 0.000, 0), + (17109336, 'Walking_Tree', 3092, 0.000, 0.000, 0.000, 0), + (17109337, 'Walking_Tree', 3092, 0.000, 0.000, 0.000, 0), + (17109338, 'Skogs_Fru', 3083, 0.000, 0.000, 0.000, 0), + (17109339, 'Orcish_Mesmerizer', 3043, 0.000, 0.000, 0.000, 0), + (17109340, 'Orcish_Stonechucker', 3045, 0.000, 0.000, 0.000, 0), + (17109341, 'Orcish_Fodder', 3041, 0.000, 0.000, 0.000, 0), + (17109342, 'Orcish_Neckchopper', 3044, 0.000, 0.000, 0.000, 0), + (17109343, 'Orcish_Mesmerizer', 3043, 0.000, 0.000, 0.000, 0), + (17109344, 'Orcish_Neckchopper', 3044, 0.000, 0.000, 0.000, 0), + (17109345, 'Orcish_Fodder', 3041, 0.000, 0.000, 0.000, 0), + (17109346, 'Orcish_Stonechucker', 3045, 0.000, 0.000, 0.000, 0), + (17109347, 'Orcish_Neckchopper', 3044, 0.000, 0.000, 0.000, 0), + (17109348, 'Orcish_Fodder', 3041, 0.000, 0.000, 0.000, 0), + (17109349, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109350, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109351, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109352, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109353, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109354, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109355, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109356, 'Pixie', 3050, 0.000, 0.000, 0.000, 0), + (17109357, 'Sandworm', 3071, 0.000, 0.000, 0.000, 0), + (17109358, 'Goblin_Picaroon', 3014, 0.000, 0.000, 0.000, 0), + (17109359, 'Goblin_Picaroon', 3014, 0.000, 0.000, 0.000, 0), + (17109360, 'Goblin_Picaroon', 3014, 0.000, 0.000, 0.000, 0), + (17109361, 'Goblin_Picaroon', 3014, 0.000, 0.000, 0.000, 0), + (17109362, 'Goblin_Picaroon', 3014, 0.000, 0.000, 0.000, 0), + (17109363, 'Goblin_Picaroon', 3014, 0.000, 0.000, 0.000, 0), + (17109364, 'Orcish_Transporter', 3047, 0.000, 0.000, 0.000, 0), + (17109365, 'Orcish_Guard', 3042, 0.000, 0.000, 0.000, 0), + (17109366, 'Orcish_Guard', 3042, 0.000, 0.000, 0.000, 0), + (17109367, 'Dark_Ixion', 2987, 0.000, 0.000, 0.000, 0), + (17109368, 'Queenbug', 3058, 0.000, 0.000, 0.000, 0), + (17109369, 'Ancilla_Beetle', 2960, 0.000, 0.000, 0.000, 0), + (17109370, 'Ancilla_Beetle', 2960, 0.000, 0.000, 0.000, 0), + (17109371, 'Ancilla_Beetle', 2960, 0.000, 0.000, 0.000, 0), + (17109372, 'Ancilla_Beetle', 2960, 0.000, 0.000, 0.000, 0), + (17109373, 'Ancilla_Beetle', 2960, 0.000, 0.000, 0.000, 0), + (17109374, 'Ancilla_Beetle', 2960, 0.000, 0.000, 0.000, 0), + (17109375, 'Faytrapper_Vashgash', 3000, 0.000, 0.000, 0.000, 0), + (17109376, 'Faygorger_Ram', 2998, 0.000, 0.000, 0.000, 0), + (17109377, 'Faygorger_Ram', 2998, 0.000, 0.000, 0.000, 0), + (17109378, 'Faygorger_Sheep', 2999, 0.000, 0.000, 0.000, 0), + (17109379, 'Faygorger_Sheep', 2999, 0.000, 0.000, 0.000, 0), + (17109380, 'Faygorger_Sheep', 2999, 0.000, 0.000, 0.000, 0), + (17109381, 'Faygorger_Sheep', 2999, 0.000, 0.000, 0.000, 0), + (17109382, 'Yilbegan', 0, 0.000, 0.000, 0.000, 0), + (17109383, 'Krabkatoa', 0, 0.000, 0.000, 0.000, 0), + (17109384, 'Yacumama', 0, 0.000, 0.000, 0.000, 0), + (17109385, 'Capricornus', 0, 0.000, 0.000, 0.000, 0), + (17109386, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17109387, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17109388, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17109389, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17109390, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17109391, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17109392, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17109393, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17137665, 'Stone_Crab', 3998, 0.000, 0.000, 0.000, 0), + (17137666, 'Sand_Crab', 3988, 0.000, 0.000, 0.000, 0), + (17137667, 'Land_Crab', 3950, 0.000, 0.000, 0.000, 0), + (17137668, 'Pug_Pugil', 3973, 0.000, 0.000, 0.000, 0), + (17137669, 'Fighting_Pugil', 3920, 0.000, 0.000, 0.000, 0), + (17137670, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137671, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137672, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137673, 'Ding_Bats', 3905, 0.000, 0.000, 0.000, 0), + (17137674, 'Ding_Bats', 3905, 0.000, 0.000, 0.000, 0), + (17137675, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137676, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137677, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137678, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137679, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137680, 'Revenant', 3981, 0.000, 0.000, 0.000, 0), + (17137681, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137682, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137683, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137684, 'Ding_Bats', 3905, 0.000, 0.000, 0.000, 0), + (17137685, 'Ding_Bats', 3905, 0.000, 0.000, 0.000, 0), + (17137686, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137687, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137688, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137689, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137690, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137691, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137692, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137693, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137694, 'Ornery_Sheep', 3966, 0.000, 0.000, 0.000, 0), + (17137695, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137696, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137697, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137698, 'Ding_Bats', 3905, 0.000, 0.000, 0.000, 0), + (17137699, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137700, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137701, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137702, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137703, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137704, 'Ding_Bats', 3905, 0.000, 0.000, 0.000, 0), + (17137705, 'Ankabut', 0, 0.000, 0.000, 0.000, 0), + (17137706, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137707, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137708, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137709, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137710, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137711, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137712, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137713, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137714, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137715, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137716, 'River_Crab', 3983, 0.000, 0.000, 0.000, 0), + (17137717, 'River_Crab', 3983, 0.000, 0.000, 0.000, 0), + (17137718, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137719, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137720, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137721, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137722, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137723, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137724, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137725, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137726, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137727, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137728, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137729, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137730, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137731, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137732, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137733, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137734, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137735, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137736, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137737, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137738, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137739, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137740, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137741, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137742, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137743, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137744, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137745, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137746, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137747, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137748, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137749, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137750, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137751, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137752, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137753, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137754, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137755, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137756, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137757, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137758, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137759, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137760, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137761, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137762, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137763, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137764, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137765, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137766, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137767, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137768, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137769, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137770, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137771, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137772, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137773, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137774, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137775, 'Goblin_Franctireur', 3929, 0.000, 0.000, 0.000, 0), + (17137776, 'Goblin_Draftee', 3928, 0.000, 0.000, 0.000, 0), + (17137777, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137778, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137779, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137780, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137781, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137782, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137783, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137784, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137785, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137786, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137787, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137788, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137789, 'Walking_Sapling', 4009, 0.000, 0.000, 0.000, 0), + (17137790, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137791, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137792, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137793, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137794, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137795, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137796, 'Tunnel_Worm', 4003, 0.000, 0.000, 0.000, 0), + (17137797, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137798, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137799, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137800, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137801, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137802, 'Vulture', 4008, 0.000, 0.000, 0.000, 0), + (17137803, 'Black_Wolf', 3887, 0.000, 0.000, 0.000, 0), + (17137804, 'Young_Quadav', 4012, 0.000, 0.000, 0.000, 0), + (17137805, 'Amethyst_Quadav', 3877, 0.000, 0.000, 0.000, 0), + (17137806, 'Amber_Quadav', 3876, 0.000, 0.000, 0.000, 0), + (17137807, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137808, 'Enchanted_Bones', 3912, 0.000, 0.000, 0.000, 0), + (17137809, 'Enchanted_Bones', 3912, 0.000, 0.000, 0.000, 0), + (17137810, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137811, 'River_Crab', 3983, 0.000, 0.000, 0.000, 0), + (17137812, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137813, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137814, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137815, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137816, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137817, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137818, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137819, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137820, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137821, 'Gloomanita', 3925, 0.000, 0.000, 0.000, 0), + (17137822, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137823, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137824, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137825, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137826, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137827, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137828, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137829, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137830, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137831, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137832, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137833, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137834, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137835, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137836, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137837, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137838, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137839, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137840, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137841, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137842, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137843, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137844, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137845, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137846, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137847, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137848, 'Fledermaus', 3922, 0.000, 0.000, 0.000, 0), + (17137849, 'Fledermaus', 3922, 0.000, 0.000, 0.000, 0), + (17137850, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137851, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137852, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137853, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137854, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137855, 'Fledermaus', 3922, 0.000, 0.000, 0.000, 0), + (17137856, 'Fledermaus', 3922, 0.000, 0.000, 0.000, 0), + (17137857, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137858, 'Rock_Eater', 3984, 0.000, 0.000, 0.000, 0), + (17137859, 'Olgoi-Khorkhoi', 0, 0.000, 0.000, 0.000, 0), + (17137860, 'Veteran_Quadav', 4006, 0.000, 0.000, 0.000, 0), + (17137861, 'Greater_Quadav', 3939, 0.000, 0.000, 0.000, 0), + (17137862, 'Onyx_Quadav', 3965, 0.000, 0.000, 0.000, 0), + (17137863, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137864, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137865, 'Goblin_Chapman', 3927, 0.000, 0.000, 0.000, 0), + (17137866, 'Goblin_Aidman', 3926, 0.000, 0.000, 0.000, 0), + (17137867, 'Goblin_Chapman', 3927, 0.000, 0.000, 0.000, 0), + (17137868, 'Goblin_Aidman', 3926, 0.000, 0.000, 0.000, 0), + (17137869, 'Goblin_Chapman', 3927, 0.000, 0.000, 0.000, 0), + (17137870, 'Goblin_Aidman', 3926, 0.000, 0.000, 0.000, 0), + (17137871, 'Goblin_Chapman', 3927, 0.000, 0.000, 0.000, 0), + (17137872, 'Goblin_Aidman', 3926, 0.000, 0.000, 0.000, 0), + (17137873, 'Goblin_Freelance', 3930, 0.000, 0.000, 0.000, 0), + (17137874, 'Goblin_Aidman', 3926, 0.000, 0.000, 0.000, 0), + (17137875, 'Goblin_Chapman', 3927, 0.000, 0.000, 0.000, 0), + (17137876, 'Goblin_Freelance', 3930, 0.000, 0.000, 0.000, 0), + (17137877, 'Goblin_Aidman', 3926, 0.000, 0.000, 0.000, 0), + (17137878, 'Goblin_Chapman', 3927, 0.000, 0.000, 0.000, 0), + (17137879, 'Goblin_Freelance', 3930, 0.000, 0.000, 0.000, 0), + (17137880, 'Goblin_Aidman', 3926, 0.000, 0.000, 0.000, 0), + (17137881, 'Goblin_Chapman', 3927, 0.000, 0.000, 0.000, 0), + (17137882, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137883, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137884, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137885, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137886, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137887, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137888, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137889, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137890, 'Goblin_Draftee', 3928, 0.000, 0.000, 0.000, 0), + (17137891, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137892, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137893, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137894, 'Goblin_Franctireur', 3929, 0.000, 0.000, 0.000, 0), + (17137895, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137896, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137897, 'Goblin_Patrolman', 3933, 0.000, 0.000, 0.000, 0), + (17137898, 'Goblin_s_Bee', 3936, 0.000, 0.000, 0.000, 0), + (17137899, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137900, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137901, 'Goblin_Franctireur', 3929, 0.000, 0.000, 0.000, 0), + (17137902, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137903, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137904, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137905, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137906, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137907, 'Goblin_Draftee', 3928, 0.000, 0.000, 0.000, 0), + (17137908, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137909, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137910, 'Coppercap', 3898, 0.000, 0.000, 0.000, 0), + (17137911, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137912, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137913, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137914, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137915, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137916, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137917, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137918, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137919, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137920, 'Goblin_Patrolman', 3933, 0.000, 0.000, 0.000, 0), + (17137921, 'Goblin_s_Bee', 3936, 0.000, 0.000, 0.000, 0), + (17137922, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137923, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137924, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137925, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137926, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137927, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137928, 'Huge_Hornet', 3940, 0.000, 0.000, 0.000, 0), + (17137929, 'Maneating_Hornet', 3958, 0.000, 0.000, 0.000, 0), + (17137930, 'Maneating_Hornet', 3958, 0.000, 0.000, 0.000, 0), + (17137931, 'Maneating_Hornet', 3958, 0.000, 0.000, 0.000, 0), + (17137932, 'Maneating_Hornet', 3958, 0.000, 0.000, 0.000, 0), + (17137933, 'Maneating_Hornet', 3958, 0.000, 0.000, 0.000, 0), + (17137934, 'Pixie', 3968, 0.000, 0.000, 0.000, 0), + (17137935, 'Revenant', 3981, 0.000, 0.000, 0.000, 0), + (17137936, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137937, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137938, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137939, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137940, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137941, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137942, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137943, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137944, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137945, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137946, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137947, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137948, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137949, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137950, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137951, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137952, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137953, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137954, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137955, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137956, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137957, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137958, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137959, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137960, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137961, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137962, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137963, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137964, 'Stone_Eater', 3999, 0.000, 0.000, 0.000, 0), + (17137965, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137966, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137967, 'Revenant', 3981, 0.000, 0.000, 0.000, 0), + (17137968, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137969, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137970, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137971, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137972, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137973, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137974, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137975, 'Huge_Spider', 3941, 0.000, 0.000, 0.000, 0), + (17137976, 'Peaseblossom', 0, 0.000, 0.000, 0.000, 0), + (17137977, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137978, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137979, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137980, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137981, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137982, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137983, 'Lesser_Wivre', 3952, 0.000, 0.000, 0.000, 0), + (17137984, 'Lesser_Wivre', 3952, 0.000, 0.000, 0.000, 0), + (17137985, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17137986, 'Lesser_Wivre', 3952, 0.000, 0.000, 0.000, 0), + (17137987, 'Black_Wolf', 3887, 0.000, 0.000, 0.000, 0), + (17137988, 'Copper_Quadav', 3899, 0.000, 0.000, 0.000, 0), + (17137989, 'Amethyst_Quadav', 3877, 0.000, 0.000, 0.000, 0), + (17137990, 'Lesser_Wivre', 3952, 0.000, 0.000, 0.000, 0), + (17137991, 'Young_Quadav', 4012, 0.000, 0.000, 0.000, 0), + (17137992, 'Amber_Quadav', 3876, 0.000, 0.000, 0.000, 0), + (17137993, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17137994, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17137995, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17137996, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17137997, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17137998, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17137999, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138000, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138001, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138002, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138003, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138004, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138005, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138006, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138007, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138008, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17138009, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17138010, 'Enchanted_Bones', 3912, 0.000, 0.000, 0.000, 0), + (17138011, 'Enchanted_Bones', 3912, 0.000, 0.000, 0.000, 0), + (17138012, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17138013, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17138014, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17138015, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17138016, 'Lesser_Wivre', 3952, 0.000, 0.000, 0.000, 0), + (17138017, 'Rock_Lizard', 3985, 0.000, 0.000, 0.000, 0), + (17138018, 'Lesser_Wivre', 3952, 0.000, 0.000, 0.000, 0), + (17138019, 'Lesser_Wivre', 3952, 0.000, 0.000, 0.000, 0), + (17138020, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138021, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138022, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138023, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138024, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138025, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138026, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138027, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138028, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138029, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138030, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138031, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138032, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138033, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138034, 'Drachenlizard', 10860, 0.000, 0.000, 0.000, 0), + (17138036, 'Goblin_Mine', 3932, 0.000, 0.000, 0.000, 0), + (17138035, 'Goblin_Skirmisher', 3935, 0.000, 0.000, 0.000, 0), + (17138037, 'Goblin_Skirmisher', 3935, 0.000, 0.000, 0.000, 0), + (17138038, 'Goblin_Mine', 3932, 0.000, 0.000, 0.000, 0), + (17138039, 'Goblin_Skirmisher', 3935, 0.000, 0.000, 0.000, 0), + (17138040, 'Goblin_Mine', 3932, 0.000, 0.000, 0.000, 0), + (17138041, 'Sandworm', 3987, 0.000, 0.000, 0.000, 0), + (17138042, 'Goblin_Picaroon', 3934, 0.000, 0.000, 0.000, 0), + (17138043, 'Goblin_Picaroon', 3934, 0.000, 0.000, 0.000, 0), + (17138044, 'Goblin_Picaroon', 3934, 0.000, 0.000, 0.000, 0), + (17138045, 'Goblin_Picaroon', 3934, 0.000, 0.000, 0.000, 0), + (17138046, 'Goblin_Picaroon', 3934, 0.000, 0.000, 0.000, 0), + (17138047, 'Goblin_Picaroon', 3934, 0.000, 0.000, 0.000, 0), + (17138048, 'Quadav_Transporter', 3975, 0.000, 0.000, 0.000, 0), + (17138049, 'Quadav_Guard', 3974, 0.000, 0.000, 0.000, 0), + (17138050, 'Quadav_Guard', 3974, 0.000, 0.000, 0.000, 0), + (17138051, 'Feeorin', 3916, 0.000, 0.000, 0.000, 0), + (17138052, 'Fay', 3915, 0.000, 0.000, 0.000, 0), + (17138053, 'Fay', 3915, 0.000, 0.000, 0.000, 0), + (17138054, 'Fay', 3915, 0.000, 0.000, 0.000, 0), + (17138055, 'Fay', 3915, 0.000, 0.000, 0.000, 0), + (17138056, 'Fay', 3915, 0.000, 0.000, 0.000, 0), + (17138057, 'Fay', 3915, 0.000, 0.000, 0.000, 0), + (17138058, 'Stabnix_Skewerfinger', 3995, 0.000, 0.000, 0.000, 0), + (17138059, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138060, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138061, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138062, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138063, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138064, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138065, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138066, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138067, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138068, 'Pixie_Impaler', 3969, 0.000, 0.000, 0.000, 0), + (17138069, 'Yilbegan', 0, 0.000, 0.000, 0.000, 0), + (17138070, 'Blobdingnag', 0, 0.000, 0.000, 0.000, 0), + (17138071, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17138072, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17138073, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17138074, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17138075, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17138076, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17138077, 'Shoggoth', 0, 0.000, 0.000, 0.000, 0), + (17138078, 'Lamprey_Lord', 0, 0.000, 0.000, 0.000, 0), + (17138079, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17138080, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17138081, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17138082, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17138083, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17138084, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17138085, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17138086, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17166337, 'Savanna_Crab', 4895, 0.000, 0.000, 0.000, 0), + (17166338, 'Mugger_Crab', 4869, 0.000, 0.000, 0.000, 0), + (17166339, 'Mud_Pugil', 4868, 0.000, 0.000, 0.000, 0), + (17166340, 'Pug_Pugil', 4884, 0.000, 0.000, 0.000, 0), + (17166341, 'Fighting_Pugil', 4833, 0.000, 0.000, 0.000, 0), + (17166342, 'Mad_Fox', 4864, 0.000, 0.000, 0.000, 0), + (17166343, 'Mad_Fox', 4864, 0.000, 0.000, 0.000, 0), + (17166344, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166345, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166346, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166347, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166348, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166349, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166350, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166351, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166352, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166353, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166354, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166355, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166356, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166357, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166358, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166359, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166360, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166361, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166362, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166363, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166364, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166365, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166366, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166367, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166368, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166369, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166370, 'Savanna_Dhalmel', 4896, 0.000, 0.000, 0.000, 0), + (17166371, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166372, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166373, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166374, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166375, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166376, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166377, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166378, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166379, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166380, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166381, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166382, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166383, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166384, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166385, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166386, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166387, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166388, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166389, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166390, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166391, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166392, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166393, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166394, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166395, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166396, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166397, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166398, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166399, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166400, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166401, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166402, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166403, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166404, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166405, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166406, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166407, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166408, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166409, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166410, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166411, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166412, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166413, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166414, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166415, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166416, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166417, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166418, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166419, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166420, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166421, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166422, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166423, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166424, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166425, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166426, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166427, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166428, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166429, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166430, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166431, 'Goblin_Patrolman', 4842, 0.000, 0.000, 0.000, 0), + (17166432, 'Goblin_s_Rarab', 4845, 0.000, 0.000, 0.000, 0), + (17166433, 'Goblin_Draftee', 4838, 0.000, 0.000, 0.000, 0), + (17166434, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166435, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166436, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166437, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166438, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166439, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166440, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166441, 'Belladonna', 0, 0.000, 0.000, 0.000, 0), + (17166442, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166443, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166444, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166445, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166446, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166447, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166448, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166449, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166450, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166451, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166452, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166453, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166454, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166455, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166456, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166457, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166458, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166459, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166460, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166461, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166462, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166463, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166464, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166465, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166466, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166467, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166468, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166469, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166470, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166471, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166472, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166473, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166474, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166475, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166476, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166477, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166478, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166479, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166480, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166481, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166482, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166483, 'Goblin_Franctireur', 4839, 0.000, 0.000, 0.000, 0), + (17166484, 'Goblin_Patrolman', 4842, 0.000, 0.000, 0.000, 0), + (17166485, 'Goblin_s_Rarab', 4845, 0.000, 0.000, 0.000, 0), + (17166486, 'Goblin_Franctireur', 4839, 0.000, 0.000, 0.000, 0), + (17166487, 'Goblin_Draftee', 4838, 0.000, 0.000, 0.000, 0), + (17166488, 'Goblin_Patrolman', 4842, 0.000, 0.000, 0.000, 0), + (17166489, 'Goblin_s_Rarab', 4845, 0.000, 0.000, 0.000, 0), + (17166490, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166491, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166492, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166493, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166494, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166495, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166496, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166497, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166498, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166499, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166500, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166501, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166502, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166503, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166504, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166505, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166506, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166507, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166508, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166509, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166510, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166511, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166512, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166513, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166514, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166515, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166516, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166517, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166518, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166519, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166520, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166521, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166522, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166523, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166524, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166525, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166526, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166527, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166528, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166529, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166530, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166531, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166532, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166533, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166534, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166535, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166536, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166537, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166538, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166539, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166540, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166541, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166542, 'Tiny_Lycopodium', 4910, 0.000, 0.000, 0.000, 0), + (17166543, 'Jeduah', 4850, 0.000, 0.000, 0.000, 0), + (17166544, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166545, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166546, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166547, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166548, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166549, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166550, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166551, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166552, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166553, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166554, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166555, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166556, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166557, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166558, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166559, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166560, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166561, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166562, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166563, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166564, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166565, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166566, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166567, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166568, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166569, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166570, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166571, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166572, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166573, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166574, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166575, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166576, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166577, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166578, 'Goblin_Franctireur', 4839, 0.000, 0.000, 0.000, 0), + (17166579, 'Goblin_Patrolman', 4842, 0.000, 0.000, 0.000, 0), + (17166580, 'Goblin_s_Rarab', 4845, 0.000, 0.000, 0.000, 0), + (17166581, 'Goblin_Draftee', 4838, 0.000, 0.000, 0.000, 0), + (17166582, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166583, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166584, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166585, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166586, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166587, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166588, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166589, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166590, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166591, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166592, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166593, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166594, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166595, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166596, 'Hispid_Rarab', 10861, 0.000, 0.000, 0.000, 0), + (17166597, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166598, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166599, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166600, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166601, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166602, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166603, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166604, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166605, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166606, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166607, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166608, 'River_Crab', 4891, 0.000, 0.000, 0.000, 0), + (17166609, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166610, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166611, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166612, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166613, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166614, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166615, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166616, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166617, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166618, 'Carrion_Crow', 4806, 0.000, 0.000, 0.000, 0), + (17166619, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166620, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166621, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166622, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166623, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166624, 'Crawler', 4814, 0.000, 0.000, 0.000, 0), + (17166625, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166626, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166627, 'Yagudo_Mendicant', 4927, 0.000, 0.000, 0.000, 0), + (17166628, 'Yagudo_s_Elemental', 4932, 0.000, 0.000, 0.000, 0), + (17166629, 'Yagudo_Piper', 4930, 0.000, 0.000, 0.000, 0), + (17166630, 'Yagudo_Scribe', 4931, 0.000, 0.000, 0.000, 0), + (17166631, 'Yagudo_Acolyte', 4922, 0.000, 0.000, 0.000, 0), + (17166632, 'Yagudo_Initiate', 4926, 0.000, 0.000, 0.000, 0), + (17166633, 'Yagudo_Mendicant', 4927, 0.000, 0.000, 0.000, 0), + (17166634, 'Yagudo_s_Elemental', 4932, 0.000, 0.000, 0.000, 0), + (17166635, 'Yagudo_Initiate', 4926, 0.000, 0.000, 0.000, 0), + (17166636, 'Yagudo_Piper', 4930, 0.000, 0.000, 0.000, 0), + (17166637, 'Yagudo_Scribe', 4931, 0.000, 0.000, 0.000, 0), + (17166638, 'Yagudo_Mendicant', 4927, 0.000, 0.000, 0.000, 0), + (17166639, 'Yagudo_s_Elemental', 4932, 0.000, 0.000, 0.000, 0), + (17166640, 'Yagudo_Acolyte', 4922, 0.000, 0.000, 0.000, 0), + (17166641, 'Yagudo_Piper', 4930, 0.000, 0.000, 0.000, 0), + (17166642, 'Yagudo_Initiate', 4926, 0.000, 0.000, 0.000, 0), + (17166643, 'Yagudo_Scribe', 4931, 0.000, 0.000, 0.000, 0), + (17166644, 'Yagudo_Acolyte', 4922, 0.000, 0.000, 0.000, 0), + (17166645, 'Yagudo_Mendicant', 4927, 0.000, 0.000, 0.000, 0), + (17166646, 'Yagudo_s_Elemental', 4932, 0.000, 0.000, 0.000, 0), + (17166647, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166648, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166649, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166650, 'Savanna_Rarab', 4897, 0.000, 0.000, 0.000, 0), + (17166651, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166652, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166653, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166654, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166655, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166656, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166657, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166658, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166659, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166660, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166661, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166662, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166663, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166664, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166665, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166666, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166667, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166668, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166669, 'Tiffenotte', 0, 0.000, 0.000, 0.000, 0), + (17166670, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166671, 'Rafflesia', 4887, 0.000, 0.000, 0.000, 0), + (17166672, 'Bumblebee', 4802, 0.000, 0.000, 0.000, 0), + (17166673, 'Yagudo_Persecutor', 4929, 0.000, 0.000, 0.000, 0), + (17166674, 'Yagudo_Persecutor', 4929, 0.000, 0.000, 0.000, 0), + (17166675, 'Yagudo_Condottiere', 4923, 0.000, 0.000, 0.000, 0), + (17166676, 'Yagudo_Condottiere', 4923, 0.000, 0.000, 0.000, 0), + (17166677, 'Yagudo_Persecutor', 4929, 0.000, 0.000, 0.000, 0), + (17166678, 'Yagudo_Condottiere', 4923, 0.000, 0.000, 0.000, 0), + (17166679, 'Yagudo_Persecutor', 4929, 0.000, 0.000, 0.000, 0), + (17166680, 'Yagudo_Condottiere', 4923, 0.000, 0.000, 0.000, 0), + (17166681, 'Goblin_Skirmisher', 4844, 0.000, 0.000, 0.000, 0), + (17166682, 'Goblin_Mine', 4841, 0.000, 0.000, 0.000, 0), + (17166683, 'Goblin_Skirmisher', 4844, 0.000, 0.000, 0.000, 0), + (17166684, 'Goblin_Mine', 4841, 0.000, 0.000, 0.000, 0), + (17166685, 'Goblin_Skirmisher', 4844, 0.000, 0.000, 0.000, 0), + (17166686, 'Goblin_Mine', 4841, 0.000, 0.000, 0.000, 0), + (17166687, 'Goblin_Skirmisher', 4844, 0.000, 0.000, 0.000, 0), + (17166688, 'Goblin_Mine', 4841, 0.000, 0.000, 0.000, 0), + (17166689, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166690, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166691, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166692, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166693, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166694, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166695, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166696, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166697, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166698, 'Pixie', 4876, 0.000, 0.000, 0.000, 0), + (17166699, 'Poroggo_Gent', 4879, 0.000, 0.000, 0.000, 0), + (17166700, 'Poroggo_Gent', 4879, 0.000, 0.000, 0.000, 0), + (17166701, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166702, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166703, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166704, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166705, 'Ramponneau', 0, 0.000, 0.000, 0.000, 0), + (17166706, 'Poroggo_Gent', 4879, 0.000, 0.000, 0.000, 0), + (17166707, 'Poroggo_Gent', 4879, 0.000, 0.000, 0.000, 0), + (17166708, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166709, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166710, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166711, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166712, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166713, 'Poroggo_Gent', 4879, 0.000, 0.000, 0.000, 0), + (17166714, 'Poroggo_Gent', 4879, 0.000, 0.000, 0.000, 0), + (17166715, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166716, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166717, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166718, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166719, 'Toad', 4912, 0.000, 0.000, 0.000, 0), + (17166720, 'Sandworm', 4894, 0.000, 0.000, 0.000, 0), + (17166721, 'Goblin_Picaroon', 4843, 0.000, 0.000, 0.000, 0), + (17166722, 'Goblin_Picaroon', 4843, 0.000, 0.000, 0.000, 0), + (17166723, 'Goblin_Picaroon', 4843, 0.000, 0.000, 0.000, 0), + (17166724, 'Goblin_Picaroon', 4843, 0.000, 0.000, 0.000, 0), + (17166725, 'Goblin_Picaroon', 4843, 0.000, 0.000, 0.000, 0), + (17166726, 'Goblin_Picaroon', 4843, 0.000, 0.000, 0.000, 0), + (17166727, 'Yagudo_Transporter', 4933, 0.000, 0.000, 0.000, 0), + (17166728, 'Yagudo_Guard', 4925, 0.000, 0.000, 0.000, 0), + (17166729, 'Yagudo_Guard', 4925, 0.000, 0.000, 0.000, 0), + (17166730, 'Dark_Ixion', 4817, 0.000, 0.000, 0.000, 0), + (17166731, 'Cosmos_Cocora', 4812, 0.000, 0.000, 0.000, 0), + (17166732, 'Cosmos_Stamen', 4813, 0.000, 0.000, 0.000, 0), + (17166733, 'Cosmos_Stamen', 4813, 0.000, 0.000, 0.000, 0), + (17166734, 'Cosmos_Stamen', 4813, 0.000, 0.000, 0.000, 0), + (17166735, 'Cosmos_Stamen', 4813, 0.000, 0.000, 0.000, 0), + (17166736, 'Cosmos_Stamen', 4813, 0.000, 0.000, 0.000, 0), + (17166737, 'Cosmos_Stamen', 4813, 0.000, 0.000, 0.000, 0), + (17166738, 'Poroggo_Gourmand', 4880, 0.000, 0.000, 0.000, 0), + (17166739, 'Poroggo_s_Toady', 4883, 0.000, 0.000, 0.000, 0), + (17166740, 'Poroggo_s_Toady', 4883, 0.000, 0.000, 0.000, 0), + (17166741, 'Poroggo_s_Toady', 4883, 0.000, 0.000, 0.000, 0), + (17166742, 'Poroggo_s_Toady', 4883, 0.000, 0.000, 0.000, 0), + (17166743, 'Poroggo_s_Toady', 4883, 0.000, 0.000, 0.000, 0), + (17166744, 'Poroggo_s_Toady', 4883, 0.000, 0.000, 0.000, 0), + (17166745, 'Yagudo_Parivir', 0, 0.000, 0.000, 0.000, 0), + (17166746, 'Yagudo_Parivir', 0, 0.000, 0.000, 0.000, 0), + (17166747, 'Yagudo_Parivir', 0, 0.000, 0.000, 0.000, 0), + (17166748, 'Yagudo_Parivir', 0, 0.000, 0.000, 0.000, 0), + (17166749, 'Yagudo_Parivir', 0, 0.000, 0.000, 0.000, 0), + (17166750, 'Yagudo_Parivir', 0, 0.000, 0.000, 0.000, 0), + (17166751, 'Giganotaur', 0, 0.000, 0.000, 0.000, 0), + (17166752, 'Giganotaur', 0, 0.000, 0.000, 0.000, 0), + (17166753, 'Giganotaur', 0, 0.000, 0.000, 0.000, 0), + (17166754, 'Kindred_Incantor', 0, 0.000, 0.000, 0.000, 0), + (17166755, 'Kindred_Incantor', 0, 0.000, 0.000, 0.000, 0), + (17166756, 'Kindred_Incantor', 0, 0.000, 0.000, 0.000, 0), + (17166757, 'Kindred_Incantor', 0, 0.000, 0.000, 0.000, 0), + (17166758, 'Kindred_Incantor', 0, 0.000, 0.000, 0.000, 0), + (17166759, 'Kindred_Incantor', 0, 0.000, 0.000, 0.000, 0), + (17166760, 'Blurry_Eye', 0, 0.000, 0.000, 0.000, 0), + (17166761, 'Blurry_Eye', 0, 0.000, 0.000, 0.000, 0), + (17166762, 'Blurry_Eye', 0, 0.000, 0.000, 0.000, 0), + (17166763, 'Romaa_Mihgo', 0, 0.000, 0.000, 0.000, 0), + (17166764, 'Protective_Ward', 0, 0.000, 0.000, 0.000, 0), + (17166765, 'Protective_Ward', 0, 0.000, 0.000, 0.000, 0), + (17166766, 'Protective_Ward', 0, 0.000, 0.000, 0.000, 0), + (17166767, 'Yilbegan', 0, 0.000, 0.000, 0.000, 0), + (17166768, 'Orcus', 0, 0.000, 0.000, 0.000, 0), + (17166769, 'Farruca_Fly', 0, 0.000, 0.000, 0.000, 0), + (17166770, 'Jyeshtha', 0, 0.000, 0.000, 0.000, 0), + (17166771, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17166772, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17166773, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17166774, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17166775, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17166776, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17166777, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17166778, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17113089, 'Stag_Crab', 3227, 0.000, 0.000, 0.000, 0), + (17113090, 'Spring_Pugil', 3224, 0.000, 0.000, 0.000, 0), + (17113091, 'Ferocious_Pugil', 3138, 0.000, 0.000, 0.000, 0), + (17113092, 'Thread_Leech', 3231, 0.000, 0.000, 0.000, 0), + (17113093, 'Huge_Leech', 3157, 0.000, 0.000, 0.000, 0), + (17113094, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113095, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113096, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113097, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113098, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113099, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113100, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113101, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113102, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113103, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113104, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113105, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113106, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113107, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113108, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113109, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113110, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113111, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113112, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113113, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113114, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113115, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113116, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113117, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113118, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113119, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113120, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113121, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113122, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113123, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113124, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113125, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113126, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113127, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113128, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113129, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113130, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113131, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113132, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113133, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113134, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113135, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113136, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113137, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113138, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113139, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113140, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113141, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113142, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113143, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113144, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113145, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113146, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113147, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113148, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113149, 'Ghoul', 3144, 0.000, 0.000, 0.000, 0), + (17113150, 'Ghoul', 3145, 0.000, 0.000, 0.000, 0), + (17113151, 'Thunder_Elemental', 3232, 0.000, 0.000, 0.000, 0), + (17113152, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113153, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113154, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113155, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113156, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113157, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113158, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113159, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113160, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113161, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113162, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113163, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113164, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113165, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113166, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113167, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113168, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113169, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113170, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113171, 'Thunder_Elemental', 3232, 0.000, 0.000, 0.000, 0), + (17113172, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113173, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113174, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113175, 'Voirloup', 0, 0.000, 0.000, 0.000, 0), + (17113176, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113177, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113178, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113179, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113180, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113181, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113182, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113183, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113184, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113185, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113186, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113187, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113188, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113189, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113190, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113191, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113192, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113193, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113194, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113195, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113196, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113197, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113198, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113199, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113200, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113201, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113202, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113203, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113204, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113205, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113206, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113207, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113208, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113209, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113210, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113211, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113212, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113213, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113214, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113215, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113216, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113217, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113218, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113219, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113220, 'Water_Elemental', 3243, 0.000, 0.000, 0.000, 0), + (17113221, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113222, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113223, 'Ignis_Djinn', 3158, 0.000, 0.000, 0.000, 0), + (17113224, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113225, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113226, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113227, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113228, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113229, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113230, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113231, 'Thunder_Elemental', 3232, 0.000, 0.000, 0.000, 0), + (17113232, 'Walking_Tree', 3240, 0.000, 0.000, 0.000, 0), + (17113233, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113234, 'Walking_Tree', 3240, 0.000, 0.000, 0.000, 0), + (17113235, 'Water_Elemental', 3243, 0.000, 0.000, 0.000, 0), + (17113236, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113237, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113238, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113239, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113240, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113241, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113242, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113243, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113244, 'Lobison', 3175, 0.000, 0.000, 0.000, 0), + (17113245, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113246, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113247, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113248, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113249, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113250, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113251, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113252, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113253, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113254, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113255, 'Hawkertrap', 3156, 0.000, 0.000, 0.000, 0), + (17113256, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113257, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113258, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113259, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113260, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113261, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113262, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113263, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113264, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113265, 'Water_Elemental', 3243, 0.000, 0.000, 0.000, 0), + (17113266, 'Water_Elemental', 3243, 0.000, 0.000, 0.000, 0), + (17113267, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113268, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113269, 'Biddybug', 3111, 0.000, 0.000, 0.000, 0), + (17113270, 'War_Smilodon', 3242, 0.000, 0.000, 0.000, 0), + (17113271, 'Ghoul', 3144, 0.000, 0.000, 0.000, 0), + (17113272, 'Ghoul', 3145, 0.000, 0.000, 0.000, 0), + (17113273, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113274, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113275, 'Orcish_Veteran', 3192, 0.000, 0.000, 0.000, 0), + (17113276, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113277, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113278, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113279, 'Orcish_Veteran', 3192, 0.000, 0.000, 0.000, 0), + (17113280, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113281, 'Orcish_Protector', 3188, 0.000, 0.000, 0.000, 0), + (17113282, 'Orcish_Veteran', 3192, 0.000, 0.000, 0.000, 0), + (17113283, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113284, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113285, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113286, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113287, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113288, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113289, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113290, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113291, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113292, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113293, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113294, 'Orcish_Veteran', 3192, 0.000, 0.000, 0.000, 0), + (17113295, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113296, 'Orcish_Veteran', 3192, 0.000, 0.000, 0.000, 0), + (17113297, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113298, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113299, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113300, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113301, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113302, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113303, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113304, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113305, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113306, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113307, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113308, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113309, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113310, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113311, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113312, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113313, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113314, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113315, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113316, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113317, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113318, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113319, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113320, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113321, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113322, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113323, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113324, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113325, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113326, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113327, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113328, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113329, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113330, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113331, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113332, 'Boll_Weevil', 0, 0.000, 0.000, 0.000, 0), + (17113333, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113334, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113335, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113336, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113337, 'Ignis_Djinn', 3158, 0.000, 0.000, 0.000, 0), + (17113338, 'Walking_Tree', 3240, 0.000, 0.000, 0.000, 0), + (17113339, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113340, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113341, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113342, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113343, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113344, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113345, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113346, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113347, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113348, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113349, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113350, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113351, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113352, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113353, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113354, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113355, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113356, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113357, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113358, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113359, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113360, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113361, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113362, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113363, 'Gnoletrap', 10862, 0.000, 0.000, 0.000, 0), + (17113364, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113365, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113366, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113367, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113368, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113369, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113370, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113371, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113372, 'Stag_Beetle', 3226, 0.000, 0.000, 0.000, 0), + (17113373, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113374, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113375, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113376, 'Snipper', 3222, 0.000, 0.000, 0.000, 0), + (17113377, 'Ignis_Djinn', 3158, 0.000, 0.000, 0.000, 0), + (17113378, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113379, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113380, 'Orcish_Veteran', 3192, 0.000, 0.000, 0.000, 0), + (17113381, 'Drumskull_Zogdregg', 0, 0.000, 0.000, 0.000, 0), + (17113382, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113383, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113384, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113385, 'Orcish_Protector', 3188, 0.000, 0.000, 0.000, 0), + (17113386, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113387, 'Orcish_Protector', 3188, 0.000, 0.000, 0.000, 0), + (17113388, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113389, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113390, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113391, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113392, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113393, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113394, 'Land_Pugil', 3170, 0.000, 0.000, 0.000, 0), + (17113395, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113396, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113397, 'Screamer', 3210, 0.000, 0.000, 0.000, 0), + (17113398, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113399, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113400, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113401, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113402, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113403, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113404, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113405, 'Decrepit_Gnole', 3131, 0.000, 0.000, 0.000, 0), + (17113406, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113407, 'Jugner_Funguar', 3163, 0.000, 0.000, 0.000, 0), + (17113408, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113409, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113410, 'Forest_Leech', 3142, 0.000, 0.000, 0.000, 0), + (17113411, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113412, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113413, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113414, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113415, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113416, 'Goblin_Bombardier', 3147, 0.000, 0.000, 0.000, 0), + (17113417, 'Goblin_Field_Doctor', 3148, 0.000, 0.000, 0.000, 0), + (17113418, 'Goblin_Paratrooper', 3151, 0.000, 0.000, 0.000, 0), + (17113419, 'Goblin_Picket', 3152, 0.000, 0.000, 0.000, 0), + (17113420, 'Goblin_Mine', 3150, 0.000, 0.000, 0.000, 0), + (17113421, 'Goblin_Bombardier', 3147, 0.000, 0.000, 0.000, 0), + (17113422, 'Goblin_Field_Doctor', 3148, 0.000, 0.000, 0.000, 0), + (17113423, 'Goblin_Paratrooper', 3151, 0.000, 0.000, 0.000, 0), + (17113424, 'Goblin_Picket', 3152, 0.000, 0.000, 0.000, 0), + (17113425, 'Goblin_Mine', 3150, 0.000, 0.000, 0.000, 0), + (17113426, 'Goblin_Bombardier', 3147, 0.000, 0.000, 0.000, 0), + (17113427, 'Goblin_Paratrooper', 3151, 0.000, 0.000, 0.000, 0), + (17113428, 'Goblin_Picket', 3152, 0.000, 0.000, 0.000, 0), + (17113429, 'Goblin_Mine', 3150, 0.000, 0.000, 0.000, 0), + (17113430, 'Orcish_Bowshooter', 3184, 0.000, 0.000, 0.000, 0), + (17113431, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113432, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113433, 'Orcish_Champion', 3185, 0.000, 0.000, 0.000, 0), + (17113434, 'Orcish_Dragonbrander', 3186, 0.000, 0.000, 0.000, 0), + (17113435, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113436, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113437, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113438, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113439, 'Wandering_Sapling', 3241, 0.000, 0.000, 0.000, 0), + (17113440, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113441, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113442, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113443, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113444, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113445, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113446, 'Brutal_Sheep', 3115, 0.000, 0.000, 0.000, 0), + (17113447, 'Skeleton_Esquire', 3221, 0.000, 0.000, 0.000, 0), + (17113448, 'Skeleton_Esquire', 3221, 0.000, 0.000, 0.000, 0), + (17113449, 'Skeleton_Esquire', 3221, 0.000, 0.000, 0.000, 0), + (17113450, 'Skeleton_Esquire', 3221, 0.000, 0.000, 0.000, 0), + (17113451, 'Thunder_Elemental', 3232, 0.000, 0.000, 0.000, 0), + (17113452, 'Walking_Tree', 3240, 0.000, 0.000, 0.000, 0), + (17113453, 'Walking_Tree', 3240, 0.000, 0.000, 0.000, 0), + (17113454, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113455, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113456, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113457, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113458, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113459, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113460, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113461, 'Sprite', 3225, 0.000, 0.000, 0.000, 0), + (17113462, 'Fingerfilcher_Dradzad', 3141, 0.000, 0.000, 0.000, 0), + (17113463, 'Vulkodlac', 3239, 0.000, 0.000, 0.000, 0), + (17113464, 'Cobraclaw_Buchzvotch', 3123, 0.000, 0.000, 0.000, 0), + (17113465, 'Orcish_Transporter', 3190, 0.000, 0.000, 0.000, 0), + (17113466, 'Orcish_Guard', 3187, 0.000, 0.000, 0.000, 0), + (17113467, 'Orcish_Guard', 3187, 0.000, 0.000, 0.000, 0), + (17113468, 'Dark_Ixion', 3129, 0.000, 0.000, 0.000, 0), + (17113469, 'Zmag_Ognjeni_Vuk', 3245, 0.000, 0.000, 0.000, 0), + (17113470, 'Greater_Gnole', 3154, 0.000, 0.000, 0.000, 0), + (17113471, 'Greater_Gnole', 3154, 0.000, 0.000, 0.000, 0), + (17113472, 'Greater_Gnole', 3154, 0.000, 0.000, 0.000, 0), + (17113473, 'Greater_Gnole', 3154, 0.000, 0.000, 0.000, 0), + (17113474, 'Greater_Gnole', 3154, 0.000, 0.000, 0.000, 0), + (17113475, 'Greater_Gnole', 3154, 0.000, 0.000, 0.000, 0), + (17113476, 'Treefeller_Snogrog', 3235, 0.000, 0.000, 0.000, 0), + (17113477, 'Tainted_Treant', 3230, 0.000, 0.000, 0.000, 0), + (17113478, 'Tainted_Treant', 3230, 0.000, 0.000, 0.000, 0), + (17113479, 'Tainted_Treant', 3230, 0.000, 0.000, 0.000, 0), + (17113480, 'Pixietrap', 3194, 0.000, 0.000, 0.000, 0), + (17113481, 'Pixietrap', 3194, 0.000, 0.000, 0.000, 0), + (17113482, 'Pixietrap', 3194, 0.000, 0.000, 0.000, 0), + (17113483, 'Pixietrap', 3194, 0.000, 0.000, 0.000, 0), + (17113484, 'Sentry_Sapling', 3211, 0.000, 0.000, 0.000, 0), + (17113485, 'Sentry_Sapling', 3211, 0.000, 0.000, 0.000, 0), + (17113486, 'Sentry_Sapling', 3211, 0.000, 0.000, 0.000, 0), + (17113487, 'Sentry_Sapling', 3211, 0.000, 0.000, 0.000, 0), + (17113488, 'Sentry_Sapling', 3211, 0.000, 0.000, 0.000, 0), + (17113489, 'Yilbegan', 0, 0.000, 0.000, 0.000, 0), + (17113490, 'Krabkatoa', 0, 0.000, 0.000, 0.000, 0), + (17113491, 'Yacumama', 0, 0.000, 0.000, 0.000, 0), + (17113492, 'Capricornus', 0, 0.000, 0.000, 0.000, 0), + (17113493, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17113494, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17113495, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17113496, 'Quagmire_Pugil', 0, 0.000, 0.000, 0.000, 0), + (17113497, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17113498, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17113499, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17113500, 'Sunderclaw', 0, 0.000, 0.000, 0.000, 0), + (17117186, 'Thalassic_Pugil', 3386, 0.000, 0.000, 0.000, 0), + (17117187, 'Abyssal_Pugil', 3247, 0.000, 0.000, 0.000, 0), + (17117188, 'Bloodsucker', 3265, 0.000, 0.000, 0.000, 0), + (17117189, 'Bloodsucker', 3265, 0.000, 0.000, 0.000, 0), + (17117190, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117191, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117192, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117193, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117194, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117195, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117196, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117197, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117198, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117199, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117200, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117201, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117202, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117203, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117204, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117205, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117206, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117207, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117208, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117209, 'Duriumshell', 10863, 0.000, 0.000, 0.000, 0), + (17117210, 'Fierce_Smilodon', 3296, 0.000, 0.000, 0.000, 0), + (17117211, 'Fierce_Smilodon', 3296, 0.000, 0.000, 0.000, 0), + (17117212, 'Fierce_Smilodon', 3296, 0.000, 0.000, 0.000, 0), + (17117213, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117214, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117215, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117216, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117217, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117218, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117219, 'Air_Elemental', 3249, 0.000, 0.000, 0.000, 0), + (17117220, 'Fierce_Smilodon', 3296, 0.000, 0.000, 0.000, 0), + (17117221, 'Fierce_Smilodon', 3296, 0.000, 0.000, 0.000, 0), + (17117222, 'Fierce_Smilodon', 3296, 0.000, 0.000, 0.000, 0), + (17117223, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117224, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117225, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117226, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117227, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117228, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117229, 'Air_Elemental', 3249, 0.000, 0.000, 0.000, 0), + (17117230, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117231, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117232, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117233, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117234, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117235, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117236, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117237, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117238, 'Gigas_Marine', 3302, 0.000, 0.000, 0.000, 0), + (17117239, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117240, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117241, 'Gigas_Helmsman', 3300, 0.000, 0.000, 0.000, 0), + (17117242, 'Gigas_s_Tiger', 3304, 0.000, 0.000, 0.000, 0), + (17117243, 'Gigas_Marine', 3302, 0.000, 0.000, 0.000, 0), + (17117244, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117245, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117246, 'Gigas_Helmsman', 3300, 0.000, 0.000, 0.000, 0), + (17117247, 'Gigas_s_Tiger', 3304, 0.000, 0.000, 0.000, 0), + (17117248, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117249, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117250, 'Pallas', 3351, 0.000, 0.000, 0.000, 0), + (17117251, 'Pallas_s_Tiger', 3352, 0.000, 0.000, 0.000, 0), + (17117252, 'Pallas_s_Tiger', 3352, 0.000, 0.000, 0.000, 0), + (17117253, 'Pallas_s_Tiger', 3352, 0.000, 0.000, 0.000, 0), + (17117254, 'Goblin_Flagman', 3307, 0.000, 0.000, 0.000, 0), + (17117255, 'Goblin_Grenadier', 3308, 0.000, 0.000, 0.000, 0), + (17117256, 'Goblin_Guerrilla', 3309, 0.000, 0.000, 0.000, 0), + (17117257, 'Goblin_s_Bat', 3312, 0.000, 0.000, 0.000, 0), + (17117258, 'Goblin_Flagman', 3307, 0.000, 0.000, 0.000, 0), + (17117259, 'Goblin_Grenadier', 3308, 0.000, 0.000, 0.000, 0), + (17117260, 'Goblin_Toxophilite', 3313, 0.000, 0.000, 0.000, 0), + (17117261, 'Goblin_Mine', 3311, 0.000, 0.000, 0.000, 0), + (17117262, 'Goblin_Flagman', 3307, 0.000, 0.000, 0.000, 0), + (17117263, 'Goblin_Grenadier', 3308, 0.000, 0.000, 0.000, 0), + (17117264, 'Goblin_Guerrilla', 3309, 0.000, 0.000, 0.000, 0), + (17117265, 'Goblin_s_Bat', 3312, 0.000, 0.000, 0.000, 0), + (17117266, 'Goblin_Flagman', 3307, 0.000, 0.000, 0.000, 0), + (17117267, 'Goblin_Grenadier', 3308, 0.000, 0.000, 0.000, 0), + (17117268, 'Goblin_Toxophilite', 3313, 0.000, 0.000, 0.000, 0), + (17117269, 'Goblin_Mine', 3311, 0.000, 0.000, 0.000, 0), + (17117270, 'Goblin_Guerrilla', 3309, 0.000, 0.000, 0.000, 0), + (17117271, 'Goblin_s_Bat', 3312, 0.000, 0.000, 0.000, 0), + (17117272, 'Doom_Soldier', 3286, 0.000, 0.000, 0.000, 0), + (17117273, 'Doom_Mage', 3285, 0.000, 0.000, 0.000, 0), + (17117274, 'Doom_Soldier', 3286, 0.000, 0.000, 0.000, 0), + (17117275, 'Doom_Mage', 3285, 0.000, 0.000, 0.000, 0), + (17117276, 'Doom_Soldier', 3286, 0.000, 0.000, 0.000, 0), + (17117277, 'Doom_Mage', 3285, 0.000, 0.000, 0.000, 0), + (17117278, 'Doom_Soldier', 3286, 0.000, 0.000, 0.000, 0), + (17117279, 'Doom_Mage', 3285, 0.000, 0.000, 0.000, 0), + (17117280, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117281, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117282, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117283, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117284, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117285, 'Gigas_Marine', 3302, 0.000, 0.000, 0.000, 0), + (17117286, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117287, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117288, 'Gigas_Helmsman', 3300, 0.000, 0.000, 0.000, 0), + (17117289, 'Gigas_s_Tiger', 3304, 0.000, 0.000, 0.000, 0), + (17117290, 'Gigas_Marine', 3302, 0.000, 0.000, 0.000, 0), + (17117291, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117292, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117293, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117294, 'Bugard', 3269, 0.000, 0.000, 0.000, 0), + (17117295, 'Warabouc', 0, 0.000, 0.000, 0.000, 0), + (17117296, 'Bugard', 3269, 0.000, 0.000, 0.000, 0), + (17117297, 'Bugard', 3269, 0.000, 0.000, 0.000, 0), + (17117298, 'Bugard', 3269, 0.000, 0.000, 0.000, 0), + (17117299, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117300, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117301, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117302, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117303, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117304, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117305, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117306, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117307, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117308, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117309, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117310, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117311, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117312, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117313, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117314, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117315, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117316, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117317, 'Robber_Crab', 3362, 0.000, 0.000, 0.000, 0), + (17117318, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117319, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117320, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117321, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117322, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117323, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117324, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117325, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117326, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117327, 'Stygian_Pugil', 3384, 0.000, 0.000, 0.000, 0), + (17117328, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117329, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117330, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117331, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117332, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117333, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117334, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117335, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117336, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117337, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117338, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117339, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117340, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117341, 'Haunt', 3317, 0.000, 0.000, 0.000, 0), + (17117342, 'Haunt', 3317, 0.000, 0.000, 0.000, 0), + (17117343, 'Thunder_Elemental', 3389, 0.000, 0.000, 0.000, 0), + (17117344, 'Thunder_Elemental', 3389, 0.000, 0.000, 0.000, 0), + (17117345, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117346, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117347, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117348, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117349, 'Big_Bang', 0, 0.000, 0.000, 0.000, 0), + (17117350, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117351, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117352, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117353, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117354, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117355, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117356, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117357, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117358, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117359, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117360, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117361, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117362, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117363, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117364, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117365, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117366, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117367, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117368, 'Doom_Soldier', 3286, 0.000, 0.000, 0.000, 0), + (17117369, 'Doom_Mage', 3285, 0.000, 0.000, 0.000, 0), + (17117370, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117371, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117372, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117373, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117374, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117375, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117376, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117377, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117378, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117379, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117380, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117381, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117382, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117383, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117384, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117385, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117386, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117387, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117388, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117389, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117390, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117391, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117392, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117393, 'Gigas_Marine', 3302, 0.000, 0.000, 0.000, 0), + (17117394, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117395, 'Gigas_Helmsman', 3300, 0.000, 0.000, 0.000, 0), + (17117396, 'Gigas_s_Tiger', 3304, 0.000, 0.000, 0.000, 0), + (17117397, 'Gigas_Marine', 3302, 0.000, 0.000, 0.000, 0), + (17117398, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117399, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117400, 'Gigas_Helmsman', 3300, 0.000, 0.000, 0.000, 0), + (17117401, 'Gigas_s_Tiger', 3304, 0.000, 0.000, 0.000, 0), + (17117402, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117403, 'Gigas_Jack', 3301, 0.000, 0.000, 0.000, 0), + (17117404, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117405, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117406, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117407, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117408, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117409, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117410, 'Doom_Soldier', 3286, 0.000, 0.000, 0.000, 0), + (17117411, 'Doom_Mage', 3285, 0.000, 0.000, 0.000, 0), + (17117412, 'Doom_Soldier', 3286, 0.000, 0.000, 0.000, 0), + (17117413, 'Doom_Mage', 3285, 0.000, 0.000, 0.000, 0), + (17117414, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117415, 'Gigas_Helmsman', 3300, 0.000, 0.000, 0.000, 0), + (17117416, 'Gigas_s_Tiger', 3304, 0.000, 0.000, 0.000, 0), + (17117417, 'Gigas_Marine', 3302, 0.000, 0.000, 0.000, 0), + (17117418, 'Gigas_Deckhand', 3299, 0.000, 0.000, 0.000, 0), + (17117419, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117420, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117421, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117422, 'Judgmental_Julika', 0, 0.000, 0.000, 0.000, 0), + (17117423, 'Demonic_Rose', 3283, 0.000, 0.000, 0.000, 0), + (17117424, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117425, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117426, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117427, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117428, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117429, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117430, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117431, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117432, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117433, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117434, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117435, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117436, 'Haunt', 3317, 0.000, 0.000, 0.000, 0), + (17117437, 'Thunder_Elemental', 3389, 0.000, 0.000, 0.000, 0), + (17117438, 'Thunder_Elemental', 3389, 0.000, 0.000, 0.000, 0), + (17117439, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117440, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117441, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117442, 'Treant', 3392, 0.000, 0.000, 0.000, 0), + (17117443, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117444, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117445, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117446, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117447, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117448, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117449, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117450, 'Ignis_Djinn', 3318, 0.000, 0.000, 0.000, 0), + (17117451, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117452, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117453, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117454, 'Orcish_Hexspinner', 3346, 0.000, 0.000, 0.000, 0), + (17117455, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117456, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117457, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117458, 'Orcish_Zerker', 3350, 0.000, 0.000, 0.000, 0), + (17117459, 'Orcish_Footsoldier', 3343, 0.000, 0.000, 0.000, 0), + (17117460, 'Orcish_Gladiator', 3344, 0.000, 0.000, 0.000, 0), + (17117461, 'Dragonfly', 3287, 0.000, 0.000, 0.000, 0), + (17117462, 'Dragonfly', 3287, 0.000, 0.000, 0.000, 0), + (17117463, 'Dragonfly', 3287, 0.000, 0.000, 0.000, 0), + (17117464, 'Dragonfly', 3287, 0.000, 0.000, 0.000, 0), + (17117465, 'Dragonfly', 3287, 0.000, 0.000, 0.000, 0), + (17117466, 'Dragonfly', 3287, 0.000, 0.000, 0.000, 0), + (17117467, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117468, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117469, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117470, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117471, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117472, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117473, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117474, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117475, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117476, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117477, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117478, 'Chigoe', 3272, 0.000, 0.000, 0.000, 0), + (17117479, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117480, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117481, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117482, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117483, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117484, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117485, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117486, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117487, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117488, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117489, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117490, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117491, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117492, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117493, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117494, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117495, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117496, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117497, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117498, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117499, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117500, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117501, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117502, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117503, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117504, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117505, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117506, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117507, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117508, 'Carrion_Marabou', 3271, 0.000, 0.000, 0.000, 0), + (17117509, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117510, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117511, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117512, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117513, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117514, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117515, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117516, 'Goliath_Beetle', 3315, 0.000, 0.000, 0.000, 0), + (17117517, 'Gnole', 3306, 0.000, 0.000, 0.000, 0), + (17117518, 'Gnole', 3306, 0.000, 0.000, 0.000, 0), + (17117519, 'Gnole', 3306, 0.000, 0.000, 0.000, 0), + (17117520, 'Gnole', 3306, 0.000, 0.000, 0.000, 0), + (17117521, 'Gnole', 3306, 0.000, 0.000, 0.000, 0), + (17117522, 'Gnole', 3306, 0.000, 0.000, 0.000, 0), + (17117523, 'Air_Elemental', 3249, 0.000, 0.000, 0.000, 0), + (17117524, 'Dire_Bat', 3284, 0.000, 0.000, 0.000, 0), + (17117525, 'Dire_Bat', 3284, 0.000, 0.000, 0.000, 0), + (17117526, 'Dire_Bat', 3284, 0.000, 0.000, 0.000, 0), + (17117527, 'Dire_Bat', 3284, 0.000, 0.000, 0.000, 0), + (17117528, 'Dire_Bat', 3284, 0.000, 0.000, 0.000, 0), + (17117529, 'Dire_Bat', 3284, 0.000, 0.000, 0.000, 0), + (17117530, 'Dire_Bat', 3284, 0.000, 0.000, 0.000, 0), + (17117531, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117532, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117533, 'Royal_Leech', 3368, 0.000, 0.000, 0.000, 0), + (17117534, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117535, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117536, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117537, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117538, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117539, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117540, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117541, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117542, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117543, 'Wandering_Sapling', 3397, 0.000, 0.000, 0.000, 0), + (17117544, 'Sprite', 3382, 0.000, 0.000, 0.000, 0), + (17117545, 'Sprite', 3382, 0.000, 0.000, 0.000, 0), + (17117546, 'Sprite', 3382, 0.000, 0.000, 0.000, 0), + (17117547, 'Sprite', 3382, 0.000, 0.000, 0.000, 0), + (17117548, 'Sprite', 3382, 0.000, 0.000, 0.000, 0), + (17117549, 'Sprite', 3382, 0.000, 0.000, 0.000, 0), + (17117550, 'Orcish_Transporter', 3348, 0.000, 0.000, 0.000, 0), + (17117551, 'Orcish_Guard', 3345, 0.000, 0.000, 0.000, 0), + (17117552, 'Orcish_Guard', 3345, 0.000, 0.000, 0.000, 0), + (17117553, 'Procrustes', 3357, 0.000, 0.000, 0.000, 0), + (17117554, 'Jotunn_Ruffian', 3323, 0.000, 0.000, 0.000, 0), + (17117555, 'Jotunn_Ruffian', 3323, 0.000, 0.000, 0.000, 0), + (17117556, 'Jotunn_Ruffian', 3323, 0.000, 0.000, 0.000, 0), + (17117557, 'Jotunn_Ruffian', 3323, 0.000, 0.000, 0.000, 0), + (17117558, 'Jotunn_Ruffian', 3323, 0.000, 0.000, 0.000, 0), + (17117559, 'Jotunn_Ruffian', 3323, 0.000, 0.000, 0.000, 0), + (17117560, 'Madthrasher_Zradbodd', 3333, 0.000, 0.000, 0.000, 0), + (17117561, 'Almops', 3254, 0.000, 0.000, 0.000, 0), + (17117562, 'Edonus', 3290, 0.000, 0.000, 0.000, 0), + (17117563, 'Glacial_Wisp', 3305, 0.000, 0.000, 0.000, 0), + (17117564, 'Glacial_Wisp', 3305, 0.000, 0.000, 0.000, 0), + (17117565, 'Glacial_Wisp', 3305, 0.000, 0.000, 0.000, 0), + (17117566, 'Glacial_Wisp', 3305, 0.000, 0.000, 0.000, 0), + (17117185, 'Submarine_Nipper', 3385, 0.000, 0.000, 0.000, 0), + (17170433, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170434, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170435, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170436, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170437, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170438, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170439, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170440, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170441, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170442, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170443, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170444, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170445, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170446, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170447, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170448, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170449, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170450, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170451, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170452, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170453, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170454, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170455, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170456, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170457, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170458, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170459, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170460, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170461, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170462, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170463, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170464, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170465, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170466, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170467, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170468, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170469, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170470, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170471, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170472, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170473, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170474, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170475, 'Ratatoskr', 0, 0.000, 0.000, 0.000, 0), + (17170476, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170477, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170478, 'Vorpal_Bunny', 5057, 0.000, 0.000, 0.000, 0), + (17170479, 'Lycopodium', 5013, 0.000, 0.000, 0.000, 0), + (17170480, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170481, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170482, 'Wandering_Sapling', 5058, 0.000, 0.000, 0.000, 0), + (17170483, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170484, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170485, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170486, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170487, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170488, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170489, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170490, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170491, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170492, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170493, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170494, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170495, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170496, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170497, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170498, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170499, 'Kirtimukha', 5006, 0.000, 0.000, 0.000, 0), + (17170500, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170501, 'Air_Elemental', 4939, 0.000, 0.000, 0.000, 0), + (17170502, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170503, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170504, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170505, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170506, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170507, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170508, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170509, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170510, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170511, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170512, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170513, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170514, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170515, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170516, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170517, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170518, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170519, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170520, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170521, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170522, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170523, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170524, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170525, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170526, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170527, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170528, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170529, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170530, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170531, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170532, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170533, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170534, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170535, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170536, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170537, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170538, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170539, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170540, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170541, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170542, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170543, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170544, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170545, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170546, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170547, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170548, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170549, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170550, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170551, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170552, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170553, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170554, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170555, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170556, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170557, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170558, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170559, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170560, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170561, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170562, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170563, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170564, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170565, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170566, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170567, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170568, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170569, 'Demoiselle_Desolee', 0, 0.000, 0.000, 0.000, 0), + (17170570, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170571, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170572, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170573, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170574, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170575, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170576, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170577, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170578, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170579, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170580, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170581, 'Dragonfly', 4979, 0.000, 0.000, 0.000, 0), + (17170582, 'Jumbo_Rafflesia', 5000, 0.000, 0.000, 0.000, 0), + (17170583, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170584, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170585, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170586, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170587, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170588, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170589, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170590, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170591, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170592, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170593, 'War_Lizard', 5059, 0.000, 0.000, 0.000, 0), + (17170594, 'Emela-ntouka', 0, 0.000, 0.000, 0.000, 0), + (17170595, 'Yagudo_Interrogator', 5067, 0.000, 0.000, 0.000, 0), + (17170596, 'Yagudo_Drummer', 5063, 0.000, 0.000, 0.000, 0), + (17170597, 'Yagudo_Votary', 5072, 0.000, 0.000, 0.000, 0), + (17170598, 'Yagudo_Priest', 5068, 0.000, 0.000, 0.000, 0), + (17170599, 'Yagudo_Theologist', 5069, 0.000, 0.000, 0.000, 0), + (17170600, 'Yagudo_Herald', 5066, 0.000, 0.000, 0.000, 0), + (17170601, 'Yagudo_Herald', 5066, 0.000, 0.000, 0.000, 0), + (17170602, 'Yagudo_Herald', 5066, 0.000, 0.000, 0.000, 0), + (17170603, 'Carrion_Crow', 4959, 0.000, 0.000, 0.000, 0), + (17170604, 'Carrion_Crow', 4959, 0.000, 0.000, 0.000, 0), + (17170605, 'Carrion_Crow', 4959, 0.000, 0.000, 0.000, 0), + (17170606, 'Earth_Elemental', 4982, 0.000, 0.000, 0.000, 0), + (17170607, 'Carrion_Crow', 4959, 0.000, 0.000, 0.000, 0), + (17170608, 'Carrion_Crow', 4959, 0.000, 0.000, 0.000, 0), + (17170609, 'Carrion_Crow', 4959, 0.000, 0.000, 0.000, 0), + (17170610, 'Yagudo_Herald', 5066, 0.000, 0.000, 0.000, 0), + (17170611, 'Yagudo_Herald', 5066, 0.000, 0.000, 0.000, 0), + (17170612, 'Yagudo_Votary', 5072, 0.000, 0.000, 0.000, 0), + (17170613, 'Yagudo_Priest', 5068, 0.000, 0.000, 0.000, 0), + (17170614, 'Yagudo_Drummer', 5063, 0.000, 0.000, 0.000, 0), + (17170615, 'Yagudo_Theologist', 5069, 0.000, 0.000, 0.000, 0), + (17170616, 'Yagudo_Drummer', 5063, 0.000, 0.000, 0.000, 0), + (17170617, 'Yagudo_Votary', 5072, 0.000, 0.000, 0.000, 0), + (17170618, 'Yagudo_Priest', 5068, 0.000, 0.000, 0.000, 0), + (17170619, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170620, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170621, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170622, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170623, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170624, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170625, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170626, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170627, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170628, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170629, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170630, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170631, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170632, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170633, 'Death_Jacket', 4970, 0.000, 0.000, 0.000, 0), + (17170634, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170635, 'Rafflesia', 5034, 0.000, 0.000, 0.000, 0), + (17170636, 'Pixie', 5026, 0.000, 0.000, 0.000, 0), + (17170637, 'Pixie', 5026, 0.000, 0.000, 0.000, 0), + (17170638, 'Pixie', 5026, 0.000, 0.000, 0.000, 0), + (17170639, 'Goblin_Pioneer', 4994, 0.000, 0.000, 0.000, 0), + (17170640, 'Goblin_Mine', 4993, 0.000, 0.000, 0.000, 0), + (17170641, 'Goblin_Pioneer', 4994, 0.000, 0.000, 0.000, 0), + (17170642, 'Goblin_Mine', 4993, 0.000, 0.000, 0.000, 0), + (17170643, 'Goblin_Pioneer', 4994, 0.000, 0.000, 0.000, 0), + (17170644, 'Goblin_Mine', 4993, 0.000, 0.000, 0.000, 0), + (17170645, 'War_Lynx', 5060, 0.000, 0.000, 0.000, 0), + (17170646, 'Yagudo_Transporter', 5070, 0.000, 0.000, 0.000, 0), + (17170647, 'Yagudo_Guard', 5065, 0.000, 0.000, 0.000, 0), + (17170648, 'Yagudo_Guard', 5065, 0.000, 0.000, 0.000, 0), + (17170649, 'Dark_Ixion', 4969, 0.000, 0.000, 0.000, 0), + (17170650, 'Amaranth', 4945, 0.000, 0.000, 0.000, 0), + (17170651, 'Honey_Fly', 4996, 0.000, 0.000, 0.000, 0), + (17170652, 'Honey_Fly', 4996, 0.000, 0.000, 0.000, 0), + (17170653, 'Honey_Fly', 4996, 0.000, 0.000, 0.000, 0), + (17170654, 'Honey_Fly', 4996, 0.000, 0.000, 0.000, 0), + (17170655, 'Honey_Fly', 4996, 0.000, 0.000, 0.000, 0), + (17170656, 'Honey_Fly', 4996, 0.000, 0.000, 0.000, 0), + (17170657, 'Count_Furfur', 4965, 0.000, 0.000, 0.000, 0), + (17170658, 'Count_Murmur', 4966, 0.000, 0.000, 0.000, 0), + (17170659, 'Count_Murmur', 4966, 0.000, 0.000, 0.000, 0), + (17170660, 'Tartalo', 5049, 0.000, 0.000, 0.000, 0), + (17170661, 'Tartalo', 5049, 0.000, 0.000, 0.000, 0), + (17170662, 'Laa_Vaqu_the_Sutler', 5008, 0.000, 0.000, 0.000, 0), + (17170663, 'Pixiebane', 5027, 0.000, 0.000, 0.000, 0), + (17170664, 'Pixiebane', 5027, 0.000, 0.000, 0.000, 0), + (17170665, 'Pixiebane', 5027, 0.000, 0.000, 0.000, 0), + (17170666, 'Pixiebane', 5027, 0.000, 0.000, 0.000, 0), + (17141761, 'River_Crab', 4137, 0.000, 0.000, 0.000, 0), + (17141762, 'Pug_Pugil', 4128, 0.000, 0.000, 0.000, 0), + (17141763, 'Hill_Crab', 4094, 0.000, 0.000, 0.000, 0), + (17141764, 'Fighting_Pugil', 4078, 0.000, 0.000, 0.000, 0), + (17141765, 'Gill_Pugil', 4082, 0.000, 0.000, 0.000, 0), + (17141766, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141767, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141768, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141769, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141770, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141771, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141772, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141773, 'Air_Elemental', 4027, 0.000, 0.000, 0.000, 0), + (17141774, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141775, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141776, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141777, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141778, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141779, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141780, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141781, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141782, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141783, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141784, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141785, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141786, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141787, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141788, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141789, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141790, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141791, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141792, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141793, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141794, 'Black_Wolf', 4044, 0.000, 0.000, 0.000, 0), + (17141795, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141796, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141797, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141798, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141799, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141800, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141801, 'Rock_Eater', 4138, 0.000, 0.000, 0.000, 0), + (17141802, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141803, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141804, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141805, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141806, 'Wingrats', 4170, 0.000, 0.000, 0.000, 0), + (17141807, 'Wingrats', 4170, 0.000, 0.000, 0.000, 0), + (17141808, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141809, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141810, 'Wingrats', 4170, 0.000, 0.000, 0.000, 0), + (17141811, 'Wingrats', 4170, 0.000, 0.000, 0.000, 0), + (17141812, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141813, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141814, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141815, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141816, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141817, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141818, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141819, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141820, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141821, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141822, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141823, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141824, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141825, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141826, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141827, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141828, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141829, 'Black_Wolf', 4044, 0.000, 0.000, 0.000, 0), + (17141830, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141831, 'Goblin_Freesword', 4085, 0.000, 0.000, 0.000, 0), + (17141832, 'Goblin_Corpsman', 4084, 0.000, 0.000, 0.000, 0), + (17141833, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141834, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141835, 'Black_Wolf', 4044, 0.000, 0.000, 0.000, 0), + (17141836, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141837, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141838, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141839, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141840, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141841, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141842, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141843, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141844, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141845, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141846, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141847, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141848, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141849, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141850, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141851, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141852, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141853, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141854, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141855, 'Feyweald_Sapling', 10864, 0.000, 0.000, 0.000, 0), + (17141856, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141857, 'Goblin_Freesword', 4085, 0.000, 0.000, 0.000, 0), + (17141858, 'Goblin_Blastmaster', 4083, 0.000, 0.000, 0.000, 0), + (17141859, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141860, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141861, 'Thunder_Elemental', 4157, 0.000, 0.000, 0.000, 0), + (17141862, 'Goblin_Corpsman', 4084, 0.000, 0.000, 0.000, 0), + (17141863, 'Goblin_Blastmaster', 4083, 0.000, 0.000, 0.000, 0), + (17141864, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141865, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141866, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141867, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141868, 'Goblin_Corpsman', 4084, 0.000, 0.000, 0.000, 0), + (17141869, 'Goblin_Blastmaster', 4083, 0.000, 0.000, 0.000, 0), + (17141870, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141871, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141872, 'Sarcopsylla', 0, 0.000, 0.000, 0.000, 0), + (17141873, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141874, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141875, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141876, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141877, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141878, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141879, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141880, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141881, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141882, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141883, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141884, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141885, 'Vasiliceratops', 0, 0.000, 0.000, 0.000, 0), + (17141886, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141887, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141888, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141889, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141890, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141891, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141892, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141893, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141894, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141895, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141896, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141897, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141898, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141899, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141900, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141901, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141902, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141903, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141904, 'Knotty_Treant', 4102, 0.000, 0.000, 0.000, 0), + (17141905, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141906, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141907, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141908, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141909, 'War_Lizard', 4168, 0.000, 0.000, 0.000, 0), + (17141910, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141911, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141912, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141913, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141914, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141915, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141916, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141917, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141918, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141919, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141920, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141921, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141922, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141923, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141924, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141925, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17141926, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141927, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141928, 'Vampire_Bat', 4163, 0.000, 0.000, 0.000, 0), + (17141929, 'Vampire_Bat', 4163, 0.000, 0.000, 0.000, 0), + (17141930, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141931, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141932, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141933, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141934, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141935, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141936, 'Thunder_Elemental', 4157, 0.000, 0.000, 0.000, 0), + (17141937, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141938, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141939, 'Wandering_Sapling', 4166, 0.000, 0.000, 0.000, 0), + (17141940, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141941, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141942, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141943, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141944, 'Onyx_Quadav', 4120, 0.000, 0.000, 0.000, 0), + (17141945, 'Young_Quadav', 4172, 0.000, 0.000, 0.000, 0), + (17141946, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141947, 'Copper_Quadav', 4059, 0.000, 0.000, 0.000, 0), + (17141948, 'Amethyst_Quadav', 4033, 0.000, 0.000, 0.000, 0), + (17141949, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141950, 'Wivre', 4171, 0.000, 0.000, 0.000, 0), + (17141951, 'Doom_Mage', 4068, 0.000, 0.000, 0.000, 0), + (17141952, 'Doom_Soldier', 4069, 0.000, 0.000, 0.000, 0), + (17141953, 'Air_Elemental', 4027, 0.000, 0.000, 0.000, 0), + (17141954, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141955, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141956, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141957, 'Vampire_Bat', 4163, 0.000, 0.000, 0.000, 0), + (17141958, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141959, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141960, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141961, 'Vampire_Bat', 4163, 0.000, 0.000, 0.000, 0), + (17141962, 'Kotan-kor_Kamuy', 0, 0.000, 0.000, 0.000, 0), + (17141963, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141964, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141965, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141966, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141967, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141968, 'Vampire_Bat', 4163, 0.000, 0.000, 0.000, 0), + (17141969, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141970, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141971, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141972, 'Vampire_Bat', 4163, 0.000, 0.000, 0.000, 0), + (17141973, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141974, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141975, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141976, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141977, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141978, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141979, 'Scitalis', 4142, 0.000, 0.000, 0.000, 0), + (17141980, 'Grauberg_Hippogryph', 4091, 0.000, 0.000, 0.000, 0), + (17141981, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141982, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141983, 'Doom_Mage', 4068, 0.000, 0.000, 0.000, 0), + (17141984, 'Doom_Soldier', 4069, 0.000, 0.000, 0.000, 0), + (17141985, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141986, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141987, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141988, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17141989, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141990, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141991, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141992, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141993, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141994, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141995, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141996, 'Air_Elemental', 4027, 0.000, 0.000, 0.000, 0), + (17141997, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141998, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17141999, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17142000, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17142001, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17142002, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17142003, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17142004, 'Air_Elemental', 4027, 0.000, 0.000, 0.000, 0), + (17142005, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17142006, 'Sidhe', 4152, 0.000, 0.000, 0.000, 0), + (17142007, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142008, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142009, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142010, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142011, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142012, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142013, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142014, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142015, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142016, 'Air_Elemental', 4027, 0.000, 0.000, 0.000, 0), + (17142017, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142018, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142019, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142020, 'Ajattara', 4028, 0.000, 0.000, 0.000, 0), + (17142021, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142022, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142023, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142024, 'Thunder_Elemental', 4157, 0.000, 0.000, 0.000, 0), + (17142025, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142026, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142027, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142028, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142029, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142030, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142031, 'Doom_Mage', 4068, 0.000, 0.000, 0.000, 0), + (17142032, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142033, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142034, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142035, 'Doom_Soldier', 4069, 0.000, 0.000, 0.000, 0), + (17142036, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142037, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142038, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142039, 'Doom_Soldier', 4069, 0.000, 0.000, 0.000, 0), + (17142040, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142041, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142042, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142043, 'Doom_Mage', 4068, 0.000, 0.000, 0.000, 0), + (17142044, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142045, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142046, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142047, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142048, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142049, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142050, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142051, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142052, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142053, 'Brasscap', 4049, 0.000, 0.000, 0.000, 0), + (17142054, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142055, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142056, 'Sapphirine_Quadav', 4141, 0.000, 0.000, 0.000, 0), + (17142057, 'Heliodor_Quadav', 4093, 0.000, 0.000, 0.000, 0), + (17142058, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142059, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142060, 'Bronze_Quadav', 4052, 0.000, 0.000, 0.000, 0), + (17142061, 'Silver_Quadav', 4154, 0.000, 0.000, 0.000, 0), + (17142062, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142063, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142064, 'Old_Quadav', 4119, 0.000, 0.000, 0.000, 0), + (17142065, 'Sapphirine_Quadav', 4141, 0.000, 0.000, 0.000, 0), + (17142066, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142067, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142068, 'Brass_Quadav', 4050, 0.000, 0.000, 0.000, 0), + (17142069, 'Silver_Quadav', 4154, 0.000, 0.000, 0.000, 0), + (17142070, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142071, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142072, 'Heliodor_Quadav', 4093, 0.000, 0.000, 0.000, 0), + (17142073, 'Sapphirine_Quadav', 4141, 0.000, 0.000, 0.000, 0), + (17142074, 'Black_Wolf', 4044, 0.000, 0.000, 0.000, 0), + (17142075, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142076, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142077, 'Silver_Quadav', 4154, 0.000, 0.000, 0.000, 0), + (17142078, 'Brass_Quadav', 4050, 0.000, 0.000, 0.000, 0), + (17142079, 'Wingrats', 4170, 0.000, 0.000, 0.000, 0), + (17142080, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142081, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142082, 'Old_Quadav', 4119, 0.000, 0.000, 0.000, 0), + (17142083, 'Heliodor_Quadav', 4093, 0.000, 0.000, 0.000, 0), + (17142084, 'Wingrats', 4170, 0.000, 0.000, 0.000, 0), + (17142085, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142086, 'Chigoe', 4055, 0.000, 0.000, 0.000, 0), + (17142087, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142088, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142089, 'Veteran_Quadav', 4164, 0.000, 0.000, 0.000, 0), + (17142090, 'Copper_Quadav', 4059, 0.000, 0.000, 0.000, 0), + (17142091, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142092, 'Onyx_Quadav', 4120, 0.000, 0.000, 0.000, 0), + (17142093, 'Greater_Quadav', 4092, 0.000, 0.000, 0.000, 0), + (17142094, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142095, 'Peiste', 4123, 0.000, 0.000, 0.000, 0), + (17142096, 'Greater_Quadav', 4092, 0.000, 0.000, 0.000, 0), + (17142097, 'Young_Quadav', 4172, 0.000, 0.000, 0.000, 0), + (17142098, 'Blood_Soul', 4045, 0.000, 0.000, 0.000, 0), + (17142099, 'Blood_Soul', 4045, 0.000, 0.000, 0.000, 0), + (17142100, 'Blood_Soul', 4045, 0.000, 0.000, 0.000, 0), + (17142101, 'Blood_Soul', 4045, 0.000, 0.000, 0.000, 0), + (17142102, 'Pixie', 4124, 0.000, 0.000, 0.000, 0), + (17142103, 'Pixie', 4124, 0.000, 0.000, 0.000, 0), + (17142104, 'Goblin_Pioneer', 4088, 0.000, 0.000, 0.000, 0), + (17142105, 'Goblin_Mine', 4087, 0.000, 0.000, 0.000, 0), + (17142106, 'Goblin_Pioneer', 4088, 0.000, 0.000, 0.000, 0), + (17142107, 'Goblin_Mine', 4087, 0.000, 0.000, 0.000, 0), + (17142108, 'Migratory_Hippogryph', 4112, 0.000, 0.000, 0.000, 0), + (17142109, 'Quadav_Transporter', 4130, 0.000, 0.000, 0.000, 0), + (17142110, 'Quadav_Guard', 4129, 0.000, 0.000, 0.000, 0), + (17142111, 'Quadav_Guard', 4129, 0.000, 0.000, 0.000, 0), + (17142112, 'Dark_Ixion', 4063, 0.000, 0.000, 0.000, 0), + (17142113, 'Simorg', 4155, 0.000, 0.000, 0.000, 0), + (17142114, 'Hippocentaur', 4095, 0.000, 0.000, 0.000, 0), + (17142115, 'Hippocentaur', 4095, 0.000, 0.000, 0.000, 0), + (17142116, 'Hippocentaur', 4095, 0.000, 0.000, 0.000, 0), + (17142117, 'Hippocentaur', 4095, 0.000, 0.000, 0.000, 0), + (17142118, 'Hippocentaur', 4095, 0.000, 0.000, 0.000, 0), + (17142119, 'Hippocentaur', 4095, 0.000, 0.000, 0.000, 0), + (17149953, 'Snipper', 4461, 0.000, 0.000, 0.000, 0), + (17149954, 'Big_Jaw', 4346, 0.000, 0.000, 0.000, 0), + (17149955, 'Horrid_Fluke', 4408, 0.000, 0.000, 0.000, 0), + (17149956, 'Greater_Pugil', 4402, 0.000, 0.000, 0.000, 0), + (17149957, 'Big_Leech', 4347, 0.000, 0.000, 0.000, 0), + (17149958, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149959, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149960, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149961, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149962, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149963, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149964, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149965, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149966, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149967, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149968, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149969, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149970, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149971, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149972, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149973, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149974, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149975, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149976, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149977, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149978, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149979, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149980, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149981, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149982, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149983, 'Lycopodium', 4423, 0.000, 0.000, 0.000, 0), + (17149984, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149985, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149986, 'Lamina', 4417, 0.000, 0.000, 0.000, 0), + (17149987, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149988, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149989, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149990, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149991, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149992, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149993, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17149994, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149995, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17149996, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17149997, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17149998, 'Fire_Elemental', 4387, 0.000, 0.000, 0.000, 0), + (17149999, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17150000, 'Death_Wasp', 4368, 0.000, 0.000, 0.000, 0), + (17150001, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150002, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150003, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150004, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150005, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150006, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150007, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150008, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150009, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150010, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150011, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150012, 'Moon_Bat', 4428, 0.000, 0.000, 0.000, 0), + (17150013, 'Moon_Bat', 4428, 0.000, 0.000, 0.000, 0), + (17150014, 'Wight', 4472, 0.000, 0.000, 0.000, 0), + (17150015, 'Wight', 4472, 0.000, 0.000, 0.000, 0), + (17150016, 'Wight', 4472, 0.000, 0.000, 0.000, 0), + (17150017, 'Wight', 4472, 0.000, 0.000, 0.000, 0), + (17150018, 'Wight', 4472, 0.000, 0.000, 0.000, 0), + (17150019, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150020, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150021, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150022, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150023, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150024, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150025, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150026, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150027, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150028, 'Goblin_Patrolman', 4396, 0.000, 0.000, 0.000, 0), + (17150029, 'Goblin_Franctireur', 4393, 0.000, 0.000, 0.000, 0), + (17150030, 'Goblin_s_Crawler', 4398, 0.000, 0.000, 0.000, 0), + (17150031, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150032, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150033, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150034, 'Goblin_Draftee', 4392, 0.000, 0.000, 0.000, 0), + (17150035, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150036, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150037, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150038, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150039, 'Goblin_Franctireur', 4393, 0.000, 0.000, 0.000, 0), + (17150040, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150041, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150042, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150043, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150044, 'Goblin_Draftee', 4392, 0.000, 0.000, 0.000, 0), + (17150045, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150046, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150047, 'Dyinyinga', 4377, 0.000, 0.000, 0.000, 0), + (17150048, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150049, 'Water_Elemental', 4470, 0.000, 0.000, 0.000, 0), + (17150050, 'Goblin_Patrolman', 4396, 0.000, 0.000, 0.000, 0), + (17150051, 'Goblin_Franctireur', 4393, 0.000, 0.000, 0.000, 0), + (17150052, 'Evil_Spirit', 4382, 0.000, 0.000, 0.000, 0), + (17150053, 'Goblin_s_Crawler', 4398, 0.000, 0.000, 0.000, 0), + (17150054, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150055, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150056, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150057, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150058, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150059, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150060, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150061, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150062, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150063, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150064, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150065, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150066, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150067, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150068, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150069, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150070, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150071, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150072, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150073, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150074, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150075, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150076, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150077, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150078, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150079, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150080, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150081, 'Erle', 0, 0.000, 0.000, 0.000, 0), + (17150082, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150083, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150084, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150085, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150086, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150087, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150088, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150089, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150090, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150091, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150092, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150093, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150094, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150095, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150096, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150097, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150098, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150099, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150100, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150101, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150102, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150103, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150104, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150105, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150106, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150107, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150108, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150109, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150110, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150111, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150112, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150113, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150114, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150115, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150116, 'Death_Jacket', 4367, 0.000, 0.000, 0.000, 0), + (17150117, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150118, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150119, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150120, 'Chigoe', 4358, 0.000, 0.000, 0.000, 0), + (17150121, 'Dragonfly', 4373, 0.000, 0.000, 0.000, 0), + (17150122, 'Dragonfly', 4373, 0.000, 0.000, 0.000, 0), + (17150123, 'Dragonfly', 4373, 0.000, 0.000, 0.000, 0), + (17150124, 'Dragonfly', 4373, 0.000, 0.000, 0.000, 0), + (17150125, 'Dragonfly', 4373, 0.000, 0.000, 0.000, 0), + (17150126, 'Dragonfly', 4373, 0.000, 0.000, 0.000, 0), + (17150127, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150128, 'Fire_Elemental', 4387, 0.000, 0.000, 0.000, 0), + (17150129, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150130, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150131, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150132, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150133, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150134, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150135, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150136, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150137, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150138, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150139, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150140, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150141, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150142, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150143, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150144, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150145, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150146, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150147, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150148, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150149, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150150, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150151, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150152, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150153, 'Champion_Crawler', 10865, 0.000, 0.000, 0.000, 0), + (17150154, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150155, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150156, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150157, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150158, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150159, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150160, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150161, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150162, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150163, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150164, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150165, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150166, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150167, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150168, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150169, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150170, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150171, 'Water_Elemental', 4470, 0.000, 0.000, 0.000, 0), + (17150172, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150173, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150174, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150175, 'Berry_Grub', 4345, 0.000, 0.000, 0.000, 0), + (17150176, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150177, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150178, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150179, 'Scabrous_Slug', 4451, 0.000, 0.000, 0.000, 0), + (17150180, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150181, 'Poison_Leech', 4435, 0.000, 0.000, 0.000, 0), + (17150182, 'Evil_Spirit', 4382, 0.000, 0.000, 0.000, 0), + (17150183, 'Clipper', 4360, 0.000, 0.000, 0.000, 0), + (17150184, 'Clipper', 4360, 0.000, 0.000, 0.000, 0), + (17150185, 'Clipper', 4360, 0.000, 0.000, 0.000, 0), + (17150186, 'Water_Elemental', 4470, 0.000, 0.000, 0.000, 0), + (17150187, 'Goblin_Draftee', 4392, 0.000, 0.000, 0.000, 0), + (17150188, 'Clipper', 4360, 0.000, 0.000, 0.000, 0), + (17150189, 'Clipper', 4360, 0.000, 0.000, 0.000, 0), + (17150190, 'Clipper', 4360, 0.000, 0.000, 0.000, 0), + (17150191, 'Goblin_Patrolman', 4396, 0.000, 0.000, 0.000, 0), + (17150192, 'Goblin_s_Crawler', 4398, 0.000, 0.000, 0.000, 0), + (17150193, 'Evil_Spirit', 4382, 0.000, 0.000, 0.000, 0), + (17150194, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150195, 'Moon_Bat', 4428, 0.000, 0.000, 0.000, 0), + (17150196, 'Moon_Bat', 4428, 0.000, 0.000, 0.000, 0), + (17150197, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150198, 'Moon_Bat', 4428, 0.000, 0.000, 0.000, 0), + (17150199, 'Moon_Bat', 4428, 0.000, 0.000, 0.000, 0), + (17150200, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150201, 'Moon_Bat', 4428, 0.000, 0.000, 0.000, 0), + (17150202, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150203, 'Old_Quadav', 4433, 0.000, 0.000, 0.000, 0), + (17150204, 'Heliodor_Quadav', 4406, 0.000, 0.000, 0.000, 0), + (17150205, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150206, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150207, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150208, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150209, 'Fire_Elemental', 4387, 0.000, 0.000, 0.000, 0), + (17150210, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150211, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150212, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150213, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150214, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150215, 'Hawker', 4405, 0.000, 0.000, 0.000, 0), + (17150216, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150217, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150218, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150219, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150220, 'Fire_Elemental', 4387, 0.000, 0.000, 0.000, 0), + (17150221, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150222, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150223, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150224, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150225, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150226, 'Midnight_Wings', 4426, 0.000, 0.000, 0.000, 0), + (17150227, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150228, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150229, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150230, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150231, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150232, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150233, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150234, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150235, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150236, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150237, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150238, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150239, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150240, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150241, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150242, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150243, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150244, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150245, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150246, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150247, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150248, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150249, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150250, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150251, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150252, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150253, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150254, 'Goobbue_Farmer', 4399, 0.000, 0.000, 0.000, 0), + (17150255, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150256, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150257, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150258, 'Coppercap', 4363, 0.000, 0.000, 0.000, 0), + (17150259, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150260, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150261, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150262, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150263, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150264, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150265, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150266, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150267, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150268, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150269, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150270, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150271, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150272, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150273, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150274, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150275, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150276, 'Worker_Crawler', 4473, 0.000, 0.000, 0.000, 0), + (17150277, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150278, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150279, 'Ochu', 4430, 0.000, 0.000, 0.000, 0), + (17150280, 'Delicieuse_Delphine', 0, 0.000, 0.000, 0.000, 0), + (17150281, 'Silver_Quadav', 4460, 0.000, 0.000, 0.000, 0), + (17150282, 'Emerald_Quadav', 4380, 0.000, 0.000, 0.000, 0), + (17150283, 'Bronze_Quadav', 4355, 0.000, 0.000, 0.000, 0), + (17150284, 'Sapphirine_Quadav', 4450, 0.000, 0.000, 0.000, 0), + (17150285, 'Brass_Quadav', 4353, 0.000, 0.000, 0.000, 0), + (17150286, 'Emerald_Quadav', 4380, 0.000, 0.000, 0.000, 0), + (17150287, 'Old_Quadav', 4433, 0.000, 0.000, 0.000, 0), + (17150288, 'Bronze_Quadav', 4355, 0.000, 0.000, 0.000, 0), + (17150289, 'Brass_Quadav', 4353, 0.000, 0.000, 0.000, 0), + (17150290, 'Silver_Quadav', 4460, 0.000, 0.000, 0.000, 0), + (17150291, 'Heliodor_Quadav', 4406, 0.000, 0.000, 0.000, 0), + (17150292, 'Old_Quadav', 4433, 0.000, 0.000, 0.000, 0), + (17150293, 'Sapphirine_Quadav', 4450, 0.000, 0.000, 0.000, 0), + (17150294, 'Emerald_Quadav', 4380, 0.000, 0.000, 0.000, 0), + (17150295, 'Bronze_Quadav', 4355, 0.000, 0.000, 0.000, 0), + (17150296, 'Heliodor_Quadav', 4406, 0.000, 0.000, 0.000, 0), + (17150297, 'Brass_Quadav', 4353, 0.000, 0.000, 0.000, 0), + (17150298, 'Bronze_Quadav', 4355, 0.000, 0.000, 0.000, 0), + (17150299, 'Silver_Quadav', 4460, 0.000, 0.000, 0.000, 0), + (17150300, 'Old_Quadav', 4433, 0.000, 0.000, 0.000, 0), + (17150301, 'Brass_Quadav', 4353, 0.000, 0.000, 0.000, 0), + (17150302, 'Heliodor_Quadav', 4406, 0.000, 0.000, 0.000, 0), + (17150303, 'Emerald_Quadav', 4380, 0.000, 0.000, 0.000, 0), + (17150304, 'Sprite', 4462, 0.000, 0.000, 0.000, 0), + (17150305, 'Sprite', 4462, 0.000, 0.000, 0.000, 0), + (17150306, 'Sprite', 4462, 0.000, 0.000, 0.000, 0), + (17150307, 'Sprite', 4462, 0.000, 0.000, 0.000, 0), + (17150308, 'Sprite', 4462, 0.000, 0.000, 0.000, 0), + (17150309, 'Goblin_Skirmisher', 4397, 0.000, 0.000, 0.000, 0), + (17150310, 'Goblin_Mine', 4395, 0.000, 0.000, 0.000, 0), + (17150311, 'Goblin_Skirmisher', 4397, 0.000, 0.000, 0.000, 0), + (17150312, 'Goblin_Mine', 4395, 0.000, 0.000, 0.000, 0), + (17150313, 'Goblin_Skirmisher', 4397, 0.000, 0.000, 0.000, 0), + (17150314, 'Goblin_Mine', 4395, 0.000, 0.000, 0.000, 0), + (17150315, 'Goblin_Skirmisher', 4397, 0.000, 0.000, 0.000, 0), + (17150316, 'Goblin_Mine', 4395, 0.000, 0.000, 0.000, 0), + (17150317, 'Sandworm', 4449, 0.000, 0.000, 0.000, 0), + (17150318, 'Quadav_Transporter', 4440, 0.000, 0.000, 0.000, 0), + (17150319, 'Quadav_Guard', 4439, 0.000, 0.000, 0.000, 0), + (17150320, 'Quadav_Guard', 4439, 0.000, 0.000, 0.000, 0), + (17150321, 'Dark_Ixion', 4366, 0.000, 0.000, 0.000, 0), + (17145857, 'Swamp_Leech', 4303, 0.000, 0.000, 0.000, 0), + (17145858, 'Stag_Crab', 4302, 0.000, 0.000, 0.000, 0), + (17145859, 'Swamp_Pugil', 4305, 0.000, 0.000, 0.000, 0), + (17145860, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17145861, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145862, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145863, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145864, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145865, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145866, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145867, 'Sugaar', 0, 0.000, 0.000, 0.000, 0), + (17145868, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145869, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145870, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145871, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145872, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145873, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145874, 'Virulent_Peiste', 4313, 0.000, 0.000, 0.000, 0), + (17145875, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145876, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145877, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145878, 'Goblin_Guerrilla', 4237, 0.000, 0.000, 0.000, 0), + (17145879, 'Goblin_s_Dragonfly', 4240, 0.000, 0.000, 0.000, 0), + (17145880, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145881, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145882, 'Water_Elemental', 4316, 0.000, 0.000, 0.000, 0), + (17145883, 'Malboro', 4261, 0.000, 0.000, 0.000, 0), + (17145884, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145885, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145886, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145887, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145888, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145889, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145890, 'Goblin_Grenadier', 4236, 0.000, 0.000, 0.000, 0), + (17145891, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145892, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145893, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145894, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145895, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145896, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145897, 'Goblin_Flagman', 4235, 0.000, 0.000, 0.000, 0), + (17145898, 'Thunder_Elemental', 4307, 0.000, 0.000, 0.000, 0), + (17145899, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145901, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145900, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145902, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145903, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145904, 'Goblin_Grenadier', 4236, 0.000, 0.000, 0.000, 0), + (17145905, 'Goblin_Flagman', 4235, 0.000, 0.000, 0.000, 0), + (17145906, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145907, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145908, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145909, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145910, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145911, 'Goblin_Grenadier', 4236, 0.000, 0.000, 0.000, 0), + (17145912, 'Goblin_Flagman', 4235, 0.000, 0.000, 0.000, 0), + (17145913, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145914, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145915, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145916, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145917, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145918, 'Goblin_Guerrilla', 4237, 0.000, 0.000, 0.000, 0), + (17145919, 'Goblin_Flagman', 4235, 0.000, 0.000, 0.000, 0), + (17145920, 'Goblin_s_Dragonfly', 4240, 0.000, 0.000, 0.000, 0), + (17145921, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145922, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145923, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145924, 'Water_Elemental', 4316, 0.000, 0.000, 0.000, 0), + (17145925, 'Malboro', 4261, 0.000, 0.000, 0.000, 0), + (17145926, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145927, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145928, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145929, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145930, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145931, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145932, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145933, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145934, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145935, 'Elder_Quadav', 4217, 0.000, 0.000, 0.000, 0), + (17145936, 'Garnet_Quadav', 4228, 0.000, 0.000, 0.000, 0), + (17145937, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145938, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145939, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145940, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17145941, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145942, 'Ruby_Quadav', 4288, 0.000, 0.000, 0.000, 0), + (17145943, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145944, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145945, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145946, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145947, 'Peiste', 4274, 0.000, 0.000, 0.000, 0), + (17145948, 'Zircon_Quadav', 4319, 0.000, 0.000, 0.000, 0), + (17145949, 'Nickel_Quadav', 4269, 0.000, 0.000, 0.000, 0), + (17145950, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145951, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145952, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145953, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145954, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145955, 'Mythril_Quadav', 4267, 0.000, 0.000, 0.000, 0), + (17145956, 'Elder_Quadav', 4217, 0.000, 0.000, 0.000, 0), + (17145957, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145958, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145959, 'Bog_Bunny', 4198, 0.000, 0.000, 0.000, 0), + (17145960, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145961, 'Goobbue', 4243, 0.000, 0.000, 0.000, 0), + (17145962, 'Garnet_Quadav', 4228, 0.000, 0.000, 0.000, 0), + (17145963, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17145964, 'Thunder_Elemental', 4307, 0.000, 0.000, 0.000, 0), + (17145965, 'Croque-mitaine', 0, 0.000, 0.000, 0.000, 0), + (17145966, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145967, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145968, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145969, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145970, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145971, 'Nickel_Quadav', 4269, 0.000, 0.000, 0.000, 0), + (17145972, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145973, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17145974, 'Water_Elemental', 4316, 0.000, 0.000, 0.000, 0), + (17145975, 'Malboro', 4261, 0.000, 0.000, 0.000, 0), + (17145976, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145977, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145978, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145979, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17145980, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17145981, 'Mythril_Quadav', 4267, 0.000, 0.000, 0.000, 0), + (17145982, 'Ruby_Quadav', 4288, 0.000, 0.000, 0.000, 0), + (17145983, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145984, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145985, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145986, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17145987, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17145988, 'Elder_Quadav', 4217, 0.000, 0.000, 0.000, 0), + (17145989, 'Zircon_Quadav', 4319, 0.000, 0.000, 0.000, 0), + (17145990, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145991, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145992, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145993, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17145994, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17145995, 'Nickel_Quadav', 4269, 0.000, 0.000, 0.000, 0), + (17145996, 'Ruby_Quadav', 4288, 0.000, 0.000, 0.000, 0), + (17145997, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145998, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17145999, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146000, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146001, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146002, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17146003, 'Zircon_Quadav', 4319, 0.000, 0.000, 0.000, 0), + (17146004, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146005, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146006, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146007, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146008, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146009, 'Elder_Quadav', 4217, 0.000, 0.000, 0.000, 0), + (17146010, 'Nickel_Quadav', 4269, 0.000, 0.000, 0.000, 0), + (17146011, 'Zircon_Quadav', 4319, 0.000, 0.000, 0.000, 0), + (17146012, 'Nommo', 0, 0.000, 0.000, 0.000, 0), + (17146013, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146014, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146015, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146016, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146017, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146018, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17146019, 'Ruby_Quadav', 4288, 0.000, 0.000, 0.000, 0), + (17146020, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146021, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146022, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146023, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146024, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146025, 'Mythril_Quadav', 4267, 0.000, 0.000, 0.000, 0), + (17146026, 'Garnet_Quadav', 4228, 0.000, 0.000, 0.000, 0), + (17146027, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146028, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146029, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146030, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146031, 'Nickel_Quadav', 4269, 0.000, 0.000, 0.000, 0), + (17146032, 'Mythril_Quadav', 4267, 0.000, 0.000, 0.000, 0), + (17146033, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146034, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146035, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146036, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146037, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17146038, 'Ruby_Quadav', 4288, 0.000, 0.000, 0.000, 0), + (17146039, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146040, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146041, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146042, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146043, 'Elder_Quadav', 4217, 0.000, 0.000, 0.000, 0), + (17146044, 'Garnet_Quadav', 4228, 0.000, 0.000, 0.000, 0), + (17146045, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146046, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146047, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146048, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146049, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17146050, 'Mythril_Quadav', 4267, 0.000, 0.000, 0.000, 0), + (17146051, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17146052, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17146053, 'Snipper', 4298, 0.000, 0.000, 0.000, 0), + (17146054, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146055, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146056, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146057, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146058, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146059, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146060, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146061, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146062, 'Thread_Leech', 4306, 0.000, 0.000, 0.000, 0), + (17146063, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146064, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146065, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146066, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146067, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146068, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146069, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146070, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146071, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146072, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146073, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146074, 'Gadfly', 4227, 0.000, 0.000, 0.000, 0), + (17146075, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146076, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146077, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17146078, 'Elder_Quadav', 4217, 0.000, 0.000, 0.000, 0), + (17146079, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146080, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146081, 'Garnet_Quadav', 4228, 0.000, 0.000, 0.000, 0), + (17146082, 'Zircon_Quadav', 4319, 0.000, 0.000, 0.000, 0), + (17146083, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146084, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146085, 'Ruby_Quadav', 4288, 0.000, 0.000, 0.000, 0), + (17146086, 'Mythril_Quadav', 4267, 0.000, 0.000, 0.000, 0), + (17146087, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146088, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146089, 'Lou_Carcolh', 4258, 0.000, 0.000, 0.000, 0), + (17146090, 'Zircon_Quadav', 4319, 0.000, 0.000, 0.000, 0), + (17146091, 'Silver_Quadav', 4298, 0.000, 0.000, 0.000, 0), + (17146092, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146093, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146094, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146095, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146096, 'Mousse', 4266, 0.000, 0.000, 0.000, 0), + (17146097, 'Mousse', 4266, 0.000, 0.000, 0.000, 0), + (17146098, 'Nickel_Quadav', 4269, 0.000, 0.000, 0.000, 0), + (17146099, 'Elder_Quadav', 4217, 0.000, 0.000, 0.000, 0), + (17146100, 'Ruby_Quadav', 4288, 0.000, 0.000, 0.000, 0), + (17146101, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146102, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146103, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146104, 'Mythril_Quadav', 4267, 0.000, 0.000, 0.000, 0), + (17146105, 'Zircon_Quadav', 4319, 0.000, 0.000, 0.000, 0), + (17146106, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146107, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146108, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146109, 'Electrumcap', 4218, 0.000, 0.000, 0.000, 0), + (17146110, 'Mousse', 4266, 0.000, 0.000, 0.000, 0), + (17146111, 'Mousse', 4266, 0.000, 0.000, 0.000, 0), + (17146112, 'Ancient_Quadav', 4187, 0.000, 0.000, 0.000, 0), + (17146113, 'Gold_Quadav', 4242, 0.000, 0.000, 0.000, 0), + (17146114, 'Vajra_Quadav', 4312, 0.000, 0.000, 0.000, 0), + (17146115, 'Ancient_Quadav', 4187, 0.000, 0.000, 0.000, 0), + (17146116, 'Gold_Quadav', 4242, 0.000, 0.000, 0.000, 0), + (17146117, 'Vajra_Quadav', 4312, 0.000, 0.000, 0.000, 0), + (17146118, 'Sanguine_Bat', 4289, 0.000, 0.000, 0.000, 0), + (17146119, 'Sanguine_Bat', 4289, 0.000, 0.000, 0.000, 0), + (17146120, 'Ghoul', 4229, 0.000, 0.000, 0.000, 0), + (17146121, 'Ghoul', 4230, 0.000, 0.000, 0.000, 0), + (17146122, 'Zombie', 4320, 0.000, 0.000, 0.000, 0), + (17146123, 'Sanguine_Bat', 4289, 0.000, 0.000, 0.000, 0), + (17146124, 'Sanguine_Bat', 4289, 0.000, 0.000, 0.000, 0), + (17146125, 'Zombie', 4320, 0.000, 0.000, 0.000, 0), + (17146126, 'Zombie', 4320, 0.000, 0.000, 0.000, 0), + (17146127, 'Ghoul', 4229, 0.000, 0.000, 0.000, 0), + (17146128, 'Bogy', 4197, 0.000, 0.000, 0.000, 0), + (17146129, 'Night_Bats', 4270, 0.000, 0.000, 0.000, 0), + (17146130, 'Night_Bats', 4270, 0.000, 0.000, 0.000, 0), + (17146131, 'Night_Bats', 4270, 0.000, 0.000, 0.000, 0), + (17146132, 'Night_Bats', 4270, 0.000, 0.000, 0.000, 0), + (17146133, 'Night_Bats', 4270, 0.000, 0.000, 0.000, 0), + (17146134, 'Bogy', 4197, 0.000, 0.000, 0.000, 0), + (17146135, 'Moor_Hound', 4265, 0.000, 0.000, 0.000, 0), + (17146136, 'Night_Bats', 4270, 0.000, 0.000, 0.000, 0), + (17146137, 'Night_Bats', 4270, 0.000, 0.000, 0.000, 0), + (17146138, 'Bogy', 4197, 0.000, 0.000, 0.000, 0), + (17146139, 'Moor_Hound', 4265, 0.000, 0.000, 0.000, 0), + (17146140, 'Sprite', 4301, 0.000, 0.000, 0.000, 0), + (17146141, 'Sprite', 4301, 0.000, 0.000, 0.000, 0), + (17146142, 'Sprite', 4301, 0.000, 0.000, 0.000, 0), + (17146143, 'Goblin_Toxophilite', 4241, 0.000, 0.000, 0.000, 0), + (17146144, 'Goblin_Mine', 4239, 0.000, 0.000, 0.000, 0), + (17146145, 'Goblin_Toxophilite', 4241, 0.000, 0.000, 0.000, 0), + (17146146, 'Goblin_Mine', 4239, 0.000, 0.000, 0.000, 0), + (17146147, 'Kinepikwa', 4254, 0.000, 0.000, 0.000, 0), + (17146148, 'Quadav_Transporter', 4280, 0.000, 0.000, 0.000, 0), + (17146149, 'Quadav_Guard', 4279, 0.000, 0.000, 0.000, 0), + (17146150, 'Quadav_Guard', 4279, 0.000, 0.000, 0.000, 0), + (17146151, 'Groot_Slang', 4247, 0.000, 0.000, 0.000, 0), + (17146152, 'Poison_Peiste', 4275, 0.000, 0.000, 0.000, 0), + (17146153, 'Poison_Peiste', 4275, 0.000, 0.000, 0.000, 0), + (17146154, 'Poison_Peiste', 4275, 0.000, 0.000, 0.000, 0), + (17146155, 'Poison_Peiste', 4275, 0.000, 0.000, 0.000, 0), + (17146156, 'Poison_Peiste', 4275, 0.000, 0.000, 0.000, 0), + (17146157, 'Poison_Peiste', 4275, 0.000, 0.000, 0.000, 0), + (17146158, 'Go_Rha_Sludgewater', 4246, 0.000, 0.000, 0.000, 0), + (17146159, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146160, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146161, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146162, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146163, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146164, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146165, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146166, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146167, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146168, 'Swamp_Muck', 4304, 0.000, 0.000, 0.000, 0), + (17146169, 'Yilbegan', 0, 0.000, 0.000, 0.000, 0), + (17146170, 'Blobdingnag', 0, 0.000, 0.000, 0.000, 0), + (17146171, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17146172, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17146173, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17146174, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17146175, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17146176, 'Septic_Boil', 0, 0.000, 0.000, 0.000, 0), + (17146177, 'Shoggoth', 0, 0.000, 0.000, 0.000, 0), + (17146178, 'Lamprey_Lord', 0, 0.000, 0.000, 0.000, 0), + (17146179, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17146180, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17146181, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17146182, 'Ground_Guzzler', 0, 0.000, 0.000, 0.000, 0), + (17146183, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17146184, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17146185, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17146186, 'Globster', 0, 0.000, 0.000, 0.000, 0), + (17174529, 'Yagudo_Chanter', 5213, 0.000, 0.000, 0.000, 0), + (17174530, 'Yagudo_Prioress', 5220, 0.000, 0.000, 0.000, 0), + (17174531, 'Yagudo_s_Elemental', 5222, 0.000, 0.000, 0.000, 0), + (17174532, 'Yagudo_Knight_Templar', 5218, 0.000, 0.000, 0.000, 0), + (17174533, 'Yagudo_High_Priest', 5217, 0.000, 0.000, 0.000, 0), + (17174534, 'Yagudo_Eradicator', 5214, 0.000, 0.000, 0.000, 0), + (17174535, 'Yagudo_Prelate', 5219, 0.000, 0.000, 0.000, 0), + (17174536, 'Yagudo_Sentinel', 5221, 0.000, 0.000, 0.000, 0), + (17174537, 'Yagudo_Prioress', 5220, 0.000, 0.000, 0.000, 0), + (17174538, 'Yagudo_s_Elemental', 5222, 0.000, 0.000, 0.000, 0), + (17174539, 'Yagudo_Chanter', 5213, 0.000, 0.000, 0.000, 0), + (17174540, 'Yagudo_Knight_Templar', 5218, 0.000, 0.000, 0.000, 0), + (17174541, 'Yagudo_Eradicator', 5214, 0.000, 0.000, 0.000, 0), + (17174542, 'Yagudo_Sentinel', 5221, 0.000, 0.000, 0.000, 0), + (17174543, 'Yagudo_High_Priest', 5217, 0.000, 0.000, 0.000, 0), + (17174544, 'Yagudo_Prelate', 5219, 0.000, 0.000, 0.000, 0), + (17174545, 'Yagudo_Knight_Templar', 5218, 0.000, 0.000, 0.000, 0), + (17174546, 'Yagudo_Eradicator', 5214, 0.000, 0.000, 0.000, 0), + (17174547, 'Yagudo_High_Priest', 5217, 0.000, 0.000, 0.000, 0), + (17174548, 'Yagudo_Eradicator', 5214, 0.000, 0.000, 0.000, 0), + (17174549, 'Yagudo_Knight_Templar', 5218, 0.000, 0.000, 0.000, 0), + (17174550, 'Yagudo_Prelate', 5219, 0.000, 0.000, 0.000, 0), + (17174551, 'Yagudo_High_Priest', 5217, 0.000, 0.000, 0.000, 0), + (17174552, 'Yagudo_Eradicator', 5214, 0.000, 0.000, 0.000, 0), + (17174553, 'Yagudo_Chanter', 5213, 0.000, 0.000, 0.000, 0), + (17174554, 'Yagudo_Sentinel', 5221, 0.000, 0.000, 0.000, 0), + (17174555, 'Yagudo_High_Priest', 5217, 0.000, 0.000, 0.000, 0), + (17174556, 'Yagudo_Sentinel', 5221, 0.000, 0.000, 0.000, 0), + (17174557, 'Yagudo_Knight_Templar', 5218, 0.000, 0.000, 0.000, 0), + (17174558, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174559, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174560, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174561, 'Muq_Shabeel', 5162, 0.000, 0.000, 0.000, 0), + (17174562, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174563, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174564, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174565, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174566, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174567, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174568, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174569, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174570, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174571, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174572, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174573, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174574, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174575, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174576, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174577, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174578, 'War_Lynx', 5210, 0.000, 0.000, 0.000, 0), + (17174579, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174580, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174581, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174582, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174583, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174584, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174585, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174586, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174587, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174588, 'Night_Bats', 5165, 0.000, 0.000, 0.000, 0), + (17174589, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174590, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174591, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174592, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174593, 'Black_Bat', 5091, 0.000, 0.000, 0.000, 0), + (17174594, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174595, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174596, 'Scavenging_Hound', 5185, 0.000, 0.000, 0.000, 0), + (17174597, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174598, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174599, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174600, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174601, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174602, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174603, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174604, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174605, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174606, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174607, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174608, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174609, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174610, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174611, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174612, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174613, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174614, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174615, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174616, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174617, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174618, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174619, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174620, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174621, 'Goblin_Paratrooper', 5135, 0.000, 0.000, 0.000, 0), + (17174622, 'Goblin_Bombardier', 5131, 0.000, 0.000, 0.000, 0), + (17174623, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174624, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174625, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174626, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174627, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174628, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174629, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174630, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174631, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174632, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174633, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174634, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174635, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174636, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174637, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174638, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174639, 'Goblin_Paratrooper', 5135, 0.000, 0.000, 0.000, 0), + (17174640, 'Goblin_Field_Doctor', 5132, 0.000, 0.000, 0.000, 0), + (17174641, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174642, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174643, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174644, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174645, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174646, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174647, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174648, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174649, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174650, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174651, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174652, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174653, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174654, 'Lynx', 5155, 0.000, 0.000, 0.000, 0), + (17174655, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174656, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174657, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174658, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174659, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174660, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174661, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174662, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174663, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174664, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174665, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174666, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174667, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174668, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174669, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174670, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174671, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174672, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174673, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174674, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174675, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174676, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174677, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174678, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174679, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174680, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174681, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174682, 'Hemodrosophila', 0, 0.000, 0.000, 0.000, 0), + (17174683, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174684, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174685, 'Dragonfly', 5116, 0.000, 0.000, 0.000, 0), + (17174686, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174687, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174688, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174689, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174690, 'Stag_Beetle', 5198, 0.000, 0.000, 0.000, 0), + (17174691, 'Black_Bat', 5091, 0.000, 0.000, 0.000, 0), + (17174692, 'Night_Bats', 5165, 0.000, 0.000, 0.000, 0), + (17174693, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174694, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174695, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174696, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174697, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174698, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174699, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174700, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174701, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174702, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174703, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174704, 'Scolopendrid', 5186, 0.000, 0.000, 0.000, 0), + (17174705, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174706, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174707, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174708, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174709, 'Centipedal_Centruroides', 0, 0.000, 0.000, 0.000, 0), + (17174710, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174711, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174712, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174713, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174714, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174715, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174716, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174717, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174718, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174719, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174720, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174721, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174722, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0), + (17174723, 'Mountain_Scolopendrid', 5161, 0.000, 0.000, 0.000, 0); +INSERT INTO `mob_spawn_points` (`mobid`, `mobname`, `groupid`, `pos_x`, `pos_y`, `pos_z`, `pos_rot`) VALUES + (17174724, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174725, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174726, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174727, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174728, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174729, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174730, 'Goblin_Paratrooper', 5135, 0.000, 0.000, 0.000, 0), + (17174731, 'Goblin_Field_Doctor', 5132, 0.000, 0.000, 0.000, 0), + (17174732, 'Goblin_Bombardier', 5131, 0.000, 0.000, 0.000, 0), + (17174733, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174734, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174735, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174736, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174737, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174738, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174739, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174740, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174741, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174742, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174743, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174744, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174745, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174746, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174747, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174748, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174749, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174750, 'Mountain_Jubjub', 5160, 0.000, 0.000, 0.000, 0), + (17174751, 'Mountain_Jubjub', 5160, 0.000, 0.000, 0.000, 0), + (17174752, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174753, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174754, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174755, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174756, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174757, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174758, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174759, 'Mountain_Jubjub', 5160, 0.000, 0.000, 0.000, 0), + (17174760, 'Mountain_Jubjub', 5160, 0.000, 0.000, 0.000, 0), + (17174761, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174762, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174763, 'Scavenging_Hound', 5185, 0.000, 0.000, 0.000, 0), + (17174764, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174765, 'Scavenging_Hound', 5185, 0.000, 0.000, 0.000, 0), + (17174766, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174767, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174768, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174769, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174770, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174771, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174772, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174773, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174774, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174775, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174776, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174777, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174778, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174779, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174780, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174781, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174782, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174783, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174784, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174785, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174786, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174787, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174788, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174789, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174790, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174791, 'Scavenging_Hound', 5185, 0.000, 0.000, 0.000, 0), + (17174792, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174793, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174794, 'Goblin_Field_Doctor', 5132, 0.000, 0.000, 0.000, 0), + (17174795, 'Goblin_Bombardier', 5131, 0.000, 0.000, 0.000, 0), + (17174796, 'Goblin_Paratrooper', 5135, 0.000, 0.000, 0.000, 0), + (17174797, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174798, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174799, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174800, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174801, 'Black_Bat', 5091, 0.000, 0.000, 0.000, 0), + (17174802, 'Night_Bats', 5165, 0.000, 0.000, 0.000, 0), + (17174803, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174804, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174805, 'Black_Bat', 5091, 0.000, 0.000, 0.000, 0), + (17174806, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174807, 'Night_Bats', 5165, 0.000, 0.000, 0.000, 0), + (17174808, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174809, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174810, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174811, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174812, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174813, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174814, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174815, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174816, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174817, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174818, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174819, 'Wandering_Sapling', 5209, 0.000, 0.000, 0.000, 0), + (17174820, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174821, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174822, 'Axe_Beak', 5087, 0.000, 0.000, 0.000, 0), + (17174823, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174824, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174825, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174826, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174827, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174828, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174829, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174830, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174831, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174832, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174833, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174834, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174835, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174836, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174837, 'Condor', 10866, 0.000, 0.000, 0.000, 0), + (17174838, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174839, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174840, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174841, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174842, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174843, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174844, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174845, 'Lycopodium', 5154, 0.000, 0.000, 0.000, 0), + (17174846, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174847, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174848, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174849, 'Hill_Lizard', 5138, 0.000, 0.000, 0.000, 0), + (17174850, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174851, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174852, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174853, 'Treant_Sapling', 5202, 0.000, 0.000, 0.000, 0), + (17174854, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174855, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174856, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174857, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174858, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174859, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174860, 'Jubjub', 5142, 0.000, 0.000, 0.000, 0), + (17174861, 'Scavenging_Hound', 5185, 0.000, 0.000, 0.000, 0), + (17174862, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174863, 'Raptor', 5180, 0.000, 0.000, 0.000, 0), + (17174864, 'Earth_Elemental', 5119, 0.000, 0.000, 0.000, 0), + (17174865, 'Earth_Elemental', 5119, 0.000, 0.000, 0.000, 0), + (17174866, 'Earth_Elemental', 5119, 0.000, 0.000, 0.000, 0), + (17174867, 'Fire_Elemental', 5125, 0.000, 0.000, 0.000, 0), + (17174868, 'Fire_Elemental', 5125, 0.000, 0.000, 0.000, 0), + (17174869, 'Fire_Elemental', 5125, 0.000, 0.000, 0.000, 0), + (17174870, 'Sprite', 5197, 0.000, 0.000, 0.000, 0), + (17174871, 'Sprite', 5197, 0.000, 0.000, 0.000, 0), + (17174872, 'Sprite', 5197, 0.000, 0.000, 0.000, 0), + (17174873, 'Goblin_Picket', 5136, 0.000, 0.000, 0.000, 0), + (17174874, 'Goblin_Picket', 5136, 0.000, 0.000, 0.000, 0), + (17174875, 'Goblin_Picket', 5136, 0.000, 0.000, 0.000, 0), + (17174876, 'Goblin_Mine', 5134, 0.000, 0.000, 0.000, 0), + (17174877, 'Goblin_Mine', 5134, 0.000, 0.000, 0.000, 0), + (17174878, 'Goblin_Mine', 5134, 0.000, 0.000, 0.000, 0), + (17174879, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174880, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174881, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174882, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174883, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174884, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174885, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174886, 'Gnat', 5130, 0.000, 0.000, 0.000, 0), + (17174887, 'Jumbo_Rafflesia', 5143, 0.000, 0.000, 0.000, 0), + (17174888, 'Sandworm', 5184, 0.000, 0.000, 0.000, 0), + (17174889, 'Bloodlapper', 5092, 0.000, 0.000, 0.000, 0), + (17174890, 'Yagudo_Transporter', 5223, 0.000, 0.000, 0.000, 0), + (17174891, 'Yagudo_Guard', 5216, 0.000, 0.000, 0.000, 0), + (17174892, 'Yagudo_Guard', 5216, 0.000, 0.000, 0.000, 0), + (17174893, 'Brummbar', 5095, 0.000, 0.000, 0.000, 0), + (17174894, 'Brummer', 5096, 0.000, 0.000, 0.000, 0), + (17174895, 'Brummer', 5096, 0.000, 0.000, 0.000, 0), + (17174896, 'Brummer', 5096, 0.000, 0.000, 0.000, 0), + (17174897, 'Brummer', 5096, 0.000, 0.000, 0.000, 0), + (17174898, 'Brummer', 5096, 0.000, 0.000, 0.000, 0), + (17174899, 'Brummer', 5096, 0.000, 0.000, 0.000, 0), + (17174900, 'Yii_Haqi_the_Threnodist', 5225, 0.000, 0.000, 0.000, 0), + (17174901, 'Nuu_Gazo_the_Dirgerimer', 5166, 0.000, 0.000, 0.000, 0), + (17174902, 'Slate_Scorpion', 5196, 0.000, 0.000, 0.000, 0), + (17174903, 'Slate_Scorpion', 5196, 0.000, 0.000, 0.000, 0), + (17174904, 'Ochre_Scorpion', 5167, 0.000, 0.000, 0.000, 0), + (17174905, 'Ochre_Scorpion', 5167, 0.000, 0.000, 0.000, 0), + (17174906, 'Yilbegan', 0, 0.000, 0.000, 0.000, 0), + (17174907, 'Orcus', 0, 0.000, 0.000, 0.000, 0), + (17174908, 'Farruca_Fly', 0, 0.000, 0.000, 0.000, 0), + (17174909, 'Jyeshtha', 0, 0.000, 0.000, 0.000, 0), + (17174910, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17174911, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17174912, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17174913, 'Rummager_Beetle', 0, 0.000, 0.000, 0.000, 0), + (17174914, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17174915, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17174916, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17174917, 'Raker_Bee', 0, 0.000, 0.000, 0.000, 0), + (17178625, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178626, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178627, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178628, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178629, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178630, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178631, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178632, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178633, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178634, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178635, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178636, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178637, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178638, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178639, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178640, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178641, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178642, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178643, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178644, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178645, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178646, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178647, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178648, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178649, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178650, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178651, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178652, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178653, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178654, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178655, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178656, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178657, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178658, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178659, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178660, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178661, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178662, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178663, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178664, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178665, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178666, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178667, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178668, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178669, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178670, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178671, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178672, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178673, 'Gnat', 5280, 0.000, 0.000, 0.000, 0), + (17178674, 'Gnat', 5280, 0.000, 0.000, 0.000, 0), + (17178675, 'Gnat', 5280, 0.000, 0.000, 0.000, 0), + (17178676, 'Gnat', 5280, 0.000, 0.000, 0.000, 0), + (17178677, 'Gnat', 5280, 0.000, 0.000, 0.000, 0), + (17178678, 'Gnat', 5280, 0.000, 0.000, 0.000, 0), + (17178679, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178680, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178681, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178682, 'Gnat', 5280, 0.000, 0.000, 0.000, 0), + (17178683, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178684, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178685, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178686, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178687, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178688, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178689, 'Coquecigrue', 5255, 0.000, 0.000, 0.000, 0), + (17178690, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178691, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178692, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178693, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178694, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178695, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178696, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178697, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178698, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178699, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178700, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178701, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178702, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178703, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178704, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178705, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178706, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178707, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178708, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178709, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178710, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178711, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178712, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178713, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178714, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178715, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178716, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178717, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178718, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178719, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178720, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178721, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178722, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178723, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178724, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178725, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178726, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178727, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178728, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178729, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178730, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178731, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178732, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178733, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178734, 'Goblin_Toxophilite', 5287, 0.000, 0.000, 0.000, 0), + (17178735, 'Goblin_Mine', 5285, 0.000, 0.000, 0.000, 0), + (17178736, 'Goblin_Toxophilite', 5287, 0.000, 0.000, 0.000, 0), + (17178737, 'Goblin_Mine', 5285, 0.000, 0.000, 0.000, 0), + (17178738, 'Goblin_Grenadier', 5282, 0.000, 0.000, 0.000, 0), + (17178739, 'Goblin_Flagman', 5281, 0.000, 0.000, 0.000, 0), + (17178740, 'Goblin_Guerrilla', 5283, 0.000, 0.000, 0.000, 0), + (17178741, 'Goblin_s_Beetle', 5286, 0.000, 0.000, 0.000, 0), + (17178742, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178743, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178744, 'Tabar_Beak', 5353, 0.000, 0.000, 0.000, 0), + (17178745, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178746, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178747, 'Goblin_Grenadier', 5282, 0.000, 0.000, 0.000, 0), + (17178748, 'Goblin_Flagman', 5281, 0.000, 0.000, 0.000, 0), + (17178749, 'Goblin_Grenadier', 5282, 0.000, 0.000, 0.000, 0), + (17178750, 'Goblin_Flagman', 5281, 0.000, 0.000, 0.000, 0), + (17178751, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178752, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178753, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178754, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178755, 'Gouger_Beetle', 10867, 0.000, 0.000, 0.000, 0), + (17178756, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178757, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178758, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178759, 'Goblin_Grenadier', 5282, 0.000, 0.000, 0.000, 0), + (17178760, 'Goblin_Flagman', 5281, 0.000, 0.000, 0.000, 0), + (17178761, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178762, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178763, 'Herensugue', 0, 0.000, 0.000, 0.000, 0), + (17178764, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178765, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178766, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178767, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178768, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178769, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178770, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178771, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178772, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178773, 'Goblin_Guerrilla', 5283, 0.000, 0.000, 0.000, 0), + (17178774, 'Goblin_s_Beetle', 5286, 0.000, 0.000, 0.000, 0), + (17178775, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178776, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178777, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178778, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178779, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178780, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178781, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178782, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178783, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178784, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178785, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178786, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178787, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178788, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178789, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178790, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178791, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178792, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178793, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178794, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178795, 'Scavenging_Hound', 5341, 0.000, 0.000, 0.000, 0), + (17178796, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178797, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178798, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178799, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178800, 'Sauromugue_Skink', 5340, 0.000, 0.000, 0.000, 0), + (17178801, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178802, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178803, 'Balam-Quitz', 5242, 0.000, 0.000, 0.000, 0), + (17178804, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178805, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178806, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178807, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178808, 'Lynx', 5311, 0.000, 0.000, 0.000, 0), + (17178809, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178810, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178811, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178812, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178813, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178814, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178815, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178816, 'Scavenging_Hound', 5341, 0.000, 0.000, 0.000, 0), + (17178817, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178818, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178819, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178820, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178821, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178822, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178823, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178824, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178825, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178826, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178827, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178828, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178829, 'Yagudo_Abbot', 5368, 0.000, 0.000, 0.000, 0), + (17178830, 'Yagudo_Missionary', 5373, 0.000, 0.000, 0.000, 0), + (17178831, 'Yagudo_Zealot', 5379, 0.000, 0.000, 0.000, 0), + (17178832, 'Yagudo_Prior', 5374, 0.000, 0.000, 0.000, 0), + (17178833, 'Yagudo_Inquisitor', 5371, 0.000, 0.000, 0.000, 0), + (17178834, 'Yagudo_Lutenist', 5372, 0.000, 0.000, 0.000, 0), + (17178835, 'Yagudo_Pythoness', 5375, 0.000, 0.000, 0.000, 0), + (17178836, 'Yagudo_s_Elemental', 5376, 0.000, 0.000, 0.000, 0), + (17178837, 'Yagudo_Zealot', 5379, 0.000, 0.000, 0.000, 0), + (17178838, 'Yagudo_Prior', 5374, 0.000, 0.000, 0.000, 0), + (17178839, 'Yagudo_Abbot', 5368, 0.000, 0.000, 0.000, 0), + (17178840, 'Yagudo_Missionary', 5373, 0.000, 0.000, 0.000, 0), + (17178841, 'Yagudo_Pythoness', 5375, 0.000, 0.000, 0.000, 0), + (17178842, 'Yagudo_s_Elemental', 5376, 0.000, 0.000, 0.000, 0), + (17178843, 'Yagudo_Missionary', 5373, 0.000, 0.000, 0.000, 0), + (17178844, 'Yagudo_Inquisitor', 5371, 0.000, 0.000, 0.000, 0), + (17178845, 'Yagudo_Lutenist', 5372, 0.000, 0.000, 0.000, 0), + (17178846, 'Yagudo_Abbot', 5368, 0.000, 0.000, 0.000, 0), + (17178847, 'Yagudo_Prior', 5374, 0.000, 0.000, 0.000, 0), + (17178848, 'Yagudo_Inquisitor', 5371, 0.000, 0.000, 0.000, 0), + (17178849, 'Yagudo_Lutenist', 5372, 0.000, 0.000, 0.000, 0), + (17178850, 'Yagudo_Pythoness', 5375, 0.000, 0.000, 0.000, 0), + (17178851, 'Yagudo_s_Elemental', 5376, 0.000, 0.000, 0.000, 0), + (17178852, 'Yagudo_Zealot', 5379, 0.000, 0.000, 0.000, 0), + (17178853, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178854, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178855, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178856, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178857, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178858, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178859, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178860, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178861, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178862, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178863, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178864, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178865, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178866, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178867, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178868, 'Goblin_Guerrilla', 5283, 0.000, 0.000, 0.000, 0), + (17178869, 'Goblin_s_Beetle', 5286, 0.000, 0.000, 0.000, 0), + (17178870, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178871, 'Hill_Lizard', 5290, 0.000, 0.000, 0.000, 0), + (17178872, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178873, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178874, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178875, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178876, 'Earth_Elemental', 5270, 0.000, 0.000, 0.000, 0), + (17178877, 'Goblin_Guerrilla', 5283, 0.000, 0.000, 0.000, 0), + (17178878, 'Goblin_s_Beetle', 5286, 0.000, 0.000, 0.000, 0), + (17178879, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178880, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178881, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178882, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178883, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178884, 'Lycopodium', 5310, 0.000, 0.000, 0.000, 0), + (17178885, 'Hyakinthos', 0, 0.000, 0.000, 0.000, 0), + (17178886, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178887, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178888, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178889, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178890, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178891, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178892, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178893, 'Midnight_Wings', 5313, 0.000, 0.000, 0.000, 0), + (17178894, 'Moon_Bat', 5315, 0.000, 0.000, 0.000, 0), + (17178895, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178896, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178897, 'Diving_Beetle', 5267, 0.000, 0.000, 0.000, 0), + (17178898, 'Sprite', 5352, 0.000, 0.000, 0.000, 0), + (17178899, 'Sprite', 5352, 0.000, 0.000, 0.000, 0), + (17178900, 'Sprite', 5352, 0.000, 0.000, 0.000, 0), + (17178901, 'Sandworm', 5339, 0.000, 0.000, 0.000, 0), + (17178902, 'Yagudo_Transporter', 5377, 0.000, 0.000, 0.000, 0), + (17178903, 'Yagudo_Guard', 5370, 0.000, 0.000, 0.000, 0), + (17178904, 'Yagudo_Guard', 5370, 0.000, 0.000, 0.000, 0), + (17178905, 'Iqi-Balam', 5292, 0.000, 0.000, 0.000, 0), + (17178906, 'Raid_Raptor', 5332, 0.000, 0.000, 0.000, 0), + (17178907, 'Raid_Raptor', 5332, 0.000, 0.000, 0.000, 0), + (17178908, 'Raid_Raptor', 5332, 0.000, 0.000, 0.000, 0), + (17178909, 'Raid_Raptor', 5332, 0.000, 0.000, 0.000, 0), + (17178910, 'Raid_Raptor', 5332, 0.000, 0.000, 0.000, 0), + (17178911, 'Raid_Raptor', 5332, 0.000, 0.000, 0.000, 0), + (17178912, 'Laa_Heha_the_Falconer', 5302, 0.000, 0.000, 0.000, 0), + (17178913, 'Cinderwing', 5251, 0.000, 0.000, 0.000, 0), + (17178914, 'Cinderwing', 5251, 0.000, 0.000, 0.000, 0), + (17178915, 'Cinderwing', 5251, 0.000, 0.000, 0.000, 0), + (17178916, 'Cinderwing', 5251, 0.000, 0.000, 0.000, 0), + (17178917, 'Gorebeak', 5288, 0.000, 0.000, 0.000, 0), + (17178918, 'Gorebeak', 5288, 0.000, 0.000, 0.000, 0), + (17178919, 'Gorebeak', 5288, 0.000, 0.000, 0.000, 0), + (17178920, 'Gorebeak', 5288, 0.000, 0.000, 0.000, 0), + (17121281, 'Snipper', 3531, 0.000, 0.000, 0.000, 0), + (17121282, 'Land_Pugil', 3471, 0.000, 0.000, 0.000, 0), + (17121283, 'Cutter', 3429, 0.000, 0.000, 0.000, 0), + (17121284, 'Greater_Pugil', 3459, 0.000, 0.000, 0.000, 0), + (17121285, 'Kraken', 3470, 0.000, 0.000, 0.000, 0), + (17121286, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121287, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121288, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121289, 'Earth_Elemental', 3439, 0.000, 0.000, 0.000, 0), + (17121290, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121291, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121292, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121293, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121294, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121295, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121296, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121297, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121298, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121299, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121300, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121301, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121302, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121303, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121304, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121305, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121306, 'Goblin_Pioneer', 3456, 0.000, 0.000, 0.000, 0), + (17121307, 'Goblin_Mine', 3455, 0.000, 0.000, 0.000, 0), + (17121308, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121309, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121310, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121311, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121312, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121313, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121314, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121315, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121316, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121317, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121318, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121319, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121320, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121321, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121322, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121323, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121324, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121325, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121326, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121327, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121328, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121329, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121330, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121331, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121332, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121333, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121334, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121335, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121336, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121337, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121338, 'Evil_Spirit', 3441, 0.000, 0.000, 0.000, 0), + (17121339, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121340, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121341, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121342, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121343, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121344, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121345, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121346, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121347, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121348, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121349, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121350, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121351, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121352, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121353, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121354, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121355, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121356, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121357, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121358, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121359, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121360, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121361, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121362, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121363, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121364, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121365, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121366, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121367, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121368, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121369, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121370, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121371, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121372, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121373, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121374, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121375, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121376, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121377, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121378, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121379, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121380, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121381, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121382, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121383, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121384, 'Goblin_Pioneer', 3456, 0.000, 0.000, 0.000, 0), + (17121385, 'Goblin_Mine', 3455, 0.000, 0.000, 0.000, 0), + (17121386, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121387, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121388, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121389, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121390, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121391, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121392, 'Goblin_Pioneer', 3456, 0.000, 0.000, 0.000, 0), + (17121393, 'Goblin_Mine', 3455, 0.000, 0.000, 0.000, 0), + (17121394, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121395, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121396, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121397, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121398, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121399, 'Burlibix_Brawnback', 0, 0.000, 0.000, 0.000, 0), + (17121400, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121401, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121402, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121403, 'Goblin_Pioneer', 3456, 0.000, 0.000, 0.000, 0), + (17121404, 'Goblin_Mine', 3455, 0.000, 0.000, 0.000, 0), + (17121405, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121406, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121407, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121408, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121409, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121410, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121411, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121412, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121413, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121414, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121415, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121416, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121417, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121418, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121419, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121420, 'Goblin_Blastmaster', 3451, 0.000, 0.000, 0.000, 0), + (17121421, 'Goblin_Pioneer', 3456, 0.000, 0.000, 0.000, 0), + (17121422, 'Goblin_Mine', 3455, 0.000, 0.000, 0.000, 0), + (17121423, 'Goblin_Freesword', 3453, 0.000, 0.000, 0.000, 0), + (17121424, 'Goblin_Corpsman', 3452, 0.000, 0.000, 0.000, 0), + (17121425, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121426, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121427, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121428, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121429, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121430, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121431, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121432, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121433, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121434, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121435, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121436, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121437, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121438, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121439, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121440, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121441, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121442, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121443, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121444, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121445, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121446, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121447, 'Evil_Spirit', 3441, 0.000, 0.000, 0.000, 0), + (17121448, 'Ice_Elemental', 3461, 0.000, 0.000, 0.000, 0), + (17121449, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121450, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121451, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121452, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121453, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121454, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121455, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121456, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121457, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121458, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121459, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121460, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121461, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121462, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121463, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121464, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121466, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121465, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121467, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121468, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121469, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121470, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121471, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121472, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121473, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121474, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121475, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121476, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121477, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121478, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121479, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121480, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121481, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121482, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121483, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121484, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121485, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121486, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121487, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121488, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121489, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121490, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121491, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121492, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121493, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121494, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121495, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121496, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121497, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121498, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121499, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121500, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121501, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121502, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121503, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121504, 'Forester_Beetle', 3446, 0.000, 0.000, 0.000, 0), + (17121505, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121506, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121507, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121508, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121509, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121510, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121511, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121512, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121513, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121514, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121515, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121516, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121517, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121518, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121519, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121520, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121521, 'Tsetse_Fly', 10868, 0.000, 0.000, 0.000, 0), + (17121522, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121523, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121524, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121525, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121526, 'Djinn', 3436, 0.000, 0.000, 0.000, 0), + (17121527, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121528, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121529, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121530, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121531, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121532, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121533, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121534, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121535, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121536, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121537, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121538, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121539, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121540, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121541, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121542, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121543, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121544, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121545, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121546, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121547, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121548, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121549, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121550, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121551, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121552, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121553, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121554, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121555, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121556, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121557, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121558, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121559, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121560, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121561, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121562, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121563, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121564, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121565, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121566, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121567, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121568, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121569, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121570, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121571, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121572, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121573, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121574, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121575, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121576, 'La_Velue', 3473, 0.000, 0.000, 0.000, 0), + (17121577, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121578, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121579, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121580, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121581, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121582, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121583, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121584, 'Clipper', 3424, 0.000, 0.000, 0.000, 0), + (17121585, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121586, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121587, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121588, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121589, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121590, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121591, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121592, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121593, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121594, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121595, 'Ice_Elemental', 3461, 0.000, 0.000, 0.000, 0), + (17121596, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121597, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121598, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121599, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121600, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121601, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121602, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121603, 'Habergoass', 0, 0.000, 0.000, 0.000, 0), + (17121604, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121605, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121606, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121607, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121608, 'Earth_Elemental', 3439, 0.000, 0.000, 0.000, 0), + (17121609, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121610, 'Chaneque', 0, 0.000, 0.000, 0.000, 0), + (17121611, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121612, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121613, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121614, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121615, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121616, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121617, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121618, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121619, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121620, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121621, 'Sadfly', 3517, 0.000, 0.000, 0.000, 0), + (17121622, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121623, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121624, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121625, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121626, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121627, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121628, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121629, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121630, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121631, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121632, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121633, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121634, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121635, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121636, 'Lycopodium', 3478, 0.000, 0.000, 0.000, 0), + (17121637, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121638, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121639, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121640, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121641, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121642, 'Stalking_Sapling', 3533, 0.000, 0.000, 0.000, 0), + (17121643, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121644, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121645, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121646, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121647, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121648, 'Ba', 3414, 0.000, 0.000, 0.000, 0), + (17121649, 'Earth_Elemental', 3439, 0.000, 0.000, 0.000, 0), + (17121650, 'Orcish_Impaler', 3492, 0.000, 0.000, 0.000, 0), + (17121651, 'Orcish_Chasseur', 3490, 0.000, 0.000, 0.000, 0), + (17121652, 'Orcish_Brawler', 3489, 0.000, 0.000, 0.000, 0), + (17121653, 'Orcish_Impaler', 3492, 0.000, 0.000, 0.000, 0), + (17121654, 'Orcish_Chasseur', 3490, 0.000, 0.000, 0.000, 0), + (17121655, 'Orcish_Brawler', 3489, 0.000, 0.000, 0.000, 0), + (17121656, 'Orcish_Impaler', 3492, 0.000, 0.000, 0.000, 0), + (17121657, 'Orcish_Trooper', 3495, 0.000, 0.000, 0.000, 0), + (17121658, 'Orcish_Impaler', 3492, 0.000, 0.000, 0.000, 0), + (17121659, 'Orcish_Chasseur', 3490, 0.000, 0.000, 0.000, 0), + (17121660, 'Orcish_Brawler', 3489, 0.000, 0.000, 0.000, 0), + (17121661, 'Orcish_Chasseur', 3490, 0.000, 0.000, 0.000, 0), + (17121662, 'Orcish_Trooper', 3495, 0.000, 0.000, 0.000, 0), + (17121663, 'Orcish_Brawler', 3489, 0.000, 0.000, 0.000, 0), + (17121664, 'Orcish_Trooper', 3495, 0.000, 0.000, 0.000, 0), + (17121665, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121666, 'Wight', 3542, 0.000, 0.000, 0.000, 0), + (17121667, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121668, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121669, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121670, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121671, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121672, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121673, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121674, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121675, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121676, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121677, 'Smilodon', 3530, 0.000, 0.000, 0.000, 0), + (17121678, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121679, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121680, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121681, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121682, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121683, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121684, 'Gnole', 3450, 0.000, 0.000, 0.000, 0), + (17121685, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121686, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121687, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121688, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121689, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121690, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121691, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121692, 'Pixie', 3498, 0.000, 0.000, 0.000, 0), + (17121693, 'Sandworm', 3518, 0.000, 0.000, 0.000, 0), + (17121694, 'Orcish_Transporter', 3494, 0.000, 0.000, 0.000, 0), + (17121695, 'Orcish_Guard', 3491, 0.000, 0.000, 0.000, 0), + (17121696, 'Orcish_Guard', 3491, 0.000, 0.000, 0.000, 0), + (17121697, 'Dark_Ixion', 3432, 0.000, 0.000, 0.000, 0), + (17121698, 'Scythefang_Liger', 3521, 0.000, 0.000, 0.000, 0), + (17121699, 'Tusked_Tigon', 3537, 0.000, 0.000, 0.000, 0), + (17121700, 'Tusked_Tigon', 3537, 0.000, 0.000, 0.000, 0), + (17121701, 'Tusked_Tigon', 3537, 0.000, 0.000, 0.000, 0), + (17121702, 'Tusked_Tigon', 3537, 0.000, 0.000, 0.000, 0), + (17121703, 'Tusked_Tigon', 3537, 0.000, 0.000, 0.000, 0), + (17121704, 'Tusked_Tigon', 3537, 0.000, 0.000, 0.000, 0), + (17121705, 'Gnashfang_Rahskhas', 3449, 0.000, 0.000, 0.000, 0), + (17121706, 'Rahskhas_s_Pet', 3504, 0.000, 0.000, 0.000, 0), + (17121707, 'Rahskhas_s_Pet', 3504, 0.000, 0.000, 0.000, 0), + (17121708, 'Rahskhas_s_Pet', 3504, 0.000, 0.000, 0.000, 0), + (17121709, 'Rahskhas_s_Pet', 3504, 0.000, 0.000, 0.000, 0), + (17121710, 'Rahskhas_s_Pet', 3504, 0.000, 0.000, 0.000, 0), + (17334273, 'Angler_Crab', 7253, 0.000, 0.000, 0.000, 0), + (17334274, 'Angler_Crab', 7253, 0.000, 0.000, 0.000, 0), + (17334275, 'Angler_Crab', 7253, 0.000, 0.000, 0.000, 0), + (17334276, 'Angler_Crab', 7253, 0.000, 0.000, 0.000, 0), + (17334277, 'Angler_Crab', 7253, 0.000, 0.000, 0.000, 0), + (17334278, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334279, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334280, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334281, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334282, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334283, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334284, 'Ekimmu', 7288, 0.000, 0.000, 0.000, 0), + (17334285, 'Ekimmu', 7288, 0.000, 0.000, 0.000, 0), + (17334286, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334287, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334288, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334289, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334290, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334291, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334292, 'Ekimmu', 7288, 0.000, 0.000, 0.000, 0), + (17334293, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334294, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334295, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334296, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334297, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334298, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334299, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334300, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334301, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334302, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334303, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334304, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334305, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334306, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334307, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334308, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334309, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334310, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334311, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334312, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334313, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334314, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334315, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334316, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334317, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334318, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334319, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334320, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334321, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334322, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334323, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334324, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334325, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334326, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334327, 'Thawed_Bones', 7368, 0.000, 0.000, 0.000, 0), + (17334328, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334329, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334330, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334331, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334332, 'Ekimmu', 7288, 0.000, 0.000, 0.000, 0), + (17334333, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334334, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334335, 'Ruszor', 7347, 0.000, 0.000, 0.000, 0), + (17334336, 'Scylla', 0, 0.000, 0.000, 0.000, 0), + (17334337, 'Amphiptere', 7251, 0.000, 0.000, 0.000, 0), + (17334338, 'Gigas_Flesher', 7301, 0.000, 0.000, 0.000, 0), + (17334339, 'Gigas_s_Tiger', 7305, 0.000, 0.000, 0.000, 0), + (17334340, 'Gigas_Flesher', 7301, 0.000, 0.000, 0.000, 0), + (17334341, 'Gigas_s_Tiger', 7305, 0.000, 0.000, 0.000, 0), + (17334342, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334343, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334344, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334345, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334346, 'Gigas_Flesher', 7301, 0.000, 0.000, 0.000, 0), + (17334347, 'Gigas_s_Tiger', 7305, 0.000, 0.000, 0.000, 0), + (17334348, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334349, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334350, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334351, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334352, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334353, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334354, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334355, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334356, 'Becut', 0, 0.000, 0.000, 0.000, 0), + (17334357, 'Gigas_Flesher', 7301, 0.000, 0.000, 0.000, 0), + (17334358, 'Gigas_s_Tiger', 7305, 0.000, 0.000, 0.000, 0), + (17334359, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334360, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334361, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334362, 'Gigas_Flesher', 7301, 0.000, 0.000, 0.000, 0), + (17334363, 'Gigas_s_Tiger', 7305, 0.000, 0.000, 0.000, 0), + (17334364, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334365, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334366, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334367, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334368, 'Gigas_Flesher', 7301, 0.000, 0.000, 0.000, 0), + (17334369, 'Gigas_s_Tiger', 7305, 0.000, 0.000, 0.000, 0), + (17334370, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334371, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334372, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334373, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334374, 'Gigas_Pelter', 7303, 0.000, 0.000, 0.000, 0), + (17334375, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334376, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334377, 'Gigas_Flesher', 7301, 0.000, 0.000, 0.000, 0), + (17334378, 'Gigas_s_Tiger', 7305, 0.000, 0.000, 0.000, 0), + (17334379, 'Icefang_Tiger', 7310, 0.000, 0.000, 0.000, 0), + (17334380, 'Amphiptere', 7251, 0.000, 0.000, 0.000, 0), + (17334381, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334382, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334383, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334384, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334385, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334386, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334387, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334388, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334389, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334390, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334391, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334392, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334393, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334394, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334395, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334396, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334397, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334398, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334399, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334400, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334401, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334402, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334403, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334404, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334405, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334406, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334407, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334408, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334409, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334410, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334411, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334412, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334413, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334414, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334415, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334416, 'Gigas_Cleaver', 7300, 0.000, 0.000, 0.000, 0), + (17334417, 'Gigas_Pounder', 7304, 0.000, 0.000, 0.000, 0), + (17334418, 'Fulminator', 7296, 0.000, 0.000, 0.000, 0), + (17334419, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334420, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334421, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334422, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334423, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334424, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334425, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334426, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334427, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334428, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334429, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334430, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334431, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334432, 'Dark_Elemental', 7279, 0.000, 0.000, 0.000, 0), + (17334433, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334434, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334435, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334436, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334437, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334438, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334439, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334440, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334441, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334442, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334443, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334444, 'Dryptotaur', 7285, 0.000, 0.000, 0.000, 0), + (17334445, 'Dark_Elemental', 7279, 0.000, 0.000, 0.000, 0), + (17334446, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334447, 'Gawper', 7299, 0.000, 0.000, 0.000, 0), + (17334448, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334449, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334450, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334451, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334452, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334453, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334454, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334455, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334456, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334457, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334458, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334459, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334460, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334461, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334462, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334463, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334464, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334465, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334466, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334467, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334468, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334469, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334470, 'Dark_Elemental', 7279, 0.000, 0.000, 0.000, 0), + (17334471, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334472, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334473, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334474, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334475, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334476, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334477, 'Gargouille', 7297, 0.000, 0.000, 0.000, 0), + (17334478, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334479, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334480, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334481, 'Dark_Elemental', 7279, 0.000, 0.000, 0.000, 0), + (17334482, 'Grand_Goule', 0, 0.000, 0.000, 0.000, 0), + (17334483, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334484, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334485, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334486, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334487, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334488, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334489, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334490, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334491, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334492, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334493, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334494, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334495, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334496, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334497, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334498, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334499, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334500, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334501, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334502, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334503, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334504, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334505, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334506, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334507, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334508, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334509, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334510, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334511, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334512, 'Dark_Elemental', 7279, 0.000, 0.000, 0.000, 0), + (17334513, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334514, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334515, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334516, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334517, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334518, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334519, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334520, 'Glacial_Imp', 7306, 0.000, 0.000, 0.000, 0), + (17334521, 'Ice_Elemental', 7311, 0.000, 0.000, 0.000, 0), + (17334522, 'Dark_Elemental', 7279, 0.000, 0.000, 0.000, 0), + (17334523, 'Came-cruse', 0, 0.000, 0.000, 0.000, 0), + (17334524, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334525, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334526, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334527, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334528, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334529, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334530, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334531, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334532, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334533, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334534, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334535, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334536, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334537, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334538, 'Cyhiraeth', 7275, 0.000, 0.000, 0.000, 0), + (17334539, 'Amphiptere', 7251, 0.000, 0.000, 0.000, 0), + (17334540, 'Count_Halphas', 7274, 0.000, 0.000, 0.000, 0), + (17334541, 'Dark_Demon', 7278, 0.000, 0.000, 0.000, 0), + (17334542, 'Dark_Demon', 7278, 0.000, 0.000, 0.000, 0), + (17334543, 'Dark_Demon', 7278, 0.000, 0.000, 0.000, 0), + (17334544, 'Dark_Demon', 7278, 0.000, 0.000, 0.000, 0), + (17334545, 'Shesha', 7364, 0.000, 0.000, 0.000, 0), + (17334546, 'Vasuki', 7375, 0.000, 0.000, 0.000, 0), + (17334547, 'Kaliya', 7317, 0.000, 0.000, 0.000, 0), + (17334548, 'Astika', 7256, 0.000, 0.000, 0.000, 0), + (17338369, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338370, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338371, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338372, 'Gigas_Lopper', 7442, 0.000, 0.000, 0.000, 0), + (17338373, 'Gigas_Lopper', 7442, 0.000, 0.000, 0.000, 0), + (17338374, 'Gigas_Slugger', 7444, 0.000, 0.000, 0.000, 0), + (17338375, 'Gigas_Slugger', 7444, 0.000, 0.000, 0.000, 0), + (17338376, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338377, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338378, 'Gigas_Slugger', 7444, 0.000, 0.000, 0.000, 0), + (17338379, 'Gigas_Lopper', 7442, 0.000, 0.000, 0.000, 0), + (17338380, 'Gigas_Slugger', 7444, 0.000, 0.000, 0.000, 0), + (17338381, 'Gigas_Flogger', 7440, 0.000, 0.000, 0.000, 0), + (17338382, 'Gigas_s_Tiger', 7445, 0.000, 0.000, 0.000, 0), + (17338383, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338384, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338385, 'Gigas_Hurler', 7441, 0.000, 0.000, 0.000, 0), + (17338386, 'Graoully', 7449, 0.000, 0.000, 0.000, 0), + (17338387, 'Gigas_Hurler', 7441, 0.000, 0.000, 0.000, 0), + (17338388, 'Gigas_Flogger', 7440, 0.000, 0.000, 0.000, 0), + (17338389, 'Gigas_s_Tiger', 7445, 0.000, 0.000, 0.000, 0), + (17338390, 'Gigas_Flogger', 7440, 0.000, 0.000, 0.000, 0), + (17338391, 'Gigas_s_Tiger', 7445, 0.000, 0.000, 0.000, 0), + (17338392, 'Gigas_Lopper', 7442, 0.000, 0.000, 0.000, 0), + (17338393, 'Gigas_Slugger', 7444, 0.000, 0.000, 0.000, 0), + (17338394, 'Gigas_Hurler', 7441, 0.000, 0.000, 0.000, 0), + (17338395, 'Gigas_Hurler', 7441, 0.000, 0.000, 0.000, 0), + (17338396, 'Gigas_Flogger', 7440, 0.000, 0.000, 0.000, 0), + (17338397, 'Gigas_s_Tiger', 7445, 0.000, 0.000, 0.000, 0), + (17338398, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338399, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338400, 'Gigas_Hurler', 7441, 0.000, 0.000, 0.000, 0), + (17338401, 'Gigas_Hurler', 7441, 0.000, 0.000, 0.000, 0), + (17338402, 'Gigas_Flogger', 7440, 0.000, 0.000, 0.000, 0), + (17338403, 'Gigas_s_Tiger', 7445, 0.000, 0.000, 0.000, 0), + (17338404, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338405, 'Ice_Elemental', 7454, 0.000, 0.000, 0.000, 0), + (17338406, 'Demon_Warrior', 7421, 0.000, 0.000, 0.000, 0), + (17338407, 'Gigas_Lopper', 7442, 0.000, 0.000, 0.000, 0), + (17338408, 'Gigas_Slugger', 7444, 0.000, 0.000, 0.000, 0), + (17338409, 'Gigas_Hurler', 7441, 0.000, 0.000, 0.000, 0), + (17338410, 'Harum-scarum', 7453, 0.000, 0.000, 0.000, 0), + (17338411, 'Harum-scarum', 7453, 0.000, 0.000, 0.000, 0), + (17338412, 'Harum-scarum', 7453, 0.000, 0.000, 0.000, 0), + (17338413, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338414, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338415, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338416, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338417, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338418, 'Ice_Elemental', 7454, 0.000, 0.000, 0.000, 0), + (17338419, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338420, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338421, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338422, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338423, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338424, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338425, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338426, 'Gigas_Lopper', 7442, 0.000, 0.000, 0.000, 0), + (17338427, 'Gigas_Flogger', 7440, 0.000, 0.000, 0.000, 0), + (17338428, 'Gigas_s_Tiger', 7445, 0.000, 0.000, 0.000, 0), + (17338429, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338430, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338431, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338432, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338433, 'Berserker_Demon', 7400, 0.000, 0.000, 0.000, 0), + (17338434, 'Demon_Warrior', 7421, 0.000, 0.000, 0.000, 0), + (17338435, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338436, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338437, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338438, 'Demon_Justiciar', 7418, 0.000, 0.000, 0.000, 0), + (17338439, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338440, 'Eclipse_Demon', 7429, 0.000, 0.000, 0.000, 0), + (17338441, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338442, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338443, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338444, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338445, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338446, 'Demon_Warrior', 7421, 0.000, 0.000, 0.000, 0), + (17338447, 'Adjudicator_Demon', 7386, 0.000, 0.000, 0.000, 0), + (17338448, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338449, 'Demon_Magus', 7419, 0.000, 0.000, 0.000, 0), + (17338450, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338451, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338452, 'Inferno_Demon', 7456, 0.000, 0.000, 0.000, 0), + (17338453, 'Demon_Magus', 7419, 0.000, 0.000, 0.000, 0), + (17338454, 'Ruly_Imp', 7497, 0.000, 0.000, 0.000, 0), + (17338455, 'Demon_Justiciar', 7418, 0.000, 0.000, 0.000, 0), + (17338456, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338457, 'Gidim', 7439, 0.000, 0.000, 0.000, 0), + (17338458, 'Gidim', 7439, 0.000, 0.000, 0.000, 0), + (17338459, 'Gidim', 7439, 0.000, 0.000, 0.000, 0), + (17338460, 'Demon_Justiciar', 7418, 0.000, 0.000, 0.000, 0), + (17338461, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338462, 'Prince_Orobas', 0, 0.000, 0.000, 0.000, 0), + (17338463, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338464, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338465, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338466, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338467, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338468, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338469, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338470, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338471, 'Dire_Gargouille', 7422, 0.000, 0.000, 0.000, 0), + (17338472, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338473, 'Tarbotaur', 7521, 0.000, 0.000, 0.000, 0), + (17338474, 'Demon_Magus', 7419, 0.000, 0.000, 0.000, 0), + (17338475, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338476, 'Demon_Warrior', 7421, 0.000, 0.000, 0.000, 0), + (17338477, 'Demon_Warrior', 7421, 0.000, 0.000, 0.000, 0), + (17338478, 'Demon_Magus', 7419, 0.000, 0.000, 0.000, 0), + (17338479, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338480, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338481, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338482, 'Demon_Magus', 7419, 0.000, 0.000, 0.000, 0), + (17338483, 'Demon_Warrior', 7421, 0.000, 0.000, 0.000, 0), + (17338484, 'Adjudicator_Demon', 7386, 0.000, 0.000, 0.000, 0), + (17338485, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338486, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338487, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338488, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338489, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338490, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338491, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338492, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338493, 'Gorgotaur', 7448, 0.000, 0.000, 0.000, 0), + (17338494, 'Berserker_Demon', 7400, 0.000, 0.000, 0.000, 0), + (17338495, 'Demon_Magus', 7419, 0.000, 0.000, 0.000, 0), + (17338496, 'Demon_Justiciar', 7418, 0.000, 0.000, 0.000, 0), + (17338497, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338498, 'Inferno_Demon', 7456, 0.000, 0.000, 0.000, 0), + (17338499, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338500, 'Demon_Justiciar', 7418, 0.000, 0.000, 0.000, 0), + (17338501, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338502, 'Eclipse_Demon', 7429, 0.000, 0.000, 0.000, 0), + (17338503, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338504, 'Demon_Justiciar', 7418, 0.000, 0.000, 0.000, 0), + (17338505, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338506, 'Tarbotaur', 7521, 0.000, 0.000, 0.000, 0), + (17338507, 'Tarbotaur', 7521, 0.000, 0.000, 0.000, 0), + (17338508, 'Ice_Elemental', 7454, 0.000, 0.000, 0.000, 0), + (17338509, 'Berserker_Demon', 7400, 0.000, 0.000, 0.000, 0), + (17338510, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338511, 'Eclipse_Demon', 7429, 0.000, 0.000, 0.000, 0), + (17338512, 'Demon_Justiciar', 7418, 0.000, 0.000, 0.000, 0), + (17338513, 'Demon_s_Elemental', 7420, 0.000, 0.000, 0.000, 0), + (17338514, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338515, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338516, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338517, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338518, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338519, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338520, 'Savage_Ruszor', 7499, 0.000, 0.000, 0.000, 0), + (17338521, 'Harum-scarum', 7453, 0.000, 0.000, 0.000, 0), + (17338522, 'Harum-scarum', 7453, 0.000, 0.000, 0.000, 0), + (17338523, 'Harum-scarum', 7453, 0.000, 0.000, 0.000, 0), + (17338524, 'Harum-scarum', 7453, 0.000, 0.000, 0.000, 0), + (17338525, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338526, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338527, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338528, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338529, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338530, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338531, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338532, 'Demon_Magus', 7419, 0.000, 0.000, 0.000, 0), + (17338533, 'Demon_Befouler', 7417, 0.000, 0.000, 0.000, 0), + (17338534, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338535, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338536, 'Snow_Wight', 7518, 0.000, 0.000, 0.000, 0), + (17338537, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338538, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338539, 'Ice_Elemental', 7454, 0.000, 0.000, 0.000, 0), + (17338540, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338541, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338542, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338543, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338544, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338545, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338546, 'Gidim', 7439, 0.000, 0.000, 0.000, 0), + (17338547, 'Gidim', 7439, 0.000, 0.000, 0.000, 0), + (17338548, 'Gidim', 7439, 0.000, 0.000, 0.000, 0), + (17338549, 'Gidim', 7439, 0.000, 0.000, 0.000, 0), + (17338550, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338551, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338552, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338553, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338554, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338555, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338556, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338557, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338558, 'Cointeach', 7409, 0.000, 0.000, 0.000, 0), + (17338559, 'Tikbalang', 7409, 0.000, 0.000, 0.000, 0), + (17338560, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338561, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338562, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338563, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338564, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338565, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338566, 'Ice_Elemental', 7454, 0.000, 0.000, 0.000, 0), + (17338567, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338568, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338569, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338570, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338571, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338572, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338573, 'Fusty_Gnole', 7437, 0.000, 0.000, 0.000, 0), + (17338574, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338575, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338576, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338577, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338578, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338579, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338580, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338581, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338582, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338583, 'Caracal', 7406, 0.000, 0.000, 0.000, 0), + (17338584, 'Ice_Elemental', 7454, 0.000, 0.000, 0.000, 0), + (17338585, 'Zirnitra', 0, 0.000, 0.000, 0.000, 0), + (17338586, 'Greater_Amphiptere', 7450, 0.000, 0.000, 0.000, 0), + (17338587, 'Greater_Amphiptere', 7450, 0.000, 0.000, 0.000, 0), + (17338588, 'Greater_Amphiptere', 7450, 0.000, 0.000, 0.000, 0), + (17338589, 'Dark_Elemental', 7415, 0.000, 0.000, 0.000, 0), + (17338590, 'Dark_Elemental', 7415, 0.000, 0.000, 0.000, 0), + (17338591, 'Dark_Elemental', 7415, 0.000, 0.000, 0.000, 0), + (17338592, 'Dark_Elemental', 7415, 0.000, 0.000, 0.000, 0), + (17338593, 'Dark_Elemental', 7415, 0.000, 0.000, 0.000, 0), + (17338594, 'Megalotaur', 7475, 0.000, 0.000, 0.000, 0), + (17338595, 'Torvotaur', 7525, 0.000, 0.000, 0.000, 0), + (17477633, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477634, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477635, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477636, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477637, 'Puroboros', 8953, 0.000, 0.000, 0.000, 0), + (17477638, 'Puroboros', 8953, 0.000, 0.000, 0.000, 0), + (17477639, 'Fire_Elemental', 8920, 0.000, 0.000, 0.000, 0), + (17477640, 'Morille_Mortelle', 0, 0.000, 0.000, 0.000, 0), + (17477641, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477642, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477643, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477644, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477645, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477646, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477647, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477648, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477649, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477650, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477651, 'Electrumcap', 8911, 0.000, 0.000, 0.000, 0), + (17477652, 'Wespe', 8979, 0.000, 0.000, 0.000, 0), + (17477653, 'Wespe', 8979, 0.000, 0.000, 0.000, 0), + (17477654, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477655, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477656, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477657, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477658, 'Witch_Hazel', 8980, 0.000, 0.000, 0.000, 0), + (17477659, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477660, 'Wespe', 8979, 0.000, 0.000, 0.000, 0), + (17477661, 'Wespe', 8979, 0.000, 0.000, 0.000, 0), + (17477662, 'Wespe', 8979, 0.000, 0.000, 0.000, 0), + (17477663, 'Wespe', 8979, 0.000, 0.000, 0.000, 0), + (17477664, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477665, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477666, 'Old_Quadav', 8947, 0.000, 0.000, 0.000, 0), + (17477667, 'Heliodor_Quadav', 8929, 0.000, 0.000, 0.000, 0), + (17477668, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477669, 'Silver_Quadav', 8972, 0.000, 0.000, 0.000, 0), + (17477670, 'Emerald_Quadav', 8914, 0.000, 0.000, 0.000, 0), + (17477671, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477672, 'Puroboros', 8953, 0.000, 0.000, 0.000, 0), + (17477673, 'Puroboros', 8953, 0.000, 0.000, 0.000, 0), + (17477674, 'Fire_Elemental', 8920, 0.000, 0.000, 0.000, 0), + (17477675, 'Abatwa', 0, 0.000, 0.000, 0.000, 0), + (17477676, 'Bronze_Quadav', 8894, 0.000, 0.000, 0.000, 0), + (17477677, 'Silver_Quadav', 8972, 0.000, 0.000, 0.000, 0), + (17477678, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477679, 'Brass_Quadav', 8892, 0.000, 0.000, 0.000, 0), + (17477680, 'Sapphirine_Quadav', 8963, 0.000, 0.000, 0.000, 0), + (17477681, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477682, 'Doom_Scorpion', 8908, 0.000, 0.000, 0.000, 0), + (17477683, 'Doom_Scorpion', 8908, 0.000, 0.000, 0.000, 0), + (17477684, 'Doom_Scorpion', 8908, 0.000, 0.000, 0.000, 0), + (17477685, 'Old_Quadav', 8947, 0.000, 0.000, 0.000, 0), + (17477686, 'Sapphirine_Quadav', 8963, 0.000, 0.000, 0.000, 0), + (17477687, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477688, 'Bronze_Quadav', 8894, 0.000, 0.000, 0.000, 0), + (17477689, 'Brass_Quadav', 8892, 0.000, 0.000, 0.000, 0), + (17477690, 'Labyrinth_Lizard', 8937, 0.000, 0.000, 0.000, 0), + (17477691, 'Puroboros', 8953, 0.000, 0.000, 0.000, 0), + (17477692, 'Puroboros', 8953, 0.000, 0.000, 0.000, 0), + (17477693, 'Fire_Elemental', 8920, 0.000, 0.000, 0.000, 0), + (17477694, 'Electrumcap', 8911, 0.000, 0.000, 0.000, 0), + (17477695, 'Electrumcap', 8911, 0.000, 0.000, 0.000, 0), + (17477696, 'Electrumcap', 8911, 0.000, 0.000, 0.000, 0), + (17477697, 'Electrumcap', 8911, 0.000, 0.000, 0.000, 0), + (17477698, 'Electrumcap', 8911, 0.000, 0.000, 0.000, 0), + (17477699, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477700, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477701, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477702, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477703, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477704, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477705, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477706, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477707, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477708, 'Lugh', 0, 0.000, 0.000, 0.000, 0), + (17477709, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477710, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477711, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477712, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477713, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477714, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477715, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477716, 'Silver_Quadav', 8972, 0.000, 0.000, 0.000, 0), + (17477717, 'Sapphirine_Quadav', 8963, 0.000, 0.000, 0.000, 0), + (17477718, 'Emerald_Quadav', 8914, 0.000, 0.000, 0.000, 0), + (17477719, 'Heliodor_Quadav', 8929, 0.000, 0.000, 0.000, 0), + (17477720, 'Old_Quadav', 8947, 0.000, 0.000, 0.000, 0), + (17477721, 'Silver_Quadav', 8972, 0.000, 0.000, 0.000, 0), + (17477722, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477723, 'Processionaire', 8952, 0.000, 0.000, 0.000, 0), + (17477724, 'Water_Elemental', 8977, 0.000, 0.000, 0.000, 0), + (17477725, 'Water_Elemental', 8977, 0.000, 0.000, 0.000, 0), + (17477726, 'Quadav_Transporter', 8955, 0.000, 0.000, 0.000, 0), + (17477727, 'Quadav_Guard', 8954, 0.000, 0.000, 0.000, 0), + (17477728, 'Quadav_Guard', 8954, 0.000, 0.000, 0.000, 0), + (17477729, 'Goldcap', 8924, 0.000, 0.000, 0.000, 0), + (17477730, 'Cap_Chomper', 8897, 0.000, 0.000, 0.000, 0), + (17477731, 'Cap_Chomper', 8897, 0.000, 0.000, 0.000, 0), + (17477732, 'Cap_Chomper', 8897, 0.000, 0.000, 0.000, 0), + (17477733, 'Cap_Chomper', 8897, 0.000, 0.000, 0.000, 0), + (17477734, 'Cap_Chomper', 8897, 0.000, 0.000, 0.000, 0), + (17477735, 'Cap_Chomper', 8897, 0.000, 0.000, 0.000, 0), + (17448961, 'Dire_Bat', 8631, 0.000, 0.000, 0.000, 0), + (17448962, 'Yagudo_Zealot', 8726, 0.000, 0.000, 0.000, 0), + (17448963, 'Incubus_Bats', 8654, 0.000, 0.000, 0.000, 0), + (17448964, 'Yagudo_Abbot', 8715, 0.000, 0.000, 0.000, 0), + (17448965, 'Dire_Bat', 8631, 0.000, 0.000, 0.000, 0), + (17448966, 'Incubus_Bats', 8654, 0.000, 0.000, 0.000, 0), + (17448967, 'Incubus_Bats', 8654, 0.000, 0.000, 0.000, 0), + (17448968, 'Dire_Bat', 8631, 0.000, 0.000, 0.000, 0), + (17448969, 'Yagudo_Prior', 8720, 0.000, 0.000, 0.000, 0), + (17448970, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448971, 'Yagudo_Templar', 8723, 0.000, 0.000, 0.000, 0), + (17448972, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448973, 'Yagudo_Missionary', 8719, 0.000, 0.000, 0.000, 0), + (17448974, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448975, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448976, 'Yagudo_Lutenist', 8718, 0.000, 0.000, 0.000, 0), + (17448977, 'Yagudo_Pythoness', 8721, 0.000, 0.000, 0.000, 0), + (17448978, 'Yagudo_s_Elemental', 8722, 0.000, 0.000, 0.000, 0), + (17448979, 'Dire_Bat', 8631, 0.000, 0.000, 0.000, 0), + (17448980, 'Incubus_Bats', 8654, 0.000, 0.000, 0.000, 0), + (17448981, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448982, 'Dire_Bat', 8631, 0.000, 0.000, 0.000, 0), + (17448983, 'Yagudo_Abbot', 8715, 0.000, 0.000, 0.000, 0), + (17448984, 'Yagudo_Prior', 8720, 0.000, 0.000, 0.000, 0), + (17448985, 'Thunder_Elemental', 8702, 0.000, 0.000, 0.000, 0), + (17448986, 'Explosure', 8642, 0.000, 0.000, 0.000, 0), + (17448987, 'Explosure', 8642, 0.000, 0.000, 0.000, 0), + (17448988, 'Incubus_Bats', 8654, 0.000, 0.000, 0.000, 0), + (17448989, 'Dire_Bat', 8631, 0.000, 0.000, 0.000, 0), + (17448990, 'Citadel_Pipistrelles', 0, 0.000, 0.000, 0.000, 0), + (17448991, 'Incubus_Bats', 8654, 0.000, 0.000, 0.000, 0), + (17448992, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448993, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448994, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448995, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448996, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448997, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448998, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17448999, 'Mousse', 8674, 0.000, 0.000, 0.000, 0), + (17449000, 'Yagudo_Templar', 8723, 0.000, 0.000, 0.000, 0), + (17449001, 'Yagudo_Lutenist', 8718, 0.000, 0.000, 0.000, 0), + (17449002, 'Yagudo_Missionary', 8719, 0.000, 0.000, 0.000, 0), + (17449003, 'Yagudo_Pythoness', 8721, 0.000, 0.000, 0.000, 0), + (17449004, 'Yagudo_s_Elemental', 8722, 0.000, 0.000, 0.000, 0), + (17449005, 'Yagudo_Zealot', 8726, 0.000, 0.000, 0.000, 0), + (17449006, 'Explosure', 8642, 0.000, 0.000, 0.000, 0), + (17449007, 'Explosure', 8642, 0.000, 0.000, 0.000, 0), + (17449008, 'Elatha', 0, 0.000, 0.000, 0.000, 0), + (17449009, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449010, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449011, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449012, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449013, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449014, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449015, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449016, 'Earth_Elemental', 8640, 0.000, 0.000, 0.000, 0), + (17449017, 'Buarainech', 0, 0.000, 0.000, 0.000, 0), + (17449018, 'Scolopendrid', 8692, 0.000, 0.000, 0.000, 0), + (17449019, 'Yagudo_Missionary', 8719, 0.000, 0.000, 0.000, 0), + (17449020, 'Yagudo_Lutenist', 8718, 0.000, 0.000, 0.000, 0), + (17449021, 'Yagudo_Zealot', 8726, 0.000, 0.000, 0.000, 0), + (17449022, 'Yagudo_Templar', 8723, 0.000, 0.000, 0.000, 0), + (17449023, 'Yagudo_Pythoness', 8721, 0.000, 0.000, 0.000, 0), + (17449024, 'Yagudo_s_Elemental', 8722, 0.000, 0.000, 0.000, 0), + (17449025, 'Yagudo_Abbot', 8715, 0.000, 0.000, 0.000, 0), + (17449026, 'Yagudo_Prior', 8720, 0.000, 0.000, 0.000, 0), + (17449027, 'Explosure', 8642, 0.000, 0.000, 0.000, 0), + (17449028, 'Explosure', 8642, 0.000, 0.000, 0.000, 0), + (17449029, 'Yagudo_Transporter', 8724, 0.000, 0.000, 0.000, 0), + (17449030, 'Yagudo_Guard', 8717, 0.000, 0.000, 0.000, 0), + (17449031, 'Yagudo_Guard', 8717, 0.000, 0.000, 0.000, 0), + (17449032, 'Khadem_Quemquoma', 8661, 0.000, 0.000, 0.000, 0), + (17449033, 'Wildfire', 8714, 0.000, 0.000, 0.000, 0), + (17449034, 'Wildfire', 8714, 0.000, 0.000, 0.000, 0), + (17449035, 'Wildfire', 8714, 0.000, 0.000, 0.000, 0), + (17449036, 'Wildfire', 8714, 0.000, 0.000, 0.000, 0), + (17449037, 'Wildfire', 8714, 0.000, 0.000, 0.000, 0), + (17449038, 'Wildfire', 8714, 0.000, 0.000, 0.000, 0), + (17494017, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494018, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494019, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494020, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494021, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494022, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494023, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494024, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494025, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494026, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494027, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494028, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494029, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494030, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494031, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494032, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494033, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494034, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494035, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494036, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494037, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494038, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494039, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494040, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494041, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494042, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494043, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494044, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494045, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494046, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494047, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494048, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494049, 'Orcish_Brawler', 9134, 0.000, 0.000, 0.000, 0), + (17494050, 'Orcish_Chasseur', 9135, 0.000, 0.000, 0.000, 0), + (17494051, 'Orcish_Cursemaker', 9136, 0.000, 0.000, 0.000, 0), + (17494052, 'Orcish_Trooper', 9140, 0.000, 0.000, 0.000, 0), + (17494053, 'Orcish_Brawler', 9134, 0.000, 0.000, 0.000, 0), + (17494054, 'Orcish_Chasseur', 9135, 0.000, 0.000, 0.000, 0), + (17494055, 'Orcish_Cursemaker', 9136, 0.000, 0.000, 0.000, 0), + (17494056, 'Orcish_Trooper', 9140, 0.000, 0.000, 0.000, 0), + (17494057, 'Orcish_Brawler', 9134, 0.000, 0.000, 0.000, 0), + (17494058, 'Orcish_Chasseur', 9135, 0.000, 0.000, 0.000, 0), + (17494059, 'Orcish_Cursemaker', 9136, 0.000, 0.000, 0.000, 0), + (17494060, 'Orcish_Trooper', 9140, 0.000, 0.000, 0.000, 0), + (17494061, 'Orcish_Brawler', 9134, 0.000, 0.000, 0.000, 0), + (17494062, 'Orcish_Chasseur', 9135, 0.000, 0.000, 0.000, 0), + (17494063, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494064, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494065, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494066, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494067, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494068, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494069, 'Southern_Spriggan', 9167, 0.000, 0.000, 0.000, 0), + (17494070, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494071, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494072, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494073, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494074, 'Southern_Spriggan', 9167, 0.000, 0.000, 0.000, 0), + (17494075, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494076, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494077, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494078, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494079, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494080, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494081, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494082, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494083, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494084, 'Southern_Spriggan', 9167, 0.000, 0.000, 0.000, 0), + (17494085, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494086, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494087, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494088, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494089, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494090, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494091, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494092, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494093, 'Ethniu', 0, 0.000, 0.000, 0.000, 0), + (17494094, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494095, 'Gazer', 9099, 0.000, 0.000, 0.000, 0), + (17494096, 'Goblin_Freesword', 9103, 0.000, 0.000, 0.000, 0), + (17494097, 'Goblin_Blastmaster', 9101, 0.000, 0.000, 0.000, 0), + (17494098, 'Goblin_Corpsman', 9102, 0.000, 0.000, 0.000, 0), + (17494099, 'Goblin_Freesword', 9103, 0.000, 0.000, 0.000, 0), + (17494100, 'Goblin_Blastmaster', 9101, 0.000, 0.000, 0.000, 0), + (17494101, 'Goblin_Corpsman', 9102, 0.000, 0.000, 0.000, 0), + (17494102, 'Goblin_Freesword', 9103, 0.000, 0.000, 0.000, 0), + (17494103, 'Goblin_Blastmaster', 9101, 0.000, 0.000, 0.000, 0), + (17494104, 'Goblin_Corpsman', 9102, 0.000, 0.000, 0.000, 0), + (17494105, 'Goblin_Freesword', 9103, 0.000, 0.000, 0.000, 0), + (17494106, 'Goblin_Blastmaster', 9101, 0.000, 0.000, 0.000, 0), + (17494107, 'Goblin_Pioneer', 9106, 0.000, 0.000, 0.000, 0), + (17494108, 'Goblin_Mine', 9105, 0.000, 0.000, 0.000, 0), + (17494109, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494110, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494111, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494112, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494113, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494114, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494115, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494116, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494117, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494118, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494119, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494120, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494121, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494122, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494123, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494124, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494125, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494126, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494127, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494128, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494129, 'War_Smilodon', 9177, 0.000, 0.000, 0.000, 0), + (17494130, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494131, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494132, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494133, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494134, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494135, 'Laelaps', 0, 0.000, 0.000, 0.000, 0), + (17494136, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494137, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494138, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494139, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494140, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494141, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494142, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494143, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494144, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494145, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494146, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494147, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494148, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494149, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494150, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494151, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494152, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494153, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494154, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494155, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494156, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494157, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494158, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494159, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494160, 'Hell_Hound', 9109, 0.000, 0.000, 0.000, 0), + (17494161, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494162, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494163, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494164, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494165, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494166, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494167, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494168, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494169, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494170, 'Southern_Spriggan', 9167, 0.000, 0.000, 0.000, 0), + (17494171, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494172, 'Northern_Spriggan', 9129, 0.000, 0.000, 0.000, 0), + (17494173, 'Southern_Spriggan', 9167, 0.000, 0.000, 0.000, 0), + (17494174, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494175, 'Eastern_Spriggan', 9089, 0.000, 0.000, 0.000, 0), + (17494176, 'Western_Spriggan', 9178, 0.000, 0.000, 0.000, 0), + (17494177, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494178, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494179, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494180, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494181, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494182, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494183, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494184, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494185, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494186, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494187, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494188, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494189, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494190, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494191, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494192, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494193, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494194, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494195, 'Revenant', 9148, 0.000, 0.000, 0.000, 0), + (17494196, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494197, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494198, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494199, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494200, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494201, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494202, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494203, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494204, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494205, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494206, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494207, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494208, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494209, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494210, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494211, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494212, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494213, 'Tethra', 0, 0.000, 0.000, 0.000, 0), + (17494214, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494215, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494216, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494217, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494218, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494219, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494220, 'Ignis_Djinn', 9111, 0.000, 0.000, 0.000, 0), + (17494221, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494222, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494223, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494224, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494225, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494226, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494227, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494228, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494229, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494230, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494231, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494232, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494233, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494234, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494235, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494236, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494237, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494238, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494239, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494240, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494241, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494242, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494243, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494244, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494245, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494246, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494247, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494248, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494249, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494250, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494251, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494252, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494253, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494254, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494255, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494256, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494257, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494258, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494259, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494260, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494261, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494262, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494263, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494264, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494265, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494266, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494267, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494268, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494269, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494270, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494271, 'Lost_Soul', 9123, 0.000, 0.000, 0.000, 0), + (17494272, 'Lich', 9122, 0.000, 0.000, 0.000, 0), + (17494273, 'Earth_Elemental', 9088, 0.000, 0.000, 0.000, 0), + (17494274, 'Earth_Elemental', 9088, 0.000, 0.000, 0.000, 0), + (17494275, 'Ice_Elemental', 9110, 0.000, 0.000, 0.000, 0), + (17494276, 'Orcish_Transporter', 9139, 0.000, 0.000, 0.000, 0), + (17494277, 'Orcish_Guard', 9137, 0.000, 0.000, 0.000, 0), + (17494278, 'Orcish_Guard', 9137, 0.000, 0.000, 0.000, 0), + (17494279, 'Ellylldan', 9090, 0.000, 0.000, 0.000, 0), + (17494280, 'Dhoul', 9085, 0.000, 0.000, 0.000, 0), + (17494281, 'Dhoul', 9085, 0.000, 0.000, 0.000, 0), + (17494282, 'Dhoul', 9085, 0.000, 0.000, 0.000, 0), + (17494283, 'Dhoul', 9085, 0.000, 0.000, 0.000, 0), + (17494284, 'Dhoul', 9085, 0.000, 0.000, 0.000, 0), + (17494285, 'Dhoul', 9085, 0.000, 0.000, 0.000, 0), + (17342465, 'Icefall', 7603, 0.000, 0.000, 0.000, 0), + (17342466, 'Icefall', 7603, 0.000, 0.000, 0.000, 0), + (17342467, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342468, 'Icefall', 7603, 0.000, 0.000, 0.000, 0), + (17342469, 'Icefall', 7603, 0.000, 0.000, 0.000, 0), + (17342470, 'Dark_Elemental', 7573, 0.000, 0.000, 0.000, 0), + (17342471, 'Ice_Elemental', 7604, 0.000, 0.000, 0.000, 0), + (17342472, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342473, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342474, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342475, 'Icefall', 7603, 0.000, 0.000, 0.000, 0), + (17342476, 'Icefall', 7603, 0.000, 0.000, 0.000, 0), + (17342477, 'Dark_Elemental', 7573, 0.000, 0.000, 0.000, 0), + (17342478, 'Ice_Elemental', 7604, 0.000, 0.000, 0.000, 0), + (17342479, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342480, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342481, 'Icefall', 7603, 0.000, 0.000, 0.000, 0), + (17342482, 'Dark_Elemental', 7573, 0.000, 0.000, 0.000, 0), + (17342483, 'Ice_Elemental', 7604, 0.000, 0.000, 0.000, 0), + (17342484, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342485, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342486, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342487, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342488, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342489, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342490, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342491, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342492, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342493, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342494, 'Dark_Elemental', 7573, 0.000, 0.000, 0.000, 0), + (17342495, 'Ice_Elemental', 7604, 0.000, 0.000, 0.000, 0), + (17342496, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342497, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342498, 'Dark_Elemental', 7573, 0.000, 0.000, 0.000, 0), + (17342499, 'Ice_Elemental', 7604, 0.000, 0.000, 0.000, 0), + (17342500, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342501, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342502, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342503, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342504, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342505, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342506, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342507, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342508, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342509, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342510, 'Orcish_Bowshooter', 7638, 0.000, 0.000, 0.000, 0), + (17342511, 'Orcish_Augur', 7637, 0.000, 0.000, 0.000, 0), + (17342512, 'Orcish_Champion', 7639, 0.000, 0.000, 0.000, 0), + (17342513, 'Orcish_Protector', 7641, 0.000, 0.000, 0.000, 0), + (17342514, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342515, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342516, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342517, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342518, 'Orcish_Augur', 7637, 0.000, 0.000, 0.000, 0), + (17342519, 'Orcish_Dragonbrander', 7640, 0.000, 0.000, 0.000, 0), + (17342520, 'Orcish_Champion', 7639, 0.000, 0.000, 0.000, 0), + (17342521, 'Orcish_Dragonbrander', 7640, 0.000, 0.000, 0.000, 0), + (17342522, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342523, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342524, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342525, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342526, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342527, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342528, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342529, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342530, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342531, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342532, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342533, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342534, 'Orcish_Bowshooter', 7638, 0.000, 0.000, 0.000, 0), + (17342535, 'Orcish_Veteran', 7642, 0.000, 0.000, 0.000, 0), + (17342536, 'Orcish_Champion', 7639, 0.000, 0.000, 0.000, 0), + (17342537, 'Orcish_Protector', 7641, 0.000, 0.000, 0.000, 0), + (17342538, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342539, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342540, 'Orcish_Dragonbrander', 7640, 0.000, 0.000, 0.000, 0), + (17342541, 'Orcish_Veteran', 7642, 0.000, 0.000, 0.000, 0), + (17342542, 'Orcish_Warlord', 7643, 0.000, 0.000, 0.000, 0), + (17342543, 'Orcish_Protector', 7641, 0.000, 0.000, 0.000, 0), + (17342544, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342545, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342546, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342547, 'Errand_Imp', 10869, 0.000, 0.000, 0.000, 0), + (17342548, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342549, 'Dire_Gargouille', 7583, 0.000, 0.000, 0.000, 0), + (17342550, 'Orcish_Bowshooter', 7638, 0.000, 0.000, 0.000, 0), + (17342551, 'Orcish_Veteran', 7642, 0.000, 0.000, 0.000, 0), + (17342552, 'Orcish_Augur', 7637, 0.000, 0.000, 0.000, 0), + (17342553, 'Orcish_Warlord', 7643, 0.000, 0.000, 0.000, 0), + (17342554, 'Adaman_Quadav', 7542, 0.000, 0.000, 0.000, 0), + (17342555, 'Gold_Quadav', 7599, 0.000, 0.000, 0.000, 0), + (17342556, 'Magnes_Quadav', 7625, 0.000, 0.000, 0.000, 0), + (17342557, 'Star_Ruby_Quadav', 7676, 0.000, 0.000, 0.000, 0), + (17342558, 'Yagudo_Knight_Templar', 7686, 0.000, 0.000, 0.000, 0), + (17342559, 'Yagudo_Eradicator', 7684, 0.000, 0.000, 0.000, 0), + (17342560, 'Yagudo_Chanter', 7683, 0.000, 0.000, 0.000, 0), + (17342561, 'Yagudo_Prelate', 7687, 0.000, 0.000, 0.000, 0), + (17342562, 'Adaman_Quadav', 7542, 0.000, 0.000, 0.000, 0), + (17342563, 'Iron_Quadav', 7606, 0.000, 0.000, 0.000, 0), + (17342564, 'Gold_Quadav', 7599, 0.000, 0.000, 0.000, 0), + (17342565, 'Vajra_Quadav', 7680, 0.000, 0.000, 0.000, 0), + (17342566, 'Yagudo_Sentinel', 7688, 0.000, 0.000, 0.000, 0), + (17342567, 'Yagudo_Knight_Templar', 7686, 0.000, 0.000, 0.000, 0), + (17342568, 'Yagudo_Chanter', 7683, 0.000, 0.000, 0.000, 0), + (17342569, 'Yagudo_Prelate', 7687, 0.000, 0.000, 0.000, 0), + (17342570, 'Ancient_Quadav', 7550, 0.000, 0.000, 0.000, 0), + (17342571, 'Iron_Quadav', 7606, 0.000, 0.000, 0.000, 0), + (17342572, 'Adaman_Quadav', 7542, 0.000, 0.000, 0.000, 0), + (17342573, 'Vajra_Quadav', 7680, 0.000, 0.000, 0.000, 0), + (17342574, 'Yagudo_Sentinel', 7688, 0.000, 0.000, 0.000, 0), + (17342575, 'Yagudo_Eradicator', 7684, 0.000, 0.000, 0.000, 0), + (17342576, 'Yagudo_Chanter', 7683, 0.000, 0.000, 0.000, 0), + (17342577, 'Yagudo_High_Priest', 7685, 0.000, 0.000, 0.000, 0), + (17342578, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342579, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342580, 'Ancient_Quadav', 7550, 0.000, 0.000, 0.000, 0), + (17342581, 'Iron_Quadav', 7606, 0.000, 0.000, 0.000, 0), + (17342582, 'Magnes_Quadav', 7625, 0.000, 0.000, 0.000, 0), + (17342583, 'Star_Ruby_Quadav', 7676, 0.000, 0.000, 0.000, 0), + (17342584, 'Yagudo_Sentinel', 7688, 0.000, 0.000, 0.000, 0), + (17342585, 'Yagudo_Eradicator', 7684, 0.000, 0.000, 0.000, 0), + (17342586, 'Yagudo_Chanter', 7683, 0.000, 0.000, 0.000, 0), + (17342587, 'Yagudo_High_Priest', 7685, 0.000, 0.000, 0.000, 0), + (17342588, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342589, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342590, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342591, 'Ancient_Quadav', 7550, 0.000, 0.000, 0.000, 0), + (17342592, 'Iron_Quadav', 7606, 0.000, 0.000, 0.000, 0), + (17342593, 'Magnes_Quadav', 7625, 0.000, 0.000, 0.000, 0), + (17342594, 'Star_Ruby_Quadav', 7676, 0.000, 0.000, 0.000, 0), + (17342595, 'Yagudo_Sentinel', 7688, 0.000, 0.000, 0.000, 0), + (17342596, 'Yagudo_Eradicator', 7684, 0.000, 0.000, 0.000, 0), + (17342597, 'Yagudo_High_Priest', 7685, 0.000, 0.000, 0.000, 0), + (17342598, 'Yagudo_Prelate', 7687, 0.000, 0.000, 0.000, 0), + (17342599, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342600, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342601, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342602, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342603, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342604, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342605, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342606, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342607, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342609, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342610, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342611, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342613, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342614, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342615, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342616, 'Ogler', 7636, 0.000, 0.000, 0.000, 0), + (17342617, 'Demon_Warrior', 7581, 0.000, 0.000, 0.000, 0), + (17342618, 'Demon_Befouler', 7577, 0.000, 0.000, 0.000, 0), + (17342619, 'Demon_Magus', 7579, 0.000, 0.000, 0.000, 0), + (17342620, 'Demon_Justiciar', 7578, 0.000, 0.000, 0.000, 0), + (17342621, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342622, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342623, 'Demon_Corrupter', 10872, 0.000, 0.000, 0.000, 0), + (17342624, 'Demon_Entomber', 10873, 0.000, 0.000, 0.000, 0), + (17342625, 'Demon_Condemner', 10874, 0.000, 0.000, 0.000, 0), + (17342626, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342627, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342628, 'Demon_Suppressor', 10876, 0.000, 0.000, 0.000, 0), + (17342629, 'Demon_Corrupter', 10872, 0.000, 0.000, 0.000, 0), + (17342630, 'Demon_Condemner', 10874, 0.000, 0.000, 0.000, 0), + (17342631, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342632, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342633, 'Demon_Suppressor', 10876, 0.000, 0.000, 0.000, 0), + (17342634, 'Demon_Entomber', 10873, 0.000, 0.000, 0.000, 0), + (17342635, 'Demon_Condemner', 10874, 0.000, 0.000, 0.000, 0), + (17342636, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342637, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342638, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342639, 'Demon_Suppressor', 10876, 0.000, 0.000, 0.000, 0), + (17342640, 'Demon_Corrupter', 10872, 0.000, 0.000, 0.000, 0), + (17342641, 'Demon_Entomber', 10873, 0.000, 0.000, 0.000, 0), + (17342642, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342643, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342644, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342645, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342646, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342647, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342648, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342649, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342650, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342651, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342652, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342653, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342654, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342655, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342656, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342657, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342658, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342659, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342660, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342661, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342662, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342663, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342664, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342665, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342666, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342667, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342668, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342669, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342670, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342671, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342672, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342673, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342674, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342675, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342676, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342677, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342678, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342679, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342680, 'Deathwreaker_Demon', 10861, 0.000, 0.000, 0.000, 0), + (17342681, 'Demon_Entomber', 10873, 0.000, 0.000, 0.000, 0), + (17342682, 'Demon_Condemner', 10874, 0.000, 0.000, 0.000, 0), + (17342683, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342684, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342685, 'Demon_Suppressor', 10876, 0.000, 0.000, 0.000, 0), + (17342686, 'Demon_Corrupter', 10872, 0.000, 0.000, 0.000, 0), + (17342687, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342688, 'Demon_Entomber', 10873, 0.000, 0.000, 0.000, 0), + (17342689, 'Demon_Condemner', 10874, 0.000, 0.000, 0.000, 0), + (17342690, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342691, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342692, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342693, 'Demon_Suppressor', 10876, 0.000, 0.000, 0.000, 0), + (17342694, 'Demon_Corrupter', 10872, 0.000, 0.000, 0.000, 0), + (17342695, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342696, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342697, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342698, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342699, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342700, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342701, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342702, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342703, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342704, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342705, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342706, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342707, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342708, 'Doom_Lens', 10870, 0.000, 0.000, 0.000, 0), + (17342709, 'Deathwreaker_Demon', 10861, 0.000, 0.000, 0.000, 0), + (17342710, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342711, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342712, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342713, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342714, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342715, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342716, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342717, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342718, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342719, 'Soulsearer_Demon', 10875, 0.000, 0.000, 0.000, 0), + (17342720, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342721, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342722, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342723, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342724, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17342725, 'Deathwreaker_Demon', 10871, 0.000, 0.000, 0.000, 0), + (17342726, 'Woebringer_Demon', 10877, 0.000, 0.000, 0.000, 0), + (17342727, 'Foredoomer_Demon', 10878, 0.000, 0.000, 0.000, 0), + (17342728, 'Demon_s_Elemental', 7580, 0.000, 0.000, 0.000, 0), + (17412097, 'Cointeach', 8213, 0.000, 0.000, 0.000, 0), + (17412098, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412099, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412100, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412101, 'Cointeach', 8213, 0.000, 0.000, 0.000, 0), + (17412102, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412103, 'Cointeach', 8213, 0.000, 0.000, 0.000, 0), + (17412104, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412105, 'Cointeach', 8213, 0.000, 0.000, 0.000, 0), + (17412106, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412107, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412108, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412109, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412110, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412111, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412112, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412113, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412114, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412115, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412116, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412117, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412118, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412119, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412120, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412121, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412122, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412123, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412124, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412125, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412126, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412127, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412128, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412129, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412130, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412131, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412132, 'Gnarled_Gargouille', 10879, 0.000, 0.000, 0.000, 0), + (17412133, 'Orcish_Prophetess', 8282, 0.000, 0.000, 0.000, 0), + (17412134, 'Orcish_Dreadnought', 8279, 0.000, 0.000, 0.000, 0), + (17412135, 'Orcish_Strategist', 8283, 0.000, 0.000, 0.000, 0), + (17412136, 'Orcish_Wyrmbrander', 8284, 0.000, 0.000, 0.000, 0), + (17412137, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412138, 'Orcish_Prophetess', 8282, 0.000, 0.000, 0.000, 0), + (17412139, 'Orcish_Dreadnought', 8279, 0.000, 0.000, 0.000, 0), + (17412140, 'Orcish_Cupholder', 8278, 0.000, 0.000, 0.000, 0), + (17412141, 'Orcish_Wyrmbrander', 8284, 0.000, 0.000, 0.000, 0), + (17412142, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412143, 'Orcish_Prophetess', 8282, 0.000, 0.000, 0.000, 0), + (17412144, 'Orcish_Dreadnought', 8279, 0.000, 0.000, 0.000, 0), + (17412145, 'Orcish_Cupholder', 8278, 0.000, 0.000, 0.000, 0), + (17412146, 'Orcish_Wyrmbrander', 8284, 0.000, 0.000, 0.000, 0), + (17412147, 'Orcish_Cupholder', 8278, 0.000, 0.000, 0.000, 0), + (17412148, 'Orcish_Farkiller', 8280, 0.000, 0.000, 0.000, 0), + (17412149, 'Orcish_Strategist', 8283, 0.000, 0.000, 0.000, 0), + (17412150, 'Orcish_Imperial_Guard', 8281, 0.000, 0.000, 0.000, 0), + (17412151, 'Orcish_Dreadnought', 8279, 0.000, 0.000, 0.000, 0), + (17412152, 'Orcish_Farkiller', 8280, 0.000, 0.000, 0.000, 0), + (17412153, 'Orcish_Strategist', 8283, 0.000, 0.000, 0.000, 0), + (17412154, 'Orcish_Imperial_Guard', 8281, 0.000, 0.000, 0.000, 0), + (17412155, 'Orcish_Cupholder', 8278, 0.000, 0.000, 0.000, 0), + (17412156, 'Orcish_Farkiller', 8280, 0.000, 0.000, 0.000, 0), + (17412157, 'Orcish_Strategist', 8283, 0.000, 0.000, 0.000, 0), + (17412158, 'Orcish_Imperial_Guard', 8281, 0.000, 0.000, 0.000, 0), + (17412159, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412160, 'Orcish_Farkiller', 8280, 0.000, 0.000, 0.000, 0), + (17412161, 'Orcish_Imperial_Guard', 8281, 0.000, 0.000, 0.000, 0), + (17412162, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412163, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412164, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412165, 'Ogler', 8277, 0.000, 0.000, 0.000, 0), + (17412166, 'Doyen_Quadav', 8230, 0.000, 0.000, 0.000, 0), + (17412167, 'Meteor_Quadav', 8268, 0.000, 0.000, 0.000, 0), + (17412168, 'Doyen_Quadav', 8230, 0.000, 0.000, 0.000, 0), + (17412169, 'Steel_Quadav', 8315, 0.000, 0.000, 0.000, 0), + (17412170, 'Baetyl_Quadav', 8201, 0.000, 0.000, 0.000, 0), + (17412171, 'Meteor_Quadav', 8268, 0.000, 0.000, 0.000, 0), + (17412172, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412173, 'Doyen_Quadav', 8230, 0.000, 0.000, 0.000, 0), + (17412174, 'Platinum_Quadav', 8287, 0.000, 0.000, 0.000, 0), + (17412175, 'Baetyl_Quadav', 8201, 0.000, 0.000, 0.000, 0), + (17412176, 'Meteor_Quadav', 8268, 0.000, 0.000, 0.000, 0), + (17412177, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412178, 'Chatoyant_Quadav', 8209, 0.000, 0.000, 0.000, 0), + (17412179, 'Ferroalloy_Quadav', 8239, 0.000, 0.000, 0.000, 0), + (17412180, 'Platinum_Quadav', 8287, 0.000, 0.000, 0.000, 0), + (17412181, 'Chatoyant_Quadav', 8209, 0.000, 0.000, 0.000, 0), + (17412182, 'Steel_Quadav', 8315, 0.000, 0.000, 0.000, 0), + (17412183, 'Ferroalloy_Quadav', 8239, 0.000, 0.000, 0.000, 0), + (17412184, 'Platinum_Quadav', 8287, 0.000, 0.000, 0.000, 0), + (17412185, 'Chatoyant_Quadav', 8209, 0.000, 0.000, 0.000, 0), + (17412186, 'Steel_Quadav', 8315, 0.000, 0.000, 0.000, 0), + (17412187, 'Ferroalloy_Quadav', 8239, 0.000, 0.000, 0.000, 0), + (17412188, 'Platinum_Quadav', 8287, 0.000, 0.000, 0.000, 0), + (17412189, 'Chatoyant_Quadav', 8209, 0.000, 0.000, 0.000, 0), + (17412190, 'Yagudo_Nokizaru', 8325, 0.000, 0.000, 0.000, 0), + (17412191, 'Yagudo_Hierogrammat', 8324, 0.000, 0.000, 0.000, 0), + (17412192, 'Yagudo_Yojimbo', 8326, 0.000, 0.000, 0.000, 0), + (17412193, 'Yagudo_Nokizaru', 8325, 0.000, 0.000, 0.000, 0), + (17412194, 'Yagudo_Conductor', 8322, 0.000, 0.000, 0.000, 0), + (17412195, 'Yagudo_Hierogrammat', 8324, 0.000, 0.000, 0.000, 0), + (17412196, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412197, 'Yagudo_Yojimbo', 8326, 0.000, 0.000, 0.000, 0), + (17412198, 'Yagudo_Nokizaru', 8325, 0.000, 0.000, 0.000, 0), + (17412199, 'Yagudo_Conductor', 8322, 0.000, 0.000, 0.000, 0), + (17412200, 'Yagudo_Hierogrammat', 8324, 0.000, 0.000, 0.000, 0), + (17412201, 'Errand_Imp', 10880, 0.000, 0.000, 0.000, 0), + (17412202, 'Yagudo_Flagellant', 8323, 0.000, 0.000, 0.000, 0), + (17412203, 'Yagudo_Conductor', 8322, 0.000, 0.000, 0.000, 0), + (17412204, 'Yagudo_Yojimbo', 8326, 0.000, 0.000, 0.000, 0), + (17412205, 'Yagudo_Abbot', 8321, 0.000, 0.000, 0.000, 0), + (17412206, 'Yagudo_Flagellant', 8323, 0.000, 0.000, 0.000, 0), + (17412207, 'Yagudo_Abbot', 8321, 0.000, 0.000, 0.000, 0), + (17412208, 'Yagudo_Flagellant', 8323, 0.000, 0.000, 0.000, 0), + (17412209, 'Yagudo_Conductor', 8322, 0.000, 0.000, 0.000, 0), + (17412210, 'Yagudo_Yojimbo', 8326, 0.000, 0.000, 0.000, 0), + (17412211, 'Yagudo_Abbot', 8321, 0.000, 0.000, 0.000, 0), + (17412212, 'Doom_Lens', 10881, 0.000, 0.000, 0.000, 0), + (17412213, 'Doom_Lens', 10881, 0.000, 0.000, 0.000, 0), + (17412214, 'Doom_Lens', 10881, 0.000, 0.000, 0.000, 0), + (17412215, 'Doom_Lens', 10881, 0.000, 0.000, 0.000, 0), + (17412216, 'Demon_Warrior', 8226, 0.000, 0.000, 0.000, 0), + (17412217, 'Demon_Befouler', 8222, 0.000, 0.000, 0.000, 0), + (17412218, 'Demon_Warrior', 8226, 0.000, 0.000, 0.000, 0), + (17412219, 'Keep_Imp', 10882, 0.000, 0.000, 0.000, 0), + (17412220, 'Keep_Imp', 10882, 0.000, 0.000, 0.000, 0), + (17412221, 'Keep_Imp', 10882, 0.000, 0.000, 0.000, 0), + (17412222, 'Keep_Imp', 10882, 0.000, 0.000, 0.000, 0), + (17412223, 'Demon_Befouler', 8222, 0.000, 0.000, 0.000, 0), + (17412224, 'Demon_Justiciar', 8223, 0.000, 0.000, 0.000, 0), + (17412225, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412226, 'Demon_Magus', 8224, 0.000, 0.000, 0.000, 0), + (17412228, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412229, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412230, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412231, 'Varkolak', 10884, 0.000, 0.000, 0.000, 0), + (17412232, 'Demon_Magus', 8224, 0.000, 0.000, 0.000, 0), + (17412233, 'Demon_Warrior', 8226, 0.000, 0.000, 0.000, 0), + (17412234, 'Demon_Justiciar', 8223, 0.000, 0.000, 0.000, 0), + (17412235, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412236, 'Demon_Befouler', 8222, 0.000, 0.000, 0.000, 0), + (17412238, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412239, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412240, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412241, 'Varkolak', 10884, 0.000, 0.000, 0.000, 0), + (17412242, 'Demon_Magus', 8224, 0.000, 0.000, 0.000, 0), + (17412243, 'Demon_Warrior', 8226, 0.000, 0.000, 0.000, 0), + (17412244, 'Demon_Befouler', 8222, 0.000, 0.000, 0.000, 0), + (17412246, 'Demon_Justiciar', 8223, 0.000, 0.000, 0.000, 0), + (17412247, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412248, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412249, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412250, 'Desmodus', 10883, 0.000, 0.000, 0.000, 0), + (17412251, 'Varkolak', 10884, 0.000, 0.000, 0.000, 0), + (17412252, 'Demon_Warrior', 8226, 0.000, 0.000, 0.000, 0), + (17412253, 'Demon_Warrior', 8226, 0.000, 0.000, 0.000, 0), + (17412254, 'Demon_Magus', 8224, 0.000, 0.000, 0.000, 0), + (17412255, 'Demon_Magus', 8224, 0.000, 0.000, 0.000, 0), + (17412256, 'Demon_Justiciar', 8223, 0.000, 0.000, 0.000, 0), + (17412257, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412258, 'Demon_Justiciar', 8223, 0.000, 0.000, 0.000, 0), + (17412259, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412260, 'Demon_Befouler', 8222, 0.000, 0.000, 0.000, 0), + (17412261, 'Demon_Befouler', 8222, 0.000, 0.000, 0.000, 0), + (17412262, 'Doom_Lens', 10881, 0.000, 0.000, 0.000, 0), + (17412263, 'Doom_Lens', 10881, 0.000, 0.000, 0.000, 0), + (17412264, 'Demon_Suppressor', 10886, 0.000, 0.000, 0.000, 0), + (17412265, 'Demon_Entomber', 10887, 0.000, 0.000, 0.000, 0), + (17412266, 'Demon_Corrupter', 10888, 0.000, 0.000, 0.000, 0), + (17412267, 'Demon_Condemner', 10889, 0.000, 0.000, 0.000, 0), + (17412268, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412269, 'Berserker_Demon', 8203, 0.000, 0.000, 0.000, 0), + (17412270, 'Eclipse_Demon', 8233, 0.000, 0.000, 0.000, 0), + (17412271, 'Demon_Suppressor', 10886, 0.000, 0.000, 0.000, 0), + (17412272, 'Demon_Entomber', 10887, 0.000, 0.000, 0.000, 0), + (17412273, 'Demon_Corrupter', 10888, 0.000, 0.000, 0.000, 0), + (17412274, 'Demon_Condemner', 10889, 0.000, 0.000, 0.000, 0), + (17412275, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412276, 'Inferno_Demon', 8250, 0.000, 0.000, 0.000, 0), + (17412277, 'Adjudicator_Demon', 8186, 0.000, 0.000, 0.000, 0), + (17412278, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412279, 'Titanotaur', 10885, 0.000, 0.000, 0.000, 0), + (17412280, 'Titanotaur', 10885, 0.000, 0.000, 0.000, 0), + (17412281, 'Demon_Suppressor', 10886, 0.000, 0.000, 0.000, 0), + (17412282, 'Demon_Entomber', 10887, 0.000, 0.000, 0.000, 0), + (17412283, 'Dark_Elemental', 8218, 0.000, 0.000, 0.000, 0), + (17412284, 'Ice_Elemental', 8249, 0.000, 0.000, 0.000, 0), + (17412285, 'Inferno_Demon', 8250, 0.000, 0.000, 0.000, 0), + (17412286, 'Adjudicator_Demon', 8186, 0.000, 0.000, 0.000, 0), + (17412287, 'Demon_s_Elemental', 8225, 0.000, 0.000, 0.000, 0), + (17412288, 'Berserker_Demon', 8203, 0.000, 0.000, 0.000, 0), + (17412289, 'Eclipse_Demon', 8233, 0.000, 0.000, 0.000, 0), + (17182721, 'Odontotyrannus', 5469, 0.000, 0.000, 0.000, 0), + (17182722, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182723, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182724, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182725, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182726, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182727, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182728, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182729, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182730, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182731, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182732, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182733, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182734, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182735, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182736, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182737, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182738, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182739, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182740, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182741, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182742, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182743, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182744, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182745, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182746, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182747, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182748, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182749, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182750, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182751, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182752, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182753, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182754, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182755, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182756, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182757, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182758, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182759, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182760, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182761, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182762, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182763, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182764, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182765, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182766, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182767, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182768, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182769, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182770, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182771, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182772, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182773, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182774, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182775, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182776, 'Blooming_Rafflesia', 5399, 0.000, 0.000, 0.000, 0), + (17182777, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182778, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182779, 'Antlion_Fly', 5389, 0.000, 0.000, 0.000, 0), + (17182780, 'Antlion_Fly', 5389, 0.000, 0.000, 0.000, 0), + (17182781, 'Antlion_Fly', 5389, 0.000, 0.000, 0.000, 0), + (17182782, 'Antlion_Fly', 5389, 0.000, 0.000, 0.000, 0), + (17182783, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182784, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182785, 'Antlion_Fly', 5389, 0.000, 0.000, 0.000, 0), + (17182786, 'Antlion_Fly', 5389, 0.000, 0.000, 0.000, 0), + (17182787, 'Antlion_Fly', 5389, 0.000, 0.000, 0.000, 0), + (17182788, 'Earth_Elemental', 5430, 0.000, 0.000, 0.000, 0), + (17182789, 'Fire_Elemental', 5436, 0.000, 0.000, 0.000, 0), + (17182790, 'Duu_Masa_the_Onecut', 5428, 0.000, 0.000, 0.000, 0), + (17182791, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182792, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182793, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182794, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182795, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182796, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182797, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182798, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182799, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182800, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182801, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182802, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182803, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182804, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182805, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182806, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182807, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182808, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182809, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182810, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182811, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182812, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182813, 'Zhuu_Buxu_the_Silent', 5536, 0.000, 0.000, 0.000, 0), + (17182814, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182815, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182816, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182817, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182818, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182819, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182820, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182821, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182822, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182823, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182824, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182825, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182826, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182827, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182828, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182829, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182830, 'War_Lynx', 5512, 0.000, 0.000, 0.000, 0), + (17182831, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182832, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182833, 'Immolatory_Pugil', 5446, 0.000, 0.000, 0.000, 0), + (17182834, 'Immolatory_Pugil', 5446, 0.000, 0.000, 0.000, 0), + (17182835, 'Immolatory_Pugil', 5446, 0.000, 0.000, 0.000, 0), + (17182836, 'Immolatory_Pugil', 5446, 0.000, 0.000, 0.000, 0), + (17182837, 'Immolatory_Pugil', 5446, 0.000, 0.000, 0.000, 0), + (17182838, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182839, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182840, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182841, 'Earth_Elemental', 5430, 0.000, 0.000, 0.000, 0), + (17182842, 'Fire_Elemental', 5436, 0.000, 0.000, 0.000, 0), + (17182843, 'Aa_Xalmo_the_Savage', 5381, 0.000, 0.000, 0.000, 0), + (17182844, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182845, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182846, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182847, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182848, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182849, 'Seneschal_Imp', 5487, 0.000, 0.000, 0.000, 0), + (17182850, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182851, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182852, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182853, 'Seneschal_Imp', 5487, 0.000, 0.000, 0.000, 0), + (17182854, 'Bastion_Bats', 5398, 0.000, 0.000, 0.000, 0), + (17182855, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182856, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182857, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182858, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182859, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182860, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182861, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182862, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182863, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182864, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182865, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182866, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182867, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182868, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182869, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182870, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182871, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182872, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182873, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182874, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182875, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182876, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182877, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182878, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182879, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182880, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182881, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182882, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182883, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182884, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182885, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182886, 'Seneschal_Imp', 5487, 0.000, 0.000, 0.000, 0), + (17182887, 'Seneschal_Imp', 5487, 0.000, 0.000, 0.000, 0), + (17182888, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182889, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182890, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182891, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182892, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182893, 'Bulwark_Bat', 5403, 0.000, 0.000, 0.000, 0), + (17182894, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182895, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182896, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182897, 'Bulwark_Bat', 5403, 0.000, 0.000, 0.000, 0), + (17182898, 'Yagudo_Sentinel', 5529, 0.000, 0.000, 0.000, 0), + (17182899, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182900, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182901, 'Yagudo_Knight_Templar', 5524, 0.000, 0.000, 0.000, 0), + (17182902, 'Yagudo_Eradicator', 5519, 0.000, 0.000, 0.000, 0), + (17182903, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182904, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182905, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182906, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182907, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182908, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182909, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182910, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182911, 'Earth_Elemental', 5430, 0.000, 0.000, 0.000, 0), + (17182912, 'Fire_Elemental', 5436, 0.000, 0.000, 0.000, 0), + (17182913, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182914, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182915, 'Yagudo_Prioress', 5528, 0.000, 0.000, 0.000, 0), + (17182916, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182917, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182918, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182919, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182920, 'Gnat', 5442, 0.000, 0.000, 0.000, 0), + (17182921, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182922, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182923, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182924, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182925, 'Yagudo_High_Priest', 5523, 0.000, 0.000, 0.000, 0), + (17182926, 'Bulwark_Bat', 5403, 0.000, 0.000, 0.000, 0), + (17182927, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182928, 'Yagudo_Prelate', 5527, 0.000, 0.000, 0.000, 0), + (17182929, 'Yagudo_Chanter', 5517, 0.000, 0.000, 0.000, 0), + (17182930, 'Bulwark_Bat', 5403, 0.000, 0.000, 0.000, 0), + (17182931, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182932, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17182933, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182934, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182935, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17182936, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182937, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182938, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17182939, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182940, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182941, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182942, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182943, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182944, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182945, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182946, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182947, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182948, 'Seneschal_Imp', 5487, 0.000, 0.000, 0.000, 0), + (17182949, 'Seneschal_Imp', 5487, 0.000, 0.000, 0.000, 0), + (17182950, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182951, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182952, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182953, 'Gnat', 5442, 0.000, 0.000, 0.000, 0), + (17182954, 'Bulwark_Bat', 5403, 0.000, 0.000, 0.000, 0), + (17182955, 'Bulwark_Bat', 5403, 0.000, 0.000, 0.000, 0), + (17182956, 'Seneschal_Imp', 5487, 0.000, 0.000, 0.000, 0), + (17182957, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182958, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182959, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182960, 'Gnat', 5442, 0.000, 0.000, 0.000, 0), + (17182961, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182962, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17182963, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182964, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182965, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182966, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182967, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182968, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182969, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182970, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182971, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182972, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17182973, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182974, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182975, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182976, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182977, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182978, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182979, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182980, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182981, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182982, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182983, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182984, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182985, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17182986, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182987, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17182988, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17182989, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17182990, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17182991, 'Yagudo_Parasite', 5526, 0.000, 0.000, 0.000, 0), + (17182992, 'Yagudo_Parasite', 5526, 0.000, 0.000, 0.000, 0), + (17182993, 'Yagudo_Parasite', 5526, 0.000, 0.000, 0.000, 0), + (17182994, 'Yagudo_Parasite', 5526, 0.000, 0.000, 0.000, 0), + (17182995, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17182996, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17182997, 'Gnat', 5442, 0.000, 0.000, 0.000, 0), + (17182998, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17182999, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17183000, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17183001, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17183002, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17183003, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17183004, 'Gnat', 5442, 0.000, 0.000, 0.000, 0), + (17183005, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17183006, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17183007, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17183008, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17183009, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17183010, 'Gnat', 5442, 0.000, 0.000, 0.000, 0), + (17183011, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17183012, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17183013, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17183014, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17183015, 'Yagudo_Conductor', 5518, 0.000, 0.000, 0.000, 0), + (17183016, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17183017, 'Yagudo_Nokizaru', 5525, 0.000, 0.000, 0.000, 0), + (17183018, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17183019, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17183020, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17183021, 'Yagudo_Superior', 5530, 0.000, 0.000, 0.000, 0), + (17183022, 'Yagudo_s_Elemental', 5531, 0.000, 0.000, 0.000, 0), + (17183023, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17183024, 'Yagudo_Flagellant', 5520, 0.000, 0.000, 0.000, 0), + (17183025, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17183026, 'Yagudo_Yojimbo', 5533, 0.000, 0.000, 0.000, 0), + (17183027, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17183028, 'Yagudo_Abbot', 5516, 0.000, 0.000, 0.000, 0), + (17183029, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17183030, 'Yagudo_Hierogrammat', 5522, 0.000, 0.000, 0.000, 0), + (17183031, 'Dee_Zelko_the_Esoteric', 5414, 0.000, 0.000, 0.000, 0), + (17183032, 'Marquis_Forneus', 5464, 0.000, 0.000, 0.000, 0), + (17183033, 'Loo_Kutto_the_Pensive', 5461, 0.000, 0.000, 0.000, 0), + (17183034, 'Fleshgnasher', 5438, 0.000, 0.000, 0.000, 0), + (17183035, 'Vee_Ladu_the_Titterer', 5506, 0.000, 0.000, 0.000, 0), + (17183036, 'Maa_Illmu_the_Bestower', 5463, 0.000, 0.000, 0.000, 0), + (17183037, 'Asterion', 5393, 0.000, 0.000, 0.000, 0), + (17183038, 'Suu_Xicu_the_Cantabile', 5497, 0.000, 0.000, 0.000, 0), + (17183039, 'Vee_Ladu_the_Titterer', 5506, 0.000, 0.000, 0.000, 0), + (17183040, 'Vee_Ladu_the_Titterer', 5506, 0.000, 0.000, 0.000, 0), + (17183041, 'Vee_Ladu_the_Titterer', 5506, 0.000, 0.000, 0.000, 0), + (17183042, 'Vee_Ladu_the_Titterer', 5506, 0.000, 0.000, 0.000, 0), + (17183043, 'Duu_Nazo_the_Spryfooted', 5429, 0.000, 0.000, 0.000, 0), + (17183044, 'Duu_Nazo_the_Spryfooted', 5429, 0.000, 0.000, 0.000, 0), + (17183045, 'Duu_Nazo_the_Spryfooted', 5429, 0.000, 0.000, 0.000, 0), + (17183046, 'Duu_Nazo_the_Spryfooted', 5429, 0.000, 0.000, 0.000, 0), + (17125377, 'Ferocious_Pugil', 3601, 0.000, 0.000, 0.000, 0), + (17125378, 'Ogrish_Pugil', 3639, 0.000, 0.000, 0.000, 0), + (17125379, 'Greater_Pugil', 3613, 0.000, 0.000, 0.000, 0), + (17125380, 'Gloop', 3608, 0.000, 0.000, 0.000, 0), + (17125381, 'Oil_Spill', 3640, 0.000, 0.000, 0.000, 0), + (17125382, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125383, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125384, 'Wolf_Bat', 3702, 0.000, 0.000, 0.000, 0), + (17125385, 'Wolf_Bat', 3702, 0.000, 0.000, 0.000, 0), + (17125386, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125387, 'Wood_Bats', 3703, 0.000, 0.000, 0.000, 0), + (17125388, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125389, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125390, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125391, 'Water_Elemental', 3701, 0.000, 0.000, 0.000, 0), + (17125392, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125393, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125394, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125395, 'Wood_Bats', 3703, 0.000, 0.000, 0.000, 0), + (17125396, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125397, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125398, 'Wolf_Bat', 3702, 0.000, 0.000, 0.000, 0), + (17125399, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125400, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125401, 'Wolf_Bat', 3702, 0.000, 0.000, 0.000, 0), + (17125402, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125403, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125404, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125405, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125406, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125407, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125408, 'Wood_Bats', 3703, 0.000, 0.000, 0.000, 0), + (17125409, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125410, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125411, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125412, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125413, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125414, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125415, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125416, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125417, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125418, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125419, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125420, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125421, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125422, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125423, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125424, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125425, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125426, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125427, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125428, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125429, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125430, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125431, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125432, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125433, 'Hawkeyed_Dnatbat', 3615, 0.000, 0.000, 0.000, 0), + (17125434, 'Seneschal_Imp', 3678, 0.000, 0.000, 0.000, 0), + (17125435, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125436, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125437, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125438, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125439, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125440, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125441, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125442, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125443, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125444, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125445, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125446, 'Thunder_Elemental', 3694, 0.000, 0.000, 0.000, 0), + (17125447, 'Seneschal_Imp', 3678, 0.000, 0.000, 0.000, 0), + (17125448, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125449, 'Orcish_Firebelcher', 3649, 0.000, 0.000, 0.000, 0), + (17125450, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125451, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125452, 'Ashmaker_Gotblut', 3558, 0.000, 0.000, 0.000, 0), + (17125453, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125454, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125455, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125456, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125457, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125458, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125459, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125460, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125461, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125462, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125463, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125464, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125465, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125466, 'Orcish_Augur', 3642, 0.000, 0.000, 0.000, 0), + (17125467, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125468, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125469, 'War_Lizard', 3699, 0.000, 0.000, 0.000, 0), + (17125470, 'Orcish_Dragonbrander', 3646, 0.000, 0.000, 0.000, 0), + (17125471, 'Orcish_Veteran', 3656, 0.000, 0.000, 0.000, 0), + (17125472, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125473, 'Mariehene', 3631, 0.000, 0.000, 0.000, 0), + (17125474, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125475, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125476, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125477, 'Thunder_Elemental', 3694, 0.000, 0.000, 0.000, 0), + (17125478, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125479, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125480, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125481, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125482, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125483, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125484, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125485, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125486, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125487, 'Fighting_Smilodon', 3604, 0.000, 0.000, 0.000, 0), + (17125488, 'Orcish_Firebelcher', 3649, 0.000, 0.000, 0.000, 0), + (17125489, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125490, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125491, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125492, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125493, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125494, 'Shatterskull_Mippdapp', 3687, 0.000, 0.000, 0.000, 0), + (17125495, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125496, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125497, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125498, 'Orcish_Protector', 3652, 0.000, 0.000, 0.000, 0), + (17125499, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125500, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125501, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125502, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125503, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125504, 'Orcish_Protector', 3652, 0.000, 0.000, 0.000, 0), + (17125505, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125506, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125507, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125508, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125509, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125510, 'Orcish_Protector', 3652, 0.000, 0.000, 0.000, 0), + (17125511, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125512, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125513, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125514, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125515, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125516, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125517, 'Orcish_Protector', 3652, 0.000, 0.000, 0.000, 0), + (17125518, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125519, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125520, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125521, 'Orcish_Protector', 3652, 0.000, 0.000, 0.000, 0), + (17125522, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125523, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125524, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125525, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125526, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125527, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125528, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125529, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125530, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125531, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125532, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125533, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125534, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125535, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125536, 'Orcish_Bowshooter', 3643, 0.000, 0.000, 0.000, 0), + (17125537, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125538, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125539, 'Orcish_Warlord', 3657, 0.000, 0.000, 0.000, 0), + (17125540, 'Orcish_Champion', 3644, 0.000, 0.000, 0.000, 0), + (17125541, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125542, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125543, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125544, 'Orcish_Cupholder', 3645, 0.000, 0.000, 0.000, 0), + (17125545, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125546, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125547, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125548, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125549, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125550, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125551, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125552, 'Orcish_Cupholder', 3645, 0.000, 0.000, 0.000, 0), + (17125553, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125554, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125555, 'Orcish_Cupholder', 3645, 0.000, 0.000, 0.000, 0), + (17125556, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125557, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125558, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125559, 'Orcish_Cupholder', 3645, 0.000, 0.000, 0.000, 0), + (17125560, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125561, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125562, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125563, 'Orcish_Cupholder', 3645, 0.000, 0.000, 0.000, 0), + (17125564, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125565, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125566, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125567, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125568, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125569, 'Orcish_Cupholder', 3645, 0.000, 0.000, 0.000, 0), + (17125570, 'Orcish_Strategist', 3653, 0.000, 0.000, 0.000, 0), + (17125571, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125572, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125573, 'Orcish_Cupholder', 3645, 0.000, 0.000, 0.000, 0), + (17125574, 'Orcish_Farkiller', 3648, 0.000, 0.000, 0.000, 0), + (17125575, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125576, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125577, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125578, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125579, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125580, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125581, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125582, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125583, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125584, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125585, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125586, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125587, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125588, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125589, 'Lobison', 3628, 0.000, 0.000, 0.000, 0), + (17125590, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125591, 'Orcish_Imperial_Guard', 3650, 0.000, 0.000, 0.000, 0), + (17125592, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125593, 'Seneschal_Imp', 3678, 0.000, 0.000, 0.000, 0), + (17125594, 'Orcish_Imperial_Guard', 3650, 0.000, 0.000, 0.000, 0), + (17125595, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125596, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125597, 'Orcish_Imperial_Guard', 3650, 0.000, 0.000, 0.000, 0), + (17125598, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125599, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125600, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125601, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125602, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125603, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125604, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125605, 'Seneschal_Imp', 3678, 0.000, 0.000, 0.000, 0), + (17125606, 'Seneschal_Imp', 3678, 0.000, 0.000, 0.000, 0), + (17125607, 'Orcish_Imperial_Guard', 3650, 0.000, 0.000, 0.000, 0), + (17125608, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125609, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125610, 'Orcish_Imperial_Guard', 3650, 0.000, 0.000, 0.000, 0), + (17125611, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125612, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125613, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125614, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125615, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125616, 'Morbol', 3634, 0.000, 0.000, 0.000, 0), + (17125617, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125618, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125619, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125620, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125621, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125622, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125623, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125624, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125625, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125626, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125627, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125628, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125629, 'Morbol', 3634, 0.000, 0.000, 0.000, 0), + (17125630, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125631, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125632, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125633, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125634, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125635, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125636, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125637, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125638, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125639, 'La_Vaule_Pugil', 3623, 0.000, 0.000, 0.000, 0), + (17125640, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125641, 'Orcish_Imperial_Guard', 3650, 0.000, 0.000, 0.000, 0), + (17125642, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125643, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125644, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125645, 'Seneschal_Imp', 3678, 0.000, 0.000, 0.000, 0), + (17125646, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125647, 'Orcish_Dreadnought', 3647, 0.000, 0.000, 0.000, 0), + (17125648, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125649, 'Seneschal_Imp', 3678, 0.000, 0.000, 0.000, 0), + (17125650, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125651, 'Orcish_Imperial_Guard', 3650, 0.000, 0.000, 0.000, 0), + (17125652, 'Orcish_Prophetess', 3651, 0.000, 0.000, 0.000, 0), + (17125653, 'Orcish_Wyrmbrander', 3658, 0.000, 0.000, 0.000, 0), + (17125654, 'Coinbiter_Cjaknokk', 3582, 0.000, 0.000, 0.000, 0), + (17125655, 'Draketrader_Zlodgodd', 3593, 0.000, 0.000, 0.000, 0), + (17125656, 'Feeblescheme_Bhogbigg', 3599, 0.000, 0.000, 0.000, 0), + (17125657, 'Bhogbigg_s_Grenade', 3565, 0.000, 0.000, 0.000, 0), + (17125658, 'Bhogbigg_s_Grenade', 3565, 0.000, 0.000, 0.000, 0), + (17125659, 'Bhogbigg_s_Grenade', 3565, 0.000, 0.000, 0.000, 0), + (17125660, 'Bhogbigg_s_Vial', 3566, 0.000, 0.000, 0.000, 0), + (17125661, 'All-Seeing_Onyx_Eye', 3549, 0.000, 0.000, 0.000, 0), + (17125662, 'Cogtooth_Skagnogg', 3581, 0.000, 0.000, 0.000, 0), + (17125663, 'Agrios', 3547, 0.000, 0.000, 0.000, 0), + (17125664, '0spinner_Bhudbrodd', 3598, 0.000, 0.000, 0.000, 0), + (17125665, 'Rugaroo', 3675, 0.000, 0.000, 0.000, 0), + (17154049, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154050, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154051, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154053, 'Edible_Slug', 4531, 0.000, 0.000, 0.000, 0), + (17154052, 'Edible_Slug', 4531, 0.000, 0.000, 0.000, 0), + (17154054, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154055, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154056, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154057, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154058, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154059, 'Edible_Slug', 4531, 0.000, 0.000, 0.000, 0), + (17154060, 'Edible_Slug', 4531, 0.000, 0.000, 0.000, 0), + (17154061, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154062, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154063, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154064, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154065, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154066, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154067, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154068, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154069, 'Ea_Tho_Cruelheart', 4530, 0.000, 0.000, 0.000, 0), + (17154070, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154071, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154072, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154073, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154074, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154075, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154076, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154077, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154078, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154079, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154080, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154081, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154082, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154083, 'Edible_Slug', 4531, 0.000, 0.000, 0.000, 0), + (17154084, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154085, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154086, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154087, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154088, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154089, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154090, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154091, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154092, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154093, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154094, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154095, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154096, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154097, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154098, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154099, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154100, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154101, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154102, 'Electrumcap', 4532, 0.000, 0.000, 0.000, 0), + (17154103, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154104, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154105, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154106, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154107, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154108, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154109, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154110, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154111, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154112, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154113, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154114, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154115, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154116, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154117, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154118, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154119, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154120, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154121, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154122, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154123, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154124, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154125, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154126, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154127, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154128, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154129, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154130, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154131, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154132, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154133, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154134, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154135, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154136, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154137, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154138, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154139, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154140, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154141, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154142, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154143, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154144, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154145, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154146, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154147, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154148, 'Ba_Tho_Mercifulheart', 4499, 0.000, 0.000, 0.000, 0), + (17154149, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154150, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154151, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154152, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154153, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154154, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154155, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154156, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154157, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154158, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154159, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154160, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154161, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154162, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154163, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154164, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154165, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154166, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154167, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154168, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154169, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154170, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154171, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154172, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154173, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154174, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154175, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154176, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154177, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154178, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154179, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154180, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154181, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154182, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154183, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154184, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154185, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154186, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154187, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154188, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154189, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154190, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154191, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154192, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154193, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154194, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154195, 'Da_Dha_Hundredmask', 4519, 0.000, 0.000, 0.000, 0), + (17154196, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154197, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154198, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154199, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154200, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154201, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154202, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154203, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154204, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154205, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154206, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154207, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154208, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154209, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154210, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154211, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154212, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154213, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154214, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154215, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154216, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154217, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154218, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154219, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154220, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154221, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154222, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154223, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154224, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154225, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154226, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154227, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154228, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154229, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154230, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154231, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154232, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154233, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154234, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154235, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154236, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154237, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154238, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154239, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154240, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154241, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154242, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154243, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154244, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154245, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154246, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154247, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154248, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154249, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154250, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154251, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154252, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154253, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154254, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154255, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154256, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154257, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154258, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154259, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154260, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154261, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154262, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154263, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154264, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154265, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154266, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154267, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154268, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154269, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154270, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154271, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154272, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154273, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154274, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154275, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154276, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154277, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154278, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154279, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154280, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154281, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154282, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154283, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154284, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154285, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154286, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154287, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154288, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154289, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154290, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154291, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154292, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154293, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154294, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154295, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154296, 'Pitchy_Pudding', 4582, 0.000, 0.000, 0.000, 0), + (17154297, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154298, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154299, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154300, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154301, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154302, 'Magnes_Quadav', 4568, 0.000, 0.000, 0.000, 0), + (17154303, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154304, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154305, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154306, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154307, 'Ancient_Quadav', 4489, 0.000, 0.000, 0.000, 0), + (17154308, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154309, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154310, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154311, 'Adaman_Quadav', 4484, 0.000, 0.000, 0.000, 0), + (17154312, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154313, 'Vajra_Quadav', 4611, 0.000, 0.000, 0.000, 0), + (17154314, 'Star_Ruby_Quadav', 4605, 0.000, 0.000, 0.000, 0), + (17154315, 'Gold_Quadav', 4550, 0.000, 0.000, 0.000, 0), + (17154316, 'Iron_Quadav', 4557, 0.000, 0.000, 0.000, 0), + (17154317, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154318, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154319, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154320, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154321, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154322, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154323, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154324, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154325, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154326, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154327, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154328, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154329, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154330, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154331, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154332, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154333, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154334, 'Seneschal_Imp', 4595, 0.000, 0.000, 0.000, 0), + (17154335, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154336, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154337, 'Virulent_Peiste', 4614, 0.000, 0.000, 0.000, 0), + (17154338, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154339, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154340, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154341, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154342, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154343, 'Ferroalloy_Quadav', 4537, 0.000, 0.000, 0.000, 0), + (17154344, 'Chatoyant_Quadav', 4511, 0.000, 0.000, 0.000, 0), + (17154345, 'Steel_Quadav', 4606, 0.000, 0.000, 0.000, 0), + (17154346, 'Doyen_Quadav', 4526, 0.000, 0.000, 0.000, 0), + (17154347, 'Meteor_Quadav', 4570, 0.000, 0.000, 0.000, 0), + (17154348, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154349, 'Platinum_Quadav', 4583, 0.000, 0.000, 0.000, 0), + (17154350, 'Baetyl_Quadav', 4497, 0.000, 0.000, 0.000, 0), + (17154351, 'Thunder_Elemental', 4607, 0.000, 0.000, 0.000, 0), + (17154352, 'Thunder_Elemental', 4607, 0.000, 0.000, 0.000, 0), + (17154353, 'Thunder_Elemental', 4607, 0.000, 0.000, 0.000, 0), + (17154354, 'Water_Elemental', 4616, 0.000, 0.000, 0.000, 0), + (17154355, 'Water_Elemental', 4616, 0.000, 0.000, 0.000, 0), + (17154356, 'Ga_Lhu_Nevermolt', 4543, 0.000, 0.000, 0.000, 0), + (17154357, 'Bres', 4508, 0.000, 0.000, 0.000, 0), + (17154358, 'Di_Zho_Spongeshell', 4525, 0.000, 0.000, 0.000, 0), + (17154359, 'Observant_Zekka', 4577, 0.000, 0.000, 0.000, 0), + (17154360, 'Mu_Nhi_Thimbletail', 4572, 0.000, 0.000, 0.000, 0), + (17154361, 'Paralyzing_Tube', 4581, 0.000, 0.000, 0.000, 0), + (17154362, 'Silencing_Tube', 4604, 0.000, 0.000, 0.000, 0), + (17154363, 'Binding_Tube', 4501, 0.000, 0.000, 0.000, 0), + (17154364, 'Blifnix_Oilycheeks', 4503, 0.000, 0.000, 0.000, 0), + (17154365, 'Goblin_Mine', 4549, 0.000, 0.000, 0.000, 0), + (17154366, 'Goblin_Mine', 4549, 0.000, 0.000, 0.000, 0), + (17154367, 'Goblin_Mine', 4549, 0.000, 0.000, 0.000, 0), + (17154368, 'Goblin_Mine', 4549, 0.000, 0.000, 0.000, 0), + (17154369, 'Goblin_Mine', 4549, 0.000, 0.000, 0.000, 0), + (17154370, 'Va_Gho_Bloodbasked', 4612, 0.000, 0.000, 0.000, 0), + (17154371, 'Ra_Dha_Scarscute', 4591, 0.000, 0.000, 0.000, 0), + (17326204, 'Adamantking_Effigy', 7000, 0.000, 0.000, 0.000, 0), + (17326222, 'Vanguard_Amputator', 7093, 0.000, 0.000, 0.000, 0), + (17326250, 'Vanguard_Footsoldier', 7108, 0.000, 0.000, 0.000, 0), + (17326587, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326588, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326613, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326614, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326615, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326616, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326617, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326618, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326619, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326620, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326621, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326622, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326623, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326624, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326625, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326626, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326627, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326628, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326629, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326630, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326631, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326632, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326633, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326634, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326635, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326636, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326637, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326638, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326639, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326640, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326641, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326642, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326643, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326644, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326645, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326646, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326647, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326648, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326649, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326650, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326651, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326652, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326653, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326654, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326655, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326656, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326657, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326658, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326659, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326660, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326661, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326662, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326663, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326664, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326665, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326666, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326667, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326668, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326669, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326670, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326671, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326672, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326673, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326674, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326675, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326676, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326677, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326678, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326679, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326680, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326681, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326682, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326683, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326684, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326685, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326686, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326687, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326688, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326689, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326690, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326691, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326692, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326693, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326694, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326695, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326696, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326697, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326698, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326699, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326700, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326701, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326702, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326703, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326704, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326705, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326706, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326707, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326708, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326709, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326710, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326711, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326712, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326713, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326714, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326715, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326716, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326717, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326718, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326719, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326720, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326721, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326722, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326723, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326724, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326725, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326726, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326727, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326728, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326729, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326730, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326731, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326732, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326733, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326734, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326735, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326736, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326737, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326738, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326739, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326740, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326741, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326743, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326744, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326745, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326746, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326747, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326749, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326750, 'Hydra_Samurai', 7046, 0.000, 0.000, 0.000, 0), + (17326751, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326752, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326753, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326755, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326756, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326757, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326758, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326759, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326761, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326762, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326763, 'Hydra_Ranger', 7044, 0.000, 0.000, 0.000, 0), + (17326764, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326766, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326767, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326768, 'Hydra_Ninja', 7042, 0.000, 0.000, 0.000, 0), + (17326769, 'Hydra_Dragoon', 7040, 0.000, 0.000, 0.000, 0), + (17326770, 'Hydra_s_Wyvern', 7050, 0.000, 0.000, 0.000, 0), + (17326772, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326773, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326774, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326775, 'Hydra_Summoner', 7047, 0.000, 0.000, 0.000, 0), + (17326776, 'Hydra_s_Avatar', 7048, 0.000, 0.000, 0.000, 0), + (17326777, 'Hydra_Bard', 7036, 0.000, 0.000, 0.000, 0), + (17326778, 'Hydra_White_Mage', 7053, 0.000, 0.000, 0.000, 0), + (17326779, 'Hydra_Thief', 7051, 0.000, 0.000, 0.000, 0), + (17326780, 'Hydra_Paladin', 7043, 0.000, 0.000, 0.000, 0), + (17326781, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326782, 'Hydra_Warrior', 7052, 0.000, 0.000, 0.000, 0), + (17326783, 'Hydra_Beastmaster', 7037, 0.000, 0.000, 0.000, 0), + (17326784, 'Hydra_s_Hound', 7049, 0.000, 0.000, 0.000, 0), + (17326785, 'Hydra_Monk', 7041, 0.000, 0.000, 0.000, 0), + (17326786, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17326787, 'Hydra_Black_Mage', 7038, 0.000, 0.000, 0.000, 0), + (17326788, 'Hydra_Red_Mage', 7045, 0.000, 0.000, 0.000, 0), + (17326789, 'Hydra_Dark_Knight', 7039, 0.000, 0.000, 0.000, 0), + (17326790, 'Vanguard_Eye', 7107, 0.000, 0.000, 0.000, 0), + (17576266, 'Dog_Guardian', 9728, -414.000, 8.000, 497.000, 128), + (17576267, 'Owl_Guardian', 9743, -414.000, 8.000, 501.000, 128), + (17576268, 'Sturm', 11005, -411.256, 7.500, 503.895, 80), + (17576269, 'Taifun', 11007, -414.513, 7.500, 501.852, 233), + (17576270, 'Trombe', 11006, -416.339, 7.500, 499.811, 228); +/*!40000 ALTER TABLE `mob_spawn_points` ENABLE KEYS */; +/*!40014 SET FOREIGN_KEY_CHECKS=1 */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;